/*
koinonia180.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* My Code */
* {
  text-decoration: none;
  font-family: arial;
}

body {
  font-family: arial;
  width: 100%;
}

/*HEADER*/
header {
  display: block;
  height: 100px;
  margin: 0 auto;
}

header ul {
  display: block;
}

.contact-info ul li a{
  color: #777;
}

.main-menu{
  display: none;
  font-family: arial;
  font-size: 12px;
  letter-spacing: 1px;
}

.mobile-menu-wrapper{
  height: 90vh;
  width: 0%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(255,255,255);
  overflow-x: hidden;
  transition: 0.2s;
  opacity: 0.97;
}

.mobile-menu{
  display:block;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}

.mobile-menu ul li a{
  display: block;
  height: 50px;
  line-height: 50px;
  color: #777;
  font-size: 20px;
  border-color: #f3f3f3;
  border-style: solid;
  border-width: 0 0 1px 0;
}

.mobile-menu ul li a:hover{
  background-color: #872835;
  color: #fff;
  transition: .3s;
}

.mobile-menu ul li a.exit-mobile-menu{
  background-color: #f3f3f3;
}

.mobile-menu ul li a.exit-mobile-menu:hover{
  background-color: #f3f3f3;
}

.mobile-menu ul li a.exit-mobile-menu img{
  width: 26px;
  float: right;
  margin: 13px 20px 0 0;
}

.header-container{
  width: 90%;
}

.index-header-logo{
  width: 175px;
  padding: 15px 0 0 0;
}

.open_navicon {
  width: 26px;
  padding: 25px 25px 0;
  float: right;
}

.banner {
  width: 100%;
  background-image: url('images/balance.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  color: #fff;
}

.tag-container{
  opacity: 0;
  padding-bottom: 165px;
}

.index-tag h2{
  width:100%;
  margin: 80px auto 0;
  text-align: center;
  font-size: 44px;
  color: #fff;
  padding: 20px auto 5px;
}

.index-tag h3{
  width:100%;
  margin: 0 auto;
  text-align: center;
  font-size: 9px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 20px auto 5px;
}

.index-cta-contact {
  display: block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  width: 100px;
  height: 40px;
  margin: 20px auto 0;
  border: 2px solid #fff;
  border-radius: 4px;
}

.index-cta-contact a{
  display: block;
  color: #fff;
}

.index-cta-contact a:hover{
  display: block;
  color: #872835;
  background-color: white;
  transition: .3s;
}

/*SERVICES SECTION*/
.services {
  width: 100%;
  display: block;
  color: #fff;
  background-color: #872835;
  padding: 10px 0 50px;
}

.services h2{
  font-size: 30px;
  margin: 30px auto  40px;
  text-align: center;
}

.services h3{
  font-size: 22px;
  margin: 30px auto 20px;
  text-align: center;
}

.services ul{
  font-size: 14px;
  line-height: 30px;
  margin: 0 50px;
}

div .index-service{
  align: center;
}

/*CREDENTIALS SECTION*/
.credentials{
  width: 100%;
  display: block;
  color: #fff;
  background-color: #777;
  padding: 10px 0 50px;
}

.credentials h2{
  font-size: 30px;
  margin: 30px auto  40px;
  text-align: center;
}

.credentials h3{
  font-size: 22px;
  margin: 30px auto 20px;
  text-align: center;
}

.credentials ul{
  font-size: 14px;
  line-height: 30px;
  margin: 0 50px;
}

div .about-credential{
  align: center;
}

/*BOOK SECTION*/

.book{
  width: 100%;
  display: block;
  margin: 0 auto;
  color: #fff;
  background-color: #777;
  padding: 10px 0 50px;
}

.book h2{
  font-size: 30px;
  margin: 30px auto  40px;
  text-align: center;
}

.book h3{
  font-size: 22px;
  margin: 30px auto 20px;
  text-align: center;
}

.book ul{
  font-size: 14px;
  line-height: 30px;
  margin: 0 50px;
}

.book img{
  display: block;
  margin: 50px auto;
}

.about-book-solution{
  align: center;
}
.about-book-solution a{
  color: white;
}
.about-book-solution a:visited{
  color: white;
}

.book-blurb-solution{
  padding: 0 25px;
  line-height: 25px;
}

.about-book-anger-1{
  align: center;
}

.about-book-anger-1 a{
  color: white;
}
.about-book-anger-1 a:visited{
  color: white;
}

.book-blurb-anger-1{
  display: block;
  padding: 25px;
  line-height: 25px;
}

.about-book-anger-2{
  display: none;
  align: center;
}
.about-book-anger-2 a{
  color: white;
}
.about-book-anger-2 a:visited{
  display: none;
  color: white;
}

.book-blurb-anger-2{
  display: none;
  padding: 25px;
  line-height: 25px;
}



/*FAQ SECTION*/
.faq_section{
  width: 100%;
  display: block;
  color: #fff;
  background-color: #872835;
  padding: 10px 0 50px;
}

.faq_section h2{
  font-size: 30px;
  margin: 30px auto  40px;
  text-align: center;
}

.faq_section h3{
  font-size: 22px;
  margin: 30px auto 20px;
  text-align: center;
}

.faq_section ul{
  font-size: 14px;
  line-height: 30px;
  margin: 0 50px;
}

div .faqs{
  align: center;
}

/*SPECIALTIES SECTION*/
.specialties{
  width: 100%;
  display: block;
  color: #fff;
  background-color: #872835;
  padding: 10px 0 50px;
}

.specialties h2{
  font-size: 30px;
  margin: 30px auto  40px;
  text-align: center;
}

.specialties h3{
  font-size: 22px;
  margin: 30px auto 20px;
  text-align: center;
}

.specialties ul{
  text-align: center;
  list-style-type: none;
  font-size: 14px;
  line-height: 30px;
  margin: 0 50px;
}

div .about-specialty{
  align: center;
}


/*CONTACT SECTION*/
.contact-section{
  width: 100%;
  display: block;
  padding: 10px 0 50px;
}

.contact-section h3{
  color: #555;
  font-size: 22px;
  margin: 30px auto 20px;
  text-align: center;
}

.contact-info ul{
  color: #777;
  font-size: 14px;
  list-style: none;
  line-height: 30px;
  margin: 0 40px 20px;
}

/*MAP*/
.map-frame{
  display: block;
  margin: 0 auto;
  width: 90%;
  height: 280px;
}

/*CONTACT FORM*/
.contact-form{
  display: block;
  width: 100%;
  margin: 20px auto;

}

.contact-form-wrapper h3{
  display: block;
  color: #555;
  font-size: 22px;
  margin: 30px auto 20px;
  text-align: center;
}

.contact-form-wrapper p{
  display: block;
  color: #777;
  font-size: 12px;
  margin: 0 0 4px 30px;
}

.contact-input{
  display: block;
  margin: 0 0 20px 30px;
  font-size: 14px;
  border: solid 1px;
  border-color: #d5d5d5;
  border-radius: 4px;
  height: 30px;
  width: 80%;
}

.contact-form-message{
  display: block;
  border: solid 1px;
  border-color: #d5d5d5;
  border-radius: 4px;
}

.contact-form-wrapper textarea{
  display: block;
  width: 80%;
  font-size: 14px;
  margin: 0 0 0 30px;
}

input:focus{
  outline: none;
}

textarea:focus{
  outline: none;
}

.contact_radio{
  display: block;
  margin: 0 0 0 30px;
}

.g-recaptcha{
  transform: scale(0.85);
  display: block;
  margin: 0 0 -7px 9px;
}

.contact_submit{
  display: block;
  margin: 20px 0 0 30px;
  background-color: #872835;
  border: solid 1px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  padding: 20px 40px;
}

/*Footer*/
.footer{
  display: block;
  width: 100%;
  height: 150px;
  background-color: #222;
  padding-top: 25px
}

.koinonia-lettermark-footer{
  display: block;
  width: 70px;
  margin: 10px auto;
}

.about_us_paragraph{
  width: 100%;
  text-align: center;
  padding: 50px 0 28px;
  background-color: #fff;
  border-radius: 2px 2px 0 0;
  font-size: 14px;
  line-height: 24px;
}

.about_us_paragraph h2{
  color: #777;
  font-size: 40px;
}

.about_us_paragraph p{
  color: #999;
  padding: 20px 10px;
}

.resources_section_paragraph{
  width: 100%;
  text-align: center;
  padding: 50px 0 28px;
  background-color: #fff;
  border-radius: 2px 2px 0 0;
  font-size: 14px;
  line-height: 24px;
}

.resources_section_paragraph h2{
  color: #777;
  font-size: 40px;
}

.resources_section_paragraph p{
  color: #999;
  padding: 20px 10px;
}

.accordion {
    background-color: #ddd;
    color: #111;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #fff;
  color: #872835;
}

.panel {
  color: #fff;
    padding: 20px;
    display: none;
    background-color: #777;
    overflow: hidden;
}

/* iPhone */
@media screen and (min-width: 374px){
  .contact-form-wrapper p{
    font-size: 14px;
  }
  .g-recaptcha{
    transform: scale(1);
    margin: 0 0 0 30px;
  }
  .index-header-logo{
    width: 200px;
    padding: 20px 0 0 0;
  }
  .tag-container{
    padding: 50px 0 215px 0;
  }
}

/* iPhone plus */
@media screen and (min-width: 413px){

  .tag-container{
    padding: 0 0 150px 0;
  }
}

/* iPad */
@media screen and (min-width: 1023px){

  .open_navicon{
    display: none;
  }

  .banner{
  }

  .index-header-logo{
    width: 250px;
    text-align: left;
    padding: 20px 0 0 60px;
  }

  .tag-container{
    padding-bottom: 215px;
  }

  .index-tag h2{
    width:100%;
    margin: 120px auto 0;
    text-align: center;
    font-size: 56px;
    color: #fff;
    padding: 20px auto 5px;
  }

  .index-tag h3{
    width:100%;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    padding: 20px auto 5px;
  }

  .index-cta-contact {
    display: block;
    color: #fff;
    font-family: arial;
    font-size: 15px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    width: 110px;
    height: 44px;
    margin: 20px auto 0 ;
    border: 2px solid #fff;
    border-radius: 4px;
  }

  .open_navicon {
    width: 40px;
    padding: 25px 25px 0;
    float: right;
  }

  .main-menu{
    display: block;
    float: right;
    margin: 34px 60px 0 0;
  }

  .main-menu ul{
    display: block;
  }

  .main-menu ul li{
    display: inline-block;
    margin-left: 30px;
  }

  .main-menu ul li a{
    color: #fff;
  }

  .main-menu ul li a:hover{
    color: #872835;
    transition: .3s;
  }

  .credentials{
      text-align: center;
  }

  .book{
    text-align: center;
  }

  .faq_section{
      text-align: center;
  }

  .specialties{
      text-align: center;
  }

  .index-service{
    width: 30%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  .about-credential{
    width: 40%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  .about-book-solution{
    width: 40%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  .about-book-anger-1{
    width: 40%;
    display: none;
    text-align: left;
    vertical-align: top;
  }
  .about-book-anger-2{
    width: 40%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }

  .book-blurb-anger-2{
    display: inline-block;
  }

  .faqs{
    width: 40%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }

  .about-specialty{
    width: 40%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }

  /*Contact Section iPads*/
  .contact-section{
    text-align: center;
  }

  .contact-info{
    text-align: left;
  }
  .map-frame{
    display: block;
    margin: 0 auto ;
    width: 90%;
    height: 400px;
  }
  .contact-form-wrapper{
    text-align: left;
  }

  .contact-section div{
    display: inline-block;
    vertical-align: top;
    width: 450px;
  }

  .about_us_paragraph{
    display: block;
    margin: 0 auto;
    width: 450px;
    text-align: left;
    margin: 20px 0 0 60px;
    padding: 75px 150px;
  }

  .about_us_paragraph p{
    padding: 10px 0 10px 0;
  }

  .resources_section_paragraph{
    display: block;
    margin: 0 auto;
    width: 450px;
    text-align: left;
    margin: 20px 0 0 60px;
    padding: 75px 150px;
  }

  .resources_section_paragraph p{
    padding: 10px 0 10px 0;
  }

}

/* Computer */
@media screen and (min-width: 1365px){

  .open_navicon{
    display: none;
  }

  .banner{
  }

  .index-header-logo{
    width: 275px;
    text-align: left;
    padding: 20px 0 0 60px;
  }

  .tag-container{
    padding: 25px 0 240px 0;
  }

  .index-tag h2{
    width:100%;
    margin: 150px auto 0;
    text-align: center;
    font-size: 68px;
    color: #fff;
    padding: 20px auto 5px;
  }

  .index-tag h3{
    width:100%;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    padding: 16px auto 5px;
  }

  .index-cta-contact {
    display: block;
    color: #fff;
    font-family: arial;
    font-size: 15px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    width: 120px;
    height: 48px;
    margin: 20px auto 0;
    border: 2px solid #fff;
    border-radius: 4px;
  }

  .open_navicon {
    width: 40px;
    padding: 25px 25px 0;
    float: right;
  }

  .main-menu{
    display: block;
    font-size: 13px;
    float: right;
    margin: 44px 110px 0 0;
  }

  .main-menu ul{
    display: block;
  }

  .main-menu ul li{
    display: inline-block;
    margin-left: 30px;
  }

  .main-menu ul li a{
    color: #fff;
  }

  .main-menu ul li a:hover{
    color: #872835;
  }

  .services{
    text-align: center;
  }

  .index-service{
    width: 25%;
  }

  .about-credential{
    width: 42%;
  }

  .about-book-solution{
    width: 42%;
  }
  .about-book-anger-1{
    width: 42%;
  }
  .about-book-anger-2{
    width: 42%;
  }



  /*Contact Section iPads*/
  .contact-section{
    text-align: center;
  }

  .contact-info{
    text-align: left;
  }
  .map-frame{
    display: block;
    margin: 0 auto ;
    width: 90%;
    height: 400px;
  }
  .contact-form-wrapper{
    text-align: left;
  }

  .contact-section div{
    display: inline-block;
    vertical-align: top;
    width: 450px;
  }

  .about_us_paragraph{
    display: block;
    margin: 0 auto;
    width: 450px;
    text-align: left;
    margin: 20px 0 0 60px;
    padding: 125px 200px;
  }

  .about_us_paragraph p{
    padding: 10px 0 10px 0;
  }

  .resources_section_paragraph{
    display: block;
    margin: 0 auto;
    width: 450px;
    text-align: left;
    margin: 20px 0 0 60px;
    padding: 125px 200px;
  }

  .resources_section_paragraph p{
    padding: 10px 0 10px 0;
  }

}
