@import url("font/font.css");

/*
Theme Name: SkillSource
Theme URI: https://demo.studiopress.com
Description: This is the sample theme created for the Genesis Framework.
Author: Mvestor Media
Author URI: https://www.mvestormedia.com

Version: 3.4.2

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area 
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
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: bolder;
}
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;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
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 {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/* stylelint-enable */

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

:root {
  --tec-font-family-sans-serif: "Open Sans" !important;
}

html {
  box-sizing: border-box;
}

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

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

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

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

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

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

html {
  scroll-behavior: smooth;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #0073e5;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
  outline: none;
}
:focus {
  outline: none !important;
}

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

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

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

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

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

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

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

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

.gallery {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="submit"]:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}

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

.button {
  display: inline-block;
}

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

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

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

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

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

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

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

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

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

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

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

/* Site Container
--------------------------------------------- */

.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 46px 30px 0;
}

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

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

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

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

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

.comment .avatar {
  margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

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

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

.search-form {
  overflow: hidden;
}

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

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

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
}

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

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

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

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

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

a.alignnone {
  display: inline-block;
}

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

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

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

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

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

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

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

.widget {
  margin-bottom: 40px;
}

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

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

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

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

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

.widget_calendar table {
  width: 100%;
}

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

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

.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

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

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

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

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

.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px;
}

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

.after-entry .enews-widget input {
  text-align: center;
}

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

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5;
}

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
  margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

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

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

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

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

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

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

.site-header {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 0 30px;
}

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

.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}

.wp-custom-logo .custom-logo-link {
  display: block;
}

.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

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

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}

.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0073e5;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
  width: 100%;
  border-top: none;
  padding-top: 30px;
}
.genesis-nav-menu .sub-menu {
  width: 100% !important;
  border-top: none !important;
  padding-top: 30px;
}
.genesis-nav-menu .sub-menu .menu-item {
  display: block !important;
  background-color: #00838f;
}
.genesis-nav-menu .sub-menu .menu-item a {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 15px 18px 0px 18px !important;
  font-family: "Open Sans";
  font-weight: bold;
}
.genesis-nav-menu .sub-menu .menu-item:last-child a {
  padding-bottom: 18px !important;
}

/* Responsive Menu
--------------------------------------------- */

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

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

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

/*.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}*/

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

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #0073e5;
}

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

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

.site-header .dashicons-before::before {
  transition: none;
}

.menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

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

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

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

.nav-primary {
  clear: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

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

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

/*.entry {
	margin-bottom: 40px;
}*/

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

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}

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

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

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

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

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

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

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

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

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

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

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

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

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

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

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

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

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

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

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

.comment-content {
  clear: both;
}

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

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

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

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

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

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

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

.footer-widgets {
  border-top: 1px solid #eee;
  background-color: #fff;
  clear: both;
  padding: 60px 0;
}

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

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

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

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

/* Media Queries
---------------------------------------------------------------------------- */
table {
  table-layout: auto;
  word-break: normal;
}
#tablepress-2_wrapper,
#tablepress-3_wrapper {
  overflow-x: auto;
}
.tablepress tfoot th,
.tablepress thead th,
table thead th {
  line-height: 24px;
  background-color: #0b4855 !important;
  color: #fff !important;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  /* Site Header
	--------------------------------------------- */
  .custom-mobile-menu {
    display: none;
  }
  .header-bottom-section {
  }
  .header-bottom-section .wrap ul#menu-primary-menu {
    display: flex;
    justify-content: space-between;
  }
  .admin-bar .site-header {
    top: 32px;
  }
  .header-bottom-section nav {
    padding: 35px 0px 30px !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .sticky_header .header-bottom-section nav {
    padding: 25px 0px 20px !important;
  }
  .sticky_header .help-btn a {
    padding: 38px 40px 41px;
  }
  .sticky_header .header-main-part {
    padding: 0px 0px;
    height: 92px;
  }
  .sticky_header .logo {
    padding-top: 8px;
  }
  .mobile-header.sticky_header {
    position: fixed;
    top: 0;
    z-index: 3;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
  }
  .mobile-header.sticky_header {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .sticky_header .current-menu-parent a:before,
  .sticky_header .current-menu-item a:before {
    bottom: -20px;
  }
  .sticky_header .genesis-nav-menu .menu-item:hover > .sub-menu {
    padding-top: 20px;
  }
  /* Genesis Menu
	--------------------------------------------- */

  .genesis-nav-menu .menu-item {
    display: inline-block;
  }

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

  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }

  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5;
  }

  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 180px;
  }

  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    /*transition: opacity 0.4s ease-in-out;*/
  }

  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }

  /* Responsive Menu
	--------------------------------------------- */

  .js .nav-primary {
    display: block;
    padding-top: 15px;
  }

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

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

  .nav-primary {
    clear: none;
    float: right;
    width: auto;
  }

  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Site-Inner
	--------------------------------------------- */

  .site-inner {
    max-width: 1140px;
  }
	
  .sticky_header .site-inner {
	margin-top: 213px;
  }

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

  .content {
    float: left;
    width: 65%;
  }

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

  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* Sidebar
	--------------------------------------------- */

  .sidebar {
    float: right;
    width: 30%;
  }

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

  /* Author Box
	--------------------------------------------- */

  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
	--------------------------------------------- */

  .after-entry {
    padding: 40px 60px;
  }

  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Column Classes
	--------------------------------------------- */

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

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

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

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

  .one-fourth {
    width: 23.076923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }

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

  /* Entry Misc.
	--------------------------------------------- */

  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }

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

  .footer-widgets .wrap {
    max-width: 1140px;
  }

  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 3);
  }
}

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

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

  @page {
    margin: 2cm 0.5cm;
  }

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

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

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

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

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

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

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

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

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

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

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

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

/* Custom Css Start */

.welcome-inner h5 {
  font-family: "Open Sans";
}

/* Icomoon fonts Start */

@font-face {
  font-family: "icomoon";
  src: url("font/icomoon.eot?guefbf");
  src: url("font/icomoon.eot?guefbf#iefix") format("embedded-opentype"),
    url("font/icomoon.ttf?guefbf") format("truetype"),
    url("font/icomoon.woff?guefbf") format("woff"),
    url("font/icomoon.svg?guefbf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e902";
}
.icon-credential:before {
  content: "\e903";
}
.icon-briefcase:before {
  content: "\e904";
}
.icon-location:before {
  content: "\e906";
}
.icon-git:before {
  content: "\eae7";
}
/* Icomoon fonts End */
.dashicons-arrow-down-alt2:before {
  color: #fff;
}
.custom-container {
  max-width: 1407px;
  margin: 0 auto;
  padding: 0px 15px;
}
.site-header {
  max-width: 100% !important;
  padding: 0 !important;
}
.top_image_position .banner-section-part {
  background-position: top;
}
.center_image_position .banner-section-part {
  background-position: center;
}
.bottom_image_position .banner-section-part {
  background-position: bottom;
}
.disable_scroll_bar {
  overflow: hidden;
}
.close-btn {
  display: none !important;
  color: #fff;
  right: 50px;
  position: absolute;
  top: 10px;
  font-size: 24px;
  background: #00838f;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
}
.footer-secondary-logo {
  display: block;
  margin: 0 auto;
  padding: 30px 0px 0px;
  max-width: 440px;
}
.help_content h3 {
  border-top: 2px solid #fff;
  padding: 40px 0px;
  flex: 0 0 23%;
  max-width: 23%;
  margin: 0 auto;
}
div#gform_confirmation_message_1 {
  color: #37890e;
  font-size: 21px;
  text-align: center;
  font-weight: bold;
}
.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  border: 1px solid #00838f;
  color: #00838f;
}
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: #ff6c0e;
  border: 2px solid #ff6c0e;
}
.tribe-events .tribe-events-calendar-month__calendar-event--featured:before {
  background-color: #00838f;
}
.mobile-header {
  position: sticky;
  top: 0;
  z-index: 3;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}

/* Header Start */

.logo img {
  width: 100%;
}
.header-main-part {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 18px 0px;
  height: 114px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-main-part .wrap {
  flex: 0 0 16%;
  max-width: 16%;
}
.header-menu ul li a {
  text-align: center;
  letter-spacing: 0px;
  color: #0b4855;
  opacity: 1;
  text-decoration: none;
  font-family: "Open Sans";
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.header-menu ul li {
  margin: 0px 18px;
}
.header-menu .nav-primary {
  padding: 0px;
}
.language-btn a {
  padding: 0px !important;
  letter-spacing: 0px;
  color: #0b4855 !important;
  opacity: 1;
  text-decoration: none !important;
  font-family: "Open Sans";
  line-height: 22px;
  font-size: 16px !important;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 9px;
}
.language-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bottom-section {
  background: #0b4855;
  border-top: 6px solid #ff6c0e;
}
.language-btn .switcher .selected {
  background: transparent !important;
}
.language-btn .switcher .selected a img,
.language-btn .switcher .option a img {
  display: none;
}
.language-btn .switcher .option a {
  margin-bottom: 5px;
}
.language-btn .switcher .selected a {
  border: none;
  width: 100px;
}
.language-btn .switcher .selected a:after {
  right: 60px;
}
.language-btn .switcher .option {
  position: absolute !important;
  border: none !important;
  background: #ffffff !important;
  width: 110px !important;
  padding: 10px 5px !important;
  box-shadow: 0px 10px 10px #0b4855 !important;
  top: 80px !important;
}
.menu_bg_dark_teal .genesis-nav-menu .sub-menu .menu-item {
  background-color: #0b4855b5;
}
@media screen and (min-width: 959px) {
    .nav-primary .wrap {
        display: flex;
    }
}
.mobile-menu-translate {
    border-top: 2px solid #fff;
    margin: -15px 0 20px 20px;
    padding: 25px 0 10px;
}
.mobile-menu-translate img.language-icon {
    float: left;
    padding-right: 15px;
    margin-top: -3px;
}
.header-search-button-wrap {
    padding: 0 0 30px 25px;
}
#header-search-button {
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
}
#header-search-button:focus-visible {
    outline: #ffffff solid 1px !important;
    outline-offset: 5px;
}
#header-search-button svg {
    width: 30px;
    height: auto;
    fill: #ffffff;
    margin-right: 7px;
}
.header-search-form-wrap {
    display: none;
}
.header-search-open .header-search-form-wrap {
    display: block;
    animation: fade_in 0.5s
}
@keyframes fade_in {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}
.header-search-form-wrap form {
    display: flex;
    margin: 0 0 40px;
}
.header-search-form-wrap form [type="text"] {
    border-radius: 5px 0 0 5px;
}
.header-search-form-wrap form [type="submit"] {
    border-radius: 0 5px 5px 0;
    text-transform: uppercase;
    background-color: #00838f;
}
@media (min-width: 959px) {
    .mobile-menu-translate {
      display: none;
    }
    .header-search-button-wrap {
        padding: 0 0 0 2.5%;
    }

    #header-search-button svg {
        width: 20px;
        margin-right: 0;
    }

    .header-search-button-text {
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        width: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
    }

    .header-search-form-wrap form {
        margin: 25px 0 0;
    }
}
@media (min-width: 1279px) {
    #header-search-button svg {
        width: 25px;
    }
}
@media (max-width: 567px) {
    .header-bottom-section nav {
        height: calc(100vh - 110px);
    }
}
/* Header End */

/* Footer Start */

.bottom-footer {
  background: #0b4855;
  padding: 35px 0px;
  text-align: center;
}
.bottom-footer > p:first-child {
  color: #dbdbdb;
  font-size: 16px;
  line-height: 24px;
  max-width: 690px;
  margin: 0 auto 12px;
}
.bottom-footer > p:last-child a,
.bottom-footer a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  font-weight: bold;
  text-decoration: none;
}
.bottom-footer a:hover {
  text-decoration: underline;
}
.top-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.top-footer-section {
  border-top: 6px solid #ff6c0e;
  padding: 37px 0px;
}
.home-banner-bottom {
  background: #00838f;
  padding: 46px 0px 32px !important;
  border-bottom: 6px solid #ff6c0e;
}
.home-banner-bottom h4 {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  font-weight: 500;
  margin: 0px;
  font-family: "Open Sans";
}
.news-section {
  background: #dcdcdc;
  padding: 25px 0px 60px;
}
.main-banner-section img {
  object-position: unset !important;
}
.main-banner-section .wp-block-cover {
  align-items: flex-end;
}
.main-banner-section .wp-block-cover__inner-container p {
  font-size: 60px !important;
  max-width: 900px;
  margin: 0 auto;
  font-weight: bold;
  font-family: "Open Sans";
  line-height: 72px;
  margin-bottom: 45px;
  text-shadow: 0px 0px 12px #000;
}
.home-banner-bottom h4 {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  font-weight: 400;
  margin: 0px;
  font-family: "Open Sans";
}
.home-banner-bottom h2 {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  margin: 0px;
  font-family: "Open Sans";
  font-weight: bold;
}
.home-banner-bottom p {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  margin: 27px auto 0px;
  font-family: "Open Sans";
  max-width: 900px;
  padding: 0px 15px;
}
.language-btn {
  margin-left: 35px;
}
.help-btn a {
  position: relative;
  background: #00838f;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 48px 38px 52px;
  line-height: 22px;
  font-weight: bold;
  text-decoration: none;
  z-index: 99991;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.box-section .gb-container-content {
  max-width: 1407px;
  margin: 0 auto;
  padding: 0px 15px;
}
.box-section h2 {
  font-family: "Open Sans";
}
.help-btn a:before {
  content: "";
  position: absolute;
  z-index: 99999;
  background-repeat: no-repeat;
  width: 265px;
  height: 18px;
  bottom: -18px;
  left: 0;
  right: 0;
  background-image: url(https://skillsource1.wpengine.com/wp-content/uploads/2022/05/top-header-shape.png);
}
.header-bottom-section nav ul li:last-child {
  margin-right: 0px;
}
.header-bottom-section nav ul li a {
  color: #fff !important;
  font-size: 24px;
  line-height: 28px;
  font-family: "Open Sans";
  font-weight: 400;
  padding: 0px !important;
  outline: none;
  display: inline-block;
  position: relative;
}
.page-id-5 .inner-banner-section {
  display: none;
}
.help-btn a i {
  margin-left: 5px;
  font-size: 20px;
}
.news-inner-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.news-inner-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.news-left {
  flex: 0 0 33%;
  max-width: 33%;
}
.news-right {
  flex: 0 0 58%;
  max-width: 58%;
}
.news-right h1 {
  color: #0b4855;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Open Sans";
  margin-bottom: 10px;
}
.news-right span {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Open Sans";
}
.news-right p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Open Sans";
  margin-top: 20px;
  margin-bottom: 40px;
}
.news-right a.read-more {
  background: #00838f;
  padding: 14px 58px;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  font-weight: bold;
  font-family: "Open Sans";
  margin-right: 22px;
  border: 2px solid #00838f;
}
.news-right a.view-all {
  background: transparent;
  padding: 14px 58px;
  color: #0b4855;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  font-weight: bold;
  font-family: "Open Sans";
  border: 2px solid #0b4855;
}
.news-image {
  width: 100%;
  height: 303px;
}
.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-section h2 {
  color: #0b4855;
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  font-family: "Open Sans";
  padding: 80px 0 0px;
  margin-bottom: 0;
  padding-right: 6.5%;
}
.box-section .wp-block-cover {
  min-height: 400px;
}
.header-bottom-section nav {
  float: inherit;
}
.top-footer .current-menu-parent a:before,
.top-footer .current-menu-item a:before {
  display: none;
}
.current-menu-parent a:before,
.current-menu-item a:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  border-bottom: 6px solid #fff;
  z-index: 1;
}
.top-footer-section ul li a {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.top-footer-section ul li a:hover {
  text-decoration: underline;
}
.top-footer-section ul li ul li {
  margin-bottom: 0;
}
.top-footer-section ul li {
  margin-bottom: 15px;
  position: relative;
}
.footer-col-4 a {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}
.footer-phone, .footer-fax, .footer-address {
    font-size: 16px;
    display: flex;
    align-items: center;
}
p.footer-address {
    font-size: 14px;
}
.footer-phone svg, .footer-fax svg, .footer-address svg {
    vertical-align: middle;
    width: 28px;
    height: auto;
    fill: #555555;
    margin-right: 10px;
}
.footer-address svg {
    width: 25px;
    min-width: 25px;
    max-width: 25px;
    margin: 0 10px 0 3px;
}
.footer-col-5 > img:first-child {
  display: flex;
  width: 336px;
  height: auto;
  margin-left: auto;
}
.help-btn-popup {
  display: inline-block;
}
.footer-col-5 > img:nth-child(2) {
  margin-top: 100px;
}
.social-icons {
    text-align: center;
    margin: 30px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8%;
    width: 336px;
    max-width: 100%;
}
.social-icons svg {
    width: 32px;
    height: auto;
    fill: #555555;
}
.footer-col-1,
.footer-col-2,
.footer-col-3,
.footer-col-4 {
  flex: 0 16%;
  max-width: 16%;
}
.footer-col-5 {
  flex: 0 33%;
  max-width: 33%;
}
.gb-block-layout-column-inner
  span.wp-block-cover__gradient-background.has-background-dim:before {
  content: "";
  bottom: -35px;
  background: url(https://skillsource1.wpengine.com/wp-content/uploads/2022/05/shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  position: absolute;
  background-position: bottom center;
}
p.footer-address {
  letter-spacing: 0px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}
.wp-block-cover .wp-block-cover__gradient-background {
  opacity: 1 !important;
}
.wp-block-cover .has-background-dim:not([class*="-background-color"]) {
  background-color: transparent !important;
}
.wp-block-cover__inner-container > p.has-text-align-center {
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
.wp-block-cover__inner-container > h2.has-text-align-center {
  font-size: 60px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 0;
}
.wp-block-image {
  display: inline;
}
.gb-block-layout-column-gap-2 {
  grid-gap: 0 18px !important;
}
ul.sub-menu {
  margin-left: 18px;
}
.box-section .wp-block-image img {
  height: 90px;
}
.box-section
  .wp-block-genesis-blocks-gb-column:last-child
  .wp-block-cover__image-background {
  object-position: center -120px;
}
.box-section .gb-layout-column-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-section .gb-layout-column-wrap .wp-block-genesis-blocks-gb-column {
  flex: 0 0 32%;
  max-width: 32%;
}
.footer-col-1 ul li:first-child:hover a,
.footer-col-2 ul li:first-child:hover a {
  text-decoration: none;
  cursor: default;
}

.footer-col-1 ul li:first-child:hover .sub-menu li:hover a,
.footer-col-2 ul li:first-child:hover .sub-menu li:hover a {
  text-decoration: underline;
  cursor: pointer;
}

/* Header popup Start */

.help-btn-popup {
  position: absolute;
  opacity: 1;
  top: 122px;
  left: 0;
  z-index: 9;
  background: #0b4855;
  padding: 90px 0px 220px;
  width: 100%;
  height: 100vh;
  overflow: auto;
}
.help-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.help-menu .help-parts {
  flex: 0 0 23%;
  max-width: 23%;
  border-top: 2px solid #fff;
  margin-right: 1%;
  padding: 40px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.help-menu .help-parts a {
  color: #fff !important;
  font-size: 24px;
  line-height: 28px;
  font-family: "Open Sans";
  font-weight: 400;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 300px;
}
.help_content p,
.help_content {
  color: #fff;
  text-align: center;
  font-size: 19px;
  margin-top: -10px;
}
.help_content a {
  background: #00838f;
  padding: 14px 58px;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  font-weight: bold;
  font-family: "Open Sans";
  border: 2px solid #00838f;
  max-width: 240px;
  margin: 20px auto 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}
.help-btn-popup::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
  max-height: 100px;
  border-radius: 10px;
}
.help-btn-popup::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
  max-height: 100px;
}
.help-btn-popup::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #00838f;
  min-height: 100px;
}
.help-btn-popup::-webkit-scrollbar-thumb:hover {
  background: #0b4855;
}

/* Header Popup End */

/* Board Page Start */

.banner-height {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-section-part span {
  height: 690px;
}
.banner-section-part h1 {
  font-size: 60px !important;
  max-width: 730px;
  font-weight: bold;
  font-family: "Open Sans";
  line-height: 72px;
  margin-bottom: 45px;
  text-shadow: 0px 0px 12px #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-section-part {
  position: relative;
  max-width: 100%;
  height: 690px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.heading {
  text-align: left;
  letter-spacing: 0px;
  color: #0b4855;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 25px;
}
.banner-intro-part {
  background: #00838f 0% 0% no-repeat padding-box;
  padding: 38px 0px 38px 0;
  margin: 0 auto;
  max-width: 100%;
  border-bottom: 6px solid #ff6c0e;
  position: relative;
}
.banner-intro-part p {
  max-width: 945px;
  margin: 0px auto 0px;
  font-family: "Open Sans";
  letter-spacing: 0px;
  line-height: 32px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  padding: 0 15px;
}
.member-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
  justify-content: flex-start;
  padding: 0px 0 55px 0;
}
.member-wrapper {
  padding: 0 9px;
  flex: 0 0 16%;
  max-width: 16%;
  margin-bottom: 30px;
}
.member-wrapper .member-image {
  width: 100%;
  height: 218px;
  position: relative;
  border: 1px solid #ddd;
  border-bottom: none;
}
.member-wrapper .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member-wrapper .member-image h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 7px 10px;
  margin: 0;
  background: #00838f;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans";
  font-weight: bold;
}
.member-content h4 {
  background: #ff6c0e 0% 0% no-repeat padding-box;
  text-align: center;
  letter-spacing: 0px;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #ffffff;
  padding: 6px 0;
  margin-bottom: 0;
}
.sub-text {
  background: #0b4855 0% 0% no-repeat padding-box;
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 10px;
}
.site-inner {
  max-width: 100% !important;
  padding: 0 !important;
}
.sub-text p {
  letter-spacing: 0px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 10px !important;
}
.sub-text h3,
.sub-text p {
  margin: 0;
}
.sub-text h3 {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  font-family: "Open Sans";
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.member-content {
  position: relative;
}
.member-content:before {
  content: "";
  background: url(https://skillsource1.wpengine.com/wp-content/uploads/2022/05/board-member-shape.png);
  background-repeat: no-repeat;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-size: contain;
}
.board-pdf,
.form-section {
  background: #dcdcdc;
  padding: 47px 0px 20px;
}
.board-calendar {
  background: #0b4855;
  padding: 35px 0px;
}
.board-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.board-left {
  flex: 0 0 33%;
  max-width: 33%;
}
.pdfs-listing {
  margin-bottom: 20px;
}
.board-right {
  flex: 0 0 58%;
  max-width: 58%;
}
.board-left p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-family: "Open Sans";
  font-weight: bold;
  margin-bottom: 0px;
}
.board-right a {
  text-decoration: none;
  color: #fff;
  max-width: 218px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  background: #00838f;
  text-transform: uppercase;
}
.board-minutes {
  flex: 0 0 33%;
  max-width: 33%;
}
.quarterly {
  flex: 0 0 58%;
  max-width: 58%;
}
.board-part-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.board-minutes h2,
.quarterly h2 {
  color: #0b4855;
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  font-family: "Open Sans";
  margin-bottom: 30px;
}
.board-minutes ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.board-minutes ul li {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pdfs-listing ul li,
.local-workplan ul li,
.yearly-audit-inner ul li,
.workplan-last ul li,
.forum-workplan ul li,
.agenda-report ul li,
.minutes-report ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.board-minutes ul li a,
.pdfs-listing ul li a,
.local-workplan ul li a,
.yearly-audit-inner ul li a,
.workplan-last ul li a,
.forum-workplan ul li a,
.agenda-report ul li a,
.minutes-report ul li a {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  margin-left: 10px;
}
.quarterly h3,
.local-workplan h2,
.audit-report h2,
.agenda-report h2,
.minutes-report h2,
.workplan-last h2 {
  color: #0b4855;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Open Sans";
}

.forum-workplan h2 {
  color: #0b4855;
  font-size: 36px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Open Sans";
}
.local-workplan h2,
.audit-report h2 {
  margin-bottom: 30px;
}
.performance-reports {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pdfs-listing h3 {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}
.reports-pdf {
  width: 14%;
  background: transparent;
  padding: 0px;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Open Sans";
  border: none;
  margin-bottom: 36px;
  margin-left: -5px;
}
.workplan-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 0px 15px;
}
.workplan-last ul li {
  max-width: 210px;
}
.local-workplan h2,
.local-workplan ul {
  max-width: 336px;
}
.yearly-audit,
.yearly-agenda {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.local-workplan,
.forum-workplan {
  flex: 0 0 30%;
  max-width: 30%;
  position: relative;
}
.yearly-audit-inner h4,
.agenda-report h4,
.minutes-report h4 {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-family: "Open Sans";
  font-weight: bold;
  margin-bottom: 15px;
}
.yearly-audit-inner {
  margin-bottom: 20px;
}
.board-members-main .heading {
  padding-top: 45px;
}
.local-workplan ul li img {
  margin-top: -25px;
}
.local-workplan:before,
.audit-report:before,
.forum-workplan:before,
.agenda-report:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  border-right: 2px solid #0b4855;
}
.audit-report:before,
.agenda-report:before {
  right: -20%;
}
.audit-report,
.agenda-report {
  flex: 0 0 34%;
  max-width: 34%;
  margin-left: 6%;
  position: relative;
}
.workplan-last,
.minutes-report {
  flex: 0 0 18%;
  max-width: 18%;
  margin-left: 12%;
}
.workplan-last ul > li {
  margin-bottom: 8px;
}
.workplan-last ul li:last-child {
  align-items: flex-start;
}
.workplan-last ul li:last-child img {
  padding-top: 5px;
}
.form-section .workplan-inner {
  padding: 15px 0px 15px;
}

.workplan-last h2 {
  margin-bottom: 35px;
}
.forum-workplan,
.agenda-report {
  margin-bottom: 20px;
}
.tribe-events-meta-group .tribe-events-single-section-title {
  font-family: var(--tec-font-family-sans-serif);
}

/* Board Page End */

/* Pagination Start */

.post-pagination {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
}
.post-pagination span,
.post-pagination a {
  color: #ffffff !important;
  cursor: pointer;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #00838f;
  background: #00838f;
  font-weight: bold;
  text-transform: uppercase;
}
.post-pagination span.current {
  background-color: #dbdcdd;
  color: #00838f !important;
}
/*.post-pagination a:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px;}
.post-pagination a:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px;}*/

/* Pagination End */

/* Board Detail Page Start */

.board-members-main .post-title {
  background: #00838f;
  padding: 30px 0px 15px;
  border-bottom: 6px solid #ff6c0e;
}
.board-members-main .post-title h1 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 48px;
  font-family: "Open Sans";
  font-weight: bold;
}
.post-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0px 40px;
}
.single-left-part {
  flex: 0 0 33%;
  max-width: 33%;
  margin: 0 auto;
  width: 100%;
  padding-top: 7px;
  height: 300px;
}
.single-right-part {
  flex: 0 0 58%;
  max-width: 58%;
}
.single-right-part .post-date {
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans";
  font-weight: bold;
  color: #000000;
  margin-bottom: 38px;
}
.single-right-part .post-content p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans";
  font-weight: 400;
  color: #000000;
  margin-bottom: 25px;
  max-width: 570px;
}
.cta-post-btn {
  background: #dcdcdc;
  padding: 36px 0px;
  text-align: center;
}
.cta-post-btn a {
  background: #00838f;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  max-width: 218px;
  width: 218px;
  display: inline-block;
  padding: 18px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.load-more-posts-details {
  background: #0b4855;
  padding: 36px 0px;
  display: flex;
}
.load-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.load-post p {
  flex: 0 0 33%;
  max-width: 33%;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-family: "Open Sans";
  font-weight: bold;
  margin-bottom: 0px;
}
.load-post .view-btn {
  flex: 0 0 58%;
  max-width: 58%;
}
.load-more-posts-details .custom-container {
  width: 100%;
}
.view-btn a {
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
  max-width: 218px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.single-left-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Board Detail Page End */

/* News Listing Page Start */

.blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-top: 40px;
  position: relative;
}
.blog-posts .blog-wrapper:nth-child(3):before {
  border-bottom: 0px !important;
}
.blog-image {
  flex: 0 0 33%;
  max-width: 33%;
}
.blog-card {
  flex: 0 0 58%;
  max-width: 58%;
}
.blog-card button {
  background: transparent;
  width: 100%;
  padding: 0px;
}
.blog-members-main {
  padding: 40px 0px 0px;
}
.blog-card h3,
.blog-card h3 a {
  display: inline;
  background: transparent;
  max-width: 100%;
  padding: 0px;
  text-transform: inherit;
  color: #0b4855;
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 6px;
  font-family: "Open Sans";
}
.blog-list-image {
  width: 100%;
  height: 300px;
}
.blog-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid #145261;
}
.blog-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card h4 {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Open Sans";
  margin-bottom: 20px;
}
.blog-card p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}
.blog-card a {
  background: #00838f;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 220px;
  padding: 19px 0px;
  text-transform: uppercase;
}
.success-stories-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.success-stories-inner .stories-wrapper:nth-child(4) {
  margin-top: 70px;
}
.stories-wrapper {
  flex: 0 0 32%;
  max-width: 32%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 530px;
  position: relative;
}
.stories-wrapper span {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 530px;
  position: relative;
}
.success-stories.active {
  margin-bottom: 70px;
}
.stories-wrapper:before {
  content: "";
  bottom: -35px;
  background: url(https://skillsource1.wpengine.com/wp-content/uploads/2022/05/shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  position: absolute;
  background-position: bottom center; /* background-color: #ddd; */
}
.stories-wrapper:after {
  position: absolute;
  top: 0;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(357deg, #05353a, #02464c42);
}
.stories-content {
  top: 260px;
  position: absolute;
  z-index: 1;
  padding: 0px 33px 30px;
  width: 100%;
}
.no-more-post {
  max-width: 800px;
  margin: 0 auto;
  color: #b31717;
  font-family: "Open Sans";
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-top: -30px;
}
.load-post .no-more-post {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 0px;
}
.stories-content h1,
.stories-content h1 a {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Open Sans";
  border: none;
  display: inline;
  text-transform: initial;
  max-width: 100%;
  padding: 0px;
}
.stories-content p {
  color: #ffffff;
  font-weight: 400;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 37px;
}
.stories-content a {
  border: 2px solid #ffffff;
  max-width: 218px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  padding: 17px 0px;
  text-transform: uppercase;
}
.success-stories-title {
  background: #00838f;
  padding: 35px 0px;
  border-bottom: 6px solid #ff6c0e;
}
.success-stories-title h1 {
  color: #fff;
  font-family: "Open Sans";
  text-align: center;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
}
section.success-stories-more {
  background: #dcdcdc;
  padding: 70px 0px 30px;
}
.stories-more-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.stories-more-left {
  flex: 0 0 33%;
  max-width: 33%;
  display: flex;
  align-items: center;
}
.stories-more-right {
  flex: 0 0 58%;
  max-width: 58%;
}
.stories-more-right a {
  border: 2px solid #0b4855;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  max-width: 220px;
  padding: 17px 0px;
  color: #0b4855;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
.stories-more-left p {
  color: #0b4855;
  font-size: 22px;
  line-height: 30px;
  font-family: "Open Sans";
  font-weight: bold;
  margin-bottom: 0px;
}
.report-section {
  background: #0b4855;
  padding: 70px 0px 40px;
}
.report-sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.report-left {
  flex: 0 0 50%;
  max-width: 50%;
}
.report-right {
  flex: 0 0 50%;
  max-width: 50%;
}
.report-left h1,
.report-right h1 {
  color: #ffffff;
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  font-family: "Open Sans";
  margin-bottom: 30px;
}
.report-left h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Open Sans";
  margin-bottom: 10px;
}
.report-left ul li,
.report-right ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
}
.report-left ul li a,
.report-right ul li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  margin-left: 10px;
}
.report-left ul li img,
.report-right ul li img {
  filter: invert(1);
}
.blog-wrapper:last-child:before {
  display: none;
}
.report-section .report-sections .report-right h4 {
  color: #fff;
  margin-top: 50px;
  font-size: 28px;
}
/* News Listing Page End */

.custom-mobile-menu .mobile-menu-part,
.custom-mobile-menu .mobile-language {
  padding: 30px 0px 0px !important;
  border-top: 2px solid #fff;
  margin-top: 30px;
}
.custom-mobile-menu .mobile-language li {
  display: flex;
  align-items: center;
}
.custom-mobile-menu .mobile-language li img {
  margin-right: 7px;
}

/* Get Started Start */

.banner-intro-part h1 {
  font-family: "Open Sans";
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 0px;
}
.left-sidebar {
  flex: 0 0 61%;
  max-width: 61%;
  padding: 40px 0px 36px;
}
.right-sidebar {
  flex: 0 0 33%;
  max-width: 33%;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  height: 530px;
}
.right-sidebar span {
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  height: 530px;
  display: block;
}
.left-sidebar h2 {
  color: #0b4855;
  font-size: 36px;
  line-height: 48px;
  font-family: "Open Sans";
  font-weight: bold;
  margin-bottom: 17px;
}
.left-sidebar p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Open Sans";
  max-width: 800px;
  margin-bottom: 20px;
}
.left-sidebar p:last-child {
  margin-bottom: 0px;
}
.right-sidebar:before {
  content: "";
  bottom: -37px;
  background: url(https://skillsource1.wpengine.com/wp-content/uploads/2022/05/shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  background-position: bottom center;
  z-index: 1;
}
.right-sidebar:after {
  position: absolute;
  top: 0;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(357deg, #05353a, #02464c42);
}
.welcome-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.workshop-section {
  background: #dcdcdc;
  padding: 82px 0px 36px;
}
.work-filter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.workshops-listing {
  flex: 0 0 24%;
  max-width: 24%;
}
.ace-workshops h2 {
  color: #0b4855;
  font-size: 36px;
  line-height: 48px;
  font-family: "Open Sans";
  font-weight: bold;
  margin-bottom: 30px;
}
.workshops-listing h3 {
  color: #0b4855;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Open Sans";
  margin-bottom: 11px;
}
.workshops-listing a {
  border: 2px solid #0b4855;
  max-width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0px;
  color: #0b4855;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 20px;
}
.workshops-listing a.calender-btn {
  background: #00838f;
  border: none;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}
.workshops-listing p.more-text {
  padding-top: 18px;
}
.workshops-listing p {
  max-width: 220px;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  font-weight: 400;
  font-family: "Open Sans";
}
.services-button {
  background: #0b4855;
  padding: 36px 0px;
}
.service-button-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.service-button-inner h2 {
  flex: 0 0 30%;
  max-width: 30%;
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Open Sans";
  margin-bottom: 0px;
}
.service-button-inner .services-btn {
  display: flex; /*flex: 0 0 65%;max-width: 65%;*/
  flex-wrap: wrap;
}
ul.services-btn li a {
  color: #fff;
  border: 2px solid #ffffff;
  text-decoration: none;
  width: 220px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  max-width: 220px;
  display: flex;
  padding: 17px 14px;
  text-align: center;
  margin-right: 10px;
  text-transform: uppercase;
}
.news-overlay-text {
  position: absolute;
  padding: 0px 33px 30px;
  width: 100%;
  bottom: 0px;
  z-index: 1;
}
.news-overlay-text h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Open Sans";
}
.news-overlay-text .short-desc {
  color: #ffffff;
  font-weight: 400;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 37px;
}
.news-overlay-text a {
  border: 2px solid #ffffff;
  max-width: 218px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  padding: 17px 0px;
  text-transform: uppercase;
}
.page-template-get-started .get-started-section ul li {
  list-style-type: disc;
}
.page-template-get-started .get-started-section ul {
  padding-left: 20px;
}
.page-id-185 .page-template-get-started .get-started-section ul {
  margin-bottom: 50px;
}

/* Get Started End */

.sub-menu .menu-item a:before {
  display: none;
}
.news-overlay-text h2,
.news-overlay-text .short-desc {
  text-shadow: 0 0 3px #000;
}

/* business-services */
.business-services-column-left {
  flex: 0 0 61%;
  max-width: 61%;
  padding-top: 40px;
}
.business-services-column-right {
  flex: 0 0 33%;
  max-width: 33%;
  padding-top: 40px;
}
.page-id-162 .wp-block-columns {
  margin-bottom: 10px;
}
.page-template-get-started .full-width-content h2 {
  color: #0b4855;
  font-size: 36px;
  line-height: 48px;
  font-family: "Open Sans";
  font-weight: bold;
  margin-bottom: 24px;
}
.page-template-get-started .full-width-content h3 {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: bold;
}
.page-template-get-started .full-width-content p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Open Sans";
  margin-bottom: 20px;
}
.welcome-inner ul {
  margin-bottom: 40px;
}
.page-id-185 .left-sidebar ul {
  margin-bottom: 50px;
}
.left-sidebar ul li,
.full-width-content ul li {
  color: #000000;
}

/* classroom-education */
.page-id-184 .welcome-inner ul {
  margin-bottom: 0;
}
.page-id-184 .left-sidebar .second-p {
  margin-top: 20px;
}
.left-sidebar .second-p {
  margin-top: 50px;
}

/* business-services light box*/

.page-id-162 figure img {
  cursor: pointer;
}
.skillsource_video_modal {
  position: fixed;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity 0.15s linear;
  z-index: 99999;
  display: block;
  background: rgb(0 0 0 / 80%);
}
.skillsource_video_modal .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  min-height: calc(100% - (1.75rem * 2));
  max-width: 1100px;
  margin: 1.75rem auto;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
}
.skillsource_video_modal .modal-content {
  width: 100%;
}
.skillsource_video_modal .modal-header {
  position: relative;
}
.skillsource_video_modal .modal-header button {
  position: absolute;
  right: -12px;
  background: #fff;
  width: 20px;
  height: 20px;
  color: #333;
  top: -12px;
  padding: 13px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skillsource_video_modal .modal-body {
  background: #fff;
  padding: 10px 10px 0px;
  border-radius: 8px;
}
.skillsource_video_modal .modal-body iframe {
  height: 700px;
  width: 100%;
  max-width: 100%;
}
.open_lightbox {
  overflow: hidden;
}

/* centers-partners */
.page-id-163 .full-width-content {
  padding: 40px 0 70px;
}
.full-width-content form fieldset legend,
.full-width-content form label {
  color: #000;
  font-size: 18px !important;
  line-height: 26px;
  font-weight: 700;
  font-family: "Open Sans";
}
#field_1_3 .ginput_complex label {
  font-weight: normal !important;
}

/* Center */
.gform_wrapper.gravity-theme .gfield_label legend {
  color: #000;
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper.gravity-theme .gfield textarea.small {
  height: 100% !important;
}
.workshop-section
  .ace-workshops
  .work-filter
  .workshops-listing
  .workshop-image
  img {
  width: 300px;
  height: 180px;
  margin-bottom: 11px;
}
.workshop-section .work-filter .workshops-listing .address {
  border: none;
  display: inline-block;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  font-weight: 400;
  font-family: "Open Sans";
  padding: 0;
}
.page-id-163 .workshops-listing a.calender-btn {
  display: inline-block;
  padding: 16px 16px;
  text-align: center;
}
.get-started-section form .gform_footer input[type="submit"] {
  background: #00838f;
  padding: 14px 58px;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  font-family: "Open Sans";
  border: 2px solid #00838f;
  border-radius: 0px;
  max-width: 218px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
}
.get-started-section .welcome-inner .wp-block-buttons .wp-block-button a {
  background: #00838f;
  padding: 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  font-family: "Open Sans";
  border: 2px solid #00838f;
  border-radius: 0px;
  max-width: 218px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 218px;
  text-transform: uppercase;
}
.get-started-section .welcome-inner .wp-block-buttons .wp-block-button a:hover {
  box-shadow: none;
}
.workshop-section .work-filter .workshops-listing:nth-child(2) .address {
  max-width: 195px;
}
.workshop-section .work-filter .workshops-listing:nth-child(3) .address,
.workshop-section .work-filter .workshops-listing:nth-child(4) .address {
  max-width: 150px;
}

/* partners */

.get-started-section .full-width-content .wp-block-columns .partners-left,
.get-started-section .full-width-content .wp-block-columns .partners-right {
  padding: 40px 0;
}
.get-started-section
  .full-width-content
  .wp-block-columns
  .partners-left
  ul
  li
  a {
  color: #00838f;
  font-size: 18px;
  text-decoration: none;
}
.get-started-section
  .full-width-content
  .wp-block-columns
  .partners-left
  ul
  li
  a
  u {
  text-decoration: none;
}
.page-id-193 .wp-block-columns,
.page-id-193 .full-width-content ul {
  margin-bottom: 0;
}
.partners-left ul li a strong {
  font-weight: 400;
}
/*  About Us */

.about-image figure {
  width: 100%;
  height: 250px;
  display: block;
  margin-bottom: 15px;
}
.about-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.get-started-section .full-width-content .wp-block-columns .about-us-left,
.get-started-section .full-width-content .wp-block-columns .about-us-right,
.get-started-section .customer-hub-left {
  padding-top: 40px;
}
.tribe-events-page-template .tribe-events-c-search button,
.tribe-events-page-template .tribe-events-c-search button:focus {
  background: #00838f;
  border: none;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  max-width: 218px;
  width: 100% !important;
}
.tribe-events-page-template .tribe-events-c-search button:hover {
  background-color: #00838f;
}
.page-id-196 .welcome-inner,
.page-id-162 .welcome-inner {
  padding-bottom: 40px;
}
.page-id-193 .full-width-content ul li {
  margin-bottom: 10px;
}
.tribe-common .tribe-common-c-svgicon {
  color: #00838f !important;
}
/* staff-resources */
.tablepress tbody .row-9 .column-1,
.tablepress tbody .row-9 .column-3,
.tablepress tbody .row-9 .column-3 a,
.tablepress tbody .row-30 .column-3,
.tablepress tbody .row-30 .column-1,
.tablepress tbody .row-42 .column-3,
.tablepress tbody .row-42 .column-1,
.tablepress tbody .row-45 .column-3,
.tablepress tbody .row-45 .column-1,
table tbody tr.row-highlight {
  background-color: #00838f;
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
}
.page-id-197 .full-width-content ul ul {
  margin-bottom: 0;
}
.page-id-197
  .get-started-section
  .custom-container
  .welcome-inner
  .full-width-content {
  padding: 40px 0 0;
}
.get-started-section
  .custom-container
  .welcome-inner
  .full-width-content
  ul
  li
  a,
.get-started-section
  .custom-container
  .welcome-inner
  .full-width-content
  table
  tbody
  tr
  td
  a {
  color: #00838f !important;
  font-size: 18px;
  text-decoration: none;
}
.executive-team-table {
  overflow-x: auto;
}
.executive-team-table table tr td {
  white-space: nowrap;
}
.welcome-inner #gform_wrapper_1 form .gfield_required span {
  display: none;
}
.welcome-inner #gform_wrapper_1 form .gfield_required {
  position: relative;
  display: initial;
}
.welcome-inner #gform_wrapper_1 form .gfield_required:before {
  content: "\f069";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  top: -4px;
  line-height: 20px;
  left: 5px;
  font-size: 8px;
}
.welcome-inner #gform_wrapper_1 form .name_first label,
.welcome-inner #gform_wrapper_1 form .name_last label {
  font-size: 14px !important;
  color: #9f9e9e;
  padding-top: 2px;
}
.welcome-inner #gform_wrapper_1 form input {
  padding: 15px;
}
.welcome-inner #gform_wrapper_1 form input.gfield-choice-input {
  padding: 0px;
}
.welcome-inner #gform_wrapper_1 form select {
  padding: 12px;
}
.welcome-inner #gform_wrapper_1 form .gfield {
  margin-bottom: 10px;
}
.welcome-inner #gform_wrapper_1 form .gfield:last-child,
.welcome-inner #gform_wrapper_1 form .gform-body {
  margin-top: 30px;
}
.welcome-inner #gform_wrapper_1 form .ginput_container_radio label,
.welcome-inner #gform_wrapper_1 form .ginput_container_checkbox label {
  color: #9f9e9e;
  font-size: 14px !important;
  line-height: 20px !important;
}
.welcome-inner .gform_wrapper .gfield_validation_message,
.welcome-inner .gform_wrapper .validation_message {
  background: transparent;
  border: none;
  font-size: 14.992px;
  margin-top: 0px;
  padding: 0px !important;
}
.gform_wrapper .gfield_error legend,
.gform_wrapper .gfield_error label {
  color: #000 !important;
}
.page-id-196 .welcome-inner .wp-block-columns {
  margin-bottom: 0px;
}
.tablepress-id-1 tbody tr.row-2 td {
  background-color: #00838f;
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
}
.welcome-inner #gform_wrapper_1 form .gchoice {
  margin-bottom: 2px;
}

/* Policies Start  */

.pre-resources-section {
  background: #00838f;
  padding: 40px 0px;
}
.policies-pre-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.policies-pre-content > div {
  flex: 0 0 31%;
  max-width: 31%;
}
.part-1 h2,
.part-2 h2 {
  color: #fff;
  font-family: "Open Sans";
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
}
.box-1 h3,
.box-2 h3,
.part-2 h3 {
  color: #fff;
  font-family: "Open Sans";
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.box-1 ul li,
.box-2 ul li,
.part-1 ul li,
.part-2 ul li,
.box-1 p {
  list-style: disc;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-family: "Open Sans";
  font-weight: 400;
}
.box-1 ul,
.box-2 ul,
.part-1 ul,
.part-2 ul {
  padding-left: 40px;
  padding-bottom: 10px;
}
.box-1 ul li a,
.box-2 ul li a,
.part-1 ul li a,
.part-2 ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans";
  font-weight: 400;
  cursor: pointer;
}
.box-1 ul li a:hover,
.box-2 ul li a:hover,
.part-1 ul li a:hover,
.part-2 ul li a:hover {
  text-decoration: none;
}
.policies-pre-content .col-1 > div {
  margin-bottom: 20px;
}
/* Policies End  */
.event-top-short-desc p {
  margin: 0 auto;
  padding: 40px 0px 0px;
  font-size: 20px;
  line-height: 27px;
  font-family: "Open Sans";
  max-width: var(--tec-grid-width);
  padding-left: var(--tec-grid-gutter-page);
  padding-right: var(--tec-grid-gutter-page);
}
.tribe-events-page-template .tribe-events-l-container {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.get-started-section .full-width-content {
  width: 100%;
}
.get-started-section .wp-block-image img {
  width: 100%;
}
.get-started-section .customer-hub-right ul li {
  color: #000000;
}
.get-started-section .customer-hub-right ul {
  margin-bottom: 0;
}

.get-started-section .customer-hub-right.top {
  padding-top: 40px;
}

/* Contact Page Start */
.contact-detail .wp-block-column {
  padding-top: 40px;
}
.contact-detail .wp-block-column h3 {
  font-size: 22px;
}
.contact-detail .wp-block-column a {
  color: #00838f;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
}
.contact-detail .wp-block-column .custom-contact-link {
  margin-top: 20px;
}
.contact-detail .wp-block-column .custom-contact-link li {
  font-weight: 700;
}
.get-started-section .contact-customtitle-bottom {
  margin-top: 30px;
}

/* job Listing Css start */
.job-listing .job-btn:hover a,
.partners-left ul li:hover a,
.customer-hub-right ul li:hover a,
.executive-team-table table tr td a:hover,
.staff-resource-custom ul li a:hover,
.policies-content ul li a:hover,
.custom-contact-link li a:hover,
.help-menu .help-parts a:hover,
.workshops-listing a.address:hover {
  text-decoration: underline !important;
}
.page-template-get-started .job-listing {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0px 0px;
  padding-left: 0px !important;
  justify-content: space-between;
}
.page-id-197 .executive-team-table table tbody tr.row-2 td.column-3 a {
  color: #fff !important;
}
.page-template-get-started .job-listing .job-btn {
  padding: 50px;
  list-style-type: none !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px;
  border-top: 2px solid #0b4855;
  max-width: 32%;
  flex: 0 0 32%;
}
.page-template-get-started .job-listing .job-btn a {
  color: #00838f !important;
  font-size: 24px !important;
  line-height: 28px;
  font-family: "Open Sans";
  font-weight: 400;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 300px;
}

/* policy css start */
.page-template-policies .full-width-content h2 {
  color: #0b4855;
  font-size: 36px;
  line-height: 48px;
  font-family: "Open Sans";
  font-weight: bold;
  margin-bottom: 24px;
}
.page-template-policies .policies-content {
  padding-top: 40px;
}
.page-template-policies .policies-content ul {
  padding-left: 20px;
}
.page-template-policies .policies-content ul li {
  color: #000000;
  list-style: disc;
  margin-bottom: 10px;
}
.policies-tab-content {
  display: flex;
  margin-bottom: 40px;
}
.policies-left-sidebar {
  flex: 0 0 20%;
  max-width: 20%;
  margin-right: 5px;
}
.policies-right-sidebar {
  flex: 0 0 75%;
  max-width: 75%;
  border: 1px solid #b1b1b1;
}
.policies-tab-content .policies-left-sidebar ul {
  background: #00838f;
  padding: 0px;
  color: #fff;
}
.policies-tab-content .policies-left-sidebar ul li.active {
  background: #0b4855;
}
.page-id-198 .policies-tab-content .policies-left-sidebar ul li {
  color: #000000;
  list-style: none;
  border-bottom: 1px solid #fff;
}
.page-id-198
  .get-started-section
  .welcome-inner
  .full-width-content
  .policies-tab-content
  .policies-left-sidebar
  ul
  li
  a {
  color: #fff !important;
  padding: 20px;
  display: inline-block;
  width: 100%;
}
.policies-tab-content .policies-right-sidebar .tablepress thead tr {
  border-top: 0px solid #eee;
}
.policies-tab-content .policies-right-sidebar .tablepress thead tr th {
  background-color: #0b4855;
  color: #fff;
  padding: 10px 15px;
  width: 0px !important;
}
.policies-tab-content .policies-right-sidebar .tablepress tbody tr td {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Open Sans";
  margin-bottom: 40px;
  padding: 10px 20px;
  background: transparent;
  white-space: nowrap;
}
.tabs_content ul li {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Open Sans";
}
.tabs_content ul li {
  margin-bottom: 0px;
}
.tabs_content caption a {
  background: #00838f;
  padding: 14px 58px;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 700 !important;
  font-family: "Open Sans";
  border: 2px solid #00838f;
  display: none;
}
.get-started-section .dataTables_info {
  padding: 20px;
  color: #000;
  font-weight: 600;
}
.get-started-section .policies-tab-content .dataTables_wrapper {
  margin-bottom: 0px !important;
}
.table-third-content {
  margin: 0;
  padding: 20px;
}
.table-third-content h3 {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: bold;
}
.table-third-content h4 {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: bold;
  margin: 0px;
  line-height: 28px;
}
.table-third-title {
  margin-top: 20px !important;
}

.policies-table-section table tbody tr th {
  line-height: 24px;
  background-color: #0b4855 !important;
  color: #fff !important;
  font-weight: 700;
}
.policies-table-section table tbody tr:nth-child(1) {
  border-top: 0px;
}
.policies-table-section table tbody tr {
  border-top: 1px solid #eee;
}
.policies-table-section table tbody tr td p {
  margin-bottom: 0px;
}
.policies-table-section table tbody tr td a {
  color: #00838f !important;
  font-size: 18px;
  text-decoration: none;
}
.policies-table-section table tbody tr td {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Open Sans";
  margin-bottom: 40px;
  padding: 10px 20px;
  background: transparent;
  white-space: nowrap;
}
.policies-table-section table {
  margin-bottom: 0px;
}

.tribe-events-view--month .tribe-filter-bar--vertical {
  display: none;
}
.tribe-events-view--month .tribe-events-calendar-month {
  width: 100% !important;
}
.tribe-filter-bar {
  background: #fff;
  z-index: 1 !important;
}
.policies-table-section table tbody tr td p a:hover,
.table-third-content li a:hover {
  text-decoration: underline !important;
}
.table-third-content li h4 {
  font-weight: normal !important;
}
input,
select,
textarea {
  border: 1px solid #757575;
}
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme label {
  color: #757575 !important;
}

.gform_wrapper.gravity-theme .gfield_radio label,
.gform_wrapper.gravity-theme .gfield_checkbox label {
  color: #000000 !important;
  font-weight: 500;
}
.page-template-get-started .form-contact h2 {
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: bold;
}

.post-type-archive-success-story .cta-post-btn a {
  max-width: 240px;
  width: 240px;
}

.top_image_position .banner-section-part span {
  background-position: top;
}
.center_image_position .banner-section-part span {
  background-position: center;
}
.bottom_image_position .banner-section-part span {
  background-position: bottom;
}

.banner-section-part span {
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-position: top;
}
.policies-table-section.custom_table {
  overflow-x: auto;
}
.tribe-events
  .tribe-events-calendar-list__event-row--featured
  .tribe-events-calendar-list__event-date-tag-datetime:after {
  background-color: #00838f !important;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-datetime-featured-text {
  color: #00838f !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar {
  z-index: -1 !important;
}

.custom_filterbar_category ul.select2-results__options {
  max-height: unset !important;
  overflow-y: unset !important;
  display: flex;
}
.custom_filterbar_category ul.select2-results__options li {
  background-color: var(--tec-color-background);
  transition: var(--tec-transition);
  font-size: var(--tec-font-size-1) !important;
  line-height: var(--tec-line-height-0) !important;
  border: 1px solid var(--tec-color-icon-disabled);
  border-radius: 18px;
  padding: var(--tec-spacer-1) var(--tec-spacer-2) !important;
  color: var(--tec-color-text-primary) !important;
  font-family: var(--tec-font-family-sans-serif) !important;
  font-weight: var(--tec-font-weight-regular) !important;
  margin-right: 10px;
}
/*.custom_filterbar_category ul.select2-results__options li:hover,
.custom_filterbar_category ul.select2-results__options li.select2-results__option--highlighted{
	    background-color: #000;
    border-color: var(--tec-color-icon-primary);
}*/
.post-type-archive-tribe_events .tribe-filter-bar__filters-slider-nav-button,
.post-type-archive-tribe_events .tribe-filter-bar__filters-container {
  display: none !important;
}
.post-type-archive-tribe_events
  .tribe-filter-bar-c-pill__pill.tribe-common-b2.tribe-common-b3--min-medium {
  display: none !important;
}
.post-type-archive-tribe_events
  .tribe-filter-bar__form
  .tribe-filter-bar__filters-slider-container {
  flex: 0 0 100% !important;
}
.post-type-archive-tribe_events
  .tribe-filter-bar__form
  .tribe-filter-bar__filters-slider-container
  .tribe-filter-bar__filters-slide {
  width: 100%;
}
.custom_filterbar_category {
  display: flex;
  justify-content: space-between;
  max-width: 93%;
  flex: 0 0 93%;
}
a.custom_all_events_btn {
  background-color: var(--tec-color-background);
  border: 1px solid var(--tec-color-border-default);
  border-radius: var(--tec-border-radius-default);
  text-align: center;
  padding: 6px 15px;
  color: var(--tec-color-text-secondary);
  font-family: var(--tec-font-family-sans-serif);
  font-size: var(--tec-font-size-1);
  line-height: var(--tec-line-height-0);
  font-weight: var(--tec-font-weight-regular);
}
.all_events_btn a.custom_all_events_btn {
  color: #fff;
  border: 1px solid #00838f;
  background: #00838f;
}
.post-type-archive-tribe_events
  .tribe-filter-bar__form
  .tribe-filter-bar__actions {
  margin-left: -70px;
}

.page-id-1040 .services-button {
  display: none;
}

/* Responsive Start */
@media (max-width: 1440px) {
  .left-sidebar h2,
  .full-width-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .left-sidebar p,
  .full-width-content p,
  .left-sidebar p {
    margin-bottom: 40px;
  }
  #top-header-menu {
    margin-bottom: 0px;
  }
  .mobile-menu ul {
    margin-bottom: 0px;
  }
  .page-template-policies .full-width-content h2,
  .part-1 h2,
  .part-2 h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
  }
  .policies-left-sidebar {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .policies-tab-content .policies-left-sidebar ul li a {
    font-size: 16px !important;
  }
  .page-template-policies .policies-content a,
  .page-template-policies .policies-tab-content a {
    font-size: 16px !important;
  }
  .policies-tab-content .policies-right-sidebar .tablepress tbody tr td {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .js .nav-primary {
    width: 100% !important;
  }
  .banner-section-part,
  .banner-section-part span {
    width: 100%;
    height: 434px;
  }
  .page-id-163 .banner-section-part span,
  .page-id-163 .banner-section-part {
    width: 100%;
    height: 434px !important;
  }
  .footer-address svg {
    flex: 0 0 17%;
    max-width: 20%;
  }
  .skillsource_video_modal .modal-body iframe {
    height: 540px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .footer-address svg {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 1399px) {
  .news-section h2 {
    flex: 0 0 58%;
    max-width: 58%;
    margin-left: auto;
    text-align: left;
    padding-right: 0%;
  }
  .local-workplan ul li img {
    margin-top: 0px;
  }
  .stories-content {
    top: 240px;
  }
}

@media (max-width: 1366px) {
  .gb-block-layout-column-inner
    span.wp-block-cover__gradient-background.has-background-dim:before {
    bottom: -35px;
  }
  .box-section .wp-block-cover {
    min-height: 330px;
  }
  ul.services-btn li a {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .help-menu .help-parts {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .gb-block-layout-column-inner
    span.wp-block-cover__gradient-background.has-background-dim:before {
    bottom: -27px;
  }
  .box-section .gb-layout-column-wrap .wp-block-genesis-blocks-gb-column {
    flex: 0 0 31%;
    max-width: 31%;
  }
  .header-bottom-section nav ul li a {
    font-size: 19px;
  }
}

@media (max-width: 1160px) {
  .header-menu ul li {
    margin: 0px 10px;
  }
  .language-btn {
    margin-left: 13px;
  }
  .header-menu ul li a,
  .language-btn a {
    font-size: 13px !important;
  }
  .switcher {
    width: 143px !important;
  }
}

@media (max-width: 1024px) {
  .footer-col-5 > img:nth-child(2) {
    margin-top: 30px;
  }
  .footer-col-5 > img:first-child {
    height: auto;
    margin-left: unset;
  }
  .top-footer .footer-col-4 {
    order: 2;
    width: 50%;
    flex: 0 50%;
    max-width: 50%;
  }
  .top-footer .footer-col-5 {
    order: 1;
    width: 48%;
    flex: 0 48%;
    max-width: 48%;
  }
  .top-footer .footer-col-1 {
    order: 3;
  }
  .top-footer .footer-col-2 {
    order: 4;
  }
  .top-footer .footer-col-3 {
    order: 5;
  }
  .footer-address svg {
    width: 36px;
    max-width: 36px;
  }
  .member-wrapper {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .member-content:before {
    background-size: contain;
  }
  .help-menu .help-parts {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .load-post .view-btn {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .load-post p {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .reports-pdf {
    width: 25%;
  }
  .stories-content {
    top: 180px;
  }
  .stories-wrapper:before {
    bottom: -29px;
  }
  ul.services-btn li {
    margin-bottom: 20px;
  }
  .left-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .left-sidebar p {
    max-width: 100%;
  }
  .right-sidebar {
    flex: 0 0 60%;
    max-width: 60%;
    margin: 0 auto;
  }
  .right-sidebar:before {
    bottom: -47px;
  }
  .get-started-section {
    padding-bottom: 60px;
  }
  .page-id-181 .get-started-section {
    padding-bottom: 0;
  }
  .get-started-section p:last-child {
    margin-bottom: 0;
  }
  .get-started-section form .gform_footer input[type="submit"] {
    margin-top: 40px;
  }
}

@media (max-width: 1000px) {
  p.footer-address {
    display: flex;
    justify-content: flex-start;
  }
  .news-right a.view-all {
    padding: 14px 50px;
  }
  .box-section .gb-container-content {
    padding: 0px 15px;
  }
  .gb-block-layout-column-inner
    span.wp-block-cover__gradient-background.has-background-dim:before {
    bottom: -17px;
  }
}

@media (max-width: 991px) {
  .stories-wrapper,
  .stories-wrapper span {
    height: 350px;
  }
  .gb-block-layout-column-inner
    span.wp-block-cover__gradient-background.has-background-dim:before {
    bottom: -22px;
  }
  .top-footer-section {
    padding: 37px 20px;
  }
  .board-minutes,
  .quarterly,
  .local-workplan,
  .audit-report,
  .workplan-last,
  .forum-workplan,
  .agenda-report,
  .minutes-report {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .quarterly {
    margin-top: 20px;
  }
  .pdfs-listing {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .local-workplan:before,
  .audit-report:before,
  .forum-workplan:before,
  .agenda-report:before {
    display: none;
  }
  .workplan-last,
  .audit-report,
  .workplan-last,
  .minutes-report,
  .agenda-report {
    margin-left: 0%;
  }
  .local-workplan {
    margin-bottom: 20px;
  }
  .local-workplan ul li img {
    margin-top: 0px;
  }
  .blog-card h3,
  .report-left h1,
  .report-right h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .stories-content {
    top: 20px;
    padding: 0px 15px 30px;
  }
  .stories-wrapper:before {
    bottom: -23px;
  }
  .blog-image {
    flex: 0 0 38%;
    max-width: 38%;
  }
  .workshops-listing {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 25px;
  }
  .service-button-inner h2 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .page-template-get-started .full-width-content h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .stories-content h1 {
    font-size: 20px;
  }
  .stories-content p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 896px) {
  .gb-block-layout-column-inner
    span.wp-block-cover__gradient-background.has-background-dim:before {
    bottom: -20px;
  }
}

@media (max-width: 823px) {
  .box-section .wp-block-cover {
    min-height: 100%;
  }
  .gb-block-layout-column-inner
    span.wp-block-cover__gradient-background.has-background-dim:before {
    bottom: -20px;
  }
  .box-section
    .wp-block-genesis-blocks-gb-column:last-child
    .wp-block-cover__image-background {
    object-position: center;
  }
  div.wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
  div.wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column:nth-child(2n) {
    margin-left: 2rem;
  }
  .skillsource-content figure img {
    margin-top: 40px;
  }
  .business-services-column-right {
    margin-bottom: 40px;
  }
}

@media (max-width: 959px) {
  span.has-background-dim-0.wp-block-cover__gradient-background.has-background-dim {
    background-image: url(https://skillsource1.wpengine.com/wp-content/uploads/2022/05/SkillSource_website_hero_mobile-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
  }
  button.menu-toggle:before {
    text-indent: 1px;
    font-size: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 1px;
  }
  .header-bottom-section nav {
    width: 100% !important;
    display: none;
  }
  .header-bottom-section .wrap ul {
    padding: 10px 20px 30px;
  }
  button#genesis-mobile-nav-primary {
    background-color: #0b4855;
    color: #fff;
    margin: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -999px;
    overflow: hidden;
    padding: 32px 30px;
  }
  .site-header .custom-container {
    padding: 0;
  }
  .header-main-part .wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wp-custom-logo .site-container .custom-logo-link {
    aspect-ratio: 0 !important;
  }
  .logo img {
    width: 172px;
    margin-right: auto;
    display: block;
    margin-left: 10%;
  }
  .help-btn,
  .header-menu {
    width: 100%;
  }
  #top-header-menu,
  .language-btn {
    display: none;
  }
  .help-btn,
  .header-menu {
    width: 100%;
  }
  .help-btn a {
    position: absolute;
    width: 100%;
    top: 89px;
    z-index: 999;
    padding: 13px 13px;
    text-align: center;
  }
  .help-btn a:before {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
  button#genesis-mobile-nav-primary {
    background-color: #00838f;
    color: #fff;
    margin: 0;
    border-radius: 0;
    position: absolute;
    top: 0px;
    right: 0;
    text-indent: -999px;
    overflow: hidden;
    padding: 35px 30px;
  }
  .menu-toggle::before {
    text-indent: 1px;
    font-size: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .menu {
    margin-top: 40px;
  }
  .board-members-main .post-title {
    padding: 50px 15px 15px;
  }
  .board-members-main .post-title h1 {
    font-size: 32px;
  }
  .current-menu-parent a:before,
  .current-menu-item a:before {
    display: none;
  }
  .genesis-skip-link {
    display: none;
  }
  .genesis-nav-menu .menu-item,
  .mobile-menu-part li {
    margin-bottom: 17px;
  }
  .header-bottom-section {
    border-top: none;
  }
  .close-btn {
    top: 30px;
  }
  .header-bottom-section nav ul li a {
    font-size: 24px;
  }
  .genesis-nav-menu .sub-menu .menu-item {
    background-color: transparent;
    margin-bottom: 10px;
  }
  .genesis-nav-menu .sub-menu .menu-item a,
  .genesis-nav-menu .sub-menu .menu-item:last-child a {
    padding: 0px !important;
  }
  .genesis-nav-menu .sub-menu {
    padding-bottom: 5px !important;
    padding-top: 20px !important;
  }
  .help-btn-popup {
    top: 115px;
  }
  .mobile-menu-part li a,
  .mobile-language li a {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: bold !important;
    line-height: 23px !important;
  }
  .help-btn a:before {
    display: none;
  }
  .help-btn a {
    background: #0b4855;
  }
  .header-bottom-section nav {
    height: 100vh;
    overflow-y: scroll;
    padding: 0px !important;
  }
}

/* ipad 9th */

@media (min-width: 769px) and (max-width: 823px) {
  .right-sidebar:before {
    bottom: -38px;
  }
  .service-button-inner h2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .service-button-inner h2 {
    margin-bottom: 20px;
  }
}
/*----------*/
@media (max-width: 800px) {
  .about-us-right,
  .about-image {
    margin-left: 0px !important;
  }
  .about-image figure {
    height: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .gb-block-layout-column-inner
    span.wp-block-cover__gradient-background.has-background-dim:before {
    bottom: -18px;
  }
  .stories-content {
    top: 5px;
  }
  .stories-wrapper:before {
    bottom: -21px;
  }
  .right-sidebar:before {
    bottom: -35px;
  }
  .page-id-162 .business-services-column-right {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
  .business-services-column-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  div.wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
  div.wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
  .about-us-right {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .skillsource-content figure img {
    margin-top: 20px;
  }
  .business-services-column-right {
    margin-bottom: 40px;
  }
  .get-started-section .customer-hub-left {
    padding-top: 20px;
  }
  .get-started-section .full-width-content .wp-block-columns .about-us-right {
    padding-top: 0px;
  }
  .policies-pre-content > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-id-196 .welcome-inner .wp-block-columns {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .member-wrapper {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .service-button-inner ul.services-btn,
  .service-button-inner ul.services-btn li:last-child {
    margin-bottom: 0;
  }
  .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12 !important;
    -ms-grid-column-span: 12 !important;
  }
  .page-id-196 .get-started-section p:last-child {
    margin-bottom: 0;
  }
  .about-us-right {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .page-id-163 .full-width-content {
    padding: 40px 0 0px;
  }
  .workshop-section
    .ace-workshops
    .work-filter
    .workshops-listing
    .workshop-image
    img {
    width: 100%;
  }
  .page-id-162 .service-button-inner .services-btn,
  .page-id-162 ul.services-btn li {
    margin-bottom: 0px;
  }
  .skillsource_video_modal .modal-body iframe {
    height: 240px;
  }
  .skillsource_video_modal .modal-header button {
    right: 0px;
  }
  .business-services-column-right {
    margin-bottom: 40px;
  }
  .skillSource-will-provide {
    margin-top: 40px;
  }
  .banner-intro-part {
    padding: 38px 15px 38px 15px;
  }
  .cta-top-border {
    padding-top: 62px;
  }
  .banner-height {
    justify-content: center;
    align-items: center;
  }
  .blog-card,
  .report-right,
  .policies-left-sidebar,
  .policies-right-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-image {
    flex: 0 0 65%;
    max-width: 65%;
    margin: 0 auto;
  }
  .blog-card {
    margin-top: 20px;
  }
  .blog-card,
  .report-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .stories-wrapper {
    flex: 0 0 70%;
    max-width: 70%;
    margin: 0 auto 70px;
  }
  .stories-wrapper span {
    height: 370px;
  }
  .stories-content {
    top: 130px;
  }
  .stories-wrapper:before {
    bottom: -42px;
  }
  img.wp-block-cover__image-background.wp-image-79 {
    object-position: right !important;
  }
  #top-header-menu,
  .language-btn {
    display: none;
  }
  .workplan-last ul li {
    max-width: 100%;
  }
  .board-minutes h2,
  .quarterly h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .member-grid .member-wrapper:first-child {
    margin-top: 35px;
  }
  .member-wrapper .member-image {
    height: 320px;
  }
  .header-main-part .wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
  p.has-text-align-center.has-large-font-size {
    text-align: center;
    letter-spacing: 0px;
    line-height: 30px;
    color: #ffffff;
    text-shadow: 0px 0px 12px #000000bf;
    font-size: 24px !important;
  }
  .wp-block-cover {
  }
  .gb-block-layout-column:nth-child(2),
  .gb-block-layout-column:nth-child(3) {
    margin-top: 60px;
  }
  .news-right,
  .news-left,
  .footer-col-5,
  .footer-col-4,
  .footer-col-3,
  .footer-col-2,
  .footer-col-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .news-section h2 {
    padding: 0;
    margin: 0px 20px 0px;
    text-align: left;
    padding-top: 70px;
  }
  .news-section {
    padding: 25px 20px 0px;
  }
  .news-right h1 {
    margin-top: 40px;
  }
  .news-right a.read-more,
  .news-right a.view-all {
    width: 218px;
    display: block;
    text-align: center;
    margin: 36px auto;
  }
  .top-footer .footer-col-4 {
    order: 2;
    width: 100%;
    flex: 0 100%;
    max-width: 100%;
  }
  .top-footer .footer-col-5 {
    order: 1;
    width: 100%;
    flex: 0 100%;
    max-width: 100%;
  }
  .top-footer .footer-col-1 {
    order: 3;
  }
  .top-footer .footer-col-2 {
    order: 4;
  }
  .top-footer .footer-col-3 {
    order: 5;
  }
  .stories-content {
    text-align: center;
  }
  .success-stories-inner .stories-wrapper:last-child {
    margin-bottom: 0px;
  }

  /*.footer-address svg{flex:0 0 10%;max-width:100%;}*/
  .footer-col-4 {
    margin-top: 36px;
  }
  .footer-col-1 {
    border-top: 2px solid #0b4855;
  }
  ul.first-footer-menu {
    margin-top: 36px;
  }
  .logo img {
    width: 172px;
    margin-right: auto;
    display: block;
    margin-left: 14%;
  }
  .menu-toggle {
    padding: 32px 8px;
  }
  .banner-section-part h1 {
    text-align: center;
    margin-bottom: 0px;
    line-height: 45px;
    font-size: 36px !important;
  }
  .bottom-footer {
    padding: 35px 10px;
  }
  .help-btn,
  .header-menu {
    width: 100%;
  }
  .help-btn a {
    position: absolute;
    width: 100%;
    top: 89px;
    z-index: 999;
    padding: 13px 13px;
    text-align: center;
  }
  .wp-custom-logo .site-container .custom-logo-link {
    aspect-ratio: 0 !important;
  }
  .menu {
    margin-top: 40px;
  }
  .banner-section-part {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
  }
  .member-grid {
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .banner-intro-part p {
    padding: 0 20px;
  }

  .banner-section-part span,
  .page-id-163 .banner-section-part span,
  .page-id-163 .banner-section-part {
    width: 100%;
    height: 300px !important;
    background-size: cover;
  }

  /*.member-wrapper .member-image{height:auto;}*/
  .member-wrapper {
    margin-top: 35px;
  }
  .member-content:before {
    left: 0;
    right: 0;
    background-size: contain;
  }
  .dashicons-menu:before {
    font-size: 36px;
    top: -8px;
  }
  .box-section
    .gb-block-layout-column-inner
    span.wp-block-cover__gradient-background.has-background-dim:before {
    content: "";
    bottom: -30px;
  }
  .help-menu .help-parts a {
    font-size: 18px;
  }
  .home-banner-bottom {
    background: #00838f;
    padding: 40px 18px !important;
  }
  .home-banner-bottom h4,
  .home-banner-bottom h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .home-banner-bottom p {
    font-size: 18px;
    line-height: 26px;
  }
  .wp-block-cover__inner-container > p.has-text-align-center {
    padding: 0px 15px;
  }
  .box-section .wp-block-cover {
    padding: 50px 0px 50px;
  }
  .box-section .gb-layout-column-wrap .wp-block-genesis-blocks-gb-column {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto 50px;
  }
  .box-section
    .gb-layout-column-wrap
    .wp-block-genesis-blocks-gb-column:last-child {
    margin-bottom: 0px;
  }
  .single-left-part,
  .single-right-part {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .single-right-part .posxt-content p {
    max-width: 100%;
  }
  ul.services-btn {
    justify-content: center;
    width: 100%;
  }
  .left-sidebar h2,
  .ace-workshops h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .blog-card a {
    margin: 0 auto;
  }
  .service-button-inner h2 {
    text-align: center;
  }
  .board-left,
  .board-right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .board-right a {
    margin: 0 auto;
  }
  .page-template-get-started .full-width-content h2 {
    font-size: 28px;
  }
  .get-started-section .customer-hub-right ul li {
    font-size: 16px;
  }
  .get-started-section .customer-hub-right ul li a {
    font-size: 16px;
  }
  .get-started-section .customer-hub-right ul {
    margin-bottom: 20px;
  }
  .page-template-get-started .job-listing .job-btn {
    line-height: 20px;
    padding: 25px;
  }
  .page-template-get-started .job-listing .job-btn a {
    font-size: 16px;
  }
  .policies-tab-content {
    display: block;
  }
  .wp-block-cover
    span.has-background-dim-0.wp-block-cover__gradient-background.has-background-dim
    img {
    display: none;
  }
  .news-image {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 680px) {
  .box-section
    .gb-block-layout-column-inner
    span.wp-block-cover__gradient-background.has-background-dim:before {
    content: "";
    bottom: -25px;
  }
  .box-section .wp-block-cover {
    padding: 40px 0px 40px;
  }
  .reports-pdf {
    width: 45%;
  }
  .workshops-listing {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .policies-pre-content > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-secondary-logo {
    max-width: 100%;
  }
  .workshops-listing a.calender-btn {
    width: 100%;
    max-width: 220px;
    display: flex;
    margin: 20px auto 0px;
  }
  .workshops-listing a {
    width: 100%;
    max-width: 220px;
    display: flex;
    margin: 20px auto 20px;
  }
  .workshops-listing a.address {
    max-width: 100% !important;
  }
  .workshops-listing p {
    max-width: 100%;
  }
}
@media (max-width: 568px) {
  .header-bottom-section nav {
    height: 230px;
  }
}

@media (max-width: 567px) {
  .sub-text h3 {
    font-size: 16px;
  }
  .member-wrapper .member-image h4 {
    font-size: 15px;
  }
  .help-menu .help-parts {
    flex: 0 0 90%;
    max-width: 90%;
    padding: 10px 0px;
  }
  .help_content h3 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .right-sidebar,
  .right-sidebar span {
    height: 420px;
  }
  .right-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .right-sidebar:before {
    bottom: -26px;
  }
  ul.services-btn li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.services-btn li a {
    margin: 0 auto;
    max-width: 220px;
  }
  .help-menu .help-parts:first-child {
    border-top: none;
  }
  .stories-wrapper,
  .stories-wrapper span {
    height: 440px;
  }
  .stories-content {
    top: 160px;
    padding: 0px 23px 30px;
  }
  .stories-wrapper:before {
    bottom: -42px;
  }
  .stories-more-left {
    margin-bottom: 20px;
    justify-content: center;
  }
  .stories-more-left p {
    text-align: center;
  }
  .stories-more-right a {
    margin: 0 auto;
  }
  .blog-image,
  .stories-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .member-wrapper {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .member-wrapper .member-image {
    height: 200px;
  }
  .pdfs-listing,
  .board-minutes ul li,
  .stories-more-left,
  .stories-more-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .board-right a {
    margin: 0 auto;
  }
  .load-post p,
  .load-post .view-btn {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .main-banner-section .wp-block-cover {
    min-height: 470px !important;
  }
  .box-section
    .gb-block-layout-column-inner
    span.wp-block-cover__gradient-background.has-background-dim:before {
    content: "";
    bottom: -25px;
  }
  .view-btn a {
    display: block;
    margin: 0 auto;
  }
  .news-overlay-text {
    padding: 0px 23px 30px;
  }
  .help-btn:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    bottom: -137px;
    left: 0;
    right: 0;
    background-image: url(https://skillsource1.wpengine.com/wp-content/uploads/2022/05/top-header1.png);
    background-position: top center;
    background-size: contain;
  }
  .box-section .gb-layout-column-wrap .wp-block-genesis-blocks-gb-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header-bottom-section nav {
    height: 600px;
    padding-bottom: 50px !important;
  }
  .help-menu .help-parts a {
    font-size: 16px;
    width: 100%;
  }
  .help-menu {
    margin-top: -70px;
  }
}
@media (max-width: 480px) {
  .box-section
    .gb-block-layout-column-inner
    span.wp-block-cover__gradient-background.has-background-dim:before {
    content: "";
    bottom: -35px;
  }
  .right-sidebar:before {
    bottom: -32px;
  }
  .box-section .gb-layout-column-wrap .wp-block-genesis-blocks-gb-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .stories-wrapper,
  .stories-wrapper span {
    height: 400px;
  }
  .stories-content {
    top: 110px;
  }
  .stories-wrapper:before {
    bottom: -36px;
  }
}
@media (max-width: 467px) {
  .page-template-get-started .full-width-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .page-template-get-started .job-listing .job-btn {
    flex: 0 0 46%;
    max-width: 46%;
  }
}

@media (max-width: 400px) {
  .box-section
    .gb-block-layout-column-inner
    span.wp-block-cover__gradient-background.has-background-dim:before {
    content: "";
    bottom: -32px;
  }
  .right-sidebar:before {
    bottom: -29px;
  }
  .member-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .member-wrapper .member-image {
    height: 340px;
  }
  .member-wrapper .member-image {
    height: 120px;
  }
  .sub-text h3,
  .sub-text p {
    font-size: 14px;
    line-height: 18px;
  }
  .sub-text {
    height: 140px;
  }
  .member-wrapper .member-image h4 {
    font-size: 13px;
    padding: 7px 5px;
  }
  .box-section .gb-layout-column-wrap .wp-block-genesis-blocks-gb-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .stories-wrapper:before {
    bottom: -30px;
  }
}

@media (max-width: 367px) {
  .page-template-get-started .job-listing .job-btn {
    flex-basis: 100%;
  }
}

@media (max-width: 320px) {
  .right-sidebar:before {
    bottom: -25px;
  }
  .box-section
    .gb-block-layout-column-inner
    span.wp-block-cover__gradient-background.has-background-dim:before {
    content: "";
    bottom: -24px;
  }
}

@media screen and (min-width: 1025px) {
	/* Desktop Footer Css Start */
    .social-icons {
        margin: 30px 0 0 auto;
    }
	/* Desktop Footer Css End */
}

h2 {
  color: #0b4855;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* Responsive End */

/* Custom Css End */
