body {
    background-color: #358ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0b4da3), to(#358ccc));
    background-image: -webkit-linear-gradient(top, #0b4da3, #358ccc);
    background-image: -moz-linear-gradient(top, #0b4da3, #358ccc);
    background-image: -ms-linear-gradient(top, #0b4da3, #358ccc);
    background-image: -o-linear-gradient(top, #0b4da3, #358ccc);
    background-image: linear-gradient(top, #0b4da3, #358ccc);
    /*	background-image:url(bg.jpg);
*/
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #444;
}
#navFooter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
#wrapper {
    background-color: rgba(255, 255, 255, 0.85);
    /*	background-image: url(images/jesus-life-together-header.svg);
*/
    background-repeat: no-repeat;
    max-width: 800px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    border: #42a0e2 1px solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(57, 57, 57, 0.25);
    box-shadow: 0 0 10px 0 rgba(57, 57, 57, 0.25);
    z-index: 0;
}
#content {
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
}
#comingSoon {
    text-align: center;
    color: #8f9499;
    font-weight: normal;
}
.faq-accordion {
    margin-bottom: 4%;
}
.faq-accordion h3 {
    text-align: center;
}
.faq-accordion div {
    padding-left: 5%;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5%;
}
.faq-accordion h4 a {
    color: #2f2f2f;
}
.faq-accordion h4 a:hover {
    color: #8ebe3f;
}
.pageTitle h1 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 10%;
    padding-left: 10%;
    font-size: xx-large;
    text-align: center;
}

#jesuslifetogether {
    display: block;
    width: 256px;
    height: 83px;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #fff;
    position: fixed;
    left: 0;
    top: 20px;
    z-index: 10;
    text-align: center;
}

.logo {
    opacity: 0.8;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.logo:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.pText {
    line-height: 30px;
    margin-bottom: 10px;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    clear: both;
}
.emailInput {
    width: 350px;
    display: block;
    margin-bottom: 20px;
}
.commentInput {
    width: 690px;
    display: block;
}
.submitInput {
    text-align: right;
    padding-right: 20px;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #77787b;
}

a:hover {
    color: #8ebe3f;
}

/*ol, ul {
	list-style: none;
	padding: 0;
	display:inline-block;
}

.navigationLinks {
	margin:auto;
	padding: 0;
}

.iconLink {
	width: 100%;
	height: auto;
	display:inline-block;
	margin : 0px 0px;
	padding: 0px;
}
*/
.iconDescrip {
    width: auto;
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

ul {
    list-style-type: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 83%;
    margin-bottom: 10%;
}
#questionsList {
    columns: 2;
    border-top-color: #aaaaac;
    border-top-style: solid;
}
#questionsList li {
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
    border-bottom: thin solid #aaaaac;
    text-align: center;
}

#answersList li {
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
    border-bottom: thin solid #aaaaac;
    text-align: center;
}
.mainLink a {
    text-decoration: none;
    width: 0%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: 200;
    font-size: large;
    text-align: center;
    color: #77787b;
}
.mainLink a:hover {
    color: #8ebe3f;
}
#navFooter a {
    color: #ffffff;
    font-variant: small-caps;
    text-shadow: 0px 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: large;
    opacity: 0.8;
}
#navFooter a:hover {
    opacity: 1;
}
.headerImg {
}
.mainLink {
    width: 33%;
    float: left;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 6%;
}

/* For width smaller than 400px: */
/*body {
    background-image: url('img_smallflower.jpg');
}
*/
/* For width 400px and larger: */
/*@media only screen and (min-width: 400px) {
    body {
        background-image: url('img_flowers.jpg');
    }
}*/
.pageHeader {
    margin-left: 4%;
    margin-top: 4%;
    margin-right: 4%;
    margin-bottom: 4%;
}
/* For width smaller than 400px: */
/*body {
    background-image: url('img_smallflower.jpg');
}
*/
/* For width 400px and larger: */
/*@media only screen and (min-width: 400px) {
    body {
        background-image: url('img_flowers.jpg');
    }
}*/
.pageHeaderCollapsed {
    margin-left: 1%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    width: 50%;
}
.divider {
    opacity: 0.15;
    clear: both;
}
.pageTitle img {
    display: block;
    width: 40%;
    margin-top: -5%;
    margin-bottom: -9%;
    margin-left: auto;
    margin-right: auto;
}
.externalFooterLink {
    width: 50%;
    display: block;
    text-align: center;
    float: left;
    padding-top: 8px;
    padding-bottom: 8px;
}
.mainLink .center {
}

@media (max-width: 470px) {
    .mainLink {
        float: none;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    ul {
        padding-right: 20;
    }
    .externalFooterLink {
        display: run-in;
        width: auto;
        float: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 800px) {
    #wrapper {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-top: 44px;
    }

    #jesuslifetogether {
        width: auto;
        position: static;
        z-index: 10;
        clear: both;
    }
    .logo {
        height: 75px;
    }
}

@media (max-width: 1200px) and (min-width: 800px) {
    #wrapper {
        margin-top: 120px;
    }
}
.line {
}
.divider {
    clear: both;
    margin-top: 0px;
}
.pageTitle {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
    display: block;
}
