/*
 Theme Name:     FAHSC-theme
 Template:       twentysixteen
 Theme URI: http://acceleration.net
 Description: A theme for The Florida Association of Healthy Start Coalitions (FAHSC). This is a twentysixteen child theme
 Version: 1
 Author: Acceleration.net
 Author URI: http://www.acceleration.net/
 Tags: custom
 */
/* General -------------- */
body {
  background-color: #f3f7da;
  font-family: Calibri, Montserrat, "Helvetica Neue", serif;
  font-size: 16px;
  color: #4c4d4f;
  overflow-x: hidden;
  padding: 3%;
}
body.admin-bar:not(.custom-background-image)::before, body:not(.custom-background-image):before, body:not(.custom-background-image):after {
  display: none;
  top: 0;
  height: 0;
}
a, .entry-content a {
  color: #90b35b;
  box-shadow: none;
}
a:visited, .entry-content a:visited {
  color: #90b35b;
}
a:hover, .entry-content a:hover {
  color: #f173ac;
}
h1, h2, h3, h4, h5 {
  color: #e13194;
  font-family: Calibri, Montserrat, "Helvetica Neue", serif;
  font-weight: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
hr {
  clear: both;
  margin-top: 20px;
}
.wrapper {
  margin: auto;
  max-width: 1200px;
  position: relative;
}
.site {
  background: #fff;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 643px) {
  .mobile-hide {
    display: none;
  }
}
.mobile-show {
  display: none;
}
@media only screen and (max-width: 643px) {
  .mobile-show {
    display: block;
  }
}
/* Placeholder text color - selectors need to be separate to work. */
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  font-family: Calibri, Montserrat, "Helvetica Neue", serif;
}
/* Header ------------------------- */
.site-inner {
  max-width: 100%;
}
.site-header {
  border-top: solid 60px #7ec34a;
  background: #fff;
  padding: 0em 3.5455% 0;
}
.site-header .site-branding {
  margin-top: 5px;
  margin-bottom: 5px;
}
.site-header .custom-logo {
  max-width: 400px;
  width: 100%;
}
.site-header .site-title, .site-header .site-description {
  display: none;
}
.home .entry-title, .page-id-60 .entry-title {
  display: none;
}
.color-border {
  background: url('/wp-content/themes/fahsc-custom-theme/template-images/color-border.png');
  background-repeat: repeat-x;
  height: 15px;
}
.v-lines {
  background: url('/wp-content/themes/fahsc-custom-theme/template-images/verticle-lines-bg.png');
}
.flower-icon {
  position: absolute;
  top: 0;
  left: -30px;
}
.arrow-right {
  position: absolute;
  left: 20px;
  top: 42px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
}
.programs-link {
  position: absolute;
  display: block;
  width: 20%;
  height: 30%;
  top: 16px;
  right: 22px;
}
/* Home Slider CSS Animation */
.home-slider {
  position: relative;
  background: #fff;
  width: 100%;
  border-bottom: solid 20px #e13194;
  font-family: Calibri, Montserrat, "Helvetica Neue", serif;
  overflow: hidden;
}
.home-slider img {
  display: block;
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
}
.home-slider img.mobile-show {
  display: none;
}
.home-slider p {
  position: absolute;
  display: block;
  top: 80%;
  right: -200%;
  font-family: Calibri, Montserrat, "Helvetica Neue", serif;
  font-size: 2.15em;
  padding: 10px;
  background: rgba(241, 115, 172, 0.35);
  text-align: center;
  color: #333;
  animation-name: anim-1;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.home-slider p span {
  font-size: 1.25em;
}
.home-slider .item-1 {
  animation-delay: 1s;
  width: 700px;
}
.home-slider .item-2 {
  background: rgba(126, 195, 74, 0.35) !important;
  animation-delay: 7s;
  width: 850px;
}
.home-slider .item-3 {
  animation-delay: 14s;
  width: 900px;
}
@keyframes anim-1 {
  0%, 10.3% {
    right: -110%;
    opacity: 0;
  }
  10.3%, 25% {
    right: 20%;
    opacity: 1;
  }
  35.33%, 100% {
    right: 110%;
    opacity: 0;
  }
}
/* Slider plugin slides */
/* Not being used at the moment --
 .slider .owl-pagination-true {
 margin-bottom: 0px !important;
 }
 .slider #slider_73 {
 border-top: solid 6px #fff;
 border-bottom: solid 28px $accent-color;
 .owl-controls .owl-pagination {
 bottom: -20px !important;
 }
 .owl-item {
 background: url('/wp-content/themes/fahsc-custom-theme/template-images/dots-mid-bg.png');
 font-size: 18px;
 .grid {margin-bottom: 0;}
 img {margin-bottom: 0;}
 .slide-img-wrap {
 position: relative;
 text-align: center;
 }
 .slide-img {
 bottom: 0;
 width: 100%;
 max-width: 800px;
 }
 .slide-description {
 position: relative;
 background-image: url('/wp-content/themes/fahsc-custom-theme/template-images/color-bars-verticle-2.jpg');
 background-repeat: repeat-y;
 display: block;
 border-bottom: solid 6px #fff;
 padding: 40px 40px 10px 60px;
 color: #fff;
 h2 {
 color: #fff;
 font-family: $main-font;
 font-weight: 700;
 }
 }
 }
 } // end .slider #slider_73
 -- */
.flex {
  display: flex;
  flex-direction: row;
}
.bubble {
  position: absolute;
  width: 310px;
  height: auto;
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-family: Calibri, Montserrat, "Helvetica Neue", serif;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.25em;
  right: 50%;
  top: 10%;
  margin-left: 2%;
}
.slide-three .bubble {
  top: 2%;
  right: 60%;
}
.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  display: block;
  width: 0;
  z-index: 1;
  right: -15px;
  top: 45px;
}
.bubble.pink {
  background: #d24036;
}
.bubble.pink:after {
  border-color: transparent #d24036;
}
.bubble.green {
  background: #7ec34a;
}
.bubble.green:after {
  border-color: transparent #7ec34a;
}
.bubble.red {
  background: #d24036;
}
.bubble.red:after {
  border-color: transparent #d24036;
}
.bubble.orange {
  background: #e37334;
}
.bubble.orange:after {
  border-color: transparent #e37334;
}
/* Menu ---------------------------*/
.main-navigation .primary-menu > li {
  display: inline-block;
  width: 120px;
  height: 60px;
  border-right: solid 2px #7ec34a;
  font-size: 1em;
  text-align: center;
  padding-top: 8px;
}
.main-navigation .primary-menu > li li {
  height: auto;
  text-align: left;
}
.main-navigation .primary-menu > li:last-of-type {
  border-right: none;
}
.main-navigation .menu-item-has-children > a::after {
  display: none;
}
.main-navigation .menu-item-has-children > a {
  padding-right: 10px;
}
.main-navigation a, .main-navigation a:focus {
  color: #666;
  font-family: Calibri, Montserrat, "Helvetica Neue", serif;
  font-weight: 500;
  text-transform: uppercase;
  white-space: normal;
  padding: 10px;
}
.main-navigation li:hover > a {
  color: #e37334;
}
.main-navigation ul ul {
  border: none;
  border-top: solid 3px #fff;
  border-left: solid 4px #fff;
  border-right: solid 4px #fff;
  border-bottom: solid 4px #fff;
  box-shadow: 2px 2px 4px #333;
}
.main-navigation ul ul li {
  background: #666;
  border: none;
  background-image: url('/wp-content/themes/fahsc-custom-theme/template-images/dot-bg.png');
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 5px;
}
.main-navigation ul ul li:last-of-type {
  background-image: none;
  padding-bottom: 0;
}
.main-navigation li li:hover {
  color: #7ec34a;
}
.main-navigation ul ul li a {
  color: #fff;
}
.main-navigation ul ul li a:hover {
  color: #f173ac;
}
.main-navigation ul ul li:last-of-type {
  border-bottom: none;
}
.menu-toggle {
  background-color: #7ec34a;
  border-color: #7ec34a;
  color: #fff;
}
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle:hover, .menu-toggle.toggled-on:focus, .menu-toggle:focus {
  background-color: #d24036;
  border-color: #d24036;
  color: #fff;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
  color: #fff;
}
/* Content -------------- */
.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
  margin-right: 20px;
  margin-left: 20px;
}
.home.no-sidebar .entry-content {
  margin-right: 0;
  margin-left: 0;
}
.site-main {
  margin-bottom: 2.5em;
}
.site-content {
  position: relative;
  padding-top: 40px;
}
.site-content ul ul {
  list-style: circle;
}
.entry-title {
  font-family: Calibri, Montserrat, "Helvetica Neue", serif;
  font-weight: normal;
  margin-top: 5px;
}
.entry-content h2 {
  font-family: Calibri, Montserrat, "Helvetica Neue", serif;
  font-weight: normal;
  font-size: 1.9em;
  margin-top: 5px;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
  margin-bottom: 5px;
}
.entry-content h3 {
  font-weight: 100;
  margin-top: 10px;
}
.entry-content ul, .entry-content ol {
  margin-left: 25px;
}
.home-1-3 {
  text-align: center;
  display: flex;
}
.home-1-3 div.col-1-3 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0 !important;
}
.home-1-3 span {
  display: block;
  padding: 20px 0 25px;
  background: rgba(255, 255, 255, 0.35);
}
.home-1-3 span:hover {
  background: #e13194;
}
.home-1-3 a {
  display: block;
  color: #4c4d4f;
  box-shadow: none;
}
.home-1-3 a:hover strong {
  color: #7ec34a;
}
.home-1-3 a:visited strong {
  color: #999;
}
.home-1-3 a h2, .home-1-3 a:visited h2 {
  color: #fff;
}
.home-1-3 h2 {
  font-size: 2.25em;
  padding: 2px;
  margin-bottom: 0;
  margin-top: 0;
}
.home-1-3 strong {
  font-size: 1.5em;
}
.home-1-3 p {
  margin-bottom: 0;
}
.home-1-3 p.fa-icon {
  font-size: 6em;
}
.home-1-3 p.fa-icon a, .home-1-3 p.fa-icon a:visited {
  color: #fff;
  box-shadow: none;
}
.home-1-3 p.fa-icon a:hover {
  color: #000;
}
.home-1-3 .btn {
  background-color: rgba(0, 0, 0, .75);
  color: #fff !important;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: none;
}
.home-1-3 .btn:hover {
  background-color: #fff;
  color: #000 !important;
}
.home-1-2 h2 {
  text-align: center;
  color: #e13194;
  text-transform: uppercase;
  font-size: 2em;
}
.home .entry-content {
  /* news */
}
.home .entry-content .lcp_catlist {
  list-style: none;
  padding: 0 3%;
  margin-bottom: 0;
}
.home .entry-content .lcp_catlist .lcp_date {
  display: block;
  font-style: italic;
}
.home .entry-content .lcp_catlist li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #666;
}
.home .entry-content .lcp_catlist li a {
  display: block;
  box-shadow: none;
}
.home .entry-content .lcp_catlist li a:first-child {
  color: #333 !important;
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 6px;
}
.home .entry-content .news {
  border-right: solid 2px #e13194;
  font-size: 16px;
  line-height: 1.25em;
}
.home .entry-content .news .lcp_catlist li {
  padding: 15px;
}
.home .entry-content .news img {
  float: right;
  max-height: 180px;
  max-width: 200px;
  padding-left: 15px;
}
.home .entry-content .news .btn {
  background: #e13194;
}
.home .entry-content .news .btn:hover {
  background: #7ec34a;
}
.home .entry-content #meteor-slideshowgrey-testimonials {
  margin-top: 15px;
}
.home .entry-content .testimonials {
  /* OLD Chat bubbles */
  text-align: center;
}
.home .entry-content .testimonials div.meteor-slides {
  margin: 0 auto;
}
.home .entry-content .testimonials .lcp_title {
  position: absolute;
  bottom: 5px;
  text-align: right;
  font-weight: normal !important;
  font-size: 1em !important;
  border-bottom: none !important;
}
.home .entry-content .testimonials .lcp_title:hover {
  padding: 5px;
}
.home .entry-content .testimonials .lcp_title:before {
  content: "- ";
}
.home .entry-content .testimonials .lcp_catlist li {
  position: relative;
  width: 100%;
  height: 167px;
  padding: 15px;
  background: #ebfbdd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: #a3bb8b solid 3px;
  margin-bottom: 40px;
}
.home .entry-content .testimonials .lcp_catlist li:nth-child(odd) {
  background: #ffd8ed;
  border-color: #ffacd6;
}
.home .entry-content .testimonials .lcp_catlist li:nth-child(odd):after {
  border-color: #ffd8ed transparent;
}
.home .entry-content .testimonials .lcp_catlist li:nth-child(odd):before {
  border-color: #ffacd6 transparent;
}
.home .entry-content .testimonials .lcp_catlist li:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #ebfbdd transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 76px;
}
.home .entry-content .testimonials .lcp_catlist li:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 17px 17px 0;
  border-color: #a3bb8b transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -20px;
  left: 74px;
}
.members, .members th, .members td {
  border: none;
}
tbody tr:nth-child(odd) {
  background: #f1f1f1;
}
.members a, .members a:visited {
  color: #7ec34a;
  text-decoration: none;
  box-shadow: none;
}
.members a:hover {
  color: #333;
}
/* Grid ---------------------------*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0 0 20px 0;
}
.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}
[class*='col-'] {
  float: left;
  padding-right: 20px;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.33%;
}
.col-1-4 {
  width: 25%;
}
.col-1-8 {
  width: 12.5%;
}
/* Opt-in outside padding */
.grid-pad {
  padding: 20px;
}
/* Custom Classes -----------------*/
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.sm-txt {
  font-size: 12px;
}
.md-txt {
  font-size: 21px;
}
.lg-txt {
  font-size: 28px;
  line-height: 1.25em;
}
.xl-txt {
  font-size: 36px;
}
.primary {
  color: #7ec34a;
}
.accent {
  color: #f173ac;
}
.accent-dark {
  color: #d24036;
}
.secondary {
  color: #e37334;
}
.no-bull {
  list-style: none;
  margin-left: 0px;
}
.no-bull li {
  margin-bottom: 8px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-50 {
  margin-top: 50px;
}
p.mb-0 {
  margin-bottom: 0px;
}
.dkor-bg {
  background: #e37334;
}
.pink-bg {
  background: #f173ac;
}
.lt-pink-bg {
  background: #ffacd6;
}
.red-bg {
  background: #d24036;
}
.green-bg {
  background: #7ec34a;
}
.lt-green-bg {
  background: #a4d27f;
}
.dk-green-bg {
  background: #90b35b;
}
.or-bg {
  background: #ebae4f;
}
.orange-bg {
  background: #e37334;
}
.dk-orange-bg {
  background: #f78e42;
}
.or-bg h2, .dkor-bg h2, .green-bg h2 {
  color: #fff;
}
.dots-bg {
  background: url('/wp-content/themes/fahsc-custom-theme/template-images/dot-bg.png');
  background-repeat: repeat-x;
  height: 9px;
}
.color-dots-bg {
  background: url('/wp-content/themes/fahsc-custom-theme/template-images/dots.png');
  background-repeat: repeat-x;
  height: 12px;
}
.color-border {
  background: url('/wp-content/themes/fahsc-custom-theme/template-images/color-border.png');
  background-repeat: repeat-x;
}
.flower-bg {
  display: block;
  background: url('/wp-content/themes/fahsc-custom-theme/template-images/lowers-bg.png');
  width: 100%;
}
.underline {
  border-bottom: solid 1px #a4d27f;
}
.mid-col-border {
  border-left: solid 2px #f173ac;
  border-right: solid 2px #f173ac;
}
.btn, button, input[type="submit"], input[type="button"], input[type="reset"] {
  display: inline-block;
  background: #7ec34a;
  color: #fff !important;
  font-size: 1.35em;
  margin-right: 10px;
  padding: 10px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.btn:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
  background: #f173ac;
  text-decoration: none;
}
.btn a {
  color: #fff;
}
.btn a:visited {
  color: #fff;
}
.btn-red {
  background: #cc181e !important;
}
.btn-red:hover {
  background: #7ec34a !important;
  text-decoration: none;
}
.square-links a, .square-links a:visited {
  display: block;
  float: left;
  width: 48%;
  margin: 0 1% 20px;
  background: #f173ac;
  font-family: Calibri, Montserrat, "Helvetica Neue", serif;
  color: #fff;
  text-align: center;
  padding: 15% 5%;
  font-size: 2.5em;
}
.square-links a:hover {
  background: #7ec34a;
}
.partner-logo-wrap {
  max-width: 530px;
}
.nb-logo {
  padding-top: 60px;
}
.nursecore {
  padding-top: 30px;
}
.hs-logo {
  padding-top: 40px;
}
/* Contact page */
.wpcf7 input {
  max-width: 350px;
}
.wpcf7 textarea {
  height: 200px;
}
/* Posts ----------------------- */
.page-header {
  border-top: none;
}
.post-navigation {
  display: none;
  /* Hides prev/next links */
  border-top: 4px dotted #e37334;
  border-bottom: 4px dotted #e37334;
}
.post-navigation div + div {
  border-top: 4px dotted #7ec34a;
}
.post-navigation a:hover .post-title, .post-navigation a:focus .post-title {
  color: #f173ac;
}
.byline .author {
  display: none;
}
.category .entry-title {
  font-size: 2em;
}
.category .entry-title a {
  color: #7ec34a;
}
.category .entry-title a:hover, .category .entry-title a:focus {
  color: #90b35b;
}
.category article {
  border-bottom: 4px dotted #a4d27f;
  padding-bottom: 3em;
  margin-bottom: 3em;
}
.more-link {
  display: block;
  color: #f173ac;
  box-shadow: none !important;
}
.more-link:visited {
  color: #f173ac !important;
}
.more-link::after {
  font-family: 'FontAwesome';
  content: "\f061";
  margin-left: 10px;
}
/* Adjusting width of posts meta info and content */
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
  margin-right: -100%;
  margin-left: 5%;
  width: 15%;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
  float: left;
  margin-right: -100%;
  margin-left: 24.99999999%;
  width: 65.00000001%;
}
/* Sidebar --------------------- */
.sidebar {
  margin-bottom: 30px;
  padding-top: 0;
}
.widget {
  border-top: none;
  line-height: 1.15em;
  padding-top: 0;
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
  font-size: 16px;
}
.widget img {
  max-width: 260px;
}
.widget h3 {
  font-size: 18px;
}
.widget p {
  margin-bottom: 15px;
}
.sidebar {
  /* Push banner images to the bottom of the page */
}
.sidebar #text-8, .sidebar #text-10, .sidebar #text-11, .sidebar #text-12, .sidebar #text-13 {
  margin-top: 200px;
}
@media only screen and (max-width: 800px) {
  .sidebar #text-8, .sidebar #text-10, .sidebar #text-11, .sidebar #text-12, .sidebar #text-13 {
    margin-top: 0;
  }
}
.sidebar .widget-title {
  color: #f173ac;
}
#text-22 .widget-title {
  display: block;
}
/* Connect page */
.widget_listcategorypostswidget a {
  display: block;
  box-shadow: none;
}
.widget_listcategorypostswidget a:first-child {
  color: #333 !important;
  font-weight: bold;
  font-size: 1.25em;
  border-bottom: solid 1px #ccc;
  margin-bottom: 6px;
}
.widget_listcategorypostswidget a:first-child:hover {
  background: #7ec34a;
  color: #fff !important;
  padding-left: 8px;
}
.widget_listcategorypostswidget img {
  width: 80px;
}
.sidebar .widget_nav_menu ul {
  list-style: none;
  margin-left: 0;
}
.sidebar .widget_nav_menu li {
  margin-bottom: 5px;
}
.sidebar .widget_nav_menu li a {
  display: block;
  background: #f173ac;
  font-size: 1.5em;
  color: #fff;
  padding: 10px 8px;
  line-height: 1.15em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.sidebar .widget_nav_menu li a:hover {
  background: #7ec34a;
}
#nav_menu-3 {
  margin-bottom: 0;
}
/* Footer ---------------------- */
.site-footer {
  background: #a4d27f;
  border-top: solid 10px #90b35b;
  padding-top: 25px;
  padding-bottom: 10px;
  position: relative;
  font-family: Calibri, Montserrat, "Helvetica Neue", serif;
}
.site-footer .pink-flower {
  position: absolute;
  right: 80px;
  top: -85px;
  width: 125px;
}
.site-footer .site-title::after {
  display: none;
}
.footer-widgets {
  clear: both;
  display: block;
  width: 100%;
  color: #333;
}
.footer-widgets .widget {
  background: none;
  font-size: 1em;
  padding-top: 0;
  padding-bottom: 5px;
}
.footer-widgets .widget-area, .footer-widgets .widecolumn {
  margin-bottom: 0;
}
.footer-widgets .widget-title {
  font-family: Calibri, Montserrat, "Helvetica Neue", serif;
  font-size: 1.75em;
  color: #333;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.footer-widgets #search-2 {
  padding-top: 12px;
}
.footer-widgets #menu-quick-links {
  margin-left: 2px;
  list-style: none;
  font-size: 1em;
  margin-bottom: 64px;
}
.footer-widgets #menu-quick-links a, .footer-widgets #menu-quick-links a:visited {
  color: #333;
  display: block;
  border-bottom: solid 1px #7ec34a;
  padding: 2px 5px;
}
.footer-widgets #menu-quick-links a:hover {
  color: #6c9131;
}
.footer-widgets #nav_menu-2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer-widgets .sm-icons {
  margin-top: 60px;
}
.footer-widgets .sm-icons img {
  background: #a4d27f;
  width: 60px;
  margin-right: 5px;
  float: left;
}
.footer-widgets .sm-icons img:hover {
  background: #ffacd6;
}
.sub-footer .site-info {
  background: #a4d27f;
  font-size: 0.9em;
  margin: 0;
  padding: 10px;
  text-align: center;
}
.sub-footer .site-info .site-title {
  font-size: 0.9em;
}
.sub-footer .site-info a, .sub-footer .site-info a:visited {
  color: #666;
}
.sub-footer a:hover {
  color: #f173ac;
}
/* Media Queries ---------------------- */
@media only screen and (max-width: 1500px) {
  .slider #slider_73 .owl-item .slide-img {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1400px) {
  /* Hide sidebar image on coalation map page because it overlaps map. 
   Map only works as a fixed image 
   */
  .page-id-12 .sidebar #text-11 {
    display: none;
  }
}
@media only screen and (max-width: 1250px) {
  .slider #slider_73 .owl-item h2 {
    font-size: 1.25em;
  }
  .slide-description {
    line-height: 1.75em;
  }
  .arrow-right {
    top: 35px;
  }
  @keyframes anim-1 {
    0%, 5.3% {
      right: -100%;
      opacity: 0;
    }
    5.3%, 15% {
      right: 15%;
      opacity: 1;
    }
    20.33%, 100% {
      right: 110%;
      opacity: 0;
    }
  }
}
@media only screen and (max-width: 1050px) {
  .slider #slider_73 .owl-item .slide-description {
    line-height: 1.5em;
    padding: 20px 20px 10px 60px;
  }
  .arrow-right {
    top: 25px;
  }
  .home-slider p {
    font-size: 1.75em;
  }
  .home-slider .item-1, .home-slider .item-2, .home-slider .item-3, .home-slider .item-4, .home-slider .item-5 {
    width: 78%;
  }
  @keyframes anim-1 {
    0%, 5.3% {
      right: -100%;
      opacity: 0;
    }
    5.3%, 15% {
      right: 8%;
      opacity: 1;
    }
    20.33%, 100% {
      right: 110%;
      opacity: 0;
    }
  }
}
@media only screen and (max-width: 910px) {
  .site-header {
    border-top-width: 20px;
  }
  .slider #slider_73 .owl-item .flex {
    display: block;
  }
  .slider #slider_73 .owl-item .col-1-4, .slider #slider_73 .owl-item .col-1-2, .slider #slider_73 .owl-item .col-1-8, .slider #slider_73 .owl-item .col-3-4, .slider #slider_73 .owl-item .col-1-3, .slider #slider_73 .owl-item .col-2-3 {
    width: 100%;
  }
  .slider #slider_73 .owl-item .slide-description {
    min-height: 200px;
    border-bottom: none;
  }
  .slider #slider_73 .owl-item [class*='col-'] {
    margin-bottom: 0px;
  }
  .home-1-3 {
    display: block;
  }
  [class*='col-'] {
    float: none;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .col-1-4, .col-1-2, .col-1-8, .col-3-4, .col-1-3, .col-2-3 {
    width: 100%;
  }
  .sidebar .no-bull.col-1-2 {
    float: left;
    width: 48%;
    padding-right: 10px;
    font-size: 0.9em;
  }
  .arrow-right {
    display: none;
  }
  .main-navigation .primary-menu > li {
    text-align: left;
  }
  .dropdown-toggle:hover, .dropdown-toggle:focus {
    color: #e37334;
  }
  .main-navigation .primary-menu > li {
    width: 100%;
    height: auto;
    border-right: none;
  }
  #menu-item-58 {
    width: 100%;
  }
  #menu-item-58 a {
    height: auto;
  }
  .main-navigation a {
    padding-left: 20px;
  }
  .main-navigation .menu-item-has-children > a::after {
    display: inline-block;
  }
  .main-navigation ul ul {
    box-shadow: none;
  }
  .news {
    border-right: none;
  }
  .nursecore, .nb-logo, .hs-logo {
    padding-top: 10px;
  }
  .entry-title {
    font-size: 2.25rem;
  }
  .square-links a {
    width: 100%;
    float: none;
    padding: 10% 20px;
  }
  .home .entry-content .news {
    border-right: none;
  }
  .site-footer {
    padding: 60px 0 0;
  }
  .site-footer .footer-widgets .widget-area, .site-footer .main-navigation {
    padding-right: 7%;
    padding-left: 7%;
  }
  .site-footer .widget-area:nth-child(2) {
    background: #7ec34a;
  }
  .no-sidebar .content-bottom-widgets {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sidebar #text-8, .sidebar #text-9, .sidebar #text-10, .sidebar #text-11, .sidebar #text-12, .sidebar #text-13 {
    position: relative;
    bottom: 5px;
  }
  .mid-col-border {
    border-left: none;
    border-right: none;
  }
}
@media only screen and (max-width: 800px) {
  .home-slider p {
    top: 75%;
    font-size: 1.25em;
  }
  .entry-content h2 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 643px) {
  .home .entry-content .news img {
    float: none;
    height: auto;
    padding-left: 0px;
  }
  .home-slider img.mobile-show {
    display: block;
  }
  .home-slider img.mobile-hide, .home-slider p, .programs-link {
    display: none;
  }
  .wp-block-image .alignright {
    float: none;
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .site-header .site-branding {
    display: block;
    width: 100%;
    text-align: center;
  }
  .menu-toggle {
    margin: auto;
  }
  .slider #slider_73 .owl-item .slide-description {
    min-height: 380px;
  }
}
