/*This is a custom CSS file to be used to modify the event portal*/
body {
    background-color: #f7f7f7;
    height: unset;
}
main.body-content {
    padding-bottom: 80px!important;
}
a {
    color: #3cb4e7;
    transition: .3s;
}
a:hover {
    color: #188dbf;
}
/*Hide event data layer by default. Script checks if data exists and if it does then it shows this section*/
.event-data-container {
    display: none;
}
.register-container .btn-primary, .checkout .btn-primary{
	background: #B13135!important;
    border-color:#B13135!important;
    font-weight: 500;
    border-radius: 4px!important;
    font-size: 26px!important;
}
.register-container .btn-primary:hover, .checkout .btn-primary:hover {
    background-color: #91060b !important;
    border-color: #912b2e !important;
}
.container.register-banner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
}
.register-container {
    margin-bottom: 0!important;
    padding: 10px;
    margin-top: auto;
    align-self: start!important;
}
.register-banner > .row > .col-md-12 {
    padding: 0;
}
.section-landing-heading {
    margin-top: 0!important;
    padding: 10px;
    font-size: 2.5rem!important;
    text-transform: none!important;
    color: #15578a!important;
    padding-top: 0;
}
.event-date {
    margin-top: 1rem!important;
}
.register-banner > .row > .col-md-12 > * {
    padding-left: 10px;
    padding-right: 10px;
}
img.location-img {
    max-height: 300px;
    width: auto;
}
.bread-crumb-separator {
    color: #3cb4e7;
}
.bread-crumb-container {
    font-weight: bold;
    font-size: 18px;
    margin-left: -5px;
    margin-bottom: 10px;
}
/*Footer Styling*/
.page-footer {
    display: none;
}
.bg-footer {
    background-color: #15578A;
    position: relative;
}
.bg-footer::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 400px 300px 0;
    border-color: transparent rgba(0,0,0,0.2) transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.sec-header {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: .5rem;
}
.sec-links a {
    display: block;
    color: #fff;
}
.sec-links a:hover {
    color: #760527;
    text-decoration: underline;
}
.sec-links {
    margin-bottom: 1rem;
}
.footer-social-icons a {
    color: #fff;
    font-size: 21px;
    margin-left: 1rem;
    margin-right: 1rem;
}
.footer-social-icons a:hover {
    color: #760527;
}
.address-area {
    color: #fff;
}
.footer-logo-new {
    max-height: 70px;
    width: auto;
}

/*Header changes*/
nav-menu {
    position: sticky;
    top: 0px;
    z-index: 1030;
}
.navbar {
    background-color: #fff!important;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.25);
}
.navbar a {
    color: #1b1819!important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .3s;
}
.navbar a:hover {
    color: #3cb4e7!important;
}
span.navbar-toggler-icon {
    background-image: unset;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}
span.navbar-toggler-icon:before {
    border-bottom: 4px solid #000;
    position: relative;
    top: 50%;
    content: " ";
    display: block;
    top: calc(50% - 2px);
}
button.navbar-toggler:focus {
    outline: none;
}
a#home-button {
    display: none;
}
img.header-logo {
    max-height: 50px;
}
.navbar .event-title {
    display: none;
}
li.nav-item-divider {
    padding: 0.6rem 0rem;
}
span.nav-divider {
    border-right: 1.5px solid #bbb;
    content: " ";
}
.nav-link.dropdown-toggle {
    color: #1b1819!important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .3s;
    cursor: pointer;
}
.nav-link.dropdown-toggle:hover {
    color: #3cb4e7!important;
}
.last-dropdown.dropdown-menu {
    left: unset;
    right: 0%;
}
@media(max-width:576px){
    li.nav-item-divider {
        display: none;
    }
}
/*Checkout Styles*/
.checkout .card-body .h4 {
    border-bottom: 1px solid #ced4da;
    padding-bottom: 0.5rem;
}
#btn-add-another-attendee {
    background-color: #3cb4e7;
    border: 1px solid #3cb4e7;
    color: #fff;
    margin-left: 0!important;
    font-weight: 500;
}
#btn-add-another-attendee:hover {
    background-color: #fff;
    color: #3cb4e7;
}
#btn-add-another-attendee:disabled {
    background-color: #3cb4e7!important;
    border: 1px solid #3cb4e7!important;
    color: #fff!important;
}
.btn:disabled {
    cursor: not-allowed;
}
.checkout .card-title {
    text-align: left!important;
}
.checkout .card-header {
    background-color: #15578a;
    color: #fff;
}
.checkout .card {
    box-shadow: 0px 0px 5px #e0e0e0;
}
.checkout .controls-cell {
    text-align: left!important;
}
.checkout .card-footer {
    background-color: #fff;
}
#ms_captcha_holder > div > table {
    float: left;
}
#ms_captcha_holder {
    border-top: 1px solid #ced4da;
    margin-top: 1rem;
    padding-top: 1rem!important;
}