@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");
@import url("fonts.css");
@import url("https://use.typekit.net/aka0ecq.css");
html {
  font-size: 10px;
}
p {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  p.lead {
    font-size: 1.5rem;
	text-align: left;
  }
	footer .lead {
	font-size: 1.5rem!important;
		text-align: center!important;
}
	#about {
  padding: 0!important;
}
}
@media (min-width: 766px) {
	#span {
	display: none!important;
}
	#quote {padding-left: 10rem;}

}
@media (max-width: 766px) {
	#span2 {
	display: none!important;
}
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 9.375px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 9.375px;
  }
}
html, body {
  height: 100%;
}
body {
  background: #ffffff;
  font-family: "muli-regular", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #767676;
  margin: 0;
  padding: 0;
}
a, a:visited {
  color: #739B7B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: #3F6B52;
}
h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
  font-family: "termina", sans-serif;
  color: #ffffff;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-bottom: 2.4rem;
}
h3, .h03, h4, .h04 {
  margin-bottom: 1.5rem;
}
h5, .h05, h6, .h06 {
  margin-bottom: 1.2rem;
}
h1, .h01 {
  font-size: 3.1rem;
  line-height: 1.35;
  letter-spacing: -.1rem;
}
@media (max-width: 992px) {
  .visible-md {
    display: none !important;
  }
}
@media (min-width: 770px){
	p span {
  margin: -1px 1px 1px -1px;
  line-height: 2em;
  border-left: 1px solid;
  padding: 2em;
  font-weight: 500 !important;
}
}
#welcome, #talk {
	text-align: left!important;
}
@media only screen and (max-width: 667px) {
h1, .h01 {
    font-size: 2.6rem;
    letter-spacing: -.07rem;
  }
}
h2, .h02 {
  font-size: 2.4rem;
  line-height: 1.25;
}
h3, .h03 {
  font-size: 2rem;
  line-height: 1.5;
}
h4, .h04 {
  font-size: 1.7rem;
  line-height: 1.76;
}
h5, .h05 {
  font-size: 1.4rem;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: .2rem;
}
h6, .h06 {
  font-size: 1.3rem;
  line-height: 1.85;
  text-transform: uppercase;
  letter-spacing: .2rem;
}
p img {
  margin: 0;
}
p.lead {
  font-family: "hind-siliguri", sans-serif;
  font-size: 2rem;
  line-height: 1.857;
  color: #838383;
  margin-bottom: 2rem !important;
}
#pastor {
  padding: 4em 4em 2em 4em;
}

em, i, strong, b {
  font-size: 1.6rem;
  line-height: 1.875;
  font-style: normal;
  font-weight: normal;
}
em, i {
  font-family: "hind-siliguri", sans-serif;
}
strong, b {
  font-family: "hind-siliguri", sans-serif;
}
small {
  font-size: 1.1rem;
  line-height: inherit;
}

blockquote {
  margin: 3rem 0;
  position: relative;
}
blockquote:before {
  content: "\201C";
  font-size: 8rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
  font-family: "termina", sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}
blockquote p {
  font-family: "hind-siliguri", sans-serif;
  padding: 0 0 0 5rem!important;
  font-size: 1.6rem;
  line-height: 1.895;
}
mark {
  background: #739B7B;
  color: #000;
}
hr {
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
li {
  display: list-item;
}
ol, ul {
  margin-left: 1.7rem;
}
ul li {
  padding-left: .4rem;
}
ul ul, ul ol, ol ol, ol ul {
  margin: .6rem 0 .6rem 1.7rem;
}
ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}
ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3F6B52;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}
dt {
  margin: 0;
  color: #3F6B52;
}
dd {
  margin: 0 0 0 2rem;
}
button, .button {
  margin-bottom: 4rem !important;
}
fieldset {
  margin-bottom: 1.5rem;
}
input, textarea, select, pre, blockquote, figure, table, p, ul, ol, dl, form, .fluid-video-wrapper, .ss-custom-select {
  margin-bottom: 3rem;
}
img.pull-right {
  margin: 1.5rem 0 0 3rem;
}
img.pull-left {
  margin: 1.5rem 3rem 0 0;
}
.bgrid {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .bgrid {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .bgrid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .bgrid {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 400px) {
  .bgrid {
    padding: 0;
  }
}
@media (min-width: 1024px){
		#mobile {
	display: none;
}
}
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "hind-siliguri", sans-serif;
}
th, td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
}
th {
  color: #ffffff;
  font-family: "termina", sans-serif;
}
td {
  line-height: 1.5;
}
th:first-child, td:first-child {
  padding-left: 0;
}
th:last-child, td:last-child {
  padding-right: 0;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 150px;
  background: #739B7B;
  overflow: hidden;
}
.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 150px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #3F6B52;
}
.pace.pace-inactive {
  display: none;
}
.oldie .pace {
  display: none;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 800;
  height: 100%;
  width: 100%;
}
.no-js #preloader, .oldie #preloader {
  display: none;
}
fieldset {
  border: none;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
  display: block;
  height: 6rem;
  padding: 1.5rem 2rem;
  border: 0;
  outline: none;
  color: #333333;
  font-family: "hind-siliguri", sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.ss-custom-select {
  position: relative;
  padding: 0;
}
.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}
.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ss-custom-select select::-ms-expand {
  display: none;
}
.ss-custom-select::after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -10px;
  bottom: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  pointer-events: none;
  color: #252525;
}
.oldie .ss-custom-select::after {
  display: none;
}
textarea {
  min-height: 25rem;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  color: #ffffff;
}
label, legend {
  font-family: "termina", sans-serif;
  font-size: 1.4rem;
  margin-bottom: .6rem;
  color: #ffffff;
  display: block;
}
input[type="checkbox"], input[type="radio"] {
  display: inline;
}
label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "termina", sans-serif;
  line-height: inherit;
}
label > input[type="checkbox"], label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: .15rem;
}
::-webkit-input-placeholder {
  color: #838383;
}
:-moz-placeholder {
  color: #838383;
}
::-moz-placeholder {
  color: #838383;
}
:-ms-input-placeholder {
  color: #838383;
}
.placeholder {
  color: #838383 !important;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #57ca67;
  transition: background-color 5000s ease-in-out 0s;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  font-family: "termina", sans-serif;
  font-size: 1.5rem;
  height: 5.4rem;
  line-height: calc(5.4rem - .6rem);
  padding: 0 3rem;
  margin: 0 .3rem 1.2rem 0;
  color: #222222;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #739B7B;
  border: .3rem solid #739B7B;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  background-color: #739B7B;
  border-color: #739B7B;
  color: #ffffff;
  outline: 0;
}
.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  background-color: #3F6B52;
  border-color: #3F6B52;
  color: #FFFFFF;
}
.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  background: #739B7B;
  border-color: #739B7B;
}
button.full-width, .button.full-width {
  width: 100%;
  margin-right: 0;
}
button.medium, .button.medium {
  height: 5.7rem !important;
  line-height: calc(5.7rem - .6rem) !important;
}
button.large, .button.large {
  height: 6rem !important;
  line-height: calc(6rem - .6rem) !important;
}
button.stroke, .button.stroke {
  background: transparent !important;
  color: #ffffff !important;
  border: 0.3rem solid #ffffff !important;
}
button.stroke:hover, .button.stroke:hover {
  border: 0.3rem solid #ffffff !important;
  background-color: #ffffff !important;
  color: #3F6B52 !important;
}
button.pill, .button.pill {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  border-radius: 1000px;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.5rem .6rem 0 0;
  font-size: 8.4rem;
  font-family: "termina", sans-serif;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: #ffffff;
}
h1.intro-header {
  font-family: "termina", sans-serif;
  font-size: 3.4rem;
  color: #ffffff;
  position: relative;
}
h1.intro-header::before {
  display: block;
  height: 1px;
  width: 70px;
  background-color: #3F6B52 !important;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

.wide {
  max-width: 1300px;
}
.narrow {
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  h1.intro-header {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 600px) {
  h1.intro-header {
    font-size: 2.6rem;
  }
}
#home {
  width: 100%;
  background-color: transparent;
  position: relative;
  display: table;
}
.home-content-left {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .2rem;
  margin-bottom: 2.4rem;
}
.home-content-left h1 {
  font-family: "termina", sans-serif;
  font-size: 5.2rem;
  letter-spacing: -.05rem;
  line-height: 1.269;
  color: #729b7b;
  margin-bottom: 9rem;
}
.home-scrolldown {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  float: right;
}
.home-scrolldown i {
  padding-left: 9px;
}
.home-scrolldown a:hover, .home-scrolldown a:focus {
  color: #3F6B52 !important;
}
html[data-useragent*='MSIE 10.0'] .home-scrolldown, .oldie .home-scrolldown {
  display: none;
}
.scroll-icon {
  display: inline-block;
  font-family: "termina", sans-serif;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #3F6B52 !important;
  background: transparent;
  position: relative;
  top: 36px;
  right: 42px;
  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
}
.scroll-icon i {
  font-size: 2.4rem;
  position: relative;
  bottom: -6px;
}
@-webkit-keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  0%, 60%, 80%, 100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}
@keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  0%, 60%, 80%, 100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}
@media only screen and (max-width: 1200px) {
  #home {
    overflow: hidden;
  }
  .home-content {
    vertical-align: middle;
  }
  .home-content-left {
    padding: 18rem 0 12rem 40px;
  }
  .home-content-left h3 {
    font-size: 1.5rem;
  }
  .home-content-left h1 {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 1100px) {
  .home-content-left h1 {
    font-size: 4.6rem;
  }
  .home-content-left h1 br {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .home-content-left {
    width: 60%;
    padding: 18rem 6rem 12rem 4rem;
  }
  .home-content-left h3 {
    font-size: 1.5rem;
  }
  .home-content-left h1 {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 900px) {
  #home {
    height: auto;
  }
  #home, .home-content {
    display: block;
    text-align: center;
  }
  .home-content-left {
    width: 94%;
    position: static;
    padding: 15rem 6rem 366px;
    margin: 0 auto;
  }
  .home-content-left h1 {
    margin-bottom: 3.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #home {
    min-height: auto;
  }
  .home-content-left h3 {
    font-size: 1.4rem;
  }
  .home-content-left h1 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 600px) {
  .home-content-left {
    padding: 12rem 6rem 366px;
  }
  .home-content-left h1 {
    font-size: 3.3rem;
  }
  .home-content-left .button.stroke {
    width: 100%;
    min-width: 0;
    max-width: 280px;
  }
  .home-social-list {
    font-size: 2rem;
    right: 30px;
  }
  .scroll-icon {
    top: 21px;
  }
}
@media only screen and (max-width: 500px) {
  .home-social-list, .home-scrolldown {
    display: none;
  }
  .home-content-left {
    padding: 12rem 2.5rem 366px;
    width: 100%;
  }
  .home-content-left h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 400px) {
  .home-content-left {
    padding: 12rem 0 300px;
  }
  .home-content-left .button.stroke {
    margin: 0 0 1.2rem 0;
  }
}
#about, #quotes, #download {
  background: rgba(250, 250, 250, 0.1);
  overflow: hidden;
  padding: 0 3em;
}
/*
.about-intro {
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
*/
.about-features .features-list {
  padding-top: 5.4rem;
}
.about-features .feature {
  margin-bottom: 1.8rem;
}
.about-features .feature .icon {
  margin-bottom: 1.5rem;
  display: inline-block;
}
.about-features .feature .icon i {
  color: #3F6B52;
  font-size: 4.8rem;
}
.about-features .feature h3 {
  font-family: "termina", sans-serif;
  font-size: 1.9rem;
  color: #3F6B52;
  margin-bottom: 3rem;
}
.about-how {
  padding-top: 7.2rem;
  padding-bottom: 0px;
}
.about-how h1.intro-header {
  text-align: center;
}
#about .about-how h1.intro-header::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-how-content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  min-height: 300px;
  margin-top: 7.2rem;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.about-how-content::before, .about-how-content::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
}
.about-how-content::before {
  left: 0;
}
.about-how-content::after {
  left: 50%;
}
.about-how-content .about-how-steps {
  width: 100%;
}
.about-how-content .step {
  padding: 0 40px 1.5rem 60px;
  position: relative;
  min-height: 240px;
}
.about-how-content .step h3 {
  margin-bottom: 2.4rem;
}
.about-how-content .step::before {
  display: block;
  font-family: "hind-siliguri";
  font-size: 2rem;
  content: attr(data-item);
  color: #3F6B52;
  height: 54px;
  width: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  background-color: #729b7b;
  z-index: 500;
  position: absolute;
  top: -12px;
  left: -27px;
}
.about-bottom-image img {
  vertical-align: bottom;
}
@media only screen and (max-width: 1200px) {
  .about-how-content {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1024px) {
	#regular{
		display:none;
	}
  .about-intro {
    text-align: center;
  }

  
  .about-intro h1::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .about-intro [class*="col-"] {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
  }
  .about-how-content {
    max-width: 700px;
  }
}
@media only screen and (max-width: 850px) {
  .about-how-content {
    max-width: 550px;
  }
  .about-how-content::after {
    display: none;
  }
  .about-how-content .step {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding-right: 18px;
    min-height: auto;
    padding: 0 40px .9rem 60px;
  }
}
@media only screen and (max-width: 768px) {
  .about-features .feature .icon i {
    font-size: 4.4rem;
  }
  .about-features .feature h3 {
    font-size: 1.8rem;
  }
  .about-how h3 {
    font-size: 1.9rem;
  }
  .about-how-content::before {
    left: 30px;
  }
  .about-how-content .step {
    padding: 0 10px 0 80px;
  }
  .about-how-content .step::before {
    font-size: 1.6rem;
    height: 45px;
    width: 45px;
    line-height: 45px;
    top: -9px;
    left: 7.5px;
  }
}
@media only screen and (max-width: 650px) {
  .about-features {
    max-width: 600px;
    text-align: center;
  }
  .about-features .feature {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4.5rem;
  }
  .about-features .feature h3 {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .about-how-content {
    text-align: center;
  }
  .about-how-content::before {
    display: none;
  }
  .about-how-content .step {
    padding: 60px 0 0 0;
  }
  .about-how-content .step::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.about-intro {
  background: #3F6B52;
  color: #ffffff;
  padding-top: 10rem;
  padding-bottom: 6rem;
  /*  text-align: center;*/
  width: 100% !important;
}
.about-intro .row {
/*  max-width: 800px !important;*/
}
 
#download {
  background: #729b7b;
  color: #ffffff;
  padding-top: 10rem;
  padding-bottom: 6rem;
  text-align: center;
}
#download h1 {
  color: #ffffff;
  padding-bottom: 1em !important;
}
#download h1::before {
  background-color: #ffffff !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#download .lead {
  color: #ffffff;
  margin-top: 4.8rem;
}
#download .row {
  max-width: 800px;
}
footer {
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: rgba(255, 255, 255, 0.25);
  background-color: #729b7b;
}
footer a, footer a:visited {
  color: #ffffff;
}
footer a:hover, footer a:focus {
  color: #3F6B52;
}
footer h4 {
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}
/*

footer h4::before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
	justify-content: center!important;
	align-items: center!important;
}
*/
footer ul {
  list-style: none;
  margin: 0;
}
footer ul li {
  padding-left: 0;
}
footer ul a, footer ul a:visited {
  color: rgba(255, 255, 255, 0.25);
}
.footer-logo {
  display: block;
  margin: 0 0 5.4rem 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 93px;
  height: 21px;
  background: url("../images/logo.png") no-repeat center;
  background-size: 93px 21px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer-social-list {
  font-size: 1.8rem;
  margin-top: -1.5rem;
  margin-bottom: 3rem;
}
.footer-social-list li {
  display: inline-block;
  margin-right: 8px;
}
.footer-social-list li:last-child {
  margin-right: 0;
}
.footer-site-links .list-links {
  margin-bottom: 3rem;
}
footer .lead {
	font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .footer-main > .row {
    max-width: 600px;
  }
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-info {
    text-align: center;
  }
}
@media screen and (min-width: 600px)  {
        .mobile-break { display: none; }
    }
  @media only screen and (max-width: 600px) {
    .footer-main .row {
      max-width: 480px;
    }
    .footer-main h4 {
      padding-bottom: 0;
      margin-bottom: 2.4rem;
    }
    .footer-main h4::before {
      display: none;
    }
    .footer-main ul.list-links {
      width: 80%;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .footer-main ul.list-links li a {
      display: block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.03);
      padding: .6rem 0;
    }
    .footer-main ul.list-links li:first-child a {
      border-top: 1px solid rgba(255, 255, 255, 0.03);
    }
    .footer-contact, .footer-site-links, .footer-subscribe {
      text-align: center;
    }
    .footer-bottom {
      padding-bottom: .6rem;
    }
    .footer-bottom .copyright span {
      display: block;
    }
    .footer-bottom .copyright span::after {
      display: none;
    }
  }
  /*# sourceMappingURL=main.css.map */