/* -------------    FONTS     ------------------------

font-family: 'Merriweather', serif;
font-family: 'ZCOOL XiaoWei', serif;
font-family: 'Lato', sans-serif;
---------           Colors    -------------------------
background dark green  color: #011c02;
light yellow           color: #eded56;
yellow                 color: #f7f726:
green                  color: #056008;
dark green             color: #023d04;
light green            color: #d9feda;
/*-----------------------------------------------------*/


/* ---------------------------
/*         BASIC SETUP
-----------------------------*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background-color: #fff;
    color: #393737;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}

clearfix {
    zoom: 1
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;

}

/* ---------------------------
/*     HEADINGS
-----------------------------*/
h1,
h2,
h3 {
    font-weight: 700;
    font-family: 'ZCOOL XiaoWei', serif;
}

h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 200%;
    letter-spacing: 1px;
    word-spacing: 3px;

}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
    word-spacing: 3px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #d35400;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

h3 {
    font: 140%;
    margin-bottom: 15px;
}

h4 {
    font: 120%;
    margin-bottom: 15px;

}

.noMargin {
    margin: 0;
}

#header {
    position: fixed;
    margin-top: 0%;
}

.bold {
    font-weight: 700;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    line-height: 120%;
    margin-bottom: 10px;
}

li {
    margin-bottom: 10px;
    margin-left: 40px;
}

/*---------------------------------------
                 TOP NAV
________________________________________*/


/* Add a black background color to the top navigation */
.topnav {
    background-color: #023d04;
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: rgba(57, 230, 34, 0.56);
    color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

.GBW-nav {
    margin-right: 50px;
    font-family: 'Merriweather', serif;
}

/* ---------------------------
/*          TOP PANEL
-----------------------------*/
.topPanel {
    width: 100%;
    background-color: #023d04;
    padding-top: 49px;
}

.topPanel img {
    width: 100%;
}

/* ----------- nav  --------------*/

.logoWhite {
    height: 25%;
    color: #FFF;
    margin-right: 10px;
    display: none;
}

.header {
    width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #023d04;
}

.main-nav {
    float: right;
    list-style: none;
    margin-top: 0%;
    padding-right: 40px;
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
}

.main-nav li {
    display: inline-block;
    margin-left: 1%;
    margin-top: 1%;
    font-size: 110%;
}

.main-nav li a:link,
.main-nav li a:visited {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.5s;
    transition: border-bottom 0.5s;
    padding: 8px 0;
}

.main-nav li a:active,
.main-nav li a:hover {
    border-bottom: 2px solid #39e622;
}

.mobile-nav-icon {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: #fff;
}

/* ----------- nav  --------------*/

.header {
    width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
}

.picNav {
    float: right;
    list-style: none;
    margin-top: 0%;
    padding-right: 40px;
    margin-bottom: 1%;
    width: 100%;
    text-align: right;
    background-color: #023d04;
    min-height: 40px;
}

.picNav li {
    display: inline-block;
    margin-left: 1%;
    margin-top: 15px;
    font-size: 110%;
}

.picNav li a:link,
.picNav li a:visited {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 75%;
    font-weight: 100;
    line-height: 140%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.5s;
    transition: border-bottom 0.5s;
    padding: 8px 0;
}

.picNav li a:active,
.picNav li a:hover {
    border-bottom: 2px solid #39e622;
}

/* Sticky navi */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 2px 2px #efefef;
    box-shadow: 0 2px 2px #efefef;
    z-index: 9999;
}

.sticky .main-nav {
    margin-top: 18px;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 16px 0;
    color: #555;
}

.sticky .logo {
    display: none;
}

.sticky .logo-black {
    display: block;
}

/*------ ADDITIONAL SPACE ----------*/

.top5px {
    padding-top: 5px;
  }
  .top10px {
    padding-top: 10px;
  }
  
  .top20px {
    padding-top: 20px;
  }
  
  .top30px {
    padding-top: 30px;
  }
  
  .top40px {
    padding-top: 40px;
  }
  
  .top50px {
    padding-top: 50px;
  }
  
  .bottom5px {
    padding-bottom: 5px;
  }
  
  .bottom10px {
    padding-bottom: 10px;
  }
  
  .bottom20px {
    padding-bottom: 20px;
  }
  
  .bottom30px {
    padding-bottom: 30px;
  }
  
  .marginLeft25 {
    margin-left: 25px;
  }
  
  .left40px {
    margin-left: 40px;
  }
  
  .right40px {
    padding-right: 40px;
  }


/*-----------------------------------------
        VARIOUS TAGS
-----------------------------------------*/
.bold {
    font-weight: 700;
}

.indentLeft50 {
    padding-left: 50px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
    align-content: right;
}

.noMargin {
    margin: 0;
}

.width90 {
    padding-left: 5%;
    padding-right: 5%;
}

.width80 {
    padding-left: 10%;
    padding-right: 10%;
}

.width70 {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
}

.width60 {
    padding-left: 20%;
    padding-right: 20%;
}

.width50 {
    padding-left: 25%;
    padding-right: 25%;
}

.width40 {
    padding-left: 30%;
    padding-right: 30%;
}

.width30 {
    padding-left: 35%;
    padding-right: 35%;
}

.lightBlue {
    color: #14f5f5;
}

.white {
    color: #fff;
}

.hhgreen {
    color: #033e4f;
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

/*-------- COLORS -------------*/
.red {
    color: red;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.yellow {
    color: #fdfd00;
}

.blue {
    color: #078bb1;
}

.lightBlue {
    color: #baeefc;
}

.lightGreen {
    color: #d9feda;
}

.darkGreen {
    color: #023d04;
}

.green {
    color: #AEF080;
}

.flierJPG {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-color: #797c7c;
    border-style: ridge;
    border-width: 6px;
}

.center {
    text-align: center;
}

.whitePulse {
    font-size: 120%;
    color: #fff;
}

.leftIndent40 {
    padding-left: 40px;
}

.left {
    text-align: left;
}

.bottom5px {
    padding-bottom: 5px;
}

.bottom10px {
    padding-bottom: 10px;
}

.bottom20px {
    padding-bottom: 20px;
}

.bottom30px {
    padding-bottom: 30px;
}

.bottom40px {
    padding-bottom: 40px;
}

.top10px {
    padding-top: 10px;
}

.top20px {
    padding-top: 20px;
}

.top30px {
    padding-top: 30px;
}

.top40px {
    padding-top: 40px;
}

.roundCorner {
    border-radius: 25px;
}

.minHeight {
    min-height: 100vh;
}

.autoHeight {
    height: auto;
}

.p90 {
    font-size: 90%;
}

.p110 {
    font-size: 110%;
    line-height: 1.3;
}

.p120 {
    font-size: 120%;
}

.video50 {
    width: 50%;
    margin-bottom: 30px;
}

/*--------------------------------------
            IMAGE SIZES
  --------------------------------------*/
.picCenter70 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.pic20 {
    width: 20%;
    height: auto;
}

.pic30 {
    width: 30%;
    height: auto;
}

.pic40 {
    width: 40%;
    height: auto;
}

.pic50 {
    width: 50%;
    height: auto;
}

.pic60 {
    width: 60%;
    height: auto;
}

.pic70 {
    width: 70%;
    height: auto;
}

.pic80 {
    width: 80%;
    height: auto;
}

.pic90 {
    width: 90%;
    height: auto;
}

.pic100 {
    width: 100%;
    height: auto;
}

.pic110 {
    width: 110%;
    height: auto;
}

.pic120 {
    width: 120%;
    height: auto;
}

.marginLeft25 {
    margin-left: 25px;
}

.pic130 {
    width: 130%;
    height: auto;
}

.pic140 {
    width: 140%;
    height: auto;
}

.pic150 {
    width: 150%;
    height: auto;
}

.pic160 {
    width: 160%;
    height: auto;
}

.marginLeft50 {
    margin-left: 50px;
}

.height600px {
    height: 600px;
}

/* ---------------------------
  /*      Section White
  -----------------------------*/
.whiteSection {
    background-color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 30px;
    text-align: center;
}

.whiteSection h1 {
    color: #033e4f;
}

.whiteSection h2 {
    color: #033e4f;
}

.whiteSection h3 {
    color: #033e4f;
}

.whiteSection h4 {
    color: #033e4f;
}

.whiteSection h5 {
    color: #033e4f;
}

.whiteSection a {
    color: #033e4f;
}

.whiteSection p {
    color: 000;
}

/* ---------------------------
  /*      Section Light
  -----------------------------*/
.lightSection {
    background-color: #d9feda;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 30px;
    text-align: center;
}

.lightSection h1 {
    color: #000;
}

.lightSection h2 {
    color: #000;
}

.lightSection h3 {
    color: #000;
}

.lightSection h4 {
    color: #000;
}

.lightSection h5 {
    color: #000;
}

.whiteSection p {
    color: #000;
}

/* ---------------------------
  /*      Section Dark
  -----------------------------*/
.darkSection {
    background-color: #011c02;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 30px;
}

.darkSection h1 {
    color: #fff;
}

.darkSection h2 {
    color: #fff;
}

.darkSection h3 {
    color: #fff;
}

.darkSection h4 {
    color: #fff;
}

.darkSection h5 {
    color: #fff;
}

.darkSection p {
    color: #fff;
}

.darkSection a {
    color: #fff;
}

/* ---------------------------
  /*       PIC BORDERS
  -----------------------------*/
.picBorderBlue {
    color: #033e4f;
    border-style: ridge;
    border-width: 6px;
}

.picBorderWhite {
    border-color: #fff;
    border-style: ridge;
    border-width: 6px;
}

.picBorderAqua {
    border-color: #99ccff;
    border-style: ridge;
    border-width: 6px;
}

.picBorderMaroon {
    border-color: #880505;
    border-style: ridge;
    border-width: 6px;
}

.picBorderOrange {
    border-color: #e67e22;
    border-style: ridge;
    border-width: 6px;
}

.picBorderGrey {
    color: #023d04;
    border-style: ridge;
    border-width: 6px;
}

.picBorderGreen {
    border-color: #056008;
    border-style: ridge;
    border-width: 6px;
}

.iconInline30 {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #033e4f;
    font-size: 120%;
    margin-right: 10px;
}

/*------------------------------
           Lists
  -------------------------------*/
.darkListItem {
    background-color: #023d04;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 25px;
}

.darkListItem a {
    margin-bottom: 10px;
    color: #fff;
}

.lightListItem {
    background-color: #023d04;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 25px;
}

.lightListItem a {
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
}

.lightListItem:hover {
    background-color: #fff;
}

.darkListItemSmall {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5%;
    background-color: #033e4f;
    text-decoration: none;
    font-size: 90%;
    color: #fff;
    border-radius: 200px;
    width: 200px;
    text-align: center;
}

.darkListItemSmall a {
    color: #fff;
}

.darkListItemSmall:hover {
    background: #fff;
    color: #000;
}

/*-----------------------------
            TABLES
  -----------------------------*/
.table50 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    border-spacing: 5px;
}

.table60 {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    border-spacing: 5px;
}

.table70 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    border-spacing: 5px;
}

.table80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    border-spacing: 5px;
}

.tableRowGray {
    background-color: #e2dfdf;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
}

.tableRowWhite {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
}

/* ----------------------------------------------- */
/*               Animations */
/* ----------------------------------------------- */
.Flash4s {
    animation-duration: 0.75s;
    animation-delay: 0.5s;
    animation-iteration-count: 4;
    animation-name: flash;
    -webkit-text-decoration: underline #807979;
    text-decoration: underline #807979;
}

.Flash2s {
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-name: flash;
    -webkit-text-decoration: underline #807979;
    text-decoration: underline #807979;
}

/* ---------------------------
  /*      BUTTONS
  -----------------------------*/
.darkButton {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #033e4f;
    text-decoration: none;
    font-size: 90%;
    color: #fff;
    border-radius: 200px;
    width: 200px;
}

.darkButton:hover {
    background: #fccc60;
    color: #000;
}

.lightButton {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #d9feda;
    text-decoration: none;
    font-size: 90%;
    color: #000;
    border-radius: 200px;
    width: 200px;
}

.lightButton a {
    color: #000;
}

.lightButton:hover {
    background: #056008;
    color: #000;
}

.uploadFiles {
    text-align: center;
    margin-left: 20%;
}

/*--------- ICONS -------------*/

.iconWhite300 {
    font-size: 300%;
    color: #fff;
}

.iconGreen300 {
    font-size: 300%;
    color: #023d04;
}

.iconGreen30px {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #023d04;
    font-size: 120%;
    margin-right: 10px;
}

.greenPulse {
    font-size: 120%;
    color: #61f846;
}

 /* CSS Grid */
   .grid-2_noGap {
    width:100%;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows:repeat(auto, 1fr);
    justify-content: center;
    /* align-content: center; */
    padding: 10px;
    gap: 10px;
  }
  .grid-2 {
    width:100%;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows:repeat(auto, 1fr);
    justify-content: center;
    /* align-content: center; */
    padding: 10px;
    gap: 40px;
  }
 .grid-3 {
    width:100%;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows:repeat(auto, 1fr);
    justify-content: center;
    /* align-content: center; */
    padding: 10px;
    gap: 40px;
  }
  .grid-4 {
    width:100%;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows:repeat(auto, 1fr);
    justify-content: center;
    gap: 40px;
  }
  .grid-5 {
    width:100%;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows:repeat(auto, 1fr);
    justify-content: center;
    gap: 40px;
  }
  .grid-6 {
    width:100%;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows:repeat(auto, 1fr);
    justify-content: center;
    gap: 40px;
  }
  .gridItem {
    width:100%;
    height:auto
  }
  