.bannerBox {
    height: 225px;
    background-size: cover;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bannerTitle h1, .bannerTitle h2 {
    color: white !important;
    font-weight: 300 !important;
    text-shadow: 1px 1px 6px #333;
}

.bannerBox .row.bannerTitle {
    margin-top: 2%;
}
.bannerBox .row.serverStatus {
    margin-top: 1%;
}

/* replaces .new in page.css b/c top yellow 1px border of footer was pushed down */
.new-AEM {
    margin: 0 0 1.5625rem 0;
}

.margin-right-neg-4 {
    margin-right: -4px;
}

background-color-white {
    background-color: white;
}

/* == == == == INTERIOR CONTENT BOX == == == == */

.detailContentBlock {
    background-color: #fff;
    padding: 30px 0;
    min-height: 500px;
}
.detailContentBlock .container, .detailContentBlock .leftCol {
    padding: 0;
}

/* "let us know" button */

.oshpBtn:hover {
    text-underline: none;
}
.graybord {
    border: 2px solid #454340 !important;
    color: #454340;
    background-color: white;
    font-weight: bold !important;
}
/*.oshpBtn, .mdl-step__actions button {*/
/*    height: 42px;*/
/*    border-radius: 5px;*/
/*    border: none;*/
/*    padding: 0px 20px 0;*/
/*    text-transform: uppercase;*/
/*    font-weight: bold;*/
/*    letter-spacing: .04em;*/
/*    font-size: 15px;*/
/*}*/

/* -- Event Detail Box -- */

.arrowBtnBlock {
    position: relative;
}

.arrowBtnBlock:before {
    content: "";
    position: absolute;
    right: 100%;
    width: 0px;
    height: 0px;
    border-top: 21px solid transparent;
    border-right: 16px solid #44A0CB;
    border-bottom: 21px solid transparent;
}

h2.eventTitle {
    color: #1C1B1A !important;
   font-size: 22px !important;
}
.row.eventDetailBlock {
    padding: 20px 15px;
    color: white;
    margin-bottom: 20px !important;
}
.eventDetailBlock h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
}
.row.eventDetailBlock .col-lg-3, .row.eventDetailBlock .col-lg-2 {
    padding: 0 5px;
}
.rss {
    background-image: url('clientlibs/css/clientlibs/css/images/icon_rss.png');
    background-repeat: no-repeat;
    background-position: 12px;
    background-size: 12px;
}
.oshpBtn.rss {
    padding-left: 30px;
    padding-right: 14px;
}
.followBtnBlock {
    float: right;
}

/* -- Game Title and Platform Box -- */

.leftCol .table-responsive {
    margin-left: -5px;
}
.table-responsive p {
    margin: 0 8px;
}
.titlePlatformList {
    margin-bottom: 30px !important;
}

.titlePlatformList.searchResults {
    margin: 30px 0 !important;
}

.titlePlatformList th, .eventUpdateList th {
    border-top: none !important;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}
.titlePlatformList td, .eventUpdateList td {
    border-top: none !important;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}
.titlePlatformList tr:last-child td, .eventUpdateList tr:last-child td {
    border-bottom: none;
}

/* -- Right Col -- */

.detailContentBlock .searchEvent input {
    border: 1px solid #ddd;
}
.detailContentBlock .rightCol {
    margin-top: 20px;
}
.rightCol .oshpBtn {
    width: 100%;
    max-width: 100%;
}
.rightCol h4 {
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 30px !important;
    display: inline-block;
    font-weight: bold;
}

/* -- Sumi's additions -- */

.oshpBtn, .mdl-step__actions button {
    height: 42px;
    border-radius: 5px;
    border: none;
    padding: 3px 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .04em;
    font-size: 15px;
}

/* -- Online Services Home Button -- */

.oshpBtn.back {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.blue {
    background-color: #44A0CB;
    color: #fff;
}
.larrow {
    border-top: 22px solid transparent;
    border-right: 15px solid #44A0CB;
    border-bottom: 21px solid transparent;
    display: inline-block;
    position: relative;
    top: 17px;
}

@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
    }
}

/* -- Search for an Event -- */

.searchEvent input {
    height: 42px;
    border: none;
    float: left;
    width: 100%;
    color: #454340;
    padding-left: 15px;
}

/* -- Left Col -- */

.leftCol .row:nth-child(2) {
    margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
    .bannerBox {
        height: 195px;
    }
}

.searchEvent {
    width: 100%;
    white-space: nowrap;
    position: relative;
}

/** {*/
/*    box-sizing: border-box;*/
/*}*/

.searchEvent .glyphicon {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 9px;
    font-size: 18px;
    background: none;
    border: none;
}

.leftCol a, .leftCol a:hover {
    color: #83B621;
    text-decoration: none;
}

.padding-2rem {
    padding: 1.5rem  1.5rem 1.2rem;
}

.background-color-medium-grey {
    background-color: rgb(56,56,56);
}

.color-white {
    color:white;
}


a.newRow.oshpBtn.ybord {
    width: 100%;
    max-width: 100%;
    border: 2px solid #454340;
    color: #454340;
    background-color: white;
    font-weight: bold !important;
    height: 42px;
    border-radius: 5px;
    padding: 0px 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .04em;
    font-size: 15px;
    display: inline-block;
    align-items: flex-start;
    padding: 10px;
    text-align: center;
    text-decoration:none;
}

.row {
	margin-left: 0;
	margin-right: 0;
}