/*!
Theme Name: Bohemia
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bohemia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2em;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

/*a:focus {
	outline: thin dotted;
}*/

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary,
#homepage-button-container .buttons,
.footer-content {
	margin: 1.5em 0 0;
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
}

.entry-header {
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 9em;
}

.entry-header .entry-title {
	margin-bottom: 0;
}

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

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

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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



/**
 * 
 * CUSTOM STYLES
 * 
 */
html {
	height: 100%;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
	overflow-x: hidden;
}
.mega-menu-item:not(:first-child) {
	width: 10em !important;
}
.mega-menu-item a {
	line-height: 1 !important;
}
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	padding-right: 4.5em;
}
#homepage-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-top: 4.7em;
}

#homepage-container .desc {
	width: 50%;
	padding-top: 4.8em;
	padding-right: 1em;
	padding-left: 5em;
}

#homepage-container .sidebar {
	width: 50%;
	height: auto;
	/*background-color: #017E7C;*/
	/*position: relative;
	display: inherit;*/
}

.rounded-table {
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 2em;
	padding: 0.3em 1em;
	border-radius: 0.6em;
	box-shadow: 0px 0px 14px -4px rgb(0 0 0 / 20%);
}
.rounded-table .header {
	background-color: #eee;
	padding: 0.3em 1.8em;
	margin-left: -1em;
	margin-right: -1em;
	margin-top: -0.3em;
}
.rounded-table .header:first-of-type {
	border-top-left-radius: 0.6em;
	border-top-right-radius: 0.6em;
}
.rounded-table .content {
	margin: 1.5em;
	display: flex;
	flex-direction: column;
}
.rounded-table .content-child {
	display: flex;
	flex-direction: row;
	gap: 5em;
}


.rounded-table .content-child:not(:first-of-type) {
	margin-top: 2em;
}

#homepage-button-container {
	background-color: #F9F9F9;
	margin-top:  1.2em;
	padding-left: 2em;
	padding-right: 2em;
}

#homepage-button-container .buttons {
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	text-align: center;
	margin: -1.6em auto 0 auto;
	padding: 2.5em 5em;
}

#homepage-button-container .buttons .card {
	width: 25%;
	text-align: left;
	padding: 0 2em;
	flex-direction: row;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
}

#homepage-button-container .buttons .card h4 {
	margin-top: 0;
	margin-bottom: 0;
}

#homepage-button-container .buttons .card h4 a {
	color: #404040;
	text-decoration: none;
}

#homepage-button-container .buttons .card p {
	margin-top: 0.4em;
}

.row-full {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	height: auto;
	margin-top: 100px;
	left: 49.4%;
	/*left: 50%;*/
}

#masthead {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
	z-index: 999;
}

footer {
	background-color: #8C1515;
	padding-top: 3rem;
}

.footer-content {
	display: flex;
	gap: 1em;
	margin-top: 0;
	padding-left: 1rem;
	
}

.footer-map {
	position: relative;
	width: 100%;
}

.contact-info {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	color: white;
	margin-bottom: 1em;
	margin-top: 1em;
	width: 100%;
}
.contact-list-item{
	margin-bottom: 1rem;
}

.contact-info img {
	margin-bottom:  -0.8em;
}

.footer-map .contact-info iframe {
	margin-top:  2em;
	margin-bottom:  2em;
}
#colophon > div:nth-child(1) > div.footer-map > p > img {
	position: absolute;
	top: 0;
}

.footer-form {
	width: 100%;
	margin-left: 2rem;
}

.footer-form form textarea,
.footer-form form input {
	font-weight: 600 !important;
}

.ohc-hours {
	display: flex;
	color: white;
	margin-left: -0.4em;
	margin-top: -0.7em;
}

.ohc-hours h4 {
	margin: 0;
	padding: 0;
}

.ohc-hours img {
	height: 2.8em;
}

.footer-map-container {
	position: relative;
}







/*.forminator-button-submit {
	height: 5em;
	width: 10em;
}
div.forminator-row.forminator-row-last > div > div > button {
	height: 5em;
	width: 10em;
}*/
button.forminator-button.forminator-button-submit {
	height: 6em !important;
	width: 11em !important;
	background-color: transparent !important;
	float: right;
}

.contact-form-submit-button .square1 {
	background: #8c1515;
	border: 2px solid white;
	border-radius: 3px;
	height: 40px;
	position: absolute;
	transition: transform 0.8s;
	width: 136px;
}

.contact-form-submit-button .square2 {
	background: white;
	color: #8c1515;
	border-radius: 3px;
	height: 40px;
	transition: transform 0.3s;
	position: absolute;
	width: 136px;
	transform: translate(-6px,-6px);
	vertical-align: middle;
	font-size: 80%;
	font-weight: bold;
	cursor: pointer;
	padding-top: 0.6em;
	text-transform: uppercase;
}

.contact-form-submit-button.red {
	display: flex;
	flex-direction: column;
	margin-top: 1.5em;
	margin-left: 22%;
}

.contact-form-submit-button .square1.red {
background: white;
border: 2px solid #8c1515;
border-radius: 3px;
height: 40px;
position: absolute;
transition: transform 0.8s;
width: 180px;
}

.contact-form-submit-button .square2.red {
	background: #8c1515;
	color: white;
	border-radius: 3px;
	height: 40px;
	transition: transform 0.3s;
	position: absolute;
	width: 180px;
	transform: translate(-6px,-6px);
	vertical-align: middle;
	font-size: 80%;
	font-weight: bold;
	cursor: pointer;
	padding-top: 0.6em;
	padding-left: 1em;
	text-transform: uppercase;
}

.square2 img {
	height: 25px;
	margin-right: 0.4em;
}
.square2 p {
	margin-top: 0.6em !important;
}
.square2:hover {
  transform: translate(-8px, -8px);
}

.square2:active {
  transform: translate(-4px, -4px);
  transition: transform 0.1s;
}


/*LUCA BUTTON CLASSES */

.secondary {
	
	display: inline-block;
	outline: 0;
	border: 0;
	cursor: pointer;
	background: #139BB4;
	color: #FFFFFF;
	border-radius: 8px;
	padding: 10px 16px 24px 16px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	transition: transform 200ms;
	background 200ms;
}
	.secondary:hover{
		transform: translateY(-2px);
	
	}





/*****************************/




.resource-link-container {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 2em;
}

.resource-link-container div {
	width: 33.33333%;
}

.resource-link-container .resource-link-title-container img {
	height: 42px;
	width: 42px;
	float: right;
	margin-top: -0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0 !important;
}

.resource-link-container .resource-link-title-container {
	display: flex;
	gap: 1em;
	width: 100%;
	margin-bottom: 0;
}

.resource-link-container p {
	margin: 0.6em 0 0 0;
}

.resource-link-container .resource-link-title-container p {
	margin: 0;
}


.resource-link-container div h4 {
	width: 100%;
	margin: 0;
}

.resource-link-container div h4 a {
	color: #8c1515;
	text-decoration: none;
}

.contact-form-message-box .forminator-textarea--wrap textarea {
	margin-bottom: 0 !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:not(:first-of-type) {
	width: 8.6em !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	height:  auto;
	line-height: 1.3em !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:last-child {
	padding-left: 12px;
	padding-right: 12px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type > a.mega-menu-link {
	width: 9em;
	padding-top: 7.4%;
}

.mega-menu-logo {
	padding-left: 0;
	padding-right: 0;
}

.injury-illness-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	text-align: left;
	margin: 4em auto;
}

/*.injury-illness-container > div:first-of-type img {
	width: 24em;
	max-width: inherit;
}*/

.on-the-job-care {
	margin: -0.3em 0 0.8em 0;
}

.on-the-job-care-icon {
	width: 3em;
	padding: 0.2em 0.6em;
	margin-top: -0.3em;
	float: left;
}

.emergency-after-hours-care {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    text-align: center;
    margin: 2em auto 2em auto;
	gap: 2em;
}

.emergency-after-hours-care > div {
	width: auto;
	position: relative;
}

.emergency-after-hours-care-icon-container {
	position: absolute;
	width: 5.5em;
	height: 5.5em;
	left: -2.5em;
	margin-top: -1.3em;
}

.emergency-after-hours-care-text {
	position: relative;
	width: 510px;
	height: 6.8em;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	line-height: initial;
	padding: 0.8em 1.2em 1.2em 3.2em;
	text-align: left;
	background-color: white;
	margin-bottom: -4em;
}

.where-to-seek-treatment-sub-container {
	display: flex;
	flex-direction: row;
	gap: 3em;
	justify-content: space-between;
	align-items: stretch;
	text-align: left;
	margin: 2em auto 0 auto;
}

/*.where-to-seek-treatment-sub-container > div {
	width: 50%;
}*/

.annual-tb-screening {
	margin-top: 3em;
}

.annual-tb-screening div:first-of-type {
	width: 75%;
}

#med-screen-surveillance-tool {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4em;
	margin-top: 3em;
	box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.2);
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

#med-screen-surveillance-tool table tr:nth-of-type(2) th {
	text-align: left;
}

#med-screen-surveillance-tool .list {
	font-size: 16px;
	font-weight: bold;
	width: 13em;
}

#med-screen-surveillance-tool .list .item {
	padding: 1em;
	background-color: #EEE;
	height: 5em;
}

#med-screen-surveillance-tool .list .item:hover {
	color: white;
	background-color: #8B1615;
	cursor: pointer;
}

#med-screen-surveillance-tool .list .item.active {
	color: white;
	background-color: #8B1615;
	cursor: inherit;
}

#med-screen-surveillance-tool .list .item:not(:last-child) {
	border-bottom: 3px solid white;
}

#med-screen-surveillance-tool .tool-body {
	flex-grow: 1;
	flex-direction: column;
	margin: 1.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	width: min-content;
	height: auto;
	overflow-y: scroll;
}

#med-screen-surveillance-tool .tool-body .details {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
	gap: 2em;
}

#med-screen-surveillance-tool .tool-body .details > div {
	width: auto;
	flex: 1;
	height: 27em;
}

.annual-tb-screening {
	display: flex;
	flex-direction: row;
	gap: 2em;
	justify-content: space-between;
	align-items: stretch;
	text-align: left;
	margin: 3em auto 4em auto;
}

.annual-tb-screening div:last-child {
	min-width: 300px;
}

.travel-services-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 2em;
	margin: 4em auto 3em auto !important;
}

.travel-services-container > div {
	width: 50%;
}

.shadow-box {
	padding: 1em;
	width: 100%;
	box-shadow: 0.5em 0.5em #8C1515;
	border: 3px solid #8c1515;
}

.more-info-covid {
	margin-top: -4.6em;
	margin-bottom: 3.1em;
	text-align: right;
	color: #8C1515;
	font-size: 1.2rem;
}

.flu-content-container {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	text-align: left;
	margin: 3.5em auto 3em auto;
	gap: 3em;
}

.flu-content-container > div {
	width: 50%;
}

.flu-content-container-students {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	text-align: left;
	margin: 5.5em auto 0em auto;
}

.flu-shot-graphic {
	width: 154px;
	position: inherit;
}

.flu-events-calendar {
	width: 100%;
}

.flu-shot-graphic-students {
	position: absolute !important;
	width: 100px;
	top: 3em;
	right: -4em;
}

.flu-shot-callout {
	display: flex;
	position: inherit;
	padding: 2em;
	background-color: #f9f9f9;
}

.flu-shot-callout-students {
	display: flex;
	position: relative;
	padding: 2em;
	/*margin-left: 2em;*/
	margin-right: 2em;
	background-color: #f9f9f9;
	width: 45%;
}

.flu-info-container {
	display: flex;
	margin: 3em auto 0 auto;
	text-align: left;
	overflow: inherit;
	position: relative;
	gap: 3em;
}

.flu-info-container > div:nth-of-type(1) {
	width: 50%;
}

.flu-info-container > div:nth-of-type(2) {
	width: 50%;
}

.flu-info-container-bg {
	display: none;
}

.flu-info-container-expand {
	display: none;
}

.flu-vaccine-steps-bullet-image {
	height: 38px;
	/*width: 41px;*/
	aspect-ratio: 1 / 1;
	margin-right: 0.4em;
	margin-bottom: 0;
	margin-top: -0.4em;
}

.flu-vaccine-steps-bullet-image-sm {
	height: 19px;
	width: 19px;
	margin-top: -0.6em;
}

.flu-vaccine-step-1, .flu-vaccine-step-2,
.flu-vaccine-step-3, .flu-vaccine-step-4,
.flu-vaccine-step-5 {
	margin-right: 2.2em;
}

.flu-events-container ul {
	margin-left: 0;
	padding-right: 2.3em;
}

.vaccination-elegibility-container {
	text-align: center;
	width: 100%;
}

.vaccination-elegibility-item-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 1em;
}

.vec-item {
	background-color: #f9f9f9;
	border-radius: 5px;
	margin: 0.2rem;
	max-width: 10rem;
	padding: 0.14rem;
	
}



.vaccination-elegibility-item-container > div {
	text-align: center;
	flex-basis: 33.333333% !important;
	width: 33.333333%;
	padding: 0 0.5em;
	font-size: 14px;
	line-height:
	inherit; flex: 1;
	margin-bottom: 0.5em;
}

.vaccination-elegibility-item-container img.icon {
	width: 3.8em;
	padding: 0.2em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.vaccination-elegibility-item-container img.icon-mobile {
	display: none;
}

.things-to-bring-container {
	display: flex;
	flex-direction: column;
	margin-top: -0.7em;
	text-align: left;
	gap: 0.3em;
}

.things-to-bring-container > div {
	display: flex;
	flex-direction: row;
	gap: 0.5em;
}

.things-to-bring-container > div h3 {
	font-weight: normal;
	font-size: 19px;
	margin: 0;
}

.things-to-bring-container > div img {
	width: 2.5em;
	height: 2.5em;
	padding: 0.2em;
	display: block;
	float: left;
	margin-top: -1.4em;
}

.flu-faq-container {
	margin: 0 auto;
	text-align: left;
}

.flu-faq-container h2 {
	font-size: 32px;
}

.tab-bar-container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
}

.tab-bar-container .tab-bar li span.small-label {
	display: none;;
}

.tab-bar {
	margin: 0 0 0 -11px;
	padding: 0px;
	overflow: hidden;
	float: left;
	padding-left: 36px;
	list-style-type: none;
	width: 100%;
}

.tab-bar * {
  margin: 0px;
  padding: 0px;
}

.tab-bar li {
	display: block;
	float: left;
	padding: 10px 24px 8px;
	background-color: #fff;
	margin-right: 56px;
	margin-top: 10px;
	position: relative;
	cursor: pointer;
	color: #777;
	/*transition: all 250ms ease;*/
	border-radius: 15px 15px 0 0;
	box-shadow: 2px -1px 4px rgba(0,0,0,0.07);
	margin-bottom: -1px;
}

/* before is after and after is before when it's rendered */
.tab-bar li:before,
.tab-bar li:after {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 44px;  
	background-color: #fff;
	/*transition: all 250ms ease;*/
	z-index: 0;
}
.tab-bar li:before {
	right: -24px;
	transform: skew(40deg, 0deg);
	box-shadow: 4px 0 4px rgba(0,0,0,0.07);
	border-radius: 0 15px 0 0;
}
.tab-bar li:last-child:after {
	left: -24px;
	transform: skew(-40deg, 0deg);
	box-shadow: -4px 0 4px rgba(0,0,0,0.07);
	border-radius: 15px 0 0 0;
}
.tab-bar li:not(:last-child):after {
	left: -24px;
	box-shadow: -4px 0 4px rgba(0,0,0,0.07);
	border-radius: 15px 0 0 0;
}

.tab-bar li.active,
.tab-bar li.active:before,
.tab-bar li.active:after {
	color: white;
	background-color: #8c1515;
	border-width: 0;
	z-index: 10;
}

.collapsible-icon {
	float: right;
}

.resources-box {
	/*box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.1);*/
	box-shadow: 0px 8px 10px rgba(0,0,0,0.07), 
        -10px 8px 15px rgba(0,0,0,0.07), 10px 8px 15px rgba(0,0,0,0.07);
	/*box-shadow: 1px -1px 18px 9px rgba(0,0,0,0.15);*/
	border-radius: 0 1em 1em 1em;
	/*margin: -2em auto 1em auto;*/
	margin: 5em auto 1em auto;
	padding: 3em 2.5em 2em 2.5em;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: row;
	font-size: 20px;
	background-color: white;
	flex-wrap: wrap;
	padding: 2em;
	margin-bottom: 4em !important;
}

.download-icon {
	margin-left: 0.8em;
	cursor: pointer;
}

.resources-box.active {
	display: flex;
}

.resources-box-subsection {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.resources-box-subsection-wide {
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
	gap: 2em;
}

.resources-box-subsection-wide > div {
	flex: 1;
}

.resources-box-subsection > div {
	width: 50%;
	padding: 1em 1.2em 0.5em 1em;
}

/*.resources-box .resources-box-subsection:last-child {
	display: none;
}


.resources-box .resources-box-subsection[data-id="1"] {
	display: none;
}*/

.resources-box-subsection .subtitle{
	width: 100%;
	margin-bottom: 0.3em;
	margin-left: 0.6em;
	color: #8c1515;
	line-height: initial;
}

.resources-box-subsection .tiles-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	gap: 1.2em;
}

.resources-box-subsection .tiles-container a {
	text-decoration: none;
	color: inherit;
}

.resources-box-subsection .tiles-container-mobile {
	display: none;
}

.resources-box-subsection-mobile {
	display: none;
}

.resources-box-subsection .tile {
	height: 11.1em;
	width: 11.1em;
	text-align: center;
	background-color: #F9F9F9;
	font-size: 14px;
	font-weight: bold;
	padding: 1.2em;
	line-height: 17px;
	cursor: pointer;
}

.resources-box-subsection .tile:hover {
	background-color: #8c1515;
	color: white;
}

.resources-box-subsection .tiles-container .tile .footer-button-red.red {
	display: none;
}

.resources-box-subsection p {
	margin-bottom: 0;
}

.resources-box-subsection .tile img {
	width: 4.5em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.collapsible .q {
	display: flex;
	align-content: space-between;
	gap: 0.3em;
    font-size: 1.2em;
    padding-bottom: 0.3em;
	margin-top: 1.2em;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: thin;
	transition: all 0.1s ease;
}

.collapsible .q div:first-child {
	width: 100%;
}

.collapsible .q i.fa {
	/*margin-left: 3em;*/
	/*float: right;*/
}

.collapsible .a {
    font-size: 0.8em;
    font-style: italic;
    display: none;
}

.about-us-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	text-align: left;
	margin: 2em auto;
}

.about-us-container > div:first-child {
	width: 55%;
    margin-right: 2em;
}

.about-us-container > div:last-child {
	width: 45%;
}

.download-container {
	background-color: #F9F9F9;
	text-align: center;
	padding: 1.4em;
	margin-top: 0;
}

.spinner-container {
	margin-top: 5em;
	text-align: center;
}

.callout-box {
	margin-left: 2em;
	text-align: left;
	padding: 1.4em;
	background-color: #F9F9F9;
	margin-bottom: 2.5em;
}

.callout-box h2 {
	margin-top: 0;
	margin-bottom: 0;
}

#staff {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0px; 
	grid-auto-rows: minmax(100px, auto);
	margin: 4em auto 2em auto;
}

#staff .card {
	box-shadow: 0px 0px 14px -7px rgba(0,0,0,0.2);
	border-radius: 1em;
	margin: 1em;
	padding: 1.5em 1.5em 0 1.5em;
	/*height: 19.5em;*/
	position: relative;
}

#staff .card .user-profile-pic {
	border-radius: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 200px;
}

#staff .card .generic-profile-pic {
	border-radius: 50%;
	border-style: solid;
	border-width: 3px;
	border-color: #8c1515;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 200px;
	/*height: 200px;*/
	aspect-ratio: 1/1;
}

#staff .card a {
	color: #8c1515;
}

#staff .card .email-phone {
	margin-bottom: 1.5em;
}

.lottie {
	width: 300px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.box-drop-shadow {
	box-shadow: 0px 0px 14px 3px rgb(0 0 0 / 20%);
}

.box-drop-shadow-thin {
	box-shadow: 0px 0px 14px -7px rgb(0 0 0 / 20%);
}

.box-rounded-15 {
	border-radius: 15px
}

.box-rounded-30 {
	border-radius: 30px
}

.box-rounded-bottom-30 {
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

a.fancy {
	background: linear-gradient(#f6c7c6, #f6c7c6);
	background-position: 0 100%;
	background-repeat: repeat-x;
	/*background-size: 0px 0px;*/
	background-size: 15px 43%;
	color: #000;
	text-decoration: none !important;
	transition: background-size .2s;
}
a.fancy:hover {
  background-size: 15px 100%;
}

.send-map-icon {
	position: absolute;
	right: -0.3em;
	top: 4em;
	background-color: white;
	margin: 1em;
	border-style: solid;
	border-color: white;
	border-width: thin;
	border-radius: 0.5em;
	cursor: pointer;
}

.tooltipster-content {
	color: #282828 !important;
	font-size: 15px;
	line-height: 18px !important;
	padding: 0.8em !important;
	font-family: 'Source Sans Pro', sans-serif;
}

.workers-compensation-container {
	display: flex;
	flex-direction: row;
	gap: 5em;
}

.workers-compensation-container > div {
	width: 50%;
}

.workers-compensation-container-sub {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	text-align: left;
	margin: 0 auto 4em auto;
}

.return-to-work {
	display: flex; 
	justify-content: space-between;
	align-items: stretch;
	text-align: left;
	margin: 2em auto 0 auto;
}

.return-to-work div {
	width: 55%;
	margin-right: 3em;
	margin-bottom: 4em;
}

.forminator-input:hover,
.forminator-input:active,
.forminator-input:focus {
	color: white !important;
}

.forminator-textarea {
	color: white !important;
}

.c-title {
	background-color: #8C1515;
	color: white;
	padding: 0.5em 1em;
	font-weight: bold;
}
.c-title:not(:first-of-type) {
	margin-top: 2em;
}

.c-title {
	cursor: pointer;
}

.c-title i {
	margin-left: 0.5em;
	font-size: 1.3em;
	cursor: pointer;
}

.c-content {
	display: none;
	margin-bottom: 2em;
	padding: 0 1em 1em 1em;
	max-width: 95vw;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}


/**
 * 
 * RESPONSIVE PART
 * 
 */

@media (max-width: 1366px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		padding-right: 4.5em;
	}
}

@media (max-width: 1280px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		padding-right: 1em;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:not(:first-of-type) {
		width: 8em !important;
	}
}

@media (max-width: 1230px) {
	.about-us-container {
		margin-left: 3em;
		margin-right: 3em;
	}

	.entry-title {
		margin-left: 1.5em;
		margin-right: 1.5em;
	}
}

@media (max-width: 1122px) {
	#homepage-container {
		margin-top: 4.4em;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
		width: 100% !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item a.mega-menu-link {
		text-align: center;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type a.mega-menu-link {
		margin-left: auto;
		margin-right: auto;
		padding-top: 1.7em;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-of-type {
		display: none;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:not(:first-of-type) {
		width: 100% !important;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}

	.entry-header,
	.injury-illness-container,
	.workers-compensation-container,
	.where-to-seek-treatment-container,
	.annual-tb-screening,
	.travel-services-container,
	.flu-content-container,
	.flu-info-container,
	.flu-content-container-students,
	.flu-faq-container,
	.emergency-after-hours-care {
		padding-left: 3em;
		padding-right: 3em;
	}

	.emergency-after-hours-care iframe {
		width: 450px;
	}

	.emergency-after-hours-care-text {
		width: 450px;
	}

	#med-screen-surveillance-tool {
		margin-left: 3em;
		margin-right: 3em;
	}

	.entry-title {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 1068px) {
	.emergency-after-hours-care iframe {
		width: 410px;
	}

	.emergency-after-hours-care-text {
		width: 410px;
	}
}

@media (max-width: 980px) {
	.emergency-after-hours-care iframe {
		width: 380px;
	}

	.emergency-after-hours-care-text {
		width: 380px;
	}
}

@media (max-width: 920px) {
	.emergency-after-hours-care iframe {
		width: 350px;
	}

	.emergency-after-hours-care-text {
		width: 350px;
	}
}

@media (max-width: 852px) {
	#homepage-container .desc {
		font-size: 15px;
	}

	#homepage-button-container .buttons .card p {
		font-size: 15px;
	}

	.emergency-after-hours-care iframe {
		width: 330px;
	}

	.emergency-after-hours-care-text {
		width: 330px;
	}
}

@media (max-width: 818px) {
	.emergency-after-hours-care iframe {
		width: 310px;
	}

	.emergency-after-hours-care-text {
		width: 310px;
	}
}

@media (max-width: 795px) {
	#homepage-container .desc {
		font-size: 14px;
	}

	#homepage-button-container .buttons .card p {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	#homepage-container {
		margin-top: 2.4em;
	}

	#med-screen-surveillance-tool .tool-body {
		height: 27.5em;
	}

	#med-screen-surveillance-tool .tool-body .details {
		flex-direction: column-reverse; /** using reverse here so the text and image swap position */
		gap: 1em;
	}

	.emergency-after-hours-care iframe {
		width: 88%;
	}

	.emergency-after-hours-care-text {
		width: 88%;
	}

	.injury-illness-container > div img {
		margin-bottom: 3em;;
	}

	.injury-illness-container .on-the-job-care-icon {
		margin-bottom: 0;
	}

	.entry-header,
	.injury-illness-container,
	.workers-compensation-container,
	.where-to-seek-treatment-container,
	.annual-tb-screening,
	.travel-services-container,
	.flu-content-container,
	.flu-info-container,
	.flu-content-container-students,
	.flu-faq-container,
	.about-us-container {
		padding-left: 3em;
		padding-right: 3em;
	}

	.download-container .download-icon {
		margin-top: 0.4em;
	}

	.tab-bar-container .tab-bar {
		margin-left: 3em;
		margin-right: 3em;
	}

	.resources-box {
		border-radius: 0;
	}

	.vaccination-elegibility-container {
		margin-left: 0;
	}

	.emergency-after-hours-care {
		flex-direction: column;
	}

	#homepage-container .desc {
		padding-left: 3em;
		padding-top: 3em;
		font-size: 14px;
	}

	#homepage-button-container .buttons {
		padding: 2.5em 1em;
	}

	#homepage-button-container .buttons .card {
		width: 50%;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
		width: 100% !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item a.mega-menu-link {
		text-align: center;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type a.mega-menu-link {
		margin-left: auto;
		margin-right: auto;
		padding-top: 1.7em;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-of-type {
		display: none;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:not(:first-of-type) {
		width: 100% !important;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}

	#homepage-button-container {
		margin-top: 0.9em;
	}

	#homepage-button-container .buttons .card img {
		width: 75px;
		height: 75px;
	}

	#homepage-button-container .buttons .card {
		margin-bottom: 1em;
	}

	#homepage-button-container .buttons .card p {
		margin-bottom: 0;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 16px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child > a.mega-menu-link {
		padding-top: 1.2em;
	}

	.about-us-container {
		flex-direction: column;
	}

	.about-us-container > div:first-child {
		width: 100%;
	}
	
	.about-us-container > div:last-child {
		width: 100%;
	}

	.callout-box {
		margin-right: 2em;
	}

	#staff .card .user-profile-pic {
		height: auto;
	}

	#staff .card div .scale-email {
		inline-size: 88%;
		overflow-wrap: break-word;
	}

	#staff .card .email-phone img {
		width: 1.6em !important;
		height: 1.6em !important;
		margin-top: 0 !important;
	}

	.entry-title {
		/*margin-left: 1.5em;
		margin-right: 1.5em;*/
		margin-left: 0;
		margin-right: 0;
	}

	.footer-content {
		flex-direction: column;
		gap: 0;
		padding-bottom: 3em;
		padding-left: 3em;
		padding-right: 3em;
	}

	.about-us-container {
		margin-left: 0;
		margin-right: 0;
	}

	.return-to-work div {
		width: 100%;
		margin-right: 0;
	}
}

@media (max-width: 668px) {
	#homepage-button-container .buttons .card {
		font-size: 13px;
	}

	#homepage-container .desc {
		font-size: 13px;
	}

	.injury-illness-container {
		flex-direction: column;
	}

	.workers-compensation-container .workers-compensation-container-sub {
		flex-direction: column;
	}

	.workers-compensation-container .workers-compensation-container-sub {
		width: 100%;
	}

	.workers-compensation-container .workers-compensation-container-sub div {
		width: 100% !important;
	}

	.workers-compensation-container .workers-compensation-container-sub div {
		width: 100% !important;
		/*text-align: center;*/
	}

	.where-to-seek-treatment-container .where-to-seek-treatment-sub-container {
		flex-direction: column;
	}

	.where-to-seek-treatment-container .where-to-seek-treatment-sub-container div {
		width: 100%;
	}

	.return-to-work {
		flex-direction: column;
	}

	.return-to-work > div {
		width: 100% !important;
	}

	.annual-tb-screening {
		flex-direction: column;
	}

	.annual-tb-screening div:nth-of-type(2) {
		text-align: center;
	}

	.travel-services-container {
		flex-direction: column;
	}

	.travel-services-container div {
		width: 100%;
	}

	.flu-content-container {
		flex-direction: column;
	}

	.flu-content-container .flu-shot-callout {
		width: 100%;
	}

	.vaccination-elegibility-container {
		width: 100%;
	}

	.flu-content-container-students {
		flex-direction: column;
	}

	.flu-content-container-students .flu-shot-callout-students {
		width: 100%;
	}

	.flu-content-container-students .flu-events-calendar {
		width: 100%;
		margin-top: 3em;
	}

	.resources-box {
		margin-left: 3em;
		margin-right: 3em;
	}

	.tab-bar-container .tab-bar li {
		font-size: 14px;
	}
	.tab-bar-container .tab-bar li span.small-label {
		display: block;
	}
	.tab-bar-container .tab-bar li span.regular-label {
		display: none;
	}
	
	.resources-box-subsection-wide {
		flex-direction: column;
		font-size: 14px;
	}

	.about-us-container {
		/*margin-left: 3em;
		margin-right: 3em;*/
		margin-left: 0;
		margin-right: 0;
		font-size: 14px;
	}

	#staff .card div h3 {
		font-size: 20px !important;
		line-height: 23px !important;
	}

	#staff .card div p {
		font-size: 14px !important;
	}

	#staff .card .email-phone img {
		width: 1.6em !important;
		height: 1.6em !important;
		margin-top: 0 !important;
	}

	#staff .card div .scale-email {
		inline-size: 82%;
		overflow-wrap: break-word;
	}

	#staff .card .user-profile-pic,
	#staff .card .generic-profile-pic {
		width: 70%;
		height: auto;
	}

	.download-container .download-icon {
		margin-top: 0.7em;
	}
}

@media (max-width: 616px) {
	#homepage-container .desc {
		font-size: 13px;
	}

	#homepage-button-container .buttons .card p {
		font-size: 12px;
	}
}

@media (max-width: 600px) {
	#masthead #site-navigation button.menu-toggle {
		background-color: red;
		display: none;;
	}
}

@media (max-width: 571px) {
	#homepage-container .desc {
		width: 100%;
		padding-left: 1.3em;
		padding-right: 1.3em;
		margin-top: 0;
		margin-bottom: 2em;
	}

	#homepage-container .sidebar {
		display: none;
	}

	#med-screen-surveillance-tool {
		flex-direction: column;
		border-radius: unset;
	}

	#med-screen-surveillance-tool .list,
	#med-screen-surveillance-tool .tool-body {
		width: 100%;
	}

	#med-screen-surveillance-tool .tool-body {
		height: auto;
	}
}

@media (max-width: 544px) {
	#homepage-container {
		margin-top: 6em;
	}

	#homepage-container .desc {
		width: 100%;
		padding-left: 1.3em;
		padding-right: 1.3em;
		margin-top: 0;
		margin-bottom: 2em;
	}

	#homepage-container .sidebar {
		display: none;
	}

	#homepage-button-container .buttons {
		flex-direction: column;
	}

	#homepage-button-container .buttons .card {
		width: 100%;
		text-align: center;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo {
		max-height: 65px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type a.mega-menu-link {
		margin: 0;
		width: 100%;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 16px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type a.mega-menu-link {
		padding-top: 1.4em;
	}

	.annual-tb-screening {
		margin-bottom: 0;
		gap: 0;
	}

	.annual-tb-screening div:first-of-type {
		width: 100%;
	}

	.annual-tb-screening div:last-child {
		min-width: auto;
	}

	.travel-services-container {
		margin-top: 0 !important;
	}

	#staff {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.workers-compensation-container {
		flex-direction: column;
		gap: 0;
		/*margin-bottom: 5em;*/
	}

	.workers-compensation-container div:first-of-type {
		margin-bottom: 0;
	}

	.workers-compensation-container > div {
		width: 100%;
	}

	.workers-compensation-container [data-pos="LEFT"] > div:first-of-type,
	.workers-compensation-container [data-pos="RIGHT"] > div:first-of-type {
		margin-right: -1.4em !important;
	}

	/*.workers-compensation-container-sub {
		text-align: left;
	}*/

	.on-the-job-care {
		margin-top: 1.5em;
	}

	.workers-compensation-container-sub {
		margin-bottom: 0;
	}

	.workers-compensation-container-sub .shadow-box {
		margin: 0.5em;
	}

	.workers-compensation-container-sub .shadow-box ol {
		margin-left: 0;
		padding-left: 2em;
		word-wrap: break-word;
	}

	.workers-compensation-container-sub .shadow-box ol li div {
		width: 90% !important;
		padding-top: 1em;
		padding-bottom: 1em;
		word-wrap: break-word;
	}

	.workers-compensation-container-sub .shadow-box ol li a.fancy {
		word-wrap: break-word;
	}

	.workers-compensation-container-sub .shadow-box ol li ol {
		margin-left: 2em;
		padding: 0;
	}

	.emergency-after-hours-care {
		margin-bottom: -0.7em;
	}

	.emergency-after-hours-care-text {
		height: auto;
		font-size: 16px;
	}

	.injury-illness-container div:nth-of-type(2) {
		margin-left: 0 !important;
	}

	.on-the-job-care {
		width: 100% !important;
	}

	.where-to-seek-treatment-sub-container {
		gap: 0;
	}

	.more-info-covid {
		margin-top: 0;
	}

	.flu-content-container .flu-shot-callout > div {
		margin-left: 1.8em;
	}

	.flu-content-container .flu-shot-callout .flu-vaccine-sub-list {
		margin-left: 0 !important;
	}

	.flu-content-container .flu-vaccine-step-1,
	.flu-content-container .flu-vaccine-step-2 {
		margin-right: 0;
	}

	.flu-shot-graphic {
		position: absolute !important;
		width: 100px;
		top: 3em;
		left: -2.5em;
	}

	.flu-info-container {
		flex-direction: column;
	}
	
	.flu-info-container > div:nth-of-type(1),
	.flu-info-container > div:nth-of-type(2) {
		width: 100%;
	}
}

@media (max-width: 294px) {
	#homepage-button-container .buttons .card {
		padding: 0;
	}
}


/*Blurb to add to homepage to link to winter closure page, see copy below.*/
.winter-closure-blurb {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
	font-size: .9em;
	padding: 1em;
	margin: 5px;
}
/*
<div class="winter-closure-blurb">[icon name="arrow-circle-right" prefix="fas"] SUOHC is <strong>CLOSED</strong> until<strong> January 4, 2023.</strong> For medical emergencies call 911, else please <a class="fancy" href="https://suohcdev.wpengine.com/winter-closure-and-su-occupational-health-center/">GO HERE</a> for a list of other medical facilities.</div>
*/

/*Closure Page Styles*/
#paragraph-closure{
	margin-top: 0em;
}
.shadow-box-container{
	width: 40em;
}
@media (max-width: 600px) {
	.shadow-box-container{
		max-width: 80vw;
	}
	.rounded-table .content-child {
		display: flex;
		flex-direction: column;
		gap: 1em;
	}
}

.inline-notice {
	padding: 0.5rem 1rem;
	background-color: white;
	border-left: 6px solid #8c1515;
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.10);
}
