/*
Theme Name: UVPEDS
Author: Sakka Studio
Author URI: http://sakkastudio.com/
Description: Theme for UVPeds
Version: 1.2
*/
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
* NK 5/13/2023
* TEST
*/

body,
html {
/*   overflow-x: hidden; */
}

.container {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

.row {
  margin-bottom: 20px;
  box-sizing: border-box;
}

.column.alpha,
.columns.alpha {
  margin-left: 0
}

.column.omega,
.columns.omega {
  margin-right: 0
}

.container .one.column,
.container .one.columns {
  width: 40px
}

.container .two.columns {
  width: 100px
}

.container .three.columns {
  width: 160px
}

.container .four.columns {
  width: 220px
}

.container .five.columns {
  width: 280px
}

.container .six.columns {
  width: 340px
}

.container .seven.columns {
  width: 400px
}

.container .eight.columns {
  width: 460px
}

.container .nine.columns {
  width: 520px
}

.container .ten.columns {
  width: 580px
}

.container .eleven.columns {
  width: 640px
}

.container .twelve.columns {
  width: 700px
}

.container .thirteen.columns {
  width: 760px
}

.container .fourteen.columns {
  width: 820px
}

.container .fifteen.columns {
  width: 880px
}

.container .sixteen.columns {
  width: 100%;
}

.container .one-third.column {
  width: 300px
}

.container .two-thirds.column {
  width: 620px
}

.container .offset-by-one {
  padding-left: 60px
}

.container .offset-by-two {
  padding-left: 120px
}

.container .offset-by-three {
  padding-left: 180px
}

.container .offset-by-four {
  padding-left: 240px
}

.container .offset-by-five {
  padding-left: 300px
}

.container .offset-by-six {
  padding-left: 360px
}

.container .offset-by-seven {
  padding-left: 420px
}

.container .offset-by-eight {
  padding-left: 480px
}

.container .offset-by-nine {
  padding-left: 540px
}

.container .offset-by-ten {
  padding-left: 600px
}

.container .offset-by-eleven {
  padding-left: 660px
}

.container .offset-by-twelve {
  padding-left: 720px
}

.container .offset-by-thirteen {
  padding-left: 780px
}

.container .offset-by-fourteen {
  padding-left: 840px
}

.container .offset-by-fifteen {
  padding-left: 900px
}

@media only screen and (min-width: 767px) and (max-width:959px) {
  /* .container {
    width: 767px
  } */

  /* .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px
  } */

  /* .column.alpha,
  .columns.alpha {
    margin-left: 0;
    margin-right: 10px
  } */

  /* .column.omega,
  .columns.omega {
    margin-right: 0;
    margin-left: 10px
  }

  .alpha.omega {
    margin-left: 0;
    margin-right: 0
  } */

  .container .one.column,
  .container .one.columns {
    width: 28px
  }

  .container .two.columns {
    width: 76px
  }

  .container .three.columns {
    width: 124px
  }

  .container .four.columns {
    width: 172px
  }

  .container .five.columns {
    width: 220px
  }

  .container .six.columns {
    width: 268px
  }

  .container .seven.columns {
    width: 316px
  }

  .container .eight.columns {
    width: 364px
  }

  .container .nine.columns {
    width: 412px
  }

  .container .ten.columns {
    width: 460px
  }

  .container .eleven.columns {
    width: 508px
  }

  .container .twelve.columns {
    width: 556px
  }

  .container .thirteen.columns {
    width: 604px
  }

  .container .fourteen.columns {
    width: 652px
  }

  .container .fifteen.columns {
    width: 700px
  }

  .container .sixteen.columns {
    /* width: 748px */
  }

  .container .one-third.column {
    width: 236px
  }

  .container .two-thirds.column {
    width: 492px
  }

  .container .offset-by-one {
    padding-left: 48px
  }

  .container .offset-by-two {
    padding-left: 96px
  }

  .container .offset-by-three {
    padding-left: 144px
  }

  .container .offset-by-four {
    padding-left: 192px
  }

  .container .offset-by-five {
    padding-left: 240px
  }

  .container .offset-by-six {
    padding-left: 288px
  }

  .container .offset-by-seven {
    padding-left: 336px
  }

  .container .offset-by-eight {
    padding-left: 384px
  }

  .container .offset-by-nine {
    padding-left: 432px
  }

  .container .offset-by-ten {
    padding-left: 480px
  }

  .container .offset-by-eleven {
    padding-left: 528px
  }

  .container .offset-by-twelve {
    padding-left: 576px
  }

  .container .offset-by-thirteen {
    padding-left: 624px
  }

  .container .offset-by-fourteen {
    padding-left: 672px
  }

  .container .offset-by-fifteen {
    padding-left: 720px
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .container .columns,
  .container .column {
    margin: 0
  }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 100%;
  }

  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen {
    padding-left: 0
  }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
  .container {
    width: 100%;
  }

  .container .columns,
  .container .column {
    margin: 0
  }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 100%;
  }
}

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}

.row:after,
.clearfix:after {
  clear: both
}

.row,
.clearfix {
  zoom: 1
}

#map img {
  max-width: none !important
}

* html {
  visibility: visible
}

html {
  padding: 0;
  margin: 0
}

body {
  font-size: 14px;
  background: #fff;
  color: #101010;
  font-family: 'Lato', 'Arial', sans-serif;
  padding: 0;
  margin: 0;
  line-height: 1.1em
}

html,
body,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Lato', 'Arial', sans-serif
}

article,
aside,
details,
figcaption,
figure,
footer,
headerWrapper,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  line-height: 1.1em;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 400 !important;
  font-family: 'Lato', 'Arial', sans-serif
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0em
}

hr.delim {
  border: none;
  background: 0 0;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px
}

a img {
  border: none
}

ul,
ul li {
  list-style: none;
  padding: 0;
  margin: 0
}

ol,
ol li {
  padding: 0;
  margin: 0
}

a {
  color: #224786
}

a:hover {
  transition: all .3s ease-in-out 0s
}

.mainHeader {
  float: left;
  width: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  position: fixed;
  background: #fff;
  z-index: 50;
  padding-bottom: 10px;
}

.headerLeft {
  float: left;
  width: 55%
}

.headerRight {
  float: right;
  width: 45%;
  margin-top: 10px;
}

.logo {
  float: left;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/UVP_Logo_Initials@3x.png);
  background: -webkit-image-set(url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/UVP_Logo_Initials.png) 1x, url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/UVP_Logo_Initials@3x.png) 3x) center left no-repeat;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 185px auto;
  text-decoration: none;
  padding: 20px 0 20px 225px;
  margin-top: 8px;
}

.logo strong {
  color: #172e55;
  font-size: 29px;
  font-weight: 300;
  margin-bottom: 8px;
  float: left;
  width: 100%
}

.logo em {
  color: #383839;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  float: left;
  width: 100%
}

.headerRight ul {
  list-style: none;
  display: inline;
  float: right;
  margin-top: 7px
}

.headerRight ul li {
  display: inline
}

.headerRight ul li a {
  padding: 9px 0 3px 23px;
  margin-left: 20px;
  float: left
}

.headerRight ul li a:hover {
  color: #1687b1
}

.headerRight ul li.icon-search a {
  padding-left: 26px;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/icon-search.png) top left no-repeat;
  color: #2e2e2f;
  text-decoration: none;
  font-size: 13px
}

.headerRight ul li.icon-patient a {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/patient-portal.svg) top left no-repeat;
  color: #2e2e2f;
  text-decoration: none;
  font-size: 13px
}

.headerRight ul li.icon-location a {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/icon-location.png) top left no-repeat;
  color: #2e2e2f;
  text-decoration: none;
  font-size: 13px
}

.headerRight ul li.icon-app a {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/icon-app.png) top left no-repeat;
  color: #2e2e2f;
  text-decoration: none;
  font-size: 13px;
  padding-left: 30px
}

.headerRight ul li.icon-call a {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/call.svg) top left no-repeat;
  color: #2e2e2f;
  text-decoration: none;
  font-size: 13px;
  padding-left: 30px
}

.headerRight ul li.icon-bill-pay a {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/bill-pay.svg) top left no-repeat;
  color: #2e2e2f;
  text-decoration: none;
  font-size: 13px;
  padding-left: 30px
}

.headerRight .search-form {
  margin-top: 3px
}

.search-form.mobileSearch {
  float: left;
  width: 55%;
  margin-left: 7%
}

.search-form.desktopSearch {
  float: right;
  width: 80%;
  margin-right: 0;
  margin-top: 15px
}

.search-form span.screen-reader-text {
  display: none !important
}

.search-submit {
  background: #1b4688 none repeat scroll 0 0;
  border: medium none;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 13px;
  padding: 8px 4px;
  text-transform: uppercase;
  width: 30%;
  font-size: 11px;
  -webkit-appearance: none
}

.search-field {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  float: left;
  font-size: 13px;
  padding: 7px 4px;
  width: 55%;
  height: 28px;
  -webkit-appearance: textfield;
  margin: 0
}

.search-form.mobileSearch .search-field {
  padding: 5px 6px;
  width: 75%;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px
}

.search-form.mobileSearch .search-submit {
  padding: 6px 4px;
  width: 35%;
  border: solid 1px #fff;
  color: #333;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px
}

.toggle {
  display: none !important
}

.toggle {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/down.png) center center no-repeat;
  float: right;
  width: 32px;
  height: 36px;
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer
}

.toggle.active {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/up.png) center center no-repeat
}

.navigation {
  background: #1b4688;
  float: left;
  width: 100%;
  margin-bottom: 0;
  position: fixed;
  z-index: 50;
  top: 107px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}

.logged-in.admin-bar .navigation {
  top: 146px
}

.main-nav {
  float: left;
  width: 100%;
  display: block;
  max-height: calc(100vh - 114px - 36px);
  overflow: auto
}

.main-nav ul {
  float: left;
  display: inline
}

.main-nav ul li {
  display: inline;
  position: relative;
  float: left
}

.main-nav ul li a {
  float: left;
  padding: 0 10px;
  line-height: 36px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  margin-right: 12px;
  font-weight: 300 !important;
  font-size: 16px
}

.main-nav ul li a:hover {
  background: #1687b1
}

@media (min-width: 767px) {
  .main-nav {
    max-height: none;
    overflow: visible
  }
}

.sticky .mainHeader {
  padding-top: 5px;
}

.sticky .mainHeader .logo {
  background: 0 0;
  padding: 7px 0;
  margin: 0;
  z-index: 10;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}

.sticky .mainHeader .logo em {
  display: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}

.sticky .navigation {
  top: 55px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}

.sticky .headerRight {
  margin-top: 0;
}

.sticky.logged-in.admin-bar .navigation {
  top: 88px
}

.main-section,
.slider-container {
  margin-top: 134px
}

.main-section-car-seat,
.slider-container {
  margin-top: 10px
}

.main-nav ul ul {
  position: absolute;
  width: 280px;
  top: 36px;
  left: -999em;
  z-index: 1000;
  background: #1b4688;
  height: auto;
  padding: 5px 0;
  margin-left: 0 !important
}

.main-nav ul li:hover ul {
  left: 0
}

.main-nav ul ul li {
  float: left;
  width: 100%
}

.main-nav ul ul li a {
  line-height: 1em;
  color: #fff;
  height: auto;
  float: left;
  width: 90%;
  padding: 7px 5%;
  border-top: 1px solid #1f538d;
  border-bottom: 1px solid #172d57;
  font-weight: 300 !important
}

.main-nav ul ul li a:hover {
  background: #1687b1
}

.main-nav ul ul li.first a {
  border-top: 0
}

.main-nav ul ul li.last a {
  border-bottom: 0
}

.main-nav ul ul ul,
.main-nav ul li:hover ul ul {
  left: -999em;
  top: 0
}

.main-nav ul ul li:hover ul {
  left: 280px;
  top: 0
}

.main-nav ul li.leftFly:hover ul ul {
  left: -999em;
  top: 0
}

.main-nav ul ul li.leftFly:hover ul {
  left: -280px;
  top: 0
}

.mobileMenu {
  float: left;
  width: 100%;
  padding: 8px 0 9px;
  display: none
}

.mobileMenu .mobileToggle {
  float: left;
  width: 34px;
  height: 24px;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/menuBtn.gif) top left no-repeat;
  cursor: pointer;
  margin-top: 1px
}

.mobileIcons {
  float: right
}

.mobileIcons li {
  list-style: none;
  display: inline
}

.mobileIcons li a {
  float: left;
  width: 27px;
  height: 27px;
  margin-left: 12px;
  color: #fff
}

.mobileIcons li a strong {
  display: none
}

.mobileIcons li a.blueSearch {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/blue-search.gif) top left no-repeat
}

.mobileIcons li a.bluePortal {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/patient-portal-sm.svg) top left no-repeat
}

.mobileIcons li a.blueLocation {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/blue-location.gif) top left no-repeat
}

.mobileIcons li a.blueApp {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/blue-app.gif) top left no-repeat
}

.mobileIcons li a.blueCall {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/call-sm.svg) top left no-repeat
}

.mobileIcons li a.bluePay {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/bill-pay-sm.svg) top left no-repeat
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none
}

.flexslider {
  margin: 0;
  padding: 0
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden
}

.flexslider .slides img {
  width: 100%;
  display: block
}

.flex-pauseplay span {
  text-transform: capitalize
}

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

html[xmlns] .slides {
  display: block
}

* html .slides {
  height: 1%
}

.no-js .slides>li:first-child {
  display: block
}

.flexslider {
  margin: 0 0 8px;
  position: relative;
  zoom: 1
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

.loading .flex-viewport {
  max-height: 300px
}

.flexslider .slides {
  zoom: 1
}

.carousel li {
  margin-right: 5px
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  width: 28px;
  height: 65px;
  margin: -14px 0 0;
  position: absolute;
  top: 40%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, .8);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.flex-direction-nav .flex-prev {
  left: 0;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/rotatorLeft.png) top left no-repeat
}

.flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/rotatorRight.png) top left no-repeat;
  *
}

.flexslider:hover .flex-prev {
  opacity: .7;
  left: 0;
  text-indent: -9999em
}

.flexslider:hover .flex-next {
  opacity: .7;
  right: 0;
  text-indent: -9999em
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default
}

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000
}

.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: '\f004'
}

.flex-pauseplay a:hover {
  opacity: 1
}

.flex-pauseplay a.flex-play:before {
  content: '\f003'
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px
}

.flex-control-paging li a:hover {
  background: #c7dcf3
}

.flex-control-paging li a.flex-active {
  background: #c7dcf3;
  cursor: default
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer
}

.flex-control-thumbs img:hover {
  opacity: 1
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default
}

.slider-container {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden
}

.slider-container .flexslider {
  width: 100%
}

.flex-control-nav.flex-control-paging {
  display: none !important
}

.flexslider .caption {
  width: 80%;
  float: left;
  position: absolute;
  top: 10%;
  left: 10%;
  text-align: center
}

.flexslider .caption strong {
  font-weight: 900;
  font-size: 56px;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 40px;
  float: left;
  width: 100%
}

.flexslider .caption em {
  font-size: 24px;
  color: #fff;
  font-style: normal;
  font-weight: 700
}

.flexslider .caption a {
  color: #fff
}

.flexslider {
  max-height: 480px !important;
  overflow: hidden !important
}

.findMain {
  float: left;
  width: 100%;
  background: #1d4588;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  padding: 20px 0;
  margin: 0 0 8px
}

.findMain:hover {
  background: #1f62c1
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
  float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
  cursor: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  z-index: 5
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.owl-item.loading {
  min-height: 150px;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/AjaxLoader.gif) no-repeat center center
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease
}

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
  0% {
    opacity: 1
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1
  }
}

@keyframes empty {
  0% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px)
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%)
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%)
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px)
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%)
  }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%)
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px)
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%)
  }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%)
  }
}

@-webkit-keyframes backSlideIn {

  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%)
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0)
  }
}

@-moz-keyframes backSlideIn {

  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%)
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0)
  }
}

@keyframes backSlideIn {

  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%)
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px)
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0)
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8)
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8)
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8)
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%)
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%)
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%)
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5)
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5)
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5)
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5)
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5)
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5)
  }
}

.newsSection {
  float: left;
  width: 100%;
  margin: 20px 0 40px;
  overflow: hidden
}

.newsSection h2 {
  text-align: center;
  font-weight: 300 !important;
  color: #224786;
  font-size: 40px;
  margin-left: 9px;
  margin-bottom: 20px
}

.news-carousel {
  float: left;
  width: 95%;
  margin: 0 2.5%;
}

.news-carousel .item a {
  float: left;
  width: 95%;
  margin: 0 2.5%;
  text-decoration: none;
  text-align: center
}

.news-carousel .item a img {
  float: left;
  width: 100%;
  margin-bottom: 5px
}

.news-carousel .item a strong {
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2f
}

.owl-theme .owl-controls {
  margin-top: 0;
  position: absolute;
  top: 25%;
  width: 100%;
  z-index: 1
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/carouselLeft.png) top left no-repeat;
  width: 29px;
  height: 66px;
  margin-left: -33px;
  float: left;
  text-indent: -9999em
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/carouselRight.png) top left no-repeat;
  width: 29px;
  height: 66px;
  margin-right: -44px;
  float: right;
  text-indent: -9999em
}

.newsSection .carouselImage {
  float: left;
  width: 100%;
  height: 175px;
  overflow: hidden;
  margin-bottom: 8px
}

.postDate {
  color: #999
}

.searchSickness {
  float: left;
  width: 100%;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/searchBg.jpg) top center no-repeat;
  max-height: 133px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 150px 0 130px;
  text-align: center;
  margin-bottom: 30px
}

.searchSickness h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 900 !important
}

.searchSickness .enspenol {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  margin-left: 250px
}

.searchSickness select {
  background: #fff;
  padding: 8px 15px;
  border: 1px solid #c2c2c2;
  width: 320px;
  margin: 20px 0 0
}

.secondCTA {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px;
  padding-bottom: 20px;
}

.secondCTA ul {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.secondCTA li {
  flex-basis: calc(100% / 3 - 15px);
}

.secondCTA a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
}

.secondCTA a.last {
  margin-right: 0 !important
}

.secondCTA a img {
  float: left;
  width: 100%
}

.secondCTA a strong {
  float: left;
  width: 90%;
  background: #8da4c3;
  color: #fff;
  text-align: center;
  padding: 20px 5%;
  font-size: 20px;
  font-weight: 400
}

.secondCTA ul li a:hover {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8
}

.footerNav {
  float: left;
  width: 100%;
  padding: 14px 0;
  background: #ccc
}

ul.fourColumns {
  float: left;
  width: 80%
}

.fourColumns .footerColumn {
  float: left;
  width: 18%;
  margin-right: 2%;
  position: relative
}

.fourColumns .footerColumn a {
  color: #2e2e2f;
  text-decoration: none;
  font-size: 11px;
  font-weight: 300
}

.fourColumns .footerColumn a:hover {
  color: #1b4688
}

.fourColumns .footerColumn a.firstFooterLink {
  font-weight: 700 !important;
  margin-bottom: 10px;
  float: left;
  width: 100%
}

.toggleFooter {
  cursor: pointer;
  float: right;
  width: 25px;
  height: 29px;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/accordion-plus.png) top left no-repeat;
  top: 0;
  right: 0;
  position: absolute;
  display: none
}

.fourColumns .footerColumn>a {
  font-weight: 700 !important;
  margin-bottom: 10px;
  float: left;
  width: 100%
}

.toggleFooter {
  cursor: pointer;
  float: right;
  width: 25px;
  height: 29px;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/accordion-plus.png) top left no-repeat;
  top: 0;
  right: 0;
  position: absolute;
  display: none
}

.toggleFooter.active {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/accordion-minus.png) top left no-repeat
}

.lastColumn {
  float: left;
  width: 20%
}

.lastColumn ul {
  list-style: none
}

.lastColumn ul li {
  display: inline
}

.lastColumn ul li a {
  float: left;
  width: 47px;
  height: 47px;
  margin-right: 7px
}

.lastColumn ul li a strong {
  display: none
}

.lastColumn ul li a em {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 20px !important;
  margin-bottom: 8px;
  font-style: normal
}

.lastColumn ul li a:hover {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8
}

.lastColumn ul li.facebook a {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/socials.png) 0px 0px no-repeat
}

.lastColumn ul li.twitter a {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/socials.png) -54px 0px no-repeat
}

.lastColumn ul li.pinterest a {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/socials.png) -107px 0px no-repeat
}

.lastColumn ul li.opinion a {
  background: #8ba4c4;
  float: left;
  width: 147px;
  margin-top: 7px;
  padding: 8px 4px 12px;
  height: auto;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 300
}

.copyright {
  float: left;
  width: 100%;
  margin: 30px 0;
  color: #2e2e2f;
  text-align: center;
  font-size: 11px;
  line-height: 1.2em
}

.copyright a {
  color: #2e2e2f
}

.socialLeft {
  float: left;
  width: 41px;
  position: fixed;
  top: 231px;
  z-index: 500
}

.socialLeft ul li {
  list-style: none
}

.socialLeft ul li a {
  border: none;
  text-decoration: none;
  float: left;
  width: 41px;
  height: 43px;
  text-indent: -9999em
}

.socialLeft ul li a:hover {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8
}

.socialLeft ul li.small-medicines a {
  background: #a5c1e3 url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/small-icon-1.png) center center no-repeat
}

.socialLeft ul li.small-bill a {
  background: #1b4688 url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/small-icon-2.png) center center no-repeat
}

.socialLeft ul li.small-survey a {
  background: #a5c1e3 url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/small-icon-3.png) center center no-repeat
}

.socialLeft ul li.small-newsletter a {
  background: #1b4688 url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/small-icon-4.png) center center no-repeat
}

.socialLeft ul li.small-patientportal a {
  background: #a5c1e3 url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/small-icon-5.png) center center no-repeat
}

.socialLeft ul li.small-location a {
  background: #1b4688 url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/small-icon-6.png) center center no-repeat
}

.socialLeft ul li.blueOne a {
  background: #a5c1e3
}

.socialLeft ul li.blueTwo a {
  background: #1b4688
}

.socialLeft ul li a img {
  float: left;
  width: 26px;
  margin: 8px 0 0 6px
}

.breadcrumbs {
  float: left;
  width: 100%;
  color: #696969;
  font-size: 11px;
  font-family: 'Lato', 'Arial', sans-serif;
  margin-top: 14px;
  margin-bottom: 35px
}

.breadcrumbs li {
  display: inline;
  list-style: none
}

.breadcrumbs li a,
.breadcrumbs #breadcrumbs span span a {
  text-decoration: none !important;
  color: #696969 !important;
  font-size: 11px
}

.breadcrumbs li a:hover,
.breadcrumbs #breadcrumbs span span a:hover {
  color: #1b4688 !important
}

.pageHeader {
  float: left;
  width: 100%;
  margin-bottom: 40px
}

.twoColumn {
  float: left;
  width: 100%;
  margin: 0 0 150px
}

.twoColumn .leftColumn {
  float: left;
  width: 67%;
  padding: 0 3% 0 0
}

.twoColumn .rightColumn {
  float: left;
  width: 30%
}

.blogLayout.twoColumn .leftColumn {
  float: left;
  width: 75%;
  padding: 0 3% 0 0
}

.blogLayout.twoColumn .rightColumn {
  float: left;
  width: 22%
}

.blogList {
  float: left;
  width: 100%;
  clear: both
}

.oneColumn {
  float: left;
  width: 100%;
  margin: 0 0 150px
}

.oneColumn .leftColumn {
  float: left;
  width: 100%;
  padding: 0
}

.oneColumn .rightColumn {
  float: left;
  width: 30%;
  display: none
}

.cms-content {
  float: left;
  width: 100%;
  color: #373737;
  font-size: 16px;
  font-family: 'Lato', 'Arial', sans-serif !important;
  line-height: 1.4em
}

.cms-content h1 {
  font-size: 36px;
  color: #1b4688;
  font-weight: 300;
  margin-bottom: 16px
}

.cms-content h2 {
  font-size: 26px;
  color: #861619;
  font-weight: 400
}

.cms-content h3 {
  font-size: 20px;
  color: #1b4688;
  font-weight: 400
}

.cms-content h4 {
  font-size: 16px;
  color: #1b4688;
  font-weight: 400
}

.cms-content h5 {
  font-size: 12px;
  color: #1b4688;
  font-weight: 400
}

.cms-content h6 {
  font-size: 10px;
  color: #1b4688;
  font-weight: 400
}

.cms-content p {
  color: #373737;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 14px
}

.cms-content img.alignleft {
  float: left;
  margin: 0 10px 10px 0
}

.cms-content img.alignright {
  float: right;
  margin: 0 0 10px 10px
}

.cms-content q {
  color: #861719;
  font-size: 24px;
  padding: 12px 7% 25px;
  float: left;
  width: 86%;
  line-height: 1.3em
}

.cms-content ul {
  margin-bottom: 30px
}

.cms-content ul li {
  list-style-image: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/bullet.png);
  margin-left: 6%
}

.cms-content ol {
  margin-left: 6%;
  margin-bottom: 30px;
  list-style-type: decimal;
  padding-left: 0;
  display: block
}

.cms-content ol li {
  margin-left: 0
}

.topImage {
  float: left;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 30px
}

.topImage img {
  float: left;
  width: 100%
}

.mainTopImg {
  float: left;
  width: 100%;
  max-height: 400px !important;
  overflow: hidden;
  margin-top: -7px
}

.mainTopImg img {
  float: left;
  width: 100%
}

.rightColumn .mainImg {
  float: left;
  width: 100%;
  margin-bottom: 90px
}

.rightColumn .mainImg img {
  float: left;
  width: 100%;
  margin-bottom: 10px
}

.rightColumn .mainImg small {
  font-size: 16px;
  color: #224786;
  float: left;
  width: 90%;
  padding: 0 5%;
  font-size: 16px
}

.rightColumn .resourceBox {
  float: left;
  width: 90%;
  padding: 0 5%;
  background: #f3f3f3
}

.resourcesRight h2 {
  float: left;
  width: 90%;
  padding: 20px 5%;
  background: #1b4688;
  color: #fff;
  text-align: center;
  font-weight: 300 !important;
  font-size: 20px;
  margin-bottom: 5px
}

.resourcesRight small {
  font-size: 15px;
  color: #262626;
  float: left;
  width: 100%;
  margin: 8px 0
}

.resourcesRight small a {
  text-decoration: none
}

.resourcesRight .resourceList {
  float: left;
  width: 100%;
  margin: 0
}

.resourcesRight .resourceList li {
  float: left;
  width: 100%;
  padding: 10px 0
}

.resourcesRight .resourceList .resourceImg {
  float: left;
  width: 75px;
  height: 75px;
  margin-bottom: 18px;
  margin-right: 5%;
  border: 1px solid #1b4687
}

.resourcesRight .resourceList li a {
  float: left;
  width: 100%;
  font-size: 16px
}

.resourcesRight .resourceList li .resourceRight {
  float: right;
  width: 60%
}

.resourcesRight .resourceList li .resourceRight.noImage {
  width: 100%
}

.resourcesRight .resourceList li small {
  font-size: 12px;
  color: #262626
}

.bottomResource {
  float: left;
  width: 100%;
  background: #f3f3f3;
  margin-bottom: 30px
}

.resourceTitle {
  text-align: center;
  float: left;
  width: 100%
}

.bottomResource h2 {
  line-height: 60px;
  margin: -30px auto 40px auto;
  padding: 0;
  background: #1b4688;
  color: #fff;
  text-align: center;
  font-weight: 300 !important;
  font-size: 24px;
  width: 330px
}

.bottomResource .resourceBox {
  float: left;
  width: 85%;
  padding: 0 5%;
  background: #f3f3f3
}

.bottomResource small {
  font-size: 15px;
  color: #262626;
  float: left;
  width: 100%;
  margin: 8px 0
}

.bottomResource small a {
  text-decoration: none
}

.bottomResource .resourceList {
  float: left;
  width: 100%;
  margin: 0;
  padding-bottom: 30px
}

.bottomResource .resourceList li {
  float: left;
  width: 100%;
  padding: 10px 0
}

.bottomResource .resourceList .resourceImg {
  float: left;
  width: 75px;
  height: 75px;
  margin-bottom: 18px;
  margin-right: 5%;
  border: 1px solid #1b4687;
  overflow: hidden
}

.bottomResource .resourceList li a {
  float: left;
  width: 100%;
  font-size: 16px
}

.bottomResource .resourceList li .resourceRight {
  float: right;
  width: 70%
}

.bottomResource .resourceList li small {
  font-size: 12px;
  color: #262626
}

.innerLanding {
  float: left;
  width: 100%;
  margin-top: 20px
}

.innerLandingLeft {
  float: left;
  width: 48%;
  margin-right: 2%
}

.innerLandingRight {
  float: left;
  width: 50%
}

.bottomResource.innerLanding .resourceList li {
  padding: 0 0 8px
}

.bottomResource.innerLanding h3 {
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
  margin-bottom: 15px
}

.profileSection {
  float: left;
  width: 100%;
  margin-bottom: 10px
}

.profileSection .profileLeft {
  float: left;
  width: 35%;
  margin-right: 4%
}

.profileSection .profileLeft img {
  float: left;
  width: 100%
}

.profileSection .profileRight {
  float: left;
  width: 61%;
  position: relative
}

.profileSection .profileLeft .profileEduction {
  float: left;
  width: 100%;
  margin: 30px 0 0
}

.profileSection .profileRight .npIcon {
  background: #881515;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-radius: 4px;
  line-height: 19px;
  float: right;
  padding: 0 4px;
  position: absolute;
  top: 6px;
  right: 6px
}

.caregivers .npIcon {
  background: #881515;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-radius: 4px;
  line-height: 19px;
  display: inline-block;
  padding: 0 4px;
  margin-left: 8px
}

.testimonialSection {
  float: left;
  width: 100%;
  background: #eee;
  margin-bottom: 100px
}

.testimonialSection.didyouknowSection {
  float: left;
  width: 100%;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/did.gif) top center repeat-y;
  margin-bottom: 100px;
  color: #fff;
  font-size: 16px;
  min-height: 195px
}

.testimonialSection.didyouknowSection.noTestimonial {
  background: #222c63;
  margin-top: 40px
}

.testimonialSection.didyouknowSection h3 {
  margin: 55px 0 5px;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px
}

.testimonialSection.didyouknowSection .knowledge {
  font-weight: 300;
  line-height: 1.2em;
  padding-right: 50px;
}

.testimonialSection.marginFix {
  margin-bottom: 50px !important
}

.testimonialSection q {
  font-size: 22px;
  font-weight: 400 !important;
  color: #224786;
  line-height: 1.4em;
  float: left;
  width: 70%;
  padding: 50px 15%
}

.testimonialSection .quote {
  font-size: 22px;
  font-weight: 400 !important;
  color: #224786;
  line-height: 1.4em;
  float: left;
  width: 70%;
  padding: 50px 15%
}

@media only screen and (min-width: 767px) {
  .testimonialSection .six {
    max-width: 37.5%;
  }
  
  .testimonialSection .ten {
    max-width: 62.5%;
  }
}

@media only screen and (max-width: 767px) {
  .testimonialSection .six {
    background-color: #242d62;
    display: flex;
  }

  .testimonialSection.didyouknowSection .didMiddle{
    height: 100%;
    text-align: center;
  }

  .testimonialSection.didyouknowSection .knowledge{
    padding: 0;
  }

  .testimonialSection.didyouknowSection h3{
    margin-top: 50px;
  }
}

.locationSection {
  font-size: 16px;
  color: #323232;
  margin-bottom: 50px
}

.mapRight {
  float: right;
  width: 93%
}

.locationSection address {
  font-style: normal;
  float: left;
  width: 100%;
  margin: 35px 0;
  line-height: 1.4em
}

.locationSection .telephone {
  color: #224786;
  font-size: 24px;
  line-height: 1.5em
}

.reviewSection {
  float: left;
  width: 100%;
  background: #eee;
  padding: 35px 0;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 30px
}

.reviewSection h3 {
  font-size: 24px;
  color: #1b4688;
  margin-bottom: 8px
}

.reviewSection .leaveReview {
  background: #1b4688;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 52px;
  padding: 0 40px;
  float: right;
  margin-right: 58px;
  margin-top: 20px;
  font-weight: 300 !important
}

.structure {
  font-weight: 700
}

.providerBox {
  position: relative;
  float: left;
  width: 47%;
  margin-right: 2%;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/boxBg.gif) top center repeat-x;
  border: 1px solid #e9e4db;
  -webkit-border-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius: 12px;
  -moz-border-radius-topright: 12px;
  border-radius: 12px;
  border-top-right-radius: 12px;
  color: #696969;
  min-height: 220px;
  margin-bottom: 18px
}

.providerBox .imageBox {
  float: left;
  width: 32%;
  padding: 0;
  margin: 23px 3%;
  height: 180px
}

.providerBox .imageBox img {
  width: 100%
}

.providerBox .boxRight {
  float: left;
  width: 59%;
  position: relative
}

.providerBox .boxRight .npIcon {
  background: #881515;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-radius: 4px;
  line-height: 19px;
  float: right;
  padding: 0 4px;
  position: absolute;
  top: 6px;
  right: 6px
}

.providerBox .providerName {
  float: left;
  width: 100%;
  background: #eee;
  margin-top: 30px;
  line-height: 1.1em;
  margin-bottom: 7px;
  min-height: 40px;
  padding-top: 13px;
  font-size: 16px;
  color: #224786
}

.providerBox .providerName a {
  text-decoration: none
}

.providerBox .providerDesc {
  float: left;
  width: 100%;
  color: #696969;
  font-size: 13px;
  min-height: 105px
}

.providerBox .providerDesc ul {
  list-style: disc;
  margin-bottom: 10px
}

.providerBox .providerDesc ul li {
  line-height: 1.3em
}

.providerBox .boxBottom {
  width: 100%;
  color: #959293;
  font-size: 13px;
  margin: 10px 0;
  padding-left: 5%
}

.providerBox .boxBottom .location {
  line-height: 1.1em;
  margin-right: 75px;
  text-transform: capitalize
}

.providerBox .boxBottom a {
  padding-right: 15px;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/bio.gif) center right no-repeat;
  font-size: 16px;
  color: #224786;
  text-decoration: none
}

@media only screen and (min-width: 500px) {
  .providerBox .boxBottom {
    padding-left: 0
  }
}

@media only screen and (min-width: 767px) {
  .providerBox {
    /*height: 230px*/
	  height: auto;
  }

  .providerBox .boxBottom {
    margin: 0;
    float: left
  }

  .providerBox .boxBottom .location {
    margin-right: 0
  }
}

@media only screen and (min-width: 960px) {
  .providerBox .boxBottom a {
    float: right
  }

  .providerBox .boxBottom .location {
    float: left;
    position: absolute;
    bottom: 5px;
    margin-right: 70px
  }
}

.providerListing {
  float: left;
  width: 100%;
  margin-bottom: 30px
}

.providerNav {
  float: left;
  width: 100%;
  margin-bottom: 40px
}

.providerNav li {
  list-style: none;
  display: inline;
  margin: 0 !important
}

.providerNav .filterBtn {
  box-shadow: 0 1px 3px 0 rgba(125, 124, 124, .5);
  float: left;
  line-height: 31px;
  padding: 6px 15px;
  border: 1px solid #1c4688;
  border-radius: 20px;
  color: #1c4688;
  text-decoration: none;
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 10px
}

.providerNav .filterBtn:hover,
.providerNav .filterBtn.active {
  background: #1c4688;
  color: #fff
}

.providerNav .showHide {
  float: left;
  width: 50%
}

.providerNav .showHide small {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #696969
}

.providerNav .restrict {
  float: left;
  width: 25%
}

.providerNav .restrict .filterBtn {
  padding-left: 0 !important
}

.providerNav .restrict small {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #696969
}

.providerNav .restrict .npIcon {
  background: #881515;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-radius: 4px;
  line-height: 19px;
  float: left;
  margin: 7px 6px 0;
  padding: 0 4px
}

.providerNav .locations {
  float: left;
  width: 25%
}

.providerNav .locations small {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #696969
}

.providerNav .locations select {
  background: #eee;
  border: none;
  height: 34px;
  padding-left: 6px
}

#errors {
  float: left;
  margin-bottom: 8px
}

#formWrapper {
  float: left;
  width: 100%;
  color: #797979;
  font-size: 16px;
  margin-bottom: 50px
}

#formWrapper label {
  font-size: 18px
}

#formWrapper select {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
  color: #777;
  float: left;
  width: 100.5%;
  padding: 8px 2%;
  height: 46px !important
}

#formWrapper textarea {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 2%;
  height: 44px;
  font-size: 14px;
  color: #777;
  float: left;
  width: 96%
}

#formWrapper .submitBtn {
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  background: #1b4688;
  font-size: 16px;
  height: 44px;
  padding: 0 20px;
  float: left
}

.formOne {
  float: left;
  width: 98%;
  margin-bottom: 30px
}

.formOne label {
  float: left;
  width: 100%;
  margin-bottom: 10px
}

.formOne input {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 2%;
  height: 44px;
  font-size: 14px;
  color: #777;
  float: left;
  width: 96%
}

.formOne .recaptcha_input_area input[type=text] {
  height: auto !important
}

.formOne .captcha {
  float: left;
  width: 100%;
  margin-bottom: 30px
}

#formWrapper .formOne.checkbox {
  float: left;
  width: 100%;
  margin-bottom: 30px
}

#formWrapper .formOne.checkbox label {
  float: left;
  width: 85%;
  margin-left: 5%;
  font-size: 16px
}

#formWrapper .formOne.checkbox label strong {
  color: #861619
}

#formWrapper .formOne.checkbox input {
  float: left;
  width: 33px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 5%;
  font-size: 14px
}

.formTwo {
  float: left;
  width: 100%;
  margin-bottom: 30px
}

.formTwo .formCol {
  float: left;
  width: 48%;
  margin-right: 2%
}

.formTwo label {
  float: left;
  width: 100%;
  margin-bottom: 10px
}

.formTwo input {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 2%;
  height: 44px;
  font-size: 14px;
  color: #777;
  float: left;
  width: 96%
}

.formThree {
  float: left;
  width: 100%;
  margin-bottom: 30px
}

.formThree .formCol {
  float: left;
  width: 31.5%;
  margin-right: 1.83%
}

.formThree label {
  float: left;
  width: 100%;
  margin-bottom: 10px
}

.formThree input {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 2%;
  height: 44px;
  font-size: 14px;
  color: #777;
  float: left;
  width: 96%
}

.mailchimpRight {
  float: left;
  width: 90%;
  padding: 20px 5%;
  background: #efefef;
  margin-top: 30px
}

.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url] {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 2%;
  height: 44px;
  font-size: 14px;
  color: #777;
  float: left;
  width: 96%
}

.gform_wrapper .recaptcha_input_area input[type=text] {
  height: auto !important
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=image],
.gform_wrapper .gform_footer input[type=submit] {
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  background: #1b4688;
  font-size: 16px;
  height: 44px;
  padding: 0 20px;
  float: left
}

.gform_wrapper select {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
  color: #777;
  float: left;
  width: 100.5%;
  padding: 8px 2%;
  height: 46px
}

.gform_wrapper textarea {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 2%;
  height: 44px;
  font-size: 14px;
  color: #777;
  float: left;
  width: 96%
}

.dosageSelect {
  float: left;
  width: 100%;
  margin-bottom: 50px
}

.dosageSelect select {
  float: left;
  width: 100%;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 2%;
  font-size: 14px;
  height: 60px
}

select.pwdropdown {
  float: left;
  width: 85%;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 2%;
  margin-bottom: 50px;
  font-size: 14px;
  height: 60px
}

input.pwsubmit {
  background: #1b4688 none repeat scroll 0 0;
  border: medium none;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 13px;
  padding: 8px 4px;
  height: 60px;
  text-transform: uppercase;
  width: 15%;
  clear: right;
  -webkit-appearance: none
}

.searchSickness select.pwdropdown {
  float: none;
  width: 45%;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 2%;
  margin-bottom: 15px;
  font-size: 14px;
  height: 60px
}

.searchSickness input.pwsubmit {
  background: #1b4688 none repeat scroll 0 0;
  border: medium none;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  cursor: pointer;
  float: none;
  font-size: 13px;
  padding: 8px 4px;
  height: 60px;
  text-transform: uppercase;
  width: 10%;
  clear: right
}

#standardbart {
  float: left;
  width: 100%
}

.dosageChart {
  float: left;
  width: 100%;
  display: none
}

.dosageChart#option1 {
  display: block
}

.dosageChart#acetaminophen {
  display: block
}

.dosageChart h2 {
  font-size: 27px;
  color: #1b4688
}

.dosageChart p strong {
  color: #861619
}

.pdfIcon {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/icon_pdf2_sm.jpg) center left no-repeat;
  padding-left: 35px;
  line-height: 40px;
  float: left
}

thead tr {
  width: 100%;
  color: #fff;
  margin-bottom: 15px !important
}

thead th {
  background: #1b4688;
  font-weight: 400
}

table.dosageTable {
  line-height: 1.1em
}

table.dosageTable th:first-child {
  border-radius: 8px 0 0 8px;
  background: #1b4688
}

table.dosageTable th:last-child {
  border-radius: 0 8px 8px 0;
  background: #1b4688
}

.dosageHeader .dosageColumn td {
  text-align: center
}

.dosageTable {
  float: left;
  width: 100%
}

.dosageTable .dosageRow .dosageColumn {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6
}

.dosageTable .dosageRow .dosageColumn.last {
  border-right: none
}

.dosageTable .dosageRow.last .dosageColumn {
  border-bottom: none
}

.dosageTable .dosageRow .firstColumn {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6
}

.dosageTable .dosageRow .firstColumn strong {
  color: #861619
}

.dosageTable .dosageRow.last .firstColumn {
  border-bottom: none
}

.caution {
  float: left;
  width: 100%;
  margin: 15px 0 20px
}

.caution * {
  font-size: 14px !important
}

.printChart {
  border: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
  color: #fff;
  background: #1b4688;
  font-size: 18px;
  line-height: 54px;
  padding: 0 20px;
  text-decoration: none;
  display: block;
  clear: both;
  margin: 0 auto;
  width: 220px;
  text-align: center;
  margin-bottom: 80px
}

.tableLabel {
  display: none;
  color: #1b4688;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700
}

.tableMargin {
  float: left;
  width: 100%;
  margin-bottom: -15px
}

.leftSub {
  float: left;
  width: 45%
}

.rightSub {
  float: right;
  width: 45%
}

.tableContents {
  float: left;
  width: 100%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 40px
}

.tableContents h3 {
  float: left;
  width: 100%;
  background: #1b4688;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  color: #fff;
  padding: 8px 0;
  text-align: center
}

.tableContents ul {
  clear: both;
  margin-top: 20px
}

.tableContentsLeft {
  float: left;
  width: 49%;
  padding: 25px 1% 25px 0
}

.tableContentsRight {
  float: left;
  width: 49%;
  padding: 25px 0 25px 1%
}

.tableContentsLeft.singleTableContent,
.tableContentsRight.singleTableContent {
  width: 100% !important;
  padding: 25px 0 !important
}

.surveySection {
  float: left;
  width: 100%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 40px
}

.surveySection h3 {
  float: left;
  width: 98%;
  padding: 8px 0 8px 2%;
  background: #efefef;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999
}

.jump {
  float: left;
  width: 100%;
  text-align: right;
  margin: 10px 0 30px
}

#tabtable_subsection {
  background: #1b4688;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  color: #fff;
  padding: 8px 0
}

#tabtable tr {
  border-bottom: 1px solid #eaeaea !important
}

.tocContent {
  float: right;
  background: #efefef;
  border: 1px solid #999;
  padding: 15px 25px;
  margin: 0 0 20px 20px
}

.tocContent li {
  list-style-image: none !important
}

.navTop {
  border-bottom: 1px solid #dbdbdb;
  float: left;
  margin: 0 0 30px;
  padding-bottom: 10px;
  width: 100%
}

.navBottom {
  border-top: 1px solid #dbdbdb;
  float: left;
  margin: 30px 0 0;
  padding-top: 10px;
  width: 100%
}

.navNew {
  float: right
}

.navOld {
  float: left
}

.navNew a,
.navOld a {
  text-decoration: none;
  font-size: 18px
}

.postItem {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px;
  padding-bottom: 15px
}

.postItem .postLeft {
  float: left;
  width: 25%;
  margin-right: 3%;
  min-height: 180px;
  overflow: hidden
}

.postItem .postRight {
  float: left;
  width: 72%
}

.postItem.noImage .postRight {
  float: left;
  width: 100%
}

.postItem .postRight a.postTitle {
  font-size: 24px;
  text-decoration: none;
  float: left;
  width: 100%
}

.postItem .metaData {
  color: #666;
  font-size: 10px;
  float: left;
  width: 100%
}

.postExcerpt {
  float: left;
  width: 100%;
  margin: 4px 0
}

.postItem .entry-meta {
  color: #666;
  font-size: 10px;
  float: left;
  width: 100%
}

.categoryList {
  float: left;
  width: 100%;
  margin-bottom: 30px
}

.categoryList a {
  color: #535353;
  font-size: 16px;
  text-decoration: none
}

.categoryList a:hover {
  color: #224786
}

.categoryList li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  padding: 7px 0
}

.categoryList .btn-open {
  cursor: pointer;
  float: left;
  width: 14px;
  height: 14px;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/btn-close.png) 0px 0px no-repeat
}

.categoryList .btn-open.open {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/btn-open.png) 0px 0px no-repeat
}

.categoryList .subCategories li {
  float: left;
  width: 90%;
  margin-left: 10%
}

.categoryList a.felsoLink {
  border-bottom: 1px solid #dbdbdb;
  padding: 7px 0;
  float: left;
  width: 100%
}

.categoryList .subCategories li.last {
  border: none
}

.categoryList li.first {
  border: none
}

.rightColumn h3 {
  color: #224786
}

.topicSelect {
  width: 98%;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 2%;
  font-size: 14px;
  height: 30px;
  cursor: pointer;
  margin-bottom: 30px
}

.archiveList {
  float: left;
  width: 100%
}

.archiveList a {
  color: #535353;
  font-size: 16px;
  text-decoration: none
}

.archiveList a:hover {
  color: #224786
}

.archiveList li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  padding: 7px 0
}

.archiveList .btn-open {
  cursor: pointer;
  float: left;
  width: 14px;
  height: 14px;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/btn-close.png) 0px 0px no-repeat
}

.archiveList .btn-open.open {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/btn-open.png) 0px 0px no-repeat
}

.archiveList .archiveSub {
  display: none
}

.archiveList .archiveSub li {
  float: left;
  width: 90%;
  margin-left: 10%
}

.archiveList .archiveSub li.last {
  border: none
}

.locationNav {
  float: left;
  width: 100%;
  border-bottom: 1px solid #224786
}

.locationNav li {
  list-style: none;
  display: inline;
  margin-left: 0 !important
}

.locationNav li a {
  float: left;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #6f6f6f;
  margin-left: 15px;
  margin-right: 15px
}

.locationNav li.active a {
  color: #224786;
  border-top: 1px solid #224786;
  border-left: 1px solid #224786;
  border-right: 1px solid #224786;
  margin: 0 15px -1px;
  background: #fff
}

.locationSection {
  float: left;
  width: 110%;
  margin: 20px 0
}

.locationList {
  float: left;
  width: 110%!important;
  margin: 20px 0
}

.locationList .locationItem {
  float: left;
  width: 27%;
  margin-right: 2%;
  padding-left: 2% !important;
  height: 200px
}

.locationList .locationItem.walkinclinic {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/walkin.png) top left no-repeat
}

.locationList .locationTitle {
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.1em !important
}

.locationList .bottomLink {
  color: #5375a0;
  text-decoration: none;
  font-size: 14px
}

.locationList .officeText {
  text-decoration: none;
  float: left;
  font-size: 16px;
  color: #224786;
  width: 100%;
  margin-bottom: 5px
}

.locationLeft {
  float: left;
  width: 60%;
  margin-right: 5%
}

.locationRight {
  float: left;
  width: 35%
}

.locationRight img {
  float: left;
  width: 100%
}

.caregivers {
  float: left;
  width: 100%;
  margin: 20px 0
}

#location-browser {
  position: relative
}

#customInfoWindowContainer {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25%;
  background: #fff
}

.officeTelephone {
  text-decoration: none;
  float: left;
  width: 100%;
  margin-bottom: 5px
}

.findPed {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display: none;
  float: left;
  margin: 5px 0 0 12px;
  font-weight: 300 !important
}

.relatedArticlesSection {
  float: left;
  width: 100%;
  padding: 30px 0;
  background: #1c4688;
  color: #fff;
  margin-bottom: 50px
}

.relatedArticlesSection.blogSectionArticle {
  margin-bottom: 100px;
  margin-top: -30px
}

.relatedArticlesSection h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px
}

.relatedArticlesSection .articleItem {
  float: left;
  width: 32%;
  margin-right: 1%
}

.relatedArticlesSection .articleItem a {
  float: left;
  width: 100%;
  text-decoration: none;
  font-size: 14px
}

.relatedArticlesSection .articleItem .recommendedImg {
  float: left;
  width: 30%
}

.relatedArticlesSection .articleItem .recommendedImg img {
  width: 100%
}

.relatedArticlesSection .articleItem .resourceRight {
  float: left;
  width: 63%;
  margin-left: 7%;
  padding-top: 10%;
  color: #fff
}

.relatedArticlesSection .articleItem .resourceRight.noImage {
  float: left;
  width: 100%;
  margin-left: 0
}

.cms-content blockquote.left {
  float: left;
  margin-right: 30px !important;
  margin-left: 0 !important;
  background: 0 0
}

.cms-content blockquote.right {
  float: right;
  margin-left: 30px !important;
  margin-right: 0 !important;
  background: 0 0
}

.cms-content blockquote {
  background: #f2f2f2 url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/quotenew.png) bottom right no-repeat;
  padding: 2%;
  width: 25%;
  margin-top: 20px;
  margin-bototm: 20px
}

.cms-content blockquote p {
  font-size: 12px;
  color: #7f000e !important;
  font-style: italic;
  font-weight: 700
}

.cms-content blockquote img {
  width: 100% !important;
  height: auto !important;
  display: block
}

.cms-content blockquote p em {
  font-weight: 400;
  font-size: 14px !important;
  color: #7f000e !important;
  line-height: 1.3em
}

.home #slider {
  margin-top: 125px
}

@media only screen and (max-width: 1045px) and (min-width:960px) {
  .twoColumn .leftColumn {
    padding: 0 3% 0 5%;
    width: 62%
  }

  .oneColumn .leftColumn {
    padding: 0 0 0 5%;
    width: 95%
  }
}

@media only screen and (max-width: 959px) {
  .logo {
    margin-bottom: 0 !important;
    background-size: 115px auto;
    padding: 5px 0 20px 135px;
    margin-top: 5px;
  }

  .main-nav ul li a {
    padding: 0 8px;
    line-height: 36px;
    margin-right: 2px;
    font-size: 14px
  }

  .beforeFooter em {
    margin-left: 10%;
    width: 55%
  }

  .beforeFooter .newsletterForm {
    width: 28%;
    padding: 0 0 0 7%
  }

  .beforeFooter .newsletterForm .newsletterInput {
    float: left;
    width: 42%;
    padding: 8px 4px
  }

  .beforeFooter .newsletterForm .newsletterSubmit {
    float: left;
    width: 38%;
    padding: 8px 4px;
    text-transform: uppercase;
    cursor: pointer
  }

  ul.fourColumns {
    float: left;
    width: 75%
  }

  .lastColumn {
    float: left;
    width: 25%
  }

  .resourcesRight .resourceList li .resourceRight {
    float: right;
    width: 50%
  }

  .reviewSection .leaveReview {
    font-size: 22px;
    padding: 0 30px;
    margin-right: 58px
  }

  .providerBox {
    min-height: 260px;
    margin-bottom: 18px
  }

  .providerNav .filterBtn {
    font-size: 12px;
    margin-right: 5px
  }

  .locationSection .container .mapRight #map {
    width: 420px !important
  }

  .locationNav li a {
    float: left;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #6f6f6f;
    margin-left: 10px;
    margin-right: 10px
  }

  .locationNav li.active a {
    color: #224786;
    border-top: 1px solid #224786;
    border-left: 1px solid #224786;
    border-right: 1px solid #224786;
    margin: 0 10px -1px;
    background: #fff
  }

  .headerRight ul li.first a {
    margin-left: -20px
  }

  .headerRight ul li a {
    margin-left: 5px
  }

  .mapRight {
    width: 99%
  }
}

@media only screen and (max-width: 850px) and (min-width:767px) {
  .twoColumn .leftColumn {
    padding: 0 3% 0 7%;
    width: 60%
  }

  .oneColumn .leftColumn {
    padding: 0 0 0 7%;
    width: 93%
  }
}

@media only screen and (max-width: 767px) {
  .navigation {
    top: 82px;
  }

  .home #slider {
    margin-top: 110px;
  }

  .mapRight {
    width: 100%
  }

  .logo {
    padding: 15px 0 15px 136px;
    margin-top: 0;
  }

  .main-section,
  .slider-container {
    margin-top: 117px;
  }

  .headerLeft {
    float: left;
    width: 100%
  }

  .headerRight {
    float: right;
    width: 100%;
    display: none
  }

  .main-nav ul {
    float: left;
    width: 100%
  }

  .main-nav ul li {
    float: left;
    width: 100%
  }

  .main-nav ul ul {
    position: static !important;
    float: left;
    width: 100%
  }

  .mobileMenu {
    display: block
  }

  .locationLeft {
    float: left;
    width: 100%;
    margin-right: 0
  }

  .locationRight {
    float: left;
    width: 100%
  }

  ul.sub-menu {
    display: none
  }

  .main-nav ul.sub-menu {
    background: #123974 !important;
    float: left;
    width: 100%;
    border-top: 4px solid #17528f;
    border-bottom: 4px solid #17528f
  }

  ul.sub-menu ul.sub-menu {
    background: #17528f !important
  }

  .main-nav ul ul li a {
    width: 85%
  }

  .main-nav {
    display: none
  }

  .toggle {
    display: block !important
  }

  .main-nav .has-sub-menu ul .toggle {
    display: none !important
  }

  .main-nav .has-sub-menu ul .has-sub-menu .toggle {
    display: block !important
  }

  .main-nav .has-sub-menu ul .has-sub-menu li .toggle {
    display: none !important
  }

  .main-nav #menu-item-192 .toggle {
    display: none !important
  }

  .locationNav li {
    float: left;
    width: 94%;
    list-style-image: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/bullet.gif) !important;
    list-style: inherit;
    margin-left: 6%
  }

  .locationNav li a {
    float: left;
    padding: 10px 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #6f6f6f;
    margin-left: 0;
    margin-right: 0;
    width: 100%
  }

  .locationNav li.active a {
    color: #224786;
    border: none;
    margin: 0;
    background: 0 0
  }

  .locationList .locationItem {
    float: left;
    width: 40%;
    margin-right: 2%;
    padding-left: 8%;
    height: 240px
  }

  .main-nav ul li a {
    padding: 0 5%;
    margin-right: 0 !important;
    width: 90%
  }

  .main-nav ul ul ul,
  .main-nav ul li:hover ul ul {
    left: 0;
    top: 0
  }

  .main-nav ul ul li:hover ul {
    left: 0;
    top: 0
  }

  .main-nav ul li.leftFly:hover ul ul {
    left: 0;
    top: 0
  }

  .main-nav ul ul li.leftFly:hover ul {
    left: 0;
    top: 0
  }

  .main-nav ul li li li a {
    margin-left: 15px
  }

  .flexslider .caption {
    width: 90%;
    padding: 0 5% 20px;
    float: left;
    position: static;
    top: auto;
    left: 0;
    text-align: center
  }

  .flexslider .caption strong {
    font-weight: 500;
    font-size: 36px;
    line-height: 1em;
    color: #2e2e2e;
    margin-bottom: 40px;
    float: left;
    width: 100%;
    margin-top: 12px
  }

  .flexslider .caption em {
    font-size: 15px;
    color: #2e2e2e;
    font-style: normal;
    font-weight: 500
  }

  .flexslider {
    max-height: auto !important;
    overflow: hidden !important
  }

  .flex-direction-nav a {
    top: 30%
  }

  .searchSickness {
    padding: 27px 0 50px;
    background: #1b4688
  }

  .searchSickness h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 900 !important
  }

  .searchSickness .enspenol {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-left: 250px
  }

  .searchSickness select {
    background: #fff;
    padding: 8px 5%;
    border: 1px solid #c2c2c2;
    width: 90%;
    margin: 10px 0 0
  }

  .secondCTA {
    padding-bottom: 0;
  }

  .secondCTA ul {
    display: block;
  }

  .secondCTA a {
    text-decoration: none;
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }

  .beforeFooter {
    background: 0 0;
    padding-top: 0;
    margin-bottom: 0
  }

  .beforeFooter em {
    margin: 0;
    width: 90%;
    background: #1b4688;
    padding: 16px 5%
  }

  .beforeFooter .newsletterForm {
    margin: 4px 0 0;
    width: 90%;
    background: #8ba4c4;
    padding: 16px 5%
  }

  .beforeFooter .newsletterForm .newsletterInput {
    float: left;
    width: 55%;
    padding: 8px 4px;
    margin-left: 5%
  }

  .beforeFooter .newsletterForm .newsletterSubmit {
    float: left;
    width: 30%;
    padding: 8px 4px;
    text-transform: uppercase;
    cursor: pointer
  }

  .beforeFooter .container,
  .beforeFooter .sixteen.columns {
    float: left;
    margin: 0;
    width: 100%
  }

  .footerContainer {
    width: 420px;
    margin: 0 auto;
    display: block
  }

  ul.fourColumns {
    float: left;
    width: 100%
  }

  .fourColumns .footerColumn {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #929292;
    margin-bottom: 8px
  }

  .fourColumns .footerColumn a {
    width: 100%;
    float: left;
    font-size: 14px
  }

  ul.fourColumns ul.sub-menu {
    display: none;
    padding-bottom: 8px;
    float: left;
    width: 100%
  }

  ul.fourColumns ul.sub-menu li {
    margin-bottom: 6px;
    float: left;
    width: 100%
  }

  ul.fourColumns ul.sub-menu .toggleFooter {
    display: none !important
  }

  .toggleFooter {
    display: block
  }

  .lastColumn {
    float: left;
    width: 50%;
    padding-left: 31%
  }

  .fourColumns .footerColumn a.firstFooterLink {
    padding: 4px 0
  }

  .lastColumn {
    margin-top: 20px
  }

  .twoColumn .leftColumn {
    float: left;
    width: 100%;
    padding: 0
  }

  .twoColumn .rightColumn {
    float: left;
    width: 100%
  }

  .resourcesRight .resourceList li .resourceRight {
    float: right;
    width: 72%
  }

  .blogLayout.twoColumn .leftColumn {
    float: left;
    width: 100%;
    padding: 0
  }

  .blogLayout.twoColumn .rightColumn {
    float: left;
    width: 100%;
    margin-top: 50px
  }

  .postItem .postLeft {
    float: left;
    width: 100%;
    margin-right: 0;
    min-height: 180px;
    overflow: hidden;
    margin-bottom: 15px
  }

  .postItem .postRight {
    float: left;
    width: 100%
  }

  .footerNav {
    margin-top: -15px !important
  }

  .socialLeft {
    display: none
  }

  .profileSection .profileLeft {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }

  .profileSection .profileRight {
    float: left;
    width: 100%
  }

  .mapRight {
    float: right;
    margin-top: 20px
  }

  .locationSection .container .mapRight #map {
    width: 420px !important
  }

  .reviewSection .leaveReview {
    font-size: 24px;
    padding: 0 30px;
    margin-right: 108px
  }

  .testimonialSection q {
    width: 90%;
    padding: 50px 5%
  }

  .testimonialSection .quote {
    width: 90%;
    padding: 50px 5%
  }

  .testimonialSection.didyouknowSection {
    background: 0 0
  }

  .testimonialSection.didyouknowSection .container {
    width: 100% !important
  }

  .testimonialSection.didyouknowSection.noTestimonial .container {
    width: 420px !important
  }

  .testimonialSection.didyouknowSection .knowledge {
    margin-bottom: 50px
  }

  .testimonialSection.didyouknowSection .five.columns {
    float: left;
    width: 100% !important;
    background: #222c63 !important
  }

  .testimonialSection.didyouknowSection .eleven.columns {
    float: left;
    width: 100% !important;
    background: #eee !important
  }

  .testimonialSection.didyouknowSection .didMiddle {
    display: block;
    margin: 0 auto;
    width: 420px
  }

  .providerBox {
    position: relative;
    float: left;
    width: 100%;
    margin-right: 0;
    min-height: auto
  }

  .providerNav .filterBtn {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 7px
  }

  .formOne {
    float: left;
    width: 100%;
    margin-bottom: 30px
  }

  .formTwo .formCol {
    float: left;
    width: 100%;
    margin-right: 0
  }

  .formThree .formCol {
    float: left;
    width: 100%;
    margin-right: 0
  }

  .tableLabel {
    float: left;
    width: 100%;
    display: block
  }

  .dosageChart thead {
    display: none
  }

  .dosageChart thead th {
    float: left;
    width: 100%
  }

  .dosageChart td {
    float: left;
    width: 90%;
    text-align: left !important;
    border: none
  }

  .dosageTable .dosageRow .firstColumn,
  .dosageTable .dosageRow .dosageColumn {
    border: none
  }

  .dosageTable .dosageRow .dosageColumn.last {
    padding-bottom: 20px
  }

  .dosageChart tr {
    border-bottom: 1px solid #e6e6e6
  }

  tr.dosageRow.even {
    background: #f8f8f8
  }

  .tableMargin {
    display: none
  }

  .leftSub {
    float: left;
    width: 100%;
    margin-bottom: 30px
  }

  .rightSub {
    float: right;
    width: 100%
  }

  .tableContentsLeft {
    float: left;
    width: 100%;
    padding: 25px 0
  }

  .tableContentsRight {
    float: left;
    width: 100%;
    padding: 25px 0
  }

  .providerNav .showHide {
    float: left;
    width: 100%
  }

  .providerNav .restrict {
    float: left;
    width: 50%
  }

  .providerNav .locations {
    float: left;
    width: 50%
  }

  .relatedArticlesSection .articleItem {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px
  }
}

@media only screen and (max-width: 479px) {
  .cms-content blockquote {
    margin: 20px 0 !important;
    width: 100%
  }

  .testimonialSection.didyouknowSection .didMiddle {
    display: block;
    margin: 0 auto;
    width: 300px
  }

  .testimonialSection.didyouknowSection.noTestimonial .container {
    width: 300px !important
  }

  .homeCTAs ul li a {
    float: left;
    width: 80%;
    margin-left: 5%;
    margin-right: 0;
    padding: 5px 0 8px 15%
  }

  .searchSickness .enspenol {
    margin-left: 200px
  }

  .flex-direction-nav a {
    top: 20%
  }

  .footerContainer {
    width: 300px;
    margin: 0 auto;
    display: block
  }

  .lastColumn {
    float: left;
    width: 55%;
    padding-left: 25%
  }

  .bottomResource h2 {
    width: 100%
  }

  .bottomResource .resourceList li .resourceRight {
    float: right;
    width: 63%
  }

  .resourcesRight .resourceList li .resourceRight {
    float: right;
    width: 65%
  }

  .locationList .locationItem {
    float: left;
    width: 92%;
    margin-right: 0;
    padding-left: 8%;
    height: 200px
  }

  .testimonialSection {
    margin-bottom: 50px
  }

  .testimonialSection q {
    width: 100%;
    padding: 50px 0
  }

  .testimonialSection .quote {
    width: 100%;
    padding: 50px 0
  }

  .mapRight {
    float: right;
    margin-top: 20px
  }

  .mapRight iframe {
    float: right;
    width: 100% !important
  }

  .reviewSection .leaveReview {
    font-size: 24px;
    padding: 0 5%;
    width: 90%;
    margin-right: 0;
    text-align: center
  }

  .providerNav .filterBtn {
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 7px
  }

  .providerBox .providerDesc {
    float: left;
    width: 95%;
    padding-left: 5%
  }

  #formWrapper .formOne.checkbox label {
    float: left;
    width: 80%;
    margin-left: 5%;
    font-size: 16px
  }

  .locationSection .container .mapRight #map {
    width: 300px !important
  }

  .innerLandingLeft {
    float: left;
    width: 100%;
    margin-right: 0
  }

  .innerLandingRight {
    float: left;
    width: 100%
  }

  .mobileIcons a.first {
    margin-left: 0
  }

  .providerNav .showHide {
    float: left;
    width: 100%
  }

  .providerNav .restrict {
    float: left;
    width: 100%
  }

  .providerNav .locations {
    float: left;
    width: 100%
  }
}

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px
}

div.pp_default .pp_top .pp_left {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px
}

div.pp_default .pp_next:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer
}

div.pp_default .pp_previous:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer
}

div.pp_default .pp_expand {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px
}

div.pp_default .pp_expand:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer
}

div.pp_default .pp_contract {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px
}

div.pp_default .pp_contract:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer
}

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer
}

div.pp_default .pp_gallery ul li a {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa
}

div.pp_default .pp_social {
  margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: .7
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer
}

div.light_rounded .pp_previous:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer
}

div.light_rounded .pp_expand {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer
}

div.light_rounded .pp_expand:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer
}

div.light_rounded .pp_contract {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer
}

div.light_rounded .pp_contract:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer
}

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer
}

div.light_rounded .pp_nav .pp_play {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px
}

div.light_rounded .pp_nav .pp_pause {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px
}

div.light_rounded .pp_arrow_previous {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_next:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer
}

div.dark_rounded .pp_previous:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer
}

div.dark_rounded .pp_expand {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer
}

div.dark_rounded .pp_expand:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer
}

div.dark_rounded .pp_contract {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer
}

div.dark_rounded .pp_contract:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer
}

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer
}

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff
}

div.dark_rounded .pp_nav .pp_play {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px
}

div.dark_rounded .pp_arrow_previous {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000
}

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0
}

div.dark_square .pp_loaderIcon {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer
}

div.dark_square .pp_expand:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer
}

div.dark_square .pp_contract {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer
}

div.dark_square .pp_contract:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer
}

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer
}

div.dark_square .pp_nav {
  clear: none
}

div.dark_square .pp_nav .pp_play {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px
}

div.dark_square .pp_nav .pp_pause {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px
}

div.dark_square .pp_arrow_previous {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer
}

div.dark_square .pp_previous:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer
}

div.light_square .pp_expand {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer
}

div.light_square .pp_expand:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer
}

div.light_square .pp_contract {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer
}

div.light_square .pp_contract:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer
}

div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer
}

div.light_square .pp_nav .pp_play {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px
}

div.light_square .pp_nav .pp_pause {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px
}

div.light_square .pp_arrow_previous {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer
}

div.light_square .pp_previous:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer
}

div.facebook .pp_top .pp_left {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer
}

div.facebook .pp_expand:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer
}

div.facebook .pp_contract {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer
}

div.facebook .pp_contract:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer
}

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer
}

div.facebook .pp_description {
  margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default
}

div.facebook .pp_arrow_next {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default
}

div.facebook .pp_nav {
  margin-top: 0
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px
}

div.facebook .pp_nav .pp_play {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px
}

div.facebook .pp_nav .pp_pause {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px
}

div.facebook .pp_next:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer
}

div.facebook .pp_previous:hover {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer
}

div.facebook .pp_bottom .pp_left {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
  outline: none
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000
}

.pp_content {
  height: 40px;
  min-width: 40px
}

* html .pp_content {
  width: 40px
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%
}

.pp_content_container .pp_left {
  padding-left: 20px
}

.pp_content_container .pp_right {
  padding-right: 20px
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px
}

.pp_description {
  display: none;
  margin: 0
}

.pp_social {
  float: left;
  margin: 0
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden
}

.pp_social .twitter {
  float: left
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px
}

a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, .5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden
}

.pp_gallery ul a img {
  border: 0
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0
}

.pp_gallery li.default a {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important
}

a.pp_next {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%
}

a.pp_previous {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%
}

a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px
}

#pp_full_res {
  line-height: 1 !important
}

#pp_full_res .pp_inline {
  text-align: left
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #fff
}

div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff
}

div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative
}

div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: #fff
}

div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important
}

div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default
}

div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #fff
}

.pp_top,
.pp_bottom {
  height: 20px;
  position: relative
}

* html .pp_top,
* html .pp_bottom {
  padding: 0 20px
}

.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px
}

.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px
}

* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static
}

.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.pp_fade,
.pp_gallery li.default a img {
  display: none
}

.pageHeader--alt {
  margin-top: 50px
}

@media (min-width: 767px) {
  .pageHeader--alt {
    margin-top: 0
  }
}

.postLeft--wide {
  max-width: 180px
}

.lastColumn ul li a {
  float: left;
  width: 74px;
  height: 74px;
  margin-right: 7px;
  margin-bottom: 7px;
  color: #fff;
  font-size: 50px;
  line-height: 74px;
  text-align: center
}

.lastColumn ul li.facebook a {
  background: #3b5999
}

.lastColumn ul li.twitter a {
  background: #55acee
}

.lastColumn ul li.pinterest a {
  background: #bd081c
}

.lastColumn ul li.instagram a {
  background: #e4405f
}

.lastColumn ul li.opinion a {
  margin-top: 0;
  line-height: normal
}

.location-buttons {
  margin-top: 14px
}

.location-buttons a {
  display: inline-block;
  padding: .5rem 1rem;
  border-radius: 10px;
  color: #fff;
  text-decoration: none
}

.location-buttons__directions {
  background: #861619
}

.location-buttons__facebook {
  background: #3b5999
}

@media print {

  .mainHeader,
  .navigation,
  .socialLeft,
  .breadcrumbs,
  .main-section .rightColumn,
  .postShare,
  .relatedArticles,
  .beforeFooter,
  .footerNav {
    display: none
  }

  .main-section {
    margin-top: 0
  }

  .main-section .leftColumn {
    width: 100%;
    padding-right: 0
  }
}

body #wpadminbar {
  position: fixed
}

.logged-in.admin-bar .navigation {
  top: 146px
}

@media only screen and (max-width: 850px) {
  .logo strong {
    font-size: 24px;
    font-weight: 500;
    margin-top: 5px;
  }

  .search-submit {
    font-size: 0;
    max-width: 30px;
    background-image: url(https://www.uvpediatrics.com/wp-content/uploads/2023/05/search-13-128.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
  }
}


@media (max-width: 767px) {
  .logged-in.admin-bar .navigation {
    top: 160px
  }

  .tocContent {
    float: initial;
    margin: 0px 0px 20px 0px;
  }
}

@media (max-width: 767px) {
  .sticky.logged-in.admin-bar .navigation {
    top: 97px
  }
}

@media (max-width: 479px) {
  .logo strong {
    font-size: 20px
  }

  .logo em {
    font-size: 13px
  }
}

@media (max-width: 479px) {
  .search-form.mobileSearch {
    width: 50%;
    margin-left: 5%
  }
}

@media (min-width: 767px) {
  .sticky .search-form.desktopSearch {
    position: absolute;
    top: .25rem;
    right: 20rem;
    width: 12rem;
    margin: 0;
    padding-right: 20px
  }

  .search-field {
    width: 65%;
    height: 32px
  }

  .search-submit {
    width: 35%
  }
}

@media (min-width: 960px) {
  .sticky .search-form.desktopSearch {
    right: 22rem;
    width: 16rem;
    padding-right: 20px
  }
}

.search-submit {
  height: 28px;
  position: unset !important
}

@media (min-width: 767px) {
  .search-submit {
    height: 32px
  }
}

.cms-content h1+h1,
.cms-content h1+h2,
.cms-content h1+h3,
.cms-content h1+h4,
.cms-content h1+h5,
.cms-content h1+h6,
.cms-content h2+h1,
.cms-content h2+h2,
.cms-content h2+h3,
.cms-content h2+h4,
.cms-content h2+h5,
.cms-content h2+h6,
.cms-content h3+h1,
.cms-content h3+h2,
.cms-content h3+h3,
.cms-content h3+h4,
.cms-content h3+h5,
.cms-content h3+h6,
.cms-content h5+h1,
.cms-content h5+h2,
.cms-content h5+h3,
.cms-content h5+h4,
.cms-content h5+h5,
.cms-content h5+h6,
.cms-content h5+h1,
.cms-content h5+h2,
.cms-content h5+h3,
.cms-content h5+h4,
.cms-content h5+h5,
.cms-content h5+h6,
.cms-content h6+h1,
.cms-content h6+h2,
.cms-content h6+h3,
.cms-content h6+h4,
.cms-content h6+h5,
.cms-content h6+h6 {
  margin-top: 14px
}

.search-results-form .search-submit {
  width: 120px;
  height: 31px
}

.search-results-form .search-submit .screen-reader-text {
  display: inline !important
}

.slideLink {
  display: block
}

a.button {
  display: inline-block;
  margin-bottom: 14px;
  padding: .5rem 1rem;
  border-radius: 1rem;
  background-color: #08458d;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase
}

a.button:hover {
  background-color: #0089b5
}

.single-meta {
  margin-bottom: 14px;
  font-size: 10px
}

body.tag .breadcrumb_last,
body.tag .pageHeader h1 {
  text-transform: capitalize
}

.btn {
  display: inline-block;
  text-align: center
}

.video {
  position: relative
}

.video:before {
  display: block;
  padding-bottom: 56.25%;
  content: ''
}

.video>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

body.post-type-archive-physicians .providerDesc p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
  line-height: 1.3em
}

a[name] {
  position: absolute;
  margin-top: -150px
}

@media (min-width: 767px) {
  a[name] {
    margin-top: -81px
  }
}

body.admin-bar a[name] {
  margin-top: -196px
}

@media (min-width: 767px) {
  body.admin-bar a[name] {
    margin-top: -113px
  }
}

.mobile-call-link {
  display: none
}

.page-template-newbornPage .ms-bullets {
  right: 30px !important
}

.page-template-newbornPage .ms-bullet.ms-bullet-selected {
  background-color: rgba(255, 255, 255, .44) !important;
  border-color: rgba(255, 255, 255, 0) !important
}

.page-template-newbornPage .ms-bullet {
  background: 0 0 !important
}

.page-template-newbornPage .pageHeader {
  margin-bottom: 0
}

.page-template-newbornPage .slider-container {
  margin-top: 0
}

.page-template-newbornPage .twoColumn {
  padding-top: 2em
}

.page-template-newbornPage .newborn-wrapper {
  padding: 1em 0;
  float: left;
  padding-right: 2em
}

.page-template-newbornPage p {
  color: #707070
}

.page-template-newbornPage .left-align {
  text-align: left
}

.newborn-health-library .resourceList {
  box-sizing: border-box;
  padding: 1em
}

.newborn-health-library li,
.page-template-newbornPage .newborn-news-container li {
  padding: 5px 0 !important
}

.newborn-health-library li a {
  color: #707070
}

.page-template-newbornPage .choosing-pediatrician-container h2 {
  background: #a0c1e6
}

.page-template-newbornPage .ped-content-wrapper {
  position: relative;
  padding: 0 1em
}

.page-template-newbornPage .ped-content-wrapper ul {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 100%
}

.page-template-newbornPage .ped-content-wrapper ul li p {
  margin-bottom: 0
}

.page-template-newbornPage .ped-content-wrapper ul li a {
  text-decoration: none;
  color: #04458d;
  font-weight: 700
}

.page-template-newbornPage .ped-wrapper {
  display: inline-flex
}

.page-template-newbornPage .ped-image img {
  max-width: 229px;
  height: 247px
}

.page-template-newbornPage .newborn-news-container .see-more {
  float: left;
  margin-top: 10px
}

.page-template-newbornPage .newborn-news-container li a {
  color: #04458d
}

.page-template-newbornPage .newborn-news-container .see-more-categories a {
  color: #fff;
  background: #a0c1e6;
  padding: .7em 1em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-right: 7px;
  text-decoration: none
}

.page-template-newbornPage .newborn-app-container {
  float: left;
  padding-top: 2em
}

.page-template-newbornPage .newborn-app-container .newborn-app-content {
  width: 60%
}

.page-template-newbornPage .newborn-app-container h2 {
  background: #92000f
}

.page-template-newbornPage .newborn-app-container p:first-child {
  color: #04458d;
  font-size: 20px
}

.page-template-newbornPage .newborn-app-container li {
  color: #707070
}

.page-template-newbornPage .newborn-app-wrapper {
  position: relative
}

.page-template-newbornPage .newborn-app-image {
  position: absolute;
  top: -126px;
  right: -15px
}

.page-template-newbornPage .newborn-app-image img {
  width: 247px
}

.page-template-newbornPage .free-newborn-guide,
.page-template-newbornPage .newborn-news-container {
  clear: both;
  padding: 1em 0
}

.page-template-newbornPage .free-newborn-guide h2 {
  background: #a0c1e6
}

.page-template-newbornPage .free-newborn-guide a {
  text-decoration: none;
  color: #fff;
  background: #a0c1e6;
  padding: .7em 1em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-right: 7px
}

.page-template-newbornPage .free-newborn-guide p:first-of-type {
  color: #555;
  font-size: 1.3em
}

.page-template-newbornPage .free-newborn-guide .about-wrap {
  display: inline-flex
}

.page-template-newbornPage .free-newborn-guide .guide-img {
  width: 300px;
  margin: 0 auto
}

.page-template-newbornPage .free-newborn-guide .guide-content {
  width: 250px;
  margin: 0 auto
}

.page-template-newbornPage .free-newborn-guide img {
  width: 100%
}

.page-template-newbornPage .free-newborn-guide .guide-content {
  margin-top: 2em
}

@media only screen and (max-width: 1045px) and (min-width:960px) {

  .page-template-newbornPage .master-slider,
  .breadcrumbs {
    padding: 0 3%
  }
}

@media only screen and (max-width: 850px) and (min-width:767px) {

  .page-template-newbornPage .master-slider,
  .breadcrumbs {
    padding: 0 3%
  }
}

@media only screen and (max-width: 600px) {
  .mobile-call-link {
    display: block;
    margin-top: -20px
  }

  .mobile-call-link.inline {
    display: inline-block
  }

  .desktop-call-link {
    display: none
  }
}

@media only screen and (max-width: 500px) {
  .page-template-newbornPage .newborn-app-image {
    position: initial
  }

  .page-template-newbornPage .newborn-app-content {
    width: 100% !important
  }

  .page-template-newbornPage .newborn-app-image img {
    width: 148px;
    display: block;
    margin: 0 auto
  }
}

@media only screen and (max-width: 960px) {
  .page-template-newbornPage .free-newborn-guide .about-wrap {
    display: block
  }

  .page-template-newbornPage .free-newborn-guide .guide-img {
    width: 300px
  }

  .page-template-newbornPage .free-newborn-guide .guide-content {
    width: unset
  }

  .page-template-newbornPage .free-newborn-guide .guide-content {
    margin-top: 0
  }

  .page-template-newbornPage .ped-content-wrapper ul {
    position: initial
  }

  .page-template-newbornPage .ped-wrapper {
    display: block
  }

  .page-template-newbornPage .ped-image img {
    margin: 0 auto;
    display: block;
    padding: 0 0 1em
  }
}

@media only screen and (max-width: 767px) {
  .page-template-newbornPage .ped-wrapper {
    display: block
  }

  .page-template-newbornPage .ped-content-wrapper ul {
    position: relative
  }

  .page-template-newbornPage .newborn-news-container .see-more-categories a {
    margin-right: 0
  }

  .page-template-newbornPage .newborn-wrapper {
    padding-right: 0
  }

  .page-template-newbornPage .newborn-app-image img {
    width: 167px
  }
}

.page-template-newbornAppPage p,
.page-template-newbornAppPage li {
  color: #707070;
  line-height: 1.4
}

.page-template-newbornAppPage .app-content li {
  list-style-image: url(//www.uvpediatrics.com/wp-content/themes/uvpeds/images/bullet.png);
  margin-left: 6%
}

.page-template-newbornAppPage h2 {
  font-size: 30px;
  color: #04458d
}

.page-template-newbornAppPage h4 {
  font-size: 20px;
  color: #04458d
}

.page-template-newbornAppPage .slider-container {
  margin-top: 0
}

.page-template-newbornAppPage .leftColumn {
  position: relative;
  clear: both;
  padding-top: 1em
}

.page-template-newbornAppPage .app-content {
  padding-top: 3em
}

.page-template-newbornAppPage .app-heading {
  width: 50%
}

.page-template-newbornAppPage .app-heading p {
  padding-top: 1em
}

.page-template-newbornAppPage .app-image {
  position: absolute;
  top: -325px;
  right: 0;
  z-index: 1
}

.page-template-newbornAppPage .app-image img {
  width: 400px
}

.page-template-newbornAppPage .app-download-links {
  position: absolute;
  right: 79px;
  bottom: 34px
}

img.app-store-btn {
  width: 150px;
  height: 46px
}

.page-template-newbornAppPage .app-content {
  display: flex
}

.page-template-newbornAppPage .app-content-left,
.page-template-newbornAppPage .app-content-right {
  width: 48%
}

.page-template-newbornAppPage .app-content-left ul,
.page-template-newbornAppPage .app-content-right p {
  padding-top: 1em
}

.page-template-newbornAppPage .postShare {
  padding-top: 2em
}

@media only screen and (max-width: 960px) and (min-width:500px) {
  .page-template-newbornAppPage .app-download-links {
    right: 53px
  }
}

@media only screen and (max-width: 1045px) and (min-width:960px) {

  .page-template-newbornAppPage .slider-container,
  .page-template-newbornAppPage .leftColumn,
  .page-template-newbornAppPage .rightColumn {
    padding: 0 3%
  }
}

@media only screen and (max-width: 850px) and (min-width:767px) {

  .page-template-newbornAppPage .slider-container,
  .page-template-newbornAppPage .leftColumn,
  .page-template-newbornAppPage .rightColumn {
    padding: 0 5%
  }
}

@media only screen and (max-width: 500px) {
  .page-template-newbornAppPage .app-heading {
    width: 100%
  }

  .page-template-newbornAppPage .app-image {
    position: initial
  }

  .page-template-newbornAppPage .app-download-links {
    position: initial;
    text-align: center
  }

  .page-template-newbornAppPage .app-image img {
    width: 200px
  }
}

@media only screen and (max-width: 767px) {
  .page-template-newbornAppPage .app-image {
    top: -144px
  }

  .page-template-newbornAppPage .app-image img {
    width: 200px;
    margin: 0 auto;
    display: block
  }

  .page-template-newbornAppPage .app-download-links {
    position: initial;
    text-align: center;
    padding-top: 1em
  }

  .page-template-newbornAppPage .app-content {
    display: block
  }

  .page-template-newbornAppPage .app-content-left,
  .page-template-newbornAppPage .app-content-right {
    width: 100%
  }
}

.single-newborn-library .mainImg img {
  width: 100%
}

.single-newborn-library p {
  color: #707070;
  line-height: 1.4
}

.single-newborn-library .leftColumn a {
  text-decoration: none;
  color: #04458d;
  font-weight: 600
}

.single-newborn-library .app-content {
  width: 50%;
  padding: 0 1em
}

.single-newborn-library .app-container {
  position: relative
}

.single-newborn-library .app-container h2 {
  background: #861619;
  padding: 20px 5%;
  color: #fff;
  font-weight: 300 !important;
  font-size: 20px;
  margin-bottom: 5px
}

.single-newborn-library .app-image {
  position: absolute;
  top: -7px;
  right: 0
}

.single-newborn-library .app-image img {
  width: 200px
}

@media only screen and (max-width: 1046px) {
  .single-newborn-library img.app-store-btn {
    width: 106px;
    height: 35px
  }
}

@media only screen and (max-width: 767px) {
  .single-newborn-library .app-content p {
    padding: 2em
  }

  .single-newborn-library .app-image {
    top: -50px
  }

  .single-newborn-library .app-image img {
    width: 150px
  }

  .single-newborn-library .app-content {
    padding: 2em 0 0;
    width: 100%
  }

  .single-newborn-library .app-download-links {
    text-align: center
  }
}

@media only screen and (max-width: 500px) {
  .single-newborn-library .app-image img {
    width: 100px
  }

  .single-newborn-library .app-image {
    top: -7px
  }
}

.free-guide-about .about-wrap {
  position: relative;
  background: #961625;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 1em
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: left !important;
  width: 100%;
  clear: none
}

.woocommerce div.product form.cart {
  margin-bottom: 2em;
  width: 50%
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
  display: none
}

.woocommerce div.product div.images img {
  display: none
}

.woocommerce .postDate {
  display: none
}

.woocommerce .postShare {
  display: none
}

.product_meta {
  display: none
}

.wcpa_form_outer .wcpa_form_item input[type=text],
.wcpa_form_outer .wcpa_form_item input[type=date],
.wcpa_form_outer .wcpa_form_item input[type=number],
.wcpa_form_outer .wcpa_form_item input[type=datetime-local],
.wcpa_form_outer .wcpa_form_item input[type=file],
.wcpa_form_outer .wcpa_form_item textarea {
  width: 99%;
  resize: none;
  line-height: 35px;
  padding: 5px 15px;
  border: 1px solid #d7d7d7;
  background: #fff;
  box-shadow: none;
  outline: 0;
  border-radius: 10px
}

.cart input {
  line-height: 35px;
  padding: 5px 15px;
  border: 1px solid #d7d7d7;
  background: #fff;
  box-shadow: none;
  outline: 0;
  border-radius: 10px;
  width: 100%
}

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  background-color: #1b4688;
  border-radius: 10px
}

.woocommerce-message {
  border-top-color: #8fae1b;
  display: none
}

.woocommerce-info {
  border-top-color: #1e85be;
  display: none
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #d7d7d7;
  line-height: 35px
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff !important;
  border-radius: 5px
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #fff !important;
  color: #515151
}

fieldset {
  border-width: 0
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  clear: both;
  display: none
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 0 solid #d3ced2;
  padding-right: 30px;
  padding-left: 0;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  background: #1b4688;
  font-size: 16px;
  height: 44px;
  padding: 0 20px;
  float: left;
  line-height: 42px
}

.woocommerce .cms-content h2 {
  font-size: 26px;
  color: #1b4688;
  font-weight: 400
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #1b4688;
  color: #fff;
  -webkit-font-smoothing: antialiased
}

.woocommerce-checkout-review-order-table {
  width: 48% !important
}

.woocommerce-additional-fields {
  display: none
}

#order_review_heading {
  display: none
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 10px 0;
  border-bottom: 0 solid #d3ced2;
  list-style: none outside
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 20px 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #fff !important;
  color: #515151
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  content: '';
  display: none
}

fieldset {
  border-width: 0;
  padding: 0
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 49%;
  padding: 0;
  margin: 20px 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #fff !important;
  color: #515151
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: left
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  display: none
}

.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
  background-color: #1e86b1 !important;
  color: #fff !important
}

.uvp_patients_info {
  list-style: none;
  float: right;
  width: 50%
}

.uvp_patients_info .remove {
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 11;
  color: red;
  right: 6px;
  top: 1px
}

.uvp_patients_info p {
  margin: 0
}

.uvp_patients_info li {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  min-width: 150px
}

.uvp_patients_info li div {
  margin: 5px 0
}

.uvp_patients_info li:hover .remove {
  display: block
}

.uvp_patients_info input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #d7d7d7;
  line-height: 35px
}

.uvp_patients_info button {
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  background: #1b4688;
  font-size: 16px;
  height: 44px;
  padding: 0 20px;
  float: left;
  line-height: 42px
}

.account-right {
  width: 50%;
  float: right;
  padding-left: 10px;
  margin-bottom: 30px;
  color: #224786
}

.account-left {
  width: 48%;
  float: left
}

@media only screen and (max-width: 767px) {
  .account-right {
    width: 100% !important;
    float: left !important;
    padding-left: 0 !important;
    margin-bottom: 0
  }

  .account-left {
    width: 100% !important;
    float: left !important;
    margin-bottom: 30px !important
  }

  .uvp_patients_info {
    list-style: none;
    float: left !important;
    width: 100% !important
  }
}

.wcpa_form_outer {
  margin: 0
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #c7c1c6;
  border-top-color: #bbb3b9;
  font-size: 12px !important
}

.woocommerce-checkout #payment div.form-row {
  padding: 0;
  margin-top: -40px
}

.select-location-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.select-location h3 {
  font-size: 2em;
  color: #04458d;
  text-align: center
}

.location-btn {
  width: 70%;
  background: #224786;
  color: #fff;
  margin: 10px;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1
}

.location-btn span {
  text-decoration: none;
  font-weight: 400;
  padding: 3px 0;
  font-size: 14px
}

@media only screen and (min-width: 767px) {
  .location-btn {
    width: 30%
  }
}

.page-id-9078 #field_12_5>label:nth-child(1) {
  padding-top: 15px
}

.page-id-9078 #field_12_3 {
  margin-top: 0 !important
}

#field_12_5>label:nth-child(1) {
  padding-top: 25px
}

.search-submit.screen-reader-text {
  top: unset !important;
  margin: 0 !important;
  width: 30% !important;
  height: 28px !important
}

@media only screen and (min-width: 767px) {
  .search-submit.screen-reader-text {
    height: 32px !important;
    width: 35% !important
  }
}

.cms-content>div {
  clear: both
}

.page-id-10803 .pageHeader {
  display: none
}

.page-id-10825 .pageHeader {
  display: none
}

.page-id-10822 .pageHeader {
  display: none
}

.page-id-10820 .pageHeader {
  display: none
}

.page-id-11307 .pageHeader {
  display: none
}

.page-id-11323 .pageHeader {
  display: none
}

.page-id-11481 .pageHeader {
  display: none
}

.page-id-10825 .wp-block-themepunch-revslider {
  margin-top: -60px
}

.page-id-10803 .wp-block-themepunch-revslider {
  margin-top: -60px
}

.page-id-10822 .wp-block-themepunch-revslider {
  margin-top: -60px
}

.page-id-10820 .wp-block-themepunch-revslider {
  margin-top: -60px
}

.page-id-11307 .wp-block-themepunch-revslider {
  margin-top: -60px
}

.page-id-11323 .wp-block-themepunch-revslider {
  margin-top: -60px
}

.page-id-11481 .wp-block-themepunch-revslider {
  margin-top: -60px
}

.copyright-twad {
  float: none;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  color: #2e2e2f;
  text-align: left;
  font-size: 11px;
  line-height: 2em
}

.copyright-twad a {
  color: #2e2e2f
}

.footerNav-twad {
  margin-top: -15px !important
}

.twad-footer-center {
  margin: 0 auto;
  width: 490px
}

.footerNav-twad {
  background: ccc;
  width: 100%;
  padding: 14px 0;
  background: #f0f0f0
}

.twad-social-cta {
  margin-left: -30px;
  max-height: 45px
}

p.twad-blue-highlights {
  background-color: #28abe3;
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  padding: 25px
}

a.twad-blue-highlights:link,
a.twad-blue-highlights:visited,
a.twad-blue-highlights:active {
  color: #fff;
  text-decoration: none
}

@media only screen and (max-width: 960px) {
  .twad-social-cta {
    margin-left: 0
  }

  .twad-footer-center {
    width: 400px
  }
}

@media only screen and (min-width: 767px) {
  .twad-testimonial-img-mobile {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  .twad-testimonial-img {
    display: none
  }
}

@media only screen and (max-width: 480px) {
  .twad-footer-center {
    width: 230px
  }
}

.notice-callout {
  background-color: #87171a
}

p.notice-callout {
  color: #fff;
  float: left;
  padding: 25px;
  font-size: 1.2em;
  margin-bottom: 25px;
  border-radius: 10px
}

a.notice-callout:link,
a.notice-callout:visited,
a.notice-callout:active {
  color: #fff;
  text-decoration: underline
}

.wp-block-image img {
  height: auto
}

.lightbox_ultimate_anchor img {
  width: 100%
}


@media only screen and (max-width: 1250px) and (min-width: 767px) {

  .twoColumn .leftColumn,
  .blogLayout.twoColumn .leftColumn {
    padding: 0 3% 0 7%;
    width: 60%;
  }

  .blogLayout.twoColumn .rightColumn {
    width: 30%;
  }

  .oneColumn .leftColumn {
    padding: 0 0 0 7%;
    width: 93%;
  }

  .breadcrumbs {
    padding: 0 0 0 7%;
    width: 93%;
  }
}


.bio-card .elementor-image-box-img{
  margin-top: -70px !important;
}