/**
 * SCSS: Main
 */
/**
 * Utils: Variables
 */
/**
 * $TYPE-SCALES
 *
 * A map of type-settings that will cascade *wink*
 * Uses the same names as $BREAKPOINTS as keys
 */
/**
 * $BREAKPOINTS
 *
 * @key   {string} - Name of breakpoint
 * @value {string} - Type of breakpoint (min, max)
 * @value {int}    - Width that breakpoint starts
 * @value {int}    - Number of columns for grid
 * @value {int}    - Gutter width for each column
 * @value {int}    - Gutter width for each grid
 */
/*
 * Base: Typography
 */
@font-face {
  font-family: 'EK03Serif-b01';
  src: url("../fonts/ek03serif-b01-webfont.eot");
  src: url("../fonts/ek03serif-b01-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ek03serif-b01-webfont.woff") format("woff"), url("../fonts/ek03serif-b01-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* line 1, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
html {
  font-size: 100%;
  width: 100%;
  overflow-x: hidden; }

/* line 11, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
.mobile-wrapper {
  border: 1px solid #ccc;
  width: 320px;
  height: 480px;
  position: relative;
  background: #ffffff;
  margin-bottom: 10px; }
  /* line 14, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  .mobile-wrapper h1, .mobile-wrapper h2, .mobile-wrapper p {
    font-family: "EK03Serif-b01", Helvetica, Arial, sans-serif;
    color: #333333;
    text-transform: none;
    border: 0;
    box-sizing: border-box;
    font-size: 100%;
    font-smoothing: antialiased;
    line-height: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline; }
  /* line 31, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  .mobile-wrapper p {
    font-family: Helvetica, Arial, sans-serif; }
  /* line 42, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  .mobile-wrapper .header h1 {
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 20px;
    left: 20px; }
  /* line 52, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  .mobile-wrapper > h1 {
    font-size: 15px;
    padding: 10px 0 0 10px;
    margin-bottom: 10px; }
  /* line 58, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  .mobile-wrapper > p {
    font-size: 12px;
    line-height: 18px;
    padding: 0px 0 0 20px; }
    /* line 63, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
    .mobile-wrapper > p a {
      color: #e20613; }
  /* line 68, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  .mobile-wrapper .line-spacer {
    width: 280px;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    margin: 15px auto; }
  /* line 75, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  .mobile-wrapper .find-out-more {
    display: inline-block;
    text-indent: -9999px;
    width: 107px;
    height: 20px;
    background: url("../images/sprites.png") no-repeat 0px -52px;
    margin: 10px 0 0 20px; }

/* line 85, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
.form-wapper {
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 13px;
  width: 298px;
  height: 405px; }
  /* line 96, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  .form-wapper form {
    padding-top: 35px;
    margin-left: 10px;
    border-collapse: separate;
    border-spacing: 0 5px; }
  /* line 103, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  .form-wapper .row {
    display: table-row;
    margin-bottom: 5px; }
  /* line 108, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  .form-wapper label {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    text-align: right;
    padding-right: 10px; }
  /* line 117, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  .form-wapper input[type=checkbox] {
    float: right;
    margin-right: 5px;
    margin-top: 20px; }
  /* line 123, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  .form-wapper .input-wrapper {
    display: table-cell;
    vertical-align: middle; }
    /* line 128, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
    .form-wapper .input-wrapper p {
      font-family: Helvetica, Arial, sans-serif !important;
      color: #000000 !important;
      font-size: 12px;
      line-height: 12px;
      padding-left: 5px; }
      /* line 135, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
      .form-wapper .input-wrapper p a {
        color: #000; }
    /* line 140, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
    .form-wapper .input-wrapper input {
      width: 151px;
      height: 33px;
      border: 1px solid #c4c4c4;
      border-radius: 5px;
      box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
      padding-left: 5px; }
  /* line 153, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  .form-wapper .submit-btn {
    text-indent: -9999px;
    width: 150px;
    height: 38px;
    /*background: url("../images/sprites.png") no-repeat 0px -62px;*/
    background-image: url("../images/register-now-button.jpg");
    cursor: pointer;
    margin-top: 25px;
    margin-left: 10px;
    border: 0; }
  /* line 163, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  .form-wapper .mandatory {
    font-family: Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 11px;
    position: absolute;
    right: 35px;
    bottom: 20px; }
  /* line 172, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  .form-wapper .thanks-panel {
    width: 100%;
    height: 100%;
    display: table; }
    /* line 177, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
    .form-wapper .thanks-panel .thanks-message {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      /* line 182, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
      .form-wapper .thanks-panel .thanks-message p {
        font-family: Helvetica, Arial, sans-serif !important;
        color: #333333 !important;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px; }
      /* line 190, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
      .form-wapper .thanks-panel .thanks-message a {
        display: inline-block;
        text-indent: -9999px;
        width: 107px;
        height: 30px;
        background: url("../images/sprites.png") no-repeat 0px -32px; }
  /* line 201, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  .form-wapper.mobile {
    width: 320px;
    height: 300px; }
    /* line 206, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
    .form-wapper.mobile form {
      padding-top: 0px; }
      /* line 209, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
      .form-wapper.mobile form p {
        font-size: 11px;
        line-height: 11px;
        padding-left: 0px;
        margin-left: 30px;
        text-align: left;
        margin-top: 11px; }
        /* line 217, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
        .form-wapper.mobile form p a {
          color: #000; }
      /* line 223, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
      .form-wapper.mobile form input[type=checkbox] {
        float: left;
        margin: 0;
        padding: 0;
        margin-left: 10px;
        margin-top: 10px; }
    /* line 233, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
    .form-wapper.mobile input[type=text] {
      height: 23px; }
    /* line 238, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
    .form-wapper.mobile .input-wrapper input {
      height: 23px; }
    /* line 243, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
    .form-wapper.mobile .mandatory {
      right: 40px; }
    /* line 247, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
    .form-wapper.mobile .submit-btn {
      text-indent: -9999px;
      width: 107px;
      height: 20px;
      background: url("../images/register-btn-m.png") no-repeat 0px 0px;
      margin-top: 8px;
      margin-left: 10px;
      border: 0; }

/* line 260, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
#collapseDiv h1, #collapseDiv h2, #collapseDiv p, #expandDiv h1, #expandDiv h2, #expandDiv p {
  font-family: "EK03Serif-b01", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: none;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-smoothing: antialiased;
  line-height: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

/* line 278, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
#collapseDiv {
  background: url("../images/background-970x90.jpg") no-repeat left top; }
  /* line 281, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  #collapseDiv p {
    position: absolute;
    top: 31px;
    left: 42px;
    font-size: 24px;
    line-height: 24px; }

/* line 290, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
#expandDiv {
  background: url("../images/background-image.jpg") no-repeat left top; }
  /* line 293, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  #expandDiv .emirates-logo {
    float: right;
    width: 145px;
    height: 83px;
    background: url("../images/emirates-logo.png") no-repeat left top;
    background-size: 100%;
    margin-right: 20px; }
  /* line 302, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  #expandDiv .right-panel {
    float: right;
    width: 298px;
    height: 405px;
    background: rgba(255, 255, 255, 0.8);
    margin-right: 5px;
    margin-top: 5px; }
  /* line 311, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
  #expandDiv .title {
    position: absolute;
    top: 198px;
    left: 48px; }
    /* line 316, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
    #expandDiv .title h1 {
      font-size: 34px;
      line-height: 34px;
      margin-bottom: 5px; }
      /* line 320, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
      #expandDiv .title h1 span {
        padding-left: 20px; }
    /* line 325, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
    #expandDiv .title h2 {
      font-size: 20px;
      line-height: 20px;
      padding-left: 20px; }
    /* line 331, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
    #expandDiv .title p {
      font-family: Helvetica, Arial, sans-serif;
      padding-top: 15px;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 10px; }
      /* line 337, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
      #expandDiv .title p a {
        color: #ffffff; }
    /* line 344, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
    #expandDiv .title .find-out-more {
      display: inline-block;
      text-indent: -9999px;
      width: 107px;
      height: 20px;
      background: url("../images/sprites.png") no-repeat 0px -52px; }

/* line 354, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
#colExpButton {
  text-indent: -9999px;
  width: 80px;
  height: 20px;
  background: url("../images/sprites.png") no-repeat 0px -32px;
  border: none;
  display: inline !important; }

/* line 365, /Users/miottop/Documents/wip/EMI0454_GolfLink_Sponsorship/src/scss/layout/_global.scss */
.std-cntnt > span {
  left: 330px;
  top: 35px; }
