/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 19 2025 | 19:18:42 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 28 2025 | 18:16:41 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --text: #444445;
  --white: #ffffff;
  --darkBlue: #07184E;
  --blue: #0C3EDF;
  --lightBlue: #569AFF;
  --secondaryBlue: #2663EE;
  --orange: #F95919;
  --tangerine: #FF9E54;
  --pink: #DA34CF;
  --purple: #AD2294;
  --darkPurple: #650578;
  --gray: #EAEDEF;
  --black: #000000;
  --gradient: linear-gradient(180deg, #650578 0%, #07184E 100%);
  --pipelineGradient: linear-gradient(90deg, #0C3EDF 0%, #DA34CF 100%);
  --mont: "Montserrat", sans-serif;
  --funnel: "Funnel Display", sans-serif;
  --dm: "DM Sans", sans-serif;
  --thin: 100;
  --extralight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --heavy: 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: Aug 22 2022 | 20:38:52 */
/**
 * Remove before production
 **/
:root {
  --text: #444445;
  --white: #ffffff;
  --darkBlue: #07184E;
  --blue: #0C3EDF;
  --lightBlue: #569AFF;
  --secondaryBlue: #2663EE;
  --orange: #F95919;
  --tangerine: #FF9E54;
  --pink: #DA34CF;
  --purple: #AD2294;
  --darkPurple: #650578;
  --gray: #EAEDEF;
  --black: #000000;
  --gradient: linear-gradient(180deg, #650578 0%, #07184E 100%);
  --pipelineGradient: linear-gradient(90deg, #0C3EDF 0%, #DA34CF 100%);
}
/**
 * Remove before production
 **/
#home-header {
  position: relative;
}
#home-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient);
  opacity: 0.7;
  z-index: 50;
}
#home-header .container, #home-header .content {
  padding: 0 !important;
  position: relative;
  z-index: 75;
}
#home-header-content {
  padding: 20vh 10vw;
}
@media only screen and (max-width: 989px) {
  #home-header-content {
    padding: 12vh 5vw;
  }
}
@media only screen and (max-width: 767px) {
  #home-header-content {
    padding: 70px 24px;
  }
}
#home-header-title {
  margin-bottom: 50px;
}
#home-header-title h1 {
  color: var(--white);
}
#inside-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("/wp-content/uploads/inside-header-about.webp") lightgray no-repeat;
  background-position: center !important;
  background-size: cover !important;
}
#inside-header .container, #inside-header .content {
  padding: 0 !important;
}
#inside-header .av-special-heading {
  padding: 67px 150px !important;
}
#inside-header h1 {
  color: var(--white);
  font-size: 80px;
  line-height: 1.25em;
  font-weight: 700;
}
@media only screen and (max-width: 989px) {
  #inside-header .av-special-heading {
    padding: 40px 75px !important;
  }
}
@media only screen and (max-width: 767px) {
  #inside-header .av-special-heading {
    padding: 40px 40px !important;
  }
}
.page-id-272 #inside-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("/wp-content/uploads/inside-header-about.webp") lightgray no-repeat;
}
.page-id-275 #inside-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("/wp-content/uploads/inside-header-program-overview.webp") lightgray no-repeat;
}
.page-id-281 #inside-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("/wp-content/uploads/inside-header-resources.webp") lightgray no-repeat;
}
.page-id-284 #inside-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("/wp-content/uploads/inside-header-news.webp") lightgray no-repeat;
}
