/*
 * Contact
 */

#resources {
    margin-top: 2rem;
}

.resources {
    list-style: none;
    margin: 0;
    padding: 0 1rem 0 0;
}

.resources li {
    margin-bottom: 0.4rem;
    font-weight: 300;
    color: #696969;
}

.resources li a {
    font-weight: 300;
}

.social-links {
    /* margin-top: 18rem; */
    position: fixed;
    bottom: 0;
    clear: both;
}

.social-links .heading {
    font-size: 1.6rem;
    font-weight: 300;
    color: #757575;
    margin: 0;
    display: inline-block;
}

#faqs {
    margin-top: 2.5rem;
}

.accordion {
    margin-bottom: 2rem;
}

.accordion-group {
    margin-bottom: 0.2rem;
}

.accordion-heading {
    font-size: 1.5rem;
    font-weight: 300;
    border-bottom: 0;
}

.accordion-toggle.collapsed:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-toggle:before {
    display: inline-block;
    content: '\f101';
    font-family: 'icons';
    font-size: 1.2rem;
    position: relative;
    right: 1.2rem;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-heading .accordion-toggle {
    display: block;
    cursor: pointer;
}

.accordion-inner {
    font-size: 1.5rem;
    font-weight: 300;
    padding: 1.5rem 0;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.account-tile-list-b {
    display: inline-block;
}

.account-tile-b {
    margin-left: 1rem;
}

.account-tile-b:first-child {
    margin-left: 1.6rem;
}

.account-tile-b a {
    background-color: #4096d3;
    font-size: 1.3rem;
    height: 2.4rem;
    line-height: 2.4rem;
    width: 2.4rem;

    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.account-tile-b a:hover {
    background-color: #70b2e0;

    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.elsewhere {
    margin-top: 8.6rem;
    clear: both;
}

.elsewhere .heading {
    font-size: 1.6rem;
    font-weight: 300;
    color: #757575;
    margin: 0;
    display: inline-block;
}

.contact-form .text-input {
    display: block;
    margin-bottom: 1rem;
    float: none;
}

.contact-form .submit {
    margin-top: 3rem;
}

@media only screen and (max-width: 719px) {
    .contact-form .text-input {
        margin-bottom: 0;
    }

    .elsewhere {
        margin: 4rem;
    }

    .elsewhere .heading {
        font-size: 3.2rem;
    }

    .elsewhere .account-tile-b {
        margin-left: 1.6rem;
    }

    .elsewhere .account-tile-b a {
        font-size: 3.2rem;
        height: 6.4rem;
        line-height: 6.4rem;
        width: 6.4rem;
    }
}