/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-4.use[5]!./src/scss/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * 3rd party
 *
 * External plugins and styles
 **/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../assets/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../assets/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../assets/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../assets/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../assets/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #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-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-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-genderless:before,
.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-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-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";
}

/**
 * Global
 *
 * Styles and mixins that are used throughout the website. Keep things logically
 * separated into concern-based filenames (ie typography, forms, etc).
 * The order of these includes is important.
 **/
* {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * Colours
 **/
/**
 * Map names to colours
 * @type {[type]}
 */
.black-text {
  color: #000000 !important;
}

.black-bg {
  background-color: #000000 !important;
}
.black-bg .semi-trans {
  background-color: rgba(0, 0, 0, 0.95) !important;
}
.black-bg .darken {
  background-color: black !important;
}

.black.page-heading {
  background: #000000 !important;
  text-shadow: 5px 5px 0px black !important;
}

.white-text {
  color: #ffffff !important;
}

.white-bg {
  background-color: #ffffff !important;
}
.white-bg .semi-trans {
  background-color: rgba(255, 255, 255, 0.95) !important;
}
.white-bg .darken {
  background-color: rgb(242.25, 242.25, 242.25) !important;
}

.white.page-heading {
  background: #ffffff !important;
  text-shadow: 5px 5px 0px rgb(229.5, 229.5, 229.5) !important;
}

.body_text-text {
  color: #000000 !important;
}

.body_text-bg {
  background-color: #000000 !important;
}
.body_text-bg .semi-trans {
  background-color: rgba(0, 0, 0, 0.95) !important;
}
.body_text-bg .darken {
  background-color: black !important;
}

.body_text.page-heading {
  background: #000000 !important;
  text-shadow: 5px 5px 0px black !important;
}

.grey-text {
  color: #d8e1e6 !important;
}

.grey-bg {
  background-color: #d8e1e6 !important;
}
.grey-bg .semi-trans {
  background-color: rgba(216, 225, 230, 0.95) !important;
}
.grey-bg .darken {
  background-color: rgb(200.4609375, 213.046875, 220.0390625) !important;
}

.grey.page-heading {
  background: #d8e1e6 !important;
  text-shadow: 5px 5px 0px rgb(184.921875, 201.09375, 210.078125) !important;
}

.light_grey-text {
  color: #eeeeef !important;
}

.light_grey-bg {
  background-color: #eeeeef !important;
}
.light_grey-bg .semi-trans {
  background-color: rgba(238, 238, 239, 0.95) !important;
}
.light_grey-bg .darken {
  background-color: rgb(224.8636363636, 224.8636363636, 226.6363636364) !important;
}

.light_grey.page-heading {
  background: #eeeeef !important;
  text-shadow: 5px 5px 0px rgb(211.7272727273, 211.7272727273, 214.2727272727) !important;
}

.off_white-text {
  color: #f0f5f7 !important;
}

.off_white-bg {
  background-color: #f0f5f7 !important;
}
.off_white-bg .semi-trans {
  background-color: rgba(240, 245, 247, 0.95) !important;
}
.off_white-bg .darken {
  background-color: rgb(223.3695652174, 233.9130434783, 238.1304347826) !important;
}

.off_white.page-heading {
  background: #f0f5f7 !important;
  text-shadow: 5px 5px 0px rgb(206.7391304348, 222.8260869565, 229.2608695652) !important;
}

.blue-text {
  color: #1b5a7d !important;
}

.blue-bg {
  background-color: #1b5a7d !important;
}
.blue-bg .semi-trans {
  background-color: rgba(27, 90, 125, 0.95) !important;
}
.blue-bg .darken {
  background-color: rgb(22.4703947368, 74.9013157895, 104.0296052632) !important;
}

.blue.page-heading {
  background: #1b5a7d !important;
  text-shadow: 5px 5px 0px rgb(17.9407894737, 59.8026315789, 83.0592105263) !important;
}

.dark_blue-text {
  color: #154d66 !important;
}

.dark_blue-bg {
  background-color: #154d66 !important;
}
.dark_blue-bg .semi-trans {
  background-color: rgba(21, 77, 102, 0.95) !important;
}
.dark_blue-bg .darken {
  background-color: rgb(16.6463414634, 61.0365853659, 80.8536585366) !important;
}

.dark_blue.page-heading {
  background: #154d66 !important;
  text-shadow: 5px 5px 0px rgb(12.2926829268, 45.0731707317, 59.7073170732) !important;
}

.yellow-text {
  color: #ffb71c !important;
}

.yellow-bg {
  background-color: #ffb71c !important;
}
.yellow-bg .semi-trans {
  background-color: rgba(255, 183, 28, 0.95) !important;
}
.yellow-bg .darken {
  background-color: rgb(255, 174.9118942731, 2.5) !important;
}

.yellow.page-heading {
  background: #ffb71c !important;
  text-shadow: 5px 5px 0px rgb(232, 158.4140969163, 0) !important;
}

.red-text {
  color: #cf5459 !important;
}

.red-bg {
  background-color: #cf5459 !important;
}
.red-bg .semi-trans {
  background-color: rgba(207, 84, 89, 0.95) !important;
}
.red-bg .darken {
  background-color: rgb(201.4109589041, 64.0890410959, 69.6712328767) !important;
}

.red.page-heading {
  background: #cf5459 !important;
  text-shadow: 5px 5px 0px rgb(187.397260274, 52.602739726, 58.0821917808) !important;
}

/**
 * Retrieve colour from $colours map
 * @param  {string} $key [name of colour, as defined in $colours map]
 * @return hex colour
 */
.col-1-of-1 {
  width: 100%;
}

.col-1-of-2 {
  width: 50%;
}

.col-2-of-2 {
  width: 100%;
}

.col-1-of-3 {
  width: 33.3333333333%;
}

.col-2-of-3 {
  width: 66.6666666667%;
}

.col-3-of-3 {
  width: 100%;
}

.col-1-of-4 {
  width: 25%;
}

.col-2-of-4 {
  width: 50%;
}

.col-3-of-4 {
  width: 75%;
}

.col-4-of-4 {
  width: 100%;
}

.col-1-of-5 {
  width: 20%;
}

.col-2-of-5 {
  width: 40%;
}

.col-3-of-5 {
  width: 60%;
}

.col-4-of-5 {
  width: 80%;
}

.col-5-of-5 {
  width: 100%;
}

.col-1-of-6 {
  width: 16.6666666667%;
}

.col-2-of-6 {
  width: 33.3333333333%;
}

.col-3-of-6 {
  width: 50%;
}

.col-4-of-6 {
  width: 66.6666666667%;
}

.col-5-of-6 {
  width: 83.3333333333%;
}

.col-6-of-6 {
  width: 100%;
}

.col-1-of-7 {
  width: 14.2857142857%;
}

.col-2-of-7 {
  width: 28.5714285714%;
}

.col-3-of-7 {
  width: 42.8571428571%;
}

.col-4-of-7 {
  width: 57.1428571429%;
}

.col-5-of-7 {
  width: 71.4285714286%;
}

.col-6-of-7 {
  width: 85.7142857143%;
}

.col-7-of-7 {
  width: 100%;
}

.col-1-of-8 {
  width: 12.5%;
}

.col-2-of-8 {
  width: 25%;
}

.col-3-of-8 {
  width: 37.5%;
}

.col-4-of-8 {
  width: 50%;
}

.col-5-of-8 {
  width: 62.5%;
}

.col-6-of-8 {
  width: 75%;
}

.col-7-of-8 {
  width: 87.5%;
}

.col-8-of-8 {
  width: 100%;
}

.col-1-of-9 {
  width: 11.1111111111%;
}

.col-2-of-9 {
  width: 22.2222222222%;
}

.col-3-of-9 {
  width: 33.3333333333%;
}

.col-4-of-9 {
  width: 44.4444444444%;
}

.col-5-of-9 {
  width: 55.5555555556%;
}

.col-6-of-9 {
  width: 66.6666666667%;
}

.col-7-of-9 {
  width: 77.7777777778%;
}

.col-8-of-9 {
  width: 88.8888888889%;
}

.col-9-of-9 {
  width: 100%;
}

.col-1-of-10 {
  width: 10%;
}

.col-2-of-10 {
  width: 20%;
}

.col-3-of-10 {
  width: 30%;
}

.col-4-of-10 {
  width: 40%;
}

.col-5-of-10 {
  width: 50%;
}

.col-6-of-10 {
  width: 60%;
}

.col-7-of-10 {
  width: 70%;
}

.col-8-of-10 {
  width: 80%;
}

.col-9-of-10 {
  width: 90%;
}

.col-10-of-10 {
  width: 100%;
}

.col-1-of-11 {
  width: 9.0909090909%;
}

.col-2-of-11 {
  width: 18.1818181818%;
}

.col-3-of-11 {
  width: 27.2727272727%;
}

.col-4-of-11 {
  width: 36.3636363636%;
}

.col-5-of-11 {
  width: 45.4545454545%;
}

.col-6-of-11 {
  width: 54.5454545455%;
}

.col-7-of-11 {
  width: 63.6363636364%;
}

.col-8-of-11 {
  width: 72.7272727273%;
}

.col-9-of-11 {
  width: 81.8181818182%;
}

.col-10-of-11 {
  width: 90.9090909091%;
}

.col-11-of-11 {
  width: 100%;
}

.col-1-of-12 {
  width: 8.3333333333%;
}

.col-2-of-12 {
  width: 16.6666666667%;
}

.col-3-of-12 {
  width: 25%;
}

.col-4-of-12 {
  width: 33.3333333333%;
}

.col-5-of-12 {
  width: 41.6666666667%;
}

.col-6-of-12 {
  width: 50%;
}

.col-7-of-12 {
  width: 58.3333333333%;
}

.col-8-of-12 {
  width: 66.6666666667%;
}

.col-9-of-12 {
  width: 75%;
}

.col-10-of-12 {
  width: 83.3333333333%;
}

.col-11-of-12 {
  width: 91.6666666667%;
}

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

/**
 * [Subtracts the border and padding from the width of the element.]
 */
/**
 * [scale description]
 * @param  {[int]} $zoom [The level of zoom you want on the element. eg: '1.1'.]
 */
/**
 * [Pass the angle you want the element to rotate. eg: 90deg. NOTE: You need to add 'deg' to the angle. eg: 90deg.]
 * @param  {[int with 'deg' appended]} $deg [The angle of the rotation]
 */
/**
 * [Rotate and vertically align element within a relatively positioned element. NOTE: You need to add 'deg' to the angle. eg: 90deg.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[int with 'deg' appended]} $deg [The angle of the rotation]
 */
/**
 * [Rotate and horizontally align element within a relatively positioned element. NOTE: You need to add 'deg' to the angle. eg: 90deg.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[int with 'deg' appended]} $deg [The angle of the rotation]
 */
/**
 * [Vertically align element within a relatively positioned element.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will vertically center align the element.]
 */
/**
 * [Horizontally align element within a relatively positioned element.]
 * @param  {[percentage]} $leftPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 */
/**
 * [Horizontally and vertically align element within a relatively positioned element.]
 * @param  {[percentage]} $leftPos [Pass the horizontally position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 */
/**
 * [transition description]
 * @param  {[style]} $propertie [The style you want to animate. Defaults to 'all'.]
 * @param  {[int in seconds]} $time      [The speed at which you want the transition to take. Defaults to '0.3s'.]
 * @param  {[movement type]} $mode      [The type of movement you want eg: linear, ease, ease-in, ease-out. Defaults to 'linear'.]
 */
/**
 * Grid panels
 * Creates a grid of items that have a fixed height
 * @param $cols int = number of items per row
 * @param $col_gap percent = gap between items in each row (optional, defaults to 2%)
 * @param $row_gap percent = gap between row (optional, defaults to two times col_gap (4%))
 **/
/**
 * Ease between states
 * Use this to smooth hover/active/focus events
 **/
/**
 * Clearfix
 **/
/**
 * Multi-column
 * @param $cols int = number of columns to span
 * @param $sum int = total number of columns
 * @param $gap mixed = gap between items (optional, defaults to 1rem)
 **/
body {
  position: relative;
  overflow-x: hidden;
}

.page-wrap {
  position: relative;
}
@media all and (min-width: 1280px) {
  .page-wrap.allow-for-subnav {
    padding-top: 3.5rem;
  }
}
.page-wrap.hidden {
  display: none;
}
.page-wrap > .inner {
  max-width: 1620px;
  margin: 0 auto;
}
@media all and (max-width: 1620px) {
  .page-wrap > .inner {
    max-width: 100%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.page-content {
  clear: both;
  /**
   * Main nav disappears from header at this point,
   * so we no longer need to account for subnav at top of page
   */
}
.page-content::after {
  content: "";
  clear: both;
  display: block;
}
.page-content > .inner {
  max-width: 1620px;
  margin: 0 auto;
  padding-bottom: 85px;
}
.page-content:not(.has-right-content) > .inner .left-content {
  max-width: 1080px;
  margin: 0 auto;
}
@media all and (max-width: 1620px) {
  .page-content:not(.has-right-content) > .inner {
    max-width: 100%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media all and (max-width: 1280px) {
  .page-content > .inner {
    padding-top: 25px;
  }
}
.page-content.has-right-content {
  position: relative;
}
.page-content.has-right-content .inner {
  max-width: 100%;
}
.page-content.has-right-content .inner::after {
  content: "";
  clear: both;
  display: block;
}
.page-content.has-right-content .inner .left-content {
  width: 67%;
  float: left;
  box-sizing: border-box;
}
.page-content.has-right-content .inner .left-content main {
  width: 1080px;
  float: right;
  padding-right: 2rem;
  box-sizing: border-box;
}
@media all and (max-width: 1680px) {
  .page-content.has-right-content .inner .left-content main {
    padding-left: 1rem;
    width: 100%;
  }
}
.page-content.has-right-content .inner .right-content {
  margin-top: 52px;
  width: 33%;
  float: right;
  clear: right;
  box-sizing: border-box;
}
@media all and (max-width: 850px) {
  .page-content.has-right-content .inner .left-content {
    width: 100%;
    float: none;
  }
  .page-content.has-right-content .inner .left-content main {
    padding: 0 1rem;
  }
  .page-content.has-right-content .inner .right-content {
    margin-top: 52px;
    width: 100%;
    float: none;
    padding: 0 2rem;
  }
}
.page-content main.page-main.no-breadcrumbs {
  padding-top: 2rem;
}
.page-content main.page-main img {
  display: block;
}
.page-content main.page-main img.center {
  margin: 0 auto;
  float: none;
}
.page-content main.page-main img.left {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.page-content main.page-main img.leftAlone {
  float: none;
}
.page-content main.page-main img.right {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.page-content main.page-main img.rightAlone {
  float: right;
  margin-left: 100%;
}
.page-content .items-list {
  border-top: 3px dotted #eeeeef;
  margin: 30px 0 50px;
}
.page-content .items-list .item {
  display: block;
  text-decoration: none;
  text-align: left;
  padding: 15px 0;
  border-bottom: 3px dotted #eeeeef;
}

.cf::after {
  content: "";
  clear: both;
  display: block;
}

.hidden {
  display: none;
}

.pad--top {
  padding-top: 3rem;
}
.pad--bottom {
  padding-bottom: 3rem;
}

.table .row::after {
  content: "";
  clear: both;
  display: block;
}
.table .row.heading {
  font-weight: bold;
  border-bottom: 1px solid #eeeeef;
}

/**
 * Typography styles
 *
 * All typography formatting and general font settings
 * belong in this file. For unique blocks and widgets, etc
 * you should put those in layout.css
 **/
body,
html {
  font-family: "Karla", sans-serif;
  font-size: 18px;
  color: #000000;
}
@media all and (max-width: 850px) {
  body,
  html {
    font-size: 16px;
  }
}

/**
 * Headings
 **/
h1, h2, h3, h4, h5, h6 {
  color: #1b5a7d;
  margin-bottom: 0.5em;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.page-heading {
  display: inline-block;
  font-size: 3rem;
  padding: 15px 40px 20px;
  background: #ffb71c;
  color: #ffffff;
  text-shadow: 5px 5px 0px rgb(232, 158.4140969163, 0);
}

.spaced-out {
  letter-spacing: 0.7rem;
}

p {
  font-size: 1rem;
}

@media all and (max-width: 850px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  h5 {
    font-size: 1rem;
  }
  .spaced-out {
    letter-spacing: 0.5rem;
  }
}
/**
 * Body copy
 **/
.typography p {
  margin-bottom: 1rem;
}
.typography p.intro {
  font-size: 1.2rem;
  margin: 2rem 0 3rem;
}
.typography ul {
  padding-left: 24px;
  margin-bottom: 1rem;
}
.typography ol {
  padding-left: 20px;
  margin-bottom: 1rem;
}
.typography ol li {
  padding-left: 12px;
}
.typography ul li, .typography ol li {
  margin-bottom: 0.5rem;
}
.typography ul ul, .typography ul ol, .typography ol ul, .typography ol ol {
  margin-top: 10px;
}
.typography a {
  color: #1b5a7d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/**
 * Text formatting
 *
 * Allows us to add a class (ie .centered-text) to text to apply font styles
 **/
.centered-text {
  text-align: center;
}

.bold-text {
  font-weight: bold;
}

.italic-text {
  font-style: italic;
}

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

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

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

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

form .field {
  margin-bottom: 1rem;
}
form .field .text,
form .field .password,
form .field .textarea {
  padding: 10px;
  background: #eeeeef;
  width: 100%;
  box-sizing: border-box;
}
form .field.dropdown.fancy .middleColumn:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 30px;
  color: #1b5a7d;
  display: block;
  position: absolute;
  width: 20px;
  padding: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
form .field.dropdown.fancy .middleColumn .dropdown {
  position: relative;
  z-index: 3;
  background: none;
  height: 52px;
  padding: 16px 50px 16px 20px;
  color: #1b5a7d;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .field.dropdown.fancy .middleColumn .dropdown option {
  font-size: 16px;
}
form .field.dropdown.fancy .middleColumn .dropdown.loading {
  opacity: 0.5;
}
form .field.optionset ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}
form .field.optionset ul li {
  position: relative;
}
form .field.optionset ul li label {
  color: #1b5a7d;
  cursor: pointer;
  padding-left: 10px;
}
form .field.optionset ul li label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid;
}
form .field.optionset ul li label:after {
  content: none;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 7px;
  height: 6px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
}
form .field.optionset ul li .checkbox {
  opacity: 0;
}
form .field.optionset ul li .checkbox:checked + label:after {
  content: "";
}
form.filter-form::after {
  content: "";
  clear: both;
  display: block;
}
form.filter-form fieldset {
  float: left !important;
}
form.filter-form fieldset label {
  float: left;
  background: #ffb71c;
  height: 20px;
  padding: 16px 20px;
  font-size: 16px;
  color: #1b5a7d;
  text-transform: uppercase;
  font-weight: 600;
}
form.filter-form fieldset .field {
  float: left;
}
form.filter-form fieldset .field .middleColumn {
  float: left;
  position: relative;
  background: rgb(255, 199.1762114537, 79);
  border-right: 1px solid #ffffff;
}
@media all and (max-width: 750px) {
  form.filter-form fieldset .field .middleColumn {
    width: 100%;
    float: none;
  }
}
form.filter-form fieldset .field.date .middleColumn {
  height: 32px;
  border: 10px solid rgb(255, 199.1762114537, 79);
  background: #ffffff;
}
form.filter-form fieldset .field.date .middleColumn:before {
  content: "\f073";
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  color: #1b5a7d;
  position: absolute;
  width: 20px;
  padding: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
form.filter-form fieldset .field.date .middleColumn input {
  padding: 8px 30px 8px 10px;
  background: none;
  position: relative;
  z-index: 3;
  color: #1b5a7d;
}
form.filter-form .btn-toolbar {
  float: left;
}
form.contact-form {
  max-width: 600px;
  padding-top: 50px;
}
form.contact-form fieldset label {
  display: block;
  margin-bottom: 5px;
  color: #1b5a7d;
  font-weight: 600;
}
form.contact-form input,
form.contact-form textarea {
  font-family: "Libre Franklin", sans-serif;
}
form.club-search-form .btn-toolbar .action {
  background: #1b5a7d;
  color: #ffffff;
  border: 1px solid #1b5a7d;
  padding: 0.75rem 1rem;
}
@media all and (max-width: 850px) {
  form.club-search-form .btn-toolbar .action {
    font-size: 20px;
  }
}
form.event-registration-form .field .middleColumn .dropdown {
  padding: 10px;
  background: #eeeeef;
  width: 100%;
}
form.event-registration-form .field.fieldgroup {
  padding: 20px;
  border: 3px solid #eeeeef;
}
form.event-registration-form .field.fieldgroup > label {
  font-weight: bold;
  margin-bottom: 10px;
}
form.event-registration-form .field.fieldgroup > .fieldgroup {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
form.event-registration-form .field ul.optionset {
  list-style: none;
  padding-left: 0;
}
form.event-registration-form .field .attendee-actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
form.event-registration-form .field .attendee-action {
  font-weight: bold;
  background-color: #eeeeef;
  padding: 10px;
}
form.event-registration-form .field .attendee-action:before {
  color: #d8e1e6;
}
form.event-registration-form .field .attendee-action__add:before {
  content: "+";
}
form.event-registration-form .field .attendee-action__add:hover {
  background-color: green;
}
form.event-registration-form .field .attendee-action__remove:before {
  content: "-";
}
form.event-registration-form .field .attendee-action__remove:hover {
  background-color: red;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

table {
  margin: 10px 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table tr {
  border-bottom: 1px solid #d8e1e6;
}
table tr th,
table tr td {
  text-align: left;
  padding: 4px 8px;
  vertical-align: top;
}
table tr th:not(:first-child),
table tr td:not(:first-child) {
  border-left: 1px solid #d8e1e6;
}
table tr th {
  font-weight: 600;
  background: #eeeeef;
  vertical-align: bottom;
}

/**
 * Self-contained components
 *
 * Any significant component that is reused throughout the site. Typically these would have
 * a matching template (ie Includes/{COMPONENT_NAME}), and js (ie js/{COMPONENT_NAME}).
 **/
.utilities .menu .subnav {
  top: 80px;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.menu-item {
  display: block;
}
.menu-item:hover .menu-item-submenu.subnav {
  max-height: inherit;
}
.menu-item-link {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  color: #1b5a7d;
}
.menu.main-nav > ul > li {
  display: inline-block;
  margin: 0 1px;
}
.menu.main-nav > ul > li > a {
  padding: 32px 65px;
  background: #ffffff;
  color: #1b5a7d;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  position: relative;
}
.menu.main-nav > ul > li > a.current:not(.on):after, .menu.main-nav > ul > li > a.section:not(.on):after, .menu.main-nav > ul > li > a:hover:not(.on):after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1b5a7d;
}
@media all and (max-width: 1650px) {
  .menu.main-nav > ul > li > a {
    padding: 32px;
  }
}
.menu.main-nav > ul > li > a.red {
  color: #cf5459;
}
.menu.main-nav > ul > li > a.red.current:after, .menu.main-nav > ul > li > a.red.section:after, .menu.main-nav > ul > li > a.red:hover:after {
  background: #cf5459;
}
.menu.main-nav > ul > li > a.megamenu-trigger.on:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffffff;
  z-index: 999;
}
.menu .menu-item:last-child .subnav {
  right: 0;
}
.menu .subnav {
  position: absolute;
  text-align: center;
  background: #1b5a7d;
  top: 160px;
  z-index: 3;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1281px) {
  .menu .subnav {
    max-height: 0;
    overflow: hidden;
  }
}
.menu .subnav.open {
  display: block;
}
.menu .subnav.gumboot {
  background: #cf5459;
}
.menu .subnav.gumboot li a {
  color: #ffffff;
  background: #cf5459;
  border-left: 2px solid rgb(187.397260274, 52.602739726, 58.0821917808);
}
.menu .subnav.gumboot li a.last {
  border-right: 2px solid rgb(187.397260274, 52.602739726, 58.0821917808);
}
.menu .subnav.gumboot li a.current, .menu .subnav.gumboot li a.section, .menu .subnav.gumboot li a:hover {
  background: rgb(187.397260274, 52.602739726, 58.0821917808);
}
.menu .subnav li {
  display: flex;
  margin: 0;
}
.menu .subnav li a {
  padding: 25px 65px;
  background: #1b5a7d;
  color: #ffffff;
  font-weight: 700;
  border-left: 2px solid rgb(17.9407894737, 59.8026315789, 83.0592105263);
  flex: 1;
}
@media all and (max-width: 1650px) {
  .menu .subnav li a {
    padding: 25px;
  }
}
.menu .subnav li a.last {
  border-right: 2px solid rgb(17.9407894737, 59.8026315789, 83.0592105263);
}
.menu .subnav li a.current, .menu .subnav li a.section, .menu .subnav li a:hover {
  background: rgb(17.9407894737, 59.8026315789, 83.0592105263);
}

.hamburglar {
  display: none;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50px;
  right: 50px;
  z-index: 13;
  cursor: pointer;
}
@media all and (max-width: 1280px) {
  .hamburglar {
    display: block;
  }
}
@media all and (max-width: 700px) {
  .hamburglar {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 35px;
  }
}
.hamburglar span {
  display: block;
  position: absolute;
  height: 14%;
  width: 100%;
  background: #1b5a7d;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hamburglar span:nth-child(1) {
  top: 7%;
}
.hamburglar span:nth-child(2) {
  top: 43%;
}
.hamburglar span:nth-child(3) {
  bottom: 7%;
}
.hamburglar.open span {
  background: #1b5a7d;
}
.hamburglar.open span:nth-child(2) {
  opacity: 0;
}
.hamburglar.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 120%;
  top: 43%;
}
.hamburglar.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 120%;
  bottom: 43%;
}

@media all and (max-width: 1280px) {
  .page-head .navigation-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    z-index: 9;
    margin-top: 2px;
    background: #ffffff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .page-head .navigation-wrapper.open {
    right: 0;
    top: 160px;
  }
}
@media all and (max-width: 1280px) and (max-width: 700px) {
  .page-head .navigation-wrapper.open {
    top: 120px;
  }
}
@media all and (max-width: 1280px) {
  .page-head .navigation-wrapper .utilities,
  .page-head .navigation-wrapper .navigation {
    margin: 0;
    height: auto;
  }
  .page-head .navigation-wrapper .utilities.main,
  .page-head .navigation-wrapper .navigation.main {
    margin-left: 0;
  }
  .page-head .navigation-wrapper .utilities .menu,
  .page-head .navigation-wrapper .navigation .menu {
    float: none;
  }
  .page-head .navigation-wrapper .utilities .menu .menu-item,
  .page-head .navigation-wrapper .navigation .menu .menu-item {
    display: block !important;
    width: 100%;
    position: relative;
  }
  .page-head .navigation-wrapper .utilities .menu .menu-item-link,
  .page-head .navigation-wrapper .navigation .menu .menu-item-link {
    display: block;
    position: relative;
    text-align: center;
    padding: 20px;
    border-bottom: 3px solid #d8e1e6;
  }
  .page-head .navigation-wrapper .utilities .menu .menu-item-link.current:after, .page-head .navigation-wrapper .utilities .menu .menu-item-link.section:after, .page-head .navigation-wrapper .utilities .menu .menu-item-link:hover:after,
  .page-head .navigation-wrapper .navigation .menu .menu-item-link.current:after,
  .page-head .navigation-wrapper .navigation .menu .menu-item-link.section:after,
  .page-head .navigation-wrapper .navigation .menu .menu-item-link:hover:after {
    height: 0;
  }
  .page-head .navigation-wrapper .utilities .menu .menu-item .toggle,
  .page-head .navigation-wrapper .navigation .menu .menu-item .toggle {
    position: absolute;
    width: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    color: #1b5a7d;
    cursor: pointer;
    font-size: 1rem;
    line-height: 60px;
    text-align: center;
    border-left: 3px solid #d8e1e6;
  }
  .page-head .navigation-wrapper .utilities .menu .menu-item .toggle.red,
  .page-head .navigation-wrapper .navigation .menu .menu-item .toggle.red {
    color: #cf5459;
  }
  .page-head .navigation-wrapper .utilities .menu .menu-item.open .toggle,
  .page-head .navigation-wrapper .navigation .menu .menu-item.open .toggle {
    background: #d8e1e6;
  }
  .page-head .navigation-wrapper .utilities .menu .menu-item .subnav,
  .page-head .navigation-wrapper .navigation .menu .menu-item .subnav {
    position: relative;
    top: 0;
    background: #d8e1e6;
    display: none;
  }
  .page-head .navigation-wrapper .utilities .menu .menu-item .subnav.open,
  .page-head .navigation-wrapper .navigation .menu .menu-item .subnav.open {
    display: block;
  }
  .page-head .navigation-wrapper .utilities .menu .menu-item .subnav .menu-item-link,
  .page-head .navigation-wrapper .navigation .menu .menu-item .subnav .menu-item-link {
    padding: 15px;
    color: #1b5a7d;
    background: #d8e1e6;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgb(184.921875, 201.09375, 210.078125);
  }
  .page-head .navigation-wrapper .utilities .menu .menu-item .subnav .menu-item-link.last,
  .page-head .navigation-wrapper .navigation .menu .menu-item .subnav .menu-item-link.last {
    border: none;
  }
  .page-head .navigation-wrapper .utilities .menu .menu-item .subnav.gumboot,
  .page-head .navigation-wrapper .navigation .menu .menu-item .subnav.gumboot {
    border-color: #cf5459;
  }
  .page-head .navigation-wrapper .utilities .menu .menu-item .subnav.gumboot .menu-item-link,
  .page-head .navigation-wrapper .navigation .menu .menu-item .subnav.gumboot .menu-item-link {
    color: #cf5459;
  }
  .page-head .navigation-wrapper .utilities .menu .menu-item-link {
    border-color: rgb(187.397260274, 52.602739726, 58.0821917808);
  }
  .page-head .navigation-wrapper .utilities .menu .menu-item .toggle {
    color: #ffffff;
    border-left: 3px solid #ffffff;
  }
  .page-head .navigation-wrapper .utilities .menu .menu-item .toggle.open {
    color: rgb(187.397260274, 52.602739726, 58.0821917808);
    border-color: rgb(187.397260274, 52.602739726, 58.0821917808);
  }
  .page-head .navigation-wrapper .liner {
    position: relative;
    padding-bottom: 80px;
  }
  .page-head .navigation-wrapper .liner .search-form {
    position: absolute;
    bottom: 0;
    float: none;
    height: 80px;
    width: 100%;
  }
  .page-head .navigation-wrapper .liner .search-form .query {
    width: 100%;
    margin-bottom: 0;
  }
}
.megamenu {
  display: none;
  position: absolute;
  width: 100%;
  padding: 3rem;
  box-sizing: border-box;
  top: 160px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: #1b5a7d;
}
.megamenu::after {
  content: "";
  clear: both;
  display: block;
}
.megamenu.on {
  display: block;
}
.megamenu ul {
  margin: 0 auto;
  font-size: 1rem;
}
.megamenu ul li {
  width: 30.6666666667%;
  box-sizing: border-box;
  margin: 0 2%;
  float: left;
}
.megamenu ul li:nth-of-type(n), .megamenu ul li:nth-of-type(1n+1) {
  margin: 4% 2% 0;
  clear: none;
}
.megamenu ul li:nth-of-type(3n+1) {
  margin-left: 0;
  clear: both;
}
.megamenu ul li:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.megamenu ul li:nth-of-type(1) {
  margin-top: 0;
}
.megamenu ul li:nth-of-type(2) {
  margin-top: 0;
}
.megamenu ul li:nth-of-type(3) {
  margin-top: 0;
}
.megamenu ul li:nth-of-type(3n) {
  margin-right: 0;
  position: relative;
}
.megamenu ul li:nth-of-type(3n):after {
  clear: both;
}
.megamenu ul li:last-of-type {
  margin-bottom: 0;
}
.megamenu ul li h5 {
  color: #ffb71c;
  padding-bottom: 1rem;
  border-bottom: 3px dotted #eeeeef;
  margin-bottom: 1rem;
}
.megamenu ul li .menu-item {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}

@media all and (max-width: 1280px) {
  .megamenu {
    position: relative;
    top: 0 !important;
    padding: 0 15px;
    background: #d8e1e6;
  }
  .megamenu ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0;
    float: none;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid rgb(184.921875, 201.09375, 210.078125);
    margin-bottom: 15px;
  }
  .megamenu ul li:nth-of-type(n), .megamenu ul li:nth-of-type(1n+1) {
    margin: 0 0 0;
    clear: none;
  }
  .megamenu ul li:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  .megamenu ul li:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .megamenu ul li:nth-of-type(1) {
    margin-top: 0;
  }
  .megamenu ul li:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  .megamenu ul li:nth-of-type(1n):after {
    clear: both;
  }
  .megamenu ul li:last-of-type {
    margin-bottom: 0;
  }
  .megamenu ul li.last {
    border: none;
    margin: 0;
  }
  .megamenu ul li h5 {
    color: #1b5a7d;
    padding-bottom: 0;
    border: none;
    margin-bottom: 10px;
    font-family: "Karla", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
  }
  .megamenu ul li .menu-item {
    display: block;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .megamenu ul li .menu-item.last {
    margin-bottom: 0;
  }
}
.site-notice {
  position: relative;
  background: #ffb71c;
  color: black;
  margin-bottom: 1em;
}
.site-notice .inner {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0.8em 48px 0.3em 48px;
}
.site-notice .inner h1,
.site-notice .inner h2,
.site-notice .inner h3,
.site-notice .inner h4,
.site-notice .inner h5,
.site-notice .inner h6,
.site-notice .inner p {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
}
.site-notice .close {
  position: absolute;
  right: 100px;
  top: 0;
  cursor: pointer;
  font-size: 2.5em;
  color: black;
  -webkit-tap-highlight-color: transparent;
}
@media all and (max-width: 1660px) {
  .site-notice .close {
    right: 25px;
  }
}

.page-head {
  height: 160px;
  border-bottom: 2px solid #d8e1e6;
}
@media all and (max-width: 1280px) {
  .page-head:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 160px;
    top: 0;
    right: 160px;
    border-left: 2px solid #d8e1e6;
  }
  .page-head__notice-line:before {
    display: none;
  }
}
.page-head:after {
  content: "";
  display: block;
  clear: both;
}
.page-head .branding {
  width: 260px;
  height: 80px;
  padding: 40px;
  display: block;
  float: left;
  position: relative;
  z-index: 99;
}
@media all and (max-width: 700px) {
  .page-head {
    height: 120px;
  }
  .page-head:before {
    height: 120px;
    right: 120px;
  }
  .page-head .branding {
    width: 195px;
    height: 60px;
    padding: 30px;
  }
  .page-head .branding img {
    width: 100%;
    height: auto;
  }
}
.page-head .utilities {
  height: 80px;
  text-align: right;
  margin-left: 310px;
}
.page-head .utilities:after {
  content: "";
  display: block;
  clear: both;
}
.page-head .utilities .menu {
  float: right;
}
.page-head .utilities .menu > ul > li {
  display: inline-block;
}
.page-head .utilities .menu > ul > li > a {
  padding: 32px 65px;
  background-color: #cf5459;
  color: #ffffff;
  font-weight: 700;
}
.page-head .utilities .menu > ul > li > a.first {
  border-right: 2px solid rgb(187.397260274, 52.602739726, 58.0821917808);
}
.page-head .utilities .menu > ul > li > a.logout:after {
  content: "";
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url("/_resources/app/client/assets/icons/menu-logout.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.page-head .utilities .menu > ul > li > a.current, .page-head .utilities .menu > ul > li > a.section, .page-head .utilities .menu > ul > li > a:hover {
  background-color: rgb(187.397260274, 52.602739726, 58.0821917808);
}
.page-head .utilities .search-form {
  float: right;
  height: 100%;
  position: relative;
}
.page-head .utilities .search-form .field input {
  line-height: 16px;
  font-size: 16px;
  padding: 32px 100px 32px 20px;
  background: #d8e1e6;
  color: #1b5a7d;
  width: 500px;
}
.page-head .utilities .search-form .btn-toolbar {
  height: 100%;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
.page-head .utilities .search-form .btn-toolbar .action {
  font-size: 0;
  background: none;
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.page-head .utilities .search-form .btn-toolbar:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  content: "\f002";
  display: block;
  font-family: FontAwesome;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #1b5a7d;
  z-index: 0;
  text-align: center;
}
.page-head .navigation.main {
  height: 50%;
  text-align: right;
  margin-left: 310px;
}

.banner-images {
  position: relative;
  height: 350px;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.banner-images .slide {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.banner-images .slide.current {
  opacity: 1;
}
.banner-images .slide.old {
  opacity: 0;
}
.banner-images .page-heading {
  position: relative;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media all and (max-width: 780px) {
  .banner-images {
    height: 250px;
  }
}

.slider.banner-slider {
  position: relative;
  height: 0;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-bottom: 50%;
}
.slider.banner-slider .slide {
  position: absolute;
  bottom: 0;
  top: 0;
  bottom: 0;
  left: 33%;
  right: 0;
  width: 67%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.slider.banner-slider .slide.current {
  top: 0;
  bottom: 0;
  left: 33%;
  right: 0;
  z-index: 2;
  opacity: 1;
}
.slider.banner-slider .slide.old {
  opacity: 0;
}
.slider.banner-slider .slide.next {
  top: 15%;
  bottom: 0;
  left: -40%;
  z-index: 1;
  opacity: 0.6;
}
.slider.banner-slider .slide .page-heading {
  position: relative;
  z-index: 3;
  left: -30%;
  max-width: 550px;
  text-align: center;
}
@media all and (min-width: 781px) {
  .slider.banner-slider .slide .page-heading {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.slider .slide-nav {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 20px;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider .slide-nav .liner {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider .slide-nav .liner .triggers {
  text-align: center;
}
.slider .slide-nav .liner .triggers .trigger {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0 10px;
  background: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
}
.slider .slide-nav .liner .triggers .trigger.current {
  background: #ffb71c;
  border: 2px solid #ffffff;
}
.slider .slide-arrows {
  position: absolute;
  z-index: 2;
  width: 80px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(27, 90, 125, 0.7);
}
.slider .slide-arrows .triggers {
  height: 100%;
}
.slider .slide-arrows .triggers .arrow {
  display: block;
  height: 50%;
  text-decoration: none;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 30px;
}
.slider .slide-arrows .triggers .arrow .fa {
  width: 100%;
  height: 50px;
  position: relative;
  top: 50%;
  margin-top: -25px;
}
@media all and (max-width: 780px) {
  .slider .page-heading {
    font-size: 1.7rem;
    padding: 15px 20px 20px;
  }
  .slider.banner-slider {
    margin-bottom: 15%;
    padding-bottom: 75%;
  }
  .slider.banner-slider .slide {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .slider.banner-slider .slide.current {
    left: 0;
    opacity: 1;
  }
  .slider.banner-slider .slide.next {
    top: 0;
    left: 0;
    opacity: 0;
  }
  .slider.banner-slider .slide .page-heading {
    position: absolute;
    max-width: 100%;
    right: 30px;
    bottom: -15%;
    left: 30px;
    font-size: 1.7rem;
    padding: 15px 20px 20px;
    z-index: 9;
  }
  .slider.banner-slider .slide-nav {
    z-index: -1;
  }
  .slider .slide-arrows {
    width: 30px;
  }
  .slider .slide-arrows .triggers .arrow {
    font-size: 14px;
  }
}

.button {
  position: relative;
  display: inline-block;
  padding: 0.75rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: #1b5a7d;
  border: 2px solid;
  border-color: #1b5a7d;
  background: none;
}
.button:not(.no-link) {
  cursor: pointer;
}
.button.white {
  color: #ffffff;
  border-color: #ffffff;
}
.button.body_text {
  color: #000000;
  border-color: #000000;
}
.button.small {
  padding: 10px 15px 8px;
  font-size: 0.7rem;
  text-transform: none;
  letter-spacing: 0;
  border-width: 1px;
  margin-bottom: 5px;
}
.button.tiny {
  padding: 3px 5px 2px;
  font-size: 0.7rem;
  text-transform: none;
  letter-spacing: 0;
  border-width: 1px;
  margin-bottom: 5px;
}

.module {
  max-width: 450px;
  box-sizing: border-box;
}
@media all and (max-width: 1620px) {
  .module:not(.featured-image) {
    margin-right: 1rem;
  }
}
@media all and (max-width: 850px) {
  .module:not(.clubsnz-app) {
    margin: 0 auto 3rem !important;
  }
}
.module .page-heading {
  font-size: 2rem !important;
  display: block;
}
.module.featured-image {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}
@media all and (min-width: 850px) {
  .module.featured-image {
    max-width: 100% !important;
  }
}
.module.promo {
  padding: 2rem 1.5rem;
  background-color: #1b5a7d;
  background-image: url("/_resources/app/client/assets/images/pattern_crisscross.png");
  text-align: center;
  margin-bottom: 2rem;
}
.module.promo .icon {
  width: 80px;
  margin: 0 auto;
}
.module.promo .icon svg {
  width: 80px;
}
.module.promo .icon svg * {
  fill: #ffffff;
}
.module.promo h3 {
  color: #ffb71c;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin: 2rem 0;
  font-size: 1.3rem;
}
.module.promo .readmore {
  background: #ffffff;
  color: #1b5a7d;
  padding: 15px 25px;
}
.module.clubsnz-app {
  width: 100%;
  max-width: 100%;
  padding: 80px;
  background: #ffb71c;
  color: #ffffff;
}
.module.clubsnz-app::after {
  content: "";
  clear: both;
  display: block;
}
.module.clubsnz-app .inner {
  max-width: 1440px;
  position: relative;
}
.module.clubsnz-app .app-details {
  padding-right: 50px;
  width: 300px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.module.clubsnz-app .app-details .links {
  width: 60px;
  float: left;
  margin-top: 25px;
}
.module.clubsnz-app .app-details .links .link {
  height: 0;
  padding-bottom: 100%;
  display: block;
  margin-bottom: 20px;
  background-size: contain;
}
.module.clubsnz-app .app-details .links .link.google {
  background: url("/_resources/app/client/assets/icons/google-play.svg") center center no-repeat;
}
.module.clubsnz-app .app-details .links .link.apple {
  background: url("/_resources/app/client/assets/icons/apple-store.svg") center center no-repeat;
}
.module.clubsnz-app .app-details .phone {
  width: 160px;
  position: relative;
  z-index: 1;
  float: right;
}
.module.clubsnz-app .app-details .phone img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  display: block;
}
.module.clubsnz-app .app-details img {
  max-width: 100%;
  height: auto;
}
.module.clubsnz-app .content {
  margin-left: 300px;
}
.module.clubsnz-app .content h2, .module.clubsnz-app .content h3 {
  color: #ffffff;
  padding: 20px 40px 30px;
  margin: 0;
  background: rgb(232, 158.4140969163, 0);
  display: inline-block;
}
.module.clubsnz-app .content h2 {
  font-size: 60px;
}
.module.clubsnz-app .content h3 {
  padding: 0 30px 25px;
  position: relative;
  top: -20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 20px;
}
.module.clubsnz-app .content .words {
  color: #1b5a7d;
  max-width: 620px;
  margin: 0 135px;
}
.module.clubsnz-app .content .words .button {
  margin-top: 1rem;
}
@media all and (max-width: 1185px) {
  .module.clubsnz-app .content .words {
    max-width: 100%;
    margin: 0;
  }
}
@media all and (max-width: 1000px) {
  .module.clubsnz-app .content h2 {
    font-size: 40px;
    padding: 20px 30px 40px;
  }
}
@media all and (max-width: 850px) {
  .module.clubsnz-app {
    padding: 40px;
    margin-bottom: 0;
  }
  .module.clubsnz-app .app-details {
    position: relative;
    margin: 0 auto;
  }
  .module.clubsnz-app .content {
    margin-left: 0;
  }
  .module.clubsnz-app .content h2 {
    margin-top: 40px;
  }
}
.module.html .page-heading {
  margin-bottom: 0;
}
.module.html .items-list,
.module.html ul {
  margin: 0;
  padding: 0;
  border-top: 0;
  list-style: none;
}
.module.html .items-list .item,
.module.html .items-list li,
.module.html ul .item,
.module.html ul li {
  padding: 15px 0;
  border-bottom: 2px solid #eeeeef;
}
.module.html .items-list .item h4,
.module.html .items-list li h4,
.module.html ul .item h4,
.module.html ul li h4 {
  font-size: 1rem;
}
.module.html .items-list .item p,
.module.html .items-list li p,
.module.html ul .item p,
.module.html ul li p {
  margin-bottom: 0;
}
.module.newsletter-subscribe #mc_embed_signup {
  max-width: 100%;
}
.module.newsletter-subscribe #mc_embed_signup form {
  padding: 1rem 0;
}
.module.newsletter-subscribe #mc_embed_signup form .indicates-required {
  display: none;
}
.module.newsletter-subscribe #mc_embed_signup form .mc-field-group {
  padding-bottom: 1rem;
}
.module.newsletter-subscribe #mc_embed_signup form .mc-field-group:not(.input-group) input {
  padding: 10px;
  background: #eeeeef;
  border: none;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
}
.module.newsletter-subscribe #mc_embed_signup form .mc-field-group.input-group ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}
.module.newsletter-subscribe #mc_embed_signup form .mc-field-group.input-group ul li {
  position: relative;
  padding: 0 0 10px 0;
  margin-bottom: 0;
  border: none;
}
.module.newsletter-subscribe #mc_embed_signup form .mc-field-group.input-group ul li label {
  color: #1b5a7d;
  cursor: pointer;
  padding-left: 10px;
}
.module.newsletter-subscribe #mc_embed_signup form .mc-field-group.input-group ul li label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid;
}
.module.newsletter-subscribe #mc_embed_signup form .mc-field-group.input-group ul li label:after {
  content: none;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 7px;
  height: 6px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
}
.module.newsletter-subscribe #mc_embed_signup form .mc-field-group.input-group ul li input {
  width: 18px;
  height: 18px;
  opacity: 0;
}
.module.newsletter-subscribe #mc_embed_signup form .mc-field-group.input-group ul li input:checked + label:after {
  content: "";
}
.module.newsletter-subscribe #mc_embed_signup form .mce-responses .response {
  margin: 0 0 10px 0;
  padding: 8px 12px;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
}
.module.newsletter-subscribe #mc_embed_signup form .mce-responses .response#mce-error-response {
  color: #850004;
  background-color: #ffb2b5;
  border-color: #cf5459;
}
.module.newsletter-subscribe #mc_embed_signup form .mce-responses .response#mce-success-response {
  color: #004d00;
  background-color: #b2ffb2;
  border-color: #54cf54;
}

@media all and (max-width: 850px) {
  .module-area {
    padding-top: 3rem;
  }
}

.page-foot .footer-content {
  border-top: 2px solid #d8e1e6;
  border-bottom: 2px solid #d8e1e6;
  position: relative;
}
.page-foot .footer-content::after {
  content: "";
  clear: both;
  display: block;
}
.page-foot .footer-content:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-right: 2px solid #d8e1e6;
}
.page-foot .footer-content .col {
  float: left;
  padding: 40px;
  box-sizing: border-box;
}
.page-foot .footer-content .col:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.page-foot .footer-content .col.first:after {
  left: 25%;
  border-right: 2px solid #d8e1e6;
}
.page-foot .footer-content .col.last:after {
  right: 25%;
  border-left: 2px solid #d8e1e6;
}
.page-foot .footer-content .col .menu ul .menu-item {
  display: block;
  margin-bottom: 0.5rem;
}
.page-foot .footer-content .col .menu ul .menu-item .menu-item-link {
  font-weight: 700;
}
.page-foot .footer-content .col.contact {
  font-size: 16px;
  text-transform: uppercase;
}
.page-foot .footer-content .col.contact strong {
  width: 30%;
  float: left;
  color: #1b5a7d;
}
.page-foot .footer-content .col.contact .content {
  margin: 0 0 1rem 35%;
}
@media all and (max-width: 1350px) {
  .page-foot .footer-content .contact-wrapper {
    width: 50%;
    float: left;
  }
  .page-foot .footer-content .contact-wrapper .contact {
    float: none;
    width: 100%;
    border-bottom: 2px solid #d8e1e6;
  }
  .page-foot .footer-content .contact-wrapper .contact.last, .page-foot .footer-content .contact-wrapper .contact:after {
    border: none;
  }
}
@media all and (max-width: 770px) {
  .page-foot .footer-content:before {
    border: none;
  }
  .page-foot .footer-content .nav-wrapper {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #d8e1e6;
  }
  .page-foot .footer-content .nav-wrapper::after {
    content: "";
    clear: both;
    display: block;
  }
  .page-foot .footer-content .nav-wrapper .col {
    width: 50%;
  }
  .page-foot .footer-content .nav-wrapper .col.first:after {
    left: 50%;
  }
  .page-foot .footer-content .contact-wrapper {
    width: 100%;
  }
}
.page-foot .copyright {
  padding: 10px 40px;
  text-align: center;
}
.page-foot .copyright p {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  color: #1b5a7d;
  font-weight: 700;
}
.page-foot .copyright a {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  margin-top: 0.3em;
}
@media all and (max-width: 770px) {
  .page-foot .copyright a {
    margin-top: 0.7em;
  }
}

/*form.contact-form {
	border: 0;
	padding: 30px;
	background: colour(light_grey);

	.field {
		&.text,
		&.textarea {
			label {
				text-transform: uppercase;
				padding-bottom: 4px;
			}
    		input,
    		textarea {
	    		width: 100%;
	    	}
    	}
	}

	.Actions {
		padding-top: 10px;
		text-align: center;
	}

	#ForgotPassword {
		display: inline-block;
		a {
			display: inline-block;
			background: colour(grey);
			color: #FFFFFF;
			cursor: hand;
			cursor: pointer;
			text-decoration: none;
			font-size: 12px;
			text-transform: uppercase;
			font-weight: 700;
			padding: 10px 16px;
			box-sizing: border-box;
			border: 0;

			&:hover {
				background: darken(colour(grey), 10%);
			}
		}
	}
}*/
.pagination {
  text-align: center;
}
.pagination .button {
  padding: 5px 10px 3px;
  margin: 0 5px 10px 0;
  color: #ffffff;
  border-color: #1b5a7d;
  background: #1b5a7d;
}
.pagination .button.current {
  color: #d8e1e6;
  border-color: #d8e1e6;
  background: #ffffff;
  cursor: default;
}

.breadcrumbs {
  padding: 15px 0;
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
  text-decoration: none;
}

.bookmark-button {
  position: relative;
  padding: 0;
}
.bookmark-button--mini {
  font-size: 0.8rem;
  vertical-align: bottom;
  margin-bottom: -0.4em;
}
.bookmark-button--mini, .bookmark-button--mini:hover {
  background: none;
  border: none;
  border-radius: none;
  box-shadow: none;
}
.bookmark-button--mini .bookmark-button__text {
  display: none !important;
}
.bookmark-button__text {
  padding: 0.6em 2.5em;
}
.bookmark-button__icon {
  float: right;
  padding: 0.4em;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  margin: 0.2em;
  border: 2px solid #1b5a7d;
  text-align: center;
}
.bookmark-button__icon .fa {
  vertical-align: top;
  font-size: 1.2em;
  margin: 0 -0.05em 0 0;
}
.bookmark-button__text--add, .bookmark-button__icon--add {
  display: inline-block;
}
.bookmark-button__text--remove, .bookmark-button__icon--remove {
  display: none;
}
.bookmark-button--bookmarked .bookmark-button__text--remove, .bookmark-button--bookmarked .bookmark-button__icon--remove {
  display: inline-block;
}
.bookmark-button--bookmarked .bookmark-button__text--add, .bookmark-button--bookmarked .bookmark-button__icon--add {
  display: none;
}
.icon-tiles {
  border-top: 2px solid #d8e1e6;
  border-left: 2px solid #d8e1e6;
}
.icon-tiles::after {
  content: "";
  clear: both;
  display: block;
}
.icon-tiles .item {
  display: block;
  position: relative;
  float: left;
  border-right: 2px solid #d8e1e6;
  border-bottom: 2px solid #d8e1e6;
  text-decoration: none;
  background-position: center 2rem;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}
.icon-tiles .item.single {
  width: 16.6666666667%;
  box-sizing: border-box;
  margin: 0 0;
}
.icon-tiles .item.single:nth-of-type(n), .icon-tiles .item.single:nth-of-type(1n+1) {
  margin: 0 0 0;
  clear: none;
}
.icon-tiles .item.single:nth-of-type(6n+1) {
  margin-left: 0;
  clear: both;
}
.icon-tiles .item.single:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.icon-tiles .item.single:nth-of-type(1) {
  margin-top: 0;
}
.icon-tiles .item.single:nth-of-type(2) {
  margin-top: 0;
}
.icon-tiles .item.single:nth-of-type(3) {
  margin-top: 0;
}
.icon-tiles .item.single:nth-of-type(4) {
  margin-top: 0;
}
.icon-tiles .item.single:nth-of-type(5) {
  margin-top: 0;
}
.icon-tiles .item.single:nth-of-type(6) {
  margin-top: 0;
}
.icon-tiles .item.single:nth-of-type(6n) {
  margin-right: 0;
  position: relative;
}
.icon-tiles .item.single:nth-of-type(6n):after {
  clear: both;
}
.icon-tiles .item.single:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 1480px) {
  .icon-tiles .item.single {
    width: 20%;
    box-sizing: border-box;
    margin: 0 0;
  }
  .icon-tiles .item.single:nth-of-type(n), .icon-tiles .item.single:nth-of-type(1n+1) {
    margin: 0 0 0;
    clear: none;
  }
  .icon-tiles .item.single:nth-of-type(5n+1) {
    margin-left: 0;
    clear: both;
  }
  .icon-tiles .item.single:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .icon-tiles .item.single:nth-of-type(1) {
    margin-top: 0;
  }
  .icon-tiles .item.single:nth-of-type(2) {
    margin-top: 0;
  }
  .icon-tiles .item.single:nth-of-type(3) {
    margin-top: 0;
  }
  .icon-tiles .item.single:nth-of-type(4) {
    margin-top: 0;
  }
  .icon-tiles .item.single:nth-of-type(5) {
    margin-top: 0;
  }
  .icon-tiles .item.single:nth-of-type(5n) {
    margin-right: 0;
    position: relative;
  }
  .icon-tiles .item.single:nth-of-type(5n):after {
    clear: both;
  }
  .icon-tiles .item.single:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1060px) {
  .icon-tiles .item.single {
    width: 25%;
    box-sizing: border-box;
    margin: 0 0;
  }
  .icon-tiles .item.single:nth-of-type(n), .icon-tiles .item.single:nth-of-type(1n+1) {
    margin: 0 0 0;
    clear: none;
  }
  .icon-tiles .item.single:nth-of-type(4n+1) {
    margin-left: 0;
    clear: both;
  }
  .icon-tiles .item.single:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .icon-tiles .item.single:nth-of-type(1) {
    margin-top: 0;
  }
  .icon-tiles .item.single:nth-of-type(2) {
    margin-top: 0;
  }
  .icon-tiles .item.single:nth-of-type(3) {
    margin-top: 0;
  }
  .icon-tiles .item.single:nth-of-type(4) {
    margin-top: 0;
  }
  .icon-tiles .item.single:nth-of-type(4n) {
    margin-right: 0;
    position: relative;
  }
  .icon-tiles .item.single:nth-of-type(4n):after {
    clear: both;
  }
  .icon-tiles .item.single:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (max-width: 750px) {
  .icon-tiles .item.single {
    width: 33.3333333333%;
    box-sizing: border-box;
    margin: 0 0;
  }
  .icon-tiles .item.single:nth-of-type(n), .icon-tiles .item.single:nth-of-type(1n+1) {
    margin: 0 0 0;
    clear: none;
  }
  .icon-tiles .item.single:nth-of-type(3n+1) {
    margin-left: 0;
    clear: both;
  }
  .icon-tiles .item.single:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .icon-tiles .item.single:nth-of-type(1) {
    margin-top: 0;
  }
  .icon-tiles .item.single:nth-of-type(2) {
    margin-top: 0;
  }
  .icon-tiles .item.single:nth-of-type(3) {
    margin-top: 0;
  }
  .icon-tiles .item.single:nth-of-type(3n) {
    margin-right: 0;
    position: relative;
  }
  .icon-tiles .item.single:nth-of-type(3n):after {
    clear: both;
  }
  .icon-tiles .item.single:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (max-width: 650px) {
  .icon-tiles .item.single {
    width: 50%;
    box-sizing: border-box;
    margin: 0 0;
  }
  .icon-tiles .item.single:nth-of-type(n), .icon-tiles .item.single:nth-of-type(1n+1) {
    margin: 0 0 0;
    clear: none;
  }
  .icon-tiles .item.single:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .icon-tiles .item.single:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .icon-tiles .item.single:nth-of-type(1) {
    margin-top: 0;
  }
  .icon-tiles .item.single:nth-of-type(2) {
    margin-top: 0;
  }
  .icon-tiles .item.single:nth-of-type(2n) {
    margin-right: 0;
    position: relative;
  }
  .icon-tiles .item.single:nth-of-type(2n):after {
    clear: both;
  }
  .icon-tiles .item.single:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (max-width: 400px) {
  .icon-tiles .item.single {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0;
    float: none;
  }
  .icon-tiles .item.single:nth-of-type(n), .icon-tiles .item.single:nth-of-type(1n+1) {
    margin: 0 0 0;
    clear: none;
  }
  .icon-tiles .item.single:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  .icon-tiles .item.single:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .icon-tiles .item.single:nth-of-type(1) {
    margin-top: 0;
  }
  .icon-tiles .item.single:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  .icon-tiles .item.single:nth-of-type(1n):after {
    clear: both;
  }
  .icon-tiles .item.single:last-of-type {
    margin-bottom: 0;
  }
}
.icon-tiles .item.single .liner {
  padding-bottom: 100%;
}
.icon-tiles .item.double {
  width: 33.3333333333%;
  box-sizing: border-box;
  margin: 0 0;
}
.icon-tiles .item.double:nth-of-type(n), .icon-tiles .item.double:nth-of-type(1n+1) {
  margin: 0 0 0;
  clear: none;
}
.icon-tiles .item.double:nth-of-type(3n+1) {
  margin-left: 0;
  clear: both;
}
.icon-tiles .item.double:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.icon-tiles .item.double:nth-of-type(1) {
  margin-top: 0;
}
.icon-tiles .item.double:nth-of-type(2) {
  margin-top: 0;
}
.icon-tiles .item.double:nth-of-type(3) {
  margin-top: 0;
}
.icon-tiles .item.double:nth-of-type(3n) {
  margin-right: 0;
  position: relative;
}
.icon-tiles .item.double:nth-of-type(3n):after {
  clear: both;
}
.icon-tiles .item.double:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 1250px) {
  .icon-tiles .item.double {
    width: 50%;
    box-sizing: border-box;
    margin: 0 0;
  }
  .icon-tiles .item.double:nth-of-type(n), .icon-tiles .item.double:nth-of-type(1n+1) {
    margin: 0 0 0;
    clear: none;
  }
  .icon-tiles .item.double:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .icon-tiles .item.double:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .icon-tiles .item.double:nth-of-type(1) {
    margin-top: 0;
  }
  .icon-tiles .item.double:nth-of-type(2) {
    margin-top: 0;
  }
  .icon-tiles .item.double:nth-of-type(2n) {
    margin-right: 0;
    position: relative;
  }
  .icon-tiles .item.double:nth-of-type(2n):after {
    clear: both;
  }
  .icon-tiles .item.double:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (max-width: 850px) {
  .icon-tiles .item.double {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0;
    float: none;
  }
  .icon-tiles .item.double:nth-of-type(n), .icon-tiles .item.double:nth-of-type(1n+1) {
    margin: 0 0 0;
    clear: none;
  }
  .icon-tiles .item.double:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  .icon-tiles .item.double:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .icon-tiles .item.double:nth-of-type(1) {
    margin-top: 0;
  }
  .icon-tiles .item.double:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  .icon-tiles .item.double:nth-of-type(1n):after {
    clear: both;
  }
  .icon-tiles .item.double:last-of-type {
    margin-bottom: 0;
  }
}
.icon-tiles .item.double .liner {
  padding-bottom: 50%;
}
.icon-tiles .item .liner {
  height: 0;
}
.icon-tiles .item .liner .content {
  position: absolute;
  top: 3rem;
  right: 3rem;
  bottom: 4rem;
  left: 3rem;
}
.icon-tiles .item .liner .content .icon {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.icon-tiles .item .liner .content .icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.icon-tiles .item .liner .content .icon svg :not(.no-fill) * {
  fill: #718289;
}
.icon-tiles .item .liner h4 {
  position: absolute;
  bottom: 1rem;
  left: 0.5rem;
  right: 0.5rem;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
.icon-tiles .item:hover:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 12px solid #cf5459;
}
.icon-tiles .item:hover .liner .content .icon svg * {
  fill: #cf5459;
}
.icon-tiles .item.go-blue:hover:after {
  border-color: #1b5a7d;
}
.icon-tiles .item.go-blue:hover .liner .content .icon svg * {
  fill: #1b5a7d;
}
.icon-tiles .item.go-blue:hover .liner .content .icon svg .stroke-hover * {
  stroke: #1b5a7d;
}
.icon-tiles .item.about-yellow:hover:after {
  border-color: #ffb71c;
}
.icon-tiles .item.about-yellow:hover .liner .content .icon svg * {
  fill: #ffb71c;
}
.icon-tiles .item.about-yellow:hover .liner .content .icon svg .stroke-hover * {
  stroke: #ffb71c;
}

.dropdown-categories {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  align-items: flex-end;
}
.dropdown-categories::after {
  content: "";
  clear: both;
  display: block;
}
.dropdown-categories .tag {
  display: inline-block;
  float: left;
  padding: 15px 20px;
  color: #cf5459;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #cf5459;
}
.dropdown-categories .tag.first {
  border-left: none;
}
.dropdown-categories .tag.current {
  color: #ffffff;
  background: #cf5459;
}
.dropdown-categories .tag.all {
  padding: 15px 30px;
  color: #1b5a7d;
  border-color: #1b5a7d;
  border-right: 2px solid #1b5a7d;
}
.dropdown-categories .tag.all.current {
  color: #ffffff;
  background: #1b5a7d;
}

.categories::after {
  content: "";
  clear: both;
  display: block;
}
.categories .tag {
  display: inline-block;
  float: left;
  padding: 15px 20px;
  color: #cf5459;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #cf5459;
}
.categories .tag.first {
  border-left: none;
}
.categories .tag.current {
  color: #ffffff;
  background: #cf5459;
}
.categories .tag.all {
  padding: 15px 30px;
  color: #1b5a7d;
  border-color: #1b5a7d;
  border-right: 2px solid #1b5a7d;
}
.categories .tag.all.current {
  color: #ffffff;
  background: #1b5a7d;
}

.category-search-form {
  padding: 5px 10px;
  color: #cf5459;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #cf5459;
  height: 85%;
  font-family: "Karla", sans-serif;
}

.category-search-form__input {
  padding: 10px;
}

.category-search-form__submit {
  background-color: white;
  color: #cf5459;
  font-weight: 600;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  cursor: pointer;
  padding-left: 5px;
}

.category-clear {
  background-color: white;
  border: 2px solid #cf5459;
  padding: 15px;
  font-weight: 600;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  color: #cf5459 !important;
}
.category-clear.hidden {
  display: none;
}

.dropdown-filter {
  display: inline-block;
  padding: 15px 20px;
  color: #1b5a7d;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #cf5459;
  background: #ffffff;
  cursor: pointer;
  font-family: "Karla", sans-serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.dropdown-filter:focus {
  outline: none;
}
.dropdown-filter option {
  padding: 15px 20px;
  color: #1b5a7d;
  text-transform: uppercase;
  font-weight: 600;
  background: #ffffff;
}
.dropdown-filter option:checked,
.dropdown-filter option:selected {
  color: #ffffff;
  background: #cf5459;
}

.items-list.article-snippets .item {
  text-decoration: none;
  text-align: left;
}
.items-list.article-snippets .item:not(.month):hover {
  background-color: #f5f5f5;
}
.items-list.article-snippets .item .liner {
  padding: 0 15px;
  box-sizing: border-box;
}
.items-list.article-snippets .item .liner p {
  color: #000000;
}
.items-list.article-snippets .item .liner .date {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.items-list.article-snippets .item .liner .intro {
  margin-bottom: 30px;
}
.items-list.article-snippets .item .button {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  transition: all 0.3s ease-in-out;
}
.items-list.article-snippets .item .button:hover {
  color: white;
  background-color: #1b5a7d;
}
.items-list.article-snippets.tiles {
  border-top: 3px dotted #eeeeef;
  margin: 30px 0 50px;
  display: flex;
  flex-wrap: wrap;
}
.items-list.article-snippets.tiles .item {
  width: 33.333%;
  display: block;
  box-sizing: border-box;
  border-right: 3px dotted #eeeeef;
}
@media all and (max-width: 950px) {
  .items-list.article-snippets.tiles .item {
    width: 50%;
  }
  .items-list.article-snippets.tiles .item:nth-child(2n) {
    border-right: none;
  }
  .items-list.article-snippets.tiles .item:nth-child(3n) {
    border-right: 3px dotted #eeeeef;
  }
}
@media all and (max-width: 650px) {
  .items-list.article-snippets.tiles .item {
    width: 100%;
    border-right: none;
  }
  .items-list.article-snippets.tiles .item:nth-child(2n) {
    border-right: none;
  }
  .items-list.article-snippets.tiles .item:nth-child(3n) {
    border-right: none;
  }
}

.image-gallery {
  margin-top: 30px;
  margin-bottom: 60px;
}
.image-gallery .trigger {
  text-decoration: none;
  display: inline-block;
}
.image-gallery .trigger.seymore {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-color: #1b5a7d;
  position: relative;
  background-image: url("/_resources/app/client/assets/images/gallery.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.image-gallery .trigger.seymore:before, .image-gallery .trigger.seymore:after {
  content: "";
  display: block;
  height: 20px;
  width: 4px;
  background: #ffffff;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.image-gallery .trigger.seymore:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slider.image-gallery-popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background: #ffffff;
  height: 0;
  overflow: hidden;
}
.slider.image-gallery-popup.active {
  display: block;
  height: 100%;
  bottom: 0;
}
.slider.image-gallery-popup .slide {
  position: absolute;
  bottom: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.slider.image-gallery-popup .slide.current {
  z-index: 2;
  opacity: 1;
}
.slider.image-gallery-popup .slide.old {
  opacity: 0;
}
.slider.image-gallery-popup .slide .page-heading {
  position: relative;
  z-index: 3;
  max-width: 550px;
  text-align: center;
}
.slider .slide-nav {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 20px;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider .slide-nav .liner {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider .slide-nav .liner .triggers {
  text-align: center;
}
.slider .slide-nav .liner .triggers .trigger {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0 10px;
  background: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.slider .slide-nav .liner .triggers .trigger.current {
  background: #ffb71c;
  border: 2px solid #ffffff;
}
.slider .slide-arrows {
  position: absolute;
  z-index: 2;
  width: 80px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(27, 90, 125, 0.7);
}
.slider .slide-arrows .triggers {
  height: 100%;
}
.slider .slide-arrows .triggers .arrow {
  display: block;
  height: 50%;
  text-decoration: none;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 30px;
}
.slider .slide-arrows .triggers .arrow .fa {
  width: 100%;
  height: 50px;
  position: relative;
  top: 50%;
  margin-top: -25px;
}
.slider .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 80px;
  height: 30px;
  padding: 25px 0;
  color: #ffffff;
}
.slider .close:before, .slider .close:after {
  content: "";
  display: block;
  width: 6px;
  height: 30px;
  background: #ffffff;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -3px;
}
.slider .close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slider .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media all and (max-width: 780px) {
  .slider .page-heading {
    font-size: 1.7rem;
    padding: 15px 20px 20px;
  }
  .slider.banner-slider {
    margin-bottom: 15%;
    padding-bottom: 75%;
  }
  .slider.banner-slider .slide {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .slider.banner-slider .slide.current {
    left: 0;
    opacity: 1;
  }
  .slider.banner-slider .slide.next {
    top: 0;
    left: 0;
    opacity: 0;
  }
  .slider.banner-slider .slide .page-heading {
    position: absolute;
    max-width: 100%;
    right: 30px;
    bottom: -15%;
    left: 30px;
    font-size: 1.7rem;
    padding: 15px 20px 20px;
    z-index: 9;
  }
  .slider.banner-slider .slide-nav {
    z-index: -1;
  }
  .slider .slide-arrows {
    width: 30px;
  }
  .slider .slide-arrows .triggers .arrow {
    font-size: 14px;
  }
  .slider .close {
    width: 20px;
    right: 5px;
  }
  .slider .close:before, .slider .close:after {
    height: 20px;
    width: 4px;
    margin-left: -2px;
  }
}

.SalesforceAPIPage .ui-helper-hidden-accessible {
  display: none;
}
.SalesforceAPIPage .ui-menu-item {
  cursor: pointer;
}

.find-a-club-header {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 700px) {
  .find-a-club-header {
    padding-bottom: 30px;
    margin-bottom: 1rem;
  }
}
.find-a-club-header .club-search-form-wrapper {
  width: 450px;
  float: left;
}
@media all and (max-width: 700px) {
  .find-a-club-header .club-search-form-wrapper {
    float: none;
    clear: left;
  }
}
.find-a-club-header .club-search-form-wrapper .field.autocomplete {
  border: 2px solid #1b5a7d;
}
.find-a-club-header .club-search-form-wrapper .field.autocomplete .autocomplete.text {
  padding: 15px;
  font-size: 0.8rem;
  font-style: italic;
}
.find-a-club-header .club-search-form-wrapper .field.autocomplete .ui-helper-hidden-accessible {
  display: none;
}
.find-a-club-header .club-search-form-wrapper .text.autocomplete {
  min-width: 350px;
}
.find-a-club-header .club-browse {
  position: absolute;
  top: 0;
  left: 470px;
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border: 2px solid #1b5a7d;
  background: #ffffff;
  z-index: 9;
}
@media all and (max-width: 700px) {
  .find-a-club-header .club-browse {
    top: 135px;
    left: 0;
  }
  .double-filter .find-a-club-header .club-browse {
    top: 150px;
  }
}
.find-a-club-header .club-browse .label {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #1b5a7d;
  text-decoration: none;
  position: relative;
  padding-right: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.find-a-club-header .club-browse .label:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1b5a7d;
  position: absolute;
  top: 10px;
  right: 0;
}
.find-a-club-header .club-browse .label.open:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.find-a-club-header .club-browse .togglable-content {
  display: none;
  padding: 1rem 0 0.5rem;
}
.find-a-club-header .club-browse .togglable-content .link {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.find-a-club-header .filter-form:not(.club-search-form) {
  float: right;
}
@media all and (max-width: 1100px) {
  .find-a-club-header .filter-form:not(.club-search-form) {
    float: none;
    clear: left;
    margin-bottom: 1rem;
  }
}
.find-a-club-header .filter-form fieldset {
  float: none;
}
@media all and (max-width: 575px) {
  .find-a-club-header .filter-form--params-x2 label {
    float: none;
    display: block;
    padding: 0;
    background: none;
    margin-bottom: 0.5rem;
  }
}
@media all and (max-width: 1560px) {
  .find-a-club-header.double-filter {
    padding-bottom: 30px;
    margin-bottom: 1rem;
  }
  .find-a-club-header.double-filter .filter-form {
    float: none;
    clear: left;
  }
}
@media all and (max-width: 700px) {
  .find-a-club-header.double-filter .club-browse {
    top: 200px;
  }
}
@media all and (max-width: 575px) {
  .find-a-club-header.double-filter .club-browse {
    top: 230px;
  }
}

.ui-autocomplete {
  box-sizing: border-box;
  width: 100%;
  z-index: 99999;
  background: #eeeeef;
  list-style: none;
  padding: 1rem 1rem 0.5rem;
  border: 1px solid #d8e1e6;
  max-width: 350px;
}
.ui-autocomplete li {
  margin-bottom: 0.5rem;
}
.ui-autocomplete li a {
  cursor: pointer;
}

/**
 * Page-specific
 *
 * These should match the class of said page (ie HomePage = homepage, Contact = contact)
 **/
.homepage .panels {
  position: relative;
  background: #1b5a7d;
  color: #ffffff;
  text-align: center;
}
.homepage .panels::after {
  content: "";
  clear: both;
  display: block;
}
.homepage .panels .panel {
  width: 50%;
  box-sizing: border-box;
  margin: 0 0;
  float: left;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 80px;
}
.homepage .panels .panel:nth-of-type(n), .homepage .panels .panel:nth-of-type(1n+1) {
  margin: 0 0 0;
  clear: none;
}
.homepage .panels .panel:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}
.homepage .panels .panel:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.homepage .panels .panel:nth-of-type(1) {
  margin-top: 0;
}
.homepage .panels .panel:nth-of-type(2) {
  margin-top: 0;
}
.homepage .panels .panel:nth-of-type(2n) {
  margin-right: 0;
  position: relative;
}
.homepage .panels .panel:nth-of-type(2n):after {
  clear: both;
}
.homepage .panels .panel:last-of-type {
  margin-bottom: 0;
}
.homepage .panels .panel .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.homepage .panels .panel h2 {
  display: inline-block;
  padding: 1rem 1.2rem;
  text-transform: uppercase;
  background: #154d66;
  color: #ffb71c;
}
.homepage .panels .panel h4 {
  color: #ffffff;
}
.homepage .panels .panel .content {
  max-width: 460px;
  max-height: 125px;
  height: auto;
  width: auto;
  margin: 1rem auto 2rem;
}
.homepage .panels .panel .button {
  margin: 0 15px 15px;
}
.homepage .panels .panel.find-a-club {
  background: url("/_resources/app/client/assets/images/pattern_crisscross.png");
}
.homepage .panels .panel.find-a-club .icon {
  background-image: url("/_resources/app/client/assets/icons/nz-shield.svg");
}
.homepage .panels .panel.sports {
  background: url("/_resources/app/client/assets/images/pattern_confetti.png");
}
.homepage .panels .panel.sports .icon {
  background-image: url("/_resources/app/client/assets/icons/calendar-heart.svg");
}
@media all and (max-width: 1220px) {
  .homepage .panels .panel {
    padding: 80px 40px;
  }
  .homepage .panels .panel .content {
    max-height: 200px;
  }
}
@media all and (max-width: 760px) {
  .homepage .panels .panel {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0;
    float: none;
    padding: 80px 20px;
  }
  .homepage .panels .panel:nth-of-type(n), .homepage .panels .panel:nth-of-type(1n+1) {
    margin: 0 0 0;
    clear: none;
  }
  .homepage .panels .panel:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  .homepage .panels .panel:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .homepage .panels .panel:nth-of-type(1) {
    margin-top: 0;
  }
  .homepage .panels .panel:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  .homepage .panels .panel:nth-of-type(1n):after {
    clear: both;
  }
  .homepage .panels .panel:last-of-type {
    margin-bottom: 0;
  }
  .homepage .panels .panel .icon {
    width: 80px;
    height: 80px;
  }
  .homepage .panels .panel.find-a-club {
    border-bottom: 2px solid #ffffff;
  }
}
.homepage .panels .bg {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
}
.homepage .panels .bg.left {
  left: 0;
  right: 50%;
  border-right: 1px solid #ffffff;
}
.homepage .panels .bg.right {
  left: 50%;
  right: 0;
  border-left: 1px solid #ffffff;
}
@media all and (max-width: 760px) {
  .homepage .panels .bg.left, .homepage .panels .bg.right {
    border: none;
  }
}
.homepage .gumboot {
  text-align: right;
  background: #cf5459;
}
.homepage .gumboot ul li {
  display: inline-block;
  margin: 0;
}
.homepage .gumboot ul li a {
  padding: 25px 65px;
  background: #cf5459;
  color: #ffffff;
  font-weight: 700;
  border-left: 2px solid rgb(187.397260274, 52.602739726, 58.0821917808);
}
.homepage .gumboot ul li a.current, .homepage .gumboot ul li a.section, .homepage .gumboot ul li a:hover {
  background: rgb(187.397260274, 52.602739726, 58.0821917808);
}
@media all and (max-width: 600px) {
  .homepage .gumboot ul li {
    display: block;
    text-align: center;
    border-bottom: 2px solid rgb(187.397260274, 52.602739726, 58.0821917808);
  }
  .homepage .gumboot ul li a {
    display: block;
    border: none;
  }
}
.homepage .handy-stuff {
  position: relative;
  z-index: 1;
  text-align: center;
}
.homepage .handy-stuff::after {
  content: "";
  clear: both;
  display: block;
}
.homepage .handy-stuff .separator {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  border-left: 2px solid #d8e1e6;
  z-index: 3;
}
.homepage .handy-stuff .block {
  width: 50%;
  box-sizing: border-box;
  margin: 0 0;
  float: left;
  padding: 80px;
  box-sizing: border-box;
}
.homepage .handy-stuff .block:nth-of-type(n), .homepage .handy-stuff .block:nth-of-type(1n+1) {
  margin: 0 0 0;
  clear: none;
}
.homepage .handy-stuff .block:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}
.homepage .handy-stuff .block:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.homepage .handy-stuff .block:nth-of-type(1) {
  margin-top: 0;
}
.homepage .handy-stuff .block:nth-of-type(2) {
  margin-top: 0;
}
.homepage .handy-stuff .block:nth-of-type(2n) {
  margin-right: 0;
  position: relative;
}
.homepage .handy-stuff .block:nth-of-type(2n):after {
  clear: both;
}
.homepage .handy-stuff .block:last-of-type {
  margin-bottom: 0;
}
.homepage .handy-stuff .block h2 {
  color: #cf5459;
  text-transform: uppercase;
}
.homepage .handy-stuff .block .items-list.resources .item .details {
  padding: 10px 0;
  margin-bottom: 0;
}
@media all and (max-width: 1100px) {
  .homepage .handy-stuff .block {
    padding: 40px;
  }
}
@media all and (max-width: 850px) {
  .homepage .handy-stuff .block {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0;
    float: none;
  }
  .homepage .handy-stuff .block:nth-of-type(n), .homepage .handy-stuff .block:nth-of-type(1n+1) {
    margin: 0 0 0;
    clear: none;
  }
  .homepage .handy-stuff .block:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  .homepage .handy-stuff .block:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .homepage .handy-stuff .block:nth-of-type(1) {
    margin-top: 0;
  }
  .homepage .handy-stuff .block:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  .homepage .handy-stuff .block:nth-of-type(1n):after {
    clear: both;
  }
  .homepage .handy-stuff .block:last-of-type {
    margin-bottom: 0;
  }
  .homepage .handy-stuff .block.news {
    border-bottom: 2px solid #d8e1e6;
  }
  .homepage .handy-stuff .block .items-list.resources .item {
    padding: 15px 0;
  }
  .homepage .handy-stuff .block .items-list.resources .item .icon {
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    width: 35px;
    margin-right: 0;
  }
  .homepage .handy-stuff .block .items-list.resources .item .details {
    padding: 0;
    margin-left: 50px;
  }
  .homepage .handy-stuff .separator {
    display: none;
  }
}

.c-partner-logos__wrapper {
  padding-top: 50px;
  border-top: 2px solid #d8e1e6;
  width: 100%;
}
@media all and (min-width: 600px) {
  .c-partner-logos__wrapper {
    padding: 50px 0px;
  }
}

.c-partner-logos__title {
  width: fit-content;
  margin: 0 auto 50px auto;
}

.c-partner-logos__container {
  position: relative;
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.c-partner-logos__link {
  position: relative;
  width: 40%;
  margin-bottom: 50px;
}
@media all and (min-width: 600px) {
  .c-partner-logos__link {
    width: 25%;
  }
}
@media all and (min-width: 1024px) {
  .c-partner-logos__link {
    width: 15%;
    margin-bottom: 30px;
  }
}

.c-partner-logos__picture {
  width: 100%;
  display: block;
  padding-bottom: 50%;
  position: relative;
  height: auto;
}

.c-partner-logos__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
}

.news.article > h1 {
  margin-bottom: 10px !important;
}
.news.article .date {
  margin-bottom: 30px;
  color: #1b5a7d;
}
.news.article .intro {
  padding: 30px 0 50px;
  border-bottom: 3px dotted #eeeeef;
  margin-bottom: 30px;
  font-size: 1.2em;
}
.news.article .downloads-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  overflow-wrap: break-word;
}
.news.article .downloads-table .table-top {
  color: #ffffff;
}
.news.article .downloads-table .table-top .table-heading {
  font-weight: 700;
  text-transform: uppercase;
}
.news.article .downloads-table img {
  max-width: 100%;
}
.news.article .download-member-login {
  margin-top: 38px;
}
.news .promo-tiles {
  margin-bottom: 3rem;
}
.news .promo-tiles::after {
  content: "";
  clear: both;
  display: block;
}
.news .promo-tiles .promo {
  width: 48%;
  box-sizing: border-box;
  margin: 0 2%;
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.news .promo-tiles .promo:nth-of-type(n), .news .promo-tiles .promo:nth-of-type(1n+1) {
  margin: 4% 2% 0;
  clear: none;
}
.news .promo-tiles .promo:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}
.news .promo-tiles .promo:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.news .promo-tiles .promo:nth-of-type(1) {
  margin-top: 0;
}
.news .promo-tiles .promo:nth-of-type(2) {
  margin-top: 0;
}
.news .promo-tiles .promo:nth-of-type(2n) {
  margin-right: 0;
  position: relative;
}
.news .promo-tiles .promo:nth-of-type(2n):after {
  clear: both;
}
.news .promo-tiles .promo:last-of-type {
  margin-bottom: 0;
}
.news .promo-tiles .promo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.news .promo-tiles .promo .sizer {
  height: 0;
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.news .promo-tiles .promo .sizer .liner .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1060px) {
  .news .promo-tiles .promo .sizer .liner .content {
    width: 80%;
  }
}
.news .promo-tiles .promo .readmore {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.5);
}
.news .promo-tiles .promo:hover .readmore {
  background: rgba(255, 255, 255, 0.7);
}
@media all and (max-width: 750px) {
  .news .promo-tiles .promo {
    width: 100%;
    box-sizing: border-box;
    margin: 0 2%;
    float: none;
  }
  .news .promo-tiles .promo:nth-of-type(n), .news .promo-tiles .promo:nth-of-type(1n+1) {
    margin: 4% 2% 0;
    clear: none;
  }
  .news .promo-tiles .promo:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  .news .promo-tiles .promo:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .news .promo-tiles .promo:nth-of-type(1) {
    margin-top: 0;
  }
  .news .promo-tiles .promo:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  .news .promo-tiles .promo:nth-of-type(1n):after {
    clear: both;
  }
  .news .promo-tiles .promo:last-of-type {
    margin-bottom: 0;
  }
  .news .promo-tiles .promo .sizer {
    padding-bottom: 45%;
  }
}

.items-list.article-snippets.tiles .item.snippet.month {
  width: 100%;
  margin: -3px 0;
  border: none;
  padding: 15px;
  background-color: #cdd6de;
  z-index: 1000;
}
.items-list.article-snippets.tiles .item.snippet.month h3 {
  margin-bottom: 0;
}

.no-results-found {
  font-style: italic;
  margin-top: 30px;
}

select.dropdown-filter option:disabled {
  color: #adadad; /* Pale grey color; adjust as needed */
}

.events.event > h1 {
  margin-bottom: 10px !important;
}
.events.event .date {
  margin-bottom: 30px;
  color: #1b5a7d;
}
.events.event .intro {
  padding: 30px 0 50px;
  border-bottom: 3px dotted #eeeeef;
  margin-bottom: 30px;
  font-size: 1.2em;
}

.loading-message {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}
.loading-message p {
  margin: 0;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 5px;
  border: 5px solid #1b5a7d;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #1b5a7d transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.resources.resources-category.page-content > .inner {
  padding-top: 0;
}
.resources .category-icon {
  width: 160px;
  height: 160px;
  background: #1b5a7d;
  margin-bottom: 50px;
  position: relative;
}
.resources .category-icon .icon {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
}
.resources .category-icon .icon svg {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.resources .category-icon .icon svg * {
  fill: #ffffff;
}
.items-list.resources {
  margin-top: 0;
}
.items-list.resources.resource-categories {
  margin-bottom: 0;
  border-bottom: none;
}
.items-list.resources.resource-categories .item.last {
  border-bottom: none;
}
.items-list.resources .item {
  position: relative;
}
.items-list.resources .item .icon {
  width: 45px;
  height: auto;
  margin-right: 35px;
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.items-list.resources .item .icon.svg svg * {
  fill: #1b5a7d;
}
.items-list.resources .item .details {
  margin-left: 80px;
}
.items-list.resources .item .details .description {
  color: #000000;
  font-size: 0.8rem;
}
.items-list.resources .item .details .tools .button {
  padding: 3px 10px;
  font-size: 10px;
  letter-spacing: 0px;
  border-width: 1px;
}
.items-list.resources .item .details .tools .button:not(.bookmark-button)::hover {
  background: #1b5a7d;
  color: #ffffff;
}
.items-list.resources .item .details .tools .button.bookmark-button {
  border: none;
  padding: 0;
}
.items-list.resources .item .details .tools .button.bookmark-button .bookmark-button__text {
  padding: 5px 5px 5px 10px;
}
.items-list.resources .item .details .tools .button.bookmark-button .bookmark-button__icon {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 1rem;
}
.items-list.resources .item .details .tools .button.bookmark-button--bookmarked .bookmark-button__icon {
  color: #1b5a7d;
}

.favs-list {
  margin-top: 3rem;
}
.favs-list .items-list {
  display: flex;
  flex-wrap: wrap;
}
.favs-list .items-list .item {
  width: 50%;
}
@media all and (max-width: 1050px) {
  .favs-list .items-list .item {
    width: 100%;
  }
}

.tournaments > .inner {
  padding-top: 0;
}
.tournaments .category-icon {
  width: 100px;
  height: 100px;
  padding: 50px;
  margin-bottom: 50px;
  background: #1b5a7d;
}
@media all and (max-width: 550px) {
  .tournaments .category-icon {
    width: 75px;
    height: 75px;
    padding: 30px;
  }
}
.tournaments .category-icon .liner {
  position: relative;
  height: 100%;
  width: 100%;
}
.tournaments .category-icon .liner .icon,
.tournaments .category-icon .liner svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.tournaments .category-icon .liner svg * {
  fill: #ffffff;
}
.tournaments .items-list .item {
  padding: 15px 0 10px;
}
.tournaments .items-list .item h4 {
  font-size: 1.2rem;
}
.tournaments .items-list .item p {
  color: #000000;
}
.tournaments .items-list .item.has-aside:after {
  content: "";
  display: block;
  clear: both;
}
.tournaments .items-list .item.has-aside .content {
  width: 66.6666666667%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 1rem;
}
.tournaments .items-list .item.has-aside .content:first-of-type {
  padding-left: 0;
}
.tournaments .items-list .item.has-aside .content:last-of-type {
  padding-right: 0;
}
.tournaments .items-list .item.has-aside aside {
  width: 33.3333333333%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 1rem;
  text-align: right;
}
.tournaments .items-list .item.has-aside aside:first-of-type {
  padding-left: 0;
}
.tournaments .items-list .item.has-aside aside:last-of-type {
  padding-right: 0;
}
.tournaments .filter-form {
  margin-top: 30px;
}
.tournaments .filter-form fieldset label {
  float: none;
  display: block;
  padding: 0;
  background: none;
  margin-bottom: 10px;
}
.tournaments .filter-form fieldset .field.dropdown.fancy .middleColumn {
  background: #ffb71c;
}
.tournaments .filter-form fieldset .field.date.end .middleColumn {
  border-left: none;
}
.tournaments .filter-form .btn-toolbar {
  margin-top: 30px;
}
@media all and (max-width: 850px) {
  .tournaments .filter-form .field.dropdown.fancy {
    width: 100%;
  }
  .tournaments .filter-form .field.dropdown.fancy .middleColumn {
    width: 100%;
  }
  .tournaments .filter-form .field.date {
    width: 50%;
  }
  .tournaments .filter-form .field.date .middleColumn {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
  }
  .tournaments .filter-form .btn-toolbar {
    float: none;
  }
  .tournaments .filter-form .btn-toolbar .action {
    width: 100%;
  }
}
.tournaments.tournament .details {
  margin-bottom: 2rem;
}
.tournaments.tournament .details .row {
  padding: 1rem 2rem;
}
.tournaments.tournament .details .row .label {
  color: #1b5a7d;
  font-weight: 700;
  margin-bottom: 5px;
}
.tournaments.tournament .details .row:nth-child(2n+2) {
  background: #f0f5f7;
}
.tournaments.tournament .register-online-button {
  margin-bottom: 2rem;
}
.tournaments.tournament .live-button {
  display: inline-flex;
  align-items: center;
  margin-bottom: 2rem;
  transition: all 0.2s ease;
}
.tournaments.tournament .live-button__indicator {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #cf5459;
  margin-right: 15px;
}
.tournaments.tournament .live-button:hover {
  background-color: rgba(207, 84, 89, 0.2);
}
.tournaments.tournament .club {
  margin: 2rem 0;
}

.category-page .category-icon {
  width: 100px;
  height: 100px;
  padding: 50px;
  margin-bottom: 50px;
  background: #cf5459;
}
@media all and (max-width: 550px) {
  .category-page .category-icon {
    width: 75px;
    height: 75px;
    padding: 30px;
  }
}
.category-page .category-icon .liner {
  position: relative;
  height: 100%;
  width: 100%;
}
.category-page .category-icon .liner .icon, .category-page .category-icon .liner svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.category-page .category-icon .liner svg * {
  fill: #ffffff;
}

.results > .inner {
  padding-top: 0;
}
.results .category-icon {
  width: 100px;
  height: 100px;
  padding: 50px;
  margin-bottom: 50px;
  background: #1b5a7d;
}
@media all and (max-width: 550px) {
  .results .category-icon {
    width: 75px;
    height: 75px;
    padding: 30px;
  }
}
.results .category-icon .liner {
  position: relative;
  height: 100%;
  width: 100%;
}
.results .category-icon .liner .icon, .results .category-icon .liner svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.results .category-icon .liner svg * {
  fill: #ffffff;
}
.results .items-list .item {
  padding: 15px 0 10px;
}
.results .items-list .item h4 {
  font-size: 1.2rem;
}
.results .items-list .item p {
  color: #000000;
}
.results .items-list .item.has-aside:after {
  content: "";
  display: block;
  clear: both;
}
.results .items-list .item.has-aside .content {
  width: 66.6666666667%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 1rem;
}
.results .items-list .item.has-aside .content:first-of-type {
  padding-left: 0;
}
.results .items-list .item.has-aside .content:last-of-type {
  padding-right: 0;
}
.results .items-list .item.has-aside aside {
  width: 33.3333333333%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 1rem;
  text-align: right;
}
.results .items-list .item.has-aside aside:first-of-type {
  padding-left: 0;
}
.results .items-list .item.has-aside aside:last-of-type {
  padding-right: 0;
}
.results .items-list .item .documents {
  clear: left;
}
.results .items-list .item .documents .item {
  padding: 0 0 15px;
  border: none;
}
.results .items-list .item .documents .item::after {
  content: "";
  clear: both;
  display: block;
}
.results .items-list .item .documents .item img {
  width: 20px;
  float: left;
  margin-right: 10px;
}
.results .items-list .item .documents .item a {
  text-decoration: none;
}
.results .items-list .item .documents .item a p {
  color: #1b5a7d;
  margin: 0;
}
.results .items-list .item .documents .item a p.description {
  color: #000000;
  font-size: 0.9rem;
  margin-left: 35px;
}

.salesforce-api .list-wrapper .category-list {
  clear: both;
}
.salesforce-api .list-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.salesforce-api .list-wrapper ul.club-list {
  clear: both;
  border-top: 2px solid #eeeeef;
  margin-bottom: 3rem;
}
.salesforce-api .list-wrapper ul.club-list li {
  border-bottom: 2px solid #eeeeef;
  margin: 0;
}
.salesforce-api .list-wrapper ul.club-list li a {
  display: block;
  padding: 1rem;
  text-decoration: none;
}
.salesforce-api .list-wrapper ul.club-list li a .details span {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.salesforce-api .list-wrapper ul.club-list li a:hover {
  background: rgb(251.1363636364, 251.1363636364, 251.3636363636);
}

.club .details {
  width: 50%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 5%;
}
.club .details:first-of-type {
  padding-left: 0;
}
.club .details:last-of-type {
  padding-right: 0;
}
.club .details ul {
  list-style: none;
}
.club .details ul li {
  padding: 10px 0;
  border-bottom: 2px solid #d8e1e6;
}
.club .details ul li::after {
  content: "";
  clear: both;
  display: block;
}
.club .details ul li .icon {
  float: left;
  margin-right: 30px;
}
.club .details ul li strong {
  color: #1b5a7d;
}
.club .categories {
  width: 50%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 5%;
}
.club .categories:first-of-type {
  padding-left: 0;
}
.club .categories:last-of-type {
  padding-right: 0;
}
.club .map {
  width: 100%;
  height: 500px;
  margin-top: 2rem;
}
.club .right-content {
  margin-top: 0 !important;
}
@media all and (max-width: 850px) {
  .club .details,
  .club .categories {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 0;
    float: none;
  }
  .club .details:first-of-type,
  .club .categories:first-of-type {
    padding-left: 0;
  }
  .club .details:last-of-type,
  .club .categories:last-of-type {
    padding-right: 0;
  }
  .club .details ul,
  .club .categories ul {
    padding: 0;
    margin-bottom: 1rem;
  }
}

.people-page .people {
  margin-top: 3rem;
}
.people-page .people::after {
  content: "";
  clear: both;
  display: block;
}
.people-page .people .person {
  width: 30.6666666667%;
  box-sizing: border-box;
  margin: 0 2%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
  position: relative;
}
.people-page .people .person:nth-of-type(n), .people-page .people .person:nth-of-type(1n+1) {
  margin: 4% 2% 0;
  clear: none;
}
.people-page .people .person:nth-of-type(3n+1) {
  margin-left: 0;
  clear: both;
}
.people-page .people .person:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.people-page .people .person:nth-of-type(1) {
  margin-top: 0;
}
.people-page .people .person:nth-of-type(2) {
  margin-top: 0;
}
.people-page .people .person:nth-of-type(3) {
  margin-top: 0;
}
.people-page .people .person:nth-of-type(3n) {
  margin-right: 0;
  position: relative;
}
.people-page .people .person:nth-of-type(3n):after {
  clear: both;
}
.people-page .people .person:last-of-type {
  margin-bottom: 0;
}
.people-page .people .person .liner {
  height: 0;
  padding-bottom: 135%;
}
.people-page .people .person .details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  list-style: none;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.people-page .people .person .details .heading {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
.people-page .people .person .details p {
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.9rem;
  padding-bottom: 0.2rem;
  margin: 0;
  color: #ffffff;
}
.people-page .people .person .details p.name {
  color: #ffb71c;
}
.people-page .people .person .details p a {
  color: #ffffff;
}
.people-page .people .person.no-image {
  background-image: url("/_resources/app/client/assets/icons/clubsnz-fern.svg");
  background-size: 90% auto;
  background-color: #eeeeef;
}
.people-page .people .person:hover .details {
  background: rgba(0, 0, 0, 0.75);
}
@media all and (max-width: 1220px) {
  .people-page .people .person {
    width: 48%;
    box-sizing: border-box;
    margin: 0 2%;
  }
  .people-page .people .person:nth-of-type(n), .people-page .people .person:nth-of-type(1n+1) {
    margin: 4% 2% 0;
    clear: none;
  }
  .people-page .people .person:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .people-page .people .person:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .people-page .people .person:nth-of-type(1) {
    margin-top: 0;
  }
  .people-page .people .person:nth-of-type(2) {
    margin-top: 0;
  }
  .people-page .people .person:nth-of-type(2n) {
    margin-right: 0;
    position: relative;
  }
  .people-page .people .person:nth-of-type(2n):after {
    clear: both;
  }
  .people-page .people .person:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (max-width: 450px) {
  .people-page .people .person {
    width: 100%;
    box-sizing: border-box;
    margin: 0 2%;
    float: none;
  }
  .people-page .people .person:nth-of-type(n), .people-page .people .person:nth-of-type(1n+1) {
    margin: 4% 2% 0;
    clear: none;
  }
  .people-page .people .person:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  .people-page .people .person:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .people-page .people .person:nth-of-type(1) {
    margin-top: 0;
  }
  .people-page .people .person:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  .people-page .people .person:nth-of-type(1n):after {
    clear: both;
  }
  .people-page .people .person:last-of-type {
    margin-bottom: 0;
  }
}

.contact-page .contact-details {
  margin: 2rem 0;
}
.contact-page .contact-details::after {
  content: "";
  clear: both;
  display: block;
}
.contact-page .contact-details .item {
  width: 48%;
  box-sizing: border-box;
  margin: 0 2%;
  float: left;
  margin-bottom: 2rem;
  padding: 10px 0;
}
.contact-page .contact-details .item:nth-of-type(n), .contact-page .contact-details .item:nth-of-type(1n+1) {
  margin: 4% 2% 0;
  clear: none;
}
.contact-page .contact-details .item:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}
.contact-page .contact-details .item:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.contact-page .contact-details .item:nth-of-type(1) {
  margin-top: 0;
}
.contact-page .contact-details .item:nth-of-type(2) {
  margin-top: 0;
}
.contact-page .contact-details .item:nth-of-type(2n) {
  margin-right: 0;
  position: relative;
}
.contact-page .contact-details .item:nth-of-type(2n):after {
  clear: both;
}
.contact-page .contact-details .item:last-of-type {
  margin-bottom: 0;
}
.contact-page .contact-details .item::after {
  content: "";
  clear: both;
  display: block;
}
.contact-page .contact-details .item .icon {
  float: left;
  margin-right: 30px;
}
.contact-page .contact-details .item strong {
  color: #1b5a7d;
}
.contact-page .contact-details .item .content {
  clear: left;
  padding-left: 55px;
}
@media all and (max-width: 600px) {
  .contact-page .contact-details .item {
    width: 100%;
    box-sizing: border-box;
    margin: 0 2%;
    float: none;
  }
  .contact-page .contact-details .item:nth-of-type(n), .contact-page .contact-details .item:nth-of-type(1n+1) {
    margin: 4% 2% 0;
    clear: none;
  }
  .contact-page .contact-details .item:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  .contact-page .contact-details .item:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .contact-page .contact-details .item:nth-of-type(1) {
    margin-top: 0;
  }
  .contact-page .contact-details .item:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  .contact-page .contact-details .item:nth-of-type(1n):after {
    clear: both;
  }
  .contact-page .contact-details .item:last-of-type {
    margin-bottom: 0;
  }
}

.dashboard .member-content .details {
  width: 50%;
  margin-bottom: 60px;
}
.dashboard .member-content .details ul {
  list-style: none;
  padding: 0;
}
.dashboard .member-content .details ul li {
  padding: 10px 0;
  border-bottom: 2px solid #d8e1e6;
}
.dashboard .member-content .details ul li::after {
  content: "";
  clear: both;
  display: block;
}
.dashboard .member-content .details ul li .icon {
  float: left;
  margin-right: 30px;
}
.dashboard .member-content .details ul li strong {
  color: #1b5a7d;
}
@media all and (max-width: 1280px) {
  .dashboard .member-content .details {
    width: 100%;
  }
}
.dashboard .member-content .favs-list .items-list .item {
  width: 100%;
}

.Security form {
  max-width: 600px;
}
.Security form .btn-toolbar .action,
.Security form .btn-toolbar a {
  position: relative;
  display: inline-block;
  padding: 0.75rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: #1b5a7d;
  border: 2px solid;
  border-color: #1b5a7d;
  background: none;
}
.Security form .btn-toolbar .action:not(.no-link),
.Security form .btn-toolbar a:not(.no-link) {
  cursor: pointer;
}
.Security form .btn-toolbar .action.white,
.Security form .btn-toolbar a.white {
  color: #ffffff;
  border-color: #ffffff;
}
.Security form .btn-toolbar .action.body_text,
.Security form .btn-toolbar a.body_text {
  color: #000000;
  border-color: #000000;
}
.Security form .btn-toolbar .action.small,
.Security form .btn-toolbar a.small {
  padding: 10px 15px 8px;
  font-size: 0.7rem;
  text-transform: none;
  letter-spacing: 0;
  border-width: 1px;
  margin-bottom: 5px;
}
.Security form .btn-toolbar .action.tiny,
.Security form .btn-toolbar a.tiny {
  padding: 3px 5px 2px;
  font-size: 0.7rem;
  text-transform: none;
  letter-spacing: 0;
  border-width: 1px;
  margin-bottom: 5px;
}
.Security form .btn-toolbar p {
  display: inline;
}

.search-results > .inner::after {
  content: "";
  clear: both;
  display: block;
}
.search-results .results {
  width: 75%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 1rem;
}
.search-results .results:first-of-type {
  padding-left: 0;
}
.search-results .results:last-of-type {
  padding-right: 0;
}
.search-results .form {
  width: 25%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 1rem;
}
.search-results .form:first-of-type {
  padding-left: 0;
}
.search-results .form:last-of-type {
  padding-right: 0;
}
@media all and (max-width: 1250px) {
  .search-results .form {
    width: 40%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 1rem;
  }
  .search-results .form:first-of-type {
    padding-left: 0;
  }
  .search-results .form:last-of-type {
    padding-right: 0;
  }
  .search-results .results {
    width: 60%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 1rem;
  }
  .search-results .results:first-of-type {
    padding-left: 0;
  }
  .search-results .results:last-of-type {
    padding-right: 0;
  }
}
@media all and (max-width: 800px) {
  .search-results .form,
  .search-results .results {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 0;
  }
  .search-results .form:first-of-type,
  .search-results .results:first-of-type {
    padding-left: 0;
  }
  .search-results .form:last-of-type,
  .search-results .results:last-of-type {
    padding-right: 0;
  }
}
.search-results .pagination {
  clear: both;
}

form.advanced-search-form::after {
  content: "";
  clear: both;
  display: block;
}
form.advanced-search-form fieldset {
  background: rgb(255, 199.1762114537, 79);
  margin-bottom: 2rem;
}
form.advanced-search-form fieldset .field {
  float: none;
  display: block;
}
form.advanced-search-form fieldset .field > label {
  float: none;
  display: block;
  padding: 20px 10px 5px;
  color: #1b5a7d;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
}
form.advanced-search-form fieldset .field .middleColumn {
  position: relative;
  background: #ffb71c;
}
form.advanced-search-form fieldset .field.query {
  width: 100%;
  float: none;
  display: block;
}
form.advanced-search-form fieldset .field.query .middleColumn {
  padding: 10px;
}
form.advanced-search-form fieldset .field.query .middleColumn .text {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  color: #1b5a7d;
}
form.advanced-search-form fieldset .field.dropdown .middleColumn:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 30px;
  color: #1b5a7d;
  display: block;
  position: absolute;
  width: 20px;
  padding: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
form.advanced-search-form fieldset .field.dropdown .middleColumn .dropdown {
  position: relative;
  z-index: 3;
  background: none;
  height: 52px;
  width: 100%;
  padding: 16px 50px 16px 20px;
  color: #1b5a7d;
  font-weight: 600;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form.advanced-search-form fieldset .field.dropdown .middleColumn .dropdown option {
  font-size: 16px;
}
form.advanced-search-form fieldset .field.date .middleColumn {
  height: 32px;
  border: 10px solid #ffb71c;
  background: #ffffff;
}
form.advanced-search-form fieldset .field.date .middleColumn:before {
  content: "\f073";
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  color: #1b5a7d;
  position: absolute;
  width: 20px;
  padding: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
form.advanced-search-form fieldset .field.date .middleColumn input {
  padding: 8px 30px 8px 10px;
  background: none;
  position: relative;
  z-index: 3;
  color: #1b5a7d;
}
form.advanced-search-form .btn-toolbar .action {
  position: relative;
  display: inline-block;
  padding: 0.75rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: #1b5a7d;
  border: 2px solid;
  border-color: #1b5a7d;
  background: none;
}
form.advanced-search-form .btn-toolbar .action:not(.no-link) {
  cursor: pointer;
}
form.advanced-search-form .btn-toolbar .action.white {
  color: #ffffff;
  border-color: #ffffff;
}
form.advanced-search-form .btn-toolbar .action.body_text {
  color: #000000;
  border-color: #000000;
}
form.advanced-search-form .btn-toolbar .action.small {
  padding: 10px 15px 8px;
  font-size: 0.7rem;
  text-transform: none;
  letter-spacing: 0;
  border-width: 1px;
  margin-bottom: 5px;
}
form.advanced-search-form .btn-toolbar .action.tiny {
  padding: 3px 5px 2px;
  font-size: 0.7rem;
  text-transform: none;
  letter-spacing: 0;
  border-width: 1px;
  margin-bottom: 5px;
}

.c-password-page__container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0px 20px;
}

.c-password-page__intro {
  margin-bottom: 20px;
}

.c-password-page__form {
  width: 60%;
}

.c-password-page__image-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.c-password-page__image {
  display: block;
  object-fit: cover;
}

.c-password-page__content {
  margin-bottom: 20px;
}

.password-form {
  margin-bottom: 20px;
}

.message {
  margin-bottom: 20px;
  color: red;
}

.c-member-marketplace__filters {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.c-member-marketplace__filters-title {
  margin: 0;
}

.c-member-marketplace__filter-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.c-member-marketplace__filter-link {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1b5a7d;
  border: 2px solid;
  border-color: #1b5a7d;
  background: none;
}
.c-member-marketplace__filter-link.active, .c-member-marketplace__filter-link.highlight {
  color: #fff !important;
  background: #1b5a7d;
}
.c-member-marketplace__filter-link.category {
  padding: 0.25rem 0.75rem;
}

.c-member-marketplace__legend {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.c-member-marketplace__legend-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.c-member-marketplace__legend-category .icon {
  display: inline-block;
}
.c-member-marketplace__legend-category .icon svg {
  width: 30px;
  height: 30px;
}

.c-member-marketplace__products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.c-member-marketplace__product {
  background-color: #f5f5f5;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.c-member-marketplace__product.black {
  border-bottom-color: #000;
}
.c-member-marketplace__product.dark-blue {
  border-bottom-color: #0072bc;
}
.c-member-marketplace__product.light-blue {
  border-bottom-color: #00a0dc;
}

a.c-member-marketplace__product-link, a.c-member-marketplace__product-link * {
  text-decoration: none !important;
}

.c-member-marketplace__product-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 6px 8px;
}
.c-member-marketplace__product-header.black {
  background-color: #000;
}
.c-member-marketplace__product-header.dark-blue {
  background-color: #0072bc;
}
.c-member-marketplace__product-header.light-blue {
  background-color: rgb(0, 160, 220);
}

.c-member-marketplace__product-header-categories {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.c-member-marketplace__product-header-category {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  color: white;
}

.c-member-marketplace__product-header-icons {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.c-member-marketplace__product-header-icon .icon {
  display: inline-block;
}
.c-member-marketplace__product-header-icon .icon svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.c-member-marketplace__product-graphic img {
  max-width: 100%;
  height: auto;
}

.c-member-marketplace__product-footer {
  padding: 6px 8px;
}

.c-member-marketplace__product-footer-title {
  font-size: 1.4em;
  color: #7f7f7f;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 0;
}

.c-member-marketplace__product-page-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .c-member-marketplace__product-page-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.c-member-marketplace__product-page-title {
  margin-bottom: 0;
}

.c-member-marketplace__product-page-categories {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.c-member-marketplace__product-page-category {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: grey;
  border: 2px solid grey;
}

.c-member-marketplace__product-page-details {
  border-color: #eeeeef;
  border-style: dotted;
  border-top-width: 3px;
  border-bottom-width: 3px;
  margin: 30px 0;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.c-member-marketplace__product-page-details-logo {
  display: flex;
  align-items: center;
  max-width: 200px;
}
.c-member-marketplace__product-page-details-logo img {
  max-width: 100%;
  height: auto;
}

.c-member-marketplace__product-page-details-contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}

.c-member-marketplace__product-page-back-link {
  margin-top: 20px;
}

/* ============================================================ Marketplace design ======== */
/* ===================================================================================== */
.c-member-marketplace {
  /** POPUPS **/
}
.c-member-marketplace #popups {
  width: 620px;
  height: 507px;
  position: absolute;
  z-index: 21;
  display: none;
  /* Buttons */
}
.c-member-marketplace #popups .popup-area {
  background: #fff;
  position: fixed;
  z-index: 1;
  display: none;
  box-shadow: 0 0 10px #111;
}
.c-member-marketplace #popups .popup-area .inner {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-y: auto;
}
.c-member-marketplace #popups .popup-area ul li,
.c-member-marketplace #popups .popup-area ol li {
  color: #00a0dc;
}
.c-member-marketplace #popups .close-popup-button {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: -24px;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
.c-member-marketplace .popup-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: url("/app/images/popup-background.png");
}

.registration-form-anchor {
  margin-bottom: 30px;
}

.c-donation-form__wrapper {
  border: 2px solid gray;
  padding: 20px;
  font-size: 16px;
}
.c-donation-form__wrapper .c-donation-form__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  width: 100%;
  box-sizing: border-box;
}
.c-donation-form__wrapper .c-donation-form__loading {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-donation-form__wrapper .c-donation-form__loading-spinner .lds-ring {
  color: #1b5a7d;
}
.c-donation-form__wrapper .c-donation-form__loading-spinner .lds-ring,
.c-donation-form__wrapper .c-donation-form__loading-spinner .lds-ring div {
  box-sizing: border-box;
}
.c-donation-form__wrapper .c-donation-form__loading-spinner .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.c-donation-form__wrapper .c-donation-form__loading-spinner .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.c-donation-form__wrapper .c-donation-form__loading-spinner .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.c-donation-form__wrapper .c-donation-form__loading-spinner .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.c-donation-form__wrapper .c-donation-form__loading-spinner .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-donation-form__wrapper .c-donation-form__alert {
  padding: 8px 12px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  grid-column: 1/-1;
}
.c-donation-form__wrapper .c-donation-form__alert--success {
  border-color: #45a163; /* Dark Green */
  background-color: #4caf50; /* Bright Green */
}
.c-donation-form__wrapper .c-donation-form__alert--info {
  border-color: #dfaa26;
  background-color: #fbc02d;
}
.c-donation-form__wrapper .c-donation-form__alert--error {
  border-color: #d32f2f; /* Dark Red */
  background-color: #f44336; /* Vivid Red */
}
.c-donation-form__wrapper .c-donation-form__alert-title {
  color: white;
  font-size: 20px;
}
.c-donation-form__wrapper .c-donation-form__alert-message {
  color: #ffffff;
  margin-bottom: 0px;
}
.c-donation-form__wrapper .c-donation-form__alert-title {
  margin-bottom: 0;
}
.c-donation-form__wrapper .c-donation-form__alert-title--gap {
  margin-bottom: 10px;
}
.c-donation-form__wrapper .c-donation-form__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: stretch;
  min-width: 0;
}
.c-donation-form__wrapper .c-donation-form__field--full-width {
  grid-column: 1/-1;
}
.c-donation-form__wrapper .c-donation-form__field input[type=text], .c-donation-form__wrapper .c-donation-form__field input[type=email], .c-donation-form__wrapper .c-donation-form__field input[type=number], .c-donation-form__wrapper .c-donation-form__field textarea, .c-donation-form__wrapper .c-donation-form__field select {
  padding: 5px 10px;
  font-size: 1em;
  background-color: #eeeeef;
}
.c-donation-form__wrapper .c-donation-form__field input[type=checkbox] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #1b5a7d;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-donation-form__wrapper .c-donation-form__field input[type=checkbox]:checked {
  background-color: #1b5a7d;
  border-color: #1b5a7d;
  position: relative;
}
.c-donation-form__wrapper .c-donation-form__field input[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-donation-form__wrapper .c-donation-form__field input[type=checkbox]:disabled {
  background-color: #e9ecef;
  border-color: #ced4da;
  cursor: not-allowed;
  opacity: 0.6;
}
.c-donation-form__wrapper .c-donation-form__field input[type=checkbox]:disabled:checked {
  background-color: #484e53;
  border-color: #484e53;
}
.c-donation-form__wrapper .c-donation-form__field input[type=checkbox]:disabled:checked::after {
  color: #fff;
}
.c-donation-form__wrapper .c-donation-form__field-checkbox .c-donation-form__input-wrapper label {
  margin-left: 5px;
}
.c-donation-form__wrapper .c-donation-form__field-checkboxes .c-donation-form__input-wrapper div label, .c-donation-form__wrapper .c-donation-form__field-purchasableitems .c-donation-form__input-wrapper div label {
  margin-left: 5px;
}
.c-donation-form__wrapper .c-donation-form__field.c-donation-form__field-checkbox .c-donation-form__input-wrapper {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.c-donation-form__wrapper .c-donation-form__custom-amount {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.c-donation-form__wrapper .c-donation-form__reference-wrapper {
  background-color: #eeeeef;
  padding: 5px 8px;
  min-height: 18px;
}
.c-donation-form__wrapper .c-donation-form__reference-wrapper:hover {
  cursor: not-allowed;
}
.c-donation-form__wrapper .c-donation-form__label {
  font-weight: bold;
}
.c-donation-form__wrapper .c-donation-form__input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: stretch;
}
.c-donation-form__wrapper .c-donation-form__input {
  min-width: 0;
}
.c-donation-form__wrapper .c-donation-form__input--error {
  border: 2px solid red;
}
.c-donation-form__wrapper .c-donation-form__required-indicator {
  color: red;
  font-weight: bold;
}
.c-donation-form__wrapper .c-donation-form__error {
  color: red;
  font-weight: bold;
  font-size: 0.8em;
}
.c-donation-form__wrapper .c-donation-form__description {
  font-size: 0.8em;
  font-style: italic;
}
.c-donation-form__wrapper .c-donation-form__label {
  font-weight: bold;
}
.c-donation-form__wrapper .c-donation-form__heading {
  grid-column: 1/-1;
  padding-top: 0.5rem;
  border-top: 1px solid #eeeeef;
}
.c-donation-form__wrapper .c-donation-form__donation-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.c-donation-form__wrapper .c-donation-form__donation-option {
  border: 1px solid #eeeeef;
  padding: 10px;
  cursor: pointer;
}
.c-donation-form__wrapper .c-donation-form__donation-option--selected {
  font-weight: bold;
  background-color: #eeeeef;
  border: 1px solid #1b5a7d;
}
.c-donation-form__wrapper .c-donation-form__donation-option--selected .c-donation-form__custom-amount input {
  background-color: white;
  border: 1px solid #1b5a7d;
}
.c-donation-form__wrapper .c-donation-form__actions {
  grid-column: 1/-1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.c-donation-form__wrapper .c-donation-form__actions-left, .c-donation-form__wrapper .c-donation-form__actions-right {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.c-donation-form__wrapper .c-donation-form__donation-option-radio {
  display: none;
}
.c-donation-form__wrapper .c-donation-form__button-group {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-donation-form__wrapper .c-donation-form__button {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: #1b5a7d;
  border: 2px solid;
  border-color: #1b5a7d;
  background: none;
  cursor: pointer;
}
.c-donation-form__wrapper .c-donation-form__button:hover {
  background-color: rgba(27, 90, 125, 0.1);
}
.c-donation-form__wrapper .c-donation-form__button--selected {
  background-color: #1b5a7d;
  color: white;
}
.c-donation-form__wrapper .c-donation-form__button--selected:hover {
  background-color: rgba(27, 90, 125, 0.9);
  color: white;
}
.c-donation-form__wrapper .c-donation-form__button--disabled {
  opacity: 0.25;
}
.c-donation-form__wrapper .c-donation-form__button--50-50 {
  width: calc(50% - 7.5px);
}
.c-donation-form__wrapper .c-donation-form__button-delete {
  color: #cf5459;
  border-color: #cf5459;
}
.c-donation-form__wrapper .c-donation-form__button-delete:hover {
  color: #cf5459;
  border-color: #cf5459;
  background-color: rgba(207, 84, 89, 0.1);
}
.c-donation-form__wrapper .c-donation-form__button-pay {
  margin-top: 20px;
}
.c-donation-form__wrapper .c-donation-form__subtotal-table {
  grid-column: 1/-1;
  border: none;
  padding: 10px;
  background: #efefef;
  margin: 0;
}
.c-donation-form__wrapper .c-donation-form__subtotal-tabletable {
  width: 100%;
  border-collapse: collapse;
}
.c-donation-form__wrapper .c-donation-form__subtotal-table .c-donation-form__table-header-row td {
  font-weight: bold;
  background-color: #c2c2c2;
}
.c-donation-form__wrapper .c-donation-form__subtotal-table tbody tr td {
  background-color: white;
  padding: 5px;
}
.c-donation-form__wrapper .c-donation-form__subtotal-table tbody tr:nth-child(odd) td {
  background-color: #efefef;
}
.c-donation-form__wrapper .c-donation-form__subtotal-table tfoot tr td {
  color: white;
  background-color: gray;
}
.c-donation-form__wrapper .c-donation-form__subtotal-table td {
  border: none;
}
.c-donation-form__wrapper .c-donation-form__subtotal-table .c-donation-form__table-cell-cost {
  text-align: right;
}
.c-donation-form__wrapper .c-donation-form__payment-wrapper {
  margin-top: 20px;
}
.c-donation-form__wrapper .c-donation-form__debug-wrapper {
  grid-column: 1/-1;
  font-size: 0.8em;
  padding: 10px;
  border: 1px solid gray;
  background: #eeeeef;
}
.c-donation-form__wrapper .c-donation-form__general-error-wrapper {
  border: 3px solid darkred;
  grid-column: 1/-1;
  background-color: rgba(255, 0, 0, 0.2);
  padding: 10px 16px;
}
.c-donation-form__wrapper .c-donation-form__general-error-title {
  font-size: 1.5em;
  color: darkred;
  font-weight: bold;
  margin-bottom: 10px;
}
.c-donation-form__wrapper .c-donation-form__general-error-message {
  color: darkred;
  margin-bottom: 10px;
}

.registration-form-anchor {
  margin-bottom: 30px;
}

.c-event-registration-form__wrapper {
  border: 2px solid gray;
  padding: 20px;
  font-size: 16px;
}
.c-event-registration-form__wrapper .c-event-registration-form > form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 100%;
  box-sizing: border-box;
}
.c-event-registration-form__wrapper .c-event-registration-form__loading {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-event-registration-form__wrapper .c-event-registration-form__loading-spinner .lds-ring {
  color: #1b5a7d;
}
.c-event-registration-form__wrapper .c-event-registration-form__loading-spinner .lds-ring,
.c-event-registration-form__wrapper .c-event-registration-form__loading-spinner .lds-ring div {
  box-sizing: border-box;
}
.c-event-registration-form__wrapper .c-event-registration-form__loading-spinner .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.c-event-registration-form__wrapper .c-event-registration-form__loading-spinner .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.c-event-registration-form__wrapper .c-event-registration-form__loading-spinner .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.c-event-registration-form__wrapper .c-event-registration-form__loading-spinner .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.c-event-registration-form__wrapper .c-event-registration-form__loading-spinner .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-event-registration-form__wrapper .c-event-registration-form__alert {
  padding: 8px 12px;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  grid-column: 1/-1;
}
.c-event-registration-form__wrapper .c-event-registration-form__alert--success {
  border-color: #45a163; /* Dark Green */
  background-color: #4caf50; /* Bright Green */
}
.c-event-registration-form__wrapper .c-event-registration-form__alert--info {
  border-color: #dfaa26;
  background-color: #fbc02d;
}
.c-event-registration-form__wrapper .c-event-registration-form__alert--error {
  border-color: #d32f2f; /* Dark Red */
  background-color: #f44336; /* Vivid Red */
}
.c-event-registration-form__wrapper .c-event-registration-form__alert-title {
  color: white;
  font-size: 20px;
}
.c-event-registration-form__wrapper .c-event-registration-form__alert-message {
  color: #ffffff;
  margin-bottom: 0px;
}
.c-event-registration-form__wrapper .c-event-registration-form__alert-title {
  margin-bottom: 0;
}
.c-event-registration-form__wrapper .c-event-registration-form__alert-title--gap {
  margin-bottom: 10px;
}
.c-event-registration-form__wrapper .c-event-registration-form__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: stretch;
  min-width: 0;
}
.c-event-registration-form__wrapper .c-event-registration-form__field--full-width {
  grid-column: 1/-1;
}
.c-event-registration-form__wrapper .c-event-registration-form__field input[type=text], .c-event-registration-form__wrapper .c-event-registration-form__field textarea, .c-event-registration-form__wrapper .c-event-registration-form__field select {
  padding: 5px 10px;
  font-size: 1em;
  background-color: #eeeeef;
}
.c-event-registration-form__wrapper .c-event-registration-form__field .c-event-registration-form__input-purchasable-item-wrapper,
.c-event-registration-form__wrapper .c-event-registration-form__field .c-event-registration-form__input-checkbox-wrapper {
  display: flex;
  align-items: center;
}
.c-event-registration-form__wrapper .c-event-registration-form__field .c-event-registration-form__input-purchasable-item-wrapper + .c-event-registration-form__input-purchasable-item-wrapper,
.c-event-registration-form__wrapper .c-event-registration-form__field .c-event-registration-form__input-checkbox-wrapper + .c-event-registration-form__input-checkbox-wrapper {
  margin-top: 8px;
}
.c-event-registration-form__wrapper .c-event-registration-form__field input[type=checkbox] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #1b5a7d;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-event-registration-form__wrapper .c-event-registration-form__field input[type=checkbox]:checked {
  background-color: #1b5a7d;
  border-color: #1b5a7d;
  position: relative;
}
.c-event-registration-form__wrapper .c-event-registration-form__field input[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-event-registration-form__wrapper .c-event-registration-form__field input[type=checkbox]:disabled {
  background-color: #e9ecef;
  border-color: #ced4da;
  cursor: not-allowed;
  opacity: 0.6;
}
.c-event-registration-form__wrapper .c-event-registration-form__field input[type=checkbox]:disabled:checked {
  background-color: #484e53;
  border-color: #484e53;
}
.c-event-registration-form__wrapper .c-event-registration-form__field input[type=checkbox]:disabled:checked::after {
  color: #fff;
}
.c-event-registration-form__wrapper .c-event-registration-form__field-checkbox .c-event-registration-form__input-wrapper label {
  margin-left: 5px;
}
.c-event-registration-form__wrapper .c-event-registration-form__field-checkboxes .c-event-registration-form__input-wrapper div label, .c-event-registration-form__wrapper .c-event-registration-form__field-purchasableitems .c-event-registration-form__input-wrapper div label {
  margin-left: 5px;
}
.c-event-registration-form__wrapper .c-event-registration-form__field.c-event-registration-form__field-checkbox .c-event-registration-form__input-wrapper {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.c-event-registration-form__wrapper .c-event-registration-form__reference-wrapper {
  background-color: #eeeeef;
  padding: 5px 8px;
  min-height: 18px;
}
.c-event-registration-form__wrapper .c-event-registration-form__reference-wrapper:hover {
  cursor: not-allowed;
}
.c-event-registration-form__wrapper .c-event-registration-form__label {
  font-weight: bold;
}
.c-event-registration-form__wrapper .c-event-registration-form__input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: stretch;
}
.c-event-registration-form__wrapper .c-event-registration-form__required-indicator {
  color: red;
  font-weight: bold;
}
.c-event-registration-form__wrapper .c-event-registration-form__description {
  font-size: 0.8em;
  font-style: italic;
}
.c-event-registration-form__wrapper .c-event-registration-form__label {
  font-weight: bold;
}
.c-event-registration-form__wrapper .c-event-registration-form__heading {
  grid-column: 1/-1;
  padding-top: 0.5rem;
  border-top: 1px solid #eeeeef;
}
.c-event-registration-form__wrapper .c-event-registration-form__attendee-wrapper {
  grid-column: 1/-1;
  padding: 10px;
  border: 2px solid gray;
}
.c-event-registration-form__wrapper .c-event-registration-form__attendee-toggle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.c-event-registration-form__wrapper .c-event-registration-form__attendee-toggle h4 {
  margin-bottom: 0;
}
.c-event-registration-form__wrapper .c-event-registration-form__attendee-toggle-indicator {
  width: 10px;
  height: 10px;
  cursor: pointer;
  position: relative;
  transform: rotate(45deg);
  border-style: solid;
  border-color: #000;
  border-width: 1px 1px 0 0;
  transition: transform 0.3s ease;
}
.c-event-registration-form__wrapper .c-event-registration-form__attendee-toggle-indicator--active {
  transform: rotate(315deg);
}
.c-event-registration-form__wrapper .c-event-registration-form__attendee-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding-top: 20px;
}
.c-event-registration-form__wrapper .c-event-registration-form__attendee-fields--slide-up {
  display: none;
}
.c-event-registration-form__wrapper .c-event-registration-form__attendee-fields--slide-down {
  display: grid;
  animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-event-registration-form__wrapper .c-event-registration-form__actions {
  grid-column: 1/-1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.c-event-registration-form__wrapper .c-event-registration-form__actions-left, .c-event-registration-form__wrapper .c-event-registration-form__actions-right {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.c-event-registration-form__wrapper .c-event-registration-form__button {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: #1b5a7d;
  border: 2px solid;
  border-color: #1b5a7d;
  background: none;
  cursor: pointer;
}
.c-event-registration-form__wrapper .c-event-registration-form__button:hover {
  background-color: rgba(27, 90, 125, 0.1);
}
.c-event-registration-form__wrapper .c-event-registration-form__button--disabled {
  opacity: 0.25;
}
.c-event-registration-form__wrapper .c-event-registration-form__button-delete {
  color: #cf5459;
  border-color: #cf5459;
}
.c-event-registration-form__wrapper .c-event-registration-form__button-delete:hover {
  color: #cf5459;
  border-color: #cf5459;
  background-color: rgba(207, 84, 89, 0.1);
}
.c-event-registration-form__wrapper .c-event-registration-form__button-pay {
  margin-top: 20px;
}
.c-event-registration-form__wrapper .c-event-registration-form__subtotal-table {
  grid-column: 1/-1;
  border: none;
  padding: 10px;
  background: #efefef;
  margin: 0;
}
.c-event-registration-form__wrapper .c-event-registration-form__subtotal-tabletable {
  width: 100%;
  border-collapse: collapse;
}
.c-event-registration-form__wrapper .c-event-registration-form__subtotal-table .c-event-registration-form__table-header-row td {
  font-weight: bold;
  background-color: #c2c2c2;
}
.c-event-registration-form__wrapper .c-event-registration-form__subtotal-table tbody tr td {
  background-color: white;
  padding: 5px;
}
.c-event-registration-form__wrapper .c-event-registration-form__subtotal-table tbody tr:nth-child(odd) td {
  background-color: #efefef;
}
.c-event-registration-form__wrapper .c-event-registration-form__subtotal-table tfoot tr td {
  color: white;
  background-color: gray;
}
.c-event-registration-form__wrapper .c-event-registration-form__subtotal-table td {
  border: none;
}
.c-event-registration-form__wrapper .c-event-registration-form__subtotal-table .c-event-registration-form__table-cell-cost {
  text-align: right;
}
.c-event-registration-form__wrapper .c-event-registration-form__payment-wrapper {
  grid-column: 1/-1;
}
.c-event-registration-form__wrapper .c-event-registration-form__debug-wrapper {
  grid-column: 1/-1;
  font-size: 0.8em;
  padding: 10px;
  border: 1px solid gray;
  background: #eeeeef;
}
.c-event-registration-form__wrapper .c-event-registration-form__general-error-wrapper {
  border: 3px solid darkred;
  grid-column: 1/-1;
  background-color: rgba(255, 0, 0, 0.2);
  padding: 10px 16px;
}
.c-event-registration-form__wrapper .c-event-registration-form__general-error-title {
  font-size: 1.5em;
  color: darkred;
  font-weight: bold;
  margin-bottom: 10px;
}
.c-event-registration-form__wrapper .c-event-registration-form__general-error-message {
  color: darkred;
  margin-bottom: 10px;
}

.c-event-registration-form__debug {
  display: none;
  margin-top: 20px;
}
.c-event-registration-form__debug .c-event-registration-form__accordion-item {
  margin-bottom: 5px;
}
.c-event-registration-form__debug .c-event-registration-form__accordion-toggle {
  display: none;
}
.c-event-registration-form__debug .c-event-registration-form__accordion-title {
  display: block;
  padding: 10px;
  background-color: #f0f0f0;
  cursor: pointer;
}
.c-event-registration-form__debug .c-event-registration-form__accordion-content {
  max-height: 0;
  overflow: hidden;
}
.c-event-registration-form__debug .c-event-registration-form__accordion-toggle:checked + .c-event-registration-form__accordion-title + .c-event-registration-form__accordion-content {
  max-height: 1000px;
}

/*# sourceMappingURL=index.css.map*/