﻿html{ 
  scroll-behavior: smooth;
}

.footdropdown span a{ margin-bottom:3px; }
a:lang(es) { color: #414446 !important; }
.center{text-align: center;}
.marginTop-banner{ margin-top:2rem !important; }
.h5{font-size:1.25rem !important;}
.h3{font-size:1.75rem !important;}
.h2{font-size:2rem !important;}
.uppercase{text-transform: uppercase;}
.text-white{color:color#fff !important;}
.text-blue{color:#384479 !important;}
.text-diff-blue{color:#384479 !important;}
.marginTop{margin-top:1rem !important;}
.handouts-padding{ padding:15px 35px; margin:0 auto; text-align: center; }
.flyers{ text-decoration: none; }
.flyers:hover{ text-decoration: none; }
.navbar-expand-md .navbar-collapse{ height: 34px; }
li{padding-bottom:6px !important;}

.background-color-lightblue{ background-color: #edfdff /*rgba(169,190,217,.15)*/ !important; border:1px solid #4da6ac !important; box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #edfdff 0 -3px 0 inset !important; }
.background-color-lightbeige{ background-color: rgba(242,211,172,.15) !important; border:1px solid #f87434 !important; box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #f2d3ac26 0 -3px 0 inset !important; }
.backgroud-border-lightbeige{ border:1px solid #f87434 !important; }
.backgroud-border-lightblue{ border: 1px solid #4da6ac !important;  }
button.close{ color:#fff !important; }

.intro-bckgrnd{ 
    /*background-color: #f8f8ff;*/
    /*background-color: rgba(242,182,109,0.2); */
    background-color: #edfdff;
    border: 1px solid #4da6ac; 
    border-radius: 5px;
    padding:25px 50px; 
    font-size:1.2rem;
    text-align: center;
   /* --shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    margin: 1px auto;
    width:100%;
    max-width:1032px;
}

.mobile{display:none;}
.desktop{display:block;}

@media(max-width:768px){
    .mobile{display:block;}
    .desktop{display:none;}
    .intro-bckgrnd{ padding: 25px 0px; text-align: justify; }
    .center-button{ text-align: center; margin:0 auto; }
    .go-top{ right:4.5% !important; }
    .go-top:after{ font-size:28px !important; padding:1px 8px !important; }
    .go-top-text{ display: none; } 
    #accordion .accordion-title{ font-size:1.4rem !important; } 
    .modal-font{ font-size:0.96rem !important; }
    .modal-body{ padding:.5rem !important; }
    .modal-h3 { font-size: 1.1rem !important; }
    .modal-h3-2{font-size:1.1rem;}
    .img-credit{ text-align: center; font-size:.8rem; }  
    #accordion .accordion-body{ padding: 0px 15px !important; }
    .handouts-padding{ padding:15px !important; }
    .h3{ font-size:1.55rem !important; }

    #sili_header{
      margin: 0 20px;
    }

    .intro-bckgrnd{ font-size:1.1rem !important;  }
    .button-30{ font-size:1.1rem !important; }
    .img-border-left{ border-top-left-radius: 4px; border-top-right-radius: 4px; }
    .img-border-right{ border-top-left-radius: 4px; border-top-right-radius: 4px; }
}


/*Card box shadow*/
.card-box-shadow{
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.card-text{font-size:1.1rem;}
/*===============*/

/*button-30 button style*/
.button-30 {
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 1.3rem;
  }

  a.button-30{text-decoration: none !important;}
  
  .button-30:focus {
    box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  }
  
  .button-30:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
  }
  
  .button-30:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
  }
/*=====================*/

/*Button-17 Button CSS*/
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #F2D3AC;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #384479;
  color: #fff;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
/**/

/*Button-82 CSS*/
.button-82-pushable {
	position: relative;
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
	outline-offset: 4px;
	transition: filter 250ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
  }

  .button-82-front{text-decoration: none !important;}
  .button-82-front:hover{color:#fff;}
  a.span{text-decoration: none !important;}
  .links:hover{color:#d99255;}
  .lang-bold{font-weight: 550;}
  
  .button-82-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: hsl(0deg 0% 0% / 0.25);
	will-change: transform;
	transform: translateY(2px);
	transition:
	  transform
	  600ms
	  cubic-bezier(.3, .7, .4, 1);
  }
  
  .button-82-edge {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: linear-gradient(
	  to left,
	  hsl(340deg 100% 16%) 0%,
	  hsl(340deg 100% 32%) 8%,
	  hsl(340deg 100% 32%) 92%,
	  hsl(340deg 100% 16%) 100%
	);
  }
  
  .button-82-front {
	display: block;
	position: relative;
  /*font-family: "JetBrains Mono",monospace;*/
	padding: 12px 12px;
	border-radius: 5px;
	font-size: 1.3rem;
	color: #fff/*3c4043*/;
  background-color: #4da6ac/*FCFCFD*/;
	will-change: transform;
  line-height: 25px;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #4da6ac/*D6D6E7*/ 0 -3px 0 inset;
	transform: translateY(-4px);
	transition:
	  transform
	  600ms
	  cubic-bezier(.3, .7, .4, 1);
  }
  
  @media (min-width: 768px) {
	.button-82-front {
	  font-size: 1.15rem;
	  padding: 8px;
	}
  }
  
  .button-82-pushable:hover {
	filter: brightness(110%);
	-webkit-filter: brightness(110%);
  color: #fff;
  }
  
  .button-82-pushable:hover .button-82-front {
	transform: translateY(-6px);
	transition:
	  transform
	  250ms
	  cubic-bezier(.3, .7, .4, 1.5);
  }
  
  .button-82-pushable:active .button-82-front {
	transform: translateY(-2px);
	transition: transform 34ms;
  }
  
  .button-82-pushable:hover .button-82-shadow {
	transform: translateY(4px);
	transition:
	  transform
	  250ms
	  cubic-bezier(.3, .7, .4, 1.5);
  }
  
  .button-82-pushable:active .button-82-shadow {
	transform: translateY(1px);
	transition: transform 34ms;
  }
  
  .button-82-pushable:focus:not(:focus-visible) {
	outline: none;
  }
/**/

/*Accordion styling*/
[data-toggle=collapse] i:before {
    content: "−";
    font-size:34px;
    height:60px;
  }
  
  [data-toggle=collapse].collapsed i:before {
    content: "+";
    font-size:34px;
    height:60px;
  }
  
  #accordion .card-header {
    margin-bottom: 8px;
  }
  #accordion .accordion-title {
    position: relative;
    display: block;
    padding: 8px 0 8px 50px;
    background: #f87434/*384479*/;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    transition: all 0.4s ease-in-out;
  }
  #accordion .accordion-title i {
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background: radial-gradient(/*rgba(34, 61, 143, 0.8)*/rgba(248,116,52), #f87434);
    text-align: center;
    border-right: 1px solid transparent;
  }
  #accordion .accordion-title:hover {
    padding-left: 60px;
    background: #f87434/*384479*/;
    color: #fff;
  }
  #accordion .accordion-title:hover i {
    border-right: 1px solid #fff;
  }
  #accordion .accordion-body {
    padding: 0px 55px;
    /*background-color: #f2f3f9;*/
  
  }
  #accordion .accordion-body ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  #accordion .accordion-body li {
    padding-left: 1.2rem;
    text-indent: -1.2rem;
  }
  #accordion .accordion-body li:before {
    content: "\2713";
    padding-right: 5px;
    font-family: "Flaticon";
    font-size: 16px;
    font-style: normal;
    color: #f87434/*384479*/;
  }  
  /*End of Accordion styling*/

  /*Start of adjustments to Modal*/
  .modal-header{ display: inline-block;}
  .modal-header-bckg-color,.modal-footer-bckg-color {background-color: #4d5d73; }
  .modal-font{font-size:1.1rem;}
  .center{text-align: center;}
  .modal-h3{font-size:1.75rem;}
  .modal-h3-2{font-size:1.5rem;}
  .modal-color-white{color:#fff;}
  /*End of adjustments to Modal*/

  /*Scroll to top button*/
  .go-top {
    position:fixed;
    bottom: 10%;
    right: 3%;
    padding:20px;
    display:none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    z-index:1001;

  }
  .go-top:after {
    font-family: FontAwesome;
    content: "\f106";
    background-color: #E5E8F0;
    padding: 10px 15px;
    color: #6a6e7c;
    position: absolute; 
    bottom:10px;
    font-size: 28px;
  }
  
  .go-top-text {
    position: absolute;
    width: 60px;
    text-align: center;
    font-family: 'Questrial';
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 12px;
    margin: 20px 0 0 -4px;
  }
  
  .go-top:hover {
    transition: all .4s linear;
    transform: scale(1.1);
  }
  /*====================*/

   /*Start of Call Out Box*/
   .callout {
    padding: 0.8em 1em;
    line-height: 1.2;
    text-align: left;
    position: relative;
    clear: both;
    border-radius: 0 10px 10px 0;
    font-size:1.15rem;
  }

  .callout b{ color:#384479; font-weight:550; font-size: 1.2rem; }
  .sub-title-b{ font-size: 1.15rem !important; }
  
  .callout::before {
    width: 35px !important;
    height: 35px !important;
    display: inline-flex;
    justify-content: left;
    position: absolute;
    font-size: 1.5em;
    left: -1.2rem;
    content: "";
    /*background: url("../images/mental-health_90.png") no-repeat 0 0;*/
    background-size: 100%;

    background-color: #4d5d73;
    border-radius: 50%;
    align-items: left;
    top: -0.8rem;
  }
  
  .callout {
    background: rgba(169,190,217, 0.5);
    border-left: 4px solid #4d5d73;
    color: #242424;
    margin: 1em;
  }

  .callout.success::before {
    content: "";
    /*background: url("../images/mental-health_90.png") no-repeat 0 0;*/
    background-size: 100%;
    background-color: #d99255;
    border-radius: 50%;
    align-items: left;
    top: -0.8rem;
  }
  
  .callout.success {
    background-color: #f2d3ac;
    border-left: 4px solid #d99255;
  }

  .adjust-button-17{ padding: 50px 30px; text-align: left; }

  @media(max-width:768px){
    .mobile-margin{
        margin:0 !important;
    }
    .adjust-content{width:100% !important;}
    .adjust-button-17{ padding: 90px 30px; }
  }

  @media(min-width:820px) and (max-width:1024px){
    .adjust-content{width:91% !important;}
  }
/*End of Call out Box*/  

/*Navigation CSS Responsiveness*/
.dropdown-toggle::after {
	border: none!important;
	font: normal normal normal 20px/1 FontAwesome;
	content: "\f107"!important; 
	vertical-align: 0; 
	text-decoration:none;
	font-weight: bold;
	}
	
	li.dropdown.show a.dropdown-toggle::after {
	content: "\f106"!important 
	}
	
	/* Nav sub Nenu for Mobile */
	a .collapseMainSubMenu::before {font-family: 'FontAwesome'; content: "\f106"; font-weight: bold;}
	a.collapsed .collapseMainSubMenu::before {font-family: 'FontAwesome'; content: "\f105"; font-weight: bold;}
/*=============================*/

.img-border-left{ border-top-left-radius: 4px; }
.img-border-right{ border-top-right-radius: 4px; }

/*.alert-bar {
    background-color: #f7e3d6; /* light peach background *
    border: 1px solid #d8c0b2;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.alert-title {
    display: block;
    font-weight: bold;
    color: #b30000; /* red text *
    margin-bottom: 5px;
    font-size: 1.5rem;
}

.alert-text {
    font-size: 1.1rem;
}

.alert-text a {
    color: #0000ee; /* standard link blue *
    text-decoration: underline;
}

/* Responsive adjustments *
@media (max-width: 480px) {
    .alert-bar {
        padding: 12px;
    }

    .alert-title {
        font-size: 1.2rem;
    }

    .alert-text {
        font-size: 0.85rem;
    }
}*/
.modern-alert {
    background: #fff4ee;
    border: 1px solid #d63a2f;
    padding: 18px 22px;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    font-family: "Inter", "Roboto", sans-serif;
    margin: 0;
}

.alert-title {
    display: block;
    font-weight: 600;
    color: #d63a2f;
    font-size: 1.4rem;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}

.alert-text {
    font-size: 1.1rem;
    color: #444;
}

.alert-text a {
    color: #0056d6;
    text-decoration: none;
    font-weight: 600;
}

.alert-text a:hover {
    text-decoration: underline;
}

/* RESPONSIVE DESIGN */
@media (max-width: 480px) {
    .modern-alert {
        padding: 15px;
    }

    .alert-title {
        font-size: 1rem;
    }

    .alert-text {
        font-size: 0.9rem;
    }
}