img{
  max-width:100%;
  height:auto !important;
}

.layout-large {
    display: inline;
}

.layout-medium {
    display: none;
}

.layout-small {
    display: none;
}

.return-link {
    margin-bottom: 20px;
}

/* .hp-service-tabs .container{
    max-width:90%;
} I don't think this is neccssary and alterting tab layout*/


.navbar.navbar-expand-lg.navbar-light.main-nav .container{
    max-width:100%;
}
.hp-hero .hp-banner-image{
    margin-left:-84px;
}
.hp-hero {
    background-color:#fff;
}

/*Banner Styles*/
.main-banner.content-banner .full-banner .hFullOverlayText {
    position: absolute;
    top: 333px;
    left: 360px;
}
.main-banner.content-banner .full-banner {
    background-size: cover;
    width: auto;
}
@media (max-width:991px){
  .main-banner.content-banner .full-banner{
    display:none;
  }
  .search-results-wrapper.container.d-flex.flex-wrap .search-results-main {
    padding-right: 0;
  }

  .results-list.doctor-results-list .fad-profile-phone a,
.card.tab-pane.fade .fad-profile-phone a, a.loc-details-phone {
      color: #3DA143;
}

a.global-phone {
  text-decoration: none;
   color: #3DA143;
}

}
/*Nav*/
.nav.flex-column.side-nav .sub-page-nav-title{
    color:#fff;
    font-weight:normal;
}

.side-nav .nav-link  {
    font-weight:normal;
    color: #FFF;
}

.side-nav .nav-link:hover, .side-nav .nav-link.active{
    font-weight:700;
}

.rtl-article-item img.rtl-article-img {
    max-height: 197px !important;
}


/*Ctas*/
.ctaTypeHeader{
    font-weight:bold;
    font-size:15px;
}

.clear {
    clear: both;
    margin: 15px;
}

.welcome-section.content-area-cta-highlight .cta-highlight-right{
    margin:auto 0;
}

.welcome-section.cta-feature .cta-feature-title a{
    color: #3DA143;
}

.edit-content-panel .buttons {
	display: block;
	margin-bottom: 7px;
}

.edit-content-panel .buttons a {
	background-color: #e76c3d;
	padding: 5px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	border-radius: 5px;
	margin-right: 10px;
}

.edit-content-panel .editor {
	display: block;
	margin-bottom: 15px;
}

.edit-content-panel .buttons .error-message {
	font-weight: bold;
}

a.button--secondary {
    text-align:center;
}

a.homepage-upcoming-events {
    text-decoration:none;
}

/* .about-section.content-area-cta-bottom {
    margin-top:80px;
} Removing space above acout section*/

/* #class-registration .form-control {
    width: 65%;
} Shoud not need these styles*/

.container.related-blog-posts {
    max-width:100%;
    padding:0;
}

.divPrimaryCareServices .col1 {
  width: 45%;
  display: block;
  float: left;
  margin-right: 5%;
}
.divPrimaryCareServices .col2 {
  width: 45%;
  display: block;
  float: left;
}


.breadcrumb-container .divbreadcrumbs {
    padding:0 15px;
    margin-top: 5px;
    margin-bottom:5px;
    text-align:right;
    color: #414042;
    font-size:.875rem;
}

.breadcrumb-container .divbreadcrumbs a{
    text-decoration: none;
}

.breadcrumb-container .divbreadcrumbs a:hover{
  text-decoration: underline;
}

/* .main-nav .navbar-collapse {
    z-index:99;
} This is throwing off z-index of main navigation.
 Will need to evaluate what area this needed to change and specify.*/

.error-content {
   margin: 0 auto;
   width:500px;
}

.main-nav .site-search .icon-button {
   top:40% !important;
   right:40px;
   width:20px;
}

@media (min-width:1200px) {
.main-nav .site-search .icon-button {
    right: 12.5% !important;
}
}

.main-nav .navbar-collapse {
    left:  0;
}

.blog-item img {
  /*max-height:197px;*/
}
#blog-home-wrapper .search-categories .navbar .dropdown .dropdown-menu .dropdown-item.sub-category{
  font-weight:500;
}
#blog-home-wrapper .search-categories .navbar .dropdown .dropdown-menu .dropdown-item.sub-category.active{
    background-color:#f8f9fa;
    font-weight:700;
    color:#3DA143;
}

.ce-results-wrapper .advanced-filter {
    float:left;
}
.ce-results-wrapper .results-area {
    float:left;
}
.ce-wrapper .search-hero .container h1, .ce-wrapper .search-hero .container .search-labels{
    text-align: left;
}

.col-md-3.class-detail-column .button.button-primary a {
    color: #fff;
    text-decoration: none;
}
.related-classes .a-related-classes{
    text-decoration:none;
}


.ce-results-wrapper .advanced-filter {
    float:left;
}
.ce-results-wrapper .results-area {
    float:left;
}
.ce-wrapper .search-hero .container h1, .ce-wrapper .search-hero .container .search-labels{
    text-align: left;
}

.col-md-3.class-detail-column .button.button-primary a {
    color: #fff;
    text-decoration: none;
}

.related-classes .a-related-classes{
    text-decoration:none;
}
.related-classes .event-item.ce-details-page:first-of-type {
    display: none;
}

@media screen and (max-width:1299px) {
    .layout-large {
        display: none;
    }

    .layout-medium {
        display: inline;
    }

    .layout-small {
        display: none;
    }
}

@media screen and (max-width: 979px) {
    .layout-large {
        display: none;
    }

    .layout-medium {
        display: inline;
    }

    .layout-small {
        display: none;
    }
}

@media (max-width: 991px) {
  .search-results-advanced.hide {
    display: none;
  }

  .search-results-main .search-main-table-wrapper {
    width: 100% ;
  }

  span.content-type-search-header {
    display: block;
    color: #3DA143;
    font-size: 22px;
    font-weight: 300;
    padding: 15px 5px 30px 0px;
}

}

@media screen and (max-width:600px) {
    .layout-large {
        display: none;
    }

    .layout-medium {
        display: none;
    }

    .layout-small {
        display: inline;
    }

    .error-content {
        width:300px;
    }

    img {
        max-width: 100% !important;
    }

  .img-badge {
    margin-left:0px !important;
  }


    .location-name:hover {
        text-decoration: none;
    }
}

/*Banner Mobile Styles*/
@media screen and (max-width:375){
    .hp-hero .hp-banner-image {
        width: 345px;
        margin-top: 80px;
        margin-left:0;
    }

}


/***
 *      /$$$$$$                                          /$$
 *     /$$__  $$                                        | $$
 *    | $$  \__/  /$$$$$$   /$$$$$$   /$$$$$$   /$$$$$$$| $$$$$$$
 *    |  $$$$$$  /$$__  $$ |____  $$ /$$__  $$ /$$_____/| $$__  $$
 *     \____  $$| $$$$$$$$  /$$$$$$$| $$  \__/| $$      | $$  \ $$
 *     /$$  \ $$| $$_____/ /$$__  $$| $$      | $$      | $$  | $$
 *    |  $$$$$$/|  $$$$$$$|  $$$$$$$| $$      |  $$$$$$$| $$  | $$
 *     \______/  \_______/ \_______/|__/       \_______/|__/  |__/
 *
 *
 *
 */

.pnl-search-radio, .mobile-pnl-search-radio{
  display: block;
  width: 50%;
  margin: 0 auto;
}

.mobile-pnl-search-radio{
  padding-bottom: 10px;
  width: 90%;
}


.pnl-search-radio input[type='radio']:before,
.mobile-pnl-search-radio input[type='radio']:before{
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  background: white;
  border: 1px solid #D4D4D4;
  box-shadow: inset 0px 0px 0px 2px white;
  -webkit-box-shadow: inset 0px 0px 0px 2px white;
  -moz-box-shadow: inset 0px 0px 0px 2px white;
  -o-box-shadow: inset 0px 0px 0px 2px white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
}

.mobile-pnl-search-radio input[type='radio']:before{
  height: 10px;
  width: 10px;
}

.pnl-search-radio input[type='radio'] + label,
.mobile-pnl-search-radio input[type='radio'] + label{
  position: relative;
  padding: 0 40px 0 4px;
  font-size: 14.5px;
  line-height: 16px;
  color: #6E6E6E;
}

.mobile-pnl-search-radio input[type='radio'] + label{
  font-size: 12px;
  padding: 0 15px 0 5px;
  display: block;
  text-align: center;
}

.pnl-search-radio input[type="radio"]:checked:before,
.mobile-pnl-search-radio input[type="radio"]:checked:before{
  background: #3DA143;
}

.searchBannerPosition{
  margin: 0 10px;
  display: inline-block;
  float: right;
}

.searchBannerPosition .compact-banner{
  height: auto;

}

.search-link-header.header-link{
  display: inline-block;
  float: left;
}

.searchBannerPosition .compact-banner h1{
  display: inline;
  padding: 0;
  line-height: 65px;
}

.searchBannerPosition .compact-banner .pnl-results-count{
  float: right;
}

.searchBannerPosition .compact-banner .styled-select{
  border-radius: 5px;
  height: auto;
  position: relative;
  margin-right: 0;
  float: right;
}

.search-page-header {
    padding: 37px 0px 29px;
}

.searchBannerPosition .compact-banner span{
  margin-left: 10px;
  display: inline-block;
      font-weight: 400;
    font-size: 16px;
    color: #212529;
}

.searchBannerPosition .compact-banner select{
  height: auto;
  border: 0;
  position: relative;
  -webkit-appearance: none;
      width: 50px;
    z-index: 999999;
    background: transparent;
}

.searchBannerPosition .compact-banner .styled-select::after{
    right: 13px;
    top: 7px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    width: 8px;
    height: 12px;
    background-image: url(https://parkview.live.merge-digital.com/assets/_img/small-arrow-right.svg);
    margin-left: .4rem;
    position: absolute;
    content: "";
  }

#pnl-search {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0;
}

#pnl-search-inner, #mobile-pnl-search-inner {
  background: #c3c3b9;
  z-index: 100;
  width: 100%;
  height: 167px;
}
.pnl-search-container, .mobile-pnl-search-container {
  width: 98px;
  background: #f5f5f2;
  border-bottom: solid 1px #c3c3b9;
  border-right: solid 1px #c3c3b9;
  border-left: solid 1px #c3c3b9;
  border-radius: 0 0 6px 6px;
  /*float:left;*/
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  left: 45%;
  right: 50%;
}
.pnl-search-container .search, .mobile-pnl-search-container .search {
  background: url(https://parkview.live.merge-digital.com/assets/_img/search-icon-green-bright.svg) no-repeat left 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #736e69;
  padding: 0 0 14px 20px;
  margin: 12px 0 0 20px;
  cursor: pointer;
  border: none;
  outline: none;
}
.pnl-search-container #pnl-search-close span,
.mobile-pnl-search-container #mobile-pnl-search-close span {
  background: url(https://parkview.live.merge-digital.com/assets/_img/search-icon-green-bright.svg) no-repeat left 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #736e69;
  padding: 0 0 14px 20px;
  margin: 12px 0 0 20px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  display: block;
  padding: 0 0 14px 0;
}
.pnl-search-container #pnl-search-close span i,
.mobile-pnl-search-container #mobile-pnl-search-close span i {
  margin-right: 10px;
  color: #3DA143;
}
#pnlSearch, #mobilePnlSearch {
  padding-top: 40px;
}
.btn-search {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #3DA143;
  color: #736e69;
  font-size: 14px !important;
  text-align: center;
  background: #fff;
}
.btn-search:hover {
  color: #fff;
  background: #3DA143;
}
.txt-search {
  margin: 15px auto;
  padding: 7px;
  box-sizing: border-box;
  width: 50%;
}
.pnl-search-container:hover {
  border-left: 1px solid #3DA143;
  border-bottom: 1px solid #3DA143;
  border-right: 1px solid #3DA143;
}

.search-link-header-top{
  display: inline-block;
  width: 100%;
}
.search-header {
  width: 96%;
  background-color: #3DA143;
  padding: 2%;
  /*font-family: 'Open Sans' , sans-serif;*/
  margin-bottom: 5px;
  margin-top: 30px;
}
.search-header-left {
  width: 30%;
  float: left;
}
.search-header-right {
  width: 30%;
  float: right;
  text-align: right;
}
.search-results-wrapper {
  width: 100%;
/*  margin-left: 10px;*/
}

.search-results-main .page-tools-results.col span > span {
    color: #3DA143;
    margin-right: .5rem;
    font-weight: 700;
    display: inline-block;
}
.search-results-main .search-results-table td {
  padding-left: 0;
}
.search-results-main .page-tools-results.col {
    padding-top: 0;
        padding-left: 0;
    padding-bottom: 0;
    display: inline-block;
    width: auto;
}

.search-results-main .page-tools-results.col span {
    font-weight: 400;
    font-size: 16px;
    color: #212529;
}

.content_type_search_row {
  border-bottom: 1px solid #E5E5E5;
}
.content-type-link {
  text-decoration: none !important;
  padding: 5px 5px 5px 5px;
}
.content_type_search_row .content-type-link {
  text-decoration: none !important;
  padding: 5px 5px 5px 5px;
}
.content-type-desc {
  padding: 5px 5px 5px 5px;
}
/*.content_type_search_row .content-type-desc
{
    padding: 5px 5px 5px 5px;
}*/
.search-pager-footer td table {
  margin-left: 300px;
}
.search-pager-footer td table tr {
  border: none !important;
}
.search-pager-footer td span {
  padding-right: 10px;
}
.search-results-wrapper .search-link {
  display: block;
  font-size: 18px;
  /*padding: 15px 0;*/
  padding: 0;
  text-decoration: none;
  color: #000;
  border:none;
}

.search-results-wrapper .search-link > span.search-link-header:hover{
  text-decoration: underline;
}


.search-results-wrapper .search-link:hover {
    text-decoration:underline;
    border:none;
}

.search-results-wrapper span {
  color: #5a5a5a;
  /*font-size: 13px;*/
  display: block;
  line-height: 22px;
}

.search-results-wrapper span.date {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    color: #3DA143;
    font-size: 16px;
}

.search-results-wrapper .search-link-header {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #3DA143;
    font-weight: 300;
    padding: 22px 0 10px 0;
    display:inline-block;
    line-height: 30px;
    max-width: 88%;
}

.search-results-wrapper .search-link-header-top a .search-link-header {
    font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 22px;
    color: #414042;
    font-weight: 500;
    padding: 5px 0 10px 0;
    display: inline-block;
    line-height: 28px;
    max-width: 88%;
}

span.search-category {
    font-size: .875rem;
    margin-top: 20px;
    display: block;
}

.search-results-wrapper .search-link-header.search-date{
    float:right;
    font-size: 22px;
    line-height: 32px;
}

.search-results-table .table.last, .search-results-table tr.page-button-item{
    border-bottom:none;
}

.search-main-table-wrapper{
  display: inline-block;
  width: 70%;
  float: left;
/*  border-right: 1px solid #E5E5E5;*/
}

.search-results-wrapper span.search-found {
  height: auto !important;
  padding-bottom: 10px !important;
  line-height:25px;
  color: #424242;
  font-weight: 400;
  font-size: 18px;
}
.search-results-main {
  width: 100%;
  float: left;
  padding-right: 1%;
}
.search-results-advanced {
  /*width: 34%;*/
  width: 30%;
  float: left;
  display: inline-block;
  padding-left: 25px;
}

.search-results-advanced .content-type-search-header {
  /*background-color: #3DA143;*/
  background: none;
  display: block;
  color: #3DA143;
  font-size: 22px;
  font-weight: 300;
  /*color: #ffffff;*/
  /*font-size: 12px;*/
  font-weight: 300;
  padding: 38px 5px 8px 0px;
  /*padding: 35px 5px 8px 25px;*/
}
.search-results-advanced content-type-search-type {
  border: 1px solid #cecece;
}
.search-results-advanced tr {
  padding-bottom: 10px;
  /*border: 1px solid #cecece;*/
}
.search-advanced-physician {
  background-color: White !important;
}
.search-results-key {
  /*background-color: #3DA143;*/
  color: white;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 60px;
}
.search-results-key .search-key-label {
  font-size: 22px;
}
.search-results-key span {
  display: inline;
  font-weight: 300;
  color: #736e69;
  padding-left: 9px;
  font-size: 22px;
  line-height: 27px;
}

.search-results-key span.search-key-header{
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    color: #736e69;
    font-weight: 300;
    display: inline-block;
    padding: 0;
    border-radius: 6px;
}

.search-key-icon {
  width: 30px;
  margin-right: 18px;
  vertical-align: middle;
}
.search-results-main .search-results-table {
  padding: 0 5px 0 5px;
  float: left;
  margin-right: 10px;
}
.search-results-main .search-results-icons {
  /*height: 30px;*/
  /*border-width: 0px;*/
  padding: 20px 15px 10px 0;
  margin-left: 10px;
  float: left;
}
.search-results-table tr {
  border-bottom: 1px solid #E5E5E5;
  /*height: 100px !important;*/
}

.search-results-table .page-button{
    border:none;
}

.searchPager .page-button-next.disabled, .searchPager .page-button-prev.disabled,
.searchPager .page-button-next.disabled:hover, .searchPager .page-button-prev.disabled:hover {
    color: #dadada;
    cursor: default;
    background-color:#fff;
    border-bottom: solid 1px #c3c3b9;
}

.searchPager .page-button-next{
    text-decoration: none;
    border: solid 1px #c3c3b9;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    line-height: normal;
    color: #3DA143;
    vertical-align: top;

}

.searchPager .page-button-prev {
    text-decoration: none;
    border: solid 1px #c3c3b9;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    line-height: normal;
    color: #3DA143;
}

.searchPager .page-button-item{
    border-right: solid 1px #c3c3b9;
    display: inline-block;
    margin: 0;
    line-height: normal;
}

.searchPager li.page-button-item:last-child{
    border-right:none;
}

.searchPager{
    margin-top: 60px;
    text-align: center;
}

.searchPager .search-page-list{
    padding: 0;
    display: inline-block;
    border: solid 1px #c3c3b9;
    border-radius: 10px;
    margin: 0 90px;
    padding: 0;
}

.searchPager .page-button-item a {
    text-decoration: none;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #736e69;
    margin: 0;
    padding: 20px;
    line-height: 18px;
    border-bottom:none;
    margin-left: -5px;
}

.searchPager .page-button-item:first-child a{
    margin-left:0;
}

.searchPager a.page-button:hover , .searchPager a.page-button.active{
  background: #3DA143;
  color: #FFF;
}

.searchPager li.page-button-item:first-child a.page-button:hover, .searchPager li.page-button-item:first-child a.page-button.active{
  background: #3DA143;
  color: #FFF;
  border-radius: 5px 0 0 5px;
  margin-left: 0;
}

.searchPager li.page-button-item:last-child a.page-button:hover , .searchPager li.page-button-item:last-child a.page-button.active {
  background: #3DA143;
  color: #FFF;
  border-radius: 0 5px 5px 0;
}

.searchPager .page-button-next:hover, .searchPager .page-button-prev:hover{
      background: #3DA143;
      color: #FFF;
}

tr.page-button-item table tr td{
    margin: 0;
    line-height: normal;
    list-style-type: none;
    border: solid 1px #c3c3b9;

}

tr.page-button-item table tr td a{
    border:none;
    padding: 12px 17px 16px 23px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #736e69;
    line-height: 18px;
}

.search-results-table .searchtxt {
  height: 30px !important;
  border: none;
}
.searchtxt span {
  font-weight: bold;
}
.searchtxt table {
  border-color: none !important;
  border-spacing: 0px;
}
.search-results-table .searchtxt td {
  padding-right: 5px;
}
.content #ContentContainer {
  margin-bottom: 20px;
}
.searchtxt {
  padding: 0 5px 0 px;
}
.content_type_search_header {
  color: white !important;
  /*font-family: 'Open Sans',sans-serif;*/
  font-size: 12px;
  font-weight: normal;
  padding: 10px;
  text-transform: uppercase;
}
.content_type_search_body {
  background-color: #FAFAFA !important;
}
.content-type-search-table {
  margin-bottom: 10px;
}
.search-pager-footer {
  text-align: center;
  border: none !important;
  border-bottom: none !important;
}
.search-pager-footer table span,
.search-pager-footer a {
  color: #1d55d6;
  font-weight: bold;
  padding-right: 2px !important;
  font-size: 12px !important;
}
.search-pager-footer table span {
  padding-top: 1px;
}
.content-right .search-header .search-header-left .dd .ddTitle {
  background: white;
  border-radius: 0px !important;
  text-decoration: none;
  width: 200px;
}
.content-right .search-header .search-header-left .dd .ddChild {
  border: none !important;
  width: 200px;
  left: 0px;
}
.content-right .search-header .search-header-left .dd .ddChild li {
  list-style-type: none;
  padding: 0px;
  border: none;
  width: 100%;
  margin-left: 10px;
  font-size: 11px;
}
.search_input {
  display: inline-block;
  width: 175px;
  color: #6a635d;
  font-weight: normal;
  margin: 0;
  padding: 3px 20px 2px 10px;
  border: none;
  /* line-height: 32px; */
  /* height: 32px; */
  border-radius: 0;
  float: left;
}

.search-header-right2 {
	float: right;
	width: 35%;
}

.search_button {
  width: 30px;
  border-radius: 0px 10px 10px 0px;
  border: 0px none;
  cursor: pointer;
  display: inline-block;
  height: 29px;
  background: url('https://parkview.live.merge-digital.com/assets/_img/search-icon-green-bright.svg') no-repeat scroll center center #ffffff;
  padding: 2px 0px;
  line-height: 15px;
  margin: 0;
  float: left;
}
.search-results-filter {
  background-color: #fff;
  border: none;
  height: 34px;
  padding-left: 20px;
  border-radius: 3px;
}
.search-results-table .no_search {
  color: #000;
  padding: 20px;
  font-size: 15px;
}

.search-header-right2 select {
   background-position: 95% !important;
   width:250px;
}

.searchPager ul li:before {

    content: "" !important;
    margin-right: 0 !important;
}

.searchPager ul li  {
   padding-left: 0px !important;
}

.results-area ul li:before,
.doc-pages ul li:before,
.profile-details ul li:before,
.blog-pages ul li:before,
.blog-topics ul li:before,
.search-categories ul li:before,
.locations-results-container ul li:before {
    content: "" !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
}

.hp-article-list img {
    max-height:197px;
}

.ui-autocomplete
{
    z-index:99999 !important;
    font-size:10px !important;
}

.doc-pages ul li,
.profile-details ul li,
.blog-pages ul li,
.blog-topics ul li,
.search-categories ul li,
.locations-results-container ul li {
    padding-left:0 !important;
    flex:none !important;
}
.doc-pages ul.doc-page-list,
.blog-pages ul.blog-page-list {
  /*float:left;*/
  padding: 0;
  display: inline-block;
  border: solid 1px #c3c3b9;
  border-radius: 10px;
  /*margin:0 0 0 91px;*/
  margin: 0 auto;
}
.doc-pages ul.doc-page-list,
.blog-pages ul.blog-page-list {
  margin: 0 50px;
}
.doc-pages ul.doc-page-list li.page-button-item,
.blog-pages ul.blog-page-list li.page-button-item {
  float: left;
  border-right: solid 1px #c3c3b9;
  display: inline-block;
  margin: 0;
  line-height: normal;
  list-style-type: none;
}
.doc-pages ul.doc-page-list li.page-button-item.last,
.blog-pages ul.blog-page-list li.page-button-item.last {
  border: none !important;
}
.doc-pages ul.doc-page-list li.page-button-item a.one,
.blog-pages ul.blog-page-list li.page-button-item a.one {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #736e69;
  margin: 0;
  padding: 12px 17px 16px 23px;
  line-height: 18px;
}
.doc-pages ul.doc-page-list li.page-button-item a,
.blog-pages ul.blog-page-list li.page-button-item a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #736e69;
  margin: 0;
  padding: 12px 17px 16px 23px;
  line-height: 18px;
}
.doc-pages ul.doc-page-list li.page-button-item a:hover,
.doc-pages ul.doc-page-list li.page-button-item a.active,
.blog-pages ul.blog-page-list li.page-button-item a:hover,
.blog-pages ul.blog-page-list li.page-button-item a.active {
  background: #3DA143;
  color: #FFF;
}
.doc-pages ul.doc-page-list li.page-button-item a.first:hover,
.doc-pages ul.doc-page-list li.page-button-item a.first.active,
.blog-pages ul.blog-page-list li.page-button-item a.first:hover,
.blog-pages ul.blog-page-list li.page-button-item a.first.active {
  background: #3DA143;
  color: #FFF;
  border-radius: 5px 0 0 5px;
}
.doc-pages ul.doc-page-list li.page-button-item a.last:hover,
.doc-pages ul.doc-page-list li.page-button-item a.last.active,
.blog-pages ul.blog-page-list li.page-button-item a.last:hover,
.blog-pages ul.blog-page-list li.page-button-item a.last.active {
  background: #3DA143;
  color: #FFF;
  border-radius: 0 5px 5px 0;
}
.doc-pages .arrow1,
.blog-pages .arrow1 {
  font-size: 17px;
  padding: 14px 0px 11px 0;
  color: #ec7d60;
  text-align: center;
  display: block;
  float: left;
  width: 51px;
  border: solid 1px #c3c3b9;
  border-radius: 5px;
  line-height: 18px;
}
.doc-pages .arrow2,
.blog-pages .arrow2 {
  padding: 14px 0px 11px 0;
  font-size: 17px;
  color: #ec7d60;
  text-align: center;
  display: block;
  float: right;
  width: 51px;
  border: solid 1px #c3c3b9;
  border-radius: 5px;
  margin: 0 8px 0 0;
  line-height: 18px;
}

.profile-details .tab-content > .tab-pane {
   display:block !important;
}

.form-row select {
    background-position: calc(100% - 1.5rem) !important;
    background-repeat: no-repeat !important;
}


.footer-nav .nav-title a{
    cursor:default;
}

.main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown .location-container .dropdown-item.active,
.main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown .location-container .dropdown-item.active ~ .location-item {
    z-index:9999 !important;
}

.search-categories ul li {
    margin-bottom:0px !important;
}

.sub-category {
   padding-left: 10px !important;
}

.profile-details ul li {
   margin-right: 20px;
}

.ui-autocomplete.ui-widget {
	font-size: 1rem !important;
	line-height: 1.5 !important;
	font-family: inherit !important;
}
.blog-article-list-container.related-blog-posts {
    border-bottom: none;
    border-top: 1px solid #dee2e6;
}

    .blog-article-list-container.related-blog-posts .blog-article-list {
        padding-left: 0 !important;
    }

@media(max-width:768px) {
    .blog-article-list-container.related-blog-posts .blog-article-list {
        padding: 0 15px !important;
    }

        .blog-article-list-container.related-blog-posts .blog-article-list li {
            padding: 0;
        }

            .blog-article-list-container.related-blog-posts .blog-article-list li a {
                display: block;
            }

                .blog-article-list-container.related-blog-posts .blog-article-list li a img {
                    height: auto;
                    width: 100%;
                    max-height: 240px;
                    object-fit: cover;
                }

            .blog-article-list-container.related-blog-posts .blog-article-list li > span:first-of-type,
            .blog-article-list-container.related-blog-posts .blog-article-list li p.date {
                display: none;
            }
}

.blog-article-list li:last-child {
    margin-right: 0 !important;
    /*padding-right: 0 !important;*/
}

.pnl-related-articles {
    padding-top: 65px;
}

.meet-our-team-module div a img {
   max-height: 225px;
}

/* Classes & Events */
.contrast-row{
  padding:1rem;
  background-color:#f8f9fa;
  display:inline-block;
  margin-bottom:1rem;
}

.contrast-row label{
  margin-bottom:0;
  font-size:1rem;
}

#class-registration #class-title{
    font-size:1.5rem;
    margin-bottom:.5rem;
    font-weight:700;
}

#class-registration .class-results-list .event-item:before{
  content:'';
}

#class-registration .class-results-list .event-item article{
  padding:0 0 2rem 0;
}

#class-registration .class-results-list .event-item article .right{
  padding:0;
}

#class-registration #class-location-field{
  margin-top:1rem;
  margin-bottom: 1rem;
}

#class-registration #class-location-field > h5{
  margin-bottom:0;
}

#class-registration #class-description{
  margin-top:1rem;
}

#class-registration .class-date{
  margin-bottom:.5rem;
}

#class-registration .registration-review-placeholder,
#class-registration .class-total-placeholder,
#class-registration #guests-total-field {
    margin-bottom: 1rem;
}

#guest-registration {
    margin-bottom: 2rem;
}

#guest-registration legend{
  font-size:1rem;
  /*padding-top:2rem;*/
}

#guest-registration fieldset{
  border:1px solid #dee2e6;
  border-left:0px;
  border-right:0px;
  padding-bottom:2rem;
}

#guest-registration #class-total-placeholder{
  margin-bottom:2rem;
}

#step-6 .class-details-placeholder{
  margin-bottom:2rem;
}

#registrant-confirmation-label{
  font-size:1.25rem;
  font-weight:700;
}

#registration-summary{
  margin-bottom:2rem;
}

#registration-summary #registration-label{
  font-size:1.15rem;
  font-weight:700;
}


#step-2 .class-total-placeholder{
  margin-bottom:2rem;
}

/*#blog-home-wrapper .blog-article-list > li.blog-item:last-child{
  margin-bottom:.75rem;
}*/

/* Content Style to make all content images respnosive*/

#divContent #ctl00_cphContent_ctl00_rptLoosePageData_ctl00_lblContent img{
  max-width:100% !important;
  height:auto !important;
}

@media (max-width : 600px){
    .location-name ,.location-name:hover {
        text-decoration: none;
    }
}
.page-tools-results span .fad-results-text {
    margin-right: 0;
}

.foundation-events.location-name {
    color: black;
    font-weight:normal;
}

.btn.fe-add-cal{
    display:inline-block;
    padding:10px !important;
}
.fe-add-cal-text {
    display: inline-block;
    color: #3DA143;
    font-size: 20px;
}

/*Change text in autofill textbox*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,  
input.form-control:-webkit-autofill,
input.form-control:-webkit-autofill:hover, 
input-form-control:-webkit-autofill:focus 

{
    -webkit-box-shadow: 0 0 0 100px white inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

/*FAD and Locations - Revisions SR*/
@media (max-width : 600px) {
    .location-name,.location-name:hover {
        text-decoration: none;
        color: #3DA143;
    }
}

.page-tools-results span .fad-results-text {
    margin-right: 0;
}

.content-area.related-providers-module{
	padding:0;
}


.results-list.doctor-results-list .fad-profile-phone a,
.card.tab-pane.fade .fad-profile-phone a, a.loc-details-phone {
    line-height: 3;
    font-weight:normal;
    text-decoration: none;
    cursor: unset;
}

.results-list.doctor-results-list .fad-profile-phone a:hover,
.card.tab-pane.fade .fad-profile-phone a:hover,
a.loc-details-phone:hover{
    color: #000;
}

@media(max-width:768px){
    .results-list.doctor-results-list .fad-profile-phone a,
    .card.tab-pane.fade .fad-profile-phone a, a.loc-details-phone {
        pointer-events: all;
        cursor: pointer;

    }
        .results-list.doctor-results-list .fad-profile-phone a:hover,
        .card.tab-pane.fade .fad-profile-phone a:hover,
       a.loc-details-phone:hover {
            color: #3DA143;
        }
}
@media (max-width: 500px) {
  img.img-badge.google-badge {
    margin-left: -10px !important;
}
}


.cta-highlight img.img-fluid{
    max-height: 285px;
}

/* CSP 05Sep18 Blog Tweaks to take out active DD blue backgound */
#blog-home-wrapper .search-categories .navbar .dropdown .dropdown-menu .dropdown-item.sub-category.active:active {
    background-color: #f8f9fa;
}
/*SR Class Registration Updates 09102018*/

.class-detail-column .class-details-date-time{
    margin-bottom: 1rem;
}

#class-registration .step .next-prev.btn-lnk-previous {
    background: none;
    -webkit-app-region: unset;
    -webkit-appearance: button-bevel;
    text-decoration: underline;
    padding-left: 0;
    border-left-width: 1px;
}

#class-registration .step .next-prev.btn-lnk-previous:hover,
#class-registration .step .div-btn-prev:hover {
    color: #3DA143;
}
#class-registration .step .div-btn-prev{
    padding: 0 0 20px 0;
}

.class-detail-column .button.button-primary.ce-details-add-cal{
    padding: 1rem;
}
.class-pay-later {
  margin-bottom: 1rem; }


/*Custom CTA Styles based on class*/

.content-cta-with-button, .content-cta-no-button {
    background-color: #fff;
}
.content-cta-with-button .col-lg.p-0.d-md-flex,
.content-cta-no-button .col-lg.p-0.d-md-flex {
    display: none !important;
}
.content-cta-with-button .container.container-right{
    padding-left: 0;
    margin: 0;
}

.content-cta-with-button .welcome-text h2.h1,
.content-cta-no-button .welcome-text h2.h1,
.content-cta-with-button .welcome-text p.mb-3,
.content-cta-no-button .welcome-text p.mb-3 {
    padding-right: 0;
}

.content-cta-with-button .welcome-text a.button.button-primary{
    float:right;
}

.content-cta-no-button .welcome-text h2.h1 {
    font-size: 1.75rem;
    color: #3DA143;
    font-weight:500;
}

.content-cta-no-button .welcome-text a.button.button-primary{
    display:none;
}

/*// SG CTA STYLES */

.cta-leftbadge-rightbutton,
.cta-righttext-rightbtn {
    background-size: cover;
    max-height: 480px;
}

.cta-leftext-teftbtn {
  background-size: cover;
}

.cta-leftext-teftbtn h3 {
    color: #3DA143;
    font-size: 50px;
    padding-right: 0;
    margin-bottom: 0;
    line-height: 50px;
  }

  .cta-leftext-teftbtn p {
    color: #8EC54A;
    font-size: 50px;
    padding-right: 0;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 50px;
  }


.cta-leftbadge-rightbutton > div,
.cta-leftbadge-rightbutton .row {
    height: 100%;
}

.cta-leftbadge-rightbutton p {
  display: none;
}

.cta-leftbadge-rightbutton h3 {
    color: white;
    font-size: 54px;
    font-weight: 800;
    line-height: 50px;
    padding-top: 8%;
    padding-left: 8%;
    background: url(https://parkview.live.merge-digital.com/media/file/Asset-8-802.png) no-repeat;
    height: 335px;
    width: 84%;
}

.cta-righttext-rightbtn h3 {
      color: white;
    font-size: 67px;
    font-weight: 800;
    padding: 0;
    margin-bottom: 0;
    line-height: 86px;
  }

.cta-righttext-rightbtn p {
      color: white;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.cta-righttext-rightbtn a.button.button-primary {
/*  float: right;*/
    float:left;
}

.cta-leftbadge-rightbutton .col.col-md-8.col-lg-7.col-xl-6 {
    max-width: 100%;
    flex: 1 1 70%;
    background: transparent;
    padding: 0;
}

.cta-leftext-teftbtn .col.col-md-8.col-lg-7.col-xl-6 {
    max-width: 65%;
    flex: 1 1 100%;
    padding: 30px 30px 0px 60px;
    background: transparent;
}

.cta-righttext-rightbtn .col.col-md-8.col-lg-7.col-xl-6 {
  margin-left: auto;
  background: transparent;
  padding: 70px 0px 0 155px;
}

.cta-leftbadge-rightbutton  a.button.button-primary {
  align-self: flex-end;
  justify-self: flex-end;
  flex: 0 0 auto;
  word-wrap: no-wrap;
}

@media (max-width: 1355px) {
	.cta-righttext-rightbtn .col.col-md-8.col-lg-7.col-xl-6 {
	    padding: 70px 0px 0 115px;
	}

	.cta-leftbadge-rightbutton, .cta-righttext-rightbtn {
	    background-size: cover;
	}

	.cta-leftext-teftbtn {
	    background-size: cover;
	    background-position: 80%;
	}
}

@media (max-width: 1303px) {
	.cta-leftbadge-rightbutton h3 {
		padding-right: 22%;
	}
}

@media (max-width: 1246px) {
	.cta-righttext-rightbtn .col.col-md-8.col-lg-7.col-xl-6 {
	    padding: 70px 0px 0 80px;
	}

	.cta-leftext-teftbtn .col.col-md-8.col-lg-7.col-xl-6 {
	    padding: 30px 30px 0px 5px;
	}

	.cta-leftbadge-rightbutton h3 {
	    color: white;
	    font-size: 41px;
	    font-weight: 800;
	    line-height: 50px;
	    padding-top: 6%;
	    padding-left: 9%;
	    background: url(https://parkview.live.merge-digital.com/media/file/Asset-8-802.png) no-repeat;
	    height: 335px;
	    width: 83%;
	    background-size: 77%;
	}
}

@media (max-width: 1229px) {
	.cta-leftbadge-rightbutton .col.col-md-8.col-lg-7.col-xl-6 {
	    max-width: 70%;
	    flex: 1 1 35%;
	    background: transparent;
	    padding: 0;
	}

	.cta-leftbadge-rightbutton h3 {
	    line-height: 44px;
	    padding-top: 8%;
	}

	.cta-righttext-rightbtn .col.col-md-8.col-lg-7.col-xl-6 {
	    padding: 25px 0px 0 60px;
	}
}

@media (max-width: 1170px) {
	.cta-leftbadge-rightbutton h3 {
	    line-height: 44px;
	    padding-top: 11%;
	    padding-left: 7%;
	    font-size: 30px;
	}
}

@media (max-width: 1064px) {
	.cta-righttext-rightbtn .col.col-md-8.col-lg-7.col-xl-6 {
	    padding: 25px 0px 0 25px;
	}
}

@media (max-width: 767px) {
  .cta-leftbadge-rightbutton h3,
  .cta-righttext-rightbtn h3,
  .cta-leftext-teftbtn h3,
  .cta-leftext-teftbtn p {
      line-height: 44px;
      padding-top: 0;
      padding-left: 0;
      font-size: 1.5rem;
      color: #414042;
      width: 100%;
      background: none;
      padding-right: 0;
      height: auto;
  }

  .cta-righttext-rightbtn p {
    color: #414042;
    font-size: 16px;
  }

  .cta-leftbadge-rightbutton .col.col-md-8.col-lg-7.col-xl-6 {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .cta-leftbadge-rightbutton, .cta-righttext-rightbtn {
    height: auto !important;
  }

  .cta-righttext-rightbtn .col.col-md-8.col-lg-7.col-xl-6 {
    padding: 0;
  }

  .cta-leftext-teftbtn .col.col-md-8.col-lg-7.col-xl-6 {
    max-width: 100%;
    flex: 1 1 100%;
    padding: 0;
  }

  .cta-leftext-teftbtn a.button.button-primary,
  .cta-leftbadge-rightbutton a.button.button-primary {
    float: right;
  }

}

/* CSP Changes to Parkview Mom Meet Our Team 21Sep18 */

.cta-image-divider .container {
    display: none;
}

.cta-image-divider {
    height: 13vh; /*10vh;*/
    background-size: 100%;
    padding-bottom: 10px;
}

section.cta-load-more {
        padding: 0rem 4rem 2rem;
}

.cta-load-more h4 {
    text-align: center;
}

.cta-load-more a {
    text-decoration: none;
}

.cta-load-more h6 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.show-more {
    border-top: none;
}

@media (max-width:767px) {

      div#ctl00_cphContent_ctl02_rptHomepageBottomCta_ctl00_divHomepageBottomCta {
       padding-top: 20px;
      }

      section.cta-load-more {
          padding-top: 20px;
      }

       .cta-load-more h4 {
       text-align: left;
       font-weight:400;
       margin-bottom: 30px;
      }

      .cta-load-more .row .row {
          margin-bottom: 40px;
      }

      .cta-load-more h6 {
          margin-top: 0px;
          margin-bottom: 5px;
      }

      a.show-more {
          padding-top: 0px;
      }

       .cta-image-divider .container {
          display: block;
      }

      .cta-image-divider h3 {
          display:none;
      }

      .cta-image-divider p {
          display:none;
      }

      .cta-image-divider a {
          display:none;
         }

         .cta-image-divider {
             height: 0vh; /*10vh;*/
             background-size: 100%;
             padding-bottom: 10px;
             margin-top: 20px;
             margin-bottom: 10px;
         }
         }


   @media (max-width:600px) {

      .cta-image-divider {
          height: 5vh;
      }

   }
@media (max-width: 991px) {
	.cta-leftbadge-rightbutton h3 {
    line-height: 49px;
    padding-top: 9%;
    padding-left: 9%;
    font-size: 50px;
}

.search-results-advanced {
   width:100%;
   padding-left:0px;
}

}


@media (max-width: 880px) {
	.cta-leftbadge-rightbutton h3 {
    font-size: 34px;
}
}

@media (max-width: 767px) {
	.cta-leftbadge-rightbutton h3, .cta-righttext-rightbtn h3, .cta-leftext-teftbtn h3, .cta-leftext-teftbtn p {
    line-height: 44px;
    padding-top: 0;
    padding-left: 0;
    font-size: 1.5rem;
    color: #414042;
    width: 100%;
    background: none;
    padding-right: 0;
    height: auto;
}

section.cta-load-more {
    padding: 0rem 0rem 2rem;
}

.welcome-section .welcome-text {
    padding: 0rem 0rem 1.5rem;
}

.container.container-right {
    padding: 0;
}

.side-nav-container ~ #content-main .page-tools.show {
    display: block;
    padding: 0;
}

.search-results-advanced {
   width:100%;
   padding-left:0px;
}

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .search-header-right2 select {
     	background-position: 95%;
     	width: 250px;
     	background-image: url("https://parkview.live.merge-digital.com/assets/_img/down-arrow-green.svg") !important;
     	background-repeat: no-repeat;
     }

     .search_button {
     	height: 26.5px;
     	padding: 0px 20px 5px 10px;
     }
}

.content-area {
    padding: 2rem 4rem 4rem 4rem;
}

@media (max-width: 450px) {
  .container.container-right {
    padding: 0 15px;
  }

  .primary-orange-arrow .button-primary {
    width: 93%;
}

.welcome-section .welcome-text h2 {
    padding-right: 0;
    padding-top: 10px;
}

.content-area {
    padding: 15px;
}

  span.primary-orange-arrow.ce-search-bkgrd .button-primary {
    padding-right: -1px;
    margin-right: 0;
  }

  ul.results-list.doctor-results-list li {
    padding-left: 0;
  }
}

/*CTA Feature Image width issues fix - SR 10/18/2018*/
.cta-feature .img-fluid.feature{
    width:auto;
}

.embed-responsive-4by3.no-video::before{
    padding-top:0;
}

.option-field {
    margin-bottom: 25px;
}

.option-label {
    margin-bottom: 5px;
}
 
span.form-row.double {
    width: 45%;
    display: inline-block;
}
span.form-row.double:nth-child(even) {
    margin-left: 40px;
}
span.form-row.triple {
    width: 32.3%;
    display: inline-block;
	padding: 0 20px 0 0;
}
/*span.form-row.triple:nth-of-type(3n+2) {
    padding: 0 40px 0 0;
}
span.form-row.triple:nth-of-type(3n+3) {
    padding: 0 40px 0 0;
}*/
@media (max-width: 767px) {
    span.form-row.double {
        width: 100%;
        display: block;
    }
    span.form-row.double:nth-child(even) {
        margin-left: 0px;
    }
    span.form-row.triple {
        width: 100%;
        display: block;
    }
    span.form-row.triple:nth-of-type(3n+2) {
        padding: 0 0px 0 0;
    }
    span.form-row.triple:nth-of-type(3n+3) {
        padding: 0 0px 0 0;
    }
}

@media (max-width: 768px) {
  .parkview-mom-layout .welcome-text.d-md-flex.flex-md-column {
    padding: 00px 0px;
  }
  #blog-home-wrapper .cta-container { display: none !important; } 
  .align-items-center > div {
min-height: auto;
}
}

@media (max-width: 767px) { 
  .parkview-mom-layout .cta-righttext-rightbtn h3  {
    line-height: 44px;
    padding-top: 0;
    padding-left: 0;
    font-size: 3.5rem;
    color: white;
    width: 100%;
    background: none;
    padding-right: 0;
    height: auto;
    position: absolute;
    top: 15%;
    right: 19%; /*20px;*/
    text-align: right;
  }

  .content-cta-with-button, .content-cta-no-button {
    padding: 0 2rem;
  }

  .parkview-mom-layout div#divContent, .parkview-mom-layout .welcome-section .welcome-text {
    padding: 0 2rem !important;
  }

  .parkview-mom-layout .welcome-text.d-md-flex.flex-md-column {
    padding: 0 !important;
  }

  .parkview-mom-layout div#ctl00_cphContent_ctl01_rptHomepageCTA_ctl00_divHomepageCta {
    margin-bottom: 20px;
    padding: 0 2rem;
  }

   .parkview-mom-layout div#ctl00_cphContent_ctl01_rptHomepageCTA_ctl00_divHomepageCta h2.h1 {
    padding-top: 0;
   }

 .parkview-mom-layout .welcome-text h2.h1 {
    font-size: 1.75rem;
    color: #3DA143;
    font-weight: 500;
    margin-bottom: 5px;
    padding-top: 15px;
  }

  .parkview-mom-layout .cta-righttext-rightbtn p {
    color: white;
    position: absolute;
    top: 30%;
    right: 2%; /*20px;*/
    font-size: 23px;
    width: 52%;
  }

  .parkview-mom-layout .cta-righttext-rightbtn a.button.button-primary {
    /*float: right;*/
    position: absolute;
    top: 50%;
    /*right: 20px;*/
    left: 46%;
  }

  .parkview-mom-layout .cta-leftext-teftbtn h3 {
    color: #3DA143;
    font-size: 50px;
    padding-right: 0;
    margin-bottom: 0;
    line-height: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70%;
  }

  .parkview-mom-layout .cta-leftext-teftbtn p {
    color: #8EC54A;
    font-size: 50px;
    padding-right: 0;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 50px;
    position: absolute;
    top: 125px;
    left: 20px;
    width: auto;
  }

  .parkview-mom-layout .cta-load-more a img {
    margin-bottom: 20px;
}

  .parkview-mom-layout .cta-leftext-teftbtn a.button.button-primary {
    position: absolute;
      bottom: 35%;
      left: 20px;
  }

  .parkview-mom-layout div#ctl00_cphContent_ctl02_rptHomepageBottomCta_ctl00_divHomepageBottomCta h3 {
      font-size: 44px;
      line-height: 39px;
  }

  .parkview-mom-layout .cta-load-more .row .row {
    margin-bottom: 0px;
  }

  .parkview-mom-layout .cta-load-more h4 {
    text-align: left;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 10px;
}

.parkview-mom-layout section.cta-load-more {
    padding: 0rem 2rem 1rem;
}

.parkview-mom-layout .cta-image-divider .col.col-md-8.col-lg-7.col-xl-6 {
    padding: 0;
}

}


@media (max-width: 728px) {
/*
  .parkview-mom-layout .cta-righttext-rightbtn p {
    width: 40%;
  }
*/

  .parkview-mom-layout .cta-righttext-rightbtn a.button.button-primary {
    top: 60%;
  }

  .parkview-mom-layout .cta-leftext-teftbtn a.button.button-primary {
    bottom: 32%;
  }

  .parkview-mom-layout {
    padding: 2rem 0px 4rem;
    overflow: hidden;
  }

  .parkview-mom-layout div#divContent,
  .parkview-mom-layout .content-cta-with-button, 
  .parkview-mom-layout .content-cta-no-button,
  .parkview-mom-layout section.cta-load-more {
    padding: 0 15px;
  }

}

@media (max-width: 659px) {
  .parkview-mom-layout div#ctl00_cphContent_ctl02_rptHomepageBottomCta_ctl00_divHomepageBottomCta h3 {
    font-size: 44px;
    line-height: 39px;
    width: 49%;
  }

  .parkview-mom-layout .cta-leftext-teftbtn a.button.button-primary {
    bottom: 20%;
  }
}

@media (max-width: 585px) {
  .parkview-mom-layout div#ctl00_cphContent_ctl02_rptHomepageBottomCta_ctl00_divHomepageBottomCta h3 {
    font-size: 40px;
    line-height: 34px;
    width: 49%;
  }

 .parkview-mom-layout .cta-leftext-teftbtn h3 {
      font-size: 45px;
     line-height: 40px;
  }

  .parkview-mom-layout .cta-leftext-teftbtn p {
    font-size: 43px;
  }

  .parkview-mom-layout .cta-righttext-rightbtn p {
    width: 43%;
    line-height: 23px;
  }

  .parkview-mom-layout .cta-righttext-rightbtn h3 {
    top: 10%;
  }
}

@media (max-width: 495px) {
  .parkview-mom-layout div#ctl00_cphContent_ctl02_rptHomepageBottomCta_ctl00_divHomepageBottomCta h3 {
    font-size: 27px;
    line-height: 29px;
    width: 43%;
  }

  .parkview-mom-layout .cta-righttext-rightbtn h3 {
    top: 5%;
    font-size: 40px;
  }

  .parkview-mom-layout .cta-righttext-rightbtn p {
    width: 46%; 
    top: 21%;
  }

  .parkview-mom-layout .cta-leftext-teftbtn h3 {
    font-size: 40px;
  }

  .parkview-mom-layout .cta-leftext-teftbtn p {
    font-size: 41px;
    top: 110px;
  }

}

@media (max-width: 441px) {
  .parkview-mom-layout .cta-leftext-teftbtn a.button.button-primary {
    bottom: 20%; /*5%;*/
  }

  .parkview-mom-layout div#ctl00_cphContent_ctl01_rptHomepageCTA_ctl00_divHomepageCta {
    margin-bottom: 20px;
    padding: 0 1rem;
}

.parkview-mom-layout div#ctl00_cphContent_ctl01_rptHomepageCTA_ctl00_divHomepageCta {
    margin-bottom: 20px;
    padding: 0 1rem;
}

.parkview-mom-layout div#divContent {
  padding: 0 15px !important;
}

.content-cta-with-button .welcome-text a.button.button-primary {
  margin-top: 10px;
}

.parkview-mom-layout .container.container-right {
    width: 100%;
    max-width: 100%;
    padding: 0 15px !important;
    }

  .parkview-mom-layout .mb-3, .my-3 {
    margin-bottom: 0rem !important;
  }

  .parkview-mom-layout .col-sm.d-md-flex {
    padding: 0;
}

  .parkview-mom-layout .cta-righttext-rightbtn p {
    width: 48%;
    top: 23%;
    font-weight: normal;
    right: 5px;
    font-size: 20px;
  }

  .parkview-mom-layout .cta-leftext-teftbtn h3 {
    font-size: 20px; /*38px;*/
    line-height: 33px;
    top: 12px;
    left: 20px;
    width: 53%;
  }

  .parkview-mom-layout .cta-leftext-teftbtn p {
    font-size: 37px;
    top: 75px;
  }
}

@media (max-width: 414px) {
/*  .parkview-mom-layout div#ctl00_cphContent_ctl07_rptHomepageBottomCta_ctl00_divHomepageBottomCta:before {*/
  .parkview-mom-layout .cta-righttext-rightbtn:before {
    content: "";
    background: #00000059;
    width: 100%;
    height: 89%; /*100%;*/
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 9;
  }

.parkview-mom-layout .cta-righttext-rightbtn a.button.button-primary {
  right: 36px;
}
  .parkview-mom-layout .cta-righttext-rightbtn h3 {
    right: 34px;
  }
  .parkview-mom-layout .cta-leftbadge-rightbutton, .parkview-mom-layout .cta-righttext-rightbtn {
    position: relative;
  }
  .parkview-mom-layout .cta-righttext-rightbtn {
    margin-top: 15px;
}

.cta-image-divider .col.col-md-8.col-lg-7.col-xl-6 {
    padding: 0;
}

  .parkview-mom-layout .cta-righttext-rightbtn h3,
  .parkview-mom-layout .cta-righttext-rightbtn p,
  .parkview-mom-layout .cta-righttext-rightbtn a.button.button-primary {
    z-index: 99;
  }

  .parkview-mom-layout .cta-righttext-rightbtn p {
    width: 48%;
    top: 26%;
    font-weight: normal;
    right: 27px; /*5px;*/
    font-size: 20px;
    margin-bottom: 0;
  }

  .parkview-mom-layout .cta-righttext-rightbtn a.button.button-primary {
      top: 58%; /*65%;*/
  }
}


@media (max-width: 375px) {
  .parkview-mom-layout div#ctl00_cphContent_ctl02_rptHomepageBottomCta_ctl00_divHomepageBottomCta h3 {
    font-size: 25px;
    line-height: 25px;
    width: 47%;
  }
  .parkview-mom-layout .cta-righttext-rightbtn a.button.button-primary {
    top: 65%;
  }
  .parkview-mom-layout div#ctl00_cphContent_ctl02_rptHomepageBottomCta_ctl00_divHomepageBottomCta {
    margin-bottom: 0;
  }

  .parkview-mom-layout .cta-righttext-rightbtn h3 {
    top: 6%; /*1%;*/
    font-size: 31px; /*36px;*/
    line-height: 24px;
    right: 66px;
  }

  .parkview-mom-layout .cta-righttext-rightbtn p {
    width: 51%;
}

  .parkview-mom-layout .cta-leftext-teftbtn h3 {
    font-size: 18px; /*30px;*/
    line-height: 26px; /*33px;*/
    top: 12px;
    left: 20px;
    width: 58%;
  }

  .parkview-mom-layout .cta-leftext-teftbtn p {
    font-size: 30px;
    top: 85px;
}

}

@media (max-width: 360px) {
  .parkview-mom-layout .button-primary {
    padding: 6px 1rem;
  }

  .parkview-mom-layout .cta-leftext-teftbtn h3 {
    font-size: 20px; /*30px;*/
    line-height: 25px;
  }

  .parkview-mom-layout .cta-righttext-rightbtn p {
    right: 0;
    line-height: 18px;
    font-size: 18px;
    top: 25%;
    width: 57%;
  }

  .parkview-mom-layout .cta-righttext-rightbtn h3 {
    font-size: 32px;
  }
}

.parkview-mom-layout h2.h1 {
  font-size: 1.75rem !important;
  color: #3DA143;
  font-weight: 500 !important;
  margin-bottom: 5px;
}

.parkview-mom-layout .cta-leftext-teftbtn {
    margin-top: 25px;
}

.parkview-mom-layout {
    padding: 2rem 0 4rem;
}

.parkview-mom-layout div#divContent,
.parkview-mom-layout .welcome-section .welcome-text {
  padding: 0px 4rem;
}

.parkview-mom-layout .container.container-right {
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
}

.parkview-mom-layout .cta-leftext-teftbtn {
  margin-bottom: 20px;
}



@media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) { 
      .parkview-mom-layout .cta-righttext-rightbtn h3 {
        right: 84px; /*41px;*/
      }

      .parkview-mom-layout .cta-righttext-rightbtn a.button.button-primary {
        right: 50px; /*30px;*/
        top: 52%;
        left: 42%;
      }
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
      .parkview-mom-layout .cta-righttext-rightbtn h3 {
        right: 41px;
      }

      .parkview-mom-layout .cta-righttext-rightbtn a.button.button-primary {
        right: 30px;
      }
}




    @media (max-width: 375px) {
       .parkview-mom-layout .cta-righttext-rightbtn h3 {
        right: 84px;
      }

      .parkview-mom-layout .cta-righttext-rightbtn a.button.button-primary {
        top: 52%;
        right: 50px;
        left: 42%;
      }

    }


    @media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : portrait) { 

 .parkview-mom-layout .cta-righttext-rightbtn h3 {
        right: 60px;
      }

      .parkview-mom-layout .cta-righttext-rightbtn a.button.button-primary {
        top: 52%;
        right: 100px;
        left: 35%;
      }

      .parkview-mom-layout .cta-righttext-rightbtn a.button.button-primary {
        right: 30px;
        left: 45%;
       }      
}

.hp-events li.event-item {
     margin-left:20px; 
     margin-bottom:25px;
}

.hp-events li.event-item .title a {
    padding: 5px 0px 5px 0px;
    width:95%;
}

.hp-events li.event-item .title a:after {
    content:"";
}

/* Sports Network - SR */
/*
.sportsnews .sportsnews_img {
    width:200px;
    height: 133px !important;
}
*/

.landing-page .card-column .row {
    flex-direction: row !important;
}

.sports-network .nav-item:not(.dropdown):not(.desktop-nav-search):hover a {
    color: #3DA143;
}

.sports-network .nav-item:not(.dropdown):not(.desktop-nav-search):hover a:before {
    content: "";
    position: absolute;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3DA143;
    background-image: -webkit-gradient(linear, left top, right top, from(#3DA143), to(#8EC54A));
    background-image: linear-gradient(90deg, #3DA143, #8EC54A);
}

.sports-network .landing-page .row .scoreboard {
    margin-top: 15px;
}

.sportscontainer.left-right-cta {
    margin-top: 15px;
}
.sportstabs .sportsnews__item:nth-child(n+1) {
    display: flex !important;
}


.sportstable .roster tr:nth-child(n+16) {
    display: table-row;
}

.logo-psn span.psn-title a {
    color: #212529;
}

.logo-psn span.psn-title a:hover {
    text-decoration : none;
    cursor: pointer;
}

.sports-network .main-nav .navbar-collapse ul.navbar-nav > li.dropdown.open .dropdown-menu {
    column-count: auto;
    padding: 30px 30px 0 30px;
}

.sports-network .sportsnews__item-info a {
    color: #414042;
    text-decoration: none;
}

/*
.sports-network .teamheader__info h1 a, .sports-network .teamheader .teamheader__info .teamheader__info--contact a {
    color: #fff;
    text-decoration: none;
}
*/

.sportsnews .sportsnews__featured-details a{
    text-decoration:none;
}

.sportscontainer.left-right-cta.team-cta-snippets .card > a {
/* removed below to correct issue with positioning and added new styles for color and moving link above image pattern */
/*    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
*/
    color:#FFF;
    text-decoration:underline;
    font-weight: 600;
    position:relative;
    z-index: 5;
}

.sportscontainer .events .events__list-event--information span b a{
    color: #414042;
    text-decoration: none;
}


.upcoming-or-cancel .view-details.no-show{
    display:none;
}

@media screen and (min-width:769px) {
    .sports-network .sportscontainer .grid__item.grid__width-md--3 {
        padding: 30px 30px 30px 0;
    }
}

.sports-network .sportscontainer .events .button.button-primary {
    padding: 1rem 2rem;
} 

.sports-network .main-gallery  .photo-gallery--thumbnail .photo-wrapper a {
    width: 100%;
    display: block;
    max-height: 180px;
    margin-bottom: 30px;
    overflow: hidden;
    float: left;
}

.sports-network .main-gallery  .photo-gallery--thumbnail .photo-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sports-network .main-gallery  .photo-gallery--thumbnail .photo-wrapper .gallery-info {
    border-bottom: 1px solid #CED4DA;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    float: left;
    margin-top: auto;
    width: 100%;
}

.sportstabs .sportstable table tbody tr td a.map.no-location,
.teamheader .teamheader__info--contact a.no-location,
.events .events__list-event a.location.no-location {
    text-decoration:none;
    cursor: default;
    pointer-events: none;
}

.events .events__list-event a.location.no-location {

   padding-left:0;

}

.sportstabs .sportstable table tbody tr td a.map.no-location:before, 
.events .events__list-event a.location.no-location:before {
    content:none;
}

.sportstabs select.psn {
    background-image: url(https://parkview.live.merge-digital.com/assets/_img/down-arrow-green.svg) !important;
}

@media screen and (max-width:575px) {
    .sports-network .main-nav .navbar-collapse {
        top: 70px;
    }
}

.team-subnav--wrapper .js-sub-trigger {
    display: none;
}

.sportscontainer .news-story {
    margin: 0;
    padding: 2rem 0;
    width: 100%;
    max-width: none;
    flex: 1 1 auto;
}

.sportscontainer .news-story .info {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #CED4DA;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sportscontainer .news-story h1 {
    font-weight: 400;
    margin-bottom: 10px;
}

.sportscontainer .news-story .page-tools {
    float: right;
    margin: 0;
}

.sportscontainer .news-story .page-tools a {
    border: none;
}

.sportscontainer .news-story #print-icon {
    display: none;
}

.sportscontainer .news-story #lnk-share:before {
    display: inline-block;
    vertical-align: middle;
    content: "Share";
    font-weight: 700;
    margin-right: 10px;
    color: #8c8e91;
    font-size: 14px;
}

.sportscontainer .news-story #ctl00_cphContent_ctl00_gvNews_ctl02_lblDate {
    font-size: 14px !important;
    font-weight: 700;
    color: #3DA143; 
    display: block;
}

/* Calendar Styling */
/*
.sports-network-calendar .filters__title {
    margin-bottom: 30px;
}
*/


.calendar-control {
    margin-top: 30px;
}

.sports-network-calendar .title-style tr {
    display: block;
    text-align: center;
    margin: 20px auto;
}

.sports-network-calendar .title-style tr td {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    padding: 0 10px;
}

.sports-network-calendar .title-style tr td:first-child > a,
.sports-network-calendar .title-style tr td:last-child > a {
    height: 18px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
}

.sports-network-calendar .title-style tr td:first-child > a:before {
    content: "\f104";
    float: left;
    display: block;
    color: #3DA143;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    text-indent: 0;
}

.sports-network-calendar .title-style tr td:last-child > a:before {
    content: "\f105";
    float: left;
    display: block;
    color: #3DA143;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    text-indent: 0;
}

.sports-network-calendar .calendar-control {
    border: none !important
}

.sports-network-calendar .day-header-style {
    padding: 20px 10px;
}

.sports-network-calendar .day-style {
    border: 1px solid #fff;
    padding: 10px;
    color: inherit !important; /* override inline gray */
}

.sports-network-calendar .day-style > a {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.36111;
    font-weight: 700;
}

.sports-network-calendar .day-style > a:hover {
    text-decoration: none;
}

.sports-network-calendar .game-style {
    display: block;
    font-size: 14px !important;
    font-size: .875rem !important;
    margin-bottom: 20px;
    line-height: 1.67857;
}

.sports-network-calendar .game-style br {
    display: none;
}

.game-style .game,
.game-style .time {
    display: block;
    font-weight: 700;
}

.game-style .time {
    color: #3DA143;
}

.day-style a.view-all {
    display: inline-block;
    margin-bottom: 30px;
    color: #3DA143;
    font-weight: 700;
    border-bottom: 1px solid #3DA143;
    cursor: pointer;
    font-size: 14px !important;
    font-size: .875rem !important;
    line-height: 1.25;
}

.day-style a.view-all:after {
    content: "+";
    margin-left: 10px;
}

.day-style a.view-all.is-active:after {
    content: "-";
}

.sports-network-calendar .calendar-button {
    display: inline-block;
    vertical-align: middle;
    padding: 17.14286px 30px;
    margin: 0 -3px;
    color: #212529;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.36111;
    text-decoration: none;
    transition: .5s;
    font-weight: 500;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid;
    border: 1px solid #8EC54A;
    background: transparent;
}

.sports-network-calendar .calendar-button.active,
.sports-network-calendar .calendar-button:hover {
    background: #8EC54A;
    color: #fff;
}


.form-control.form-control--date{
    background: url(https://parkview.live.merge-digital.com/_img/calendar-icon-green.png) calc(100% - 1rem) center no-repeat #fff;
    background-size: 20px;
    line-height: inherit;
}


input.btn.btn--outline-primary.btn--more.score-board {
    background-color: white;
    border: 1px solid #3DA143;
    color: #3DA143;
}

input.btn.btn--outline-primary.btn--more.score-board ::selection
{
    border: 1px solid #8EC54A;
    color: #8EC54A;
}

.sports-network-calendar .game-style a.calendar-loc::before {
    content: "\f3c5";
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    text-decoration: none;
    color: #3DA143;
}

.sports-network-calendar .game-style a.calendar-loc{
    color: #000;
    text-decoration : underline;
}

.sports-network-calendar .game-style a.calendar-loc:before{
    text-decoration : none;
}

.sports-network-calendar a.aCalGameName{
    color: #000;
}

.sports-network-calendar a.aCalGameName:hover {
    color: #3DA143;
}

.sports-network-calendar .game-style.view-all{
    display:none;
}

.sports-tabs .game-details .game-details-info a.game-details-venue{
    color: #000;
}
.sportscontainer.two-column-layout .grid{
    margin:0;
}

.sports-network .page-header .full-banner{
    width:auto;
    height:400px;
    background-size: cover !important;
}
.sports-network.psn-team-page .sportscontainer.team-cta-snippets .card a {
   font-size:0;    
}

.sportscontainer .score-list .score-list__detail p.score-list-gamestatus{
    margin-bottom:5px;
    font-weight:bold;
}

.scoreboard .scoreboard__item a.hpscoreboard-gamestatus {
    color: #fff;
}

.game-details .game-details-event-title {
    margin-bottom: 10px;
}

.landing-page .card-column.club-sports-pdf-cards .card > h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 500;
}

.landing-page .card-column.club-sports-pdf-cards .card > h4:after {
    display: none;
}

.landing-page .card-column.club-sports-pdf-cards .card a{
    background: url(https://parkview.live.merge-digital.com/assets/_img/downloadicon.png) center center no-repeat;
    height: 50px;
    width: 57px;
    background-size: 28px;
}

.landing-page .card-column.club-sports-pdf-cards .card:after{
    background:none;
}

.landing-page .card-column.club-sports-pdf-cards .card > a {
    position: absolute;
    top: 35%;
    left: 80%;
}

.landing-page .card-column.club-sports-pdf-cards .card {
    padding: 1.5rem 4rem 1.5rem 1rem;
}

.landing-page .card-column.club-sports-pdf-cards{
    margin-top:30px;
}

.search-hero .search-button .button-primary {
    padding: 1.05rem 3rem;
}

.divSchoolList {
    display: flex;
    flex-wrap: wrap;
}

.school-list-h1 {
    text-align: center;
    background: #F7FBF2;
    padding: 70px 30px;
    color: #3DA143;
    flex: 0 0 100%;
    max-width: 100%;
}

.school-list-div {
    padding: 10px 30px;
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .school-list-div {
        padding: 10px 45px;
        flex: 0 0 33.333%;
        max-width: 33.3333%;
    }
}

.sn-video {
    width: 560px;
    height: 315px;
}

.game-details-video .iframe-container iframe{
    max-width: initial !important;
}

@media (max-width : 600px){

    /* .sn-video {
        width: 320px; 
        height: 180px;
    }

    .sports-network iframe {
        width: 320px !important;
        height: 180px !important;
    } */
}

/*blog post launch styling */

/*adding spacing above related blog posts and removing second border line on physician pages*/
.profile-page.full-profile-page .card-body.row.related-content.blog-article-list-container.related-blog-posts {
    padding-top: 10px;
    border-top: 0;
}

/*text color to white for view all posts button on physician pages*/
.profile-page.full-profile-page .card-body.row.related-content.blog-article-list-container.related-blog-posts a.button {
    color: white;
    cursor: pointer;
}

input.btn.btn--outline-primary.btn--more.score-board {
    display:none;
}

/* --- 486618941_Restructure_Foundation_Homepage --- */

.foundation .hero-wrapper h1 {
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
    font-size: 3rem;
}

.foundation .welcome-section .top-fifteen {
    background-color:#258c45;
}

.foundation .welcome-right.d-md-flex.flex-md-row.flex-lg-column {
    flex-direction: column !important;
}

.foundation .welcome-section .welcome-badges,
.foundation .welcome-section .welcome-video {
    width: 100%;
    height: auto;
}

.foundation .welcome-section .magnet img,
.foundation .welcome-section .top-fifteen img {
    max-width: 12rem;
    width: 100%;
}

@media (max-width: 767.98px) {
    .foundation .welcome-section {
        display: block !important;
    }
    
    .foundation .welcome-section .welcome-text {
        padding: 1.5rem 20px;
    }
}


@media (min-width: 768px) {
    .foundation .hero-wrapper h1 {
        font-size: 4rem;
    }

    .foundation .welcome-section.content-area-cta-homepage.container {
        padding: 0;
    }

    .foundation .welcome-section .magnet img,
    .foundation .welcome-section .top-fifteen img {
        max-width: 12rem;
        width: 100%;
        padding: 30px 0;
    }

    .foundation .whats-new-section {
        margin-top: 25px;
    }

}

@media (min-width: 992px) {

    .foundation .welcome-section .magnet img,
    .foundation .welcome-section .top-fifteen img {
        width: 100%;
        max-width: none;
    }

    .foundation .welcome-right.d-md-flex.flex-md-row.flex-lg-column {
        flex-direction: row;
    }

    .foundation .welcome-section .magnet img,
    .foundation .welcome-section .top-fifteen img {
        max-width: 17rem;
        width: 100%;
        padding: 0;
    }

    .foundation .whats-new-section {
        padding: 3rem 0 0 0;
	}

}


.hp-service-tabs.st-total-health .nav-tabs li.nav-item {
    width: 25%;
}

.total-health-fcp .content-area {
    padding-left: 3rem;
    padding-right: 3rem;
}

.total-health-fcp .col-md-11 {
    flex: 0 0 98%;
    max-width: 98%;
}

@media (max-width: 767px) {

.total-health-fcp .content-area {
    padding-left: 15px;
    padding-right: 15px;
}

.hp-service-tabs .nav-tabs {
    display:block;
}
.hp-service-tabs.st-total-health .nav-tabs li.nav-item {
    width: 100%;
}

.news-story {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

}

/* scoreboard item alignment update : start */
.score-list__scores td{
    height:30px;
    vertical-align: middle;
  }
  
  .score-list__scores tr td:nth-child(1){
    width: 87% !important;
  }
  
  .score-list__detail p,
  .score-list__detail a{
    padding: 0 !important;
    height: 30px;
    line-height: 30px;
    margin: 0 !important;
  }
  @media( max-width : 992px) {
    .sportscontainer .score-list__detail.score-list__detail--table{
        -webkit-box-flex:1 !important;
                flex:1 !important;
        width: initial !important;
    }
    .sportscontainer .score-list__detail{
        -webkit-box-flex:0 !important;
                flex:0 0 40% !important;
        width: 40% !important;
    }
   
  }

  .score-list__detail {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
  }

  .score-list__detail a,
  .score-list__detail p {
    flex:1 0 0;
    border-bottom: none;
  }

  .score-list__detail a{
      text-decoration: underline;
  }

  @media( max-width : 640px) {

    .score-list__detail td,
    .score-list__detail p,
    .score-list__detail a{
        font-size: 12px !important;
        padding: 7px 0 !important;
        line-height: 1em;
        height: auto;
    }
    .score-list__detail p a {
        padding: 0 !important;
    }
  }
/* scoreboard item alignment update : end */

/* --- 512411627_Blog_Sizing_IE --- */

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {

     .blog-article-list .blog-item div.d-flex, 
    .hp-article-list {
        width: 100% !important;
		max-width: 
    }

     #ctl00_blogContributors_pnlAuthors div.row div a {
          width: 100%;
     }

     .card.no-arrow.doctor-list {
          flex-shrink: 0;
     }

    ul.blog-article-list.d-flex.flex-wrap,
    ul.hp-article-list {
        width: 100% !important;
        margin-left: -15px;
        margin-right: -15px;
    }

     .blog-article-list li:last-child {
          padding-right: 15px;
     }
	 
     .whats-new-section .hp-article-list .media {
     	flex-shrink: 0;
     	flex-grow: 0;
     	flex-basis: 31%;
     }

     .footer-social ul li {
          min-height: 32px;
     }

     .footer-social ul li a {
          height: 32px !important;
     }

     .footer-social ul img {
          width: 27px;
          min-height: 32px;
          height: 32px !important;
     }

}

/* --- 507293282_Controls_Change_Appearance --- */

.nav-link img {
     width: 20px !important;
}

.main-nav .navbar-collapse {
    margin: 0 !important;
}

/* --- The below changes are for GME. They will need to be merged back in to the SCSS --- */
/* --- Fix the green bg ending for GME. Needs to be put back in to the SCSS --- */
.green-bg.green-bg__end {
    background: none;
}

.green-bg__end:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: #F6FAF1;
}

.green-bg__end:after {
    top: 150px !important;
    height: 50% !important;
}

.green-bg.pic-text-card .pic-text-card__item {
    background: white;
}

.green-bg .c-quote__quote > span.c-quote__quote-icon {
    color: #F6FAF1;
}

.green-bg .c-stat-list {
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
}

.residency .pic-text-card__title > a {
    color: #01890C !important;
}

.c-video .c-video__player {
    max-width: none;
}

.full-banner-container .c-btn--white:hover {
    background: #FFFFFF;
    color: #00853F;
}

.c-footer__contact .c-footer__address {
    display: none;
}

.c-speedbump {
    margin-top: -1px;
}

.l-left-right p {
    font-family: "Gotham Book", Helvetica, sans-serif;
}

.c-curriculum__text .c-btn,
.l-left-right .c-btn,
.c-side-by-side-image .c-btn {
    padding: 1rem 3rem !important;
    line-height: inherit !important;
}

.c-curriculum__text .c-btn i,
.l-left-right .c-btn i,
.c-side-by-side-image .c-btn i{
    margin-left: 0.875rem !important;
}

.content-area.content-area--no-space[role=main] {
    padding: 0 !important;
}

.section--no-bottom {
    padding-bottom: 0 !important;
}

.content-area--residency .page-tools {
    display: block !important;
}

.pic-text-card.residency .pic-text-card__item--hasImg .pic-text-card__img {
    display: block !important;
}

.c-footer__contact .c-footer__social li img {
    width: 34px;
}

.c-3d-card__description {
    text-align: center;
    font-family: "Gotham Book", Helvetica, sans-serif;
}

.content-area[role=main] p,
.content-area[role=main] ul,
.content-area[role=main] ol { 
    font-family: "Gotham Book", Helvetica, sans-serif;
}

.content-area[role=main] ul,
.content-area[role=main] ol {
    margin-bottom: 1rem;
}

.content-area[role=main] ol {
    list-style: decimal;
    margin-left: 1.25rem;
}

.gme-internal #sideNav {
    font-family: "Gotham Book", Helvetica, sans-serif;
}

.gme-internal #sideNav .sub-page-nav-title {
    font-size: 1.35rem;
}

.c-curriculum__text {
    margin-top: 0 !important;
}

.c-video__title {
    font-weight: 700;
}

.c-stat-list__item > * {
    max-width: 340px !important;
}

.FormBuilderControl .form-row {
    margin-left: 0;
    margin-right: 0;
}

.c-hero .c-hero__button:hover {
    background-color: #fff;
    color: #00853F;
    text-decoration: underline;
}

.c-hero .c-hero__button:hover:after {
    color: #00853F;
}

.main-banner.content-banner.residency.c-hero--int-alt .full-banner .full-banner-content .hFullOverlayText {
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.c-3d-card-list__item .c-3d-card {
    height: 100%;
    padding: 0;
}

.c-3d-card-list__item .c-3d-card__inner-content {
    position: relative;
    padding: 3rem 1rem;
    justify-content: flex-start;
}

.c-3d-card-list__item .c-3d-card__inner-content p:last-of-type {
    margin-bottom: 0;
}

.justify-content-between .nav-item:not(.dropdown):not(.desktop-nav-search):hover a {
    color: #01890C;
    position: relative;
}

.justify-content-between .nav-item:not(.dropdown):not(.desktop-nav-search):hover a:before {
    content: "";
    position: absolute;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3DA143;
    background-image: -webkit-gradient(linear, left top, right top, from(#3DA143), to(#8EC54A));
    background-image: linear-gradient(
90deg
, #3DA143, #8EC54A);
}

.c-side-by-side-image__button:after,
.c-btn--gradient:after {
    content: "\f105";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: inline-block;
    margin-left: 0.875rem;
    color: currentColor;
}

@media (min-width: 48em) {
    .main-banner.content-banner.residency.c-hero--int-alt:after {
        height: 20px !important;
        bottom: -20px !important;
        width: 40% !important;
    }
    
    .main-banner.content-banner.residency.c-hero--int-alt .full-banner .full-banner-content .hFullOverlayText{
        position: static;
        top: auto;
        left: auto;
        font-weight: 900;
    }
    
    .pic-text-card.residency {
        padding: 80px 0 50px !important;
    }
    
    .c-3d-card-list__item {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
    }
    
    .section--less {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }
    
    .content-area[role=main] {
        padding: 2rem 4rem 4rem 4rem;
    }
}

@media (min-width: 60em) {
    .c-curriculum__text-inner {
        margin-left: -280px !important;
    }
    
    .c-curriculum {
        margin: 0 auto !important;
    }
    
    
    .c-curriculum__text {
        height: 100% !important;
    }   
    .c-curriculum__straight-side {
        left: -44px !important;
    }
}

@media (max-width: 60em) {
    .c-video.c-video--flip-mobile {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: -50px;
    }
}

@media (max-width: 769px) {
    .c-speedbump__headline-contact {
        margin-bottom: 30px;
    }
    
    .full-banner.residency.c-apply {
        margin-bottom: 0 !important;
    }
    
    .green-bg.green-bg__start:before {
        display: none;
    }
    
    .c-video--featured {
        display: flex !important;
        flex-direction: column-reverse;
        text-align: center;
    }
    
    .section-bg .c-video {
        margin: 0;
        padding: 0 15px;
    }
    
    .pic-text-card.residency {
        overflow-x: hidden;
        padding: 30px 0 20px 15px !important;
    }
    
    .pic-text-card.residency .l-grid.slick-initialized {
        display: block !important;
    }
    
    .pic-text-card.residency .slick-slider .slick-track,
    .pic-text-card.residency .slick-slider .slick-list {
        display: flex;
    }
    
    .pic-text-card.residency .pic-text-card__item {
        height: 100%;
    }
    
    .pic-text-card.residency .slick-dots {
        display: block !important;
        list-style: none !important;
    }
    
    .pic-text-card.residency .slick-dots li:before {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .main-nav .navbar-collapse ul.navbar-nav > li .dropdown-menu {
        min-width: 100%;
    }
    
    .gme-internal #sideNav .sub-page-nav-title {
        font-size: 1.75rem;
    }
}

.c-speedbump .FormBuilderControl .divButton input[type=submit]:hover {
  opacity: 1 !important;
  color: #01890C;
}

.content-area a:not(.button):not(.button-primary):not(.button--secondary):not(.btn-with-trapezoidal-edges){
    text-decoration: underline;
}

.profile-details ul li.hide {
    display:none !important;
}
.profile-details .tab-content .hide {
    display:none !important;
}

.parkview-subsite-redesign #ctl00_cphContent_ctl04_divRelatedBlogPosts {
    margin-bottom: 6rem !important;
}

.parkview-subsite-redesign {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-area a.a-related-classes {
    text-decoration: none !important;
}

.content-area a.a-related-classes .right {
    text-decoration: underline;
}

/* Employer Solutions fixes for footer */
@media (min-width: 992px) {
  .site-footer--employer .col-lg {
    max-width: 33.33%;
  }
  
  .site-footer--employer .footer-legal .col {
    padding-left: 0;
  }
}

.content-cta .c-speedbump__column-contact a > img {
    max-width: 22px !important;
}

#blog-home-wrapper .cta-container .share img {
    max-width:24px;
}

#ctl00_blogShare_pnlBlogSocialShare img {
    max-width:24px;
}


/*
**
** GME BANNERS
** Shouldn't be here but feels like a better placement than the min file
**
*/
@media (min-width: 50em) {
  .c-hero-gme {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 500px;
      position: relative;
      margin-bottom: 1rem;
  }
}

@media (min-width: 50em) {
  .c-hero-gme::after {
      background:-webkit-gradient(linear, left top, right top, color-stop(4.3%, #ED7028), color-stop(87.36%, rgba(237,112,40,0)));
      background: linear-gradient(90deg, #ED7028 4.3%, rgba(237,112,40,0) 87.36%);
      content: '';
      max-width: 500px;
      height: 1rem;
      width: 100%;
      position: absolute;
      bottom: -1rem
  }
}

@media (min-width: 50em) {
  .c-hero-gme.c-hero-gme__main-section .c-hero-gme__content::before {
      display:none
  }
}

@media (min-width: 50em) {
  .c-hero-gme.c-hero-gme__internal {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 300px;
      position: relative
  }
}

@media (min-width: 50em) {
  .c-hero-gme.c-hero-gme__internal::after {
      display:none
  }
}

.c-hero-gme.c-hero-gme__internal .c-hero-gme__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46.1%;
  flex: 0 0 46.1%
}

@media (min-width: 50em) {
  .c-hero-gme.c-hero-gme__internal .c-hero-gme__content::before {
      display:none
  }
}

@media (min-width: 50em) {
  .c-hero-gme.c-hero-gme__internal .c-hero-gme__content::after {
      border-top:300px solid #01890C;
      right: -1.9375rem;
      border-top: 300px solid #01890C;
      left: 100%;
      border-right: 1.9375rem solid transparent
  }
}

.c-hero-gme.c-hero-gme__internal .c-hero-gme__header {
  margin-bottom: 1.5rem
}

.c-hero-gme__image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  overflow: hidden;
}

.c-hero-gme__image img {
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  display: block;
  object-position: top center;
}

.c-hero-gme__content {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background: #01890C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44.8%;
  flex: 0 0 44.8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  position: relative;
  padding: 2.5rem 1.625rem
}

@media (min-width: 50em) {
  .c-hero-gme__content {
      padding:0 0 0 5.3125rem
  }
}

@media (min-width: 50em) {
  .c-hero-gme__content::before {
      content:'';
      display: block;
      position: absolute;
      right: -4.1875rem;
      top: 0;
      width: 0;
      height: 0;
      border-bottom: 500px solid #8EC54A;
      border-right: 68px solid transparent;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3
  }
}

@media (min-width: 50em) {
  .c-hero-gme__content::after {
      content:'';
      display: block;
      position: absolute;
      right: -3.3125rem;
      top: 0;
      width: 0;
      height: 0;
      border-top: 500px solid #01890C;
      border-right: 54px solid transparent;
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4
  }
}

.c-hero-gme__header {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.375rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.c-hero-gme__subheader {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6875rem;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  text-transform: uppercase
}

.c-hero-gme__cta {
  background: #fff !important;
  color: #01890C !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 1.5625rem 2.9375rem 1.5625rem 1.25rem !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-hero-gme__cta:hover {
  text-decoration: none
}

.c-hero-gme__cta:hover::after {
  -webkit-transform: rotate(45deg) translate(2px, -2px);
  -ms-transform: rotate(45deg) translate(2px, -2px);
  transform: rotate(45deg) translate(2px, -2px)
}

.c-hero-gme__cta::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transition: .5s;
  transition: .5s
}

.c-hero-gme.c-hero-gme__main-section .c-hero-gme__subheader,
.c-hero-gme.c-hero-gme__internal .c-hero-gme__subheader {
  display: none;
}

.c-hero-gme__header {
  margin-bottom: 1.5rem;
}

.donation-articles .button-primary:after {
  right: 0;
}
