.categoriesgrid-wrapper{
    background-color: #FFF;
    height: auto;
    padding: 15px 0;
    width: 100%;
}

.categoriesgrid-wrapper .categoriesgrid-inner{
    font-family: Open Sans, sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    margin: 0 auto;
    padding: 25px 0;
    width: 1170px;
}

.categoriesgrid-wrapper .categoriesgrid{
    padding: 25px 0 25px 0;
}

.categoriesgrid-wrapper .category-cta-inner{
    height: 183px;
    position: relative;
}

.categoriesgrid-wrapper .button.skewed{
    left: calc(50% - 40px);
    transform: translateX(-50%);
}

.categoriesgrid-wrapper .category a{
    color: #FFFFFF;
    height: 100%;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
}

.categoriesgrid-wrapper .categoriesgrid .category .category-cta-inner h2{
    bottom: 0;
    color: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 32px;
    margin: 10px 0 0 0;
    padding: 20px 25px 16px 25px;
    position: absolute;
    text-transform: uppercase;
    text-align: left;
    width: calc(100% - 50px);
}

.categoriesgrid-wrapper .categoriesgrid h2{
    color: #03435B;
    font-family: Open Sans, sans-serif;
    font-size: 2.618em;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.19em;
    margin: 0 0 1.19em 0;
    text-align: center;
}

.categoriesgrid-wrapper .categoriesgrid h2.categoriesgrid-title:after{
    background-color: #03435B;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-top: 15px;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
}

.categoriesgrid-wrapper h3.categoriesgrid-super{
    color: #03435B;
    font-family: Roboto, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.318em;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.categoriesgrid-wrapper h3.find-course{
    color: #FFFFFF;
    font-family: Open Sans, sans-serif;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 22px;
    margin: 0;
    padding: 10px 50px 10px 15px;
    text-align: right;
    width: 100%;
}

.categoriesgrid-wrapper .category span{
    background-image: url(../../img/icons/arrow-white-fat.svg);
    background-size: 20px;
    background-position: 5px;
    background-repeat: no-repeat;
    bottom: 0;
    padding: 20px;
    position: absolute;
    right: 5px;
}

.categoriesgrid-wrapper .categoriesgrid .category-btn{
    border-top: 1px solid #FFFFFF;
    bottom: 0;
    display: flex;
    letter-spacing: 0.5px;
    position: absolute;
    text-align: right;
    width: 100%;
}

.categoriesgrid-wrapper .categoriesgrid-row{
    margin: 15px 0 20px 0;
    position: relative;
    width: 100%;
}

.categoriesgrid-wrapper .categoriesgrid-row .hover-container{
    background: #E3E3E7;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 225px;
    margin: 0 15px 12px 0;
    overflow: hidden;
    position: relative;
    width: calc(33.33% - 18px);
}

.categoriesgrid-wrapper .categoriesgrid-row .img-bg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 240px;
    transition: 3s;
    width: 100%;
}

.gradient-bg{
    background-color: rgba(0,0,0,0.2);
    background-image: linear-gradient(to bottom left, rgba(0,0,0,0), rgba(0,0,0,0.1));
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.categoriesgrid-wrapper .categoriesgrid-row .hover-container:hover .img-bg{
  -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
   transition: 2s;
}

.categoriesgrid-wrapper .categoriesgrid-row .category:nth-child(3){
    margin: 0 0 12px 0;
}

.categoriesgrid-wrapper .category-cta .category-cta-inner{
    bottom: 0;
    display: flex;
    position: absolute;
    right: 0;
}

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

    .categoriesgrid-wrapper{
        padding: 20px 0 0 0;
    }

    .categoriesgrid-wrapper .categoriesgrid-inner{
        font-size: 17px;
        line-height: 26px;
        font-weight: normal;
        padding: 25px 0;
        width: 1000px;
    }

    .categoriesgrid-wrapper .categoriesgrid{
        padding: 25px 0 25px 0;
    }

    .categoriesgrid-wrapper .category-cta-inner{
        height: 146px;
    }

    .categoriesgrid-wrapper .categoriesgrid-row .hover-container {
        height: auto;
    }

    .categoriesgrid-wrapper .category a{
        color: #FFFFFF;
        height: 100%;
        position: absolute;
        text-decoration: none;
        width: 100%;
        z-index: 2;
    }

    .categoriesgrid-wrapper .categoriesgrid .category .category-cta-inner h2{
        font-size: 24px;
        line-height: 28px;
        padding: 15px 20px 12px 20px;
    }

    .categoriesgrid-wrapper .categoriesgrid h2{
        font-size: 2.618em;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 1.19em;
        margin: 0 0 1.19em 0;
        text-align: center;
    }

    .categoriesgrid-wrapper .categoriesgrid h2.categoriesgrid-title:after{
        background-color: #03435B;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        margin-top: 15px;
        position: absolute;
        transform: translateX(-50%);
        width: 50px;
    }

    .categoriesgrid-wrapper h3.categoriesgrid-super{
        font-size: 1.1em;
        font-weight: 400;
        line-height: 1.318em;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
    }

    .categoriesgrid-wrapper h3.find-course{
        font-size: 14px;
    }

    .categoriesgrid-wrapper .category span{
        right: 3px;
    }

    .categoriesgrid-wrapper .categoriesgrid-row .category{
        height: 190px;
    }
}

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

    .categoriesgrid-wrapper .categoriesgrid-row{
        margin: 15px 0 0 0;
        width: 100%;
    }

    .categoriesgrid-wrapper{
        padding: 0;
    }

    .categoriesgrid-wrapper .categoriesgrid-inner{
        font-size: 17px;
        line-height: 26px;
        font-weight: normal;
        padding: 40px 0 30px 0;
        width: calc(100% - 75px);
    }

    .categoriesgrid-wrapper .categoriesgrid{
        padding: 25px 0 25px 0;
    }

    .categoriesgrid-wrapper .category-cta-inner{
        height: 216px;
    }

    .img-bg{
        background: none;
        background: linear-gradient(to top right, rgba(3,67,91,0.3), rgba(0,0,0,0)); /* (must be last */
        height: 100%;
        position: absolute;
        transition: background 0.3s;
        width: 100%;
        z-index: 1;
    }
    .categoriesgrid-wrapper .category a{
        color: #FFFFFF;
        height: 100%;
        position: absolute;
        text-decoration: none;
        width: 100%;
        z-index: 3;
    }

    .categoriesgrid-wrapper .categoriesgrid .category .category-cta-inner h2{
        font-size: 30px;
        line-height: 30px;
        padding: 20px 25px;
    }

    .categoriesgrid-wrapper .categoriesgrid h2{
        font-size: 2.618em;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 1.19em;
        margin: 0 0 1.19em 0;
        text-align: center;
    }

    .categoriesgrid-wrapper .categoriesgrid h2.categoriesgrid-title:after{
        background-color: #03435B;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        margin-top: 15px;
        position: absolute;
        transform: translateX(-50%);
        width: 50px;
    }

    .categoriesgrid-wrapper h3.categoriesgrid-super{
        font-size: 1.1em;
        font-weight: 400;
        line-height: 1.318em;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
    }

    .categoriesgrid-wrapper h3.find-course{
        font-size: 14px;
    }

    .categoriesgrid-wrapper .category span{
        right: 3px;
    }

    .categoriesgrid-wrapper .categoriesgrid-row .hover-container{
        width: calc(50% - 10px);
    }

    .categoriesgrid-wrapper .categoriesgrid-row .category{
        display: inline-block;
        height: 250px;
        width: 100%;
    }

    .categoriesgrid-wrapper .categoriesgrid-row .hover-container:nth-child(even){
        margin: 0 0 12px 0;
    }

    .categoriesgrid-wrapper .categoriesgrid-row .hover-container:nth-child(odd){
        margin: 0 15px 12px 0;
    }

    .categoriesgrid-wrapper .categoriesgrid-row .img-bg{
        height: 260px;
    }
}

@media screen and (max-width: 1000px){
    .categoriesgrid-wrapper .categoriesgrid-row .category{
        height: 225px;
    }

    .categoriesgrid-wrapper .category-cta-inner {
        height: 193px;
    }
}

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

    .categoriesgrid-wrapper .categoriesgrid .category .category-cta-inner h2{
        font-size: 24px;
        line-height: 28px;
        padding: 20px 25px;
    }

    .categoriesgrid-wrapper .category-cta-inner{
        height: 167px;
    }

    .categoriesgrid-wrapper .categoriesgrid-row .category{
        height: 200px;
    }
}

@media screen and (max-width: 760px){
    .categoriesgrid-wrapper .categoriesgrid h2{
        font-size: 2.1em;
        line-height: 1.19em;
        margin: 0;
        padding: 0 0 25px 0;
    }

    .categoriesgrid-wrapper .categoriesgrid h3{
        font-size: 0.9em;
    }

    .categoriesgrid-wrapper .categoriesgrid-row .hover-container {
        height: auto;
        width: 100%;
    }

    .categoriesgrid-wrapper .categoriesgrid-inner {
        width: calc(100% - 36px);
    }
}

@media screen and (max-width: 600px){
    .categoriesgrid-wrapper .categoriesgrid-inner {
        padding: 25px 0 30px 0;
    }
}
@media screen and (max-width: 500px){

    .categoriesgrid-wrapper .categoriesgrid-row .category{
        height: 200px;
        margin: 0 0 12px 0;
        text-align: left;
        width: 100%;
    }

    .categoriesgrid-wrapper .category-cta-inner {
        height: 180px;
    }

    .categoriesgrid-wrapper .categoriesgrid {
        padding: 0;
    }
}

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

    .categoriesgrid-wrapper .button.skewed {
        left: calc(50% - 24px);
    }
}

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

    .categoriesgrid-wrapper .categoriesgrid-inner{
        padding: 50px 0 30px 0;
        width: calc(100% - 50px);
    }

    .categoriesgrid-wrapper .categoriesgrid .category .category-cta-inner h2 {
        font-size: 18px;
        line-height: 22px;
        padding: 15px 20px 10px 20px;
    }

    .categoriesgrid-wrapper .categoriesgrid .category-btn {
        bottom: 0;
        display: flex;
        letter-spacing: 0.5px;
        position: absolute;
        text-align: right;
        width: 100%;
    }

    .categoriesgrid-wrapper h3.find-course {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        padding: 5px 50px 5px 15px;
        width: 100%;
    }

    .categoriesgrid-wrapper .categoriesgrid-row .category{
        height: 150px;
        margin: 0 0 12px 0;
        text-align: left;
        width: 100%;
    }

    .categoriesgrid-wrapper .category-cta-inner{
        height: 140px;
    }

    .categoriesgrid-wrapper .category span {
        background-image: url(../../img/icons/arrow-white-fat.svg);
        background-size: 20px;
        background-position: 7px 20px;
        background-repeat: no-repeat;
        bottom: 0;
        padding: 20px;
        position: absolute;
        right: 5px;
    }

    .categoriesgrid-wrapper .categoriesgrid-row {
        margin: 15px 0 15px 0;
    }
}
