/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181818;
  font-family: Gotham, Arial, sans-serif, "Times New Roman", serif;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px;
}
h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}
h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}
h5 {
  font-size: 17px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
}
.subheader {
  color: #777;
}
p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
  color: #333;
}
small {
  font-size: 80%;
}
/*  Blockquotes  */
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
/* #Links
================================================== */
a,
a:visited {
  color: #333;
  text-decoration: underline;
  outline: 0;
}
a:hover,
a:focus {
  color: #000;
}
p a,
p a:visited {
  line-height: inherit;
}
/* #Lists
================================================== */
ul,
ol {
  margin-bottom: 20px;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 18px;
  margin-bottom: 12px;
}
ul.large li {
  line-height: 21px;
}
li p {
  line-height: 21px;
}
/* #Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #d0a45b;
  border: 0;
  /* W3C */
  border-radius: 3px;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 8px 15px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  /* FF3.6+ */
  /* W3C */
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  /* FF3.6+ */
  /* W3C */
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* #Forms
================================================== */
form {
  margin-bottom: 20px;
}
form td{
  vertical-align: top;
}
fieldset {
  margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
     border: 0px solid #ccc;
    padding: 6px 4px;
    outline: none;
    border-radius: 0px;
    font-size: 14px;
    line-height: 20px;
    font-family: Gotham, Arial, sans-serif;
    color: #ffffff;
    margin: 0 auto 20px;
    width: 100%;
    display: block;
    background: #4c4c4c;
}
select {
  padding: 0;
  height: 32px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 0px solid #aaa;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
textarea {
  min-height: 60px;
}
label,
legend {
  padding: 6px 0;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: Gotham, Arial, sans-serif;
  color: #FFFFFF;
}
select {
  width: 220px;
}
input[type="checkbox"] {
  display: inline;
}
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #FFFFFF;
}
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
@media only screen and (max-width: 767px) {
  .unless-phone,
  .hide-on-phone {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .unless-tablet,
  .hide-on-tablet {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .unless-lt-960,
  .hide-on-desktop {
    display: none;
  }
}
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
/* #Base 960 Grid
================================================== */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.row {
  margin-bottom: 20px;
}
.container.no-columns {
  padding: 0 10px;
  margin-bottom: 20px;
}
/* Nested Column Classes */
.column.alpha,
.columns.alpha {
  margin-left: 0;
}
.column.omega,
.columns.omega {
  margin-right: 0;
}
.container .one-third.column {
  width: 300px;
}
.container .two-thirds.column {
  width: 620px;
}
.row.remove-bottom {
  margin-bottom: 0 !important;
}
.row.half-bottom {
  margin-bottom: 10px !important;
}
.row.add-bottom {
  margin-bottom: 20px !important;
}
/* Base Grid */
.container,
.container.sixteen {
  /* Offsets */
}
.container .one.column,
.container.sixteen .one.column,
.container .one.columns,
.container.sixteen .one.columns {
  width: 40px;
}
.container .two.columns,
.container.sixteen .two.columns {
  width: 100px;
}
.container .three.columns,
.container.sixteen .three.columns {
  width: 160px;
}
.container .four.columns,
.container.sixteen .four.columns {
  width: 220px;
}
.container .five.columns,
.container.sixteen .five.columns {
  width: 280px;
}
.container .six.columns,
.container.sixteen .six.columns {
  width: 340px;
}
.container .seven.columns,
.container.sixteen .seven.columns {
  width: 400px;
}
.container .eight.columns,
.container.sixteen .eight.columns {
  width: 460px;
}
.container .nine.columns,
.container.sixteen .nine.columns {
  width: 520px;
}
.container .ten.columns,
.container.sixteen .ten.columns {
  width: 580px;
}
.container .eleven.columns,
.container.sixteen .eleven.columns {
  width: 640px;
}
.container .twelve.columns,
.container.sixteen .twelve.columns {
  width: 700px;
}
.container .thirteen.columns,
.container.sixteen .thirteen.columns {
  width: 760px;
}
.container .fourteen.columns,
.container.sixteen .fourteen.columns {
  width: 820px;
}
.container .fifteen.columns,
.container.sixteen .fifteen.columns {
  width: 880px;
}
.container .sixteen.columns,
.container.sixteen .sixteen.columns {
  width: 940px;
}
.container .offset-by-one,
.container.sixteen .offset-by-one {
  padding-left: 60px;
}
.container .offset-by-two,
.container.sixteen .offset-by-two {
  padding-left: 120px;
}
.container .offset-by-three,
.container.sixteen .offset-by-three {
  padding-left: 180px;
}
.container .offset-by-four,
.container.sixteen .offset-by-four {
  padding-left: 240px;
}
.container .offset-by-five,
.container.sixteen .offset-by-five {
  padding-left: 300px;
}
.container .offset-by-six,
.container.sixteen .offset-by-six {
  padding-left: 360px;
}
.container .offset-by-seven,
.container.sixteen .offset-by-seven {
  padding-left: 420px;
}
.container .offset-by-eight,
.container.sixteen .offset-by-eight {
  padding-left: 480px;
}
.container .offset-by-nine,
.container.sixteen .offset-by-nine {
  padding-left: 540px;
}
.container .offset-by-ten,
.container.sixteen .offset-by-ten {
  padding-left: 600px;
}
.container .offset-by-eleven,
.container.sixteen .offset-by-eleven {
  padding-left: 660px;
}
.container .offset-by-twelve,
.container.sixteen .offset-by-twelve {
  padding-left: 720px;
}
.container .offset-by-thirteen,
.container.sixteen .offset-by-thirteen {
  padding-left: 780px;
}
.container .offset-by-fourteen,
.container.sixteen .offset-by-fourteen {
  padding-left: 840px;
}
.container .offset-by-fifteen,
.container.sixteen .offset-by-fifteen {
  padding-left: 900px;
}
/* #12 Column Alternative */
.container.twelve {
  /* Offsets */
}
.container.twelve .one.column,
.container.twelve .one.columns {
  width: 60px;
}
.container.twelve .two.columns {
  width: 140px;
}
.container.twelve .three.columns {
  width: 220px;
}
.container.twelve .four.columns {
  width: 300px;
}
.container.twelve .five.columns {
  width: 380px;
}
.container.twelve .six.columns {
  width: 460px;
}
.container.twelve .seven.columns {
  width: 540px;
}
.container.twelve .eight.columns {
  width: 620px;
}
.container.twelve .nine.columns {
  width: 700px;
}
.container.twelve .ten.columns {
  width: 780px;
}
.container.twelve .eleven.columns {
  width: 860px;
}
.container.twelve .twelve.columns {
  width: 940px;
}
.container.twelve .offset-by-one {
  padding-left: 80px;
}
.container.twelve .offset-by-two {
  padding-left: 160px;
}
.container.twelve .offset-by-three {
  padding-left: 240px;
}
.container.twelve .offset-by-four {
  padding-left: 320px;
}
.container.twelve .offset-by-five {
  padding-left: 400px;
}
.container.twelve .offset-by-six {
  padding-left: 480px;
}
.container.twelve .offset-by-seven {
  padding-left: 560px;
}
.container.twelve .offset-by-eight {
  padding-left: 640px;
}
.container.twelve .offset-by-nine {
  padding-left: 720px;
}
.container.twelve .offset-by-ten {
  padding-left: 800px;
}
.container.twelve .offset-by-eleven {
  padding-left: 880px;
}
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }
  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }
  .column.alpha,
  .columns.alpha {
    margin-left: 0;
    margin-right: 10px;
  }
  .column.omega,
  .columns.omega {
    margin-right: 0;
    margin-left: 10px;
  }
  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }
  .container .one-third.column {
    width: 236px;
  }
  .container .two-thirds.column {
    width: 492px;
  }
  .container,
  .container.sixteen {
    /* Offsets */
  }
  .container .one.column,
  .container.sixteen .one.column,
  .container .one.columns,
  .container.sixteen .one.columns {
    width: 28px;
  }
  .container .two.columns,
  .container.sixteen .two.columns {
    width: 76px;
  }
  .container .three.columns,
  .container.sixteen .three.columns {
    width: 124px;
  }
  .container .four.columns,
  .container.sixteen .four.columns {
    width: 172px;
  }
  .container .five.columns,
  .container.sixteen .five.columns {
    width: 220px;
  }
  .container .six.columns,
  .container.sixteen .six.columns {
    width: 268px;
  }
  .container .seven.columns,
  .container.sixteen .seven.columns {
    width: 316px;
  }
  .container .eight.columns,
  .container.sixteen .eight.columns {
    width: 364px;
  }
  .container .nine.columns,
  .container.sixteen .nine.columns {
    width: 412px;
  }
  .container .ten.columns,
  .container.sixteen .ten.columns {
    width: 460px;
  }
  .container .eleven.columns,
  .container.sixteen .eleven.columns {
    width: 508px;
  }
  .container .twelve.columns,
  .container.sixteen .twelve.columns {
    width: 556px;
  }
  .container .thirteen.columns,
  .container.sixteen .thirteen.columns {
    width: 604px;
  }
  .container .fourteen.columns,
  .container.sixteen .fourteen.columns {
    width: 652px;
  }
  .container .fifteen.columns,
  .container.sixteen .fifteen.columns {
    width: 700px;
  }
  .container .sixteen.columns,
  .container.sixteen .sixteen.columns {
    width: 748px;
  }
  .container .offset-by-one,
  .container.sixteen .offset-by-one {
    padding-left: 48px;
  }
  .container .offset-by-two,
  .container.sixteen .offset-by-two {
    padding-left: 96px;
  }
  .container .offset-by-three,
  .container.sixteen .offset-by-three {
    padding-left: 144px;
  }
  .container .offset-by-four,
  .container.sixteen .offset-by-four {
    padding-left: 192px;
  }
  .container .offset-by-five,
  .container.sixteen .offset-by-five {
    padding-left: 240px;
  }
  .container .offset-by-six,
  .container.sixteen .offset-by-six {
    padding-left: 288px;
  }
  .container .offset-by-seven,
  .container.sixteen .offset-by-seven {
    padding-left: 336px;
  }
  .container .offset-by-eight,
  .container.sixteen .offset-by-eight {
    padding-left: 384px;
  }
  .container .offset-by-nine,
  .container.sixteen .offset-by-nine {
    padding-left: 432px;
  }
  .container .offset-by-ten,
  .container.sixteen .offset-by-ten {
    padding-left: 480px;
  }
  .container .offset-by-eleven,
  .container.sixteen .offset-by-eleven {
    padding-left: 528px;
  }
  .container .offset-by-twelve,
  .container.sixteen .offset-by-twelve {
    padding-left: 576px;
  }
  .container .offset-by-thirteen,
  .container.sixteen .offset-by-thirteen {
    padding-left: 624px;
  }
  .container .offset-by-fourteen,
  .container.sixteen .offset-by-fourteen {
    padding-left: 672px;
  }
  .container .offset-by-fifteen,
  .container.sixteen .offset-by-fifteen {
    padding-left: 720px;
  }
  /*****************************
            12 Column
            ((768/12) - 20) * 1 = 44
        *****************************/
  .container.twelve {
    /* Offsets */
  }
  .container.twelve .one.column,
  .container.twelve .one.columns {
    width: 44px;
  }
  .container.twelve .two.columns {
    width: 108px;
  }
  .container.twelve .three.columns {
    width: 172px;
  }
  .container.twelve .four.columns {
    width: 236px;
  }
  .container.twelve .five.columns {
    width: 300px;
  }
  .container.twelve .six.columns {
    width: 364px;
  }
  .container.twelve .seven.columns {
    width: 428px;
  }
  .container.twelve .eight.columns {
    width: 492px;
  }
  .container.twelve .nine.columns {
    width: 556px;
  }
  .container.twelve .ten.columns {
    width: 620px;
  }
  .container.twelve .eleven.columns {
    width: 684px;
  }
  .container.twelve .twelve.columns {
    width: 748px;
  }
  .container.twelve .offset-by-one {
    padding-left: 64px;
  }
  .container.twelve .offset-by-two {
    padding-left: 128px;
  }
  .container.twelve .offset-by-three {
    padding-left: 192px;
  }
  .container.twelve .offset-by-four {
    padding-left: 256px;
  }
  .container.twelve .offset-by-five {
    padding-left: 320px;
  }
  .container.twelve .offset-by-six {
    padding-left: 384px;
  }
  .container.twelve .offset-by-seven {
    padding-left: 448px;
  }
  .container.twelve .offset-by-eight {
    padding-left: 512px;
  }
  .container.twelve .offset-by-nine {
    padding-left: 576px;
  }
  .container.twelve .offset-by-ten {
    padding-left: 640px;
  }
  .container.twelve .offset-by-eleven {
    padding-left: 704px;
  }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
  }
  .container .columns,
  .container .column {
    margin: 0;
  }
  .container,
  .container.sixteen,
  .container.twelve {
    /* Offsets */
  }
  .container .one.column,
  .container.sixteen .one.column,
  .container.twelve .one.column,
  .container .one.columns,
  .container.sixteen .one.columns,
  .container.twelve .one.columns,
  .container .two.columns,
  .container.sixteen .two.columns,
  .container.twelve .two.columns,
  .container .three.columns,
  .container.sixteen .three.columns,
  .container.twelve .three.columns,
  .container .four.columns,
  .container.sixteen .four.columns,
  .container.twelve .four.columns,
  .container .five.columns,
  .container.sixteen .five.columns,
  .container.twelve .five.columns,
  .container .six.columns,
  .container.sixteen .six.columns,
  .container.twelve .six.columns,
  .container .seven.columns,
  .container.sixteen .seven.columns,
  .container.twelve .seven.columns,
  .container .eight.columns,
  .container.sixteen .eight.columns,
  .container.twelve .eight.columns,
  .container .nine.columns,
  .container.sixteen .nine.columns,
  .container.twelve .nine.columns,
  .container .ten.columns,
  .container.sixteen .ten.columns,
  .container.twelve .ten.columns,
  .container .eleven.columns,
  .container.sixteen .eleven.columns,
  .container.twelve .eleven.columns,
  .container .twelve.columns,
  .container.sixteen .twelve.columns,
  .container.twelve .twelve.columns,
  .container .thirteen.columns,
  .container.sixteen .thirteen.columns,
  .container.twelve .thirteen.columns,
  .container .fourteen.columns,
  .container.sixteen .fourteen.columns,
  .container.twelve .fourteen.columns,
  .container .fifteen.columns,
  .container.sixteen .fifteen.columns,
  .container.twelve .fifteen.columns,
  .container .sixteen.columns,
  .container.sixteen .sixteen.columns,
  .container.twelve .sixteen.columns,
  .container .one-third.column,
  .container.sixteen .one-third.column,
  .container.twelve .one-third.column,
  .container .two-thirds.column,
  .container.sixteen .two-thirds.column,
  .container.twelve .two-thirds.column {
    width: 100%;
  }
  .container .offset-by-one,
  .container.sixteen .offset-by-one,
  .container.twelve .offset-by-one,
  .container .offset-by-two,
  .container.sixteen .offset-by-two,
  .container.twelve .offset-by-two,
  .container .offset-by-three,
  .container.sixteen .offset-by-three,
  .container.twelve .offset-by-three,
  .container .offset-by-four,
  .container.sixteen .offset-by-four,
  .container.twelve .offset-by-four,
  .container .offset-by-five,
  .container.sixteen .offset-by-five,
  .container.twelve .offset-by-five,
  .container .offset-by-six,
  .container.sixteen .offset-by-six,
  .container.twelve .offset-by-six,
  .container .offset-by-seven,
  .container.sixteen .offset-by-seven,
  .container.twelve .offset-by-seven,
  .container .offset-by-eight,
  .container.sixteen .offset-by-eight,
  .container.twelve .offset-by-eight,
  .container .offset-by-nine,
  .container.sixteen .offset-by-nine,
  .container.twelve .offset-by-nine,
  .container .offset-by-ten,
  .container.sixteen .offset-by-ten,
  .container.twelve .offset-by-ten,
  .container .offset-by-eleven,
  .container.sixteen .offset-by-eleven,
  .container.twelve .offset-by-eleven,
  .container .offset-by-twelve,
  .container.sixteen .offset-by-twelve,
  .container.twelve .offset-by-twelve,
  .container .offset-by-thirteen,
  .container.sixteen .offset-by-thirteen,
  .container.twelve .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container.sixteen .offset-by-fourteen,
  .container.twelve .offset-by-fourteen,
  .container .offset-by-fifteen,
  .container.sixteen .offset-by-fifteen,
  .container.twelve .offset-by-fifteen {
    padding-left: 0;
  }
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px
    * Reduce column width from 420px to 400px;
    * Add padding to left and right of columns
    * By Minh
    */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .container .columns,
  .container .column {
    margin: 0;
  }
  .container .one.column,
  .container.sixteen .one.column,
  .container.twelve .one.column,
  .container .one.columns,
  .container.sixteen .one.columns,
  .container.twelve .one.columns,
  .container .two.columns,
  .container.sixteen .two.columns,
  .container.twelve .two.columns,
  .container .three.columns,
  .container.sixteen .three.columns,
  .container.twelve .three.columns,
  .container .four.columns,
  .container.sixteen .four.columns,
  .container.twelve .four.columns,
  .container .five.columns,
  .container.sixteen .five.columns,
  .container.twelve .five.columns,
  .container .six.columns,
  .container.sixteen .six.columns,
  .container.twelve .six.columns,
  .container .seven.columns,
  .container.sixteen .seven.columns,
  .container.twelve .seven.columns,
  .container .eight.columns,
  .container.sixteen .eight.columns,
  .container.twelve .eight.columns,
  .container .nine.columns,
  .container.sixteen .nine.columns,
  .container.twelve .nine.columns,
  .container .ten.columns,
  .container.sixteen .ten.columns,
  .container.twelve .ten.columns,
  .container .eleven.columns,
  .container.sixteen .eleven.columns,
  .container.twelve .eleven.columns,
  .container .twelve.columns,
  .container.sixteen .twelve.columns,
  .container.twelve .twelve.columns,
  .container .thirteen.columns,
  .container.sixteen .thirteen.columns,
  .container.twelve .thirteen.columns,
  .container .fourteen.columns,
  .container.sixteen .fourteen.columns,
  .container.twelve .fourteen.columns,
  .container .fifteen.columns,
  .container.sixteen .fifteen.columns,
  .container.twelve .fifteen.columns,
  .container .sixteen.columns,
  .container.sixteen .sixteen.columns,
  .container.twelve .sixteen.columns,
  .container .one-third.column,
  .container.sixteen .one-third.column,
  .container.twelve .one-third.column,
  .container .two-thirds.column,
  .container.sixteen .two-thirds.column,
  .container.twelve .two-thirds.column {
    width: 100%;
  }
}
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.page-type-timetable .content-wrapper .main-content .day {
  margin-right: 20px;
  padding: 20px 30px 26px 30px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-bottom: 2px;
  background: #2c2c2c;
}
@media only screen and (max-width: 767px) {
  .page-type-timetable .content-wrapper .main-content .day {
    margin-right: 0px;
    padding: 20px 20px 26px 20px;
  }
}
.page-type-timetable .content-wrapper .main-content .day h3 {
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #d0a45b;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
}
.page-type-timetable .content-wrapper .main-content .day .timetable td {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.page-type-timetable .content-wrapper .main-content .day .timetable td:first-child {
  width: 50px;
}
.page-type-timetable .content-wrapper .main-content .note {
  margin-top: 18px;
}
.page-type-timetable .content-wrapper .main-content .note strong {
  color: #d0a45b !important;
  font-weight: normal;
}
.page-type-timetable .content-wrapper .main-content .class-info h2:first-child {
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .page-type-timetable .content-wrapper .main-content .class-info h2:first-child {
    margin-top: 45px;
  }
}
.page-contact-location .content-wrapper .main-content a {
  color: #ffffff;
}
.page-contact-location .mobile-no {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 700;
    background: #901e20;
    text-align: center;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 6px;
    margin-top: 6px;
    margin-bottom: 0px;
}
.page-contact-location .content-wrapper .main-content .contact-form .enquiry {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding-right: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-contact-location .content-wrapper .main-content .contact-form .enquiry {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact-location .content-wrapper .main-content .contact-form .enquiry {
    padding-right: 0px;
  }
}
.page-contact-location .content-wrapper .main-content .contact-form label,
.page-contact-location .content-wrapper .main-content .contact-form input,
.page-contact-location .content-wrapper .main-content .contact-form textarea {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: normal;
}
.page-contact-location .content-wrapper .main-content .contact-form input,
.page-contact-location .content-wrapper .main-content .contact-form textarea {
  border-radius: 0px;
  background: #4c4c4c;
  border: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-bottom: 4px;
}
.page-contact-location .content-wrapper .main-content .contact-form input {
  height: 34px;
}
.page-contact-location .content-wrapper .main-content .contact-form textarea {
  height: 186px;
  resize: none;
}
.page-contact-location .content-wrapper .main-content .contact-form button {
  height: 35px;
  padding: 0 15px;
  background: #d0a45b;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  border: 0;
  border-radius: 2px;
  margin-top: 6px;
  text-shadow: 0 0;
  margin-bottom: 0;
}
.page-contact-location .content-wrapper .main-content .googleMapCanvas {
  margin: 30px 0 45px 0;
}
@media only screen and (max-width: 767px) {
  .page-contact-location .content-wrapper .main-content .googleMapCanvas {
    height: 300px;
  }
}
.page-newsletter .content-wrapper .main-content .newsletter_form label,
.page-newsletter .content-wrapper .main-content .newsletter_form input {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: normal;
}
.page-newsletter .content-wrapper .main-content .newsletter_form input {
  border-radius: 0px;
  background: #4c4c4c;
  border: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-bottom: 4px;
  width: 380px;
  height: 34px;
}
@media only screen and (max-width: 767px) {
  .page-newsletter .content-wrapper .main-content .newsletter_form input {
    width: 100%;
  }
}
.page-newsletter .content-wrapper .main-content .newsletter_form select {
  width: 380px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
}
.page-newsletter .content-wrapper .main-content .newsletter_form button {
  height: 35px;
  padding: 0 15px;
  background: #d0a45b;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  border: 0;
  border-radius: 2px;
  margin-top: 6px;
  text-shadow: 0 0;
}
.page-newsletter .content-wrapper .main-content .googleMapCanvas {
  margin: 30px 0 45px 0;
}
@media only screen and (max-width: 767px) {
  .page-newsletter .content-wrapper .main-content .googleMapCanvas {
    height: 300px;
  }
}
.page-search .content-wrapper .main-content h3 {
  display: none;
}
.page-search .content-wrapper .main-content .ccm-search-block-form input[type=text] {
  width: 300px;
  display: inline-block;
}
.page-search .content-wrapper .main-content .ccm-search-block-form #searchResults h3 {
  display: block;
}
.page-search .content-wrapper .main-content .ccm-search-block-form #searchResults h3 a {
  color: #ffffff;
}
.page-search .content-wrapper .main-content .ccm-search-block-form #searchResults .pageLink {
  display: none;
}
/* Main Blog page */
.page-blog .content-wrapper .main-content {
  padding-bottom: 00px !important;
}
.page-type-sb_post .content-wrapper .main-content {
  padding-bottom: 00px;
}
.page-type-sb_post .content-wrapper .main-content .content-sbBlog-wrap {
  margin-bottom: 40px;
}
.page-type-sb_post .content-wrapper .main-content .content-sbBlog-date {
  padding: 0;
  height: auto;
}
.page-type-sb_post .content-wrapper .main-content .content-sbBlog-date .content-sbBlog-month,
.page-type-sb_post .content-wrapper .main-content .content-sbBlog-date .content-sbBlog-day {
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 4px;
}
.page-type-sb_post .content-wrapper .main-content .content-sbBlog-date .content-sbBlog-day {
  font-size: 32px;
  margin: 0;
}
.page-type-sb_post .content-wrapper .main-content .ccm-pagination .ccm-page-left a,
.page-type-sb_post .content-wrapper .main-content .ccm-pagination .ccm-page-right a {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #d0a45b;
}
.page-type-sb_post .content-wrapper .main-content .currentPage.active strong {
  color: #d0a45b;
}
.page-type-sb_post .content-wrapper .main-content h2 {
  margin-top: 0;
}
.page-type-sb_post .content-wrapper .main-content h2 a {
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #d0a45b;
}
.page-type-sb_post .content-wrapper .main-content .content-sbBlog-title {
  margin-left: 70px;
  margin-right: 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ffffff;
}
.page-type-sb_post .content-wrapper .main-content .content-sbBlog-commentcount {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
  width: auto;
  height: auto;
}
.page-type-sb_post .content-wrapper .main-content .content-sbBlog-post {
  margin-left: 70px;
}
.page-type-sb_post .content-wrapper .main-content .content-sbBlog-post p {
  margin-bottom: 0;
}
.page-type-sb_post .content-wrapper .main-content .readmore {
  font-family: Gotham, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: underline;
  margin-left: 70px;
}
.page-type-sb_post .content-wrapper .main-content .ccm-layout-col-2 .ccm-page-list a {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.page-type-sb_post .content-wrapper .main-content .ccm-layout-col-2 h2 {
  margin-bottom: 5px;
}
.page-type-sb_post .content-wrapper .main-content .ccm-layout-col-2 h3 {
  margin: 10px 0 0 0;
}
/* Post page */
.page-type-sb_post .content-wrapper .main-content img {
  max-width: 100%;
  height: auto;
}
.page-type-sb_post .content-wrapper .main-content h4,
.page-type-sb_post .content-wrapper .main-content h5 {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize;
}
.page-type-sb_post .content-wrapper .main-content h5 {
  font-weight: 800;
}
.page-type-sb_post .content-wrapper .main-content .single-post img {
  display: inline-block;
}
.page-type-sb_post .content-wrapper .main-content .single-post h2 {
  margin-top: 45px;
}
.page-type-sb_post .content-wrapper .main-content form {
  margin-bottom: 0;
  margin-top: 20px;
}
.page-type-sb_post .content-wrapper .main-content form label {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: normal;
}
.page-type-sb_post .content-wrapper .main-content form br {
  display: none;
}
.page-type-sb_post .content-wrapper .main-content form .note {
  font-family: Gotham, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: normal;
}
.page-type-sb_post .content-wrapper .main-content form input,
.page-type-sb_post .content-wrapper .main-content form textarea {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: normal;
  border-radius: 0px;
  background: #4c4c4c;
  border: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-bottom: 4px;
  height: 34px;
  width: 380px;
}
@media only screen and (max-width: 767px) {
  .page-type-sb_post .content-wrapper .main-content form input,
  .page-type-sb_post .content-wrapper .main-content form textarea {
    width: 100%;
  }
}
.page-type-sb_post .content-wrapper .main-content form textarea {
  max-width: 380px;
  min-height: 200px;
}
.page-type-sb_post .content-wrapper .main-content form input[type=submit] {
  height: 35px;
  padding: 0 15px;
  width: auto;
  background: #d0a45b;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  border: 0;
  border-radius: 2px;
  margin-top: 6px;
  text-shadow: 0 0;
  margin-bottom: 0;
}
.page-type-sb_post .content-wrapper .main-content .three.columns.omega h2 {
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .page-type-sb_post .content-wrapper .main-content .three.columns.omega h2 {
    margin-top: 40px;
  }
}
.page-type-sb_post .content-wrapper .main-content .three.columns.omega h3.ccm-page-list-title {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 800;
}
.page-type-sb_post .content-wrapper .main-content .three.columns.omega h3.ccm-page-list-title:first-child {
  margin: 0;
  margin-bottom: 15px;
}
.page-type-sb_post .content-wrapper .main-content .three.columns.omega h3.ccm-page-list-title a {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0;
  font-weight: 800;
}
.page-type-sb_post .content-wrapper .main-content .three.columns.omega .ccm-page-list-description {
  display: none;
}
.page-events .content-wrapper .main-content {
  padding-bottom: 0;
}
.page-events .content-wrapper .main-content .single-event {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d0a45b;
}
.page-events .content-wrapper .main-content .single-event h2 {
  margin-top: 0;
}
.page-events .content-wrapper .main-content .single-event em {
  display: block;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #d0a45b;
  margin-bottom: 25px;
}
.page-events .content-wrapper .main-content .single-event .thumbnail img {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding-left: 15px;
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .page-events .content-wrapper .main-content .single-event .thumbnail img {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.page-events .content-wrapper .main-content .single-event .download {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-events .content-wrapper .main-content .single-event .download ul {
  list-style: none;
  margin: 0;
  margin-top: 10px;
}
.page-events .content-wrapper .main-content .single-event .download ul li {
  display: inline-block;
}
.page-events .content-wrapper .main-content .single-event .download ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  padding: 12px 25px;
  font-weight: 800;
  background: #901e20;
  border-radius: 5px;
  margin: 0 3px;
}
.page-events .content-wrapper .main-content .single-event table {
  margin-bottom: 20px;
}
.page-events .content-wrapper .main-content .single-event table tr td {
  font-family: Gotham, Arial, sans-serif;
  font-soze: 14px;
  line-height: 24px;
  color: #ffffff;
  padding-bottom: 2px;
}
.page-events .content-wrapper .main-content .single-event table tr td:first-child {
  width: 100px;
  font-weight: 800;
  color: #d0a45b;
}
.page-events .content-wrapper .main-content .single-event .more-info a {
  color: #ffffff;
}
/*
* Main CSS styling
*/
/*
* Book: font-weight: normal;
* Medium: font-weight: 500;
* Bold: font-weight: 800;
*/
body,
html {
  height: 100%;
}
body {
  background: #131313;
}
a,
a:visited {
  text-decoration: none;
  /* 
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    */
}
img {
  display: block;
}
.site-wrapper {
  margin-bottom: -300px;
}
.site-wrapper .required {
  color: #d0a45b;
  font-size: 15px;
}
.site-wrapper .newsletter .required {
  display: none;
}
.site-wrapper .invalid {
  border: 1px solid #ff0000 !important;
}
.site-wrapper form {
    margin-bottom: 0;
    max-width: 700px;
    width: 100%;
}
.site-wrapper p.message {
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #d0a45b !important;
  margin: 0px !important;
}
.site-wrapper .newsletter {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .site-wrapper .newsletter {
    margin-top: 0;
  }
}
.site-wrapper .newsletter .newsletter-inner {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  float: left;
  width: 100%;
  padding: 20px 0 18px 0;
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .site-wrapper .newsletter .newsletter-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrapper .newsletter .newsletter-inner {
    float: none;
    width: 100%;
  }
}
.site-wrapper .newsletter .newsletter-area {
  float: left;
}
.site-wrapper .newsletter .newsletter-area p {
  margin-bottom: 0;
  text-align: center;
}
.site-wrapper .newsletter .newsletter-area p a {
  display: inline-block;
  background: #901e20;
  border-radius: 5px;
  font-family: "Helvetical Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 35px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .site-wrapper .newsletter .newsletter-area p a {
    text-align: center;
    padding: 10px 25px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrapper .newsletter .newsletter-area {
    float: none;
  }
}
.site-wrapper .newsletter .links {
  float: right;
}
.site-wrapper .newsletter .links .image-block {
  margin: 0px !important;
}
@media only screen and (max-width: 767px) {
  .site-wrapper .newsletter .links {
    float: none;
    margin: 0 auto;
    display: table;
  }
}
.site-wrapper .newsletter .links .facebook-like,
.site-wrapper .newsletter .links .social-icon {
  float: left;
  margin-left: 14px;
  height: 35px;
  width: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .site-wrapper .newsletter .links .facebook-like,
  .site-wrapper .newsletter .links .social-icon {
    padding-top: 0px;
  }
}
.site-wrapper .newsletter .links .facebook-like img,
.site-wrapper .newsletter .links .social-icon img {
  width: 25px;
  height: 25px;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.site-wrapper .newsletter .links .facebook-like {
  margin-right: 8px;
  padding-top: 8px;
}
@media only screen and (max-width: 767px) {
  .site-wrapper .newsletter .links .facebook-like {
    padding-top: 3px !important;
  }
}
.site-wrapper .newsletter .links .twitter img {
  width: 25px;
  height: 25px;
  -webkit-background-size: cover;
  background-size: cover;
}
.site-wrapper .newsletter .links .facebook img {
  width: 25px;
  height: 25px;
  -webkit-background-size: cover;
  background-size: cover;
}
.site-wrapper .newsletter .links .mailbox img {
  width: 32px;
  height: 25px;
  -webkit-background-size: cover;
  background-size: cover;
}
.site-wrapper .newsletter .logos {
  float: right;
}
.site-wrapper .newsletter .logos img {
  width: 76px;
  height: 76px;
  -webkit-background-size: 76px 76px;
  background-size: 76px 76px;
}
@media only screen and (max-width: 767px) {
  .site-wrapper .newsletter .logos {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
  .site-wrapper .newsletter .logos img {
    margin: 0 auto;
  }
}
header {
  color: #d0a45b;
  position: relative;
  z-index: 5;
  font-family: Gotham, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  header {
    background: #131313;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
header .logo {
  float: left;
  margin-left: 10px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  header .logo {
    margin: 10px 0;
  }
}
header .logo img {
  width: 112px;
  height: auto;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  header .logo img {
    width: 70px;
  }
}
header .mobile-menu {
  display: none;
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  z-index: 10;
}
header .mobile-menu li {
  text-align: center;
  background: #901e20;
  margin: 0;
}
header .mobile-menu li a {
  padding: 11px 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: block;
}
header .mobile-menu li a:hover {
  background: #d0a45b;
  color: #901e20;
}
header .mobile-menu li ul.level-0 {
  display: none;
}
header .mobile-nav {
  display: none;
}
@media only screen and (max-width: 767px) {
  header .mobile-nav {
    display: block;
  }
  header .mobile-nav .menu-icon {
    background: url(../images/menu_btn.png) no-repeat;
    width: 25px;
    height: 20px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    text-indent: -9999px;
    float: right;
    margin-top: 34px;
  }
}
header .navigation {
  float: right;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  header .navigation {
    display: none;
  }
}
header .navigation .phone-number {
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 35px 10px 20px 0;
  color: #d0a45b;
  font-weight: normal;
}
header .navigation .phone-number p {
  margin: 0px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #d0a45b;
  font-weight: normal;
}
header .navigation .phone-number p a {
  color: #ffffff;
}
header .navigation ul {
  margin-bottom: 0px;
  position: relative;
}
header .navigation li.has-children {
  position: relative;
}
header .navigation ul.level-0 li.has-children:after {
    content: '>';
    position: absolute;
    right: 5px;
    color: #fff;
    display: block;
    top: 3px;
    font-size: 10px;
    font-family: Arial, sans-serif;
}
header .navigation ul.level-0 li > ul.level-1 a {
    font-size: 12px;
}
header .navigation ul.level-0 li {
    position: relative;
}
header .navigation ul.level-0 li:hover > ul.level-1,
header .navigation ul.level-0 li > ul.level-1 > .has-children:hover ul.level-2{
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
header .navigation ul.level-0 li > ul.level-1 a {
    padding-left: 26px;
}
header .navigation ul.level-0 li > ul.level-1 li > ul.level-2 a {
    padding-left: 40px;
}
header .navigation ul.level-0 li > ul.level-1, 
header .navigation ul.level-0 li > ul.level-1 .has-children ul.level-2 {
    display: none;
    background: #901e20;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    top: 0;
    margin: 0;
    z-index: 6;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: absolute;
    left: 100%;
}
header .navigation ul li {
  float: left;
}
header .navigation ul li a,
header .navigation ul li a:visited {
  color: #d0a45b;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 5px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  header .navigation ul li a,
  header .navigation ul li a:visited {
    padding: 8px 5px;
    font-size: 13px;
    line-height: 22px;
  }
}
header .navigation ul li a.last {
    padding-right: 10px;
}
header .navigation ul.level-0 {
    display: none;
    background: #901e20;
    position: absolute;
    top: 28px;
    z-index: 6;
    margin: 0;
    padding: 15px 0;
    border-radius: 5px;
    margin-left: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  header .navigation ul.level-0 {
    margin-left: -60px;
  }
}
header .navigation ul.level-0 li {
  float: none;
  width: 200px;
  margin-bottom: 0;
}
header .navigation ul.level-0 li,
header .navigation ul.level-0 li a {
  display: block;
}
header .navigation ul.level-0 li a {
  text-align: left;
  font-family: Gotham, Arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  text-transform: none;
  color: #ffffff;
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  header .navigation ul.level-0 li a {
    font-size: 13px;
    line-height: 18px;
  }
}
header .navigation ul.level-0 li a:hover {
  background: #d0a45b;
  color: #901e20;
}
header .navigation .level-0:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-bottom-color: #901e20;
  border-width: 8px;
  margin-left: -8px;
}
header .navigation li:hover .level-0 {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: block;
}
.content-wrapper {
  padding-top: 52px;
}
@media only screen and (max-width: 767px) {
  .content-wrapper {
    padding-top: 120px;
  }
}
.content-wrapper .image-block img {
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .content-wrapper .ccm-layout-cell.ccm-layout-col {
    width: 100% !important;
  }
  .content-wrapper .ccm-layout-cell.ccm-layout-col .ccm-layout-col-spacing {
    margin: 0 !important;
  }
}
.content-wrapper .carousel {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 580px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .content-wrapper .carousel {
    padding-top: 20px;
    height: 435px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content-wrapper .carousel {
    padding-top: 40px;
    height: 290px;
  }
}
@media only screen and (max-width: 479px) {
  .content-wrapper .carousel {
    padding-top: 50px;
    height: 204px;
  }
}
.content-wrapper .carousel .flexslider {
  border: none;
  margin: 0;
  background: none;
  position: relative;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.content-wrapper .carousel .flexslider li.slide {
  margin: 0;
}
.content-wrapper .carousel .flexslider .slide.flex-active-slide img {
  z-index: 3;
}
.content-wrapper .carousel .flexslider img {
  width: 1200px;
  height: 580px;
  -webkit-background-size: 1200px 580px;
  background-size: 1200px 580px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  left: 50%;
  margin-left: -600px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .content-wrapper .carousel .flexslider img {
    width: 900px;
    height: 435px;
    -webkit-background-size: 900px 435px;
    background-size: 900px 435px;
    margin-left: -450px;
  }
  .slideImgWrap div {
    width: 900px;
    height: 435px !important;
    -webkit-background-size: 900px 435px !important;
    background-size: 900px 435px !important;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content-wrapper .carousel .flexslider img {
    width: 600px;
    height: 290px;
    -webkit-background-size: 600px 290px;
    background-size: 600px 290px;
    margin-left: -300px;
  }
  .slideImgWrap div {
    width: 600px;
    height: 290px !important;
    -webkit-background-size: 600px 290px !important;
    background-size: 600px 290px !important;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 479px) {
  .content-wrapper .carousel .flexslider img {
    width: 422px;
    height: 204px;
    -webkit-background-size: 422px 204px;
    background-size: 422px 204px;
    margin-left: -211px;
  }
  .slideImgWrap div {
    width: 422px;
    height: 204px !important;
    -webkit-background-size: 422px 204px !important;
    background-size: 422px 204px !important;
    margin: 0 auto !important;
  }
}
.content-wrapper .testimonials {
  padding: 40px 0 0 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (max-width: 767px) {
  .content-wrapper .testimonials {
    padding-bottom: 4px;
  }
}
.content-wrapper .testimonials h3 {
  text-align: center;
  font-family: Gotham, Arial, sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #d0a45b;
  margin-bottom: 28px;
}
.content-wrapper .testimonials .testimonials-panels {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content-wrapper .testimonials .testimonials-panels {
    margin-bottom: 28px;
  }
}
.content-wrapper .testimonials .testimonials-panels p {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0px;
  word-spacing: -1px;
}
.content-wrapper .testimonials .testimonials-panels p strong {
  font-weight: normal;
  color: #d0a45b;
}
@media only screen and (max-width: 767px) {
  .content-wrapper .testimonials .testimonials-panels p {
    padding: 0 10px;
  }
}
.content-wrapper .call-to-action {
  background: #d0a45b;
  border-radius: 5px;
  text-align: center;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  padding: 28px 20px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-top: 20px;
}
.content-wrapper .call-to-action p {
  margin-bottom: 0px;
}
.content-wrapper .call-to-action p + span p {
  margin-top: 10px;
}
.content-wrapper .call-to-action strong,
.content-wrapper .call-to-action a {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
}
.content-wrapper .call-to-action span p strong {
  font-size: 16px;
}
.content-wrapper h1 {
  margin: 0;
  margin-bottom: 25px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 800;
  color: #d0a45b;
}
.content-wrapper .main-content button {
   margin-bottom: 0;
}
.content-wrapper .main-content {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .content-wrapper .main-content {
    padding-bottom: 35px;
  }
}
.content-wrapper .main-content .loading {
  background: url(../images/loading.gif?v=2) no-repeat;
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-indent: -999999px;
}
.content-wrapper .main-content ul {
  list-style: disc;
  margin-left: 15px;
}
.content-wrapper .main-content ul li {
  margin-bottom: 10px;
}
.content-wrapper .main-content p + ul {
  margin-top: 0px;
}
.content-wrapper .main-content ul + h3 {
  margin-top: 35px;
}
.content-wrapper .main-content p,
.content-wrapper .main-content li,
.content-wrapper .main-content strong {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 12px;
}
.content-wrapper .main-content h2 {
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #d0a45b;
  margin: 45px 0 15px 0px;
}
.content-wrapper .main-content h2 + h2 {
  margin-top: 0;
}
.content-wrapper .main-content ol {
  margin-left: 20px;
  margin-bottom: 10px;
}
.content-wrapper .main-content h3 {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin: 45px 0 12px 0px;
  font-weight: 800;
  text-transform: uppercase;
}
.content-wrapper .main-content h3:first-child {
  margin-top: 20px;
}
.content-wrapper .main-content h4 {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin: 30px 0 12px 0px;
  font-weight: 800;
  text-transform: uppercase;
}
.content-wrapper .main-content .single-course {
  margin-top: 28px;
  padding-top: 28px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  border-top: 1px solid #313131;
}
.content-wrapper .main-content .single-course strong {
  color: #ffffff;
}
.content-wrapper .main-content .single-course h2 {
  margin-top: 0px;
}
.content-wrapper .main-content .single-course .course-image {
  margin-top: -35px;
}
@media only screen and (max-width: 767px) {
  .content-wrapper .main-content .single-course .course-image {
    margin-top: 10px;
  }
}
.content-wrapper .main-content .single-course .course-image img {
  width: 100%;
  height: auto;
}
.content-wrapper.homepage {
  padding-top: 0;
}
.content-wrapper.homepage .container.twelve.content {
  position: relative;
  top: -30px;
  left: 0;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .content-wrapper.homepage .container.twelve.content {
    position: static;
    top: 0;
  }
}
.content-wrapper.homepage .container.twelve.content.full-width {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .content-wrapper.homepage .container.twelve.content.full-width {
    top: 0;
    padding: 0;
  }
}
.content-wrapper.homepage .panels {
  background: #901e20;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.content-wrapper.homepage .panels h2 {
  font-family: Gotham, Arial, sans-serif;
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 12px;
}
.content-wrapper.homepage .panels p {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}
.content-wrapper.homepage .panels p:last-child {
  margin-bottom: 0;
}
.content-wrapper.homepage .panels strong {
  color: #131313;
}
.content-wrapper.homepage .panels a,
.content-wrapper.homepage .panels a:visited {
  font-family: Gotham, Arial, sans-serif;
  font-size: 13px;
  line-height: 30px;
  color: #131313;
  font-weight: normal;
  padding: 0px 12px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  background: #d0a45b;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .content-wrapper.homepage .panels {
    border-radius: 0;
    padding: 36px 10px 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .content-wrapper.homepage .panels.last {
    padding: 36px 10px 40px 10px;
  }
}
.content-wrapper.homepage .container.twelve.newsletter {
  position: relative;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .content-wrapper.homepage .container.twelve.newsletter {
    top: 0px;
  }
}
footer {
  position: static;
}
footer br {
  display: none;
}
@media only screen and (max-width: 767px) {
  footer br {
    display: block;
  }
}
footer .footer-nav {
  display: table;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
}
footer .footer-nav ul.level-0 {
  display: none;
}
@media only screen and (max-width: 767px) {
  footer .footer-nav ul.level-0 {
    display: block;
    margin: 0;
  }
}
footer .footer-nav li {
  float: left;
  margin-bottom: 0;
}
footer .footer-nav li a {
  font-family: Gotham, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #d0a45b;
  padding: 0 8px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer .footer-nav li a {
    padding: 0 5px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-nav li a {
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-nav li {
    float: none;
    width: 100%;
  }
}
footer .contact-info {
  text-align: center;
}
footer .contact-info p,
footer .contact-info p a,
footer .contact-info p strong {
  margin: 0;
  margin-bottom: 8px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
footer .contact-info p .footer-brand {
  color: #e07226;
}
@media only screen and (max-width: 767px) {
  footer .contact-info p .footer-brand {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer .contact-info p {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  footer .contact-info p {
    padding-top: 10px;
    margin-bottom: 20px;
    width: 95%;
  }
}
footer .copyright,
footer .copyright a {
  text-align: center;
  padding-bottom: 60px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 11px;
  line-height: 20px;
  color: #494949;
}
.footer-testimonials {
  margin: 0;
  background: none;
  border: none;
  position: relative;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .footer-testimonials {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-testimonials h3.heading {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 800;
}
.footer-testimonials p {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #ffffff;
}
.footer-testimonials .testor {
  font-weight: 800;
}
.footer-testimonials a.see-all-testimonials {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  background: #901e20;
  width: 270px;
  text-align: center;
  display: inline-block;
  padding: 10px 0;
  border-radius: 6px;
  margin-top: 6px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .footer-testimonials a.see-all-testimonials {
    margin-bottom: 10px;
  }
}
.footer-testimonials ul.slides {
  margin-bottom: 0;
}
.footer-testimonials .flex-direction-nav {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.footer-testimonials .flex-direction-nav ul {
  height: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer-testimonials .flex-direction-nav {
    top: 70px;
    display: block;
  }
}
.footer-testimonials .flex-direction-nav li {
  float: left;
  height: 1px;
}
.footer-testimonials .flex-direction-nav li a {
  text-indent: -99999px;
  width: 30px;
  height: 50px;
  -webkit-background-size: 30px 50px;
  background-size: 30px 50px;
  display: block;
  -webkit-transition: none;
  position: relative;
  top: 0;
  left: 0;
}
.footer-testimonials .flex-direction-nav li a.flex-prev {
  background: url(../images/left_arrow.png) no-repeat;
  margin-left: 0px;
  -webkit-background-size: 30px 50px;
  background-size: 30px 50px;
}
.footer-testimonials .flex-direction-nav li a.flex-next {
  background: url(../images/right_arrow.png) no-repeat;
  margin-left: 880px;
  -webkit-background-size: 30px 50px;
  background-size: 30px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer-testimonials .flex-direction-nav li a.flex-next {
    margin-left: 687px;
  }
}
.footer-testimonials:hover .flex-direction-nav {
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer-testimonials:hover .flex-direction-nav {
    display: none;
  }
}
.page-type-homepage header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .page-type-homepage header {
    background: #131313;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.page-type-homepage .newsletter {
  margin-top: 0;
}
.page-type-homepage .newsletter .links .facebook-like {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .page-type-homepage .newsletter .links .facebook-like {
    padding-top: 3px !important;
  }
}
.page-type-homepage footer .copyright {
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .page-type-homepage footer .copyright {
    padding-bottom: 30px;
  }
}
.page-about .content-wrapper .main-content,
.page-faq .content-wrapper .main-content,
.page-type-timetable .content-wrapper .main-content,
.page-contact-location .content-wrapper .main-content,
.page-testimonials .content-wrapper .main-content {
  padding-bottom: 10px;
}

.page-faq .content-wrapper .main-content hr,
.page-testimonials .content-wrapper .main-content hr {
  margin-bottom: 12px;
  border: 0px;
  border-bottom: solid #d0a45b 1px;
}
.page-testimonials .content-wrapper .main-content .single-testimonial {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d0a45b;
}
.page-testimonials .content-wrapper .main-content .single-testimonial .testor {
  font-weight: 800;
}

.miniSurveyView #msg {
    background: #828282;
    color: #FFFFFF;
    padding: 5px 8px;
    border: 1px solid #999;
    margin: 8px 0px 20px 0px;
}
.miniSurveyView #msg .error {
    padding-left: 2px;
    color: #920000;
}
.accreditationLogosFooter{
    text-align:center;
    margin-bottom:10px;
}
.accreditationLogosFooter img{
    display:inline;
}
.accreditationLogosAbout{
    text-align:center;
    margin-top:15px;
}
.accreditationLogosAbout img{
    display:inline;
}


@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


/* POP UP CSS*/
.instructions {
  text-align:center;
  font-size:20px;
  margin: 15vh;
}  

/* //////////////////////////////////////////////////////////////////////////////////////////////
  //   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: .85;
  filter: alpha(opacity=85);
  -moz-opacity: .85;
  z-index: 101;
  display: none;
}
#mc_embed_signup .mc-field-group label {
    color: #d0a45b;
}
.formDescription {
    padding: 10px;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
    display: none;
    position: fixed;
    max-width: 700px;
    height: 90%;
    top: 50%;
    left: 50%;
    background-color: #efefef;
    border: 2px solid #333;
    z-index: 102;
    padding: 10px 20px;
    width: 100%;
    transform: translate(-50%,-50%);
    overflow: auto;
}
/*   This is the closing button  */
#btnClose {
    width: auto;
    display: block;
    float: right;
    text-decoration: none;
    color: #fff;
    background-color: #d0a45b;
    padding: 5px;
    position: absolute;
    right: -20px;
   top: 0;
}
/*   This is the closing button hover state  */
#btnClose:hover {
  color: #fff;
  background-color: #e85c41;
}
/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
  float: left;
  display: block;
  width: 100%;
  padding: 1% 3%;
  font-size: 18px;
  color: #666;
  clear: left;
}
/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
  color: #444444;
  font-size: 36px;
  line-height: 40px;
}
#mc_embed_signup form {
    padding: 10px !important;
}
/* 
////////// MailChimp Signup Form //////////////////////////////
*/

/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
    display: block;
    padding: 1% 3%;
    font-size: 18px;
    color: #666;
    clear: left;
}
/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
    height: 30px;
    padding: 3px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
}
/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
  border:solid 2px #40c348;
  box-shadow: none;
}
/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
  width: 100%!important;
  height: 40px!important;
  margin: 10px auto 0 auto;
  background: #5D9E62;
  border: none;
  color: #fff;
}
/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
  background: #40c348;
  color: #fff;
  box-shadow:none!important;
  cursor: pointer;
}
.pop-up-container {
    position: relative;
    padding: 20px 0;
}
.formDescription .indicates-required {
    color: #e85c41;
    font-weight: normal;
    position: relative;
    font-weight: 700;
    margin-bottom: 10px;
}