@import '../fonts/font-awesome.min.css';
/* -- AGNSW Fonts -- */
@font-face {
  font-family: 'DisturbanceWebPro-Bold';
  src: url("../fonts/DisturbanceWebPro-Bold.eot");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DisturbanceWebPro-Bold';
  src: url("../fonts/DisturbanceWebPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DisturbanceWebPro';
  src: url("../fonts/DisturbanceWebPro-Italic.eot");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'DisturbanceWebPro';
  src: url("../fonts/DisturbanceWebPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'DisturbanceWebPro';
  src: url("../fonts/DisturbanceWebPro.eot");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DisturbanceWebPro';
  src: url("../fonts/DisturbanceWebPro.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DINWeb';
  src: url("../fonts/DINWeb-Bold.eot");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DINWeb';
  src: url("../fonts/DINWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DINWeb';
  src: url("../fonts/DINWeb.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINWeb';
  src: url("../fonts/DINWeb.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.section-title,
footer {
  display: none;
}
body {
  font-family: 'DINWeb', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #000000;
}
.section-header {
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 5;
  background-color: #000000;
}
.section-header .header-panel.header-social-panel ul.header-social-list li {
  width: 48%;
}
.video-wall {
  background: #000000 url('../img/video-wall-bg.jpg') center no-repeat;
  background-size: cover;
  position: relative;
  color: #999;
  text-align: center;
  padding: 5% 0 10%;
}
.video-wall a:hover,
.video-wall a:active,
.video-wall a:focus {
  text-decoration: none;
}
.video-wall .centered-container {
  z-index: 2;
  width: 80%;
  max-width: 1800px;
  margin: 0 auto;
}
.video-wall .centered-container .headings {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.video-wall .centered-container .headings h2 {
  line-height: .6;
  text-transform: uppercase;
  letter-spacing: -0.2rem;
  font-family: 'DisturbanceWebPro-Bold', Helvetica, Arial, sans-serif;
  color: #00b5ad;
  font-weight: 500;
  font-size: 140px;
  margin: 0;
}
.video-wall .centered-container .headings h3 {
  line-height: 1.1;
  font-family: 'DINWeb', Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 36px;
  margin: 20px 0 20px 0;
  padding: 0;
  color: white;
  opacity: .6;
}
.video-wall .centered-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.video-wall .centered-container ul li {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: bottom;
  padding: 0;
}
.video-wall .centered-container ul li.video {
  width: 22%;
  height: auto;
  min-width: 160px;
  max-width: 470px;
  margin: 0 10px 22px 10px;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.video-wall .centered-container ul li.blank {
  display: none;
}
.video-wall .centered-container ul li a {
  position: relative;
  display: block;
  z-index: 2;
  border: none;
  background-color: #000000;
}
.video-wall .centered-container ul li a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: opacity 300ms ease-in;
  -moz-transition: opacity 300ms ease-in;
  -ms-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.video-wall .centered-container ul li a .video-text {
  z-index: 5;
  position: absolute;
  text-align: left;
  line-height: 1.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 25px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  font-family: 'DINWeb', Helvetica, Arial, sans-serif;
  border: 2px solid #00b5ad;
  color: white;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in;
  -moz-transition: opacity 300ms ease-in;
  -ms-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.touch .video-wall .centered-container ul li a .video-text {
  position: relative;
  padding: 10px;
  margin: 0;
  height: 70px;
  opacity: 1;
}
.video-wall .centered-container ul li a .video-text span {
  display: block;
}
.video-wall .centered-container ul li a .video-text span.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}
.video-wall .centered-container ul li a .video-text span.subtitle {
  font-size: 14px;
  opacity: .6;
  display: none;
}
.video-wall .centered-container ul li a .video-text span.time {
  font-size: 14px;
  opacity: .4;
  position: absolute;
  bottom: 10px;
  display: none;
}
.video-wall .centered-container ul li a:hover,
.video-wall .centered-container ul li a:focus,
.video-wall .centered-container ul li a:active {
  text-decoration: none;
}
.video-wall .centered-container ul li a:hover .video-text,
.video-wall .centered-container ul li a:focus .video-text,
.video-wall .centered-container ul li a:active .video-text {
  opacity: 1;
  -webkit-transition: opacity 150ms ease-out;
  -moz-transition: opacity 150ms ease-out;
  -ms-transition: opacity 150ms ease-out;
  -o-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}
.video-wall .centered-container ul li a:hover img,
.video-wall .centered-container ul li a:focus img,
.video-wall .centered-container ul li a:active img {
  opacity: .4;
  -webkit-transition: opacity 150ms ease-out;
  -moz-transition: opacity 150ms ease-out;
  -ms-transition: opacity 150ms ease-out;
  -o-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}
.video-wall .centered-container a.promo {
  width: 92%;
  background: rgba(0, 0, 0, 0.5) url('../img/promo-bg.jpg') center center no-repeat;
  background-size: cover;
  margin: 20px auto 80px;
  display: block;
  text-align: center;
  max-width: 1646px;
  min-width: 300px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.video-wall .centered-container a.promo img {
  max-width: 600px;
  min-width: 300px;
  width: 60%;
  height: auto;
}
@media (max-width: 2000px) {
  .video-wall .centered-container .headings h2 {
    font-size: 100px;
  }
  .video-wall .centered-container .headings h3 {
    font-size: 30px;
  }
  .video-wall .centered-container ul li.video .video-text {
    padding: 10px;
  }
  .video-wall .centered-container ul li.video .video-text span.title {
    font-size: 24px;
  }
}
@media (max-width: 1600px) {
  .video-wall .centered-container .headings h2 {
    font-size: 74px;
  }
  .video-wall .centered-container .headings h3 {
    font-size: 24px;
  }
  .video-wall .centered-container ul li.video .video-text {
    padding: 10px;
  }
  .video-wall .centered-container ul li.video .video-text span.title {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .video-wall .centered-container .headings h2 {
    letter-spacing: 0;
    font-size: 60px;
  }
  .video-wall .centered-container .headings h3 {
    font-size: 22px;
  }
  .video-wall .centered-container ul li.video {
    margin: 0 14px 16px 0;
  }
  .video-wall .centered-container ul li.video .video-text {
    padding: 10px;
  }
  .video-wall .centered-container ul li.video .video-text span.title {
    font-size: 18px;
  }
  .video-wall .centered-container ul li.video .video-text span.time {
    font-size: 11px;
  }
}
@media (max-width: 1100px), (max-height: 600px) {
  .video-wall {
    height: auto !important;
    padding: 20px 0 60px;
  }
  .video-wall .centered-container {
    width: 94%;
    top: 0;
    left: auto;
    margin: 0 auto;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .video-wall .centered-container .headings {
    margin: 20px auto;
  }
  .video-wall .centered-container .headings h2 {
    font-size: 60px;
    letter-spacing: 0;
  }
  .video-wall .centered-container .headings h3 {
    font-size: 24px;
  }
  .video-wall .centered-container ul {
    text-align: center;
  }
  .video-wall .centered-container ul li a {
    background: transparent;
  }
  .video-wall .centered-container ul li a:hover img,
  .video-wall .centered-container ul li a:focus img,
  .video-wall .centered-container ul li a:active img {
    opacity: 1;
  }
  .video-wall .centered-container ul li.video {
    -webkit-backface-visibility: none;
    -moz-backface-visibility: none;
    -ms-backface-visibility: none;
    margin: 0 2px 8px;
    width: 24%;
    border: 2px solid transparent;
  }
  .video-wall .centered-container ul li.video:hover,
  .video-wall .centered-container ul li.video:focus,
  .video-wall .centered-container ul li.video:active {
    border: 2px solid #00b5ad;
  }
  .video-wall .centered-container ul li.video.blank {
    display: none;
  }
  .video-wall .centered-container ul li.video .video-text {
    margin: 0;
    padding: 10px 10px 12px;
    position: relative;
    height: auto;
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    min-height: 102px;
  }
  .video-wall .centered-container ul li.video .video-text span.title {
    font-size: 16px;
  }
  .video-wall .centered-container ul li.video .video-text span.time {
    bottom: auto;
    position: relative;
  }
}
@media (max-width: 755px), (max-height: 500px) {
  .video-wall {
    background-position: center 0;
    background-size: 100% auto;
  }
  .video-wall .centered-container .headings h2 {
    font-size: 40px;
  }
  .video-wall .centered-container .headings h3 {
    font-size: 18px;
  }
  .video-wall .centered-container ul li.video {
    width: 300px;
  }
  .video-wall .centered-container ul li.video .video-text {
    min-height: 65px;
  }
}
/* override jamie's style to avoid side-effect when resize */
.video-wall .centered-container ul li a .video-text {
  z-index: -1;
}
.video-wall .centered-container ul li a:hover .video-text,
.video-wall .centered-container ul li a:focus .video-text,
.video-wall .centered-container ul li a:active .video-text {
  z-index: 5;
}
/* style for modal window */
.modal-window {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.modal-window iframe {
  width: 80%;
  height: 100%;
  float: left;
}
.modal-window .table {
  display: table;
}
.modal-window .table .row {
  display: table-row;
}
.modal-window .table .cell {
  display: table-cell;
}
.modal-window .sidebar {
  display: table;
  width: 20%;
  height: 100%;
}
.modal-window .sidebar .close {
  width: 100%;
  background-color: #393939;
  background-color: rgba(227, 227, 227, 0.35);
  text-align: right;
  cursor: pointer;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.modal-window .sidebar .close .cell {
  padding: 10px;
}
.modal-window .sidebar .close .cell img.close-img {
  top: 10px;
  margin-top: -10px;
}
.modal-window .sidebar .close .cell:hover {
  background-color: white;
  color: black;
}
.modal-window .sidebar .info {
  height: 100%;
  background-color: #403f3d;
  background-color: rgba(64, 63, 61, 0.8);
}
.modal-window .sidebar .info .cell {
  vertical-align: bottom;
  padding: 0 12px 15px 12px;
}
.modal-window .sidebar .info .title {
  font-weight: bold;
  color: #fff33e;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
}
@media (max-width: 1100px), (max-height: 600px) {
  .modal-window .sidebar .info .title {
    font-size: 18px;
  }
}
.modal-window .sidebar .info .subtitle {
  font-size: 14px;
  color: #bbb;
  line-height: 1.4;
}
/* Overlay */
#simplemodal-overlay {
  background-color: #000;
}
/* Container */
#simplemodal-container {
  height: 720px;
  width: 1600px;
  top: 50% !important;
  left: 50% !important;
}
#simplemodal-container a.modalCloseImg {
  display: none;
}
#simplemodal-container .simplemodal-wrap {
  overflow: hidden !important;
}
#simplemodal-container .simplemodal-wrap .simplemodal-data {
  padding: 0;
}
@media (min-width: 599px) and (max-width: 950px) {
  .modal-window iframe {
    width: 68%;
  }
  .modal-window .sidebar {
    width: 32%;
  }
}
.modal-mobile-portrait-style #simplemodal-container .simplemodal-wrap {
  overflow: visible !important;
}
.modal-mobile-portrait-style .modal-window {
  margin-top: -40px;
}
.modal-mobile-portrait-style .modal-window iframe {
  width: 100%;
  border-bottom: 2px solid black;
}
.modal-mobile-portrait-style .modal-window .sidebar {
  display: block;
  clear: both;
  width: 100%;
}
.modal-mobile-portrait-style .modal-window .sidebar .close {
  position: absolute;
  top: -100%;
  margin-top: -38px;
  text-align: right;
}
.modal-mobile-portrait-style .modal-window .sidebar .close .cell {
  padding: 10px 10px 8px;
  display: block;
}
.modal-mobile-portrait-style .modal-window .sidebar .info {
  height: auto;
  display: block;
}
.modal-mobile-portrait-style .modal-window .sidebar .info .cell {
  padding: 20px 15px 25px;
}
@media (max-width: 800px) {
  #simplemodal-container .simplemodal-wrap {
    overflow: visible !important;
  }
  .modal-window {
    margin-top: -40px;
  }
  .modal-window iframe {
    width: 100%;
    border-bottom: 2px solid black;
  }
  .modal-window .sidebar {
    display: block;
    clear: both;
    width: 100%;
  }
  .modal-window .sidebar .close {
    position: absolute;
    top: -100%;
    margin-top: -38px;
    text-align: right;
  }
  .modal-window .sidebar .close .cell {
    padding: 10px 10px 8px;
    display: block;
  }
  .modal-window .sidebar .info {
    height: auto;
    display: block;
  }
  .modal-window .sidebar .info .cell {
    padding: 20px 15px 25px;
  }
}
@media (max-height: 450px) {
  .modal-window {
    margin-top: 15px;
  }
  .modal-window .sidebar {
    display: block;
    clear: both;
    width: 100%;
  }
  .modal-window .sidebar .close {
    position: absolute;
    top: -100%;
    margin-top: -30px;
    text-align: right;
  }
  .modal-window .sidebar .close .cell {
    padding: 10px 10px 8px;
    display: block;
  }
  .modal-window .sidebar .info .cell {
    display: none;
  }
}
/* Fix for IE8 */
.lt-ie9 .video-wall .centered-container ul li a:hover .video-text,
.lt-ie9 .video-wall .centered-container ul li a:focus .video-text,
.lt-ie9 .video-wall .centered-container ul li a:active .video-text {
  z-index: 1;
}
.lt-ie9 .video-wall .centered-container ul li.headings {
  margin: 0 15px 15px 0;
}
.lt-ie9 .video-wall .centered-container ul li.headings h2 {
  font-size: 60px;
  line-height: 1;
}
.lt-ie9 .video-wall .centered-container ul li.headings h3 {
  font-size: 30px;
}
.lt-ie9 .video-wall .centered-container ul li.video .video-text {
  z-index: -1;
  padding: 10px;
}
.lt-ie9 .video-wall .centered-container ul li.video .video-text span.title {
  font-size: 16px;
}
