﻿/*.FAQFont1{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size:20px;
    color: #555555;
    text-align:left;
    text-transform:uppercase;
}

.FAQFont2{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size:16px;
    color: #002C77;
    text-align:left;
    text-transform:uppercase;
    
    margin-top:62px;
}*/

.FAQFont3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size:14px;
    color: #2D7EC7;
    text-align:left;
}

.FAQFont4{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:14px;
    color: #191919;
    text-align:left;
}

.FAQFont5{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size:14px;
    color: #667080;
    text-align:left;
    /*text-transform:uppercase;*/
}

.FAQQuestionsSection{
    padding-left: 40px;
}


.Open-Close-icon{
    float: right;
    height:12px;
    width:12px;
    margin-top: 4px;
}

.Open-Close-Button{
    width:100%;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0;
    border-bottom: 1px solid #667080;
    margin-bottom: 14px;
    margin-top:30px;
    height: 36px;
}

/*Firefox Hack*/
@-moz-document url-prefix() { 
  .Open-Close-icon {
     position: relative;
     bottom: 18px;
  }
}

/*Incompatible with FAQButtonBehavior Script*/
/*.Open-Close-Button:hover{
    color: #2D7EC7;
}*/


.questionLabel {
    width: 90%;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}