/* @override 
	https://bsas.org.uk/assets/css/conf21light.css?*
	https://stage.bsas.org.uk/assets/css/conf21light.css?* */

.conf-body p {
    color: #333;
}

.clear {
    clear: both !important;
}

.pageheader {
    padding: 100px 0px;
}

.pageheader h2 {
    color: #fff;
    text-shadow: 0 2px 10px #000000;
    font-size: 80px;
}

.pageheader h2 .pre {
    color: #dde1fc;
}

.conference-nav {
    font-family: acumin-pro-condensed;
}

.conference-nav .lower {
    margin-top: 10px;
}

.conf-head {
    background: url('/assets/img/confbanner.jpg') center center no-repeat;
    background-size: cover;
    background-position: top center;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.conf-head img {
    width: 80%;
    background-color: rgba(0, 0, 0, 0.42);
    padding: 10px 20px;
}

.conf-head h4 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-right: 20px;
    font-size: 100px;
    margin-bottom: 0px;
    line-height: 80px;
    color: #333;
    opacity: 0.5;
    text-transform: uppercase;
    text-shadow: 0 0 10px #ffffff;
}

.conf-side {}

.conf-body {}

.conf-content {
    color: #333;
    background-color: #fff;
    padding-bottom: 80px;
    padding-top: 0px;
}

nav.confnav ul {
    list-style: none;

    padding-left: 0px;
    padding-bottom: 40px;
    width: 95%;
}

nav.confnav ul li {
    background-color: #7cbb55;
    margin-top: 4px;
    transition: all .2s ease-in-out 0s;
}

nav.confnav ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    line-height: 30px;
    text-align: right;
}

nav.confnav ul li.special {
    background-color: #de793e;
}

nav.confnav ul li.active {
    background-color: #316f86 !important;
    position: relative;
}

nav.confnav ul li.active:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f0da';
    position: absolute;
    right: -28px;
    font-weight: 800;
    font-size: 85px;
    line-height: 80px;
    top: -11px;
    color: #316f86;
}

nav.confnav ul li:hover {
    background-color: #316f86;
}


#book_now_banner h1 {
    display: inline;
    background-color: HSL(103, 41%, 49%);
    padding: 20px 60px;
    border-radius: 10px;
    font-size: 3em;
    font-weight: 700;
    background: #77bb41;
    box-shadow: 5px 5px 10px #ccc,
        -5px -5px 10px #ddd;
}

#book_now_banner h1 a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

#book_now_banner h1:hover {
    background-color: HSL(103, 41%, 39%);
    box-shadow: 7px 7px 10px #ccc,
        -7px -7px 10px #ddd;
}

#book_now_banner h1:hover a {
    color: yellow;
}




.conf-content h2 {
    text-align: center;
    font-size: 52px;
    line-height: 42px;
    margin-bottom: 40px;
    color: #333;
}

h2 span.pre {
    display: block;
    font-size: 28px;
    color: #5c967f;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 6px;
}

.conf-body p {
    font-size: 20px;
}

.conf-body ul {
    padding-left: 0px;
}

.conf-body ul li {
    list-style: none;
    font-size: 20px;
    position: relative;

    padding-left: 20px;
    color: #484848;
}

.conf-body ul li:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f101';
    position: absolute;
    left: 0px;
    line-height: 35px;
    color: #8ab962;
    opacity: 0.5;
}

.tblock {
    padding: 20px;
    background-color: #f6f6f6;
    margin-bottom: 30px;
}

.tblock h4 {
    margin-bottom: 10px;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

article.highlight {
    padding: 10px 14px;
    margin-bottom: 0px;
    color: #333 !important;
}

.sec-header {
    position: relative;
}

.sec-header h1 {
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 13px;
    width: 60%;
    height: 100%;
    top: 0%;
    line-height: 30px !important;


}

.sec-header h1.text-right {
    float: right !important;
    display: inline-block;
}

.block-l ul {
    text-align: right;
}

.block-l ul li {
    padding-left: 0px;
    padding-right: 22px;
}

.block-l ul li:before {
    right: 0px !important;
    content: '\f100';
}


article.confnews {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.6);
}

.confnews p {
    margin: 0px;
}

article.highlight,
article.highlight p,
article.highlight li,
article.highlight li:before {
    color: #333;
    font-size: 20px;
}

article.speaker {
    margin-bottom: 15px;
    background-color: #eeeeee;
}

.speaker img {
    border-radius: 3px;
    padding-right: 15px;
}

p.name {
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 0px;

}

p.name a {
    color: #81b14d;
    text-decoration: none;
}

p.role {
    margin-bottom: 0px;
}


/**** isotope ****/

.ui-group {
    margin-bottom: 25px;
    padding: 5px;
    border-top: 1px dashed #7bba55;
    border-bottom: 1px dashed #7bba55;
    padding-top: 8px;
    text-align: center;
}

span.filter-head {
    display: inline-block;
    font-size: 17px;
    vertical-align: text-top;
    height: 30px;
    line-height: 30px;
}

.ui-group .button-group {
    display: inline-block;
}

.ui-group button {
    height: 30px;
    background-color: #535353;
    line-height: 30px;
    border: none;
    font-size: 17px;
    vertical-align: text-top;
    padding: 1px 6px;
    white-space: none;
    color: #fff;
    margin-bottom: 4px;
}

.ui-group button.is-checked {
    background-color: #416c84;
}


article.session-item p {
    margin: 0px;
}

article.session-item span.timing {
    float: right;
    display: inline;
    background-color: #416c84;
    line-height: 26px;
    padding: 0px 3px 4px 10px;
    position: relative;
    margin-top: 8px;
    font-size: 18px;
    color: #fff;
}

article.session-item span.timing:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f0da';
    position: absolute;
    right: -16.5px;
    font-weight: 800;
    font-size: 50px;
    line-height: 35px;
    top: 0px;
    color: #416c84;
}

.session-item .left-col {
    padding-right: 20px;
}

.session-item .right-col {
    border: 2px solid #416c84;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
}

.session-item a {
    color: #8ab962;
    text-decoration: none;
}

.session-item h4 {
    line-height: 24px;
    font-size: 26px;
}

.session-item h4 a {
    color: #333;
    font-weight: 600;
    transition: all .2s ease-in-out 0s;
}

.session-item h4 a:hover {
    color: #8ab962;
}

.session-item .meta {
    margin-bottom: 6px;
    display: block;
    color: #017d44;
}

.session-item .meta i {
    color: #333;
}

.session-item .right-col .desc,
.right-col .desc p {
    color: #333;
    font-size: 16px;
}

.daydate {
    font-size: 32px;
}

.daydate span {
    color: rgba(0, 0, 0, 0.3);
}


.speaker-item {
    margin-top: 20px;
}

.speaker-item img {
    width: 100%;
    height: auto !important;
}

.speaker-item .bio {
    padding-top: 10px;
    transition: all .2s ease-in-out 0s;
}

.speaker-item .bio p {
    line-height: 20px;
    margin-top: 10px;
    font-weight: 100;
    color: #777777;
}

.speaker-item h5 {
    margin-bottom: 0px;
    text-align: left;
    line-height: 26px;
    color: #404040;
    font-size: 32px;
    font-weight: 600;
}

.speaker-item .headshot {
    position: relative;
}

/*
    .speaker-item .headshot:after {
        font-family: 'Font Awesome 5 Pro';
        content: '\f2bb';
        position: absolute;
        left: 10px;
        bottom: 2px;
        opacity: 0.6;
        font-size: 20px;
        transition: all .2s ease-in-out 0s;
        color: #fff;
    }*/
.speaker-item:hover>.headshot:after {
    opacity: 1;
}

.sp-element {
    display: box;
    flex: auto;
}

.sp-element.headshot {
    order: 2;
}

.sp-element.order1 {
    order: 1;
}

.sp-element.order 3 {
    order: 3;
}

.speaker-item a {
    color: #fff;
    text-decoration: none;
    outline: 0 !important;
}

p#countdown {
    text-align: left;
    margin-bottom: 30px;
    font-variant-numeric: tabular-nums;
    padding-top: 0px;
    color: #333;
    font-weight: 100;
    font-size: 55px;
    text-rendering: optimizeLegibility;
}

p#countdown em {
    font-style: normal;
    color: #306e86;
    font-weight: 500;
}

.speakerbox {
    max-width: 900px;
}

.speakerbox h4 {
    font-size: 36px;
}

.speakerbox h4 sub {
    display: block;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 20px;
    color: #9d9d9d;
}

.product {
    color: #404040;
    height: 100%;
    /*padding-bottom: 140px !important;*/
}

.product-container {
    /*margin-bottom: 40px;*/
}

.product .prod_desc p {
    font-size: 16px;
    padding-right: 20px;
    margin-bottom: 15px;
    padding-left: 20px;
}


#ticketholder .product {

    background-image: -webkit-linear-gradient(top, HSL(98, 50%, 46%) 0%, rgba(255, 255, 255, 0.3) 50%);
    background-image: -moz-linear-gradient(top, HSL(98, 50%, 46%) 0%, rgba(255, 255, 255, 0.3) 50%);
    background-image: -ms-linear-gradient(top, HSL(98, 50%, 46%) 0%, rgba(255, 255, 255, 0.3) 50%);
    background-image: linear-gradient(to bottom, HSL(98, 50%, 46%) 0%, rgba(255, 255, 255, 0.3) 90%);
    padding-bottom: 15px;
    padding-top: 15px;
    color: #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}

#ticketholder .product.pid1 {
    /*	background-image: -webkit-linear-gradient(top, #0f4680 0%, rgba(255, 255, 255, 0.3) 50%);
        background-image: -moz-linear-gradient(top, #0f4680 0%, rgba(255, 255, 255, 0.3) 50%);
        background-image: -ms-linear-gradient(top, #0f4680 0%, rgba(255, 255, 255, 0.3) 50%);
        background-image: linear-gradient(to bottom, #0f4680 0%, rgba(255, 255, 255, 0.3) 50%);*/

}

#ticketholder .product.pid2 {
    /*	background-image: -webkit-linear-gradient(top, #0f9dcb 0%, rgba(255,255,255,0.3) 50%);
        background-image: -moz-linear-gradient(top, #0f9dcb 0%, rgba(255, 255, 255, 0.3) 50%);
        background-image: -ms-linear-gradient(top, #0f9dcb 0%, rgba(255, 255, 255, 0.3) 50%);
        background-image: linear-gradient(to bottom, #0f9dcb 0%, rgba(255, 255, 255, 0.3) 50%);*/
}

#ticketholder .product.pid_13457 {
    background-image: -webkit-linear-gradient(top, HSL(278, 43%, 44%) 0%, rgba(255, 255, 255, 0.3) 50%);
    background-image: -moz-linear-gradient(top, HSL(278, 43%, 44%) 0%, rgba(255, 255, 255, 0.3) 50%);
    background-image: -ms-linear-gradient(top, HSL(278, 43%, 44%) 0%, rgba(255, 255, 255, 0.3) 50%);
    background-image: linear-gradient(to bottom, HSL(278, 43%, 44%) 0%, rgba(255, 255, 255, 0.3) 90%);
}

#ticketholder .product.alt-pid1 {
    background-image: -webkit-linear-gradient(top, #de6989 0%, rgba(255, 255, 255, 0.3) 80%);
    background-image: -moz-linear-gradient(top, #de6989 0%, rgba(255, 255, 255, 0.3) 80%);
    background-image: -ms-linear-gradient(top, #de6989 0%, rgba(255, 255, 255, 0.3) 80%);
    background-image: linear-gradient(to bottom, #de6989 0%, rgba(255, 255, 255, 0.3) 80%);
}

#ticketholder .product.alt-pid2 {
    background-image: -webkit-linear-gradient(top, #e7a681 0%, rgba(238, 124, 59, 0.94) 0.2%, rgba(255, 255, 255, 0.3) 80%);
    background-image: -moz-linear-gradient(top, #e7a681 0%, rgba(238, 124, 59, 0.94) 0.2%, rgba(255, 255, 255, 0.3) 80%);
    background-image: -ms-linear-gradient(top, #e7a681 0%, rgba(238, 124, 59, 0.94) 0.2%, rgba(255, 255, 255, 0.3) 80%);
    background-image: linear-gradient(to bottom, #e7a681 0%, rgba(238, 124, 59, 0.94) 0.2%, rgba(255, 255, 255, 0.3) 80%);
}

#ticketholder .product.alt-pid3 {
    background-image: -webkit-linear-gradient(top, #9979c4 0%, rgba(255, 255, 255, 0.3) 80%);
    background-image: -moz-linear-gradient(top, #9979c4 0%, rgba(255, 255, 255, 0.3) 80%);
    background-image: -ms-linear-gradient(top, #9979c4 0%, rgba(255, 255, 255, 0.3) 80%);
    background-image: linear-gradient(to bottom, #9979c4 0%, rgba(255, 255, 255, 0.3) 80%);
}

#ticketholder .product.alt-pid4 {
    background-image: -webkit-linear-gradient(top, #79a4c4 0%, rgba(255, 255, 255, 0.3) 80%);
    background-image: -moz-linear-gradient(top, #79a4c4 0%, rgba(255, 255, 255, 0.3) 80%);
    background-image: -ms-linear-gradient(top, #79a4c4 0%, rgba(255, 255, 255, 0.3) 80%);
    background-image: linear-gradient(to bottom, #79a4c4 0%, rgba(255, 255, 255, 0.3) 80%);
}

#ticketholder .product.alt-pid5 {
    background-image: -webkit-linear-gradient(top, #afc479 0%, rgba(255, 255, 255, 0.3) 80%);
    background-image: -moz-linear-gradient(top, #afc479 0%, rgba(255, 255, 255, 0.3) 80%);
    background-image: -ms-linear-gradient(top, #afc479 0%, rgba(255, 255, 255, 0.3) 80%);
    background-image: linear-gradient(to bottom, #afc479 0%, rgba(255, 255, 255, 0.3) 80%);
}

.conf-body a.booknow {
    text-decoration: none;
    border: 1px solid HSL(98, 50%, 36%);
    background-color: HSL(98, 50%, 46%);
    padding: 5px 12px;
    border-radius: 4px;
    color: #fff;
    text-shadow: 1px 1px 1px #999;
}

.conf-body a.booknow:hover {
    border: 1px solid HSL(98, 50%, 56%);
    background-color: HSL(98, 50%, 26%);
    color: HSL(98, 50%, 86%);
    text-shadow: 0px 0px 0px #fff;
}

button.mem_add {
    text-decoration: none;
    border: 1px solid HSL(98, 50%, 36%);
    background-color: HSL(98, 50%, 46%);
    padding: 0px 12px;
    border-radius: 4px;
    color: #fff;
    text-shadow: 1px 1px 1px #999;
}

button.mem_add:hover {
    border: 1px solid HSL(98, 50%, 56%);
    background-color: HSL(98, 50%, 26%);
    color: HSL(98, 50%, 86%);
    text-shadow: 0px 0px 0px #fff;
}

.btn-grey {
    text-decoration: none;
    background-color: #e7e7e7;
    color: #316f86;
    transition: all 0.2s ease-in-out 0s;
}

.btn-grey:hover {
    text-decoration: none;
    color: #fff;
    background-color: #6d6d6d;
}


.product dl {
    padding-left: 20px;
    margin-top: 20px;
}

.product dl dd {
    width: 85%;
    padding-left: 6px;
    display: inline-block;
    margin-bottom: 3px;
}

.product dl dd,
.product dl dt {
    display: inline-block;
    vertical-align: text-top;
    color: #404040;
}

.setas1::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    display: inline;
    color: #7bba55;
    font-style: normal;
}

.setas0::before {
    content: '\f057';
    font-family: 'Font Awesome 5 Pro';
    display: inline;
    color: #c24f4f;
    font-style: normal;
}

.product dl .text-set0 {
    color: #a8a8a8;
}

#ticketholder {
    margin-top: 50px;
}

#ticketholder .btn.book-btn {
    width: 100%;
    font-size: 16px;
    padding: 10px 0px;
    border: 1px solid HSL(98, 50%, 36%);
    background-color: HSL(98, 50%, 46%);
    border-radius: 8px;
    margin-top: 20px;
}

#ticketholder a.btn.book-btn:hover {
    color: #fff;
    background-color: HSL(98, 50%, 76%);
}

.product .head h3 {
    font-size: 40px;
    opacity: 0.8;
    margin-bottom: 12px;
    line-height: 42px;
    padding: 0px 20px;
    /*margin-top: -7px;*/
}

.product .main {
    margin-top: -75px;
    padding: 5px 15px;
}

h4.price-head {
    font-size: 18px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0px;
}

.product .pricing {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 7px;
    text-align: center;
}

.product .pricing span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4em;
    margin-bottom: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    border-radius: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.product .pricing span.active {
    background-color: rgba(5, 122, 144, 0.88);
}

.product .pricing span b {
    color: #ffffff;
    display: block;
    line-height: 12px;
    margin-bottom: 4px;
    margin-top: 2px;
}

.product .main p {
    font-size: 16px;
    margin-bottom: 10px;
}

.product p a {
    color: #7bba55;
}

.product p.txt-sml {
    font-size: 13px;
}

.product .main ul li {
    text-align: left;
    color: #b0b0b0;
    font-size: 14px;
}

.product .main ul li:before {
    top: 4px;
    line-height: 17px;
    color: #a3a3a3;
}

.product .main strong {
    background-color: #ffffff;
    color: #1f1f1f;
    padding: 0px 3px;

}

h1.conf-subhead {
    font-size: 30px;
    line-height: 30px !important;
    padding-top: 20px;
    padding-left: 3px;
    margin-bottom: 0px;
    border-radius: 4px 0px 0px 0px;
    color: #fff;
}

span.sessions a {
    outline: 0;
    color: ;
}

em.role {
    color: #8ab962;
}

div.divide {
    background-image: -webkit-linear-gradient(left, rgba(73, 104, 129, 0) 0%, #496981 48.8%, rgba(73, 104, 129, 0) 100%);
    background-image: -moz-linear-gradient(left, rgba(73, 104, 129, 0) 0%, #496981 48.8%, rgba(73, 104, 129, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(73, 104, 129, 0) 0%, #496981 48.8%, rgba(73, 104, 129, 0) 100%);
    background-image: linear-gradient(to right, rgba(73, 104, 129, 0) 0%, #496981 48.8%, rgba(73, 104, 129, 0) 100%);
    height: 1px;
    margin-top: 20px;
    margin-bottom: 28px;
}

.speakers img {
    border-radius: 2px
}

article.conf-exhib {
    margin-bottom: 20px;
}

article.conf-exhib img,
article.conf-spons img {
    border: 5px solid #fff;
    width: 100%;
}

article.conf-exhib h5,
article.conf-spons h5 {
    font-size: 28px;
    display: inline-block;
}

article.conf-exhib h5:after,
article.conf-spons h5:after {
    content: ' ';
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 5px;
    background-color: rgba(255, 255, 255, 0.3);
}

article.conf-exhib .txt,
article.conf-spons .txt {
    padding: 5px 20px;
    padding-bottom: 20px;
    background-color: #416c84;
    color: #fff;
}

article.conf-exhib a,
article.conf-spons a {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    text-decoration: none;
}

article.conf-exhib p,
article.conf-spons p {
    font-size: 15px;
    margin-bottom: 0px;
    color: #fff;
}

article.conf-spons .txt {
    background-color: #5c967f;
}

.conf-resources hr {
    margin-bottom: 30px;
    border: .5px solid #daece5;
}

.conf-resources p {
    font-size: 16px;
}

table.resource {
    width: 100%;
    margin-bottom: 20px;
}

table.resource td {
    padding: 5px 6px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px dashed #d2d2d2;
    font-size: 18px;
}

table.resource td.title {
    width: 70%;
    text-align: left;
}

table.resource span.desc {
    display: block;
    color: #7a7a7a;
    font-size: 14px;
}

table.resource .btn {
    background-color: #416c84;
}

table.resource .bg-darkgreen {
    background-color: #357b49;
}

article.confnews h4 {
    margin-bottom: 0;
}

article.confnews h4 a {
    color: #8ab962;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0px;
    text-decoration: none;
}

article.confnews p {
    font-size: 18px;
}

article.confnews a {
    color: #5e8ca4;
}

.sessionlist {
    background-color: #263e46;
    padding: 10px 20px;
}

.sessionlist a {
    color: #bedbec;
    font-size: 14px;
    text-decoration: none;
    line-height: 18px;
    display: block;
}

.sessionlist p {
    font-size: 16px;
    margin-bottom: 10px;
}

.sessionlist a:hover {
    color: #fff;
}

.sessionlist li {
    line-height: 20px;
    margin-bottom: 7px;
}

.sessionlist ul li:before {
    top: 0px !important;
    font-size: 16px;
    line-height: 24px;
    position: absolute;

}

.text-16px p {
    font-size: 16px;
}

.submission-box {
    background-color: #416c84;
    padding: 10px 20px;
}

.submission-box p {
    margin: 0px;
    line-height: 22px;
    color: #fff;
}

.submission-box p span {
    opacity: 0.6;
    font-size: 15px;
}

.submission-box a.btn {
    background-color: #365870;
    font-size: 16px;
    margin-top: 3px;
    outline: 0;
}

.submission-box a.btn:hover {
    color: #fff;
    background-color: #8ab962;
}

.themesbox ul,
.themesbox .theme {
    margin-bottom: 10px;
}

.themesbox ul li,
.themesbox .theme {
    font-size: 14px;
    display: block;
    padding-left: 20px;
    color: #306e86 !important;
}

.themesbox ul li:before {
    line-height: 26px;
    color: #a2c9e5;
}

.home-conf {
    margin-bottom: 40px;
}

.fwblock {
    height: 30vh;
    width: 100% !important;
    padding: 0px 20%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.vidblock {
    text-align: center;
    display: box;
    width: 100%;
    padding: 2vh 10vh;
    vertical-align: middle;
}

.vidblock h5 {
    color: #fff;
    font-size: 30px;
}

.fwblock h4 {
    font-size: 40px;
}

.conf-blue1 {
    color: #0f9dcb !important;
}

.conf-blue2 {
    color: #0f4680 !important;
}

.conf-green1 {
    color: #009a93 !important;
}

.conf-green2 {
    color: #099344 !important;
}

.conf-purple {
    color: #7f54ae !important;
}

.hover-conf-blue1:hover {
    color: #0f9dcb !important;
}

.hover-conf-blue2:hover {
    color: #0f4680 !important;
}

.hover-conf-green1:hover {
    color: #009a93 !important;
}

.hover-conf-green2:hover {
    color: #099344 !important;
}

.hover-conf-purple:hover {
    color: #7f54ae !important;
}

.hover-set-conf-blue1:hover h5 {
    color: #0f9dcb !important;
}

.hover-set-conf-blue2:hover h5 {
    color: #0f4680 !important;
}

.hover-set-conf-green1:hover h5 {
    color: #009a93 !important;
}

.hover-set-conf-green2:hover h5 {
    color: #099344 !important;
}

.conf-grey {
    color: #404040;
}

.bg-conf-blue1 {
    background-color: #0f9dcb;
}

.bg-conf-blue2 {
    background-color: #0f4680;
}

.bg-conf-green1 {
    background-color: #009a93;
}

.bg-conf-green2 {
    background-color: #099344;
}

.bg-conf-green3 {
    background-color: #0cbfb7;
}

.bg-conf-grey {
    background-color: #404040;
}

.white {
    color: #fff !important;
}

.white>p {
    color: #fff;
}

.cblock {
    padding: 20px;
    height: 100%;
}

.cblock p {
    text-align: center;
    font-size: 18px;
}

.action p {
    padding: 5px 10px;
    font-weight: 600;
    display: inline-block;
    width: 70%;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 2px solid #fff;
}

.action .btn {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 0px;
    border-radius: 0px !important;
    line-height: 20px;
    padding: 5px 10px;
    border: none;
    border-bottom: 2px solid #fff;
}

.action .btn:hover {
    background-color: #fff;
    color: #404040 !important;

}

.bg-conf-grad1 {
    background-image: -webkit-linear-gradient(left, #30a9a3 0%, #175286 0%, #227b94 100%, rgb(21, 74, 132) 100%);
    background-image: -moz-linear-gradient(left, #30a9a3 0%, #175286 0%, #227b94 100%, rgb(21, 74, 132) 100%);
    background-image: -ms-linear-gradient(left, #30a9a3 0%, #175286 0%, #227b94 100%, rgb(21, 74, 132) 100%);
    background-image: linear-gradient(to right, #30a9a3 0%, #175286 0%, #227b94 100%, rgb(21, 74, 132) 100%);
}

h2.axd {
    padding-bottom: 0px;
    line-height: 50px;
    padding-top: 37px;
    padding-bottom: 7px;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
}

h2.axd:before {
    content: '\f0d7';
    position: absolute;
    bottom: -12px;
    font-family: 'Font Awesome 5 Pro';
    line-height: 12px;
    left: 0px;
    width: 100%;
    font-size: 50px;
}

.bg-conf-grey.axd:before {
    color: #404040;
}

.mb50 {
    margin-bottom: 50px;
}

.conf-bg1 {
    background-image: url('/assets/uploads/images/general/conf-bg1');
    background-size: cover;
    background-position: center center;
}

.conf-bg2 {
    background-image: url('/assets/uploads/images/general/conf-bg2');
    background-size: cover;
    background-position: center center;
}

.conf-bg3 {
    background-image: url('/assets/uploads/images/general/conf-bg3');
    background-size: cover;
    background-position: center center;
}

.conf-bg4 {
    background-image: url('/assets/uploads/images/general/conf-bg4');
    background-size: cover;
    background-position: center center;

}


article.conf-update {
    background-color: #00857f;
    margin-bottom: 30px;
}

.conf-update h4 {
    text-align: center;
    background-color: #404040;
    padding: 7px 10px 11px 10px;
    color: #fff;
    position: relative;
}

.conf-update .art {
    padding: 5px 10px;
    border-bottom: 2px solid #fff;
}

.conf-update .art img {
    margin-bottom: 10px;
    padding: 2px;
    border: 3px solid #009992;
}

.conf-update h4:before {
    content: '\f0d7';
    position: absolute;
    bottom: -9px;
    font-family: 'Font Awesome 5 Pro';
    line-height: 12px;
    left: 0px;
    color: #404040;
    font-size: 50px;
    width: 100%;
    font-weight: 600;
}

.conf-update p,
.conf-update a {
    text-align: left;
    color: #fff;
}

.conf-update a {
    font-weight: bold;
    text-decoration: none;
}

.fbox h4 {
    font-size: 32px;
    color: #009992;
    margin-bottom: 20px;
}

.fbox img {
    border-radius: 3px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}


h2.speaker-type sub {
    font-size: 24px;
    line-height: 40px;
    display: block;
}

.speaker-section {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

nav.navi.small ul li.book-special a {
    color: #ba4747 !important;
}

nav.navi.small ul li.book-special:after {
    background-color: #ba4747;
}

.group-rates {
    color: #000;
    margin-bottom: 20px;
}

.save-label {
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    display: block;
    padding: 0px 13px;
}

.orig-group {
    color: #057a91;
    text-decoration: line-through;
    background-color: #eaeaea;
    padding: 2px 3px;
    display: inline-block;
    line-height: 15px;
}

.groupsave {
    font-weight: 600;
    color: #fff;
    line-height: 15px;
    background-color: #057a91;
    padding: 2px 3px;
    display: inline-block;
}

.group-rates .gterms {
    font-size: 11px !important;
    margin-top: 4px;
    color: #acacac
}

.group-rates .gterms a {
    color: #acacac
}

#signup {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
}

#signup p {
    font-size: 18px;
}

#signup .upper input {
    border: none;
    background: none;
    border-bottom: 2px solid #333;
    width: 70%;
    max-width: 200px;
}

#signup .upper input:focus {
    outline: 0;
    border-bottom-color: #124db9;
    background-color: #fff;
}

#signup .upper label {
    width: 100px;
    text-align: right;
}

#signup .lower {
    border-top: 1px solid #ffffff;
    padding-top: 20px;
    margin-top: 20px;
    text-align: left;
}

#signup .lower label {
    width: 90%;
    text-align: left;
    font-size: 14px;
    vertical-align: text-top;
}

#signup .lower input {
    vertical-align: text-top;
    width: 20px;
    height: 20px;
}

.conf-form {
    /*bottom: -20px;*/
    /*position: absolute;*/
    width: 100%;
}

.booking-line {
    /*padding: 10px;*/
    text-align: center;
    /*background-color: #fff;*/
    /*width: 100%;*/
}

.booking-line>div>div {
    vertical-align: top;
    height: 50px;
    padding: 10px;
    background-color: #ebebeb;
    text-align: center;
}

.booking-line button.btn {
    margin-top: 0px !important;
    height: 50px;
}

.booking-line .qty-btn {
    padding: 0px;
    border: none;
    background: none;
    font-size: 30px;
    line-height: 24px;
}

.booking-line input {
    vertical-align: text-bottom;
    text-align: center;
    border: none;
}

.booking-line p.book-instruct {
    margin: 0px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
    /*border-bottom: 1px solid #333;*/
    font-weight: 700;
}

.booking-line input::-webkit-outer-spin-button,
.booking-line input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.booking-line input[type=number] {
    -moz-appearance: textfield;
}

.booking-line button {
    outline: 0
}

.booking-line button[type='submit']:hover {
    color: #fff;
    background-color: #009a93 !important;
}

.programme-acc h4 {
    margin: 0px;
    background-color: #4c4a4a;
    padding: 5px;
    outline: 0;
    cursor: pointer;
    margin-top: 6px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-right: 40px;
    font-size: 20px;
    line-height: 24px;
    clear: both;
    min-height: 32px;
    display: block;
    padding-left: 125px;

}

.programme-acc h4 span {
    padding: 3px;
    display: block;
    background-color: #049593;
    text-align: center;
    color: #fff;
    font-weight: 100;
    min-width: 116px;
    position: absolute;
    height: 100%;
    margin-right: 10px;
    line-height: 28px;
    vertical-align: middle;
    left: 0px;
    top: 0px;
}

.programme-acc h4:before {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    color: #dadada;
    font-weight: 100;
    font-size: 30px;
    right: 15px;
    line-height: 24px;
    top: 7px;
}

.programme-acc h4.ui-state-active:before {
    content: '\f106';
}

span.ui-accordion-header-icon {
    display: none !important;
}

.session-info {
    background-color: #f1f1f1;
    padding: 5px 10px;
    margin-bottom: 12px;
}

.session-info .meta {
    margin-bottom: 6px;
    display: block;
    margin-top: 4px;
    font-weight: 600;
}

.session-info .meta i {
    color: #049592;
    font-weight: 400;
}

.session-info p {
    font-size: 16px;
}

.session-info .meta span.ibfix {
    display: inline-block;
}

.sesh-img {
    float: right;
    width: 20%;
    min-width: 150px;
}

div.ibfix {
    display: inline-block;
}


/* *************** */
/* *************** */
/* 2022 Conference */
/* *************** */
/* *************** */

.conf-body.in-person {
    border-left: 8px solid HSL(98, 50%, 46%);
}

.conf-body.online {
    border-left: 8px solid HSL(278, 43%, 44%);
}

.conf-body .ticket-cat-header {
    color: #fff;
    padding: 6px 0px 8px 12px;
}

.conf-body.in-person .ticket-cat-header {
    background-color: HSL(98, 50%, 46%);
}

.conf-body.online .ticket-cat-header {
    background-color: HSL(278, 43%, 44%);
}


table.pricing td {
    text-align: center;
    padding: 1px 12px;
}

table.pricing tr:last-of-type td {
    padding-bottom: 10px;
}

table.pricing td.section-head {
    padding-top: 10px;
}

table.pricing.virtual th {
    background-color: HSL(278, 43%, 44%);
    color: #fff;
}

table.pricing.virtual td {
    background-color: HSL(278, 43%, 94%);
}


table.pricing.in-person th {
    background-color: HSL(98, 50%, 46%);
    color: #fff;
}

table.pricing.in-person td {
    background-color: HSL(98, 50%, 86%);
}

table.pricing.membership th {
    background-color: HSL(129, 37%, 41%);
    color: #fff;
}

table.pricing.membership td {
    background-color: HSL(129, 37%, 81%);
}