@import url('https://fonts.googleapis.com/css?family=Manuale:400,400i,600,600i,700,700i|Source+Sans+Pro:400,600,700,900');
.anim-fast1 {
  -webkit-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.anim-normal1 {
  -webkit-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.anim-slow1 {
  -webkit-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.anim-very-slow1 {
  -webkit-transition: all 900ms ease-in-out;
  -ms-transition: all 900ms ease-in-out;
  -moz-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
}
.transparent-on {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.transparent-off {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.box-shadow {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.right-shadow {
  -webkit-box-shadow: 10px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 10px 0px 10px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 0px 10px -4px rgba(0, 0, 0, 0.2);
}
.login-boxes {
    max-width: 200px;
    background-color: white !important;
    color: black !important;
    margin-top: 15px !important;
    margin-left: 20px !important;
    margin-bottom: 00px!important;
}
.login-boxes ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight:bold;
  color:black !important;
  opacity: 1; /* Firefox */
}
.centered-content {
  margin: 0;
  margin-right: -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}
a {
  color: #004e41;
}
section {
  background: #ecedf1 !important;
}
section:not(#home) > .container {
  background: #ecedf1;
  margin-left:12px;
}
/*PFC made change below: changed bottom margin from 60 to 15px*/
section:not(#home) > .container .breadcrumbs .breadcrumb {
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
/*PFC added the element below, copied from above so that I can use it somewhere else in the site*/
section:not(#home) > .container .sbtn {
  padding: 5px 10px 5px 10px;
  background: white;
  border-radius: 20px;
  white-space: nowrap;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);

}
@media (max-width: 767px){
    .logoutButton {
    	padding-right: 0px;
    	margin-top: 90px;
    	margin-right: 2px;
    	margin-left: auto;
    	text-align:center;
    } 
}
@media (min-width: 767px){
    #logoutMobile {
    	display: none;
    /*	margin-bottom:10px;*/
    }
    .logoutButton {
        margin-top: 10px;
        padding-right: 2px;
        margin-right: 10px;
    }
}
@media (min-width: 767px){
    #mobileLinked {
    	display: none;
    /*	margin-bottom:10px;*/
    }
}
@media (min-width: 767px){
    .go-back {
    	display: none;
    /*	margin-bottom:10px;*/
    }
}
/*@media (max-width: 992px) {
    #logoutMobile {
    	display: inline!important;
    }
}*/
@media (max-width: 992px) {
  section:not(#home) > .container {
    padding-top: 20px;
  }
}
nav {
  background: white !important;
  min-width: 160px !important;
  -webkit-box-shadow: 10px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 0px 10px -4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 10px 0px 10px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 0px 10px -4px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
    section:not(#home) > .container {
  
      margin-left: 160px;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    section:not(#home) > .container {
        margin-left: 180px;
    }
}
        
        
@media (max-width: 992px) {
  nav {
    position: fixed;
  }
}
nav .logo {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
nav .logo:hover {
  background-color: #ecedf1;
}
@media (max-width: 992px) {
  nav .logo {
    height: 30px;
  }
  nav .logo img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 992px) {
  nav ul {
    background: transparent !important;
  }
}
nav ul li a {
  padding: 10px !important;
  border-left: 3px solid black;
  border-bottom: 1px solid #ecedf1;
  text-align: left;
}
@media (max-width: 992px) {
  nav ul li a {
    padding: 2px !important;
  }
}
nav ul li a div {
  display: inline-block;
  vertical-align: middle;
}
nav ul li a div:nth-child(1) {
  width: 15%;
  padding: 5px;
  margin-left: 0;
}
@media (max-width: 992px) {
  nav ul li a div:nth-child(1) {
    width: 10%;
    padding: 2px !important;
  }
}
nav ul li a div:nth-child(1) img {
  width: 100%;
  height: auto;
}
nav ul li a div:nth-child(2) {
  width: 60%;
  padding: 5px;
  margin-right: 5px;
  color: #3c3c3c;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  text-transform: none;
  line-height: 1;
}
@media (max-width: 992px) {
  nav ul li a div:nth-child(2) {
    padding: 2px !important;
  }
}
nav #responsive-nav {
  position: fixed;
  top: 10px;
  right: 10px;
  background: transparent !important;
}
nav #responsive-nav img {
  width: 100%;
  height: 100%;
}
#home {
  padding: 0;
}
@media (max-width: 767px) {
  #home {
    padding-top: 80px;
  }
}
#home header {
  background: white;
  padding: 20px 0;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #home header {
    display: none;
  }
}
#home #home-desc {
  padding-bottom: 40px;
}
#home #home-desc h2,
#home #home-desc p,
#home #home-desc .sbtn {
  font-family: 'Manuale', serif;
  font-style: italic;
  color: #484848;
  margin: 0;
  padding: 0;
}
#home #home-desc p {
  margin-bottom: 20px;
}

#home #home-desc p.error{
	color:red;
}
#home #home-desc .sbtn {
  padding: 5px 15px;
   font-family: 'Source Sans Pro', sans-serif;
 font-style: normal;
 color: #004e41;
  background: white;
  border-radius: 20px !important;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.sbtn {
  padding: 5px 15px;
   font-family: 'Source Sans Pro', sans-serif;
 font-style: normal;
 color: #004e41;
  background: white;
  border-radius: 20px !important;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
#home .home-grid {
  padding: 0;
}
#home .home-grid .row {
  padding: 0;
  margin: 0;
}#home .home-grid .rowP {
  padding: 0;
  margin: auto;
}
.grid-item {
  border-radius: 4px;
  border-left: 7px solid black;
  font-weight: 600;
  font-size: 18px;
  height: 115px;
  background: white;
  text-align: left;
  margin: 0 2% 15px 0;
  
  padding: 0;
  width: 30%;
  direction: rtl;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.grid-itemNF {
 margin-left:335px;
  
}
/*everything below that has to do with grid-item-sectionF was added by PFC*/
.grid-item-sectionF{
  border-radius: 4px;
  border-left: 7px solid black;
  font-weight: 600;
  font-size: 18px;
   background-image: url('https://tiles.swordofthespirit.net/resources/backgroundTiles.jpg');/*#f2d7a0;  #ffec8e;url('resources/backgroundTiles.png');*/
  /* background: white;#fffced;*/
  text-align: left;
  margin: 0 2% 15px 0;
  padding: 0;
  width: 30%;
  direction: rtl;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.icon-download {
 height:65px;
   border-radius: 3px;
  vertical-align: middle;
}

  /* PFC 30 Mar*/
.icon-download:hover,
.icon-download.active {
 
  background: white;
}




@media (max-width: 992px) {
  .grid-item {
    width: 100%;
    margin: 0 0 15px 20px;
    max-width:500px;
  }

  .grid-item-sectionF {
    width: 100%;
    margin: 0 0 15px 20px;
    max-width:500px;
  }
  .spanP {
      max-width:564px;
  }
  
}
.grid-item div {
  display: inline-block;
  vertical-align: middle;
}
.grid-item-sectionF div {
  display: inline-block;
  vertical-align: middle;
}
.grid-item div:nth-child(1) {
  width: 15%;
  padding: 20px 10px;
}
.grid-item-sectionF div:nth-child(1) {
  width: 15%;
  padding: 20px 10px;
}
.grid-item div:nth-child(1) img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) and (min-width:767px) {
      .grid-item div:nth-child(1) img {
      width:80%;
      height:auto;
    }
}
.grid-item-sectionF div:nth-child(1) img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) and (min-width:767px) {
      .grid-item-sectionF div:nth-child(1) img {
      
      width:80%;
      height:auto;
    }
}
.grid-item div:nth-child(2) {
    text-align: left;
    direction: ltr;
    width: 65%;
    padding: 15px 0px 10px 20px;
    margin-right: 0;
    font-size: 0.9em;
    color: #3c3c3c;
}
.grid-item-sectionF div:nth-child(2) {
    text-align: left;
    direction: ltr;
    width: 65%;
    padding: 15px 0px 10px 20px;
    margin-right: 0;
    font-size: 0.9em;
    color: #3c3c3c;
}
.grid-item:hover {
  border-color: #484848;
  background: #484848;
}
.grid-item-sectionF:hover {
  border-color: #484848;
  background: #484848;
}
.grid-item:hover div:nth-child(2) {
  color: white;
}
.grid-item-sectionF:hover div:nth-child(2) {
  color: white;
}
.communitylife {
  border-left-color: #fe7000;
}
.communitylife:hover,
.communitylife.active {
  border-color: #fe7000;
  background: #fe7000;
}
.communitylife:hover div:nth-child(2),
.communitylife.active div:nth-child(2) {
  color: white;
}

.pastoral {
  border-left-color: #0ad261;
}
.pastoral:hover,
.pastoral.active {
  border-color: #0ad261;
  background: #0ad261;
}
.pastoral:hover div:nth-child(2),
.pastoral.active div:nth-child(2) {
  color: white;
}


.coursesconferences {
  border-left-color: #004e41;
}
.coursesconferences:hover,
.coursesconferences.active {
  border-color: #004e41;
  background: #004e41;
}
.coursesconferences:hover div:nth-child(2),
.coursesconferences.active div:nth-child(2) {
  color: white;
}
.leaderformations {
  border-left-color: #0142a8;
}
.leaderformations:hover,
.leaderformations.active {
  border-color: #0142a8;
  background: #0142a8;
}
.leaderformations:hover div:nth-child(2),
.leaderformations.active div:nth-child(2) {
  color: white;
}
.regional {
  border-left-color: #00BFFF;
}
.regional:hover,
.regional.active {
  border-color: #00BFFF;
  background: #00BFFF;
}
.regional:hover div:nth-child(2),
.regional.active div:nth-child(2) {
  color: white;
}
.communitybuilding {
  border-left-color: #c10f01;
}
.communitybuilding:hover,
.communitybuilding.active {
  border-color: #c10f01;
  background: #c10f01;
}
.communitybuilding:hover div:nth-child(2),
.communitybuilding.active div:nth-child(2) {
  color: white;
}
.mission {
  border-left-color: #f8594d;
}
.mission:hover,
.mission.active {
  border-color: #f8594d;
  background: #f8594d;
}
.mission:hover div:nth-child(2),
.mission.active div:nth-child(2) {
  color: white;
}
.international {
  border-left-color: #01848e;
}
.international:hover,
.international.active {
  border-color: #01848e;
  background: #01848e;
}
.international:hover div:nth-child(2),
.international.active div:nth-child(2) {
  color: white;
}
.propheticdocuments {
  border-left-color: #91004d;
}
.propheticdocuments:hover,
.propheticdocuments.active {
  border-color: #91004d;
  background: #91004d;
}
.propheticdocuments:hover div:nth-child(2),
.propheticdocuments.active div:nth-child(2) {
  color: white;
}
