/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
}

p {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    margin-bottom: 1.25em;
}

.content ul, .content-section ul, .modal ul {
    padding-left: 21px;
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 1.25em;
}

.modal ul li ul {
    font-size: 1em;
}

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

.topnav {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.navbar, footer {
  background-color: #fff;
}

.navbar-brand {
    padding: 10px 10px;
    height: auto;
}

.navbar-toggle {
    margin-top: 21px;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
      padding-top: 28px;
      padding-bottom: 28px;
    }
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 300px;
    padding-bottom: 0;
    text-align: right;
    color: #fff;
    background-image: url(../../../designs/tju/enterprise/images/bokeh-1500.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/designs/tju/enterprise/images/bokeh-1500.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/designs/tju/enterprise/images/bokeh-1500.jpg', sizingMethod='scale')";
    background-size: cover;
    -ms-behavior: url(http://www.jefferson.edu/etc/designs/tju/enterprise/misc/backgroundsize.min.htc);
}

.intro-header.leaders {
    background-image: url(../../../designs/tju/enterprise/images/EnterpriseImage1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/designs/tju/enterprise/images/EnterpriseImage1.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/designs/tju/enterprise/images/EnterpriseImage1.jpg', sizingMethod='scale')";
    background-size: cover;
    -ms-behavior: url(http://www.jefferson.edu/etc/designs/tju/enterprise/misc/backgroundsize.min.htc);
}

.intro-header ul {
    padding-left: 30px;
}

.intro-header a {
    color: inherit;
}

.intro-header a:hover {
    color: #ddd;
}

.intro-message {
    position: relative;
    padding: 1em;
    margin-left: 50%;
    width: 50%;
    font-size: 1.3em;
}

.intro-message > h2 {
    margin: 0;
    font-weight: 700;
    font-size: 3.1em;
    line-height: 1.2;
    color: #fff;
}

.intro-message > h2 span {
    font-weight: 300;
    color: #4dc4cf;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media (max-width: 1199px) {
    .intro-message {
        font-size: 1.25em;
    }
    
    .intro-message > h2 {
        font-size: 2.5em;
    }
}

@media (max-width: 991px) {
    
    .intro-message {
        font-size: 1.1em;
    }
    
    .intro-message > h2 {
        font-size: 2.2em;
    }
}

@media(max-width:767px) {
    
    .intro-header {
        padding-top: 140px;
        padding-bottom: 0;
    }
    
    .intro-message {
        float: none;
        margin: auto;
        width: 90%;
        font-size: 1em;
    }
    
    .intro-message > h2 {
        font-size: 1.8em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.pillars, .health {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: .9em;
    clear: both;
    height: 80px
}

.pillars a, .health a  {
    color: #fff;
    display: block;
}

.pillars a:hover {
    color: #809cce;
}
.health a:hover {
    color: #d3d7e7;
}

.pillars {
    background-color: #152456;
    padding: 0;
}
.health {
    background-color: #569bca;
    padding: 0;
}

.pillars ul {
    padding: 0 10%;
}

.health ul {
    padding: 0;
}

.pillars ul, .health ul {
    height: 80px;
}

.pillars li {
    width: 25%;
}

.health li {
    width: 20%;
}

.pillars li, .health li {
    list-style: none;
    padding: 22px 10px;
    float: left;
    height: 80px;
}

.pillars .clinical, .pillars .physician {
    position: relative;
}

.pillars .clinical:before {
	left: 40%;
    top: 62px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #569bca;
	border-width: 20px;
	margin-top: -20px;
}

.pillars li.physician {
    background-color: #152456;
    margin: 5px 0;
    padding: 7px 40px;
    height: 50px;
}

.pillars .physician a {
    color: #000;
    background-color: #d3d7e7;
    padding: 10px 0;
}

.pillars .physician a:hover {
    color: #152456;
    background-color: #fff;
}

@media (max-width: 991px) {
    .pillars ul, .health ul {
        height: 50px;
    }
    
    .pillars, .health {
        font-size: .65em;
        height: 50px;
    }
    
    .pillars .clinical:before {
        top: 40px;
        left: 36%;
    }
    
    .pillars li, .health li {
        padding: 12px;
        height: 50px;
    }
    
    .pillars li.physician {
        margin: 8px 0;
        padding: 0 35px;
        height: 20px;
    }
    
    .pillars .physician a {
        padding: 5px 0;
    }
}

@media (max-width: 767px) {
    
    .pillars, .health {
        float: left;
        width: 50%;
        clear: none;
        height: 250px;
    }
    
    .pillars ul {
        padding: 10% 0 0 0;
    }
    
    .pillars ul, .health ul {
        height: 230px;
    }
    
    .physicians ul {
        margin-top: 80px;
        height: 150px;
    }
    
    .pillars .clinical:before, .pillars .physician:before {
        border: none;
    }
    
    .pillars li, .health li, .physicians li {
        text-align: center;
        width: 100%;
    }
    
    .pillars .active {
        background: url(../../../designs/tju/enterprise/images/arrow-right.png) right center no-repeat;
        background-size: 12px 24px;
    }
    
    .physicians ul {
        margin-left: auto;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section {
    border-top: 5px solid #fff;
    clear: both;
}

.content-section h2 {
  font-size: 28px;
}

.content-section-white {
    background-color: #fff;
}

.content-section-green {
    background-color: #c3b60d;
    color: #f8f8f8;
    position: relative;
}

.content-section-olive {
    background-color: #6e6b23;
    color: #f8f8f8;
    position: relative;
}

.content-section-fuchsia {
    background-color: #af1f8e;
    color: #f8f8f8;
    position: relative;
}

.content-section-blue {
    background-color: #4678bc;
    color: #f8f8f8;
    position: relative;
}

.content-section-orange {
    background-color: #fcaf17;
    color: #f8f8f8;
    position: relative;
}

.content-section-wine {
    background-color: #700052;
    color: #f8f8f8;
    position: relative;
}

.content-section-lightblue {
    background-color: #569bca;
    color: #f8f8f8;
    position: relative;
}

.content-section.last {
    border-bottom: 5px solid #fff;
    margin-bottom: 50px;
}

.green-image {
    background-image: url(../../../designs/tju/enterprise/images/why.jpg);
    background-position: center;
}

.olive-image {
    background-image: url(../../../designs/tju/enterprise/images/leader.jpg);
    background-position: center;
}

.green-image .overlay {
    background-image: url(../../../designs/tju/enterprise/images/green-overlay.png);
}

.olive-image .overlay {
    background-image: url(../../../designs/tju/enterprise/images/olive-overlay.png);
}

.fuchsia-image {
    background-image: url(../../../designs/tju/enterprise/images/ambassador-young.jpg);
    background-position: center;
}

.fuchsia-image .overlay {
    background-image: url(../../../designs/tju/enterprise/images/fuchsia-overlay.png);
}

.blue-image {
    background-image: url(../../../designs/tju/enterprise/images/Moment-Brand-Img.jpg);
    background-position: center left;
}

.blue-image .overlay {
    background-image: url(../../../designs/tju/enterprise/images/blue-mid-overlay.png);
}

.orange-image {
    background-image: url(../../../designs/tju/enterprise/images/locations.jpg);
    background-position: center right;
}

.orange-image .overlay {
    background-image: url(../../../designs/tju/enterprise/images/orange-overlay.png);
}

.lightblue-image {
    background-image: url(../../../designs/tju/enterprise/images/map2.jpg);
    background-position: center center;
}

.lightblue-image .overlay {
    background-image: url(../../../designs/tju/enterprise/images/lightblue-overlay.png);
}

.wine-image {
    background-image: url(../../../designs/tju/enterprise/images/news3.jpg);
    background-position: center right;
}

.wine-image .overlay {
    background-image: url(../../../designs/tju/enterprise/images/wine-overlay.png);
}

.green-image:before {
	left: 0%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #c3b60d;
	border-width: 50px;
	margin-top: -50px;
}

.olive-image:before {
	left: 0%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #6e6b23;
	border-width: 50px;
	margin-top: -50px;
}

.fuchsia-image:before {
	left: 0%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #af1f8e;
	border-width: 50px;
	margin-top: -50px;
}

.blue-image:before {
	right: 0%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #4678bc;
	border-width: 50px;
	margin-top: -50px;
}

.orange-image:before {
	left: 0%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #fcaf17;
	border-width: 50px;
	margin-top: -50px;
}

.lightblue-image:before {
	right: 0%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #569bca;
	border-width: 50px;
	margin-top: -50px;
}

.wine-image:before {
	right: 0%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #700052;
	border-width: 50px;
	margin-top: -50px;
}

.row-bg-col, .overlay {
    display: block;
    height: 350px;
    background-repeat: repeat;
    background-size: cover;
    padding: 0;
}


@media (max-width: 991px) {
    p, .content-section ul {
        font-size: 1em;
    }
}

@media(max-width:767px) {
    .green-image, .olive-image, .fuchsia-image, .blue-image, .orange-image, .lightblue-image {
        float: none;
    }
    
    .row-bg-col {
        height: 225px;
    }
    .green-image:before, .olive-image:before, .fuchsia-image:before, .blue-image:before, .orange-image:before, .lightblue-image:before, .wine-image:before, .overlay {
        display: none;
    }
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../../../designs/tju/enterprise/images/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

.content-section-bottom {
    text-align: center;
    padding: 20px 10px 30px;
    background-color: #fff;
    margin-bottom: 50px;
    font-size: 2em;
    line-height: 1.2;
}

.content-section-bottom a.merger {
    color: #6e6b23;
}
.content-section-bottom a.merger:hover {
    color: #c3b60d;
}

.content-section-bottom a.leadership {
    color: #700052;
}
.content-section-bottom a.leadership:hover {
    color: #e6bfda;
}

.content-section-bottom a.careers {
    color: #4678bc;
}
.content-section-bottom a.careers:hover {
    color: #c9d1eb;
}

a.merger:before, a.leadership:before, a.careers:before {
	right: 45%;
	top: 45px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #152456;
	border-width: 20px;
	margin-top: -20px;
}

.content-section-bottom a:hover {
    text-decoration: none;
}

@media(max-width:767px) {
    .content-section-bottom a:before {
        border: none;
    }
    .content-section-bottom {
        font-size: 1.5em;
        padding: 10px
    }
}

.navbar .container {
    position: relative;
}

.content-section-bottom .container {
    position: relative;
}

.give-menu {
    position: absolute;
    top: 80px;
    right: 10px;
    background-color: #fff;
    display: none;
}

.careers-menu {
    position: absolute;
    top: 80px;
    right: 335px;
    background-color: #fff;
    display: none;
}

@media(max-width:767px) {
    .careers-menu {
        width: 96%;
        right: 2%;
        bottom: 100px;
    }
}

.give-menu ul, .careers-menu ul {
    list-style: none;
    text-align: center;
    margin: auto;
    padding: 0;
}

.give-menu ul li a, .careers-menu ul li a {
    display: block;
    padding: 15px;
}

.give-menu:before {
	left: 60%;
    top: -10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 15px;
	margin-top: -15px;
}

.careers-menu:before {
	left: 43%;
    top: -10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 15px;
	margin-top: -15px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
footer {
    position: fixed; right: 0; left: 0; bottom: 0; z-index: 1030;
}

@media(max-width:767px) {
    footer {
        position: relative;
    }
}
*/

.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btn, .btn-group .btn, .modal-content {
    border-radius: 0px;
}

.btn-primary {
    background-color: #4678bc;
}
.btn-primary:hover {
    background-color: #3a6094;
}

.modal-backdrop {
    background-color: #152456;
    height: 5000px;
}
.modal-backdrop.in {
    filter: alpha(opacity=75);
    opacity: .85;
    z-index: 1031;
}

.footnotes {
    font-style: italic;
    font-size: .9em;
    padding-left: .75em;
    text-indent:-.75em;
}

.footnotes p {
    margin-bottom: 0;
}

#map-canvas {
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.5);
    box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    height: 480px;
    margin-bottom: 1em;
}
@media(max-width:767px) {
    #map-canvas {
        height: 320px;
    }
}
.map-label {
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 1px;
    font-weight: 700;
}
.hospital {
    color: #4678bc;
}
.urgent {
    color: #fcaf17;
}
.outpatient {
    color: #af1f8e;
}

#leaders {
    padding-bottom: 30px;
}

/*
#leaders .row{
    overflow: hidden;
}

#leaders [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
*/
div.leader {
/*  background-color: #152456;*/
    padding: 0;
    margin: 0 10px 10px 0;
    width: 15.7%;
    float: left;
    position: relative;
    border-left: 1px solid white;
}
/*
.leader:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(1,30,64,0.25);
    opacity:1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
*/
@media(max-width:1169px) {
    div.leader {
        width: 29.9999%;
    }
    div.leader:after {
        background:none;
    }
}
@media(max-width:767px) {
    div.leader {
        width: 45%;
    }
    div.leader:after {
        background:none;
    }
}
.leader:hover:after {
    opacity:0;
}

.img-responsive {width: 100%; height: auto; }
div.leader-caption {
    font-size: 9px; color: #152456; margin: 0; padding-top: 10px; z-index: 10;
}
div.leader-caption:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
/*    z-index: -1;*/
    left: 0;
    background-color: #152456;
}
div.leader-caption > p.leader-name {
    font-weight: 900; margin: 0;
}
div.leader-caption > p.leader-title {
    margin: 0;
}
div.leader-caption > p.leader-pillar {
    margin: .5em 0 0 0;
    font-weight: 900;
}
.container.leader-slider, .container.board-slider {
    padding-right: 0px;
}

.leader-slider, .board-slider { position: relative; overflow: auto;}
    .leader-slider ul, .board-slider ul { list-style: none; padding-left: 0; }
         .leader-slider ul li, .board-slider ul li { float: left; min-height: 350px; }

@media(max-width:1169px) {
	div.leader-caption {  min-height: 100px }
    .leader-slider ul li { float: left; padding-left: 0; min-height: 935px; }
    .board-slider ul li { float: left; min-height: 935px; }
}

@media(max-width:767px) {
	div.leader-caption {  min-height: 150px }
    .leader-slider ul li { float: left; padding-left: 0; min-height: 1100px; }
    .board-slider ul li { float: left; min-height: 1100px; }
}

.btn-group {
    margin: 20px 0;
    float: right;
}
.btn-group button {
    padding: 0 9px;
    font-size: 1.5em;
}
@media(max-width:767px) {
    .btn-group {
        margin-top: 0;
        float: left;
    }
}


/* CSS - Milestones Section */
        .milestones-video-container {
            width: 100%;
            height: 100%;
                  max-height: 300px;
        }

        .milestones-video {
    		display: none;
        }
        .outer {
            width: 100%;
            display: block;
            position: relative;
            margin: 0x auto;
        }

        .outer:after {
            padding-top: 56.25%;
            display: block;
            content: '';
        }

        .video-js {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        @media screen and (min-width:768px) and (max-width: 991px) {
            .btn-milestones {
                font-size:0.9em;
            }

            a.next-day-link {
                font-size:0.9em;
            }
        }

        @media screen and (max-width: 767px) {
			.milestones-video {
        		display: block;
                height: 100%;
            }
            .milestones-image {
				display: none;
            }

            .btn-milestones {
                font-size:0.9em;
            }

            a.next-day-link {
                font-size:0.9em;
            }
        }

        a.next-day-link:link, a.next-day-link:visited  {
            color:#CCFFFF;
        }

        a.next-day-link:hover {
            color:#99CCFF;
        }

        .play-button {
            background-image: url('../../../designs/tju/enterprise/images/play-button.png');
            background-repeat: no-repeat;
            background-position: center center;
            opacity: 0.8;
        }

        .play-button:hover {
            opacity: 1;
        }

        .milestones-image {
            background-image: url('../../../designs/tju/enterprise/images/carmen-video.jpg');
            background-position: center;
        }

        .milestones-image:before {
            left: 0%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-left-color: #4678bc;
            border-width: 50px;
            margin-top: -50px;
        }

        .milestones-image .overlay {
            background-image: url('../../../designs/tju/enterprise/images/blue-mid-overlay.png');
        }

        @media screen and (max-width: 767px) {
            .milestones-image:before {
                display: none;
            }
        }


    	/* Teal section */
    	.content-section-teal {
            background-color: #339999;
            color: #f8f8f8;
            position: relative;
        }

        .teal-image {
            background-image: url('../../../designs/tju/enterprise/images/Moment-Brand-Img.jpg') !important;
            background-position: center;
        }

        .teal-image:before {
            right: 0%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-right-color: #339999;
            border-width: 50px;
            margin-top: -50px;
        }

        .teal-image .overlay {
            background-image: url('../../../designs/tju/enterprise/images/teal-overlay.png');
        }

		@media screen and (max-width: 767px) {
            .teal-image:before {
                display: none;
            }
        }

.quick-links-container {
            background-color: #FAFAFA;
            width: 100%;
            clear:both;
            padding: 10px 0px;
        }

        .quick-links-wrapper {
            margin: 0 auto 0 auto;
            max-width: 1100px;
        }

        .clearfix {
            overflow: auto;
            zoom: 1;
        }

        /*---- START Vertical Quick Links CSS ----*/
        .accordion, .accordion * {
            -webkit-box-sizing:border-box; 
            -moz-box-sizing:border-box; 
            box-sizing:border-box;
        }
         
        .accordion {
            overflow:hidden;
            background:#f7f7f7;
        }
         
        /* Section Titles */
        .accordion-section-title {
            width:100%;
            padding:15px;
            display:inline-block;
            background:#f7f7f7;
            transition:all linear 0.15s;
            /* Type */
            font-size:1.2em;
            color: #999999;
            text-decoration: none;
            font-weight: 500;
            padding-left: 50px;
        }
         
        .accordion-section-title.active, .accordion-section-title:hover {
            /* Type */
            text-decoration:none;
        }

        .accordion-section-title:hover {
            /* Type */
            color: #666666;
        }

        .accordion-section-title.active {
            /* Type */
            text-decoration:none;
            border-bottom: none;
            color: #666666;
        }
         
        .accordion-section:last-child .accordion-section-title {
            border-bottom:none;
        }

        .accordion-section {
            border-bottom:1px solid #eeeeee;
        }
         
        /* Section Content */
        .accordion-section-content {
            padding:15px;
            display:none;
        }

        .accordion-section-content ul {
            padding-left: 0px;
            list-style-type: none;
        }

        .accordion-section-content li {
            font-size: 1.1em;
            background-image: none;
            background-repeat: no-repeat;
            background-position: 17px 8px;
            padding-left: 45px;
            font-weight: 500;
        }

        .accordion-section-content a:link, .accordion-section-content a:visited {
            color: #666666;
        }

        .accordion-section-content a:hover {
            color: #999999;
        }

        .find-icon {
            background-image: url('../../../designs/tju/enterprise/images/find-icon-gray.png');
            background-position: 10px center;
            background-repeat: no-repeat;
        }

        .appointments-icon {
            background-image: url('../../../designs/tju/enterprise/images/appointments-icon-gray.png');
            background-position: 10px center;
            background-repeat: no-repeat;
        }

        .services-icon {
            background-image: url('../../../designs/tju/enterprise/images/services-icon-gray.png');
            background-position: 10px center;
            background-repeat: no-repeat;
        }

        .locations-icon {
            background-image: url('../../../designs/tju/enterprise/images/locations-icon-gray.png');
            background-position: 10px center;
            background-repeat: no-repeat;
        }


		.quick-links-container {
            background-color: #FAFAFA;
            width: 100%;
            clear: both;
            padding: 0 0 1.5em 0;
        }

        .quick-links-wrapper {
            margin: 0 auto;
            max-width: 1100px;
        }

        .clearfix {
            overflow: auto;
            zoom: 1;
        }

        /*---- START Vertical Quick Links CSS ----*/
        .accordion, .accordion * {
            -webkit-box-sizing:border-box; 
            -moz-box-sizing:border-box; 
            box-sizing:border-box;
        }
         
        .accordion {
            overflow: hidden;
            background-color: #F7F7F7;
        }
         
        /* Section Titles */
        .accordion-section-title {
            width: 100%;
            padding: 15px;
            display: inline-block;
            background-color: #F7F7F7;
            transition: all linear 0.15s;
            /* Type */
            font-size: 1.2em;
            color: #666666;
            text-decoration: none;
            font-weight: 500;
            padding-left: 10px;
        }

        .accordion-section-title:focus {
            color: #666666;
        }

        .accordion-section-title:hover {
            background-color: #EEEEEE;
            /* Type */
            text-decoration:none;
            color: #152456;
        }

        .accordion-section-title.active {
            background-color: #FFFFFF;
            /* Type */
            text-decoration: none;
            color: #152456; /* #666666 */
        }
        
        .accordion-section {
            border-bottom: 1px solid #EEEEEE;
        }
         
        /* Section Content */
        .accordion-section-content {
            padding: 0 0.5em 0.5em 0.5em;
            display:none;
            background-color: #FFFFFF;
        }

        .accordion-section-content ul {
            padding-left: 0px;
            list-style-type: none;
        }

        .accordion-section-content li {
            font-size: 1.1em;
            padding-left: 35px;
            font-weight: 500;
        }

        .accordion-section-content li:last-child { /* last list item only */
            margin-top: 1.0em;
        }

        .accordion-section-content i { /* fontawesome icon */
            color: #CCCCCC;
        }

        .accordion-section-content a:link, .accordion-section-content a:visited {
            color: #666666;
            margin-left: 0.6em;
        }

        .accordion-section-content a:hover {
            color: #569BCA; /* #999999 */
        }

        /* Desktop */
        @media screen and (min-width: 768px) {
            #quick-links-vertical {
                display: none;
            }
        }

        /* Mobile */
        @media screen and (max-width: 767px) {
            #quick-links-horizontal {
                display: none;
            }
        }
        /*---- END Vertical Quick Links CSS ----*/

        /*---- START Horizontal Quick Links CSS ----*/
        .quick-links {
            color: #666666;
            margin: 0;
            padding: 0;
            overflow: auto;
        }

        .quick-links {
            display: inline;
            list-style-type: none;
        }

        .quick-links-list-item {
            list-style-type: none;
            float: left;
            display: inline;
            width: 25%;
        }

        .quick-links-control {
            color: #999999;
            display: block;
            width: 100%;
            padding: 1.0em 0.5em 1.0em 0.5em;
            margin: 0;
            font-size: 18px;
            font-weight: 400;
            border: none;
            overflow: hidden;
            outline: none;
            padding-left: 20px;
            transition: color 0.1s ease;
            -webkit-transition: color .1s ease-out .1s;
        }

        .quick-links-panel {
            font-size: 16px;
            font-weight: 400;
        }

        .quick-links-panel p {
            margin: 20px;
        }

        .quick-links-panel li {
            list-style-type: none;
            padding-left: 50px;
        }

        .quick-links-panel li:last-child {
            margin-top: 10px;
        }

        .quick-links-panel ul {
            padding-left: 0px;
        }

        .quick-links-panel a {
            margin-left: 0.5em;
        }

        .quick-links-panel a:link, .quick-links-panel a:visited {
            color: #666666;
        }

        .quick-links-panel a:hover {
            color: #569BCA; /* #999999 */
        }

        .quick-links-panel i { /* fontawesome icon */
            color: #CCCCCC;
        }

        @media screen and (max-width: 991px) {
            .quick-links-control {
                padding: 0.8em 0.5em 1.0em 0.8em;
                font-size: 14px;
            }

            .quick-links-panel ul {
                padding-left: 0px;
            }

            .quick-links-panel li {
                font-size: 12px;
                padding-left: 35px;
            }

            .quick-links-wrapper {
                max-width: 700px;
            }
        }

        /* Mobile */
        @media screen and (max-width: 767px) {
            #quick-links-horizontal {
                display: none;
            }

            .quick-links-wrapper {
                max-width: 100%;
            }

            .quick-links-container {
                padding: 0;
            }
        }

.modal.fade .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .modal.in .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    /*==========  Page Styles  ==========*/
    
    /* Style Guide Colors */
    /* Bright Blue: #569BCA */
    /* Deep Blue: #152456 */
    
    .color-jeff-bright-blue {
        color: #569BCA;
    }
    
    .color-jeff-deep-blue {
    color: #152456;
}

.background-color-jeff-bright-blue {
    background-color: #569BCA;
}

.background-color-jeff-deep-blue {
    background-color: #152456;
}

.content-section {
    border-top: 5px solid #fff;
    clear: both;
    background-color: #fff;
}

.content-section h2 {
    font-size: 28px;
}

.content-section-white {
    background-color: #fff;
}

.content-section-green {
    background-color: #c3b60d;
    color: #f8f8f8;
    position: relative;
}

.content-section-olive {
    background-color: #6e6b23;
    color: #f8f8f8;
    position: relative;
}

.content-section-fuchsia {
    background-color: #af1f8e;
    color: #f8f8f8;
    position: relative;
}

.content-section-blue {
    background-color: #4678bc;
    color: #f8f8f8;
    position: relative;
}

.content-section-orange {
    background-color: #fcaf17;
    color: #f8f8f8;
    position: relative;
}

.content-section-wine {
    background-color: #700052;
    color: #f8f8f8;
    position: relative;
}

.content-section-lightblue {
    background-color: #569bca;
    color: #f8f8f8;
    position: relative;
}

.content-section.last {
    border-bottom: 5px solid #fff;
    margin-bottom: 50px;
}

/* Remove arrow overlay - jwhite  */
.green-image:before,
.olive-image:before,
.fuchsia-image:before,
.blue-image:before,
.orange-image:before,
.lightblue-image:before,
.teal-image:before,
.milestones-image:before
{
    display: none;
}

/* Defined text colors - jwhite  */
.color-green {
    color: #c3b60d;
}

.color-olive {
    color: #6e6b23;
}

.color-fuchsia {
    color: #af1f8e;
}

.color-blue {
    color: #4678bc;
}

.color-orange{
    color: #fcaf17;
}

.color-lightblue {
    color: #569bca;
}

.color-wine {
    color: #700052;
}

.color-teal {
    color: #339999;
}

/* Defined section image borders - jwhite  */
.section-image-lightblue {
    border-right: 6px solid #569bca;
    background-image: url('../../../../content/dam/enterprise/ThinkstockPhotos-200252820-001.jpg');
    background-position: center;"
}

.section-image-teal {
    border-left: 6px solid #339999;
    background-image:url('../../../../content/dam/enterprise/ThinkstockPhotos-86544856.jpg');
    background-position: center;"
}

.section-image-blue {
    border-left: 6px solid #4678bc;
    background-position: center;
    background-image:url('../../../../content/dam/enterprise/eileen-bg.jpg');"
}

.section-image-border-right-blue {
    border-right: 6px solid #569bca;
}

.section-image-fuchsia {
    border-left: 6px solid #af1f8e;
    background-image:url('../../../../content/dam/enterprise/map-bg.jpg');
    background-position: center;
}

.section-image-orange {
    border-right: 6px solid #fcaf17;
    background-image: url('../../../../content/dam/enterprise/ThinkstockPhotos-502938498.jpg');
    background-position: center;"
}

.farber-image {
    border-right: 6px solid #4678bc;
    background-image: url('../../../designs/tju/enterprise/images/farber-section-bg.jpg');
    background-position: 80% center;"
}

/* Set section row height - jwhite */
@media (min-width: 1200px) {

.row-bg-col {
        height: 400px;
    }
    
}

/* Next-Day Appointments Available link in milestones section - jwhite */
a.next-day-link:link, a.next-day-link:visited  {
    color: #CCC;
}

a.next-day-link:hover {
    color: #333;
}

/* Section view more button - jwhite */
.btn-lg {
    font-size: .8em;
    font-weight: bold;
    background-color: #F2F2F2;
    padding: 5px 10px;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .row-bg-col, .overlay {
            min-height: 450px;
        }
    }
    
    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        
    }
    
    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        
    }
    
    /*==========  Non-Mobile First Method  ==========*/
    
    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        
    }
    
    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        
    }
    
    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        #top-nav-links {
            display: none;
        }
        
        .navbar-custom-main {
        margin-top: 95px;
    }
}

p {
    font-weight: normal;
}

.header-gradient {
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,0), rgba(255,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,1)); /* Standard syntax */
}

.content-section p {
    font-size: 1.2em;
}

.top-nav-list li {
    display: inline;
    margin: 0 6px;
}

.main-content-sections { /* main content sections/panels */
    background-color: #FFF;
    padding-top: 20px;
}

.main-content-sections .container { /* add margin to sections */
    margin-bottom: 20px;
}

.section-bg {
    display: none;
}

.section-info {
    padding: 40px;
    color: #000;
}



/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
        .info_content h3 {
            font-size: 15px; /* smaller size for mobile */
            font-weight: normal;
        }
    }

    .info_content p {
        margin-bottom: 7px !important;
    }

    .info_content .info-title {
        font-size: 0.9em;
        font-weight: bold;
    }

    .info_content .btn {
        margin-top: 15px;
    }

/* Main Navigation Section */

#main-nav-section {

}

#main-nav-section .container-fluid {
    padding: 0;
    margin: 0;
}

/* Main Links */

.navbar-custom-main .navbar-nav > li > a:hover,
.navbar-custom-main .navbar-nav > li > a:focus { /* hover and focus */
  color: #569bca !important;
  background-color: transparent !important;
}

/* Quick Links */

#main-nav-section li.quick-links-section {
    margin: 10px 0;
}

#main-nav-section li.quick-links-section .panel-title a:link {
    font-size: 1.1em;
}

#main-nav-section li.quick-links-section .panel-title a:link .fa-fw {
    color: #569bca !important;
}

#main-nav-section li.quick-links-section .panel-title a:link .fa-angle-down {
    margin-left: 5px;
    opacity: 0.5;
}

/* News Section */

#main-nav-section .news-section .news-image {
    padding-left: 15px;
    padding-top: 15px;
}

#main-nav-section .news-section .news-text {
    font-size: 12px;
}

#main-nav-section .news-section .news-text h4 {
    font-weight: bold;
}

#main-nav-section .news-section .news-text h4 a:link,
#main-nav-section .news-section .news-text h4 a:visited {
    color: #569bca;
}

/* Phone */
#main-nav-section .phone-section {
    padding-top: 40px;
}

#main-nav-section .phone-number {
    color: #569bca; /* light blue */
    font-size: 2.0em;
}

/* Menu Section */

#main-nav-section  ul.menu-section {
    font-size: 1.1em;
}

#main-nav-section  ul.menu-section > li:first-child { /* first list item, title header */
    color: #809cce;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
}

#main-nav-section ul.menu-section li {
    margin: 8px 0;
}

#main-nav-section ul.menu-section a.btn {
    background-color: #809cce;
    color: #fff;
    padding: 2px 10px;
    margin-top: 10px;
}

#main-nav-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Parent Links */

#main-nav-section .main-nav-arrow {
    margin-left: 6px;
}

#main-nav-section .main-nav-parent-link-active {
    z-index: 1010;
    transition: all 0.5s ease;
    position:absolute; height: 3px;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background-color: #transparent;
}

#main-nav-section .main-nav-parent-link-active-on {
    background-color: #569bca;
}

/* Mega Menu */

#main-nav-section .mega-dropdown-menu { /* mega menu */
    border: none;
    border-radius: 0;
    background-color: #152456;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 25px;
    color: #fff;
    text-align: left;
}

#main-nav-section .mega-dropdown-menu a, #main-nav-section .mega-dropdown-menu a:visited { /* links */
    color: #fff;
}

#main-nav-section .mega-dropdown-menu a:hover { /* hover */
    color: #d3d7e6;
}

#main-nav-section .close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 1029;
    cursor: pointer;
    color: #569bca;
    font-size: 20px;
}

/* Accordion */

.panel-default, .panel-default > .panel-heading, .panel-default > .panel-title, .panel-body {
    background-color: transparent;
    border: 0;
    border-style: none;
    padding: 0;
} 

.panel, .panel-group .panel-heading+.panel-collapse>.panel-body{
    border: none;
}

.panel, .route-blurb-container {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-title > a {
    color: #FFF;
}

.panel-title {
    color: #FFF;
}

.panel-body > ul { list-style-type: none }

.panel-body > ul > li { margin: 0.4em 0;}

.panel-title a:first-child, .panel-title a:first-child:visited  {
    color: #fff;
}

.panel-title a:first-child:hover, .panel-title a:first-child:active {
    color: #ccffff;
}

/* Custom navbar styling for main navigation */

.navbar-custom-main {
    min-height: 10px;
    margin: 0;
    border: none;
    border-radius: 0;
    margin-top: 135px;
    background-color: #152456;
    color: #FFF;
}

/* Main navigation parent link */
.main-nav-parent-link {
    text-align: center;
    padding: 20px 30px !important;
    margin: 0 30px;
    color: #FFF !important;
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Dropdown Menu */

.mega-dropdown-main, .mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 20px 15px;
  text-align: center;
  width: 100%;
}

/* Navbar */

.navbar-custom-main .navbar-nav>.open>a, .navbar-custom-main .navbar-nav>.open>a:focus, .navbar-custom-main .navbar-nav>.open>a:hover {
    color: #569bca !important;
    background-color: transparent;
}

@media (min-width: 768px){
    .navbar-custom-main .navbar-nav {
        margin: 0 auto !important;
        display: table;
        table-layout: fixed;
        float:none;
    }
} 

.main-nav-border-bottom { /* navbar bottom border */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #569bca;
    opacity: 0.2;"
}

/* Misc */

.hidden { /* hide element */
    display: none;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .main-nav-parent-link {
        padding: 20px 30px !important;
        margin: 0 5px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .main-nav-parent-link {
        padding: 20px 10px !important;
        margin: 0 0px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .main-nav-tab {
        text-align: center;
    }

    .main-nav-parent {
        width: 100% !important;
        border-bottom: 1px solid #809cce;
    }

    .navbar-custom-main {
        margin-top: 95px;
    }
}

/* Quick Links Section */

#quick-links-section {
  background-color: #9ca8da;
}

#quick-links-section .header-university,
#quick-links-section .header-hospital {
  color: #4e65b8;
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 0.8em;
}

#quick-links-section .header-university {
  color: #4e65b8;
}

#quick-links-section .header-hospital {
  color: #569bca;
}

#quick-links-section .container-fluid {
  padding: 0;
}

#quick-links-section .row {
  margin: 0;
  padding: 0;
}

#quick-links-section .navbar {
  border: 0;
  margin: 0;
  background-color: transparent;
}

#quick-links-section .quick-link-btn .fa-stack-1x {
  margin-top: -3px;
  color: #FFFFFF;
}

#quick-links-section .quick-link-btn .fa-stack-2x {
  margin-top: -3px;
  color: #569bca;
}

#quick-links-section .quick-link-text {
  color: #152456;
  font-weight: 400;
  font-size: 1.2em;
}

#quick-links-section li.dropdown a {
  line-height: 50px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#quick-links-section ul.dropdown-menu li a {
  line-height: 30px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #f2f4f8;
}

#quick-links-section ul.dropdown-menu li:first-child a { /* select first link */
    border-top: 1px solid #f2f4f8;
}

#quick-links-section .dropdown-menu > li > a:link, #quick-links-section .dropdown-menu > li > a:visited {
  color: #013fa3;
}

#quick-links-section .dropdown-menu > li > a:hover {
  color: #4e65b8;
  background-color: #F2F4F8;
}

.quick-links-header-arrow {
  width: 0; 
  height: 0; 
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #d3d7e6;
}

#quick-links-section .container {
  padding: 0;
}

#quick-links-section .navbar-header {
  min-height: 40px;
  padding: 0;
}

#quick-links-section .quick-links-bg { /* header arrow bg */
  position: absolute;
  left: 0;
  width: 50%;
  background-color: #d3d7e6;
  height: 100%;
}

#quick-links-section * { /* select all */
  border-radius: 0 !important;  /* remove rounded corners */
}

#quick-links-section .navbar-title div:first-child { /* select header/title box */
  background-color: #d3d7e6;
  height: 50px;
  padding: 7px 15px 0 15px;
}

#quick-links-section .navbar-nav li a {
  padding-left: 10px;
}

#quick-links-section .navbar-default .navbar-nav > li > a:link,
#quick-links-section .navbar-default .navbar-nav > li > a:visited {
  background-color: transparent;
}

#quick-links-section .navbar-default .navbar-nav > li > a:hover,
#quick-links-section .navbar-default .navbar-nav > li > a:focus,
#quick-links-section .navbar-default .navbar-nav > li > a:active { /* hover, focus, active */
  background-color: rgba(61,65,85,0.1);
  color: #9ca8da;
}

#quick-links-section .navbar-title {
  color: #152456;
}

#quick-links-section .navbar-title p {
  margin: 0;
  padding: 0;
}

#quick-links-section .navbar-title p:first-child { /* select first title line */
  color: #569bca;
  margin: 0;
  padding: 0;
  font-size: 0.85em;
}

/*==========  Non-Mobile First Method  ==========*/

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

  .quick-links-header-arrow {
    display: none; /* hide arrow */
  }

  #quick-links-section .navbar-title div:first-child {
    background-color: transparent;
    height: auto;
  }

  #quick-links-section .navbar-header {
    margin: 0;
    min-height: 40px;
  }

  #quick-links-section .quick-links-bg {
    width: 100%;
    height: 40px;
  }

  #quick-links-section .navbar {
    background-color: transparent;
  }

  #quick-links-section .navbar-title {
    color: #569bca;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  #quick-links-section .quick-links-bg, .quick-links-header-arrow {
    display: none;
  }

  #quick-links-section, #quick-links-section * { /* select all */
    margin: 0; /* clear margins and padding */
    padding: 0
  }

  #quick-links-section .navbar-header {
    margin: 0;
    min-height: 40px;
    width: 100%;
    background-color: #d3d7e7;
  }
  
  #quick-links-section .navbar-title div:first-child {
    background-color: transparent;
  }

  #quick-links-section .navbar {
    background-color: transparent;
    width: 100%;
  }

}

   /*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {


}

/* Multi Column Dropdown */

.dropdown-menu.columns-2 {
    min-width: 325px;
}

.multi-column-dropdown {
list-style: none;
  margin: 0px;
  padding: 0px;
}
 
ul.multi-column-dropdown, ul.multi-column-dropdown li {
    padding: 0;
    margin: 0;
}

#quick-links-section ul.multi-column-dropdown li a {
    line-height: 30px;
    background-color: #FFFFFF;
    display: block;
    font-weight: 400;
    border-color: #F2F4F8;
}

#quick-links-section ul.multi-column-dropdown li a:link,
#quick-links-section ul.multi-column-dropdown li a:visited {
    color: #013fa3;
}

#quick-links-section ul.multi-column-dropdown li a:hover {
    color: #013fa3;
    background-color: #f2f4f8 !important;
}

#quick-links-section ul.multi-column-dropdown li:first-child a { /* select first link */
    border-top: 1px solid #f2f4f8;
}

#quick-links-section ul.multi-column-dropdown > li > a:link,
#quick-links-section .dropdown-menu > li > a:visited {
    color: #013fa3;
}

#quick-links-section ul.multi-column-dropdown > li > a:hover {
    color: #013fa3;
    background-color: transparent;
}

#quick-links-section .navbar-default .navbar-nav > li > a:hover,
#quick-links-section .navbar-default .navbar-nav > li > a:focus,
#quick-links-section .navbar-default .navbar-nav > li > a:active { /* hover, focus, active */
    color: #9ca8da;
}
