/* line 307, ../scss/_common.scss */


.hero-section {
    padding: 38px 10px 20px;
    margin-bottom: 20px;
    background: #e8e8e8;
}

.page .content-section{
    font-family: 'Avenir Next LT Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}
/* Old page design css */
/* line 21, ../scss/_page.scss */

.page .content-section .container {
    padding-bottom: 20px;
}


/* line 23, ../scss/_page.scss */

.page .content-section .container .content {
    width: 65%;
    float: left;
}


/* line 27, ../scss/_page.scss */

.page .content-section .container .content.full-width {
    width: 100%;
}


/* line 30, ../scss/_page.scss */

.page .content-section .container .content strong {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
}


/* line 34, ../scss/_page.scss */

.page .content-section .container .content h1 {
    margin-bottom: 20px;
    font-family: 'Avenir Next LT Pro';
    font-size: 36px;
    color: #182C4B;
    line-height: 42px;
    font-weight: bold;
}


/* line 944, ../scss/_page.scss */

.page.blog .content h1 {
    margin-top: 20px;
}


/* line 41, ../scss/_page.scss */

.page .content-section .container .content h2 {
    margin-top: 20px;
    font-family: 'Avenir Next LT Pro';
    font-weight: 500;
    font-size: 24px;
    color: #202260;
}


/* line 47, ../scss/_page.scss */

.page .content-section .container .content .available {
    border-bottom: 2px solid #e7e7f3;
    margin-bottom: 30px;
}


/* line 50, ../scss/_page.scss */

.page .content-section .container .content .available .h2 {
    font-weight: 500;
    font-size: 20px;
    color: #202260;
}


/* line 55, ../scss/_page.scss */

.page .content-section .container .content .available a {
    color: #333333;
    text-decoration: none;
}


/* line 60, ../scss/_page.scss */

.page .content-section .container .content p {
    display: block;
    margin-top: 16px;
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    color: #595959;
    line-height: 26px;
}


/* line 68, ../scss/_page.scss */

.page .content-section .container .content ul {
    margin-top: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}


/* line 72, ../scss/_page.scss */

.page .content-section .container .content ul li {
    margin-bottom: 10px;
    list-style: disc outside;
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    color: #626262;
}


/* line 80, ../scss/_page.scss */

.page .content-section .container .content a {
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    color: #23225D;
    text-decoration: underline;
}


/* line 86, ../scss/_page.scss */

.page .content-section .container .content .center-form {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    background: #e8e8e8;
}


/* line 92, ../scss/_page.scss */

.page .content-section .container .content .center-form .header {
    position: relative;
    left: -10px;
    width: 100%;
    height: 51px;
    padding-left: 10px;
    margin-top: 20px;
    text-indent: 8%;
    font-size: 27px;
    color: #fff;
    letter-spacing: 0.03em;
    line-height: 51px;
    text-transform: uppercase;
    background: #23225D;
}


/* line 107, ../scss/_page.scss */

.page .content-section .container .content .center-form .header .calendar {
    width: 25%;
    max-width: 90px;
    position: absolute;
    right: -10px;
    top: -13px;
}


/* line 114, ../scss/_page.scss */

.page .content-section .container .content .center-form .header .triangle {
    position: absolute;
    left: 0px;
    bottom: -7px;
}

@media screen and (max-width: 850px) {
    /* line 92, ../scss/_page.scss */
    .page .content-section .container .content .center-form .header {
        font-size: 24px;
    }
}

@media screen and (max-width: 750px) {
    /* line 92, ../scss/_page.scss */
    .page .content-section .container .content .center-form .header {
        font-size: 27px;
    }
}


/* line 126, ../scss/_page.scss */

.page .content-section .container .content .center-form .text {
    padding: 0px 6%;
    margin-top: 18px;
    margin-bottom: 18px;
    font-family: 'Avenir Next LT Pro';
    font-size: 15px;
    color: #03324a;
    text-align: center;
}


/* line 136, ../scss/_page.scss */

.page .content-section .container .content .center-form form .sub-header {
    padding: 0px 6%;
    margin-bottom: 10px;
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    font-weight: bold;
    color: #03324a;
}


/* line 144, ../scss/_page.scss */

.page .content-section .container .content .center-form form .group-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 0px 6%;
}


/* line 149, ../scss/_page.scss */

.page .content-section .container .content .center-form form .group-wrapper .sub-header {
    padding: 0px;
    margin-bottom: 4px;
    font-size: 16px;
}


/* line 154, ../scss/_page.scss */

.page .content-section .container .content .center-form form .group-wrapper p {
    margin-top: 0px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}


/* line 161, ../scss/_page.scss */

.page .content-section .container .content .center-form form .group {
    width: 49%;
    float: left;
}


/* line 165, ../scss/_page.scss */

.page .content-section .container .content .center-form form .group+.group {
    margin-left: 2%;
}

@media screen and (max-width: 650px) {
    /* line 169, ../scss/_page.scss */
    .page .content-section .container .content .center-form form .group {
        width: 100%;
        float: none;
    }
    /* line 173, ../scss/_page.scss */
    .page .content-section .container .content .center-form form .group+.group {
        margin-left: 0%;
    }
}


/* line 177, ../scss/_page.scss */

.page .content-section .container .content .center-form form .input-wrapper {
    margin-bottom: 19px;
}


/* line 179, ../scss/_page.scss */

.page .content-section .container .content .center-form form .input-wrapper label {
    font-family: 'Avenir Next LT Pro';
    font-size: 14px;
    color: #595959;
}


/* line 184, ../scss/_page.scss */

.page .content-section .container .content .center-form form .input-wrapper input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    padding-left: 3%;
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    color: #727272;
}


/* line 192, ../scss/_page.scss */

.page .content-section .container .content .center-form form .input-wrapper input.no-padding {
    padding: 0px;
}


/* line 196, ../scss/_page.scss */

.page .content-section .container .content .center-form form .input-wrapper textarea {
    width: 100%;
    height: 60px;
}


/* line 201, ../scss/_page.scss */

.page .content-section .container .content .center-form form button {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 88%;
    height: 54px;
    margin: 0px 6% 6%;
    border: none;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 54px;
    background: #23225D;
    cursor: pointer;
}


/* line 217, ../scss/_page.scss */

.page .content-section .container .right-col {
    width: 32%;
    float: left;
    margin-left: 3%;
}


/* line 221, ../scss/_page.scss */

.page .content-section .container .right-col .side-form {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    background: #e8e8e8;
}


/* line 226, ../scss/_page.scss */

.page .content-section .container .right-col .side-form .header {
    position: relative;
    left: -10px;
    width: 100%;
    height: 51px;
    padding-left: 10px;
    margin-top: 20px;
    text-indent: 8%;
    font-size: 27px;
    color: #fff;
    letter-spacing: 0.03em;
    line-height: 51px;
    text-transform: uppercase;
    background: #23225D;
}


/* line 242, ../scss/_page.scss */

.page .content-section .container .right-col .side-form .header .calendar {
    width: 25%;
    max-width: 90px;
    position: absolute;
    right: -10px;
    top: -13px;
}


/* line 249, ../scss/_page.scss */

.page .content-section .container .right-col .side-form .header .triangle {
    position: absolute;
    left: 0px;
    bottom: -7px;
}

@media screen and (max-width: 850px) {
    /* line 226, ../scss/_page.scss */
    .page .content-section .container .right-col .side-form .header {
        font-size: 24px;
    }
}

@media screen and (max-width: 750px) {
    /* line 226, ../scss/_page.scss */
    .page .content-section .container .right-col .side-form .header {
        font-size: 27px;
    }
}


/* line 261, ../scss/_page.scss */

.page .content-section .container .right-col .side-form .text {
    padding: 0px 6%;
    margin-top: 18px;
    margin-bottom: 18px;
    font-family: 'Avenir Next LT Pro';
    font-size: 15px;
    color: #03324a;
    text-align: center;
}


/* line 271, ../scss/_page.scss */

.page .content-section .container .right-col .side-form form .input-wrapper {
    padding: 0px 6%;
    margin-bottom: 19px;
}


/* line 274, ../scss/_page.scss */

.page .content-section .container .right-col .side-form form .input-wrapper input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    padding-left: 3%;
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    color: #727272;
}


/* line 284, ../scss/_page.scss */

.page .content-section .container .right-col .side-form form button {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 88%;
    height: 54px;
    margin: 0px 6% 6%;
    border: none;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 54px;
    background: #23225D;
    cursor: pointer;
}


/* line 299, ../scss/_page.scss */

.page .content-section .container .right-col .side-search {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 3% 5% 2% 5%;
    margin-top: 16px;
    float: left;
    background: #e8e8e8;
}


/* line 306, ../scss/_page.scss */

.page .content-section .container .right-col .side-search .header {
    margin-bottom: 10px;
    font-family: 'Avenir Next LT Pro';
    font-weight: 500;
    font-size: 22px;
    color: #23225D;
    text-align: center;
    text-transform: uppercase;
}


/* line 314, ../scss/_page.scss */

.page .content-section .container .right-col .side-search .select-container {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}


/* line 318, ../scss/_page.scss */

.page .content-section .container .right-col .side-search .select-container select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 8px 4%;
    border: none;
    font-family: 'Avenir Next LT Pro';
    font-size: 13px;
    color: #182C4B;
    line-height: 34px;
}


/* line 330, ../scss/_page.scss */

.page .content-section .container .right-col .side-search .select2 {
    width: 100% !important;
}


/* line 332, ../scss/_page.scss */

.page .content-section .container .right-col .side-search .select2 .select2-selection {
    height: 42px !important;
    padding: 6px;
    border: none;
    overflow: hidden;
    position: relative;
    font-family: 'Avenir Next LT Pro';
    font-size: 18px;
    /* background: #c4282b; */
}

/* line 344, ../scss/_page.scss */

.page .content-section .container .right-col .side-search .select2 .select2-selection .select2-selection__arrow {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60px;
    position: absolute;
    height: 100%;
    padding: 16px;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: url("/images/new-theme/up-down-arrow.png") no-repeat center center;
}


/* line 355, ../scss/_page.scss */

.page .content-section .container .right-col .side-search .select2 .select2-selection .select2-selection__arrow b {
    display: none;
}


/* line 362, ../scss/_page.scss */

.page .content-section .container .right-col .side-cta {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 20px;
    background: #202260;
}


/* line 371, ../scss/_page.scss */

.page .content-section .container .right-col .side-cta .header {
    margin-bottom: 10px;
    font-family: 'Avenir Next LT Pro';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}


/* line 379, ../scss/_page.scss */

.page .content-section .container .right-col .side-cta .img {
    text-align: center;
    margin-bottom: 10px;
}


/* line 382, ../scss/_page.scss */

.page .content-section .container .right-col .side-cta .img img {
    width: 100%;
}


/* line 386, ../scss/_page.scss */

.page .content-section .container .right-col .side-cta .phone {
    text-transform: uppercase;
    text-align: center;
}


/* line 389, ../scss/_page.scss */

.page .content-section .container .right-col .side-cta .phone .text {
    font-family: 'Avenir Next LT Pro';
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}


/* line 395, ../scss/_page.scss */

.page .content-section .container .right-col .side-cta .phone a {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 28px;
    color: #ddc910;
}


/* line 402, ../scss/_page.scss */

.page .content-section .container .right-col .similar-speakers,
.page .content-section .container .right-col .authors,
.page .content-section .container .right-col .side-social,
.page .content-section .container .right-col .side-blog-category,
.page .content-section .container .right-col .side-archives,
.page .content-section .container .right-col .featured-speakers {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}


/* line 406, ../scss/_page.scss */

.page .content-section .container .right-col .similar-speakers .title,
.page .content-section .container .right-col .authors .title,
.page .content-section .container .right-col .side-social .title,
.page .content-section .container .right-col .side-blog-category .title,
.page .content-section .container .right-col .side-archives .title,
.page .content-section .container .right-col .featured-speakers .title {
    margin-top: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: 'Avenir Next LT Pro';
    font-weight: 500;
    font-size: 24px;
    color: #c4282b;
    text-transform: uppercase;
    border-bottom: 1px solid #d0d0e6;
}


/* line 416, ../scss/_page.scss */

.page .content-section .container .right-col .similar-speakers ul,
.page .content-section .container .right-col .authors ul,
.page .content-section .container .right-col .side-social ul,
.page .content-section .container .right-col .side-blog-category ul,
.page .content-section .container .right-col .side-archives ul,
.page .content-section .container .right-col .featured-speakers ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-bottom: none;
    float: left;
}


/* line 421, ../scss/_page.scss */

.page .content-section .container .right-col .similar-speakers ul li,
.page .content-section .container .right-col .authors ul li,
.page .content-section .container .right-col .side-social ul li,
.page .content-section .container .right-col .side-blog-category ul li,
.page .content-section .container .right-col .side-archives ul li,
.page .content-section .container .right-col .featured-speakers ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    float: left;
}


/* line 427, ../scss/_page.scss */

.page .content-section .container .right-col .similar-speakers ul li a,
.page .content-section .container .right-col .authors ul li a,
.page .content-section .container .right-col .side-social ul li a,
.page .content-section .container .right-col .side-blog-category ul li a,
.page .content-section .container .right-col .side-archives ul li a,
.page .content-section .container .right-col .featured-speakers ul li a {
    float: left;
    display: block;
}


/* line 430, ../scss/_page.scss */

.page .content-section .container .right-col .similar-speakers ul li a .image,
.page .content-section .container .right-col .authors ul li a .image,
.page .content-section .container .right-col .side-social ul li a .image,
.page .content-section .container .right-col .side-blog-category ul li a .image,
.page .content-section .container .right-col .side-archives ul li a .image,
.page .content-section .container .right-col .featured-speakers ul li a .image {
    float: left;
}


/* line 432, ../scss/_page.scss */

.page .content-section .container .right-col .similar-speakers ul li a .image img,
.page .content-section .container .right-col .authors ul li a .image img,
.page .content-section .container .right-col .side-social ul li a .image img,
.page .content-section .container .right-col .side-blog-category ul li a .image img,
.page .content-section .container .right-col .side-archives ul li a .image img,
.page .content-section .container .right-col .featured-speakers ul li a .image img {
    max-width: 58px;
}


/* line 436, ../scss/_page.scss */

.page .content-section .container .right-col .similar-speakers ul li a .info,
.page .content-section .container .right-col .authors ul li a .info,
.page .content-section .container .right-col .side-social ul li a .info,
.page .content-section .container .right-col .side-blog-category ul li a .info,
.page .content-section .container .right-col .side-archives ul li a .info,
.page .content-section .container .right-col .featured-speakers ul li a .info {
    padding-left: 68px;
}


/* line 438, ../scss/_page.scss */

.page .content-section .container .right-col .similar-speakers ul li a .info .name,
.page .content-section .container .right-col .authors ul li a .info .name,
.page .content-section .container .right-col .side-social ul li a .info .name,
.page .content-section .container .right-col .side-blog-category ul li a .info .name,
.page .content-section .container .right-col .side-archives ul li a .info .name,
.page .content-section .container .right-col .featured-speakers ul li a .info .name {
    margin-top: 2px;
    font-family: 'Avenir Next LT Pro';
    font-weight: 500;
    font-size: 18px;
    color: #202260;
}


/* line 444, ../scss/_page.scss */

.page .content-section .container .right-col .similar-speakers ul li a .info .summary,
.page .content-section .container .right-col .authors ul li a .info .summary,
.page .content-section .container .right-col .side-social ul li a .info .summary,
.page .content-section .container .right-col .side-blog-category ul li a .info .summary,
.page .content-section .container .right-col .side-archives ul li a .info .summary,
.page .content-section .container .right-col .featured-speakers ul li a .info .summary {
    margin-top: 6px;
    font-family: 'Avenir Next LT Pro';
    font-size: 14px;
    line-height: 16px;
    color: #595959;
}


/* line 454, ../scss/_page.scss */

.page .content-section .container .right-col .similar-speakers ul li.view-more-list,
.page .content-section .container .right-col .authors ul li.view-more-list,
.page .content-section .container .right-col .side-social ul li.view-more-list,
.page .content-section .container .right-col .side-blog-category ul li.view-more-list,
.page .content-section .container .right-col .side-archives ul li.view-more-list,
.page .content-section .container .right-col .featured-speakers ul li.view-more-list {
    text-align: center;
}


/* line 456, ../scss/_page.scss */

.page .content-section .container .right-col .similar-speakers ul li.view-more-list a,
.page .content-section .container .right-col .authors ul li.view-more-list a,
.page .content-section .container .right-col .side-social ul li.view-more-list a,
.page .content-section .container .right-col .side-blog-category ul li.view-more-list a,
.page .content-section .container .right-col .side-archives ul li.view-more-list a,
.page .content-section .container .right-col .featured-speakers ul li.view-more-list a {
    font-size: 19px;
}


/* line 462, ../scss/_page.scss */

.page .content-section .container .right-col .similar-speakers .view-more,
.page .content-section .container .right-col .authors .view-more,
.page .content-section .container .right-col .side-social .view-more,
.page .content-section .container .right-col .side-blog-category .view-more,
.page .content-section .container .right-col .side-archives .view-more,
.page .content-section .container .right-col .featured-speakers .view-more {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    padding: 15px;
    float: left;
    border-bottom: 2px solid #8a0a0d;
    font-family: 'Avenir Next LT Pro';
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #c4282b;
}


/* line 474, ../scss/_page.scss */

.page .content-section .container .right-col .similar-speakers .view-more:hover,
.page .content-section .container .right-col .authors .view-more:hover,
.page .content-section .container .right-col .side-social .view-more:hover,
.page .content-section .container .right-col .side-blog-category .view-more:hover,
.page .content-section .container .right-col .side-archives .view-more:hover,
.page .content-section .container .right-col .featured-speakers .view-more:hover {
    background: #a02325;
}


/* line 480, ../scss/_page.scss */

.page .content-section .container .right-col .side-social a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    background: #f1f1f1;
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    color: #23225D;
    border: 1px solid #dedede;
}


/* line 491, ../scss/_page.scss */

.page .content-section .container .right-col .side-social a:hover {
    background: #23225D;
    color: #fff;
}


/* line 495, ../scss/_page.scss */

.page .content-section .container .right-col .side-social a span {
    position: absolute;
    right: 10px;
    font-size: 20px;
}


/* line 504, ../scss/_page.scss */

.page .content-section .container .right-col .side-blog-category ul li {
    padding: 0px;
}


/* line 506, ../scss/_page.scss */

.page .content-section .container .right-col .side-blog-category ul li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    background: #f1f1f1;
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    color: #23225D;
    border: 1px solid #dedede;
    border-top: none;
}


/* line 518, ../scss/_page.scss */

.page .content-section .container .right-col .side-blog-category ul li a:hover {
    background: #23225D;
    color: #fff;
}


/* line 524, ../scss/_page.scss */

.page .content-section .container .right-col .side-blog-category ul li:first-child a {
    border-top: 1px solid #dedede;
}


/* line 532, ../scss/_page.scss */

.page .content-section .container .right-col .side-archives select {
    width: 100%;
    height: 32px;
    font-family: 'Avenir Next LT Pro';
}

@media screen and (max-width: 750px) {
    /* line 541, ../scss/_page.scss */
    .page .content-section .container .content {
        width: 100%;
    }
    /* line 544, ../scss/_page.scss */
    .page .content-section .container .right-col {
        width: 100%;
        margin-left: 0px;
    }
}


/* line 555, ../scss/_page.scss */

.page.recentbookings .content-section .container .content ul {
    padding-left: 0px;
}


/* line 557, ../scss/_page.scss */

.page.recentbookings .content-section .container .content ul li {
    display: inline-block;
    list-style: none;
    width: 180px;
    padding: 10px 20px;
    padding-left: 0px;
    text-align: center;
}


/* line 564, ../scss/_page.scss */

.page.recentbookings .content-section .container .content ul li img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}


/* line 575, ../scss/_page.scss */

.page.recentbookings .content-section .container .content .recently-booked ul li {
    vertical-align: top;
    margin-bottom: 30px;
}


/* line 578, ../scss/_page.scss */

.page.recentbookings .content-section .container .content .recently-booked ul li a {
    text-decoration: none;
}


/* line 580, ../scss/_page.scss */

.page.recentbookings .content-section .container .content .recently-booked ul li a span {
    display: block;
    margin-top: 8px;
}


/* line 587, ../scss/_page.scss */

.page.recentbookings .content-section .container .content .recently-booked .view-more {
    display: block;
    text-align: center;
    font-family: 'Avenir Next LT Pro';
    font-weight: 500;
    font-size: 24px;
    color: #202260;
}


/* line 603, ../scss/_page.scss */

.page.about-us .content-section .container .content ul {
    padding-left: 0px;
}


/* line 605, ../scss/_page.scss */

.page.about-us .content-section .container .content ul li {
    display: inline-block;
    width: 44%;
    list-style: none;
    margin-right: 5%;
    vertical-align: top;
}


/* line 622, ../scss/_page.scss */

.page.bio .content-section .container .content .bio-content {
    height: 138px;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* line 627, ../scss/_page.scss */

.page.bio .content-section .container .content .readmore {
    width: 100%;
    margin-top: 6px;
    float: left;
    font-family: 'Avenir Next LT Pro';
    font-weight: 500;
    font-size: 18px;
    color: #202260;
    margin-bottom: 20px;
}


/* line 635, ../scss/_page.scss */

.page.bio .content-section .container .content .readmore .text {
    float: left;
    cursor: pointer;
}


/* line 639, ../scss/_page.scss */

.page.bio .content-section .container .content .readmore .arrow {
    float: right;
    height: 10px;
    margin-left: 10px;
}


/* line 643, ../scss/_page.scss */

.page.bio .content-section .container .content .readmore .arrow img {
    height: 100%;
}


/* line 648, ../scss/_page.scss */

.page.bio .content-section .container .content h1 {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 26px;
}


/* line 652, ../scss/_page.scss */

.page.bio .content-section .container .content .summary {
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #504e4e;
    font-style: italic;
}


/* line 659, ../scss/_page.scss */

.page.bio .content-section .container .content .info {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* line 662, ../scss/_page.scss */

.page.bio .content-section .container .content .info .image {
    width: 46%;
    float: left;
}


/* line 665, ../scss/_page.scss */

.page.bio .content-section .container .content .info .image img {
    max-width: 267px;
    width: 100%;
}


/* line 670, ../scss/_page.scss */

.page.bio .content-section .container .content .info .group {
    width: 50%;
    margin-left: 2%;
    margin-top: 10px;
    float: left;
}


/* line 675, ../scss/_page.scss */

.page.bio .content-section .container .content .info .group .item {
    position: relative;
    padding: 20px 0px;
    border-top: 1px solid #e7e7f3;
}


/* line 679, ../scss/_page.scss */

.page.bio .content-section .container .content .info .group .item .icon {
    position: absolute;
    top: 50%;
    width: 100%;
}


/* line 683, ../scss/_page.scss */

.page.bio .content-section .container .content .info .group .item .icon img {
    position: absolute;
    top: -15px;
}


/* line 688, ../scss/_page.scss */

.page.bio .content-section .container .content .info .group .item:first-child {
    padding-top: 3%;
    border: none;
}


/* line 693, ../scss/_page.scss */

.page.bio .content-section .container .content .info .group .title {
    position: relative;
    padding-left: 40px;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 18px;
    color: #182C4B;
}


/* line 700, ../scss/_page.scss */

.page.bio .content-section .container .content .info .group .list {
    margin-top: 4px;
    padding-left: 40px;
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    line-height: 24px;
    color: #595959;
}


/* line 707, ../scss/_page.scss */

.page.bio .content-section .container .content .info .group .list a {
    color: #595959;
}

@media screen and (max-width: 550px) {
    /* line 713, ../scss/_page.scss */
    .page.bio .content-section .container .content .info .image {
        width: 100%;
    }
    /* line 716, ../scss/_page.scss */
    .page.bio .content-section .container .content .info .group {
        width: 100%;
        margin-left: 0px;
    }
    /* line 719, ../scss/_page.scss */
    .page.bio .content-section .container .content .info .group .icon {
        display: none;
    }
    /* line 722, ../scss/_page.scss */
    .page.bio .content-section .container .content .info .group .title {
        padding-left: 0px;
    }
    /* line 724, ../scss/_page.scss */
    .page.bio .content-section .container .content .info .group .title span {
        display: none;
    }
    /* line 728, ../scss/_page.scss */
    .page.bio .content-section .container .content .info .group .list {
        padding-left: 0px;
    }
}


/* line 735, ../scss/_page.scss */

.page.bio .content-section .container .content .disclaimer p {
    font-size: 12px;
    line-height: 14px;
    color: #a5a4a4;
}


/* line 742, ../scss/_page.scss */

.page.bio .content-section .container .content .bio-cta button {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Avenir Next LT Pro';
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 14px;
    border: none;
/*    border-bottom: 2px solid #8a0a0d;*/
    background: #c4282b;
    font-size: 20px;
    cursor: pointer;
}


/* line 758, ../scss/_page.scss */

.page.bio .content-section .container .content .bio-cta button:hover {
    background: #a02325;
}

@media screen and (max-width: 550px) {
    /* line 621, ../scss/_page.scss */
    .page.bio .content-section .container .content {
        text-align: center;
    }
}


/* line 776, ../scss/_page.scss */

.page.category .content-section .content .sub-category {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    border: 2px solid #ccc;
    margin-top: 20px;
    margin-bottom: 10px;
}


/* line 783, ../scss/_page.scss */

.page.category .content-section .content .sub-category li {
    display: inline-block;
    list-style: none;
    width: 31%;
    margin-right: 1%;
}


/* line 788, ../scss/_page.scss */

.page.category .content-section .content .sub-category li a {
    font-size: 14px;
    text-decoration: none;
    color: #23225D;
}


/* line 792, ../scss/_page.scss */

.page.category .content-section .content .sub-category li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 650px) {
    /* line 783, ../scss/_page.scss */
    .page.category .content-section .content .sub-category li {
        width: 48%;
    }
}

@media screen and (max-width: 450px) {
    /* line 783, ../scss/_page.scss */
    .page.category .content-section .content .sub-category li {
        width: 99%;
    }
}


/* line 806, ../scss/_page.scss */

.page.category .content-section .content .speakers-section ul li {
    display: inline-block;
    width: 150px;
    margin-right: 2%;
    margin-bottom: 4%;
    vertical-align: top;
}


/* line 812, ../scss/_page.scss */

.page.category .content-section .content .speakers-section ul li a {
    position: relative;
    text-decoration: none;
    display: block;
}


/* line 816, ../scss/_page.scss */

.page.category .content-section .content .speakers-section ul li a .image {
    width: 100%;
    text-align: center;
}


/* line 819, ../scss/_page.scss */

.page.category .content-section .content .speakers-section ul li a .image img {
    max-width: 267px;
    width: 100%;
}


/* line 824, ../scss/_page.scss */

.page.category .content-section .content .speakers-section ul li a .info {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 2px;
    background: rgba(0, 0, 0, 0.4);
}


/* line 830, ../scss/_page.scss */

.page.category .content-section .content .speakers-section ul li a .info .name {
    padding: 6px 4px;
    font-family: 'Avenir Next LT Pro';
    font-size: 18px;
    color: #fff;
    text-align: center;
}


/* line 837, ../scss/_page.scss */

.page.category .content-section .content .speakers-section ul li a .info .category {
    margin-top: 4px;
    text-align: center;
}


/* line 840, ../scss/_page.scss */

.page.category .content-section .content .speakers-section ul li a .info .category a {
    font-family: 'Avenir Next LT Pro';
    font-size: 15px;
    color: #23225D;
}


/* line 857, ../scss/_page.scss */

.page.categories .content-section .content .category-group {
    margin-bottom: 20px;
}


/* line 860, ../scss/_page.scss */

.page.categories .content-section .content .category-group h2 a {
    font-family: 'Avenir Next LT Pro';
    font-size: 18px;
    font-weight: 500;
    color: #202260;
    text-decoration: none;
}


/* line 865, ../scss/_page.scss */

.page.categories .content-section .content .category-group h2 a:hover {
    text-decoration: underline;
}

/* line 2, ../scss/_booking.scss */

.booking .content-section {
    position: relative;
    width: 100%;
    padding: 30px 0px 10px;
}


/* line 4, ../scss/_booking.scss */

.booking .content-section .booking-bg {
    position: absolute;
    top: -20px;
    left: -10px;
    z-index: -1;
    width: 100%;
    padding: 0px 10px;
    height: 479px;
    background: #71AFD8 url("/images/landing-pg-bg.jpg") center center no-repeat;
}


/* line 14, ../scss/_booking.scss */

.booking .content-section .header,
.booking .content-section .thank-you {
    margin-top: 20px;
    font-family: 'Avenir Next LT Pro';
    color: #fff;
    text-align: center;
}


/* line 19, ../scss/_booking.scss */

.booking .content-section .header h1,
.booking .content-section .thank-you h1 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 5px;
}


/* line 23, ../scss/_booking.scss */

.booking .content-section .header h2,
.booking .content-section .thank-you h2 {
    font-size: 24px;
    line-height: 30px;
}

@media screen and (max-width: 750px) {
    /* line 28, ../scss/_booking.scss */
    .booking .content-section .header h1,
    .booking .content-section .thank-you h1 {
        font-size: 32px;
        line-height: 40px;
    }
    /* line 32, ../scss/_booking.scss */
    .booking .content-section .header h2,
    .booking .content-section .thank-you h2 {
        font-size: 18px;
        line-height: 24px;
    }
}


/* line 38, ../scss/_booking.scss */

.booking .content-section form,
.booking .content-section .thank-you {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    padding: 0px 30px 30px 30px;
    margin: auto;
    /* margin-top: 50px; */
    margin-bottom: 30px;
    background: #182C4B;
    font-family: 'Avenir Next LT Pro';
    display: grid;
}


/* line 47, ../scss/_booking.scss */

.booking .content-section form h3,
.booking .content-section .thank-you h3 {
    color: #c4282b;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 40px;
}


/* line 53, ../scss/_booking.scss */

.booking .content-section form p,
.booking .content-section .thank-you p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}


/* line 58, ../scss/_booking.scss */

.booking .content-section form .form-steps,
.booking .content-section .thank-you .form-steps {
    float: left;
}


/* line 60, ../scss/_booking.scss */

.booking .content-section form .form-steps .input-wrapper,
.booking .content-section .thank-you .form-steps .input-wrapper {
    margin-bottom: 20px;
}


/* line 62, ../scss/_booking.scss */

.booking .content-section form .form-steps .input-wrapper input,
.booking .content-section form .form-steps .input-wrapper select,
.booking .content-section .thank-you .form-steps .input-wrapper input,
.booking .content-section .thank-you .form-steps .input-wrapper select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    padding: 10px;
}


/* line 68, ../scss/_booking.scss */

.booking .content-section form .form-steps .input-wrapper textarea,
.booking .content-section .thank-you .form-steps .input-wrapper textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 76px;
    padding: 10px;
}


/* line 75, ../scss/_booking.scss */

.booking .content-section form .form-steps .pretext,
.booking .content-section .thank-you .form-steps .pretext {
    color: #aaa;
}


/* line 79, ../scss/_booking.scss */

.booking .content-section form .step-button-wrapper,
.booking .content-section .thank-you .step-button-wrapper {
    text-align: center;
}


/* line 81, ../scss/_booking.scss */

.booking .content-section form .step-button-wrapper button,
.booking .content-section .thank-you .step-button-wrapper button {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: 55px;
    border: none;
    max-width: 275px;
    font-size: 18px;
    color: #fff;
    margin: auto;
    background: #c4282b;
    cursor: pointer;
}


/* line 92, ../scss/_booking.scss */

.booking .content-section form .step-button-wrapper button:hover,
.booking .content-section .thank-you .step-button-wrapper button:hover {
    background: #a02325;
}


/* line 98, ../scss/_booking.scss */

.booking .content-section .thank-you {
    padding-top: 30px;
}


/* line 100, ../scss/_booking.scss */

.booking .content-section .thank-you p {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}


/* line 104, ../scss/_booking.scss */

.booking .content-section .thank-you p a {
    color: #B53931;
    text-decoration: underline;
}

/* line 332, ../scss/_common.scss */

.hero-section .small-search {
    border-radius: 4px;
    max-width: 300px;
    width: 100%;
    height: 38px;
    border: 2px solid #d9d9d9;
    float: right;
    position: relative;
    background: #fff;
    line-height: 38px;
}


/* line 341, ../scss/_common.scss */

.hero-section .small-search input {
    box-sizing: border-box;
    font-size: 16px;
    color: #808080;
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    border: none;
    background: none;
}

.breadcrumb{
    align-items: center;
}

/* line 316, ../scss/_common.scss */
.hero-section .breadcrumb span {
    font-size: 12px;
}


/* line 354, ../scss/_common.scss */

.hero-section .small-search .icon-wrapper {
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    border: none;
    padding: 6px 10px;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: none;
}

/* line 12, ../scss/_icon-fonts.scss */

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 26, ../scss/_icon-fonts.scss */

.icon-handshake:before {
    content: "\e618";
}


/* line 29, ../scss/_icon-fonts.scss */

.icon-popper:before {
    content: "\e619";
}


/* line 32, ../scss/_icon-fonts.scss */

.icon-menu:before {
    content: "\e617";
}


/* line 35, ../scss/_icon-fonts.scss */

.icon-arrow-down:before {
    content: "\e601";
}


/* line 38, ../scss/_icon-fonts.scss */

.icon-arrow-left:before {
    content: "\e602";
}


/* line 41, ../scss/_icon-fonts.scss */

.icon-arrow-right:before {
    content: "\e616";
    padding: 0px 5px;
}


/* line 44, ../scss/_icon-fonts.scss */

.icon-airplane:before {
    content: "\e600";
}


/* line 47, ../scss/_icon-fonts.scss */

.icon-calendar:before {
    content: "\e603";
}


/* line 50, ../scss/_icon-fonts.scss */

.icon-chat:before {
    content: "\e604";
}


/* line 53, ../scss/_icon-fonts.scss */

.icon-chat-2bubbles:before {
    content: "\e605";
}


/* line 56, ../scss/_icon-fonts.scss */

.icon-dollar-bills:before {
    content: "\e606";
}


/* line 59, ../scss/_icon-fonts.scss */

.icon-dollar-sign:before {
    content: "\e607";
}


/* line 62, ../scss/_icon-fonts.scss */

.icon-facebook:before {
    content: "\e608";
}


/* line 65, ../scss/_icon-fonts.scss */

.icon-folder:before {
    content: "\e609";
}


/* line 68, ../scss/_icon-fonts.scss */

.icon-googleplus:before {
    content: "\e60a";
}


/* line 71, ../scss/_icon-fonts.scss */

.icon-list-ol:before {
    content: "\e60b";
}


/* line 74, ../scss/_icon-fonts.scss */

.icon-location:before {
    content: "\e60c";
}


/* line 77, ../scss/_icon-fonts.scss */

.icon-megaphone:before {
    content: "\e60d";
}


/* line 80, ../scss/_icon-fonts.scss */

.icon-microphone:before {
    content: "\e60e";
}


/* line 83, ../scss/_icon-fonts.scss */

.icon-pennant:before {
    content: "\e60f";
}


/* line 86, ../scss/_icon-fonts.scss */

.icon-phone:before {
    content: "\e610";
}


/* line 89, ../scss/_icon-fonts.scss */

.icon-search:before {
    content: "\e611";
}


/* line 92, ../scss/_icon-fonts.scss */

.icon-star:before {
    content: "\e612";
}


/* line 95, ../scss/_icon-fonts.scss */

.icon-twitter:before {
    content: "\e613";
}


/* line 98, ../scss/_icon-fonts.scss */

.icon-user:before {
    content: "\e614";
}


/* line 101, ../scss/_icon-fonts.scss */

.icon-vcard:before {
    content: "\e615";
}


/* line 104, ../scss/_icon-fonts.scss */

.icon-triangle-down:before {
    content: "\f05b";
}


/* line 107, ../scss/_icon-fonts.scss */

.icon-power-off:before {
    content: "\f011";
}


/* line 110, ../scss/_icon-fonts.scss */

.icon-quote-right:before {
    content: "\e902";
}


/* line 113, ../scss/_icon-fonts.scss */

.icon-quote-left:before {
    content: "\e903";
}

/* line 876, ../scss/_page.scss */

.page.bloghome .content .blog {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
}


/* line 879, ../scss/_page.scss */

.page.bloghome .content .blog .blog-categories {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* line 882, ../scss/_page.scss */

.page.bloghome .content .blog .blog-categories .blog-category {
    display: inline-block;
    padding: 8px 10px;
    font-size: 16px;
    color: #fff;
    /* background: #23225D; */
    background:#23225D;
    text-decoration: none;
    border: 1px solid #23225D;
}


/* line 891, ../scss/_page.scss */

.page.bloghome .content .blog .blog-info {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}


/* line 895, ../scss/_page.scss */

.page.bloghome .content .blog .blog-info .blog-img {
    width: 40%;
    margin-right: 3%;
    float: left;
}


/* line 899, ../scss/_page.scss */

.page.bloghome .content .blog .blog-info .blog-img img {
    width: 100%;
    max-width: 268px;
}


/* line 904, ../scss/_page.scss */

.page.bloghome .content .blog .blog-info .blog-header {
    width: 57%;
    float: left;
}


/* line 908, ../scss/_page.scss */

.page.bloghome .content .blog .blog-info .blog-header .title a {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 28px;
    color: #182C4B;
    text-decoration: none;
}


/* line 913, ../scss/_page.scss */

.page.bloghome .content .blog .blog-info .blog-header .title a:hover {
    color: #23225D;
}


/* line 918, ../scss/_page.scss */

.page.bloghome .content .blog .blog-info .blog-header .info {
    margin-top: 20px;
    width: 100%;
    float: left;
}


/* line 922, ../scss/_page.scss */

.page.bloghome .content .blog .blog-info .blog-header .info .icon {
    float: left;
    color: #23225D;
    font-size: 18px;
    margin-right: 3%;
}


/* line 928, ../scss/_page.scss */

.page.bloghome .content .blog .blog-info .blog-header .info span {
    float: left;
    color: #626262;
}


/* line 936, ../scss/_page.scss */

.page.bloghome .content .blog .tag {
    display: none;
}


/* line 433, ../scss/_common.scss */

.pagination {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* line 436, ../scss/_common.scss */

.pagination ul {
    border-radius: 4px;
    float: left;
    padding-left: 0px !important;
}


/* line 440, ../scss/_common.scss */

.pagination ul li {
    border-left: 1px solid #c8d7dc;
    float: left;
    list-style: none !important;
}


/* line 444, ../scss/_common.scss */

.pagination ul li:first-child {
    border: none;
}


/* line 447, ../scss/_common.scss */

.pagination ul li a {
    display: block;
    min-width: 30px;
    padding: 14px;
    font-size: 16px;
    color: #23225D !important;
    text-align: center;
    text-decoration: none !important;
}


/* line 457, ../scss/_common.scss */

.pagination ul li.active {
    background: #23225D;
}


/* line 459, ../scss/_common.scss */

.pagination ul li.active a {
    color: #fff !important;
}


/* line 950, ../scss/_page.scss */

.page.blog .content .blog-categories .blog-category {
    display: inline-block;
    padding: 8px 6px;
    font-size: 16px;
    color: #fff;
    background: #23225D;
    text-decoration: none;
}

/* line 947, ../scss/_page.scss */

.page.blog .content .blog-categories {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* line 959, ../scss/_page.scss */

.page.blog .content .infos {
    width: 100%;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    float: left;
    margin-bottom: 20px;
}


/* line 965, ../scss/_page.scss */

.page.blog .content .infos .info {
    width: 200px;
    margin: 12px;
    float: left;
}


/* line 969, ../scss/_page.scss */

.page.blog .content .infos .info .icon {
    float: left;
    color: #23225D;
    font-size: 18px;
    margin-right: 12px;
    margin-top: -2px;
}


/* line 976, ../scss/_page.scss */

.page.blog .content .infos .info span {
    float: left;
    color: #626262;
}


/* line 983, ../scss/_page.scss */

.page.blog .content .blog-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}


.search-page .left-col {
    width: 25%;
    padding-top: 10px;
    float: left;
}


/* line 6, ../scss/_search.scss */

.search-page .left-col .current-filter {
    margin-top: 10px;
}


/* line 8, ../scss/_search.scss */

.search-page .left-col .current-filter ul {
    list-style: circle;
    list-style-position: inside;
}


/* line 11, ../scss/_search.scss */

.search-page .left-col .current-filter ul li {
    font-size: 14px;
    line-height: 16px;
    color: #595959;
}


/* line 19, ../scss/_search.scss */

.search-page .left-col .text {
    font-size: 19px;
    color: #595959;
}


/* line 24, ../scss/_search.scss */

.search-page .left-col .button {
    border-radius: 8px;
    height: 41px;
    width: 80%;
    max-width: 130px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 41px;
    text-align: center;
    background: #23225D;
    cursor: pointer;
}


/* line 41, ../scss/_search.scss */

.search-page .left-col form.desktop .group .header {
    margin-top: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    background: #23225D;
}


/* line 49, ../scss/_search.scss */

.search-page .left-col form.desktop .group .header span {
    font-size: 80%;
    color: #0078a0;
}


/* line 54, ../scss/_search.scss */

.search-page .left-col form.desktop .group label,
.search-page .left-col form.desktop .group a {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #595959;
    cursor: pointer;
}


/* line 65, ../scss/_search.scss */


/* line 69, ../scss/_search.scss */

.search-page .left-col form.desktop .group label.t2 input {
    margin-right: 10px;
}

.search-page .content {
    width: 72%;
    margin-left: 3%;
    float: left;
}

@media screen and (max-width: 750px) {

    /* line 79, ../scss/_search.scss */
    .search-page .content {
        width: 100%;
        margin-left: 0px;
    }
}


/* line 87, ../scss/_search.scss */

.search-page .content p {
    display: block;
    margin-top: 12px;
    font-family: 'Avenir Next LT Pro';
    font-weight: 500;
    font-size: 16px;
    color: #595959;
    line-height: 26px;
}


/* line 95, ../scss/_search.scss */

.search-page .content h2 {
    margin: 0px 0px 20px;
    padding-left: 20px;
    font-family: 'Avenir Next LT Pro';
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #23225D;
    text-align: center;
}


/* line 103, ../scss/_search.scss */

.search-page .content h2 img {
    margin: 0px 10px;
    height: 16px;
}

@media screen and (max-width: 900px) {

    /* line 103, ../scss/_search.scss */
    .search-page .content h2 img {
        display: none;
    }
}


/* line 111, ../scss/_search.scss */

.search-page .content .text {
    font-size: 30px;
    line-height: 48px;
    color: #222323;
}

@media screen and (max-width: 750px) {

    /* line 111, ../scss/_search.scss */
    .search-page .content .text {
        text-align: center;
    }
}


/* line 120, ../scss/_search.scss */

.search-page .content .name-form {
    border-radius: 8px;
    width: 60%;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #b3b3b3;
    overflow: hidden;
    float: left;
}


/* line 129, ../scss/_search.scss */

.search-page .content .name-form input {
    box-sizing: border-box;
    width: 100%;
    padding: 0 50px 0 10px;
    border: none;
    font-size: 16px;
    line-height: 42px;
    color: #182C4B;
}


/* line 139, ../scss/_search.scss */

.search-page .content .name-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    height: 100%;
    font-size: 28px;
    color: #cdcdcd;
    background: #fff;
    cursor: pointer;
}


/* line 151, ../scss/_search.scss */

.search-page .content .number-results {
    width: 36%;
    margin-left: 3%;
    float: left;
}


/* line 155, ../scss/_search.scss */

.search-page .content .number-results .select2 {
    width: 100% !important;
    margin-right: 2%;
    float: left;
    margin-top: 10px;
}


/* line 160, ../scss/_search.scss */

.search-page .content .number-results .select2 .select2-selection {
    height: 42px !important;
    padding: 2px 6px;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    /* background: #c4282b; */
}

/* line 171, ../scss/_search.scss */

.search-page .content .number-results .select2 .select2-selection .select2-selection__arrow {
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    height: 100%;
    padding: 16px;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: url("/images/new-theme/up-down-arrow.png") no-repeat center center;
}
.select2-search--dropdown .select2-search__field:focus-visible { outline: none;}

/* line 181, ../scss/_search.scss */

.search-page .content .number-results .select2 .select2-selection .select2-selection__arrow b {
    display: none;
}


/* line 190, ../scss/_search.scss */

.search-page .content .clear-filter .clear {
    float: left;
    font-size: 11px;
    line-height: 30px;
    color: #1195C6;
    text-decoration: underline;
    cursor: pointer;
}


/* line 198, ../scss/_search.scss */

.search-page .content .clear-filter .clear:hover {
    color: #182C4B;
}


/* line 203, ../scss/_search.scss */

.search-page .content .mobile-filters {
    display: none;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #dedede;
    background: #f1f1f1;
    margin-bottom: 20px;
}


/* line 210, ../scss/_search.scss */

.search-page .content .mobile-filters .title {
    cursor: pointer;
    font-size: 18px;
    line-height: 32px;
    color: #182C4B;
}


/* line 216, ../scss/_search.scss */

.search-page .content .mobile-filters .title span {
    float: right;
    margin-top: 6px;
}


/* line 221, ../scss/_search.scss */

.search-page .content .mobile-filters form {
    display: none;
    border-top: 1px solid #dedede;
    margin-top: 8px;
}


/* line 225, ../scss/_search.scss */

.search-page .content .mobile-filters form h4 {
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #03324a;
}


/* line 232, ../scss/_search.scss */

.search-page .content .mobile-filters form select {
    width: 100%;
    font-size: 14px;
    color: #03324a;
}


/* line 238, ../scss/_search.scss */

.search-page .content .mobile-filters form.active {
    display: block;
}

@media screen and (max-width: 750px) {

    /* line 203, ../scss/_search.scss */
    .search-page .content .mobile-filters {
        display: block;
    }
}
.search-page .content .speakers-section{
    clear: both;
}

.search-page .content .speakers-section ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding-left: 0px;
}

/* line 249, ../scss/_search.scss */

.search-page .content .speakers-section ul li {
    text-align: left;
    display: flex;
    vertical-align: top;
    /* margin: 2px; */
    margin: 2px 6px 10px;
    width: 32%; align-items: flex-end;
}


@media screen and (max-width: 600px) {

    /* line 249, ../scss/_search.scss */
    .search-page .content .speakers-section ul li {
        margin: 10px 0px;
    }
}


/* line 257, ../scss/_search.scss */

.search-page .content .speakers-section ul li .speaker-container {
    width: 100%;
    border: 1px solid #23225D;
    border-radius: 10px;
    /* background: #f2f2f2; */
}


/* line 262, ../scss/_search.scss */

.search-page .content .speakers-section ul li .speaker-container .speaker-img { display: block; margin: 10px; text-align: center; }
.search-page .content .speakers-section ul li .speaker-container .speaker-img img { width: 100%; height: 100%; }

.search-page .content .speakers-section ul li .speaker-container .speaker-info {
    /* width: 144px; */
    padding: 10px;
    /* float: left; */
    font-size: 14px;
    color: #23225D;
    /* min-height: 185px; */
    text-align: center;
}


/* line 279, ../scss/_search.scss */

.search-page .content .speakers-section ul li .speaker-container .speaker-info .name {
    margin: 0px 0px 10px;
    font-family: 'Avenir Next LT Pro';
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
}


/* line 285, ../scss/_search.scss */

.search-page .content .speakers-section ul li .speaker-container .speaker-info .info-header {
    margin-bottom: 2px;
}


/* line 288, ../scss/_search.scss */

.search-page .content .speakers-section ul li .speaker-container .speaker-info .info {
    margin-bottom: 10px;
    line-height: 15px;
}
.search-page .content .speakers-section ul li .speaker-container .speaker-info .info.info-range { font-weight: 500;}


.search-page .content .speakers-section ul li .speaker-container .speaker-info .info.info-summary { height: 32px; overflow: hidden;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}

/* line 293, ../scss/_search.scss */

.search-page .content .speakers-section ul li .speaker-container .buttons {
    width: 100%;
    font-family: 'Avenir Next LT Pro';
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    display: flex; gap: 6px; margin-bottom: 15px; justify-content: center;
}


/* line 302, ../scss/_search.scss */

.search-page .content .speakers-section ul li .speaker-container .buttons .bio-link {
    display: inline-block;
    /* padding-top: 6px; */
    color: #b72225;
    /*border: 1px solid #9d9d9d;*/
    cursor: pointer; padding: 7px 15px 7px 0px; transition: all 0.3s ease;
}
.search-page .content .speakers-section ul li .speaker-container .buttons .bio-link:hover { color: #23225D; }

.search-page .content .speakers-section ul li .speaker-container .buttons .booking-link button {
    display: inline-block;
    color: #fff;
    border: 1px solid #b72225;
    background: #b72225;
    cursor: pointer; padding: 7px 20px; border-radius: 8px; transition: all 0.3s ease;
}


/* line 324, ../scss/_search.scss */

.search-page .content .speakers-section ul li .speaker-container .buttons .booking-link button:hover {
    background: #23225D; border: 1px solid #23225D; transition: all 0.3s ease;
}


/* line 372, ../scss/_search.scss */

.search-page .content .live-chat-cta {
    position: relative;
    padding: 30px 180px 30px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #23225D;
}


/* line 381, ../scss/_search.scss */

.search-page .content .live-chat-cta .chat-now {
    border-radius: 8px;
    position: absolute;
    top: 50%;
    right: 20px;
    float: right;
    padding: 10px 20px;
    margin-top: -18px;
    background: #cb4245;
    cursor: pointer;
}


/* line 391, ../scss/_search.scss */

.search-page .content .live-chat-cta .chat-now:hover {
    background: #b12529;
}

@media screen and (max-width: 650px) {

    /* line 372, ../scss/_search.scss */
    .search-page .content .live-chat-cta {
        padding: 20px;
        float: none;
    }

    /* line 398, ../scss/_search.scss */
    .search-page .content .live-chat-cta .chat-now {
        max-width: 200px;
        position: relative;
        top: 0px;
        right: 0px;
        margin: auto;
        margin-top: 10px;
        float: none;
    }
}

@media screen and (max-width: 750px) {
    /* line 100, ../scss/_booking.scss */
    .booking .content-section .thank-you p {
        font-size: 14px;
    }

      /* line 2, ../scss/_search.scss */
    .search-page .left-col {
        display: none;
    }
}


.left-col .input-wrapper.leftpanel-category { overflow: hidden; overflow-y: auto; height: 340px;}
.number-results .select2-container--default .select2-selection--single .select2-selection__rendered {  line-height: 34px;}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-widget {
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #666;
    background: #000 url(/images/ui-bg_inset-soft_25_000000_1x100.png?c85351582d0af32bddbca9b6005ee821) 50% bottom repeat-x;
    color: #fff
}

.ui-widget-content a {
    color: #fff
}

.ui-widget-header {
    border: 1px solid #333;
    background: #333 url(/images/ui-bg_gloss-wave_25_333333_500x100.png?5fd28792715b00377121e5a2f1d1b3da) 50% 50% repeat-x;
    color: #fff;
    font-weight: bold
}

.ui-widget-header a {
    color: #fff
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #666;
    background: #555 url(/images/ui-bg_glass_20_555555_1x400.png?925abc224fa3d8213b952116a033f013) 50% 50% repeat-x;
    font-weight: bold;
    color: #eee
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #eee;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #59b4d4;
    background: #0078a3 url(/images/ui-bg_glass_40_0078a3_1x400.png?0d9373564ffb511c248672cd0600dac0) 50% 50% repeat-x;
    font-weight: bold;
    color: #fff
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #ffaf0f;
    background: #f58400 url(/images/ui-bg_inset-soft_30_f58400_1x100.png?1b55232fb0f025801fdf9618eb2c633c) 50% 50% repeat-x;
    font-weight: bold;
    color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #ccc;
    background: #eee url(/images/ui-bg_highlight-soft_80_eeeeee_1x100.png?6eed15a9e2dbaf5c5d12d2641f413b0e) 50% top repeat-x;
    color: #2e7db2
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #2e7db2
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #ffb73d;
    background: #ffc73d url(/images/ui-bg_glass_40_ffc73d_1x400.png?91883fa2518fabfde77d851e4be12e26) 50% 50% repeat-x;
    color: #111
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #111
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #111
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(/images/ui-icons_cccccc_256x240.png?1831525b141d006161aed6486c3b35d1)
}

.ui-widget-header .ui-icon {
    background-image: url(/images/ui-icons_ffffff_256x240.png?f343f4f9ff29853595fb82699f73863c)
}

.ui-state-default .ui-icon {
    background-image: url(/images/ui-icons_cccccc_256x240.png?1831525b141d006161aed6486c3b35d1)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(/images/ui-icons_ffffff_256x240.png?f343f4f9ff29853595fb82699f73863c)
}

.ui-state-active .ui-icon {
    background-image: url(/images/ui-icons_222222_256x240.png?3f23f6f9dd1c59691ebaf1ab0fff2751)
}

.ui-state-highlight .ui-icon {
    background-image: url(/images/ui-icons_4b8e0b_256x240.png?a103188807f0380566b403695cb28d5f)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/images/ui-icons_a83300_256x240.png?ab736b6850594727421199d3a51eea4d)
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #59b4d4;
    background: #0078a3 url(/images/ui-bg_glass_40_0078a3_1x400.png?0d9373564ffb511c248672cd0600dac0) 50% 50% repeat-x;
    font-weight: bold;
    color: #fff
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(/images/ui-icons_cccccc_256x240.png?1831525b141d006161aed6486c3b35d1)
}

.ui-widget-header .ui-icon {
    background-image: url(/images/ui-icons_ffffff_256x240.png?f343f4f9ff29853595fb82699f73863c)
}

.ui-state-default .ui-icon {
    background-image: url(/images/ui-icons_cccccc_256x240.png?1831525b141d006161aed6486c3b35d1)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}



@media (min-width: 0px) and (max-width: 767px){
    .search-page .content .speakers-section ul li .speaker-container .speaker-img img { max-width: 267px;}
    .search-page .content .speakers-section ul li { width: 100%;}
    .search-page .content .mobile-filters .title { clear: both;}
    .page.recentbookings .content-section .container .content ul li { width: 49%; 
}



@media (min-width: 768px) and (max-width: 1024px){ 
    .search-page .content .speakers-section ul li { width: 47.5%;}
    .search-page .content .speakers-section ul li .speaker-container .buttons .booking-link button { padding: 7px 10px;}
    .search-page .content .speakers-section ul li .speaker-container .buttons .bio-link { padding: 7px 10px 7px 0px;}
}
