/***************************
      HEADER/NAV/MENU
***************************/
nav {
  overflow: hidden;
  height: 75px;
  position: fixed;
  line-height: 75px;
  top: 0;
  z-index: 10;
}

.cursor {
  cursor: pointer;
}

#nav-mobile {
  text-transform: uppercase;
}

nav ul {
    margin-right: 10px;
}

nav .button-collapse {
  font-size: 1.5rem;
}

.side-nav {
	background-color: #f7f7f7;
}

.side-nav li>a {
	color: #315470;
	font-size: inherit;
	font-weight: 400;
}

.site-title {
  font-weight: 100;
  vertical-align: top;
  margin-left: 15px;
  white-space: nowrap;
}
.brand-logo img {
    width: 110px;
    padding: 10px;
    padding-top: 15px;
}
.menu-logo {
  width: 150px;
  margin: 10px auto;
  margin-top: 25px;;
  display: block;
}

.menu-title h5 {
  font-weight: 100;
}

/********************************
  Typography, Layout, & Buttons
********************************/
body {
  /* font-family: 'Roboto', 'Helvetica', sans-serif; */
  height: 100%;
  width: 100%;
  transition: all ease 0.250s 0.15s;
  background-color: #fafafa;
  font-size: 16px;
}
.headline {
  font-family: 'Nunito', 'Arial', sans-serif;
  margin: 10px auto;
  font-size: 4rem;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Nunito', 'Arial', sans-serif;
}

.bold {
  font-weight: 500;
}

.sjc-blue {background-color: #315470}
.sjc-blue-text {color: #315470}
.sjc-yellow {background-color: #b5bd00}
.sjc-yellow-text {color: #b5bd00}
.sjc-orange {background-color: #c3560e}
.sjc-orange-text {color: #c3560e}
.sjc-teal {background-color: #00b698}
.sjc-teal-text {color:#00bea2}
.sjc-burnt-orange {background-color: #f36248}
.sjc-burnt-orange-text {color: #f36248}

.text-shadow {
  text-shadow: 0px 1px 10px rgba(0,0,0,0.6);
}

.input-field .prefix {
	font-size: 1.5rem;
	margin-top: 10px;
}

section {
  margin: 0;
  padding: 55px 25px;
  /* margin-top: 50px; */
}

.footer ul li,
.main-content ul li {
  list-style-type: initial !important;
}

.highlight-text {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 300;
}

.btn:hover, .btn-large:hover {
    background-color: #00bea2;
}

.submit-btn {
  margin-left: 10px;
}

.input-field .prefix {
	width: 2rem;
}

/***************************
    ANIMATIONS & EFFECTS
***************************/
.fade-container {
  position: relative;
  max-width: 400px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay .text {
	width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.8);
}

.fade-container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/***************************
      MAIN CONTENT
***************************/
.main-content {
    width: 100%;
}

.hero-section {
    margin-top: 205px;
}

.hero-section a.btn-large{
  margin: 0 auto;
  display: block;
  width: 200px;
  font-size: 1.2rem;
  font-weight: 400;
}

.hero-section a.btn-large i {
  font-size: 1.2rem;
}

.hero-section h3 {
    margin: 10px 0;
}

.hero-img {
    max-width: 900px;
    margin: 0 auto;
    display: block;
}
.header-section {
  background-color: #315470;
  margin-top: 75px;
  padding: 20px 0;
  line-height: 150px;
}

.gallery-wrapper {
    display: block;
    margin: 0 auto;
}
.gallery-img {
    display: block;
    padding: 0 !important;
  width: 50%;
}

.cta {
  padding: 10px 15px;
  line-height: 2rem;;
  font-size: 2rem;
}

.cta-btn {
  font-weight: 100;
  margin: 10px 0;
}

.cta-btn i {
  font-size: 1.2rem;
}

.help-block {
	margin-left: 45px;
	color: #E53935;
}

.form-control-feedback {
	display: block;
	position: absolute;
	top: 15px;
	left: 90%;
}
/***************************
      HOME PAGE
***************************/
.home-page {
  background: url(../img/sjc-main-bg-dark.jpg) center 70% no-repeat;
  background-attachment:fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: table;
}

.home-page .hero-section h1 {
  margin-top: 55px;
}

.home-page .cta-btn {
  margin-top: 25px !important;
  margin-bottom: 75px !important;
}

.home-page .hero-img {
  margin-bottom: 55px;
}

/***************************
    RESOURCE PARENTS
***************************/
#resource-parent img.hero-img {
  margin-top: 55px;
}

/***************************
    SUCCESS STORIES
***************************/
.ss-headline {
  font-weight: 700;
}

.story-text ul li {
  margin-left: 15px;
}

/***************************
      CONTACT US
***************************/
#contact-us .ss-headline {
  margin-top: 55px;
}

#contact-us h6 {
  line-height: 1.6rem;
  font-size: 1.2rem;
}

.map-column {
	margin: .5rem 0 1rem 0;
}

.iframe-map {
  width: 100%;
  display: block;
}

.services-list {
  margin-left: 25px;
}

#contact-us .divider {
  margin: 10px 0;
}

.signup-form .input-field i {
  vertical-align: text-top !important;
  font-size: 1.6rem !important;
  padding-top: 10px;
}

#contact-us .reset-btn:hover {
	background-color: #e0e0e0;
}

#contact-us .submit-btn {
	width: 155px;
}

@media screen and (min-width: 800px) {
}

@media screen and (max-width: 992px) {
  .iframe-map {
    width: 100%;
    margin: 0 auto;
    margin-top: 55px;
  }
}
/***************************
    MODALS
***************************/

#successChallenge, #successFamily {
  background-color: #fffbca;
  width: 95%;
  padding: 0 !important;
  margin: 0 auto !important;
  display: block;
  overflow-y: auto;
}

#successChallenge.modal, #successFamily.modal {
  max-height: 85%;
}

#successChallenge a.btn.modal-close,
#successFamily  a.btn.modal-close {
  position: -webkit-sticky;
  position: sticky;
  /*background-color: rgba(0,0,0,0.3);*/
  top: 0;
}

/***************************
        FOOTER
***************************/
.footer {
  padding: 35px 55px;
  font-weight: 300;
}
.footer .row {
  margin-bottom: 0;
}
.footer ul li {
  margin-left: 25px;
}
.footer ul li a {
  color: #00bea2;
}

/***************************
    MEDIA QUERIES
***************************/
@media screen and (min-width: 600px) {

}

@media only screen and (min-width: 993px) {
	.container {
		width: 80%;
	}
}
