@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "";
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.8em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)
	-   vertical-align          - Vertical align center
	-   icon          			- arguments: $index(Position),$size(Image px size), $image(Image name)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
/* Vertical align center */
/* ICON */
/* Most use custom mixin */
/* Flexbox mixin */
.container {
  padding: 0 0;
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 641px) {
  .container {
    width: 85%;
  }
}

@media only screen and (min-width: 961px) {
  .container {
    width: 70%;
  }
}

.container .row {
  margin-left: 0;
  margin-right: 0;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.row .col.s1 {
  width: 8.33333333%;
  margin-left: 0;
}

.row .col.s2 {
  width: 16.66666667%;
  margin-left: 0;
}

.row .col.s3 {
  width: 25%;
  margin-left: 0;
}

.row .col.s4 {
  width: 33.33333333%;
  margin-left: 0;
}

.row .col.s5 {
  width: 41.66666667%;
  margin-left: 0;
}

.row .col.s6 {
  width: 50%;
  margin-left: 0;
}

.row .col.s7 {
  width: 58.33333333%;
  margin-left: 0;
}

.row .col.s8 {
  width: 66.66666667%;
  margin-left: 0;
}

.row .col.s9 {
  width: 75%;
  margin-left: 0;
}

.row .col.s10 {
  width: 83.33333333%;
  margin-left: 0;
}

.row .col.s11 {
  width: 91.66666667%;
  margin-left: 0;
}

.row .col.s12 {
  width: 100%;
  margin-left: 0;
}

.row .col.offset-s1 {
  margin-left: 8.33333333%;
}

.row .col.offset-s2 {
  margin-left: 16.66666667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.33333333%;
}

.row .col.offset-s5 {
  margin-left: 41.66666667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.33333333%;
}

.row .col.offset-s8 {
  margin-left: 66.66666667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.33333333%;
}

.row .col.offset-s11 {
  margin-left: 91.66666667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

@media only screen and (min-width: 641px) {
  .row .col.m1 {
    width: 8.33333333%;
    margin-left: 0;
  }
  .row .col.m2 {
    width: 16.66666667%;
    margin-left: 0;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.m4 {
    width: 33.33333333%;
    margin-left: 0;
  }
  .row .col.m5 {
    width: 41.66666667%;
    margin-left: 0;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.m7 {
    width: 58.33333333%;
    margin-left: 0;
  }
  .row .col.m8 {
    width: 66.66666667%;
    margin-left: 0;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.m10 {
    width: 83.33333333%;
    margin-left: 0;
  }
  .row .col.m11 {
    width: 91.66666667%;
    margin-left: 0;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 8.33333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.66666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.33333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.66666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.33333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.66666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.33333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.66666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 961px) {
  .row .col.l1 {
    width: 8.33333333%;
    margin-left: 0;
  }
  .row .col.l2 {
    width: 16.66666667%;
    margin-left: 0;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.l4 {
    width: 33.33333333%;
    margin-left: 0;
  }
  .row .col.l5 {
    width: 41.66666667%;
    margin-left: 0;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.l7 {
    width: 58.33333333%;
    margin-left: 0;
  }
  .row .col.l8 {
    width: 66.66666667%;
    margin-left: 0;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.l10 {
    width: 83.33333333%;
    margin-left: 0;
  }
  .row .col.l11 {
    width: 91.66666667%;
    margin-left: 0;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l1 {
    margin-left: 8.33333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.66666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.33333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.66666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.33333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.66666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.33333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.66666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
}

/* Inspire from http://materializecss.com/grid.html */
/* Media query */
/* Example
---1160px---
	@media screen and (max-width : 1181px) {
	
	}

---959px---
	@media screen and (max-width : 959px) {
	
	}

---639px---
	@media screen and (max-width : 640px) {
	
	}

---481px---
	@media screen and (max-width : 481px) {
	
	}

*/
/* Custom media query */
/* colors */
/* Primary Colors */
/*Google fonts - Roboto & Roboto Condensed*/
/*Font - CPW Trade*/
@font-face {
  font-family: 'CPWTradeGothicReg';
  src: url("../fonts/CPWTradeGothicReg.eot");
  src: url("../fonts/CPWTradeGothicReg.eot") format("embedded-opentype"), url("../fonts/CPWTradeGothicReg.woff2") format("woff2"), url("../fonts/CPWTradeGothicReg.woff") format("woff"), url("../fonts/CPWTradeGothicReg.ttf") format("truetype"), url("../fonts/CPWTradeGothicReg.svg#CPWTradeGothicReg") format("svg");
}

@font-face {
  font-family: 'CPWTradeGothicBold';
  src: url("../fonts/CPWTradeGothicBold.eot");
  src: url("../fonts/CPWTradeGothicBold.eot") format("embedded-opentype"), url("../fonts/CPWTradeGothicBold.woff2") format("woff2"), url("../fonts/CPWTradeGothicBold.woff") format("woff"), url("../fonts/CPWTradeGothicBold.ttf") format("truetype"), url("../fonts/CPWTradeGothicBold.svg#CPWTradeGothicBold") format("svg");
}

@font-face {
  font-family: 'CPWTrade';
  src: url("../fonts/CPWTrade.eot");
  src: url("../fonts/CPWTrade.eot") format("embedded-opentype"), url("../fonts/CPWTrade.woff2") format("woff2"), url("../fonts/CPWTrade.woff") format("woff"), url("../fonts/CPWTrade.ttf") format("truetype"), url("../fonts/CPWTrade.svg#CPWTrade") format("svg");
}

@font-face {
  font-family: 'TradeGothicLTStdBdCn20';
  src: url("../fonts/TradeGothicLTStdBdCn20.eot");
  src: url("../fonts/TradeGothicLTStdBdCn20.eot") format("embedded-opentype"), url("../fonts/TradeGothicLTStdBdCn20.woff2") format("woff2"), url("../fonts/TradeGothicLTStdBdCn20.woff") format("woff"), url("../fonts/TradeGothicLTStdBdCn20.ttf") format("truetype"), url("../fonts/TradeGothicLTStdBdCn20.svg#TradeGothicLTStdBdCn20") format("svg");
}

@font-face {
  font-family: 'TradeGothicLTStdCn18';
  src: url("../fonts/TradeGothicLTStdCn18.eot");
  src: url("../fonts/TradeGothicLTStdCn18.eot") format("embedded-opentype"), url("../fonts/TradeGothicLTStdCn18.woff2") format("woff2"), url("../fonts/TradeGothicLTStdCn18.woff") format("woff"), url("../fonts/TradeGothicLTStdCn18.ttf") format("truetype"), url("../fonts/TradeGothicLTStdCn18.svg#TradeGothicLTStdCn18") format("svg");
}

/* Variable declaration for fonts */
.button-margin {
  padding: 3rem 0;
}

.button-container {
  margin: 5rem 0 8rem 0;
  text-align: left;
}

.button {
  font-family: "TradeGothicLTStdBdCn20", sans-serif;
  font-weight: 700;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
}

.button.white {
  color: #000000;
  border: 2px solid #000000;
}

.button.blue {
  background: #1c2949;
  color: #FFFFFF;
}

.button.light-blue {
  background: #1aa7dd;
  color: #FFFFFF;
}

.button.brown {
  color: #751205;
}

.button.disabled {
  background: #c1c1c1;
  color: #FFFFFF;
  cursor: default;
}

.button.mid-font {
  font-size: 1.8rem;
}

.button.large {
  font-size: 3rem;
}

.button.curve-border {
  border-radius: 4px;
}

.button.wide {
  padding: 1.2rem 0;
  width: 38%;
}

.button.wide-theme3 {
  padding: 1.2rem 0;
  width: 33.3%;
}

.button.wide-theme4 {
  padding: 1.2rem 0;
  width: 40%;
}

.button.mid {
  padding: 1.2rem 0;
  width: 60%;
}

.button.small {
  padding: 1.5rem;
}

.button.full-width {
  padding: 1.5rem;
  display: block;
  width: 100%;
}

.button.cursor-p {
  cursor: default;
}

.button.mLeft10 {
  margin-left: 1rem;
}

.button.mLeft20 {
  margin-left: 2rem;
}

.button.mTop10 {
  margin-top: 1rem;
}

.button.mTop20 {
  margin-top: 2rem;
}

.button.caps {
  text-transform: uppercase;
}

.button.underline {
  text-decoration: underline;
}

.button-gradient, .button.brown {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1861e+0,f6de89+30,fce36b+60,ce9622+100 */
  background: #d1861e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d1861e), color-stop(30%, #f6de89), color-stop(60%, #fce36b), to(#ce9622));
  background: linear-gradient(to bottom, #d1861e 0%, #f6de89 30%, #fce36b 60%, #ce9622 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1861e', endColorstr='#ce9622',GradientType=0 );
  /* IE6-9 */
}

.border-gradient {
  border: 2px solid #a16d11;
  padding: 0.5rem;
  display: inline-block;
  border-radius: 10px;
  background: #fffefd;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fffefd 0%, #f3dab0 30%, #e6aa47 60%, #ab7619 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffefd', endColorstr='#ab7619',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

/*	Checkbox */
.checkbox {
  text-align: left;
  color: #aaacad;
  margin-top: 2rem;
}

.checkbox input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.checkbox input[type=checkbox].css-checkbox + label.css-label {
  font-family: "TradeGothicLTStdCn18", sans-serif;
  color: #434343;
  margin-left: -0.9rem;
  text-align: left;
  text-indent: 0;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 4.2rem;
  padding-top: 0.4rem;
  font-size: 1.5rem;
  font-weight: normal;
  min-height: 25px;
  line-height: 1;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 -13px;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -235px;
}

.checkbox input[type=checkbox].css-checkbox + label.css-label.error {
  background-position: 0 -459px;
}

.checkbox label.css-label {
  background: url(../images/radio-button.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox a {
  color: #aaacad;
  text-decoration: underline;
}

.checkbox--black input[type=checkbox].css-checkbox + label.css-label {
  min-height: 20px;
  padding-left: 3rem;
  line-height: 1.4;
}

.checkbox--black input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -180px;
}

.checkbox--black label.css-label {
  background-image: url(../images/chk-box-black.png);
}

.checkbox.error input[type=checkbox].css-checkbox + label.css-label {
  background-position: 0 -459px;
}

.checkbox.error input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -235px;
}

/*	Radio */
.radiobutton {
  margin: 0;
}

.radiobutton input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.radiobutton input[type=radio].css-checkbox + label.css-label {
  padding-left: 2rem;
  min-height: 14px;
  line-height: 1.1;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

.radiobutton input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -126px;
}

.radiobutton label.css-label {
  background-image: url(../images/radio-button.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radioGroup .radiobutton {
  float: left;
  margin-right: 2rem;
}

/*	Select box */
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFFFFF url(../images/icon-arrow-down.png) no-repeat right 16px center;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #afb7bc;
  width: 100%;
  position: relative;
}

/* remove default arrow in IE */
select::-ms-expand {
  display: none;
}

@media screen and (min-width: 1600px) {
  .button.wide {
    width: 32%;
  }
  .button.wide-theme3 {
    padding: 1.2rem 0;
    width: 28%;
  }
  .button.wide-theme4 {
    padding: 1.2rem 0;
    width: 33.5%;
  }
  .button.mid {
    width: 45%;
  }
}

@media screen and (max-width: 1181px) {
  .button.wide {
    width: 43%;
  }
  .button.wide-theme3 {
    width: 39%;
  }
  .button.wide-theme4 {
    width: 46%;
  }
}

@media screen and (max-width: 768px) {
  .button.wide {
    width: 50%;
  }
  .button.mid {
    width: 70%;
  }
  .button.wide-theme3 {
    width: 43.5%;
  }
  .button.wide-theme4 {
    width: 53%;
  }
}

@media screen and (max-width: 640px) {
  .button.large {
    font-size: 3rem;
  }
  .button.wide {
    padding: 1.5rem 0;
    width: 100%;
  }
  .button.wide-theme3 {
    padding: 1.5rem 0;
    width: 100%;
  }
  .button.mid {
    padding: 1.5rem 4rem;
  }
  .button.mid-font {
    font-size: 2.2rem;
  }
  .checkbox input[type=checkbox].css-checkbox + label.css-label {
    font-size: 1.7rem;
  }
}

/* All buttons and form related element css */
html {
  font-size: 62.5%;
  /* Defining root font 10px*/
}

body {
  font-family: "CPWTradeGothicReg", sans-serif;
  font-size: 1.4rem;
  background: #FFFFFF;
  color: #000000;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

a, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: 0 none;
}

a {
  color: #1c2949;
  text-decoration: none;
}

input, textarea, button {
  border: 0 none;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #aaacad;
}

:-moz-placeholder {
  color: #aaacad;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaacad;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaacad;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  margin: 0;
  padding: 0;
}

ul li, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "CPWTradeGothicBold", sans-serif;
  font-weight: normal;
  margin: 0;
}

*:focus {
  outline: none;
}

/*	Common classes	*/
.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.mobile {
  display: none;
}

.nonmobile {
  display: block;
}

.clear {
  clear: both;
}

.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

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

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

/*	Common listing	- Just add 'listing' wrapper class above any ul or ol blocks */
.listing {
  line-height: 1.2;
}

.listing ol, .listing ul {
  margin-left: 2rem;
}

.listing ol li, .listing ul li {
  list-style-position: outside;
  margin-bottom: 1rem;
}

.listing ul {
  list-style-type: disc;
  margin-top: 0.5rem;
}

.listing ul ul {
  list-style-type: circle;
}

.listing ul ul ul {
  list-style-type: square;
}

.listing ul ul ul ul {
  list-style-type: upper-alpha;
}

.listing ol {
  list-style-type: decimal;
}

.listing ol ol {
  list-style-type: upper-roman;
}

.listing ol ol ol {
  list-style-type: lower-roman;
}

.listing ol ol ol ol {
  list-style-type: lower-alpha;
}

.banner-gradient {
  background: #fefefe;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefefe), color-stop(35%, white), color-stop(59%, #f2f2f2), color-stop(100%, #f2f2f2));
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), color-stop(35%, white), color-stop(59%, #f2f2f2), to(#f2f2f2));
  background: linear-gradient(to bottom, #fefefe 0%, white 35%, #f2f2f2 59%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f2f2', GradientType=0 );
}

/**/
.hyphenate {
  /* Careful, this breaks the word wherever it is without a hyphen */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/*	Common table style	- Just add 'table-grid' wrapper class above any table blocks */
.table-grid {
  margin-bottom: 2rem;
  overflow-x: auto;
}

.table-grid table {
  border-collapse: collapse;
  width: 100%;
}

.table-grid table th, .table-grid table td {
  padding: 1rem;
  border: 1px solid #aaacad;
  text-align: left;
}

.table-grid table tr:nth-child(even) {
  background-color: #aaacad;
}

.table-grid table th {
  background-color: #122755;
  color: white;
}

/* Common Text Alignment Classes */
.text-right {
  text-align: right;
}

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

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

.mac-pad-btn {
  padding: 1.2rem 0 0.9rem !important;
}

/*Error*/
.error-msg {
  color: #cc0431;
  margin-bottom: 2rem;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/*Media query*/
/* All custom base classes which generally use Ex: .text-right, .text-left */
/*@import "app/accordion";*/
.header-white {
  background: #122755;
  position: relative;
  width: 100%;
  z-index: 100;
}

.header-logo {
  padding: 2rem 0 1.8rem;
  width: 13%;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 24%;
}

.header-logo img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1600px) {
  .header-logo {
    width: 10.5%;
  }
}

@media screen and (max-width: 1181px) {
  .header-logo {
    width: 16%;
    margin-left: 18%;
  }
}

@media screen and (max-width: 959px) {
  .header-logo {
    width: 18%;
  }
}

@media screen and (max-width: 768px) {
  .header-logo {
    width: 20%;
  }
}

@media screen and (max-width: 640px) {
  .header-logo {
    width: 32%;
  }
}

@media screen and (max-width: 481px) {
  .header-logo {
    width: 50%;
  }
}

/*Menu*/
/*---Pages---*/
.banner-section .banner-container .slider-heading {
  margin-left: 24%;
  padding-top: 6rem;
  margin-bottom: -1.5%;
}

.banner-section .banner-container .slideshow {
  z-index: 100;
  width: 100%;
}

.banner-section .banner-container .slider-copy {
  position: relative;
  width: 35%;
  margin-top: -18%;
  margin-left: 24%;
  padding-bottom: 5rem;
}

.banner-section .banner-container .slider-copy .copy-header {
  font-family: "CPWTrade", sans-serif;
  font-size: 4.5rem;
  color: #1c2949;
  letter-spacing: -1px;
  line-height: 0.9;
}

.banner-section .banner-container .slider-copy .sub-copy {
  padding-top: 1.7rem;
  font-family: "TradeGothicLTStdBdCn20", sans-serif;
  font-size: 2.2rem;
  color: #0b8ea8;
}

.banner-section .banner-container .slide img {
  width: 100%;
  height: auto;
}

.banner-section .banner-container .summer-slider {
  background: url("../images/slider/summer.png") no-repeat center center;
  background-size: contain;
  padding-bottom: 8%;
}

.banner-section .banner-container .football-slider {
  background: url("../images/slider/football.png") no-repeat center center;
  background-size: contain;
  padding-bottom: 8%;
}

.banner-section .banner-container .festive-slider {
  background: url("../images/slider/festive.png") no-repeat center center;
  background-size: contain;
  padding-bottom: 8%;
}

.theme-prizes {
  width: 100%;
  background: #f2f2f2;
}

.theme-prizes:after {
  content: '';
  position: absolute;
  width: 17%;
  right: 0;
  margin-top: -18%;
  z-index: 100;
  background: url(../images/landing-page-bottom-img.png) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 33%;
}

.theme-prizes .theme-container {
  width: 100%;
  padding-top: 7rem;
  margin: 0 auto;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-prizes .theme-container:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0%;
  z-index: -1;
  width: 110%;
  height: 11vh;
  background: #f2f2f2;
  -webkit-transform: rotate(-3deg);
  -khtml-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -khtml-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  left: -5%;
}

.theme-prizes .theme-container .theme-copy {
  width: 76%;
  margin-left: 24%;
  padding: 5rem 0;
}

.theme-prizes .theme-container .theme-copy p.theme-sub-copy-desc {
  padding: 5rem 0 0;
}

.theme-prizes .theme-container .theme-copy p.start-heading {
  width: 50%;
  padding-bottom: 3rem;
}

.theme-prizes .theme-container .theme-copy .theme-sub-copy {
  width: 100%;
  padding: 3rem 0 0;
  font-family: "TradeGothicLTStdBdCn20", sans-serif;
  font-size: 1.9rem;
  color: #0b8ea8;
  text-align: justify;
}

.theme-prizes .theme-container .theme-copy .summer-winnwe-images {
  margin-top: 2rem;
  width: 85%;
  margin-bottom: 10rem;
}

.theme-prizes .theme-container .theme-copy .prize-copy {
  width: 64%;
  padding-left: 2%;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-prizes .theme-container .theme-copy .prize-copy .prize-copy-heading {
  font-family: "CPWTrade", sans-serif;
  font-size: 4rem;
  color: #1c2949;
  letter-spacing: -1px;
  line-height: 0.9;
}

.theme-prizes .theme-container .theme-copy .theme3-prize-copy {
  width: 72.5%;
}

.theme-prizes .theme-container .theme-copy .prize-bg1 {
  width: 35%;
  background: url("../images/theme1/prize.png") no-repeat center center;
  background-size: cover;
  padding-bottom: 32%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.theme-prizes .theme-container .theme-copy .prize-bg2 {
  width: 35%;
  background: url("../images/theme2/prize.png") no-repeat center center;
  background-size: cover;
  padding-bottom: 29%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.theme-prizes .theme-container .theme-copy .prize-bg2-black {
  width: 35%;
  background: url("../images/theme2/black-prize.png") no-repeat center center;
  background-size: cover;
  padding-bottom: 29%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.theme-prizes .theme-container .theme-copy .prize-bg3 {
  width: 25%;
  background: url("../images/theme3/prize.png") no-repeat center center;
  background-size: cover;
  padding-bottom: 31%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.theme-prizes .theme-container .theme-copy .prize-bg3-black {
  width: 25%;
  background: url("../images/theme3/black-prize.png") no-repeat center center;
  background-size: cover;
  padding-bottom: 31%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.theme-prizes .theme-container .theme-copy .prize-bg4 {
  width: 35%;
  background: url("../images/theme4/prize.png") no-repeat center center;
  background-size: cover;
  padding-bottom: 26%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.theme-prizes .theme-container .theme-copy .prize-bg4-black {
  width: 38%;
  background: url("../images/theme4/black-prize.png") no-repeat center center;
  background-size: cover;
  padding-bottom: 28%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.theme-prizes .theme-container .theme-copy .theme2-prize-copy {
  padding-left: 0;
  padding-right: 2%;
}

.theme-prizes .theme-container .theme-copy .prize-copy-black {
  width: 61%;
}

.bottom-bg-image {
  position: absolute;
  bottom: 0;
}

.theme-heading {
  font-family: "CPWTrade", sans-serif;
  font-size: 6.5rem;
  color: #1c2949;
  letter-spacing: -1px;
  line-height: 0.9;
}

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

@media screen and (min-width: 1600px) {
  .banner-section .banner-container .slider-copy {
    width: 29%;
  }
  .theme-prizes:after {
    width: 16%;
    margin-top: -21.2%;
  }
  .theme-prizes .theme-container:before {
    height: 16vh;
  }
  .theme-prizes .theme-container .theme-copy {
    padding: 9rem 0;
  }
  .theme-prizes .theme-container .theme-copy .summer-winnwe-images {
    width: 75%;
  }
  .theme-heading {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 1280px) {
  .banner-section .banner-container .slider-copy .copy-header {
    font-size: 4.2rem;
  }
  .theme-heading {
    font-size: 6.2rem;
  }
}

@media screen and (max-width: 1181px) {
  .banner-section .banner-container .slider-heading {
    margin-left: 18%;
  }
  .banner-section .banner-container .slider-copy {
    width: 40%;
    margin-left: 18%;
  }
  .theme-heading {
    font-size: 6rem;
  }
  .theme-prizes:after {
    width: 22%;
    margin-top: -14%;
    padding-bottom: 35%;
  }
  .theme-prizes .theme-container {
    width: 100%;
  }
  .theme-prizes .theme-container:before {
    height: 8vh;
  }
  .theme-prizes .theme-container .theme-copy {
    width: 82%;
    margin-left: 18%;
  }
  .theme-prizes .theme-container .theme-copy .prize-copy .prize-copy-heading {
    font-size: 3.3rem;
  }
  .theme-prizes .theme-container .theme-copy p.theme-sub-copy-desc {
    padding: 2.5rem 0 0;
  }
}

@media screen and (max-width: 959px) {
  .banner-section .banner-container .slider-copy {
    margin-top: -14%;
    width: 59%;
  }
  .banner-section .banner-container .slider-copy .copy-header {
    font-size: 4rem;
  }
  .theme-heading {
    font-size: 5.5rem;
  }
  .theme-prizes .theme-container .theme-copy {
    width: 82%;
  }
  .theme-prizes .theme-container .theme-copy .prize-bg1, .theme-prizes .theme-container .theme-copy .prize-bg2, .theme-prizes .theme-container .theme-copy prize-bg2-black, .theme-prizes .theme-container .theme-copy .prize-bg3, .theme-prizes .theme-container .theme-copy .prize-bg3-black {
    vertical-align: top;
  }
  .theme-prizes .theme-container .theme-copy .prize-copy {
    vertical-align: top;
  }
  .theme-prizes .theme-container .theme-copy .prize-copy .prize-copy-heading {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 768px) {
  .banner-section .banner-container .slider-copy {
    width: 60%;
  }
  .banner-section .banner-container .slider-copy .copy-header {
    font-size: 3.8rem;
  }
  .banner-section .banner-container .slider-copy .sub-copy {
    font-size: 1.9rem;
  }
  .theme-heading {
    font-size: 5.2rem;
  }
  .theme-prizes:after {
    width: 23%;
    padding-bottom: 38%;
  }
  .theme-prizes .theme-container {
    width: 100%;
  }
  .theme-prizes .theme-container .theme-copy p.start-heading {
    width: 70%;
  }
  .theme-prizes .theme-container .theme-copy .theme-sub-copy {
    width: 100%;
  }
  .theme-prizes .theme-container .theme-copy .prize-copy .prize-copy-heading {
    font-size: 3.1rem;
  }
}

@media screen and (max-width: 640px) {
  .banner-section .banner-container .slider-heading {
    width: 80%;
    margin: 0 auto;
  }
  .banner-section .banner-container .slider-copy {
    width: 80%;
    margin: -5rem auto 0;
    padding-bottom: 2.5rem;
  }
  .banner-section .banner-container .slider-copy .sub-copy {
    padding-top: 2.5rem;
    font-size: 2.1rem;
    width: 90%;
  }
  .banner-section .banner-container .summer-slider {
    background: url("../images/mobile/landing/summer.png") no-repeat center center;
    background-size: cover;
    padding-bottom: 22%;
  }
  .banner-section .banner-container .football-slider {
    background: url("../images/mobile/landing/football.png") no-repeat center center;
    background-size: cover;
    padding-bottom: 22%;
  }
  .banner-section .banner-container .festive-slider {
    background: url("../images/mobile/landing/festive.png") no-repeat center center;
    background-size: cover;
    padding-bottom: 22%;
  }
  .theme-heading {
    font-size: 4.5rem;
  }
  .theme-heading br {
    display: none;
  }
  .theme-prizes:before {
    content: none;
  }
  .theme-prizes:after {
    content: '';
    position: absolute;
    width: 40%;
    right: 0;
    margin-top: -52%;
    z-index: 100;
    background: url(../images/landing-page-bottom-img.png) no-repeat center center;
    background-size: 100%;
    padding-bottom: 65%;
  }
  .theme-prizes .theme-container {
    width: 100%;
    padding-bottom: 15rem;
  }
  .theme-prizes .theme-container .theme-copy {
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .theme-prizes .theme-container .theme-copy p.start-heading {
    width: 77%;
  }
  .theme-prizes .theme-container .theme-copy .theme-sub-copy {
    width: 77%;
    margin: 0 auto;
    padding: 2rem 0 3rem;
  }
  .theme-prizes .theme-container .theme-copy .theme-sub-copy .light-blue {
    width: 100%;
    text-align: center;
  }
  .theme-prizes .theme-container .theme-copy .prize-copy {
    width: 77%;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 2rem;
    display: block;
  }
  .theme-prizes .theme-container .theme-copy .prize-copy p.theme-sub-copy {
    width: 100%;
  }
  .theme-prizes .theme-container .theme-copy .prize-copy p.start-heading {
    width: 77%;
  }
  .theme-prizes .theme-container .theme-copy .prize-copy .prize-copy-heading {
    font-size: 3.8rem;
  }
  .theme-prizes .theme-container .theme-copy .theme2-prize-copy {
    padding-right: 0;
    text-align: left;
  }
  .theme-prizes .theme-container .theme-copy .prize-bg1 {
    background: url("../images/theme1/prize.png") no-repeat left center;
    padding-bottom: 55%;
    width: 76%;
    background-size: 76%;
    display: block;
    margin: 0 auto;
  }
  .theme-prizes .theme-container .theme-copy .prize-bg2 {
    background: url(../images/theme2/prize.png) no-repeat left center;
    padding-bottom: 51%;
    width: 80%;
    background-size: 76%;
    display: block;
    margin: 0 auto;
  }
  .theme-prizes .theme-container .theme-copy .prize-bg2-black {
    background: url(../images/theme2/black-prize.png) no-repeat left center;
    padding-bottom: 51%;
    width: 80%;
    background-size: 76%;
    display: block;
    margin: 0 auto;
  }
  .theme-prizes .theme-container .theme-copy .prize-bg3 {
    background: url("../images/theme3/prize.png") no-repeat left center;
    background-size: 60%;
    padding-bottom: 57%;
    width: 76%;
    display: block;
    margin: 0 auto;
  }
  .theme-prizes .theme-container .theme-copy .prize-bg3-black {
    background: url("../images/theme3/black-prize.png") no-repeat left center;
    background-size: 60%;
    padding-bottom: 57%;
    width: 76%;
    display: block;
    margin: 0 auto;
  }
  .theme-prizes .theme-container .theme-copy .prize-bg4 {
    background: url("../images/theme4/prize.png") no-repeat left center;
    background-size: 80%;
    padding-bottom: 47%;
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .theme-prizes .theme-container .theme-copy .prize-bg4-black {
    background: url("../images/theme4/black-prize.png") no-repeat left center;
    background-size: 80%;
    padding-bottom: 47%;
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .theme-prizes .theme-container .theme-copy .summer-winnwe-images {
    margin-bottom: 4rem;
    width: 100%;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .theme-prizes .theme-container .theme-heading {
    width: 77%;
    margin: 0 auto;
  }
  .desk-hide {
    display: block !important;
  }
}

.before-iframe-ipad:before {
  height: 5vh !important;
}

.before-iframe:before {
  height: 3vh !important;
}

.registration-banner {
  width: 100%;
  position: relative;
}

.registration-banner .summer {
  background: url("../images/register/summer.png") no-repeat center center;
  background-size: cover;
}

.registration-banner .football {
  background: url("../images/register/football.png") no-repeat center center;
  background-size: cover;
}

.registration-banner .festive {
  background: url("../images/register/festive.png") no-repeat center center;
  background-size: cover;
}

.reg-banner-image {
  padding-bottom: 24%;
}

.banner-copy {
  position: relative;
  width: 60%;
  margin-top: -3%;
  margin-left: 24%;
  padding-bottom: 2rem;
}

.banner-copy .copy-header {
  font-family: "CPWTrade", sans-serif;
  font-size: 7.3rem;
  color: #1c2949;
  letter-spacing: -1px;
  line-height: 0.9;
}

.banner-copy .sub-copy {
  width: 75%;
  padding-top: 1.7rem;
  font-family: "TradeGothicLTStdBdCn20", sans-serif;
  font-size: 2.1rem;
  color: #0b8ea8;
}

.summer-after-bg:after {
  background: url(../images/register/summer-after-bg.png) no-repeat center bottom;
  background-size: 100%;
}

.football-after-bg:after {
  background: url(../images/register/football-after-bg.png) no-repeat center bottom;
  background-size: 100%;
}

.festive-after-bg:after {
  background: url(../images/register/festive-after-bg.png) no-repeat center bottom;
  background-size: 100%;
}

.registration-form {
  background: #f2f2f2;
}

.registration-form:after {
  content: '';
  position: absolute;
  width: 18%;
  right: 16%;
  margin-top: -19%;
  z-index: 100;
  padding-bottom: 33%;
}

.registration-form .row {
  margin-right: auto;
  margin-left: auto;
}

.registration-form .form-container {
  padding-top: 10rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.registration-form .form-container:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0%;
  z-index: -1;
  width: 106%;
  height: 11vh;
  background: #f2f2f2;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  left: -3%;
}

.registration-form .form-container form {
  width: 52%;
  margin: 0 auto;
  font-family: "TradeGothicLTStdCn18", sans-serif;
  color: #434343;
  padding-top: 5rem;
}

.registration-form .form-container form .txt-form-control {
  margin-bottom: 1.4rem;
}

.registration-form .form-container form .label-control {
  text-align: left;
  margin-bottom: 0.5rem;
}

.registration-form .form-container form label {
  font-size: 2rem;
  text-align: right;
  font-family: "TradeGothicLTStdBdCn20", sans-serif;
}

.registration-form .form-container form input[type="text"], .registration-form .form-container form input[type="tel"] {
  width: 100%;
  border: 1px solid #bfbfbf;
  padding: 0.5rem;
  font-size: 2rem;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "TradeGothicLTStdBdCn20", sans-serif;
}

.registration-form .form-container form .input-indicator {
  position: absolute;
  top: 2.5rem;
  left: 105%;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center center;
}

.registration-form .form-container form .info-icon {
  position: absolute;
  top: 0.6rem;
  right: 2.5%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-image: url(../images/icon-info.png);
  background-size: contain;
  background-position: center center;
}

.registration-form .form-container form .txtTransactionNo {
  position: relative;
}

.registration-form .form-container form #txtTransactionNo {
  width: 100%;
}

.registration-form .form-container form .transaction-parent {
  position: relative;
}

.registration-form .form-container form .transaction-info {
  position: absolute;
  border-radius: 3px;
  left: 1rem;
  width: 100%;
  display: none;
  border: 2px solid #bfbfbf;
}

.registration-form .form-container form .transaction-info .info-copy {
  padding-top: 2rem;
  font-size: 1.8rem;
  text-align: left;
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.registration-form .form-container form .transaction-info .info-copy p {
  font-family: "CPWTradeGothicBold", sans-serif;
  margin-bottom: 1rem;
}

.registration-form .form-container form .transaction-info .info-copy h3 {
  font-size: 1.8rem;
  font-family: "CPWTradeGothicReg", sans-serif;
  margin-bottom: 1.5rem;
}

.registration-form .form-container form .transaction-info .info-copy img {
  width: 100%;
  height: auto;
  margin-bottom: 2.5rem;
}

.registration-form .form-container form .checkbox-container {
  margin-top: 2rem;
  width: 100%;
}

.registration-form .form-container form .checkbox-container a {
  color: #434343;
}

.registration-form .form-container form .checkbox-container p {
  font-family: "TradeGothicLTStdCn18", sans-serif;
  font-size: 1.6rem;
  color: #434343;
  text-align: left;
  padding-top: 2rem;
}

.registration-form .form-container form .checkbox-container .row .col:first-child {
  padding-right: 0;
}

.registration-form .form-container form .checkbox-container .row .col:nth-child(2) {
  padding-left: 0;
}

.registration-form .form-container form .captcha-container {
  width: 100%;
  margin-top: 2rem;
}

.registration-form .form-container form .row .col:first-child {
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.registration-form .form-container form .row .col:nth-child(2) {
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.registration-form .form-container .error-message {
  margin: 0.5rem 0 1rem 0;
  color: #cc0431;
  font-size: 1.8rem;
  text-align: left;
}

.registration-form .form-container .error-message li {
  display: block;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1600px) {
  .banner-copy .copy-header {
    font-size: 7.8rem;
  }
  .registration-form:after {
    width: 16%;
    margin-top: -22%;
  }
  .registration-form .form-container {
    padding-bottom: 10rem;
  }
  .registration-form .form-container:before {
    height: 14vh;
  }
}

@media screen and (max-width: 1280px) {
  .banner-copy .copy-header {
    font-size: 7.1rem;
  }
  .registration-form .form-container form {
    width: 52%;
  }
}

@media screen and (max-width: 1181px) {
  .banner-copy {
    margin-left: 18%;
  }
  .banner-copy .copy-header {
    font-size: 6rem;
  }
  .registration-form:after {
    width: 22%;
    right: 7%;
    margin-top: -15%;
  }
  .registration-form .form-container:before {
    height: 6vh;
  }
  .registration-form .form-container form {
    width: 64%;
  }
}

@media screen and (max-width: 959px) {
  .banner-copy {
    width: 80%;
  }
  .banner-copy .copy-header {
    font-size: 5.6rem;
  }
  .registration-form:after {
    width: 23%;
    right: 5%;
    margin-top: -12%;
  }
  .registration-form .form-container {
    width: 100%;
  }
  .registration-form .form-container form {
    width: 64%;
  }
}

@media screen and (max-width: 768px) {
  .banner-copy {
    width: 85%;
  }
  .banner-copy .copy-header {
    font-size: 5.1rem;
  }
  .registration-form .form-container {
    width: 100%;
  }
  .registration-form .form-container form {
    width: 64%;
  }
}

@media screen and (max-width: 640px) {
  .mob-hide {
    display: none !important;
  }
  .reg-banner-image {
    padding-bottom: 84%;
  }
  .registration-banner .summer {
    background: url(../images/mobile/register/summer.png) no-repeat center center;
    background-size: cover;
  }
  .registration-banner .football {
    background: url(../images/mobile/register/football.png) no-repeat center center;
    background-size: cover;
  }
  .registration-banner .festive {
    background: url(../images/mobile/register/festive.png) no-repeat center center;
    background-size: cover;
  }
  .banner-copy {
    width: 80%;
    margin: 0 auto;
    padding-top: 2rem;
  }
  .banner-copy .copy-header {
    font-size: 4.1rem;
  }
  .banner-copy .copy-header br {
    display: none;
  }
  .banner-copy .sub-copy {
    width: 100%;
    font-size: 2rem;
  }
  .registration-form:after {
    right: 2%;
    margin-top: -36%;
    width: 40%;
    padding-bottom: 57%;
  }
  .registration-form .form-container {
    padding-bottom: 13rem;
  }
  .registration-form .form-container form {
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
  }
  .registration-form .form-container form .row .col:first-child {
    padding-right: 0;
  }
  .registration-form .form-container form .row .col:nth-child(2) {
    padding-left: 0;
  }
  .registration-form .form-container form .transaction-info {
    position: relative;
    left: 0;
    margin-bottom: 2rem;
  }
  .registration-form .form-container form .checkbox-container {
    margin-top: 0;
  }
  .registration-form .form-container form .light-blue {
    width: 100%;
    text-align: center;
  }
  .registration-form .pad-top-3 {
    padding-top: 0;
  }
}

.thank-you-banner {
  width: 100%;
  position: relative;
}

.thank-you-banner .summer {
  background: url("../images/thank-you/summer.png") no-repeat center center;
  background-size: cover;
}

.thank-you-banner .football {
  background: url("../images/thank-you/football.png") no-repeat center center;
  background-size: cover;
}

.thank-you-banner .festive {
  background: url("../images/thank-you/festive.png") no-repeat center center;
  background-size: cover;
}

.thank-you-banner-image {
  padding-bottom: 39%;
}

.thanks-banner-copy {
  margin-top: -23%;
}

.thanks-banner-copy .thanks-sub-copy {
  width: 60%;
}

.social-share {
  padding: 3rem 0 5rem 0;
}

.social-share ul {
  margin-top: 1rem;
}

.social-share ul li {
  display: inline-block;
  margin-right: 0.5rem;
}

.social-share ul li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1181px) {
  .thanks-banner-copy .thanks-sub-copy {
    width: 64%;
  }
}

@media screen and (max-width: 768px) {
  .thanks-banner-copy .thanks-sub-copy {
    width: 48%;
  }
}

@media screen and (max-width: 640px) {
  .thank-you-banner .summer {
    background: url("../images/mobile/thank-you/summer.png") no-repeat center center;
    background-size: cover;
  }
  .thank-you-banner .football {
    background: url("../images/mobile/thank-you/football.png") no-repeat center center;
    background-size: cover;
  }
  .thank-you-banner .festive {
    background: url("../images/mobile/thank-you/festive.png") no-repeat center center;
    background-size: cover;
  }
  .thank-you-banner-image {
    padding-bottom: 106%;
  }
  .thanks-banner-copy .thanks-sub-copy {
    width: 100%;
  }
  .thanks-banner-copy .copy-header br {
    display: block;
  }
  .thanks-banner-copy .mobile-thanks {
    width: 100%;
  }
  .social-share ul li {
    margin-right: 0;
  }
  .social-share ul li img {
    width: 90%;
  }
  .social-share ul li:last-child img {
    width: 86%;
  }
}

/*--- Modal ---*/
#cboxWrapper {
  overflow: hidden;
}

.page-popup {
  -webkit-overflow-scrolling: auto !important;
  overflow-y: auto !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #FFFFFF;
}

.page-popup .internal-scroll {
  max-height: 520px;
  overflow: auto;
}

.page-popup .button-close {
  text-align: right;
  position: absolute;
  top: 1rem;
  width: 90%;
  right: 5%;
  z-index: 100;
}

.page-popup .copy {
  padding-left: 1rem;
}

.page-popup .copy h3 {
  color: #707071;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.page-popup .copy p {
  color: #aaacad;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

.page-popup .copy p.small {
  font-size: 2rem;
}

.page-popup .copy figure {
  margin-bottom: 2rem;
}

.page-popup .copy figure img {
  width: 100%;
  height: auto;
}

.page-popup .copy.padding {
  padding: 4rem;
}

.page-popup .copy.tnc h3 {
  font-size: 2.6rem;
}

.page-popup .copy.tnc p {
  font-size: 1.5rem;
  color: #000000;
}

.page-popup .copy.tnc li {
  font-size: 1.5rem;
  color: #000000;
}

.page-popup .copy.tnc li span {
  padding-top: 2rem;
  padding-left: 2rem;
  display: block;
}

.page-popup .copy.tnc a {
  color: #707071;
  text-decoration: underline;
  word-break: break-all;
}

.page-popup .header {
  overflow: hidden;
  border-radius: 35px 35px 0 0;
  z-index: 0;
  position: relative;
}

.page-popup .header img {
  width: 100%;
  height: auto;
  border-radius: 35px 35px 0 0;
  display: block;
}

.page-popup.no-padding {
  padding: 0;
}

/*	Common listing	- Just add 'listing' wrapper class above any ul or ol blocks */
.listing {
  line-height: 1.2;
}

.listing ol, .listing ul {
  margin-left: 2.5rem;
}

.listing ol li, .listing ul li {
  list-style-position: outside;
  margin-bottom: 1rem;
}

.listing ul {
  list-style-type: disc;
  margin-top: 0.5rem;
}

.listing ul ul {
  list-style-type: circle;
}

.listing ul ul ul {
  list-style-type: square;
}

.listing ul ul ul ul {
  list-style-type: upper-alpha;
}

.listing ol {
  list-style-type: decimal;
}

.listing ol ol {
  list-style-type: upper-roman;
}

.listing ol ol ol {
  list-style-type: lower-roman;
}

.listing ol ol ol ol {
  list-style-type: lower-alpha;
}

.close {
  opacity: 1 !important;
}

.modal-header {
  padding: 10px 15px 4px;
}

.tnc-header {
  font-size: 2.5rem;
  padding-top: 0.8rem;
}

/*Media query*/
@media screen and (max-width: 640px) {
  .page-popup .internal-scroll {
    max-height: 450px;
  }
  .page-popup .copy {
    padding-left: 1.5rem;
  }
  .page-popup .copy h3 {
    font-size: 2.1rem;
  }
  .page-popup .copy p {
    font-size: 2rem;
  }
  .page-popup .copy p.small {
    font-size: 1.6rem;
  }
  .page-popup .copy.tnc h3 {
    font-size: 2rem;
  }
  .modal-header .close {
    margin-top: 2px !important;
  }
  .modal-header {
    padding: 1px 15px 5px !important;
  }
  .modal-body {
    padding: 0 15px 15px !important;
  }
  .tnc-header {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 481px) {
  .page-popup .internal-scroll {
    max-height: 400px;
  }
  .page-popup .copy {
    padding-top: 1rem;
  }
  .page-popup .copy h3 {
    font-size: 2rem;
  }
  .page-popup .copy p {
    font-size: 1.8rem;
  }
  .page-popup .copy p.small {
    font-size: 1.5rem;
  }
  .page-popup .copy.padding {
    padding: 3rem 4%;
  }
  .page-popup .copy.tnc h3 {
    font-size: 1.9rem;
  }
  .page-popup .copy.tnc p {
    font-size: 1.5rem;
  }
  .page-popup .copy.tnc li {
    font-size: 1.5rem;
  }
}

footer {
  position: relative;
  font-family: "TradeGothicLTStdBdCn20", sans-serif;
  padding: 3rem 0 0;
  overflow: hidden;
  color: #FFFFFF;
}

.link-tnc {
  background: #122755;
  text-align: center;
  padding: 3rem 0;
  font-size: 1.5rem;
}

.link-tnc a {
  font-size: 1.5rem;
  color: #FFFFFF;
  cursor: pointer;
}

.link-copy {
  width: 70%;
  margin: 0 auto;
  font-size: 1.5rem;
  padding-top: 1.5rem;
}

.link-copy a {
  font-size: 1.5rem;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: underline;
}

.link-carphone {
  width: 100%;
  padding: 2rem 0 3rem;
  text-align: center;
}

.link-carphone img {
  width: 22%;
  height: auto;
}

@media screen and (min-width: 1600px) {
  .link-carphone img {
    width: 18%;
  }
}

@media screen and (max-width: 1181px) {
  .link-carphone img {
    width: 30%;
  }
}

@media screen and (max-width: 959px) {
  .link-carphone img {
    width: 35%;
  }
}

@media screen and (max-width: 768px) {
  .link-carphone img {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .link-copy {
    width: 90%;
  }
  .link-carphone img {
    width: 77%;
  }
}
