/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.site-header {
  /*background-color: #cfcfd1;*/ }

.site-branding {
  /*	background-color: lighten( $base-color, 5% );
  */ }

.site-description {
  /*	background-color: lighten( $base-color, 9% ); */ }

.main-navigation {
  /*background-color: lighten( $base-color, 3% );*/ }

.content-area {
  /*background-color: lighten( $base-color, 14% );*/ }

.site-main {
  /* sub-section of content-area*/ }

.widget-area {
  /*background-color: lighten( $base-color, 10% );
  */ }

.site-footer {
  /*background-color: lighten( $base-color, 3% );*/ }

@media screen and (max-width: 599px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    /*background-color: #ccc;*/ } }
/*--------------------------------------------------------------
# Forms
# Links
# Accessibility
# Alignments
# Clearings
# Widgets
# Posts and pages
# Asides
# Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
b {
  font-weight: bold; }

.totop {
  position: fixed;
  bottom: 2%;
  right: -300px;
  width: 300px;
  height: 100px;
  font-size: 30px;
  color: white;
  background: #f18500; }

html {
  /*	background: url("../images/map-background.gif") no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;*/ }

body {
  overflow-x: hidden; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"]
 {
  /* removed for hidden search in header. add comma before */
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  /*margin: 0 0 1.5em;*/ }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: .5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  font-size: .9em;
  margin: 0;
  font-family: "Open sans";
  font-weight: bold; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* Contact form for MR */
.contact-form {
  background-color: #ccc; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #404040;
  font-size: 100%;
  font-size: 16px;
  line-height: 1.75em; }

@media screen and (min-width: 650px) {
  body,
  button,
  input,
  select,
  textarea {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #404040;
    font-size: 100%;
    font-size: 18px;
    line-height: 1.77777777777778em; } }
/*type size tool http://www.pearsonified.com/typography/ */
h1, h5, h6 {
  clear: both; }

h1 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.725em;
  line-height: 38px; }

@media screen and (min-width: 400px) {
  h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2.125em;
    line-height: 52px; } }
h3 {
  /* used for category headings */
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  color: #005697; }

h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.5em;
  line-height: 1.25;
  margin-bottom: 3px; }

.latest-front-each {
  clear: both;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 40px 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  color: #35587d;
  line-height: 1.6; }

.by-front-page {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  font-style: italic; }

.front-time {
  /*	display: block;
  	clear: both;*/
  color: #aca9a9;
  font-size: 15px; }

h2.front, h2.front-heads-blue, h2.front-heads-white {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  /* 2 em */
  padding-top: 20px; }

.blue-wrap-church-leaders {
  background-color: #00a0d8;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  /* 2 em */
  padding: 10px 10px 20px 10px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.25; }

h2.entry-title {
  margin-top: 10px; }

p {
  margin-bottom: 1.5em; }

#masthead {
  font-family: 'Open Sans', sans-serif; }

.home-wrap, .site-footer {
  font-family: 'Open Sans', sans-serif; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #2e6d9d; }

a:hover,
a:focus,
a:active {
  color: midnightblue;
  border-bottom: 1px solid #ccc; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

strong {
  font-weight: bold; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.entry-footer {
  margin-bottom: 30px; }

.byline {
  color: #666;
  font-style: italic;
  margin-bottom: 5px;
  margin-top: 0px; }

.byline a {
  color: #666;
  text-decoration: none; }

.byline a:hover {
  color: #000;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.byline-description img {
  float: left;
  padding-right: 10px; }

.byline-description-read-more {
  font-style: normal; }

.secondary-articles-meta {
  text-transform: uppercase;
  font-family: helvetica, arial, verdana, sans-serif;
  font-size: 13px;
  color: #666;
  border-top-color: #ccc;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.secondary-articles-meta span {
  font-weight: bold; }

/* This starts the share buttons */
.social-button-container {
  clear: both;
  display: inline-block;
  padding-top: 0px; }

.social-hli-fb-like, .social-hli-twitter, .social-hli-gplus {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 90px !important; }

.social-hli-fb span {
  vertical-align: top !important;
  /* This is what makes the share button align right */ }

.social-hli-gplus iframe {
  width: 90px !important; }

.social-hli-linkedin {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 110px !important; }

.social-hli-email {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 50px !important;
  height: 20px; }

.social-hli-email span {
  width: 30px;
  font-family: verdana, helvetica, arial,sans-serif;
  font-size: 12px;
  line-height: 20px; }

.social-hli-fb {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 100px !important; }

.social-hli-print {
  display: block;
  float: left;
  cursor: pointer; }

/*End of SS Icons*/
.widget-area h3 {
  font-size: 1.125em;
  display: inline;
  color: #024873;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.thumbnail-featured {
  float: left;
  margin-right: 15px;
  line-height: .5; }

.latest-front-each p {
  display: block; }

/* aside stuff */
.e-missionary-inside {
  width: 279px;
  margin: 0px 10px 25px 7px;
  padding: 65px 0 10px 0px; }

.e-missionary {
  background-image: url("../images/e-missionary.png");
  z-index: 100;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 20px;
  padding: 60px 0 10px 10px; }

.searchform {
  width: 100%;
  margin: 0px 0px 25px 0px;
  padding: 0px 0 0px 10px;
  position: relative; }

.email-submit {
  position: absolute;
  right: 15px;
  top: 3px;
  width: 62px; }

#s {
  width: 75%;
  height: 20px; }

#searchsubmt {
  float: right; }

.tnc-blog-header {
  width: 310px;
  height: 161px;
  background-image: url("../images/tnc-header.jpg");
  margin-top: 5px; }

.tnc-blog ul {
  list-style: disc; }

.tnc-site {
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 5px 0 5px 0; }

.tnc-blog-bottom {
  padding-top: 10px;
  border-bottom-color: #cc932b;
  border-bottom-style: solid;
  border-bottom-width: 2px; }

/* end aside stuff */
.resources-meta {
  font-family: helvetica, verdana, sans-serif;
  font-size: 14px;
  display: inline; }

.resources-download-bar {
  clear: both;
  margin-bottom: 20px; }

.resource_download {
  display: inline;
  background-color: #00467f;
  margin-right: 10px;
  padding: 2px 7px 4px 10px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px; }

.resource_download img {
  vertical-align: text-bottom; }

.resource_download a {
  font-family: helvetica, verdana, sans-serif;
  font-size: 14px;
  color: #fff; }

.tags {
  font-size: .875em;
  color: #666;
  padding: 5px 0 5px 0; }

.tags a {
  text-decoration: none; }

.taxonomy-description img {
  float: left;
  margin-right: 20px; }

.page-header {
  margin-bottom: 30px; }

.search-form {
  position: absolute;
  right: 210px;
  top: 12px; }

.search-field {
  background-color: transparent;
  background-image: url("../images/searchicon.png");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0; }

.search-field:focus {
  background-color: #fff;
  /*	border: 2px solid black;
  */
  cursor: text;
  outline: 0;
  width: 230px; }

.search-submit {
  display: none; }

input[type="search"] {
  -webkit-appearance: textfield; }

.wp-caption.sfli-cover img {
  margin-top: 40px;
  border: 1px solid #ccc; }

.sfli-cover .wp-caption-text {
  font-size: 21px !important;
  line-height: 28px;
  margin-top: -140px;
  color: #fff; }

.sfli-cover .wp-caption-text a, .sfli-cover .wp-caption-text a:hover {
  border: 0;
  color: #fff; }

.back-to-top {
  display: none;
  background: none;
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px;
  z-index: 100;
  text-decoration: none;
  color: #005697; }

.back-to-top i {
  font-size: 60px; }

.site {
  overflow: hidden; }

.slideshow {
  max-width: 1200px;
  margin: 0 auto 0; }

.site-content {
  /*This starts in header and is for content-area and widget-area*/
  max-width: 1200px;
  margin: 0 auto 0; }

.content-area {
  width: 100%;
  background: #fff;
  /*	-webkit-box-shadow: 1px 1px 8px 4px #BFBFBF;
  	box-shadow: 1px 1px 8px 4px #BFBFBF;*/ }

.site-main {
  /* sub-section of content-area*/
  border-right: solid 1px #ccc;
  padding-right: 30px;
  padding-left: 10px; }

.content-area {
  padding: 10px 20px 0px 20px; }

@media screen and (min-width: 650px) {
  .content-area {
    float: left;
    margin: 0 -35% 0 0;
    padding: 20px; }

  .site-main {
    margin-right: 35%; }

  .widget-area {
    width: 35%;
    float: right;
    padding: 20px; } }
@media screen and (min-width: 950px) {
  .content-area {
    margin: 0 -360px 0 0; }

  .site-main {
    margin-right: 360px; }

  .widget-area {
    width: 360px; } }
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  max-width: 300px;
  margin: 0 auto; }

@media screen and (min-width: 800px) {
  .widget-area {
    max-width: 350px; } }
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

.widget li {
  list-style: none; }

.widget ul {
  margin: 0; }

/* End widget Section. */
@media screen and (min-width: 600px) {
  .main-navigation {
    display: block;
    clear: both;
    z-index: 10;
    text-align: center;
    padding: 0px 0px 30px 10px;
    line-height: 1em;
    border-top: 1px solid #132e66;
    border-bottom: 1px solid #132e66; }

  .main-navigation ul {
    list-style: none;
    margin: 0 0 0 10px;
    text-align: justify;
    position: relative; }

  .main-navigation li {
    position: relative;
    display: inline-block;
    /*Need inline-block to make dropdowns list right*/
    text-transform: uppercase;
    float: left;
    margin-right: 20px; }

  .main-navigation li:last-child {
    margin-right: 0px; }

  .main-navigation li span {
    color: #132e66;
    position: absolute;
    right: -15px;
    top: 6px; }

  .main-navigation li:last-child span {
    display: none; }

  .main-navigation a {
    padding: 8px 0 0px 0;
    display: block;
    /*Need block for touch drop downs*/
    text-decoration: none;
    color: #132e66;
    font-size: 16px; }

  .main-navigation a:hover {
    border: 0; }

  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 38px;
    left: -999em;
    /*z-index: 99999;*/
    margin: 0;
    padding-top: 5px;
    background-color: #065790; }

  .main-navigation ul ul li {
    white-space: nowrap;
    margin-top: -10px;
    margin-right: 0px;
    display: inline-block; }

  .main-navigation ul ul li {
    padding: 10px 20px 10px 20px;
    margin-left: 0px;
    display: block;
    border-bottom: solid 1px #022846;
    width: 100%; }

  .main-navigation ul ul ul {
    display: none; }

  .main-navigation ul ul .current_page_item {
    /*	background-color: #ccc;
    	overflow: hidden;
    	width: 94%;*/ }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto; }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%; }

  /*.main-navigation li.page_item_has_children > a:after {
  	content: ' \25BC ';
  	font-size: .5em;
  	position: absolute; top: .8em; right: 2.25em;
  }*/
  .main-navigation li.menu-item-has-children > a:after {
    /*	content: ' \25BC ';
    	font-size: .5em;
    	padding-left: 5px;
    	position: absolute; top: 8px;*/
    /*	  border-top: 10.8px solid #000;
        border-left: 8.3px solid transparent; 
        border-right: 8.3px solid transparent; 
        bottom: 0px;
        content: "";
        position: absolute;
        left: 5px;
        top: 9px;
        margin-left: 169px;
        width: 0; 
        height: 0;*/ }

  .main-navigation li.menu-item-has-children {
    cursor: pointer;
    padding-right: 0px; }

  .main-navigation li.menu-item-has-children {
    /* add hover */
    /*background-color: #2e3c53;*/ } }
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .main-navigation {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #e5e5e5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, #e5e5e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, #e5e5e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    /* IE6-9 */ }

  .main-navigation {
    position: relative;
    margin-left: -20px;
    margin-right: -20px; }

  .main-navigation ul ul a {
    color: #fff; }

  .main-navigation ul ul {
    top: 30px; } }
@media screen and (min-width: 1101px) {
  .main-navigation {
    max-width: 55%;
    position: absolute;
    right: 20px;
    bottom: 0px;
    padding: 10px 0px 0px 20px;
    border-top: none;
    /*	border-bottom: solid 6px #4382b1;
    */
    margin-right: 0px; }

  .main-navigation a {
    color: #fff;
    padding: 10px 10px 5px 10px; }

  .main-navigation li span {
    color: #fff; }

  .main-navigation li {
    padding: 0 0 5px 0; }

  .main-navigation li.current-menu-item, .main-navigation li.current-category-parent, .main-navigation li.current-menu-parent {
    background-color: #4382b1;
    /*-webkit-box-shadow: 2px -3px 3px 1px #114e7b;
    box-shadow: 2px -3px 3px 1px #114e7b;*/ } }
/*list this before menu_sm*/
/* Small menu. */
.menu-toggle {
  display: none; }

@media screen and (max-width: 599px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    cursor: pointer;
    color: #fff;
    padding: 6px 14px 6px 14px;
    font-size: 1.1em; }

  ul#primary-menu {
    padding: 0px 0px 0px 0px; }

  h4.menu-toggle {
    margin-top: 10px;
    float: right;
    width: 15%;
    /*position: absolute; right: 20px; top: 20px;*/ }

  .menu-toggle span {
    float: right;
    font-size: 75%; }

  .main-navigation ul {
    display: none;
    margin-left: 0; }

  .main-navigation ul li {
    display: block;
    text-align: left;
    margin-left: 0em;
    margin-bottom: 0px;
    float: none;
    clear: both;
    /*	background-color: #057069;
    */ }

  .main-navigation li a {
    text-decoration: none;
    font-size: 100%;
    color: white;
    width: 100%;
    display: block;
    padding: 6px 0 6px 20px; }

  .main-navigation a:active {
    color: #067D75; }

  .main-navigation li span {
    display: none; }

  .main-navigation ul ul {
    position: relative;
    top: 0;
    left: 30px;
    display: table;
    width: 100%;
    box-shadow: none;
    padding: 0px 0 0 0px; }

  .main-navigation ul ul li {
    border-bottom: 1px solid #999; }

  /*.main-navigation a:active {
  	background-color: $activered;
  }
  
  .main-navigation ul ul .current_page_item, .main-navigation ul .current_page_item {
  	background-color: $activered;
  	overflow: hidden;
  }*/
  .main-navigation .current_page_item > a,
  .main-navigation .current_page_item > a:active,
  .main-navigation .current_page_item li:active,
  .main-navigation .current_page_parent .current_page_item > a {
    color: #fff;
    width: 100%; }

  .main-navigation li.menu-item-has-children > a:after {
    content: ''; } }
/*End mobile navigation*/
/*.hero {
	width: 100%;
	height: 400px;
}*/
.front-heads-blue {
  /*font-weight: bold;*/
  color: #005697;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  padding-top: 20px; }

.front-heads-white {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0 20px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  padding-top: 20px; }

.what-we-do img {
  vertical-align: top;
  /*padding: 0 30px 20px 30px;*/ }

.what-we-do {
  max-width: 200px;
  margin: 20px auto 250px; }

.home-query-header {
  background-color: #005697;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif; }

@media screen and (min-width: 401px) {
  .what-we-do {
    max-width: 400px; } }
@media screen and (min-width: 800px) {
  .what-we-do {
    max-width: 800px; } }
/* Our Focus Section */
.focus-title a, .focus-title a:hover {
  color: #fff;
  text-decoration: none !important;
  cursor: pointer; }

.focus-title {
  display: table;
  width: 100%;
  background-color: #008acf;
  color: #fff;
  font-size: 32px;
  clear: left;
  text-align: center;
  padding-right: 10px;
  height: 65px; }

.focus-title span {
  display: table-cell;
  vertical-align: middle; }

.focus-detail a {
  color: #fff; }

.focus-detail {
  display: table;
  width: 100%;
  height: 65px;
  background-color: #00a0d8;
  color: #fff;
  text-align: center;
  padding-left: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 21px;
  clear: right; }

.focus-detail span {
  display: table-cell;
  vertical-align: middle;
  padding-top: 5px; }

/* Our Focus Section responsive */
@media screen and (min-width: 821px) {
  .focus-title {
    width: 50%;
    float: left;
    clear: left;
    text-align: right; }

  .focus-detail {
    display: table;
    width: 50%;
    float: right;
    text-align: left; } }
/* End Our Focus Section */
/* THIS IS THE NEWS SECTION */
.latest-front-header {
  display: block;
  clear: both;
  color: #005697;
  text-align: center;
  text-transform: uppercase;
  max-width: 800px;
  margin: 0px auto 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  padding-top: 70px; }

.latest-front {
  max-width: 950px;
  margin: 0 auto 0; }

.latest-front a {
  font-size: 18px;
  color: #35587d; }

.latest-front-left, .latest-front-right {
  padding: 0 20px 0 20px; }

.latest-front-each {
  height: 200px; }

@media screen and (min-width: 850px) {
  .latest-front-each {
    height: 175px; } }
@media screen and (min-width: 630px) {
  .latest-front-left {
    float: left;
    width: 47%; }

  .latest-front-right {
    float: right;
    width: 47%; } }
.blue-wrap {
  background-color: #0070c4;
  clear: both; }

.front-mission-map {
  margin: 0 auto 30px;
  max-width: 1199px; }

.how-to-help img {
  vertical-align: top;
  padding: 0 30px 0 30px; }

.help-wrap {
  background-color: #0070c4;
  width: 100%;
  height: auto;
  margin-top: -10px;
  padding-top: 0px; }

.how-to-help {
  max-width: 800px;
  margin: 0px auto 0;
  text-align: center;
  margin-bottom: 0px; }

.help-front-box {
  width: 70%;
  margin: 0 auto;
  padding: 10px 10px 0 10px;
  color: #fff;
  background-color: #0070c4; }

@media screen and (min-width: 721px) {
  .help-front-box {
    width: 33%;
    float: left;
    padding: 0 10px 0 10px;
    color: #fff; } }
.help-1 {
  font-size: 32px;
  line-height: 1.25;
  margin-top: 7px; }

.help-sub {
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-size: 21px;
  line-height: 26px;
  background-color: #008acf;
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0; }

.help-front-box img {
  border-radius: 50%; }

.learn-front {
  font-size: 18px; }

.tint {
  position: relative;
  float: left;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 5px 5px; }

.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(12, 108, 193, 0.3);
  transition: all .3s linear; }

.tint:hover:before {
  background: none; }

/*.focus-detail {
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;

}

.focus-detail:hover {
  box-shadow: inset 0 100px 0 0 #0089d2;
  
}*/
.leaders img {
  vertical-align: top; }

.leaders-wrap {
  width: 100%;
  /*height: 550px;*/
  margin-top: -10px;
  padding-top: 30px;
  /*background-image: url("../images/vatican.jpg");*/ }

.leaders {
  max-width: 800px;
  margin: 0px auto 0;
  text-align: center;
  margin-bottom: 0px; }

.leaders-each {
  /*width: 33%;*/
  /*	float: left;
  */
  padding: 0 10px 20px 20px;
  color: #fff;
  margin: 0 auto 0;
  width: 210px; }

@media screen and (min-width: 630px) {
  .leaders-each {
    width: 33%;
    float: left;
    padding: 0 10px 30px 20px;
    color: #fff; } }
.leader-each-wrap {
  max-width: 204px;
  border: 5px solid #fff;
  height: 450px;
  background-color: #008acf;
  -webkit-box-shadow: 1px 2px 8px 1px #636161;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 1px 2px 8px 1px #636161;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 1px 2px 8px 1px #636161;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }

.leaders-sub {
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-size: 21px;
  line-height: 26px;
  margin: 5px 0 5px 0;
  padding: 5px 2px 5px 2px; }

.donate-front {
  clear: both;
  max-width: 1200px;
  margin: 0px auto 0;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  color: #014c86;
  padding: 70px 0 5px 0; }

.donate-front.front-heads-blue {
  padding-top: 50px; }

.click-to-give-front {
  max-width: 600px;
  display: table;
  text-align: center;
  margin: 20px auto 30px; }

.click-to-give-front a:hover {
  border-bottom: none; }

/* The refernce for this effect is http://tympanus.net/codrops/2011/11/02/original-hover-effects-with-css3/ */
.view {
  width: 200px;
  height: 200px;
  /*margin: 10px;*/
  float: left;
  /*border: 10px solid #fff;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  /*box-shadow: 1px 1px 2px #e6e6e6;*/
  cursor: default;
  /*background: #fff url(../images/bgimg.jpg) no-repeat center center*/ }

.view .mask, .view .content {
  width: 200px;
  height: 200px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }

.view img {
  display: block;
  position: relative; }

.view p {
  font-family: 'Open Sans', sans-serif;
  /*background: rgba(0, 110, 199, 0.8);*/
  font-size: 21px;
  position: relative;
  color: #00539a;
  font-weight: 700;
  padding: 10px 20px 20px;
  text-align: center;
  margin: 30px 0 0 0; }

.view-first img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.view-first .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  /*background-color: rgba(0,159,218, 0.5);*/
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.view-first h2 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.view-first p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.view-first:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.view-first a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.view-first:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.view-first:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.view-first:hover a.info {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.site-header-wrap {
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3474a3+0,014a83+100 */
  background: #3474a3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3474a3 0%, #014a83 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3474a3 0%, #014a83 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3474a3 0%, #014a83 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3474a3', endColorstr='#014a83',GradientType=0 );
  /* IE6-9 */
  position: relative; }

.site-title {
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 56px;
  line-height: 65px; }

h1.site-title {
  margin-bottom: 10px; }

@media screen and (max-width: 445px) {
  .site-title {
    background-image: url("../images/hli-logo-sm.svg"); }

  .site-branding {
    width: 80%;
    float: left;
    padding-bottom: 0px; }

  .site-header {
    max-width: 1200px;
    margin: 0 auto 0;
    position: relative;
    padding: 15px 20px 0px 5px; } }
@media screen and (min-width: 446px) {
  .site-title {
    margin-top: 10px;
    background-image: url("../images/hli-logo.png"); }

  .site-branding {
    width: 85%;
    max-width: 635px;
    float: left;
    padding-bottom: 15px; }

  .site-header {
    max-width: 1200px;
    margin: 0 auto 0;
    position: relative;
    padding: 15px 20px 0px 5px; } }
@media screen and (min-width: 740px) {
  .site-branding {
    width: 70%; }

  .site-header {
    padding: 15px 20px 0px 20px; } }
@media screen and (min-width: 830px) {
  .site-title {
    /*font-size: 2.75em;*/
    line-height: 70px; } }
@media screen and (min-width: 1150px) {
  .site-title {
    /*font-size: 4em;*/
    line-height: 75px; } }
@media screen and (max-width: 599px) {
  .sub-nav {
    display: none; } }
@media screen and (min-width: 600px) {
  .sub-nav {
    display: inline-block;
    float: right;
    margin-right: 20px;
    color: #fff; }

  .sub-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right; } }
@media screen and (min-width: 720px) {
  .sub-nav li {
    display: inline;
    margin-right: 0%; }

  .donate {
    background-color: green;
    /*border: 1px #ccc solid;*/
    padding: 5px 10px 5px 5px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 1px 1px 4px 1px #404040;
    box-shadow: 1px 1px 4px 1px #404040;
    text-transform: uppercase; }

  .donate a {
    color: #fff;
    text-decoration: none; }

  .store {
    padding: 0 20px 0 20px; }

  .store a {
    color: #fff;
    text-decoration: none; }

  .store a:hover {
    border: 0; } }
.donate:hover {
  box-shadow: inset 0 1px 0 0 #FFF6CE,inset 0 -1px 0 0 #E3C852,inset 0 0 0 1px #FCE88D;
  -moz-box-shadow: inset 0 1px 0 0 #FFF6CE,inset 0 -1px 0 0 #E3C852,inset 0 0 0 1px #FCE88D;
  -webkit-box-shadow: inset 0 1px 0 0 #FFF6CE,inset 0 -1px 0 0 #E3C852,inset 0 0 0 1px #FCE88D; }

.donate a:hover {
  border: 0; }

.soliloquy-container .soliloquy-caption {
  position: absolute !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 100 !important; }

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  display: table !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent !important;
  text-align: left !important;
  margin: 0 auto; }

.soliloquy-container .soliloquy-caption-inside .soliloquy-caption-wrap {
  max-width: 1000px;
  margin: 0 auto 0; }

.soliloquy-container .soliloquy-fc-caption, .soliloquy-container .soliloquy-fc-caption-boquet p {
  line-height: 1.5 !important;
  color: #fff !important;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  padding: 0px 0px 0px 0px; }

.soliloquy-container .soliloquy-fc-caption-boquet p {
  /* The first one is a Fall-back for browsers that don't
                                      support rgba */
  background: black;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px 10px 10px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px; }

.soliloquy-container .join-fight {
  font-family: 'Open Sans', sans-serif !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  line-height: 1.25;
  text-shadow: 4px 4px 4px #000 !important; }

.soliloquy-container .soliloquy-caption a.soliloquy-button {
  font-family: 'Open Sans', sans-serif !important;
  text-transform: uppercase !important;
  color: #fff;
  letter-spacing: 1px !important;
  background-color: #217404 !important;
  display: inline-block;
  /*border:1px solid #F2F2F2;*/
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  width: auto;
  height: auto;
  background-image: linear-gradient(to top, #217404, #2D9E05); }

.soliloquy-container .soliloquy-caption a.soliloquy-button:hover {
  box-shadow: inset 0 1px 0 0 #FFF6CE,inset 0 -1px 0 0 #E3C852,inset 0 0 0 1px #FCE88D;
  -moz-box-shadow: inset 0 1px 0 0 #FFF6CE,inset 0 -1px 0 0 #E3C852,inset 0 0 0 1px #FCE88D;
  -webkit-box-shadow: inset 0 1px 0 0 #FFF6CE,inset 0 -1px 0 0 #E3C852,inset 0 0 0 1px #FCE88D;
  background-color: #FCDF5B; }

.soliloquy-container .soliloquy-caption-inside .soliloquy-caption-wrap {
  display: none; }

@media screen and (min-width: 280px) {
  .soliloquy-container .soliloquy-caption-inside .soliloquy-caption-wrap {
    display: block; } }
@media screen and (min-width: 300px) {
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    padding: 20px 0 0px 15px !important;
    margin-left: 0px; }

  .soliloquy-container .soliloquy-fc-caption, .soliloquy-container .soliloquy-fc-caption-boquet {
    max-width: 200px !important;
    font-size: 18px !important; }

  .soliloquy-container .join-fight {
    display: none; }

  .soliloquy-container .soliloquy-caption a.soliloquy-button {
    padding: 7px 15px !important;
    font-size: 18px !important;
    margin-top: 15px; } }
@media screen and (min-width: 300px) {
  .soliloquy-container .soliloquy-fc-caption, .soliloquy-container .soliloquy-fc-caption-boquet {
    max-width: 190px !important;
    font-size: 22px !important; } }
@media screen and (min-width: 500px) {
  .soliloquy-container .soliloquy-fc-caption, .soliloquy-container .soliloquy-fc-caption-boquet {
    max-width: 280px !important; } }
@media screen and (max-width: 599px) {
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    padding: 20px 0 0px 30px !important; }

  .soliloquy-container .soliloquy-fc-caption, .soliloquy-container .soliloquy-fc-caption-boquet {
    max-width: 220px !important;
    font-size: 20px !important;
    font-weight: bold; }

  .soliloquy-container .join-fight {
    display: none; }

  .soliloquy-container .soliloquy-caption a.soliloquy-button {
    display: none; } }
@media screen and (min-width: 700px) {
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    padding: 20px 0 0px 30px !important; }

  .soliloquy-container .soliloquy-fc-caption, .soliloquy-container .soliloquy-fc-caption-boquet {
    max-width: 330px !important;
    font-size: 24px !important;
    margin-top: 40px; } }
@media screen and (min-width: 800px) {
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    padding: 20px 0 0px 20px !important; }

  .soliloquy-container .soliloquy-fc-caption, .soliloquy-container .soliloquy-fc-caption-boquet {
    max-width: 350px !important;
    font-size: 28px !important; }

  .soliloquy-container .soliloquy-caption a.soliloquy-button {
    padding: 7px 15px !important;
    font-size: 20px !important;
    margin-top: 15px; } }
@media screen and (min-width: 900px) {
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    padding: 20px 0 0px 50px !important; }

  .soliloquy-container .soliloquy-fc-caption, .soliloquy-container .soliloquy-fc-caption-boquet {
    max-width: 400px !important;
    font-size: 24px !important; }

  .soliloquy-container .join-fight {
    display: block;
    font-size: 30px;
    margin-top: 20px; }

  .soliloquy-container .soliloquy-caption a.soliloquy-button {
    padding: 10px 25px !important;
    font-size: 20px !important;
    margin-top: 10px; } }
@media screen and (min-width: 1050px) {
  .soliloquy-container .soliloquy-fc-caption, .soliloquy-container .soliloquy-fc-caption-boquet {
    max-width: 450px !important;
    font-size: 26px !important; }

  .soliloquy-container .join-fight {
    display: block;
    font-size: 36px;
    margin: 20px 0 10px 0; } }
@media screen and (min-width: 1300px) {
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    padding: 35px 0 0px 0px !important; }

  .soliloquy-container .soliloquy-fc-caption, .soliloquy-container .soliloquy-fc-caption-boquet {
    max-width: 480px !important;
    font-size: 28px !important; }

  .soliloquy-container .join-fight {
    display: block;
    font-size: 42px; }

  .soliloquy-container .soliloquy-caption a.soliloquy-button {
    padding: 10px 25px !important;
    font-size: 26px !important;
    margin-top: 25px; } }
body {
  height: 300px; }

.footersignup {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #000;
  background: red;
  z-index: 1; }

.site-footer {
  /*background-color: #f6f3ed;*/
  margin: 0px auto 0;
  padding-bottom: 100px;
  position: relative;
  max-width: 1200px;
  border-top: 1px solid #ccc;
  /*	-webkit-box-shadow: 1px 9px 8px 4px #BFBFBF;
  	box-shadow: 1px 9px 8px 4px #BFBFBF;*/ }

.site-info {
  max-width: 1200px;
  margin: 50px auto 0;
  color: #005697; }

.footer-info {
  max-width: 960px;
  margin: 0 auto 0; }

.learn-footer {
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
  text-align: center; }

.join-mission-footer {
  max-width: 300px;
  margin: 30px auto 0;
  text-align: center; }

.join-social-footer {
  list-style: none;
  max-width: 250px;
  margin: 30px auto; }

.contact-footer {
  max-width: 300px;
  margin: 0 auto;
  text-align: center; }

@media screen and (min-width: 800px) {
  .learn-footer {
    margin: 10px 10px 40px 10px;
    text-align: left; }

  .join-mission-footer {
    text-align: left;
    margin: 10px; }

  .join-social-footer {
    margin: 10px 10px 10px 20px; }

  .footer-col1 {
    width: 33%;
    float: left; }

  .footer-col2 {
    width: 67%;
    float: left; }

  .join-social-footer {
    float: left;
    width: 40%; }

  .contact-footer {
    float: right;
    width: 40%;
    margin: 10px;
    text-align: center; }

  .irs-footer {
    max-width: 620px;
    margin: 10px 10px 10px 60px;
    padding-left: 10px;
    padding-top: 10px; }

  .contact-footer {
    text-align: left; } }
.irs-footer {
  clear: both;
  font-size: .8em;
  line-height: 1.5em;
  max-width: 620px;
  padding: 30px 20px 0 20px;
  margin: 0 auto; }

.footer-heads span {
  margin-bottom: 0px;
  border-bottom: solid 1px #005697; }

.footer-heads.join-social {
  text-align: center;
  margin-bottom: 10px; }

.learn-footer, .join-mission-footer, .join-social-footer, .contact-footer, .irs-footer {
  /*background-color: #ccc;*/ }

.sfli-content .cp-modal-popup-container {
  display: none; }

.sfli-flags {
  background: url("../images/flags.jpg");
  display: inline-block;
  height: 100px;
  width: 150px; }

#flag-france {
  background-position: -156px 0px; }

#flag-italy {
  background-position: -317px 0px; }

#flag-spain {
  background-position: -475px 0px; }

.sfli-languages {
  clear: both; }

.flag-enclosure {
  height: 120px;
  width: 150px;
  text-align: center;
  display: inline-block;
  margin-right: 20px; }

.sfli-pdfs {
  float: left;
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 0px; }

.thumbnail-featured-sfli {
  width: 150px;
  clear: both;
  float: left;
  margin-right: 15px;
  line-height: .5; }

.slif-hr {
  clear: both;
  margin-top: 50px;
  margin-bottom: 20px;
  height: 40px;
  background-color: #0d588e;
  width: 100%; }

.sfli-articles {
  padding-top: 10px;
  margin-bottom: 40px; }

.single-donation {
  max-width: 800px;
  margin: 40px auto 50px;
  text-align: center;
  background-color: #b01218;
  font-size: 32px;
  color: #fff;
  padding: 20px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 4px 4px 8px 2px #ccc;
  box-shadow: 4px 4px 8px 2px #ccc; }

.christmas-message-2017 {
  background-color: #a22014;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.25;
  font-weight: 400; }

@media screen and (min-width: 950px) {
  .christmas-text {
    font-size: 28px;
    width: 80%;
    margin: 0 auto; } }
@media screen and (min-width: 1300px) {
  .christmas-text {
    font-size: 32px;
    max-width: 1000px;
    margin: 0 auto; } }
