/*
	Theme Name: Genesis Sample
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.2.4

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 2rem;
}

body {
	background-color: #eee;
	color: #333;
	font-family: source-sans-pro, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #00bfdf;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #00a2bd;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: arial narrow, arial, sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 20px;
	font-size: 2rem;
}

h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

h4 {
	font-size: 16px;
	font-size: 1rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #00bfdf;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px 30px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	font-family:arial;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
#gform_2 label, #gform_2 input, #gform_2 textarea {
	font-family: arial narrow, arial, sans-serif;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
	display: none !important;
}
label.label-mask {
	color: #E5E5E5;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0 !important;
	margin-right: 3px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 10px 8px !important;
	font-size: 18px !important;
}

.gform_wrapper .gfield_checkbox li label {
	font-family: Georgia,Times,Times New Roman,serif !important;
}

p.special-statement {
	padding: 20px;
	background: #e7e7e7;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

#joining-ati-page h2 {
	font-weight: 700 !important;
}

table.join-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table.join-table th {
	text-align: center;
	background: #e5e5e5;
	font-family: arial narrow, arial, sans-serif;
}

table.join-table th > h4 {
	margin-top: 5px;
	font-size: 24px !important;
}

table.join-table th {
	padding: 6px !important;
}

table.join-table td {
	padding: 6px 20px 6px 6px !important;
}

table.join-table .join-table-subhead td {
	font-family: arial narrow, arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	background: #f2f2f2;
	text-align: center;
}

table.join-table td {
	text-align: left;
	vertical-align: top;
	line-height: 1.45em;
}

table.join-table p {
	margin-bottom: 15px !important;
}

table.join-table .join-table-footer {
	background: #f2f2f2;
	padding: 10px;
	font-style: italic;
}

table.join-table .join-table-footer td {
	text-align: center !important;
}

table.join-table ul.join-steps {
	margin-left: 15px;
	margin-top: 25px;
}

table.join-table ul.join-steps > li {
	padding-bottom: 15px;
	line-height: 1.55em;
}

table.join-table ul.join-steps li ul li {
	padding-bottom: 0 !important;
	list-style-type: circle;
}

#join-section-01 td:nth-of-type(1), tr:nth-of-type(3) td:nth-of-type(1) {
  border-bottom: solid 1px #999;
}

.join-table tbody {
	border-bottom: 0 !important;
}

#tablepress-1 td:nth-of-type(1), tr:nth-of-type(3) td:nth-of-type(1) {
	border-bottom: unset;
}

#tablepress-1 thead th:nth-of-type(1) {
	background: #33cce5;
}

#tablepress-1 thead th:nth-of-type(2) {
	background: #7fdfef;
}

#tablepress-1 thead th:nth-of-type(3) {
	background: #ccf2f9;
}

@media screen and (max-width: 1040px) {
	.tablepress {
		min-width: 900px;
	}
}

#tablepress-1 thead th {
	width: 33%;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

.after-entry.widget-area {
	max-width: 1100px;
	margin: 20px auto 0;
	padding: 20px 0;
	border-top: solid 1px #666;
}

.rpbt_shortcode h3 {
	font-size: 30px;
	font-weight: bold;
}

.related-gallery figcaption a {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 1.2em;
}

@media only screen and (min-width: 769px) {
	#ati-blog-wrapper .uabb-blog-post-content {
		padding-bottom: 0 !important;
		width: 45%;
	}
	body.archive #ati-blog-wrapper .uabb-blog-post-content,
	body.fl-theme-builder-archive #ati-blog-wrapper .uabb-blog-post-content {
		padding-bottom: 25px !important;
	}
	#ati-blog-wrapper .fl-module-content h3 {
		font-size: 20px !important;
	}
	#ati-blog-wrapper .uabb-read-more-text {
		padding-top: 1.0em !important;
		padding-bottom: 10px;
    	float: left;
	}
	.uabb-masonary-filters-wrapper {
    	background: #f2f2f2;
	}
	ul.uabb-masonary-filters {
		padding: 10px 6px !important;
	}
	ul.uabb-masonary-filters > li {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	#ati-blog-wrapper.archive-blog-wrapper .uabb-blog-post-content {
		padding-top: 15px !important;
		padding-left: 15px !important;
		padding-bottom: 25px !important;
	}
}

.rpbt-post-date {
	font-family: "Arial Narrow", Arial, sans-serif;
}

#ati-blog-wrapper h3.uabb-post-heading {
	margin-bottom: 2px;
	padding-bottom: 8px;
	border-bottom: solid 1px #CCC;
}

#ati-blog-wrapper .uabb-blog-posts-description {
	padding-top: 0.7em;
}

.pp-multiple-authors-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 1099px) {
	.pp-multiple-authors-wrapper {
	    margin: 0 20px;
	}
}

.pp-multiple-authors-wrapper .widget-title {
	display: none !important;
}

.pp-multiple-authors-layout-boxed ul li {
	float: left !important;
    display: block !important;
    width: 100%;
    border: none !important;
    background: #f2f2f2;
}

.pp-multiple-authors-layout-boxed ul li:nth-of-type(odd) {
	border-left: solid 2px #ed4f53 !important;
}

.pp-multiple-authors-layout-boxed ul li:nth-of-type(even) {
	border-left: solid 2px #333 !important;
}

.pp-multiple-authors-layout-boxed p {
    margin: 0 0 18px !important;
}

.pp-multiple-authors-wrapper .multiple-authors-links {
	margin-bottom: 0 !important;
}

.pp-multiple-authors-wrapper .avatar {
	border-radius: 0;
}

.pp-multiple-authors-layout-boxed .avatar,
.pp-multiple-authors-layout-boxed .photo {
	width: 140px !important;
	height: 140px !important;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
	border-radius: 0 !important;
	position: static;
  float: left;
  margin-right: 1em;
}
.pp-multiple-authors-layout-boxed .multiple-authors-links a {
	margin-left: 0;
	color: #00bfdf !important;
	font-size: 20px !important;
	padding-left: 0 !important;
}
.pp-multiple-authors-layout-boxed .multiple-authors-links a:nth-child(1) span {
	font-size: 20px !important;
	vertical-align: inherit !important;
}

.gallery-columns-4 {
	display: flex;
	justify-content: flex-start;
}

.gallery-columns-4 .gallery-item {
    width: 20%;
	margin-top: 10px;
	margin-right: 20px;
}

.gallery-columns-4 .gallery-item:nth-of-type(4) {
	margin-right: 0 !important;
}

@media screen and (max-width: 1100px) {
	.after-entry.widget-area {
		margin: 0 20px;
	}
	.gallery-columns-4 {
		justify-content: center;
		margin: 0 auto;
	}
	.pp-multiple-authors-wrapper {
		margin: 0 20px;
	}
}

@media screen and (max-width: 670px) {
	.gallery-columns-4 {
		flex-wrap: wrap;
	}
	.gallery-columns-4 .gallery-item {
		width: 200px;
	}
}

/* MEDIA POSTS FORMATTING */

#media-post-wrapper .featured-media-image {
	float: left;
	max-width: 140px;
	margin-right: 20px;
}

@media screen and (max-width: 768px) {
	#media-post-wrapper .featured-media-image {
		margin-bottom: 20px;
	}
}

#media-post-wrapper .featured-media-image img {
	margin-bottom: 0 !important;
}

#media-post-wrapper .uabb-post-content-wrapper {
	float: left;
	width: auto;
}

body.home #media-post-wrapper .uabb-post-content-wrapper {
	float: left;
	width: 55%;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	body.home #media-post-wrapper .uabb-blog-post-content {
		padding-left: 0;
		padding-right: 0;
	}

	body.home #media-post-wrapper .featured-media-image {
		max-width: 140px;
	}

	body.home #media-post-wrapper .uabb-post-content-wrapper {
		float: left;
		width: 65%;
	}
}

@media screen and (max-width: 480px) {
	body.home #media-post-wrapper .uabb-post-content-wrapper {
		float: none;
		width: 100%;
	}
	body.home #media-post-wrapper .featured-media-image {
		max-width: 100%;
		margin: 0 0 20px 0;
	}
}

#media-post-wrapper .meta-source {
	color: #000;
	font-weight: 600 !important;
}

#media-post-wrapper .meta-authors {
	color: #000;
	font-weight: 500 !important;
	margin-bottom: 20px;
	margin-top: 10px;
}

#media-post-wrapper .meta-source,
#media-post-wrapper .meta-categories,
#media-post-wrapper .meta-tags,
#media-post-wrapper .meta-authors {
	font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}

#media-post-wrapper .uabb-blog-posts-description {
	padding-top: 0 !important;
}

#media-post-wrapper h3.uabb-post-heading,
#home-featured-blog h3.uabb-post-heading {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#home-featured-blog h3.uabb-post-heading {
	margin-top: -5px;
}

#media-post-wrapper h5.uabb-post-meta {
	padding-bottom: 20px;
}

#media-post-wrapper .uabb-read-more-text a:after,
.resource-focus-block .uabb-read-more-text a:after {
	content: '\f178';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	color: #00bfdf;
	margin-left: 5px;
    position: relative;
    top: 2px;
}

.fl-node-5f695d5fbb18c .uabb-blog-post-content .uabb-read-more-text span, .fl-node-5f695d5fbb18c .uabb-blog-post-content .uabb-read-more-text:visited * {
	color: #00bfdf !important;
}

.uabb-read-more-text a {
    padding: 8px 12px;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
    line-height: 1em;
    float: left;
}

.uabb-read-more-text a:hover {
    background: rgba(255,255,255,1.0);
    box-shadow: 0 0 4px 2px rgba(0,0,0,0.1);
}

body.single-resource .site-header {
	border-bottom: solid 5px #00bfdf;
}

.resource-read-more .fl-button {
	background: #fff !important;
	box-shadow: 0px 0px 2px 2px rgba(150,150,150,0.2);
}

.resource-read-more .fl-button .fl-button-text {
	font-family: Georgia,Times,Times New Roman,serif !important;
	font-weight: 400;
	color: #808285;
	font-size: 16px;
}

.resource-read-more .fl-button .fl-button-text:after {
	content: '\f178';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	color: #00bfdf;
	margin-left: 5px;
    position: relative;
    top: 2px;
}

#back-to-previous button {
	margin-bottom: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #888888;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent !important;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	transition: ease all 0.5s;
}

#back-to-previous button:hover {
	color: #00bfdf;
}

.uabb-blogs-pagination li span.page-numbers,
.uabb-blogs-pagination li .page-numbers {
	font-family: Georgia,Times,Times New Roman,serif !important;
    font-size: 1.6rem !important;
}

.fl-module-content ol {
	list-style-type: decimal !important;
	margin-left: 40px;
	margin-bottom: 28px;
}

.fl-module-content ol li,
.fl-module-content ul li {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
}

.fl-module-content ol li {
	list-style-type: decimal !important;
}

#resource-meta-block {
    background: #f2f2f2;
}

#resource-meta-block .fl-rich-text p {
	font-family: 'Arial Narrow', Arial, sans-serif;
	margin-bottom: 10px;
	font-size: 16px;
}

#resource-meta-block .meta-authors {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: none;
	margin-bottom: 10px;
}

#resource-meta-block .meta-categories {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
}

#featured-resource-item .uabb-blog-post-content,
#featured-resource-item .pp-content-grid-post {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
	overflow: visible;
}

#featured-resource-item .featured-resource-image {
	max-width: 350px;
	margin-right: 30px;
	flex-basis: 30%;
}

#featured-resource-item .featured-resource-content-wrapper {
	flex-basis: 70%;
	overflow: visible;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	#featured-resource-heading {
		margin: 20px 10px;
	}
	#featured-resource-item .uabb-blog-post-content,
	#featured-resource-item .pp-content-grid-post {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	#featured-resource-item .featured-resource-image {
		max-width: 420px;
		margin-right: 0px;
		flex-basis: 100%;
	}

	#featured-resource-item .featured-resource-content-wrapper {
		flex-basis: 100%;
	}
	#individual-resource-wrapper h1.fl-heading {
		margin: 0 0 20px 0 !important;
	}
	#resource-meta-block {
		margin: 0 20px 20px !important;
		padding: 15px 5px;
	}
	#individual-resource-wrapper .fl-module-photo {
		margin-bottom: 20px !important;
	}
}


#featured-resource-heading p {
	margin-bottom: 0 !important;
}

.resource-wrapper .uabb-blog-post-content {
	display: flex;
}

.resource-wrapper .resource-image {
    flex-basis: 140px;
    margin-right: 24px;
}

.resource-wrapper .resource-content {
	flex-basis: 65%;
}

@media screen and (max-width: 480px) {
	.resource-wrapper .uabb-blog-post-content {
		flex-wrap: wrap;
	}
	.resource-wrapper .resource-image {
	    flex-basis: 100%;
	    margin-right: 0;
	    margin-bottom: 20px;
	}

	.resource-wrapper .resource-content {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 768px) {
	.resource-page-section-header h2.fl-heading {
	    display: block;
	    margin: 15px 0 10px !important;
	}
}


/* ICONS */
#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-168"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f2c2';
    display: inline-block;
    margin-right: 8px;
} /* Changemaker Profile */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-107"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f51c';
    display: inline-block;
    margin-right: 8px;
} /* Academic Equity */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-10"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f1fe';
    display: inline-block;
    margin-right: 8px;
} /* Data Analyses */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-110"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f005';
    display: inline-block;
    margin-right: 8px;
} /* Featured */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-11"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f501';
    display: inline-block;
    margin-right: 8px;
} /* Presidential Perspective */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-21"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f2eb';
    display: inline-block;
    margin-right: 8px;
} /* Leadership */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-25"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f0c0';
    display: inline-block;
    margin-right: 8px;
} /* Member Features */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-115"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f19c';
    display: inline-block;
    margin-right: 8px;
} /* Member Spotlights */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-22"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f2bd';
    display: inline-block;
    margin-right: 8px;
} /* Member Profiles */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-26"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f1ea';
    display: inline-block;
    margin-right: 8px;
} /* News Articles */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-23"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f4b6';
    display: inline-block;
    margin-right: 8px;
} /* Op-Eds */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-38"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f685';
    display: inline-block;
    margin-right: 8px;
} /* Meeting Recap */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-19"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f4c0';
    display: inline-block;
    margin-right: 8px;
} /* Pell Grants */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-24"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f0a1';
    display: inline-block;
    margin-right: 8px;
} /* Press Releases */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-20"]:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
    content: '\f255';
    display: inline-block;
    margin-right: 8px;
} /* Racial Equity */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-18"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f367';
    display: inline-block;
    margin-right: 8px;
} /* Transfer Trends */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-39"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f4c5';
    display: inline-block;
    margin-right: 8px;
} /* Strategic Financing */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-40"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f1cd';
    display: inline-block;
    margin-right: 8px;
} /* Student Supports */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-37"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f132';
    display: inline-block;
    margin-right: 8px;
} /* Veterans */

#ati-blog-wrapper .uabb-masonary-filters li[data-filter=".uabb-masonary-cat-58"]:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f864';
    display: inline-block;
    margin-right: 8px;
} /* Rural Initiatives and Outreach */


/* END OF ICONS ----------- */

.wsp-pages-title {
	display: none;
}

.wsp-pages-list .children {
	margin-top: 0;
}


#blog-table thead th {
	font-weight: 600;
}

#blog-table td {
    border-top: 1px solid #eee !important;
    border-bottom: none !important;
    padding: 6px;
}

#blog-table tr:nth-of-type(odd) td {
	background: #eee;
}

@media screen and (max-width: 540px) {
	.uabb-blog-posts-shadow {
		height: auto !important;
	}
	.uabb-blog-post-inner-wrap {
		overflow: visible !important;
	}
	.uabb-thumbnail-position-left .uabb-post-thumbnail, .uabb-thumbnail-position-left .uabb-blog-post-content, .uabb-thumbnail-position-right .uabb-post-thumbnail, .uabb-thumbnail-position-right .uabb-blog-post-content {
		float: left;
		width: 100% !important;
		clear: both !important;
	}
	#blog-heading-h1 {
		margin-bottom: 8px;
	}
	.fl-node-5f4469f5b40ea ul.uabb-masonary-filters {
		margin-left: 0;
	}
}

@media screen and (min-width: 540px) {
	.pp-multiple-authors-layout-boxed .multiple-authors-description,
	.pp-multiple-authors-layout-boxed .multiple-authors-links {
		margin-left: 156px !important;
	}
}

#category-header-meta .fl-heading:before {
	content: 'CATEGORIES: ';
}

@media screen and (max-width: 768px) {
	#category-header-meta {
		margin: 8px 0 20px 0;
	}
	.span-reading-time {
		display: block;
		margin: 10px 0 0 0;
	}
}

.blog-menu-item {
	padding-top: 7px;
    background: #00BFDF;
}

.blog-menu-item a {
	color: #fff !important;
}

.blog-menu-item.current-menu-item {
	background: #333 !important;
}

.blog-menu-item:hover {
	background: #333 !important;
}

.blog-menu-item a:hover,
.blog-menu-item.current-menu-item a {
	color: #fff !important;
}

body.single blockquote {
    clear: both;
    margin: 0 0 30px !important;
    padding: 30px 30px 30px 50px;
    background: #00bfdf;
}

#post-meta-footer {
	display: block;
	border-top: solid 1px #CCC;
}

#post-meta-footer .entry-categories,
#post-meta-footer .entry-tags {
	display: inline-block;
}

.pp-authorbox-bio p {
	margin-bottom: 5px;
}

i.fab {
    font-size: 20px;
	display: inline-block;
		margin-right: 10px;
}

.social-links-author p {
	margin-bottom: 0 !important;
}

body.single blockquote {
    clear: both;
    margin: 0 0 30px !important;
    padding: 30px 30px 30px 50px;
	background: rgba(0, 191, 223, 0.3);
	border-top: solid 6px #00bfdf;
	border-radius: 30px 0 30px 0;
}

body.single blockquote div {
	font-size: 13px;
}

body.single blockquote::before {
  font-size: 30px;
  font-size: 9rem;
  left: -45px;
  top: -45px;
}

body.single blockquote p {
	font-family: Georgia, Times, serif !important;
	font-size: 20px !important;
	line-height: 1.5em;
	margin-bottom: 0;
}

#author-bio-box {
	max-width: 1100px;
	margin: 0 auto !important;
	padding: 20px !important;
	border-top: 8px solid #ed4f53 !important;
}

#author-bio-box .bio-gravatar {
    float: left;
    position: relative;
    top: -35px;
}

#author-bio-box .bio-description {
margin-left: 165px;
}

#author-bio-box h3 {
    font-size: 22px;
    font-weight: 600;
	margin-left: 165px;
}

#photo-header-with-title {
	padding: 0 0 0 0 !important;
}

.resources-feed .uabb-blog-posts-shadow {
	box-shadow: none !important;
}

.resources-feed .uabb-post-thumbnail {
	margin-bottom: 30px !important;
}

.resources-feed .uabb-post-thumbnail a {
	display: block;
}

.resources-feed .uabb-post-thumbnail img {
	display: inline;
	border: solid 1px rgba(0,0,0,0.3);
}

.resource-focus-block .pp-content-grid-post {
	margin-bottom: 25px !important;
}

.resource-focus-block h3.pp-content-grid-post-title {
	font-size: 22px !important;
	line-height: 1.25em !important;
	margin-bottom: 0.25em;
	padding-bottom: 0.25em;
}

.resource-focus-block .pp-content-grid-post-meta {
	font-family: arial narrow, arial, sans-serif;
	font-size: 14px !important;
	color: #000000 !important;
	margin-bottom: 1.25em;
}

.resource-focus-block .pp-content-grid-post-excerpt {
	color: #808285 !important;
}

.resource-focus-block .pp-content-grid-post-more-link a,
.resource-focus-block .pp-content-grid-post-more-link a:hover,
.resource-focus-block .pp-content-grid-post-more-link a:visited,
#featured-resource-item .uabb-read-more-text a,
#featured-resource-item .uabb-read-more-text a:hover,
#featured-resource-item .uabb-read-more-text a:visited {
	padding: 8px 12px;
	font-size: 16px;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
    line-height: 1em;
    position: relative;
	color: #808285;
}

.resource-focus-block .pp-content-grid-post-more-link a:after,
#featured-resource-item .uabb-read-more-text a:after {
	content: '\f178';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: #00bfdf;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

#featured-resource {
	margin-top: 30px;
}

#featured-resource h2.uabb-post-heading:before {
    content: "Featured Publication";
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    color: #333;
    font-weight: 300;
    margin-bottom: 5px;
}

.sidebar-icon {
    max-width: 250px;
    margin: 0 auto;
}

#join-ait-callout .fl-photo {
	background: #00bfdf;
}

#who-we-are-callout .fl-photo {
	background: #333333;
}

#media-ati-callout .fl-photo,
#what-we-do-callout .fl-photo {
	background: #ed4f53;
}

#resources-home-callout .fl-photo {
	background: #333333;
}

@media screen and (max-width: 768px) {
	#featured-blog-title,
	#featured-resource-title {
		background: #ffffff;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#featured-blog-title .fl-module-content,
	#featured-resource-title .fl-module-content {
		margin-left: 0 !important;
	}
	#featured-media-title {
		margin: 20px 0;
	}
	body.home .what-we-do-home-title,
	body.home .who-we-are-home-title {
		margin-left: 20px !important;
	}
	div#featured-resource-title.who-we-are-home-title,
	div#featured-blog-title.what-we-do-home-title {
		padding-bottom: 0;
	}
}

#featured-blog-title .fl-heading-text {
	border-left: solid 8px #ed4f53;
	padding-left: 10px;
}

#featured-resource-title .fl-heading-text {
	border-left: solid 8px #333333;
	padding-left: 10px;
}

#featured-media-title .fl-heading-text {
	border-left: solid 8px #00bfdf;
	padding-left: 10px;
}


#join-ati-onecolumn .fl-callout-photo {
	margin-right: 0;
	padding-right: 0;
	width: 30%;
}

#join-ati-onecolumn .fl-callout-content {
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 768px) {
	#join-ati-onecolumn .fl-callout-photo {
		margin-bottom: 0;
		background: #00bfdf;
		width: 100% !important;
	}
	#join-ati-onecolumn .fl-callout-photo img {
		max-height: 200px;
		width: auto !important;
	}
	#join-ati-onecolumn .fl-callout-content {
		padding-bottom: 30px;
		padding-top: 10px;
	}
	#join-ati-onecolumn .fl-button-wrap {
		text-align: center;
	}
}

#home-featured-blog .uabb-module-content .uabb-blog-posts-shadow,
body.home .home-featured-resource .uabb-module-content .uabb-blog-posts-shadow  {
	min-height: 460px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	#home-featured-blog .uabb-module-content .uabb-blog-posts-shadow,
	body.home .home-featured-resource .uabb-module-content .uabb-blog-posts-shadow  {
		min-height: 480px;
	}
}


@media screen and (min-width: 481px) and (max-width: 768px) {
	#home-featured-blog .uabb-module-content .uabb-blog-posts-shadow,
	body.home .home-featured-resource .uabb-module-content .uabb-blog-posts-shadow,
	body.home #media-post-wrapper .uabb-module-content .uabb-blog-posts-shadow  {
		min-height: 330px;
	}
}

@media screen and (max-width: 480px) {
	#home-featured-blog .uabb-module-content .uabb-blog-posts-shadow,
	body.home .home-featured-resource .uabb-module-content .uabb-blog-posts-shadow {
		min-height: 680px;
	}
	body.home #media-post-wrapper .uabb-module-content .uabb-blog-posts-shadow  {
		min-height: 540px;
	}
	div#button-blog-home,
	div#button-resources-home,
	div#button-news-home {
		margin-top: 30px;
	}
}

#home-featured-blog .uabb-post-thumbnail {
	width: 140px;
	margin-top: 20px;
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	#home-featured-blog .uabb-post-thumbnail {
		width: 140px;
		margin-top: 20px;
		margin-left: 0px;
	}
}

@media screen and (max-width: 540px) {
	#home-featured-blog .uabb-post-thumbnail {
	    float: none;
	    padding-left: 30px;
	    padding-right: 30px;
	}
}

#home-featured-blog .uabb-blog-post-content {
	width: 61.5%;
}

@media screen and (min-width: 680px) and (max-width: 768px) {
	#home-featured-blog .uabb-blog-post-content {
		width: 72%;
	}
}

@media screen and (max-width: 768px) {
	body.home .fl-col-group-equal-height {
		width: auto !important;
	}
	.fl-node-5f8b06549104c,
	.fl-node-5f8b04093bebe {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

body.home #home-featured-blog .uabb-blog-posts-description {
	padding-top: 20px !important;
}

body.home .home-featured-resource .uabb-blog-posts-description > p,
body.home #media-post-wrapper .uabb-blog-posts-description > p {
	margin-bottom: 0;
}


.fl-module-content h3 {
    font-weight: 600;
    font-size: 28px !important;
    border-bottom: solid 1px #CCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.fl-module-content h3 > strong {
	font-weight: 600;
	font-size: 28px !important;
}

.comment-respond, .entry-comments, .entry-pings {
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.two-col-featured-home img {
	max-width: 300px !important;
}

.resources-feed .uabb-post-thumbnail {
	width: 100% !important;
	display: inline-block;
}

.resources-feed .uabb-blog-post-content {
	width: 100% !important;
}

.featured-homepage p {
	margin-bottom: 5px !important;
}

.featured-homepage p > em {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

.featured-home-column h3 .fl-heading-text {
	font-family: arial narrow, arial, sans-serif;
	font-weight: 500;
	color: #777 !important;
	font-size: 16px;
	letter-spacing: 1.25px;
	text-transform: uppercase;
}

.featured-homepage h4 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: arial narrow, arial, sans-serif;
}

.featured-homepage h4 a {
	color: #000 !important;
	margin: 0 0 0 0;
}

.featured-homepage h5 {
	font-size: 14px;
	font-family: arial narrow, arial, sans-serif;
}

.featured-home-column .fl-col-content {
	background: rgba(0,0,0, 0.09);
}

.home-equal-height .fl-callout-content {
	min-height: 670px;
}

#featured-media-callout .fl-callout {
	background: #e5e5e5 !important;
}

#featured-media-callout .fl-callout-photo,
#featured-media-callout .fl-callout-content {
	background: transparent !important;
}

#featured-publication-callout .fl-callout-photo,
#featured-publication-callout .fl-callout-content {
	background: #E6E6E6;
}

#featured-publication-callout .fl-callout-content {
	padding: 20px 20px 20px 0;
}


@media screen and (max-width: 768px) {
	.resources-feed .uabb-blog-post-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#featured-media-callout .fl-callout-content {
		padding: 10px 20px 20px !important;
	}
	#featured-media-callout {
		margin-bottom: 30px !important;
	}
}

@media only screen and (min-width: 769px) {
	#join-ait-callout .fl-callout-text,
	#media-ati-callout .fl-callout-text {
		padding: 0 20px 10px 20px;
		min-height: 240px;
		margin-bottom: 0;
	}
	.resources-feed .uabb-post-thumbnail {
		width: 25% !important;
		display: inline-block;
		margin-bottom: 30px;
	}

	.resources-feed .uabb-blog-post-content {
		width: 75% !important;
	}
}

/* Recommitment Signatories
---------------------------------------------- */

#recommitment-institutions .gv-list-container {
	border: none;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
}

#recommitment-institutions .gv-list-view {
	border: none;
	margin: 0 0 0 0;
	width: 49.5%;
}

@media screen and (max-width: 768px) {
	.fl-node-60886747e6796 {
		margin-top: 20px;
	}
	#recommitment-institutions {
		margin-top: 25px !important;
	}
	#recommitment-institutions .gv-list-view {
		width: 100%;
	}
}

#recommitment-institutions .gv-list-view-content {
	padding: 0 0 0 0;
	width: 100%;
}

#recommitment-institutions .gv-grid-col-2-3 {
	width: 100%;
}

#recommitment-institutions .gv-list-view-content-description > div {
	display: inline-block !important;
	position: relative;
}

#recommitment-institutions .gv-list-view-content-description > div:nth-of-type(1) {
	padding: 0 5px 0 0;
}

#recommitment-institutions .gv-list-view-content-description > div:nth-of-type(1) p {
	position: relative !important;
	margin-left: 30px;
	margin-right: 5px;
}

#recommitment-institutions .gv-list-view-content-description > div:nth-of-type(1) p:before {
	content: '\f573';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	position: absolute;
	left: -30px;
	color: #999;
}

#recommitment-institutions .gv-list-view-content-description > div:nth-of-type(1) p:after {
	content: ',';
	position: absolute;
}

/* ## Recommitment / Progress Pages
--------------------------------------------- */

#pell-grant-institutions .uabb-blog-posts-shadow {
	border-top: solid 1px #000;
	border-bottom:  solid 4px #ed4f53;
}

#pell-grant-institutions .uabb-post-thumbnail {
	height: 150px;
	padding: 10px;
	background: #fff;
	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 6px 0 rgb(0 0 0 / 30%);
    border: solid 1px #CCC;
}

#pell-grant-institutions .uabb-post-thumbnail img {
	vertical-align: middle;
	max-height: 150px;
    width: auto;
}

#pell-grant-institutions .institution-link {
	display: block;
	padding: 5px;
	border-radius: 3px 3px 3px 3px;
	background: rgba(255,255,255,0.8);
	font-size:  14px;
	transition: ease all 0.5s;
}

#pell-grant-institutions .institution-link:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: '\f08e';
	margin-left: 6px;
    font-size: 12px;
    position: relative;
    top: -1px;
}

#pell-grant-institutions .institution-link:hover {
	background: #ffffff;
	box-shadow: 0px 0px 4px 4px rgb(100 100 100 / 10%);
}

#sidebar-list-of-institutions ul {
	margin-left: 0;
	padding-left: 0;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

#sidebar-list-of-institutions ul li {
	list-style-type: none !important;
	border-bottom: solid 1px #DDD;
    padding-bottom: 5px;
}

#sidebar-list-of-institutions .uabb-blog-post-content,
#sidebar-list-of-institutions ul li {
	font-size: 14px !important;
}

#sidebar-list-of-institutions p {
	font-size:  14px;
	font-style: italic;
}

#sidebar-list-of-institutions .uabb-post-wrapper, {
	width: 225px;
	margin-right: 20px;
	display: inline-block;
}

#sidebar-list-of-institutions .uabb-post-wrapper:nth-of-type(4n+1) {
	margin-right: 0;
}

@media screen and (max-width: 1200px) {
	#sidebar-list-of-institutions .uabb-post-wrapper {
		width: 325px;
		margin-right: 20px;
	}
	#sidebar-list-of-institutions .uabb-post-wrapper:nth-of-type(4n+1) {
		margin-right: 20px;
	}
}

@media screen and (max-width: 767px) {
	#sidebar-list-of-institutions .uabb-post-wrapper {
		width: 450px;
		margin-right: 20px;
	}
	#sidebar-list-of-institutions .uabb-post-wrapper:nth-of-type(4n+1) {
		margin-right: 20px;
	}
	#sidebar-list-of-institutions ul {
		margin-left: 0;
		padding-left: 0;
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	.header-margins {
	    margin-top: 10px;
	    margin-bottom: 15px;
	}
	#where-is-ati-today-header {
		margin-top:  40px;
	}
	.mobile-margins-bottom {
		margin-bottom:  20px;
	}
	.mobile-margins-top {
		margin-top: 30px;
	}
}

@media screen and (max-width: 640px) {
	#sidebar-list-of-institutions .uabb-post-wrapper {
		width: 100%;
		margin-right: 0;
	}
	#sidebar-list-of-institutions .uabb-post-wrapper:nth-of-type(4n+1) {
		margin-right: 0;
	}
	#sidebar-list-of-institutions .uabb-blog-post-content {
		text-align: center;
	}
	#sidebar-list-of-institutions ul {
		margin-left: 0;
		padding-left: 0;
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	#sidebar-list-of-institutions ul li {
		text-align: center;
	}

}

.tablepress tfoot th, .tablepress thead th {
	font-size:  14px;
	font-weight:  600;
}

#institution-carousel ul.slick-dots {
	top: -50px;
	margin-left: 0;
	padding-left: 0;
}

/* ## Related Posts YARPP
--------------------------------------------- */

.yarpp-related {
    max-width: 1100px !important;
    margin: 0 auto 120px !important;
}

.yarpp-thumbnails-horizontal {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
	justify-content: space-between;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	width: 250px !important;
	height: 250px !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail img {
	width: 100% !important;
	height: 100% !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	width: 250px !important;
	max-height: unset !important;
	overflow: visible;
}

@media screen and (max-width: 1100px) {
	.yarpp-related {
		max-width: 100% !important;
		clear: both;
		margin: 0 20px 120px !important;
	}
	.yarpp-thumbnails-horizontal {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: left;
	}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
		width: 320px !important;
		height: auto !important;
	}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail img {
		width: calc(100% - 10px) !important;
		height: auto !important;
	}
}


/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

#archive-title .fl-heading-text {
	font-weight: 600;
}

#archive-title .fl-heading-text:before {
    content: 'Archive of: ';
	font-weight: 300;
}



/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

@media screen and (min-width: 768px) {
	.nav-header ul.sub-menu {
		box-shadow: 2px 2px 8px 3px rgb(50 50 50 / 20%);
    	border-top: solid 3px #333;
	}
	.nav-header ul.sub-menu li a {
		font-size: 15px;
	}
}


/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 8px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px !important;
	font-weight: 500 !important;
	margin: 0;
	text-align: center;
	font-style: italic;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */
.banner-header.widget-area {
	background: #EB5157;
}

.banner-header .textwidget {
	font-size: 14px;
	line-height: 16px;
	color: white;
	text-align: center;
	margin: 0 2%;
  padding: 1% 0;
}

@media screen and (min-width: 769px) {
	.banner-header .textwidget {
		margin: 0 10%;
	  padding: 1% 0;
	}
}

.header-widget-area .widget {
	margin-bottom: 35px;
}

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}


/* ## Member Resource Section
--------------------------------------------- */

.resource-document-listing {
	margin-top: 30px;
}

.newsletter-document-listing {
	margin-top: 0;
}

.newsletter-document-listing .fl-module-content {
	margin-top: 0;
}

.resource-document-listing ul,
.newsletter-document-listing ul {
	padding: 0 !important;
	margin: 0 !important;
}

.resource-document-listing ul > li {
	list-style-type: none !important;
	font-size: 0.875em;
	line-height: 1.25em;
	padding: 0.25em 0 0.75em 0;
	margin: 0 0 0 40px;
	border-bottom: dotted 1px #CCC;
	position: relative;
}

.newsletter-document-listing ul > li {
	list-style-type: none !important;
	font-size: 0.875em;
	line-height: 1.25em;
	padding: 0.25em 0 0.75em 0;
	margin: 0 0 0 40px;
	border-bottom: dotted 1px #CCC;
	position: relative;
}

.resource-document-listing ul > li:last-of-type,
.newsletter-document-listing ul > li:last-of-type {
	border-bottom: none;
}

.resource-document-listing ul li a,
.newsletter-document-listing ul li a {
	font-weight: 700;
	display: block;
	color: #000000;
	transition: ease all 0.5s;
}

.resource-document-listing ul li a:hover,
.resource-document-listing ul li a:active,
.newsletter-document-listing ul li a:hover,
.newsletter-document-listing ul li a:active  {
	color: #00BFDF;
}

.resource-document-listing ul > li:before,
.newsletter-document-listing ul > li:before {
	content: '\f016';
	font-family: 'FontAwesome';
	font-size: 2em;
	color: #EB5157;
	margin-right: 10px;
	position: absolute;
	left: -35px;
	top: 12px;
	transition: ease all 0.5s;
}

.resource-listing-row,
.resource-listing-row-alt {
	border-bottom: solid 1px #E7E7E7;
}

.resource-listing-row:last-of-type {
	border-bottom: none;
}

.resource-listing-row h2,
.resource-listing-row-alt h2 {
	font-weight: 600;
}

.log_forms {
	border: none !important;
}

.resource-intro-row .widgettitle {
	text-align: center;
}

.um-field-label label {
	display: none !important;
}

.um-field-password_reset_text .um-field-block div {
	text-align: left !important;
}

.fl-rich-text > .um-um_password_id.um {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.um-register > .um-postmessage {
	margin-top: 30px !important;
	color: #000 !important;
	background: #00BFDF !important;
	padding: 20px !important;
}

#member-registration-form .um-form-field,
#member-login-form .um-form-field,
#forgot-password .um-form-field,
#genesis-content .um-form-field {
	border: solid 1px #ddd !important;
	padding: 10px 8px !important;
	font-size: 18px !important;
	font-family: arial narrow, arial, sans-serif !important;
	color: #333 !important;
	line-height: 29px !important;
	height: auto !important;
}

input[type=submit].um-button,
input[type=submit].um-button:focus {
	border-radius: 0 !important;
	font-family: arial narrow, arial, sans-serif !important;
	font-size: 17px !important;
	font-weight: 700 !important;
}

@media screen and (max-width: 769px) {
	#media-news-feed {
		margin: 20px 0;
	}
	.fl-button-width-full {
		margin: 20px 0 0;
	}
	.fl-module-callout {
		margin: 20px 0;
	}
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header > .wrap {
	padding: 20px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 350px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 350px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description {
	display: block;
	text-indent: -9999px;
}

/*.header-image .site-title {
	display: block;
	text-indent: -9999px;
}*/
/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 850px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0 20px 10px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
	/*text-decoration: underline;*/
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}
#genesis-footer-widgets .menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
	text-align: right;
}

#genesis-footer-widgets .menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
}

#genesis-footer-widgets .menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 8px 10px 10px;
}

#genesis-footer-widgets .menu a:hover,
#genesis-footer-widgets .menu a:focus,
#genesis-footer-widgets .menu .current-menu-item > a,
#genesis-footer-widgets .menu .sub-menu .current-menu-item > a:hover,
#genesis-footer-widgets .menu .sub-menu .current-menu-item > a:focus  {
	color: #00bfdf !important;
	/*text-decoration: underline;*/
}
#genesis-footer-widgets .footer-widgets-1 {
	width: 28%;
	margin-right: 0;
	margin-left: 40px;
}
#genesis-footer-widgets .footer-widgets-3 {
	width: 67%;
	margin-top:1em;
}
#genesis-footer-widgets section#text-8 {
	float: right;
	margin-right: 1em;
}

#genesis-footer-widgets .copyright-footer {
	float: right;
	margin-right: 1em;
}

#menu-secondary-footer li:last-of-type {
	background: #CCCCCC;
	border: 1px solid #BBBBBB;
	transition: ease all 0.25s;
}

#menu-secondary-footer li:last-of-type a {
	color: #333333;
}

#menu-secondary-footer li:last-of-type:hover {
	background: #00bfdf;
	border: 1px solid #00b3d3;
}

#menu-secondary-footer li:last-of-type a:hover {
	color: #ffffff !important;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 70px 80px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

body.single-post footer.entry-footer {
	display: none !important;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

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

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding: 60px 0 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 30px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}

}


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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
		margin-left: 0;
	}

}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
	.site-header .widget-area {
		width: 600px;
	}
	.genesis-nav-menu {
    font-size: 1.65rem !important;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
	.site-header .widget-area {
		width: 700px;
		text-align: left;
	}
	.callout {
		margin-left: 0 !important;
		float: none;
	}
	.genesis-nav-menu {
    	font-size: 1.72rem !important;
    	margin-left: 0;
  }
  .genesis-nav-menu a {
  	padding: 5px 10px 10px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
	.fl-node-584839ae98052 .fl-col-content {
		position: absolute;
		top: 100%;
		left:0%;
		height: 100px;
	}
	.fl-node-584839ae98052 .fl-col-content .fl-node-584997f5bf21b .fl-module-content{
		margin-top: 10px;
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.entry-content .fl-row {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.fl-photo-align-left {
		display: none;
	}
	.footer-widgets {
		padding-top: 20px;
	}
	.fl-col-small {
    	max-width: 100% !important;
	}
	.fl-module-content {
    	margin: 0 20px 0 !important;
	}
	#resources-wrapper .fl-module-photo,
	#resources-lower-wrapper .fl-module-photo,
	#resources-wrapper .fl-module-heading,
	#resources-lower-wrapper .fl-module-heading {
    	margin-right: 10px !important;
    	margin-bottom: 20px !important;
    	margin-left: 10px !important;
	}
	#resources-wrapper .fl-module-rich-text,
	#resources-lower-wrapper .fl-module-rich-text {
    	margin-right: 10px !important;
    	margin-bottom: 0px !important;
    	margin-left: 10px !important;
	}
	#resources-wrapper .fl-module-button,
	#resources-lower-wrapper .fl-module-button {
		margin-right: 10px !important;
    	margin-bottom: 50px !important;
    	margin-left: 10px !important;
	}
	h1 {
		margin-top: 20px;
	}
	h2 {
		margin-top: 10px;
	}
	.fl-module-separator {
		margin: 20px 0;
	}
}
@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px 15px 18px;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #000;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #c3251d;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}
	#genesis-footer-widgets .menu .menu-item {
		display: block;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#genesis-footer-widgets .menu a {
		color: #333;
		text-decoration: none;
		display: block;
		padding: 8px 0;
	}

	#genesis-footer-widgets .footer-widgets-1 {
		width: 45%;
		margin-right: 0;
		margin-left: 0;
	}
	#genesis-footer-widgets .footer-widgets-3 {
		width: 50%;
		margin-top:1em;
	}
}

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

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	#genesis-footer-widgets .menu {
		text-align: left;
	}
	#genesis-footer-widgets .footer-widgets-1 {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	#genesis-footer-widgets .footer-widgets-3 {
		width: 100%;
		margin-top:1em;
	}
	#genesis-footer-widgets section#text-8 {
		float: none;
		margin-right: 1em;
	}

}

@media screen and (max-width: 430px) {
	.fl-node-5849b1c03ac29 img.wp-image-141 {
		max-width: 100%;
		width: 100%;
		height: auto !important;
		display: block;
	}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


/* Ithaka Styles */


.footer-widgets {
	border-top: 1px solid #eee;
}

.site-footer {
	border-top: 0px solid #eee;
}

.entry {
	padding: 0px;
}

.callout {
	font-family: Georgia,Times,Times New Roman,serif;
	font-style: italic;
	color: #00BFDF;
	max-width: 680px;
	display:block;
	/*float: right;*/
	text-align: left;
	margin-left: 75px;
	line-height: 1.25em;
	margin-top: 20px;
}

.footer-widgets .callout {
	margin-left: 0;
	font-size: 1.4rem;
}
.footer-contact, .footer-copyright {
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 1.4rem;
}
.fl-callout-content {
	background: #fafafa;
}

.ithaka-home-short .fl-callout-photo {
	display: inline-block !important;
  width: auto !important;
  padding-right: 0 !important;
}

.ithaka-home-short .fl-callout-photo-left .fl-callout-content {
	border-top: solid 8px #E43945;
}

.ithaka-home p.fl-callout-text,
.ithaka-home-short p.fl-callout-text {
	padding: 0 20px 10px 20px !important;
}

.ithaka-home a.fl-callout-title-link,
.ithaka-home-short a.fl-callout-title-link {
    color: #333;
}

.ithaka-home a:hover.fl-callout-title-link,
.ithaka-home-short a:hover .fl-callout-title-link {
    color: #00bfdf;
}

@media screen and (max-width: 768px) {
	.ithaka-home {
		margin-bottom: 30px !important;
	}
}


.ithaka-home .fl-callout-button {
	text-align: center;
	padding-bottom: 30px;
}

.ithaka-home-short .fl-callout-button {
	margin-left: 20px;
	padding-bottom: 30px;
}

.ithaka-home .fl-callout-text,
.ithaka-home-short .fl-callout-text {
	padding: 0 20px 10px 20px;
	margin-bottom: 20px;
}

.ithaka-home .fl-callout-title,
.ithaka-home-short .fl-callout-title {
    padding: 0 0 10px 20px;
    font-weight: 600;
}

.ithaka-home-short .fl-callout-title {
	padding-top: 30px;
}

.media-callaction .fl-callout-content {
	padding: 20px;
}

#media-toolkit-callaction .fl-callout-content {
	background: rgba(1,191,223,0.15);
}


@media screen and (min-width: 1200px) {
	.fl-node-584839ae9778a {
		margin-right: -50px;
	}
}

p, .entry-content {
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 1.6rem;
}

.ithaka-home .fl-callout-button {
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.ithaka-home .fl-callout-text {
		padding: 0 20px 10px 20px;
		min-height: 200px;
		margin-bottom: 0;
	}
	.ithaka-home-short .fl-callout-text {
		padding: 0 20px 10px 20px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
	.ithaka-home .fl-callout-text {
		min-height: 240px;
	}
}


@media only screen and (min-width: 1025px) {
.header-widget-area .widget:not(.woocommerce) a {
	padding-left: 25px;
    	padding-right: 25px;
   }
}
@media only screen and (min-width: 1024px) and (max-width:1201px) {
.header-widget-area .widget:not(.woocommerce) a {
	padding-left: 5px;
    	padding-right: 5px;
   }
}
@media only screen and (min-width:1341px) {
.header-widget-area .widget:not(.woocommerce) a {
    padding-left: 10px;
    padding-right: 10px;

}
}
@media only screen and (min-width: 1024px) {
	.genesis-nav-menu {
    	font-size: 2rem;
	}
}

@media only screen and (max-width:1023px) {
	.callout{
		float:initial;
		margin:0 auto;
	}
	.genesis-nav-menu {
    	font-size: 1.8rem;
	}
}
span.fl-button-text {
    font-family: arial;
    font-weight: bold;
}
.white-on-red {
    color: #fff;
    background: #EB5157;
    padding-top: 15px;
    margin-bottom: 30px;
}

.fl-builder .site-inner {
	padding: 0;
	border-top: 1px solid #ccc;
	max-width: none;
}

body.archive .site-header {
	border-bottom: 1px solid #ccc;
}

body.page-template-page_toolkit .site-header {
	border-bottom: 1px solid #ccc;
}

.intro{
	font-size: 19px;
	font-family: arial;
}
.entry-content ul > li {
  margin-bottom: 5px;
}
.entry-content ul ul {
  margin-bottom: 0;
  margin-top: 16px;
}

.fl-module-content ul {
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.fl-module-content ol {
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.fl-module-content ul li {
	list-style-type: square !important;
}

.fl-module-content ol li {
	list-style-type: decimal !important;
}

body.page-id-257 .one-fourth {
	width: 22.3%;
	height: 155px !important;
}

body.page-id-257 .one-fourth a {
	display: block;
	line-height: 153px;
	text-align: center;
}

body.page-id-257 .one-fourth img {
	margin: auto 0;
	vertical-align: middle;
}

@media screen and (max-width: 860px) {
	body.page-id-257 .one-fourth {
		width: 33%;
	}
	body.page-id-257 .first {
		clear: none;
	}
	body.page-id-257 .fl-node-5849b2066ee5e .clearfix {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	body.page-id-257 .one-fourth {
		width: 48%;
	}
}

@media screen and (max-width: 540px) {
	body.page-id-257 .one-fourth {
		width: 100%;
	}
}

/*.one-fourth img {
  position: relative;
  transform: translateY(-50%);
  margin-top: 30%;
}
.one-fourth {
	text-align: center;
}
*/

/* Styles from Toolkit */

#accordion {
	margin-bottom: 50px;
}

.panel-heading { background-color: #ececec;}

.panel-heading * { color: #ef5454;}

.panel-heading * .fa { color: #ef5454;}


#accordion p {
font-family: arial narrow, arial, sans-serif;
padding-bottom: 15px !important;
color: #666 !important;
font-size: 18px !important;
line-spacing: 1.75rem !important;
}

#table-nowrap tr td:nth-child(1) a {
	color: #ef5454 !important;
}

.navbar-custom {
display: none;
}

.title {
margin-top: 40px;
}

.logo-1 {
margin: 20px 0;
}

#accordion h1 {
font-family: arial narrow, arial, sans-serif;
font-size: 2.25rem !important;
margin-top: 10px;
}

#accordion h2 {
font-family: arial narrow, arial, sans-serif;
font-size: 1.7rem !important;
font-weight: 700 !important;
padding-bottom: 15px;
}

#accordion h3 {
font-family: arial narrow, arial, sans-serif;
font-size: 2rem !important;
font-weight: bold !important;
color: #000000 !important;
}

#accordion h4 {
font-family: arial narrow, arial, sans-serif;
font-size: 18px !important;
font-weight: bold !important;
margin-top: 15px !important;
}

#accordion li {
font-family: arial narrow, arial, sans-serif;
color: #666 !important;
font-size: 1.25rem !important;
line-spacing: 1.5rem !important;
}

.bullet li {
padding-bottom: 15px !important;
}

.commodity {
text-align: center;
font-size: .85rem;
font-weight: bold;
}

.tbl {
border-top: 1px solid gray;
border-bottom: 1px solid gray;
margin-bottom: 40px;
}

.number {
font-size: 3rem !important;
color: #99cc66 !important;
}

.goal {
border-top: 1px solid gray;
}


.dot {
color: #99cc66;
}

.established {
font-size: 1rem;
font-style: italic;
}


.kicker {
font-size: .95rem !important;
font-weight: bold;
text-transform: uppercase;
color: #006633;
letter-spacing: .025rem;
line-height: 3px !important;
}

.partners {
font-size: 1.05rem;
}

.credit {
font-size: 1rem !important;
}

.footer-area {
text-align: center !important;
}

#accordion .btn {
display: inline-block;
}

#accordion .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row.panel-heading > .col-xs-12 {
  margin: 0 -15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading {
  background-color: #ececec;
}

.panel-heading h3 .fa {
  margin-right: 1rem;
}

.panel-heading h3 .fa {
  color: #00bfdf;
  margin-right: 1rem;
}

.fa-assets {
  color: #00bfdf;
  font-size: 16pt;
}

.row.panel-heading {
	margin: 0 -15px;
}
.row.panel-heading > .col-xs-12 {
	margin: 0 -15px;
}
.panel-heading h3 {
	float: left;
	margin-bottom: 0;
	margin-top: 0;
}
.panel-heading h3 .fa {
	margin-right: 1rem;
}
.panel-heading .icon {
	display: inline-block;
	float: right;
}
.panel-heading .icon .fa {
	transform: rotate(0deg);
	transition: transform .5s;
}
.panel-heading.collapsed .icon .fa {
	transform: rotate(180deg);
	transition: transform .5s;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}

.navbar {
	text-align: center;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

#table-nowrap {
  position: inherit;
  width: 100%;
  font-size: 14px;
}

#table-nowrap thead tr th {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

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

.table>thead>tr>th {
  font-family: arial narrow, arial, sans-serif !important;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
	}

@media (min-width: 800px) {
	#table-nowrap tr td {
    white-space: inherit;
	}
	#table-nowrap tr td:nth-child(1) {
    width: 20%;
	}
	#table-nowrap tr td:nth-child(2) {
    width: 75%;
	}
	#table-nowrap tr td:nth-child(3) {
    width: 5%;
	}
}

@media (min-width: 767px) {
	#table-nowrap tr td {
    white-space: inherit;
	}
	.col-xs-12 {
		width: 100%;
		float: left;
	}
	.col-lg-3 {
    width: 25%;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
	}
}

@media (max-width: 799px) {
	#table-nowrap tr td {
    white-space: inherit;
	}
	#table-nowrap tr td:nth-child(1) {
    width: 20%;
	}
	#table-nowrap tr td:nth-child(2) {
    width: 70%;
	}
	#table-nowrap tr td:nth-child(3) {
    width: 10%;
	}
}

@media (max-width: 480px) {
	#accordion h3 {
		font-size: 1.6rem !important;
	}
	#table-nowrap tr td {
    white-space: inherit;
	}
	#table-nowrap tr td:nth-child(1) {
    width: 30%;
	}
	#table-nowrap tr td:nth-child(2) {
    width: 50%;
	}
	#table-nowrap tr td:nth-child(3) {
    width: 20%;
	}
}


.section-content-graphics {
    padding: 15px;
}

#hero-image {
    display: block;
    width: 100%;
}
#hero-image img {
    height: auto;
    width: 100%;
}

ul.tweet-intents blockquote, #body-SuggestedSocialMediaPostsFacebook blockquote {
	padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

ul.tweet-intents blockquote::before,
#body-SuggestedSocialMediaPostsFacebook blockquote::before {
	display: none;
}

#accordion .tweet-intents > li {
	font-size: 18px !important;
	margin-bottom: 20px;
}

.tweet-intents li a {
	color: #ef5454 !important
}

blockquote.tweet-sample {
	color: #292f33;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

.row.panel-heading {
   cursor: pointer;
}

/* NEWSLETTER STYLES */

#newsletter-intro {
	padding: 20px;
}

#newsletter-intro > .fl-node-content {
	background: #767171;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding-top: 20px;
	font-family: 'Helvetica', Arial, sans-serif !important;
}

#newsletter-content h1 {
	color: #eb1d26 !important;
	font-family: 'Helvetica', Arial, sans-serif !important;
	text-align: center;
  font-weight: 700;
  margin: 10px 0 20px;
}

#newsletter-content h2 {
	color: #00ccff !important;
	font-family: 'Helvetica', Arial, sans-serif !important;
	text-align: center;
	font-size: 30px !important;
  font-weight: 700;
  margin: 10px 0 20px;
}

#newsletter-content h3 {
	color: #00ccff !important;
	font-family: 'Helvetica', Arial, sans-serif !important;
  font-weight: 700;
}

#newsletter-intro p,
#newsletter-content p,
#newsletter-footer,
#newsletter-footer p,
#newsletter-content .fl-accordion-button-label {
	font-family: 'Helvetica', Arial, sans-serif !important;
}

#newsletter-content img.alignleft {
	margin-bottom: 30px;
}

#newsletter-content .fl-accordion-button-label {
	transition: ease all 0.5s;
}

#newsletter-content .fl-accordion-item-active .fl-accordion-button-label {
    color: #fff;
}

#newsletter-content blockquote {
	clear: both;
	margin: 30px 0 !important;
	padding: 30px 30px 30px 50px;
	background: #f3dbdc;
}

#newsletter-content blockquote div {
	font-size: 13px;
}

#newsletter-content p > a {
	color: #00ccff !important;
}

.event-spotlight {
	background: #7e7e7e;
	color: #fff;
	text-align: center;
}

.event-spotlight p:first-of-type {
	padding: 20px 20px 0;
}

.event-spotlight p {
	padding: 0 20px;
}

.event-spotlight p:last-of-type {
	padding-bottom: 20px;
}

.upcoming-events {
	background: #7e7e7e;
	color: #fff;
	text-align: center;
	padding: 20px;
}

#newsletter-content .wp-caption-text {
	font-weight: normal !important;
	font-size: 1.2rem;
	line-height: 1.5rem;
}

.news-button {
  display: block;
  text-align: center;
  background: #00ccff;
  padding: 20px;
  margin: 20px auto;
  width: 30%;
  color: #fff;
  font-family: 'Helvetica', Arial, sans-serif !important;
  font-weight: bold;
}

.news-button a {
	color: #fff !important;
}

#newsletter-content .su-column-inner img {
	max-width: 100%;
	width: 100%;
	margin-bottom: 10px;
}

#newsletter-content .su-column-inner p {
	font-family: 'Helvetica', Arial, sans-serif !important;
	font-size: 16px;
	line-height: 20px;
	clear: both;
}

#newsletter-content blockquote::before {
  font-size: 30px;
  font-size: 9rem;
  left: -45px;
  top: -45px;
}

#newsletter-content blockquote p {
	font-family: Georgia, Times, serif !important;
  line-height: 1.5em;
}

@media screen and (max-width: 1023px) {
	#newsletter-logo {
		margin-top: 30px;
	}
	#newsletter-intro > .fl-node-content {
		margin: 0 !important;
		padding: 20px !important;
	}
	div#newsletter-footer {
    padding-top: 20px;
	}
}

@media screen and (max-width: 640px) {
	#newsletter-content img {
		margin: 10px 0 30px !important;
		float: none;
		max-width: 100%;
		width: 100%;
		height: auto;
	}
}

