/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2026 | 21:09:09 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 00:49:28 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --blue: #083887;
  --orange: #FF671F;
  --white: #ffffff;
  --gray: #F2F2F2;
  --yellow: rgba(255, 208, 64, 0.55);
  --lightpurple: rgba(57, 83, 255, 0.10);
  --lightblue: rgba(128, 176, 255, 0.33);
  --lightyellow: rgba(255, 208, 64, 0.25);
  --darkyellow: rgba(255, 208, 64, 1);
  --lightorange: #EF9600;
  --orangeAlt: rgba(239, 150, 0, 0.90);
  --orangeAltLight: rgba(239, 150, 0, 0.75);
  --orangeNav: #FFAE2C;
  --brightblue: #3953FF;
  --jayblue: #97BFFF;
  --text: #58595B;
  --source: "Source Sans 3", sans-serif;
  --rubik: "Rubik", sans-serif;
  --lato: "Lato", 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;
  --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: Apr 14 2026 | 16:58:32 */
@media only screen and (max-width: 767px) {
  #main #footer-content .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer-logos {
    flex-wrap: wrap;
  }
}
.footer-logos > div:nth-of-type(odd) {
  padding-right: 50px;
  margin-right: 0 !important;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer-logos > div:nth-of-type(odd) {
    padding-right: 0;
    margin-right: auto !important;
  }
}
.footer-logos > div:nth-of-type(odd):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: var(--white);
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer-logos > div:nth-of-type(odd):after {
    display: none;
  }
}
.footer-logos > div:nth-of-type(even) {
  padding-left: 50px;
  margin-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  .footer-logos > div:nth-of-type(even) {
    padding-left: 0;
    margin-left: auto !important;
  }
}
.footer-logos .avia-image-container {
  margin: 0 auto !important;
}
@media only screen and (max-width: 767px) {
  .footer-logos .avia-image-container {
    width: 100%;
  }
}
.footer-logos .avia-image-container .avia-image-container-inner {
  display: block;
  width: 100%;
}
.footer-logos .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap {
  display: block;
  width: 100%;
}
.footer-logos .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap img {
  display: block;
  height: 60px;
  width: auto;
  margin: 10px auto !important;
}
@media only screen and (max-width: 767px) {
  .footer-logos .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap img {
    object-fit: contain;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav {
    margin-top: 50px !important;
  }
}
.footer-nav .widget_nav_menu .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer-nav .widget_nav_menu .menu {
    flex-wrap: wrap;
  }
}
.footer-nav .widget_nav_menu .menu li {
  margin: 0;
  position: 0;
  border: none !important;
  border-right: 1px solid var(--white) !important;
  margin-bottom: 10px !important;
}
.footer-nav .widget_nav_menu .menu li:last-of-type {
  border-right: none !important;
}
@media only screen and (max-width: 767px) {
  .footer-nav .widget_nav_menu .menu li {
    text-decoration: underline;
    display: block;
  }
}
.footer-nav .widget_nav_menu .menu li.current_page_item {
  background: none !important;
  font-weight: 400 !important;
}
.footer-nav .widget_nav_menu .menu li a {
  padding: 3px 20px !important;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400 !important;
  text-align: center;
}
.footer-nav .widget_nav_menu .menu li a:hover {
  text-decoration: underline !important;
  color: var(--white) !important;
  background: none !important;
}
.footer-legal p {
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-legal p {
    font-size: 11px;
    line-height: 1.3em;
  }
}
