/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

h2 a
{
  color: var(--brand-blue);
}


.sr-module-blog-faq
{


}


.sr-module-blog-faq input:not(:checked) + article .post-content
{
  display: none;
}


.sr-module-blog-faq input:checked + article
{
  background: #FAFAFA;
}


.sr-module-blog-faq label
{
  cursor:          pointer;
  pointer-events:  auto !important;
  position:        absolute;
  left:            0;
  right:           0;
  top:             0;
  bottom:          0;
  display:         flex;
  justify-content: flex-end;
}


.sr-module-blog-faq article
{
  margin-bottom:  0;
  margin-top:     0;
  padding-top:    .5rem;
  padding-bottom: .5rem;
}


.sr-module-blog-faq article ~ article
{
  border-top: 1px solid #DDD;
}


.sr-module-blog-faq article p
{
  color:       #3A3A3A;
  font-weight: 400;
}


.sr-module-blog-faq label
{
  display:         flex;
  justify-content: flex-start;
}


.sr-module-blog-faq .sr-svg-ico
{
  display:          inline-block;
  background-color: #006CA6;
  width:            40px;
  height:           40px;
  padding:          10px 14px;
  font-family:      FontAwesome;
  content:          "\f054";
  margin-top:       .5rem;
  margin-bottom:    .5rem;
  left:             0;
}


.sr-module-blog-faq a,
.sr-module-blog-faq a:hover,
.sr-module-blog-faq a:visited
{
  color: inherit;
}


.sr-module-blog-faq .entry-title
{
  display:     flex;
  align-items: center;
  padding:     0;
  position:    relative;
  min-height:  calc(40px + 1rem);
}


.sr-module-blog-faq .entry-title,
.sr-module-blog-faq .post-content
{
  padding-left:  calc(40px + 1rem);
  padding-right: 1rem;
}


.sr-module-blog-faq .post-content
{
  margin-top: 1rem;
}


.sr-module-blog-faq .sr-svg-ico
{
  display:          block;
  flex:             0 0 auto;
  transition:       transform .5s cubic-bezier(.1, .6, .4, 1);
  transform-origin: center center;
  position:         relative;
  display:          inline-flex;
  justify-content:  center;
  align-items:      center;
  color:            #FFF;
}


.sr-module-blog-faq .sr-svg-ico svg
{
  stroke:       currentColor;
  stroke-width: .28rem;
  width:        32px;
  height:       32px;
  flex:         0 0 auto;
}


.sr-module-blog-faq .sr-svg-ico svg line:last-child
{
  transition:       transform .25s cubic-bezier(.1, .6, .4, 1), opacity .25s cubic-bezier(.1, .6, .4, 1);
  transform-origin: center center;
}


.sr-module-blog-faq input:checked + article .sr-svg-ico svg
{
  transform: rotate(90deg);
}


.sr-module-blog-faq input:checked + article .sr-svg-ico svg line:last-child
{
  transform: rotate(90deg);
  opacity:   0;
}


.et_pb_post .post-content a.sr-glossary-link,
a.sr-glossary-link,
span.sr-glossary-link-highlight.sr-glossary-link,
.et_pb_post .post-content span.sr-glossary-link.sr-glossary-link-highlight
{
  color:                   inherit !important;
  outline-offset:          0;
  /*text-decoration:         underline dotted #006CA6 !important;
  -webkit-text-decoration: underline dotted #006CA6 !important;*/
}


h1 a.sr-glossary-link,
h2 a.sr-glossary-link,
h3 a.sr-glossary-link,
h1 span.sr-glossary-link.sr-glossary-link-highlight,
h2 span.sr-glossary-link.sr-glossary-link-highlight,
h3 span.sr-glossary-link.sr-glossary-link-highlight,
.et_pb_post .post-content h1 .sr-glossary-link,
.et_pb_post .post-content h2 .sr-glossary-link,
.et_pb_post .post-content h3 .sr-glossary-link,
.et_pb_post .post-content h1 span.sr-glossary-link.sr-glosary-link-highlight,
.et_pb_post .post-content h2 span.sr-glossary-link.sr-glosary-link-highlight,
.et_pb_post .post-content h3 span.sr-glossary-link.sr-glosary-link-highlight
{
  text-decoration: none !important;
}


strong a.sr-glossary-link
.et_pb_post .post-content strong a.sr-glossary-link
{
  color: inherit !important;
}


.et_pb_post .post-content a.sr-glossary-link:hover,
a.sr-glossary-link:hover,
.et_pb_post .post-content span.sr-glossary-link.sr-glossary-link-highlight:hover,
span.sr-glossary-link.sr-glossary-link-highlight:hover
{
  cursor: pointer !important;
  color:  #006CA6 !important;
}


.sr-popup
{
  min-width:       380px;
  min-height:      210px;
  max-width:       380px;
  max-height:      210px;
  background:      #FFF;
  position:        absolute;
  z-index:         1000000;
  box-shadow:      0 30px 90px -20px rgba(0, 0, 0, 0.3);
  padding:         0;
  font-size:       14px;
  line-height:     20px;
  min-width:       300px;
  border-radius:   2px;
  width:           320px;
  margin:          0;
  display:         flex;
  flex-direction:  column;
  justify-content: flex-start;
  border-color:    rgba(0, 0, 0, .15);
  border-style:    solid;
  border-width:    1px;
}


.sr-popup > div
{
  overflow:      hidden;
  margin:        1rem;
  margin-top:    .5em;
  flex:          1 1 auto;
  cursor:        pointer;
  text-overflow: ellipsis;
  position:      relative;
}


.sr-popup > div:after
{
  
  content:        "";
  position:       absolute;
  bottom:         0;
  left:           0;
  width:          100%;
  height:         2rem;
  background:     linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  pointer-events: none;
}


.sr-popup p,
.sr-popup > div
{
  font-weight: 300;
  font-size:   1rem;
  line-height: 1.4;
}


@keyframes sr-fade-in-up
{
  
  from
  {
    opacity:   0;
    transform: translate3d(0, 38%, 0);
  }
  
  to
  {
    opacity:   1;
    transform: translate3d(0, 0, 0);
  }
}


.sr-animated
{
  animation-duration:        var(--sr-animate-duration, 1s);
  animation-fill-mode:       both;
  animation-timing-function: ease-in-out;
  animation-fill-mode:       forwards;
  animation-delay:           150ms;
}


.sr-fade-in-up
{
  animation-name: sr-fade-in-up;
  opacity:        0;
}


.sr-animated-fastest
{
  animation-duration: calc(var(--sr-animate-duration, 1s) / 3);
}


.sr-animated-faster
{
  animation-duration: calc(var(--sr-animate-duration, 1s) / 2);
}


.sr-animated-fast
{
  animation-duration: calc(var(--sr-animate-duration, 1s) * 0.8);
}


.sr-animated-slow
{
  animation-duration: calc(var(--sr-animate-duration, 1s) * 2);
}


.sr-animated-slower
{
  animation-duration: calc(var(--sr-animate-duration, 1s) * 3);
}


@media print, (prefers-reduced-motion: reduce)
{
  .sr-animated
  {
    animation-duration:        1ms !important;
    transition-duration:       1ms !important;
    animation-iteration-count: 1 !important;
  }
  
  .sr-animated[class*='Out']
  {
    opacity: 0;
  }
}


.sr-section.sr-section-glossary-page
{
  min-height:  100vh;
  padding-top: 60px !important;
}


.sr-section.sr-section-glossary-page .sr-row
{
  max-width: 80%;
}


.sr-section.sr-section-glossary-page .sr-row p
{
  font-weight: 400;
}


.sr-section.sr-section-glossary-page .et_pb_section
{
  padding-left:  0;
  padding-right: 0;
}


.sr-popup:before
{
  content:       attr(data-title);
  flex:          0 0 auto;
  padding-left:  1rem;
  padding-right: 1rem;
  padding-top:   1rem;
}


.sr-popup:after
{
  content:      '';
  width:        1rem;
  height:       1rem;
  background:   inherit;
  position:     absolute;
  transform:    translateX(var(--sr-translate-x, 0)) translateY(var(--sr-translate-y, 0)) rotate(45deg);
  border-style: inherit !important;
  border-color: inherit !important;
  box-shadow:   none !important;
}


.sr-popup-top-left:after
{
  left:             -1px;
  top:              1rem;
  --sr-translate-x: -50%;
  border-width:     0 0 1px 1px;
}


.sr-popup-bottom-left:after
{
  bottom:           1rem;
  left:             -1px;
  --sr-translate-x: -50%;
  border-width:     0 0 1px 1px;
}


.sr-popup-top-right:after
{
  top:              1rem;
  right:            -1px;
  --sr-translate-x: 50%;
  border-width:     1px 1px 0 0;
}


.sr-popup-bottom-right:after
{
  bottom:           1rem;
  right:            -1px;
  --sr-translate-x: 50%;
  border-width:     1px 1px 0 0;
}


.sr-popup-up-left:after
{
  top:              -1px;
  left:             1rem;
  border-width:     1px 0 0 1px;
  --sr-translate-y: -50%;
}


.sr-popup-up-right:after
{
  top:              -1px;
  right:            1rem;
  border-width:     1px 0 0 1px;
  --sr-translate-y: -50%;
}


.sr-loading-ring
{
  display:  inline-block;
  position: relative;
  width:    40px;
  height:   40px;
}


.sr-loading-ring div
{
  box-sizing:    border-box;
  display:       block;
  position:      absolute;
  width:         24px;
  height:        24px;
   margin:       3px;
  border:        3px solid var(--brand-blue);
  border-radius: 50%;
  animation:     sr-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color:  var(--brand-blue) transparent transparent transparent;
}


.sr-loading-ring div:nth-child(1)
{
  animation-delay: -0.45s;
}


.sr-loading-ring div:nth-child(2)
{
  animation-delay: -0.3s;
}


.sr-loading-ring div:nth-child(3)
{
  animation-delay: -0.15s;
}


@keyframes sr-ring
{
  0%
  {
    transform: rotate(0deg);
  }
  100%
  {
    transform: rotate(360deg);
  }
}

.sr-section .sr-row .sr-module h1
{
  line-height: 134%;
  font-family: 'Expletus Sans',display;
  font-weight: 500;
  font-style: italic;
  font-size: 48px;
  line-height: 134%;
  color: var(--sr-color-ink, #000) !important;
}

.sr-section .sr-row .sr-module h1 ~ h2
{
  font-family: 'Ubuntu',Helvetica,Arial,Lucida,sans-serif;
  font-style: normal;
  font-size: 24px;
}

.sr-section .sr-row .sr-module-text-center
{
  margin: 0 auto;
  text-align:center !important;
}