@charset "UTF-8";
/*!
Theme Name: Nationwide Public Sector Jobs
Theme URI: http://underscores.me/
Author: Vividcandi
Author URI: http://vividcandi.com
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: npsj
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.

Nationwide Public Sector Jobs 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
	- Accounts
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@font-face {
  font-family: MyraidProBold;
  src: url(/wp-content/themes/npsj/fonts/Myriad-Pro-Bold.ttf);
  font-weight: normal;
}
@font-face {
  font-family: MyraidProRegular;
  src: url(/wp-content/themes/npsj/fonts/Myriad-Pro-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "sinkin_sans700_bold";
  src: url("/wp-content/themes/npsj/fonts/SinkinSans-700Bold-webfont.eot");
  src: url("/wp-content/themes/npsj/fonts/SinkinSans-700Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/npsj/fonts/SinkinSans-700Bold-webfont.woff") format("woff"), url("/wp-content/themes/npsj/fonts/SinkinSans-700Bold-webfont.ttf") format("truetype"), url("/wp-content/themes/npsj/fonts/SinkinSans-700Bold-webfont.svg#sinkin_sans700_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
# 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-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "sinkin_sans700_bold", Arial, san-serif;
}

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 3em;
}

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:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background: #94C954;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 1.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;
}

.btn-link {
  border-radius: 20px;
  padding: 1em 2em;
  background: #32af4f;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.btn-link:visited {
  color: #fff;
}
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%;
}

#searchform {
  display: block;
}
#searchform input[type=text] {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.9;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}
#searchform input[type=submit] {
  padding: 0;
}

/* class applies to select element itself, not a wrapper element */
.select-css {
  display: block;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
  	for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

  */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2394C954%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
}

/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
  display: none;
}

/* Hover style */
.select-css:hover {
  border-color: #888;
}

/* Focus style */
.select-css:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

/* Set options to normal weight */
.select-css option {
  font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir=rtl] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
  border-color: #aaa;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-branding {
  max-width: 300px;
  padding: 0 1.5em 0 0;
}

footer {
  background: linear-gradient(to bottom, transparent 20%, #0a2832 20%);
}
footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}
footer ul li {
  list-style: none;
}
footer .footer-forms {
  display: block;
  margin: 0 0.5rem;
}
footer .footer-forms > div {
  padding: 2rem;
}
footer .footer-forms > div:nth-child(1) {
  background-color: #36b54e;
}
footer .footer-forms > div:nth-child(2) {
  background-color: #143e4a;
  text-align: center;
  color: #fff;
}
footer .footer-forms > div:nth-child(2) h2 {
  font-family: "sinkin_sans700_bold", Arial, san-serif;
  margin: 0 auto;
}
footer .footer-forms > div:nth-child(2) a {
  padding: 1rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #0a2832;
  text-decoration: none;
}
footer .gform_wrapper form {
  display: grid;
}
footer .site-info {
  display: grid;
  margin: 0 2rem;
  color: #fff;
  padding: 3rem 0;
  grid-gap: 30px;
}
footer .site-info .social-media li {
  height: 30px;
  width: 30px;
  border: solid 2px #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #fff;
}
footer .site-info .social-media li a {
  color: #0a2832;
  line-height: 30px;
  text-decoration: none;
  outline: 0;
}
footer .site-info .menu {
  justify-content: space-around;
}
footer .site-info .menu li {
  padding-left: 0;
}
footer .site-info .menu li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
footer .site-info .menu#menu-footer-menu-1 {
  display: grid;
  justify-content: flex-start;
}
footer .site-info .menu#menu-footer-menu-2 a:after {
  content: close-quote;
  position: absolute;
  border: 0.5px solid #fff;
  right: 0;
  top: 0;
  height: 100%;
}
footer .site-info .menu#menu-footer-menu-2 li:not(:last-child) a {
  padding-right: 15px;
}
footer .site-info .menu#menu-footer-menu-2 li:last-child a:after {
  content: none;
}
footer .gform-header {
  display: grid;
  grid-gap: 30px;
  align-items: center;
  color: #fff;
}
footer .gform-header > * {
  margin: 0 auto;
}
footer .gform_wrapper {
  margin: 0 auto;
}
footer .gform_wrapper form {
  display: flex;
  flex-wrap: nowrap;
}
footer .gform_wrapper form ul.gform_fields li.gfield {
  padding: 0;
  margin: 0;
}
footer .gform_wrapper form .gform_body * {
  height: 100%;
}
footer .gform_wrapper form .gform_footer {
  width: auto;
  margin: 0;
  padding: 0;
}
footer .gform_wrapper form .gform_footer input[type=submit] {
  padding: 1rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #143e4a;
}
footer .gform_wrapper form li.hidden_label input {
  margin: 0;
  padding-left: 0;
  height: auto;
}
footer .gform_wrapper .top_label div.ginput_container {
  margin: 0 !important;
}

@media screen and (min-width: 42.5em) {
  footer {
    background: linear-gradient(to bottom, transparent 20%, #0a2832 20%);
  }
  footer ul {
    justify-content: flex-start;
  }
  footer ul li {
    list-style: none;
  }
  footer .footer-forms {
    display: grid;
    grid-template-columns: repeat(2, auto);
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1400px;
  }
  footer .footer-forms > div {
    padding: 2rem;
  }
  footer .footer-forms > div:nth-child(1) {
    background-color: #36b54e;
  }
  footer .footer-forms > div:nth-child(2) {
    background-color: #143e4a;
    text-align: center;
    color: #fff;
  }
  footer .footer-forms > div:nth-child(2) h2 {
    font-family: "sinkin_sans700_bold", Arial, san-serif;
    margin: 0 auto;
  }
  footer .footer-forms > div:nth-child(2) a {
    padding: 1rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #0a2832;
    text-decoration: none;
  }
  footer .site-info {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-content: space-between;
    margin: 0 2rem;
    color: #fff;
    padding: 3rem 0;
    grid-gap: 20px;
  }
  footer .site-info .social-media li {
    height: 30px;
    width: 30px;
    border: solid 2px #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #fff;
  }
  footer .site-info .social-media li a {
    color: #0a2832;
    line-height: 30px;
    text-decoration: none;
    outline: 0;
  }
  footer .site-info .menu {
    justify-content: flex-end;
  }
  footer .site-info .menu li {
    padding-left: 15px;
  }
  footer .site-info .menu li a {
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  footer .site-info .menu#menu-footer-menu-1 {
    display: flex;
  }
  footer .site-info .menu#menu-footer-menu-2 a:after {
    content: close-quote;
    position: absolute;
    border: 0.5px solid #fff;
    right: 0;
    top: 0;
    height: 100%;
  }
  footer .site-info .menu#menu-footer-menu-2 li:not(:last-child) a {
    padding-right: 15px;
  }
  footer .site-info .menu#menu-footer-menu-2 li:last-child a:after {
    content: none;
  }
  footer .gform-header {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-gap: 30px;
    align-items: center;
    color: #fff;
  }
  footer .gform-header > * {
    margin: 0 auto;
  }
  footer .gform_wrapper {
    margin: 0 auto;
  }
  footer .gform_wrapper form {
    display: flex;
    flex-wrap: nowrap;
  }
  footer .gform_wrapper form ul.gform_fields li.gfield {
    padding: 0;
    margin: 0;
  }
  footer .gform_wrapper form .gform_body * {
    height: 100%;
  }
  footer .gform_wrapper form .gform_footer {
    width: auto;
    margin: 0;
    padding: 0;
  }
  footer .gform_wrapper form .gform_footer input[type=submit] {
    padding: 1rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #143e4a;
  }
  footer .gform_wrapper form li.hidden_label input {
    margin: 0;
    padding-left: 2rem !important;
  }
  footer .gform_wrapper .top_label div.ginput_container {
    margin: 0 !important;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  font-family: "sinkin_sans700_bold", Arial, san-serif;
  display: none;
}

.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 li a {
  color: #104553;
}
.main-navigation li.extra a {
  color: #94C954;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle {
  border-bottom-left-radius: 50%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}

.menu-main-menu-container {
  position: fixed;
  background-color: #94c953;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  transform: translateX(100%);
}

.main-navigation.toggled .menu-main-menu-container {
  transform: translateX(0);
}

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

#secondary-navigation {
  display: none;
}
#secondary-navigation a {
  color: #153d49;
  text-decoration: none;
}
#secondary-navigation a i {
  color: #94C954;
}

@media screen and (min-width: 56.5em) {
  .menu-main-menu-container {
    position: static;
    transform: none;
    background-color: transparent;
  }

  #secondary-navigation {
    display: block;
  }
  #secondary-navigation ul {
    display: flex;
    margin: 0 auto;
    padding: 0;
  }
  #secondary-navigation ul li {
    list-style: none;
    margin: 0 10px;
  }

  .site-header {
    display: grid;
    grid-template-columns: 300px 1fr auto;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
    padding: 0 1rem;
  }

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    justify-content: flex-start;
  }
  .main-navigation ul li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1400px) {
  .site-header {
    max-width: 1400px;
  }
}
.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%;
}

/* hamberger button */
.burger {
  height: 3em;
  width: 3em;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-tap-highlight-color: transparent;
}

.burger .burger-lines:after {
  left: 0;
  top: -1em;
}

.burger .burger-lines:before {
  left: 1em;
  top: 1em;
}

.burger:after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
}

.burger .burger-lines, .burger .burger-lines:after, .burger .burger-lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: white;
  height: 0.25em;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.burger .burger-lines:after {
  left: 0;
  top: -1em;
}

.burger .burger-lines:before {
  left: 1em;
  top: 1em;
}

.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
  -webkit-transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
  -o-transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
  transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
}

.burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
  width: 2em;
}

.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines:after, .burger.burger-squeeze.open .burger-lines:before {
  -webkit-transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
  -o-transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
}

.burger.burger-squeeze.open .burger-lines {
  background-color: transparent;
}

.burger.burger-squeeze.open .burger-lines:before, .burger.burger-squeeze.open .burger-lines:after {
  left: 0.5em;
  top: 0px;
}

.burger.burger-squeeze.open .burger-lines:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.burger-squeeze.open .burger-lines:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

/*.subpage-overlay1 {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  min-height: 30vh;
}

.subpage-overlay2 {
  background-color: rgba(63, 151, 88, 0.36);
}*/

.inner-image {
  background-size: cover;
  min-height: 30vh;
  background-position: center center;
  position: relative;
}

.title-content {
  position: absolute;
  /*bottom: 1.5rem;*/
    top:35%; /* custom added*/
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
.title-content h2 {
  font-size: 2.5rem;
  margin: 0 auto;
}

blockquote.message {
  font-size: 1.4em;
  width: 60%;
  margin: 50px auto;
  color: #36b54e;
  padding: 1.2em 0;
  border-bottom: 2px solid #eee;
  line-height: 1.6;
  position: relative;
  text-align: center;
}
blockquote.message:after {
  content: close-quote;
  height: 5px;
  width: 30%;
  position: absolute;
  bottom: -2.5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #153f4a;
}

.wrapper {
  margin: 0 auto 1em;
  position: relative;
  padding-left: 2em;
  /* line-height of .wrapper div:first-child span */
}
.wrapper article {
  display: inline-block;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #188661;
  display: flex;
  flex-wrap: nowrap;
  text-align: left;
  margin: 0 auto;
}
.wrapper article p {
  margin: 0 auto;
}
.wrapper article span {
  color: #48b445;
}
.wrapper header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2em;
  /* line-height of .wrapper div:first-child span */
  overflow: hidden;
  white-space: nowrap;
}
.wrapper header h1 {
  -moz-transform-origin: 0 50%;
  -moz-transform: rotate(-90deg) translate(-75%, 50%);
  -webkit-transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translate(-75%, 50%);
  -o-transform-origin: 0 50%;
  -o-transform: rotate(-90deg) translate(-75%, 50%);
  -ms-transform-origin: 0 50%;
  -ms-transform: rotate(-90deg) translate(-75%, 50%);
  transform-origin: 0 50%;
  transform: rotate(-90deg) translate(-75%, 50%);
  position: absolute;
  top: 0;
  height: 2em;
  /* line-height of .wrapper div:first-child span */
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  line-height: 2em;
  /* Copy to other locations */
  font-family: "sinkin_sans700_bold", Arial, san-serif;
  color: #163e4a;
  letter-spacing: 10px;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0.5em 0;
  max-width: 1100px;
}

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

.entry-header {
  text-align: center;
}

.tagline-container {
  display: grid;
}
.tagline-container .tag-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: none;
}
.tagline-container .tag-image > img {
  width: 100%;
}
.tagline-container .tag-content {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  display: grid;
}
.tagline-container .tag-content div {
  padding: 2em;
  min-height: 150px;
}
.tagline-container .tag-content div:first-child {
  background-color: #325fb3;
}
.tagline-container .tag-content div:last-child {
  background-color: #94C954;
}
.tagline-container .tag-content span {
  color: #94C954;
}

#main-section {
  background-color: #94C954;
  color: #fff;
  overflow-x: hidden;
  text-align: center;
  position: relative;
}
#main-section .homeimg-cont {
  transform: scaleX(-1);
  width: 130%;
  position: relative;
  left: -25%;
}
#main-section .homeimg-cont .hidden-img {
  display: none;
}
#main-section .homeimg-cont .head-cont {
  display: none;
}
#main-section img {
  background-color: #fff;
  width: 100%;
}
#main-section .cont {
  font-family: "Lato", sans-serif;
  font-size: 20.5pt;
}
#main-section .cont.about {
  background-color: #fff;
}
#main-section .cont.about > div {
  padding: 2rem;
  position: relative;
}
#main-section .cont.about > div a {
  position: absolute;
  bottom: unset;
  top: 100%;
  right: 2em;
  color: #163d4c;
  text-decoration: none;
  font-size: 1rem;
}
#main-section .cont.about > div a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #1a8661;
  margin: 0 0.5em;
}
#main-section .cont.about h2 {
  color: #34ac53;
}
#main-section .cont.about h2.cont-header {
  text-align: left;
  font-family: "sinkin_sans700_bold", Arial, san-serif;
  letter-spacing: 10px;
}
#main-section .cont.about .about-content {
  color: #188661;
  display: flex;
  flex-wrap: nowrap;
}
#main-section .cont.about .about-content > span {
  color: #48b445;
}
#main-section .cont.about .about-content p {
  text-align: left;
  margin: 0 auto;
}
#main-section .cont .recruit-section {
  display: none;
}
#main-section .cont.jobs {
  background-color: #fff;
  color: #231F20;
  padding: 4rem 0;
}
#main-section .cont.jobs #jobs {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1200px;
}
#main-section .cont.jobs #jobs button {
  background-color: transparent;
  border: none;
  padding: 2em;
  line-height: initial;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#main-section .cont.jobs #jobs button.slick-prev {
  right: 100%;
}
#main-section .cont.jobs #jobs button.slick-next {
  left: 100%;
}
#main-section .cont.jobs #jobs .job {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  justify-content: center;
  align-items: start;
  padding: 2rem 0;
  position: relative;
}
#main-section .cont.jobs #jobs .job:after {
  content: close-quote;
  border: solid 0.25px;
  border-color: #231F20;
  opacity: 0.1;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
#main-section .cont.jobs #jobs .job:last-child:after {
  content: none;
}
#main-section .cont.jobs #jobs .job .job-img {
  padding: 0.5rem 1rem;
}
#main-section .cont.jobs #jobs .job .job-desc {
  text-align: left;
  font-size: 1rem;
}
#main-section .cont.jobs #jobs .job .job-desc h4 {
  font-family: "sinkin_sans700_bold", Arial, san-serif;
  margin: 0.5rem auto;
}
#main-section .cont.jobs #jobs .job .job-desc div {
  font-family: "Lato", sans-serif;
}
#main-section .cont.jobs #jobs .job .job-desc .post-date {
  font-style: italic;
}
#main-section .cont.resources {
  background-color: #fff;
}
#main-section .cont.resources .cont-header {
  text-align: left;
  position: relative;
  overflow: hidden;
  color: #36b54e;
  padding: 0;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
}
#main-section .cont.resources .cont-header h2 {
  background-color: #fff;
  width: fit-content;
  margin: 0 auto 0 0;
  padding-right: 0.4em;
  font-size: 30pt;
  line-height: 1.5;
  letter-spacing: 2px;
}
#main-section .cont.resources .cont-header:after {
  content: close-quote;
  height: 50%;
  width: 100%;
  background-color: #36b54e;
  margin: auto;
}
#main-section .cont.resources .resource-content {
  font-size: 1rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 0;
}
#main-section .cont.resources .resource-content > div {
  padding: 2rem 0.5rem;
}
#main-section .cont.resources .resource-content > div .image-centered {
  margin: 1rem auto;
}
#main-section .cont.resources .resource-content > div:first-child {
  position: relative;
  background-color: #143e4a;
}
#main-section .cont.resources .resource-content > div:first-child > h2 {
  color: #35aa51;
}
#main-section .cont.resources .resource-content > div:first-child .icon-img {
  background-color: transparent;
  width: 40px;
  margin: 0 10px;
}
#main-section .cont.resources .resource-content > div:first-child a {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  top: unset;
}
#main-section .cont.resources .resource-content > div:first-child a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #1a8661;
  margin: 0 0.5em;
}
#main-section .cont.resources .resource-content > div:last-child {
  position: relative;
  padding: 0 1.5rem 2rem;
  color: #000;
}
#main-section .cont.resources .resource-content > div:last-child > h2 {
  color: #56b76a;
}
#main-section .cont.resources .resource-content > div:last-child .featured-post {
  padding: 0;
  margin: 0;
}
#main-section .cont.resources .resource-content > div:last-child .featured-post li {
  margin: 1rem auto;
  display: block;
}
#main-section .cont.resources .resource-content > div:last-child .featured-post li:last-child {
  margin-bottom: 2rem;
}
#main-section .cont.resources .resource-content > div:last-child a {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: #133f4a;
  text-decoration: none;
  font-size: 1rem;
  top: unset;
}
#main-section .cont.resources .resource-content > div:last-child a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #1a8661;
  margin: 0 0.5em;
}
#main-section h2 {
  font-family: "sinkin_sans700_bold", Arial, san-serif;
  font-size: 24pt;
  margin: 0 15pt;
}
#main-section h2 .yellow {
  color: #fee600;
}
#main-section h2 .green {
  color: #34ad50;
}
#main-section form {
  padding: 0 2em;
}
#main-section form input {
  display: block;
  margin: 10px auto;
  width: 100%;
  border-radius: 20px;
  padding: 1em 2em;
}
#main-section form input[type=submit] {
  text-transform: uppercase;
  color: #fff;
  background-color: #33ae50;
}

.card .card-header {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
  background: none;
}

.card .card-body {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px 1px 1px;
  padding-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.text-muted {
  color: #6c757d !important;
}

.card-header {
  font-size: 1rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-title {
  margin: 0 auto 0.75rem;
  font-size: 1rem;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  border: none;
  border-radius: 0;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card .card-img-top {
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-width: 1px 1px 0 1px;
}


.wrapper header h1 {
    -moz-transform-origin: 0 50%;
    -moz-transform: rotate(-90deg) translate(-75%, 50%);
    -webkit-transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-75%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(-90deg) translate(-75%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(-90deg) translate(-75%, 50%);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-75%, 50%);
    position: absolute;
    top: 0;
    height: 2em;
    /* line-height of .wrapper div:first-child span */
    margin: auto;
    font-weight: bold;
    font-size: 1em;
    line-height: 2em;
    /* Copy to other locations */
    font-family: "sinkin_sans700_bold", Arial, san-serif;
    color: #163e4a;
    letter-spacing: 10px;
  }

@media screen and (min-width: 42.5em) {
  .page-content,
.entry-content,
.entry-summary {
    margin: 1.5em auto 0;
  }

  .wrapper {
    margin: 0 auto 1em;
    position: relative;
    padding-left: 2em;
    /* line-height of .wrapper div:first-child span */
  }
  .wrapper article {
    display: inline-block;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #188661;
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    margin: 0 auto;
  }
  .wrapper article p {
    margin: 0 auto;
  }
  .wrapper article span {
    color: #48b445;
  }
  .wrapper header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2em;
    /* line-height of .wrapper div:first-child span */
    overflow: hidden;
    white-space: nowrap;
  }
  .wrapper header h1 {
    -moz-transform-origin: 0 50%;
    -moz-transform: rotate(-90deg) translate(-75%, 50%);
    -webkit-transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-75%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(-90deg) translate(-75%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(-90deg) translate(-75%, 50%);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-75%, 50%);
    position: absolute;
    top: 0;
    height: 2em;
    /* line-height of .wrapper div:first-child span */
    margin: auto;
    font-weight: bold;
    font-size: 1em;
    line-height: 2em;
    /* Copy to other locations */
    font-family: "sinkin_sans700_bold", Arial, san-serif;
    color: #163e4a;
    letter-spacing: 10px;
  }

  #main-section {
    background-color: #fff;
  }
  #main-section .homeimg-cont {
    transform: none;
    width: auto;
    left: 0;
  }
  #main-section .homeimg-cont .hidden-img {
    display: block;
  }
  #main-section .homeimg-cont img.slider-img {
    top: 0;
    height: 100%;
    width: auto;
    background: transparent;
  }
  #main-section .homeimg-cont .banner-cont {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    width: 50%;
  }
  #main-section .homeimg-cont .banner-cont .slick-slider {
    height: 100%;
  }
  #main-section .homeimg-cont .head-cont {
    position: absolute;
    width: 45%;
    display: grid;
    align-items: center;
    height: 100%;
    text-align: left;
    margin-left: 5%;
  }
  #main-section .cont {
    padding: 0;
  }
  #main-section .cont#search-form {
    text-align: left;
    display: grid;
    margin: -2em 2em 0;
    grid-template-columns: 1fr 300px;
    background-color: #94C954;
    position: relative;
    z-index: 10;
  }
  #main-section .cont#search-form h2 {
    display: none;
  }
  #main-section .cont#search-form .recruit-section {
    display: block;
    background-color: #143e4a;
    font-size: 1.5rem;
    text-align: center;
  }
  #main-section .cont#search-form .recruit-section h2 {
    display: block;
    color: #fff;
    font-size: 1.5rem;
  }
  #main-section .cont#search-form .recruit-section a {
    color: #35b651;
    border: 1px solid #35b651;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.5rem 3rem;
  }
  #main-section .cont.about > div {
    padding: 2rem;
    position: relative;
  }
  #main-section .cont.about > div a {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    color: #163d4c;
    text-decoration: none;
    font-size: 1rem;
    top: unset;
  }
  #main-section .cont.about > div a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    color: #1a8661;
    margin: 0 0.5em;
  }
  #main-section .cont.about h2 {
    color: #34ac53;
  }
  #main-section .cont.about h2.cont-header {
    text-align: left;
    font-family: "sinkin_sans700_bold", Arial, san-serif;
    letter-spacing: 10px;
  }
  #main-section .cont.about .about-content {
    color: #188661;
    display: flex;
    flex-wrap: nowrap;
  }
  #main-section .cont.about .about-content > span {
    color: #48b445;
  }
  #main-section .cont.about .about-content p {
    text-align: left;
    margin: 0 auto;
  }
  #main-section .cont.resources {
    background-color: #fff;
  }
  #main-section .cont.resources .cont-header {
    text-align: left;
    position: relative;
    overflow: hidden;
    color: #36b54e;
    padding: 0;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr;
  }
  #main-section .cont.resources .cont-header h2 {
    background-color: #fff;
    width: fit-content;
    margin: 0 auto 0 0;
    padding-right: 0.4em;
    font-size: 30pt;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  #main-section .cont.resources .cont-header:after {
    content: close-quote;
    height: 50%;
    width: 100%;
    background-color: #36b54e;
    margin: auto;
  }
  #main-section .cont.resources .resource-content {
    display: grid;
    grid-template-columns: repeat(2, auto);
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 0;
  }
  #main-section .cont.resources .resource-content > div .image-centered {
    margin: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #main-section .cont.resources .resource-content > div .image-centered img {
    display: none;
  }
  #main-section .cont.resources .resource-content > div:first-child {
    position: relative;
    background-color: #143e4a;
  }
  #main-section .cont.resources .resource-content > div:first-child > h2 {
    color: #35aa51;
  }
  #main-section .cont.resources .resource-content > div:first-child .icon-img {
    background-color: transparent;
    width: 40px;
    margin: 0 10px;
  }
  #main-section .cont.resources .resource-content > div:first-child a {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    top: unset;
  }
  #main-section .cont.resources .resource-content > div:first-child a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    color: #1a8661;
    margin: 0 0.5em;
  }
  #main-section .cont.resources .resource-content > div:last-child {
    position: relative;
    padding: 0 1.5rem;
    color: #000;
  }
  #main-section .cont.resources .resource-content > div:last-child > h2 {
    color: #56b76a;
  }
  #main-section .cont.resources .resource-content > div:last-child .featured-post {
    padding: 0;
    margin: 0;
  }
  #main-section .cont.resources .resource-content > div:last-child .featured-post li {
    display: grid;
    grid-template-columns: 30% 1fr;
  }
  #main-section .cont.resources .resource-content > div:last-child .featured-post li:last-child {
    padding-bottom: 2rem;
  }
  #main-section .cont.resources .resource-content > div:last-child a {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    color: #133f4a;
    text-decoration: none;
    font-size: 1rem;
    top: unset;
  }
  #main-section .cont.resources .resource-content > div:last-child a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    color: #1a8661;
    margin: 0 0.5em;
  }
  #main-section .cont form {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 1rem;
  }
  #main-section .cont form input {
    border-radius: 0;
  }
  #main-section .cont > div {
    padding: 2rem;
  }
  #main-section h2 {
    font-family: "Lato", sans-serif;
  }
}
@media screen and (min-width: 56.5em) {
  .blog-posts .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .blog-posts {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 15px;
    padding: 15px;
  }

  .card-header, .card-body {
    padding: 0.75rem;
  }

  #main-section .cont.about {
    display: grid;
    grid-template-columns: repeat(2, auto);
    margin: 0 auto;
    max-width: 1200px;
  }

  .tagline-container {
    display: grid;
    grid-template-columns: 30% 1fr;
    margin-bottom: 2em;
  }
  .tagline-container .tag-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 300px;
  }
  .tagline-container .tag-image > img {
    display: none;
  }
  .tagline-container .tag-content {
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    display: grid;
  }
  .tagline-container .tag-content div {
    padding: 2em;
    min-height: 150px;
  }
  .tagline-container .tag-content div:first-child {
    background-color: #325fb3;
  }
  .tagline-container .tag-content div:last-child {
    background-color: #94C954;
  }
  .tagline-container .tag-content span {
    color: #94C954;
  }
}
@media screen and (max-width: 56.5em) {
  .tagline-container .tag-image {
    background-image: none;
  }
}
/* Accounts
--------------------------------------------- */
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "sinkin_sans700_bold", Arial, san-serif;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: 0.4em auto;
  padding: 1em;
  cursor: pointer;
  background: #94C954;
  text-decoration: none;
  color: white;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}
.woocommerce-MyAccount-navigation ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #198FA3;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:focus, .woocommerce-MyAccount-navigation ul li a:active {
  color: white;
}
.woocommerce-MyAccount-navigation ul li a:hover:before, .woocommerce-MyAccount-navigation ul li a:focus:before, .woocommerce-MyAccount-navigation ul li a:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: white;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

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

/*# sourceMappingURL=style.css.map */

#search-pane {
	position: relative;	
	min-width: 150px;
	float: left;
	width: 20%;
}

#jobs-map {
position: relative;
    float: left;
    width: 100%;
    top: -50px;
    display: block;
    margin: 0 auto;
}

.site-main {
	max-width: 1100px;
	margin: 0 auto;
}

.job_div_full, .job_div_left, .job_div_right, .job_div_left_mod, .job_div_right_mod  {
	float: left;
}

.job_div {
	width: 80vw;
}

.job_div_full {
	width: 100%;
}

.job_div_left {
	width: 30%;
}

.job_div_right {
	width: 70%;
}

.job_div_a {
	width: 70%;
}

.job_div_b { 
	width: 30%;
}

.job_div_b {
	text-align: right;
}

.job_div_left_mod {
	width: 20%;
}

.job_div_right_mod {
	width: 80%;
}

.pointer {
	cursor: hand;
}

.entry-title {
	text-align: left !important;
}

.ui-tooltip, .arrow:after {
background: black;
border: 2px solid white;
}
.ui-tooltip {
padding: 10px 20px;
color: white;
border-radius: 20px;
font: bold 14px "Helvetica Neue", Sans-Serif;
text-transform: uppercase;
box-shadow: 0 0 7px black;
max-width: 300px;
position: fixed;
}
.arrow {
width: 70px;
height: 16px;
overflow: hidden;
position: absolute;
left: 50%;
margin-left: -35px;
bottom: -16px;
}
.arrow.top {
top: -16px;
bottom: auto;
}
.arrow.left {
left: 20%;
}
.arrow:after {
content: "";
position: absolute;
left: 20px;
top: -20px;
width: 25px;
height: 25px;
box-shadow: 6px 5px 9px -9px black;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.arrow.top:after {
bottom: -20px;
top: auto;
}


.entry-content button[type=button] {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin: 0.4em auto;
    padding: 1em;
    cursor: pointer;
    background: #94C954;
    text-decoration: none;
    color: white;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    background-color: #36b54e;
    color: #fff;
    padding: 1rem 3rem;
    text-transform: uppercase;
}

.login-controls {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-around;
    align-items: center;
}

.entry-content button[type=button]:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #198FA3;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}