@import url(https://fonts.googleapis.com/css?family=Quicksand);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300);

body {
	font-family: "proxima-nova",sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: 500;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #9B2E64;
}

a:hover,
a:visited,
a:active,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.course-single-inner img {
    width: 100%;
}

p {
    margin: 0;
}

.v-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.border-top {
    border-top: 1px solid #eeeeee;
}

nav.navbar.navbar-fixed-top.affix-top {
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}

nav.navbar.navbar-fixed-top.affix-top ul li a {
    color: #CCCFD4;
}

nav.navbar.navbar-fixed-top.affix-top ul li a:hover {
    color: #333;
}

nav.navbar.navbar-fixed-top.affix-top .dropdown-inner ul li a:hover {
    color: #CCCFD4;
}

nav.navbar.navbar-fixed-top.affix-top #header-bottom {
}

.navbar-default {
    text-transform: uppercase;
    background-color: #fff;
    border: 0;
    transition: background 0.3s;
}

.navbar-default i.fa-phone {
    color: #CCCFD4;
    padding: 10px 10px 10px 0;
}

.translucent.navbar-default {
    background: none;
}

.translucent.navbar-default.affix-top {
    background: #fff;
}

#front-page .navbar-default:not(.affix-top) {
    border: none;
}

#navbar-main {
	background: #fff;
}

#navbar-main .navbar-fixed-top {
    position: relative;
}

#navbar-main.navbar-collapse .navbar-nav {
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
}

.affix-top #navbar-main.navbar-collapse .navbar-nav {
    margin-top: -5px;
}

.translucent:not( .affix-top ) #navbar-main .navbar-nav li>a:hover {
	color: #fff;
}

#navbar-main .navbar-nav li:last-child>a {
    margin-right: 0;
    padding-right: 0;
}	

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #fafafa;
}

.navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: white;
    color: black;
}

.navbar-default .navbar-nav > .open > a:after,  .navbar-default .navbar-nav > .open > a:hover:after, .navbar-default .navbar-nav > .open > a:focus:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    margin-left: 0.4em;
}

.dropdown-menu {
    padding: 0;
    position: relative;
    background: none;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border: none;
}

.dropdown.open .dropdown-menu > li > a {
    padding: 15px 20px;
    margin: 0;
    color: #676767;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #676767;
    border-bottom: 0;
}

.dropdown.open .dropdown-menu li:last-child a {
    border-bottom: 1px solid #676767;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #002f3a;
    font-weight: 600;
    background: none;
}

footer#footer {
    position: relative;
    height: 420px;
    margin: 0 auto;
    z-index: 2;
    color: #B5B5B5;
    padding: 10px 0;
    border-top: 1px solid #E6E6E6;
    font-size: 14px;
}

footer#footer .footer-nav ul li {
    padding: 0 0 20px 0;
}

footer#footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer#footer .full-header {
    display: none;
}

footer#footer .title {
    color: #242E5D;
    font-size: 14px;
	font-weight: 400;
    text-transform: uppercase;
}

footer#footer .footer-expandable {
    padding: 20px 0;
    display: block;
}

footer#footer .footer-expandable .title {
    display: inline-block;
}

footer#footer i {
    float: right;
}

footer#footer .copyright {
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #D6D6D6;
	padding: 40px 0 20px 0;
}

footer#footer .social-links-container {
	padding: 20px 0 40px 0;
}

ul.social-links li {
    display: inline;
    padding: 0 3px;
}

ul.social-links li .circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #B3B3B3;
    color: #B3B3B3;
    display: inline-block;
    text-align: center;
}

ul.social-links li:hover .circle {
    background: #1B5CA4;
    border-color: #1B5CA4;
    color: #fff;
}

ul.social-links li .fa {
    font-size: 16px;
    margin: 11px 0;
}

footer#footer a {
    text-decoration: none;
    font-size: 14px;
    color: #A4A4A4;
	font-weight: 400;
}

footer#footer a:hover {
    text-decoration: none;
    font-size: 14px;
    color: #1B5CA4;
}

.bottom-border {
	position: absolute;
	bottom: 0;
	width: 100%;	
	background: -webkit-linear-gradient( 90deg, #242E5D, #1C8DB5 );
    background: -o-linear-gradient( 90deg, #242E5D, #1C8DB5 );
    background: -moz-linear-gradient( 90deg, #242E5D, #1C8DB5 );
    background: linear-gradient( 90deg, #242E5D, #1C8DB5 );
}

footer#footer .bottom-border {
	height: 10px;
}

#hero .bottom-border {
	height: 5px;
}

footer#footer .tfi-group {
	text-align: right;
}

footer#footer .tfi-group img {
	width: 80px;
}

footer#footer .tfi-group a {
	display: block;
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}

#toggle-menu {
    background: none;
    color: #fff;
    margin: 0;
    border-radius: 0;
    z-index: 102;
}

#off-canvas-menu {
    z-index: 100;
}

#off-canvas-menu .sm-links a {
    background-color: #a2a2a2;
    color: #fff;
    padding: 5px 8px;
    margin: 0 3px 0 0;
    float: left;
    transition: background 0.5s;
}

#off-canvas-menu .sm-links a:hover {
    background: #ae9869;
}

#off-canvas-menu .sm-links a:first-child {
    padding: 5px 10px;
}

#off-canvas-menu .navbar-nav {
    margin: 30px 0 0 0;
    float: none;
}

.navbar {
    margin: 0;
}

#hero {
	position: relative;
    background-size: cover;
    background-position: center;
}

#hero .overlay {
	background: -webkit-linear-gradient( 90deg, rgba( 36, 46, 93, 1 ), rgba( 28, 141, 181, 1 ) );
    background: -o-linear-gradient( 90deg, rgba( 36, 46, 93, 1 ), rgba( 28, 141, 181, 1 ) );
    background: -moz-linear-gradient( 90deg, rgba( 36, 46, 93, 1 ), rgba( 28, 141, 181, 1 ) );
    background: linear-gradient( 90deg, rgba( 36, 46, 93, 1 ), rgba( 28, 141, 181, 1 ) );
}

#hero .title {
    font-size: 43px;
    color: #494949;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.title {
}

#hero p {
    padding: 0;
    font-size: 16px;
    color: #F061A1;
    margin: 0;
}

#hero .inner {
    margin: 300px 0 150px 0;
}

#hero .inner .title {
    font-size: 30px;
    color: #fff;
    margin: 0;
}

#hero .inner .sub-title {
    font-size: 30px;
    color: #fff;
    margin: 20px 0 0 0;
    max-width: 900px;
	text-transform: uppercase;
	font-weight: 300;
}

#hero .inner .intro {
    margin: 30px 0 0 0;
    font-size: 24px;
    color: #fff;
	font-weight: 500;
}

#hero .blocks {
    margin: 0 0 0 0;
}

.page-card {
    position: relative;
    top: 0;
    transition: top 0.5s;
}

.page-card .bar {
    padding: 10px 15px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
	font-weight: 400;
}

.page-card .bar.red {
    background: #1B5CA4;
}

.page-card .bar.pink {
    background: #1C8DB5;
}

.page-card .bar.purple {
    background: #242E5D;
}

#sm-links-list {
    padding: 0;
}

#sm-links-list div.circle {
    border-radius: 50%;
    padding: 40px;
    border: 2px solid #2B2C72;
    display: inline-block;
}

#sm-links-list div.circle a {
    color: #2B2C72;
    display: block;
}

#sm-links-list div.circle:hover {
    background: #2B2C72;
}

#sm-links-list div.circle:hover a {
    color: #fff;
}

#sm-links-list div.circle div,
#our-services-list div.center {
    width: 1px;
    height: 1px;
}

#sm-links-list div.circle i {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
} 

#sm-links-list > div:nth-child(2),
#sm-links-list > div:nth-child(3) {
    margin-bottom: 50px;	
}

h4.footer-header {
    color: #fff;
    text-transform: uppercase;	
    margin: 0 0 20px 0;
    font-size: 16px;
}

#hero h1 {
    font-size: 25px;
}

.ocm-contact {
    padding: 50px 0;
}

.ocm-contact a {
    color: #fff;
}

.logo img.main-img {
    width: 120px;
    height: auto;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.row.row-height-all-sizes {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.row .same-height-all-sizes {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
}

.navbar.navbar-fixed-top {
    position: relative;
}

.navbar.navbar-fixed-top.affix-top {
    position: fixed;
}

#navbar-main #toggle-menu span {
    background: #525252;
}

#navbar-main > .container > .row {
    margin: 0;
}

.ocm-header {
    text-align: left;
    padding: 20px 25px;
    border-bottom: 1px solid rgba( 243, 243, 243, 0.1 );
}

.ocm-header img {
    max-height: 35px;
}

.ocm-header a {
    margin: 0 10px 0 0;
}

ul.nav .open > a,
ul.nav .navbar-nav li {
    background: none;
}

#footer-bottom ul li a {
    color: #fff;
}

.blocks .block-outer.quarter-width {
    width: 50%;
    padding-bottom: 50%;
}

a#toggle-menu {
    padding: 20px;
}

.blocks .block h2 {
    font-size: 18px;
}

.nav.navbar-nav li.nav-dropdown-menu div {
    display: none;
    position: absolute;
    padding: 0;
    left: 0;
}

.nav.navbar-nav li div ul {
	text-align: left;
    padding: 5px;
    background: #1B5CA4;
    width: 260px;
    list-style-type: none;
    border-bottom: 5px solid #242E5D;
}

.nav.navbar-nav li div ul li {
    border-bottom: 1px solid #1e4f90;
}

.nav.navbar-nav li div ul li:last-child {
    border: 0;
}

#navbar-main .navbar-nav li div ul li a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 16px 10px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    transition: color 0.25s, background 0.25s;
}

#navbar-main .navbar-nav li div ul li a:hover {
    background: #1e4f90;
}

.nav.navbar-nav li:hover div {
    display: block;
}

.nav.navbar-nav li.nav-dropdown-menu:hover {
    background: #1B5CA4;
}

#navbar-main .navbar-nav li.nav-dropdown-menu:hover > a {
    color: #fff;
}

.button {
    padding: 10px 60px;
    text-transform: uppercase;
    border: 2px solid #1B5CA4;
	border-radius: 30px;
    color: #1B5CA4;
    display: inline-block;
    transition: color 0.25s, background 0.25s;
    font-size: 14px;
	font-weight: 400;
    background: none;
    outline: none;
}

.button.white {
    border: 1px solid #fff;
    color: #fff;
}

.button:hover {
    color: #fff;
    background: #1B5CA4;
}

.button.white:hover {
    color: #973366;
    background: #fff;
    border: 1px solid #fff;
}

.section-header {
    background: #f1f1f1;
    padding-left: 0;
    padding-right: 0;
}

.section-header ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.section-header ul li {
    display: inline-block;
}

ul.caret-list {
    padding: 0;
    list-style-type: none;
    text-align: left;
    margin: 0;
}

ul.caret-list li {
    color: #8d8d8d;
    padding: 0 0 20px 20px;
    background: url('../images/course-detail-arrows.png');
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 4px;
}

#course-single-information #accordion {
    margin: 60px 0 0 0;
}

#course-single-information #accordion .panel {
    border: 0;
    margin: 0 0 3px 0;
}

#course-single-information #accordion h4 {
    padding: 0;
}

#course-single-information #accordion .header a {
    display: block;
    background: #162849;
    color: #fff;
    padding: 15px;
    text-decoration: none;
    text-transform: none;
}

#course-single-information #accordion .header a.collapsed {
    background: #F1F1F1;
    color: #8D8D8D;
}

a i.fa-plus {
    float: right;
    display: none;
    color: #162849;
}

a i.fa-minus {
    float: right;
    display: block;
    color: #fff;
}

a.collapsed i.fa-plus {
    display: block;
}

a.collapsed i.fa-minus {
    display: none;
}

footer#footer a i.fa {
    padding: 5px 0;
    color: #000;
	font-size: 10px;
}

#front-page .section-inner {
    padding: 90px 0 0 0;
}

#contact-modal .modal-dialog {
    max-width: 400px;
    margin: 30px auto;
}

#contact-modal .modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

#contact-modal .modal-header {
    background: #162849;
    text-align: center;
    border: 0;
    padding: 30px;
}

#contact-modal .modal-header h2 {
    color: #fff;
    font-size: 24px;
}

#contact-modal .modal-header h3 {
    color: #DBB455;
    font-size: 18px;
}

#contact-modal .modal-body {
    padding: 20px 40px;
}

#contact-modal .modal-body input {
    width: 100%;
    padding: 10px;
    margin: 0 0 20px 0;
    border: 1px solid #e1e1e1;
}

#contact-modal .modal-body input:focus {
    outline-color: #162849;
}

#contact-modal .modal-body input::-webkit-input-placeholder {
    color: #e1e1e1;
}

#contact-modal .modal-body input:-moz-placeholder {
    color: #e1e1e1;
}

#contact-modal .modal-body input::-moz-placeholder {
    color: #e1e1e1;
}

#contact-modal .modal-body input:-ms-input-placeholder {
    color: #e1e1e1;
}

#contact-modal .modal-body input.submit {
    background: 0;
    border: 1px solid #162849;
    color: #162849;
    transition: background 0.25s, color 0.25s;
}

#contact-modal .modal-body input.submit:hover {
    color: #fff;
    background: #162849;
}

#contact-modal button.close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    right: 30px;
}

#contact-modal ul.social-links {
    text-align: center;
    padding: 40px 0;
}
#contact-modal ul.social-links li {
    display: inline;
    padding: 0 5px;
}

#contact-modal ul.social-links li img {
    width: 30px;
}

ul.share-list {
    list-style-type: none;
    padding: 20px 0 0 0;
    margin: 0;
}

ul.share-list li {
    display: inline;
}

.half-blocks .inner-text img {
    display: block;
}

.navbar.navbar-fixed-top {
    position: fixed;
}

.navbar.navbar-fixed-top.banner-push {
	top: 34px;
}

.navbar.navbar-fixed-top.banner-push.affix-top {
	top: 0;
}

.course-single-inner,
.courses-inner {
    padding: 80px 0;
}

.course-single-inner {
    text-align: center;
}

.course-single-inner .row > div {
    padding-bottom: 40px;
}

.course-single-inner .row > div h4,
.course-single-inner .row > div p,
.course-single-inner .row > div ul {
    padding-left: 30px;
    padding-right: 30px;
}

.modal-inner {
    padding: 0 15px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.visible-xl {
    display: none !important;
}

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
    display: none !important;
}

.need-help {
    text-align: right;
    text-transform: uppercase;   
    transition: 0.3s all ease;
}

.affix-top .need-help {
    display: none;
}

.need-help span.title,
#classes-single-page .need-help .title {
    font-size: 14px;
    color: #F391BC;
}

.need-help span.number {
    margin: 0 0 0 5px;
    font-size: 14px;
    color: #9B2E60;
}

#off-canvas-menu .need-help {
    text-align: left;
}

#off-canvas-menu .need-help .number {
    color: #fff;
}

.no-class-notice a, .no-class-notice a:focus {
    color: #ffffff;
    text-decoration: underline;
}

#title-banner {
    padding: 90px 0 70px 0;
    background: #FFF4F9;
}

#classes-single-page #title-banner .title,
#title-banner .title {
    font-size: 43px;
    color: #494949;
    text-transform: uppercase;
}

#descriptions {
    padding: 100px 0;
}

#about-page #descriptions {
    padding-top: 20px;
}

#descriptions .description-large p {
    font-size: 22px;
    color: #F061A1;
    font-weight: 300;
    margin: 0 0 50px 0;
}

#descriptions .description-small p {
    font-size: 14px;
    color: #909090;
    margin-bottom: 20px;
}

body .mfp-bg {
    background: rgba(155,46,99,0.9);
    opacity: 1;

}

body .mfp-close {
    opacity: 1;
}

body .mfp-title {
    padding: 10px 0 0 0;
    text-transform: uppercase;
    text-align: center;
}

#product-grid {
    padding: 0 0 100px 0;
}

#product-grid .product-card {
    margin-bottom: 20px;
}

.mfp-arrow img {
    width: 12px;
    height: auto;
}

.arrow-right {
    right: 0;
}

#page-links {
    padding: 0 0 70px 0;
}

#content {
    padding: 40px 0;
}

.class-card {
    border-bottom: 1px solid #E6E7E7;
    padding: 30px 0;
}

.class-card:first-child {
    padding-top: 0;
}

.class-card .title {
    font-size: 26px;
    color: #9B2E60;
    padding: 10px 0 25px 0;
}

.class-card p .fa {
    color: #B5B5B5;
}

.class-card p span,
#info-bar p span {
    width: 20px;
    margin: 0 5px 0 0;
}

.upcoming-class-card #webapp30422pagination {
    display: none;
}

.class-card img {
    width: 100%;
}

.simple-page ul {
    list-style-type: none;
    padding: 0;
}

#image-banner {
    padding: 70px 0 50px 0;
}

#info-bar {
    border-top: 1px solid #E6E7E7;
    border-bottom: 1px solid #E6E7E7;
    padding: 20px;
    margin: 0 0 50px 0;
}

#info-bar .share {
    color: #909090;
    text-align: right;
}

#classes-single-page .title {
    font-size: 26px;
    color: #9B2E60;
}

.class-card-small {
    margin: 0 0 30px 0;
}

#classes-single-page .class-card-small .title {
    font-size: 16px;
    color: #626262;
    font-weight: 600;
}

#classes-single-page .class-card-small a:hover .title {
    color: #F061A2;
}

.class-card-small p {
    margin: 10px 0 0 0;
    color: #909090;
}

#description .title {
    margin: 0 0 30px 0;
}

#book-class {
    padding: 50px 0 100px 0;
}

#book-class .title {
    margin: 0 0 40px 0;
}

.sweet-form label,
.sweet-form input,
.sweet-form textarea {
    display: block;
    width: 100%;
}

.sweet-form label {
    font-size: 12px;
    color: #909090;
    margin: 0 0 10px 0;
}

.sweet-form input,
.sweet-form textarea {
    border: 1px solid #CECECE;
    color: #CECECE;
    padding: 16px;
    margin: 0 0 25px 0;
    outline: 0;
}

.sweet-form textarea {
    resize: none;
}

.sweet-form input:focus,
.sweet-form textarea:focus {
    border: 1px solid #F061A1;
}

.sweet-form .captcha {
    margin: 0 0 25px 0;
}

.sweet-form input[type="submit"] {
    background: none;
    font-size: 16px;
    color: #973366;
    border: 1px solid #973366;
    text-transform: uppercase;
}

.sweet-form input[type="submit"]:hover {
    background: #973366;
    color: #fff;
}

.event-notification {
    margin: 50px 0 100px 0;
    padding: 40px;
    background: #FFF4F9;
}

.event-notification h4{
    margin-bottom: 20px;
}

.event-notification a {
    color: #9B2E60;
    text-decoration: underline;
}

#description p {
    font-size: 14px;
    color: #909090;
}

#inner-content h2 {
    font-size: 26px;
    color: #9B2E60;
    margin: 40px 0 40px 0;
}

#inner-content h3 {
    font-size: 16px;
    color: #F061A1;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
}

#inner-content p {
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #909090;
}

#inner-content ul,
#inner-content ol {
    list-style-position: inside;
    margin: 10px 0 20px 0;
    padding: 0;
}

#inner-content ul li,
#inner-content ol li {
    padding: 0 0 10px 20px;
    color: #909090;
    font-size: 14px;
}

#inner-content ul {
    list-style-type: none;
}

#inner-content ul li {
    background-image: url( ../images/icons/arrow-right-purple.png );
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: 0 5px;
}

#inner-content ol {
    list-style-position: outside;
    margin-left: 20px;
}

#inner-content table {
    width: 100%;
    margin: 0 0 20px 0;
}

#inner-content table.prices-table {
    display: none;
}

#inner-content table th,
#inner-content table td {
    text-align: center;
    padding: 10px 0;
}

#inner-content table th {
    text-transform: uppercase;
    background: #97336A;
    border: 1px solid #97336A;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 600;
    padding: 16px;
}

#inner-content table td {
    color: #B5B5B5;
    border-bottom: 1px solid #E6E7E7;
    border-right: 1px solid #E6E7E7;
    font-size: 14px;
    color: #909090;
    padding: 10px;
}

#inner-content table td:first-child {
    border-left: 1px solid #E6E7E7;
}

.table-responsive {
    border: 0;
}

#inner-content h2:first-of-type {
    margin-top: 0;
}

.simple-list {
 	margin: 0 0 70px 0;   
}

.simple-list .panel {
    border: 0;
    border-radius: 0;
}

.simple-list .panel ul li {
    border-left: 1px solid #E6E7E7;
    border-right: 1px solid #E6E7E7;
    border-bottom: 1px solid #E6E7E7;
}

.simple-list .panel ul li a {
    padding: 15px;
    display: block;
    color: #626262;
}

.panel .panel-heading {
    padding: 0;
}

.panel .panel-heading a {
    display: block;
    padding: 15px;
}

.simple-list .panel .panel-heading a {
    background: #191961;
    color: #fff;
}

.panel .panel-heading a img {
	width: auto;
    height: 15px;
    float: left;
    margin: 0 10px 0 0;
}

.panel .panel-heading a img.inactive {
	display: none;
}

.panel .panel-heading a.collapsed img.inactive {
	display: block;
}

.panel .panel-heading a.collapsed img.active {
	display: none;
}

#map {
    padding: 0 0 50px 0;
}

#map iframe {
    width: 100%;
} 

.upcoming-class span {
    margin: 0 5px 0 0;
}

.fade-in {
    position: relative;
    top: 20px;
    opacity: 0;
    transition: opacity 1s, top 1s; 
}

.fade-in.reveal {
    opacity: 1;
    top: 0; 
}

#product-grid .product-card a .overlay {
    display: none;
}

.map-scroll-blocker-overlay {
    width:100%;
    min-height:500px; 
    position:absolute; 
    top:0;
}

#header-top .container {
	position: relative;
}

#header-top {
	padding: 20px 0;
}

#header-top .logo .light {
	display: none;
}

#logo-container {
	display: inline-block;
	padding: 0 40px 0 0;
}

#logo-container .logo {
	display: block;
}

#header-description,
#organised-by,
#header-bottom {
	display: none;
}

#hero .blocks {
	display: none;
}

#mobile-page-links {
	margin: -350px 0 0 0;
}

#mobile-page-links .page-card {
	margin: 0 0 30px 0;
}

.blocks img {
	width: 100%;
}

footer#footer .mailing-list {
	position: relative;
}

footer#footer .mailing-list .email,
footer#footer .mailing-list .btn-submit {
	outline: none;
	box-sizing: border-box;
}

footer#footer .mailing-list .email {
	border: 1px solid #D6D6D6;
	background: #fff;
	padding: 15px 64px 15px 15px;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	color: #A4A4A4;
}

footer#footer .mailing-list .email:active,
footer#footer .mailing-list .email:focus {
	border: 1px solid #1B5CA4;
}

footer#footer .mailing-list:after {
    content: " ";
    background-image: url(/assets/images/icons/arrow-right-white.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 10px;
    height: 12px;
}

footer#footer .mailing-list .btn-submit {
	position: absolute;
	right: 0;
	top: 0;
	background: #1B5CA4;
	color: #fff;
	padding: 14.5px 26px;
	cursor: pointer;
    border: none;
    text-indent: -9999px;
}

footer#footer .mailing-list .btn-submit:hover {
	background: #242E5D;
}

footer#footer .mailing-list .btn-submit img {
	height: 10px;
	width: auto;
}

#conference-info {
	padding: 50px 0;
}

#conference-info .section-title {
	font-size: 30px;
	font-weight: 500;
	color: #242E5D;
	text-transform: uppercase;
	padding: 0 0 70px 0;
	text-align: center;
}

.welcome-block {
	text-align: center;
	padding: 40px 0;
}

.welcome-block:first-child {
	border-bottom: 1px solid #F1F1F1;
}

.tab-content p, #mobile-tabs p {
	font-size: 16px;
	font-weight: 400;
	color: #868686;
}

.welcome-content .name {
	font-size: 18px;
	font-weight: 500;
	color: #242E5D;
	text-transform: uppercase;
	margin: 50px 0 0 0;
}

.welcome-content .role {
	font-size: 14px;
	font-weight: 500;
	color: #868686;
}

.welcome-content .read-more {
	margin: 40px 0 0 0;
}

#mobile-tabs .panel {
	margin: 0;
	border: 0;
}

#mobile-tabs .panel:last-child {
	border-bottom: 1px solid #f1f1f1;
}

#mobile-tabs .panel a.collapsed {
	border-top: 1px solid #f1f1f1;
}

#mobile-tabs .panel-heading {
	padding: 0;
}

#tabs a,
#mobile-tabs .panel-heading a {
	margin: 0;
	border-radius: 0;
	border: 0;
	display: block;
	padding: 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #868686;
    position: relative;
}

#tabs li.active a::after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7.5px 0 7.5px;
	border-color: #1C8DB5 transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#tabs li.active a,
#mobile-tabs .panel-heading a:not(.collapsed) {
	color: #fff;
	background: #1C8DB5;
	font-weight: 600;
}

#tabs img {
	height: 15px;
	width: auto;
	vertical-align: top;
    margin-right: 10px;
}

#tabs,
.tab-content {
	display: none;
}

.important-dates-content ul {
	border-top: 1px solid #D6D6D6;
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0 0;
}

.important-dates-content ul li {
	border-bottom: 1px solid #F1F1F1;
	padding: 20px;
}

#conference-info .important-dates-content .title {
	font-size: 14px;
	font-weight: 400;
	color: #BD2B31;
	padding: 0;
	margin: 0 0 10px 0;
}

#conference-info .important-dates-content .date {
	font-size: 14px;
	font-weight: 500;
	color: #A4A4A4;
}

.panel .fa {
    font-size: 10px;
	position:absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transform: -webkit-translateY(-50%);
}

.panel .fa-plus {
	display: none;
}

.panel .collapsed .fa-plus {
	display: inline-block;
}

.panel .collapsed .fa-minus {
	display: none;
}

#keynote-speakers {
	padding: 80px 0 40px 0;
	background: #f1f1f1;
}

#keynote-speakers .section-title {
	text-align: center;
	font-size: 30px;
	color: #242E5D;
	font-weight: 300;
	padding: 0 0 80px 0;
	text-transform: uppercase;
}

#keynote-speakers .speaker-card {
	text-align: center;
}

#keynote-speakers .speaker-card .image-container {
	position: relative;
}

#keynote-speakers .speaker-card .overlay {
	display: none;
}

#keynote-speakers .speaker-card .text-container {
	padding: 40px 0;
	font-weight: 500;
	color: #868686;
}

#keynote-speakers .speaker-card .name {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 10px 0;
}

#keynote-speakers .speaker-card .role {
	font-size: 12px;
}

#owl-demo .item {
}

#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
}

#keynote-speakers .owl-theme .owl-controls .owl-page span {
	background: #D6D6D6;
}

#keynote-speakers .owl-theme .owl-controls .owl-page.active span {
	background: #BD2B31;
	margin: 5px 3px;
}

#keynote-speakers .owl-theme .owl-controls .owl-page span:hover {
	color: #A4A4A4;
}

#twitter {
	background: -webkit-linear-gradient( 90deg, #1C8DB5, #242E5D );
    background: linear-gradient( 90deg, #1C8DB5, #242E5D );
	text-align: center;
	padding: 40px 0 60px 0;
}

#twitter .section-logo {
	color: #fff;
	margin: 0 0 30px 0;
}

#twitter .tweet-wrapper {
	max-width: 600px;
	margin: 0 auto;
}

#twitter .tweet-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#twitter p.tweet {
	font-size: 22px;
	font-weight: 500;
	font-style: italic;
	color: #fff;
	margin: 0 0 30px 0;
}

#twitter p.timePosted {
	font-size: 14px;
	font-weight: 500;
	color: rgba( 255, 255, 255, 0.4 );
	margin: 0 0 50px 0;
	text-transform: uppercase;
}

#twitter .tweet-wrapper a {
	color: #fff;
}

#twitter .tweet-wrapper a:hover {
	text-decoration: underline;
}

#twitter ul.social-links {
	padding: 0;
	margin: 0;
}

#twitter ul.social-links li .circle {
	border: 1px solid #fff;
	color: #fff;
}

#twitter ul.social-links li:hover .circle {
	background: #fff;
	color: #191961;
}

#sponsors {
	padding: 30px 0 10px 0;
    border-bottom: 1px solid #E6E6E6;
}

#sponsors h4 {
    text-align: center;
    text-transform: uppercase;
    color: #868686;
}

#sponsors .col {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sponsors .col .sponsor-title {
	font-size: 12px;
	font-weight: 500;
	color: #D6D6D6;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

#sponsors .col img {
	width: 150px;
	height: auto;
}

#sponsors.single .col {
    float: none;
    width: 100%;
}

#sponsors.single .col img {
	width: 250px;
}

#travel {
	padding: 100px 0;
}

.travel-card {
	margin: 0 0 20px 0;
}

.travel-card a:hover .label {
	text-decoration: none;
}

.travel-card .image-container img {
	width: 100%;
	height: auto;
}

.travel-card .image-container .zoom-image {
	display: none;
}

.travel-card .label {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	background: #1B5CA4;
	text-transform: uppercase;
	border-radius: 0;
	margin: 0;
	padding: 20px;
	text-align: left;
}

.travel-card .label img {
	width: 7px;
	height: auto;
	float: right;
	margin: 2px 0 0 0;
}

#banner-bar {
	padding: 7px 0;
	text-align: center;
	background: #191961;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

#banner-bar a {
	color: #fff;
	text-decoration: underline;
}

footer#footer form {
	margin: 40px 0 0 0;
}

.about-ifso-content .inner p {

}

.about-ifso-content .inner, .venue-content .inner {
	padding: 20px 0;
}

.about-ifso-content .read-more, .venue-content .read-more {
	margin: 40px 0 0 0;
}

#content-pusher {
	height: 89px;
	background: none;
}

#breadcrumbs {
	background: #F1F1F1;
}

#breadcrumbs .container {
	padding: 0;
	margin: 0;
}

#breadcrumbs ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#breadcrumbs li {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #868686;
	margin: 0 10px;
}

#breadcrumbs li:first-child {
	margin-left: 0;
}

#breadcrumbs li a {
	display: inline-block;
	color: #B3B3B3;
}

#breadcrumbs li img {
	width: 4px;
	height: auto;
}

#breadcrumbs li.home-icon a {
	padding: 20px;
	background: #E6E6E6;
}

#breadcrumbs li.home-icon img {
	width: 15px;
}

#simple-page #content .title {
	font-size: 30px;
	font-weight: 400;
	color: #1b5ca4;
	text-transform: uppercase;
	padding: 0 0 40px 0;
}

.entry-content {
    padding-bottom: 80px;
}

.entry-content h2,
.entry-content h3,
.entry-content img,
.entry-content p {
	padding: 30px 0 0 0;
}

.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content img:first-child,
.entry-content p:first-child {
	padding: 0;
}

.entry-content img {
	width: 100%;
}

.entry-content p {
	font-size: 16px;
	font-weight: 500;
	color: #868686;
    line-height: 22px;
}

.entry-content p.intro {
	font-size: 18px;
	font-weight: 500;
	color: #1b5ca4;
}

.entry-content a {
	color: #1b5ca4;
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content h2 {
	font-size: 22px;
	font-weight: 400;
	color: #242e5d;
	text-transform: capitalize;
}

.entry-content h3 {
	font-size: 18px;
	font-weight: 400;
	color: #1c8db5;
	text-transform: capitalize;
}

.entry-content hr {
    margin-top: 30px;
}

.entry-content .google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.entry-content .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.entry-content ul {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    font-size: 16px;
    font-weight: 500;
    color: #868686;
}

.entry-content ul li {
    margin-bottom: 10px;
    background-image: url( '../images/icons/arrow-right-grey2.svg' );
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: 6px;
    padding-left: 30px;
}

.entry-content table {
    width: 100%;
    margin: 40px 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #868686;
}

.entry-content table tr td {
    padding: 16px 10px;
    border-bottom: 1px solid #D6D6D6;
    vertical-align: top;
}

.entry-content table tr td:first-child {
    color: #000;
    font-weight: 400;
}

.entry-content table tr:first-child {
    background: #242E5D;
}

.entry-content table tr:first-child td {
    color: #fff;
    font-weight: 600;
    border-bottom: 0;
}

.entry-content table tr td a {
    color: #BD2B31;
}

.entry-content table.important-dates-table {
    margin-top: 0;
}

.simple-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.simple-list li {
	font-size: 14px;
	font-weight: 400;
	color: #868686;
}

.simple-list li.selected {
	font-weight: 500;
	color: #525252;
}

#important-dates .important-dates-title {   
    font-size: 14px;
    font-weight: 400;
	color: #868686;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

#coloured-list p {
 	padding: 0;   
}

#coloured-list .coloured-list-title {
 	font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 6px 0;
    line-height: 20px;
}

#coloured-list .coloured-list-sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #A4A4A4;
}

#coloured-list ul {
	padding: 0;
    margin: 0;
    list-style-type: none;
}

#coloured-list li {
	border-bottom: 1px solid #D6D6D6;
    margin: 0;
   	background: none;
    padding: 0;
}

#coloured-list li:first-child {
 	border-top: 1px solid #D6D6D6;   
}

#coloured-list li .inner {
    padding: 20px;
	transition: border 0.5s;
}
    
#coloured-list .inner {
    border-left: 5px solid #1c8db5;
}

#coloured-list .coloured-list-title {   
    color: #1c8db5;
}

#coloured-list .dark-blue .inner {
    border-left: 5px solid #821B62;
}

#coloured-list .dark-blue .coloured-list-title {   
    color: #821B62;
}

#coloured-list .light-blue .inner {
    border-left: 5px solid #821B62;
}

#coloured-list .light-blue .coloured-list-title {   
    color: #821B62;
}

#coloured-list .aqua-blue .inner {
    border-left: 5px solid #821B62;
}

#coloured-list .aqua-blue .coloured-list-title {   
    color: #821B62;
}



#coloured-list li:hover .inner {
 	border-left-width: 15px;
}

#faqs {
    margin: 30px 0 0 0;
}

#faqs .panel {
    border: 0;
    border-bottom: 1px solid #D6D6D6;
    margin: 0;
    border-radius: 0;
}

#faqs .panel:first-child {
 	border-top: 1px solid #d6d6d6;   
}

#faqs .panel-body {
  	padding: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #868686;
}

#faqs .faq-question {
    position: relative;
    font-size: 18px;
    padding: 20px;
    display: block;
    font-weight: 500;
    background: #1b5ca4;
    color: #fff;
    transition: background 0.25s;
}

#faqs .faq-question:hover {   
 	text-decoration: none;
}

#faqs .faq-question.collapsed:hover {
    background: #F1F1F1;
}

#faqs .faq-question.collapsed {
    color: #000;
    background: none;
}

#off-canvas-organised-by .text {
 	color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 10px 0;
}

#off-canvas-organised-by a {
    display: inline-block;
}

#off-canvas-organised-by .sponsor {
    display: inline-block;
    width: 70px;
}


#off-canvas-organised-by img {
 	width: 100%;
    vertical-align: top;
}

#contact-form .contact-form-title, #form .contact-form-title {
 	font-size: 22px;
    font-weight: 400;
    color: #1c8db5;
    margin: 0 0 30px 0;
}

#contact-form label, #form label {
	display: block;
    font-size: 14px;
    font-weight: 400;
    color: #868686;
    margin: 0 0 15px 0;
}

#contact-form input[type=text],
#contact-form textarea,
#form input[type=text],
#form textarea,
#form select {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #D6D6D6;
    outline: none;
    padding: 15px;
}

#form select {
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ffffff;
}

#form input[type=checkbox] {
	margin: 0 10px 10px 0;
}

#contact-form input:focus[type=text],
#contact-form input:active[type=text],
#contact-form textarea:focus,
#contact-form textarea:active,
#form input:focus[type=text],
#form input:active[type=text],
#form textarea:focus,
#form textarea:active {
 	border: 1px solid #000;
    color: #000;
}

#contact-form textarea,
#form textarea {
 	resize: none;
    height: 150px;
    margin: 0 0 15px 0;
}

#contact-attributes {
    margin-bottom: 50px;
}

#contact-form .captcha,
#form .captcha {
    margin-bottom: 40px;
    margin-top: 40px;
}

.sponsor-card {
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #F1F1F1;
}


.sponsor-card .sponsor-logo-block {
    text-align: center;
}

.sponsor-card img {
    max-height: 150px;
    width: auto;
}

.exhibitor-wrapper {
    margin: 0 0 20px;
    text-align: center;
}

.exhibitor-wrapper img {
	max-height: 100px;
    max-width: 200px;
    margin-bottom: 40px;
}

.entry-content .exhibitor-wrapper ul {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}

.entry-content .exhibitor-wrapper ul li {
    padding: 10px 0;
    margin: 0;
    background-image: none;
}

.socities-wrapper {
    text-align: center;
    margin-top: 50px;
}

.socities-wrapper img {
    max-height: 100px;
    width: auto;
    margin-bottom: 40px;
}

.entry-content .sub-title {
    margin-bottom: 30px;
}

.committee-card {
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #F1F1F1;
}

.committee-card .name {
    margin-top: 20px;
}

.committee-card ul li {
    background: none;
    padding: 0;
}

.system-message, .system-error-message {
    padding: 60px;
}

.system-message h1, .system-error-message h1 {
    margin: 0;
}

.entry-content .system-message table {
    margin: 20px 0;
}

.entry-content .system-message table tr:first-child {
    background: none;
}

.entry-content .system-message table tr:first-child td {
    color: #000000;
    border-bottom: 1px solid #D6D6D6;
}

.entry-content .system-message table tr td {
    padding: 16px 0;
}

.system-message #campaigns {
    display: none;
}

.entry-content .system-message table table {
    margin: 0;
}

#inner-page-tabs-mobile {
	background: #F8F8F8;
}

#inner-page-tabs-mobile #title-bar {
	background: #007071;
	margin: 0 0 15px 0;
}

#inner-page-tabs-mobile .panel-group {
 	margin: 0;
}

#inner-page-tabs-mobile .panel-default {
	border: 0;
	box-shadow: none;
}

#inner-page-tabs-mobile #title-bar .title,
#inner-page-tabs-mobile a,
#inner-page-tabs a {
	position: relative;
	display: block;
	padding: 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
}

#inner-page-tabs-mobile #title-bar .title {
	color: #fff;
	padding: 30px 20px;
}

#inner-page-tabs-mobile .fa-angle-down {
	display: none;
}

#inner-page-tabs-mobile .collapsed .fa-angle-down {
	display: inline-block;
}

#inner-page-tabs-mobile .collapsed .fa-angle-up {
	display: none;
}

#inner-page-tabs a {
	color: #ffffff;
	background: #1B5CA4;
	width: 33.33333333%;
	float: left;
	text-align: center;
    font-size: 14px;
    font-weight: 600;
}

#inner-page-tabs a:hover:not(.selected) {
    color: #fff;
}

#inner-page-tabs a.selected:after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7.5px 0 7.5px;
	border-color: #242E5D transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#inner-page-tabs-mobile a {
	border-bottom: 1px solid #fff;
	background: #43154F;
    color: #AA9DAD;
}

#inner-page-tabs a.selected,
#inner-page-tabs-mobile a.selected {
	background: #242E5D;
	color: #fff;
}

#programme-schedule .title {
 	font-size: 30px;
    margin: 0 0 40px 0;
}

#sessions {
 	margin: 50px 0 0 0;   
}

#sessions .session-time {
    border-top: 1px solid #D6D6D6;
    color: #868686;
    font-size: 16px;
    font-weight: 400;    
    padding: 20px 0 0 0;
}

#sessions .session {
    padding: 20px 0 30px 0;
    position: relative;
}

#sessions .session .title {
 	font-size: 16px;
    font-weight: 500;
    margin: 0;
}

#sessions .session .title a {
 	color: #333333;
}

#sessions .session .lines {
 	margin: 20px 0 0 0;   
}

#sessions .session .line a,
#sessions .session .line .location {
    font-size: 12px;
    font-weight: 400;
}

#sessions .session .line a {   
    color: #656565;
}

#sessions .session .line .location {
    color: #000;
}

#sessions .session a:hover {
    color: #000;
}

#sessions .session-time p,
#sessions .session .title {
 	line-height: 20px;   
}

#programme-session .entry-content {
 	margin: 60px 0 0 0;   
}

#speaker-cards {
	border-top: 1px solid #D6D6D6;
    padding: 30px 0;
}

#programme-session #speaker-cards .title,
#speaker-cards .title {
 	font-size: 22px;
    font-weight: 400;
    color: #BD2B31;
    text-transform: none;
}

.speaker-card {  
    margin: 30px 0 0 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

#speaker-cards .speaker-card .title {
 	font-size: 22px;
    font-weight: 500;
    color: #821B62;
    margin: 0 0 10px 0;
}

.speaker-card .inner {
    padding: 30px 0 10px 0;
}

.speaker-card .speaker-name {
 	font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.speaker-card .description {
	font-size: 14px;
	font-weight: 400; 
    color: #868686;
    margin: 15px 0 0 0;
}

.speaker-card .role {
 	font-size: 14px;
    font-weight: 500;
    color: #525252;
    margin: 5px 0 0 0;
}

.speaker-card img {
 	width: 100%;   
}

#sidebar .button {
    padding: 10px 22px;
    display: block;
    text-align: center;
}

#sidebar .button img {
 	width: 15px;
    margin: 0 10px 0 0;
}

#sidebar .button img.hover-icon {
    display: none;
}

#sidebar .button:hover img.hover-icon {
    display: inline-block;
}

#sidebar .button:hover img {
    display: none;
}

#programme-session .title,
#course-single .title,
#speakers-archive .title {
    font-size: 30px;
    font-weight: 400;
    color: #1b5ca4;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

#course-single .entry-content h1,
#course-single .entry-content h3,
#course-single .entry-content h4 {
    font-size: 22px;
    color: #BD2B31;
    font-weight: 400;
}

#course-single .entry-content h2 {
    font-size: 26px;
    color: #000000;
    font-weight: 400;
}

.pagination {
 	margin: 50px 0 0 0;   
}

.pagination ul {
 	list-style-type: none;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    display: inline-block;
    border: 1px solid #909090;
}

.pagination ul li div {
    padding: 6px 12px;
}

.pagination ul li div.fa {
    padding: 9px 14px;
}

.pagination ul li a {  
    color: #909090;
    display: block;  
}

.pagination ul li.active {
	border: 1px solid #007071;
    background: #007071;
}

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

.pagination ul li:hover {
 	background: #007071;
    border: 1px solid #007071;
}

.pagination ul li:hover a {
    color: #fff;
}

.hotel-wrapper {
    margin-top: 80px;
}

.list-item {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.list-item .item-image {
    position: relative;
}

.list-item .item-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    background: -webkit-linear-gradient( 90deg, rgba( 25, 25, 97, 0 ), rgba( 195, 13, 18, 0 ) );
	background: -o-linear-gradient( 90deg, rgba( 25, 25, 97, 0 ), rgba( 195, 13, 18, 0 ) );
	background: -moz-linear-gradient( 90deg, rgba( 25, 25, 97, 0 ), rgba( 195, 13, 18, 0 ) );
	background: linear-gradient( 90deg, rgba( 25, 25, 97, 0 ), rgba( 195, 13, 18, 0 ) );
    transition: opacity 0.5s ease;
    opacity: 0;
}

.list-item .item-image:hover .overlay {
    display: block;
    background: -webkit-linear-gradient( 90deg, rgba( 25, 25, 97, 0.8 ), rgba( 195, 13, 18, 0.6 ) );
	background: -o-linear-gradient( 90deg, rgba( 25, 25, 97, 0.8 ), rgba( 195, 13, 18, 0.6 ) );
	background: -moz-linear-gradient( 90deg, rgba( 25, 25, 97, 0.8 ), rgba( 195, 13, 18, 0.6 ) );
	background: linear-gradient( 90deg, rgba( 25, 25, 97, 0.8 ), rgba( 195, 13, 18, 0.6 ) );
	opacity: 1;
}

.list-item .item-image .image-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
    border-color: #ffffff;
}

.list-item .item-image .image-button .button {
    z-index: 1;
    color: #ffffff;
    text-decoration: none;
    border-color: #ffffff;
}

.list-item .item-image .image-button .button:hover {
    border-color: #BD2B31;
}

.list-item .item-image:hover .image-button {
    opacity: 1;
}

.list-item .item-border {
    height: 5px;
    background: -webkit-linear-gradient( 90deg, #341B57, #C30D12 );
    background: -o-linear-gradient( 90deg, #341B57, #C30D12 );
    background: -moz-linear-gradient( 90deg, #341B57, #C30D12 );
    background: linear-gradient( 90deg, #341B57, #C30D12 );
}

.list-item .item-text {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.list-item .item-text h4 {
    margin: 10px 0 20px;
    font-size: 20px;
}

.list-item .item-text h4 a {
    color: #821B62;
    text-decoration: none;
}

.list-item .item-text p {
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.list-item .item-meta ul li {
    background-image: none;
    padding-left: 40px;
}

.list-item .item-meta ul li.price {
    background-image: url('/assets/images/icons/currency-grey.svg');
    background-size: 10px auto;
}

.list-item .item-meta ul li.includes {
    background-image: url('/assets/images/icons/hotel-grey.svg');
    background-size: 14px auto;
}

.list-item .item-meta ul li.website {
    background-image: url('/assets/images/icons/pointer-grey.svg');
    background-size: 10px auto;
}

.list-item .item-meta ul li.date {
    background-image: url('/assets/images/icons/date-grey.svg');
    background-size: 14px auto;
}

.list-item .item-meta ul li.time {
    background-image: url('/assets/images/icons/time-grey.svg');
    background-size: 14px auto;
}

.entry-content .speakers-archive h2 {
    text-transform: uppercase;
    font-weight: 500;
    margin: 50px 0 30px 0;
    font-size: 24px;
    background: #242e5d;
    color: white;
    padding: 12px;
}

.entry-content .speakers-archive h2:first-of-type {
    margin: 0 0 30px 0;
}

.speaker-card .inner h3, .speaker-card .inner a h3 {
    font-size: 18px;
    font-weight: 400;
    color: #242e5d;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.speaker-card .inner .job-title, .speaker-card .inner a .job-title, .speaker-card .inner .company-name, .speaker-card .inner a .company-name {
    font-weight: 400;
    color: #000000;
}

.speaker-item:first-of-type .speaker-card .inner .job-title {
    color: #1C8DB5;
}

.speaker-card .speaker-picture {
    background-size: cover;
    background-position: center center;
    height: 260px;
    width: 100%;
}

.entry-content .speaker-card p {
	padding-top: 15px;
    text-align: justify;
}

.profile-photo img{
    width: 100%;
    margin-bottom: 40px;
}

.attributes-wrapper {
    margin-bottom: 40px;
}

#slider {
    width: 100%;
}

#slider #owl-demo .item {
    background-position: center center;
    background-size: cover;
    height: 350px;
}

.image-wrapper img {
    width: 100%;
    margin-bottom: 20px;
}

.venue-content {
	text-align: left;
}

#sessions h2 {
	font-size: 22px;
	font-weight: 400;
	background: #1B5CA4;
    color: #ffffff;
	text-transform: capitalize;
    margin: 40px 0;
    padding: 12px;
}

.session-speaker, .session-location {
    font-size: 16px;
    color: #868686;
}

.stream-wrapper {
    margin-top: 16px;
    height: 100%;
}

.stream-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 20px;
    position: relative;
}

#sessions .session .stream-title a, #sessions .session .stream-title a:hover, #sessions .session .stream-title a:focus {
    color: #ffffff;   
}

.stream-title h4 {
    font-size: 14px;
    font-weight: 500;
}

.stream-title.stream1 {
    background: #242E5D;
}

.stream-title.stream2 {
    background: #1B5CA4;
}

.stream-title.stream3 {
    background: #1C8DB5;
}

.stream-title.stream4 {
    background: #6bbad6;
}

.stream-details {
    padding: 12px 8px;
}

.stream-details h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    min-height: 45px;
}

.stream-speaker {
}

.stream-location {
    margin-top: 6px;
    color: #777777;
}

.session .session-description {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
    color: #868686;
    line-height: 22px
}

.session .session-description p {
    font-size: 16px;
    font-weight: 500;
    color: #868686;
    line-height: 22px;
}

.session a.collapse-icon {
    position: absolute;
    right: 20px;
}

.session a.collapse-icon.collapsed:before {
    content: '' ;
    display:block;
    width: 15px;
    height: 15px;
    background-image: url('/assets/images/icons/icon-plus-blue.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.session a.collapse-icon:before {
    content:'' ;
    display:block;
    width:15px;
    height: 15px;
    background-image: url('/assets/images/icons/icon-minus-blue.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.session .stream-title a.collapse-icon.collapsed:before {
    background-image: url('/assets/images/icons/icon-plus-white.svg');
}

.session .stream-title a.collapse-icon:before {
    background-image: url('/assets/images/icons/icon-minus-white.svg');
}

.session .stream-title a.collapse-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#sessions .session .session-speaker a, #sessions .session .session-speaker a:hover, #sessions .session .session-speaker a:focus {
    color: #1B5CA4;
    text-decoration: underline;
}

.modal.in .modal-dialog {
    margin-top: 100px;
}

.modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px;
    border: 0;
}

.modal-dialog .bottom-border {
    height: 10px;
}

.modal-speaker-name {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
    color: #1B5CA4;
    font-size: 22px;
}

.speaker-profile-bio, .speaker-profile-bio p {
    font-size: 14px;
    font-weight: 500;
    color: #868686;
    line-height: 22px;
}

.session-description table {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #868686;
    line-height: 22px;
}

.session-description table tr {
    border-bottom: 1px solid #eeeeee;
}

.session-description table td {
    vertical-align: top;
    padding: 20px 20px 20px 0;
}

.session-description table td:nth-child(1) {
    width: 10%;
}

.session-description table td:nth-child(2) {
    width: 40%;
}

.session-description table td:nth-child(3) {
    width: 20%;
}

.session-description table td:nth-child(4) {
    width: 20%;
}

.session-description table td:nth-child(5) {
    width: 10%;
}

.session-description table tr:last-of-type {
    border-bottom: none;
}

.stream-speaker a, .stream-speaker a:hover, .stream-speaker a:focus {
    color: #1B5CA4;
    text-decoration: underline;
}

.stream-speaker span {
    font-size: 14px;
    color: #868686;
}

.session .session-description p.stream-speaker {
    color: #333333;
}


@media screen and ( min-width:480px ) {

    .blocks .block h2 {
        font-size: 30px;
    }

    #hero h1 {
        font-size: 36px;
    }
}

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

    footer#footer {
        height: auto;
    }

    footer#footer ul {
        margin: auto;
        padding: auto;
    }
}