body {
  fill: currentColor;
}

#map-canvas {
  display: none;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  float: left;
}

#MapContainer {
  position: relative;
  overflow: hidden;
}

.videoSection {
  margin: 0 22px 22px;
}
.videoSection .videoHeaderContainer {
  color: white;
  background: #738895;
  display: -ms-flexbox;
  display: flex;
  padding: 33px;
}
.videoSection .videoHeaderContainer h2 {
  font-family: "ProximaNova", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  margin: auto;
}
.videoSection .videoHeaderContainer h2 span {
  font-family: Georgia, serif;
  font-style: italic;
  text-transform: none;
  font-weight: normal;
  display: block;
}
.videoSection #peaceVideo {
  width: 100%;
  background: grey;
}

.faithGoals {
  background: #6b889a;
  color: white;
  margin: 0 22px 33px;
}
.faithGoals .sectionInner {
  padding: 44px 0;
  text-align: center;
}
.faithGoals .faithGoalsTitle {
  max-width: 310px;
  margin: 0 auto 33px;
}
.faithGoals .faithGoalsTitle h2 {
  font-family: "ProximaNova", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.faithGoals .faithGoalsTitle h2 span {
  font-family: Georgia, serif;
  font-style: italic;
  text-transform: none;
  font-weight: normal;
  display: block;
}
.faithGoals .faithGoalsLetterContainer {
  text-align: center;
  width: 50%;
  margin: 0 auto 33px;
}
.faithGoals .faithGoalsLetterContainer .faithGoalsLetter {
  font: 50px "proxima-nova";
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 16px;
}
.faithGoals .faithGoalsLetterContainer .faithGoalsDescription p {
  font: 16px/24px "proxima-nova";
}
.faithGoals .faithGoalsButtonContainer {
  text-align: center;
}
.faithGoals .faithGoalsButtonContainer .btn {
  font-style: italic;
  margin: 0 4% 22px;
  padding: 11px 2%;
}

.titleLine {
  color: #819aa9;
  text-align: center;
  margin: 0 22px;
}
.titleLine:after {
  content: '';
  border-bottom: 1px solid;
  display: block;
  position: relative;
  top: -44px;
  z-index: -1;
}
.titleLine h2 {
  font-size: 36px;
  text-transform: capitalize;
  display: inline-block;
  background: white;
  padding: 0 11px;
}
.titleLine h2 span {
  font-family: "ProximaBold", sans-serif;
  font-style: normal;
  text-transform: uppercase;
}

.whereSection .gridOuterContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 0 11px;
  -ms-flex-pack: center;
      justify-content: center;
}
.whereSection .gridOuterContainer .gridContainer {
  /* flex: 25%; */
  max-width: 25%;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px;
  -ms-flex-align: center;
      align-items: center;
  min-width: 270px;
  cursor: pointer;
}
.whereSection .gridOuterContainer .gridContainer .gridImgContainer img {
  display: block;
}
.whereSection .gridOuterContainer .gridContainer .locationTitle h3 {
  margin: 0 0 0 22px;
  font: 26px "ProximaBold", sans-serif;
}
.whereSection .gridOuterContainer .gridContainer .locationTitle h3 span {
  display: block;
  font: italic 15px georgia;
}

.whatSection .sectionInner {
  margin: 0;
}
.whatSection .gridOuterContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  color: white;
}
.whatSection .gridOuterContainer .gridContainer {
  /* flex: 50%; */
  /* max-width: 50%; */
  display: -ms-flexbox;
  display: flex;
  padding: 0 11px 22px;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  min-width: 290px;
  width: 100%;
}
.whatSection .gridOuterContainer .gridContainer .backgroundImg {
  width: 100%;
  padding: 40px;
  background-position: center !important;
}
.whatSection .gridOuterContainer .gridContainer .locationTitle h3 {
  font: 26px "ProximaBold", sans-serif;
  margin-bottom: 33px;
}
.whatSection .gridOuterContainer .gridContainer .locationTitle h3 span {
  display: block;
  font: italic 15px georgia;
}
.whatSection .gridOuterContainer .gridContainer .btnContainer a.btn {
  color: white;
  background: transparent;
  font-size: 22px;
  font-style: italic;
  line-height: 40px;
  border: 2px solid;
  padding: 0 7%;
}
.whatSection .gridOuterContainer .gridContainer .btnContainer a.btn:hover {
  color: black;
  background: white;
}

.mfp-auto-cursor .mfp-content {
  max-width: 1280px;
  background: white;
  padding: 0;
  border: 1px solid #819aa9;
}

.mfp-close-btn-in .mfp-close {
  color: white;
  background: black;
  opacity: 1;
  top: 1px;
  right: 1px;
}

.detailsCardContainer {
  border: #6b889a 1px solid;
  background: white;
}
.detailsCardContainer h3, .detailsCardContainer h4, .detailsCardContainer h5 {
  font: normal 26px "ProximaBold", sans-serif;
  letter-spacing: 1px;
  width: 100%;
}
.detailsCardContainer h4 {
  margin: 0 0 33px;
  color: #6b889a;
}
.detailsCardContainer h5 {
  font-size: 20px;
  letter-spacing: 0;
  margin: 0;
}
.detailsCardContainer .btnContainer {
  margin-bottom: 22px;
  text-align: center;
}
.detailsCardContainer .btnContainer a.btn {
  color: #819aa9;
  background: transparent;
  border: 3px solid;
  font-style: italic;
  font-size: 18px;
  line-height: 33px;
  padding: 0 10%;
}
.detailsCardContainer .btnContainer a.btn:hover {
  color: white;
  background: #819aa9;
}
.detailsCardContainer .cardHeader {
  color: white;
  text-align: center;
  height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 33px;
}
.detailsCardContainer .cardHeader h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  width: 100%;
}
.detailsCardContainer .cardHeader h3 span {
  display: block;
  font: italic 30px georgia;
  text-transform: none;
}
.detailsCardContainer .cardContentContainer {
  display: -ms-flexbox;
  display: flex;
  padding: 33px;
  -ms-flex-flow: column;
      flex-flow: column;
}
.detailsCardContainer .cardContentContainer .cardDescContainer {
  margin-bottom: 33px;
}
.detailsCardContainer .cardContentContainer .cardDescContainer p {
  font: 16px/26px Georgia;
}
.detailsCardContainer .cardContentContainer .cardActionsContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.detailsCardContainer .cardContentContainer .cardActionsContainer .action {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #6b889a;
  margin-bottom: 33px;
  -ms-flex-flow: column;
      flex-flow: column;
}
.detailsCardContainer .cardContentContainer .cardActionsContainer .action:last-of-type {
  border: none;
}
.detailsCardContainer .cardContentContainer .cardActionsContainer .action .imgContainer {
  /* margin: 0 33px 33px 0; */
  display: none;
}
.detailsCardContainer .cardContentContainer .cardActionsContainer .action .imgContainer img {
  display: block;
  width: 90px;
}
.detailsCardContainer .cardContentContainer .cardActionsContainer .action .actionContent p {
  margin-bottom: 22px;
}

/************* EQUIP TAB *************/
.equipIntroSection h4 {
  font-size: 24px;
}

.trainingLinksSection h2 {
  font: normal 36px "ProximaBold", sans-serif;
  text-transform: uppercase;
}
.trainingLinksSection h3 {
  color: #819aa9;
}
.trainingLinksSection .pull {
  margin: 22px 0 30px;
  text-align: right;
  border-bottom: 1px solid #819aa9;
}
.trainingLinksSection .pull:after {
  content: "";
  display: block;
  border-bottom: 1px solid #819aa9;
  margin-top: -1px;
}
.trainingLinksSection .pull:last-child {
  margin-bottom: 0;
}
.trainingLinksSection .pull a {
  margin-bottom: 0;
  bottom: -1px;
}

.resourcesSection a, .trainingSection a {
  outline: 0;
}
.resourcesSection .sectionInner, .trainingSection .sectionInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.resourcesSection h2, .trainingSection h2 {
  font: normal 36px "ProximaBold", sans-serif;
  text-transform: uppercase;
  width: 100%;
}
.resourcesSection .gridContainer, .trainingSection .gridContainer {
  text-align: center;
  width: 170px;
  margin: 0 11px 22px;
}
.resourcesSection .gridContainer .gridImgContainer img, .trainingSection .gridContainer .gridImgContainer img {
  width: 170px;
}
.resourcesSection .gridContainer .locationTitle h3, .trainingSection .gridContainer .locationTitle h3 {
  color: #819aa9;
  font-size: 16px;
}

.trainingSection .gridContainer {
  width: 220px;
}
.trainingSection .gridContainer .gridImgContainer {
  position: relative;
}

@media only screen and (min-width: 575px) {
  .whatSection .gridOuterContainer {
    padding: 11px;
  }

  .trainingSection .pull {
    border-bottom: 1px solid #819aa9;
  }
  .trainingSection .pull a {
    bottom: -1px;
  }
}
@media screen and (min-width: 650px) {
  .faithGoals .faithGoalsTitle {
    max-width: 80%;
  }

  .detailsCardContainer h3, .detailsCardContainer h4, .detailsCardContainer h5 {
    font: normal 36px "ProximaBold", sans-serif;
  }
  .detailsCardContainer .btnContainer {
    text-align: left;
  }
  .detailsCardContainer .cardContentContainer {
    display: -ms-flexbox;
    display: flex;
    padding: 33px;
    -ms-flex-flow: row;
        flex-flow: row;
  }
  .detailsCardContainer .cardContentContainer .cardDescContainer {
    -ms-flex: 50%;
        flex: 50%;
    max-width: 50%;
    padding-right: 4%;
    margin-bottom: 0;
  }
  .detailsCardContainer .cardContentContainer .cardActionsContainer {
    -ms-flex: 50%;
        flex: 50%;
    max-width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    border-left: 2px solid #6b889a;
    padding-left: 4%;
  }
  .detailsCardContainer .cardContentContainer .cardActionsContainer .action {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #6b889a;
    margin-bottom: 33px;
  }
  .detailsCardContainer .cardContentContainer .cardActionsContainer .action .imgContainer {
    display: block;
    min-width: 130px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 700px) {
  #MapContainer {
    width: 98.8%;
    margin: 0 auto 16px auto;
  }
}
@media only screen and (min-width: 768px) {
  .trainingSection .pull {
    margin: 33px 0 40px;
  }
}
@media screen and (min-width: 800px) {
  .videoSection .videoSectionContainer {
    display: -ms-flexbox;
    display: flex;
  }
  .videoSection .videoSectionContainer .videoHeaderContainer {
    width: 40%;
    -ms-flex: 40%;
        flex: 40%;
  }
  .videoSection .videoSectionContainer #peaceVideo {
    width: 60%;
    -ms-flex: 60%;
        flex: 60%;
  }

  .whatSection .gridOuterContainer .gridContainer {
    -ms-flex: 50%;
        flex: 50%;
  }

  .detailsCardContainer .cardContentContainer .cardActionsContainer .action {
    -ms-flex-flow: row;
        flex-flow: row;
  }
}
@media screen and (min-width: 1090px) {
  .faithGoals .sectionInner {
    background: url("//s3-us-west-1.amazonaws.com/sb-web/saddleback.com/connect/ministry/peace/PEACE_Background.jpg") no-repeat;
    background-size: cover;
  }
  .faithGoals .faithGoalsTitle h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .faithGoals .faithGoalsTitle h2 span {
    display: inline;
  }
  .faithGoals .faithGoalsLetterContainer {
    display: inline-block;
    width: 150px;
    width: 178px;
    vertical-align: top;
    margin: 0 11px 33px;
  }
  .faithGoals .btn {
    font-size: 20px;
  }
}
@media screen and (min-width: 1285px) {
  .faithGoals .faithGoalsLetterContainer {
    margin: 0 28px 33px;
  }
  .faithGoals .faithGoalsLetterContainer .faithGoalsLetter {
    position: relative;
  }
  .faithGoals .faithGoalsLetterContainer .faithGoalsLetter:after {
    content: " ";
    display: block;
    position: absolute;
    border-radius: 50%;
    background: white;
    width: 10px;
    height: 10px;
    right: -40px;
    top: 25px;
    right: -35px;
    top: 22px;
  }
  .faithGoals .faithGoalsLetterContainer:last-of-type .faithGoalsLetter:after {
    display: none;
  }
}
