/* Include Base Sass */
@import url("https://fonts.googleapis.com/css?family=Lato:400,400italic,700,900,300");
/* ================= Background Colour Map for a range of buttons 

======================================*/
/* ================= Image Replace 

======================================*/
/* ================= Pseudo Element 

======================================*/
/* ================= Media Query mixin
USE MEDIA QUERY AS FOLLOWS --
    @include respond-to(tiny) {   
        MEDIA SPECIFIC RULES HERE   
    }
======================================*/
.btn--disabled {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #ffffff;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -ms-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out; }
  .btn--disabled:hover {
    background-color: gainsboro; }

.btn-gradient--disabled {
  background: -webkit-linear-gradient(270deg, #ebebeb 0%, gainsboro 100%);
  background: -moz-linear-gradient(270deg, #ebebeb 0%, gainsboro 100%);
  background: -ms-linear-gradient(270deg, #ebebeb 0%, gainsboro 100%);
  border-color: #ebebeb;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #ebebeb;
  -webkit-transition: background, 0.3s, ease-in-out;
  -moz-transition: background, 0.3s, ease-in-out;
  -ms-transition: background, 0.3s, ease-in-out;
  -o-transition: background, 0.3s, ease-in-out;
  transition: background, 0.3s, ease-in-out; }
  .btn-gradient--disabled:hover {
    background: -webkit-linear-gradient(270deg, #ebebeb 0%, gainsboro 70%);
    background: -moz-linear-gradient(270deg, #ebebeb 0%, gainsboro 70%);
    background: -ms-linear-gradient(270deg, #ebebeb 0%, gainsboro 70%);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }

.btn--cerulean {
  background-color: #0070b6;
  border-color: #0070b6;
  color: #ffffff;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -ms-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out; }
  .btn--cerulean:hover {
    background-color: #005d97; }

.btn-gradient--cerulean {
  background: -webkit-linear-gradient(270deg, #0070b6 0%, #005d97 100%);
  background: -moz-linear-gradient(270deg, #0070b6 0%, #005d97 100%);
  background: -ms-linear-gradient(270deg, #0070b6 0%, #005d97 100%);
  border-color: #0070b6;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #0070b6;
  -webkit-transition: background, 0.3s, ease-in-out;
  -moz-transition: background, 0.3s, ease-in-out;
  -ms-transition: background, 0.3s, ease-in-out;
  -o-transition: background, 0.3s, ease-in-out;
  transition: background, 0.3s, ease-in-out; }
  .btn-gradient--cerulean:hover {
    background: -webkit-linear-gradient(270deg, #0070b6 0%, #005d97 70%);
    background: -moz-linear-gradient(270deg, #0070b6 0%, #005d97 70%);
    background: -ms-linear-gradient(270deg, #0070b6 0%, #005d97 70%);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }

.btn--crimsonred {
  background-color: #e91b32;
  border-color: #e91b32;
  color: #ffffff;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -ms-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out; }
  .btn--crimsonred:hover {
    background-color: #d11429; }

.btn-gradient--crimsonred {
  background: -webkit-linear-gradient(270deg, #e91b32 0%, #d11429 100%);
  background: -moz-linear-gradient(270deg, #e91b32 0%, #d11429 100%);
  background: -ms-linear-gradient(270deg, #e91b32 0%, #d11429 100%);
  border-color: #e91b32;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #e91b32;
  -webkit-transition: background, 0.3s, ease-in-out;
  -moz-transition: background, 0.3s, ease-in-out;
  -ms-transition: background, 0.3s, ease-in-out;
  -o-transition: background, 0.3s, ease-in-out;
  transition: background, 0.3s, ease-in-out; }
  .btn-gradient--crimsonred:hover {
    background: -webkit-linear-gradient(270deg, #e91b32 0%, #d11429 70%);
    background: -moz-linear-gradient(270deg, #e91b32 0%, #d11429 70%);
    background: -ms-linear-gradient(270deg, #e91b32 0%, #d11429 70%);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }

.btn--tahiti {
  background-color: #F38707;
  border-color: #F38707;
  color: #ffffff;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -ms-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out; }
  .btn--tahiti:hover {
    background-color: #d57606; }

.btn-gradient--tahiti {
  background: -webkit-linear-gradient(270deg, #f38707 0%, #d57606 100%);
  background: -moz-linear-gradient(270deg, #f38707 0%, #d57606 100%);
  background: -ms-linear-gradient(270deg, #f38707 0%, #d57606 100%);
  border-color: #F38707;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #F38707;
  -webkit-transition: background, 0.3s, ease-in-out;
  -moz-transition: background, 0.3s, ease-in-out;
  -ms-transition: background, 0.3s, ease-in-out;
  -o-transition: background, 0.3s, ease-in-out;
  transition: background, 0.3s, ease-in-out; }
  .btn-gradient--tahiti:hover {
    background: -webkit-linear-gradient(270deg, #f38707 0%, #d57606 70%);
    background: -moz-linear-gradient(270deg, #f38707 0%, #d57606 70%);
    background: -ms-linear-gradient(270deg, #f38707 0%, #d57606 70%);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }

.btn--greenhaze {
  background-color: #00A651;
  border-color: #00A651;
  color: #ffffff;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -ms-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out; }
  .btn--greenhaze:hover {
    background-color: #008742; }

.btn-gradient--greenhaze {
  background: -webkit-linear-gradient(270deg, #00a651 0%, #008742 100%);
  background: -moz-linear-gradient(270deg, #00a651 0%, #008742 100%);
  background: -ms-linear-gradient(270deg, #00a651 0%, #008742 100%);
  border-color: #00A651;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #00A651;
  -webkit-transition: background, 0.3s, ease-in-out;
  -moz-transition: background, 0.3s, ease-in-out;
  -ms-transition: background, 0.3s, ease-in-out;
  -o-transition: background, 0.3s, ease-in-out;
  transition: background, 0.3s, ease-in-out; }
  .btn-gradient--greenhaze:hover {
    background: -webkit-linear-gradient(270deg, #00a651 0%, #008742 70%);
    background: -moz-linear-gradient(270deg, #00a651 0%, #008742 70%);
    background: -ms-linear-gradient(270deg, #00a651 0%, #008742 70%);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }

.text-center {
  text-align: center; }
  .text-center h5 {
    display: inline-block; }
.text-right {
  text-align: right; }
.text-left {
  text-align: left; }

body {
  overflow-x: hidden;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0; }

.ggh-component {
  font-size: 16px;
  font-weight: 400;
  color: #545454;
  background: #ffffff; }
  .ggh-component h1,
  .ggh-component h2,
  .ggh-component h3,
  .ggh-component h4,
  .ggh-component h5,
  .ggh-component h6,
  .ggh-component p {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    margin: 0;
    line-height: 1.5; }
  .ggh-component h1 {
    font-size: 2.375em;
    font-weight: 700; }
    .ggh-component h1 .jumbo {
      font-size: 3em; }
  .ggh-component h2 {
    font-size: 1.875em;
    font-weight: 300; }
    @media (max-width: 480px) {
      .ggh-component h2 {
        font-size: 2.0625em; } }
  .ggh-component h3 {
    font-size: 1.6875em;
    font-weight: 300; }
    @media (max-width: 480px) {
      .ggh-component h3 {
        font-size: 1.875em; } }
  .ggh-component h4 {
    font-size: 1.375em; }
  .ggh-component h5 {
    font-size: 1.125em; }
  .ggh-component h6 {
    font-size: 1em; }

/* Include Layout Sass */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ===========================
ClearFix rule 
-for containers with floated child elements
=========================== */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.base {
  width: 1170px;
  margin: auto; }
  @media (max-width: 1024px) {
    .base {
      width: 95%; } }
  @media (max-width: 480px) {
    .base {
      width: 90%; } }

/* ===========================
Row rule 
- Negative Margin Row, for nesting columns within other columns preventing double margins.
=========================== */
.ggh-grid {
    /* ===========================
Setup Columns 
- Floating all columns left. 
=========================== */ }
  .ggh-grid .row {
    margin-left: -10px;
    margin-right: -10px;
    position: relative; }
  .ggh-grid div[class*=col-],
  .ggh-grid section[class*=col-],
  .ggh-grid li[class*=col-],
  .ggh-grid a[class*=col-] {
    float: left;
    position: relative;
    padding: 0px 10px;
    margin: 0;
    min-height: 1px; }
  .ggh-grid div[class*=span-],
  .ggh-grid section[class*=span-],
  .ggh-grid li[class*=span-],
  .ggh-grid a[class*=span-] {
    float: left;
    position: relative;
    padding: 0px 10px;
    margin: 0;
    min-height: 1px; }
  .ggh-grid div.pull-right {
    float: right; }
  .ggh-grid div.pull-left {
    float: left; }
  .ggh-grid .block {
    margin-bottom: 19px; }
  .ggh-grid .col-12,
  .ggh-grid .span-12 {
    width: 100%; }
  .ggh-grid .col-11,
  .ggh-grid .span-11 {
    width: 91.66666667%; }
  .ggh-grid .col-10,
  .ggh-grid .span-10 {
    width: 83.33333333%; }
  .ggh-grid .col-9,
  .ggh-grid .span-9 {
    width: 75%; }
  .ggh-grid .col-8,
  .ggh-grid .span-8 {
    width: 66.66666667%; }
  .ggh-grid .col-7,
  .ggh-grid .span-7 {
    width: 58.33333333%; }
  .ggh-grid .col-6,
  .ggh-grid .span-6 {
    width: 50%; }
  .ggh-grid .col-5,
  .ggh-grid .span-5 {
    width: 41.66666667%; }
  .ggh-grid .col-4,
  .ggh-grid .span-4 {
    width: 33.33333333%; }
  .ggh-grid .col-3,
  .ggh-grid .span-3 {
    width: 25%; }
  .ggh-grid .col-2,
  .ggh-grid .span-2 {
    width: 16.66666667%; }
  .ggh-grid .col-1,
  .ggh-grid span-1 {
    width: 8.33333333%; }
  .ggh-grid .col-16 {
    width: 16.6%; }
  .ggh-grid .col-20 {
    width: 20%; }

/* Include Module Sass */
.ggh-apply-code {
  border-bottom: 4px solid #ebebeb;
  padding: 20px; }
  @media (max-width: 667px) {
    .ggh-apply-code {
      padding: 20px 0px; } }
  .ggh-apply-code .ggh-code-box {
    width: 670px;
    margin: auto;
    border-radius: 100px;
    overflow: hidden; }
    @media (max-width: 667px) {
      .ggh-apply-code .ggh-code-box {
        width: 100%; } }
    .ggh-apply-code .ggh-code-box .ggh-apply-input {
      border: 2px solid #ebebeb;
      border-right: 0px;
      width: 75%;
      float: left;
      background: #ebebeb; }
      @media (max-width: 667px) {
        .ggh-apply-code .ggh-code-box .ggh-apply-input {
          width: 70%; } }
      @media (max-width: 480px) {
        .ggh-apply-code .ggh-code-box .ggh-apply-input {
          width: 60%; } }
      .ggh-apply-code .ggh-code-box .ggh-apply-input input {
        width: 100%;
        border: 0px;
        background: none;
        padding: 15px;
        font-size: 18px;
        outline: none;
        font-family: "Lato", Helvetica, Arial, sans-serif;
        height: 50px;
        color: #545454; }
    .ggh-apply-code .ggh-code-box .ggh-apply-btn {
      width: 25%;
      float: right; }
      @media (max-width: 667px) {
        .ggh-apply-code .ggh-code-box .ggh-apply-btn {
          width: 30%; } }
      @media (max-width: 480px) {
        .ggh-apply-code .ggh-code-box .ggh-apply-btn {
          width: 40%; } }
      .ggh-apply-code .ggh-code-box .ggh-apply-btn input {
        width: 100%;
        border: 0px;
        background: #0070b6;
        color: #ffffff;
        padding: 15px;
        font-size: 18px;
        font-family: "Lato", Helvetica, Arial, sans-serif;
        height: 54px;
        cursor: pointer;
        -webkit-transition: background-color, 0.3s, ease;
        -moz-transition: background-color, 0.3s, ease;
        -ms-transition: background-color, 0.3s, ease;
        -o-transition: background-color, 0.3s, ease;
        transition: background-color, 0.3s, ease;
        font-weight: 700; }
        .ggh-apply-code .ggh-code-box .ggh-apply-btn input:hover {
          background: #00609d; }

.ggh-sort {
  width: 670px;
  margin: auto;
  padding: 40px 0px; }
  @media (max-width: 667px) {
    .ggh-sort {
      width: 100%; } }
  .ggh-sort .offers-label {
    display: block;
    line-height: 2.5;
    text-align: right;
    font-weight: 700; }
  .ggh-sort .ggh-sort-by {
    position: relative; }
    .ggh-sort .ggh-sort-by:before {
      content: attr(datanode); }
    .ggh-sort .ggh-sort-by input {
      width: 100%;
      background: transparent;
      border: 0px;
      outline: none;
      color: #545454;
      cursor: pointer; }
      .ggh-sort .ggh-sort-by input::-webkit-input-placeholder {
        font-family: "Lato", Helvetica, Arial, sans-serif;
        color: #545454; }
      .ggh-sort .ggh-sort-by input:-moz-placeholder {
        font-family: "Lato", Helvetica, Arial, sans-serif;
        color: #545454; }
      .ggh-sort .ggh-sort-by input::-moz-placeholder {
        font-family: "Lato", Helvetica, Arial, sans-serif;
        color: #545454; }
      .ggh-sort .ggh-sort-by input:-ms-input-placeholder {
        font-family: "Lato", Helvetica, Arial, sans-serif;
        color: #545454; }
  .ggh-sort .select-skin {
    border: 2px solid #ebebeb;
    width: 100%;
    float: right;
    -webkit-transition: all, 0.3s, ease-in;
    -moz-transition: all, 0.3s, ease-in;
    -ms-transition: all, 0.3s, ease-in;
    -o-transition: all, 0.3s, ease-in;
    transition: all, 0.3s, ease-in; }
    .ggh-sort .select-skin:hover {
      border-color: #ccc; }
  @media (max-width: 667px) {
    .ggh-sort .col-3 {
      width: 100%; }
      .ggh-sort .col-3 .offers-label {
        text-align: left; } }

.ggh-addons {
  padding: 40px 0px; }

@media (max-width: 1024px) {
  .ggh-offers-strip .col-3 {
    width: 33.333333%; } }
@media (max-width: 800px) {
  .ggh-offer-selection .col-5,
  .ggh-offer-selection .col-7 {
    width: 100%; }

  .ggh-addons .col-3 {
    width: 33.333333%; }
  .ggh-addons .col-9 {
    width: 66.666666%; }

  .ggh-addons-listing .col-4 {
    width: 50%; } }
@media (max-width: 667px) {
  .ggh-offers-strip .col-3 {
    width: 50%; }

  .ggh-addons .col-3 {
    width: 50%; }
  .ggh-addons .col-9 {
    width: 50%; }
  .ggh-addons .col-5 {
    width: 50%; }

  .ggh-offer-selection .col-5,
  .ggh-offer-selection .col-7 {
    width: 100%; }

  .ggh-addons-listing .col-4 {
    width: 100%; }

  .ggh-its-hot {
    display: none; } }
@media (max-width: 480px) {
  .ggh-offers-strip .col-3 {
    width: 100%; }

  .ggh-addons .col-3 {
    width: 100%;
    margin-bottom: 20px !important; }
  .ggh-addons .col-9,
  .ggh-addons .col-5 {
    width: 100%; } }
.ggh-confirm .ggh-confirm-header {
  padding: 20px;
  background: #e91b32;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700; }
  .ggh-confirm .ggh-confirm-header:before {
    content: attr(headericon);
    font-family: igb-font;
    text-transform: none;
    font-weight: normal; }
.ggh-confirm .ggh-confirm-body {
  padding: 20px;
  background: #ebebeb; }

.product-more {
  padding: 20px;
  background: #0070b6;
  color: #ffffff; }
  .product-more h1 {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 30px;
    color: #ffffff; }
  .product-more p {
    margin-bottom: 20px; }
  .product-more a {
    color: #ffffff; }

.select-skin {
  background: #ffffff;
  border-radius: 4px;
  padding: 8px 5px;
  min-width: 70px; }
  .select-skin__blue {
    background: #ffffff url("../img/icon-arrow-blue-down.png") right 10px center no-repeat;
    background-size: 14px 8px; }
  .select-skin select {
    background: transparent;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 100%;
    outline: none;
    cursor: pointer;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    color: #545454;
    padding: 0px; }
    @media (max-width: 800px) {
      .select-skin select {
        padding-right: 25px; } }

select::-ms-expand {
  display: none; }

.next-steps-footer {
  border-top: 4px solid #ebebeb;
  margin-top: 30px;
  padding: 40px 0px; }
  .next-steps-footer__right {
    text-align: right;
    margin-top: 0px; }
    @media (max-width: 480px) {
      .next-steps-footer__right {
        text-align: center; }
        .next-steps-footer__right a.btn {
          display: block; } }
    .next-steps-footer__right .btn-basic {
      color: #545454;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 2px;
      display: inline-block;
      margin-right: 20px; }
      @media (max-width: 480px) {
        .next-steps-footer__right .btn-basic {
          display: none; } }
  @media (max-width: 800px) {
    .next-steps-footer .col-6,
    .next-steps-footer .col-3 {
      width: 100%;
      margin-bottom: 20px !important;
      float: none; }
    .next-steps-footer .col-3:first-child {
      display: none; } }

.ggh-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: table;
  margin: auto; }
  .ggh-pagination li {
    float: left;
    text-transform: uppercase;
    margin: 0px 4px;
    height: 42px;
    width: 42px;
    text-align: center;
    background: #ebebeb;
    border-radius: 50%;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 13px;
    color: #ccc;
    line-height: 3.2; }
    .ggh-pagination li a {
      text-decoration: none;
      color: #545454;
      display: block; }
    .ggh-pagination li.selected {
      background: #0070b6; }
      .ggh-pagination li.selected a {
        color: #ffffff; }
    .ggh-pagination li:first-child {
      background: none;
      height: auto;
      width: auto; }
    .ggh-pagination li:last-child {
      background: none;
      height: auto;
      width: auto; }
      .ggh-pagination li:last-child a {
        color: #0070b6; }

.btn {
  padding: 15px 8px;
  border-radius: 4px;
  text-decoration: none;
  position: relative; }
  .btn__uppercase {
    text-transform: uppercase; }
  .btn__block {
    display: block; }
  .btn__inline {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px; }
  .btn__centered {
    text-align: center; }
  .btn__pill {
    border-radius: 100px; }
  .btn__has-icon:before {
    margin-right: 5px; }
  .btn__is-checkout {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 900; }

.btn-gradient--disabled {
  pointer-events: none; }

.btn--alert-white {
  background: #fff;
  color: red; }

.ggh-racing-banner {
  padding: 30px 0px; }
  .ggh-racing-banner .base {
    position: relative; }
  .ggh-racing-banner h1 {
    font-size: 3.125em;
    line-height: 1; }
    .ggh-racing-banner h1:after {
      content: attr(contentalert);
      font-size: 12px;
      text-transform: uppercase;
      background: #e91b32;
      font-weight: 400;
      padding: 6px 10px;
      border-radius: 4px;
      position: relative;
      top: -8px;
      margin-left: 10px;
      letter-spacing: 1px; }
      @media (max-width: 1024px) {
        .ggh-racing-banner h1:after {
          display: inline-block;
          margin-left: 0; } }
      @media (max-width: 414px) {
        .ggh-racing-banner h1:after {
          margin-left: 10px; } }
    .ggh-racing-banner h1.no-content:after {
      display: none; }
    @media (max-width: 1024px) {
      .ggh-racing-banner h1 {
        width: 80%;
        font-size: 2.1875em; } }
    @media (max-width: 667px) {
      .ggh-racing-banner h1 {
        width: 100%;
        margin-top: 100px; } }
  .ggh-racing-banner p {
    font-size: 1.25em;
    font-weight: 300; }
    @media (max-width: 1024px) {
      .ggh-racing-banner p {
        width: 80%; } }
    @media (max-width: 667px) {
      .ggh-racing-banner p {
        width: 100%; } }
  .ggh-racing-banner__blue {
    background: #0070b6;
    color: #ffffff; }
  .ggh-racing-banner__has-bg {
    background-image: url("../img/bg-gh.png");
    background-position: left bottom;
    background-repeat: no-repeat; }
  .ggh-racing-banner .help-line {
    margin-bottom: 30px;
    font-size: 1.125em;
    font-weight: 300; }
    @media (max-width: 414px) {
      .ggh-racing-banner .help-line {
        width: 100%;
        overflow: hidden; }
        .ggh-racing-banner .help-line em {
          width: 50%;
          display: block;
          float: right;
          text-align: right; } }

.stripes {
  overflow: hidden;
  margin-top: 10px; }
  .stripes div {
    width: 50px;
    height: 7px;
    float: left; }
  .stripes .ggh-one {
    background: #F38707; }
  .stripes .ggh-two {
    background: #e91b32; }
  .stripes .ggh-three {
    background: #ffffff; }
  .stripes .ggh-four {
    background: #0070b6; }

.ggh-offer {
  margin-bottom: 20px; }
  .ggh-offer__is-offer:before {
    content: "f";
    font-family: igb-font;
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 40px;
    z-index: 3;
    color: #F38707; }
  .ggh-offer__is-offer .ggh-offer-heading {
    background: #F38707 !important; }
  .ggh-offer .ggh-img {
    position: relative; }
    .ggh-offer .ggh-img img {
      width: 100%;
      display: block; }
    .ggh-offer .ggh-img .ggh-min-adults {
      position: absolute;
      bottom: 15px;
      left: -10px;
      background: #e91b32;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 10px;
      font-weight: 700;
      padding: 8px;
      border-radius: 3px;
      letter-spacing: 1px; }
      @media (max-width: 750px) {
        .ggh-offer .ggh-img .ggh-min-adults {
          font-size: 8px; } }
      .ggh-offer .ggh-img .ggh-min-adults span {
        display: inline-block;
        margin-right: 5px;
        position: relative;
        top: 1px; }
    .ggh-offer .ggh-img .ggh-offer-cost {
      position: absolute;
      bottom: 12px;
      color: #ffffff;
      right: 10px;
      font-size: 30px;
      font-weight: 700; }
      @media (max-width: 750px) {
        .ggh-offer .ggh-img .ggh-offer-cost {
          font-size: 22px; } }
      .ggh-offer .ggh-img .ggh-offer-cost em {
        font-style: normal;
        font-size: 16px;
        position: relative;
        top: -12px;
        margin-left: 2px;
        font-weight: 400; }
        @media (max-width: 750px) {
          .ggh-offer .ggh-img .ggh-offer-cost em {
            font-size: 10px; } }
  .ggh-offer .ggh-offer-heading {
    background: #0070b6;
    padding: 20px;
    color: #ffffff; }
    .ggh-offer .ggh-offer-heading h2 {
      font-size: 26px;
      font-weight: 400;
      line-height: 1.2;
      margin-bottom: 10px; }
    .ggh-offer .ggh-offer-heading a {
      color: #ffffff;
      text-decoration: underline;
      font-size: 14px; }
  .ggh-offer .ggh-offer-selection {
    background: #ebebeb;
    padding: 20px; }
    .ggh-offer .ggh-offer-selection select {
      color: #545454; }
    .ggh-offer .ggh-offer-selection label {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 5px;
      display: block; }
  .ggh-offer .ggh-action {
    background: #ebebeb;
    padding: 20px;
    padding-top: 0px;
    text-align: center;
    border-radius: 0px 0px 4px 4px; }
    .ggh-offer .ggh-action a {
      font-size: 13px;
      letter-spacing: 2px;
      font-weight: 900;
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); }

.ggh-scrim {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(11, 11, 11, 0.5);
  /* FF3.6-15 */
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.stadium-listing h2 {
  background: #0070b6;
  padding: 10px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }
.stadium-listing ul {
  border-bottom: 3px solid #00A651;
  padding: 0px;
  margin: 0px;
  list-style: none;
  min-height: 333px; }
  .stadium-listing ul li {
    border-bottom: 1px solid #d2dee6; }
    .stadium-listing ul li:last-child {
      border-bottom: 0px; }
    .stadium-listing ul li a {
      color: #0070b6;
      text-decoration: none;
      position: relative;
      padding: 7.5px 20px;
      display: block;
      font-size: 14px; }
      .stadium-listing ul li a:after {
        content: attr(dataicon);
        font-family: igb-font;
        right: 20px;
        top: 12px;
        position: absolute;
        color: #00A651; }

.ggh-basket {
  position: absolute;
  bottom: 20px;
  right: 0px;
  cursor: pointer;
  border-radius: 50%;
  background: #ffffff;
  height: 57px;
  width: 57px;
  color: #F38707;
  text-align: center; }
  @media (max-width: 667px) {
    .ggh-basket {
      bottom: auto;
      right: auto;
      top: 10px;
      left: 20px; } }
  .ggh-basket .basket-cost {
    color: #ffffff;
    top: -5px;
    position: relative;
    background: #F38707;
    padding: 5px;
    font-size: 12px;
    border-radius: 50px; }
  .ggh-basket:before {
    content: attr(basketicon);
    font-family: igb-font;
    font-size: 35px;
    line-height: 1.5; }
  .ggh-basket:after {
    content: "Basket";
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    display: none; }
  .ggh-basket .ggh-count {
    position: absolute;
    display: none;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    background: #F38707;
    border: 3px solid #0070b6;
    color: #ffffff;
    height: 31px;
    width: 31px;
    font-weight: 700;
    line-height: 1.5; }

.ggh-cart-header {
  background: #00609d;
  color: #ffffff;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative; }
  .ggh-cart-header:before {
    content: attr(headericon);
    font-family: igb-font;
    text-transform: none;
    font-weight: normal; }
  .ggh-cart-header:after {
    content: attr(cartsubtotal);
    position: absolute;
    right: 15px; }

.ggh-cart-item {
  background: #0070b6;
  padding: 20px;
  margin: 0px;
  list-style: none;
  margin-bottom: 1px; }
  .ggh-cart-item li {
    padding: 7.5px 0px;
    border-top: 1px solid #0080d0;
    border-bottom: 1px solid #00609d;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    padding-left: 60px; }
    .ggh-cart-item li select {
      border: 1px solid #ffffff;
      border-radius: 3px;
      padding: 3px; }
    .ggh-cart-item li.is-promo {
      padding-left: 40px !important; }
      .ggh-cart-item li.is-promo:before {
        content: "f";
        font-family: igb-font;
        color: #F38707;
        font-size: 30px; }
    .ggh-cart-item li a {
      display: inline-block;
      margin-left: 10px;
      text-transform: capitalize;
      color: #ffffff; }
    .ggh-cart-item li:first-child {
      border-top: 0px;
      text-transform: none;
      font-weight: 400;
      font-size: 18px;
      padding-left: 0px;
      padding-top: 0px; }
    .ggh-cart-item li:last-child {
      border-bottom: 0px;
      padding-bottom: 0px; }
    .ggh-cart-item li:before {
      content: attr(cartrole);
      position: absolute;
      left: 0px;
      letter-spacing: 1px; }

.ggh-subtotal-terms {
  padding: 20px 20px 40px 20px;
  background: #ebebeb; }
  .ggh-subtotal-terms .ggh-subtotal {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 10px; }
    .ggh-subtotal-terms .ggh-subtotal em {
      font-style: normal;
      font-size: 18px;
      font-weight: 400;
      position: relative;
      top: -17px;
      margin-left: 5px; }
  .ggh-subtotal-terms p {
    font-size: 14px;
    font-weight: 700; }
    .ggh-subtotal-terms p a {
      color: #0070b6; }
  .ggh-subtotal-terms .ggh-proceed-actions {
    padding-top: 40px; }
    @media (max-width: 480px) {
      .ggh-subtotal-terms .ggh-proceed-actions {
        display: none; } }
    .ggh-subtotal-terms .ggh-proceed-actions .btn-basic {
      padding-top: 10px;
      display: block;
      text-align: center;
      color: #545454;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 2px; }

#basket-added {
  background: #00A651;
  display: none;
  text-align: center;
  padding: 20px;
  height: 100%; }
  #basket-added h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px; }
  #basket-added .icon-cart {
    color: #ffffff;
    font-size: 50px; }
  #basket-added .icon-from-alert {
    color: #ffffff;
    font-size: 50px; }
  #basket-added .btn-custom-pop {
    display: inline-block;
    color: #00A651;
    border: 2px solid #ffffff;
    padding: 5px 15px 7px 15px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px;
    background: #ffffff;
    font-weight: 700; }

#basket-promo {
  background: #F38707;
  display: none;
  text-align: center;
  padding: 20px;
  height: 100%; }
  #basket-promo h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 18px; }
  #basket-promo .icon-promo {
    color: #ffffff;
    font-size: 80px; }
  #basket-promo .icon-from-alert {
    color: #ffffff;
    font-size: 50px; }

#basket-updated {
  background: #00A651;
  display: none;
  text-align: center;
  padding: 20px;
  height: 100%; }
  #basket-updated h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 20px; }
  #basket-updated .icon-cart {
    color: #ffffff;
    font-size: 80px; }

#basket-removed {
  background: #e91b32;
  display: none;
  text-align: center;
  padding: 20px;
  height: 100%; }
  #basket-removed h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 20px; }
  #basket-removed .icon-cart {
    color: #ffffff;
    font-size: 80px; }
  #basket-removed .icon-bin {
    color: #ffffff;
    font-size: 50px; }
  #basket-removed .icon-from-alert {
    color: #ffffff;
    font-size: 50px; }

#more-product-info {
  display: none; }

.basket-overlay {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 99;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  display: none; }

.popout-basket {
  position: absolute;
  right: 0px;
  top: 90px;
  width: 300px;
  text-align: left;
  z-index: 100;
  display: none; }
  @media (max-width: 667px) {
    .popout-basket {
      left: 0; } }
  @media (max-width: 414px) {
    .popout-basket {
      width: 270px; } }
  .popout-basket .arrow {
    position: relative;
    background: #F38707; }
    .popout-basket .arrow:after {
      bottom: 0px;
      right: 17px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #F38707;
      border-width: 10px;
      margin-left: -10px; }
      @media (max-width: 667px) {
        .popout-basket .arrow:after {
          left: 27px;
          margin-right: -10px; } }
  .popout-basket ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border-radius: 3px;
    overflow: hidden; }
    .popout-basket ul li {
      background: #F38707;
      border-bottom: 1px solid #dc7c09;
      position: relative;
      padding: 15px;
      color: #ffffff; }
      .popout-basket ul li a {
        color: #ffffff;
        position: relative;
        display: block; }
        .popout-basket ul li a:after {
          content: "Empty basket";
          position: absolute;
          padding-left: 10px;
          position: absolute; }
      .popout-basket ul li:last-child {
        border-bottom: 0px;
        background: #dc7c09; }
      .popout-basket ul li .ggh-basket-data {
        font-size: 12px;
        margin-top: 10px; }

#spinner-center {
  background: #000;
  padding: 10px;
  border-radius: 50%; }

.ggh-addon {
  margin-bottom: 20px; }

.ggh-addon-header {
  background: #00609d;
  padding: 20px;
  color: #ffffff; }
  .ggh-addon-header__hot {
    background: #d6152a; }
  .ggh-addon-header h2 {
    font-weight: 400;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 15px;
    height: 60px; }
  .ggh-addon-header span {
    font-weight: 400;
    font-size: 25px; }
    .ggh-addon-header span em {
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      position: relative;
      top: -9px;
      margin-left: 5px; }

.ggh-addon-body {
  background: #ebebeb;
  padding: 20px 20px 100px 20px;
  position: relative;
  border-radius: 0px 0px 3px 3px; }
  .ggh-addon-body .ggh-its-hot {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #e91b32;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    border-radius: 3px;
    padding: 10px; }
    .ggh-addon-body .ggh-its-hot:before {
      content: attr(dataicon);
      font-family: igb-font;
      text-transform: none;
      font-weight: normal; }
  .ggh-addon-body .ggh-action-position {
    position: absolute;
    bottom: 20px;
    left: 20px; }
    .ggh-addon-body .ggh-action-position label {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 5px;
      display: inline-block; }
  .ggh-addon-body p {
    font-size: 14px;
    font-weight: 700; }

.ggh-checkbox {
  width: 100%;
  left: 0px; }
  .ggh-checkbox__form {
    padding: 0px;
    margin-bottom: 20px; }
  .ggh-checkbox label {
    display: inline-block;
    margin-left: 10px;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px; }
  .ggh-checkbox .ggh-checkbox-item {
    display: inline; }

.delete-item {
  text-decoration: none;
  position: absolute;
  right: 0px;
  top: 10px;
  opacity: .85; }
  .delete-item:hover {
    opacity: 1; }
  .delete-item img {
    width: 100%; }

.ggh-form label {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block; }
.ggh-form input,
.ggh-form textarea {
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  padding: 10px;
  border-radius: 4px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #545454; }
  .ggh-form input.ggh-3quarter,
  .ggh-form textarea.ggh-3quarter {
    width: 75%; }
    @media (max-width: 667px) {
      .ggh-form input.ggh-3quarter,
      .ggh-form textarea.ggh-3quarter {
        width: 100%; } }
  .ggh-form input.ggh-half,
  .ggh-form textarea.ggh-half {
    width: 50%; }
  .ggh-form input.ggh-quarter,
  .ggh-form textarea.ggh-quarter {
    width: 25%; }

.ggh-diet-alert {
  background: #FFF79A;
  border-radius: 4px;
  padding: 10px 10px 10px 50px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  top: -10px;
  color: #746e2d;
  overflow: hidden;
  cursor: pointer; }
  .ggh-diet-alert:before {
    content: attr(dataicon);
    font-family: igb-font;
    font-weight: normal;
    font-size: 25px;
    line-height: 2;
    background: #9c9545;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 40px;
    text-align: center;
    color: #FFF79A; }
  .ggh-diet-alert:after {
    content: "x";
    position: absolute;
    top: 5px;
    right: 10px; }

.errorfield label {
  color: red; }
.errorfield input {
  border: 1px solid red; }

#paymentchoice {
  background: #ffffff; }

.pay-header {
  background: #0070b6;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 700; }

.pay-one,
.pay-two {
  float: left;
  width: 50%;
  text-align: center;
  padding: 35px 0px; }
  @media (max-width: 480px) {
    .pay-one,
    .pay-two {
      padding: 25px 25px 0px 25px; }
      .pay-one a.btn,
      .pay-two a.btn {
        display: block; } }
  @media (max-width: 480px) {
    .pay-one,
    .pay-two {
      width: 100%;
      float: none; } }
  .pay-one img,
  .pay-two img {
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .pay-one img,
      .pay-two img {
        display: none; } }

@media (max-width: 768px) {
  .ggh-offer .ggh-img .ggh-offer-cost {
    font-size: 25px; }
    .ggh-offer .ggh-img .ggh-offer-cost em {
      font-size: 13px; } }
@media (max-width: 667px) {
  .ggh-offer .ggh-img .ggh-offer-cost {
    font-size: 30px; }
    .ggh-offer .ggh-img .ggh-offer-cost em {
      font-size: 13px; } }
@media (max-width: 768px) {
  .ggh-offer .ggh-min-adults {
    font-size: 9px; } }
@media (max-width: 667px) {
  .ggh-offer .ggh-min-adults {
    font-size: 11px; } }

@media (max-width: 800px) {
  .ggh-offer .ggh-offer-selection .col-7 label {
    margin-top: 15px; } }
@media (max-width: 900px) {
  .ggh-offer .ggh-offer-selection .select-skin {
    padding: 7px 5px; } }
@media (max-width: 667px) {
  .ggh-offer .ggh-offer-selection .select-skin {
    padding: 8px 5px; } }
@media (max-width: 900px) {
  .ggh-offer .ggh-offer-selection .select-skin__blue {
    background-size: 13px 7px; } }
@media (max-width: 667px) {
  .ggh-offer .ggh-offer-selection .select-skin__blue {
    background-color: 14px 8px; } }
@media (max-width: 900px) {
  .ggh-offer .ggh-offer-selection select {
    font-size: 12px; } }
@media (max-width: 667px) {
  .ggh-offer .ggh-offer-selection select {
    font-size: 16px; } }

/* Include State Sasss */
/* Include Theme Sass */
.epi-editContainer .banner__lowerpage {
  height: auto !important; }

/*# sourceMappingURL=ggh-racing.css.map */