/*///////////////////////////////////////////////////////////*/
/*/////////////////// CDS SALIENT CSS //////////////////////*/
/* Below are styles for customized salient elements   */
/* Included are customized styles for Edison         */
/*///////////////////////////////////////////////////////////*/


/*******************************************************/
/* FAQ Toggle Panel Formatting
/*******************************************************/

  /*FAQ Toggle – Default Style Formatting*/
  .faq .toggle > .toggle-title a i {
    display: none; /* remove +/- icons*/
    padding: 16px 24px;
  }

div[data-style="minimal"] .toggle{
border-bottom: 1px solid rgba(0,0,0,0.08);
}

  /* remove circle around + icons*/
  div[data-style*="minimal"] .toggle > .toggle-title i {
  border:0px;
  border-radius:0px; 
}
/*reduce spacing around toggle list items*/
div[data-style="minimal"] .toggle > .toggle-title a{
  padding:30px 70px 10px 0px

}

  /*Set size of toggle heagings & titles*/
.toggle > .toggle-title a, 
.toggle > .toggle-title h3 {
  font-size: 24px !important;
  text-transform: none !important;
}

/*FAQ Toggle – Minimal Shadow Style Formatting*/
  .faq-minimal-shadow .toggles.accordion.toggles--minimal-shadow {
    padding: 0 10em; /*padding added to reduce width across screen*/
  }
  @media only screen and (max-width: 1000px) {
    .faq-minimal-shadow .toggles.accordion.toggles--minimal-shadow {
      padding: 0; /*padding added to reduce width across screen*/
    }
    .faq-minimal-shadow .toggles.accordion.toggles--minimal-shadow .toggle {
      padding: 0 30px; /* adjust padding on mobile view*/
    }
  }
  
/*******************************************************/
/* Fancy Box Styling
/*******************************************************/
  /*remove opacity layer over bacground for crisper color*/
  .nectar-fancy-box .box-bg::after {
    background-color: rgba(51,51,51,0);
  }
  /*sets default background color for fancy box – affects bottom bar color style most*/
  .nectar-fancy-box:hover .box-bg::after {
    background-color: transparent;
  }
  .nectar-fancy-box[data-style="color_box_basic"]:hover .box-bg::before {
    opacity: 0 !important;
  }
  .nectar-fancy-box[data-style="color_box_hover"] .inner p {
    opacity: 1;
  }
  /*override parent theme & set default color for content if not specified*/
  .nectar-fancy-box .inner{
      color:inherit !important;
  }
  
  /*sets default background color for fancy box – border box w/ icon*/
  .nectar-fancy-box[data-style="border_with_icon_box"] .box-bg::after,
  .nectar-fancy-box[data-style="border_with_icon_box"]:hover .box-bg::after{
    background-color: #fff;
  }
  
  /*Set style of Colored Border w/ Icon Box*/
  .nectar-fancy-box[data-style="border_with_icon_box"][data-border="true"] .box-inner-wrap {
    border: 1px solid rgba(0,0,0,0.1);
    transition: all 0.45s cubic-bezier(0.25,1,0.2,1);
  }
  
  /*Box Style – Border w/ Icon*/
  /*Override parent theme to remove extra padding*/
  .nectar-fancy-box[data-style="border_with_icon_box"]{
      padding:0;
  }
  
  .nectar-fancy-box[data-style="border_with_icon_box"] .box-inner-wrap {
    padding: 1.5em 3em;
    position: relative;
    overflow: hidden;
  }
  
  /*Add Border radius options to all box styles*/
  .nectar-fancy-box[data-style="border_with_icon_box"][data-border-radius="20px"] .box-inner-wrap,
  .nectar-fancy-box[data-border-radius="20px"] .image-wrap {
      border-radius: 20px !important;
  }
  .nectar-fancy-box[data-style="border_with_icon_box"][data-border-radius="15px"] .box-inner-wrap,
  .nectar-fancy-box[data-border-radius="15px"] .image-wrap{
      border-radius: 15px !important;
  }
  .nectar-fancy-box[data-style="border_with_icon_box"][data-border-radius="10px"] .box-inner-wrap,
  .nectar-fancy-box[data-border-radius="10px"] .image-wrap{
      border-radius: 10px !important;
  }
  
  .nectar-fancy-box[data-style="border_with_icon_box"][data-border-radius="5px"] .box-inner-wrap,
  .nectar-fancy-box[data-border-radius="5px"] .image-wrap {
      border-radius: 5px !important;
  }
  
  /*removes underline on Box Style – Image above text when hover on text*/
  .nectar-underline h1, .nectar-underline h2, .nectar-underline h3, .nectar-underline h4, .nectar-underline h5,
  .nectar-underline:hover h1, .nectar-underline:hover h2, .nectar-underline:hover h3, .nectar-underline:hover h4, .nectar-underline:hover h5 {
    background-image: none !important;
  }
  
  /*Box Style – Image Above Text – override parent theme, background color*/
  .nectar-fancy-box[data-style*="text_underline"].content-format h1,
  .nectar-fancy-box[data-style*="text_underline"].content-format h2,
  .nectar-fancy-box[data-style*="text_underline"].content-format h3,
  .nectar-fancy-box[data-style*="text_underline"].content-format h4,
  .nectar-fancy-box[data-style*="text_underline"].content-format h5,
  .nectar-fancy-box[data-style*="text_underline"].content-format h6{
    background-image: none !important;
  }
  
  .nectar-fancy-box .content-format .box-link, 
  .nectar-fancy-box .box-link {
    position: relative;
  }
  
  /*Image on Hover Box Style*/
  /*remove animation*/
  .nectar-fancy-box[data-style="border_with_icon_box"]:after,
  .nectar-fancy-box[data-style="border_with_icon_box"]:hover::after
  {
  -webkit-transform: scaleX(0) translateZ(0) !important;
  transform: scaleX(0) translateZ(0) !important; 
      
  }
  
  /*Box Style – Image Above Text Box Style*/
  /*Format content width within fancy box*/
  .nectar-fancy-box[data-style="image_above_text_underline"] .text.content-format {
    padding: 30px 0 0 0 !important;
  }
  
  .nectar-fancy-box[data-style="hover_desc"] .hover-content {
      max-width: 100% !important;
  }
  
  /*Box Style – Image Above Text Box Style*/
  /*remove underline from all content and p element when on hover*/
  .nectar-fancy-box .text.content-format a,
  .nectar-fancy-box .text.content-format p a,
  .nectar-fancy-box .text.content-format p a:hover,
  .nectar-fancy-box.image-above-text-underline .text.content-format p a:hover,
  .nectar-fancy-box.color-box-basic .text.content-format > a:hover{
    text-decoration: none;
  }
  
  /*Box Style – Border w/ Icon – add spacing after title*/
  .nectar-fancy-box .text.content-format h1,
  .nectar-fancy-box .text.content-format h2,
  .nectar-fancy-box .text.content-format h3,
  .nectar-fancy-box .text.content-format h4,
  .nectar-fancy-box .text.content-format h5{
    margin-bottom: 0.6em;
  }
  
  /*display underline on heading when hovered*/
  .nectar-fancy-box .text.content-format a:hover {
    text-decoration: underline;
  }
  
  /*Format icon in fancy-box to fix replaced inline svg*/
  .fancy-box-icon-block{
      float:left;
      margin: 1em auto;
      width: 100%;
  }
  
  .fancy-box-icon-block.image_above{
      float:left;
  margin: 2em auto 0em;   
  width: 100%;
  }
  
  .fancy-box-custom-icon.replaced-svg {
    max-height: 60px;
      width:auto;
  }
  
  .fancy-box-icon-block:after{
      clear:both;
  }
  
  /*formats icon in description on hover style*/
  .icon-block{
      float:left;
      margin-bottom:1.5em;
      text-align:center;
      width: 100%;
  }
  
  .icon-block:after,
  .fancy-box-icon-block:after{
      clear:both;
  }
  
  .icon-block img{
      width: 25% !important;
  }
  
  /*******************************************************/
  /* Custom Tabs Styling
  /*******************************************************/
  
  .custom-tabs .tabbed > ul li a::before {
    content: "+";
    top: 4px;
    left: 9px;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    position: absolute;
  }
  .custom-tabs .tabbed li:not(.cta-button) .active-tab::before {
    color: inherit;
  }
  .custom-tabs.wpb_content_element ul.wpb_tabs_nav {
    display: inline-flex;
  }
  .custom-tabs.wpb_content_element .wpb_tabs_nav li {
    background-color: #FFF;
    padding: 0;
    background-image: none;
    min-width: 175px;
    font-size: 17px;
    List-style: none;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-left: 7px;
    margin-right: 7px;
  }

  .tabbed > ul li a > span {
  font-weight: 400 !important;
}
  
  /*******************************************************/
  /* Custom Textbox with Icon Element Styling
  /*******************************************************/
  /*fixes inline icon so icon displays*/
  .iwithtext .iwt-icon svg {
    width: 35px;
    height: auto;
    padding: 0;
  }

  @media only screen and (min-width : 1px) and (max-width : 999px) {
  .iwithtext{ 
  display:flex; 
  flex-direction:column;
  }
  
  .iwithtext .iwt-icon{
      position:relative;
  }
  
  .iwithtext .iwt-text{
      padding-left:0px;
  }
  }
  /*******************************************************/
  /* Custom Icon Element Styling
  /*******************************************************/
  
  /*Auto Style Icon Colors based on Global Scheme*/
  /*Global*/
  .custom-icon.accent-color.replaced-svg{
      color:#d20b0b;
  }
  
  .custom-icon.extra-color-1.replaced-svg{
      color:#0c0c0c;
  }
  
  .custom-icon.extra-color-2.replaced-svg{
      color:#296eb4;
  }
  
  .custom-icon.extra-color-3.replaced-svg{
      color:#fff;
  }
 
  /*******************************************************/
  /*Team Members Styles Formatting
  /*******************************************************/

  .team-member p.description, .member-name {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: none !important;
    border-top: none !important;
  }
  
.team-meta h5 {
  font-size: 0.9em !important;
  font-weight: 400 !important;
  opacity: 0.8;
  margin-bottom: 0.75em !important;
  font-family: Raleway, sans-serif !important;
  line-height: 1.25 !important;
}

.member-credentials {
  font-size: 0.85em;
  font-family: Libre Baskerville, serif;
  line-height: 1.5;
  padding-top: 5px;
}

h3.member-name, h4.member-name {
  font-size: 1.65em !important
}
  