/*
	Theme Name: ReadOn.org Custom Theme
	Theme URI: http://fervorcreative.com/
	Description: Based on the AMP's Boilerplate Theme.
	Author: Anthony M. Pereira Jr. @ Fervorcreative.com
	Author URI: http://fervorcreative.com/
	Version: 1.2
	Tags:
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/** START HTML5 Boilerplate CSS **/

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #585244; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #f1b770; color: #fff; text-shadow: none; }
::selection { background: #f1b770; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #e88b19; text-decoration: none; }
a:visited { color: #e88b19; }
a:hover { text-decoration: underline; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0; list-style-position: inside; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { 
	border: 0; 
	-ms-interpolation-mode: bicubic; 
	vertical-align: middle; 
	max-width: 100%; 
	height: auto; 
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ==|== primary styles =====================================================
/* ==|== primary styles =====================================================
/* ==|== primary styles =====================================================
	AMP = AMP
	AMP = AMP
	AMP = AMP
   	Author: Anthony M. Pereira Jr.
   ========================================================================== */

.fullwidth {
	width: 100%;
}
.container {
	position: relative;
	width: 975px;
	margin: 0 auto;

/* 	border: 1px solid #ff0000; */
}
hr {
	margin: 2.5em 0;
	border-top: 4px solid #e2b325;
	clear: both;
}
hr.dotted {
	margin: 1.5em 0;
	border-top: 1px dotted #d2d3d3;
}

.fonts {
	font-family:'FrutigerLTW02-55Roman';
	font-family:'Frutiger LT W02 65 Bold';
}
@font-face {
    font-family: 'FilosofiaRegularRegular';
    src: url('fonts/filosreg-071211001EmigreWebOnly.eot');
    src: url('fonts/filosreg-071211001EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('fonts/filosreg-071211001EmigreWebOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

/* HEADER ============== */
/* HEADER ============== */
/* HEADER ============== */

.header {
	height: 118px;
	padding: 12px 0 0 0;
}
.hgroup {
	display: none;
}
#skip {
	display: none;
}
.logo {
	display: block;
	float: left;
	width: 148px;
	height: 97px;

	text-indent: -9999em;
	background: url(images/logo-ReadOn.png) no-repeat 0 0;
}

.header-right {
	position: relative;
	float: right;
}

.menu-header-nav-container {
	padding: 0 0 32px 0;
}
.menu-header-nav-container ul.header-nav li {
	list-style-type: none;
	float: right;
	position: relative;
}
.menu-header-nav-container ul.header-nav li a {
	display: block;
	text-align: right;
	font-size: 12px;
	padding: 0;
	color: #514939;
	text-decoration: none;
	line-height: 1em;
	border: none !important;
}
.menu-header-nav-container ul.header-nav li a:hover {
	color: #e88b19;
}
ul.header-nav li:first-child {
	padding: 0 0 0 15px;
}
/* */
ul.header-nav li:nth-child(2),
ul.header-nav li:nth-child(3) {
	padding: 0 15px;
	border-right: 1px solid #514939;
}
.header-facebook,
.header-twitter {
	border-right: none !important;
	margin-top: -5px;
}
.header-facebook {
	margin-left: 0.75em;
}
.header-facebook a,
.header-twitter a,
.header-facebook a:visited,
.header-twitter a:visited {
	background: url(images/facebook-icon.png) no-repeat center center;
	text-align: left !important;
	text-indent: -999999px;
	display: block !important;
	width: 22px;
	height: 22px;
	opacity: 1;
	-webkit-transition:opacity 0.25s linear;
	-moz-transition:opacity 0.25s linear;
	-o-transition:opacity 0.25s linear;
	transition:opacity 0.25s linear;
}
.header-twitter a {
	background: url(images/twitter-icon.png) no-repeat center center;
}
.header-facebook a:hover,
.header-twitter a:hover {
	opacity: 0.8;
}

.search-label {
	display: none;
}
#searchform input {
	margin: 0;
	padding: 0;
}
#searchform div {
	height: 38px;
}
input#s {
	height: 38px;
	width: 212px;

	font-size: 13px;
	background: #f0f0ef;
	border: none;
	padding: 0 16px;

	float: left;
	margin-right: 2px;
}
input#searchsubmit {
	height: 38px;
	width: 38px;

	border: none;
	text-indent: -9999em;
	background: url(images/sprite-ReadOn.png) no-repeat -60px -65px;
	position: relative;
}

/* NAVI ============== */
/* NAVI ============== */
/* NAVI ============== */

.navi {
	background: #e88b19;

	position: relative;
	top: 0;
	left: 0;

	height: 52px;
	z-index: 100;
	clear: both;
}
ul.menu {
	padding: 0;
}
ul.menu li {
	padding: 0;
	float: left;
	line-height: 1em;
	position: relative;
	text-align: center;
}

ul.menu li.mobile {
	display: none;
}

ul.menu li a {
	display: block;
	padding: 18px 36px;
	font-family:'FrutigerLTW02-55Roman';
	text-decoration: none;
	/*text-transform: capitalize; */ /* Andrew Update */
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
	font-size: 16px;
	border-right: 1px solid #efad5c;
}
ul.menu li:first-child a {
	border-left: 1px solid #efad5c;
}


@-moz-document url-prefix() {
	ul.menu li a { padding: 18px 37px; }

	ul.menu li:first-child a,
	ul.menu li:last-child a {
		padding: 18px 37px;
	}
}
ul.menu li:hover a {
	background: #1f3c73;
	color: #ffd41e;
}
ul.menu li:hover ul.sub-menu a {
	color: #fff;
}


/* SUB MENU */
ul.menu li ul.sub-menu {
	position: absolute;
	top: 100%;
	margin: 0;
	padding: 0;
	z-index: 999;
	width: 100%;
    min-width: 260px;
}

ul.menu li ul.sub-menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    min-width: 260px;
}

ul.menu li ul.sub-menu li {
	display: none;
    position: relative;
	z-index: 9999;
	width: 100%;
	text-align: left;
}
ul.menu li ul.sub-menu li:last-child a {
	padding-bottom: 20px;
}
ul.menu li ul.sub-menu ul.sub-menu li:last-child a {
    padding-top: 0;
}
ul.menu li:hover > ul.sub-menu > li,
ul.menu ul.sub-menu li:hover > ul.sub-menu {
	display: block;
}
ul.menu li ul.sub-menu a {
	width: 260px;
	border: none;
	padding: 12px 15px 12px 37px;
	background: #1f3c73;
	text-align: left;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	font-size: 14px;
}
ul.menu li ul.sub-menu a:hover {
	color: #ffd41e;
}




/* MAIN ============== */
/* MAIN ============== */
/* MAIN ============== */

section {
	font-family: Georgia, Times, "Times New Roman", serif;
}
.main {
	width: 700px;
	float:right;
/* 	border: 1px solid blue; */
}




/* HERO */

.topStripe {
	height: 310px;
	margin: 0;
	background: url(images/hero-grad.jpg) top center repeat-x;
}
.hero {
	height: 310px;
	background-position: 50% 75% !important;
}
.heroInner {
	width: 960px;
	height: 310px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
.heroInner h1 {
	font-family: 'FilosofiaRegularRegular';
	-webkit-font-smoothing: antialiased;

	text-transform: none;
	font-weight: normal;

	text-shadow: 0 2px 2px rgba(0, 0, 0, .15);
	color: #fff;
	font-size: 4.25em;
	line-height: 1em;
	letter-spacing: 2px;
	padding: 95px 0 0 0;
	margin: 0;
	position: relative;
}

h2.entry-title,
h3.entry-title {
	margin: 0 0 30px 0;

	color: #e88b19;
	font-size: 38px;
	line-height: 1em;
	font-weight: normal;
	font-family: 'FilosofiaRegularRegular';
	-webkit-font-smoothing: antialiased;
}
h3.entry-title {
	font-size: 30px;
	margin: 0 0 10px 0;
}


/* Slider */

.slider-wrap {
	background-color: #4c76c4;
	width: 100%;
	margin-bottom: 40px;
}
.slider {
	width: 100%;
	max-width: 975px;
	height: 399px;
	margin: 0 auto;
	z-index: 1;
	/*overflow: hidden;*/
}
.slide-container {
	width: 100%;
	height: 399px;
	-webkit-background-size: 100% !important;
	-o-background-size: 100% !important;
	-moz-background-size: 100% !important;
	background-size: 100% !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	z-index: 10 !important;
	display: flex !important;
	justify-content: center !important;
	flex-direction: column !important;
}
.blue-box {
	background-color: rgba(76,118,196,0.9);
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* float: left; */
	width: 387px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* margin: 90px 0 0 80px; */
	margin-left: 80px;
}
	.event-slide .blue-box {
		margin-top: 75px;
	}
	.custom-slide--circle .blue-box {
		display: table;
		width: 500px;
	}
.blue-box-holder {
	display: table-cell;
	vertical-align: top;
}
.blue-box-holder:first-child {
	padding-right: 30px;
}
.circle-image {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.intro-slide h4, .intro-slide h2 {
	font-family: 'FilosofiaRegularRegular';
	-webkit-font-smoothing: antialiased;
	color: #FFF;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-weight: normal;
	padding: 0;
	margin: 0;
}
	.intro-slide h4 {
		font-size: 34px;
		line-height: 34px;
	}
	.intro-slide h2 {
		font-size: 52px;
		line-height: 52px;
		padding-bottom: 15px;
	}
.prev, .next {
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 99;
	opacity: 0.8;
	-webkit-transition:opacity 0.25s linear;
	-moz-transition:opacity 0.25s linear;
	-o-transition:opacity 0.25s linear;
	transition:opacity 0.25s linear;
}
.prev:hover, .next:hover {
	opacity: 1;
}
.prev {
	background: url(images/arrow-left.png) no-repeat center;
	top: 45%;
	left: 15px;
}
.next {
	background: url(images/arrow-right.png) no-repeat center;
	top: 45%;
	right: 15px;
}
.pager {
	position: absolute;
	bottom: 15px;
	height: 50px;
	left: 80px;
	z-index: 99;
}
	.pager span {
		font-size: 50px;
		color: #FFF;
		cursor: pointer;
		text-shadow: 0 2px 4px rgba(0,0,0,0.3);
		margin-right: 10px;
		-webkit-transition:color 0.25s linear;
		-moz-transition:color 0.25s linear;
		-o-transition:color 0.25s linear;
		transition:color 0.25s linear;
	}
	.pager span:hover {
		color: #ee8b03;
	}
	.pager span.cycle-pager-active {
		color: #ee8b03;
	}
.slide-category {
	display: block;
	clear: both;
	text-transform: uppercase;
	font-family:'Frutiger LT W02 65 Bold';
	color: #324f83 !important;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
}
.featured-slide h5,
.event-slide h5,
.custom-slide h5 {
	font-size: 15px;
	line-height: 15px;
	font-family:'FrutigerLTW02-55Roman';
	color: #FFF;
	margin: 15px 0 0 0;
	-webkit-font-smoothing: antialiased;
}
.featured-slide h3,
.event-slide h3,
.custom-slide h3 {
	font-size: 28px;
	line-height: 35px;
	font-family:'Frutiger LT W02 65 Bold';
	color: #FFF;
	margin: 10px 0 25px 0;
	-webkit-font-smoothing: antialiased;
}
.custom-slide h5.subhead {
	margin-top: -15px;
	line-height: 1.4;
	margin-bottom: 24px;
	font-size: 21px;
	font-family: 'Frutiger LT W02 65 Bold', sans-serif;
}
.event-time {
	font-size: 15px;
	color: #333;
	font-family:'FrutigerLTW02-55Roman';
	-webkit-font-smoothing: antialiased;
}
/* .event-slide .blue-box {
	margin-top: 50px;
} */

/* Home Quick Links */

.quick-links {
	width: 100%;
	text-align: center;
	height: 224px;
	padding: 15px 0;
}
.quick-links li {
	background-color: #f0f0ef;
	list-style-type: none;
	display: block;
	float: left;
	width: 23%;
	/* height: 224px; */
	margin: 0 1%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.quick-links li img {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.quick-links li span {
	display: block;
	height: 80px;
	padding: 15px 20px 0 20px;
	font-family:'Frutiger LT W02 65 Bold';
	font-size: 16px;
	color: #585244 !important;
}
.quick-links li a,
.quick-links li a:visited,
.quick-links li a:hover  {
	text-decoration: none;
}


.row-st {
	overflow: hidden;
	width: 100%;
	margin-bottom: 1em;
}
.row-st:last-child { margin-bottom: 2em; }
.row-st div {
    display: block;
	margin-left: 1em;
	float: left;
	width: 80%;
}


/* Form selector styles */

.form-option {
	display: none;
}
.form-disclaimer {
	color: #A9A9A9;
}
#field_4_11 label,
#field_4_12 label,
#field_4_13 label,
#field_4_14 label,
#field_4_15 label,
#field_4_16 label,
#field_4_17 label,
#field_4_18 label,
#field_4_19 label {
	display: block !important;
	font-weight: normal;
	font-size: 14px;
}
#input_4_15, #input_4_17, #input_4_19 {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	padding-top: 10px;
}
li#field_4_17, li#field_4_19 {
	border-top: 1px solid #D9D9D9;
	margin-bottom: 0 !important;
	padding-top: 10px !important;
}
	#input_4_15 li, #input_4_17 li, #input_4_19 li {
		font-size: 13px;
	}

/* TABLES - ??? */
.table {
	width: 100%;
	font-size: 14px;
	font-family:'FrutigerLTW02-55Roman';
}
tr {
	border-bottom: 1px dotted #aaaaaa;
}
tr:last-child {
	border-bottom: none;
}
th, td {
	text-align: left;
	padding: 20px;
	border-left: 1px dotted #aaaaaa;
	vertical-align: top;
}
th:first-child, td:first-child {
	border-left: none;
}
th {
	font-family:'Frutiger LT W02 65 Bold';
	text-transform: uppercase;
	padding: 0 20px 20px 20px;
}


/* ACCORDIAN */
.ui-accordion-header {
	color: #e88b19;
	font-weight: normal;
	cursor: pointer;
}
.ui-accordion-header:hover {
	text-decoration: underline;
}
.ui-accordion-header:focus {
	outline: none;
}
.accordion-divided .ui-accordion-header {
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
}
.accordion-divided .ui-accordion-header:first-child {
	padding-top: 0;
	border-top: none;
}
.ui-accordion-content ul {
	margin: 0;
}

/* GALLERY */
.gallery.about {
	width: 520px;
	margin: 0 auto;
}
.photoControls {
	position: relative;
	width: 700px;
	margin: 0 auto;
	z-index: 5000;
	top: -135px;
}
.photoBtn {
	width: 50px;
	height: 50px;
	position: absolute;
	cursor: pointer;
}
#photoLeft {
	background: url(images/sprite-ReadOn.png) 0 0 no-repeat;
	left: 0;
}
#photoRight {
	background: url(images/sprite-ReadOn.png) -54px 0 no-repeat;
	right: 0;
}



/* NUMBERED LIST */
ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 15px 0; /* Give each list item a left margin to make room for the numbers */
    padding: 0 8px 15px 3em; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    border-bottom: 1px dotted #d2d3d3;
    font-size: 14px;
    min-height: 27px;
}
ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top: 0;
    left: 0;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

    width:1.4em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding: 4px 0;

    color:#fff;
    background:#1f3c73;
    line-height: 1em;
    font-size: 19px;
    font-family:'Frutiger LT W02 65 Bold';
    text-align:center;
}
li ol,
li ul {margin-top:6px;}
ol ol li:last-child {margin-bottom:0;}


/* STAR BULLETED LIST */
.main ul li,
ul.star-bullet li {
	list-style: none;
	padding-left: 23px;
	padding-bottom: 5px;
	font-size: 14px;
	background: url(images/sprite-ReadOn.png) -358px -64px no-repeat;
}

ul.star-bullet li {
	padding: 12px 0 12px 23px;
	border-bottom: 1px dotted #d2d3d3;
	background: url(images/sprite-ReadOn.png) -358px -53px no-repeat;
}

ul.star-bullet li:first-child {
	border-top: 1px dotted #d2d3d3;
}


/* BUTTONS */
a.btn,
input.wpcf7-submit,
input.events-community-submit,
.gform_wrapper .gform_footer input.gform_button, .btn {
	display: inline-block;
	padding: 12px 23px 10px 23px;
	margin-bottom: 0;
	border: none;

	font-family:'Frutiger LT W02 65 Bold';

	font-size: 14px !important;
	line-height: 1em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;

	vertical-align: middle;
	cursor: pointer;
	background-color: #e88b19;

	-webkit-transition:background-color 0.25s linear;
    -moz-transition:background-color 0.25s linear;
    -o-transition:background-color 0.25s linear;
    transition:background-color 0.25s linear;
}
a.btn:hover,
input.wpcf7-submit:hover,
input.events-community-submit,
.gform_wrapper .gform_footer input.gform_button:hover, .btn:hover {
	background-color: #f7941b;
}
input.wpcf7-text {
	font-family: Georgia, times, serif;
	height: 30px;
	width: 212px;
	font-size: 13px;
	background: #f0f0ef;
	border: 1px solid #d9d9d9;
	padding: 0 16px;
}
.wpcf7-form em {
	font-size: .8em;
	float: right;
}




/* Gravity Forms */
.main .gform_body ul li {
	list-style: none;
	padding-left: 0;
	padding-bottom: 5px;
	font-size: 14px;
	background: none;
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper div.charleft {
	display: none !important;
}
.gform_wrapper .top_label input.medium {
	font-family: Georgia, times, serif;
	height: 30px;
	width: 212px !important;
	font-size: 13px;
	background: #f0f0ef;
	border: 1px solid #d9d9d9;
	padding: 0 16px !important;
}
.gform_wrapper .top_label textarea.medium {
	font-family: Georgia, times, serif;
	width: 400px !important;
	font-size: 13px;
	background: #f0f0ef;
	border: 1px solid #d9d9d9;
	padding: 15px 16px !important;
}
.gform_wrapper .top_label .ginput_container #input_2_6 {
	font-family: Georgia, times, serif;
	width: 400px !important;
	font-size: 13px;
	background: #f0f0ef;
	border: 1px solid #d9d9d9;
	padding: 15px 16px 0 16px !important;
}
.gform_wrapper .ginput_complex span {
	display: block;
	margin-top: 16px;
}
.gform_wrapper .ginput_complex input {
	font-family: Georgia, times, serif;
	height: 30px;
	width: 212px !important;
	font-size: 13px;
	background: #f0f0ef;
	border: 1px solid #d9d9d9;
	padding: 0 16px !important;
}
.gform_wrapper .ginput_complex label {
	display: none !important;
}
.gform_wrapper #field_3_1 .gfield_label,
.gform_wrapper #field_3_2 .gfield_label,
.gform_wrapper #field_3_3 .gfield_label,
.gform_wrapper #field_3_9 .gfield_label {
	display: block !important;
	font-family:'Frutiger LT W02 65 Bold';
	color: #1F3C72;
	font-weight: normal;
}
.gform_wrapper li,
.gform_wrapper form li {
	margin: 1em 0;
	padding: 0 !important;
}
.gform_wrapper .validation_message,
.gform_wrapper div.validation_error {
	color: #cc0000 !important;
}

.gform_confirmation_message {
	font-size: 1.5em;
	color: #e88b19;
	margin: 2em 0;
}


/* SUMMER READING  */
/* REFERENCE LINKS */

.main .ref-links ul li {
	list-style: none;
	float: left;
	width: 105px;
	margin: 0 13px 0 0;
	padding: 0;
	background: none;
	font-size: 13px;
}
.main .ref-links ul li:last-child {
	margin: 0;
}
.main .ref-links ul li img {
	display: block;
	margin: 10px 0;
}




/* HOME */
/* HOME */
/* HOME */
body.home .topStripe {
	height: 467px;
	margin: 0;
	background: url(images/hero-home-grad.jpg) top center repeat-x;
}
.hero.home {
	height: 467px;
}
.hero.home.one {
	background: url(images/heros/home-hero-boy-01.jpg) top center no-repeat;
}
.hero.home.two {
	background: url(images/heros/home-hero-boy-02.jpg) top center no-repeat;
}
.hero.home.three {
	background: url(images/heros/home-hero-boy-03.jpg) top center no-repeat;
}
.hero.home.four {
	background: url(images/heros/home-hero-boy-04.jpg) top center no-repeat;
}
.hero.home.five {
	background: url(images/heros/home-hero-girl-01.jpg) top center no-repeat;
}
.hero.home.six {
	background: url(images/heros/home-hero-girl-02.jpg) top center no-repeat;
}
.hero.home.seven {
	background: url(images/heros/home-hero-girl-03.jpg) top center no-repeat;
}
.hero.home.eight {
	background: url(images/heros/home-hero-girl-04.jpg) top center no-repeat;
}


.homeHeadline {
	position: absolute;
	bottom: 164px;
	left: 20px;
	width: 970px;
	margin: 0 auto;
	color: #fff;
	z-index: 50;
}
.homeHeadline h1 {
	font-family: 'FilosofiaRegularRegular';
	-webkit-font-smoothing: antialiased;

	font-size: 3em;
	text-transform: none;
	margin: .125em 0;
	line-height: 1.3em;
	font-weight: normal;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}
.homeHeadline span.homeTwo {
	position: relative;
	left: 20px;
	font-size: 1.5em;
}
.hero-ad {
	display: block;
	position: relative;
	top: 50px;
	left: -20px;
}



.home-subline {
	margin: 0 0 1em 0;
	color: #e88b19;
	font-size: 34px;
	line-height: 1em;
	font-weight: normal;
	font-family: 'FilosofiaRegularRegular';
	-webkit-font-smoothing: antialiased;
}
.home-subline-b {
	margin: 0;
	padding: 12px 0 0 0;
	float: right;

	color: #e88b19;
	font-size: 14px;
	line-height: 1em;
	font-family: Arial, sans-serif;
}
.home .two-column {
	float: left;
	width: 400px;
	padding: 0 80px 0 0;
	border-right: 1px dotted #d2d3d3;
	margin: 0 55px 0 0;
}
.home .two-column.last {
	margin: 0;
	padding: 0;
	border: none;
}


/* SNIPE */
.snipe {
	background-color: #4c76c4;
	padding: 25px;
	max-width: 550px;
}
.snipe-img {
	float: left;
	margin-top: 20px;
	width: 30%;
}
.snipe-content {
	float: left;
	width: 70%;
}
.snipe p {
	font-family: 'FrutigerLTW02-55Roman';
	font-size: 19px;
	font-weight: normal;
	display: block;
	margin-top: 0;
}
.snipe h1 {
	font-family: 'FrutigerLTW01-75Black';
	font-size: 30px;
	letter-spacing: -0.05em;
	margin: 0 0 15px;
}
.snipe-org {
	margin: 0;
}
.snipe-buttons a {
	margin-right: 10px;
}


/* SLIDER */
.home.gallery {
	width: 975px;
	height: 260px;
}
.home.gallery .photoControls {
	width: 975px;
}
.bx-wrapper {
	widows: 775px;
	margin: 0 auto;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: #fff;
	height: 250px !important;
}
.bx-prev, .bx-next {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
}
.mobile-gallery {
	display: none;
}


/* Partners Sprite */
.home-partners {
	height: 128px;
}
.main .home-partners li,
.home-partners li {
	list-style: none;
	float: left;
	padding: 0 8px;
	border-right: 1px dotted #d2d3d3;
	background: none;
}
.main .home-partners li {
	padding: 0 40px;
}
.main .home-partners.reduced-padding li {
	padding: 0 10px;
}
.main .home-partners.no-padding li {
	padding: 0;
}
.home-partners li:last-child {
	border: none;
}
.main .home-partners li a,
.main .home-partners li span,
.home-partners li a,
.home-partners li span {
	display: block;
	width: 143px;
	height: 128px;
	text-indent: -9999em;
	background-image: url(images/sprite-partners.png);
}
.main .home-partners li a,
.home-partners li a {
	cursor: pointer;
}

.az-foundation,
.az-foundation {
	background-position: 0 0;
}
.az-dept-ed {
	background-position: -150px 0;
}
.first-things {
	background-position: -300px 0;
}
.head-start {
	background-position: -450px 0;
}
.helios {
	background-position: -600px 0;
}
.virginia {
	background-position: -750px 0;
}
.az-ready {
	background-position: -900px 0;
}
.az-library {
	background-position: -1050px 0;
}
.readon {
	background-position: -1200px 0;
}
.metametrics {
	background-position: -1350px 0;
}
.governors-office {
	background-position: -1500px 0;
}
.ncfl {
	background-position: -1650px 0;
}
.make-way-for-books {
	background-position: -1800px 0px;
}
.innovation-and-improvement {
	background-position: -1950px 0px;
}
.southwest-human-dev {
	background-position: -2100px 0px;
}
.unite-for-literacy {
	background-position: -2250px 0px;
}
.flc {
	background-position: -2400px 0px;
}


a.az-foundation:hover {
	background-position: 0 -134px;
}
a.az-dept-ed:hover {
	background-position: -150px -134px;
}
a.first-things:hover {
	background-position: -300px -134px;
}
a.head-start:hover {
	background-position: -450px -134px;
}
a.helios:hover {
	background-position: -600px -134px;
}
a.virginia:hover {
	background-position: -750px -134px;
}
a.az-ready:hover {
	background-position: -900px -134px;
}
a.az-library:hover {
	background-position: -1050px -134px;
}
a.readon:hover {
	background-position: -1200px -134px;
}
a.metametrics:hover {
	background-position: -1350px -134px;
}
a.governors-office:hover {
	background-position: -1500px -134px;
}
a.ncfl:hover {
	background-position: -1650px -134px;
}
a.make-way-for-books:hover {
	background-position: -1800px -134px;
}
a.innovation-and-improvement:hover {
	background-position: -1950px -134px;
}
a.southwest-human-dev:hover {
	background-position: -2100px -134px;
}
a.unite-for-literacy:hover {
	background-position: -2250px -134px;
}
a.flc:hover {
	background-position: -2400px -134px;
}

.home-news {
	padding: 0 0 40px 0;
	clear: both;
}
.date-block {
	background: #f3f3f3;
	width: 46px;
	padding: 10px 0;
	margin: 0 20px 40px 0;
	float: left;

	color: #e88b19;
	text-align: center;
	font-family: arial, sans-serif;
	line-height: 1em;
}
.month {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}
.post-type {
	font-size: 12px;
	text-transform: uppercase;
	color: #a6a6a6 !important;
	font-family:'Frutiger LT W02 65 Bold';
	display: block;
	margin: 3px 0 0 0;
}
.day-number {
	font-size: 20px;
	letter-spacing: 1px;
}
.home-news .news-headline {
	font-size: 15px;
	font-family:'Frutiger LT W02 65 Bold';
	padding: 0;
}
.home-intro {
	float: left;
	width: 745px;
}

/* Events */

.main #tab-container {
	width: 100% !important;
	margin-bottom: 2.5em;
}
.etabs {
	display: block;
	margin-bottom: 40px;
	width: 100%;
	clear: both;
	float: left;
	border-bottom: 1px solid #CCC;
}
.etabs li {
	list-style-type: none;
	display: block;
	float: left;
	padding-bottom: 0 !important;
}
.etabs li.tab {
	margin-bottom: -1px;
}
.etabs li a, .etabs li a:visited {
	padding: 10px 20px;
	text-align: center;
	border-bottom: 1px solid transparent;
	display: block;
	color: #595244;
	text-decoration: none !important;
}
.etabs li a.active {
	color: #e88b19;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}
.etabs li a:focus {
	outline: none;
}
.tab-content h2 {
	margin-top: 0;
}
.recurringinfo {
	display: none !important;
}
.tribe-events-event-image {
	float: left;
	clear: none !important;
	margin-right: 40px !important;
}
.single-tribe_events .tribe-events-event-meta {
	clear: both;
}


.participants-list {
	margin: 0;
	padding: 0;
	float: left;
}
.participants-list li {
	float: left;
	display: block;
	width: 30%;
	padding-right: 3%;
	margin-bottom: 20px;
}
	.participant-name {
		color: #e88b19;
		float: left;
		display: block;
		clear: both;
	}
	.participant-role {
		float: left;
		display: block;
		clear: both;
	}
.video-wrapper {
	margin-bottom: 60px;
}
.video-title {
	font-family:'Frutiger LT W02 65 Bold';
	font-size: 16px;
	color: #1f3c73;
	padding-bottom: 10px;
	display: inline-block;
}
.events-slider-wrap {
	background-color: #000;
	overflow: auto;
	display: block;
	max-width: 1000px;
	width: 100%;
	height: 600px;
}
.photo-slide {
	max-width: 1000px;
	width: 100%;
}
.events-slider-wrap .prev, .events-slider-wrap .next {
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 9999;
	opacity: 0;
	-webkit-transition:opacity 0.25s linear;
	-moz-transition:opacity 0.25s linear;
	-o-transition:opacity 0.25s linear;
	transition:opacity 0.25s linear;
}
.events-slider-wrap:hover .prev, .events-slider-wrap:hover .next {
	opacity: 0.8;
}
.events-slider-wrap .prev:hover, .events-slider-wrap .next:hover {
	opacity: 0.6;
}
.events-slider-wrap .prev {
	background: url(images/arrow-left.png) no-repeat center;
	top: 47%;
	left: 15px;
}
.events-slider-wrap .next {
	background: url(images/arrow-right.png) no-repeat center;
	top: 47%;
	right: 15px;
}
.resource-list {
	width: 100%;
	float: left;
}
.container #tab-container {
	width: 700px;
	float: right;
}

/* COMMUNITY EVENTS */
#tribe-community-events {
	margin-top: 30px;
}
#tribe-community-events label,
#tribe-community-events h2,
#tribe-community-events h4,
.tribe-community-event-info {
	font-family: Georgia, Times, "Times New Roman", serif;
}
#tribe-community-events h4 {
	margin: 20px 0 10px;
    font-size: 1.4em;
    text-transform: none;;
}

#tribe-community-events .events-community-post-title label {
	font-size: 1.4em;
	font-weight: 700;
}
#tribe-community-events .events-community-post-content label {
	font-size: 1.125em;
	font-weight: 700;
}
#tribe-community-events .events-community-post-content textarea {
	height: 3.5em;
}

#tribe-community-events p {
	font-family: Georgia, Times, "Times New Roman", serif;
}



/* NEWS  */
/* NEWS  */
/* NEWS  */

.news-sub {
	/* font-family:'Frutiger LT W02 65 Bold';
	font-family:'FrutigerLTW02-55Roman'; */
	font-family: 'Helvetica', arial, sans-serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 1em;
}

.row.news {
	margin-left: -20px;
}
body.post-type-archive-news_article .news-block {
	border-bottom: 1px dotted #d2d3d3;
	padding: 0 0 20px 0;
}
.news-block.latest {
	display: block;
	float: left;
	width: 320px;
	padding: 30px 19px;
	font-size:  14px;
	border-left: 1px dotted #d2d3d3;
}
.news-block.latest.odd {
	border: none;
}
.news-block.latest p {
	margin: 0;
}
.news-headline {
	font-size: 20px;
	text-transform: capitalize;
	display: block;
	padding: 30px 0;
}
p.date,
.news-block p.date,
.news-block.latest p.date {
	font-family:'Frutiger LT W02 65 Bold';
	font-size: 12px;
	margin: 20px 0 10px 0;
}
.news-block p.date,
.news-block p.date {
	margin: 0 0 10px 0;
}
.news hr.dotted {
	margin: 0;
}


.source {
	font-style: italic;
	font-size: .85em;
	margin: 0 0 30px 0;
}




/* SIDEBAR ============== */
/* SIDEBAR ============== */
/* SIDEBAR ============== */

.sidebar {
	width: 200px;
	float: left;
}



/* CURRENT */
body.page-parent .sidebar ul li.parent-page a,
.sidebar ul li.parent-page.no-child a,
.sidebar ul li.current_page_item a,
body.post-type-archive-news_article .sidebar ul li.archive a {
	color: #e88b19;
	/* background: url(images/icon-arrow.png) no-repeat right center; */
}

.subnav {
	margin: 0 0 50px 0;

	border: 1px solid #d2d3d3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    border-radius: 4px;

	font-family:'FrutigerLTW02-55Roman';
}
.subnav ul {
	margin: 0;
	padding: 2px 20px 8px 20px;
}
.subnav li {
	list-style-type: none;
	border-bottom: 1px dotted #d2d3d3;
}
.subnav ul li:last-child {
	border-bottom: none;
}
.subnav a {
	font-size: 1em;
	line-height: 1em;
	color: #595244;
	text-decoration: none;
	padding: 13px 10px 10px 0;
	display: inline-block;
}
.subnav a:hover {
	color: #e88b19;
}

.sidebar-element {
	margin: 0 0 45px 0;
}
.sidebar-element p {
	margin: 0;
}
.sidebar .sub-menu {
	font-size: 14px;
	padding: 0;
}
.sidebar .sub-menu li {
	border-bottom: none;
}
.sidebar .sub-menu a,
.sidebar .sub-menu a:visited {
	color: #888 !important;
	line-height: 1.5;
	padding: 5px 0;
}
.sidebar .sub-menu a:hover {
	color: #e88b19 !important;
}
.sidebar .sub-menu .current-menu-item a,
.sidebar .sub-menu .current-menu-item a:visited {
	color: #e88b19 !important;
}

.sidebar .pdf-list li {
	list-style: none;
	padding: 20px 0 20px 0;
	border-bottom: 1px dotted #d2d3d3;
	font-size: 14px;
}
.sidebar .pdf-list li:first-child {
	border-top: 1px dotted #d2d3d3;
}
.sidebar .pdf-list li img {
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	max-width: 190px;
	height: auto;
}
.sidebar .pdf-list a {
	display: block;
}
.sidebar .pdf-list li a:first-child {
	padding-bottom: 10px;
}

/* Publications */
.pub-list li,
.link-list li {
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	width: 23%;
	margin-right: 1%;
	margin-bottom: 20px;
	text-align: center;
}
.link-list li {
	text-align: left;
}
/* Publications */
.pub-list li,
.link-list li {
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	width: 23%;
	margin-right: 1%;
	margin-bottom: 20px;
	text-align: center;
}
.stay-tuned li {
	width: 100%;
}
.link-list li {
	text-align: left;
}
.pub-list li,
.link-list li {
	text-align: left;
}
.pub-list li a,
.link-list li a {
	display: block;
}
.link-list li img {
	display: block;
}
.pub-list li img {
	display: block;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	border: 1px solid #EEE;
	text-align: center;
	margin: 0 auto;
	max-width: 140px;
}
.pub-title a, .pub-title a:visited {
	color: #595244;
	font-weight: bold;
	font-size: 13px;
	display: block;
	text-align: center;
	clear: both;
	margin-top: 12px;
}
	.pub-title a:hover {
		text-decoration: none;
		color: #e88b19;
	}
.pub-file-type {
	color: #595244 !important;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	display: block;
	clear: both;
	text-transform: uppercase;
	margin-top: 3px;
}
.pub-list li,
.link-list li {
	text-align: left;
}
.pub-list li a,
.link-list li a {
	display: block;
}
.link-list li img {
	display: block;
}
.pub-list li img {
	display: block;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	border: 1px solid #EEE;
	text-align: center;
	margin: 0 auto;
	max-width: 140px;
}
.pub-title a, .pub-title a:visited {
	color: #595244;
	font-weight: bold;
	font-size: 13px;
	display: block;
	text-align: center;
	clear: both;
	margin-top: 12px;
}
	.pub-title a:hover {
		text-decoration: none;
		color: #e88b19;
	}
.pub-file-type {
	color: #595244 !important;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	display: block;
	clear: both;
	text-transform: uppercase;
	margin-top: 3px;
}


/* FOOTER ============== */
/* FOOTER ============== */
/* FOOTER ============== */

.footer {
	margin: 80px 0 0 0;
	padding: 53px 0 45px 0;
	background: #1f3c73;
	color: #fff;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
}
.footer ul {
	list-style-type: none;
}
.footer ul.quick li {
	padding:0 0 10px 0;
}
.footer a {
	color: #fff;
}


.footer .unit {
	float: left;
	width: 240px;
	margin: 0 95px 0 0;
}
p.header {
	font-family:'Frutiger LT W02 65 Bold';
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: auto;
	padding: 0 0 8px 0;
}
.footer .unit.two {
	width: 260px;
	margin: 0;
}


a.social {
	float: left;
	display: block;
	width: 66px;
	height: 66px;
	margin-right: 27px;
	text-indent: -9999em;

	background: url(images/sprite-ReadOn.png) no-repeat;
	background-position: 0 0;
}

a.social.facebook {
	background-position: -120px 0;
}
a.social.twitter {
	background-position: -189px 0;
}
a.social.youtube {
	margin: 0;
	background-position: -258px 0;
}
a.social.facebook:hover {
	background-position: -120px -66px;
}
a.social.twitter:hover {
	background-position: -189px -66px;
}
a.social.youtube:hover {
	margin: 0;
	background-position: -258px -66px;
}
a.social.instagram {
	background-position: -119px -134px;
}
a.social.instagram:hover {
	background-position: -119px -201px;
}


.bottom {
	margin: 40px 0 0 0;
	font-size: 13px;
}
.bottom ul {
	margin: 0;
}
.bottom li {
	float: left;
	padding: 0 15px;
}
.bottom li:first-child {
	padding-left: 0;
}
li.links {
	border-left: 1px solid #fff;
}


/* BUTTON */
.btn-navbar {
	display: none;
}

/* CONTACT CARD */
.contact-card {
	padding: 1.6em 1.4em;
	border-radius: 5px;
	background: #1f3c73;
	color: white;
	font-family: 'FrutigerLTW02-55Roman', 'Helvetica Neue', sans-serif;
	font-size: 14px;
}
.contact-card p {
	margin-bottom: 1em;
}
.contact-card p:last-child {
	margin-bottom: 0;
}
.contact-name {
	color: #FAD62D;
	font-family: 'Frutiger LT W02 65 Bold', 'Helvetica Neue', sans-serif;
}
.contact-info {
	color: #FAD62D;
	font-family: 'FrutigerLTW02-55Roman', 'Helvetica Neue', sans-serif;
	overflow-wrap: break-word;
	word-break: break-all;
}
.contact-info a {
	color: #FAD62D;
}

/* LITERACY SUMMIT */

ul.bigger-list > li {
	padding: 0.6em 0 0.6em 1em;
	border-top: 1px solid #D2D3D3;
	background: transparent url("images/sprite-ReadOn.png") no-repeat scroll -358px -47px;
	font-size: 20px;
}
.literacy-summit > .row {
	padding: 60px 0;
	border-bottom: 1px dotted #D2D3D3;
}
.literacy-summit > .row:first-child {
	padding: 40px 0 60px;
}
.literacy-summit > .row:last-child {
	border-bottom: none;
}
.literacy-summit .title {
	margin-top: 0;
}
.embed-column {
	float: left;
	width: 30%;
	margin: 0 15px 15px 0;
}
.embed-column.embed--large {
	width: 60%
}

.reverse .embed-column {
	margin: 0 0 0 15px;
}
.embed-column .video-wrapper {
	margin-bottom: 0;
}
.embed-column img {
	width: auto;
	max-width: 100%;
	height: auto !important;
}
.content-column {
	float: left;
	width: 270px;
	margin: 0 0 0 15px;
}
.content-column p {
	font-size: 14px;
}
.content-column p:first-child {
	margin-top: 0;
}
.reverse .content-column {
	margin: 0 15px 0 0;
}

/* READ ON COMMUNITIES */

ul.community-list > li {
	border-bottom: 1px dotted #D2D3D3;
	background: transparent url("images/sprite-ReadOn.png") no-repeat scroll -358px -53px;
	padding-bottom: 0;
	line-height: 1;
}
.community-list li a {
	display: inline-block;
	padding: 12px 5px 11px;
	font-family: "FrutigerLTW02-55Roman";
	font-size: 17px;
	line-height: 1.2;
}

.community-column {
	width: 181px;
	float: left;
	margin-right: 30px;
}
.community-column:first-child {
	width: 278px;
	margin-right: 30px;
}
.community-column:last-child {
	margin-right: 0;
}
.community-column img {
	height: auto;
	width: auto;
	max-width: 100%;
}

/* ==|== media queries ======================================================
   This example overrides the primary ('mobile first') styles
   ========================================================================== */


@media (min-width: 320px) and (max-width: 720px) {

	body {
		font-size: .9em;
	}
	.container {
		width: 300px;
	}


	.header {
		height: 73px;
	}
	.logo {
		width: 90px;
		height: 60px;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.menu-header,
	.menu-header-nav-container {
		display: none;
	}


	.header-right {
		padding: 20px 0 0 0;
	}
	input#s {
		height: 38px;
		width: 110px;
		padding: 0 10px;
	}
	.btn-text {
		float: right;
		padding-top: 6px;
	}
	.btn-navbar {
		display: block;
		width: 95px;
		height: 28px;
		color: #ffffff;
		padding: 12px 10px;
		cursor: pointer;
	}
	.btn-navbar.active {
		background: #1f3c73;
	}
	.btn-navbar .icon-bar {
		margin-top: 5px;
		display: block;
		width: 26px;
		height: 3px;
		background-color: #fff;
	}


	ul.menu li {
		float: none;
		width: 100%;
	}
	ul.menu li a {
		padding: 18px 18px;
		font-size: 14px;
		background: #1f3c73;
		border: none;
		border-bottom: 1px solid #4e5961;
	}
	ul.menu li:first-child a {
		border-left: none;
	}


	ul.menu li.mobile {
		display: block;
	}

	ul.menu li ul.sub-menu {
		position: static;
	}
	ul.menu li ul.sub-menu li {
		display: block;
		width: 100%;
	}

	ul.menu li ul.sub-menu a {
		padding: 10px 20px;
		width: inherit;
		border-bottom: 1px solid #4e5961;
		background: #183264;
	}
	ul.menu li ul.sub-menu li:last-child a {
		padding-bottom: 10px;
	}
	ul.menu li ul.sub-menu {
		width: 100% !important;
	}

	/* 	HERO */
	.topStripe {
		height: 300px;
/* 		background: none; */
	}
	.hero {
		height: 300px;
		-moz-background-size: 475% auto !important;
		-webkit-background-size: 475% auto !important;
		background-size: 475% auto !important;

		background-position: 71% 0% !important;
		box-shadow: 0px -40px 30px -20px #fff inset;
	}
	.heroInner {
		width: 300px;
		height: auto;
	}
	.heroInner h1 {
		font-size: 2.75em;
		padding: 30px 0 0 0;
		letter-spacing: 0;
	}

	/* Home Slider */

	.slide-container {
		-moz-background-size: contain !important;
		-webkit-background-size: contain !important;
		background-size: contain !important;
	}
	.prev, .next {
		top: 15%;
	}
	.pager {
		display: none;
	}
	.blue-box,
	.custom-slide--circle .blue-box {
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.blue-box-holder {
		display: block;
	}
	.blue-box-holder:first-child {
		display: none;
	}
	.intro-slide h4 {
		font-size: 32px;
		line-height: 32px;
	}
	.intro-slide h2 {
		font-size: 42px;
		line-height: 42px;
	}


	/* Home Quick Links */

	.quick-links {
		height: auto;
		overflow: auto;
	}
	.quick-links li {
		width: 48%;
		margin: 0 1% 2% 1%;
	}

	/* 	INNER */
	.main {
		width: 300px;
	}
	.sidebar {
		display: none;
	}
	.sidebar-element img {
		height: auto;
		width: 100%;
	}


	/* 	GALLERY */
	.gallery {
		width: 300px !important;
	}
	.gallery img {
		width: 100%;
		height: auto;
	}
	.photoControls {
		display: none;
	}


	/* 	CONTENT */
	img {
		height: auto;
		max-width: 100%;
	}
	span.large-number,
	p.large-number {
		font-size: 3.5em !important;
	}
	.home-partners {
		margin-left: -20px;
	}
	.main .home-partners li {
		padding: 0 20px;
		border: none;
	}
	.network-logo {
		margin: 0 15px 0 0 !important;
	}
	hr {
		margin: 2.2em 0;
	}
	h2.entry-title, h3.entry-title {
		font-size: 2.125em;
		margin-bottom: 0;
	}
	.bigger-font {
		font-size: 1.125em !important;
	}
	.smaller-font {
		font-size: 0.875em !important;
	}
	.main .ref-links ul li {
		margin: 0 23px;
	}
	.main .ref-links ul li:nth-child(even) {
		margin-right: 0;
	}
	.main .ref-links ul li:last-child {
		margin: 0 0 0 23px;
	}

	.page-template-default .alignright {
		display: block;
		float: none;
		margin-bottom: 20px;
	}



	/* 	NEWS */
	.row.news {
		margin-left: 0;
	}
	.news-block.latest {
		width: 300px;
		border: none !important;
		border-bottom: 1px dotted #d2d3d3 !important;
		padding: 20px 0;
	}
	.news-headline {
		padding: 10px 0;
	}
	.news hr.dotted {
		display: none;
	}
	p.date, .news-block p.date, .news-block.latest p.date {
		font-family: 'Frutiger LT W02 65 Bold';
		font-size: 12px;
		margin: 10px 0 0 0;
	}


	/* 	Tables */
	th, td {
		padding: 14px 10px;
	}
	th  {
		font-size: 12px;
	}

	tr th:first-child,
	tr td:first-child {
		display: none;
	}
	tr th:nth-child(2),
	tr td:nth-child(2){
		border-left: none;
	}



	/* 	HOME */
	body.home .topStripe {
		height: 365px;
		background: #4e75c4;
		box-shadow: 0px -40px 30px -20px #fff inset;
	}
	body.home .hero {
		height: 365px;
		-moz-background-size: 375% auto !important;
		-webkit-background-size: 375% auto !important;
		background-size: 375% auto !important;

		background-position: 71% 100% !important;
	}
	.homeHeadline {
		bottom: 270px;
		width: 300px;
	}
	.homeHeadline h1 {
		font-size: 2em;
	}
	.homeHeadline span.homeTwo {
		font-size: 1.3em;
	}
	.home-intro {
		float: none;
		width: 300px;
	}
	.hero-ad {
		top: 250px;
	}


	.home .two-column {
		width: 300px;
		padding: 0 0;
		border-right: none;
		margin: 0 0 0 0;
	}
	.home .home-partners {
		margin-left: 0;
	}
	.home .home-partners li {
		padding: 0 3px;
		border: none;
	}


	.home.gallery {
		display: none;
		width: 300px !important;
		float: none !important;
	}
	.home.gallery ul {
		width: 300px !important;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.home.gallery ul li {
		float: none !important;
		padding: 0 0 20px 0;
		width: 225px !important;
		margin: 0 auto;
	}
	.home.gallery ul li:last-child {
		padding: 0;
	}
	.home.gallery img {
		display: block;
		width: 100%;
		height: auto;
	}



	.mobile-gallery {
		display: block;
	}
	.mobile-gallery ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.mobile-gallery ul li {
		padding: 0 0 20px 0;
	}
	.mobile-gallery ul li:last-child {
		padding: 0;
	}
	.mobile-gallery img {
		display: block;
		margin: 0 auto;
	}


	.wpcf7-form em {
		float: none;
	}


	/* SNIPE */
	.snipe {
		padding: 15px 15px 5px;
	}
	.snipe-img {
		float: none;
		margin: 0;
		width: auto;
	}
	.snipe-img img {
		margin-bottom: 10px;
		width: 80px;
	}
	.snipe-content {
		float: none;
		width: auto;
	}
	.snipe h1 {
		font-size: 22px;
	}
	.snipe p {
		font-size: 15px;
	}
	.snipe-buttons a {
		font-size: 12px !important;
		margin-bottom: 10px;
	}


	/* 	FOOTER */
	.footer {
		margin: 40px 0 0 0;
		padding: 10px 0 25px 0;
	}
	.footer .unit {
		width: 180px;
		margin: 0;
	}
	.footer .unit.one {
		display: none;
	}
	.footer .unit.two {
		width: 180px;
	}
	.bottom {
		width: 180px;
		margin: 20px 0 0 0;
	}
	.bottom li {
		padding: 0;
	}
	li.links {
		border: none;
	}
	a.social.facebook {
		width: 50px;
		height: 50px;
		background-position: -90px 0;

		-moz-background-size: 604%;
		-webkit-background-size: 604%;
		background-size: 604%;
	}
	a.social.facebook:hover {
		background-position: -90px -50px;
	}

	.pub-list li {
		width: 44%;
		margin-right: 5%;
	}
	.tab-container .etabs li {
		width: 100%;
		clear: both;
		background: #EEE;
	}
	.etabs li.tab {
		margin-bottom: 0;
	}
	.tab-container .etabs li a.active {
		border-bottom: 1px solid #CCC;
		background: #FFF;
	}

	/* LITERACY SUMMIT MQ 320-720*/

	.literacy-summit > .row {
		padding: 40px 0;
	}
	.literacy-summit > .row:first-child {
		padding: 30px 0 40px;
	}
	.content-column,
	.reverse .embed-column {
		float: none;
		width: 100%;
		margin: 40px 0 0;
	}
	.embed-column,
	.reverse .content-column {
		float: none;
		width: 100%;
	}

}


@media (min-width: 720px) and (max-width: 1024px) {

	body {
		font-size: .9em;
	}
	.container {
		width: 715px;
	}
	.navi {
		height: 50px;
	}
	ul.menu li a,
	ul.menu li a:first-child,
	ul.menu li a:last-child {
		padding: 18px 17px;
		font-size: 14px;
	}
	ul.menu li ul.sub-menu a {
		padding: 10px 18px;
	}
	ul.menu li ul.sub-menu li:last-child a {
		padding-bottom: 20px;
	}


	/* 	HERO */
	.topStripe {
		height: 240px;
/* 		background: none; */
	}
	.hero {
		height: 240px;
		-moz-background-size: 180% auto !important;
		-webkit-background-size: 180% auto !important;
		background-size: 180% auto !important;
		box-shadow: 0px -40px 30px -20px #fff inset;
	}
	.heroInner {
		width: 715px;
		height: auto;
	}
	.heroInner h1 {
		font-size: 4em;
		padding: 70px 0 0 0;
	}


	/* 	INNER */
	.main {
		width: 540px;
	}
	.sidebar {
		width: 148px;
		float: left;
	}
	.sidebar-element img {
		height: auto;
		width: 100%;
	}



	/* 	GALLERY */
	.gallery {
		width: 415px !important;
	}
	.gallery img {
		width: 100%;
		height: auto;
	}
	.photoControls {
		width: 540px;
		top: -110px;
	}


	/* 	CONTENT */
	img {
		height: auto;
		max-width: 100%;
	}
	span.large-number,
	p.large-number {
		font-size: 3.5em !important;
	}
	.home-partners {
		margin-left: -20px;
	}
	.main .home-partners li {
		padding: 0 20px;
	}
	.network-logo {
		margin: 0 15px 0 0 !important;
	}
	hr {
		margin: 2.2em 0;
	}



	/* 	Tables */
	th, td {
		padding: 16px 14px;
	}
	th  {
		font-size: 12px;
	}



	/* 	NEWS */
	.row.news {
		margin-left: -15px;
	}
	.news-block.latest {
		width: 245px;
		padding: 15px;
	}
	.news-headline {
		font-size: 16px;
		padding: 15px 0;
	}
	p.date, .news-block p.date, .news-block.latest p.date {
		margin: 10px 0 0 0;
	}

	/* CONTACT CARD */
	.contact-card {
		padding: 1.2em 1em;
		font-size: 13px;
	}


	/* 	HOME */
	body.home .topStripe {
		height: 365px;
		background: none;
	}
	body.home .hero {
		height: 365px;
		-moz-background-size: 197% auto !important;
		-webkit-background-size: 197% auto !important;
		background-size: 197% auto !important;

		box-shadow: 0px -40px 30px -20px #fff inset;
	}
	.homeHeadline {
		bottom: 110px;
		width: 500px;
	}
	.hero-ad {
		width: 80%;
	}
	.homeHeadline h1 {
		font-size: 2.75em;
	}
	.home-intro {
		float: left;
		width: 480px;
	}



	.homeHeadline span.homeTwo {
		font-size: 1.5em;
	}
	.home.gallery .photoControls {
		width: 715px;
	}
	.home.gallery {
		width: 715px !important;
		height: 200px;
	}
	.home.gallery .bx-wrapper {
		padding: 0 60px;
	}
	.bx-wrapper .bx-viewport {
		height: 190px !important;
	}
	.home .two-column {
		width: 315px;
		padding: 0 35px 0 0;
		margin: 0 35px 0 0;
	}


	.home .home-partners {
		margin-left: -10px;
	}
	.home .home-partners li {
		padding: 0 5px;
	}
	.home .home-partners li a {
		width: 110px;
		height: 95px;
		background-repeat:no-repeat;

		-moz-background-size: 1200px 210px;
		-webkit-background-size: 1200px 210px;
		background-size: 1200px 210px;
	}
	.home a.az-foundation {
		background-position: 0 -5px;
	}
	.home a.az-foundation:hover {
		background-position: 0 -112px;
	}
	.home a.az-dept-ed {
		background-position: -121px -5px;
	}
	.home a.az-dept-ed:hover   {
		background-position: -121px -112px;
	}
	.home a.first-things {
		background-position: -241px -5px;
	}
	.home a.first-things:hover   {
		background-position: -241px -112px;
	}
	.home a.head-start  {
		background-position: -361px -5px;
	}
	.home a.head-start:hover   {
		background-position: -361px -112px;
	}
	.home a.helios  {
		background-position: -481px -5px;
	}
	.home a.helios:hover   {
		background-position: -481px -112px;
	}
	.home a.virginia  {
		background-position: -601px -5px;
	}
	.home a.virginia:hover   {
		background-position: -601px -112px;
	}
	.wpcf7-form em {
		float: none;
	}


	/* SNIPE */
	.snipe {
		padding: 20px;
	}
	.snipe-img {
		float: none;
		margin: 0;
		width: auto;
	}
	.snipe-img img {
		margin-bottom: 10px;
		width: 80px;
	}
	.snipe-content {
		float: none;
		width: auto;
	}
	.snipe h1 {
		font-size: 25px;
	}
	.snipe p {
		font-size: 17px;
	}


	/* 	FOOTER */
	.footer {
		margin: 80px 0 0 0;
		padding: 50px 0 35px 0;
	}
	.footer .unit {
		width: 190px;
		margin: 0 70px 0 0;
	}
	.footer .unit.two {
		width: 190px;
	}
	.bottom {
		margin: 20px 0 0 0;
	}

	/* LITERACY SUMMIT MQ 720-1024 */

	.literacy-summit > .row {
		padding: 50px 0;
	}
	.literacy-summit > .row:first-child {
		padding: 40px 0 50px;
	}
	.content-column,
	.reverse .embed-column {
		float: none;
		width: 100%;
		margin: 40px 0 0;
	}
	.embed-column,
	.reverse .content-column {
		float: none;
		width: 100%;
	}
}
@media (min-width: 1024px) {

	.seventy {
		float: left;
		width: 70%;
	}
	.eighty {
		float: left;
		width: 80%;
	}

}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



.margin-top {
	margin-top: 20px;
}
.margin-top.extra {
	margin-top: 40px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin-left {
	margin-left: 20px;
}
.margin-right {
	margin-right: 20px;
}
.pad-top {
	padding-top: 20px;
}
.pad-bottom {
	padding-bottom: 20px;
}
.pad-left {
	padding-left: 20px;
}
.pad-right {
	padding-right: 20px;
}


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/** END HTML5 Boilerplate CSS **/

/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
*/
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight: normal; } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.

/** Bulma Grid **/

.column {
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	padding: 0.75rem; }
	.columns.is-mobile > .column.is-narrow {
	  flex: none; }
	.columns.is-mobile > .column.is-full {
	  flex: none;
	  width: 100%; }
	.columns.is-mobile > .column.is-three-quarters {
	  flex: none;
	  width: 75%; }
	.columns.is-mobile > .column.is-two-thirds {
	  flex: none;
	  width: 66.6666%; }
	.columns.is-mobile > .column.is-half {
	  flex: none;
	  width: 50%; }
	.columns.is-mobile > .column.is-one-third {
	  flex: none;
	  width: 33.3333%; }
	.columns.is-mobile > .column.is-one-quarter {
	  flex: none;
	  width: 25%; }
	.columns.is-mobile > .column.is-one-fifth {
	  flex: none;
	  width: 20%; }
	.columns.is-mobile > .column.is-two-fifths {
	  flex: none;
	  width: 40%; }
	.columns.is-mobile > .column.is-three-fifths {
	  flex: none;
	  width: 60%; }
	.columns.is-mobile > .column.is-four-fifths {
	  flex: none;
	  width: 80%; }
	.columns.is-mobile > .column.is-offset-three-quarters {
	  margin-left: 75%; }
	.columns.is-mobile > .column.is-offset-two-thirds {
	  margin-left: 66.6666%; }
	.columns.is-mobile > .column.is-offset-half {
	  margin-left: 50%; }
	.columns.is-mobile > .column.is-offset-one-third {
	  margin-left: 33.3333%; }
	.columns.is-mobile > .column.is-offset-one-quarter {
	  margin-left: 25%; }
	.columns.is-mobile > .column.is-offset-one-fifth {
	  margin-left: 20%; }
	.columns.is-mobile > .column.is-offset-two-fifths {
	  margin-left: 40%; }
	.columns.is-mobile > .column.is-offset-three-fifths {
	  margin-left: 60%; }
	.columns.is-mobile > .column.is-offset-four-fifths {
	  margin-left: 80%; }
	.columns.is-mobile > .column.is-1 {
	  flex: none;
	  width: 8.3333333333%; }
	.columns.is-mobile > .column.is-offset-1 {
	  margin-left: 8.3333333333%; }
	.columns.is-mobile > .column.is-2 {
	  flex: none;
	  width: 16.6666666667%; }
	.columns.is-mobile > .column.is-offset-2 {
	  margin-left: 16.6666666667%; }
	.columns.is-mobile > .column.is-3 {
	  flex: none;
	  width: 25%; }
	.columns.is-mobile > .column.is-offset-3 {
	  margin-left: 25%; }
	.columns.is-mobile > .column.is-4 {
	  flex: none;
	  width: 33.3333333333%; }
	.columns.is-mobile > .column.is-offset-4 {
	  margin-left: 33.3333333333%; }
	.columns.is-mobile > .column.is-5 {
	  flex: none;
	  width: 41.6666666667%; }
	.columns.is-mobile > .column.is-offset-5 {
	  margin-left: 41.6666666667%; }
	.columns.is-mobile > .column.is-6 {
	  flex: none;
	  width: 50%; }
	.columns.is-mobile > .column.is-offset-6 {
	  margin-left: 50%; }
	.columns.is-mobile > .column.is-7 {
	  flex: none;
	  width: 58.3333333333%; }
	.columns.is-mobile > .column.is-offset-7 {
	  margin-left: 58.3333333333%; }
	.columns.is-mobile > .column.is-8 {
	  flex: none;
	  width: 66.6666666667%; }
	.columns.is-mobile > .column.is-offset-8 {
	  margin-left: 66.6666666667%; }
	.columns.is-mobile > .column.is-9 {
	  flex: none;
	  width: 75%; }
	.columns.is-mobile > .column.is-offset-9 {
	  margin-left: 75%; }
	.columns.is-mobile > .column.is-10 {
	  flex: none;
	  width: 83.3333333333%; }
	.columns.is-mobile > .column.is-offset-10 {
	  margin-left: 83.3333333333%; }
	.columns.is-mobile > .column.is-11 {
	  flex: none;
	  width: 91.6666666667%; }
	.columns.is-mobile > .column.is-offset-11 {
	  margin-left: 91.6666666667%; }
	.columns.is-mobile > .column.is-12 {
	  flex: none;
	  width: 100%; }
	.columns.is-mobile > .column.is-offset-12 {
	  margin-left: 100%; }
	@media screen and (max-width: 768px) {
	  .column.is-narrow-mobile {
		flex: none; }
	  .column.is-full-mobile {
		flex: none;
		width: 100%; }
	  .column.is-three-quarters-mobile {
		flex: none;
		width: 75%; }
	  .column.is-two-thirds-mobile {
		flex: none;
		width: 66.6666%; }
	  .column.is-half-mobile {
		flex: none;
		width: 50%; }
	  .column.is-one-third-mobile {
		flex: none;
		width: 33.3333%; }
	  .column.is-one-quarter-mobile {
		flex: none;
		width: 25%; }
	  .column.is-one-fifth-mobile {
		flex: none;
		width: 20%; }
	  .column.is-two-fifths-mobile {
		flex: none;
		width: 40%; }
	  .column.is-three-fifths-mobile {
		flex: none;
		width: 60%; }
	  .column.is-four-fifths-mobile {
		flex: none;
		width: 80%; }
	  .column.is-offset-three-quarters-mobile {
		margin-left: 75%; }
	  .column.is-offset-two-thirds-mobile {
		margin-left: 66.6666%; }
	  .column.is-offset-half-mobile {
		margin-left: 50%; }
	  .column.is-offset-one-third-mobile {
		margin-left: 33.3333%; }
	  .column.is-offset-one-quarter-mobile {
		margin-left: 25%; }
	  .column.is-offset-one-fifth-mobile {
		margin-left: 20%; }
	  .column.is-offset-two-fifths-mobile {
		margin-left: 40%; }
	  .column.is-offset-three-fifths-mobile {
		margin-left: 60%; }
	  .column.is-offset-four-fifths-mobile {
		margin-left: 80%; }
	  .column.is-1-mobile {
		flex: none;
		width: 8.3333333333%; }
	  .column.is-offset-1-mobile {
		margin-left: 8.3333333333%; }
	  .column.is-2-mobile {
		flex: none;
		width: 16.6666666667%; }
	  .column.is-offset-2-mobile {
		margin-left: 16.6666666667%; }
	  .column.is-3-mobile {
		flex: none;
		width: 25%; }
	  .column.is-offset-3-mobile {
		margin-left: 25%; }
	  .column.is-4-mobile {
		flex: none;
		width: 33.3333333333%; }
	  .column.is-offset-4-mobile {
		margin-left: 33.3333333333%; }
	  .column.is-5-mobile {
		flex: none;
		width: 41.6666666667%; }
	  .column.is-offset-5-mobile {
		margin-left: 41.6666666667%; }
	  .column.is-6-mobile {
		flex: none;
		width: 50%; }
	  .column.is-offset-6-mobile {
		margin-left: 50%; }
	  .column.is-7-mobile {
		flex: none;
		width: 58.3333333333%; }
	  .column.is-offset-7-mobile {
		margin-left: 58.3333333333%; }
	  .column.is-8-mobile {
		flex: none;
		width: 66.6666666667%; }
	  .column.is-offset-8-mobile {
		margin-left: 66.6666666667%; }
	  .column.is-9-mobile {
		flex: none;
		width: 75%; }
	  .column.is-offset-9-mobile {
		margin-left: 75%; }
	  .column.is-10-mobile {
		flex: none;
		width: 83.3333333333%; }
	  .column.is-offset-10-mobile {
		margin-left: 83.3333333333%; }
	  .column.is-11-mobile {
		flex: none;
		width: 91.6666666667%; }
	  .column.is-offset-11-mobile {
		margin-left: 91.6666666667%; }
	  .column.is-12-mobile {
		flex: none;
		width: 100%; }
	  .column.is-offset-12-mobile {
		margin-left: 100%; } }
	@media screen and (min-width: 769px), print {
	  .column.is-narrow, .column.is-narrow-tablet {
		flex: none; }
	  .column.is-full, .column.is-full-tablet {
		flex: none;
		width: 100%; }
	  .column.is-three-quarters, .column.is-three-quarters-tablet {
		flex: none;
		width: 75%; }
	  .column.is-two-thirds, .column.is-two-thirds-tablet {
		flex: none;
		width: 66.6666%; }
	  .column.is-half, .column.is-half-tablet {
		flex: none;
		width: 50%; }
	  .column.is-one-third, .column.is-one-third-tablet {
		flex: none;
		width: 33.3333%; }
	  .column.is-one-quarter, .column.is-one-quarter-tablet {
		flex: none;
		width: 25%; }
	  .column.is-one-fifth, .column.is-one-fifth-tablet {
		flex: none;
		width: 20%; }
	  .column.is-two-fifths, .column.is-two-fifths-tablet {
		flex: none;
		width: 40%; }
	  .column.is-three-fifths, .column.is-three-fifths-tablet {
		flex: none;
		width: 60%; }
	  .column.is-four-fifths, .column.is-four-fifths-tablet {
		flex: none;
		width: 80%; }
	  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
		margin-left: 75%; }
	  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
		margin-left: 66.6666%; }
	  .column.is-offset-half, .column.is-offset-half-tablet {
		margin-left: 50%; }
	  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
		margin-left: 33.3333%; }
	  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
		margin-left: 25%; }
	  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
		margin-left: 20%; }
	  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
		margin-left: 40%; }
	  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
		margin-left: 60%; }
	  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
		margin-left: 80%; }
	  .column.is-1, .column.is-1-tablet {
		flex: none;
		width: 8.3333333333%; }
	  .column.is-offset-1, .column.is-offset-1-tablet {
		margin-left: 8.3333333333%; }
	  .column.is-2, .column.is-2-tablet {
		flex: none;
		width: 16.6666666667%; }
	  .column.is-offset-2, .column.is-offset-2-tablet {
		margin-left: 16.6666666667%; }
	  .column.is-3, .column.is-3-tablet {
		flex: none;
		width: 25%; }
	  .column.is-offset-3, .column.is-offset-3-tablet {
		margin-left: 25%; }
	  .column.is-4, .column.is-4-tablet {
		flex: none;
		width: 33.3333333333%; }
	  .column.is-offset-4, .column.is-offset-4-tablet {
		margin-left: 33.3333333333%; }
	  .column.is-5, .column.is-5-tablet {
		flex: none;
		width: 41.6666666667%; }
	  .column.is-offset-5, .column.is-offset-5-tablet {
		margin-left: 41.6666666667%; }
	  .column.is-6, .column.is-6-tablet {
		flex: none;
		width: 50%; }
	  .column.is-offset-6, .column.is-offset-6-tablet {
		margin-left: 50%; }
	  .column.is-7, .column.is-7-tablet {
		flex: none;
		width: 58.3333333333%; }
	  .column.is-offset-7, .column.is-offset-7-tablet {
		margin-left: 58.3333333333%; }
	  .column.is-8, .column.is-8-tablet {
		flex: none;
		width: 66.6666666667%; }
	  .column.is-offset-8, .column.is-offset-8-tablet {
		margin-left: 66.6666666667%; }
	  .column.is-9, .column.is-9-tablet {
		flex: none;
		width: 75%; }
	  .column.is-offset-9, .column.is-offset-9-tablet {
		margin-left: 75%; }
	  .column.is-10, .column.is-10-tablet {
		flex: none;
		width: 83.3333333333%; }
	  .column.is-offset-10, .column.is-offset-10-tablet {
		margin-left: 83.3333333333%; }
	  .column.is-11, .column.is-11-tablet {
		flex: none;
		width: 91.6666666667%; }
	  .column.is-offset-11, .column.is-offset-11-tablet {
		margin-left: 91.6666666667%; }
	  .column.is-12, .column.is-12-tablet {
		flex: none;
		width: 100%; }
	  .column.is-offset-12, .column.is-offset-12-tablet {
		margin-left: 100%; } }
	@media screen and (max-width: 1087px) {
	  .column.is-narrow-touch {
		flex: none; }
	  .column.is-full-touch {
		flex: none;
		width: 100%; }
	  .column.is-three-quarters-touch {
		flex: none;
		width: 75%; }
	  .column.is-two-thirds-touch {
		flex: none;
		width: 66.6666%; }
	  .column.is-half-touch {
		flex: none;
		width: 50%; }
	  .column.is-one-third-touch {
		flex: none;
		width: 33.3333%; }
	  .column.is-one-quarter-touch {
		flex: none;
		width: 25%; }
	  .column.is-one-fifth-touch {
		flex: none;
		width: 20%; }
	  .column.is-two-fifths-touch {
		flex: none;
		width: 40%; }
	  .column.is-three-fifths-touch {
		flex: none;
		width: 60%; }
	  .column.is-four-fifths-touch {
		flex: none;
		width: 80%; }
	  .column.is-offset-three-quarters-touch {
		margin-left: 75%; }
	  .column.is-offset-two-thirds-touch {
		margin-left: 66.6666%; }
	  .column.is-offset-half-touch {
		margin-left: 50%; }
	  .column.is-offset-one-third-touch {
		margin-left: 33.3333%; }
	  .column.is-offset-one-quarter-touch {
		margin-left: 25%; }
	  .column.is-offset-one-fifth-touch {
		margin-left: 20%; }
	  .column.is-offset-two-fifths-touch {
		margin-left: 40%; }
	  .column.is-offset-three-fifths-touch {
		margin-left: 60%; }
	  .column.is-offset-four-fifths-touch {
		margin-left: 80%; }
	  .column.is-1-touch {
		flex: none;
		width: 8.3333333333%; }
	  .column.is-offset-1-touch {
		margin-left: 8.3333333333%; }
	  .column.is-2-touch {
		flex: none;
		width: 16.6666666667%; }
	  .column.is-offset-2-touch {
		margin-left: 16.6666666667%; }
	  .column.is-3-touch {
		flex: none;
		width: 25%; }
	  .column.is-offset-3-touch {
		margin-left: 25%; }
	  .column.is-4-touch {
		flex: none;
		width: 33.3333333333%; }
	  .column.is-offset-4-touch {
		margin-left: 33.3333333333%; }
	  .column.is-5-touch {
		flex: none;
		width: 41.6666666667%; }
	  .column.is-offset-5-touch {
		margin-left: 41.6666666667%; }
	  .column.is-6-touch {
		flex: none;
		width: 50%; }
	  .column.is-offset-6-touch {
		margin-left: 50%; }
	  .column.is-7-touch {
		flex: none;
		width: 58.3333333333%; }
	  .column.is-offset-7-touch {
		margin-left: 58.3333333333%; }
	  .column.is-8-touch {
		flex: none;
		width: 66.6666666667%; }
	  .column.is-offset-8-touch {
		margin-left: 66.6666666667%; }
	  .column.is-9-touch {
		flex: none;
		width: 75%; }
	  .column.is-offset-9-touch {
		margin-left: 75%; }
	  .column.is-10-touch {
		flex: none;
		width: 83.3333333333%; }
	  .column.is-offset-10-touch {
		margin-left: 83.3333333333%; }
	  .column.is-11-touch {
		flex: none;
		width: 91.6666666667%; }
	  .column.is-offset-11-touch {
		margin-left: 91.6666666667%; }
	  .column.is-12-touch {
		flex: none;
		width: 100%; }
	  .column.is-offset-12-touch {
		margin-left: 100%; } }
	@media screen and (min-width: 1088px) {
	  .column.is-narrow-desktop {
		flex: none; }
	  .column.is-full-desktop {
		flex: none;
		width: 100%; }
	  .column.is-three-quarters-desktop {
		flex: none;
		width: 75%; }
	  .column.is-two-thirds-desktop {
		flex: none;
		width: 66.6666%; }
	  .column.is-half-desktop {
		flex: none;
		width: 50%; }
	  .column.is-one-third-desktop {
		flex: none;
		width: 33.3333%; }
	  .column.is-one-quarter-desktop {
		flex: none;
		width: 25%; }
	  .column.is-one-fifth-desktop {
		flex: none;
		width: 20%; }
	  .column.is-two-fifths-desktop {
		flex: none;
		width: 40%; }
	  .column.is-three-fifths-desktop {
		flex: none;
		width: 60%; }
	  .column.is-four-fifths-desktop {
		flex: none;
		width: 80%; }
	  .column.is-offset-three-quarters-desktop {
		margin-left: 75%; }
	  .column.is-offset-two-thirds-desktop {
		margin-left: 66.6666%; }
	  .column.is-offset-half-desktop {
		margin-left: 50%; }
	  .column.is-offset-one-third-desktop {
		margin-left: 33.3333%; }
	  .column.is-offset-one-quarter-desktop {
		margin-left: 25%; }
	  .column.is-offset-one-fifth-desktop {
		margin-left: 20%; }
	  .column.is-offset-two-fifths-desktop {
		margin-left: 40%; }
	  .column.is-offset-three-fifths-desktop {
		margin-left: 60%; }
	  .column.is-offset-four-fifths-desktop {
		margin-left: 80%; }
	  .column.is-1-desktop {
		flex: none;
		width: 8.3333333333%; }
	  .column.is-offset-1-desktop {
		margin-left: 8.3333333333%; }
	  .column.is-2-desktop {
		flex: none;
		width: 16.6666666667%; }
	  .column.is-offset-2-desktop {
		margin-left: 16.6666666667%; }
	  .column.is-3-desktop {
		flex: none;
		width: 25%; }
	  .column.is-offset-3-desktop {
		margin-left: 25%; }
	  .column.is-4-desktop {
		flex: none;
		width: 33.3333333333%; }
	  .column.is-offset-4-desktop {
		margin-left: 33.3333333333%; }
	  .column.is-5-desktop {
		flex: none;
		width: 41.6666666667%; }
	  .column.is-offset-5-desktop {
		margin-left: 41.6666666667%; }
	  .column.is-6-desktop {
		flex: none;
		width: 50%; }
	  .column.is-offset-6-desktop {
		margin-left: 50%; }
	  .column.is-7-desktop {
		flex: none;
		width: 58.3333333333%; }
	  .column.is-offset-7-desktop {
		margin-left: 58.3333333333%; }
	  .column.is-8-desktop {
		flex: none;
		width: 66.6666666667%; }
	  .column.is-offset-8-desktop {
		margin-left: 66.6666666667%; }
	  .column.is-9-desktop {
		flex: none;
		width: 75%; }
	  .column.is-offset-9-desktop {
		margin-left: 75%; }
	  .column.is-10-desktop {
		flex: none;
		width: 83.3333333333%; }
	  .column.is-offset-10-desktop {
		margin-left: 83.3333333333%; }
	  .column.is-11-desktop {
		flex: none;
		width: 91.6666666667%; }
	  .column.is-offset-11-desktop {
		margin-left: 91.6666666667%; }
	  .column.is-12-desktop {
		flex: none;
		width: 100%; }
	  .column.is-offset-12-desktop {
		margin-left: 100%; } }
	@media screen and (min-width: 1280px) {
	  .column.is-narrow-widescreen {
		flex: none; }
	  .column.is-full-widescreen {
		flex: none;
		width: 100%; }
	  .column.is-three-quarters-widescreen {
		flex: none;
		width: 75%; }
	  .column.is-two-thirds-widescreen {
		flex: none;
		width: 66.6666%; }
	  .column.is-half-widescreen {
		flex: none;
		width: 50%; }
	  .column.is-one-third-widescreen {
		flex: none;
		width: 33.3333%; }
	  .column.is-one-quarter-widescreen {
		flex: none;
		width: 25%; }
	  .column.is-one-fifth-widescreen {
		flex: none;
		width: 20%; }
	  .column.is-two-fifths-widescreen {
		flex: none;
		width: 40%; }
	  .column.is-three-fifths-widescreen {
		flex: none;
		width: 60%; }
	  .column.is-four-fifths-widescreen {
		flex: none;
		width: 80%; }
	  .column.is-offset-three-quarters-widescreen {
		margin-left: 75%; }
	  .column.is-offset-two-thirds-widescreen {
		margin-left: 66.6666%; }
	  .column.is-offset-half-widescreen {
		margin-left: 50%; }
	  .column.is-offset-one-third-widescreen {
		margin-left: 33.3333%; }
	  .column.is-offset-one-quarter-widescreen {
		margin-left: 25%; }
	  .column.is-offset-one-fifth-widescreen {
		margin-left: 20%; }
	  .column.is-offset-two-fifths-widescreen {
		margin-left: 40%; }
	  .column.is-offset-three-fifths-widescreen {
		margin-left: 60%; }
	  .column.is-offset-four-fifths-widescreen {
		margin-left: 80%; }
	  .column.is-1-widescreen {
		flex: none;
		width: 8.3333333333%; }
	  .column.is-offset-1-widescreen {
		margin-left: 8.3333333333%; }
	  .column.is-2-widescreen {
		flex: none;
		width: 16.6666666667%; }
	  .column.is-offset-2-widescreen {
		margin-left: 16.6666666667%; }
	  .column.is-3-widescreen {
		flex: none;
		width: 25%; }
	  .column.is-offset-3-widescreen {
		margin-left: 25%; }
	  .column.is-4-widescreen {
		flex: none;
		width: 33.3333333333%; }
	  .column.is-offset-4-widescreen {
		margin-left: 33.3333333333%; }
	  .column.is-5-widescreen {
		flex: none;
		width: 41.6666666667%; }
	  .column.is-offset-5-widescreen {
		margin-left: 41.6666666667%; }
	  .column.is-6-widescreen {
		flex: none;
		width: 50%; }
	  .column.is-offset-6-widescreen {
		margin-left: 50%; }
	  .column.is-7-widescreen {
		flex: none;
		width: 58.3333333333%; }
	  .column.is-offset-7-widescreen {
		margin-left: 58.3333333333%; }
	  .column.is-8-widescreen {
		flex: none;
		width: 66.6666666667%; }
	  .column.is-offset-8-widescreen {
		margin-left: 66.6666666667%; }
	  .column.is-9-widescreen {
		flex: none;
		width: 75%; }
	  .column.is-offset-9-widescreen {
		margin-left: 75%; }
	  .column.is-10-widescreen {
		flex: none;
		width: 83.3333333333%; }
	  .column.is-offset-10-widescreen {
		margin-left: 83.3333333333%; }
	  .column.is-11-widescreen {
		flex: none;
		width: 91.6666666667%; }
	  .column.is-offset-11-widescreen {
		margin-left: 91.6666666667%; }
	  .column.is-12-widescreen {
		flex: none;
		width: 100%; }
	  .column.is-offset-12-widescreen {
		margin-left: 100%; } }
	@media screen and (min-width: 1472px) {
	  .column.is-narrow-fullhd {
		flex: none; }
	  .column.is-full-fullhd {
		flex: none;
		width: 100%; }
	  .column.is-three-quarters-fullhd {
		flex: none;
		width: 75%; }
	  .column.is-two-thirds-fullhd {
		flex: none;
		width: 66.6666%; }
	  .column.is-half-fullhd {
		flex: none;
		width: 50%; }
	  .column.is-one-third-fullhd {
		flex: none;
		width: 33.3333%; }
	  .column.is-one-quarter-fullhd {
		flex: none;
		width: 25%; }
	  .column.is-one-fifth-fullhd {
		flex: none;
		width: 20%; }
	  .column.is-two-fifths-fullhd {
		flex: none;
		width: 40%; }
	  .column.is-three-fifths-fullhd {
		flex: none;
		width: 60%; }
	  .column.is-four-fifths-fullhd {
		flex: none;
		width: 80%; }
	  .column.is-offset-three-quarters-fullhd {
		margin-left: 75%; }
	  .column.is-offset-two-thirds-fullhd {
		margin-left: 66.6666%; }
	  .column.is-offset-half-fullhd {
		margin-left: 50%; }
	  .column.is-offset-one-third-fullhd {
		margin-left: 33.3333%; }
	  .column.is-offset-one-quarter-fullhd {
		margin-left: 25%; }
	  .column.is-offset-one-fifth-fullhd {
		margin-left: 20%; }
	  .column.is-offset-two-fifths-fullhd {
		margin-left: 40%; }
	  .column.is-offset-three-fifths-fullhd {
		margin-left: 60%; }
	  .column.is-offset-four-fifths-fullhd {
		margin-left: 80%; }
	  .column.is-1-fullhd {
		flex: none;
		width: 8.3333333333%; }
	  .column.is-offset-1-fullhd {
		margin-left: 8.3333333333%; }
	  .column.is-2-fullhd {
		flex: none;
		width: 16.6666666667%; }
	  .column.is-offset-2-fullhd {
		margin-left: 16.6666666667%; }
	  .column.is-3-fullhd {
		flex: none;
		width: 25%; }
	  .column.is-offset-3-fullhd {
		margin-left: 25%; }
	  .column.is-4-fullhd {
		flex: none;
		width: 33.3333333333%; }
	  .column.is-offset-4-fullhd {
		margin-left: 33.3333333333%; }
	  .column.is-5-fullhd {
		flex: none;
		width: 41.6666666667%; }
	  .column.is-offset-5-fullhd {
		margin-left: 41.6666666667%; }
	  .column.is-6-fullhd {
		flex: none;
		width: 50%; }
	  .column.is-offset-6-fullhd {
		margin-left: 50%; }
	  .column.is-7-fullhd {
		flex: none;
		width: 58.3333333333%; }
	  .column.is-offset-7-fullhd {
		margin-left: 58.3333333333%; }
	  .column.is-8-fullhd {
		flex: none;
		width: 66.6666666667%; }
	  .column.is-offset-8-fullhd {
		margin-left: 66.6666666667%; }
	  .column.is-9-fullhd {
		flex: none;
		width: 75%; }
	  .column.is-offset-9-fullhd {
		margin-left: 75%; }
	  .column.is-10-fullhd {
		flex: none;
		width: 83.3333333333%; }
	  .column.is-offset-10-fullhd {
		margin-left: 83.3333333333%; }
	  .column.is-11-fullhd {
		flex: none;
		width: 91.6666666667%; }
	  .column.is-offset-11-fullhd {
		margin-left: 91.6666666667%; }
	  .column.is-12-fullhd {
		flex: none;
		width: 100%; }
	  .column.is-offset-12-fullhd {
		margin-left: 100%; } }

  .columns {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	margin-top: -0.75rem; }
	.columns:last-child {
	  margin-bottom: -0.75rem; }
	.columns:not(:last-child) {
	  margin-bottom: calc(1.5rem - 0.75rem); }
	.columns.is-centered {
	  justify-content: center; }
	.columns.is-gapless {
	  margin-left: 0;
	  margin-right: 0;
	  margin-top: 0; }
	  .columns.is-gapless > .column {
		margin: 0;
		padding: 0 !important; }
	  .columns.is-gapless:not(:last-child) {
		margin-bottom: 1.5rem; }
	  .columns.is-gapless:last-child {
		margin-bottom: 0; }
	.columns.is-mobile {
	  display: flex; }
	.columns.is-multiline {
	  flex-wrap: wrap; }
	.columns.is-vcentered {
	  align-items: center; }
	@media screen and (min-width: 769px), print {
	  .columns:not(.is-desktop) {
		display: flex; } }
	@media screen and (min-width: 1088px) {
	  .columns.is-desktop {
		display: flex; } }

  .columns.is-variable {
	--columnGap: 0.75rem;
	margin-left: calc(-1 * var(--columnGap));
	margin-right: calc(-1 * var(--columnGap)); }
	.columns.is-variable .column {
	  padding-left: var(--columnGap);
	  padding-right: var(--columnGap); }
	.columns.is-variable.is-0 {
	  --columnGap: 0rem; }
	@media screen and (max-width: 768px) {
	  .columns.is-variable.is-0-mobile {
		--columnGap: 0rem; } }
	@media screen and (min-width: 769px), print {
	  .columns.is-variable.is-0-tablet {
		--columnGap: 0rem; } }
	@media screen and (min-width: 769px) and (max-width: 1087px) {
	  .columns.is-variable.is-0-tablet-only {
		--columnGap: 0rem; } }
	@media screen and (max-width: 1087px) {
	  .columns.is-variable.is-0-touch {
		--columnGap: 0rem; } }
	@media screen and (min-width: 1088px) {
	  .columns.is-variable.is-0-desktop {
		--columnGap: 0rem; } }
	@media screen and (min-width: 1088px) and (max-width: 1279px) {
	  .columns.is-variable.is-0-desktop-only {
		--columnGap: 0rem; } }
	@media screen and (min-width: 1280px) {
	  .columns.is-variable.is-0-widescreen {
		--columnGap: 0rem; } }
	@media screen and (min-width: 1280px) and (max-width: 1471px) {
	  .columns.is-variable.is-0-widescreen-only {
		--columnGap: 0rem; } }
	@media screen and (min-width: 1472px) {
	  .columns.is-variable.is-0-fullhd {
		--columnGap: 0rem; } }
	.columns.is-variable.is-1 {
	  --columnGap: 0.25rem; }
	@media screen and (max-width: 768px) {
	  .columns.is-variable.is-1-mobile {
		--columnGap: 0.25rem; } }
	@media screen and (min-width: 769px), print {
	  .columns.is-variable.is-1-tablet {
		--columnGap: 0.25rem; } }
	@media screen and (min-width: 769px) and (max-width: 1087px) {
	  .columns.is-variable.is-1-tablet-only {
		--columnGap: 0.25rem; } }
	@media screen and (max-width: 1087px) {
	  .columns.is-variable.is-1-touch {
		--columnGap: 0.25rem; } }
	@media screen and (min-width: 1088px) {
	  .columns.is-variable.is-1-desktop {
		--columnGap: 0.25rem; } }
	@media screen and (min-width: 1088px) and (max-width: 1279px) {
	  .columns.is-variable.is-1-desktop-only {
		--columnGap: 0.25rem; } }
	@media screen and (min-width: 1280px) {
	  .columns.is-variable.is-1-widescreen {
		--columnGap: 0.25rem; } }
	@media screen and (min-width: 1280px) and (max-width: 1471px) {
	  .columns.is-variable.is-1-widescreen-only {
		--columnGap: 0.25rem; } }
	@media screen and (min-width: 1472px) {
	  .columns.is-variable.is-1-fullhd {
		--columnGap: 0.25rem; } }
	.columns.is-variable.is-2 {
	  --columnGap: 0.5rem; }
	@media screen and (max-width: 768px) {
	  .columns.is-variable.is-2-mobile {
		--columnGap: 0.5rem; } }
	@media screen and (min-width: 769px), print {
	  .columns.is-variable.is-2-tablet {
		--columnGap: 0.5rem; } }
	@media screen and (min-width: 769px) and (max-width: 1087px) {
	  .columns.is-variable.is-2-tablet-only {
		--columnGap: 0.5rem; } }
	@media screen and (max-width: 1087px) {
	  .columns.is-variable.is-2-touch {
		--columnGap: 0.5rem; } }
	@media screen and (min-width: 1088px) {
	  .columns.is-variable.is-2-desktop {
		--columnGap: 0.5rem; } }
	@media screen and (min-width: 1088px) and (max-width: 1279px) {
	  .columns.is-variable.is-2-desktop-only {
		--columnGap: 0.5rem; } }
	@media screen and (min-width: 1280px) {
	  .columns.is-variable.is-2-widescreen {
		--columnGap: 0.5rem; } }
	@media screen and (min-width: 1280px) and (max-width: 1471px) {
	  .columns.is-variable.is-2-widescreen-only {
		--columnGap: 0.5rem; } }
	@media screen and (min-width: 1472px) {
	  .columns.is-variable.is-2-fullhd {
		--columnGap: 0.5rem; } }
	.columns.is-variable.is-3 {
	  --columnGap: 0.75rem; }
	@media screen and (max-width: 768px) {
	  .columns.is-variable.is-3-mobile {
		--columnGap: 0.75rem; } }
	@media screen and (min-width: 769px), print {
	  .columns.is-variable.is-3-tablet {
		--columnGap: 0.75rem; } }
	@media screen and (min-width: 769px) and (max-width: 1087px) {
	  .columns.is-variable.is-3-tablet-only {
		--columnGap: 0.75rem; } }
	@media screen and (max-width: 1087px) {
	  .columns.is-variable.is-3-touch {
		--columnGap: 0.75rem; } }
	@media screen and (min-width: 1088px) {
	  .columns.is-variable.is-3-desktop {
		--columnGap: 0.75rem; } }
	@media screen and (min-width: 1088px) and (max-width: 1279px) {
	  .columns.is-variable.is-3-desktop-only {
		--columnGap: 0.75rem; } }
	@media screen and (min-width: 1280px) {
	  .columns.is-variable.is-3-widescreen {
		--columnGap: 0.75rem; } }
	@media screen and (min-width: 1280px) and (max-width: 1471px) {
	  .columns.is-variable.is-3-widescreen-only {
		--columnGap: 0.75rem; } }
	@media screen and (min-width: 1472px) {
	  .columns.is-variable.is-3-fullhd {
		--columnGap: 0.75rem; } }
	.columns.is-variable.is-4 {
	  --columnGap: 1rem; }
	@media screen and (max-width: 768px) {
	  .columns.is-variable.is-4-mobile {
		--columnGap: 1rem; } }
	@media screen and (min-width: 769px), print {
	  .columns.is-variable.is-4-tablet {
		--columnGap: 1rem; } }
	@media screen and (min-width: 769px) and (max-width: 1087px) {
	  .columns.is-variable.is-4-tablet-only {
		--columnGap: 1rem; } }
	@media screen and (max-width: 1087px) {
	  .columns.is-variable.is-4-touch {
		--columnGap: 1rem; } }
	@media screen and (min-width: 1088px) {
	  .columns.is-variable.is-4-desktop {
		--columnGap: 1rem; } }
	@media screen and (min-width: 1088px) and (max-width: 1279px) {
	  .columns.is-variable.is-4-desktop-only {
		--columnGap: 1rem; } }
	@media screen and (min-width: 1280px) {
	  .columns.is-variable.is-4-widescreen {
		--columnGap: 1rem; } }
	@media screen and (min-width: 1280px) and (max-width: 1471px) {
	  .columns.is-variable.is-4-widescreen-only {
		--columnGap: 1rem; } }
	@media screen and (min-width: 1472px) {
	  .columns.is-variable.is-4-fullhd {
		--columnGap: 1rem; } }
	.columns.is-variable.is-5 {
	  --columnGap: 1.25rem; }
	@media screen and (max-width: 768px) {
	  .columns.is-variable.is-5-mobile {
		--columnGap: 1.25rem; } }
	@media screen and (min-width: 769px), print {
	  .columns.is-variable.is-5-tablet {
		--columnGap: 1.25rem; } }
	@media screen and (min-width: 769px) and (max-width: 1087px) {
	  .columns.is-variable.is-5-tablet-only {
		--columnGap: 1.25rem; } }
	@media screen and (max-width: 1087px) {
	  .columns.is-variable.is-5-touch {
		--columnGap: 1.25rem; } }
	@media screen and (min-width: 1088px) {
	  .columns.is-variable.is-5-desktop {
		--columnGap: 1.25rem; } }
	@media screen and (min-width: 1088px) and (max-width: 1279px) {
	  .columns.is-variable.is-5-desktop-only {
		--columnGap: 1.25rem; } }
	@media screen and (min-width: 1280px) {
	  .columns.is-variable.is-5-widescreen {
		--columnGap: 1.25rem; } }
	@media screen and (min-width: 1280px) and (max-width: 1471px) {
	  .columns.is-variable.is-5-widescreen-only {
		--columnGap: 1.25rem; } }
	@media screen and (min-width: 1472px) {
	  .columns.is-variable.is-5-fullhd {
		--columnGap: 1.25rem; } }
	.columns.is-variable.is-6 {
	  --columnGap: 1.5rem; }
	@media screen and (max-width: 768px) {
	  .columns.is-variable.is-6-mobile {
		--columnGap: 1.5rem; } }
	@media screen and (min-width: 769px), print {
	  .columns.is-variable.is-6-tablet {
		--columnGap: 1.5rem; } }
	@media screen and (min-width: 769px) and (max-width: 1087px) {
	  .columns.is-variable.is-6-tablet-only {
		--columnGap: 1.5rem; } }
	@media screen and (max-width: 1087px) {
	  .columns.is-variable.is-6-touch {
		--columnGap: 1.5rem; } }
	@media screen and (min-width: 1088px) {
	  .columns.is-variable.is-6-desktop {
		--columnGap: 1.5rem; } }
	@media screen and (min-width: 1088px) and (max-width: 1279px) {
	  .columns.is-variable.is-6-desktop-only {
		--columnGap: 1.5rem; } }
	@media screen and (min-width: 1280px) {
	  .columns.is-variable.is-6-widescreen {
		--columnGap: 1.5rem; } }
	@media screen and (min-width: 1280px) and (max-width: 1471px) {
	  .columns.is-variable.is-6-widescreen-only {
		--columnGap: 1.5rem; } }
	@media screen and (min-width: 1472px) {
	  .columns.is-variable.is-6-fullhd {
		--columnGap: 1.5rem; } }
	.columns.is-variable.is-7 {
	  --columnGap: 1.75rem; }
	@media screen and (max-width: 768px) {
	  .columns.is-variable.is-7-mobile {
		--columnGap: 1.75rem; } }
	@media screen and (min-width: 769px), print {
	  .columns.is-variable.is-7-tablet {
		--columnGap: 1.75rem; } }
	@media screen and (min-width: 769px) and (max-width: 1087px) {
	  .columns.is-variable.is-7-tablet-only {
		--columnGap: 1.75rem; } }
	@media screen and (max-width: 1087px) {
	  .columns.is-variable.is-7-touch {
		--columnGap: 1.75rem; } }
	@media screen and (min-width: 1088px) {
	  .columns.is-variable.is-7-desktop {
		--columnGap: 1.75rem; } }
	@media screen and (min-width: 1088px) and (max-width: 1279px) {
	  .columns.is-variable.is-7-desktop-only {
		--columnGap: 1.75rem; } }
	@media screen and (min-width: 1280px) {
	  .columns.is-variable.is-7-widescreen {
		--columnGap: 1.75rem; } }
	@media screen and (min-width: 1280px) and (max-width: 1471px) {
	  .columns.is-variable.is-7-widescreen-only {
		--columnGap: 1.75rem; } }
	@media screen and (min-width: 1472px) {
	  .columns.is-variable.is-7-fullhd {
		--columnGap: 1.75rem; } }
	.columns.is-variable.is-8 {
	  --columnGap: 2rem; }
	@media screen and (max-width: 768px) {
	  .columns.is-variable.is-8-mobile {
		--columnGap: 2rem; } }
	@media screen and (min-width: 769px), print {
	  .columns.is-variable.is-8-tablet {
		--columnGap: 2rem; } }
	@media screen and (min-width: 769px) and (max-width: 1087px) {
	  .columns.is-variable.is-8-tablet-only {
		--columnGap: 2rem; } }
	@media screen and (max-width: 1087px) {
	  .columns.is-variable.is-8-touch {
		--columnGap: 2rem; } }
	@media screen and (min-width: 1088px) {
	  .columns.is-variable.is-8-desktop {
		--columnGap: 2rem; } }
	@media screen and (min-width: 1088px) and (max-width: 1279px) {
	  .columns.is-variable.is-8-desktop-only {
		--columnGap: 2rem; } }
	@media screen and (min-width: 1280px) {
	  .columns.is-variable.is-8-widescreen {
		--columnGap: 2rem; } }
	@media screen and (min-width: 1280px) and (max-width: 1471px) {
	  .columns.is-variable.is-8-widescreen-only {
		--columnGap: 2rem; } }
	@media screen and (min-width: 1472px) {
	  .columns.is-variable.is-8-fullhd {
		--columnGap: 2rem; } }

