
.t4t_hero {
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 0;
    margin-top: 134px;
    display: inline-block;
}


.t4t_hero_background {
    display: none;
}

.t4t_hero_gradient {
    display: none;
}

.t4t_hero .container {
    z-index: 300;
    background: rgba(17,1,57,1);
}

.t4t_hero h1, .t4t_hero p {
    color: #fff;
}

.t4t_hero h1 {
    font-size: 40px;
}


.t4t_breadcrumb {
    margin-top: 15px;
    display: none;
}

.t4t_banner {
    padding: 40px 0px 0px 0px;
    text-align: center;
}

.t4t_banner img {
    max-width: 90%;
    height: auto;
    &.mobile-image {
         display: mobile-image;
     }
}

.t4t_banner img.desktop-image {
    display: none;
}

.t4t_banner img.mobile-image {
    display: inline-block;
}

@media screen and (min-width:600px) {

    .t4t_hero {
        display: flex;
        height: 460px;
        margin-top: 0px;
    }

    .t4t_hero h1 {
        font-size: 64px;
    }

    .t4t_hero_background {
        height: 460px;
        width: 100%;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        display: block;
    }

    .t4t_hero_gradient {
        width: 100%;
        height: 460px;
        display: block;
        background: linear-gradient(90deg, rgba(17,1,57,1) 35%, rgba(0,0,0,0) 100%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 200;
        position: absolute;
    }


    .t4t_hero .container {
        background: transparent;
    }

    .t4t_breadcrumb {
        display: block;
    }

    .t4t_banner img.desktop-image {
        display: inline-block;
    }

    .t4t_banner img.mobile-image {
        display: none;
    }


}

.t4t_breadcrumb, .t4t_breadcrumb a {
    font-weight: 300;
    font-size: 18px;
}

.tips-for-teachers-page-container {
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.t4t-section {
    margin-top: 40px;
}

.left-column h2 {
    font-size: 48px;
    color: #523096;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin: 0px;
}

.left-column .tips-for-teachers-item {
    font-family: Lato;
    margin-top: 30px;
}

.left-column .tips-for-teachers-item+.tips-for-teachers-item {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.left-column .tips-for-teachers-item img {
    width: 100%;
}

.left-column .tips-for-teachers-item h3 {
    font-family: Quicksand;
    font-size: 26px;
    line-height: 33px;
    font-weight: 400;
    margin-top: 0px;
}

.left-column .tips-for-teachers-item h3 a {
    text-decoration: none;
    color: #523096;
}

.left-column .tips-for-teachers-item h3 a:hover {
    text-decoration: none;

}

.left-column .tips-for-teachers-item p {
    font-size: 18px;
    line-height: 22px;
    color: #15033D;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

@media screen and (min-width:600px) {

    .left-column .tips-for-teachers-item h3 {
        font-size: 36px;
        line-height: 43px;
    }

    .left-column .tips-for-teachers-item p {
        font-size: 24px;
        line-height: 39px;
    }

}

.left-column .t4t-section-categories {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.left-column .t4t-section-categories li a {
    width: 100%;
    padding: 10px 30px;
    display: inline-block;
    background-color: #5ED4CF;
    color: #15033D;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.left-column .t4t-section-categories li a:hover {
    background-color: #78EEE9;
}



@media screen and (min-width:600px) {

    .left-column .t4t-section-categories li a {
        width: auto;
    }

    .left-column .t4t-section-categories li {
        display: inline;
    }

    .left-column .t4t-section-categories li+li {
        margin-left: 10px;
    }

}

.left-column .tips-for-teachers-item h4 {
    font-size: 18px;
    color: #15033D;
    font-weight: 300;
}

.t4t-right-column {
    margin-bottom: 30px;
}

.t4t-right-column h3 {
    font-size: 24px;
    color: #15033D;
    font-weight: 700;
    font-family: Lato;
    margin-top: 0px;
}

.t4t-right-column hr {
    display: block;
    width: 100%;
    height: 1px;
    border: none;
    background: #ccc;
    margin-bottom: 20px;
}


.t4t-right-column form {
    margin-bottom: 40px;
    margin-top: -15px;

}

.t4t-right-column form label {
    color: #15033D;
    font-weight: 500;
    font-size: 14px;
    font-family: Lato;
}

.t4t-right-column form button {
    background-color: #FFA234;
    padding: 8px 18px;
    display: inline-block;
    color: #15033D;
    font-weight: 500;
    font-size: 14px;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-family: Lato;
}

.t4t-right-column form input {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-family: Lato;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 8px;
    height: 36px;
    line-height: 36px;
}


.t4t_categories {
    list-style-type: none;
    margin: 25px 0px 0px 0px;
    padding: 0px !important;
}

.t4t_categories li {
    display: block;
    margin: 0px;
    padding: 0px;
}

.t4t_categories li {
    display: block;
    margin: 0px;
    padding: 0px;
}

.t4t_categories li+li {
    margin-top: 10px;
}

.t4t_categories li a {
    padding: 10px;
    display: block;
    width: 100%;
    background-color: #523096;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.t4t_categories li.current_page_item a {
    background-color: #000;
}

@media screen and (min-width:600px) {

    .tips-for-teachers-page-container {
        margin-bottom: 40px;
        margin-top: 60px;
    }

    .t4t-right-column {
        margin-bottom: 0px;
    }

}


/* Accordion styles */
.tabs {
    overflow: hidden;
    margin-bottom: 30px;
}

.tabs input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
}
.tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1em;
    background: rgba(21, 3, 61, 0.03);
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    color: #15033D;
    position: relative;
    /* Icon */
}
.tab-label:hover {
    background: rgba(21, 3, 61, 0.06);
}
.tab-label::after {
    content: "\276F";
    width: 1em;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.tab-title img {
    margin-right: 10px;
}
.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.tab-close {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}
.tab-close:hover {
    background: #1a252f;
}

input:checked + .tab-label {
    background: rgba(21, 3, 61, 0.06);
}
input:checked + .tab-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
}


.single .t4t_banner {
    padding: 20px 0px 0px 0px;
}


