.opening-container b {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
}


.careers--filter .select--dropdown {
    margin: 0 10px 8px 10px;

}

.st-grp{
    position: relative;
}
.careers--filter .select .no-after:after{content:none !important;}
.careers--filter .select .no-after:before{content:none !important;}

.dropdown-menu {
    display: block;
    min-width: 250px;
    position: absolute;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 12px rgba(45, 44, 44, 0.27);
    box-shadow: 0px 1px 12px rgba(45, 44, 44, 0.27);
    color: #414141;
    font-size: 1.2rem;
    line-height: 1em;
    list-style: none;
    max-height: 200px;
    overflow-y: scroll;
    padding: 10px 0;
    text-align: left;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    z-index: 99;
    top: 100%;
    left: 0;
}

.careers--filter .select--open {
    background: #00D5FF;
}

/*.btn-group .select--dropdown {*/
    /*margin: 0 10px 8px 14px;*/
/*}*/

.mlr10{
    margin-right: 10px;
}

.has-video:after {
    content: url(https://www.glu.com/wp-content/themes/glu/images/icons/play-button.svg);
    transform: translateY(-50%);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    width: 90px;
    z-index: 9;
}

/*#filter-listings.cta{*/
    /*margin-top: 13px;*/
/*}*/

.brd:before{
    content: '[';
    position: absolute;
    color: #00d5ff;
    margin-left: -13px;
}

.brd:after{
    content: ']';
    position: absolute;
    color: #00d5ff;
    margin-right: -13px;
}

.opening-container .gray-dark {
    color: #414141;
}

.opening-container .mt10 {
    margin-top: 10px !important;
    color: #FFFFFF;
}

.blue-dark {
    color: #0085B9;
}

/*.cta, input[type="submit"] {*/
    /*padding: 26px 30px;*/
/*}*/

/*.cta, input[type="submit"], .cta--small {*/
    /*font-size: 18px;*/
    /*font-weight: 500;*/
    /*letter-spacing: 0.1rem;*/
    /*text-transform: uppercase;*/
    /*background: #00D5FF;*/
    /*border: 0;*/
    /*border-radius: 0;*/
    /*color: #FFFFFF;*/
    /*cursor: pointer;*/
    /*display: inline-block;*/
    /*font-family: "Heebo", sans-serif;*/
    /*margin-top: 20px;*/
    /*min-width: 275px;*/
    /*text-align: center;*/
    /*text-shadow: none;*/
/*}*/

.opening-filter h1 {
    font-size: 35px;
}

.opening-container .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.opening-container img {
    max-width: 100%;
    height: auto;
}

.opening-container h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.opening-container li {
    padding-bottom: 5px;
    line-height: 28px;
    font-weight: 400;
    margin-left: 40px;
    font-size: 18px;
    list-style: disc;
}

.opening-container p {
    font-size: 18px;
}

.opening-container .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-right: 30px;
}

.mt0 {
    margin-top: 0px !important;
}

.opening-container .center-block {
    margin: 0 auto;
    text-align: center;
}

.opening-filter {
    /*text-align: left;*/
    /*padding: 100px 0px;*/
    /*padding-bottom: 0px;*/
}

.opening-filter h1 {
    font-size: 35px;
}

.opening-filter .blue-line:before {
    width: 100%;
    max-width: calc(54rem - 3rem);
    margin: auto;
    left: 0;
    right: 0;
}

.opening-filter .blue-line:before {
    content: '';
    height: 20px;
    background: #00D5FF;
    position: absolute;
    top: 0;
    bottom: 100%;
    z-index: 999;
    margin-top: -20px;
}

.opening-filter .with-border:after {
    width: 50%;
    right: 0;
}

.opening-filter .with-border:after, .opening-filter .with-border:before {
    content: '';
    height: 20px;
    background: #00D5FF;
    position: absolute;
    top: 0;
    bottom: 100%;
    z-index: 999;
    margin-top: -20px;
}

.opening-filter .with-border {
    position: relative;
}

.opening-filter .job-detail-meta {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55em;
    margin: 0 auto 0.6rem;
}

.opening-filter .inline-separator {
    display: inline-block;
    margin: 0 0.5em;
    color: #999;
}

.opening-filter .inline-separator:before {
    content: '\2022';
    font-size: 0.8em;
}

.opening-container .mt30 {
    margin-top: 30px !important;
}

.opening-container.mb30 {
    margin-bottom: 30px !important;
}

.opening-container .mt10 {
    margin-top: 10px !important;
}

.pull-right {
    float: right;
}

.plr0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pt0 {
    padding-top: 0px !important;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .pd{
        padding-right: 0px ;
    }

    .btn-group {
        width: 100%;
    }
    .grid--box {
        display: -ms-grid;
        display: grid;
        grid-auto-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .opening-container .col-2-3 {
        width: 100%;
    }

    .opening-container .content {
        padding-right: 0;
    }

}

@media only screen and (max-width: 480px) {

    .st-grp {
        position: relative;
        display: block;
    }

    .select--open .dropdown-menu {
        display: block;
        min-width: 250px;
        position: absolute;
        left: 0;
        top: 100%;
        background: #FFFFFF;
        box-shadow: 0px 1px 12px rgba(45, 44, 44, 0.27);
        color: #414141;
        font-size: 1.2rem;
        line-height: 1em;
        list-style: none;
        max-height: 200px;
        overflow-y: scroll;
        padding: 10px 0;
        text-align: left;
        width: 100%;
        z-index: 9;
    }

    .grid--box {
        display: block;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .careers--filter .select .text {
        cursor: pointer;
        font-size: 40px !important;
    }
    .pd{
        padding-right: 0px !important;
    }

    .grid--box .box {
        display: block;
    }
}


