/* BACKGROUND */

.halvedbg__parent {
    position: relative; /* create a stacking context */
}

.halvedbg__wrapper {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.halvedbg__coverer {
    position: relative;
    z-index: 2;
}

.halvedbg__left,
.halvedbg__right {
    will-change: transform;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #996267;
    background-image: url(/_System/Apps/site-assets/public/themes/2017/img/2017-web-bg-1040x611.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.halvedbg__left {
    left: 0;
    right: 50%;
    background-position-x: 0;
}

.halvedbg__right {
    left: 50%;
    right: 0;
    background-position-x: 100%;
}

/* LOGO */

#logo-area {
    background-image:  url("/_System/Apps/site-assets/public/themes/2017/img/drtcc-logo-vector--black-on-pink-circle.svg");
    background-size: contain;
}

/* HEADER & MENU */

#header {
    background: #dadada;
}

#search input {
 	border: 1px solid #000;
}
#search input.txtbox-submit-icon {
 	border-left: 0px;
}

#nav {
	border-top: 2px solid #989898;
    margin: 60px 0 0 0;
    width: 100%;
}
#nav ul.nav {
    padding-top: 0;
    margin-left: 260px;

    display: flex;
}

#nav ul.nav > * {
    flex: 1 1 auto;
    white-space: nowrap;
}

#nav a {
    color: #000;
    font-weight: normal;
}

.nav-level__1st:hover {
    border-top: 5px solid #989898;
}
#nav .nav > li > a:hover, #nav .nav > li > a:focus {
    background-color: #dadada;
}

.nav-level__1st > .dropdown-menu {
    background-color: #dadada;
    font-size: 1em;
}

.nav-level__1st > .dropdown-menu > li > a:hover, .nav-level__1st > .dropdown-menu > li > a:focus {
    background-color: #bfbfbf;
}


/* HOME */
.home-inner-banner{
    padding-right: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.home-inner-banner img{
    width: 100%;
}

#home-ad-rotator {
    padding:0 15px 20px;
    margin-right: 10px;
    text-align: center;
}

#home-ad-rotator img {
    width: 100%;
}

/* HOME - Sidebar */

#intro {
    background-image: none!important;
    position: inherit !important;
    height: auto !important;
}

div#intro > div {
    position: inherit !important;
    margin: 5px 0 15px 0;
}


/* ...original styles... */
#intro .newsletter-subscribe-form {
    right:10px!important;
}
#intro .subscription-season-tickets {
    right:10px!important;
}
#intro .newsletter-subscribe-form.newsletter-subscribe-form {
    background-image: none;
    background-color: black;
}
#intro .newsletter-subscribe-form .sign-up-btn {
    bottom: -5px;
    max-width: 140px;
    margin-right: 0;
    background-color: #ad767c;
}
.mailingbox.mailingbox {
    color: black;
    width: 100%;
}
#intro .newsletter-subscribe-form>form .form.form {
    position: relative;
    top: 0;
    left: 0;
    font-size: 0.95em;
}

/* Removed absolute positioning */
#intro .subscription-season-tickets {
    right:10px!important;
}