/*NEW LEARNING PAGE BELOW*/

.learning-content {
    background-color: #f2f2f2;
    padding-top: 50px;
}

#latest_heading_p {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
    color: #313131;
}

.slider {
    transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.slick-slide {
    outline: none;
}

h1#latest_heading {
    text-align: center;
    font-size: 20px;
    color: #060606;
}

.slider_title p {
    color: white;
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
    text-align: center;
}

.slick-slide .slider_title {
    background-color: green;
    transition: width 1s ease-in-out;
    margin-top: -5px
}

.slick-slide .slider_title h1 {
    color: white;
    padding: 10px;
    text-transform: none;
    transition: width 1s ease-in-out;
    padding-bottom: 0;
    min-height: 60px;
}

.slick-slide.slick-active {
    padding-top: 30px;
    transition: width 1s ease-in-out;
}





















/*.slick-slide.slick-active h1 {
    font-size: 20px;
}*/

.slick-slide h1 {
    font-size: 22px;
}

.slick-slide.slick-current.slick-active.slick-center {
    margin-top: -17px;
    transition: width 1s ease-in-out;
}

.slick-slide.slick-current.slick-active.slick-center .slider_title {
    padding: 10px;
    height: 150px;
    margin-top: -5px
}

.slick-slide.slick-current.slick-active.slick-center .slider_title p {
    padding-top: 14px;
    margin: 0;
    text-align: right;
    color: white;
    font-size: 12px;
    text-align: center;
}

.slick-initialized .slick-slide {
    padding-top: 30px;
    transition: width 1s ease-in-out;
    padding-left: 5px;
    padding-right: 5px;
}

.slick-center .image_preview_learning {
    color: #FFF;
}

.slider {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    text-align: center;
    transition: width 1s ease-in-out;
}

.image_preview_learning {
    /*margin: 10% 0 10% 0;*/
    padding: 40% 20%;
    background: #008ed6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: width 1s ease-in-out;
    max-height: 500px;
}

.image_preview_learning h1 {}





















/*.slider_title {
    background: #eb640a;
    padding: 12px 50px 50px 50px;
}*/


/*.slider_title h1 {
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 24px;
    color: white;
    text-transform: none;
    transition: width 1s ease-in-out;
}*/


/*.slick-slide h1 {
    color: orange;
}*/


/*.slick-slide.slick-cloned h1 {
    color: pink;
}*/


/*.slick-slide.slick-active h1 {
    color: green;
}*/


/*.slick-slide.slick-current.slick-active.slick-center h1 {
    color: yellow;
}*/


/*.slider_title p {
    padding: 0;
    margin: 0;
    color: white;
    text-align: right;
}*/


/*.slick-slide.slick-cloned .slider_title{
     padding: 20px 20px 0px 20px;
    transition: width 1s ease-in-out;
}*/


/*.slick-slide.slick-active .slider_title {
    padding: 20px 20px 0px 20px;
    transition: width 1s ease-in-out;
}*/


/*.slick-active.slick-center .slider_title {
    padding: 20px 20px 0px 20px;
    transition: width 1s ease-in-out;
}*/


/*.slick-active.slick-center .slider_title p {
    padding-top: 20px;
    margin-right: -10px;
}*/

.slider div {
    margin-right: 0px;
    transition: width 1s ease-in-out;
}

.slick-slide {
    /*opacity: .6;*/
    transition: width 1s ease-in-out;
}

.slick-center {
    display: block;
    max-width: 10% !important;
    max-height: 20% !important;
    opacity: 1;
    transition: width 1s ease-in-out;
}



















/*toggle area*/

div#toggle_area_wrapper {
    max-width: 100%;
    text-align: center;
}

#toggle_area_wrapper button {
    /*width: 14.28571428571%;*/
    width: 11.1111111111%;
    height: 74px;
    background-color: #471264;
    color: white;
    border: none;
    outline: none;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 16px;
    border-radius: 0;
}

div#section_button_wrappers_diamond button {
    background: transparent;
    height: 15px;
    margin-top: -5px;
}

div#section_button_wrappers_diamond button:hover {
    background: transparent;
}

.center-parent {
    position: relative;
}

.center-all {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-vertically {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.center-horizontally {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


img.diamond_inner {
    width: 15px;
    margin: auto;
    text-align: center;
}


/*.diamonds{
    width: 12.5%;
    display: inline-block;
}

img.diamond_inner {
    margin: auto;
    width: 15px;
    padding: 0;     
    margin-left: 0;
}
*/

div#section_button_wrappers {
    position: relative;
    z-index: 999999;
}

#section_button_wrappers button {
    border-right: 1px solid #1a0525;
}

#toggle_area_wrapper button:hover {
    background-color: #1a0525;
}

#toggle_area_wrapper .col-md-2,
#toggle_area_wrapper .col-md-4 {
    padding: 0;
}

#toggle_area_wrapper button.toggleactive {
    background-color: #1a0525;
}

.learning_image {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.learning_element {
    background-color: white;
    margin: 40px 0 0 0;
    border: 1px solid #cccccc;
    min-height: 400px;
}

.learning_element p {
    padding: 10px 40px 0px 20px;
    margin: 0;
    line-height: 20px;
}

p.learning_text_preview {
    /*    min-height: 100px;
    max-height: 100px;*/
}

.learning_text_preview {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

p.learning_title {
    padding: 10px 40px 0px 20px;
    font-size: 14px;
    text-align: left;
    color: #848484;
}

div#toggle_area_wrapper {
    background: #f2f2f2;
    padding-top: 0px;
    padding-bottom: 50px;
}

#toggle_section_1 {
    /*margin-left: -1px;*/
}

#show_section_8 button#close_search {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    float: right;
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 99999999;
}

button#toggle_section_8 i {
    font-size: 17px;
    margin-left: 10px;
}

p.learning_reading_time {
    padding: 10px 20px 0px 20px;
    text-align: left;
    color: #ffd300;
}

img.type_icon {
    float: right;
    /* margin-top: -60px; */
    margin-right: 10px;
    position: absolute;
    right: 15px;
    top: 100%;
    margin-top: -50px;
}

#toggle_filter_buttons_wrapper button {
    width: 100px;
    height: 36px;
    margin-right: 10px;
    margin-top: 50px;
    margin-left: 15px;
    background: white;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

#toggle_filter_buttons_wrapper button:hover {
    background-color: #fbba23;
}

#button_nextArrow,
#button_prevArrow {
    position: absolute;

    z-index: 1;
    padding: 2px 16px;
    font-size: 25px;
    border: none;
    background: white;
    outline: none;
}

#button_nextArrow {
    top: 200px;
    right: -12px;
}

#button_prevArrow {
    top: 200px;
    left: -12px;
}

input#searchdivs {
    width: 100%;
    height: 70px;
    border: none;
    outline: none;
    padding-left: 10px;
    font-size: 26px;
    float: left;
}

input#searchdivs_top {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 10px;
    font-size: 18px;
    float: left;
    z-index: 9999999;
    margin-top: -250px;
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -250px;
}

.slider a {
    text-decoration: none;
}

#search_block {
    margin-bottom: 70px;
    margin-top: 70px;
}

button#searchdivs_button {
    width: 20%;
}

#show_section_8 button {
    padding: 0;
    margin: 0;
    width: 20%;
    height: 70px;
    background-color: #FBBA23;
    color: white;
}

img#video_overlay_br {
    position: absolute;
    right: 0;
    margin-top: -200px;
}

#video_headding {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 200px;
    color: white;
}

#show_section_8 .col-xs-2,
#show_section_8 .col-xs-4 {
    padding: 0;
}

div#show_section_8 {
    padding: 0;
}

div#show_section_8 a {
    text-decoration: none;
}

.toggle_clicked {
    text-transform: uppercase;
}

.col-sm-12.col-sm-offset-1-none.toggle_filter_buttons {
    display: inline-block;
}

#search_elements_inner {
    margin-top: 50px;
    padding: 0;
}

p.search_date {
    text-align: right;
    color: #471164;
}

.search_elements_result {
    margin-top: 10px;
    border-bottom: 2px solid white;
}

.search_elements_result h1 {
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    margin: 0;
    padding: 23px;
    padding-bottom: 0;
    font-family: "Varela Round", sans-serif;
    text-transform: none;
    text-decoration: underline;
}

.search_content {
    text-align: left;
    font-size: 17px;
    margin: 0;
    padding: 2px 23px;
}

.hide_some_elements {
    display: none;
}

#learning_twitter_feed {
    background-color: #D41217;
    text-align: center;
}

#learning_twitter_feed h1 {
    margin: 0;
    padding: 0;
}

div#twitter_area {
    padding: 50px 0;
}

#email_us_learning {
    background: #FBBA23;
}

#email_us_learning h1 {
    font-size: 28px;
    text-align: center;
    padding: 30px 0;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

#id_email_us_bottom_learning {
    background: #d41117;
    padding: 0;
}

#video_wrapper {
    height: 500px;
    z-index: -999;
    position: relative;
}

#video_wrapper.learning-content {
    padding-top: 0;
}

#video_wrapper .row,
#video_wrapper .col-sm-12 {
    padding: 0;
    margin: 0;
}

.learning_element a {
    text-decoration: none;
}

h1#learning_no_results {
    margin-top: 50px;
}

img.video_popup_button {
    width: 90px;
    margin: auto;
    /*margin-top: -217px;*/
    /*margin-left: 135px;*/
    position: absolute;
}

#video_wrapper_mobile .page-hero__content {
    text-align: center;
    /*padding-top: 150px;*/
}

#video_wrapper {
    display: block;
}

#video_wrapper_mobile {
    display: none;
}

button#toggle_section_8 {
    background: #fcba25;
    border: none;
}

.toggle_filter_buttons button {
    border: none !important;
}

#toggle_filter_buttons_wrapper .col-sm-3 {
    width: 25%;
}

.toggle_filter_buttons button {
    width: 100px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

a#goback_to_learning-resources {
    background: #350c4b;
    color: white;
}


@media (max-width:1300px) {
    #show_section_8 .col-sm-6.col-sm-offset-3 {
        width: 100%;
        margin: 0;
    }


    #section_button_wrappers button {
        /*border-bottom: 1px solid #1a0525;*/
    }

    #toggle_filter_buttons_wrapper button {
        width: 50%;
        padding: 0;
        margin: 0;
        height: 50px
    }
    div#toggle_filter_buttons_wrapper {
        margin-top: 50px;
    }

    .toggle_filter_buttons {
        width: 100%;
    }
}

@media (max-width:1500px) {
    .toggle_show_wrapper .col-sm-3 {
        width: 50%;
    }
}

@media (max-width:1100px) {
    .learning_element p {
        padding: 10px 10px 0px 10px;
        margin: 0;
        /*font-size: 14px;*/
    }
    #toggle_filter_buttons_wrapper .col-sm-3 {
        width: 50%;
    }
    #toggle_area_wrapper button {
        font-size: 12px;
    }
}

@media (max-width:900px) {

    .slick-slide .slider_title h1 {
        font-size: 18px;
    }
    input#searchdivs_top {
        margin-top: -200px;
        width: 100%;
        margin-left: 0;
        left: 0;
        height: 50px;
        font-size: 18px;
    }

    button#toggle_section_8 {
        margin-top: 0px;
    }

    #toggle_area_wrapper button {
        width: 50%;
    }

    button#toggle_section_8 {
        width: 100%;
        border-bottom: none;
    }

    #toggle_filter_buttons_wrapper .col-sm-3 {
        width: 50%;
    }
    .toggle_show_wrapper .col-sm-3 {
        width: 100%;
    }
    #toggle_area_wrapper button {
        width: 50%;
    }
    button#toggle_section_8 {
        width: 100%;
    }
    #video_overlay_br {
        display: none;
    }
    div#search_block .col-sm-4 {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #toggle_area_wrapper button,
    input#searchdivs {
        width: 50%;
        border-bottom: 1px solid #1b0426
    }
    input#searchdivs {
        width: 100%;
    }
    #video_headding {
        margin-top: 200px;
    }

    #video_wrapper {
        display: none;
    }

    #video_wrapper_mobile {
        display: block;
    }
}

@media (max-width:780px) {
    #toggle_filter_buttons_wrapper .col-sm-3 {
        width: 100%;
    }
}

@media (max-width:768px) {
    #video_wrapper_mobile .page-hero__content {
        text-align: center;
        padding-top: 150px;
    }
}



@media (max-width:1290px) {
    .slick-slide.slick-current.slick-active.slick-center {
        /*re-adds 3x3 */
        /*margin-top: 0;*/
    }
    .slick-slide.slick-current.slick-active.slick-center .slider_title p {
        padding-top: 0;
    }
    .slick-slide.slick-current.slick-active.slick-center .slider_title {
        padding: 0;
    }
    .slick-slide.slick-current.slick-active.slick-center,
    .slick-slide .slider_title {
        /*re-adds 3x3 */
        /*height: 120px;*/
    }
}