.faqs {
    padding: 40px 120px;
    background: #12131c;
    min-height: 100%;
    box-sizing: border-box;
}

.faqs .search-bar {
    display: flex;
    padding-right: 35px;
    justify-content: space-between;
}

.faqs section {
    scroll-margin: 60px;
}

.search-bar h2 {
    font-size: 48px;
    display: inline-block;
    margin: 0;
    font-family: proxima-nova;
    font-weight: normal;
}

.search-bar form {
    display: flex;
    margin: 0 0 10px 0;
    flex-direction: column;
}

.search-bar form fieldset {
    width: 400px;
    border: none;
    padding: 0;
    margin: 0 0 0 15px;
    display: inline-block;
    position: relative;
}

.faqs .search-bar fieldset input {
    border: none;
    margin-bottom: 2px;
    height: 24px;
    padding-bottom: 5px;
    box-sizing: border-box;
    width: 100%;
    border: none!important;
    border-bottom: solid 1px #979797!important;
    background: none!important;
    outline: none;
    color: #FFF;
    border-radius: 0!important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.search-bar fieldset button {
    position: absolute;
    top: 2px;
    right: 10px;
    width: 26px;
    height: 26px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.search-bar fieldset label {
    color: #767676;
    font-size: 12px;
    display: block;
    font-family: proxima-nova;
    text-align: right;
    position: absolute;
    width: 100%;
}

.faqs section h3 {
    font-size: 20px;
    font-family: proxima-nova;
    margin: 44px 0px 25px 0px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 15px;
    border-bottom: 1px solid #979797;
}

.faqs section.quick-links h3 {
    margin: 57px 0px 45px 0px;
}

.faqs section.quick-links .content {
    width: 100%;
}

.faqs section.quick-links a {
    color: #02DB73;
    font-family: proxima-nova;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 20px;
    text-decoration: none;
    width: auto;
    cursor: pointer;
}

.faqs section.quick-links a:hover {
    text-decoration: underline;
}
.faqs section.quick-links a:nth-child(3n) {
    margin-right: 0px;
}

.faqs h2 {
    font-size: 48px;
    font-weight: normal;
    margin: 0px 0px 25px 0px;
    font-family: "proxima-nova";
}

.faqs label {
    color: #9e9c9c;
    font-size: 14px;
    font-family: "proxima-nova";
    text-transform: uppercase;
    letter-spacing: 3.5px;
    display: block;
}

.faqs form .field {
    margin-bottom: 15px;
    width: 60%;
    max-width: 600px;
}

.faqs form input[type="text"],
.faqs form select,
.faqs form textarea {
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 11px;
    width:100%;
    outline: none;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    background-color: #e5e5e5;
    border: 2px solid #2DDB73;
    margin-bottom: 5px;
    padding: 6px 20px 9px 12px;
}

.faqs form .field.file label.choose{
    background-color: #333;
    border-radius: 4px;
    color: #2DDB73;
    font-weight: bold;
    margin-top: 11px;
    display: inline-block;
    padding: 10px 25px;
    max-width: 350px;
    margin-bottom: 5px;
    text-transform: initial;
    font-family: "proxima-nova";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 300px;
}

.faqs form input[type="submit"]{
    background-color: #2DDB73;
    color: #000;
    outline: none;
    border:none;
    padding: 10px 45px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
    font-family: "proxima-nova";
    text-transform: uppercase;
}

.faqs form span.error {
    color: red;
}


.faqs .app-links {
    display:flex;
}

.faqs .app-links img {
    margin-bottom: 15px;
}

.faqs .app-links  a {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faqs .app-links p {
    display: inline-block;
    background-color: #DADADA;
    border-radius: 8px;
    width: 154px;
    height: 54px;
    display: flex;
    align-items: center;
    padding:0px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 12px;
    cursor: pointer;
}

.faqs .app-links p:hover {
    background-color: #FFF;
}

.faqs .app-links a img {
    height: auto;
    object-fit: cover;
    margin-bottom: 0;
}

.faqs .app-links a.soon {
    opacity: 0.30;
}

.faqs .app-links a.soon:hover {
    opacity: 1;
}

.faqs .app-links div:first-child {
    margin-right: 40px;
}

.faqs .app-links div {
    width: 480px;
}


.faqs .app-links a:hover span {
    text-decoration: underline;
}

.faqs .app-links span {
    font-size: 19px;
    line-height: 20px;
    color: #5CE581;
    font-weight: 100;
    display: inline-block;
}

.faqs .app-links span b {
    font-weight: 100;
    color: #EA8C8B;
}

.faqs .guideline  {
    font-size: 18px;
    line-height: 30px;
    font-family: "proxima-nova";
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    color: #FFF;
}

.faqs .guideline span {
    display: block;
    margin-bottom: 20px;
}

.faqs .guideline ul {
    padding:0;
    margin-top: 0px;
}

.faqs .guideline ul ul {
    padding-left: 15px;
}

.faqs .guideline ul li {
    list-style-type: none;
}

.faqs .guideline span.info {
    color: #F3A9A3;
    line-height: 22px;
}


@media (max-width: 875px) {
    .faqs {
        padding: 40px 25px;
    }

    .faqs .app-links {
        display:block;
    }

    .faqs .app-links div {
        width: 100%!important;;
    }

    .faqs .app-links div a,
    .faqs .app-links div a span {
        display: block;
        margin-bottom: 15px;;
    }

    .faqs .app-links div div span {
        font-size: 15px;
    }

    .faqs .app-links div.desktop{
        margin-bottom: 20px;
    }

    .faqs .search-bar  {
        display: block;
    }

    .faqs .search-bar form fieldset {
        width: auto;
        margin:0;
    }

    .faqs section.quick-links a {
        margin-right: 0px;
        margin-bottom: 20px;
        text-decoration: none;
        width: 49%;
        height: 48px;
        display: inline-flex;
    }

}


.onboarding-overlay.faqs-overlay .content {
    padding:0;
    border-radius: 5px;
    position: relative;
}

.faqs-overlay .overlay-header {
    background-color: #fff;
    height: 255px;
    text-align: center;
}

.faqs-overlay .overlay-header img {
    height: 205px;
    width: auto;
    margin: 30px auto 0 auto;
}

.faqs-overlay .form-container{
    background-color: #000000;
    border-radius: 5px;
    position: relative;
    top: -10px;
    text-align: center;
    padding: 35px 0px 40px 0px;
}

.faqs-overlay .form-container h4 {
    font-size: 20px!important;
    line-height: 24px!important;
    width: 75%;
    margin: 0 auto 40px auto!important;
    font-weight: 100;
}

.faqs-overlay .form-container form {
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.faqs-overlay .form-container form fieldset {
    width: 100%;
    display: block;
    margin-bottom: 32px!important;
}

.faqs-overlay .form-container form fieldset label {
    color: #FFF;
}

.faqs-overlay .form-container form fieldset input {
    width: 100%;
    outline: none;
    max-width: 355px;
    color: #FFF;
    font-size: 20px;
    font-weight: 100;
    padding :10px;
    border:none;
    text-align: center;
    background-color: transparent;
    border-radius: 0px;
    -webkit-font-smoothing: initial;
    border-bottom: 1px solid #fff;
}

input::placeholder {
    color: #9E9E9E;
    -webkit-font-smoothing: initial;
}

.faqs-overlay .form-container form button {
    border:0;
    float: none!important;
    display: inline-block!important;
    width: auto!important;
    margin: 0!important;
    outline: none;
}

.faqs-overlay .form-container form span.err {
    color:red;
    display: block;
}


.faqs-main a:link, .faqs-main a:visited {
    color: #02DB73;
    text-decoration: none;
}


.faqs-main h4 {
    font-size: 16px;
    font-family: proxima-nova;
    margin: 15px 0px 10px 0px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    color: #02DB73;
	cursor: pointer;
}

.faqs-main img {
    max-width: 100%;
}

.faqs-main section {
	display: none;
	padding: 0 0 15px 0; 
	color: #fff;
}

.faqs-main section p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.faqs-main section.show {
	display: block;
}

.faqs-main h1 {
	font-weight: 600;
	margin-top: 1.8rem;
}

.faqs-main h1:first-child {
	background: url('/img/icons2/bell.png') no-repeat left center;	
	text-transform: uppercase;
	padding: 12px 0 12px 70px;
	background-size: contain;
	font-size: 2rem;
	font-weight: 700;
	margin-top: 0;
}

.faqs-main h1 b {
	color: #0bc763;
}



.faqs-main .question {
    scroll-margin: 60px;
}
}