﻿@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700&display=swap');
@import "ticFramework.css";

body
{
    font-family: 'Onest', sans-serif;
    font-size: 1.1636363vw;
    /*font-size: 16px;*/
}
.wideInner
{
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 75px;
    max-width: 85.4545454vw;
}
.inner
{
    margin: 0 auto;
    max-width: 60.36363636363636vw;
}
.twoCols, .threeCols, .fourCols
{
    margin: 25px 0;
    justify-content: flex-start;
}

    .twoCols .col
    {
        margin-right: 2%;
        width: initial;
    }

    .threeCols .col
    {
        margin-right: 2%;
        width: initial;
    }

    .fourCols .col
    {
        margin-right: 2%;
        width: initial;
    }

        .twoCols .col:nth-child(2n), .threeCols .col:nth-child(3n), .fourCols .col:nth-child(4n)
        {
            margin-right: 0;
        }

@media (max-width: 800px)
{
    .threeCols
    {
        display: block;
    }

        .threeCols .col
        {
            margin: 10px 0;
        }
}

@media (max-width: 699px)
{
    .twoCols
    {
        display: block;
    }

        .twoCols .col
        {
            margin: 10px 0;
        }
}

@media (max-width: 1375px)
{
    body
    {
        font-size: 16px;
    }

    .wideInner
    {
        max-width: 1125px;
    }

    .inner
    {
        max-width: 830px;
    }
}
@media (max-width: 980px)
{
    .wideInner
    {
        max-width: 860px;
        padding: 15px;
    }

    .inner
    {
        max-width: 830px;
    }
}
h1, h2, h3, h4
{
    padding: 0;
    margin: 0.4em 0;
}
h1
{
    font-size: 1.5em;
}
h2
{
    font-size: 1.357em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5
{
    font-size: 1.05em;
}
a
{
    color: #ff2600;
    text-decoration: none;
}

ul
{
    list-style: none;
    padding: 0;
}

ul li
{
    width: auto;
    padding-left: 2em;
    position: relative;
}
ul li:before
{
    position: absolute;
    left: 10px;
    top: 0;
    width: 1.1em;
    height: 1.1em;
    content: url(../images/green-tick.svg);
}
.RadMenu ul li:before
{
    content: none;
}
.alert
{
    color: #ff2600;
}

.buttonLink
{
    font-weight: 600;
    font-size: 0.9em;
    display: inline-block;
    border: solid 2px #314044;
    color: #314044;
    padding: 7px 12px;
    border-radius: 50px;
    text-align: center;
    min-width: 9.12148em;
}

    .buttonLink:hover
    {
        background-color: #314044;
        color: white;
    }

    .buttonLink:active
    {
        background-color: #ff2600;
        border-color: #ff2600;
    }
.darkBgButtonLink
{
    border: solid 2px white;
    background-color: white;
    color: #314044;
}

    .darkBgButtonLink:hover
    {
        background-color: transparent;
        color: white;
    }

    .darkBgButtonLink:active
    {
        background-color: #1a54e3;
        border-color: white;
    }
    .darkBgButtonLink.reversed
    {
        background-color: transparent;
        color: white;
    }

        .darkBgButtonLink.reversed:hover
        {
            background-color: white;
            color: #314044;
        }

.redButtonLink
{
    color: white;
    border-color: #ff2600;
    background-color: #ff2600;
}

    .redButtonLink:hover
    {
        color: #ff2600;
        background-color: transparent;
    }

.greenButtonLink
{
    color: white;
    border-color: #41ad49;
    background-color: #41ad49;
}

    .greenButtonLink:hover
    {
        color: #41ad49;
        background-color: transparent;
    }

.blueGrad
{
    background: linear-gradient(90deg, rgba(10,33,89,1) 0%, rgba(25,84,226,1) 100%);
}
header .wideInner
{
    padding-top: 20px;
    padding-bottom: 20px;
}
header .logo
{
    width: 380px;
}
.getAdviceBecomeMember
{
    text-align: center;
    padding: 25px 15px;
}
.getAdviceBecomeMember h2
{
    color: white;
    line-height: 1.3;
    margin-bottom: 10px;
}
    .getAdviceBecomeMember .buttonLink
    {
        margin: 5px 10px;
    }
nav.desktop
{
    display: flex;
    justify-content: space-around;
}

.industryPartners
{
    text-align: center;
    padding-bottom: 20px;
}
.industryPartners h5
{
    font-size: 1em;
    margin: 0;
    padding: 20px;
    font-weight: 500;
}
    .industryPartners .partnerLogos .partner
    {
        padding: 0 20px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
        .industryPartners .partnerLogos .partner a
        {
            display: flex;
            width: 100%;
            justify-content: space-around;
        }

    .industryPartners .partnerLogos .partner img
    {
        max-height: 100%;
    }

footer
{
    color: white;
}
footer a
{
    color: white;
}
    footer .upper
    {
        background: linear-gradient(90deg, rgba(10,33,89,1) 0%, rgba(25,84,226,1) 100%);
        font-size: 0.8em;
        padding: 15px 0;
    }
        footer .upper .flexBetweenStart
        {
            flex-wrap: wrap;
        }
        footer .upper .column
        {
            padding: 15px 0;
            margin-right: 10px;
        }
        footer .upper .column:last-child
        {
            margin-right: 0;
        }
        footer .upper .aboutMembership,
        footer .upper .coursesSponsors
        {
            display: flex;
        }
            footer .upper .aboutMembership .column
            {
                margin-right: 20px;
            }
            footer .upper .coursesSponsors .column
            {
                margin-right: 30px;
            }
                footer .upper .aboutMembership .column:last-child,
                footer .upper .coursesSponsors .column:last-child
                {
                    margin-right: 10px;
                }

    footer .upper .main
    {
        white-space: nowrap;
        font-weight: 700;
        text-transform: uppercase;
    }
    footer .lower
    {
        padding: 8px 0;
        background-color: rgba(10,33,89,1);
        font-size: 0.85em;
    }
    footer .cmaaCare
    {
        font-weight: 600;
        font-size: 1.1em;
    }
    .hostPlusHolderHome
    {
        position: relative;
    }
.hostPlusOverlay
{
    background-color: white;
    position: fixed;
    right: 0;
    top: 70vh;
    padding: 15px 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: -7px 13px 21px -9px rgba(30,30,30,0.8);
    z-index: 102;
}
    .hostPlusOverlay img
    {
        width: 9vw;
    }
    .hostPlusOverlay h3
    {
        font-size: 1.2em;
        line-height: 1;
        text-align: center;
        margin-bottom: 5px;
        font-weight: 500;
        color: #172b54;
    }

/***********************************************************************************************/
.ptCmaa input[type="text"], .ptCmaa input[type="password"], .ptCmaa input[type="email"], .ptCmaa input[type="tel"], .ptCmaa select, .ptCmaa textarea
{
    border: solid 1px #0060ae;
    padding: 6px;
    font-size: 0.85em;
}

.ptCmaa input[type="button"], .ptCmaa input[type="reset"], .ptCmaa input[type="submit"]
{
    background-color: #1a54e3;
    font-size: 0.8em;
    font-weight: 600;
    display: inline-block;
    color: white;
    padding: 7px 30px;
    border-radius: 50px;
    text-align: center;
    margin: 5px 5px 0 0;
    margin: 10px 3px;
    border: solid 1px #1a54e3;
    cursor: pointer;
}

    input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover
    {
        background-color: white;
        color: #1a54e3;
    }

.formField
{
    display: flex;
    align-items: center;
    color: #0a2159;
    border-bottom: solid 1px #0a2159;
    padding: 10px 0;
}

    .formField .fieldName
    {
        margin-right: 15px;
    }

    .formField .fieldInput input[type="text"], .formField .fieldInput input[type="password"], .formField .fieldInput input[type="email"], .formField .fieldInput input[type="tel"], .formField .fieldInput select, .formField .fieldInput textarea
    {
        box-sizing: border-box;
        border: solid 1px #c0c0c0;
    }

/**********************************************************/

@media (max-width: 1375px)
{
    .hostPlusOverlay img
    {
        width: 123px;
    }
}
@media (max-width: 1150px)
{
    .hostPlusOverlay
    {
        padding: 8px 12px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

        .hostPlusOverlay img
        {
            width: 64px;
        }

        .hostPlusOverlay h3
        {
            font-size: 0.8em;
        }

    footer .upper .aboutMembership
    {
        display: block;
    }

        footer .upper .aboutMembership .column:last-child
        {
            padding-top: 0;
        }
}
@media (max-width: 900px)
{
    footer .upper .coursesSponsors
    {
        display: block;
    }

        footer .upper .coursesSponsors .column:last-child
        {
            padding-top: 0;
        }
}
@media (max-width: 800px)
{
    footer .upper .flexBetweenStart
    {
        flex-direction: column;
        max-height: 450px;
    }
    footer .upper .column
    {
        padding-top: 0;
    }
}

@media (max-width: 800px)
{
    nav.desktop
    {
        display: none;
    }
    .blueFooterPanel .flexEvenlyCenter
    {
        flex-wrap: wrap;
    }
        .blueFooterPanel .flexEvenlyCenter h1
        {
            text-align: center;
        }
        .blueFooterPanel .flexEvenlyCenter h1 br
        {
            display: none;
        }
    footer .lower .flexBetweenCenter
    {
        display: block;
        text-align: center;
    }
    .hostPlusOverlay
    {
        top: 200px;
    }
}

@media (max-width: 600px)
{
    header .wideInner
    {
        padding: 0 5px;
    }

    header .logo
    {
        width: 180px;
    }

    header .buttonLink
    {
        min-width: 0;
        white-space: nowrap;
    }
    .blueFooterPanel .flexEventyCenter h1
    {
        font-size: 1.5em;
    }

    /*footer .upper .column
    {
        width: calc(50% - 10px);
    }*/

    .hostPlusOverlay
    {
        top: 150px;
        padding: 4px 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

        .hostPlusOverlay img
        {
            width: 48px;
        }

        .hostPlusOverlay h3
        {
            font-size: 0.6em;
        }}

@media (max-width: 500px)
{
    .hostPlusOverlay
    {
        top: 175px;
    }

    .formField
    {
        display: block;
    }

    footer .cmaaCare
    {
        font-size: 1em;
    }
}
@media (max-width: 392px)
{
    .hostPlusOverlay
    {
        top: 220px;
    }
}

h1.largeBlue, h2.largeBlue
{
    color: #0a2159;
    font-size: 2.2em;
    margin-right: 30px;
    line-height: 1;
    margin-bottom: 1em;
    white-space: nowrap;
}

h1.smallBlue, h2.smallBlue
{
    font-size: 1.2em;
    color: #0a2159;
    margin-right: 30px;
    line-height: 1;
    margin-bottom: 1em;
}

.greyBg
{
    background-color: #f1f1f2;
}

/****************************************************************************************************/

.blueFooterPanel
{
    background: linear-gradient(90deg, rgba(10,33,89,1) 0%, rgba(25,84,226,1) 100%);
    color: white;
}

    .blueFooterPanel .overlay
    {
        background-image: url(../images/Geo-BG.png);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: auto 200%;
        padding: 30px 0;
    }

    .blueFooterPanel h1, .blueFooterPanel .points
    {
        padding: 15px 10px;
        font-size: 0.85em;
    }

    .blueFooterPanel h1
    {
        font-size: 2.5em;
        line-height: 1.05;
    }

    .blueFooterPanel .buttonLink
    {
        margin-left: 2em;
    }

/****************************************************************************************************/

.blueHeaderPanel
{
    background-position: center center;
    background-size: cover;
    color: white;
    background-image: url(../images/DefaultBlueBg.jpg);
    position: relative;
}

    .blueHeaderPanel .overlay
    {
        padding: 60px 0;
        background-color: rgba(10,36,92,0.8);
    }

        .blueHeaderPanel .overlay h1
        {
            font-size: 3em;
            line-height: 1.1;
        }
        .blueHeaderPanel .overlay h2
        {
            line-height: 1.1;
            font-size: 1.8em;
        }
        .blueHeaderPanel .overlay h3
        {
            line-height: 1.1;
            font-size: 1.5em;
            font-weight: normal;
            margin-top: 15px;
        }
        .blueHeaderPanel .overlay h4
        {
            line-height: 1.1;
        }
    .blueHeaderPanel .flexBetweenEnd .spacer
    {
        width: 10%;
    }
    .blueHeaderPanel.eventsListHeader
    {
        background-image: url(../images/EventsListHeader.jpg);
    }
    .blueHeaderPanel.cmda
    {
        background-image: url(../images/CmdaHeader.jpg);
    }
        .blueHeaderPanel.cmda .flexBetweenCenter div:first-child
        {
            width: 71%;
        }
        .blueHeaderPanel.cmda .flexBetweenCenter div:nth-child(2)
        {
            width: 27%;
        }
        .blueHeaderPanel.cmda .overlay h1
        {
            font-size: 2em;
            margin-bottom: 10px;
        }

        .blueHeaderPanel.cmda .overlay h2
        {
            font-size: 1.8em;
            font-weight: 400;
        }

@media (max-width: 800px)
{
    .blueHeaderPanel .overlay h1
    {
        font-size: 2em;
    }

    .blueHeaderPanel .overlay h2
    {
        font-size: 1.4em;
    }

    .blueHeaderPanel .overlay h3
    {
        font-size: 1.25em;
        font-weight: normal;
        margin-top: 15px;
    }
    .blueHeaderPanel.cmda .overlay h1
    {
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .blueHeaderPanel.cmda .overlay h2
    {
        font-size: 1.25em;
        font-weight: 400;
    }
}

@media (max-width: 600px)
{
    .blueHeaderPanel .overlay
    {
        padding: 20px 0;
    }
    .blueHeaderPanel .flexBetweenEnd, .blueHeaderPanel .flexBetweenCenter
    {
        display: block;
    }
    .blueHeaderPanel.cmda .flexBetweenCenter div:first-child
    {
        width: 100%;
    }

    .blueHeaderPanel.cmda .flexBetweenCenter div:nth-child(2)
    {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .blueHeaderPanel.cmda .flexBetweenCenter div:nth-child(2) img
    {
        max-width: 200px;
    }

    .blueHeaderPanel .button
    {
        text-align: center;
        margin-top: 20px;
    }
}
    /****************************************************************************************************/
    .fourIconsAcross
    {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 20px 0;
    }
    .fourIconsAcross .icon
    {
        width: 23%;
        margin: 1%;
        text-align: center
    }

        .fourIconsAcross .icon .iconImage
        {
        }
        .fourIconsAcross .icon h2
        {
            font-size: 1.5em;
            line-height: 1.15;
            color: #0a2159;
            margin-bottom: 10px;
        }
        .fourIconsAcross .icon .iconLink
        {
            font-weight: 600;
            font-size: 0.8em;
            display: inline-block;
            border: solid 2px #1a54e3;
            background-color: #1a54e3;
            color: white;
            padding: 4px 30px;
            border-radius: 50px;
            text-align: center;
        }

            .fourIconsAcross .icon .iconLink:hover
            {
                background-color: transparent;
                color: #1a54e3;
            }

        .fourIconsAcross .icon iconLink:active
        {
            background-color: transparent;
            color: #1a54e3;
        }

@media (max-width: 600px)
{
    .fourIconsAcross .icon
    {
        width: 48%;
    }
}

/*************************************************/

.titleWithTwoIcons
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

    .titleWithTwoIcons .heading
    {
        width: 28%;
    }
    .titleWithTwoIcons .icon
    {
        width: 35%;
    }
    .titleWithTwoIcons .icon
    {
        text-align: center
    }

        .titleWithTwoIcons .icon .iconImage
        {
            max-width: 70%;
        }

        .titleWithTwoIcons .icon h2
        {
            font-size: 1.3em;
            line-height: 1.15;
            color: #0a2159;
            margin-bottom: 5px;
        }
        .titleWithTwoIcons .icon p
        {
            font-size: 0.9em;
            font-weight: 500;
            line-height: 1;
            padding-bottom: 20px;
        }

        .titleWithTwoIcons .icon .iconLink
        {
            font-weight: 600;
            font-size: 0.8em;
            display: inline-block;
            border: solid 2px #1a54e3;
            background-color: #1a54e3;
            color: white;
            padding: 4px 30px;
            border-radius: 50px;
            text-align: center;
        }

        .titleWithTwoIcons .icon iconLink:hover
        {
            background-color: transparent;
            color: #1a54e3;
        }

        .titleWithTwoIcons .icon iconLink:active
        {
            background-color: transparent;
            color: #1a54e3;
        }

@media (max-width: 800px)
{
    .titleWithTwoIcons
    {
        flex-wrap: wrap;
    }

        .titleWithTwoIcons .heading
        {
            width: 100%;
            text-align: center;
        }
        .titleWithTwoIcons .icon
        {
            width: 48%;
        }
}

/*************************************************/
.textCenter.supportedMembersWithHeader
{
    padding-top: 20px;
}

.supportedMembersWith
{
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 1.5em;
}
    .supportedMembersWith h2
    {
        color: #ff2600;
        line-height: 1;
        font-size: 4.5em;
        margin-right: 20px;
    }
    .supportedMembersWith h3
    {
        color: #0a245c;
        line-height: 1;
        font-size: 1.75em;
    }

    /**********************************************************************/
.expandableContent .expandCollapse a
{
    font-size: 1.8em;
    font-weight: 600;
    color: #0a2159;
    display: block;
    padding-right: 10px;
    cursor: pointer;
}

.expandableContent .expandCollapse .collapse
{
    display: none;
}
.expandableContent .contentContainer h3
{
    font-size: 1.1em;
    font-weight: normal;
    color: #0a2159;
    cursor: pointer;
}
.expandableContent .content
{
    display: none;
    padding-bottom: 10px;
}

.expandableContent
{
    display: flex;
    border-bottom: solid 1px #0a2159;
}

/**************************************************/

.eventDropdowns
{
    margin: 25px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}
    .eventDropdowns .eventType, .eventDropdowns .managementLevel, .eventDropdowns .department
    {
        margin-right: 10px;
    }
@media (max-width: 600px)
{
    .courseEventDropdowns
    {
        justify-content: space-around;
    }

    .eventDropdowns .managementLevel, .eventDropdowns .department
    {
        margin-right: 0;
    }

    .courseEventDropdowns .department, .courseEventDropdowns .delivery
    {
        margin-top: 8px;
    }
}

@media (max-width: 380px)
{
    .eventDropdowns
    {
        justify-content: space-around;
    }

        .eventDropdowns .eventType
        {
            margin-right: 0;
        }

    .courseEventDropdowns .zone
    {
        margin-top: 8px;
    }
}
.eventsList
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 0.8em;
}

.eventsList.pricing
{
    text-align: center;
}
    .eventsList .eventSummary
    {
        width: 32%;
        margin-right: 1.33333333333%;
        margin-bottom: 2%;
        background-color: #f1f1f2;
        position: relative;
    }
        .eventsList .eventSummary .sdfghj:nth-child(3n)
        {
            margin-right: 0;
        }
        .eventsList .eventSummary .small
        {
            font-size: 0.85em;
            line-height: 1.5;
        }
        .eventsList .eventSummary .price
        {
            font-size: 1.8em;
            font-weight: 600;
        }
        .eventsList .eventSummary .info
        {
            padding: 15px;
        }
        .eventsList .eventSummary .title
        {
            padding-bottom: 10px;
            border-bottom: solid 1px black;
        }
        .eventsList .eventSummary h3, .eventsList .eventSummary h4
        {
            line-height: 1.1;
        }

        .eventsList .eventSummary .location, .eventsList .eventSummary .dates
        {
            display: flex;
            align-items: center;
            margin: 10px 0;
            font-size: 0.95em;
        }

            .eventsList .eventSummary .location .icon, .eventsList .eventSummary .dates .icon
            {
                width: 25px;
                padding-right: 5px;
            }

            .eventsList .eventSummary .location .icon img, .eventsList .eventSummary .dates .icon img
            {
                display: block;
            }

        .eventsList .eventSummary .readMore
        {
            border-top: solid 1px black;
        }

    .eventsList.pricing .eventSummary .readMore
    {
        border-top: none;
    }

    .eventsList .eventSummary .readMore a
    {
        font-weight: 600;
        font-size: 0.85em;
        display: block;
        color: white;
        padding: 3px 0;
        border-radius: 50px;
        text-align: center;
        margin: 15px 15px 0 15px;
        background-color: #1a54e3;
        border: solid 1px #1a54e3
    }
        .eventsList .eventSummary .readMore a:hover
        {
            background-color: transparent;
            color: #1a54e3;
        }

    .eventsList.pricing .eventSummary .readMore a
    {
        margin: 5px 15px 15px 15px;
    }

        .eventsList .eventSummary .zoneEventType
        {
            position: absolute;
            top: 0;
            left: 0;
        }

            .eventsList .eventSummary .zoneEventType .zone,
            .eventsList .eventSummary .zoneEventType .type
            {
                font-weight: 600;
                font-size: 0.80em;
                text-transform: uppercase;
                display: inline-block;
                color: white;
                padding: 3px 10px;
                border-radius: 50px;
                text-align: center;
                margin: 5px 0 0 5px;
                background-color: #ff2600;
            }

            .eventsList .eventSummary .zoneEventType .type
            {
                background-color: #41ad49;
            }
    .eventsList .eventSummary.course .zoneEventType .type
    {
        background-color: #f27021;
    }
    .eventsList.pricing .sessionsOnly
    {
        border-top: solid 1px black;
        padding-top: 15px;
    }

.eventDetails
{
}
    .eventDetails .iconInfo
    {
        display: flex;
        align-items: flex-start;
        padding: 10px 0;
        font-size: 0.85em;
    }
    .eventDetails .iconInfo .icon
    {
        flex-basis: 25px;
        min-width: 25px;
        height: 25px;
        padding-right: 5px;
        text-align: center;
    }

        .eventDetails .iconInfo .icon img
        {
            max-height: 100%;
        }

    .eventDetails .accmPoints h3
    {
        margin-bottom: 10px;
    }

    .eventDetails .accmPoints .accmCategory
    {
        width: 32%;
        font-size: 0.8em;
    }

    .eventDetails .downloadButton,
    .eventDetails .bookNowButton
    {
        font-size: 0.8em;
        font-weight: 600;
        display: inline-block;
        color: white;
        padding: 7px 30px;
        border-radius: 50px;
        text-align: center;
        margin: 5px 5px 0 0;
        background-color: #ff2600;
        margin: 10px 3px;
    }
    .eventDetails .downloadButton
    {
        background-color: #1a54e3;
    }
        .eventDetails .bookNowButton:hover, .eventDetails .downloadButton:hover
        {
            background-color: #314044;
        }
    .eventDetails .downloadButton img
    {
        width: 15px;
        display: block;
    }
    .eventDetails .eventDetailsHeader .deliveryEventType
    {
        margin-bottom: 10px;
    }
        .eventDetails .eventDetailsHeader .deliveryEventType .delivery,
        .eventDetails .eventDetailsHeader .deliveryEventType .type,
        .eventDetails .eventDetailsBody .overview .delivery
        {
            font-weight: 600;
            font-size: 0.65em;
            text-transform: uppercase;
            display: inline-block;
            color: white;
            padding: 3px 10px;
            border-radius: 50px;
            text-align: center;
            margin: 5px 5px 0 0;
            background-color: #ff2600;
        }
        .eventDetails .eventDetailsHeader .deliveryEventType .type
        {
            background-color: #41ad49;
        }
    .eventDetails.course .eventDetailsHeader .deliveryEventType .type
    {
        background-color: #f27021;
    }
    .eventDetails .eventDetailsHeader .locationDatesBookNow
    {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .eventDetails .eventDetailsHeader .location, .eventDetails .eventDetailsHeader .dates
    {
        display: flex;
        align-items: center;
        margin: 10px 0;
        font-size: 0.85em;
    }

        .eventDetails .eventDetailsHeader .location .icon, .eventDetails .eventDetailsHeader .dates .icon
        {
            width: 25px;
            padding-right: 5px;
        }

            .eventDetails .eventDetailsHeader .location .icon img, .eventDetails .eventDetailsHeader .dates .icon img
            {
                display: block;
            }

.eventDetailsBody
{
    font-size: 0.9em;
}
    .eventDetails .eventDetailsBody .descriptionOverview
    {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
        .eventDetails .eventDetailsBody .descriptionOverview .description
        {
            width: 48%;
        }
        .eventDetails .eventDetailsBody .descriptionOverview .overviewDownloadBook
        {
            width: 100%;
        }
        .eventDetails .eventDetailsBody .descriptionOverview .overviewDownloadBook:nth-child(2n)
        {
            width: 50%;
        }
            .eventDetails .eventDetailsBody .descriptionOverview .overviewDownloadBook .overview
            {
                padding: 20px;
                background-color: #f1f1f2;
            }
.eventDetails .eventDetailsBody .overview h3
{
    line-height: 1;
    margin-bottom: 5px;
}
.eventDetails .eventDetailsBody .overview .delivery
{
    margin: 0 0 10px 0;
}
            .eventDetails .eventDetailsBody .descriptionOverview .overviewDownloadBook .downloadBook
            {
                display: flex;
                justify-content: flex-end;
                align-items: center;
            }
.eventDetails .eventDetailsBody .subEventsDay
{
    display: flex;
}
.eventDetails .eventDetailsBody .subEvents
{
    width: 100%;
}
    .eventDetails .eventDetailsBody .subEvents .contentContainer
    {
        width: 100%;
    }
    .eventDetails .eventDetailsBody .subEvents .headingMembershipRequirement
    {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        .eventDetails .eventDetailsBody .subEvents .headingMembershipRequirement .membersOnly,
        .eventDetails .eventDetailsBody .subEvents .headingMembershipRequirement .affiliatesAndMembers,
        .eventDetails .eventDetailsBody .subEvents .headingMembershipRequirement .allAttendees
        {
            font-weight: 600;
            font-size: 0.65em;
            text-transform: uppercase;
            display: inline-block;
            color: white;
            padding: 3px 10px;
            border-radius: 50px;
            text-align: center;
            margin: 5px 5px 0 0;
            background-color: #ff2600;
            min-width: 11em;
        }
        .eventDetails .eventDetailsBody .subEvents .headingMembershipRequirement .affiliatesAndMembers
        {
            background-color: #41ad49;
        }
        .eventDetails .eventDetailsBody .subEvents .headingMembershipRequirement .allAttendees
        {
            background-color: #1a54e3;
        }

.loadMore
{
    text-align: center;
    margin: 10px 0;
}

@media (max-width: 600px)
{
    .eventsList .eventSummary
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }
    .eventDetails .eventDetailsBody .descriptionOverview
    {
        display: block;
    }
    .eventDetails .eventDetailsBody .descriptionOverview .description
    {
        width: 100%;
        margin-bottom: 10px;
    }

        .eventDetails .eventDetailsBody .descriptionOverview .overviewDownloadBook:nth-child(2n)
        {
            width: 100%;
        }

}

.eventListPinned
{
    display: flex;
    justify-content: space-around;
}

    .eventListPinned .eventsList
    {
        display: block;
        width: 75%;
    }
        .eventListPinned .eventsList .eventSummary
        {
            width: 100%;
            display: flex;
            margin-bottom: 20px;
        }
            .eventListPinned .eventsList .eventSummary .image
            {
                width: 60%;
            }
            .eventListPinned .eventsList .eventSummary .image img
            {
                display: block;
                height: 100%;
            }
            .eventListPinned .eventsList .eventSummary .info
            {
                width: 40%;
            }

@media (max-width: 800px)
{
    .eventListPinned .eventsList
    {
        width: 100%;
    }
}
@media (max-width: 600px)
{
    /*.eventListPinned
    {
        margin-bottom: 20px;
        border-bottom: solid 1px black;
    }*/
    .eventListPinned .eventsList .eventSummary
    {
        max-width: 100%;
        display: block;
        padding-bottom: 20px;
    }

        .eventListPinned .eventsList .eventSummary .image
        {
            width: 100%;
        }

        .eventListPinned .eventsList .eventSummary .info
        {
            width: 100%;
            box-sizing: border-box;
        }
}
/***************************************************************/
.whatsOnSummary
{
    background: linear-gradient(90deg, rgba(10,33,89,1) 0%, rgba(25,84,226,1) 100%);
}

    .whatsOnSummary .overlay
    {
        background-image: url(../images/Geo-BG.png);
        background-repeat: repeat-y;
        background-position: center right;
    }
    .whatsOnSummary .overlay h1
    {
        text-align:center;
        color: white;
        font-size: 2.3em;
        margin-bottom: calc(0.4em + 10px);
    }


/*************************************************/

.RedButtonLink, .GreenButtonLink, .BlueButtonLink
{
    font-weight: 600;
    font-size: 0.9em;
    display: inline-block;
    border: solid 2px #314044;
    color: white;
    padding: 7px 12px;
    border-radius: 50px;
    text-align: center;
    min-width: 9.12148em;
}

    .RedButtonLink:hover, .GreenButtonLink:hover, .BlueButtonLink:hover
    {
        background-color: transparent;
    }

.RedButtonLink
{
    border-color: #ff2600;
    background-color: #ff2600;
}

    .RedButtonLink:hover
    {
        color: #ff2600;
    }

.GreenButtonLink
{
    border-color: #41ad49;
    background-color: #41ad49;
}

    .GreenButtonLink:hover
    {
        color: #41ad49;
    }

.BlueButtonLink
{
    border-color: #1a54e3;
    background-color: #1a54e3;
}

    .BlueButtonLink:hover
    {
        color: #1a54e3;
    }

/*******************************************************/

.teamCategory .contentContainer
{
    font-size: 0.9em;
}
.teamMembers
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .teamMembers .teamMemberWithBio
    {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 2% 0;
    }

        .teamMembers .teamMemberWithBio .photo
        {
            width: 25%;
        }
        .teamMembers .teamMemberWithBio .details
        {
            width: 73%;
        }

    .teamMembers .teamMemberWithAddress
    {
        width: 49%;
        margin-bottom: 4%;
    }

        .teamMembers .teamMemberWithAddress span
        {
            display: block;
        }

        .teamMembers .teamMemberWithAddress .teamMemberDivision,
        .teamMembers .teamMemberWithAddress .teamMemberTitle,
        .teamMembers .teamMemberWithAddress .teamMemberName
        {
            font-weight: 600;
        }

    .teamMembers .teamMemberWithNoBioOrAddress
    {
        width: 24%;
        margin-bottom: 4%;
        text-align: center;
    }

        .teamMembers .teamMemberWithNoBioOrAddress span
        {
            display: block;
        }

        .teamMembers .teamMemberWithNoBioOrAddress .teamMemberName
        {
            font-weight: 600;
        }

@media (max-width: 600px)
{
    .teamMembers .teamMemberWithBio
    {
        display: block;
    }

        .teamMembers .teamMemberWithBio .photo
        {
            width: initial;
            text-align: center;
        }

        .teamMembers .teamMemberWithBio .details
        {
            width: initial;
        }

    .teamMembers .teamMemberWithAddress
    {
        width: 100%;
    }

    .teamMembers .teamMemberWithNoBioOrAddress
    {
        width: 49%;
    }
}
/*******************************************************************************/

.partnerGroup
{
    display: flex;
    justify-content: space-between;
}

    .partnerGroup .partnerGroupHeading
    {
        width: 23%;
        margin-bottom: 30px;
    }

        .partnerGroup .partnerGroupHeading h2.largeBlue
        {
            margin-bottom: 5px;
        }

        .partnerGroup .partnerGroupHeading .icon
        {
            text-align: right;
        }

        .partnerGroup .partnerGroupHeading .icon img
        {
            width: 60px;
            margin-right: 45px;
        }

    .partnerGroup .partners
    {
        width: 75%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .partnerGroup .partners .partner
        {
            width: 21%;
            margin-bottom: 8%;
            display: table;
        }

            .partnerGroup .partners .partner a
            {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                justify-content: space-around;
            }

            .partnerGroup .partners .partner img
            {

            }

@media (max-width: 800px)
{
    .partnerGroup
    {
        display: block;
    }

        .partnerGroup .partnerGroupHeading
        {
            display: flex;
            align-items: center;
        }

        .partnerGroup .partners
        {
            width: 100%;
        }
}
@media (max-width: 800px)
{
    .partnerGroup .partners .partner
    {
        width: 46%;
    }
}

/****************************************************************************/

.smallImageLeftContentRight
{
    border-top: solid 1px black;
    display: flex;
    justify-content: space-between;
    font-size: 0.85em;
    padding: 10px 0;
}
    .smallImageLeftContentRight .image
    {
        width: 23%;
    }
    .smallImageLeftContentRight .content
    {
        width: 75%;
    }
    .smallImageLeftContentRight .content .readMore
    {
        text-align: right;
    }
    .smallImageLeftContentRight .iconLink
    {
        font-weight: 600;
        font-size: 0.8em;
        display: inline-block;
        border: solid 2px #1a54e3;
        background-color: #1a54e3;
        color: white;
        padding: 4px 30px;
        border-radius: 50px;
        text-align: center;
    }

    .smallImageLeftContentRight iconLink:hover
    {
        background-color: transparent;
        color: #1a54e3;
    }

    .smallImageLeftContentRight iconLink:active
    {
        background-color: transparent;
        color: #1a54e3;
    }

/*********************************************************************************************/

.emailUs
{
    padding: 1vw;
    background-color: #f1f1f2;
    display: flex;
    justify-content: space-between;
}
    .emailUs .titleText
    {
        width: 23%;
    }
        .emailUs .titleText h1.largeBlue
        {
            margin: 0 0 15px 0;
            white-space: normal;
        }
        .emailUs .titleText p
        {
            font-size: 0.85em;
            line-height: 1.2;
        }
            .emailUs .titleText p.redText
            {
                color: #ff2600;
                font-weight: 600;
            }
    .emailUs .form
    {
        width: 75%;
    }

    .emailUs .fieldControl
    {
    }


@media (max-width: 600px)
{
    .emailUs
    {
        display: block;
        padding: 10px;
    }
        .emailUs .titleText, .emailUs .form
        {
            width: 100%;
        }
}