/*

File: scss
*/
/*============================================================== 
 You can write your style here and overwrite our style
 ============================================================== */



  
/*******************
MIDWEST PSYCHIATRISTS - CUSTOM COLORS
*******************/
.color-mpwhite{
    color:#FFFFFF;
}

.color-mplightgold {
    color: #ffd366;
}

.color-mporangedark {
  color: #FF5700;
}

.color-mporangelight {
  color: #E08C5B;
}

.color-mpbluedark {
  color: #4C708F;
}

.color-mpbluedark2 {
  color: #27445E;
}

.color-mpbluelight {
  color: #5982A0;
}

.color-mptealdark {
  color: #00877B;
}

.color-mpbeige1 {
  color: #E6E2DD;
}

.color-mpbeige2 {
  color: #E0D5C8;
}

.color-mpbeige3 {
  color: #3CBAE;
}

.color-mpgray1 {
  color: #E4E1DD;
}

.color-mpgray2 {
  color: #E5E2DF;
}




  
  /*******************
MIDWEST PSYCHIATRISTS - CUSTOM GRADIENTS
*******************/


.horizontal-gradient-blue1 {
  background-image: linear-gradient(to right, #5C86A4, #27445E);
}



  
  .bg-mpbeige1-gradiant {
  background: #E6E2DD;
  background: -webkit-linear-gradient(legacy-direction(to right), #E6E2DD 0%, #E0D5C8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#E6E2DD), to(#E0D5C8));
  background: -webkit-linear-gradient(left, #E6E2DD 0%, #E0D5C8 100%);
  background: -o-linear-gradient(left, #E6E2DD 0%, #E0D5C8 100%);
  background: linear-gradient(to right, #E6E2DD 0%, #E0D5C8 100%); }
  
  .bg-mpbeige2-gradiant {
  background: #E3CBAE;
  background: -webkit-linear-gradient(legacy-direction(to right), #E6E2DD 0%, #E3CBAE 100%);
  background: -webkit-gradient(linear, left top, right top, from(#E6E2DD), to(#E3CBAE));
  background: -webkit-linear-gradient(left, #E6E2DD 0%, #E3CBAE 100%);
  background: -o-linear-gradient(left, #E6E2DD 0%, #E3CBAE 100%);
  background: linear-gradient(to right, #E6E2DD 0%, #E3CBAE 100%); }
  
  .bg-mpbeige3-gradiant {
  background: #E3CBAE;
  background: -webkit-linear-gradient(legacy-direction(to right), #E0D5C8 0%, #E3CBAE 100%);
  background: -webkit-gradient(linear, left top, right top, from(#E0D5C8), to(#E3CBAE));
  background: -webkit-linear-gradient(left, #E0D5C8 0%, #E3CBAE 100%);
  background: -o-linear-gradient(left, #E0D5C8 0%, #E3CBAE 100%);
  background: linear-gradient(to right, #E0D5C8 0%, #E3CBAE 100%); }
  
  .bg-mpblue1-gradiant {
  background: #5C86A4;
  background: -webkit-linear-gradient(legacy-direction(to right), #5C86A4 0%, #27445E 100%);
  background: -webkit-gradient(linear, left top, right top, from(#5C86A4), to(#27445E));
  background: -webkit-linear-gradient(left, #5C86A4 0%, #27445E 100%);
  background: -o-linear-gradient(left, #5C86A4 0%, #27445E 100%);
  background: linear-gradient(to right, #5C86A4 0%, #27445E 100%); }
  
  .bg-mporange1-gradiant {
  background: #B76D4E;
  background: -webkit-linear-gradient(legacy-direction(to right), #B76D4E 0%, #E5A373 100%);
  background: -webkit-gradient(linear, left top, right top, from(#B76D4E), to(#E5A373));
  background: -webkit-linear-gradient(left, #B76D4E 0%, #E5A373 100%);
  background: -o-linear-gradient(left, #B76D4E 0%, #E5A373 100%);
  background: linear-gradient(to right, #EB76D4E 0%, #E5A373 100%); }
  
  .bg-mpgray1-gradiant {
  background: #E5E2DF;
  background: -webkit-linear-gradient(legacy-direction(to right), #E5E2DF 0%, #E4E1DD 100%);
  background: -webkit-gradient(linear, left top, right top, from(#E5E2DF), to(#E4E1DD));
  background: -webkit-linear-gradient(left, #E5E2DF 0%, #E4E1DD 100%);
  background: -o-linear-gradient(left, #E5E2DF 0%, #E4E1DD 100%);
  background: linear-gradient(to right, #E5E2DF 0%, #E4E1DD 100%); }
  
  
  .bg-mpbeige{background: #E3CBAE;}
  .bg-mpdarkblue{ background: #27445E;}
  .bg-mporange {    background: #C38866;}
  /*******************
MIDWEST PSYCHIATRISTS - CUSTOM GRADIENTS
*******************/  
/*shapes*/
.custom-shape-divider-top-1681131485 .shape-fill-o {
    fill: #C38866;
}

  

/*******************
MIDWEST PSYCHIATRISTS - CUSTOM COLOR/GRADIENT BUTTONS
*******************/

  .btn-mpwhite1 {
  background: #ffffff;
  color: #000000; }
  
  .btn-mporange1 {
  background: #E08C5B; }
  
  .btn-mpteal1 {
  background: #00877B; }
  
  .btn-mpsoftblue1 {
  background: #5982A0; }
  
  
  
  .card-rounded {
  border-radius: 10px; }
  
    .rounded {
  border-radius: 10px; }
  
  /******************* 
Owl carousel
*******************/
.owl-carousel {
  display: block;
  width: 100%; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden; }
  .owl-carousel .owl-stage {
    position: relative; }
  .owl-carousel .owl-item {
    float: left; }
  .owl-carousel .owl-nav.disabled {
    display: none; }
  
/****Accordion Styling****/
  .accordion {
  background: none !important;   
  cursor: pointer;
  padding: 0;
  width: 100%;
  text-align: left;
  border: none;
  transition: 0.4s;
}
.accordion h3{
     color: #5982A0;
  font-family: "Abhaya Libre", "Garamond", "Times New Roman", serif;
display: flex;
    justify-content: space-between;
}
.accordion h3 .indicator::before {
    content: '+';
    font-size: 40px;
}

.accordion.active h3 .indicator::before {
    content: '−';
}

.active, .accordion:hover, .accordion:focus {
    border: none !important;
    outline: none;
}
.accordion hr{height: 1px; background: #707070; opacity: 0.5;     margin-top: 0.5rem;}

.panel {
     
  padding-top: 0.5rem 0;
  background: none !important;
  display: none;
  overflow: hidden;
}
  