.faq{
  padding: 8em 6em;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  width: 100%;
}

.faqApp{
  padding: 1em 2em;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  width: 100%;
}

.title{
    text-align: center;
    font-weight: lighter;
    padding: .3em;
    font-size: 2.3em;
    font-family: 'Fira Sans', sans-serif;
    line-height: 40px;
    padding-top: 4rem;
    padding-bottom: 1.5rem;
    color: #1C345B;
}

.question{
  border-bottom: 1px solid #dddddd;
  display:block;
  margin: 0.8em auto;
  padding-left: 5px;
  padding-right: 5px;
}

.question:hover{

}

.qtitle{
  font-size: 1.0em;
  color: #1C345B;
  text-align: left;
  cursor: pointer;
  font-weight: bold;
}

.symbol{
    font-size: 1.3em;
    color: #1C345B;
    float: right;
}

.symbo2{
    display: none;
    font-size: 1.3em;
    color: #1C345B;
    float: right;
}

.answer{
  font-size: .96em;
  color: #5f5c5c;
  display: none;
  padding-top: 0px;
  padding-bottom: 25px;
  cursor: default;
}

.flexdisplay{
  display: flex;
  padding: 0 2em;
}

.arrangeleft{
  float: left;
  width: 50%;
  height: 100%;
}

.arrangeright{
  float: right;
  width: 50%;
  height: 100%;
}

.blue{
  color: #0556a8;
  font-weight: bold;
}

@media only screen and (max-width: 1135px) and (min-width: 701px) {
.arrangeright, .arrangeleft{
  float: none;
  width: 75%;
  margin: 0 auto;
}

.question{
  width: 100%;
}

.qtitle{
  height: auto;
}
}


@media only screen and (max-width: 700px)  {
    .faq{
        padding: 8em 1em;
        padding: 5em 1em;
    }

    .arrangeleft{
        width: 100%;
    }

    .arrangeright{
        width: 100%;
    }

    .qtitle{
        height: auto;
        white-space: normal;
        white-space: -webkit-normal;
    }
}



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

Primary style

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

.faq-page *, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.faq-page *::after, *::before {
  content: '';
}

.faq-page .body {
  font-size: 100%;
  font-family: 'Archivo', Open Sans;
  color: #555;
  background-color: white;
}
.faq-page .body::after {
  /* overlay layer visible on small devices when the right panel slides in */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 83, 89, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.faq-page .body.cd-overlay::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 991px) {
  .faq-page .body::after {
    display: none;
  }
}

a,h1,h2,h3,h4,h5,h6 {
    font-family: 'Archivo', Open Sans;
    -webkit-font-smoothing: antialiased;
    text-decoration:none;
}

.faq-page .p {
    font-family: 'Archivo', Open Sans;
    color:white;
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.faq-page .header-section h1 {
    font-size: 2em;
    margin: .67em 0;
    color:white;
    margin-left:-15px;
}

.faq-page .a {
/*   color: #a9c056; */
  color: #96CD91;
  text-decoration: none;

}



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

Main components

-------------------------------- */
.faq-page .header {
  position: relative;
  height: 180px;
  line-height: 180px;
  text-align: center;
  background-color:#transparent;
}
@media only screen and (min-width: 1024px) {
  .faq-page .header {
    height: 240px;
    line-height: 240px;
  }
  .faq-page .header h1 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 300;
  }
}


.faq-page .faq {
  width: 100%;
  max-width: 100%;
  margin: 2em auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.faq-page .faq:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 991px) {
  .faq-page .faq {
    position: relative;
    margin: 4em auto;
    box-shadow: none;
  }
}

.faq-page .categories a {
  position: relative;
/*   display: inline;   */
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
/*   background-color: #f3f3f5; */
  background-color: #transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555;
  white-space: nowrap;
/*   border-bottom: 1px solid #555b61; */
  text-overflow: ellipsis;
}
.faq-page .categories a::before, .categories a::after {
  /* plus icon on the right */
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #7f868e;
}
.faq-page .categories a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-page .categories li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 991px) {
  .faq-page .categories {
    width: 20%;
    float: left;
/*     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); */
  }

  .faq-page .categories a {
    text-align: right;
    font-family: 'Archivo', Open Sans;
    font-size: 18px;
    color: #555;
    font-size: 1.13rem;
    font-weight: 600;
    padding-left: 24px;
    padding: 0 24px;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;

  }
  .faq-page .categories a::before, .categories a::after {
    display: none;
  }
  .faq-page .no-touch .categories a:hover {
    color: #555;

  }
  .faq-page .no-js .categories {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .faq-page .categories {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    z-index: 2;
  }
  .faq-page .verticalLine {
    position:absolute;
    left:320px;
    z-index:5;
    height:100%;
    border-left: medium solid #001E62;
    border-radius: 25px;
}

  .faq-page .categories .selected {
    color:#555 !important;
    border-right: 3px solid #001E62;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .faq-page .categories .selected::before {
    opacity: 1;
  }
  .faq-page .categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }
  .no-js .categories {
    position: relative;
  }
}

.faq-items {
  position: fixed;
  height: 100%;
  width: 90%;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 0 5% 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}
.no-js .faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 991px) {
  .faq-items {
    position: static;
    height: auto;
    width: 78%;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .faq-items {
    float: none;
    width: 100%;
    padding-left: 320px;
  }
  .no-js .faq-items {
    padding-left: 0;
  }
}

.cd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 10001;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
  /* close icon in CSS */
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e;
}
.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-close-panel.move-left {
  right: 2%;
}
@media only screen and (min-width: 991px) {
  .cd-close-panel {
    display: none;
  }
}


.faq-group {
/*   hide group not selected */
  display: none;
  margin-left:50px;
}
@media (max-width: 991px) {
  .faq-group {
  /*   hide group not selected */
    /*display: none;*/
    margin-left:0px;
  }
  .faq-items{
    width: 100%
  }
  .faq-content {
    display: none;
  }
  .faq-page .trigger::after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color:#003087;
    background: #transparent;
  }

  .faq-group{
    padding-left: 0 !important;
  }
  .iconh2div{
    padding-left: 10%;
  }
}

.faq-group.selected {
  display: block;
}
.faq-group .faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.no-touch .faq-group .faq-title:hover {
  box-shadow: none;
}
.faq-group .faq-title h2 {
  /* General: */
  font-family: 'Archivo', Open Sans;
  font-size: 39px;
  font-size: 2.45rem;
  color: #003087;
  line-height: 42px;
}

.faq-group .faq-title a {
  background: red;
}
/* ^^^ not effecting  */

.faq-items a {
  /* FAQ Questions */
font-family: 'Archivo', Open Sans;
font-size: 15px;
color: #003087;
}

.faq-page .iconh2div{
  overflow:hidden;
  margin-left:-63px;

}

.faq-page .icondiv, .faq-page .h2div{
  background: transparent;
  float: left;
}

.faq-page .icondiv {
  background: white;
  height:70px;
  width:70px;
}

.faq-page .h2div{
  margin-top:15px;
  margin-left:16px;
}

.no-js .faq-group {
  display: block;
}


.faq-group > li {
  list-style-type: none;
}

@media only screen and (min-width: 991px) {
  .faq-group {
    /* all groups visible */
    display: block;
  }
  .faq-group > li {
    background: #ffffff;
    margin-bottom: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    list-style-type: none;
  }
  .no-touch .faq-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  }
  .faq-group .faq-title {
    margin: 0em 0 0em;
  }
  .faq-group:first-child .faq-title {
    margin-top: 0;
  }
}

.faq-page .trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2;
}
@media only screen and (min-width: 991px) {
  .faq-page .trigger {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    padding: 24px 72px 24px 24px;
  }
  .faq-page .trigger::before, .faq-page .trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #555;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .faq-page .trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .faq-page .trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .faq-page .content-visible .trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .faq-page .content-visible .trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.faq-content p {
  font-family: 'Archivo', Open Sans;
  font-size: 0.875rem;
  line-height: 1.4;
  font-size: 15px;
  color: #909090;
}
@media only screen and (min-width: 991px) {
  .faq-content {
    display: none;
    padding: 30px 24px 30px 50px;
    background-color:#F9F9F9;
  }
  .faq-content p {
    line-height: 1.6;
  }
  .no-js .faq-content {
    display: block;
  }

}
