h1, h2, h3, h4, h5 {
  font-weight: 300;
}

p {
	font-weight: 300;
	font-size:16px;
}

.navigation-clean {
  background: #fff;
  padding-top: 10px;
  /*padding-bottom: 10px;*/
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (max-width:767px) {
  .navigation-clean {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width:767px) {
  .navigation-clean .navbar-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.navigation-clean .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean .navbar-brand:hover {
  color: #222;
}

.navigation-clean.navbar-inverse .navbar-brand:hover {
  color: #f0f0f0;
}

.navigation-clean .navbar-brand img {
  height: 100%;
  display: inline-block;
  margin-right: 10px;
  width: auto;
}

.navigation-clean .navbar-toggle {
  border-color: #ddd;
}

.navigation-clean .navbar-toggle:hover, .navigation-clean .navbar-toggle:focus {
  background: none;
}

.navigation-clean.navbar-inverse .navbar-toggle {
  border-color: #555;
}

.navigation-clean .navbar-toggle .icon-bar {
  background-color: #888;
}

.navigation-clean.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #eee;
}

.navigation-clean .navbar-collapse, .navigation-clean .navbar-form {
  border-top-color: #ddd;
}

.navigation-clean.navbar-inverse .navbar-collapse, .navigation-clean.navbar-inverse .navbar-form {
  border-top-color: #333;
}

.navigation-clean .navbar-nav > .active > a, .navigation-clean .navbar-nav > .open > a {
  background: none;
  box-shadow: none;
}

.navigation-clean.navbar-default .navbar-nav > .active > a, .navigation-clean.navbar-default .navbar-nav > .active > a:focus, .navigation-clean.navbar-default .navbar-nav > .active > a:hover {
  color: #a1a1a1;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar .navbar-nav > li > a {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean.navbar-default .navbar-nav > li > a {
  color: #4b337f;
  font-weight: normal;
}

.navigation-clean.navbar-default .navbar-nav > li:first-child > a {
  /*color: #3c3c3d;
  font-weight: bold;
  padding-right: 10px;*/	
}

.navigation-clean.navbar-default .navbar-nav > li > a:focus, .navigation-clean.navbar-default .navbar-nav > li > a:hover {
  color: #3c3c3d !important;
  background-color: transparent;
}

.navigation-clean.navbar-default .navbar-nav > li:last-child > a:focus, .navigation-clean.navbar-default .navbar-nav > li:last-child > a:hover {
  color: #ffffff !important;
  background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: 2px;
}

@media (max-width:767px) {
  .navigation-clean .navbar-nav .open .dropdown-menu {
    box-shadow: none;
  }
}

@media (max-width:767px) {
  .navigation-clean .navbar-nav .open .dropdown-menu > li > a {
    color: #37434d;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1;
  }
}

.navigation-clean .dropdown-menu > li > a:focus, .navigation-clean .dropdown-menu > li > a {
  line-height: 2;
  font-size: 14px;
  color: #37434d;
}

.navigation-clean .dropdown-menu > li > a:focus, .navigation-clean .dropdown-menu > li > a:hover {
  background: #eee;
  color: inherit;
}

.navigation-clean.navbar-inverse {
  background-color: #1f2021;
  color: #fff;
}

.navigation-clean.navbar-inverse .navbar-nav > .active > a, .navigation-clean.navbar-inverse .navbar-nav > .active > a:focus, .navigation-clean.navbar-inverse .navbar-nav > .active > a:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar-inverse .navbar-nav > li > a {
  color: #dfe8ee;
}

.navigation-clean.navbar-inverse .navbar-nav > li > a:focus, .navigation-clean.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff !important;
  background-color: transparent;
}

.navigation-clean.navbar-inverse .navbar-nav > li > .dropdown-menu {
  background-color: #1f2021;
}

.navigation-clean.navbar-inverse .dropdown-menu > li > a:focus, .navigation-clean.navbar-inverse .dropdown-menu > li > a {
  color: #f2f5f8;
}

.navigation-clean.navbar-inverse .dropdown-menu > li > a:focus, .navigation-clean.navbar-inverse .dropdown-menu > li > a:hover {
  background: #363739;
}

@media (max-width:767px) {
  .navigation-clean.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}

#menu-top {
  background-color: #f5f5f5;
  height: 40px;
	font-weight:700;
}

#menu-logo-nav {
  background-color: #ffffff;
}

#menu-top-container {
  background-color: #f5f5f5;
}

#menu-nav-container {
  background-color: #ffffff;
}

#menu-top ul li {
  padding-top: 10px;
  padding-right: 20px;	
}

#menu-top ul li a {
  color: #a1a1a1;
  font-size: 13px;
}

#menu-top ul li:last-child {
  padding-right: 5px;	
  /*background-color: #3c3c3d;
  height: 40px;*/
}

#menu-top ul li:last-child a {
	color: #a1a1a1;
}

#navcol-1 .nav li a {
  font-size: 13px;
}

#navcol-1 {
  padding-top: 30px;
}

#navcol-1 .nav li:last-child {
  padding-right: 10px;
  padding-left: 10px;	
  background-color: #4b337f;
  color: #ffffff;
  height: 90px;
  margin-top: -40px;	
}

#navcol-1 .nav li:last-child a {
  text-transform: uppercase; 
  line-height: 92px;	
}

#navcol-1 .nav li:last-child a i {
  font-size: 11px;
  color: #ffffff;
}

.navigation-clean.navbar-default .navbar-nav > li:last-child > a {
 color: #ffffff;
}

#page-title h1 {
  color: #4b337f;
  font-size: 50px;
  font-weight: 300;	
}

#page-subtitle span {
  /*background-color: #efefef;*/
  /*padding: 15px;*/
  color: #4b337f;
}

#page-subtitle {
  margin-top: 30px;
  width: 100%;
  background-color: #b4aacd;
  /*padding: 15px;*/
	padding: 15px 15px 35px 15px;
	cursor:pointer;

}
#page-subtitle-menu {
  /*margin-top: 30px;*/
  width: 100%;
  /*background-color: #f5f5f5 !important;*/
  background-color:#f7f7f7 !important;
  padding: 15px;
}
#page-subtitle-menu ul li {
  /*background-color: #efefef;*/
  /*padding: 15px;*/
  /*color: #3b729e;*/
	color:#FFFFFF;
}
#page-subtitle-menu ul li a {
	color:#4b337f;
}


#page-banner-container {
  padding: 0;
}

#page-body {
  padding-top: 30px;
}

#page-body h2 {
  /*color: #3c3c3d;*/
	color: #3c3c3d;
  font-weight: normal;
  font-size: 32px;
  /*padding-top: 40px;
  padding-bottom: 25px;*/
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;	
}

#page-intro-copy p {
  font-size: 26px;
  color: #3c3c3d;
  font-weight: 300;
}

body {
  font-family: 'Open Sans', sans-serif !important;
}

content-copy p {
  font-size: 16px;
}

footer {
  background-color: #e4e0ec;
}

#menu-footer .list-group-item {
  background: transparent;
  border: 0;
  padding: 5px;
}

#menu-footer .list-group {
  box-shadow: none;
}

#menu-footer .list-group-item a {
  color: #4b337f;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

#menu-footer {
  padding-top: 40px;
}

#footer-quicklinks .list-group-item {
  background-color: transparent;
  border: 0;
  padding: 5px;
}

#footer-quicklinks .list-group {
  box-shadow: none;
}

#footer-quicklinks {
  padding-top: 40px;
}

#footer-quicklinks list-group-item a {
  color: #4b337f;
  font-size: 14px;
}

#footer-quicklinks .list-group-item:first-child {
  font-weight: bold;
  color: #4b337f;
}

#our-partners-title {
  font-size: 26px;
  color: #3c3c3d;
  padding-top: 10px;
  text-align:center;
  padding-bottom:10px;
  font-weight: 300;	
}

/*#navcol-1 .nav li + li {
  border-left: 1px solid #a1a1a1;
}*/

#navcol-1 .nav li + li:nth-child(2) {
  /*border-left: none;*/
}

#navcol-1 .nav li:nth-child(5) {
  padding-right: 20px;
}

#footer-copyright-links li + li {
  border-left: 1px solid #4b337f;
}

#footer-copyright-links li a, #footer-copyright-links li {
  padding: 0 5px 0 5px;
  line-height: 13px;
  color: #4b337f;
}

#footer-copyright-links li:nth-child(2) {
  border-left: 0;
}

#signup-block {
  padding-top: 40px;
  padding-bottom: 50px;
}

#signup-heading {
  font-size: 26px;
  color: #4b337f;
  padding-bottom: 25px;
  font-weight: 300;	
}

#connect-block {
	padding-top:40px;
  padding-bottom: 20px;
}

#connect-block-heading {
  color: #4b337f;
  font-size: 26px;
	font-weight:300;
}

#connect-sm-links {
  padding-top: 20px;
}

#connect-sm-links a {
  padding-right: 20px;
}

#signup-block input {
  background-color: transparent;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #4b337f;
  width: 75%;
  font-style: italic;	
}

#signup-block input::-webkit-input-placeholder {
  color: #4b337f;
}

#signup-block input::-webkit-input-placeholder {
  color: #4b337f;
}

#signup-block input::-webkit-input-placeholder {
  color: #4b337f;
}

#signup-block input:-moz-placeholder {
  color: #4b337f;
}

#singup-block input::-moz-placeholder {
  color: #4b337f;
}

#signup-block input:-ms-input-placeholder {
  color: #4b337f;
}

#menu-nav-container {
  border-bottom: 1px solid #e3e3e3;
}

#our-partners {
  padding-bottom: 40px;
  padding-top: 40px;
}

article {
  padding-top: 25px;
}

.content-copy {
  padding-left: 0;
}

.video-feature {
  padding: 0;
  padding-bottom: 40px;
}

.video-feature-title {
  font-size: 20px;
  color: #3c3c3d;
  padding-top: 0px;
  padding-left: 30px;
  font-weight: 300;	
}

.video-feature-type {
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #a1a1a1;
  font-weight: bold;
  text-transform: uppercase;
}

.video-feature-watch {
  padding-left: 30px;
  padding-top: 15px;
}

.video-feature-watch a {
  color: #a4cae7;
	font-weight:700;
}

@media (max-width: 768px) {
  .video-feature {
    margin-top: 40px;
  }
}

@media (min-width: 991px) {
  .video-feature {
    margin-top: 130px;
    float: right;
  }
  #navcol-1 .nav li + li {
  border-left: 1px solid #4b337f;
  }
	/*
  #navcol-1 ul.nav, #navcol-1 .nav li a {
  padding: 0 10px 0 10px;
  line-height: 13px;
  }	
	*/
}


@media (max-width: 1029px) {
  #navcol-1 ul.nav, #navcol-1 .nav li a {
  padding: 0 3px 0 3px;
  line-height: 13px;
  }	
	#navcol-1 .nav li:nth-child(5) {
    padding-right: 3px;
	}
}
@media (min-width: 1030px) {
  #navcol-1 ul.nav, #navcol-1 .nav li a {
  padding: 0 10px 0 10px;
  line-height: 13px;
  }	
}



.box-shadow {
  box-shadow: 0 15px 30px 0 rgba(0,0,0,0.15), 0 5px 15px 0 rgba(0,0,0,0.10);
}

.team-shadow {
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15), 0 4px 8px 0 rgba(0,0,0,0.10);
}


.nav-shadow {
  -moz-box-shadow:0 5px 5px rgba(182, 182, 182, 0.75);
  -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
  box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
}

#six-reasons {
  height: 410px;
  background-color: #f5f5f5;
  margin-top: 60px;
}

#reasons-title {
  font-size: 36px;
  padding-top: 50px;
  font-weight: 300;	
	color:#3c3c3d;
	padding-bottom:20px;
}

@media (min-width: 991px) {
  #six-reasons-content {
    padding-left: 250px;
    padding-right: 250px;
    padding-top: 40px;
    line-height: 1.75;
	text-align: center;
	font-size: 16px;  
  }
}

#six-reasons-carousel {
  margin-top: -75px;
  padding-bottom: 30px;
	width:100%;
}

#six-reasons-carousel .carousel-control {
  display: none;
}

#six-reasons-carousel .carousel-inner {
  height: 150px;
}

#six-reasons-carousel .slide-item {
  background-color: #fff;
  padding: 0px;
  margin-right: 15px;
  width: 350px;
  display: inline-block;
  border-radius: 5px;
  height: 550px;	
}
#six-reasons-carousel .slide-item:hover{background-color:#f5f5f5;}
#six-reasons-carousel .item-heading {
  color: #a1a1a1;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 16px;	
}

#six-reasons-carousel .row {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-container {
  padding: 0;
}

#six-reasons-carousel .item-content {
  width: 80%;
  float: left;
  padding: 20px;
  font-size: 16px;	
}

#six-reasons-carousel .item-content-right {
  width: 20%;
  float: right;
  background-color: #f5f5f5;
  height: 100%;
  border-radius: 5px;
}

.item-content-right .item-arrow {
  margin-top: 55px;
}

#contact-us-form .input-lg {
  border: 0;
  box-shadow: none;
  background-color: #f5f5f5;
  font-size: 16px;
  border-radius: 0;
}
#signup_form .input-lg {
  border: 0;
  box-shadow: none;
  background-color: #f5f5f5;
  font-size: 16px;
  border-radius: 0;
}


#contact-form-container h3 {
  padding-bottom: 30px;
}
#signup-form-container {
	margin-left:15px;
}

#contact-us-form .form-group {
  padding-left: 0;
}

#signup_form .form-group {
  padding-left: 0;
}

.home-page-slider .slider-title {
  font-size: 60px;
  color: #302555;
  line-height: 1.25;
  font-weight: 300;	
  /*width: 350px;*/
  /*padding-top: 100px;*/
  /*padding-left: 55px;*/
}

.home-page-slider .slider-content {
  padding-top: 70px;
  padding-left: 30px;
}

.home-page-slider .slider-subtitle {
  padding-top: 30px;
  font-size: 26px;
  color: #3c3c3d;
  font-weight: 300;	
}

.home-page-slider .slider-learnmore {
  padding-top: 15px;
}

.home-page-slider .slider-learnmore a {
  color: #a4cae7;
}

#homepage-page-sublinks .list-group-item {
  background-color: #f4d5cf;
  border: 0;
  padding: 10px;
  border-radius: 0;
  /*padding-left: 60px;*/
  text-align: left;
  font-size:13px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;	
}

#homepage-page-sublinks .list-group-item a {
  color: #f3755f;	
}

#homepage-page-sublinks {
  background-color: #f4d5cf;
}

#sublinks-container {
  /*padding-left: 50px;
  padding-right: 50px;*/
  padding-bottom: 50px;	
  background-color: #f5f5f5;
  /*height: 360px;*/
}

#homepage-page-sublinks .list-group {
  box-shadow: none;
  border-radius: 0;
}

#homepage-page-sublinks .list-group-item img {
  margin-top: -2px;
  margin-left: 5px;
}

.homepage-help-title {
  font-size: 40px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  font-weight: 300;	
}

#homepage-help-container {
  background-color: #f5f5f5;
}

body {
  /*background-color: #f5f5f5;*/  
  overflow-x: hidden;	
}

#upcoming-event {
  background-color: #fff;
  height: 244px;
  box-shadow:none;
}

#homepage-stats-holder {
  padding-top: 100px;
}

#homepage-events-container {
  /*padding-left: 45px;
  margin-top: -230px;*/	
}

#homepage-events-container .event-holder {
  /*padding-right: 50px;
  box-shadow: 0 15px 30px 0 rgba(0,0,0,0.15);
  padding-left: 15px;*/
}

#upcoming-event-image img {
  /*margin-left: -15px;*/
}

#upcoming-event-image {
 padding-left: 0;
 padding-right: 0;	
}

.homepage-help-input {
  padding-top: 40px;
}

homepage-help-input select#helpyou {
  box-shadow: none;
  border-color: transparent;
}

.homepage-help-input select#helpyou {
  border: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px;
  border-radius: 0;
  font-size: 22px;
  color: #a1a1a1;
  font-style: italic;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  outline: 0;
  border-bottom: 2px solid #a1a1a1;
  height: 38px;
}
@media (max-width:450px)
{
	.homepage-help-input select#helpyou {font-size:14px;}		
}
#upcoming-event .hp-event-header {
  padding-left: 34px;
  padding-top: 40px;
  color: #a1a1a1;
  font-weight: bold;
  text-transform: uppercase;
}

#upcoming-event .hp-event-body {
  /*padding-left: 15px;*/
  /*margin-left: 10px;*/
  /*margin-top: 20px;*/
  /*padding-top: 20px;*/
  /*padding-bottom: 30px;*/
  /*border-radius: 5px;*/
  width: 80%;
  float: left;
  padding: 20px;
}

#news-resources .news-body {
  /*padding-left: 15px;*/
  /*margin-left: 10px;*/
  /*margin-top: 20px;*/
  /*padding-top: 20px;*/
  /*padding-bottom: 30px;*/
  /*border-radius: 5px;*/
  width: 80%;
  float: left;
  padding: 20px;
  color: #3c3c3d;
  /*height: 200px;*/
}

#upcoming-event .hp-event-title {
  font-size: 26px;
  font-weight: 300;	
  padding-bottom: 5px;
  padding-left: 13px;
}

#upcoming-event .hp-event-date {
  padding-left: 13px;
  font-size: 16px;
  font-weight: 300;	
}

#upcoming-event .hp-even-location {
  padding-left: 13px;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 300;	
}

#upcoming-event .item-content-right {
  width: 20%;
  float: right;
  background-color: #f5f5f5;
  height: 100%;
  border-radius: 5px;
}

#news-resources .item-content-right {
  width: 20%;
  float: right;
  background-color: #f5f5f5;
  height: 100%;
  border-radius: 5px;
  padding: 0;
}

#upcoming-event .slide-item {
  border-radius: 5px;
  height: 135px;
  padding: 0;
  background-color: #fff;
  margin-top: 10px;
}
#upcoming-event .slide-item:hover{background-color:#f5f5f5;cursor:pointer;}
#homepage-stats-holder .stats-centers {
  color: #64bdbb;
}

#homepage-stats-holder .stats-centers .stat-amount {
  font-size: 66px;
  font-weight: 300;	
}

#homepage-stats-holder .stats-centers .stat-title {
  font-size: 26px;
  text-transform: uppercase;
}

#homepage-stats-holder .stats-specialists {
  color: #f5b758;
}

#homepage-stats-holder .stats-specialists .stat-amount {
  font-size: 66px;
	font-weight:300;
}

#homepage-stats-holder .stats-specialists .stat-title {
  font-size: 26px;
}

#homepage-stats-holder .stats-years {
  color: #76b1e0;
}

#homepage-stats-holder .stats-years .stat-amount {
  font-size: 66px;
	font-weight:300;
}

#homepage-stats-holder .stats-years .stat-title {
  font-size: 26px;
}

#homepage-stats-holder .stats-title {
  font-size: 26px;
  color: #3c3c3d;
  font-weight: 300;	
}

#homepage-stats-holder .stats-content {
  font-size: 16px;
  color: #3c3c3d;
  padding-top: 25px;	
}

#homepage-stats-holder .stats-desc {
  color: #3c3c3d;
  font-size: 14px;
  padding-top: 20px;
}

#homepage-stats-holder .stats-specialists .stats-desc {
  padding-left: 50px;
  padding-right: 50px;
}

a .learnmore-light {
  color: #f3755f;
}

.learnmore-light {
  color: #f3755f;
}

.stats-learnmore {
  padding-top: 15px;
}

#meet-physicians .team-title {
  font-size: 40px;
  color: #76b1e0;
  padding-top: 60px;
  font-weight: 300;	
}

#meet-physicians {
  margin-top: 80px;
	margin-bottom:100px;
}

@media (max-width: 360px)
	#meet-physicians {margin-bottom:180px;}
}
#meet-physicians .team-desc {
  font-size: 16px;
  color: #4b337f;
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px;	
}

#meet-physicians .team-member {
  background-color: #ffffff;
  padding-top: 50px;
  /*margin-right: 20px;*/
  padding-bottom: 50px;
  margin-bottom:20px;
  /*width: 205px;*/
}

#meet-physicians .team-member-photo {
  width: 120px;
  height: 120px;
  overflow: hidden;
}

#meet-physicians .team-member-photo img {
  transform: translateX(-50%);
  margin-left: 50%;
  width: 126px;
  height: 174px;
}

#meet-physicians .team-intro {
  padding-bottom: 40px;
}

#meet-physicians .team-member-name {
  font-size: 14px;
  color: #a1a1a1;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: bold;	
}

#meet-physicians .team-row {
  margin: 0;
}

.team-intro-container {
  height: 520px;
  background-color: #eef6fb;
}
.sixreasons-intro-container {
  height: 520px;
  background-color: #f5f5f5;
}

@media (min-width: 767px) {
  .team-member-container {
    /*margin-top: -295px;*/
  }
}

#news-resources {
  color: #fff;
  margin-top: 60px;
}

#news-resources .section-title {
  font-size: 40px;
  padding-top: 45px;
  font-weight: 300;	
	color:#f5b758;
}

#news-resources .news-resources-row {
  /*background-color: #fff;*/
  /*margin-right: -25px;
  margin-left: -12px;*/
  /*margin-top: -170px;*/
  padding-top:30px;	
}

#news-resources .news-title {
  font-size: 23px;
  font-weight: 300;	
}

#news-resources .new-subtitle {
  color: #a1a1a1;
  font-weight: bold;
  font-size: 16px;	
}

#news-resources .new-desc {
  padding-top: 20px;	
}

@media (min-width: 991px) {
  #news-resources .slide-item {
    border-radius: 5px;
    padding: 0;
    /*margin-top: 20px;*/
    height: 200px;
    margin-right: 10px;
    background-color: #fff;
    width: 32.4%;
  }
}

#news-resources .slide-item {
  border-radius: 5px;
  padding: 0;
  /*margin-top: 20px;*/
  height: 200px;
  /*margin-right: 10px;*/
  background-color: #fff;
  /*width: 32.4%;*/
  margin-bottom:30px;	
}
#news-resources .slide-item:hover{background-color:#f5f5f5;}
#news-resources .news-resources-header {
  background-color: #fef6eb;
  height: 310px;
}

.news-resources-row .item-content-right .item-arrow {
  margin-top: 90px;
}

#customized-solutions {
  padding-top: 100px;
}

#customized-solutions .section-title {
  font-size: 26px;
  font-weight: 300;	
}

#customized-solutions .sub-title {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.custom-list-item {
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 85%;
  color: #1279be;
  font-weight: bold;
  text-transform: uppercase;
}

.custom-list-item:first-child {
  border-top: 1px solid #f5f5f5;
}

#customized-solutions .customized-item-title {
  font-size: 16px;
  color: #a1a1a1;
  padding-left: 40px;
  padding-top: 40px;
  text-transform: uppercase;
  font-weight: bold;	
}

#customized-solutions .customized-item-content {
  padding-top: 40px;
  padding-left: 40px;
  font-size: 26px;
  font-weight: 300;	
}

#menu-customized-solutions .customized-item-content {
  padding-top: 40px;
  padding-left: 40px;
  font-size: 26px;
  font-weight: 300;
  padding-bottom: 40px;
}

#customized-solutions .customized-item-learnmore {
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 40px;
}

#menu-customized-solutions .customized-item-learnmore {
  padding-top: 40px;
  padding-left: 40px;
  text-transform: uppercase;
}

#customized-solutions .customize-items-learnmore {
  padding-top: 35px;
  padding-bottom: 35px;	
}

.pl-0 {
  padding-left: 0;
}
.no-list-style-type {
  list-style-type: none;
  	
}

#footer-copyright-links {
	font-size: 12px;
	font-weight: 300;
}

#sectionNavMenu li {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  float:left;
  padding-right: 15px;
}

.sectionNavSubTitle {
  color: #3c3c3d;
  font-size: 16px;
  /*border-bottom: 1px solid #efefef;*/
  position: relative;
  padding-bottom: 3px;	
}
.sectionNavSubTitleContainer{
	width:100%;
	/*border-bottom: 1px solid #b0b0b0;
	padding-bottom: 3px;*/
}
ul.sectionNavSubMenu li a {
  color: #a1a1a1;
  font-size: 14px;	
}

#navcol-1 .nav li:first-child a.active {
  /*color: #3b729e !important;*/
}

#meet-physicians .team-row {
  /*overflow-x: auto;*/
  white-space: nowrap;
  margin-bottom: 50px;	
}

#meet-physicians .team-member {
  display: inline-block;
  float: none;
  vertical-align: top;
  white-space: normal;
  margin-left: 20px;	
	
}

.sectionLargNavSubTitle {
  font-size: 26px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 300;
}

.sectionNavContactNumbers {
  padding-top: 20px;
  padding-bottom: 20px;	
}

.sectionNavSendMessage {
	padding-top: 20px;
	padding-bottom: 20px;
}

.no-list-pl {
	padding-left: 0;
}

.no-list-pl .no-list-style-type {
	padding-bottom: 15px;
}

.ui-state-active{
    border: 1px solid #777;
    background: #b4aacd !important;
}
#accordion h3{font-weight:300;font-size:24px;margin-top: 40px;color:#4b337f;}
h3 strong{color:#4b337f;}

#footer-quicklinks a{color:#4b337f;}
.statborder{ border-left:1px solid #f5f5f5; border-right:1px solid #f5f5f5;}
@media (max-width:991px)
	{
		.statborder{border:0px;}
	}
h3{color:#3c3c3d;}
.accordionTitle{color:#3b729e;}
.learnMoreLink{color: #a4cae7 !important;font-weight:700;}
.accordionContainer{background-color:#f5f5f5;padding-bottom:50px;clear:both;}

@media (max-width:767px) {
 #page-subtitle { padding: 15px 15px 65px 15px; }
}

.nav>li.menu-divider:before {
	content:"";
	position: absolute;
	left:15px;
	bottom:0;
	height:2px;
	width:50%;
	border-top: 2px solid #efefef;
}

#navcol-1 ul.nav li.mobile-nav, #navcol-1 .nav li.mobile-nav a {
	line-height: 10px;
	color: #337ab7;
	font-weight: bold;
	text-transform: uppercase;
}
.navbar-fixed-top .navbar-collapse {
	max-height: 100%;
}
.sectionNavSubTitleContainer:before {
    content:"";
	position: absolute;
	left:15px;
	bottom:0;
	height:1px;
	width:50%;
	border-bottom: 1px solid #b0b0b0;
	margin-bottom: 5px;
}
@media (max-width:769px){
	/*#menuButton{display:none;}*/
	/*#dropdownMenu{display:block !important;}*/
}
.nav-menu-block {
	padding:0;
	background-color:#b1a6c9;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#dropdownMenu { padding: 0; }
#sectionNavMenu li a { color: #ffffff; }
#sectionNavMenu li a:hover { color: #4b337f; text-decoration: none; }
.navbar-right { margin-right: -10px; }
.dropdownMenu{z-index:9999 !important;}
.menuPanelGroup { background:none; border-color:transparent;}
.menuPanelGroup .panel-heading { background: none; border-color:transparent; padding-left: 0px; border-bottom: 1px solid #b0b0b0;}
.menuPanelGroup .panel-default { border: none; box-shadow: none; }
.menuPanelGroup .panel-body { border: none; padding-bottom: 0px;}
.menuPanelGroup .panel-heading+.panel-collapse>.panel-body { border: none; }
.menuPanelGroup .panel-default:last-child { padding-bottom: 10px; }
.menuPanelGroup .panel-list-style { padding-top: 5px; padding-bottom: 5px; }
.menuPanelGroup .panel-default+.panel-default { padding-bottom: 10px; }
.menuPanelGroup .panel-heading #subcaret { color: #b0b0b0; transform: rotate(90deg); }
.menuPanelGroup .sectionNavSubTitleContainer {border-bottom: 1px solid #b0b0b0; padding-bottom: 3px; }
.menuPanelGroup .sectionNavSubTitleContainer:before { border: none; }
#dropdownMenu { padding-bottom: 20px; }
#page-intro-copy .more-intro-copy p { font-size: 16px; }
#accordionPage h3 { font-weight:300; font-size: 24px; margin-top:40px; color: #4b337f; }
