

/*Reset*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Proxima Nova', sans-serif;
	font-weight: 400;
  font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
	
}

input, select, option, textarea {
  font-family: inherit;
}

input[type="search"],
input[type="submit"],
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

hr {
  
    
    background-color: #7aa055;
    border: 0;
    height: 1px;
    width: auto;
    margin: 50px 20% ;
    

}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

p {
  margin: 0 0 1.25em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*Headings*/
h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like {
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

h1,
.h1-like,
h2,
.h2-like {
  font-family: 'Rufina', serif;
  letter-spacing: -0.0253em;
}

h1,
.h1-like {
  font-size: 3.25em;
}

h2,
.h2-like {
  font-size: 2.111em;
}

h3,
.h3-like,
h4,
.h4-like {
  font-family: inherit;
}

h3,
.h3-like {
  font-size: 2em;
  margin-bottom: 1em;
}

h4,
.h4-like {
  font-size: 1.555em;
  line-height: normal;
}

/*Youtube Embed*/

.video-wrapper{
	max-width:640px;
	margin:40px auto;
	box-shadow:-7px 7px 29px rgba(0,0,0,0.33);
}

.video-wrapper .video-size {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

iframe[src*="youtube.com"]:not(iframe[src*="videoseries"]){
	visibility:hidden;
}

iframe#page-hero-video-player {
    visibility: visible;
}

.video-wrapper iframe[src*="youtube.com"],
.video-wrapper iframe[src*="youtube.com"]:not(iframe[src*="videoseries"]){
	visibility:visible;
}

.video-wrapper iframe,
.video-wrapper .video-placeholder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
	border-radius:5px;
}

.video-wrapper .video-placeholder{
	transition:box-shadow 0.4s ease;
	cursor:pointer;
}

.video-wrapper .video-placeholder:hover{
	box-shadow:inset 0 0 100px rgba(0,0,0,0.5);
}

.video-placeholder.bg-cover{
	    background-position: center center;
    width: 657px;
    height: 371px;
    background-size: cover;
}

.video-wrapper .play-btn,
.video-wrapper .play-btn:after{
	position:absolute;
	position:absolute;
	left:50%;
	top:50%;
}

.video-wrapper .play-btn{
	width:62px;
	height:62px;
	background:#50339d;
	border-radius:50%;
	transition:transform 0.4s ease;
	margin-left:-31px;
	margin-top:-31px;
	transform:scale(0.8);
}

.video-wrapper .play-btn:after{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 29px;
	border-color: transparent transparent transparent #ffffff;
	margin-left:-10px;
	margin-top:-18px;
}

.video-wrapper .video-placeholder:hover .play-btn{
	transform:scale(1);
}

.sharethis-inline-share-buttons{margin-bottom: 20px!important;}

/*Links*/
a {
  color: #6f5bab;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.btn {
  display: inline-block;
  font-size: 0.866em;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.01em;
  color: #fff;
  background-color: #e88f1a;
	border-radius: 4px;
}

.tribe-events-content .btn {color:#ffffff!important;text-decoration: none!important;border:none!important;}

.btn:hover, .btn:focus {
  background-color: #d38d11;
}

.btn_purple {
  background-color: #6f5bab;
}

.btn_purple:hover, .btn_purple:focus {
  background-color: #63509c;
}

.btn_green {
  background-color: #568726;
}

.btn_green:hover, .btn_green:focus {
  background-color: #478627;
}

.btn + .btn {
  margin-left: 1em;
}

.more-link {
  display: inline-block;
  text-transform: uppercase;
  color: inherit;
}

.more-link::after {
  display: inline-block;
  margin-left: 0.25em;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  content: ">";
}

.more-link:hover::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.entry .num {
    font-family: roboto, sans-serif;
    color: white;
    font-size: 30px;
    background: #a59ac8;
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    text-align: center;
    margin: 0px 20px 5px 0px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.entry .btn {margin:15px 0;}

#num h3 {clear: none!important;padding: 10px 0!important;font-size: 1.125em!important;line-height: 1.15em!important;margin-bottom: 10px;}

#spacer {margin-bottom: 40px;}

/*Styles*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.site-content {
  font-size: 1.135em;
  line-height: 1.45;
  color: #40444d;
}

@media (max-width: 782px) {
  .site-content {
    font-size: 1em;
  }
}

.grey-box {
  padding: 45px;
  background-color: #e6eaed;
  color: #383f31;
  margin: 45px 0;
}

.grey-box h2 {margin:20px 0!important;}

.grey-box *:last-child {
  margin-bottom: 0;
}

.site-header {
  position: relative;
  z-index: 9;
  background: #fff;
  padding-top: 15px;
	
}

.site-header-right {
  text-align: right;
}

.site-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
}

.site-header-top-item {
  display: inline-block;
}

.site-header-top .utility-nav .menu {
  text-align: inherit;
  list-style: none;
  margin: 0;
  font-size: 0.875rem;
}

.site-header-top .utility-nav .menu li {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0 15px;
}

@media (max-width: 782px) {
.site-header-top .utility-nav .menu li {
  margin: 0 0 0 5px;
}
}

.site-header-top .utility-nav .menu li a {
  text-decoration: none;
  color: #5c5c5c;
	
}

.site-header-top .utility-nav .menu li a:hover, .site-header-top .utility-nav .menu li a:focus {
  color: #6f5bab;
}

.site-header-top #google_language_translator {
  position: relative;
  z-index: 1;
  margin-left: 10px;

}



.site-header-top #google_language_translator::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #636771 transparent transparent transparent;
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 0;
}

.site-header-top #google_language_translator select.goog-te-combo {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  height: 18px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 155px;
  padding-right: 15px !important;
  color: #5c5c5c;
  margin: 0;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../images/icon-language.png");
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  z-index: 2;
}


/*Drop Down*/ 

.site-header-top  ul ul {
	position:absolute;
	width:170px;
	display:none;
	z-index:99999;
	text-align:left;
	background:#ffffff;
	box-shadow:0 2px 2px rgba(0,0,0,0.3);
}

.site-header-top  ul li:hover > ul {
	display:block;
	line-height:normal;
	margin:0px;
	padding:10px;
	text-transform:none;
}

.site-header-top ul ul li a {margin: 3px 0;
    display: block;}

.site-header-top  ul ul li a:hover, .site-header-top  ul ul li a:focus{
	
	color:#6f5bab;
}

.site-header-top  ul li:hover > ul, .site-header-top  ul li.focused > ul {
    display: block;
}





.site-header-top #google_language_translator select.goog-te-combo::-ms-expand {
  display: none;
}

.site-header-top #google_language_translator select.goog-te-combo:hover {
  color: #6f5bab;
}

.site-header-top #google_language_translator select.goog-te-combo:focus {
  /* outline: none; */
}

div.goog-te-gadget:focus-within {
	outline: solid black;
}

.site-header-top #google_language_translator select.goog-te-combo option {
  font-weight: normal;
  color: #000;
}

.site-header-tagline {
  font-size: 22px;
  color: #568726;
  font-weight: 600;
  margin: 0 0 15px;
}

.site-branding {
  margin-top: 28px;
  float: left;
}

.site-branding img {
  display: block;
}

@media (max-width: 1275px) {
  .site-branding {
    margin: 0;
  }
}

@media (max-width: 1000px) {
  .site-branding {
    float: none;
    width: 200px;
  }
}

.main-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0 auto;
	
}

.main-navigation ul li {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: #40444d;
}

.main-navigation ul li a {
  display: inline-block;
  padding: 9px 13px;
  text-decoration: none;
  color: inherit;
	font-weight: 500;
}

.main-navigation ul li li a {
  display: inline-block;
  padding: 5px 0px;
  text-decoration: none;
  color: inherit;
	font-weight: 500;
	font-size: 1em;
	line-height: 20px;
	color:#000;
}

.main-navigation ul li a:hover, .main-navigation ul li a:focus {
  color: #50339d;
}

.main-navigation ul .donate a {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #d38d11;
  color: #fff;
}

.main-navigation ul .donate a:hover, .main-navigation ul .donate a:focus {
  color: #fff;
  background-color: #6f5bab;
}

.menuheader a {color:#000000!important;font-weight: 900;}
.menuitem a:hover {color:#50339d!important;font-weight:normal;}



@media (max-width: 1275px) {
  .main-navigation ul {
    width: 100%;
  }
}

.main-navigation .search-trigger {
  position: relative;
}

.main-navigation .search-trigger a {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #e5e5e4;
}

.main-navigation .search-trigger a::before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 18px;
  background: transparent url(../images/icon-search.png) no-repeat scroll center center;
  vertical-align: middle;
}

.search-open .main-navigation .search-trigger a, .main-navigation .search-trigger a:hover, .main-navigation .search-trigger a:focus {
  background-color: #d7d7d7;
}

.main-navigation .search-form-wrapper {
  display: none;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 99%;
  background: #d7d7d7;
  padding: 10px;
  width: 250px;
}

.search-open .main-navigation .search-form-wrapper {
  display: block;
}

.main-navigation .search-input, .main-navigation .search-submit {
  float: left;
  padding: 0.2em;
}

.main-navigation .search-input {
  width: 75%;
  font-size: 1em;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0;
}

.search-input {
  width: 75%;
  font-size: 1em;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0;height: 30px;
}

.main-navigation .search-submit {
  width: 24%;
  font-size: 1em;
  border: 0;
  cursor: pointer;
  background-color: #62873f;
}

.main-navigation .search-submit:hover, .main-navigation .search-submit:focus {
  color: #fff;
  background-color: #6f5bab;
}

/* Mega Menu */
.mega-menu-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  /*OLD Browsers*/
  background: rgba(255, 255, 255, 0.93);
  top: 99.9%;
  width: 100%;
  margin: 0;
  left: 0;
  padding: 5px .5% 15px 3%;
  color: #000000;
  text-align: left;
  /*transition:visibility 0s ease 0s, opacity 0.2s ease 0s*/
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: 3px 7px 8px 0px #5c5b6036;
}

.mega-menu-dropdown .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 45px 0;
}

.mega-menu li:hover .mega-menu-dropdown, .mega-menu li.focused .mega-menu-dropdown {
  opacity: 1;
  visibility: visible;
}

.mega-menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33%;
  max-width: 380px;
  position: relative;
}

.mega-menu-content .section-img,
.mega-menu-content .section-desc {
  margin-right: 20px;
}

.mega-menu-content .section-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
}

.mega-menu-content .section-img img {
  display: block;
  width: 100%;
}

.mega-menu-content .section-desc {
  font-size: 1.0125rem;
  color: #40444d;
  font-weight: 400;
  line-height: 1.2125;margin-top:2px;
}

.mega-menu-content .section-desc p:last-child {
  margin: 0;
}

.mega-menu-content::after {
  content: '';
  display: block;
  width: 1px;
  height: 180px;
  background-color: #a5a39d;
  position: absolute;
  right: -10px;
  top: 0;
	margin-top:3px;
}

.mega-menu-submenu .section-menu {
  display: block;
}

.mega-menu-submenu .section-menu li {
  padding: 0 0 0 35px;
  font-weight: normal;
}

.mega-menu-submenu .section-menu ul {
  display: block;
}

.mega-menu-submenu .section-menu ul li {
  font-size: 1.0125rem; 
   list-style: disc;
    margin-left: 25px;
    padding: 0;
}

.mega-menu-submenu .section-menu_columns {
  -webkit-columns: 2;
          columns: 2;
}


 

.new {color: #ffffff;
    background-color: #6b9e35;
    padding: 3px;
	font-size: 14px;}

/*Responsive Menu*/
.mobile-menu-button {
  display: none;
  width: 45px;
  height: 35px;
  position: relative;
  z-index: 99999;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

.mobile-menu-button span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #6f5bab;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mobile-menu-button span:nth-child(1) {
  top: 0px;
}

.mobile-menu-button span:nth-child(2), .mobile-menu-button span:nth-child(3) {
  top: 14px;
}

.mobile-menu-button span:nth-child(4) {
  top: 28px;
}

.mobile-menu-button.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%;
}

.mobile-menu-button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile-menu-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mobile-menu-button.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}

@media (max-width: 1000px) {
  body {
    padding-top: 66px;
  }
  .site-header {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    min-height: 66px;
    top: 0;
  }
  .site-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-header-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 20px;
  }
  .site-header-top-item {
    margin-bottom: 1em;
  }
  .site-header-tagline {
    display: none;
  }
  .admin-bar .site-header {
    top: 46px;
  }
  .site-branding {
    position: relative;
    z-index: 99999;
  }
  .mobile-menu-button {
    display: block;
  }
  .responsive-navigation {
    display: block;
    position: absolute;
    z-index: 99996;
    border-top: 66px #fff solid;
    padding-top: 10px;
    top: 0;
    height: 100vh;
    left: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    background: #E4E8EB;
    overflow: auto;
  }
  .responsive-navigation .mega-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .responsive-navigation .mega-menu > li {
    display: block;
    position: relative;
    line-height: normal;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    cursor: pointer;
  }
  .responsive-navigation .mega-menu > li:first-child {
    border-top: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .responsive-navigation .mega-menu li {
    text-align: left;
    margin: 0;
  }
  .responsive-navigation .mega-menu li.donate, .responsive-navigation .mega-menu li.search-trigger {
    cursor: initial;
  }
  .responsive-navigation .mega-menu li.donate {
    padding: 10px;
  }
  .responsive-navigation .mega-menu li.donate:hover {
    background-color: transparent;
  }
  .responsive-navigation .mega-menu li.search-trigger a {
    display: block;
    background-color: transparent;
  }
  .responsive-navigation .mega-menu li.search-trigger .search-form-wrapper {
    top: 0;
    left: 50px;
    padding: 0;
    width: auto;
  }
  .responsive-navigation .mega-menu li.search-trigger .search-form-wrapper input {
    height: 34px;
  }
  .responsive-navigation .mega-menu-content .section-img {
    height: 70px;
    width: 70px;
  }
  .responsive-menu-open .responsive-navigation {
    -webkit-transform: translateX(-99.9%);
            transform: translateX(-99.9%);
  }
  .mega-menu .mega-menu-dropdown, 
  .section-menu .menu-item .sub-menu 	{
    display: none;
    opacity: 1;
    position: relative;
    padding: 0;
    top: 0;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    visibility: visible;
    background: rgba(255, 255, 255, 0.9);
    cursor: auto;
  }
  .mega-menu > .submenu-open > .mega-menu-dropdown,
  .mega-menu > .submenu-open > .mega-menu-dropdown,
  .mega-menu li a,
  .section-menu .menu-item.submenu-open > .sub-menu,
  .menu-item-has-children.submenu-open .sub-menu {
    display: block;
  }
	.mega-menu-submenu .section-menu ul li {
		list-style: none;
	}	
  .mega-menu .menu-item-has-children > a {
    display: inline-block;
    vertical-align: bottom;
  }
  .mega-menu li a {
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .mega-menu > li:hover,
  .mega-menu li.submenu-open {
    background: rgba(0, 0, 0, 0.05);
  }
  .mega-menu-dropdown .container {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mega-menu-content {
    width: auto;
    max-width: 100%;
    padding: 20px;
  }
  .mega-menu-content::after {
    display: none;
  }
  .mega-menu-content .section-img,
  .mega-menu-content .section-desc {
    margin-right: 10px;
	  margin-top:3px;
  }
  .mega-menu-submenu {
    width: 100%;
	
  }
  .mega-menu-submenu .section-menu li {
    padding: 0;
    font-size: 1rem;
    border-top: 1px #CCCCCC solid;
  }
  .mega-menu-submenu .section-menu li.donate a {
    display: block;
    width: 100%;
  }
  .mega-menu-submenu .section-menu li .submenu li {
    font-size: 0.875rem;
  }
  .mega-menu-submenu .section-menu li a {
    display: block;
    padding: 8px 20px;
    font-weight: bold;
  }
  .mega-menu-submenu .section-menu li a:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .mega-menu .menu-item-has-children::after {
    border-color: transparent transparent transparent #35A0D1;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 20px;
    top: 13px;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    transition: -webkit-transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    width: 0;
    z-index: 4;
  }
  .mega-menu .menu-item-has-children.submenu-open::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
	.mega-menu .menu-item-has-children .mega-menu-submenu .menu-item-has-children::after {
		display:none;
	}	
		.mega-menu-submenu .section-menu_columns {
  -webkit-columns: 1;
          columns: 1;
}
}

/* Hero Image/Video */
.page-hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0b051b;
  color: #fff;
  padding-bottom: 10.666%;
}

.page-hero-background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-hero-content {
  position: relative;
  z-index: 3;
  padding: 115px 0 0;
}

.page-hero-content .highlight {
  display: block;
  color: #cc8200;
	text-shadow: 7px 4px 9px #0c0404b3;
}

@media (max-width: 1275px) {
  .page-hero-content {
    padding-top: 60px;
  }
}

.page-hero::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 10.666%;
  background: transparent url("../images/angle-overlay-gradient.png") no-repeat center bottom;
  background-size: 100%;
}

.home .page-hero-content {
  font-size: 1.222em;
  max-width: 555px;
}

.home .page-hero-content h2 {
  font-size: 3.909em;
  margin-bottom: 10px;
	    text-shadow: 6px 6px 10px black;
}

@media (max-width: 1275px) {
  .home .page-hero-content {
    font-size: 1em;
    max-width: 450px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (max-width: 640px) {
  .home .page-hero-content {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .home .page-hero-content h2 {
    font-size: 3em;
  }
}

.home .page-hero::after {
  background-image: url("../images/angle-overlay-lightgrey.png");
}

.video-background {
  overflow: hidden;
  position: absolute;
  background: #020105;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  pointer-events: none;
}

.video-background::after {
  display: block;
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.video-background .video-foreground {
  position: absolute;
  z-index: 1;
  width: 150%;
  height: 150%;
  top: -25%;
  left: -25%;
}

@media (max-width: 1000px) {
  .video-background .video-foreground {
    top: -15%;
  }
}

@media (max-width: 782px) {
  .video-background .video-foreground {
    width: 200%;
    height: 200%;
    top: -40%;
    left: -50%;
  }
}

.video-background .video-foreground iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Store*/
	.store-table .btn {		display: inline-block;
    font-size: 1em;
    padding: 0.5em 1em;
    text-transform: uppercase;
	text-decoration: none;
    font-weight: bold;
    letter-spacing: -0.01em;
    color: #fff;
    background-color: #d38d11;
		text-align: center;}

	
	.store-table{
            display:table;
            border-spacing:15px;
            margin: auto;
            padding-top: 25px;
            padding-bottom: 50px;
            font-family:'Arial',sans-serif;
}

.store-table-row{
            display:table-row;
}

.store-table-cell{
            display:table-cell;
            padding:10px;
    border: 4px #f3f2f2 solid;
    vertical-align: top;
    border-radius: 0px;
            font-size:14px;
            background: #ffffff;
	width:33%;
	
}

.store-img img{
            
            vertical-align:bottom;width:290px;
}

.store-title{
            padding:5px ;
            line-height:1em!important;
            color:#676767;
            margin-bottom:20px;
            font-family: 'Proxima Nova', sans-serif;
			font-weight: bold;
         
}
.store-title p {font-size: 16px;}

.store-title h5{
            font-weight:;
            margin:0;
            font-size:19px;
            font-weight:bold!important;
            padding:0;
            line-height:1.5em!important;
}

.store-title h4{
            font-size:19px;
            font-weight:normal!important;
            line-height:1em!important;
}

.store-title a{
            color:inherent;
}

.store-desc{
            line-height:1.4;
            color:#676767;
             font-family:'Arial',sans-serif;
	    
    
            
}

.store-readmore{
            text-transform:uppercase;
            display:inline-block;
            font-weight:bold;
            color:#0073af!important;
            margin-top:5px;
             font-family:'Arial',sans-serif;
}

.store-single,
.store-single-content{
            overflow:auto;
}

.store-single-img{
            float:left;
            padding:10px;
            border:1px #B4B4B4 solid;
            margin-right:15px;       
}

.store-single-img img{
            vertical-align:bottom;
}

@media screen and (max-width: 715px) {

.store-table,
.store-table-row,
.store-table-cell{
	display:block; width:100%;
}

.store-table{
	margin:auto;
}
.store-table-cell{
	margin-bottom:20px;
}

}




/*Page Content*/
.site-main {
  background: #f2f4f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#edeff1), to(white));
  background: linear-gradient(180deg, #f1f2f3  0%, white 100%);
  background-size: 100% 1060px;
  background-repeat: no-repeat;
}

.home .site-main {
  background: #fff;
}

.home .sharethis-inline-share-buttons {
    visibility: hidden;
}


.page-hero h1 {
	    text-shadow: 6px 6px 10px #000000;
}
.page-hero + .site-main {
  background: #f2f4f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f4f6), to(white));
  background: linear-gradient(180deg, #f2f4f6 0%, white 100%);
  background-size: 100% 740px;
  background-repeat: no-repeat;
  padding-top: 30px;
}

.home .page-hero + .site-main {
  padding-top: 0;
}

.site-main h1, .site-main h2 {
  color: #568726;
}

.site-main h1 {
  margin-bottom: .688em;
	font-size: 3.0125em;
}

.site-main h2 {
  margin-bottom: 5px;
}

.site-main h4 {
  color: #50339d;
}

.page-content {
  max-width: 840px;
  margin: auto;
  padding-bottom: 50px;
}
.entry-content {
 padding-bottom: 30px;

}

.entry-content h2 {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 1.75em;
	font-weight: bold!important;
	color: #50339d;
	text-transform: capitalize!important;
	    margin: 60px 0 30px 0;
	letter-spacing: -1.021px;
}

.entry-content h3 {color:#5f636d!important; font-weight: 600;margin: 20px 0;font-size: 1.35em; }



.entry-content .larger {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 1.45em;
	font-weight: 600!important;
	margin: 0 0 10px;
	line-height: 1.23125em;
	color: #5f636d;letter-spacing: -.01px;
}
	
}

.page-hero .page-content {
  margin-top: 60px;
  padding-bottom: 0;
}

.entry-content .pullout-left {
  float: left;
  margin-left: -175px;
  margin-right: 1em;
}

.entry-content .pullout-right {
  float: right;
  margin-right: -175px;
  margin-left: 1em;
}



@media (max-width: 1275px) {
  .page-content .pullout-left {
    float: left;
    margin-left: -50px;
  }
  .page-content .pullout-right {
    float: right;
    margin-right: -50px;
  }
}

#breadcrumbs {
  padding: 1em 0 60px;
	font-size: 15px;color: #686b75;
}

#breadcrumbs a {
  color: #686b75;
}

/* Story Grid */
.story-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 22px;
}

@media (max-width: 1000px) {
  .story-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
	  .page-content .pullout-left {
    float: none;
    margin-left: 0px; text-align: center;display:block;
  }
  .page-content .pullout-right {
    float: none;
    margin-right: 0px; text-align: center;display:block;
  }

	.special {width: 100%; display:block;}
}


@media (max-width: 640px) {
  .story-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin: 0 5%;
  }

}

.story-grid-section {
  background: #e6eaed;
  padding: 70px 0 40px;
}

.quick-links-section h4 {
	    color: #6a6e78;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
    font-size: 1.5em;
}

@media (max-width: 640px) {
  .story-grid-section {
    padding-top: 30px;
  }
}

.story-grid-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #568726;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 25px;
}

@media (max-width: 1000px) {
  .story-grid-item {
    padding: 60px 25px;
  }


}

@media (max-width: 640px) {
  .story-grid-item {
    padding: 100px 25px;
  }
}

.story-grid-item h3,
.story-grid-item p {
  margin-bottom: 1rem;
}

.story-grid-item h3 {
  font-size: 1.666em;
}

.story-grid-item .more-link {
  font-weight: 600;
}

.story-grid-item-content {
  position: relative;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-transform: translateY(0.875rem);
          transform: translateY(0.875rem);
}

.story-grid-item-content h3,
.story-grid-item-content p {
  margin-bottom: 0.5rem;
}

.story-grid-item::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(56, 63, 49, 0.71);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.story-grid-item:hover .story-grid-item-content, .story-grid-item:hover::before, .story-grid-item:focus .story-grid-item-content, .story-grid-item:focus::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.story-grid-item:first-child::before {
  display: none;
}

.story-grid-footer {
  margin-top: 1em;
  text-align: right;
}

/* Quick Links */
.quick-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 782px) {
  .quick-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.quick-links-section {
  background-color: #fff;
  padding: 66px 0 75px;
}

.quick-links-item {
  position: relative;
  width: 245px;
  min-height: 180px;
  text-align: center;
  text-transform: uppercase;
  color: #111;
  margin: 0 1em;
}

.quick-links-item span {
  display: block;
}

.quick-links-item img {
  margin-bottom: 10px;
}

.quick-links-item-title {
  font-weight: bold;
}

.quick-links-item-subtitle {
  font-size: 0.8em;
}

.quick-links-item::after {
  content: '';
  display: block;
  width: 38px;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.quick-links-item_purple::after {
  background-color: #7452cf;
}

.quick-links-item_green::after {
  background-color: #568726;
}

.quick-links-item_blue::after {
  background-color: #3ea4d9;
}

.quick-links-item:hover::after {
  width: 60px;
}

@media (max-width: 782px) {
  .quick-links-item {
    margin-bottom: 20px;
  }
}

/* Sliders */
.home-slider-section {
  background-color: #9688bd;
  padding: 65px 0;
}

.home-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  min-height: 590px;
}

.home-slider-content, .home-slider-image {
  width: 50%;
}

.home-slider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 60px 60px 80px;
}

.home-slider-content .h2-like {
  color: #533999;
  font-size: 3.611em;
}

.home-slider-content h4 {
  color: #393b3b;
  font-size: 1.5em;
  margin: 0.5em 0;
}

.home-slider-content .post-date {
  margin: 0;
  font-weight: bold;
}

.home-slider-content .btn {
  font-weight: bold;
}

.home-slider-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-slider-image img {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.home-slider.owl-carousel .owl-nav button:hover, .home-slider.owl-carousel .owl-nav button:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1000px) {
  .home-slider-item {
    min-height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home-slider-content, .home-slider-image {
    width: 100%;
  }
  .home-slider-content {
    padding: 30px;
  }
  .home-slider-content .h2-like {
    font-size: 2.2em;
  }
  .home-slider-image {
    padding-top: 50%;
    background-position: center top;
  }
}



@media (max-width: 780px) {
  .home-slider-content {
    padding: 10px;
  }
  .home-slider-image {
    padding-top: 100%;
  }
}



.news-slider-section {
  padding: 75px 0 0 0;
  background: #fff;
}

.news-slider-section h2 {
  font-size: 3.555em;
  color: #616264;
  text-align: center;
}

.news-slider-section .more-link {
  color: #6f5bab;
}

.news-slider-header {
  text-align: right;
  font-weight: 600;
  margin-bottom: 30px;
}

.news-slider-item {
  color: #4e4e56;
}

.news-slider-item a {
  text-decoration: none;
  color: inherit;
}

.news-slider-item a:hover, .news-slider-item a:focus {
  color: #6f5bab;
}

.news-slider-item img {
  display: block;
  margin-bottom: 20px;
}

.news-slider-item h5 {
  font-family: 'Inter', sans-serif;
  text-transform: ;
  font-weight: normal;
  font-size: 1.25em;
  margin-bottom: 10px;
}

.news-slider-item .more-link {
  font-size: 0.988em;
	color:#43316f;
}

.news-slider-footer {
  margin-top: 25px;
  text-align: center;
}

.news-slider-footer .btn {
  font-weight: bold;
  padding: 0.75em 1.25em;
}

.news-slider-footer .btn_green {
  background-color: #588726;
}

.news-slider-footer .btn_green:hover, .news-slider-footer .btn_green:focus {
  background-color: #588726;
}

.news-slider-footer .btn_green:hover:hover, .news-slider-footer .btn_green:hover:focus, .news-slider-footer .btn_green:focus:hover, .news-slider-footer .btn_green:focus:focus {
  background-color: #4b7320;
}

.news-slider.owl-carousel .owl-nav {
  top: 123px;
  -webkit-transform: none;
          transform: none;
}

.news-slider.owl-carousel .owl-nav button {
  background-color: #a2a1ab;
}

.news-slider.owl-carousel .owl-nav button:hover {
  background-color: #a2a1ab;
}

.news-slider.owl-carousel .owl-nav button:hover:hover, .news-slider.owl-carousel .owl-nav button:hover:focus {
  background-color: #b0adab;
}

.related-slider {
  list-style: none;
  margin: 0;
}
.related-slider-section {
	padding-top: 20px;
    border-top: 1px solid #cfd0d6;

}

.related-slider-section h2 {
  text-align: center;
  color: #6e6b65;
  margin-bottom: 0.5em;
	}

.related-slider-item, .related-slider-link {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.related-slider-item_style1 {
  background-color: #7663aa;
}

.related-slider-item_style2 {
  background-color: #57862d;
}

.related-slider-item_style3 {
  background-color: #d18c26;
}

.related-slider-item_style4 {
  background-color: #4aa2ce;
}

.related-slider-link {
  padding: 30px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: ;
  color: #fff;
}

.related-slider-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.related-slider.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related-slider.owl-carousel .owl-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.related-slider.owl-carousel .owl-nav button {
  background-color: #9f9d9a;
}

.related-slider.owl-carousel .owl-nav button:hover, .related-slider.owl-carousel .owl-nav button:focus {
  background-color: rgba(159, 157, 154, 0.7);
}

.owl-nav {
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -67px;
  right: -67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  cursor: pointer;
  background: transparent no-repeat center;
}

.owl-nav button.owl-next {
  background-image: url("../images/arrow-right.png");
  background-position-x: 13px;
}

.owl-nav button.owl-prev {
  background-image: url("../images/arrow-left.png");
  background-position-x: 10px;
}

.owl-nav button span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

@media (max-width: 1350px) {
  .owl-carousel {
    padding: 0 60px;
  }
  .owl-carousel .owl-nav {
    left: 0;
    right: 0;
  }
}

@media (max-width: 1000px) {
  .owl-carousel {
    padding: 0 45px;
  }
}

/*Blog*/
.blog .site-main,
.archive .site-main {
  background: #fff url("../images/blog-bkgd.png") no-repeat top center;
  background-size: 100%;
}

.post-archive,
.post-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post-archive-header h1 {
    margin: 0 0 20px 0!important;
}

@media (max-width: 1275px) {
  .post-archive,
  .post-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.post-archive-header h1 {
  margin: 0;
}

.post-archive-header h2 {
      text-transform: uppercase;
    color: #686b75;
    font-size: 1em;
    font-family: 'Inter';
    margin-top: 5px;
}

.post-archive-content {
  margin: 0px 0 70px 0;
  max-width: 888px;
  margin-right: 2em;
}

@media (max-width: 1275px) {
  .post-archive-content {
    margin-right: 0;
  }
}

.post-archive-sidebar {
  width: 330px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.post-archive-sidebar .widget {
  margin-bottom: 50px;
    margin-left: 40px;
    border-left: 1px solid lightgrey;
    padding-left: 20px;
}

.post-archive-sidebar .widget-title,
.post-archive-sidebar .widget ul {
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}

@media (max-width: 1275px) {
  .post-archive-sidebar .widget-title,
  .post-archive-sidebar .widget ul {
    text-align: center;
  }
}

.post-archive-sidebar .widget ul {
  list-style: none;
  margin: 0;
}

.post-archive-sidebar .widget ul li {
  line-height: 1.1;
   margin-bottom: 0.5em;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}



.post-archive-sidebar .widget ul a {
  color: inherit;
}

.post-archive-sidebar .widget ul a:hover, .post-archive-sidebar .widget ul a:focus {
  color: #6f5bab;
}

.post-archive-sidebar .widget_categories li.cat-item ul.children {
    display: none;
}

.post-archive-sidebar .widget_categories li.cat-item.current-cat ul.children {
    display: block;
    padding-left: 1em;
    padding-top: 0.5em;
}
.post-archive-sidebar .widget_categories li.cat-item.current-cat ul.children li {
    line-height: 1;
    padding: 0;
    border-top: none;
}

@media (max-width: 1275px) {
	.post-archive-sidebar .widget_categories li.cat-item.current-cat ul.children {
    	padding-left: 0;
	}
}

.post-archive .post {
  background: #eceef1;
  color: #5e5d5b;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-archive .post h3 {
  margin: 0 0 5px;
}

.post-archive .post .entry-thumbnail, .post-archive .post .entry-content {
  padding: 25px;
}

@media (max-width: 782px) {
  .post-archive .post .entry-thumbnail, .post-archive .post .entry-content {
    padding: 12px;
    font-size: 0.9em;
  }
	.post-archive-sidebar .widget {
    margin-bottom: 50px;
    margin-left: 40px;
    border-left: 1px solid lightgrey;
    padding-left: 20px;
}
}

.post-archive .post .entry-thumbnail {
  padding-right: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1275px) {
  .post-archive .post .entry-thumbnail {
    max-width: 30%;
  }
}

.post-archive .post .entry-thumbnail img {
  display: block;
}

.post-archive .post .entry-content {
  position: relative;
}

.post-archive .post .entry-content::after {
  content: '';
  display: block;
  position: absolute;
  left: 25px;
  bottom: 0;
  height: 10px;
  width: 70px;
  background: #6f5bab;
}

@media (max-width: 782px) {
  .post-archive .post .entry-content::after {
    left: 12px;
  }
}

.post-archive .post .entry-subtitle {
  font-weight: bold;
  font-size: 1.222em;
  line-height: normal;
  margin: 0 0 5px;
}

.post-single-content {
  margin-bottom: 50px;
}

.post-single .post {
  margin-bottom: 50px;
}

.post-single .post-thumbnail {
  text-align: center;
  margin-bottom: 1em;
	   
}

.post-single .entry-header {
  margin-bottom: 27px;
}

.post-single .entry-header h1 {
  margin: 0;
}

.post-single .entry-date {
  font-weight: bold;
}

.post-single .entry-footer {
  font-weight: bold;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.posts-navigation .nav-previous .btn::after,
.post-navigation .nav-previous .btn::after {
  content: ' >';
}

.posts-navigation .nav-next .btn::before,
.post-navigation .nav-next .btn::before {
  content: '< ';
}

.posts-navigation .btn,
.post-navigation .btn {
  color: inherit;
  background-color: #ECEEF1;
}

.posts-navigation .btn:hover, .posts-navigation .btn:focus,
.post-navigation .btn:hover,
.post-navigation .btn:focus {
  background-color: #dde1e6;
}

/*Team*/
.team-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 23px;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px #91909a solid;
}

@media (max-width: 1000px) {
  .team-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .team-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.team-grid:last-child {
  border-bottom: 0;
}

.site-main .team-grid-title {
  color: #6f5bab;
  margin-bottom: 0.5em;
}

.team-grid-item {
  display: block;
  color: inherit;
}

.team-grid-item:hover, .team-grid-item:focus {
  color: #62873f;
}

.team-grid-item h3 {
  font-size: 1.25em;
  margin: 0;
	    color: #6f5bab;
}

.team-grid-item h4 {
  color: inherit;
  font-size: 0.9em;
}

.team-grid-item h4 a:hover {color:#40444d!important;}

.team-grid-item-photo img {
    width: 165px;
    border-radius: 50%;
	margin:20px;
}

.single-team-photo img {
  max-width: 225px;
  float: left;
  margin-right: 30px;
	    border-radius: 50%;

}

@media (max-width: 640px) {
  .single-team-photo {
    float: none;
    margin: 0 auto 1em;
  }
	.single-team-photo img {float: none;}
	
}

.single-team-photo + .overflow {
  overflow: auto;
}

.site-main .single-team-title {
  margin: 0;font-size: 2.75em;
}

.site-main .single-team-job {
  color: #50339d;
  margin: 10px 0 50px 0;
}

.search-header {
  margin-bottom: 70px;
}

.site-main .search-header h1 {
  margin: 0;
}

.site-main .search-header .h3-like {
  color: inherit;
}

.search-result {
  padding-bottom: 10px;
  border-bottom: 1px #eee solid;
  margin-bottom: 30px;
}

.search-result-title {
  margin-bottom: 0;
}

.search-result-type {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.search-result-type a {
  color: inherit;
}

.pagination {
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-weight: bold;
  text-transform: uppercase;
}

.pagination .page-numbers.next::after {
  content: ' >';
}

.pagination .page-numbers.prev::before {
  content: '< ';
}

.pagination a {
  color: inherit;
  background-color: #ECEEF1;
}

.pagination a:hover, .pagination a:focus {
  background-color: #dde1e6;
}

.site-footer {
  color: #fff;
  background-color: #43316f;
}

.site-footer-top {
  background-color: #7663aa;
  padding: 25px;
  text-align: center;

}

.site-footer-top h3 {
  display: inline-block;
  font-size: 35px;
  margin: 0;
}

.site-footer-top h3 a {color:#fff;}

.site-footer-top .get-involved-list,
.site-footer-top .get-involved-list li {
  display: inline-block;
  list-style: none;
  margin: 0;
}

.site-footer-top .get-involved-list li {
  font-size: 36px;
  font-weight: 600;
  margin-left: 25px;
}

.site-footer-top .get-involved-list li a {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 640px) {
  .site-footer-top .get-involved-list li {
    display: block;
    margin: 10px 0 0;
  }
}

.site-footer-top .get-involved-list_volunteer {
  color: #77d425;
}

.site-footer-top .get-involved-list_fundraise {
  color: #6ac8f9;
}

.site-footer-top .get-involved-list_donate {
  color: #f7ab39;
}

.site-footer-bottom {
  padding: 40px 0;
}

.site-footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 782px) {
  .site-footer-bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.site-footer-bottom-right {
  text-align: right;
	text-align: right;
    border-left: 1px solid white;
    padding-left: 20px;
	
}
.site-footer-bottom-left {
	color:#b8a4f1;max-width: 800px;
}
.site-footer-bottom-left a {
	color:#9f8bd8;
		text-decoration: underline;
}

.footer-extras-left {float:; text-align: right;padding-left:95px;display: block;}
.footer-extras-right {float: ;display: block;padding-top:15px;}
.ghost-btn-footer {
border-color: #e4e6e4; */
    /* border-width: 1px; */
    /* font-size: 1.15em; */
    /* padding: 6px 10px; */
    /* background: 0 0 !important; */
    /* border: 1px solid #fff; */
    /* color: #fff; */
    /* margin: 0 0 0px 10px; */
    background-color: #e88f1a;
    border-radius: 4px;
    display: inline-block;
    font-size: 1.0125866em;
    padding: 0.895em 2.025em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -0.01em;
    color: #fff;
    background-color: #e88f1a;
    border-radius: 4px;
}



@media (max-width: 782px) {
  .site-footer-bottom-right {
    text-align: center;
    margin-top: 25px;
  }

.site-footer-social h4 {
    display: block!important;
    text-align: center;
}
	
.footer-extras-left {float:none; text-align: center; padding:0; margin: 15px 0;}
.footer-extras-right {float: none;text-align: center;padding:0;}

	
}

.site-footer-logo {
  margin-bottom: 25px;
}

.site-footer-social {
  margin-bottom: 30px;
}

.site-footer-social h4 {
  font-size: 24px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
	font-weight: 400;
}

.site-footer-social img {
  vertical-align: middle;
    border-radius: 10px;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  /* fix firefox animation glitch */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

html #wpadminbar {
  position: fixed;
}

@media (max-width: 900px) {
	img.alignleft {    float: none!important;
    margin: auto 0!important;
    width: 100%;}
	img.alignright {    float: none!important;
    margin: auto 0!important;
    width: 100%;}
	
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.tribe-events .tribe-events-c-search__button {
    background-color: #d38d11!important;
	}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #d38d11!important;
}

.tribe-common button {
    border: none;
    color: #ffffff;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
    position: relative;
    border: none;
    background: #d38d11!important;
	color: white!important;

}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
	color:#ffffff!important;
}

.tribe-events-meta-group .tribe-events-single-section-title {
	font-family: 'Proxima Nova', sans-serif;
	color:#40444d;
}

.tribe-events-single-event-title {
    font-family: 'Proxima Nova', sans-serif;
	color: #40444d!important;
}
.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
    font-family: 'Proxima Nova', sans-serif;
}
.tribe-events {
    font-family: 'Proxima Nova', sans-serif!important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
	    font-family: 'Proxima Nova', sans-serif!important;
}

/*# sourceMappingURL=layout.css.map */

.post-archive-sidebar .widget_categories li.cat-item.current-cat ul.children {
    display: block;
    padding-left: 1em;
    padding-top: 0.5em;
    text-transform: initial!important;
	font-weight: normal!important;
}


.sharethis-inline-share-buttons {
    margin-bottom: 50px!important;
}
.post-single .entry-content h3 {font-size:1.03em!important;margin:20px 0!important;}


.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one-sixth
{  
    padding: 0 3% 0 0;
}


@media (max-width: 782px) {
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one-sixth {  width: 100%;
    padding: 0;
}
}

.responsive-image {
    max-width: 1000px; /* Keeps it from getting too large */
    width: 100%; /* Allows it to shrink with screen size */
    height: auto; /* Maintains aspect ratio */
    display: block;
    margin: 0 auto;
}

.impact-section {
        padding: 60px 0;
        text-align: center;
        background-color: #e6eaed;
        font-family: 'Proxima Nova', sans-serif;
    }
    .impact-header {
        font-size: 3.75em;
        color: #568726;
        margin-bottom: 30px;font-family: 'Proxima Nova', sans-serif;
    }
    .impact-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 1100px;
        margin: 0 auto;
    }
    .impact-item {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
        padding: 20px;
        width: 100%;
        height: 250px;
        box-sizing: border-box;
        border-radius: 10px;
        position: relative;
    }
    .impact-icon {
        margin-right: 15px;
    }
    .impact-text {
        flex-grow: 1;
        text-align: left;
        position: relative;
    }
    .impact-number {
        font-size: 4.5rem;
        font-weight: bold;
        display: block;
        color: #45a1d0;
        position: relative;    margin-bottom: 12px;
    }
    .impact-number::after {
        content: "";
        display: block;
        width: 75px;
        height: 1px;
        background-color: #000;
        
    }
    .impact-description {
        font-size: 1.45rem;
        font-weight: 600;    
        margin: 5px 0 0;
        color:#6c5aa7;
    }

    /* Responsive: Switch to single column on small screens */
    @media (max-width: 600px) {
        .impact-grid {
            grid-template-columns: 1fr; /* Cha




