  @charset "UTF-8";
/*
  INDEX
  Note: No .class or #id definition should step foot here! :)
*/
/*
  SETTINGS: DEFAULT
  Variable setup for reusable colours, widths, etc.
*/
/*
  HELPERS
  Helper functions(), @mixins, %placeholders and .classes
*/
.layout:after, .ginput_container--dob:after, .table--mobile__cell dl:after, .athlete:after, .boxout__body__key-value:after, .eb-group__footer:after, .header:after, .header__nav__list:after, .header__subnav:after, .header__subnav__lead:after, a.m-nav__item__title:after, .m-nav__item__link--parent:after,
.m-nav__item__link--back:after,
.m-nav__item__link--root:after, .m-nav__item__link--double:after, .m-nav__menu__tertiary:after, .social__list:after, .social-hub__head:after, .social-hub__item__detail:after, .social-hub__foot:after, .tabs[data-tabbed="enabled"] .tabs__triggers:after, .rich-results__footer:after {
  content: "";
  display: table;
  clear: both; }

.nifty-modal .modal-driver {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  padding-top: 0;
  background-repeat: no-repeat; }

.wp-h2 a, .wp-h3 a, .wp-h4 a, .wp-h5 a, .wp-h6 a, .table th a, .button-link, .athlete__main-info__name a, .athlete__main-feature__section__number a, .athlete__main-feature__section__title a, .banner__title a, .boxout__body__title a, .crumb__link, .eb-group__header__title a, .eb-group__header__title--small a, .eb-unit__content__title a, .eb-unit__content__title--small a, .eb-unit__content__title--tiny a, .eb-unit__content__title--lato a, .partners__group__title__text a, .in-page-nav__link, .interrupter__content__title a, .counter__item__number a, .widget__header__title a, .widget__body__title a, .rich-results__result__content__title a, .slider__slide__content__title a, .slider__slide__content__synopsis a {
  text-decoration: none;
  color: inherit; }

.faq:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px; }

.wp-h3, .wp-p, .wp-li, .wp-dl, .wp-caption-text, input:not([type="submit"]),
textarea:not([type="submit"]),
select:not([type="submit"]), .table td, .table--mobile__cell dd, .athlete__main-feature__section__number, .athlete__main-feature__section__copyright, .boxout__body__text, .boxout__body__key-value__value, .crumb__link, .eb-unit__content__date, .eb-unit__content__synopsis, .header__tools__item, .in-page-nav__item .in-page-nav__item .in-page-nav__link, .social-hub__item__detail, .social-hub__item__subdetail, .social-hub__item__meta, .widget__body__list__item, .rich-results__result__content__date__datetime, .rich-results__result__content__distance, .rich-results__result__content__synopsis, .slider__slide__content__synopsis, .faq:before, .ios .slider__slide__content__title {
  -webkit-text-stroke: 0.55px; }

.button, .button-link, .athlete .crumb__link, .widget__body__icon-set p, .slider__slide__content__synopsis {
  -webkit-text-stroke: 0; }

.table th, .button, .athlete__main-info__name, .athlete__main-feature__section__number, .athlete__main-feature__section__title, .banner__title, .footer__caption, .header__nav__item__link, .header__subnav__group h2, .hero__section,
article .g-col div.hero a.hero__section, .interrupter__content__title, .m-nav__item--tribal .m-nav__item__title,
.m-nav__menu--tribal .m-nav__item__title, .m-nav__item--tribal .m-nav__item__link,
.m-nav__menu--tribal .m-nav__item__link, .social-widget--athlete .social-widget__label, .widget__header__title, .slider__slide__content__title, .beta-bar__content p {
  -webkit-font-smoothing: antialiased; }

.hero--embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .hero--embed iframe,
  .hero--embed object,
  .hero--embed embed,
  .hero--embed .embedded--object {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
  SHIFT PROPORTIONAL GRIDS
  Based on http://builtbyboon.com/posed/Proportional-Grids/
  Heavily modified...
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  margin: 0;
  padding: 20px;
  white-space: nowrap;
  background: white; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/wp-content/themes/britishrowing/assets/img/vendor/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/wp-content/themes/britishrowing/assets/img/vendor/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/vendor/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/wp-content/themes/britishrowing/assets/img/vendor/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/wp-content/themes/britishrowing/assets/img/vendor/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("/wp-content/themes/britishrowing/assets/img/vendor/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*
  BREAKPOINTS & MEDIA QUERY HELPERS
  Global breakpoints should always be in -min/-max pairs, with -min being 1px largely than its previous breakpoint
  Then, use -min/-max breakpoints with corresponding respond-min/respond-max mixins
*/
.clr-black {
  background-color: #000;
  color: #fff; }

.clr-white {
  background-color: #fff; }

.clr-grey-base {
  background-color: #808080;
  color: #fff; }

.clr-br-navy {
  background-color: #1b3156;
  color: #fff; }

.clr-br-red {
  background-color: #dc2b28;
  color: #fff; }

.clr-br-blue {
  background-color: #0b67b2;
  color: #fff; }

.clr-br-teal {
  background-color: #56a1b7;
  color: #fff; }

.clr-br-cyan {
  background-color: #55b9e9;
  color: #fff; }

.clr-br-sky {
  background-color: #8dc1e8;
  color: #fff; }

.clr-br-grey--cool {
  background-color: #c9d1e0; }

.clr-br-grey--cool-light {
  background-color: #e5ecf3; }

.clr-br-grey--cool-tint {
  background-color: #f7fbff; }

.clr-br-navy--body-copy {
  background-color: #00386b;
  color: #fff; }

.clr-gold {
  background-color: #eacc00; }

.clr-silver {
  background-color: #dadada; }

.clr-bronze {
  background-color: #b6740d; }

.palettes-grey-tint {
  background-color: #fdfdfd; }

.palettes-grey-tint-max {
  background-color: #eaeaea; }

.palettes-grey-light-min {
  background-color: #d5d5d5; }

.palettes-grey-light {
  background-color: silver; }

.palettes-grey-light-max {
  background-color: #aaaaaa; }

.palettes-grey-base-min {
  background-color: #959595; }

.palettes-grey-base {
  background-color: #808080; }

.palettes-grey-base-max {
  background-color: #6b6b6b;
  color: #fff; }

.palettes-grey-shade-min {
  background-color: #565656;
  color: #fff; }

.palettes-grey-shade {
  background-color: #404040;
  color: #fff; }

.palettes-grey-shade-max {
  background-color: #2b2b2b;
  color: #fff; }

.palettes-grey-dark-min {
  background-color: #161616;
  color: #fff; }

.palettes-grey-dark {
  background-color: #030303;
  color: #fff; }

.palettes-br-sky-light-max {
  background-color: #d4e7f6; }

.palettes-br-sky-base-min {
  background-color: #b0d4ef; }

.palettes-br-sky-base {
  background-color: #8dc1e8;
  color: #fff; }

.palettes-br-sky-base-max {
  background-color: #6aaee1;
  color: #fff; }

.palettes-br-sky-shade-min {
  background-color: #469bda;
  color: #fff; }

.palettes-br-cyan-light-max {
  background-color: #a0d8f3; }

.palettes-br-cyan-base-min {
  background-color: #7bc8ee; }

.palettes-br-cyan-base {
  background-color: #55b9e9; }

.palettes-br-cyan-base-max {
  background-color: #2faae4;
  color: #fff; }

.palettes-br-cyan-shade-min {
  background-color: #1b94ce;
  color: #fff; }

.palettes-br-blue-light-max {
  background-color: #2194f1;
  color: #fff; }

.palettes-br-blue-base-min {
  background-color: #0d7eda;
  color: #fff; }

.palettes-br-blue-base {
  background-color: #0b67b2;
  color: #fff; }

.palettes-br-blue-base-max {
  background-color: #09508a;
  color: #fff; }

.palettes-br-blue-shade-min {
  background-color: #063962;
  color: #fff; }

.palettes-br-navy-light-max {
  background-color: #2f5697;
  color: #fff; }

.palettes-br-navy-base-min {
  background-color: #254376;
  color: #fff; }

.palettes-br-navy-base {
  background-color: #1b3156;
  color: #fff; }

.palettes-br-navy-base-max {
  background-color: #111f36;
  color: #fff; }

.palettes-br-navy-shade-min {
  background-color: #070c15;
  color: #fff; }

.palettes-br-red-light-max {
  background-color: #e87371;
  color: #fff; }

.palettes-br-red-base-min {
  background-color: #e24f4d;
  color: #fff; }

.palettes-br-red-base {
  background-color: #dc2b28;
  color: #fff; }

.palettes-br-red-base-max {
  background-color: #bb211e;
  color: #fff; }

.palettes-br-red-shade-min {
  background-color: #971b19;
  color: #fff; }

/*
  FONT
  font stacks
*/
@font-face {
  font-family: 'Francois One';
  font-weight: 400;
  font-style: normal;
  src: url("/wp-content/themes/britishrowing/assets/fonts/Francois-One-regular/francoisone-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/britishrowing/assets/fonts/Francois-One-regular/francoisone-regular-webfont.woff") format("woff"), url("/wp-content/themes/britishrowing/assets/fonts/Francois-One-regular/FrancoisOne-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Lato';
  font-weight: 300;
  font-style: normal;
  src: url("/wp-content/themes/britishrowing/assets/fonts/Lato-300/Lato-300.eot");
  src: url("/wp-content/themes/britishrowing/assets/fonts/Lato-300/Lato-300.eot?#iefix") format("embedded-opentype"), local("Lato Light"), local("Lato-300"), url("/wp-content/themes/britishrowing/assets/fonts/Lato-300/Lato-300.woff2") format("woff2"), url("/wp-content/themes/britishrowing/assets/fonts/Lato-300/Lato-300.woff") format("woff"), url("/wp-content/themes/britishrowing/assets/fonts/Lato-300/Lato-300.ttf") format("truetype"), url("/wp-content/themes/britishrowing/assets/fonts/Lato-300/Lato-300.svg") format("svg"); }

@font-face {
  font-family: 'Lato';
  font-weight: 700;
  font-style: normal;
  src: url("/wp-content/themes/britishrowing/assets/fonts/Lato-700/Lato-700.eot");
  src: url("/wp-content/themes/britishrowing/assets/fonts/Lato-700/Lato-700.eot?#iefix") format("embedded-opentype"), local("Lato Bold"), local("Lato-700"), url("/wp-content/themes/britishrowing/assets/fonts/Lato-700/Lato-700.woff2") format("woff2"), url("/wp-content/themes/britishrowing/assets/fonts/Lato-700/Lato-700.woff") format("woff"), url("/wp-content/themes/britishrowing/assets/fonts/Lato-700/Lato-700.ttf") format("truetype"), url("/wp-content/themes/britishrowing/assets/fonts/Lato-700/Lato-700.svg") format("svg"); }

@font-face {
  font-family: 'Lato';
  font-weight: 300;
  font-style: italic;
  src: url("/wp-content/themes/britishrowing/assets/fonts/Lato-300italic/Lato-300italic.eot");
  src: url("/wp-content/themes/britishrowing/assets/fonts/Lato-300italic/Lato-300italic.eot?#iefix") format("embedded-opentype"), local("Lato Light Italic"), local("Lato-300italic"), url("/wp-content/themes/britishrowing/assets/fonts/Lato-300italic/Lato-300italic.woff2") format("woff2"), url("/wp-content/themes/britishrowing/assets/fonts/Lato-300italic/Lato-300italic.woff") format("woff"), url("/wp-content/themes/britishrowing/assets/fonts/Lato-300italic/Lato-300italic.ttf") format("truetype"), url("/wp-content/themes/britishrowing/assets/fonts/Lato-300italic/Lato-300italic.svg") format("svg"); }

@font-face {
  font-family: 'Lato';
  font-weight: 700;
  font-style: italic;
  src: url("/wp-content/themes/britishrowing/assets/fonts/Lato-700italic/Lato-700italic.eot");
  src: url("/wp-content/themes/britishrowing/assets/fonts/Lato-700italic/Lato-700italic.eot?#iefix") format("embedded-opentype"), local("Lato Bold Italic"), local("Lato-700italic"), url("/wp-content/themes/britishrowing/assets/fonts/Lato-700italic/Lato-700italic.woff2") format("woff2"), url("/wp-content/themes/britishrowing/assets/fonts/Lato-700italic/Lato-700italic.woff") format("woff"), url("/wp-content/themes/britishrowing/assets/fonts/Lato-700italic/Lato-700italic.ttf") format("truetype"), url("/wp-content/themes/britishrowing/assets/fonts/Lato-700italic/Lato-700italic.svg") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Lato';
    font-weight: 300;
    font-style: normal;
    src: url("/wp-content/themes/britishrowing/assets/fonts/Lato-300/Lato-300.svg") format("svg"); }
  @font-face {
    font-family: 'Lato';
    font-weight: 700;
    font-style: normal;
    src: url("/wp-content/themes/britishrowing/assets/fonts/Lato-700/Lato-700.svg") format("svg"); }
  @font-face {
    font-family: 'Lato';
    font-weight: 300;
    font-style: italic;
    src: url("/wp-content/themes/britishrowing/assets/fonts/Lato-300italic/Lato-300italic.svg") format("svg"); }
  @font-face {
    font-family: 'Lato';
    font-weight: 700;
    font-style: italic;
    src: url("/wp-content/themes/britishrowing/assets/fonts/Lato-700italic/Lato-700italic.svg") format("svg"); } }

/*
* TYPOGRAPHY
*/
h1, h2, h3, h4, h5, h6 {
  margin: 0.55em 0; }

hr {
  border: 0;
  height: 1px;
  background: #c9d1e0;
  margin: 30px 0;
  clear: both; }

.wp-h2 {
  color: #1b3156;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .ios .wp-h2 {
    letter-spacing: -0.03em;
    font-weight: normal; }
  @media screen and (max-width: 480px) {
    .wp-h2 {
      font-size: 26px;
      font-size: 1.625rem; } }
  .wp-h2 a:hover {
    color: #0b67b2; }
  .wp-h2:first-child {
    margin-top: 0; }

.wp-h3 {
  color: #1b3156;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: italic;
  font-weight: 400; }
  .ios .wp-h3 {
    letter-spacing: -0.03em;
    font-weight: normal; }
  @media screen and (max-width: 480px) {
    .wp-h3 {
      font-size: 15.6px;
      font-size: 0.975rem; } }
  .ios .wp-h3 {
    letter-spacing: normal; }
  .wp-h3 a:hover {
    color: #0b67b2; }

.wp-h4 {
  color: #1b3156;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .ios .wp-h4 {
    letter-spacing: -0.03em;
    font-weight: normal; }
  .wp-h4 a:hover {
    color: #0b67b2; }

.wp-h5 {
  color: #1b3156;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .ios .wp-h5 {
    letter-spacing: -0.03em;
    font-weight: normal; }
  .wp-h5 a:hover {
    color: #0b67b2; }

.wp-h4 + .wp-h5 {
  margin-top: 1em; }

.wp-h6 {
  color: #1b3156;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-style: italic; }
  .ios .wp-h6 {
    letter-spacing: -0.03em;
    font-weight: normal; }
  .wp-h6 a:hover {
    color: #0b67b2; }

.wp-p, .wp-li, .wp-dl {
  font-size: 18px;
  font-size: 1.125rem; }

@media screen and (min-width: 960px) {
  .wp-h2--spaced {
    margin-top: 40px !important;
    margin-bottom: 40px; } }

@media screen and (min-width: 960px) {
  .wp-h2--spaced-bottom {
    margin-bottom: 40px; } }

.wp-a, .banner__pager__item {
  transition: all 0.2s ease-out;
  color: #0b67b2; }
  .wp-a:hover, .banner__pager__item:hover {
    color: #55b9e9; }

.wp-blockquote {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.25;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #8dc1e8;
  margin: 0.55em 0;
  padding-left: 26px;
  border-left: 8px solid #d4e7f6;
  position: relative; }
  @media screen and (min-width: 481px) {
    .wp-blockquote {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media screen and (min-width: 1399px) {
    .wp-blockquote {
      width: 45%;
      margin-left: 30px;
      float: right; } }
  .ios .wp-blockquote {
    letter-spacing: -0.035em; }

@media screen and (min-width: 481px) {
  .wp-blockquote--fill-column {
    font-size: 28px;
    font-size: 1.75rem; }
    .wp-blockquote--fill-column:before {
      margin: 0 0 0 -10px; } }

@media screen and (min-width: 552px) {
  .wp-blockquote--fill-column {
    float: none; } }

@media screen and (min-width: 1399px) {
  .wp-blockquote--fill-column {
    width: 100%;
    margin-left: 0;
    margin-right: 30px; } }

.wp-ul {
  padding: 0; }

.wp-ol {
  padding: 0; }

.wp-li {
  position: relative;
  left: 2em;
  padding-right: 2em; }

.wp-dl dt {
  font-weight: bold;
  margin-top: 1em; }

.wp-dl dd {
  margin: 0 0 1em 0; }

.alignleft {
  float: left;
  margin: 0 20px 10px 0; }

.alignright {
  float: right;
  margin: 0 0 10px 20px; }

.wp-caption {
  position: relative;
  display: inline-block; }

.wp-caption-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.35;
  display: inline-block;
  color: #00386b;
  margin: 0; }
  @media screen and (min-width: 641px) {
    .wp-caption-text {
      line-height: 1.35;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
      position: absolute;
      text-align: left;
      color: #fff;
      max-width: 500px;
      left: 10px;
      bottom: 10px; } }
  @media screen and (min-width: 1600px) {
    .wp-caption-text {
      max-width: 600px;
      letter-spacing: -0.03em; } }

.subtitle-spacer {
  margin-bottom: 40px; }

.flush {
  margin: 0; }

.article__content a:not(.eb-unit__content_title__link):not(.eb-unit__content__title__link),
.athlete__main-feature .athlete__content a,
.athlete__initial-copy .athlete__content .wp-a,
.athlete__initial-copy .athlete__content .banner__pager__item {
  color: #dc2b28; }

/*
  GLOBAL
*/
html,
body {
  height: 100%;
  -webkit-text-size-adjust: 100%; }

html {
  overflow-y: scroll;
  font-size: 1em; }

body {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  color: #00386b;
  background: #fff;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word; }

* {
  box-sizing: border-box; }

iframe {
  border: 0; }

.screen-reader-text {
  display: none; }

a {
  cursor: pointer; }
  a:hover {
    cursor: pointer; }

/*
  GRIDS & LAYOUT
*/
.the-page {
  background-image: url(/wp-content/themes/britishrowing/assets/img/brand/british-rowing-wave--full.svgz);
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: top -10px left;
  min-height: 100%;
  position: relative;
  overflow: hidden; }
  .indoor .the-page {
    background-image: none; }
  .the-page.the-page--freeze {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0); }
  .the-page.the-page--overlay:before {
    z-index: 1000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(6, 21, 46, 0.65);
    animation: fade-in 0.2s; }
  @media screen and (min-width: 552px) and (max-width: 768px) {
    .the-page {
      background-position: top -23px left; } }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .the-page {
      background-position: top 95px left; } }
  @media screen and (min-width: 769px) and (max-width: 1920px) {
    .the-page {
      background-position: top 95px left; } }
  @media screen and (min-width: 1921px) {
    .the-page {
      background-size: 2560px auto;
      background-position: top 45px left; } }

.layout {
  padding: 0;
  margin: 0 8px;
  position: relative;
  width: auto;
  max-width: 1600px; }
  @media screen and (min-width: 641px) and (max-width: 768px) {
    .layout {
      margin: 0 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .layout {
      margin: 0 30px; } }
  @media screen and (min-width: 1025px) and (max-width: 1600px) {
    .layout {
      margin: 0 30px; } }
  @media screen and (min-width: 1601px) and (max-width: 1660px) {
    .layout {
      margin: 0 30px; } }
  @media screen and (min-width: 1661px) {
    .layout {
      margin: 0 auto; } }

.layout--white {
  background-color: #fff;
  padding: 12px; }
  @media screen and (min-width: 641px) and (max-width: 768px) {
    .layout--white {
      padding: 30px; } }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .layout--white {
      padding: 30px; } }
  @media screen and (min-width: 1025px) {
    .layout--white {
      padding: 30px; } }

.layout--padding-only {
  padding: 12px; }
  @media screen and (min-width: 641px) and (max-width: 768px) {
    .layout--padding-only {
      padding: 30px; } }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .layout--padding-only {
      padding: 30px; } }
  @media screen and (min-width: 1025px) {
    .layout--padding-only {
      padding: 30px; } }

.layout--first {
  position: relative;
  min-height: 424px; }
  .layout--first:before {
    content: '';
    background-color: transparent;
    background-image: url(/wp-content/themes/britishrowing/assets/img/backgrounds/layout-shadow--desktop.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    display: block;
    opacity: 0.8;
    width: 106.982%;
    margin-left: -3.4426%;
    margin-top: -2.28%; }

.layout--reset-padding {
  padding: 0; }

.layout--reset-margin {
  margin: 0 auto; }

/*
  MEDIA
  Responsive images and videos
*/
img {
  vertical-align: middle;
  max-width: 100%; }

video {
  max-width: 100%;
  height: auto; }

.embedded-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .embedded-iframe iframe,
  .embedded-iframe object,
  .embedded-iframe embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

/*
  FORM
*/
.form--icon {
  position: relative;
  padding-right: 41px; }
  .form--icon .form__action {
    position: absolute;
    top: 0;
    right: 1px; }

fieldset {
  margin: 0; }

label {
  cursor: pointer; }

input,
textarea,
select {
  display: block;
  background: white;
  border-radius: 0;
  word-wrap: normal;
  padding: 8px 8px 9px;
  width: 100%;
  min-height: 41px;
  line-height: normal; }
  input:not([type="submit"]),
  textarea:not([type="submit"]),
  select:not([type="submit"]) {
    transition: all 0.25s ease-out;
    border: 1px solid #c9d1e0;
    outline-offset: -1px; }
  input.small,
  textarea.small,
  select.small {
    max-width: 240px; }
  input.medium,
  textarea.medium,
  select.medium {
    max-width: 320px; }
  input.large,
  textarea.large,
  select.large {
    max-width: 480px; }
  input:focus:not([type="submit"]), input:hover:not([type="submit"]),
  textarea:focus:not([type="submit"]),
  textarea:hover:not([type="submit"]),
  select:focus:not([type="submit"]),
  select:hover:not([type="submit"]) {
    transition: all 0.1s ease-out; }
  input.placeholder,
  textarea.placeholder,
  select.placeholder {
    color: #aaaaaa; }
  input::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    color: #aaaaaa; }
  input:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    color: #aaaaaa; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #aaaaaa; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #aaaaaa; }

input[type="search"] {
  -webkit-appearance: none;
  box-sizing: border-box; }

textarea {
  max-width: 480px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 36px;
  background: url(/wp-content/themes/britishrowing/assets/img/icon/icon-dropdown.png) no-repeat;
  background-position: right 10px top 50%; }
  select:hover {
    background-position: right 15px top 50%; }

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  padding: 0;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
  min-height: 0; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    overflow: hidden;
    display: block; }

input[type=radio] {
  outline-offset: 0; }

input.error,
select.error {
  border: 1px solid #dc2b28; }

.gform_heading {
  margin-bottom: 1em; }

.gform_description {
  display: block; }

.validation_error {
  color: #dc2b28;
  font-weight: bold;
  display: block;
  margin-top: 20px;
  background: white;
  border: 1px solid #ee9796;
  padding: 10px; }

.gform_body {
  margin: 30px 0; }

.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none; }

.gfield {
  margin: 5px 0 20px 0; }

.gfield_label {
  font-weight: bold; }

.gfield_label--pseudo {
  display: block; }
  @media screen and (max-width: 640px) {
    .gfield_label--pseudo {
      display: none; } }

.ginput_container--dob {
  max-width: 440px; }
  .ginput_container--dob .gfield_select {
    float: left;
    margin-left: 1%; }
    .ginput_container--dob .gfield_select:first-child {
      margin-left: 0; }

.gfield_checkbox,
.gfield_radio {
  margin: 0;
  padding: 0;
  list-style: none; }

.gfield_description,
.gform_note {
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  color: #aaaaaa; }

.gform_footer {
  margin-bottom: 30px; }

.validation_message {
  color: #dc2b28; }

.widget--blue .widget__header input:not([type="submit"]),
.widget--blue .widget__header textarea:not([type="submit"]),
.widget--blue .widget__header select:not([type="submit"]) {
  border-color: #09508a; }

.widget--blue .widget__header .gfield_description {
  color: #fff; }

/*
  PRINT
  Print styles (via H5BP)
*/
@media print {
  * {
    background: transparent !important;
    color: #000;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .table--mobile {
    display: none; }
  .table--desktop th, .table--desktop td {
    font-size: 10px !important;
    padding: 3px; } }

/*
 * TABLE
 */
.table {
  width: 100%;
  table-layout: fixed;
  margin: 1.5em 0; }
  .table img {
    height: auto; }
  .table tr:nth-child(even) {
    background-color: #fff; }
  .table tr:nth-child(odd) {
    background-color: #f7fbff; }
  .table tr:nth-child(n+2) {
    border-bottom: 1px solid #c9d1e0; }
  .table th {
    color: #1b3156;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    text-align: left;
    padding: 15px;
    background-color: #e5ecf3;
    vertical-align: top; }
    .ios .table th {
      letter-spacing: -0.03em;
      font-weight: normal; }
    .table th a:hover {
      color: #0b67b2; }
  .table.center th,
  .table.center td {
    text-align: center; }
  .table td {
    padding: 15px;
    vertical-align: top; }
  @media screen and (max-width: 640px) {
    .table--desktop {
      display: none; } }
  @media screen and (min-width: 641px) {
    .table--mobile {
      display: none; } }
  .table--no-zebras tr:nth-child(odd) {
    background-color: #fff; }

.table--mobile__cell {
  border: 1px solid #c9d1e0;
  margin-bottom: -1px;
  padding: 10px; }
  .table--mobile__cell:nth-child(odd) {
    background-color: #f7fbff; }
  .table--mobile__cell dl {
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
    margin: 0; }
  .table--mobile__cell dt, .table--mobile__cell dd {
    display: inline-block;
    float: left; }
  .table--mobile__cell dt {
    padding: 0;
    margin: 0;
    font-weight: 700;
    clear: left;
    margin-right: 10px; }
  .table--mobile__cell dd {
    padding: 0 0 10px 0;
    margin: 0 0 0 0; }

.table-icon-medal {
  position: relative;
  padding-left: 25px; }
  .table-icon-medal:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 13px;
    margin-top: -11px;
    left: 0;
    border-radius: 50%;
    background-color: #000; }

td.table-icon-medal {
  padding-left: 25px; }
  td.table-icon-medal:after {
    top: 50%; }

.table-icon-medal--gold:after {
  background-color: #eacc00; }

.table-icon-medal--silver:after {
  background-color: #dadada; }

.table-icon-medal--bronze:after {
  background-color: #b6740d; }

/*
  GRID SETUP
  Uses proportional-grids.scss
*/
.g-wrap {
  margin-left: -20px;
  clear: both; }
  .g-wrap:after {
    content: "";
    display: table;
    clear: both; }
  .lt-ie8 .g-wrap {
    margin-left: 0; }

.g-wrap--inline {
  font-size: 0; }

.g-wrap--flex {
  display: flex; }

.g-wrap--float {
  display: block; }

.large-gutter {
  margin-left: -40px; }
  .large-gutter > .g-col,
  .large-gutter > [class*="g-col"] {
    padding-left: 40px; }
    .lt-ie8 .large-gutter > .g-col, .lt-ie8
    .large-gutter > [class*="g-col"] {
      padding-left: 40px; }

.half-gutter {
  margin-left: -10px; }
  .half-gutter > .g-col,
  .half-gutter > [class*="g-col"] {
    padding-left: 10px; }
    .lt-ie8 .half-gutter > .g-col, .lt-ie8
    .half-gutter > [class*="g-col"] {
      padding-left: 10px; }

.third-gutter {
  margin-left: -6.6666666667px; }
  .third-gutter > .g-col,
  .third-gutter > [class*="g-col"] {
    padding-left: 6.6666666667px; }
    .lt-ie8 .third-gutter > .g-col, .lt-ie8
    .third-gutter > [class*="g-col"] {
      padding-left: 6.6666666667px; }

.quarter-gutter {
  margin-left: -5px; }
  .quarter-gutter > .g-col,
  .quarter-gutter > [class*="g-col"] {
    padding-left: 5px; }
    .lt-ie8 .quarter-gutter > .g-col, .lt-ie8
    .quarter-gutter > [class*="g-col"] {
      padding-left: 5px; }

.no-gutter {
  margin-left: 0; }
  .no-gutter > .g-col,
  .no-gutter > [class*="g-col"] {
    padding-left: 0; }
    .lt-ie8 .no-gutter > .g-col, .lt-ie8
    .no-gutter > [class*="g-col"] {
      padding-left: 0; }

.reset-gutter {
  margin-left: -20px; }
  .reset-gutter > .g-col,
  .reset-gutter > [class*="g-col"] {
    padding-left: 20px; }
    .lt-ie8 .reset-gutter > .g-col, .lt-ie8
    .reset-gutter > [class*="g-col"] {
      padding-left: 20px; }

.center-cols .g-col *,
.center-cols [class*="g-col"] * {
  text-align: center; }

.g-col,
[class*="g-col"] {
  padding-left: 20px; }
  .lt-ie8 .g-col, .lt-ie8
  [class*="g-col"] {
    padding-left: 2%; }
  .g-wrap--inline .g-col, .g-wrap--inline
  [class*="g-col"] {
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: left;
    font-size: 18px; }
  .g-wrap--flex .g-col, .g-wrap--flex
  [class*="g-col"] {
    float: none; }
  .g-wrap--float .g-col, .g-wrap--float
  [class*="g-col"] {
    float: left; }

.g-col,
[class*="g-col"] {
  float: left;
  width: 100%;
  box-sizing: border-box;
  position: relative; }

.g-wrap--inline--left {
  text-align: left; }

.g-wrap--inline--center {
  text-align: center; }

.g-wrap--inline--right {
  text-align: right; }

.g-wrap--flex--left {
  align-items: flex-start; }

.g-wrap--flex--center {
  justify-content: center; }

.g-wrap--flex--right {
  align-items: flex-end; }

ul.g-wrap,
ol.g-wrap {
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  list-style: none; }

li.g-col,
li[class*="g-col"] {
  margin-left: 0; }

.g-col-0-1 {
  width: 0%; }
  .lt-ie8 .g-col-0-1 {
    width: -2%; }

.g-offset-0-1 {
  margin-left: 0%; }
  .lt-ie8 .g-offset-0-1 {
    margin-left: 0%; }

.g-push-0-1 {
  left: 0%; }
  .lt-ie8 .g-push-0-1 {
    left: 0%; }

.g-pull-0-1 {
  left: 0%; }
  .lt-ie8 .g-pull-0-1 {
    left: 0%; }

.g-col-1-2 {
  width: 50%; }
  .lt-ie8 .g-col-1-2 {
    width: 48%; }

.g-offset-1-2 {
  margin-left: 50%; }
  .lt-ie8 .g-offset-1-2 {
    margin-left: 50%; }

.g-push-1-2 {
  left: 50%; }
  .lt-ie8 .g-push-1-2 {
    left: 50%; }

.g-pull-1-2 {
  left: -50%; }
  .lt-ie8 .g-pull-1-2 {
    left: -50%; }

.g-col-1-3 {
  width: 33.3333333333%; }
  .lt-ie8 .g-col-1-3 {
    width: 31%; }

.g-offset-1-3 {
  margin-left: 33.3333333333%; }
  .lt-ie8 .g-offset-1-3 {
    margin-left: 33%; }

.g-push-1-3 {
  left: 33.3333333333%; }
  .lt-ie8 .g-push-1-3 {
    left: 33%; }

.g-pull-1-3 {
  left: -33.3333333333%; }
  .lt-ie8 .g-pull-1-3 {
    left: -33%; }

.g-col-2-3 {
  width: 66.6666666667%; }
  .lt-ie8 .g-col-2-3 {
    width: 64%; }

.g-offset-2-3 {
  margin-left: 66.6666666667%; }
  .lt-ie8 .g-offset-2-3 {
    margin-left: 66%; }

.g-push-2-3 {
  left: 66.6666666667%; }
  .lt-ie8 .g-push-2-3 {
    left: 66%; }

.g-pull-2-3 {
  left: -66.6666666667%; }
  .lt-ie8 .g-pull-2-3 {
    left: -66%; }

.g-col-1-4 {
  width: 25%; }
  .lt-ie8 .g-col-1-4 {
    width: 23%; }

.g-offset-1-4 {
  margin-left: 25%; }
  .lt-ie8 .g-offset-1-4 {
    margin-left: 25%; }

.g-push-1-4 {
  left: 25%; }
  .lt-ie8 .g-push-1-4 {
    left: 25%; }

.g-pull-1-4 {
  left: -25%; }
  .lt-ie8 .g-pull-1-4 {
    left: -25%; }

.g-col-3-4 {
  width: 75%; }
  .lt-ie8 .g-col-3-4 {
    width: 73%; }

.g-offset-3-4 {
  margin-left: 75%; }
  .lt-ie8 .g-offset-3-4 {
    margin-left: 75%; }

.g-push-3-4 {
  left: 75%; }
  .lt-ie8 .g-push-3-4 {
    left: 75%; }

.g-pull-3-4 {
  left: -75%; }
  .lt-ie8 .g-pull-3-4 {
    left: -75%; }

.g-col-1-5 {
  width: 20%; }
  .lt-ie8 .g-col-1-5 {
    width: 18%; }

.g-offset-1-5 {
  margin-left: 20%; }
  .lt-ie8 .g-offset-1-5 {
    margin-left: 20%; }

.g-push-1-5 {
  left: 20%; }
  .lt-ie8 .g-push-1-5 {
    left: 20%; }

.g-pull-1-5 {
  left: -20%; }
  .lt-ie8 .g-pull-1-5 {
    left: -20%; }

.g-col-2-5 {
  width: 40%; }
  .lt-ie8 .g-col-2-5 {
    width: 38%; }

.g-offset-2-5 {
  margin-left: 40%; }
  .lt-ie8 .g-offset-2-5 {
    margin-left: 40%; }

.g-push-2-5 {
  left: 40%; }
  .lt-ie8 .g-push-2-5 {
    left: 40%; }

.g-pull-2-5 {
  left: -40%; }
  .lt-ie8 .g-pull-2-5 {
    left: -40%; }

.g-col-3-5 {
  width: 60%; }
  .lt-ie8 .g-col-3-5 {
    width: 58%; }

.g-offset-3-5 {
  margin-left: 60%; }
  .lt-ie8 .g-offset-3-5 {
    margin-left: 60%; }

.g-push-3-5 {
  left: 60%; }
  .lt-ie8 .g-push-3-5 {
    left: 60%; }

.g-pull-3-5 {
  left: -60%; }
  .lt-ie8 .g-pull-3-5 {
    left: -60%; }

.g-col-4-5 {
  width: 80%; }
  .lt-ie8 .g-col-4-5 {
    width: 78%; }

.g-offset-4-5 {
  margin-left: 80%; }
  .lt-ie8 .g-offset-4-5 {
    margin-left: 80%; }

.g-push-4-5 {
  left: 80%; }
  .lt-ie8 .g-push-4-5 {
    left: 80%; }

.g-pull-4-5 {
  left: -80%; }
  .lt-ie8 .g-pull-4-5 {
    left: -80%; }

.g-col-1-6 {
  width: 16.6666666667%; }
  .lt-ie8 .g-col-1-6 {
    width: 14%; }

.g-offset-1-6 {
  margin-left: 16.6666666667%; }
  .lt-ie8 .g-offset-1-6 {
    margin-left: 16%; }

.g-push-1-6 {
  left: 16.6666666667%; }
  .lt-ie8 .g-push-1-6 {
    left: 16%; }

.g-pull-1-6 {
  left: -16.6666666667%; }
  .lt-ie8 .g-pull-1-6 {
    left: -16%; }

.g-col-2-6 {
  width: 33.3333333333%; }
  .lt-ie8 .g-col-2-6 {
    width: 31%; }

.g-offset-2-6 {
  margin-left: 33.3333333333%; }
  .lt-ie8 .g-offset-2-6 {
    margin-left: 33%; }

.g-push-2-6 {
  left: 33.3333333333%; }
  .lt-ie8 .g-push-2-6 {
    left: 33%; }

.g-pull-2-6 {
  left: -33.3333333333%; }
  .lt-ie8 .g-pull-2-6 {
    left: -33%; }

.g-col-3-6 {
  width: 50%; }
  .lt-ie8 .g-col-3-6 {
    width: 48%; }

.g-offset-3-6 {
  margin-left: 50%; }
  .lt-ie8 .g-offset-3-6 {
    margin-left: 50%; }

.g-push-3-6 {
  left: 50%; }
  .lt-ie8 .g-push-3-6 {
    left: 50%; }

.g-pull-3-6 {
  left: -50%; }
  .lt-ie8 .g-pull-3-6 {
    left: -50%; }

.g-col-4-6 {
  width: 66.6666666667%; }
  .lt-ie8 .g-col-4-6 {
    width: 64%; }

.g-offset-4-6 {
  margin-left: 66.6666666667%; }
  .lt-ie8 .g-offset-4-6 {
    margin-left: 66%; }

.g-push-4-6 {
  left: 66.6666666667%; }
  .lt-ie8 .g-push-4-6 {
    left: 66%; }

.g-pull-4-6 {
  left: -66.6666666667%; }
  .lt-ie8 .g-pull-4-6 {
    left: -66%; }

.g-col-5-6 {
  width: 83.3333333333%; }
  .lt-ie8 .g-col-5-6 {
    width: 81%; }

.g-offset-5-6 {
  margin-left: 83.3333333333%; }
  .lt-ie8 .g-offset-5-6 {
    margin-left: 83%; }

.g-push-5-6 {
  left: 83.3333333333%; }
  .lt-ie8 .g-push-5-6 {
    left: 83%; }

.g-pull-5-6 {
  left: -83.3333333333%; }
  .lt-ie8 .g-pull-5-6 {
    left: -83%; }

.g-col-1-7 {
  width: 14.2857142857%; }
  .lt-ie8 .g-col-1-7 {
    width: 12%; }

.g-offset-1-7 {
  margin-left: 14.2857142857%; }
  .lt-ie8 .g-offset-1-7 {
    margin-left: 14%; }

.g-push-1-7 {
  left: 14.2857142857%; }
  .lt-ie8 .g-push-1-7 {
    left: 14%; }

.g-pull-1-7 {
  left: -14.2857142857%; }
  .lt-ie8 .g-pull-1-7 {
    left: -14%; }

.g-col-3-7 {
  width: 42.8571428571%; }
  .lt-ie8 .g-col-3-7 {
    width: 40%; }

.g-offset-3-7 {
  margin-left: 42.8571428571%; }
  .lt-ie8 .g-offset-3-7 {
    margin-left: 42%; }

.g-push-3-7 {
  left: 42.8571428571%; }
  .lt-ie8 .g-push-3-7 {
    left: 42%; }

.g-pull-3-7 {
  left: -42.8571428571%; }
  .lt-ie8 .g-pull-3-7 {
    left: -42%; }

.g-col-4-7 {
  width: 57.1428571429%; }
  .lt-ie8 .g-col-4-7 {
    width: 55%; }

.g-offset-4-7 {
  margin-left: 57.1428571429%; }
  .lt-ie8 .g-offset-4-7 {
    margin-left: 57%; }

.g-push-4-7 {
  left: 57.1428571429%; }
  .lt-ie8 .g-push-4-7 {
    left: 57%; }

.g-pull-4-7 {
  left: -57.1428571429%; }
  .lt-ie8 .g-pull-4-7 {
    left: -57%; }

.g-col-6-7 {
  width: 85.7142857143%; }
  .lt-ie8 .g-col-6-7 {
    width: 83%; }

.g-offset-6-7 {
  margin-left: 85.7142857143%; }
  .lt-ie8 .g-offset-6-7 {
    margin-left: 85%; }

.g-push-6-7 {
  left: 85.7142857143%; }
  .lt-ie8 .g-push-6-7 {
    left: 85%; }

.g-pull-6-7 {
  left: -85.7142857143%; }
  .lt-ie8 .g-pull-6-7 {
    left: -85%; }

.g-col-1-8 {
  width: 12.5%; }
  .lt-ie8 .g-col-1-8 {
    width: 10%; }

.g-offset-1-8 {
  margin-left: 12.5%; }
  .lt-ie8 .g-offset-1-8 {
    margin-left: 12%; }

.g-push-1-8 {
  left: 12.5%; }
  .lt-ie8 .g-push-1-8 {
    left: 12%; }

.g-pull-1-8 {
  left: -12.5%; }
  .lt-ie8 .g-pull-1-8 {
    left: -12%; }

.g-col-7-8 {
  width: 87.5%; }
  .lt-ie8 .g-col-7-8 {
    width: 85%; }

.g-offset-7-8 {
  margin-left: 87.5%; }
  .lt-ie8 .g-offset-7-8 {
    margin-left: 87%; }

.g-push-7-8 {
  left: 87.5%; }
  .lt-ie8 .g-push-7-8 {
    left: 87%; }

.g-pull-7-8 {
  left: -87.5%; }
  .lt-ie8 .g-pull-7-8 {
    left: -87%; }

.g-col-1-10 {
  width: 10%; }
  .lt-ie8 .g-col-1-10 {
    width: 8%; }

.g-offset-1-10 {
  margin-left: 10%; }
  .lt-ie8 .g-offset-1-10 {
    margin-left: 10%; }

.g-push-1-10 {
  left: 10%; }
  .lt-ie8 .g-push-1-10 {
    left: 10%; }

.g-pull-1-10 {
  left: -10%; }
  .lt-ie8 .g-pull-1-10 {
    left: -10%; }

.g-col-7-10 {
  width: 70%; }
  .lt-ie8 .g-col-7-10 {
    width: 68%; }

.g-offset-7-10 {
  margin-left: 70%; }
  .lt-ie8 .g-offset-7-10 {
    margin-left: 70%; }

.g-push-7-10 {
  left: 70%; }
  .lt-ie8 .g-push-7-10 {
    left: 70%; }

.g-pull-7-10 {
  left: -70%; }
  .lt-ie8 .g-pull-7-10 {
    left: -70%; }

.g-col-1-12 {
  width: 8.3333333333%; }
  .lt-ie8 .g-col-1-12 {
    width: 6%; }

.g-offset-1-12 {
  margin-left: 8.3333333333%; }
  .lt-ie8 .g-offset-1-12 {
    margin-left: 8%; }

.g-push-1-12 {
  left: 8.3333333333%; }
  .lt-ie8 .g-push-1-12 {
    left: 8%; }

.g-pull-1-12 {
  left: -8.3333333333%; }
  .lt-ie8 .g-pull-1-12 {
    left: -8%; }

.g-col-5-12 {
  width: 41.6666666667%; }
  .lt-ie8 .g-col-5-12 {
    width: 39%; }

.g-offset-5-12 {
  margin-left: 41.6666666667%; }
  .lt-ie8 .g-offset-5-12 {
    margin-left: 41%; }

.g-push-5-12 {
  left: 41.6666666667%; }
  .lt-ie8 .g-push-5-12 {
    left: 41%; }

.g-pull-5-12 {
  left: -41.6666666667%; }
  .lt-ie8 .g-pull-5-12 {
    left: -41%; }

.g-col-7-12 {
  width: 58.3333333333%; }
  .lt-ie8 .g-col-7-12 {
    width: 56%; }

.g-offset-7-12 {
  margin-left: 58.3333333333%; }
  .lt-ie8 .g-offset-7-12 {
    margin-left: 58%; }

.g-push-7-12 {
  left: 58.3333333333%; }
  .lt-ie8 .g-push-7-12 {
    left: 58%; }

.g-pull-7-12 {
  left: -58.3333333333%; }
  .lt-ie8 .g-pull-7-12 {
    left: -58%; }

.g-col-11-12 {
  width: 91.6666666667%; }
  .lt-ie8 .g-col-11-12 {
    width: 89%; }

.g-offset-11-12 {
  margin-left: 91.6666666667%; }
  .lt-ie8 .g-offset-11-12 {
    margin-left: 91%; }

.g-push-11-12 {
  left: 91.6666666667%; }
  .lt-ie8 .g-push-11-12 {
    left: 91%; }

.g-pull-11-12 {
  left: -91.6666666667%; }
  .lt-ie8 .g-pull-11-12 {
    left: -91%; }

.g-col-1-16 {
  width: 6.25%; }
  .lt-ie8 .g-col-1-16 {
    width: 4%; }

.g-offset-1-16 {
  margin-left: 6.25%; }
  .lt-ie8 .g-offset-1-16 {
    margin-left: 6%; }

.g-push-1-16 {
  left: 6.25%; }
  .lt-ie8 .g-push-1-16 {
    left: 6%; }

.g-pull-1-16 {
  left: -6.25%; }
  .lt-ie8 .g-pull-1-16 {
    left: -6%; }

.g-col-1-1 {
  width: 100%; }
  .lt-ie8 .g-col-1-1 {
    width: 98%; }

.g-offset-1-1 {
  margin-left: 100%; }
  .lt-ie8 .g-offset-1-1 {
    margin-left: 100%; }

.g-push-1-1 {
  left: 100%; }
  .lt-ie8 .g-push-1-1 {
    left: 100%; }

.g-pull-1-1 {
  left: -100%; }
  .lt-ie8 .g-pull-1-1 {
    left: -100%; }

@media screen and (min-width: 481px) {
  .g-wrap {
    margin-left: -20px;
    clear: both; }
    .g-wrap:after {
      content: "";
      display: table;
      clear: both; }
    .lt-ie8 .g-wrap {
      margin-left: 0; }
  .gw-wrap--inline {
    font-size: 0; }
  .gw-wrap--flex {
    display: flex; }
  .gw-wrap--float {
    display: block; }
  .large-gutter {
    margin-left: -40px; }
    .large-gutter > .g-col,
    .large-gutter > [class*="g-col"] {
      padding-left: 40px; }
      .lt-ie8 .large-gutter > .g-col, .lt-ie8
      .large-gutter > [class*="g-col"] {
        padding-left: 40px; }
  .half-gutter {
    margin-left: -10px; }
    .half-gutter > .g-col,
    .half-gutter > [class*="g-col"] {
      padding-left: 10px; }
      .lt-ie8 .half-gutter > .g-col, .lt-ie8
      .half-gutter > [class*="g-col"] {
        padding-left: 10px; }
  .third-gutter {
    margin-left: -6.6666666667px; }
    .third-gutter > .g-col,
    .third-gutter > [class*="g-col"] {
      padding-left: 6.6666666667px; }
      .lt-ie8 .third-gutter > .g-col, .lt-ie8
      .third-gutter > [class*="g-col"] {
        padding-left: 6.6666666667px; }
  .quarter-gutter {
    margin-left: -5px; }
    .quarter-gutter > .g-col,
    .quarter-gutter > [class*="g-col"] {
      padding-left: 5px; }
      .lt-ie8 .quarter-gutter > .g-col, .lt-ie8
      .quarter-gutter > [class*="g-col"] {
        padding-left: 5px; }
  .no-gutter {
    margin-left: 0; }
    .no-gutter > .g-col,
    .no-gutter > [class*="g-col"] {
      padding-left: 0; }
      .lt-ie8 .no-gutter > .g-col, .lt-ie8
      .no-gutter > [class*="g-col"] {
        padding-left: 0; }
  .reset-gutter {
    margin-left: -20px; }
    .reset-gutter > .g-col,
    .reset-gutter > [class*="g-col"] {
      padding-left: 20px; }
      .lt-ie8 .reset-gutter > .g-col, .lt-ie8
      .reset-gutter > [class*="g-col"] {
        padding-left: 20px; }
  .center-cols .g-col *,
  .center-cols [class*="g-col"] * {
    text-align: center; }
  .g-col,
  [class*="g-col"] {
    padding-left: 20px; }
    .lt-ie8 .g-col, .lt-ie8
    [class*="g-col"] {
      padding-left: 2%; }
    .gw-wrap--inline .g-col, .gw-wrap--inline
    [class*="g-col"] {
      display: inline-block;
      float: none;
      vertical-align: top;
      text-align: left;
      font-size: 18px; }
    .gw-wrap--flex .g-col, .gw-wrap--flex
    [class*="g-col"] {
      float: none; }
    .gw-wrap--float .g-col, .gw-wrap--float
    [class*="g-col"] {
      float: left; }
  .gw-col,
  [class*="gw-col"] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
  .gw-wrap--inline--left {
    text-align: left; }
  .gw-wrap--inline--center {
    text-align: center; }
  .gw-wrap--inline--right {
    text-align: right; }
  .gw-wrap--flex--left {
    align-items: flex-start; }
  .gw-wrap--flex--center {
    justify-content: center; }
  .gw-wrap--flex--right {
    align-items: flex-end; }
  ul.g-wrap,
  ol.g-wrap {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    list-style: none; }
  li.g-col,
  li[class*="g-col"] {
    margin-left: 0; }
  .gw-col-0-1 {
    width: 0%; }
    .lt-ie8 .gw-col-0-1 {
      width: -2%; }
  .gw-offset-0-1 {
    margin-left: 0%; }
    .lt-ie8 .gw-offset-0-1 {
      margin-left: 0%; }
  .gw-push-0-1 {
    left: 0%; }
    .lt-ie8 .gw-push-0-1 {
      left: 0%; }
  .gw-pull-0-1 {
    left: 0%; }
    .lt-ie8 .gw-pull-0-1 {
      left: 0%; }
  .gw-col-1-2 {
    width: 50%; }
    .lt-ie8 .gw-col-1-2 {
      width: 48%; }
  .gw-offset-1-2 {
    margin-left: 50%; }
    .lt-ie8 .gw-offset-1-2 {
      margin-left: 50%; }
  .gw-push-1-2 {
    left: 50%; }
    .lt-ie8 .gw-push-1-2 {
      left: 50%; }
  .gw-pull-1-2 {
    left: -50%; }
    .lt-ie8 .gw-pull-1-2 {
      left: -50%; }
  .gw-col-1-3 {
    width: 33.3333333333%; }
    .lt-ie8 .gw-col-1-3 {
      width: 31%; }
  .gw-offset-1-3 {
    margin-left: 33.3333333333%; }
    .lt-ie8 .gw-offset-1-3 {
      margin-left: 33%; }
  .gw-push-1-3 {
    left: 33.3333333333%; }
    .lt-ie8 .gw-push-1-3 {
      left: 33%; }
  .gw-pull-1-3 {
    left: -33.3333333333%; }
    .lt-ie8 .gw-pull-1-3 {
      left: -33%; }
  .gw-col-2-3 {
    width: 66.6666666667%; }
    .lt-ie8 .gw-col-2-3 {
      width: 64%; }
  .gw-offset-2-3 {
    margin-left: 66.6666666667%; }
    .lt-ie8 .gw-offset-2-3 {
      margin-left: 66%; }
  .gw-push-2-3 {
    left: 66.6666666667%; }
    .lt-ie8 .gw-push-2-3 {
      left: 66%; }
  .gw-pull-2-3 {
    left: -66.6666666667%; }
    .lt-ie8 .gw-pull-2-3 {
      left: -66%; }
  .gw-col-1-4 {
    width: 25%; }
    .lt-ie8 .gw-col-1-4 {
      width: 23%; }
  .gw-offset-1-4 {
    margin-left: 25%; }
    .lt-ie8 .gw-offset-1-4 {
      margin-left: 25%; }
  .gw-push-1-4 {
    left: 25%; }
    .lt-ie8 .gw-push-1-4 {
      left: 25%; }
  .gw-pull-1-4 {
    left: -25%; }
    .lt-ie8 .gw-pull-1-4 {
      left: -25%; }
  .gw-col-3-4 {
    width: 75%; }
    .lt-ie8 .gw-col-3-4 {
      width: 73%; }
  .gw-offset-3-4 {
    margin-left: 75%; }
    .lt-ie8 .gw-offset-3-4 {
      margin-left: 75%; }
  .gw-push-3-4 {
    left: 75%; }
    .lt-ie8 .gw-push-3-4 {
      left: 75%; }
  .gw-pull-3-4 {
    left: -75%; }
    .lt-ie8 .gw-pull-3-4 {
      left: -75%; }
  .gw-col-1-5 {
    width: 20%; }
    .lt-ie8 .gw-col-1-5 {
      width: 18%; }
  .gw-offset-1-5 {
    margin-left: 20%; }
    .lt-ie8 .gw-offset-1-5 {
      margin-left: 20%; }
  .gw-push-1-5 {
    left: 20%; }
    .lt-ie8 .gw-push-1-5 {
      left: 20%; }
  .gw-pull-1-5 {
    left: -20%; }
    .lt-ie8 .gw-pull-1-5 {
      left: -20%; }
  .gw-col-2-5 {
    width: 40%; }
    .lt-ie8 .gw-col-2-5 {
      width: 38%; }
  .gw-offset-2-5 {
    margin-left: 40%; }
    .lt-ie8 .gw-offset-2-5 {
      margin-left: 40%; }
  .gw-push-2-5 {
    left: 40%; }
    .lt-ie8 .gw-push-2-5 {
      left: 40%; }
  .gw-pull-2-5 {
    left: -40%; }
    .lt-ie8 .gw-pull-2-5 {
      left: -40%; }
  .gw-col-3-5 {
    width: 60%; }
    .lt-ie8 .gw-col-3-5 {
      width: 58%; }
  .gw-offset-3-5 {
    margin-left: 60%; }
    .lt-ie8 .gw-offset-3-5 {
      margin-left: 60%; }
  .gw-push-3-5 {
    left: 60%; }
    .lt-ie8 .gw-push-3-5 {
      left: 60%; }
  .gw-pull-3-5 {
    left: -60%; }
    .lt-ie8 .gw-pull-3-5 {
      left: -60%; }
  .gw-col-4-5 {
    width: 80%; }
    .lt-ie8 .gw-col-4-5 {
      width: 78%; }
  .gw-offset-4-5 {
    margin-left: 80%; }
    .lt-ie8 .gw-offset-4-5 {
      margin-left: 80%; }
  .gw-push-4-5 {
    left: 80%; }
    .lt-ie8 .gw-push-4-5 {
      left: 80%; }
  .gw-pull-4-5 {
    left: -80%; }
    .lt-ie8 .gw-pull-4-5 {
      left: -80%; }
  .gw-col-1-6 {
    width: 16.6666666667%; }
    .lt-ie8 .gw-col-1-6 {
      width: 14%; }
  .gw-offset-1-6 {
    margin-left: 16.6666666667%; }
    .lt-ie8 .gw-offset-1-6 {
      margin-left: 16%; }
  .gw-push-1-6 {
    left: 16.6666666667%; }
    .lt-ie8 .gw-push-1-6 {
      left: 16%; }
  .gw-pull-1-6 {
    left: -16.6666666667%; }
    .lt-ie8 .gw-pull-1-6 {
      left: -16%; }
  .gw-col-2-6 {
    width: 33.3333333333%; }
    .lt-ie8 .gw-col-2-6 {
      width: 31%; }
  .gw-offset-2-6 {
    margin-left: 33.3333333333%; }
    .lt-ie8 .gw-offset-2-6 {
      margin-left: 33%; }
  .gw-push-2-6 {
    left: 33.3333333333%; }
    .lt-ie8 .gw-push-2-6 {
      left: 33%; }
  .gw-pull-2-6 {
    left: -33.3333333333%; }
    .lt-ie8 .gw-pull-2-6 {
      left: -33%; }
  .gw-col-3-6 {
    width: 50%; }
    .lt-ie8 .gw-col-3-6 {
      width: 48%; }
  .gw-offset-3-6 {
    margin-left: 50%; }
    .lt-ie8 .gw-offset-3-6 {
      margin-left: 50%; }
  .gw-push-3-6 {
    left: 50%; }
    .lt-ie8 .gw-push-3-6 {
      left: 50%; }
  .gw-pull-3-6 {
    left: -50%; }
    .lt-ie8 .gw-pull-3-6 {
      left: -50%; }
  .gw-col-4-6 {
    width: 66.6666666667%; }
    .lt-ie8 .gw-col-4-6 {
      width: 64%; }
  .gw-offset-4-6 {
    margin-left: 66.6666666667%; }
    .lt-ie8 .gw-offset-4-6 {
      margin-left: 66%; }
  .gw-push-4-6 {
    left: 66.6666666667%; }
    .lt-ie8 .gw-push-4-6 {
      left: 66%; }
  .gw-pull-4-6 {
    left: -66.6666666667%; }
    .lt-ie8 .gw-pull-4-6 {
      left: -66%; }
  .gw-col-5-6 {
    width: 83.3333333333%; }
    .lt-ie8 .gw-col-5-6 {
      width: 81%; }
  .gw-offset-5-6 {
    margin-left: 83.3333333333%; }
    .lt-ie8 .gw-offset-5-6 {
      margin-left: 83%; }
  .gw-push-5-6 {
    left: 83.3333333333%; }
    .lt-ie8 .gw-push-5-6 {
      left: 83%; }
  .gw-pull-5-6 {
    left: -83.3333333333%; }
    .lt-ie8 .gw-pull-5-6 {
      left: -83%; }
  .gw-col-1-7 {
    width: 14.2857142857%; }
    .lt-ie8 .gw-col-1-7 {
      width: 12%; }
  .gw-offset-1-7 {
    margin-left: 14.2857142857%; }
    .lt-ie8 .gw-offset-1-7 {
      margin-left: 14%; }
  .gw-push-1-7 {
    left: 14.2857142857%; }
    .lt-ie8 .gw-push-1-7 {
      left: 14%; }
  .gw-pull-1-7 {
    left: -14.2857142857%; }
    .lt-ie8 .gw-pull-1-7 {
      left: -14%; }
  .gw-col-3-7 {
    width: 42.8571428571%; }
    .lt-ie8 .gw-col-3-7 {
      width: 40%; }
  .gw-offset-3-7 {
    margin-left: 42.8571428571%; }
    .lt-ie8 .gw-offset-3-7 {
      margin-left: 42%; }
  .gw-push-3-7 {
    left: 42.8571428571%; }
    .lt-ie8 .gw-push-3-7 {
      left: 42%; }
  .gw-pull-3-7 {
    left: -42.8571428571%; }
    .lt-ie8 .gw-pull-3-7 {
      left: -42%; }
  .gw-col-4-7 {
    width: 57.1428571429%; }
    .lt-ie8 .gw-col-4-7 {
      width: 55%; }
  .gw-offset-4-7 {
    margin-left: 57.1428571429%; }
    .lt-ie8 .gw-offset-4-7 {
      margin-left: 57%; }
  .gw-push-4-7 {
    left: 57.1428571429%; }
    .lt-ie8 .gw-push-4-7 {
      left: 57%; }
  .gw-pull-4-7 {
    left: -57.1428571429%; }
    .lt-ie8 .gw-pull-4-7 {
      left: -57%; }
  .gw-col-6-7 {
    width: 85.7142857143%; }
    .lt-ie8 .gw-col-6-7 {
      width: 83%; }
  .gw-offset-6-7 {
    margin-left: 85.7142857143%; }
    .lt-ie8 .gw-offset-6-7 {
      margin-left: 85%; }
  .gw-push-6-7 {
    left: 85.7142857143%; }
    .lt-ie8 .gw-push-6-7 {
      left: 85%; }
  .gw-pull-6-7 {
    left: -85.7142857143%; }
    .lt-ie8 .gw-pull-6-7 {
      left: -85%; }
  .gw-col-1-8 {
    width: 12.5%; }
    .lt-ie8 .gw-col-1-8 {
      width: 10%; }
  .gw-offset-1-8 {
    margin-left: 12.5%; }
    .lt-ie8 .gw-offset-1-8 {
      margin-left: 12%; }
  .gw-push-1-8 {
    left: 12.5%; }
    .lt-ie8 .gw-push-1-8 {
      left: 12%; }
  .gw-pull-1-8 {
    left: -12.5%; }
    .lt-ie8 .gw-pull-1-8 {
      left: -12%; }
  .gw-col-7-8 {
    width: 87.5%; }
    .lt-ie8 .gw-col-7-8 {
      width: 85%; }
  .gw-offset-7-8 {
    margin-left: 87.5%; }
    .lt-ie8 .gw-offset-7-8 {
      margin-left: 87%; }
  .gw-push-7-8 {
    left: 87.5%; }
    .lt-ie8 .gw-push-7-8 {
      left: 87%; }
  .gw-pull-7-8 {
    left: -87.5%; }
    .lt-ie8 .gw-pull-7-8 {
      left: -87%; }
  .gw-col-1-10 {
    width: 10%; }
    .lt-ie8 .gw-col-1-10 {
      width: 8%; }
  .gw-offset-1-10 {
    margin-left: 10%; }
    .lt-ie8 .gw-offset-1-10 {
      margin-left: 10%; }
  .gw-push-1-10 {
    left: 10%; }
    .lt-ie8 .gw-push-1-10 {
      left: 10%; }
  .gw-pull-1-10 {
    left: -10%; }
    .lt-ie8 .gw-pull-1-10 {
      left: -10%; }
  .gw-col-7-10 {
    width: 70%; }
    .lt-ie8 .gw-col-7-10 {
      width: 68%; }
  .gw-offset-7-10 {
    margin-left: 70%; }
    .lt-ie8 .gw-offset-7-10 {
      margin-left: 70%; }
  .gw-push-7-10 {
    left: 70%; }
    .lt-ie8 .gw-push-7-10 {
      left: 70%; }
  .gw-pull-7-10 {
    left: -70%; }
    .lt-ie8 .gw-pull-7-10 {
      left: -70%; }
  .gw-col-1-12 {
    width: 8.3333333333%; }
    .lt-ie8 .gw-col-1-12 {
      width: 6%; }
  .gw-offset-1-12 {
    margin-left: 8.3333333333%; }
    .lt-ie8 .gw-offset-1-12 {
      margin-left: 8%; }
  .gw-push-1-12 {
    left: 8.3333333333%; }
    .lt-ie8 .gw-push-1-12 {
      left: 8%; }
  .gw-pull-1-12 {
    left: -8.3333333333%; }
    .lt-ie8 .gw-pull-1-12 {
      left: -8%; }
  .gw-col-5-12 {
    width: 41.6666666667%; }
    .lt-ie8 .gw-col-5-12 {
      width: 39%; }
  .gw-offset-5-12 {
    margin-left: 41.6666666667%; }
    .lt-ie8 .gw-offset-5-12 {
      margin-left: 41%; }
  .gw-push-5-12 {
    left: 41.6666666667%; }
    .lt-ie8 .gw-push-5-12 {
      left: 41%; }
  .gw-pull-5-12 {
    left: -41.6666666667%; }
    .lt-ie8 .gw-pull-5-12 {
      left: -41%; }
  .gw-col-7-12 {
    width: 58.3333333333%; }
    .lt-ie8 .gw-col-7-12 {
      width: 56%; }
  .gw-offset-7-12 {
    margin-left: 58.3333333333%; }
    .lt-ie8 .gw-offset-7-12 {
      margin-left: 58%; }
  .gw-push-7-12 {
    left: 58.3333333333%; }
    .lt-ie8 .gw-push-7-12 {
      left: 58%; }
  .gw-pull-7-12 {
    left: -58.3333333333%; }
    .lt-ie8 .gw-pull-7-12 {
      left: -58%; }
  .gw-col-11-12 {
    width: 91.6666666667%; }
    .lt-ie8 .gw-col-11-12 {
      width: 89%; }
  .gw-offset-11-12 {
    margin-left: 91.6666666667%; }
    .lt-ie8 .gw-offset-11-12 {
      margin-left: 91%; }
  .gw-push-11-12 {
    left: 91.6666666667%; }
    .lt-ie8 .gw-push-11-12 {
      left: 91%; }
  .gw-pull-11-12 {
    left: -91.6666666667%; }
    .lt-ie8 .gw-pull-11-12 {
      left: -91%; }
  .gw-col-1-16 {
    width: 6.25%; }
    .lt-ie8 .gw-col-1-16 {
      width: 4%; }
  .gw-offset-1-16 {
    margin-left: 6.25%; }
    .lt-ie8 .gw-offset-1-16 {
      margin-left: 6%; }
  .gw-push-1-16 {
    left: 6.25%; }
    .lt-ie8 .gw-push-1-16 {
      left: 6%; }
  .gw-pull-1-16 {
    left: -6.25%; }
    .lt-ie8 .gw-pull-1-16 {
      left: -6%; }
  .gw-col-1-1 {
    width: 100%; }
    .lt-ie8 .gw-col-1-1 {
      width: 98%; }
  .gw-offset-1-1 {
    margin-left: 100%; }
    .lt-ie8 .gw-offset-1-1 {
      margin-left: 100%; }
  .gw-push-1-1 {
    left: 100%; }
    .lt-ie8 .gw-push-1-1 {
      left: 100%; }
  .gw-pull-1-1 {
    left: -100%; }
    .lt-ie8 .gw-pull-1-1 {
      left: -100%; } }

@media screen and (min-width: 641px) {
  .g-wrap {
    margin-left: -25px;
    clear: both; }
    .g-wrap:after {
      content: "";
      display: table;
      clear: both; }
    .lt-ie8 .g-wrap {
      margin-left: 0; }
  .gt-wrap--inline {
    font-size: 0; }
  .gt-wrap--flex {
    display: flex; }
  .gt-wrap--float {
    display: block; }
  .large-gutter {
    margin-left: -50px; }
    .large-gutter > .g-col,
    .large-gutter > [class*="g-col"] {
      padding-left: 50px; }
      .lt-ie8 .large-gutter > .g-col, .lt-ie8
      .large-gutter > [class*="g-col"] {
        padding-left: 50px; }
  .half-gutter {
    margin-left: -12.5px; }
    .half-gutter > .g-col,
    .half-gutter > [class*="g-col"] {
      padding-left: 12.5px; }
      .lt-ie8 .half-gutter > .g-col, .lt-ie8
      .half-gutter > [class*="g-col"] {
        padding-left: 12.5px; }
  .third-gutter {
    margin-left: -8.3333333333px; }
    .third-gutter > .g-col,
    .third-gutter > [class*="g-col"] {
      padding-left: 8.3333333333px; }
      .lt-ie8 .third-gutter > .g-col, .lt-ie8
      .third-gutter > [class*="g-col"] {
        padding-left: 8.3333333333px; }
  .quarter-gutter {
    margin-left: -6.25px; }
    .quarter-gutter > .g-col,
    .quarter-gutter > [class*="g-col"] {
      padding-left: 6.25px; }
      .lt-ie8 .quarter-gutter > .g-col, .lt-ie8
      .quarter-gutter > [class*="g-col"] {
        padding-left: 6.25px; }
  .no-gutter {
    margin-left: 0; }
    .no-gutter > .g-col,
    .no-gutter > [class*="g-col"] {
      padding-left: 0; }
      .lt-ie8 .no-gutter > .g-col, .lt-ie8
      .no-gutter > [class*="g-col"] {
        padding-left: 0; }
  .reset-gutter {
    margin-left: -25px; }
    .reset-gutter > .g-col,
    .reset-gutter > [class*="g-col"] {
      padding-left: 25px; }
      .lt-ie8 .reset-gutter > .g-col, .lt-ie8
      .reset-gutter > [class*="g-col"] {
        padding-left: 25px; }
  .center-cols .g-col *,
  .center-cols [class*="g-col"] * {
    text-align: center; }
  .g-col,
  [class*="g-col"] {
    padding-left: 25px; }
    .lt-ie8 .g-col, .lt-ie8
    [class*="g-col"] {
      padding-left: 2.5%; }
    .gt-wrap--inline .g-col, .gt-wrap--inline
    [class*="g-col"] {
      display: inline-block;
      float: none;
      vertical-align: top;
      text-align: left;
      font-size: 18px; }
    .gt-wrap--flex .g-col, .gt-wrap--flex
    [class*="g-col"] {
      float: none; }
    .gt-wrap--float .g-col, .gt-wrap--float
    [class*="g-col"] {
      float: left; }
  .gt-col,
  [class*="gt-col"] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
  .gt-wrap--inline--left {
    text-align: left; }
  .gt-wrap--inline--center {
    text-align: center; }
  .gt-wrap--inline--right {
    text-align: right; }
  .gt-wrap--flex--left {
    align-items: flex-start; }
  .gt-wrap--flex--center {
    justify-content: center; }
  .gt-wrap--flex--right {
    align-items: flex-end; }
  ul.g-wrap,
  ol.g-wrap {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    list-style: none; }
  li.g-col,
  li[class*="g-col"] {
    margin-left: 0; }
  .gt-col-0-1 {
    width: 0%; }
    .lt-ie8 .gt-col-0-1 {
      width: -2.5%; }
  .gt-offset-0-1 {
    margin-left: 0%; }
    .lt-ie8 .gt-offset-0-1 {
      margin-left: 0%; }
  .gt-push-0-1 {
    left: 0%; }
    .lt-ie8 .gt-push-0-1 {
      left: 0%; }
  .gt-pull-0-1 {
    left: 0%; }
    .lt-ie8 .gt-pull-0-1 {
      left: 0%; }
  .gt-col-1-2 {
    width: 50%; }
    .lt-ie8 .gt-col-1-2 {
      width: 47.5%; }
  .gt-offset-1-2 {
    margin-left: 50%; }
    .lt-ie8 .gt-offset-1-2 {
      margin-left: 50%; }
  .gt-push-1-2 {
    left: 50%; }
    .lt-ie8 .gt-push-1-2 {
      left: 50%; }
  .gt-pull-1-2 {
    left: -50%; }
    .lt-ie8 .gt-pull-1-2 {
      left: -50%; }
  .gt-col-1-3 {
    width: 33.3333333333%; }
    .lt-ie8 .gt-col-1-3 {
      width: 30.5%; }
  .gt-offset-1-3 {
    margin-left: 33.3333333333%; }
    .lt-ie8 .gt-offset-1-3 {
      margin-left: 33%; }
  .gt-push-1-3 {
    left: 33.3333333333%; }
    .lt-ie8 .gt-push-1-3 {
      left: 33%; }
  .gt-pull-1-3 {
    left: -33.3333333333%; }
    .lt-ie8 .gt-pull-1-3 {
      left: -33%; }
  .gt-col-2-3 {
    width: 66.6666666667%; }
    .lt-ie8 .gt-col-2-3 {
      width: 63.5%; }
  .gt-offset-2-3 {
    margin-left: 66.6666666667%; }
    .lt-ie8 .gt-offset-2-3 {
      margin-left: 66%; }
  .gt-push-2-3 {
    left: 66.6666666667%; }
    .lt-ie8 .gt-push-2-3 {
      left: 66%; }
  .gt-pull-2-3 {
    left: -66.6666666667%; }
    .lt-ie8 .gt-pull-2-3 {
      left: -66%; }
  .gt-col-1-4 {
    width: 25%; }
    .lt-ie8 .gt-col-1-4 {
      width: 22.5%; }
  .gt-offset-1-4 {
    margin-left: 25%; }
    .lt-ie8 .gt-offset-1-4 {
      margin-left: 25%; }
  .gt-push-1-4 {
    left: 25%; }
    .lt-ie8 .gt-push-1-4 {
      left: 25%; }
  .gt-pull-1-4 {
    left: -25%; }
    .lt-ie8 .gt-pull-1-4 {
      left: -25%; }
  .gt-col-3-4 {
    width: 75%; }
    .lt-ie8 .gt-col-3-4 {
      width: 72.5%; }
  .gt-offset-3-4 {
    margin-left: 75%; }
    .lt-ie8 .gt-offset-3-4 {
      margin-left: 75%; }
  .gt-push-3-4 {
    left: 75%; }
    .lt-ie8 .gt-push-3-4 {
      left: 75%; }
  .gt-pull-3-4 {
    left: -75%; }
    .lt-ie8 .gt-pull-3-4 {
      left: -75%; }
  .gt-col-1-5 {
    width: 20%; }
    .lt-ie8 .gt-col-1-5 {
      width: 17.5%; }
  .gt-offset-1-5 {
    margin-left: 20%; }
    .lt-ie8 .gt-offset-1-5 {
      margin-left: 20%; }
  .gt-push-1-5 {
    left: 20%; }
    .lt-ie8 .gt-push-1-5 {
      left: 20%; }
  .gt-pull-1-5 {
    left: -20%; }
    .lt-ie8 .gt-pull-1-5 {
      left: -20%; }
  .gt-col-2-5 {
    width: 40%; }
    .lt-ie8 .gt-col-2-5 {
      width: 37.5%; }
  .gt-offset-2-5 {
    margin-left: 40%; }
    .lt-ie8 .gt-offset-2-5 {
      margin-left: 40%; }
  .gt-push-2-5 {
    left: 40%; }
    .lt-ie8 .gt-push-2-5 {
      left: 40%; }
  .gt-pull-2-5 {
    left: -40%; }
    .lt-ie8 .gt-pull-2-5 {
      left: -40%; }
  .gt-col-3-5 {
    width: 60%; }
    .lt-ie8 .gt-col-3-5 {
      width: 57.5%; }
  .gt-offset-3-5 {
    margin-left: 60%; }
    .lt-ie8 .gt-offset-3-5 {
      margin-left: 60%; }
  .gt-push-3-5 {
    left: 60%; }
    .lt-ie8 .gt-push-3-5 {
      left: 60%; }
  .gt-pull-3-5 {
    left: -60%; }
    .lt-ie8 .gt-pull-3-5 {
      left: -60%; }
  .gt-col-4-5 {
    width: 80%; }
    .lt-ie8 .gt-col-4-5 {
      width: 77.5%; }
  .gt-offset-4-5 {
    margin-left: 80%; }
    .lt-ie8 .gt-offset-4-5 {
      margin-left: 80%; }
  .gt-push-4-5 {
    left: 80%; }
    .lt-ie8 .gt-push-4-5 {
      left: 80%; }
  .gt-pull-4-5 {
    left: -80%; }
    .lt-ie8 .gt-pull-4-5 {
      left: -80%; }
  .gt-col-1-6 {
    width: 16.6666666667%; }
    .lt-ie8 .gt-col-1-6 {
      width: 13.5%; }
  .gt-offset-1-6 {
    margin-left: 16.6666666667%; }
    .lt-ie8 .gt-offset-1-6 {
      margin-left: 16%; }
  .gt-push-1-6 {
    left: 16.6666666667%; }
    .lt-ie8 .gt-push-1-6 {
      left: 16%; }
  .gt-pull-1-6 {
    left: -16.6666666667%; }
    .lt-ie8 .gt-pull-1-6 {
      left: -16%; }
  .gt-col-2-6 {
    width: 33.3333333333%; }
    .lt-ie8 .gt-col-2-6 {
      width: 30.5%; }
  .gt-offset-2-6 {
    margin-left: 33.3333333333%; }
    .lt-ie8 .gt-offset-2-6 {
      margin-left: 33%; }
  .gt-push-2-6 {
    left: 33.3333333333%; }
    .lt-ie8 .gt-push-2-6 {
      left: 33%; }
  .gt-pull-2-6 {
    left: -33.3333333333%; }
    .lt-ie8 .gt-pull-2-6 {
      left: -33%; }
  .gt-col-3-6 {
    width: 50%; }
    .lt-ie8 .gt-col-3-6 {
      width: 47.5%; }
  .gt-offset-3-6 {
    margin-left: 50%; }
    .lt-ie8 .gt-offset-3-6 {
      margin-left: 50%; }
  .gt-push-3-6 {
    left: 50%; }
    .lt-ie8 .gt-push-3-6 {
      left: 50%; }
  .gt-pull-3-6 {
    left: -50%; }
    .lt-ie8 .gt-pull-3-6 {
      left: -50%; }
  .gt-col-4-6 {
    width: 66.6666666667%; }
    .lt-ie8 .gt-col-4-6 {
      width: 63.5%; }
  .gt-offset-4-6 {
    margin-left: 66.6666666667%; }
    .lt-ie8 .gt-offset-4-6 {
      margin-left: 66%; }
  .gt-push-4-6 {
    left: 66.6666666667%; }
    .lt-ie8 .gt-push-4-6 {
      left: 66%; }
  .gt-pull-4-6 {
    left: -66.6666666667%; }
    .lt-ie8 .gt-pull-4-6 {
      left: -66%; }
  .gt-col-5-6 {
    width: 83.3333333333%; }
    .lt-ie8 .gt-col-5-6 {
      width: 80.5%; }
  .gt-offset-5-6 {
    margin-left: 83.3333333333%; }
    .lt-ie8 .gt-offset-5-6 {
      margin-left: 83%; }
  .gt-push-5-6 {
    left: 83.3333333333%; }
    .lt-ie8 .gt-push-5-6 {
      left: 83%; }
  .gt-pull-5-6 {
    left: -83.3333333333%; }
    .lt-ie8 .gt-pull-5-6 {
      left: -83%; }
  .gt-col-1-7 {
    width: 14.2857142857%; }
    .lt-ie8 .gt-col-1-7 {
      width: 11.5%; }
  .gt-offset-1-7 {
    margin-left: 14.2857142857%; }
    .lt-ie8 .gt-offset-1-7 {
      margin-left: 14%; }
  .gt-push-1-7 {
    left: 14.2857142857%; }
    .lt-ie8 .gt-push-1-7 {
      left: 14%; }
  .gt-pull-1-7 {
    left: -14.2857142857%; }
    .lt-ie8 .gt-pull-1-7 {
      left: -14%; }
  .gt-col-3-7 {
    width: 42.8571428571%; }
    .lt-ie8 .gt-col-3-7 {
      width: 39.5%; }
  .gt-offset-3-7 {
    margin-left: 42.8571428571%; }
    .lt-ie8 .gt-offset-3-7 {
      margin-left: 42%; }
  .gt-push-3-7 {
    left: 42.8571428571%; }
    .lt-ie8 .gt-push-3-7 {
      left: 42%; }
  .gt-pull-3-7 {
    left: -42.8571428571%; }
    .lt-ie8 .gt-pull-3-7 {
      left: -42%; }
  .gt-col-4-7 {
    width: 57.1428571429%; }
    .lt-ie8 .gt-col-4-7 {
      width: 54.5%; }
  .gt-offset-4-7 {
    margin-left: 57.1428571429%; }
    .lt-ie8 .gt-offset-4-7 {
      margin-left: 57%; }
  .gt-push-4-7 {
    left: 57.1428571429%; }
    .lt-ie8 .gt-push-4-7 {
      left: 57%; }
  .gt-pull-4-7 {
    left: -57.1428571429%; }
    .lt-ie8 .gt-pull-4-7 {
      left: -57%; }
  .gt-col-6-7 {
    width: 85.7142857143%; }
    .lt-ie8 .gt-col-6-7 {
      width: 82.5%; }
  .gt-offset-6-7 {
    margin-left: 85.7142857143%; }
    .lt-ie8 .gt-offset-6-7 {
      margin-left: 85%; }
  .gt-push-6-7 {
    left: 85.7142857143%; }
    .lt-ie8 .gt-push-6-7 {
      left: 85%; }
  .gt-pull-6-7 {
    left: -85.7142857143%; }
    .lt-ie8 .gt-pull-6-7 {
      left: -85%; }
  .gt-col-1-8 {
    width: 12.5%; }
    .lt-ie8 .gt-col-1-8 {
      width: 9.5%; }
  .gt-offset-1-8 {
    margin-left: 12.5%; }
    .lt-ie8 .gt-offset-1-8 {
      margin-left: 12%; }
  .gt-push-1-8 {
    left: 12.5%; }
    .lt-ie8 .gt-push-1-8 {
      left: 12%; }
  .gt-pull-1-8 {
    left: -12.5%; }
    .lt-ie8 .gt-pull-1-8 {
      left: -12%; }
  .gt-col-7-8 {
    width: 87.5%; }
    .lt-ie8 .gt-col-7-8 {
      width: 84.5%; }
  .gt-offset-7-8 {
    margin-left: 87.5%; }
    .lt-ie8 .gt-offset-7-8 {
      margin-left: 87%; }
  .gt-push-7-8 {
    left: 87.5%; }
    .lt-ie8 .gt-push-7-8 {
      left: 87%; }
  .gt-pull-7-8 {
    left: -87.5%; }
    .lt-ie8 .gt-pull-7-8 {
      left: -87%; }
  .gt-col-1-10 {
    width: 10%; }
    .lt-ie8 .gt-col-1-10 {
      width: 7.5%; }
  .gt-offset-1-10 {
    margin-left: 10%; }
    .lt-ie8 .gt-offset-1-10 {
      margin-left: 10%; }
  .gt-push-1-10 {
    left: 10%; }
    .lt-ie8 .gt-push-1-10 {
      left: 10%; }
  .gt-pull-1-10 {
    left: -10%; }
    .lt-ie8 .gt-pull-1-10 {
      left: -10%; }
  .gt-col-7-10 {
    width: 70%; }
    .lt-ie8 .gt-col-7-10 {
      width: 67.5%; }
  .gt-offset-7-10 {
    margin-left: 70%; }
    .lt-ie8 .gt-offset-7-10 {
      margin-left: 70%; }
  .gt-push-7-10 {
    left: 70%; }
    .lt-ie8 .gt-push-7-10 {
      left: 70%; }
  .gt-pull-7-10 {
    left: -70%; }
    .lt-ie8 .gt-pull-7-10 {
      left: -70%; }
  .gt-col-1-12 {
    width: 8.3333333333%; }
    .lt-ie8 .gt-col-1-12 {
      width: 5.5%; }
  .gt-offset-1-12 {
    margin-left: 8.3333333333%; }
    .lt-ie8 .gt-offset-1-12 {
      margin-left: 8%; }
  .gt-push-1-12 {
    left: 8.3333333333%; }
    .lt-ie8 .gt-push-1-12 {
      left: 8%; }
  .gt-pull-1-12 {
    left: -8.3333333333%; }
    .lt-ie8 .gt-pull-1-12 {
      left: -8%; }
  .gt-col-5-12 {
    width: 41.6666666667%; }
    .lt-ie8 .gt-col-5-12 {
      width: 38.5%; }
  .gt-offset-5-12 {
    margin-left: 41.6666666667%; }
    .lt-ie8 .gt-offset-5-12 {
      margin-left: 41%; }
  .gt-push-5-12 {
    left: 41.6666666667%; }
    .lt-ie8 .gt-push-5-12 {
      left: 41%; }
  .gt-pull-5-12 {
    left: -41.6666666667%; }
    .lt-ie8 .gt-pull-5-12 {
      left: -41%; }
  .gt-col-7-12 {
    width: 58.3333333333%; }
    .lt-ie8 .gt-col-7-12 {
      width: 55.5%; }
  .gt-offset-7-12 {
    margin-left: 58.3333333333%; }
    .lt-ie8 .gt-offset-7-12 {
      margin-left: 58%; }
  .gt-push-7-12 {
    left: 58.3333333333%; }
    .lt-ie8 .gt-push-7-12 {
      left: 58%; }
  .gt-pull-7-12 {
    left: -58.3333333333%; }
    .lt-ie8 .gt-pull-7-12 {
      left: -58%; }
  .gt-col-11-12 {
    width: 91.6666666667%; }
    .lt-ie8 .gt-col-11-12 {
      width: 88.5%; }
  .gt-offset-11-12 {
    margin-left: 91.6666666667%; }
    .lt-ie8 .gt-offset-11-12 {
      margin-left: 91%; }
  .gt-push-11-12 {
    left: 91.6666666667%; }
    .lt-ie8 .gt-push-11-12 {
      left: 91%; }
  .gt-pull-11-12 {
    left: -91.6666666667%; }
    .lt-ie8 .gt-pull-11-12 {
      left: -91%; }
  .gt-col-1-16 {
    width: 6.25%; }
    .lt-ie8 .gt-col-1-16 {
      width: 3.5%; }
  .gt-offset-1-16 {
    margin-left: 6.25%; }
    .lt-ie8 .gt-offset-1-16 {
      margin-left: 6%; }
  .gt-push-1-16 {
    left: 6.25%; }
    .lt-ie8 .gt-push-1-16 {
      left: 6%; }
  .gt-pull-1-16 {
    left: -6.25%; }
    .lt-ie8 .gt-pull-1-16 {
      left: -6%; }
  .gt-col-1-1 {
    width: 100%; }
    .lt-ie8 .gt-col-1-1 {
      width: 97.5%; }
  .gt-offset-1-1 {
    margin-left: 100%; }
    .lt-ie8 .gt-offset-1-1 {
      margin-left: 100%; }
  .gt-push-1-1 {
    left: 100%; }
    .lt-ie8 .gt-push-1-1 {
      left: 100%; }
  .gt-pull-1-1 {
    left: -100%; }
    .lt-ie8 .gt-pull-1-1 {
      left: -100%; } }

@media screen and (min-width: 769px) {
  .g-wrap {
    margin-left: -30px;
    clear: both; }
    .g-wrap:after {
      content: "";
      display: table;
      clear: both; }
    .lt-ie8 .g-wrap {
      margin-left: 0; }
  .gtw-wrap--inline {
    font-size: 0; }
  .gtw-wrap--flex {
    display: flex; }
  .gtw-wrap--float {
    display: block; }
  .large-gutter {
    margin-left: -60px; }
    .large-gutter > .g-col,
    .large-gutter > [class*="g-col"] {
      padding-left: 60px; }
      .lt-ie8 .large-gutter > .g-col, .lt-ie8
      .large-gutter > [class*="g-col"] {
        padding-left: 60px; }
  .half-gutter {
    margin-left: -15px; }
    .half-gutter > .g-col,
    .half-gutter > [class*="g-col"] {
      padding-left: 15px; }
      .lt-ie8 .half-gutter > .g-col, .lt-ie8
      .half-gutter > [class*="g-col"] {
        padding-left: 15px; }
  .third-gutter {
    margin-left: -10px; }
    .third-gutter > .g-col,
    .third-gutter > [class*="g-col"] {
      padding-left: 10px; }
      .lt-ie8 .third-gutter > .g-col, .lt-ie8
      .third-gutter > [class*="g-col"] {
        padding-left: 10px; }
  .quarter-gutter {
    margin-left: -7.5px; }
    .quarter-gutter > .g-col,
    .quarter-gutter > [class*="g-col"] {
      padding-left: 7.5px; }
      .lt-ie8 .quarter-gutter > .g-col, .lt-ie8
      .quarter-gutter > [class*="g-col"] {
        padding-left: 7.5px; }
  .no-gutter {
    margin-left: 0; }
    .no-gutter > .g-col,
    .no-gutter > [class*="g-col"] {
      padding-left: 0; }
      .lt-ie8 .no-gutter > .g-col, .lt-ie8
      .no-gutter > [class*="g-col"] {
        padding-left: 0; }
  .reset-gutter {
    margin-left: -30px; }
    .reset-gutter > .g-col,
    .reset-gutter > [class*="g-col"] {
      padding-left: 30px; }
      .lt-ie8 .reset-gutter > .g-col, .lt-ie8
      .reset-gutter > [class*="g-col"] {
        padding-left: 30px; }
  .center-cols .g-col *,
  .center-cols [class*="g-col"] * {
    text-align: center; }
  .g-col,
  [class*="g-col"] {
    padding-left: 30px; }
    .lt-ie8 .g-col, .lt-ie8
    [class*="g-col"] {
      padding-left: 3%; }
    .gtw-wrap--inline .g-col, .gtw-wrap--inline
    [class*="g-col"] {
      display: inline-block;
      float: none;
      vertical-align: top;
      text-align: left;
      font-size: 18px; }
    .gtw-wrap--flex .g-col, .gtw-wrap--flex
    [class*="g-col"] {
      float: none; }
    .gtw-wrap--float .g-col, .gtw-wrap--float
    [class*="g-col"] {
      float: left; }
  .gtw-col,
  [class*="gtw-col"] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
  .gtw-wrap--inline--left {
    text-align: left; }
  .gtw-wrap--inline--center {
    text-align: center; }
  .gtw-wrap--inline--right {
    text-align: right; }
  .gtw-wrap--flex--left {
    align-items: flex-start; }
  .gtw-wrap--flex--center {
    justify-content: center; }
  .gtw-wrap--flex--right {
    align-items: flex-end; }
  ul.g-wrap,
  ol.g-wrap {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    list-style: none; }
  li.g-col,
  li[class*="g-col"] {
    margin-left: 0; }
  .gtw-col-0-1 {
    width: 0%; }
    .lt-ie8 .gtw-col-0-1 {
      width: -3%; }
  .gtw-offset-0-1 {
    margin-left: 0%; }
    .lt-ie8 .gtw-offset-0-1 {
      margin-left: 0%; }
  .gtw-push-0-1 {
    left: 0%; }
    .lt-ie8 .gtw-push-0-1 {
      left: 0%; }
  .gtw-pull-0-1 {
    left: 0%; }
    .lt-ie8 .gtw-pull-0-1 {
      left: 0%; }
  .gtw-col-1-2 {
    width: 50%; }
    .lt-ie8 .gtw-col-1-2 {
      width: 47%; }
  .gtw-offset-1-2 {
    margin-left: 50%; }
    .lt-ie8 .gtw-offset-1-2 {
      margin-left: 50%; }
  .gtw-push-1-2 {
    left: 50%; }
    .lt-ie8 .gtw-push-1-2 {
      left: 50%; }
  .gtw-pull-1-2 {
    left: -50%; }
    .lt-ie8 .gtw-pull-1-2 {
      left: -50%; }
  .gtw-col-1-3 {
    width: 33.3333333333%; }
    .lt-ie8 .gtw-col-1-3 {
      width: 30%; }
  .gtw-offset-1-3 {
    margin-left: 33.3333333333%; }
    .lt-ie8 .gtw-offset-1-3 {
      margin-left: 33%; }
  .gtw-push-1-3 {
    left: 33.3333333333%; }
    .lt-ie8 .gtw-push-1-3 {
      left: 33%; }
  .gtw-pull-1-3 {
    left: -33.3333333333%; }
    .lt-ie8 .gtw-pull-1-3 {
      left: -33%; }
  .gtw-col-2-3 {
    width: 66.6666666667%; }
    .lt-ie8 .gtw-col-2-3 {
      width: 63%; }
  .gtw-offset-2-3 {
    margin-left: 66.6666666667%; }
    .lt-ie8 .gtw-offset-2-3 {
      margin-left: 66%; }
  .gtw-push-2-3 {
    left: 66.6666666667%; }
    .lt-ie8 .gtw-push-2-3 {
      left: 66%; }
  .gtw-pull-2-3 {
    left: -66.6666666667%; }
    .lt-ie8 .gtw-pull-2-3 {
      left: -66%; }
  .gtw-col-1-4 {
    width: 25%; }
    .lt-ie8 .gtw-col-1-4 {
      width: 22%; }
  .gtw-offset-1-4 {
    margin-left: 25%; }
    .lt-ie8 .gtw-offset-1-4 {
      margin-left: 25%; }
  .gtw-push-1-4 {
    left: 25%; }
    .lt-ie8 .gtw-push-1-4 {
      left: 25%; }
  .gtw-pull-1-4 {
    left: -25%; }
    .lt-ie8 .gtw-pull-1-4 {
      left: -25%; }
  .gtw-col-3-4 {
    width: 75%; }
    .lt-ie8 .gtw-col-3-4 {
      width: 72%; }
  .gtw-offset-3-4 {
    margin-left: 75%; }
    .lt-ie8 .gtw-offset-3-4 {
      margin-left: 75%; }
  .gtw-push-3-4 {
    left: 75%; }
    .lt-ie8 .gtw-push-3-4 {
      left: 75%; }
  .gtw-pull-3-4 {
    left: -75%; }
    .lt-ie8 .gtw-pull-3-4 {
      left: -75%; }
  .gtw-col-1-5 {
    width: 20%; }
    .lt-ie8 .gtw-col-1-5 {
      width: 17%; }
  .gtw-offset-1-5 {
    margin-left: 20%; }
    .lt-ie8 .gtw-offset-1-5 {
      margin-left: 20%; }
  .gtw-push-1-5 {
    left: 20%; }
    .lt-ie8 .gtw-push-1-5 {
      left: 20%; }
  .gtw-pull-1-5 {
    left: -20%; }
    .lt-ie8 .gtw-pull-1-5 {
      left: -20%; }
  .gtw-col-2-5 {
    width: 40%; }
    .lt-ie8 .gtw-col-2-5 {
      width: 37%; }
  .gtw-offset-2-5 {
    margin-left: 40%; }
    .lt-ie8 .gtw-offset-2-5 {
      margin-left: 40%; }
  .gtw-push-2-5 {
    left: 40%; }
    .lt-ie8 .gtw-push-2-5 {
      left: 40%; }
  .gtw-pull-2-5 {
    left: -40%; }
    .lt-ie8 .gtw-pull-2-5 {
      left: -40%; }
  .gtw-col-3-5 {
    width: 60%; }
    .lt-ie8 .gtw-col-3-5 {
      width: 57%; }
  .gtw-offset-3-5 {
    margin-left: 60%; }
    .lt-ie8 .gtw-offset-3-5 {
      margin-left: 60%; }
  .gtw-push-3-5 {
    left: 60%; }
    .lt-ie8 .gtw-push-3-5 {
      left: 60%; }
  .gtw-pull-3-5 {
    left: -60%; }
    .lt-ie8 .gtw-pull-3-5 {
      left: -60%; }
  .gtw-col-4-5 {
    width: 80%; }
    .lt-ie8 .gtw-col-4-5 {
      width: 77%; }
  .gtw-offset-4-5 {
    margin-left: 80%; }
    .lt-ie8 .gtw-offset-4-5 {
      margin-left: 80%; }
  .gtw-push-4-5 {
    left: 80%; }
    .lt-ie8 .gtw-push-4-5 {
      left: 80%; }
  .gtw-pull-4-5 {
    left: -80%; }
    .lt-ie8 .gtw-pull-4-5 {
      left: -80%; }
  .gtw-col-1-6 {
    width: 16.6666666667%; }
    .lt-ie8 .gtw-col-1-6 {
      width: 13%; }
  .gtw-offset-1-6 {
    margin-left: 16.6666666667%; }
    .lt-ie8 .gtw-offset-1-6 {
      margin-left: 16%; }
  .gtw-push-1-6 {
    left: 16.6666666667%; }
    .lt-ie8 .gtw-push-1-6 {
      left: 16%; }
  .gtw-pull-1-6 {
    left: -16.6666666667%; }
    .lt-ie8 .gtw-pull-1-6 {
      left: -16%; }
  .gtw-col-2-6 {
    width: 33.3333333333%; }
    .lt-ie8 .gtw-col-2-6 {
      width: 30%; }
  .gtw-offset-2-6 {
    margin-left: 33.3333333333%; }
    .lt-ie8 .gtw-offset-2-6 {
      margin-left: 33%; }
  .gtw-push-2-6 {
    left: 33.3333333333%; }
    .lt-ie8 .gtw-push-2-6 {
      left: 33%; }
  .gtw-pull-2-6 {
    left: -33.3333333333%; }
    .lt-ie8 .gtw-pull-2-6 {
      left: -33%; }
  .gtw-col-3-6 {
    width: 50%; }
    .lt-ie8 .gtw-col-3-6 {
      width: 47%; }
  .gtw-offset-3-6 {
    margin-left: 50%; }
    .lt-ie8 .gtw-offset-3-6 {
      margin-left: 50%; }
  .gtw-push-3-6 {
    left: 50%; }
    .lt-ie8 .gtw-push-3-6 {
      left: 50%; }
  .gtw-pull-3-6 {
    left: -50%; }
    .lt-ie8 .gtw-pull-3-6 {
      left: -50%; }
  .gtw-col-4-6 {
    width: 66.6666666667%; }
    .lt-ie8 .gtw-col-4-6 {
      width: 63%; }
  .gtw-offset-4-6 {
    margin-left: 66.6666666667%; }
    .lt-ie8 .gtw-offset-4-6 {
      margin-left: 66%; }
  .gtw-push-4-6 {
    left: 66.6666666667%; }
    .lt-ie8 .gtw-push-4-6 {
      left: 66%; }
  .gtw-pull-4-6 {
    left: -66.6666666667%; }
    .lt-ie8 .gtw-pull-4-6 {
      left: -66%; }
  .gtw-col-5-6 {
    width: 83.3333333333%; }
    .lt-ie8 .gtw-col-5-6 {
      width: 80%; }
  .gtw-offset-5-6 {
    margin-left: 83.3333333333%; }
    .lt-ie8 .gtw-offset-5-6 {
      margin-left: 83%; }
  .gtw-push-5-6 {
    left: 83.3333333333%; }
    .lt-ie8 .gtw-push-5-6 {
      left: 83%; }
  .gtw-pull-5-6 {
    left: -83.3333333333%; }
    .lt-ie8 .gtw-pull-5-6 {
      left: -83%; }
  .gtw-col-1-7 {
    width: 14.2857142857%; }
    .lt-ie8 .gtw-col-1-7 {
      width: 11%; }
  .gtw-offset-1-7 {
    margin-left: 14.2857142857%; }
    .lt-ie8 .gtw-offset-1-7 {
      margin-left: 14%; }
  .gtw-push-1-7 {
    left: 14.2857142857%; }
    .lt-ie8 .gtw-push-1-7 {
      left: 14%; }
  .gtw-pull-1-7 {
    left: -14.2857142857%; }
    .lt-ie8 .gtw-pull-1-7 {
      left: -14%; }
  .gtw-col-3-7 {
    width: 42.8571428571%; }
    .lt-ie8 .gtw-col-3-7 {
      width: 39%; }
  .gtw-offset-3-7 {
    margin-left: 42.8571428571%; }
    .lt-ie8 .gtw-offset-3-7 {
      margin-left: 42%; }
  .gtw-push-3-7 {
    left: 42.8571428571%; }
    .lt-ie8 .gtw-push-3-7 {
      left: 42%; }
  .gtw-pull-3-7 {
    left: -42.8571428571%; }
    .lt-ie8 .gtw-pull-3-7 {
      left: -42%; }
  .gtw-col-4-7 {
    width: 57.1428571429%; }
    .lt-ie8 .gtw-col-4-7 {
      width: 54%; }
  .gtw-offset-4-7 {
    margin-left: 57.1428571429%; }
    .lt-ie8 .gtw-offset-4-7 {
      margin-left: 57%; }
  .gtw-push-4-7 {
    left: 57.1428571429%; }
    .lt-ie8 .gtw-push-4-7 {
      left: 57%; }
  .gtw-pull-4-7 {
    left: -57.1428571429%; }
    .lt-ie8 .gtw-pull-4-7 {
      left: -57%; }
  .gtw-col-6-7 {
    width: 85.7142857143%; }
    .lt-ie8 .gtw-col-6-7 {
      width: 82%; }
  .gtw-offset-6-7 {
    margin-left: 85.7142857143%; }
    .lt-ie8 .gtw-offset-6-7 {
      margin-left: 85%; }
  .gtw-push-6-7 {
    left: 85.7142857143%; }
    .lt-ie8 .gtw-push-6-7 {
      left: 85%; }
  .gtw-pull-6-7 {
    left: -85.7142857143%; }
    .lt-ie8 .gtw-pull-6-7 {
      left: -85%; }
  .gtw-col-1-8 {
    width: 12.5%; }
    .lt-ie8 .gtw-col-1-8 {
      width: 9%; }
  .gtw-offset-1-8 {
    margin-left: 12.5%; }
    .lt-ie8 .gtw-offset-1-8 {
      margin-left: 12%; }
  .gtw-push-1-8 {
    left: 12.5%; }
    .lt-ie8 .gtw-push-1-8 {
      left: 12%; }
  .gtw-pull-1-8 {
    left: -12.5%; }
    .lt-ie8 .gtw-pull-1-8 {
      left: -12%; }
  .gtw-col-7-8 {
    width: 87.5%; }
    .lt-ie8 .gtw-col-7-8 {
      width: 84%; }
  .gtw-offset-7-8 {
    margin-left: 87.5%; }
    .lt-ie8 .gtw-offset-7-8 {
      margin-left: 87%; }
  .gtw-push-7-8 {
    left: 87.5%; }
    .lt-ie8 .gtw-push-7-8 {
      left: 87%; }
  .gtw-pull-7-8 {
    left: -87.5%; }
    .lt-ie8 .gtw-pull-7-8 {
      left: -87%; }
  .gtw-col-1-10 {
    width: 10%; }
    .lt-ie8 .gtw-col-1-10 {
      width: 7%; }
  .gtw-offset-1-10 {
    margin-left: 10%; }
    .lt-ie8 .gtw-offset-1-10 {
      margin-left: 10%; }
  .gtw-push-1-10 {
    left: 10%; }
    .lt-ie8 .gtw-push-1-10 {
      left: 10%; }
  .gtw-pull-1-10 {
    left: -10%; }
    .lt-ie8 .gtw-pull-1-10 {
      left: -10%; }
  .gtw-col-7-10 {
    width: 70%; }
    .lt-ie8 .gtw-col-7-10 {
      width: 67%; }
  .gtw-offset-7-10 {
    margin-left: 70%; }
    .lt-ie8 .gtw-offset-7-10 {
      margin-left: 70%; }
  .gtw-push-7-10 {
    left: 70%; }
    .lt-ie8 .gtw-push-7-10 {
      left: 70%; }
  .gtw-pull-7-10 {
    left: -70%; }
    .lt-ie8 .gtw-pull-7-10 {
      left: -70%; }
  .gtw-col-1-12 {
    width: 8.3333333333%; }
    .lt-ie8 .gtw-col-1-12 {
      width: 5%; }
  .gtw-offset-1-12 {
    margin-left: 8.3333333333%; }
    .lt-ie8 .gtw-offset-1-12 {
      margin-left: 8%; }
  .gtw-push-1-12 {
    left: 8.3333333333%; }
    .lt-ie8 .gtw-push-1-12 {
      left: 8%; }
  .gtw-pull-1-12 {
    left: -8.3333333333%; }
    .lt-ie8 .gtw-pull-1-12 {
      left: -8%; }
  .gtw-col-5-12 {
    width: 41.6666666667%; }
    .lt-ie8 .gtw-col-5-12 {
      width: 38%; }
  .gtw-offset-5-12 {
    margin-left: 41.6666666667%; }
    .lt-ie8 .gtw-offset-5-12 {
      margin-left: 41%; }
  .gtw-push-5-12 {
    left: 41.6666666667%; }
    .lt-ie8 .gtw-push-5-12 {
      left: 41%; }
  .gtw-pull-5-12 {
    left: -41.6666666667%; }
    .lt-ie8 .gtw-pull-5-12 {
      left: -41%; }
  .gtw-col-7-12 {
    width: 58.3333333333%; }
    .lt-ie8 .gtw-col-7-12 {
      width: 55%; }
  .gtw-offset-7-12 {
    margin-left: 58.3333333333%; }
    .lt-ie8 .gtw-offset-7-12 {
      margin-left: 58%; }
  .gtw-push-7-12 {
    left: 58.3333333333%; }
    .lt-ie8 .gtw-push-7-12 {
      left: 58%; }
  .gtw-pull-7-12 {
    left: -58.3333333333%; }
    .lt-ie8 .gtw-pull-7-12 {
      left: -58%; }
  .gtw-col-11-12 {
    width: 91.6666666667%; }
    .lt-ie8 .gtw-col-11-12 {
      width: 88%; }
  .gtw-offset-11-12 {
    margin-left: 91.6666666667%; }
    .lt-ie8 .gtw-offset-11-12 {
      margin-left: 91%; }
  .gtw-push-11-12 {
    left: 91.6666666667%; }
    .lt-ie8 .gtw-push-11-12 {
      left: 91%; }
  .gtw-pull-11-12 {
    left: -91.6666666667%; }
    .lt-ie8 .gtw-pull-11-12 {
      left: -91%; }
  .gtw-col-1-16 {
    width: 6.25%; }
    .lt-ie8 .gtw-col-1-16 {
      width: 3%; }
  .gtw-offset-1-16 {
    margin-left: 6.25%; }
    .lt-ie8 .gtw-offset-1-16 {
      margin-left: 6%; }
  .gtw-push-1-16 {
    left: 6.25%; }
    .lt-ie8 .gtw-push-1-16 {
      left: 6%; }
  .gtw-pull-1-16 {
    left: -6.25%; }
    .lt-ie8 .gtw-pull-1-16 {
      left: -6%; }
  .gtw-col-1-1 {
    width: 100%; }
    .lt-ie8 .gtw-col-1-1 {
      width: 97%; }
  .gtw-offset-1-1 {
    margin-left: 100%; }
    .lt-ie8 .gtw-offset-1-1 {
      margin-left: 100%; }
  .gtw-push-1-1 {
    left: 100%; }
    .lt-ie8 .gtw-push-1-1 {
      left: 100%; }
  .gtw-pull-1-1 {
    left: -100%; }
    .lt-ie8 .gtw-pull-1-1 {
      left: -100%; } }

@media screen and (min-width: 1025px) {
  .g-wrap {
    margin-left: -35px;
    clear: both; }
    .g-wrap:after {
      content: "";
      display: table;
      clear: both; }
    .lt-ie8 .g-wrap {
      margin-left: 0; }
  .gd-wrap--inline {
    font-size: 0; }
  .gd-wrap--flex {
    display: flex; }
  .gd-wrap--float {
    display: block; }
  .large-gutter {
    margin-left: -70px; }
    .large-gutter > .g-col,
    .large-gutter > [class*="g-col"] {
      padding-left: 70px; }
      .lt-ie8 .large-gutter > .g-col, .lt-ie8
      .large-gutter > [class*="g-col"] {
        padding-left: 70px; }
  .half-gutter {
    margin-left: -17.5px; }
    .half-gutter > .g-col,
    .half-gutter > [class*="g-col"] {
      padding-left: 17.5px; }
      .lt-ie8 .half-gutter > .g-col, .lt-ie8
      .half-gutter > [class*="g-col"] {
        padding-left: 17.5px; }
  .third-gutter {
    margin-left: -11.6666666667px; }
    .third-gutter > .g-col,
    .third-gutter > [class*="g-col"] {
      padding-left: 11.6666666667px; }
      .lt-ie8 .third-gutter > .g-col, .lt-ie8
      .third-gutter > [class*="g-col"] {
        padding-left: 11.6666666667px; }
  .quarter-gutter {
    margin-left: -8.75px; }
    .quarter-gutter > .g-col,
    .quarter-gutter > [class*="g-col"] {
      padding-left: 8.75px; }
      .lt-ie8 .quarter-gutter > .g-col, .lt-ie8
      .quarter-gutter > [class*="g-col"] {
        padding-left: 8.75px; }
  .no-gutter {
    margin-left: 0; }
    .no-gutter > .g-col,
    .no-gutter > [class*="g-col"] {
      padding-left: 0; }
      .lt-ie8 .no-gutter > .g-col, .lt-ie8
      .no-gutter > [class*="g-col"] {
        padding-left: 0; }
  .reset-gutter {
    margin-left: -35px; }
    .reset-gutter > .g-col,
    .reset-gutter > [class*="g-col"] {
      padding-left: 35px; }
      .lt-ie8 .reset-gutter > .g-col, .lt-ie8
      .reset-gutter > [class*="g-col"] {
        padding-left: 35px; }
  .center-cols .g-col *,
  .center-cols [class*="g-col"] * {
    text-align: center; }
  .g-col,
  [class*="g-col"] {
    padding-left: 35px; }
    .lt-ie8 .g-col, .lt-ie8
    [class*="g-col"] {
      padding-left: 3.5%; }
    .gd-wrap--inline .g-col, .gd-wrap--inline
    [class*="g-col"] {
      display: inline-block;
      float: none;
      vertical-align: top;
      text-align: left;
      font-size: 18px; }
    .gd-wrap--flex .g-col, .gd-wrap--flex
    [class*="g-col"] {
      float: none; }
    .gd-wrap--float .g-col, .gd-wrap--float
    [class*="g-col"] {
      float: left; }
  .gd-col,
  [class*="gd-col"] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
  .gd-wrap--inline--left {
    text-align: left; }
  .gd-wrap--inline--center {
    text-align: center; }
  .gd-wrap--inline--right {
    text-align: right; }
  .gd-wrap--flex--left {
    align-items: flex-start; }
  .gd-wrap--flex--center {
    justify-content: center; }
  .gd-wrap--flex--right {
    align-items: flex-end; }
  ul.g-wrap,
  ol.g-wrap {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    list-style: none; }
  li.g-col,
  li[class*="g-col"] {
    margin-left: 0; }
  .gd-col-0-1 {
    width: 0%; }
    .lt-ie8 .gd-col-0-1 {
      width: -3.5%; }
  .gd-offset-0-1 {
    margin-left: 0%; }
    .lt-ie8 .gd-offset-0-1 {
      margin-left: 0%; }
  .gd-push-0-1 {
    left: 0%; }
    .lt-ie8 .gd-push-0-1 {
      left: 0%; }
  .gd-pull-0-1 {
    left: 0%; }
    .lt-ie8 .gd-pull-0-1 {
      left: 0%; }
  .gd-col-1-2 {
    width: 50%; }
    .lt-ie8 .gd-col-1-2 {
      width: 46.5%; }
  .gd-offset-1-2 {
    margin-left: 50%; }
    .lt-ie8 .gd-offset-1-2 {
      margin-left: 50%; }
  .gd-push-1-2 {
    left: 50%; }
    .lt-ie8 .gd-push-1-2 {
      left: 50%; }
  .gd-pull-1-2 {
    left: -50%; }
    .lt-ie8 .gd-pull-1-2 {
      left: -50%; }
  .gd-col-1-3 {
    width: 33.3333333333%; }
    .lt-ie8 .gd-col-1-3 {
      width: 29.5%; }
  .gd-offset-1-3 {
    margin-left: 33.3333333333%; }
    .lt-ie8 .gd-offset-1-3 {
      margin-left: 33%; }
  .gd-push-1-3 {
    left: 33.3333333333%; }
    .lt-ie8 .gd-push-1-3 {
      left: 33%; }
  .gd-pull-1-3 {
    left: -33.3333333333%; }
    .lt-ie8 .gd-pull-1-3 {
      left: -33%; }
  .gd-col-2-3 {
    width: 66.6666666667%; }
    .lt-ie8 .gd-col-2-3 {
      width: 62.5%; }
  .gd-offset-2-3 {
    margin-left: 66.6666666667%; }
    .lt-ie8 .gd-offset-2-3 {
      margin-left: 66%; }
  .gd-push-2-3 {
    left: 66.6666666667%; }
    .lt-ie8 .gd-push-2-3 {
      left: 66%; }
  .gd-pull-2-3 {
    left: -66.6666666667%; }
    .lt-ie8 .gd-pull-2-3 {
      left: -66%; }
  .gd-col-1-4 {
    width: 25%; }
    .lt-ie8 .gd-col-1-4 {
      width: 21.5%; }
  .gd-offset-1-4 {
    margin-left: 25%; }
    .lt-ie8 .gd-offset-1-4 {
      margin-left: 25%; }
  .gd-push-1-4 {
    left: 25%; }
    .lt-ie8 .gd-push-1-4 {
      left: 25%; }
  .gd-pull-1-4 {
    left: -25%; }
    .lt-ie8 .gd-pull-1-4 {
      left: -25%; }
  .gd-col-3-4 {
    width: 75%; }
    .lt-ie8 .gd-col-3-4 {
      width: 71.5%; }
  .gd-offset-3-4 {
    margin-left: 75%; }
    .lt-ie8 .gd-offset-3-4 {
      margin-left: 75%; }
  .gd-push-3-4 {
    left: 75%; }
    .lt-ie8 .gd-push-3-4 {
      left: 75%; }
  .gd-pull-3-4 {
    left: -75%; }
    .lt-ie8 .gd-pull-3-4 {
      left: -75%; }
  .gd-col-1-5 {
    width: 20%; }
    .lt-ie8 .gd-col-1-5 {
      width: 16.5%; }
  .gd-offset-1-5 {
    margin-left: 20%; }
    .lt-ie8 .gd-offset-1-5 {
      margin-left: 20%; }
  .gd-push-1-5 {
    left: 20%; }
    .lt-ie8 .gd-push-1-5 {
      left: 20%; }
  .gd-pull-1-5 {
    left: -20%; }
    .lt-ie8 .gd-pull-1-5 {
      left: -20%; }
  .gd-col-2-5 {
    width: 40%; }
    .lt-ie8 .gd-col-2-5 {
      width: 36.5%; }
  .gd-offset-2-5 {
    margin-left: 40%; }
    .lt-ie8 .gd-offset-2-5 {
      margin-left: 40%; }
  .gd-push-2-5 {
    left: 40%; }
    .lt-ie8 .gd-push-2-5 {
      left: 40%; }
  .gd-pull-2-5 {
    left: -40%; }
    .lt-ie8 .gd-pull-2-5 {
      left: -40%; }
  .gd-col-3-5 {
    width: 60%; }
    .lt-ie8 .gd-col-3-5 {
      width: 56.5%; }
  .gd-offset-3-5 {
    margin-left: 60%; }
    .lt-ie8 .gd-offset-3-5 {
      margin-left: 60%; }
  .gd-push-3-5 {
    left: 60%; }
    .lt-ie8 .gd-push-3-5 {
      left: 60%; }
  .gd-pull-3-5 {
    left: -60%; }
    .lt-ie8 .gd-pull-3-5 {
      left: -60%; }
  .gd-col-4-5 {
    width: 80%; }
    .lt-ie8 .gd-col-4-5 {
      width: 76.5%; }
  .gd-offset-4-5 {
    margin-left: 80%; }
    .lt-ie8 .gd-offset-4-5 {
      margin-left: 80%; }
  .gd-push-4-5 {
    left: 80%; }
    .lt-ie8 .gd-push-4-5 {
      left: 80%; }
  .gd-pull-4-5 {
    left: -80%; }
    .lt-ie8 .gd-pull-4-5 {
      left: -80%; }
  .gd-col-1-6 {
    width: 16.6666666667%; }
    .lt-ie8 .gd-col-1-6 {
      width: 12.5%; }
  .gd-offset-1-6 {
    margin-left: 16.6666666667%; }
    .lt-ie8 .gd-offset-1-6 {
      margin-left: 16%; }
  .gd-push-1-6 {
    left: 16.6666666667%; }
    .lt-ie8 .gd-push-1-6 {
      left: 16%; }
  .gd-pull-1-6 {
    left: -16.6666666667%; }
    .lt-ie8 .gd-pull-1-6 {
      left: -16%; }
  .gd-col-2-6 {
    width: 33.3333333333%; }
    .lt-ie8 .gd-col-2-6 {
      width: 29.5%; }
  .gd-offset-2-6 {
    margin-left: 33.3333333333%; }
    .lt-ie8 .gd-offset-2-6 {
      margin-left: 33%; }
  .gd-push-2-6 {
    left: 33.3333333333%; }
    .lt-ie8 .gd-push-2-6 {
      left: 33%; }
  .gd-pull-2-6 {
    left: -33.3333333333%; }
    .lt-ie8 .gd-pull-2-6 {
      left: -33%; }
  .gd-col-3-6 {
    width: 50%; }
    .lt-ie8 .gd-col-3-6 {
      width: 46.5%; }
  .gd-offset-3-6 {
    margin-left: 50%; }
    .lt-ie8 .gd-offset-3-6 {
      margin-left: 50%; }
  .gd-push-3-6 {
    left: 50%; }
    .lt-ie8 .gd-push-3-6 {
      left: 50%; }
  .gd-pull-3-6 {
    left: -50%; }
    .lt-ie8 .gd-pull-3-6 {
      left: -50%; }
  .gd-col-4-6 {
    width: 66.6666666667%; }
    .lt-ie8 .gd-col-4-6 {
      width: 62.5%; }
  .gd-offset-4-6 {
    margin-left: 66.6666666667%; }
    .lt-ie8 .gd-offset-4-6 {
      margin-left: 66%; }
  .gd-push-4-6 {
    left: 66.6666666667%; }
    .lt-ie8 .gd-push-4-6 {
      left: 66%; }
  .gd-pull-4-6 {
    left: -66.6666666667%; }
    .lt-ie8 .gd-pull-4-6 {
      left: -66%; }
  .gd-col-5-6 {
    width: 83.3333333333%; }
    .lt-ie8 .gd-col-5-6 {
      width: 79.5%; }
  .gd-offset-5-6 {
    margin-left: 83.3333333333%; }
    .lt-ie8 .gd-offset-5-6 {
      margin-left: 83%; }
  .gd-push-5-6 {
    left: 83.3333333333%; }
    .lt-ie8 .gd-push-5-6 {
      left: 83%; }
  .gd-pull-5-6 {
    left: -83.3333333333%; }
    .lt-ie8 .gd-pull-5-6 {
      left: -83%; }
  .gd-col-1-7 {
    width: 14.2857142857%; }
    .lt-ie8 .gd-col-1-7 {
      width: 10.5%; }
  .gd-offset-1-7 {
    margin-left: 14.2857142857%; }
    .lt-ie8 .gd-offset-1-7 {
      margin-left: 14%; }
  .gd-push-1-7 {
    left: 14.2857142857%; }
    .lt-ie8 .gd-push-1-7 {
      left: 14%; }
  .gd-pull-1-7 {
    left: -14.2857142857%; }
    .lt-ie8 .gd-pull-1-7 {
      left: -14%; }
  .gd-col-3-7 {
    width: 42.8571428571%; }
    .lt-ie8 .gd-col-3-7 {
      width: 38.5%; }
  .gd-offset-3-7 {
    margin-left: 42.8571428571%; }
    .lt-ie8 .gd-offset-3-7 {
      margin-left: 42%; }
  .gd-push-3-7 {
    left: 42.8571428571%; }
    .lt-ie8 .gd-push-3-7 {
      left: 42%; }
  .gd-pull-3-7 {
    left: -42.8571428571%; }
    .lt-ie8 .gd-pull-3-7 {
      left: -42%; }
  .gd-col-4-7 {
    width: 57.1428571429%; }
    .lt-ie8 .gd-col-4-7 {
      width: 53.5%; }
  .gd-offset-4-7 {
    margin-left: 57.1428571429%; }
    .lt-ie8 .gd-offset-4-7 {
      margin-left: 57%; }
  .gd-push-4-7 {
    left: 57.1428571429%; }
    .lt-ie8 .gd-push-4-7 {
      left: 57%; }
  .gd-pull-4-7 {
    left: -57.1428571429%; }
    .lt-ie8 .gd-pull-4-7 {
      left: -57%; }
  .gd-col-6-7 {
    width: 85.7142857143%; }
    .lt-ie8 .gd-col-6-7 {
      width: 81.5%; }
  .gd-offset-6-7 {
    margin-left: 85.7142857143%; }
    .lt-ie8 .gd-offset-6-7 {
      margin-left: 85%; }
  .gd-push-6-7 {
    left: 85.7142857143%; }
    .lt-ie8 .gd-push-6-7 {
      left: 85%; }
  .gd-pull-6-7 {
    left: -85.7142857143%; }
    .lt-ie8 .gd-pull-6-7 {
      left: -85%; }
  .gd-col-1-8 {
    width: 12.5%; }
    .lt-ie8 .gd-col-1-8 {
      width: 8.5%; }
  .gd-offset-1-8 {
    margin-left: 12.5%; }
    .lt-ie8 .gd-offset-1-8 {
      margin-left: 12%; }
  .gd-push-1-8 {
    left: 12.5%; }
    .lt-ie8 .gd-push-1-8 {
      left: 12%; }
  .gd-pull-1-8 {
    left: -12.5%; }
    .lt-ie8 .gd-pull-1-8 {
      left: -12%; }
  .gd-col-7-8 {
    width: 87.5%; }
    .lt-ie8 .gd-col-7-8 {
      width: 83.5%; }
  .gd-offset-7-8 {
    margin-left: 87.5%; }
    .lt-ie8 .gd-offset-7-8 {
      margin-left: 87%; }
  .gd-push-7-8 {
    left: 87.5%; }
    .lt-ie8 .gd-push-7-8 {
      left: 87%; }
  .gd-pull-7-8 {
    left: -87.5%; }
    .lt-ie8 .gd-pull-7-8 {
      left: -87%; }
  .gd-col-1-10 {
    width: 10%; }
    .lt-ie8 .gd-col-1-10 {
      width: 6.5%; }
  .gd-offset-1-10 {
    margin-left: 10%; }
    .lt-ie8 .gd-offset-1-10 {
      margin-left: 10%; }
  .gd-push-1-10 {
    left: 10%; }
    .lt-ie8 .gd-push-1-10 {
      left: 10%; }
  .gd-pull-1-10 {
    left: -10%; }
    .lt-ie8 .gd-pull-1-10 {
      left: -10%; }
  .gd-col-7-10 {
    width: 70%; }
    .lt-ie8 .gd-col-7-10 {
      width: 66.5%; }
  .gd-offset-7-10 {
    margin-left: 70%; }
    .lt-ie8 .gd-offset-7-10 {
      margin-left: 70%; }
  .gd-push-7-10 {
    left: 70%; }
    .lt-ie8 .gd-push-7-10 {
      left: 70%; }
  .gd-pull-7-10 {
    left: -70%; }
    .lt-ie8 .gd-pull-7-10 {
      left: -70%; }
  .gd-col-1-12 {
    width: 8.3333333333%; }
    .lt-ie8 .gd-col-1-12 {
      width: 4.5%; }
  .gd-offset-1-12 {
    margin-left: 8.3333333333%; }
    .lt-ie8 .gd-offset-1-12 {
      margin-left: 8%; }
  .gd-push-1-12 {
    left: 8.3333333333%; }
    .lt-ie8 .gd-push-1-12 {
      left: 8%; }
  .gd-pull-1-12 {
    left: -8.3333333333%; }
    .lt-ie8 .gd-pull-1-12 {
      left: -8%; }
  .gd-col-5-12 {
    width: 41.6666666667%; }
    .lt-ie8 .gd-col-5-12 {
      width: 37.5%; }
  .gd-offset-5-12 {
    margin-left: 41.6666666667%; }
    .lt-ie8 .gd-offset-5-12 {
      margin-left: 41%; }
  .gd-push-5-12 {
    left: 41.6666666667%; }
    .lt-ie8 .gd-push-5-12 {
      left: 41%; }
  .gd-pull-5-12 {
    left: -41.6666666667%; }
    .lt-ie8 .gd-pull-5-12 {
      left: -41%; }
  .gd-col-7-12 {
    width: 58.3333333333%; }
    .lt-ie8 .gd-col-7-12 {
      width: 54.5%; }
  .gd-offset-7-12 {
    margin-left: 58.3333333333%; }
    .lt-ie8 .gd-offset-7-12 {
      margin-left: 58%; }
  .gd-push-7-12 {
    left: 58.3333333333%; }
    .lt-ie8 .gd-push-7-12 {
      left: 58%; }
  .gd-pull-7-12 {
    left: -58.3333333333%; }
    .lt-ie8 .gd-pull-7-12 {
      left: -58%; }
  .gd-col-11-12 {
    width: 91.6666666667%; }
    .lt-ie8 .gd-col-11-12 {
      width: 87.5%; }
  .gd-offset-11-12 {
    margin-left: 91.6666666667%; }
    .lt-ie8 .gd-offset-11-12 {
      margin-left: 91%; }
  .gd-push-11-12 {
    left: 91.6666666667%; }
    .lt-ie8 .gd-push-11-12 {
      left: 91%; }
  .gd-pull-11-12 {
    left: -91.6666666667%; }
    .lt-ie8 .gd-pull-11-12 {
      left: -91%; }
  .gd-col-1-16 {
    width: 6.25%; }
    .lt-ie8 .gd-col-1-16 {
      width: 2.5%; }
  .gd-offset-1-16 {
    margin-left: 6.25%; }
    .lt-ie8 .gd-offset-1-16 {
      margin-left: 6%; }
  .gd-push-1-16 {
    left: 6.25%; }
    .lt-ie8 .gd-push-1-16 {
      left: 6%; }
  .gd-pull-1-16 {
    left: -6.25%; }
    .lt-ie8 .gd-pull-1-16 {
      left: -6%; }
  .gd-col-1-1 {
    width: 100%; }
    .lt-ie8 .gd-col-1-1 {
      width: 96.5%; }
  .gd-offset-1-1 {
    margin-left: 100%; }
    .lt-ie8 .gd-offset-1-1 {
      margin-left: 100%; }
  .gd-push-1-1 {
    left: 100%; }
    .lt-ie8 .gd-push-1-1 {
      left: 100%; }
  .gd-pull-1-1 {
    left: -100%; }
    .lt-ie8 .gd-pull-1-1 {
      left: -100%; } }

@media screen and (min-width: 1151px) {
  .g-wrap {
    margin-left: -35px;
    clear: both; }
    .g-wrap:after {
      content: "";
      display: table;
      clear: both; }
    .lt-ie8 .g-wrap {
      margin-left: 0; }
  .gdm-wrap--inline {
    font-size: 0; }
  .gdm-wrap--flex {
    display: flex; }
  .gdm-wrap--float {
    display: block; }
  .large-gutter {
    margin-left: -70px; }
    .large-gutter > .g-col,
    .large-gutter > [class*="g-col"] {
      padding-left: 70px; }
      .lt-ie8 .large-gutter > .g-col, .lt-ie8
      .large-gutter > [class*="g-col"] {
        padding-left: 70px; }
  .half-gutter {
    margin-left: -17.5px; }
    .half-gutter > .g-col,
    .half-gutter > [class*="g-col"] {
      padding-left: 17.5px; }
      .lt-ie8 .half-gutter > .g-col, .lt-ie8
      .half-gutter > [class*="g-col"] {
        padding-left: 17.5px; }
  .third-gutter {
    margin-left: -11.6666666667px; }
    .third-gutter > .g-col,
    .third-gutter > [class*="g-col"] {
      padding-left: 11.6666666667px; }
      .lt-ie8 .third-gutter > .g-col, .lt-ie8
      .third-gutter > [class*="g-col"] {
        padding-left: 11.6666666667px; }
  .quarter-gutter {
    margin-left: -8.75px; }
    .quarter-gutter > .g-col,
    .quarter-gutter > [class*="g-col"] {
      padding-left: 8.75px; }
      .lt-ie8 .quarter-gutter > .g-col, .lt-ie8
      .quarter-gutter > [class*="g-col"] {
        padding-left: 8.75px; }
  .no-gutter {
    margin-left: 0; }
    .no-gutter > .g-col,
    .no-gutter > [class*="g-col"] {
      padding-left: 0; }
      .lt-ie8 .no-gutter > .g-col, .lt-ie8
      .no-gutter > [class*="g-col"] {
        padding-left: 0; }
  .reset-gutter {
    margin-left: -35px; }
    .reset-gutter > .g-col,
    .reset-gutter > [class*="g-col"] {
      padding-left: 35px; }
      .lt-ie8 .reset-gutter > .g-col, .lt-ie8
      .reset-gutter > [class*="g-col"] {
        padding-left: 35px; }
  .center-cols .g-col *,
  .center-cols [class*="g-col"] * {
    text-align: center; }
  .g-col,
  [class*="g-col"] {
    padding-left: 35px; }
    .lt-ie8 .g-col, .lt-ie8
    [class*="g-col"] {
      padding-left: 3.5%; }
    .gdm-wrap--inline .g-col, .gdm-wrap--inline
    [class*="g-col"] {
      display: inline-block;
      float: none;
      vertical-align: top;
      text-align: left;
      font-size: 18px; }
    .gdm-wrap--flex .g-col, .gdm-wrap--flex
    [class*="g-col"] {
      float: none; }
    .gdm-wrap--float .g-col, .gdm-wrap--float
    [class*="g-col"] {
      float: left; }
  .gdm-col,
  [class*="gdm-col"] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
  .gdm-wrap--inline--left {
    text-align: left; }
  .gdm-wrap--inline--center {
    text-align: center; }
  .gdm-wrap--inline--right {
    text-align: right; }
  .gdm-wrap--flex--left {
    align-items: flex-start; }
  .gdm-wrap--flex--center {
    justify-content: center; }
  .gdm-wrap--flex--right {
    align-items: flex-end; }
  ul.g-wrap,
  ol.g-wrap {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    list-style: none; }
  li.g-col,
  li[class*="g-col"] {
    margin-left: 0; }
  .gdm-col-0-1 {
    width: 0%; }
    .lt-ie8 .gdm-col-0-1 {
      width: -3.5%; }
  .gdm-offset-0-1 {
    margin-left: 0%; }
    .lt-ie8 .gdm-offset-0-1 {
      margin-left: 0%; }
  .gdm-push-0-1 {
    left: 0%; }
    .lt-ie8 .gdm-push-0-1 {
      left: 0%; }
  .gdm-pull-0-1 {
    left: 0%; }
    .lt-ie8 .gdm-pull-0-1 {
      left: 0%; }
  .gdm-col-1-2 {
    width: 50%; }
    .lt-ie8 .gdm-col-1-2 {
      width: 46.5%; }
  .gdm-offset-1-2 {
    margin-left: 50%; }
    .lt-ie8 .gdm-offset-1-2 {
      margin-left: 50%; }
  .gdm-push-1-2 {
    left: 50%; }
    .lt-ie8 .gdm-push-1-2 {
      left: 50%; }
  .gdm-pull-1-2 {
    left: -50%; }
    .lt-ie8 .gdm-pull-1-2 {
      left: -50%; }
  .gdm-col-1-3 {
    width: 33.3333333333%; }
    .lt-ie8 .gdm-col-1-3 {
      width: 29.5%; }
  .gdm-offset-1-3 {
    margin-left: 33.3333333333%; }
    .lt-ie8 .gdm-offset-1-3 {
      margin-left: 33%; }
  .gdm-push-1-3 {
    left: 33.3333333333%; }
    .lt-ie8 .gdm-push-1-3 {
      left: 33%; }
  .gdm-pull-1-3 {
    left: -33.3333333333%; }
    .lt-ie8 .gdm-pull-1-3 {
      left: -33%; }
  .gdm-col-2-3 {
    width: 66.6666666667%; }
    .lt-ie8 .gdm-col-2-3 {
      width: 62.5%; }
  .gdm-offset-2-3 {
    margin-left: 66.6666666667%; }
    .lt-ie8 .gdm-offset-2-3 {
      margin-left: 66%; }
  .gdm-push-2-3 {
    left: 66.6666666667%; }
    .lt-ie8 .gdm-push-2-3 {
      left: 66%; }
  .gdm-pull-2-3 {
    left: -66.6666666667%; }
    .lt-ie8 .gdm-pull-2-3 {
      left: -66%; }
  .gdm-col-1-4 {
    width: 25%; }
    .lt-ie8 .gdm-col-1-4 {
      width: 21.5%; }
  .gdm-offset-1-4 {
    margin-left: 25%; }
    .lt-ie8 .gdm-offset-1-4 {
      margin-left: 25%; }
  .gdm-push-1-4 {
    left: 25%; }
    .lt-ie8 .gdm-push-1-4 {
      left: 25%; }
  .gdm-pull-1-4 {
    left: -25%; }
    .lt-ie8 .gdm-pull-1-4 {
      left: -25%; }
  .gdm-col-3-4 {
    width: 75%; }
    .lt-ie8 .gdm-col-3-4 {
      width: 71.5%; }
  .gdm-offset-3-4 {
    margin-left: 75%; }
    .lt-ie8 .gdm-offset-3-4 {
      margin-left: 75%; }
  .gdm-push-3-4 {
    left: 75%; }
    .lt-ie8 .gdm-push-3-4 {
      left: 75%; }
  .gdm-pull-3-4 {
    left: -75%; }
    .lt-ie8 .gdm-pull-3-4 {
      left: -75%; }
  .gdm-col-1-5 {
    width: 20%; }
    .lt-ie8 .gdm-col-1-5 {
      width: 16.5%; }
  .gdm-offset-1-5 {
    margin-left: 20%; }
    .lt-ie8 .gdm-offset-1-5 {
      margin-left: 20%; }
  .gdm-push-1-5 {
    left: 20%; }
    .lt-ie8 .gdm-push-1-5 {
      left: 20%; }
  .gdm-pull-1-5 {
    left: -20%; }
    .lt-ie8 .gdm-pull-1-5 {
      left: -20%; }
  .gdm-col-2-5 {
    width: 40%; }
    .lt-ie8 .gdm-col-2-5 {
      width: 36.5%; }
  .gdm-offset-2-5 {
    margin-left: 40%; }
    .lt-ie8 .gdm-offset-2-5 {
      margin-left: 40%; }
  .gdm-push-2-5 {
    left: 40%; }
    .lt-ie8 .gdm-push-2-5 {
      left: 40%; }
  .gdm-pull-2-5 {
    left: -40%; }
    .lt-ie8 .gdm-pull-2-5 {
      left: -40%; }
  .gdm-col-3-5 {
    width: 60%; }
    .lt-ie8 .gdm-col-3-5 {
      width: 56.5%; }
  .gdm-offset-3-5 {
    margin-left: 60%; }
    .lt-ie8 .gdm-offset-3-5 {
      margin-left: 60%; }
  .gdm-push-3-5 {
    left: 60%; }
    .lt-ie8 .gdm-push-3-5 {
      left: 60%; }
  .gdm-pull-3-5 {
    left: -60%; }
    .lt-ie8 .gdm-pull-3-5 {
      left: -60%; }
  .gdm-col-4-5 {
    width: 80%; }
    .lt-ie8 .gdm-col-4-5 {
      width: 76.5%; }
  .gdm-offset-4-5 {
    margin-left: 80%; }
    .lt-ie8 .gdm-offset-4-5 {
      margin-left: 80%; }
  .gdm-push-4-5 {
    left: 80%; }
    .lt-ie8 .gdm-push-4-5 {
      left: 80%; }
  .gdm-pull-4-5 {
    left: -80%; }
    .lt-ie8 .gdm-pull-4-5 {
      left: -80%; }
  .gdm-col-1-6 {
    width: 16.6666666667%; }
    .lt-ie8 .gdm-col-1-6 {
      width: 12.5%; }
  .gdm-offset-1-6 {
    margin-left: 16.6666666667%; }
    .lt-ie8 .gdm-offset-1-6 {
      margin-left: 16%; }
  .gdm-push-1-6 {
    left: 16.6666666667%; }
    .lt-ie8 .gdm-push-1-6 {
      left: 16%; }
  .gdm-pull-1-6 {
    left: -16.6666666667%; }
    .lt-ie8 .gdm-pull-1-6 {
      left: -16%; }
  .gdm-col-2-6 {
    width: 33.3333333333%; }
    .lt-ie8 .gdm-col-2-6 {
      width: 29.5%; }
  .gdm-offset-2-6 {
    margin-left: 33.3333333333%; }
    .lt-ie8 .gdm-offset-2-6 {
      margin-left: 33%; }
  .gdm-push-2-6 {
    left: 33.3333333333%; }
    .lt-ie8 .gdm-push-2-6 {
      left: 33%; }
  .gdm-pull-2-6 {
    left: -33.3333333333%; }
    .lt-ie8 .gdm-pull-2-6 {
      left: -33%; }
  .gdm-col-3-6 {
    width: 50%; }
    .lt-ie8 .gdm-col-3-6 {
      width: 46.5%; }
  .gdm-offset-3-6 {
    margin-left: 50%; }
    .lt-ie8 .gdm-offset-3-6 {
      margin-left: 50%; }
  .gdm-push-3-6 {
    left: 50%; }
    .lt-ie8 .gdm-push-3-6 {
      left: 50%; }
  .gdm-pull-3-6 {
    left: -50%; }
    .lt-ie8 .gdm-pull-3-6 {
      left: -50%; }
  .gdm-col-4-6 {
    width: 66.6666666667%; }
    .lt-ie8 .gdm-col-4-6 {
      width: 62.5%; }
  .gdm-offset-4-6 {
    margin-left: 66.6666666667%; }
    .lt-ie8 .gdm-offset-4-6 {
      margin-left: 66%; }
  .gdm-push-4-6 {
    left: 66.6666666667%; }
    .lt-ie8 .gdm-push-4-6 {
      left: 66%; }
  .gdm-pull-4-6 {
    left: -66.6666666667%; }
    .lt-ie8 .gdm-pull-4-6 {
      left: -66%; }
  .gdm-col-5-6 {
    width: 83.3333333333%; }
    .lt-ie8 .gdm-col-5-6 {
      width: 79.5%; }
  .gdm-offset-5-6 {
    margin-left: 83.3333333333%; }
    .lt-ie8 .gdm-offset-5-6 {
      margin-left: 83%; }
  .gdm-push-5-6 {
    left: 83.3333333333%; }
    .lt-ie8 .gdm-push-5-6 {
      left: 83%; }
  .gdm-pull-5-6 {
    left: -83.3333333333%; }
    .lt-ie8 .gdm-pull-5-6 {
      left: -83%; }
  .gdm-col-1-7 {
    width: 14.2857142857%; }
    .lt-ie8 .gdm-col-1-7 {
      width: 10.5%; }
  .gdm-offset-1-7 {
    margin-left: 14.2857142857%; }
    .lt-ie8 .gdm-offset-1-7 {
      margin-left: 14%; }
  .gdm-push-1-7 {
    left: 14.2857142857%; }
    .lt-ie8 .gdm-push-1-7 {
      left: 14%; }
  .gdm-pull-1-7 {
    left: -14.2857142857%; }
    .lt-ie8 .gdm-pull-1-7 {
      left: -14%; }
  .gdm-col-3-7 {
    width: 42.8571428571%; }
    .lt-ie8 .gdm-col-3-7 {
      width: 38.5%; }
  .gdm-offset-3-7 {
    margin-left: 42.8571428571%; }
    .lt-ie8 .gdm-offset-3-7 {
      margin-left: 42%; }
  .gdm-push-3-7 {
    left: 42.8571428571%; }
    .lt-ie8 .gdm-push-3-7 {
      left: 42%; }
  .gdm-pull-3-7 {
    left: -42.8571428571%; }
    .lt-ie8 .gdm-pull-3-7 {
      left: -42%; }
  .gdm-col-4-7 {
    width: 57.1428571429%; }
    .lt-ie8 .gdm-col-4-7 {
      width: 53.5%; }
  .gdm-offset-4-7 {
    margin-left: 57.1428571429%; }
    .lt-ie8 .gdm-offset-4-7 {
      margin-left: 57%; }
  .gdm-push-4-7 {
    left: 57.1428571429%; }
    .lt-ie8 .gdm-push-4-7 {
      left: 57%; }
  .gdm-pull-4-7 {
    left: -57.1428571429%; }
    .lt-ie8 .gdm-pull-4-7 {
      left: -57%; }
  .gdm-col-6-7 {
    width: 85.7142857143%; }
    .lt-ie8 .gdm-col-6-7 {
      width: 81.5%; }
  .gdm-offset-6-7 {
    margin-left: 85.7142857143%; }
    .lt-ie8 .gdm-offset-6-7 {
      margin-left: 85%; }
  .gdm-push-6-7 {
    left: 85.7142857143%; }
    .lt-ie8 .gdm-push-6-7 {
      left: 85%; }
  .gdm-pull-6-7 {
    left: -85.7142857143%; }
    .lt-ie8 .gdm-pull-6-7 {
      left: -85%; }
  .gdm-col-1-8 {
    width: 12.5%; }
    .lt-ie8 .gdm-col-1-8 {
      width: 8.5%; }
  .gdm-offset-1-8 {
    margin-left: 12.5%; }
    .lt-ie8 .gdm-offset-1-8 {
      margin-left: 12%; }
  .gdm-push-1-8 {
    left: 12.5%; }
    .lt-ie8 .gdm-push-1-8 {
      left: 12%; }
  .gdm-pull-1-8 {
    left: -12.5%; }
    .lt-ie8 .gdm-pull-1-8 {
      left: -12%; }
  .gdm-col-7-8 {
    width: 87.5%; }
    .lt-ie8 .gdm-col-7-8 {
      width: 83.5%; }
  .gdm-offset-7-8 {
    margin-left: 87.5%; }
    .lt-ie8 .gdm-offset-7-8 {
      margin-left: 87%; }
  .gdm-push-7-8 {
    left: 87.5%; }
    .lt-ie8 .gdm-push-7-8 {
      left: 87%; }
  .gdm-pull-7-8 {
    left: -87.5%; }
    .lt-ie8 .gdm-pull-7-8 {
      left: -87%; }
  .gdm-col-1-10 {
    width: 10%; }
    .lt-ie8 .gdm-col-1-10 {
      width: 6.5%; }
  .gdm-offset-1-10 {
    margin-left: 10%; }
    .lt-ie8 .gdm-offset-1-10 {
      margin-left: 10%; }
  .gdm-push-1-10 {
    left: 10%; }
    .lt-ie8 .gdm-push-1-10 {
      left: 10%; }
  .gdm-pull-1-10 {
    left: -10%; }
    .lt-ie8 .gdm-pull-1-10 {
      left: -10%; }
  .gdm-col-7-10 {
    width: 70%; }
    .lt-ie8 .gdm-col-7-10 {
      width: 66.5%; }
  .gdm-offset-7-10 {
    margin-left: 70%; }
    .lt-ie8 .gdm-offset-7-10 {
      margin-left: 70%; }
  .gdm-push-7-10 {
    left: 70%; }
    .lt-ie8 .gdm-push-7-10 {
      left: 70%; }
  .gdm-pull-7-10 {
    left: -70%; }
    .lt-ie8 .gdm-pull-7-10 {
      left: -70%; }
  .gdm-col-1-12 {
    width: 8.3333333333%; }
    .lt-ie8 .gdm-col-1-12 {
      width: 4.5%; }
  .gdm-offset-1-12 {
    margin-left: 8.3333333333%; }
    .lt-ie8 .gdm-offset-1-12 {
      margin-left: 8%; }
  .gdm-push-1-12 {
    left: 8.3333333333%; }
    .lt-ie8 .gdm-push-1-12 {
      left: 8%; }
  .gdm-pull-1-12 {
    left: -8.3333333333%; }
    .lt-ie8 .gdm-pull-1-12 {
      left: -8%; }
  .gdm-col-5-12 {
    width: 41.6666666667%; }
    .lt-ie8 .gdm-col-5-12 {
      width: 37.5%; }
  .gdm-offset-5-12 {
    margin-left: 41.6666666667%; }
    .lt-ie8 .gdm-offset-5-12 {
      margin-left: 41%; }
  .gdm-push-5-12 {
    left: 41.6666666667%; }
    .lt-ie8 .gdm-push-5-12 {
      left: 41%; }
  .gdm-pull-5-12 {
    left: -41.6666666667%; }
    .lt-ie8 .gdm-pull-5-12 {
      left: -41%; }
  .gdm-col-7-12 {
    width: 58.3333333333%; }
    .lt-ie8 .gdm-col-7-12 {
      width: 54.5%; }
  .gdm-offset-7-12 {
    margin-left: 58.3333333333%; }
    .lt-ie8 .gdm-offset-7-12 {
      margin-left: 58%; }
  .gdm-push-7-12 {
    left: 58.3333333333%; }
    .lt-ie8 .gdm-push-7-12 {
      left: 58%; }
  .gdm-pull-7-12 {
    left: -58.3333333333%; }
    .lt-ie8 .gdm-pull-7-12 {
      left: -58%; }
  .gdm-col-11-12 {
    width: 91.6666666667%; }
    .lt-ie8 .gdm-col-11-12 {
      width: 87.5%; }
  .gdm-offset-11-12 {
    margin-left: 91.6666666667%; }
    .lt-ie8 .gdm-offset-11-12 {
      margin-left: 91%; }
  .gdm-push-11-12 {
    left: 91.6666666667%; }
    .lt-ie8 .gdm-push-11-12 {
      left: 91%; }
  .gdm-pull-11-12 {
    left: -91.6666666667%; }
    .lt-ie8 .gdm-pull-11-12 {
      left: -91%; }
  .gdm-col-1-16 {
    width: 6.25%; }
    .lt-ie8 .gdm-col-1-16 {
      width: 2.5%; }
  .gdm-offset-1-16 {
    margin-left: 6.25%; }
    .lt-ie8 .gdm-offset-1-16 {
      margin-left: 6%; }
  .gdm-push-1-16 {
    left: 6.25%; }
    .lt-ie8 .gdm-push-1-16 {
      left: 6%; }
  .gdm-pull-1-16 {
    left: -6.25%; }
    .lt-ie8 .gdm-pull-1-16 {
      left: -6%; }
  .gdm-col-1-1 {
    width: 100%; }
    .lt-ie8 .gdm-col-1-1 {
      width: 96.5%; }
  .gdm-offset-1-1 {
    margin-left: 100%; }
    .lt-ie8 .gdm-offset-1-1 {
      margin-left: 100%; }
  .gdm-push-1-1 {
    left: 100%; }
    .lt-ie8 .gdm-push-1-1 {
      left: 100%; }
  .gdm-pull-1-1 {
    left: -100%; }
    .lt-ie8 .gdm-pull-1-1 {
      left: -100%; } }

@media screen and (min-width: 1399px) {
  .g-wrap {
    margin-left: -35px;
    clear: both; }
    .g-wrap:after {
      content: "";
      display: table;
      clear: both; }
    .lt-ie8 .g-wrap {
      margin-left: 0; }
  .gdw-wrap--inline {
    font-size: 0; }
  .gdw-wrap--flex {
    display: flex; }
  .gdw-wrap--float {
    display: block; }
  .large-gutter {
    margin-left: -70px; }
    .large-gutter > .g-col,
    .large-gutter > [class*="g-col"] {
      padding-left: 70px; }
      .lt-ie8 .large-gutter > .g-col, .lt-ie8
      .large-gutter > [class*="g-col"] {
        padding-left: 70px; }
  .half-gutter {
    margin-left: -17.5px; }
    .half-gutter > .g-col,
    .half-gutter > [class*="g-col"] {
      padding-left: 17.5px; }
      .lt-ie8 .half-gutter > .g-col, .lt-ie8
      .half-gutter > [class*="g-col"] {
        padding-left: 17.5px; }
  .third-gutter {
    margin-left: -11.6666666667px; }
    .third-gutter > .g-col,
    .third-gutter > [class*="g-col"] {
      padding-left: 11.6666666667px; }
      .lt-ie8 .third-gutter > .g-col, .lt-ie8
      .third-gutter > [class*="g-col"] {
        padding-left: 11.6666666667px; }
  .quarter-gutter {
    margin-left: -8.75px; }
    .quarter-gutter > .g-col,
    .quarter-gutter > [class*="g-col"] {
      padding-left: 8.75px; }
      .lt-ie8 .quarter-gutter > .g-col, .lt-ie8
      .quarter-gutter > [class*="g-col"] {
        padding-left: 8.75px; }
  .no-gutter {
    margin-left: 0; }
    .no-gutter > .g-col,
    .no-gutter > [class*="g-col"] {
      padding-left: 0; }
      .lt-ie8 .no-gutter > .g-col, .lt-ie8
      .no-gutter > [class*="g-col"] {
        padding-left: 0; }
  .reset-gutter {
    margin-left: -35px; }
    .reset-gutter > .g-col,
    .reset-gutter > [class*="g-col"] {
      padding-left: 35px; }
      .lt-ie8 .reset-gutter > .g-col, .lt-ie8
      .reset-gutter > [class*="g-col"] {
        padding-left: 35px; }
  .center-cols .g-col *,
  .center-cols [class*="g-col"] * {
    text-align: center; }
  .g-col,
  [class*="g-col"] {
    padding-left: 35px; }
    .lt-ie8 .g-col, .lt-ie8
    [class*="g-col"] {
      padding-left: 3.5%; }
    .gdw-wrap--inline .g-col, .gdw-wrap--inline
    [class*="g-col"] {
      display: inline-block;
      float: none;
      vertical-align: top;
      text-align: left;
      font-size: 18px; }
    .gdw-wrap--flex .g-col, .gdw-wrap--flex
    [class*="g-col"] {
      float: none; }
    .gdw-wrap--float .g-col, .gdw-wrap--float
    [class*="g-col"] {
      float: left; }
  .gdw-col,
  [class*="gdw-col"] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
  .gdw-wrap--inline--left {
    text-align: left; }
  .gdw-wrap--inline--center {
    text-align: center; }
  .gdw-wrap--inline--right {
    text-align: right; }
  .gdw-wrap--flex--left {
    align-items: flex-start; }
  .gdw-wrap--flex--center {
    justify-content: center; }
  .gdw-wrap--flex--right {
    align-items: flex-end; }
  ul.g-wrap,
  ol.g-wrap {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    list-style: none; }
  li.g-col,
  li[class*="g-col"] {
    margin-left: 0; }
  .gdw-col-0-1 {
    width: 0%; }
    .lt-ie8 .gdw-col-0-1 {
      width: -3.5%; }
  .gdw-offset-0-1 {
    margin-left: 0%; }
    .lt-ie8 .gdw-offset-0-1 {
      margin-left: 0%; }
  .gdw-push-0-1 {
    left: 0%; }
    .lt-ie8 .gdw-push-0-1 {
      left: 0%; }
  .gdw-pull-0-1 {
    left: 0%; }
    .lt-ie8 .gdw-pull-0-1 {
      left: 0%; }
  .gdw-col-1-2 {
    width: 50%; }
    .lt-ie8 .gdw-col-1-2 {
      width: 46.5%; }
  .gdw-offset-1-2 {
    margin-left: 50%; }
    .lt-ie8 .gdw-offset-1-2 {
      margin-left: 50%; }
  .gdw-push-1-2 {
    left: 50%; }
    .lt-ie8 .gdw-push-1-2 {
      left: 50%; }
  .gdw-pull-1-2 {
    left: -50%; }
    .lt-ie8 .gdw-pull-1-2 {
      left: -50%; }
  .gdw-col-1-3 {
    width: 33.3333333333%; }
    .lt-ie8 .gdw-col-1-3 {
      width: 29.5%; }
  .gdw-offset-1-3 {
    margin-left: 33.3333333333%; }
    .lt-ie8 .gdw-offset-1-3 {
      margin-left: 33%; }
  .gdw-push-1-3 {
    left: 33.3333333333%; }
    .lt-ie8 .gdw-push-1-3 {
      left: 33%; }
  .gdw-pull-1-3 {
    left: -33.3333333333%; }
    .lt-ie8 .gdw-pull-1-3 {
      left: -33%; }
  .gdw-col-2-3 {
    width: 66.6666666667%; }
    .lt-ie8 .gdw-col-2-3 {
      width: 62.5%; }
  .gdw-offset-2-3 {
    margin-left: 66.6666666667%; }
    .lt-ie8 .gdw-offset-2-3 {
      margin-left: 66%; }
  .gdw-push-2-3 {
    left: 66.6666666667%; }
    .lt-ie8 .gdw-push-2-3 {
      left: 66%; }
  .gdw-pull-2-3 {
    left: -66.6666666667%; }
    .lt-ie8 .gdw-pull-2-3 {
      left: -66%; }
  .gdw-col-1-4 {
    width: 25%; }
    .lt-ie8 .gdw-col-1-4 {
      width: 21.5%; }
  .gdw-offset-1-4 {
    margin-left: 25%; }
    .lt-ie8 .gdw-offset-1-4 {
      margin-left: 25%; }
  .gdw-push-1-4 {
    left: 25%; }
    .lt-ie8 .gdw-push-1-4 {
      left: 25%; }
  .gdw-pull-1-4 {
    left: -25%; }
    .lt-ie8 .gdw-pull-1-4 {
      left: -25%; }
  .gdw-col-3-4 {
    width: 75%; }
    .lt-ie8 .gdw-col-3-4 {
      width: 71.5%; }
  .gdw-offset-3-4 {
    margin-left: 75%; }
    .lt-ie8 .gdw-offset-3-4 {
      margin-left: 75%; }
  .gdw-push-3-4 {
    left: 75%; }
    .lt-ie8 .gdw-push-3-4 {
      left: 75%; }
  .gdw-pull-3-4 {
    left: -75%; }
    .lt-ie8 .gdw-pull-3-4 {
      left: -75%; }
  .gdw-col-1-5 {
    width: 20%; }
    .lt-ie8 .gdw-col-1-5 {
      width: 16.5%; }
  .gdw-offset-1-5 {
    margin-left: 20%; }
    .lt-ie8 .gdw-offset-1-5 {
      margin-left: 20%; }
  .gdw-push-1-5 {
    left: 20%; }
    .lt-ie8 .gdw-push-1-5 {
      left: 20%; }
  .gdw-pull-1-5 {
    left: -20%; }
    .lt-ie8 .gdw-pull-1-5 {
      left: -20%; }
  .gdw-col-2-5 {
    width: 40%; }
    .lt-ie8 .gdw-col-2-5 {
      width: 36.5%; }
  .gdw-offset-2-5 {
    margin-left: 40%; }
    .lt-ie8 .gdw-offset-2-5 {
      margin-left: 40%; }
  .gdw-push-2-5 {
    left: 40%; }
    .lt-ie8 .gdw-push-2-5 {
      left: 40%; }
  .gdw-pull-2-5 {
    left: -40%; }
    .lt-ie8 .gdw-pull-2-5 {
      left: -40%; }
  .gdw-col-3-5 {
    width: 60%; }
    .lt-ie8 .gdw-col-3-5 {
      width: 56.5%; }
  .gdw-offset-3-5 {
    margin-left: 60%; }
    .lt-ie8 .gdw-offset-3-5 {
      margin-left: 60%; }
  .gdw-push-3-5 {
    left: 60%; }
    .lt-ie8 .gdw-push-3-5 {
      left: 60%; }
  .gdw-pull-3-5 {
    left: -60%; }
    .lt-ie8 .gdw-pull-3-5 {
      left: -60%; }
  .gdw-col-4-5 {
    width: 80%; }
    .lt-ie8 .gdw-col-4-5 {
      width: 76.5%; }
  .gdw-offset-4-5 {
    margin-left: 80%; }
    .lt-ie8 .gdw-offset-4-5 {
      margin-left: 80%; }
  .gdw-push-4-5 {
    left: 80%; }
    .lt-ie8 .gdw-push-4-5 {
      left: 80%; }
  .gdw-pull-4-5 {
    left: -80%; }
    .lt-ie8 .gdw-pull-4-5 {
      left: -80%; }
  .gdw-col-1-6 {
    width: 16.6666666667%; }
    .lt-ie8 .gdw-col-1-6 {
      width: 12.5%; }
  .gdw-offset-1-6 {
    margin-left: 16.6666666667%; }
    .lt-ie8 .gdw-offset-1-6 {
      margin-left: 16%; }
  .gdw-push-1-6 {
    left: 16.6666666667%; }
    .lt-ie8 .gdw-push-1-6 {
      left: 16%; }
  .gdw-pull-1-6 {
    left: -16.6666666667%; }
    .lt-ie8 .gdw-pull-1-6 {
      left: -16%; }
  .gdw-col-2-6 {
    width: 33.3333333333%; }
    .lt-ie8 .gdw-col-2-6 {
      width: 29.5%; }
  .gdw-offset-2-6 {
    margin-left: 33.3333333333%; }
    .lt-ie8 .gdw-offset-2-6 {
      margin-left: 33%; }
  .gdw-push-2-6 {
    left: 33.3333333333%; }
    .lt-ie8 .gdw-push-2-6 {
      left: 33%; }
  .gdw-pull-2-6 {
    left: -33.3333333333%; }
    .lt-ie8 .gdw-pull-2-6 {
      left: -33%; }
  .gdw-col-3-6 {
    width: 50%; }
    .lt-ie8 .gdw-col-3-6 {
      width: 46.5%; }
  .gdw-offset-3-6 {
    margin-left: 50%; }
    .lt-ie8 .gdw-offset-3-6 {
      margin-left: 50%; }
  .gdw-push-3-6 {
    left: 50%; }
    .lt-ie8 .gdw-push-3-6 {
      left: 50%; }
  .gdw-pull-3-6 {
    left: -50%; }
    .lt-ie8 .gdw-pull-3-6 {
      left: -50%; }
  .gdw-col-4-6 {
    width: 66.6666666667%; }
    .lt-ie8 .gdw-col-4-6 {
      width: 62.5%; }
  .gdw-offset-4-6 {
    margin-left: 66.6666666667%; }
    .lt-ie8 .gdw-offset-4-6 {
      margin-left: 66%; }
  .gdw-push-4-6 {
    left: 66.6666666667%; }
    .lt-ie8 .gdw-push-4-6 {
      left: 66%; }
  .gdw-pull-4-6 {
    left: -66.6666666667%; }
    .lt-ie8 .gdw-pull-4-6 {
      left: -66%; }
  .gdw-col-5-6 {
    width: 83.3333333333%; }
    .lt-ie8 .gdw-col-5-6 {
      width: 79.5%; }
  .gdw-offset-5-6 {
    margin-left: 83.3333333333%; }
    .lt-ie8 .gdw-offset-5-6 {
      margin-left: 83%; }
  .gdw-push-5-6 {
    left: 83.3333333333%; }
    .lt-ie8 .gdw-push-5-6 {
      left: 83%; }
  .gdw-pull-5-6 {
    left: -83.3333333333%; }
    .lt-ie8 .gdw-pull-5-6 {
      left: -83%; }
  .gdw-col-1-7 {
    width: 14.2857142857%; }
    .lt-ie8 .gdw-col-1-7 {
      width: 10.5%; }
  .gdw-offset-1-7 {
    margin-left: 14.2857142857%; }
    .lt-ie8 .gdw-offset-1-7 {
      margin-left: 14%; }
  .gdw-push-1-7 {
    left: 14.2857142857%; }
    .lt-ie8 .gdw-push-1-7 {
      left: 14%; }
  .gdw-pull-1-7 {
    left: -14.2857142857%; }
    .lt-ie8 .gdw-pull-1-7 {
      left: -14%; }
  .gdw-col-3-7 {
    width: 42.8571428571%; }
    .lt-ie8 .gdw-col-3-7 {
      width: 38.5%; }
  .gdw-offset-3-7 {
    margin-left: 42.8571428571%; }
    .lt-ie8 .gdw-offset-3-7 {
      margin-left: 42%; }
  .gdw-push-3-7 {
    left: 42.8571428571%; }
    .lt-ie8 .gdw-push-3-7 {
      left: 42%; }
  .gdw-pull-3-7 {
    left: -42.8571428571%; }
    .lt-ie8 .gdw-pull-3-7 {
      left: -42%; }
  .gdw-col-4-7 {
    width: 57.1428571429%; }
    .lt-ie8 .gdw-col-4-7 {
      width: 53.5%; }
  .gdw-offset-4-7 {
    margin-left: 57.1428571429%; }
    .lt-ie8 .gdw-offset-4-7 {
      margin-left: 57%; }
  .gdw-push-4-7 {
    left: 57.1428571429%; }
    .lt-ie8 .gdw-push-4-7 {
      left: 57%; }
  .gdw-pull-4-7 {
    left: -57.1428571429%; }
    .lt-ie8 .gdw-pull-4-7 {
      left: -57%; }
  .gdw-col-6-7 {
    width: 85.7142857143%; }
    .lt-ie8 .gdw-col-6-7 {
      width: 81.5%; }
  .gdw-offset-6-7 {
    margin-left: 85.7142857143%; }
    .lt-ie8 .gdw-offset-6-7 {
      margin-left: 85%; }
  .gdw-push-6-7 {
    left: 85.7142857143%; }
    .lt-ie8 .gdw-push-6-7 {
      left: 85%; }
  .gdw-pull-6-7 {
    left: -85.7142857143%; }
    .lt-ie8 .gdw-pull-6-7 {
      left: -85%; }
  .gdw-col-1-8 {
    width: 12.5%; }
    .lt-ie8 .gdw-col-1-8 {
      width: 8.5%; }
  .gdw-offset-1-8 {
    margin-left: 12.5%; }
    .lt-ie8 .gdw-offset-1-8 {
      margin-left: 12%; }
  .gdw-push-1-8 {
    left: 12.5%; }
    .lt-ie8 .gdw-push-1-8 {
      left: 12%; }
  .gdw-pull-1-8 {
    left: -12.5%; }
    .lt-ie8 .gdw-pull-1-8 {
      left: -12%; }
  .gdw-col-7-8 {
    width: 87.5%; }
    .lt-ie8 .gdw-col-7-8 {
      width: 83.5%; }
  .gdw-offset-7-8 {
    margin-left: 87.5%; }
    .lt-ie8 .gdw-offset-7-8 {
      margin-left: 87%; }
  .gdw-push-7-8 {
    left: 87.5%; }
    .lt-ie8 .gdw-push-7-8 {
      left: 87%; }
  .gdw-pull-7-8 {
    left: -87.5%; }
    .lt-ie8 .gdw-pull-7-8 {
      left: -87%; }
  .gdw-col-1-10 {
    width: 10%; }
    .lt-ie8 .gdw-col-1-10 {
      width: 6.5%; }
  .gdw-offset-1-10 {
    margin-left: 10%; }
    .lt-ie8 .gdw-offset-1-10 {
      margin-left: 10%; }
  .gdw-push-1-10 {
    left: 10%; }
    .lt-ie8 .gdw-push-1-10 {
      left: 10%; }
  .gdw-pull-1-10 {
    left: -10%; }
    .lt-ie8 .gdw-pull-1-10 {
      left: -10%; }
  .gdw-col-7-10 {
    width: 70%; }
    .lt-ie8 .gdw-col-7-10 {
      width: 66.5%; }
  .gdw-offset-7-10 {
    margin-left: 70%; }
    .lt-ie8 .gdw-offset-7-10 {
      margin-left: 70%; }
  .gdw-push-7-10 {
    left: 70%; }
    .lt-ie8 .gdw-push-7-10 {
      left: 70%; }
  .gdw-pull-7-10 {
    left: -70%; }
    .lt-ie8 .gdw-pull-7-10 {
      left: -70%; }
  .gdw-col-1-12 {
    width: 8.3333333333%; }
    .lt-ie8 .gdw-col-1-12 {
      width: 4.5%; }
  .gdw-offset-1-12 {
    margin-left: 8.3333333333%; }
    .lt-ie8 .gdw-offset-1-12 {
      margin-left: 8%; }
  .gdw-push-1-12 {
    left: 8.3333333333%; }
    .lt-ie8 .gdw-push-1-12 {
      left: 8%; }
  .gdw-pull-1-12 {
    left: -8.3333333333%; }
    .lt-ie8 .gdw-pull-1-12 {
      left: -8%; }
  .gdw-col-5-12 {
    width: 41.6666666667%; }
    .lt-ie8 .gdw-col-5-12 {
      width: 37.5%; }
  .gdw-offset-5-12 {
    margin-left: 41.6666666667%; }
    .lt-ie8 .gdw-offset-5-12 {
      margin-left: 41%; }
  .gdw-push-5-12 {
    left: 41.6666666667%; }
    .lt-ie8 .gdw-push-5-12 {
      left: 41%; }
  .gdw-pull-5-12 {
    left: -41.6666666667%; }
    .lt-ie8 .gdw-pull-5-12 {
      left: -41%; }
  .gdw-col-7-12 {
    width: 58.3333333333%; }
    .lt-ie8 .gdw-col-7-12 {
      width: 54.5%; }
  .gdw-offset-7-12 {
    margin-left: 58.3333333333%; }
    .lt-ie8 .gdw-offset-7-12 {
      margin-left: 58%; }
  .gdw-push-7-12 {
    left: 58.3333333333%; }
    .lt-ie8 .gdw-push-7-12 {
      left: 58%; }
  .gdw-pull-7-12 {
    left: -58.3333333333%; }
    .lt-ie8 .gdw-pull-7-12 {
      left: -58%; }
  .gdw-col-11-12 {
    width: 91.6666666667%; }
    .lt-ie8 .gdw-col-11-12 {
      width: 87.5%; }
  .gdw-offset-11-12 {
    margin-left: 91.6666666667%; }
    .lt-ie8 .gdw-offset-11-12 {
      margin-left: 91%; }
  .gdw-push-11-12 {
    left: 91.6666666667%; }
    .lt-ie8 .gdw-push-11-12 {
      left: 91%; }
  .gdw-pull-11-12 {
    left: -91.6666666667%; }
    .lt-ie8 .gdw-pull-11-12 {
      left: -91%; }
  .gdw-col-1-16 {
    width: 6.25%; }
    .lt-ie8 .gdw-col-1-16 {
      width: 2.5%; }
  .gdw-offset-1-16 {
    margin-left: 6.25%; }
    .lt-ie8 .gdw-offset-1-16 {
      margin-left: 6%; }
  .gdw-push-1-16 {
    left: 6.25%; }
    .lt-ie8 .gdw-push-1-16 {
      left: 6%; }
  .gdw-pull-1-16 {
    left: -6.25%; }
    .lt-ie8 .gdw-pull-1-16 {
      left: -6%; }
  .gdw-col-1-1 {
    width: 100%; }
    .lt-ie8 .gdw-col-1-1 {
      width: 96.5%; }
  .gdw-offset-1-1 {
    margin-left: 100%; }
    .lt-ie8 .gdw-offset-1-1 {
      margin-left: 100%; }
  .gdw-push-1-1 {
    left: 100%; }
    .lt-ie8 .gdw-push-1-1 {
      left: 100%; }
  .gdw-pull-1-1 {
    left: -100%; }
    .lt-ie8 .gdw-pull-1-1 {
      left: -100%; } }

/*
 * BUTTON
 */
.button {
  display: inline-block;
  background-color: #1b3156;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7px 30px;
  overflow: hidden;
  height: 41px;
  width: auto;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  position: relative;
  border: none;
  color: white; }
  .button:focus {
    outline: 1px solid #d7000d;
    outline-offset: -1px; }
  .button[data-button-title] {
    color: #1b3156; }
    .button[data-button-title]:before, .button[data-button-title]:after {
      transition-property: all;
      transition-duration: 0.25s;
      transition-timing-function: ease-out;
      color: white;
      height: 100%;
      padding: 7px 30px;
      left: 0;
      content: attr(data-button-title);
      display: block;
      position: absolute;
      right: 0;
      font-size: inherit; }
    .button[data-button-title]:before {
      background-color: #1b3156;
      top: 0;
      transform: rotateX(0deg); }
    .button[data-button-title]:after {
      top: 100%;
      background-color: #2f5697;
      transform: rotateX(90deg); }
    .button[data-button-title]:hover:before {
      top: -100%;
      transform: rotateX(-90deg); }
    .button[data-button-title]:hover:after {
      top: 0;
      transform: rotateX(0deg); }
  .button + .button--full {
    margin-top: 5px; }

.button--red {
  background-color: #dc2b28; }
  .button--red[data-button-title] {
    color: #dc2b28; }
    .button--red[data-button-title]:before {
      background-color: #dc2b28; }
    .button--red[data-button-title]:after {
      background-color: #971b19; }

.button--blue {
  background-color: #0b67b2; }
  .button--blue[data-button-title] {
    color: #0b67b2; }
    .button--blue[data-button-title]:before {
      background-color: #0b67b2; }
    .button--blue[data-button-title]:after {
      background-color: #09508a; }

.button--cyan {
  background-color: #55b9e9; }
  .button--cyan[data-button-title] {
    color: #55b9e9; }
    .button--cyan[data-button-title]:before {
      background-color: #55b9e9; }
    .button--cyan[data-button-title]:after {
      background-color: #1b94ce; }

.button--turquoise {
  background-color: #56a1b7; }
  .button--turquoise[data-button-title] {
    color: #56a1b7; }
    .button--turquoise[data-button-title]:before {
      background-color: #56a1b7; }
    .button--turquoise[data-button-title]:after {
      background-color: #377081; }

.button--slim, .button--slim[data-button-title]:before, .button--slim[data-button-title]:after {
  padding: 7px 20px; }

.button--micro {
  height: 31px; }
  .button--micro, .button--micro[data-button-title]:before, .button--micro[data-button-title]:after {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 5px 10px; }

.button--lrg {
  font-size: 22px;
  font-size: 1.375rem;
  height: 53px; }
  .button--lrg, .button--lrg[data-button-title]:before, .button--lrg[data-button-title]:after {
    padding: 10px 35px; }

.button--full {
  width: 100%; }
  .button--full + .button {
    margin-top: 5px; }

.button--outline {
  background: #fff;
  color: #1b3156;
  border: 1px solid #c9d1e0;
  transition: all 1.5s ease-in-out; }
  .button--outline:hover {
    transition: all 0.2s ease-in-out;
    border: 1px solid #1b3156; }
  .button--outline[data-button-title] {
    color: #fff; }
    .button--outline[data-button-title]:before {
      color: #1b3156;
      background-color: #fff; }
    .button--outline[data-button-title]:after {
      background-color: #1b3156; }

.button--icon {
  transition: all 0.2s ease-out;
  width: 41px;
  padding: 0; }
  .button--icon img {
    max-width: 100%;
    max-height: 100%;
    padding: 22%; }
  .button--icon:hover {
    background-color: #0b67b2; }

.button--placeholder {
  border: none;
  pointer-events: none;
  color: #1b3156;
  background: #fff; }
  .button--placeholder[data-button-title] {
    color: #1b3156; }
  .button--placeholder:hover {
    border: none; }
  .button--placeholder[data-button-title]:after, .button--placeholder[data-button-title]:before {
    display: none; }

.button--active {
  color: #fff;
  pointer-events: none;
  border: none;
  background: #c9d1e0; }
  .button--active:hover {
    border: none; }
  .button--active[data-button-title]:after, .button--active[data-button-title]:before {
    display: none; }

.pagination .button {
  padding-left: 20px;
  padding-right: 20px; }
  .pagination .button:after, .pagination .button:before {
    padding-left: 20px;
    padding-right: 20px; }

.gm-style .gm-style-iw .button {
  font-size: 18px !important; }

.button-link {
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.2s ease-out;
  font-weight: 700;
  color: #0b67b2; }
  .button-link:after {
    content: '»';
    margin-left: 5px; }
  .button-link:hover {
    color: #55b9e9; }

/*
  LOGO
*/
.logo {
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-top: 13%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/britishrowing/assets/img/brand/british-rowing-logo--horizontal.png);
  background-size: contain;
  background-position: center;
  width: 100%;
  max-width: 375px;
  padding-top: 13%;
  margin: 0 auto; }
  @media screen and (min-width: 552px) and (max-width: 768px) {
    .logo {
      padding-top: 72px; } }
  @media screen and (min-width: 769px) {
    .logo {
      background-image: url(/wp-content/themes/britishrowing/assets/img/brand/british-rowing-logo--vertical.png);
      padding-top: 128px;
      max-width: 200px;
      margin: 0;
      background-position: top left; } }

.article__content a.wp-a[href$="doc"]:after, .article__content a.banner__pager__item[href$="doc"]:after {
  content: " [.doc]"; }

.article__content a.wp-a[href$="docx"]:after, .article__content a.banner__pager__item[href$="docx"]:after {
  content: " [.docx]"; }

.article__content a.wp-a[href$="xls"]:after, .article__content a.banner__pager__item[href$="xls"]:after {
  content: " [.xls]"; }

.article__content a.wp-a[href$="xlsx"]:after, .article__content a.banner__pager__item[href$="xlsx"]:after {
  content: " [.xlsx]"; }

.article__content a.wp-a[href$="pdf"]:after, .article__content a.banner__pager__item[href$="pdf"]:after {
  content: " [.pdf]"; }

.article__content a.wp-a[href$="ppt"]:after, .article__content a.banner__pager__item[href$="ppt"]:after {
  content: " [.ppt]"; }

.article__content a.wp-a[href$="pptx"]:after, .article__content a.banner__pager__item[href$="pptx"]:after {
  content: " [.pptx]"; }

.article__content a.wp-a[href$="jpg"]:after, .article__content a.banner__pager__item[href$="jpg"]:after {
  content: " [.jpg]"; }

.article__content a.wp-a[href$="jpeg"]:after, .article__content a.banner__pager__item[href$="jpeg"]:after {
  content: " [.jpeg]"; }

.article__content a.wp-a[href$="gif"]:after, .article__content a.banner__pager__item[href$="gif"]:after {
  content: " [.gif]"; }

.article__content a.wp-a[href$="png"]:after, .article__content a.banner__pager__item[href$="png"]:after {
  content: " [.png]"; }

.article__content a.wp-a[href$="mov"]:after, .article__content a.banner__pager__item[href$="mov"]:after {
  content: " [.mov]"; }

.article__content a.wp-a[href$="mp4"]:after, .article__content a.banner__pager__item[href$="mp4"]:after {
  content: " [.mp4]"; }

.article__content a.wp-a[href$="mp3"]:after, .article__content a.banner__pager__item[href$="mp3"]:after {
  content: " [.mp3]"; }

@media screen and (max-width: 640px) {
  .article__header {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px; } }

@media screen and (max-width: 640px) {
  .article__header {
    padding-top: 0; } }

@media screen and (min-width: 552px) {
  .article__header {
    margin-bottom: 20px; } }

.article__header__date {
  font-size: 16px;
  font-size: 1rem;
  background: #1b3156;
  padding: 5px 10px 5px 25px;
  display: inline-block;
  margin-left: -27px;
  margin-right: 10px;
  position: relative;
  top: -8px; }
  @media screen and (min-width: 641px) and (max-width: 768px) {
    .article__header__date {
      margin-left: -30px; } }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .article__header__date {
      margin-left: -30px; } }
  @media screen and (min-width: 1025px) {
    .article__header__date {
      margin-left: -30px;
      display: block;
      text-align: right;
      margin-right: 0;
      margin-top: 15px; } }

.article__header__date__datetime {
  color: #fff; }

.article__content {
  margin-bottom: 30px;
  border-bottom: 8px solid #c9d1e0;
  padding-bottom: 20px; }
  @media screen and (max-width: 640px) {
    .article__content {
      padding-top: 15px;
      padding-right: 15px;
      padding-left: 15px; } }

.article__content--home {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0; }

.article__content--lonely {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0; }

.tags {
  margin: 40px 0 20px 0; }

.athlete {
  position: relative; }
  @media screen and (max-width: 640px) {
    .athlete {
      padding-top: 15px;
      padding-right: 15px;
      padding-left: 15px; } }

@media print {
  .athlete--printable .wp-p {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.03em; } }

@media screen and (min-width: 641px) {
  .athlete__main-image {
    width: 50%;
    float: left; } }

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .athlete__main-image {
    margin-bottom: 20px; } }

.athlete__main-image__image {
  line-height: 1.15;
  text-decoration: none; }
  .athlete__main-image__image img {
    width: 100%;
    height: auto; }

.athlete__main-info-wrapper {
  position: relative;
  background: #fff; }
  @media screen and (min-width: 641px) {
    .athlete__main-info-wrapper {
      width: 50%;
      float: right; } }

.athlete__main-info {
  z-index: 30;
  position: relative;
  top: 10%;
  background: #1b3156;
  padding: 15px 25px 25px 25px; }
  @media screen and (min-width: 641px) {
    .athlete__main-info {
      left: -45px;
      margin-right: -45px;
      padding: 25px 35px 35px 45px; } }
  @media screen and (min-width: 1025px) {
    .athlete__main-info {
      left: -65px;
      margin-right: -65px;
      padding-left: 65px; } }

@media screen and (max-width: 900px) {
  .athlete__main-info-wrapper__buttons .button {
    width: 100%; } }

.athlete__main-info__name {
  color: #1b3156;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0.25em 0 0 0;
  color: #fff; }
  .ios .athlete__main-info__name {
    letter-spacing: -0.03em;
    font-weight: normal; }
  @media screen and (max-width: 480px) {
    .athlete__main-info__name {
      font-size: 26px;
      font-size: 1.625rem; } }
  .athlete__main-info__name a:hover {
    color: #0b67b2; }
  @media screen and (min-width: 900px) {
    .athlete__main-info__name {
      font-size: 62px;
      font-size: 3.875rem; } }
  @media screen and (max-width: 640px) {
    .athlete__main-info__name {
      font-size: 34px;
      font-size: 2.125rem; } }

.athlete__main-info__top-line {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0.45em 0 0.45em 0;
  padding-top: 0.55em;
  border-top: 1px solid #8dc1e8; }
  @media screen and (min-width: 641px) {
    .athlete__main-info__top-line {
      font-size: 18px;
      font-size: 1.125rem;
      margin-right: -35px; } }

.athlete__initial-copy {
  clear: both;
  width: 100%;
  float: none; }
  @media screen and (min-width: 641px) and (max-width: 1024px) {
    .athlete__initial-copy {
      clear: right; }
      .athlete__initial-copy p {
        position: relative;
        left: 30px;
        margin-right: 30px; } }
  @media screen and (min-width: 1025px) {
    .athlete__initial-copy {
      clear: none;
      float: right;
      width: 50%; } }

.athlete__initial-images {
  clear: right; }
  @media screen and (min-width: 1151px) {
    .athlete__initial-images {
      clear: none;
      float: right;
      width: 50%; } }

.athlete__content {
  padding: 45px; }
  @media screen and (max-width: 480px) {
    .athlete__content {
      padding: 15px 0; } }
  .athlete__content p:last-child {
    margin-bottom: 0; }

.athlete__logos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  box-sizing: border-box; }

.athlete__logo {
  padding: 0 15px;
  margin: 0 0 30px 0; }
  .athlete__logo img {
    display: block; }

.athlete__content__social {
  padding: 0 45px; }

.athlete__content__lottery {
  margin-bottom: 20px; }
  @media screen and (min-width: 641px) and (max-width: 1024px) {
    .athlete__content__lottery img {
      position: relative;
      left: 30px; } }
  @media screen and (max-width: 480px) {
    .athlete__content__lottery {
      margin-top: 20px; } }

.athlete__content__synopsis-text {
  font-size: 22px;
  font-size: 1.375rem; }
  .athlete__content__synopsis-text:first-of-type {
    margin-top: 0; }
    .athlete__content__synopsis-text:first-of-type:first-letter {
      float: left;
      color: #8dc1e8;
      font-size: 105px;
      line-height: 95px;
      padding-top: 4px;
      padding-right: 8px;
      margin-left: -3px;
      font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.athlete__big-quote {
  clear: both;
  padding: 20px 0 0 0; }
  @media screen and (min-width: 1399px) {
    .athlete__big-quote:not(.athlete__big-quote--reset-float) {
      clear: none;
      float: right;
      width: 50%;
      padding: 0; } }

.athlete__biq-quote__text {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.35;
  font-style: italic;
  padding-left: 40px;
  position: relative;
  margin: 20px 0 -10px 0; }
  .athlete__biq-quote__text:before {
    font-size: 100px;
    font-size: 6.25rem;
    position: absolute;
    top: -15px;
    left: -10px;
    content: '“';
    margin-left: -10px;
    font-family: Georgia, serif;
    color: #8dc1e8; }
  @media screen and (min-width: 641px) {
    .athlete__biq-quote__text {
      font-size: 36px;
      font-size: 2.25rem;
      margin: 28px 40px; } }

.athlete__main-feature {
  clear: both;
  margin-top: 60px; }
  .athlete__main-feature .athlete__content {
    max-width: 960px;
    margin: 0 auto; }
  .athlete__main-feature .wp-p:first-child {
    margin-top: 0; }

.athlete__main-feature__footer {
  margin: 0; }

.athlete__main-feature__section {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  background-position: center center;
  background-attachment: fixed;
  height: 150px;
  padding: 50px;
  position: relative;
  margin: 0 -20px; }
  .is-mobile .athlete__main-feature__section {
    background-attachment: scroll; }
  @media screen and (min-width: 481px) {
    .athlete__main-feature__section {
      height: 350px; } }
  @media screen and (min-width: 641px) {
    .athlete__main-feature__section {
      margin: 30px 0;
      background-size: cover; } }

.athlete__main-feature__section--slanted {
  margin-bottom: 30px; }
  @media screen and (min-width: 1025px) {
    .athlete__main-feature__section--slanted {
      overflow: hidden; } }
  @media screen and (min-width: 1025px) {
    .athlete__main-feature__section--slanted:before {
      background: #fff;
      top: -60px;
      content: '';
      display: block;
      width: 100%;
      height: 60px;
      left: 0;
      position: absolute;
      right: 0;
      transform: skewY(-1.5deg);
      transform-origin: 100%;
      z-index: 2; } }
  @media screen and (min-width: 1025px) {
    .athlete__main-feature__section--slanted:after {
      background: #fff;
      bottom: 0;
      content: '';
      display: block;
      width: 100%;
      height: 60px;
      left: 0;
      position: absolute;
      right: 0;
      transform: skewY(-1.5deg);
      transform-origin: 100%;
      z-index: 2; } }

.athlete__main-feature__section__tile {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/britishrowing/assets/img/backgrounds/video-overlay-tile.png); }

.athlete__main-feature__section__number {
  z-index: 10;
  color: #1b3156;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  color: #fff; }
  .ios .athlete__main-feature__section__number {
    letter-spacing: -0.03em;
    font-weight: normal; }
  @media screen and (max-width: 480px) {
    .athlete__main-feature__section__number {
      font-size: 15.6px;
      font-size: 0.975rem; } }
  .ios .athlete__main-feature__section__number {
    letter-spacing: normal; }
  .athlete__main-feature__section__number a:hover {
    color: #0b67b2; }

.athlete__main-feature__section__title {
  color: #1b3156;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 62px;
  font-size: 3.875rem;
  z-index: 10;
  color: #fff;
  position: relative;
  margin-top: 0; }
  .ios .athlete__main-feature__section__title {
    letter-spacing: -0.03em;
    font-weight: normal; }
  @media screen and (max-width: 480px) {
    .athlete__main-feature__section__title {
      font-size: 26px;
      font-size: 1.625rem; } }
  .athlete__main-feature__section__title a:hover {
    color: #0b67b2; }

.athlete__main-feature__section__copyright {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.35;
  color: #00386b;
  max-width: 230px; }
  .modal-driver .athlete__main-feature__section__copyright {
    bottom: 14px;
    right: 10px; }
    @media screen and (min-width: 641px) {
      .modal-driver .athlete__main-feature__section__copyright {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.35;
        position: absolute;
        text-align: right;
        color: #fff;
        max-width: 300px;
        bottom: 22px; } }
    @media screen and (min-width: 960px) {
      .modal-driver .athlete__main-feature__section__copyright {
        max-width: 400px; } }
    @media screen and (min-width: 1151px) {
      .modal-driver .athlete__main-feature__section__copyright {
        font-size: 18px;
        font-size: 1.125rem;
        max-width: 500px;
        bottom: 34px; } }
    @media screen and (min-width: 1600px) {
      .modal-driver .athlete__main-feature__section__copyright {
        font-size: 18px;
        font-size: 1.125rem;
        max-width: 600px;
        letter-spacing: -0.03em;
        bottom: 34px; } }

.athlete__related {
  margin-top: 30px;
  border-top: 8px solid #c9d1e0;
  padding-top: 20px; }
  @media screen and (max-width: 640px) {
    .athlete__related {
      padding-top: 15px;
      padding-right: 15px;
      padding-left: 15px; } }

/*
  BANNER
*/
.banner {
  padding-bottom: 35px; }
  .banner .bx-controls-direction {
    position: absolute;
    bottom: 0;
    right: 0; }

.banner__list {
  position: relative; }

.banner__item {
  position: relative; }

.banner__detail {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 25%;
  background: #1b3156;
  padding: 20px; }

.banner__title {
  color: #1b3156;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fff;
  margin: 0 0 0.5em; }
  .ios .banner__title {
    letter-spacing: -0.03em;
    font-weight: normal; }
  .banner__title a:hover {
    color: #0b67b2; }

.banner__excerpt {
  margin: 0.5em 0;
  color: #fff; }

.banner__action {
  margin: 0.8em 0 0; }

.banner__pager {
  margin-top: -5px; }

.banner__pager__item {
  display: inline-block;
  width: 100%;
  border-top: 5px solid transparent;
  transition: border-color 0.2s ease;
  text-decoration: none; }
  .banner__pager__item.active {
    border-color: #55b9e9; }

.banner__pager__item__thumb {
  display: block;
  width: 100%; }

.banner__pager__item__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.35;
  margin: 0.5em 0; }

[data-banner] .slick-slide:focus {
  outline: none; }

[data-banner] .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none; }
  [data-banner] .slick-dots li {
    display: inline-block; }

/*
 * .boxout
 */
@media screen and (min-width: 552px) {
  .boxout {
    float: left;
    width: 300px;
    margin: 10px 30px 30px 0; } }

@media screen and (min-width: 1025px) {
  .boxout {
    width: 320px;
    margin-left: -160px; } }

.boxout--video {
  max-width: 320px; }

.boxout__body {
  background: #e5ecf3;
  padding: 25px; }
  .boxout__body .wp-li {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 3px; }

.boxout__body__title {
  color: #1b3156;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .ios .boxout__body__title {
    letter-spacing: -0.03em;
    font-weight: normal; }
  .boxout__body__title a:hover {
    color: #0b67b2; }
  .boxout__body__title:first-child {
    margin-top: 0; }

.boxout__body__text {
  font-size: 14px;
  font-size: 0.875rem; }
  .boxout__body__text:first-child {
    margin-top: 0; }
  .boxout__body__text:last-child {
    margin-bottom: 0; }

.boxout__body__key-value {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 0; }

.boxout__body__key-value__key {
  font-weight: 700;
  display: inline-block;
  width: 50%;
  float: left;
  clear: left;
  margin: 0; }
  .boxout__body__key-value__key:not(:first-of-type) {
    margin-top: 10px; }
  .boxout__body__key-value__key:after {
    content: ':'; }

.boxout__body__key-value__value {
  display: inline-block;
  width: 50%;
  float: left;
  margin: 0; }
  .boxout__body__key-value__value:not(:first-of-type) {
    margin-top: 10px; }

.boxout__body__key-value--faq .boxout__body__key-value__key, .boxout__body__key-value--faq .boxout__body__key-value__value {
  width: 100%;
  margin-top: 0; }
  .boxout__body__key-value--faq .boxout__body__key-value__key:after, .boxout__body__key-value--faq .boxout__body__key-value__value:after {
    content: ''; }

.boxout__body__key-value--faq .boxout__body__key-value__value {
  margin-bottom: 10px; }

.boxout__body__text {
  font-size: 16px;
  font-size: 1rem; }

.athlete .boxout, .indoor .boxout {
  margin-bottom: 30px; }
  @media screen and (min-width: 1025px) {
    .athlete .boxout, .indoor .boxout {
      float: left;
      width: 300px;
      margin: 10px 30px 30px 0; } }
  @media screen and (min-width: 1151px) {
    .athlete .boxout, .indoor .boxout {
      width: 320px;
      margin-left: -110px; } }

.boxout .eb-group:last-child {
  margin-bottom: 0; }
  .boxout .eb-group:last-child .eb-unit:last-child {
    margin-bottom: 0; }

/*
  CAROUSEL
  Carousel slider
*/
[data-carousel] .slick-slide:focus {
  outline: none; }

[data-carousel] .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none; }
  [data-carousel] .slick-dots li {
    display: inline-block; }

/*
  .crumb – breadcrumbs...
*/
.crumb {
  display: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #c9d1e0;
  margin-top: -8px;
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    .crumb {
      margin-top: 15px;
      margin-right: 15px;
      margin-left: 15px; } }
  @media screen and (min-width: 481px) {
    .crumb {
      display: block; } }
  @media screen and (min-width: 1025px) {
    .crumb {
      margin-bottom: 20px; } }
  @media screen and (min-width: 1399px) {
    .crumb {
      margin-bottom: 40px; } }

.crumb__items {
  margin: 0;
  padding: 0;
  list-style: none; }

.crumb__item {
  line-height: 1.15;
  display: inline-block;
  margin: 0;
  padding: 0; }

.crumb__link {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  overflow: hidden;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .crumb__link:not(.crumb__link--active):after {
    content: '»';
    margin-left: 4px; }

.crumb__link--active {
  font-style: italic;
  pointer-events: none; }

.athlete .crumb {
  z-index: 20;
  margin-bottom: 0;
  position: absolute;
  top: 15px;
  left: 15px;
  border: none; }
  @media screen and (max-width: 1024px) {
    .athlete .crumb {
      display: none; } }

.athlete .crumb__link {
  color: #fff; }

.eb-group {
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .eb-group {
      padding-top: 15px;
      padding-right: 15px;
      padding-left: 15px; } }

.eb-group__header .button {
  display: block;
  float: right;
  margin-left: 15px; }

.eb-group__header__title {
  color: #1b3156;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border-bottom: 1px solid #c9d1e0;
  padding-bottom: 10px; }
  .ios .eb-group__header__title {
    letter-spacing: -0.03em;
    font-weight: normal; }
  .eb-group__header__title a:hover {
    color: #0b67b2; }

.eb-group:first-child .eb-group__header__title {
  margin-top: 0;
  line-height: 2.6rem; }

.eb-group__header__title--small {
  color: #1b3156;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .ios .eb-group__header__title--small {
    letter-spacing: -0.03em;
    font-weight: normal; }
  .eb-group__header__title--small a:hover {
    color: #0b67b2; }
  @media screen and (max-width: 480px) {
    .eb-group__header__title--small {
      font-size: 18px;
      font-size: 1.125rem; } }

.eb-group__footer {
  border-top: 1px solid #c9d1e0;
  padding-top: 10px; }
  .eb-group__footer .button {
    float: right; }

.eb-group__eb-units {
  padding-top: 10px; }

.eb-unit {
  margin-bottom: 20px; }
  .eb-unit .hero {
    margin-bottom: 10px; }

.eb-unit__content__title {
  color: #1b3156;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-top: 0;
  margin-bottom: 10px; }
  .ios .eb-unit__content__title {
    letter-spacing: -0.03em;
    font-weight: normal; }
  .eb-unit__content__title a:hover {
    color: #0b67b2; }

.eb-unit__content__title--small {
  color: #1b3156;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5; }
  .ios .eb-unit__content__title--small {
    letter-spacing: -0.03em;
    font-weight: normal; }
  .eb-unit__content__title--small a:hover {
    color: #0b67b2; }

.eb-unit__content__title--tiny {
  color: #1b3156;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem; }
  .ios .eb-unit__content__title--tiny {
    letter-spacing: -0.03em;
    font-weight: normal; }
  .eb-unit__content__title--tiny a:hover {
    color: #0b67b2; }

.eb-unit__content__title--lato {
  color: #1b3156;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700; }
  .ios .eb-unit__content__title--lato {
    letter-spacing: -0.03em;
    font-weight: normal; }
  .eb-unit__content__title--lato a:hover {
    color: #0b67b2; }

.eb-unit__content__date {
  font-size: 16px;
  font-size: 1rem;
  margin: -7px 0 0.45em 0;
  color: #dc2b28;
  font-style: italic; }

.eb-unit__content__synopsis {
  font-size: 16px;
  font-size: 1rem;
  margin: 0.45em 0; }

.eb-group:first-child .eb-group__header__title {
  margin-top: 0; }

@media screen and (min-width: 1399px) {
  .eb-group--news-column {
    margin-top: 250px; } }

.eb-group--home-top {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #c9d1e0; }
  .eb-group--home-top .eb-group__eb-units {
    padding-top: 0; }
  .eb-group--home-top .eb-unit__content__title:not(.eb-unit__content__title--small):not(.eb-unit__content__title--tiny) {
    font-size: 20px;
    font-size: 1.25rem; }
    @media screen and (min-width: 641px) {
      .eb-group--home-top .eb-unit__content__title:not(.eb-unit__content__title--small):not(.eb-unit__content__title--tiny) {
        font-size: 32px;
        font-size: 2rem; } }
  .eb-group--home-top .eb-unit__content__title--small {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.35; }
    @media screen and (min-width: 641px) {
      .eb-group--home-top .eb-unit__content__title--small {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media screen and (max-width: 551px) {
      .eb-group--home-top .eb-unit__content__title--small + .eb-unit__content__date {
        font-size: 14px;
        font-size: 0.875rem; } }
  @media screen and (max-width: 480px) {
    .eb-group--home-top .eb-unit__content__synopsis {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }
  .eb-group--home-top .eb-unit--home-1 {
    border-bottom: 1px solid #c9d1e0;
    margin-bottom: 30px;
    padding-bottom: 20px; }
    @media screen and (min-width: 1151px) {
      .eb-group--home-top .eb-unit--home-1 {
        border-right: 1px solid #c9d1e0;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
        padding-right: 30px; } }
  @media screen and (min-width: 1151px) {
    .eb-group--home-top .eb-unit--home-4, .eb-group--home-top .eb-unit--home-5, .eb-group--home-top .eb-unit--home-6 {
      margin-top: 20px; } }
  .eb-group--home-top .button {
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 1151px) {
      .eb-group--home-top .button {
        margin-top: 20px; } }

.eb-group--border-units .eb-unit {
  border-bottom: 1px solid #c9d1e0;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.eb-group--border-units .eb-group__footer {
  border-top: none; }

.eb-group--home-top-2 {
  border-top: 1px solid #c9d1e0;
  padding-top: 10px; }
  .eb-group--home-top-2 .eb-group__eb-units {
    padding-top: 0; }
  .eb-group--home-top-2 .eb-unit__content__title {
    font-size: 20px;
    font-size: 1.25rem; }
    @media screen and (min-width: 641px) {
      .eb-group--home-top-2 .eb-unit__content__title {
        font-size: 28px;
        font-size: 1.75rem; } }
  .eb-group--home-top-2 .eb-unit__content__title--small {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25; }

.eb-group--feed-list {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0; }
  @media screen and (max-width: 640px) {
    .eb-group--feed-list .eb-unit__content__synopsis {
      display: none; } }

.eb-group--follows-slider .eb-group__eb-units {
  padding-top: 0; }

.membership-table .eb-group {
  margin-bottom: 0; }

/*
  .footer
*/
.partners {
  padding-top: 30px;
  border-top: 8px solid #c9d1e0; }

.partners__group__logo {
  width: 100%;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .partners__group__logo {
      margin-bottom: 50px; } }

.partners__group__logo__image {
  display: block;
  margin: 0 auto; }

.partners__group__title__text {
  color: #1b3156;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border-bottom: 1px solid #c9d1e0;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .ios .partners__group__title__text {
    letter-spacing: -0.03em;
    font-weight: normal; }
  .partners__group__title__text a:hover {
    color: #0b67b2; }
  @media screen and (max-width: 480px) {
    .partners__group__title__text {
      text-align: center; } }

.footer__content {
  background: #1b3156;
  min-height: 200px;
  padding: 40px 0;
  position: relative;
  border-top: 8px solid #c9d1e0; }
  .footer__content .layout {
    padding-top: 90px; }

.footer__content__athletes {
  margin: -80px 0 0 0;
  width: 100%;
  max-width: 1600px;
  float: left; }
  @media screen and (max-width: 640px) {
    .footer__content__athletes {
      display: none; } }

.footer__content__elements {
  width: 100%;
  display: block; }
  @media screen and (min-width: 641px) {
    .footer__content__elements {
      margin-top: 20px;
      padding-right: 15px; } }
  @media screen and (min-width: 769px) {
    .footer__content__elements {
      margin-top: 40px; } }
  @media screen and (max-width: 640px) {
    .footer__content__elements {
      position: static; } }

@media screen and (min-width: 641px) {
  .footer__content__clickables {
    margin-top: 20px; } }

@media screen and (max-width: 640px) {
  .footer__content__clickables {
    margin-left: 30px; } }

.footer__logo {
  z-index: 30;
  max-width: 150px;
  top: 0;
  right: 30px;
  position: absolute; }
  @media screen and (max-width: 1024px) {
    .footer__logo {
      max-width: 100px;
      top: -40px; } }
  @media screen and (max-width: 640px) {
    .footer__logo {
      top: 0; } }

.footer__caption {
  z-index: 30;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1em;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fff;
  width: 33%;
  position: absolute;
  right: 30px;
  top: 120px; }
  @media screen and (max-width: 1024px) {
    .footer__caption {
      font-size: 22px;
      font-size: 1.375rem;
      top: 40px;
      width: 30%; } }
  @media screen and (max-width: 640px) {
    .footer__caption {
      display: none; } }

.footer__info {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  margin-left: 30px; }
  .footer__info p:first-child {
    margin-top: 0; }
  @media screen and (max-width: 640px) {
    .footer__info {
      margin-right: 150px; } }

@media screen and (max-width: 1024px) {
  .footer__content__nav-section {
    margin-left: 30px; } }

.footer__content__nav__items {
  list-style: none;
  padding: 0;
  margin: 0; }

.footer__content__nav__item {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: top;
  width: 28%;
  margin-right: 2%; }
  @media screen and (min-width: 641px) and (max-width: 768px) {
    .footer__content__nav__item {
      width: 46%;
      margin-right: 3%; } }
  @media screen and (max-width: 480px) {
    .footer__content__nav__item {
      width: 46%;
      margin-right: 3%; } }

.footer__content__nav__link {
  color: #fff; }

.footer__content__text {
  clear: both;
  padding-right: 35px; }

.footer__content__copyright {
  margin-top: 30px;
  text-align: right;
  clear: right; }
  @media screen and (max-width: 640px) {
    .footer__content__copyright {
      text-align: left;
      clear: left;
      margin-top: 0;
      margin-left: 30px; } }
  .footer__content__copyright p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff; }
    @media screen and (max-width: 1024px) {
      .footer__content__copyright p {
        margin-bottom: 0; } }

.footer__content__member {
  float: right;
  clear: left;
  margin-left: 3px;
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    .footer__content__member {
      float: left;
      clear: none;
      margin-top: 30px; } }

.footer__content__social {
  float: right;
  margin-left: 2px;
  clear: right;
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    .footer__content__social {
      float: left;
      margin-left: 30px;
      margin-top: 30px; } }

/*
  HEADER – GENERIC
*/
.header {
  position: static !important;
  padding-bottom: 56px; }
  @media screen and (min-width: 1075px) {
    .header {
      padding-bottom: 0; } }
  .header .layout {
    position: relative; }

.header__logo {
  overflow: hidden; }
  @media screen and (min-width: 1075px) {
    .header__logo {
      float: left; } }

.header__logo__link {
  display: block; }

.header__logo__link--horizontal {
  margin: 20px auto;
  max-width: 230px; }
  @media screen and (min-width: 1075px) {
    .header__logo__link--horizontal {
      margin: 37px 0 27px 0; } }
  @media screen and (min-width: 1555px) {
    .header__logo__link--horizontal {
      display: none; } }
  @media screen and (min-width: 1075px) and (max-width: 980px) {
    .header__logo__link--horizontal {
      display: none; } }

.header__logo__link--vertical {
  display: none;
  max-width: 195px;
  margin: 30px 30px 25px 0; }
  @media screen and (min-width: 1555px) {
    .header__logo__link--vertical {
      display: block;
      margin-bottom: 35px; } }
  @media screen and (min-width: 1075px) and (max-width: 980px) {
    .header__logo__link--vertical {
      display: block;
      max-width: 117px;
      margin: 30px 10px 25px 0; } }

@media screen and (min-width: 1075px) {
  .header__mobile-nav {
    display: none; } }

/*
  MAIN NAV
*/
.header__nav {
  display: none;
  margin-bottom: 20px;
  position: relative;
  clear: both;
  z-index: 2000; }
  @media screen and (min-width: 1075px) {
    .header__nav {
      display: block; } }
  @media screen and (min-width: 1555px) {
    .header__nav {
      clear: none;
      float: right;
      width: calc(100% - 225px); } }

.header__nav__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .header__nav__list > .header__nav__item:nth-child(1) > a {
    background: #8dc1e8; }
  .header__nav__list > .header__nav__item:nth-child(2) > a {
    background: #55b9e9; }
  .header__nav__list > .header__nav__item:nth-child(3) > a {
    background: #56a1b7; }
  .header__nav__list > .header__nav__item:nth-child(4) > a {
    background: #0b67b2; }
  .header__nav__list > .header__nav__item:nth-child(5) > a {
    background: #1b3156; }
  .header__nav__list > .header__nav__item:nth-child(6) > a {
    background: #dc2b28; }

.header__nav__item {
  float: left;
  width: 16.66%;
  border-left: 1px solid transparent; }
  .header__nav__item:first-child {
    border-left: 0; }

.header__nav__item--sub {
  width: auto;
  border-left: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 941px) {
    .header__nav__item--sub .header__nav__item__link {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1140px) {
    .header__nav__item--sub .header__nav__item__link {
      font-size: 16px;
      font-size: 1rem; } }

.header__nav__item__link {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-size: 0.875rem; }
  .header__nav__item--sub .header__nav__item__link {
    padding: 15px 25px; }
    @media screen and (min-width: 1140px) {
      .header__nav__item--sub .header__nav__item__link {
        padding: 15px 40px; } }
  @media screen and (min-width: 941px) {
    .header__nav__item__link {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1140px) {
    .header__nav__item__link {
      font-size: 18px;
      font-size: 1.125rem; } }
  [data-nav-state="is-open"] .header__nav__item__link {
    z-index: 2000;
    position: relative; }

/*
  HEADER SUBNAV STATIC
 */
.header__nav__list--sub {
  background: #dc2b28;
  border-right: 1px solid #fff; }
  @media screen and (max-width: 1310px) {
    .header__nav__list--sub {
      border-right: none; } }

/*
  HEADER SUBNAV DROPDOWN
*/
.header__subnav {
  z-index: 2000;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  overflow: hidden;
  color: white; }
  @media screen and (min-width: 1555px) {
    .header__subnav {
      margin-left: -225px; } }
  .header__subnav[data-nav-state="is-open"] {
    display: block; }
  .header__subnav:nth-child(2) .header__subnav__list {
    background: #8dc1e8; }
  .header__subnav:nth-child(3) .header__subnav__list {
    background: #55b9e9; }
  .header__subnav:nth-child(4) .header__subnav__list {
    background: #56a1b7; }
  .header__subnav:nth-child(5) .header__subnav__list {
    background: #0b67b2; }
  .header__subnav:nth-child(6) .header__subnav__list {
    background: #1b3156; }
  .header__subnav:nth-child(7) .header__subnav__list {
    background: #dc2b28; }

.header__subnav__inner--main {
  overflow: hidden; }

.header__subnav__lead {
  padding: 10px 10px 0 10px; }
  @media screen and (min-width: 1555px) {
    .header__subnav__lead {
      margin-left: 225px; } }
  .header__subnav--go-rowing .header__subnav__lead {
    background: #8dc1e8; }
  .header__subnav--clubs .header__subnav__lead, .header__subnav--news .header__subnav__lead {
    background: #55b9e9; }
  .header__subnav--knowledge .header__subnav__lead {
    background: #56a1b7; }
  .header__subnav--events .header__subnav__lead {
    background: #0b67b2; }
  .header__subnav--gb-rowing-team .header__subnav__lead {
    background: #1b3156; }

.header__subnav__intro {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 8px 10px;
  overflow: hidden; }
  @media screen and (min-width: 1555px) {
    .header__subnav__intro {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 7px 15px; } }

.header__subnav__list {
  padding: 10px; }
  .header__subnav__list a {
    color: white;
    text-decoration: none; }
    .header__subnav__list a:hover {
      text-decoration: underline; }

.header__subnav__section {
  display: flex;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.45);
  color: white;
  overflow: hidden;
  padding: 20px 20px 0 20px; }
  @media screen and (min-width: 1399px) {
    .header__subnav__section {
      padding: 25px 30px 0 30px; } }

.header__subnav__group {
  width: 20%;
  padding-left: 20px; }
  @media screen and (min-width: 1250px) {
    .header__subnav__group {
      width: 16%; } }
  @media screen and (min-width: 1399px) {
    .header__subnav__group {
      padding-left: 30px; } }

.header__subnav__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  @media screen and (min-width: 1250px) {
    .header__subnav__wrapper {
      width: 80%; } }

.header__subnav__group {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 25px;
  width: 20%; }
  .header__subnav__section--promo .header__subnav__group {
    width: auto;
    float: none;
    margin-left: -10px; }
  .header__subnav__group h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25;
    font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px; }
    @media screen and (min-width: 1399px) {
      .header__subnav__group h2 {
        font-size: 22px;
        font-size: 1.375rem; } }
    .header__subnav__group h2 a {
      display: block; }
  .header__subnav__group ul {
    margin: 0.6em 0 0;
    padding: 0;
    list-style: none; }
  .header__subnav__group li {
    margin: 0.4em 0;
    font-size: 14px;
    font-size: 0.875rem; }
    @media screen and (min-width: 1025px) {
      .header__subnav__group li {
        font-size: 16px;
        font-size: 1rem; } }

.header__subnav__group--lead {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 1250px) {
    .header__subnav__group--lead {
      width: 20%;
      margin: 0;
      padding: 0; } }

.header__subnav__group__intro {
  margin: 0;
  padding-right: 210px; }
  @media screen and (min-width: 1250px) {
    .header__subnav__group__intro {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      padding-top: 15px;
      padding-right: 0; } }

.header__subnav__group__action {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: 0px;
  right: 0;
  margin: 0; }
  @media screen and (min-width: 1250px) {
    .header__subnav__group__action {
      position: static;
      transform: none;
      margin-top: 1em; } }

.header__tools {
  display: none; }
  @media screen and (min-width: 1075px) {
    .header__tools {
      float: right;
      display: block;
      margin-bottom: 27px;
      z-index: 2001; } }
  @media screen and (min-width: 1555px) {
    .header__tools {
      margin-bottom: 30px;
      overflow: hidden;
      z-index: 2001; } }
  @media screen and (min-width: 1075px) and (max-width: 1554px) {
    .header__tools:before {
      z-index: 300;
      background-color: #fff;
      position: absolute;
      width: 100%;
      height: 41px;
      content: ''; } }

.header__tools__list {
  z-index: 300;
  position: relative;
  background: #fff;
  float: right;
  margin: 0;
  padding: 7px 0 0;
  list-style: none;
  font-size: 16px;
  font-size: 1rem;
  min-height: 41px;
  z-index: 500; }
  @media screen and (min-width: 1555px) {
    .header__tools__list {
      float: left;
      border-bottom: 1px solid #c9d1e0;
      padding: 7px 12px 0 5px; } }

.header__tools__item {
  float: left;
  margin-left: 12px; }
  .header__tools__item:before {
    content: "/";
    color: #a0d8f3;
    display: inline-block;
    margin-right: 12px; }
  .header__tools__item:first-child {
    margin-left: 0; }
    .header__tools__item:first-child:before {
      display: none; }
  .header__tools__item a {
    display: inline-block;
    text-decoration: none;
    color: #00386b; }
    .header__tools__item a:hover {
      text-decoration: underline; }

.header__tools__member {
  z-index: 3001;
  position: relative;
  float: right;
  clear: left;
  margin-left: 3px; }
  @media screen and (min-width: 1555px) {
    .header__tools__member {
      clear: none; } }

.header__tools__online-services {
  float: right; }

.header__tools__social {
  /*@include z-index(chrome-top);*/
  z-index: 500;
  position: relative;
  float: right;
  margin-left: 2px;
  clear: right; }
  @media screen and (min-width: 1555px) {
    .header__tools__social {
      clear: none; } }

.header__tools__search {
  float: right;
  margin: 0 5px 0 8px; }

.hero {
  position: relative; }

.hero--video {
  position: relative; }

@media screen and (min-width: 641px) {
  .hero--embed--letter-box {
    padding-bottom: 40%; } }

.hero--overlay {
  position: relative; }

.hero__link {
  position: relative;
  display: block; }
  .hero:not(.hero--video) .hero__link, .hero__link .hero:not(.hero--lightbox) {
    transition: all 0.2s ease-in-out;
    outline: 5px solid rgba(201, 209, 224, 0); }
    .hero:not(.hero--video) .hero__link:hover, .hero__link .hero:not(.hero--lightbox):hover {
      outline: 5px solid #c9d1e0; }
      .hero:not(.hero--video) .hero__link:hover:after, .hero__link .hero:not(.hero--lightbox):hover:after {
        opacity: 1;
        top: 50%; }

.hero--video__play-button:hover,
.hero__link:hover .hero--video__play-button, .hero__link:hover + .hero--video__play-button {
  background-position: 0 -56px; }
  .hero--video__play-button:hover:after,
  .hero__link:hover .hero--video__play-button:after, .hero__link:hover + .hero--video__play-button:after {
    top: 0; }

.hero--video__play-button {
  display: block;
  overflow: hidden;
  height: 0;
  width: 56px;
  padding-top: 56px;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon--video-play.png);
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  .hero--video__play-button:after {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon--video-play--hover.png);
    background-size: contain;
    position: absolute;
    top: 56px; }

.hero__section,
article .g-col div.hero a.hero__section {
  padding: 3px 10px;
  position: absolute;
  background: #dc2b28;
  color: #fff;
  bottom: 20px;
  left: 0;
  text-decoration: none;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.hero__image {
  width: 100%;
  display: block; }

@media screen and (min-width: 552px) {
  .hero__image--background {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    padding-left: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center; } }

.hero__tint {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0)); }

.hero__content {
  position: relative; }

.hero__content__title {
  color: #fff; }

.hero--embed__preloader {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(201, 209, 224, 0.75);
  width: 100%;
  height: 100%; }

.preloader-spinner {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.5s all ease-out; }
  .preloader-spinner img {
    animation: preload-spin ease-in-out 1.0s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards; }

.hero--embed__preloader--ready {
  opacity: 0;
  pointer-events: none; }

@keyframes preload-spin {
  0% {
    transform: rotate(360deg); }
  75% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }

.athlete .hero--embed {
  clear: both; }

.g-col > .hero:last-child {
  margin-bottom: 25px; }

.hero-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media screen and (min-width: 1025px) {
    .hero-wrapper {
      margin-bottom: 40px;
      padding-top: 20px; } }

.page-banner {
  width: 100%;
  margin: 0 0 30px 0; }
  .page-banner img {
    display: block; }

.indoor__content {
  max-width: 960px;
  margin: 0 auto; }

.in-page-nav {
  clear: both; }
  @media screen and (max-width: 768px) {
    .in-page-nav {
      display: none; } }
  .in-page-nav ~ .button {
    margin-top: 15px; }

.in-page-nav__label {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-bottom: 0;
  padding: 0.55em 0;
  border-bottom: 1px solid #c9d1e0;
  border-top: 1px solid #c9d1e0;
  text-align: right; }
  .in-page-nav__label:first-child {
    margin-top: 0; }

.in-page-nav__items {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
  border-top: 1px solid #c9d1e0; }
  .in-page-nav:first-child .in-page-nav__items {
    padding-top: 0; }

.in-page-nav__item {
  line-height: 1.25;
  text-align: right;
  display: block; }

.in-page-nav__link {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: block;
  padding: 10px 18px 10px 10px;
  position: relative;
  transition: all 0.15s ease-in-out;
  border-bottom: 1px solid #c9d1e0;
  word-wrap: normal; }
  .in-page-nav__link:hover, .in-page-nav__link.in-page-nav__link--active {
    background: #e5ecf3;
    transition: all 0.1s ease-in-out; }
  .in-page-nav__link input[type="checkbox"] {
    float: right;
    margin: 5px 0 0 10px; }

.in-page-nav__item .in-page-nav__items {
  padding: 0;
  border: none; }

.in-page-nav__item .in-page-nav__item .in-page-nav__link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.in-page-nav-placeholder .in-page-nav {
  margin-bottom: 30px;
  background: #e5ecf3;
  padding: 20px 25px 25px 25px; }

.in-page-nav-placeholder .in-page-nav__items {
  border: none;
  padding-top: 0; }

.in-page-nav-placeholder .in-page-nav__item {
  text-align: left; }
  .in-page-nav-placeholder .in-page-nav__item:last-child {
    margin-bottom: 0; }

/*
  INTERRUPTER
*/
.interrupter {
  background-position: 50% 0;
  background-size: cover;
  background-color: #000;
  height: 250px;
  border-top: 8px solid #d4e7f6;
  border-bottom: 8px solid #d4e7f6;
  position: relative; }
  @media screen and (max-width: 768px) {
    .interrupter {
      height: 550px; } }

.interrupter__background {
  position: absolute;
  top: 0;
  left: 48%;
  transform: translateX(-50%);
  height: 100%;
  width: 65%;
  background-repeat: no-repeat;
  background-position: center top 15%;
  background-size: cover; }
  @media screen and (max-width: 1398px) {
    .interrupter__background {
      left: 40%; } }
  @media screen and (max-width: 768px) {
    .interrupter__background {
      left: 0;
      transform: translateX(0);
      width: 100%;
      background-position: center; } }

.interrupter__gradient-top-left {
  background-image: linear-gradient(to right, #000 35%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%; }
  @media screen and (max-width: 1398px) {
    .interrupter__gradient-top-left {
      width: 40%; } }
  @media screen and (max-width: 768px) {
    .interrupter__gradient-top-left {
      background-image: linear-gradient(to bottom, #000 35%, rgba(0, 0, 0, 0));
      height: 25%;
      width: 100%; } }

.interrupter__gradient-bottom-right {
  background-image: linear-gradient(to left, #000 50%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 35%; }
  @media screen and (max-width: 1398px) {
    .interrupter__gradient-bottom-right {
      width: 50%; } }
  @media screen and (max-width: 768px) {
    .interrupter__gradient-bottom-right {
      background-image: linear-gradient(to top, #000 35%, rgba(0, 0, 0, 0));
      height: 25%;
      width: 100%;
      bottom: 0;
      top: auto; } }

.interrputer__content-wrap {
  height: 100%; }

.interrupter__content {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  max-width: 45%; }
  @media screen and (max-width: 1024px) {
    .interrupter__content {
      max-width: 33%; } }
  @media screen and (max-width: 768px) {
    .interrupter__content {
      width: 100%;
      max-width: 100%;
      transform: translateY(0);
      top: 30px; }
      .interrupter__content .button {
        float: right;
        margin-top: -25px;
        margin-right: 60px; } }
  @media screen and (max-width: 640px) {
    .interrupter__content .button {
      display: none; } }
  @media screen and (max-width: 480px) {
    .interrupter__content {
      left: 15px; } }

.interrupter__content__title {
  color: #1b3156;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fff;
  margin: 0;
  text-transform: uppercase; }
  .ios .interrupter__content__title {
    letter-spacing: -0.03em;
    font-weight: normal; }
  @media screen and (max-width: 480px) {
    .interrupter__content__title {
      font-size: 26px;
      font-size: 1.625rem; } }
  .interrupter__content__title a:hover {
    color: #0b67b2; }
  @media screen and (max-width: 1024px) {
    .interrupter__content__title {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media screen and (max-width: 768px) {
    .interrupter__content__title {
      width: 50%;
      float: left; } }
  @media screen and (max-width: 640px) {
    .interrupter__content__title {
      width: 100%; } }

.interrupter__content__caption {
  color: #fff;
  margin: 0.25em 0 0.85em 0; }
  @media screen and (max-width: 1024px) {
    .interrupter__content__caption {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media screen and (max-width: 768px) {
    .interrupter__content__caption {
      width: 50%;
      float: left;
      clear: left; } }
  @media screen and (max-width: 640px) {
    .interrupter__content__caption {
      width: 100%; } }

.interrupter__counter {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 370px; }
  @media screen and (max-width: 1150px) {
    .interrupter__counter {
      width: 300px; } }
  @media screen and (max-width: 768px) {
    .interrupter__counter {
      width: 75%;
      right: 0;
      bottom: 30px;
      top: auto;
      transform: translateY(0); } }
  @media screen and (max-width: 480px) {
    .interrupter__counter {
      width: 65%; } }

.counter__item {
  border-right: 1px solid #fff; }

.counter .g-col-1-4:last-child .counter__item {
  border-right: none; }

.counter__item__number, .counter__item__label {
  display: block;
  text-align: center; }

.counter__item__number {
  color: #1b3156;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fff; }
  .ios .counter__item__number {
    letter-spacing: -0.03em;
    font-weight: normal; }
  @media screen and (max-width: 480px) {
    .counter__item__number {
      font-size: 26px;
      font-size: 1.625rem; } }
  .counter__item__number a:hover {
    color: #0b67b2; }
  @media screen and (max-width: 1150px) {
    .counter__item__number {
      font-size: 26px;
      font-size: 1.625rem; } }

.interrupter__logo {
  position: absolute;
  right: 400px;
  top: 50%;
  width: 100px;
  transform: translateY(-50%); }
  .interrupter__logo img {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.95));
    filter: url(/wp-content/themes/britishrowing/assets/css/"data:image/svg+xml;utf8,<svg height='0' xmlns='http:/www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='4'/><feOffset dx='0' dy='0' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,0.95)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#000')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#000')"; }
  @media screen and (max-width: 1150px) {
    .interrupter__logo {
      width: 75px;
      top: 48%;
      right: 330px; } }
  @media screen and (max-width: 768px) {
    .interrupter__logo {
      width: 25%;
      right: auto;
      left: 30px;
      bottom: 30px;
      top: auto;
      transform: translateY(0); } }
  @media screen and (max-width: 480px) {
    .interrupter__logo {
      width: 20%;
      left: 15px; } }

@media screen and (max-width: 640px) {
  .interrupter__master-link {
    z-index: 20;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    padding-top: 550px;
    width: 100%;
    cursor: pointer; } }

/*
  LIGHTBOX
*/
.mfp-content {
  max-height: 100%; }

/*
  M-NAV
  Mobile nav
*/
.js [data-mnav-placeholder] {
  display: none; }

@media screen and (min-width: 1075px) {
  .m-nav {
    display: none; } }

.m-nav__toggles {
  position: absolute;
  top: 81px;
  width: 100%; }
  .no-js .m-nav__toggles {
    display: none; }

.m-nav__toggles__link {
  position: absolute;
  top: 0;
  z-index: 910; }
  .m-nav__toggles__link a {
    text-decoration: none; }
  .m-nav__toggles__link .button,
  .m-nav__toggles__link .button::before,
  .m-nav__toggles__link .button::after {
    padding: 7px 20px; }

.m-account__toggles__link {
  position: absolute;
  top: 0;
  z-index: 910; }
  .m-account__toggles__link a {
    text-decoration: none; }

.m-nav__toggles__link--member {
  left: 0;
  text-align: center; }

.m-nav__toggles__link--menu {
  right: 0; }
  .m-nav__toggles__link--menu a {
    display: block;
    position: relative; }
    .m-nav__toggles__link--menu a span {
      display: block;
      overflow: hidden;
      position: relative;
      text-indent: -999em;
      width: 41px;
      height: 41px;
      background: #1b3156; }
      .m-nav__toggles__link--menu a span:before, .m-nav__toggles__link--menu a span:after {
        text-indent: 0;
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: no-repeat 50% 50%;
        transition: all 0.25s ease-out; }
      .m-nav__toggles__link--menu a span:before {
        background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon-menu.png);
        top: 0; }
        .m-nav--is-active .m-nav__toggles__link--menu a span:before {
          top: -100%;
          transform: rotateX(-90deg); }
      .m-nav__toggles__link--menu a span:after {
        top: 100%;
        background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon-close.png);
        transform: rotateX(90deg); }
        .m-nav--is-active .m-nav__toggles__link--menu a span:after {
          top: 0;
          transform: rotateX(0deg); }

.m-account__toggles__link--menu {
  right: 46px;
  transition: all 0.2s ease-out; }
  .m-account__toggles__link--menu a {
    display: block;
    position: relative; }
    .m-account__toggles__link--menu a span {
      display: block;
      overflow: hidden;
      position: relative;
      text-indent: -999em;
      width: 41px;
      height: 41px;
      background: #1b3156; }
      .m-account__toggles__link--menu a span:before, .m-account__toggles__link--menu a span:after {
        text-indent: 0;
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: no-repeat 50% 50%;
        transition: all 0.25s ease-out; }
      .m-account__toggles__link--menu a span:before {
        background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon-user.png);
        top: 0; }
      .m-account__toggles__link--menu a span:after {
        top: 100%;
        background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon-close.png);
        transform: rotateX(90deg); }
    .m-account__toggles__link--menu a.m-account--is-active span:before {
      top: -100%;
      transform: rotateX(-90deg); }
    .m-account__toggles__link--menu a.m-account--is-active span:after {
      top: 0;
      transform: rotateX(0deg); }

.m-nav__menu {
  position: absolute;
  top: 136px;
  left: 100%;
  width: 100%;
  bottom: 0;
  padding-bottom: 50px;
  overflow: scroll;
  z-index: 900;
  background: white;
  opacity: 0;
  display: none; }
  .m-nav__menu[data-tgl-id] {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease, opacity 0.4s ease; }
  .m-nav__menu[data-tgl-id][data-tgl-state="on"] {
    transform: translate3d(-100%, 0, 0);
    opacity: 1;
    display: block; }
  .no-js .m-nav__menu {
    opacity: 1;
    position: static;
    overflow: auto;
    border-top: 0; }

.no-js .m-nav__menu--sub {
  display: none; }

.m-nav__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.m-nav__item__title,
.m-nav__item__link {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  padding: 15px 25px;
  color: #0b67b2;
  border-bottom: 1px solid #d4e7f6; }
  .m-nav__item--tribal .m-nav__item__title,
  .m-nav__menu--tribal .m-nav__item__title, .m-nav__item--tribal
  .m-nav__item__link,
  .m-nav__menu--tribal
  .m-nav__item__link {
    font-size: 20px;
    font-size: 1.25rem;
    border-bottom: 1px solid white;
    padding: 12px 25px;
    font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.m-nav__item__title {
  background: white;
  color: #1b3156; }

a.m-nav__item__title {
  text-decoration: none; }
  a.m-nav__item__title:before {
    content: "→";
    float: right;
    margin-left: 10px; }

.m-nav__item__link {
  text-decoration: none; }
  .m-nav__item--tribal .m-nav__item__link,
  .m-nav__menu--tribal .m-nav__item__link {
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }
  .m-nav__item--sky .m-nav__item__link, .m-nav__menu--sky .m-nav__item__link {
    background: #8dc1e8; }
  .m-nav__item--red .m-nav__item__link, .m-nav__menu--red .m-nav__item__link {
    background: #dc2b28; }
  .m-nav__item--cyan .m-nav__item__link, .m-nav__menu--cyan .m-nav__item__link {
    background: #55b9e9; }
  .m-nav__item--blue .m-nav__item__link, .m-nav__menu--blue .m-nav__item__link {
    background: #0b67b2; }
  .m-nav__item--teal .m-nav__item__link, .m-nav__menu--teal .m-nav__item__link {
    background: #56a1b7; }
  .m-nav__item--navy .m-nav__item__link, .m-nav__menu--navy .m-nav__item__link {
    background: #1b3156; }

.m-nav__item__link--parent:before,
.m-nav__item__link--back:before,
.m-nav__item__link--root:before {
  float: right;
  margin-left: 10px; }
  .no-js .m-nav__item__link--parent:before, .no-js
  .m-nav__item__link--back:before, .no-js
  .m-nav__item__link--root:before {
    display: none; }

.m-nav__item__link--parent:before {
  content: "»"; }

.m-nav__item__link--back:before,
.m-nav__item__link--root:before {
  content: "«"; }

.m-nav__item--home,
.m-nav__item__link--back {
  background: #cdcccc !important; }

.m-nav__item__link--root {
  background: #b3b3b3 !important; }

.m-nav__item__link--double {
  background: #cdcccc !important; }
  .m-nav__item__link--double a {
    text-decoration: none;
    color: white;
    text-align: right;
    width: 50%;
    float: left; }
    .m-nav__item__link--double a:first-child {
      text-align: left;
      border-right: 1px solid rgba(255, 255, 255, 0.5); }
      .m-nav__item__link--double a:first-child:before {
        content: "‹ "; }

.m-nav__menu__tertiary {
  margin: 20px 15px; }

.m-nav__menu__search {
  margin-bottom: 20px; }
  @media screen and (min-width: 481px) {
    .m-nav__menu__search {
      float: left;
      width: 62%;
      padding-right: 15px; } }

@media screen and (min-width: 481px) {
  .m-nav__menu__social {
    float: right; } }

.subscribe {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #dc2b28;
  color: #ffffff;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 7px;
  -webkit-font-smoothing: antialiased;
  z-index: 3000;
  transform: translateY(0%);
  transition: transform .25s .5s ease; }
  @media screen and (min-width: 481px) {
    .subscribe {
      right: 20px;
      width: auto;
      height: auto;
      padding: 7px 30px 7px 55px;
      background: #dc2b28 url("../img/icon/icon-newsletter.png") no-repeat 30px 14px;
      background-size: 16px 16px; } }
  .subscribe:focus {
    outline: none; }
  body.subscribe-active .subscribe {
    transform: translateY(100%);
    transition: transform .25s ease; }

.subscribe__form-wrapper {
  position: fixed;
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 15px;
  color: #ffffff;
  background: #0b67b2;
  font-size: 16px;
  z-index: 3001;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: transform .5s ease; }
  @media screen and (min-width: 641px) {
    .subscribe__form-wrapper {
      right: 20px;
      width: 450px;
      padding: 20px; } }
  body.subscribe-active .subscribe__form-wrapper {
    transform: translateY(0%);
    transition: transform .5s .25s ease; }
  .subscribe__form-wrapper .close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: url("/wp-content/themes/britishrowing/assets/img/icon/icon-close.png") no-repeat center center;
    width: 23px;
    height: 23px; }
    .subscribe__form-wrapper .close:focus {
      outline: none; }
  .subscribe__form-wrapper h4 {
    font-weight: 400;
    font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 10px 0;
    -webkit-font-smoothing: antialiased; }
    @media screen and (min-width: 641px) {
      .subscribe__form-wrapper h4 {
        font-size: 24px; } }
  .subscribe__form-wrapper > .button {
    display: inline-block;
    width: 100%; }
    @media screen and (min-width: 641px) {
      .subscribe__form-wrapper > .button {
        width: auto; } }
  .subscribe__form-wrapper form {
    display: none; }
    @media screen and (min-width: 641px) {
      .subscribe__form-wrapper form {
        display: block; } }
    .subscribe__form-wrapper form #mc_embed_signup_scroll > div {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -7px; }
    .subscribe__form-wrapper form p {
      width: 100%;
      padding: 0 7px;
      margin: 0 0 14px 0; }
      .subscribe__form-wrapper form p.half {
        width: 100%; }
        @media screen and (min-width: 768px) {
          .subscribe__form-wrapper form p.half {
            width: 50%; } }
      .subscribe__form-wrapper form p label {
        display: block;
        margin: 0 0 5px 0;
        font-size: 16px; }
    .subscribe__form-wrapper form label {
      font-size: 12px; }
    .subscribe__form-wrapper form input {
      border: none;
      color: #333333;
      border-radius: 2px; }
    .subscribe__form-wrapper form .datefield {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      padding: 0; }
      .subscribe__form-wrapper form .datefield span {
        display: block;
        padding: 7px 10px; }
        .subscribe__form-wrapper form .datefield span.subfield {
          flex: 1;
          padding: 0; }
        .subscribe__form-wrapper form .datefield span:last-child {
          width: 100%;
          padding: 5px 0 0 0; }
    .subscribe__form-wrapper form .button {
      float: right;
      margin-top: 20px; }
      .subscribe__form-wrapper form .button:disabled {
        opacity: .5; }
    .subscribe__form-wrapper form a {
      color: #ffffff;
      text-decoration: underline; }
  .subscribe__form-wrapper .hide-desktop {
    display: inline-block; }
    @media screen and (min-width: 641px) {
      .subscribe__form-wrapper .hide-desktop {
        display: none; } }

.nifty-modal {
  transform: translateY(-50%);
  position: fixed;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  max-height: 100%;
  background-color: #111f36;
  border-top: 8px solid #1b3156;
  border-bottom: 8px solid #1b3156;
  opacity: 0;
  pointer-events: none; }
  .nifty-modal:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    font-size: 28px;
    font-size: 1.75rem;
    right: 25px;
    font-weight: 700;
    content: 'x';
    position: absolute;
    top: 0;
    color: #fff;
    cursor: pointer; }

.nifty-modal__content {
  width: 70%;
  max-width: 960px;
  padding: 30px;
  margin: 0 auto; }
  .nifty-modal__content iframe {
    background-color: #000; }
  .nifty-modal__content img {
    margin: 0 auto;
    display: block;
    max-height: 80vh; }

[data-nft-state="show"] {
  z-index: 2000;
  opacity: 1;
  pointer-events: auto; }

.nifty-modal__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(6, 21, 46, 0.45);
  transition: all 0.3s;
  pointer-events: none;
  z-index: 10; }

.nifty-modal__choice {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(6, 21, 46, 0.85);
  transition: all 0.3s;
  display: inline-block;
  z-index: 10000; }
  .nifty-modal__choice .close_modal_button {
    color: #fff;
    position: fixed;
    right: 45px;
    top: 25px;
    text-decoration: none; }
  .nifty-modal__choice h2 {
    color: #fff;
    margin: 80px auto;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .nifty-modal__choice h2 {
        margin: 25px auto; } }
  .nifty-modal__choice .box_1 {
    position: fixed;
    top: 25%;
    left: 50%;
    width: 40%;
    margin-left: -42%;
    z-index: 100001; }
    .nifty-modal__choice .box_1 img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 480px) {
      .nifty-modal__choice .box_1 {
        position: relative;
        width: 80%;
        top: auto;
        margin-left: -40%;
        margin-top: 75px; } }
  .nifty-modal__choice .box_2 {
    position: fixed;
    top: 25%;
    right: 50%;
    width: 40%;
    margin-right: -42%;
    z-index: 100001; }
    .nifty-modal__choice .box_2 img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 480px) {
      .nifty-modal__choice .box_2 {
        position: relative;
        width: 80%;
        left: 50%;
        right: auto;
        top: auto;
        margin-left: -40%;
        margin-top: 25px; } }

[data-nft-state="show"] ~ .nifty-modal__overlay {
  z-index: 1000;
  opacity: 1;
  pointer-events: auto; }

.modal-driver--lightbox {
  position: relative;
  display: block;
  margin-bottom: 15px; }
  .modal-driver--lightbox:after {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    z-index: 10;
    position: absolute;
    top: 15px;
    left: 15px;
    background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon--lightbox.svg);
    background-color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-size: 45% 45%;
    background-position: center center;
    border-radius: 50%;
    transition: all 0.2s ease-out; }
  .modal-driver--lightbox:hover:after {
    background-color: #dc2b28;
    left: 25px; }

.nifty-modal .modal-driver {
  width: 82px;
  padding-top: 82px;
  background-color: #fff;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-color: #fff;
  background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon--arrow--blue.svg);
  background-position: center center;
  position: absolute;
  top: 50%; }
  @media screen and (max-width: 640px) {
    .nifty-modal .modal-driver {
      width: 42px;
      padding-top: 42px; } }

.nifty-modal .modal-driver--next {
  right: 10px; }
  .nifty-modal .modal-driver--next:hover {
    background-position: center 15px; }

.nifty-modal .modal-driver--prev {
  transform: rotate(180deg) translateY(50%);
  left: 10px; }
  .nifty-modal .modal-driver--prev:hover {
    background-position: center 27px; }

.nifty-modal .modal-driver.inactive {
  display: none; }

/* Effect 1: Fade in and scale up */
.nifty-modal--effect-1 .nifty-modal__content {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s; }

[data-nft-state="show"].nifty-modal--effect-1 .nifty-modal__content {
  transform: scale(1);
  opacity: 1; }

.pagination {
  display: flex; }
  .pagination .page-numbers {
    background: #fff;
    color: #1b3156 !important;
    border: 1px solid #c9d1e0;
    transition: all 1.5s ease-in-out;
    padding: 10px 20px;
    margin-right: 10px;
    font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.35s ease; }
    .pagination .page-numbers.dots {
      border: none;
      color: #dc2b28 !important; }
    .pagination .page-numbers.current {
      background-color: #c9d1e0;
      color: #dc2b28 !important; }
  .pagination a:hover {
    background-color: #1b3156;
    color: #fff !important; }

.pagination__prev {
  display: inline-block;
  margin-bottom: 10px; }

.pagination__next {
  display: inline-block;
  margin-bottom: 10px; }

.pagination__pages {
  display: none;
  margin-bottom: 10px; }
  .pagination__pages .button {
    margin-right: 4px; }
  @media screen and (min-width: 641px) {
    .pagination__pages {
      display: inline-block; } }

.eb-group__footer .pagination .button {
  float: none; }

/*
  READ MORE
  Toggle additional content
*/
[data-rm] {
  overflow: hidden;
  position: relative; }
  [data-rm]:after {
    background-image: linear-gradient(to top, #fff 10%, transparent);
    position: absolute;
    width: 100%;
    content: '';
    text-align: center;
    vertical-align: bottom;
    bottom: 0;
    left: 0;
    height: 55px;
    display: none; }
  [data-rm][data-rm-state="closed"] {
    max-height: 55px; }
    [data-rm][data-rm-state="closed"]:after {
      display: block; }
  [data-rm][data-rm-state="open"],
  .no-js [data-rm] {
    max-height: none; }
    [data-rm][data-rm-state="open"]:after,
    .no-js [data-rm]:after {
      display: none; }

[data-rm-trigger] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -5px;
  left: 0;
  text-align: center;
  z-index: 1;
  color: #00386b;
  text-decoration: none;
  text-indent: -999em; }
  [data-rm-trigger]:after {
    content: "...";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    text-indent: 0; }
  [data-rm-state="open"] [data-rm-trigger] {
    display: none; }

/*
  SOCIAL
  Social links
*/
.social__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.social__item {
  float: left;
  margin-left: 2px; }
  .social__item:first-child {
    margin-left: 0; }
  .social__item a {
    display: block;
    width: 41px;
    height: 41px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-indent: -999em;
}

.social__item--facebook a {
  background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon-facebook.png); }

.social__item--twitter a {
  background-color: #000;
  background-image: url(/wp-content/themes/britishrowing/assets/img/icon/x-logo-white.svg);
  background-size: 50%;
}

.social__item--instagram a {
  background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon-instagram.png); }

.social__item--youtube a {
  background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon-youtube.png); }

/*
  SOCIAL HUB
*/
.social-hub {
  margin-bottom: 30px; }

.social-hub__head {
  border: solid #c9d1e0;
  border-width: 1px 0;
  margin-bottom: 25px; }

.social-hub__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  float: left;
  margin: 0.4em 0; }

.social-hub__filter {
  float: right;
  margin: 16px 0; }

.social-hub__wall {
  position: relative; }

.social-hub__loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e5ecf3;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease-in-out;
  text-align: center; }
  .social-hub--preload .social-hub__loader {
    opacity: 1; }
  .no-js .social-hub__loader {
    display: none; }

.social-hub__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin: 0 -15px; }

.social-hub__item {
  padding: 0 15px; }
  @media screen and (min-width: 769px) {
    .social-hub__item {
      width: 50%; } }
  @media screen and (min-width: 1025px) {
    .social-hub__item {
      width: 25%; } }
  .social-hub__item a {
    color: #00386b; }
    .social-hub__item a:hover {
      text-decoration: none; }

.social-hub__item {
  margin-bottom: 25px; }

.social-hub__item__media {
  display: block;
  margin-bottom: 15px; }
  .social-hub__item__media img {
    width: 100%; }

.social-hub__item__detail {
  line-height: 1.25;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  font-weight: normal; }

.social-hub__item__thumb {
  display: block;
  margin: 0 20px 20px 0; }

.social-hub__item__subdetail {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0.4em 0 0; }

.social-hub__item__meta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 0.9;
  margin: 0 0 1em 0;
  padding-left: 35px; }
  @media screen and (min-width: 1399px) {
    .social-hub__item__meta {
      font-size: 16px;
      font-size: 1rem; } }
  .social-hub__item__meta:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -35px; }
    .social-hub__item--twt .social-hub__item__meta:before {
      background-color: #000;
      background-image: url(/wp-content/themes/britishrowing/assets/img/icon/x-logo-white.svg);
      background-size: 50%;
    }
    .social-hub__item--fb .social-hub__item__meta:before {
      background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon-facebook.png); }
    .social-hub__item--ig .social-hub__item__meta:before {
      background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon-instagram.png); }
    .social-hub__item--yt .social-hub__item__meta:before {
      background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon-youtube.png); }

.social-hub__foot {
  border: solid #c9d1e0;
  border-width: 0; }

.social-hub__more {
  margin: 20px auto 0;
  width: 100%;
  max-width: 300px; }
  @media screen and (min-width: 641px) {
    .social-hub__more {
      float: right; } }

.social-widget {
  width: auto;
  display: inline-block; }

.social-widget--footer {
  padding-top: 20px; }

@media screen and (min-width: 1025px) {
  .social-widget--desktop-right {
    float: right; } }

@media screen and (max-width: 480px) {
  .social-widget--desktop-right {
    margin-top: 20px; } }

.social-widget__label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: top; }

.social-widget__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block; }

.social-widget__item {
  display: inline-block; }

.social-widget__link {
  display: block;
  overflow: hidden;
  height: 0;
  width: 30px;
  padding-top: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.social-widget__link--facebook {
  background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon--facebook.png); }

.social-widget__link--twitter {
    background-image: url(/wp-content/themes/britishrowing/assets/img/icon/x-logo-white.svg);
    background-color: #000;
    background-size: 50%;
}

.social-widget__link--instagram {
  background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon-instagram.png); }

.social-widget__link--linkedin {
  background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon-linkedin.png); }

.social-widget__link--mail {
  background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon-mail.png); }

.social-widget--athlete {
  position: relative;
  top: 10px; }
  .social-widget--athlete .social-widget__label {
    color: #fff; }


.social-widget--athlete .social-widget__link--twitter {
    background-image: url(/wp-content/themes/britishrowing/assets/img/icon/x-logo-black.svg);
    background-color: #fff;
}


/*
  TABS
*/
.tabs__triggers {
  display: none; }
  .tabs[data-tabbed="enabled"] .tabs__triggers {
    display: block;
    margin-bottom: -1px; }
    .tabs[data-tabbed="enabled"] .tabs__triggers a {
      float: left;
      border: 1px solid #c9d1e0;
      background-color: #e5ecf3;
      margin-right: -1px;
      font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      text-decoration: none;
      color: #00386b;
      padding: 8px 20px;
      border-radius: 6px 6px 0 0; }
      .tabs[data-tabbed="enabled"] .tabs__triggers a[data-tabbed-state="on"] {
        background: white;
        border-bottom-color: white; }

.tabs__item {
  border: 1px solid #c9d1e0;
  padding: 20px; }
  .tabs[data-tabbed="enabled"] .tabs__item {
    display: none; }
    .tabs[data-tabbed="enabled"] .tabs__item[data-tabbed-state="on"] {
      display: block; }

/*
 * widget
 */
.widget {
  margin-bottom: 30px; }
  .widget img.advert_sml {
    display: block; }
  .widget img.advert_lrg {
    display: none; }
  @media screen and (min-width: 768px) {
    .widget img.advert_sml {
      display: none; }
    .widget img.advert_lrg {
      display: block; } }

.widget__header {
  background-color: #1b3156;
  padding: 20px; }

.widget__header__title {
  color: #1b3156;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
  color: #fff; }
  .ios .widget__header__title {
    letter-spacing: -0.03em;
    font-weight: normal; }
  .widget__header__title a:hover {
    color: #0b67b2; }

.widget__header__strap {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  margin: 5px 0 0 0; }

.widget__header__datetime__date {
  color: #fff;
  font-style: italic; }

.widget__header__avatar {
  border-radius: 50%;
  border: 4px solid #8dc1e8;
  overflow: hidden;
  width: 45px;
  height: 45px;
  background: #fff;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
  margin-top: 10px;
  display: none; }
  @media screen and (min-width: 552px) {
    .widget__header__avatar {
      z-index: 30;
      display: block;
      float: right;
      position: relative;
      width: 100px;
      height: 100px;
      margin-left: 20px; } }
  @media screen and (min-width: 552px) and (max-width: 768px) {
    .widget__header__avatar {
      margin-right: -140px; } }
  @media screen and (min-width: 769px) {
    .widget__header__avatar {
      z-index: 30;
      float: right;
      margin-right: -70px;
      position: relative; } }

.widget__header__avatar__image {
  max-width: 100%;
  min-width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.widget__body {
  border: 1px solid #c9d1e0;
  border-top: none;
  padding: 20px; }

.widget__body__title {
  color: #1b3156;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-top: 0; }
  .ios .widget__body__title {
    letter-spacing: -0.03em;
    font-weight: normal; }
  .widget__body__title a:hover {
    color: #0b67b2; }

.widget__body__link {
  color: #0b67b2; }

.widget__body__list {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none; }

.widget__body__list__item {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 21px;
  text-indent: -21px; }
  .widget__body__list__item:before {
    content: '—';
    margin-right: 5px; }

.widget__body__icon-set {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #e5ecf3;
  padding: 20px; }
  .widget__body__icon-set p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center; }
  .widget__body__icon-set img {
    margin: 0 auto;
    display: block; }

.widget__button-group {
  margin-top: 20px;
  margin-bottom: 10px; }
  .widget__button-group .button {
    margin: 0 10px 10px 0; }

.widget__form-group {
  margin-top: 20px;
  margin-bottom: 10px; }

.widget--red .widget__header {
  background-color: #dc2b28; }

.widget--blue .widget__header {
  background-color: #0b67b2; }

.widget--turquoise .widget__header {
  background-color: #56a1b7; }

@media screen and (min-width: 552px) {
  .widget--floatable {
    display: flex;
    flex-wrap: wrap; }
    .widget--floatable .widget__header {
      width: 60%; }
    .widget--floatable .hero {
      width: 40%;
      position: relative;
      overflow: hidden;
      background-color: #c9d1e0; } }

@media screen and (min-width: 552px) {
  .widget--floatable--bias-image .widget__header {
    width: 40%; }
  .widget--floatable--bias-image .hero {
    width: 60%; } }

@media screen and (min-width: 641px) {
  .widget--chunky .widget__header__strap {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0.75em 0; } }

@media screen and (min-width: 1151px) {
  .widget__header__title--big {
    font-size: 42px;
    font-size: 2.625rem; } }

@media screen and (min-width: 552px) {
  .widget--choice .widget__header,
  .widget--choice .hero {
    width: 50%; } }

.widget--choice .widget__button-group {
  margin-bottom: 0; }

@media screen and (min-width: 552px) {
  .widget--choice--flip .widget__header {
    order: 2; } }

@media screen and (min-width: 552px) {
  .widget--choice--flip .hero {
    order: 1; } }

.widget--flush {
  margin-bottom: 0; }

.widget--center {
  text-align: center; }
  .widget--center input.large {
    max-width: 100%;
    text-align: center; }

.widget__image-link {
  display: inline-block;
  max-width: 300px; }
  .widget__image-link img {
    display: block;
    width: 100%; }

.widget__tighten-content > *:first-child {
  margin-top: 0; }

.widget__tighten-content > *:last-child {
  margin-bottom: 0; }

.widget--rowactiv {
  /*position: relative;

  .widget__image-link {
    position: absolute;
    top: 0;
    right: 0;
  }*/ }

.rich-results {
  padding-top: 20px;
  margin: 20px -15px 0 -15px; }
  @media screen and (min-width: 641px) {
    .rich-results {
      margin: 20px 0 0 0; } }

@media screen and (min-width: 552px) {
  .rich-results--no-avatar .rich-results__result__content__title,
  .rich-results--no-avatar .rich-results__result__content__date,
  .rich-results--no-avatar .rich-results__result__content__distance,
  .rich-results--no-avatar .rich-results__result__content__synopsis,
  .rich-results--no-avatar .rich-results__result__content__button-group {
    margin-left: 0; } }

.rich-results__result {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #c9d1e0; }
  .rich-results__result:first-of-type {
    border-top: 1px solid #c9d1e0; }

.rich-results__result__image {
  position: relative;
  background-color: #e5ecf3; }
  @media screen and (min-width: 552px) {
    .rich-results__result__image {
      display: inline-block;
      width: 24%;
      vertical-align: top; } }
  .rich-results__result__image .hero {
    position: static; }

.rich-results__result__content {
  padding: 25px 20px 35px 5px; }
  @media screen and (min-width: 552px) {
    .rich-results__result__content {
      display: inline-block; } }
  @media screen and (max-width: 480px) {
    .rich-results__result__content {
      padding-top: 0; } }
  .rich-results__result__content--full-width {
    width: 100%; }

.rich-results__result__content__avatar {
  border-radius: 50%;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  border: 4px solid #8dc1e8;
  overflow: hidden;
  width: 45px;
  height: 45px;
  background: #fff;
  position: relative;
  float: left;
  margin-right: 25px; }
  @media screen and (min-width: 552px) {
    .rich-results__result__content__avatar {
      display: block;
      width: 100px;
      height: 100px; } }

.rich-results__result__content__avatar__image {
  min-width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.rich-results__result__content__title {
  color: #1b3156;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .ios .rich-results__result__content__title {
    letter-spacing: -0.03em;
    font-weight: normal; }
  .rich-results__result__content__title a:hover {
    color: #0b67b2; }
  .rich-results__result__content__title:first-of-type {
    margin-top: 0;
    margin-bottom: 0; }
  @media screen and (min-width: 552px) {
    .rich-results__result__content__title {
      margin-left: 125px; } }

.rich-results__result__content__date {
  margin: 0 0 0.45em 0; }
  @media screen and (min-width: 552px) {
    .rich-results__result__content__date {
      margin-left: 125px; } }

.rich-results__result__content__date__datetime {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  color: #dc2b28;
  font-style: italic; }

.rich-results__result__content__distance {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 0.45em 0;
  color: #dc2b28;
  font-style: italic; }
  @media screen and (min-width: 552px) {
    .rich-results__result__content__distance {
      margin-left: 125px; } }

.rich-results__result__content__synopsis {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 0.45em 0; }
  @media screen and (min-width: 552px) {
    .rich-results__result__content__synopsis {
      margin-left: 125px; } }

.rich-results__result__content__button-group {
  margin-top: 20px; }
  @media screen and (min-width: 552px) {
    .rich-results__result__content__button-group {
      margin-left: 125px; } }

.rich-results__footer {
  padding-top: 10px;
  margin-top: 20px; }

div.dataTables_wrapper .dataTables_length,
div.dataTables_wrapper .dataTables_filter {
  float: left;
  width: 50%;
  margin: 0 0 20px 0; }
  div.dataTables_wrapper .dataTables_length label,
  div.dataTables_wrapper .dataTables_filter label {
    display: inline-block; }
    div.dataTables_wrapper .dataTables_length label select,
    div.dataTables_wrapper .dataTables_length label input,
    div.dataTables_wrapper .dataTables_filter label select,
    div.dataTables_wrapper .dataTables_filter label input {
      display: inline-block;
      width: auto; }

.dataTables_length label select {
  margin: 0 10px; }

table.dataTable thead tr th {
  text-align: left;
  padding: 10px 0; }

table.dataTable tbody tr td {
  padding: 0; }
  table.dataTable tbody tr td .rich-results__result:first-child {
    border-top: none; }
  table.dataTable tbody tr td .rich-results__result__content__title,
  table.dataTable tbody tr td .rich-results__result__content__date,
  table.dataTable tbody tr td .rich-results__result__content__synopsis,
  table.dataTable tbody tr td .rich-results__result__content__button-group {
    margin-left: 0; }

.slider {
  position: relative;
  transform-style: preserve-3d; }

.slider__slide {
  overflow: hidden;
  transform-style: preserve-3d;
  /*max-height: 439px;*/ }
  .slider__slide:first-child {
    z-index: 30;
    position: relative; }

.slider__slide__img {
  width: 100%;
  vertical-align: top; }

.slider__slide__content-wrap {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 15%, rgba(0, 0, 0, 0) 55%);
  display: flex;
  flex-direction: column;
  justify-content: center; }

.slider__slide__content {
  width: 80%;
  position: relative;
  left: 20px; }
  @media screen and (min-width: 481px) {
    .slider__slide__content {
      width: 66%;
      position: relative;
      left: 40px; } }
  @media screen and (min-width: 641px) {
    .slider__slide__content {
      width: 38%;
      left: 60px; } }
  @media screen and (min-width: 1151px) {
    .slider__slide__content {
      width: 50%;
      left: 60px; } }

.slider__slide__content__title {
  color: #1b3156;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.15;
  font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.15;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.75);
  margin: 0 0 10px 0; }
  .ios .slider__slide__content__title {
    letter-spacing: -0.03em;
    font-weight: normal; }
  @media screen and (max-width: 480px) {
    .slider__slide__content__title {
      font-size: 26px;
      font-size: 1.625rem; } }
  .slider__slide__content__title a:hover {
    color: #0b67b2; }
  @media screen and (min-width: 641px) {
    .slider__slide__content__title {
      font-size: 32px;
      font-size: 2rem; } }
  @media screen and (min-width: 1399px) {
    .slider__slide__content__title {
      font-size: 42px;
      font-size: 2.625rem;
      margin: 0 0 20px 0; } }

.slider__slide__content__synopsis {
  color: #1b3156;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.75);
  margin: 0 0 0 0;
  display: none; }
  .ios .slider__slide__content__synopsis {
    letter-spacing: -0.03em;
    font-weight: normal; }
  @media screen and (max-width: 480px) {
    .slider__slide__content__synopsis {
      font-size: 15.6px;
      font-size: 0.975rem; } }
  .ios .slider__slide__content__synopsis {
    letter-spacing: normal; }
  .slider__slide__content__synopsis a:hover {
    color: #0b67b2; }
  @media screen and (min-width: 960px) {
    .slider__slide__content__synopsis {
      display: block; } }

@media screen and (min-width: 960px) {
  .slider__slide__content__synopsis--emphasise {
    font-size: 22px;
    font-size: 1.375rem; } }

.slider__slide__content__button-group {
  margin-top: 15px; }
  @media screen and (min-width: 1399px) {
    .slider__slide__content__button-group {
      margin-top: 30px; } }

.slider--home .slider__slide__content__title {
  font-size: 22px;
  font-size: 1.375rem; }
  @media screen and (min-width: 641px) {
    .slider--home .slider__slide__content__title {
      font-size: 40px;
      font-size: 2.5rem; } }
  @media screen and (min-width: 1399px) {
    .slider--home .slider__slide__content__title {
      font-size: 54px;
      font-size: 3.375rem;
      margin: 0 0 20px 0; } }

.slider--home .slider__slide__content__synopsis {
  font-size: 18px;
  font-size: 1.125rem; }
  @media screen and (min-width: 1399px) {
    .slider--home .slider__slide__content__synopsis {
      font-size: 24px;
      font-size: 1.5rem; } }

.slider-in-page-wrapper {
  margin-bottom: 30px;
  /*border-bottom: 1px solid $clr-br-grey--cool;*/
  padding-bottom: 20px; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding-bottom: 45px;
  background-color: #fff; }
  @media screen and (min-width: 481px) {
    .bx-wrapper {
      padding-bottom: 0; } }

.bx-viewport {
  transform: translatez(0); }

.bx-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.bx-pager {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%); }

.bx-pager-item {
  display: inline-block;
  margin-right: 5px; }

.bx-pager-link {
  display: block;
  overflow: hidden;
  height: 0;
  width: 17px;
  padding-top: 17px;
  background-repeat: no-repeat;
  background: #0b67b2;
  border-radius: 50%; }
  .bx-pager-link.active {
    background: #fff;
    box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.35); }

.bx-controls-direction {
  z-index: 30;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 10px; }
  @media screen and (min-width: 481px) {
    .bx-controls-direction {
      z-index: 0;
      box-shadow: none; } }

.bx-prev, .bx-next {
  display: block;
  overflow: hidden;
  height: 0;
  width: 45px;
  padding-top: 45px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/britishrowing/assets/img/icon/icon--arrow--blue.svg);
  background-color: #fff;
  background-size: 30%;
  background-position: center;
  display: inline-block;
  vertical-align: bottom; }

.bx-prev {
  transform: rotate(-90deg);
  margin-right: 2px; }

.bx-next {
  transform: rotate(90deg); }

.membership-table {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media screen and (min-width: 1150px) {
    .membership-table {
      margin: 0 110px; } }
  @media screen and (min-width: 1399px) {
    .membership-table {
      margin: 0 -15px; } }
  .membership-table > div {
    width: 100%;
    padding: 0 15px; }
    @media screen and (min-width: 960px) {
      .membership-table > div {
        width: 50%; } }
    @media screen and (min-width: 1399px) {
      .membership-table > div {
        width: 25%; } }

.membership-table__option {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .membership-table__option .membership-table__box {
    border: 1px solid #74869c; }
  .membership-table__option .membership-table__option--header {
    padding: 15px 0;
    text-align: center; }
    .membership-table__option .membership-table__option--header h3 {
      color: #ffffff;
      font-size: 36px;
      line-height: 1;
      margin: 0;
      text-transform: uppercase;
      font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      letter-spacing: 2px; }
  .membership-table__option img {
    display: block;
    width: 100%; }
  .membership-table__option .membership-table__option--body {
    padding: 10px 10px 0 10px;
    margin-bottom: auto; }
    .membership-table__option .membership-table__option--body p {
      margin: 0 0 20px 0; }
    .membership-table__option .membership-table__option--body ul {
      margin: 0 0 20px 0;
      padding: 0 0 0 20px; }
  .membership-table__option .membership-table__option--price {
    text-align: center;
    font-size: 20px;
    padding: 0 10px 10px 10px; }
    .membership-table__option .membership-table__option--price p {
      margin: 0;
      font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      font-size: 36px; }
  .membership-table__option a.membership-table__box--button {
    display: block;
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 2px;
    transition: background-color .25s linear; }
  .membership-table__option .membership-table__option--footer {
    text-align: center;
    padding: 20px; }
    .membership-table__option .membership-table__option--footer a {
      font-size: 26px;
      font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      letter-spacing: 1px;
      transition: color .25s linear; }

.cta {
  text-align: center;
  padding: 20px;
  margin: 0 0 30px 0;
  overflow: hidden; }
  @media screen and (min-width: 960px) {
    .cta {
      display: flex;
      align-items: center;
      text-align: left; } }
  @media screen and (min-width: 1399px) {
    .cta {
      margin: 30px 0 0 0; } }
  .cta p {
    margin: 0 0 20px 0;
    font-size: 1.5rem;
    font-style: italic; }
    @media screen and (min-width: 960px) {
      .cta p {
        flex: 1;
        margin: 0; } }
  .cta.cta--light {
    background: #e5ecf3; }
  .cta.cta--dark {
    background: #1b3156;
    color: #ffffff; }

.question-form .form-body {
  display: flex;
  flex-wrap: wrap; }
  .question-form .form-body div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 30px 10px 30px 30px;
    margin: 0 0 30px 0;
    border: 1px solid #1b3156;
    background: #e5ecf3; }
    .question-form .form-body div p {
      margin: 0 0 20px 0;
      font-weight: 700;
      width: 100%; }
      @media screen and (min-width: 960px) {
        .question-form .form-body div p {
          flex: 1;
          margin: 0; } }
    .question-form .form-body div label {
      margin: 0 20px 0 0; }
    .question-form .form-body div input[type='radio'] {
      margin: 0 8px 0 0;
      appearance: none;
      width: 20px;
      height: 20px;
      border: 1px solid #1b3156;
      background: #ffffff;
      background-position: center center; }
      .question-form .form-body div input[type='radio']:checked {
        background: #ffffff url("../img/icon/icon-tick.png") no-repeat center center;
        background-size: 20px 20px; }
      .question-form .form-body div input[type='radio']:hover, .question-form .form-body div input[type='radio']:focus {
        outline: none; }
  .question-form .form-body .disabled {
    opacity: .5; }

#results {
  margin-top: 30px;
  text-align: center; }

.journey-results {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }
  .journey-results div {
    border: 1px solid #1b3156; }
    .journey-results div h1 {
      text-align: center;
      color: #ffffff;
      background-color: #1b3156;
      padding: 5px;
      margin: 0;
      letter-spacing: 1px;
      font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    .journey-results div img {
      display: block;
      width: 100%; }
    .journey-results div p {
      margin: 0 0 20px 0; }
    .journey-results div a {
      display: block;
      text-align: center;
      color: #ffffff;
      background-color: #1b3156;
      padding: 10px;
      margin: 0;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 26px; }
  .journey-results > a {
    display: block;
    text-align: center;
    color: #1b3156;
    padding: 10px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 26px; }

.membership-sub-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px -10px 20px -10px; }
  .membership-sub-categories > div {
    flex: 1;
    min-width: 100%;
    padding: 0 10px;
    margin: 0 0 20px 0; }
    @media screen and (min-width: 552px) {
      .membership-sub-categories > div {
        min-width: 50%;
        max-width: 50%; } }
    @media screen and (min-width: 960px) {
      .membership-sub-categories > div {
        min-width: 33.33333333%; } }
    @media screen and (min-width: 1399px) {
      .membership-sub-categories > div {
        min-width: 20%; } }
    .membership-sub-categories > div > div {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      color: #ffffff;
      background-color: #1b3156;
      width: 100%;
      margin: 0 0 5px 0;
      padding: 10px; }
      .membership-sub-categories > div > div p {
        margin: 0 0 10px 0; }
        .membership-sub-categories > div > div p:last-child {
          margin: 0; }
    .membership-sub-categories > div .image {
      height: 200px;
      background-position: center center;
      background-size: cover; }
    .membership-sub-categories > div .button {
      width: 100%; }

ul.member-benefits {
  margin: 0;
  padding: 0; }
  ul.member-benefits li {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -15px 30px -15px;
    padding: 0; }
    ul.member-benefits li > div {
      padding: 0 15px; }
    ul.member-benefits li div:first-child {
      width: 100%; }
      @media screen and (min-width: 1399px) {
        ul.member-benefits li div:first-child {
          width: 25%; } }
    ul.member-benefits li div:last-child {
      width: 100%; }
      @media screen and (min-width: 1399px) {
        ul.member-benefits li div:last-child {
          width: 75%; } }
    ul.member-benefits li img {
      display: block;
      margin: 0 0 20px 0; }
      @media screen and (min-width: 1399px) {
        ul.member-benefits li img {
          width: 100%;
          margin: 0; } }
    ul.member-benefits li h3 {
      margin: 0 0 20px 0; }
    ul.member-benefits li p {
      margin: 0 0 20px 0; }

.faq-global-control {
  width: 200px;
  cursor: pointer;
  clear: both;
  display: block; }

.faq__a p:first-child {
  margin-top: 18px !important; }

.faq__a p.wp-p:last-child {
  margin-bottom: 0; }

.faq__q h4.wp-h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0; }

.faq {
  clear: both;
  border: 1px solid #c9d1e0;
  background-color: #e5ecf3;
  padding: 15px 15px 15px 50px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  transition: all 1.25s ease-out;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .faq.faq-form {
    border: none;
    background: none;
    transition: none;
    margin: 0; }
    .faq.faq-form:hover {
      border: none;
      background: none;
      transition: none; }
  .faq:before {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 9px;
    line-height: 0;
    text-indent: -5px;
    border: 2px solid #0b67b2;
    border-radius: 50%;
    content: '+';
    position: absolute;
    top: 13px;
    left: 15px;
    transition: all 0.2s ease-out; }
  .faq:hover {
    border: 1px solid #0b67b2;
    background-color: #eaf4fb;
    transition: all 0.2s ease-out; }
  .hero + .faq {
    margin-top: 30px; }

.faq[data-faq-state="open"]:before {
  transform: rotate(45deg);
  transform-origin: center; }

.faq .table th {
  background: #1b3156;
  color: #fff; }

.online-services__driver {
  z-index: 3001;
  display: inline-block;
  background-color: #1b3156;
  text-decoration: none;
  overflow: hidden;
  height: 41px;
  width: auto;
  position: relative;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease-out; }
  .online-services__driver:hover {
    background-position: center right 20px; }
    .online-services__driver:hover + .online-services__dropdown {
      transform: translateY(0); }
  .online-services__driver a {
    display: block;
    float: left;
    padding: 7px 0 7px 16px;
    margin: 0;
    font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    color: #ffffff;
    -webkit-font-smoothing: antialiased; }
  .online-services__driver button {
    float: left;
    width: 41px;
    height: 41px;
    background: url("/wp-content/themes/britishrowing/assets/img/icon/arrow-down.png") no-repeat center center;
    background-size: 41px 41px;
    border: none; }

.online-services__driver__top {
  font-size: 12px;
  font-size: 0.75rem;
  color: #8dc1e8;
  line-height: 1;
  margin-bottom: 1px; }

.online-services__driver__bottom {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1; }

.online-services__dropdown {
  z-index: 200;
  display: none;
  position: absolute;
  top: 82px;
  transform: translateY(calc(-100% - 120px));
  background-color: #254376;
  transition: transform 0.2s ease-out;
  padding: 17px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  z-index: 3000; }
  @media screen and (min-width: 1555px) {
    .online-services__dropdown {
      top: 41px; } }
  .online-services__dropdown:hover {
    transform: translateY(0); }
  .js--loaded .online-services__dropdown {
    display: block; }

.online-service__dropdown__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.online-services__dropdown__item {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 5px 0;
  padding: 0 15px 0 15px;
  position: relative;
  left: 0; }
  .online-services__dropdown__item:last-of-type {
    margin-bottom: 0; }
  .online-services__dropdown__item--red {
    background-color: #dc2b28;
    padding-bottom: 3px; }

.online-services__dropdown__link {
  text-decoration: none;
  color: #fff;
  position: relative;
  transition: left 0.1s ease-out;
  left: 0; }
  .online-services__dropdown__link:after {
    content: ' »';
    color: #fff; }
  .online-services__dropdown__link:hover {
    left: 3px; }

.m-online-services__dropdown {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  background-color: #254376;
  margin: 0;
  padding: 0;
  text-align: center; }
  @media screen and (min-width: 1075px) {
    .m-online-services__dropdown {
      display: none !important; } }
  .m-online-services__dropdown .m-online-service__dropdown__list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 0;
    height: 0;
    transition: flex .25s linear; }
  .m-online-services__dropdown.open .m-online-service__dropdown__list {
    flex: 1;
    height: auto; }

.m-online-services__dropdown__link {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: all .25s linear; }
  .m-online-services__dropdown__link:hover {
    background-color: #dc2b28; }

.m-online-services__dropdown__item--red .m-online-services__dropdown__link {
  background-color: #dc2b28; }

.m-online-services__dropdown__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  appearance: none;
  text-decoration: none;
  border: none;
  background-color: #dc2b28;
  padding: 10px 15px;
  transition: all .25s linear; }

.m-online-services__dropdown__button__text {
  color: #fff;
  font-size: 14px;
  font-weight: 600; }

.m-online-services__dropdown__button__icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/britishrowing/assets/img/icon/arrow-down.png) no-repeat center center;
  background-size: 30px;
  transform: none;
  transition: 0.3s ease; }

.m-online-services__dropdown__button.open > .m-online-services__dropdown__button__icon {
  transform: rotate(-180deg); }

.m-online-services__dropdown__button.closed > .m-online-services__dropdown__button__icon {
  transform: none; }

.m-online-services__dropdown__button.open ~ .m-online-services__dropdown__list {
  display: block; }

.m-online-services__dropdown__button.closed ~ .m-online-services__dropdown__list {
  display: none; }

.m-online-services__dropdown__link {
  background-color: #254376; }

.m-online-services__dropdown__link:hover {
  background-color: #1c3257; }

.slideshow {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px; }
  .slideshow:before {
    background: #fff;
    top: -60px;
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
    z-index: 2; }
  @media screen and (min-width: 1025px) {
    .slideshow:after {
      background: #fff;
      bottom: 0;
      content: '';
      display: block;
      width: 100%;
      height: 60px;
      left: 0;
      position: absolute;
      right: 0;
      transform: skewY(-1.5deg);
      transform-origin: 100%;
      z-index: 2; } }
  .slideshow .bx-wrapper {
    padding-bottom: 0; }
  .slideshow .bx-controls {
    position: static; }
  .slideshow .bx-controls-direction {
    display: block;
    position: static;
    box-shadow: none; }
    @media screen and (min-width: 1025px) {
      .slideshow .bx-controls-direction {
        display: none; } }
  .slideshow .bx-prev {
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }
  .slideshow .bx-next {
    transform: rotate(0);
    position: absolute;
    top: 0;
    right: 0;
    margin: 0; }
  .slideshow .bx-pager {
    display: none; }
    @media screen and (min-width: 1025px) {
      .slideshow .bx-pager {
        display: block;
        bottom: 100px;
        position: absolute;
        display: block;
        transform: none;
        text-align: center;
        font-size: 0;
        line-height: 0;
        left: 0;
        right: 0; } }
  .slideshow .bx-pager-link {
    background: #fff; }
    .slideshow .bx-pager-link.active {
      background: #dc2b28; }

.slideshow__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.slideshow__item {
  background: #1b3156; }
  @media screen and (min-width: 1025px) {
    .slideshow__item {
      background: none;
      position: relative; } }

@media screen and (min-width: 1025px) {
  .slideshow__item__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; } }

@media screen and (min-width: 1025px) {
  .slideshow__item__content__inner {
    width: 100%;
    height: 100%;
    display: table; } }

@media screen and (min-width: 1025px) {
  .slideshow__item__content__inner__inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle; } }

.slideshow__item__content__inner__inner__inner {
  color: #fff;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto; }
  .slideshow__item__content__inner__inner__inner .wp-h2 {
    color: #fff; }
  .slideshow__item__content__inner__inner__inner p {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 0; }

.slideshow__item__image {
  position: relative;
  padding-top: 62.5%; }
  .slideshow__item__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.centered-title {
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (min-width: 1025px) {
    .centered-title {
      margin-bottom: 40px; } }
  .centered-title p {
    margin-bottom: 0; }

@media screen and (min-width: 1025px) {
  .centered-title--spacer-top {
    padding-top: 20px; } }

.title-with-back {
  margin-bottom: 20px; }
  @media screen and (min-width: 960px) {
    .title-with-back {
      margin-top: 40px;
      margin-bottom: 40px; }
      .title-with-back:after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (min-width: 1025px) {
    .title-with-back .button {
      float: right; } }

@media screen and (min-width: 1025px) {
  .title-with-back__title {
    float: left;
    width: 50%; } }

.button-list {
  margin: 0 0 30px 0; }

.button-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }

.button-list__item {
  margin: 10px 0 0 0; }
  @media screen and (min-width: 1025px) {
    .button-list__item {
      display: inline-block;
      margin: 0 0 0 10px; } }
  .button-list__item:first-child {
    margin: 0; }

ul.downloads {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -15px;
  padding: 0; }
  ul.downloads li {
    width: 100%;
    margin: 0 0 60px 0;
    padding: 0 15px;
    list-style: none;
    text-align: center; }
    @media (min-width: 765px) {
      ul.downloads li {
        width: 33.333333333%; } }
    ul.downloads li h3 {
      margin: 0 0 20px 0; }
      ul.downloads li h3 a {
        text-decoration: none; }
    ul.downloads li p {
      font-size: 14px; }

.finder-filter {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .finder-filter .filter-option {
    display: none; }
  .finder-filter p {
    margin: 0 0 15px 0; }
  .finder-filter > div {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 30px 0; }
    .finder-filter > div label {
      display: block;
      margin: 0 0 10px 0; }
  .finder-filter .form-half {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0; }
    .finder-filter .form-half > div {
      width: 100%;
      padding: 0 15px;
      margin: 0 0 15px 0; }
      @media screen and (min-width: 768px) {
        .finder-filter .form-half > div {
          width: 50%;
          margin: 0; } }
  .finder-filter .form-inline {
    column-count: 1;
    column-gap: 30px; }
    @media screen and (min-width: 768px) {
      .finder-filter .form-inline {
        column-count: 2; } }
    @media screen and (min-width: 1150px) {
      .finder-filter .form-inline {
        column-count: 3; } }
    @media screen and (min-width: 1400px) {
      .finder-filter .form-inline {
        column-count: 4; } }

.form-half .form-inline label {
  flex: 1 0 100%;
  font-size: 16px; }
  @media screen and (min-width: 1150px) {
    .form-half .form-inline label {
      flex: 1 0 50%; } }

.clubfinder-map-wrapper {
  position: relative; }

.content-info {
  display: none;
  background: #fff;
  padding: 20px;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .content-info {
      position: absolute;
      top: 20px;
      left: 20px;
      width: 280px; } }
  .content-info img {
    display: block;
    margin: 0 0 10px 0; }
  .content-info h3 {
    line-height: 1.5; }
  .content-info p {
    margin: 0;
    font-size: 14px; }
  .content-info .button {
    margin-top: 10px; }

.legend {
  background: #e5ecf3;
  padding: 20px;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .legend {
      position: absolute;
      top: 20px;
      right: 20px; } }
  .legend h3 {
    margin: 0 0 10px 0; }
  .legend ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .legend ul {
        flex-direction: column; } }
  .legend .gdm-col-1-2 ul {
    display: flex;
    flex-wrap: wrap; }
    .legend .gdm-col-1-2 ul li {
      width: 50%; }
  .legend li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .legend li {
        width: 100%; } }
    .legend li:nth-last-child(2) {
      margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        .legend li:nth-last-child(2) {
          margin-bottom: 20px; } }
    .legend li:last-child {
      margin-bottom: 0; }
  .legend img {
    display: block;
    width: 20px;
    margin-right: 10px; }

label {
  display: block;
  margin: 0 0 10px 0;
  width: 100%; }

form > div {
  margin-bottom: 30px; }

.alert {
  color: red;
  display: none;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 0 0; }

.alert.is-visible {
  display: block; }

.gm-style-iw-d p {
  margin: 0 0 15px 0;
  line-height: 1.5; }

.icons {
  overflow: hidden;
  margin: 0 0 10px 0; }

.icons img {
  display: block;
  float: left;
  margin-right: 10px; }

.toggle-legend {
  display: block;
  background-color: #1b3156;
  font-family: "Francois One", Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7px 30px;
  margin: 0;
  overflow: hidden;
  height: 41px;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  position: relative;
  border: none;
  color: white; }

.toggle-legend:focus {
  outline: none; }

#map {
  overflow: hidden;
  position: relative;
  height: 600px; }

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #c9d1e0; }

.select2-container .select2-selection--single {
  height: 41px;
  padding: 5px 0; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 33px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px;
  right: 13px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0b67b2 transparent transparent transparent;
  border-width: 14px 8px 0 8px; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #0b67b2 transparent;
  border-width: 0 8px 14px 8px; }

.section-header {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .section-header > div {
    padding: 0 15px;
    width: 100%; }
    @media screen and (min-width: 1151px) {
      .section-header > div {
        position: relative;
        width: 50%; } }
    .section-header > div:last-child {
      text-align: center; }
      @media screen and (min-width: 1151px) {
        .section-header > div:last-child {
          text-align: right; } }
    .section-header > div .image-wrapper {
      display: inline-block;
      position: relative;
      margin: 0 auto; }
      @media screen and (min-width: 1400px) {
        .section-header > div .image-wrapper {
          margin: 0 0 0 auto; } }
    .section-header > div img {
      display: block; }
  .section-header .header-link {
    width: 100%;
    background-color: #5a5a5a;
    color: #fff;
    font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 26px;
    text-decoration: none;
    text-align: center;
    padding: 10px 30px;
    margin: 0 15px 10px 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.25;
    z-index: 1; }
    @media screen and (min-width: 1151px) {
      .section-header .header-link {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        font-size: 32px;
        margin: 0; } }
    .section-header .header-link span {
      display: block;
      font-size: 18px; }
      @media screen and (min-width: 1400px) {
        .section-header .header-link span {
          font-size: 22px; } }

.section-header h1 {
    font-size: 2rem;
    margin: 0 0 30px 0;
    font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.5;
    font-weight: normal;
}

@media screen and (min-width: 414px) {
    .section-header h1 {
        font-size: 2.25rem;
    }
}

@media screen and (min-width: 576px) {
    .section-header h1 {
        font-size: 3rem;
    }
}

/* @media screen and (min-width: 768px) {
    .section-header h1 {
        font-size: 3rem;
    }
} */

@media screen and (min-width: 1400px) {
    .section-header h1 {
        font-size: 3.75rem;
    }
}

.section-header p {
    font-size: 1.25rem;
    font-weight: normal;
    margin-top: 0;
}

@media screen and (min-width: 576px) {
    .section-header p {
        font-size: 1.5rem;
    }
}


  .section-header .button {
    height: 61px; }
  .section-header .gform_wrapper form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px 0; }
    @media screen and (min-width: 768px) {
      .section-header .gform_wrapper form {
        flex-wrap: nowrap; } }
    .section-header .gform_wrapper form .gform_body {
      width: 100%;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 768px) {
        .section-header .gform_wrapper form .gform_body {
          width: 460px;
          margin: 0 30px 0 0; } }
      .section-header .gform_wrapper form .gform_body ul li.gfield {
        margin: 0;
        padding: 0; }
        .section-header .gform_wrapper form .gform_body ul li.gfield .ginput_container {
          margin: 0;
          padding: 0; }
      .section-header .gform_wrapper form .gform_body input[type='text'] {
        height: 70px;
        width: 100%;
        max-width: 100%;
        font-size: 20px;
        padding: 15px 30px;
        margin: 0 0 30px 0; }
        @media screen and (min-width: 768px) {
          .section-header .gform_wrapper form .gform_body input[type='text'] {
            margin: 0; } }
    .section-header .gform_wrapper form .gform_footer {
      width: 100%;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 768px) {
        .section-header .gform_wrapper form .gform_footer {
          width: auto; } }
      .section-header .gform_wrapper form .gform_footer input.button {
        width: 100%;
        height: 70px;
        background-color: #dc2b28;
        font-size: 28px;
        padding: 0 20px 5px 20px;
        margin: 0; }

.section-cta {
  background-color: #1b3156;
  color: #fff;
  text-align: center;
  padding: 40px 30px 50px 30px; }
  .section-cta h2 {
    font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.25; }
    @media screen and (min-width: 551px) {
      .section-cta h2 {
        font-size: 32px;
        line-height: 1; } }
    .section-cta h2 span {
      box-shadow: inset 0 -0.5em 0 #dc2b28; }

.section-content {
  padding: 30px 0;
  margin-bottom: 30px; }

.section-image,
.section-carousel {
  margin-bottom: 30px; }
  .section-image a,
  .section-carousel a {
    display: block; }

.slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  background: #1b3156;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
  transform: translateY(-50%);
  z-index: 2; }
  .slick-arrow:hover {
    background: #dc2b28; }
  .slick-arrow.slick-prev {
    left: 30px; }
  .slick-arrow.slick-next {
    right: 30px; }
  .slick-arrow:focus {
    outline: none; }

ul.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  transform: translateX(-50%); }
  ul.slick-dots li {
    margin: 0;
    padding: 0 5px;
    list-style: none;
    height: 3px; }
    ul.slick-dots li::before {
      content: none; }
    ul.slick-dots li button {
      border: none;
      background-color: #fff;
      text-indent: -9999px;
      padding: 0;
      margin: 0;
      height: 3px;
      width: 20px;
      line-height: 1; }
    ul.slick-dots li.slick-active button {
      background-color: #dc2b28; }

.section-video {
  display: flex;
  flex-wrap: wrap; }
  .section-video > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px; }
    @media screen and (min-width: 1151px) {
      .section-video > div {
        width: 50%; } }
  .section-video ul {
    margin: 0;
    padding: 0; }
    .section-video ul li {
      margin: 0 0 10px 0;
      padding: 0;
      list-style: none;
      text-align: center;
      font-size: 22px;
      font-weight: bold; }

.section-logos {
  border-top: 5px solid #1b3156;
  border-bottom: 5px solid #1b3156;
  padding: 30px 0;
  margin: 0 0 30px 0;
  text-align: center; }
  .section-logos p {
    text-transform: uppercase;
    margin: 0 0 30px 0;
    font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .section-logos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
    padding: 0; }
    .section-logos ul li {
      margin: 0 0 30px 0;
      padding: 0 15px;
      list-style: none; }
      .section-logos ul li a {
        display: block; }

.section-carousel-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .section-carousel-content > div {
    width: 100%;
    padding: 30px; }
    @media screen and (min-width: 1151px) {
      .section-carousel-content > div {
        width: 50%; } }
  .section-carousel-content.carousel-right {
    flex-direction: row; }
  .section-carousel-content.carousel-left {
    flex-direction: row-reverse; }

.section-image-side {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  background-color: grey;
  color: #fff; }
  .section-image-side.image-right {
    flex-direction: row; }
  .section-image-side.image-left {
    flex-direction: row-reverse; }
  .section-image-side > div {
    width: 100%;
    padding: 30px; }
    @media screen and (min-width: 1151px) {
      .section-image-side > div {
        width: 50%; } }
  .section-image-side h3 {
    font-size: 22px;
    margin: 0 0 20px 0; }
    @media screen and (min-width: 551px) {
      .section-image-side h3 {
        font-size: 28px; } }
  .section-image-side p {
    font-size: 18px; }
  .section-image-side img {
    display: block;
    margin: 0; }

.image-side-image {
  display: flex;
  align-items: center;
  justify-content: center; }

.section-quote .quote {
  width: 100%;
  margin: 0 auto 30px auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 961px) {
    .section-quote .quote {
      flex-direction: row; } }
  @media screen and (min-width: 1024px) {
    .section-quote .quote {
      width: 50%; } }
  .section-quote .quote img {
    display: block; }
  .section-quote .quote blockquote {
    flex: 1; }
    .section-quote .quote blockquote p {
      font-size: 22px;
      color: #1b3156;
      font-weight: bold;
      margin: 0 0 20px 0; }
    .section-quote .quote blockquote cite {
      color: #7a7a7a;
      font-style: normal;
      font-weight: bold; }

/*
  STYLE GUIDE
  Styles for style guide but NOT needed in production
*/
.demo-grid code {
  display: block;
  margin-bottom: 20px;
  background: #f1f1f1;
  padding: 10px 0;
  font-size: 10px; }

.code-block {
  display: block;
  border: 1px dotted #f1f1f1;
  margin-bottom: 20px;
  background: #f1f1f1;
  padding: 20px;
  color: red;
  min-height: 250px;
  font-size: 16px; }

/*
  DEV/SHAME
  Temporary styles... ideally should be empty, especially for production
*/
.beta-bar {
  width: 100%;
  background: #000;
  margin-bottom: 20px;
  padding: 10px; }
  .beta-bar + .the-page--overlay {
    margin-top: -20px;
    padding-top: 20px; }

.beta-bar__content {
  display: block;
  width: 100%;
  position: relative; }
  .beta-bar__content p {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    margin-right: 141px;
    vertical-align: middle;
    text-align: right; }
    @media screen and (max-width: 640px) {
      .beta-bar__content p {
        text-align: left; } }
    .beta-bar__content p a {
      color: #8dc1e8; }
  @media screen and (max-width: 640px) {
    .beta-bar__content .dispose {
      display: none; } }

.beta-button {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
  margin-left: 20px; }

/* This is not a hack at all *whistles* fixes layout issue on courses calendar where half-gutter was not going full width */
.rich-results__result .half-gutter {
  width: 100%; }

.ie .online-services__dropdown {
  transform: translateY(-500px); }
  .ie .online-services__dropdown:hover {
    transform: translateY(-48px); }

.ie select::-ms-expand {
  display: none; }

.ie .nifty-modal {
  z-index: -9999; }

.ie [data-nft-state="show"] {
  z-index: 2000; }

.ie .nifty-modal__overlay {
  z-index: -9999; }

.ie [data-nft-state="show"] ~ .nifty-modal__overlay {
  z-index: 1000; }

.ios .online-services__dropdown {
  transform: translateY(-500px); }
  .ios .online-services__dropdown:hover {
    transform: translateY(-48px); }

.ios .the-page--overlay, .ios .nifty-modal__overlay, .ios .nifty-modal {
  cursor: pointer; }

.ios .m-nav__menu {
  display: none; }
  .ios .m-nav__menu[data-tgl-id][data-tgl-state="on"] {
    display: block; }

.ios .slider__slide__content__title {
  text-shadow: none; }

.br-advertblock-banner {
  margin-bottom: 2rem !important;
}


.m-online-services__dropdown .m-online-service__dropdown__collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease-out;
}
