#cn-list span.tel,
#cn-list span.phone-number-block {
  display: initial;
}
/*filter header*/
#cn-slim-plus {
  transition: opacity 0.3s;
  /*div.cn-list-head{
		padding: 24px @gutter;
		background: @gray-light;

		.cn-form{
			position: relative;
			max-width: 1000px;
			margin: 0 auto;
			padding-right: 45%;
			.box-sizing(border-box);
			.clearfix;

			&:before{
				content: "Provider Filters";
				font: 900 26px/44px @font-family-base;
				display: block;
				color: @text-color;
				width: 45%;
				float: left;
			}

			.selectric-wrapper{
				width: 55%;
				display: block;
				float: left;
			}

			span.cn-search{
				width: 52%;
				float: none;
				margin: 0;
				position: absolute;
				top: 0;
				right: 0;

				&:before{
					content: "Or";
					display: inline-block;
					margin-right: 15px;
					font: 900 26px/44px @font-family-base;
					color: @text-color;
				}
				#cn-search-input{
					display: inline-block;
					.box-sizing(border-box);
					width: 40%;
					height: @input-height; // Make inputs at least the height of their button counterpart (base line-height + padding + border)

					padding: @input-padding;
					margin: 0 15px 0 0 !important;

					font-size: @input-font-size;
					line-height: @input-font-size+1;
					font-weight: 400;

					color: @input-color;
					vertical-align: top;

					background-color: @input-bg;
					background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214

					border: 1px solid @input-border;
					.rounded-corners(5px);
					.box-shadow(none);

					// Customize the `:focus` state to imitate native WebKit styles.
					.form-control-focus();

				}
				input#cn-search-submit{
					display: inline-block;
					width: 30% !important;
					min-width: 0;
					height: @input-height;
					margin: 0 !important;
					padding: 13px 20px;
				    border: 0;
					background: @primary-color3;
					color: @white;
					text-align: center;
					font-weight: 400;
					font-size: 16px;
					line-height: 17px;
					.rounded-corners(5px);
					.transition(all @trans-speed ease);
				}
			}

		}//end .cn-form

    }//end div.cn-list-head*/
}
#cn-slim-plus * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cn-slim-plus h1,
#cn-slim-plus h2,
#cn-slim-plus h3,
#cn-slim-plus h4,
#cn-slim-plus h5,
#cn-slim-plus h6 {
  line-height: 1.2;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 900;
  color: #062451;
}
#cn-slim-plus h1,
#cn-slim-plus h2,
#cn-slim-plus h3 {
  margin: 20px 0 10px;
}
#cn-slim-plus h4,
#cn-slim-plus h5,
#cn-slim-plus h6 {
  margin: 10px 0 10px;
}
#cn-slim-plus h1 {
  font-size: 36px;
}
#cn-slim-plus h2 {
  font-size: 26px;
}
#cn-slim-plus h3 {
  font-size: 22px;
}
#cn-slim-plus h4 {
  font-size: 18px;
}
#cn-slim-plus h5 {
  font-size: 16px;
}
#cn-slim-plus h6 {
  font-size: 14px;
}
.loading #cn-slim-plus {
  opacity: 0.5;
}
#cn-slim-plus .cn-list-body #cn-entry-actions {
  display: none;
}
#cn-slim-plus .cn-entry {
  display: block;
  padding: 40px 30px;
  border-bottom: 1px solid #ebebeb;
  color: #062451;
}
#cn-slim-plus .cn-entry:before,
#cn-slim-plus .cn-entry:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#cn-slim-plus .cn-entry:after {
  clear: both;
}
#cn-slim-plus .cn-entry:hover {
  text-decoration: none;
  background: #f1f7fb;
}
#cn-slim-plus .cn-entry span.cn-image-style {
  display: block;
  width: 155px;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
}
#cn-slim-plus .cn-entry span.cn-image-style + .text {
  padding-left: 185px;
}
#cn-slim-plus .cn-entry .text h3 {
  font-size: 24px !important;
  line-height: 1.2 !important;
  margin: 0;
}
#cn-slim-plus .cn-entry .text .tel {
  font-size: 14px;
}
#cn-slim-plus .cn-entry .text .cat-list {
  margin: 10px 0 15px 0;
  font-size: 14px;
}
#cn-slim-plus .cn-entry .text .cat-list h4 {
  margin: 0;
}
#cn-slim-plus .cn-entry .text .cat-list .cn_category_label {
  display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #cn-slim-plus .cn-entry {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  #cn-slim-plus .cn-entry {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 529px) {
  #cn-slim-plus .cn-entry span.cn-image-style {
    width: 25%;
  }
  #cn-slim-plus .cn-entry span.cn-image-style + .text {
    padding-left: 30%;
  }
}
#cn-slim-plus .cn-single-entry {
  margin-top: -35px;
  position: relative;
}
#cn-slim-plus .cn-single-entry:before,
#cn-slim-plus .cn-single-entry:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#cn-slim-plus .cn-single-entry:after {
  clear: both;
}
#cn-slim-plus .cn-single-entry .btn-link-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 0;
  width: 23%;
  padding-right: 40px;
}
#cn-slim-plus .cn-single-entry .btn-link-cont .btn-link {
  min-width: 0;
  max-width: 200px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #cn-slim-plus .cn-single-entry .btn-link-cont .btn-link {
    font-size: 14px;
  }
  #cn-slim-plus .cn-single-entry .btn-link-cont .btn-link:before {
    display: none;
  }
}
#cn-slim-plus .cn-single-entry aside {
  width: 23%;
  padding-right: 40px;
  padding-bottom: 70px;
  float: left;
  font-size: 14px;
}
#cn-slim-plus .cn-single-entry aside .cn-image-style {
  display: block;
  padding: 0;
  margin: 0 0 25px 0;
}
#cn-slim-plus .cn-single-entry aside .info-block h4 {
  margin: 10px 0 0 0;
}
#cn-slim-plus .cn-single-entry .text {
  width: 77%;
  padding-left: 40px;
  float: left;
  border-left: 1px solid #ebebeb;
}
#cn-slim-plus .cn-single-entry .text > h1 {
  margin-top: 0;
}
#cn-slim-plus .cn-single-entry .text .mobile-only {
  display: none;
}
#cn-slim-plus .cn-single-entry .text .rtecontent ul li:before {
  border-color: #0cc4bc;
  background: #0cc4bc;
}
@media only screen and (min-width: 1000px) and (max-width: 1024px), only screen and (min-width: 768px) and (max-width: 999px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  #cn-slim-plus .cn-single-entry .btn-link-cont {
    padding-right: 20px;
  }
  #cn-slim-plus .cn-single-entry aside {
    padding-right: 20px;
  }
  #cn-slim-plus .cn-single-entry .text {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  #cn-slim-plus .cn-single-entry aside {
    display: none;
  }
  #cn-slim-plus .cn-single-entry .text {
    padding: 0 0 70px 0;
    float: none;
    width: 100%;
    border-left: 0;
  }
  #cn-slim-plus .cn-single-entry .text .mobile-only {
    display: block;
    margin: 0 0 20px 0;
  }
  #cn-slim-plus .cn-single-entry .text .mobile-only:before,
  #cn-slim-plus .cn-single-entry .text .mobile-only:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #cn-slim-plus .cn-single-entry .text .mobile-only:after {
    clear: both;
  }
  #cn-slim-plus .cn-single-entry .text .mobile-only .cn-image-style {
    display: block;
    float: left;
    width: 155px;
    margin: 10px 0 0 0;
  }
  #cn-slim-plus .cn-single-entry .text .mobile-only .cn-image-style > span {
    width: auto !important;
  }
  #cn-slim-plus .cn-single-entry .text .mobile-only .cn-image-style img {
    width: 100%;
  }
  #cn-slim-plus .cn-single-entry .text .mobile-only .details {
    padding-left: 170px;
    font-size: 14px;
  }
  #cn-slim-plus .cn-single-entry .text .mobile-only .details .info-block h4 {
    margin: 10px 0 0 0;
  }
  #cn-slim-plus .cn-single-entry .btn-link-cont {
    width: 100%;
  }
}
#cn-slim-plus .connections-list {
  position: relative;
}
#cn-slim-plus .connections-list #cn-entry-actions {
  display: none !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#cn-slim-plus .connections-list #cn-entry-actions .cn-entry-action-item a {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  min-width: 200px;
  padding: 13px 20px;
  border: 0;
  background: #0cc4bc;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cn-slim-plus .connections-list #cn-entry-actions .cn-entry-action-item a:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 13px;
  margin-right: 8px;
  margin-bottom: -1px;
  background: url(img/arrows.png) -9px 0 no-repeat;
  background-size: 44px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  #cn-slim-plus .connections-list #cn-entry-actions .cn-entry-action-item a:before {
    background-image: url(img/arrows@2x.png);
  }
}
#cn-slim-plus .connections-list #cn-entry-actions .cn-entry-action-item a:hover {
  text-decoration: none;
  background: #0baca5;
}
#cn-slim-plus #cn-list-foot {
  padding: 30px 0;
}
#cn-slim-plus #cn-list-foot .cn-page-nav {
  margin: 0;
}
#cn-slim-plus #cn-list-foot .cn-page-nav .page-numbers {
  display: none;
}
#cn-slim-plus #cn-list-foot .cn-page-nav .page-numbers.next {
  display: inline-block;
  min-width: 200px;
  padding: 13px 20px 13px 23px;
  border: 0;
  background: #0cc4bc;
  color: #0cc4bc !important;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cn-slim-plus #cn-list-foot .cn-page-nav .page-numbers.next:before {
  content: "Load More Results";
  color: #fff !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
}
#cn-slim-plus #cn-list-foot .cn-page-nav .page-numbers.next:hover {
  text-decoration: none;
  color: #0baca5 !important;
  background: #0baca5;
}
#cn-slim-plus #cn-list-foot .cn-page-nav .page-numbers.next:hover:before {
  color: #fff !important;
}
#cn-slim-plus #cn-list-foot .cn-page-nav .page-numbers.next.disabled,
#cn-slim-plus #cn-list-foot .cn-page-nav .page-numbers.next.disabled:hover {
  color: #40908d !important;
  background: #40908d;
  cursor: not-allowed;
}
#cn-slim-plus #cn-list-foot .cn-page-nav .page-numbers.next.disabled:before,
#cn-slim-plus #cn-list-foot .cn-page-nav .page-numbers.next.disabled:hover:before {
  content: 'No More Results';
  color: #f2f2f2 !important;
}
#cn-slim-plus #cn-list-foot .cn-page-nav .page-numbers.next.loading {
  color: #40908d !important;
  background: #40908d;
  cursor: progress;
}
