/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
hr {
 box-sizing: content-box;
 height: 0;
 overflow: visible;
}
pre {
 font-family: monospace, monospace;
 font-size: 1em;
}
a {
 background-color: transparent;
}
abbr[title] {
 border-bottom: none;
 text-decoration: underline;
 text-decoration: underline dotted;
}
b, strong {
 font-weight: bold;
}
code, kbd, samp {
 font-family: monospace, monospace;
 font-size: 1em;
}
small {
 font-size: 80%;
}
sub, sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}
sub {
 bottom: -0.25em;
}
sup {
 top: -0.5em;
}
img {
 border-style: none;
}
button, input, optgroup, select, textarea {
 font-family: inherit;
 font-size: 100%;
 line-height: 1.15;
 margin: 0;
}
button, input {
 overflow: visible;
}
button, select {
 text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
 background: #063;
 border: 0;
 border-radius: 6px;
 color: #fff;
 font-family: 'Open Sans', Tahoma, sans-serif;
 padding: 8px 20px 10px;
}
button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover, button:focus, [type="button"]:focus, [type="reset"]:focus, [type="submit"]:focus, button:active, [type="button"]:active, [type="reset"]:active, [type="submit"]:active {
 background: #024731;
}
button:-moz-focus-inner, [type="button"]:-moz-focus-inner, [type="reset"]:-moz-focus-inner, [type="submit"]:-moz-focus-inner {
 border-style: none;
 padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
input#searchsubmit {
 margin-top: 10px;
}
fieldset {
 padding: 0.35em 0.75em 0.625em;
}
legend {
 box-sizing: border-box;
 color: inherit;
 display: table;
 max-width: 100%;
 padding: 0;
 white-space: normal;
}
progress {
 vertical-align: baseline;
}
textarea {
 border-radius: 4px;
 overflow: auto;
}
[type="checkbox"], [type="radio"] {
 box-sizing: border-box;
 padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
[type="text"] {
 border-radius: 4px;
 padding: 15px 20px;
}
[type="search"] {
 -webkit-appearance: textfield;
 outline-offset: -2px;
 border-radius: 3px;
}
[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
::-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}
details {
 display: block;
}
summary {
 display: list-item;
}
template {
 display: none;
}
[hidden] {
 display: none;
}
form.search-form {
 align-self: center;
 display: flex;
 background: #f9f9f9;
 border: 1px solid rgba(2, 71, 49, 0.4);
 border-radius: 3px;
 height: 2.4em;
}
form.search-form input[type="search"] {
 border: none;
 background: transparent;
 width: calc(100% - 2.5em);
}
form.search-form button[type="submit"] {
 background: transparent;
 color: #024731;
 padding: 8px 10px 10px;
 width: 2.5em;
}
#header_mid form.search-form {
 flex: 0 12em;
}
/* theme styles */
body {
 height: 100%;
 margin: 0;
 font-family: 'Open Sans', Arial, Tahoma, sans-serif;
}
/* header */
header, main, footer {
 clear: both;
 width: 100%;
 margin: 0;
}
header, footer {
 font-family: 'Open Sans', Arial, Tahoma, sans-serif;
}
#skip2main {
 position: absolute;
 left: 10px;
 top: -50px;
}
#skip2main:focus {
 top: 10px;
 z-index: 10;
 padding: 12px;
 background: #dfd;
 color: #000;
 font-weight: bold;
 font-size: 10pt;
}
#header_top {
 background-color: #024731;
 overflow-x: auto;
 overflow-y: hidden;
 padding-left: 20px;
 padding-right: 20px;
}
#header_top_content {
 color: #fff;
 font-size: 14px;
 margin: 0 auto;
 padding: 6px 0;
}
@media only screen and (min-width: 761px) {
 #header_top_content {
	 padding: 18px 0 6px;
}
}
#header_top_content ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
#header_top_content > ul {
 display: flex;
 flex-wrap: wrap;
 flex: 1;
}
#header_top_content > ul li {
 padding-bottom: 1em;
}
@media only screen and (max-width: 760px) {
 #header_top_content > ul li {
	 padding-bottom: 0;
}
}
@media only screen and (min-width: 761px) {
 #header_top_content > ul li:not(:last-child) a {
	 margin: 0 20px 0 0;
}
}
#header_top_content > ul li a {
 display: block;
 color: #fff;
 text-align: center;
 text-decoration: none;
}
#header_top_content > ul li a:active, #header_top_content > ul li a:hover, #header_top_content > ul li a:focus {
 text-decoration: underline;
}
#header_smrow {
 flex: 0 9em;
 align-self: center;
 padding-bottom: 0.8em;
}
#header_smrow a {
 text-decoration: none;
}
#header_smrow a:hover, #header_smrow a:focus, #header_smrow a:active {
 opacity: 0.8;
}
.header_smicon, .search_icon {
 height: 18px;
}
#header_mid {
 display: flex;
 height: 110px;
 margin: 0;
 padding: 0;
}
#header_mid .container {
 align-self: center;
}
#header_mid_logo {
 display: block;
 height: auto;
 margin: 0 auto;
 max-height: 72px;
 max-width: 100%;
}
#department_name {
 margin: 0 auto;
 padding: 10px 0;
 position: relative;
 background-color: #f7f7f7;
 border: 0;
 border-top: 1px solid #eee;
 border-bottom: 1px solid #eee;
}
#header_btm {
 margin: 0 auto;
 color: #000;
 padding: 1em 0;
 line-height: 2;
}
#header_btm ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
 position: relative;
 text-align: left;
 z-index: 20;
}
#header_btm ul > li:hover a + ul, #header_btm ul > li:focus a + ul, #header_btm ul > li:active a + ul {
 display: block;
}
@media only screen and (min-width: 761px) {
 #header_btm {
	 display: flex;
}
 #header_btm_content > ul > li > a + ul {
	 border: 1px solid #e7e7e7;
	 line-height: 1.4;
}
 #header_btm_content > ul > li > a + ul a {
	 padding-top: 8px;
	 padding-bottom: 10px;
}
}
#header_btm_content li a {
 display: block;
 color: #000;
 margin: 0;
 text-decoration: none;
}
#header_btm_content li a:hover, #header_btm_content li a:focus, #header_btm_content li a:active {
 text-decoration: underline;
}
#header_btm_content ul ul a {
 background: #fff;
 display: block;
 padding: 3px 10px;
 margin: 0 !important;
 text-align: left;
}
#header_btm_content ul ul a:active, #header_btm_content ul ul a:hover, #header_btm_content ul ul a:focus {
 background: #e7e7e7;
}
#header_btm_content > ul > li > ul {
 display: none;
}
#header_btm_content ul li > ul li > ul li a {
 padding-left: 20px;
}
#header_btm_content ul li > ul li > ul li > ul li a {
 padding-left: 40px;
}
#header_btm_content > ul > li.menu-item-has-children > a:after {
 font-family: "FontAwesome";
 content: "\f105";
 padding-left: 4px;
 white-space: nowrap;
}
#header_btm_content ul li > ul li {
 display: block;
 float: none;
}
@media only screen and (max-width: 761px) {
 #header_btm_content > ul > li.menu-item-has-children > a:hover:after, #header_btm_content > ul > li.menu-item-has-children > a:focus:after, #header_btm_content > ul > li.menu-item-has-children > a:active:after {
	 transform: rotate(90deg);
}
}
@media only screen and (min-width: 761px) {
 #header_btm_content > ul > li.menu-item-has-children > a:after {
	 content: "\f107";
}
}
@media only screen and (min-width: 761px) {
 #header_btm_content > ul > li > ul {
	 min-width: 200px;
	 position: absolute;
}
}
#header_btm_content li:not(:last-child) a {
 margin: 0 20px 0 0;
}
#header_btm_content .sub-menu.show {
 display: block;
}
@media only screen and (max-width: 760px) {
 #header_mid {
	 height: auto;
	 margin: 20px auto 10px;
	 position: relative;
}
 #header_btm_content li a:hover, #header_btm_content li a:focus, #header_btm_content li a:active {
	 background-color: transparent !important;
	 text-decoration: none;
	 color: #000;
}
 #header_btm_content .sub-menu > li:first-child {
	 border-top: 1px solid #e7e7e7;
}
 #header_btm .search-mobile {
	 align-items: center;
	 box-sizing: border-box;
	 color: #333;
	 display: inline-flex;
	 text-decoration: none;
	 font-size: 0.8rem;
	 font-weight: 700;
	 letter-spacing: 1px;
	 margin: 0;
	 padding: 10px 20px;
	 text-transform: uppercase;
}
 .search-mobile span.fa {
	 font-size: 16px;
	 padding-left: 6px;
}
 .logged-in .search-mobile {
	 top: 46px;
}
 .search-mobile:hover, .search-mobile:focus, .search-mobile:active {
	 opacity: 0.8;
}
}
#header_sitename {
 font-size: 1.6em;
 margin: 0;
}
#header_sitename a {
 color: #333;
 font-weight: 700;
 text-decoration: none;
}
#header_sitename a:hover, #header_sitename a:focus, #header_sitename a:active {
 text-decoration: underline;
}
#header_sitedescription {
 color: #333;
 align-self: center;
 padding-top: 7px;
}
/* main */
#main_content {
 padding-bottom: 30px;
}
.search-results h1.entry-title + .hentry {
 margin-top: 20px;
}
.search-results #content .hentry .post-content h2.entry-title {
 font-size: 1.2em;
 margin: 10px 0 6px;
}
.search-results .container .hentry {
 margin-bottom: 0;
}
.search-results .container .hentry + .hentry {
 margin-top: 2.5rem;
}
.blog .post.has-post-thumbnail .entry-thumbnail, .archive:not(.category-directory) .post.has-post-thumbnail .entry-thumbnail, .search-results .has-post-thumbnail .entry-thumbnail {
 position: absolute;
}
.blog .post.has-post-thumbnail .post-content, .archive:not(.category-directory) .post.has-post-thumbnail .post-content, .search-results .has-post-thumbnail .post-content {
 margin-left: 100px;
}
.archive .faq-container .post.has-post-thumbnail .post-content {
 margin-left: 0 !important;
}
.blog .post.has-post-thumbnail .entry-thumbnail, .archive:not(.category-directory) .post.has-post-thumbnail .entry-thumbnail, .search-results .has-post-thumbnail .entry-thumbnail {
 width: 80px;
}
.blog .post.has-post-thumbnail, .archive:not(.category-directory) .post.has-post-thumbnail, .search-results .has-post-thumbnail {
 min-height: 80px;
}
.blog .post + .post, .archive:not(.category-directory) .post + .post {
 border-top: 1px solid #ddd;
}
.archive .faq-container .post.has-post-thumbnail {
 min-height: 0 !important;
}
.blog .post.has-post-thumbnail .entry-thumbnail img, .archive:not(.category-directory) .post.has-post-thumbnail .entry-thumbnail img, .search-results .has-post-thumbnail .entry-thumbnail img {
 height: auto;
 width: 100%;
}
@media only screen and (min-width: 761px) {
 .category-directory .directory-container {
	 display: flex;
	 flex-wrap: wrap;
}
 .category-directory .directory-container .post {
	 flex-basis: 32%;
}
 .category-directory .directory-container .post:not(:nth-child(3n)) {
	 margin-right: 2%;
}
}
.category-directory .directory-container .post {
 border: 1px solid #e7e7e7;
 padding: 0;
 margin-top: 32px;
 margin-bottom: 0;
 box-sizing: border-box;
}
.category-directory .directory-container .post .post-content {
 padding: 10px 16px;
}
.category-directory .directory-container .post .post-content .entry-content p:first-child {
 margin-top: 4px;
}
.category-directory .directory-container img {
 width: 100%;
 height: auto;
}
.faq-container .post-content .entry-content {
 display: none;
 padding-right: 50px;
}
.faq-container .post-content .entry-content.open {
 display: block;
}
.faq-container .post {
 padding: 20px 0 0;
 margin: 0;
}
.faq-container .post .post-content > a {
 display: block;
 padding-right: 30px;
 position: relative;
 text-decoration: none;
}
.faq-container .post .post-content .entry-title {
 font-weight: 600;
 position: relative;
}
.faq-container .post .post-content .entry-title a {
 display: block;
 padding: 0 50px 0 0;
}
.faq-container .post .post-content .entry-title a:after {
 font-family: "FontAwesome";
 font-size: 24px;
 content: "\f107";
 color: #024731;
 position: absolute;
 right: 10px;
 top: -4px;
 padding-left: 4px;
 white-space: nowrap;
}
.faq-container .post .post-content .entry-title[aria-expanded="true"] a:after {
 transform: rotate(180deg);
}
.faq-container .view-more {
 display: block;
 margin-top: 8px;
}
/* footer */
#footer_top {
 background: #fff;
 padding: 0;
}
#footer_top .contact-info {
 line-height: 2;
}
@media only screen and (max-width: 760px) {
 #footer_top .contact-info {
	 padding-top: 20px;
}
 #footer_top .social-media-links {
	 padding: 20px 0 30px;
}
}
address {
 font-style: normal;
}
.contact-info > h2 {
 font-size: 1.15em;
 font-weight: 700;
 line-height: 1.4;
 margin: 0 0 0.4rem;
}
#footer_top .contact {
 margin-top: 1em;
}
#footer_top .sm-header {
 font-weight: bold;
 margin: 0.75em 0 0;
}
#footer_top_content {
 border-top: 1px solid #ccc;
 color: #000;
}
#footer_top_content a {
 color: #333;
 margin-right: 0.5em;
}
#footer_top_content a:focus, #footer_top_content a:hover, #footer_top_content a:active {
 color: #999;
}
#footer_mid_content {
 color: #fff;
 font-size: 0.9em;
 line-height: 1.8;
 font-weight: 400;
}
#footer_mid_content ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
#footer_mid_content li a {
 color: #fff;
 text-decoration: none;
}
#footer_mid_content li a:hover, #footer_mid_content li a:focus, #footer_mid_content li a:active {
 text-decoration: underline;
}
#footer_mid_content img {
 max-width: 90%;
 height: auto;
}
#footer_btm {
 background-color: #024731;
}
#footer_btm_content {
 color: #fff;
 font-size: 0.85em;
 line-height: 1.8;
}
#footer_btm_content a {
 color: #fff;
}
#footer_btm_content a:hover, #footer_btm_content a:focus, #footer_btm_content a:active {
 color: #ddd;
 border-bottom-color: #fff;
}
footer {
 background-color: #333;
}
/* =Structure -------------------------------------------------------------- */
/* The main theme structure */
#access .menu-header, #colophon, #branding, #main, #wrapper {
 margin: 0 auto;
}
#wrapper {
 background: #fff;
 margin-top: 20px;
 padding: 0 20px;
}
/* Structure the footer area */
#footer-widget-area {
 overflow: hidden;
}
/* =Global Elements -------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
/* Text elements */
p {
 margin: 0;
}
ul {
 margin: 0 0 0 1.5em;
}
ol {
 list-style: decimal;
 margin: 0 0 0 1.5em;
}
ol ol {
 list-style: upper-alpha;
}
ol ol ol {
 list-style: lower-roman;
}
ol ol ol ol {
 list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
 margin-bottom: 0;
}
dl {
 margin: 0 0 24px 0;
}
dt {
 font-weight: bold;
}
dd {
 margin-bottom: 18px;
}
strong {
 font-weight: bold;
}
cite, em, i {
 font-style: italic;
}
big {
 font-size: 131.25%;
}
ins {
 background: #ffc;
 text-decoration: none;
}
blockquote {
 background: #f7f7f7;
 margin: 20px 0;
 padding: 20px;
}
blockquote.note {
 background: #f7f7f7;
}
blockquote.info {
 background: transparent;
 border: 1px solid #e7e7e7;
 padding-left: 50px;
 position: relative;
}
blockquote.info:before {
 font-family: "FontAwesome";
 color: #027431;
 content: "\f05a";
 position: absolute;
 top: 20px;
 left: 20px;
}
blockquote.alert {
 background: #f8eef0;
 padding-left: 50px;
 position: relative;
}
blockquote.alert:before {
 font-family: "FontAwesome";
 color: #b24b66;
 content: "\f06a";
 position: absolute;
 top: 20px;
 left: 20px;
}
blockquote.quote {
 background: transparent;
 border-left: 4px solid #027431;
 padding-bottom: 0;
 padding-top: 0;
}
blockquote p {
 margin: 0;
}
blockquote p + p {
 margin-top: 18px;
}
blockquote cite, blockquote em, blockquote i {
 font-style: normal;
}
p + .table-wrap, .table-wrap + p {
 margin-top: 2rem;
}
.anchor-container:before {
 content: "";
 display: block;
 min-width: 1px;
 padding-top: 36px;
}
code {
 font-family: 'Source Code Pro', monospace;
 font-size: 0.9em;
 line-height: 1.2;
}
.code {
 background: #232323;
 border-left: 8px solid #8cc63e;
 color: white;
 font-family: 'Source Code Pro', monospace;
 font-size: 1.05em;
 line-height: 1.2;
 margin: 20px 0;
 overflow-x: scroll;
 padding: 16px 16px 22px 20px;
 white-space: nowrap;
}
pre {
 background: #f7f7f7;
 color: #222;
 line-height: 18px;
 margin-bottom: 18px;
 overflow: auto;
 padding: 1.5em;
}
abbr, acronym {
 border-bottom: 1px dotted #666;
 cursor: help;
}
sup, sub {
 height: 0;
 line-height: 1;
 position: relative;
 vertical-align: baseline;
}
sup {
 bottom: 1ex;
}
sub {
 top: 0.5ex;
}
small {
 font-size: smaller;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], input[type="search"], textarea {
 background: #f9f9f9;
 border: 1px solid rgba(2, 71, 49, 0.4);
 -webkit-appearance: none;
 padding: 2px;
}
a:link {
 color: #217eab;
}
a:visited {
 color: #743399;
}
a:active, a:hover, a:focus {
 color: #024731;
 text-decoration: underline;
}
/* Text meant only for screen readers */
.screen-reader-text {
 clip: rect(1px, 1px, 1px, 1px);
 overflow: hidden;
 position: absolute !important;
 height: 1px;
 width: 1px;
}
/* =Menu -------------------------------------------------------------- */
#access {
 background: #000;
 display: block;
 float: left;
 margin: 0 auto;
/*width: 940px;
*/
}
#access .menu-header {
 margin-left: 12px;
}
#access .menu-header ul, div.menu ul {
 list-style: none;
 margin: 0;
}
#access a {
 color: #aaa;
 display: block;
 line-height: 38px;
 padding: 0 10px;
 text-decoration: none;
}
#access ul ul {
 box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
 display: none;
 position: absolute;
 top: 38px;
 left: 0;
 float: left;
 width: 180px;
 z-index: 99999;
}
#access ul ul li {
 min-width: 180px;
}
#access ul ul ul {
 left: 100%;
 top: 0;
}
#access ul ul a {
 background: #333;
 line-height: 1em;
 padding: 10px;
 width: 160px;
 height: auto;
}
#access li:hover > a, #access li:focus > a, #access li:active > a, #access ul ul :hover > a, #access ul ul :focus > a, #access ul ul :active > a {
 background: #333;
 color: #fff;
}
#access ul li:hover > ul, #access ul li:focus > ul, #access ul li:active > ul {
 display: block;
}
#access ul li.current_page_item > a, #access ul li.current_page_ancestor > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
 color: #fff;
}
* html #access ul li.current_page_item a, * html #access ul li.current_page_ancestor a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a, * html #access ul li a:hover, * html #access ul li a:focus, * html #access ul li a:active {
 color: #fff;
}
/* =Content -------------------------------------------------------------- */
#main {
 clear: both;
/*overflow: hidden;
*/
 padding: 40px 0 0 0;
}
h1 {
 font-size: 1.8em;
 margin: 0.67em 0;
}
h1.entry-title, h1.page-title {
 font-size: 2em;
}
h1, h2, h3, h4, h5, h6 {
 font-family: 'Open Sans', Tahoma, sans-serif;
}
#content {
 margin-bottom: 36px;
}
#content, #content input, #content textarea {
 color: #1d1d1d;
 font-size: 1em;
 line-height: 1.65;
}
#content input[type="submit"] {
 color: #fff;
}
#content p + p, #content p + ul, #content p + ol, #content p + dd, #content p + pre, #content p + table, #content ul + ul, #content ul + p, #content ul + ol, #content ul + dd, #content ul + pre, #content ul + table, #content ol + ol, #content ol + p, #content ol + ul, #content ol + dd, #content ol + pre, #content ol + table, #content dd + dd, #content dd + p, #content dd + ul, #content dd + ol, #content dd + pre, #content dd + table, #content pre + pre, #content pre + p, #content pre + ul, #content pre + ol, #content pre + dd, #content pre + table, #content table + p, #content table + ul, #content table + ol, #content table + dd, #content table + pre, #content table + table, #content blockquote + p, #content blockquote + ul, #content blockquote + ol, #content blockquote + dd, #content blockquote + pre, #content blockquote + table {
 margin-top: 24px;
}
#content p + h1, #content p + h2, #content p + h3, #content p + h4, #content p + h5, #content p + h6, #content ul + h1, #content ul + h2, #content ul + h3, #content ul + h4, #content ul + h5, #content ul + h6, #content ol + h1, #content ol + h2, #content ol + h3, #content ol + h4, #content ol + h5, #content ol + h6, #content table + h1, #content table + h2, #content table + h3, #content table + h4, #content table + h5, #content table + h6, #content blockquote + h1, #content blockquote + h2, #content blockquote + h3, #content blockquote + h4, #content blockquote + h5, #content blockquote + h6 {
 margin-top: 48px;
}
#content h1 + h1, #content h1 + h2, #content h2 + h2, #content h2 + h3, #content h2 + h1, #content h3 + h3, #content h3 + h4, #content h3 + h2, #content h4 + h4, #content h4 + h5, #content h4 + h3, #content h5 + h5, #content h5 + h6, #content h5 + h4, #content h6 + h6 {
 margin-top: 4px;
}
#content hr {
 margin: 24px 0;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
 margin-bottom: 0;
}
#content pre, #content kbd, #content tt, #content var {
 font-size: 15px;
 line-height: 21px;
}
#content code {
 font-size: 13px;
}
#content dt, #content th {
 color: #000;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
 color: #024731;
 font-weight: 600;
 line-height: 1.5;
 margin: 0;
}
#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
 color: inherit;
}
#content h1 + p, #content h2 + p, #content h3 + p, #content h4 + p, #content h5 + p, #content h6 + p {
 margin-top: 6px;
}
#content h1 + ul, #content h2 + ul, #content h3 + ul, #content h4 + ul, #content h5 + ul, #content h6 + ul, #content h1 + ol, #content h2 + ol, #content h3 + ol, #content h4 + ol, #content h5 + ol, #content h6 + ol {
 margin-top: 12px;
}
#content h2 {
 font-size: 1.7rem;
}
#content h3 {
 font-size: 1.5rem;
}
#content h4 {
 font-size: 1.3rem;
}
#content h5 {
 font-size: 1.15rem;
}
#content h6 {
 font-size: 1rem;
 font-weight: 700;
}
#content li + li {
 margin-top: 8px;
}
#content li > ul, #content li > ol {
 margin-top: 15px;
}
img, iframe {
 max-width: 100%;
}
iframe {
 margin: 24px 0;
}
table {
 border: 1px solid #e7e7e7;
 border-collapse: collapse;
 margin: 0 0 24px 0;
 text-align: left;
 width: 100%;
}
table.people-list {
 border: 0;
}
table.people-list tr + tr {
 border-top: 1px solid #e7e7e7;
}
table.people-list tr td {
 border-top: 0;
 padding: 20px;
}
table.people-list td:first-child {
 padding-left: 0;
 padding-right: 0;
 width: 100px;
}
table.people-list p + p {
 margin-top: 18px;
}
tr th, thead th {
 background: #f7f7f7;
 color: #333;
 font-weight: bold;
 line-height: 18px;
 padding: 9px 12px;
}
tr th + th, thead th + th {
 border-left: 1px solid #e7e7e7;
}
tr td {
 border-top: 1px solid #e7e7e7;
 padding: 6px 12px;
}
tr td + td {
 border-left: 1px solid #e7e7e7;
}
tr.odd td {
 background: #f2f7fc;
}
.hentry {
 margin: 0 0 48px 0;
}
.home .sticky {
 background: #f2f7fc;
 border-top: 4px solid #000;
 margin-left: -20px;
 margin-right: -20px;
 padding: 18px 20px;
}
.home #main_content {
 padding: 40px 0 30px;
}
.home #main_content::after {
 clear: both;
 content: '';
 display: block;
 min-height: 1px;
 width: 100%;
}
.home main > img {
 width: 100%;
}
.error404 .error404 {
 text-align: center;
}
.error404 h1 {
 font-size: 2.6em;
}
.archive #content .page-title, .blog #content .page-title, .search .page-title {
 font-size: 2em;
 font-weight: 700;
 line-height: 1.5;
 margin-bottom: 0;
 margin-top: 1em;
}
.home.blog #content h1.page-title {
 margin-top: 0;
}
.blog .post, .archive .post {
 padding-top: 32px;
 margin-bottom: 32px;
}
.blog + .post, .archive + .post {
 border-top: 1px solid #ddd;
}
.blog #content .post h2.entry-title, .archive #content .post h2.entry-title {
 font-size: 1.2em;
 margin-top: 0;
}
.blog .post-content .entry-content, .archive .post-content .entry-content, .search .post-content .entry-content {
 padding-top: 0;
}
.single .hentry {
 margin: 0 0 36px 0;
}
.attachment .page-title {
 border-bottom: 1px solid #ddd;
}
p.page-title {
 color: #707070;
 font-family: 'Open Sans', Tahoma, sans-serif;
 font-size: 0.85rem;
 line-height: 1.4;
 padding: 12px 0 20px;
}
p.page-title span {
 color: #333;
 font-size: 16px;
 font-style: italic;
 font-weight: normal;
}
p.page-title a:link, p.page-title a:visited {
 color: #777;
 text-decoration: none;
}
p.page-title a:active, p.page-title a:hover, p.page-title a:focus {
 color: #217eab;
 text-decoration: underline;
}
#content .entry-title {
 font-weight: 700;
 line-height: 1.5;
 margin-bottom: 0;
 margin-top: 1em;
}
#content h1.entry-title + img {
 margin-top: 10px;
}
/*#content a[href*="//"]:not([href*="hawaii.edu"]):after {
 font-family: "FontAwesome";
 content: "\f08e";
 padding-left: 4px;
 white-space: nowrap;
 text-decoration: none;
}
*/
#content a.post-edit-link {
 border: 1px solid #e7e7e7;
 padding: 6px 20px;
 text-decoration: none;
 display: inline-block;
 font-size: 0.8rem;
 margin-top: 30px;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 700;
}
#content a.post-edit-link:before {
 font-family: "FontAwesome";
 content: "\f044";
 padding-right: 4px;
 white-space: nowrap;
 text-decoration: none;
}
#content a.post-edit-link:focus, #content a.post-edit-link:hover, #content a.post-edit-link:active {
 background: #e7e7e7;
 color: #000;
}
.entry-title a:link, .entry-title a:visited {
 color: inherit;
 text-decoration: none;
}
.entry-title a:active, .entry-title a:hover, .entry-title a:focus {
 color: #008639;
 text-decoration: underline;
}
.entry-meta abbr, .entry-utility abbr {
 border: none;
}
.entry-title + .entry-meta > span + span {
 margin-left: 20px;
}
.archive .entry-meta + .entry-content {
 margin-top: 8px;
}
.entry-meta span.fa {
 color: #024731;
}
.entry-meta .categories a {
 color: #024731;
 text-decoration: none;
}
.entry-meta abbr:hover, .entry-meta abbr:focus, .entry-meta abbr:active, .entry-utility abbr:hover, .entry-utility abbr:focus, .entry-utility abbr:active {
 border-bottom: 1px dotted #666;
}
.entry-utility {
 margin: 20px 0;
}
.entry-utility a {
 border: 1px solid #e7e7e7;
 display: inline-block;
 margin: 0 6px 6px 0;
 padding: 4px 12px 7px;
 text-decoration: none;
}
.entry-utility a:hover, .entry-utility a:focus, .entry-utility a:active {
 background: #024731;
 border-color: transparent;
 color: #fff;
 transition: 0.2s;
}
.entry-content, .entry-summary {
 clear: both;
 padding: 12px 0 0 0;
}
.entry-content .more-link {
 white-space: nowrap;
}
#content .entry-summary p:last-child {
 margin-bottom: 12px;
}
.entry-content fieldset {
 border: 1px solid #e7e7e7;
 margin: 0 0 24px 0;
 padding: 24px;
}
.entry-content fieldset legend {
 background: #fff;
 color: #000;
 font-weight: bold;
 padding: 0 24px;
}
.entry-content input {
 margin: 0;
}
.entry-content input.file, .entry-content input.button {
 margin-right: 24px;
}
.entry-content label {
 color: #777;
 font-size: 12px;
}
.entry-content select {
 margin: 0 0 24px 0;
}
.entry-content sup, .entry-content sub {
 font-size: 10px;
}
.entry-content blockquote.left {
 float: left;
 margin-left: 0;
 margin-right: 24px;
 text-align: right;
 width: 33%;
}
.entry-content blockquote.right {
 float: right;
 margin-left: 24px;
 margin-right: 0;
 text-align: left;
 width: 33%;
}
.page-link {
 clear: both;
 color: #000;
 font-weight: bold;
 line-height: 48px;
 word-spacing: 0.5em;
}
.page-link a:link, .page-link a:visited {
 background: #f1f1f1;
 color: #333;
 font-weight: normal;
 padding: 0.5em 0.75em;
 text-decoration: none;
}
.home .sticky .page-link a {
 background: #d9e8f7;
}
/* ---- FEATURED IMAGES ---- */
.featured-image > img {
 width: 100%;
}
.home .featured-image {
 max-width: 100%;
 width: 100%;
 position: relative;
 overflow: hidden;
}
.home .featured-image .featured-caption {
 background: #f7f7f7;
 color: #222;
 padding: 1em 0;
 font-size: 1.3em;
 font-weight: 600;
 bottom: 0;
 z-index: 10;
 width: 100%;
 line-height: 1.4;
}
@media only screen and (max-width: 760px) {
 .home .featured-image .featured-caption {
	 margin-top: -4px;
}
}
@media only screen and (min-width: 761px) {
 .home .featured-image .featured-caption {
	 position: absolute;
	 background: rgba(0, 0, 0, .4);
	 color: #fff;
}
}
@media only screen and (max-width: 760px) {
 body:not(.home) .featured-image {
	 padding-top: 30px;
}
}
.page-link a:active, .page-link a:hover, .page-link a:focus {
 color: #217eab;
 text-decoration: underline;
}
body.page .edit-link {
 clear: both;
 display: block;
}
#entry-author-info {
 background: #f2f7fc;
 border-top: 4px solid #000;
 clear: both;
 font-size: 0.85rem;
 line-height: 20px;
 margin: 24px 0;
 overflow: hidden;
 padding: 18px 20px;
}
#entry-author-info #author-avatar {
 background: #fff;
 border: 1px solid #e7e7e7;
 float: left;
 height: 60px;
 margin: 0 -104px 0 0;
 padding: 11px;
}
#entry-author-info #author-description {
 float: left;
 margin: 0 0 0 104px;
}
#entry-author-info h2 {
 color: #000;
 font-size: 100%;
 font-weight: bold;
 margin-bottom: 0;
}
.entry-utility, .entry-meta {
 clear: both;
 color: #555;
 font-family: 'Open Sans', Tahoma, sans-serif;
 font-size: 0.85rem;
 line-height: 1.4;
 padding: 12px 0 20px;
}
.entry-meta {
 padding-top: 8px;
}
.entry-meta a, .entry-utility a {
 color: #707070;
}
.entry-meta a:hover, .entry-meta a:focus, .entry-meta a:active .entry-utility a:hover, .entry-utility a:focus, .entry-utility a:focus {
 color: #217eab;
 text-decoration: underline;
}
#content .video-player {
 padding: 0;
}
.format-standard .wp-video, .format-standard .wp-audio-shortcode, .format-audio .wp-audio-shortcode, .format-standard .video-player {
 margin-bottom: 24px;
}
@media only screen and (max-width: 760px) {
 .page-template-page-leftsidebar #main_content .row {
	 display: grid;
	 grid-auto-columns: auto;
	 grid-auto-rows: auto;
}
 .page-template-page-leftsidebar #main_content .row .col-lg-9 {
	 grid-row-start: 1;
}
 .page-template-page-leftsidebar #main_content .row .col-lg-3 {
	 grid-row-start: 2;
}
}
/* =Asides -------------------------------------------------------------- */
.home #content .format-aside p, .home #content .category-asides p {
 font-size: 0.85rem;
 line-height: 20px;
 margin-bottom: 10px;
 margin-top: 0;
}
.home .hentry.format-aside, .home .hentry.category-asides {
 padding: 0;
}
.home #content .format-aside .entry-content, .home #content .category-asides .entry-content {
 padding-top: 0;
}
/* =Gallery listing -------------------------------------------------------------- */
.format-gallery .size-thumbnail img, .category-gallery .size-thumbnail img {
 border: 10px solid #f1f1f1;
 margin-bottom: 0;
}
.format-gallery .gallery-thumb, .category-gallery .gallery-thumb {
 float: left;
 margin-right: 20px;
 margin-top: -4px;
}
.home #content .format-gallery .entry-utility, .home #content .category-gallery .entry-utility {
 padding-top: 4px;
}
/* =Attachment pages -------------------------------------------------------------- */
.attachment .entry-content .nav-previous a:before {
 content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
 content: '\00a0\2192';
}
/* =Images -------------------------------------------------------------- */
/* Resize images to fit the main content area. - Applies only to images uploaded via WordPress by targeting size-* classes. - Other images will be left alone. Use "size-auto" class to apply to other images. */
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget-container img {
 max-width: 100%;
/* When images are too wide for containing element, force them to fit. */
 height: auto;
/* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
 display: inline;
 float: left;
 margin-right: 24px;
 margin-top: 4px;
}
.alignright, img.alignright {
 display: inline;
 float: right;
 margin-left: 24px;
 margin-top: 4px;
}
.aligncenter, img.aligncenter {
 clear: both;
 display: block;
 margin-left: auto;
 margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
 margin-bottom: 12px;
}
.wp-caption {
 line-height: 1.4;
 margin-bottom: 20px;
 max-width: 100%;
/* prevent too-wide images from breaking layout */
 text-align: center;
}
.widget-container .wp-caption {
 max-width: 100%;
}
#primary .widget-container .wp-caption-text {
 display: none;
}
.wp-caption img {
 margin: 0;
 max-width: 100%;
/* caption width - 10px */
}
.wp-caption p.wp-caption-text {
 color: #555;
 font-size: 0.85em;
 margin: 5px 0 0;
}
.wp-smiley {
 margin: 0;
}
.gallery {
 margin: 0 auto 18px;
}
.gallery .gallery-item {
 float: left;
 margin-top: 0;
 text-align: center;
 width: 33%;
}
.gallery-icon a:hover, .gallery-icon a:focus, .gallery-icon a:active {
 opacity: 0.8;
}
.gallery-columns-2 .gallery-item {
 width: 50%;
}
.gallery-columns-4 .gallery-item {
 width: 25%;
}
.gallery img {
 border: 0 !important;
}
.gallery-columns-2 .attachment-medium {
 max-width: 92%;
 height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
 max-width: 84%;
 height: auto;
}
.gallery .gallery-caption {
 color: #555;
 font-size: 0.7em;
 line-height: 1.5;
 margin: 0 0 12px;
}
.gallery dl {
 margin: 0;
}
.gallery br + br {
 display: none;
}
#content .attachment img {
/* single attachment images should be centered */
 display: block;
 margin: 0 auto;
}
/* =Navigation -------------------------------------------------------------- */
.navigation {
 color: #777;
 font-size: 12px;
 line-height: 18px;
 overflow: hidden;
}
.navigation a:link, .navigation a:visited {
 color: #777;
 text-decoration: none;
}
.navigation a:active, .navigation a:hover, .navigation a:focus {
 color: #217eab;
 text-decoration: underline;
}
.nav-previous {
 float: left;
 width: 50%;
}
.nav-next {
 float: right;
 text-align: right;
 width: 50%;
}
#nav-above {
 margin: 0;
 padding: 20px 0 0;
}
#nav-above {
 display: none;
}
.paged #nav-above, .single #nav-above {
 display: block;
}
#nav-below {
 margin: 0;
 padding: 20px 0 0;
}
#nav-below a, #nav-above a {
 color: #555;
 font-family: 'Open Sans', Tahoma, sans-serif;
}
.single #nav-below {
 border-top: 1px solid #ddd;
}
.single .category-directory .entry-content > img {
 width: 140px;
 float: right;
 margin-bottom: 20px;
 margin-left: 20px;
}
/* =Comments -------------------------------------------------------------- */
#comments {
 clear: both;
}
#comments .navigation {
 padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
 color: #024731;
 font-size: 1.2rem;
 font-weight: bold;
 margin-bottom: 0;
}
h3#comments-title {
 padding: 24px 0;
}
.commentlist {
 list-style: none;
 margin: 0;
}
.commentlist li.comment {
 border-bottom: 1px solid #e7e7e7;
 line-height: 24px;
 margin: 0 0 24px 0;
 padding: 0 0 0 56px;
 position: relative;
}
.commentlist li:last-child {
 border-bottom: none;
 margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
 margin-bottom: 18px;
}
#comments .comment-body p:last-child {
 margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
 margin-bottom: 24px;
}
.commentlist ol {
 list-style: decimal;
}
.commentlist .avatar {
 position: absolute;
 top: 4px;
 left: 0;
}
.comment-author cite {
 color: #000;
 font-style: normal;
 font-weight: bold;
}
.comment-author .says {
 font-style: italic;
}
.comment-meta {
 font-size: 12px;
 margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
 color: #777;
 text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover, .comment-meta a:focus {
 color: #217eab;
 text-decoration: underline;
}
.reply {
 font-size: 12px;
 padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
 color: #777;
}
.reply a:hover, a.comment-edit-link:hover, .reply a:focus, a.comment-edit-link:focus, .reply a:active, a.comment-edit-link:active {
 color: #217eab;
 text-decoration: underline;
}
.commentlist .children {
 list-style: none;
 margin: 0;
}
.commentlist .children li {
 border: none;
 margin: 0;
}
.nopassword, .nocomments {
 display: none;
}
#comments .pingback {
 border-bottom: 1px solid #e7e7e7;
 margin-bottom: 18px;
 padding-bottom: 18px;
}
.commentlist li.comment + li.pingback {
 margin-top: -6px;
}
#comments .pingback p {
 color: #777;
 display: block;
 font-size: 12px;
 line-height: 18px;
 margin: 0;
}
#comments .pingback .url {
 font-size: 13px;
 font-style: italic;
}
/* Comments form */
#respond {
 border-top: 1px solid #e7e7e7;
 margin: 24px 0;
 overflow: hidden;
 position: relative;
}
#respond p {
 margin: 0;
}
#respond .comment-notes {
 margin-bottom: 1em;
}
.form-allowed-tags {
 line-height: 1em;
}
.children #respond {
 margin: 0 48px 0 0;
}
h3#reply-title {
 margin: 18px 0;
}
#comments-list #respond {
 margin: 0 0 18px 0;
}
#comments-list ul #respond {
 margin: 0;
}
#cancel-comment-reply-link {
 font-size: 12px;
 font-weight: normal;
 line-height: 18px;
}
#respond .required {
 color: #217eab;
 font-weight: bold;
}
#respond label {
 color: #777;
 font-size: 12px;
}
#respond input {
 margin: 0 0 9px;
 width: 98%;
}
#respond textarea {
 box-sizing: border-box;
 font-size: 1em;
 padding: 12px 20px;
 width: 98%;
}
#respond .form-allowed-tags {
 color: #777;
 font-size: 0.85rem;
 line-height: 1.4;
}
#respond .form-allowed-tags code {
 font-size: 11px;
}
#respond .form-submit {
 margin: 12px 0;
}
#respond .form-submit input {
 font-size: 0.85rem;
 width: auto;
}
#respond #wp-comment-cookies-consent {
 width: auto;
 margin: 0 10px 0 0;
}
#respond label {
 color: #707070;
 font-family: 'Open Sans', Tahoma, sans-serif;
}
/* =Widget Areas -------------------------------------------------------------- */
.widget-area, #footer_top_content {
 font-size: 0.9em;
}
.widget-area > ul > li.widget_meta > ul {
 padding-left: 0;
}
ul.xoxo {
 padding-left: 0;
 line-height: 1.45;
 list-style: none;
 margin: 0 0 4em 0;
}
ul.xoxo ul {
 list-style: square;
 margin-left: 0;
}
ul.xoxo > li > ul {
 padding-left: 12px;
}
ul.xoxo > li > ul li {
 text-indent: -3px;
}
ul.xoxo .post-date {
 color: #444;
 font-size: 0.9em;
 font-style: italic;
}
ul.xoxo select {
 max-width: 100%;
}
ul.xoxo p {
 line-height: 1.55;
}
form.search-form input[type="search"] {
/* This keeps the search inputs in line */
 box-sizing: border-box;
 font-family: 'Open Sans', Tahoma, sans-serif;
 padding: 6px 10px 8px;
}
form.search-form.show {
 display: flex !important;
}
.widget_search #basic-site-search, .widget_search #s {
/* This keeps the search inputs in line */
 width: 100%;
}
.search-form-container {
 display: none;
}
@media only screen and (min-width: 761px) {
 .search-form-container {
	 display: flex;
	 height: 110px;
	 position: absolute;
	 text-align: right;
	 top: 0;
}
}
@media only screen and (max-width: 781px) {
 .logged-in .search-form-container {
	 top: 46px;
}
}
@media only screen and (min-width: 782px) {
 .logged-in .search-form-container {
	 top: 32px;
}
}
.search-form-container form {
 margin-left: auto;
 margin-top: 6px;
 width: 180px;
}
.widget_search label {
 display: none;
}
.widget-container {
 margin: 0;
}
#primary.widget-area .widget-container + .widget-container {
 margin-top: 2.5em;
}
.widget-container h3 {
 color: #222;
 font-size: 1.2rem;
 font-weight: 700;
 margin: 0 0 0.5rem;
}
.widget-container h3 + ul {
 margin-top: 0;
}
.widget-title {
 color: #024731;
 font-size: 1.2rem;
 font-weight: bold;
 margin-bottom: 0;
}
.widget-title + div {
 margin-top: 8px;
}
.widget-container .wp-caption img {
 margin: auto;
}
.widget-container ul {
 padding-left: 0;
}
.widget-container ul li {
 font-family: 'Open Sans', Tahoma, sans-serif;
 list-style: none;
 padding: 0.6em 0 0.65em;
}
.widget-container > ul > li + li {
 border-top: 1px solid #ddd;
}
.widget-container > ul > li:before {
 color: #f9a429;
 content: "\203A \0020";
 font-size: 130%;
 margin-bottom: -1.3em;
 margin-left: -0.4em;
}
.widget-container ul li a {
 color: #1d1d1d;
 font-family: inherit;
}
#content .homepage-widgets .widget_media_image h3.widget-title {
 margin-bottom: 8px;
}
#content .homepage-widgets > li > ul {
 padding-left: 0;
}
.xoxo li {
 overflow: hidden;
}
.xoxo li img {
 max-width: 100%;
}
.widget_media_image a > img {
 transition: all 0.2s ease-in-out;
}
.widget_media_image a:hover > img, .widget_media_image a:active > img, .widget_media_image a:focus > img {
 transform: scale(1.1);
}
.widget-container a:link, .widget-container a:visited {
/*text-decoration-color: #efefef;
*/
 text-decoration: none;
}
.widget-container a:active, .widget-container a:hover, .widget-container a:focus {
 text-decoration: underline;
}
#wp_tag_cloud div {
 line-height: 1.6em;
}
#wp-calendar {
 width: 100%;
 border: none;
 margin-bottom: 0;
}
#wp-calendar caption {
 background: #024731;
 caption-side: top;
 color: #fff;
 font-weight: bold;
 padding: 0.8em 1em 0.9em;
 text-align: center;
}
#wp-calendar thead {
 font-size: 11px;
}
#wp-calendar thead th {
 color: #024731;
 padding: 4px 0;
 text-align: center;
}
#wp-calendar tbody {
 color: #aaa;
}
#wp-calendar tbody td {
 background: #fff;
 border-bottom: 1px solid #e7e7e7;
 color: #555;
 padding: 3px 0 2px;
 text-align: center;
}
#wp-calendar tbody .pad {
 background: none;
}
#wp-calendar tbody, #wp-calendar thead {
 border-left: 1px solid #e7e7e7;
 border-right: 1px solid #e7e7e7;
}
#wp-calendar tfoot td {
 border: none;
}
#wp-calendar tfoot #next {
 text-align: right;
}
#wp-calendar a {
 color: #217eab;
 font-weight: 600;
}
.widget_rss a.rsswidget {
 color: #000;
}
.widget_rss a.rsswidget:hover, .widget_rss a.rsswidget:focus, .widget_rss a.rsswidget:active {
 color: #217eab;
 text-decoration: underline;
}
.widget_rss .widget-title img {
 width: 11px;
 height: 11px;
}
.widget_text ul, .widget_text ol {
 margin-bottom: 1.5em;
}
.widget_text ol {
 margin-left: 1.3em;
}
.widget_text ul ul, .widget_text ol ol, .widget_text ul ol, .widget_text ol ul {
 margin-bottom: 0;
}
.widget_media_video video {
 max-width: 100%;
}
.tagcloud ul {
 list-style-type: none;
 margin-left: 0 !important;
}
.tagcloud ul li {
 display: inline-block;
 padding: 0 0.15em 0 0;
}
.tagcloud ul li a {
 border: 1px solid #eee;
 display: inline-block;
 font-size: 0.85em !important;
 margin-bottom: 0.5em;
 padding: 0.4em 0.8em 0.45em;
}
.tagcloud ul li a:hover, .tagcloud ul li a:focus, .tagcloud ul li a:active {
 background: #024731;
 color: #fff;
 text-decoration: none;
}
/* Helps galleries in widget areas look presentable in most cases. */
.widget-area .gallery-columns-2 img, .widget-area .gallery-columns-3 img, .widget-area .gallery-columns-4 img, .widget-area .gallery-columns-5 img, .widget-area .gallery-columns-6 img, .widget-area .gallery-columns-7 img, .widget-area .gallery-columns-8 img, .widget-area .gallery-columns-9 img {
 border: none;
 width: auto;
}
/* Main sidebars */
#main .widget-area ul {
 margin-left: 0;
 padding: 0 20px 0 0;
}
#main .widget-area ul ul {
 border: none;
 margin-left: 1.3em;
 padding: 0;
}
#primary .secondary {
 border: 1px solid #eee;
 border-radius: 3px;
 line-height: 1.4;
 list-style: none;
 margin: 0 0 2em;
 padding: 0;
}
#primary .secondary ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
#primary .secondary ul.children {
 display: none;
}
#primary .secondary li.current_page_item > a {
 background: #217eab;
 color: #fff;
}
#primary .secondary ul.children li a span {
 display: none;
}
/*#primary .secondary > li.page_item_has_children > a span {
 transform: rotate(-90deg);
}
#primary .secondary > li.page_item_has_children > a + ul.children {
 display: none;
}
*/
#primary .secondary > li > a + ul.children > li > a {
 text-indent: -15px;
 padding-left: 45px;
}
.left-sidebar #primary .secondary > li > a + ul.children > li > a {
 text-indent: -15px;
 padding-left: 24px;
}
#main_area:not(.left-sidebar) #primary .secondary > li > a {
 text-indent: -10px;
}
#primary .secondary > li:not(:first-child) {
 border-top: 1px solid #eee;
}
#primary .secondary > li:first-child > a {
 border-top-right-radius: 3px;
 border-top-left-radius: 3px;
}
#primary .secondary > li:last-child > a {
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px;
}
#primary .secondary > li.page_item_has_children > a {
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
#primary .secondary > li.page_item_has_children > a + ul.children > li:last-child > a {
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px;
}
#primary .secondary a span {
 padding-right: 10px;
}
#primary .secondary a {
 color: #707070;
 display: block;
 padding: 0.538em 0.769em 0.538em 30px;
 text-decoration: none;
}
#primary .secondary > li > ul.children > li > a:before {
 content: '\2013 \2002';
}
#primary .secondary > li > ul.children > li > ul > li > a:before {
 content: '\2014 \2002';
}
.left-sidebar #primary .secondary a {
 padding-left: 0.538em;
}
#primary .secondary a:hover, #primary .secondary a:focus, #primary .secondary a:active {
 background: #217eab;
 color: #fff;
}
.left-sidebar #primary .secondary a span {
 transform: rotate(180deg);
 float: right;
}
/* homepage widget areas */
ul.homepage-widgets {
 display: flex;
 flex-direction: column;
}
ul.homepage-widgets li > div {
 margin: 0 auto;
}
ul.homepage-widgets > li {
 margin-bottom: 2rem;
}
@media only screen and (min-width: 761px) {
 ul.homepage-widgets {
	 flex-wrap: wrap;
	 flex-direction: row;
	 margin: 0;
}
 .homepage-widgets li {
	 flex-basis: 30%;
}
 .homepage-widgets li:not(:nth-child(3n)) {
	 margin-right: 5%;
}
 .homepage-widgets .widget-container + .widget-container {
	 margin-top: 0;
}
 .has-feat-image + .widget-area {
	 padding-top: 0;
}
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch ) -------------------------------------------------------------- */
pre {
 -webkit-text-size-adjust: 140%;
}
code {
 -webkit-text-size-adjust: 160%;
}
#access, .entry-meta, .entry-utility, .navigation, .widget-area {
 -webkit-text-size-adjust: 120%;
}
#header_btm .menu-toggle {
 background: none;
 border-radius: 0;
 color: #222;
 display: none;
 font-size: 0.8rem;
 font-weight: 700;
 letter-spacing: 1px;
 margin: 0;
 padding: 10px 20px;
 text-transform: uppercase;
}
#header_btm .menu-toggle:hover, #header_btm .menu-toggle:focus, #header_btm .menu-toggle:active {
 opacity: 0.5;
}
#header_btm .menu-toggle:after {
 font-family: "FontAwesome";
 content: "\f0c9";
 padding-left: 4px;
}
#header_btm .menu-toggle.open:after {
 content: "\f00d";
}
#header_top:after {
 width: 40px;
}
/* style page with anchors */
.page-template-page-anchor .page {
 display: grid;
 grid-template-columns: minmax(0, 1fr);
 grid-template-rows: 3;
}
.page-template-page-anchor .page > h1.entry-title {
 grid-row-start: 1;
}
.page-template-page-anchor .page .entry-content {
 grid-row-start: 3;
}
.page-template-page-anchor .page .anchors {
 grid-row-start: 2;
}
#content .anchors h2 {
 font-size: 1rem !important;
 font-weight: 800;
 letter-spacing: 0.5px;
 margin-bottom: 0.5rem;
 text-transform: uppercase;
}
.anchors {
 border-bottom: 1px solid #e7e7e7;
/*margin: 0 0 2rem;
*/
 margin-top: 0.5rem;
}
.anchor-links-container {
 margin-bottom: 2rem;
}
.anchor-links-container ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
.anchor-links-container:before {
 content: 'Sections';
 display: block;
 font-weight: 700;
 letter-spacing: 1px;
 padding-bottom: 0.5rem;
 text-transform: uppercase;
}
#content .anchors .anchor-links-container > ul > li > ul {
 margin-top: 8px;
 padding-left: 10px;
}
@media only screen and (min-width: 761px) {
 .anchor-links-container ul {
	 column-count: 2;
	 column-gap: 40px;
}
 .anchor-links-container.3-col ul {
	 column-count: 3;
}
 .anchor-links-container.4-col ul {
	 column-count: 3;
}
}
/* mobile breakpoint */
/* 2-col mobile */
@media only screen and (max-width: 760px) {
 header {
	 border-bottom: 1px solid #e7e7e7;
}
 #container {
	 float: none;
	 margin: 0;
}
 #container + #primary {
	 border-top: 1px solid #eee;
}
 #primary {
	 padding-top: 10px;
	 float: none;
	 width: 100%;
}
 #header_top {
	 padding-left: 10px;
	 padding-right: 10px;
}
 #header_top_content > ul {
	 justify-content: center;
}
 #header_top_content li {
	 padding: 0 0.4em;
}
 #header_top_content li:not(:last-child) a {
	 margin-right: 0;
}
 #header_btm .menu-toggle {
	 display: inline-flex;
	 margin: 0;
}
 #header_btm_content > ul.menu.show {
	 display: block;
}
 #header_btm .search-form-container.show {
	 display: flex;
	 margin-bottom: 20px;
}
 .search-form-container form {
	 width: 100%;
}
 #header_btm_content > ul {
	 display: none;
}
 #header_btm_content li a {
	 font-size: 1.15em;
	 line-height: 1.5;
	 padding-bottom: 12px;
	 padding-top: 12px;
	 margin-right: 0 !important;
}
 #header_btm_content ul li + li {
	 border-top: 1px solid #e1e1e1;
}
 #header_btm_content > ul > li.menu-item-has-children > a:after {
	 float: right;
}
 #header_btm_content > ul > li > ul {
	 width: 100%;
}
 #header_btm_content ul li > ul li a, #header_btm_content ul li > ul li > ul li a {
	 padding: 12px;
}
 #header_btm_content ul li > ul li a:before {
	 color: #555;
	 content: "\2013 \2002";
}
 #header_btm_content ul li > ul li > ul li a:before {
	 color: #555;
	 content: "\2014 \2002";
}
}
@media only screen and (min-width: 580px) {
 .blog .post.has-post-thumbnail .entry-thumbnail, .archive .post.has-post-thumbnail .entry-thumbnail {
	 width: 150px;
}
 .blog .post.has-post-thumbnail .post-content, .archive .post.has-post-thumbnail .post-content {
	 margin-left: 180px;
}
 .blog .post.has-post-thumbnail, .archive .post.has-post-thumbnail {
	 min-height: 180px;
}
 .tax-faq-topics .post.has-post-thumbnail .entry-thumbnail, .faq-container .post.has-post-thumbnail .entry-thumbnail, .archive.category-directory .post.has-post-thumbnail .entry-thumbnail {
	 width: auto;
}
 .tax-faq-topics .post.has-post-thumbnail .post-content, .faq-container .post.has-post-thumbnail .post-content, .archive.category-directory .post.has-post-thumbnail .post-content {
	 margin-left: 0;
}
 .tax-faq-topics .post.has-post-thumbnail, .faq-container .post.has-post-thumbnail, .archive.category-directory .post.has-post-thumbnail {
	 min-height: 0;
}
}
@media only screen and (min-width: 761px) {
 #access .menu-header li, div.menu li, #header_btm_content li {
	 float: left;
	 position: relative;
}
 main #breadcrumbs {
	 margin-top: 20px;
}
 .search-mobile {
	 display: none;
}
 #header_btm_content ul {
	/*display: inline-block;
	*/
}
 #header_top_content {
	 display: flex;
	 justify-content: space-between;
}
 #header_mid .container {
	 display: flex;
	 justify-content: space-between;
}
 #header_mid form.search-form {
	 margin-left: 20px;
	 display: flex;
}
 #header_mid_logo {
	 margin: 0;
}
 #footer_top_content {
	 justify-content: space-between;
}
}
@media only screen and (min-width: 768px) {
 #header_mid_logo {
	 max-height: 72px;
}
}
@media only screen and (max-width: 760px) {
 #footer_top_content .footer-top-middle-column {
	 margin-top: 10px;
}
}
@media only screen and (max-width: 474px) {
 #header_top {
	 top: -10em;
}
}
@media only screen and (max-width: 370px) {
 .logged-in #header_top {
	 top: -7.2em;
}
}
@media only screen and (min-width: 761px) {
 #header_top {
	 position: fixed;
	 left: 0;
	 width: 100%;
	 transition: 0.2s;
	 z-index: 99;
	 overflow: visible;
}
 #header_top:after {
	 font-family: "FontAwesome";
	 content: "\f078";
	 color: #fff;
	 background: #024731;
	 border-radius: 4px;
	 font-size: 0.6em;
	 position: absolute;
	 bottom: -1.5em;
	 padding: 6px;
	 margin-left: auto;
	 margin-right: auto;
	 left: 0;
	 right: 0;
	 text-align: center;
}
 #header_top:hover, #header_top:focus, #header_top:active {
	 top: 0;
}
 .logged-in #header_top:hover, .logged-in #header_top:focus, .logged-in #header_top:active {
	 top: 2em;
}
 #header_top a:focus {
	 position: absolute;
	 top: 3em;
	 padding: 10px;
	 background: #024731;
	 opacity: 1;
	 border-bottom-right-radius: 4px;
	 border-bottom-left-radius: 4px;
	 z-index: 60;
}
 .logged-in #header_top a:focus {
	 top: 3.6em;
}
 #header_top:active a:focus, #header_top:hover a:focus, #header_top:focus a:focus {
	 position: static;
	 padding: 0;
	 background: transparent;
	 border-radius: 0;
}
}
@media only screen and (min-width: 724px) and (max-width: 760px) {
 .logged-in #header_top {
	 top: -2.8em;
}
}
@media only screen and (min-width: 761px) {
 #header_top {
	 top: -5.1em;
}
 .logged-in #header_top {
	 top: -3.2em;
}
}
@media only screen and (min-width: 822px) {
 #header_top {
	 top: -2.9em;
}
 .logged-in #header_top {
	 top: -1em;
}
}
@media only screen and (max-width: 760px) {
 #container {
	 padding-bottom: 40px;
}
 #primary {
	 padding-top: 40px;
}
 #header_mid .container {
	 height: auto;
}
 #header_mainmenu li:not(.show-on-mobile), #header_smrow {
	 display: none;
}
 #header_mid_logo {
	 /*background: url('images/uhm-seal-name-stacked@2x.png') no-repeat;
	 background-size: 100%;
	 box-sizing: border-box;
	 display: block;
	 width: 220px;
	 height: 90px;
	 margin: 10px auto 20px;
	 padding-left: 160px;
	 padding-top: 10px;
     */
	 padding-bottom: 0;
}
 header #header_mid form.search-form {
	 display: none;
	 margin-bottom: 20px;
}
 #header_smrow {
	 clear: both;
	 float: none;
	 text-align: center;
	 padding-top: 10px;
}
 #header_sitedescription {
	 padding-bottom: 6px;
}
 main #breadcrumbs {
	 display: block;
	 padding: 20px 0 0;
}
 #department_name {
	 background: #fff;
	 border-top: 0;
	 padding: 5px 0;
	 text-align: center;
}
 #header_btm {
	 padding: 0;
	 text-align: center;
}
}
#breadcrumbs {
 align-self: center;
}
.breadcrumbs {
 font-size: 0.85em;
 padding: 0;
 line-height: 1.5;
 margin: 0 0 0 auto;
 background-color: transparent;
 color: #333;
}
.breadcrumbs a {
 color: inherit;
 text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
 color: #024731;
}
.breadcrumbs li {
 white-space: nowrap;
 display: inline-block;
 list-style: none;
}
.breadcrumbs li.active {
 color: #024731;
}
.breadcrumbs li.separator {
 color: #024731;
 margin: 0 8px;
}
/*---- MISC ----*/
/* horizontal scroll */
.extra-wide {
 overflow-x: scroll;
 overflow-y: auto;
}
/* font awesome fallback while laoding */
html.fa-events-icons-loading a:after, html.fa-events-icons-loading #header_top:after, html.fa-events-icons-loading button.menu-toggle:after {
 color: transparent !important;
}
/* back to top */
.go-top {
 display: flex;
 justify-content: center;
 align-content: center;
 text-align: center;
 position: fixed;
 bottom: -40px;
 right: 20px;
 transition: all 1s ease;
 text-decoration: none;
 background: #e2e2e2;
 border: 3px solid #fff;
 border-radius: 50%;
 height: 35px;
 padding-bottom: 3px;
 width: 35px;
 z-index: 90;
}
.go-top span {
 align-self: center;
 color: #444;
 font-size: 16px;
 line-height: 0.8;
}
.go-top.show {
 bottom: 20px;
 display: flex !important;
}
.go-top:hover, .go-top:focus, .go-top:active {
 background: #063;
 border-color: transparent;
 text-decoration: none;
}
.go-top:hover span, .go-top:focus span, .go-top:active span {
 color: #fff;
}
.soliloquy-slides, .soliloquy-item { margin: 0 !important; padding: 0 !important; }
/* =Print Style -------------------------------------------------------------- */
@media print {
 body {
	 background: none !important;
}
 #wrapper {
	 clear: both !important;
	 display: block !important;
	 float: none !important;
	 position: relative !important;
}
 #header {
	 border-bottom: 2pt solid #000;
	 padding-bottom: 18pt;
}
 #colophon {
	 border-top: 2pt solid #000;
}
 .entry-content {
	 line-height: 1.6em;
}
 #access, #branding img, #respond, .comment-edit-link, .edit-link, .navigation, .page-link, .widget-area {
	 display: none !important;
}
 #container, #header, #footer {
	 margin: 0;
	 width: 100%;
}
 #colophon {
	 width: auto;
}
 img#wpstats {
	 display: none;
}
 #entry-author-info {
	 border: 1px solid #e7e7e7;
}
 #main {
	 display: inline;
}
 .home .sticky {
	 border: none;
}
}
@media only screen and (max-width: 500px) {
 #department_name .site-name-description #header_sitename {
	 font-size: 1.0em;
}
 #department_name .site-name-description #header_sitedescription {
	 font-size: 0.9em;
}
}
