/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2026 | 19:29:37 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2026 | 19:22:51 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --green: #86D89E;
  --white: #ffffff;
  --black: #121212;
  --blue: #01415B;
  --bluegray: #628598;
  --lightblue: #87BCD9;
  --gray: #f2f2f2;
  --lightgray: #f6f7f7;
  --mont: "Montserrat", sans-serif;
  --neue: "Helvetica Neue", sans-serif;
  --inter: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --fw_thin: 100;
  --fw_extralight: 200;
  --fw_light: 300;
  --fw_regular: 400;
  --fw_medium: 500;
  --fw_semibold: 600;
  --fw_bold: 700;
  --fw_extrabold: 800;
  --fw_black: 900;
  --fw_italic: italic;
  --i_darkpurple: #2A034C;
  --i_purple: #451284;
  --i_green: #00CA9F;
  --i_gray: #81819E;
  --i_black: #000000;
  --i_white: #FFFFFF;
  --twitter: #00aced;
  --facebook: #3b5998;
  --googleplus: #dd4b39;
  --pinterest: #cb2027;
  --linkedin: #007bb6;
  --youtube: #bb0000;
  --vimeo: #aad450;
  --tumblr: #32506d;
  --instagram: #517fa4;
  --flickr: #ff0084;
  --dribbble: #ea4c89;
  --quora: #a82400;
  --foursquare: #0072b1;
  --forrst: #5B9A68;
  --vk: #45668e;
  --wordpress: #21759b;
  --stumbleupon: #EB4823;
  --yahoo: #7B0099;
  --blogger: #fb8f3d;
  --soundcloud: #ff3a00;
  --snapchat: #fffc00;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
html.announcement-hidden #announcement {
  display: none !important;
}
html:not(.announcement-hidden) #announcement {
  opacity: 1;
}
#announcement {
  min-height: 1px !important;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#announcement:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/dot-bg-v2.webp");
  background-position: center;
}
#announcement:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blue);
  background: #618598;
  opacity: 0.9;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  #announcement .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#announcement main {
  position: relative;
  z-index: 10;
}
#announcement .content {
  padding: 30px 0 !important;
}
@media only screen and (max-width: 989px) {
  #announcement .content {
    padding: 20px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #announcement .content {
    padding: 15px 0 !important;
  }
}
#announcement .content p {
  font-size: 32px;
  font-weight: bold;
  color: var(--white) !important;
}
@media only screen and (max-width: 1200px) {
  #announcement .content p {
    font-size: 22px;
    line-height: 1.2em !important;
  }
}
@media only screen and (max-width: 989px) {
  #announcement .content p {
    font-size: 24px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #announcement .content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 565px) {
  #announcement .content p {
    font-size: 18px;
  }
}
#announcement .avia-buttonrow-wrap {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  #announcement .avia-buttonrow-wrap {
    flex-wrap: wrap;
  }
}
#announcement .avia-buttonrow-wrap a.avia-button {
  background: var(--bluegray);
  text-transform: uppercase;
  line-height: 20px;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  border: none !important;
  border-radius: 300px !important;
  padding: 8px 24px !important;
  line-height: 1em !important;
  font-weight: bold !important;
  font-size: 15px !important;
  background: #78BF21 !important;
  transition: 0.3s ease all;
}
@media only screen and (max-width: 1200px) {
  #announcement .avia-buttonrow-wrap a.avia-button {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  #announcement .avia-buttonrow-wrap a.avia-button br {
    display: none !important;
  }
}
@media only screen and (max-width: 989px) {
  #announcement .avia-buttonrow-wrap a.avia-button {
    display: inline-flex;
    width: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  #announcement .avia-buttonrow-wrap a.avia-button br {
    display: none !important;
  }
}
@media only screen and (max-width: 565px) {
  #announcement .avia-buttonrow-wrap a.avia-button {
    width: 260px !important;
    font-size: 13px !important;
  }
}
#announcement .avia-buttonrow-wrap a.avia-button:hover {
  transform: translate3d(0, -2px, 0);
}
#announcement .flex_column.first {
  border-right: 2px solid #78BF21;
  padding-right: 30px;
}
@media only screen and (max-width: 989px) {
  #announcement .flex_column.first {
    border-right: none !important;
    padding-right: 0 !important;
  }
}
#announcement .flex_column:not(.first) {
  padding-left: 30px;
}
@media only screen and (max-width: 989px) {
  #announcement .flex_column:not(.first) {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
  }
}
#close-announcement {
  position: absolute;
  transform: translate3d(-200%, 0, 0);
  cursor: pointer;
}
@media only screen and (max-width: 989px) {
  #close-announcement {
    transform: translate3d(-45px, -15px, 0);
  }
}
@media only screen and (max-width: 767px) {
  #close-announcement {
    transform: translate3d(-45px, -10px, 0);
  }
}
#close-announcement .av-icon-char {
  font-size: 34px !important;
}
#close-announcement .av-icon-char svg {
  fill: var(--white) !important;
}
