/* style overrides */
.ipsLayout_container {
    max-width: 100% !important;
    padding: 0px !important;
}

#ipsLayout_mainArea {
    padding: 0px !important;
}

#elCmsPageWrap {
    padding: 0px !important;
    background: #12161b !important; /* #14191e */
}

.ipsBreadcrumb_1 {
    display: none !important;
}

#ipsLayout_contentWrapper {
    margin-top: 0px !important;
    border-radius: 0px !important;
}

#ipsLayout_header {
    background: rgba(42, 51, 62, 0.85) !important;
}

.eaMenu {
    background: none !important; 
}

.ipsNavBar_primary {
    background: none !important; 
}

.ipsBox:not( .ipsBox_transparent ):not( .ipsModerated ) {
    background: #181d25 !important;
}

.ipsBox[data-controller="core.front.core.profileCompletion"] {
    display: none;
}


/* real styles start here */
.header-banner {
    background-image: url("https://vignette.wikia.nocookie.net/halo/images/4/49/Reach_menu_background_2.jpg");
    min-height: 600px; 
    position: relative;
    background-size: cover;
}

.header-banner-info {
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgba(18, 23, 29, 0.86); /* #12171dbd */
    width: 100%;
    /* margin: 72px; */
    /* background: #fff; */
    padding: 14px;
}

.header-banner-title {
    margin-top: 7px;
    font-size: 28px;
}

.header-banner-desc {
    margin-bottom: 0px;
}

.widget_title {
    font-size: 15px;
    font-weight: 400;
    margin-top: 0;
    background: #181d25;
    padding: 15px;
    color: #2a7fb3;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0px;
    border-bottom: 2px solid #2e3239;
}

.home_bg2 {
  background: #181d25;
}

.header-banner-featured {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    color: #0081b8;
}

.no_calendar_items {
    text-align: center;
    padding-top: 27px;
    color: #3c3c3c;
    -webkit-margin-before: 0px;
}

#l_title {
    display: none;
}
#l_blurb {
    display: none;
}
#l_date {
    display: none;
}
#l_url {
    display: none;
}


/* Zero One Styles */

#blurry_01 {
    position: absolute;
    display: block;
    width: 102%;
    height: 102%;
    opacity: .75;
    left: -1%;
    top: -1%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(8px);
}

.featured_01 {
    position: relative;
    display: block;
    max-width: 1280px;
    height: calc(100% - 64px);
    margin: 64px auto 0;
    transition: box-shadow .5s;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
}

.hero_01 {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 150px);
    min-height: 450px;
    max-height: 650px;
    background: #24282b;
    padding-top: 50px;
}

.featured_01>.headline_01 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 75%;
    padding: 50px 100px;
    transition: background .5s;
    color: #f5f5f5;
    box-shadow: 0 3px 15px transparent;
}

.featured_01:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 100%;
    content: '';
    transition: .25s;
    opacity: .8;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .9));
}

.featured_01:hover {
    cursor: pointer;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .6);
}

.headline_01 span {
    font-size: 18px;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00b4ff;
}

.headline_01 h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 2.5rem;
    position: relative;
    margin: 10px 0;
}

.headline_01 p {
    font-size: 18px;
    font-style: italic;
    margin: 0;
}

.page-content-7 {
    max-width: 1280px;
    margin: 40px auto;
}

.calendar {
    position: relative;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
}

.calendar>.inner {
    position: relative;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
}
.calendar .event:first-of-type {
    border-left: 1px solid rgba(30,36,43,0.15);
}
.calendar .event {
    border-right: 1px solid rgba(30,36,43,0.15);
    width: 20%;
    height: 70px;
    padding: 20px 15px;
    font-size: 12px;
    color: #1e242b;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    transition: 0.25s;
}

.event .icon {
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.event .text {
    vertical-align: middle;
    display: inline-block;
}

.event .text .date {
    font-weight: 500;
}
.event .text span {
    display: block;
    font-weight: 600;
}

.event .text span {
    display: block;
    font-weight: 600;
}

.calendar .event:hover {
    background: #00b4ff;
    transition: 0.25s;
}
.calendar .event:first-of-type {
    border-left: 1px solid rgba(30,36,43,0.15);
}

/* v3 */
.latest-updates {
    /*position: relative;
    float: left;*/
    width: calc(58% - 4px);
    min-height: 800px;
    margin: 0 4px 4px 0;
    padding: 32px;
    vertical-align: top;
    background-color: #181d25;
    display: inline-block;
    margin-bottom: 20px;
}
.latest-updates h2, .misc h2 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 15px;
    color: #00b4ff;
    border-bottom: 1px solid rgba(245, 245, 245, .1);
}
.featured-updates, .non-featured-updates {
    position: relative;
    padding: 0 0 32px;
    border-bottom: 1px solid rgba(245, 245, 245, .1);
}
.featured-updates .update {
    position: relative;
    display: inline-block;
    width: calc(50% - 4px);
    margin: 32px 0 0;
    padding: 0;
    vertical-align: top;
    text-decoration: none;
    color: #f5f5f5;
}
.featured-updates .update .thumb-zoom {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin: 0;
    vertical-align: top;
}
.latest-updates .update .thumb-zoom .thumb {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.5s;
}
.latest-updates .update:hover .thumb-zoom .thumb {
    transform: scale(1.05);
    transition: 0.5s;
}
.latest-updates .update .info {
    display: block;
    margin: 0;
    padding: 18px 0 0;
}
.latest-updates .update .info span {
    font-size: 12px;
    line-height: 12px;
    display: block;
    height: 18px;
    opacity: .6;
}
.latest-updates .update .info h3 {
    font-size: 17px;
    margin: 0 0 8px;
    line-height: 24px;
}
.latest-updates .update .info p {
    font-size: 13px;
    margin: 0;
    padding: 0;
    opacity: .8;
}
.non-featured-updates .update {
    position: relative;
    display: inline-block;
    width: calc(33.333% - 11px); /* 8px */
    margin: 32px 4px 0;
    padding: 0;
    vertical-align: top;
    text-decoration: none;
    color: #f5f5f5;
}
.non-featured-updates .update .thumb-zoom {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 145px;
    margin: 0;
    vertical-align: top;
}
.latest-updates > a {
    font-size: 15px;
    display: block;
    padding: 16px 16px 0;
    text-decoration: none;
    color: #f5f5f5;
    transition: 0.25s;
}
.latest-updates > a:hover {
    padding-left: 24px;
    transition: 0.25s;
}
.misc {
    /*position: relative;
    float: left;*/
    width: calc(41% - 4px); /* 42% */
    min-height: 800px;
    margin: 0 0 4px 4px;
    vertical-align: top;
    display: inline-block;
}
.misc > .box {
    display: block;
    width: 100%;
    min-height: 200px;
    margin: 0 0 8px;
    padding: 32px;
    text-decoration: none;
    color: #f5f5f5;
    background-color: #14191e;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}
.release {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 275px;
    margin-top: 32px;
}
.release > div.faq {
    background-image: url(http://elaztek.com/uploads/monthly_2018_03/blamite_announcement_header_img.png.23c55db9f7d48d222d6a5f4166f4eeab.png);
}
.release > div.vidoc {
    background-position: bottom right;
    background-image: url(http://elaztek.com/uploads/monthly_2018_03/blamite_announcement_header_img.png.23c55db9f7d48d222d6a5f4166f4eeab.png);
}
.release > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: 0.25s;
    background-position: center;
}
.release > .info {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background: rgba(24, 29, 38, 0.76); /*rgba(39, 39, 39, 0.6313725490196078)*/ 
    padding: 3px 7px;
    color: #fff; 
}

.release:hover > div:not(.info) {
    transform: scale(1.05);
    transition: 0.25s;
}

.release > .info > span {
  
}

.release > .info > h3 {
    margin: 5px 0px;
}

/* update types */
.generic-update {
    background-image: url(http://api.elaztek.com/img/rel_banners/banner_update.png);
}

.bugfix {
    background-image: url(http://api.elaztek.com/img/rel_banners/banner_bugfix.png);
}

.blam-update {
    background-image: url(http://api.elaztek.com/img/rel_banners/banner_blam_weird.png);
}

.halo-update {
    background-image: url(http://api.elaztek.com/img/rel_banners/banner_halo_update.png);
}

.hotfix {
    background-image: url(http://api.elaztek.com/img/rel_banners/banner_hotfix.png);
}

.launcher-update {
    background-image: url(http://api.elaztek.com/img/rel_banners/banner_launcher_update.png);
}

.security-update {
    background-image: url(http://api.elaztek.com/img/rel_banners/banner_security.png);
}

.custom-update {
    background-image: url(http://api.elaztek.com/img/elaztek_news_placeholder_2.png);
}

.raven-update {
    background-image: url(http://api.elaztek.com/img/elaztek_news_placeholder_2.png);
}

.theme-update {
    background-image: url(http://api.elaztek.com/img/rel_banners/banner_theme_update_2.png);
}


/* mobile */
@media (max-width: 960px) {
  
  .calendar .event {
      border: none;
      border-bottom: 1px solid rgba(30,36,43,0.15);
      width: 100%;
      height: 70px;
  }
  
  .calendar {
      height: auto;
  }
  
  .hero_01 {
      height: calc(100vh - 260px);
      min-height: calc(100vh - 260px);
      max-height: calc(100vh - 260px);
  }
  
  .featured_01 {
      height: 100%;
      margin: 0;
  }
  
  .featured_01>.headline_01 {
      padding: 50px 20px;
  }
  
  .featured-updates .update, .non-featured-updates .update {
    display: block;
    width: 100%;
  }
  
  .latest-updates {
    width: calc(100% - 12px);
    margin: 0 6px 32px;
  }
  
  .misc {
    width: calc(100% - 12px);
    margin: 0 6px;
  }
  
}