.page-faq {
    padding-right: 0 !important;
}

.search {
    background: #E27039 url(/WGA-Main/images/question-circle-regular.png) no-repeat;
    background-position: right -80px center;
    background-size: 320px 320px;
    color: #fff;
    margin: 1em 0 0;
    padding: 2em 4em 4em;
}
.search h3 {
    margin-top:0;
    margin-bottom: 1em;
}
.search .input-wrapper {
    position: relative;
}
.search .input-wrapper i {
    color:#ccc;
    font-size: 20px;
    left:12px;
    position: absolute;
    top:6px;
}
.search .input-wrapper input[type=text] {
    border: none;
    padding-left: 50px;
    width:80%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius:0;
}

.faq-cat h3 {
    color:#4F5D72;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1.2em;
}
.faq-cat ul {
     columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.faq-cat li {
    border-bottom: 1px solid #ccc;
    break-inside: avoid-column;
    margin-bottom: 0 !important;
    position: relative;
}
.faq-cat li a {
    display: block;
    font-size: 14px;
    padding: 7px 0;
}
.faq-cat li:before {
    color: #ccc !important;
    right:20px;
    top: 7px;
}
.search-wrap {
    border: 1px solid #E5E5E5;
    font-weight: bold;
    font-size: 18px;
    padding: 2em;
}

input#page-search {
    display: inline-block;
}
input.faq-go {
    border: none;
    background-color: #F3A554;
    color:#fff;
    padding: 6px 20px 7px;
}

#page-search-results p {
    color: #4F5D72;
    margin-top: 0 !important;
    margin-bottom: 1.3em !important;
}

#page-search-results li {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 15px;
    position: relative;
}
#page-search-results li:last-child {
    /*margin-bottom: 2em;*/
    margin-bottom: 0;
    border-bottom: 0;
}
#page-search-results ul:not(.arrowed-list) li:before {
    /*color: #ccc;
    right:20px;*/
    display: none;
}
#page-search-results li a {
    display: block;
}

#page-search-results .reset-search-link {
    cursor: pointer;
    border:solid 1px #337AB7;
    background-color: #337AB7;
    color: #fff;
    padding: 5px 17px;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 30px;
}
#page-search-results .back-contact-link {
    cursor: pointer;
    border:solid 1px #337AB7;
    color: #337AB7;
    padding: 5px 17px;
    display: inline-block;
    margin-left:10px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 30px;
}

#page-search-results .result-question {
    font-weight: 600;
    color: #4F5D72;
}

#page-search-results .result-answer a {
    display: inline-block;
}

#faq-container {
    -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.faq-menu {
    max-width: 248px;
}
.faq-menu .faq-toggle-questions {
    margin-bottom: 2em;
}
.faq-menu h3 {
    border-bottom: 1px solid #666;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.faq-menu ul {
    list-style-type: none;
    margin:0;
    padding: 0;
}
.faq-menu ul li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.faq-menu ul li a {
    display: block;
    font-weight: bold;
    padding: 5px 0;
}

.answer ul {
    display: block;
    list-style-type: disc !important;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.answer ul li { 
    margin-left:20px;
}

.answer ul ul { 
    list-style-type: circle !important;
}




.faq-section {
    background: #fff;
    border: 1px solid #E5E5E5;
    margin-bottom: 2em;
    padding: 2em;
    position: relative;
}
.faq-section > span:first-of-type {
    right:31px;
    position: absolute;
    top:26px;
}
.faq-section > span .scrollup {
    color:#999;
    font-weight: normal !important;
}
.faq-section h3 {
    border-bottom: 1px solid #ccc;
    color:#4F5D72;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 12px;
}

.faq-section > ul {
    margin: 0;
}
.faq-section > ul li {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.faq-section > ul li:before {
    display: none !important;
}

.faqs ul
{
    list-style-type: none !important;
    margin:0 !important;
    padding: 0 !important;
}
    .faqs ul .question
    {
        border-bottom: 1px solid #ccc;
        color:#3385AC;
        cursor: pointer;
        padding: 11px 12px 12px 50px;
        position: relative;
        background: #fff;
        transition: background .2s;
        width: 100%;
        font-size: 14px;
        font-weight:bold;
    }
    .faqs ul .question > div {
        max-width: 95%;
    }
    .faqs ul .question:hover
    {
        background-color: #eee;
        text-decoration: none !important;
    }
    
    .faqs ul .question:before
    {
        content: '+';
        position: absolute;
        top: 50%;
        left: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #CCC;
        font-weight: 500;
        font-size: 28px;
        line-height: 1;
        font-family: 'BrandonGrotesque',sans-serif;
    }
    
    .faqs ul .question.open:before
    {
        content: '-';
        top:46%;
    }
    
    .faqs ul .question.no-content
    {
        cursor:default;
    }
    
    .faqs ul .question.no-content:hover
    {
        background:none;
    }
    
    .faqs .group-header
    {
        border-top:0 !important;
        list-style:none;
        padding-top: 15px !important;
        border-top: 1px solid #ccc;
    }
        .faqs .group-header .question
        {
            font-size:1.2em;
            text-align:center;
        }
        
        
        
        .faqs ul li.group-header .question.no-content
        {
            border-width :0;
            border-bottom-width : 1px;
        }
        
        .faqs ul .question.no-content:before,
        .faqs ul .question.no-content:after
        {
            content:'';
        }
        
        .faqs ul li > div
        {
            padding-left:50px;
        }
        
        .faqs ul li .question.no-content + .answer
        {
            padding: 0;
        }
        
        .faqs .anchor-list .group-header
        {
            border-top: 1px solid #ccc;
            color: #333;
        }
           
    .faqs .anchor-list a
    {
        display:block;
        margin-bottom:5px;
        font-weight: normal;
    }     

.no-stick .anchor-list
{
    display:none;
}
/*.faqs.no-stick li
{
    padding-top:5px;
}*/
.faqs.no-stick li:not(.group-header) > .question
{
    cursor: pointer;
}
.faqs.no-stick li:not(.group-header) > .question:hover
{
    text-decoration: underline;
}
.faqs.no-stick li:not(.group-header) > .answer
{
    display:none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.question-list > ul{
    list-style: none;
    padding-left: 0px;
}

.faq-toggle-questions {
    cursor: pointer;
    background-color: #337AB7;
    color: #fff;
    margin: 2em 0;
    padding: 5px 17px;
    display: inline-block;
    font-size: 17px;
}
.faq-toggle-questions:hover {
    color:#fff;
}
.faq-sect-link {
    color: #27527E;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 5px 0;
}
.faq-sect-link:hover {
    text-decoration: underline;
}
.mobile {
    display: none;
}

@media (max-width:480px) {
    .desktop {
        display:none;
    }
    .mobile {
        display:inline;
    }
    .page-faq {
     padding-right:32px !important;
    }
    .faq-cat ul {
         columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1;
    }
    .search {
        padding: 2em 2em 4em;
    }
}

