@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

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

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.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; }

[role=button] {
  cursor: pointer; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%; }

.h1, h1 {
  font-size: 36px; }

.h2, h2 {
  font-size: 30px; }

.h3, h3 {
  font-size: 24px; }

.h4, h4 {
  font-size: 18px; }

.h5, h5 {
  font-size: 14px; }

.h6, h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

.small, small {
  font-size: 85%; }

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:focus, a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:focus, a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:focus, a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:focus, a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:focus, a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dd, dt {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ''; }

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

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

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

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

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

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

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

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

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5; }

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7; }

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3; }

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede; }

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

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

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type=search] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px; }
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px; }
  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px; }

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px; }

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed; }

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed; }

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].input-sm, textarea.input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg, textarea.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0; }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none; }

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown, .dropup {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777; }

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

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

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0; }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333; }

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron .h1, .jumbotron h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important; }

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs, th.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm, th.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  td.visible-md, th.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg, th.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print, th.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 *  Font Awesome 4.5.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("https://images.sunsationalswimschool.com/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("https://images.sunsationalswimschool.com/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("https://images.sunsationalswimschool.com/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("https://images.sunsationalswimschool.com/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("https://images.sunsationalswimschool.com/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("https://images.sunsationalswimschool.com/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

.fa-rotate-90 {
  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);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

@font-face {
  font-family: 'BebasNeue';
  src: url("https://images.sunsationalswimschool.com/font/BebasNeue.otf");
  font-display: swap; }

@font-face {
  font-family: 'LeckerliOne-Regular';
  src: url("https://images.sunsationalswimschool.com/font/LeckerliOne-Regular.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Poppins-Bold';
  src: url("https://images.sunsationalswimschool.com/font/Poppins-Bold.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Poppins-Light';
  src: url("https://images.sunsationalswimschool.com/font/Poppins-Light.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Poppins-Medium';
  src: url("https://images.sunsationalswimschool.com/font/Poppins-Medium.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Poppins-Regular';
  src: url("https://images.sunsationalswimschool.com/font/Poppins-Regular.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("https://images.sunsationalswimschool.com/font/Poppins-SemiBold.ttf");
  font-display: swap; }

nav.swim-school-navbar {
  padding-top: 15px;
  text-align: center;
  font-weight: bold; }
  nav.swim-school-navbar div.info-wrapper {
    margin: 0 auto; }
    nav.swim-school-navbar div.info-wrapper div.phone-number {
      text-align: center;
      float: left;
      font-size: 18px;
      display: inline-block;
      color: #1a75b5;
      margin-bottom: 10px; }
      nav.swim-school-navbar div.info-wrapper div.phone-number i {
        color: #f50004; }
    nav.swim-school-navbar div.info-wrapper div.login-container {
      float: left; }
      nav.swim-school-navbar div.info-wrapper div.login-container a.btn-login {
        text-align: center;
        text-decoration: none;
        width: 170px;
        color: white;
        background-color: #1b7fba;
        display: block;
        border-radius: 15px;
        padding: 3px 0;
        margin: -5px auto 0px; }
  nav.swim-school-navbar a.sunsational-logo {
    color: transparent;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 180px;
    width: 180px; }
    .no-webp nav.swim-school-navbar a.sunsational-logo {
      background-image: url("https://images.sunsationalswimschool.com/pages/logo.png"); }
    .webp nav.swim-school-navbar a.sunsational-logo {
      background-image: url("https://images.sunsationalswimschool.com/pages/logo.webp"); }
  nav.swim-school-navbar .navbar-header i.fa-align-justify {
    color: #f50004;
    font-size: 32px;
    line-height: 32px; }
  nav.swim-school-navbar .navbar-header div.responsive-logo {
    margin-top: -10px;
    display: none; }
    nav.swim-school-navbar .navbar-header div.responsive-logo a.sunsational-logo {
      width: 120px;
      height: 120px; }
  nav.swim-school-navbar .navbar-header div.responsive-container {
    float: left;
    display: none;
    width: 50%;
    margin-top: 17px; }
    nav.swim-school-navbar .navbar-header div.responsive-container div.info-wrapper {
      width: 100%;
      text-align: center; }
      nav.swim-school-navbar .navbar-header div.responsive-container div.info-wrapper div.phone-number, nav.swim-school-navbar .navbar-header div.responsive-container div.info-wrapper div.login-container {
        text-align: center;
        width: 50%; }
      nav.swim-school-navbar .navbar-header div.responsive-container div.info-wrapper div.phone-number {
        font-family: "Poppins-Bold";
        font-size: 19px;
        margin-top: 3px;
        margin-bottom: 7px; }
      nav.swim-school-navbar .navbar-header div.responsive-container div.info-wrapper div.login-container a.btn-login {
        width: 120px;
        padding: 2px 0; }
  nav.swim-school-navbar span.logo-container {
    display: inline-block; }
  nav.swim-school-navbar span.collapsible-nav {
    display: inline-block;
    vertical-align: top; }
    nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li {
      border-right: 1px solid #dedede; }
      nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li:last-child {
        border-right: none; }
      nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a {
        color: #282828;
        padding-bottom: 0;
        display: block;
        min-width: 50px;
        text-align: center; }
        nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a div.nav-icon {
          text-align: center;
          margin: 0 auto;
          color: #1a75b5;
          margin-bottom: 10px;
          background-position: center top;
          background-size: 900% 105%;
          width: 26px;
          height: 26px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
          .no-webp nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a div.nav-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/nav-icon-support-min.png"); }
          .webp nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a div.nav-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/nav-icon-support-min.webp"); }
          nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a div.nav-icon.user-icon {
            background-position: 0 0;
            width: 21px; }
          nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a div.nav-icon.sun-icon {
            background-position: -41px 0; }
          nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a div.nav-icon.swimmer-icon {
            background-position: -92px 0;
            width: 30px; }
          nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a div.nav-icon.pricing-icon {
            background-position: -141px 0; }
          nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a div.nav-icon.envelope-icon {
            background-position: -188px 0; }
        nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a span.text {
          font-family: "BebasNeue";
          color: #111111;
          font-size: 23px;
          line-height: 18px; }
        nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a:hover {
          background-color: transparent; }
          nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a:hover span.text {
            color: #f50004; }
          nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a:hover div.nav-icon {
            width: 26px;
            height: 26px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
            .no-webp nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a:hover div.nav-icon {
              background-image: url("https://images.sunsationalswimschool.com/pages/nav-icon-support-active-min.png"); }
            .webp nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a:hover div.nav-icon {
              background-image: url("https://images.sunsationalswimschool.com/pages/nav-icon-support-active-min.webp"); }
            nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a:hover div.nav-icon.user-icon {
              background-position: 0px 0;
              width: 21px; }
            nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a:hover div.nav-icon.sun-icon {
              background-position: -40px 0; }
            nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a:hover div.nav-icon.swimmer-icon {
              background-position: -90px 0;
              width: 30px; }
            nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a:hover div.nav-icon.pricing-icon {
              background-position: -138px 0; }
            nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li a:hover div.nav-icon.envelope-icon {
              background-position: -185px 0; }
      nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.active a div.nav-icon, nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.open a div.nav-icon {
        width: 26px;
        height: 26px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .no-webp nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.active a div.nav-icon, .no-webp nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.open a div.nav-icon {
          background-image: url("https://images.sunsationalswimschool.com/pages/nav-icon-support-active-min.png"); }
        .webp nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.active a div.nav-icon, .webp nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.open a div.nav-icon {
          background-image: url("https://images.sunsationalswimschool.com/pages/nav-icon-support-active-min.webp"); }
        nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.active a div.nav-icon.user-icon, nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.open a div.nav-icon.user-icon {
          background-position: 0px 0;
          width: 21px; }
        nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.active a div.nav-icon.sun-icon, nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.open a div.nav-icon.sun-icon {
          background-position: -40px 0; }
        nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.active a div.nav-icon.swimmer-icon, nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.open a div.nav-icon.swimmer-icon {
          background-position: -90px 0;
          width: 30px; }
        nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.active a div.nav-icon.pricing-icon, nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.open a div.nav-icon.pricing-icon {
          background-position: -138px 0; }
        nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.active a div.nav-icon.envelope-icon, nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.open a div.nav-icon.envelope-icon {
          background-position: -185px 0; }
      nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.active a span.text {
        display: inline-block;
        padding-bottom: 3px;
        border-bottom: 3px solid #f50004;
        color: #f50004; }
      nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
        display: block; }
      nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li ul.dropdown-menu {
        margin-top: 1px;
        border: 1px solid #f50004;
        border-bottom: 4px solid #f50004; }
        nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li ul.dropdown-menu li {
          border-bottom: 1px solid #eeeeee; }
          nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li ul.dropdown-menu li a {
            text-align: left;
            padding: 10px 10px; }
            nav.swim-school-navbar span.collapsible-nav ul.navbar-nav li ul.dropdown-menu li a:hover {
              color: #1a75b5; }
  nav.swim-school-navbar span.side-container {
    display: inline-block;
    vertical-align: top; }
    nav.swim-school-navbar span.side-container div.info-wrapper {
      width: 170px; }
      nav.swim-school-navbar span.side-container div.info-wrapper div.phone-number, nav.swim-school-navbar span.side-container div.info-wrapper div.login-container {
        width: 170px; }
  @media (max-width: 1079px) and (min-width: 785px) {
    nav.swim-school-navbar ul.navbar-nav li a span.text {
      display: none !important; } }
  @media (max-width: 1079px) {
    nav.swim-school-navbar span.side-container div.info-wrapper {
      width: 140px; }
      nav.swim-school-navbar span.side-container div.info-wrapper div.phone-number {
        width: 135px;
        font-size: 14px;
        margin-bottom: 7px; }
      nav.swim-school-navbar span.side-container div.info-wrapper div.login-container {
        width: 130px; }
        nav.swim-school-navbar span.side-container div.info-wrapper div.login-container a.btn-login {
          width: 130px;
          padding: 3px 0; }
    nav.swim-school-navbar span.logo-container a.sunsational-logo {
      width: 130px;
      height: 130px; } }
  @media (max-width: 785px) {
    nav.swim-school-navbar span.side-container, nav.swim-school-navbar span.logo-container {
      display: none; }
    nav.swim-school-navbar div.responsive-container, nav.swim-school-navbar div.responsive-logo {
      display: block !important; } }
  @media (max-width: 520px) {
    nav.swim-school-navbar div.responsive-container {
      width: 245px !important; }
      nav.swim-school-navbar div.responsive-container div.info-wrapper div.phone-number {
        font-size: 13px !important; }
      nav.swim-school-navbar div.responsive-container div.info-wrapper div.login-container a.btn-login {
        width: 100px !important; } }
  @media (max-width: 480px) {
    nav.swim-school-navbar div.responsive-container div.info-wrapper {
      margin-top: -30px; }
      nav.swim-school-navbar div.responsive-container div.info-wrapper div.phone-number {
        margin-left: 63px; } }
  @media (max-width: 785px) {
    nav.swim-school-navbar .navbar-collapse.collapse {
      display: none !important; }
    nav.swim-school-navbar .navbar-collapse.collapse.in {
      display: block !important; }
    nav.swim-school-navbar .navbar-header .collapse, nav.swim-school-navbar .navbar-toggle {
      display: block !important; }
    nav.swim-school-navbar .navbar-header {
      float: none;
      min-height: 70px; } }

/*----SIDE PANEL----*/
@media screen and (min-width: 785px) {
  .mobile-display {
    display: none !important; } }

@media screen and (max-width: 785px) {
  .desktop-menu {
    display: none !important; }
  nav.swim-school-navbar {
    margin-bottom: 46px; } }

button.sticky {
  width: 42px;
  height: 40px;
  position: fixed;
  top: 34px;
  right: 3%;
  background-color: white;
  z-index: 9999; }

@media screen and (max-width: 320px) {
  button.sticky {
    margin-right: -3%; } }

span.mobile-display .navbar-toggle {
  padding: 5px 0 0;
  margin-top: 14px;
  margin-right: 0px; }

#mobile-navbar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 85%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  background: #1a75b5; }

.mobile-navbar-wrapper::-webkit-scrollbar-track {
  background-color: #ffffffb3; }

.mobile-navbar-wrapper::-webkit-scrollbar-thumb {
  background-color: #012eb2; }

.mobile-navbar {
  /*position: absolute;
	width: 100%;
	top: 0;
	left: 0;*/
  background-color: #1a75b5;
  color: #fff;
  font-family: Poppins, sans-serif;
  text-align: left; }

.mobile-navbar ul {
  left: 0;
  background-color: #1a75b5; }

.mobile-navbar ul li {
  padding: 13px 0px;
  border-top: 1px solid #ffffff7a;
  list-style: none;
  color: white;
  font-size: 1.15em;
  font-weight: 100; }

.mobile-navbar ul li a {
  text-decoration: none;
  color: #ffffff; }

.mobile-navbar ul li a .subarrow {
  top: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  right: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  color: white;
  border-left: 1px solid white;
  background-color: #86dbff;
  display: inline-block;
  float: right;
  margin-top: -13px; }

.mobile-navbar .collapse .in {
  display: block; }

.mobile-navbar .collapsing {
  transition-property: horizontal; }

.mobile-navbar .form-container {
  padding: 0 0 10px;
  margin: 0 1em; }

.mobile-navbar form.location-search-form div.search-form-wrapper #location {
  width: 80%;
  color: #333; }

.mobile-navbar .form-container form.location-search-form div.search-form-wrapper #location::placeholder {
  color: #333;
  font-size: 1.2em;
  font-weight: 100; }

.mobile-navbar form.location-search-form div.search-form-wrapper {
  border: none; }

.mobile-navbar form.location-search-form div.form-drop-shadow {
  display: none; }

.mobile-navbar .form-sub-label {
  font-size: 13px;
  font-weight: 100; }

.mobile-navbar form {
  text-align: left; }

.mobile-navbar ul li button {
  top: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  right: 0;
  height: 52px;
  width: 52px;
  color: white;
  border: none;
  border-left: 1px solid white;
  background-color: #86dbff;
  display: inline-block;
  float: right;
  margin-top: -13px; }

.mobile-navbar ul.sub-menu {
  padding-top: 13px;
  font-size: .9em;
  width: 100%; }

.mobile-navbar ul.sub-menu li:last-child {
  padding-bottom: 0; }

#photo-panel {
  width: 100%;
  height: 38.25vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
  margin-top: -110px;
  z-index: -1; }
  .no-webp #photo-panel {
    background-image: url("https://images.sunsationalswimschool.com/pages/banner-bg-wide-compressor-xs.jpg"); }
  .webp #photo-panel {
    background-image: url("https://images.sunsationalswimschool.com/pages/banner-bg-wide-compressor-xs.webp"); }
  #photo-panel div.button-container {
    width: 100%;
    padding-top: 28%; }
    #photo-panel div.button-container div.banner-wrapper {
      width: 295px;
      margin: 0 auto;
      position: relative; }
      #photo-panel div.button-container div.banner-wrapper div.curly-arrow {
        width: 30px;
        height: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -50px;
        top: -15px; }
        .no-webp #photo-panel div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner-min.png"); }
        .webp #photo-panel div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner-min.webp"); }
      #photo-panel div.button-container div.banner-wrapper a.btn-book {
        display: block;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        width: 295px;
        height: 70px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .no-webp #photo-panel div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner-min.png"); }
        .webp #photo-panel div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner-min.webp"); }
      @media (max-width: 1080px) {
        #photo-panel div.button-container div.banner-wrapper {
          width: 273px; }
          #photo-panel div.button-container div.banner-wrapper a.btn-book {
            width: 273px;
            height: 65px; } }
      @media (max-width: 785px) {
        #photo-panel div.button-container div.banner-wrapper {
          width: 231px; }
          #photo-panel div.button-container div.banner-wrapper div.curly-arrow {
            left: -35px;
            width: 24px;
            height: 40px; }
          #photo-panel div.button-container div.banner-wrapper a.btn-book {
            width: 231px;
            height: 55px; } }
  @media (max-width: 992px) {
    #photo-panel {
      height: 63.75vw; }
      .no-webp #photo-panel {
        background-image: url("https://images.sunsationalswimschool.com/pages/banner_bg_1200px-min.png"); }
      .webp #photo-panel {
        background-image: url("https://images.sunsationalswimschool.com/pages/banner_bg_1200px-min.webp"); }
      #photo-panel div.button-container {
        width: 100%;
        padding-top: 47%; } }
  @media (max-width: 1079px) {
    #photo-panel {
      margin-top: -80px; } }
  @media (max-width: 785px) {
    #photo-panel {
      margin-top: -40px; } }

body {
  font-family: "Poppins-Regular";
  font-size: 17px; }
  body label {
    font-family: "Poppins-Bold"; }

div.overflow-wrapper {
  width: 100%;
  overflow-x: hidden; }

h1, h3 {
  font-family: "BebasNeue";
  font-size: 46px; }
  h1.smaller, h3.smaller {
    font-size: 34px; }
  h1 span.sunsational-header, h3 span.sunsational-header {
    color: #d4121a;
    font-family: "LeckerliOne-Regular";
    font-size: 54px; }

h2 {
  font-family: "BebasNeue";
  font-size: 46px; }
  h2.smaller {
    font-size: 34px; }
  h2 span.sunsational-header {
    color: #d4121a;
    font-family: "LeckerliOne-Regular";
    font-size: 54px; }

h4 {
  font-family: "BebasNeue";
  font-size: 28px; }

h5 {
  font-family: "Poppins-Bold"; }

.sunsational-red {
  color: #f50004; }

fieldset legend {
  font-family: "BebasNeue";
  font-size: 34px; }

a.sunsational-link, .sunsational-red {
  color: #f50004; }

.fixed-width {
  margin: 0 auto; }
  @media (min-width: 992px) {
    .fixed-width {
      max-width: 950px; } }

span#error, span#reset-done {
  font-size: 14px; }

.btn-sunsational {
  display: block;
  text-align: center;
  color: white;
  background-color: #de0005;
  border-radius: 18px;
  padding: 5px 30px;
  border: solid 1px #9f1217;
  text-decoration: none; }
  .btn-sunsational:hover {
    color: white;
    text-decoration: none; }

.sun-black-bullet-point {
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .no-webp .sun-black-bullet-point {
    background-image: url("https://images.sunsationalswimschool.com/pages/sun_bullet-min.png"); }
  .webp .sun-black-bullet-point {
    background-image: url("https://images.sunsationalswimschool.com/pages/sun_bullet-min.webp"); }

.sun-yellow-bullet-point {
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .no-webp .sun-yellow-bullet-point {
    background-image: url("https://images.sunsationalswimschool.com/pages/sun_bullet_yellow-min.png"); }
  .webp .sun-yellow-bullet-point {
    background-image: url("https://images.sunsationalswimschool.com/pages/sun_bullet_yellow-min.webp"); }

.page-section {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }

.free-stand-button {
  color: white !important;
  background: #0064f8;
  display: block;
  border-radius: 60px;
  border: 3px solid #001b2c;
  text-transform: uppercase;
  text-decoration: none;
  padding: 17px; }

@media screen and (max-width: 480px) {
  .free-stand-button {
    font-size: 14px !important; } }

.action-call-container {
  margin-top: 20px; }
  .action-call-container .wrapper {
    width: 400px;
    position: relative;
    margin: 0 auto; }
    .action-call-container .wrapper .curly-arrow {
      width: 60px;
      height: 96px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      right: 0;
      top: -35px; }
      .no-webp .action-call-container .wrapper .curly-arrow {
        background-image: url("https://images.sunsationalswimschool.com/pages/arrow-min.png"); }
      .webp .action-call-container .wrapper .curly-arrow {
        background-image: url("https://images.sunsationalswimschool.com/pages/arrow-min.webp"); }
      .action-call-container .wrapper .curly-arrow.further {
        right: -35px; }
    .action-call-container .wrapper .curly-arrow-reverse {
      width: 40px;
      height: 64px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      left: 0;
      top: -35px; }
      .no-webp .action-call-container .wrapper .curly-arrow-reverse {
        background-image: url("https://images.sunsationalswimschool.com/pages/arrow_reverse-min.png"); }
      .webp .action-call-container .wrapper .curly-arrow-reverse {
        background-image: url("https://images.sunsationalswimschool.com/pages/arrow_reverse-min.webp"); }
      .action-call-container .wrapper .curly-arrow-reverse.further {
        left: -30px; }
    .action-call-container .wrapper a {
      display: block;
      margin: 20px auto;
      text-decoration: none;
      text-align: center; }
      .action-call-container .wrapper a img {
        width: 400px;
        height: auto; }
  @media (max-width: 480px) {
    .action-call-container .wrapper {
      width: 280px; }
      .action-call-container .wrapper .curly-arrow {
        top: -45px; }
        .action-call-container .wrapper .curly-arrow.further {
          right: -25px; }
      .action-call-container .wrapper .curly-arrow-reverse {
        top: -40px; }
      .action-call-container .wrapper a img {
        width: 250px; } }

div.yelp-customer-container {
  text-align: center;
  margin-bottom: 20px; }
  div.yelp-customer-container div.misc-wrapper {
    margin: 0 auto; }
    div.yelp-customer-container div.misc-wrapper span.misc-group a {
      display: inline-block;
      text-decoration: none;
      color: #000000; }
      div.yelp-customer-container div.misc-wrapper span.misc-group a span.misc-text {
        margin-left: 5px;
        font-weight: bold;
        font-size: 16px; }

.swim-girl-bg {
  width: 100%;
  height: 476px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 992px;
  background-size: 100%;
  overflow-x: hidden;
  padding-top: 60px;
  padding-left: 80px; }
  .no-webp .swim-girl-bg {
    background-image: url("https://images.sunsationalswimschool.com/pages/what-makes-our-swim_bg-min.png"); }
  .webp .swim-girl-bg {
    background-image: url("https://images.sunsationalswimschool.com/pages/what-makes-our-swim_bg-min.webp"); }
  @media (min-width: 1200px) {
    .no-webp .swim-girl-bg {
      background-image: url("https://images.sunsationalswimschool.com/pages/instructor_bg_wide-min.png"); }
    .webp .swim-girl-bg {
      background-image: url("https://images.sunsationalswimschool.com/pages/instructor_bg_wide-min.webp"); } }
  .swim-girl-bg h3 {
    width: 550px; }
  .swim-girl-bg ul.list-container {
    list-style: none;
    padding: 0;
    text-align: left;
    display: table;
    font-size: 15px;
    margin-top: 10px;
    width: 450px; }
    .swim-girl-bg ul.list-container li {
      display: table-row; }
      .swim-girl-bg ul.list-container li div.list-cell {
        display: table-cell;
        padding-bottom: 10px; }
        .swim-girl-bg ul.list-container li div.list-cell.icon-cell {
          padding-right: 6px; }
          .swim-girl-bg ul.list-container li div.list-cell.icon-cell span.checkmark-icon {
            display: inline-block;
            width: 14px;
            height: 14px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
            .no-webp .swim-girl-bg ul.list-container li div.list-cell.icon-cell span.checkmark-icon {
              background-image: url("https://images.sunsationalswimschool.com/pages/checkmark-min.png"); }
            .webp .swim-girl-bg ul.list-container li div.list-cell.icon-cell span.checkmark-icon {
              background-image: url("https://images.sunsationalswimschool.com/pages/checkmark-min.webp"); }
          .swim-girl-bg ul.list-container li div.list-cell.icon-cell span.sun-black-bullet-point {
            display: inline-block;
            width: 18px;
            height: 18px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
            .no-webp .swim-girl-bg ul.list-container li div.list-cell.icon-cell span.sun-black-bullet-point {
              background-image: url("https://images.sunsationalswimschool.com/pages/sun_bullet-min.png"); }
            .webp .swim-girl-bg ul.list-container li div.list-cell.icon-cell span.sun-black-bullet-point {
              background-image: url("https://images.sunsationalswimschool.com/pages/sun_bullet-min.webp"); }
          .swim-girl-bg ul.list-container li div.list-cell.icon-cell div.step-number {
            background-color: #f7e19c;
            line-height: 30px;
            text-align: center;
            height: 30px;
            width: 30px;
            border-radius: 30px; }
        .swim-girl-bg ul.list-container li div.list-cell div.cell-header {
          font-family: "Poppins-Bold";
          margin-bottom: 5px; }
  .swim-girl-bg.tall {
    width: 100%;
    height: 48.31vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 685px;
    max-height: 685px; }
    .no-webp .swim-girl-bg.tall {
      background-image: url("https://images.sunsationalswimschool.com/pages/tall-swim-girl-bg-min.png"); }
    .webp .swim-girl-bg.tall {
      background-image: url("https://images.sunsationalswimschool.com/pages/tall-swim-girl-bg-min.webp"); }
    .swim-girl-bg.tall ul.list-container li div.list-cell {
      padding-bottom: 20px; }
  @media (max-width: 992px) {
    .swim-girl-bg {
      padding-left: 40px;
      padding-top: 60px; }
      .swim-girl-bg h3 {
        font-size: 32px;
        width: 320px; }
        .swim-girl-bg h3 span.sunsational-header {
          font-size: 32px; }
      .swim-girl-bg ul.list-container {
        font-size: 15px;
        width: 420px; }
      .swim-girl-bg.tall h3 {
        width: 500px; }
      .swim-girl-bg.tall ul.list-container {
        width: 500px; } }
  @media (max-width: 600px) {
    .swim-girl-bg {
      padding-left: 20px; }
      .swim-girl-bg h3 {
        width: 420px; }
      .swim-girl-bg ul.list-container {
        width: 420px; }
      .swim-girl-bg.tall h3, .swim-girl-bg.tall ul.list-container {
        width: 450px; } }
  @media (max-width: 480px) {
    .swim-girl-bg h3 {
      width: 300px; }
    .swim-girl-bg ul.list-container {
      width: 300px; }
    .swim-girl-bg.tall h3, .swim-girl-bg.tall ul.list-container {
      width: 300px; } }

div.top-wave-mask {
  position: relative;
  z-index: -1; }
  div.top-wave-mask div.wave-background {
    position: absolute;
    top: -70px;
    width: 100%;
    height: 80px;
    background-color: #c7ebf3; }

div.bottom-wave-mask {
  position: relative;
  z-index: 1000; }
  div.bottom-wave-mask div.wave-background {
    position: absolute;
    top: -15px;
    background-color: #c7ebf3;
    width: 100%;
    height: 50px; }
  @media (min-width: 1200px) {
    div.bottom-wave-mask div.wave-background {
      top: -7px; } }

.tall-swim-girl-bg {
  width: 100%;
  height: 48.31vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 685px;
  height: auto; }
  .no-webp .tall-swim-girl-bg {
    background-image: url("https://images.sunsationalswimschool.com/pages/tall-swim-girl-bg-min.png"); }
  .webp .tall-swim-girl-bg {
    background-image: url("https://images.sunsationalswimschool.com/pages/tall-swim-girl-bg-min.webp"); }
  .tall-swim-girl-bg .swim-reasons-wrapper {
    margin-top: 30px;
    margin-left: 20px;
    width: 60%;
    text-align: left; }
    .tall-swim-girl-bg .swim-reasons-wrapper .reason-table {
      display: table; }
      .tall-swim-girl-bg .swim-reasons-wrapper .reason-table.bigger {
        font-size: 18px;
        margin-top: 30px; }
      .tall-swim-girl-bg .swim-reasons-wrapper .reason-table .reason-row {
        display: table-row;
        padding-bottom: 10px; }
        .tall-swim-girl-bg .swim-reasons-wrapper .reason-table .reason-row .reason-cell {
          display: table-cell; }
          .tall-swim-girl-bg .swim-reasons-wrapper .reason-table .reason-row .reason-cell div.sun-icon {
            width: 18px;
            height: 18px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 10px; }
            .no-webp .tall-swim-girl-bg .swim-reasons-wrapper .reason-table .reason-row .reason-cell div.sun-icon {
              background-image: url("https://images.sunsationalswimschool.com/pages/sun_bullet-min.png"); }
            .webp .tall-swim-girl-bg .swim-reasons-wrapper .reason-table .reason-row .reason-cell div.sun-icon {
              background-image: url("https://images.sunsationalswimschool.com/pages/sun_bullet-min.webp"); }
          .tall-swim-girl-bg .swim-reasons-wrapper .reason-table .reason-row .reason-cell div.cell-header {
            font-family: "Poppins-Bold";
            font-size: 16px; }
          .tall-swim-girl-bg .swim-reasons-wrapper .reason-table .reason-row .reason-cell div.cell-text {
            margin-top: 5px; }
  @media (max-width: 992px) {
    .tall-swim-girl-bg h3 {
      font-size: 32px; }
      .tall-swim-girl-bg h3 span.sunsational-header {
        font-size: 32px; }
    .tall-swim-girl-bg .swim-reasons-wrapper {
      width: 63%; }
      .tall-swim-girl-bg .swim-reasons-wrapper .reason-table {
        margin: 20px auto 0;
        font-size: 12px; } }
  @media (max-width: 785px) {
    .tall-swim-girl-bg .swim-reasons-wrapper {
      width: 68%; } }
  @media (max-width: 600px) {
    .tall-swim-girl-bg .swim-reasons-wrapper {
      width: 75%;
      padding-bottom: 60px; } }

div.tall-top-wave-mask {
  position: relative;
  z-index: -1; }
  div.tall-top-wave-mask div.wave-background {
    position: absolute;
    top: -70px;
    width: 100%;
    height: 80px;
    background-color: #c7ebf3; }

div.tall-bottom-wave-mask {
  position: relative;
  z-index: 1000; }
  @media screen and (max-width: 992px) {
    div.tall-bottom-wave-mask {
      margin-bottom: 40px; } }
  div.tall-bottom-wave-mask div.wave-background {
    position: absolute;
    top: 10px;
    background-color: #c7ebf3;
    width: 100%;
    height: 30px; }

div.reasons-container {
  margin: 40px auto; }
  div.reasons-container div.reason-container {
    margin-bottom: 20px;
    display: table;
    vertical-align: top; }
    div.reasons-container div.reason-container.pullup {
      margin-top: -80px; }
    @media (max-width: 991px) {
      div.reasons-container div.reason-container.pullup {
        margin-top: 0; } }
    div.reasons-container div.reason-container div.illustration-container {
      text-align: center;
      display: table-cell;
      width: 35%; }
      div.reasons-container div.reason-container div.illustration-container div.reason-illustration {
        margin: 0 auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%; }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.convenience-icon {
          width: 115px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.convenience-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/convenience_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.convenience-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/convenience_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.flexible-icon {
          width: 115px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.flexible-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/flexible_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.flexible-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/flexible_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.guaranteed-icon {
          width: 115px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.guaranteed-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/guarentee_package-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.guaranteed-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/guarentee_package-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.personalized-icon {
          width: 90px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.personalized-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/personalized_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.personalized-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/personalized_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.water-safety-icon {
          width: 115px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.water-safety-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/water-safety_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.water-safety-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/water-safety_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.no-wasted-icon {
          width: 100px;
          height: 100px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.no-wasted-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/nowasted-lesson_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.no-wasted-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/nowasted-lesson_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.quick-results-icon {
          width: 85px;
          height: 120px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.quick-results-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/quick-results_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.quick-results-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/quick-results_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.have-fun-icon {
          width: 115px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.have-fun-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/have-fun_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.have-fun-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/have-fun_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.customer-service-icon {
          width: 115px;
          height: 110px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.customer-service-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/customer-service_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.customer-service-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/customer-service_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.competitive-pay-icon {
          width: 85px;
          height: 125px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.competitive-pay-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/competitive-pay_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.competitive-pay-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/competitive-pay_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.focus-teaching-icon {
          width: 115px;
          height: 105px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.focus-teaching-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/wetailor_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.focus-teaching-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/wetailor_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.escape-danger-icon {
          width: 100px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.escape-danger-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/learn-to-escape-danger_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.escape-danger-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/learn-to-escape-danger_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.comfortable-icon {
          width: 105px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.comfortable-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/comfortable-environment_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.comfortable-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/comfortable-environment_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.save-time-money-icon {
          width: 97px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.save-time-money-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/savetimemoney_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.save-time-money-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/savetimemoney_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.value-icon {
          width: 90px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.value-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/value_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.value-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/value_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.private-lesson-icon {
          width: 115px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.private-lesson-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/private-swim-icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.private-lesson-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/private-swim-icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.location-icon {
          width: 100px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.location-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/location_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.location-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/location_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.any-age-icon {
          width: 100px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.any-age-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/anyage_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.any-age-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/anyage_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.health-icon {
          width: 100px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.health-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/health_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.health-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/health_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.progressive-method-icon {
          width: 115px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.progressive-method-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/progressive_method_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.progressive-method-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/progressive_method_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.school-icon {
          width: 115px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.school-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/school_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.school-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/school_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.important-icon {
          width: 115px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.important-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/importantskills_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.important-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/importantskills_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.certified-icon {
          width: 95px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.certified-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/highlyqualified_icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.certified-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/highlyqualified_icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.coordination-icon {
          width: 115px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.coordination-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/coordination-icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.coordination-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/coordination-icon-min.webp"); }
        div.reasons-container div.reason-container div.illustration-container div.reason-illustration.developmental-icon {
          width: 115px;
          height: 115px; }
          .no-webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.developmental-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/developmental-icon-min.png"); }
          .webp div.reasons-container div.reason-container div.illustration-container div.reason-illustration.developmental-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/developmental-icon-min.webp"); }
    div.reasons-container div.reason-container div.reason-detail {
      text-align: left;
      vertical-align: top;
      display: table-cell;
      width: 60%; }
      div.reasons-container div.reason-container div.reason-detail h4 {
        font-size: 20px; }
      div.reasons-container div.reason-container div.reason-detail p.reason-text {
        color: #333333; }
        div.reasons-container div.reason-container div.reason-detail p.reason-text span.bold {
          font-family: "Poppins-Bold"; }

section#sunsational-reviews-container {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: bottom center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -19px;
  text-align: center;
  z-index: -2; }
  .no-webp section#sunsational-reviews-container {
    background-image: url("https://images.sunsationalswimschool.com/pages/testimonial_bg-min.png"); }
  .webp section#sunsational-reviews-container {
    background-image: url("https://images.sunsationalswimschool.com/pages/testimonial_bg-min.webp"); }

div.reviews-container {
  margin: 0px auto; }
  div.reviews-container div.review-container {
    width: 260px;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 260px 100%;
    text-align: center;
    padding: 10px;
    margin: 30px auto 0; }
    .no-webp div.reviews-container div.review-container {
      background-image: url("https://images.sunsationalswimschool.com/pages/review_box-min.png"); }
    .webp div.reviews-container div.review-container {
      background-image: url("https://images.sunsationalswimschool.com/pages/review_box-min.webp"); }
    .no-webp div.reviews-container div.review-container.instructor {
      background-image: url("https://images.sunsationalswimschool.com/pages/instructor_review_box-min.png"); }
    .webp div.reviews-container div.review-container.instructor {
      background-image: url("https://images.sunsationalswimschool.com/pages/instructor_review_box-min.webp"); }
    @media (min-width: 0) and (max-width: 599px) {
      div.reviews-container div.review-container {
        padding-bottom: 40px; } }
    div.reviews-container div.review-container div.review-text {
      text-align: left;
      padding: 20px 20px 50px 20px;
      margin: 0 auto;
      font-size: 12px; }
    div.reviews-container div.review-container div.instructor-photo-container {
      margin: -40px 0 10px 0; }
      div.reviews-container div.review-container div.instructor-photo-container div.instructor-photo {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        overflow: hidden;
        background-color: white; }
        div.reviews-container div.review-container div.instructor-photo-container div.instructor-photo.with-border {
          border-radius: 50%;
          border: 5px solid #fab92d; }
        div.reviews-container div.review-container div.instructor-photo-container div.instructor-photo img {
          width: 100px;
          min-width: 100px;
          min-height: 100px; }
    div.reviews-container div.review-container div.review-info-container {
      text-align: center; }
      div.reviews-container div.review-container div.review-info-container div.instructor-reviewer {
        color: #d4121a;
        font-family: "LeckerliOne-Regular";
        font-size: 16px; }
      div.reviews-container div.review-container div.review-info-container div.instructor-location {
        color: #0069ad;
        font-size: 12px; }
  div.reviews-container div.review-footer {
    margin-right: 30%;
    text-align: right; }
    div.reviews-container div.review-footer div.reviewer {
      color: #d4121a;
      font-family: "LeckerliOne-Regular";
      font-size: 18px; }
    div.reviews-container div.review-footer div.location {
      color: #0069ad; }

div#embedsocial-banner-spacer {
  min-height: 45.8vh; }

div#embedsocial-reviews {
  margin-top: -45vh;
  min-height: 46vh; }

section#popular-locations-container {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  text-align: center;
  color: white;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .no-webp section#popular-locations-container {
    background-image: url("https://images.sunsationalswimschool.com/pages/popular-swim-lesson_bg-min.png"); }
  .webp section#popular-locations-container {
    background-image: url("https://images.sunsationalswimschool.com/pages/popular-swim-lesson_bg-min.webp"); }
  section#popular-locations-container span.sunsational-header {
    color: #f2c45b; }
  section#popular-locations-container div.swim-locations {
    margin-top: 20px;
    width: 100%; }
    section#popular-locations-container div.swim-locations div.locations-wrapper {
      width: 950px;
      margin: 0 auto; }
      section#popular-locations-container div.swim-locations div.locations-wrapper span.location-col {
        width: 310px;
        display: inline-block;
        vertical-align: top;
        text-align: left; }
        section#popular-locations-container div.swim-locations div.locations-wrapper span.location-col div.location-row {
          margin-bottom: 4px; }
          section#popular-locations-container div.swim-locations div.locations-wrapper span.location-col div.location-row span.location-name {
            vertical-align: top; }
            section#popular-locations-container div.swim-locations div.locations-wrapper span.location-col div.location-row span.location-name a {
              text-decoration: none;
              color: white;
              font-size: 16px; }
              section#popular-locations-container div.swim-locations div.locations-wrapper span.location-col div.location-row span.location-name a:hover {
                color: #f2c45b; }
      @media (max-width: 991px) {
        section#popular-locations-container div.swim-locations div.locations-wrapper {
          width: 380px; }
          section#popular-locations-container div.swim-locations div.locations-wrapper span.location-col {
            width: 350px; }
            section#popular-locations-container div.swim-locations div.locations-wrapper span.location-col div.location-row {
              margin-top: 7px; }
              section#popular-locations-container div.swim-locations div.locations-wrapper span.location-col div.location-row span.location-name a {
                font-size: 18px; } }

.nearby-locations-container {
  width: 100%;
  margin-top: 20px; }
  .nearby-locations-container div.location-table {
    width: 800px;
    margin: 0 auto; }
    .nearby-locations-container div.location-table span.location-col {
      width: 260px;
      display: inline-block;
      vertical-align: top; }
      .nearby-locations-container div.location-table span.location-col div.location-row {
        display: table;
        margin: 5px 0;
        padding: 10px 0; }
        .nearby-locations-container div.location-table span.location-col div.location-row div.location-cell {
          display: table-cell; }
          .nearby-locations-container div.location-table span.location-col div.location-row div.location-cell.icon-cell {
            padding-right: 5px; }
            .nearby-locations-container div.location-table span.location-col div.location-row div.location-cell.icon-cell div.red-sun-icon {
              width: 14px;
              height: 14px;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center; }
              .no-webp .nearby-locations-container div.location-table span.location-col div.location-row div.location-cell.icon-cell div.red-sun-icon {
                background-image: url("https://images.sunsationalswimschool.com/pages/sun_bullet_red-min.png"); }
              .webp .nearby-locations-container div.location-table span.location-col div.location-row div.location-cell.icon-cell div.red-sun-icon {
                background-image: url("https://images.sunsationalswimschool.com/pages/sun_bullet_red-min.webp"); }
          .nearby-locations-container div.location-table span.location-col div.location-row div.location-cell a {
            text-decoration: none;
            color: black; }
    @media (max-width: 992px) {
      .nearby-locations-container div.location-table {
        width: 300px; } }

section#footer {
  width: 100%;
  height: 530px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  height: auto !important; }
  .no-webp section#footer {
    background-image: url("https://images.sunsationalswimschool.com/pages/footer_wide-min.png"); }
  .webp section#footer {
    background-image: url("https://images.sunsationalswimschool.com/pages/footer_wide-min.webp"); }
  section#footer div.cols-container {
    margin-left: 130px;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    max-width: 850px; }
    @media (max-width: 992px) {
      section#footer div.cols-container {
        margin-left: 10px; } }
    section#footer div.cols-container h5 {
      font-family: "BebasNeue";
      font-size: 20px;
      color: #1a75b5; }
    section#footer div.cols-container div.sitemap-col {
      float: left; }
      section#footer div.cols-container div.sitemap-col.col1 {
        background: linear-gradient(transparent, #fcfdfd);
        border-radius: 8px;
        flex: 1; }
      section#footer div.cols-container div.sitemap-col.col2 {
        background: linear-gradient(transparent, #fcfdfd);
        border-radius: 8px; }
      section#footer div.cols-container div.sitemap-col.col2, section#footer div.cols-container div.sitemap-col.col3 {
        background: linear-gradient(transparent, #fcfdfd);
        border-radius: 8px;
        flex: 1; }
      @media screen and (max-width: 768px) {
        section#footer div.cols-container div.sitemap-col {
          gap: 1.75rem; }
          section#footer div.cols-container div.sitemap-col.col1, section#footer div.cols-container div.sitemap-col.col2, section#footer div.cols-container div.sitemap-col.col3 {
            flex: 1 1 60%; }
          section#footer div.cols-container div.sitemap-col.col3 {
            padding: 0 0 4px;
            border-radius: 8px;
            width: 80%; }
            section#footer div.cols-container div.sitemap-col.col3 a {
              color: #352f2f; } }
      section#footer div.cols-container div.sitemap-col a {
        display: block;
        text-decoration: none;
        color: #777777;
        padding: 0 4px;
        width: fit-content;
        font-family: 'Poppins-Regular';
        font-size: 16px; }
        section#footer div.cols-container div.sitemap-col a:hover {
          color: #004676; }
      section#footer div.cols-container div.sitemap-col a.swim-instructor {
        font-size: 16px; }
      section#footer div.cols-container div.sitemap-col div.phone-container {
        font-size: 16px;
        padding-left: 4px; }
        section#footer div.cols-container div.sitemap-col div.phone-container i {
          color: #d4121a; }
        section#footer div.cols-container div.sitemap-col div.phone-container span.phone-number {
          color: #1a75b5; }
      section#footer div.cols-container div.sitemap-col div.email-container {
        padding-left: 4px; }
        section#footer div.cols-container div.sitemap-col div.email-container i {
          color: #d4121a; }
        section#footer div.cols-container div.sitemap-col div.email-container span {
          font-size: 10px; }
      section#footer div.cols-container div.sitemap-col div.social-container {
        margin-top: 20px;
        padding-left: 4px; }
        section#footer div.cols-container div.sitemap-col div.social-container a.social-icon {
          display: block;
          float: left;
          margin-right: 5px;
          font-size: 0;
          width: 28px;
          height: 28px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
          .no-webp section#footer div.cols-container div.sitemap-col div.social-container a.social-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/social_icons-min_2.png"); }
          .webp section#footer div.cols-container div.sitemap-col div.social-container a.social-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/social_icons-min_2.webp"); }
          section#footer div.cols-container div.sitemap-col div.social-container a.social-icon.icon-fb {
            background-position: 0 0; }
          section#footer div.cols-container div.sitemap-col div.social-container a.social-icon.icon-twitter {
            background-position: -30px 0; }
          section#footer div.cols-container div.sitemap-col div.social-container a.social-icon.icon-gplus {
            background-position: -60px 0; }
          section#footer div.cols-container div.sitemap-col div.social-container a.social-icon.icon-pinterest {
            background-position: -90px 0; }
          section#footer div.cols-container div.sitemap-col div.social-container a.social-icon.icon-youtube {
            background-position: -120px 0; }
  section#footer div.member-container {
    text-align: center;
    bottom: 60px;
    width: 100%; }
    section#footer div.member-container div.member-wrapper {
      width: 700px;
      margin: 0 auto; }
      section#footer div.member-container div.member-wrapper span {
        margin-right: 10px; }
      section#footer div.member-container div.member-wrapper span.member-text {
        color: #d4121a;
        font-family: "LeckerliOne-Regular";
        font-size: 20px;
        color: white;
        margin-right: 20px; }
  section#footer div.copyright {
    color: white;
    text-align: center;
    bottom: 30px;
    font-size: 12px;
    width: 100%; }

#how-it-works div.steps-container {
  text-align: center;
  margin: 30px auto; }
  #how-it-works div.steps-container span.illustration-container {
    display: inline-block; }
    #how-it-works div.steps-container span.illustration-container div.step-illustration.register-online {
      width: 250px;
      height: 250px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .no-webp #how-it-works div.steps-container span.illustration-container div.step-illustration.register-online {
        background-image: url("https://images.sunsationalswimschool.com/pages/register-online-min.png"); }
      .webp #how-it-works div.steps-container span.illustration-container div.step-illustration.register-online {
        background-image: url("https://images.sunsationalswimschool.com/pages/register-online-min.webp"); }
    #how-it-works div.steps-container span.illustration-container div.step-illustration.get-matched {
      width: 250px;
      height: 250px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .no-webp #how-it-works div.steps-container span.illustration-container div.step-illustration.get-matched {
        background-image: url("https://images.sunsationalswimschool.com/pages/get-matched-min.png"); }
      .webp #how-it-works div.steps-container span.illustration-container div.step-illustration.get-matched {
        background-image: url("https://images.sunsationalswimschool.com/pages/get-matched-min.webp"); }
    #how-it-works div.steps-container span.illustration-container div.step-illustration.start-lesson {
      width: 250px;
      height: 250px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .no-webp #how-it-works div.steps-container span.illustration-container div.step-illustration.start-lesson {
        background-image: url("https://images.sunsationalswimschool.com/pages/start-lesson-min.png"); }
      .webp #how-it-works div.steps-container span.illustration-container div.step-illustration.start-lesson {
        background-image: url("https://images.sunsationalswimschool.com/pages/start-lesson-min.webp"); }
    #how-it-works div.steps-container span.illustration-container div.step-illustration.anytime-anywhere {
      width: 250px;
      height: 250px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .no-webp #how-it-works div.steps-container span.illustration-container div.step-illustration.anytime-anywhere {
        background-image: url("https://images.sunsationalswimschool.com/illustrations/swim-students-high-five-sunbackground.png"); }
      .webp #how-it-works div.steps-container span.illustration-container div.step-illustration.anytime-anywhere {
        background-image: url("https://images.sunsationalswimschool.com/illustrations/swim-students-high-five-sunbackground.webp"); }
    #how-it-works div.steps-container span.illustration-container div.step-illustration.available-instantly {
      width: 250px;
      height: 250px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain !important; }
      .no-webp #how-it-works div.steps-container span.illustration-container div.step-illustration.available-instantly {
        background-image: url("https://images.sunsationalswimschool.com/pages/wetailor_icon-min.png"); }
      .webp #how-it-works div.steps-container span.illustration-container div.step-illustration.available-instantly {
        background-image: url("https://images.sunsationalswimschool.com/pages/wetailor_icon-min.webp"); }
    #how-it-works div.steps-container span.illustration-container div.step-illustration.lifetime-memories {
      width: 250px;
      height: 250px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .no-webp #how-it-works div.steps-container span.illustration-container div.step-illustration.lifetime-memories {
        background-image: url("https://images.sunsationalswimschool.com/illustrations/heart-with-gift.png"); }
      .webp #how-it-works div.steps-container span.illustration-container div.step-illustration.lifetime-memories {
        background-image: url("https://images.sunsationalswimschool.com/illustrations/heart-with-gift.webp"); }
  #how-it-works div.steps-container span.step-detail {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin-bottom: 20px; }
    #how-it-works div.steps-container span.step-detail div.step-number {
      font-weight: bold;
      line-height: 35px;
      color: #165774;
      background-color: #fceb13;
      text-align: center;
      height: 35px;
      width: 35px;
      border-radius: 30px;
      margin: 0 auto; }
    #how-it-works div.steps-container span.step-detail h4.step-title {
      color: #000000;
      font-family: "BebasNeue";
      font-size: 31px; }
    #how-it-works div.steps-container span.step-detail p.step-description {
      color: #777777;
      font-family: "Poppins-Regular";
      font-size: 16px; }
    @media (max-width: 991px) and (min-width: 481px) {
      #how-it-works div.steps-container span.step-detail {
        margin-top: 30px;
        margin-left: 20px; } }

section#where-we-serve {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center; }
  section#where-we-serve h5 {
    font-size: 18px;
    font-weight: normal; }
  section#where-we-serve div.us-pool-container {
    position: relative; }
    section#where-we-serve div.us-pool-container div.us-swimming-pool {
      position: relative;
      z-index: -2;
      margin: 0 auto;
      width: 800px;
      height: 620px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .no-webp section#where-we-serve div.us-pool-container div.us-swimming-pool {
        background-image: url("https://images.sunsationalswimschool.com/pages/USA-pool-min.png"); }
      .webp section#where-we-serve div.us-pool-container div.us-swimming-pool {
        background-image: url("https://images.sunsationalswimschool.com/pages/USA-pool-min.webp"); }
      @media (max-width: 786px) {
        section#where-we-serve div.us-pool-container div.us-swimming-pool {
          width: 400px;
          height: 310px; } }
      @media (max-width: 480px) {
        section#where-we-serve div.us-pool-container div.us-swimming-pool {
          width: 300px;
          height: 230px; } }
    section#where-we-serve div.us-pool-container div.form-container {
      position: absolute;
      right: 15%;
      bottom: 250px;
      background: transparent;
      padding-bottom: 0;
      box-shadow: none; }
      section#where-we-serve div.us-pool-container div.form-container div.curly-arrow {
        width: 60px;
        height: 96px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: -65px;
        top: -35px; }
        .no-webp section#where-we-serve div.us-pool-container div.form-container div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/arrow-min.png"); }
        .webp section#where-we-serve div.us-pool-container div.form-container div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/arrow-min.webp"); }
      @media (max-width: 1080px) {
        section#where-we-serve div.us-pool-container div.form-container {
          right: 10%; } }
      @media (max-width: 786px) {
        section#where-we-serve div.us-pool-container div.form-container {
          bottom: -40px;
          right: 22%; } }
      @media (max-width: 480px) {
        section#where-we-serve div.us-pool-container div.form-container {
          left: 10px; } }

section#become-swim-instructor {
  background-color: #f0b71f;
  color: black; }
  section#become-swim-instructor h3 span.sunsational-header {
    color: #D11515; }
  section#become-swim-instructor div.instructor-subtitle {
    font-size: 18px;
    margin: 10px auto;
    width: 480px;
    margin-bottom: 60px; }
    @media (max-width: 480px) {
      section#become-swim-instructor div.instructor-subtitle {
        width: 300px; } }
  section#become-swim-instructor div.action-call-container div.wrapper {
    width: 400px;
    margin: 0 auto;
    position: relative; }
    section#become-swim-instructor div.action-call-container div.wrapper div.curly-arrow-reverse {
      position: absolute;
      left: 10px;
      top: -30px; }
    section#become-swim-instructor div.action-call-container div.wrapper a.btn-instructor-learn-more {
      display: block;
      margin: 20px auto;
      text-decoration: none; }
      section#become-swim-instructor div.action-call-container div.wrapper a.btn-instructor-learn-more img {
        width: 400px;
        height: auto; }
    @media (max-width: 480px) {
      section#become-swim-instructor div.action-call-container div.wrapper {
        width: 300px; }
        section#become-swim-instructor div.action-call-container div.wrapper a.btn-instructor-learn-more img {
          width: 300px; } }

form.location-search-form div.form-drop-shadow {
  position: absolute;
  background-color: #888888;
  width: 100%;
  height: 45px;
  bottom: -7px;
  left: 7px;
  opacity: 0.30;
  z-index: -1; }

form.location-search-form div.search-form-wrapper {
  border: 7px solid #d4121a; }
  form.location-search-form div.search-form-wrapper #location {
    padding: 3px 5px;
    margin: 0;
    height: 45px;
    width: 250px;
    border: 0; }
  form.location-search-form div.search-form-wrapper .search-submit {
    margin: 0;
    padding: 0;
    height: 45px;
    line-height: 45px;
    vertical-align: bottom;
    border: 0;
    border-left: 1px solid #d4121a;
    width: 50px;
    height: 45px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .no-webp form.location-search-form div.search-form-wrapper .search-submit {
      background-image: url("https://images.sunsationalswimschool.com/pages/map-search_btn-min.png"); }
    .webp form.location-search-form div.search-form-wrapper .search-submit {
      background-image: url("https://images.sunsationalswimschool.com/pages/map-search_btn-min.webp"); }

@media (max-width: 480px) {
  form.location-search-form div.form-drop-shadow {
    width: 260px; }
  form.location-search-form div.search-form-wrapper {
    width: 260px; }
    form.location-search-form div.search-form-wrapper #location {
      width: 196px; } }

#hiw-how-it-works {
  text-align: center;
  padding: 30px 40px; }
  #hiw-how-it-works div.wall-of-text {
    margin-top: 40px;
    margin-bottom: 50px;
    color: #777777; }

#hiw-step-instructions div.steps-container {
  margin-top: 40px;
  width: 100%;
  clear: both; }
  #hiw-step-instructions div.steps-container div.step-container {
    width: 600px;
    margin: 0 auto;
    clear: both;
    display: table; }
    #hiw-step-instructions div.steps-container div.step-container span.illustration-container {
      display: table-cell;
      width: 250px; }
      #hiw-step-instructions div.steps-container div.step-container span.illustration-container div.step-illustration {
        width: 250px;
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .no-webp #hiw-step-instructions div.steps-container div.step-container span.illustration-container div.step-illustration.register-online {
          background-image: url("https://images.sunsationalswimschool.com/pages/register-online-min.png"); }
        .webp #hiw-step-instructions div.steps-container div.step-container span.illustration-container div.step-illustration.register-online {
          background-image: url("https://images.sunsationalswimschool.com/pages/register-online-min.webp"); }
        .no-webp #hiw-step-instructions div.steps-container div.step-container span.illustration-container div.step-illustration.get-matched {
          background-image: url("https://images.sunsationalswimschool.com/pages/get-matched-min.png"); }
        .webp #hiw-step-instructions div.steps-container div.step-container span.illustration-container div.step-illustration.get-matched {
          background-image: url("https://images.sunsationalswimschool.com/pages/get-matched-min.webp"); }
        .no-webp #hiw-step-instructions div.steps-container div.step-container span.illustration-container div.step-illustration.start-lesson {
          background-image: url("https://images.sunsationalswimschool.com/pages/start-lesson-min.png"); }
        .webp #hiw-step-instructions div.steps-container div.step-container span.illustration-container div.step-illustration.start-lesson {
          background-image: url("https://images.sunsationalswimschool.com/pages/start-lesson-min.webp"); }
        .no-webp #hiw-step-instructions div.steps-container div.step-container span.illustration-container div.step-illustration.swim-guarantee {
          background-image: url("https://images.sunsationalswimschool.com/pages/swim-guarantee-min.png"); }
        .webp #hiw-step-instructions div.steps-container div.step-container span.illustration-container div.step-illustration.swim-guarantee {
          background-image: url("https://images.sunsationalswimschool.com/pages/swim-guarantee-min.webp"); }
    #hiw-step-instructions div.steps-container div.step-container span.step-detail {
      display: table-cell;
      vertical-align: top;
      text-align: left;
      width: 300px; }
      #hiw-step-instructions div.steps-container div.step-container span.step-detail.left {
        padding-right: 40px; }
      #hiw-step-instructions div.steps-container div.step-container span.step-detail.right {
        padding-left: 40px; }
      #hiw-step-instructions div.steps-container div.step-container span.step-detail div.step-header {
        padding-top: 50px;
        display: table; }
        #hiw-step-instructions div.steps-container div.step-container span.step-detail div.step-header span.step-number {
          display: inline-block;
          font-weight: bold;
          line-height: 35px;
          color: #165774;
          background-color: #fceb13;
          text-align: center;
          height: 35px;
          width: 35px;
          border-radius: 30px; }
        #hiw-step-instructions div.steps-container div.step-container span.step-detail div.step-header span.step-title {
          font-size: 16px;
          margin-left: 10px; }
      #hiw-step-instructions div.steps-container div.step-container span.step-detail div.step-description {
        margin-top: 10px;
        color: #777777; }
  #hiw-step-instructions div.steps-container div.dash-container {
    margin-left: -30px; }
    #hiw-step-instructions div.steps-container div.dash-container div.left-down {
      margin: 0 auto;
      width: 330px;
      height: 40px;
      border-left: 2px dashed #bbe8f0;
      border-bottom: 2px dashed #bbe8f0; }
    #hiw-step-instructions div.steps-container div.dash-container div.right-top {
      margin: 0 auto;
      height: 40px;
      width: 330px;
      border-right: 2px dashed #bbe8f0; }
    #hiw-step-instructions div.steps-container div.dash-container div.right-down {
      margin: 0 auto;
      width: 330px;
      height: 40px;
      border-right: 2px dashed #bbe8f0;
      border-bottom: 2px dashed #bbe8f0; }
    #hiw-step-instructions div.steps-container div.dash-container div.left-top {
      margin: 0 auto;
      width: 330px;
      height: 40px;
      border-left: 2px dashed #bbe8f0; }
    #hiw-step-instructions div.steps-container div.dash-container.mini {
      margin-left: 150px; }
      #hiw-step-instructions div.steps-container div.dash-container.mini div.right-down {
        width: 160px; }
      #hiw-step-instructions div.steps-container div.dash-container.mini div.left-top {
        width: 160px; }
  @media (max-width: 786px) {
    #hiw-step-instructions div.steps-container div.step-container {
      width: 450px; }
      #hiw-step-instructions div.steps-container div.step-container span.illustration-container {
        display: table-cell;
        width: 180px; }
        #hiw-step-instructions div.steps-container div.step-container span.illustration-container div.step-illustration {
          width: 180px;
          height: 180px;
          background-size: 100%; }
      #hiw-step-instructions div.steps-container div.step-container span.step-detail {
        display: table-cell;
        vertical-align: top;
        text-align: left;
        width: 180px; }
        #hiw-step-instructions div.steps-container div.step-container span.step-detail.left {
          padding-right: 0; }
        #hiw-step-instructions div.steps-container div.step-container span.step-detail.right {
          padding-left: 0; }
        #hiw-step-instructions div.steps-container div.step-container span.step-detail div.step-header {
          padding-top: 10px; }
    #hiw-step-instructions div.steps-container div.dash-container {
      margin-left: -60px; }
      #hiw-step-instructions div.steps-container div.dash-container div.left-down, #hiw-step-instructions div.steps-container div.dash-container div.right-top, #hiw-step-instructions div.steps-container div.dash-container div.right-down, #hiw-step-instructions div.steps-container div.dash-container div.left-top {
        width: 220px;
        height: 40px; }
      #hiw-step-instructions div.steps-container div.dash-container.mini {
        margin-left: 90px; }
        #hiw-step-instructions div.steps-container div.dash-container.mini div.right-down {
          width: 100px; }
        #hiw-step-instructions div.steps-container div.dash-container.mini div.left-top {
          width: 100px; } }

#hiw-sunsational-guarantee {
  padding-left: 100px; }
  #hiw-sunsational-guarantee div.sunsational-description {
    margin-top: 20px;
    width: 500px; }
  @media (max-width: 992px) {
    #hiw-sunsational-guarantee {
      padding-left: 50px; }
      #hiw-sunsational-guarantee h3 {
        width: 500px; }
      #hiw-sunsational-guarantee div.sunsational-description {
        width: 500px; } }
  @media (max-width: 786px) {
    #hiw-sunsational-guarantee {
      padding-left: 30px; }
      #hiw-sunsational-guarantee h3 {
        width: 420px; }
      #hiw-sunsational-guarantee div.sunsational-description {
        width: 420px; } }
  @media (max-width: 480px) {
    #hiw-sunsational-guarantee div.sunsational-description {
      width: 300px; } }

#hiw-benefits {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .no-webp #hiw-benefits {
    background-image: url("https://images.sunsationalswimschool.com/pages/testimonial_bg-min.png"); }
  .webp #hiw-benefits {
    background-image: url("https://images.sunsationalswimschool.com/pages/testimonial_bg-min.webp"); }

#osi-our-swim-instructors div.wall-of-text {
  width: 800px;
  margin: 20px auto;
  color: #777777; }
  @media (max-width: 992px) {
    #osi-our-swim-instructors div.wall-of-text {
      width: 600px; } }
  @media (max-width: 786px) {
    #osi-our-swim-instructors div.wall-of-text {
      width: 400px; } }
  @media (max-width: 480px) {
    #osi-our-swim-instructors div.wall-of-text {
      width: 300px; } }

#faqs-section div.faqs-container {
  text-align: left;
  padding: 0 100px; }
  @media (max-width: 785px) {
    #faqs-section div.faqs-container {
      padding: 0 10px; } }
  #faqs-section div.faqs-container div.faq-header {
    color: #f50004;
    font-weight: bold;
    background-color: #ffeb06;
    padding: 5px;
    margin-top: 30px;
    margin-bottom: 20px; }
  #faqs-section div.faqs-container div.faq-container {
    margin-bottom: 30px; }
    #faqs-section div.faqs-container div.faq-container div.question {
      color: #0074b4;
      margin-bottom: 5px; }
    #faqs-section div.faqs-container div.faq-container div.answer {
      color: #777777; }

#areas-we-service, #about, #about-the-founder {
  padding-bottom: 0; }

div.text-wall-container {
  color: #333333;
  text-align: left;
  max-width: 680px;
  margin: auto; }
  div.text-wall-container div.text-block {
    font-size: 17px;
    margin-bottom: 32px;
    line-height: 32px; }
    div.text-wall-container div.text-block.review-block {
      text-align: left;
      margin-bottom: 30px; }
    div.text-wall-container div.text-block span.bold {
      font-family: "Poppins-Bold"; }
    div.text-wall-container div.text-block span.quote {
      position: relative;
      display: inline-block;
      color: #d4121a;
      font-family: "LeckerliOne-Regular";
      font-size: 32px; }
      div.text-wall-container div.text-block span.quote div.open-quote {
        position: absolute;
        top: -20px;
        left: -15px; }
      div.text-wall-container div.text-block span.quote div.close-quote {
        position: absolute;
        bottom: -27px; }
    div.text-wall-container div.text-block div.review-info {
      margin-top: 8px; }
      div.text-wall-container div.text-block div.review-info span.reviewer-name {
        color: #d4121a;
        font-family: "LeckerliOne-Regular";
        font-size: 16px; }
      div.text-wall-container div.text-block div.review-info span.review-location {
        color: #0069ad;
        font-size: 12px; }
  div.text-wall-container div.text-header {
    color: #111111;
    font-size: 18px;
    margin-bottom: 15px; }
    div.text-wall-container div.text-header span.bold {
      font-family: "Poppins-Bold"; }
    div.text-wall-container div.text-header span.red {
      color: #d4121a; }
  div.text-wall-container div.check-list-container {
    width: 840px;
    margin: 0 auto 30px; }
    div.text-wall-container div.check-list-container span.text-col {
      width: 400px;
      text-align: left;
      display: inline-block;
      vertical-align: top; }
      div.text-wall-container div.check-list-container span.text-col div {
        display: table; }
        div.text-wall-container div.check-list-container span.text-col div span.left-col {
          display: table-cell; }
          div.text-wall-container div.check-list-container span.text-col div span.left-col div.col-icon {
            width: 14px;
            height: 14px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
            .no-webp div.text-wall-container div.check-list-container span.text-col div span.left-col div.col-icon {
              background-image: url("https://images.sunsationalswimschool.com/pages/checkmark-min.png"); }
            .webp div.text-wall-container div.check-list-container span.text-col div span.left-col div.col-icon {
              background-image: url("https://images.sunsationalswimschool.com/pages/checkmark-min.webp"); }
        div.text-wall-container div.check-list-container span.text-col div span.right-col {
          display: table-cell;
          padding-left: 7px; }
  div.text-wall-container span.photo-wrapper {
    display: inline-block; }
    div.text-wall-container span.photo-wrapper div.col-photo {
      margin: 10px;
      width: 380px;
      height: 235px;
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat; }
      .no-webp div.text-wall-container span.photo-wrapper div.col-photo.kid-underwater {
        background-image: url("https://images.sunsationalswimschool.com/pages/kid-underwater-min.png"); }
      .webp div.text-wall-container span.photo-wrapper div.col-photo.kid-underwater {
        background-image: url("https://images.sunsationalswimschool.com/pages/kid-underwater-min.webp"); }
      .no-webp div.text-wall-container span.photo-wrapper div.col-photo.boy-swim {
        background-image: url("https://images.sunsationalswimschool.com/pages/boy-swim-min.png"); }
      .webp div.text-wall-container span.photo-wrapper div.col-photo.boy-swim {
        background-image: url("https://images.sunsationalswimschool.com/pages/boy-swim-min.webp"); }
      .no-webp div.text-wall-container span.photo-wrapper div.col-photo.boy-paddling {
        background-image: url("https://images.sunsationalswimschool.com/pages/boy-paddling-min.png"); }
      .webp div.text-wall-container span.photo-wrapper div.col-photo.boy-paddling {
        background-image: url("https://images.sunsationalswimschool.com/pages/boy-paddling-min.webp"); }
      .no-webp div.text-wall-container span.photo-wrapper div.col-photo.girl-diving {
        background-image: url("https://images.sunsationalswimschool.com/pages/girl-diving-min.png"); }
      .webp div.text-wall-container span.photo-wrapper div.col-photo.girl-diving {
        background-image: url("https://images.sunsationalswimschool.com/pages/girl-diving-min.webp"); }
      .no-webp div.text-wall-container span.photo-wrapper div.col-photo.child-cert1 {
        background-image: url("https://images.sunsationalswimschool.com/pages/child-cert1-min.png"); }
      .webp div.text-wall-container span.photo-wrapper div.col-photo.child-cert1 {
        background-image: url("https://images.sunsationalswimschool.com/pages/child-cert1-min.webp"); }
      .no-webp div.text-wall-container span.photo-wrapper div.col-photo.child-cert2 {
        background-image: url("https://images.sunsationalswimschool.com/pages/child-cert2-min.png"); }
      .webp div.text-wall-container span.photo-wrapper div.col-photo.child-cert2 {
        background-image: url("https://images.sunsationalswimschool.com/pages/child-cert2-min.webp"); }
      .no-webp div.text-wall-container span.photo-wrapper div.col-photo.toddler-skills1 {
        background-image: url("https://images.sunsationalswimschool.com/pages/toddler-and-instructor-min.png"); }
      .webp div.text-wall-container span.photo-wrapper div.col-photo.toddler-skills1 {
        background-image: url("https://images.sunsationalswimschool.com/pages/toddler-and-instructor-min.webp"); }
      .no-webp div.text-wall-container span.photo-wrapper div.col-photo.toddler-skills2 {
        background-image: url("https://images.sunsationalswimschool.com/pages/toddler-min.png"); }
      .webp div.text-wall-container span.photo-wrapper div.col-photo.toddler-skills2 {
        background-image: url("https://images.sunsationalswimschool.com/pages/toddler-min.webp"); }
      .no-webp div.text-wall-container span.photo-wrapper div.col-photo.pool-side-swimming {
        background-image: url("https://images.sunsationalswimschool.com/pages/pool-side-swim-min.png"); }
      .webp div.text-wall-container span.photo-wrapper div.col-photo.pool-side-swimming {
        background-image: url("https://images.sunsationalswimschool.com/pages/pool-side-swim-min.webp"); }
      .no-webp div.text-wall-container span.photo-wrapper div.col-photo.toddler-in-pool {
        background-image: url("https://images.sunsationalswimschool.com/pages/toddler-in-pool-min.png"); }
      .webp div.text-wall-container span.photo-wrapper div.col-photo.toddler-in-pool {
        background-image: url("https://images.sunsationalswimschool.com/pages/toddler-in-pool-min.webp"); }
      .no-webp div.text-wall-container span.photo-wrapper div.col-photo.infant-swim1 {
        background-image: url("https://images.sunsationalswimschool.com/pages/infant-swim1-min.png"); }
      .webp div.text-wall-container span.photo-wrapper div.col-photo.infant-swim1 {
        background-image: url("https://images.sunsationalswimschool.com/pages/infant-swim1-min.webp"); }
      .no-webp div.text-wall-container span.photo-wrapper div.col-photo.infant-swim2 {
        background-image: url("https://images.sunsationalswimschool.com/pages/infant-swim2-min.png"); }
      .webp div.text-wall-container span.photo-wrapper div.col-photo.infant-swim2 {
        background-image: url("https://images.sunsationalswimschool.com/pages/infant-swim2-min.webp"); }
      @media (max-width: 480px) {
        div.text-wall-container span.photo-wrapper div.col-photo {
          width: 280px; } }
  div.text-wall-container div.photo-block {
    margin-top: 10px; }
    div.text-wall-container div.photo-block div.photo-div {
      margin: 0 auto;
      width: 700px;
      height: 400px;
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat; }
      div.text-wall-container div.photo-block div.photo-div.kid-floating {
        background-image: url("https://images.sunsationalswimschool.com/pages/kid-floating-min.png"); }
      div.text-wall-container div.photo-block div.photo-div.pool-side-swimming {
        background-image: url("https://images.sunsationalswimschool.com/pages/pool-side-swim-min.png"); }
      div.text-wall-container div.photo-block div.photo-div.adult-swim {
        background-image: url("https://images.sunsationalswimschool.com/pages/adult-swim-min.png"); }
      div.text-wall-container div.photo-block div.photo-div.special-needs-swimming {
        background-image: url("https://images.sunsationalswimschool.com/pages/special-needs-swimming-min.png"); }
      div.text-wall-container div.photo-block div.photo-div.instructor-and-student {
        background-image: url("https://images.sunsationalswimschool.com/pages/instructor-and-student-min.png"); }
      div.text-wall-container div.photo-block div.photo-div.gift-certificate-banner {
        background-image: url("https://images.sunsationalswimschool.com/pages/gift-banner-min.png"); }
    @media (max-width: 786px) {
      div.text-wall-container div.photo-block div.photo-div {
        width: 420px;
        height: 256px; } }
    @media (max-width: 480px) {
      div.text-wall-container div.photo-block div.photo-div {
        width: 280px;
        height: 170px; } }
  @media (max-width: 992px) {
    div.text-wall-container {
      padding: 0 20px; }
      div.text-wall-container div.check-list-container {
        width: 420px; } }
  @media (max-width: 480px) {
    div.text-wall-container div.check-list-container {
      width: 280px; }
      div.text-wall-container div.check-list-container span.text-col {
        width: 250px; } }

.why-swim-lesson div.subtitle-text {
  color: #555555; }

.why-swim-lesson div.dangers-list {
  margin-top: 40px; }
  .why-swim-lesson div.dangers-list div.dangers-wrapper {
    margin: 0 auto; }
    .why-swim-lesson div.dangers-list div.dangers-wrapper span.danger-container {
      vertical-align: top;
      display: inline-block;
      color: #555555;
      margin-left: 50px; }
      @media (max-width: 480px) {
        .why-swim-lesson div.dangers-list div.dangers-wrapper span.danger-container {
          margin-left: 0px; } }
      .why-swim-lesson div.dangers-list div.dangers-wrapper span.danger-container div.danger-wrapper {
        margin: 0 auto 25px auto; }
        .why-swim-lesson div.dangers-list div.dangers-wrapper span.danger-container div.danger-wrapper span.danger-icon {
          padding-top: 5px;
          vertical-align: top;
          display: inline-block;
          padding: 10px;
          width: 34px;
          height: 30px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
          .no-webp .why-swim-lesson div.dangers-list div.dangers-wrapper span.danger-container div.danger-wrapper span.danger-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/danger-icon_2x-min.png"); }
          .webp .why-swim-lesson div.dangers-list div.dangers-wrapper span.danger-container div.danger-wrapper span.danger-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/danger-icon_2x-min.webp"); }
        .why-swim-lesson div.dangers-list div.dangers-wrapper span.danger-container div.danger-wrapper span.danger-text {
          margin-left: 10px;
          width: 300px;
          display: inline-block;
          text-align: left; }
          .why-swim-lesson div.dangers-list div.dangers-wrapper span.danger-container div.danger-wrapper span.danger-text span.bold {
            font-family: "Poppins-Bold"; }

.why-swim-lesson.narrow div.dangers-list div.dangers-wrapper span.danger-container div.danger-wrapper span.danger-text {
  width: 200px; }

@media (max-width: 991px) {
  .why-swim-lesson.narrow div.dangers-list div.dangers-wrapper span.danger-container {
    width: 100%;
    margin-left: 10px; }
    .why-swim-lesson.narrow div.dangers-list div.dangers-wrapper span.danger-container div.danger-wrapper span.danger-text {
      width: 300px; } }

@media (max-width: 480px) {
  .why-swim-lesson.narrow div.dangers-list div.dangers-wrapper span.danger-container {
    width: 300px;
    margin-left: 0; }
    .why-swim-lesson.narrow div.dangers-list div.dangers-wrapper span.danger-container div.danger-wrapper span.danger-text {
      width: 280px; } }

.blue-water-fluid {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 215px;
  text-align: center;
  color: white;
  padding-top: 30px; }
  .no-webp .blue-water-fluid {
    background-image: url("https://images.sunsationalswimschool.com/pages/blue_bg-min.png"); }
  .webp .blue-water-fluid {
    background-image: url("https://images.sunsationalswimschool.com/pages/blue_bg-min.webp"); }
  .blue-water-fluid h3 {
    font-size: 38px; }
    .blue-water-fluid h3 span.sunsational-header {
      color: white;
      font-size: 42px; }
  .blue-water-fluid div.container-wrapper {
    width: 100%; }
    .blue-water-fluid div.container-wrapper div.list-container {
      width: 850px;
      margin: 15px auto; }
      @media (max-width: 991px) {
        .blue-water-fluid div.container-wrapper div.list-container {
          width: 420px; } }
      .blue-water-fluid div.container-wrapper div.list-container span.list-col {
        display: inline-block;
        width: 400px;
        text-align: left; }
        .blue-water-fluid div.container-wrapper div.list-container span.list-col div.list-item {
          display: table;
          margin-bottom: 5px; }
          .blue-water-fluid div.container-wrapper div.list-container span.list-col div.list-item div.item-col {
            display: table-cell; }
            .blue-water-fluid div.container-wrapper div.list-container span.list-col div.list-item div.item-col.icon-col {
              padding-right: 5px; }
            .blue-water-fluid div.container-wrapper div.list-container span.list-col div.list-item div.item-col div.sun-icon {
              width: 14px;
              height: 14px;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center; }
              .no-webp .blue-water-fluid div.container-wrapper div.list-container span.list-col div.list-item div.item-col div.sun-icon {
                background-image: url("https://images.sunsationalswimschool.com/pages/sun_bullet_yellow-min.png"); }
              .webp .blue-water-fluid div.container-wrapper div.list-container span.list-col div.list-item div.item-col div.sun-icon {
                background-image: url("https://images.sunsationalswimschool.com/pages/sun_bullet_yellow-min.webp"); }
      @media (max-width: 420px) {
        .blue-water-fluid div.container-wrapper div.list-container {
          width: 300px; }
          .blue-water-fluid div.container-wrapper div.list-container span.list-col {
            width: 300px; } }

.blue-water-bg {
  width: 100%;
  height: 215px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 215px;
  text-align: center;
  color: white;
  padding-top: 30px; }
  .no-webp .blue-water-bg {
    background-image: url("https://images.sunsationalswimschool.com/pages/blue_bg-min.png"); }
  .webp .blue-water-bg {
    background-image: url("https://images.sunsationalswimschool.com/pages/blue_bg-min.webp"); }
  .blue-water-bg div.stats-wrapper {
    padding-top: 30px; }
    .blue-water-bg div.stats-wrapper div.stat div.stat-number {
      font-size: 55px;
      font-family: "BebasNeue"; }
    .blue-water-bg div.stats-wrapper div.stat div.stat-unit {
      font-size: 16px;
      font-family: "Poppins-SemiBold"; }
    @media (max-width: 786px) {
      .blue-water-bg div.stats-wrapper div.stat div.stat-number {
        font-size: 40px; }
      .blue-water-bg div.stats-wrapper div.stat div.stat-unit {
        font-size: 14px; } }
  .blue-water-bg div.big-text {
    padding-top: 20px;
    color: white;
    font-size: 36px;
    font-family: "Poppins-Regular"; }
    .blue-water-bg div.big-text span.bold {
      font-family: "Poppins-Bold"; }
    .blue-water-bg div.big-text span.highlight {
      color: #fcce29;
      font-family: "Poppins-Bold"; }
      .blue-water-bg div.big-text span.highlight.neon {
        color: #f9f31e;
        font-family: "Poppins-Regular"; }
    @media (max-width: 786px) {
      .blue-water-bg div.big-text {
        font-size: 22px;
        padding-top: 40px; } }
  .blue-water-bg div.small-text {
    font-size: 14px; }
  .blue-water-bg div.empact-logo {
    margin: -55px auto -15px auto;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .no-webp .blue-water-bg div.empact-logo {
      background-image: url("https://images.sunsationalswimschool.com/pages/empact_logo-min.png"); }
    .webp .blue-water-bg div.empact-logo {
      background-image: url("https://images.sunsationalswimschool.com/pages/empact_logo-min.webp"); }
  .blue-water-bg div.thumbtack-logo {
    margin: -55px auto -15px auto;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .no-webp .blue-water-bg div.thumbtack-logo {
      background-image: url("https://images.sunsationalswimschool.com/pages/thumbtack_logo-min.png"); }
    .webp .blue-water-bg div.thumbtack-logo {
      background-image: url("https://images.sunsationalswimschool.com/pages/thumbtack_logo-min.webp"); }
  .blue-water-bg div.swim-text {
    color: white;
    margin: 30px auto;
    text-align: center;
    width: 850px;
    font-size: 16px;
    font-family: "Poppins-Regular"; }
    @media (max-width: 992px) {
      .blue-water-bg div.swim-text {
        width: 650px; } }
    @media (max-width: 786px) {
      .blue-water-bg div.swim-text {
        width: 420px;
        font-size: 14px; } }
    @media (max-width: 480px) {
      .blue-water-bg div.swim-text {
        width: 300px; } }
  .blue-water-bg h3.header-fluid {
    color: white; }
    .blue-water-bg h3.header-fluid span.sunsational-header {
      color: white; }
  @media (max-width: 786px) {
    .blue-water-bg h3.header-fluid {
      font-size: 36px; }
      .blue-water-bg h3.header-fluid span.sunsational-header {
        font-size: 42px; } }

div.tilted-table-container div.table-wrapper {
  margin-top: 30px;
  text-align: center; }
  div.tilted-table-container div.table-wrapper table {
    margin: 0 auto;
    width: 950px;
    height: 637px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 16px; }
    .no-webp div.tilted-table-container div.table-wrapper table {
      background-image: url("https://images.sunsationalswimschool.com/pages/tilted_table_bg-min.png"); }
    .webp div.tilted-table-container div.table-wrapper table {
      background-image: url("https://images.sunsationalswimschool.com/pages/tilted_table_bg-min.webp"); }
    div.tilted-table-container div.table-wrapper table td {
      width: 33%;
      padding-top: 4.2%; }
      div.tilted-table-container div.table-wrapper table td.header {
        color: #d4121a;
        font-family: "LeckerliOne-Regular";
        font-size: 26px; }
      div.tilted-table-container div.table-wrapper table td.criterion {
        font-family: "Poppins-Bold";
        font-size: 16px;
        text-align: left;
        padding-left: 5%; }
  @media (max-width: 1080px) {
    div.tilted-table-container div.table-wrapper table {
      font-size: 14px;
      width: 85%;
      height: 55vw; }
      div.tilted-table-container div.table-wrapper table td.header {
        font-size: 22px; }
      div.tilted-table-container div.table-wrapper table td.criterion {
        font-size: 14px; } }
  @media (max-width: 992px) {
    div.tilted-table-container div.table-wrapper table {
      font-size: 12px;
      height: 55vw; }
      div.tilted-table-container div.table-wrapper table td.header {
        font-size: 18px; }
      div.tilted-table-container div.table-wrapper table td.criterion {
        font-size: 12px; } }
  @media (max-width: 785px) {
    div.tilted-table-container div.table-wrapper table {
      font-size: 10px;
      height: 54.5vw; }
      div.tilted-table-container div.table-wrapper table td.header {
        font-size: 11px; }
      div.tilted-table-container div.table-wrapper table td.criterion {
        font-size: 8px; } }
  @media (max-width: 580px) {
    div.tilted-table-container div.table-wrapper table {
      height: 53.8vw;
      font-size: 9px; } }

div.skill-wrapper {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px; }
  div.skill-wrapper div.skill-container {
    width: 90%;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 991px) {
      div.skill-wrapper div.skill-container {
        width: 60%; } }
    @media (max-width: 785px) {
      div.skill-wrapper div.skill-container {
        width: 70%; } }
    div.skill-wrapper div.skill-container div.skill-icon {
      margin: 0 auto;
      width: 150px;
      height: 150px;
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat; }
      .no-webp div.skill-wrapper div.skill-container div.skill-icon.tadpole {
        background-image: url("https://images.sunsationalswimschool.com/pages/Tadpole-Skills-min.png"); }
      .webp div.skill-wrapper div.skill-container div.skill-icon.tadpole {
        background-image: url("https://images.sunsationalswimschool.com/pages/Tadpole-Skills-min.webp"); }
      .no-webp div.skill-wrapper div.skill-container div.skill-icon.starfish {
        background-image: url("https://images.sunsationalswimschool.com/pages/Starfish-Skills-min.png"); }
      .webp div.skill-wrapper div.skill-container div.skill-icon.starfish {
        background-image: url("https://images.sunsationalswimschool.com/pages/Starfish-Skills-min.webp"); }
      .no-webp div.skill-wrapper div.skill-container div.skill-icon.goldfish {
        background-image: url("https://images.sunsationalswimschool.com/pages/Goldfish-Skills-min.png"); }
      .webp div.skill-wrapper div.skill-container div.skill-icon.goldfish {
        background-image: url("https://images.sunsationalswimschool.com/pages/Goldfish-Skills-min.webp"); }
      .no-webp div.skill-wrapper div.skill-container div.skill-icon.jellyfish {
        background-image: url("https://images.sunsationalswimschool.com/pages/Jellyfish-Skills-min.png"); }
      .webp div.skill-wrapper div.skill-container div.skill-icon.jellyfish {
        background-image: url("https://images.sunsationalswimschool.com/pages/Jellyfish-Skills-min.webp"); }
      .no-webp div.skill-wrapper div.skill-container div.skill-icon.seahorse {
        background-image: url("https://images.sunsationalswimschool.com/pages/Seahorse-Skills-min.png"); }
      .webp div.skill-wrapper div.skill-container div.skill-icon.seahorse {
        background-image: url("https://images.sunsationalswimschool.com/pages/Seahorse-Skills-min.webp"); }
      .no-webp div.skill-wrapper div.skill-container div.skill-icon.dolphin {
        background-image: url("https://images.sunsationalswimschool.com/pages/Dolphin-Skills-min.png"); }
      .webp div.skill-wrapper div.skill-container div.skill-icon.dolphin {
        background-image: url("https://images.sunsationalswimschool.com/pages/Dolphin-Skills-min.webp"); }
      .no-webp div.skill-wrapper div.skill-container div.skill-icon.seal {
        background-image: url("https://images.sunsationalswimschool.com/pages/Seal-Skills-min.png"); }
      .webp div.skill-wrapper div.skill-container div.skill-icon.seal {
        background-image: url("https://images.sunsationalswimschool.com/pages/Seal-Skills-min.webp"); }
    div.skill-wrapper div.skill-container div.skill-list {
      display: table;
      margin: 0 auto;
      text-align: left;
      width: 100%; }
      div.skill-wrapper div.skill-container div.skill-list div.skill-row {
        display: table-row; }
        div.skill-wrapper div.skill-container div.skill-list div.skill-row div.skill-cell {
          display: table-cell;
          padding-bottom: 8px; }
          div.skill-wrapper div.skill-container div.skill-list div.skill-row div.skill-cell.cell-icon {
            padding-right: 5px; }
            div.skill-wrapper div.skill-container div.skill-list div.skill-row div.skill-cell.cell-icon div.red-sun-icon {
              width: 14px;
              height: 14px;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center; }
              .no-webp div.skill-wrapper div.skill-container div.skill-list div.skill-row div.skill-cell.cell-icon div.red-sun-icon {
                background-image: url("https://images.sunsationalswimschool.com/pages/sun_bullet_red-min.png"); }
              .webp div.skill-wrapper div.skill-container div.skill-list div.skill-row div.skill-cell.cell-icon div.red-sun-icon {
                background-image: url("https://images.sunsationalswimschool.com/pages/sun_bullet_red-min.webp"); }

.contact-container {
  margin-top: 20px; }
  .contact-container div.contact-subtitle {
    font-family: "Poppins-Bold"; }
  .contact-container #contact-form {
    margin-top: 30px; }
    .contact-container #contact-form .form-group {
      margin-bottom: 10px; }
      .contact-container #contact-form .form-group .col-sm-6.no-right-padding {
        padding-right: 0; }
      @media (max-width: 767px) {
        .contact-container #contact-form .form-group .col-sm-6 {
          padding-bottom: 10px; }
          .contact-container #contact-form .form-group .col-sm-6.no-right-padding {
            padding-right: 15px; } }
    .contact-container #contact-form .btn-container .btn-contact {
      text-align: center;
      text-decoration: none;
      color: white;
      background-color: #de0005;
      display: block;
      border-radius: 15px;
      padding: 5px 0;
      width: 120px;
      border: solid 1px #9f1217; }

.contact-wrapper {
  margin-top: 20px; }
  .contact-wrapper .contact-info-container {
    background-color: #ecf1f4;
    border: 1px #cbd8e0 solid;
    padding: 10px; }
    .contact-wrapper .contact-info-container div.contact-row {
      padding: 10px 0;
      border-bottom: 1px solid #dddddd;
      display: table;
      width: 100%; }
      .contact-wrapper .contact-info-container div.contact-row:last-child {
        border-bottom: none; }
      .contact-wrapper .contact-info-container div.contact-row div.contact-cell {
        display: table-cell; }
        .contact-wrapper .contact-info-container div.contact-row div.contact-cell.icon-cell {
          width: 34px !important;
          vertical-align: top; }
          .contact-wrapper .contact-info-container div.contact-row div.contact-cell.icon-cell div.contact-icon {
            width: 24px;
            height: 24px;
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center; }
            .no-webp .contact-wrapper .contact-info-container div.contact-row div.contact-cell.icon-cell div.contact-icon.phone-icon {
              background-image: url("https://images.sunsationalswimschool.com/pages/call-us_icon-min.png"); }
            .webp .contact-wrapper .contact-info-container div.contact-row div.contact-cell.icon-cell div.contact-icon.phone-icon {
              background-image: url("https://images.sunsationalswimschool.com/pages/call-us_icon-min.webp"); }
            .no-webp .contact-wrapper .contact-info-container div.contact-row div.contact-cell.icon-cell div.contact-icon.mail-icon {
              background-image: url("https://images.sunsationalswimschool.com/pages/emailus_icon-min.png"); }
            .webp .contact-wrapper .contact-info-container div.contact-row div.contact-cell.icon-cell div.contact-icon.mail-icon {
              background-image: url("https://images.sunsationalswimschool.com/pages/emailus_icon-min.webp"); }
            .no-webp .contact-wrapper .contact-info-container div.contact-row div.contact-cell.icon-cell div.contact-icon.address-icon {
              background-image: url("https://images.sunsationalswimschool.com/pages/address-icon-min.png"); }
            .webp .contact-wrapper .contact-info-container div.contact-row div.contact-cell.icon-cell div.contact-icon.address-icon {
              background-image: url("https://images.sunsationalswimschool.com/pages/address-icon-min.webp"); }
        .contact-wrapper .contact-info-container div.contact-row div.contact-cell div.contact-header {
          font-size: 16px;
          color: #d4121a;
          font-family: "BebasNeue"; }
        .contact-wrapper .contact-info-container div.contact-row div.contact-cell div.contact-info {
          font-size: 11px; }
          .contact-wrapper .contact-info-container div.contact-row div.contact-cell div.contact-info div.bold {
            font-family: "Poppins-Bold"; }
          .contact-wrapper .contact-info-container div.contact-row div.contact-cell div.contact-info div.big {
            font-size: 16px;
            font-family: "Poppins-Bold"; }

div.lesson-programs-container {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center; }
  div.lesson-programs-container div.program-container {
    margin: 30px auto; }
    div.lesson-programs-container div.program-container div.program-photo {
      display: block;
      margin: 0 auto;
      width: 200px;
      height: 200px;
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      text-decoration: none; }
      div.lesson-programs-container div.program-container div.program-photo:hover {
        text-decoration: none; }
      .no-webp div.lesson-programs-container div.program-container div.program-photo.babies {
        background-image: url("https://images.sunsationalswimschool.com/pages/babies-min.png"); }
      .webp div.lesson-programs-container div.program-container div.program-photo.babies {
        background-image: url("https://images.sunsationalswimschool.com/pages/babies-min.webp"); }
      .no-webp div.lesson-programs-container div.program-container div.program-photo.toddlers {
        background-image: url("https://images.sunsationalswimschool.com/pages/toddlers-min.png"); }
      .webp div.lesson-programs-container div.program-container div.program-photo.toddlers {
        background-image: url("https://images.sunsationalswimschool.com/pages/toddlers-min.webp"); }
      .no-webp div.lesson-programs-container div.program-container div.program-photo.kids {
        background-image: url("https://images.sunsationalswimschool.com/pages/kids-min.png"); }
      .webp div.lesson-programs-container div.program-container div.program-photo.kids {
        background-image: url("https://images.sunsationalswimschool.com/pages/kids-min.webp"); }
      .no-webp div.lesson-programs-container div.program-container div.program-photo.adults {
        background-image: url("https://images.sunsationalswimschool.com/pages/adults-min.png"); }
      .webp div.lesson-programs-container div.program-container div.program-photo.adults {
        background-image: url("https://images.sunsationalswimschool.com/pages/adults-min.webp"); }
      .no-webp div.lesson-programs-container div.program-container div.program-photo.teens {
        background-image: url("https://images.sunsationalswimschool.com/pages/teens-min.png"); }
      .webp div.lesson-programs-container div.program-container div.program-photo.teens {
        background-image: url("https://images.sunsationalswimschool.com/pages/teens-min.webp"); }
      .no-webp div.lesson-programs-container div.program-container div.program-photo.competitive {
        background-image: url("https://images.sunsationalswimschool.com/pages/competitive-min.png"); }
      .webp div.lesson-programs-container div.program-container div.program-photo.competitive {
        background-image: url("https://images.sunsationalswimschool.com/pages/competitive-min.webp"); }
      .no-webp div.lesson-programs-container div.program-container div.program-photo.special-needs {
        background-image: url("https://images.sunsationalswimschool.com/pages/special-needs-min.png"); }
      .webp div.lesson-programs-container div.program-container div.program-photo.special-needs {
        background-image: url("https://images.sunsationalswimschool.com/pages/special-needs-min.webp"); }
    div.lesson-programs-container div.program-container div.program-header {
      color: #d4121a;
      font-family: "LeckerliOne-Regular";
      margin-top: 8px;
      font-size: 20px; }
    div.lesson-programs-container div.program-container div.program-description {
      margin-top: 10px;
      color: #555; }

div.step-progress-container {
  position: relative; }
  div.step-progress-container div.progress-line {
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #007ab8;
    top: 20px;
    z-index: -1; }
  div.step-progress-container div.step-progress-wrapper {
    display: table; }
    div.step-progress-container div.step-progress-wrapper div.step-container {
      display: table-cell; }
      div.step-progress-container div.step-progress-wrapper div.step-container div.step-wrapper {
        margin: 0 auto;
        text-align: center;
        font-family: "BebasNeue";
        font-size: 24px;
        padding: 0 20px; }
        div.step-progress-container div.step-progress-wrapper div.step-container div.step-wrapper div.step-number {
          margin: 0 auto;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          line-height: 40px;
          border: 2px solid #007ab8;
          color: #007ab8;
          background-color: #ffffff; }
        div.step-progress-container div.step-progress-wrapper div.step-container div.step-wrapper div.step-label {
          margin: 0 auto;
          color: black; }
      div.step-progress-container div.step-progress-wrapper div.step-container.active div.step-wrapper div.step-number {
        color: white;
        background-color: #d41119;
        border-color: #d41119; }
      div.step-progress-container div.step-progress-wrapper div.step-container.active div.step-wrapper div.step-label {
        color: #d41119; }

div.amount-options {
  display: table; }
  div.amount-options div.amount-option-container {
    display: table-cell;
    padding: 0 10px; }
    div.amount-options div.amount-option-container div.amount-option-wrapper {
      margin: 0 auto;
      text-align: center; }
      div.amount-options div.amount-option-container div.amount-option-wrapper div.amount-label-container {
        font-family: "BebasNeue";
        font-size: 36px;
        border: 1px solid #007ab8;
        padding: 15px 25px;
        background-color: white;
        color: black; }
    div.amount-options div.amount-option-container.active div.amount-option-container div.amount-label-container {
      color: #ffffff;
      background-color: #d41119;
      border-color: #d41119; }

div.gift-form-container {
  text-align: left;
  padding: 0 10px; }
  div.gift-form-container .btn-submit {
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #de0005;
    display: block;
    border-radius: 15px;
    padding: 5px 0;
    width: 120px;
    border: solid 1px #9f1217; }

div.wavy-line {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -190px;
  margin-bottom: 30px; }
  .no-webp div.wavy-line {
    background-image: url("https://images.sunsationalswimschool.com/pages/wavy_menu_bg-min.png"); }
  .webp div.wavy-line {
    background-image: url("https://images.sunsationalswimschool.com/pages/wavy_menu_bg-min.webp"); }
  @media (max-width: 1079px) {
    div.wavy-line {
      margin-top: -160px; } }
  @media (max-width: 785px) {
    div.wavy-line {
      margin-top: -120px; } }

div.satisfaction-header {
  color: #0272b1;
  font-family: "BebasNeue";
  font-size: 26px;
  text-align: left;
  line-height: 26px; }
  div.satisfaction-header span.highlight {
    color: #ee0000; }

div.satisfaction-subtitle {
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
  color: #0272b1; }

.btn-registration {
  margin: 0 auto;
  display: block;
  text-align: center;
  color: white;
  border-radius: 35px;
  padding: 5px 25px;
  font-family: "BebasNeue";
  font-size: 28px;
  border: solid 1px #3d7db4;
  background-color: #1f80c2;
  text-decoration: none; }
  .btn-registration.active {
    background-color: #de0005;
    border: solid 1px #9f1217; }

div.fine-print {
  font-size: 12px;
  color: #555555;
  margin-top: 5px; }

div.satisfaction-guarantee-container {
  border: 1px solid #e1e1e1;
  background-color: #fefdf5;
  padding: 20px 10px; }
  div.satisfaction-guarantee-container div.icon-container {
    margin: 10px auto; }
  div.satisfaction-guarantee-container div.satisfaction-body {
    margin-top: 10px;
    color: #333333;
    text-align: left; }

div.customer-lobby-container {
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin-top: 20px; }

div.need-help-container {
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin-top: 20px; }
  div.need-help-container div.phone-container {
    display: table;
    margin-top: 10px;
    text-align: left; }
    div.need-help-container div.phone-container div.cell-container {
      display: table-cell; }
      div.need-help-container div.phone-container div.cell-container div.fa-phone {
        color: #ee0000;
        font-size: 20px;
        margin-right: 10px; }
      div.need-help-container div.phone-container div.cell-container div.phone-number {
        font-family: "BebasNeue";
        font-size: 22px; }
      div.need-help-container div.phone-container div.cell-container div.phone-hour {
        color: #666666;
        font-size: 11px; }

div.verified-container {
  margin-top: 20px;
  text-align: left; }

div.top-pricing-header {
  margin-top: 60px; }

div.pricing-section-container {
  text-align: left; }
  div.pricing-section-container div.pricing-header-container {
    display: table; }
    div.pricing-section-container div.pricing-header-container div.pricing-header-cell {
      display: table-cell;
      vertical-align: middle;
      padding-right: 20px; }
      div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.pricing-header-photo {
        width: 200px;
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        @media (max-width: 785px) {
          div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.pricing-header-photo {
            width: 150px;
            height: 150px; } }
        .no-webp div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.pricing-header-photo.child-package {
          background-image: url("https://images.sunsationalswimschool.com/pages/child_package-min.png"); }
        .webp div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.pricing-header-photo.child-package {
          background-image: url("https://images.sunsationalswimschool.com/pages/child_package-min.webp"); }
        .no-webp div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.pricing-header-photo.guarantee-package {
          background-image: url("https://images.sunsationalswimschool.com/pages/guarentee_package-min.png"); }
        .webp div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.pricing-header-photo.guarantee-package {
          background-image: url("https://images.sunsationalswimschool.com/pages/guarentee_package-min.webp"); }
        .no-webp div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.pricing-header-photo.adult-package {
          background-image: url("https://images.sunsationalswimschool.com/pages/adults-min.png"); }
        .webp div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.pricing-header-photo.adult-package {
          background-image: url("https://images.sunsationalswimschool.com/pages/adults-min.webp"); }
        .no-webp div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.pricing-header-photo.parent-package {
          background-image: url("https://images.sunsationalswimschool.com/pages/parent_package-min.png"); }
        .webp div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.pricing-header-photo.parent-package {
          background-image: url("https://images.sunsationalswimschool.com/pages/parent_package-min.webp"); }
      div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.guarantee-list {
        display: table; }
        div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.guarantee-list div.list-row {
          margin-bottom: 5px; }
          div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.guarantee-list div.list-row div.list-cell {
            display: table-cell; }
            div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.guarantee-list div.list-row div.list-cell.icon-cell {
              padding-right: 5px; }
              div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.guarantee-list div.list-row div.list-cell.icon-cell div.checkmark {
                width: 14px;
                height: 14px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center; }
                .no-webp div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.guarantee-list div.list-row div.list-cell.icon-cell div.checkmark {
                  background-image: url("https://images.sunsationalswimschool.com/pages/checkmark-min.png"); }
                .webp div.pricing-section-container div.pricing-header-container div.pricing-header-cell div.guarantee-list div.list-row div.list-cell.icon-cell div.checkmark {
                  background-image: url("https://images.sunsationalswimschool.com/pages/checkmark-min.png"); }
  div.pricing-section-container div.lesson-pricing-header {
    margin-top: 20px; }
    div.pricing-section-container div.lesson-pricing-header div.number-of-students {
      font-family: 'LeckerliOne-Regular';
      color: #222;
      font-size: 28px; }
  div.pricing-section-container div.pricing-schedule {
    text-align: center;
    margin: 0 auto; }
    div.pricing-section-container div.pricing-schedule span.pricing-col {
      display: inline-block;
      vertical-align: top; }
      div.pricing-section-container div.pricing-schedule span.pricing-col.title-col {
        font-size: 24px;
        padding: 0;
        margin: 0;
        text-align: left; }
        div.pricing-section-container div.pricing-schedule span.pricing-col.title-col div.pricing-by-30min {
          border-bottom: 1px solid #ccc;
          padding: 112px 0 42px 0; }
        div.pricing-section-container div.pricing-schedule span.pricing-col.title-col div.pricing-by-45min {
          padding-top: 28px; }
      div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table {
        text-align: center;
        margin: 20px auto;
        font-family: 'Poppins-SemiBold'; }
        div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table div.pricing-header-cell {
          padding: 10px 0 5px 0;
          position: relative;
          margin: 0 auto; }
          div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table div.pricing-header-cell div.value-gain {
            position: absolute;
            top: -14px;
            width: 100%; }
            div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table div.pricing-header-cell div.value-gain div.value-text {
              font-family: 'BebasNeue';
              text-align: center;
              margin: 0 auto;
              color: white;
              font-size: 18px;
              width: 92px; }
        div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table div.pricing-cell {
          padding: 10px 0 15px 0; }
          div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table div.pricing-cell.pricing-30mins {
            border-bottom: 1px solid #ccc; }
          div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table div.pricing-cell span.dollar-sign {
            font-size: 28px;
            vertical-align: top;
            padding-top: 10px;
            line-height: 50px; }
          div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table div.pricing-cell span.price {
            font-size: 50px; }
          div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table div.pricing-cell span.unit {
            font-size: 14px; }
          div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table div.pricing-cell div.saving {
            color: #f50004;
            font-size: 14px;
            margin-top: -15px; }
        div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table.blue-package {
          border: 1px solid #1774ad; }
          div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table.blue-package div.pricing-header-cell h4 {
            color: #1774ad; }
          div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table.blue-package div.pricing-header-cell div.chevron-down {
            border-bottom: 1px solid #1774ad; }
          div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table.blue-package div.pricing-cell {
            padding-bottom: 20px; }
        div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table.red-package {
          border: 1px solid #f50004; }
          div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table.red-package div.pricing-header-cell div.value-gain div.value-text {
            background-color: #f50004; }
          div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table.red-package div.pricing-header-cell h4 {
            color: #f50004; }
          div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table.red-package div.pricing-header-cell div.chevron-down {
            border-bottom: 1px solid #f50004; }
        div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table.yellow-package {
          border: 1px solid #df9f0a; }
          div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table.yellow-package div.pricing-header-cell div.value-gain div.value-text {
            background-color: #df9f0a; }
          div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table.yellow-package div.pricing-header-cell h4 {
            color: #df9f0a; }
          div.pricing-section-container div.pricing-schedule span.pricing-col div.pricing-table.yellow-package div.pricing-header-cell div.chevron-down {
            border-bottom: 1px solid #df9f0a; }
    div.pricing-section-container div.pricing-schedule.children-package span.pricing-col {
      width: 27%; }
      div.pricing-section-container div.pricing-schedule.children-package span.pricing-col.title-col {
        width: 17%; }
    @media (max-width: 785px) {
      div.pricing-section-container div.pricing-schedule.children-package {
        width: 450px; }
        div.pricing-section-container div.pricing-schedule.children-package span.pricing-col {
          width: 240px; }
          div.pricing-section-container div.pricing-schedule.children-package span.pricing-col.title-col {
            width: 150px; } }
    div.pricing-section-container div.pricing-schedule.group-children-package span.pricing-col {
      width: 32%; }
      div.pricing-section-container div.pricing-schedule.group-children-package span.pricing-col div.pricing-table {
        margin-right: 20px; }
    @media (max-width: 785px) {
      div.pricing-section-container div.pricing-schedule.group-children-package {
        width: 450px; }
        div.pricing-section-container div.pricing-schedule.group-children-package span.pricing-col {
          width: 240px; }
          div.pricing-section-container div.pricing-schedule.group-children-package span.pricing-col div.pricing-table {
            margin-right: 0; } }
    div.pricing-section-container div.pricing-schedule.guarantee-package span.pricing-col {
      width: 32%; }
      div.pricing-section-container div.pricing-schedule.guarantee-package span.pricing-col.title-col {
        font-size: 16px;
        width: 33%; }
        div.pricing-section-container div.pricing-schedule.guarantee-package span.pricing-col.title-col div.pricing-by-30min {
          padding: 121px 0 45px 0; }
      div.pricing-section-container div.pricing-schedule.guarantee-package span.pricing-col div.pricing-table {
        margin-right: 20px; }
    @media (max-width: 785px) {
      div.pricing-section-container div.pricing-schedule.guarantee-package {
        width: 450px; }
        div.pricing-section-container div.pricing-schedule.guarantee-package span.pricing-col {
          width: 240px; }
          div.pricing-section-container div.pricing-schedule.guarantee-package span.pricing-col.title-col {
            width: 200px;
            font-size: 14px; }
          div.pricing-section-container div.pricing-schedule.guarantee-package span.pricing-col div.pricing-table {
            margin-right: 0; } }

div.call-to-action-container {
  width: 100%;
  margin: 10px auto 30px auto; }
  div.call-to-action-container div.action-wrapper {
    text-align: center;
    margin: 0 auto;
    width: 450px; }

section.extra-fees div.check-list-container {
  margin-top: 20px;
  margin-left: 0;
  width: 100%; }
  section.extra-fees div.check-list-container div.list-item {
    margin-bottom: 5px; }

div.border-container {
  border: 1px solid black;
  text-align: center;
  position: relative; }
  div.border-container div.text-container {
    position: absolute;
    top: -20px;
    width: 100%; }
    div.border-container div.text-container h4 {
      margin: 0 auto;
      width: 80%;
      background-color: white;
      padding: 0 10px; }
      div.border-container div.text-container h4 span.sunsational-text {
        font-size: 32px;
        font-family: 'LeckerliOne-Regular';
        color: #f50004; }
  div.border-container div.or-container {
    text-align: center; }
    div.border-container div.or-container div.or-text {
      margin: 60px auto 60px auto;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-family: 'BebasNeue';
      font-size: 18px;
      background-color: #efe348;
      border-radius: 50%; }
      @media (max-width: 786px) {
        div.border-container div.or-container div.or-text {
          margin-top: 100px; } }
  div.border-container div.book-button-container {
    text-align: center;
    position: absolute;
    bottom: -30px;
    width: 100%; }
    div.border-container div.book-button-container a {
      width: 290px;
      margin: 0 auto;
      display: block;
      background-color: white; }
      div.border-container div.book-button-container a img {
        margin: 0 auto; }

div.blog-header {
  width: 100%;
  height: 28.25vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -163px;
  margin-top: -100px;
  z-index: -1; }
  .no-webp div.blog-header {
    background-image: url("https://images.sunsationalswimschool.com/blog/swim-lessons-blog-background.png"); }
  .webp div.blog-header {
    background-image: url("https://images.sunsationalswimschool.com/blog/swim-lessons-blog-background.webp"); }
  div.blog-header div.button-container {
    width: 100%;
    padding-top: 28%; }
    div.blog-header div.button-container div.banner-wrapper {
      width: 295px;
      margin: 0 auto;
      position: relative; }
      div.blog-header div.button-container div.banner-wrapper div.curly-arrow {
        width: 30px;
        height: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -50px;
        top: -15px; }
        .no-webp div.blog-header div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner.png"); }
        .webp div.blog-header div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner.webp"); }
      div.blog-header div.button-container div.banner-wrapper a.btn-book {
        display: block;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        width: 295px;
        height: 70px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .no-webp div.blog-header div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner.png"); }
        .webp div.blog-header div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner.webp"); }
      @media (max-width: 1080px) {
        div.blog-header div.button-container div.banner-wrapper {
          width: 273px; }
          div.blog-header div.button-container div.banner-wrapper a.btn-book {
            width: 273px;
            height: 65px; } }
      @media (max-width: 785px) {
        div.blog-header div.button-container div.banner-wrapper {
          width: 231px; }
          div.blog-header div.button-container div.banner-wrapper div.curly-arrow {
            left: -35px;
            width: 24px;
            height: 40px; }
          div.blog-header div.button-container div.banner-wrapper a.btn-book {
            width: 231px;
            height: 55px; } }
  @media (max-width: 992px) {
    div.blog-header {
      height: 43.75vw; }
      .no-webp div.blog-header {
        background-image: url("https://images.sunsationalswimschool.com/blog/swim-lessons-blog-background.png"); }
      .webp div.blog-header {
        background-image: url("https://images.sunsationalswimschool.com/blog/swim-lessons-blog-background.webp"); }
      div.blog-header div.button-container2 {
        width: 100%;
        padding-top: 47%; } }
  @media (max-width: 1079px) {
    div.blog-header {
      margin-top: -80px; } }
  @media (max-width: 785px) {
    div.blog-header {
      margin-top: -40px;
      margin-bottom: -60px; } }

/*box containers for blog posts*/
div.box-shadow {
  width: 100%;
  min-width: 200px;
  min-height: 130px;
  text-align: left;
  margin-bottom: 2em;
  padding: 17px;
  background: #fff;
  border: 1px solid #1a89c3;
  position: relative;
  box-shadow: 0px 0px 12px rgba(66, 195, 255, 0.7);
  -moz-box-shadow: 0px 0px 12px rgba(66, 195, 255, 0.7);
  -webkit-box-shadow: 0px 0px 12px rgba(66, 195, 255, 0.7); }
  @media (max-width: 785px) {
    div.box-shadow {
      width: 100%; } }

/*social elements on blog*/
div.social {
  padding: 0px 17px; }
  @media (max-width: 785px) {
    div.social {
      text-align: left;
      padding-right: 5px; } }

/*youtube styling elements*/
div.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

div.photo-panel-adult {
  width: 100%;
  height: 38.25vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
  margin-top: -110px;
  z-index: -1; }
  .no-webp div.photo-panel-adult {
    background-image: url("https://images.sunsationalswimschool.com/pages/adult-swim-lessons-banner-2000x765.jpg"); }
  .webp div.photo-panel-adult {
    background-image: url("https://images.sunsationalswimschool.com/pages/adult-swim-lessons-banner-2000x765.webp"); }
  div.photo-panel-adult div.button-container {
    width: 100%;
    padding-top: 28%; }
    div.photo-panel-adult div.button-container div.banner-wrapper {
      width: 295px;
      margin: 0;
      position: relative;
      left: 15%; }
      div.photo-panel-adult div.button-container div.banner-wrapper div.curly-arrow {
        width: 30px;
        height: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -50px;
        top: -15px; }
        .no-webp div.photo-panel-adult div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner.png"); }
        .webp div.photo-panel-adult div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner.webp"); }
      div.photo-panel-adult div.button-container div.banner-wrapper a.btn-book {
        display: block;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        width: 295px;
        height: 70px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .no-webp div.photo-panel-adult div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner.png"); }
        .webp div.photo-panel-adult div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner.webp"); }
      @media (max-width: 1080px) {
        div.photo-panel-adult div.button-container div.banner-wrapper {
          width: 273px; }
          div.photo-panel-adult div.button-container div.banner-wrapper a.btn-book {
            width: 273px;
            height: 65px; } }
      @media (max-width: 785px) {
        div.photo-panel-adult div.button-container div.banner-wrapper {
          width: 231px; }
          div.photo-panel-adult div.button-container div.banner-wrapper div.curly-arrow {
            left: -35px;
            width: 24px;
            height: 40px; }
          div.photo-panel-adult div.button-container div.banner-wrapper a.btn-book {
            width: 231px;
            height: 55px; } }
  @media (max-width: 992px) {
    div.photo-panel-adult {
      height: 63.75vw; }
      .no-webp div.photo-panel-adult {
        background-image: url("https://images.sunsationalswimschool.com/pages/adult-swim-lessons-banner-1200x765.jpg"); }
      .webp div.photo-panel-adult {
        background-image: url("https://images.sunsationalswimschool.com/pages/adult-swim-lessons-banner-1200x765.webp"); }
      div.photo-panel-adult div.button-container {
        width: 100%;
        padding-top: 47%; }
      div.photo-panel-adult div.banner-wrapper {
        left: 0;
        margin: 0 auto; } }
  @media (max-width: 1079px) {
    div.photo-panel-adult {
      margin-top: -80px; } }
  @media (max-width: 785px) {
    div.photo-panel-adult {
      margin-top: -40px; } }

#featured {
  width: 100%;
  background-image: radial-gradient(circle at center, #f1e767 0, #feb645 100%); }

.the-list {
  text-align: center;
  margin: 0 auto; }

.the-list-img {
  width: 100%;
  max-width: 100px;
  margin-top: -10px; }

.abc {
  text-align: center;
  padding-top: 6px; }

.cbs {
  text-align: center;
  padding-top: 7px; }

.empact {
  text-align: center;
  padding-top: 6px; }

.as-featured {
  color: #ffe44a;
  font-family: 'LeckerliOne-Regular', Poppins, sans-serif;
  font-size: 30px;
  -webkit-text-stroke: 1px #989898;
  padding: 0px 0px 5px 10px;
  text-align: center;
  width: 100%; }

.shadow {
  box-shadow: 3px 1px 4px #868686; }

@media screen and (max-width: 991px) {
  .the-list-img {
    max-width: 36%;
    min-width: 70px; } }

div.photo-panel-gift-certificate {
  width: 100%;
  height: 30.25vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
  margin-top: -110px;
  z-index: -1; }
  .no-webp div.photo-panel-gift-certificate {
    background-image: url("https://images.sunsationalswimschool.com/pages/gift-certificate-banner-wide.jpg"); }
  .webp div.photo-panel-gift-certificate {
    background-image: url("https://images.sunsationalswimschool.com/pages/gift-certificate-banner-wide.webp"); }
  div.photo-panel-gift-certificate div.button-container {
    width: 100%;
    padding-top: 28%; }
    div.photo-panel-gift-certificate div.button-container div.banner-wrapper {
      width: 295px;
      margin: 0 auto;
      position: relative; }
      div.photo-panel-gift-certificate div.button-container div.banner-wrapper div.curly-arrow {
        width: 30px;
        height: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -50px;
        top: -15px; }
        .no-webp div.photo-panel-gift-certificate div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner-min.png"); }
        .webp div.photo-panel-gift-certificate div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner-min.webp"); }
      div.photo-panel-gift-certificate div.button-container div.banner-wrapper a.btn-book {
        display: block;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        width: 295px;
        height: 70px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .no-webp div.photo-panel-gift-certificate div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_buynow-min.png"); }
        .webp div.photo-panel-gift-certificate div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_buynow-min.webp"); }
      @media (max-width: 1080px) {
        div.photo-panel-gift-certificate div.button-container div.banner-wrapper {
          width: 273px; }
          div.photo-panel-gift-certificate div.button-container div.banner-wrapper a.btn-book {
            width: 273px;
            height: 65px; } }
      @media (max-width: 785px) {
        div.photo-panel-gift-certificate div.button-container div.banner-wrapper {
          width: 231px; }
          div.photo-panel-gift-certificate div.button-container div.banner-wrapper div.curly-arrow {
            left: -35px;
            width: 24px;
            height: 40px; }
          div.photo-panel-gift-certificate div.button-container div.banner-wrapper a.btn-book {
            width: 231px;
            height: 55px; } }
  @media (max-width: 992px) {
    div.photo-panel-gift-certificate {
      height: 63.75vw; }
      .no-webp div.photo-panel-gift-certificate {
        background-image: url("https://images.sunsationalswimschool.com/pages/gift-certificate-banner-mobile2.jpg"); }
      .webp div.photo-panel-gift-certificate {
        background-image: url("https://images.sunsationalswimschool.com/pages/gift-certificate-banner-mobile2.webp"); }
      div.photo-panel-gift-certificate div.button-container {
        width: 100%;
        padding-top: 47%; } }
  @media (max-width: 1079px) {
    div.photo-panel-gift-certificate {
      margin-top: -80px; } }
  @media (max-width: 785px) {
    div.photo-panel-gift-certificate {
      margin-top: -40px; } }

div.how-it-works-list div.hiw-item {
  margin: 30px auto; }
  div.how-it-works-list div.hiw-item div.header-container {
    display: table; }
    div.how-it-works-list div.hiw-item div.header-container div.header-item {
      display: table-cell;
      padding-right: 5px; }
      div.how-it-works-list div.hiw-item div.header-container div.header-item div.step-number {
        color: #007ab8;
        background-color: #f3e114;
        border-radius: 50%;
        text-align: center;
        width: 22px;
        height: 22px;
        line-height: 22px; }
      div.how-it-works-list div.hiw-item div.header-container div.header-item h5 {
        vertical-align: middle;
        font-weight: normal;
        font-size: 14px;
        color: #555; }
  div.how-it-works-list div.hiw-item div.hiw-text {
    color: #777; }

div.instructors-container div.instructor {
  margin-bottom: 20px;
  padding: 10px 15px; }
  div.instructors-container div.instructor div.instructor-photo {
    height: 160px;
    width: 160px;
    margin: 0 auto;
    overflow: hidden;
    border: 4px solid #fcba2c;
    border-radius: 50%; }
    div.instructors-container div.instructor div.instructor-photo img {
      width: 160px;
      min-height: 160px; }
  @media screen and (min-width: 991px) {
    div.instructors-container div.instructor div.instructor-detail {
      padding-left: 35px; } }
  div.instructors-container div.instructor div.instructor-detail div.instructor-location {
    margin-top: -5px;
    font-size: 14px; }
    div.instructors-container div.instructor div.instructor-detail div.instructor-location span.distance {
      font-style: italic; }
  div.instructors-container div.instructor div.instructor-detail div.instructor-bio {
    color: #666;
    width: 100%;
    margin-top: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word; }
  div.instructors-container div.instructor div.instructor-detail a.btn-view-profile {
    margin-top: 30px;
    display: block;
    text-align: center;
    color: white;
    padding: 10px 25px;
    border: solid 1px #9f1217;
    background-color: #de0005;
    text-decoration: none;
    border-radius: 20px;
    width: 180px; }
    div.instructors-container div.instructor div.instructor-detail a.btn-view-profile:hover {
      color: white;
      text-decoration: none; }

div.instructors-container div.result-divider {
  height: 1px;
  width: 90%;
  border-bottom: 1px solid #c5c5c5;
  padding-top: 20px;
  padding-left: 20px;
  margin-bottom: 20px; }

div.instructors-container ul.pagination li.active a {
  background-color: #f50004;
  border-color: #f50004; }

div.get-started-container {
  text-align: center;
  margin: 30px auto 60px auto; }
  div.get-started-container a.btn-get-started {
    margin: 0 auto;
    border-radius: 4px;
    display: block;
    text-align: center;
    color: white;
    padding: 10px 30px;
    border: solid 1px #9f1217;
    background-color: #de0005;
    text-decoration: none;
    width: 200px; }
    div.get-started-container a.btn-get-started:hover {
      color: white;
      text-decoration: none; }
  div.get-started-container div.call-us-container {
    font-size: 24px;
    margin-top: 20px; }
    div.get-started-container div.call-us-container i.fa-phone {
      color: #f50004; }
    div.get-started-container div.call-us-container span.phone-number {
      color: #f50004;
      font-family: "Poppins-Bold";
      font-size: 20px; }

.localpg-header {
  background-image: url("{{header_img_lrg}}");
  background-size: 100%;
  height: 28.25vw;
  margin-bottom: -2%;
  margin-top: -100px;
  z-index: -1; }
  @media (max-width: 992px) {
    .localpg-header {
      background-image: url("{{header_img_sm}}");
      height: 58.75vw;
      margin-bottom: 0px !important; } }
  @media (max-width: 1079px) {
    .localpg-header {
      margin-top: -80px;
      margin-bottom: -0px; } }
  @media (max-width: 785px) {
    .localpg-header {
      margin-top: -40px;
      margin-bottom: -1em !important; } }
  @media screen and (max-width: 480px) {
    .localpg-header {
      margin-bottom: 0px !important; } }
  @media screen and (min-width: 1500px) {
    .localpg-header {
      height: 25.25vw; } }

@media screen and (min-width: 992px) {
  .fixed-width-small {
    max-width: 670px;
    text-align: left;
    font-size: 17px; } }

h2 .h46 {
  font-size: 46px;
  text-align: center; }

.text17 {
  font-size: 17px !important;
  line-height: 1.9; }
  @media (max-width: 480px) {
    .text17 {
      font-size: 14px;
      padding: 0 18px;
      text-align: left !important; } }

.blue-runner-left {
  border-left: 8px solid #1a88c2;
  padding-left: 22px; }

.adjust {
  margin-top: -43px;
  font-size: 17px; }

/*YOUTUBE STYLING*/
div.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*HORIZONTAL SCROLL FOR REVIEWS*/
.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 3%; }
  .scrolling-wrapper::-webkit-scrollbar {
    width: 1em; }
  .scrolling-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .scrolling-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    outline: 1px solid slategrey; }
  .scrolling-wrapper div.review-container {
    display: inline-block;
    width: auto;
    min-width: 385px;
    padding: 0 20px; }
    @media screen and (max-width: 480px) {
      .scrolling-wrapper div.review-container {
        width: 100%;
        margin: auto; } }

.wavy {
  margin-bottom: -37px;
  padding-bottom: 91px; }

div.lesson-benefits-container {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center; }
  div.lesson-benefits-container div.benefits-container {
    margin: 30px auto; }
    div.lesson-benefits-container div.benefits-container div.benefits-photo {
      display: block;
      margin: 0 auto;
      width: 100px;
      height: 80px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      text-decoration: none; }
      div.lesson-benefits-container div.benefits-container div.benefits-photo:hover {
        text-decoration: none; }
      .no-webp div.lesson-benefits-container div.benefits-container div.benefits-photo.guarantee {
        background-image: url(https://images.sunsationalswimschool.com/pages/guarentee_package.png); }
      .webp div.lesson-benefits-container div.benefits-container div.benefits-photo.guarantee {
        background-image: url(https://images.sunsationalswimschool.com/pages/guarentee_package.webp); }
      .no-webp div.lesson-benefits-container div.benefits-container div.benefits-photo.convenience {
        background-image: url(https://images.sunsationalswimschool.com/pages/convenience_icon.png); }
      .webp div.lesson-benefits-container div.benefits-container div.benefits-photo.convenience {
        background-image: url(https://images.sunsationalswimschool.com/pages/convenience_icon.webp); }
      .no-webp div.lesson-benefits-container div.benefits-container div.benefits-photo.qualified {
        background-image: url(https://images.sunsationalswimschool.com/pages/highlyqualified_icon.png); }
      .webp div.lesson-benefits-container div.benefits-container div.benefits-photo.qualified {
        background-image: url(https://images.sunsationalswimschool.com/pages/highlyqualified_icon.webp); }
      .no-webp div.lesson-benefits-container div.benefits-container div.benefits-photo.satisfaction {
        background-image: url(https://images.sunsationalswimschool.com/pages/guarantee_icon.png); }
      .webp div.lesson-benefits-container div.benefits-container div.benefits-photo.satisfaction {
        background-image: url(https://images.sunsationalswimschool.com/pages/guarantee_icon.webp); }
    div.lesson-benefits-container div.benefits-container div.benefits-header {
      color: #f1b70b;
      font-family: LeckerliOne-Regular;
      margin-top: 8px;
      font-size: 22px; }
    div.lesson-benefits-container div.benefits-container div.benefits-description {
      margin-top: 10px;
      color: #fff; }

body > span > section:nth-child(1) > div > div.text-wall-container > div.text-block.text17 > div > div > div:nth-child(7) > div {
  margin-bottom: 12px; }

.program-details {
  padding: 3rem 4rem 1rem;
  font-size: 14px;
  border-radius: 12px;
  margin-bottom: 21px;
  text-align: left;
  width: 95%;
  background-size: cover; }
  .no-webp .program-details {
    background-image: url(https://images.sunsationalswimschool.com/pages/tall-swim-girl-bg.png); }
  .webp .program-details {
    background-image: url(https://images.sunsationalswimschool.com/pages/tall-swim-girl-bg.webp); }
  @media screen and (max-width: 430px) {
    .program-details {
      padding: 3rem 1rem 1rem;
      width: 100%; } }
  .program-details div.header {
    color: #ffff7b;
    font-size: 19px;
    margin-bottom: 6px;
    font-weight: bolder; }
    @media screen and (max-width: 360) {
      .program-details div.header {
        font-size: 14px; } }
  .program-details a {
    background-color: #feff753d;
    padding: 2px;
    border-radius: 12px;
    margin-bottom: 4px; }

.header-stick {
  color: white;
  position: sticky;
  top: -9px;
  padding: 9px;
  background-size: cover;
  margin: 32px 0 16px;
  font-size: 20px;
  font-weight: bolder; }
  .no-webp .header-stick {
    background-image: url(https://images.sunsationalswimschool.com/pages/blue_bg.png); }
  .webp .header-stick {
    background-image: url(https://images.sunsationalswimschool.com/pages/blue_bg.webp); }

/*LOCAL CONTAINERS*/
div.local-title-container {
  padding-bottom: 1em;
  text-align: left;
  margin: auto;
  padding-top: 8%; }
  @media screen and (max-width: 490px) {
    div.local-title-container {
      padding: 10% 20px;
      width: 100%; } }
  @media screen and (min-width: 785px) {
    div.local-title-container {
      padding: 55px 20px 0px;
      width: 100%; } }
  @media screen and (min-width: 1079px) {
    div.local-title-container {
      padding-bottom: 2%;
      margin-left: 17%;
      width: 700px; } }

/* .local-title {
    -webkit-text-stroke: snow;
    text-shadow: 2px 2px 0 #134683;
}*/
.local-title {
  color: #fff;
  text-align: left;
  font-family: BebasNeue;
  font-size: 40px;
  -webkit-text-stroke: 1px #de2127;
  text-shadow: 1px  1px 0 #de2127, -1px -1px 0 #de2127, 1px -1px 0 #de2127, -1px  1px 0 #de2127, 1px  1px 0 #de2127; }
  @media screen and (min-width: 491px) {
    .local-title {
      font-size: 76px; } }

.local-title-cityname {
  color: #feed02;
  font-family: LeckerliOne-Regular;
  -webkit-text-stroke: 1px #de2127;
  text-shadow: 1px 2px 0 #de2127, -1px -1px 0 #de2127, 1px -1px 0 #de2127, -1px 1px 0 #de2127, 1px 1px 0 #de2127; }
  @media screen and (max-width: 490px) {
    .local-title-cityname {
      color: #fff;
      font-size: 49px; } }
  @media screen and (min-width: 1079px) {
    .local-title-cityname {
      font-size: 80px; } }

.local-contact-header {
  background-color: #de2127;
  color: #fff;
  font-family: Poppins-Regular;
  font-weight: 600;
  padding: 8px 10px; }

div.local-box-shadow {
  width: 100%;
  min-width: 200px;
  min-height: 130px;
  text-align: left;
  margin-bottom: 2em;
  padding: 35px 66px 35px 35px;
  background: #fff;
  border-top: 1px solid #1a89c3;
  position: relative;
  box-shadow: 0 -2px 0px 0px rgba(66, 195, 255, 0.7);
  -moz-box-shadow: 0px 0px 12px rgba(66, 195, 255, 0.7);
  -webkit-box-shadow: 0px 0px 12px rgba(66, 195, 255, 0.7); }
  @media (max-width: 785px) {
    div.local-box-shadow {
      width: 100%; } }
  @media (max-width: 600px) {
    div.local-box-shadow {
      padding: 0; } }

div.local-box-shadow-left {
  width: 100%;
  min-width: 200px;
  min-height: 130px;
  text-align: left;
  margin-bottom: 2em;
  padding: 27px;
  background: #f5f5f596;
  border-left: 1px solid #15afff;
  position: relative;
  box-shadow: -3px 0px 0px rgba(66, 195, 255, 0.2);
  -moz-box-shadow: 0 0 12px rgba(66, 195, 255, 0.7);
  -webkit-box-shadow: 0 0 12px rgba(66, 195, 255, 0.7); }
  @media (max-width: 785px) {
    div.local-box-shadow-left {
      width: 100%;
      margin: auto; } }

div.local-reasons-container {
  margin: 40px auto; }
  div.local-reasons-container div.local-reason-container {
    margin-bottom: 20px;
    display: table;
    vertical-align: top; }
    div.local-reasons-container div.local-reason-container.local-pullup {
      margin-top: -80px; }
    @media (max-width: 991px) {
      div.local-reasons-container div.local-reason-container.local-pullup {
        margin-top: 0; } }
    div.local-reasons-container div.local-reason-container div.local-illustration-container {
      text-align: center;
      display: table-cell;
      width: 0px;
      padding-right: 5px; }
      div.local-reasons-container div.local-reason-container div.local-illustration-container div.local-reason-illustration {
        margin: 0 auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%; }
        div.local-reasons-container div.local-reason-container div.local-illustration-container div.local-reason-illustration.local-convenience-icon {
          width: 76px;
          height: 67px; }
          .no-webp div.local-reasons-container div.local-reason-container div.local-illustration-container div.local-reason-illustration.local-convenience-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/convenience_icon.png"); }
          .webp div.local-reasons-container div.local-reason-container div.local-illustration-container div.local-reason-illustration.local-convenience-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/convenience_icon.webp"); }
        div.local-reasons-container div.local-reason-container div.local-illustration-container div.local-reason-illustration.local-flexible-icon {
          width: 67px;
          height: 67px; }
          .no-webp div.local-reasons-container div.local-reason-container div.local-illustration-container div.local-reason-illustration.local-flexible-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/flexible_icon.png"); }
          .webp div.local-reasons-container div.local-reason-container div.local-illustration-container div.local-reason-illustration.local-flexible-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/flexible_icon.webp"); }
        div.local-reasons-container div.local-reason-container div.local-illustration-container div.local-reason-illustration.local-guaranteed-icon {
          width: 67px;
          height: 67px; }
          .no-webp div.local-reasons-container div.local-reason-container div.local-illustration-container div.local-reason-illustration.local-guaranteed-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/guarentee_package.png"); }
          .webp div.local-reasons-container div.local-reason-container div.local-illustration-container div.local-reason-illustration.local-guaranteed-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/guarentee_package.webp"); }
        div.local-reasons-container div.local-reason-container div.local-illustration-container div.local-reason-illustration.local-certified-icon {
          width: 55px;
          height: 67px; }
          .no-webp div.local-reasons-container div.local-reason-container div.local-illustration-container div.local-reason-illustration.local-certified-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/highlyqualified_icon.png"); }
          .webp div.local-reasons-container div.local-reason-container div.local-illustration-container div.local-reason-illustration.local-certified-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/highlyqualified_icon.webp"); }
    div.local-reasons-container div.local-reason-container div.local-reason-detail {
      text-align: left;
      vertical-align: top;
      display: table-cell;
      width: 60%; }
      div.local-reasons-container div.local-reason-container div.local-reason-detail h4 {
        font-size: 26px;
        margin-top: 2px; }
      div.local-reasons-container div.local-reason-container div.local-reason-detail p.local-reason-text {
        color: #333333; }
        div.local-reasons-container div.local-reason-container div.local-reason-detail p.local-reason-text span.bold {
          font-family: "Poppins-Bold"; }

.local-nearby-locations-container {
  width: 100%;
  margin-top: 20px; }
  .local-nearby-locations-container div.local-location-table {
    width: 100%;
    margin: 0 auto; }
    .local-nearby-locations-container div.local-location-table span.local-location-col {
      width: 400px;
      display: inline-block;
      vertical-align: top;
      padding-left: 10px; }
      .local-nearby-locations-container div.local-location-table span.local-location-col div.local-location-row {
        display: table;
        margin: 10px 0; }
        .local-nearby-locations-container div.local-location-table span.local-location-col div.local-location-row div.local-location-cell {
          display: table-cell;
          font-size: 18px; }
          .local-nearby-locations-container div.local-location-table span.local-location-col div.local-location-row div.local-location-cell.local-icon-cell {
            padding-right: 10px; }
            .local-nearby-locations-container div.local-location-table span.local-location-col div.local-location-row div.local-location-cell.local-icon-cell div.local-red-sun-icon {
              width: 20px;
              height: 20px;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center; }
              .no-webp .local-nearby-locations-container div.local-location-table span.local-location-col div.local-location-row div.local-location-cell.local-icon-cell div.local-red-sun-icon {
                background-image: url("https://images.sunsationalswimschool.com/pages/sun_bullet_red.png"); }
              .webp .local-nearby-locations-container div.local-location-table span.local-location-col div.local-location-row div.local-location-cell.local-icon-cell div.local-red-sun-icon {
                background-image: url("https://images.sunsationalswimschool.com/pages/sun_bullet_red.webp"); }
          .local-nearby-locations-container div.local-location-table span.local-location-col div.local-location-row div.local-location-cell a {
            text-decoration: none;
            color: black; }
    @media (max-width: 992px) {
      .local-nearby-locations-container div.local-location-table {
        width: 300px; } }

.local-phone-number {
  color: #fff;
  font-family: LeckerliOne-Regular;
  font-size: 20px;
  -webkit-text-stroke: 1px #de2127;
  text-shadow: 1px 2px 0 #de2127, -1px -1px 0 #de2127, 1px -1px 0 #de2127, -1px 1px 0 #de2127, 1px 1px 0 #de2127; }

.local-container2 {
  text-align: left;
  padding-top: 0px;
  padding-bottom: 60px; }

.local-map-container {
  text-align: center;
  padding: 0px 15px; }

.local-blurb {
  margin-bottom: 40px;
  background-color: #fff; }

.local-blurb1-header {
  font-family: Poppins-Regular;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px; }

.local-blurb2-header {
  color: #f80e0f;
  font-size: 20px;
  font-family: Poppins-Regular;
  margin-bottom: 25px;
  font-weight: bold; }

.local-map-header {
  color: #4d6a79;
  font-size: 19.25px;
  font-family: Poppins-Regular;
  margin: 10px 0px;
  text-align: left; }

.local-sunsational-header {
  color: #d4121a;
  font-family: LeckerliOne-Regular;
  font-weight: 500;
  font-size: 30px; }

.local-address-container {
  margin-top: 50px;
  margin-bottom: 60px; }

.local-address {
  color: #696969;
  font-size: 28px;
  font-family: Poppins-Regular;
  text-align: left;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 0px; }

.local-pools {
  color: #696969;
  font-size: 12px;
  font-family: Poppins-Regular;
  text-align: left;
  margin: 14px 0px; }

.local-pool-link {
  color: #15d4ff;
  font-size: 14px;
  font-weight: 600;
  text-align: left; }

.local-message-link {
  color: #fff; }

.local-wrapper {
  margin: 42px 0px 0px -31px !important; }

.local-benefits-container {
  margin: 20px auto; }

.grey-background {
  color: #fff !important;
  background-color: #dadada !important; }

/*social elements on blog*/
div.social {
  padding: 0px 17px; }
  @media (max-width: 785px) {
    div.social {
      text-align: left;
      padding-right: 5px; } }

div.video-header {
  font-size: 29px;
  font-weight: bolder;
  margin-bottom: 10px;
  font-family: LeckerliOne-Regular;
  color: #005aa7; }

.local-video-holder {
  margin-top: 26px; }

.soft-cta {
  font-size: 26px;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 3%; }

@media (min-width: 992px) {
  .blue-water-bg {
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat; } }

@media (max-width: 769px) {
  .blue-water-bg {
    height: auto; } }

.review-date {
  color: #D3D3D3;
  font-size: small; }

.skill-table table tr {
  vertical-align: top; }

.skill-table table td {
  width: 50%;
  background-color: #fffac1;
  padding: 12px; }

.skill-table table th {
  vertical-align: middle;
  text-align: center;
  border-bottom: 3px solid #00b4f1;
  padding: 8px 2px;
  font-family: LeckerliOne-Regular;
  font-size: 24px;
  background-color: #f7b239; }
  .skill-table table th:nth-child(2) {
    border-bottom: 3px solid #f15c00; }
  .skill-table table th:nth-child(3) {
    border-bottom: 3px solid red; }
  .skill-table table th:nth-child(4) {
    border-bottom: 3px solid #17699a; }
  .skill-table table th:nth-child(odd) {
    border-right: 1px solid white; }

.primary-table table td:nth-child(1) {
  border-right: 5em solid white;
  border-bottom: 3px solid #1b7fba;
  font-weight: bold; }

.primary-table table td:nth-child(2) {
  border-bottom: 3px solid #f5be1a; }

#photo-panel-adult {
  width: 100%;
  height: 38.25vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
  margin-top: -110px;
  z-index: -1; }
  .no-webp #photo-panel-adult {
    background-image: url("https://images.sunsationalswimschool.com/pages/adult-swim-lessons-banner-2000x765-2-min.jpg"); }
  .webp #photo-panel-adult {
    background-image: url("https://images.sunsationalswimschool.com/pages/adult-swim-lessons-banner-2000x765-2-min.webp"); }
  #photo-panel-adult div.button-container {
    width: 100%;
    padding-top: 28%; }
    #photo-panel-adult div.button-container div.banner-wrapper {
      width: 295px;
      margin: 0 auto;
      position: relative; }
      #photo-panel-adult div.button-container div.banner-wrapper div.curly-arrow {
        width: 30px;
        height: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -50px;
        top: -15px; }
        .no-webp #photo-panel-adult div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner-min.png"); }
        .webp #photo-panel-adult div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner-min.webp"); }
      #photo-panel-adult div.button-container div.banner-wrapper a.btn-book {
        display: block;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        color: transparent;
        width: 295px;
        height: 70px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .no-webp #photo-panel-adult div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner-min.png"); }
        .webp #photo-panel-adult div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner-min.webp"); }
      @media (max-width: 1080px) {
        #photo-panel-adult div.button-container div.banner-wrapper {
          width: 273px; }
          #photo-panel-adult div.button-container div.banner-wrapper a.btn-book {
            width: 273px;
            height: 65px; } }
      @media (max-width: 785px) {
        #photo-panel-adult div.button-container div.banner-wrapper {
          width: 231px; }
          #photo-panel-adult div.button-container div.banner-wrapper div.curly-arrow {
            left: -35px;
            width: 24px;
            height: 40px; }
          #photo-panel-adult div.button-container div.banner-wrapper a.btn-book {
            width: 231px;
            height: 55px; } }
  @media (max-width: 992px) {
    #photo-panel-adult {
      height: 63.75vw; }
      .no-webp #photo-panel-adult {
        background-image: url("https://images.sunsationalswimschool.com/pages/adult-swim-lessons-banner-1200x765-2-min.jpg"); }
      .webp #photo-panel-adult {
        background-image: url("https://images.sunsationalswimschool.com/pages/adult-swim-lessons-banner-1200x765-2-min.webp"); }
      #photo-panel-adult div.button-container {
        width: 100%;
        padding-top: 47%; } }
  @media (max-width: 1079px) {
    #photo-panel-adult {
      margin-top: -80px; } }
  @media (max-width: 785px) {
    #photo-panel-adult {
      margin-top: -40px; } }

#photo-panel-fb {
  width: 100%;
  height: 38.25vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
  margin-top: -110px;
  z-index: -1; }
  .no-webp #photo-panel-fb {
    background-image: url("https://images.sunsationalswimschool.com/landing_pages/facebook-landing-bg-header-CAP-2000x765.jpg"); }
  .webp #photo-panel-fb {
    background-image: url("https://images.sunsationalswimschool.com/landing_pages/facebook-landing-bg-header-CAP-2000x765.webp"); }
  #photo-panel-fb div.button-container {
    width: 100%;
    padding-top: 28%; }
    #photo-panel-fb div.button-container div.banner-wrapper {
      width: 295px;
      margin: 0 auto;
      position: relative; }
      #photo-panel-fb div.button-container div.banner-wrapper div.curly-arrow {
        width: 30px;
        height: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -50px;
        top: -15px; }
        .no-webp #photo-panel-fb div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner.png"); }
        .webp #photo-panel-fb div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner.webp"); }
      #photo-panel-fb div.button-container div.banner-wrapper a.btn-book {
        display: block;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        width: 295px;
        height: 70px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .no-webp #photo-panel-fb div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner.png"); }
        .webp #photo-panel-fb div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner.webp"); }
      @media (max-width: 1080px) {
        #photo-panel-fb div.button-container div.banner-wrapper {
          width: 273px; }
          #photo-panel-fb div.button-container div.banner-wrapper a.btn-book {
            width: 273px;
            height: 65px; } }
      @media (max-width: 785px) {
        #photo-panel-fb div.button-container div.banner-wrapper {
          width: 231px; }
          #photo-panel-fb div.button-container div.banner-wrapper div.curly-arrow {
            left: -35px;
            width: 24px;
            height: 40px; }
          #photo-panel-fb div.button-container div.banner-wrapper a.btn-book {
            width: 231px;
            height: 55px; } }
  @media (max-width: 992px) {
    #photo-panel-fb {
      height: 63.75vw; }
      .no-webp #photo-panel-fb {
        background-image: url("https://images.sunsationalswimschool.com/landing_pages/facebook-landing-bg-header-CAP-1200x765.jpg"); }
      .webp #photo-panel-fb {
        background-image: url("https://images.sunsationalswimschool.com/landing_pages/facebook-landing-bg-header-CAP-1200x765.webp"); }
      #photo-panel-fb div.button-container {
        width: 100%;
        padding-top: 47%; } }
  @media (max-width: 1079px) {
    #photo-panel-fb {
      margin-top: -80px; } }
  @media (max-width: 785px) {
    #photo-panel-fb {
      margin-top: -40px; } }

#top-reasons div.steps-container {
  text-align: center;
  margin: 30px auto; }
  #top-reasons div.steps-container span.illustration-container {
    display: inline-block; }
    #top-reasons div.steps-container span.illustration-container div.step-illustration {
      margin-bottom: 13px; }
      #top-reasons div.steps-container span.illustration-container div.step-illustration.your-pool {
        width: 250px;
        height: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        .no-webp #top-reasons div.steps-container span.illustration-container div.step-illustration.your-pool {
          background-image: url("https://images.sunsationalswimschool.com/pages/convenience_icon-min.png"); }
        .webp #top-reasons div.steps-container span.illustration-container div.step-illustration.your-pool {
          background-image: url("https://images.sunsationalswimschool.com/pages/convenience_icon-min.webp"); }
      #top-reasons div.steps-container span.illustration-container div.step-illustration.top-instructors {
        width: 250px;
        height: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        .no-webp #top-reasons div.steps-container span.illustration-container div.step-illustration.top-instructors {
          background-image: url("https://images.sunsationalswimschool.com/pages/highlyqualified_icon-min.png"); }
        .webp #top-reasons div.steps-container span.illustration-container div.step-illustration.top-instructors {
          background-image: url("https://images.sunsationalswimschool.com/pages/highlyqualified_icon-min.webp"); }
      #top-reasons div.steps-container span.illustration-container div.step-illustration.guaranteed-results {
        width: 250px;
        height: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        .no-webp #top-reasons div.steps-container span.illustration-container div.step-illustration.guaranteed-results {
          background-image: url("https://images.sunsationalswimschool.com/pages/guarentee_package-min.png"); }
        .webp #top-reasons div.steps-container span.illustration-container div.step-illustration.guaranteed-results {
          background-image: url("https://images.sunsationalswimschool.com/pages/guarentee_package-min.webp"); }
  #top-reasons div.steps-container span.step-detail {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin-bottom: 20px; }
    #top-reasons div.steps-container span.step-detail div.step-number {
      font-weight: bold;
      line-height: 35px;
      color: #165774;
      background-color: #fceb13;
      text-align: center;
      height: 35px;
      width: 35px;
      border-radius: 30px;
      margin: 0 auto; }
    #top-reasons div.steps-container span.step-detail h4.step-title {
      color: #000000;
      font-family: "BebasNeue";
      font-size: 31px; }
    #top-reasons div.steps-container span.step-detail p.step-description {
      color: #777777;
      font-family: "Poppins-Regular";
      font-size: 16px; }
    @media (max-width: 991px) and (min-width: 481px) {
      #top-reasons div.steps-container span.step-detail {
        margin-top: 30px;
        margin-left: 20px; } }

.customer {
  font-size: 16px;
  color: #e79f3d;
  font-weight: bold;
  font-style: italic;
  margin-top: 8px; }

.open-quote {
  color: #d4121a;
  font-family: LeckerliOne-Regular;
  font-size: 32px;
  position: absolute;
  top: -8px;
  left: -10px; }

div.registration-reasons {
  margin: 40px auto 30px; }
  @media (max-width: 991px) {
    div.registration-reasons {
      margin: 40px auto 100px; } }
  div.registration-reasons div.reason-container {
    margin-bottom: 20px;
    display: table;
    vertical-align: top; }
    div.registration-reasons div.reason-container.pullup {
      margin-top: -80px; }
    @media (max-width: 991px) {
      div.registration-reasons div.reason-container.pullup {
        margin-top: 0; } }
    div.registration-reasons div.reason-container div.illustration-container {
      text-align: center;
      display: table-cell;
      width: 25%; }
      div.registration-reasons div.reason-container div.illustration-container div.reason-illustration {
        margin: 0 auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%; }
        div.registration-reasons div.reason-container div.illustration-container div.reason-illustration.guaranteed-icon {
          width: 95px;
          height: 95px; }
          .no-webp div.registration-reasons div.reason-container div.illustration-container div.reason-illustration.guaranteed-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/guarantee_icon.png"); }
          .webp div.registration-reasons div.reason-container div.illustration-container div.reason-illustration.guaranteed-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/guarantee_icon.webp"); }
          @media screen and (max-width: 420px) {
            div.registration-reasons div.reason-container div.illustration-container div.reason-illustration.guaranteed-icon {
              width: 75px; } }
        div.registration-reasons div.reason-container div.illustration-container div.reason-illustration.zero-risk-icon {
          width: 75px;
          height: 75px; }
          .no-webp div.registration-reasons div.reason-container div.illustration-container div.reason-illustration.zero-risk-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/water-safety_icon-min.png"); }
          .webp div.registration-reasons div.reason-container div.illustration-container div.reason-illustration.zero-risk-icon {
            background-image: url("https://images.sunsationalswimschool.com/pages/water-safety_icon-min.webp"); }
    div.registration-reasons div.reason-container div.reason-detail {
      text-align: left;
      vertical-align: top;
      display: table-cell;
      width: 60%; }
      div.registration-reasons div.reason-container div.reason-detail h4 {
        font-size: 18px; }
        @media screen and (max-width: 420px) {
          div.registration-reasons div.reason-container div.reason-detail h4 {
            font-size: 13px; } }
      div.registration-reasons div.reason-container div.reason-detail p.reason-text {
        color: #333333; }
        @media screen and (max-width: 420px) {
          div.registration-reasons div.reason-container div.reason-detail p.reason-text {
            font-size: 13px; } }
        div.registration-reasons div.reason-container div.reason-detail p.reason-text span.bold {
          font-family: "Poppins-Bold"; }

.wt-blog__post__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 50px; }

.wt-blog__post__top a {
  color: #00a4bd; }

.wt-blog__post__top a:hover {
  color: #4298a5; }

@media (max-width: 500px) {
  .wt-blog__post__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 30px; } }

.wt-blog__post__left {
  max-width: 40%;
  min-width: 40%;
  text-align: left; }

@media (max-width: 767px) {
  .wt-blog__post__left {
    max-width: 100%; } }

@media (max-width: 500px) {
  .wt-blog__post__left .wt-blog__post-summary__meta {
    display: none; } }

.wt-blog__post__right {
  padding: 0;
  margin: 0;
  margin-left: 20px;
  width: 100%;
  overflow: hidden;
  box-shadow: 3px 2px 18px 6px rgba(90, 161, 193, 0.64);
  border-radius: 8px; }

@media (max-width: 500px) {
  .wt-blog__post__right {
    margin-left: 0;
    margin-bottom: 45px;
    box-shadow: none;
    border: none; } }

.wt-blog__post__right figure {
  max-width: 76%; }

.wt-blog__post__right img {
  margin: 0;
  padding: 0;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block; }

@media (max-width: 500px) {
  .hsg-visible-gt-mobile {
    display: none !important; } }

.hsg-visible-lte-mobile {
  display: none !important; }

@media (max-width: 500px) {
  .hsg-visible-lte-mobile {
    display: block !important; } }

.wt-blog__post__meta {
  margin-bottom: 40px;
  padding-top: 20px;
  display: block;
  position: relative;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .03em; }

@media (max-width: 500px) {
  .wt-blog__post__meta {
    margin-bottom: 20px;
    font-size: .875rem; } }

.wt-blog__post__meta a {
  font-weight: 600;
  color: #2d3e50; }

.wt-blog__post__meta:before {
  content: "";
  width: 25%;
  border-radius: 5px;
  height: 5px;
  background-color: #ed7448;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.wt-blog__post__headings {
  padding-top: 20px; }

.wt-blog__post__headings h1 {
  text-transform: none;
  margin: 0;
  padding: 0;
  line-height: 44px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .02em;
  margin-bottom: 25px;
  color: #2d3e50; }

@media (max-width: 500px) {
  .wt-blog__post__headings h1 {
    margin-bottom: 15px; } }

.wt-blog__post__headings h1 a {
  color: #2d3e50; }

.wt-blog__post__author:after {
  content: "";
  display: block;
  clear: both; }

.wt-blog__post__author__social {
  color: #00a4bd !important; }

.wt-blog__post__author__details, .wt-blog__post__brand__details {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (max-width: 500px) {
  .wt-blog__post__author__details, .wt-blog__post__brand__details {
    margin-top: 0; } }

.wt-blog__post__author__details a, .wt-blog__post__author__details h2, .wt-blog__post__author__details p {
  font-size: 2.3rem;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: .02em;
  color: #33475b;
  margin: 0;
  padding: 0; }

.wt-blog__post__author__details a.wt-blog__post__author__social {
  font-family: Poppins, sans-serif;
  font-size: 1.32em; }

@media (max-width: 500px) {
  .wt-blog__post__author__details a, .wt-blog__post__author__details h2, .wt-blog__post__author__details p {
    font-size: 1rem; } }

@media (max-width: 500px) {
  .wt-blog__post__author__details h2 {
    display: inline-block;
    font-size: 2rem;
    margin-top: 8px; } }

.wt-blog__post__author__photo {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  float: left;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #ed7448;
  width: 70px;
  height: 70px;
  margin-right: 15px; }

@media (max-width: 500px) {
  .wt-blog__post__author__photo {
    width: 70px;
    height: 70px; } }

.wt-blog__post__author__photo img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%; }

.wt-blog__post__author__photo a {
  display: block;
  border: 3px solid #fff;
  border-radius: 50%; }

/*RELATED ARTICLES*/
.wt-blog__related {
  position: relative;
  color: #33475b; }

.wt-blog__related h3 {
  font-size: 2.2rem;
  color: #33475b;
  font-weight: 500; }

.wt-blog__related .wt-blog__heading__divider {
  margin-top: 60px;
  padding-top: 40px;
  text-align: center;
  border-top: 3px solid #33475b; }

.wt-blog__related .wt-blog__heading__arrow {
  position: relative;
  margin-bottom: 50px; }

.wt-blog__related .wt-blog__heading__arrow:after {
  content: "";
  display: block;
  position: relative;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 40px;
  width: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .no-webp .wt-blog__related .wt-blog__heading__arrow:after {
    background-image: url(https://cdn2.hubspot.net/hubfs/53/assets/blog.hubspot.com/images/small-arrow.png); }
  .webp .wt-blog__related .wt-blog__heading__arrow:after {
    background-image: url(https://cdn2.hubspot.net/hubfs/53/assets/blog.hubspot.com/images/small-arrow.webp); }

.wt-blog__listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px; }

@media (max-width: 500px) {
  .wt-blog__listing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.wt-blog__listing .wt-blog__post-summary {
  margin-bottom: 20px; }

.wt-blog__listing .wt-blog__post-summary__no-img {
  background-color: transparent; }

@media (max-width: 500px) {
  .wt-blog__listing .wt-blog__post-summary__no-img {
    background-color: #f2f5f8; } }

.wt-blog__listing .wt-blog__post-summary__no-img:before {
  display: none; }

.wt-blog__post-summary {
  background-color: #f2f5f8;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-bottom: 25px; }

.wt-blog__listing .wt-blog__post-summary {
  margin-bottom: 20px; }

@media (min-width: 1025px) {
  .wt-blog__hero-feature .wt-blog__post-summary {
    height: 100%; } }

.wt-blog__sidebar .wt-blog__post-summary {
  background-color: #f2f5f8; }

.wt-blog__sidebar p {
  display: none; }

@media (max-width: 500px) {
  .wt-blog__home .wt-blog__sidebar {
    display: none; } }

.wt-blog__one-third-listing-cta {
  overflow: hidden;
  padding-bottom: 0;
  display: block; }

.wt-blog__one-third-listing-cta a {
  margin-bottom: 0; }

.wt-blog__one-third-listing-cta span:first-child {
  height: 100%; }

.wt-blog__one-third-listing-cta .hs_cos_wrapper_type_cta {
  height: 100%;
  display: block;
  color: #fff; }

.wt-blog__one-third-listing-cta .cta_button {
  height: 100%;
  text-align: center;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.wt-blog__one-third-listing-cta .cta_button:hover {
  color: #fff; }

.wt-blog__one-third-listing-cta .cta_button h3 {
  font-size: 4em;
  font-weight: 300;
  color: #fff; }

.wt-blog__one-third-listing-cta .cta_button span {
  background-color: #fff;
  border-color: #fff;
  color: #00a4bd; }

.wt-blog__one-third-listing-cta .wt-blog__cta--blue-green {
  background: linear-gradient(180deg, #22b9a3 0, #00a4bc); }

.wt-blog__one-third-listing-cta .wt-blog__cta--blue-green a.cta--primary {
  background-color: #fff;
  color: #00a4bd;
  border-radius: 3px;
  border: 0 solid transparent; }

.wt-blog__one-third-listing-cta .wt-blog__cta--orange {
  background: linear-gradient(180deg, #f19961 0, #f97a67); }

.wt-blog__one-third-listing-cta .wt-blog__cta--orange a.cta--primary {
  background-color: #fff;
  color: #00a4bd;
  border-radius: 3px;
  border: 0 solid transparent; }

.wt-blog__one-third-listing-cta span {
  display: block; }

.wt-blog__one-third {
  width: 31.9%;
  min-height: 450px; }

@media (max-width: 500px) {
  .wt-blog__one-third {
    min-width: 100%;
    min-height: auto; } }

.wt-blog__post-summary__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.wt-blog__post-summary--no-img .wt-blog__post-summary__content .wt-blog__post-summary__content {
  height: calc(100% - 45px); }

.wt-blog__post-summary--no-img .wt-blog__post-summary__content h3 a {
  padding-bottom: 0; }

.wt-blog__post-summary--no-img .wt-blog__post-summary__content p {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.wt-blog__post-summary--no-img .wt-blog__post-summary__content p a {
  padding: 0 20px 40px;
  display: block;
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10; }

.wt-blog__post-summary__content h3 {
  font-size: 2.38rem;
  font-weight: 300;
  letter-spacing: .025em;
  margin: 0;
  line-height: 43px; }

.wt-blog__post-summary__content h3 a {
  display: block;
  padding: 20px;
  padding-bottom: 35px; }

.wt-blog__post-summary__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 0; }

.wt-blog__post-summary__content div.wt-blog__post-summary__teaser {
  padding: 0 20px 20px;
  font-size: 12px;
  color: #447798; }

.wt-blog__post-summary__meta a {
  font-weight: 600;
  padding: 0 0 20px 20px; }

.wt-blog__post-summary__meta a:focus {
  outline: none; }

.wt-blog__post-summary__meta a:first-child:after {
  content: "";
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  transition: .3s; }

.wt-blog__post-summary__meta a:first-child:hover:after {
  background-color: #33475b;
  transition: .3s; }

.wt-blog__post-summary__meta a:last-child {
  font-weight: 500;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.wt-blog__post-summary__meta a:last-child:hover {
  text-decoration: none; }

.wt-blog__post-summary figure {
  margin: 0;
  padding: 0;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden; }

@media (max-width: 500px) {
  .wt-blog__post-summary figure {
    height: auto; } }

.wt-blog__post-summary figure img {
  padding: 0;
  display: block;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%; }

@supports (-o-object-fit: cover) or (object-fit: cover) {
  .wt-blog__post-summary figure img {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover; } }

.wt-blog__post-body {
  margin: auto;
  font-size: 17px;
  line-height: 1.9;
  max-width: 600px;
  text-align: left;
  padding: 18px 0px; }
  @media screen and (max-width: 729px) {
    .wt-blog__post-body {
      padding: 18px 12px;
      font-size: 14px; } }

.wt-blog__post-body h2 {
  font-size: 33px;
  margin-top: 32px; }
  @media screen and (max-width: 480px) {
    .wt-blog__post-body h2 {
      font-size: 28px; } }

.wt-blog__post-body h2:after {
  content: "";
  display: inline-block;
  height: 36px;
  float: right;
  margin: 0; }
  .no-webp .wt-blog__post-body h2:after {
    background: url(https://images.sunsationalswimschool.com/pages/logo-min.png) no-repeat contain; }
  .webp .wt-blog__post-body h2:after {
    background: url(https://images.sunsationalswimschool.com/pages/logo-min.webp) no-repeat contain; }

.wt-blog__post-body p:first-of-type:first-letter {
  font-family: BebasNeue;
  font-size: 33px;
  letter-spacing: 2.5px;
  font-weight: bold;
  color: #7f1e00; }

.wt-blog__post-body img .large {
  width: 100%; }

.wt-blog__post-body img .medium {
  width: 60%; }

.wt-blog__post-body img .small {
  width: 40%; }

.wt-blog__post-body img .left {
  float: left;
  padding: 0 10px 10px; }

.wt-blog__post-body img .right {
  float: right;
  padding: 0 0 10px 10px; }

.wt-blog__post-body img .left {
  float: left;
  padding: 0 10px 10px; }

.wt-blog__post__brand {
  margin: 0 0 50px; }

.wt-blog__post__brand__details {
  font-family: LeckerliOne-Regular;
  font-size: 79px;
  color: #fffff1;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: .02em;
  margin: 0;
  padding: 0; }

.wt-blog__header {
  margin-top: -240px;
  padding-top: 250px; }
  .no-webp .wt-blog__header {
    background: url(https://images.sunsationalswimschool.com/pages/wavy_menu_bg-min.png), linear-gradient(81deg, transparent 86.3%, #ffe44a 86.3%, #ffcc7c), linear-gradient(72deg, transparent 75.4%, #ffe44a 75.4%, #f6ff56), linear-gradient(63deg, transparent 66.25%, #ffe44a 66.25%, #f6ff56), linear-gradient(54deg, transparent 57.85%, #ffe44a 57.85%, #f6ff56), linear-gradient(45deg, transparent 49.9%, #ffe44a 49.9%, #f6ff56), linear-gradient(36deg, transparent 41.96%, #ffe44a 41.96%, #f6ff56), linear-gradient(27deg, transparent 33.6%, #ffe44a 33.6%, #f6ff56), linear-gradient(18deg, transparent 24.35%, #ffe44a 24.35%, #f6ff56), linear-gradient(9deg, transparent 13.6%, #ffe44a 13.6%, #ffe44a);
    background-repeat-y: no-repeat;
    background-position: top;
    background-color: #fee74b;
    background-repeat: repeat-x; }
  .webp .wt-blog__header {
    background: url(https://images.sunsationalswimschool.com/pages/wavy_menu_bg-min.webp), linear-gradient(81deg, transparent 86.3%, #ffe44a 86.3%, #ffcc7c), linear-gradient(72deg, transparent 75.4%, #ffe44a 75.4%, #f6ff56), linear-gradient(63deg, transparent 66.25%, #ffe44a 66.25%, #f6ff56), linear-gradient(54deg, transparent 57.85%, #ffe44a 57.85%, #f6ff56), linear-gradient(45deg, transparent 49.9%, #ffe44a 49.9%, #f6ff56), linear-gradient(36deg, transparent 41.96%, #ffe44a 41.96%, #f6ff56), linear-gradient(27deg, transparent 33.6%, #ffe44a 33.6%, #f6ff56), linear-gradient(18deg, transparent 24.35%, #ffe44a 24.35%, #f6ff56), linear-gradient(9deg, transparent 13.6%, #ffe44a 13.6%, #ffe44a);
    background-repeat-y: no-repeat;
    background-position: top;
    background-color: #fee74b;
    background-repeat: repeat-x; }
  @media screen and (max-width: 1080px) {
    .wt-blog__header {
      margin-top: -200px; } }

.wt-blog__related_section {
  background-size: cover;
  background-repeat: no-repeat; }
  .no-webp .wt-blog__related_section {
    background-image: url(https://images.sunsationalswimschool.com/pages/testimonial_bg-min.png); }
  .webp .wt-blog__related_section {
    background-image: url(https://images.sunsationalswimschool.com/pages/testimonial_bg-min.webp); }

.wt-blog__fixed_width {
  max-width: 1200px !important; }

.top-wave-mask-reverse {
  position: relative;
  z-index: 2; }
  .top-wave-mask-reverse.wave-background {
    position: absolute;
    top: -34px;
    width: 100%;
    height: 80px; }
    .no-webp .top-wave-mask-reverse.wave-background {
      background: url(https://images.sunsationalswimschool.com/pages/wavy_menu_bg-min-flipped.png); }
    .webp .top-wave-mask-reverse.wave-background {
      background: url(https://images.sunsationalswimschool.com/pages/wavy_menu_bg-min-flipped.webp); }
  @media screen and (max-width: 900px) {
    .top-wave-mask-reverse {
      margin-bottom: 20px; } }

.heading--h0 {
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.045em; }

@media (min-width: 0) and (max-width: 599px) {
  .heading--h0 {
    font-size: 48px; } }

.heading--h1 {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.035em; }

@media (min-width: 600px) and (max-width: 899px) {
  .heading--h0 {
    font-size: 48px; }
  .heading--h1 {
    font-size: 40px; } }

.contests__title, .heading--h2 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em; }

@media (min-width: 0) and (max-width: 599px) {
  .heading--h1 {
    font-size: 40px; }
  .contests__title, .heading--h2 {
    font-size: 32px; } }

@media (min-width: 600px) and (max-width: 899px) {
  .contests__title, .heading--h2 {
    font-size: 32px; } }

.heading--h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.005em; }

@media (min-width: 600px) and (max-width: 899px) {
  .heading--h4 {
    font-size: 19px; } }

@media (min-width: 0) and (max-width: 599px) {
  .heading--h4 {
    font-size: 19px; } }

.heading--h6 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: .8rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0; }

@media (min-width: 0) and (max-width: 599px) {
  .heading--h6 {
    font-size: 14px; } }

.heading--h7 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: .8rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0; }

@media (min-width: 600px) and (max-width: 899px) {
  .heading--h6 {
    font-size: 14px; }
  .heading--h7 {
    font-size: 12px; }
  .heading--h0-capped {
    max-width: 12em; } }

@media (min-width: 0) and (max-width: 599px) {
  .heading--h7 {
    font-size: 12px; }
  .heading--h0-capped {
    max-width: 12em; } }

.heading--size1 {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.3; }

.heading--size2 {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.3; }

.heading--size3 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.3; }

.contests__item-title, .heading--size4 {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1.3; }

.heading--size5 {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -.005em;
  line-height: 1.25; }

.heading--size6 {
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -.015em;
  line-height: 1.15; }

.heading--size7 {
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -.025em;
  line-height: 1.1; }

.heading--size8 {
  font-weight: 400;
  font-size: 48px;
  letter-spacing: -.035em;
  line-height: 1.05; }

.heading--size9 {
  font-weight: 400;
  font-size: 60px;
  letter-spacing: -.045em;
  line-height: 1.05; }

.heading--h0-capped {
  max-width: 12em; }

.heading--h1-capped {
  max-width: 12em; }

.heading--h2-capped {
  max-width: 12em; }

.heading--h3-capped {
  max-width: 12em; }

.heading--h4-capped {
  max-width: 12em; }

.heading--h5-capped {
  max-width: 12em; }

@media (min-width: 600px) and (max-width: 899px) {
  .heading--h1-capped, .heading--h2-capped, .heading--h3-capped, .heading--h4-capped, .heading--h5-capped {
    max-width: 12em; } }

@media (min-width: 0) and (max-width: 599px) {
  .heading--h1-capped, .heading--h2-capped, .heading--h3-capped, .heading--h4-capped, .heading--h5-capped {
    max-width: 12em; } }

.heading--h6-capped, .heading--h7-capped {
  max-width: 23em; }

.heading--soft {
  color: #999; }

.heading--softer {
  color: #ccc; }

.heading--heritage {
  color: #ff7e65; }

.heading--sandy-butt {
  color: #f6caa2; }

.heading--rising-sun {
  color: #ce283D; }

.heading--little-piggy {
  color: #f0a9b7; }

.heading--berlin-thing {
  color: #752873; }

.heading--lavendork {
  color: #b36ea7; }

.heading--pacific {
  color: #1f3ca6; }

.heading--carnaval {
  color: #81a3e6; }

.heading--forrest-lyf {
  color: #2f9780; }

.heading--mildreds-car {
  color: #a4d2d4; }

.heading--loose-almond {
  color: #95837b; }

.heading--the-tan-tan {
  color: #cbbba5; }

.download-form-confirmation .download-form-confirmation__header, .heading--punt-road {
  color: #555; }

.heading--51st-shade {
  color: #999; }

.heading--pebble-beach {
  color: #ccc; }

.heading--t1000 {
  color: #e6e6e6; }

.heading--karl-the-fog {
  color: #f3f2f0; }

.heading--bleached-as {
  color: #fff; }

.heading--attribution {
  font-style: italic;
  letter-spacing: 0; }

.contests__title, .heading--with-divider {
  margin-bottom: 15px; }

.contests__title:after, .heading--with-divider:after {
  content: '—';
  display: block; }

.heading--primary-crosshead {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.035em;
  text-align: center; }

@media (min-width: 0) and (max-width: 599px) {
  .heading--primary-crosshead {
    font-size: 40px; } }

.heading--secondary-crosshead {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em;
  text-align: center; }

@media (min-width: 600px) and (max-width: 899px) {
  .heading--primary-crosshead {
    font-size: 40px; }
  .heading--secondary-crosshead {
    font-size: 32px; } }

.heading--tertiary-crosshead {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.015em;
  text-align: center; }

@media (min-width: 0) and (max-width: 599px) {
  .heading--secondary-crosshead {
    font-size: 32px; }
  .heading--tertiary-crosshead {
    font-size: 24px; } }

.heading--quaternary-crosshead {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.005em;
  text-align: center; }

@media (min-width: 600px) and (max-width: 899px) {
  .heading--tertiary-crosshead {
    font-size: 24px; }
  .heading--quaternary-crosshead {
    font-size: 19px; } }

@media (min-width: 0) and (max-width: 599px) {
  .heading--quaternary-crosshead {
    font-size: 19px; } }

.heading--primary-sidehead {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.035em;
  text-align: left; }

@media (min-width: 0) and (max-width: 599px) {
  .heading--primary-sidehead {
    font-size: 40px; } }

.heading--secondary-sidehead {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em;
  text-align: left; }

@media (min-width: 600px) and (max-width: 899px) {
  .heading--primary-sidehead {
    font-size: 40px; }
  .heading--secondary-sidehead {
    font-size: 32px; } }

.heading--tertiary-sidehead {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.015em;
  text-align: left; }

@media (min-width: 0) and (max-width: 599px) {
  .heading--secondary-sidehead {
    font-size: 32px; }
  .heading--tertiary-sidehead {
    font-size: 24px; } }

.heading--quaternary-sidehead {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.005em;
  text-align: left; }

@media (min-width: 600px) and (max-width: 899px) {
  .heading--tertiary-sidehead {
    font-size: 24px; }
  .heading--quaternary-sidehead {
    font-size: 19px; } }

@media (min-width: 0) and (max-width: 599px) {
  .heading--quaternary-sidehead {
    font-size: 19px; } }

.heading--primary-crosslead {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.015em;
  text-align: center; }

@media (min-width: 600px) and (max-width: 899px) {
  .heading--primary-crosslead {
    font-size: 24px; } }

@media (min-width: 0) and (max-width: 599px) {
  .heading--primary-crosslead {
    font-size: 24px; } }

.heading--primary-sidelead {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.015em;
  text-align: left; }

@media (min-width: 0) and (max-width: 599px) {
  .heading--primary-sidelead {
    font-size: 24px; } }

.heading--secondary-crosslead {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.005em;
  text-align: center; }

@media (min-width: 600px) and (max-width: 899px) {
  .heading--primary-sidelead {
    font-size: 24px; }
  .heading--secondary-crosslead {
    font-size: 19px; } }

@media (min-width: 0) and (max-width: 599px) {
  .heading--secondary-crosslead {
    font-size: 19px; } }

.heading--secondary-sidelead {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.005em;
  text-align: left; }

@media (min-width: 600px) and (max-width: 899px) {
  .heading--secondary-sidelead {
    font-size: 19px; } }

@media (min-width: 0) and (max-width: 599px) {
  .heading--secondary-sidelead {
    font-size: 19px; } }

.accordion--menu-item .accordion__header:after, .accordion--menu-item[expanded] .accordion__header:after, .accordion[expanded] .accordion__header:after, .accordion__header:after, .alert--dismissible .alert__dismiss:after, .field--with-checkmark[data-field-selected] .field__image:after, .icon:before, .link--back:before, .link--cta.link--51st-shade:after, .link--cta.link--berlin-thing:after, .link--cta.link--bleached-as:after, .link--cta.link--carnaval:after, .link--cta.link--forrest-lyf:after, .link--cta.link--heritage:after, .link--cta.link--karl-the-fog:after, .link--cta.link--lavendork:after, .link--cta.link--little-piggy:after, .link--cta.link--loose-almond:after, .link--cta.link--mildreds-car:after, .link--cta.link--pacific:after, .link--cta.link--pebble-beach:after, .link--cta.link--punt-road:after, .link--cta.link--rising-sun:after, .link--cta.link--sandy-butt:after, .link--cta.link--soft:after, .link--cta.link--softer:after, .link--cta.link--t1000:after, .link--cta.link--the-tan-tan:after, .link--cta:after, .link--forward:after, .pill--deletable .pill__delete:before, .promo-bar--active .promo-bar__message__action:after, .promo-bar__dismiss:after, .promo-bar__message__action--cta:after, .select:after, .site-header__left-oc-trigger:before, .social-share-button[type=facebook] .social-share-button__icon:before, .social-share-button[type=twitter] .social-share-button__icon:before, .social-share-button[type=gplus] .social-share-button__icon:before, .social-share-button[type=pinterest] .social-share-button__icon:before, .social-share-button[type=linkedin] .social-share-button__icon:before, .social-share-button[type=rss] .social-share-button__icon:before, .social-share-button[type=instagram] .social-share-button__icon:before, .spinner:before, .top-level-nav__item__notification-icon--mail:before, .top-level-nav__item__notification-icon:before {
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  zoom: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.contests__description a, .contests__item-cta a, .link {
  text-decoration: none;
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #555;
  border-bottom: solid 2px rgba(85, 85, 85, 0.2); }

.contests__description a:active, .contests__description a:focus, .contests__description a:hover, .contests__description a:link, .contests__description a:visited, .contests__item-cta a:active, .contests__item-cta a:focus, .contests__item-cta a:hover, .contests__item-cta a:link, .contests__item-cta a:visited, .link:active, .link:focus, .link:hover, .link:link, .link:visited {
  text-decoration: none; }

.contests__description a:link, .contests__description a:visited, .contests__item-cta a:link, .contests__item-cta a:visited, .link:link, .link:visited {
  color: #555;
  border-color: rgba(85, 85, 85, 0.2); }

.contests__description a:focus, .contests__description a:hover, .contests__item-cta a:focus, .contests__item-cta a:hover, .link:focus, .link:hover {
  color: #555;
  border-color: rgba(85, 85, 85, 0.4); }

.contests__description a:active, .contests__item-cta a:active, .link:active {
  color: #555;
  border-color: rgba(85, 85, 85, 0); }

.contests__description a.link--soft, .contests__item-cta a.link--soft, .link.link--soft {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #999;
  border-bottom: solid 2px rgba(153, 153, 153, 0.2); }

.contests__description a.link--soft:link, .contests__description a.link--soft:visited, .contests__item-cta a.link--soft:link, .contests__item-cta a.link--soft:visited, .link.link--soft:link, .link.link--soft:visited {
  color: #999;
  border-color: rgba(153, 153, 153, 0.2); }

.contests__description a.link--soft:focus, .contests__description a.link--soft:hover, .contests__item-cta a.link--soft:focus, .contests__item-cta a.link--soft:hover, .link.link--soft:focus, .link.link--soft:hover {
  color: #999;
  border-color: rgba(153, 153, 153, 0.4); }

.contests__description a.link--soft:active, .contests__item-cta a.link--soft:active, .link.link--soft:active {
  color: #999;
  border-color: rgba(153, 153, 153, 0); }

.contests__description a.link--softer, .contests__item-cta a.link--softer, .link.link--softer {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #ccc;
  border-bottom: solid 2px rgba(204, 204, 204, 0.2); }

.contests__description a.link--softer:link, .contests__description a.link--softer:visited, .contests__item-cta a.link--softer:link, .contests__item-cta a.link--softer:visited, .link.link--softer:link, .link.link--softer:visited {
  color: #ccc;
  border-color: rgba(204, 204, 204, 0.2); }

.contests__description a.link--softer:focus, .contests__description a.link--softer:hover, .contests__item-cta a.link--softer:focus, .contests__item-cta a.link--softer:hover, .link.link--softer:focus, .link.link--softer:hover {
  color: #ccc;
  border-color: rgba(204, 204, 204, 0.4); }

.contests__description a.link--softer:active, .contests__item-cta a.link--softer:active, .link.link--softer:active {
  color: #ccc;
  border-color: rgba(204, 204, 204, 0); }

.contests__description a.link--heritage, .contests__item-cta a.link--heritage, .link.link--heritage {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #ff7e65;
  border-bottom: solid 2px rgba(255, 126, 101, 0.2); }

.contests__description a.link--heritage:link, .contests__description a.link--heritage:visited, .contests__item-cta a.link--heritage:link, .contests__item-cta a.link--heritage:visited, .link.link--heritage:link, .link.link--heritage:visited {
  color: #ff7e65;
  border-color: rgba(255, 126, 101, 0.2); }

.contests__description a.link--heritage:focus, .contests__description a.link--heritage:hover, .contests__item-cta a.link--heritage:focus, .contests__item-cta a.link--heritage:hover, .link.link--heritage:focus, .link.link--heritage:hover {
  color: #ff7e65;
  border-color: rgba(255, 126, 101, 0.4); }

.contests__description a.link--heritage:active, .contests__item-cta a.link--heritage:active, .link.link--heritage:active {
  color: #ff7e65;
  border-color: rgba(255, 126, 101, 0); }

.contests__description a.link--sandy-butt, .contests__item-cta a.link--sandy-butt, .link.link--sandy-butt {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #f6caa2;
  border-bottom: solid 2px rgba(246, 202, 162, 0.2); }

.contests__description a.link--sandy-butt:link, .contests__description a.link--sandy-butt:visited, .contests__item-cta a.link--sandy-butt:link, .contests__item-cta a.link--sandy-butt:visited, .link.link--sandy-butt:link, .link.link--sandy-butt:visited {
  color: #f6caa2;
  border-color: rgba(246, 202, 162, 0.2); }

.contests__description a.link--sandy-butt:focus, .contests__description a.link--sandy-butt:hover, .contests__item-cta a.link--sandy-butt:focus, .contests__item-cta a.link--sandy-butt:hover, .link.link--sandy-butt:focus, .link.link--sandy-butt:hover {
  color: #f6caa2;
  border-color: rgba(246, 202, 162, 0.4); }

.contests__description a.link--sandy-butt:active, .contests__item-cta a.link--sandy-butt:active, .link.link--sandy-butt:active {
  color: #f6caa2;
  border-color: rgba(246, 202, 162, 0); }

.contests__description a.link--rising-sun, .contests__item-cta a.link--rising-sun, .link.link--rising-sun {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #ce283D;
  border-bottom: solid 2px rgba(206, 40, 61, 0.2); }

.contests__description a.link--rising-sun:link, .contests__description a.link--rising-sun:visited, .contests__item-cta a.link--rising-sun:link, .contests__item-cta a.link--rising-sun:visited, .link.link--rising-sun:link, .link.link--rising-sun:visited {
  color: #ce283D;
  border-color: rgba(206, 40, 61, 0.2); }

.contests__description a.link--rising-sun:focus, .contests__description a.link--rising-sun:hover, .contests__item-cta a.link--rising-sun:focus, .contests__item-cta a.link--rising-sun:hover, .link.link--rising-sun:focus, .link.link--rising-sun:hover {
  color: #ce283D;
  border-color: rgba(206, 40, 61, 0.4); }

.contests__description a.link--rising-sun:active, .contests__item-cta a.link--rising-sun:active, .link.link--rising-sun:active {
  color: #ce283D;
  border-color: rgba(206, 40, 61, 0); }

.contests__description a.link--little-piggy, .contests__item-cta a.link--little-piggy, .link.link--little-piggy {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #f0a9b7;
  border-bottom: solid 2px rgba(240, 169, 183, 0.2); }

.contests__description a.link--little-piggy:link, .contests__description a.link--little-piggy:visited, .contests__item-cta a.link--little-piggy:link, .contests__item-cta a.link--little-piggy:visited, .link.link--little-piggy:link, .link.link--little-piggy:visited {
  color: #f0a9b7;
  border-color: rgba(240, 169, 183, 0.2); }

.contests__description a.link--little-piggy:focus, .contests__description a.link--little-piggy:hover, .contests__item-cta a.link--little-piggy:focus, .contests__item-cta a.link--little-piggy:hover, .link.link--little-piggy:focus, .link.link--little-piggy:hover {
  color: #f0a9b7;
  border-color: rgba(240, 169, 183, 0.4); }

.contests__description a.link--little-piggy:active, .contests__item-cta a.link--little-piggy:active, .link.link--little-piggy:active {
  color: #f0a9b7;
  border-color: rgba(240, 169, 183, 0); }

.contests__description a.link--berlin-thing, .contests__item-cta a.link--berlin-thing, .link.link--berlin-thing {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #752873;
  border-bottom: solid 2px rgba(117, 40, 115, 0.2); }

.contests__description a.link--berlin-thing:link, .contests__description a.link--berlin-thing:visited, .contests__item-cta a.link--berlin-thing:link, .contests__item-cta a.link--berlin-thing:visited, .link.link--berlin-thing:link, .link.link--berlin-thing:visited {
  color: #752873;
  border-color: rgba(117, 40, 115, 0.2); }

.contests__description a.link--berlin-thing:focus, .contests__description a.link--berlin-thing:hover, .contests__item-cta a.link--berlin-thing:focus, .contests__item-cta a.link--berlin-thing:hover, .link.link--berlin-thing:focus, .link.link--berlin-thing:hover {
  color: #752873;
  border-color: rgba(117, 40, 115, 0.4); }

.contests__description a.link--berlin-thing:active, .contests__item-cta a.link--berlin-thing:active, .link.link--berlin-thing:active {
  color: #752873;
  border-color: rgba(117, 40, 115, 0); }

.contests__description a.link--lavendork, .contests__item-cta a.link--lavendork, .link.link--lavendork {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #b36ea7;
  border-bottom: solid 2px rgba(179, 110, 167, 0.2); }

.contests__description a.link--lavendork:link, .contests__description a.link--lavendork:visited, .contests__item-cta a.link--lavendork:link, .contests__item-cta a.link--lavendork:visited, .link.link--lavendork:link, .link.link--lavendork:visited {
  color: #b36ea7;
  border-color: rgba(179, 110, 167, 0.2); }

.contests__description a.link--lavendork:focus, .contests__description a.link--lavendork:hover, .contests__item-cta a.link--lavendork:focus, .contests__item-cta a.link--lavendork:hover, .link.link--lavendork:focus, .link.link--lavendork:hover {
  color: #b36ea7;
  border-color: rgba(179, 110, 167, 0.4); }

.contests__description a.link--lavendork:active, .contests__item-cta a.link--lavendork:active, .link.link--lavendork:active {
  color: #b36ea7;
  border-color: rgba(179, 110, 167, 0); }

.contests__description a.link--pacific, .contests__item-cta a.link--pacific, .link.link--pacific {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #1f3ca6;
  border-bottom: solid 2px rgba(31, 60, 166, 0.2); }

.contests__description a.link--pacific:link, .contests__description a.link--pacific:visited, .contests__item-cta a.link--pacific:link, .contests__item-cta a.link--pacific:visited, .link.link--pacific:link, .link.link--pacific:visited {
  color: #1f3ca6;
  border-color: rgba(31, 60, 166, 0.2); }

.contests__description a.link--pacific:focus, .contests__description a.link--pacific:hover, .contests__item-cta a.link--pacific:focus, .contests__item-cta a.link--pacific:hover, .link.link--pacific:focus, .link.link--pacific:hover {
  color: #1f3ca6;
  border-color: rgba(31, 60, 166, 0.4); }

.contests__description a.link--pacific:active, .contests__item-cta a.link--pacific:active, .link.link--pacific:active {
  color: #1f3ca6;
  border-color: rgba(31, 60, 166, 0); }

.contests__description a.link--carnaval, .contests__item-cta a.link--carnaval, .link.link--carnaval {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #81a3e6;
  border-bottom: solid 2px rgba(129, 163, 230, 0.2); }

.contests__description a.link--carnaval:link, .contests__description a.link--carnaval:visited, .contests__item-cta a.link--carnaval:link, .contests__item-cta a.link--carnaval:visited, .link.link--carnaval:link, .link.link--carnaval:visited {
  color: #81a3e6;
  border-color: rgba(129, 163, 230, 0.2); }

.contests__description a.link--carnaval:focus, .contests__description a.link--carnaval:hover, .contests__item-cta a.link--carnaval:focus, .contests__item-cta a.link--carnaval:hover, .link.link--carnaval:focus, .link.link--carnaval:hover {
  color: #81a3e6;
  border-color: rgba(129, 163, 230, 0.4); }

.contests__description a.link--carnaval:active, .contests__item-cta a.link--carnaval:active, .link.link--carnaval:active {
  color: #81a3e6;
  border-color: rgba(129, 163, 230, 0); }

.contests__description a.link--forrest-lyf, .contests__item-cta a.link--forrest-lyf, .link.link--forrest-lyf {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #2f9780;
  border-bottom: solid 2px rgba(47, 151, 128, 0.2); }

.contests__description a.link--forrest-lyf:link, .contests__description a.link--forrest-lyf:visited, .contests__item-cta a.link--forrest-lyf:link, .contests__item-cta a.link--forrest-lyf:visited, .link.link--forrest-lyf:link, .link.link--forrest-lyf:visited {
  color: #2f9780;
  border-color: rgba(47, 151, 128, 0.2); }

.contests__description a.link--forrest-lyf:focus, .contests__description a.link--forrest-lyf:hover, .contests__item-cta a.link--forrest-lyf:focus, .contests__item-cta a.link--forrest-lyf:hover, .link.link--forrest-lyf:focus, .link.link--forrest-lyf:hover {
  color: #2f9780;
  border-color: rgba(47, 151, 128, 0.4); }

.contests__description a.link--forrest-lyf:active, .contests__item-cta a.link--forrest-lyf:active, .link.link--forrest-lyf:active {
  color: #2f9780;
  border-color: rgba(47, 151, 128, 0); }

.contests__description a.link--mildreds-car, .contests__item-cta a.link--mildreds-car, .link.link--mildreds-car {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #a4d2d4;
  border-bottom: solid 2px rgba(164, 210, 212, 0.2); }

.contests__description a.link--mildreds-car:link, .contests__description a.link--mildreds-car:visited, .contests__item-cta a.link--mildreds-car:link, .contests__item-cta a.link--mildreds-car:visited, .link.link--mildreds-car:link, .link.link--mildreds-car:visited {
  color: #a4d2d4;
  border-color: rgba(164, 210, 212, 0.2); }

.contests__description a.link--mildreds-car:focus, .contests__description a.link--mildreds-car:hover, .contests__item-cta a.link--mildreds-car:focus, .contests__item-cta a.link--mildreds-car:hover, .link.link--mildreds-car:focus, .link.link--mildreds-car:hover {
  color: #a4d2d4;
  border-color: rgba(164, 210, 212, 0.4); }

.contests__description a.link--mildreds-car:active, .contests__item-cta a.link--mildreds-car:active, .link.link--mildreds-car:active {
  color: #a4d2d4;
  border-color: rgba(164, 210, 212, 0); }

.contests__description a.link--loose-almond, .contests__item-cta a.link--loose-almond, .link.link--loose-almond {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #95837b;
  border-bottom: solid 2px rgba(149, 131, 123, 0.2); }

.contests__description a.link--loose-almond:link, .contests__description a.link--loose-almond:visited, .contests__item-cta a.link--loose-almond:link, .contests__item-cta a.link--loose-almond:visited, .link.link--loose-almond:link, .link.link--loose-almond:visited {
  color: #95837b;
  border-color: rgba(149, 131, 123, 0.2); }

.contests__description a.link--loose-almond:focus, .contests__description a.link--loose-almond:hover, .contests__item-cta a.link--loose-almond:focus, .contests__item-cta a.link--loose-almond:hover, .link.link--loose-almond:focus, .link.link--loose-almond:hover {
  color: #95837b;
  border-color: rgba(149, 131, 123, 0.4); }

.contests__description a.link--loose-almond:active, .contests__item-cta a.link--loose-almond:active, .link.link--loose-almond:active {
  color: #95837b;
  border-color: rgba(149, 131, 123, 0); }

.contests__description a.link--the-tan-tan, .contests__item-cta a.link--the-tan-tan, .link.link--the-tan-tan {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #cbbba5;
  border-bottom: solid 2px rgba(203, 187, 165, 0.2); }

.contests__description a.link--the-tan-tan:link, .contests__description a.link--the-tan-tan:visited, .contests__item-cta a.link--the-tan-tan:link, .contests__item-cta a.link--the-tan-tan:visited, .link.link--the-tan-tan:link, .link.link--the-tan-tan:visited {
  color: #cbbba5;
  border-color: rgba(203, 187, 165, 0.2); }

.contests__description a.link--the-tan-tan:focus, .contests__description a.link--the-tan-tan:hover, .contests__item-cta a.link--the-tan-tan:focus, .contests__item-cta a.link--the-tan-tan:hover, .link.link--the-tan-tan:focus, .link.link--the-tan-tan:hover {
  color: #cbbba5;
  border-color: rgba(203, 187, 165, 0.4); }

.contests__description a.link--the-tan-tan:active, .contests__item-cta a.link--the-tan-tan:active, .link.link--the-tan-tan:active {
  color: #cbbba5;
  border-color: rgba(203, 187, 165, 0); }

.contests__description a.link--punt-road, .contests__item-cta a.link--punt-road, .link.link--punt-road {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #555;
  border-bottom: solid 2px rgba(85, 85, 85, 0.2); }

.contests__description a.link--punt-road:link, .contests__description a.link--punt-road:visited, .contests__item-cta a.link--punt-road:link, .contests__item-cta a.link--punt-road:visited, .link.link--punt-road:link, .link.link--punt-road:visited {
  color: #555;
  border-color: rgba(85, 85, 85, 0.2); }

.contests__description a.link--punt-road:focus, .contests__description a.link--punt-road:hover, .contests__item-cta a.link--punt-road:focus, .contests__item-cta a.link--punt-road:hover, .link.link--punt-road:focus, .link.link--punt-road:hover {
  color: #555;
  border-color: rgba(85, 85, 85, 0.4); }

.contests__description a.link--punt-road:active, .contests__item-cta a.link--punt-road:active, .link.link--punt-road:active {
  color: #555;
  border-color: rgba(85, 85, 85, 0); }

.contests__description a.link--51st-shade, .contests__item-cta a.link--51st-shade, .link.link--51st-shade {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #999;
  border-bottom: solid 2px rgba(153, 153, 153, 0.2); }

.contests__description a.link--51st-shade:link, .contests__description a.link--51st-shade:visited, .contests__item-cta a.link--51st-shade:link, .contests__item-cta a.link--51st-shade:visited, .link.link--51st-shade:link, .link.link--51st-shade:visited {
  color: #999;
  border-color: rgba(153, 153, 153, 0.2); }

.contests__description a.link--51st-shade:focus, .contests__description a.link--51st-shade:hover, .contests__item-cta a.link--51st-shade:focus, .contests__item-cta a.link--51st-shade:hover, .link.link--51st-shade:focus, .link.link--51st-shade:hover {
  color: #999;
  border-color: rgba(153, 153, 153, 0.4); }

.contests__description a.link--51st-shade:active, .contests__item-cta a.link--51st-shade:active, .link.link--51st-shade:active {
  color: #999;
  border-color: rgba(153, 153, 153, 0); }

.contests__description a.link--pebble-beach, .contests__item-cta a.link--pebble-beach, .link.link--pebble-beach {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #ccc;
  border-bottom: solid 2px rgba(204, 204, 204, 0.2); }

.contests__description a.link--pebble-beach:link, .contests__description a.link--pebble-beach:visited, .contests__item-cta a.link--pebble-beach:link, .contests__item-cta a.link--pebble-beach:visited, .link.link--pebble-beach:link, .link.link--pebble-beach:visited {
  color: #ccc;
  border-color: rgba(204, 204, 204, 0.2); }

.contests__description a.link--pebble-beach:focus, .contests__description a.link--pebble-beach:hover, .contests__item-cta a.link--pebble-beach:focus, .contests__item-cta a.link--pebble-beach:hover, .link.link--pebble-beach:focus, .link.link--pebble-beach:hover {
  color: #ccc;
  border-color: rgba(204, 204, 204, 0.4); }

.contests__description a.link--pebble-beach:active, .contests__item-cta a.link--pebble-beach:active, .link.link--pebble-beach:active {
  color: #ccc;
  border-color: rgba(204, 204, 204, 0); }

.contests__description a.link--t1000, .contests__item-cta a.link--t1000, .link.link--t1000 {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #e6e6e6;
  border-bottom: solid 2px rgba(230, 230, 230, 0.2); }

.contests__description a.link--t1000:link, .contests__description a.link--t1000:visited, .contests__item-cta a.link--t1000:link, .contests__item-cta a.link--t1000:visited, .link.link--t1000:link, .link.link--t1000:visited {
  color: #e6e6e6;
  border-color: rgba(230, 230, 230, 0.2); }

.contests__description a.link--t1000:focus, .contests__description a.link--t1000:hover, .contests__item-cta a.link--t1000:focus, .contests__item-cta a.link--t1000:hover, .link.link--t1000:focus, .link.link--t1000:hover {
  color: #e6e6e6;
  border-color: rgba(230, 230, 230, 0.4); }

.contests__description a.link--t1000:active, .contests__item-cta a.link--t1000:active, .link.link--t1000:active {
  color: #e6e6e6;
  border-color: rgba(230, 230, 230, 0); }

.contests__description a.link--karl-the-fog, .contests__item-cta a.link--karl-the-fog, .link.link--karl-the-fog {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #f3f2f0;
  border-bottom: solid 2px rgba(243, 242, 240, 0.2); }

.contests__description a.link--karl-the-fog:link, .contests__description a.link--karl-the-fog:visited, .contests__item-cta a.link--karl-the-fog:link, .contests__item-cta a.link--karl-the-fog:visited, .link.link--karl-the-fog:link, .link.link--karl-the-fog:visited {
  color: #f3f2f0;
  border-color: rgba(243, 242, 240, 0.2); }

.contests__description a.link--karl-the-fog:focus, .contests__description a.link--karl-the-fog:hover, .contests__item-cta a.link--karl-the-fog:focus, .contests__item-cta a.link--karl-the-fog:hover, .link.link--karl-the-fog:focus, .link.link--karl-the-fog:hover {
  color: #f3f2f0;
  border-color: rgba(243, 242, 240, 0.4); }

.contests__description a.link--karl-the-fog:active, .contests__item-cta a.link--karl-the-fog:active, .link.link--karl-the-fog:active {
  color: #f3f2f0;
  border-color: rgba(243, 242, 240, 0); }

.contests__description a.link--bleached-as, .contests__item-cta a.link--bleached-as, .link.link--bleached-as {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #fff;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2); }

.contests__description a.link--bleached-as:link, .contests__description a.link--bleached-as:visited, .contests__item-cta a.link--bleached-as:link, .contests__item-cta a.link--bleached-as:visited, .link.link--bleached-as:link, .link.link--bleached-as:visited {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2); }

.contests__description a.link--bleached-as:focus, .contests__description a.link--bleached-as:hover, .contests__item-cta a.link--bleached-as:focus, .contests__item-cta a.link--bleached-as:hover, .link.link--bleached-as:focus, .link.link--bleached-as:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4); }

.contests__description a.link--bleached-as:active, .contests__item-cta a.link--bleached-as:active, .link.link--bleached-as:active {
  color: #fff;
  border-color: rgba(255, 255, 255, 0); }

.link--cta {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #555;
  border-bottom: solid 4px rgba(85, 85, 85, 0); }

.link--cta:active, .link--cta:focus, .link--cta:hover, .link--cta:link, .link--cta:visited {
  border-color: currentColor; }

.link--cta:after {
  content: "➜" !important;
  margin-left: 5px; }

.link--cta:active, .link--cta:link, .link--cta:visited {
  color: #555;
  border-color: rgba(85, 85, 85, 0); }

.link--cta:focus, .link--cta:hover {
  color: #555;
  border-color: rgba(85, 85, 85, 0.5); }

.link--cta.link--soft {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #999;
  border-bottom: solid 4px rgba(153, 153, 153, 0); }

.link--cta.link--soft:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--soft:active, .link--cta.link--soft:link, .link--cta.link--soft:visited {
  color: #999;
  border-color: rgba(153, 153, 153, 0); }

.link--cta.link--soft:focus, .link--cta.link--soft:hover {
  color: #999;
  border-color: rgba(153, 153, 153, 0.5); }

.link--cta.link--softer {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #ccc;
  border-bottom: solid 4px rgba(204, 204, 204, 0); }

.link--cta.link--softer:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--softer:active, .link--cta.link--softer:link, .link--cta.link--softer:visited {
  color: #ccc;
  border-color: rgba(204, 204, 204, 0); }

.link--cta.link--softer:focus, .link--cta.link--softer:hover {
  color: #ccc;
  border-color: rgba(204, 204, 204, 0.5); }

.link--cta.link--heritage {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #ff7e65;
  border-bottom: solid 4px rgba(255, 126, 101, 0); }

.link--cta.link--heritage:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--heritage:active, .link--cta.link--heritage:link, .link--cta.link--heritage:visited {
  color: #ff7e65;
  border-color: rgba(255, 126, 101, 0); }

.link--cta.link--heritage:focus, .link--cta.link--heritage:hover {
  color: #ff7e65;
  border-color: rgba(255, 126, 101, 0.5); }

.link--cta.link--sandy-butt {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #f6caa2;
  border-bottom: solid 4px rgba(246, 202, 162, 0); }

.link--cta.link--sandy-butt:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--sandy-butt:active, .link--cta.link--sandy-butt:link, .link--cta.link--sandy-butt:visited {
  color: #f6caa2;
  border-color: rgba(246, 202, 162, 0); }

.link--cta.link--sandy-butt:focus, .link--cta.link--sandy-butt:hover {
  color: #f6caa2;
  border-color: rgba(246, 202, 162, 0.5); }

.link--cta.link--rising-sun {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #ce283D;
  border-bottom: solid 4px rgba(206, 40, 61, 0); }

.link--cta.link--rising-sun:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--rising-sun:active, .link--cta.link--rising-sun:link, .link--cta.link--rising-sun:visited {
  color: #ce283D;
  border-color: rgba(206, 40, 61, 0); }

.link--cta.link--rising-sun:focus, .link--cta.link--rising-sun:hover {
  color: #ce283D;
  border-color: rgba(206, 40, 61, 0.5); }

.link--cta.link--little-piggy {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #f0a9b7;
  border-bottom: solid 4px rgba(240, 169, 183, 0); }

.link--cta.link--little-piggy:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--little-piggy:active, .link--cta.link--little-piggy:link, .link--cta.link--little-piggy:visited {
  color: #f0a9b7;
  border-color: rgba(240, 169, 183, 0); }

.link--cta.link--little-piggy:focus, .link--cta.link--little-piggy:hover {
  color: #f0a9b7;
  border-color: rgba(240, 169, 183, 0.5); }

.link--cta.link--berlin-thing {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #752873;
  border-bottom: solid 4px rgba(117, 40, 115, 0); }

.link--cta.link--berlin-thing:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--berlin-thing:active, .link--cta.link--berlin-thing:link, .link--cta.link--berlin-thing:visited {
  color: #752873;
  border-color: rgba(117, 40, 115, 0); }

.link--cta.link--berlin-thing:focus, .link--cta.link--berlin-thing:hover {
  color: #752873;
  border-color: rgba(117, 40, 115, 0.5); }

.link--cta.link--lavendork {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #b36ea7;
  border-bottom: solid 4px rgba(179, 110, 167, 0); }

.link--cta.link--lavendork:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--lavendork:active, .link--cta.link--lavendork:link, .link--cta.link--lavendork:visited {
  color: #b36ea7;
  border-color: rgba(179, 110, 167, 0); }

.link--cta.link--lavendork:focus, .link--cta.link--lavendork:hover {
  color: #b36ea7;
  border-color: rgba(179, 110, 167, 0.5); }

.link--cta.link--pacific {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #1f3ca6;
  border-bottom: solid 4px rgba(31, 60, 166, 0); }

.link--cta.link--pacific:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--pacific:active, .link--cta.link--pacific:link, .link--cta.link--pacific:visited {
  color: #1f3ca6;
  border-color: rgba(31, 60, 166, 0); }

.link--cta.link--pacific:focus, .link--cta.link--pacific:hover {
  color: #1f3ca6;
  border-color: rgba(31, 60, 166, 0.5); }

.link--cta.link--carnaval {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #81a3e6;
  border-bottom: solid 4px rgba(129, 163, 230, 0); }

.link--cta.link--carnaval:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--carnaval:active, .link--cta.link--carnaval:link, .link--cta.link--carnaval:visited {
  color: #81a3e6;
  border-color: rgba(129, 163, 230, 0); }

.link--cta.link--carnaval:focus, .link--cta.link--carnaval:hover {
  color: #81a3e6;
  border-color: rgba(129, 163, 230, 0.5); }

.link--cta.link--forrest-lyf {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #2f9780;
  border-bottom: solid 4px rgba(47, 151, 128, 0); }

.link--cta.link--forrest-lyf:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--forrest-lyf:active, .link--cta.link--forrest-lyf:link, .link--cta.link--forrest-lyf:visited {
  color: #2f9780;
  border-color: rgba(47, 151, 128, 0); }

.link--cta.link--forrest-lyf:focus, .link--cta.link--forrest-lyf:hover {
  color: #2f9780;
  border-color: rgba(47, 151, 128, 0.5); }

.link--cta.link--mildreds-car {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #a4d2d4;
  border-bottom: solid 4px rgba(164, 210, 212, 0); }

.link--cta.link--mildreds-car:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--mildreds-car:active, .link--cta.link--mildreds-car:link, .link--cta.link--mildreds-car:visited {
  color: #a4d2d4;
  border-color: rgba(164, 210, 212, 0); }

.link--cta.link--mildreds-car:focus, .link--cta.link--mildreds-car:hover {
  color: #a4d2d4;
  border-color: rgba(164, 210, 212, 0.5); }

.link--cta.link--loose-almond {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #95837b;
  border-bottom: solid 4px rgba(149, 131, 123, 0); }

.link--cta.link--loose-almond:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--loose-almond:active, .link--cta.link--loose-almond:link, .link--cta.link--loose-almond:visited {
  color: #95837b;
  border-color: rgba(149, 131, 123, 0); }

.link--cta.link--loose-almond:focus, .link--cta.link--loose-almond:hover {
  color: #95837b;
  border-color: rgba(149, 131, 123, 0.5); }

.link--cta.link--the-tan-tan {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #cbbba5;
  border-bottom: solid 4px rgba(203, 187, 165, 0); }

.link--cta.link--the-tan-tan:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--the-tan-tan:active, .link--cta.link--the-tan-tan:link, .link--cta.link--the-tan-tan:visited {
  color: #cbbba5;
  border-color: rgba(203, 187, 165, 0); }

.link--cta.link--the-tan-tan:focus, .link--cta.link--the-tan-tan:hover {
  color: #cbbba5;
  border-color: rgba(203, 187, 165, 0.5); }

.link--cta.link--punt-road {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #555;
  border-bottom: solid 4px rgba(85, 85, 85, 0); }

.link--cta.link--punt-road:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--punt-road:active, .link--cta.link--punt-road:link, .link--cta.link--punt-road:visited {
  color: #555;
  border-color: rgba(85, 85, 85, 0); }

.link--cta.link--punt-road:focus, .link--cta.link--punt-road:hover {
  color: #555;
  border-color: rgba(85, 85, 85, 0.5); }

.link--cta.link--51st-shade {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #999;
  border-bottom: solid 4px rgba(153, 153, 153, 0); }

.link--cta.link--51st-shade:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--51st-shade:active, .link--cta.link--51st-shade:link, .link--cta.link--51st-shade:visited {
  color: #999;
  border-color: rgba(153, 153, 153, 0); }

.link--cta.link--51st-shade:focus, .link--cta.link--51st-shade:hover {
  color: #999;
  border-color: rgba(153, 153, 153, 0.5); }

.link--cta.link--pebble-beach {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #ccc;
  border-bottom: solid 4px rgba(204, 204, 204, 0); }

.link--cta.link--pebble-beach:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--pebble-beach:active, .link--cta.link--pebble-beach:link, .link--cta.link--pebble-beach:visited {
  color: #ccc;
  border-color: rgba(204, 204, 204, 0); }

.link--cta.link--pebble-beach:focus, .link--cta.link--pebble-beach:hover {
  color: #ccc;
  border-color: rgba(204, 204, 204, 0.5); }

.link--cta.link--t1000 {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #e6e6e6;
  border-bottom: solid 4px rgba(230, 230, 230, 0); }

.link--cta.link--t1000:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--t1000:active, .link--cta.link--t1000:link, .link--cta.link--t1000:visited {
  color: #e6e6e6;
  border-color: rgba(230, 230, 230, 0); }

.link--cta.link--t1000:focus, .link--cta.link--t1000:hover {
  color: #e6e6e6;
  border-color: rgba(230, 230, 230, 0.5); }

.link--cta.link--karl-the-fog {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #f3f2f0;
  border-bottom: solid 4px rgba(243, 242, 240, 0); }

.link--cta.link--karl-the-fog:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--karl-the-fog:active, .link--cta.link--karl-the-fog:link, .link--cta.link--karl-the-fog:visited {
  color: #f3f2f0;
  border-color: rgba(243, 242, 240, 0); }

.link--cta.link--karl-the-fog:focus, .link--cta.link--karl-the-fog:hover {
  color: #f3f2f0;
  border-color: rgba(243, 242, 240, 0.5); }

.link--cta.link--bleached-as {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #fff;
  border-bottom: solid 4px rgba(255, 255, 255, 0); }

.link--cta.link--bleached-as:after {
  content: "" !important;
  margin-left: 5px; }

.link--cta.link--bleached-as:active, .link--cta.link--bleached-as:link, .link--cta.link--bleached-as:visited {
  color: #fff;
  border-color: rgba(255, 255, 255, 0); }

.link--cta.link--bleached-as:focus, .link--cta.link--bleached-as:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5); }

.link--subtle {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #999;
  border-bottom: solid 2px rgba(153, 153, 153, 0); }

.link--subtle:active, .link--subtle:focus, .link--subtle:hover, .link--subtle:link, .link--subtle:visited {
  border-color: currentColor; }

.link--subtle:active, .link--subtle:link, .link--subtle:visited {
  color: #999;
  border-color: rgba(153, 153, 153, 0); }

.link--subtle:focus, .link--subtle:hover {
  color: #999;
  border-color: rgba(153, 153, 153, 0.5); }

.link--heading {
  font-family: inherit;
  font-size: inherit;
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #555;
  border-bottom: solid 2px rgba(85, 85, 85, 0); }

.link--heading:active, .link--heading:focus, .link--heading:hover, .link--heading:link, .link--heading:visited {
  border-color: currentColor; }

.link--heading:active, .link--heading:link, .link--heading:visited {
  color: #555;
  border-color: rgba(85, 85, 85, 0); }

.link--heading:focus, .link--heading:hover {
  color: #555;
  border-color: rgba(85, 85, 85, 0.5); }

.link--back {
  font-size: 14px;
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #999;
  border-bottom: solid 2px rgba(153, 153, 153, 0); }

.link--back:active, .link--back:focus, .link--back:hover, .link--back:link, .link--back:visited {
  border-color: currentColor; }

.link--back:active, .link--back:link, .link--back:visited {
  color: #999;
  border-color: rgba(153, 153, 153, 0); }

.link--back:focus, .link--back:hover {
  color: #999;
  border-color: rgba(153, 153, 153, 0.5); }

.link--back:before {
  content: "" !important;
  margin-right: 5px; }

.link--forward {
  font-size: 14px;
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #999;
  border-bottom: solid 2px rgba(153, 153, 153, 0); }

.link--forward:active, .link--forward:focus, .link--forward:hover, .link--forward:link, .link--forward:visited {
  border-color: currentColor; }

.link--forward:active, .link--forward:link, .link--forward:visited {
  color: #999;
  border-color: rgba(153, 153, 153, 0); }

.link--forward:focus, .link--forward:hover {
  color: #999;
  border-color: rgba(153, 153, 153, 0.5); }

.link--forward:after {
  content: "" !important;
  margin-left: 5px; }

.link--selectable {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  display: block;
  color: #555;
  border-bottom: solid 3px rgba(85, 85, 85, 0); }

.link--selectable:active, .link--selectable:focus, .link--selectable:hover, .link--selectable:link, .link--selectable:visited {
  border-color: currentColor; }

.link--selectable:link {
  color: #555;
  border-color: rgba(85, 85, 85, 0); }

.link--selectable:visited {
  color: #555;
  border-color: rgba(85, 85, 85, 0);
  border-bottom: solid 3px rgba(85, 85, 85, 0); }

.link--selectable:focus, .link--selectable:hover {
  color: #555;
  border-color: #555; }

.link--selectable:active {
  color: #555;
  border-color: rgba(85, 85, 85, 0); }

.link--selectable[data-selected] {
  color: #ff7e65; }

.link--selectable[data-selected]:focus, .link--selectable[data-selected]:hover {
  border-color: rgba(85, 85, 85, 0); }

.link--root {
  font-size: 16px; }

.link--subtle {
  font-size: 14px; }

.link--jumbo {
  font-size: 19px; }

.link--display-name {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #555;
  border-bottom: solid 2px rgba(85, 85, 85, 0); }

.link--display-name:active, .link--display-name:focus, .link--display-name:hover, .link--display-name:link, .link--display-name:visited {
  border-color: currentColor; }

.link--display-name:link, .link--display-name:visited {
  color: #555;
  border-color: rgba(85, 85, 85, 0); }

.link--display-name:active, .link--display-name:focus, .link--display-name:hover {
  color: #555;
  border-color: #555; }

.paragraph {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 1.6rem; }

.paragraph--jumbo {
  font-size: 24px;
  line-height: 1.4; }

.paragraph--large {
  font-size: 19px;
  line-height: 1.4; }

.paragraph--regular {
  font-size: 16px;
  line-height: 1.6; }

.paragraph--small {
  font-size: 14px;
  line-height: 1.6; }

.paragraph--capped {
  max-width: 40em; }

.paragraph--attribution {
  font-style: italic; }

.paragraph--bold {
  font-weight: 700; }

.paragraph--normal {
  font-weight: 400; }

.paragraph--italic {
  font-style: italic; }

.paragraph--soft {
  color: #999; }

.paragraph--softer {
  color: #ccc; }

.paragraph--no-margin {
  margin-bottom: 0 !important; }

.paragraph--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.attribution {
  color: #999;
  font-style: italic; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio, canvas, img, svg, video {
  vertical-align: middle; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

*, :after, :before {
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }

body, figure, form {
  margin: 0; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

kbd, samp {
  font-size: 1em; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

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

legend {
  padding: 0;
  display: block;
  width: 100%;
  line-height: inherit;
  border: 0;
  border: none; }

label {
  display: inline; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

input, select, textarea {
  width: 100%; }

button, input, li {
  line-height: 1.6; }

button, select {
  text-transform: none; }

optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], select, td, textarea {
  vertical-align: baseline; }

input[type=file], input[type=image], input[type=radio], input[type=checkbox] {
  width: auto; }

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[disabled], select[disabled], textarea[disabled] {
  cursor: not-allowed; }

input[disabled], textarea[disabled] {
  background-color: #f3f2f0; }

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0; }

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

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  max-width: 100%;
  background-color: transparent; }

ol, ul {
  padding-left: 1em; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

.avatar {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.avatar__image {
  border-radius: 50%;
  display: block; }

.avatar__indicator {
  display: none;
  position: absolute;
  width: 11px;
  height: 11px;
  background: #2f9780;
  border-radius: 50%;
  border: 2px solid #fff; }

[data-online] .avatar__indicator {
  display: block; }

.avatar--extra-small {
  width: 32px;
  height: 32px; }

.avatar--extra-small .avatar__indicator {
  right: -2px;
  bottom: -2px; }

.avatar--small {
  width: 48px;
  height: 48px; }

.avatar--small .avatar__indicator {
  right: 0;
  bottom: 0; }

.avatar--medium {
  width: 64px;
  height: 64px; }

.avatar--medium .avatar__indicator {
  right: 3px;
  bottom: 3px; }

.avatar--large {
  width: 96px;
  height: 96px; }

.avatar--large .avatar__indicator {
  right: 7px;
  bottom: 7px; }

.avatar--extra-large {
  width: 128px;
  height: 128px; }

.avatar--extra-large .avatar__indicator {
  right: 12px;
  bottom: 12px; }

.avatar--align-right {
  margin-left: auto; }

.avatar--align-left {
  margin-right: auto; }

.avatar--centered {
  margin-left: auto;
  margin-right: auto; }

.avatar--with-shadow .avatar__image {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1); }

.avatar--placeholder .avatar__image {
  border: 3px dashed #ccc;
  height: 100%; }

.subtle-text {
  font-size: 12px;
  color: #999; }

.display-name {
  color: #555;
  font-style: italic; }

.display-name--link, .display-name__link {
  text-decoration: none;
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #555;
  border-bottom: solid 2px rgba(85, 85, 85, 0); }

.display-name--link:active, .display-name--link:focus, .display-name--link:hover, .display-name--link:link, .display-name--link:visited, .display-name__link:active, .display-name__link:focus, .display-name__link:hover, .display-name__link:link, .display-name__link:visited {
  text-decoration: none; }

.display-name--link:link, .display-name--link:visited, .display-name__link:link, .display-name__link:visited {
  color: #555;
  border-color: rgba(85, 85, 85, 0); }

.display-name--link:active, .display-name--link:focus, .display-name--link:hover, .display-name__link:active, .display-name__link:focus, .display-name__link:hover {
  color: #555;
  border-color: #555; }

.display-name--truncated:after {
  content: "\2026"; }

.display-name--ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.display-name--non-attribution {
  font-style: normal; }

.display-name--non-attribution.display-name--link {
  font-family: inherit;
  font-size: inherit;
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #555;
  border-bottom: solid 2px rgba(85, 85, 85, 0); }

.display-name--non-attribution.display-name--link:active, .display-name--non-attribution.display-name--link:focus, .display-name--non-attribution.display-name--link:hover, .display-name--non-attribution.display-name--link:link, .display-name--non-attribution.display-name--link:visited {
  border-color: currentColor; }

.display-name--non-attribution.display-name--link:active, .display-name--non-attribution.display-name--link:link, .display-name--non-attribution.display-name--link:visited {
  color: #555;
  border-color: rgba(85, 85, 85, 0); }

.display-name--non-attribution.display-name--link:focus, .display-name--non-attribution.display-name--link:hover {
  color: #555;
  border-color: rgba(85, 85, 85, 0.5); }

.display-name--small {
  font-size: 14px; }

.display-name--subtle.display-name--link {
  font-size: 12px;
  color: #999; }

.display-name--subtle.display-name--link:hover {
  border-color: #999; }

.user {
  display: table; }

.user__avatar {
  display: table-cell;
  vertical-align: middle; }

.user__display-name {
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle; }

.user--medium .user__display-name {
  padding-left: 15px; }

.user--inline {
  display: inline-block; }

.user--inline .user__avatar, .user--inline .user__display-name {
  display: inline-block;
  vertical-align: baseline; }

.count {
  font-size: 12px;
  color: #999; }

.button {
  font-size: 16px;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  line-height: 1.3;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-align: center; }

.button:disabled, .button[data-button-disabled], .button[data-disabled], .button[disabled] {
  cursor: not-allowed; }

.button[data-button-selected] {
  background-color: #555;
  border-color: #555;
  color: #fff; }

.button[data-button-selected]:focus, .button[data-button-selected]:hover {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
  text-decoration: none;
  color: #fff;
  outline: 0; }

.button[data-button-selected]:active {
  background-color: #484848;
  border-color: #484848;
  color: #fff; }

.button__inner {
  min-height: 40px;
  display: inline-block;
  padding: 9px 20px; }

.flexbox.flexboxlegacy .button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.button__icon, .button__label {
  display: inline-block; }

.button--primary {
  background-color: #ff7e65;
  border-color: #ff7e65;
  color: #fff;
  text-decoration: none; }

.button--primary:focus, .button--primary:hover {
  background-color: #ff8b74;
  border-color: #ff8b74;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--primary:active {
  background-color: #ff694c;
  border-color: #ff694c; }

.button--primary:disabled, .button--primary:disabled:active, .button--primary:disabled:focus, .button--primary:disabled:hover, .button--primary[data-button-disabled], .button--primary[data-button-disabled]:active, .button--primary[data-button-disabled]:focus, .button--primary[data-button-disabled]:hover, .button--primary[data-disabled], .button--primary[data-disabled]:active, .button--primary[data-disabled]:focus, .button--primary[data-disabled]:hover, .button--primary[disabled], .button--primary[disabled]:active, .button--primary[disabled]:focus, .button--primary[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--primary.button--heritage {
  background-color: #ff7e65;
  border-color: #ff7e65;
  color: #fff;
  text-decoration: none; }

.button--primary.button--heritage:focus, .button--primary.button--heritage:hover {
  background-color: #ff8b74;
  border-color: #ff8b74;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--primary.button--heritage:active {
  background-color: #ff694c;
  border-color: #ff694c; }

.button--primary.button--heritage:disabled, .button--primary.button--heritage:disabled:active, .button--primary.button--heritage:disabled:focus, .button--primary.button--heritage:disabled:hover, .button--primary.button--heritage[data-button-disabled], .button--primary.button--heritage[data-button-disabled]:active, .button--primary.button--heritage[data-button-disabled]:focus, .button--primary.button--heritage[data-button-disabled]:hover, .button--primary.button--heritage[data-disabled], .button--primary.button--heritage[data-disabled]:active, .button--primary.button--heritage[data-disabled]:focus, .button--primary.button--heritage[data-disabled]:hover, .button--primary.button--heritage[disabled], .button--primary.button--heritage[disabled]:active, .button--primary.button--heritage[disabled]:focus, .button--primary.button--heritage[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--primary.button--sandy-butt {
  background-color: #f6caa2;
  border-color: #f6caa2;
  color: #fff;
  text-decoration: none; }

.button--primary.button--sandy-butt:focus, .button--primary.button--sandy-butt:hover {
  background-color: #f7cfab;
  border-color: #f7cfab;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--primary.button--sandy-butt:active {
  background-color: #f4bd8b;
  border-color: #f4bd8b; }

.button--primary.button--sandy-butt:disabled, .button--primary.button--sandy-butt:disabled:active, .button--primary.button--sandy-butt:disabled:focus, .button--primary.button--sandy-butt:disabled:hover, .button--primary.button--sandy-butt[data-button-disabled], .button--primary.button--sandy-butt[data-button-disabled]:active, .button--primary.button--sandy-butt[data-button-disabled]:focus, .button--primary.button--sandy-butt[data-button-disabled]:hover, .button--primary.button--sandy-butt[data-disabled], .button--primary.button--sandy-butt[data-disabled]:active, .button--primary.button--sandy-butt[data-disabled]:focus, .button--primary.button--sandy-butt[data-disabled]:hover, .button--primary.button--sandy-butt[disabled], .button--primary.button--sandy-butt[disabled]:active, .button--primary.button--sandy-butt[disabled]:focus, .button--primary.button--sandy-butt[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--primary.button--rising-sun {
  background-color: #ce283D;
  border-color: #ce283D;
  color: #fff;
  text-decoration: none; }

.button--primary.button--rising-sun:focus, .button--primary.button--rising-sun:hover {
  background-color: #d33e50;
  border-color: #d33e50;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--primary.button--rising-sun:active {
  background-color: #b92437;
  border-color: #b92437; }

.button--primary.button--rising-sun:disabled, .button--primary.button--rising-sun:disabled:active, .button--primary.button--rising-sun:disabled:focus, .button--primary.button--rising-sun:disabled:hover, .button--primary.button--rising-sun[data-button-disabled], .button--primary.button--rising-sun[data-button-disabled]:active, .button--primary.button--rising-sun[data-button-disabled]:focus, .button--primary.button--rising-sun[data-button-disabled]:hover, .button--primary.button--rising-sun[data-disabled], .button--primary.button--rising-sun[data-disabled]:active, .button--primary.button--rising-sun[data-disabled]:focus, .button--primary.button--rising-sun[data-disabled]:hover, .button--primary.button--rising-sun[disabled], .button--primary.button--rising-sun[disabled]:active, .button--primary.button--rising-sun[disabled]:focus, .button--primary.button--rising-sun[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--primary.button--little-piggy {
  background-color: #f0a9b7;
  border-color: #f0a9b7;
  color: #fff;
  text-decoration: none; }

.button--primary.button--little-piggy:focus, .button--primary.button--little-piggy:hover {
  background-color: #f2b2be;
  border-color: #f2b2be;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--primary.button--little-piggy:active {
  background-color: #ec93a5;
  border-color: #ec93a5; }

.button--primary.button--little-piggy:disabled, .button--primary.button--little-piggy:disabled:active, .button--primary.button--little-piggy:disabled:focus, .button--primary.button--little-piggy:disabled:hover, .button--primary.button--little-piggy[data-button-disabled], .button--primary.button--little-piggy[data-button-disabled]:active, .button--primary.button--little-piggy[data-button-disabled]:focus, .button--primary.button--little-piggy[data-button-disabled]:hover, .button--primary.button--little-piggy[data-disabled], .button--primary.button--little-piggy[data-disabled]:active, .button--primary.button--little-piggy[data-disabled]:focus, .button--primary.button--little-piggy[data-disabled]:hover, .button--primary.button--little-piggy[disabled], .button--primary.button--little-piggy[disabled]:active, .button--primary.button--little-piggy[disabled]:focus, .button--primary.button--little-piggy[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--primary.button--berlin-thing {
  background-color: #752873;
  border-color: #752873;
  color: #fff;
  text-decoration: none; }

.button--primary.button--berlin-thing:focus, .button--primary.button--berlin-thing:hover {
  background-color: #833e81;
  border-color: #833e81;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--primary.button--berlin-thing:active {
  background-color: #622260;
  border-color: #622260; }

.button--primary.button--berlin-thing:disabled, .button--primary.button--berlin-thing:disabled:active, .button--primary.button--berlin-thing:disabled:focus, .button--primary.button--berlin-thing:disabled:hover, .button--primary.button--berlin-thing[data-button-disabled], .button--primary.button--berlin-thing[data-button-disabled]:active, .button--primary.button--berlin-thing[data-button-disabled]:focus, .button--primary.button--berlin-thing[data-button-disabled]:hover, .button--primary.button--berlin-thing[data-disabled], .button--primary.button--berlin-thing[data-disabled]:active, .button--primary.button--berlin-thing[data-disabled]:focus, .button--primary.button--berlin-thing[data-disabled]:hover, .button--primary.button--berlin-thing[disabled], .button--primary.button--berlin-thing[disabled]:active, .button--primary.button--berlin-thing[disabled]:focus, .button--primary.button--berlin-thing[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--primary.button--lavendork {
  background-color: #b36ea7;
  border-color: #b36ea7;
  color: #fff;
  text-decoration: none; }

.button--primary.button--lavendork:focus, .button--primary.button--lavendork:hover {
  background-color: #bb7db0;
  border-color: #bb7db0;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--primary.button--lavendork:active {
  background-color: #aa5d9d;
  border-color: #aa5d9d; }

.button--primary.button--lavendork:disabled, .button--primary.button--lavendork:disabled:active, .button--primary.button--lavendork:disabled:focus, .button--primary.button--lavendork:disabled:hover, .button--primary.button--lavendork[data-button-disabled], .button--primary.button--lavendork[data-button-disabled]:active, .button--primary.button--lavendork[data-button-disabled]:focus, .button--primary.button--lavendork[data-button-disabled]:hover, .button--primary.button--lavendork[data-disabled], .button--primary.button--lavendork[data-disabled]:active, .button--primary.button--lavendork[data-disabled]:focus, .button--primary.button--lavendork[data-disabled]:hover, .button--primary.button--lavendork[disabled], .button--primary.button--lavendork[disabled]:active, .button--primary.button--lavendork[disabled]:focus, .button--primary.button--lavendork[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--primary.button--pacific {
  background-color: #1f3ca6;
  border-color: #1f3ca6;
  color: #fff;
  text-decoration: none; }

.button--primary.button--pacific:focus, .button--primary.button--pacific:hover {
  background-color: #3550af;
  border-color: #3550af;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--primary.button--pacific:active {
  background-color: #1b3491;
  border-color: #1b3491; }

.button--primary.button--pacific:disabled, .button--primary.button--pacific:disabled:active, .button--primary.button--pacific:disabled:focus, .button--primary.button--pacific:disabled:hover, .button--primary.button--pacific[data-button-disabled], .button--primary.button--pacific[data-button-disabled]:active, .button--primary.button--pacific[data-button-disabled]:focus, .button--primary.button--pacific[data-button-disabled]:hover, .button--primary.button--pacific[data-disabled], .button--primary.button--pacific[data-disabled]:active, .button--primary.button--pacific[data-disabled]:focus, .button--primary.button--pacific[data-disabled]:hover, .button--primary.button--pacific[disabled], .button--primary.button--pacific[disabled]:active, .button--primary.button--pacific[disabled]:focus, .button--primary.button--pacific[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--primary.button--carnaval {
  background-color: #81a3e6;
  border-color: #81a3e6;
  color: #fff;
  text-decoration: none; }

.button--primary.button--carnaval:focus, .button--primary.button--carnaval:hover {
  background-color: #8eace9;
  border-color: #8eace9;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--primary.button--carnaval:active {
  background-color: #6c93e2;
  border-color: #6c93e2; }

.button--primary.button--carnaval:disabled, .button--primary.button--carnaval:disabled:active, .button--primary.button--carnaval:disabled:focus, .button--primary.button--carnaval:disabled:hover, .button--primary.button--carnaval[data-button-disabled], .button--primary.button--carnaval[data-button-disabled]:active, .button--primary.button--carnaval[data-button-disabled]:focus, .button--primary.button--carnaval[data-button-disabled]:hover, .button--primary.button--carnaval[data-disabled], .button--primary.button--carnaval[data-disabled]:active, .button--primary.button--carnaval[data-disabled]:focus, .button--primary.button--carnaval[data-disabled]:hover, .button--primary.button--carnaval[disabled], .button--primary.button--carnaval[disabled]:active, .button--primary.button--carnaval[disabled]:focus, .button--primary.button--carnaval[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--primary.button--forrest-lyf {
  background-color: #2f9780;
  border-color: #2f9780;
  color: #fff;
  text-decoration: none; }

.button--primary.button--forrest-lyf:focus, .button--primary.button--forrest-lyf:hover {
  background-color: #44a18d;
  border-color: #44a18d;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--primary.button--forrest-lyf:active {
  background-color: #298470;
  border-color: #298470; }

.button--primary.button--forrest-lyf:disabled, .button--primary.button--forrest-lyf:disabled:active, .button--primary.button--forrest-lyf:disabled:focus, .button--primary.button--forrest-lyf:disabled:hover, .button--primary.button--forrest-lyf[data-button-disabled], .button--primary.button--forrest-lyf[data-button-disabled]:active, .button--primary.button--forrest-lyf[data-button-disabled]:focus, .button--primary.button--forrest-lyf[data-button-disabled]:hover, .button--primary.button--forrest-lyf[data-disabled], .button--primary.button--forrest-lyf[data-disabled]:active, .button--primary.button--forrest-lyf[data-disabled]:focus, .button--primary.button--forrest-lyf[data-disabled]:hover, .button--primary.button--forrest-lyf[disabled], .button--primary.button--forrest-lyf[disabled]:active, .button--primary.button--forrest-lyf[disabled]:focus, .button--primary.button--forrest-lyf[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--primary.button--mildreds-car {
  background-color: #a4d2d4;
  border-color: #a4d2d4;
  color: #fff;
  text-decoration: none; }

.button--primary.button--mildreds-car:focus, .button--primary.button--mildreds-car:hover {
  background-color: #add7d8;
  border-color: #add7d8;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--primary.button--mildreds-car:active {
  background-color: #93c9cc;
  border-color: #93c9cc; }

.button--primary.button--mildreds-car:disabled, .button--primary.button--mildreds-car:disabled:active, .button--primary.button--mildreds-car:disabled:focus, .button--primary.button--mildreds-car:disabled:hover, .button--primary.button--mildreds-car[data-button-disabled], .button--primary.button--mildreds-car[data-button-disabled]:active, .button--primary.button--mildreds-car[data-button-disabled]:focus, .button--primary.button--mildreds-car[data-button-disabled]:hover, .button--primary.button--mildreds-car[data-disabled], .button--primary.button--mildreds-car[data-disabled]:active, .button--primary.button--mildreds-car[data-disabled]:focus, .button--primary.button--mildreds-car[data-disabled]:hover, .button--primary.button--mildreds-car[disabled], .button--primary.button--mildreds-car[disabled]:active, .button--primary.button--mildreds-car[disabled]:focus, .button--primary.button--mildreds-car[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--primary.button--loose-almond {
  background-color: #95837b;
  border-color: #95837b;
  color: #fff;
  text-decoration: none; }

.button--primary.button--loose-almond:focus, .button--primary.button--loose-almond:hover {
  background-color: #a08f88;
  border-color: #a08f88;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--primary.button--loose-almond:active {
  background-color: #89766e;
  border-color: #89766e; }

.button--primary.button--loose-almond:disabled, .button--primary.button--loose-almond:disabled:active, .button--primary.button--loose-almond:disabled:focus, .button--primary.button--loose-almond:disabled:hover, .button--primary.button--loose-almond[data-button-disabled], .button--primary.button--loose-almond[data-button-disabled]:active, .button--primary.button--loose-almond[data-button-disabled]:focus, .button--primary.button--loose-almond[data-button-disabled]:hover, .button--primary.button--loose-almond[data-disabled], .button--primary.button--loose-almond[data-disabled]:active, .button--primary.button--loose-almond[data-disabled]:focus, .button--primary.button--loose-almond[data-disabled]:hover, .button--primary.button--loose-almond[disabled], .button--primary.button--loose-almond[disabled]:active, .button--primary.button--loose-almond[disabled]:focus, .button--primary.button--loose-almond[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--primary.button--the-tan-tan {
  background-color: #cbbba5;
  border-color: #cbbba5;
  color: #fff;
  text-decoration: none; }

.button--primary.button--the-tan-tan:focus, .button--primary.button--the-tan-tan:hover {
  background-color: #d0c2ae;
  border-color: #d0c2ae;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--primary.button--the-tan-tan:active {
  background-color: #c2af95;
  border-color: #c2af95; }

.button--primary.button--the-tan-tan:disabled, .button--primary.button--the-tan-tan:disabled:active, .button--primary.button--the-tan-tan:disabled:focus, .button--primary.button--the-tan-tan:disabled:hover, .button--primary.button--the-tan-tan[data-button-disabled], .button--primary.button--the-tan-tan[data-button-disabled]:active, .button--primary.button--the-tan-tan[data-button-disabled]:focus, .button--primary.button--the-tan-tan[data-button-disabled]:hover, .button--primary.button--the-tan-tan[data-disabled], .button--primary.button--the-tan-tan[data-disabled]:active, .button--primary.button--the-tan-tan[data-disabled]:focus, .button--primary.button--the-tan-tan[data-disabled]:hover, .button--primary.button--the-tan-tan[disabled], .button--primary.button--the-tan-tan[disabled]:active, .button--primary.button--the-tan-tan[disabled]:focus, .button--primary.button--the-tan-tan[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--secondary {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #555;
  text-decoration: none; }

.button--secondary:focus, .button--secondary:hover {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #555;
  text-decoration: none;
  outline: 0; }

.button--secondary:active {
  background-color: #d9d9d9;
  border-color: #d9d9d9; }

.button--secondary:disabled, .button--secondary:disabled:active, .button--secondary:disabled:focus, .button--secondary:disabled:hover, .button--secondary[data-button-disabled], .button--secondary[data-button-disabled]:active, .button--secondary[data-button-disabled]:focus, .button--secondary[data-button-disabled]:hover, .button--secondary[data-disabled], .button--secondary[data-disabled]:active, .button--secondary[data-disabled]:focus, .button--secondary[data-disabled]:hover, .button--secondary[disabled], .button--secondary[disabled]:active, .button--secondary[disabled]:focus, .button--secondary[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--secondary.button--heritage {
  border-color: #ff7e65;
  color: #ff7e65; }

.button--secondary.button--sandy-butt {
  border-color: #f6caa2;
  color: #f6caa2; }

.button--secondary.button--rising-sun {
  border-color: #ce283D;
  color: #ce283D; }

.button--secondary.button--little-piggy {
  border-color: #f0a9b7;
  color: #f0a9b7; }

.button--secondary.button--berlin-thing {
  border-color: #752873;
  color: #752873; }

.button--secondary.button--lavendork {
  border-color: #b36ea7;
  color: #b36ea7; }

.button--secondary.button--pacific {
  border-color: #1f3ca6;
  color: #1f3ca6; }

.button--secondary.button--carnaval {
  border-color: #81a3e6;
  color: #81a3e6; }

.button--secondary.button--forrest-lyf {
  border-color: #2f9780;
  color: #2f9780; }

.button--secondary.button--mildreds-car {
  border-color: #a4d2d4;
  color: #a4d2d4; }

.button--secondary.button--loose-almond {
  border-color: #95837b;
  color: #95837b; }

.button--secondary.button--the-tan-tan {
  border-color: #cbbba5;
  color: #cbbba5; }

.button--marketing-secondary {
  background: 0 0;
  text-decoration: none; }

.button--marketing-secondary:active, .button--marketing-secondary:focus, .button--marketing-secondary:hover {
  background: 0 0;
  text-decoration: none;
  outline: 0; }

.button--marketing-secondary:disabled, .button--marketing-secondary:disabled:active, .button--marketing-secondary:disabled:focus, .button--marketing-secondary:disabled:hover, .button--marketing-secondary[data-button-disabled], .button--marketing-secondary[data-button-disabled]:active, .button--marketing-secondary[data-button-disabled]:focus, .button--marketing-secondary[data-button-disabled]:hover, .button--marketing-secondary[data-disabled], .button--marketing-secondary[data-disabled]:active, .button--marketing-secondary[data-disabled]:focus, .button--marketing-secondary[data-disabled]:hover, .button--marketing-secondary[disabled], .button--marketing-secondary[disabled]:active, .button--marketing-secondary[disabled]:focus, .button--marketing-secondary[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--contests {
  background-color: #ff7e65;
  border-color: #ff7e65;
  color: #fff;
  text-decoration: none; }

.button--contests:focus, .button--contests:hover {
  background-color: #ff8b74;
  border-color: #ff8b74;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--contests:active {
  background-color: #ff694c;
  border-color: #ff694c; }

.button--contests:disabled, .button--contests:disabled:active, .button--contests:disabled:focus, .button--contests:disabled:hover, .button--contests[data-button-disabled], .button--contests[data-button-disabled]:active, .button--contests[data-button-disabled]:focus, .button--contests[data-button-disabled]:hover, .button--contests[data-disabled], .button--contests[data-disabled]:active, .button--contests[data-disabled]:focus, .button--contests[data-disabled]:hover, .button--contests[disabled], .button--contests[disabled]:active, .button--contests[disabled]:focus, .button--contests[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--projects {
  background-color: #ff7e65;
  border-color: #ff7e65;
  color: #fff;
  text-decoration: none; }

.button--projects:focus, .button--projects:hover {
  background-color: #ff8b74;
  border-color: #ff8b74;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--projects:active {
  background-color: #ff694c;
  border-color: #ff694c; }

.button--projects:disabled, .button--projects:disabled:active, .button--projects:disabled:focus, .button--projects:disabled:hover, .button--projects[data-button-disabled], .button--projects[data-button-disabled]:active, .button--projects[data-button-disabled]:focus, .button--projects[data-button-disabled]:hover, .button--projects[data-disabled], .button--projects[data-disabled]:active, .button--projects[data-disabled]:focus, .button--projects[data-disabled]:hover, .button--projects[disabled], .button--projects[disabled]:active, .button--projects[disabled]:focus, .button--projects[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--tasks {
  background-color: #ff7e65;
  border-color: #ff7e65;
  color: #fff;
  text-decoration: none; }

.button--tasks:focus, .button--tasks:hover {
  background-color: #ff8b74;
  border-color: #ff8b74;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--tasks:active {
  background-color: #ff694c;
  border-color: #ff694c; }

.button--tasks:disabled, .button--tasks:disabled:active, .button--tasks:disabled:focus, .button--tasks:disabled:hover, .button--tasks[data-button-disabled], .button--tasks[data-button-disabled]:active, .button--tasks[data-button-disabled]:focus, .button--tasks[data-button-disabled]:hover, .button--tasks[data-disabled], .button--tasks[data-disabled]:active, .button--tasks[data-disabled]:focus, .button--tasks[data-disabled]:hover, .button--tasks[disabled], .button--tasks[disabled]:active, .button--tasks[disabled]:focus, .button--tasks[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--contests-cta {
  background-color: #164269;
  border-color: #123554;
  color: #fff;
  text-decoration: none;
  border-radius: 100px; }

.button--contests-cta:focus, .button--contests-cta:hover {
  background-color: #2d5578;
  border-color: #2a4965;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--contests-cta:active {
  background-color: #123554;
  border-color: #123554; }

.button--contests-cta:disabled, .button--contests-cta:disabled:active, .button--contests-cta:disabled:focus, .button--contests-cta:disabled:hover, .button--contests-cta[data-button-disabled], .button--contests-cta[data-button-disabled]:active, .button--contests-cta[data-button-disabled]:focus, .button--contests-cta[data-button-disabled]:hover, .button--contests-cta[data-disabled], .button--contests-cta[data-disabled]:active, .button--contests-cta[data-disabled]:focus, .button--contests-cta[data-disabled]:hover, .button--contests-cta[disabled], .button--contests-cta[disabled]:active, .button--contests-cta[disabled]:focus, .button--contests-cta[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--projects-cta {
  background-color: #f3f2f0;
  border-color: #e6e6e6;
  color: #ff7e65;
  text-decoration: none;
  border-radius: 100px; }

.button--projects-cta:focus, .button--projects-cta:hover {
  background-color: #f4f3f2;
  border-color: #e9e9e9;
  color: #ff7e65;
  text-decoration: none;
  outline: 0; }

.button--projects-cta:active {
  background-color: #e8e6e2;
  border-color: #e8e6e2; }

.button--projects-cta:disabled, .button--projects-cta:disabled:active, .button--projects-cta:disabled:focus, .button--projects-cta:disabled:hover, .button--projects-cta[data-button-disabled], .button--projects-cta[data-button-disabled]:active, .button--projects-cta[data-button-disabled]:focus, .button--projects-cta[data-button-disabled]:hover, .button--projects-cta[data-disabled], .button--projects-cta[data-disabled]:active, .button--projects-cta[data-disabled]:focus, .button--projects-cta[data-disabled]:hover, .button--projects-cta[disabled], .button--projects-cta[disabled]:active, .button--projects-cta[disabled]:focus, .button--projects-cta[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--tasks-cta {
  background-color: #ff7e65;
  border-color: #ff7e65;
  color: #fff;
  text-decoration: none;
  border-radius: 100px; }

.button--tasks-cta:focus, .button--tasks-cta:hover {
  background-color: #ff8b74;
  border-color: #ff8b74;
  color: #fff;
  text-decoration: none;
  outline: 0; }

.button--tasks-cta:active {
  background-color: #ff694c;
  border-color: #ff694c; }

.button--tasks-cta:disabled, .button--tasks-cta:disabled:active, .button--tasks-cta:disabled:focus, .button--tasks-cta:disabled:hover, .button--tasks-cta[data-button-disabled], .button--tasks-cta[data-button-disabled]:active, .button--tasks-cta[data-button-disabled]:focus, .button--tasks-cta[data-button-disabled]:hover, .button--tasks-cta[data-disabled], .button--tasks-cta[data-disabled]:active, .button--tasks-cta[data-disabled]:focus, .button--tasks-cta[data-disabled]:hover, .button--tasks-cta[disabled], .button--tasks-cta[disabled]:active, .button--tasks-cta[disabled]:focus, .button--tasks-cta[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.button--pill {
  border-radius: 100px; }

.button--pill .button__inner {
  padding-left: 4em;
  padding-right: 4em;
  display: inline-block; }

.flexbox.flexboxlegacy .button--pill .button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.button--link {
  border: none;
  border-radius: 0;
  background: 0 0;
  text-align: left;
  padding: 0;
  text-decoration: none;
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #555;
  border-bottom: solid 2px rgba(85, 85, 85, 0.2); }

.button--link:active, .button--link:focus, .button--link:hover, .button--link:link, .button--link:visited {
  text-decoration: none; }

.button--link:link, .button--link:visited {
  color: #555;
  border-color: rgba(85, 85, 85, 0.2); }

.button--link:focus, .button--link:hover {
  box-shadow: none;
  outline: 0;
  color: #555;
  border-color: rgba(85, 85, 85, 0.4); }

.button--link:active {
  color: #555;
  border-color: rgba(85, 85, 85, 0); }

.button--link .button__inner {
  padding: 0;
  min-height: 0; }

.button--small {
  font-size: 14px;
  line-height: 1.3;
  border-radius: 3px;
  border-width: 2px; }

.button--small .button__inner {
  min-height: 24px;
  display: inline-block;
  padding: 2px 10px; }

.flexbox.flexboxlegacy .button--small .button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.button--jumbo {
  font-size: 19px;
  border-radius: 8px;
  border-width: 3px; }

.button--jumbo.button--icon-left .button__icon {
  margin-right: 15px; }

.button--jumbo.button--icon-right .button__icon {
  margin-left: 15px; }

.button--jumbo .button__inner {
  min-height: 50px;
  display: inline-block;
  padding: 12px 30px; }

.flexbox.flexboxlegacy .button--jumbo .button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.button--super {
  font-size: 24px;
  border-radius: 50%;
  border-width: 3px; }

.button--super .button__inner {
  min-height: 84px;
  display: inline-block;
  padding: 25px 30px; }

.flexbox.flexboxlegacy .button--super .button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 0) and (max-width: 599px) {
  .button--contests-cta, .button--projects-cta, .button--responsive, .button--tasks-cta {
    width: 100%; } }

.button--fluid {
  width: 100%; }

.button--icon-no-label {
  min-width: 44px; }

.button--icon-no-label input {
  display: none; }

.button--icon-no-label.button--small {
  min-width: 28px; }

.button--icon-no-label.button--small input {
  display: none; }

.button--icon-no-label.button--jumbo {
  min-width: 56px; }

.button--icon-no-label.button--jumbo input {
  display: none; }

.button--icon-no-label.button--super {
  min-width: 90px; }

.button--icon-no-label.button--super input {
  display: none; }

.button--icon-no-label .button__inner {
  padding-left: 0;
  padding-right: 0;
  display: inline-block; }

.flexbox.flexboxlegacy .button--icon-no-label .button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.button--icon {
  min-width: 44px; }

.button--icon input {
  display: none; }

.button--icon.button--small {
  min-width: 28px; }

.button--icon.button--small input {
  display: none; }

.button--icon.button--jumbo {
  min-width: 56px; }

.button--icon.button--jumbo input {
  display: none; }

.button--icon.button--super {
  min-width: 90px; }

.button--icon.button--super input {
  display: none; }

.button--icon .button__inner {
  padding-left: 0;
  padding-right: 0;
  display: inline-block; }

.flexbox.flexboxlegacy .button--icon .button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.button--icon-left .button__icon {
  margin-right: 10px; }

.button--icon-right .button__icon {
  margin-left: 10px; }

.button--joined {
  display: block;
  width: 100%; }

.button--joined:not(.button--first):not(.button--last) {
  border-radius: 0; }

.button--joined:not(.button--first)[data-button-selected] {
  position: relative;
  overflow: visible; }

.button--joined:not(.button--first)[data-button-selected]:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  width: 2px; }

.button--joined.button--jumbo:not(.button--first)[data-button-selected]:before {
  top: -3px;
  bottom: -3px;
  left: -3px;
  width: 3px; }

.button--first {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.button--last {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.button--chameleon.button--primary.button--jumbo {
  padding: 3px; }

.button--chameleon.button--marketing-secondary {
  border-color: currentColor;
  color: inherit; }

.button-group {
  display: block;
  font-size: 0; }

.button-group .button-group__item {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle; }

.button-group .button-group__item ~ .button-group__item {
  margin-left: 10px; }

.button-group.button-group--joined .button-group__item ~ .button-group__item {
  margin-left: 2px; }

.button-group.button-group--jumbo .button-group__item ~ .button-group__item {
  margin-left: 15px; }

.button-group--fluid {
  display: table;
  width: 100%; }

.button-group--fluid .button-group__item {
  display: table-cell;
  margin-left: 0;
  padding-left: 10px; }

.button-group--fluid .button-group__item--shrink {
  width: 1%;
  white-space: nowrap; }

.button-group--fluid .button-group__item--grow {
  width: 100%; }

.flexbox.flexboxlegacy .button-group--fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flexbox.flexboxlegacy .button-group--fluid .button-group__item {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: initial;
  padding-left: 0; }

.flexbox.flexboxlegacy .button-group--fluid .button-group__item--grow {
  -webkit-box-flex: 1000;
  -ms-flex: 1000;
  flex: 1000; }

.flexbox.flexboxlegacy .button-group--fluid .button-group__item--shrink {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  white-space: normal; }

.button-group--fluid.button-group--joined .button-group__item {
  margin-left: 0;
  padding-left: 2px; }

.flexbox.flexboxlegacy .button-group--fluid.button-group--joined .button-group__item {
  padding-left: 0; }

.button-group--fluid.button-group--jumbo .button-group__item {
  margin-left: 0;
  padding-left: 15px; }

.flexbox.flexboxlegacy .button-group--fluid.button-group--jumbo .button-group__item {
  padding-left: 0; }

.button-group--stacked .button-group__item {
  display: block;
  width: 100%; }

.button-group--stacked .button-group__item ~ .button-group__item {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0; }

.button-group--stacked.button-group--joined .button-group__item ~ .button-group__item {
  margin-top: 2px;
  margin-left: 0;
  padding-left: 0; }

.button-group--stacked.button-group--jumbo .button-group__item ~ .button-group__item {
  margin-top: 15px;
  margin-left: 0;
  padding-left: 0; }

@media (min-width: 0) and (max-width: 599px) {
  .button-group--responsive .button-group__item {
    display: block;
    width: 100%; }
  .button-group--responsive .button-group__item ~ .button-group__item {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0; }
  .button-group--responsive.button-group--joined .button-group__item {
    display: block;
    width: 100%; }
  .button-group--responsive.button-group--joined .button-group__item ~ .button-group__item {
    margin-top: 2px;
    margin-left: 0;
    padding-left: 0; }
  .button-group--responsive.button-group--jumbo .button-group__item {
    display: block;
    width: 100%; }
  .button-group--responsive.button-group--jumbo .button-group__item ~ .button-group__item {
    margin-top: 15px;
    margin-left: 0;
    padding-left: 0; } }

.icon-button {
  background: 0 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
  display: inline;
  position: relative;
  z-index: 0;
  overflow: visible;
  font-size: 16px;
  line-height: 1.6;
  color: #555; }

.icon-button:active, .icon-button:focus, .icon-button:hover {
  text-decoration: none;
  outline: 0;
  color: #555; }

.icon-button:active:before, .icon-button:focus:before, .icon-button:hover:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #fff; }

.icon-button:disabled, .icon-button:disabled:active, .icon-button:disabled:focus, .icon-button:disabled:hover, .icon-button[data-disabled], .icon-button[data-disabled]:active, .icon-button[data-disabled]:focus, .icon-button[data-disabled]:hover, .icon-button[disabled], .icon-button[disabled]:active, .icon-button[disabled]:focus, .icon-button[disabled]:hover {
  cursor: not-allowed;
  color: #ccc !important; }

.icon-button:disabled:active:before, .icon-button:disabled:before, .icon-button:disabled:focus:before, .icon-button:disabled:hover:before, .icon-button[data-disabled]:active:before, .icon-button[data-disabled]:before, .icon-button[data-disabled]:focus:before, .icon-button[data-disabled]:hover:before, .icon-button[disabled]:active:before, .icon-button[disabled]:before, .icon-button[disabled]:focus:before, .icon-button[disabled]:hover:before {
  display: none; }

.icon-button--offset-left {
  margin-left: 10px; }

.icon-button--offset-right {
  margin-right: 10px; }

.icon-button--on-white, .icon-button--on-white:active, .icon-button--on-white:focus, .icon-button--on-white:hover {
  color: #555; }

.icon-button--on-white:active:before, .icon-button--on-white:focus:before, .icon-button--on-white:hover:before {
  background: #f3f2f0; }

.icon-button--on-dark, .icon-button--on-dark:active, .icon-button--on-dark:focus, .icon-button--on-dark:hover {
  color: #fff; }

.icon-button--on-dark:active:before, .icon-button--on-dark:focus:before, .icon-button--on-dark:hover:before {
  background: rgba(0, 0, 0, 0.2); }

.icon-button--circled {
  width: 2.75em;
  height: 2.75em;
  color: #999; }

.icon-button--circled:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%; }

.icon-button--circled:active, .icon-button--circled:focus, .icon-button--circled:hover {
  color: #555; }

.icon-button--circled:active:before, .icon-button--circled:focus:before, .icon-button--circled:hover:before {
  width: 100%;
  height: 100%;
  background-color: transparent; }

.icon-button--circled.icon-button--on-white, .icon-button--circled.icon-button--on-white:active, .icon-button--circled.icon-button--on-white:focus, .icon-button--circled.icon-button--on-white:hover {
  color: #555; }

.icon-button--circled.icon-button--on-white:active:before, .icon-button--circled.icon-button--on-white:focus:before, .icon-button--circled.icon-button--on-white:hover:before {
  background: #f3f2f0; }

.icon-button--circled.icon-button--on-dark, .icon-button--circled.icon-button--on-dark:active, .icon-button--circled.icon-button--on-dark:focus, .icon-button--circled.icon-button--on-dark:hover {
  color: #fff; }

.icon-button--circled.icon-button--on-dark:active:before, .icon-button--circled.icon-button--on-dark:focus:before, .icon-button--circled.icon-button--on-dark:hover:before {
  background: rgba(0, 0, 0, 0.2); }

.icon-button--simple:active, .icon-button--simple:focus, .icon-button--simple:hover {
  color: #777; }

.icon-button--simple:active:before, .icon-button--simple:focus:before, .icon-button--simple:hover:before {
  background: 0 0; }

.icon-button--simple.icon-button--on-white:active, .icon-button--simple.icon-button--on-white:focus, .icon-button--simple.icon-button--on-white:hover {
  color: #777; }

.icon-button--simple.icon-button--on-white:active:before, .icon-button--simple.icon-button--on-white:focus:before, .icon-button--simple.icon-button--on-white:hover:before {
  background: 0 0; }

.icon-button--simple.icon-button--on-dark:active, .icon-button--simple.icon-button--on-dark:focus, .icon-button--simple.icon-button--on-dark:hover {
  color: #e6e6e6; }

.icon-button--simple.icon-button--on-dark:active:before, .icon-button--simple.icon-button--on-dark:focus:before, .icon-button--simple.icon-button--on-dark:hover:before {
  background: 0 0; }

.icon-button--lighter, .icon-button--lighter:active, .icon-button--lighter:focus, .icon-button--lighter:hover {
  color: #999; }

.icon-button--bounce-in {
  -webkit-animation: .2s bounce-in linear;
  animation: .2s bounce-in linear; }

@-webkit-keyframes bounce-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1; }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes bounce-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1; }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@font-face {
  font-weight: 400;
  font-style: normal;
  src: url(/blog/wp-content/dist/asimov/fonts/Asimovicons-05bcc8da7b.woff2) format("woff2"), url(/blog/wp-content/dist/asimov/fonts/Asimovicons-ec1c6902e8.woff) format("woff"); }

.icon--offset-right:before {
  margin-right: .3em; }

.icon--offset-left:before {
  margin-left: .3em; }

.icon--inline, .icon--inline::after, .icon--inline::before {
  display: inline !important; }

.icon--large:before {
  font-size: 1.5em; }

.icon--large.icon--valigned:before {
  vertical-align: -9%; }

.icon--2x:before {
  font-size: 2em; }

.icon--2x.icon--valigned:before {
  vertical-align: -11%; }

.icon--3x:before {
  font-size: 3em; }

.icon--3x.icon--valigned:before {
  vertical-align: -15%; }

.icon--4x:before {
  font-size: 4em; }

.icon--4x.icon--valigned:before {
  vertical-align: -15%; }

.icon--5x:before {
  font-size: 5em; }

.icon--5x.icon--valigned:before {
  vertical-align: -16%; }

.icon--play-1:before {
  content: "" !important; }

.icon--repeat-1:before {
  content: "" !important; }

.icon--x-1:before {
  content: "" !important; }

.icon--up-1:before, .icon--up-2:before {
  content: "" !important; }

.icon--right-1:before, .icon--right-2:before {
  content: "" !important; }

.icon--down-1:before, .icon--down-2:before {
  content: "" !important; }

.icon--left-1:before, .icon--left-2:before {
  content: "" !important; }

.icon--left-4:before {
  content: "" !important; }

.icon--right-4:before {
  content: "" !important; }

.icon--open-double-quote-1:before {
  content: "" !important; }

.icon--close-double-quote-1:before {
  content: "" !important; }

.icon--tick-1:before {
  content: "" !important; }

.icon--at-1:before {
  content: "" !important; }

.icon--exclamation-point-1:before, .icon--exclamation-point-2:before {
  content: "" !important; }

.icon--info-1:before {
  content: "" !important; }

.icon--x-2:before {
  content: "" !important; }

.icon--minus-1:before {
  content: "" !important; }

.icon--minus-2:before {
  content: "" !important; }

.icon--remove-folder-1:before {
  content: "" !important; }

.icon--plus-1:before {
  content: "" !important; }

.icon--plus-2:before {
  content: "" !important; }

.icon--plus-3:before {
  content: "" !important; }

.icon--search-1:before {
  content: "" !important; }

.icon--document-1:before {
  content: "" !important; }

.icon--twitter-1:before {
  content: "" !important; }

.icon--rss-1:before {
  content: "" !important; }

.icon--gplus-1:before {
  content: "" !important; }

.icon--dribbble-1:before {
  content: "" !important; }

.icon--pinterest-1:before {
  content: "" !important; }

.icon--twitter-2:before {
  content: "" !important; }

.icon--facebook-1:before {
  content: "" !important; }

.icon--chat-1:before, .icon--comment-1:before, .icon--comment-2:before, .icon--comment-3:before, .icon--feedback-1:before, .icon--message-1:before, .icon--testimonials-1:before {
  content: "" !important; }

.icon--lock-1:before {
  content: "" !important; }

.icon--unlock-1:before {
  content: "" !important; }

.icon--link-3:before {
  content: "" !important; }

.icon--menu-2:before {
  content: "" !important; }

.icon--star-1:before {
  content: "" !important; }

.icon--star-2:before {
  content: "" !important; }

.icon--heart-1:before, .icon--heart-2:before {
  content: "" !important; }

.icon--grid-1:before {
  content: "" !important; }

.icon--grid-2:before {
  content: "" !important; }

.icon--paragraph-justify-1:before {
  content: "" !important; }

.icon--menu-list-4:before, .icon--notebook-3:before {
  content: "" !important; }

.icon--design-1:before {
  content: "" !important; }

.icon--designs-1:before {
  content: "" !important; }

.icon--mail-4:before {
  content: "" !important; }

.icon--zoom-in-1:before {
  content: "" !important; }

.icon--zoom-out-1:before {
  content: "" !important; }

.icon--agreement-1:before, .icon--compose-2:before, .icon--signature-1:before {
  content: "" !important; }

.icon--trophy-1:before {
  content: "" !important; }

.icon--trophy-2:before {
  content: "" !important; }

.icon--bell-1:before {
  content: "" !important; }

.icon--settings-1:before {
  content: "" !important; }

.icon--logout-1:before {
  content: "" !important; }

.icon--server-1:before {
  content: "" !important; }

.icon--profile-2:before, .icon--user-1:before {
  content: "" !important; }

.icon--lightbulb-3:before {
  content: "" !important; }

.icon--folder-1:before {
  content: "" !important; }

.icon--consultation-1:before, .icon--contacts-1:before {
  content: "" !important; }

.icon--tag-1:before {
  content: "" !important; }

.icon--calculator-1:before {
  content: "" !important; }

.icon--more-1:before {
  content: "" !important; }

.icon--phone-1:before {
  content: "" !important; }

.icon--home-1:before {
  content: "" !important; }

.icon--circle-1:before {
  content: "" !important; }

.icon--visible-1:before {
  content: "" !important; }

.icon--time-1:before {
  content: "" !important; }

.icon--pin-1:before {
  content: "" !important; }

.icon--linkedin-3:before {
  content: "" !important; }

.icon--trash-2:before {
  content: "" !important; }

.icon--cloud-download-1:before, .icon--download-1:before, .icon--receive-1:before {
  content: "" !important; }

.icon--cloud-upload-1:before, .icon--send-1:before, .icon--share-1:before, .icon--upload-1:before {
  content: "" !important; }

.icon--admin-1:before {
  content: "" !important; }

.icon--alarm-1:before {
  content: "" !important; }

.icon--edit-1:before {
  content: "" !important; }

.icon--sent-1:before {
  content: "" !important; }

.icon--add-folder-1:before {
  content: "" !important; }

.icon--folio-remove-1:before, .icon--withdraw-1:before {
  content: "" !important; }

.icon--globe-1:before {
  content: "" !important; }

.icon--eliminate-1:before {
  content: "" !important; }

.icon--like-1:before {
  content: "" !important; }

.icon--blind-1:before {
  content: "" !important; }

.icon--spinner-1:before {
  content: "" !important; }

.icon--filters-1:before {
  content: "" !important; }

.icon--promote-1:before {
  content: "" !important; }

.icon--add-1:before, .icon--folio-add-1:before, .icon--submit-1:before {
  content: "" !important; }

.icon--watch-1:before {
  content: "" !important; }

.icon--shopping-cart-1:before {
  content: "" !important; }

.icon--sort-1:before {
  content: "" !important; }

.icon--sort-ascending-1:before {
  content: "" !important; }

.icon--sort-descending-1:before {
  content: "" !important; }

.icon--website-add-1:before {
  content: "" !important; }

.icon--website-1:before {
  content: "" !important; }

.icon--stop-watch-1:before {
  content: "" !important; }

.icon--stop-watch-2:before {
  content: "" !important; }

.icon--experiment-1:before {
  content: "" !important; }

.icon--finalist-1:before {
  content: "" !important; }

.icon--agency-1:before {
  content: "" !important; }

.icon--statistics-1:before {
  content: "" !important; }

.icon--fast-track-1:before {
  content: "" !important; }

.icon--not-fast-track-1:before {
  content: "" !important; }

.icon--reconsider-1:before {
  content: "" !important; }

.icon--maximize-1:before {
  content: "" !important; }

.icon--minimize-1:before {
  content: "" !important; }

.icon--question-mark-1:before, .icon--question-mark-2:before {
  content: "" !important; }

.icon--duplicate-1:before {
  content: "" !important; }

.icon--x-3:before {
  content: "" !important; }

.icon--tick-2:before, .icon--tick-3:before {
  content: "" !important; }

.icon--guaranteed-1:before {
  content: "" !important; }

.icon--not-guaranteed-1:before {
  content: "" !important; }

.icon--platinum-1:before {
  content: "" !important; }

.icon--not-platinum-1:before {
  content: "" !important; }

.icon--dollar-1:before {
  content: "" !important; }

.icon--down-4:before {
  content: "" !important; }

.icon--99d-1:before {
  content: "" !important; }

.icon--github-1:before {
  content: "" !important; }

.icon--share-email-1:before {
  content: "" !important; }

.icon--google-1:before {
  content: "" !important; }

.icon--pinterest-2:before {
  content: "" !important; }

.icon--gplus-2:before {
  content: "" !important; }

.icon--facebook-2:before {
  content: "" !important; }

.icon--rss-2:before {
  content: "" !important; }

.icon--linkedin-4:before {
  content: "" !important; }

.icon--undo-1:before {
  content: "" !important; }

.icon--block-1:before, .icon--cancel-1:before {
  content: "" !important; }

.icon--up-3:before, .icon--up-4:before {
  content: "" !important; }

.icon--instagram-1:before {
  content: "" !important; }

.icon--external-1:before {
  content: "" !important; }

.icon--invoice-1:before {
  content: "" !important; }

.icon--presentation-1:before {
  content: "" !important; }

.icon--find-designer-1:before {
  content: "" !important; }

.icon--date-1:before {
  content: "" !important; }

.icon--annotate-1:before {
  content: "" !important; }

.icon--sketch-1:before {
  content: "" !important; }

.icon--sidebar-1:before {
  content: "" !important; }

.max--desktop .article-header__meta, .max--desktop .brand-only-site-header__inner1, .max--desktop .row, .max--desktop .secondary-header, .max--desktop .site-footer__navigation__inner, .max--desktop .site-footer__sub, .max--desktop .site-header__inner1 {
  max-width: 1000px !important; }

.max--widescreen .article-header__meta, .max--widescreen .brand-only-site-header__inner1, .max--widescreen .row, .max--widescreen .secondary-header, .max--widescreen .site-footer__navigation__inner, .max--widescreen .site-footer__sub, .max--widescreen .site-header__inner1 {
  max-width: 1300px !important; }

.max--responsive .article-header__meta, .max--responsive .brand-only-site-header__inner1, .max--responsive .row, .max--responsive .secondary-header, .max--responsive .site-footer__navigation__inner, .max--responsive .site-footer__sub, .max--responsive .site-header__inner1 {
  max-width: 1000px !important; }

@media (min-width: 1300px) {
  .max--responsive .article-header__meta, .max--responsive .brand-only-site-header__inner1, .max--responsive .row, .max--responsive .secondary-header, .max--responsive .site-footer__navigation__inner, .max--responsive .site-footer__sub, .max--responsive .site-header__inner1 {
    max-width: 1300px !important; } }

.row-wrap {
  width: 100%;
  margin: 0;
  padding: 0; }

.row-wrap:after, .row-wrap:before {
  content: " ";
  display: table; }

.row-wrap:after {
  clear: both; }

.row {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }

@media (min-width: 0) and (max-width: 599px) {
  .row {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.row:after, .row:before {
  content: " ";
  display: table; }

.row.collapse > .column, .row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left; }

.row.collapse, .row.collapse .row {
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0 -15px; }

@media (min-width: 0) and (max-width: 599px) {
  .row.collapse, .row.collapse .row {
    margin-left: -7.5px;
    margin-right: -7.5px; } }

.row.collapse .row:after, .row.collapse .row:before, .row.collapse:after, .row.collapse:before {
  content: " ";
  display: table; }

.row.collapse .row:after, .row.collapse:after {
  clear: both; }

.row.no-collapse-vert .column {
  margin-bottom: 30px; }

.row:last-of-type .column:last-of-type {
  margin-bottom: 0; }

@media (min-width: 600px) {
  .row:last-of-type .column {
    margin-bottom: 0; } }

.row .row {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  margin: 0 -15px; }

@media (min-width: 0) and (max-width: 599px) {
  .row .row {
    margin-left: -7.5px;
    margin-right: -7.5px; } }

.row .row:after, .row .row:before {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  width: auto;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none; }

.row .row.collapse:after, .row .row.collapse:before {
  content: " ";
  display: table; }

.row .row.collapse:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column, .columns {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

@media (min-width: 0) and (max-width: 599px) {
  .column, .columns {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

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

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

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

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

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

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

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

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

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

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

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

.small-12 {
  position: relative;
  width: 100%; }

.small-offset-0 {
  position: relative;
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

[class=column] + [class=column]:last-child {
  float: right; }

[class=column] + [class=column].end {
  float: left; }

.column.small-centered, .columns.small-centered {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none !important; }

.column.small-uncentered, .columns.small-uncentered {
  margin-left: 0;
  margin-right: 0;
  float: left !important; }

.column.small-uncentered.opposite, .columns.small-uncentered.opposite {
  float: right !important; }

@media (min-width: 600px) and (max-width: 899px) {
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .medium-1 {
    position: relative;
    width: 8.33333%; }
  .medium-2 {
    position: relative;
    width: 16.66667%; }
  .medium-3 {
    position: relative;
    width: 25%; }
  .medium-4 {
    position: relative;
    width: 33.33333%; }
  .medium-5 {
    position: relative;
    width: 41.66667%; }
  .medium-6 {
    position: relative;
    width: 50%; }
  .medium-7 {
    position: relative;
    width: 58.33333%; }
  .medium-8 {
    position: relative;
    width: 66.66667%; }
  .medium-9 {
    position: relative;
    width: 75%; }
  .medium-10 {
    position: relative;
    width: 83.33333%; }
  .medium-11 {
    position: relative;
    width: 91.66667%; }
  .medium-12 {
    position: relative;
    width: 100%; }
  .medium-offset-0 {
    position: relative;
    margin-left: 0; }
  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333%; }
  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667%; }
  .medium-offset-3 {
    position: relative;
    margin-left: 25%; }
  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333%; }
  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667%; }
  .medium-offset-6 {
    position: relative;
    margin-left: 50%; }
  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333%; }
  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667%; }
  .medium-offset-9 {
    position: relative;
    margin-left: 75%; }
  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333%; }
  [class=column] + [class=column]:last-child {
    float: right; }
  [class=column] + [class=column].end {
    float: left; }
  .column.medium-centered, .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right !important; } }

@media (min-width: 900px) and (max-width: 1299px) {
  .normal-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .normal-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .normal-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .normal-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .normal-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .normal-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .normal-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .normal-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .normal-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .normal-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .normal-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .normal-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .normal-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .normal-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .normal-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .normal-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .normal-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .normal-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .normal-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .normal-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .normal-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .normal-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .normal-1 {
    position: relative;
    width: 8.33333%; }
  .normal-2 {
    position: relative;
    width: 16.66667%; }
  .normal-3 {
    position: relative;
    width: 25%; }
  .normal-4 {
    position: relative;
    width: 33.33333%; }
  .normal-5 {
    position: relative;
    width: 41.66667%; }
  .normal-6 {
    position: relative;
    width: 50%; }
  .normal-7 {
    position: relative;
    width: 58.33333%; }
  .normal-8 {
    position: relative;
    width: 66.66667%; }
  .normal-9 {
    position: relative;
    width: 75%; }
  .normal-10 {
    position: relative;
    width: 83.33333%; }
  .normal-11 {
    position: relative;
    width: 91.66667%; }
  .normal-12 {
    position: relative;
    width: 100%; }
  .normal-offset-0 {
    position: relative;
    margin-left: 0; }
  .normal-offset-1 {
    position: relative;
    margin-left: 8.33333%; }
  .normal-offset-2 {
    position: relative;
    margin-left: 16.66667%; }
  .normal-offset-3 {
    position: relative;
    margin-left: 25%; }
  .normal-offset-4 {
    position: relative;
    margin-left: 33.33333%; }
  .normal-offset-5 {
    position: relative;
    margin-left: 41.66667%; }
  .normal-offset-6 {
    position: relative;
    margin-left: 50%; }
  .normal-offset-7 {
    position: relative;
    margin-left: 58.33333%; }
  .normal-offset-8 {
    position: relative;
    margin-left: 66.66667%; }
  .normal-offset-9 {
    position: relative;
    margin-left: 75%; }
  .normal-offset-10 {
    position: relative;
    margin-left: 83.33333%; }
  [class=column] + [class=column]:last-child {
    float: right; }
  [class=column] + [class=column].end {
    float: left; }
  .column.normal-centered, .columns.normal-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.normal-uncentered, .columns.normal-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.normal-uncentered.opposite, .columns.normal-uncentered.opposite {
    float: right !important; } }

@media (min-width: 1300px) {
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .large-1 {
    position: relative;
    width: 8.33333%; }
  .large-2 {
    position: relative;
    width: 16.66667%; }
  .large-3 {
    position: relative;
    width: 25%; }
  .large-4 {
    position: relative;
    width: 33.33333%; }
  .large-5 {
    position: relative;
    width: 41.66667%; }
  .large-6 {
    position: relative;
    width: 50%; }
  .large-7 {
    position: relative;
    width: 58.33333%; }
  .large-8 {
    position: relative;
    width: 66.66667%; }
  .large-9 {
    position: relative;
    width: 75%; }
  .large-10 {
    position: relative;
    width: 83.33333%; }
  .large-11 {
    position: relative;
    width: 91.66667%; }
  .large-12 {
    position: relative;
    width: 100%; }
  .large-offset-0 {
    position: relative;
    margin-left: 0; }
  .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }
  .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }
  .large-offset-3 {
    position: relative;
    margin-left: 25%; }
  .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }
  .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }
  .large-offset-6 {
    position: relative;
    margin-left: 50%; }
  .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }
  .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }
  .large-offset-9 {
    position: relative;
    margin-left: 75%; }
  .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }
  [class=column] + [class=column]:last-child {
    float: right; }
  [class=column] + [class=column].end {
    float: left; }
  .column.large-centered, .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right !important; } }

.list--unstyled, .list.list--inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.list.list--inline > .list__item, .list.list--inline > li {
  display: inline-block;
  margin-left: 10px;
  margin-top: 0; }

.list.list--inline > .list__item:first-child, .list.list--inline > li:first-child {
  margin-left: 0; }

.list--align-top > .list__item, .list--align-top > li, .list__item--align-top {
  vertical-align: top; }

.list--align-middle > .list__item, .list--align-middle > li, .list__item--align-middle {
  vertical-align: middle; }

.list.list--stacked {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.list.list--stacked > .list__item, .list.list--stacked > li {
  display: block;
  margin-top: 10px;
  margin-left: 0; }

.list.list--stacked > .list__item:first-child, .list.list--stacked > li:first-child {
  margin-top: 0; }

@media (min-width: 600px) {
  .list--inline[data-list-expand-to=stacked][data-list-expand-at=medium] > .list__item, .list--inline[data-list-expand-to=stacked][data-list-expand-at=medium] > li {
    display: block;
    margin-top: 10px;
    margin-left: 0; }
  .list--inline[data-list-expand-to=stacked][data-list-expand-at=medium] > .list__item:first-child, .list--inline[data-list-expand-to=stacked][data-list-expand-at=medium] > li:first-child {
    margin-top: 0; }
  .list--stacked[data-list-expand-to=inline][data-list-expand-at=medium] > .list__item, .list--stacked[data-list-expand-to=inline][data-list-expand-at=medium] > li {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0; }
  .list--stacked[data-list-expand-to=inline][data-list-expand-at=medium] > .list__item:first-child, .list--stacked[data-list-expand-to=inline][data-list-expand-at=medium] > li:first-child {
    margin-left: 0; } }

@media (min-width: 900px) {
  .list--inline[data-list-expand-to=stacked][data-list-expand-at=normal] > .list__item, .list--inline[data-list-expand-to=stacked][data-list-expand-at=normal] > li {
    display: block;
    margin-top: 10px;
    margin-left: 0; }
  .list--inline[data-list-expand-to=stacked][data-list-expand-at=normal] > .list__item:first-child, .list--inline[data-list-expand-to=stacked][data-list-expand-at=normal] > li:first-child {
    margin-top: 0; }
  .list--stacked[data-list-expand-to=inline][data-list-expand-at=normal] > .list__item, .list--stacked[data-list-expand-to=inline][data-list-expand-at=normal] > li {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0; }
  .list--stacked[data-list-expand-to=inline][data-list-expand-at=normal] > .list__item:first-child, .list--stacked[data-list-expand-to=inline][data-list-expand-at=normal] > li:first-child {
    margin-left: 0; } }

@media (min-width: 1300px) {
  .list--inline[data-list-expand-to=stacked][data-list-expand-at=large] > .list__item, .list--inline[data-list-expand-to=stacked][data-list-expand-at=large] > li {
    display: block;
    margin-top: 10px;
    margin-left: 0; }
  .list--inline[data-list-expand-to=stacked][data-list-expand-at=large] > .list__item:first-child, .list--inline[data-list-expand-to=stacked][data-list-expand-at=large] > li:first-child {
    margin-top: 0; }
  .list--stacked[data-list-expand-to=inline][data-list-expand-at=large] > .list__item, .list--stacked[data-list-expand-to=inline][data-list-expand-at=large] > li {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0; }
  .list--stacked[data-list-expand-to=inline][data-list-expand-at=large] > .list__item:first-child, .list--stacked[data-list-expand-to=inline][data-list-expand-at=large] > li:first-child {
    margin-left: 0; } }

.list--accordion {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.list--accordion > .list__item:nth-child(n+5):not(.list__item--toggle) {
  display: none;
  visibility: hidden; }

.list--accordion > .list__item.list__item--toggle, .list--accordion[data-list-expanded=true] > .list__item:nth-child(n+5):not(.list__item--toggle) {
  display: block;
  visibility: visible; }

.pill {
  display: inline-block;
  text-align: center;
  width: auto;
  opacity: 1;
  border: 2px solid;
  line-height: 1.6;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  white-space: nowrap;
  padding: 0 .5em; }

.pill--deletable {
  -webkit-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out; }

.pill--deletable .pill__delete {
  border: none;
  border-radius: 0;
  background: 0 0;
  text-align: left;
  padding: 0;
  margin: 0 0 0 .5em; }

.pill--deletable .pill__delete:focus, .pill--deletable .pill__delete:hover {
  box-shadow: none;
  text-decoration: none;
  outline: 0; }

.pill--deletable .pill__delete:before {
  content: "" !important; }

.pill--deletable.pill--is-deleting {
  opacity: 0; }

.pill--tag {
  border-color: #ccc;
  color: #555;
  background-color: transparent;
  white-space: nowrap; }

.pill--primary {
  border-color: #ff7e65;
  color: #fff;
  background-color: #ff7e65;
  white-space: nowrap; }

.pill--notification {
  border-color: #ff7e65;
  color: #fff;
  background-color: #ff7e65;
  border-radius: 28px;
  min-width: 1.75em;
  white-space: nowrap;
  padding: 0 .45em; }

.pill--tiny {
  font-size: 12px;
  white-space: nowrap; }

.pill--small {
  font-size: 14px;
  white-space: nowrap; }

.pill--success {
  border-color: #2f9780;
  color: #2f9780;
  white-space: nowrap; }

.pill--error {
  border-color: #ce283D;
  color: #ce283D;
  white-space: nowrap; }

.pill--info {
  border-color: #555;
  color: #555;
  white-space: nowrap; }

.pill--caution {
  border-color: #752873;
  color: #752873;
  white-space: nowrap; }

.pill--callout {
  border-color: #ff7e65;
  color: #ff7e65;
  white-space: nowrap; }

.pill--bronze {
  border-color: #e0b48c;
  color: #e0b48c;
  white-space: nowrap; }

.pill--silver {
  border-color: #b2b2b2;
  color: #b2b2b2;
  white-space: nowrap; }

.pill--gold {
  border-color: #e8b954;
  color: #e8b954;
  white-space: nowrap; }

.pill--platinum {
  border-color: #555;
  color: #555;
  white-space: nowrap; }

.pill--custom {
  border-color: #81a3e6;
  color: #81a3e6;
  white-space: nowrap; }

.pill--admin, .pill--customer, .pill--designer, .pill--pro, .pill--user {
  border-color: #ff7e65;
  color: #ff7e65;
  white-space: nowrap; }

.pill--top-level {
  border-color: #555;
  color: #555;
  white-space: nowrap; }

.pill--entry-level, .pill--mid-level {
  border-color: #999;
  color: #999;
  white-space: nowrap; }

.pill-group {
  margin-bottom: 1.6rem;
  font-size: 0; }

.pill-group__item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px; }

.pill-group--no-margin {
  margin-bottom: 0; }

.promo-bar {
  width: 100%;
  background: #f3f2f0;
  position: relative; }

.promo-bar__message {
  text-align: center;
  padding: 15px; }

.promo-bar__message__item {
  font-size: 19px;
  margin: 0;
  max-width: none; }

.promo-bar__message__action, .promo-bar__message__action:active, .promo-bar__message__action:focus, .promo-bar__message__action:hover, .promo-bar__message__action:link, .promo-bar__message__action:visited {
  text-decoration: none; }

.promo-bar__message__action--default {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  border-bottom: solid 2px rgba(85, 85, 85, 0.2); }

.promo-bar__message__action--default:link, .promo-bar__message__action--default:visited {
  border-color: rgba(85, 85, 85, 0.2); }

.promo-bar__message__action--default:focus, .promo-bar__message__action--default:hover {
  color: #555;
  border-color: rgba(85, 85, 85, 0.4); }

.promo-bar__message__action--default:active {
  border-color: rgba(85, 85, 85, 0); }

.promo-bar__message__action--default, .promo-bar__message__action--default:active, .promo-bar__message__action--default:link, .promo-bar__message__action--default:visited {
  color: inherit;
  position: relative; }

.promo-bar__message__action--default:hover {
  border-color: currentColor; }

.promo-bar__message__action--cta {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  border-bottom: solid 4px rgba(85, 85, 85, 0); }

.promo-bar__message__action--cta:after {
  content: "" !important;
  margin-left: 5px; }

.promo-bar__message__action--cta:active, .promo-bar__message__action--cta:link, .promo-bar__message__action--cta:visited {
  border-color: rgba(85, 85, 85, 0); }

.promo-bar__message__action--cta:focus, .promo-bar__message__action--cta:hover {
  color: #555;
  border-color: rgba(85, 85, 85, 0.5); }

.promo-bar__message__action--cta, .promo-bar__message__action--cta:active, .promo-bar__message__action--cta:link, .promo-bar__message__action--cta:visited {
  color: inherit;
  position: relative; }

.promo-bar__message__action--cta:hover {
  border-color: currentColor; }

.promo-bar__message__action--standalone {
  margin-left: 1em; }

.promo-bar__dismiss {
  background: 0 0;
  border: 0;
  padding: 0;
  text-align: center;
  z-index: 0;
  overflow: visible;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer; }

.promo-bar__dismiss:active, .promo-bar__dismiss:focus, .promo-bar__dismiss:hover {
  text-decoration: none;
  outline: 0;
  color: #555; }

.promo-bar__dismiss:active:before, .promo-bar__dismiss:focus:before, .promo-bar__dismiss:hover:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #fff; }

.promo-bar__dismiss:disabled, .promo-bar__dismiss:disabled:active, .promo-bar__dismiss:disabled:focus, .promo-bar__dismiss:disabled:hover, .promo-bar__dismiss[data-disabled], .promo-bar__dismiss[data-disabled]:active, .promo-bar__dismiss[data-disabled]:focus, .promo-bar__dismiss[data-disabled]:hover, .promo-bar__dismiss[disabled], .promo-bar__dismiss[disabled]:active, .promo-bar__dismiss[disabled]:focus, .promo-bar__dismiss[disabled]:hover {
  cursor: not-allowed;
  color: #ccc !important; }

.promo-bar__dismiss:disabled:active:before, .promo-bar__dismiss:disabled:before, .promo-bar__dismiss:disabled:focus:before, .promo-bar__dismiss:disabled:hover:before, .promo-bar__dismiss[data-disabled]:active:before, .promo-bar__dismiss[data-disabled]:before, .promo-bar__dismiss[data-disabled]:focus:before, .promo-bar__dismiss[data-disabled]:hover:before, .promo-bar__dismiss[disabled]:active:before, .promo-bar__dismiss[disabled]:before, .promo-bar__dismiss[disabled]:focus:before, .promo-bar__dismiss[disabled]:hover:before {
  display: none; }

.promo-bar__dismiss:after {
  content: "" !important; }

.promo-bar--dismissible .promo-bar__message__item {
  padding-right: 45px; }

.promo-bar--dismissible .promo-bar__dismiss {
  display: block; }

.promo-bar--active {
  background: #2f9780; }

.promo-bar--active .promo-bar__message__item {
  color: #fff; }

.promo-bar--active .promo-bar__message__action {
  text-decoration: none;
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #fff;
  border-bottom: solid 4px rgba(255, 255, 255, 0); }

.promo-bar--active .promo-bar__message__action:active, .promo-bar--active .promo-bar__message__action:focus, .promo-bar--active .promo-bar__message__action:hover, .promo-bar--active .promo-bar__message__action:link, .promo-bar--active .promo-bar__message__action:visited {
  text-decoration: none; }

.promo-bar--active .promo-bar__message__action:after {
  content: "" !important;
  margin-left: 5px; }

.promo-bar--active .promo-bar__message__action:active, .promo-bar--active .promo-bar__message__action:link, .promo-bar--active .promo-bar__message__action:visited {
  color: #fff;
  border-color: rgba(255, 255, 255, 0); }

.promo-bar--active .promo-bar__message__action:focus, .promo-bar--active .promo-bar__message__action:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5); }

.promo-bar--active .promo-bar__dismiss, .promo-bar--active .promo-bar__dismiss:active, .promo-bar--active .promo-bar__dismiss:focus, .promo-bar--active .promo-bar__dismiss:hover {
  color: #fff; }

.promo-bar--active .promo-bar__dismiss:active:before, .promo-bar--active .promo-bar__dismiss:focus:before, .promo-bar--active .promo-bar__dismiss:hover:before {
  background: rgba(0, 0, 0, 0.2); }

.promo-bar--chameleon .promo-bar__message__item {
  color: inherit; }

.matrix {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none; }

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

.matrix .matrix__item {
  display: block;
  float: left; }

@media \0screen {
  .matrix__item {
    padding-right: 30px; } }

@media (min-width: 0) and (max-width: 599px) {
  .matrix--of-one .matrix__item {
    width: 100%; }
  .matrix--of-one .matrix__item:nth-of-type(1n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 0; }
  .matrix--of-one .matrix__item:nth-of-type(n+2) {
    padding-top: 15px; }
  .matrix--of-one-small .matrix__item {
    width: 100%; }
  .matrix--of-one-small .matrix__item:nth-of-type(1n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 0; }
  .matrix--of-one-small .matrix__item:nth-of-type(n+2) {
    padding-top: 15px; }
  .matrix--of-two .matrix__item {
    width: 50%; }
  .matrix--of-two .matrix__item:nth-of-type(2n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 7.5px; }
  .matrix--of-two .matrix__item:nth-of-type(2n+2) {
    padding-left: 7.5px;
    padding-right: 0; }
  .matrix--of-two .matrix__item:nth-of-type(n+3) {
    padding-top: 15px; }
  .matrix--of-two-small .matrix__item {
    width: 50%; }
  .matrix--of-two-small .matrix__item:nth-of-type(2n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 7.5px; }
  .matrix--of-two-small .matrix__item:nth-of-type(2n+2) {
    padding-left: 7.5px;
    padding-right: 0; }
  .matrix--of-two-small .matrix__item:nth-of-type(n+3) {
    padding-top: 15px; }
  .matrix--of-three .matrix__item {
    width: 33.33333%; }
  .matrix--of-three .matrix__item:nth-of-type(3n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 10px; }
  .matrix--of-three .matrix__item:nth-of-type(3n+2) {
    padding-left: 5px;
    padding-right: 5px; }
  .matrix--of-three .matrix__item:nth-of-type(3n+3) {
    padding-left: 10px;
    padding-right: 0; }
  .matrix--of-three .matrix__item:nth-of-type(n+4) {
    padding-top: 15px; }
  .matrix--of-three-small .matrix__item {
    width: 33.33333%; }
  .matrix--of-three-small .matrix__item:nth-of-type(3n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 10px; }
  .matrix--of-three-small .matrix__item:nth-of-type(3n+2) {
    padding-left: 5px;
    padding-right: 5px; }
  .matrix--of-three-small .matrix__item:nth-of-type(3n+3) {
    padding-left: 10px;
    padding-right: 0; }
  .matrix--of-three-small .matrix__item:nth-of-type(n+4) {
    padding-top: 15px; }
  .matrix--of-four .matrix__item {
    width: 25%; }
  .matrix--of-four .matrix__item:nth-of-type(4n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 11.25px; }
  .matrix--of-four .matrix__item:nth-of-type(4n+2) {
    padding-left: 3.75px;
    padding-right: 7.5px; }
  .matrix--of-four .matrix__item:nth-of-type(4n+3) {
    padding-left: 7.5px;
    padding-right: 3.75px; }
  .matrix--of-four .matrix__item:nth-of-type(4n+4) {
    padding-left: 11.25px;
    padding-right: 0; }
  .matrix--of-four .matrix__item:nth-of-type(n+5) {
    padding-top: 15px; }
  .matrix--of-four-small .matrix__item {
    width: 25%; }
  .matrix--of-four-small .matrix__item:nth-of-type(4n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 11.25px; }
  .matrix--of-four-small .matrix__item:nth-of-type(4n+2) {
    padding-left: 3.75px;
    padding-right: 7.5px; }
  .matrix--of-four-small .matrix__item:nth-of-type(4n+3) {
    padding-left: 7.5px;
    padding-right: 3.75px; }
  .matrix--of-four-small .matrix__item:nth-of-type(4n+4) {
    padding-left: 11.25px;
    padding-right: 0; }
  .matrix--of-four-small .matrix__item:nth-of-type(n+5) {
    padding-top: 15px; }
  .matrix--of-five .matrix__item {
    width: 20%; }
  .matrix--of-five .matrix__item:nth-of-type(5n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 12px; }
  .matrix--of-five .matrix__item:nth-of-type(5n+2) {
    padding-left: 3px;
    padding-right: 9px; }
  .matrix--of-five .matrix__item:nth-of-type(5n+3) {
    padding-left: 6px;
    padding-right: 6px; }
  .matrix--of-five .matrix__item:nth-of-type(5n+4) {
    padding-left: 9px;
    padding-right: 3px; }
  .matrix--of-five .matrix__item:nth-of-type(5n+5) {
    padding-left: 12px;
    padding-right: 0; }
  .matrix--of-five .matrix__item:nth-of-type(n+6) {
    padding-top: 15px; }
  .matrix--of-five-small .matrix__item {
    width: 20%; }
  .matrix--of-five-small .matrix__item:nth-of-type(5n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 12px; }
  .matrix--of-five-small .matrix__item:nth-of-type(5n+2) {
    padding-left: 3px;
    padding-right: 9px; }
  .matrix--of-five-small .matrix__item:nth-of-type(5n+3) {
    padding-left: 6px;
    padding-right: 6px; }
  .matrix--of-five-small .matrix__item:nth-of-type(5n+4) {
    padding-left: 9px;
    padding-right: 3px; }
  .matrix--of-five-small .matrix__item:nth-of-type(5n+5) {
    padding-left: 12px;
    padding-right: 0; }
  .matrix--of-five-small .matrix__item:nth-of-type(n+6) {
    padding-top: 15px; }
  .matrix--of-six .matrix__item {
    width: 16.66667%; }
  .matrix--of-six .matrix__item:nth-of-type(6n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 12.5px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+2) {
    padding-left: 2.5px;
    padding-right: 10px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+3) {
    padding-left: 5px;
    padding-right: 7.5px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+4) {
    padding-left: 7.5px;
    padding-right: 5px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+5) {
    padding-left: 10px;
    padding-right: 2.5px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+6) {
    padding-left: 12.5px;
    padding-right: 0; }
  .matrix--of-six .matrix__item:nth-of-type(n+7) {
    padding-top: 15px; }
  .matrix--of-six-small .matrix__item {
    width: 16.66667%; }
  .matrix--of-six-small .matrix__item:nth-of-type(6n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 12.5px; }
  .matrix--of-six-small .matrix__item:nth-of-type(6n+2) {
    padding-left: 2.5px;
    padding-right: 10px; }
  .matrix--of-six-small .matrix__item:nth-of-type(6n+3) {
    padding-left: 5px;
    padding-right: 7.5px; }
  .matrix--of-six-small .matrix__item:nth-of-type(6n+4) {
    padding-left: 7.5px;
    padding-right: 5px; }
  .matrix--of-six-small .matrix__item:nth-of-type(6n+5) {
    padding-left: 10px;
    padding-right: 2.5px; }
  .matrix--of-six-small .matrix__item:nth-of-type(6n+6) {
    padding-left: 12.5px;
    padding-right: 0; }
  .matrix--of-six-small .matrix__item:nth-of-type(n+7) {
    padding-top: 15px; } }

@media (min-width: 600px) and (max-width: 899px) {
  .matrix--of-one .matrix__item {
    width: 100%; }
  .matrix--of-one .matrix__item:nth-of-type(1n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 0; }
  .matrix--of-one .matrix__item:nth-of-type(n+2) {
    padding-top: 30px; }
  .matrix--of-one-medium .matrix__item {
    width: 100%; }
  .matrix--of-one-medium .matrix__item:nth-of-type(1n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 0; }
  .matrix--of-one-medium .matrix__item:nth-of-type(n+2) {
    padding-top: 30px; }
  .matrix--of-two .matrix__item {
    width: 50%; }
  .matrix--of-two .matrix__item:nth-of-type(2n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 15px; }
  .matrix--of-two .matrix__item:nth-of-type(2n+2) {
    padding-left: 15px;
    padding-right: 0; }
  .matrix--of-two .matrix__item:nth-of-type(n+3) {
    padding-top: 30px; }
  .matrix--of-two-medium .matrix__item {
    width: 50%; }
  .matrix--of-two-medium .matrix__item:nth-of-type(2n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 15px; }
  .matrix--of-two-medium .matrix__item:nth-of-type(2n+2) {
    padding-left: 15px;
    padding-right: 0; }
  .matrix--of-two-medium .matrix__item:nth-of-type(n+3) {
    padding-top: 30px; }
  .matrix--of-three .matrix__item {
    width: 33.33333%; }
  .matrix--of-three .matrix__item:nth-of-type(3n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 20px; }
  .matrix--of-three .matrix__item:nth-of-type(3n+2) {
    padding-left: 10px;
    padding-right: 10px; }
  .matrix--of-three .matrix__item:nth-of-type(3n+3) {
    padding-left: 20px;
    padding-right: 0; }
  .matrix--of-three .matrix__item:nth-of-type(n+4) {
    padding-top: 30px; }
  .matrix--of-three-medium .matrix__item {
    width: 33.33333%; }
  .matrix--of-three-medium .matrix__item:nth-of-type(3n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 20px; }
  .matrix--of-three-medium .matrix__item:nth-of-type(3n+2) {
    padding-left: 10px;
    padding-right: 10px; }
  .matrix--of-three-medium .matrix__item:nth-of-type(3n+3) {
    padding-left: 20px;
    padding-right: 0; }
  .matrix--of-three-medium .matrix__item:nth-of-type(n+4) {
    padding-top: 30px; }
  .matrix--of-four .matrix__item {
    width: 25%; }
  .matrix--of-four .matrix__item:nth-of-type(4n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 22.5px; }
  .matrix--of-four .matrix__item:nth-of-type(4n+2) {
    padding-left: 7.5px;
    padding-right: 15px; }
  .matrix--of-four .matrix__item:nth-of-type(4n+3) {
    padding-left: 15px;
    padding-right: 7.5px; }
  .matrix--of-four .matrix__item:nth-of-type(4n+4) {
    padding-left: 22.5px;
    padding-right: 0; }
  .matrix--of-four .matrix__item:nth-of-type(n+5) {
    padding-top: 30px; }
  .matrix--of-four-medium .matrix__item {
    width: 25%; }
  .matrix--of-four-medium .matrix__item:nth-of-type(4n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 22.5px; }
  .matrix--of-four-medium .matrix__item:nth-of-type(4n+2) {
    padding-left: 7.5px;
    padding-right: 15px; }
  .matrix--of-four-medium .matrix__item:nth-of-type(4n+3) {
    padding-left: 15px;
    padding-right: 7.5px; }
  .matrix--of-four-medium .matrix__item:nth-of-type(4n+4) {
    padding-left: 22.5px;
    padding-right: 0; }
  .matrix--of-four-medium .matrix__item:nth-of-type(n+5) {
    padding-top: 30px; }
  .matrix--of-five .matrix__item {
    width: 20%; }
  .matrix--of-five .matrix__item:nth-of-type(5n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 24px; }
  .matrix--of-five .matrix__item:nth-of-type(5n+2) {
    padding-left: 6px;
    padding-right: 18px; }
  .matrix--of-five .matrix__item:nth-of-type(5n+3) {
    padding-left: 12px;
    padding-right: 12px; }
  .matrix--of-five .matrix__item:nth-of-type(5n+4) {
    padding-left: 18px;
    padding-right: 6px; }
  .matrix--of-five .matrix__item:nth-of-type(5n+5) {
    padding-left: 24px;
    padding-right: 0; }
  .matrix--of-five .matrix__item:nth-of-type(n+6) {
    padding-top: 30px; }
  .matrix--of-five-medium .matrix__item {
    width: 20%; }
  .matrix--of-five-medium .matrix__item:nth-of-type(5n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 24px; }
  .matrix--of-five-medium .matrix__item:nth-of-type(5n+2) {
    padding-left: 6px;
    padding-right: 18px; }
  .matrix--of-five-medium .matrix__item:nth-of-type(5n+3) {
    padding-left: 12px;
    padding-right: 12px; }
  .matrix--of-five-medium .matrix__item:nth-of-type(5n+4) {
    padding-left: 18px;
    padding-right: 6px; }
  .matrix--of-five-medium .matrix__item:nth-of-type(5n+5) {
    padding-left: 24px;
    padding-right: 0; }
  .matrix--of-five-medium .matrix__item:nth-of-type(n+6) {
    padding-top: 30px; }
  .matrix--of-six .matrix__item {
    width: 16.66667%; }
  .matrix--of-six .matrix__item:nth-of-type(6n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 25px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+2) {
    padding-left: 5px;
    padding-right: 20px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+3) {
    padding-left: 10px;
    padding-right: 15px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+4) {
    padding-left: 15px;
    padding-right: 10px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+5) {
    padding-left: 20px;
    padding-right: 5px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+6) {
    padding-left: 25px;
    padding-right: 0; }
  .matrix--of-six .matrix__item:nth-of-type(n+7) {
    padding-top: 30px; }
  .matrix--of-six-medium .matrix__item {
    width: 16.66667%; }
  .matrix--of-six-medium .matrix__item:nth-of-type(6n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 25px; }
  .matrix--of-six-medium .matrix__item:nth-of-type(6n+2) {
    padding-left: 5px;
    padding-right: 20px; }
  .matrix--of-six-medium .matrix__item:nth-of-type(6n+3) {
    padding-left: 10px;
    padding-right: 15px; }
  .matrix--of-six-medium .matrix__item:nth-of-type(6n+4) {
    padding-left: 15px;
    padding-right: 10px; }
  .matrix--of-six-medium .matrix__item:nth-of-type(6n+5) {
    padding-left: 20px;
    padding-right: 5px; }
  .matrix--of-six-medium .matrix__item:nth-of-type(6n+6) {
    padding-left: 25px;
    padding-right: 0; }
  .matrix--of-six-medium .matrix__item:nth-of-type(n+7) {
    padding-top: 30px; } }

@media (min-width: 900px) and (max-width: 1299px) {
  .matrix--of-one .matrix__item {
    width: 100%; }
  .matrix--of-one .matrix__item:nth-of-type(1n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 0; }
  .matrix--of-one .matrix__item:nth-of-type(n+2) {
    padding-top: 30px; }
  .matrix--of-one-normal .matrix__item {
    width: 100%; }
  .matrix--of-one-normal .matrix__item:nth-of-type(1n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 0; }
  .matrix--of-one-normal .matrix__item:nth-of-type(n+2) {
    padding-top: 30px; }
  .matrix--of-two .matrix__item {
    width: 50%; }
  .matrix--of-two .matrix__item:nth-of-type(2n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 15px; }
  .matrix--of-two .matrix__item:nth-of-type(2n+2) {
    padding-left: 15px;
    padding-right: 0; }
  .matrix--of-two .matrix__item:nth-of-type(n+3) {
    padding-top: 30px; }
  .matrix--of-two-normal .matrix__item {
    width: 50%; }
  .matrix--of-two-normal .matrix__item:nth-of-type(2n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 15px; }
  .matrix--of-two-normal .matrix__item:nth-of-type(2n+2) {
    padding-left: 15px;
    padding-right: 0; }
  .matrix--of-two-normal .matrix__item:nth-of-type(n+3) {
    padding-top: 30px; }
  .matrix--of-three .matrix__item {
    width: 33.33333%; }
  .matrix--of-three .matrix__item:nth-of-type(3n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 20px; }
  .matrix--of-three .matrix__item:nth-of-type(3n+2) {
    padding-left: 10px;
    padding-right: 10px; }
  .matrix--of-three .matrix__item:nth-of-type(3n+3) {
    padding-left: 20px;
    padding-right: 0; }
  .matrix--of-three .matrix__item:nth-of-type(n+4) {
    padding-top: 30px; }
  .matrix--of-three-normal .matrix__item {
    width: 33.33333%; }
  .matrix--of-three-normal .matrix__item:nth-of-type(3n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 20px; }
  .matrix--of-three-normal .matrix__item:nth-of-type(3n+2) {
    padding-left: 10px;
    padding-right: 10px; }
  .matrix--of-three-normal .matrix__item:nth-of-type(3n+3) {
    padding-left: 20px;
    padding-right: 0; }
  .matrix--of-three-normal .matrix__item:nth-of-type(n+4) {
    padding-top: 30px; }
  .matrix--of-four .matrix__item {
    width: 25%; }
  .matrix--of-four .matrix__item:nth-of-type(4n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 22.5px; }
  .matrix--of-four .matrix__item:nth-of-type(4n+2) {
    padding-left: 7.5px;
    padding-right: 15px; }
  .matrix--of-four .matrix__item:nth-of-type(4n+3) {
    padding-left: 15px;
    padding-right: 7.5px; }
  .matrix--of-four .matrix__item:nth-of-type(4n+4) {
    padding-left: 22.5px;
    padding-right: 0; }
  .matrix--of-four .matrix__item:nth-of-type(n+5) {
    padding-top: 30px; }
  .matrix--of-four-normal .matrix__item {
    width: 25%; }
  .matrix--of-four-normal .matrix__item:nth-of-type(4n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 22.5px; }
  .matrix--of-four-normal .matrix__item:nth-of-type(4n+2) {
    padding-left: 7.5px;
    padding-right: 15px; }
  .matrix--of-four-normal .matrix__item:nth-of-type(4n+3) {
    padding-left: 15px;
    padding-right: 7.5px; }
  .matrix--of-four-normal .matrix__item:nth-of-type(4n+4) {
    padding-left: 22.5px;
    padding-right: 0; }
  .matrix--of-four-normal .matrix__item:nth-of-type(n+5) {
    padding-top: 30px; }
  .matrix--of-five .matrix__item {
    width: 20%; }
  .matrix--of-five .matrix__item:nth-of-type(5n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 24px; }
  .matrix--of-five .matrix__item:nth-of-type(5n+2) {
    padding-left: 6px;
    padding-right: 18px; }
  .matrix--of-five .matrix__item:nth-of-type(5n+3) {
    padding-left: 12px;
    padding-right: 12px; }
  .matrix--of-five .matrix__item:nth-of-type(5n+4) {
    padding-left: 18px;
    padding-right: 6px; }
  .matrix--of-five .matrix__item:nth-of-type(5n+5) {
    padding-left: 24px;
    padding-right: 0; }
  .matrix--of-five .matrix__item:nth-of-type(n+6) {
    padding-top: 30px; }
  .matrix--of-five-normal .matrix__item {
    width: 20%; }
  .matrix--of-five-normal .matrix__item:nth-of-type(5n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 24px; }
  .matrix--of-five-normal .matrix__item:nth-of-type(5n+2) {
    padding-left: 6px;
    padding-right: 18px; }
  .matrix--of-five-normal .matrix__item:nth-of-type(5n+3) {
    padding-left: 12px;
    padding-right: 12px; }
  .matrix--of-five-normal .matrix__item:nth-of-type(5n+4) {
    padding-left: 18px;
    padding-right: 6px; }
  .matrix--of-five-normal .matrix__item:nth-of-type(5n+5) {
    padding-left: 24px;
    padding-right: 0; }
  .matrix--of-five-normal .matrix__item:nth-of-type(n+6) {
    padding-top: 30px; }
  .matrix--of-six .matrix__item {
    width: 16.66667%; }
  .matrix--of-six .matrix__item:nth-of-type(6n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 25px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+2) {
    padding-left: 5px;
    padding-right: 20px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+3) {
    padding-left: 10px;
    padding-right: 15px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+4) {
    padding-left: 15px;
    padding-right: 10px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+5) {
    padding-left: 20px;
    padding-right: 5px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+6) {
    padding-left: 25px;
    padding-right: 0; }
  .matrix--of-six .matrix__item:nth-of-type(n+7) {
    padding-top: 30px; }
  .matrix--of-six-normal .matrix__item {
    width: 16.66667%; }
  .matrix--of-six-normal .matrix__item:nth-of-type(6n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 25px; }
  .matrix--of-six-normal .matrix__item:nth-of-type(6n+2) {
    padding-left: 5px;
    padding-right: 20px; }
  .matrix--of-six-normal .matrix__item:nth-of-type(6n+3) {
    padding-left: 10px;
    padding-right: 15px; }
  .matrix--of-six-normal .matrix__item:nth-of-type(6n+4) {
    padding-left: 15px;
    padding-right: 10px; }
  .matrix--of-six-normal .matrix__item:nth-of-type(6n+5) {
    padding-left: 20px;
    padding-right: 5px; }
  .matrix--of-six-normal .matrix__item:nth-of-type(6n+6) {
    padding-left: 25px;
    padding-right: 0; }
  .matrix--of-six-normal .matrix__item:nth-of-type(n+7) {
    padding-top: 30px; } }

@media (min-width: 1300px) {
  .matrix--of-one .matrix__item {
    width: 100%; }
  .matrix--of-one .matrix__item:nth-of-type(1n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 0; }
  .matrix--of-one .matrix__item:nth-of-type(n+2) {
    padding-top: 30px; }
  .matrix--of-one-large .matrix__item {
    width: 100%; }
  .matrix--of-one-large .matrix__item:nth-of-type(1n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 0; }
  .matrix--of-one-large .matrix__item:nth-of-type(n+2) {
    padding-top: 30px; }
  .matrix--of-two .matrix__item {
    width: 50%; }
  .matrix--of-two .matrix__item:nth-of-type(2n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 15px; }
  .matrix--of-two .matrix__item:nth-of-type(2n+2) {
    padding-left: 15px;
    padding-right: 0; }
  .matrix--of-two .matrix__item:nth-of-type(n+3) {
    padding-top: 30px; }
  .matrix--of-two-large .matrix__item {
    width: 50%; }
  .matrix--of-two-large .matrix__item:nth-of-type(2n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 15px; }
  .matrix--of-two-large .matrix__item:nth-of-type(2n+2) {
    padding-left: 15px;
    padding-right: 0; }
  .matrix--of-two-large .matrix__item:nth-of-type(n+3) {
    padding-top: 30px; }
  .matrix--of-three .matrix__item {
    width: 33.33333%; }
  .matrix--of-three .matrix__item:nth-of-type(3n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 20px; }
  .matrix--of-three .matrix__item:nth-of-type(3n+2) {
    padding-left: 10px;
    padding-right: 10px; }
  .matrix--of-three .matrix__item:nth-of-type(3n+3) {
    padding-left: 20px;
    padding-right: 0; }
  .matrix--of-three .matrix__item:nth-of-type(n+4) {
    padding-top: 30px; }
  .matrix--of-three-large .matrix__item {
    width: 33.33333%; }
  .matrix--of-three-large .matrix__item:nth-of-type(3n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 20px; }
  .matrix--of-three-large .matrix__item:nth-of-type(3n+2) {
    padding-left: 10px;
    padding-right: 10px; }
  .matrix--of-three-large .matrix__item:nth-of-type(3n+3) {
    padding-left: 20px;
    padding-right: 0; }
  .matrix--of-three-large .matrix__item:nth-of-type(n+4) {
    padding-top: 30px; }
  .matrix--of-four .matrix__item {
    width: 25%; }
  .matrix--of-four .matrix__item:nth-of-type(4n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 22.5px; }
  .matrix--of-four .matrix__item:nth-of-type(4n+2) {
    padding-left: 7.5px;
    padding-right: 15px; }
  .matrix--of-four .matrix__item:nth-of-type(4n+3) {
    padding-left: 15px;
    padding-right: 7.5px; }
  .matrix--of-four .matrix__item:nth-of-type(4n+4) {
    padding-left: 22.5px;
    padding-right: 0; }
  .matrix--of-four .matrix__item:nth-of-type(n+5) {
    padding-top: 30px; }
  .matrix--of-four-large .matrix__item {
    width: 25%; }
  .matrix--of-four-large .matrix__item:nth-of-type(4n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 22.5px; }
  .matrix--of-four-large .matrix__item:nth-of-type(4n+2) {
    padding-left: 7.5px;
    padding-right: 15px; }
  .matrix--of-four-large .matrix__item:nth-of-type(4n+3) {
    padding-left: 15px;
    padding-right: 7.5px; }
  .matrix--of-four-large .matrix__item:nth-of-type(4n+4) {
    padding-left: 22.5px;
    padding-right: 0; }
  .matrix--of-four-large .matrix__item:nth-of-type(n+5) {
    padding-top: 30px; }
  .matrix--of-five .matrix__item {
    width: 20%; }
  .matrix--of-five .matrix__item:nth-of-type(5n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 24px; }
  .matrix--of-five .matrix__item:nth-of-type(5n+2) {
    padding-left: 6px;
    padding-right: 18px; }
  .matrix--of-five .matrix__item:nth-of-type(5n+3) {
    padding-left: 12px;
    padding-right: 12px; }
  .matrix--of-five .matrix__item:nth-of-type(5n+4) {
    padding-left: 18px;
    padding-right: 6px; }
  .matrix--of-five .matrix__item:nth-of-type(5n+5) {
    padding-left: 24px;
    padding-right: 0; }
  .matrix--of-five .matrix__item:nth-of-type(n+6) {
    padding-top: 30px; }
  .matrix--of-five-large .matrix__item {
    width: 20%; }
  .matrix--of-five-large .matrix__item:nth-of-type(5n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 24px; }
  .matrix--of-five-large .matrix__item:nth-of-type(5n+2) {
    padding-left: 6px;
    padding-right: 18px; }
  .matrix--of-five-large .matrix__item:nth-of-type(5n+3) {
    padding-left: 12px;
    padding-right: 12px; }
  .matrix--of-five-large .matrix__item:nth-of-type(5n+4) {
    padding-left: 18px;
    padding-right: 6px; }
  .matrix--of-five-large .matrix__item:nth-of-type(5n+5) {
    padding-left: 24px;
    padding-right: 0; }
  .matrix--of-five-large .matrix__item:nth-of-type(n+6) {
    padding-top: 30px; }
  .matrix--of-six .matrix__item {
    width: 16.66667%; }
  .matrix--of-six .matrix__item:nth-of-type(6n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 25px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+2) {
    padding-left: 5px;
    padding-right: 20px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+3) {
    padding-left: 10px;
    padding-right: 15px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+4) {
    padding-left: 15px;
    padding-right: 10px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+5) {
    padding-left: 20px;
    padding-right: 5px; }
  .matrix--of-six .matrix__item:nth-of-type(6n+6) {
    padding-left: 25px;
    padding-right: 0; }
  .matrix--of-six .matrix__item:nth-of-type(n+7) {
    padding-top: 30px; }
  .matrix--of-six-large .matrix__item {
    width: 16.66667%; }
  .matrix--of-six-large .matrix__item:nth-of-type(6n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 25px; }
  .matrix--of-six-large .matrix__item:nth-of-type(6n+2) {
    padding-left: 5px;
    padding-right: 20px; }
  .matrix--of-six-large .matrix__item:nth-of-type(6n+3) {
    padding-left: 10px;
    padding-right: 15px; }
  .matrix--of-six-large .matrix__item:nth-of-type(6n+4) {
    padding-left: 15px;
    padding-right: 10px; }
  .matrix--of-six-large .matrix__item:nth-of-type(6n+5) {
    padding-left: 20px;
    padding-right: 5px; }
  .matrix--of-six-large .matrix__item:nth-of-type(6n+6) {
    padding-left: 25px;
    padding-right: 0; }
  .matrix--of-six-large .matrix__item:nth-of-type(n+7) {
    padding-top: 30px; } }

.pagination {
  display: block;
  text-align: center; }

@media (min-width: 0) and (max-width: 599px) {
  .pagination {
    display: table;
    width: 100%; } }

.pagination.pagination--design-details {
  text-align: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.pagination.pagination--design-details .pagination__item {
  margin-left: 0;
  font-size: 19px; }

.pagination__item {
  font-size: 19px;
  margin: 0 15px;
  display: inline-block; }

@media (min-width: 0) and (max-width: 599px) {
  .pagination__item {
    display: table-cell; } }

.pagination__title {
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding-bottom: 6px;
  text-decoration: none;
  color: #555;
  min-width: 14px; }

.pagination__title:focus, .pagination__title:hover {
  color: #555;
  border-bottom-color: #888;
  text-decoration: none; }

.pagination__item[data-active] .pagination__title {
  color: #555;
  border-color: #555; }

.pagination__prev {
  margin-left: 0; }

.pagination__next {
  margin-right: 0; }

.pagination__placeholder {
  color: #999; }

.pagination__number {
  border: 0;
  background: 0 0; }

.pagination__summary {
  display: none; }

@media (min-width: 0) and (max-width: 599px) {
  .pagination__number, .pagination__placeholder {
    display: none; }
  .pagination__summary {
    display: inline-block; } }

.pagination__button {
  border-style: solid;
  line-height: 1.3;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #555;
  text-decoration: none;
  font-size: 24px;
  border-radius: 50%;
  border-width: 3px;
  min-width: 90px; }

.pagination__button:disabled, .pagination__button[data-button-disabled], .pagination__button[data-disabled], .pagination__button[disabled] {
  cursor: not-allowed; }

.pagination__button[data-button-selected] {
  background-color: #555;
  border-color: #555;
  color: #fff; }

.pagination__button[data-button-selected]:focus, .pagination__button[data-button-selected]:hover {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
  text-decoration: none;
  color: #fff;
  outline: 0; }

.pagination__button[data-button-selected]:active {
  background-color: #484848;
  border-color: #484848;
  color: #fff; }

.pagination__button:focus, .pagination__button:hover {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #555;
  text-decoration: none;
  outline: 0; }

.pagination__button:active {
  background-color: #d9d9d9;
  border-color: #d9d9d9; }

.pagination__button:disabled, .pagination__button:disabled:active, .pagination__button:disabled:focus, .pagination__button:disabled:hover, .pagination__button[data-button-disabled], .pagination__button[data-button-disabled]:active, .pagination__button[data-button-disabled]:focus, .pagination__button[data-button-disabled]:hover, .pagination__button[data-disabled], .pagination__button[data-disabled]:active, .pagination__button[data-disabled]:focus, .pagination__button[data-disabled]:hover, .pagination__button[disabled], .pagination__button[disabled]:active, .pagination__button[disabled]:focus, .pagination__button[disabled]:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ccc; }

.pagination__button input {
  display: none; }

@media (min-width: 0) and (max-width: 599px) {
  .pagination__button {
    font-size: 19px;
    min-width: 56px;
    border-width: 2px;
    border-radius: 50%; }
  .pagination__button input {
    display: none; } }

.pagination__button__inner {
  min-height: 84px;
  display: inline-block;
  padding: 25px 0; }

.flexbox.flexboxlegacy .pagination__button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 0) and (max-width: 599px) {
  .pagination__button__inner {
    display: inline-block;
    min-height: 52px;
    padding: 12px 0; }
  .flexbox.flexboxlegacy .pagination__button__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.pagination__button__icon {
  display: inline-block; }

.input-color, .input-date, .input-datetime, .input-datetime-local, .input-email, .input-month, .input-number, .input-password, .input-search, .input-tel, .input-text, .input-textarea, .input-time, .input-url, .input-week {
  padding: 6px 12px;
  display: block;
  color: #555;
  border: 2px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  max-width: 35em;
  line-height: 1.8;
  height: 44px; }

.input-color:focus, .input-date:focus, .input-datetime-local:focus, .input-datetime:focus, .input-email:focus, .input-month:focus, .input-number:focus, .input-password:focus, .input-search:focus, .input-tel:focus, .input-text:focus, .input-textarea:focus, .input-time:focus, .input-url:focus, .input-week:focus {
  border-color: #999;
  outline: 0; }

.input-color::-webkit-input-placeholder, .input-date::-webkit-input-placeholder, .input-datetime-local::-webkit-input-placeholder, .input-datetime::-webkit-input-placeholder, .input-email::-webkit-input-placeholder, .input-month::-webkit-input-placeholder, .input-number::-webkit-input-placeholder, .input-password::-webkit-input-placeholder, .input-search::-webkit-input-placeholder, .input-tel::-webkit-input-placeholder, .input-text::-webkit-input-placeholder, .input-textarea::-webkit-input-placeholder, .input-time::-webkit-input-placeholder, .input-url::-webkit-input-placeholder, .input-week::-webkit-input-placeholder {
  color: #999; }

.input-color:-ms-input-placeholder, .input-date:-ms-input-placeholder, .input-datetime-local:-ms-input-placeholder, .input-datetime:-ms-input-placeholder, .input-email:-ms-input-placeholder, .input-month:-ms-input-placeholder, .input-number:-ms-input-placeholder, .input-password:-ms-input-placeholder, .input-search:-ms-input-placeholder, .input-tel:-ms-input-placeholder, .input-text:-ms-input-placeholder, .input-textarea:-ms-input-placeholder, .input-time:-ms-input-placeholder, .input-url:-ms-input-placeholder, .input-week:-ms-input-placeholder {
  color: #999; }

.input-color::placeholder, .input-date::placeholder, .input-datetime-local::placeholder, .input-datetime::placeholder, .input-email::placeholder, .input-month::placeholder, .input-number::placeholder, .input-password::placeholder, .input-search::placeholder, .input-tel::placeholder, .input-text::placeholder, .input-textarea::placeholder, .input-time::placeholder, .input-url::placeholder, .input-week::placeholder {
  color: #999; }

.input-select {
  width: auto; }

.input-textarea {
  min-height: 90px; }

.fieldset {
  margin-bottom: 30px; }

.fieldset__header {
  margin-bottom: 10px; }

.fieldset__title {
  font-size: 24px;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.005em;
  margin-bottom: 3px; }

@media (min-width: 600px) and (max-width: 899px) {
  .fieldset__title {
    font-size: 19px; } }

@media (min-width: 0) and (max-width: 599px) {
  .fieldset__title {
    font-size: 19px; } }

.fieldset__validation {
  margin-bottom: 0; }

.fieldset__description {
  font-size: 16px;
  margin-bottom: 0;
  color: #999; }

.fieldset__description + .fieldset__validation, .fieldset__title + .fieldset__validation {
  margin-top: 15px; }

.fieldset--two-column {
  margin-bottom: 45px;
  padding-bottom: 60px;
  border-bottom: 2px solid #e6e6e6; }

@media (min-width: 0) and (max-width: 599px) {
  .fieldset--two-column {
    margin-bottom: 30px;
    padding-bottom: 45px; } }

@media (min-width: 600px) and (max-width: 899px) {
  .fieldset--two-column {
    margin-bottom: 30px;
    padding-bottom: 45px; } }

.fieldset--two-column--last, .fieldset--two-column:last-of-type {
  margin-bottom: 0;
  border-bottom: none; }

.fieldset--two-column > .fieldset__header .fieldset__description {
  font-size: 14px;
  color: #999;
  margin-bottom: 0; }

.fieldset--two-column > .fieldset__children > .field:last-child {
  margin-bottom: 0; }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .fieldset--two-column:after, .fieldset--two-column:before {
    content: " ";
    display: table; }
  .fieldset--two-column:after {
    clear: both; }
  .fieldset--two-column > .fieldset__header {
    margin-bottom: 0;
    padding-right: 15px;
    width: 33.333%;
    float: left; }
  .fieldset--two-column > .fieldset__children {
    padding-left: 15px;
    width: 66.666%;
    float: left; }
  .fieldset--empty-header .fieldset__children {
    padding-left: 15px;
    margin-left: 33.333%; } }

.field {
  margin-bottom: 30px; }

.field__title {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 15px;
  display: inline-block;
  color: #555; }

@media (min-width: 600px) and (max-width: 899px) {
  .field__title {
    font-size: 16px; } }

@media (min-width: 0) and (max-width: 599px) {
  .field__title {
    font-size: 16px; } }

.field__validation {
  display: none; }

.field__validation > .field__validation__message {
  font-weight: 400;
  margin: 0 0 15px;
  color: #ce283D; }

.field__validation > .field__validation__message:empty {
  margin: 0; }

.field__description {
  color: #999; }

.field__description > ol, .field__description > ul {
  margin-top: 0; }

.field__image {
  margin: 0 0 15px; }

.field__message {
  margin: 0;
  font-size: 14px;
  color: #999; }

.field__input {
  margin-bottom: 15px; }

.field--jumbo, .form--jumbo .field {
  margin-bottom: 30px; }

.field--jumbo .field__title, .form--jumbo .field__title {
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 1.3; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .field--jumbo .field__title, .form--jumbo .field__title {
    font-size: 16px; } }

.field--icon-label > .field__input {
  position: relative; }

.field--icon-label > .field__input > .input-color, .field--icon-label > .field__input > .input-date, .field--icon-label > .field__input > .input-datetime, .field--icon-label > .field__input > .input-datetime-local, .field--icon-label > .field__input > .input-email, .field--icon-label > .field__input > .input-month, .field--icon-label > .field__input > .input-number, .field--icon-label > .field__input > .input-password, .field--icon-label > .field__input > .input-search, .field--icon-label > .field__input > .input-tel, .field--icon-label > .field__input > .input-text, .field--icon-label > .field__input > .input-textarea, .field--icon-label > .field__input > .input-time, .field--icon-label > .field__input > .input-url, .field--icon-label > .field__input > .input-week {
  padding-left: 36px; }

.field--icon-label > .field__input > .field__title {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ccc;
  font-size: 16px;
  margin-bottom: 0; }

.field[data-field-error] > .field__validation {
  color: #ce283D;
  display: block; }

.field[data-field-error] > .field__input > .input-color, .field[data-field-error] > .field__input > .input-date, .field[data-field-error] > .field__input > .input-datetime, .field[data-field-error] > .field__input > .input-datetime-local, .field[data-field-error] > .field__input > .input-email, .field[data-field-error] > .field__input > .input-month, .field[data-field-error] > .field__input > .input-number, .field[data-field-error] > .field__input > .input-password, .field[data-field-error] > .field__input > .input-search, .field[data-field-error] > .field__input > .input-tel, .field[data-field-error] > .field__input > .input-text, .field[data-field-error] > .field__input > .input-textarea, .field[data-field-error] > .field__input > .input-time, .field[data-field-error] > .field__input > .input-url, .field[data-field-error] > .field__input > .input-week {
  border-color: #ce283D; }

.field[data-field-error] > .field__input > .input-color:focus, .field[data-field-error] > .field__input > .input-date:focus, .field[data-field-error] > .field__input > .input-datetime-local:focus, .field[data-field-error] > .field__input > .input-datetime:focus, .field[data-field-error] > .field__input > .input-email:focus, .field[data-field-error] > .field__input > .input-month:focus, .field[data-field-error] > .field__input > .input-number:focus, .field[data-field-error] > .field__input > .input-password:focus, .field[data-field-error] > .field__input > .input-search:focus, .field[data-field-error] > .field__input > .input-tel:focus, .field[data-field-error] > .field__input > .input-text:focus, .field[data-field-error] > .field__input > .input-textarea:focus, .field[data-field-error] > .field__input > .input-time:focus, .field[data-field-error] > .field__input > .input-url:focus, .field[data-field-error] > .field__input > .input-week:focus {
  border-color: #999; }

.field--checkable-set > .field__title {
  font-size: 16px; }

.field--checkable-set .field__children .fieldset {
  margin: 20px 0; }

.field--checkable-set .field__children .fieldset .field:not(.field--checkable) {
  margin-bottom: 20px; }

.field--checkable-set .field__children .field--checkable, .field--checkable-set .field__children .field--checkable-set {
  margin-bottom: 10px; }

.field--checkable-set .field__children .field--checkable .field__children, .field--checkable-set .field__children .field--checkable-set .field__children {
  margin-top: 7px; }

.field--checkable-set .field__children .field--checkable-image {
  margin-bottom: 20px; }

.field--checkable > .field__input, .field--checkable > label > .field__input {
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block; }

.field--checkable > .field__title, .field--checkable > label > .field__title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  display: inline;
  vertical-align: baseline; }

.field--checkable > .field__title--subtle, .field--checkable > label > .field__title--subtle, .field--checkable[data-field-selected] > .field__title--subtle, .field--checkable[data-field-selected] > label .field__title--subtle {
  font-weight: 400; }

.field--checkable > .field__title + .field__message, .field--checkable > label > .field__title + .field__message {
  margin-right: 0; }

.field--checkable > .field__description, .field--checkable > label > .field__description {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.6; }

.field--checkable > .field__children {
  padding-left: 22px; }

.field--checkable > .field__children > .field:last-of-type, .field--checkable > .field__children > .fieldset > .field:last-of-type {
  margin-bottom: 0; }

.field--checkable > .field__message, .field--checkable > label > .field__message {
  display: inline;
  margin: 0 0 0 15px; }

.field--checkable.field--inline > .field__message, .field--checkable.field--inline > label > .field__message {
  margin-left: 0; }

.field--checkable-set.field--jumbo > .field__title, .form--jumbo .field--checkable-set > .field__title {
  font-size: 16px;
  font-weight: 400; }

.field--checkable-image > label {
  display: inline-block;
  max-width: 100%; }

.field--checkable-image .field__image > img {
  pointer-events: none; }

.field--checkable-image > .field__image, .field--checkable-image > label > .field__image {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out; }

.field--checkable-image > .field__image, .field--checkable-image > .field__image.image, .field--checkable-image > label > .field__image, .field--checkable-image > label > .field__image.image {
  display: block; }

.field--checkable-image > .field__title, .field--checkable-image > label > .field__title {
  font-weight: 400; }

.field--checkable-image > .field__description, .field--checkable-image > label > .field__description {
  margin-top: 5px; }

.field--checkable-image[data-field-selected] > .field__image, .field--checkable-image[data-field-selected] > label > .field__image {
  outline: #2f9780 solid 3px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5); }

.field--checkable-image:not([data-field-selected]):hover > .field__image, .field--checkable-image:not([data-field-selected]):hover > label > .field__image {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5); }

.field--with-checkmark[data-field-selected] .field__image {
  position: relative; }

.field--with-checkmark[data-field-selected] .field__image:after {
  content: "" !important; }

.field--with-checkmark[data-field-selected] .field__image:after, .field--with-checkmark[data-field-selected] .field__image:before {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 32px; }

.field--with-checkmark[data-field-selected] .field__image:before {
  content: "";
  border-radius: 100%;
  background-color: #2f9780;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 1; }

.field--with-checkmark[data-field-selected] .field__image:after {
  color: #fff;
  line-height: 32px;
  text-align: center;
  margin: 0;
  font-size: 19px;
  z-index: 2; }

.input-width--xxx-short {
  max-width: 2.5em; }

.input-width--xx-short {
  max-width: 5em; }

.input-width--x-short {
  max-width: 10em; }

.input-width--short {
  max-width: 20em; }

.input-width--default {
  max-width: 35em; }

.input-width--long {
  max-width: 45em; }

.input-width--max {
  max-width: 100%; }

.input--inline {
  display: inline-block; }

.input--inline + .input--inline {
  margin-left: 10px; }

.field--inline {
  margin-bottom: 0;
  display: inline-block; }

.field--inline > .field__title, .field--inline > label > .field__title {
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block; }

.field--inline > .field__message {
  margin-left: 10px;
  display: inline-block; }

.field--inline > .field__input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.field--inline > .field__input > .input-email, .field--inline > .field__input > .input-month, .field--inline > .field__input > .input-number, .field--inline > .field__input > .input-password, .field--inline > .field__input > .input-search, .field--inline > .field__input > .input-select, .field--inline > .field__input > .input-tel, .field--inline > .field__input > .input-text, .field--inline > .field__input > .input-time, .field--inline > .field__input > .input-url, .field--inline > .field__input > .input-week {
  display: inline-block; }

.field--inline.field--jumbo, .form--jumbo .field--inline {
  margin-bottom: 0; }

.field--inline + .field--inline {
  margin-left: 10px; }

.field--spoken .field__input {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-block; }

.field--spoken .field__input > .input-color, .field--spoken .field__input > .input-date, .field--spoken .field__input > .input-datetime, .field--spoken .field__input > .input-datetime-local, .field--spoken .field__input > .input-email, .field--spoken .field__input > .input-month, .field--spoken .field__input > .input-number, .field--spoken .field__input > .input-password, .field--spoken .field__input > .input-search, .field--spoken .field__input > .input-select, .field--spoken .field__input > .input-tel, .field--spoken .field__input > .input-text, .field--spoken .field__input > .input-time, .field--spoken .field__input > .input-url, .field--spoken .field__input > .input-week {
  display: inline-block; }

.field--flag {
  display: table;
  width: 100%;
  margin-bottom: 20px; }

.field--flag > .field--flag__flag {
  display: table-cell;
  padding: 0 0 0 10px;
  cursor: default; }

.field--flag > .field--flag__pole {
  display: table-cell;
  width: 1%; }

.field--flag > .field--flag__pole > img {
  display: inline-block;
  max-width: none; }

.field--flag > .field--flag__flag, .field--flag > .field--flag__pole {
  vertical-align: top; }

.field--flag > .field--flag__pole > .field__input {
  margin-bottom: 0; }

.field--flag > .field--flag__flag > .field__title {
  font-size: 14px;
  font-weight: 700; }

.field--flag > .field--flag__flag > .field__title--subtle {
  font-weight: 400; }

.field--flag > .field--flag__flag > .field__message {
  padding-left: 7px; }

.field--flag > .field--flag__flag > .field__description p:last-of-type, .field--flag > .field--flag__flag > .field__description ul:last-of-type {
  margin-bottom: 0; }

.field--flag > .field--flag__flag > .field__children {
  margin-top: 20px; }

.field--flag:last-of-type {
  margin-bottom: 0; }

.field--flag.field--jumbo, .form--jumbo .field--flag {
  margin-bottom: 20px; }

.field--flag.field--jumbo:last-of-type, .form--jumbo .field--flag:last-of-type {
  margin-bottom: 0; }

.field--flag[data-field-selected] > .field--flag__flag > .field__title {
  font-weight: 400; }

.field--flag[data-field-selected] > .field--flag__flag > .field__image {
  outline: #2f9780 solid 3px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5); }

.field--submission {
  margin-bottom: 15px; }

.field--submission > .field__input:last-of-type {
  margin-bottom: 0; }

@media (min-width: 600px) {
  .field--submission > .field__input {
    display: inline-block; }
  .field--submission > .field__input + .field__input {
    margin-left: 5px; } }

.field--submission.field--jumbo, .form--jumbo .field--submission {
  margin-bottom: 15px; }

.select {
  color: #555;
  border: 2px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  max-width: 35em;
  line-height: 1.8;
  height: 44px;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.select:focus {
  border-color: #999;
  outline: 0; }

.select::-webkit-input-placeholder {
  color: #999; }

.select:-ms-input-placeholder {
  color: #999; }

.select::placeholder {
  color: #999; }

.select:after {
  content: "" !important;
  color: #555;
  font-size: 19px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 6px #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none; }

.select select {
  height: 28px;
  width: 110%;
  max-width: 110%;
  min-width: 110%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  font-size: 16px;
  font-weight: 400;
  background: 0 0;
  border: none;
  color: #555;
  outline: 0;
  cursor: pointer;
  padding: 6px 45px 6px 12px;
  line-height: 1.8;
  box-sizing: content-box; }

.select select:focus {
  outline: 0;
  color: #999; }

.select select:focus:after {
  color: #999; }

.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

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

.select:hover {
  border-color: #999; }

.select:hover:after {
  color: #999; }

.alert {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 5px;
  min-height: 44px;
  position: relative;
  padding: 10px 15px; }

.alert > .alert__body {
  display: table-cell;
  padding: 0 0 0 30px; }

.alert > .alert__icon {
  display: table-cell;
  width: 1%; }

.alert > .alert__icon > img {
  display: inline-block;
  max-width: none; }

.alert > .alert__body, .alert > .alert__icon {
  vertical-align: top; }

.alert .alert__body {
  padding-left: 10px; }

.alert .alert__body, .alert .alert__icon, .alert .alert__message, .alert .alert__title {
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
  color: #fff; }

.alert .alert__dismiss {
  display: none; }

.alert--admin {
  background: -webkit-linear-gradient(315deg, #555 25%, #626262 25%, #626262 50%, #555 50%, #555 75%, #626262 75%);
  background: linear-gradient(135deg, #555 25%, #626262 25%, #626262 50%, #555 50%, #555 75%, #626262 75%);
  background-size: 50px 50px; }

.alert--admin .alert__body, .alert--admin .alert__icon, .alert--admin .alert__message, .alert--admin .alert__title {
  color: #fff; }

.alert--success {
  background: #2f9780; }

.alert--success .alert__body, .alert--success .alert__icon, .alert--success .alert__message, .alert--success .alert__title {
  color: #fff; }

.alert--error {
  background: #ce283D; }

.alert--error .alert__body, .alert--error .alert__icon, .alert--error .alert__message, .alert--error .alert__title {
  color: #fff; }

.alert--info {
  background: #555; }

.alert--info .alert__body, .alert--info .alert__icon, .alert--info .alert__message, .alert--info .alert__title {
  color: #fff; }

.alert--caution {
  background: #752873; }

.alert--caution .alert__body, .alert--caution .alert__icon, .alert--caution .alert__message, .alert--caution .alert__title {
  color: #fff; }

.alert--dismissible {
  padding-right: 35px; }

.alert--dismissible .alert__dismiss {
  background: 0 0;
  border: 0;
  padding: 0;
  text-align: center;
  z-index: 0;
  overflow: visible;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer; }

.alert--dismissible .alert__dismiss:after {
  content: "" !important; }

.alert--dismissible .alert__dismiss:active:before, .alert--dismissible .alert__dismiss:focus:before, .alert--dismissible .alert__dismiss:hover:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2); }

.alert--dismissible .alert__dismiss:disabled, .alert--dismissible .alert__dismiss:disabled:active, .alert--dismissible .alert__dismiss:disabled:focus, .alert--dismissible .alert__dismiss:disabled:hover, .alert--dismissible .alert__dismiss[data-disabled], .alert--dismissible .alert__dismiss[data-disabled]:active, .alert--dismissible .alert__dismiss[data-disabled]:focus, .alert--dismissible .alert__dismiss[data-disabled]:hover, .alert--dismissible .alert__dismiss[disabled], .alert--dismissible .alert__dismiss[disabled]:active, .alert--dismissible .alert__dismiss[disabled]:focus, .alert--dismissible .alert__dismiss[disabled]:hover {
  cursor: not-allowed;
  color: #ccc !important; }

.alert--dismissible .alert__dismiss:disabled:active:before, .alert--dismissible .alert__dismiss:disabled:before, .alert--dismissible .alert__dismiss:disabled:focus:before, .alert--dismissible .alert__dismiss:disabled:hover:before, .alert--dismissible .alert__dismiss[data-disabled]:active:before, .alert--dismissible .alert__dismiss[data-disabled]:before, .alert--dismissible .alert__dismiss[data-disabled]:focus:before, .alert--dismissible .alert__dismiss[data-disabled]:hover:before, .alert--dismissible .alert__dismiss[disabled]:active:before, .alert--dismissible .alert__dismiss[disabled]:before, .alert--dismissible .alert__dismiss[disabled]:focus:before, .alert--dismissible .alert__dismiss[disabled]:hover:before {
  display: none; }

.alert--dismissible .alert__dismiss:active, .alert--dismissible .alert__dismiss:focus, .alert--dismissible .alert__dismiss:hover {
  text-decoration: none;
  outline: 0;
  color: #fff; }

.flag {
  display: table;
  width: 100%; }

.flag > .flag__flag {
  display: table-cell;
  padding: 0 0 0 30px; }

.flag > .flag__mast {
  display: table-cell;
  width: 1%; }

.flag > .flag__mast > img {
  display: inline-block;
  max-width: none; }

.flag--top > .flag__flag, .flag--top > .flag__mast {
  vertical-align: top; }

.flag--middle > .flag__flag, .flag--middle > .flag__mast {
  vertical-align: middle; }

.flag--vertical, .flag--vertical > .flag__flag, .flag--vertical > .flag__mast {
  display: block;
  width: 100%; }

.flag--vertical > .flag__flag {
  padding: 30px 0 0; }

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

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

.spinner {
  text-align: center;
  z-index: 10;
  position: relative; }

.spinner:before {
  content: "" !important;
  -webkit-animation: spinner-spin .7s infinite linear;
  animation: spinner-spin .7s infinite linear;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1; }

.spinner--inline {
  display: inline;
  position: static; }

.spinner--inline:before {
  margin-left: 15px; }

.spinner--small:before {
  font-size: 14px; }

.menu {
  padding-left: 1em;
  padding-right: 1em;
  text-align: left;
  white-space: normal;
  background-color: #fff; }

.menu .menu__inner {
  padding-top: .8em;
  padding-bottom: .8em; }

.menu .menu__item {
  position: relative; }

.menu--grey {
  background-color: #f3f2f0; }

.menu--grey .menu__item--action-list .menu__item__action__link {
  color: #555; }

.menu--grey .menu__item--action-list .menu__item__action__link:hover {
  background-color: #e6e6e6; }

.menu--grey .menu__item--separated:before {
  background-color: #ccc; }

.menu--dark {
  background-color: #555; }

.menu--dark .menu__item--heading {
  color: #999; }

.menu--dark .menu__item--action-list .menu__item__action__link {
  color: #fff; }

.menu--dark .menu__item--action-list .menu__item__action__link:hover {
  background-color: #484848; }

.menu--dark .menu__item--action-list .menu__item__action__label__small {
  color: #ccc; }

.menu--dark .menu__item--action-list .menu__item__action[data-disabled] .menu__item__action__link, .menu--dark .menu__item--action-list .menu__item__action[data-disabled] .menu__item__action__link:hover {
  color: #999; }

.menu--dark .menu__item--separated:before {
  background-color: #999; }

.menu--constrained {
  width: 250px; }

@media (min-width: 0) and (max-width: 599px) {
  .menu--constrained {
    width: 100%; } }

.menu__item--heading {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: .8em;
  margin-bottom: .8em;
  padding-bottom: .2em;
  color: #555; }

.menu__item--action-list {
  padding-left: 0;
  list-style: none;
  margin: 0 -1em; }

.menu__item--action-list .menu__item__action {
  display: block; }

.menu__item--action-list .menu__item__action__link {
  border: none;
  border-radius: 0;
  background: 0 0;
  text-align: left;
  padding: .8em 1em;
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  color: #555; }

.menu__item--action-list .menu__item__action__link:focus, .menu__item--action-list .menu__item__action__link:hover {
  box-shadow: none;
  text-decoration: none;
  outline: 0; }

.flexbox.flexboxlegacy .menu__item--action-list .menu__item__action__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.menu__item--action-list .menu__item__action__label {
  display: block; }

.flexbox.flexboxlegacy .menu__item--action-list .menu__item__action__label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.menu__item--action-list .menu__item__action__label__small {
  font-size: 12px;
  margin-left: 3px;
  color: #999; }

.menu__item--action-list .menu__item__action__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1em;
  min-width: 1.8em; }

.flexbox.flexboxlegacy .menu__item--action-list .menu__item__action__icon {
  position: static;
  top: auto;
  right: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.menu__item--action-list .menu__item__action__icon :after, .menu__item--action-list .menu__item__action__icon :before {
  margin-left: 0;
  margin-right: 0; }

.menu__item--action-list .menu__item__action__pill {
  padding-left: 1em;
  font-size: 12px;
  text-align: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em; }

.flexbox.flexboxlegacy .menu__item--action-list .menu__item__action__pill {
  position: static;
  top: auto;
  right: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.menu__item--action-list .menu__item__action--truncate .menu__item__action__label, .menu__item--action-list .menu__item__action--truncate .menu__item__action__link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.menu__item--action-list .menu__item__action--has-icon .menu__item__action__label {
  padding-left: 1.8em; }

.flexbox.flexboxlegacy .menu__item--action-list .menu__item__action--has-icon .menu__item__action__icon ~ .menu__item__action__label {
  padding-left: 0; }

.menu__item--action-list .menu__item__action--has-pill .menu__item__action__label {
  padding-right: 1.8em; }

.flexbox.flexboxlegacy .menu__item--action-list .menu__item__action--has-pill .menu__item__action__label {
  padding-right: 0; }

.menu__item--action-list .menu__item__action[data-disabled] .menu__item__action__link {
  cursor: default;
  pointer-events: none; }

.menu__item--action-list .menu__item__action[data-disabled] .menu__item__action__link:hover {
  background-color: inherit; }

.menu__item--action-list.menu__item--separated:before {
  left: 1em;
  right: 1em; }

.menu__item--action-list .menu__item__action__link:hover {
  text-decoration: none;
  background-color: #f3f2f0; }

.menu__item--action-list .menu__item__action[data-disabled] .menu__item__action__link, .menu__item--action-list .menu__item__action[data-disabled] .menu__item__action__link:hover {
  color: #ccc; }

.menu__item--action-list .menu__item__action--selected .menu__item__action__link, .menu__item--action-list .menu__item__action--selected .menu__item__action__link:hover, .menu__item--action-list .menu__item__action[data-selected] .menu__item__action__link, .menu__item--action-list .menu__item__action[data-selected] .menu__item__action__link:hover {
  color: #ff7e65; }

.menu__item--separated {
  margin-top: .8em;
  padding-top: .8em; }

.menu__item--separated:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e6e6e6; }

.menu__item--button {
  padding-top: 1.6em;
  padding-bottom: .8em; }

.menu__item--separator {
  margin-top: .4em;
  margin-bottom: .4em;
  padding-left: 1em;
  padding-right: 1em;
  height: 1px;
  background-color: #e6e6e6; }

.meta-data {
  margin: 0;
  padding: 0;
  list-style: none; }

.meta-data__item {
  font-size: 12px;
  color: #999;
  display: inline-block;
  margin-right: 15px; }

.meta-data__item.meta-data__item--last, .meta-data__item:last-child {
  margin-right: 0; }

.meta-data__item__label__link {
  text-decoration: none;
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #999;
  border-bottom: solid 2px rgba(153, 153, 153, 0);
  font-size: 12px; }

.meta-data__item__label__link:active, .meta-data__item__label__link:focus, .meta-data__item__label__link:hover, .meta-data__item__label__link:link, .meta-data__item__label__link:visited {
  text-decoration: none;
  border-color: currentColor; }

.meta-data__item__label__link:active, .meta-data__item__label__link:link, .meta-data__item__label__link:visited {
  color: #999;
  border-color: rgba(153, 153, 153, 0); }

.meta-data__item__label__link:focus, .meta-data__item__label__link:hover {
  color: #999;
  border-color: rgba(153, 153, 153, 0.5); }

.meta-data__item__icon {
  margin-right: 5px; }

.meta-data__item--attribution {
  color: #999;
  font-style: italic; }

.meta-data-item {
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px; }

.meta-data-item .meta-data-item__icon {
  margin-right: 10px; }

.meta-data-item--small {
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px; }

.meta-data-item--small .meta-data-item__icon {
  margin-right: 5px; }

.meta-data-item--x-small {
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px; }

.meta-data-item--x-small .meta-data-item__icon {
  margin-right: 5px; }

.fullscreen-frame {
  display: block;
  background: #fff; }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .fullscreen-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; } }

.fullscreen-frame__main {
  position: relative; }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .fullscreen-frame__main {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 400px;
    height: 100%; } }

.fullscreen-frame__sidebar {
  position: relative;
  background: #fff;
  border-top: 1px solid #e6e6e6; }

.fullscreen-frame[data-animatable] .fullscreen-frame__main {
  -webkit-transition: right 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
  transition: right 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946); }

.fullscreen-frame[data-animatable] .fullscreen-frame__sidebar {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
  transition: -webkit-transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
  transition: transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
  transition: transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946), -webkit-transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946); }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .fullscreen-frame__sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    border-top: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .fullscreen-frame[data-sidebar-hidden] .fullscreen-frame__main {
    right: 0; }
  .fullscreen-frame[data-sidebar-hidden] .fullscreen-frame__sidebar {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); } }

.fullscreen-frame[data-sidebar-hidden] .fullscreen-frame__sidebar {
  box-shadow: none; }

.fullscreen-overlay__content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0, #fff 25%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0, #fff 25%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0, #fff 33%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0, #fff 33%);
  z-index: 95; }

[data-fullscreen-overlay-activating] .fullscreen-overlay__content, [data-fullscreen-overlay-active] .fullscreen-overlay__content {
  display: block; }

[data-enable-scroll] .fullscreen-overlay__content {
  overflow-y: scroll; }

[data-offset-admin-bar] .fullscreen-overlay__content {
  top: 50px;
  height: calc(100% - 50px); }

.fullscreen-overlay--transparent .fullscreen-overlay__content {
  background: 0 0; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .flexbox.flexboxlegacy .fullscreen-overlay--scrollable-small-screen .fullscreen-overlay__content {
    overflow: auto; } }

.fullscreen-overlay--appear {
  opacity: .01;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.fullscreen-overlay--appear.fullscreen-overlay--appear-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .1s ease-out,-webkit-transform .2s;
  transition: opacity .1s ease-out,-webkit-transform .2s;
  transition: transform .2s,opacity .1s ease-out;
  transition: transform .2s,opacity .1s ease-out,-webkit-transform .2s; }

.fullscreen-overlay--leave {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.fullscreen-overlay--leave.fullscreen-overlay--leave-active {
  opacity: .01;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity .1s ease-out,-webkit-transform .2s;
  transition: opacity .1s ease-out,-webkit-transform .2s;
  transition: transform .2s,opacity .1s ease-out;
  transition: transform .2s,opacity .1s ease-out,-webkit-transform .2s; }

.fullscreen-header {
  display: table;
  padding: 0 15px;
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out; }

.fullscreen-header.fullscreen-header--design-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .fullscreen-header {
    padding: 0 30px; }
  .fullscreen-header.fullscreen-header--inactive {
    opacity: 0;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
    pointer-events: none; } }

.fullscreen-header__item--design-details {
  white-space: nowrap;
  display: inline-block; }

.fullscreen-header__item {
  display: table-cell;
  text-align: center;
  white-space: nowrap; }

.fullscreen-header__item--first {
  width: 1%;
  text-align: left; }

.fullscreen-header__item--last {
  width: 1%;
  text-align: right; }

.fullscreen-header__item--status {
  position: absolute;
  left: 20%;
  color: #999;
  opacity: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: ddo-sketch-fade-in;
  animation-name: ddo-sketch-fade-in;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.fullscreen-header__item--status.fullscreen-header__item--saved {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-name: ddo-sketch-saved;
  animation-name: ddo-sketch-saved; }

@-webkit-keyframes ddo-sketch-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes ddo-sketch-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes ddo-sketch-saved {
  0%, 100% {
    opacity: 0; }
  10%, 60% {
    opacity: 1; } }

@keyframes ddo-sketch-saved {
  0%, 100% {
    opacity: 0; }
  10%, 60% {
    opacity: 1; } }

.fullscreen-main {
  display: block;
  position: relative; }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .fullscreen-main {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; } }

.fullscreen-main__header {
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.fullscreen-main__body {
  position: relative; }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .fullscreen-main__body {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .fullscreen-main--has-header .fullscreen-main__body {
    margin-top: 70px;
    height: calc(100% - 70px); } }

.fullscreen-sidebar {
  display: block;
  position: relative; }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .fullscreen-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100%;
    overflow: hidden; } }

.fullscreen-sidebar__inner {
  display: block;
  position: relative; }

.fullscreen-sidebar__body, .fullscreen-sidebar__header {
  position: relative; }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .fullscreen-sidebar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100%; }
  .fullscreen-sidebar__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .fullscreen-sidebar__body__inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto; } }

body[data-fixed-viewport-active] {
  overflow: hidden; }

@media (min-width: 0) and (max-width: 599px) {
  body[data-fixed-viewport-active] .oc-wrapper {
    display: none !important; } }

.cf:after, .column:after, .contain:after, .contests__list:after, .nav:after, .row:after {
  content: "";
  display: table;
  clear: both; }

.accessibility, .visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.contests__list, .nav {
  list-style: none;
  margin: 0;
  padding: 0; }

.contests__list > li, .contests__list > li > a, .nav > li, .nav > li > a {
  display: inline-block;
  zoom: 1; }

.nav--stacked > li {
  display: list-item; }

.nav--stacked > li > a {
  display: block; }

.contests__list, .nav--banner {
  text-align: center; }

.nav--block {
  line-height: 1;
  letter-spacing: -.31em;
  word-spacing: -.43em;
  white-space: nowrap; }

.nav--block > li {
  letter-spacing: normal;
  word-spacing: normal; }

.nav--block > li > a {
  padding: 15px; }

.nav--fit {
  display: table;
  width: 100%; }

.nav--fit > li {
  display: table-cell; }

.nav--fit > li > a {
  display: block; }

.nav--keywords > li:after {
  content: "\002C" "\00A0"; }

.nav--keywords > li:last-child:after {
  display: none; }

.sprite {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  zoom: 1;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  width: 16px;
  height: 16px;
  top: 0;
  overflow: hidden; }

.sprite:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.row {
  position: relative; }

.column {
  float: none;
  display: inline-block;
  font-size: 16px;
  vertical-align: top; }

body, html {
  overflow-x: hidden; }

img.emoji {
  display: inline !important;
  border: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: 0 0 !important;
  padding: 0 !important;
  box-shadow: none !important; }

sup a {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important; }

.contain {
  max-width: 990px;
  margin: 0 auto; }

.wider {
  position: relative;
  width: 1030px;
  left: -50px; }

@media only screen and (max-width: 1030px) {
  .wider {
    position: relative;
    width: 990px;
    max-width: 100%;
    left: auto; } }

.row--reversed .column {
  float: right; }

.row--full, .row--full > .column {
  padding-left: 0;
  padding-right: 0; }

::-webkit-input-placeholder {
  color: #ccc; }

::-moz-placeholder {
  color: #ccc; }

:-ms-input-placeholder {
  color: #ccc; }

input:-moz-placeholder {
  color: #ccc; }

input.placeholder, textarea.placeholder {
  color: #ccc; }

@media only screen and (min-width: 900px) {
  .row--full-large, .row--full-large > .column {
    padding-left: 0;
    padding-right: 0; }
  .hide--large, .hide--normal {
    display: none !important; }
  .contests__body, .contests__body-inner {
    overflow: hidden; } }

@media only screen and (min-width: 600px) and (max-width: 899px) {
  .row--full-medium, .row--full-medium > .column {
    padding-left: 0;
    padding-right: 0; }
  .hide--medium {
    display: none !important; } }

@media only screen and (min-width: 600px) {
  .hide--medium-and-up {
    display: none !important; } }

@media only screen and (max-width: 899px) {
  .hide--medium-and-down {
    display: none !important; } }

@media only screen and (max-width: 599px) {
  .row--full-small, .row--full-small > .column {
    padding-left: 0;
    padding-right: 0; }
  .hide--small {
    display: none !important; } }

.sprite--logo {
  top: 1px;
  background-image: url(/blog/wp-content/dist/images/99designs-wordmark-ac6d68d8e9.svg?w=&h=&fm=&auto=format&ch=Width%2CDPR);
  width: 162px;
  height: 42px;
  background-size: contain; }

.artwork .display-name, .artwork .display-name__profile-link {
  color: #999; }

.artwork .display-name__profile-link {
  box-shadow: rgba(153, 153, 153, 0) 0 3px 0 0; }

.artwork .display-name__profile-link:active, .artwork .display-name__profile-link:focus, .artwork .display-name__profile-link:hover {
  box-shadow: rgba(153, 153, 153, 0.4) 0 3px 0 0;
  text-decoration: none; }

.artwork__attribution {
  font-size: 14px;
  margin-top: 10px; }

h1 {
  font-size: 48px;
  margin: 0 auto 1.6rem;
  max-width: 600px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.035em; }

h1.heading--capped {
  max-width: 12em; }

@media (min-width: 0) and (max-width: 599px) {
  h1 {
    font-size: 40px; }
  h1.heading--capped {
    max-width: 12em; } }

h1.contests__title, h1.heading--with-divider {
  margin-bottom: 15px; }

h1.contests__title:after, h1.heading--with-divider:after {
  content: '—';
  display: block; }

h2 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em; }

@media (min-width: 600px) and (max-width: 899px) {
  h1 {
    font-size: 40px; }
  h1.heading--capped {
    max-width: 12em; }
  h2 {
    font-size: 32px; }
  h2.heading--capped {
    max-width: 12em; } }

h2.heading--capped {
  max-width: 12em; }

h2.contests__title, h2.heading--with-divider {
  margin-bottom: 15px; }

h2.contests__title:after, h2.heading--with-divider:after {
  content: '—';
  display: block; }

h3 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.015em; }

h3.heading--capped {
  max-width: 12em; }

@media (min-width: 0) and (max-width: 599px) {
  h2 {
    font-size: 32px; }
  h2.heading--capped {
    max-width: 12em; }
  h3 {
    font-size: 24px; }
  h3.heading--capped {
    max-width: 12em; } }

h3.contests__title, h3.heading--with-divider {
  margin-bottom: 15px; }

h3.contests__title:after, h3.heading--with-divider:after {
  content: '—';
  display: block; }

h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.005em; }

@media (min-width: 600px) and (max-width: 899px) {
  h3 {
    font-size: 24px; }
  h3.heading--capped {
    max-width: 12em; }
  h4 {
    font-size: 19px; }
  h4.heading--capped {
    max-width: 12em; } }

h4.heading--capped {
  max-width: 12em; }

h4.contests__title, h4.heading--with-divider {
  margin-bottom: 15px; }

h4.contests__title:after, h4.heading--with-divider:after {
  content: '—';
  display: block; }

h5 {
  font-size: 19px;
  margin-top: 0;
  margin-bottom: .8rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0; }

h5.heading--capped {
  max-width: 12em; }

@media (min-width: 0) and (max-width: 599px) {
  h4 {
    font-size: 19px; }
  h4.heading--capped {
    max-width: 12em; }
  h5 {
    font-size: 16px; }
  h5.heading--capped {
    max-width: 12em; } }

h5.contests__title, h5.heading--with-divider {
  margin-bottom: 15px; }

h5.contests__title:after, h5.heading--with-divider:after {
  content: '—';
  display: block; }

h6 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: .8rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0; }

@media (min-width: 600px) and (max-width: 899px) {
  h5 {
    font-size: 16px; }
  h5.heading--capped {
    max-width: 12em; }
  h6 {
    font-size: 14px; } }

@media (min-width: 0) and (max-width: 599px) {
  h6 {
    font-size: 14px; } }

h6.heading--capped {
  max-width: 23em; }

h6.contests__title, h6.heading--with-divider {
  margin-bottom: 15px; }

h6.contests__title:after, h6.heading--with-divider:after {
  content: '—';
  display: block; }

.download-form .fieldset__header, .download-form-confirmation .download-form-confirmation__header, .heading--h3 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.015em; }

@media (min-width: 600px) and (max-width: 899px) {
  .download-form .fieldset__header, .download-form-confirmation .download-form-confirmation__header, .heading--h3 {
    font-size: 24px; } }

@media (min-width: 0) and (max-width: 599px) {
  .download-form .fieldset__header, .download-form-confirmation .download-form-confirmation__header, .heading--h3 {
    font-size: 24px; } }

.heading--h5 {
  font-size: 19px;
  margin-top: 0;
  margin-bottom: .8rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0; }

@media (min-width: 600px) and (max-width: 899px) {
  .heading--h5 {
    font-size: 16px; } }

.heading--no-margin {
  margin-bottom: 0 !important; }

.heading--wide-spacing {
  letter-spacing: 0.35em !important; }

.heading--with-fill-line {
  display: block;
  position: relative;
  overflow: hidden; }

.heading--with-fill-line:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  width: 100%;
  left: auto;
  margin-left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.search-form__trigger {
  position: absolute;
  height: 100%;
  right: 15px;
  bottom: 7px; }

.search-form__trigger .icon-button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1; }

.search-form__form {
  display: none;
  position: absolute;
  bottom: 7px;
  right: 15px;
  left: 15px;
  background-color: #fff; }

@media (min-width: 0) and (max-width: 599px) {
  .heading--h5 {
    font-size: 16px; }
  .search-form__form {
    right: 7px;
    left: 7px; } }

.search-form__form .icon-button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1; }

.search-form__form input[type=text] {
  border: none;
  background: 0 0;
  height: 42px;
  font-size: 19px;
  padding-left: 3px;
  padding-right: 30px; }

.search-form__form input[type=text]:focus {
  outline: 0; }

.search-form__form input[type=text]::-webkit-input-placeholder {
  color: #999; }

.search-form__form input[type=text]:-ms-input-placeholder {
  color: #999; }

.search-form__form input[type=text]::placeholder {
  color: #999; }

.excerpt {
  margin-bottom: 60px; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .excerpt {
    margin-bottom: 20px; } }

.single .excerpt {
  margin-bottom: 80px; }

.excerpt__thumbnail {
  margin: 0;
  padding: 0;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px; }

.excerpt__thumbnail a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: box-shadow .3s linear;
  transition: box-shadow .3s linear;
  box-shadow: 0 10px 20px 0 transparent;
  max-width: 100%; }

.excerpt__thumbnail a:active, .excerpt__thumbnail a:focus, .excerpt__thumbnail a:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }

.excerpt__thumbnail a:active img, .excerpt__thumbnail a:focus img, .excerpt__thumbnail a:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06); }

.excerpt__thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out; }

.excerpt__title {
  margin-bottom: 7px; }

.excerpt__meta {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6; }

.excerpt__meta, .excerpt__meta .display-name, .excerpt__meta .display-name__profile-link {
  color: #999; }

.excerpt__meta .display-name__profile-link {
  box-shadow: rgba(153, 153, 153, 0) 0 3px 0 0; }

.excerpt__meta .display-name__profile-link:active, .excerpt__meta .display-name__profile-link:focus, .excerpt__meta .display-name__profile-link:hover {
  box-shadow: rgba(153, 153, 153, 0.4) 0 3px 0 0;
  text-decoration: none; }

.excerpt__category {
  margin-bottom: 7px; }

@media (min-width: 0) and (max-width: 599px) {
  .excerpt__category {
    margin-bottom: 7px;
    font-size: 12px; } }

.feed {
  padding-top: 30px;
  padding-bottom: 30px; }

.feed__title {
  margin-bottom: 15px; }

.feed__body {
  margin-bottom: 30px; }

.article__body__interjection {
  margin-left: 160px !important;
  margin-right: 160px !important; }

@media (min-width: 0) and (max-width: 599px) {
  .article__body__interjection {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 30px; } }

@media (min-width: 600px) and (max-width: 899px) {
  .article__body__interjection {
    margin-left: 45px !important;
    margin-right: 45px !important;
    margin-bottom: 30px; } }

.contests {
  padding-top: 30px;
  position: relative;
  padding-bottom: 60px; }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .contests {
    padding-top: 60px;
    padding-bottom: 60px; } }

.contests .artwork {
  position: absolute;
  top: -480px;
  right: 20px;
  z-index: 1; }

.contests .artwork__attribution {
  position: absolute;
  top: 30%;
  left: 100%;
  width: auto; }

.contests.loading .contests__body-inner {
  display: block;
  width: 100% !important; }

.contests.loading .contests__list-wrap {
  text-align: center; }

.contests.loading .contests__spinner {
  top: 140px; }

.contests__header {
  padding-bottom: 15px; }

.contests__body, .contests__body-inner {
  height: 330px; }

.contests.pre-init .contests__body {
  position: relative;
  overflow: hidden; }

.contests.pre-init .contests__body-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: auto; }

.contests__body {
  white-space: nowrap;
  z-index: 2; }

.contests__body-inner {
  display: block; }

.contests__list:last-child {
  padding-left: 145px; }

.contests__item {
  text-align: left;
  margin: 15px;
  white-space: normal;
  vertical-align: top; }

.contests__item, .contests__item .contests__item-link {
  color: #555;
  text-decoration: none; }

.contests__item-cta, .contests__item-link {
  width: 290px;
  height: 120px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 9px;
  padding: 20px;
  border: none; }

.contests__item-cta {
  border: 2px dashed #ccc;
  padding-top: 32px; }

.contests__item-cta .button {
  border-color: #ffcc03;
  background-color: #ffcc03; }

.contests__item-link {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow .15s ease-out;
  transition: box-shadow .15s ease-out; }

.contests__item-link:active, .contests__item-link:focus, .contests__item-link:hover {
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.3);
  border-color: transparent; }

.contests__item-title {
  margin-bottom: 7px;
  width: 90%;
  display: block;
  height: 50px;
  overflow: hidden; }

.contests__item-content {
  font-size: 14px;
  line-height: 1.6; }

.contests__item-content, .contests__item-content .pill--tag {
  color: #999; }

.contests__item-content p, .contests__item-cta p {
  margin-bottom: 15px; }

.contests__footer {
  text-align: right; }

.contests__description .contests__footer a, .contests__footer .contests__description a, .contests__footer .contests__item-cta a, .contests__footer .link, .contests__item-cta .contests__footer a {
  font-size: 19px; }

.contests__description .contests__footer a, .contests__description .contests__footer a:after, .contests__description .contests__footer a:link, .contests__description .contests__footer a:visited, .contests__footer .contests__description a, .contests__footer .contests__description a:after, .contests__footer .contests__description a:link, .contests__footer .contests__description a:visited, .contests__footer .contests__item-cta a, .contests__footer .contests__item-cta a:after, .contests__footer .contests__item-cta a:link, .contests__footer .contests__item-cta a:visited, .contests__footer .link, .contests__footer .link:after, .contests__footer .link:link, .contests__footer .link:visited, .contests__item-cta .contests__footer a, .contests__item-cta .contests__footer a:after, .contests__item-cta .contests__footer a:link, .contests__item-cta .contests__footer a:visited {
  color: #ffcc03; }

.contests__description .contests__footer a, .contests__description .contests__footer a:link, .contests__description .contests__footer a:visited, .contests__footer .contests__description a, .contests__footer .contests__description a:link, .contests__footer .contests__description a:visited, .contests__footer .contests__item-cta a, .contests__footer .contests__item-cta a:link, .contests__footer .contests__item-cta a:visited, .contests__footer .link, .contests__footer .link:link, .contests__footer .link:visited, .contests__item-cta .contests__footer a, .contests__item-cta .contests__footer a:link, .contests__item-cta .contests__footer a:visited {
  border: none;
  box-shadow: #fff 0 4px 0 0; }

.contests__description .contests__footer a:active, .contests__description .contests__footer a:focus, .contests__description .contests__footer a:hover, .contests__footer .contests__description a:active, .contests__footer .contests__description a:focus, .contests__footer .contests__description a:hover, .contests__footer .contests__item-cta a:active, .contests__footer .contests__item-cta a:focus, .contests__footer .contests__item-cta a:hover, .contests__footer .link:active, .contests__footer .link:focus, .contests__footer .link:hover, .contests__item-cta .contests__footer a:active, .contests__item-cta .contests__footer a:focus, .contests__item-cta .contests__footer a:hover {
  box-shadow: #fff0b6 0 4px 0 0;
  border-color: transparent; }

.contests__title {
  margin-bottom: 0; }

.contests__title, .contests__title:after {
  color: #ffcc03; }

.contests__description {
  padding-left: 30px;
  max-width: 360px; }

.contests__description p:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 599px) and (max-width: 1200px) {
  .contests .artwork {
    right: 100px; } }

@media only screen and (max-width: 899px) {
  .contests {
    padding-bottom: 30px; }
  .contests .artwork {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    padding-top: 30px; }
  .contests .artwork__attribution {
    margin-top: 15px;
    position: relative;
    top: auto;
    left: auto; }
  .contests__header {
    padding-bottom: 15px; }
  .contests__footer {
    padding-top: 15px; }
  .contests__body, .contests__body-inner {
    overflow-x: auto; } }

@media only screen and (max-width: 599px) {
  .contests__description {
    padding-left: 0; }
  .contests .artwork {
    max-width: 60%;
    margin: 0 auto; } }

.download-form {
  padding: 30px;
  position: relative;
  margin: 0 160px 30px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc; }

.download-form .input-text {
  border: 2px solid #ccc;
  padding: 7px; }

.download-form ::-webkit-input-placeholder {
  color: #ccc; }

.download-form ::-moz-placeholder {
  color: #ccc; }

.download-form :-ms-input-placeholder {
  color: #ccc; }

.download-form input:-moz-placeholder {
  color: #ccc; }

.download-form .fieldset {
  border: none;
  margin-bottom: 0; }

.download-form .field--checkable-set label {
  color: #ccc;
  font-size: 16px;
  font-weight: 400; }

.download-form .field--checkable-set .field--checkable.checked label {
  color: #555; }

.download-form .fieldset__header {
  color: currentColor; }

.download-form .fieldset__description {
  color: #555; }

.download-form .field, .download-form .fieldset__description {
  margin-bottom: 15px; }

.download-form .fieldset__description p:last-child {
  margin-bottom: 0; }

.download-form .field--submission, .download-form .fieldset__children {
  display: inline-block;
  vertical-align: top; }

.download-form .fieldset__children {
  width: 100%; }

.download-form .field.email-field {
  display: block;
  width: 100%; }

.download-form .field.email-field input {
  line-height: 1.6; }

.download-form .field.email-field .field__input {
  width: 100%; }

.download-form .field.email-field.field--inline {
  display: inline-block;
  width: 60%;
  padding-right: 15px; }

.download-form .field.user-field {
  width: 38%;
  display: inline-block;
  margin-left: 0; }

.download-form .field.user-field .field__input {
  width: 100%; }

.download-form .download-form__submission {
  width: 38%;
  display: inline-block;
  margin: 0;
  position: relative; }

.download-form .download-form__privacy {
  width: 60%;
  display: inline-block;
  margin: 0;
  text-align: right; }

.download-form.download-form--box, .download-form.download-form--box-right {
  border: none;
  max-width: 460px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  width: 100%; }

.download-form.download-form--box {
  margin: 6px 60px 30px 0 !important;
  float: left; }

.download-form.download-form--box-right {
  margin: 6px 0 30px 60px !important;
  float: right; }

.download__spinner {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -10px; }

.download-form__footer {
  font-size: 14px; }

.download-form__footer p:last-child {
  margin-bottom: 0; }

.download-form-confirmation {
  display: none; }

.download-form-confirmation__description p:last-child {
  margin-bottom: 0; }

@media (min-width: 600px) and (max-width: 899px) {
  .download-form {
    margin-left: 45px;
    margin-right: 45px; }
  .download-form .download-form__submission {
    width: 100%; } }

@media (min-width: 0) and (max-width: 599px) {
  .download-form, .download-form.download-form--box, .download-form.download-form--box-right {
    margin-left: 0;
    margin-right: 0;
    float: none; }
  .download-form .download-form__submission {
    width: 100%; }
  .download-form .button-group__item, .download-form .download-form__submission {
    display: block; } }

.list--inline > li {
  vertical-align: baseline; }

.list--with-inline-separator {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.list--with-inline-separator > li {
  display: inline-block;
  margin-left: 7px;
  margin-top: 0; }

.list--with-inline-separator > li:first-child {
  margin-left: 0; }

.list--with-inline-separator > li:first-child:before {
  content: none; }

.list--with-inline-separator > li:before {
  content: "|";
  margin-right: 7px; }

.list--inline-navigation {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: inline; }

.list--inline-navigation > .list__item, .list--inline-navigation > li {
  display: inline-block;
  margin-left: 22px;
  margin-top: 0; }

.list--inline-navigation > .list__item:first-child, .list--inline-navigation > li:first-child {
  margin-left: 0; }

.list--inline-navigation > li {
  vertical-align: baseline; }

.list--inline-navigation + .list--inline-navigation {
  margin-left: 22px; }

.instagram-media-rendered {
  margin-left: auto !important;
  margin-right: auto !important; }

.three-column-feed {
  position: relative; }

.download-form .three-column-feed__title .fieldset__header, .download-form-confirmation .three-column-feed__title .download-form-confirmation__header, .three-column-feed__title .contests__item-title, .three-column-feed__title .contests__title, .three-column-feed__title .download-form .fieldset__header, .three-column-feed__title .download-form-confirmation .download-form-confirmation__header, .three-column-feed__title .heading {
  margin-bottom: 15px; }

@media (min-width: 900px) and (max-width: 1299px) {
  .three-column-feed__cta {
    position: absolute;
    top: 2px;
    right: 0; } }

@media (min-width: 1300px) {
  .three-column-feed__cta {
    position: absolute;
    top: 2px;
    right: 0; } }

.three-column-feed__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 0) and (max-width: 599px) {
  .three-column-feed__cta {
    margin-bottom: 30px; }
  .three-column-feed__items {
    display: block; } }

.three-column-feed__items__item {
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.three-column-feed__items__item:first-child {
  margin-left: 0; }

.three-column-feed__items__item:last-child {
  margin-right: 0; }

@media (min-width: 600px) and (max-width: 899px) {
  .three-column-feed__cta {
    position: absolute;
    top: 2px;
    right: 0; }
  .three-column-feed__items__item {
    margin-bottom: 30px; }
  .three-column-feed__items__item:nth-child(2) {
    margin-right: 0; }
  .three-column-feed__items__item:nth-child(3) {
    display: none; } }

@media (min-width: 0) and (max-width: 599px) {
  .three-column-feed__items__item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px; }
  .three-column-feed__items__item:last-child {
    margin-bottom: 0; } }

.comments {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 2px solid #e6e6e6; }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .comments {
    padding-top: 60px;
    padding-bottom: 60px; } }

.comments__inner {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }

.comments-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.comments-form__textarea, .wp-editor-wrap {
  margin-bottom: 15px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.comments-form__textarea .input-textarea, .wp-editor-wrap .input-textarea {
  width: 100%;
  height: 160px;
  min-height: 0;
  max-width: none; }

.comments-form__input {
  margin-bottom: 15px; }

.comments-form__input .button__inner {
  line-height: 1.3; }

.comments-form__input--author {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

@media only screen and (max-width: 599px) {
  .comments-form__input {
    max-width: 100%;
    min-width: 100%; }
  .comments-form__input--author {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

.comments-form__input--email {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

@media only screen and (max-width: 599px) {
  .comments-form__input--email {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

.comments-form__input--submit {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: right;
  margin-bottom: 0; }

.comments-form__input + .comments-form__input--submit {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

@media only screen and (max-width: 599px) {
  .comments-form__input--submit {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

.comments-list {
  padding-left: 0; }

.comments-list li {
  list-style: none; }

.comment {
  border-top: 2px solid #e6e6e6;
  padding-top: 30px;
  padding-bottom: 30px; }

.parent > .comment {
  margin-left: 78px; }

@media (min-width: 0) and (max-width: 599px) {
  .parent > .comment {
    margin-left: 30px; } }

.comment.parent {
  padding-bottom: 0; }

.comment.parent > .flag {
  padding-bottom: 30px; }

.comment-body {
  position: relative; }

.comment-body__meta {
  margin-bottom: 15px; }

.comment-body__meta__time-ago {
  color: #999;
  font-size: 14px; }

.comment-body__meta__hint {
  color: #ff7e65; }

.comment-body__content p {
  max-width: none; }

.comment-body__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.comment-body__actions__left {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: left; }

.comment-body__actions__right {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: right; }

.comment-respond__sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  font-size: 14px; }

.comment-respond__sub-title__reply {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: left;
  font-size: inherit; }

.comment-respond__sub-title__reply a {
  font-weight: 700;
  color: #555;
  font-size: inherit; }

.comment-respond__sub-title__cancel {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: right; }

.comment-respond__sub-title__cancel a {
  color: #999;
  font-size: inherit; }

.input-text--borderless {
  border-color: #e6e6e6;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0; }

.related-content-interjection__heading {
  color: #ccc;
  margin-bottom: 20px; }

.download-form .related-content-interjection__heading .fieldset__header, .download-form-confirmation .related-content-interjection__heading .download-form-confirmation__header, .related-content-interjection__heading .contests__item-title, .related-content-interjection__heading .contests__title, .related-content-interjection__heading .download-form .fieldset__header, .related-content-interjection__heading .download-form-confirmation .download-form-confirmation__header, .related-content-interjection__heading .heading {
  color: inherit; }

.related-content-interjection__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.related-content-interjection__list__item {
  margin-top: 10px; }

.related-content-interjection--right {
  max-width: 445px;
  float: right;
  margin-right: -200px;
  padding-left: 30px;
  padding-bottom: 30px; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .related-content-interjection--right {
    max-width: none;
    float: none;
    margin-right: 0;
    padding-left: 0;
    padding-bottom: 0; } }

.related-content-interjection-item {
  width: 100%;
  display: block; }

.related-content-interjection-item > .related-content-interjection-item__text {
  display: table-cell;
  padding: 0 0 0 20px; }

.related-content-interjection-item > .related-content-interjection-item__preview {
  display: table-cell;
  width: 1%; }

.related-content-interjection-item > .related-content-interjection-item__preview > img {
  display: inline-block;
  max-width: none; }

.related-content-interjection-item > .related-content-interjection-item__preview, .related-content-interjection-item > .related-content-interjection-item__text {
  vertical-align: middle; }

.related-content-interjection-item figure {
  margin: 0 !important; }

.related-content-interjection-item__preview {
  vertical-align: top !important;
  padding-top: 7px; }

.related-content-interjection-item__preview__image {
  width: 130px;
  height: 80px;
  -webkit-transition: box-shadow .3s linear;
  transition: box-shadow .3s linear;
  overflow: hidden; }

.related-content-interjection-item__preview__image img {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out; }

@media (min-width: 0) and (max-width: 599px) {
  .related-content-interjection-item__preview__image {
    width: 90px;
    height: 55px; } }

.related-content-interjection-item__text {
  vertical-align: top !important; }

.related-content-interjection-item .related-content-interjection-item__preview__image:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

.related-content-interjection-item .related-content-interjection-item__preview__image:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06); }

[data-scrollable] {
  overflow: hidden;
  position: relative; }

[data-scrollable-inner] {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative; }

.progress-circle {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px; }

.progress-circle__percentage {
  font-size: 14px;
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.progress-circle__circle {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate3d(0, 0, 90, -90deg);
  transform: rotate3d(0, 0, 90, -90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.progress-circle__circle__background-svg, .progress-circle__circle__progress-svg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.52778);
  -ms-transform: scale(1.52778);
  transform: scale(1.52778); }

.progress-circle__circle__background-svg circle, .progress-circle__circle__progress-svg circle {
  fill: transparent;
  stroke-width: 4px;
  stroke-linecap: round; }

.progress-circle__circle__progress-svg circle {
  stroke: currentColor;
  stroke-dasharray: 0 100; }

.progress-circle__circle__background-svg circle {
  stroke: #e6e6e6;
  stroke-dasharray: 100 100; }

.progress-circle--inline {
  display: inline-block; }

.blockquote {
  position: relative; }

.blockquote:before {
  position: absolute;
  display: inline-block;
  content: '“'; }

.blockquote p {
  margin-bottom: 0; }

.blockquote__content {
  opacity: 1;
  -webkit-transition: .15s opacity ease-out;
  transition: .15s opacity ease-out; }

.blockquote__content__icon {
  margin-left: 2px;
  font-size: 24px;
  line-height: 1;
  color: #ccc;
  -webkit-transition: .15s color ease-out;
  transition: .15s color ease-out; }

.blockquote__author {
  color: #ccc;
  -webkit-transition: .15s color ease-out;
  transition: .15s color ease-out; }

.blockquote--clickable:hover .blockquote__content {
  opacity: .8; }

.blockquote--clickable:hover .blockquote__author, .blockquote--clickable:hover .blockquote__content__icon {
  color: currentColor; }

.blockquote--large-quote {
  border: none;
  padding-left: 60px; }

.blockquote--large-quote:before {
  top: -22px;
  left: 0;
  font-weight: 400;
  font-size: 120px;
  line-height: 1; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .blockquote--centre-align {
    float: none;
    max-width: none;
    margin-right: 0; }
  .blockquote--left-align, .blockquote--right-align {
    margin-bottom: 5%;
    max-width: none;
    float: none;
    margin-right: 0; } }

.blockquote--right-align {
  float: right;
  max-width: 400px;
  margin-right: 40px;
  margin-left: 0;
  margin-bottom: 10px; }

.blockquote--left-align {
  float: left;
  max-width: 400px;
  margin-bottom: 10px;
  margin-right: 20px; }

.link--subtle-default {
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #555;
  border-bottom: solid 2px rgba(85, 85, 85, 0);
  font-size: inherit; }

.link--subtle-default:active, .link--subtle-default:focus, .link--subtle-default:hover, .link--subtle-default:link, .link--subtle-default:visited {
  border-color: currentColor; }

.link--subtle-default:active, .link--subtle-default:link, .link--subtle-default:visited {
  color: #555;
  border-color: rgba(85, 85, 85, 0); }

.link--subtle-default:focus, .link--subtle-default:hover {
  color: #555;
  border-color: rgba(85, 85, 85, 0.5); }

.link--subtle-bold {
  font-size: 14px;
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #999;
  border-bottom: solid 2px rgba(153, 153, 153, 0);
  font-weight: bolder; }

.link--subtle-bold:active, .link--subtle-bold:focus, .link--subtle-bold:hover, .link--subtle-bold:link, .link--subtle-bold:visited {
  border-color: currentColor; }

.link--subtle-bold:active, .link--subtle-bold:link, .link--subtle-bold:visited {
  color: #999;
  border-color: rgba(153, 153, 153, 0); }

.link--subtle-bold:focus, .link--subtle-bold:hover {
  color: #999;
  border-color: rgba(153, 153, 153, 0.5); }

.link--chameleon, .link--chameleon:active, .link--chameleon:link, .link--chameleon:visited {
  color: inherit;
  position: relative; }

.link--chameleon:hover {
  border-color: currentColor; }

.accordion__header {
  position: relative;
  background-color: #fff;
  padding: 30px 0;
  margin-bottom: 30px;
  border-left: none;
  border-right: none;
  border-width: 2px;
  border-color: #e6e6e6; }

.accordion__header:after {
  content: "" !important;
  position: absolute;
  top: 30px;
  right: 0;
  color: #ccc;
  font-size: 24px;
  line-height: 1; }

.accordion__header:hover {
  cursor: pointer; }

.accordion__content {
  display: none; }

.accordion[expanded] .accordion__header {
  border-bottom: none;
  margin-bottom: 0; }

.accordion[expanded] .accordion__header:after {
  content: "" !important; }

.accordion[expanded] .accordion__content {
  display: block; }

.accordion--menu-item {
  margin-left: -1em;
  margin-right: -1em; }

.accordion--menu-item .accordion__header {
  font-size: 14px;
  color: #999;
  border: none;
  margin-bottom: 0;
  padding: 10px 1em; }

.accordion--menu-item .accordion__header:after {
  content: "" !important;
  position: relative;
  top: initial;
  right: initial;
  left: 3px;
  font-size: 16px;
  line-height: inherit;
  vertical-align: middle;
  color: inherit; }

.accordion--menu-item .accordion__header:hover {
  text-decoration: underline; }

.accordion--menu-item .accordion__header:hover:after {
  text-decoration: none; }

.accordion--menu-item .accordion__content {
  margin: 0 1em;
  padding: 0 1em; }

.accordion--menu-item[expanded] .accordion__header:after {
  content: "" !important; }

.article-header {
  position: relative;
  padding-top: 60px;
  padding-bottom: 105px;
  margin-bottom: -90px; }

.article-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #f3f2f0;
  background-image: -webkit-linear-gradient(#fff, #f3f2f0);
  background-image: linear-gradient(#fff, #f3f2f0); }

@media (min-width: 0) and (max-width: 599px) {
  .article-header {
    padding-bottom: 15px;
    padding-top: 50px;
    margin-bottom: 0; } }

.article-header__title {
  margin-bottom: 15px; }

.article-header__meta {
  padding-left: 15px;
  padding-right: 15px;
  display: table;
  width: 100%;
  color: #ccc;
  margin: 0 auto; }

@media (min-width: 0) and (max-width: 599px) {
  .article-header__meta {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.article-header__meta:after, .article-header__meta:before {
  content: " ";
  display: table; }

.article-header__meta:after {
  clear: both; }

.article-header__meta__primary {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  display: table-cell;
  vertical-align: middle; }

@media (min-width: 0) and (max-width: 599px) {
  .article-header__meta__primary {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: block;
    margin-bottom: 15px; } }

@media (min-width: 0) and (max-width: 599px) and (min-width: 0) and (max-width: 599px) {
  .article-header__meta__primary {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.article-header__meta__secondary {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  display: table-cell;
  vertical-align: bottom;
  text-align: right; }

@media (min-width: 0) and (max-width: 599px) {
  .article-header__meta__secondary {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: block;
    text-align: left; } }

@media (min-width: 0) and (max-width: 599px) and (min-width: 0) and (max-width: 599px) {
  .article-header__meta__secondary {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.article-meta {
  display: table;
  width: 100%; }

.article-meta > .article-meta__meta-data {
  display: table-cell;
  padding: 0 0 0 10px; }

.article-meta > .article-meta__avatar {
  display: table-cell;
  width: 1%; }

.article-meta > .article-meta__avatar > img {
  display: inline-block;
  max-width: none; }

.article-meta > .article-meta__avatar, .article-meta > .article-meta__meta-data {
  vertical-align: top; }

.article-body {
  background-color: #fff;
  padding-top: 60px;
  font-size: 19px;
  line-height: 1.6; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .article-body {
    padding-top: 30px; } }

.article-body > div:not(.matrix), .article-body > h1, .article-body > h2, .article-body > h3, .article-body > h4, .article-body > h5, .article-body > h6, .article-body > ol, .article-body > p, .article-body > section:not(.article-share), .article-body > ul {
  margin-left: 160px;
  margin-right: 160px; }

@media (min-width: 600px) and (max-width: 899px) {
  .article-body > div:not(.matrix), .article-body > h1, .article-body > h2, .article-body > h3, .article-body > h4, .article-body > h5, .article-body > h6, .article-body > ol, .article-body > p, .article-body > section:not(.article-share), .article-body > ul {
    margin-left: 45px;
    margin-right: 45px; } }

@media (min-width: 0) and (max-width: 599px) {
  .article-body > div:not(.matrix), .article-body > h1, .article-body > h2, .article-body > h3, .article-body > h4, .article-body > h5, .article-body > h6, .article-body > ol, .article-body > p, .article-body > section:not(.article-share), .article-body > ul {
    margin-left: 0;
    margin-right: 0; } }

.article-body ol, .article-body p, .article-body ul {
  color: #555; }

.article-body > p:first-child:first-letter {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  float: left;
  padding-right: 10px;
  padding-left: 2px;
  text-transform: uppercase; }

.article-body a {
  text-decoration: none;
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #555;
  border-bottom: solid 2px rgba(85, 85, 85, 0.2); }

.article-body a:active, .article-body a:focus, .article-body a:hover, .article-body a:link, .article-body a:visited {
  text-decoration: none; }

.article-body a:link, .article-body a:visited {
  color: #555;
  border-color: rgba(85, 85, 85, 0.2); }

.article-body a:focus, .article-body a:hover {
  color: #555;
  border-color: rgba(85, 85, 85, 0.4); }

.article-body a:active {
  color: #555;
  border-color: rgba(85, 85, 85, 0); }

.article-body h1 a, .article-body h1 a:active, .article-body h1 a:link, .article-body h1 a:visited, .article-body h2 a, .article-body h2 a:active, .article-body h2 a:link, .article-body h2 a:visited, .article-body h3 a, .article-body h3 a:active, .article-body h3 a:link, .article-body h3 a:visited, .article-body h4 a, .article-body h4 a:active, .article-body h4 a:link, .article-body h4 a:visited, .article-body h5 a, .article-body h5 a:active, .article-body h5 a:link, .article-body h5 a:visited, .article-body h6 a, .article-body h6 a:active, .article-body h6 a:link, .article-body h6 a:visited {
  color: inherit;
  position: relative; }

.article-body h1 a:hover, .article-body h2 a:hover, .article-body h3 a:hover, .article-body h4 a:hover, .article-body h5 a:hover, .article-body h6 a:hover {
  border-color: currentColor; }

.article-body figure {
  margin: 0 160px 30px; }

.article-body figcaption {
  color: #999;
  font-style: italic;
  padding-top: 7px;
  font-size: 14px; }

.article-body figcaption a {
  color: #999 !important; }

.article-body .matrix {
  margin: 0 160px 30px; }

.article-body .matrix figure {
  margin: 0; }

.article-body .matrix.matrix--left {
  margin-left: 0;
  margin-right: 160px; }

.article-body .matrix.matrix--right {
  margin-left: 160px;
  margin-right: 0; }

.article-body .matrix.matrix--full {
  margin: 0 0 30px; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .article-body .matrix {
    padding-top: 30px; }
  .article-body .matrix, .article-body .matrix.matrix--left, .article-body .matrix.matrix--right {
    margin-right: 0;
    margin-left: 0; } }

.article-body blockquote {
  border-color: currentColor; }

.article-body blockquote.blockquote .blockquote__content {
  color: currentColor;
  border-bottom: none; }

.article-body hr {
  border: 1px;
  border: none;
  background-color: #e6e6e6;
  margin: 60px 0; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .article-body > .wp-video {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.button--chameleon {
  position: relative; }

.button--chameleon:before {
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  transition-proprty: opacity,visibility;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  visibility: hidden;
  opacity: 0;
  border-radius: inherit; }

.button--chameleon:hover:before {
  visibility: visible;
  opacity: 1; }

.button--chameleon.button--primary {
  color: inherit;
  background-color: currentColor;
  border: none;
  padding: 2px; }

.button--chameleon.button--primary .button__inner {
  color: #fff;
  position: relative; }

.button--link-subtle {
  border: none;
  border-radius: 0;
  background: 0 0;
  text-align: left;
  padding: 0;
  text-decoration: none;
  -webkit-transition: none;
  font-size: 14px;
  transition: border-color .15s ease-out;
  color: #999;
  border-bottom: solid 2px rgba(153, 153, 153, 0); }

.button--link-subtle:active, .button--link-subtle:focus, .button--link-subtle:hover, .button--link-subtle:link, .button--link-subtle:visited {
  text-decoration: none;
  border-color: currentColor; }

.button--link-subtle:active, .button--link-subtle:link, .button--link-subtle:visited {
  color: #999;
  border-color: rgba(153, 153, 153, 0); }

.button--link-subtle:focus, .button--link-subtle:hover {
  box-shadow: none;
  outline: 0;
  color: #999;
  border-color: rgba(153, 153, 153, 0.5); }

.button--link-subtle .button__inner {
  padding: 0;
  min-height: 0; }

.term-list {
  padding: 0;
  margin: 0 0 1.6rem; }

.term-list__item {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px; }

.term-list--no-margin {
  margin-bottom: -5px; }

.term-list-item--category {
  color: #999; }

.term-list-item--channel {
  color: #555; }

.term-list-item--post_tag {
  color: #999; }

.fullscreen-content {
  position: relative;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .fullscreen-content--centered {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-height: 100%;
    -webkit-transition: .15s max-width;
    transition: .15s max-width;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

.fullscreen-content--video {
  padding-left: 60px;
  padding-right: 60px; }

@media (min-width: 900px) and (max-width: 1299px) {
  .fullscreen-content--video {
    max-width: 900px; } }

@media (min-width: 1300px) {
  .fullscreen-content--video {
    max-width: 1100px;
    padding-left: 0;
    padding-right: 0; } }

body[data-disable-scroll=true] {
  overflow: hidden; }

.fullscreen-overlay__content {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }

.fullscreen-overlay__content__close-button {
  position: relative;
  top: initial;
  right: initial;
  padding: 30px;
  text-align: right;
  z-index: 1; }

.fullscreen-overlay--transparent .fullscreen-overlay__content {
  background-color: rgba(255, 255, 255, 0.95); }

.fullscreen-overlay--visible .fullscreen-overlay__content {
  opacity: 1; }

.fullscreen-overlay--high-transparency .fullscreen-overlay__content {
  background-color: rgba(255, 255, 255, 0.8); }

.icon-button--neutral-line-height {
  line-height: initial; }

.icon-button--jumbo .icon {
  font-size: 24px; }

.issuuembed {
  max-width: 100%;
  width: auto !important;
  height: 470px !important;
  margin-left: 160px;
  margin-right: 160px; }

@media (min-width: 600px) and (max-width: 899px) {
  .issuuembed {
    height: 390px !important;
    margin-left: 45px;
    margin-right: 45px; } }

@media (min-width: 0) and (max-width: 599px) {
  .fullscreen-overlay__content__close-button {
    padding: 15px; }
  .issuuembed {
    height: 290px !important;
    margin-left: 0;
    margin-right: 0; } }

.meta-data--with-inline-separator .meta-data__item {
  margin-right: 0;
  margin-left: 7px; }

.meta-data--with-inline-separator .meta-data__item:before {
  content: "|";
  margin-right: 7px; }

.meta-data--with-inline-separator .meta-data__item:first-child {
  margin-left: 0; }

.meta-data--with-inline-separator .meta-data__item:first-child:before {
  content: none; }

.meta-data--large .meta-data__item {
  font-size: 14px;
  line-height: 1.6; }

.paragraph--root {
  color: #555; }

.paragraph--offset {
  margin-left: 30px; }

.paragraph--narrow {
  max-width: 20em; }

.section {
  padding-top: 30px;
  padding-bottom: 30px; }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px; } }

.section--border-top {
  border-top: 2px solid #e6e6e6; }

.section--border-bottom {
  border-bottom: 2px solid #e6e6e6; }

.section--collapse-top {
  padding-top: 0; }

.section--collapse-bottom {
  padding-bottom: 0; }

.sidebar {
  background-color: #fff;
  width: 240px; }

.sidebar--amp[aria-hidden=false] {
  box-shadow: 0 0 10px #555; }

.sidebar--off-canvas {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -240px;
  height: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: .15s ease;
  transition: .15s ease;
  z-index: 1;
  overflow-y: scroll; }

.sidebar--off-canvas.active {
  -webkit-transform: translate(240px, 0);
  -ms-transform: translate(240px, 0);
  transform: translate(240px, 0); }

.site-wrapper {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: .15s ease;
  transition: .15s ease;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  overflow-x: hidden; }

.site-wrapper.active {
  -webkit-transform: translate(240px, 0);
  -ms-transform: translate(240px, 0);
  transform: translate(240px, 0); }

.social-share-button {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: #555;
  background-color: #e6e6e6;
  padding: 15px 16px;
  box-shadow: none !important;
  background-image: none !important; }

.social-share-button:focus, .social-share-button:hover {
  background-color: #f3f2f0;
  text-decoration: none;
  color: #555; }

.social-share-button:active {
  background-color: #cdcdcd; }

.social-share-button__icon {
  display: inline-block;
  color: #555;
  vertical-align: middle; }

.social-share-button__icon:before {
  font-size: 1.5em !important; }

.social-share-button__label {
  display: none;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

.social-share-button[type=facebook] .social-share-button__icon:before {
  content: "" !important; }

.social-share-button[type=twitter] .social-share-button__icon:before {
  content: "" !important; }

.social-share-button[type=gplus] {
  padding: 15px 12px; }

.social-share-button[type=gplus] .social-share-button__icon:before {
  content: "" !important; }

.social-share-button[type=pinterest] .social-share-button__icon:before {
  content: "" !important; }

.social-share-button[type=linkedin] .social-share-button__icon:before {
  content: "" !important; }

.social-share-button[type=rss] .social-share-button__icon:before {
  content: "" !important; }

.social-share-button[type=instagram] .social-share-button__icon:before {
  content: "" !important; }

.social-share-button--flyout {
  white-space: nowrap;
  text-align: left;
  max-width: 56px; }

.social-share-button--flyout:focus, .social-share-button--flyout:hover {
  max-width: 220px; }

.social-share-button--flyout:focus:before, .social-share-button--flyout:hover:before {
  visibility: visible;
  opacity: 1; }

.social-share-button--flyout:focus .social-share-button__label, .social-share-button--flyout:hover .social-share-button__label {
  display: inline-block;
  color: inherit;
  opacity: 1; }

.social-share-button--chameleon {
  position: relative;
  color: inherit;
  background-color: currentColor; }

.social-share-button--chameleon:focus, .social-share-button--chameleon:hover {
  color: inherit;
  background-color: currentColor; }

.social-share-button--chameleon .social-share-button__icon, .social-share-button--chameleon:focus .social-share-button__label, .social-share-button--chameleon:hover .social-share-button__label {
  color: #fff; }

@media (min-width: 0) and (max-width: 599px) {
  .social-share-button--responsive {
    padding: 12px !important; }
  .social-share-button--responsive[type=gplus] {
    padding: 12px 9px !important; }
  .social-share-button--responsive .social-share-button__icon {
    color: #555; }
  .social-share-button--responsive .social-share-button__icon:before {
    font-size: 1.2em !important; } }

.social-share-button--responsive.social-share-button--chameleon .social-share-button__icon {
  color: #fff; }

.social-share-list {
  padding: 0;
  text-align: center; }

.social-share-list__item {
  line-height: 1;
  list-style: none; }

.social-share-list--vertical .social-share-list__item {
  margin-bottom: 10px;
  text-align: right; }

.social-share-list--horizontal .social-share-list__item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px; }

.social-share-list--horizontal .social-share-list__item:last-child {
  margin-right: 0; }

.social-share-list--no-margin {
  margin-bottom: 0; }

.social-share-list--left-aligned {
  text-align: left; }

.subscribe {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #75A339;
  border-bottom: 2px solid #e6e6e6; }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .subscribe {
    padding-top: 60px;
    padding-bottom: 60px; } }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.subscribe [data-email-capture-success], [data-email-capture-error] {
  display: none; }

.subscribe__artwork {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 260px;
  padding-right: 60px;
  padding-top: 30px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .subscribe__artwork {
    max-width: 200px;
    padding-right: 0;
    padding-top: 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

.subscribe__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .subscribe__content {
    max-width: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.subscribe-form {
  margin-bottom: 30px; }

.subscribe-form .fieldset {
  border: none;
  margin-bottom: 0; }

.subscribe-form .field--checkable-set label {
  color: #999;
  font-size: 16px;
  font-weight: 400; }

.subscribe-form .field--checkable-set .field--checkable.checked label {
  color: #555; }

.subscribe-form .field, .subscribe-form .fieldset__description {
  margin-bottom: 15px; }

.subscribe-form .fieldset__description p:last-child {
  margin-bottom: 0; }

.subscribe-form .field--submission, .subscribe-form .fieldset__children {
  display: inline-block;
  vertical-align: top; }

.subscribe-form .fieldset__children {
  width: 285px;
  margin-right: 15px; }

.subscribe-form .field--submission {
  margin: 0;
  text-align: center; }

.subscribe-form .fieldset__header {
  color: #2f9780; }

.wufoo-form-container {
  padding-left: 160px;
  padding-right: 160px; }

@media (min-width: 600px) and (max-width: 899px) {
  .wufoo-form-container {
    padding-left: 45px;
    padding-right: 45px; } }

.empty-feed-message {
  min-height: 200px; }

@media (min-width: 0) and (max-width: 599px) {
  .subscribe-form .fieldset__children {
    width: 100%;
    margin-right: 0; }
  .subscribe-form .button-group__item, .subscribe-form .field--submission {
    display: block; }
  .wufoo-form-container {
    padding-left: 0;
    padding-right: 0; }
  .empty-feed-message {
    min-height: 60px; } }

@media (min-width: 600px) and (max-width: 899px) {
  .empty-feed-message {
    min-height: 60px; } }

/*! Force output of above line by adding a unicode character. ♫ */
[data-detached-dropdown] {
  position: relative; }

[data-detached-dropdown] [data-detached-dropdown-content] {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  z-index: 10000;
  border-radius: 5px;
  box-shadow: 0 14px 42px 0 rgba(0, 0, 0, 0.2); }

[data-detached-dropdown] [data-detached-dropdown-content-inner] {
  border-radius: 5px;
  overflow: hidden;
  color: #555;
  background: #fff;
  padding: 0; }

[data-detached-dropdown] [data-detached-dropdown-tip] {
  display: block;
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 14px;
  width: 14px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 14px 42px 0 rgba(0, 0, 0, 0.2);
  background: #fff; }

[data-detached-dropdown][data-detached-dropdown-location^=up-] [data-detached-dropdown-tip] {
  bottom: -6px;
  left: 50%;
  margin-left: -7px; }

[data-detached-dropdown][data-detached-dropdown-location^=down-] [data-detached-dropdown-tip] {
  top: -6px;
  left: 50%;
  margin-left: -7px; }

[data-detached-dropdown][data-detached-dropdown-location$="-fluid"] [data-detached-dropdown-content] {
  left: 0;
  right: 0; }

.detached-dropdown--inverse [data-detached-dropdown-tip] {
  background: #555; }

.detached-dropdown--inverse [data-detached-dropdown-content-inner] {
  color: #fff;
  background: #555; }

.detached-dropdown--padded [data-detached-dropdown-content-inner] {
  padding: 10px; }

.oc-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

.flexbox.flexboxlegacy .oc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 100vh; }

.flexbox.flexboxlegacy .oc-wrapper[data-oc-offset-admin-bar] {
  min-height: calc(100vh - 50px); }

.oc-wrapper .oc-content--main {
  -webkit-transition: -webkit-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: -webkit-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  position: relative;
  width: 100%;
  left: 0;
  z-index: 3;
  background: #fff; }

.flexbox.flexboxlegacy .oc-wrapper .oc-content--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.oc-wrapper .oc-content, .oc-wrapper .oc-content[data-oc-variation=left], .oc-wrapper .oc-content[data-oc-variation=right] {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 100%;
  color: #555;
  background: #fff; }

.oc-wrapper .oc-content, .oc-wrapper .oc-content[data-oc-variation=left] {
  top: 0;
  left: 0;
  z-index: 1; }

.oc-wrapper .oc-content:before, .oc-wrapper .oc-content[data-oc-variation=left]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20px;
  box-shadow: inset -15px 0 15px -10px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 1; }

.oc-wrapper .oc-content[data-oc-variation=right] {
  left: auto;
  right: 0;
  z-index: 2; }

.oc-wrapper .oc-content[data-oc-variation=right]:before {
  left: 0;
  right: auto;
  box-shadow: inset 15px 0 15px -10px rgba(0, 0, 0, 0.2); }

.oc-wrapper .oc-content[data-oc-state=active] {
  width: 260px;
  overflow: auto; }

.oc-wrapper .oc-content--main[data-oc-state=active], .oc-wrapper .oc-content--main[data-oc-state=active][data-oc-variation=left] {
  -webkit-transform: translateX(260px);
  -ms-transform: translateX(260px);
  transform: translateX(260px); }

.oc-wrapper .oc-content--main[data-oc-state=active][data-oc-variation=right] {
  -webkit-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  transform: translateX(-260px); }

.no-csstransforms3d .oc-wrapper .oc-content--main[data-oc-state=active], .no-csstransforms3d .oc-wrapper .oc-content--main[data-oc-state=active][data-oc-variation=left] {
  left: 260px; }

.no-csstransforms3d .oc-wrapper .oc-content--main[data-oc-state=active][data-oc-variation=right] {
  left: auto;
  right: 260px; }

.oc-wrapper .oc-content--main, .oc-wrapper::fix-safari .oc-content--main {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.oc-wrapper_:-ms-input-placeholder, :root .oc-wrapper .oc-content--main {
  transition-duration: 0s; }

.tooltip {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 10000;
  -webkit-transition: visibility .2s,opacity .2s;
  transition: visibility .2s,opacity .2s;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 14px 42px 0 rgba(0, 0, 0, 0.2); }

.tooltip[data-tooltip-state=active] {
  visibility: visible;
  opacity: 1; }

.tooltip .tooltip__tip {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 14px;
  width: 14px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  box-shadow: 0 14px 42px 0 rgba(0, 0, 0, 0.2); }

.tooltip .tooltip__content {
  background: #fff;
  color: #555;
  font-size: 16px;
  border-radius: 5px;
  padding: .5rem 1rem; }

.tooltip[data-tooltip-location^=up-] .tooltip__tip {
  bottom: -6px;
  left: 50%;
  margin-left: -7px; }

.tooltip[data-tooltip-location^=down-] .tooltip__tip {
  top: -6px;
  left: 50%;
  margin-left: -7px; }

.tooltip[data-tooltip-location^=left-] .tooltip__tip {
  right: -6px;
  top: 50%;
  margin-top: -7px; }

.tooltip[data-tooltip-location^=right-] .tooltip__tip {
  left: -6px;
  top: 50%;
  margin-top: -7px; }

.tooltip--fluid, .tooltip[data-tooltip-location$="-fluid"] {
  left: 30px;
  right: 30px; }

@media (min-width: 0) and (max-width: 599px) {
  .tooltip--fluid, .tooltip[data-tooltip-location$="-fluid"] {
    left: 15px;
    right: 15px; } }

.tooltip--inverse .tooltip__tip {
  background: #555; }

.tooltip--inverse .tooltip__content {
  background: #555;
  color: #fff; }

.tooltip--spaceless .tooltip__content {
  padding: 0; }

.top-level-nav {
  display: block; }

.top-level-nav__item {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle; }

.top-level-nav__item--first, .top-level-nav__item--no-margin {
  margin-left: 0; }

.top-level-nav__item--oc-trigger {
  border: none;
  border-radius: 0;
  background: 0 0;
  text-align: left;
  padding: 0; }

.top-level-nav__item--oc-trigger:focus, .top-level-nav__item--oc-trigger:hover {
  box-shadow: none;
  text-decoration: none;
  outline: 0; }

.top-level-nav__item--messages-link, .top-level-nav__item--notifications-link {
  display: none; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .top-level-nav__item--messages-dropdown, .top-level-nav__item--notifications-dropdown, .top-level-nav__item--support {
    display: none; }
  .top-level-nav__item--messages-link, .top-level-nav__item--notifications-link {
    display: inline-block; } }

.top-level-nav__item__notification-icon {
  position: relative;
  font-size: 19px; }

.top-level-nav__item__notification-icon:before {
  content: "" !important; }

.top-level-nav__item__notification-icon--mail:before {
  content: "" !important; }

.top-level-nav__item__notification-counter {
  position: absolute;
  top: -13px;
  right: -13px;
  line-height: 1;
  -webkit-font-smoothing: auto; }

.top-level-nav__item__link {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap; }

.top-level-nav__item__link:active, .top-level-nav__item__link:focus, .top-level-nav__item__link:hover, .top-level-nav__item__link:link, .top-level-nav__item__link:visited {
  color: #555;
  text-decoration: none; }

.top-level-nav__item__link:focus {
  outline: rgba(0, 0, 0, 0.3) dotted thin; }

.top-level-nav__item__link--avatar {
  vertical-align: bottom;
  display: inline-block; }

.top-level-nav--light .top-level-nav__item, .top-level-nav--light .top-level-nav__item__link:active, .top-level-nav--light .top-level-nav__item__link:focus, .top-level-nav--light .top-level-nav__item__link:hover, .top-level-nav--light .top-level-nav__item__link:link, .top-level-nav--light .top-level-nav__item__link:visited {
  color: #fff; }

.top-level-nav--light .top-level-nav__item__link:focus {
  outline: rgba(255, 255, 255, 0.3) dotted thin; }

.footer-level-nav {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px; }

.footer-level-nav > .list__item, .footer-level-nav > li {
  display: inline-block;
  margin-left: 10px;
  margin-top: 0; }

.footer-level-nav > .list__item:first-child, .footer-level-nav > li:first-child {
  margin-left: 0; }

.footer-level-nav__item {
  margin-left: 10px; }

.footer-level-nav__item[data-state=selected] {
  color: #555; }

.footer-level-nav__item__link {
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #999;
  border-bottom: solid 2px rgba(153, 153, 153, 0); }

.footer-level-nav__item__link:active, .footer-level-nav__item__link:focus, .footer-level-nav__item__link:hover, .footer-level-nav__item__link:link, .footer-level-nav__item__link:visited {
  text-decoration: none;
  border-color: currentColor; }

.footer-level-nav__item__link:active, .footer-level-nav__item__link:link, .footer-level-nav__item__link:visited {
  color: #999;
  border-color: rgba(153, 153, 153, 0); }

.footer-level-nav__item__link:focus, .footer-level-nav__item__link:hover {
  color: #999;
  border-color: rgba(153, 153, 153, 0.5); }

.footer-links-menu {
  margin-bottom: 0; }

.footer-links-menu__heading {
  display: none; }

.footer-links-menu__items {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.footer-links-menu__items__item {
  margin-bottom: 10px; }

.footer-links-menu__items__item:last-child {
  margin-bottom: 0; }

.footer-links-menu__items__item__link {
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out;
  color: #555;
  border-bottom: solid 2px rgba(85, 85, 85, 0); }

.footer-links-menu__items__item__link:active, .footer-links-menu__items__item__link:focus, .footer-links-menu__items__item__link:hover, .footer-links-menu__items__item__link:link, .footer-links-menu__items__item__link:visited {
  text-decoration: none;
  border-color: currentColor; }

.footer-links-menu__items__item__link:active, .footer-links-menu__items__item__link:link, .footer-links-menu__items__item__link:visited {
  color: #555;
  border-color: rgba(85, 85, 85, 0); }

.footer-links-menu__items__item__link:focus, .footer-links-menu__items__item__link:hover {
  color: #555;
  border-color: rgba(85, 85, 85, 0.5); }

.locale-switcher {
  display: inline-block; }

.locale-switcher__icon {
  display: inline-block;
  margin-right: 10px; }

.locale-switcher__nav {
  display: inline-block; }

.site-header {
  width: 100%;
  background: 0 0;
  margin: 0 auto; }

@media print {
  .site-header {
    display: none; } }

.site-header__inner1 {
  width: 100%;
  position: relative;
  z-index: 4;
  margin: 0 auto;
  padding: 20px 15px; }

@media (min-width: 0) and (max-width: 599px) {
  .site-header__inner1 {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.site-header__inner1:after, .site-header__inner1:before {
  content: " ";
  display: table; }

.site-header__inner1:after {
  clear: both; }

.site-header__inner2 {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  display: table;
  position: relative;
  width: 100%; }

@media (min-width: 0) and (max-width: 599px) {
  .site-header__inner2 {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.site-header__item {
  display: table-cell;
  vertical-align: middle;
  color: #555; }

.site-header__item--branding, .site-header__site-logo, .site-header__site-logo:hover {
  color: inherit; }

.site-header__site-logo:focus {
  outline: rgba(0, 0, 0, 0.3) dotted thin; }

.site-header__site-logo__image {
  display: inline-block;
  text-align: center;
  height: 29px;
  width: 120px; }

@media (min-width: 600px) and (max-width: 899px), (min-width: 0) and (max-width: 599px) {
  .site-header__site-logo__image {
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    width: 120px;
    height: 29px;
    background-image: url(/blog/wp-content/dist/asimov/images/99designs-wordmark-92329304f5.svg);
    text-indent: -9999px; } }

.site-header__site-logo__image > svg path {
  fill: currentColor; }

.site-header__item--left-oc-trigger, .site-header__item--right-oc-trigger {
  width: 1%; }

.site-header__item--branding {
  width: 1%;
  line-height: 1; }

.site-header__item--primary-navigation {
  padding-left: 45px; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .site-header__item--branding {
    width: 100%;
    text-align: center; }
  .site-header__item--primary-navigation, .site-header__item--secondary-navigation {
    display: none; } }

.site-header__item--secondary-navigation {
  text-align: right; }

.site-header__item--focused-navigation {
  padding-left: 30px;
  width: 100%;
  text-align: right; }

.site-header__item--account-navigation {
  padding-left: 30px;
  width: 1%; }

.site-header__left-oc-trigger {
  border: none;
  border-radius: 0;
  background: 0 0;
  text-align: left;
  padding: 0;
  color: #555;
  font-size: 25px; }

.site-header__left-oc-trigger:before {
  content: "" !important;
  margin-left: 0;
  margin-right: 0; }

.site-header__left-oc-trigger:focus, .site-header__left-oc-trigger:hover {
  box-shadow: none;
  text-decoration: none;
  outline: 0; }

.site-header__left-oc-trigger:hover {
  text-decoration: none;
  color: inherit; }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .site-header__item--left-oc-trigger, .site-header__item--right-oc-trigger {
    display: none; }
  .site-header--signed-in .site-header__inner1 {
    padding-top: 15px; } }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .site-header__item--account-navigation, .site-header__item--focused-navigation {
    display: none; }
  .site-header--signed-in .site-header__site-logo__image {
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    width: 46px;
    height: 24px;
    background-image: url(/blog/wp-content/dist/asimov/images/99d-logomark-791f7f194d.svg); } }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .site-header--signed-in .site-header__site-logo__image {
    width: 60px;
    height: 60px;
    margin-top: -15px; } }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .site-header--signed-in .site-header__item--branding {
    width: 1%;
    padding-left: 30px; }
  .site-header--signed-in .site-header__item--secondary-navigation {
    display: table-cell; }
  .site-header--signed-in .site-header__item--right-oc-trigger {
    padding-left: 30px;
    text-align: right; } }

.site-header--light .site-header__site-logo:focus {
  outline: rgba(255, 255, 255, 0.3) dotted thin; }

.site-header--light .site-header__site-logo__image {
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  width: 120px;
  height: 29px;
  background-image: url(/blog/wp-content/dist/asimov/images/99designs-wordmark-white-01b3597ac3.svg);
  text-indent: -9999px; }

.site-header--light .site-header__left-oc-trigger {
  color: #fff; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .site-header--light.site-header--signed-in .site-header__site-logo__image {
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    width: 46px;
    height: 24px;
    background-image: url(/blog/wp-content/dist/asimov/images/99d-logomark-white-84c6dc761a.svg); } }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .site-header--light.site-header--signed-in .site-header__site-logo__image {
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background-image: url(/blog/wp-content/dist/asimov/images/99d-logomark-in-square-white-8b580ea9c9.svg); } }

.brand-only-site-header {
  background: 0 0;
  margin: 0 auto; }

@media print {
  .brand-only-site-header {
    display: none; } }

.brand-only-site-header__inner1 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }

@media (min-width: 0) and (max-width: 599px) {
  .brand-only-site-header__inner1 {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.brand-only-site-header__inner1:after, .brand-only-site-header__inner1:before {
  content: " ";
  display: table; }

.brand-only-site-header__inner1:after {
  clear: both; }

.brand-only-site-header__inner2 {
  position: relative;
  float: left;
  padding: 30px 15px; }

@media (min-width: 0) and (max-width: 599px) {
  .brand-only-site-header__inner2 {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .brand-only-site-header__inner2 {
    padding-top: 45px;
    padding-bottom: 45px; } }

.brand-only-site-header__site-logo:focus {
  outline: rgba(0, 0, 0, 0.3) dotted thin; }

.brand-only-site-header__site-logo__image {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  width: 120px;
  height: 29px;
  background-image: url(/blog/wp-content/dist/asimov/images/99designs-wordmark-92329304f5.svg);
  text-indent: -9999em;
  display: inline-block;
  text-align: center; }

.site-header-updates-panel {
  text-align: left; }

.site-header-updates-panel .site-header-updates-panel__header {
  width: 100%;
  margin: 0;
  padding: 15px; }

.site-header-updates-panel .site-header-updates-panel__header:after, .site-header-updates-panel .site-header-updates-panel__header:before {
  content: " ";
  display: table; }

.site-header-updates-panel .site-header-updates-panel__header:after {
  clear: both; }

.site-header-updates-panel .site-header-updates-panel__title {
  position: relative;
  padding-right: 15px;
  width: 50%;
  float: left;
  padding-left: 0; }

@media (min-width: 0) and (max-width: 599px) {
  .site-header-updates-panel .site-header-updates-panel__title {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.site-header-updates-panel .site-header-updates-panel__settings {
  position: relative;
  padding-left: 15px;
  width: 50%;
  float: right;
  text-align: right;
  padding-right: 0; }

@media (min-width: 0) and (max-width: 599px) {
  .site-header-updates-panel .site-header-updates-panel__settings {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.site-header-updates-panel .site-header-updates-panel__settings__link, .site-header-updates-panel .site-header-updates-panel__settings__link:hover {
  color: #555; }

.site-header-updates-panel .site-header-updates-panel__body {
  background: #fff;
  border-top: #f3f2f0 1px solid;
  border-bottom: #f3f2f0 1px solid;
  padding: 0 15px; }

.site-header-updates-panel .site-header-updates-panel__info {
  padding: 15px 0;
  font-size: 12px; }

.site-header-updates-panel .site-header-updates-panel__footer {
  width: 100%;
  margin: 0;
  padding: 0; }

.site-header-updates-panel .site-header-updates-panel__footer:after, .site-header-updates-panel .site-header-updates-panel__footer:before {
  content: " ";
  display: table; }

.site-header-updates-panel .site-header-updates-panel__footer:after {
  clear: both; }

.site-header-updates-panel .site-header-updates-panel__footer, .site-header-updates-panel .site-header-updates-panel__header {
  font-size: 14px;
  color: #555; }

.site-header-updates-panel .site-header-updates-panel__see-all {
  position: relative;
  float: left;
  color: #555;
  width: 350px;
  text-align: center;
  padding: 15px; }

@media (min-width: 0) and (max-width: 599px) {
  .site-header-updates-panel .site-header-updates-panel__see-all {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media print {
  .site-header-updates-panel {
    display: none; } }

.site-header-update {
  white-space: normal;
  padding: 0;
  border-bottom: #f3f2f0 1px solid;
  margin-left: -15px;
  margin-right: -15px; }

.site-header-update:last-child {
  border-bottom: 0; }

.site-header-update .site-header-update__inner {
  display: table;
  width: 100%;
  padding: 15px;
  color: #555; }

.site-header-update .site-header-update__inner > .site-header-update__body {
  display: table-cell;
  padding: 0 0 0 30px; }

.site-header-update .site-header-update__inner > .site-header-update__icon {
  display: table-cell;
  width: 1%; }

.site-header-update .site-header-update__inner > .site-header-update__icon > img {
  display: inline-block;
  max-width: none; }

.site-header-update .site-header-update__inner > .site-header-update__body, .site-header-update .site-header-update__inner > .site-header-update__icon {
  vertical-align: top; }

.site-header-update .site-header-update__inner:hover {
  color: #555;
  text-decoration: none;
  background: #f3f2f0; }

.site-header-update .site-header-update__icon img {
  width: 50px;
  height: 50px; }

.site-header-update .site-header-update__body {
  padding: 0 0 0 15px !important; }

.site-header-update .site-header-update__body, .site-header-update .site-header-update__message, .site-header-update .site-header-update__time {
  font-size: 12px; }

.site-header-update .site-header-update__message > .faux-link {
  color: #555;
  font-weight: 700; }

.site-header-update .site-header-update__message--truncated {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px; }

.site-footer {
  background: #f3f2f0; }

@media print {
  .site-footer {
    display: none; } }

.site-footer__navigation {
  width: 100%;
  margin: 0;
  padding: 60px 0 0;
  display: block; }

.site-footer__navigation:after, .site-footer__navigation:before {
  content: " ";
  display: table; }

.site-footer__navigation:after {
  clear: both; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .site-footer__navigation {
    display: none; } }

.site-footer__navigation__group {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  float: left; }

@media (min-width: 0) and (max-width: 599px) {
  .site-footer__navigation__group {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.site-footer__navigation__inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
  border-bottom: #e6e6e6 2px solid;
  margin: 0 auto; }

@media (min-width: 0) and (max-width: 599px) {
  .site-footer__navigation__inner {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.site-footer__navigation__inner:after, .site-footer__navigation__inner:before {
  content: " ";
  display: table; }

.site-footer__navigation__inner:after {
  clear: both; }

.site-footer__sub {
  width: 100%;
  margin: 0 auto;
  padding: 15px; }

@media (min-width: 0) and (max-width: 599px) {
  .site-footer__sub {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.site-footer__sub:after, .site-footer__sub:before {
  content: " ";
  display: table; }

.site-footer__sub:after {
  clear: both; }

.site-footer__sub__inner {
  position: relative;
  width: 100%;
  float: left;
  padding: 15px; }

.site-footer__legal {
  float: left;
  text-align: left; }

.site-footer__legal__copyright-message {
  color: #999;
  font-size: 14px; }

.site-footer__legal__privacy-links {
  margin-left: 10px;
  display: inline-block;
  font-size: 14px; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .site-footer__legal {
    text-align: center;
    float: none; }
  .site-footer__legal__privacy-links {
    margin-left: 0;
    display: block; } }

.site-footer__language {
  margin-left: 10px;
  float: left; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .site-footer__language {
    margin-top: 15px;
    text-align: center;
    float: none;
    margin-left: 0; } }

.site-footer__socials {
  float: right;
  text-align: right; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .site-footer__socials {
    margin-top: 15px;
    text-align: center;
    float: none; } }

.menu__item--spacious-separated {
  margin-top: 20px;
  padding-top: 30px; }

.site-header__item--account-navigation, .site-header__item.site-header__item--right-oc-trigger {
  display: none; }

figure.figure--left, figure.figure--right {
  max-width: 450px;
  display: inline-block; }

figure.figure--left {
  float: left;
  margin-right: 30px;
  margin-left: 0; }

figure.figure--right {
  float: right;
  margin-right: 0;
  margin-left: 30px; }

figure.figure--full {
  margin-right: 0;
  margin-left: 0; }

figure.figure--full amp-img, figure.figure--full img {
  display: block;
  margin: 0 auto; }

@media (min-width: 600px) and (max-width: 899px) {
  figure, figure.figure--left, figure.figure--right {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none; } }

@media (min-width: 0) and (max-width: 599px) {
  .site-footer__sub__inner {
    padding-left: 7.5px;
    padding-right: 7.5px; }
  figure, figure.figure--left, figure.figure--right {
    margin-right: 0;
    margin-left: 0;
    float: none; } }

@media (min-width: 600px) and (max-width: 899px), (min-width: 900px) and (max-width: 1299px), (min-width: 1300px) {
  .flag--comment {
    display: table;
    width: 100%; }
  .flag--comment > .flag__mast {
    vertical-align: top;
    display: table-cell;
    width: 1%; }
  .flag--comment > .flag__flag {
    vertical-align: top;
    display: table-cell;
    padding: 0 0 0 30px;
    width: 100%; } }

/*! Force output of above line by adding a unicode character. ♫ */
@-webkit-keyframes slide-in-from-bottom {
  0% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide-in-from-bottom {
  0% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slide-out-to-bottom {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slide-out-to-bottom {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

.catfish {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 -3px 9px 0 rgba(0, 0, 0, 0.1); }

.catfish__inner {
  position: relative;
  padding: 15px; }

.catfish__dismiss {
  position: absolute;
  right: 15px;
  top: 15px; }

.catfish[data-state=hidden] {
  display: none; }

.catfish[data-state=hide] {
  -webkit-animation: slide-out-to-bottom .75s forwards ease-in-out;
  animation: slide-out-to-bottom .75s forwards ease-in-out; }

.catfish[data-state=show] {
  -webkit-animation: slide-in-from-bottom .75s forwards ease-in-out;
  animation: slide-in-from-bottom .75s forwards ease-in-out; }

.email-capture-artwork__caption {
  line-height: 3; }

.email-capture-artwork--lightbox {
  padding-top: 45px; }

.email-capture-form {
  position: relative; }

.email-capture-form:after, .email-capture-form:before {
  content: " ";
  display: table; }

.email-capture-form:after {
  clear: both; }

.email-capture-form .field, .email-capture-form .field__input {
  margin-bottom: 0; }

.email-capture-form__validation {
  display: none;
  clear: both;
  padding-top: 15px; }

.email-capture-form__validation .alert {
  margin-bottom: 15px; }

@media (min-width: 900px) and (max-width: 1299px) {
  .catfish__inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
  .email-capture-form__actions {
    float: left; }
  .email-capture-form__form__title {
    position: absolute;
    margin-top: 7px; } }

@media (min-width: 1300px) {
  .catfish__inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
  .email-capture-form__actions {
    float: left; }
  .email-capture-form__form__title {
    position: absolute;
    margin-top: 7px; } }

@media (min-width: 600px) and (max-width: 899px) {
  .email-capture-form__actions .button[data-email-capture-submit-button] {
    display: none; }
  .email-capture-form__form__title {
    margin-bottom: 30px;
    max-width: 80%;
    display: none; } }

.email-capture-form__form__artwork {
  display: none; }

@media (min-width: 0) and (max-width: 599px) {
  .email-capture-form__actions .button[data-email-capture-submit-button] {
    display: none; }
  .email-capture-form__form__title {
    margin-bottom: 30px;
    max-width: 80%; }
  .email-capture-form__form__artwork {
    display: block;
    margin-bottom: 30px; }
  .email-capture-form__form__email {
    margin-bottom: 7px; } }

@media (min-width: 900px) and (max-width: 1299px) {
  .email-capture-form__form__email {
    display: inline-block; } }

@media (min-width: 1300px) {
  .email-capture-form__form__email {
    display: inline-block; } }

.email-capture-form__actions__step-guard {
  display: none; }

.email-capture-form__actions__step-guard:after, .email-capture-form__actions__step-guard:before {
  content: " ";
  display: table; }

.email-capture-form__actions__step-guard:after {
  clear: both; }

.email-capture-form__actions__step-guard .button {
  max-width: 80%; }

.download-form .email-capture-form__actions__step-guard .fieldset__header, .download-form-confirmation .email-capture-form__actions__step-guard .download-form-confirmation__header, .email-capture-form__actions__step-guard .contests__item-title, .email-capture-form__actions__step-guard .contests__title, .email-capture-form__actions__step-guard .download-form .fieldset__header, .email-capture-form__actions__step-guard .download-form-confirmation .download-form-confirmation__header, .email-capture-form__actions__step-guard .heading {
  display: none; }

@media (min-width: 0) and (max-width: 599px) {
  .email-capture-form__actions__step-guard {
    display: block; }
  .email-capture-form[data-form-requested=true] .button[data-email-capture-submit-button] {
    display: block;
    width: 100%; }
  .email-capture-form[data-form-requested=true] .email-capture-form__form {
    opacity: 1;
    height: auto; } }

@media (min-width: 600px) and (max-width: 899px) {
  .email-capture-form__form__email {
    margin-bottom: 7px; }
  .email-capture-form__actions__step-guard {
    display: block; }
  .email-capture-form[data-form-requested=true] .button[data-email-capture-submit-button] {
    display: block;
    width: auto; }
  .email-capture-form[data-form-requested=true] .email-capture-form__form {
    opacity: 1;
    height: auto;
    width: 70%; }
  .email-capture-form[data-form-requested=true] .email-capture-form__form__email .field {
    margin-right: 10px; } }

.email-capture-form[data-form-requested=true] .email-capture-form__actions__step-guard {
  display: none; }

.email-capture-form--catfish .email-capture-form__form {
  text-align: right;
  float: left;
  width: 80%;
  padding-right: 10px; }

.email-capture-form--lightbox .field {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 7px; }

.email-capture-form--lightbox .field--icon-label {
  margin-right: 7px; }

.email-capture-form--lightbox .field__message {
  text-align: left;
  margin-top: 7px; }

.product-cta-interjection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 160px 1.6rem;
  border-color: #e6e6e6;
  border-style: solid;
  padding-top: 30px;
  padding-bottom: 30px;
  border-width: 1px 0; }

@media (min-width: 600px) and (max-width: 899px) {
  .email-capture-form--catfish .email-capture-form__form {
    text-align: left;
    opacity: 0;
    height: 0;
    width: 100%;
    padding-right: 0; }
  .product-cta-interjection {
    display: block;
    margin-left: 45px;
    margin-right: 45px; } }

@media (min-width: 0) and (max-width: 599px) {
  .email-capture-form--catfish .email-capture-form__form {
    text-align: left;
    opacity: 0;
    height: 0;
    width: 100%;
    padding-right: 0; }
  .product-cta-interjection {
    display: block;
    margin-left: 0;
    margin-right: 0; } }

.product-cta-interjection__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .product-cta-interjection__text {
    margin-bottom: 15px; } }

.product-cta-interjection__cta {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right; }

.product-cta-interjection__cta a.button--chameleon {
  color: inherit; }

.hero {
  position: relative;
  padding-top: 90px;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #f3f2f0;
  background-image: -webkit-linear-gradient(#fff, #f3f2f0);
  background-image: linear-gradient(#fff, #f3f2f0); }

.hero__content {
  position: relative; }

.hero--featured {
  margin-bottom: 250px; }

@media (min-width: 600px) and (max-width: 899px) {
  .product-cta-interjection__cta {
    text-align: left; }
  .hero--featured {
    margin-bottom: 190px; } }

.hero--featured .hero__content {
  margin-bottom: -250px; }

@media (min-width: 600px) and (max-width: 899px) {
  .hero--featured .hero__content {
    margin-bottom: -190px; } }

.hero-content__header + .hero-content__figure {
  margin-top: 60px; }

.hero-content__header__title {
  margin-bottom: 5px; }

.hero-content__header__sub-title {
  max-width: 410px; }

.hero-content__header__sub-title + .hero-content__tags {
  margin-top: 22px; }

.hero-content__tags {
  max-width: 410px; }

.hero-content__tags + .hero-content__figure {
  margin-top: 50px; }

.featured-article, .featured-article__image {
  position: relative; }

.featured-article__image, .featured-article__image a, .featured-article__image img {
  display: block; }

.featured-article__image a img {
  box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }

.featured-article__image a:hover img {
  box-shadow: 0 14px 42px 0 rgba(0, 0, 0, 0.2); }

.featured-article__caption {
  position: relative; }

.featured-article--frontpage .featured-article__image {
  -webkit-transform: translateX(-235px);
  -ms-transform: translateX(-235px);
  transform: translateX(-235px); }

@media (min-width: 0) and (max-width: 599px) {
  .featured-article--frontpage .featured-article__image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.featured-article--frontpage .featured-article__caption {
  position: absolute;
  top: 185px;
  right: 0;
  display: block;
  width: 300px;
  height: 300px;
  padding: 45px;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px); }

@media (min-width: 600px) and (max-width: 899px) {
  .featured-article--frontpage .featured-article__caption {
    top: 60px;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px); } }

@media (min-width: 0) and (max-width: 599px) {
  .featured-article--frontpage .featured-article__caption {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    width: 270px;
    height: 270px;
    padding: 30px; } }

.featured-article--frontpage .featured-article__caption__tile {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding: 45px;
  top: 0;
  left: 0;
  box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  background-color: currentColor;
  color: inherit;
  text-decoration: none; }

.featured-article--frontpage .featured-article__caption__tile:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.featured-article--frontpage .featured-article__caption__tile:hover {
  box-shadow: 0 14px 42px 0 rgba(0, 0, 0, 0.2); }

.featured-article--frontpage .featured-article__caption__tile:hover:before {
  opacity: .05; }

@media (min-width: 0) and (max-width: 599px) {
  .featured-article--frontpage .featured-article__caption__tile {
    padding: 30px; } }

.featured-article--frontpage .featured-article__caption__tile__inner {
  position: relative; }

.featured-article--channel {
  width: 100%;
  margin: 0; }

.featured-article--channel:after, .featured-article--channel:before {
  content: " ";
  display: table; }

.featured-article--channel:after {
  clear: both; }

.featured-article--channel .featured-article__image {
  max-width: 510px;
  margin-bottom: 30px; }

@media (min-width: 900px) and (max-width: 1299px) {
  .featured-article--channel .featured-article__image {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    margin-top: 7px;
    margin-bottom: 0; } }

@media (min-width: 1300px) {
  .featured-article--channel .featured-article__image {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    margin-top: 7px;
    margin-bottom: 0; } }

.featured-article--channel .featured-article__caption {
  max-width: 510px; }

@media (min-width: 900px) and (max-width: 1299px) {
  .featured-article--channel .featured-article__caption {
    position: relative;
    padding-right: 0;
    width: 50%;
    float: left;
    max-width: none;
    padding-left: 30px; } }

@media (min-width: 1300px) {
  .featured-article--channel .featured-article__caption {
    position: relative;
    padding-right: 0;
    width: 50%;
    float: left;
    max-width: none;
    padding-left: 30px; } }

.featured-article--channel .featured-article__caption__meta__term-list {
  float: left;
  margin-left: 30px;
  margin-bottom: 15px; }

.featured-article--channel .featured-article__caption__meta__article-meta {
  float: left;
  color: #999;
  font-size: 14px;
  margin-left: 15px;
  margin-top: 3px;
  margin-bottom: 15px; }

.featured-article--channel .featured-article__caption__meta__description {
  clear: both;
  margin-left: 30px;
  margin-bottom: 15px; }

.featured-article--channel .featured-article__caption__meta__link {
  margin-left: 30px; }

.related-feed-item {
  display: block; }

.related-feed-item ~ .related-feed-item {
  margin-top: 15px; }

.related-feed-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none; }

.related-feed-item__link:hover {
  text-decoration: none; }

.related-feed-item__link:hover .related-feed-item__link__image amp-img, .related-feed-item__link:hover .related-feed-item__link__image img {
  box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.1); }

.related-feed-item__link__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px; }

.related-feed-item__link__image amp-img, .related-feed-item__link__image img {
  display: block;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1); }

.related-feed-item__link__title {
  color: #555; }

.article-share .article-share__progress {
  text-align: right;
  visibility: hidden;
  opacity: 0; }

.article-share[data-state=highlighted] .article-share__progress {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear; }

@media (min-width: 0) and (max-width: 599px), (min-width: 600px) and (max-width: 899px) {
  .article-share .article-share__progress {
    display: none; } }

body > .article-share {
  position: fixed;
  top: 150px;
  right: 40px;
  z-index: 90; }

.secondary-header {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin: 0 auto; }

@media (min-width: 0) and (max-width: 599px) {
  .secondary-header {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.secondary-header:after, .secondary-header:before {
  content: " ";
  display: table; }

.secondary-header:after {
  clear: both; }

.site-header + .secondary-header {
  margin-top: 20px; }

.secondary-header .menu {
  min-width: 200px; }

.secondary-header .menu__item:not(.menu__item--separated) .menu__item__action__label {
  color: #999;
  font-size: 14px; }

.secondary-header__inner {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left; }

.secondary-header__inner:after, .secondary-header__inner:before {
  content: " ";
  display: table; }

.secondary-header__inner:after {
  clear: both;
  content: "";
  display: block;
  position: relative;
  border-bottom: 2px solid #e6e6e6;
  padding-top: 15px; }

.secondary-header__inner__nav {
  float: left; }

.secondary-header__inner__search {
  float: right; }

.secondary-header-nav-item {
  display: none !important; }

@media (min-width: 0) and (max-width: 599px) {
  .secondary-header__inner {
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .secondary-header-nav-item--small {
    display: inline !important; } }

@media (min-width: 600px) and (max-width: 899px) {
  .secondary-header .menu {
    min-width: 260px; }
  .secondary-header-nav-item--medium {
    display: inline !important; } }

@media (min-width: 900px) and (max-width: 1299px) {
  .secondary-header .menu {
    min-width: 260px; }
  .secondary-header-nav-item--normal {
    display: inline !important; } }

@media (min-width: 1300px) {
  .secondary-header .menu {
    min-width: 260px; }
  .secondary-header-nav-item--large {
    display: inline !important; } }

.slideshow-window {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 60px !important;
  background-color: transparent !important;
  border: none !important; }

.logo-container-mid-page {
  background-size: contain;
  background-position: center;
  height: 180px;
  margin: -20px auto 20px;
  padding-bottom: 20px;
  background-repeat: no-repeat; }
  .no-webp .logo-container-mid-page {
    background: url(https://images.sunsationalswimschool.com/pages/logo.png); }
  .webp .logo-container-mid-page {
    background: url(https://images.sunsationalswimschool.com/pages/logo.webp); }

h1 span.sunsational-header-orange {
  color: #f4a100;
  font-family: "LeckerliOne-Regular";
  font-size: 54px; }

.power-statement {
  font-size: 1.2em;
  color: #066ba7;
  font-weight: 800; }

div.reviews-container div.review-container div.review-text {
  font-size: 16px; }

div.border-container div.text-container h4 {
  width: fit-content; }

.price-blocks {
  padding: 40px;
  max-width: 1200px; }

.pricing-block {
  width: 32%;
  display: inline-block;
  margin: 0 .5%; }

@media screen and (max-width: 879px) {
  .pricing-block {
    display: block;
    width: 100%;
    margin: auto; } }

/*parent-tot pricing block*/
#parent-tot {
  width: 45%;
  display: block;
  margin: auto; }

@media screen and (max-width: 879px) {
  #parent-tot {
    display: block;
    width: 100%;
    margin: auto; } }

/*end parent-tot pricing block*/
.package-option-headers {
  font-size: small;
  font-weight: 800;
  display: flex; }

.package-option-selections {
  border: 1px solid #df9f0a;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 2px 0 rgba(0, 0, 0, 0.005);
  display: flex; }

.package-option {
  display: inline-block;
  flex: 1;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  line-height: 1.3; }

button.package-option.selected {
  color: white;
  border: 0; }

#thirty-mins button.package-option.selected,
#ninety-mins button.package-option.selected {
  background-color: #1774ad; }

#forty-five-mins button.package-option.selected,
#one-twenty-mins button.package-option.selected {
  background-color: #f50004; }

#sixty-mins button.package-option.selected,
#one-fifty-mins button.package-option.selected,
#parent-tot button.package-option.selected {
  background-color: #df9f0a; }

@media screen and (max-width: 1150px) {
  .package-option {
    padding: 10px 0; } }

@media screen and (max-width: 1065px) {
  .package-option {
    padding: 10px 0; } }

.price-list {
  border: 3px solid;
  padding: 65px 40px; }

#thirty-mins .price-list,
#ninety-mins .price-list {
  border-color: #1774ad; }

#forty-five-mins .price-list,
#one-twenty-mins .price-list {
  border-color: #f50004;
  padding-top: 75px; }

#sixty-mins .price-list,
#one-fifty-mins .price-list,
#parent-tot .price-list {
  border-color: #df9f0a;
  background-size: 114px;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-top: 85px; }
  .no-webp #sixty-mins .price-list, .no-webp
  #one-fifty-mins .price-list, .no-webp
  #parent-tot .price-list {
    background-image: url(https://images.sunsationalswimschool.com/illustrations/swim-students-high-five-transparent-bg.png); }
  .webp #sixty-mins .price-list, .webp
  #one-fifty-mins .price-list, .webp
  #parent-tot .price-list {
    background-image: url(https://images.sunsationalswimschool.com/illustrations/swim-students-high-five-transparent-bg.webp); }

.pricing-block-logo {
  border-radius: 100%;
  border: 4px solid #1774ad;
  overflow: hidden;
  width: 164px;
  height: 164px;
  margin: auto;
  background-position: center;
  background-size: cover !important;
  margin-bottom: -45px;
  z-index: 2;
  position: relative; }

.no-webp #thirty-mins .pricing-block-logo {
  background: url(https://images.sunsationalswimschool.com/pages/baby-swim-lessons-30-mins.jpg); }

.webp #thirty-mins .pricing-block-logo {
  background: url(https://images.sunsationalswimschool.com/pages/baby-swim-lessons-30-mins.webp); }

#forty-five-mins .pricing-block-logo {
  border-color: #f50004; }
  .no-webp #forty-five-mins .pricing-block-logo {
    background: url(https://images.sunsationalswimschool.com/pages/toddler-swim-lessons-45-mins.jpg); }
  .webp #forty-five-mins .pricing-block-logo {
    background: url(https://images.sunsationalswimschool.com/pages/toddler-swim-lessons-45-mins.webp); }

#sixty-mins .pricing-block-logo {
  border-color: #df9f0a; }
  .no-webp #sixty-mins .pricing-block-logo {
    background: url(https://images.sunsationalswimschool.com/pages/kids-swim-lessons-60-mins.jpg); }
  .webp #sixty-mins .pricing-block-logo {
    background: url(https://images.sunsationalswimschool.com/pages/kids-swim-lessons-60-mins.webp); }

.no-webp #ninety-mins .pricing-block-logo {
  background: url(https://images.sunsationalswimschool.com/pages/infant-swim-lessons-150-mins.jpg); }

.webp #ninety-mins .pricing-block-logo {
  background: url(https://images.sunsationalswimschool.com/pages/infant-swim-lessons-150-mins.webp); }

#one-twenty-mins .pricing-block-logo {
  border-color: #f50004; }
  .no-webp #one-twenty-mins .pricing-block-logo {
    background: url(https://images.sunsationalswimschool.com/pages/child-swim-lessons-120-mins.jpg); }
  .webp #one-twenty-mins .pricing-block-logo {
    background: url(https://images.sunsationalswimschool.com/pages/child-swim-lessons-120-mins.webp); }

#one-fifty-mins .pricing-block-logo {
  border-color: #df9f0a; }
  .no-webp #one-fifty-mins .pricing-block-logo {
    background: url(https://images.sunsationalswimschool.com/pages/adult-swim-lessons-90-mins.jpg); }
  .webp #one-fifty-mins .pricing-block-logo {
    background: url(https://images.sunsationalswimschool.com/pages/adult-swim-lessons-90-mins.webp); }

.no-webp #parent-tot .pricing-block-logo {
  background: url(https://images.sunsationalswimschool.com/pages/parent-and-tot-swim-lessons-30-mins.jpg); }

.webp #parent-tot .pricing-block-logo {
  background: url(https://images.sunsationalswimschool.com/pages/parent-and-tot-swim-lessons-30-mins.webp); }

.price-list-title {
  padding: 5px;
  color: #1774ad;
  font-size: 30px;
  margin-bottom: 22px;
  text-align: center;
  font-family: BebasNeue;
  font-size: 28px;
  line-height: 1; }

#forty-five-mins .price-list-title,
#one-twenty-mins .price-list-title {
  color: #f50004; }

#sixty-mins .price-list-title,
#one-fifty-mins .price-list-title,
#parent-tot .price-list-title {
  color: #df9f0a; }

.price-list-title h2 {
  font-family: BebasNeue;
  font-size: 26px;
  color: #fff; }

span.calculated-price {
  text-decoration: underline; }

.student-description {
  text-align: center;
  margin-bottom: 42px; }

.package-option-headers .lowest-price {
  padding: 0;
  font-size: small; }

.package-option-headers .most-popular {
  padding: 0;
  font-size: small;
  color: #fd1819; }

.package-option-headers .most-popular::after {
  position: absolute;
  margin-top: -18px;
  z-index: -1; }
  .no-webp .package-option-headers .most-popular::after {
    content: url(https://images.sunsationalswimschool.com/logos/logo-round-sun-38x38.png); }
  .webp .package-option-headers .most-popular::after {
    content: url(https://images.sunsationalswimschool.com/logos/logo-round-sun-38x38.webp); }

@media screen and (max-width: 977px) {
  .package-option-headers .most-popular::after {
    margin-top: -33px;
    margin-left: -8px; } }

.package-option-headers .best-value {
  font-size: small;
  padding: 0;
  color: #df9f0a;
  align-self: flex-end; }

.price-per-lesson {
  font-size: 24px;
  margin-top: 20px;
  color: #f50004; }

#thirty-mins .price-per-lesson,
#ninety-mins .price-per-lesson {
  color: #1774ad; }

#sixty-mins .price-per-lesson,
#one-fifty-mins .price-per-lesson,
#parent-tot .price-per-lesson {
  color: #df9f0a; }

.package-benefits {
  margin-top: 10px;
  display: inline-block;
  width: 100%; }

.package-benefit {
  width: calc(100% - 14px);
  margin: 4px; }

.package-benefit::before {
  content: "✓";
  width: 10px;
  height: 10px;
  color: red;
  margin-right: 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: 800; }

#thirty-mins .package-benefit::before,
#ninety-mins .package-benefit::before {
  color: #1774ad; }

#sixty-mins .package-benefit::before,
#one-fifty-mins .package-benefit::before,
#parent-tot .package-benefit::before {
  color: #df9f0a; }

span.lsg-requirements {
  font-size: 12px;
  color: grey; }

.CTA {
  padding: 5px 10%;
  margin: 31px auto 0;
  color: white;
  width: 100%;
  border-radius: 30px;
  box-shadow: none;
  border: 0;
  background: #fd1819;
  font-family: BebasNeue;
  font-size: 30px;
  text-align: center; }

#thirty-mins button.package-option:active,
#ninety-mins button.package-option:active {
  background: #1774ad; }

#forty-five-mins button.package-option:active,
#one-twenty-mins button.package-option:active {
  background: #f50004; }

#sixty-mins button.package-option:active,
#one-fifty-mins button.package-option:active,
#parent-tot button.package-option:active {
  background: #df9f0a; }

.CTA a {
  color: white;
  text-decoration: none; }

/*FAQ PORTION*/
.bg-grey {
  background-color: #eeeeee;
  margin: 0 auto -26px; }

.faq-question {
  padding: 0 0 20px;
  font-size: 20px;
  color: #333; }

.faq-answer {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  margin-top: -5px;
  font-size: 16px;
  color: #333; }

.faq-bullet {
  float: left;
  display: inline-block;
  background-color: #f4a100;
  vertical-align: top;
  border-radius: 7px;
  margin-right: 14px;
  height: 14px;
  width: 14px; }

@media screen and (max-width: 325px) {
  .faq-bullet {
    height: 10px;
    width: 10px; } }

.testimony-block-50 {
  width: 48%;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  text-align: left; }

@media screen and (max-width: 1190px) {
  .testimony-block-50 {
    width: 100%;
    display: block; } }

/*FOOTER LOGO*/
.container {
  max-width: 1140px;
  min-height: 125px;
  margin: auto;
  padding: 20px 20px 66px; }

.logo-holder {
  display: inline-block;
  padding: 10px;
  margin: auto;
  max-width: 300px; }

@media screen and (max-width: 991px) {
  .logo-holder {
    display: block; } }

.more-lesson-options {
  margin: 33px 0.5%; }

.more-lesson-options .title {
  display: inline-block;
  font-size: 26px;
  font-weight: 800; }

.option-button-container {
  display: inline-block; }

.option-button {
  padding: 10px 20px;
  background-color: #1774ad;
  border-radius: 30px;
  border: 0;
  color: white;
  font-size: 17px;
  margin: 0 20px;
  min-width: 251px; }

@media screen and (max-width: 937px) {
  .option-button {
    margin: 10px; } }

button.option-button a {
  color: #fff; }

button.option-button.selected {
  background-color: #df9f0a; }

.callout {
  font-size: 3.2em;
  text-align: right; }

.hidden {
  display: none; }

.bg-sunspot {
  background-image: radial-gradient(circle at center, #f1e767 0, #feb645 100%);
  position: relative;
  z-index: 0;
  margin-bottom: -26px; }

.blue-water-bg {
  position: relative;
  z-index: 1; }

#photo-panel-registration {
  width: 100%;
  height: 38.25vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
  margin-top: -110px;
  z-index: -1; }
  .no-webp #photo-panel-registration {
    background-image: url("https://images.sunsationalswimschool.com/new_regform/photo-panel-registration-2000px.jpg"); }
  .webp #photo-panel-registration {
    background-image: url("https://images.sunsationalswimschool.com/new_regform/photo-panel-registration-2000px.webp"); }
  #photo-panel-registration div.button-container {
    width: 100%;
    padding-top: 28%; }
    #photo-panel-registration div.button-container div.banner-wrapper {
      width: 295px;
      margin: 0 auto;
      position: relative; }
      #photo-panel-registration div.button-container div.banner-wrapper div.curly-arrow {
        width: 30px;
        height: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -50px;
        top: -15px; }
        .no-webp #photo-panel-registration div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner-min.png"); }
        .webp #photo-panel-registration div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner-min.webp"); }
      #photo-panel-registration div.button-container div.banner-wrapper a.btn-book {
        display: block;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        width: 295px;
        height: 70px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .no-webp #photo-panel-registration div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner-min.png"); }
        .webp #photo-panel-registration div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner-min.webp"); }
      @media (max-width: 1080px) {
        #photo-panel-registration div.button-container div.banner-wrapper {
          width: 273px; }
          #photo-panel-registration div.button-container div.banner-wrapper a.btn-book {
            width: 273px;
            height: 65px; } }
      @media (max-width: 785px) {
        #photo-panel-registration div.button-container div.banner-wrapper {
          width: 231px; }
          #photo-panel-registration div.button-container div.banner-wrapper div.curly-arrow {
            left: -35px;
            width: 24px;
            height: 40px; }
          #photo-panel-registration div.button-container div.banner-wrapper a.btn-book {
            width: 231px;
            height: 55px; } }
  @media (max-width: 992px) {
    #photo-panel-registration {
      display: none;
      height: 63.75vw; }
      .no-webp #photo-panel-registration {
        background-image: url("https://images.sunsationalswimschool.com/new_regform/photo-panel-registration-1200px.jpg"); }
      .webp #photo-panel-registration {
        background-image: url("https://images.sunsationalswimschool.com/new_regform/photo-panel-registration-1200px.webp"); }
      #photo-panel-registration div.button-container {
        width: 100%;
        padding-top: 47%; } }
  @media (max-width: 1079px) {
    #photo-panel-registration {
      margin-top: -80px; } }
  @media (max-width: 785px) {
    #photo-panel-registration {
      margin-top: -40px; } }

div.photo-panel-reorder {
  width: 100%;
  height: 38.25vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
  margin-top: -110px;
  z-index: -1; }
  .no-webp div.photo-panel-reorder {
    background-image: url("https://images.sunsationalswimschool.com/new_reorder/photo-panel-reorder-2000px.jpg"); }
  .webp div.photo-panel-reorder {
    background-image: url("https://images.sunsationalswimschool.com/new_reorder/photo-panel-reorder-2000px.webp"); }
  div.photo-panel-reorder div.button-container {
    width: 100%;
    padding-top: 28%; }
    div.photo-panel-reorder div.button-container div.banner-wrapper {
      width: 295px;
      margin: 0;
      position: relative;
      left: 15%; }
      div.photo-panel-reorder div.button-container div.banner-wrapper div.curly-arrow {
        width: 30px;
        height: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -50px;
        top: -15px; }
        .no-webp div.photo-panel-reorder div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner.png"); }
        .webp div.photo-panel-reorder div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner.webp"); }
      div.photo-panel-reorder div.button-container div.banner-wrapper a.btn-book {
        display: block;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        width: 295px;
        height: 70px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .no-webp div.photo-panel-reorder div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner.png"); }
        .webp div.photo-panel-reorder div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner.webp"); }
      @media (max-width: 1080px) {
        div.photo-panel-reorder div.button-container div.banner-wrapper {
          width: 273px; }
          div.photo-panel-reorder div.button-container div.banner-wrapper a.btn-book {
            width: 273px;
            height: 65px; } }
      @media (max-width: 785px) {
        div.photo-panel-reorder div.button-container div.banner-wrapper {
          width: 231px; }
          div.photo-panel-reorder div.button-container div.banner-wrapper div.curly-arrow {
            left: -35px;
            width: 24px;
            height: 40px; }
          div.photo-panel-reorder div.button-container div.banner-wrapper a.btn-book {
            width: 231px;
            height: 55px; } }
  @media (max-width: 992px) {
    div.photo-panel-reorder {
      height: 63.75vw; }
      .no-webp div.photo-panel-reorder {
        background-image: url("https://images.sunsationalswimschool.com/new_reorder/photo-panel-reorder-1200px.jpg"); }
      .webp div.photo-panel-reorder {
        background-image: url("https://images.sunsationalswimschool.com/new_reorder/photo-panel-reorder-1200px.webp"); }
      div.photo-panel-reorder div.button-container {
        width: 100%;
        padding-top: 47%; }
      div.photo-panel-reorder div.banner-wrapper {
        left: 0;
        margin: 0 auto; } }
  @media (max-width: 1079px) {
    div.photo-panel-reorder {
      margin-top: -80px; } }
  @media (max-width: 785px) {
    div.photo-panel-reorder {
      margin-top: -4%; } }

#photo-panel-teens {
  width: 100%;
  height: 38.25vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
  margin-top: -110px;
  z-index: -1; }
  .no-webp #photo-panel-teens {
    background-image: url("https://images.sunsationalswimschool.com/pages/banner-bg-wide-min-teens.png"); }
  .webp #photo-panel-teens {
    background-image: url("https://images.sunsationalswimschool.com/pages/banner-bg-wide-min-teens.webp"); }
  #photo-panel-teens div.button-container {
    width: 100%;
    padding-top: 28%; }
    #photo-panel-teens div.button-container div.banner-wrapper {
      width: 295px;
      margin: 0 auto;
      position: relative; }
      #photo-panel-teens div.button-container div.banner-wrapper div.curly-arrow {
        width: 30px;
        height: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -50px;
        top: -15px; }
        .no-webp #photo-panel-teens div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner-min.png"); }
        .webp #photo-panel-teens div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner-min.webp"); }
      #photo-panel-teens div.button-container div.banner-wrapper a.btn-book {
        display: block;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        width: 295px;
        height: 70px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .no-webp #photo-panel-teens div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner-min.png"); }
        .webp #photo-panel-teens div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner-min.webp"); }
      @media (max-width: 1080px) {
        #photo-panel-teens div.button-container div.banner-wrapper {
          width: 273px; }
          #photo-panel-teens div.button-container div.banner-wrapper a.btn-book {
            width: 273px;
            height: 65px; } }
      @media (max-width: 785px) {
        #photo-panel-teens div.button-container div.banner-wrapper {
          width: 231px; }
          #photo-panel-teens div.button-container div.banner-wrapper div.curly-arrow {
            left: -35px;
            width: 24px;
            height: 40px; }
          #photo-panel-teens div.button-container div.banner-wrapper a.btn-book {
            width: 231px;
            height: 55px; } }
  @media (max-width: 992px) {
    #photo-panel-teens {
      height: 63.75vw; }
      .no-webp #photo-panel-teens {
        background-image: url("https://images.sunsationalswimschool.com/pages/banner-bg-1200px-teens.png"); }
      .webp #photo-panel-teens {
        background-image: url("https://images.sunsationalswimschool.com/pages/banner-bg-1200px-teens.webp"); }
      #photo-panel-teens div.button-container {
        width: 100%;
        padding-top: 47%; } }
  @media (max-width: 1079px) {
    #photo-panel-teens {
      margin-top: -80px; } }
  @media (max-width: 785px) {
    #photo-panel-teens {
      margin-top: -40px; } }

#photo-panel-competitive {
  width: 100%;
  height: 38.25vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
  margin-top: -110px;
  z-index: -1; }
  .no-webp #photo-panel-competitive {
    background-image: url("https://images.sunsationalswimschool.com/pages/banner-bg-wide-min-competitive.png"); }
  .webp #photo-panel-competitive {
    background-image: url("https://images.sunsationalswimschool.com/pages/banner-bg-wide-min-competitive.webp"); }
  #photo-panel-competitive div.button-container {
    width: 100%;
    padding-top: 28%; }
    #photo-panel-competitive div.button-container div.banner-wrapper {
      width: 295px;
      margin: 0 auto;
      position: relative; }
      #photo-panel-competitive div.button-container div.banner-wrapper div.curly-arrow {
        width: 30px;
        height: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -50px;
        top: -15px; }
        .no-webp #photo-panel-competitive div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner-min.png"); }
        .webp #photo-panel-competitive div.button-container div.banner-wrapper div.curly-arrow {
          background-image: url("https://images.sunsationalswimschool.com/pages/yellow_arrow_banner-min.webp"); }
      #photo-panel-competitive div.button-container div.banner-wrapper a.btn-book {
        display: block;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        width: 295px;
        height: 70px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .no-webp #photo-panel-competitive div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner-min.png"); }
        .webp #photo-panel-competitive div.button-container div.banner-wrapper a.btn-book {
          background-image: url("https://images.sunsationalswimschool.com/pages/btn_banner-min.webp"); }
      @media (max-width: 1080px) {
        #photo-panel-competitive div.button-container div.banner-wrapper {
          width: 273px; }
          #photo-panel-competitive div.button-container div.banner-wrapper a.btn-book {
            width: 273px;
            height: 65px; } }
      @media (max-width: 785px) {
        #photo-panel-competitive div.button-container div.banner-wrapper {
          width: 231px; }
          #photo-panel-competitive div.button-container div.banner-wrapper div.curly-arrow {
            left: -35px;
            width: 24px;
            height: 40px; }
          #photo-panel-competitive div.button-container div.banner-wrapper a.btn-book {
            width: 231px;
            height: 55px; } }
  @media (max-width: 992px) {
    #photo-panel-competitive {
      height: 63.75vw; }
      .no-webp #photo-panel-competitive {
        background-image: url("https://images.sunsationalswimschool.com/pages/banner-bg-1200px-competitive.png"); }
      .webp #photo-panel-competitive {
        background-image: url("https://images.sunsationalswimschool.com/pages/banner-bg-1200px-competitive.webp"); }
      #photo-panel-competitive div.button-container {
        width: 100%;
        padding-top: 47%; } }
  @media (max-width: 1079px) {
    #photo-panel-competitive {
      margin-top: -80px; } }
  @media (max-width: 785px) {
    #photo-panel-competitive {
      margin-top: -40px; } }
