@import url('https://fonts.googleapis.com/css?family=Poiret+One');
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import star;
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333333em;
  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.2857142857143em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571428571em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571428571em;
  width: 2.1428571428571em;
  top: 0.14285714285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571429em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .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;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.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;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 0.0625rem dotted;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 1em;
  margin: 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  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-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 0.0625rem solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-size: 1em;
  font-family: inherit;
}
input:focus {
  outline: 0;
}
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox],
input[type=radio] {
  width: 1em;
  height: 1em;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
::-webkit-search-decoration {
  display: none;
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  overflow: visible;
  width: auto;
}
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}
textarea {
  vertical-align: top;
  overflow: auto;
}
select[multiple] {
  vertical-align: top;
}
ul,
ol {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  width: auto;
  height: auto;
}
@keyframes rotatez {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.namefont {
  font-family: 'Poiret One', cursive;
}
.basefont {
  font-family: 'Quicksand', sans-serif;
}
.button-styles {
  color: #00b0df;
  transition: color .2s;
  background: #004b5f;
  border: 0.0625rem solid #004b5f;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 1em;
  text-align: center;
  text-transform: capitalize;
  transition: color .2s ease, background .2s ease, border .2s ease, border-radius .2s ease, transform .2s ease;
}
@media all and (min-width: 60rem) {
  .button-styles:hover {
    color: #be239b;
  }
}
@media all and (min-width: 60rem) {
  .button-styles:hover {
    background: #be239b;
    color: white;
    border-color: #be239b;
    transform: rotateZ(-3deg) scale(1.2);
  }
}
.cf:before,
.cf:after {
  content: " ";
  display: block;
}
.cf:after {
  clear: both;
}
.limit-page-width {
  margin: 0 auto;
  max-width: 45rem;
}
.link-styles {
  color: #00b0df;
  transition: color .2s;
}
@media all and (min-width: 60rem) {
  .link-styles:hover {
    color: #be239b;
  }
}
.icon-button {
  color: #00b0df;
  transition: color .2s;
  background: #004b5f;
  border: 0.0625rem solid #004b5f;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 1em;
  text-align: center;
  text-transform: capitalize;
  transition: color .2s ease, background .2s ease, border .2s ease, border-radius .2s ease, transform .2s ease;
  padding: 0;
}
@media all and (min-width: 60rem) {
  .icon-button:hover {
    color: #be239b;
  }
}
@media all and (min-width: 60rem) {
  .icon-button:hover {
    background: #be239b;
    color: white;
    border-color: #be239b;
    transform: rotateZ(-3deg) scale(1.2);
  }
}
.icon-button i {
  display: block;
  line-height: 2rem;
  width: 2rem;
}
.grid-display {
  font-size: 0;
  margin: 0 -1rem;
  overflow: hidden;
  padding: 1rem 0;
  text-align: center;
}
.grid-display > li {
  background: white;
  display: inline-block;
  font-size: 1rem;
  margin: 1rem;
  max-width: 90%;
  position: relative;
  vertical-align: top;
  width: 18.125rem;
}
pre.vd {
  background: #EEEEEE;
  clear: both;
  color: #666666;
  display: block;
  font-size: 1rem;
  max-width: 100%;
  padding: 1rem;
  text-align: left;
}
pre.vd:before,
pre.vd:after {
  content: " ";
  display: block;
}
pre.vd:after {
  clear: both;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}
mark {
  background: transparent;
  color: inherit;
}
img {
  max-width: 100%;
  display: inline-block;
}
del {
  opacity: 0.3;
  text-decoration: line-through;
}
ins {
  text-decoration: none;
}
strong {
  font-family: 'Quicksand', sans-serif;
}
em {
  font-style: italic;
}
html,
body {
  width: 100%;
  height: 100%;
}
select {
  cursor: pointer;
}
.wbsb .select2-container,
.wbsb .select2-results {
  display: none;
}
.wbsb input,
.wbsb textarea,
.wbsb select {
  border-radius: 0;
  box-sizing: border-box;
  color: black;
  font-size: 1.2rem;
  line-height: 1.4em;
  max-width: 100%;
}
.wbsb input,
.wbsb textarea,
.wbsb select {
  background: white;
  border: 0.0625rem solid #bfbfbf;
  border-radius: 0;
  padding: .5rem 1rem;
  transition: background .2s ease, border .2s ease;
}
.wbsb input:focus,
.wbsb textarea:focus,
.wbsb select:focus {
  background-color: rgba(0,75,95,0.1);
  border-color: #004b5f;
}
.wbsb select {
  -webkit-appearance: inherit;
  appearance: inherit;
  background-image: url('imgs/dwn-arrow.png');
  background-position: right .5rem center;
  background-repeat: no-repeat;
  background-size: .8rem;
  padding-right: 2rem;
}
fieldset {
  margin: 0;
  padding: 1rem;
  border: 0.0625rem solid #bfbfbf;
}
textarea {
  line-height: 1.4em;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.placeholder {
  font-size: 1em;
  font-family: 'Quicksand', sans-serif;
  font-weight: 100;
  color: #b3b3b3;
}
::-webkit-input-placeholder {
  font-size: 1em;
  font-family: 'Quicksand', sans-serif;
  font-weight: 100;
  color: #b3b3b3;
}
:-moz-placeholder {
  font-size: 1em;
  font-family: 'Quicksand', sans-serif;
  font-weight: 100;
  color: #b3b3b3;
}
::-moz-placeholder {
  font-size: 1em;
  font-family: 'Quicksand', sans-serif;
  font-weight: 100;
  color: #b3b3b3;
}
:-ms-input-placeholder {
  font-size: 1em;
  font-family: 'Quicksand', sans-serif;
  font-weight: 100;
  color: #b3b3b3;
}
a {
  color: #00b0df;
  transition: color .2s;
}
@media all and (min-width: 60rem) {
  a:hover {
    color: #be239b;
  }
}
abbr[title] {
  border-bottom: none;
}
.woocommerce-info br {
  display: none;
}
.more-link,
button,
.button,
input[type="button"],
input[type="submit"] {
  color: #00b0df;
  transition: color .2s;
  background: #004b5f;
  border: 0.0625rem solid #004b5f;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 1em;
  text-align: center;
  text-transform: capitalize;
  transition: color .2s ease, background .2s ease, border .2s ease, border-radius .2s ease, transform .2s ease;
}
@media all and (min-width: 60rem) {
  .more-link:hover,
  button:hover,
  .button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    color: #be239b;
  }
}
@media all and (min-width: 60rem) {
  .more-link:hover,
  button:hover,
  .button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    background: #be239b;
    color: white;
    border-color: #be239b;
    transform: rotateZ(-3deg) scale(1.2);
  }
}
.button br {
  display: none;
}
.nav-group {
  display: inline-block;
  vertical-align: middle;
}
.tag-nav a {
  color: #00b0df;
  transition: color .2s;
  background: #004b5f;
  border: 0.0625rem solid #004b5f;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 1em;
  text-align: center;
  text-transform: capitalize;
  transition: color .2s ease, background .2s ease, border .2s ease, border-radius .2s ease, transform .2s ease;
  margin-right: 0.5rem;
}
@media all and (min-width: 60rem) {
  .tag-nav a:hover {
    color: #be239b;
  }
}
@media all and (min-width: 60rem) {
  .tag-nav a:hover {
    background: #be239b;
    color: white;
    border-color: #be239b;
    transform: rotateZ(-3deg) scale(1.2);
  }
}
.tag-nav a.current-term {
  background: rgba(0,75,95,0.5);
  border-color: #004b5f;
  color: white;
  cursor: default;
}
.icon-nav {
  display: block;
  font-size: 0;
}
.icon-nav li {
  display: inline-block;
}
.icon-nav a {
  color: #00b0df;
  transition: color .2s;
  background: #004b5f;
  border: 0.0625rem solid #004b5f;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 1em;
  text-align: center;
  text-transform: capitalize;
  transition: color .2s ease, background .2s ease, border .2s ease, border-radius .2s ease, transform .2s ease;
  padding: 0;
  line-height: 2em;
  margin: .5em;
  vertical-align: middle;
}
@media all and (min-width: 60rem) {
  .icon-nav a:hover {
    color: #be239b;
  }
}
@media all and (min-width: 60rem) {
  .icon-nav a:hover {
    background: #be239b;
    color: white;
    border-color: #be239b;
    transform: rotateZ(-3deg) scale(1.2);
  }
}
.icon-nav a i {
  display: block;
  line-height: 2rem;
  width: 2rem;
}
.icon-nav a.text {
  padding: 0 1em;
  width: auto;
}
.required {
  color: #f02828;
}
label,
legend {
  color: #bfbfbf;
  display: block;
  margin-bottom: .4rem;
}
.header {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: capitalize;
}
.primary-header {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: capitalize;
  font-size: 2rem;
}
.secondary-header {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: capitalize;
  font-size: 1.6rem;
}
.copy {
  font-size: 1.2rem;
  line-height: 1.6em;
  text-align: left;
}
.copy p {
  margin-bottom: 1em;
}
.copy ul,
.copy ol {
  list-style-position: outside;
  margin-bottom: 1em;
  padding-left: 2rem;
}
.copy ul {
  list-style: disc;
}
.copy ol {
  list-style: decimal;
}
.copy img {
  display: block;
  margin-bottom: 1rem;
  margin-top: .45rem;
}
.copy img.alignleft {
  float: left;
  margin-right: 2rem;
  max-width: 50%;
}
.copy img.alignright {
  float: right;
  margin-left: 2rem;
  max-width: 50%;
}
.copy img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.page-title span,
.section-title span {
  display: inline-block;
}
.page-title {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: capitalize;
  font-size: 2rem;
}
.section-title {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: capitalize;
  font-size: 1.6rem;
}
.sub-header {
  display: inline-block;
  font-size: .7em;
  margin-right: 1rem;
}
.page-intro {
  font-size: 1.2rem;
  line-height: 1.6em;
  text-align: left;
  font-size: 1.4rem;
}
.page-intro p {
  margin-bottom: 1em;
}
.page-intro ul,
.page-intro ol {
  list-style-position: outside;
  margin-bottom: 1em;
  padding-left: 2rem;
}
.page-intro ul {
  list-style: disc;
}
.page-intro ol {
  list-style: decimal;
}
.page-intro img {
  display: block;
  margin-bottom: 1rem;
  margin-top: .45rem;
}
.page-intro img.alignleft {
  float: left;
  margin-right: 2rem;
  max-width: 50%;
}
.page-intro img.alignright {
  float: right;
  margin-left: 2rem;
  max-width: 50%;
}
.page-intro img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
table {
  width: 100%;
}
table p {
  margin: 0;
}
table .button {
  margin-right: 1rem;
}
th,
td {
  padding: .5rem 0;
}
th:first-child,
td:first-child {
  padding-right: .5rem;
}
th br,
td br {
  display: none;
}
th {
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
}
tbody tr,
tfoot tr {
  border-top: 1px solid ;
}
.embed-wrapper .embed-wrapper-inner {
  padding-bottom: 56%;
  position: relative;
}
.embed-wrapper iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.email-shortcode {
  display: inline-block;
}
body {
  background: white;
  color: #666666;
  font-size: 100%;
  font-family: 'Quicksand', sans-serif;
  overflow-y: scroll;
}
#site-main:before,
#site-main:after,
#site-footer:before,
#site-footer:after {
  content: " ";
  display: block;
}
#site-main:after,
#site-footer:after {
  clear: both;
}
#site-header {
  background: url('imgs/logo-bg.jpg');
  background-position: center bottom;
  background-size: cover;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 20;
}
#site-header .woocommerce-product-search {
  display: block;
  position: absolute;
  left: 1rem;
  text-align: left;
  top: 1rem;
  width: 28%;
}
#site-header .woocommerce-product-search .search-field {
  background: rgba(255,255,255,0.7);
  border-color: white;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 .5rem;
  width: 10rem;
  color: #be239b;
}
#site-header .woocommerce-product-search .search-field:focus {
  background: rgba(255,255,255,0.95);
}
#site-header .woocommerce-product-search .icon-button {
  background-color: white;
  border-color: white;
  color: #004b5f;
}
#site-header .woocommerce-product-search .icon-button:hover {
  color: #be239b;
}
#site-header .site-name {
  font-family: 'Poiret One', cursive;
  display: inline-block;
}
#site-header .site-name a {
  color: white;
}
#site-header .primary-burger {
  display: none;
}
.site-name {
  text-transform: uppercase;
}
#site-main {
  position: relative;
  z-index: 10;
}
.site-section {
  background-color: white;
  background-image: url('imgs/border-dots.png');
  background-position: left top;
  background-repeat: repeat-x;
  margin: 0 auto;
  max-width: 90rem;
  position: relative;
}
.site-section .section-inner {
  display: block;
  position: relative;
  vertical-align: top;
}
.site-section .section-inner:before,
.site-section .section-inner:after {
  content: " ";
  display: block;
}
.site-section .section-inner:after {
  clear: both;
}
.site-section.reader .section-inner {
  max-width: 50rem;
}
.site-section.center .section-inner {
  margin: 0 auto;
}
.section-icon-bg {
  color: #004b5f;
  opacity: .05;
  pointer-events: none;
  position: absolute;
  top: 0;
}
#site-footer {
  background: url('imgs/logo-bg.jpg');
  background-position: center bottom;
  background-size: cover;
  color: white;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 15;
}
#site-footer a {
  color: white;
  display: inline-block;
  transition: transform .2s ease;
}
#site-footer a:hover {
  transform: scale(1.1);
}
#site-footer h1 {
  font-family: 'Poiret One', cursive;
  font-size: 3rem;
  text-transform: uppercase;
}
#site-footer .inner {
  padding: 1rem;
}
#site-footer .inner span {
  display: inline-block;
}
#site-footer .home-link {
  display: block;
  margin-bottom: 2rem;
}
#site-footer p,
#site-footer nav {
  line-height: 1.6em;
}
.legal-menu li {
  border-left: 0.0625rem solid #bfbfbf;
  display: inline-block;
  line-height: 1em;
  margin-left: .6rem;
  padding-left: .6rem;
}
.legal-menu li:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.social-media a {
  background: rgba(0,0,0,0.5);
  border-color: white;
}
.social-media a:hover {
  background: white;
  color: #be239b;
}
@media all and (min-width: 60rem) {
  .break-view {
    display: none;
  }
  body {
    padding-top: 6.5rem;
  }
  .drawer {
    display: none;
  }
  #site-header {
    text-align: center;
    top: 0;
    transition: top .4s;
  }
  #site-header .site-name {
    font-size: 3.8rem;
    line-height: 4rem;
  }
  #site-header .site-name span {
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    display: inline-block;
    transition: opacity .2s ease, transform-origin .2s ease;
  }
  #site-header .site-name span:hover {
    transform-origin: 50% 50%;
  }
  #site-header .site-name:hover span {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  #site-header .primary-menu {
    background: rgba(0,0,0,0.5);
    border-bottom: 0.0625rem solid white;
    border-top: 0.0625rem solid white;
    height: 2.525rem;
    overflow: hidden;
    transition: height .4s ease, opacity .4s ease;
  }
  #site-header .primary-menu:before,
  #site-header .primary-menu:after {
    content: " ";
    display: block;
  }
  #site-header .primary-menu:after {
    clear: both;
  }
  #site-header .primary-menu ul {
    display: flex;
    justify-content: space-around;
  }
  #site-header .primary-menu li {
    text-align: center;
  }
  #site-header .primary-menu a {
    color: white;
    display: block;
    font-size: 1.1rem;
    line-height: 2.4rem;
    padding: 0 1rem;
    position: relative;
    text-transform: uppercase;
    transition: color .4s ease;
  }
  #site-header .primary-menu a::before {
    background: white;
    border-radius: 50%;
    bottom: -200%;
    content: '';
    display: block;
    height: 400%;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: scale(.2) rotateZ(180deg);
    transition: opacity .4s ease, transform .4s ease;
    width: 100%;
    z-index: 10;
  }
  #site-header .primary-menu a i,
  #site-header .primary-menu a span {
    position: relative;
    z-index: 10;
  }
  #site-header .primary-menu a.current,
  #site-header .primary-menu a:hover {
    color: #be239b;
  }
  #site-header .primary-menu a.current::before,
  #site-header .primary-menu a:hover::before {
    opacity: 1;
    transform: scale(1);
  }
  #site-header .social-media {
    padding: .45rem;
    position: absolute;
    right: 0;
    top: 0;
  }
  #site-header .social-media a {
    transition: color .4s ease, border .4s ease, background .4s ease, transform .4s ease, border-radius .4s ease;
  }
  #site-header .social-media a:hover {
    border-color: #be239b;
    transform: scale(1.6) rotateZ(-20deg);
  }
  #site-header .social-media .facebook a:hover {
    border-radius: 74% 60% 100% 55%;
  }
  #site-header .social-media .instagram a:hover {
    border-radius: 54% 80% 30% 75%;
  }
  .admin-bar #site-header {
    margin-top: 2rem;
  }
  #site-header .primary-burger {
    border-color: white;
    display: none;
    position: absolute;
    right: 1rem;
    top: 1rem;
    transition: transform .4s ease;
  }
  #site-header .primary-burger:hover {
    color: #004b5f;
  }
  #site-header .drawer-burger {
    display: none;
  }
  #site-main {
    min-height: calc(100% - 12.5rem);
  }
  .section-inner {
    padding: 4rem 5%;
  }
  .section-icon-bg {
    font-size: 33rem;
    left: 0;
    text-align: center;
    top: 0;
    width: 100%;
  }
  #site-footer {
    height: 12.5rem;
  }
}
@media all and (max-width: 60rem) {
  .full-view {
    display: none;
  }
  .drawer {
    background: rgba(0,0,0,0.9);
    border-left: 0.0625rem solid #333333;
    height: calc(100% + 5rem);
    opacity: 0;
    overflow: auto;
    padding-bottom: 10.5rem;
    position: fixed;
    right: -100%;
    top: 0;
    transition: right .4s ease, opacity .4s ease;
    z-index: 18;
  }
  .drawer:before,
  .drawer:after {
    content: " ";
    display: block;
  }
  .drawer:after {
    clear: both;
  }
  .scrolled .drawer {
    padding-bottom: 8.5rem;
  }
  .drawer .primary-menu {
    font-size: 0;
  }
  .drawer .primary-menu li {
    border-bottom: 0.0625rem solid #333333;
    display: block;
  }
  .drawer .primary-menu li a {
    border: 0;
    color: white;
    display: block;
    font-size: 1rem;
    line-height: 3rem;
    margin: 0;
    padding: 0 1rem;
    text-align: left;
  }
  .drawer .social-media {
    text-align: center;
  }
  .drawer .social-media a {
    border-color: #bfbfbf;
  }
  .drawer .woocommerce-product-search {
    margin: 1rem .5rem 0;
  }
  .drawer .woocommerce-product-search .search-field {
    background: rgba(255,255,255,0.9);
    border-color: white;
    color: #be239b;
  }
  .drawer .woocommerce-product-search .icon-button i {
    line-height: 2.65rem;
    width: 2.65rem;
  }
  .drawer-open {
    overflow: hidden;
  }
  .drawer-open .drawer {
    background: rgba(0,0,0,0.9);
    opacity: 1;
    right: 0;
  }
  .drawer-open .drawer-burger {
    background: white;
    color: black;
  }
  #site-header {
    bottom: 0;
    overflow: visible;
    padding: .7rem;
    text-align: left;
    top: auto;
  }
  #site-header .drawer-burger {
    border-color: white;
    position: absolute;
    right: .5rem;
    top: .5rem;
  }
  #site-header .header-nav,
  #site-header .woocommerce-product-search {
    display: none;
  }
  #site-header .main-logo {
    display: inline-block;
    padding-right: .2rem;
    transition: width .4s;
    width: 12rem;
  }
  .scrolled #site-header .main-logo {
    width: 6rem;
  }
  #site-header .main-logo .background,
  #site-header .main-logo .midground,
  #site-header .main-logo .foreground {
    display: none;
  }
  #site-header .site-name {
    display: block;
    font-size: 1.8rem;
  }
  #site-header .primary-menu,
  #site-header .social-media {
    display: none;
  }
  #site-main {
    min-height: 100%;
  }
  .section-inner {
    padding: 3rem 5%;
  }
  .section-icon-bg {
    font-size: 7rem;
  }
  #site-footer {
    padding-bottom: 4rem;
  }
  #site-footer h1 {
    font-size: 2rem;
  }
}
.gform_wrapper .gform_body,
.gform_wrapper .gform_footer {
  margin: 0 auto;
}
.gform_wrapper .gform_body {
  text-align: left;
}
.gform_wrapper .gform_body input,
.gform_wrapper .gform_body textarea {
  width: 100%;
}
.gform_wrapper .gfield {
  margin-bottom: 2rem;
}
.gform_wrapper .gform_validation_container {
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.gform_wrapper .validation_message,
.gform_wrapper .gfield_required,
.gform_wrapper .validation_error {
  color: #be239b;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
}
.gform_wrapper .validation_error {
  margin-bottom: 2rem;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #be239b;
}
.gform_wrapper input[type=submit] {
  margin-right: 1rem;
}
#hero {
  background: white;
  margin: 0 auto;
  max-width: 100rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  user-select: none;
  z-index: 5;
}
#hero::before {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: rotatez;
  animation-timing-function: linear;
  background-image: url('imgs/loading.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20rem;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: .9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
#hero .inner {
  position: relative;
  z-index: 20;
}
#hero .slideshow,
#hero .bg-container {
  height: calc(100vh - 6.5rem);
}
body.admin-bar #hero .slideshow,
body.admin-bar #hero .bg-container {
  height: calc(100vh - 32px - 6.5rem);
}
#hero .slide-overlay {
  background: linear-gradient(rgba(0,0,0,0.01),rgba(0,0,0,0.8));
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  bottom: 0;
  transition: opacity 3s ease-in-out 2.5s;
  width: 100%;
}
#hero .slide-overlay .overlay-text {
  font-family: 'Poiret One', cursive;
  color: white;
  display: inline-block;
  max-width: 94%;
  text-shadow: 0 0 5px black;
  text-transform: uppercase;
  transition: transform 2s ease-in-out 3.5s, margin ease 2s;
  vertical-align: middle;
}
#hero .slide-overlay::before,
#hero .slide-overlay::after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0.0625rem;
}
#hero .slideshow {
  overflow: hidden;
  position: relative;
  transition: opacity 2s ease;
}
#hero .slideshow.hidden {
  opacity: 0;
}
#hero .slideshow .slide.active {
  pointer-events: all;
}
#hero .slideshow .slide.active .bg-img {
  transform: scale(1.4);
}
#hero .slideshow .slide.active .slide-overlay h1 {
  transform: scale(1);
}
#hero .slideshow .slide {
  pointer-events: none;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: opacity 3s ease-in-out;
  width: 100%;
  will-change: opacity;
}
#hero .slideshow .slide.first {
  opacity: 1;
  position: relative;
}
#hero .slideshow .slide .bg-container {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}
#hero .slideshow .slide .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  transition: transform 5s ease-in-out;
}
#hero .slideshow .slide.active {
  opacity: 1;
}
#hero .slideshow .slide.active .slide-overlay {
  opacity: 1;
}
#hero .action-button {
  left: 50%;
  margin-left: -5rem;
  position: absolute;
  width: 10rem;
}
#hero .action-button a {
  box-shadow: 0 0 .6rem -0.3rem black;
}
.home .site-section {
  background-color: rgba(255,255,255,0.95);
}
.action-button {
  margin-top: 2rem;
  position: relative;
  text-align: center;
}
.action-button:before,
.action-button:after {
  content: " ";
  display: block;
}
.action-button:after {
  clear: both;
}
.action-button a {
  color: #00b0df;
  transition: color .2s;
  background: #004b5f;
  border: 0.0625rem solid #004b5f;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 1em;
  text-align: center;
  text-transform: capitalize;
  transition: color .2s ease, background .2s ease, border .2s ease, border-radius .2s ease, transform .2s ease;
  font-size: 1.6rem;
  padding: .7rem;
}
@media all and (min-width: 60rem) {
  .action-button a:hover {
    color: #be239b;
  }
}
@media all and (min-width: 60rem) {
  .action-button a:hover {
    background: #be239b;
    color: white;
    border-color: #be239b;
    transform: rotateZ(-3deg) scale(1.2);
  }
}
.pitch-image {
  height: 100%;
  opacity: .2;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.pitch-image img {
  height: 100%;
  max-width: none;
}
@media all and (min-width: 60rem) {
  #hero .slideshow .slide-overlay .overlay-text {
    font-size: 4.5rem;
  }
  #hero .slideshow .slide .bg-container {
    top: 6.5rem;
  }
  #hero .action-button {
    bottom: 1rem;
  }
  .home .site-section.blog .teasers {
    max-height: 20rem;
  }
  .home .pitch {
    position: relative;
  }
  .home .pitch.has-image:before,
  .home .pitch.has-image:after {
    content: " ";
    display: block;
  }
  .home .pitch.has-image:after {
    clear: both;
  }
  .home .pitch.has-image .pitch-content {
    float: left;
    padding-right: 1rem;
    width: 66%;
  }
}
@media all and (max-width: 60rem) {
  #hero .break-view {
    max-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
  }
  #hero .break-view img {
    height: auto;
    max-width: none;
    min-height: 100vh;
    min-width: 100vw;
    width: auto;
  }
  #hero .slide-overlay {
    padding: 1rem;
  }
  #hero .slide-overlay .overlay-text {
    font-size: 2rem;
  }
  #hero .action-button {
    bottom: 1rem;
  }
  .pitch-image {
    opacity: .1;
  }
}
.cat-title {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: capitalize;
  font-size: 2rem;
}
.more-link {
  display: block;
  margin: 0 auto;
  width: 8rem;
}
.teasers {
  font-size: 0;
  margin: 2rem -1rem;
  overflow: hidden;
}
.teasers .pair {
  display: inline-block;
  vertical-align: top;
}
.blog .teasers {
  text-align: center;
}
.teaser {
  background: linear-gradient(to bottom,rgba(255,255,255,0.55),white 75%);
  border: 0.0625rem solid #bfbfbf;
  color: black;
  display: inline-block;
  font-size: 1rem;
  height: 18.125rem;
  margin: 1rem;
  padding: 2rem;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 18.125rem;
}
.teaser:before,
.teaser:after {
  content: " ";
  display: block;
}
.teaser:after {
  clear: both;
}
.teaser h1 {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: .5rem;
  font-size: 1.2rem;
}
.teaser p {
  line-height: 1.4em;
}
.teaser .post-date {
  color: ;
  font-style: italic;
  margin-bottom: 1rem;
}
.teaser .icon-button {
  bottom: 1rem;
  position: absolute;
  right: 1rem;
}
.single article {
  position: relative;
}
.single article .post-date {
  font-family: 'Quicksand', sans-serif;
  font-style: italic;
  font-size: 1rem;
}
.single article .tag-nav {
  margin-top: 1rem;
}
.single article .tag-nav a {
  font-size: .8em;
  margin-bottom: .5rem;
}
.single article header {
  border-bottom: 0.0625rem solid #bfbfbf;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.single article header h1 {
  margin-bottom: .5rem;
}
.single article header h3 {
  font-size: 1.2rem;
  font-style: italic;
}
.single article .embed-wrapper {
  margin-bottom: 2rem;
  width: 100%;
}
.single article footer {
  margin-top: 2rem;
  text-align: center;
}
@media all and (min-width: 60rem) {
  .blog .cat-title,
  .blog .cat-description,
  .archive .cat-title,
  .archive .cat-description {
    text-shadow: 0 0 .5rem white, 0 0 .1rem white;
  }
  .blog .site-section,
  .single .site-section,
  .archive .site-section {
    overflow: hidden;
    position: relative;
  }
  .blog .site-section .section-inner,
  .single .site-section .section-inner,
  .archive .site-section .section-inner {
    position: relative;
  }
  .blog .teasers {
    max-height: 20rem;
  }
  .single article {
    background: rgba(255,255,255,0.95);
    box-shadow: 0 0 1.5rem -0.5rem rgba(0,0,0,0.3);
    margin: 0 auto;
    max-width: 50rem;
    padding: 2rem;
  }
  .single header .prev-next-post {
    float: right;
  }
}
@media all and (max-width: 60rem) {
  .single article .embed-wrapper {
    margin: 0 auto 2rem;
    max-width: 30rem;
    width: 100%;
  }
  .single header .prev-next-post {
    display: none;
  }
}
.star-rating i {
  color: gold;
  padding: 0 .2em;
}
.star-rating .rating-count {
  color: #bfbfbf;
  display: inline-block;
  font-size: .8em;
  padding-left: .2rem;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  font-size: 1.2rem;
  line-height: 1.6em;
  text-align: left;
  background: white;
  border: 0.0625rem solid #004b5f;
  margin: .5rem auto 1rem;
  max-width: 64rem;
  padding: .5rem;
  position: relative;
  text-align: center;
}
.woocommerce-message p,
.woocommerce-error p,
.woocommerce-info p {
  margin-bottom: 1em;
}
.woocommerce-message ul,
.woocommerce-message ol,
.woocommerce-error ul,
.woocommerce-error ol,
.woocommerce-info ul,
.woocommerce-info ol {
  list-style-position: outside;
  margin-bottom: 1em;
  padding-left: 2rem;
}
.woocommerce-message ul,
.woocommerce-error ul,
.woocommerce-info ul {
  list-style: disc;
}
.woocommerce-message ol,
.woocommerce-error ol,
.woocommerce-info ol {
  list-style: decimal;
}
.woocommerce-message img,
.woocommerce-error img,
.woocommerce-info img {
  display: block;
  margin-bottom: 1rem;
  margin-top: .45rem;
}
.woocommerce-message img.alignleft,
.woocommerce-error img.alignleft,
.woocommerce-info img.alignleft {
  float: left;
  margin-right: 2rem;
  max-width: 50%;
}
.woocommerce-message img.alignright,
.woocommerce-error img.alignright,
.woocommerce-info img.alignright {
  float: right;
  margin-left: 2rem;
  max-width: 50%;
}
.woocommerce-message img.aligncenter,
.woocommerce-error img.aligncenter,
.woocommerce-info img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  margin: 0 1rem;
}
@media all and (max-width: 60rem) {
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    margin: .5rem .5rem 1rem;
  }
  .woocommerce-message .button,
  .woocommerce-error .button,
  .woocommerce-info .button {
    display: block;
    margin: 0 0 .5rem;
  }
}
.form-row br {
  display: none;
}
ul.woocommerce-error {
  border-color: #f02828;
  color: #f02828;
  list-style: none;
  padding: .5rem;
}
.woocommerce-invalid input {
  border-color: #f02828;
}
.woocommerce .login .button {
  margin-bottom: 1rem;
}
.woocommerce-pagination {
  text-align: center;
}
.woocommerce-pagination ul {
  display: inline-block;
  font-size: 0;
}
.woocommerce-pagination li {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0 .5rem;
}
.woocommerce-pagination li .page-numbers {
  color: #00b0df;
  transition: color .2s;
  background: #004b5f;
  border: 0.0625rem solid #004b5f;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 1em;
  text-align: center;
  text-transform: capitalize;
  transition: color .2s ease, background .2s ease, border .2s ease, border-radius .2s ease, transform .2s ease;
}
@media all and (min-width: 60rem) {
  .woocommerce-pagination li .page-numbers:hover {
    color: #be239b;
  }
}
@media all and (min-width: 60rem) {
  .woocommerce-pagination li .page-numbers:hover {
    background: #be239b;
    color: white;
    border-color: #be239b;
    transform: rotateZ(-3deg) scale(1.2);
  }
}
.woocommerce-pagination li .page-numbers.current {
  background: #be239b;
  border-color: #be239b;
}
.woocommerce-pagination li .page-numbers.current:hover {
  transform: scale(1);
}
ul.products {
  font-size: 0;
  margin: 0 -1rem;
  overflow: hidden;
  padding: 1rem 0;
  text-align: center;
}
ul.products > li {
  background: white;
  display: inline-block;
  font-size: 1rem;
  margin: 1rem;
  max-width: 90%;
  position: relative;
  vertical-align: top;
  width: 18.125rem;
}
ul.products .product {
  border: 0.125rem solid #004b5f;
  overflow: hidden;
  position: relative;
  transition: opacity .4s ease;
  opacity: 1;
}
ul.products .product.showing {
  opacity: 1;
}
ul.products .product .outofstock-text {
  padding: 0 1rem;
}
ul.products .product .onsale {
  font-family: 'Quicksand', sans-serif;
  background: rgba(0,0,0,0.8);
  border: 0.0625rem solid #004b5f;
  color: #004b5f;
  font-size: 1rem;
  left: 0;
  line-height: 2rem;
  margin: 1.4rem .5rem;
  position: absolute;
  text-align: middle;
  text-transform: uppercase;
  top: 0;
  transform: rotateZ(-30deg);
  width: 5rem;
  z-index: 10;
}
ul.products .product img {
  display: block;
  position: relative;
  transition: transform .4s ease;
}
ul.products .product .overlay {
  background: #004b5f;
  bottom: 0;
  left: 0;
  position: relative;
  width: 100%;
}
ul.products .product .overlay .price {
  color: gold;
  display: block;
  font-size: 1.6rem;
  line-height: 2rem;
  position: absolute;
  bottom: .5rem;
  left: 0;
  width: 100%;
}
ul.products .product .overlay-inner {
  font-size: 1.2rem;
  line-height: 1.6em;
  text-align: left;
  color: white;
  padding: .1rem 1rem 3rem;
  text-align: center;
}
ul.products .product .overlay-inner p {
  margin-bottom: 1em;
}
ul.products .product .overlay-inner ul,
ul.products .product .overlay-inner ol {
  list-style-position: outside;
  margin-bottom: 1em;
  padding-left: 2rem;
}
ul.products .product .overlay-inner ul {
  list-style: disc;
}
ul.products .product .overlay-inner ol {
  list-style: decimal;
}
ul.products .product .overlay-inner img {
  display: block;
  margin-bottom: 1rem;
  margin-top: .45rem;
}
ul.products .product .overlay-inner img.alignleft {
  float: left;
  margin-right: 2rem;
  max-width: 50%;
}
ul.products .product .overlay-inner img.alignright {
  float: right;
  margin-left: 2rem;
  max-width: 50%;
}
ul.products .product .overlay-inner img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
ul.products .product .overlay-inner .star-rating {
  font-size: .7em;
  line-height: 1.2em;
  opacity: .9;
}
ul.products .product .overlay-inner .star-rating .rating-count {
  color: black;
}
ul.products .product .overlay-inner h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: .5rem 0;
}
ul.products .product .overlay-inner p {
  margin: 0;
}
ul.products .product .buttons {
  padding: .25em;
  position: absolute;
  right: 0;
  top: 0;
}
ul.products .product .button {
  color: #00b0df;
  transition: color .2s;
  background: #004b5f;
  border: 0.0625rem solid #004b5f;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 1em;
  text-align: center;
  text-transform: capitalize;
  transition: color .2s ease, background .2s ease, border .2s ease, border-radius .2s ease, transform .2s ease;
  padding: 0;
  background: black;
  border-color: white;
  opacity: .85;
}
@media all and (min-width: 60rem) {
  ul.products .product .button:hover {
    color: #be239b;
  }
}
@media all and (min-width: 60rem) {
  ul.products .product .button:hover {
    background: #be239b;
    color: white;
    border-color: #be239b;
    transform: rotateZ(-3deg) scale(1.2);
  }
}
ul.products .product .button i {
  display: block;
  line-height: 2rem;
  width: 2rem;
}
ul.products .product .button:hover {
  background: white;
  border-color: white;
  color: black;
}
ul.products .product-category {
  position: relative;
}
ul.products .product-category h3 {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: capitalize;
  font-size: 1.6rem;
  background: rgba(255,255,255,0.8);
  border-top: 0.0625rem solid #bfbfbf;
  bottom: 0;
  color: black;
  margin-bottom: 0;
  padding: 1rem;
  position: absolute;
  text-align: center;
  width: 100%;
}
.tax-product_cat .term-description {
  font-size: 1.2rem;
  line-height: 1.6em;
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.tax-product_cat .term-description p {
  margin-bottom: 1em;
}
.tax-product_cat .term-description ul,
.tax-product_cat .term-description ol {
  list-style-position: outside;
  margin-bottom: 1em;
  padding-left: 2rem;
}
.tax-product_cat .term-description ul {
  list-style: disc;
}
.tax-product_cat .term-description ol {
  list-style: decimal;
}
.tax-product_cat .term-description img {
  display: block;
  margin-bottom: 1rem;
  margin-top: .45rem;
}
.tax-product_cat .term-description img.alignleft {
  float: left;
  margin-right: 2rem;
  max-width: 50%;
}
.tax-product_cat .term-description img.alignright {
  float: right;
  margin-left: 2rem;
  max-width: 50%;
}
.tax-product_cat .term-description img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.category-teasers {
  font-size: 0;
  margin: 0 -1rem;
  overflow: hidden;
  padding: 1rem 0;
  text-align: center;
  margin: 2rem -1rem;
}
.category-teasers > li {
  background: white;
  display: inline-block;
  font-size: 1rem;
  margin: 1rem;
  max-width: 90%;
  position: relative;
  vertical-align: top;
  width: 18.125rem;
}
.category-teasers .pair {
  display: inline-block;
  vertical-align: top;
}
.category-teasers h1 {
  font-size: 2rem;
}
.woocommerce-ordering {
  position: relative;
}
.woocommerce-ordering select {
  font-size: 1rem;
}
.shop-menu {
  position: relative;
}
.shop-menu li {
  display: inline-block;
  vertical-align: top;
}
.shop-menu li a,
.shop-menu li .tab {
  color: white;
  display: block;
  line-height: 2em;
  padding: 0 .55rem;
  position: relative;
  transition: background .2s ease;
}
.shop-menu .top-level {
  border-bottom: 0.0625rem solid #004b5f;
}
.shop-menu .top-level .tab {
  background: #004b5f;
  cursor: default;
}
.shop-menu .top-level li:not(.active) .tab {
  cursor: pointer;
}
.shop-menu .top-level .active {
  background: #004b5f;
}
.shop-menu .top-level .active .children {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.shop-menu .children {
  background: #004b5f;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 2rem;
  width: 100%;
}
.shop-menu .children li {
  position: relative;
}
.shop-menu .children a {
  background: #004b5f;
  color: white;
  font-size: 1rem;
}
.shop-menu .children .current a {
  background: #be239b;
}
@media all and (min-width: 60rem) {
  .shop-menu {
    margin-bottom: 2rem;
  }
  .shop-menu .top-level li:not(.active) .tab:hover {
    background: #be239b;
  }
  .shop-menu .children a:hover {
    background: #be239b;
  }
  .shop-menu .children .current::before {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #be239b;
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -1rem;
    pointer-events: none;
    position: absolute;
    top: 100%;
  }
  .woocommerce-ordering {
    position: absolute;
    right: 5%;
    top: 4rem;
  }
  ul.products .product {
    transition: transform .4s ease, border .4s ease, opacity .4s ease;
  }
  ul.products .product:hover {
    border: 0.125rem solid #be239b;
    transform: scale(1.1);
  }
  ul.products .product:hover img {
    transform: scale(1.1);
  }
}
@media all and (max-width: 60rem) {
  .shop-menu {
    margin-bottom: 2rem;
  }
  .shop-menu li a,
  .shop-menu li .tab {
    color: white;
    display: block;
    line-height: 2.5em;
    padding: 0 .8rem;
  }
  .shop-menu .top-level {
    border-bottom: 0.0625rem solid #004b5f;
  }
  .shop-menu .top-level > li.current .tab {
    background: #be239b;
  }
  .shop-menu .top-level .children {
    background: #004b5f;
    top: 2.5rem;
    z-index: 20;
  }
  .shop-menu .top-level .children li {
    display: block;
  }
  .shop-menu .top-level .active .children {
    display: block;
    height: auto;
  }
  .woocommerce-ordering {
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
  }
}
.single-product .woo-wrapper {
  background-attachment: fixed;
  background-repeat: repeat;
}
.single-product .woo-wrapper .section-inner {
  background: rgba(255,255,255,0.9);
  padding: 2rem 5%;
}
.single-product .woo-wrapper .section-inner > .product {
  background: white;
  box-shadow: 0 0 1rem -0.5rem black;
  font-size: 0rem;
  max-width: 64rem;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
}
.single-product .onsale {
  font-size: 1rem;
  display: block;
  position: absolute;
  background: rgba(0,75,95,0.75);
  padding: 1em;
  color: black;
}
.single-product .product-image-display,
.single-product .summary {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}
.single-product .product-image-display {
  position: relative;
}
.single-product .product-image-display .frame-container {
  position: relative;
}
.single-product .product-image-display .frame {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.single-product .product-image-display .frame.zoomed {
  cursor: move;
}
.single-product .product-image-display .frame.zoomed .display {
  width: 300%;
}
.single-product .product-image-display .display {
  transition: opacity .8s ease-in-out, width .4s ease;
  display: block;
  -webkit-backface-visibility: hidden;
  max-width: none;
  position: absolute;
  width: 100%;
  opacity: 0;
}
.single-product .product-image-display .display.active {
  opacity: 1;
}
@media all and (min-width: 60rem) {
  .single-product .product-image-display .display {
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
  }
}
@media all and (max-width: 60rem) {
  .single-product .product-image-display .zoomed {
    overflow: scroll;
  }
  .display .single-product .product-image-display.active {
    position: relative;
  }
}
.single-product .product-image-display .zoom {
  pointer-events: none;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 20;
  border: 0;
  background: rgba(0,0,0,0.1);
}
.single-product .product-image-display .zoom i {
  font-size: 1rem;
  width: 2rem;
  line-height: 2rem;
}
.single-product .product-image-display .zoomed {
  cursor: move;
}
.single-product .product-image-display .zoomed + .zoom {
  background: #004b5f;
}
.single-product .product-image-display .zoomed .display {
  width: 300%;
}
.single-product .product-image-display .galnav {
  color: #004b5f;
  position: absolute;
  transition: opacity 1s ease-in-out 1s;
}
.single-product .product-image-display .galnav {
  display: block;
  position: absolute;
  top: 100%;
  font-size: 2rem;
  padding: 1.2rem .5rem;
  cursor: pointer;
  z-index: 10;
  opacity: .8;
}
.single-product .product-image-display .galnav.prev {
  left: 0;
}
.single-product .product-image-display .galnav.next {
  right: 0;
}
.single-product .product-image-display .pips {
  left: 0;
  padding: .5rem 2rem;
  text-align: center;
  top: 100%;
  transition: opacity 1s ease-in-out 1s;
  width: 100%;
  z-index: 5;
}
.single-product .product-image-display .pips .tiny-thumb {
  border-bottom: .2rem solid white;
  border-radius: 0 0 .5rem .5rem;
  cursor: pointer;
  display: inline-block;
  height: 3.125rem;
  margin: 0 .25em .5rem;
  padding: 0 .2rem .2rem;
  transition: border .4s ease, transform .4s ease;
  vertical-align: middle;
  width: 3.125rem;
}
.single-product .product-image-display .pips .tiny-thumb.active {
  border-color: #be239b;
  transform: scale(1.1);
}
.single-product .product-image-display.loading .pips,
.single-product .product-image-display.loading .galnav,
.single-product .product-image-display.loading .zoom {
  opacity: 0;
  pointer-events: none;
}
.single-product .summary {
  font-size: 1.2rem;
  line-height: 1.6em;
  text-align: left;
}
.single-product .summary p {
  margin-bottom: 1em;
}
.single-product .summary ul,
.single-product .summary ol {
  list-style-position: outside;
  margin-bottom: 1em;
  padding-left: 2rem;
}
.single-product .summary ul {
  list-style: disc;
}
.single-product .summary ol {
  list-style: decimal;
}
.single-product .summary img {
  display: block;
  margin-bottom: 1rem;
  margin-top: .45rem;
}
.single-product .summary img.alignleft {
  float: left;
  margin-right: 2rem;
  max-width: 50%;
}
.single-product .summary img.alignright {
  float: right;
  margin-left: 2rem;
  max-width: 50%;
}
.single-product .summary img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.single-product .summary .product_title {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: capitalize;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2em;
}
.single-product .summary .product_title span {
  display: inline-block;
}
.single-product .summary .product_title .account-burger {
  display: none;
}
.single-product .summary .star-rating {
  margin-bottom: 1rem;
}
.single-product .summary .product-terms {
  border-bottom: 0.0625rem solid #bfbfbf;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}
.single-product .summary .product-terms .tag-nav {
  display: inline-block;
}
.single-product .summary .product-terms .tag-nav a {
  margin-bottom: .5rem;
}
.single-product .summary .price {
  font-family: 'Quicksand', sans-serif;
  color: #004b5f;
  float: left;
  font-size: 1.4rem;
  padding-right: 1rem;
}
.single-product .summary .cart {
  text-align: right;
}
.single-product .summary .cart .quantity {
  margin-bottom: 1rem;
}
.single-product .summary .cart .quantity::before {
  content: 'Quantity';
  display: inline-block;
  vertical-align: middle;
}
.single-product .summary .cart .quantity input {
  display: inline-block;
  padding: 0 0 0 1rem;
  vertical-align: middle;
  width: 4rem;
}
.single-product .summary .cart.variations_form {
  padding: 0;
}
.single-product .summary .variations {
  background: #f7f7f7;
  clear: both;
  margin-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  text-align: left;
}
.single-product .summary .variations:before,
.single-product .summary .variations:after {
  content: " ";
  display: block;
}
.single-product .summary .variations:after {
  clear: both;
}
.single-product .summary .variations .row {
  padding: 0 .5rem .5rem;
}
.single-product .summary .variations label {
  color: #004b5f;
}
.single-product .summary .variations select {
  width: 100%;
}
.single-product .summary .variations .reset_variations {
  display: block;
  margin: .5rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  line-height: 1rem;
}
.single-product .summary .woocommerce-variation-price .price {
  float: none;
  padding: 0 0 1rem;
  font-size: 2rem;
  display: block;
}
.single-product .related.products {
  border-top: 0.0625px solid #bfbfbf;
  clear: both;
  font-size: 1rem;
  padding-top: 2rem;
}
.single-product .related.products:before,
.single-product .related.products:after {
  content: " ";
  display: block;
}
.single-product .related.products:after {
  clear: both;
}
.single-product .woocommerce-tabs {
  clear: both;
  font-size: 1rem;
}
.single-product .woocommerce-tabs:before,
.single-product .woocommerce-tabs:after {
  content: " ";
  display: block;
}
.single-product .woocommerce-tabs:after {
  clear: both;
}
.single-product .woocommerce-tabs .tabs {
  margin-top: 2rem;
}
.single-product .woocommerce-tabs .tabs li {
  display: inline-block;
}
.single-product .woocommerce-tabs .tabs li a {
  color: #00b0df;
  transition: color .2s;
  background: #004b5f;
  border: 0.0625rem solid #004b5f;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 1em;
  text-align: center;
  text-transform: capitalize;
  transition: color .2s ease, background .2s ease, border .2s ease, border-radius .2s ease, transform .2s ease;
}
@media all and (min-width: 60rem) {
  .single-product .woocommerce-tabs .tabs li a:hover {
    color: #be239b;
  }
}
@media all and (min-width: 60rem) {
  .single-product .woocommerce-tabs .tabs li a:hover {
    background: #be239b;
    color: white;
    border-color: #be239b;
    transform: rotateZ(-3deg) scale(1.2);
  }
}
.single-product .woocommerce-tabs .tabs li.active a {
  background: #be239b;
  border-color: #be239b;
  color: white;
  cursor: default;
}
.single-product .woocommerce-tabs .one-tab {
  display: none;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  font-size: 1.2rem;
  line-height: 1.6em;
  text-align: left;
  padding: 2rem 0;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
  margin-bottom: 1em;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel ol {
  list-style-position: outside;
  margin-bottom: 1em;
  padding-left: 2rem;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul {
  list-style: disc;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel ol {
  list-style: decimal;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel img {
  display: block;
  margin-bottom: 1rem;
  margin-top: .45rem;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel img.alignleft {
  float: left;
  margin-right: 2rem;
  max-width: 50%;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel img.alignright {
  float: right;
  margin-left: 2rem;
  max-width: 50%;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h3 {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: capitalize;
  font-size: 1.6rem;
}
.single-product .woocommerce-tabs #comments .commentlist {
  border-top: 0.0625rem solid #bfbfbf;
  list-style: none;
  margin-bottom: 2rem;
  padding-left: 0;
}
.single-product .woocommerce-tabs #comments .comment {
  border-bottom: 0.0625rem solid #bfbfbf;
  padding: .5rem 0;
}
.single-product .woocommerce-tabs #comments .comment:before,
.single-product .woocommerce-tabs #comments .comment:after {
  content: " ";
  display: block;
}
.single-product .woocommerce-tabs #comments .comment:after {
  clear: both;
}
.single-product .woocommerce-tabs #comments .comment .avatar {
  display: none;
}
.single-product .woocommerce-tabs #comments .comment .meta {
  color: #bfbfbf;
  display: block;
  float: left;
  font-size: .8rem;
}
.single-product .woocommerce-tabs #comments .comment .meta strong {
  color: #004b5f;
  font-size: 1rem;
}
.single-product .woocommerce-tabs #comments .comment-text {
  position: relative;
  text-align: left;
}
.single-product .woocommerce-tabs #comments .comment-text:before,
.single-product .woocommerce-tabs #comments .comment-text:after {
  content: " ";
  display: block;
}
.single-product .woocommerce-tabs #comments .comment-text:after {
  clear: both;
}
.single-product .woocommerce-tabs #comments .fa-quote-left {
  color: rgba(0,75,95,0.07);
  display: block;
  font-size: 3rem;
  left: 0;
  position: absolute;
  top: 2rem;
}
.single-product .woocommerce-tabs #comments .description {
  clear: both;
  padding: 0 5%;
}
.single-product .woocommerce-tabs #comments .star-rating {
  float: right;
  padding-left: 2rem;
}
.single-product .woocommerce-tabs #review_form {
  border: 0.0625rem solid #bfbfbf;
  padding: 1rem;
}
.single-product .woocommerce-tabs #review_form .comment-form {
  text-align: left;
}
.single-product .woocommerce-tabs #review_form .comment-form-rating {
  margin-bottom: 2rem;
}
.single-product .woocommerce-tabs #review_form .comment-form-rating a {
  background: url('imgs/star.png') center no-repeat;
  color: white;
  display: inline-block;
  font-size: .6rem;
  line-height: 2rem;
  margin-right: 1rem;
  opacity: .6;
  padding-top: .3rem;
  position: relative;
  text-align: center;
  transition: opacity .4s ease, transform .4s ease;
  width: 2rem;
}
.single-product .woocommerce-tabs #review_form .comment-form-rating a:hover,
.single-product .woocommerce-tabs #review_form .comment-form-rating a.active {
  transform: scale(1.2) rotate(350deg);
  opacity: 1;
}
.single-product .woocommerce-tabs #review_form .comment-form-comment label {
  display: block;
  margin-bottom: 1em;
}
.single-product .woocommerce-tabs #review_form .comment-form-comment textarea {
  margin-bottom: 1rem;
  min-width: 100%;
  width: 100%;
}
.single-product .related > h2 {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: capitalize;
  font-size: 1.6rem;
}
@media all and (min-width: 60rem) {
  .single-product .product-image-display,
  .single-product .summary {
    width: 50%;
  }
  .single-product .summary {
    padding-left: 2rem;
  }
}
@media all and (max-width: 60rem) {
  .single-product .woo-wrapper .section-inner {
    padding: 0;
  }
  .single-product .woo-wrapper .section-inner > .product {
    padding: 1rem;
  }
  .single-product .product-image-display {
    display: block;
    margin-bottom: 1rem;
  }
  .single-product .summary {
    display: block;
  }
  .single-product .woocommerce-tabs .tabs li,
  .single-product .woocommerce-tabs .tabs li a {
    display: block;
  }
}
.woocommerce-cart #site-main > .woocommerce {
  max-width: 65rem;
  margin: 0 auto;
}
.woocommerce-cart .cart-collaterals {
  margin-top: 2rem;
  padding-top: 2rem;
}
.woocommerce-cart .cart-collaterals h2 {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: capitalize;
  font-size: 1.6rem;
}
.woocommerce-cart .cart-collaterals tr,
.woocommerce-cart .cart-collaterals th,
.woocommerce-cart .cart-collaterals td {
  max-width: 100%;
}
.woocommerce-cart .cart-collaterals tr {
  margin-bottom: 1rem;
  text-align: left;
}
.woocommerce-cart .cart-collaterals td {
  font-size: 1.2rem;
}
.woocommerce-cart .cart-collaterals .cart-subtotal,
.woocommerce-cart .cart-collaterals .shipping {
  border-bottom: .0725rem solid #bfbfbf;
  padding-bottom: 1rem;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  color: #00b0df;
  transition: color .2s;
  background: #004b5f;
  border: 0.0625rem solid #004b5f;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 1em;
  text-align: center;
  text-transform: capitalize;
  transition: color .2s ease, background .2s ease, border .2s ease, border-radius .2s ease, transform .2s ease;
  margin-top: 1rem;
}
@media all and (min-width: 60rem) {
  .woocommerce-cart .cart-collaterals .shipping-calculator-button:hover {
    color: #be239b;
  }
}
@media all and (min-width: 60rem) {
  .woocommerce-cart .cart-collaterals .shipping-calculator-button:hover {
    background: #be239b;
    color: white;
    border-color: #be239b;
    transform: rotateZ(-3deg) scale(1.2);
  }
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form p {
  margin-top: 1rem;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator {
  width: 100%;
}
.woocommerce-cart thead {
  display: none;
}
.woocommerce-cart table,
.woocommerce-cart tbody,
.woocommerce-cart th,
.woocommerce-cart tr {
  display: block;
  width: 100%;
}
.woocommerce-cart tbody tr,
.woocommerce-cart tfoot tr {
  border-top: 0;
}
.woocommerce-cart td {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce-cart .cart_item {
  padding: 1rem 1.5rem 1rem 1rem;
  position: relative;
}
.woocommerce-cart .cart_item:nth-child(even) {
  background: #f7f7f7;
}
.woocommerce-cart .cart_item td {
  padding: 0 1rem;
}
.woocommerce-cart .cart_item .product-remove {
  position: absolute;
  right: 0.5rem;
  top: 0;
  height: 100%;
  padding: 0;
}
.woocommerce-cart .cart_item .product-remove:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.woocommerce-cart .cart_item .product-remove a {
  transition: opacity 0.2s, background 0.2s, color 0.2s;
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  line-height: 1.2em;
  padding-bottom: 0.2em;
  text-align: center;
  font-size: 1.4rem;
  color: red;
  border-radius: 50%;
  opacity: 0.8;
}
.woocommerce-cart .cart_item .product-remove a:hover {
  background: red;
  color: white;
  opacity: 1;
}
.woocommerce-cart .cart_item .product-thumbnail {
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.woocommerce-cart .cart_item .product-thumbnail img {
  display: block;
  margin: 0;
}
.woocommerce-cart .cart_item .product-name {
  width: 10rem;
  line-height: 1.4rem;
  overflow: hidden;
}
.woocommerce-cart .cart_item .product-price {
  width: 6rem;
}
.woocommerce-cart .cart_item .product-quantity input {
  width: 3rem;
  padding: 0.2rem;
  line-height: 1.2rem;
  text-align: center;
}
.woocommerce-cart .cart_item .product-quantity .quantity::before {
  color: black;
  content: "x ";
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  vertical-align: middle;
}
.woocommerce-cart td.actions {
  display: block;
  padding: 1rem;
  width: 100%;
}
.woocommerce-cart td.actions:before,
.woocommerce-cart td.actions:after {
  content: " ";
  display: block;
}
.woocommerce-cart td.actions:after {
  clear: both;
}
.woocommerce-cart .coupon label {
  display: none;
}
.woocommerce-cart .cart-empty {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.woocommerce-cart .shipping #shipping_method {
  margin-bottom: 1rem;
}
.woocommerce-cart .shipping #shipping_method li label {
  cursor: pointer;
  display: inline-block;
}
.woocommerce-cart #site-main {
  background-image: url('imgs/border-dots.png');
  background-repeat: repeat;
  background-attachment: fixed;
}
.woocommerce-cart .site-section {
  background: linear-gradient(to bottom,rgba(255,255,255,0.7),white 80%);
}
.woocommerce-cart .section-inner {
  background: white;
  max-width: 45rem;
  margin: 0 auto;
  min-height: calc(70vh);
}
.woocommerce-cart .cross-sells {
  background: #f8feff;
  margin: 2rem 0;
  padding: 1rem;
}
body.woocommerce-cart .woocommerce form,
body.woocommerce-cart .cart-collaterals {
  border: 0;
  float: none;
  width: 100%;
}
body.woocommerce-cart .cart-collaterals {
  border-top: .0725rem solid #bfbfbf;
  margin: 0;
  padding: 2rem 0 0;
}
body.woocommerce-cart .cart_item {
  padding: 1rem 1rem 1rem 6rem;
}
body.woocommerce-cart .cart_item:before,
body.woocommerce-cart .cart_item:after {
  content: " ";
  display: block;
}
body.woocommerce-cart .cart_item:after {
  clear: both;
}
body.woocommerce-cart .cart_item .product-thumbnail {
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
body.woocommerce-cart .cart_item .product-remove {
  top: 0.5rem;
  height: auto;
}
body.woocommerce-cart .cart_item .product-remove:before {
  display: none;
}
body.woocommerce-cart .cart_item .product-name,
body.woocommerce-cart .cart_item .product-quantity,
body.woocommerce-cart .cart_item .product-subtotal,
body.woocommerce-cart .cart_item .product-price {
  width: initial;
}
body.woocommerce-cart .cart_item .product-name {
  line-height: 1.2rem;
  margin-bottom: 0.4rem;
}
body.woocommerce-cart .cart_item .product-name,
body.woocommerce-cart .cart_item .product-subtotal {
  display: block;
}
body.woocommerce-cart .cart_item .product-quantity,
body.woocommerce-cart .cart_item .product-price {
  vertical-align: middle;
}
body.woocommerce-cart .cart_item .product-price {
  line-height: 2rem;
}
body.woocommerce-cart .cart_item .product-quantity {
  padding-left: 0;
}
body.woocommerce-cart .cart_item .product-quantity .quantity input {
  padding: 0;
  width: 2.4rem;
}
body.woocommerce-cart .cart_item .product-subtotal {
  font-family: 'Quicksand', sans-serif;
  color: #004b5f;
  font-weight: bold;
  line-height: 1.6rem;
}
body.woocommerce-cart .coupon {
  margin-bottom: 2rem;
  text-align: center;
}
body.woocommerce-cart .coupon input {
  margin: 0;
  width: 100%;
}
body.woocommerce-cart .coupon .button {
  margin-top: .5rem;
}
body.woocommerce-cart .actions {
  padding: 1rem 0;
}
body.woocommerce-cart .actions input[name="update_cart"] {
  display: block;
  margin: 0 auto;
}
body.woocommerce-cart .wc-proceed-to-checkout {
  text-align: center;
}
.woocommerce-checkout br {
  display: none;
}
.woocommerce-checkout address br {
  display: block;
}
.woocommerce-checkout h2,
.woocommerce-checkout h3 {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: capitalize;
  font-size: 1.6rem;
  border-top: 0.0625rem solid #bfbfbf;
  margin-top: 2rem;
  padding-top: 2rem;
}
.woocommerce-checkout h2 label,
.woocommerce-checkout h2 input,
.woocommerce-checkout h3 label,
.woocommerce-checkout h3 input {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce-checkout .checkout_coupon,
.woocommerce-checkout .login,
.woocommerce-checkout .create-account + .create-account {
  background: #f7f7f7;
  margin: 0 auto 2rem;
  max-width: 34rem;
  padding: 1rem;
  text-align: center;
}
.woocommerce-checkout .checkout_coupon p,
.woocommerce-checkout .login p,
.woocommerce-checkout .create-account + .create-account p {
  margin-bottom: 0;
}
.woocommerce-checkout .checkout_coupon .input-text,
.woocommerce-checkout .login .input-text,
.woocommerce-checkout .create-account + .create-account .input-text {
  margin-bottom: 1rem;
}
.woocommerce-checkout .checkout_coupon .clear,
.woocommerce-checkout .login .clear,
.woocommerce-checkout .create-account + .create-account .clear {
  display: none;
}
.woocommerce-checkout .login input[type='submit'] {
  margin-bottom: 1rem;
}
.woocommerce-checkout .col2-set {
  margin-bottom: 2rem;
}
.woocommerce-checkout .notes label {
  color: #bfbfbf;
  font-size: 1.4rem;
}
.woocommerce-checkout #order_comments_field {
  margin-top: 1rem;
  padding-top: 1rem;
}
.woocommerce-checkout textarea {
  width: 100%;
}
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout select {
  width: 100%;
}
.woocommerce-checkout .form-row {
  margin: 0 auto 1rem;
  max-width: 32rem;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  margin: 0 auto 1rem;
  text-align: left;
}
.woocommerce-checkout p.create-account {
  padding-top: 1rem;
}
.woocommerce-checkout p.create-account input,
.woocommerce-checkout p.create-account label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 1.4em;
}
.woocommerce-checkout #account_password_field {
  margin-top: 1rem;
}
.woocommerce-checkout .woocommerce-password-strength {
  margin-top: 0.5rem;
}
.woocommerce-checkout .woocommerce-password-strength.bad,
.woocommerce-checkout .woocommerce-password-strength.short {
  color: #f02828;
}
.woocommerce-checkout .woocommerce-password-strength.good {
  color: #f5a000;
}
.woocommerce-checkout .woocommerce-password-strength.strong {
  color: #0fb400;
}
.woocommerce-checkout .product-quantity {
  display: inline-block;
}
.woocommerce-checkout #shipping_method,
.woocommerce-checkout .wc_payment_methods {
  text-align: left;
}
.woocommerce-checkout #shipping_method li,
.woocommerce-checkout .wc_payment_methods li {
  padding-bottom: 1rem;
}
.woocommerce-checkout #shipping_method input,
.woocommerce-checkout #shipping_method label,
.woocommerce-checkout .wc_payment_methods input,
.woocommerce-checkout .wc_payment_methods label {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.woocommerce-checkout #shipping_method label,
.woocommerce-checkout .wc_payment_methods label {
  line-height: 1.4em;
  max-width: 80%;
}
.woocommerce-checkout #shipping_method label img,
.woocommerce-checkout .wc_payment_methods label img {
  vertical-align: middle;
}
.woocommerce-checkout .wc_payment_methods {
  border-top: 1px solid #bfbfbf;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 0;
  list-style: none;
}
.woocommerce-checkout .payment_box {
  color: #0fb400;
  font-size: 0.8em;
  line-height: 1.4em;
  padding: .5rem;
}
.woocommerce-checkout .place-order {
  text-align: center;
}
.woocommerce-order-received .woocommerce {
  border: 0;
  line-height: 1.4em;
  max-width: none;
  text-align: left;
}
.woocommerce-order-received .woocommerce p {
  margin-bottom: 2rem;
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
  color: #0fb400;
}
.woocommerce-order-received table {
  margin-bottom: 2rem;
}
#ship-to-different-address {
  display: block;
  text-align: center;
}
#ship-to-different-address label {
  color: #00b0df;
  transition: color .2s;
  background: #004b5f;
  border: 0.0625rem solid #004b5f;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 1em;
  text-align: center;
  text-transform: capitalize;
  transition: color .2s ease, background .2s ease, border .2s ease, border-radius .2s ease, transform .2s ease;
}
@media all and (min-width: 60rem) {
  #ship-to-different-address label:hover {
    color: #be239b;
  }
}
@media all and (min-width: 60rem) {
  #ship-to-different-address label:hover {
    background: #be239b;
    color: white;
    border-color: #be239b;
    transform: rotateZ(-3deg) scale(1.2);
  }
}
#ship-to-different-address input {
  display: none;
}
@media all and (min-width: 60rem) {
  .woocommerce-order-received .addresses .col-1,
  .woocommerce-order-received .addresses .col-2 {
    display: inline-block;
    padding-right: 1rem;
    width: 48%;
  }
}
.woocommerce-account h2,
.woocommerce-account h3 {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: capitalize;
  font-size: 1.6rem;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-MyAccount-content {
  padding: 2rem 0;
}
.woocommerce-EditAccountForm fieldset {
  margin-bottom: 2rem;
}
.woocommerce-payment-methods article {
  text-align: center;
}
.woocommerce-edit-address .addresses {
  margin-top: 2rem;
}
.woocommerce-edit-address .addresses:before,
.woocommerce-edit-address .addresses:after {
  content: " ";
  display: block;
}
.woocommerce-edit-address .addresses:after {
  clear: both;
}
.woocommerce-edit-address .addresses .edit {
  color: #00b0df;
  transition: color .2s;
  background: #004b5f;
  border: 0.0625rem solid #004b5f;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 1em;
  text-align: center;
  text-transform: capitalize;
  transition: color .2s ease, background .2s ease, border .2s ease, border-radius .2s ease, transform .2s ease;
}
@media all and (min-width: 60rem) {
  .woocommerce-edit-address .addresses .edit:hover {
    color: #be239b;
  }
}
@media all and (min-width: 60rem) {
  .woocommerce-edit-address .addresses .edit:hover {
    background: #be239b;
    color: white;
    border-color: #be239b;
    transform: rotateZ(-3deg) scale(1.2);
  }
}
.woocommerce-edit-address .addresses .col-1 {
  width: 50%;
  float: left;
  padding-right: 1rem;
}
.woocommerce-edit-address .addresses .col-2 {
  width: 50%;
  float: right;
  padding-left: 1rem;
}
.page-title .account-burger {
  display: none;
}
@media all and (min-width: 60rem) {
  .woocommerce-MyAccount-navigation ul {
    border-bottom: 0.0625rem solid #bfbfbf;
  }
  .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    vertical-align: bottom;
  }
  .woocommerce-MyAccount-navigation ul li a {
    font-family: 'Quicksand', sans-serif;
    color: black;
    display: inline-block;
    font-size: 1rem;
    padding: .4rem .6rem;
    position: relative;
    text-transform: uppercase;
  }
  .woocommerce-MyAccount-navigation ul li a span {
    position: relative;
  }
  .woocommerce-MyAccount-navigation ul li a::before {
    border: 0.0625rem solid #bfbfbf;
    border-bottom: 0;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: height .2s, opacity .4s;
    width: 100%;
  }
  .woocommerce-MyAccount-navigation ul li.is-active a {
    font-family: 'Quicksand', sans-serif;
  }
  .woocommerce-MyAccount-navigation ul li a:hover {
    color: black;
  }
  .woocommerce-MyAccount-navigation ul li a:hover::before {
    height: 100%;
    opacity: 1;
  }
}
@media all and (max-width: 60rem) {
  .woocommerce-account .page-title {
    margin-bottom: .5rem;
  }
  .woocommerce-account .page-title .account-burger {
    float: right;
  }
  .woocommerce-account.logged-in .site-section .woocommerce {
    padding-top: 3rem;
    position: relative;
  }
  .woocommerce-account.logged-in .page-title .account-burger {
    display: block;
    float: right;
  }
  .woocommerce-MyAccount-navigation {
    border-bottom: 0.0625rem solid #bfbfbf;
    left: 0;
    position: absolute;
    top: 0;
    transition: background .2s;
    width: 100%;
  }
  .woocommerce-MyAccount-navigation ul {
    margin-bottom: 0;
  }
  .woocommerce-MyAccount-navigation li a {
    color: black;
    display: block;
    height: 0;
    line-height: 3rem;
    overflow: hidden;
    padding: 0 1rem;
    text-transform: uppercase;
    transition: height .4s;
  }
  .woocommerce-MyAccount-navigation li.is-active a {
    height: 3rem;
    padding-left: 0;
  }
  .woocommerce-MyAccount-navigation li.is-active a::before {
    content: '-';
    display: inline-block;
    text-align: center;
    width: 1rem;
  }
  .account-menu-showing .woocommerce-MyAccount-navigation {
    background: rgba(255,255,255,0.9);
  }
  .account-menu-showing .woocommerce-MyAccount-navigation li a {
    height: 3rem;
  }
  .account-menu-showing .account-burger {
    background: black;
    color: white;
  }
  .account-orders-table thead {
    display: none;
  }
  .account-orders-table tr {
    border-top: 0;
    border-bottom: 0.0625rem solid #bfbfbf;
  }
  .account-orders-table td {
    display: block;
  }
  .woocommerce-edit-address .addresses .col-1,
  .woocommerce-edit-address .addresses .col-2 {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .woocommerce-edit-address .addresses .col-1 {
    margin-bottom: 3rem;
  }
  .woocommerce-MyAccount-content {
    overflow: auto;
  }
}
@media all and (min-width: 782px) {
  .admin-bar #hero .bg-container {
    margin-top: 32px;
  }
}
.admin-bar .drawer {
  padding-top: 47px;
}
