/*#ds {
	-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    width:570px;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    background-color: rgba(94, 178, 229, 0.90);
}
#ds li {
	min-height:62px;
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
    background-color: transparent;
}
#ds li:hover {
	background-color: #0d285b;
}*/

.docImage {width:165px; height:auto; overflow:hidden; float:left; margin-bottom:15px;}
.docImage img {width:100%;}
.doctor-container {margin-top:15px; clear:both;}
.nameTitle {float:left; width:545px;}
.nameTitle h2 {margin-top:10px; margin-bottom:10px !important;}
.nameTitle span {font-style:italic; font-size:14px; display:block;}

.ddButton {float:left; width:30px; height:30px; margin-top:18px; background-color:#143d8d; cursor:pointer; margin-left:10px; border-radius:50%; background-size:100%; background-image:url('https://uhswv.com/assets/images/plus-sign.png'); -webkit-transition-duration: .2s; transition-duration: .2s;}
.rotate {transform:rotate(45deg); -webkit-transition-duration: .2s; transition-duration: .2s;}

.doctor-contents {clear:both; margin-top:10px; float:left; display:none;}
hr {clear:both;}

.searchBy {width:40%; float:left; box-sizing:border-box; margin-bottom:40px;}
.selectBy {width:40%; float:left; box-sizing:border-box;}
.searchBy input, .selectBy select {width:90%; box-sizing:border-box; margin-top:5px; }
.fadButton {float:right; width:80px; height:30px; border:0; background:#143d8d; color:#fff; margin-top:10px;}
.searchBy p {display:block; float:right; margin-right:7px; margin-top:6px;}


.ddButton {margin-top:10px; float:right;}
.nameTitle h2 {margin-top:0;}
.nameTitle span {margin-bottom:20px;}
.doctor-contents {margin-left:15px;}

#bill table {margin-bottom:20px;}
#bill table tr {line-height:35px;}
#bill table input, #bill table select.required {height:25px; box-sizing:border-box; width:300px; border:1px solid #818182;}
#bill table tr td:nth-child(2) {padding-left:20px;}

section#subPage .content article h3 {
    color:#5eb2e5;
    font-size:14px;
    font-weight:normal;
    text-transform: uppercase;
}

section#subPage aside ul li.here a {
    color:#5eb2e5;
}

section#subPage aside ul li.here ul li a {
    color:#000;
}

header nav ul li ul {width:100%; left:0; background-color:#e2e3e4; padding-top:20px; padding-bottom:20px; border-top:5px solid #5eb2e5; border-bottom:5px solid #5eb2e5;}
header nav ul li ul li {background-color:transparent;}
ul .wrap {
	-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}


header nav ul li ul {width:100%; left:0; background-color:#e2e3e4; padding-top:20px; padding-bottom:20px; border-top:5px solid #5eb2e5; border-bottom:5px solid #5eb2e5;}
header nav ul li ul li {background-color:transparent;}
ul .two-col {
	-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2 !important;
    max-height: 100% !important; 
    height: 850px !important;
}

#avoid-column > div > li:nth-child(5) { 
margin-top: 2rem; 
}


ul.avoid .wrap li {
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    text-align:left;
}
ul#avoid-column .wrap li {
	/*-webkit-column-break-inside: avoid-column !important;
    page-break-inside: avoid-column !important;
    break-inside: avoid-column !important;*/
    text-align:left;
}
header nav ul li ul li a {
	padding:5px 0;
    color:#727070;
}
header nav ul li:hover {background-color:#5eb2e5;}
header nav ul li ul li:hover {background-color:transparent;}
header nav ul li ul li:hover a {color:#5eb2e5;}
header nav ul li ul::after {
    content: '^';
    width: 50px;
    height: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #5eb2e5;
    position: absolute;
    bottom: -25px;
    line-height: 31px;
    color: #fff;
    font-size: 25px;
}
header nav ul li ul li ul {position:relative; display:block; width:auto; left:0;}
header nav ul li ul li ul::after {display:none;}
header nav ul li ul li ul {padding:0; border:0;}

header nav ul li ul li:hover a ul li a {color:#727070;}
header nav ul li ul li:hover > ul li a {color:#143d8d;}
header nav ul li ul li ul li:hover a {color:#5eb2e5;}
header nav ul li ul li ul li {padding:0; padding-left:10%;}

header nav ul li:hover > ul {position:absolute; width:100%;}
header nav ul li:hover > ul ul {position:relative; width:auto;}

#ds .wrap {max-height:250px;}
#avoid-column .wrap {max-height:500px;}

#findDoctor {width:100%; height:50px; position:relative;}
#findDoctor .searchBy input {height:25px;}
#findDoctor .selectBy select {height:25px; border:1px solid #888;}
#findDoctor .fadButton {height:25px; margin-top:21px;}


header .hBottom ul li:hover a .icon {background-color:#143d8d;}
header .hBottom ul li:hover a .text span {color:#143d8d;}

footer .foot2 .col4 ul li:hover a {color:#5eb2e5;}
header .hTop ul li:hover a {color:#5eb2e5;}
.quicklinks li:hover > a span {color:#5eb2e5 !important;}
.quicklinks li:hover > a .fa {color:#5eb2e5 !important;}
.entry a {color:#5eb2e5;}

/*Employment App*/
#application{
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font: 100%;
}

#application th, dt{
    color: #040707;
    font-weight: 700;
    vertical-align: middle;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
}

#application td{
    float: left;
    width: 100%;
    font-weight: normal;
    padding-bottom: 10px;
}

#application td, #application td img{
    vertical-align: top;
}

#application h4{
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 4px !important;
}

table#gaps th {
    width: 55%;
    padding-right: 20px;
    display: block;
    text-align: left;
}

table#gaps th+td{
    display: block;
}

#application input[type="text"], #application input[type="password"], #application input[type="email"], #application input[type="number"], #application input[type="tel"], #application textarea, #application select{
    border: 1px solid #ccc;
    padding: 6px 4px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    font-weight: 700;
}

#application input, #application textarea{
    width: 100% !important;
}

#application input[type=radio], .ie6 input {
    vertical-align: text-bottom;
    width: 50px !important;
}

#application h2{
    float: left;
}

#application input[type=checkbox]{
    float: left;
    width: auto !important;
}

table#empskills th {
    width: 55%;
    padding-right: 20px;
}

table#eduach td {
    width: 125px;
}

#application strong{
    font-weight: bold;
}

#application i{font-style: italic;}

.cb {
    width: 50px !important;
}

section#subPage .content article h4 {clear:both; margin-bottom:10px;}

/* pay your bill */
p a.btn {
    background-color: #e2e3e4;
    color:#143d8d;
    display:block;
    border:1px solid #143d8d;
    line-height:50px;
    font-size:20px;
    width:300px;
    margin:20px;
    text-align:center;
    font-family: Verdana,Geneva,sans-serif
}

p a.btn:hover {
    color:#5eb2e5;
}

nav.desktop ul{position: relative;}
section#homepage .quicklinks ul li#eyeSmart{
    height: 200px;
    text-align: center;
}

.gfwm {margin-left:15px; margin-top:15px;}

#homepage > div.wrap > aside.quicklinks.desktop > div > span {display:none;}

.pricing-title{
  margin-bottom: 15px !important;
}
.pricing-table{
  margin-bottom: 45px;
  width: 100%;
}
.pricing-table th, .pricing-table td{
  border: 1px solid #CCC;
  font-size: 14px;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.pricing-table th{
  font-weight: bold;
}
.pricing-table td{
  width: 14%;
}
.pricing-table td:nth-child(2){
  width: 58%;
}
.pricing-table tr:nth-child(odd) td{
  background: #F3F6F7;
}
.pricing-table tr:nth-child(even) td{
  background: #EBF9FF;
}
.pricing-tabs{
  list-style: none !important;
  padding-left: 0 !important;
}
.pricing-tabs li{
  background: #F3F6F7;
  border: 1px solid #333;
  float:left;
  height: 50px;
  line-height: 50px !important;
  text-align: center;
  transition: background ease-in 0.3s;
  width: 48%;
}
.pricing-tabs li:nth-child(even){
  float: right;
}
.pricing-tabs li:hover{
  background: #EBF9FF;
}
.pricing-tabs li a{
  color: black;
  display: block;
  font-size: 18px;
  height: 100%;
  width: 100%;
}

@media screen and (max-width:960px){
	header nav ul li:hover > ul {display:none;}
	.arrow {position:absolute; right:0; top:0; width:46px; height:46px; transform:rotate(0deg); -webkit-transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); transition:.5s ease; -webkit-transition:.5s ease; -ms-transition:.5s ease; -moz-transition:.5s ease;}
    i.fa.fa-chevron-down {line-height:46px; color:#fff;}
    #ds {width:100%; column-count:1; -webkit-column-count:1; -ms-webkit-column-count:1; -moz-webkit-column-count:1;}
    header nav ul li ul li ul {left:0;}
    header nav ul li ul li {width:100%; padding:0;}
    header nav ul li:hover {background-color:transparent;}
    #ds li {min-height:auto;}
    .rotate {transform:rotate(180deg); -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); transition:.5s ease; -webkit-transition:.5s ease; -ms-transition:.5s ease; -moz-transition:.5s ease;}
    .navigation li ul li:hover {background-color:rgba(94, 178, 229, 0.90);}
    section#subPage aside {border-right:0;}
    header nav ul li {position:relative;}
    header nav ul li ul {padding:0; border:0; float:left; box-shadow:none;}
    .navigation li ul li:hover {background-color:transparent;}
    header nav ul li ul li ul li {padding-left:5%; width:90%;}
    header nav ul li ul::after {display:none;}
    header nav ul li ul li ul {display:none;}
    header nav ul li ul li {position:relative;}
    header nav ul li ul li .arrow {height:26px;}
    header nav ul li ul li .arrow i.fa.fa-chevron-down {line-height:26px;}
    p a.btn {width:85%;}

    section#homepage .news {display:block !important; width:100%;}
    section#homepage .heading, section#homepage .news .entry {display:none;}
    .gfwm {margin-left:0; text-align:center;}

    .pricing-tabs li{
      width: 100%;
    }

    .work-at{
    	height: 225px;
    	width: 100%;
    }

    section#slider{
    	background: white;
    	clear: both;
    	display: block;
        margin: 40px 0;
        padding-top: 20px;
    }
    section#slider .slideImage{
    	height: 225px;
    	min-width: 100%;
    }
    section#slider .slideImage .slideText{
    	align-items: center;
        background: rgba(255,255,255,0.75);
    	display: flex;
        float: right;
    	height: 90px;
        overflow: auto;
    	position: initial;
        width: 50%;
    }
    section#slider .slideImage .slideText img{
    	margin-left: 5%;
    	position: initial;
        width: 90%;
    }
    section#homepage .himgVideo .videoContainer{
    	height: auto;
    }
    .videoContainer{
    	padding: 0;
    }
    .videoContainer iframe{
    	height: 225px;
    	position: initial;
    }
    .texty-text{
    	position: absolute;
        right: 15px;
        font-size: 15px;
        z-index: 999;
        padding-top: 10px;
        width: calc(50% - 30px);
        display: block !important;
        text-align: right;
    }
    .job-buttons img{
    	width: 45%;
    }
    .nameTitle {
        width: 100%;
    }
}
section#subPage .content article#page-301 p {
  clear:none;
}
section#subPage .content article#page-301 p img {
  margin-left:10px;
}

section#subPage .content article.landing-page p {
  clear:none;
}
section#subPage .content article.landing-page p img {
  margin-left:10px;
  margin-bottom:10px;
}
section#subPage .content article.landing-page p img.left {
  margin-left:0;
  margin-right:10px;
}

.slideImage{
	cursor: pointer;
}

.dform_container input, .dform_container textarea{
	box-sizing: border-box;
    padding: 5px !important;
    width: 100%;
}
.dform_container textarea{
	height: 225px;
}
.dform_container input[type=submit]{
	background: #5eb2e5;
    color: white;
    cursor: pointer;
    font-size: 16px;
    margin: 20px 0;
    padding: 10px !important;
}

#forms_field_17 input[type=checkbox], #forms_field_18 input[type=checkbox], #forms_field_19 input[type=checkbox], #forms_field_17 input[type=radio], #forms_field_18 input[type=radio], #forms_field_19 input[type=radio]{
	padding: 0;
    width: auto;
}
ul.checkboxes, ul.radios{
	float: none !important;
    margin-bottom: 0 !important;
	padding-top: 12px !important;
}
.dform_element, .submit_button{
	clear: both;
}
.slideExtend{
	align-items: center;
	display: flex;
}
.slider-team-text{
	color: #000;
    cursor: pointer;
	display: none;
    font-size: 28px;
    padding-left: 25px;
    text-align: center;
    width: calc(100% - 150px);
}

.bph iframe {
	width:100%;
	height:3000px;
}

.button {
	background: #143d8d;
	color:#fff;
}

/**/

.sr-only {
    display:none;
}
section#subPage .content .contentHead, section#subPage .subHeadExtend {
    background:#1D7AB4;
}

header .hBottom ul a .text span, section#subPage aside ul li.here a, header .hBottom ul a .text span.italic {
    color:#1D77AF;
}

.emergency-announcement {
    background-color: rgb(24, 27, 49);
    color: #fff;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:10px 0;

}
.emergency-announcement b {
    font-weight:bold;
}
.emergency-announcement a {
    color:#fff;
    text-decoration: underline;
}
.ea-container {
    width:100%;
    max-width:960px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}


@media screen and (max-width:960px) {
    .emergency-announcement {

    }
    .ea-container {
        flex-flow:column;
    }
    .ea-element {
        margin-bottom:10px;
        text-align: center;
        line-height: 1.2em;
    }
}

.content p b { font-weight: bold; }

/* 9/1/2020 SMMC edits */

header .logo .logoContainer img{
	top: 7px;
    left: 58px;
    width: 250px;
}

footer .foot1 .fLogo img {
	top: 16px;
    width: 220px;
}

section#homepage .news{
	width: 239px;
}

@media screen and (max-width:960px){
	header .logo .logoContainer img{
    	left: initial;
    }
}
