/*
Theme Name: cffoc
Theme URI: http://underscores.me/
Author: Fairly Painless
Author URI: http://fairlypainless.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oceana
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cffoc is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.gf_browser_unknown{
	display: block!important;
}
.inpageanchor {
    margin-top: -140px;
    padding-top: 140px;
    z-index: -2;
    position: relative;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
  cursor: pointer;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	    color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: calc(.8em + .3vw + .3vh);
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: rgba(0, 157, 205, 1);
	outline: 0;
	text-decoration: none;
	transition: all .3s;
}

a:hover,
a:focus,
a:active {
	color: rgba(0, 157, 205, 1);
	outline: 0;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    width: 100%;
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 12;
    height: 60px;
}

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

.main-navigation li {
	float: none;
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
}

.main-navigation li a {
	display: block;
	text-decoration: none;
	color:#fff;
	font-weight:700;
	padding: 0 20px;
  font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.main-navigation li a:hover {
	color:rgba(0,0,0,1);
}
/*.main-navigation ul ul {
	box-shadow: none;
	float: left;
	position: absolute;
	top: 120px;
	left: -999em;
	z-index: 99999;
	background-color:rgba(255,255,255,0.7);
	width:100%;
	height:400px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color:rgba(118, 221, 252, 1);
}
div#primary-menu {
  text-align: right;
	padding-right: 50px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}



.menu-trigger {
    cursor: pointer;

    width: 37px;
    height: 43px;
    text-indent: -9999em;
    right: 10px;
    position: fixed;
    top: -2px;
    background-color: transparent;
    border: 0;
    -moz-transition: top 0.6s;
    -o-transition: top 0.6s;
    -webkit-transition: top 0.6s;
    transition: top 0.6s;
    z-index: 999;
}

.scrolld .menu-trigger {
    top: -2px;
}

.menu-trigger span,
.menu-trigger span:before,
.menu-trigger span:after {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: white;
  display: block;
  position: absolute;
  width: 32px;
  height: 4px;
  left: 0;
}

.menu-trigger span:before,
.menu-trigger span:after {
  content: "";
}

.menu-trigger span {
  top: 26px;
}

.menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -9px;
  z-index: 10;
}

.menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 9px;
}

.menu-trigger.active span,
.menu-trigger.active span:before,
.menu-trigger.active span:after {
  background-color: transparent;
}

.menu-trigger.active span:before {
  -moz-transform: translateY(5px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(5px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(5px) translateX(1px) rotate(45deg);
  transform: translateY(5px) translateX(1px) rotate(45deg);
  background-color: white;
  top: -10px;
}

.menu-trigger.active span:after {
  -moz-transform: translateY(-5px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-5px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-5px) translateX(1px) rotate(-45deg);
  transform: translateY(-5px) translateX(1px) rotate(-45deg);
  background-color: white;
}


/* SUB MENU - THANKS DAVID */

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    float: left;
    position: fixed;
    top: 120px;
    left: -999em;
    width: 100%;
    min-height: 200px;
    z-index: 99999;
    /*background-color: rgba(255,255,255,.97);*/
    background-color: #ececec;
    opacity: 0;
    padding-left: calc(50% - 600px);
    padding-top: 50px;
    padding-right: calc(50% - 600px);
    padding-bottom: 60px;
    transition: opacity ease-in 0.5s 0.1s, top .6s;
}
.main-navigation ul li:hover ul {
	opacity:0.97;
	left: 0!important;
}
.main-navigation ul ul li {
    text-align: right;
    display: block;
    float: none;
    padding: 0 50px 10px 0px;
    border-left: 1px solid #fff;
    margin-right: 50%;
}

.main-navigation ul li:first-child ul li {
    padding-left: 50px;
}
.main-navigation ul ul li {
    text-align: left;
    float: right;
    padding: 0 50px 10px 0px;
    margin-left: 0;
    width: 60%;
    cursor: default!important;
		margin: 0;
    height: auto;
    display: block;
    line-height: 1;
    padding: 14px 0;
}
.main-navigation ul ul li:first-child {
    text-align: left;
    float: left;
    padding: 0 50px 10px 30px;
    border-left: none;
    margin-left: 0;
    width: 40%;
		cursor:default!important;
}
.main-navigation ul ul li:first-child a{
	cursor:default!important;
  color:#000!important;
}
.main-navigation ul ul li:first-child a strong p {

  font-size:18px;
}
.main-navigation ul ul li:first-child a p{
  font-size:16px;
  margin: 15px 0;
}
.scrolld .main-navigation ul ul {
    top: 100px;
}
.main-navigation ul ul a {
    width: 100%;
    color: #009DCD;
	    font-size: 19px;
    font-weight: 600;
}
.main-navigation ul ul a:hover {
    color: #000;
}

.scrolld .main-navigation ul ul li{
	line-height: 1!important;
}


/* END MENU */

#slick .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 3px;
}
#slick .slick-dots li {
  cursor: pointer;
  float: left;
  width: 33.3%;
  background: #000;
  padding: 0;
  border-right: 1px solid #fff;
}
#slick .slick-dots li:last-child {
  border: none;
}
#slick .slick-dots li, #slick .slick-dots li button {
  outline: none;
}
#slick .slick-dots li button {
  background: #99B386;
  border: none;
  width: 0px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  display: block;
}

#slick .slick-slide{
	height: 100vh!important;
}

#slick .slick-slide .img--holder {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  height: 100%;
}





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

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
## cffoc CSS

--------------------------------------------------------------*/


.color-blue{
color:rgba(0, 157, 205, 1)!important;
}
.color-orange{
color:rgba(255,111,55,1);
}
.color-red{
color:rgba(222,63,1,1);
}
.color-gray{
color:rgba(133,183,193,1);
}
.color-white{
color:rgba(255,255,255,1);
}
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
h1{
	font-size: 72px;
  font-weight: 700;
	line-height: 100px;
}
h2{
	font-size: 48px;
  font-weight: 300;
  line-height: 60px;
}
h2.smaller{
	font-size: 28px;
  line-height: 51px;
  font-weight: 300;
  width: 80%;
  margin: 0 auto;
}
h2 span{
	color: #000;
}
h3{
	font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -1px;
}
h4{
	font-size: 26px;
  font-weight: 700;
	line-height: 36px;
  letter-spacing: -1px;
}
h5{
	font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: uppercase;
}
h6{

}
p, li{
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size:16px;
	line-height: 1.5;
}
p.serif{
	font-family: 'Lora', serif;
}
strong p{
	font-weight: 700;
}
a, a:visited{
	transition:0.5s all;
	color:rgba(0, 157, 205, 1);
	text-decoration:none;
}
a:hover{
	color:rgba(0,0,0,1);
}
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
a.btn{
	background-color:rgba(255, 255, 255, 1);
	color:rgba(0, 157, 205, 1);
	border-radius:30px;
	text-decoration:none;
	padding: 7px 30px 7px 30px;
	transition:0.5s all;
	font-weight:600;
	margin-top: 15px;
  display: inline-block;
  cursor: pointer;
}
a.btn:hover{
	background-color:rgba(0, 157, 205, 1);
	color:rgba(255, 255, 255, 1);
}
#top-bar li.orangebtn a {
    background-color: rgba(255,111,55,1);
    color: rgba(255, 255, 255, 1);
    border-radius: 30px;
    text-decoration: none;
    padding: 7px 30px 7px 30px;
    text-transform: initial;
    transition: 0.5s all;
    font-weight: 600;
    font-size: 15px;
}
#top-bar li.orangebtn a:hover{
	background-color:rgba(255, 255, 255, 1);
	color:rgba(255,111,55,1);
}

a.bluebtn{
  background-color:rgba(0, 157, 205, 1);
  color:rgba(255, 255, 255, 1);
  border-radius:30px;
  text-decoration:none;
  padding: 7px 30px 7px 30px;
  transition:0.5s all;
  font-weight:600;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
  margin-right: 30px;
}
a.bluebtn:hover{
  background-color:rgba(120, 203, 229, 1);
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right:0;
    z-index: 10;
	transition:0.6s all;
}

.top-bar {
    background-color:rgba(0, 157, 205, 1);
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	transition:0.6s all;
}
.scrolld .site-header .top-bar{
    height: 50px;
}
ul#top-bar{
	list-style:none;
	margin:0;
	padding:0 50px 0 0;
	text-align:right;

}
#top-bar li{
	padding:0;
	margin:0;
	text-align:right;
	display:inline-block;
}
#top-bar li a{
	padding:0 10px;
	margin:0;
	text-align:right;
	line-height:60px;
	color:#fff;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
  letter-spacing: 1.2px;
  text-transform: lowercase;
}
#top-bar li a:hover{
  color: #000;
}
.middle-bar {
    background-color:rgba(0, 157, 205, 0.5);
    height: 60px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
	  transition:0.6s all;
	  text-align: right;
}

.bottom-bar {
    background-color: rgba(0, 157, 205, 0.3);
    height: 60px;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    transition: 0.6s all;
}

.scrolld .site-header .middle-bar{
	height: 50px;
    top: 50px;
	background-color:rgba(0, 79, 103, 0.9);
}
.scrolld .site-header .bottom-bar{
  height: 0;
  top: 100px;
}
.site-logo {
  position: absolute;
  top: 20px;
  left: 38px;
	z-index: 13;
	transition:0.6s all;
}
.scrolld .site-header .site-logo{
	top: 9px;
  top: 20px;
  overflow: hidden
}
.site-logo img{
  max-width: 185px;
	transition:0.6s all;
}
.scrolld .main-navigation {
    height: 50px;
}
.scrolld .site-header .site-logo img{
  max-width: 185px;
  margin-top: -68px;
}
.scrolld #top-bar li a {
    line-height: 50px;
}
.scrolld .main-navigation li {
    line-height: 50px;
}
.home-content{
    padding-top: 90vh;
}

.home-backimage{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    background: #009dcd;
    overflow: hidden;
       z-index: -1;
}
.home-pushdown {
    min-height: 500px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,.6);
}
.paraback {
/*		background-image:url('http://kqwv2gro9r-flywheel.netdna-ssl.com/wp-content/uploads/2015/10/joandso_home-2-1800x1124.jpg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;*/
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/*--------------------------------------------------------------
## Share Button
--------------------------------------------------------------*/
.boxer {
	  width: 40px;
	  height: 40px;
	  position: absolute;
	  bottom: 34px;
	  right: 34px;
	  overflow: hidden;
	  cursor: pointer;
	  -webkit-transition: height .3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity .4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	  -moz-transition: height .3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity .4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	  transition: height .3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity .4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.boxer .button {
    width: 40px;
    height: 40px;
    display: block;
}

.boxer:hover,
.boxer.open {
  	height: 160px;
}

.boxer .toggle {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  z-index: 1;
	  background: #202020 url('images/icons/share.svg') center center no-repeat;
}

.boxer:hover .button:hover {
  background-color: #111;
}

.boxer:hover .toggle,
.boxer:hover .toggle:hover {
  background: #fff url('images/icons/share-black.svg') center center no-repeat;
}

.boxer .buttons {
  width: 40px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
}

.boxer .facebook, .sidebox.facebook {
  background: #0c46a0 url('images/icons/facebook.svg') center center no-repeat;
}

.boxer .twitter, .sidebox.twitter {
  background: #4ec2f6 url('images/icons/twitter.svg') center center no-repeat;
}

.boxer .pinterest {
  background: #d40000 url('images/icons/pinterest.svg') center center no-repeat;
}

.boxer .email {
  background: rgb(235,140,103) url('images/icons/email.svg') center center no-repeat;
}

.sideboxs {
    position: absolute;
    bottom: 34px;
    right: 14px;
    display: block;
    width: 110px;
    height: 40px;
}

.sidebox{
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
}

.sidebox:hover{
    background-color: #111;
}

.col-6 {
    width: 50%;
    padding: 0 25px 0 50px;
    margin: 0;
    float: left;
}
.col-3{
    width: 24.9999%;
    margin: 0;
    float: left;
}
.col-4{
    width: 33.33333%;
    margin: 0;
    float: left;
}
.col-4.graybox p{
	font-family: 'Lora', serif;
}
.col-4#gray1{
	padding: 50px 25px 0 50px;
	background-color:rgba(246,246,246,1);
}
.col-4#gray2{
	padding: 50px 25px 0 25px;
	background-color:rgba(236,236,236,1);
}
.col-4#gray3{
	padding: 50px 50px 0 25px;
	background-color:rgba(246,246,246,1);
}
.grayboxes {
    text-align: center;
    padding-top: 75px;
}
.grayboxes-home {
    text-align: center;
}
.single-events .grayboxes {
    margin-top: 150px;
}

#zero.grayboxes{
    display: none;
}
#one.grayboxes .col-4.graybox{
    width: 100%;
}
#two.grayboxes .col-4.graybox{
    width: 49.99999%;
}

/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
.home-slider-text {
    z-index: 12;
    position: absolute;
    right: 50px;
    text-align: right;
    bottom: 50px;
}
.home-slider-text h1{
    margin:0;
    font-weight: 900!important;
    letter-spacing: -4px;
}

section#community{
	background-color:rgba(0, 157, 205, 1);
	height:500px;
	padding: 50px 0;
	position: relative;
}

#featured-story{
	float: right;
}

section#community h2, section#community h4, section#community p, section#community h5{
	color:rgba(255,255,255,1);
}

section#community h4{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}

section#community .community-text p.serif {
    padding-right: 80px;
}

section#give-now{
	background-color:rgba(222,63,1,1);
	text-align: center;
    padding: 100px 100px 75px;
}

section#give-now h2{
	color:#fff;
	max-width: 840px;
  margin: 30px auto 70px;

}
section#grants {
  background-color: rgba(133,183,193,1);
	min-height: 300px;
	width:100%;
	display: inline-block;
  position: relative;
	margin-bottom: -6px;
}
section#grants .grantsbluebox{
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #85b7c1;
  opacity: 0.6;
  z-index: 9;
}

section#grants .grants-box{
	width: 50%;
  float: right;
	padding: 25px;
	text-align:center;
  padding: 50px 50px 70px;
}
section#grants .grants-box h4, section#grants .grants-box h5, section#grants .grants-box p{
	color:#fff;
}
section#grants .grants-photo-box {
    width: 50%;
/*    float: left;
    min-height: 300px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
}
section#impact{
	background-color: rgba(155,139,0,1);
	width:100%;
	display: inline-block;
	margin-top: -6px;
  margin-bottom: -6px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
section#impact .impact-box{
	float:left;
	width:50%;
	padding:50px 50px 70px;
	text-align:center;
  z-index: 2;
  position: relative;
}
section#impact .impact-box-multi{
    width: 50%;
    position: absolute;
    background-color: rgba(212,180,0,1);
    mix-blend-mode: multiply;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    z-index: 0;
}

section#impact h4, section#impact h5, section#impact p{
	color:#fff;
}
section#latest{
    padding: 0;
}
section#events{
	background-color:rgba(255,255,255,1);
	display: inline-block;
	min-height: 550px;
	position: relative;
  max-width: 100%!important;
  margin: 0;
  padding: 50px;
      width: 100%;
}
section#events .event-photo-box{
	float:left;
	width:50%;
	background-color: rgba(235,140,103,0.3);
	min-height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section#events .event-box{
	float:right;
	width:50%;
	background-color: rgba(235,140,103,1);
	padding:50px;
	text-align:center;
	height: 550px;
}
section#events .event-box a.btn {
    margin-bottom: 25px;
    display: inline-block;
}
div#event-1 {
        height: 550px;
}
section#events h4, section#events h5, section#events p, section#events h3{
	color:#fff;
}
section#signup{
	background-color: rgba(133,183,193,1);
	padding:100px 50px;
	text-align:center;
	display:none;
}
section#signup h1{
	color:#fff;

}

.slick-prev, .slick-next{
  display: none!important;
}

#events #eventslide{

}

#events ul.slick-dots {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 70px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#events ul.slick-dots li{
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 6px;
}

#events .slick-dots li button {
    color: transparent;
    border: 0px;
    font-size: 1px;
    background-color: #d9d9d9;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0;
}

#events .slick-dots li button:hover {
    background-color: #7f7f7f;
}

#events .slick-dots li.slick-active button {
    background-color: #7f7f7f;
}

a:focus, button:focus{
  outline: 0;
}


/* COMMUNITY PHOTO */
.community-photo {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.photo-overlay {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
}

.community-text{
	position: relative;
	z-index: 2;
}


ul.ambass-list {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    list-style: none;
    margin-left: 0;
    padding: 0;
}

ul.ambass-list li {
    padding: 5px 0;
    font-size: 14px;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
    /*min-height: 200px;*/
    background-color:rgba(0, 157, 205, 1);
    padding: 70px 50px;
	  position: relative;
}
.footer-logo{
    margin-top: 30px;
    text-align: right;
}

.footer-logo img{
    max-width: 80px;
    padding-bottom: 30px;
}

.footer-links{
    display: inline-block;
    width: 100%;
    min-height: 150px;
		padding-bottom: 40px;
}
.footer-links ul.menu li a:hover{
  color: #000;
}
.footer-links ul.menu{
	  list-style: none;
		margin:0;
		padding:0;
}
.footer-links ul.menu li{
	  list-style: none;
		width:16.66667%;
		float:left;
		margin:0;
		padding:0;
    padding-right: 20px;
}
.footer-links ul.menu li:first-child{
	    display:none;
}
.footer-links ul.menu li a{
	color:#fff;
	font-weight:600;
	font-size:16px;
	display:block;
	    padding: 3px 0;

}
.footer-links ul.menu ul{
	    list-style: none;
		width:100%;
		float:none;
		margin:0;
		padding:0;
}
.footer-links ul.menu ul li{
	    list-style: none;
		width:100%;
		float:none;
		margin:0;
		padding:0;
}
.footer-links ul.menu ul li a{
	color:#fff;
	font-weight:300;
	font-size:14px;
  letter-spacing: .4px;
}

.legal{
    position: absolute;
    bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}

.addy {
    position: absolute;
    bottom: 40px;
}

.addy p {
    font-size: 13px;
    color: #ffffff;
}

ul#legal-menu li a:hover{
  color: #000;
}

.copyright{
    font-size: 12px;
    font-weight: 600;
    float: left;
    margin: 5px 0 10px;
}

.row.clearfix {
    clear: both;
}

.menu-bottom-menu-container {
    float: right;
}

ul#legal-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#legal-menu li{
    display: inline-block;
}

ul#legal-menu a{
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 20px;
}
/*--------------------------------------------------------------
## Landing Page
--------------------------------------------------------------*/
.header-image-bloc {
    position: relative;
    height: 325px;
    margin-top: 50px;
}

.page-header-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.header-image-bloc .photo-overlay{
    left: 0;
}

.header-image-bloc h1 {
    color: #fff;
    font-size: 48px;
    max-width: 800px;
    z-index: 2;
    position: relative;
    line-height: 1.2;
    padding-top: 140px;
    padding-left: 100px;
    letter-spacing: -2px;
}

.page-content{
    width: 100%;
    max-width: 960px;
    /*margin: 0 auto;*/
    /*margin: 0 50px auto;*/
    position: relative;
    /*min-height: 400px;*/
    /*padding: 50px 15px;*/
    padding: 0px 50px;
    clear: both;
}

.introtopr {
    padding: 45px 0;
    /* max-width: 600px; */
}

.text-bloc {
  margin-bottom: 35px;
    width: 66%;
    float: right;
}

.introtopr .text-bloc {
    max-width: 750px;
    float: left;
    width: 60%
}

.introtopr .text-bloc.noimg {
    max-width: 850px;
    max-width: 80%;
    float: left;
    padding-left: 50px;
    width: 100%;
    max-width: 960px;
}

.event.text-bloc.noimg {
    max-width: 850px;
    max-width: 80%;
    float: left;
    padding-left: 50px;
    width: 100%;
}

/*.text-bloc h3{
margin-top: 85px;
}*/

.text-bloc p {
    font-size: 21px;
}

.archive .text-bloc p, .single-news .text-bloc p, .single-events .text-bloc p, .page-template-page-news-events-php .text-bloc p{
    font-size: inherit;
}

.image-bloc {
    width: 33%;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}
.grey-circle-wrap {
  text-align: center;
  margin: 20px auto 0;
}

.grey-circle {
  display: inline-block;
  font-size: 0px;
  margin: 15px 30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  background: #ddd;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

a.grey-circle{
  cursor: pointer;
}

.grey-circle:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #ddd;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  opacity: 0;
}

.grey-circle:before {
  font-family: 'ecoicon';
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.grey-circle:hover {
  background: #ddd;
}

.grey-circle:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.grey-circle img.line-icon {
    max-width: 75px;
    padding-top: 37.5px;
}
.grey-circle-text a.icon-link {
  font-weight: 600;
	font-size: 17px;
}

.linedown {
    margin-bottom: 21px;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 27px;
}

/*--------------------------------------------------------------
## Child Pages
--------------------------------------------------------------*/
.dark-blue-bloc {
    position: relative;
    height: 180px;
    background-color: #000000;
    transition: 0.6s all;
}

.scrolld .dark-blue-bloc{
    height: 105px;
}

.bottom-text-bloc {
    /*padding-top: 50px;*/
}


/*--------------------------------------------------------------
## Accordions
--------------------------------------------------------------*/

.acc {
  margin: 10px 0 70px;
  overflow: hidden;
  padding: 0;
}
.acc li {
  list-style-type: none;
  padding: 0;
  position: relative;
}
.acc li ul {
    padding: 0;
}
.acc li ul li {
    list-style: disc;
}


.acc_ctrl {
  background: transparent;
  border: none;
  border-bottom: solid 1px #F2F2F2;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 2em;
  position: relative;
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-bottom: 23px;
  padding-right: 80px;
}

.acc_ctrl h4{
  margin: 0;
  color: #009dcd;
}

.acc_ctrl:before {
  background: #009dcd;
  content: '';
  height: 4px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 15px;
}

.acc_ctrl:after {
  background: #009dcd;
  content: '';
  height: 4px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 15px;
}

.acc_ctrl.active:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.acc_ctrl.active h2, .acc_ctrl:focus h2 {
  position: relative;
}

.acc_panel {
  background: #fff;
  display: none;
  overflow: hidden;
}

.greycircl {
    width: 32px;
    height: 32px;
    background: #eeeeee;
    position: absolute;
    right: 29px;
    top: 6px;
    border-radius: 50%;
}

/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
.text-bloc.event h3{
  margin: 5px 0;
}

.text-bloc.event h5{
  margin: 0 0 25px;
}


.img-circle-wrap{
    width: 215px;
    height: 215px;
    display: block;
    margin: 0 auto;
}

.circle-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/*--------------------------------------------------------------
## Our Funds
--------------------------------------------------------------*/

.page-id-293 .page-content{
  max-width: 100%;
}

.fundslist {
    width: 65%;
    float: left;
    max-width: 700px;
}

.fundsfilt {
    width: 32%;
    float: left;
}

.facetwp-per-page{
  clear: both;
}

.fundslist a{
    margin: 10px 0 0;
}

.fundslist p{
  margin: 0;
}

.facetwp-selections {
    width: 100%;
    min-height: 50px;
}

.facetwp-selections ul{
    margin: 0;
    padding: 0;
}

.fund-result h4{
    margin: 0 0px 5px!important;
    font-size: 23px!important;
    font-weight: 700!important;
    line-height: 30px!important;
}

.fundsfilt h5{
  margin-bottom: 10px;
}

.fund-result {
    padding: 0 0 50px;
}

.facetwp-checkbox {
    font-size: 14px;
}

.facetwp-counts:before {
    content: "(Showing: ";
}

.facetwp-counts:after {
    content: " funds.)";
}

.facetwp-counts {
    font-size: 12px;
}

.facetwp-search {
    padding-right: 28px;
    background-color: #fff;
    border-color: #ccc;
    color: #ccc;
    padding: 5px;
}

/*--------------------------------------------------------------
## Individual Pages
--------------------------------------------------------------*/
.nav-previous, .nav-next{
  display: none;
}

.eventsback {
    margin: 40px 20px 40px 46px!important;
}


/*--------------------------------------------------------------
## Staff/Board Pages
--------------------------------------------------------------*/

 .staff-mem{
    text-align: center;
    padding-top: 70px;
 }
 .staff-photo {
/*    display: block;
    width: 250px;
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 0 auto;*/

    display: block;
    width: 140px;
    height: 140px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 0 auto;
}
.Staff-name {
    display: block;
    font-weight: 700;
    padding-top: 20px;
}

.staffdown {
    clear: both;
    padding-top: 50px;
}


/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

html.modal-active, body.modal-active {
  overflow: hidden;
}

#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 999;
}

#modal-container.open {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.open .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.open.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.open.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#modal-container.open .modal-bord{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 10px;
    border: 1px solid #fff;
}
#modal-container.open .inner-modal-bord{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 8px;
    border: 1px solid;
    z-index: -1;
}

.legal-decline:hover, .legal-accept:hover{
  cursor: pointer;
}

#modal-container.open h2:after {
    content: "";
    height: 2px;
    width: 180px;
    top: auto;
    right: 0;
    bottom: 0;
    position: relative;
    margin: 0 auto;
    display: block;
}

#modal-container.open .inner-modal-bord{border-color:rgba(0, 157, 205, 1);}

#modal-container .modal-background .modal {
  background: white;
  padding: 50px;
  display: inline-block;
  position: relative;
}
#modal-container .modal-background .modal h2 {
  font-size: 25px;
  margin-bottom: 15px;
}
#modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  z-index: -1;
}
#modal-container .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}

.escape{
    position: absolute;
    right: 40px;
    top: 22px;
    font-size: 19px;
    font-weight: 400;
    color: #ff6f37;
    cursor: pointer;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    background: transparent;
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: transparent;
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}

@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}



/*--------------------------------------------------------------
## Responsive Table
--------------------------------------------------------------*/

#demo {
  margin: 20px auto;
  max-width: 960px;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #fff;
}

.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  text-align: left;
  padding: 1rem;
  vertical-align: top;
  border-top: 0;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.table > thead > tr > th {
    font-weight: 700;
    color: #000;
    vertical-align: bottom;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    text-transform: uppercase;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.table .table {
  background-color: #fff;
}

.table .no-border {
  border: 0;
}

.table-bordered {
  border: 0;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 157, 205, 0.13);
}
@media screen and (max-width: 768px) {
  .table-responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table-responsive-vertical > .table > thead,
  .table-responsive-vertical > .table > tfoot {
    display: none;
  }
  .table-responsive-vertical > .table > tbody {
    display: block;
  }
  .table-responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.6rem;
  }
  .table-responsive-vertical > .table > tbody > tr > td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
    text-align: right;
  }
  .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 700;
    color: #000;
  }
  .table-responsive-vertical.shadow-z-1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .table-responsive-vertical > .table-bordered {
    border: 0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
  .table-responsive-vertical > .table-hover > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
}

/*--------------------------------------------------------------
## Contact Pages
--------------------------------------------------------------*/

.phonehome{
    display: block;
    margin-top: 30px;
}
.phonehome img{
    max-width: 50px;
    float: left;
    margin-right: 30px;
}

.col-4.paddyplease{
  padding: 50px 25px 0 50px;
}

.indvperson {
    margin-bottom: 20px;
}

:focus{
outline: 0px;
}


/*--------------------------------------------------------------
## SEARCH
--------------------------------------------------------------*/


.xer {
    position: absolute;
    top: 18px;
    left: 18px;
    color: #ff6f37;
    cursor: pointer;
}

.scrolld .xer{
  top: 16px;
}


.search-bar {
    background-color: rgba(0, 157, 205, 1);
    height: 60px;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transition: 0.6s all;
}

.scrolld .search-bar{
  height: 50px;
}

.search-bar.showme{
    top: 120px;
    z-index: 99999999;
    opacity: 1;
}

.scrolld .search-bar.showme{
    top: 100px;
}

.search-bar form.search-form {
    width: 100%;
    padding: 10px 50px;
}


.scrolld .search-bar form.search-form {
    width: 100%;
    padding: 7px 50px;
}

.search-bar form.search-form input.search-field {
    background-color: transparent;
    border: transparent;
    height: 40px;
    width: 75%;
    color: #ffffff;
    font-size: 18px;
}

.search-bar form.search-form input[type="submit"] {
    background-color: rgb(255, 255, 255)!important;
    color: rgb(0, 157, 205)!important;
}

.search-bar form.search-form input[type="submit"]:hover {
    background-color: rgb(255, 111, 55)!important;
    color: rgb(255, 255, 255)!important;
}


.search-bar ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.search-bar ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.search-bar :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.search-bar :-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
}

/******************************************* Form Settings *******************************************/
.gform_wrapper .top_label .gfield_label {
  /*display: none!important;*/
}

.gform_wrapper .gsection {
    border-bottom: 1px solid #DDDDDD!important;
}

.gfield.hide-title .gfield_label {
    display: none!important;
}

.gform_wrapper .chosen-container .chosen-results li.active-result {
  color: #000;
}

.gform_wrapper .gfield_required {
  color: #ff6f37!important;
  font-family: inherit;
}

input, textarea {
  border: 2px solid #fff;
  background-color: #eeeeee;
}

input:focus, textarea:focus {
  border: 2px solid #009dcd;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #009dcd!important;
  background-image: none!important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #fff!important;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#EEE),color-stop(80%,#FFF));
  background-image: -webkit-linear-gradient(#EEE 20%,#FFF 80%);
  background-image: -moz-linear-gradient(#EEE 20%,#FFF 80%);
  background-image: -o-linear-gradient(#EEE 20%,#FFF 80%);
  background-image: linear-gradient(#EEE 20%,#FFF 80%);
  box-shadow: none;
}

.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #fff!important;
  border-radius: 0px!important;
  background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#FFF),color-stop(50%,#F6F6F6),color-stop(52%,#EEE),color-stop(100%,#F4F4F4));
  background: -webkit-linear-gradient(top,#FFF 20%,#F6F6F6 50%,#EEE 52%,#F4F4F4 100%);
  background: -moz-linear-gradient(top,#FFF 20%,#F6F6F6 50%,#EEE 52%,#F4F4F4 100%);
  background: -o-linear-gradient(top,#FFF 20%,#F6F6F6 50%,#EEE 52%,#F4F4F4 100%);
  background: linear-gradient(top,#FFF 20%,#F6F6F6 50%,#EEE 52%,#F4F4F4 100%);
  background-clip: padding-box;
  box-shadow: none;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0!important;
  background-clip: padding-box;
}

.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #fff!important;
  border-top: 0;
  background: #FFF;
  box-shadow: none;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding: 10px 0px!important;
}

input[type="submit"] {

  background-color: rgba(255,111,55,1)!important;
  color: rgba(255, 255, 255, 1)!important;
  border-radius: 30px!important;
  text-decoration: none!important;
  padding: 7px 30px 7px 30px!important;
  text-transform: initial!important;
  font-weight: 600!important;
  font-size: 15px!important;

  -webkit-transition: all .5s!important;
  -moz-transition: all .5s!important;
  -ms-transition: all .5s!important;
  -o-transition: all .5s!important;
  transition: all .5s!important;
  border: 0!important;

  float: right;
  margin-right: 17px;
}


input[type="submit"]:hover, input[type="submit"]:active{
  border: 0!important;
  background-color:rgb(0, 157, 205)!important;
  color:rgba(255,255,255,1)!important;
}

.gform_wrapper textarea {
  padding: 10px 14px!important;
}

.gform_wrapper input[type=text] {
  padding: 10px 10px 8px 10px!important;
}

.gform_wrapper input[type=email] {
  padding: 10px 10px 8px 10px!important;
}


.gform_wrapper li.gfield.gfield_error {
  background-color: transparent!important;
  border-top: 1px solid #E00012!important;
  border-bottom: 1px solid #E00012!important;
}

.gform_wrapper .validation_message {
  font-weight: inherit!important;
  color: #E00012!important;
}

.gform_wrapper .gfield_error .gfield_label{
  color: #E00012!important;
}

.gform_wrapper div.validation_error {
  color: #E00012!important;
  font-weight: inherit!important;
  border-top: 2px solid #E00012!important;
  border-bottom: 2px solid #E00012!important;
}

.gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000!important;
}

.gform_wrapper li.gfield_error input[type=text]{
  border: 1px solid #790000!important;
}

li#field_1_1 {
    margin-top: 0;
}

div#gform_wrapper_1 {
    margin-top: -3px;
}

body .gform_wrapper .top_label div.ginput_container{
  margin-top: 0!important;
}
@media screen and (min-width: 1400px) {
   .introtopr .text-bloc.noimg{
	    max-width: 1140px;
   }
	.page-content {
    max-width: 1140px;
	    padding-right: 0;
	}
}
@media screen and (max-width: 1280px) {
	.footer-links ul.menu ul li a {
    font-size: 11px;
    letter-spacing: 0;
	    line-height: 14px;
}
}
@media screen and (max-width: 1099px) {
  h2.smaller{
    width: 90%;
  }

  .introtopr .text-bloc.noimg {
    padding-right: 50px;
  }
}

@media screen and (max-width: 991px) {
  h2.smaller {
    line-height: 40px;
    /* font-size: 26px; */
    margin: 0;
    padding: 0;
    width: 100%;
  }
  section#community h5{
    margin: 2px 0;
  }
  section#community .community-text p.serif {
    margin-bottom: 0;
  }
  .main-navigation li a{
    padding: 0 10px;
	font-size: 12px;
  }
  section#events .event-box{
    padding: 40px;
  }
  .col-4.paddyplease{
    width: 49%;
  }
  .site-footer {
    padding-left: 25px;
    padding-right: 25px;
  }

}


@media screen and (max-width: 767px) {

  .search-bar{
    display: none;
  }
  .site-logo {
    top: 24px;
	}
	.site-logo img {
    max-width: 150px;
}
.scrolld .site-header .site-logo img {
    max-width: 150px;
    margin-top: -54px;
}
  ul#top-bar{
    padding-right: 60px;
    transition: 0.6s all;
  }
  #top-bar li.orangebtn a {
    padding: 3px 30px 4px 30px;
  }
  ul#top-bar li:not(.orangebtn) {
    display: none;
  }
  .top-bar {
    height: 50px;
  }
  #top-bar li a {
    line-height: 50px;
  }
  .middle-bar {
    height: 50px;
    top: 50px;
  }
  .main-navigation {
    height: 50px;
}
.main-navigation li {
    height: 50px;
    line-height: 53px;
}
.bottom-bar {
    height: 50px;
    top: 100px;
}
.dark-blue-bloc {
    height: 150px;
}
  section#community {
    height: auto;
    padding: 40px;
    position: relative;
  }
  section#community h4{
    margin-top: 20px;
  }
  h2.smaller {
    width: 100%;
      padding: 25px 0;
	  text-align: center;
  }
.community-text {
    text-align: center;
}
	section#community .community-text p.serif {
    padding-right: 0px;
}
  .col-6 {
      width: 100%;
      padding: 0 25px 0 25px;
  }

  #featured-story {
      float: none;
      position: relative;
      overflow: hidden;
      padding: 25px;
      /* opacity: 0; */
  }
  .community-photo, .photo-overlay{
    left: 0;
  }
  section#give-now {
    padding: 30px 40px 75px;
  }
  .graybox {
      width: 100%;
      position: relative;
      padding: 25px 25px 50px!important;
      height: auto;
  }
  section#events .event-box{
    padding: 30px;
  }
  section#impact .impact-box-multi {
      width: 100%;
  }
  section#impact .impact-box {
    width: 100%;
  }
  section#grants .grants-photo-box {
    width: 100%;
    float: none;
    position: absolute;
    z-index: 0;
    min-height: 400px;
  }
  section#grants{
    overflow: hidden;
    background-color: rgba(133,183,193,0);
  }
  section#grants .grants-box {
    padding: 50px 50px 70px;
    width: 100%;
    float: none;
    z-index: 2;
    position: relative;
  }
  section#grants .grantsbluebox{
    z-index: 1;
    right: 0;
  }
  .header-image-bloc h1{
    padding-left: 50px;
  }

  .main-navigation ul{
    left: 0;
    right: 0;
    position: fixed;
  }

  .header-image-bloc h1 {
        max-width: 90%;
    padding-left: 50px;
    font-size: 38px;
	}


  .col-4.paddyplease{
    width: 100%;
  }

.sideboxs, ul#legal-menu, .addy {
    display: none;
}

  .footer-links ul.menu li {
          width: 100%;
    min-height: 0;
    text-align: center;
	padding: 0;
  }
  .footer-links ul.menu li .sub-menu li{
      min-height: intrinsic;
      min-height: auto!important;
      height: auto;
  }
  .footer-links ul.menu ul.sub-menu {
    display:none;
}
.footer-logo {
    text-align: center;
}
.main-navigation li {
    width: 280px;
    text-align: center;
    position: relative;
    display: block;
    height: auto;
    line-height: 1;
    margin: 0 auto;
}

.main-navigation ul ul {
    top: 0;
    left: 0;
    opacity: 1;
    position: relative;
    display: block;
    background: transparent;
    padding: 0;
    box-shadow: none;
    min-height: auto;
        padding-bottom: 0;
	    margin-bottom: 20px;
}

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

.main-navigation ul ul a{
    color: #ffffff;
        font-size: 12px;
    font-weight: 400;
}


body.lockemup, html.lockemup {
    overflow: hidden!important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main-navigation li a {
        font-size: 18px;
      padding-bottom: 3px;
  }
  .main-navigation ul{
    padding-top: 40px;
    top: 0px;
    position: relative;
  }
  ul.sub-menu {
      margin-bottom: 50px;
  }
  .scrolld .main-navigation ul{
   top: 50px;
  }
  .scrolld .main-navigation li{
    /*height: 50px;*/
  }
  .scrolld .main-navigation ul ul{
    top: 0px;
  }
  .menu-middle-bar-menu-container.scrolly{
    position: fixed;
        top: 50px;
    left: 0;
    right: 0;
    display: block;
    overflow: scroll;
    background-color: rgba(0, 157, 205, 0.95);
    z-index: 200;
	    height: 100vh;
	    padding-bottom: 100px;
  }
  .main-navigation ul ul li:first-child{
    display: none;
  }
  .main-navigation ul ul li{
    border-left: none;
    width: 100%;
    line-height: 1.5!important;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .main-navigation ul ul li:last-child {
    margin: 0 0 10px 0;
}
  .scrolld .main-navigation ul ul li {
    line-height: 1.5!important;
}
.footer-links {
    display: none;
}
  li#menu-item-26{
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .site-logo {
    top: 8px;
    left: 20px;
}
.site-logo img , .scrolld .site-header .site-logo img{
    max-width: 115px;
}
.scrolld .site-header .site-logo img {
    margin-top: -42px;
}
.scrolld .site-header .site-logo {
    top: 20px;
}
  section#events .event-photo-box{
    display: none;
  }
  section#events .event-box{
    width: 100%;
    padding: 50px;
  }
.menu-middle-bar-menu-container.scrolly {
    top: 40px;
}
.introtopr .text-bloc {
    max-width: 750px;
    float: none;
    width: 90%;
    margin: 0 auto;
    padding: 0 0px;
}
  .image-bloc{
       width: 100%;
    float: none;
  }
  .top-bar {
    height: 40px;
}
.middle-bar {
    height: 30px;
    top: 40px;
}
.bottom-bar {
    height: 30px;
    top: 70px;
}
.dark-blue-bloc {
    height: 102px;
}
#top-bar li a, .scrolld #top-bar li a {
    line-height: 40px;
}
.menu-trigger, .scrolld .menu-trigger {
    top: -8px;
}
#top-bar li.orangebtn a {
    font-size: 13px;
}
.scrolld .site-header .top-bar {
    height: 40px;
}
.scrolld .site-header .middle-bar {
    height: 30px;
    top: 40px;
}
section#community {
    padding: 25px;
}
.page-content ul, .page-content ol{
	margin-left:25px;
}
}


@media screen and (max-width: 499px) {
  .home-content {
    padding-top: 85vh;
}
.site-logo {
  z-index: 12;
}

.introtopr .text-bloc.noimg {
    padding-left: 25px;
    width: 100%;
    max-width: 100%;
}
.page-content {
    width: 100%;
    max-width: 100%;
    padding: 0px 25px;
}
  .home-slider-text {
    right: 0;
    text-align: center;
    width: 100%;
    bottom: 120px;
  }
  .home-slider-text h1{
      font-size: 50px;
      line-height: 70px;
  }
  section#give-now {
      padding: 20px 25px 65px;
  }
  section#give-now h2 {
    margin: 30px auto 30px;
    font-size: 29px;
    line-height: 1.5;
  }
  section#events{
    padding: 40px;
  }
  section#events .event-box {
      width: 100%;
      padding: 20px 30px;
  }
  section#events h5{
    margin:10px 0;
  }
  section#events h3 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
  }
  .boxer, .footer-logo{
    display: none;
  }
  .legal {
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 5px 0;
  }
  .menu-bottom-menu-container{
    float: none;
  }
  ul#legal-menu a {
    padding-right: 20px;
  }
  .copyright {
    margin: 16px 0 0;
    float: none;
  }
  .site-footer {
    padding: 50px 10px;
  }
  .footer-links ul.menu li {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 30px;
    float: none;
    text-align: center;
  }

  .header-image-bloc h1{
    font-size: 35px;
	      max-width: 100%;
    padding: 80px 25px 0;
  }
  .footer-links{
    display: none;
    min-height: auto;
  }
  #menu-item-258{
    display: none!important;
  }
  .site-footer{
    padding: 60px 0 40px;
    min-height: auto;
  }



}
@media screen and (max-width: 376px) {
  #top-bar li.orangebtn a{
    padding: 7px 20px 7px 20px;
  }
  .home-slider-text h1 {
    font-size: 43px;
    line-height: 61px;
    letter-spacing: -2px;
  }
  #menu-item-35{
    display: none!important;
  }
  .copyright {
    font-size: 10px;
  }
  section#grants .grants-photo-box{
    min-height: 330px;
  }
}
