@font-face {
  font-family: BubblerOne-Regular;
  src: url(../font/BubblerOne-Regular.ttf);
}

body {
	overflow-x: hidden;
  min-width: 320px;
}
h1:not(.site-title):before, h2:before {
	background: none;
}
header, footer {
	background-color: #D4AF37;
	color: white;
}
header {
  min-height: 60px;
}
.top-header {
	color: black;
	font-size: 16px;
}
.hidden {
	display: none;
}

img.about-body {
		width: 100px;
}
.grid-container {
	max-width: 85rem;
}
.logo-wrapper, .menu-wrapper, .menu-item {
	/*border: 1px solid red;*/
}
.logo-img {
  position: absolute;
  width: 110px;

}
.menu-item-wrapper {
	position: relative;
	top: 15px;
}
.menu-item-wrapper .menu-item a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.menu-item-wrapper .wonderstore a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 20px;
	text-decoration-color: #800000;
}

.hamburger {
  cursor: pointer;
  z-index: 10000;
}
.hamburger .bar1, .hamburger .bar2, .hamburger .bar3 {
  /*width: 35px;*/
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  position: relative;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

div#userDetail {
    border: 5px solid #e60026;
}
div#userDetail h1 {
    font-size:24px;
}

.need-help {
  margin: 50px auto;
}
.need-help .box {
  padding: 30px;
  /*border:1px solid white;*/
  color: black;
  font-size: 16px;
}
.need-help .box div {
  margin: 0px;
  background-color: #D4AF37;
  color:white;
  height: 200px;
  padding: 10px;
  padding-top: 50px;
}
.need-help h3 {
  font-size: 48px;
}
.need-help .contact {
  font-size: 18px;
}

@media only screen and (min-width: 601px) {
.home-banner-wrapper {
	padding: 10px 30px !important;
}
}

@media only screen and (min-width: 601px) and (max-width: 728px) {
.hamburger .bar1, .hamburger .bar2, .hamburger .bar3 {
	right: -7px;
}
.menu-item-wrapper .menu-item a{
	font-size: 16px;
}
.menu-item-wrapper .wonderstore a{
	font-size: 16px;
}
.home-banner-title {
	font-size: 75px;
}
.home-title-tagline {
	margin-top: 10px;
	margin-left: 5px;
	font-size: 16px;
}
}


  
@media only screen and (min-width: 729px) and (max-width: 1024px) {
.hamburger .bar1, .hamburger .bar2, .hamburger .bar3 {
	right: -45px;
}
.menu-item-wrapper .menu-item a{
	font-size: 16px;
}
.menu-item-wrapper .wonderstore a{
	font-size: 16px;
}
}

@media screen and (max-width: 640px) {

.topnav img {
	max-width: 220px;
	left: -5px;
}

.topnav {
  overflow: hidden;
  /*background-color: #333;*/
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
}

.topnav .mobile-menu-item {
  padding:10px 0;
}
.topnav .mobile-menu-item:hover{
  background-color: #003EFF;
}
.topnav a:hover {
  background: none;
  color: #4e4e58;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}


  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    position: relative;
    top: 10px;
    right: 10px;
  }

  #myTopnav .logo-wrapper {
  	position: relative;
  	left: -10px;
  	top: -20px;
  }



  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 10px;
    top: 30px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    color: white;
  }

.fa.fa-bars {
	font-size: 35px;
	color: #fff;
}
.topnav .icon:hover {
	/*background-color: #FFE7E3;*/
}

.topnav .wonderstore {
	color: #003EFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 14px;
}

.home-banner-wrapper {
	padding: 0;
}

}


input.input-field.search-field {
	background: none;
    border: none;
    color: black;
    outline: none;
    box-shadow: none;
    color: #4e4e58;
    
}
input.input-field.search-field.expand-search  {
	/*border-bottom: 1px solid #fff;*/
}
.searchbar {
  /*margin: 1rem;*/
  	position: relative;
	top: -110px;
	right: -350px;
}

.search-field {
  width: 0;
  height: 40px;
  margin-left: 1rem;
  padding: 0;
  border-radius: 50px;
  border: none;
  transition: all 0.5s ease;

}
.searchbar-action {
	  /*top: 100px;*/
	  /*right: 350px;*/
}

.expand-search {
  width: 70%;
  max-width: calc(80% - 1rem);
  border: 1px solid #c9c9c9;
  padding: .5rem;
  border-radius: 30px;
  left: -15px;
  position: relative;
  top: 0;
}

svg {
  width: 20px;
  height: 20px;
}

.button {
  border-radius: 50px;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
	border-radius: 30px;
}
.input-group-action {
  left: 0px;
  top: 15px;
}
.button.search {
	background-color: rgb(197,179,88);
}
::-webkit-input-placeholder { /* Edge */
  /*color: rgb(197,179,88);*/
	color: #4e4e58;

}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  /*color: rgb(197,179,88);*/
	color: #4e4e58;

}

::placeholder {
  /*color: rgb(197,179,88);*/
	color: #4e4e58;

}


.home-sub-desc {
	color: #4e4e58;
	font-size: 16px;
}


.sidenav {
  height: 200px;
  width: 0;
  position: absolute;
  z-index: 2500;
  /*top: 30px;*/
  right: 15px;
  background-color: #e60026;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;

}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  letter-spacing: 12px;
  text-transform: uppercase;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 80px;
  margin-left: 50px;
}


/*slideshow*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #003EFF;
  font-size: 45px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.footer-content {
	background-color:#e60026;
	color: #fff;
}
.footer-content-title {
	/*text-decoration: underline;*/
	/*text-decoration-color: #800000;*/
	/*text-underline-position: under;*/
	padding: 20px;
  font-weight: bold;
}

/*shop page*/
.woocommerce-products-header {
	background-color: white;
	color: black;
}
.products-tab {
	margin: 100px 0;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: none;
  background:none;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #003EFF;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #e60026;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #e60026;
}
.woocommerce-tabs ul li.description_tab {
  background-color: #e60026;
  padding: 10px;
}
.woocommerce-tabs ul li.active a {
	color: white;
	box-shadow: none;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: none;
  border-top: none;
  margin-top: 100px;
}
ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	/*text-align: center;*/
}
ul.products li.product .button {
	background-color: #e60026;
}
/*mobile*/
@media screen and (max-width: 600px) {
.tab button {
	width: 100%;
}
}


.tabcontent figure {
	margin: 0;
}

form input[type=submit] {
  background-color: #003EFF;
  border-radius: 50px;
}

/*about us hierarchy*/


#wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 80em;
}

#container {
    float: left;
    padding: 1em;
    width: 100%;
}

ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
    position: relative;
}

ol.organizational-chart,
ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.organizational-chart {
    text-align: center;
}

ol.organizational-chart ol {
    padding-top: 1em;
}

ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
    background-color: #b7a6aa;
    content: '';
    position: absolute;
}

ol.organizational-chart ol > li {
    padding: 1em 0 0 1em;
}

ol.organizational-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart li > div {
    background-color: #fff;
    border-radius: 3px;
/*    min-height: 2em;
    padding: 0.5em;*/
}

ol.organizational-chart li > div h2 {
	font-size: 20px;
}
ol.organizational-chart li > div h3 {
	font-size: 18px;
}

ol.organizational-chart li.first-row div {
	background-color: #fca858;
	color: white;
	font-size: 24px;
}
/*** PRIMARY ***/
ol.organizational-chart > li > div{
    background-color: #006400;
    margin-right: 1em;
    color:white;
}

ol.organizational-chart > li > div:before {
    bottom: 2em;
    height: 3px;
    right: -1em;
    width: 1em;
}

ol.organizational-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 3px;
}

ol.organizational-chart > li > div + div {
    margin-top: 1em;
}

ol.organizational-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}

/*** SECONDARY ***/
ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}

ol.organizational-chart > li > ol > li > div {
    background-color: #0000FF;
}

/*** TERTIARY ***/
ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: #FFFF00;
}

/*** QUATERNARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
    background-color: #008000;
}

/*** QUINARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
    background-color: #fddc32;
}

/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 64em ) {

    ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }

    /* PRIMARY */
    ol.organizational-chart > li > div {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
    }

    ol.organizational-chart > li > div:only-of-type {
        margin-bottom: 0;
        width: calc((100% / 1) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
        width: calc((100% / 2) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }

    ol.organizational-chart > li > div:before,
    ol.organizational-chart > li > div:after {
        bottom: -1em!important;
        top: inherit!important;
    }

    ol.organizational-chart > li > div:before {
        height: 1em!important;
        left: 50%!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > div:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }

    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }

    ol.organizational-chart > li > div + div:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }

    ol.organizational-chart > li > ol:before,
    ol.organizational-chart > li > ol > li:before {
        height: 1em!important;
        left: 50%!important;
        top: 0!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > ol:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
    }

    ol.organizational-chart > li > ol > li:only-of-type {
        padding-top: 0;
    }

    ol.organizational-chart > li > ol > li:only-of-type:before,
    ol.organizational-chart > li > ol > li:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }

    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }

    ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
    }

}

ol.organizational-chart > li > div.admin:before,
ol.organizational-chart > li > div.admin:first-of-type:not(:only-of-type):after {
	display: none;
}
@media only screen and (min-width: 1024px) {

ol.organizational-chart > li > div + div:not(:last-of-type):after {
	left: 50%;
}

ol.organizational-chart li.first-row {
	width: 30%;
	margin: 0 auto;
	/*left: 35%;*/
	/*bottom: -50px;*/
}

}

ol.organizational-chart li.first-row {
	/*margin: 10px;*/
}
ol.organizational-chart > li.first-row > div:before {
	/*height: 2em;*/
}

.organizational-chart h6 {
    color:white;
}
/*charity masonry*/
.masonry { /* Masonry container */
    -webkit-column-count: 4;
  -moz-column-count:4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.item img{max-width:100%;}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    html, body {
      width: 320px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .logo-img {
      width: 115px;
    }
    .topnav a.icon {
      top: -15px !important;
    }

     .authorized-logo-1{
      width: 100px;
    }
     .authorized-logo-2{
      width: 60px;
      top: 5px;
    }
     .authorized-logo-3{
      width: 100px;
    }
     .authorized-logo-4{
      width: 100px;
    }
    .career-cover {
     height:300px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .logo-img {
      /*left: -10px;*/
    }
}
@media only screen and (min-width: 769px) {
 .authorized-logo-1{
      width: 150px;
      top: 15px;
    }
     .authorized-logo-2{
      width: 100px;
      top: 15px;
    }
     .authorized-logo-3{
      width: 150px;
      top: 0px;

    }
     .authorized-logo-4{
      width: 100px;
    }

    .caption-1 {
      font-size: 120px;
      position: relative;
      top: -950px;
      color: #e60026;
      text-align: left;
      /*left: -200px;*/
    }
    .caption-2 {
      font-size: 120px;
      position: relative;
      top: -450px;
      color: #e60026;
      text-align: right;
      /*left: -200px;*/
    }
    .caption-3 {
      font-size: 120px;
      position: relative;
      top: -900px;
      color: #e60026;
      text-align: left;
      /*left: -200px;*/
    }

    .slideshow-container {
      height: 700px;
      overflow-y: hidden;
    }

    .need-help div {
      /*border-left: 1px solid black;*/
    }
     .need-help div:first-child {
      /*border:none;*/
     }
     .career-cover {
        height:500px;
    }

}

@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    
}

header.zh, footer.zh, .footer-content.zh {
    background-color: #800000;
}
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs, .entry .entry-content p {
	font-size:20px !important;
}
.single-product .woocommerce-tabs h2, .single-product .accordion-title, .post-type-archive-product h3 {
	font-weight:bold !important;
	font-size:38px !important;
}

.single-product .entry .entry-title {
	font-weight:bold !important;
	font-size:48px !important;
}

ul.products li.product .price, ul.products li.product .star-rating, ul.products li.product .woocommerce-loop-product__title {
	font-size:24px !important;
}
