

@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-size: 100%;
     line-height: 1;
     vertical-align: baseline;
     background: transparent;
}
/*body {
     background-color: #2b2b2c;
     background-repeat:repeat-x;
     background-image:url(cssImages/mainBG.jpg);
     font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
     color: #333;
}*/
body {
	font-family:"omnes-pro", "Myriad-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #4f8e10;
}
ol, ul {
     list-style: none;
}
blockquote, q {
     quotes: none;
}

/* remember to define focus styles! */
:focus {
     outline: 0;
}

/* remember to highlight inserts somehow! */
a, ins {
     text-decoration: none;
}
del {
     text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
     border-collapse: collapse;
     border-spacing: 0;
}
#home-intro {
background: #8ebe3f;
background-image: url(/images/jesus-life-together-icon-screen.svg); /* fallback */
background-image: url(/images/father-daughter.gif), url(/images/jesus-life-together-icon-screen.svg), -webkit-gradient(linear, left top, left bottom, from(#6cab26), to(#6ceb86)); /* Saf4+, Chrome */
background-image: url(/images/father-daughter.gif), url(/images/jesus-life-together-icon-screen.svg), -webkit-linear-gradient(top, #4f8e10, #8ebe3f); /* Chrome 10+, Saf5.1+ */
background-image: url(/images/father-daughter.gif), url(/images/jesus-life-together-icon-screen.svg),    -moz-linear-gradient(top, #4f8e10, #8ebe3f); /* FF3.6+ */
background-image: url(/images/father-daughter.gif), url(/images/jesus-life-together-icon-screen.svg),     -ms-linear-gradient(top, #4f8e10, #8ebe3f); /* IE10 */
background-image: url(/images/father-daughter.gif), url(/images/jesus-life-together-icon-screen.svg),      -o-linear-gradient(top, #4f8e10, #8ebe3f); /* Opera 11.10+ */
background-image: url(/images/father-daughter.gif), url(/images/jesus-life-together-icon-screen.svg),         linear-gradient(top, #4f8e10, #8ebe3f); /* W3C */
background-position: 15% 100%, 50% 40%, 0 0;
background-size: /*auto, */25%, 100%, 100%;
background-repeat: no-repeat;
}
body.sm #home-intro {
background-position: 0 100%, 47% 20%, 0 0;
background-size: 70%, 250%, 100%;
background-repeat: no-repeat;
}

#home-textvideo {
	/*blue*/background: -webkit-linear-gradient(#0b4da3, #358ccc); background: -o-linear-gradient(#0b4da3, #358ccc); background: -moz-linear-gradient(#0b4da3, #358ccc); background: linear-gradient(#0b4da3, #358ccc);
	}
#home-topics {
	/*orange*/background: -webkit-linear-gradient(#f15603, #f8941d); background: -o-linear-gradient(#f15603, #f8941d); background: -moz-linear-gradient(#f15603, #f8941d); background: linear-gradient(#f15603, #f8941d);
}
#home-media {
	/*midgray*/background: -webkit-linear-gradient(#9b9ea2, #c7c9cb); background: -o-linear-gradient(#9b9ea2, #c7c9cb); background: -moz-linear-gradient(#9b9ea2, #c7c9cb); background: linear-gradient(#9b9ea2, #c7c9cb);
}
#home-withtoday {
	/*teal*/background: -webkit-linear-gradient(#087158, #2eaa96); background: -o-linear-gradient(#087158, #2eaa96); background: -moz-linear-gradient(#087158, #2eaa96); background: linear-gradient(#087158, #2eaa96);
}
#home-journalbulletin {
	/*purple*/background: -webkit-linear-gradient(#41288c, #7761af); background: -o-linear-gradient(#41288c, #7761af); background: -moz-linear-gradient(#41288c, #7761af); background: linear-gradient(#41288c, #7761af);
}
#home-faq {
	/*tan*/background: -webkit-linear-gradient(#977f4c, #c4b48b); background: -o-linear-gradient(#977f4c, #c4b48b); background: -moz-linear-gradient(#977f4c, #c4b48b); background: linear-gradient(#977f4c, #c4b48b);
}
#mobile-app-links {
    position: fixed;
    bottom: 15px;
    right: 25px;
	z-index: 87;
}
body.sm #mobile-app-links {
    position: relative;
    bottom: auto;
    right: auto;
	text-align: center;
	padding: 12px 0;
}
body.md #mobile-app-links {
    position: relative;
    bottom: auto;
    right: auto;
	text-align: right;
	padding: 12px 20px;
}
#mobile-app-links img {
	height: 30px;
}
#mobile-app-links a {
	margin-left: 14px;
}
body.sm #mobile-app-links a {
	margin: 3px;
}
#home-intro h1, #home-textvideo h1, ul.flippy {
	font-family: "felt-tip-roman", caflisch, script, serif;
	font-weight:400;
	color: #FFF;
	font-size: 55px;
	text-shadow: 1px 1px 2px rgba(57,56,57,0.7);
	text-align: center;
}
ul.flippy {
	text-shadow: 3px 3px 3px rgba(25,25,25,1.0);
}
#home-intro h1 span {
	display: block;
	margin-bottom: 10px;
}
#home-intro h1 span.lead {
	font-size: 100px;
}
body.md #home-intro h1, body.md #home-textvideo h1 {
	font-size: 32px;
}
body.sm #home-intro h1, body.sm #home-textvideo h1 {
	font-size: 26px;
}
body.md #home-intro h1 span.lead {
	font-size: 57px;
}
body.sm #home-intro h1 span.lead {
	font-size: 30px;
}
#home-intro h1 span.hilite {
	color: #ffcb05;
	display: inline;
}
#home-intro #key-image {
	position: absolute;
	bottom: 0;
	left: 5%;
	z-index: 1;
	width: 25%;
}
body.sm #home-intro #key-image, body.md #home-intro #key-image {
	width: 250px;
	position: relative;
	bottom: auto;
	left: auto;
}
body.sm #home-intro {
	padding-bottom: 0;
}
#home-intro p {
	font-size: 20px;
	line-height: 37px;
	letter-spacing: .05em;
	font-weight: 200;
	color: #FFF;
	max-width: 850px;
	padding-left: 25px;
	float: none;
}
body.sm #home-intro p {
	font-size: 16px;
	line-height: 28px;
	padding-left: 0;
	text-align: center;
	float: none;
}
#down-arrow {
	position: fixed;
	display: block;
	bottom: 25px;
	left: 48%;
	z-index: 2;
	width: 77px;
}
body.sm #down-arrow {
	display: none;
}
div.home-wrapper {
	max-width: 950px;
	margin: 0 auto;
}
body.sm div.home-wrapper, body.md div.home-wrapper {
	width: 100%;
	text-align: center;
}
body.md div.home-wrapper {
	padding: 12px 0;
}
#home-textvideo h1 {
	max-width: 625px;
	color: #f8941d;
	text-align: left;
	margin-bottom: 20px;
}
body.sm #home-textvideo h1 {
	color: #f8941d;
	text-align: center;
	margin-bottom: 12px;
}
#home-textvideo p {
	font-size: 25px;
	line-height: 40px;
	letter-spacing: .05em;
	font-weight: 200;
	color: #FFF;
	max-width: 550px;
	padding-left: 75px;
	float: left;
}
body.sm #home-textvideo p {
	font-size: 18px;
	line-height: 30px;
	padding-left: 0;
	text-align: center;
	float: none;
	margin-bottom: 12px;
}
#video-link {
	border: solid #FFF 4px;
	margin-left: 15px;
	cursor: pointer;
}
body.sm #video-link {
	margin-left: 0;
	cursor: pointer;
	width: 100%;
}
.section {
	padding: 0 70px;
	position: relative;
}
body.sm .section {
	padding: 15px;
	position: relative;
}
#home-media nav {
	max-width: 915px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
body.sm #home-media nav {
	width: 100%;
	margin: 0 auto;
}
#home-media nav a {
	width: 200px;
	height: 200px;
	display: inline-block;
	position: relative;
	margin: 20px 10px 0 10px;
	border: solid 3px rgba(255,255,255,0.0);
	color: #FFF;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
}
body.sm #home-media nav a, body.md #home-media nav a {
	width: 120px;
	height: 120px;
	margin: 20px 3px 0 3px;
	border: solid 2px rgba(255,255,255,0.0);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
#home-media nav a img{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
}
body.sm #home-media nav a img, body.md #home-media nav a img {
	width: 120px;
	height: 120px;
}
body.sm #home-media nav a svg, body.md #home-media nav a svg {
	width: 122px;
	height: 122px;
}
#home-media nav a span {
	width: 200px;
	display:block;
	position: absolute;
	bottom: 15px;
	z-index: 2;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: .03em;
}
body.sm #home-media nav a span, body.md #home-media nav a span {
	width: 120px;
	bottom: 7px;
	font-size: 14px;
}
#home-media nav a:hover {
	border: solid 3px rgba(255,255,255,1);
}

body.sm #home-media nav a:hover, body.md #home-media nav a:hover {
	border: solid 2px rgba(255,255,255,1);
}

#home-media p, #home-topics p, #home-faq p.faq-head {
	font-family: "felt-tip-roman", caflisch, script, serif;
	font-weight:400;
	color: #FFF;
	font-size: 45px;
	text-shadow: 1px 1px 2px rgba(57,56,57,0.7);
	text-align: center;
	margin-bottom: 15px;
}
#home-faq p.faq-head {
	font-size: 95px;
}
#slide-playpause
{
    display: none;
    width: 16px;
    height: 16px;
    background: url(/images/pause.svg) no-repeat;
    cursor: pointer;
	position: relative;
	top: 14px;
	left: 14px;
}
#slide-playpause.pause
{
    background-image: url(/images/play.svg);
}
div.homebox {
	max-width: 440px;
	display: inline-block;
	position: relative;
	color: #393839;
	margin: 12px 10px;
	vertical-align: top;
}
#home-journalbulletin div.homebox {
	vertical-align: bottom;
}
div.homebox h2 {
	font-family: "felt-tip-roman", caflisch, script, serif;
	font-weight:400;
	color: #FFF;
	font-size: 55px;
	text-shadow: 1px 1px 2px rgba(57,56,57,0.7);
	text-align: center;
	padding-bottom: 12px;
}
body.sm div.homebox h2 {
	font-size: 42px;
}
div.homebox h2 a {
	display: block;
	color: #FFF;
}
div.homebox a.desc {
	color: #393839;
	margin-top: -4px;
	padding: 20px;
	text-align: center;
	display: block;
	font-family:"omnes-pro", "Myriad-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	letter-spacing: .02em;
	line-height: 1.7;
	font-weight: 500;
	background-color: #c7c9cb;
}
div.homebox a.desc:hover {
	color: #FFF;
	background-color: #393839;
}
div.homebox img {
	width: 100%;
}
body.md #home-topics {
	padding: 24px 15px 12px 15px;
}
body.sm #home-topics {
	padding: 24px 15px 12px 15px;
}
#home-topics div.home-wrapper {
	text-align: center;
}
#home-topics div.topic-subhead {
	width: 210px;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin: 10px 10px 0 10px;
	font-family:"omnes-pro", "Myriad-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.sm #home-topics div.topic-subhead {
	width: 100%;
	display: block;
	text-align: center;
	margin: 25px 0 0 0;
	font-family:"omnes-pro", "Myriad-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#home-topics div.topic-subhead h2 {
	font-size: 28px;
	letter-spacing: .04em;
	font-weight: 200;
	color: #393839;
	text-transform:uppercase;
}
#home-topics div.topic-subhead ul li {
	margin-bottom: 12px;
	line-height: .9
}
#home-topics div.topic-subhead ul li a {
	font-size: 18px;
	letter-spacing: .04em;
	font-weight: 500;
	color: #393839;
}
#home-topics div.topic-subhead ul li a:hover {
	color: #FFF;
}
#home-topics div.topic-subhead img {
	margin: 15px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#current-faq {
	width: 600px;
	height: 535px;
	overflow: hidden;
	float: left;
	padding-right: 25px;
	font-family:  "rooney-web", "Palatino Linotype", Palatino, "Century Schoolbook L", Georgia, "Times New Roman", Times, serif;
}
#current-faq p {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 12px;
}
#current-faq p a {
	color: #0b4da3;
	border-bottom: dotted 1px #0b4da3;
}
#current-faq p a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
}
#current-faq h3 {
	font-weight: 500;
	font-style: italic;
	font-size: 22px;
	margin: 10px 0;
}
#faq-questions {
	width: 200px;
	height: 535px;
	float: left;
	position: relative;
}
#faq-questions li {
	width: 200px;
	height: 200px;
	color: #FFF;
	background-color: #2eaa96;
	text-align: center;
	font-family:"omnes-pro", "Myriad-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 26px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#faq-questions li a {
	display: block;
	padding-top: 44px;
	color: #FFF;
}
#faq-questions li a:hover {
	color: #393839;
}
#faq-questions li#q2 {
	position: absolute;
	left: 200px;
	top: 100px;
	background-color: #f8941d;
}
#faq-questions li#q3 {
	position: absolute;
	top: 225px;
	background-color: #905c94;
}
#faq-questions li#q4 {
	position: absolute;
	left: 200px;
	top: 325px;
	background-color: #dd5956;
}
#current-faq p.more {
	font-style: italic;
	font-size: 110%;
}


#it-matters {
	float: left;
	padding-right: 25px;
	font-family:  "rooney-web", "Palatino Linotype", Palatino, "Century Schoolbook L", Georgia, "Times New Roman", Times, serif;
}
#it-matters p {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 12px;
}
#it-matters p a {
	color: #0b4da3;
	border-bottom: dotted 1px #0b4da3;
}
#it-matters p a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
}

/* Overlay */
#simplemodal-overlay {background-color:#393839;}

/* Container */
#simplemodal-container {
	width: 646px;
	height: 432px;
	padding: 3px;
	color: #393839; 
	background-color:#FFF;
	-webkit-box-shadow: 0 0 10px 0 rgba(57,57,57,0.25);
	box-shadow: 0 0 10px 0 rgba(57,57,57,0.25);
}
#simplemodal-container a.modalCloseImg {background:url(/images/x.svg) no-repeat; width:35px; height:35px; display:inline; z-index:3200; position:absolute; top:-20px; right:-20px; cursor:pointer;
}
.video-wrapper {
	width: 100%;
}
#small-faq {
	display: none;
}
body.sm #small-faq, body.md #small-faq {
	display: block;
}
#big-faq {
	display: block;
}
body.sm #big-faq, body.md #big-faq {
	display: none;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.arrow {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
