/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

a img {
  border: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  padding: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: "futura-pt", Helvetica, Arial, sans-serif; */
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

h1 {
  font-size: 55px;
  border-bottom: #ffffff 3px solid;
  display: inline-block;
  padding: 0;
  margin-bottom: 50px;
}
.home h1 {
  border: none;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5, h6 {
  font-size: 16px;
}

p, ul, ol {
  font-size: 16px;
  line-height: 1.4;
  padding: 0 0 1.5em 0;
}

ul, ol {
  line-height: 1.8;
}

a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a:hover {
  color: white;
}
a:focus {
  outline: none;
}

blockquote p {
  font-size: 18px;
}

.clearboth {
  clear: both;
}

html, body {
  height: 100%;
}

body {
  background: black url(../img/am-colourgradient.jpg) top center no-repeat;
  color: white;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow-x: hidden;
}

body.home {
  background: black url(../img/am-colourgradient.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body.news,
body.single,
body.video,
body.tour {
  height: auto;
  padding-bottom: 40px;
}

.shadow {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home .shadow {
  display: none;
}

#page-header {
  color: white;
  position: fixed;
  z-index: 200;
  width: 100%;
  top: 0;
  left: 0;
}

.header-padding {
  padding: 20px;
  position: relative;
}

#main-nav {
  float: left;
  text-transform: uppercase;
  font-size: 0;
  padding: 0;
}
#main-nav li {
  /* font-family: "futura-pt", Helvetica, Arial, sans-serif; */
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  padding: 5px;
  display: inline-block;
}

#social-nav {
  float: right;
  font-size: 20px;
}
#social-nav a {
  color: #ffffff;
  padding: 5px;
  display: inline-block;
}

#page-footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}

#footer-nav {
  text-align: center;
  text-transform: uppercase;
  font-size: 0;
}
#footer-nav li {
  display: inline-block;
  font-size: 12px;
  padding: 0 5px;
  font-weight: 400;
}

#_evh-link {
  background: #ffffff;
}

/* toggle nav */
#toggle-nav {
  width: 28px;
  height: 26px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
  position: absolute;
  /* display: none; */
}

#toggle-nav span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#toggle-nav span:nth-child(1) {
  top: 0px;
}

#toggle-nav span:nth-child(2),
#toggle-nav span:nth-child(3) {
  top: 11px;
}

#toggle-nav span:nth-child(4) {
  top: 22px;
}

#toggle-nav.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

#toggle-nav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#toggle-nav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#toggle-nav.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

#branding {
  position: absolute;
  width: 100%;
  bottom: 80px;
  left: 0;
  text-align: center;
  font-weight: 400;

  bottom: auto;
  top: 50%;
}
#branding h1 {
  position: absolute;
  display: none;
}
#branding img {
  width: 100%;
  max-width: 660px;
  height: auto;
  display: block;
  margin: 0 auto 32px;
}
#branding h3 {
  font-size: 32px;
  padding: 0 0 10px;
}
#branding p {
  font-size: 22px;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#branding p span {
  color: #ffffff;
}

.padding {
  padding: 0 20px;
}

#overlay {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

#page-content,
#overlay-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
}

#page-content {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#page-content.show {
  opacity: 1;
}

.video #page-content,
.video #overlay-content,
.tour #page-content,
.tour #overlay-content {
  height: auto;
}

.tour #page-content,
.tour #overlay-content {
    min-height: calc(100vh - 50px);
  }

.page-padding {
  padding: 120px 0;
  height: 100%;
  box-sizing: border-box;
}

.news #page-content,
.single #page-content {
  max-width: 1280px;
}

.item {
  width: 23%;
  margin: 1%;
  max-width: 295px;
  float: left;
}

.thumb-wrapper a:hover .thumb {
  filter: grayscale(0);
}

.thumb {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 20px;
  filter: grayscale(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.thumb:hover {
  filter: grayscale(0);
}

.news-article h2 {
  font-family: "Lato", sans-serif;
  font-size: 15px;
}
.news-article p {
  font-size: 14px;
}

.more {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  border-bottom: #ffffff 1px solid;
  margin-bottom: 30px;
  display: inline-block;
}

.news-left {
  width: 43%;
  max-width: 550px;
  float: left;
}
.news-left img {
  width: 100%;
  height: auto;
  display: block;
}

.news-right {
  width: 57%;
  float: right;
  text-align: left;
}
.news-right h1 {
  border: none;
}
.news-right h2 {
  padding: 0 0 20px;
}
.news-right .padding {
  padding: 0 0 0 50px;
}

.pagination {
  width: 50%;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  padding: 50px 0;
}
.pagination a {
  border-bottom: #ffffff 1px solid;
}

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

.next {
  float: right;
  text-align: right;
}

.listen-links li {
  padding: 0 20px;
  display: inline-block;
}
.listen-links a {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  padding: 0;
}

#video-wrapper {
  padding: 2%;
}

.video-thumbs {
  padding: 1%;
}

.video-thumb {
  width: 31.33%;
  margin: 1%;
  float: left;
}
.video-thumb img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.video-thumb img:hover {
  filter: grayscale(0);
}

.btn {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  background: white;
  display: inline-block;
  padding: 10px 20px;
  color: #111111;
  margin: 5px;
}
.btn:hover {
  color: #666666;
}

#nav-wrapper {
  position: fixed;
  z-index: -1;
  width: 20%;
  max-width: 200px;
  height: 100%;
  top: 0;
  left: -100%;
  background: black;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#nav-wrapper ul {
  padding: 70px 0;
}
#nav-wrapper li {
  display: block;
  padding: 10px 20px;
}

#nav-wrapper.show {
  left: 0;
}

@media only screen and (max-width: 820px) {
  #toggle-nav {
    display: block;
    float: left;
  }

  #nav-wrapper {
    position: fixed;
    z-index: -1;
    width: 100%;
    max-width: none;
    height: 100%;
    top: 0;
    left: -100%;
    background: black;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #nav-wrapper ul {
    padding: 70px 0;
  }
  #nav-wrapper li {
    display: block;
    padding: 10px 20px;
  }

  #nav-wrapper.show {
    left: 0;
  }

  .item {
    width: 47%;
    margin: 1.5%;
  }

  .news #page-content {
    max-width: 620px;
  }
}
@media only screen and (max-width: 640px) {
  .pagination {
    padding: 20px 0;
  }

  .news-left,
  .news-right {
    width: 100%;
    float: none;
  }

  .news-left img {
    margin: 0 0 30px;
  }

  .news-right .padding {
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 520px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  .item {
    width: 100%;
    margin: 0 0 10px;
    max-width: 100%;
    float: none;
  }

 body.home #page-header {
  background: transparent;
}

  body.tour {
    height: auto;
    padding-bottom: 40px;
  }

  .tour #page-content,
  .tour #overlay-content {
    height: auto;
  }

  #branding {
    bottom: 65px;
  }

  .btn {
    padding: 8px 20px;
    margin: 3px;
  }

  #branding p {
    font-size: 14px;
    padding: 0 0 0.7em 0;
  }

  #branding img {
    margin: 0 auto 14px;
    max-width: 300px;
  }

  #footer-nav li {
    font-size: 10px;
  }
  #footer-nav li.first {
    display: block;
  }

  .btn {
    font-size: 13px;
  }
}

/* PUSH: AE Mailing List Modal Migrations: DCS: 25/5/17 */
#ae-cform-modal-container-1 {
  font-size: 20px!important;
  line-height: 1.5;
  //font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  background-color: #000000;
    font-weight: 400;
    line-height: 1;
}

#ae-cform-modal-container-1 .modal-image-container img {
  width: 85%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 600px) {
  #ae-cform-modal-container-1 .modal-image-container img {
    width: 90%;
  }
}

#ae-cform-modal-container-1 #ae-cform-title-1 {
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 600px) {
  #ae-cform-modal-container-1 #ae-cform-title-1 {
    font-size: 12px;
  }
}

#ae-cform-modal-container-1 #ae-cform-reg-item-email-1 > label span {
  color: #ffffff;
}

#ae-cform-modal-container-1 .ae-cform-item input[type=submit] {
  //font-size: 14px !important;
  
  background-image: none;
  background-color: #6f828a;
  border: 1px solid #6e7584;
  color: #ffffff;
}

#ae-cform-modal-container-1 #ae-cform-signin-options-1 .ae-cform-signin-options-list > * {
  background-color: #7D7D7D;
}

#ae-cform-modal-container-1 #ae-cform-signin-options-1 .ae-cform-signin-options-list .ae-cform-social-link {
  color: #ffffff;
  font-size: 1em;
}

#ae-cform-modal-container-1 #ae-cform-signin-options-1 .ae-cform-signin-options-list i.fa {
  color: #d1c3b6;
}

#ae-cform-modal-container-1 #terms {
  color: #ffffff;
}

#ae-cform-modal-container-1 #terms a {
  color: #ffffff;
  font-size: 15px;
}

#ae-cform-container-1 {
    font-family: "futura-pt", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    padding: 5px;
}

.ae-cform-mailing-list-success-1 {
    color: #ffffff!important;
}

#ae-cform-modal-display-cta-1 {
   color: #ffffff;
}
.blocker {
   background-color: rgba(0, 0, 0, 0.75)!important;
   z-index: 999;
}
/* PUSH: AE Mailing List Modal Migrations: END */

