/*
  Theme Name: picturekeytechnologies.com
  Author: Lucas Jordan
  Description: Contact Page Styles
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/


/*-----------------------------------------------------------------------------
>>> TABLE OF CONTENTS:
-------------------------------------------------------------------------------
#   FAQ Page Styles
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
#   FAQ Page Styles
-----------------------------------------------------------------------------*/
.loader-wrapper {
    display: none;
}
#wrapper {
    visibility: inherit;
    overflow: auto;
}
body {
    overflow: auto;
}
#faq .bg{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url(/web/image/bg-contact.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 5.0em 0 2.50em 0;
}
#faq .accordion {
    background-color: transparent;
    color: #ffffff;
}
#faq .accordion-title {
    display: block;
    position: relative;
    font-size: 1.063em;
    font-weight: 500;
    line-height: 1.063em;
    padding: 1.25em 1.875em 1.25em 0;
    border-top: solid 1px rgba( 255, 255, 255, 0.44 );
}
#faq .accordion-title span {

}
#faq .accordion-item .accordion-title .icons {
    display: block;
    position: absolute;
    top: 0.625em;
    right: 0;
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* Safari */
    transform: rotate(180deg);
}
#faq .accordion-item.is-active  .accordion-title .icons {
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* Safari */
    transform: rotate(0deg);
}
#faq .accordion-title:focus, .accordion-title:hover {
    background-color: transparent;
}
#faq .accordion-title::before {
    content: "";
}
#faq .accordion-content {
    background-color: transparent;
    color: #ffffff;
    border: none;
    font-size: 1em;
    font-weight: 300;
    padding: 0 1.875em 0 0;
}
