@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:800);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,800);
@import url(https://fonts.googleapis.com/css?family=Oswald&display=swap);
@import url(https://fonts.googleapis.com/css?family=Arapey:400i&display=swap);
body {
  color: #464646;
  background-color: rgba(0, 0, 0, 0);
}
body a {
  color: #00653b;
}
body a:hover {
  color: #ffa50f;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.navbar-brand {
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, .navbar-brand {
  line-height: 120%;
  color: #00653b;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-weight: 700;
}

h1 {
  font-size: 32px;
  padding-bottom: 30px;
}

.navbar-brand {
  font-size: 32px;
  white-space: wrap;
}

@media only screen and (min-width: 500px) {
  h1, .h1 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 978px) {
  .navbar-brand {
    font-size: 46px;
  }
}
body, p {
  line-height: 150%;
  font-size: 1.25rem;
}

html {
  position: relative;
  min-height: 100%;
}

html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 0 !important;
  font-weight: 400;
}

.bk-color {
  position: absolute;
  top: 0;
  width: 100%;
  border-top: 430px solid #0a5335;
  border-bottom: 5px solid #b1bb1c;
}

@media only screen and (min-width: 525px) {
  .providence-button {
    font-size: 14px;
    padding: 10px 15px 12px 15px;
  }
}
.no-style-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-list {
  margin: 0;
}
.news-list li {
  padding: 10px 0;
  border-bottom: 1px dotted #464646;
  overflow: hidden;
}
.news-list li a.post-thumbnail {
  margin-right: 10px;
}
.news-list li .post-list-image, .news-list li .post-list-content {
  display: inline-block;
  vertical-align: top;
}
.news-list li .post-list-content {
  width: 60%;
}
.news-list li .post-list-content a {
  font-size: 16px;
}
.news-list li .post-list-content p {
  line-height: 135%;
  padding-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 901px) {
  .news-list li .post-list-content {
    margin-top: 5px;
    width: 100%;
  }
  .news-list li .post-list-content p {
    line-height: 135%;
  }
}
.extra-pad-bottom {
  padding-bottom: 30px;
}

.extra-pad-top {
  padding-top: 30px;
}

.pad-left {
  padding-left: 20px;
}

.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

.col-spacer {
  min-height: 30px;
}

.center-text {
  text-align: center;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  z-index: 2;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-module {
  background-color: rgb(255, 255, 255);
  padding: 0;
  margin-bottom: 50px;
}
.info-module > h2 {
  font-size: 2.5rem;
}
.info-module > .media-list {
  padding-left: 0;
}
.info-module > .media-list > .media {
  padding-left: 0;
  padding-right: 0;
}
.info-module > .media-list > .media > .media-left {
  padding-left: 0;
  padding-right: 0;
}
.info-module > .media-list > .media > .media-left img {
  width: 100%;
  height: auto;
  display: block;
}
.info-module > .media-list > .media > .media-body {
  padding-left: 20px;
}
.info-module > .media-list > .media > .media-body > h4 {
  text-align: left;
}
.info-module > .media-list > .media > .media-body > h4 > a {
  font-size: 1.5rem;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
}
.info-module .widgettitle {
  font-size: 2.5rem;
  padding-bottom: 20px;
  text-align: left;
}
.info-module h4 {
  font-size: 30px;
  text-align: center;
}

@media only screen and (min-width: 982px) {
  .info-module {
    margin-bottom: 100px;
  }
}
.page-id-10 .col-xs-12 .col-sm-4, .page-id-10 .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .page-id-10 .col-sm-4, .page-id-10 .col-md-4 {
    padding-left: 0;
    padding-right: 15px;
  }
  .page-id-10 .col-sm-4:last-child, .page-id-10 .col-md-4:last-child {
    padding-right: 0;
  }
}
.news-scroll {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: 225px;
}
.news-scroll .latest-news-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.news-scroll .latest-news-item > a > img {
  margin-right: 20px;
  margin-bottom: 20px;
}
.news-scroll .latest-news-item h4 {
  margin-top: 0;
  padding-top: 0;
  font-size: 14px;
}
.news-scroll .latest-news-item p {
  line-height: 130%;
  font-size: 13px;
  font-family: Arial, sans-serif;
}

@media only screen and (min-width: 450px) {
  .news-scroll .latest-news-item h4 {
    font-size: 16px;
  }
  .news-scroll .latest-news-item p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 450px) and (max-width: 884px) {
  .news-scroll {
    min-height: 190px;
  }
}
@media only screen and (min-width: 885px) {
  .news-scroll {
    min-height: 170px;
  }
}
.timely-school-news {
  margin: 20px 0 0 20px;
  padding: 0;
}
.timely-school-news > li {
  padding-bottom: 10px;
  font-size: 14px;
}
.provi-highlights {
  list-style: none;
  padding: 0;
  text-align: center;
}
.provi-highlights > li {
  width: 100%;
  padding: 2%;
  margin-bottom: 15px;
  text-align: center;
  display: inline-block;
}
.provi-highlights > li img {
  margin-bottom: 10px;
}
@media only screen and (min-width: 480px) and (max-width: 769px) {
  .provi-highlights > li {
    width: 49%;
  }
}
@media only screen and (min-width: 770px) {
  .provi-highlights > li {
    width: 19%;
  }
}
.page-sidebar .page-cust-sidebar {
  color: #fff;
  overflow: auto;
  /*a {
  	color: $providenceLime;
  }*/
  /*p, ul {
  	color: $providenceLime;
  }*/
}
.page-sidebar .page-cust-sidebar img {
  width: 100%;
  height: auto;
  display: block;
}
.page-sidebar .sidebar-sub-container {
  padding: 20px 0 30px 0;
}
.page-sidebar .sidebar-sub-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-sidebar .sidebar-sub-container ul li {
  padding: 5px 20px;
  /*a {
  	color: $providenceLime;
  	font-size: 15px;
  }*/
}
.page-sidebar .sidebar-sub-container ul li .children {
  display: none;
}
.page-sidebar .sidebar-sub-container ul li .children li {
  /*a {
  	color: $providenceLime;

  	&:before {
  		border-top: none;
  		border-bottom: none;
  		border-left: none;
  	}
  }*/
}
.page-sidebar .sidebar-sub-container ul .sidebar-title {
  margin-bottom: 5px;
}
.page-sidebar .sidebar-sub-container ul .sidebar-title > div a {
  font-size: 18px;
  font-weight: 700;
}
.page-sidebar .sidebar-sub-container ul .current_page_item a, .page-sidebar .sidebar-sub-container ul .current_page_ancestor a {
  position: relative;
  padding-left: 10px;
  color: #ffa50f;
}
.page-sidebar .sidebar-sub-container ul .current_page_item a:before, .page-sidebar .sidebar-sub-container ul .current_page_ancestor a:before {
  width: 5px;
  height: 5px;
  position: absolute;
  margin-top: 5px;
  left: 0;
  content: "";
  padding-left: 5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffa50f;
}
.page-sidebar .sidebar-sub-container ul .current_page_item .children, .page-sidebar .sidebar-sub-container ul .current_page_ancestor .children {
  display: block;
}
.page-sidebar .sidebar-sub-container ul .current_page_ancestor a {
  color: #b1bb1c;
}
.page-sidebar .sidebar-sub-container ul .current_page_ancestor a:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #b1bb1c;
}
.page-sidebar .sidebar-sub-container ul .current_page_ancestor .children .current_page_item a {
  color: #ffa50f;
}
.page-sidebar .sidebar-sub-container ul .current_page_ancestor .children .current_page_item a:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffa50f;
}
.page-sidebar .sidebar {
  color: #fff;
  padding: 20px;
}
.page-sidebar .sidebar table {
  width: 100%;
}
.page-sidebar .sidebar h4 {
  margin-bottom: 10px;
}
.page-sidebar .sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-sidebar .sidebar ul li {
  padding: 5px 0;
  color: #afafaf;
}
.page-sidebar .sidebar ul li a {
  color: #b1bb1c;
  font-size: 14px;
}

/*.col-sm-8 {
	width: 100%;
}*/
.col-sm-offset-1 {
  margin-left: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.content, .content-archive, .content-blog {
  background-color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 100%;
}
.content img, .content-archive img, .content-blog img {
  margin-bottom: 30px;
  margin-top: 20px;
}

@media only screen and (min-width: 982px) {
  .content, .content-archive, .content-blog {
    max-width: 80%;
    margin: 0 auto;
  }
}
.content section {
  font-family: Arial, sans-serif;
}
.content img {
  max-width: 100%;
  width: auto\9 ;
  height: auto;
}
.content a {
  text-decoration: underline;
}
.content > article > section > h4 {
  padding-top: 20px;
}

#breadcrumbs {
  padding-bottom: 30px;
}
#breadcrumbs a {
  color: #00653b;
  text-decoration: none;
}
#breadcrumbs span {
  padding-left: 5px;
  padding-right: 5px;
}
#breadcrumbs span:first-child {
  padding-left: 0;
}

footer {
  font-family: Arial, sans-serif;
  display: table;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #0a5335;
  color: #fff;
  padding: 40px 0;
}
footer h3 {
  color: #fff;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 10px;
}
footer p {
  padding: 0;
  margin: 0;
  font-size: 18px !important;
}
footer .footer-posts {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
}
footer .footer-posts li {
  padding-bottom: 20px;
}
footer .footer-posts li .entry-date {
  font-size: 16px;
}
footer .footer-posts a {
  color: #fff;
}

.container-fluid, .container {
  position: relative;
  /*padding-right: 0;
  padding-left: 0;*/
}

.content-archive h3 {
  font-size: 30px;
}

@media only screen and (min-width: 650px) {
  .col-md-12, .col-md-8 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.prov-module {
  border-top: 5px solid #b1bb1c;
  background-color: #fff;
  padding: 20px;
}

.page-header {
  margin-top: 25px;
  border-bottom: none;
}

.sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar li {
  padding: 10px 0;
}
.sidebar ul {
  list-style: square;
}
.sidebar ul li {
  padding: 0;
}
.sidebar p {
  padding: 0 0 10px 0;
}
.sidebar p:first-child {
  padding: 10px 0;
}

.screen-reader-text {
  display: none;
}

.nav-links .page-numbers {
  padding: 2px 6px;
  margin: 0 0 0 -4px;
}
.nav-links .page-numbers:first-child {
  margin: 0;
}
.slick-track .slick-slide {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.slick-track .slick-slide > img {
  display: block;
  width: 100%;
  height: auto;
}
.slick-track .slick-slide .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  background: #00653b;
  margin-bottom: 20px;
  padding: 10px 15px;
  text-shadow: 0 0 0;
  font-size: 16px;
  position: relative;
  width: 100%;
}
.slick-track .slick-slide .carousel-caption .caption-txt {
  margin-bottom: 10px;
}

@media only screen and (min-width: 798px) {
  .slick-track .slick-slide .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 20px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slick-track .slick-slide .carousel-caption .caption-txt {
    margin-bottom: 10px;
  }
}
.media {
  clear: both;
  padding: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
.media:last-child {
  border-bottom: none;
}
.media .media-body {
  float: left;
}
.media .media-body h3 {
  margin-top: 5px;
}

@media only screen and (min-width: 500px) {
  .media .media-body {
    float: none;
    padding-left: 10px;
  }
  .media .media-body h3 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  /*.col-sm-8 {
  	width: 72.6666666%;
  }*/
  .col-sm-offset-1 {
    margin-left: 2.33333%;
  }
  .content, .page-sidebar {
    margin-top: 0;
    margin-bottom: 100px;
  }
  .carousel .carousel-control {
    background-image: none;
  }
  .carousel .carousel-control .glyphicon-chevron-right, .carousel .carousel-control .glyphicon-chevron-left {
    top: 45%;
  }
}
.directory-anchors {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
}
.directory-anchors li {
  display: inline-block;
}
.directory-anchors li > a {
  padding: 0 10px;
}
.directory-anchors li > span {
  color: #00653b;
}
.directory-anchors li:last-child span {
  display: none;
}

.back-top {
  position: fixed;
  display: none;
  z-index: 3000;
  right: 0;
  margin-right: 5%;
  bottom: 0;
  color: #fff;
  padding: 10px 20px;
  background-color: #00301c;
}
.back-top > a {
  color: #fff;
  text-decoration: none;
}

.media-heading {
  padding-top: 10px;
}

img.media-object {
  max-width: initial;
}

.last-anchor {
  display: none;
}

.category-breadcrumbs {
  padding-bottom: 20px;
}
.category-breadcrumbs a {
  text-decoration: none;
  color: #00653b;
}

.wp-caption-text {
  font-style: italic;
}

.quick-link-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 70px;
  padding-top: 50px;
}
.quick-link-wrapper .quick-links {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #00653b;
  margin-bottom: 30px;
}

@media (min-width: 900px) {
  .quick-link-wrapper {
    flex-direction: row;
    /*.quick-links {
    	width: 33%;
    }*/
  }
}
.quick-links {
  overflow: hidden;
}
.quick-links .quick-link {
  width: 100%;
  position: relative;
}
.quick-links .quick-link img {
  width: 100%;
  height: auto;
}
.quick-links .quick-link .caption {
  background: rgba(0, 101, 59, 0.95);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  height: 55px;
  transition: height 0.5s;
}
.quick-links .quick-link .caption > h3 {
  font-size: 1.5rem;
  padding-bottom: 10px;
  padding-top: 5px;
}
.quick-links .quick-link .caption > h3, .quick-links .quick-link .caption p {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.quick-links .quick-link .caption > p {
  font-size: 1rem;
}
.quick-links .quick-link:hover {
  cursor: pointer;
}
.quick-links .quick-link:hover .caption {
  height: 100%;
  cursor: pointer;
}

@media only screen and (min-width: 978px) {
  .quick-link-wrapper .quick-links {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .quick-link-wrapper .quick-links {
    width: 33%;
  }
}
.page-quicklinks .quick-links {
  text-align: center;
  padding-bottom: 75px;
}
.page-quicklinks .quick-links .quick-link {
  display: inline-block !important;
  float: none;
}

.home-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar-widget h4 {
  font-size: 24px;
  padding-top: 0;
  margin-top: 0;
}
.sidebar-widget .textwidget ul {
  margin-left: 20px;
  padding: 0;
}

.search-404 .search-close {
  display: none;
}

#schoolAlert {
  padding: 8px 0;
  background-color: #ffa50f;
  color: #000;
  text-align: center;
  position: relative;
  z-index: 10000;
}
#schoolAlert p {
  padding: 0;
  margin: 0 auto;
  font-size: 1rem;
  max-width: 1200px;
}
#schoolAlert p > a {
  cursor: pointer;
  color: #000;
}
#schoolAlert p > a:hover {
  color: #000;
}
#schoolAlert #closeAlert {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
  margin-right: 5px;
  margin: 5px 5px 0 0;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.hide-school-alert {
  display: none;
}

.printfriendly {
  margin: 0 0 0 -8px !important;
  padding-bottom: 10px;
}

#lower-nav .social-follow a {
  display: inline-block !important;
  margin-top: 5px;
}

.news-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 20px;
}

.news-story {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-story {
  border: 1px solid #eee;
  padding: 20px;
  position: relative;
  box-shadow: 1px 1px 5px #eee;
  display: inline-block;
  vertical-align: top;
}
.news-story > div {
  text-align: center;
}
.news-story > div > a {
  display: block;
  max-height: 300px;
  min-height: 300px;
  overflow: hidden;
  background-color: #00653b;
}
.news-story > div > a > img {
  width: 100%;
  height: auto;
}
.news-story > div > a .news-placeholder-img {
  margin-top: 20px;
}
.news-story > div h3 {
  padding-top: 20px;
}

/*@media (min-width: 800px) {
	.news-story {
		width: 48%;
	}
}


@media (min-width: 1200px) {
	.news-story {
		width: 32%;
	}
}*/
.home-content .heateor_sss_sharing_container {
  display: none;
}

.heateor_sss_sharing_container {
  padding-bottom: 30px;
}

.page-navbar {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 150%;
  padding: 20px 0 10px 0;
  background: #ededed;
}
.page-navbar .page-navbar-list {
  text-align: center;
  padding-left: 0;
  padding-bottom: 20px;
  max-width: 100%;
  margin: 0 auto;
}
.page-navbar .page-navbar-list > li {
  padding: 0 20px;
  display: inline-block;
  font-size: 1.2rem;
}
.page-navbar .page-navbar-list > li:first-child {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .page-navbar {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-navbar .page-navbar-list {
    max-width: 90%;
  }
}
.page-container {
  background: #fff;
}

.pf-alignleft {
  float: none !important;
}

.sidebar-widget {
  margin-top: 20px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  background: #ededed;
  list-style: none;
  padding: 20px;
}
.sidebar-widget h4 {
  padding-top: 0;
}

body {
  color: black !important;
}

.page-navbar {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 150%;
  padding: 20px 0 10px 0;
  background: #ededed;
}
.page-navbar .page-navbar-list {
  text-align: center;
  padding-left: 0;
}
.page-navbar .page-navbar-list > li {
  padding: 0 20px;
  display: inline-block;
  font-size: 1.15rem;
}
.page-navbar .page-navbar-list > li:first-child {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .page-navbar {
    font-size: 20px;
  }
}
.page-container {
  background: #fff;
}

.pf-alignleft {
  float: none !important;
}

.sidebar-widget {
  margin-top: 20px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  background: #ededed;
  list-style: none;
  padding: 20px;
}
.sidebar-widget h4 {
  padding-top: 0;
}

body {
  color: red;
}

.quicklinks .textwidget a {
  display: block;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .home-promo .col-md-4:first-child .info-module, .home-promo .col-md-4:nth-child(2) .info-module {
    padding-right: 30px;
  }
}
.home-promo {
  max-width: 900px;
  margin: 0 auto;
}

.post-social-container {
  padding: 30px 0;
}

.footer-additional-info {
  padding-left: 1rem;
}
.footer-additional-info a {
  color: #fff;
  text-decoration: none;
}

.post-social-container {
  display: none;
}

.profile-container {
  display: flex;
  flex-wrap: wrap;
}
.profile-container .profile {
  flex: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.profile-container .profile .profile-img-container {
  flex: 100%;
  text-align: center;
}
.profile-container .profile .profile-img-container img {
  max-width: 30%;
}
.profile-container .profile .profile-body {
  flex: 100%;
}

@media (min-width: 978px) {
  .profile-container .profile {
    flex: 50%;
    flex-direction: row;
    padding-top: 20px;
  }
  .profile-container .profile .profile-img-container {
    flex: 20%;
    text-align: center;
  }
  .profile-container .profile .profile-img-container img {
    margin: 0 auto;
    max-width: 100%;
  }
  .profile-container .profile .profile-body {
    flex: 80%;
    padding-left: 20px;
  }
}
.home-flex-content {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  flex: 100%;
  padding: 0 10px 100px 10px;
}
.home-flex-content .video-embed, .home-flex-content .flex-content {
  flex: 100%;
}
.home-flex-content .video-embed {
  margin-bottom: 50px;
}
.home-flex-content iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .home-flex-content {
    display: flex;
    flex-wrap: wrap;
    flex: 100%;
  }
  .home-flex-content .video-embed {
    flex: 60%;
    margin-bottom: 0;
  }
  .home-flex-content .flex-content {
    flex: 35%;
  }
}
/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-item-right, .flex-item-left {
    flex: 100%;
  }
}
.img-left-content-right, .img-right-content-left {
  display: flex !important;
  flex-wrap: wrap;
  gap: 2rem !important;
  align-items: center;
}

.img-right-content-left > div, .img-left-content-right > div {
  flex: 1 1 350px; /* min width 350px */
}

@media (max-width: 785px) {
  .img-right-content-left .right {
    order: -1;
  } /* right goes on top on narrow screens */
}
/* Base: stack on mobile */
.split {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.split.wide-left, .split.wide-right {
  grid-template-columns: 100%;
}

/* Modifiers: choose which side is wider on larger screens */
@media (min-width: 798px) {
  .split.wide-left {
    grid-template-columns: 2fr 1fr;
  } /* 66% / 33% split */
  .split.wide-right {
    grid-template-columns: 1fr 2fr;
  } /* 33% / 66% split */
}
/* Optional orientation helpers */
.split.img-left-content-right > .left {
  order: 0;
}

.split.img-left-content-right > .right {
  order: 1;
}

.split.img-right-content-left > .left {
  order: 1;
}

.split.img-right-content-left > .right {
  order: 0;
}

/* Image safety (unrelated to media queries) */
.split img {
  max-width: 100%;
  height: auto;
  display: block;
}

.row .search-results img {
  width: auto;
}

.row .page-sidebar .sidebar ul li a {
  font-size: 15px;
}

.nav-pills {
  display: block !important;
}

@media only screen and (min-width: 905px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 905px) {
  .navbar-toggler {
    display: block !important;
  }
}
.navbar {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

#upper-nav {
  width: 100%;
  background-color: #00301c;
  padding: 8px 0 8px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
#upper-nav .upper-nav-list {
  display: flex;
  align-items: stretch;
}
#upper-nav .upper-nav-list li {
  display: block;
  flex: 0 1 auto;
  padding: 0 3%;
}
#upper-nav .upper-nav-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
#upper-nav .upper-nav-list li a:hover {
  text-decoration: underline;
}
#upper-nav .upper-nav-list li:first-child {
  padding-left: 0;
}
#upper-nav .upper-nav-list li:nth-child(2) {
  margin-left: auto;
}
#upper-nav .upper-nav-list li:last-child {
  padding-right: 0;
}
#upper-nav .upper-dropdown {
  display: none;
  position: absolute;
  z-index: 3000;
  left: 0;
  width: 100%;
  text-align: left;
  background: #fff;
  box-shadow: 0 2px 5px #464646;
  margin-top: 5px;
}
#upper-nav .upper-dropdown .close-menu {
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px 10px 0 0;
  cursor: pointer;
  font-size: 40px;
  text-decoration: none;
}
#upper-nav .upper-dropdown .close-menu:hover {
  text-decoration: none;
}
#upper-nav .upper-dropdown .mm-close {
  font-size: 80px;
  color: #00653b;
  text-decoration: none;
}
#upper-nav .upper-dropdown .mega-menu-content {
  padding: 20px 20px 0 20px;
  display: none;
}
#upper-nav .upper-dropdown .mega-menu-content .mega-menu-flex {
  display: flex;
  flex-direction: column;
}
#upper-nav .upper-dropdown .mega-menu-content .mega-menu-container {
  width: 100%;
  padding-right: 0;
  padding-bottom: 20px;
  color: #00653b;
}
#upper-nav .upper-dropdown .mega-menu-content .mega-menu-container img {
  display: block;
  width: 100%;
  height: auto;
}
#upper-nav .upper-dropdown .mega-menu-content .mega-menu-container .menu-caption {
  font-weight: bold;
  font-size: 18px;
  display: block;
}
#upper-nav .upper-dropdown .mega-menu-content .mega-menu-container:first-child {
  text-align: center;
}
#upper-nav .upper-dropdown .mega-menu-content .mega-menu-container h3 {
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 0;
}
#upper-nav .upper-dropdown .mega-menu-content .mega-menu-container ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}
#upper-nav .upper-dropdown .mega-menu-content .mega-menu-container ul li {
  display: block;
  font-size: 14px;
  padding: 5px 0;
  width: 100%;
}
#upper-nav .upper-dropdown .mega-menu-content .mega-menu-container-links {
  padding-left: 0;
}
#upper-nav .upper-dropdown .mega-menu-content a {
  color: #00653b;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media only screen and (min-width: 800px) {
  #upper-nav .upper-dropdown .mega-menu-content .mega-menu-flex {
    flex-direction: row;
  }
  #upper-nav .upper-dropdown .mega-menu-content .mega-menu-flex .mega-menu-container {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 0;
  }
  #upper-nav .upper-dropdown .mega-menu-content .mega-menu-flex .mega-menu-container-links {
    padding-left: 20px;
  }
}
.navbar-default {
  background-color: #00653b;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.navbar-default a {
  color: #fff;
  font-size: 12px;
}
.navbar-default #upper-nav .upper-dropdown .mega-active {
  opacity: 1;
}
.navbar-default #lower-nav {
  background-color: #efefef;
  position: relative;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.navbar-default #lower-nav ul li {
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #cccccc;
  float: none;
  margin-left: 0;
  /*.open a {
  	background-color: rgba(0,0,0,0);
  }*/
  /*.end-menu-dropdown {
  	left: -50px;
  }*/
}
.navbar-default #lower-nav ul li:last-child {
  border-bottom: none;
}
.navbar-default #lower-nav ul li a {
  color: #333333;
  font-size: 18px !important;
  display: inline-block;
}
.navbar-default #lower-nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #b1bb1c;
}
.navbar-default #lower-nav ul li a:focus {
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default #lower-nav ul li .dropdown-toggle {
  margin-top: 5px;
  float: right;
  background-color: #00653b;
  padding: 5px 12px 5px 10px;
}
.navbar-default #lower-nav ul li .dropdown-toggle:hover {
  background-color: #00653b;
}
.navbar-default #lower-nav ul li .dropdown-toggle:focus {
  background-color: #00653b;
}
.navbar-default #lower-nav ul li .dropdown-toggle .caret {
  color: #fff;
}
.navbar-default #lower-nav ul li .dropdown-toggle[aria-expanded=true] .caret { /* IE 9 */ /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.navbar-default #lower-nav ul li .dropdown-menu {
  position: relative;
  width: 95%;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  margin-left: 20px;
}
.navbar-default #lower-nav ul li .dropdown-menu li {
  padding: 0;
  margin-left: 0;
  display: block;
  width: 100%;
  /*.children {
  	li {
  		padding: 5px 0;
  	}
  }*/
}
.navbar-default #lower-nav ul li .dropdown-menu li a {
  display: block;
  padding: 5px 10px;
}
.navbar-default #lower-nav ul li .dropdown-menu li a:hover {
  color: #b1bb1c;
}
.navbar-default #lower-nav ul li .dropdown-menu .current_page_item a {
  color: #ffa50f;
}
.navbar-default #lower-nav ul .open a {
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default #lower-nav ul .link-sep {
  display: none;
}
.navbar-default .navbar-header {
  margin-left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navbar-default .navbar-header .navbar-toggler {
  background-color: rgb(238.425, 238.425, 238.425);
  border-radius: 0;
  border: none;
}
.navbar-default .navbar-header .brand-container {
  text-align: left;
  margin-right: 20px;
  padding: 10px;
  min-width: 165px;
}
.navbar-default .navbar-header .brand-container .brand {
  display: inline-block;
  z-index: 1000;
}
.navbar-default .navbar-header .brand-container .brand img {
  margin: 0 auto;
}
.navbar-default .navbar-header .brand-content > h1, .navbar-default .navbar-header .brand-content h2 {
  color: #fff;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}
.navbar-default .navbar-header .brand-content h2 {
  font-family: "Arapey", Times, Times New Roman, serif;
  font-style: italic;
}
.navbar-default .navbar-header .navbar-brand, .navbar-default .navbar-header a {
  color: #fff;
}
.navbar-default .navbar-header .header-extras {
  display: none;
}

@media only screen and (min-width: 500px) and (max-width: 905px) {
  .navbar-default .navbar-header > h1 .navbar-brand {
    font-size: 30px;
  }
}
@media only screen and (min-width: 476px) {
  #upper-nav .upper-nav-list li {
    line-height: 140%;
  }
  #upper-nav .upper-nav-list li a {
    font-size: 14px;
  }
  #upper-nav .upper-dropdown .mega-menu-content .mega-menu-container ul li {
    width: 48%;
  }
  #upper-nav .upper-dropdown .mega-menu-content .mega-menu-container ul li:nth-child(odd) {
    float: left;
    padding-right: 1%;
  }
  #upper-nav .upper-dropdown .mega-menu-content .mega-menu-container ul li:nth-child(even) {
    float: right;
  }
}
@media only screen and (min-width: 765px) {
  #upper-nav .upper-dropdown .mega-menu-content {
    padding: 30px;
  }
  #upper-nav .upper-dropdown .mega-menu-content .mega-menu-container:first-child {
    text-align: center;
    border-right: 1px solid #cccccc;
    border-bottom: none;
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 992px) {
  #upper-nav .upper-nav-list li {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-default .navbar-header .header-extras {
    list-style: none;
    display: block;
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px;
    text-align: right;
  }
  .navbar-default .navbar-header .header-extras li {
    display: inline-block;
    padding: 0;
  }
  .navbar-default .navbar-header .header-extras li img {
    vertical-align: initial;
  }
  .navbar-default .navbar-header .header-extras li:last-child {
    padding-left: 7px;
    padding-right: 5px;
  }
  .navbar-default .navbar-header .header-extras li a img {
    vertical-align: initial;
  }
  .navbar-default #lower-nav {
    clear: none;
    text-align: center;
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-top: -50px;
  }
  .navbar-default #lower-nav > ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
  }
  .navbar-default #lower-nav > ul li {
    display: block;
    flex: 0 1 auto;
    border-bottom: none;
  }
  .navbar-default #lower-nav > ul li a {
    color: #fff;
    padding: 5px 0 0 0;
    font-size: 24px !important;
  }
  .navbar-default #lower-nav > ul .dropdown-menu {
    position: absolute !important;
    margin-left: 0 !important;
    background-color: white !important;
    width: auto !important;
    padding: 15px !important;
    margin-top: 5px;
    color: #00653b;
    font-size: 20px;
  }
  .navbar-default #lower-nav > ul .dropdown-menu li a {
    color: #00653b;
  }
  .navbar-default #lower-nav > ul .link-sep {
    display: inline-block;
  }
  .navbar-default .navbar-header > h1 {
    width: 60%;
  }
  .navbar-default .navbar-header > h1 .navbar-brand {
    font-size: 32px;
    padding-top: 8%;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #upper-nav .upper-nav-list > li {
    padding: 0 3%;
  }
  #upper-nav .upper-nav-list > li a {
    font-size: 18px;
  }
  .navbar-default .navbar-header > h1 .navbar-brand {
    padding-top: 5%;
  }
}
.navbar-default .navbar-header .navbar-toggler {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0;
  margin-top: 10px;
  float: right;
}

.navbar-default #lower-nav > ul .nav-contact-mobile {
  display: block;
}

@media only screen and (min-width: 992px) {
  .navbar-default #lower-nav > ul .nav-contact-mobile {
    display: none;
  }
  .navbar-default .navbar-header .brand-container {
    padding: 0;
  }
  .navbar-default .navbar-header .brand-container .brand {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .navbar-default .navbar-header .brand-content > h1 {
    font-size: 42px;
  }
}
.navbar-toggler {
  position: absolute;
  right: 0;
}

#nav-icon2 {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 5px;
  margin-bottom: 3px;
  width: 50%;
  background: #b1bb1c;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 20px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 0;
  top: 7px;
  width: 60%;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
  width: 60%;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 0;
  top: 16px;
  width: 60%;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 16px;
  width: 60%;
}

.breadcrumbs.content {
  padding-bottom: 0;
  margin-bottom: 0;
}

#breadcrumbs, .category-breadcrumbs {
  padding-top: 20px;
}
#breadcrumbs a, .category-breadcrumbs a {
  color: #b1bb1c;
}

.dropdown > a {
  padding: 10px 15px;
}

.nav-search-item {
  margin-bottom: 10px;
}
.nav-search-item .search-close {
  display: none !important;
}

.search-close {
  text-decoration: none;
}
.search-close:hover {
  text-decoration: none;
}

/* social icons */
/*.social-container {
	max-width: 200px;
	float: left;
	padding-top: 10px;
	position: absolute;

	> a {
		display: inline-block;

		> img {
			max-width: 30px;
		}
	}

}

.navbar-header {
	.social-container {
		display: none;
	}
}

@media screen and (min-width: 700px) {
	.navbar-header {
		.social-container {
			display: block;
		}
	}
}

.header-social {
	background-image: none !important;
	position: relative;
    top: -5px;
}*/
/* tippy top social container */
.tippy-top .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.tippy-top .social-container {
  float: left;
  padding: 5px 0 0 0;
  max-width: 150px;
}
.tippy-top .social-container > a {
  display: inline-block;
}
.tippy-top .social-container > a > img {
  max-width: 20px;
}
.tippy-top .header-extras-top {
  float: right;
  max-width: 150px;
  padding: 5px 0 0 0;
}
.tippy-top .header-extras-top > a {
  display: inline-block;
  margin-right: 5px;
}
.tippy-top .header-extras-top > a > img {
  max-width: 20px;
}
.tippy-top .header-extras-top .header-social {
  background-image: none !important;
  position: relative;
}

/* for the footer */
footer .social-container {
  padding-top: 15px;
}
footer .social-container > a {
  display: inline-block;
}
footer .social-container > a > img {
  max-width: 30px;
}

/* modifiy the close button on the alert banner */
#wpfront-notification-bar div.wpfront-close {
  background-color: #ffa50f !important;
  border: none !important;
}

.header-social {
  display: block;
  height: 21px;
  background-image: url(../../images/social-header-sp.png);
}

#google-plus-header {
  width: 28px;
  background-position: -50px 0;
  margin-right: 7px;
}
#google-plus-header:hover {
  background-position: -50px -21px;
}

#twitter-header {
  width: 33px;
  background-position: -21px 0;
}
#twitter-header:hover {
  background-position: -21px -21px;
}

#facebook-header {
  width: 22px;
  background-position: 0 0;
}
#facebook-header:hover {
  background-position: 0 -21px;
}

#email-header {
  width: 32px;
  background-position: -80px 0;
}
#email-header:hover {
  background-position: -80px -21px;
}

.search-icon {
  width: 22px;
  background-position: -112px 0;
}
.search-icon:hover {
  background-position: -112px -21px;
}

.footer-social {
  padding: 0;
  width: 45%;
  float: left;
  margin-left: 10px;
}
.footer-social a:last-child {
  padding-right: 0;
}

@media only screen and (min-width: 767px) {
  /*.nav-footer {
      font-size: $smallFont;
  }*/
  .footer-sm-container {
    width: 50%;
  }
  .footer-social {
    padding: 20px 0 0 0;
  }
}
@media only screen and (min-width: 400px) {
  .nav-footer {
    display: block;
  }
  .footer-social a {
    margin-right: 5px;
  }
  .footer-social a:last-child {
    margin-right: 0;
  }
}
#facebook, #google-plus, #twitter {
  margin-left: 3px;
}
#facebook:first-child, #google-plus:first-child, #twitter:first-child {
  margin-left: 0;
}

#facebook {
  background-position: 0 0;
}
#facebook:hover {
  background-position: 0 -34px;
}

#twitter {
  background-position: -34px 0;
}
#twitter:hover {
  background-position: -34px -34px;
}

#google-plus {
  background-position: -102px 0;
}
#google-plus:hover {
  background-position: -102px -34px;
}

.social-share-container {
  width: 100%;
  margin-bottom: 10px;
}

.fb_iframe_widget {
  top: -5px;
  margin-right: 10px;
}

.twitter-share-button {
  margin-right: 10px;
}

.sfsiplus_footerLnk {
  display: none !important;
}

.search {
  position: absolute;
  z-index: 3000;
  background-color: #00301c;
  top: -100px;
  left: 0;
  padding: 7px 15px 15px 15px;
  width: 100%;
  opacity: 0;
  font-size: 20px;
}
.search input {
  width: 90%;
}
.search .search-close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  color: #ffa50f !important;
  margin-top: -5px;
  margin-right: -5px;
}
.search .search-close:hover {
  text-decoration: none;
}
.search .search-close:focus {
  text-decoration: none;
}

.search-icon {
  cursor: pointer;
}

.show-search {
  opacity: 1;
  top: -2px;
}

#searchform {
  width: 100%;
  margin-top: 10px;
}
#searchform .search-button {
  padding: 0.6% 1%;
  font-size: 12px;
  margin-top: 0;
  vertical-align: top;
  float: right;
}

#search {
  width: 98%;
  height: 30px;
  padding: 0 0 0 25px;
  background: url("../images/search-icon.gif") no-repeat left #fff;
  border: 1px solid #ddd;
  color: #333333;
}

#sCustom {
  width: 100%;
  margin-left: -10px;
  height: 30px;
  padding: 0 5px 0 25px;
  background: url("../images/search-icon.gif") no-repeat left #fff;
}

#sCustom:focus {
  width: 100%;
  background-position: -30px;
  padding-left: 5px;
}

.ie8 #search, .ie7 #search {
  height: 22px;
}

/*@media only screen and (min-width: 905px) {
	.search {
		width: 90%;
		right: 0;
	}
}*/
.search-404 {
  width: 100%;
}

.nav-search-item {
  display: block;
}
.nav-search-item .nav-search {
  width: 96%;
  margin: 0 auto;
}

@media only screen and (min-width: 905px) {
  .search-404 {
    width: 50%;
    margin: 30px auto 0 auto;
  }
  .navbar-header #lower-nav .nav .nav-search-item {
    display: none;
  }
}
#tribe-events .tribe-events-schedule h2 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: black;
}
#tribe-events .tribe-events-meta-group {
  padding: 0;
}
#tribe-events .tribe-events-cal-links {
  margin-bottom: 30px;
}
#tribe-events .tribe-events-cal-links a.tribe-events-gcal, #tribe-events .tribe-events-cal-links a.tribe-events-ical {
  float: none;
}
#tribe-events .tribe-events-event-meta .tribe-events-meta-group {
  float: none;
  width: 100%;
  margin: 0;
}

.page-sidebar .sidebar .tribe-events-list-widget ol {
  margin-left: 0;
  padding-left: 0;
}
.page-sidebar .sidebar .tribe-events-list-widget ol li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-sidebar .sidebar .tribe-events-list-widget ol li h4 {
  border-bottom: none;
  margin-bottom: 0;
}
.page-sidebar .sidebar .tribe-events-list-widget ol li a {
  color: #b1bb1c;
  text-transform: none;
}
.page-sidebar .sidebar .tribe-events-list-widget ol li:last-child {
  padding-bottom: 25px;
}
.page-sidebar .sidebar .tribe-events-list-widget .tribe-events-widget-link a {
  color: #b1bb1c;
}
.page-sidebar .sidebar .tribe-events-list-widget .vcalendar {
  margin-left: 0;
  padding-left: 0;
}
.page-sidebar .sidebar .tribe-events-list-widget .vcalendar h4 {
  border-bottom: none;
  margin-bottom: 0;
}
.page-sidebar .sidebar .tribe-events-list-widget .vcalendar h4 a {
  color: #b1bb1c;
  text-transform: none;
}

.tribe-events-page-title {
  display: none;
}

.tribe-events-adv-list-widget .list-date {
  min-width: 32px;
}
.tribe-events-adv-list-widget .tribe-events-title {
  text-transform: capitalize !important;
  font-weight: normal !important;
  margin-bottom: 5px !important;
}
.tribe-events-adv-list-widget .tribe-events-duration {
  font-style: italic;
}

.info-module .list-date {
  background-color: #00653b;
}

.sidebar .tribe-events-title a {
  color: #b1bb1c;
}
.sidebar .tribe-events-widget-link a {
  color: #ffa50f;
}
.sidebar .tribe-mini-calendar-event .list-date {
  background: #ffa50f;
}

.tribe-mini-calendar-event .list-info {
  width: 73%;
}

.gform_body > ul > li {
  padding-bottom: 20px;
}
.gform_body > ul > li label {
  color: #00653b;
}

.store .product-list {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.store .product-list li {
  max-width: 260px;
  display: inline-block;
  padding: 0 20px 20px 20px;
  vertical-align: top;
}
.store .product-list li h3 {
  font-size: 18px;
}
.store .product-list li div {
  padding: 4px 0;
}
.store .product-list li .item-price {
  border: none;
}

.shopping_cart {
  font-size: 13px;
  font-family: "Merriweather", Arial, serif;
  line-height: 140%;
}
.shopping_cart h2 {
  display: none;
}
.shopping_cart .wspsc_cart_item_row {
  color: #b1bb1c;
}
.shopping_cart .wspsc_cart_item_thumb a {
  color: #fff;
}
.shopping_cart input {
  color: #464646;
  width: 30px !important;
}
.shopping_cart .wp_cart_checkout_button {
  width: auto !important;
  margin-top: 20px;
}
.shopping_cart .wpspsc_checkout_form form {
  text-align: center;
}
.shopping_cart .wp_cart_remove_item_form input {
  width: 20px !important;
  height: 22px;
  margin-left: 5px;
}
.shopping_cart table tr td {
  padding-top: 5px;
}
.shopping_cart table .wspsc_cart_total td {
  padding-top: 10px;
}

.is-provider-youtube .wp-block-embed__wrapper iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.wp-block-buttons .wp-block-button__link {
  background-color: #0a5335;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.25s, color 0.25s;
}
.wp-block-buttons .wp-block-button__link:hover {
  background-color: #ffa50f;
  color: #000;
}/*# sourceMappingURL=page-styles.min.css.map */