/*
Theme Name: SFA 2015
Theme URI:http://www.goodlookinkids.com
Description:
Version:1.0
Author:Good Lookin Kids Inc.
Author URI:http://www.goodlookinkids.com
Tags:

*/

/* ========================================================================== *\
   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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:root {
	--header-top-padding : 20px;
	--header-bottom-padding: 10px;
	--header-height : 70px;
	--subnav-height : 61px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.3em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ========================================================================== *\
   GENERAL TAGS
\* ========================================================================== */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Andada', serif;
	color: #75787b;
	font-size: 18px;
	/*line-height: 26px;*/
	line-height: 1.3em;
	background-color: #ffffff;
}

p {
    padding-bottom:20px;
}

h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 40px;
	/*line-height: 48px;*/
	line-height: 2em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	/*line-height: 26px;*/
	line-height: 2em;
	margin-bottom: 10px;
	color: #d14124;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	color:#e48522;
	font-family: 'Fjalla One', sans-serif;
	font-size: 14px;
	/*line-height: 28px;*/
	line-height: 2em;
	margin-bottom: 30px;
	text-transform: uppercase;
}

h6 {
	display: block;
	max-width:900px;
	margin: 0 auto 0px auto;
	font-family: 'Fjalla One', sans-serif;
	font-size: 30px;
	/*line-height: 40px;*/
	line-height: 2em;
	color: #d14124;
	text-transform: uppercase;
	letter-spacing: 0px;
}

h4 {
	font-size: 26px;
	/*line-height: 40px;*/
	line-height: 2em;
	color:#75777b;
	padding-bottom: 40px;
}

h5 {
	color: #dc8633;
	font-family: 'Fjalla One', sans-serif;
	font-size: 12px;
	/*line-height: 18px;*/
	line-height: 2em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

strong h5 {
	font-family: 'Andada', serif;
	color: #333333;
	margin: -40px 0 40px 0;
	font-weight: normal;
	text-transform: none;
}

.by {
	font-size: 12px;
	/*line-height: 18px;*/
	line-height: 1.3em;
	font-family: 'Andada', serif;
	color: #333333;
	margin: 0px auto 40px auto;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	display:block;
}

h5.download {
	padding-left: 20px;
	background: url('images/downloadIco.png');
	background-repeat: no-repeat;
	background-position: left center;
}

a {
	color: #dc8633;
	text-decoration: none;
}

a:hover {
	color: #d14124;
	text-decoration: none;
}

hr {

}

blockquote {
	font-size: 40px;
	/*line-height: 56px;*/
	line-height: 1.3em;
	color:#75777b;
	text-align: center;
	padding-bottom: 75px;
}

table {
	margin-bottom: 20px;
	max-width: 100%;
}

table tr td {
	border: 1px solid #cccccc;
}

iframe {
	display:block;
	width: 100%;
	min-height:530px;
}

/* ========================================================================== *\
   STRUCTURE
\* ========================================================================== */

#wrapper {
	width: 100%;
	height: 100%;
}

#header {
	position: fixed;
	z-index: 999999;
	top: 0;
	height: 70px;
	display: block;
	width: 100%;
	background-color:#d14124;
	padding: var(--header-top-padding) 0px var(--header-bottom-padding) 0px;
}


#header .content {
	position: relative;
}

#pageHeader {
	height: 70px;
	display: block;
	width: 100%;
	background-color:#d14124;
	padding: 20px 0px 10px 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}

#pageHeader .content {
	position: relative;
}

#navArrow {
	display: none;
	width: 25px;
	height: 8px;
	position: absolute;
	bottom: -18px !important;
	z-index: 99;	
}

#navArrow.nav1 {
	left: 333px;
}

#navArrow.nav2 {
	left: 453px;
}

#navArrow.nav3 {
	left: 549px;
	z-index: 99;
}

#navArrow.nav4 {
	left: 662px;
}

#navArrow.nav5 {
	left: 786px;
}

#logo {
	display: block;
	width:160px;
	float: left;
}

#menuBtn {
	display: none;
}

#mobileMenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	z-index: 99;
	background-color:#d14124;
	color: #ffffff;
}

#mobileMenu ul {
	display: block;
	padding: 20px;
}

#mobileMenu ul li {
	display: block;
}

#mobileMenu ul li a {
	display: block;
	padding: 10px 0px;
	border-bottom: 1px solid #ffffff;
	text-transform: uppercase;
	font-size: 17px;
	/*line-height: 17px;*/
	line-height: 1em;
	color: #ffffff;
	font-family: 'Fjalla One', sans-serif;
}

#mobileMenu ul li:first-child a {
	border-top: 1px solid #ffffff;
}

#mobileMenu ul li a:hover, #mobileMenu ul li.active a {
	color:#d9c756;
}

ul.menu {
	display: block;
	float: right;
	margin: 40px 0px 0px 0px;
	padding: 0px;
}

ul.menu li {
	display: block;
	float: left;
}

ul.menu li a {
	display: block;
	padding: 6px 0px 6px 25px;
	font-size: 17px;
	/*line-height: 17px;*/
	line-height: 1em;
	background: url('images/menuBullet.png');
	background-repeat: no-repeat;
	background-position: left center;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	text-decoration: none;
}

ul.menu li a:hover {
	color: #d9c756;
}

ul.menu li.active a  {
	color: #d9c756;
	position: relative;
}


ul.menu:not(:is(.subnav, .mainNav)) li.active a:after {
	top: 130%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(212, 68, 41, 0);
	border-top-color: #d14124;
	border-width: 12px;
	margin-left: 0px;
}

ul.menu li.first a {
	background-image: none;
}

ul.menu li.getStartedBtn a {
	padding: 6px 8px;
	margin-left: 20px;
	background-color: #ffffff;
	color: #231f20;
	background-image: none;
}

ul.menu li.getStartedBtn a:hover {
	color: #231f20;
	background-color: #d9c756;
}

ul.menu li.donateBtn a {
	padding: 6px 8px;
	margin-left: 10px;
	background-color: #231f20;
	color: #ffffff;
	background-image: none;
}

ul.menu li.donateBtn a:hover {
	color: #231f20;
	background-color: #d9c756;	
}

h2.donate-page {
	margin-bottom: 1.8em;
	line-height: 1.6em;
}

div.donate-page.wp-block-columns .wp-block-column.has-background {
    padding: 1.7em 1em 1em 1em;
}

#footer {
	background-color: #d14124;
	padding: 30px 0px 50px 0px;
	color: #ffffff;
	font-size:13px;
	/*line-height: 16px;*/
	line-height: 1.3em;
}

#footer ul {
	margin: 0 !important;
}

#footer ul li {
	list-style: none !important;
}

.gridContainer {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
	align-items: end;
}

.gridContainer .footerLeftFirst > p {
	padding-bottom: 0px !important;
}

#footerRight .btn {
	font-size:17px;
	/*line-height:17px;*/
	line-height: 1em;
	color:#1c1b1a;
	background: #ffffff;
	padding:10px;
	text-decoration:none;
}

#footerRight .btn:hover {
	color:#ffffff;
	background:#1c1b1a;
	text-decoration:none;
}

#footerCentre {
	margin-bottom: 20px;
}

.socialContainer {
	display: flex;
}

.twitterToggle {
    float: left;
    width: 100%;
    border: 0.25px solid rgba(255,255,255,0.5);
    width: 30px;
    padding: 5px;
    cursor: pointer;
}

.facebookLink {
	display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-top: 0.25px solid rgba(255,255,255,0.5);
	border-bottom: 0.25px solid rgba(255,255,255,0.5);
	border-right: 0.25px solid rgba(255,255,255,0.5);
}

.facebookToggle {
	display: block;
	float: left;
	width: 40px;	
	cursor: pointer;
}

.feedHighlight-twitter {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	z-index: 10;
}

.feedHighlight-facebook {
	display: block;
	position: absolute;
	top: 0px;
	left: 40px;
	width: 40px;
	z-index: 10;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer p {
	padding-bottom: 75px;
}

#footer .small {
	font-size: 10px;
	text-align: center;
}

#footerLogo {
	display: block;
	width: 140px;
	margin: 15px 0px 10px 0px;
}

ul.sitemap {
	display: block;
	margin: 35px 0px 0px 0px;
}

ul.sitemap li {
	margin-bottom: 4px;
}

ul.sitemap ul {
	margin: 0px 0px 0px 20px;
}

ul.sitemap.footerSitemap {
	margin: 0;
}

/* ========================================================================== *\
   HOME PAGE STYLES
\* ========================================================================== */

#hero {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	background: url('images/hero.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #231f20;
}

h1.heroText {
	display: block;
	width: 1024px;
	height: 120px;
	font-size: 70px;
	/*line-height: 108px;*/
	line-height: 2em;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	bottom: 2em;
	left: 50%;
	margin: -60px 0px 0px -512px;
	
}

#downArrow {
	width: 60px;
}

#heroLogo {
	display: block;
	width: 250px;
	position: absolute;
	left: 50%;
	margin-left: -125px;
	top: 150px;
}

.heroQuote {
	color: #fff;
	font-family: 'Andada', sans-serif;
	font-size: 25px;
}

.heroQuote span {
	font-style: italic;
}

#window.heroWindow {
	background: none;
	position: absolute;
	bottom: 50px;
}

#hero h5 {
	position: absolute;
	bottom: 20px;
	left: 50%;
	display: block;
	width:200px;
	margin-left: -100px;
	text-align: center;
	color: #df8530;
	letter-spacing: .25px;
}
 
.bounce {
	 position: absolute;
	 bottom: 60px;
	 left: 50% ;
	 width: 60px;
	 height: 30px ;
	 margin-left:-30px;
	 animation: bounce 2s infinite;
	 -webkit-animation: bounce 2s infinite;
	 -moz-animation: bounce 2s infinite;
	 -o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

#slider {
	display: block;
	width: 100%;
	height:500px;
	background-color: #231f20;
	margin-bottom: 30px;
}

.slide {
	width: 100%;
	height:500px;
}

.slideImg {
	width:1300px;
	height: 500px;
	margin: 0px auto; 
}

#window {
	display: block;
	width: 100%;
	height: 145px;
	padding: 75px 0px 0px 0px;
	background: url('images/window.jpg');
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color:#594b42;
	text-align: center;
	color: #ffffff;
	margin-bottom: 50px;
}

#window .rule {
	margin-bottom: 15px;
}

.homeIcon {
	display: inline-block;
	width: 80px;
}

#homeNews {
	display: block;
	padding: 20px 30px;
	width: 190px;
	height: 139px;
	color: #ffffff;
	text-align: center;
	background-color:#63666a;
	font-size:28px;
	/*line-height: 34px;*/
	line-height: 1.3em;
	overflow: hidden;
}

#homeNews a {
	color: #ffffff;
}

/* ========================================================================== *\
   PAGE AND SINGLE POST STYLES
\* ========================================================================== */

#page {
	padding: 60px 0px 0px 0px;
}

#page.no-subnav {
	padding-top: 60px !important;
}

#page ul, #page ol {
	margin: 0px 0px 20px 30px;
}

#page ul li {
	margin: 0px 0px 5px 0px;
	list-style-type: disc;

}

#page ol li {
	margin: 0px 0px 5px 0px;
	list-style-type: decimal;
}

#page .content {
	padding-bottom: 40px;
}

#subnav {
	display: block;
	position: fixed;
	z-index: 99999;
	width: 100%;
	border-bottom: 1px solid #75777b;
	background-color: #ffffff;
	top: calc( var(--header-top-padding) + var(--header-bottom-padding) + var(--header-height) );
}

ul.subnav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
	margin: 0px;
	padding: 0px;    	
}

ul.subnav li {
	display: block;
	flex: 0px; /* Default */
    list-style-type: none;
    text-align: center;
    min-width: 150px;
}

ul.subnav li a {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding: 20px 0px;
	color: #231f20;
	text-transform: uppercase;
	font-size:17px;
	/*line-height: 20px;*/
	line-height: 1.3em;
	font-family: 'Fjalla One', sans-serif;
	border-right: 1px solid #75777b;
}

ul.subnav li a.double {
	padding: 10px 0px;
}

ul.subnav li a:hover {
	background-color: #75777b;
	color: #ffffff;
}

ul.subnav li.current_page_item a {
	background-color: #75777b;
	color: #ffffff;
	position: relative;
}

ul.subnav li:last-child a {
	border-right: none;
}

#pageHero {
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#pageHero.whoWeAre {
	background: url('images/hero-who-we-are.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #611c09;
	margin-top: calc(var(--header-height) + var(--header-bottom-padding) + var(--header-top-padding) + var(--subnav-height) );
}

#pageHero.contact {
	background: url('images/contact.jpg');
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #611c09;
	margin-top: calc(var(--header-height) + var(--header-bottom-padding) + var(--header-top-padding) + var(--subnav-height) );
}

#pageHero.ourApproach {
	background: url('images/hero-our-approach-square.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
	margin-top: calc(var(--header-height) + var(--header-bottom-padding) + var(--header-top-padding) + var(--subnav-height) );
}

#pageHero.results {
	background: url('images/hero-results-square.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
	margin-top: calc(var(--header-height) + var(--header-bottom-padding) + var(--header-top-padding) + var(--subnav-height) );
}

#pageHero.howYouCanHelp {
	background: url('images/hero-how-you-can-help.jpg');
	background-position: right;
	background-repeat: no-repeat;
	background-color: #000000;
	margin-top: calc(var(--header-height) + var(--header-bottom-padding) + var(--header-top-padding) );
}

#pageHero.resources {
	background: url('images/hero-resources-square.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000000;
	margin-top: calc(var(--header-height) + var(--header-bottom-padding) + var(--header-top-padding) );
}

#pageHero.getStarted {
	background: url('images/hero-get-started.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	margin-top: calc(var(--header-height) + var(--header-bottom-padding) + var(--header-top-padding) );
}

#pageHero.donate {
	background: url('images/hero-donate-square.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000000;
	margin-top: calc(var(--header-height) + var(--header-bottom-padding) + var(--header-top-padding) );
}

.heroTextContainer {
	padding-top: 100px;
	margin: auto;
	max-width: 1024px;
}

h1.pageHeroText {
	font-family: 'Fjalla One';
	font-weight: 400;
	font-size: 20px;
	/*line-height: 30px;*/
	line-height: 2em;
	color: #D6BF50;
	display: block;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: left;
}

h2.pageParentText {
	font-family: 'Fjalla One';
	font-weight: 400;
	font-size: 50px;
	line-height: 2em;
	color: #fff;
}

#container.slim {
	max-width: 800px;
	margin: 0px auto;
}

/* ==== MAILING LIST POPUP ===== */

#mailingListOverlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 99999;
	background:rgba(0,0,0,0.6);
	overflow-y: auto;
}

#popUp {
	background-color:#ffffff;
	border-radius:5px;
	-webkit-border-radius:5px;
	max-width:600px; 
	margin: 100px auto 0 auto;
	position:relative;
}

#popUp .header {
	display:block;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	padding: 40px 40px 10px 40px;
	background-color:#d14124;
	box-sizing: border-box;
	color: #ffffff;
	position: relative;
}

#mailingListOverlay .close {
	display: block;
	position: absolute;
	top: 10px;
	right:10px;
	width:30px;
	height: 30px;
	cursor:pointer;
}

#popUp .body {
	display:block;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	padding: 20px 40px 20px 40px;
	background-color:#ffffff;
	box-sizing: border-box;
}

.gform_wrapper {
    margin: -20px 0 1em 0 !important;
}

body #gform_wrapper_2 .gform_footer {padding:10px 0px 0px 0px; margin:0px;}

body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=text] {width:100%; box-sizing:border-box; padding:10px;}

body #gform_wrapper_2 .gform_footer input[type=submit] {
	display: block !important;
	width: calc(100% - 5px) !important;
	box-sizing: border-box !important;
	background-color: #231f20;
}

body #gform_wrapper_2 .gform_footer input[type=submit]:hover {
	background-color: #d14124;
}

#popUp label {
	display:none;
}

/* ==== MAP STYLES ==== */

#us-map {
    display: block;
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#us-map path:hover,
#us-map circle:hover {
    stroke: #bd3f0f !important;
    stroke-width: 2px;
    stroke-linejoin: round;
    fill: #d54711 !important;
    cursor: pointer;
}

.no-fill {
	cursor: not-allowed !important;
}

#us-map path.no-fill:hover,
#us-map circle.no-fill:hover {
	stroke: unset !important;
	stroke-width: unset;
	stroke-linejoin: unset;
	fill: #cccccc !important;
}
  
#path67 {
    fill: none !important;
    stroke: #A9A9A9 !important;
    cursor: default;
}

#overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 99999;
	background:rgba(244,244,244,0.8);
	overflow-y: scroll;
}

#overlayContent {
	position: absolute;
	display: block;
	width: 1024px;
	top: calc(var(--header-height) + var(--header-bottom-padding) + var(--header-top-padding) + var(--subnav-height) + 50px);
	left: 50%;
	margin-left: -512px;
	text-align: center;
	color: #515358;
	font-size:24px;
}

#closeBtn {
	display: block;
	width:30px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.stateList {
	display: none;
}

.stateList .rule {
	height: 15px;
	margin-bottom: 20px;
}

.stateList ul {
	display: block;
}

.stateList ul li {
	display: block;
	margin: 0px 0px 10px 0px;
	text-align: center; 
}

#alabama, #alaska, #arizona, #arkansas, #california, #colorado, #connecticut, #delaware, #florida, #georgia, #hawaii, #idaho, #illinois, #indiana, #iowa, #kansas, #kentucky, #louisiana, #maine, #maryland, #massachusetts, #michigan, #minnesota, #mississippi, #missouri, #montana, #nebraska, #nevada, #newHampshire, #newJersey, #newMexico, #newYork, #northCarolina, #northDakota, #ohio, #oklahoma, #oregon, #pennsylvania, #rhodeIsland, #southCarolina, #southDakota, #tennessee, #texas, #utah, #vermont, #virginia, #washington, #westVirginia, #wisconsin, #wyoming {
	cursor: pointer;
}

select#selectSuccess {
	display: block;
	margin: 0px auto 60px auto;
	border: 1px solid #d14124;
	background: transparent;
	width: 340px;
	padding: 20px 50px 15px 20px;
	font-size: 17px;
	/*line-height: 17px;*/
	line-height: 1em;
	color: #231f20;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('images/selectSuccessArrow.png');
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
} 
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    select#selectSuccess {
        background:none;
        padding: 5px;
    }
}

ul.tags {
	display: inline-block;
	margin: 0px 0px 0px 0px !important;
}

ul.tags li {
	display: inline-block;
	margin: 0px 5px 0px 0px !important;
}



ul.tags li:last-child > a:after {
	content: "";
}

ul.tags li a {
	color: #231f20;
	font-size: 10px;
}

ul.tags li a:after {
	content: "\2022";	
	color: #231f20;
	font-size: 10px;
	padding-left: 5px
}

/* ==== CLASSROOM PROGRAM STYLES ==== */

.accordianItem {
	display: block;
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #6c5f56;
}

.accordianItem.first {
	border-top: 1px solid #6c5f56;
}

.accordianTitle {
	display: block;
	padding-left: 35px;
	margin-bottom: 20px;
	background:url('images/accordianArrowDown.png');
	background-position: left center;
	background-repeat: no-repeat;
	text-align: right;
	cursor: pointer;
}

.accordianTitle.alt {
	padding: 0px 35px 0px 0px;
	background:url('images/accordianArrowDown.png');
	background-position: right center;
	background-repeat: no-repeat;
	text-align: left;
}

.accordianBody {
	display: none;
	padding-bottom: 10px;
}

#searchContent {
	display: inline-block;
	margin-bottom: 20px;
}

#searchContent p {
	padding-bottom: 5px;
}

#searchContent input {
	width: 100%;
	min-width: 280px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #63666A;
	color: #666666;
	font-size: 16px;
	/*line-height: 16px;*/
	line-height: 1em;
	box-sizing: border-box;
	display: block;
}

.classrm {
	padding-top: 40px;
}

.classrm-btn {
	position: relative;
	margin-left: 10px;
	outline: none;
	background-color: transparent;
	border: none;
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

.classrm-btn:hover {
	color: #000;
}

.classrm-btn::before {
	position: absolute;
	content: '';
	transform: translate(-50%, -50%);
	left: -10px;
	top: 50%;
	width: 22px;
	height: 22px;
	background-image: url('./images/arrow-left.png');
}

/* ========================================================================== *\
   GENERAL CLASSES
\* ========================================================================== */

.ezcol {
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	hyphens: none !important;
	word-wrap: normal !important;
}

.clear {
    clear:both;
}

.content {
	width: 1024px;
	margin: 0px auto;
}

.btn {
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 20px;
	background-color: #d14124;
	color: #ffffff;
	background-image: none;
}

.btn:hover {
	color: #ffffff;
	background-color: #231f20;
}

.rule {
	height: 1px;
	width: 90px;
	display: block;
	clear: both;
	margin: 5px auto 15px auto;
	border-bottom: 1px solid #d14124;
}

.rule.black {
	margin: 10px auto 15px auto;
	border-bottom: 1px solid #75787b;
}

.rule.full {
	height: 1px;
	width: 100%;
	display: block;
	clear: both;
	margin: 5px auto 40px auto;
	border-bottom: 1px solid #000000;
}

.small {
	font-size: 15px;
}

.centre {
	text-align: center;
}

.black {
	color: #231f20;
}

.red {
	color: #d14124;
}

.one_forth_full_padding {
	padding-right: 5px;
}

.inline {
	display: inline-block;
	margin-left: 5px;
}

.cta {
	display: block;
	background-color: #dbdcde;
	text-align: center;
	color: #231f20;
	font-size: 24px;
	/*line-height: 28px;*/
	line-height: 1.3em;
	padding:30px 20px; 
}

.cta.lite {
	background-color: transparent;
	padding: 0 20px;
}

.cta h2 a {
	color: #d44428;
}

.cta h3 {
	font-family: 'Andada', serif;
	text-transform: none;
	font-size:24px;
	margin-bottom:0px;
	color:#231f20;
}

.cta.lite h3 {
	font-size:21px;
}

.cta a {
	color: #231f20;
}

.cta p {
	padding-bottom: 0px;
}

.narrow {
	max-width: 450px;
	margin: 0px auto;
}

.narrow .rule {
	margin: 0px auto 0px auto;
}

.noscroll {
	overflow: hidden;
}

/* ========================================================================== *\
   TWITTER FEED OVERRIDES
\* ========================================================================== */

.fetched_tweets > li{
	box-shadow: none !important;
	border-bottom: 1px solid #d44428;
}

ul.light li.tweets_avatar .times a,ul.light li.tweets_avatar .wdtf-screen-name a,ul.light li.tweets_avatar .stats a{
	color:#606166 !important;
}

li.tweets_avatar{padding: 0px 0px 0 !important;}

.stats, .seperator_wpltf{
	display: none !important;
}

.times {
	padding-top: 10px !important;
}

.tweet_data {
	clear: both !important;
}

/* ========================================================================== *\
   FORM STYLES
\* ========================================================================== */

input {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="text"] {
	border: 1px solid #63666A !important;
	color: #666666 !important;
	margin-bottom: 10px !important;
	box-sizing: border-box !important;
}

input[type="submit"] {
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 20px;
	background-color: #d14124;
	color: #ffffff;
	background-image: none;
	border: none;
	cursor: pointer;
}

input[type="submit"]:hover {
	color: #ffffff;
	background-color: #231f20;	
}

/* ========================================================================== *\
   ALIGNMENT
\* ========================================================================== */

.alignleft {
	float:left;
	display:block;
	margin:0 15px 15px 0;
}

.alignright {
	float:right;
	display:block;
	margin:10px 0px 0px 15px;
}

.aligncenter {
	display:block;
	margin:0px auto 10px auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	/*line-height: 17px;	*/
	line-height: 1.3em;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px !important;
	/*line-height: 17px;*/
	line-height: 1.3em;
	padding: 5px 10px;
	margin: 0;
}


/* ========================================================================== *\
   COLUMNS
\* ========================================================================== */

.one_half { 
	width:48%; 
}

.one_third { 
	width:30.66%; 
}

.two_third { 
	width:65.33%; 
}

.one_fourth { 
	width:22%; 
}

.three_fourth{ 
	width:74%; 
}

.one_fifth { 
	width:16.8%; 
}

.two_fifth{ 
	width:37.6%; 
}

.three_fifth { 
	width:58.4%; 
}

.four_fifth { 
	width:67.2%; 
}

.one_sixth { 
	width:13.33%; 
}

.five_sixth { 
	width:82.67%; 
}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ 
	margin-right:4%; 
	float:left; 
	position:relative;
}

.one_fourth.full {
	width:25%;
	margin-right:0;
}

.one_fifth.full {
	width:20%;
	margin-right:0;
}

.last{ 
	margin-right:0 !important; 
	clear:right; 
}

.clearboth {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}

/* ========================================================================== *\
   SPONSORS
\* ========================================================================== */

.sponsorGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.sponsor {
	display:inline-block;
	padding:0 20px 20px 20px ;
	margin-bottom:20px;
	box-sizing:border-box;
	text-align:center;
	cursor:pointer;
}
					
.sponsorDetails {
	display:none;
	width: 100%;
	float:left;
	padding: 0px 0px 40px 0px;
}

.endorsement {
	display:block;
	padding-top:180px;
}

.clear.reach {
	height: 60px !important;
}

.reachHeading {
	font-size: 90px;
}

.reachWords {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size: 30px;
	/*line-height: 36px;*/
	line-height: 1.3em;
	color: #000000;
	margin-top: 15px;
}