/* -------------------- HTML STYLES -------------------- */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

h1 {
    font-family: lavigne-display, sans-serif;
    font-size: 72px;
    line-height: 72px;
    font-weight: 400;
    color: #666;
}

.h2-hr {
    position: relative;
    display: inline-block;
    height: 2px;
    background-color: #4c99e5;
    width: 120px;
    top: -24px;
}

h2 {
    font-family: lavigne-display, sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #4c99e5;
}

h3 {
    font-family: lavigne-display, sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #4c99e5;
    font-style: italic;
}

h4 {
    font-family: acumin-pro, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #4c99e5;
    margin-bottom: -10px;
}

a:link, a:hover, a:visited, a:active {
    color: #4c99e5;
}

p, li {
    font-family: acumin-pro, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #575757;
}

blockquote {
    font-family: acumin-pro, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #575757;
    font-style: italic;
}

.citation {
    font-size: 30px;
    font-family: lavigne-display, sans-serif;
    font-weight: 400;
    color: #fff;
}

/* -------------------- MAIN STYLES -------------------- */
.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 1550px;
    top: 0;
    left: 0;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.logo {
    position: absolute;
    left: 40px;
    top: 30px;
    width: 230px;
    height: 90px;
    background: url('../images/tw-logo-white.svg') center center no-repeat;
}
.logo:hover {
    cursor: pointer;
}
.nav {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -180px;
    width: 460px;
}
.nav-item {
    float: left;
    margin-right: 50px;
}
.nav-item a, .nav-item a:hover, .nav-item a:visited, .nav-item a:active {
    color: #fff;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}
.nav-item a:hover {
    border-bottom: 2px solid #fff;
}

.nav-item-disabled {
    float: left;
    margin-right: 50px;
}

.nav-item-disabled a, .nav-item-disabled a:hover, .nav-item-disabled a:visited, .nav-item-disabled a:active {
    color: #ccc;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 2px solid #fff;
}


.hero-container {
    position: relative;
    width: 100%;
}

#footer {
    clear: both;
    position: relative;
    background: #404040 url('../images/footer.png') center center no-repeat;
    width: 100%;
    height: 150px;
    z-index: 999;
}

.white-button {
    display: inline-block;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 40px;
    margin-top: 20px;
    border-color: #fff;
    border: 2px solid #fff;
    color: #fff;
}
.white-button:hover {
    color: #404040;
    background-color: #fff;
    cursor: pointer;
}
.grey-button {
    display: inline-block;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 40px;
    margin-top: 20px;
    border-color: #404040;
    color: #404040;
}
.grey-button:hover {
    background-color: #404040;
    color: #fff;
    cursor: pointer;
}

/* -------------------- SLIDE HEROES -------------------- */
.slide h1 {
    font-family: lavigne-display, sans-serif;
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    color: #fff;
}

.slide {
    /* position: absolute;
    top: 0;
    left: 0; */
    position: relative;
    width: 100%;
    min-height: 85vh;
} 

.slide-sub {
    position: relative;
    width: 100%;
    min-height: 40vh;
} 

.slide-content {
    position: relative;
    max-width: 960px;
    width: 60%;
    top: 33vh;
    left: 15%;
    pointer-events: none;
    /* position: absolute; */
}
.nurse-slide-content {
    position: relative;
    max-width: 960px;
    width: 50%;
    top: 35vh;
    left: 10%;
    /* position: absolute; */
}
.nurse-slide-content p {
    color: #fff;
}

#quote-slide {
    background: url('../images/main-hero.jpg') center center no-repeat;
    background-size: cover;
}
#nurses-slide {
    visibility: hidden;
    display: none;
}
#nurses-slide-enabled {
    background: url('../images/nurses-hero.jpg') center center no-repeat;
    background-size: cover;
}
#building-slide {
    background: url('../images/building-hero.jpg') top center no-repeat;
    background-size: cover;
}
.shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    pointer-events: none;
}
.shade-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    z-index: 100;
}
.hero-bullet-nav {
    position: absolute;
    left: 50%;
    width: 65px;
    margin-left: -65px;
    bottom: 50px;
}
            
.hero-bullet-nav-item {
    float: left;
    margin: 24px 7px;
    border: 2px solid #fff;    
    height: 24px;
    width: 24px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    background-color: #fff;
}
.hero-bullet-nav-item:hover {
    background-color: #ff0000;
    cursor: pointer;
}
.hero-bullet-selected {
    background-color: #fff;
}


/* -------------------- HOME CONTENT  -------------------- */
#home {
    top: -32px;
}
.content h1 {
    position: absolute;
}

#about {
    position: relative;
    width: 100%;
    background: url('../images/about-bg.jpg') top left no-repeat;
    background-size: cover;
    padding-bottom: 180px;
    z-index: 10;
}

.about-content {
    width: 56%;
    margin-left: 10%;
    margin-top: 100px;
}

#about h1 {
    color: #fff;
    text-align: right;
    margin-top: -156px;
    right: 10%;
}

#partners {
    position: relative;
    float: left;
    background: #404040;
}
#partners:after {
    clear: both;
}
.partners-content {
    margin-top: 80px;
    margin-left: 10%;
    margin-right: 10%;
}

#partners h1 {
    text-align: left;
    color: #404040;
    z-index: 20;
    margin-top:-58px;
    left: 10%;
}

#partners p {
    color: #fff;
}

#contact {
    clear: both;
    width: 100%;
}

.button {
    display: inline-block;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #404040;
    border: 2px solid #404040;
    padding: 15px 40px;
    margin-top: 20px;
}

.button:hover {
    background: #404040;
    color: #fff;
    cursor: pointer;
}

.two-column-c1, .two-column-c2 {
    width: 45%;
    float: left;
    margin-bottom: 80px;
}
.two-column-c1 {
    margin-right: 5%;
}
.two-column-c2 {
    margin-left: 5%;
}


/* ------------------------------ SUB PAGE STYLES ---------------------------------------- */

.sub-page {
    display: flex;
    width: 100%;
}

.main-content {
    width: 70%;
    margin-left: 10%;
    margin-top: 100px;
}

#left-bar h1 {
    color: #404040;
    text-align: left;
    margin-top: -58px;
    left: 10%;
}

#practices {
    width: 70%;
    float: right;
    margin-bottom: 80px;
}

#left-bar {
    background: #404040;
    width: 30%;
    min-height: 100%;
    float: left;
    flex: 1;
}

.leftbar-content {
    width: 100%;
    text-align: right;
    margin-top: 100px;
    margin-bottom: 100px;
}

.left-nav-item {
    font-size: 24px;
    /* line-height: 72px; */
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    /* height: 72px; */
    width: 100%;
}

.left-nav-item a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 10% 15px 0;
}

.left-nav-item a:hover {
    color: #4c99e5;
    background: #fff;
}

.left-nav-item-disabled {
    font-size: 24px;
    line-height: 32px;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    /* height: 72px; */
    width: 100%;
    text-decoration: none;
    display: block;
    color: #4c99e5;
    background: #fff;
}

.left-nav-item-disabled a {
    color: #4c99e5;
    text-decoration: none;
    display: block;
    padding: 15px 10% 15px 0;
}

.inline-img {
    width: 100%;
    height: auto;
}

/* ------------------------------ CONTACT PAGE STYLES ---------------------------------------- */
#contact-page {
    background: url('../images/contact-background.jpg') top left no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.contact-page-bg {
    height:175px;
}

#contact-page h1 {
    color: #fff;
    margin-left: 10%;
    /* margin-top: -58px; */
}

.contact-c1 {
    float: left;
    margin-left: 10%;
    margin-bottom: 100px;
    width: 40%;
}

.contact-c2 {
    float: right;
    width: 30%;
    margin-left: 10%;
    margin-right: 10%;
}

.map-image {
    display: block;
}

#contact h1 {
    color: #fff;
    margin-left: 10%;
    margin-top: -58px;
}

#contact-error {
    color: #cc0000;
}

.grey {
    color: #404040;
}
.grey-bar {
    display: block;
    width: 100%;
    height: 160px;
    background-color: #404040;
}

#contact h2 {
    margin-top: 60px;
}

.h2-hr-grey {
    position: relative;
    display: inline-block;
    height: 2px;
    background-color: #404040;
    width: 120px;
    top: -24px;
}

form {
    margin-top: 40px;
}

input, textarea {
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #404040;
    padding-left: 25px;
    background-image:none;
    background-color: rgba(255,255,255,0.6);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #ababab;
    width: 100%;
    height: 64px;
    line-height: 64px;
    margin-bottom: 20px;
}
input:focus, input:active, textarea:focus, textarea:active {
      border-color: #333;
      outline: none;
}
textarea {
    padding: 25px;
    height: 150px;
    line-height: 30px;
    width: calc(100% - 25px);
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 2px solid #404040;
    -webkit-text-fill-color: #404040;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0.2) inset;
    box-shadow: 0 0 0px 1000px rgba(0,0,0,0.2) inset;
    transition: background-color 5000s ease-in-out 0s;
}

.fine-print {
    font-size: 12px;
}