﻿html{ 
    scroll-behavior: smooth;
  }
.text-white{color:#fff;} 
.anchor-breakup{
    word-break: break-all;
}
.marginTop{margin-top:20px !important;}
.card-body {
  padding: 0rem !important;
}
.anchor-styling{
    color:#007bff;
    font-weight: bold;
    text-decoration: none;
}
.anchor-styling:hover{
    color:#322c24 !important;
    text-decoration: none;
}
.padding25{
    padding:15px 25px;
}
.padding25-collapse{
    padding:0px 25px;
}
.padding25-content{
  padding:15px 25px;
}
.uppercase{ text-transform: uppercase; }
.desktop-view{ display: block; }
.mobile-view{ display: none;}

.new-label {
  font-weight: 700;
  color: #d19214; /* gold highlight */
}

.new-badge {
  color: #d19214;
  font-weight: 700;
}

/*Resource section CSS*/
.sideNavTitle2 {
    width: 100%;
    font-family: 'Century Gothic';
    box-shadow: 0px 0px 4px #00000070;
    clear: both;
    display: block;
    background-color:#6a6257;/*#175676;*/
    padding-left:5px;
    padding-top:10px;
    padding-bottom:10px;

  }
  
  .sideNavTitle2 h2{
      display:inline;
      font-size:1rem;
      color: #fff;   
      padding-left: 10px; 
  } 

  li.ovplist2{
    padding:6px 0px 6px 16px !important ;
  }
  
  a.ovpv:visited {color: #fff;}
  
  ul.ovpmenu {
    padding: 0;
    list-style: none;
    width: 100%;
    font-family: 'Century Gothic';
    box-shadow: 0px 0px 4px #00000070;
    clear: both;
    display: table;
  
  }
  ul.ovpmenu .ovplist{
    font-weight: 550;
    font-size: 14px;
    border-bottom: 1px solid #212728;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    vertical-align: sub;
    background: #EAE9EC;
    clear: both;
  }
  
  .ovplist2{
    font-weight: 550;
    font-size: 0.85rem;
    text-decoration: none;
    padding: 11px 0px 11px 16px;
    display: block;
    height: 100%;
    box-sizing: border-box;
    background-color: #EAE9EC;
    clear: both;
    border-bottom: 1px solid #212728;
  }
  
  /**24 Hour Crisis Hotline  Hover****/
  
  .CH{
      font-weight: 550;
    font-size: 14px;
      text-decoration: none;
      padding: 11px 0px 11px 16px;
      display: block;
      height: 100%;
      box-sizing: border-box;
      background-color: #f56342;
      clear: both;
       border-bottom: 1px solid rgba(51,108,150,0.80);
      
  }

  .CH a {
      
      color: #fff;
  }

  li.CH:hover {
        color:#fff;
        text-decoration: underline;
        background-color:#0D383B;
        transition: 300ms all;
  
  }
  
  /**end 24 Hour Crisis Hotline  Hover****/
  
  ul.ovpmenu .ovplist:after {
    content: "\f107";
    font-family: FontAwesome;
      font-weight:800;
    position: absolute;
    right: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #0D383B;
  }
  
  /** drop down pre-hover *****/
  ul.ovpmenu .ovplist:hover:after {
    content: "\f107";
    font-family: FontAwesome;
      font-weight:800;
    position: absolute;
    right: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #0D383B;
  }
  
  ul.ovpmenu .ovplist a {
    text-decoration: none;
    color: #0D383B;
    padding: 17px 0px 17px 16px;
    display: block;
    height: 100%;
    box-sizing: border-box;
  }
  
  ul.ovpmenu .ovplist2 a {
    text-decoration: none;
    color:#343a40; /** blue for WGAC contrast***/ 
    display: block;
    height: 100%;
    box-sizing: border-box;
  }
 
  ul.ovpmenu .ovplist a:hover {
          text-decoration: underline;
    background-color:rgba(128,121,121,0.40);
    transition: 300ms all;
    color: #0D383B;
  
  }
  
  li.ovplist2:hover {
          text-decoration: underline;
    background-color:rgba(128,121,121,0.40);
    transition: 300ms all;
    color:#0D383B;
  
  }  
  
  li.ovplist2 a:hover {
    color:#0D383B;
  
  }  
  
  ul.ovpmenu .ovplist a:after {
        color:  #fff;
   text-decoration: underline;
    background-color: #068484;
    transition: 300ms all;
  
  } 
  
  ul.ovpmenu .ovplist .ovpitems {
    height: 0px;
    overflow: hidden;
  }
  ul.ovpmenu .ovplist .ovpitems a {
    padding: 17px;
  }
  ul.ovpmenu .ovplist .ovpitems a:hover {
    background-color: #F6B040;
    color: #0D383B;
    transition: 300ms all;
        font-weight: bold;
  }
  
  ul.ovpmenu .ovplist:last-child {
    border-bottom: none;
  }
  
  /** collapse arrow ***/
  ul.ovpmenu .active:after {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 17px;
    padding: 0px 5px;
    color:#0D383B;
  }
  /** collapse arrow ***/
  ul.ovpmenu .active:hover:after {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #0D383B;
  }
 
  /**drop down list for left column***/
  ul.ovpmenu .active > .ovpitems {
    display: block;
    background-color: #068484;
    padding: 0px;
    height: auto;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms;
    clear: both;
    float: left;
    width: 100%;
  }
  
  
  ul.ovpmenu .active > .ovpitems a {
   color: #fff;
  }
  
  
  ul.ovpmenu .active > .ovpitems li {
    padding: 0px;
    border-bottom: 1px solid #fff;
    list-style: none;
  }
  
  /*dropdown within drop down ***/
  ul.ovpmenu .active > .ovpitems li:last-child {
    background-color: #068484;
    border-color: transparent;
    padding-bottom: 0px;
  }
  /** sub Menu items i.e. CAP Announcement ***/
  
  .CAP{
    background-color: #F6B040;
    color: #0D383B;
    transition: 300ms all;
        font-weight: bold;
  }
  
  ul.ovpmenu .active .ovplist {
    background: #A7AA3B;
  
  }
  ul.ovpmenu .active .ovplist a {
    padding: 17px 0px 17px 16px;
  }
  .resource-items{
    color:white;
    text-transform: uppercase;
  }
/*END of Resources Section CSS*/

/*Accordion styling*/
#resources {
    background-color: unset !important;
}

[data-toggle=collapse] i:before {
    content: "-";
    font-size:34px;
    height:60px;
  }
  
  [data-toggle=collapse].collapsed i:before {
    content: "+";
    font-size:34px;
    height:60px;
  }
  
  /* Main accordions (desktop + mobile) */
.accordion-main .card-header {
  margin-bottom: 8px;
}

.accordion-main .accordion-title {
  position: relative;
  display: block;
  padding: 8px 0 8px 50px;
  background: #384479;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
}

.accordion-main .accordion-title i {
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background: radial-gradient(rgba(34, 61, 143, 0.8), #384479);
  text-align: center;
  border-right: 1px solid transparent;
}

.accordion-main .accordion-title:hover {
  padding-left: 60px;
  background: #384479;
  color: #fff;
}

.accordion-main .accordion-title:hover i {
  border-right: 1px solid #fff;
}

.accordion-main .accordion-body {
  padding: 20px 25px;
  background-color: #fbfeff;
  border-radius: 5px;
  border: 1px solid #b2c7dd;
}

.accordion-main .accordion-body ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.accordion-main .accordion-body li {
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}

.accordion-main .accordion-body li:before {
  content: "\2713";
  padding-right: 5px;
  font-family: "Flaticon";
  font-size: 16px;
  font-style: normal;
  color: #384479;
}

/* Mobile tweaks */
@media (max-width:768px){
  .accordion-main .accordion-title { font-size:1.2rem !important; }
  .accordion-main .accordion-body { padding: 0px 15px !important; }
}
  
  .adjust-accordion-width{
    width:98%;
    margin: 0 auto;
  }

  /* Training accordions (works with any id like accordion2-cpr, accordion2-bleed, etc.) */
.accordion2 .card-header {
  margin-bottom: 8px;
}
.accordion2 .accordion-title {
  position: relative;
  display: block;
  padding: 8px 0 8px 50px;
  background: #322c24;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
}
.accordion2 .accordion-title i {
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background-color: #322c24;
  text-align: center;
  border-right: 1px solid transparent;
}
.accordion2 .accordion-title:hover {
  padding-left: 60px;
  background: #322c24;
  color: #fff;
}
.accordion2 .accordion-title:hover i {
  border-right: 1px solid #fff;
}
.accordion2 .accordion-body {
  padding: 20px 25px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #6a6257;
}
.accordion2 .accordion-body ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.accordion2 .accordion-body li {
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}
.accordion2 .accordion-body li:before {
  content: "\2713";
  padding-right: 5px;
  font-family: "Flaticon";
  font-size: 16px;
  font-style: normal;
  color: #384479;
}

.adjust-accordion-width{
  width:98%;
  margin: 0 auto;
}

@media(max-width:768px){
  .accordion2 .accordion-title{ font-size:1.2rem !important; } 
  .accordion2 .accordion-body{ padding: 0px 15px !important; }
}

@media(max-width:768px){
  #accordion .accordion-title{ font-size:1.2rem !important; } 
  #accordion .accordion-body{ padding: 0px 15px !important; }
}

@media(max-width:820px){
  .adjust-accordion-width{
    width:100%;
    margin: 0 auto;
  }
  .flex-container > div {
    width:100%;
  }
}

#collapse-235 .card-body{
    padding: 0px;
}

.green-accordion{
  background: #6a6257 !important;
}
.add-padding{
  padding-left: 5px; 
  padding-top: 10px;
  padding-bottom: 10px;
}
.add-padding2{
  padding-left: 5px; 
  padding-top: 16px;
  padding-bottom: 10px;
}
.add-padding3{
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.paddingTop{
  padding-top: 13px;
}
.style11{ border: 2px solid #fff; }
.style6s{ border: 2px solid #fff; }
.uppercase{ text-transform: uppercase; }
.service_area{border-bottom:3px solid #fff;}
.name_contact-left{padding-left:5px;}


.Accordion {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .Accordion__tabs {
    list-style: none;
    cursor: pointer;
    transition: 0.4s ease all;
  }
  .Accordion__tab {
    width: 100%;
  }
  .Accordion__padding {
    padding-bottom: 15px;
  }
  .Accordion__tab__content {
    overflow: hidden;
    padding: 0px 15px;
    box-sizing: border-box;
    height: 100%;
    max-height: 0;
    transition: 0.4s ease all;
  } 

  ul.Accordion__tabs{
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
  }

  .Accordion__tabs .text-white {
    padding-left: 0px;
    transition: all 0.4s ease-in-out;
  }

  .Accordion__tabs .text-white:hover {
    padding-left: 10px;
    transition: all 0.4s ease-in-out;
  }

  .Accordion__tab__headline .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
  }
  .Accordion__tab__headline .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 18px;
    right: -2px;
    width: 28px;
    height: 4px;
    background: currentColor;
  }
  .Accordion__tab__headline .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 6px;
    right: 10px;
    width: 4px;
    height: 28px;
    background: currentColor;
    transition: 0.2s ease all;
  }
  .Accordion__tab--open .Accordion__tab__headline .icon::after {
    transform: scaleY(0);
  }
  .float-right{
    float: right;
    margin-right: 50px;
  }
/*End of Accordion styling*/

/*Show Elements on Scroll*/
.doing {
	transform: rotate(-35deg);
	display: block;
	position: absolute;
	top: 0;
	margin-top: 25px;
	text-align: center;
	background-color: #15748b;
	width: 300px;
	color: #fff;
	padding: 5px 0px;
  }

  .will-fadeIn2 {
	display: block;
	width: 100%;
	margin: 0px auto;
	height: auto;
	background-color: #322c24 !important;
	padding: 2px;
    border-radius: 5px;
  }
  
  .will-fadeIn {
	display: block;
	width: 100%;
	margin: 0px auto;
	height: auto;
	padding: 2px;
    border-radius: 5px;
  }
  .even-li{
    background-color: #6a6257 !important;
  }
  .odd-li{
    background-color: #322c24 !important;
  }
  .fadeInRight {
	-webkit-animation: fadeInRight .5s ease .4s both;
	-moz-animation: fadeInRight .5s ease .4s both;
	-ms-animation: fadeInRight .5s ease .4s both;
	-o-animation: fadeInRight .5s ease .4s both;
	animation: fadeInRight .5s ease .4s both;
  }
  @media (prefers-reduced-motion) {
	.fadeInRight .animated {
	  -webkit-animation: unset !important;
	  animation: unset !important;
	  -webkit-transition: none !important;
	  transition: none !important;
	}
  }
  
  .fadeInLeft {
	-webkit-animation: fadeInLeft .5s ease .4s both;
	-moz-animation: fadeInLeft .5s ease .4s both;
	-ms-animation: fadeInLeft .5s ease .4s both;
	-o-animation: fadeInLeft .5s ease .4s both;
	animation: fadeInLeft .5s ease .4s both;
  }
  @media (prefers-reduced-motion) {
	.fadeInLeft .animated {
	  -webkit-animation: unset !important;
	  animation: unset !important;
	  -webkit-transition: none !important;
	  transition: none !important;
	}
  }
  
  @-webkit-keyframes fadeInRight {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(100%, 0, 0);
	  -moz-transform: translate3d(100%, 0, 0);
	  -ms-transform: translate3d(100%, 0, 0);
	  -o-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  @-moz-keyframes fadeInRight {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(100%, 0, 0);
	  -moz-transform: translate3d(100%, 0, 0);
	  -ms-transform: translate3d(100%, 0, 0);
	  -o-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  @-ms-keyframes fadeInRight {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(100%, 0, 0);
	  -moz-transform: translate3d(100%, 0, 0);
	  -ms-transform: translate3d(100%, 0, 0);
	  -o-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  @-o-keyframes fadeInRight {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(100%, 0, 0);
	  -moz-transform: translate3d(100%, 0, 0);
	  -ms-transform: translate3d(100%, 0, 0);
	  -o-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  @keyframes fadeInRight {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(100%, 0, 0);
	  -moz-transform: translate3d(100%, 0, 0);
	  -ms-transform: translate3d(100%, 0, 0);
	  -o-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  @-webkit-keyframes fadeInLeft {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(-100%, 0, 0);
	  -moz-transform: translate3d(-100%, 0, 0);
	  -ms-transform: translate3d(-100%, 0, 0);
	  -o-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  @-moz-keyframes fadeInLeft {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(-100%, 0, 0);
	  -moz-transform: translate3d(-100%, 0, 0);
	  -ms-transform: translate3d(-100%, 0, 0);
	  -o-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  @-ms-keyframes fadeInLeft {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(-100%, 0, 0);
	  -moz-transform: translate3d(-100%, 0, 0);
	  -ms-transform: translate3d(-100%, 0, 0);
	  -o-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  @-o-keyframes fadeInLeft {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(-100%, 0, 0);
	  -moz-transform: translate3d(-100%, 0, 0);
	  -ms-transform: translate3d(-100%, 0, 0);
	  -o-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  @keyframes fadeInLeft {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(-100%, 0, 0);
	  -moz-transform: translate3d(-100%, 0, 0);
	  -ms-transform: translate3d(-100%, 0, 0);
	  -o-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
/*END OF Show Elements on Scroll*/

/*ICONs CSS*/
.icons {
    display: block;
    width: 12%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  
  .text {
    display: block;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
  }
  
  .helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .helper2{
    display: inline-block;
    height: 20%;
    vertical-align: middle;
  }
/*End of ICONs CSS*/

/*Media Queires*/
@media (max-width:900px){
  .helper2{
    display: inline-block;
    height: 15%;
    vertical-align: middle;
  }
}
@media (max-width:767px){
    .Accordion__tab__headline .icon::before {
        display: block;
        position: absolute;
        content: "";
        top: 18px;
        right: 1px;
        width: 23px;
        height: 4px;
        background: currentColor;
    }
    .Accordion__tab__headline .icon::after {
        display: block;
        position: absolute;
        content: "";
        top: 8px;
        right: 10px;
        width: 4px;
        height: 25px;
        background: currentColor;
        transition: 0.2s ease all;
    }
}
@media (max-width:720px){
    .padding25{
        padding: 10px 5px;
    }
    .ovplist2{
        padding: 11px 0px 11px 4px;
    }
    .text-white{
      font-size: 1.3rem;
    }
    .text {
      position: relative;
      padding-top: 5%;
    }
    .Accordion__tab__headline .icon::before {
      top: 9px;
      right: 1px;
      width: 23px;
      height: 4px;
    }
    .Accordion__tab__headline .icon::after {
      top: -2px;
      right: 10px;
      width: 4px;
      height: 25px;
    }
}
@media (max-width:659px){
    .float-right {
        margin-right: 25px;
    }
}

@media (max-width:575px){
  .desktop-view{ display: none; }
  .mobile-view{ display: block;}
  .padding25-content{
    padding:8px 10px;
  }
}

@media (max-width:480px){
    .padding25{
        padding: 7px 25px;
    }
    .ovplist2{
        padding: 11px 0px 11px 11px;
    }
    .text-white{
      font-size: 1.1rem;
    }
    .Accordion__tab__headline .icon {
      display: inline-block;
      width: 40px;
      height: 40px;
      position: relative;
    }
    .Accordion__tab__headline .icon::before {
      top: 9px;
      right: 4px;
      width: 17px;
      height: 4px;
    }
    .Accordion__tab__headline .icon::after {
      top: 3px;
      right: 10px;
      width: 4px;
      height: 16px;
    }
    .float-right {
      margin-right: 8px;
    }
    .helper2{
      display: none;
    }
}

@media (max-width:399px){
  .text-white{
    font-size: .9rem;
  }
  .text {
    position: relative;
    padding-top: 8%;
  }
  .Accordion__tab__headline .icon::before {
    top: 4px;
    right: 4px;
    width: 17px;
    height: 4px;
  }
  .Accordion__tab__headline .icon::after {
    top: -2px;
    right: 10px;
    width: 4px;
    height: 16px;
  }
}

:root {
  --black: #d19214 !important;
  --white: #ffffff;
  --primary: #322c24 !important;
}

.button-prime {
  position: relative;
  border: 0;
  transition: 0.5s;
  z-index: 1;
  min-width: 15rem;
  padding: 1rem 1rem;
  font-size: 1rem;
  line-height: 1;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--black);
  color: var(--white);
  border-radius: 5px;
}
.button-prime:before, .button-prime:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.button-prime.--glow:hover {
  background: var(--primary);
  box-shadow: 0 0 5px var(--primary), 0 0 25px var(--primary);
}
.button-prime.--pulse:hover {
  animation: pulse 1.5s infinite;
}
.button-prime.--door:hover {
  box-shadow: inset -7.5rem 0 0 0 var(--primary), inset 7.5rem 0 0 0 var(--primary);
}
.button-prime.--shutter:after {
  height: 0;
  width: 100%;
  left: 0;
  background: var(--primary);
  transition: 0.5s;
}
.button-prime.--shutter.--down:after {
  top: 0;
}
.button-prime.--shutter.--up:after {
  bottom: 0;
}
.button-prime.--shutter:hover:after {
  height: 100%;
}
.button-prime.--double:hover {
  box-shadow: 5px 5px 0 var(--primary);
}
.button-prime.--shine {
  overflow: hidden;
}
.button-prime.--shine:after {
  height: 100%;
  width: 0;
  left: -25%;
  top: 0;
  background: var(--primary);
  transform: skew(50deg);
  transform-origin: top left;
  transition: 0.5s;
}
.button-prime.--shine:hover:after {
  width: 125%;
}
.button-prime.--move:after {
  height: 100%;
  width: 0;
  top: 0;
  background: var(--primary);
  transition: 0.5s;
}
.button-prime.--move.--left:after {
  left: 0;
}
.button-prime.--move.--right:after {
  right: 0;
}
.button-prime.--move.--left-right:after {
  right: 0;
}
.button-prime.--move.--left-right:hover:after {
  right: auto;
  left: 0;
}
.button-prime.--move.--right-left:after {
  left: 0;
}
.button-prime.--move.--right-left:hover:after {
  left: auto;
  right: 0;
}
.button-prime.--move:hover:after {
  width: 100%;
}
.button-prime.--border {
  border: 2px solid transparent;
}
.button-prime.--border:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: transparent;
}
.button-prime.--draw-border:before, .button-prime.--draw-border:after {
  box-sizing: inherit;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.button-prime.--draw-border:before {
  top: 0;
  left: 0;
}
.button-prime.--draw-border:after {
  bottom: 0;
  right: 0;
}
.button-prime.--draw-border:hover {
  color: var(--primary);
  background: transparent;
  border-radius: 5px;
}
.button-prime.--draw-border:hover:before, .button-prime.--draw-border:hover:after {
  width: 100%;
  height: 100%;
}
.button-prime.--draw-border:hover:before {
  border-top-color: var(--primary);
  border-right-color: var(--primary);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.button-prime.--draw-border:hover:after {
  border-bottom-color: var(--primary);
  border-left-color: var(--primary);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.button-prime.--underline:after {
  box-sizing: inherit;
  width: 0;
  height: 100%;
  border-bottom: 4px solid var(--primary);
  bottom: 0;
  transition: 0.5s;
}
.button-prime.--underline.--left:after {
  left: 0;
}
.button-prime.--underline.--right:after {
  right: 0;
}
.button-prime.--underline:hover:after {
  width: 100%;
}
.button-prime.--underline.--center:after {
  right: 50%;
  left: 50%;
}
.button-prime.--underline.--center:hover:after {
  right: 0;
  left: 0;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 var(--black);
  }
  50% {
    box-shadow: 0 0 10px var(--black);
  }
  100% {
    box-shadow: 0 0 0 var(--black);
  }
}

/*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: #322c24 ;
  border-radius: 50%;
  align-items: left;
  top: -0.8rem;
}

.callout.success {
  background-color: #6a6257 ;
  border-left: 4px solid #322c24 ;
}

.callout b{
  color: #fff;
}

.callout ul{
  margin-top:10px; 
  margin-left:-20px;
}

.callout ul li{
  color: #fff;
}

.adjust-button-17{ padding: 50px 30px; text-align: left; }
/*End of Call out Box*/  

.closed-list {
  transform: scaleY(0);
  transform-origin: top;
}
