/*
	Theme Name: Trestle
	Theme URI: http://demo.mightyminnow.com/theme/trestle
	Template: genesis
	Description: Trestle is a Genesis child theme for developers based on the default <a href="http://www.genesisframework.com/">Genesis 2.0 Sample Theme</a>. It features mobile first CSS, helpful theme options, and lots more tools to support your development process.
	Author: MIGHTYminnow
	Author URI: http://www.mightyminnow.com/
	Version: 2.2.3
	Tags: black, gray, red, white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, front-page-post-form, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, genesis, mobile-first, responsive, clean
	Text Domain: trestle
	GitHub Theme URI: MIGHTYminnow/trestle
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Links
		- Headings
		- Objects
		- Forms & Buttons
		- Tables
		- Screen Reader Text
		- Skip Links
		- Accessible Menu
	- Structure and Layout
		- Site Containers
		- Bubble Layout
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Plugins & Widgets
		- Featured Content
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Extender
		- Gravity Forms
		- Jetpack
		- FancyBox for WordPress
		- MapPress
		- Simple Section Navigation
		- Events Manager
		- Simple Newsletter Signup
		- WP Types & Views
		- MM Components
	- Site Header
		- Title Area
		- Logo
		- Widget Area
	- Site Navigation
		- General Navigation
		- Sub Navigation
		- Site Header Navigation
		- Primary / Mobile Navigation
		- Navigation Extras
		- Sub Menus
		- Non jQuery Styles
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- General Components
	- Specific Pages
	- Media Queries

*/


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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:1em;margin:0}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

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

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

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

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

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

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

body {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Open Sans', sans-serif;
	background-color: #FAFAFA;
	color: #3D3D3D;
	line-height: 1.5;
	font-weight: 400;
	overflow-x: hidden;
}

body:not(.home) .site-inner p + h2,
body:not(.home) .site-inner p + h3,
body:not(.home) .site-inner p + h4 {
	margin-top: 40px;
}

p {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

body.bubble,
body.boxed {
	background-color: #f5f5f5;
}

/* Used in the editor */
body.mce-content-body {
	width: auto;
	margin: 10px;
	float: none;
	-webkit-font-smoothing: auto !important;
	font-smoothing: auto !important;
	background: #fff;
}

a,
button,
input[type="text"],
input[type="search"],
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
textarea:focus,
.button {
	outline: none;

	-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;

	-webkit-appearance: none;
	-moz-appearance: none;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

p,
ol,
ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

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

.site-inner ol,
.site-inner ul,
.mce-content-body ol, /* Used in the editor */
.mce-content-body ul { /* used in the editor */
	margin-left: 40px;
	margin-left: 4rem;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.content li {
	margin-bottom: 0.5em;
}

.content ul li {
	list-style-type: none;
}

.content ul li a {
	word-wrap: break-word;
}

.mce-content-body ul li {
	list-style-type: disc;
}

.entry-content ul li p {
	display: inline;
}

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

.site-inner .entry ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) {
	margin-left: 30px;
}

.site-inner .entry ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) li {
	margin-left: 10px;
	text-indent: -15px;
}

.site-inner .entry ul li:before {
	color: #3f73b9;
	font-family: 'Font Awesome 5 Free';
	content: "\f111";
	font-size: 7px;
	font-weight: 900;
	vertical-align: middle;
	margin-right: 10px;
}

.site-inner .entry ul ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

strong {
	font-weight: 700;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 20px 40px 24px 55px;
	margin: 2rem 4rem 2.4rem 5.5rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-family: Georgia;
	font-size: 60px;
	font-size: 6rem;
	line-height: 1;
	height: 0;
	left: -30px;
	position: relative;
	top: 0px;
}

blockquote cite {
	display: block;
	margin-top: 0.5em;
	margin-left: 60%;
}

blockquote cite i,
blockquote cite em {
	display: block;
	color: #959594;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
}

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

cite {
	font-style: normal;
}

/* Links
--------------------------------------------- */

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

a:hover {
	color: #333;
}

.site-inner a,
.mce-content-body a {
	color: #143e77;
	border-bottom: none;
	text-decoration: underline;
}

.site-inner h2 a,
.site-inner h3 a,
.site-inner h4 a,
.site-inner h5 a {
	text-decoration: none;
}
.site-inner a:hover,
.mce-content-body a:hover {
	color: #3f73b9;
}

.site-inner div:focus {
	outline: none;
}

.content .attachment a,
.content .gallery a {
	border: none;
}

.external-link-icons .external-link:after,
.email-link-icons .email-link:before,
.pdf-link-icons .pdf-link:after,
.doc-link-icons .doc-link:before {
	margin: 0 4px;
	white-space: nowrap;
	font-family: FontAwesome;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
}

.external-link-icons .external-link:after {
	content: "\f08e";
}

.email-link-icons .email-link:before {
	content: "\f003";
}

.pdf-link-icons .pdf-link:after {
	content: "\f1c1";
}

.pdf-link-icons .pdf-link:before,
.material-icon.pdf-link:after,
.alert-title .pdf-link:after,
.mm-posts.simple-list a.pdf-link:after  {
	display: none;
}

.doc-link-icons .doc-link:before {
	content: "\f1c2";
}

.menu .external-link:after {
	display: none;
}

.image-link,
.image-link:hover {
	border-bottom: none !important;
	text-decoration: none !important;
}

.image-link:before,
.image-link:after {
	display: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 14px;
	margin: 0 0 1.6rem;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

h1 {
	font-weight: 600;
	font-size: 3rem;
	font-size: 30px;
	color: #3f73b9;
}

h2 {
	font-size: 2.8rem;
	font-size: 28px;
	color: #2a94c5;
}

h3 {
	font-size: 2.2rem;
	font-size: 22px;
	color: #143e77;
}

h4 {
	font-size: 2rem;
	font-size: 20px;
	color: #79a219;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #143e77;
}

h5.immunizations-subtitle {
	padding-top: 12px;
	color: #848383;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 0 !important;
	font-weight: bold;
}

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

.hp-widget h4,
.widgettitle {
	font-size: 2.4rem;
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-transform: uppercase;
}

.site-inner h2,
.site-inner h3,
.site-inner h4,
.site-inner h5 {
	margin-bottom: 15px;
}

.content h2 {
	clear: both;
}

.widget .entry h2 {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	font-size: 1em;
}

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

.wp-caption img {
	display: block;
}

/* Forms & Buttons
--------------------------------------------- */

input,
select,
textarea,
button,
.button,
.genesis-nav-menu a,
.genesis-nav-menu > .right,
#subscribe-email input,  /* Begin Jetpack - Blog Subscription */
div.gform_wrapper input[type=text],
div.gform_wrapper input[type=url],
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=tel],
div.gform_wrapper input[type=number],
div.gform_wrapper input[type=password],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 15px;
	padding: 1.5rem;
	line-height: 1.25;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	width: 100%;
}

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

input[type="file"],
input[type="range"] {
	padding-left: 0;
	padding-right: 0;
	border: none !important;
	box-shadow: none;
}

input:focus,
textarea:focus,
a:focus,
i:focus {
	outline: thin dotted;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
body .button {
	padding-left: 26px;
	padding-right: 26px;
	padding-left: 2.6rem;
	padding-right: 2.6rem;
	background-color: #333;
	border: 1px solid #333;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	width: auto;
	border-radius: 3px;
	font-weight: normal;
	letter-spacing: 0.02em;
}

button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
body .button:hover,
body .button:focus,
	.genesis-nav-menu input[type="submit"] {
	background-color: #f15123;
	border-color: #f15123;
	color: #fff;
}

.button {
	display: inline-block;
}

.button:before,
.button:after {
	display: none;
}

.content .button,
.content .button:hover {
	color: #FFF;
}

/* Sidebar Forms, Buttons, & Inputs */

.sidebar #subscribe-email input, /* Begin Jetpack - Blog Subscription */
.sidebar div.gform_wrapper input[type="email"], /* Begin Gravity Forms */
.sidebar div.gform_wrapper input[type="text"],
.sidebar div.gform_wrapper textarea,
.sidebar .gform_wrapper .ginput_complex .ginput_left select,
.sidebar .gform_wrapper .ginput_complex .ginput_right select,
.sidebar .gform_wrapper .ginput_complex .ginput_left,
.sidebar .gform_wrapper .ginput_complex .ginput_right,
.sidebar .gform_wrapper .ginput_complex .ginput_right input[type=text] {
	width: 100% !important;
	padding: 0.5em;
}

.sidebar input[type="file"] {
	padding: 0;
}

.sidebar label {
	font-size: 0.9em;
}

.genesis-nav-menu input[type="submit"]:hover {
	background-color: #555;
	border-color: #555;
}

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

/* Button Colors & Classes */

body .red,
.genesis-nav-menu .button {
	background-color: #f15123;
	border-color: #f15123;
}

body .red:hover {
	background-color: #333;
	border-color: #333;
}

.genesis-nav-menu .button:hover {
	background-color: #555;
	border-color: #555;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
	vertical-align: top;
}

/* TABLES */
table.tablepress {
	border: 1px solid #e1e1e1;
	border-top: 5px solid #12bbe8;
	margin-bottom: 40px;
}

.tablepress tfoot th,
.tablepress thead th {
	background: #f9f9f9;
}

.tablepress thead th,
.tablepress th {
	text-transform: none;
	color: #143e77;
	font-size: 1.9rem;
	font-weight: 400;
}

.tablepress tbody {
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1;
}

.tablepress tbody td strong {
	display: block;
}

.tablepress td {
	padding: 15px;
	line-height: 1.6;
}

.tablepress .mobile-table-header {
	display: none;
}

.tablepress td {
	padding-left: 8px;
	border-right: 1px solid #e1e1e1;
}

.tablepress-id-1 .column-2,
.tablepress-id-2 .column-2,
.tablepress-id-3 .column-2,
.tablepress-id-4 .column-2,
.tablepress-id-5 .column-2,
.tablepress-id-6 .column-2 {
	min-width: 120px;
}

/* 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;
	color: #333;
	background: #fff;
}

.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;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

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

/* 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;
}

.menu .menu-item.sfHover ul.sub-menu ul.sub-menu {
	left: 100% !important;
	top: 0;
}

/* hide sub-menus */
ul.sub-menu,
.genesis-nav-menu [class*="current-"] > ul.sub-menu.open,
.genesis-nav-menu [class*="current_"] > ul.sub-menu.open {
	display: none !important;
}

.genesis-nav-menu ul.sub-menu.open,
.genesis-nav-menu ul.sub-menu.open {
	display: block !important;
}


/* hide arrow indicators */
span.sf-sub-indicator {
   display: none;
}

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

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

.site-container {
	position: relative;
}

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

.site-inner {
	clear: both;
	padding: 20px;
	padding: 2rem;
	border-radius: 0;
}

.entry,
.sidebar .widget,
.ez-widget-area,
.breadcrumb,
.archive-description,
.author-box,
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	border-radius: 3px;
}

/* Bubble Layout
--------------------------------------------- */

.bubble .entry,
.bubble .sidebar .widget,
.bubble .ez-widget-area,
.bubble .breadcrumb,
.bubble .archive-description,
.bubble .author-box,
.bubble .comment-respond,
.bubble .entry-comments,
.bubble .entry-pings {
	padding: 30px 40px;
	padding: 3rem 4rem;
}

.bubble .sidebar .widget {
	background-color: #fff;
}

/* Boxed Layout
--------------------------------------------- */

.boxed .site-inner {
	background-color: #fff;
}

.boxed .site-inner,
.boxed .nav-primary,
.boxed header,
.boxed footer {
	max-width: 1140px;
}

.boxed header,
.boxed footer,
.boxed .nav-primary {
	margin-left: auto;
	margin-right: auto;
}

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

.content-sidebar-wrap {
	float: left;
	width: 100%;
}

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

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

/* Content */

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

.content {
	float: right;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 100%;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 100%;
}

.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,
.footer-widgets .widget-area {
	float: left;
	margin: 0;
	width: 100%;
}

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

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

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

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

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

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

img.alignleft,
.wp-caption.alignleft {
	margin: 0.3em 24px 24px 0;
	margin: 0.3em 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0.3em 0 24px 24px;
	margin: 0.3em 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	font-style: italic;
	padding-top: 5px;
	text-align: left;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	background-color: #fff;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description h1 {
	margin-bottom: 0;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

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

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

.entry-title {
	word-wrap: break-word;
}

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

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Plugins & Widgets
---------------------------------------------------------------------------------------------------- */

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

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

.enews-widget {
	color: #999;
}

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

.sidebar .enews-widget {
	padding: 40px;
	padding: 4rem;
}

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

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

.enews-widget input:focus {
	border: 1px solid #ddd;
}

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

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

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Genesis Extender
--------------------------------------------- */

.home .ez-home-container-area {
	margin-bottom: 0;
}

.home .ez-home-container-area .widget:last-child p:last-child,
.home .ez-home-container-area .widget:last-child ul:last-child,
.home .ez-home-container-area .widget:last-child ol:last-child {
	margin-bottom: 0;
}

.bubble .ez-widget-area {
	margin-bottom: 28px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper {
	max-width: 100%;
}

div.gform_wrapper input[type=text],
div.gform_wrapper input[type=url],
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=tel],
div.gform_wrapper input[type=number],
div.gform_wrapper input[type=password],
div.gform_wrapper textarea {
	font-size: 16px;
	font-size: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper li,
div.gform_wrapper form .gfield_checkbox li {
	margin: 0;
}

div.gform_wrapper ul.gfield_radio li { /* Prevent radio option from being cut off by default GF CSS */
	padding-left: 1px !important;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #3f73b9;
	border: none;
}

div.gform_wrapper .gform_footer input[type="submit"]:hover {
	background-color: #ff9900;
}

.sidebar .gform_wrapper .ginput_complex .ginput_left,
.sidebar .gform_wrapper .ginput_complex .ginput_right {
	padding: 0;
}

.sidebar div.gform_wrapper .gfield_time_hour input,
.sidebar div.gform_wrapper .gfield_time_minute input,
.sidebar div.gform_wrapper .gfield_date_month input,
.sidebar div.gform_wrapper .gfield_date_day input,
.sidebar div.gform_wrapper .gfield_date_year input {
	width: 70% !important;
}

.sidebar div.gform_wrapper li,
.sidebar div.gform_wrapper input[type="button"] + input[type="submit"] {
	margin-top: 8px;
	margin-top: 0.8rem;
}

.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],
.gform_wrapper.gf_browser_safari .gfield_checkbox li input,
.gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_ie .gfield_checkbox li input,
.gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_gecko .gfield_checkbox li input,
.gform_wrapper.gf_browser_gecko .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_gecko .gfield_radio li input[type=radio] {
	margin-top: 0 !important;
}

/* Jetpack - WP Stats
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Jetpack - Blog Subscriptions
--------------------------------------------- */

#jetpack_subscription_widget input,
#subscribe-email input {
	width: 100%;
}

.jetpack_subscription_widget .success {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #dff7dd;
	border: 1px solid #cfe7cd;
	color: #7ea57b;
}

.jetpack_subscription_widget .error {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #ffede8;
	border: 1px solid #efddd8;
	color: #f15123;
}

/* FancyBox for Wordpress
--------------------------------------------- */

#fancybox-wrap, #fancybox-wrap * {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			 box-sizing: content-box;
}

/* MapPress
--------------------------------------------- */

body .mapp-layout {
	margin: 0;
}

.mapp-layout,
.mapp-map-links {
	border: none !important;
}

/* Simple Section Navigation
--------------------------------------------- */

.simple-section-nav .current_page_item > a,
.simple-section-nav .current_page_ancestor > a {

}

.better-section-nav .widgettitle a {
	color: #14376C;
}

.better-section-nav .children {
	display: none;
}

.better-section-nav li.current_page_item .children,
.better-section-nav li.current_page_ancestor .children {
	display: block;
}

.simple-section-nav .current_page_item > a,
.simple-section-nav .custom-custom-post-type-parent > a,
.better-section-nav .current_page_item > a,
.better-section-nav .custom-custom-post-type-parent > a {
	font-weight: bold;
	color: #14376C;
}

/* Events Manager
--------------------------------------------- */

.em-calendar-wrapper {
	clear: both;
}

.em-calendar-wrapper .fullcalendar tbody td {
	vertical-align: top;
}

.em-calendar-wrapper .fullcalendar thead th,
.em-calendar-wrapper .fullcalendar thead td {
	display: inline-block;
}

.em-calendar-wrapper .fullcalendar thead th,
.em-calendar-wrapper .fullcalendar thead td,
.em-calendar-wrapper .fullcalendar .days-names td {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.em-calendar-wrapper .fullcalendar thead th,
.em-calendar-wrapper .fullcalendar thead td {
	border: none;
	width: 10%;
}

.em-calendar-wrapper .fullcalendar .month_name {
	width: 80%;
}

.em-calendar-wrapper .fullcalendar thead a,
.em-calendar-wrapper .fullcalendar .eventful > a:first-child,
.em-calendar-wrapper .fullcalendar .eventful-post > a:first-child,
.em-calendar-wrapper .fullcalendar .eventful-pre > a:first-child {
	border-bottom: none;
	text-decoration: none;
}

.em-calendar-wrapper .fullcalendar tbody {
	line-height: 1.2;
}

.em-calendar-wrapper .fullcalendar tbody tr,
.em-calendar-wrapper .fullcalendar tbody td {
	display: block;
	width: 100%;
	height: auto;
}

.em-calendar-wrapper .fullcalendar tbody td {
	display: block;
	border-top-width: 0;
}

.em-calendar-wrapper .fullcalendar tbody .days-names + tr td:first-child {
	border-top-width: 1px;
}

.em-calendar-wrapper .fullcalendar .days-names td {
	display: none;
	height: auto;
	padding: 1em 0;
	background-color: #999;
	color: #fff;
	border-color: #666;
}

.em-calendar-wrapper .fullcalendar ul {
	margin: 5px 0px 10px 20px;
	margin: 0.5rem 0 1rem 2rem;
	font-size: 0.9em;
}

.em-calendar-wrapper .fullcalendar li {
	margin-bottom: .5em;
}

.em-calendar-wrapper table.fullcalendar tr td a {
	text-decoration: none;
}

/* WP Types & Views
--------------------------------------------- */

.wpv-sorting-indicator {
	display: none !important;
}

th a.wpv-header-no-sort:after,
th a.wpv-header-asc:after,
th a.wpv-header-desc:after {
	content: "\f0dd"; /* \f0a9 = circle arrow, \f061 = arrow, \f178 = long arrow, \f105 = angle, \f101 = double angle, \f0da = caret */
	position: relative;
	top: -0.4em;
	display: inline-block;
	margin-left: 0.5em;
	font-family: FontAwesome;
	font-size: 0.7em;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
}

th a.wpv-header-desc:after {
	content: "\f0de";
	top: auto;
}

/* Global Sidebar Widgets */
.sidebar .widget .textwidget p {
	font-size: 1.4rem;
	font-size: 14px;
}



/* HEALTH ALERTS WIDGET */
#black-studio-tinymce-17 .entry,
#black-studio-tinymce-15 .entry {
	border-top: none;
	box-shadow: none;
}
.health-alerts {
	margin-bottom: 20px;
}

.health-alerts .mm-posts-wrapper {
	margin-left: -25px;
	margin-right: -25px;
}

.health-alerts .mm-posts {}

#black-studio-tinymce-17 .mm-posts-wrapper .mm-post,
#black-studio-tinymce-15 .mm-posts-wrapper .mm-post,
.health-alerts .mm-posts-wrapper .mm-post {
	position: relative;
	padding: 0 5px 20px 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}

#black-studio-tinymce-17 .mm-posts-wrapper .mm-post:last-child,
#black-studio-tinymce-15 .mm-posts-wrapper .mm-post:last-child,
.health-alerts .mm-posts-wrapper .mm-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#black-studio-tinymce-17 .mm-posts-wrapper .mm-post .entry-info-wrap .entry-time,
#black-studio-tinymce-15 .mm-posts-wrapper .mm-post .entry-info-wrap .entry-time,
.health-alerts .mm-posts-wrapper .mm-post .entry-info-wrap .entry-time {
	color: #ed1c24;
	display: block;

	font-size: 1.2rem;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
}

#black-studio-tinymce-17 .mm-posts-wrapper .mm-post .entry-title a,
#black-studio-tinymce-15 .mm-posts-wrapper .mm-post .entry-title a,
.health-alerts .mm-posts-wrapper .mm-post .entry-title {
	color: #143e77;
}

.health-alerts .mm-posts-wrapper .mm-post .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
}

#black-studio-tinymce-17 .mm-posts-wrapper .mm-post .entry-title,
#black-studio-tinymce-15 .mm-posts-wrapper .mm-post .entry-title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1rem;
	font-weight: normal;
}

#black-studio-tinymce-17 .mm-posts-wrapper .mm-post::before,
#black-studio-tinymce-15 .mm-posts-wrapper .mm-post::before,
.health-alerts .mm-posts-wrapper .mm-post::before {
	content: '!';
	font-family: 'Roboto',sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 1;
	width: 30px;
	padding: 6px 0;
	border: 2px solid #555;
	color: #555;
	position: absolute;
	left: 0;
	top: 0px;
	text-align: center;
	border-radius: 50%;
}

#black-studio-tinymce-17 .mm-posts-wrapper .mm-post.health-alert-urgency-level-advisory::before,
#black-studio-tinymce-15 .mm-posts-wrapper .mm-post.health-alert-urgency-level-advisory::before,
.health-alerts .mm-posts-wrapper .mm-post.health-alert-urgency-level-advisory::before {
	border-color: #ff9900;
	color: #ff9900;
}

#black-studio-tinymce-17 .mm-posts-wrapper .mm-post.health-alert-urgency-level-alert::before,
#black-studio-tinymce-15 .mm-posts-wrapper .mm-post.health-alert-urgency-level-alert::before,
.health-alerts .mm-posts-wrapper .mm-post.health-alert-urgency-level-alert::before {
	border-color: #ed1c24;
	color: #ed1c24;
}

#black-studio-tinymce-17 .mm-posts-wrapper .mm-post.health-alert-urgency-level-update::before,
#black-studio-tinymce-15 .mm-posts-wrapper .mm-post.health-alert-urgency-level-update::before,
.health-alerts .mm-posts-wrapper .mm-post.health-alert-urgency-level-update::before {
	border-color: #a1cd3a;
	color: #a1cd3a;
}

#black-studio-tinymce-17 .mm-posts-wrapper .mm-post.health-alert-urgency-level-other::before,
#black-studio-tinymce-15 .mm-posts-wrapper .mm-post.health-alert-urgency-level-other::before,
.health-alerts .mm-posts-wrapper .mm-post.health-alert-urgency-level-other::before {
	border-color: #003366;
	color: #003366;
}

/* QUICK LINKS WIDGET */
#nav_menu-8,
.quick-links {
  background-image: -moz-linear-gradient( 90deg, rgb(63,115,185) 0%, rgb(85,188,235) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(63,115,185) 0%, rgb(85,188,235) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(63,115,185) 0%, rgb(85,188,235) 100%);
  margin-bottom: 20px;
  border-top: none;
}

#nav_menu-8 .widgettitle,
.quick-links h4 {
	color: #FFF;
	margin-bottom: 2rem!important;
}

#nav_menu-8 .wpb_content_element,
.quick-links .wpb_content_element {
	margin-bottom: 0;
}


#nav_menu-8 ul li::before,
#nav_menu-8 ul li a,
.quick-links ul li::before,
.quick-links ul li a {
	color: #FFF;
}


/* HIGHLIGHTS WIDGET */

.border-green.hp-widget h4 {
	margin-bottom: 30px;
}

.border-green.hp-widget .wpb_content_element {
	margin-bottom: 0;
}

#black-studio-tinymce-18 h6,
.border-green.hp-widget h6 {
	color: #79a219;


	font-size: 1.2rem;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 5px;

}

#black-studio-tinymce-18 h5,
.border-green.hp-widget h5 {
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

#black-studio-tinymce-18 p,
.border-green.hp-widget p {
	font-size: 1.4rem;
	font-size: 14px;
	margin-bottom: 20px;
}

/*
MM Components
---------------------------------------------------------------------------------------------------- */
.mm-posts.simple-list .mm-post h1.entry-title {
	font-size: inherit;
}

.mm-posts.simple-list .mm-post .entry-title,
.mm-posts.simple-list .mm-post .entry-title a {
	font-weight: 300;
	color: #666;
}

.mm-posts.simple-list .mm-post .entry-title a {
	border-bottom: 1px solid #ddd;
	color: #f15123;
}

.mm-posts.simple-list .mm-post .entry-title a:hover {
	color: #333;
}

/* HIGHLIGHT BOX */
.mm-highlight-box {
	border: none;
	border-top: 5px solid #3f73b9;
	border: 1px solid #e1e1e1;
	border-top: 5px solid #12bbe8;
	padding: 20px 30px;
	background: #f9f9f9;
	margin-bottom: 30px;
}

.mm-highlight-box p {
	font-size: inherit;
}

.mm-highlight-box .mm-highlight-header {
	font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
}

.mm-highlight-box .mm-highlight-content hr {
	border: none;
	border-top: 1px solid #e1e1e1;
	margin: 1rem 0 2rem;
}

.mm-highlight-box h4 {
	color: #143e77;
}

/* IMAGE CARDS */
.mm-image-card {
	border: 1px solid #e1e1e1;
	margin-bottom: 3rem;
}
.mm-image-card-wrap {
	line-height: 1.5;
}

.mm-img-card-title,
.mm-img-card-content {
	margin: 2rem;
}

.mm-img-card-title {
	margin-bottom: 1rem;
	line-height: 3rem;
	line-height: 30px;
}

.mm-img-card-title a {
	text-decoration: none;
}

.mm-img-card-title a:hover {
	color: #3f73b9;
}

.mm-image-card-image + .mm-img-card-title {
	margin-top: 1.5rem;
}

/* ACCORDION CONTENT */
.wpb-js-composer .site-inner .vc_tta-container {
	border: 1px solid #e1e1e1;
	border-top: 5px solid #12bbe8;
	padding: 20px 10px;
	margin-bottom: 5rem;
}

.wpb-js-composer .site-inner .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .site-inner .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.wpb-js-composer .site-inner .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .site-inner .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .site-inner .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after,
.wpb-js-composer .site-inner .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.wpb-js-composer .site-inner .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .site-inner .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color: transparent;
	border: none;
}

.wpb-js-composer .site-inner .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,
.wpb-js-composer .site-inner .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading,
.wpb-js-composer .site-inner .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
	border-radius: 0;
}

.wpb-js-composer .site-inner .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	background: #143e77;
	border-radius: 50%;
}

.wpb-js-composer .site-inner .vc_tta .vc_tta-controls-icon {
	height: 16px;
	width: 16px;
}

.wpb-js-composer .site-inner .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .site-inner .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.wpb-js-composer .site-inner .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
.wpb-js-composer .site-inner .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
	border-color: #fff;
}

.wpb-js-composer .site-inner .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	width: 8px;
	left: 4px;
	border-color: #fff;
}

.wpb-js-composer .site-inner .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	height: 8px;
	top: 4px;
	border-color: #fff;
}

.wpb-js-composer .site-inner .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a,
.wpb-js-composer .site-inner .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #143e77;
}

.wpb-js-composer .site-inner .vc_tta.vc_general .vc_tta-panel-title {
	font-size: 1.8rem;
	font-size: 18px;
}

.wpb-js-composer .site-inner .vc_tta.vc_general .vc_tta-panel-body {
	padding: 14px 20px 20px 46px;
}

.wpb-js-composer .site-inner .vc_tta.vc_general .vc_tta-panel-body p {
	font-size: 1.6rem;
	font-size: 16px;
}

/* Buttons */
.mm-button,
a.mm-button,
.mm-button.rounded,
a.mm-button.rounded {
	border-radius: 3px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-size: 12px;
	line-height: 3.2rem;
	line-height: 32px;
	padding: 0 22px;
	letter-spacing: 0.05em;
	border: none!important;
	text-decoration: none;
}

.mm-button-wrapper {
	margin-bottom: 32px;
}

.mm-button .fa,
a.mm-button .fa {
	font-size: 16px;
}

.mm-button.blue,
a.mm-button.blue {
	background-color: #3f73b9;
}

.mm-button.blue:hover,
a.mm-button.blue:hover {
	background-color: #345f9c;
}

.mm-button.red,
a.mm-button.red {
	background-color: #ed1c24;
}

.mm-button.red:hover,
a.mm-button.red:hover {
	background-color: #d9171e;
}
.mm-button.green,
a.mm-button.green {
	background-color: #a1cd3a;
}

.mm-button.green:hover,
a.mm-button.green:hover {
	background-color: #648715;
}

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

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

.site-header .wrap {
	padding: 20px;
	padding: 2rem;
}

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

.title-area {
	float: left;
	width: 84%;
	font-weight: 700;
}

.center .title-area {
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

.has-logo .site-title a:first-child {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/* Logo
--------------------------------------------- */

.logo-full {
	display: none;
}

.logo.show {
	display: inline-block !important;
}

.logo-mobile {
	max-width: 450px;
	width: 80%;
}

/* Header Widget Areas
--------------------------------------------- */

.header-widget-area {
	display: none;
}

.site-header .widget-area {
	width: 100%;
	padding: 20px;
	background-color: #eee;
	border: 1px solid #ddd;
	border-width: 1px 0;
	overflow: visible;
}

.site-header .search-form {
	margin: 0 auto ;
	margin: 0 auto;
	text-align: center;
}

/* Header Toggle Styles
--------------------------------------------- */

.header-toggle-buttons {
	font-size: 0;
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 28px;
}

.header-toggle-buttons #toggle-button-0 {
	display: none;
}

.header-toggle-buttons a#toggle-button-0 {
	color: #143e77;
}

.header-toggle-buttons .toggle-button {
	margin-left: 15px;
}

.header-toggle-buttons .toggle-button.open:before {
	color: #f15123;
}

.header-toggle-buttons .toggle-button:before {
	content: "\f002";
	color: #14376C;
	font-family: FontAwesome;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
}

.header-toggle-buttons .toggle-button.nav-toggle:before {
	content: "\f0c9";
}

.big-button-nav-toggle .header-toggle-buttons .nav-toggle {
	display: block;
	background-color: #333;
	color: #fff;
	margin-left: 0;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 15px 26px;
	padding: 1.5rem 2.6rem;
	margin: 0 20px;
	margin: 0 2rem;
	text-align: center;
	border-radius: 3px;
	text-transform: uppercase;
	-webkit-transition: all 0s;
	   -moz-transition: all 0s;
	    -ms-transition: all 0s;
	     -o-transition: all 0s;
		    transition: all 0s;
}

.big-button-nav-toggle .header-toggle-buttons .nav-toggle:before {
	content: "\f0ca";
	margin-right: 8px;
	font-size: 16px;
	font-size: 1.6rem;
}

.big-button-nav-toggle .header-toggle-buttons .targets-widget-area {
	position: absolute;
	right: 20px;
	right: 2rem;
	top: 20px;
	top: 2rem;
}

.nav-primary,
.site-header .widget-area {
	position: absolute;
	z-index: -999;
	top: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: 0 4px 8px 1px rgba(0,0,0,0.4);
	-webkit-transition: opacity 0.25s ease, z-index 0s 0.25s;
	   -moz-transition: opacity 0.25s ease, z-index 0s 0.25s;
	    -ms-transition: opacity 0.25s ease, z-index 0s 0.25s;
	     -o-transition: opacity 0.25s ease, z-index 0s 0.25s;
	        transition: opacity 0.25s ease, z-index 0s 0.25s;
}

.site-container > .nav-primary {
	top: auto;
}

.nav-primary.open,
.widget-area.open {
	z-index: 50;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: z-index 0s ease, opacity 0.25s 0s;
	   -moz-transition: z-index 0s ease, opacity 0.25s 0s;
	    -ms-transition: z-index 0s ease, opacity 0.25s 0s;
	     -o-transition: z-index 0s ease, opacity 0.25s 0s;
	        transition: z-index 0s ease, opacity 0.25s 0s;
}

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

/* General Navigation
--------------------------------------------- */

#menu-toggle {
	display: block;
	clear: both;
	margin: 0 20px;
	margin: 0 2rem;
	text-align: center;

}

.bubble #menu-toggle {
	margin-top: 20px;
	margin-top: 2rem;
}

.genesis-nav-menu {
	clear: both;
	margin: 0;
	color: #999;
	width: 100%;
	position: relative;
}

.genesis-nav-menu li {
	position: relative;
	display: block;
	border-width: 1px 0;
}

.genesis-nav-menu li.first {
	border-top: none;
}

.genesis-nav-menu a {
	border: 0 solid #eee;
	border-bottom-width: 1px;
}

.genesis-nav-menu a,
.genesis-nav-menu > .right {
	color: #999;
	display: block;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu [class*="current-"] > a,
.genesis-nav-menu [class*="current_"] > a {
	color: #fff;
}

.genesis-nav-menu > li > a {
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
}

.genesis-nav-menu > .rss > a {
	margin-right: 15px;
	margin-right: 1.5rem;
}

/* Sub Navigation
--------------------------------------------- */

.genesis-nav-menu ul {
	display: none;
	margin: 0;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	-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;
}

.genesis-nav-menu [class*="current-"] > ul,
.genesis-nav-menu [class*="current_"] > ul {
	display: block !important;
}

.genesis-nav-menu li ul {
	border: 0 solid #eee;
}

.genesis-nav-menu > li > ul {
	font-size: 0.9em;
}

.genesis-nav-menu ul li {
	padding-left: 15px;
	padding-left: 1.5rem;
}

.genesis-nav-menu ul a {
	position: relative;
	padding: 10px 5px;
}

.genesis-nav-menu ul a:hover,
.genesis-nav-menu ul [class*="current-"] > a,
.genesis-nav-menu ul [class*="current_"] > a {
	color: #222;
}

.genesis-nav-menu .sub-icon,
.genesis-nav-menu ul .sub-icon {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	width: 50px;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	border: none;
	text-align: center;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	overflow: hidden;
	background-color: #143e77;
}

.nav-primary a {
	padding-right: 50px;
	padding-right: 5rem;
}

.big-button-nav-toggle .nav-primary {
	margin: 4px 20px 0;
	margin: 0.4rem 2rem 0;
	border-radius: 3px;
	box-shadow: none;
}

/* Navigation Extras
--------------------------------------------- */

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
	border: none;
}

.genesis-nav-menu > .right .button,
.genesis-nav-menu > .right .search-form {
	margin: -1em 0;
	color: #fff;
}

.genesis-nav-menu > .right .button {
	margin: -0.6em 0;
}

.genesis-nav-menu > .right .button,
.genesis-nav-menu > .right input {
	display: inline-block;
	float: none !important;
	width: auto;
	padding: 0.6em 1.2em;
}

.genesis-nav-menu > .right .search-form {
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.genesis-nav-menu > .right input[type="submit"] {
	margin: 0 0 0 0.5em;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

.nav-secondary a:hover,
.nav-secondary [class*="current-"] > a,
.nav-secondary [class*="current_"] > a {
	color: #111;
}

/* Header Navigation
--------------------------------------------- */

.site-header .widget-area .menu a,
.site-header .widget-area .menu .right {
	padding: 15px 10px;
	padding: 1.5rem 1rem;
	font-size: .8em;
	border-bottom-width: 0;
}

.site-header .widget-area .menu a:hover,
.site-header .widget-area .menu [class*="current-"] > a,
.site-header .widget-area .menu [class*="current_"] > a {
	color: #333;
}

.site-header .widget-area .menu > li {
	display: inline-block;
	border-top: none;
}

.site-header .widget-area .menu li ul {
	display: none;
}

/* Header Primary Navigation
--------------------------------------------- */

.site-header .nav-primary {
	margin: 0;
}

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

.site-header .right {
	padding-right: 0;
}

/* Non jQuery Styles
--------------------------------------------- */

.no-jquery #menu-toggle {
	display: none;
}

.no-jquery #menu-toggle:hover + .genesis-nav-menu,
.no-jquery a:hover + ul,
.no-jquery ul:hover {
	display: block;
}

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

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	background-color: #fff;
}

.widget .entry,
.bubble .widget .entry {
	padding: 0;
	margin-bottom: 20px;
	margin-bottom: 2rem;

}

/* Lists inside columns (to remove bottom margin as needed at mobile sizes */
.no-list-margin ul,
.no-list-margin ol {
	margin-top: 0;
	margin-bottom: 0;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

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

.entry-footer {
	clear: both;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 12px;
	padding-top: 1.2rem;
}

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

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

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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 20px 0 30px;
	margin: 2rem 0 3rem;
}

.archive-pagination ul {
	margin-left: 0;
}

.archive-pagination li {
	display: inline;
}

.pagination-next a,
.pagination-previous a,
.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination-next a:hover,
.pagination-previous a:hover,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
	color: #fff;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

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

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

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.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;
	margin-right: 1.2rem;
}

.content .comment-list,
.content .ping-list,
.content .comment-list ul,
.content .ping-list ul {
	margin-left: 0;
}

.content .comment-list li,
.content .ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

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

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

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

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

.sidebar {

}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar ul {
	margin-left: 0;
}

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol {
	padding-left: 15px;
	padding-left: 1.5rem;
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.bubble .ez-widget-area {
	background-color: #fff;
	border-radius: 3px;
}

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

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
}

.footer-widgets .wrap {
	padding: 40px 20px 0;
	padding: 5rem 2rem 2rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 100%;
}

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

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

.footer-widgets a {
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets .footer-widgets-3 .textwidget {
	text-align: left;
}

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

.site-footer {
	background-color: #fff;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.site-footer .wrap {
	padding: 20px;
	padding: 2rem;
}

.site-footer a:before,
.site-footer a:after {
	display: none;
}

.site-footer p {
	margin-bottom: .75em;
}

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

/*
General Components
---------------------------------------------------------------------------------------------------- */

/* jQuery UI
--------------------------------------------- */

/* Datepicker */

table.ui-datepicker-calendar {
	line-height: 1;
}

.ui-datepicker select {
	width: auto;
}

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

.search-form {
	padding-right: 125px;
}

.search-form input[type="submit"] {
	float: right;
	margin-right: -125px;
}

/* Fullscreen Search
--------------------------------------------- */

/* Reset - Prevents Themes and other Plugins from applying their own styles to our full screen search */
#full-screen-search,
#full-screen-search button,
#full-screen-search button.close,
#full-screen-search form,
#full-screen-search form div,
#full-screen-search form div input,
#full-screen-search form div input.search {
    font-family: Arial, sans-serif;
    background:none;
    border:0 none;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    float:none;
    font-size:100%;
    height:auto;
    letter-spacing:normal;
    list-style:none;
    outline:none;
    position:static;
    text-decoration:none;
    text-indent:0;
    text-shadow:none;
    text-transform:none;
    width:auto;
    visibility:visible;
    overflow:visible;
    margin:0;
    padding:0;
    line-height:1;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
    -webkit-appearance:none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

/* Background */
#full-screen-search {
    visibility: hidden;
    opacity: 0;
    z-index: 999998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);

    /* Add some CSS3 transitions for showing the Full Screen Search */
    transition: opacity 0.5s linear;
}

/* Display Full Screen Search when Open */
#full-screen-search.open {
    /*
    * Because we're using visibility and opacity for CSS transition support,
    * we define position: fixed; here so that the Full Screen Search doesn't block
    * the underlying HTML elements when not open
    */
    position: fixed;
    visibility: visible;
    opacity: 1;
}

/* Search Form */
#full-screen-search form {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Close Button */
#full-screen-search button.close {
    position: absolute;
    z-index: 999999;
    top: 20px;
    right: 20px;
    font-size: 30px;
    font-weight: 300;
    color: #999;
    cursor: pointer;
}

#full-screen-search #full-screen-search-container {
	display: none;
}

#full-screen-search.open #full-screen-search-container {
	display: inherit;
}

/* Search Form Div */
#full-screen-search form div {
    position: absolute;
    width: 50%;
    height: 100px;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -25%;
}

/* Search Form Input Placeholder Color */
#full-screen-search form div input::-webkit-input-placeholder {
    font-family: Arial, sans-serif;
    color: #ccc;
}
#full-screen-search form div input:-moz-placeholder {
    font-family: Arial, sans-serif;
    color: #ccc;
}
#full-screen-search form div input::-moz-placeholder {
    font-family: Arial, sans-serif;
    color: #ccc;
}
#full-screen-search form div input:-ms-input-placeholder {
    font-family: Arial, sans-serif;
    color: #ccc;
}

/* Search Form Input */
#full-screen-search form div input {
    width: 100%;
    height: 100px;
    background: #eee;
    padding: 20px;
    font-size: 40px;
    line-height: 60px;
}

/*
Specific Pages
---------------------------------------------------------------------------------------------------- */

/* Home */
.home-content .vc-column-text {
	min-height: 355px;
}

.home-content .vc-column-text img {
	max-width: 33%;
}

.home-slider-wrap {
	margin-bottom: 3rem;
	margin-bottom: 30px;
}

/* HEALTH ALERT VIEW */
.view-table,
.health-alert-wrap {
	margin-top: 2rem;
}

.view-table thead th,
form[name=wpv-filter-1431-TCPID179] .form-group label,
form[name=wpv-filter-1431] .form-group label,
.health-alert-wrap thead th {
	font-size: 13px;
	color: #3D3D3D;
}

form[name=wpv-filter-1431-TCPID179] .form-group label, 
form[name=wpv-filter-1431] .form-group label{
	font-weight: bold;
	text-transform: uppercase;
}

.health-alert-wrap td.date {
	font-weight: bold;
}

form[name=wpv-filter-1431-TCPID179] .form-group, 
form[name=wpv-filter-1431] .form-group{
	margin-bottom: 20px;
	width: 100%;
}

.view-table thead th a,
.health-alert-wrap thead th a {
	text-decoration: none;
	color: #3D3D3D;
}

.view-table tbody td,
.health-alert-wrap tbody td {
	padding-top: 20px;
}

.view-table .quantity-label {
	display: none;
}

.health-alert-wrap .alert-level,
.health-alert-wrap .date {
	font-size: 14px;
}

.health-alert-wrap .alert-level {
	line-height: 1.8;
	font-weight: bold;
	position: relative;
	padding-left: 35px;
}

.health-alert-wrap .alert-level.advisory::before,
.health-alert-wrap .alert-level.alert::before,
.health-alert-wrap .alert-level.update::before,
.health-alert-wrap .alert-level.other::before {
	content: '!';
	font-family: 'Roboto',sans-serif;
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
	width: 22px;
	padding: 4px 0;
	border: 2px solid #555;
	color: #555;
	position: absolute;
	left: 0;
	top: 20px;
	text-align: center;
	border-radius: 50%;

}


.health-alert-wrap .alert-level a,
.health-alert-wrap .alert-level span {
	text-decoration: none;
	display: block;

}

.health-alert-wrap .alert-level.other a,
.health-alert-wrap .alert-level.other span {
	color: #003366;
}

.health-alert-wrap .alert-level.other::before {
	color: #003366;
	border-color: #003366;
}

.health-alert-wrap .alert-level.advisory a,
.health-alert-wrap .alert-level.advisory span {
	color: #ff9900;
}

.health-alert-wrap .alert-level.advisory::before {
	color: #ff9900;
	border-color: #ff9900;
}



.health-alert-wrap .alert-level.update a,
.health-alert-wrap .alert-level.update span {
	color: #a1cd3a;
}

.health-alert-wrap .alert-level.update::before {
	color: #a1cd3a;
	border-color: #a1cd3a;
}

.health-alert-wrap .alert-level.alert a,
.health-alert-wrap .alert-level.alert span {
	color: #ed1c24;
}

.health-alert-wrap .alert-level.alert::before {
	border-color: #ed1c24;
	color: #ed1c24;
}

.health-alert-wrap .alert-title a {
	text-decoration: none;
}

.health-alert-wrap .alert-title a:hover {
	text-decoration: underline;
}

.health-alert-wrap .alert-title h4 {
	color: #143e77;
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 15px !important;
}

.health-alert-wrap .alert-title p {
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.5;

}

/* Materials Ordering */
.materials-order-form:not(.gform_confirmation_wrapper),
.materials-order-list tbody tr:first-of-type,
.materials-order-list tbody tr .gfield_list_icons {
	display: none;
}

.materials-order-list td input {
	border: none;
	box-shadow: none;
}

.materials-order-form input[type="submit"]:disabled {
	opacity: .5;
}

.materials-order-form_wrapper.gform_validation_error .materials-order-form {
	display: block;
}

.materials-order-form .zip-error {
	color: red;
}

/* REQUEST MATERIALS FORM */
.view-table .material-title {
	color: #3f73b9;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
}
.view-table .material-summary {
	color: #143e77;
	padding-right: 15px;
	padding-bottom: 15px;
}
.view-table .material-summary,
.view-table .material-language,
.view-table .material-view {
	font-size: 14px;
    line-height: 1.5;
}

.view-table .material-language {
	font-size: 12px;
	padding-right: 20px;
}

.view-table .material-view {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.view-table .material-view .text {
	display: block;
	text-transform: capitalize;
}


.view-table .material-icon {
	color: #fff;
	background: #ff9900;
	border-radius: 1px;
	transition: all .2s ease-in;
}

.view-table .material-icon:hover {
	background-color: #143e77;
}

.view-table .material-icon.pdf-link {
	margin-left: 3px;
}
.view-table .material-quantity {
	padding-bottom: 15px;
}

.view-table .material-quantity p {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
}
.view-table .material-quantity input {
	padding: 5px 10px;
	/* border-color: #143e77; */
}

#fancybox-close:after {
	font-family: 'FontAwesome';
	content: '\f00d';
	font-size: 16px;
	color: #333;
}

#fancybox-close {
	line-height: 3;
}

form[name=wpv-filter-90-TCPID91], 
form[name=wpv-filter-90]{
	margin-bottom: 20px;
	float: left;
}

form[name=wpv-filter-90-TCPID91] .form-group, 
form[name=wpv-filter-90] .form-group{
	float: left;
	clear: both;
	width: 100%;
}

form[name=wpv-filter-90-TCPID91] .form-group:not(:last-of-type), 
form[name=wpv-filter-90] .form-group:not(:last-of-type){
	margin-right: 10px;
}

#wpv-view-layout-90-TCPID91 i,
#wpv-view-layout-90 i{
	padding: 5px;
}

#wpv-view-layout-90-TCPID91 strong,
#wpv-view-layout-90 strong{
	float: left;
	clear: both;
}

div[id*=wpv-view-layout] thead td {
	border-top: none;
}

#material-row-remove:before {
	font-family: 'FontAwesome';
	content: '\f056';
	font-size: 32px;
	color: #3f73b9;
	vertical-align: middle;
}

a#material-row-remove {
	text-decoration: none;
}

#material-row-remove img {
	display: none;
}

#gform_1 #gform_submit_button_1[disabled]:hover,
#material-row-remove:hover {
	cursor: pointer;
}

#gform_1 #gform_submit_button_1[disabled]:hover {
	cursor: pointer;
}

/* infectious diseases a-z navigation */
#a-to-z-navigation a, .anchor-link-button a{
	display: inline-block; 
	padding: 5px 10px;
	border: 1px solid #ccc;
	text-decoration: none !important; 
	margin-right: 22px;
	margin-bottom: 22px;
	text-align: center;
	font-size: 28px;
	background-color: #D2EAF7;
font-family: monospace;

}
#a-to-z-navigation a:hover, .anchor-link-button a:hover{
	background-color: #4B73B4;
	color: #fff;
}

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

/* Responsive Tables CSS
--------------------------------------------- */

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

	table.tablepress {
		clear: both;
		border-collapse: inherit;
	}

	tr {
		padding: 0.5em;
	}

	th,
	td {
		padding: 0;
	}

	table tbody td {
		vertical-align: top;
	}

	.tablepress td {
		padding-left: 2px !important;
	}

	table thead {
		display: none;
	}

	table#tablepress-1 thead,
	table#tablepress-2 thead,
	table#tablepress-3 thead,
	table#tablepress-4 thead,
	table#tablepress-5 thead,
	table#tablepress-6 thead,
	table#tablepress-7 thead,
	table#tablepress-8 thead,
	table#tablepress-9 thead,
	table#tablepress-10 thead,
	table#tablepress-11 thead,
	table#tablepress-14 thead,
	table#tablepress-16 thead,
	table#tablepress-20 thead {
		display: table-header-group;
		border-left: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
	}

 	table#tablepress-1 thead .column-2,
	table#tablepress-2 thead .column-2,
	table#tablepress-3 thead .column-2,
	table#tablepress-4 thead .column-2,
	table#tablepress-5 thead .column-2,
	table#tablepress-6 thead .column-2,
	table#tablepress-7 thead th:not(.column-1),
	table#tablepress-8 thead th:not(.column-1),
	table#tablepress-9 thead th:not(.column-1),
	table#tablepress-10 thead th:not(.column-1),
	table#tablepress-11 thead th:not(.column-1),
	table#tablepress-20 thead th:not(.column-1) {
		display: none;
	}

	table tbody {
		line-height: 1.2;
	}

	.tablepress td {
		padding: 0 15px;
	}

	table tbody tr {
		margin-top: 0.5em;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}

	table tbody tr,
	table tbody td {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 0;
		border-top-width: 0;
	}

	table tbody td {
		display: block;
	}

	table ul {
		margin: 5px 0px 10px 20px;
		margin: 0.5rem 0 1rem 2rem;
		margin-left: 8px !important;
		margin-bottom: 0 !important;
	}

	table li {
		margin-bottom: 0em !important;
	}

	table.tablepress {
		border-top: 5px solid #12bbe8;
	}

	.tablepress .mobile-table-header {
		display: inline;
		font-weight: 700;
	}

	#tablepress-20 .column-4 .mobile-table-header {
		display: block;
	}

	.tablepress tbody td, .tablepress tfoot th {
		border-top: none;
	}

	.tablepress td {
		border-right: none;
	}

	/* REQUEST MATERIALS FORM */
	.view-table .material-title {
		padding-bottom: 5px;
		padding-top: 5px;
		line-height: 1;
	}
	.view-table .material-summary {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.view-table .material-icons,
	.view-table .material-language,
	.view-table .material-view {
		padding-top: 5px;
	}

	.view-table td.material-quantity {
		padding-top: 15px;
	}

	.view-table .quantity-label {
		display: block;
		margin-bottom: 0;
		float: left;
		vertical-align: middle;
		margin-top: 10px;
		margin-right: 10px;
		font-style: normal !important;
	}

}

@media (min-width: 768px) {

	/* General
	--------------------------------------------- */

	.wrap {
		padding-left: 0;
		padding-right: 0;
	}

	h1 {
		font-size: 3.4rem;
		font-size: 34px;
	}

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

	h3 {
		font-size: 2.4rem;
		font-size: 24px;
	}

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


	/* Content
	--------------------------------------------- */

	.site-inner {
		padding-top: 30px;
		padding-top: 3rem;
	}

	body.home .site-inner {
		padding-top: 0;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 80%;
	}

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

	.content-sidebar .sidebar-primary,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .sidebar-primary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .sidebar-primary {
		padding-left: 20px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content .sidebar-primary,
	.content-sidebar-sidebar .sidebar-primary {
		padding-right: 30px;
	}

	.sidebar-secondary {
		width: 18%;
	}

	.mm-button-wrapper {
		margin-bottom: 0px;
	}

	/* Bubble Layout - Padding & Margins
	--------------------------------------------- */

	.bubble .site-inner {
		padding-top: 20px;
		padding-top: 2rem;
	}

	.bubble .content,
	.bubble .sidebar-primary {
		padding: 0;
	}

	.bubble .entry,
	.bubble .breadcrumb,
	.bubble .archive-description,
	.bubble .author-box {
		margin-bottom: 3.8674033%;
	}

	.bubble.full-width-content .entry,
	.bubble.full-width-content .breadcrumb,
	.bubble.full-width-content .archive-description,
	.bubble.full-width-content .author-box {
		margin-bottom: 2%;
	}

	.bubble.content-sidebar-sidebar .entry,
	.bubble.content-sidebar-sidebar .breadcrumb,
	.bubble.content-sidebar-sidebar .archive-description,
	.bubble.content-sidebar-sidebar .author-box,
	.bubble.sidebar-content-sidebar .entry,
	.bubble.sidebar-content-sidebar .breadcrumb,
	.bubble.sidebar-content-sidebar .archive-description,
	.bubble.sidebar-content-sidebar .author-box,
	.bubble.sidebar-sidebar-content .entry,
	.bubble.sidebar-sidebar-content .breadcrumb,
	.bubble.sidebar-sidebar-content .archive-description,
	.bubble.sidebar-sidebar-content .author-box {
		margin-bottom: 3.9723661%;
	}

	.sidebar .widget,
	.bubble .sidebar .widget {
		margin-bottom: 8.045977%;
	}

	.content-sidebar-sidebar .sidebar .widget,
	.sidebar-content-sidebar .sidebar .widget,
	.sidebar-sidebar-content .sidebar .widget {
		margin-bottom: 8.2733813%;
	}

	.bubble .entry-footer .entry-meta {
		border-top: 2px solid #f5f5f5;
		margin: 0 -40px;
		margin: 0 -4rem;
		padding: 32px 40px 8px;
		padding: 3.2rem 4rem 0.8rem;
	}

	/* Columns
	--------------------------------------------- */

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

	.one-half,
	.three-sixths,
	.two-fourths,
	.footer-widgets-number-2 .footer-widgets .widget-area {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths,
	.sidebar-primary,
	.footer-widgets-number-3 .footer-widgets .widget-area  {
		width: 29.623931623931625%;
	}

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

	.one-fourth,
	.footer-widgets-number-4 .footer-widgets .widget-area {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-fifth,
	.footer-widgets-number-5 .footer-widgets .widget-area {
		width: 17.948717949%;
	}

	.one-sixth,
	.footer-widgets-number-6 .footer-widgets .widget-area {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first,
	.footer-widgets .footer-widgets-1 {
		clear: both;
		margin-left: 0;
	}

	li.first {
		clear: none;
	}

	/* Lists inside columns (to remove bottom margin as needed at mobile sizes */
	.no-list-margin ul,
	.no-list-margin ol {
		margin-bottom: 26px;
		margin-bottom: 2.6rem;
	}

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

	/* Events Manager */

	.em-calendar-wrapper .fullcalendar tr {
		display: table-row !important;
	}

	.em-calendar-wrapper .fullcalendar th,
	.em-calendar-wrapper .fullcalendar td {
		display: table-cell !important;
	}

	.em-calendar-wrapper .fullcalendar thead th,
	.em-calendar-wrapper .fullcalendar thead td,
	.em-calendar-wrapper .fullcalendar .month_name {
		width: auto;
	}

	.em-calendar-wrapper .fullcalendar tbody td {
		width: 14.285714286%;
		height: 100px;
	}

	.em-calendar-wrapper .fullcalendar tbody td {
		border-top-width: 1px;
	}

	/* Health Alert View */
	form[name=wpv-filter-1431-TCPID179] .form-group,
	form[name=wpv-filter-1431] .form-group{
		width: 48%;
		float: left;
	}

	form[name=wpv-filter-1431-TCPID179] .form-group:first-of-type, 
	form[name=wpv-filter-1431] .form-group:first-of-type{
		margin-right: 2%;
	}

	/* Footer */
	.footer-widgets .footer-widgets-3 .textwidget {
		text-align: right;
	}

}

@media( min-width: 800px ) {
	.logo-mobile {
		display: none;
	}

	.logo-full {
		display: block;
	}
}

@media( min-width: 991px ) {

	/* Header
	--------------------------------------------- */

	.title-area {
		width: 100%;
	}

	.header-image .site-header .wrap {
		background-position: left top;
	}

	.site-header .widget-area {
		padding: 0;
		border: none;
	}

	.header-image .site-header .widget-area {
		padding: 40px 0;
		padding: 4rem 0;
	}

	.header-widget-area {
		float: right;
		display: block;
	}

	.header-widget-area .widget {
		float: right;
		clear: right;
	}

	.site-header .menu > .last,
	.site-header .menu > .last a {
		padding-right: 0;
	}

	.site-header .search-form {
		float: right;
	}

	.site-header .widget-area {
		width: auto;
	}

	.site-header .widget-area .menu {
		text-align: right;
	}

	.site-header .widget-area .menu ul {
		display: block;
	}

	/* Header Toggle Styles
	--------------------------------------------- */

	.nav-primary,
	.site-header .nav-primary,
	.site-header .widget-area {
		position: static;
		top: auto;
		right: auto;
		left: auto;
		max-height: 9999px;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		box-shadow: none;
	}

	.site-header .nav-primary,
	.site-header .widget-area {
		background-color: transparent;
	}

	.header-toggle-buttons .toggle-button,
	.big-button-nav-toggle .header-toggle-buttons .toggle-button.nav-toggle {
		display: none;
	}

	/* Site Header
	--------------------------------------------- */
	.site-header {
		padding-top: 45px; /* should = height of utility nav */
	}

	.nav-primary {
		background-color: #3f73b9;
	}

	.nav-primary .genesis-nav-menu {
		height: 80px!important;
		display: block;
		margin-left: 20px;
		width: calc(100% - 20px);
	}

	.nav-primary .genesis-nav-menu li:focus,
	.nav-primary .genesis-nav-menu a:focus {
		outline: thin dotted;
	}

	.nav-primary .genesis-nav-menu > li {
		border-left: 1px solid #799dce;
		height: 100%;
		max-width: 136px;
	}

	/* Non-Mobile Navigation
	--------------------------------------------- */

	#menu-toggle,
	.widget-area-toggle {
		display: none;
	}

	.nav-primary,
	.nav-secondary {
		margin: 0;
		border-radius: 0;
		overflow: visible;
		display: block !important;
	}

	.genesis-nav-menu li {
		display: inline-block;
		text-align: left;
	}

	.genesis-nav-menu > li {
		float: left;
		border-top-width: 0;
	}

	.genesis-nav-menu ul {
		display: block;
		left: -9999px;
		opacity: 0;
		position: absolute;
		width: 200px;
		z-index: 99;
		font-size: 1em;
	}

	.genesis-nav-menu .sub-icon {
		display: none;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .right {
		padding: 16px 20px;
		padding: 1.6rem 2rem;
		border-bottom-width: 0;
	}

	.genesis-nav-menu #search-toggle {
		display: block;
	}

	.genesis-nav-menu #search-toggle.right {
		float: left;
	}

	/* Primary Navigation
	--------------------------------------------- */

	.nav-primary a {
		padding-right: 20px;
		padding-right: 2rem;
	}

	.nav-primary-location-center .genesis-nav-menu {
		text-align:center;
	}

	.nav-primary-location-center .genesis-nav-menu > li {
		float: none;
	}

	/* show sub-menus */
	.genesis-nav-menu li.sfHover > .sub-menu,
	.genesis-nav-menu ul.sub-menu.open,
	.genesis-nav-menu ul.sub-menu.open {
	   display: block !important;
	}

	/* Navigation Extras
	--------------------------------------------- */

	.genesis-nav-menu > .right {
		display: none;
		float: right;
		border-top: none;
	}

	.genesis-nav-menu > .rss > a {
		margin: 0 0 0 20px;
		margin: 0 0 0 2rem;
	}

	.genesis-nav-menu > .right input[type="submit"] {
		display: inline-block;
	}

	.genesis-nav-menu > .right.custom.search-wrapper {
		display: none;
		position: absolute;
		right: 0px;
		top: 39px;
		list-style: none;
		background-color: #CCEBF9;
		border-top: 1px solid rgba(121, 157, 206, 0.2);
		z-index: 999;
	}

	.nav-primary .right.custom.search-wrapper,
	.nav-primary .custom-mobile-menu-item {
		display: none !important;
	}

	.genesis-nav-menu > .right .search-form {
		display: inline-block;
		padding: 8px 0;
	}

	/* Sub Menus
	--------------------------------------------- */

	.genesis-nav-menu li ul {
		border-width: 0 0 1px;
	}

	.genesis-nav-menu ul li {
		width: 100%;
		padding-left: 0;
	}

	.genesis-nav-menu ul a {
		position: relative;
		padding: 10px 20px;
		padding: 1rem 2rem;
		border-width: 1px 1px 0 1px;
	}

	.genesis-nav-menu > .parent > a:after {
		content: "\f0d7";
		position: relative;
		top: -.2em;
		margin-left: 8px;
		font-family: FontAwesome;
		font-size: .6em;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
	}

	.genesis-nav-menu ul .parent > a:after {
		content: "\f0da";
		position: absolute;
		right: 8px;
		margin: 0;
		font-family: FontAwesome;
		font-size: .8em;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		line-height: 1.5;
	}

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

	.genesis-nav-menu li:hover > ul {
		left: auto;
		opacity: 1;
		display: block !important;
	}

	.genesis-nav-menu ul li:hover > ul {
		top: 0;
		left: 100%;
		margin-left: -1px;
	}

	/* sub sub nav */
	.genesis-nav-menu ul li:hover > ul {
		margin-left: 0;
	}
	.genesis-nav-menu li ul ul {
		border-left: 1px solid rgba(121, 157, 206, 0.2);
	}

	/* Primary Navigation
	--------------------------------------------- */

	.big-button-nav-toggle .nav-primary {
		margin: 0;
		border-radius: 0;
	}

	/* Header Primary Navigation
	--------------------------------------------- */

	.site-header .nav-primary {
		background-color: transparent;
		text-align: right;
	}

	.site-header .nav-primary .wrap,
	.site-header .nav-primary .wrap .menu { /* Required for IE8 */
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu > li {
		max-width: 140px;
	}

	.site-header .nav-primary .menu > li > a {
		padding: 0.6em 1.2em;
	}

	.site-header .nav-primary .menu > li:last-of-type:not(.right) {
		padding-right: 0;
	}

	.site-header .nav-primary a:hover,
	.site-header .nav-primary [class*="current-"] > a,
	.site-header .nav-primary [class*="current_"] > a {
		color: #333;
	}

	form[name=wpv-filter-90-TCPID91] .form-group, 
	form[name=wpv-filter-90] .form-group{
		clear: none;
		width: 50%;
	}
}

@media( min-width: 990px) and (max-width: 1205px ) {
	.menu .menu-item:hover ul.sub-menu:hover ul.sub-menu:hover ul.sub-menu {
		top: -40px;
	}
}

@media( min-width: 1240px) and (max-width: 1360px ) {
	.menu .menu-item:hover ul.sub-menu:hover ul.sub-menu:hover ul.sub-menu {
		top: -40px;
	}
}

@media( min-width: 1074px) {
	form[name=wpv-filter-90-TCPID91] .form-group, 
	form[name=wpv-filter-90] .form-group{
		clear: none;
		width: auto;
	}
}


.material-icons{
	display: table-cell;
}
.material-icons a{
	float: left;
	display: block;
	margin: 0 2px 0 0 !important;
	font-size: 16px;
}

/**
 * Homepage Coronavirus
 */
 @media( min-width: 768px ) {
	#home-coronavirus ul{
		position: relative;
		left: 35px;
		padding-right: 35px;
	}
}

/**
 * Fix Main Navigation Submenu Hover
 */
 @media( min-width: 991px ) {
	#genesis-nav-primary .menu > li > .sub-menu{
		bottom: 2px;
		transform: translate(0,100%);
	}
}
