.grid1-2 {
    opacity: 0;
    transition: opacity 1s;
    margin-bottom: 24px;
}

.grid1-2.presented {
    opacity: 1;
}

.grid1-2 .grid-col {
    float: left;
}

.grid-col1 {
    width: 100%;
}

.grid-col2 {
    display: none;
}

@media screen and (min-width: 768px){
    .l-2-col-master .content-primary .grid-col .portlet-action_links,
    .l-section_landing .content-secondary .portlet-action_links {
        overflow: hidden;
        height: auto;
        padding: 10px 20px;
    }
    .grid-col1 {
        width: 69%;
        margin-right: 2%;
    }
    .grid-col2 {
        width: 28%;
        display: block;
    }
    .action_links.l-cols-2-mq-large a {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 880px) {
    .portlet .action_links a {
        height: 54px;
        background-size: 40px 40px;
    }
    /*
    .contactLabel {
        margin-bottom: 8px;
    }

    .contactLabel2 {
        margin-bottom: 8px;
    }

    .contactPhone {
        margin-bottom: 12px;
    }
    */
}

@media only screen and (min-width: 1051px) and (max-width: 1200px) {
    .portlet .action_links a {
        height: 58px;
        background-size: 42px 42px;
    }
    /*
    .contactLabel {
        margin-bottom: 8px;
    }

    .contactLabel2 {
        margin-bottom: 8px;
    }

    .contactPhone {
        margin-bottom: 12px;
    }
    */
}

@media only screen and (min-width: 1280px) {
    .action_links a {
        height: 88px;
    }
}


.grid1-2.not-carousel {
    opacity: 1;
}



.one-column .grid-col1 {
    width: 100%;
    margin-right: 0;
}
.one-column .grid-col2 {
    display: none;
}



@media screen and (min-width: 768px) {
.grid1-2.two-column .grid-col1 {
    margin-right: 2%;
}
.grid1-2.two-column .grid-col2 {
    float: none;
    overflow: hidden;
    display: block;
    width: auto;
}
}
@media screen and (max-width: 767px) {
    .grid1-2.two-column .grid-col1 {
        width: 100% !important;
        margin-right: 0;
    }
}

#player .vjs-paused .vjs-big-play-button:before {
    font-size: 23px;
    line-height: 27px;
    margin: 11px auto;
    opacity: 1;
    text-align: center;
}
.bc-player-default_default .vjs-poster {
    background-color: transparent;
}
#player .vjs-paused .vjs-big-play-button {
        content: "\e001";
        color: white;
        font-family: VideoJS;
        height: 50px;
        width: 60px;
        padding-left: 3px;
        font-size: 1.15rem;
        line-height: 50px;
        display: block;
        background-color: rgba(237,41,57, 0.8);
        position: absolute;
        border-radius: 8px;
        top: 45%;
        left: 45%;
        top: calc( 50% - 25px );
        left: calc( 50% - 30px );
        cursor: pointer;
}

#player:hover .vjs-paused .vjs-big-play-button {
    box-shadow: 0 0 15px 3px #FFF;
    background-color: rgba(237,41,57, 1);
}

#player:hover .vjs-paused .vjs-big-play-button::after {
    box-shadow: 0 0 3px 3px white;
}
#player:focus {
    outline: none;
}
