html, button, input, select, textarea { color: #222; }

body
{
	font-size: 1em;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing:0.04em;
	/*background: #f1f1f1 url('/pics/shared/body-bckgrnd-rptx-btm2.jpg') bottom repeat-x;*/
}
body.home {
	/*background: #ffffff url('/pics/shared/body-bckgrnd-rptx-btm3.jpg') bottom repeat-x;*/
}
body .uwy.userway_p3 .uai {
    top: auto;
    left: auto;
    bottom: 91px;
    right: 10px;
}

#my-content #my-menu {
   display: none;
}
#my-menu:not( .mm-menu ) {
   display: none;
}

img.onebanner {width: 100%; height: auto;}

::-moz-selection
{
	background: #b3d4fc;
	text-shadow: none;
}

::selection
{
	background: #b3d4fc;
	text-shadow: none;
}

a
{
	color: #003764;
	text-decoration: none;
	font-weight: 400;
}

img {border: 0px solid white;}

.arrow
{
	font-family: 'Quicksand', sans-serif;
	font-size: 0.8em;
	padding: 0 5px;
}

hr
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dotted #999;
	margin: 1em 0;
	padding: 0;
}

sub, sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
}

.pagination {border: 0px solid red;}
.pagination .selected {padding: 1.6%; background: #999;margin: 0 .5% 0 0; color: #fff;}
.pagination a{border: 0px solid red; padding: 1.6%; background: #f1f1f1;margin: 0 .5% 0 0;}

.copy-block table  {border-collapse: collapse;}

.copy-block table td {padding: 10px}

fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

textarea { resize: vertical; }
iframe {max-width: 600px;}

.chromeframe
{
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.error{color: #9f1d26;font-weight: 400;}

textarea{	font-family: 'Lato', sans-serif; color: #333;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 300;
	border: 1px solid #ccc;
	padding: 1%;
}

select{	font-family: 'Lato', sans-serif; color: #333;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 300;
	border: 1px solid #ccc;
	padding: 1% 1% 1% 1%;
/*
	background: url('/pics/shared/arrow-dwn.png') right no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 */
}


/* ==========================================================================
   Site Styles
   ========================================================================== */

header { padding: 2% 0; }
.section.whitediv .container {
	background-color:#fff;
}
header {
	padding: 2% 0;
    margin: 0 auto;
    max-width: 1200px;
}
header.logan {
	display: flex;
    justify-content: space-between;
    position: relative;
}
.logan .container,
#site-footer .container {
	width: 100%;
	max-width: unset;
}
h1
{
	font-weight: 300;
	margin: 0;
	padding: 0;
	font-size: 30px;
}

h2
{
	font-weight: 700;
	color: #003764;
	font-size: 24px;
	line-height: 28px;
	margin: 2% 0 1% 0;
	padding: 0;
}

h3
{
	font-weight: 300;
	color: #003764;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

h4
{
	font-weight: 300;
	color: #003764;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.alert-promo-header {
	background-color: #003764;
  
	padding: 10px 15px;
	text-align: center;
}
*.alert-promo-header a {
  
  font-weight: bold;
  font-size: 16px;
}
.alert-promo-header a:hover { text-decoration: underline; }

alert-promo-header {
	background-color:  #003764;  
	padding: 10px 15px;
	text-align: center;
}
* .alert-promo-header a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.alert-promo-header a:hover { text-decoration: underline; }

.social-icon {
	display:none;
}
.search.logan .social-icon {
	display:none;
}
.search-icon {
    background-color: #4b9cb8;
    height: 50px;
    display: inline-block;
    width: 50px;
    border-radius: 25px;
}
.search {
	width:300px;
	    align-items: center;
    display: flex;
    flex-direction: row-reverse;
}
.search.logan {
	float:left;
	flex-direction: unset;
	width:200px;
}
.nvh-search {
	transition: all 0.3s ease;
}
/*.home .nvh-search:hover {
	width:100%;
	transition: all 0.3s ease;
}*/
.nvh-search #button {
	transition: all 0.3s ease;
	background: url(/pics/shared/magnify-mont.png) 10% no-repeat;
	border-radius: 25px;
	width: 100%;
	padding-left: 15px !important;
	margin-right: 0;
	
}
.nvh-search:hover #button{
	width:100%;
	transition: all 0.3s ease;
	background: url(/pics/shared/magnify-mont.png) 10% no-repeat;
	border-radius: 25px;
}

.nvh-search:hover  #frmSearch {
	width:100%;
}
.nvh-search:hover  #frmSearch a {
	transition: all 0.3s ease;
	text-align: right;
}
/*#frmSearch a {
	background: #d3d3d3 url(/pics/shared/magnify.png) 16px center no-repeat;
    height: 50px;
    display: inline-block;
	width: 50px;
    border-radius: 25px;
    padding-right: 10px;
    color: #fff;
    transition: all 0.3s ease;
}*/
.nvh-search:hover  #frmSearch a {
	display:inline-block !important;
	transition: all 0.3s ease;
	width: 50px;
}
.nvh-search input {
	/*background-color: #4b9cb8;
	
    border-radius: 50px;
    box-sizing: border-box;
    transition: all 0.3s ease;*/
    height: 40px;
    display: inline-block;
    width: 40px;
    box-sizing:border-box;
}
.nvh-search #frmSearch {
	/*background-color: #d7d7d7;*/
    height: 40px;    
    /*width: 40px;*/
    border-radius: 50px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    display: inline-block;
}
.search.logan .nvh-search #frmSearch {
	background-color: #d7d7d7;
    height: 40px;
    border-radius: 50px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    display: flex;
}
a.myhealth {
	margin-left:20px;
}
.myHealth.logan {
	    display: flex;
    align-items: center;
}
#frmSearch {
	display:flex;
	position: relative;
}
#frmSearch span {
    margin-top: 14px;
    display: inline-block;
}
.nvh-search:hover input:-internal-autofill-selected, .nvh-search {
	background-color:unset !important;
}



.breadcrumbs
{
	color: #666;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 300;
}

.breadcrumbs a { font-weight: 400; }

.breadcrumbs-addthis
{
	width: 100%;
	margin: 0 0 2% 0;
	/*border-bottom: 2px solid #35b4bd;*/
    padding-bottom: 5px;
}

.nomargin { margin: 0; }
.nopad { padding: 0; }

p
{
	color: #333;
	font-size: 1.02em;
	line-height: 1.5;
	margin: 0 0 2% 0;
}

p.homepage-txt
{
	color: #666;
	margin-top: 1%;
}

table td {padding: 1% 0;vertical-align: top;}

table.form{width: 600px;}

/* .section ul { display: table; } */

img.image_left, img.left
{
	float: left;
	margin: 0 2% 2% 0;
}

img.image_right, img.right
{
	float: right;
	margin: 0 0 2% 2%;
}

#ss360-layer.ss360-overlay {
    -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,.2) !important;
    -moz-box-shadow: 0 0 5px 3px rgba(0,0,0,.2) !important;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.2) !important;
    left: calc(10% - 40px);
    top: calc(10% - 30px);
    height: 80%;
    overflow: auto;
}

.ss360-suggests {clear: left;}

.search-results-searchbox
{
	display: block;
	text-align: center;
	margin: 1% 0;
	width: 100%;
	border: 0px solid red;
}

.search-results-searchbox input#searchBox {padding: .5%;margin-right: 1%; display: inline-block;}
.search-results-searchbox strong {display: inline-block;}

.search
{
	float: right;
	width:440px;
	font-size: 11px;
	color: #999;
	font-weight: 400;
	margin:  0 0 0 0;
	border: 0px solid red;
}

.search input
{
	background: #d3d3d3 url('/pics/shared/magnify.png') 5% 5px no-repeat;
	padding: 8px !important;
	text-indent: 25px;
	border: 0px solid red;
	width: 150px;
	margin-right: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}



.search a { color: #999; }
.search a:hover { color: #2b8daf; }
.search.logan #frmSearch a {
	color:#fff; padding-right: 10px;
}

/*
.social
{
	border-left: 1px solid #b3b3b3;
	float: right;
	padding-left: 1%;
	width: 30%;
}
 */

.search img
{
	float: right;
	margin-left: 5px;
}

a.logout
{
	color: #fff;
	background: #6AA28B;
	padding: 5px 10px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-weight: 400;
	font-size: 12px;
	display: inline-block;
	float: right;
	text-decoration: none;
}

a:hover.logout, a:hover.myhealth {color: #fff;}

a.myhealth
{
	color: #fff;
	background: #003764;
	margin: 0 0 0 2%;
	padding: 8px  53px;
	-khtml-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-weight: 700;
	font-size: 18px;
	font-family: 'Montserrat';
	display: inline-block;
	float: right;
	text-decoration: none;
	letter-spacing: 0.08px;
	transition: all .25s ease-out;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.0);
}
a:hover.myhealth {
	background-color:#94d600;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
	transition: all .25s ease-in;
}


.welcome
{
	float: right;
	margin: 1% 0 2% 0;
	color: #666;
	text-align: right;
	font-size: 12px;
}

.welcome a {color:#4B9CB8; font-weight: 700; }

.container
{
	clear: both;
	padding: 0px;
	margin: 0px auto;
	min-width: 960px;
	width: 90%;
	max-width: 1200px;
	border: 0px solid red;
	width: 100%;
    max-width: unset;
}
.home .container {
	width:100%;
	max-width: unset;

}
.home .container .whitebox {
	border: 0;
}
.home .container .whitebox .wrap, .container .whitebox .wrap {
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.home .wrapper-insta .full-col h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 10px;
}

.whitediv
{
	background: #fff;
	border-bottom: 9px solid #d8d8d8;
	margin: 0;
	padding: 0;
}

.whitebox
{
	/*border: 20px solid white;*/
	background-color: #fff;
	/*margin-top: -300px;*/
	margin-bottom: -5px;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.bluebar, .bluebar-expanded
{
	/*background: url('/pics/shared/blue-stripe-bckgrnd2.png') top repeat-y;
	margin: 0;
	border-bottom: 9px solid #d8d8d8;
	height: 350px;*/
}
.bluebar, .bluebar-expanded {
	/*background: url('/pics/shared/bluebar-stripe-bkg.png') top repeat-y;*/
}

.bluebar h1
{
	color: #fff;
	text-shadow: -1px -1px 0px #333;
	font-size: 30px;
	font-weight: 300;
	margin: 0 0 1% 0;
	padding: 2% 0 0 0;
}

.locations {}
.mobile-locations {display: none;}

img.menubar
{
	float: left;
	margin: .75% 1% .75% 2%;
}

.step
{
	background: #4B9CB8;
	color: #fff;
	padding: 1%;
	display: block;
	width: 100px;
	margin: 0 1% 1% 0;
	text-align: center;
}

/*Entity Menu styles*/
.entity-menu
{
	background: #333;
	width: 600px;
	position: absolute;
	z-index: 99;
	margin-top: -65px;
}

.entity-menu h1
{
	color: #fff;
	text-shadow: 0px 0px 0px #333;
	background: #0e455a;
	padding: 2%;
}

.entity-menu h1 img
{
	vertical-align: middle;
	padding: 0 2.5% 1% 3%;
}

.entity-menu ul { padding-bottom: 20px; }

.entity-menu ul li
{
	list-style: none;
	color: #ccc;
	padding: 1% 0 1% 45px;
	background: url('/pics/shared/logo-mark-wht-smll.png') left no-repeat;
	margin-left: 20px;
	font-size: 18px;
}

.entity-menu ul li.no-icon
{
	list-style: none;
	color: #ccc;
	padding: 1% 0 1% 45px;
	background: transparent;
	margin-left: 20px;
}

.entity-menu ul li.nvh-icon
{
	padding: 1% 0 1% 45px;
	background: url('/pics/nvh/nvh-icon.png') left no-repeat;
}

.entity-menu ul li a { color: #ccc; }
.entity-menu ul li a.active { color: #4b9cb8; }
.entity-menu ul li a:hover { color: #666; }

/*End Entity Menu styles*/
.mobile { display: none; }



/*begin main navigation styles*/
.nav
{
	background: #333;
	padding: 0 0 0 0;
	margin: 0 auto;
}
.nav.desktop {
	background:#00abc7;
	/*border-bottom: 5px solid #76bc43;*/
}
.nav .container
{
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
	position: relative;
	display: block;
	height: 45px;
}
.slider.slider-wrapper.theme-default #slider {
	height:400px;
}
.nav.desktop.logan .container {
	height:auto;
}

.nav .container ul
{
	margin: 0 auto !important;
	padding: 0 0;
	width: 100%;
}
.container ul.desktop {
	display: flex;
    justify-content: space-between;
    max-width: 1200px;
}

.nav .container ul li
{
	display: inline-block;
	text-align: center;
	list-style: none;
	text-transform: uppercase;
	color: #fff;
	margin: 0 !important;
	padding: 0 0;
	letter-spacing: .03em;
}

.nav .container ul li a
{
	color: #fff;
	display: block !important;
	float: left;
	padding: 10px 7px 15px 7px;
	border: 0px solid red;
	font-size: 16px;
	/*min-height: 35px;*/
	font-weight: 800;

}
.nav.desktop.logan .container {
	background:#003764;
}
.nav.desktop.logan .container ul li a{
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: none;

}
.nav.desktop.logan .container ul .first-level a {
	padding:12px 0;
}
.nav.desktop.logan .container ul .first-level ul li a {
	color:#000;
}

.nav .container ul li.on a {color: #2B8DAF;}

.nav .container li:hover a {color: #fff;}
.nav .container li a:hover {color: #94d600;}
.nav .container li ul li a:hover {
	color: #003764;
	padding-left: 10px !important;
}
.nav .container li ul li:hover {
	padding-left:10px;
}

.nav .container ul li ul
{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	opacity: 0;
	position: absolute;
	/* float: left; */
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 999;
	width: 90.4%;
	padding: 3% 4%;
	background: #d7d7d7;
	border: 10px solid #fff;
	box-shadow: 0px 0px 5px #333;
	text-align: left !important;
}

/*
.nav .container ul li ul.last
{right: 0;}
 */

.nav .container ul li ul li
{
	width:100%;
	 display: inline-block;
	margin: 0 3% 0 3% !important;
	text-align: left !important;
	list-style: none;
	text-transform: capitalize;
	color: #fff;
	padding: 0 0 0 0 !important;
	border-bottom: 1px dotted #999;
	/*background: #fff;*/
	letter-spacing: 0;
}

.nav .container ul li ul li:hover { background: #fff; }

.nav .container li:hover ul
{
	opacity: 1;
	top: 40px;
	visibility: visible;
}

.nav .container li ul li a
{
	display: block;
	float: none;
	font-weight: 400;
}

/*end main navigation styles*/
/*
.slider
{
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.8%;
}

.slider img { width: 100%; }
*/
.slider-sub
{
	width: 100%;
	max-height: 320px;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.8%;
}
.slider-sub img {
	width:100%;
}


/*
.slider-sub img { width: 100%; }
*/

.gray-box
{
	width: 100%;
	background: #f1f1f1;
	margin: 0 0 2% 0;
	border: 1px solid #f1f1f1;
}

.slider-baby
{
	width: 43%;
	position: relative;
	margin: 2%;
}

.slider-baby img
{
	width: 100%;
	height: auto;
	border: 15px solid #fff;
	box-shadow: 0px 0px 3px #999;
}

.babygallery-box
{
	float: right;
	width: 39%;
	padding: 4%;
	background: #fff;
	border: 1px dotted #999;
	margin: 2%;
	line-height: 30px;
}

.babygallery-box big
{
	font-size: 18px;
	color: #2b8daf;
}

.slider-title
{
	font-size: 26px;
	font-weight: 300;
	color: #fff;
	/*background: url('/pics/shared/black-50.png');*/
	padding: 1% 2%;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.slider-title h1 {
	font-size: 48px;
    font-weight: 700;
    font-family: 'Montserrat';
    background: none;
    padding-bottom: 5%;
    margin-left: 7%;
    max-width: 90%;
}

ul.bg-names
{
	border: 0px solid green;
	padding: 0;
	margin: 0;
}

ul.bg-names li
{
	width: 15.6%;
	font-size: 18px;
	float: left;
	list-style: none;
	display: block;
	margin: 1% .5% 1% .5%;
	min-height: 140px;
	text-align: center;
}

.babyimgdiv
{
	/*

height: 110px;

*/
	overflow: hidden;
	vertical-align: bottom;
	border: 0px solid red;
	margin-bottom: 3px;
}

ul.bg-names li img
{
	width: 100%;
	height: auto;
}

.date
{
	font-size: 12px;
	font-weight: 400;
	color: #999;
}

.right-side-col
{
	width: 200px;
	float: right;
	border: 0px solid blue;
	margin-left: 2%;
}

.right-cta
{
	float: right;
	width: 200px;
	height: 200px;
	margin: 0 0 15px 0;
	position: relative;
	clear: right;
}

.right-cta img { width: 100%; }

.cta-link a
{
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	background: url('/pics/shared/black-50.png');
	padding: 2% 3% 3% 3%;
	position: absolute;
	bottom: 0;
	width: 94%;
	text-decoration: none !important;
}

.sidebar
{
	float: right;
	width: 26%;
	margin: 0 0 2% 2%;
	position: relative;
	background: #f1f1f1;
	padding: 2% 2% 3% 2%;
}

.news
{
	background-color: #fff;
	min-height: 340px;
	box-shadow: #00000040 0px 0px 8px;
}

.calendar
{
	background-color: #fff;
	min-height: 340px;
	box-shadow: #00000040 0px 0px 8px;
}

.brendan
{
	background: url('/pics/shared/calendar-background.jpg') bottom no-repeat;
	min-height: 340px;
}


.spotlight
{
	/* overflow: hidden; */
	min-height: 340px;
	background-color: #fff;
	background-repeat: no-repeat;
	/*background-size: 100% auto;*/
	background-position: bottom;
	position: relative;
	/* width: 374px;  */
	/* height: 280px; */
	border: 0px solid red;
	background-size: 100%;
	box-shadow: #00000040 0px 0px 8px;
}



.news h3, .calendar h3, .spotlight h3
{
	color: #fff;
	font-size: 18px;
	text-align: left;
	font-weight: 300;
	padding: 15px 20px;
	margin: 0;
	text-align: center;
}
.spotlight h3.green {
	font-weight: 700;
}

.news h3 a, .calendar h3 a, .spotlight h3 a {color: #fff; font-weight: 700;}

/*
.calendar h3
{
	background-image: url('/pics/shared/calendar-icon.png');
	background-repeat: no-repeat;
	background-position: 6% 50%;
	text-indent: 40px;
}
 */

.news h4, .calendar h4, .spotlight h4
{
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #444;
}

.news p, .calendar p, .spotlight p
{
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	padding: 0 0 3% 0;
	margin: 0;
	color: #444;
}

.news  a, .calendar a, .spotlight a {font-weight: normal;}


.green { background: #6aa28b !important; }
/*.home .green {background: #00abc7 !important;}*/
.green {background: #003764 !important;}
.blue { background: #003764 !important; }
.blue {}
.red { background: #7e2428; }
.red {background: #003764 !important;}
.mauve { background: #003764 !important; }
.green-blue {background: #81BBCF !important;}

.padded { padding: 20px; }

.button-new, .button, a.button
{
	background: #003764;
	color: #fff;
	padding: 3% 2%;
	margin: 10px auto;
	display: block;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	border: 0px solid red;
	font-family: 'Lato', sans-serif;
	text-decoration: none !important;
}

.button-new img { vertical-align: center; }

input.submit, .submit, a.submit
{
	background: #003764;
	color: #fff;
	padding: 1.5% 2%;
	margin: 5px !important;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	border: 0px solid red;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	cursor: pointer;
	text-decoration: none !important;
	-webkit-appearance: none;
}

.section input
{
	padding: 1.5%;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 300;
}

.bottom-position
{
	position: absolute;
	bottom: 0;
	width: 90%;
	border: 0px solid red;
	background: url('/pics/shared/wht-80.png');
}

.small-box
{
	border: 0px solid red;
	max-height: 160px;
	overflow: hidden;
	position: relative;
}

.small-box img
{
	width: 100%;
	height: auto;
}

.small-box .small-box-text
{
	width: 96%;
	height: auto;
	background: #0b3b60;
	color: #fff;
	text-align: center;
	padding: 2% 2% 2% 2% !important;
	position: absolute;
	bottom: 0;
	border: 0px solid red;
	display: block;
	z-index: 99;
	font-size: 14px;
	font-weight: 300;
}

.categoryheader, .categoryheader a
{
	font-weight: 400;
	color: #53b1ca;
	font-size: 1.1em;
}
.copy-block h1 {
	color: #003764;
	font-weight: 700;
}
.copy-block
{
	width: 100%;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}

.copy-block a { text-decoration: underline; }

.content-block {clear: left;}

a.document {
	background: url('/pics/shared/document-icon.png') left no-repeat;
	padding: 3px 0 0 25px;
	display: block;
	text-decoration: none;
}

.sub-nav {
	float: left;
	padding: 4% 3% 4% 3%;
	margin: 0 2% 2% 0;
	width: 18%;
	background: #333 url('/pics/shared/subnav-bckgrnd.png') top repeat-x;
}

.sub-nav ul
{
	padding: 0%;
	margin: 0;
	display: block;
}

.sub-nav ul li
{
	padding: 0%;
	margin: 2% 0 2% 15px;
	list-style-image: url('/pics/shared/arrow.png');
}

.sub-nav ul li a
{
	color: #ddd;
	font-weight: 300;
}

.sub-nav ul li.on a
{
	color: #53B1CA;
	font-weight: 300;
}


/*Physician Search Styles*/
.div-50
{
	width: 45%;
	float: left;
	margin: 0 0 0 0;
	background: #f1f1f1;
	padding: 2%;
}

.div-70
{
	width: 65%;
	float: left;
	margin: 0 0 0 0;
}

.first { margin-right: 2%; }

.staff-div
{
	width: 30%;
	float: left;
	margin: 0 1% 1% 0;
	border: 1px solid #ccc;
	padding: 1%;
	font-size: 15px;
	min-height: 180px;
}

.copy-block .staff-div
{
	width: 50%;
	float: none;
}

.leadership .staff-div
{
	width: 45%;
	float: left;
	min-height: 140px !important;
}

.staff-div a {text-decoration: none; font-weight: 400;}

.staff-div img
{
	float: left;
	margin: 0 10px 10px 0;
	width: 110px;
	height: auto;
}

.staff-div h2
{
	color: #2b8daf;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 2px 0;
	font-weight: 400;
}

.staff-div .specialty
{
	color: #6aa28b;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
}

.staff-div .clinic
{
	color: #666;
	font-size: 15px;
}

img.staff-detail
{
	float: left;
	margin: 0 2% 2% 0;
	/* width: 25%; */
	padding: .5%;
	border: 1px solid #ccc;
}

.staff-detail-div
{
	width: 69%;
	float: left;
}

.faceted-search
{
	float: left;
	padding: 3% 2% 3% 2%;
	margin: 0 2% 2% 0;
	width: 24%;
	background: #f1f1f1;
}

.results-div
{
	width: 70%;
	float: left;
	margin: 0 0 0 0;
	border: 0px solid red;
}

.results-div .staff-div
{
	width: 40%;
	margin: 0 0 3% 3%;
	float: left;
	padding: 2%;
	line-height: 20px;
	border-radius: 5px;
}

.results-div .staff-div img
{
	width: 40%;
	height: auto;
	margin: 0 20px 0 0;
}

.provider-search
{
	border: 1px solid #ccc;
	width: 96%;
	background: #fff;
	padding: 2%;
	margin-bottom: 15px;
}

.provider-search input[type="text"]
{
	background: none;
	border: 0 none;
	float: left;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0;
	width: 85%;
}

.provider-search input[type="submit"]
{
	background: #fff url('/pics/shared/magnify-blue.png') right no-repeat;
	border: 0 none;
	height: 2.0em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-indent: 100px;
	width: 20px;
	cursor: pointer;
}

.select
{
	position: relative;
	display: inline-block;
	margin: 5px 0 15px 0 !important;
	width: 96%;
	border: 1px solid #ccc;
	padding: 2% !important;
	background: #fff;
}

.select select
{
	display: inline-block;
	width: 100%;
	cursor: pointer;
	background: #fff;
	outline: 0;
	border: 0;
	border-radius: 0;
	color: #7b7b7b;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.select select::-ms-expand {
    display: none;
}

.select select option { padding: 5px; }

.select-arrow
{
	position: absolute;
	top: 16px;
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #003764 transparent transparent transparent;
}

/*end Physician Search Styles*/

/*Calendar Styles*/

div.calendar-toggle {float: left; border: 0px solid red;margin: 8px 10px 0 0;}

.custom-dropdown--small {
    font-size: 2em;
}

.custom-dropdown__select{
    font-size: inherit; /* inherit size from .custom-dropdown */
    padding: .5em; /* add some space*/
    margin: 0; /* remove default margins */
		font-family: 'Lato', sans-serif;
		font-weight: 300;

}

.custom-dropdown__select--white {
    background-color: #6aa28b;
    color: #fff;
}

@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none))
{

.custom-dropdown
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 35%;
	background-color: #6aa28b;
	margin-right: 10px;

}

.custom-dropdown__select
{
	padding-right: 2.5em;
	/* accommodate with the pseudo elements for the dropdown arrow */
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;

}

.custom-dropdown::before,
    .custom-dropdown::after
{
	content: "";
	position: absolute;
	pointer-events: none;
}

.custom-dropdown::after
{
	/*  Custom dropdown arrow */
	content: "\25BC";
	height: 1em;
	font-size: .625em;
	line-height: 1;
	right: 1.2em;
	top: 50%;
	margin-top: -.5em;
}

.custom-dropdown::before
{
	/*  Custom dropdown arrow cover */
	width: 2em;
	right: 0;
	top: 0;
	bottom: 0;
}

.custom-dropdown__select[disabled] { color: rgba(255,255,255,.3); }
.custom-dropdown.custom-dropdown--disabled::after { color: rgba(255,255,255,.1); }

/* White dropdown style */
.custom-dropdown--white::before
{
	background-color: #598f78;
	border-left: 1px solid rgba(0,0,0,.2);
}

.custom-dropdown--white::after { color: rgba(255,255,255,.9); }

/* FF only temp fix */

@-moz-document   url-prefix() {
        .custom-dropdown__select { padding-right: .9em }
        .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
        .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
    }

}


ul.events
{
	margin: 0;
	padding: 0;
}

ul.events li
{
	list-style: none;
	padding: 5px ;
	margin: 5px 0 0  0;
	background: #DFFFF4;
	font-size: 13px;
	line-height: 16px;
}

table.calendar {
	width: 100%;
	border-spacing: 0px;
	margin-top: 2%;
	 /* table-layout: fixed; */
	font-size: .9em;
	background: #fff;}

table.border {border-left: 1px solid #ddd;}
table.calendar td.nopadding {padding: 1%;}
table.calendar th
{
	background: #5399b2;
	color: #fff;
	font-weight: 300;
	text-align: left;
	padding: 1.5%;
	font-size: 1.2em;
}
table.calendar tr {background: #fff;}
table.calendar tr.gray {background: #f1f1f1;}
table.calendar td.border {border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;}
table.calendar td
{
	font-weight: 300;
	text-align: left;
	padding: 1.5%;
	vertical-align: top;
}
table.calendar td .submit {margin: 0;}

table.calendar td.small-td {width: 20%; vertical-align: top;}
table.calendar td.large-td {width: 50% !important; vertical-align: top;}


.class-title
{
	font-size: 20px;
	color: #5399b2;
}

input.calendar-submit
{
	background: #4b9cb8;
	color: #fff;
	padding: .9% 2% 1% ;
	margin: 5px;
	display: inline;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	border: 0px solid red;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	cursor: pointer;
	-webkit-appearance: none;
}

td input.calendar-submit {padding: 4%;}

.reset {background-color: #666 !important;}

ul.sitemap {margin-top: 0;}
ul.sitemap li{list-style: none;}
ul.sitemap h2{margin: 2% 0 0 0 !important; border-bottom: 1px dotted #ccc;padding: 0 0 2% 0;}

/*end Calendar Styles*/

footer ul.entities
{
	max-width: 1200px;
	border-top: 1px dotted #666;
	margin: 0 auto;
	padding: 2% 0 2% 0;
	text-align: center;
}
.footer-home-link {
	display: block !important;
}

footer ul.entities li
{
	display: inline-block;
	text-transform: uppercase;
	color: #f1f1f1;
	padding: 0 2%;
	margin-bottom: .5%;

}

footer ul.entities li a
{
	color: #000;
	font-weight: 300;
	font-size: .7em;
	text-align: center;
}

footer ul.entities li.on-state a
{
	color: #f1f1f1;
	background: #5399b2;
	font-weight: 300;
	font-size: .7em;
	text-align: center;
	padding: 5px 8px;
}

footer ul.utility
{
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.5% 0;
	text-align: center;
}

footer ul.utility li
{
	display: inline;
	text-transform: uppercase;
	padding: 2%;
	text-align: center;
}

footer ul.utility li a
{
	color: #000;
	font-weight: 300;
	font-size: .8em;
	text-align: center;
}

footer ul.footer-links
{
	text-align: center;
	margin: 0 0 2% 0;
	padding: 0;
}

footer ul.footer-links li
{
	display: inline;
	text-transform: uppercase;
	padding: 2%;
	text-align: center;
}

footer ul.footer-links li a
{
	color: #000;
	font-weight: 300;
	font-size: .7em;
	text-align: center;
}


footer p
{
	text-align: center;
	color: #a6a6a6;
	font-size: 14px;
	margin: 0;
    padding-top: 20px;
    border-top: 1px solid #f6f6f6;
        font-family: 'Montserrat', sans-serif;
}
footer a {
	color:#999999;
	display: flex;
}
footer a:hover {
	color: #003764;
}
footer p a {
	display: inline;
}
.socials-icon a {
	padding:0 10px;
}

.form-container {background: #fff;padding: 2%; width:960px; margin: 2% auto;border: 1px solid #ccc;}

form.email-patient, .col50 form
{
	border: 0px solid red;
	padding: 0 2%;
}

form.email-patient input[type=text], form.email-patient textarea, form.email-patient input[type=password]
{
	width: 30%;
	padding: 8px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 300;
	border: 1px solid #ccc;
}

form.email-patient textarea {width: 50%;}


form.donor input[type=text], form.donor textarea
{
	width: 70%;
	padding: 8px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 300;
	border: 1px solid #ccc;
}
.col50 {width: 45%; float: left;margin-right: 2%;}

.col50 input[type=text], .col50 textarea, .col50 input[type=password]
{
	width: 70%;
	padding: 8px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 300;
	border: 1px solid #ccc;
}


/*  SECTIONS  */
.section
{
	clear: both;
	padding: 0px;
	margin: 0px;
	border: 0px solid red;
}

/*  COLUMN SETUP  */
.col
{
	display: block;
    float: left;
    margin: 0 0 1%;
    width: 25%;
}
.section .col {
	margin: 0 0 1% 1.6%;
}

.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after
{
	content: "";
	display: table;
}

.group:after { clear: both; }

.group
{
	zoom: 1;
	/* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%;}
.span_1_of_3 { width: 32.26%;}

.navbar-toggle {display: none;}

.service-locations {
	-webkit-display:flex;
	-moz-display:flex;
	display:flex;
	flex-basis:0;
	flex-grow: 1;
	flex-direction: row;
	flex-wrap: wrap;
}

.service-location
{
	float: left;
	width: 30%;
	margin: 0 1% 1% 0;
	border: 1px solid #ccc;
	padding: 1%;
	border-radius: 5px;
    box-shadow: 0px 0px 5px #00000025;
    position: relative;
    padding-bottom: 38px;
    transition: all 0.35s ease;
    top: 0px;
}
.service-location:hover {
	box-shadow: 0px 0px 10px #00000065;
	transition: all 0.35s ease;
	top: -5px;
}

/* services tabs styles */
.w3-container.w3-border.city
{
	/*background: #f1f1f1;*/
	padding: 3%;
}

button.services-tab
{
	padding: 2% 4%;
	margin: 0 10px;
	background: #003764;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 0px solid #ddd;
	border-top: 1px solid #f1f1f1;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #fff;
	border-radius: 25px;
    padding: 15px 20px;
    cursor: pointer;
}
.services-tabs {
	display:flex;
	justify-content: center;
}

button.tab-on
{
	background: #93d50a;
	/*border-top: 5px solid #2b8daf;*/
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
}

.core-service-box {width: 30.333%; display: inline-block; margin: 0 2% 2% 0;}

.hovereffect
{
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.hovereffect .overlay
{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	background: rgba(0, 0 , 0, .3);
	left: 0;
}

.hovereffect img
{
	display: block;
	position: relative;
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	width: 100%;
	height: auto;
}

.hovereffect:hover img
{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	/*
filter: brightness(0.7);
	-webkit-filter: brightness(0.7);
 */
}

.hovereffect h2
{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 28px;
	padding: 0 0;
	width: 96%;
	line-height: 42px;
	font-weight: 500;
}

.hovereffect:hover h2
{
	opacity: 1;
	filter: alpha(opacity=0);
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
}

.hovereffect a.info
{
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin: 50px 0 0 0;
	background-color: transparent;
}

.hovereffect a.info:hover { box-shadow: 0 0 5px #fff; }

.hovereffect h2, .hovereffect hr
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	background-color: transparent;
	margin: 0px;
}
h2.search-title {
	display:inline;
}

.mont-visnav {
	display: flex;
    justify-content: space-between;
}
.mont-visnav.mini {
	display: inline-block;
    text-align: right;    
    display: inline-block;
    text-align: right;
    float: right;
    position: absolute;
    right: 0;
    width: 25%;
}
.mont-visnav.mini a {
	width: 16%;
    float: none;
    display: inline-block;
}
.mont-visnav h3 {
	text-transform: uppercase;
	color: #000;
}
.mont-visnav.mini .col-quarter img {
	max-width:100%;
}
.sub-nav.desktop {/*background:#ebebeb;*/ background:none; padding:0; width:100%; margin: 2% 0 !important;}
.col-quarter {
	text-align: center;
}
.col-quarter img {
	top:0px;
	position:relative;
	transition: all 0.3s ease;
}
.col-quarter img:hover {
	top:-05px;
}
.visnav-link {
	width:30%;
}
.visnav-link:hover .col-quarter img {
	top:-20px;
	transition: all 0.3s ease;
}
.visnav-link div p {
	margin:0 10px;
}
.wrapper-insta {
	    text-align: center;
    margin: 0 0 0%;
    max-width: 100%;
    position: relative;
    background: #fff;
    padding-bottom: 4%;
}
.insta-container {
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 2%;
}
.insta-container h3 {
	color: #000;
}
.juicer-feed {
	
}
.juicer-feed.slider {
	
}
.juicer-feed .slick-list {
	width: 130% !important;
	left: -15%;
	height: 325px;
}
.juicer-feed.slider li.feed-item {
    margin: 0 20px;
    }
.juicer-feed h1.referral {
	display:none !important;
}


/*-----  last-callout section   ---------------------------------*/

.last-callout {
	width: 100%;	
	padding: 3% 0;
	border-top: 1px #c9c9c9 solid;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.last-callout .cta-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	font-size: 1.8em;
	    letter-spacing: 1px;
}
.last-callout .left-col {
	max-width: 40%;
}
.last-callout .left-col p {
    color: #c8c8c8;   
    text-align: left;
    font-size: 0.9em;
    font-weight: 800;
    line-height: 1.4em;
}
.last-callout .right-col {
	width: 58%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.last-callout .drop-btn {	
    letter-spacing: 1px;
    width:49%;
    padding: 10px 0px;
    line-height: 2em;
    text-align: center;
    background: #0b3b60;
    display: inline-block;
    border-radius: 40px;
    padding: 0 30px;
    margin-right: 10px;
    cursor: pointer;
}
.last-callout .drop-btn a {
	color:#fff;
	font-size: 18px;
	font-weight: 800;
	padding: 25px 0px;
}
.last-callout .drop-btn:hover, .wrapper-insta .insta-feed:hover, .mont-visnav h3:hover {
	box-shadow: -1px 4px 5px -3px rgba(0,0,0,0.31);
	-webkit-box-shadow: -1px 4px 5px -3px rgba(0,0,0,0.31);
	-moz-box-shadow: -1px 4px 5px -3px rgba(0,0,0,0.31);
	background-color:#94d600 !important;
}
.last-callout .orange {

}

.theme-default .nivo-caption {
	font-size: 48px;
	font-weight: 700;
    font-family: 'Montserrat';
    background: none;
    padding-bottom: 5%;
    margin-left: 7%;
}
.socials-icon {
	background: #f6f6f6;
    text-align: center;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
.footer-nav {
	display: flex;
	justify-content: space-between;
	    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.footer-nav h5{
	margin-top: 35px;
}
.footer-nav .col ul {
	    list-style-type: none;
    margin: 0 0 1em;
    padding: 0;
}
.footer-nav .col ul li a {
	font-size: 14px;
	line-height: 28px;
}
.col h5 a  {
	font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color:#0b3b60;
}
.insta-container a {
	    background: #0b3b60;
    display: inline-block;
    border-radius: 25px;
    padding: 0 30px;
}
.insta-container a  h3 {
	color:#fff;
}

/*---- VISNAV --------------------*/
.addthis_nav-secondary {
	display: flex;
    flex-direction: column;
    margin: 10px 0;
    padding-top: 20px;
    border-top: 1px solid #003764;
    width: 100%;
}
.addthis_sharing_toolbox #atstbx {
	    opacity: 0 !important;
	transition: all 0.3s ease;
	display: none !important;
	/*width: 0px;*/	
}
#atstbx.share-buttons {
	display: inline-block !important;
	opacity: 1 !important;
	transition: all 0.3s ease;	
}
.nav-secondary-menu {
	display: flex;
    position: relative;
    line-height: 30px !important;
    align-items: center;
}
.nav-secondary-menu a {
	float:left;
}
.nav-secondary-menu .back-arrow {
	padding: 5px 15px;
    font-size: 18px;
    background: #003764;
    color: #fff;
    margin-right: 5px;
}
.nav-secondary-menu h2 {
	display: inline-block;
    margin: 0;
    background: #003764;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 18px;
}
.mont-visnav {
	display: flex;
    justify-content: space-between;
}
.mont-visnav.mini {
	display: inline-block;
    text-align: right;    
    display: inline-block;
    text-align: right;
    float: right;
    position: absolute;
    right: 0;
    width: 15%;
}
.mont-visnav.mini a {
	width: 20%;
    float: none;
    display: inline-block;
}
.mont-visnav h3 {
	text-transform: none;
    color: #fff;
    background-color: #0b3b60;
    border-radius: 30px;
    width: 65%;
    margin: 20px auto;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 5px;
}
.mont-visnav.mini .col-quarter img {
	max-width:100%;
}
.col-quarter {
	text-align: center;
}
.col-quarter img {
	top:0px;
	position:relative;
	transition: all 0.3s ease;
}
.col-quarter img:hover {
	top:-05px;
}
.visnav-link:hover .col-quarter img {
	top:-20px;
	transition: all 0.3s ease;
}
.visnav-link div p {
	margin:0 10px;
	color:#666;
}
.nav-menu-list {
	display: flex;
    align-items: center;
    border: 4px solid #003764;
    background: #00376410 !important;
}
.nav-menu-list ul {
	list-style-type: none !important;
    display: block;
    padding-left: 18px;
    column-count: 4;
    width: 100%;
}
.nav-menu-list a {
	color:#000;
	text-transform: capitalize;
	line-height: 2em;
	transition: 0.3s 0.1s ease;
	font-size: 14px;
	font-weight: 400;
}
.nav-menu-list a:hover {
    padding-left: 10px;
    font-weight: 600;
    transition: 0.1s 0.1s ease;
    text-decoration: underline;
} /*-- end visnav--*/

/* -- clinic cards ------------------------------------ */
.clinic img {
	width:100%;
}
.service-location .in-network {
	font-size: 12px;
	position: absolute;
	bottom: 2px;
    margin-left: 20px;
}
.in-network:before {
    content: "";
    width: 18px;
    display: block;
    height: 18px;
    left: -21px;
    top: 0px;
    background-image: url(/pics/shared/in-network-icon.png);
    position: absolute;
}
.section.group .padded h4 a, .calendar .padded a {
	font-weight: 700;
}



.clinic p small em {
	font-size:14px;
}
.visnav-link-mini {
	
}
.visnav-link-mini .col-quarter {
	height:35px;
    background-size: 100%;
    background-repeat: no-repeat;
    	top:0px;
    position: relative;	
}
.visnav-link-mini .col-quarter:hover {
	top:-5px;
}
.visnav-link-mini .col-quarter.pos1 {
		background-image: url(/pics/shared/icons-families-dark.png);
		
}
.visnav-link-mini .col-quarter.pos2 {
		background-image: url(/pics/shared/icons-providers-dark.png);
		
}
.visnav-link-mini .col-quarter.pos3 {
		background-image: url(/pics/shared/icons-giving-dark.png);
		
}
.visnav-link-mini .col-quarter.pos4 {
		background-image: url(/pics/shared/icons-contact-dark.png);
}


.visnav-link-mini .col-quarter img {
	display: none;
}

/*.clinic-display-title {
 	border-bottom: none !important;
    font-size: 16px !important;
 }*/


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 1024px) and (max-width: 1224px)
{
	ul.bg-names li { font-size: 15px; }

	.babyimgdiv
	{
		height: 90px;
		overflow: hidden;
		vertical-align: bottom;
		border: 0px solid red;
		margin-bottom: 3px;
	}
	.nav .container ul li a
	{
		font-size: .8em;
	}
	.slider.slider-wrapper.theme-default #slider {
		height:auto;
	}

	.g-recaptcha iframe {width: 100% !important; height: 78px;}

	iframe {max-width: 450px;}
	.copy-block img {
	    max-width: 500px;
	}

	img.image_right, img.right, img.image_left, img.left
	{
		max-width: 500px;
		height: auto;
	}
	header.logan {
		width: 90%;
	    box-sizing: border-box;
	}
	.theme-default .nivo-caption {
	    font-size: 40px !important;
	    width: 90%;
	}
	.container ul.desktop {
		width:90%;
	}

}

@media only screen and (min-width: 980px) and (max-width: 1023px)
{

	ul.bg-names li { font-size: 15px; }

	.babyimgdiv
	{
		height: 90px;
		overflow: hidden;
		vertical-align: bottom;
		border: 0px solid red;
		margin-bottom: 3px;
	}

	.nav .container ul li a
	{
		font-size: .8em;
	}

	.g-recaptcha iframe {width: 100% !important; height: 78px;}

	iframe {max-width: 450px;}

}

@media only screen and (max-width: 979px)
{
	.bluebar, .bluebar-expanded { border-bottom: 0px solid #d8d8d8; }

	.bluebar-expanded
	{
		background: url('/pics/shared/blue-stripe-bckgrnd2.png') top repeat-y;
		margin: 0;
		border-bottom: 9px solid #d8d8d8;
		height: 950px;
	}

	.mobile-locations h1
	{
		padding: 1.5% 4% 0 30px;
		font-weight: 400;
		color: #fff;
		background: url('/pics/shared/left-arrow.png') 14px 18px no-repeat;
		font-size: 16px;
		line-height: 22px;
		text-shadow: none;
	}

	.bluebar-expanded h1
	{
		padding: 3% 4% 0 30px;
		font-weight: 400;
		color: #fff;
		background: url('/pics/shared/down-triangle.png') 12px 20px no-repeat;
		text-shadow: none;
	}

	.bluebar-expanded ul
	{
		margin: 4% 0;
		padding: 0;
		border-top: 0px solid #3384A5;
		background: #3384A5;
	}

	.bluebar-expanded ul li
	{
		list-style: none;
		padding: 2% 4% 2% 4%;
		border-bottom: 1px solid #53A0BF;
		margin: 0;
	}

	.bluebar-expanded ul li a
	{
		color: #fff;
		font-weight: 300;
		font-size: 14px;
	}

	.locations { display: none; }
	.mobile-locations { display: block; }



	.col50
	{
		width: 96%;
		float: none;
		margin: 0;
	}

	.desktop { display: none; }
	table.form { width: 100%; }
	header { 
		padding: 0;
		flex-direction: column;
	}
	.nav {
		background: #fff !important;
		display: inline-block !important;
		float: right;
		
	/*	width: 20px;
		float: left;
		padding: 10px 0 0 10px; */
	}

	.navbar-toggle
	{
		position: relative;
		margin: 2%;
		display: block;
		width: 44px;
		padding: 3px 3px 5px 3px;
		background-color: transparent;
		background-image: none;
		/* border: 1px solid #666; */
		background: #003764;
		text-align: center;
		font-size: 10px;
	}
	.navbar-toggle a {color: #fff; font-size: 10px; letter-spacing: .03em;}

	.navbar-toggle:focus { outline: 0; }

	.navbar-toggle .icon-bar {
	    display: block;
	    height: 2px;
		margin: 6px 6px 4px 6px;
	    border-radius: 1px;
		background: #fff;
	}



	/* virtual visit styles */
	.photo-box
	{
		position: relative;
		float: none;
		width: 96% !important;
		margin-left: 0;
	}

	ul.sitemap
	{
		margin: 0 0 0 0;
		padding: 0;
		clear: both;
	}

	ul.sitemap ul
	{
		margin: 0 10px 0 10px;
		padding: 0;
	}

	.summit-logo { width: 60% !important; }

	.summit-logo img
	{
		float: none;
		width: auto;
		height: 40px;
		margin: 1% auto;
	}

	/*
	.copy-block table td {clear: left !important; width: 100%;display: block; border-collapse: collapse;}
	 */

	input.submit, .submit, a.submit
	{
		padding: 10px;
		-webkit-appearance: none;
	}

	iframe { width: 100% !important; }

	footer
	{
		padding: 0 0 !important;
		background: #333;
	}

	#site-footer {background:#fff;}

	.ui-tabs .ui-tabs-nav li
	{
		float: none;
		width: 100%;
		margin: 3px .2em 0 0 !important;
	}

	.custom-dropdown
	{
		width: 96%;
		margin-bottom: 10px;
	}

	table.calendar { width: 98% !important; }

	table.calendar td
	{
		clear: left !important;
		display: block;
		padding: 2%;
		width: 100% !important;
	}

	table.calendar td .submit { margin: 0; }

	.class-title
	{
		font-size: 18px;
		color: #5399b2;
		margin: 0;
	}

	table.calendar th { display: none; }

	table.calendar td.small-td
	{
		width: 100%;
		vertical-align: top;
	}

	table.calendar td.large-td
	{
		width: 100% !important;
		vertical-align: top;
	}

	a.logout, .social-icon { display: none; }
	/* a.myhealth { display: none; } */


	.welcome
	{
		float: none;
		display: block;
		margin: 10px 0 0 0;
		color: #666;
		text-align: center;
		font-size: 12px;
	}

	.welcome a
	{
		color: #4B9CB8;
		font-weight: 700;
	}

	/*
	.bluebar h1
		{
			font-size: 18px;
			line-height: 22px;
			font-weight: 400;
			padding: 2% 4%;
			clear: both;
			text-shadow: 0px 0px 0px #333;
		}
	 */

	img.image_left
	{
		float: none;
		margin: 0 0 2% 0;
		max-width: 300px;
		height: auto;
	}

	img.image_right
	{
		float: none;
		margin: 0 0 2% 0;
		max-width: 300px;
		height: auto;
	}

	table.form td, table.form th
	{
		width: 100%;
		clear: left;
		display: block;
		border: 0px solid red;
		text-align: left;
	}

	.custom-dropdown__select--white
	{
		background-color: #f1f1f1;
		color: #333;
		font-size: 14px;
		margin-bottom: 8px;
	}

	.form-container
	{
		width: 96%;
		margin: 0 auto;
		border: 0px solid #ccc;
	}

	form.email-patient
	{
		border: 0px solid red;
		padding: 0 2%;
	}

	form.email-patient input[type=text], form.email-patient textarea,  form.email-patient input[type=password]
	{
		width: 93%;
		padding: 8px;
		margin-bottom: 10px;
		font-size: 15px;
		font-weight: 300;
		border: 1px solid #ccc;
	}

	.copy-block
	{
		width: 100%;
		float: none;
		margin: 0 !important;
		padding: 0 !important;
	}

	ul.bg-names li
	{
		width: 48.3%;
		font-size: 15px;
		float: left;
		list-style: none;
		display: block;
		margin: 1% .5% 1% .5%;
		min-height: 120px;
		text-align: center;
	}

	.slider-baby
	{
		width: 89%;
		position: relative;
		margin: 2%;
	}

	.slider-baby img
	{
		width: 100%;
		height: auto;
		border: 10px solid #fff;
		box-shadow: 0px 0px 3px #999;
	}

	.babygallery-box
	{
		float: none;
		width: 87%;
	}

	.container
	{
		clear: both;
		padding: 0px;
		margin: 0px auto;
		min-width: 100%;
		width: 90%;
		max-width: 100%;
		border: 0px solid red;
	}

	.whitebox
	{
		border: 10px solid white;
		background-color: #fff;
		margin-top: -300px;
		margin-bottom: 1%;
		margin: 0 auto;
width: 100%;
max-width: 1200px;
	}

	img.logo{
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding: 2% 0;
	}

	/*
	.social
		{
			width: 100%;
			margin: 0 0 1% 0;
			padding: 0 0 0 0;
			float: none;
			display: block;
			text-align: center;
			clear: both;
			border-top: 1px solid #f1f1f1;
			border-left: 0px solid #ccc;
			background: #f1f1f1;
		}
	 */

	.nav ul, .menubar { display: none; }
	.mobile { display: block; }
	.menuicon { padding: 2% 4%; }
	h1 { font-size: 24px; }
	h2 { 
		font-size: 20px;
		margin-top: 20px;
	 }
	.slider-title
	{
		font-size: 18px;
	    position: relative;
	    background: #003764;
	    clear: both;
	    box-sizing: border-box;
	}
	.slider-title h1 {
	    font-size: 22px;
	    font-weight: 700;
	    font-family: 'Montserrat';
	    background: none;
	    padding-bottom: 0;
	    margin-left: 2%;
	    max-width: 75%;
	}

	.theme-default .nivo-caption { font-size: 14px !important; }
	.copy-block .nivoSlider { width: 100% !important; }

	.slider-sub
	{
		width: 100%;
		min-height: 110px;
		clear: both;
	}

	.slider-sub img
	{
		width: 100%;
		height: auto;
	}


	.sub-nav
	{
		float: none;
		padding: 35px 3% 4% 3%;
		margin: 0 2% 2% 0;
		width: 94%;
	}

	.breadcrumbs
	{
		padding: 1%;
		clear: both;
		display: block;
		background: #f1f1f1;
	}
	.nav-menu-list ul {
	    column-count: 2;
	}
	.entity-menu { display: none; }
	footer { padding: 0 3%; }

	img.staff-detail
	{
		float: left;
		margin: 0 2% 2% 0;
		/* width: 50%; */
		padding: .5%;
		border: 1px solid #ccc;
	}

	.div-50
	{
		width: 96%;
		float: none;
		margin-bottom: 2%;
		margin-top: 0;
	}

	.div-70
	{
		width: 100%;
		float: none;
		margin: 0;
	}

	.col50 input[type=text], .col50 textarea, .col50 input[type=password] { width: 96%; }
	.first { margin-right: 2%; }

	.staff-div, .service-location {
		width: 45%;
		float: left;
	}

	.staff-detail-div
	{
		width: 96%;
		float: left;
	}

	.copy-block .staff-div
	{
		width: 96%;
		float: none;
	}

	.copy-block img {
	    max-width: 500px;
		width: 100% !important;
    	height: auto !important;
    	margin: 0 !important;
	}

	img.image_right, img.right, img.image_left, img.left
	{
		max-width: 500px;
		height: auto;
	}


	.search
	{
		float: none;
		background: #f1f1f1;
		    width: 265px !important;
		text-align: center;
		font-size: 11px;
		color: #999;
		font-weight: 400;
		padding: 10px;
		margin: 10px;
		border-top: 1px solid #ddd;
	}
	.nav {
		right: 0;
	    top: 0;
	    position: absolute;
	    padding: 3%;
	}
	.nav.desktop.logan {
		display: none !important;
	}

	.search img {width: 18px; height: auto;margin: 8px 3px 0 0;}

	.search input
	{
		width: 50%;
		padding: 2%;
		margin-bottom: 0;
		margin-top: 0;
	}
	.faceted-search
	{
		width: 37%;
	}

	.results-div {
	    width: 52%;
	}
	.results-div .staff-div {
	    width: 100%;
	    margin: 0 0 3% 0;
	    float: none;
	}
	.results-div .staff-div img {width: 30%; height: auto;}
	.core-service-box {width: 30.333%; }
	.hovereffect h2, button.services-tab {font-size: 16px; line-height: 20px;}
	.myHealth.logan {
	    justify-content: center;
	    margin-bottom: 15px;
	}
	.search.logan {
		width: 100% !important;
	    background-color: unset;
	    border-top: none;
	    justify-content: center;
	    box-sizing: border-box;
	}
	.slider.slider-wrapper.theme-default #slider {
		height: auto;
	}
	.theme-default .nivo-caption {
    	font-size: 24px !important;
	}
	.home .container .whitebox .wrap, .container .whitebox .wrap {
		max-width: 90%;
	}
	.last-callout .right-col {
	    flex-direction: column;
	}
	.last-callout .right-col {
	    width: 40%;
	    justify-content: center;
	}
	.last-callout .cta-container {
	    justify-content: space-around;
	}
	.last-callout .drop-btn {
	    width: 80%;
	    margin-bottom: 10px;
	}
	.footer-nav {
	    width: 90%;
	}
}

/* ipad Mini Portrait */
@media only screen and (width:768px) {
	.search {
		float: none;
		background: #f1f1f1;
		width: 30% !important;
		text-align: center;
		font-size: 11px;
		color: #999;
		font-weight: 400;
		padding: 10px 0 10px 0;
		margin: 2% 0 0 0;
		border-top: 1px solid #ddd;
		box-sizing: border-box;
	}
	.search .myhealth {
		margin: 4px 0 0 2%;
	}
	.search input {
		width: 75%;
		/*background: #d3d3d3 url(/pics/shared/magnify.png) 10px 10px no-repeat;*/
		margin-bottom: 0;
		margin-top: 0;

	}
	.search input {
		width: 50%;
		padding: 2%;
		margin-bottom: 0;
		margin-top: 0;
	}
	.faceted-search {
		width: 37%;
	}
	.results-div {
		width: 52%;
	}
	.results-div .staff-div {
		width: 100%;
		margin: 0 0 3% 0;
		float: none;
	}
	.service-location {
		width: 100%;
	}
	.results-div .staff-div img {width: 30%; height: auto;}
	.header-logo img {
		max-width:500px;
	}
	.header-logo {}
	a.header-logo {
		display: flex;
    	align-items: center;
	}
	.search.clear-fix {
		margin-top:0;
	}
	.clear-fix::after {
	  content: "";
	  clear: both;
	  display: table;
	}
	.bluebar {
		display:none;
	}
	.nav .container {
		height:0;
	}
}

@media (max-width: 700px) {
	.staff-div, .service-location {
		width: 96%;
		float: left;
	}

}
/*  iphone media queries */

/* Mobile landscape (480x320) */
@media screen and (max-width: 480px) {

	.slider-sub {
	    width: 100%;
	    min-height: unset;
	    clear: both;
	}
	.core-service-box {width: 47.333%; }
	.hovereffect h2, button.services-tab {font-size: 14px; line-height: 18px;}
	.faceted-search
	{
		float: none !important;
		padding: 3% 2% 3% 2%;
		margin: 0 0 2% 0;
		width: 96%;
	}

	.results-div {
	    width: 96%;
	    float: none;
	}
	.results-div .staff-div {
	    width: 100%;
	    margin: 0 0 3% 0;
			min-height: 120px !important;
	    float: none;
	}

	.service-location
	{
		width: 100%;
	}

	.results-div .staff-div img {width: 30%; height: auto;}

	.right-side-col, .right-cta {width:100%;}

	.cta-img {display:none;}

	.right-cta {float: none; height: 50px; margin: 0 0; position: relative; bottom:6px;}

	.cta-link a {padding:3%;}
	
	.last-callout .cta-container {
		flex-direction: column;		
	}
	.last-callout .right-col {
		flex-direction: column;
	}
	.nav.desktop {
		display:none !important;
	}
	.header-logo {
		flex-direction: column;
	}
	header.logan {
		display: flex;
	    justify-content: space-between;
	    padding-top: 0;
	    position: relative;
	    width: 100%;
	}
	.myHealth.logan {
		justify-content: center;
		margin-top: 15px;
	}
	.myHealth.logan a {
		justify-content: center;
		font-size: 18px;
	}
	.last-callout .left-col p {
    	text-align: center;
	}
	.last-callout .left-col {
    	max-width: 100%;
	}
	.last-callout .right-col {
	    width: 100%;
	    align-items: center;
	}
	.last-callout .drop-btn {
		margin-bottom:15px;
		    width: 75%;
	}
	.section.group {
		text-align: center;
    	padding: 15px 20px 15px;
	}
	.insta-container {
    	padding: 0 10px;
	}
	.insta-container a {
		width:100%;
		box-sizing: border-box;
	}
	.home .wrapper-insta .full-col h3 {
		font-size: 1em;
	}
	footer p {
		padding: 20px 20px;
	}
	.footer-nav {
		flex-direction: column;
    	padding-left: 30px;
	}
	.nav-menu-list ul {
	    column-count: 1;
    }
    .nav-menu-list ul li {
		text-align: left;
    }
    .mont-visnav.mini {
    	display: none;
    }
    .copy-block {
    	text-align:left;
    }
    .copy-block ol li {
    	margin-bottom: 5px;
    }
    .slider-title h1 {
    	padding-bottom:0;
    	font-size: 24px;
    }
    .addthis_sharing_toolbox {
    	display:none !important;
    }
    .search.logan {
   		justify-content: left;
		width: unset !important;
    }
    .theme-default .nivo-caption {
    	font-size: 18px !important;
    	width:90%;
    }
    .nav {
		padding: 5%;
	    position: absolute;
	}
	.slider-title h1 {
		font-size: 14px;
		    display: inline;
	}
	.nav-secondary-menu h2 {
		line-height: 15px !important;
		    font-size: 12px;
	}
	.container .whitebox .wrap {
		max-width: 100%;
	}

	* .alert-promo-header a {
	    font-size: 12px;
	    line-height: 1.8;
	}
	.alert-promo-header {
		display: flex;
		justify-content: center;
	}


}


/* Mobile portrait (320x480) */
@media (max-width: 450px) {
.faceted-search
{
	float: none !important;
	padding: 3% 2% 3% 2%;
	margin: 0 0 2% 0;
	width: 96%;
}

.results-div {
    width: 96%;
    float: none;
}
.results-div .staff-div {
    width: 100%;
    margin: 0 0 3% 0;
    float: none;
}

.results-div .staff-div img {width: 30%; height: auto;}

.service-location
{
	width: 100%;
}

}


@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
{
	.col {
		margin: 1% 0 1% 0%;
		width: 100%;
	 }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }

	.right-side-col
	{
		/* CHANGED width: 100%; */
		float: none;
		border: 0px solid blue;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.header-logo img {
		max-width:308px;
	}
	.header-logo {
		
	}
	a.header-logo {
		display: flex;
    align-items: center;
	}
	.search.clear-fix {
		margin-top:0;
	}
	.clear-fix::after {
	  content: "";
	  clear: both;
	  display: table;
	}
	.bluebar {
		display:none;
	}
	.nav .container {
		height:0;
	}
	.header-logo img {
		max-width:308px;
	}
	.sidebar
	{
		float: none;
		width: 96%;
		margin: 2% 0;
	}

	.mobile-locations h1 { padding: 3% 4% 0 30px; }
	/* CHANGED .copy-block img { max-width: 350px; } */

	img.image_right, img.right, img.image_left, img.left
	{
		float: none;
		margin: 0 0 2% 0;
		/* CHANGED max-width: 100%; */
		height: auto;
		display: block;
	}

	#ss360-layer.ss360-overlay
	{
		padding-right: 3% !important;
		width: 94% !important;
	}

	#ss360-layer.ss360-overlay p { font-size: 14px !important; }

	.faceted-search
	{
		float: none !important;
		padding: 3% 2% 3% 2%;
		margin: 0 0 2% 0;
		width: 96%;
	}

	.results-div
	{
		width: 96%;
		float: none;
	}

	.results-div .staff-div
	{
		width: 100%;
		margin: 0 0 3% 0;
		float: none;
		border: 1px solid #ccc;
	}


	.results-div .staff-div img
	{
		width: 30%;
		height: auto;
	}

	.service-location
	{
		width: 100%;
	}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir
{
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before
{
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden
{
	display: none !important;
	visibility: hidden;
}

.visuallyhidden
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus
{
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after
{
	content: " ";
	display: table;
}

.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print
{

}
