/*
Theme Name: CFL - Minimal Responsive Blog Theme
Theme URI: http://www.teresys.com/
Description: CFL is simple, minimal design, clean, responsive, colorable blog theme with shortcodes, slider, social icons, settings and documentation. It is really simple to customize theme colors and widgets for all your needs.
Author: Teresys
Version: 1.9
Tags: minimal, simple, blog, responsive, clean, slider, shortcodes, colorable, typography, grid
License: GNU General Public License
*/


/* Table of Contents
==================================================
	#Global Reset
	#Font face
	#Structural Customization
	#Header
	#Navigation Bar
	#Slider
	#Content
	#Typography
	#Tables
	#Widgets
	#WP Blog
	#Styled Buttons
	#Tabs
	#Toggles
	#Callouts
	#Comments
	#WP Gallery
	#Misc
*/



/* @group Global Reset */

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;
	vertical-align: baseline;
}

html {
	position: relative;
}

a {
    text-decoration: none;
    color: #00b5e2;
}

a:hover {
	color: #003087;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}


ol, ul {list-style: none; }

blockquote, q {quotes: none; }

blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.pad td {
	padding: 10px;
}

pre,code {
	white-space: normal;
	background-color: #ededed;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	font: 12px/24px Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
	margin: 5px 0;
	padding: 5px;
}

a, .page-content a, .ui-widget-content a{
	color: #62B5E5;
}

a:hover{
	color: #3398CA;
}

:focus{
	outline: none;
}

button{
	outline: none;
}

p code {
	display: inline;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Verdana, Arial, sans-serif;
}
/* @end */

/* @group Font face */

@font-face{
	font-family: 'BaskBold';
	src: url('css/fonts/NewBaskervilleStd-Bold.ttf');
	src:
		url('css/fonts/NewBaskervilleStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/NewBaskervilleStd-Bold.woff') format('woff'),
		url('css/fonts/NewBaskervilleStd-Bold.ttf') format('truetype'),
		url('css/fonts/NewBaskervilleStd-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'BaskItalic';
	src: url('css/fonts/LibreBaskerville-Italic.ttf');
	src:
		url('css/fonts/LibreBaskerville-Italic.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/LibreBaskerville-Italic.woff') format('woff'),
		url('css/fonts/LibreBaskerville-Italic.ttf') format('truetype'),
		url('css/fonts/LibreBaskerville-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'GothamB';
	src: url('css/fonts/Gotham-Bold.eot');
	src:
		url('css/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/Gotham-Bold.woff') format('woff'),
		url('css/fonts/Gotham-Bold.ttf') format('truetype'),
		url('css/fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'GothamBk';
	src: url('css/fonts/Gotham-Book.eot');
	src:
		url('css/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/Gotham-Book.woff') format('woff'),
		url('css/fonts/Gotham-Book.ttf') format('truetype'),
		url('css/fonts/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'Gotham M';
	src: url('css/fonts/Gotham-Medium.eot');
	src:
		url('css/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/Gotham-Medium.woff') format('woff'),
		url('css/fonts/Gotham-Medium.ttf') format('truetype'),
		url('css/fonts/Gotham-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'GothamL';
	src: url('css/fonts/gotham-light.eot');
	src:
		url('css/fonts/gotham-light.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/gotham-light.woff') format('woff'),
		url('css/fonts/gotham-light.ttf') format('truetype'),
		url('css/fonts/gotham-light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.front-page-img {
	height: 390px !important;
	max-height: 390px !important;
}


body {
    line-height: 24px;
    -webkit-text-size-adjust: 100%;
    font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-size: 16px;
    color: #3C3C3C !important;
}


/* @end */

/* @group Structural Customization */

body.sidebar-right #wrap #content {
  float: left;
}

body.sidebar-right #wrap #sidebar {
  float: right;
}

body.sidebar-right #wrap #sidebar .widget-container {
  margin-left: 20px;
  margin-right: 0px;
}

body.sidebar-left #wrap #content {
  float: right;
}

body.sidebar-left #wrap #sidebar {
  float: left;
}

body.sidebar-left #wrap #sidebar .widget-container {
  margin-left: 0px;
  margin-right: 20px;
}

/* @end */

/* @group Header */

#header {
	clear: both;
	max-height: 160px;
	overflow: hidden;
}

#header .inner {
	padding: 8px 0 9px;
}

#header .header_extras {
	float: right;
}



h1#site-title {
	font-size: 3.5em;
	margin: 0;
	padding: 0;
	line-height: 100%;
	letter-spacing: -2px;
}

h1#site-title a,
#header h1#site-title a:hover {
	color: inherit;
	text-decoration: none;
	text-shadow: 0px 1px 0px #FFF;
}

/* Header Tagline */

#header span.site-desc {
	margin: 0;
	padding: 0;
	line-height: 100%;
	letter-spacing: -1px;
	font-size: 1.25em;
}

/* Header Logo */

.header-logo {
	float: left;
}

/* Image Header */

.header-logo img {
	max-height: 90px;
	max-width: 100%;
	width: 191px;
	margin: 0;
	position: absolute;
	left: 15px;
	right: 0;
	top: 0;
	bottom: 0;
}

#header #site-title.graphic a {
	text-indent: -9999em;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
}

/* Title Header */

#site-title{
	font-size: 30px;
	line-height: 30px;
}

.site-desc {
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
}


/* @end */

/* @group Navigation Bar */

#navigation {
	clear: both;
}

#footer-menu .menu li:first-child {
	display: none;
}

.crsespanol-logo-mobile-link-1, .crsespanol-logo-mobile-link-2 {
	display: none;
}

.crsespanol-logo-mobile-link-2 {
	margin-left: 20px;
}

.crsespanol-logo-mobile-link-2 img {
	margin-top: 2px;
	max-width: 276px;
}

#header .home-menu-page {
	display: none;
}

#navigation .menu-box .menu-header {
    padding-left: 0;
}

#navigation ul,
#navigation ul li {

	margin: 0;
	padding: 0;
}

#navigation .menu-box{
  border-top: 6px solid #00A2C7;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	background: rgba(34, 160, 208,0.9);
}

.ie9 #navigation .menu-box, .ie9 #navigation  .menu-box.fix-menu, .ie8 #navigation .menu-box, .ie8 #navigation  .menu-box.fix-menu{
	background: rgba(34, 160, 208,0.9);
}

.admin-bar #navigation .fix-menu{
	top: 32px;
}

#navigation   .menu-box.fix-menu{
    background: rgba(34, 160, 208,0.9);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a58a3', endColorstr='#511b6c', GradientType=1 );*/
}

#navigation .isStuck{

}

#navigation .fix-menu{
	position: fixed;
	border-top: 0;
}

#navigation .fix-menu .header_search {
    height: 46px;
}

#navigation .menu {
	height: 100%;
	margin: 0 auto;
}

div#header-nav-menu {
    font-size: 12px;
    margin-right: 190px;
}

.espanol #header-nav-menu {
    margin-right: 235px;
}

#navigation ul {
	float: right;
}

#navigation ul li {
 	background: -moz-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
 	background: -webkit-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
	-pie-background: linear-gradient(#FCFCFC, #ECECEC);
	background-image: none;
    position: relative;
    behavior: url("./wp-content/themes/skeleton/PIE.php");
}

#navigation ul li a {
	background-image: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 10px;
	line-height: 61px;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	color: white;
	-webkit-transition: line-height 0.3s ease-in-out;
	-moz-transition: line-height 0.3s ease-in-out;
	transition: line-height 0.3s ease-in-out;
}

#navigation .isStuck ul a{
	line-height: 46px;
}

/* Navbar Hover Links */

#navigation ul li li a {
	color: #521C6D;
    font-weight: normal;
    font-size: 15px;
    text-transform: none;
}

/* Navbar Active Links */

#navigation ul li.active a {
	color: #333;
	background: #fff;
	text-shadow: 1px 1px 0px #fff;
	border-bottom: 1px solid #fff;
}


/* Nav Sublevel */

#navigation .sub-menu .sub-menu{
	right: 0;
	top: 0;
}

#navigation ul.sub-menu,
#navigation ul.children {
	background: rgba(255, 255, 255, 0.8);
	left: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

#navigation ul.sub-menu li,
#navigation ul.children li {
	border: none;
}

#navigation .fix-menu ul .menu-item-has-children:after {
    top: 24%;
}

/* Nav Sublevel Links */

#navigation ul.sub-menu li a,
#navigation ul.children li a {
	padding: 5px 15px;
	line-height: 32px;
	border-radius: 0;
	min-width: 210px;
	border-bottom: none;
	position: static;
    behavior: none;
}

/* Nav Sublevel Hover */

#navigation ul.sub-menu li a:hover,
#navigation ul.children li a:hover {
	background: rgba(97, 189, 232, 0.95);
	color: white;
	border-bottom: none;
}

/* @end */


/* @group Slider */

.flexslider{
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 457px;
}

*:after, *:before  {
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding:0;
margin:0;
}

.slider-box li{
	margin: 0;
	position: relative;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
}

.no-slider-clear {
    margin-top: 60px;
}

.slider-box .container {
	z-index: 11;
	height: 100%;
}

.slides .slide-url {
    position: absolute;
    bottom: 50px;
    right: 50px;
	display: inline;
	text-transform: uppercase;
	color: white;
}

.slides .slide-content {
    position: absolute;
    top: 225px;
    /*left: 70px;*/
    /*width: 500px;*/
    right: 0;
    width: 320px;
    color: white;
}

.hero-content {
	position: absolute;
	top: 120px;
	left: 70px;
	width: 500px;
	color: white;
}

.slides .slide-title, .hero-content .hero-title {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1em;
}

.slides .slide-description, .hero-content .hero-description {
    font-size: 1.3em;
    line-height: 1.2em;

}

.title-no-url {
    padding: 20px 40px 22px;
    background-color: rgba(98,190,235,0.8);
}

.slide-title a {
    color: white;
    padding: 20px 40px 22px;
    background-color: rgba(98,190,235,0.8);
}

.slide-title a i {
    margin-left: 10px;
}

.slider-bottom-title {
	position: relative;
	text-align: center;
	z-index: 11;
	top: -23px;
}

.slider-bottom-title  span {
	background-color: #74CABA;
	color: white;
	padding: 27px 30px;
	font-size: 18px;
	text-transform: uppercase;
}

.flexslider {
    margin: 0;
    width: 100%;
    background: transparent;
    position: relative;
    zoom: 1;
    overflow: hidden;
}

.flexslider ul {
    list-style: none;
}

.flexslider ul ul{
	margin: 0;
}

.flexslider .slides {
    zoom: 1;
    height: 100%;
}
.flexslider .slides img {
	width: 100%;
    height: auto;
	margin: 0;
    padding: 0 !important;
	border-bottom: 5px solid #74CABA;
}

.flex-viewport {
    height: 100%;
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 0;
	width: 100%;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 36px;
    line-height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 40px;
    display: inline-block;
    content: "\f104";
	color: rgba(162, 162, 162, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
    content: "\f105";
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a .flex-play:before {
    content: '\f003';
}
.flex-control-nav {
	display: none;
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

/** PAGER **/

.fs-pager-wrapper{
    position:absolute;
    left:10px; bottom:10px;
    z-index:9999;
}

.fs-pager-wrapper a{
    display:inline-block;
    width:14px; height:14px;
    margin:0 5px 0 0;
    background:url(images/fs.pager.png) 0px -14px no-repeat transparent;
}
.fs-pager-wrapper .active{
    background:url(images/fs.pager.png) 0px 0px no-repeat transparent;
}

/* @end */

/* @group Content */

#content {
	font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Verdana, Arial, sans-serif;
}

#content>div{
	margin-right: 20px;
}

#content .headline-page, #sidebar .headline-page, #content h1, #content .entry-title{
	font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Verdana, Arial, sans-serif;
	font-size: 28px;
	font-weight: normal;
	text-transform: capitalize;
	margin: 20px 0;
	line-height: 140%;
}

#content h2{
	font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Verdana, Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#content h2 a{
	color: #74CABA;
}

.single .entry-content img{
	float: left;
	margin: 5px 10px 5px 0;
	max-width: 100%;
    height: auto;
}

.post .wp-post-image {
    min-width: 100%;
    text-align: center;
}

#content blockquote {
	border-left-color: #74caba;
	background: rgba(191, 232, 225, 0.2);
}

/* @end */

/* @group Footer */

#footer {
	background-color: black;
	color: #a5a4a1;
	font-size: .9em;
	clear: both;
	width: 100%;
	padding: 0.6em 0 3em;
	margin: 0;
	font-family: arial;
}

#footer.noborder {
	border: none;
	padding-top: 0;
}

#footer .id-number-box {
	font-size: 2.084em;
	line-height: 1em;
	float: left;
}

#footer .id-number-text {
	font-size: 0.7em;
    line-height: 1.3em;
    float: left;
    width: 130px;
    margin-left: 0.9em;
    margin-top: 0.1em;
    text-transform: uppercase;
}

#footer .footer-first-box {
	padding: 2.778em 0 1.23em;
	font-family: arial;
}

.footer-box {
    font-size: 0.9722em;
}

#footer .footer-second-box {
	clear: left;
	border-color: #4F4F4F;
	border-style: solid;
	border-width: 1px 0 1px;
	font-size: 0.695em;
	padding: 1.25em 0;
}

.footer-second-box .menu{
	margin-top: 0;
}

.footer_partners_logo_box a {
    width: 32% !important;
    text-align: center;
    display: inline-block;
}

.footer_last_box {
	font-size: 0.834em;
    line-height: 1.8em;
    padding-top: 1em;
}

#footer .footer-copyrights{
	font-size: 12px;
	text-align: right;
	line-height: 1;
}

#footer .follow-us{
	float: right;
}

#footer .follow-us li, #footer .fusion-row li{
     display: inline;
     list-style-type: none;
 }

#footer .fusion-row li+li {
	margin-left: 0.5em;
    padding-left: 1.3em;
	border-left: 1px solid #4f4f4f;
}

#footer .sign-up-box{
	float: right;
}

#footer .sign-up-box input, #footer .sign-up-box button{
	border: none;
	color: inherit;
	padding: 7px 5px;
	font-size: 12px;
	width: 125px;
	height: 30px;
	float: left;
	background-color: #1a1a1a;
}

#footer .sign-up-box button{
	color: black;
	background-color: #363636;
	width: 30px;
	padding: 0 !important;
}

#footer .sign-up-box i{
	font-size: 20px;
}

#footer #credits {
	font-size: 11px;
	color: #9f9f9f;
	text-align: center;
	display: none;
}

#footer .fusion-row span {
    border-right: solid 1px #999;
    padding-right: 1em;
    margin-right: 1.5em;
    font-size: 10px;
}

.themeauthor,
.themeauthor a:link,
.themeauthor a:hover,
.themeauthor a:visited {
	font-size: 11px;
	color: #AEAEAE;
	text-decoration: none;
}

/* Partners box */

.partners-box {
	width: 100%;
	padding: 10px 0;
	background: #061f41;
	color: white;
    padding: 1.667em 0 1.444em 0;
    overflow: hidden;
    background-color: #061f41;
}

.footer_far p strong {
	  color: #fff;
    font-size: 3.214em;
    line-height: 1.5em;
    letter-spacing: normal;
    font-family: Georgia,"Times New Roman","DejaVu Serif",serif;
}

.footer_far p {
	font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.6666666667em;
	font-size: 0.6666666667rem;
	line-height: 1.333em;
	letter-spacing: 1px;
	color: #fff;
}

.partners-box i{
	font-size: 40px;
	color: white;
	margin: 10px 10px 0 0;
}

.partners-title{
	font-size: 38px;
	line-height: 38px;
	font-family: BaskBold;
}

.partners-title span{
	margin-right: 10px;
}

.partners-title span:nth-child(1){
	color: #ab7eb7;
}

.partners-title span:nth-child(2){
	color: #5fbbea;
}

.partners-title span:nth-child(3){
	color: #73cbbb;
}

.partners-box .screen-reader-text {
	display: block;
}

.partners-box li{
	list-style-type: none;
}

.partners-box .widget-title {
	margin: 10px 0 15px;
}

.partners-box .container>div{
	margin-bottom: 0;
}

/* Footer Menu */

#footermenu {
	font-size: 12px;
	position: relative;
	clear: both;
	text-shadow: none;
	line-height: 1;
}

#footermenu ul {
	display: inline-block;
	line-height: 1;
}

#footermenu ul, #footermenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#footermenu li {
	color: #ccc;
	float: left;
}


#footermenu li a {
  margin: 0 10px;
  padding: 0;
  float: none;
  background: none;
  display: inline;
  text-decoration: none;
  border-bottom: none;
  font-weight: normal;
}

#footermenu li.menu-item-last span {
  display: none;
}

/* @end */


/* @group Typography */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration: none;
}


h1 {line-height: 140%; margin: 14px 0;}
h2 {line-height: 130%; margin: 10px 0;}
h3 {line-height: 130%; margin: 8px 0;}
h4 {line-height: 125%; margin: 8px 0;}
h5 {line-height: 120%; margin: 8px 0;}
h6 {
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 8px;
	color: inherit;
	font-weight: bold;
	text-transform: uppercase;
	color: #62B5E5;
}

.subheader { color: #777; }
.normal {font-weight: normal;}
.bolder {font-weight: bolder;}

p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }

/*	Blockquotes  */

blockquote, blockquote p { font-size: 24px; line-height: 28px; color: #000; }
blockquote { margin: 0 0 20px; padding: 15px 20px 5px 20px; border: 1px solid #ccc; border-left: 5px solid #FF8D6D; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

span.author {
	font-size: 14px;
	color: #ccc;
	display: block;
	text-align: right;
}

blockquote p {
	margin: 0;
}

hr { border: solid #ccc; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

.entry-content, .container.page-content {
    text-align: justify;
	font-size: 16px;
	padding-top: 20px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content h7 {
    text-align: left;
}

.entry-content .gray-centered {
	text-align: center;
}

.entry-content iframe {
    width: 100%;
}

.entry-content img {
    max-width: 100%;
	height: auto;
}

.post .entry-content img {
    float: left;
    padding: 7px 12px 0 0;
}

/* #Links
================================================== */
.tweet-content a {
	word-break: break-all;
}
a, a:visited {text-decoration: none; outline: 0; }
a:hover, a:focus { text-decoration: none;}
p a, p a:visited { line-height: inherit; text-decoration: none; }


/* #Lists
================================================== */
/* ul, ol { margin-bottom: 20px; }*/
ul { list-style: disc inside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px;}
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { margin-bottom: 12px;    list-style-type: square; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }
abbr,acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
	cursor: alias;
}
cite {
	font-style: italic;
	font-family: Georgia, serif;
}
q {
	font-style: italic;
}


/* # Image Alignment Classes
============================================================== */

.alignright {
	float: right;
	margin: 0px 0px 10px 15px;
}

.alignleft {
	float: left;
	margin: 0px 15px 10px 0px;
}
.aligncenter {
	display:block;
	margin:0 auto 10px auto;
}

.full-width {
	width:100%;
	height:auto;
	overflow:hidden;
	margin: 30px 0;
}

/* #Images
================================================== */

img.scale-with-grid,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100% !important;
	height: auto;
}


/* WP Captions */

.wp-caption {
	text-align: center;
	padding: 5px;
	margin: 10px auto;
}


.wp-caption {
	border: 1px solid #fff;
	background-color: #f6f6f6;
	color: #666;
	text-shadow: 1px 1px 0px #fff;
	-webkit-box-shadow:1px 1px 6px #ddd;
	-moz-box-shadow:1px 1px 6px #ddd;
	box-shadow:1px 1px 6px #ddd;
	position: relative;
	behavior: url('../wp-content/themes/skeleton/css/PIE.php');
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 0 0px 0;
	margin: 0;
}

.wp-caption.alignleft {
	margin: 0px 10px 0px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 0px 10px;
}


/* @end */

/* @group Tables */

table {
	margin: .5em 0 1em;
}

table th {
	text-align: left;
	border: 1px solid #d1d1d1;
	padding: .4em .8em;
	background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
	font-weight: bold;
}

table td {
	border: 1px solid #d1d1d1;
	padding: 10px;
}

/* @end */

/* @group Widgets */


li.widget-container {
	list-style: none;
}

.widget-container ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget-container select {
	max-width: 100%;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}

.widget_search label {
	display: none;
}

.widget-container {
	margin: 0 0 28px 0;
	padding-top: 1px;
}

.widget-container ul {
	margin-left: 0;
}

.widget-title {
	font-weight: normal;
	font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

input#searchsubmit {
	margin-bottom: 0;
}

.widget-container a:link,
.widget-container a:visited {
	text-decoration: none;
	color: #4F4F4F;
	font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Verdana, Arial, sans-serif;
	font-size: 14px;
}

.widget-container a:active,
.widget-container a:hover {
	text-decoration: none;
}

.widget-container .entry-meta {
	font-size: 11px;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}


#sidebar .widget_recent_entries ul,
#sidebar .widget_categories ul,
#sidebar .widget_archive ul,
#sidebar .widget_recent_comments ul,
#sidebar .widget_meta ul {
	list-style: none;
}

#sidebar .widget-title {
	color: #74CABA;
	margin: 0 0 8px;
}


/* Search Form */


#searchform input#s {
	float: left;
	-webkit-border-radius:4px 0px 0px 4px;
	-moz-border-radius:4px 0px 0px 4px;
	border-radius:4px 0px 0px 4px;
	height: 32px;
}

form#searchform input#s {
    float: none;
}

#searchform #searchsubmit {
	margin:0;
	-webkit-border-radius:0px 4px 4px 0px;
	-moz-border-radius:0px 4px 4px 0px;
	border-radius:0px 4px 4px 0px;
	height: 32px;
	line-height: 1 !important;
}
#content #searchform label {
	float: left;
	line-height: 32px;
	height: 32px;
	padding-right: 10px;
}



/* WP Calendar Widget */

#wp-calendar {
	font-family: arial,helvetica,sans-serif;
	width: 100%;
	font-size: .85em;
}

#wp-calendar td {
	padding: 4px 0;
	text-align: center;
	border: 1px solid #d2d2d2;
	background-color: #ededed;
	text-shadow: #fff 1px 1px 0;
	color: #7c7c7c;
}

#wp-calendar td.pad {
	background-color: #e5e5e5;
}

#wp-calendar td#today {
	color: #fff;
	background-color: #6e6e6e;
	text-shadow: 1px 1px 0px #333;
}

#wp-calendar caption {
	font-weight: bold;
}

#wp-calendar th {
	font-style: normal;
	background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
	text-shadow: #ebebeb 0 1px 0;
}

/* WP RSS Widget */

.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Indent Sidebar Lists */

.widget-container ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* Page Menus/Custom Menus */

.cfl-nav-logo {
    font-size: 32px;
    line-height: 64px;
    letter-spacing: -2px;
	color: white;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    padding-left: 0;
    text-transform: uppercase;
}

.cfl-nav-logo:hover {
	color: white;
}

.isStuck .cfl-nav-logo {
	line-height: 43px;
}

li.page_item,li.menu-item {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Page Menus/Custom Menus - Sublevels */

li.page_item li a,li.menu-item li a {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	color: #666;
	line-height: 175%;
	font-weight: normal;
}
li.page_item li a:hover,li.menu-item li a:hover {
	background: none;
}

li.page_item a:hover,
li.menu-item a:hover {
	text-decoration: none;
	/*color: #333;*/
}

/* @end */


/* @group WP Blog Styles */

.sticky {
	padding: 1em 0;
	margin: 1em auto;
	border: 10px solid #eee;
	border-left: none;
	border-right:none;
}

.entry-meta, .entry-utility {
	font-size: 11px;
	color: #666;
	padding-bottom: 10px;
}

.single .entry-utility {
    margin-top: 15px;
    border-top: 1px solid #dedede;
}

.entry-meta .fa{
	margin: 0 10px;
}

.entry-meta .fa:first-child{
	margin-left: 0;
	padding-left: 1px;
}

.entry-meta, .cat-links,.comments-link,.meta-sep,.entry-utility {
	font-size: 14px;
	color: #62B5E5;
	font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Verdana, Arial, sans-serif;
}

.entry-utility .fa{
	margin: 0 5px;
}

.entry-utility .fa:first-child{
	margin: 0 5px 0 0;
}

.meta-sep {
	margin: 0 5px;
}

.post {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.post + .post{
	border-top: 1px solid #D6D6D6;
	margin-top: 10px;
}

.post.single {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.skeleton_relatedposts h4 {
	border-bottom: 1px solid #eee;
}

.skeleton_relatedposts ul {
	color: #666;
	list-style: square;
	margin-left: 20px;
}

.skeleton_relatedposts ul li {
}



/* @end */


/* @group Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button a, .button {
  background-image: none;
  margin: 0;
  margin-bottom: 0;
  display: inline-block;
  font-stretch: narrower;
  font-weight: normal;
  white-space: nowrap;
  padding: .5em 1em;
  font-size: 1em;
  color: white;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #00468b;
  background: #00468b;
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a72c0), color-stop(100%, #1d65b3));
  background: -webkit-linear-gradient(top, #2a72c0 0%, #1d65b3 100%);
  background: -o-linear-gradient(top, #2a72c0 0%, #1d65b3 100%);
  background: -ms-linear-gradient(top, #2a72c0 0%, #1d65b3 100%);
  background: -moz-linear-gradient(top, #2a72c0 0%, #1d65b3 100%);
  background: linear-gradient(top bottom, #2a72c0 0%, #1d65b3 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #2a72c0, #1d65b3);
  behavior: url("PIE.htc");*/
  position: relative;
  background-repeat: repeat-x;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button a:hover, .button:hover {
    background: #002c58;
}

.button a:hover {
  text-decoration: none !important;
}


button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	cursor: pointer;
}
/*
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
a.button:active {
  -webkit-box-shadow: inset 0 2px 6px 0 #0e4177, inset 0 0 0 0 #0e4177, 0 1px 1px 0 #eeeeee;
  -moz-box-shadow: inset 0 2px 6px 0 #0e4177, inset 0 0 0 0 #0e4177, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 2px 6px 0 #0e4177, inset 0 0 0 0 #0e4177, 0 1px 1px 0 #eeeeee;
}
*/

a.button span.btn_caption {
  color: #acd3f1 !important;
  text-shadow: 0 1px 0 #3B639B;
}

a.button:hover{
    color: #F4F4F4;
}

a.button {
    color: #fff;
}
.text-right {
    text-align: right;
}

.no-bg, .no-bg:focus, .no-bg:active {
	background: none;
}

.mm-menu>.mm-panel.mm-opened {
	padding: 0;
}

.mm-menu>.mm-panel.mm-opened .menu-level-1 {
	padding: 0 20px;
}

.mm-menu li.current-menu-item a {
	color: #00b5e2;
}

.button-color-white {
	color: #fff !important;
}

.button-color-black {
	color: #000 !important;;
}

.button-color-gray {
	color: #666 !important;;
}

.button-color-light-gray {
	color: #999 !important;;
}

.button-bg-blue {
	background: #00468b;
}
.button-bg-blue:hover {
	background: #00408b;
}

.button-bg-gold {
	background: #fdb813;
}
.button-bg-gold:hover {
	background: #fdb00b;
}

.button-bg-peach {
	background: #f69471;
}
.button-bg-peach:hover {
	background: #f68956;
}

.button-bg-pink {
	background: #f48da0;
}
.button-bg-pink:hover {
	background: #f47897;
}


.button-bg-black {
	background: #000;
}
.button-bg-black:hover {
	background: #242424;
}

.button-bg-gray {
	background: #666;
}
.button-bg-gray:hover {
	background: #3e3e3e;
}


.button-bg-light-gray {
	background: #999;
}
.button-bg-light-gray:hover {
	background: #737373;
}

.button-bg-white {
	background: #fff;
}
.button-bg-white:hover {
	background: #ededed;
}

.cta-button {
	border: none;
}
.cta-button.button-size-full {
	width: 100%;
}

.button-light {
	font-family: "Gotham A","Gotham B",Arial,Helvetica,sans-serif;
	border: 2px solid #fff;
	color: #fff;
	position: relative;
	display: inline-block;
	font-size: 18px !important;
	position: relative;
	padding: 10px 44px 10px 24px;
}
a.button-light:after {
	content: '';
	background: url("images/s-icons-retina.png") -59px -115px no-repeat;
	background-size: 830px 440px;
	width: 14px;
	height: 35px;
	position: absolute;
	top: 4px;
	right: 20px;
}

#landing h3 {
    text-transform: uppercase;
}

/* @end */

/* @group Comments */

#respond {margin:0px;float:left;border-top: 1px solid #eee;padding-top: 10px;width: 100%;}

#respond input[type=text] { width:300px; margin-right:20px; }
#respond textarea {width:550px; height:120px; max-height:300px; padding:10px; }
#comments { float:left; margin:0;}

#comments {border: 0;width: 100%;}
body.dark #comments {background: url(images/dark/divider.png) repeat-x right top;}

#comments h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}
#comments h6 {font-family: "'Gotham A', 'Gotham B', 'Helvetica Neue', Verdana, Arial, sans-serif;", Times, serif;letter-spacing: normal;text-transform: uppercase;margin: 10px 0px;}

#comments .comment-meta { margin:0px 0px 15px 0px; display:block;}
#comments .commentlist { margin:0px; float:left; list-style:none; width:100%;  }
#comments .commentlist ul { list-style:none; margin:0; padding:0; clear:both; }
#comments .commentlist li {margin:0; padding:0;  display:block;}
#comments .commentlist li li { margin:0 0 20px 25px; }
#comments .commentlist li li .comment-meta{ width:445px; }
#comments .commentlist li li li {margin:0 0 20px 25px;}
#comments .commentlist li li li .comment-meta{ width:420px; }
#comments .commentlist li li li li {margin:0 0 20px 25px; }
#comments .commentlist li li li li .comment-meta{ width:395px; }
#comments .commentlist li li li li li {margin:0 0 20px 25px;}
#comments .commentlist li li li li li .comment-meta{ width:370px; }

#comments .single-comment { margin:10px 0 0 ; }
#comments .comment-author { float:left; margin: 0px 10px 6px 0px; display:inline; width:50px; }
#comments .comment-author cite { clear:both; font-weight:bold; }

#comments .vcard {
	float:left;
	clear:both;
	display:block;
	width:100px;
	min-height: 100px;
	padding:20px 0;
}
#comments .vcard img.avatar {
	border: 1px solid #eee;
	padding: 2px;
	background:#f4f4f4;
}

#comments .vcard {
	background:url(images/comment_author_bg.png) no-repeat top right;
}


/* Pingbacks */


#comments .commentlist li.pingback,
#comments .commentlist li.pingback ul,
#comments .commentlist li.pingback ul li,
#comments .commentlist li.pingback .vcard {
	margin: 0;
	padding: 0;
}

#comments .commentlist li.pingback .vcard {
	background:none;
	width: 0;
}
#comments .commentlist li.pingback p {
	font-size: .80em;
	line-height: 1.45em;
	color: #6D6D6D;
}
#comments .commentlist li.pingback h6 {
	text-transform: none;
}


/* @end */

/* @group WP Gallery */

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}

.gallery .gallery-row {
	display:block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
}
.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
	max-width: 79%;
	height: auto;
	padding: 0;
	margin: 5px auto;
	border: 1px solid #fff;
	background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    behavior: url("./wp-content/themes/skeleton/PIE.php");
}

.gallery-caption {
	color: #666;
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	padding: 0;
}

/* @end */


/* @group Pagination */


/* Single Posts and Attachment Pages */

#nav-below {
	width: 100%;
	display: inline-block;
	padding-bottom: 6px;
	font-size: 12px;
}
#nav-below a {
	text-decoration: none;
}

.nav-prev {float: left;}
.nav-next {float: right;}


/* Default Multi-Page Navigation */

.page-link {
	padding: 4px 0;
	font-size: .90em;
}
.page-link a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	padding: 2px 4px;
	line-height: 1;
}

/*  wp-pagenavi
/* ------------------------------------ */

.wp-pagenavi {
  position: relative;
  text-align: center;
	font-weight: bold;
}
.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .first,.wp-pagenavi .last {
	text-transform: uppercase;
}

.wp-pagenavi .extend {
	padding: 9px 0px;
}

.wp-pagenavi a {
	background-color: #00468b;
	overflow: hidden;
	padding: 9px 12px;
	position: relative;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin: 0 12px 10px 0;
	vertical-align: middle;
}

.wp-pagenavi a:hover {
	color: #fff;
	background: #6a6a6a;
}

.wp-pagenavi span {
	display: inline-block;
	margin: 0 12px 10px 0;
	vertical-align: middle;
	padding: 9px 12px;
	font-size: 18px;
	color: #000000;
}

.wp-pagenavi span.current {
	background: #6a6a6a;
	color: #fff;
	font-size: 14px;
}

.pages {
  display: inline-block;
  width: 100%;
}

.pages a {
  text-decoration: none;
}

.pages span.newer,
.pages span.older {
  font-size: 11px;
  line-height: 20px;
  font-weight: bold;
}

p.paged {
  padding: 10px 0 10px 0;
  margin: 0;
  font-weight: bold;
}


#navigation span.current {
  font-weight: bold;
  padding: 0px 4px;
  border: 0px solid #fff;
  background-color: transparent;
}

/* Numbered Pagination */

.pagination {
  clear: both;
  padding: 0px 0 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  margin: 0px auto;
  display: block;
  text-align: center;
}

.pagination span, .pagination a:link {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
}

.pagination a:hover,
.pagination .current {
  padding: 6px 9px 5px 9px;
}

/* Post Pagination Links */

.post_pagination {
  margin-top: 20px;
  margin-bottom: 10px;
}

.prevpost {
  float: left;
}

.nextpost {
  float: right;
}

/* pagination links */

.prevpost a,.nextpost a {
  font-size: .95em;
  display: block;
  text-decoration: none;
  font-weight: bold;

}

.prevpost a:hover,.nextpost a:hover {
  color: inherit;
  text-decoration: none;
  background-color: #fff;
}

/* @end */



/* @group Misc */


/* Apply CSS class of "guest" to hide menu items from logged-in users */

body.logged-in li.guest {
	display: none;
}



/* #Forms (see formalize.css)
================================================== */


label,legend {
	font-weight: bold;font-size: 13px;
	display: inline-block;
}

input[type="checkbox"] {display: inline; }

/* # Misc Typography Balancing to Maintain Vertical Rhythm
============================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.add-top { margin-top: 20px !important; }
.bypostauthor,.gallery-caption {}

/* @end */



/* @group IE CSS3 */

html.ie #navigation,
html.ie a.button,
html.ie .cta,
html.ie .wp-caption,
html.ie #breadcrumbs,
html.ie a.more-link,
html.ie .gallery .gallery-item img,
html.ie .gallery .gallery-item img.thumbnail,
html.ie .widget-container,
html.ie #author-info {
	behavior: url("PIE.php");
	position: relative;
}

/* @end */

/* @My Styles */

button, input, textarea{
	border-radius: 0 !important;
	max-width: 100%;
}

.loading{
	opacity: 0;
}

.header-logo{
	position: relative;
	height: 100px;
	width: 210px;
}

.header-search, .header-follow-us {
	padding: 29px 0;
}

.header .header-search{
	text-align: right;
}
.header-search{
	display: inline-block;
	width: 50%;
}

.header-search input, .header-search button{
	padding: 10px 20px !important;
	height: 42px;
	font-size: 12px !important;
	font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Verdana, Arial, sans-serif;
}

.header-search input{
	width: 60%;
}

.search-recipes span {
    color: white;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    top: 3px;
}
.search-recipes select {
    margin-bottom: 0;
    height: 35px;
    line-height: 29px;
	background-color: rgba(255, 255, 255, 0.8);
	color: #511b6c;
    font-weight: bold;
    padding: 0 10px;
}

.header-search i{
	margin-right: 10px;
	font-size: 16px;
	line-height: 12px;
}

.header-follow-us {
	float: right;
	height: 42px;
}

.header-follow-us li{
	display: inline;
	list-style-type: none;
}

.header-follow-us .fa{
	font-size: 26px;
	margin-right: 5px;
	line-height: 42px;
	width: 38px;
	height: 42px;
	text-align: center;
}

div.wpcf7-validation-errors {
	border-color: #f00;
}

#page-404 {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
    margin: 60px auto 90px;
    padding: 40px 0;
    text-align: center;
    width: 50%;
	border: none;
}

.overlay-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 171, 142, 0.5);
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.overlay-loading > .fa {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: .856em;
    height: 0.98em;
    margin: auto;
    font-size: 5em;
    color: white;
}

#navigation ul .menu-item-has-children a{
	padding: 1px 27px 2px 10px;
}

#navigation ul .menu-item-has-children:after {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f0d7";
	width: 0;
	height: 0;
	position: absolute;
	right: 19px;
	top: 31%;
	color: white;
}

#navigation .sub-menu .menu-item-has-children:after {
	position: absolute;
	top: 25px;
	font-size: 16px;
	color: rgba(97, 189, 232, 0.95);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.hero-img-home-row {
    background: url('images/hero_img_boy.png') no-repeat center;
    background-size: contain;
}

.media-kit-title {
    text-align: center;
    color: white;
    margin-top: 20%;
    font-size: 42px;
    text-shadow: 1px 1px 1px #5f5f5f;
    text-transform: uppercase;
}

.landing-title {
	text-align: center;
	color: white;
	padding-top: 20%;
	font-size: 48px;
	text-shadow: 1px 1px 1px #5f5f5f;
	text-transform: uppercase;
}

h3.landing-title {
	font-size: 32px !important;
	margin-top: 20px;
}

.hero-img-home-row .button{
	font-size: 20px;
	text-transform: capitalize;
}

.place-order label {
	letter-spacing: normal;
	font-size: 24px;
	position: relative;
	top: 3px;
	margin-right: 10px;
	font-family: "Libre Baskerville";
	font-weight: normal;
	text-transform: lowercase;
}

#landing > .row {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
}

.place-order {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 13px 0 14px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.visit-crs-org {
	font-size: 12px;
}

.footer-banners-no-padding {
	padding-bottom: 0 !important;
}

.hero-img-row {
	height: 385px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	margin: 0 !important;
	padding-top: 50px;
	overflow: hidden;
}

.caption-under-header-img {
	display: none;
}


.caption-on-header-img h1, .caption-under-header-img h1 {
	color: #fff;
	margin: 0 0 20px;
	line-height: 32px;
	text-transform: uppercase;
}

.caption-on-header-img .button {
	padding: 11px 44px 12px 24px;
	font-family: "Gotham A","Gotham B",Arial,Helvetica,sans-serif;
	font-size: 18px;
}

.caption-on-header-img .button:after {
	content: '';
	background: url("images/s-icons-retina.png") -59px -115px no-repeat;
	background-size: 830px 440px;
	width: 14px;
	height: 35px;
	position: absolute;
	top: 4px;
	right: 20px;
}

.related-article .image img {
	width: 100%;
	text-align: left;
}
.related-article {
	border: 1px solid #ccc;
	padding: 20px 10px 0 10px;
	min-height: 270px;
}

.related-article h3 a {
	font-family: "Gotham A","Gotham B",Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0;
	color: #000;
}

.related-article h3 {
	min-height: 100px;
}

.related-article .description {
	font-size: 13px;
	line-height: 18px;
}

.region-countries-lists .one_third {
	width: 33.3%;
	margin-right: 0;
	margin-bottom: 0;
}

.region-countries-lists {
	border-top: 3px solid #EAAA00;
}
.region-countries-lists ul {
	list-style: none;
	background: #f8f8f8;
}

.region-countries-lists ul.no-bg {
	background: transparent;
}

.region-countries-lists ul li {
	list-style-type: none;
}

.region-countries-lists ul li a {
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 2px;
	display: block;
	text-align: left;
}

.region-countries-lists ul li a:hover {
	background-color: #ddd;
	color: #003087;
}

.hero-img-row, .slider-box{
    position: relative;
}

.hero-img-row h1 {
	color: #fff;
	max-height: 200px;
}

.hero-img-credit {
	color: rgba(255, 255, 255, .75);
	font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;
	font-size: .75rem;
}

.caption-on-header-img .hero-img-credit {
	position: absolute;
	bottom: -2rem;
}

.caption-under-header-img .hero-img-credit {
	margin-top: 1rem;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
}

.hero-img-row .social-share-block {
	position: absolute;
	width: 380px;
	right: 0;
	bottom: 0;
}

.hero-img-row .share-text span {
	color: #fff;
}
.hero-img-row .social-share-block {
	display: none;
}
.single .hero-img-row .social-share-block {
	display: inline;
}

.single .hero-img-row .container .one_half {
	width:100%;
	height: 200px;
	display: table;
}

.single .hero-img-row .container h1 {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.single .hero-img-row .container.caption-on-header-img .one_half {
	width:100%;
	height: 200px;
	display: table;
}

.single .hero-img-row .container.caption-on-header-img h1 {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.caption-on-header-img {
	height: calc(100% - 50px);
}

.caption-on-header-img.hero-position-left {
	text-align: left;
}
.caption-on-header-img.hero-position-left .one_half {
	float: left;
}

.caption-on-header-img.hero-position-right {
	text-align: left;
}
.caption-on-header-img.hero-position-right .one_half {
	float: right;
}

.caption-on-header-img.hero-position-center {
	text-align: center;
}
.caption-on-header-img.hero-position-center .one_half {
	width: 100%;
}

.caption-on-header-img .description, .caption-under-header-img .description {
	color: #fff;
	margin-bottom: 20px;
	font-size: 19px;
	overflow: hidden;
	height: 120px;
}

.hero-img-caption {
    position: relative;
}

.english .hero-img-caption-img {
    right: 17%;
}

.hero-img-caption-img {
    height: 235px;
    position: absolute;
    right: 10%;
    bottom: 8%;
}

.hero-promotion {
    position: absolute;
    bottom: 10%;
    right: 10%;
    text-align: center;
}

.position-right {
    right: 10%;
}

.position-bottom {
    bottom: 15%;
}

.text-center {
    text-align: center;
}

.container-title span {
    background: #ffffff;
}

.button_pink {
    background: #D4145A;
}

.button_green {
    background: #6BCABA;
	border-color: #4BAD9C;
}

.button_green:hover{
    background: #61B8AA;
}

.subscribe-form-title{
	margin-bottom: 15px;
}

.subscription-types {
	text-align: left;
}

.subscription-types input[type=checkbox] {
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
}

.button_white {
    background: white;
    color: #6BCABA !important;
	border-color: #D4F5EF;
}

.button_white:hover{
    background: #E5FFFA;
}

.button_purple{
    background-color: #A57FB2;
}

.button_purple:hover{
    background-color: #A57FB2;
}

.button_gray{
    background-color: #9C9C9C;
    border-color: #7B7B7B;
}

.button_gray:hover{
    background-color: #777777;
}

.bg-purple, .bg-purple .container-title span {
    background-color: #511b6c;
}

.bg-silver, .bg-silver .container-title span  {
    background-color: #F8F8F8;
}

.bg-silver-dark, .bg-silver-dark .container-title span  {
    background-color: #999999;
}

.bg-orange, .bg-orange .container-title span {
    background-color: #f69572;
}
.bg-black, .bg-black .container-title span {
    background-color: #000000;
}

.bg-green, .bg-green .container-title span {
   background-color: #87A750;
}

.bg-green:hover, .bg-green .container-title span:hover {
   background-color: #78A22F;
}

.bg-blue-light, .bg-blue-light .container-title span {
    background-color: #C3F3FC;
}

.bg-grey, .bg-grey .container-title span{
	background-color: #f4f4f4;
}



.text-white {
    color: white;
}

.text-green {
    color: #66A423;
}

.text-orange {
    color: #f69572;
}

.text-purple {
    color: #511b6c;
}

.text-blue {
    color: #011F74;
}

.border-bottom-orange {
    border-bottom: 4px solid #f69572;
    padding-bottom: 10px;
}
.border-bottom-purple {
    border-bottom: 4px solid #511b6c;
    padding-bottom: 10px;
}
.border-bottom-green {
    border-bottom: 4px solid #66A423;
    padding-bottom: 10px;
}

.hero-promotion-text {
    font-size: 22px;

    font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Verdana, Arial, sans-serif;
}

.hero-img-caption h1 {
    font-size: 68px;
    font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Verdana, Arial, sans-serif;
}

.hero-img-caption h2 {
    font-size: 32px;
    font-weight: 400;
    font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Verdana, Arial, sans-serif;
}

.hero-img-home-container .place-order-input {
    height: 37px;
    width: 80px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 25px;
}

.menu {
    width: 100%;
}

.menu li {
    display: inline-block;
    text-transform: uppercase;
}

.top-header-nav-part li.level-1 {
	height: 51px;
}

.top-header-nav-part li.level-1>a {
	margin: 0 10px !important;
}

.top-header-nav-part li.level-1:nth-child(2)>a {
	margin-left: 0 !important;
}

.menu li+li{
	border-left: 1px solid #D0D0D0;
}

.menu li:last-child{
	/*padding-right: 0;*/
}

.menu a {
    color: #4f4f4f;
}

.menu li a:hover {
    opacity: 0.8;
}

ul.menu {
    text-align: left;
	margin-top: 40px;
    font-size: 14px;
}

.testtest {
	display: none;
}

#top_header_nav_menu .menu-block-wrapper {
	width: 85%;
}

#block-menu-block-3 {
	height: 100px;
}

.crsespanol-logo {
	position: absolute;
	top: 2px;
}

.branding-text {
	padding: 60px 0 40px 0;
}

.top-header-nav-part {
	border-bottom: #999 solid 1px;
}

.hero-img-home-container-just-title #cons_email, .footer-img-home-container-just-title #cons_email {
	height: 39px;
	font-size: 18px;
	width: 200px;
	padding: 0 10px;
	margin-left: 20px;
}

.footer-img-home-container-just-title {
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0.7em 0;
	color: white;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}

#block-menu-block-1.menu__main .menu .crs-open a.level-1,
#block-menu-block-1.menu__main .menu .current-menu-parent li a.level-1,
#block-menu-block-1.menu__main .menu .current-page-ancestor li a.level-1,
#block-menu-block-1.menu__main .menu .current-menu-item li a.level-1 {
	color: #00A2C7;
	border-top: 6px solid #00A2C7;
}

#footer-menu .content:after {
	content: ' ';
	background: transparent url("./images/s-rosette.png") no-repeat -420px 45px;
	width: 346px;
	height: 315px;
	position: absolute;
	right: -120px;
	top: 170px;
	z-index: -1;
}

div#footer-menu {
	width: 100%;
	clear: both;
	z-index: 1;
	position: relative;
}
.show-on-mobile {
	font-weight: bold;
}
.header__region .show-on-mobile {
	display: none !important;
}

.menu__footer .menu li {
	border-color: #00A2C7;
} 

.subscribe-header label {
	text-transform: none;
	font-size: 22px;
}

.mm-menu {
	background: #00468A !important;
}

.mm-list li {
	text-align: left !important;
}

.branding-rose:before {
	position: absolute;
	left: 60%;
	z-index: -1;
	top: -80px;
	content: ' ';
	background: url(images/s-rosette.png) -415px 0px no-repeat;
	width: 278px;
	height: 268px;
	visibility: visible;
}

.branding-text .full p {
	margin: 0;
	text-align: center;
	font-style: italic;
	line-height: 33px;
	font-size: 26px;
	color: #000;
	font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
}

.branding-text .full a {
	display: block;
	margin-top: 1rem;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
}

.block-icon img {
    position: relative;
}

.block-icon {
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

.block-icon i.fa {
    font-size: 80px;
}

/*.block-icon.icon-fast {
    background: #21A581;
}

.block-icon.icon-pray {
    background: #009999;
}

.block-icon.icon-learn {
    background: #1C98B5;
}

.block-icon.icon-give {
    background: #22A0D0;
}*/

.icon-fast i.fa {
	font-size: 67px;
    color: white;
    position: relative;
    top: 34px;
    left: 3px;
}

.block-icon-caption {
    margin-top: 1.25em;
    font-size: 1.5em;
    position: relative;
    color: #4f4f4f;
    font-family: GothamBk;
}

.icons-container>div {
    margin-bottom: 10px;
}

.margin-top-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}
.no-margin-bottom {
    margin-bottom: 0;
}

.block-icon:hover {
    opacity: 0.85;
}

.nav-stories {

}

.container-title, .container_title_box {
	margin-top: 3em;
    margin-bottom: 1em;
}

.container-title {
    text-transform: uppercase;
	font-weight: bold;
    line-height: 1;
    border-top: 1px solid #4f4f4f;
	font-size: 1em;
    width: 100%;
	margin-left: auto;
    margin-right: auto;
}

.container_title_box  .container-title {
	margin-top: 0;
    margin-bottom: 0;
}

.container_title_box  .container_title_icon {
	text-align: center;
	font-size: 1.125em;
    font-family: GothamB;
	text-transform: uppercase;
	margin: 0 0 1em;
}

.container_title_box  .container_title_icon .fa{
	font-size: 1.5em;
    position: relative;
    top: 0.07em;
}

.container-title span {
    padding: 0 0.6em;
    position: relative;
	top: -1.05em;
	font-size: 1.05em;
    color: #4f4f4f;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.95em;
    text-transform: uppercase;
    display: inline-block;
    margin: auto;
}

.events-container .button.large {
    font-size: 17px;
	padding: 15px 20px;
}

.events-container .button.large .fa{
    margin-left: 5px;
}

.calculation-label {
	min-height: 50px;
}

.nav-paragraph {
    text-align: justify;
}

.main-story-content {
    width: 100%;
    margin: 0 auto;
	position: relative;
    z-index: 1;
}

.text-justify {
    text-align: justify;
}

.stay-in-touch {
    font-size: 24px;
    line-height: 40px;
	display: block;
}

.stay-in-touch i {
    margin-left: 5px;
}

.story-img {
    position: relative;
}

.story-img img {
    width: 100%;
}

.story-img-caption {
    position: absolute;
    bottom: 7px;
    margin: 0;
    padding: 10px 20px;
    text-align: justify;
    background-color: rgba(81, 27, 108,0.6);
    color: #ffffff;
    line-height: 18px;
    width: 100%;
}

.story-img-caption p {
    margin: 0;
}

.story-img-caption .main-story-title{
	font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    margin: 0 0 5px;
}

.stay-in-touch-row {
    background: rgba(246,149,114,1);
    background: -moz-linear-gradient(left, rgba(246,149,114,1) 0%, rgba(247,77,111,0.85) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,149,114,1)), color-stop(100%, rgba(247,77,111,0.85)));
    background: -webkit-linear-gradient(left, rgba(246,149,114,1) 0%, rgba(247,77,111,0.85) 100%);
    background: -o-linear-gradient(left, rgba(246,149,114,1) 0%, rgba(247,77,111,0.85) 100%);
    background: -ms-linear-gradient(left, rgba(246,149,114,1) 0%, rgba(247,77,111,0.85) 100%);
    background: linear-gradient(to right, rgba(246,149,114,1) 0%, rgba(247,77,111,0.85) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69572', endColorstr='#f74d6f', GradientType=1 );*/
}

.stories-of-hope-img-row {
    background: url('images/sohtest2MAW2012069736.jpg') no-repeat;
    background-size: cover;
	background-position: center;
}

.recipes-img-row {
    background: url('images/recipesbg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.reflection-img-row {
    background-size: cover;
    background-position: center;
}

.media-kit-img-row {
    background: url('images/recipesbg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 40px;
}

.recipe-item {
    position: relative;
	overflow: hidden;
}

.recipe-item h3 {
    position: absolute;
    top: 92%;
    font-size: 14px !important;
    background-color: rgba(255,255,255, 0.6);
    margin: 0 !important;
    width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.recipe-item:hover h3{
	top: 60%;
}

.recipe-item h3 a{
    padding: 15px;
	display: block;
}

.recipe-item h3 a:hover{
	color: #521C6D;
}

.prev-next-posts {
    margin-bottom: 20px;
}

.prev-next-posts .next-posts-link {
    float: right;
}
.prev-next-posts .prev-posts-link {
    float: left;
}

.recipes-img-row {
    margin-bottom: 40px;
}

.icons-row {
    /*background: url('images/icons-bg.png') no-repeat center;*/
    /*background: url('http://www.crsricebowl.org/wp-content/uploads/2012/11/sohtest2MAW2012069736.jpg') no-repeat center;*/
    background-size: cover;
    background: #E2E2E2;
}

.stay-in-touch-row .container {
    padding: 16px 0;
}

.stay-in-touch span {
    text-transform: uppercase;
    font-size: 24px;
}

.container img {
	position: relative;
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.overlay_gradient{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0.24+53,0.69+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.24) 0%, rgba(120,120,120,0.24) 53%, rgba(0,0,0,0.69) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.24) 0%,rgba(120,120,120,0.24) 53%,rgba(0,0,0,0.69) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.24) 0%,rgba(120,120,120,0.24) 53%,rgba(0,0,0,0.69) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dffffff', endColorstr='#b0000000',GradientType=0 ); /* IE6-9 */
}

.overlay_image{
    background-image: url(images/overlay.png);
    background-repeat: repeat;
}

.icons-container {
    padding: 71px 0 57px;
}

.reflections-row, .place-order-row, .stories-of-hope-row {
    position: relative;
    overflow: hidden;
}

.reflections-row{
    background-image: url(images/bg_reflections_new.jpg);
    background-size: cover;
    background-position: center;
}

.reflections-row  .main-story{
    padding: 30px 0 50px;
}

.reflections-row .container-title{
    border-color: white;
}

.stories-of-hope-row:before {
    content: ' ';
    background: transparent url(images/s-rosette.png)no-repeat;
    width: 270px;
    height: 270px;
    position: absolute;
    top: -70px;
    left: -70px;
    visibility: visible;
    background-position: -420px 0;
}

.place-order-row:after {
    content: ' ';
    background: transparent url(images/s-rosette.png)no-repeat;
    width: 270px;
    height: 120px;
    position: absolute;
    right: 15%;
    bottom: 40px;
    visibility: visible;
    background-position: -420px -560px;
}

.stories-of-hope-row:after {
    content: ' ';
    background: transparent url(images/s-rosette.png)no-repeat;
    width: 270px;
    height: 270px;
    position: absolute;
    right: -75px;
    bottom: -75px;
    visibility: visible;
    background-position: -420px -270px;
    z-index: -1;
}



.place-order-container {
    padding: 10px 0 40px 0;
}

input[type="text"].place-order-input {
    line-height: 30px;
    height: 37px;
    padding-left: 10px;
    width: 80px;
}

.place-order-text {
    display: block;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 20px;
}

/* @end */

.footer-larger-text p {
    font-size: 12px;
    width: 100%;
    margin-top: 0.5em;
}

.caritas, .ncdc, .usccb {
    opacity: .4;
}

.caritas {
    position: relative;
    top: 0px;
}

.bottom__social ul li a {
    display: inline-block;
    height: 32px;
    text-indent: -999em;
    width: 32px;
}

.bottom__social ul li {
    float: left;
    list-style: none;
    margin: 0.4em 0 0 1.03em;
}

.bottom__social ul li a:hover {
    opacity: 0.8;
}

.bottom__social ul li a.facebook {
    content: ' ';
    background: transparent url(images/s-icons.png)no-repeat -220px -86px;
    width: 26px;
    height: 26px;
}

.bottom__social ul li a.google-plus {
    content: ' ';
    background: transparent url(images/s-icons.png)no-repeat -273px -86px;
    width: 26px;
    height: 26px;
}

.bottom__social ul li a.pinterest {
    content: ' ';
    background: transparent url(images/s-icons.png)no-repeat -327px -86px;
    width: 26px;
    height: 26px;
}

ul li a.youtube-link {
    content: ' ';
    background: transparent url(images/s-icons.png)no-repeat -382px -86px;
    width: 26px;
    height: 26px;
}

.bottom__social ul li a.rss {
    content: ' ';
    background: transparent url(images/s-icons.png)no-repeat -434px -86px;
    width: 26px;
    height: 26px;
}

.bottom__social ul li a.twitter {
    content: ' ';
    background: transparent url(images/s-icons.png)no-repeat -487px -86px;
    width: 26px;
    height: 26px;
}

.bottom__social ul li a.instagram {
    content: ' ';
    background: transparent url(images/s-icons.png)no-repeat -777px -85px;
    width: 26px;
    height: 26px;
}

.ncdc {
    margin: 0 20px;
}


.bottom__email input {
    background-color: #373737;
    border: 0;
    color: #bbb;
    opacity: .7;
    filter: alpha(opacity=70);
    -moz-box-sizing: border-box;
    width: 73%;
    float: left;
    padding: 11px;
    height: 38px;
}

.bottom__email input[type=submit] {
    content: ' ';
    background: #414141 url(images/s-icons.png)no-repeat -86px -78px;
    width: 42px;
    height: 38px;
    display: inline-block;
    margin: 0;
    text-indent: -99999em;
}

.orange-int {
	width: 90%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
	margin: auto;
}

.orangebox {
	position: relative;
	width: 290px;
    background-color: rgba(246, 148, 113, 0.7);
	margin: 0 auto;
    margin-bottom: 25px;
    padding-bottom: 33px;
	padding: 60px 30px 0;
}

.page-template-page-reflection .orangebox {
    padding-top: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.page-template-page-reflection .orangebox.hide_reflection{
    display: none;
}

.orangebox .left, .orangebox .right{
	position: absolute;
	bottom: -30px;
    left: 0;
    z-index: -1;
    height: 30px;
    width: 260px;
	background: rgba(246, 148, 113, 0.7);

}

.orangebox .right{
	left: auto;
    top: -30px;
	bottom: auto;
}

.orangebox .left:after, .orangebox .right:after{
	content: '';
	position: absolute;
    top: 0;
    right: -30px;
	z-index: -1;
	height: 30px;
	width: 30px;
	border: 15px solid rgba(246, 148, 113, 0.7);
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.orangebox .right:after{
    left: -30px;
	border: 15px solid rgba(246, 148, 113, 0.7);
    border-top-color: transparent;
    border-left-color: transparent;
}

.orangebox h3 {
    color: #FFF;
    font-size: 22px;
    padding-left: 30px;
    padding-right: 10px;
    text-align: right;
    text-shadow: 0 1px 2px #000;
    margin-top: 0;
    position: absolute;
	top: 0;
    right: 30px;
}

.page-template-page-reflection .orangebox h3 {
    top: -8px;
}

.orangebox h3 span {
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -2px;
    text-shadow: 0 1px 2px #000;
}

.orangebox h4 {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
}

.orangebox h4, .orangebox a{
	color: #87514E;
}

.orangebox a:hover{
	color: #87514E;
	text-decoration: underline;
}

.mpcb {
    font-family: "myriad-pro-condensed",Tahoma,Geneva,sans-serif;
}
h4.mpsb {
	text-align: center;
}

.three_thirds {
	width: 100%;
}

.col-md-3 {
    margin-left: 30px;
}

.all_small_story_box{
	overflow-y: auto;
	max-height: 354px;
	padding-right: 0;
}

.story_small_box {
	position: relative;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
}

.stories-of-hope-row .main-story {
    padding-right: 0;
	cursor: pointer;
}

.story_small_box:after, .story_small_box:before{
	/* content: ''; */
	position: absolute;
	top: 0;
	left: 0;
	border: 45px solid white;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.story_small_box:before{
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	border: 15px solid white;
    border-top-color: transparent;
    border-left-color: transparent;
	z-index: 1;
}

.story_small_box img {
    height: auto;
	position: relative;
    z-index: 1;
}

.story_small_box h3{
	text-align: center;
	margin: 7px 0 3px;
	line-height: 1;
	font-size: 16px;
	color: white;
}

.story_small_box p {
    max-height: 80px;
	line-height: 1.2;
    font-size: 14px;
    overflow: hidden;
    margin: 0;
}

.story_small_box>div {
	margin: 0 13px 24px;
	position: relative;
	height: 143px;
	overflow: hidden;
}

.story_small_box .one_third {
    margin-bottom: 0;
}

.small_box_info{
	position: absolute;
	left: 0;
	bottom: -50px;
	z-index: 1;
	width: 100%;
	background-color: rgba(81, 27, 108,0.6);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.story_small_box:hover .small_box_info {
    bottom: 10px;
}

.bg_small_story{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.carousel_story_box{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.carousel_story_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

#carousel_story {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    max-width: 1000px;
    height: auto;
    max-height: 600px;
	z-index: 2;
}

#carousel_story .carousel-inner, #carousel_story .item{
	height: 100%;
	width: 100%;
}

#carousel_story h2{
	margin: 0;
}

#carousel_story .carousel-control {
    width: 100px;
	left: -80px;
	background: transparent;
}

#carousel_story .carousel-control.right{
	left: auto;
	right: -80px;
}

#carousel_story img{
	float: left;
	padding-right: 30px;
	padding-bottom: 15px;
	position: relative;
    z-index: 1;
}

#carousel_story .item{
	padding: 35px;
	background-color: white;
}

#carousel_story .carousel-inner>.item {
    -webkit-transition: 0s ease-in-out left;
    transition: 0s ease-in-out left;
}

#carousel_story .carousel-control .icon-prev, #carousel_story .carousel-control .icon-next, #carousel_story .carousel-control .glyphicon-chevron-left,
#carousel_story .carousel-control .glyphicon-chevron-right {
    top: 48%;
    left: 38%;
}

.item .animated:nth-child(1){
	animation-delay: 0s;
}
.item .animated:nth-child(2){
	animation-delay: 0.3s;
}
.item .animated:nth-child(3){
	animation-delay: 0.6s;
}
.item .animated:nth-child(4){
	animation-delay: 0.9s;
}
.item .animated:nth-child(5){
	animation-delay: 1.2s;
}

.carousel_story_close{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
}

.carousel_story_close:hover .fa{
	color: #686868;
}

.carousel_story_close .fa {
    font-size: 24px;
	padding: 5px 0;
	color: #8B8B8B;
}

.slider_button{
	font-size: 18px;
    padding: 10px 20px;
}

.donate_signup_box {
	padding: 20px 0;
    margin-top: 20px;
    background-color: #411258;
    color: white;
	position: relative;
    overflow: hidden;
}

.donate_signup_box:before{
	content: ' ';
	background: transparent url(images/s-rosette.png)no-repeat;
	width: 421px;
    height: 414px;
	position: absolute;
    top: -24%;
    left: 16%;
    right: 0;
    margin: auto;
    visibility: visible;
    background-position: 0 0;
    opacity: 0.3;
}

.app-links a {
    max-width: 120px;
    float: left;
	padding: 22px 0 27px;
}

.espanol .app-links a {
	padding-top: 43px;
}

.app-links a:last-child {
    margin-left: 10px;
}

.donate_signup_box input[type="text"]{
	background-color: rgba(255,255,255,0.4);
	border: none;
	color: white;
}

.donate_signup_box input[type="text"], .donate_signup_box input[type="submit"], .donate_signup_box .button, #next-stories a, #previous-stories a{
	margin: 3px 0;
    padding: 6px 10px;
    height: 42px;
    font-size: 20px;
}

.archive-posts-list .pagination {
	text-align: center;
}

#next-stories a, #previous-stories a{
    background: #6C9635;
    color: white;
    border: none;
    border-radius: 0;
    float: none;
    width: 261px;
}

.donate_signup_box input[type="submit"], .donate_signup_box .button{
	background-color: #6C9635;
	text-transform: none;
}

.donate_signup_box .donate label{
	padding: 13px 36px 14px 5px;
    font-weight: normal;
	font-size: 16px;
}

.donate_signup_box input[type="radio"]{
	width: 18px;
	height: 18px;
	margin: 0;
    position: relative;
    top: 3px;
}

.email-signup input{
	width: 100%;
}

.email-signup input[type="text"]{
	font-size: 15px;
}

.email-signup, .donate, .app_box{
    width: 261px;
}

.app_box {
    float: right;
}

.email-signup{
    margin: 0 auto;
}

.email-signup input::-webkit-input-placeholder {color:#F3F3F3;}
.email-signup input::-moz-placeholder          {color:#F3F3F3;}
.email-signup input:-moz-placeholder           {color:#F3F3F3;}
.email-signup input:-ms-input-placeholder      {color:#F3F3F3;}

.donate_signup_box .post_firstname, .donate_signup_box .post_lastname{
	width: 49%;
	float: left;
}

.donate_signup_box .email-signup .email_input_box.post_lastname{
	margin-left: 2%;
}

.media-kit {
    clear: both;
	padding-top: 28px;
}

.media-kit a, .donate input[type="submit"]{
	width: 100%;
	text-align: center;
}

.donate_signup_box p{
	font-size: 20px;
}

.header_buttons{
	position: absolute;
	top: 20px;
	right: 0;
}

.header_buttons a {
    display: block;
    margin-bottom: 5px;
}

/*#navigation {*/
    /*padding-bottom: 105px;*/
/*}*/

/*#navigation .menu-box {*/
    /*margin-top: -105px;*/
/*}*/

.image_and_text {
    position: relative;
    margin-bottom: 20px;
}

.image_and_text img {
    width: 100% !important;
}

.image_and_text .title{
    position: absolute;
	left: 0;
	bottom: 15%;
	width: 100%;
	padding: 20px 5%;
	text-align: center;
	font-size: 20px;
	background-color: rgba(81, 27, 108,0.6);
	color: white;
}

p:empty {
    display: none;
}

.no_sidebar ul, .no_sidebar ol{
	margin-left: 40px;
}

.stories-of-hope-navigation a {
    color: #C3C3C3;
    padding: 0 1.5%;
    text-transform: uppercase;
}

.stories-of-hope-navigation a:hover {
	color: white;
}

.stories-of-hope-navigation a.active {
    color: #F69572;
}

.stories_header_box {
    display: table;
    margin: 40px 0 20px;
	table-layout: fixed;
	width: 100%;
}

.stories_header_box h2{
    margin: 0 0 10px;
	font-size: 28px;
}

.stories_header_box>div {
    display: table-cell;
    float: none;
    vertical-align: top;
	width: 50%;
}

.stories_header_box>div:last-child {
	border-right: 5px solid #A45EC7;
    border-bottom: 1px solid #E2E2E2;
	padding: 0 20px;
}

.stories_header_box img {
    margin: 0 5% 0 0;
}

input, textarea, select, .uneditable-input{
	border-radius: 0;
}

.no-thumb {
    margin-top: 105px;
}

.recipes_no_results{
	text-align: center;
	display: none;
}

.recipes_no_results a {
    margin-bottom: 30px;
}

.page-content li {
    list-style-type: square;
    margin-left: 20px;
}

.page-content .lazy-load-box.effect-slidefromleft {
    float: left;
    width: 25%;
    text-align: center;
}

.page-content .bannerads {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.page-content .bannerads span {
	display: inline-block;
	height: 30px;
    width: 30px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 24px;
}

.page-content .bannerads strong {
    margin: 5px 0;
	display: block;
}

.home .donate_signup_box{
	margin-top: 0;
}

.home .hero-img-home-row {
    height: 457px;
}

.espanol .email-signup p {
    margin-bottom: 41px;
}

.table_noborder {
    width: 100%;
	margin: 30px 0;
}

.table_noborder td {
    border: none;
    vertical-align: top;
}

.table_noborder tr+tr {
    border-top: 1px solid #C8A5DA;
}

.table_noborder tr {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.table_noborder tr:hover {
    background-color: #F0F8FF;
}

label.error {
    color: white;
    font-weight: normal;
	background: rgba(255, 0, 0, 0.6);
    top: 100%;
	width: 100%;
    font-size: 12px;
}

.email-signup .email_input_box {
    margin: 0;
	position: relative;
	display: inline-block;
}

.email_input_box.post_emailaddress {
    width: 100%;
}

.page_email_box {
    margin: auto;
    width: 40%;
    min-width: 280px;
}

.page_email_box input{
    width: 100%;
    padding: 15px 20px;
    margin: 5px 0 0;
    font-size: 18px;
	color: #411258;
	height: 56px;
}

.page_email_box input::-webkit-input-placeholder {color:#AD90BB;}
.page_email_box input::-moz-placeholder          {color:#AD90BB;}
.page_email_box input:-moz-placeholder           {color:#AD90BB;}
.page_email_box input:-ms-input-placeholder      {color:#AD90BB;}

.page_email_box label.error {
    padding-left: 20px;
    font-size: 14px;
}

.subscription-types label {
	font-size: 16px;
	cursor: pointer;
}

.page_email_box input[type="submit"]{
    width: 100%;
	padding: 5px;
	text-align: center;
    font-size: 25px;
    background: #6C9635;
}

.menu-header li:hover a{
	background-color: rgba(255, 255, 255, 0.2);
}

.menu-header li.social_header_box:hover a{
	background-color: rgba(255, 255, 255, 0.0);
}

.menu-header li.current-menu-item a{
	background-color: rgba(255, 255, 255, 0.3);
}

.mobile-button{
	z-index: 10;
}


.page-content .youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.page-content .youtube .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ+CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}

.page-content .youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.page-content .youtube {
	background-size: cover;

}

[class^="amazingslider-box-"]{
	border-width: 0 !important;
	margin-left: 0 !important;
}

[class^="amazingslider-box-"]>div:nth-child(3){
	left: -1000px !important;
}

.wonderpluginslider-container{
	padding-bottom: 80px !important;
}

.archive-posts-list{
	padding: 30px 0 0;
}

.archive-posts-list h2{
	font-size: 18px;
}

.reflection-content {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.header-img-sticky-sidebar {
    position: absolute;
    top: 100px;
    right: 0;
    width: 268px;
}


.header-img-sticky-sidebar h2 {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(246, 148, 113, 0.7);
    margin: 0;
}


.header-img-sticky-sidebar .content {
    background: rgba(246, 148, 113, 0.7);
    color: white;
    padding: 20px 20px 1px;
    font-size: 16px;
}

.header-img-sticky-sidebar .button{
    background: black;
    color: white;
    margin: 0;
    padding: 8px 20px;
    text-transform: inherit;
}

.header-img-sticky-sidebar .button i{
    font-size: 13px;
    font-weight: bold;
    margin-left: 3px;
}

.header-img-sticky-sidebar .align-center{
    text-align: center;
}


#landing {
    position: relative;
}

#header .inner {
    z-index: 10;
}

.step_content_box {
    font-size: 1.375em;
	text-align: center;
	line-height: 1.455em;
}

.bask_italic{
	font-family: BaskItalic;
}

.bask_bold{
	font-family: BaskBold;
}

.step-2 .step_content_box a, .step-2 .step_content_box a:hover{
	color: white;
}

.steps-container .table{
    margin: 40px 0;
}

.steps-container .table_75{
	width: 75%;
}

.steps-container .step-3 .table{
	margin-bottom: 0;
}

.steps-container .step-3 .table_75{
	margin: 0 auto 1em;
}

.steps-container .table_cell{
    width: 25%;
	vertical-align: top;
}

.steps-container .table_cell+.table_cell{
    padding-left: 10px;
}

.step_box .calculation-label {
    min-height: 0.1em;
    margin: 0;
	font-size: 0.79em;
    text-transform: uppercase;
}

.step-3 input[type="submit"], .step-4 .button, .step-5 .button{
	background: #39AB98;
	border: none;
}


.header_buttons_box {
    position: absolute;
    top: 0;
    right: 0;
}

.header_buttons_box .button {
    font-size: 1.3em;
    margin-left: 5px;
}

.back_to_crs {
    color: #4f4f4f;
    font-size: 0.75em;
    text-transform: uppercase;
}

.header-right-block{
	position: absolute;
    right: 0;
    bottom: 28px;
}

.social_header_box .fa {
	font-size: 20px;
    position: relative;
    top: 3px;
}

#navigation ul li.social_header_box {
    padding-left: 17px;
}

#navigation ul li.social_header_box a {
    padding: 0;
}

.header_search {
    height: 61px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    transition: height 0.3s ease-in-out;
}

.header_search input {
    border: none;
    padding: 5px 10px;
    width: 150px;
}

.global_hunger_infographic{
    padding: 0.3em 0;
    background: #37A9D4;
    position: relative;
    text-align: center;
}

.global_hunger_infographic .title{
    padding: 0 0 30px;
    text-transform: uppercase;
    width: 100%;
    height: 1em;
    font-size: 1.7em;
    color: white;
    font-weight: bold;
}

.events-table {
    width: 100%;
    margin-bottom: 2em;
}
.events-table tbody tr td:nth-child(1) {
	width: 43%;
}

.events-table thead th {
	line-height: 1em;
}

.margin-after-table {
	margin-bottom: 4em;
}

.events-table, .events-table a, .events-table a:hover{
    color: #4f4f4f;
}

.events-table a.button, .events-table a.button:hover{
    color: white;
}

.events-table tbody tr td:last-child a,.events-table tbody tr td:last-child span{
    width: 144px;
	font-size: 1.133em;
    padding: .6em 0.8em;
    box-sizing: border-box;
}

.events-table tbody tr td:last-child a .fa, .events-table tbody tr td:last-child span .fa {
    position: relative;
    top: 1px;
}

.events-table tbody tr{
	cursor: pointer;
	font-size: 0.938em;
	color: #4f4f4f;
}

.events-table thead tr{
    border: none;
}

.events-table thead tr th{
    padding: 0 0 20px;
}

.events-table thead tr th>div {
    display: inline-block;
    margin-left: 1.666em;
	font-size: 0.938em;
}

.events-table tr{
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
	transition: background 2.5s ease;
}

/*.events-table tr td:nth-child(1){
    width: 33%;
}

.events-table tr td:nth-child(2){
    width: 29%;
}*/

.events-table tr td:nth-child(3){
    width: 19%;
}

.events-table tr td:nth-child(4){
    width: 126px;
}

.events-table tr td:nth-child(4)>div {
    padding-right: 11px;
}

.events-table tbody tr:last-child td{
    border-bottom: 1px solid #e0e0e0;
}

.events-table tbody tr td:first-child>div{
    border-left: 3px solid transparent;
	padding-left: 30px;
}

.events-table tbody tr:hover td:first-child>div{
    border-left-width: 7px;
}

.events-table tr.close:hover td{
    background: #ECECEC;
}

.events-table tr.open:hover td{
    background: rgba(0,177,143,0.1);
}

.events-table tr.close td:first-child>div{
    border-left-color: silver;
}

.events-table tr.open td:first-child>div{
    border-left-color: #6BCABA;
}

.events-table td, .events-table th{
    border: none;
    background: rgba(255, 255, 255, 0.5);
    padding: 0;
    position: relative;
    vertical-align: middle;
}

.events-table th{
    background: none;
}

.events-table td>div{
    position: relative;
    padding: 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    height: 58px;
    display: table-cell;
    vertical-align: middle;
}

.events-table tbody tr:hover td:first-child>div{

}

.relative{
    position: relative;
}

.events-select-box{
    display: inline-block;
}

.events-select, .events-sorting-order-date{
	font-size: 1em;
	text-align: left;
	display: inline-block;
    padding: 0.733em;
	margin-left: 0.4em;
    width: 7.33em;
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
    color: #949494;
    cursor: pointer;
    font-weight: normal;
    box-sizing: border-box;
}

.events-state-value.events-select {
    width: 138px;
}

.events-select:before, .events-sorting-order-date .fa{
	float: right;
}

.events-select:before{
	content: "\f0d7";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.events-select .fa-angle-down:before, .events-sorting-order-date .fa-angle-down:before{
	content: "\f0d7";
}

.events-select .fa-angle-up:before, .events-sorting-order-date .fa-angle-up:before{
	content: "\f0d8";
}

.events-list{
    display: none;
    position: absolute;
    top: 39px;
	right: 0;
    z-index: 1;
    min-width: 180px;
    max-height: 300px;
    overflow-y: auto;
	text-align: left;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 0px 3px #d9d9d9;
	padding: 5px 0;
}

.events-list li{
    padding: 10px 13px;
    margin: 0;
    cursor: pointer;
    display: block;
    border-left: 2px solid transparent;
    font-size: 1em;
    font-weight: normal;
	color: #949494;
}

.events-list li:hover{
    color: #6bcaba;
    border-left-color: #6bcaba;
}

.events-list.active{
    display: block;
}

.events-sorting-order-date{
    cursor: pointer;
}

.events-table .no_result_tr{
    border: 1px solid #e0e0e0;
}

.events-table .no_result_tr h3 {
    text-align: center;
    padding: 25px 0;
}


#accordion h3 {
	margin-bottom: 0;
	text-transform: none;
 	font-size: 18px;
	padding-left: 30px;
}

.all_steps_box{
    padding-bottom: 30px;
	text-align: center;
}

.all_steps_box .button{
    text-transform: capitalize;
}

.all_steps_box .step_1, .steps-container .step-1{
    background: #F4F4F4;
}

.steps-container .step-1, .steps-container .step-1 .container-title span{
    background: #F4F4F4;
}

.all_steps_box .step_2, .steps-container .step-2, .steps-container .step-2 .container-title span{
    background: #61B4E6;
}

.all_steps_box .step_3, .steps-container .step-3{
    background: #46BBA7;
}

.steps-container .step-3, .steps-container .step-3 .container-title span{
    background: #46BBA7;
}

.all_steps_box .step_4, .steps-container .step-4, .steps-container .step-4 .container-title span{
    background: #BAE3E3;
}

.all_steps_box .button.step_1,.all_steps_box .button.step_1:hover, .all_steps_box .button.step_4,.all_steps_box .button.step_4:hover{
	color: #5A5A5A;
}

.all_steps_box .step_5, .steps-container .step-5{
    background: #4F4F4F;
}

.steps-container .step-5, .steps-container .step-5 .container-title span{
    background: #4F4F4F;
}

.all_steps_box .step_1{
	border: 1px solid #E6E6E6;
}

.all_steps_box .step_2{
	border: 1px solid #4798CA;
}

.all_steps_box .step_3, .step-3 input[type="submit"], .step-4 .button, .step-5 .button{
	border: 1px solid #319685;
}

.all_steps_box .step_4{
	border: 1px solid #8FC5C5;
}

.all_steps_box .step_5{
	border: 1px solid #333131;
}

.steps-container .step_box{
    padding: 0.1em 2.5em 2em;
    color: white;
    min-height: 300px;
    box-sizing: border-box;
}

.steps-container .step_box .container-title{
    border-color: #FFFFFF;
}

.steps-container .step_box .container-title span{
    color: white;
}

.step_box.step-1, .step_box.step-4,
.step_box.step-1 .container-title span, .step_box.step-4 .container-title span{
    color: #5A5A5A;
}

.step_box.step-1 .container-title, .step_box.step-4 .container-title{
    border-color: #5A5A5A;
}

.step_box input{
	width: 100%;
    padding: 8px 20px;
    height: 44px;
    background: none;
    border: 1px solid white;
    color: white;
    margin-bottom: 10px;
    box-shadow: none;
}

.step_box input:focus{
    color: white;
}

.step_box input[type="submit"], .step_box input[type="submit"]:focus{
    font-size: 1.3em;
    height: auto;
	width: auto;
    padding: 0.5em 1em;
    display: inline-block;
    margin: 0 auto;
}

#accordion h3 {
    border: 0;
    border-radius: 0;
    padding-left: 40px;
}

#accordion div, #tabs .tab-content{
    color: #6D6D6D !important;
    background: none !important;
    font-family: 'Gotham A', 'Gotham B';
    border-radius: 0;
}

#accordion div {
	background: #F9F9F9 !important;
}

#accordion div{
    padding: 20px 40px;
}

.ui-widget-content {
    border: 1px solid #ccc;
}


#accordion h3{
	color: #5f5f5f !important;
    background: #fff !important;
    border: 1px solid #ccc;
    margin-top: 10px;
}

#accordion h3:hover {
	color: #000 !important;
}

#accordion h3.ui-accordion-header-active{
    color: #000 !important;
    background: #FFFFFF !important;
    border: 1px solid #ccc;
    border-top: 4px solid #FF8D6D;
}

.ui-accordion-content p {
	color: #000;
}

h3.ui-accordion-header-active {
	color: white !important;
	background: #6BCABA !important;
}

.social_media_box{
    background: url(images/bg_test.jpg);
}

.social_media_box .container {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
    position: relative;
}

.social_media_box iframe{
    margin: 0 50px;
    display: block !important;
}

.social_media_box .social_media_links{
    position: absolute;
    top: 87px;
    right: 87px;
    text-align: center;
    border: 3px solid white;
}

.social_media_box .social_media_links>div{
    padding: 20px 30px;
    margin: 8px;
    background: white;
}

.social_media_box .twitter_box .fa {
	color: #62B5E5;
}

.social_media_box .facebook_box .fa {
	color: #3C5899;
    margin-top: 20px;
}

.social_media_box .twitter_box a, .social_media_box .facebook_box a{
    color: #62B5E5;
    font-size: 18px;
    font-weight: bold;
}

.social_media_box .facebook_box a{
    color: #3C5899;
}

.social_media_box .twitter_box .fa, .social_media_box .facebook_box .fa{
    display: block;
    font-size: 40px;
}

.events-container:before, .fight_hunger_box:after {
    content: ' ';
    background: transparent url(/wp-content/themes/cfl/images/s-rosette.png)no-repeat;
    width: 270px;
    height: 270px;
    position: absolute;
    visibility: visible;
}

.events-container:before{
    top: -70px;
    left: -70px;
    background-position: 0 -400px;
    height: 300px;
}

.fight_hunger_box:after {
    background: transparent url(/wp-content/themes/cfl/images/bgrose.png)no-repeat;
    right: -43px;
    bottom: -62px;
    background-position: 0 0;
    z-index: -1;
}

.page-id-3240 .icons-row {
    background: #DBECFF;
}

.posts-loop {
    padding-bottom: 100px;
}

.posts-loop .sorting {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
}

.posts-loop .sorting .news-sorting-order-date {
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    background: #B3B3B3;
}

.posts-loop .article {
    margin: 30px 0;
}

.posts-loop .article h2 {
    margin-bottom: 20px;
}

.posts-loop .article h2 a{
    color: #6BCABA;
}

.posts-loop .article .post-header {
    margin-bottom: 15px;
    color: #66CEAF;
}

.posts-loop .load_more_news{
    cursor: pointer;
}

.posts-loop .load_more_news:hover{
    background: #42A7D8;
}

.posts-loop .load_more_news i.fa-spin, .posts-loop .news-sorting-order-date span.fa-spin {
	display: none;
}

.single-tweet {
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px 0;
	margin-bottom: 10px;
}

.single-tweet .content-width-info h2 {
	font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px;
}

.single-tweet .info {
	font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.single-tweet .tweet-img {
	margin-bottom: 0;
}

.single-tweet .tweet-content {
	font-size: 16px;
    line-height: 16px;
	padding: 0 20px;
	margin-top: 10px;
}

.promotion {
	margin-bottom: 20px !important;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.promotion h3 {
	font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Verdana, Arial, sans-serif;
	color: #000 !important;
    background: #FFFFFF !important;
    border: 1px solid #ccc !important;
    border-top: 4px solid #FF8D6D !important;
	margin-bottom: 0 !important;
    text-transform: none !important;
    font-size: 18px !important;
	font-weight: normal;
	padding: 10px 20px;
}

.promotion h3 a {
	color: #000;
}

.promotion h3 a:hover {
	color: #5f5f5f;
}

.promotion h3 .fa {
	font-size: 15px;
    line-height: 16px;
    position: relative;
    left: 10px;
}

.promotion-content {
	color: #000;
	font-family: 'Gotham A', 'Gotham B';
	padding: 20px;
	border: 1px solid #ccc;
	border-top: 0;
	background: #F9F9F9;
	font-size: 18px;
	line-height: 23px;
}

.jvectormap-container path {
	cursor: pointer;
}


/*#accordion .ui-accordion-header-icon{*/
    /*display: inline-block;*/
    /*font: 14px/1 FontAwesome;*/
/*}*/

/*#accordion .ui-accordion-header-icon:before{*/
    /*content: "\f0da";*/
/*}*/


/*#accordion .ui-accordion-header-active .ui-accordion-header-icon:before{*/
    /*content: "\f0d7";*/
/*}*/


#vmap-open {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
	position: relative !important;
}

#vmap-close svg, #vmap-open svg {
	cursor: all-scroll;
}

.jvectormap-zoomin, .jvectormap-zoomout {
	width: 24px;
	height: 24px;
	line-height: 17px;
	box-sizing: border-box;
	background-color: #74CABA;
	color: white;
}

.jvectormap-zoomout {
	top: 40px;
}

.tips-for-map{
	display: block;
	position: absolute;
	width: 300px;
	top: 0;
	right: 20px;
	color: white;
	z-index: 1;
	background-color: rgba(116,202,186,0.85);
	padding: 10px 20px 20px 20px;
	border: 2px solid #fff;
}

.tips-for-map .jspPane{
	font-family: GothamM;
	padding: 20px !important;
	width: 280px !important;
}

.tips-for-map .content img {
    margin: 7px 0 13px;
}

.scroll-pane{
	width: 300px;
	height: 460px;
	overflow: auto;
}
.horizontal-only{
	height: auto;
	max-height: 200px;
}


.tips-for-map h3 {
	font-size: 24px;
}

.tips-for-map h3:first-letter {
}

.tips-for-map h4 {
	font-size: 16px;
	border-bottom: 1px solid white;
	padding: 15px 0 5px;
}

.tips-for-map .year {
	font-size: 14px;
	padding: 5px 0;
	display: block;
}

.tips-for-map p {
	font-size: 16px;
	font-family: GothamBk;
	margin-bottom: 10px;
	line-height: 1.2;
}

.slider-gradient-left, .slider-gradient-right{
	position: absolite;
}

.map{
	position: relative;
}

#close-map {
	display: none;
	position: absolute;
	top: 0;
	right: 365px;
	width: 19px;
	height: 19px;
	cursor: pointer;
}

.custom-title{
	font-family: BaskBold;
	font-size: 32px;
	color: #4F4F4F;
	text-align: center;
	border-top: 1px solid #4F4F4F;
}

.page-template.map {
	margin: 25px auto;
}

.custom-title div{
	position: relative;
	bottom: 16px;
	padding: 0 20px;
	background: white;
	display: inline;
}


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer{
	overflow: hidden;
	position: relative;
}

.jspPane{
	position: absolute;
}

.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap{
	display: none;
}

.jspHorizontalBar .jspCap{
	float: left;
}

.jspCap
{
	display: block;
}

.jspVerticalBar .jspCap
{
	height: 20px;
}

.jspTrack{
	background: #67BEAE;
	position: relative;
	width: 7px;
	border-radius: 4px;
}

.jspDrag
{
	background: #58AC9C;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 4px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

.banner-area {
	margin: 0 !important;
	padding: 0 0 61px 0;
}

.banner-area .container {
    color: #4f4f4f;
    text-align: center;
}

.banner-area .container p {
	margin: 0;
	padding: 0 20px;
	overflow: hidden;
}

.banner-area .container .one_third .posts-list-content p {
	height: 98px;
	text-overflow: ellipsis;
}

.hero-img-home-container-just-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hero-img-home-container-just-title {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.7em 0;
    color: white;
}

/*Lead the Way updates 2020*/
div.row.ltw-description {
    margin-top: -1.8em;
    margin-bottom: 1.4em;
}

div.row.ltw-description p {
	font-size: 1em;
	text-align: left;
}

.interaction-inner p {
    font-weight: bold;
    text-align: left;
}

.initiative-block {
    background-color: #A0BF6D;
    color: white;
    padding: 30px 24px;
    min-height: 200px;
}

.initiative-block h3 {

}

.banner-area .container .initiative-block p {
	font-size: 0.8em;

}

.banner-area .container .initiative-block p.initiative-cta {
	margin-top: 14px;
}

a .initiative-block:hover {
	opacity: 0.9;
}


.footer_logo{
    text-aling: right;
}

.table{
    display: table;
    width: 100%;
}

.table>*{
    display: table-cell;
}

.event_box {
    padding: 30px 0 40px;
}

.event_box .event_month_year{
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0;
}

.event_box .event_title_box {
    background: #FAFAFA;
    border-left: 3px solid #6BCABA;
    padding: 15px 15px 15px 20px;
    text-transform: uppercase;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
}

.event_box .day_month {
    font-size: 46px;
}

.event_box .date_short_box {
    width: 70px;
    line-height: 0.8;
    color: black;
}

.event_box .month_short {
    font-size: 18px;
    color: black;
    margin-left: 1px;
}

.event_box .title {
    vertical-align: top;
    font-size: 1.37em;
    color: black;
}

.event_box .event_content_box, .event_box .event_share_box{
    background: #EAEAEA;
}

.event_box .event_content {
    padding: 14px 15px 30px;
    box-sizing: border-box;
	position: relative;
}

.event_right_buttons{
	position: absolute;
	top: 0;
	right: 0;
}

.event_box .event_right_buttons a {
    padding: 9px 25px;
    width: auto;
    border: none;
	/*background: #E0DFDF;
    border-left: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;*/
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4em;
	float: left;
	color: white !important;
}


.event_box .event_time_box, .event_box .event_location_box {
    width: 100%;
    padding: 15px 15px 30px;
    box-sizing: border-box;
}

.event_time_box.table .icon_box, .event_location_box.table .icon_box {
    width: 35px;
}

#landing .event_box h3{
    margin: 0;
    color: #6B6B6B;
}

#landing .event_box .event_content h3, #landing .event_box .event_content li, #landing .event_box .event_content p{
    margin-bottom: 10px;
}

#landing .event_box .event_content h3.events_details{
	margin-bottom: 30px;
	font-size: 1.4em;
}

#landing .event_box .event_content h4 {
    margin: 25px 0 5px;
    text-transform: uppercase;
    font-size: 20px;
    color: #6B6B6B;
}

#landing .event_box .event_content li h4 {
    margin: 0 0 10px;
    font-size: 16px;
    text-transform: none;
}

.event_box .icon_box {
    font-size: 20px;
    padding: 0 15px 0 5px;
}

.event_box a, .event_box strong, .event_box strong span{
    color: #2c96cb !important;
}

.event_box li strong{
    color: #6B6B6B !important;
}

.event_box .event_time_content, .event_box .event_location_box {
    color: #828282;
}

.event_box .event_share_box a {
    float: left;
    padding: 10px 0;
    width: 70px;
    text-align: center;
    color: #6B6B6B !important;
    border-right: 1px solid #CDCDCD;
}

.event_box .event_share_box .fa{
    font-size: 28px;
}

.event_box .event_map_box{
    height: 300px;
}

.event_box .event_time_locaiton_box.table {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.event_box .event_time_locaiton_box.table>div:first-child{
    border-right: 1px solid #cdcdcd;
}


.event_buttons_box{
    margin: 40px 0 80px;
}

.page-id-3249 .fa.fa-user {
    font-size: 110px;
    float: left;
    margin: 0 20px 10px 0;
    color: #9C9C9C;
}

.new-load-post {
	background: #9AD4EA;
}

.pointer {
	cursor: pointer;
}

#landing .resource-description h3 {
    margin-bottom: 10px;
    font-size: 1em;
	margin-top: -40px;
	text-align: left;
	margin-left: 20px;
}

.resource-description .description-text {
    margin-bottom: 10px;
    text-transform: capitalize;
	text-align: left;
	margin-left: 20px;
}

.resources-last-btn {
	margin-top: 10px;
}

.calculation-require {
    color: #D63333;
}

#latest-news-loop {
	margin-top: 60px;
}

.resource-description .resource-preview {
    width: 140px;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-family: GothamBk;
}

.mm-menu>.mm-panel {
	padding: 0 40px 0 20px;
}

.mm-menu li {
	width: 100%;
	display: block;
}

.mm-menu li a {
	font-size: 16px;
	line-height: 2.357em;
	color: #fff;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: rgba(255,255,255,.5);
}


.social_media_box_landing_page {
    padding: 1px 0 0;
	background: #F4F4F4;
}

.tweet-header .grid-img {
	text-align: left;
	float: left;
	width: 50px;
}

.tweet-header .grid-img  img {
	width: 100%;
}

.tweet-content-box {
	width: 60%;
	float: left;
	margin-left: 20px;
}

.tweet-header {
	padding: 0 20px;
}

.tweet-header  h2 {
	margin: 0;
	font-size: 18px;
	margin-top: 5px
}

.tweet-header .one_fourth {
	margin-bottom: 0;
}

.social_media_box_landing_page .container-title {
    border-color: #4f4f4f;
}

.social_media_box_landing_page .container-title span {
	background: #F4F4F4;
	color: #4f4f4f;
}

.twitter_feed.twitter_classic img, .twitter_feed h1.referral a {
	display:none;
}

.twitter_feed.twitter_classic li.feed-item .twitter_text {
    font-family: GothamBk;
	margin-right: 1em;
	font-size: 1.05em;
}

.twitter_feed.twitter_classic li.feed-item .info {
    font-size: 0.85em;
}

.twitter_feed.twitter_classic li.feed-item .twitter_message {
    line-height: 1.3rem;
	height: auto;
}

.twitter_feed.twitter_classic li.feed-item .twitter_message p{
	margin-bottom: 0.4em;
	font-size: 0.8em;
}

.twitter_feed.twitter_classic li.feed-item .twitter_meta {
    padding: .5em 0 0 0;
}

.twitter_feed.twitter_classic li.feed-item .twitter_text {
    padding: 5px 25px;
    min-height: 1px;
}

.twitter_feed.twitter_classic li.feed-item {
    border: 0 solid #E3EEF7;
	margin-bottom: 5px;
	min-height: 77px;
}

.resources_box {
	padding-bottom: 2em;
	background: white;
}

.resources_box .container-title span {
    background: white;
}

/*.resources_box .resources_block {
	margin-bottom: 2.5em;
}*/

.resources_box .one_third>div {
    border: 1px solid silver;
    padding: 3em 0 1.3em;
    text-align: center;
}


.resources_box .one_third {
    margin-bottom: 2em;
}

.resources_box .one_third>div:hover{
	background: #F4F4F4;
}

.resources_box .one_third img{
	border: 1px solid #E8E8E8;
}

.resources_box .resource-description {
    /*font-family: BaskBold;*/
    color: #4E4E4E;
    font-size: 1.1em;
}

/*.page-template-page-resources-faith-formation .social_media_box_landing_page, .page-template-page-resources-faith-formation .social_media_box_landing_page .container-title span {
    background: #E8E8E8;
}*/

span.wpcf7-not-valid-tip {
    color: #D63333;
    font-size: 1em;
    display: block;
}

div.wpcf7-validation-errors {
    border: 1px solid #CA4747;
    padding: 10px 20px;
    background: #E65E5E;
}

.ui-accordion-content p {
    color: #5f5f5f;
}

.container {
    max-width: 100%;
}


.posts-loop .article+.article {
    padding-top: 40px;
    margin-top: 50px;
    border-top: 3px solid #EAAA00;
}


@-moz-document url-prefix(){
	.media-kit {
		clear: both;
		padding-top: 24px;
	}
}

@media screen and (max-width: 1400px) {
	.hero-img-home-row, .slider-box li {
		background-size: cover;
	}
}

@media screen and (max-width: 1024px) {
	/*iframe {
		display: none !important;
	}*/
}

@media screen and (max-width: 1100px) {
	.english .hero-img-caption-img {
   		 right: 23%;
	}
}

.mm-list a.mm-subopen:before {
	border: none;
}

@media screen and (max-width: 979px) {

	#footer-menu .content:after {
		height: 320px;
		top: 290px;
	}

	.hero-img-row .social-share-block {
		top: -15px;
	}

	.single .hero-img-row .container .one_half {
		height: 140px;
	}

	html body .supsystic-social-sharing.supsystic-social-sharing-spacing a.social-sharing-button {
		margin-right: 5px !important;
	}

	.top-header-nav-part #block-block-7 .content {
		padding: 0 20px;
	}

	#block-block-7 {
		display: block;
	}

	.footer_last_box>div {
		width: 46% !important;
	}
	.header-img-sticky-sidebar h2{
		color: white;
	}
	.header-img-sticky-sidebar .content {
    		background: none;
		padding: 0;
	}
	.header-img-sticky-sidebar {
		background: rgba(246, 148, 113, 1);
		position: static;
		width: 100%;
		text-align: center;
		padding: 20px 20px 1px;
	}
	.english .hero-img-caption-img {
   		 right: 17%;
	}
	.recipe-item h3 a {
		padding: 15px;
		display: block;
		font-size: 12px;
	}
	.cfl-nav-logo,.isStuck .cfl-nav-logo{
		font-size: 24px;
	}
	#navigation .menu-box .menu-header {
		padding-left: 20px;
	}
	ul.menu {
		margin-top: 29px;
	}
	ul.mm-panel {
		margin-top: 0 !important;
	}
	.email-signup, .donate, .app_box {
		width: 30.33%;
		display: inline-block;
		float: left;
		margin-right: 3%;
	}
	.donate_signup_box input[type="text"] {
		width: 100% !important;
		margin: 0 0 5px !important;
	}
	.donate_signup_box .donate label {
		padding: 8px 36px 9px 5px
	}
	.donate_signup_box input[type="text"], .donate_signup_box input[type="submit"], .donate_signup_box .button {
		margin: 0;
	    padding: 4px 10px;
		height: 38px;
	}
	.app-links a {
		padding: 0;
		margin: 0 !important;
		float: right;
	}
	.app-links p{
		margin-bottom: 60px;
	}
	.donate p{
		margin-bottom: 19px;
	}
	.bottom__social ul li {
		margin: 5px 10px 0 0;
	}
	.bottom__email input {
		width: 65%;
	}
	#footer .id-number-text{
		margin-left: 0;
	}
	.media-kit {
		padding-top: 50px;
	}
	.story_small_box>div {
		margin: 0 0 7px;
		height: 200px;
	}
	.all_small_story_box{
		max-height: 100%;
	}
	#navigation .cfl-nav-logo {
		line-height: 44px;
		font-size: 22px;
	}
	#footer .id-number-text{
		margin-left: 10px;
	}
	.email-signup, .donate, .app_box {
		width: 290px;
		float: none;
		margin: 30px auto;
		clear: both;
	    display: block;
	}
	.app-links a {
		max-width: 137px;
		float: none;
		display: inline-block;
	}
	.app-links a+a{
		margin-left: 10px !important;
	}
	.app-links p {
		margin-bottom: 20px;
	}
	.media-kit {
		padding-top: 10px;
	}
	.donate_signup_box:before {
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
	}
	.image_and_text .title {
		padding: 10px 5%;
		font-size: 16px;
	}
	#navigation .menu-box.fix-menu  {
		height: 39px;
	}
	.page-content .youtube{
		height: 350px !important;
	}
	#navigation ul li.social_header_box+li.social_header_box {
		padding-right: 10px;
	}
}

#footer a {
	color: #a5a4a1;
}

#footer a:hover {
	color: #a5a4a1;
	text-decoration: underline;
}

@media screen and (max-width: 979px){
	#navigation .menu-box {
		background: transparent;
	}
	#navigation .menu-box ul a {
		line-height: 39px;
	}
	#navigation .menu-header ul .menu-item.menu-item-has-children a, #navigation ul li.social_header_box a {
		padding-top: 4px;
		padding-bottom: 3px;
	}
	.slider-box .slide-description{
		display: block;
	}
	.slides .slide-content {
		top: 200px;
	}
	.all_steps_box .button {
		margin-bottom: 4px;
	}
	.step_box.step-1 .step_content_box br {
		display: none;
	}
	.step_box .container_title_box {
		margin-top: 2em;
		margin-bottom: 0.5em;
	}
	.resource-description .resource-preview {
		font-size: 0.8em;
	}
	.resources_box .resources_block {
		margin-bottom: 0;
	}
	.flexslider {
		height: 350px;
	}
	.slides .slide-content {
		top: 85px;
	}
	.container.block-posts-list{
		width: 42%;
	}
}

@media screen and (max-width: 959px) {
	.crsespanol-logo-mobile-link-1 {
		display: inline;
	}
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
	.container.block-posts-list{
		width: 43%;
	}
}

@media screen and (max-width: 787px) {
	.crsespanol-logo {
		display: none;
	}

	.container.caption-on-header-img {
		width: 50%;
		float: left;
		margin-left: 20px;
	}

	.event_box .event_right_buttons a {
		float: none;
	}
	.event_right_buttons {
		position: static;
	}
	#footer .id-number-text {
		font-size: 0.65em;
		line-height: 1.5em;
	}
	#footer .follow-us {
		float: left;
	}
	.footer_last_box>div {
		width: 100% !important;
	}
	.resources_box .row.height {
		height: auto !important;
	}
	.steps-container .table_cell, .steps-container .table_cell+.table_cell {
		width: 100%;
		display: block;
		padding: 0;
		margin: 0;
	}
	.steps-container .table_75{
		width: 100%;
	}
	#navigation .menu-header ul .menu-item-has-children:after {
		top: 3px;
	}
	#navigation .menu-box ul a {
		padding: 2px 1em !important;
		font-size: 0.9em;
		box-sizing: border-box;
	}
	.container.hero-img-home-container-just-title {
		width: 100%;
	}
	#navigation ul li.social_header_box, #navigation ul li.social_header_box+li.social_header_box{
		padding: 3px 0;
	}
	.stories-of-hope-navigation a {
		display: block;
	}
	.stories-of-hope-navigation{
		padding: 5px 0;
	}
	.hero-img-home-container h2 {
		font-size: 26px;
	}
	#navigation .cfl-nav-logo {
		display: none;
	}
	#navigation .menu-box .menu-header{
		padding-left: 0;
	}
	.container {
		width: 90%;
	}
	#navigation ul.sub-menu, #navigation ul.children {
		left: 0;
	}
	ul.menu {
		/*display: none;*/
	}
	.header_buttons a {
		display: inline-block;
	}

	#navigation li ul.sub-menu, #navigation li ul.children, #navigation li ul.sub-menu li, #navigation ul.sub-menu li:hover, #navigation li ul.children li, #navigation li ul.sub-menu li a, #navigation li ul.children li a {
		display: block;
	}
	#navigation ul li li a{
		color: #521C6D !important;
	}
	#navigation ul ul.sub-menu {
		visibility: visible;
	}
	.home .hero-img-home-row {
		background-position: 23%;
	}
	#navigation ul li li a {
		color: #521C6D;
		font-weight: normal;
	    text-transform: uppercase;
	}
	#navigation ul.sub-menu li a:hover {
		background: transparent !important;
		display: block;
	}
	.stories_header_box>div {
		display: block;
		width: 100%;
	}
	.stories_header_box img {
		float: none;
		width: 100%;
	}
	#navigation ul ul {
		visibility: visible;
        display: block;
		position: static;
		min-width: auto;
		z-index: 9998;
		width: auto;
		font-size: inherit;
		padding: 0;
	}

	#navigation ul ul li {
		display: block;
		width: 100%;
		text-align: center;
	}
	#navigation .menu-box ul a {
		line-height: 2;
	}
	div#header-nav-menu {
		display: none;
	}
	.recipe-item h3, .recipe-item:hover h3{
		top: 80%;
	}
	.recipe-item {
		text-align: center;
	}
	#navigation .menu-box.fix-menu{
		height: auto;
	}
	.page-content .youtube{
		height: 270px !important;
	}

	.page-template-page-reflection .orangebox {
		position: relative;
		top: 20px;
		margin-left: 0;
		margin: 50px 0;
	}
	.hero-img-row, .slider-box{
		margin-top: 0;
	}
	#navigation{
		height: auto;
	}
	.mobile-button, #header .header-follow-us {
		bottom: 19px;
	}
	.header-right-block {
		right: 50px;
		bottom: 19px;
	}
	.flexslider {
		height: 300px;
	}
	.slides .slide-content {
		top: 35px;
	}
	.header_buttons_box .button {
		font-size: 0.95em;
		margin-left: 0;
	}
	#header .inner {
		padding-bottom: 0;
	}
	.events-table td, .events-table th, .events-table td>div {
		display: block;
		width: 100% !important;
		height: auto;
		text-align: center;
		box-sizing: border-box;
	}
	.events-table tr {
		border: 1px solid #e0e0e0;
	}
	.events-table tbody tr:last-child td, .events-table tr.close td:first-child>div, .events-table tr.open td:first-child>div{
		border: none;
	}
	.events-table tbody tr td:first-child {
		padding-top: 10px;
	}
	.events-table tbody tr td:last-child {
		padding-bottom: 10px;
	}
	.events-table thead tr th>div {
		display: block;
		margin: 0;
		text-align: right;
		margin-bottom: 5px;
	}
	.events-state-value.events-select {
		width: 7.33em;
	}
	.events-table tbody tr {
		display: block;
		margin-bottom: 20px;
	}
	.resources-last-btn {
		margin-top: 0;
	}
	.promote-on-social-media img {
		width: 100%;
	}
	.resources_box .one_third>div {
		padding: 1.3em 1.2em 1em;
	}
	.resources_box.min_height_272 .one_third>div {
		min-height: 1px;
	}
	.tips-for-map {
		position: static;
		width: 300px;
		max-width: 100%;
		margin: -2em auto 2em;
		box-sizing: border-box;
	}
	.tips-for-map .scroll-pane {
		max-width: 100%;
	}
	.container.block-posts-list{
		width: 100%;
	}
}

@media screen and (max-width: 767px) {

	.caption-under-header-img {
		display: block;
		background: #FF8D6D;
		padding-top: 20px;
		text-align: center;
	}

	.hero-img-row {
		height: 160px !important;
	}

	.caption-on-header-img {
		display: none;
	}

	#landing .header-search {
		width: 100%;
	}
	#landing .header-search input {
		width: 100%;
	}
	.crsespanol-logo-mobile-link-1 {
		display: none;
	}
	.crsespanol-logo-mobile-link-2 {
		display: inline;
	}

	.hero-img-row {
		padding-top: 0;
	}
	.hero-img-row .social-share-block {
		display: none !important;
	}
	.hero-img-row {
		overflow: hidden;
	}
}

@media screen and (max-width: 683px) {
	.container.block-posts-list{
		width: 100%;
	}
	#landing .header-search {
		width: 100%;
	}
	#landing .header-search input {
		width: 100%;
	}
}

@media screen and (max-width: 550px) {

	.tags-block {
		width: 100% !important;
		margin-top: 30px !important;
	}

	.subscribe-header label {
		margin-bottom: 10px;
	}
	.subscribe-header #cons_email {
		margin: 0;
		width: 100%;
	}
	.subscribe-header .button {
		margin-top: 10px;
		width: 100%;
	}

	#landing .header-search {
		width: 100%;
	}
	#landing .header-search input {
		width: 100%;
	}
	.event_box .event_time_box, .event_box .event_location_box {
		padding: 15px 5px;
	}
	.event_time_box.table .icon_box, .event_location_box.table .icon_box {
		padding: 0 7px;
		width: auto;
	}
	.event_box .event_right_buttons a {
		font-size: 1.1em;
		margin: 5px 0;
	}
	.hero-img-row {
		height: 250px;
	}
	.resource-description a {
		margin-top: 5px;
	}
	.all_steps_box .button {
		display: block;
	}
	.steps-container .step_box {
		padding: 0.1em 1em 2em;
	}
	.step_content_box {
		font-size: 1em;
	}
	.header-logo img {
		left: 0;
	}
	.twitter_feed.twitter_classic li.feed-item .twitter_text {
		padding: 8px 10px;
		margin-right: 0;
	}
	.twitter_feed.twitter_classic li.feed-item img, .twitter_feed.twitter_classic li.feed-item .twitter_meta {
		width: 75px;
	}
	.twitter_feed.twitter_classic li.feed-item .twitter_text {
		margin-left: 75px;
	}
	.twitter_feed.twitter_classic li.feed-item .twitter_message p {
		font-size: 0.8em;
	}
	.header_buttons_box .button {
		margin-bottom: 15px;
	}
	.header_buttons, .header_buttons_box {
		position: static;
		margin-right: 40px;
	}
	.mobile-button, .header-right-block {
		bottom: 21px;
		top: auto;
	}
	.header-right-block {
		right: 0;
		top: 55px;
	}
	.button.large {
		padding: 5px 15px;
		font-size: 1.3em;
	}
	.slides .slide-content {
		width: 260px;
	}
	.header-logo{
		float: none;
	}
	.footer_far p strong {
		font-size: 28px;
	}
	.donate_signup_box .container {
		width: 100%;
	}
	.container .hero-img-caption-img {
		height: 200px;
		max-width: 300px;
		right: -5%;
	}
	.hero-img-home-row .button {
		font-size: 16px;
	}
	.orangebox .left, .orangebox .right {
		width: 230px;
	}
	.orangebox {
		width: 260px;
	}
	.story-img-caption p {
		display: none;
	}
	.image_and_text .title {
		position: relative;
		top: -25px;
		bottom: auto;
	}
	.table_noborder {
		font-size: 12px;
	}
	.table_noborder  td{
		padding: 0.5%;
		width: 20%;
	}
	a.button {
		font-size: 14px;
	}
	.page-content .youtube{
		height: 220px !important;
	}
	.block-posts-list{
		width: 99%;
	}
	.container.block-posts-list{
		width: 99%;
	}
}


@media screen and (max-width: 480px) {
	.event_box .event_right_buttons a{
		display: block;
	}
	.container.block-posts-list{
		width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	#wrap #content {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.menu-header {
	display: none;
}

.menu li+li {
	 border-left: 0px solid #D0D0D0;
}

#block-menu-block-1 {
	margin-bottom: -1px;
}

#block-menu-block-1.menu__main .menu li.menu-about-us {
	padding-left: 1px!important;
	width: 115px!important;
}

#block-views-exp-sidewide-search-page .views-exposed-form .views-exposed-widget {
	float: left;
	width: 820px;
	margin: 0;
	padding: 0;
	margin-top: -3px!important;
}

#block-views-exp-sidewide-search-page {
	position: relative;
	top: 57px;
	z-index: 9999999;
}

.share-text span {
	position: relative;
	top: -5px;
	left: -84px;
}

.share-text {
	font-family: Georgia,"Times New Roman","DejaVu Serif",serif;
	font-style: italic;
	height: 40px;
}

.region.region-preface {

}

.author-block {
	font-family: "Gotham A","Gotham B",Arial,Helvetica,sans-serif;
	color: #666;
	font-size: 13px;
	margin-top: 5px;
}

.author-block span.date {
	font-size: 12px;
}
.author-block span {
	font-size: 13px;
	text-transform: uppercase;
}

.author-block a {
	text-transform: uppercase;
}

.tags-block {
	margin-top: 20px;
	width: 360px;
	float: right;
	color: #666;
}

.tags-block span, .tags-block a  {
	font-family: "Gotham A","Gotham B",Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}

/*a.menu-link.menu__link.level-1 {*/
	/*padding-left: 37px;*/
/*}*/

/*.menu-block-wrapper.menu-block-1.menu-name-main-menu.parent-mlid-0.menu-level-1 {*/
	/*border-top: #999 solid 1px;*/
/*}*/

.menu-block-wrapper.menu-block-2.menu-name-menu-footer-menu.parent-mlid-0.menu-level-1 {
	text-align: left;
}

.black-footer {
	background-color: black!important;
}

.main-nav-menu {
	position: relative;
	right: -40px;
}

.main-nav-menu li{
	padding-left: 20px;
	font-size: 20px;
}

#block-menu-block-1 .menu__main .crs-menu-wrap {
	display: none;
	width: 100%;
	min-height: 250px;
	left: 0;
	position: absolute;
	top: 125px;
	z-index: 999;
}

#footer li.menu__item.is-leaf.is-active.first.leaf.active.menu-mlid-218.menu-home.level-1.no-attached-block {
	display: none;
}

div#block-menu-block-2 {
	z-index: 0;
}

.row.height {
	height: 300px!important;
	overflow: hidden;
}

.one_third .row.height {
	height: 380px!important;
}

@media (max-width: 787px) {
	.banner-area-block-1 {
		max-width: 480px;
		margin: 0 auto;
	}
}

.banner-area-block-1 .row.height {
	height: auto !important;
}

.banner-area-block-1 a {
	display: block;
}

.block-posts-list {
	border: 1px solid #DDD;
	position: relative;
	color: #4E4E4E;
}

.posts-list-title {
	padding: 10px 20px;
	text-align: left;
}

@media (min-width: 788px) {
	.posts-list-title {
		min-height: 85px;
	}
}

@media (min-width: 980px) {
	.posts-list-title {
		min-height: 62px;
	}
}

.posts-list-title :hover {
	color: #4E4E4E;
}

.posts-list-title h3 {
	font-weight: 400;
}
.one_third .posts-list-title h3 {
	min-height: 75px;
}

.block-posts-list .row {
	transition: all .15s ease-in-out;
}

@media (min-width: 788px) {
	.blog .block-posts-list .row {
		display: flex;
	}
}

.block-posts-list .row:hover {
	background: #F4F4F4;
	color: #4E4E4E;
}

span.block-bosts-inner {
	display: block;
	margin: -1px -1px 0;
	border-top: 5px solid #EAAA00;
}

.banner-area-block-1 .posts-list-content {
	padding-bottom: 20px;
}

@media (min-width: 788px) {
	.banner-area-block-1 .posts-list-content {
		height: 92px;
	}
}

@media (min-width: 980px) {
	.banner-area-block-1 .posts-list-content {
		height: 72px;
	}
}

.banner-area-block-1 .posts-list-image {
	position: relative;
	padding-top: 55.5%;
	overflow: hidden;
}

.banner-area-block-1 .posts-list-image img {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	object-fit: cover;
}

.container.subscribe-header {
	font-size: 20px;
}

.particpar-content {
	color: #FFF;
	font-family: 'Gotham A', 'Gotham B';
	border: 1px solid #ccc;
}

.l-initiatives-wrap {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	min-height: 150px;
}


.l-initiatives-wrap a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 100;
	display: block;
	opacity: .7;
}

.l-initiatives-wrap .icolor-lime_green a:after {
	background-color: #77a32f;
	opacity: 1!important;
}

.l-initiatives-wrap .icolor-lime_teal a:after {
	background-color: #56beab;
	opacity: 1!important;
}

.l-initiatives-wrap a * {
	position: relative;
	z-index: 500;
}

.block-video-embed-list {
	float: left;
	margin: auto;
	position: relative;
	color: #4E4E4E;
	margin-bottom: -68px;
}

.video-embed-list-title {
	padding: 0px 10px;
	position: absolute;
	margin: 33px;
	z-index: 1;
	text-align: center;
}

.attachment-cfl-landing-page-list-of-posts {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.posts-list-content	{
	min-height: 50px;
	text-align: left;
	font-size: 1rem;
	line-height: 1.5;
	font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;
}

.view-footer .see-all {
	background-color: #31579d;
	width: 180px;
	display: inline-table;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}

.view-footer .see-all a:hover {
	background-color: #254176;
}

.global_bg_grey, 
.global_bg_grey .container-title span {
	background: #f4f4f4;
}

#block-menu-block-1.menu__main .links li a.level-2,#block-menu-block-1.menu__main .menu li a.level-2{
	display:none;padding-bottom:5px
}

.crs-menu-wrap .menu li a.level-2{
	display: block!important;
}

#block-block-9 strong {
	color:	#999;
}

#block-block-5 strong {
	color:	#fff;
}

.sub-footer__why-give, .sub-footer__donate-today, .sub-footer__why-give h3, .sub-footer__donate-today h3 {
	color: #fff !important;
}

.footer_far span {
	font-size: 44px;
	line-height: 60px;
}

.dark-blue {
	background: #31579d;
	color: #fff;
	text-transform: uppercase;
}
.dark-blue:hover {
	background: #254176;
}

.light-blue {
	color: #fff;
	border: none !important;
	background-color: #00b5e2;
	padding-right: 35px;

}

a.light-blue:after {
    content: ' ';
    background: url('images/arrow-right.png') no-repeat;
    width: 15px;
    height: 25px;
    position: absolute;
    right: 12px;
	top: 11px;
}

.light-blue:hover {
	background-color: #1aa5c9;
}

.full-btn {
    display: block;
}

.text-left {
	text-align: left;
}

.row .last, .last {
    margin-right: 0 !important;
}

.interaction-block-with-bg-img {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	min-height: 244px;
}

.interaction-block-with-bg-img h2 {
	font-family: "Gotham SSm A","Gotham SSm B",Arial,Helvetica,sans-serif;
	font-size: 18px;
}

h2.simple-white {
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

p.simple-white {
	color: #fff;
	font-size: 19px;
}

.donation-container {
	padding: 75px 0 0 0;
}

.interaction-block-with-bg-img a, .interaction-block-with-bg-img a:hover {
	color: #fff;
}

.interaction-block-with-bg-img a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	opacity: .7;
}

.interaction-light-green {
	background-color: #698f29;
}

.interaction-light-green a:after {
	background-color: #698f29;
}

.interaction-light-blue {
	background-color: #56beab;
}

.interaction-light-blue a:after {
	background-color: #56beab;
}

.interaction-bright-blue {
	background-color: #00BCE7;
}
.interaction-bright-blue a:after {
	background-color: #00BCE7;
}

.interaction-green {
	background-color: #00B18E;
}
.interaction-green a:after {
	background-color: #00B18E;
}

.interaction-block-with-bg-img span.interaction-inner {
	padding: 20px;
	display: block;
	position: relative;
	z-index: 20;
}

.interaction-block-with-bg-img:hover {
	background-image: none !important;
}

.bg-gray-row, .bg-gray-row .container-title span {
	background: #F4F4F4;
}

.maneras-row {
	padding: 0 0 40px 0;
}

.blog .full {
	margin-bottom: 20px;
}

.blog .one_half,
.blog .one_third,
.blog .two_thirds {
	margin-bottom: 0;
}

.blog .posts-list-image {
	min-height: 240px;
	width: 100%;
	background-size: cover !important;;
	background-position: center !important;
}

@media (min-width: 788px) {
	.blog .posts-list-image {
		height: 100%;
	}
}

.blog .posts-list-title {
	padding: 10px 20px 0;
}

@media (min-width: 788px) {
	.blog .posts-list-title {
		padding: 10px 20px 0 0;
	}
}

.blog .posts-list-title p {
	margin: 0 0 12px 0;
	font-size: 14px;
}

.blog .pagination-links a {
	padding: 8px 13px;
	font-size: 14px;
	background-image: none;
	margin: 0;
	margin-bottom: 0;
	display: inline-block;
	font-stretch: narrower;
	font-weight: normal;
	white-space: nowrap;
	padding: .5em 1em;
	font-size: 1em;
	color: white;
	line-height: 1.5em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #4B9FD0;
	background: #62B5E5;
	position: relative;
	background-repeat: repeat-x;
}

.blog .pagination-links a:first-child {
	float: left;
}
.blog .pagination-links a:nth-child(2){
	float: right;
}

#footer .one_fourth p {
	font-size: 11px;
}

#footer .one_fourth a {
	text-decoration: none;
}

#footer .one_fourth {
	opacity: .5;
}

a.header__menu-trigger {
	color: #EAAA00;
}

.l-donation-form-wrap {
	padding: 0 3%;
	background-position: 70%;
	background-size: cover;
	background-repeat: no-repeat;
}

.l-donate-form .l-donation-inner {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	min-height: 360px;
}

.l-donate-form .l-donation-inner:after {
	content: " ";
	display: block;
	clear: both;
}

@media (min-width: 48em) {
	.l-donate-form .l-donation-inner {
		padding-top: 90px;
	}
}

@media (min-width: 48em) {
	.l-donate-form .l-donation-inner {
		min-height: 480px;
	}
}

.l-donate-form .form-item {
	display: inline-block;
}

.l-donate-form h2 {
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.l-donate-form .form-radios {
	display: none;
}

@media (min-width: 48em) {
	.l-donate-form .form-radios {
		display: block;
		margin: 0 0 30px 0;
	}
}

.l-donate-form .form-type-radio input {
	display: none;
}

.l-donate-form .form-type-radio label {
	background-color: #EAAA00;
	color: #fff;
	display: inline-block;
	margin: 0 18px 0 0;
	text-align: center;
	vertical-align: top;
	width: 90px;
	cursor: pointer;
	position: relative;
	font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	font-size: 0.8888888889em;
	font-size: 0.8888888889rem;
	line-height: 40px;
}

.l-donate-form .form-type-radio label:hover:before {
	content: " ";
	position: absolute;
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	border: 2px solid #fff;
	display: block;
}

.l-donate-form .form-type-radio.selected label {
	background-color: #fff;
	color: #EAAA00;
}

.l-donate-form .form-type-radio.selected label:before {
	content: " ";
	position: absolute;
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	border: 2px solid #fff;
	display: block;
}

.l-donate-form .form-type-radio.last label {
	/*line-height: 1em;*/
	/*font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;*/
	/*font-style: normal;*/
	/*font-weight: 700;*/
	/*font-size: 0.888889rem;*/
	/*padding: 0.4em;*/
	width: 120px;
}

.l-donate-form p {
	color: #fff;
	font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	font-size: 0.8333333333em;
	font-size: 0.8333333333rem;
	line-height: 1.4em;
}

@media (min-width: 48em) {
	.l-donate-form p {
		font-size: 18px;
		font-size: 1em;
		font-size: 1rem;
	}
}

.l-donate-form .form-submit {
	background-color: #EAAA00;
	color: #fff;
	position: relative;
	left: -5px;
	width: 135px;
	top: 9px;
	border: none;
	height: 50px;
	font-size: 18px;
}

.l-donate-form .form-submit:hover {
	background-color: #fff;
	color: #EAAA00;
}

.l-donate-form .donation-form-body {
	margin: 0 0 20px 0;
	width: 90%;
}

@media (min-width: 48em) and (max-width: 59.938em) {
	.l-donate-form .donation-form-body {
		width: 75%;
	}
}

@media (min-width: 60em) {
	.l-donate-form .donation-form-body {
		width: 50%;
	}
}

.l-donate-form .submit-wrap {
	display: inline-block;
	vertical-align: top;
}

.l-donate-form .donation-form-wrap a {
	display: block;
	color: #fff;
	font-style: italic;
	font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
	text-decoration: underline;
	font-size: 14px;
	font-size: 0.7777777778em;
	font-size: 0.7777777778rem;
	font-weight: normal;
	margin: 10px 0 0 0;
}

@media (min-width: 48em) {
	.l-donate-form .donation-form-wrap a {
		display: inline-block;
		vertical-align: top;
		position: relative;
		top: 20px;
		margin: 0;
	}
	.l-donate-form .donation-form-wrap a:hover {
		text-decoration: none;
	}
}

@media (min-width: 48em) {
	.l-donate-form .donation-form-wrap a:before {
		content: ' ';
		display: inline-block;
		vertical-align: top;
		width: 12px;
		height: 36px;
		border-left: 2px solid #fff;
	}
}

.l-donate-form.mini-donation .l-donation-form-wrap {
	background-color: #003480;
}

.l-donate-form.mini-donation .l-donation-inner {
	min-height: inherit;
	padding: 30px 0 4px 0;
}

@media (min-width: 48em) {
	.l-donate-form.mini-donation .l-donation-inner {
		padding: 20px 0 0 0;
	}
}

.l-donate-form.mini-donation .form-type-radio label {
	background-color: #fff;
	color: #f16139;
}

.l-donate-form.mini-donation .form-type-radio label:hover {
	background-color: #335d99;
	color: #fff;
}

.l-donate-form.mini-donation .form-type-radio label:hover:before {
	content: " ";
	border: none;
	position: relative;
}

.l-donate-form.mini-donation .form-type-radio.selected label {
	background-color: #335d99;
	color: #fff;
}

.l-donate-form.mini-donation .form-type-radio.selected label:before {
	content: " ";
	border: none;
}

.l-donate-form.mini-donation .form-radios {
	display: none;
}

@media (min-width: 48em) and (max-width: 59.938em) {
	.l-donate-form.mini-donation .form-radios {
		display: block;
		width: 57.1428571429%;
		float: left;
		margin-right: 2.8571428571%;
	}
}

@media (min-width: 60em) {
	.l-donate-form.mini-donation .form-radios {
		display: block;
		width: 65.7142857143%;
		float: left;
		margin-right: 2.8571428571%;
	}
}

.l-donate-form.mini-donation .form-radios .form-type-radio {
	margin: 4px 0 10px 0;
}

@media (min-width: 60em) {
	.l-donate-form.mini-donation .form-radios .form-type-radio {
		margin: 4px 0 0 0;
	}
}

.l-donate-form.mini-donation .form-submit {
	position: inherit;
	text-align: left;
	left: inherit;
	width: 82%;
	display: block;
	margin: 0 auto 20px auto;
	background-color: #fff;
	color: #f16139;
}

.l-donate-form.mini-donation .form-submit:hover {
	color: #fff;
	background-color: #335d99;
}

@media (min-width: 48em) and (max-width: 59.938em) {
	.l-donate-form.mini-donation .form-submit {
		width: 40%;
		float: right;
		margin-right: 0;
		width: 260px;
	}
}

@media (min-width: 60em) {
	.l-donate-form.mini-donation .form-submit {
		width: 31.4285714286%;
		float: right;
		margin-right: 0;
		width: 260px;
	}
}

.l-donate-form.mini-donation .submit-wrap {
	position: relative;
	width: 99%;
}

@media (min-width: 48em) {
	.l-donate-form.mini-donation .submit-wrap {
		width: inherit;
	}
}

.l-donate-form.mini-donation .submit-wrap:after {
	content: '';
	top: 8px;
	left: 85%;
	z-index: 100;
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-right: 0;
	border-top: 14px solid transparent;
	border-left: 14px solid #00bce7;
	border-bottom: 14px solid transparent;
	-moz-transform: scale(0.9999);
}

@media (min-width: 48em) {
	.l-donate-form.mini-donation .submit-wrap:after {
		margin-left: 6px;
	}
}

.l-donate-form.mini-donation h2,
.l-donate-form.mini-donation p {
	display: none;
}

.main-countries {
	padding: 20px 0 3px 10px;
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #e6e6e6;
	border-bottom: 3px solid #EAAA00;
}

.main-countries.no-border {
	border-top: 0px solid #e6e6e6;
}

.child-countries a:hover {
	color: #003087;
}

.child-countries {
	text-transform: capitalize;
	line-height: 1.6em;
	font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

.child-countries li {
	list-style-type: none;
	margin-bottom: 0;
	cursor: pointer;
}

.child-countries li a {
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 2px;
	display: block;
}

.child-countries li a:hover {
	background-color: #ddd;
	color: #003087;
}

.child-countries .one_fifth.odd {
	background-color: #f8f8f8;
}

.child-countries .one_fifth.even {
	background-color: #ffffff;
}

.child-countries .one_fifth {
	width: 20%;
	margin-right: 0;
	margin-bottom: 0;
}

.child-countries .one_fifth.last {
	padding-right: 0 !important;
	margin-bottom: 0px;
}

.button.primary-color-bg, input.primary-color-bg  {
	background-color: #EAAA00;
	border-color: #EAAA00;
}

.button.primary-color-bg:hover, input.primary-color-bg:hover {
	background-color: #eaa200;
}

input, textarea, select, .uneditable-input, #tabs .tab-content {
	border-color: #EAAA00;
}

.breadcrumbs {
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 16px 0px;
	border-bottom: 1px solid #e6e6e6;
	color: #666;
	font-size: 14px;
	line-height: 1em;
	font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;
}

.breadcrumbs :hover {
	text-decoration: underline;
	color: #003087;
}

.breadcrumbs span {
	color: #666;
	padding-right: 4px;
}

.sidebar-subscribe {
	text-align: left;
	width: 90%;
}

.sidebar-subscribe, input#cons_email {
	margin-bottom: 20px;
}

.sidebar-subscribe p {
	font-size: 14px;
}

.sidebar-list-of-pages {
	padding: 0px 0px 0px 30px;
	font-size: 14px;
}


.sidebar-title {
	color: #3C3C3C;
	margin: 20px 0 30px 0;
	text-transform: none !important;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.sidebar-block ul li {
	list-style: none;
}

.sidebar-block {
	margin-top: 20px;
}

.news-description {
	font-size: 12px;
	line-height: 14px;
}

.news-title {
	color: #5f5f5f;
	font-size: 14px;
	line-height: 16px;
}

.news-title a {
	color: #5f5f5f;
}

.news-title a:hover {
	color: #5f5f5f;
	text-decoration: underline;
}

ul.sidebar-navigation li {
	margin-bottom: 0;
}

ul.sidebar-navigation li:last-child {
	margin-bottom: 10px;
}

ul.sidebar-navigation .caret {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	line-height: 25px;
	cursor: pointer;
}

ul.sidebar-navigation ul .caret {
  left: 10px;
}

.sidebar-navigation > .active .fa {
	color: #fff;
}

ul.sidebar-navigation .caret:hover {
	color: #EAAA00;
}

ul.sidebar-navigation li {
	position: relative;
}

ul.sidebar-navigation a {
	transition: color .15s ease-in, background .15s ease-in;
}

ul.sidebar-navigation li.active>a {
	background: #858486;
	color: #fff;
	font-weight: bold;
}

ul.sidebar-navigation li .caret:before {
	content: "\f0da";
}

ul.sidebar-navigation li.active > .caret:before {
	content: "\f0d7";
}

ul.sidebar-navigation li.active ul {
	margin: 0;
	background: #858486;
}

ul.sidebar-navigation li ul {
	display: none;
}

ul.sidebar-navigation li.active > ul {
	display: block;
}

ul.sidebar-navigation li a:hover,
ul.sidebar-navigation li .fa:hover + a {
	background: #6f6e70;
	color: #fff;
}

ul.sidebar-navigation > li:not(.active) > a:hover {
	background: #ebebeb;
  color: #061F41;
} 

ul.sidebar-navigation li a {
	color: #061F41;
	margin: 0;
	padding: 10px 10px 10px 30px;
	display: block;
}

ul.sidebar-navigation-t2 li a {
	font-size: 15px;
}

ul.sidebar-navigation > li > ul > li > a,
ul.sidebar-navigation-t2 > li > a { 
	padding: 8px 10px 8px 40px;
	color: #fff;
}

ul.sidebar-navigation > li > ul > li.active > a {
	background: #9a9a9c;
	color: #fff;
}

ul.sidebar-navigation-t3 li a {
	padding: 8px 10px 8px 40px;
	background: #d4d4d4 !important;
	color: #061F41 !important;
}

ul.sidebar-navigation-t3 li a:hover {
	background: #bebebe !important;
}

ul.sidebar-navigation-t3 li.active a {
	text-decoration: underline;
}

h3.side-nav-title {
	margin-bottom: 0;
	border-bottom: 3px solid #EAAA00;
}

input, textarea, select, .uneditable-input, #tabs .tab-content {
	border: 1px solid #00468B;
}

.sidebar #cons_email {
	height: 39px;
}
.footer-img-home-container-just-title #cons_email, .sidebar #cons_email {
	border: 1px solid #EAAA00;
	margin-bottom: 0;
}

.footer-img-home-container-just-title {
	background: #00468b;
}

.footer-img-home-container-just-title label {
	color: #ffffff;
}

li .caret {
	display: none;
}

li.parent .caret {
	display: block;
}

#landing .header-search {
	width: 100%;
}

.supsystic-social-sharing {
	display: inline-block !important;
}

.social-share-block {
	text-align: right;
}

.supsystic-social-sharing .twitter {
	background: url(images/s-icons.png) -169px -121px no-repeat;
	width: 32px;
	height: 32px;
}

.supsystic-social-sharing .twitter:hover {
	background-position: -205px -121px;
}

.supsystic-social-sharing .twitter i {
	display: none;
}

.supsystic-social-sharing .facebook {
	background: url(images/s-icons.png) -241px -121px no-repeat;
	width: 32px;
	height: 32px;
}

.supsystic-social-sharing .facebook i {
	display: none;
}

.supsystic-social-sharing .facebook:hover {
	background-position: -277px -121px;
}

.supsystic-social-sharing .linkedin {
	background: url(images/s-icons.png) -312px -121px no-repeat;
	width: 32px;
	height: 32px;
}

.supsystic-social-sharing .linkedin i {
	display: none;
}

.supsystic-social-sharing .linkedin:hover {
	background-position: -348px -121px;
}

.supsystic-social-sharing .googleplus {
	background: url(images/s-icons.png) -457px -121px no-repeat;
	width: 32px;
	height: 32px;
}

.supsystic-social-sharing .googleplus i {
	display: none;
}

.supsystic-social-sharing .googleplus:hover {
	background-position: -493px -121px;
}

.supsystic-social-sharing .pinterest {
	background: url(images/s-icons.png) -385px -121px no-repeat;
	width: 32px;
	height: 32px;
}

.supsystic-social-sharing .pinterest i {
	display: none;
}

.supsystic-social-sharing .pinterest:hover {
	background-position: -421px -121px;
}

.supsystic-social-sharing .mail {
	background: url(images/s-icons.png) -529px -121px no-repeat;
	width: 32px;
	height: 32px;
}

.supsystic-social-sharing .mail i {
	display: none;
}

.supsystic-social-sharing .mail:hover {
	background-position: -565px -121px;
}

.supsystic-social-sharing a {
	transition: none !important;
}

.social-share {
	width: 370px;
}

p.cff-post-text {
	text-align: left;
}

#landing .one_third .posts-list-title {
	padding: 10px 20px 0 20px;
	text-align: left;
	min-height: 60px;
	height: 75px;
	overflow: hidden;
	margin-bottom: 10px;
}

#landing .one_third .posts-list-content {
	margin-left: 0;
	overflow: hidden;
	height: 104px;
}

.AnniversaryFooter {
  text-align: center;
}

.micro-contact,
header.at-title,
.at fieldset:last-of-type,
.at-form-submit,
.at-legend,
.micro-contact form {
  background-color: #00468b;
}

.micro-contact .at-text,
.micro-contact .at-legend,
.micro-contact .at-title,
.micro-contact .at-check {
  color: #fff;
}

.micro-contact .at .btn-at-primary {
  background: #eaaa00;
  box-shadow: none;
}

.micro-contact{
  font-size: 18px;
}

.micro-contact header.at-title{
  font-size: 27px;
  font-style: italic;
  font-family: Georgia,"Times New Roman","DejaVu Serif",serif;
  font-weight: 500;
}

.micro-contact legend.at-legend{
  display: none;
}

.micro-contact .at-row{
  display: block;
}

.micro-contact .at-row > [class^=at-]{
  flex: none!important;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 16px;
}

.micro-contact .at-row > [class^=at-] u{
  text-decoration: none;
}

.micro-contact .at-row [class^=at-] input{
  box-shadow: none;
  border: 0px;
  border-radius: 0px;
}

.micro-contact .at-row .at label {
  font-size: 0.875em;
}

.micro-contact .at .at-check input+span {
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 100;
}

.micro-contact input.at-submit{
  margin: 0 auto;
  width: 200px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  font-family: "Gotham A","Gotham B",Arial,Helvetica,sans-serif;
  position: relative;
  display: block;
  float: none;
  padding: 6px 24px;
  border-radius: 0;
}

.at-row label {
    text-align: left;
 }

/**
 * Virtual Votive
 */
.page-template-page-virtual-votive .footer-img-home-container-just-title,
.page-template-page-virtual-votive .row.banner-area.footer-banners-no-padding.bg-grey,
#vv+.row {
  display: none;
}

.page-template-page-virtual-votive {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  #vv * {
    box-sizing: border-box;
  }
}

.vv-section {
  padding: 4rem 0;
}

.vv-hero {
  position: relative;
  background: #333;
  color: #fff;
  background-size: cover;
}

.vv-hero--text-dark {
  color: #222;
}

.vv-hero--mask-black::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
}

.vv-hero--mask-white::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.3);
	display: block;
	width: 100%;
	height: 100%;
  }

.vv-hero > .container {
    z-index: 1;
}

.vv-hero__top-image {
	display: none;
}

.vv-heading {
  font-size: 1.5em;
  margin-bottom: 0.85em;
  text-transform: uppercase;
}

.vv-subheading {
  font-size: 0.85em;
  font-weight: 300;
  margin-bottom: 1.7em;
  text-transform: uppercase;
}

.vv-p {
  font-size: 0.85em;
  font-weight: 300;
  line-height: 2.1;
  max-width: 350px;
}

.vv-hero__text {
  margin-bottom: 2.5em;
}

.vv-row {
  display: flex;
  justify-content: space-between;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media (max-width: 768px) {
  .vv-row {
    display: block;
  }
}

.vv-col {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.vv-hero__content {
  width: 40%;
}

@media (max-width: 768px) {
  .vv-hero__content {
    width: 100%;
  }
}

.vv-points {
  width: 430px;
}

@media (max-width: 768px) {
  .vv-points {
    width: 100%;
    margin-top: 3rem;
  }
}

.vv-points__list {
  list-style: none;
}

.vv-points__list-item {
  font-weight: 500;
  list-style: none;
  align-items: center;
}

.vv-points__list-item-inner {
	display: flex;
	align-items: center;
}

.vv-points__icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 25px;
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center;
}
.vv-points__icon:hover {
  background-color: #eaaa00;
}

.vv-points__list-item {
  display: flex;
  margin-bottom: 1.7em;
}

.vv-btn,
.vv-btn:link,
.vv-btn:visited,
input[type="submit"].vv-btn {
  display: inline-block;
  font-size: 0.85em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background-color: #eaaa00;
  color: #fff;
  padding: 1em 2.5em;
  border-radius: 3px !important;
  border: none;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.vv-btn:hover,
.vv-btn:link:hover,
.vv-btn:visited:hover,
input[type="submit"].vv-btn:hover {
  background-color: #db9f00;
}

/**
 * Prayer Section
 */
.vv-prayer {
  background-size: cover;
}

.vv-prayer__col,
.vv-quote__col {
  width: 50%;
}
@media (max-width: 768px) {
  .vv-prayer__col,
  .vv-quote__col {
    width: 100%;
  }
}

.vv-prayer__image-wrapper {
  margin-top: 2em;
  display: block;
}

.vv-prayer__prayer-image {
	height: 0;
	width: 100%;
	padding-bottom: 120%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

/**
 * Send a Prayer Form 
 */
.vv-prayer-form {
  background-color: #fff;
  border: 1px solid #e6e3dc;
  border-top: 4px solid #eaaa00;
  padding-top: 0.5rem;
}

@media (max-width: 768px) {
  .vv-prayer__form {
    margin-top: 3rem;
  }
}

.vv-prayer-form__section {
  padding: 1.4rem 2.2em;
}

.vv-prayer-form__heading {
  font-size: 1.15em;
  font-weight: 400;
  color: #eaaa00;
  margin: 0 0 1rem;
  max-width: 270px;
}

input.vv-input,
.vv-select,
.vv-textarea,
input[type="submit"].vv-btn {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Verdana, Arial, sans-serif;
  box-shadow: none;
}

.vv-prayer-form__select {
  width: 100%;
  margin-bottom: 1.3em;
}

.vv-prayer-form__prayer-text {
  min-height: 100px;
  border: 1px solid #c6c0b0;
  padding: 1rem;
  font-size: 14px;
}

.vv-input-row {
  display: flex;
  margin: 0 -0.6rem 1.2rem;
}

.vv-input-wrapper {
	position: relative;
}

.vv-input-row .vv-input-wrapper {
  flex: 1;
  padding: 0 0.6rem;
}

input.vv-input {
  width: 100%;
  border: 1px solid #c6c0b0;
  padding: 1rem;
  height: 50px;
  line-height: 50px;
}

.vv-select-wrapper {
  position: relative;
}
.vv-select-wrapper::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 22px;
  right: 1.3rem;
  border: 7px solid;
  border-color: transparent;
  border-top-color: #444;
  border-right-width: 4px;
  border-left-width: 4px;
}

.vv-select {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1.3;
  padding: 0 1rem;
  height: 50px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f8f5ee;
  border: 1px solid #ddd7c6;
}

.vv-select::-ms-expand {
  display: none;
}

.vv-select:hover {
  border-color: #aaa;
}

.vv-select option {
  font-weight: normal;
}

.vv-prayer-form__select {
  margin-bottom: 1.3rem;
}

.vv-prayer-form__hr {
  margin: 0;
  border-color: #c6c0b0;
}

.vv-checkbox__label {
  font-weight: 300;
  font-style: italic;
}

.vv-prayer-form__checkbox-label {
    max-width: calc(100% - 50px);
    margin-left: 2em;
    line-height: 1.5;
}

.vv-checkbox__input {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.vv-checkbox {
    position: relative;
}

.vv-input-wrapper .vv-textarea,
.vv-input-wrapper .vv-input {
  background: transparent;
  z-index: 10;
}

.vv-placeholder {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.6rem;
  font-size: 0.75em;
  color: #888;
  max-width: calc(100% - 50px);
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  z-index: 9;
}

input[required] + .vv-placeholder::after {
  content: "*";
  margin-left: 0.1em;
  color: #eaaa00;
}

#vv_recipient_info {
	max-height: 300px;
	transition: 0.3s;
}

#vv_recipient_info.is-hidden {
	max-height: 0;
	overflow: hidden;
}

#vv_recipient_email_wrapper {
    margin-top: 1em;
}

#vv_recipient_name_wrapper {
    margin-bottom: 0;
}

input[type="submit"].vv-btn {
  font-weight: 500;
}

.vv-submit-wrapper {
  text-align: center;
}

.vv-prayer-form__submit-wrapper {
  margin-bottom: 0.3rem;
}

.vv-tooltip-cue {
    background: #333;
    display: inline-block;
    float: right;
    position: relative;
    color: white;
    text-align: center;
    border-radius: 50%;
    font-size: 0.87rem;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.4;
    top: 0.25em;
}

.vv-tooltip-cue:hover {
    background: #eaaa00;
}

.vv-input-wrapper .vv-tooltip-cue {
    position: absolute;
    right: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
}

/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
	  opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		-webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-moz-transition:    
		opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		-moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition:         
		opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 200px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

/**
 * VV Quote Section 
 */
.vv-blockquote {
  border: none;
  padding: 0;
  margin: 0;
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: 600;
  color: #eaaa00;
  line-height: 1.5;
  font-size: 2em;
}

.vv-blockquote::before {
  content: "“ ";
}

.vv-blockquote::after {
  content: " ”";
}

.vv-quote__blockquote {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .vv-quote__blockquote {
    margin-top: 0;
  }
}

.vv-img {
	max-width: 100%;
}

.vv-quote__author {
  margin-top: 0.5rem;
}

.vv-quote__message {
  margin-top: 2em;
  max-width: 300px;
}

.vv-hidden {
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
    font-size: 0;
    overflow: hidden;
    border: none;
}

/* VV Responsive Styles */
@media (max-width: 768px) {
	.vv-row {
		display: flex;
		flex-direction: column;
	}

	.vv-section {
		padding: 3rem 0;
	}

	.vv-hero {
		background: #faf5ef !important;
		color: #222;
		text-align: center;
		padding-bottom: 0;
		padding-top: 0;
	}

	.vv-hero--mask-black::after,
	.vv-hero--mask-white::after {
		background: transparent;
	}

	.vv-hero__top-image {
		display: block;
		max-width: 100%;
		margin-bottom: 2.5rem;
	}

	.vv-points {
		background: #eaaa00;
		padding: 1.5em 2rem;
		color: #fff;
	}

	.vv-points,
	.vv-quote__image {
		width: 104%;
		margin-left: -2%;
	}

	.vv-points__text {
		text-align: left;
		line-height: 1.4;
		font-size: 0.9rem;
	}

	.vv-p {
		font-size: 1em;
		line-height: 1.8;
		font-weight: 400;
		max-width: 100%;
	}

	.vv-subheading {
		font-size: 1rem;
		font-weight: 400;
	}

	.vv-btn,
	.vv-btn:link,
	.vv-btn:visited {
		font-weight: 600;
	}

	.vv-section--prayer {
		padding-top: 2rem;
		text-align: center;
	}

	.vv-prayer__image-wrapper {
		margin-left: -1.2rem;
		margin-right: -1.2rem;
	}
	
	.vv-quote__image {
		order: -1;
		margin-bottom: 2em;
		padding: 0;
	}
	
	.vv-quote__blockquote {
		font-size: 1.4em;
	}
	
	.vv-quote__content {
		text-align: center;
	}

	.vv-quote__message {
		max-width: 100%;
	}
	
	input.vv-input {
		height: initial;
		line-height: 1;
		font-size: 16px;
		padding: 16px;
		-webkit-appearance: none;
		border-radius: 0;
	}
}

/* Dots */
.slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 32px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/**
 * Widget VV Form
 */
.widget_vv_widget .vv-prayer-form {
	border: none;
	border-top: 4px solid #eaaa00;
	border-bottom: 4px solid #eaaa00;
}

.widget_vv_widget .vv-prayer-form__section {
    padding-left: 0;
    padding-right: 0;
}

.vv-prayer__custom-prayer-title {
    font-size: 14px;
    margin-bottom: 21px;
}

/**
	* Video Embeds
	*/

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	margin-bottom: 1.5rem;
	padding-bottom: 56.25%;
	overflow: hidden;
}
		
.embed-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0; 
}

/**
	* Coronavirus Infographic Banner
	*/

.banner-infographic {
	margin-bottom: 2rem;
	text-align: center;
}

.banner-title {
	padding: .75rem 1rem;
	background: #00468b;
	color: #fff;
	font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.banner-title {
		font-size: 22px;
	}
}

@media (min-width: 992px) {
	.banner-title {
		/* padding: 1rem; */
		font-size: 26px;
	}
}

.banner-info-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2px;
	padding: .5rem 0;
	background: #00a2c7;
}

.banner-info-item {
	display: flex;
	flex-wrap: wrap;
	padding: .5rem 1rem;
	width: 100%;
}

@media (min-width: 660px) {
	.banner-info-wrap {
		flex-wrap: nowrap;
	}

	.banner-infographic-2 .banner-info-item {
		width: 50%;
	}

	.banner-infographic-3 .banner-info-item {
		width: 33.3333%;
	}

	.banner-info-item + .banner-info-item {
		box-shadow: inset 2px 0 0 rgba(255,255,255, .25);
	}
}

.banner-info-item-stat,
.banner-info-item-label {
	width: 100%;
}

.banner-info-item-stat {
	margin-bottom: .5rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.1;
}

.banner-info-item-label {
	color: rgba(255, 255, 255, .85);
	line-height: 1.2;
}