/* Body, HTML */
html, body {
    position: relative;
    color: black;
    font-size: 1em;
    height: 2500px;
  }

  body * {
    outline: none;
  }

  /* ----------- */

  i.material-icons {
    font-family: 'Material Icons' !important;
    background-color: #FFDC00;
    border-radius: 15px;
  }

  i.sidebarButton{
    font-family: 'EuclidWu-Regular' !important;
    font-style: normal;
    cursor: default;
    margin-left:-5px;
  }

  .container {
    max-width: 1200px;
  }

  .content-faq {
    padding-bottom: 325px;
  }

  /* FAQ Section Header */

  .section-title {
    text-align: center;
    margin-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    font-size:50px;
    color: #2d2d2d;
    font-family:'EuclidWu-Regular' !important;
  }

  .section-title h4 {
    padding-top: 15px !important;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
    color: #575757;
    font-family:'EuclidWu-Regular' !important;
  }

  /* ----------- */

  /* FAQ Sidebar */

  .col-sm-3 {
    margin-top: 10px;
  }

  #sidebar {
    padding: 0 !important;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    transform: translateX(15%);
  }

  .sidebarButton:hover{
    color: black;
  }

  .panel a:not(.topButton){
    color: #0088ff;
  }

  .sidebarButton {
    position: relative;
    display: block;
    vertical-align: middle;
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 40px;
    color: #949494;
    overflow: hidden;
    transition: color 0.2s;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    /* padding-left: 50px; */
  }
  .sidebarButton span{
    font-family: 'EuclidWU-Regular';
    font-size: 20px;
    display: inline-block;
    position: relative;
    padding-left: 4%;
    line-height: 1.2;
    padding-left: 30px;
    color: #BEBEBE;
  }

  .sidebarButton span::before{
    content: '';
      position: absolute;
      top: 0;
      left: -4%;
      width: calc(100% + 30px);
      height: 100%;
      background: #FFDD02;
      transform: translate3d(-100%,0,0);
      transition: transform 0.3s;
      transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    z-index: -1;
  }

  .sidebarButton:hover span::before{
    transform: translate3d(0,0,0);
  }


  .sidebarActive span::before{
    transform: translate3d(-94%,0,0);
  }

  .sidebarActive.sidebarButton span{
    color: #2d2d2d;
    font-size:20px;
    font-family: 'EuclidWU-Medium';

  }


  .sidebarActive.sidebar{
    color: #2d2d2d;
    font-size:20px;
    font-family: 'EuclidWU-Medium';

  }

  .sidebarButton:last-child{
    margin-bottom: 0px;
  }

  /*
  .accordion-question:hover::after {
    color: #FFDD02;
  }

  .accordion-question:hover {
    color: #FFDD02;
  }
  */


  /* ----------- */



  /* FAQ Content */

  .content {
    position: relative;
  }

  .accordion {
    background-color: transparent;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.2s ease-in-out;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: -5px;
  }

  .accordion-question {
    position: relative;
    line-height: 1.5em;
  }

  .accordion h3 {
    font-weight: 400;
    font-size: 24px;
    color:#2d2d2d;
  }

  .panel p{
    font-family: 'EuclidWU-Regular';
    color: #575757;
    font-weight: 300;
    letter-spacing: 0.18px;
    line-height: 25px;
    font-size: 20px;

  }

  .icon-float-right {
    position: absolute;
    top: 2px;
    right: -22px;
  }

  .panel {
    background-color: transparent !important;
    display: none;
    box-shadow: none !important;
  }

  .panel-title h4 {
    font-family: 'EuclidWU-Regular';
    color: #2d2d2d;
    font-size: 32px;
    margin-top: 0px !important;
    margin-bottom: 15px;

  }

  div .mainpanel:not(:first-child){
    margin-top: 75px;
  }

  .morequestions {
    position: relative;
    display: none;
    cursor: default;
  }

  .subpaneltext {
    cursor: pointer;
    color: #9013FE;
    margin-top: 20px !important;
    font-size:20px;
    font-family: 'EuclidWU-Regular';
  }

  /* ----------- */


  /* rmt-slashes */

  .coolslashes {
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .coolslashes::before {
    content: 'wu';
    background-image: url('/content/dam/wu/bh/responsive/icon_slashes.png');
    background-repeat: no-repeat;
    font-size: .7em;
    color: transparent;
    position: relative;
    top: -0.14em;
    margin-left: -1em;
  }


  /* ----------- */

  .togglequestions {
    display: block;
  }


  .bullet-list {
    list-style-type: disc;
  }

  .discList {
    list-style-type: disc;
    padding-left: 20px;
  }

  /* Back to Top Button */

  .topButton:hover, .topButton:focus, .topButton:active{
    color: white;
    background-color: black;
    text-decoration: none;
  }

  .topButton {
    border: 2px solid black;
    border-radius: 999px;
    height: 51px;
    color: black;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: .9em;
    margin: 0 auto;
    width: 250px;
    max-width: 100%;
    cursor: pointer;
    display: none;
    transition: all 250ms ease-in-out;
  }

  .topButton a{
    color: black;
  }

  /* ----------- */

  /* Post FAQ */

  .postfaqbtn {
    position: relative;
    background-color: #FFDD02;
  color: #202A33;
  border-radius: 999px;
  width: 257px;
  font-size: 20px;
  height: 51px;
  line-height: 51px;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  transition: all 250ms ease-in-out;
  }


  }

  .postfaqbtn:hover, .postfaqbtn:focus {
    background-color: #e9ca00;
    text-decoration: none;
    color: black;
  }

  .postfaqbtn > * {
    position: relative;
  }

  .postfaqbtn span {
    display: block;
    padding: 0;
  }

  .postfaqsection{
    display: relative;
    text-align: center;
    max-width: : 500px;
    margin-bottom: 175px;
  }

  .contacttile{
    display: inline-block;
    padding: 15px;
    padding-top: 30px;
  }

  .contacttile a{
    color: black;
  }

  .contacttile a:hover,:focus{
    text-decoration: none;
  }








  /* Mobile Media Query */


  @media (max-width: 768px) {
    #sidebar {
      display: none;
      position: fixed;
      background-color: white;
      z-index: 99;
      height: 100vh;
      width: 65vw;
      text-align: left;
      box-shadow: 6px 5px 2px -2px #f5f3f3;
      padding: 70px 25px;
      top: 20px;
      text-align: center;
      transform: translateX(-102%);
      transition: all 250ms ease-in-out;
    }

    .contacttile p{
      display: none;
    }

    .contacttile{
      display: block;
      padding-top: 25px;
    }

    i.mobileclosebtn{
      display: block;
    }

    .section-title {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 75px;
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 10px;
    }
    .section-title h4 {
      padding-top: 10px;
      padding-left: 20px;
      padding-right: 20px;
    }

    .col-sm-6 {
      position: static !important;
      padding-left: 10% !important;
      padding-right: 10% !important;
    }

    .left {
      text-align: center !important;
    }
    .topButton {
      display: block;
    }
    .panel p {
      padding-bottom: 15px;
    }

    h5 {
      text-align: center;
    }

    .content-faq{
      padding-bottom: 0;
    }

    i.sidebaricon{
      top: 35px;
      left: 20px;
      position: fixed;
      display: block;
    }

    .row.content-faq{
      padding-bottom: 12vh;
    }

    .sidebarButton{
      color: black;
      margin-bottom: 45px;
      font-size: 1.1em;
    }

    .sidebarButton::before{
      display: none;
    }

    .sidebartext{
      position: absolute;
      width: 65%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .accordion-question {
      line-height: 1.3em;
      font-size:24px;
      font-family: 'EuclidWU-Regular';
      color:#2d2d2d;
    }

    .accordion{
      padding-top: 0;
      padding-bottom: 0;
    }

    .postfaqsection{
      margin-bottom: 50px;
    }










  }

  /* End of Media Query */


  /* @font */

  @font-face {
      font-family: 'EuclidWU-Bold';
      src: url('../fonts/EuclidWU-Bold-WebS.eot'); /* IE9 Compat Modes */
      src: url('../fonts/EuclidWU-Bold-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/EuclidWU-Bold-WebS.svg') format('woff2'), /* Super Modern Browsers */
      url('../fonts/EuclidWU-Bold-WebS.woff') format('woff'), /* Pretty Modern Browsers */
      url('../fonts/EuclidWU-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
      url('../fonts/EuclidWU-Bold-WebS.svg#svgFontName') format('svg'); /* Legacy iOS */
  }

  @font-face {
      font-family: 'EuclidWU-Regular';
      src: url('../fonts/EuclidWU-Regular-WebS.eot'); /* IE9 Compat Modes */
      src: url('../fonts/EuclidWU-Regular-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/EuclidWU-Regular-WebXL.woff2') format('woff2'), /* Super Modern Browsers */
      url('../fonts/EuclidWU-Regular-WebXL.woff') format('woff'), /* Pretty Modern Browsers */
      url('../fonts/EuclidWU-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
      url('../fonts/EuclidWU-Regular-WebS.svg#svgFontName') format('svg'); /* Legacy iOS */
  }

  @font-face {
      font-family: 'EuclidWU-Light';
      src: url('../fonts/EuclidWU-Light-WebS.eot'); /* IE9 Compat Modes */
      src: url('../fonts/EuclidWU-Light-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/EuclidWU-Light-WebXL.woff2') format('woff2'), /* Super Modern Browsers */
      url('../fonts/EuclidWU-Light-WebXL.woff') format('woff'), /* Pretty Modern Browsers */
      url('../fonts/EuclidWU-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
      url('../fonts/EuclidWU-Light-WebS.svg#svgFontName') format('svg'); /* Legacy iOS */
  }


  @font-face {
      font-family: 'EuclidWU-Medium';
      src: url('../fonts/EuclidWU-Medium-WebS.eot'); /* IE9 Compat Modes */
      src: url('../fonts/EuclidWU-Medium-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/EuclidWU-Medium-WebXL.woff2') format('woff2'), /* Super Modern Browsers */
      url('../fonts/EuclidWU-Medium-WebXL.woff') format('woff'), /* Pretty Modern Browsers */
      url('../fonts/EuclidWU-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
      url('../fonts/EuclidWU-Medium-WebS.svg#svgFontName') format('svg'); /* Legacy iOS */
  }

  /* @font */