/*
 Theme Name:   Kanabec Styles
*/

/*-----------------
	COLORS
	
	Dark Blue: #376992
	Welia Blue: #669AC5
	Blue: #669AC5
	Mid-Blue: #669AC5
	Light Blue: #669AC5
	White: #FFFFFF
	Dark Green: #546B31
	Welia Green: #708E41
	Mid Green: #AAC580
	Light Green: #C5D7A8
	Lightest Green: #E0EAD1
	Dark Gray: #626365
	Welia Gray: #898A8D
	Gray: #A7A8AA
	Mid Gray: #C5C5C7
	Light Gray: #E3E3E4
	Black: #28292A

------------------*/

@import url("https://fonts.googleapis.com/css?family=Tinos:400i&display=swap");

body {
  font: 400 12pt "Roboto", sans-serif;
  line-height: 1.8;
  color: #707070;
}
h1 {
  font-size: 30px;
  font-weight: 400;
  color: #707070;
}
h1.entry-title {
  margin-bottom: 0;
}
h2 {
  font-size: 24px;
  color: #707070;
  font-weight: 300;
  margin-bottom: 30px;
}
.entry-content h2 {
  margin-top: 0.2em;
}
h3 {
  font-size: 26px;
  color: #809F4F;
  font-weight: 300;
}
h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}
a {
  color: #10466F;
  text-decoration: underline;
}
a:visited {
  color: #10466F;
}
a:hover {
  color: #7AA5CB;
  text-decoration: underline;
}
hr {
  color: #a7a8aa;
}
b,
strong {
  font-weight: 700;
}
#primary ul,
#primary ol {
  margin: 0 0 1.5em 0;
}
#primary ul ul,
#primary ol ol {
  margin: 0;
}

/*------- IMAGES -------*/
.logo-small {
  color: #f4511e;
  font-size: 50px;
}
.logo {
  color: #f4511e;
  font-size: 200px;
}
.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

/*------- HEADER -------*/
#topbar {
  text-align: right;
  padding: 15px 16px 0 0;
}
#topbar a {
  color: #376992;
  font-size: 14px;
  margin-right: 25px;
}
#my-chart span {
  font-weight: 700;
}
#my-chart {
  background: url(images/my-chart-icon-blue-2.png) 0 0 no-repeat;
  padding-left: 20px;
  color: #376992;
}
#appointment-phone {
  color: #376992;
  font-weight: 700;
  font-size: 1.2em;
}
#main-phone {
  background: url(images/phone-icon-blue.png) 0 0 no-repeat;
  padding-left: 20px;
}
#location {
  background: url(images/location-icon-blue.png) 0 0 no-repeat;
  padding-left: 20px;
}
.topnav .search-container {
  float: right;
  display: block;
  margin: 8px 25px 0 0;
  padding: 0 10px 0 10px;
  position: relative;
  border: 1px solid #707070;
  border-radius: 25px;
}
.topnav .search-container label {
  margin: 0;
}
.topnav .search-field {
  font-size: 12px;
  border: none;
  margin: 2px 0;
}
.topnav .search-submit {
  background: url(images/search-icon.png) 0 0 no-repeat;
  margin: 5px 0 0 0;
  padding: 0;
  height: 15px;
  width: 15px;
  border: none;
  cursor: pointer;
  float: right;
}
.jumbotron {
  background-color: #fff;
  padding: 0;
  margin: 0;
}

.site-branding {
  float: left;
  margin: 0 0 30px 50px;
  width: 250px;
}
.site-branding a,
.site-branding a:visited {
  color: #fff;
}

/*------- TABLET AND MOBILE HEADER -------*/
@media screen and (max-width: 767px) {
  #topbar-floaters {
    position: absolute;
    right: 0;
    top: 150px;
    width: 100%;
    padding: 8px 0;
    background: #669ac5;
  }
  #topbar-floaters a {
    color: #fff;
  }
  #location {
    background: url(images/location-icon-white.png) 0 0 no-repeat;
  }
  #main-phone {
    background: url(images/phone-icon-white.png) 0 0 no-repeat;
  }
  .topnav .search-container {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 15px;
    background: url(images/search-icon-lg.png) 0 0 no-repeat;
  }
  .topnav .search-container form {
    display: none;
  }
  #header-nav {
    font-size: 30px;
    cursor: pointer;
    float: right;
    margin-right: 15px;
  }
  .headernav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #386993;
    color: #808080;
    overflow-x: hidden;
    transition: 0.5s;
  }
  .headernav-top {
    padding: 10px;
  }
  .headernav h1 {
    float: left;
  }
  .headernav h1 a {
    color: #fff;
  }
  .headernav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .headernav ul li {
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #808080;
  }
  .headernav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    display: block;
    transition: 0.3s;
    padding: 25px;
    color: #808080;
    font-weight: 500;
  }
  .headernav a:hover {
    color: #000;
  }
  .headernav ul li ul li {
    padding: 0;
  }
  .headernav ul li ul a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    transition: 0.3s;
    color: #808080;
    font-weight: 400;
  }
  .headernav .closebtn {
    display: inline-block;
    float: right;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
  }
  .menu-item-has-children {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  .active,
  .menu-item-has-children:hover {
    background-color: #fff;
  }
  .active,
  .menu-item-has-children:active {
    background-color: #fff;
  }
  .headernav .sub-menu {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .headernav .sub-menu li {
    padding: 5px 18px;
    background-color: #fff;
    border-bottom: none;
  }
  .sidenav-toolbox-container {
    padding: 10px;
    background: #fff;
  }
  .headernav #mobile-toolbox li {
    border: none;
  }
  .headernav #mobile-toolbox a {
    padding: 0 20px;
    font-size: 14px;
  }
  .topnav .search-container {
    border: none;
  }
  .site-content {
    margin-top: 77px;
  }
  .col-8 {
    flex: none;
    max-width: 100%;
  }
  .sidenav-search-container {
    padding: 25px;
  }
  .sidenav-search-container label {
    width: 80%;
    float: left;
  }
  .headernav .sidenav-search-container .search-field {
    font-size: 14px;
    color: #fff;
    border: none;
    background: none;
    margin: 2px 0;
    padding: 8px;
    width: 100%;
  }
  .sidenav-search-container .search-submit {
    background: url(images/search-icon-white.png) 0 0 no-repeat;
    margin: 10px 10px 0 0;
    padding: 0;
    height: 15px;
    width: 15px;
    border: none;
    cursor: pointer;
  }
  ::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
  }

  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
  }

  ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
  }
}
@media screen and (max-width: 580px) {
  .site-branding {
    float: left;
    margin: 0 0 30px 30px;
    width: 230px;
  }
}

@media screen and (max-height: 450px) {
  .headernav {
    padding-top: 15px;
  }
  .headernav a {
    font-size: 18px;
  }
}

/*------- DESKTOP HEADER -------*/
@media screen and (min-width: 768px) {
  #topbar-floaters {
    display: inline-block;
  }
  #header-nav,
  .headernav-top {
    display: none;
  }
  .headernav {
    height: auto;
    width: 100%;
    display: inline-block;
    z-index: 1;
    color: #fff;
    background: #386993;
  }
  .headernav ul {
    list-style: none;
    margin: 0;
    padding: 0 25px;
    float: right;
    background: #386993;
  }
  .headernav ul li {
    margin: 0;
    padding: 0;
    float: left;
  }
  .headernav a {
    padding: 8px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    color: #fff;
  }
  .headernav li:hover,
  .headernav li:focus-within {
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: #10466F;
  }
  .headernav li:focus-within a {
    outline: none;
  }
  .headernav ul li ul {
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    display: none;
    text-align: left;
  }
  .headernav ul li ul a {
    font-size: 14px;
    padding: 10px 25px;
  }
  .headernav ul li:hover > ul,
  .headernav ul li:focus-within > ul,
  .headernav ul li ul:hover,
  .headernav ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
    background: #376992;
    padding: 0;
    z-index: 1;
  }
  .headernav ul li ul li {
    clear: both;
    width: 100%;
    padding: 0;
  }
  .sidenav-toolbox-container {
    display: none;
  }
  .sidenav-search-container {
    display: none;
  }
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
  .sidenav {
    height: auto;
    padding: 15px;
  }
  .row.content {
    height: auto;
  }
}

/* Set height of the grid so .sidenav can be 100% (adjust if needed) */
.row.content {
  height: 1500px;
}

/* Set gray background color and 100% height */
.sidenav {
  background-color: #f1f1f1;
  height: 100%;
}

/*------- PAGE LAYOUT -------*/
.container-fluid {
  padding: 0 50px;
  margin-top: -8px;
}
.bg-grey {
  background-color: #f6f6f6;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  color: #f4511e;
}
.carousel-indicators li {
  border-color: #f4511e;
}
.carousel-indicators li.active {
  background-color: #f4511e;
}
.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}
.item span {
  font-style: normal;
}
.panel {
  border-radius: 0 !important;
  transition: box-shadow 0.5s;
}
.panel:hover {
  box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.2);
}
.panel-footer .btn:hover {
  background-color: #fff !important;
}
.panel-heading {
  color: #fff !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-footer {
  background-color: white !important;
}
.panel-footer h3 {
  font-size: 32px;
}
.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}
.panel-footer .btn {
  margin: 15px 0;
  color: #fff;
}

.post,
.page {
  margin: 0;
}

.site-main {
  padding-bottom: 20px;
}

footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
}
.slideanim {
  visibility: hidden;
}
.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
  .btn-lg {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    font-size: 150px;
  }
}

/*------- FOOTER -------*/
footer {
  background-color: #386993;
  color: white;
  padding: 15px;
}
.site-footer .row {
  padding-top: 35px;
}
.site-footer .footer-social,
.site-footer .footer-copyright,
.site-footer .footer-meta {
  padding-top: 0;
}
.site-footer .footer-meta p {
  margin: 0;
  padding: 0;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.site-footer ul li {
  padding: 0;
  margin: 0;
}
.site-footer ul li a {
  color: #fff;
  text-decoration: none;
  font: 300 14px "Roboto", sans-serif;
}
.footer-logo {
  padding: 0 0 20px 15px;
}

#footer-locations li {
  padding: 0 0 10px 30px;
  background: url(images/location-marker.png) 0 4px no-repeat;
}
#footer-phone {
  margin: 0;
  padding: 0 0 0 30px;
  background: url(images/phone.png) 0 4px no-repeat;
}
#footer-phone a {
  color: #fff;
  font-size: 18px;
}
#footer-directory {
  margin: 0 0 0 30px;
  padding: 0;
}
#footer-directory a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.footer-social {
  padding: 0 30px 20px 15px;
}
.footer-social a {
  padding-right: 25px;
}

/*------- SIDEBAR -------*/
.widget {
  margin: 0;
}
#secondary .section-title {
  font-size: 24px;
  background: #809f4f;
  color: #fff;
  text-transform: none;
  margin: 0;
  padding: 10px 100px 10px 25px;
  font-weight: 300;
  border-radius: 0 0 5px 5px;
}
#secondary h2,
#secondary h4 {
  font-size: 18pt;
  font-weight: 300;
  color: #8fb258;
  padding: 0;
  margin: 20px 0 0 30px;
}
#sb-appointments h4 {
  font-size: 20px;
  font-weight: 300;
}
#secondary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#secondary li {
  margin: 0;
  padding: 0;
}
#secondary li a,
#secondary p,
#secondary p a {
  font-size: 16px;
  color: #10466F;
}
#secondary li a:hover,
#secondary p a:hover {
    color:#7AA5CB;
}
.custom-sb-widget img {
  border: 1px solid #10466F;
}
.widget_kanabec_share_widget img {
  border: none;
  margin: 10px 20px 0 0;
}
.custom-sb-widget #my-chart {
  margin-left: 15px;
}
.custom-sb-widget {
  margin: 0 30px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e3e3e4;
}
#secondary p,
#secondary ul {
  margin: 0 30px;
  padding: 0 0 20px 0;
}
#secondary .custom-sb-widget p,
#secondary .custom-sb-widget ul {
  font-size: 16px;
  margin: 0;
  padding: 00;
}

.custom-sb-widget-wrapper:last-of-type {
  border: none;
}
#sb-share a {
  display: inline-block;
  margin: 20px 20px 20px 0;
}
.mc-field-group {
  float: left;
  display: inline-block;
}
#mc-embedded-subscribe {
  display: inline-block;
  float: left;
}
.share-widget .sharepage-button {
  display: inline-block;
  position: relative;
  float: left;
  margin: 10px 10px 10px 0;
  padding: 0;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.share-widget .sharepage-button span {
  vertical-align: top !important;
}
#sharepage-email {
  margin-top: 0;
}
#mc_embed_signup h2 {
  margin: 0;
  padding: 0;
}
.mc-field-group input {
  font-size: 13px;
}
.promo-widget {
  border: 1px solid #a7a8aa;
  border-radius: 0 0 6px 6px;
  margin-top: 20px;
}
.promo-widget img,
.promo-image {
  border: none;
}
.promo-content {
  padding: 10px;
}
.promo-content p {
  padding: 5px !important;
  font-size: 13px;
  line-height: 1.8;
}
.promo-link,
.promo-link:visited {
  display: inline-block;
  width: 100%;
  padding: 0 5px 2px 0;
  text-align: right;
  background: #376992;
  color: #fff;
  font-weight: 200;
}
.promo-link:hover span {
  color: #fff;
  text-decoration:underline;
}
.promo-link span {
  display: inline-block;
  margin-bottom: 4px;
}
.promo-link:after {
  display: inline-block;
  content: url(images/icon-arrow-right-blue-md.png);
  margin: 2px 0 -5px 10px;
  height: 18px;
}
.widget_kanabec_promo_widget .custom-sb-widget {
    border-bottom: none;
}

@media screen and (max-width: 767px) {
  .col-4 {
    display: inline-block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .secondary-title {
    display: none;
  }
  .custom-sb-widget-wrapper {
    display: block;
    position: relative;
    width: 48%;
    float: left;
    margin: 1%;
    padding: 0;
    border: 1px solid #c5c5c7;
    border-radius: 6px;
  }
  .custom-sb-widget-wrapper:last-of-type {
    border: 1px solid #c5c5c7;
  }
  .custom-sb-widget {
    overflow: hidden;
    padding: 14px;
  }
  #secondary h3,
  #secondary h4 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    background: #376992;
    padding: 10px 0 10px 104px;
    margin: 0;
  }
  .sb-title-icon {
    width: 57px;
    height: 57px;
    background: #fff;
    border-radius: 50%;
  }
  #sb-appointments {
    background: url(images/icon-appointments.png) 12px 12px no-repeat #fff;
  }
  #sb-share-this-page {
    background: url(images/icon-share.png) 12px 12px no-repeat #fff;
  }
  #sb-live-well {
    background: url(images/icon-live-well.png) 12px 12px no-repeat #fff;
  }
  #sb-in-this-section {
    background: url(images/icon-in-this-section.png) 12px 12px no-repeat #fff;
  }
  #sb-from-the-blog {
    background: url(images/icon-from-the-blog.png) 12px 12px no-repeat #fff;
  }
  #sb-meet-the-babies {
    background: url(images/icon-meet-the-babies.png) 12px 12px no-repeat #fff;
  }
  .widget_kanabec_welia_promo_widget .custom-sb-widget {
    margin: 0 0 20px 0;
    padding: 0;
  }
}
@media screen and (max-width: 580px) {
  .custom-sb-widget-wrapper {
    display: block;
    position: relative;
    width: 100%;
    margin: 14px 0;
    padding: 0;
    border: 1px solid #707070;
    border-radius: 6px;
  }
}

/*------- PAGE -------*/

#page-hero {
  margin-bottom: 0px;
}
.home #main .entry-content {
    margin:0px;
}

.page-hero-with-text {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.home .page-hero-with-text {
  position: relative;
  background-repeat: no-repeat;
  height: 400px;
}
.hero-title {
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  font-weight: 100;
  font-size: 33.75px;
  color: #376992;
  background: rgba(255, 255, 255, 0.7);
}
.home .hero-title {
  bottom: 0px;
  right: 0;
  width: 47.7%;
  height: 100%;
  line-height: 1.2em;
  padding-top: 15%;
  font-size: 36px;
  color: #898a8d;
  font-family: "Tinos", serif;
}
.home .hero-title span{
  display: inline-block;
  padding: 10px 90px;
  background: #88898C;
  color: #fff;
  width: 100%;
  border-radius: 0 20px 0 20px;
}
.page-breadcrumb {
  padding-top: 15px;
  font-size: 10pt;
  text-transform: uppercase;
}
.home .page-breadcrumb {
  display:none;
}
.page-breadcrumb a {
  color: #707070;
}
.f-slash {
  margin: 0 4px;
}
.page-breadcrumb a.current-page {
  color: #8fb258;
}
.page-content,
.entry-content {
  margin: 10px 15px 10px 5px;
}
.providerbios .page-content,
.entry-content {
  margin: 10px 15px 10px 0;
}
.home .wp-block-column {
  padding-top: 0px;
}
.blue-block {
  padding: 25px;
  background: #e6eff6;
  color:  #10466F;
}
.blue-block h2 {
  color:  #10466F;
  margin: 0 0 15px 0;
}
/*.blue-block a {*/
/*  color:  #10466F;*/
/*  text-decoration: underline;*/
/*}*/

/*.blue-block a:before {*/
/*  display: inline-block;*/
/*  content: url(images/icon-arrow-right-md.png);*/
/*  margin-right: 10px;*/
/*  height: 20px;*/
/*}*/
.wp-block-button__link {
  background: none;
  color: #376992;
  float: right;
  line-height: 35px;
}
.wp-block-button__link:after {
  display: inline-block;
  content: url(images/icon-arrow-right-md.png);
  margin-left: 10px;
  height: 20px;
}

.page-template-page-blog .page-header {
  margin-left: -50px;
  padding-left: 50px;
  padding-bottom: 180px;
  background: #e0ead1;
}
.page-template-page-blog .page-header .page-breadcrumb {
  margin-bottom: 40px;
}
.page-template-page-blog .page-header h2,
.page-template-page-blog .page-header h3,
.page-template-page-blog .page-header h4 {
  color: #376992;
  margin: 0;
  padding: 0;
}
.page-template-page-blog .page-header p {
  margin-top: 15px;
  font-size: 0.95em;
}
#blog-newsletter-signup {
  margin: 50px 20px 30px 20px;
  background: #fff;
  padding-bottom: 15px;
  border: 1px solid #c5c5c7;
  border-radius: 6px;
}
#blog-newsletter-signup h3 {
  font-weight: 200px;
  font-size: 1.4em;
  padding: 6px 14px;
  background: #376992;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
#blog-newsletter-signup #mc_embed_signup {
  margin: 15px;
}
#blog-filter {
  margin: 20px 0 0 0;
}
#blog-filter ul {
  margin: 0 0 0 15px;
  padding: 0;
}
#blog-filter li {
  float: left;
  margin-right: 5px;
  list-style: none;
}
#blog-filter li a {
  display: block;
  background: #fff;
  border: 1px solid #8fb258;
  border-radius: 6px;
  padding: 3px 6px;
  font-size: 0.9em;
  color: #626365;
}
#blog-filter li a.active {
  background: #8fb258;
  color: #fff;
}
.blog-content {
  margin-top: -150px;
}
.page-template-page-blog #secondary .section-title {
  margin-left: 15px;
}
.blog-nav {
  text-align: center;
}
.blog-nav li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

@media screen and (max-width: 580px) {
  .container-fluid {
    padding: 0 20px;
  }
  .site-content {
    margin: 0;
  }
  .col-8 {
  }
  #page-hero {
    margin-bottom: 0;
  }
  .page-hero-with-text {
    position: relative;
    background-repeat: no-repeat;
    height: auto;
    margin: 0 -20px 20px -20px;
    background-size: contain;
    padding-top: 139px;
  }
  .hero-title {
    position: relative;
    bottom: auto;
    right: auto;
    height: auto;
    clear: both;
    width: 100%;
    padding: 10px 20px;
    font-size: 20px;
    background: #e6eff6;
  }
  .home .page-hero-with-text {
    position: relative;
    background-repeat: no-repeat;
    height: auto;
    background-size: contain;
    margin: 0 -20px;
    padding-top: 170px;
  }
  .home .hero-title {
    position: relative;
    bottom: auto;
    right: auto;
    height: auto;
    clear: both;
    width: 100%;
    padding: 10px 20px;
    font-size: 20px;
    background: #e6eff6;
  }
  .site-footer .col {
    flex-basis: auto;
    display: inline-block;
    width: 50%;
  }
  #footer-phone a {
    font-size: 16px;
  }
  .footer-social {
    padding-right: 0;
  }
  .footer-social a {
    padding-right: 10px;
  }
}

/*------- DESKTOP CONTENT -------*/
@media screen and (min-width: 768px) {
  .col-8 {
    padding-right: 0;
  }
  .col-4 {
    padding-left: 0;
  }
}

/*------- POSTS -------*/

.post .entry-title {
  color: #376992;
  font-size: 24px;
  font-weight: 200;
  padding: 10px 0;
}
.post .entry-meta a {
  color: #707070;
  font-size: 14px;
  padding: 10px 0;
}
.post .post-hero {
  height: 100%;
}
.post .entry-content {
  padding: 10px 0;
}

/*------- CATEGORY ARCHIVE -------*/

.welia-main-content {
  margin-left: 15px;
}

.cat-post-block {
  position: relative;
  border: 1px solid #c5c5c7;
  background: #fff;
  border-radius: 6px;
  margin: 10px;
  padding: 0 0 30px 0;
}
.post-block-cat {
  background: #c5c5c7;
  color: #376992;
  text-transform: uppercase;
  text-align: right;
  font-size: 14px;
  padding: 8px;
}
.cat-post-block .entry-title,
.cat-post-block .entry-content,
.cat-post-block .entry-meta {
  padding: 0 15px;
  margin: 0 0 10px 0;
}
#cat-grid .post {
  background: #fff;
}
.cat-post-block .entry-meta a {
  color: #707070;
  font-size: 12px;
}
.cat-post-block .continue-reading {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  text-align: right;
  padding: 5px;
  border-top: 1px solid #a7a8aa;
  color: #376992;
}
.cat-single {
  margin: 30px 50px 0 0;
}
.cat-single-header h1 {
  z-index: 700;
  margin: 20px 0 0 30px;
  color: #376992;
  font-size: 24px;
  font-weight: 300;
}
.cat-single .col-md-8 {
  padding: 0;
  border: 1px solid #c5c5c7;
  border-right: none;
}
.cat-single .col-md-8 img {
  height: 100%;
}
.cat-single .col-md-4 {
  padding: 0;
  background: #fff;
  border: 1px solid #c5c5c7;
  border-left: none;
  border-radius: 0 6px 6px 0;
}
.cat-single .col-md-4 .entry-meta {
  padding: 15px 15px 0 15px;
  text-align: right;
}
.cat-single .col-md-4 .entry-header,
.cat-single .col-md-4 .entry-content {
  padding: 0 15px;
}
.cat-single h2.entry-title {
  margin: 0;
}
.cat-single .continue-reading {
  display: inline-block;
  width: 100%;
  padding: 5px;
  text-align: right;
  background: #396a90;
  color: #fff;
}
.category .container-fluid {
  padding: 0;
}
.category-press-releases .container-fluid {
  padding: 0 50px;
}
.category-press-releases .entry-header {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.single .entry-header {
  border-top: none;
}
.category-press-releases .entry-content {
  padding: 0;
  margin: 0;
}
.cat-post-block .category-press-releases .entry-content {
  padding: 0 15px;
}
.category-press-releases .entry-content h2 {
  padding: 0;
  margin: 0;
}
.category .page-header {
  display: none;
}
.welia-post-hero {
  max-width: 100%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.desktop-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 0 15px 50px;
  display: inline-block;
  height: 590px;
  width: 100%;
  background: #e6eff6;
}
.desktop-breadcrumb-inner a {
  text-transform: uppercase;
  color: #767779;
  font-size: 0.7em;
}
#cat-grid {
  margin: 0 50px;
}
#cat-grid .cat-post-block {
  margin: 2%;
}
.category .site-footer {
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .desktop-breadcrumb {
    display: none;
  }
  .page-breadcrumb {
    background: none;
  }
  .cat-single {
    margin: 0 50px;
  }
  .category .page-header {
    display: flex;
    background: #abc483;
    padding: 15px;
    margin: 0;
  }
  .category h1.page-title {
    color: #fff;
    margin: 0;
    font-weight: 200;
    text-align: right;
    padding-right: 1%;
    width: 99%;
  }
  .cat-single .col-md-8 {
    border: none;
  }
  .cat-single .col-md-8 img {
    border: 1px solid #c5c5c7;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
  }
  .cat-single .col-md-4 {
    border: 1px solid #c5c5c7;
    border-top: none;
  }
  #cat-grid {
    margin: 0 30px;
  }
}
/*------- SHORTCODE ELEMENTS -------*/
.utility-block {
  display: inline-block;
  width: 46%;
  max-width: 450px;
  border: 1px solid #a7a8aa;
  border-radius: 6px;
  margin: 0 2% 2% 0;
}
.utility-block-2 {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  border: 1px solid #a7a8aa;
  border-radius: 6px;
  margin: 0 2% 2% 0;
}
.utility-block-title {
  padding: 4px 20px;
  text-transform: uppercase;
  color: #376992;
  font-size: 18px;
  font-weight: 100;
}
.utility-block-2 .utility-block-title {
  display: inline-block;
  width: 100%;
  padding: 4px 20px;
  text-transform: uppercase;
  background: #809f4f;
  color: #ffffff;
  font-size: 18px;
  font-weight: 100;
}
.utility-flip-title {
  display: inline-block;
  background: #376992;
  color: #fff;
  padding: 4px 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 100;
}
.utility-flip-content {
  display: inline-block;
  color: #626365;
  padding: 4px 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 100;
}
.utility-flip-form {
  display: inline-block;
  color: #626365;
  padding: 4px 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 100;
}
.utility-flip-form input,
.utility-flip-form select {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #a7a8aa;
  border-radius: 5px;
}
.utility-flip-form input[type="submit"] {
  display: block;
  width: 166px;
  float: right;
  background: #898a8d;
  color: #fff;
}
.utility-block-footer {
  display: inline-block;
  background: #376992;
  color: #fff;
  padding: 4px 20px;
  text-align: right;
  width: 100%;
  font-size: 18px;
  font-weight: 100;
}
.utility-block-footer:after {
  display: inline-block;
  content: "\276F";
  color: #376992;
  background: #fff;
  border-radius: 50%;
  margin-left: 15px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  width: 20px;
}
.utility-block-footer-2 {
  display: inline-block;
  background: #386993;
  color: #fff;
  padding: 10px 0;
  text-align: right;
  width: 100%;
  font-size: 18px;
  font-weight: 100;
}
.utility-block-footer-2 a {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  text-align: right;
  width: 100%;
  font-size: 18px;
  font-weight: 100;
  text-decoration: none;
}
.utility-block-footer-2 a:hover {
  text-decoration: underline;
}
.utility-block-footer-2 a:after {
  display: inline-block;
  content: url(images/icon-arrow-right-md.png);
  margin-left: 10px;
  height: 20px;
}
#welia-news-block ul {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  border: 1px solid #a7a8aa;
  border-radius: 6px;
  margin: 0 2% 2% 0;
  padding: 3%;
  list-style: none;
}
#welia-news-block ul li {
  margin: 0;
  padding: 0;
}
#upcoming-events-block .event-item {
  display: inline-block;
  border: 1px solid #a7a8aa;
  border-radius: 6px;
  margin-right: 20px;
  padding: 0;
}
#upcoming-events-block .tribe-event-image {
  width: 325px;
}
#upcoming-events-block h4 {
  background: #e3e3e4;
  color: #376992;
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
  padding: 4px 10px;
  margin-bottom: 0;
  font-weight: 300;
}
#upcoming-events-block p {
  color: #626365;
  font-size: 12px;
  padding: 10px 10px 10px 90px;
  font-weight: 300;
  background: url(images/icon-event-lg.png) 20px 15px no-repeat;
}
#upcoming-events-block p span.event-title {
  font-weight: 500;
  text-transform: uppercase;
}
#upcoming-events-block .type-tribe_events {
  border: 1px solid #c5c5c7;
  border-radius: 6px;
  margin-right: 10px;
  width: 32%;
}
.tribe-mini-calendar-event.first {
  margin-top: 0 !important;
}
#upcoming-events-block .tribe-mini-calendar-event .list-info {
  width: 100%;
  margin: 0;
}
#upcoming-events-block .tribe-mini-calendar-event .list-info img {
  width: 100%;
}
#upcoming-events-block .tribe-mini-calendar-event {
  border: none;
}
.tribe-events-widget-link {
  display: none;
}
#upcoming-events-block .tribe-mini-calendar-event .row {
  padding: 15px;
}
.learn-more-green,
.learn-more-green:visited {
  display: inline-block;
  background: #aac580;
  color: #fff;
  text-align: right;
  width: 100%;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 300;
 
}
.learn-more-green:after {
  display: inline-block;
  content: url(images/icon-arrow-right-md.png);
  margin-left: 10px;
  height: 20px;
}
.event-learn-more,
.event-learn-more:visited {
  display: inline-block;
  background: #aac580;
  color: #fff;
  text-align: right;
  width: 100%;
  padding: 3px 10px 6px 10px;
  font-size: 16px;
  font-weight: 300;
  text-decoration:none;
}
.event-learn-more:hover{
    text-decoration: underline;
    color:white;
}
.event-learn-more:after {
  display: inline-block;
  content: url(images/icon-arrow-right-blue-md.png);
  margin-left: 10px;
  height: 18px;
}
.tribe-mini-calendar-event {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.tribe-mini-calendar-event .event-content {
  min-height: 140px;
}
.tribe-mini-calendar-event .upcoming-event-icon {
  float: left;
  width: 20%;
  padding: 20px 2% 20px 3%;
}
.tribe-mini-calendar-event .upcoming-event-icon img {
  width: 45px;
  height: 39px;
}

.tribe-mini-calendar-event .upcoming-event-details {
  float: left;
  width: 75%;
  padding: 20px 3% 20px 2%;
}
.tribe-mini-calendar-event .event-footer {
}
#blog-3col-block {
  margin-left: -15px;
  padding: 20px 0 20px 20px;
  border-radius: 6px;
}
#blog-3col-block .row {
  margin: 0;
}
#blog-3col-block h3 {
  color: #809f4f;
}
#blog-3col-block h4 {
  color: #376992;
}
.card-body {
  padding: 0;
}
.post-block {
  display: inline-block;
  border: 1px solid #c5c5c7;
  background: #fff;
  border-radius: 6px;
  margin: 0 20px 20px 0;
  padding: 0;
}
.post-block h4 {
  background: #e3e3e4;
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
  color: #376992;
  padding: 8px 16px;
}
.blog-title {
  color: #376992;
  font-size: 18px;
  padding: 0 10px;
  font-weight: 100px;
}
#blog-3col-block p {
  padding: 0 10px;
}
.blog-date {
  font-size: 10px;
}
.blog-continue-reading {
  display: inline-block;
  width: 100%;
  padding: 4px 10px;
  text-align: right;
  font-size: 16px;
  color: #376992;
}
.blog-continue-reading:after {
  display: inline-block;
  content: url(images/icon-arrow-right-md.png);
  margin-left: 10px;
  height: 20px;
  margin-top: 4px;
}
.footer-link-more {
  display: inline-block;
  width: 100%;
  text-align: right;
  color: #669ac5;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
#upcoming-events-block .footer-link-more {
  width: 100%;
  text-align: right;
  font-size: 20px;
}
.entry-footer {
  background: none;
}
.post-edit-link,
.post-edit-link:visited {
  color: #669ac5;
}

#provider-carousel {
  position: relative;
  margin: 0 25px;
}
#provider-carousel .item {
  padding: 70px 10px 0 0;
}
.owl-carousel .owl-stage {
  display: flex;
}
#provider-carousel .provider-thumbnail img {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #a7a8aa;
  border-radius: 50%;
  width: 150px;
}
#provider-carousel .provider-caption {
  padding: 80px 10px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 6px 6px 0 0;
  text-align: left !important;
  height: 200px;
}

#provider-carousel .provider-caption h1 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#provider-carousel .provider-caption h1 a {
  color: #707070;
}

#provider-carousel .provider-caption p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #707070;
}
#provider-carousel #my-chart {
  margin: 5px 0;
}
#provider-carousel .provider-footer {
  background: #707070;
  color: #fff;
  padding: 10px;
  text-align: right;
  width: 100%;
  border-radius: 0 0 6px 6px;
}
#provider-carousel .provider-footer a {
  font-weight: 200;
  color: #fff;
}
#provider-carousel .provider-footer a:after {
  display: inline-block;
  content: url(images/icon-arrow-right-blue-md.png);
  margin-left: 10px;
  height: 18px;
}

@media screen and (max-width: 550px) {
  .utility-block {
    width: 100%;
  }
  #upcoming-events-block .event-item {
    margin: 20px;
  }
  #blog-3col-block {
    background: transparent;
    margin: 0 -20px;
    padding: 20px;
  }
  .post-block {
    background: #fff;
    margin: 0 20px 20px 20px;
  }
  #upcoming-events-block .type-tribe_events {
    width: 100%;
    margin-bottom: 15px;
  }
  #upcoming-events-block .tribe-mini-calendar-event .list-info img {
    max-width: none;
  }
  .footer-link-more {
    font-size: 18px;
  }
}

/*------- FIND A PROVIDER -------*/
.find-a-provider .provider-block {
  position: relative;
  border: 1px solid #a7a8aa;
  padding-left: 150px;
}
.find-a-provider .wp-post-image {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #a7a8aa;
  border-radius: 50%;
  width: 125px;
}

.providerbios #entry-header-wrapper {
  position: relative;
  margin-right: 10px;
}
.providerbios .provider-header {
  background: #376992;
  padding: 10px;
  margin: 20px 60px 20px 0;
}
.providerbios .provider-header h1 {
  color: #fff;
  font-weight: 200;
  margin: 0;
}
.providerbios .provider-header h4.provider-title {
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0;
}
.providerbios .entry-subheader {
  border-bottom: 1px solid #a7a8aa;
  padding-bottom: 10px;
  margin-right: 101px;
}
.providerbios .entry-subheader h5 {
  text-transform: uppercase;
  color: #669ac5;
  font-size: 16px;
  font-weight: 200;
}
.providerbios .entry-subheader p {
  margin-bottom: 0;
}
.providerbios .wp-post-image {
  position: absolute;
  top: -23px;
  right: 0;
  border: 1px solid #a7a8aa;
  border-radius: 50%;
  width: 220px;
}
.providerbios .provider-block {
  border: 1px solid #a7a8aa;
  border-radius: 6px;
  padding: 10px;
  margin-top: 10px;
}
.providerbios .provider-block h5 {
  text-transform: uppercase;
  color: #669ac5;
  font-size: 16px;
  font-weight: 200;
}
.providerbios .provider-block p span {
  display: inline-block;
  width: 120px;
  font-weight: 700;
  color: #376992;
}
.providerbios .provider-right {
  margin-top: 20px;
  text-align: center;
  padding-top: 100px;
}
.providerbios .provider-right h5 {
  text-transform: uppercase;
  color: #669ac5;
  font-size: 16px;
  font-weight: 200;
}
.providerbios .provider-right p {
  color: #707070;
}
.provider-header .provider-specialties {
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 1.2em;
  margin-bottom: 0;
}
.provider-name span:not(:first-child) {
  margin-left: -0.3em;
}
.provider-name span:empty {
  display: none;
}
.provider-name .credentials:before {
  content: ", ";
}
.location_call {
  padding-left: 10px;
}
.provider-location span {
  display: inline-block;
  width: 120px;
  font-weight: 700;
  color: #376992;
}
.providerbios .provider-block .location-details {
  font-weight: normal;
  width: auto;
  color: #707070;
}
.providerbios .locations-block p {
  margin: 0;
}
.providerbios .provider-block .provider-location .location-details:after {
  content: ", ";
}
.providerbios
  .provider-block
  .provider-location
  .location-details:last-child:after {
  content: none;
}
.provider-advice {
  font-size: 0.9em;
  font-style: italic;
}
/* SEARCH */
.search-page-content {
  max-width: 500px;
}
.search-page-content label,
.search-page-content input[type="search"] {
  width: 100%;
}
#mobile-search-button {
  display: none;
}

.provider-search {
  display: inline-block;
  width: 100%;
  padding: 10px 0 40px 0;
}
.provider-search input[type="text"] {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 30%;
  padding: 5px 3px;
  margin: 5px 3% 5px 0;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  float: left;
}
.provider-select {
  float: left;
  display: block;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  margin: 5px 3% 5px 0;
  width: 30%;
  max-width: 30%;
  box-sizing: border-box;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.3em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

.provider-select::-ms-expand {
  display: none;
}
.provider-select:hover {
  border-color: #888;
}
.provider-select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.provider-select option {
  font-weight: normal;
}

.provider-search button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: block;
  float: right;
  margin: 15px 4% 0 0;
  background: #898a8d;
  border: 1px solid #898a8d;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  padding: 10px 30px;
  border-radius: 6px;
}

.providerbio-search-result {
  position: relative;
  display: block;
  float: left;
  width: 45%;
  margin: 0 3% 3% 0;
}

.providerbios .providerbio-search-result .wp-post-image {
  top: 0;
  left: 0;
  width: 123px;
}
.providerbios .providerbio-excerpt {
  position: relative;
  margin-left: 60px;
  padding: 5px 15px 5px 80px;
  border: 1px solid #a7a8aa;
  border-left: none;
  border-radius: 6px;
  height: 123px;
}
.providerbio-search-result .provider-name {
  color: #669ac5;
  font-size: 16px;
  text-transform: uppercase;
}
.providerbio-search-result .provider-specialties {
  font-size: 14px;
  color: #707070;
}
.provider-link-btn {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  background: #669ac5;
  color: #fff;
}
.provider-link-btn:hover {
  background: #87b6dc;
  text-decoration: none;
}
.paged-links a {
  display: block;
  float: left;
  width: 25%;
  background: #669ac5;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  padding: 8px 25px;
  margin-right: 10px;
  border-radius: 6px;
}

.paged-links a:hover {
  background: #87b6dc;
  text-decoration: none;
}

@media screen and (max-width: 550px) {
  .providerbio-search-result {
    width: 100%;
  }
  .providerbios .provider-header {
    margin: 0 0 15px 0;
  }
  .providerbios .wp-post-image {
    top: 50px;
    width: 130px;
  }
  .providerbios .entry-subheader {
    margin: 0 10px;
  }
  .providerbios .entry-subheader .col-sm {
    padding: 0;
  }
  .provider-block .col-sm-4 {
    text-align: left;
    margin: 0;
  }
  .provider-block .col-sm-8 {
    text-align: left;
    margin: 0 0 0 20px;
  }
  .provider-block p {
    margin: 0;
  }
  .providerbios .about-section {
    display: flex;
    flex-direction: column-reverse;
  }
  .providerbios .provider-right {
    margin: 0;
    text-align: center;
    padding-top: 50px;
  }
}

/*------- LOCATIONS -------*/
.locations .entry-title {
  color: #669ac5;
  font-weight: 100;
  margin-bottom: 10px;
}
.locations h5 {
  color: #8fb258;
  margin: 4px 0;
  font-size: 18px;
  font-weight: 100;
}
.location-campus {
  color: #aac580;
  font-size: 28px;
  font-weight: 200;
  padding: 10px 0;
  margin: 0;
}
.campus-info {
  padding-bottom: 20px;
}
#mobile-top-toolbox {
  display: none;
}
.post-type-archive-locations .site-content a {
  color: #669ac5;
}
.post-type-archive-locations p {
  margin: 0;
}
#find-us {
  float: left;
}
#w-map {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0;
  margin: 0 0 0 10%;
  float: left;
  line-height: 0;
}

/*------- CHECKLISTS -------*/
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.container:hover input ~ .checkmark {
  background-color: #ccc;
}

.container input:checked ~ .checkmark {
  border: 1px solid #ccc;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sub-list {
  margin-left: 30px;
}

/*-----MAILCHIMP ARCHIVE--------*/
.mailchimp-header {
  padding: 30px;
  margin: 20px 10%;
  text-align: center;
  border-bottom: 2px solid #ccc;
}
.mailchimp-content {
  padding: 10px 0;
  margin: 20px 10%;
}
.mailchimp-content a {
  color: #669bc5;
}

.mailchimp-content .wp-block-image {
  margin-bottom: 0;
}

.mailchimp-content .grey-block {
  background: #404040;
  padding: 9px 18px;
  color: #f2f2f2;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  mso-line-height-rule: exactly;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  line-height: 150%;
}

.mailchimp-content .wp-block-column {
  font-size: 0.85em;
}

.mailchimp-content .wp-block-column h2 {
  color: #58595b;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: normal;
  text-align: left;
}
.mailchimp-content .wp-block-button {
  width: 100%;
  margin: 10px 0;
}
.mailchimp-content .wp-block-button__link {
  width: 100%;
}

.mailchimp-content .wp-block-button__link:after {
  display: none;
}

/*-----TIMELINE--------*/
#w-timeline {
  text-align: center;
  background: url(images/w-timeline-bg.png) center top repeat-y;
}

#w-timeline h4 {
  display: inline-block;
  background: #8fb258;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#w-timeline .timeline-block {
  border: 1px solid #c5c5c7;
  border-radius: 6px;
  background: #fff;
  text-align: left;
  margin: 0 20px;
}
#w-timeline figure {
  margin: 0;
}
#w-timeline figcaption {
  background: #669ac5;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  margin: 0;
  padding: 5px;
}
#w-timeline h6 {
  color: #8fb258;
  padding: 10px 10px 0 10px;
  font-size: 0.9em;
}
#w-timeline p {
  padding: 0 10px;
  font-size: 0.9em;
}

.wpcf7-submit {
  float: none !important;
}
.myCLoginContainer {
  max-width: 500px;
}

/*-----MOBILE STYLES--------*/

@media screen and (max-width: 550px) {
  #topbar-floaters {
    position: absolute;
    right: 0;
    top: 150px;
    width: 100%;
    padding: 8px 0;
    background: #669ac5;
  }
  .jumbotron {
    background-color: #fff;
    padding: 0;
    margin: 0;
    height: 150px;
  }
  .topnav .search-container {
    display: none;
  }
  #mobile-search-button {
    display: inline-block;
    float: right;
    margin: 12px 20px 0 0;
  }
  #mobile-search-button img {
    width: 18px;
  }
  #w-map {
    display: none;
  }
  .page-breadcrumb .breadcrumb-home,
  .page-breadcrumb .f-slash,
  .page-breadcrumb .current-page {
    display: none;
  }
  .page-breadcrumb {
    display: none;
  }
  .page-breadcrumb a {
    font-size: 16px;
    color: #767779;
  }
  .locations #entry-header-wrapper {
    background: #376992;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .locations .entry-title {
    color: #fff;
    font-size: 18px;
  }
  #mobile-top-toolbox {
    display: inherit;
  }
  #mobile-top-toolbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #mobile-top-toolbox ul li {
    padding: 4px 0;
  }
  #mobile-top-toolbox ul li a {
    display: inline-block;
    padding: 5px;
    background: #fff;
    color: #626365;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-radius: 6px;
  }
  #mobile-top-toolbox ul li a:hover {
  }
  #mobile-top-toolbox ul li#call-now a {
    background: #8fb258;
    color: #fff;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  font: 400 14px "Roboto", sans-serif;
}

.modal-content {
  background-color: rgba(254, 254, 254, 0.95);
  margin: auto;
  border: 1px solid #707070;
  width: 80%;
  max-width: 1000px;
  text-align: left;
}
.modal-content a {
  text-decoration: underline;
  color: #669ac5;
}
.content-block {
  position: relative;
}
.content-header {
  text-align: center;
  padding: 10px;
}
.content-footer {
  text-align: center;
  padding: 10px;
}
.mc-left {
  width: 45%;
  float: left;
}
.mc-left-content {
  padding: 20px 10px 20px 40px;
}
.mc-left img {
  width: 70%;
}
.mc-left a {
  color: #fff;
  background: #669ac5;
  border-radius: 6px;
  text-decoration: none;
  padding: 10px;
}
.mc-left h2 {
  font-weight: 600;
  font-size: 1.5em;
  padding: 1.2rem;
  background: #cc3333;
  color: #fff;
  text-align: center;
  font: 200 32px "Roboto", sans-serif;
  display: block;
  border-radius: 40px 0 40px 0;
  margin: 30px 0 10px 0;
  padding: 20px;
}
.mc-left p {
  font-size: 1.3em;
  color: #707070;
  display: block;
  font-weight: 200;
  text-align: left;
  font-size: 1.5em;
  padding: 1.2rem 0 1.2rem 0;
  margin: 0;
  line-height: 2.2rem;
}
.mc-left .btn-learn-more {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  background: #708e41;
  color: #fff;
  border-radius: 6px;
}
.mc-left .learn-more {
  text-align: center;
}

.mc-right {
  position: relative;
  width: 55%;
  float: right;
}
.mc-right h2 {
  font-weight: 600;
  font-size: 1.5em;
  margin: 0;
  padding: 1.2rem;
  background: #cc3333;
  color: #fff;
  text-align: center;
  font: 200 32px "Roboto", sans-serif;
  display: block;
  border-radius: 40px 0 40px 0;
  margin: 30px 40px;
  padding: 20px 40px;
}
.mc-right h3 {
  font-weight: 600;
  font-size: 1.9em;
  padding: 1.2rem 0 0 5.2rem;
  margin: 0;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #669ac5;
}
.mc-right img {
  margin-top: 60px;
  width: 100%;
}
.mc-right p {
  font-size: 1.3em;
  color: #707070;
  display: block;
  text-align: left;
  font-size: 1.5em;
  padding: 0 0 4.2rem 5.2rem;
  margin: 0;
  line-height: 2.2rem;
}
.mc-right p span {
  display: inline-block;
  padding-left: 1.5rem;
  font-weight: 200;
}
.close {
  position: absolute;
  top: 20px;
  right: 10px;
  color: #999;
  font-size: 36px;
  font-weight: normal;
  z-index: 500;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-footer {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mc-left,
  .mc-right {
    width: 100%;
  }
  .mc-right {
    height: 60%;
  }
  .mc-right h2 {
    display: none;
  }
  .mc-left h2 {
    display: inline-block;
  }
  .mc-right h3 {
    padding: 0 0 0 2.2rem;
  }
  .mc-right p {
    padding: 0 0 4.2rem 2.2rem;
  }
}

.alert-bar {
  height: auto;
  width: 100%;
  display: inline-block;
  z-index: 1;
  color: #fff;
  border: none;
  border-radius: 0;
  margin: 45px 0 0 0;
  background: #cc3333;
}
.alert-bar:active,
.alert-bar:visited,
.alert-bar:focus {
  color: #fff;
}
.alert-bar:hover {
  background: #990000;
}
.alert-bar .alert-txt {
  display: inline-block;
  padding-bottom: 4px;
}
.alert-bar .alert-icon {
  display: inline-block;
  background: url(images/alert-down-arrow1.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  position: relative;
  top: 8px;
  margin-left: 10px;
}
.alert-content {
  background: #f2f2f2;
  padding: 20px 20%;
}
@media screen and (min-width: 767px) {
  .mc-left h2 {
    display: none;
  }
  .close {
    top: 20px;
    background: #fff;
    padding: 2px 5px;
    border-radius: 6px;
    line-height: 28px;
  }
  .alert-bar {
    height: auto;
    width: 100%;
    display: inline-block;
    z-index: 1;
    color: #fff;
    border: none;
    border-radius: 0;
    margin-top: -10px;
    background: #cc3333;
  }
  .alert-bar:active,
  .alert-bar:visited,
  .alert-bar:focus {
    color: #fff;
    background: #cc3333;
  }
  .alert-bar:hover {
    background: #990000;
  }
  .alert-bar .alert-txt {
    display: inline-block;
    padding-bottom: 4px;
  }
  .alert-bar .alert-icon {
    display: inline-block;
    background: url(images/alert-down-arrow1.png) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    position: relative;
    top: 8px;
    margin-left: 10px;
  }
  .alert-content {
    background: #f2f2f2;
    padding: 20px 20%;
  }
}
/* In this together widget */
#secondary .welia-in-this-together {
  border-bottom: 1px solid #e3e3e4;
  padding: 10px;
}
#secondary .welia-in-this-together h4 {
  color: #809f4f;
  font-size: 22px;
  font-weight: 200;
  margin: 20px 20px 5px 30px;
}
#secondary .welia-in-this-together h5 {
  color: #809f4f;
  font-size: 16px;
  font-weight: 200;
  margin: 0 20px 20px 30px;
}
#secondary .welia-in-this-together p {
  color: #8A8C8F;
  font-size: 16px;
}
#secondary .welia-in-this-together ul {
  list-style: none;
  padding-left: 24px;
  line-height:1;
}
#secondary .welia-in-this-together li {
  color: #47749B;
  font-size: 16px;
  padding: 0 0 10px 1.2em;
  text-indent: -1.5em;
}
#secondary .welia-in-this-together li::before {
  display: none;
  content: url(images/icon-arrow-right-md.png);
  padding-right: 1.5em;
  height: 20px;
  position: relative;
  top: 10px;
}
#secondary .welia-in-this-together a {
  color: #47749B;
}
@media screen and (max-width: 767px) {
  #secondary .welia-in-this-together {
    margin: 0 0 15px 0;
  }
  #secondary .welia-in-this-together h4 {
    color: #669ac5;
    font-size: 22px;
    font-weight: 200;
    margin: 20px 20px 5px 30px;
    background: none;
    padding: 0;
  }
}
/* override styles when printing */
@media print {
  .jumbotron,
  #secondary,
  .site-footer {
    display: none;
  }
}

.grecaptcha-badge {
  right: -2500px !important;
}
