/*
Theme Name: Anna Hemmings
Description: Anna Hemmings Theme
Version: 1.0
Author: James Elliott
*/

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

::-webkit-input-placeholder {
    font: 400 15px/1.6 'Proxima Nova', sans-serif;
    color: #b2b2b2;
}

:-moz-placeholder {
    font: 400 15px/1.6 'Proxima Nova', sans-serif;
    color: #b2b2b2;
}

::-moz-placeholder {
    font: 400 15px/1.6 'Proxima Nova', sans-serif;
    color: #b2b2b2;
}

:-ms-input-placeholder {
    font: 400 15px/1.6 'Proxima Nova', sans-serif;
    color: #b2b2b2;
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}

img, video {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: inherit;
}

menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
}

.primary_hover:hover {
    background-color: #313e77;
}

.secondery_hover:hover {
    background-color: #1d95a7;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 40px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full_banner, .short_banner, .thin_banner {
    height: 700px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.full_banner {
    height: calc(100vh - 110px);
    position: relative;
}

.full_banner .container {
    z-index: 20;
}

.full_banner .background_overlay {
    background: linear-gradient(rgba(7, 24, 55, 0), rgba(7, 24, 55, .1) 40%, rgba(7, 24, 55, 0.5) 90%, rgba(7, 24, 55, 0.6));
}

body.page-id-98 .full_banner .background_overlay {
    background: linear-gradient(rgba(7, 24, 55, 0), rgba(7, 24, 55, .2) 20%, rgba(7, 24, 55, 0.5) 60%, rgba(7, 24, 55, 0.8));
}

.thin_banner {
    height: 300px;
}

.full_banner h1, .short_banner h1 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.short_banner {
    height: 400px;
}

.page-id-102 .short_banner {
    height: 700px;
}

.page-id-100 h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.page-id-100 p {
    text-align: center;
}

.page-id-100 .single_text_section.pre_event_resources .container div {
    text-align: center;
}

.full_banner p {
    max-width: 660px;
    color: #fff;
    margin: 30px 0 0;
}

.thin_banner .container {
    max-width: 900px;
}

.double_text_section .container {
    display: flex;
    justify-content: space-between;
}

.double_text_section .container > div {
    text-align: left;
}

.page-id-104 .double_text_section .container > div:nth-of-type(2) {
    text-align: center;
}

.double_text_section .container > div p {
    margin-top: 20px;
}

.double_text_section .container > div p, .double_text_section .container > div li {
    font: 400 19px/1.6 'Proxima Nova', sans-serif;
}

.page-id-786 .double_text_section .container > div p, .page-id-786 .double_text_section .container > div li, .page-id-104 .double_text_section .container > div p.smaller_text {
    font: 400 17px/1.6 'Proxima Nova', sans-serif;
}

.featured_events .container h2, .single_text_section .container h2 {
    color: #000;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
}

main li {
    font: 400 17px/160% proxima-nova, sans-serif;
    list-style: disc outside;
    margin-top: 6px;
}
main ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.sr-only{
    position:absolute;
    width:1px;height:1px;
    padding:0;margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}
@media (max-width: 1160px) {
    .testimonial_image_section {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    body.menushow .regular_logo, .white_logo {
        display: none;
    }
    body.menushow .white_logo {
        display: block;
    }
    nav.menushow {
        height: 2000px;
        background-color: #1f386c;
    }
    .background_video_section .centered {
        top: 272px;
        padding: 40px 20px;
    }
    body .background_image_section.annas_story_introduction .centered .the_content p {
        font: 400 18px / 150% proxima-nova, sans-serif;
        margin-bottom: 20px;
    }
    body .centered {
        padding-left: 30px;
        padding-right: 30px;
    }
    body .first_right_achievement, .second_right_achievement {
        padding-right: 190px;
    }
    body .first_left_achievement, .second_left_achievement {
        padding-left: 190px;
    }
    .logo_img {
        height: 60px;
    }
    .centered h4 {
        font: 400 18px/170% proxima-nova, sans-serif;
    }
    .centered p {
        font: 500 16px/170% proxima-nova, sans-serif;
        margin-bottom: 30px;
    }
    .double_boxes {
        flex-direction: column;
    }
    #menu-mobile-menu {
        width: 100%;
        float: left;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 1.25s ease-in-out;
        -moz-transition: 1.25s ease-in-out;
        -o-transition: 1.25s ease-in-out;
        transition: 1.25s ease-in-out;
    }
    .menushow #menu-mobile-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 1.25s ease-in-out;
        -moz-transition: 1.25s ease-in-out;
        -o-transition: 1.25s ease-in-out;
        transition: 1.25s ease-in-out;
        overflow: auto;
        margin: 20px 0 10px;
        padding-right: 0;
        padding-bottom: 300px;
    }
    .menu-btn {
        height: auto;
        float: right;
        -webkit-transition: .5s ease-in;
        -moz-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        -ms-transition: .5s ease-in;
        transition: .5s ease-in;
        position: relative;
        z-index: 99999;
    }
    .menu-btn a {
        width: 100%;
        text-decoration: none;
        display: block;
        float: left;
        outline: none;
    }
    .menu-btn .menu {
        position: absolute;
        width: 38px;
        height: 38px;
        font: 300 18px / 64px "futura-pt", Arial, Helvetica, sans-serif;
        color: #e9c27d;
        letter-spacing: 2px;
    }
    .crosscontainer {
        width: 38px;
        height: 38px;
        float: right;
        position: relative;
        margin: 13px 6px 0 0;
    }
    #pull span {
        width: 28px;
        height: 2px;
        display: block;
        position: absolute;
        background: #e9c27d;
        opacity: 1;
        right: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #pull span:nth-child(1) {
        top: 0;
    }
    #pull span:nth-child(2) {
        top: 10px;
    }
    #pull span:nth-child(3) {
        top: 20px;
    }
    nav#desktopnav.menushow #pull span {
        background: rgb(49, 47, 45);
    }
    .menushow #pull span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .menushow #pull span:nth-child(2) {
        opacity: 0;
        right: -10px;
    }
    .menushow #pull span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .menushow #menu-mobile-menu li {
        width: 100%;
        float: left;
        padding-left: 10px;
    }
    .menushow #menu-mobile-menu .huge.menu-item-has-children a {
        position: relative;
    }
    .menushow #menu-mobile-menu li a {
        text-align: left;
        color: #fff;
        text-decoration: none;
        display: block;
        text-transform: none;
        margin: 0 0 22px;
        padding: 0 0 0 35px;
    }
    .menushow #menu-mobile-menu li a, .menushow #menu-mobile-menu li li a {
        font-family: "Josefin Sans", sans-serif;
        font-weight: 400;
        line-height: 21px;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .menushow #menu-mobile-menu li li a {
        padding: 0 0 0 5px;
    }
    .menushow #menu-mobile-menu .huge.menu-item-has-children > a:after, #menu-mobile-menu .huge.menu-item-has-children > a:before {
        content: '';
        display: block;
        position: absolute;
        top: 7px;
        left: 7px;
        width: 16px;
        height: 2px;
        background: #e9c27d;
        transition: transform .3s ease-out;
    }
    .menushow #menu-mobile-menu .huge.menu-item-has-children > a:after {
        transition-property: transform, opacity;
        transform: rotateZ(90deg);
        opacity: 1;
    }
    .menushow #menu-mobile-menu .sub-menu {
        display: none;
    }
    .background_video_section video {
        position: absolute;
        z-index: 1;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
@media (min-width:769px) and (max-width: 1279px) {
    .background_image_section.home_speech_topics {
        background-position: -200px -470px !important;
    }
    body .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .page-id-98 .image_text_section_image {
        background-size: auto 390px !important;
        background-position: right 56px !important;
    }
    .page-id-98 .image_text_section_text h2 {
        font: 500 21px / 150% proxima-nova, sans-serif !important;
    }
    .page-id-98 main ul.in_addition li {
        font-size: 17px !important;
    }
    body .logo_wrap {
        padding-top: 16px;
    }
    body .navigation ul > li a {
        font-size: 11px;
    }
    body .single_testimonial_section,
    body .three_gold_boxes_section {
        padding: 50px 20px;
    }
    body .centered .gold_box h1 {
        font: 500 23px / 1.4 "Josefin Sans", sans-serif;
    }
    body .double_boxes{
        padding: 50px 50px 0;
    }
    body .logo_slider_section .logo_grid {
        grid-gap: 10px;
    }
    body .logo_slider_section .logo img {
        max-width: 80%;
    }
    body .footer_column,
    body .footer_column ul li a {
        font: 400 15px / 1 proxima-nova, sans-serif;
    }
    body .footer_column ul li {
        margin-bottom: 20px;
    }
}
@media (min-width: 1280px) {
    header {
        position: fixed;
    }
    main {
        padding-top: 110px;
    }
    .logo_img {
        height: 80px;
    }
    .sub-menu .menu-item a:hover {
        background-color: #e8c17d;
    }
    nav #pull, #menu-mobile-menu {
        display: none;
    }
    .year_chart {
        width: 1280px;
    }
}
@media (min-width: 1240px) and (max-width: 1279px) {
    .background_image_section.annas_story_business_and_keynotes .centered {
        max-width: 1170px !important;
    }
    .centered h1 {
        font: 500 38px / 1.4 "Josefin Sans", sans-serif !important;
        margin-bottom: 20px !important;
    }

    body .background_image_section.annas_story_introduction .centered .the_content p {
        font: 500 17px / 170% proxima-nova, sans-serif;
        margin-bottom: 20px;
    }

    body .background_image_section.annas_story_introduction .centered .the_content {
        padding-left: 60px;
    }
}
@media (min-width: 1280px) and (max-width: 1439px) {
    body .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    body .navigation ul > li a {
        font-size: 11px;
    }
    .container {
        max-width: 1280px;
    }
    body .background_image_section.annas_story_introduction .centered .the_content {
        max-width: 760px;
        padding-left: 60px;
    }
    body .background_image_section.annas_story_introduction .centered .the_content p {
        font: 500 17px/170% proxima-nova, sans-serif;
        margin-bottom: 20px;
    }
    .background_image_section.home_speech_topics {
        background-position: -200px -140px !important;
    }
    body .sliding_panels .slider_container {
        width: 70%;
        padding: 10px;
    }
    body .background_image_section.annas_story_business_and_keynotes {
        padding: 70px !important;
    }
    .centered h1 {
        font: 500 38px/1.4 "Josefin Sans", sans-serif !important;
        margin-bottom: 20px !important;
    }
    .double_boxes, .annas_story_image_video_buttons .two_images {
        width: 92% !important;
    }
}
@media (max-width: 1023px) {
    .logo_slider_section .logo_grid {
        grid-template-columns: repeat(3, 1fr);
    }
    body .centered {
        gap: 0;
    }
    body .centered h1, body .centered h2 {
        font: 500 20px/1.4 "Josefin Sans", sans-serif;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    body.page-id-90 .centered h1, body.page-id-90 .centered h2 {
        font: 500 32px / 1.4 "Josefin Sans", sans-serif;
    }
    body .home_speech_topics .centered h2 {
        margin-top: 20px;
    }
    body .centered p, body .centered h4 {
        font: 400 16px/150% proxima-nova, sans-serif;
    }
    body .double_boxes a.button, body .centered a.button, body .lets_chat a.button, body .two_call_to_actions a.button, body input#gform_submit_button_1, body input#gform_submit_button_2 {
        font: 400 14px / 1 proxima-nova, sans-serif;
        letter-spacing: 1px;
        padding: 11px 20px;
    }
    body .background_image_section.home_speech_topics .centered p + h3 {
        font: 400 23px / 140% proxima-nova, sans-serif;
    }
    body .background_image_section {
        padding: 50px 0;
    }
    body .footer {
        padding: 40px 0;
    }
    body .footer_container {
        flex-wrap: wrap;
    }
    body .footer_column {
        width: 50%;
        margin-bottom: 30px;
    }
    body .footer_column:nth-of-type(2) {
        margin-top: 37px;
    }
    body .footer_column:nth-of-type(3), body .footer_column:nth-of-type(4) {
        width: 100%;
        margin-bottom: 0;
    }
    body .footer_column .button {
        margin: 40px auto 10px;
        max-width: 260px;
    }
    body .about_box .right_side_background_image {
        background-position: -50px 0;
        background-repeat: no-repeat;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
    .footer {
        padding: 97px 0;
    }
    .footer_column {
        width: 25%;
    }
    .footer_column:nth-of-type(2) {
        margin-top: 37px;
    }
    .footer_column:nth-of-type(3) {
        width: 33%;
    }
    .footer_column:nth-of-type(4) {
        width: 17%;
    }

}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

.container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 0;
}

.header_buttons {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.header_buttons .btn {
    font-size: 20px;
    font-weight: 600;
}

.btn_primary {
    background-color: #313e77;
    border: 2px solid #313e77;
}

.btn_primary:hover {
    color: #313e77;
    background-color: transparent;
}

.btn_secondary {
    background-color: #1d95a7;
    border: 2px solid #1d95a7;
}

.btn_secondary:hover {
    color: #1d95a7;
    background-color: transparent;
}

.btn {
    min-width: 252px;
    padding: 21px 55px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .8px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.logo_wrap {
    width: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.logo_img {
    margin: 0 auto;
}

.mobile_menu, .onMenuActive, .gform_required_legend {
    display: none;
}

.gfield_label {
    font: 400 17px/170% proxima-nova, sans-serif !important;
}

header {
    left: 0;
    right: 0;
    z-index: 10001;
    -webkit-transition: height ease-out 1s;
    transition: height ease-out 1s;
    background-color: rgba(255, 255, 255, 1);
}

header.remove-fixed {
    position: static;
}

header.remove-fixed + main {
    padding-top: 0;
}

#menu-main-menu {
    width: 100%;
    min-height: 110px;
    list-style: none;
    max-width: 1050px;
}

.navigation ul li a {
    color: #18181a;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    cursor: pointer;
    letter-spacing: 1px;
}

.navigation ul > li a {
    font-size: 13px;
}

.navigation ul li li a {
    letter-spacing: 0;
    font-size: 11px;
}

#menu-item-109 .sub-menu {
    width: 255px;
}

#menu-item-115 .sub-menu {
    width: 195px;
}

#menu-item-112 .sub-menu {
    width: 200px;
}
.navigation ul li .sub-menu a {
    display: block;
    padding: 5px 0;
}

.sub-menu .menu-item {
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
}

.sub-menu .menu-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0;
    text-decoration: none;
    color: #000;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

header.shrink {
    height: 55px;
    background-color: rgba(255, 255, 255, .9);
}

header.shrink .logo_img {
    height: 45px;
}

header.shrink #menu-main-menu {
    min-height: 30px;
    padding-top: 23px;
}

header.shrink .logo_wrap {
    padding-top: 5px;
    padding-bottom: 5px;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
    transition: all 0.25s linear 0s;
    cursor: pointer;
    outline: none;
}

a:hover, a:active, a:focus {
    outline: none;
}

/* ==========================================================================
   HTML & Body
   ========================================================================== */
html {
    width: 100%;
    margin: 0;
    background: rgb(255, 255, 255);
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    background: rgb(255,255,255);
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.4;
    color: #333;
    position: relative;
}

body.no-scroll {
    overflow: hidden;
}

main {
    font-size: .9em;
}

.one_section {
    width: 100%;
    position: relative;
}

.background_image_section {
    min-height: 380px;
}

.background_image_section .centered h3 {
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #fff;
}

.background_image_section .centered h3:first-of-type {
    font: 400 26px / 140% proxima-nova, sans-serif;
}

.background_image_section .centered p + h3 {
    font: 400 32px / 140% "Josefin Sans", sans-serif;
}

.background_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: rgba(7,24,55,.7);
    z-index: 10;
}

.background_overlay + .centered {
    z-index: 20;
}

.background_image_section.sliding_panels .centered {
    max-width: 1000px;
}

.sliding_panels .slider_container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 30px auto 0;
    background: white;
    padding: 40px;
    overflow: hidden;
    z-index: 2;
}

.page-id-94 .sliding_panels .slider_container {
    margin: 0 auto;
}

.featured_events .slide_content {
    display: flex;
    flex-direction: column;
}

.featured_events .slide_content img {
    flex-basis: 100%;
    margin-bottom: 20px;
}

.featured_events .content_container, .beyond_the_barriers .content_container {
    display: flex;
    justify-content: space-between;
}

.featured_events .slider_container ul li {
    font: 400 21px / 170% proxima-nova, sans-serif;
    margin-bottom: 10px;
}

.featured_events .slider_container p {
    max-width: 95%;
}

.featured_events .slider_container .slide img {
    height: auto;
}

.featured_events .slider_container .slide.unilever img {
    width: 160px;
}

.featured_events .slider_container .slide.e-on_logo img {
    width: 180px;
}

.featured_events .slider_container .slide.e-on_logo .bullet_points {
    margin-top: 0;
}

.featured_events .slider_container .slide.life_fitness_logo img {
    width: 260px;
}

.featured_events .slider_container .slide.british_airways_logo img {
    width: 210px;
}

.beyond_the_barriers .slider_container .slide.overbury-morgan-lovell-stacked img {
    width: 180px;
    margin: 40px auto 0;
}

.beyond_the_barriers .slider_container .slide.nhs_logo img, .beyond_the_barriers .slider_container .slide.caesars_entertainment_logo img {
    width: 150px;
    margin: 40px auto 0;
}

.two_testimonials.nestle_roche .one_testimonial {
    border-bottom: none;
}

.two_testimonials.nestle_roche .one_testimonial:nth-of-type(1) img {
    max-width: 200px;
}

.two_testimonials.nestle_roche .one_testimonial:nth-of-type(2) img {
    max-width: 200px;
}

.two_testimonials.nestle_ibm .one_testimonial:nth-of-type(1) img {
    max-width: 140px;
    margin-top: 20px;
}

.two_testimonials.nestle_ibm .one_testimonial:nth-of-type(2) img {
    max-width: 130px;
}

.two_testimonials.nestle_roche .one_testimonial img {
    margin: 0 auto 60px;
}

.featured_events .slider_container ul li::before {
    content: '';
}

.featured_events .content_container .text_content, .featured_events .content_container .bullet_points {
    flex: 1;
}

.sliding_panels.featured_events .slider_container {
    margin: 80px auto 0;
}

.background_image_section.one_section.sliding_panels.modal_is_open {
    z-index: 9999999;
}

.background_image_section.sliding_panels {
    flex-direction: column;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: auto;
    z-index: 1;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.slide_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 40px 50px;
    text-align: left;
}

.text_content, .bullet_points {
    width: 50%;
}

.beyond_the_barriers .text_content, .beyond_the_barriers .bullet_points {
    text-align: center;
}

.sliding_panels .centered p + h3 {
    color: #fff;
    margin-top: 40px;
}

.sliding_panels .slider_container h3 {
    font: 400 25px / 140% "Josefin Sans", sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
    color: #000;
    padding-right: 50px;
}

.slider_container p {
    max-width: 75%;
    margin-bottom: 20px;
    color: #000;
    font: 400 19px/140% proxima-nova, sans-serif;
}

.slider_container .text_content p:last-of-type {
    margin-bottom: 60px;
}

.beyond_the_barriers .slider_container .bullet_points p {
    max-width: 100%;
    text-transform: uppercase;
    text-align: center;
}

.slider_container .button {
    display: inline-block;
    padding: 13px 30px;
    background: #d1a861;
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
    font: 400 14px / 100% proxima-nova, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.slider_container ul {
    list-style: none;
    padding-left: 20px;
}

.slider_container ul li {
    margin-bottom: 10px;
    position: relative;
    color: #000;
    font: 400 18px/170% proxima-nova, sans-serif;
}

.slider_container ul li::before {
    content: '•';
    font-size: 18px;
    color: #000;
    position: absolute;
    left: -15px;
    top: 0;
}

.dots_container {
    text-align: center;
    padding: 0;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #f6e7cb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #ddb565;
}

.slider_arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    display: grid;
    place-items: center;
    z-index: 5;
    font-size: 26px;
    line-height: 1;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    color: #ddb565;
}

.slider_arrow--prev{ left: 16px; }
.slider_arrow--next{ right: 16px; }

.slider_arrow:hover{
    background: rgba(255,255,255,1);
}

@media (max-width: 768px){
    .slider_arrow--prev{ left: 10px; }
    .slider_arrow--next{ right: 10px; }
    .page-id-102 .short_banner {
        height: 700px;
    }
}

@media (max-width: 1900px){
    .page-id-102 main > div.short_banner:nth-child(1) {
        background-position: -490px top;
    }
    .page-id-102 main > div.short_banner:nth-child(8) {
        background-position: -1150px top;
    }
}

.sliding_panels .slider_testimonial{
    margin-top: 38px;
    padding: 34px 74px;
    background: #f7f7f7;
    position: relative;
}

.sliding_panels .slider_testimonial::before{
    content: "“";
    position: absolute;
    top: -4px;
    left: 14px;
    font-size: 114px;
    line-height: 1;
    color: #d1a862;
}

.sliding_panels .slider_testimonial blockquote {
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
    font-style: italic;
}

.sliding_panels .slider_testimonial blockquote p {
    max-width: 100%;
    font: 400 18px / 160% proxima-nova, sans-serif;
    font-style: italic;
}

.sliding_panels .slider_testimonial figcaption{
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sliding_panels .slider_testimonial .testimonial_name{
    font-weight: 700;
    opacity: 1;
}

.sliding_panels .slider_testimonial .testimonial_role{
    font-size: 14px;
    line-height: 1.4;
    color: #d1a862;
}

.sliding_panels .slider_testimonial .testimonial_logo{
    margin-top: 6px;
    height: 58px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    opacity: 1;
}

.sliding_panels .slider_testimonial figcaption strong {
    opacity: 1;
}

@media (max-width: 768px){
    .sliding_panels .slider_testimonial{
        padding: 28px 68px;
    }
    .sliding_panels .slider_testimonial blockquote{
        font-size: 16px;
    }
}

.sliding_panels_video{
    padding: 60px 0;
}

.sliding_panels_video .yt_embed__play::before{
    background: rgba(198, 153, 90, 0.95);
}
.sliding_panels_video .yt_embed__play::after{
    border-left-color: rgba(255,255,255,0.95);
}

.sliding_panels_video .centered{
    display: block !important;   /* override the flex */
}

.sliding_panels_video__video_card{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.sliding_panels_video__card{
    max-width: 1600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 0;
    padding: 18px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.12);
}

.sliding_panels_video .yt_embed{
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 0;
    overflow: hidden;
    background: #000;
}

.sliding_panels_video .yt_embed__button,
.sliding_panels_video .yt_embed__thumb{
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 768px){
    .sliding_panels_video{
        padding: 40px 0;
    }
    .sliding_panels_video__card{
        max-width: 100%;
        margin: 0 16px;
        padding: 14px;
        border-radius: 0;
    }
}

.yt_embed{
    position: relative;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 16 / 9;
}

.yt_embed__button{
    all: unset;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.yt_embed__thumb{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
}

.yt_embed__play{
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}

.yt_embed__play::before{
    content: "";
    width: 74px;
    height: 74px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.yt_embed__play::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 18px solid rgba(0,0,0,0.78);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 4px;
}

.yt_embed__button:hover .yt_embed__thumb{
    filter: brightness(0.92);
}
.photo_collage{
    padding: 60px 0;
}

.photo_collage .centered{
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

.photo_collage__card{
    background: #fff;
    padding: 18px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.10);
    border: 1px solid rgba(0,0,0,0.05);
}

.photo_collage__grid{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 12px;
}

.photo_collage__item{
    margin: 0;
    grid-column: span 4;
}

.photo_collage__item.is-portrait{
    grid-column: span 3;
    grid-row: span 2;
}

.photo_collage__link{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #eee;
    aspect-ratio: 4 / 3;
}

.photo_collage__item.is-portrait .photo_collage__link{
    aspect-ratio: 3 / 4;
}

.photo_collage__link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 300ms ease, filter 300ms ease;
}

.photo_collage__link:hover img{
    transform: scale(1.06);
    filter: brightness(0.92);
}

.photo_collage__link:focus-visible{
    outline: 3px solid rgba(198,153,90,0.65);
    outline-offset: 3px;
}

.photo_collage__more{
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0,0,0,0.20), rgba(0,0,0,0.55));
    backdrop-filter: blur(2px);
}

.photo_collage__more::after{
    content: "View gallery";
    display: block;
    margin-top: 8px;
    font-weight: 500;
    letter-spacing: 0.10em;
    font-size: 11px;
    opacity: 0.9;
}

@media (max-width: 1024px){
    .photo_collage .centered{
        max-width: 100%;
        padding: 0 20px;
    }

    .photo_collage__grid{
        grid-template-columns: repeat(8, 1fr);
        gap: 10px;
    }

    .photo_collage__item{
        grid-column: span 4;
    }

    .photo_collage__item:nth-child(1),
    .photo_collage__item:nth-child(2){
        grid-column: span 8;
    }

    .photo_collage__item.is-portrait{
        grid-column: span 4;
    }
}

@media (max-width: 768px){
    .photo_collage{
        padding: 40px 0;
    }

    .photo_collage .centered{
        padding: 0 16px;
    }

    .photo_collage__card{
        padding: 12px;
    }

    .photo_collage__grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .photo_collage__item,
    .photo_collage__item:nth-child(1),
    .photo_collage__item:nth-child(2),
    .photo_collage__item.is-portrait{
        grid-column: span 1;
        grid-row: auto;
    }

    .photo_collage__link{
        aspect-ratio: 4 / 3;
    }
}

.ti_half{
    padding: 80px 0;
    background-color: #21376a;
}

.ti_half__container{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
}

.ti_half__grid{
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 48px;
    align-items: center;
}

.ti_half__img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ti_half--fit-contain .ti_half__img{
    object-fit: contain;
}

.ti_half__quote{
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}

.ti_half__logo{
    margin-top: 24px;
}

.ti_half__logo_img{
    max-width: 220px;
    height: auto;
    display: block;
}

.ti_half--image_right .ti_half__media{
    order: 2;
}

.ti_half--image_right .ti_half__content{
    order: 1;
}

@media (max-width: 900px){
    .ti_half__grid{
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ti_half--image_right .ti_half__media,
    .ti_half--image_right .ti_half__content{
        order: initial;
    }

    .ti_half__media{
        min-height: 240px;
    }
}

.download_button {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #d1a861;
    font: 400 17px/1 proxima-nova, sans-serif;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-align: center;
}

.download_button span {
    display: inline-block;
}

.center-button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.background_image_section .centered {
    position: relative;
    z-index: 3;
    color: white;
}

.background_image_section {
    position: relative;
    z-index: 1;
}

.testimonial_image_section {
    min-height: 880px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.video_gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(rgba(7, 24, 55, 0), rgba(7, 24, 55, .5) 40%, #071837 90%, #071837);
}

.background_video_section {
    overflow: hidden;
}

.background_video_section video {
    position: relative;
}

.background_video_section {
    max-height: calc(100vh - 110px);
}

.background_video_section .centered {
    top: 0; right: 0; bottom: 0; left: 0;
}

.centered h1 {
    font: 500 42px/1.4 "Josefin Sans", sans-serif;
    letter-spacing: 6px;
    margin-bottom: 30px;
}

.centered h2 {
    font: 500 32px/1.6 "Josefin Sans", sans-serif;
    letter-spacing: 6px;
    margin-bottom: 30px;
}

.centered h4 {
    font: 400 22px/170% proxima-nova, sans-serif;
}

.centered p {
    font: 500 19px/170% proxima-nova, sans-serif;
    margin-bottom: 30px;
}

.left_box, .right_box {
    flex: 1;
}

.background_video_section video {
    width: 100%;
    height: auto;
}

.centered {
    width: 100%;
    height: fit-content;
    margin: auto;
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.background_video_section .centered {
    position: absolute;
    z-index: 20;
    align-items: unset;
    text-align: left;
}

.background_image_section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    text-align: center;
}

.background_image_section.image_plus_text {
    padding: 100px 0 0;
}

.background_image_section .centered {
    max-width: 800px;
}

.availability_section {
    background-color: #21376a;
    padding: 40px 0;
}

.three_gold_boxes_section {
    padding: 90px 0;
}

.gold_boxes {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    max-width: 1280px;
    margin: 0 auto;
}

.centered .gold_box {
    background-color: #ddb464;
    padding: 50px 30px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.centered .gold_box h1 {
    font: 500 28px/1.4 "Josefin Sans", sans-serif;
    letter-spacing: .1em;
    margin-bottom: 20px;
    color: #000;
}

.centered .gold_box p {
    flex-grow: 1;
    font: 400 17px/170% proxima-nova, sans-serif;
    margin-bottom: 30px;
    color: #000;
}

.centered .gold_box .button {
    margin: auto;
    color: #000;
}

.three_gold_boxes_section .gold_box .button::before {
    background: #ffffff;
}

.centered h1, .centered h2, .centered h4, .centered p {
    color: #fff;
}

.centered h1, .centered h2 {
    text-transform: uppercase;
}

.testimonial_container p {
    font: 500 17px/170% proxima-nova, sans-serif;
    color: #333;
    text-align: center;
}

.full_banner a.button, .double_boxes a.button, .centered a.button, .lets_chat a.button, .two_call_to_actions a.button, body input#gform_submit_button_1, body input#gform_submit_button_2, body input#gform_submit_button_3 {
    max-width: fit-content;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font: 400 14px / 1 proxima-nova, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 13px 30px;
    cursor: pointer;
    overflow: hidden;
}

.leadership_coaching_double_box .double_boxes .right_box ul {
    margin: 40px 0;
}

.leadership_coaching_double_box .double_boxes .right_box ul li {
    font-size: 20px;
}

.page-id-96 .double_boxes .right_box li {
    margin-bottom: 20px;
}

.page-id-104 .gform-theme--foundation .gform_footer {
    justify-content: end;
}

.ginput_container_date {
    width: 33.3% !important;
}

.image_and_buttons a.button {
    max-width: none;
    width: 270px;
}

.page-id-104 .image_and_buttons a.button {
    width: 390px;
}

.lets_chat.event_resources a.button {
    color: #fff;
}

.lets_chat .container div, .two_call_to_actions .container div {
    text-align: center;
}

.keynote-speaking .centered a.button, .full_banner a.button, .double_boxes a.button {
    line-height: 1.7;
}

.full_banner a.button, .keynote-speaking .centered a.button,
.home_introduction .centered a.button.download, .page-id-96 .double_boxes a.button, .home_availability a.button, .home_speech_topics .centered a.button, .home_video .centered a.button, .lets_chat a.button, .two_call_to_actions a.button {
    color: #fff;
    border: 2px #d4b66f solid;
    background: transparent;
}

.annas_story_image_video_buttons .centered a.button, body input#gform_submit_button_1, body input#gform_submit_button_2, body #gform_submit_button_3 {
    color: #000;
    border: 2px #d4b66f solid;
    background: #fff;
}

.home_introduction .centered a.button {
    color: #000;
    background: #d4b66f;
    border: 2px #d4b66f solid;
}

.background_image_section.home_introduction .centered {
    max-width: 1030px;
}

.background_image_section.home_introduction.image_plus_text .centered {
    max-width: 1280px;
}

.page-id-104 .image_and_buttons a.button.dark {
    background-color: #00205c;
    color: #fff;
}

.home_gold_boxes .centered a.button {
    color: #000;
    background: transparent;
    border: 2px #fff solid;
}

.single_text_section.thank_you, .single_text_section.blank_blue {
    background-color: #1f386c;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.full_banner a.button::before,
.double_boxes a.button::before, .centered a.button::before, .lets_chat a.button::before, .two_call_to_actions a.button::before, .home_introduction .centered a.button.download::before, body input#gform_submit_button_1::before, body input#gform_submit_button_2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #d4b66f;
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.2, 1);
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    z-index: 0;
}

.home_speech_topics .button::before, .home_introduction .centered a.button::before, .availability_section.white .centered a.button::before {
    background: #ffffff;
}

.full_banner a.button:hover::before,
.double_boxes a.button:hover::before, .centered a.button:hover::before, .lets_chat a.button:hover::before, .two_call_to_actions a.button:hover::before, .home_introduction .centered a.button.download:hover::before, body input#gform_submit_button_1:hover::before, body input#gform_submit_button_2:hover::before {
    transform: scale3d(1, 1, 1);
    transform-origin: 0% 50%;
}

.full_banner a.button:hover,
.double_boxes a.button:hover, .centered a.button:hover, .lets_chat a.button, .lets_chat a.button:hover, .two_call_to_actions a.button, .two_call_to_actions a.button:hover, .page-id-104 .image_and_buttons a.button:hover {
    color: #000;
}

.lets_chat.book_anna a.button {
    color: #fff;
}

.full_banner a.button span,
.double_boxes a.button span, .centered a.button span, .lets_chat a.button span, .two_call_to_actions a.button span {
    position: relative;
    z-index: 1;
}

.availability_section .centered a.button {
    margin-top: 0;
}

.centered a.button.white_border {
    color: #000;
    border-color: #fff;
}

main a[href]:not(.button) {
    color: #c8a248;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
    cursor: pointer;
}

body:not(.ios) main a[href]:not(.button):hover:after {
    width: 100%;
    background: #ceac5b;
}

body:not(.ios) main a[href]:not(.button):after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0;
    background: 0 0;
    -webkit-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal_content {
    position: absolute;
    background-color: #fff;
    width: 80vw;
    height: calc(80vw * 9 / 16);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    padding: 0;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.close {
    position: absolute;
    top: 0;
    right: -50px;
    color: #fff;
    cursor: pointer;
    font: 300 40px / 1 proxima-nova;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.testimonial_container {
    position: absolute;
    z-index: 10;
    max-width: 500px;
    top: 300px;
    left: 20px;
    padding: 4em;
    border: 1px #fde4e5 solid;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testimonial_container img {
    margin: 0 auto;
}

.double_standout_section {
    text-align: center;
    padding: 68px 0;
}

.double_boxes {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    max-width: 1280px;
    margin: auto;
    padding-top: 3em;
    text-align: left;
}

.left_box, .right_box {
    padding: 60px 6%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2em;
    color: #fff;
}

body.keynote-speaking .left_box, body.keynote-speaking .right_box {
    padding-bottom: 30px;
}

.double_boxes h4 {
    font: 600 22px/140% proxima-nova, sans-serif;
    margin-top: 1.2em;
}

.double_boxes h4:first-of-type {
    text-transform: uppercase;
    letter-spacing: 6px;
}

.double_boxes p {
    font: 400 17px/160% proxima-nova, sans-serif;
    margin-top: 1em;
}

/*
.double_standout_section .right_box p {
    font: 400 20px/160% proxima-nova, sans-serif;
}

.double_standout_section .right_box h4 {
    font: 600 24px/140% proxima-nova, sans-serif;
}

.double_standout_section .right_box h4:first-of-type {
    font: 400 28px/140% proxima-nova, sans-serif;
}
 */
.double_boxes h4:first-child {
    margin-top: 0;
}

.double_text_section {
    text-align: center;
    padding: 108px 0;
}

.double_standout_section h3 {
    font: 400 26px/140% proxima-nova, sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.double_standout_section h2 {
    font: 500 32px/140% "Josefin Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: .5em auto;
}

.testimonial {
    max-width: 1140px;
    display: block;
    position: relative;
    font-size: 1.5em;
    line-height: 140%;
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    margin: 0 auto;
    padding: 1.5em 3em;
}

.single_testimonial_section.white {
    background-color: #fff;
}

.single_testimonial_section.blue {
    background-color: #061837;
}

.single_testimonial_section.white .testimonial {
    background-image: url('https://www.annahemmings.com/wp-content/uploads/quote-light-start.png'), url('https://www.annahemmings.com/wp-content/uploads/quote-light-end.png');
    background-size: 100px;
}

.single_testimonial_section.blue .testimonial {
    background-image: url('https://www.annahemmings.com/wp-content/uploads/quote-dark-start.png'), url('https://www.annahemmings.com/wp-content/uploads/quote-dark-end.png');
    background-size: 100px;
}

.testimonial p {
    font: 400 20px / 160% proxima-nova, sans-serif;
    text-align: center;
}

.single_testimonial_section.white .testimonial p {
    color: #333;
}

.ti_half .testimonial p, .single_testimonial_section.blue .testimonial p {
    color: #fff;
}

.ti_half .testimonial {
    background-image: url('https://annahemmings.com/staging/wp-content/uploads/quote-white-start.png'), url('https://annahemmings.com/staging/wp-content/uploads/quote-white-end.png');
    background-size: 100px;
}

.ti_half .ti_half__content img {
    max-width: 130px;
    margin: 0 auto;
}

.single_testimonial_section {
    padding: 90px 0;
}

.single_testimonial_section img {
    max-width: 200px;
    text-align: center;
    margin: 30px auto;
}

body.home .single_testimonial_section img.hitachi {
    max-width: 105px;
}

body.home .single_testimonial_section img.coca-cola {
    max-width: 250px;
}

.statistics_section_wrap {
    display: grid;
}

body.sustainability .double_text_section, body.about .double_text_section {
    text-align: left;
}

body.sustainability .double_text_section .paragraph_1, body.about .double_text_section .paragraph_1 {
    max-width: inherit;
    margin: 60px 0 0;
}

.image_text_section_content {
    display: flex;
    justify-content: space-between;
}

.image_text_section {
    background-color: #e7e9eb;
}

.image_plus_text .image_text_section {
    width: 100%;
    background-color: transparent;
}

.image_text_section_image {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

body.home .image_text_section_image {
    background-position: bottom;
}

.image_plus_text .image_text_section .image_text_section_image {
    background-size: contain;
}

.image_text_section_text {
    width: 50%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 40px;
}

.image_plus_text .image_text_section .image_text_section_text {
    gap: 10px;
}

.page-id-98 .image_text_section_text, .page-id-94 .image_text_section_text {
    background-color: #1f386c;
}

.page-id-94 .image_text_section_image {
    background-size: auto 410px;
    background-position: right 12px;
    background-color: #1f386c;
}

.page-id-1086 .image_text_section_image, .page-id-1086 .image_text_section_text,
.page-id-98 .image_text_section_image, .page-id-98 .image_text_section_text {
    background-color: #021839;
}

.page-id-1086 .image_text_section_image, .page-id-98 .image_text_section_image {
    background-size: auto 500px;
    background-position: right 106px;
}

.page-id-98 .image_text_section.image_text_section_reverse .image_text_section_image {
    background-position: left 106px;
}

.page-id-98 .image_text_section.image_text_section_reverse .image_text_section_text .reverse_aligned {
    align-self: flex-end;
    display: flex;
    flex-flow: column;
    gap: 40px;
}

.page-id-98 .image_text_section.image_text_section_reverse .image_text_section_image, .page-id-98 .image_text_section.image_text_section_reverse .image_text_section_text {
    background-color: #21376a;
}

.page-id-98 .image_text_section_text .button, .page-id-94 .image_text_section_text .button {
    display: none;
}

.page-id-1086 .image_text_section_text h2, .page-id-1086 .image_text_section_text ul li, .page-id-1086 .image_text_section_text p,
.page-id-98 .image_text_section_text h2, .page-id-98 .image_text_section_text ul li, .page-id-94 .image_text_section_text p, .page-id-98 .image_text_section_text p {
    max-width: 700px;
    color: #fff;
}

.page-id-98 .image_text_section_text {
    padding-left: 50px;
}

.page-id-98 .image_text_section.image_text_section_reverse .image_text_section_text {
    padding-left: 0;
    padding-right: 50px;
}

.page-id-98 main ul.in_addition {
    margin: 0;
}

.page-id-98 main ul.in_addition li {
    margin-bottom: 15px;
}

.image_text_section_text h2 {
    font: 400 28px/140% "Josefin Sans", sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.image_text_section_text p {
    max-width: 530px;
    font: 400 17px / 140% proxima-nova, sans-serif;
    letter-spacing: 1px;
}

.image_plus_text .image_text_section .image_text_section_text h2 {
    width: 100%;
    font: 500 30px / 1.6 "Josefin Sans", sans-serif;
    letter-spacing: 6px;
    text-align: center;
}

.image_plus_text .image_text_section .image_text_section_text p {
    width: 100%;
    max-width: unset;
    font: 500 18px / 170% proxima-nova, sans-serif;
    text-align: center;
}

.image_text_section_text .button {
    display: inline-block;
    padding: 13px 30px;
    background: #d1a861;
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
    font: 400 14px / 100% proxima-nova, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.image_text_section_reverse .image_text_section_content {
    flex-direction: row-reverse;
}

.logo_slider_section {
    text-align: center;
    padding: 60px;
}

.logo_slider_section h2 {
    font: 400 26px / 140% proxima-nova, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 70px;
}

.logo_slider_section .logo_grid {
    display: grid;
    grid-gap: 40px;
    justify-items: center;
}

.logo_slider_section .logo {
    width: 160px; /* Set a fixed width for each logo container */
    height: 100px; /* Set a fixed height for each logo container */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff; /* Light background color for the rectangle */
}

.logo.unilever, .logo.tarmac_logo, .logo.procter-gamble, .logo.novartis_logo, .logo.virgin-media, .logo.openreach {
    padding: 0;
}

.logo_slider_section .logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.logo_slider_wrapper {
    position: relative;
    overflow: hidden;
}

.logo_slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.logo_slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.logo_dots {
    margin-top: 20px;
}

.logo_dot {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #f6e7cb;
    border-radius: 50%;
    cursor: pointer;
}

.logo_dot.active {
    background-color: #ddb565;
}

.background_image_section.annas_story_introduction {
    height: 100vh;
}

.background_image_section.annas_story_introduction .centered {
    max-width: 1280px;
    align-items: flex-start;
    text-align: left;
}

.background_image_section.annas_story_introduction .centered .the_content {
    max-width: 650px;
}

.background_image_section.annas_story_introduction .centered .the_content h3 {
    font: 500 42px / 1.4 "Josefin Sans", sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.background_image_section.annas_story_introduction .centered .the_content p {
    font: 400 21px / 170% proxima-nova, sans-serif;
    margin-bottom: 30px;
    text-align: left;
}

.background_image_section.annas_story_business_and_keynotes .centered {
    max-width: 1280px;
    text-align: left;
}

.background_image_section.annas_story_business_and_keynotes .the_content {
    column-count: 2;
    column-gap: 60px;
}

.background_image_section.annas_story_business_and_keynotes .the_content h1 {
    column-span: all;
    font: 500 32px / 1.2 "Josefin Sans", sans-serif;
    text-align: center;
    margin-bottom: 60px;
}

.annas_story_image_video_buttons h2, .annas_story_image_video_buttons p {
    color: #000;
}

.background_image_section.annas_story_image_video_buttons .centered {
    max-width: 1280px;
}

.annas_story_image_video_buttons h2 {
    font: 500 32px / 1.2 "Josefin Sans", sans-serif;
}

.annas_story_image_video_buttons .three_buttons, .annas_story_image_video_buttons .two_images {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.annas_story_image_video_buttons .three_buttons {
    max-width: 900px;
}

.annas_story_image_video_buttons .square_image {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    position: relative;
}

.annas_story_image_video_buttons .first_image_video #openModal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 71px;
}

.annas_story_image_video_buttons .modal_content {
    width: 60vw;
}

.background_image_section.career_highlights .centered {
    max-width: 1280px;
}

.background_image_section.career_highlights .centered h2 {
    margin-bottom: 60px;
}

.year_chart {
    position: relative;
    margin: auto;
}

.timeline-entry {
    min-height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.timeline-entry:last-of-type, .timeline-entry:first-of-type {
    min-height: unset;
}

.timeline-entry:first-of-type{
    margin-bottom: 40px;
}

.timeline-entry:last-of-type{
    margin-top: 40px;
}

.year {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #d4a24a;
    font: 600 13px / 40px proxima-nova, sans-serif;
    color: #000;
    border-radius: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
}

.first_left_achievement, .second_left_achievement, .first_right_achievement, .second_right_achievement {
    width: 45%;
    text-align: right;
    font: 400 18px / 27px proxima-nova, sans-serif;
}

.first_right_achievement, .second_right_achievement {
    text-align: left;
}

.gold {
    color: #e9b356;
}

.year_chart::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 2px;
    background-color: #fff;
}

.about_box {
    background-color: #e7e9ed;
    padding-top: 100px;
}

.about_box .centered {
    max-width: 1280px;
}

.about_box .the_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Allows content to wrap on smaller screens */
    gap: 20px;
    background-color: #fff;
}

.left_side_text_content {
    flex: 1;
    max-width: 50%;
    font: 400 21px / 1.6 proxima-nova, sans-serif;
    color: #000;
    text-align: left;
}

.right_side_background_image {
    flex: 1;
    max-width: 45%;
    height: 480px;
    text-align: right;
    background-size: cover;
}

.right_side_background_image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px; /* Optional: Rounded corners */
}

@media screen and (max-width: 768px) {
    .the_content {
        flex-direction: column;
    }

    body .background_image_section.annas_story_business_and_keynotes .the_content {
        column-count: 1;
    }

    .background_image_section.annas_story_introduction {
        background-position: 75% 0;
    }

    .right_side_background_image {
        margin-top: 20px;
        max-width: 100%;
    }

    .left_side_text_content {
        max-width: 100%;
    }

    .timeline-entry {
        display: block;
        text-align: center;
        min-height: unset;
        padding-bottom: 20px;
    }

    .year {
        position: static;
        padding: 20px 16px;
    }

    .year_chart::before {
        display: none;
    }

    .first_left_achievement, .first_right_achievement {
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }

    body .first_right_achievement, .second_right_achievement,
    body .first_left_achievement, .second_left_achievement {
        padding: 0;
        margin: 30px 0 15px;
        font: 400 16px / 27px proxima-nova, sans-serif !important;
    }

    body .first_right_achievement br, .second_right_achievement br,
    body .first_left_achievement br, .second_left_achievement br {
        display: block;
    }

    body .about_box .the_content {
        flex-direction: column;
    }

    body .about_box .right_side_background_image {
        width: 100%;
        height: 390px;
        flex: unset;
        background-position: -80px 0;
        background-repeat: no-repeat;
    }

    body .about_box .left_side_text_content {
        font: 400 17px / 1.6 proxima-nova, sans-serif;
    }

    body.page-id-92 .short_banner {
        background-position: 50% 0;
    }

}

.testimonial_introduction, .anna_hemmings_quote, .commitment_message, .bespoke_programmes, .more_than_keynote, .event_day {
    background-color: #cfab66;
    color: #fff;
    text-align: center;
}

.commitment_message {
    background-color: #d8ab5a;
}

.bespoke_programmes {
    background-color: #1f386c;
}

.single_text_section.book_anna_hemmings, .lets_chat.book_anna, .more_than_keynote {
    background-color: #021839;
}

.event_day, .event_resources {
    background-color: #4a5d8a;
}

.single_text_section.book_anna_hemmings .container h2, .single_text_section.book_anna_hemmings .container p,
.single_text_section.testimonial_introduction .container h2, .single_text_section.bespoke_programmes .container h2, .single_text_section.more_than_keynote .container h2,
.single_text_section.event_day .container h2 {
    color: #fff;
}

.single_text_section.book_anna_hemmings .container p, .bespoke_programmes p, .more_than_keynote p, .event_day p, .image_text_section_content p {
    font: 400 19px / 1.6 proxima-nova, sans-serif;
}

.image_text_section_content p {
    letter-spacing: 0;
}

.testimonial_introduction p, .commitment_message p, .bespoke_programmes p, .more_than_keynote p, .event_day p, .book_anna_hemmings p {
    margin-top: 30px;
}

.book_anna_hemmings p {
    text-align: center;
}

.single_text_section.event_day .container p + h2, .anna_hemmings_quote p + p {
    margin-top: 50px;
}

.testimonial_introduction {
    background-color: #081837;
}

.testimonials_grey {
    background-color: #f3f4f5;
}

.two_testimonials .container, .two_testimonials_with_photo_section .container {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: auto;
    padding-top: 3em;
}

.two_testimonials_with_photo_section .testimonials {
    flex: 1;
    padding: 20px;
    color: #000;
}

.two_testimonials_with_photo_section .testimonial_photo {
    flex: 1;
    background-size: cover;
    background-position: center;
    height: auto;
    min-height: 800px;
}

.two_testimonials img,
.two_testimonials_with_photo_section .testimonials img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 40px;
}

.two_testimonials.novartis_coutts .one_testimonial:nth-of-type(1) img {
    max-width: 220px;
}

.two_testimonials .one_testimonial, .two_testimonials_with_photo_section .one_testimonial {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 60px;
}

.two_testimonials.two_testimonials.altrad_danone .one_testimonial:nth-of-type(1) img {
    max-width:80px;
}

.two_testimonials.two_testimonials.altrad_danone .one_testimonial:nth-of-type(2) img {
    max-width:130px;
}

.two_testimonials.two_testimonials.altrad_danone .one_testimonial {
    border-bottom: none;
}

.two_testimonials.virgin_rbs .one_testimonial {
    border-top: 1px solid #cbcbcb;
    padding-top: 60px;
}

.two_testimonials .one_testimonial {
    flex: 1;
}

.two_testimonials_with_photo_section .one_testimonial:nth-of-type(1) img {
    max-width: 120px;
}

.two_testimonials_with_photo_section .one_testimonial:nth-of-type(2) {
    padding-top: 60px;
}

.two_testimonials_with_photo_section .one_testimonial:nth-of-type(2) img {
    max-width: 160px;
}

.two_testimonials .one_testimonial p:nth-of-type(1), .two_testimonials .one_testimonial p:nth-of-type(2), .two_testimonials_with_photo_section .one_testimonial p:nth-of-type(1) {
    margin-bottom: 30px;
}

.two_testimonials.ucb_charlotte .one_testimonial:nth-of-type(1) img {
    max-width: 80px;
}

.two_testimonials.ucb_charlotte .one_testimonial:nth-of-type(2) img {
    max-width: 380px;
    margin-top: 30px;
}

.two_testimonials.hannah_pccw .one_testimonial:nth-of-type(1) img {
    max-width: 220px;
}

.two_testimonials.hannah_pccw .one_testimonial:nth-of-type(2) img {
    max-width: 220px;
    margin-top: 20px;
}

.two_testimonials.super_deloitte .one_testimonial:nth-of-type(1) img {
    max-width: 280px;
}

.two_testimonials.super_deloitte .one_testimonial:nth-of-type(2) img {
    max-width: 220px;
    margin-top: 0;
}

.two_testimonials.super_deloitte .one_testimonial {
    border: none;
}

.two_testimonials.procter_deloitte .one_testimonial {
    padding-top: 40px;
}

.two_testimonials.procter_deloitte .one_testimonial:nth-of-type(1) img {
    max-width: 160px;
}

.two_testimonials.procter_deloitte .one_testimonial:nth-of-type(2) img {
    max-width: 120px;
}

.two_testimonials.sse_sony .one_testimonial:nth-of-type(1) img {
    max-width: 140px;
}

.two_testimonials.sse_sony .one_testimonial:nth-of-type(2) img {
    max-width: 160px;
    margin-top: 20px;
}

.two_testimonials.virgin_rbs .one_testimonial:nth-of-type(1) img {
    max-width: 120px;
}

.two_testimonials.virgin_rbs .one_testimonial:nth-of-type(2) img {
    max-width: 150px;
    margin-top: 10px;
}

.two_testimonials.siemens_infosys .one_testimonial:nth-of-type(2) img {
    max-width: 130px;
    margin-top: 6px;
}

.beyond_barriers p, .event_planning_testimonial p {
    font: 400 19px/1.6 proxima-nova, sans-serif;
    margin-bottom: 20px;
    text-align: center;
}

.event_planning_testimonial p {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.page-id-100 main::before {
    border-top: 100px solid blue;
}

.squares_block .squares {
    display: flex;
    flex-wrap: wrap;
}

.squares_block .square {
    background-size: cover;
    background-position: center;
    padding-top: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.squares_block .content_container {
    max-width: 80%;
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.squares_block .content_container h3 {
    font: 400 21px / 1.6 'Proxima Nova', sans-serif;
    margin-bottom: 30px;
    letter-spacing: 4px;
}

.squares_block .content_container p {
    font: 400 16px/1.6 'Proxima Nova', sans-serif;
}

.squares_block a.button {
    color: #fff;
    margin-top: 60px;
}

.page-id-100 .single_text_section.toolkit .container h2 {
    margin-bottom: 40px;
}

.page-id-100 .single_text_section.toolkit .container p {
    max-width: 950px;
    font: 400 16px / 1.6 'Proxima Nova', sans-serif;
    margin: 0 auto 20px;
}

.toolkit_form {
    max-width: 600px;
    margin: 0 auto;
}

.toolkit_form .gform_footer {
    justify-content: center;
}

body input#gform_submit_button_2 {
    background-color: #00205c;
    color: #fff;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea {
    border-color: #cbcbcb !important;
}

.no_pointer {
    pointer-events: none;
    text-decoration: underline;
}

.get_quote_section {
    margin-top: 60px;
}

.get_quote_section_content {
    padding: 128px 0;
    text-align: center;
    background-position: 50%;
    background-size: cover;
    background: linear-gradient(0deg, rgba(49, 62, 119, .75), rgba(49, 62, 119, .75));
}

.get_quote_section .heading_3 {
    color: #fff;
}

.get_quote_section .paragraph_1 {
    color: #fff;
    margin: 60px 0;
}

.get_quote_section .btn {
    color: #18181a;
    background-color: #fff;
    border-color: #fff;
}

.get_quote_section .btn:hover {
    color: #fff;
    background-color: transparent;
}

.plainfourFeature {
    background-color: #f8f8f9;
}

.plainfourFeature_content {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 108px 0;
}

.plainfourFeature_single {
    max-width: 240px;
    text-align: center;
}

.plainfourFeature_single_icon {
    margin: auto;
    width: 100%;
    height: 85px;
}

.plainfourFeature_single .heading_6 {
    margin-top: 29px;
    margin-bottom: 24px;
}

.plainfourFeature_single_paragraph {
    color: #18181a;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
}

.plainfourFeature_single_paragraph strong {
    font-weight: 700;
}

.statistics_section {
    background-color: #1d95a7;
    padding: 121px 0;
}

.statistics_single {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 30px;
    max-width: 360px;
    align-items: center;
    margin: auto;
}

.statistics_single p {
    color: #fff;
    text-align: center;
    font-style: normal;
}

p.single_medium {
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

p.single_big {
    font-size: 96px;
    font-weight: 800;
    line-height: 34px;
}

p.single_small {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.product_header {
    background: #f8f8f9;
}

.product_header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 68px;
}

.product_header_left {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.two_buttons, .image_and_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image_plus_text .two_buttons {
    margin: 0 auto;
}

.image_and_buttons {
    margin-bottom: 60px;
}

.image_and_buttons img {
    margin: 20px auto;
}

.product_images {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.product_thumbnail_image_box {
    width: 148px;
    height: 148px;
    overflow: hidden;
}

.product_thumbnail_image {
    width: 100%;
}

.product_header_right {
    max-width: 652px;
    width: 100%;
    overflow: hidden;
}

.product_image {
    width: 100%;
    height: 724px;
    transition: all .3s ease-in-out .05s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.product_feature_categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.product_feature_category {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.product_feature_category_icon {
    fill: #18181a;
    transition: all .3s ease-in-out;
}

.product_feature_category_title {
    color: #18181a;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .44px;
    text-transform: uppercase;
}

.product_feature_category:hover .product_feature_category_icon {
    fill: #1d95a7;
}

.product_header_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.product_about_section {
    padding: 108px 0 68px;
}

.product_about_section_content {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.product_about_section_icons {
    display: flex;
    gap: 20px;
}

.product_about_section_icon {
    width: 128px;
    height: 128px;
}

.product_feature_section {
    padding: 108px 0;
    background: #f8f8f9;
}

.product_feature_section_content {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.product_features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 68px;
}

.product_feature_single {
    display: flex;
    gap: 24px;
    align-items: center;
    min-height: 72px;
}

.product_feature_single_icon {
    max-width: 48px;
    height: 48px;
    width: 100%;
}

.product_feature_text {
    color: #18181a;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    padding: 17px 0;
}

.product_specification_section {
    padding-top: 108px;
}

.accordion_toggle {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid #18181a;
    cursor: pointer;
}

.accordion_toggle_arrow.close {
    transform: rotate(180deg);
}

.accordion_toggle_arrow path {
    fill: #18181a;
    transition: all .3s ease-in-out;
}

.accordion_toggle:hover .accordion_toggle_arrow path {
    fill: #1d95a7;
}

.accordion_toggle_arrow {
    transition: all .3s ease-in-out;
}

.toggle_section_data_content {
    overflow: hidden;
    transition: all .3s ease-in-out;
    max-height: 5000px;
    transform: scaleY(1);
    transform-origin: top;
}

.toggle_section_data_content.collaps_box {
    transform: scaleY(0);
    max-height: 0;
}

.toggle_section_data_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
    margin-bottom: 60px;
    gap: 0 80px;
}

.toggle_section_data {
    display: flex;
    gap: 24px;
    flex-direction: column;
    padding: 30px 24px;
    background-color: #fff;
    transition: all .3s ease-in-out;
}

.toggle_section_data_title {
    color: #18181a;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .48px;
    text-transform: uppercase;
}

.ref_text, .toggle_section_data_text {
    color: #18181a;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
}

.toggle_section_data_text {
    line-height: normal;
    letter-spacing: .2px;
}

.toggle_section_data:hover {
    background-color: #f8f8f9;
}

.toggle_section_data_table_wrap {
    overflow: hidden;
    transition: all .3s ease-in-out;
    max-height: 5000px;
    transform: scaleY(1);
    transform-origin: top;
}

.toggle_section_data_table_wrap.collaps_box {
    transform: scaleY(0);
    max-height: 0;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

.toggle_section_data_table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
}

.toggle_section_data_table tr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 24px;
    transition: all .3s ease-in-out;
}

.two_column_table tr {
    grid-template-columns: repeat(2, 1fr);
}

.three_column_table tr {
    grid-template-columns: repeat(3, 1fr);
}

.four_column_table tr {
    grid-template-columns: repeat(4, 1fr);
}

.five_column_table tr {
    grid-template-columns: repeat(5, 1fr);
}

.six_column_table tr {
    grid-template-columns: repeat(6, 1fr);
}

.seven_column_table tr {
    grid-template-columns: repeat(7, 1fr);
}

.eight_column_table tr {
    grid-template-columns: repeat(8, 1fr);
}

.toggle_table_data_text, .toggle_table_title_text {
    color: #18181a;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    letter-spacing: .2px;
    text-align: left;
    padding: 30px 0;
}

.toggle_table_title_text {
    font-weight: 600;
    text-transform: uppercase;
}

.toggle_table_data_text {
    font-weight: 300;
}

.toggle_section_data_table tr:hover {
    background-color: #f8f8f9;
}

.product_dimensions_section, .product_datasheet_download_section, .product_brochure_download_section {
    margin-top: 108px;
}

.accordion_toggle:hover .accordion_toggle_arrow path {
    fill: #1d95a7;
}

.accordion_toggle.no_border {
    border-bottom: none;
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */
.content .one_column.accordion {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content .one_column.accordion p.open-close:first-of-type, .content .one_column.accordion .open-close.p:first-of-type, .content .one_column.accordion p.open-close, .content .one_column.accordion .open-close.p {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url('https://www.seerhealerguide.co.uk/wp-content/uploads/2023/11/accordion_show.svg') no-repeat right 10px center;
    background-size: 24px 24px;
    position: relative;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font: 600 18px/24px "Cardo", serif;
    border-bottom: 1px solid #fff;
}

.content .one_column.accordion p.open-close.current {
    background: transparent url('https://www.seerhealerguide.co.uk/wp-content/uploads/2023/11/accordion_hide.svg') no-repeat right 10px center;
    background-size: 24px 24px;
    border-bottom: none;
}

.content .one_column.accordion p {
    margin: 0;
    padding: 1.25rem 30px 1.25rem 0;
}

.content .one_column.accordion .desc ul li {
    list-style: disc;
}

.content .one_column.accordion .open-close.current + .desc p {
    padding-top: 0;
}

/* ==========================================================================
   Contact Page
   ========================================================================== */

.contact_form_section {
    padding: 108px 0;
}

.contact_form_text_section {
    display: flex;
    flex-flow: column;
    gap: 62px;
}

.contact_form_section_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
    justify-content: space-between;
}

.contact_form_text_section .paragraph_1 {
    max-width: 520px;
    width: 100%;
}

body.single-podcasts main .container {
    max-width: 800px;
    padding-top: 60px;
    padding-bottom: 60px;
}

body.single-podcasts.podcast-type-video .main_image {
    display: none;
}

.tabs {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.tab-link {
    cursor: pointer;
    text-decoration: none;
}

.tab-link.active {
    color: #e8c17d;
}

.tab-link[data-tab="podcasts-tab"] {
    margin: 0 5px 0 0;
}

.tab-link[data-tab="videos-tab"] {
    margin: 0 0 0 5px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.featured-podcast {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.featured-podcast-left {
    flex: 0 0 65%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-image {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.featured-podcast-right {
    flex: 0 0 35%;
    padding-left: 30px;
}

.podcast-title {
    font: 600 14px/1 'Proxima Nova', sans-serif;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.podcast-main-title {
    font: 600 21px/1.4 'Proxima Nova', sans-serif;
    color: #000;
    margin-bottom: 15px;
}

.podcast-description {
    font: 400 15px/1.7 proxima-nova, sans-serif;
    color: #000;
    margin-bottom: 20px;
    padding-right: 30px;
}

.podcast-link {
    font: 600 16px/1 proxima-nova, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: none;
}

.page-id-92 .container a.black-link {
    color: #000;
    padding-bottom: 0;
}

.page-id-92 .container a.black-link::after {
    content: none !important;
}

.page-id-92 .container a.black-link:hover {
    background: none !important;
}

#blog-grid {
    margin-top: 4em;
    display: grid;
}

article>div:first-child img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
}

#blog-grid article>div:first-child {
    margin-bottom: 1em;
}

#blog-grid a.image {
    width: 100%;
}

#blog-grid img {
    height: 240px;
}

.single-podcasts img.main_image {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}

.single-podcasts h1 {
    font: 600 21px/1.4 'Proxima Nova', sans-serif;
    color: #000;
    margin-bottom: 15px;
}

.podcast-link svg {
    width: 3em;
    height: 3em;
    margin-right: .25em;
    display: inline-block;
}

.podcast-link path {
    fill: #d4b66f;
}

.single-podcasts .podcast-link a {
    display: inline-block;
    color: #c69e40 !important;
    font-weight: 700;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #d4b66f;
    border-radius: 0 10px 10px 0;
    padding: 5px 15px;
}

.single-podcasts main p, .single-podcasts main li {
    font: 400 19px / 1.5 proxima-nova, sans-serif;
    color: #000;
    margin-top: 20px;
}

.single-podcasts main li {
    list-style: disc outside;
}

.single-podcasts main ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.social-share {
    display: block;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.social-share h2 {
    font: 700 24px/1 'Proxima Nova', sans-serif;
    color: #c8a248;
    margin-right: 20px;
    display: block;
}

#podcast-social .social-share a {
    text-decoration: none;
}

#podcast-social .social-icon {
    width: 23px;
    height: 23px;
    transition: transform 0.3s ease;
}

.social-share a::after {
    content: none !important;
}

#podcast-social .soc-icon {
    fill: #d4b66f;
    -webkit-transition: all .33s ease-out;
    transition: all .33s ease-out;
}

#podcast-social a {
    display: inline-block;
    width: 36px;
    margin: 1em .67em 0 0;
    -webkit-transition: all .33s ease-out;
    transition: all .33s ease-out;
}

.faqs_section {
    background: #fff;
}

.faqs_section .container {
    max-width: 1280px;
    margin: 0 auto;
}

.faqs_heading {
    font: 400 28px / 140% "Josefin Sans", sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 0 0 40px;
    text-align: center;
}

.faqs_accordion {
    display: flex;
    flex-flow: column;
    gap: 0;
}

.faq_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.faq_question {
    width: 100%;
    appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    padding: 24px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    text-align: left;
    font: 700 19px / 1.6 proxima-nova, sans-serif;
}

.faq_question span:first-child {
    font-weight: 600;
}

.faq_icon {
    width: 18px;
    height: 18px;
    position: relative;
    flex: 0 0 18px;
}

.faq_icon::before,
.faq_icon::after {
    content: "";
    position: absolute;
    background: currentColor;
    transition: transform 0.45s ease;
}

.faq_icon::before {
    width: 18px;
    height: 2px;
    top: 8px;
    left: 0;
}

.faq_icon::after {
    width: 2px;
    height: 18px;
    top: 0;
    left: 8px;
}

.faq_item.is_open .faq_icon::after {
    transform: rotate(90deg);
}

.faq_answer {
    height: 0;
    overflow: hidden;
    transition: height 0.6s ease;
}

.faq_answer_inner {
    padding: 0 0 28px;
}

.faq_answer_inner, .faq_answer_inner ul li {
    font: 400 18px / 1.6 proxima-nova, sans-serif;
}

.faq_answer_inner p {
    margin-bottom: 15px;
}

.faq_answer_inner > :first-child {
    margin-top: 0;
}

.faq_answer_inner > :last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
    background: #e7e9eb;
}

.footer_container {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
}

.footer_column h3 {
    font: 400 17px/1 proxima-nova, sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer_column ul {
    list-style: none;
    padding: 0;
}

.footer_column ul li {
    margin-bottom: 10px;
}

.footer_column ul li a {
    text-decoration: none;
    font: 400 17px/1 proxima-nova, sans-serif;
    color: #000;
}

.footer_column ul li.top_spacing {
    margin-top: 43px;
}

.footer_column ul li.parent a {
    font-weight: 600;
}

.footer_column.contact_column {
    text-align: right;
}

.footer_social_icons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
    margin-right: auto;
}

.footer_social_icons a img.phone_icon {
    width: 22px;
    height: 22px;
}

.footer_social_icons a img.email_icon {
    width: 23px;
    height: 16px;
}

.footer_social_icons a img.x_icon {
    width: 20px;
    height: 20px;
}

.footer_social_icons a img.linkedin_icon {
    width: 19px;
    height: 19px;
}

.footer_column .button {
    padding: 13px 30px;
    background: #d1a861;
    color: #000;
    text-decoration: none;
    margin: 40px auto 10px 0;
    font: 400 14px / 1 proxima-nova, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 1920px) {

    .image_text_section_text {
        padding: 60px 0 100px 70px;
    }

}

@media only screen and (max-width: 1919px) {

    .image_text_section_text {
        padding: 50px 40px 90px 40px;
    }

}

@media only screen and (max-width: 1550px) {

    .image_text_section_text {
        margin: 0 auto
    }

}

@media only screen and (min-width: 1450px) {

    .page-id-92 .short_banner {
        background-position: 0 -120px;
    }

}


@media only screen and (max-width: 1450px) {

    .image_text_section_text {
        max-width:inherit;
        gap: 48px
    }

}

@media only screen and (max-width: 1200px) {

    .image_text_section_text {
        align-items: center;
        margin: auto
    }

    .image_text_section_text .paragraph_1 {
        text-align: center
    }

    .image_text_section_image {
        max-width: inherit;
        display: flex;
        justify-content: center
    }

    .product_thumbnail_image_box {
        width: 100px;
        height: 100px;
    }

}

@media only screen and (max-width: 1024px) {

    .enquire_input_field_group {
        gap:30px
    }

    .enquire_form_fieldset {
        gap: 10px
    }

    .enquire_input_label {
        font-size: 18px;
        padding-bottom: 10px
    }

    .enquire_form_input {
        height: 50px
    }

    .enquire_form_textarea {
        height: 150px
    }

    .enquire_form_submit {
        padding: 15px 0;
        font-size: 20px
    }

    .statistics_section_wrap {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .contact_form_section_wrap {
        grid-template-columns: 1fr;
        gap: 100px;
    }

    .contact_form_text_section {
        text-align: center;
    }

    .office_address_wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .contact_form_section, .office_address_section {
        padding: 60px 0;
    }

}

@media only screen and (max-width: 767px) {
    .image_text_section_content,.image_text_section_reverse .image_text_section_content {
        flex-direction:column
    }
    body .logo_slider_section .logo_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .container {
        padding:0 24px
    }
    body.page-id-90 .annas_story_image_video_buttons .three_buttons {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
    body.page-id-90 .annas_story_image_video_buttons .centered a.button {
        margin-top: 40px;
    }
    body .double_standout_section,
    body .double_text_section {
        padding: 48px 0
    }

    body .double_boxes {
        padding: 30px 20px 0;
        gap: 30px;
    }

    body .left_box, body .right_box {
        margin-bottom: 0;
    }

    .double_text_section .paragraph_1,.double_text_section .paragraph_2 {
        margin-top: 30px
    }

    body .image_text_section_text {
        gap: 0;
        padding: 30px 24px
    }
    .page-id-98 .image_text_section_image, .page-id-1086 .image_text_section_image {
        background-size: 100% auto;
        background-position: right 16px;
    }

    .page-id-98 .image_text_section.image_text_section_reverse .image_text_section_image {
        background-size: 100% auto;
        background-position: left 0;
    }

    body .image_text_section_image {
        width: 100%;
        min-height: 260px;
    }

    body .image_plus_text .image_text_section_image {
        min-height: 480px;
    }

    .background_image_section.image_plus_text {
        padding: 50px 0 0;
    }

    .image_plus_text .image_text_section .image_text_section_text h2 {
        font: 500 23px / 1.4 "Josefin Sans", sans-serif;
    }

    .cookie_text {
        max-width: 90%
    }

    .get_quote_section_content {
        padding: 60px 0
    }

    .logo_img {
        margin:auto
    }

    body .testimonial_container {
        max-width: 90%;
        left: 5%;
        padding: 50px;
    }

    body .background_image_section .centered h3:first-of-type, body .double_standout_section h3 {
        letter-spacing: 4px;
    }

    body .image_text_section_text h2, body .double_standout_section h2 {
        font: 500 26px / 140% "Josefin Sans", sans-serif;
        letter-spacing: 3px;
    }

    body .testimonial p {
        font: 400 20px / 170% proxima-nova, sans-serif;
    }

    body .sliding_panels .slider_container {
        padding: 20px;
    }

    body .slide_content {
        display: flex;
        padding: 30px 20px;
        flex-direction: column;
    }

    body .text_content, body .bullet_points,
    body .image_text_section_text {
        width: 100%;
    }

    body .image_text_section_text .button {
        margin: 20px 0 30px;
    }

    body .slider_container p {
        max-width: 100%;
    }

    body .slider_container ul li {
        margin-bottom: 16px;
    }

    body .image_text_section_text h2,
    body .image_text_section_text p {
        margin-bottom: 25px;
    }

    .sliding_panels .slider_container h3 {
        padding-right: 0;
    }

    .footer {
        padding: 60px 0 30px;
    }

    .footer_links {
        width: inherit;
        justify-content: space-around;
        flex-wrap: wrap
    }

    .footer_link {
        font-size: 18px;
        text-align: center
    }

    .footer_copyright {
        font-size: 13px;
        text-align: center;
        margin-top: 36px
    }

}

@media only screen and (max-width: 768px) {

    .image_and_buttons img {
        max-width: 100%;
    }

    .enquire_form {
        grid-template-columns:1fr;
        gap: 30px
    }

    .enquire_form_fieldset {
        gap: 5px
    }

    .enquire_modal_wrap {
        padding: 50px;
        height: 100%
    }

    .enquire_form_textarea {
        padding: 8px
    }

    .office_address_section {
        text-align: center;
    }

    .centered .gold_box {
        width: 100%;
    }

    .tabs {
        font: 400 16px/1 proxima-nova, sans-serif;
        letter-spacing: 1px;
        padding-top: 40px;
    }

    .squares_block .squares, .featured_events .content_container, .beyond_the_barriers .content_container, .gold_boxes,
    .two_testimonials .container, .two_testimonials_with_photo_section .container, .double_text_section .container, .featured-podcast {
        flex-direction: column;
    }

    .featured-podcast-right {
        padding: 30px;
    }

    #blog-grid {
        grid-template-columns: 1fr;
    }

    .header_buttons {
        justify-content: center;
        gap: 24px
    }

    .contact_form {
        gap: 30px;
    }

    .form_fieldset {
        gap: 10px;
    }

    article {
        margin-bottom: 40px;
    }

    .squares_block .square, .double_text_section .container > div {
        width: 100%;
    }

    .double_text_section .container {
        gap: 0;
    }

    .page-id-94 .image_text_section_image {
        background-position: center;
        background-size: 90%;
    }

    .page-id-94 .full_banner {
        background-position: -320px top;
    }

    .full_banner h1, .short_banner h1 {
        font: 400 36px / 1.4 "Josefin Sans", sans-serif;
        letter-spacing: 5px;
    }

    body.page-id-102 .short_banner h1 {
        font: 400 27px / 1.4 "Josefin Sans", sans-serif;
        color: #fff;
    }

    .full_banner p {
        font: 400 19px/1.6 'Proxima Nova', sans-serif;
    }

    .squares_block .square {
        aspect-ratio: 1 / 1;
        margin-bottom: 30px;
    }

    .single_text_section.thank_you, .single_text_section.blank_blue {
        font: 400 20px/1.4 proxima-nova, sans-serif;
    }

    body.page-id-786 .thin_banner {
        background-position: -410px 0 !important;
    }

    .thin_banner p {
        max-width: 900px;
        font: 400 14px / 1.7 'Proxima Nova', sans-serif;
        margin: 10px 0 0 230px;
    }

    .two_buttons, .image_and_buttons {
        gap: 0;
    }

    .page-id-102 .two_testimonials + .short_banner {
        height: 240px;
        background-position: right -160px top;
        background-size: 210% auto;
    }

    .single_text_section.testimonial_introduction .container h2, .single_text_section.bespoke_programmes .container h2, .single_text_section.more_than_keynote .container h2,
    .single_text_section.event_day .container h2 {
        font: 400 23px / 1.6 "Josefin Sans", sans-serif;
    }

    .page-id-98 main ul.in_addition li, .testimonial_introduction p, .anna_hemmings_quote p, .commitment_message p {
        font: 400 18px / 1.6 proxima-nova, sans-serif;
    }

    .page-id-100 p, .two_testimonials p, .two_testimonials_with_photo_section .testimonials p {
        font: 400 17px / 1.6 proxima-nova, sans-serif;
    }

    .two_testimonials .one_testimonial:nth-of-type(2) {
        padding-top: 3em;
    }

    .page-id-100 h1, .full_banner h1, .short_banner h1 {
        font: 400 32px / 1.2 "Josefin Sans", sans-serif;
        letter-spacing: 5px;
    }

    .page-id-98 .image_text_section_text h2 {
        font: 500 23px / 140% proxima-nova, sans-serif;
    }

    .testimonial_image_section {
        background-position: 56% 51%;
    }

    .logo_slider_section .logo {
        padding: 0;
    }

    .logo_slider_section {
        padding: 60px 0;
    }

    body .logo_slider_section .logo img {
        max-width: 65% !important;
    }

    body.page-id-98 .full_banner {
        background-position: -250px 0;
    }

    .double_boxes h4:first-of-type {
        font: 400 23px/140% proxima-nova, sans-serif;
    }

    body .home_speech_topics .centered h2 {
        font: 500 23px / 1.4 "Josefin Sans", sans-serif;
    }

    body .background_image_section .centered h3:first-of-type, body .double_standout_section h3 {
        font: 400 19px / 140% proxima-nova, sans-serif;
    }

    body .background_image_section.home_speech_topics {
        background-position: -320px -710px;
    }

    body .centered {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    body .three_gold_boxes_section .centered {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body .background_image_section.annas_story_introduction .centered .the_content p {
        font: 400 16px / 150% proxima-nova, sans-serif !important;
    }

    body .background_image_section.career_highlights {
        background-size: unset;
        background-color: #030c07;
        padding-top: 60px !important;
        padding-bottom: 20px !important;
    }

    .about_box .the_content {
        padding: 60px 20px;
    }

    .bespoke_programmes {
        padding: 50px 0 0 !important;
    }

    .featured_events .container h2, .single_text_section .container h2 {
        font: 400 26px / 1.4 "Josefin Sans", sans-serif;
    }

    .single_text_section.beyond_barriers .container h2 {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    body .lets_chat a.button {
        font: 400 14px / 1.6 proxima-nova, sans-serif;
    }

    body .lets_chat.book_anna a.button {
        color: #fff;
    }

    .single_text_section.more_than_keynote {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }

    .page-id-98 .image_text_section_text {
        padding: 50px 20px !important;
    }

    body br {
        display: none;
    }
/* end768 */
}

@media only screen and (max-width: 550px) {

    .enquire_modal .container {
        padding:0;
        margin: 0
    }

    .enquire_modal_wrap {
        padding: 30px;
        max-height: 100vh;
        overflow: scroll
    }

    .enquire_form {
        gap: 20px
    }

    .enquire_modal_close {
        top: 15px;
        right: 15px
    }

    .enquire_modal_close svg {
        width: 18px;
        height: 18px
    }

    .enquire_modal_close svg path {
        fill: #fff
    }

    .enquire_input_field_group {
        gap: 20px
    }

    .enquire_form_fieldset {
        gap: 0
    }

    .contact_form_text_section {
        gap: 20px;
    }

    .office_address_title {
        font-size: 20px;
    }

}

@media only screen and (min-width: 769px) {

    .featured_events .container h2, .single_text_section .container h2 {
        font: 400 32px / 1.2 "Josefin Sans", sans-serif;
    }

    #gform_3 h2 {
        margin-top: 30px;
    }

    .gform-theme--framework .gform_validation_errors .gform_submission_error {
        letter-spacing: 0 !important;
    }

    .gform-theme--framework .gfield_validation_message,
    .gform-theme--framework .gform_validation_errors .gform_submission_error {
        color: #000 !important;
    }

    .gform-theme--framework .gform_validation_errors .gform-icon {
        display: none !important;
    }

    .gform-theme--framework .gform_validation_errors {
        background-color: #e8c17d !important;
        border: 1px solid #e8c17d !important;
    }

    .page-id-98 .image_text_section_text, .page-id-94 .image_text_section_text {
        padding-bottom: 140px;
    }

    .two_call_to_actions a.button:nth-of-type(1) {
        margin-right: 15px;
    }

    .two_call_to_actions a.button:nth-of-type(2) {
        margin-left: 15px;
    }

    .about_box .the_content {
        padding: 80px;
    }

    body .background_image_section .centered h3:first-of-type, body .double_standout_section h3 {
        font: 400 23px / 140% proxima-nova, sans-serif;
    }

    body .home_speech_topics .centered h2 {
        font: 500 31px / 1.4 "Josefin Sans", sans-serif;
    }

    .double_boxes h4:first-of-type {
        font: 400 26px/140% proxima-nova, sans-serif;
    }

    .centered .gold_box {
        width: 33.3%;
    }

    .tabs {
        font: 400 19px/1 proxima-nova, sans-serif;
        letter-spacing: 2px;
        padding-top: 70px;
    }

    #blog-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 3em;
    }

    .double_text_section .container > div {
        width: 50%;
    }

    .two_testimonials .container, .two_testimonials_with_photo_section .container, .double_text_section .container {
        gap: 60px;
    }

    .featured_events .content_container, .beyond_the_barriers .content_container {
        gap: 20px;
    }

    .squares_block .squares {
        gap: 20px;
    }

    .squares_block .square {
        width: calc(50% - 20px);
    }

    .single_text_section.thank_you, .single_text_section.blank_blue {
        font: 400 24px/1 proxima-nova, sans-serif;
    }

    .thin_banner p {
        max-width: 900px;
        font: 400 24px/1.6 'Proxima Nova', sans-serif;
        margin: 10px 0 0 300px;
    }

    .full_banner p {
        font: 400 19px/1.6 proxima-nova, sans-serif;
    }

    .two_buttons, .image_and_buttons {
        gap: 20px;
    }

    .page-id-102 .short_banner {
        background-position: 70% 0;
    }

    .single_text_section.testimonial_introduction .container h2, .single_text_section.bespoke_programmes .container h2, .single_text_section.more_than_keynote .container h2,
    .single_text_section.event_day .container h2 {
        font: 400 32px / 1.6 "Josefin Sans", sans-serif;
    }

    .testimonial_introduction p, .anna_hemmings_quote p, .commitment_message p {
        font: 400 21px / 1.6 proxima-nova, sans-serif;
    }

    .two_testimonials p, .two_testimonials_with_photo_section .testimonials p {
        font: 400 19px / 1.6 proxima-nova, sans-serif;
    }

    .two_testimonials p:first-of-type {
        font: 400 22px / 1.6 proxima-nova, sans-serif;
    }

    .featured_events .slide_content {
        gap: 20px;
        padding: 40px 50px;
    }

    .featured_events .slider_container .slide.unilever .bullet_points {
        margin-top: -160px;
    }

    .full_banner h1, .short_banner h1, .page-id-100 h1 {
        font: 400 42px / 1.4 "Josefin Sans", sans-serif;
        letter-spacing: 6px;
    }

    .page-id-100 p {
        font: 400 19px/1.6 'Proxima Nova', sans-serif;
    }

    .page-id-98 main ul.in_addition li {
        font-size: 19px;
    }

    .page-id-98 .image_text_section_text h2 {
        font: 500 26px / 140% proxima-nova, sans-serif;
    }

    .logo_slider_section .logo {
        padding: 20px;
    }

    .image_and_buttons img {
        max-width: 420px;
    }

    .single_text_section.beyond_barriers .container h2 {
        margin-top: 60px;
        margin-bottom: 40px;
    }

}
@media only screen and (max-width: 1439px) {

    body.page-id-786 .thin_banner {
        background-position: -290px 0;
    }

    .product_header_content {
        flex-direction: column-reverse;
        padding-bottom: 60px;
    }

    body.page-id-98 .full_banner, body.page-id-1086 .full_banner {
        background-position: 30%;
    }

}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {

    body .background_image_section.annas_story_introduction .centered .the_content {
        max-width: 700px;
    }
    body .background_image_section.annas_story_introduction .centered .the_content p {
        font: 400 20px / 170% proxima-nova, sans-serif;
    }
    body.page-id-98 .full_banner, body.page-id-1086 .full_banner {
        background-position: 30%;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1160px) {

    .logo_slider_section .logo_grid {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media only screen and (max-width: 1160px) {

    .main_menu,.navigation_wrap {
        display: block
    }

    #menu-mobile-menu-container {
        display: none;
    }

    nav.menushow #menu-mobile-menu-container {
        display: block;
    }

    #menu-main-menu {
        min-height: inherit;
        max-height: 0;
        transition: all .6s ease-in-out;
        padding-top: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0
    }

    #menu-main-menu.active {
        max-width: 320px;
        max-height: 1000px;
        visibility: visible;
        opacity: 1
    }

    .mobile_menu {
        display: block
    }

    #menu-main-menu li {
        display: block;
        margin: 20px 0
    }

    #menu-main-menu li .sub-menu li {
        margin: 0
    }

    .navigation ul li a {
        display: block;
        text-align: left;
        font-size: 20px
    }

    .sub-menu {
        margin-left: 20px;
        padding-top: 5px;
        top: inherit;
        left: inherit;
        visibility: visible;
        opacity: 1;
        color: transparent;
        position: inherit
    }

    .dropdown:hover .dropdown_list,.dropdown_list {
        transform: inherit
    }

    .logo_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

    .onMenuActive {
        display: block
    }

    .dropdown_mb_120:hover,.dropdown_mb_90:hover {
        margin-bottom: 0
    }

    body.page-id-98 .full_banner, body.page-id-1086 .full_banner {
        background-position: 50%;
    }
}

@media only screen and (min-width: 1161px) {

    .testimonial_image_section {
        background-position: 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .white_logo {
        display: none;
    }
    .logo_slider_section .logo_grid {
        grid-template-columns: repeat(6, 1fr);
    }
    #menu-mobile-menu-container {
        display: none;
    }
    #menu-main-menu, .navigation_wrap {
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
    }
    .navigation_wrap {
        gap: 50px;
    }
    .navigation ul li .sub-menu {
        position: absolute;
        top: 110px;
        z-index: 8888;
        display: none;
        background-color: #fff;
        border-top: none;
    }
    .menu-item {
        height: 100%;
        display: flex;
        align-items: center;
    }

    #menu-main-menu .menu-item a {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 30px;
        text-decoration: none;
        color: #000;
    }

    #menu-main-menu #menu-item-117.menu-item, #menu-main-menu .menu-item a:hover, #menu-main-menu .menu-item.current-menu-item, #menu-main-menu .menu-item.current_page_ancestor {
        background-color: #e8c17d;
    }

}

@media only screen and (min-width: 1161px) and (max-width: 1239px) {
    body .background_image_section.annas_story_introduction .centered .the_content p {
        font: 400 19px / 150% proxima-nova, sans-serif;
        margin-bottom: 20px;
    }
    body .centered {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 950px) {

    .product_feature_text {
        font-size: 20px;
        padding: 12px;
    }

    .toggle_section_data_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media only screen and (max-width: 650px) {

    .product_header_content, .product_header_left {
        gap: 30px;
    }

    .product_image {
        height: 400px;
        background-size: cover;
    }

    .product_images {
        gap: 10px;
    }

    .product_thumbnail_image_box {
        width: 75px;
        height: 75px;
    }

    .product_feature_category svg {
        width: 15px;
        height: 15px;
    }

    .product_feature_category_title {
        font-size: 16px;
    }

    .product_about_section, .product_feature_section {
        padding: 60px 0;
    }

    .product_about_section_icon {
        width: 80px;
        height: 80px;
    }

    .product_feature_single_icon {
        max-width: 28px;
        height: 28px;
        width: 100%;
    }

    .product_features, .toggle_section_data_wrap {
        grid-template-columns: 1fr;
    }

    .product_feature_single {
        min-height: inherit;
    }

    .product_brochure_download_section, .product_dimensions_section, .product_specification_section {
        padding-top: 60px;
        margin: 0;
    }

    .accordion_toggle {
        padding-bottom: 20px;
    }

    .accordion_toggle_arrow {
        width: 16px;
        height: 16px;
    }

    .toggle_section_data {
        padding: 20px 10px;
        gap: 10px;
    }

    .toggle_section_data_title {
        font-size: 20px;
    }

    .toggle_section_data_text {
        font-size: 16px;
    }

    .toggle_table_data_text {
        padding: 15px 0;
        font-size: 16px;
    }

    .toggle_section_data_table tr {
        padding: 0;
    }

    .toggle_section_data_table td {
        padding-left: 50%;
        text-indent: 10px;
    }

    .toggle_section_data_table td:first-of-type:before {
        text-indent: 0;
    }

    body .toggle_section_data_table td:before {
        padding: 15px 0;
        max-width: 200px;
        width: 100%;
        font-size: 16px !important;
    }

}

@media (min-device-width: 768px) and (max-device-width: 1024px), only screen and (max-width: 760px) {

    .toggle_section_data_table, .toggle_section_data_table tbody, .toggle_section_data_table td, .toggle_section_data_table th, .toggle_section_data_table thead, .toggle_section_data_table tr {
        display: block;
    }

    .toggle_section_data_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .toggle_section_data_table tr {
        margin: 0 0 1rem;
        padding: 0;
    }

    .toggle_section_data_table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .toggle_section_data_table .table_label_fs_large:before {
        text-indent: 0;
        font-size: 20px;
    }

    .toggle_section_data_table td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        white-space: nowrap;
        color: #18181a;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: .2px;
        text-transform: uppercase;
        text-align: left;
        padding: 30px 24px;
        text-indent: 20px;
        font-size: 16px;
    }

    .toggle_section_data_table .table_label_model:before {
        content: "Model"
    }

    .toggle_section_data_table .table_label_carrier_size:before {
        content: "Carrier Size"
    }

    .toggle_section_data_table .table_label_exterior_dimensions:before {
        content: "Exterior Dimensions"
    }

    .toggle_section_data_table .table_label_rated_load:before {
        content: "Rated Load"
    }

    .toggle_section_data_table .table_label_size:before {
        content: "Size"
    }

    .toggle_section_data_table .table_label_persons:before {
        content: "Persons"
    }

    .toggle_section_data_table .table_label_wheelchair:before {
        content: "Wheelchair"
    }

    .toggle_section_data_table .table_label_int_width:before {
        content: "Int Width"
    }

    .toggle_section_data_table .table_label_int_length:before {
        content: "Int Length"
    }

    .toggle_section_data_table .table_label_int_floor_length:before {
        content: "Int floor Length"
    }

    .toggle_section_data_table .table_label_ext_width:before {
        content: "Ext Width"
    }

    .toggle_section_data_table .table_label_ext_length_closed:before {
        content: "Ext LENGTH Closed"
    }

    .toggle_section_data_table .table_label_ext_length_open:before {
        content: "Ext LENGTH Open"
    }

    .toggle_section_data_table .table_label_platform_size:before {
        content: "Platform Size"
    }

    .toggle_section_data_table .table_label_platform_standard_size:before {
        content: "Platform standard size"
    }

    .toggle_section_data_table .table_label_shaft:before {
        content: "Shaft"
    }

    .toggle_section_data_table .table_label_gate_opening:before {
        content: "Gate Opening"
    }

    .toggle_section_data_table .table_label_rail:before {
        content: "Rail"
    }

    .toggle_section_data_table .table_label_width_folded_up:before {
        content: "Width folded up"
    }

    .toggle_section_data_table .table_label_width_folded_out:before {
        content: "Width folded out"
    }

    .toggle_section_data_table .table_label_platform_height:before {
        content: "Platform Height"
    }

    .toggle_section_data_table .table_label_width:before {
        content: "Width"
    }

    .toggle_section_data_table .table_label_depth:before {
        content: "Depth"
    }

    .toggle_section_data_table .table_label_height:before {
        content: "Height"
    }


}

@media only screen and (max-width: 550px) {

    .toggle_section_data_table td {
        padding-left: 18px;
        padding-top: 30px;
    }

    .contact_form_section_wrap {
        gap: 60px;
    }

    .office_address_wrap {
        gap: 30px;
        margin-top: 30px;
    }

}

@media only screen and (max-width: 400px) {
    .menu_link {
        font-size:14px
    }
}

@media only screen and (max-width: 991px) {
    .footer_content_top {
        flex-direction:column
    }
    body.page-id-98 .full_banner {
        background-position: 70%;
    }
}