/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

html,body {
  background:#000;
  margin:0;
  padding:0;
  height:100%;
  font-family: 'Source Sans Pro', sans-serif;
  color:#FFF;
}
a {
  color:#FFF;
    text-decoration:none;
}
a:hover {
  color:#EE514F;
}

.main-content {
  width:1023px;
  height:683px;
  background:url(/img/undrgrnd-background.jpg);
  margin:0 auto;
}
.main-content-container {
  height:100%;
  width:100%;
  display:table;
}
.main-content-wrapper {
  display:table-cell;
  vertical-align:middle;
}
.top-content-1,
.top-content-2 {
  font-weight:300;
  font-size:40px;
  letter-spacing:-2px;
  padding:0px;
  margin:0px;
  text-align:center;
}
.top-content-2 {
  color:#999;
  font-size:30px;
}

.top-content-1 li,
.top-content-2 li {
  list-style:none;
  display:inline;
}
.top-content-2 {
  clear:both;
}
.top-content-1-separator,
.top-content-2-separator {
  color:#999;
  padding:0 20px;
}
.top-content-2-separator {
  padding:0 10px;
  color:#555;
}
.logo-container {
  float:left;
  width:307px;

}
.content-container {
  float:left;
  width: 440px;
  border-left:1px dotted #999;
  height:  218px;
  margin-left:20px;
  padding-left:40px;
  text-shadow:  0px 0px 16px rgba(0, 0, 0, 1),
                0px 0px 16px rgba(0, 0, 0, 1);
}
.middle-content {
  padding-left:117px;
  padding-top:70px;
}

h1 {
  margin:0;
  padding:0;
}
.social-network-facebook,
.email-container a {
  display:block;
  height: 29px;
  background: url(/img/undr-grnd-sprites.png) no-repeat 0px 0px;
  padding-left:40px;
  font-size:20px;
  font-weight:300;
  letter-spacing:-1px;
  transition: all 0.2s ease;
}


.email-container a {
  background: url(/img/undr-grnd-sprites.png) no-repeat 0px -58px;
}

.bottom-content {
  clear:both;
}
.newsletter-button-container {
  padding-top:50px;
}

.newsletter-button-container a {
  font-size:32px;
  font-weight:300;
  letter-spacing:-1px;
  background:#222;
  padding:15px 30px;
  border:1px solid #333;
  border-radius:10px;
  transition: all 0.2s ease;
  display:block;
  margin:0px auto;
  width:430px;
  text-align:center;
   text-shadow:  0px 0px 16px rgba(0, 0, 0, 1),
   0px 0px 16px rgba(0, 0, 0, 1);

}
.newsletter-button-container a:hover {
  background:#EE514F;
  border-color:#EE514F;
  color:#FFF;
}
.contact-container {
  padding-top:20px;
}

.contact-container ul {
  margin:0;
  padding:0;
  text-align:center;
}
.contact-container ul li {
  list-style:none;
  display:inline-block;
}
.social-network-facebook-container {
  margin-right:30px;
}
.upcoming-event-container {
  clear:both;
  display:table;
  width:800px;
  margin:0 auto;
  font-size:22px;
  letter-spacing:-1px;
  font-weight:300;
  background:url(/img/black-back.png);
  margin-top:50px;
}
.upcoming-event-label {
  display:table-cell;
  background:#EE514F;
  padding:15px;
  border-radius:5px;
  text-align:center;
  font-weight:700;
  text-transform:uppercase;
  vertical-align:middle;
}
.upcoming-event-date {
  font-weight:700;
  margin-right:15px;
}

.upcoming-event-container ul {
  display:table-cell;
  margin:0;
  padding:0;
  vertical-align:middle;
}
.upcoming-event-container ul li {
  list-style:none;
}
.upcoming-event-container a {
  display:block;
  transition: all 0.2s ease;
  padding:10px 15px;
}
.upcoming-event-container a:hover {
  padding-left:17px;
}


.clear {
  clear:both;
}
