﻿.content {
    padding: 10px 0;
}

.home_col_image {
    display: inline-block;
    width: 100%;
    height: auto;
}

.home_col_date {
    font-weight: bold;
    font-size: 0.8em;
}

.column_box h2 {
    margin-bottom: 0;
}

#header_container {
    background-position: 165px 15px;
}
    /*#header_container	{
        background-position: 160px 13px;
        }*/
    #header_container .header_logo {
        display: block !important;
        visibility: visible !important;
        position: absolute;
        /*width: 160px;
        height: 80px;*/
        /*padding: 7px 0px;*/
        padding-top:2px;
        /*border-radius: 50%;*/
        /*background-color: #fff;*/
        z-index: 1;
        overflow: hidden;
        top: 0;
        /*left: 0.625em;*/
        /*border: 4px solid transparent;
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;*/
    }

        /*#header_container .header_logo:hover,
        #header_container a:focus > .header_logo {
            border: 4px solid var(--oltmaincolour);
        }*/

    #header_container .header_logo_mobile {
        display: none;
    }

header .strap_line_under_menu {
    margin-bottom: 0;
}

/* Hype slideshow styles */
.slide-cpd {
    display: inline-block;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
}

.read_more_button, .slideshow_dots_off, .slideshow_dots_on, .slideshow_main_button {
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.read_more_button {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4) !important;
}

    .read_more_button:hover {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 1) !important;
        color: #000 !important;
    }

    .read_more_button:active {
        background-color: #c8c8c8;
        background-color: rgba(200,200,200,1) !important;
    }

.slideshow_button {
    opacity: 0.6 !important;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.no-touch .slideshow_button:hover {
    opacity: 0.9 !important;
}

.slideshow_dots_on:hover, .slideshow_dots_off:hover {
    background-color: #D6D6D6 !important;
}

.vimeo_video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

    .vimeo_video iframe {
        width: 100%;
        height: 180%;
        position: absolute;
        top: -40%;
        z-index: -1;
    }
/* Responsive slideshow hype */
.slideshow_wrapper {
    width: 100%;
    /* whatever width you want */
    /*display: inline-block;*/
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
}

    .slideshow_wrapper::after {
        padding-top: 33.33%;
        /* 960/320 ratio */
        display: block;
        content: '';
    }

.slideshow_container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
/* FIND COURSES BOX */
#icons_members_wrapper {
    position: relative;
    max-width: 80.000em;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    -webkit-transform: translateZ(0) !important; /* Stop glitch on Safari and iPad */
    -moz-transform: translateZ(0) !important;
    -ms-transform: translateZ(0) !important;
    -o-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
}

.icons_members_title {
    font-size: 0.9em;
    font-weight: bolder;
}

.icons_members_inner {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 20px 24px 20px;
    width: 18.438em;
    position: absolute;
    bottom: 4em;
    box-shadow: 0 2px 3px 3px rgba(0,0,0,0.1);
}

#find_course_wrapper,
#quote_wrapper {
    position: relative;
    max-width: 80.000em;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    -webkit-transform: translateZ(0) !important; /* Stop glitch on Safari and iPad */
    -moz-transform: translateZ(0) !important;
    -ms-transform: translateZ(0) !important;
    -o-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
}

.icons_members_inner img {
    display: inline-block;
    margin: 0 5px;
    filter: drop-shadow(0 3px 3px rgba(0,0,0,0.3));
}

.icons_members_medals {
    text-align: center;
}

.icons_members_what_get {
    position: relative;
    display: block;
    margin-top: 10px;
    font-size: 0.8em;
    font-weight: bold;
}

    .icons_members_what_get::after {
        position: absolute;
        bottom: -16px;
        left: 50%;
        margin-left: -7px;
        font: 1em/1em "custom_icons", sans serif;
        font-size: 1em;
        content: "\F078";
        transition: ease-in-out transform 0.2s;
    }

    .icons_members_what_get:hover::after {
        transform: translateY(3px);
    }

.achievement_text {
    width: 80%;
    margin: 0 auto;
}
/* Custom index tabs style */
.outer-container-index {
    width: 18.438em;
    position: absolute;
    bottom: 2.500em;
}

.tabs-bg-index {
    padding: 10px;
    margin: 0;
    border-radius: 0 0 4px 4px;
}

.tab-index a {
    color: #fff;
    padding: 10px;
}

    .tab-index a:hover,
    .tab-index a:focus {
        color: var(--oltmaincolour);
    }
/*.tab-index {
		font-size: 90%;
		background-color: #0B0057;
	}*/
.tab_highlight a {
    background-color: #0B0057;
}

.etabs-index {
    margin: 0;
}

.tab-index.active a {
    color: #0B0057;
}
/* Style The Dropdown Button */
.course_dropbtn {
    background-color: var(--oltmaincolour);
    color: white;
    padding: 14px;
    font-size: 1em;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 100%;
    position: relative;
}

.course_dropdown::after {
    position: absolute;
    font: 1em/1em "custom_icons", sans serif;
    content: '\F078';
    color: #fff;
    right: 0.625em;
    top: 50%;
    margin-top: -6px;
    pointer-events: none;
}
/* The container <div> - needed to position the dropdown content */
.course_dropdown {
    position: relative;
    display: block;
    font-size: 100%;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    /*display: none;*/
    display: none;
    position: absolute;
    background-color: #2297c3;
    min-width: 23.188em; /*17.188em;*/
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    left: 0;
    top: 100%;
}
    /* Links inside the dropdown */
    .dropdown-content a {
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid var(--oltmaincolour);
        font-size: 0.9em;
    }
        /* Change color of dropdown links on hover */
        .dropdown-content a:hover, .dropdown-content a:focus {
            background-color: var(--oltmaincolour);
        }
/* Change the background color of the dropdown button when the dropdown content is shown */
.course_dropdown:hover .course_dropbtn {
    background-color: #42c7f9;
}

a.home_buttons {
    display: inline-block;
    width: 12.000em;
    background-color: #eee;
    color: white;
    font-weight: bold;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 4px;
    text-align: center;
}

    a.home_buttons:first-child {
        margin-left: 0;
    }

    a.home_buttons:last-child {
        margin-right: 0;
    }

.btn_1 {
    background-color: #A5BBA9;
}

.btn_2 {
    background-color: #D4C877;
}

.btn_3 {
    background-color: #C36589;
}

.btn_4 {
    background-color: #8F9752;
}

.btn_5 {
    background-color: #D99551;
}
/* QUOTE BUTTON */
#quote_btn {
    position: absolute;
    right: 20px;
    bottom: 2.5em;
    text-align: center;
    /*width: 255px;*/
    font: 400 1.25em/1.250em 'Open Sans', sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    /*z-index: -1;  Makes it work on iPad and Safari */
    background-color: var(--oltbright);
    border-radius: 4px;
    padding: 14px 25px 16px 25px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 0 20px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0 0 20px;
    box-shadow: rgba(0,0,0,0.3) 0 0 20px;
}

    #quote_btn:hover,
    #quote_btn:focus {
        background-color: #f97fbf;
    }

.column_box_medal {
    vertical-align: top;
    margin: 0 auto;
    /*background-color: #fff;
    border-radius: 50%;*/
    margin-bottom: 30px;
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.25));
}

.medals_box {
    padding: 20px 15% 0 15%;
    text-align: center;
}

.medal_costs {
    font-size: 1.4em;
    font-weight: bold;
}


/* SLIDESHOW STYLES */
.slider {
    width: 50%;
    margin: 100px auto;
}

.hero-slide {
    margin: 0px 20px;
}

    .hero-slide img {
        width: 100%;
    }

.slick-prev:before, .slick-next:before {
    color: black;
}

.hero-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}
/* CUSTOM */
.slideshow_main,
.slideshow_courses {
    visibility: hidden;
}

.slick-active {
    /*opacity: .8;*/
    opacity: 1.0;
}

.slicksta_slide {
    position: absolute;
}

.hero-slide img {
    height: auto;
    top: 0;
}

img.slide_sub_image {
    width: inherit;
    height: inherit;
    top: inherit;
}

.slider {
    width: 100%;
    margin: 0;
}

.slideshow_main .slick-prev,
.slideshow_main .slick-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    margin-top: -20px;
}

.slideshow_main .slick-next {
    right: 40px;
}

.slideshow_main .slick-prev {
    left: 40px;
}

.slick-prev::before, .slick-next::before {
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    font-size: 8.750rem;
    line-height: 0;
    font-weight: 300;
    text-shadow: rgb(0, 0, 0) 0px 0px 6px;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.slick-prev:before {
    content: '\2039'; /*‹*/
}

.slick-next:before {
    content: '\203A'; /*›*/
}
/*.slick-prev:active:before, .slick-next:active:before {
            color:red;
        }*/
.hero-slide {
    margin: 0;
}

.slick-dots {
    bottom: 20px;
}

    .slick-dots li button {
        padding: 0;
        width: 15px;
        height: 15px;
    }

        .slick-dots li button:before {
            border-width: 2px;
            border-style: solid;
            border-radius: 50%;
            border-color: rgb(169, 169, 169);
            overflow: visible;
            box-shadow: rgb(0, 0, 0) 0px 0px 6px;
            content: '';
            opacity: 1;
            line-height: 15px;
            height: 15px;
            width: 15px;
            -webkit-transition: border-color 0.2s ease-out;
            -moz-transition: border-color 0.2s ease-out;
            -o-transition: border-color 0.2s ease-out;
            transition: border-color 0.2s ease-out;
        }

    .slick-dots li.slick-active button:before {
        opacity: 1;
        background-color: white;
    }

    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
        border-color: rgb(204, 204, 204);
    }

.lines {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url("https://oltukstorage1.blob.core.windows.net/images/lines.png");
    background-repeat: repeat;
    opacity: 0.8;
}

.slick-dots li {
    height: 15px;
    width: 15px;
}

a.slide_popup {
    color: #fff;
    font-size: 1.6em;
}

.slide_popup_wrapper {
    -webkit-transform: rotateZ(-10deg) translateY(0);
    transform: rotateZ(-10deg) translateY(0);
    position: absolute;
    top: 10%;
    left: 10%;
}

.slide_popup {
    /*opacity: 0;*/
    display: inline-block;
    width: 140px;
    height: 140px;
    text-align: center;
    padding: 30px 20px;
    background-color: var(--oltbright);
    border-radius: 50%;
    color: #fff;
    vertical-align: middle;
    line-height: 1.6rem;
    box-shadow: 0 10px 15px rgba(0,0,0,0.4);
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.popup_new_webinar {
    /*font-size: 1.3em;
    width: 160px;
    height: 160px;
    padding: 40px 10px;*/
    font-size: 1em;
    width: 95px;
    height: 95px;
    padding: 20px 10px;
}

.slide_popup:hover,
.slide_popup:focus {
    -webkit-transform: scale3d(1.25,1.25,1.25);
    transform: scale3d(1.25,1.25,1.25);
}

.slide-text {
    position: absolute;
    text-shadow: 0 0 5px #000;
    /*opacity: 0;*/
    margin: 0 auto;
    background-color: rgba(133,78,160, 0.7);
    padding: 15px 15px 20px 15px;
    border-radius:4px;
}

.text-available-now {
    top: 12%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 1.5rem;
    font-style: italic;
}

.text-supporting {
    top: 24%;
    left: 80px;
    right: 80px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 3rem; /*2.750em;*/
    line-height: 3.125rem;
}

.text-supporting-sub {
    top: 46%;
    left: 80px;
    right: 80px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 1.8rem; /*1.625 2.750em;*/
    line-height: 2.4rem;
}
.slide-text-sml {
    top: 28%;
    font-size: 1.6em;
    font-style: italic;
    left: 10% !important;
    right: 10% !important;
    line-height: 1.4em;
}
.slide-text-below-sml {
    top:44%;
}
.slide-text-width {
    left: 20%;
    right: 20%;
}

a.slide-button, a.slide-button-first {
    color: #fff;
}

.slide-button {
    /*opacity: 0;*/
    position: absolute;
    bottom: 20%;
    left: 34%;
    right:34%;
    /*min-width: 240px;*/
    /*margin-left: -120px;*/
    border: 2px solid #fff;
    background-color: rgba(0,0,0,0.5);
    border-radius: 4px;
    padding: 12px 12px 15px 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.375rem;
    text-align: center;
    transform: scale3d(1,1,1);
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.slide-image-title img {
    width: inherit;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
}
.darken-button {
    background-color: rgba(0,0,0,0.8);
}

.slide-button:hover,
.slide-button:focus {
    background-color: rgba(255,255,255,1);
    color: #000;
}

.slide-button-first {
    position: absolute;
    bottom: 20%;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    background-color: var(--oltmaincolour);
    border-radius: 4px;
    padding: 12px 12px 15px 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 1.375rem;
    text-align: center;
    transform: scale3d(1,1,1);
    -webkit-transition: background-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out, -moz-transform 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out, transform 0.2s ease-out;
    transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}

    .slide-button-first:hover,
    .slide-button-first:focus {
        background-color: #72c5e4;
        transform: scale3d(1.25,1.25,1.25);
    }

.slide_set_width {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
    min-height: 540px
}

.hero-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.slide_rating {
    top: 5%;
    left: inherit;
    right: 5%;
}

.slide_first_button {
    background-color: rgba(250,49,35,0.7)
}

    .slide_first_button:hover {
        color: #fa9523;
    }

.quote_home_page_wrapper .col_2_left {
    width: 60%;
}

.quote_home_page_wrapper .col_2_right {
    width: 40%;
}

.quote_home_page_wrapper {
    margin: 6% 0;
}

.quote_home_page_text_wrapper {
    max-width: 540px;
    margin: 3% auto;
    padding: 0 20px;
}

.survey {
    max-width: 860px;
    margin: 0 auto;
}

.survey_date {
    margin: 20px 0 0 0;
}

.survey_pc {
    font-size: 7em;
    font-weight: 600;
    border: 2px solid var(--oltmaincolour);
    border-radius: 50%;
    padding: 30px;
    text-align: center;
    /*color: #fff;*/
    display: inline-block;
    width: 190px;
    height: 190px;
    line-height: 190px;
    vertical-align: middle;
}

    .survey_pc sup {
        font-size: 0.4em;
        top: -51px;
    }

.survey_pc_horiz_line {
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: var(--oltmaincolour);
    vertical-align: middle;
}

.survey_pc_vert_line {
    display: inline-block;
    width: 2px;
    height: 254px;
    background-color: var(--oltmaincolour);
    vertical-align: middle;
}

.survey_pc_info_wrapper {
    display: inline-block;
    max-width: 480px;
    vertical-align: middle;
}

.survey_pc_info {
    font-size: 1.2em;
    /*color: #fff;*/
    font-weight: 600;
}

    .survey_pc_info td {
        vertical-align: middle;
    }

    .survey_pc_info .info1 {
        padding-bottom: 10px;
    }

    .survey_pc_info .info2 {
        padding: 20px 0;
    }

    .survey_pc_info .info3 {
        padding-top: 10px;
    }

.survey_pc_icon {    
    font-size: 1.6em;
    padding: 0 20px;
    text-align: center;
}
.survey_icon_1 {
    color: var(--oltpurple);
}
.survey_icon_2 {
    color: var(--oltgreen);
}
.survey_icon_3 {
    color: var(--oltmaincolour);
}
/*.aims_info {
    margin-right: 10%;
}*/

.aims_info td {
    padding: 10px;
    vertical-align: top;
    font-weight: 600;
    font-size: 1.1em;
}

.aims_info_numbers {
    font-size: 3em !important;
    line-height: 1em;
    color: var(--oltmaincolour);
}

.aims_titles {
    font-size: 1.6em;
}

.home_spacing {
    margin-top: 3em;
    margin-bottom: 3em;
}
/* ANIMATIONS */
@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-in-bottom {
    opacity: 0;
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-center {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    animation: scale-in-center 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@media screen and (max-width: 1150px) {
    .slide-button {
        left:25%;
        right:25%;
    }
}
/* When screen is smaller than 1015px */
@media screen and (max-width: 1015px) {
    #find_course_wrapper {
        padding: 0;
        margin-top: 40px;
    }

    .icons_members_inner {
        position: relative;
        width: inherit;
        max-width: 60.000em;
        bottom: inherit;
        left: 0;
        margin: 5px 20px 0 20px;
    }

    .outer-container-index {
        position: relative;
        width: inherit;
        max-width: 60.000em;
        bottom: inherit;
        left: 0;
        margin: 5px 20px 0 20px;
    }

    .dropdown-content {
        min-width: inherit;
        width: 100%;
    }

    .achievement_left {
        text-align: center;
    }

    .achievement_text {
        display: block;
        width: 100%;
    }

    .achievement_image {
        display: inline-block;
    }

    .quote_home_page_wrapper .col_2_left,
    .quote_home_page_wrapper .col_2_right {
        text-align: center;
        width: 100%;
    }

    #header_container {
        background-position: 130px 15px;
    }

        #header_container .header_logo {
            display: none !important;
        }

        #header_container .header_logo_mobile {
            display: block;
        }

    .quote_home_page_text_wrapper {
        max-width: inherit;
        width: 90%;
        text-align: left;
        margin: 1% auto 5% auto;
    }
    .slide-text-sml {
        left: 2% !important;
        right: 2% !important;
    }
    
}
/* WHEN SCREEN IS SMALLER THAN 890 */
@media screen and (max-width: 890px) {
    .survey_pc_info_wrapper {
        display: block;
        max-width: inherit;
    }

    .survey_pc {
        display: inherit;
        margin: 0 auto 20px auto;
    }

    .survey_pc_icon {
        padding: 0 20px 0 0;
    }

    .survey_pc_horiz_line,
    .survey_pc_vert_line {
        display: none;
    }

    .survey_date {
        text-align: right;
    }
}
/* WHEN SCREEN IS SMALLER THAN 800 */
@media screen and (max-width: 800px) {
    #quote_btn {
        font-size: 1em;
        /*width:165px;*/
    }

    .slide_set_width {
        min-height: 360px;
    }

    .slick-dots {
        bottom: 10px;
    }

    .slide-text-width {
        left: 70px;
        right: 70px;
    }

    .text-supporting {
        font-size: 1.75rem;
        line-height: 2.125rem;
        top: 18%;
    }

    .text-supporting-sub {
        top: 36%;
        font-size: 1.75rem;
    }

    .slide-cpd {
        position: absolute;
        left: 50%;
        margin-left: -40px;
        top: 84px;
    }
    .slide-text-sml {
        top:2% !important;
        font-size:1em !important;
    }
    .slide-text-below-sml {
        top:25% !important;
    }
    .slide-button {
        font-size:1rem !important;
    }
}

/* WHEN SCREEN IS SMALLER THAN 650 */
@media screen and (max-width: 650px) {
    .text-supporting, .text-supporting-sub {
        font-size: 1.5rem;
        line-height: 1.4rem;
    }

    .slide-text-top {
        top: 15%;
    }

    .slide-text-top-sub {
        top: 30%;
    }

    .text-supporting {
        top: 14%;
    }
}
/* When screen is smaller than 600 */
@media screen and (max-width: 600px) {
    .achieve_goals_wrapper {
        width: 33.33%;
    }
}
/* When screen is smaller than 580 */
@media screen and (max-width: 580px) {
    .slide-button {
        left: 5%;
        right: 5%;
    }
}

/* WHEN SCREEN IS SMALLER THAN 480 */
@media screen and (max-width: 480px) {
    .text-available-now {
        top: 5%;
    }

    .text-supporting {
        top: 20%;
    }

    .slideshow_wrapper::after {
        /* 320/140 ratio */
        padding-top: 43.75%;
    }

    .text-supporting,
    .text-supporting-sub {
        left: 10px;
        right: 10px;
    }

    .text-supporting-sub {
        top: 39%;
    }

    .slide_popup_wrapper {
        top: 5px;
        left: 10px;
    }

    .slide_popup {
        width: 75px;
        height: 75px;
        font-size: 0.9em !important;
        line-height: 1em;
        padding: 14px;
    }

    .popup_new_webinar {
        width: 65px;
        height: 65px;
        font-size: 0.7em !important;
        padding: 18px 2px;
    }
}
/* When screen is smaller than 460 */
@media screen and (max-width: 460px) {
    .icons_members_inner {
        margin-left: 10px;
        margin-right: 10px;
    }

    .outer-container-index {
        margin-left: 10px;
        margin-right: 10px;
    }

    #quote_wrapper {
        text-align: center;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    #quote_btn {
        position: initial;
        display: block;
        font-size: 1.2em;
        margin-top: 40px;
    }

    .achieve_goals_wrapper {
        width: 100%;
    }

    .who_we_work_with img {
        width: 80px;
        height: 80px;
    }
    .slide-text-sml {
        left: 10% !important;
        right: 10% !important;
    }
}
