@charset "UTF-8";

/*
	Theme Name: concept9 Starter Theme
	Theme URI: Private
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework using Sass.
	Author: concept9 Digital Agency
	Author URI: http://www.concept9.ca
	Original Author: StudioPress
	Original Author URI: http://briangardner.com/

	Version: 1.0.0
	Forked from: 1.0.4

	Tags: black, red, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments

	Template: genesis
	Template Version: 2.1.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple Share
	- Jetpack
- Accessibility
- Sticky Message
- Site Header
	- Site Title and Description
	- Header Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 800px
*/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

/* Mixins
---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------
/*	Transition
/*	Usage: @include transition(all, 0.2s, ease-in-out);
--------------------------------------------- */
/* ---------------------------------------------
/*	Button/Text Color Combos
/*	Usage: @include background-text-combo(#fff, #333);
--------------------------------------------- */
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: 0;
}

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

h1 {
  font-size: 2em;
  margin: .67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/* Float Clearing
--------------------------------------------- */
.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,
.title-area: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,
.title-area:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
  background-color: #e8e4e4;
  color: #555555;
  font-size: 16px;
  font-family: "proxima-nova", serif;
  font-weight: 300;
  line-height: 1.425;
  -webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection,
::selection {
  background-color: #e8e4e4;
  color: #555555;
}

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

a:hover {
  color: #555555;
}

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

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

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

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

blockquote {
  margin: 20px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #555555;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

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

img {
  height: auto;
}

.featured-content img {
  width: auto;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
  margin-bottom: 28px;
}

.gallery-item {
  float: left;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  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 .gallery-item img {
  border: 1px solid #0D2C33;
  height: auto;
  padding: 0 4px;
  width: auto;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #0D2C33;
  border-radius: 4px;
  color: #555555;
  font-size: 16px;
  font-weight: 300;
  padding: 14px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  box-shadow: none;
}

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

:focus {
  outline: none;
}

a:active {
  outline: none;
}

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

::-moz-placeholder,
::-webkit-input-placeholder {
  color: #555555;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

::-moz-placeholder {
  opacity: 1;
}

button[type="button"],
button[type="reset"],
button[type="submit"],
.button[type="button"],
.button[type="reset"],
.button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #009B9E;
  color: #fff;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 14px 30px;
  text-transform: uppercase;
  width: auto;
}

.footer-widgets button,
.footer-widgets .button {
  background-color: #f7751f;
  color: #fff;
}

.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"] {
  background-color: #f7751f;
  color: #fff;
}

button:hover {
  background-color: #00AAAD;
  color: #fff;
}

input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
  background-color: #00AAAD;
  color: #fff;
}

.button:hover {
  background-color: #00AAAD;
  color: #fff;
}

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

.footer-widgets .wrap .widget .button,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.home-bottom .widget .button,
.home-bottom .widget button,
.home-bottom .widget input[type="button"],
.home-bottom .widget input[type="reset"],
.home-bottom .widget input[type="submit"] {
  background-color: #C34F02;
  color: #FFF;
}

.button {
  display: inline-block;
}

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

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.0;
  margin-bottom: 40px;
  width: 100%;
}

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

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #0D2C33;
  padding: 6px 0;
}

th {
  font-weight: 300;
}

.module-container {
  cursor: pointer;
}

.cta-button {
  background-color: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  margin: 15px 0 0 0;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #fff;
  letter-spacing: 0.9px;
  font-weight: 600;
}

.cta-button:hover {
  background-color: #f7751f;
  color: #fff;
  transition: all 0.3s;
  border: 2px solid #f7751f;
}

.emodal1 .cta-button {
  background-color: #009B9E;
}

.emodal1 .cta-button:hover {
  background-color: #f7751f;
}

.cta-button-v2 {
  background-color: #f7751f;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1.9px;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  margin: 15px 0 0 0;
  padding: 25px 100px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}

.cta-button-v2:hover {
  background-color: #009B9E;
  color: #fff;
  transition: all 0.3s;
}

.cta-button-v3 {
  background-color: #f7751f;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1.9px;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  margin: 15px 0 0 0;
  padding: 12px 34px !important;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.cta-button-v3:hover {
  background-color: #C34F02;
  color: #fff;
  transition: all 0.3s;
}

.cta-menu a {
  background: none;
  text-align: center;
  border: 2px solid;
  border-color: #f7751f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 15px 0 15px 15px;
  padding: 16px 20px !important;
}

.cta-menu a:hover {
  background-color: #0D2C33;
  color: #FFF !important;
  border-color: #0D2C33;
  transition: all 0.3s;
}

.cta-button-v4 {
  background-color: #009B9E;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1.9px;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  margin: 15px 0 0 0;
  padding: 12px 18px !important;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.cta-button-v4:hover {
  background-color: #C34F02;
  color: #fff;
  transition: all 0.3s;
}

.page-template-default .page {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.page-template-default:not(.home) .entry-content {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.page-template-default .content .entry-header,
.page-template-page_team .content .entry-header {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 1px;
  background-image: linear-gradient(3deg, rgba(0, 155, 158, 0.86), rgba(0, 155, 158, 0.5)), url("/wp-content/uploads/2025/10/team_modified.webp");
  background-size: cover;
}

@media (min-width: 769px) {
  .menu-item-has-children {
    margin-left: 8px;
  }
}

.menu-item-has-children>a {
  cursor: default;
}

.menu-item-has-children:after {
  content: "\f347";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 12px/1 'dashicons';
  color: #0D2C33;
  float: right;
  position: relative;
  top: -45px;
  left: 4px;
}

@media (min-width: 786px) and (max-width: 1159px) {
  .menu-item-has-children:after {
    top: -30px !important;
  }
}

@media (max-width: 425px) {
  .menu-item-has-children:after {
    top: -25px !important;
  }
}

.team-page .entry-content .panel-grid-cell .so-widget-sow-editor h3 {
  margin-bottom: 0px;
}

.team-page .entry-content .panel-grid-cell .so-widget-sow-editor h4 {
  margin-bottom: 0px;
}

.page-template-default .entry-title {
  color: white !important;
  font-weight: 200;
  letter-spacing: 2px;
}

#pl-1847 .panel-grid,
#pl-1845 .panel-grid,
#pl-1849 .panel-grid,
#pg-2623 .panel-grid,
#pl-2601 .panel-grid,
#pl-2623 .panel-grid {
  display: flex;
  align-items: center;
  border-top: 1px solid lightgrey;
  padding-top: 30px;
  text-align: justify;
}

#pl-1847 .panel-grid:first-child,
#pl-1845 .panel-grid:first-child,
#pl-1849 .panel-grid:first-child,
#pg-2623 .panel-grid:first-child,
#pl-2601 .panel-grid:first-child,
#pl-2623 .panel-grid:first-child {
  border-top: 0;
}

#pl-1847 .panel-grid h3,
#pl-1845 .panel-grid h3,
#pl-1849 .panel-grid h3,
#pg-2623 .panel-grid h3,
#pl-2601 .panel-grid h3,
#pl-2623 .panel-grid h3 {
  color: #f7751f;
  margin-bottom: 5px;
}

#pl-1847 .panel-grid .sow-image-container,
#pl-1845 .panel-grid .sow-image-container,
#pl-1849 .panel-grid .sow-image-container,
#pg-2623 .panel-grid .sow-image-container,
#pl-2601 .panel-grid .sow-image-container,
#pl-2623 .panel-grid .sow-image-container {
  max-height: 180px;
  width: auto;
}

#pl-1847 .panel-grid .sow-image-container .so-widget-image,
#pl-1845 .panel-grid .sow-image-container .so-widget-image,
#pl-1849 .panel-grid .sow-image-container .so-widget-image,
#pg-2623 .panel-grid .sow-image-container .so-widget-image,
#pl-2601 .panel-grid .sow-image-container .so-widget-image,
#pl-2623 .panel-grid .sow-image-container .so-widget-image {
  display: block;
  width: auto;
  height: auto;
  max-height: 180px;
  margin-left: auto;
  margin-right: auto;
}

#pl-1855 .panel-grid,
#pl-2598 .panel-grid {
  padding-bottom: 25px;
  border-bottom: 1px solid lightgrey;
}

#pl-1855 .panel-grid :last-child,
#pl-2598 .panel-grid :last-child {
  border-bottom: 0px;
}

.module-cta-container {
  text-align: center;
}

.module-container {
  padding: 22px 8px 9px 8px;
  margin: 5px 0px 10px 0px;
  box-shadow: 0px 5px 25px -4px rgba(50, 50, 50, 0.75);
  background-color: #0D2C33;
  height: 120px;
  position: relative;
}

.module-container div {
  position: absolute;
  width: 66px;
  height: 30px;
  background-color: #FFB300;
  top: 0;
  right: 0;
  transform: rotate(20deg);
  text-align: center;
  line-height: 30px;
  color: white;
  font-family: 'Segoe';
  font-style: italic;
  font-weight: bold;
  font-size: 1em;
}

.module-container h3 {
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.5px;
  top: 50%;
  transform: translateY(-61%);
  letter-spacing: 0.5px;
  position: relative;
  height: 50px
}

.module-container:hover {
  background-color: #009B9E;
  box-shadow: 0px 21px 40px -4px rgba(50, 50, 50, 0.75);
}

.emodal-content {
  background-color: rgba(211, 211, 211, 0.22);
  overflow: hidden;
  padding: 35px;
  border-radius: 4px;
}

.cta-module {
  margin-left: auto;
  margin-right: auto;
  width: 307px;
}

.logged-in .wpdm-filelist {
  display: none;
}

.logged-in .emodal .emodal2 {
  display: none;
}

.logged-in .wpdmpro .emodal1 {
  display: none;
}

.logged-in .emodal.large .emodal-content .col-md-12 {
  display: none;
}

.modules-by-title .module-container {
  padding: 0 18px 0 10px !important;
  margin: 0 !important;
  box-shadow: none !important;
  height: 43px;
  background-color: #FFF !important;
}

.modules-by-title .module-container h3:hover {
  box-shadow: none !important;
  color: #009B9E;
}

.modules-by-title h3 {
  color: black !important;
}

.modules-by-title .col-lg-4,
.modules-by-title .col-md-6,
.modules-by-title .col-sm-6 {
  width: 100%;
}

.author-image-wrapper-page {
  margin-left: auto;
  clear: both;
  margin-right: auto;
}

.author-image-wrapper-page .author-image {
  width: 200px;
  margin-right: 20px;
}

.tax-module_authors .hentry h3.entry-title {
  text-transform: none;
  font-size: 30px;
}

.tax-module_authors .hentry .entry-summary p:first-child {
  margin-bottom: 5px;
}

.tax-module_authors .entry .entry-content p {
  display: none;
}

.author-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.author-name {
  text-align: center;
  margin-bottom: 15px;
  color: #FFF;
}

.author-column,
.img-wrap {
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  float: right;
  clear: both;
  background-color: rgba(23, 159, 162, 0.57);
  padding: 16px;
}

.author-image-wrapper {
  margin-left: auto;
  clear: both;
  margin-right: auto;
  width: 90%;
}

.author-image {
  width: 165px;
  float: left;
}

.emodal.small .emodal-title {
  background-image: linear-gradient(to right, #009B9E, #0b2327);
}

.search-filter-results a:nth-of-type(2n) .module-container {
  background-color: #009B9E;
}

.search-filter-results a:hover .module-container {
  background-color: #f7751f !important;
}

.sidebar .textwidget li {
  border-bottom: 0px;
}

.modules-results .sidebar #text-22 .textwidget li {
  font-size: 17px;
}

.modules-results .entry-content {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

#sf-input-498295ed17bab1eff4a30de10934789b label:before,
#sf-input-21a7c53b4b818fbb549094689776bb03 label:before,
#search-filter-form-2169>ul>li.sf-field-taxonomy-wpdmcategory>ul>li.accordion-content.sf-level-0.sf-item-0.sf-option-active label:before,
#search-filter-form-2169>ul>li.sf-field-taxonomy-wpdmcategory>ul>li.accordion-content.sf-level-0.sf-item-0>label:before,
#search-filter-form-2571>ul>li.sf-field-taxonomy-wpdmcategory>ul>li.accordion-content.sf-level-0.sf-item-0.sf-option-active>label:before,
#search-filter-form-2571>ul>li.sf-field-taxonomy-wpdmcategory>ul>li.accordion-content.sf-level-0.sf-item-0>label:before,
#search-filter-form-2573>ul>li.sf-field-taxonomy-wpdmcategory>ul>li.accordion-content.sf-level-0.sf-item-0.sf-option-active>label:before,
#search-filter-form-2169>ul>li.sf-field-taxonomy-module_language>ul>li.accordion-content.sf-level-0.sf-item-0.sf-option-active>label:before,
#search-filter-form-2169>ul>li.sf-field-taxonomy-module_language>ul>li.accordion-content.sf-level-0.sf-item-0>label:before,
#search-filter-form-2169>ul>li.sf-field-taxonomy-wpdmcategory>ul>li.accordion-content.sf-level-0.sf-item-0.sf-option-active>label:before,
#search-filter-form-2169>ul>li.sf-field-taxonomy-wpdmcategory>ul>li.accordion-content.sf-level-0.sf-item-0>label:before {
  content: "Show All";
}

#search-filter-form-2573>ul>li.sf-field-taxonomy-wpdmcategory>ul>li.accordion-content.sf-level-0.sf-item-0.sf-option-active>label:before,
#search-filter-form-2573>ul>li.sf-field-taxonomy-wpdmcategory>ul>li.accordion-content.sf-level-0.sf-item-0>label:before {
  content: "Tout afficher";
}

.page-id-2690 .fa-info-circle {
  display: none;
}

#search-filter-form-2169>ul>li.sf-field-taxonomy-wpdmcategory>ul>li.accordion-content.sf-level-0.sf-item-0.sf-option-active>a>i {
  display: none;
}

.request_type_choice {
  padding-bottom: 50px !important;
}

.request_type_choice:lang(fr) {
  padding-bottom: 75px !important;
}


.request_type_choice label {
  padding-left: 8px !important;
  font-size: 19px !important;
}


.request_type_choice:lang(fr) label {
  padding-left: 8px !important;
  font-size: 16px !important;
}

#request_type {
  display: none;
}


.single-wpdmpro button.eModal-3.cta-button-v2 {
  color: #FFF;
  font-size: 20px;
}

#search-filter-form-2169>ul>li.sf-field-taxonomy-module_language {
  display: none;
}

body.logged-in #search-filter-form-2169>ul>li.sf-field-taxonomy-module_language {
  display: block;
}

.emodal>.emodal-close {
  text-decoration: none;
  text-align: center;
  line-height: 1;
  position: absolute;
  font-weight: bold;
  cursor: pointer;
  min-width: 1em;
  font-size: 50px;
  color: #FFF;
  top: 7px !important;
}

.emodal {
  background-color: #fff;
  padding: 40px;
}

.emodal-overlay {
  background-color: black;
  opacity: 0.8;
}

.emodal-title {
  font-size: 32px;
  font-family: "proxima-nova", sans-serif;
  background-color: #009B9E;
  padding: 30px;
  color: #FFF;
  margin: -40px -40px 40px -40px;
  background-image: linear-gradient(3deg, #009B9E, rgba(25, 155, 148, 0.15)), url("/wp-content/uploads/2025/10/team_modified.webp");
  background-size: cover;
  background-position: 20%;
  font-weight: 400;
  letter-spacing: 1.1px;
}

.emodal-content li {
  list-style-type: disc;
}

.emodal-content ul {
  margin-left: 20px;
}

.emodal-content li.desc {
  list-style-type: none;
  font-weight: 400;
  margin-left: -20px;
  margin-bottom: 15px;
}

.searchandfilter label {
  display: inline;
}

.modules-results .sidebar .widget {
  padding: 30px;
}

.fa-info-circle {
  font-size: 14px;
  padding-left: 10px;
  color: rgba(0, 155, 158, 0.62);
}

.fa-info-circle:hover {
  color: #082425;
  transition: 0.3s;
}

li.accordion-content {
  margin-left: 0px !important;
}

h4.accordion-toggle {
  text-transform: uppercase;
}

.searchandfilter ul li li {
  padding: 2px 0;
}

#pl-1857 .panel-grid {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 35px;
}

#pg-1843-0 {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 35px;
}

#pg-1843-1 {
  padding-top: 25px;
}

#pg-1843-1 .so-widget-image,
#pg-1843-0 .so-widget-image {
  margin-left: auto;
  margin-right: auto;
  min-height: 145px;
  width: auto;
  max-height: 145px;
  padding: 15px;
}

.nav-secondary {
  background-color: #0D2C33;
}

.nav-secondary .wrap {
  background-color: #0D2C33;
  text-align: right;
  text-transform: uppercase;
  box-shadow: 0 3px rgba(70, 70, 70, 0.05);
}

.nav-secondary li a {
  font-size: 13px;
  text-align: right;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #FFF !important;
  padding: 17px 0px 8px 10px !important;
}

@media (max-width: 414px) {
  .nav-secondary li a {
    text-align: center;
  }
}

.nav-secondary li a:last-child {
  padding-right: 14px !important;
}

.cta {
  background-image: linear-gradient(to top, rgba(1, 141, 144, 0.88), rgba(1, 141, 144, 0.8)), url("/wp-content/uploads/2025/10/teamwork.webp");
  /* background-color: black; */
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -40px;
  text-align: center;
  padding: 50px;
  background-size: contain;
}

blockquote {
  margin: 0px;
}

blockquote:before {
  display: none;
}

.credit {
  font-weight: 600;
}

#eModal-2 .wpcf7 #individual-perusal,
#eModal-2 .wpcf7 #end-user,
#eModal-2 .wpcf7 #sample-distributino {
  text-align: center;
}

#eModal-2 .wpcf7 h3 {
  text-align: center;
  padding-bottom: 10px;
  text-transform: uppercase;
}

#eModal-2 .wpcf7 #request_type span {
  font-size: 20px;
}

#eModal-2 .wpcf7 .submit {
  text-align: center;
}

#eModal-2 .wpcf7 .wpcf7-submit {
  text-align: center;
  width: 200px;
}

@media (min-width: 1473px) {
  #eModal-2 .request_type span.wpcf7-list-item {
    padding-left: 10% !important;
  }
}

@media (min-width: 1000px) and (max-width: 1472px) {
  #eModal-2 .request_type span.wpcf7-list-item:last-child {
    padding-bottom: 40px;
  }

  #eModal-2 .request_type span.wpcf7-list-item {
    padding-left: 36% !important;
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  #eModal-2 .request_type span.wpcf7-list-item {
    padding-left: 27% !important;
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 10px;
  }

  #eModal-2 .request_type span.wpcf7-list-item:last-child {
    padding-bottom: 40px;
  }
}

@media (max-width: 450px) {
  #eModal-2 .request_type span.wpcf7-list-item {
    padding-left: 3% !important;
  }
}

.modules-results .sidebar-primary #text-2 .widget-wrap h4 {
  margin-bottom: 0px;
}

@media (min-width: 1024px) and (max-width: 1160px) {
  .title-area {
    position: relative;
  }
}

/* 2026-06-09 — Was: blanket `display: none !important` on every CF7
   response-output inside the modal. That hid the gate's "contact warren@..."
   overdraft-block message, so users just saw a dead spinner. Now: hide only
   the mail-sent-ok success class (no redundant "Thank you" before the
   download fires), and SHOW the others (aborted, validation_errors,
   mail_sent_ng, spam_blocked) with warning styling so users can see what
   went wrong. */
.logged-in .emodal .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none !important;
}
.logged-in .emodal .wpcf7-response-output.wpcf7-aborted,
.logged-in .emodal .wpcf7-response-output.wpcf7-validation-errors,
.logged-in .emodal .wpcf7-response-output.wpcf7-mail-sent-ng,
.logged-in .emodal .wpcf7-response-output.wpcf7-spam-blocked {
  display: block !important;
  margin: 16px 0 4px;
  padding: 12px 16px;
  background: #fff3cd;
  border: 1px solid #ffd966;
  border-left: 4px solid #f4a100;
  border-radius: 3px;
  color: #6b4f00;
  font-weight: 500;
  font-size: 0.95em;
  line-height: 1.45;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1140px;
}

.site-inner {
  clear: both;
  padding-top: 60px;
}

.education-pro-landing .site-inner {
  max-width: 900px;
  padding-top: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 920px;
}

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

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

/* Content */
.content {
  float: right;
  width: 790px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 520px;
}

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

/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 330px;
}

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

/* Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

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

/* Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  float: left;
}

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

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

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

/* Genesis
--------------------------------------------- */
.breadcrumb {
  background-color: #fafafa;
  box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
  font-size: 14px;
  margin-bottom: 0;
  padding: 15px 40px;
}

.archive-description,
.author-box {
  background-color: #fafafa;
  box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
  color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 40px;
}

.author-box-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}

.archive-description p a,
.author-box .author-box-content a {
  color: #fff;
}

.archive-description p a:hover,
.author-box .author-box-content a:hover {
  color: #444;
}

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

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.site-header .search-form {
  float: right;
  margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.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-title {
  font-size: 20px;
}

.entry-title {
  font-size: 36px;
  text-transform: uppercase;
}

.entry-title a {
  color: #555555;
}

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

.widget-title {
  font-size: 28px;
  margin-bottom: 20px;
}

.footer-widgets .widget-title {
  color: #555555;
  font-weight: 700;
  text-transform: uppercase;
}

.after-entry .widget-title,
.sidebar .widget-title a,
.sidebar .widget-title {
  border-bottom: 1px solid #ddd;
  color: #123A42;
  letter-spacing: 2px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-align: left;
}

/* WordPress
--------------------------------------------- */
.alignleft {
  float: left;
  text-align: left;
}

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

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

a.alignnone {
  display: inline-block;
}

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

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

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

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

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

.wp-caption-text {
  font-weight: 700;
  margin: 0;
  text-align: center;
}

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

.gallery-caption {
  margin: 0 0 10px;
}

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

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d9e29111454c2efb6a47)
 * Config saved to config.json and https://gist.github.com/d9e29111454c2efb6a47
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
h figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.widget {
  margin-bottom: 40px;
  overflow: hidden;
  word-wrap: break-word;
}

.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 p:last-child,
.widget ul>li:last-child,
.widget-area .widget:last-of-type {
  margin-bottom: 0;
}

.widget_calendar table {
  margin-bottom: 0;
  width: 100%;
}

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

.featured-content .entry,
.widget .entry {
  background: none;
  border: 0;
  box-shadow: none;
  margin-bottom: 10px;
  padding: 0 0 10px;
}

.featured-content .entry-title {
  font-size: 18px;
  margin-bottom: 0;
}

.content .featured-content .entry-header .entry-meta {
  margin: 0 0 10px;
  text-align: left;
}

.content .featured-content .entry-header .entry-meta .entry-time {
  background: none;
  color: #444;
  margin: 0;
  padding: 0;
}

.after-entry .featured-content .entry,
.sidebar .featured-content .entry {
  border-bottom: 1px dotted #ddd;
}

.after-entry .featuredpage .entry,
.sidebar .featuredpage .entry {
  border: 0;
  margin: 0;
  padding: 0;
}

.featured-content ul+.more-from-category {
  margin-top: 10px;
}

/* Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.widget-area .widget.enews-widget .widget-title {
  color: #fff;
}

.widget-area .widget.enews-widget {
  background-color: #78a7c8;
  border: none;
  padding: 40px;
}

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

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

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

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

.home-bottom .widget.enews-widget {
  clear: both;
  overflow: hidden;
  padding: 0;
}

.home-bottom .enews p {
  float: left;
  margin-bottom: 0;
  width: 31.623931623931625%;
}

.home-bottom .enews p+form {
  float: right;
  width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="email"] {
  float: left;
  margin-bottom: 0;
  width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="submit"] {
  float: right;
  width: 31.623931623931625%;
}

.home-bottom .enews input {
  border: none;
}

/* Genesis Responsive Slider
--------------------------------------------- */
.education-pro-home #genesis-responsive-slider {
  border: none;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0;
}

.education-pro-home .slide-excerpt {
  background-color: #fff;
  box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
  filter: alpha(opacity=100);
  opacity: 1;
}

html>body.education-pro-home .slide-excerpt-border {
  border: none;
  margin: 0;
  padding: 40px 40px 12px;
  width: 100%;
}

.education-pro-home .slide-excerpt h2 a {
  color: #78a7c8;
}

.education-pro-home #genesis-responsive-slider .slide-excerpt h2 a:hover {
  color: #444;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav {
  margin-top: -40px;
  text-align: left;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav li {
  padding-left: 5px;
  text-indent: 0;
}

/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* ## Screen reader text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  color: #333;
  background: #fff;
}

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

.more-link {
  position: relative;
  display: flex;
  margin-top: 20px;
}

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

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

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

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  box-shadow: 0 3px rgba(70, 70, 70, 0.05);
  min-height: 80px;
}

.education-pro-home .site-header {
  position: relative;
  top: auto !important;
  width: 100%;
  z-index: 499;
}

/* Title Area
--------------------------------------------- */
.title-area {
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: 195px;
  padding: 5px 10px 0px 0px;
}

p.site-title {
  display: block;
  text-indent: -9999px;
  font-size: 36px;
  margin-bottom: 0px !important;
  line-height: 1.2;
}

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

.site-title>a {
  float: left;
  margin: 12px;
  width: 100%;
}

.header-image .site-title a {
  background-position: center !important;
  background-size: contain !important;
}

.site-description {
  backface-visibility: hidden;
  font-size: 16px;
  line-height: 1.3;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 740px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  background-color: none;
  clear: both;
  font-size: 16px;
  line-height: 1;
  width: 100%;
}

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

.genesis-nav-menu li a {
  color: #123A42;
  display: block;
  padding: 16px;
  -webkit-backface-visibility: hidden;
}

.genesis-nav-menu li a:hover {
  color: #009B9E;
}

.genesis-nav-menu li.current-menu-item>a {
  color: #009B9E;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 999;
}

.genesis-nav-menu .sub-menu a {
  background-color: #009B9E;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
  color: #009B9E;
  font-size: 14px;
  padding: 14px 16px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu li .sub-menu li a:hover {
  background-color: #009B9E;
  color: #444;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -43px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
  background-color: #FFF;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu>.first>a {
  padding-left: 0;
}

.genesis-nav-menu>.last>a {
  padding-right: 0;
}

.genesis-nav-menu>.right {
  float: right;
  list-style-type: none;
  padding: 0;
}

.genesis-nav-menu>.date,
.genesis-nav-menu>.right>a {
  display: inline-block;
  padding: 16px;
}

.genesis-nav-menu>.rss>a:before,
.genesis-nav-menu>.twitter>a:before {
  -webkit-font-smoothing: antialiased;
  content: "\f303";
  display: inline-block;
  font: normal 14px/1 'dashicons';
  margin-right: 4px;
  vertical-align: top;
}

.genesis-nav-menu>.twitter>a:before {
  content: "\f301";
}

.genesis-nav-menu>.search {
  padding: 5px 0 0;
}

.genesis-nav-menu>.search input {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 8px 30px;
}

.genesis-nav-menu>.search input:-ms-input-placeholder {
  color: #fff;
}

.genesis-nav-menu>.search input::-moz-placeholder {
  color: #fff;
}

.genesis-nav-menu>.search input::-webkit-input-placeholder {
  color: #fff;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu a {
  color: #123A42;
  padding: 32px 16px;
  text-transform: uppercase;
}

.site-header .genesis-nav-menu .sub-menu a {
  color: #FFF;
  padding: 14px 16px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary .genesis-nav-menu {
  width: 85%;
  /*existing value*/
  float: right;
  font-size: 13px;
  text-align: right;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media (max-width: 768px) {
  .cta-menu a {
    background: #FFF;
    color: #009B9E !important;
    border: none;
    text-align: left;
    padding: 0px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .cta-menu a {
    border: none;
    background: #009B9E;
    padding: 11px 20px !important;
    color: white !important;
  }
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary .genesis-nav-menu {
  padding-bottom: 10px;
}

.nav-secondary .genesis-nav-menu li a {
  padding: 0 16px 10px;
}

.nav-secondary .genesis-nav-menu li.current-menu-item>a,
.nav-secondary .genesis-nav-menu li.menu-item a:hover {
  background: none;
  color: #f7751f !important;
}

.nav-secondary .menu-item:hover {
  background-color: #0D2C33;
}

/* Responsive Navigation
--------------------------------------------- */
.responsive-menu-icon {
  cursor: pointer;
  display: none;
}

.responsive-menu-icon::before {
  content: "\f333";
  display: block;
  font: normal 20px/1 'dashicons';
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */
/* Home
--------------------------------------------- */
.home-featured {
  background-color: #f5f5f5;
  position: relative;
  text-align: center;
  z-index: 9;
}

.home-featured .widget {
  padding: 40px 40px 0;
  margin: 0 auto;
  max-width: 1600px;
}

.home-featured .widget:last-of-type {
  padding-bottom: 80px;
}

.education-pro-home .home-featured .widget.genesis_responsive_slider {
  background-color: #fff;
  max-width: 100%;
  padding: 0;
}

.home-featured .slide-excerpt {
  margin: 80px 80px 120px;
  text-align: left;
}

.home-featured .slide-excerpt .more-link {
  background-color: #f5f5f5;
  color: #e44a3c;
  display: block;
  padding: 20px 40px;
  margin: 40px -40px -12px;
  text-align: right;
}

.home-featured .slide-excerpt .more-link::after {
  -webkit-font-smoothing: antialiased;
  content: "\f344";
  display: inline-block;
  font: normal 20px/1 'dashicons';
  margin-left: 20px;
  vertical-align: middle;
}

.home-featured #genesis-responsive-slider .more-link:hover {
  background-color: #e44a3c;
  color: #fff;
}

.home-top {
  background-color: #fff;
  text-align: center;
}

.home-top .wrap {
  padding: 80px;
  position: relative;
  z-index: 99;
}

.home-featured+.home-top .wrap {
  background-color: #fff;
  border-radius: 3px;
  border-top: 3px solid #e44a3c;
  margin-top: -40px;
}

.home-top .widget_text {
  color: #78a7c8;
  font-size: 48px;
  line-height: 1.1;
  text-align: center;
}

.home-top .widget_text .widget-title {
  color: #e44a3c;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-middle {
  background-color: #34678a;
  box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 60px 10px 20px;
}

.home-middle .entry-title a {
  color: #78a7c8;
}

.home-middle .widget {
  float: left;
  padding: 0 20px;
  text-align: center;
  width: 25%;
}

.home-middle .widget:nth-of-type(4n+1) {
  clear: both;
}

.home-middle .dashicons {
  font-size: 60px;
  height: 60px;
  width: 60px;
}

.home-bottom {
  background-color: #78a7c8;
  box-shadow: inset 0 5px rgba(0, 0, 0, 0.05);
  color: #fff;
  padding: 60px 0;
}

.home-bottom .featured-content .entry-title a,
.home-bottom .widget a,
.home-middle .widget .entry-title a:hover,
.home-middle .widget a:hover {
  color: #fff;
}

.home-bottom a:hover {
  color: #34678a;
}

/* Entries
--------------------------------------------- */
.entry {
  background-color: #fff;
  box-shadow: 0;
  margin-bottom: 40px;
  padding: 40px;
}

.entry .entry-title {
  color: #123A42;
}

.entry-header {
  margin-bottom: 10px;
}

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

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

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

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

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

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 14px;
}

.content p.entry-meta {
  margin-bottom: 0;
  text-align: right;
}

.content .entry-header .entry-meta {
  margin: -10px 0 10px;
}

.content .entry-header .entry-meta .entry-time {
  background-color: #e44a3c;
  color: #fff;
  display: inline-block;
  margin: 0 -40px 0 0;
  padding: 5px 40px 5px 15px;
}

.entry-footer {
  background: #fafafa;
  padding: 20px 40px;
  margin: 12px -40px -40px;
}

.entry-footer .entry-meta {
  font-size: 12px;
}

.entry-footer .entry-meta a {
  color: #444;
}

.entry-footer .entry-meta a:hover {
  color: #e44a3c;
}

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

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

/* Pagination
--------------------------------------------- */
.pagination {
  margin: 60px 0;
}

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

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #009B9E;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 6px 12px;
  box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
}

.archive-pagination li a:hover {
  background-color: #00AAAD;
}

.archive-pagination .active a {
  background-color: #00AAAD;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
  font-size: 16px;
  margin-bottom: 40px;
}

.comment-respond {
  padding: 40px 40px 16px;
}

.entry-comments,
.entry-pings {
  padding: 40px;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
  color: #e44a3c;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.comment-meta {
  margin-bottom: 28px;
}

li.comment,
li.pingback {
  background-color: #f5f5f5;
}

.comment-content {
  clear: both;
}

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

.comment-list li.depth-1,
.ping-list li {
  margin-top: 24px;
  padding: 32px;
}

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

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

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

.comment-reply-link {
  color: #e44a3c;
}

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

.fn {
  font-weight: 300;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px;
}

.sidebar {
  font-size: 16px;
}

.sidebar p,
.sidebar li {
  text-align: left;
}

.sidebar .type-resource .entry-title {
  font-size: 28px;
  margin-bottom: 10px;
}

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

.after-entry li,
.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.after-entry .widget,
.sidebar .widget {
  background-color: #fff;
  border-left: 0px solid #123A42;
  box-shadow: 0px 0px rgba(70, 70, 70, 0.05);
  padding: 40px;
}

.accordion-toggle {
  cursor: pointer;
}

.sf-field-taxonomy-module_authors .accordion-toggle+ul {
  display: none;
}

.accordion-content.default {
  display: block;
}

.sf-field-taxonomy-management_levels a {
  display: none;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.submit-button {
  border: 0px;
  margin-top: 10px;
}

.submit-button :hover {
  border: none;
  background-color: #C34F02;
  color: #FFF !important;
}

.submit-button input[type="submit"] {
  padding: 12 34px;
}

.submit-button input[type="submit"] :hover {
  background-color: #C34F02;
  color: #FFF !important;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #0D2C33;
  box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
  clear: both;
  padding-top: 60px;
}

.footer-widgets .widget-title {
  font-size: 24px;
  color: #FFF !important;
}

.footer-widgets h5 {
  color: #FFF !important;
}

.footer-widgets .wrap .entry-title a,
.footer-widgets .wrap a,
.footer-widgets {
  color: #fff;
}

.footer-widgets a.button,
.footer-widgets .wrap a:hover {
  color: #78a7c8;
}

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

.footer-widgets-1 {
  width: 300px;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
  width: 170px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  margin-right: 40px;
}

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

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

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #0D2C33;
  font-size: 16px;
  padding: 20px 0;
  padding-top: 40px;
  text-align: center;
}

.site-footer,
.site-footer .wrap a {
  color: #555;
}

.site-footer a.button,
.site-footer .wrap a:hover {
  color: #555555;
}

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

/* Media Queries
---------------------------------------------------------------------------------------------------- */
/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1160px) {

  .site-inner,
  .wrap {
    max-width: 960px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }

  .content,
  .site-header .widget-area {
    width: 620px;
  }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }

  .sidebar-primary {
    width: 300px;
  }

  .home-top .widget_text {
    font-size: 40px;
  }

  .footer-widgets-1 {
    width: 240px;
  }

  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5 {
    width: 140px;
  }
}

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

  .education-pro-landing .site-inner,
  .site-inner,
  .wrap {
    max-width: 740px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .content-sidebar-sidebar .content,
  .content,
  .footer-widgets-1,
  .home-bottom .enews p+form,
  .home-bottom .enews p,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .sidebar-sidebar-content .content,
  .site-header .widget-area {
    width: 100%;
  }

  .title-area {
    position: relative;
    margin-bottom: 6px;
  }

  .header-image .site-title a {
    background-position: center top !important;
    background-size: contain !important;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .footer-widgets,
  .genesis-nav-menu,
  .site-header .widget-area,
  .home-bottom,
  .site-description,
  .site-header .search-form,
  .site-header .title-area,
  .site-title {
    text-align: center;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  .site-header .genesis-nav-menu a {
    padding: 16px;
  }

  .education-pro-home .slide-excerpt {
    font-size: 16px;
    margin: 40px 40px 80px;
  }

  html>body.education-pro-home .slide-excerpt-border {
    padding: 20px 20px 0;
  }

  .home-featured .slide-excerpt h2 {
    font-size: 24px;
  }

  .home-featured .slide-excerpt .more-link {
    padding: 10px 20px;
    margin: 20px -20px 0;
  }

  .nav-primary .genesis-nav-menu {
    text-align: center;
    width: 100%;
  }

  .home-top .wrap {
    padding: 60px;
  }

  .home-top .widget_text {
    font-size: 30px;
  }

  .home-middle .widget {
    width: 50%;
  }

  .home-middle .widget:nth-of-type(2n+1) {
    clear: both;
  }

  .home-bottom .enews p {
    margin-bottom: 20px;
  }

  .footer-widgets-1 {
    margin: 0 0 20px;
  }

  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5 {
    width: 23.0769%;
    margin: 0 0 20px;
  }

  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5 {
    margin-left: 2.5641%;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .education-pro-landing .site-inner,
  .site-inner {
    padding-top: 20px;
  }

  .after-entry .widget,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry-comments,
  .entry,
  .sidebar .widget,
  .widget-area .widget.enews-widget {
    padding: 20px;
    margin-bottom: 20px;
  }

  .after-entry,
  .sidebar .widget:last-of-type {
    margin-bottom: 20px;
  }

  .archive-pagination li a {
    margin-bottom: 4px;
  }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .genesis-nav-menu.responsive-menu>.menu-item>.sub-menu,
  .genesis-nav-menu.responsive-menu {
    display: none;
  }

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item>a:hover,
  .genesis-nav-menu.responsive-menu li a,
  .genesis-nav-menu.responsive-menu li a:hover,
  .genesis-nav-menu.responsive-menu li.current-menu-item>a {
    background: none;
    color: #444;
    display: block;
    line-height: 1;
    padding: 12px 0;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children>a {
    margin-right: 60px;
  }

  .genesis-nav-menu.responsive-menu .sub-menu {
    left: auto;
    opacity: 1;
    position: relative;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    padding-left: 20px;
    margin: 0;
  }

  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    background: none;
    border: none;
    box-shadow: none;
    color: #444;
    padding: 12px 0;
    position: relative;
    width: 100%;
  }

  .genesis-nav-menu.responsive-menu {
    padding-bottom: 16px;
  }

  .education-pro-home .slide-excerpt {
    display: none;
  }

  .home-top .wrap {
    margin-left: 5%;
    margin-right: 5%;
    padding: 40px;
  }

  .home-top .widget_text {
    font-size: 24px;
  }

  .home-middle .widget {
    width: 100%;
  }

  .home-bottom,
  .home-middle {
    padding: 40px 0;
  }

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

  .content .entry-header .entry-meta .entry-time {
    margin-right: -20px;
    padding-right: 20px;
  }

  .entry-footer {
    padding: 20px;
    margin: 0 -20px -20px;
  }

  .pagination {
    margin-top: 20px;
  }

  .footer-widgets {
    padding-top: 40px;
  }

  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5 {
    width: 48.7179%;
    margin: 0 0 20px;
  }

  .footer-widgets-2,
  .footer-widgets-4 {
    clear: both;
  }

  .footer-widgets-3,
  .footer-widgets-5 {
    margin-left: 2.5641%;
  }

  .site-footer {
    padding: 20px 20px 40px;
  }
}

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

  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5,
  .home-bottom .enews-widget input[type="email"],
  .home-bottom .enews-widget input[type="submit"],
  .title-area {
    width: 100%;
  }

  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5 {
    margin: 0 0 20px;
  }

  .home-bottom .enews-widget input[type="email"] {
    margin-bottom: 16px;
    text-align: center;
  }

  .title-area {
    max-width: 300px;
  }
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */
.education-pro-blue .nav-secondary .genesis-nav-menu li.current-menu-item>a,
.education-pro-green .nav-secondary .genesis-nav-menu li.current-menu-item>a,
.education-pro-purple .nav-secondary .genesis-nav-menu li.current-menu-item>a,
.education-pro-red .nav-secondary .genesis-nav-menu li.current-menu-item>a {
  background: none;
}

/* Education Pro Blue
--------------------------------------------- */
.education-pro-blue .after-entry .widget-title,
.education-pro-blue .archive-pagination .active a,
.education-pro-blue .archive-pagination li a:hover,
.education-pro-blue .comment-reply-link,
.education-pro-blue .comment-respond h3,
.education-pro-blue .entry-comments h3,
.education-pro-blue .entry-footer .entry-meta a:hover,
.education-pro-blue .entry-pings h3,
.education-pro-blue .entry-title a:hover,
.education-pro-blue .home-featured .more-link,
.education-pro-blue .home-top .widget_text .widget-title,
.education-pro-blue .sidebar .widget-title a,
.education-pro-blue .sidebar .widget-title {
  color: #3d78c1;
}

.education-pro-blue .archive-description,
.education-pro-blue .author-box,
.education-pro-blue .button:hover,
.education-pro-blue .content .entry-header .entry-meta .entry-time,
.education-pro-blue .footer-widgets .wrap .button:hover,
.education-pro-blue .footer-widgets button:hover,
.education-pro-blue .footer-widgets input:hover[type="button"],
.education-pro-blue .footer-widgets input:hover[type="reset"],
.education-pro-blue .footer-widgets input:hover[type="submit"],
.education-pro-blue .home-bottom .widget .button:hover,
.education-pro-blue .home-bottom button:hover,
.education-pro-blue .home-bottom input:hover[type="button"],
.education-pro-blue .home-bottom input:hover[type="reset"],
.education-pro-blue .home-bottom input:hover[type="submit"],
.education-pro-blue .home-featured #genesis-responsive-slider .more-link:hover,
.education-pro-blue .title-area,
.education-pro-blue button:hover,
.education-pro-blue input:hover[type="button"],
.education-pro-blue input:hover[type="reset"],
.education-pro-blue input:hover[type="submit"] {
  background-color: #3d78c1;
}

.education-pro-blue .after-entry .widget,
.education-pro-blue .home-top .wrap,
.education-pro-blue .sidebar .widget,
.education-pro-blue .site-header {
  border-color: #3f71c3;
}

.education-pro-blue .footer-widgets .wrap a:hover,
.education-pro-blue .footer-widgets a.button,
.education-pro-blue .slide-excerpt h2 a,
.education-pro-blue .home-middle .entry-title a,
.education-pro-blue .home-top .widget_text,
.education-pro-blue .site-footer .wrap a:hover,
.education-pro-blue .site-footer a.button,
.education-pro-blue a {
  color: #a8b2b9;
}

.education-pro-blue .button,
.education-pro-blue .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.education-pro-blue .genesis-nav-menu .sub-menu a,
.education-pro-blue .genesis-nav-menu li a:hover,
.education-pro-blue .genesis-nav-menu li.current-menu-item>a,
.education-pro-blue .home-bottom,
.education-pro-blue .widget-area .widget.enews-widget,
.education-pro-blue button,
.education-pro-blue input[type="button"],
.education-pro-blue input[type="reset"],
.education-pro-blue input[type="submit"] {
  background-color: #a8b2b9;
}

.education-pro-blue .entry-title a,
.education-pro-blue .home-bottom a:hover,
.education-pro-blue a:hover {
  color: #344a66;
}

.education-pro-blue .enews-widget .enews input:hover[type="submit"],
.education-pro-blue .footer-widgets,
.education-pro-blue .home-middle,
.education-pro-blue .nav-primary,
.education-pro-blue .site-footer {
  background-color: #344a66;
}

/* TEAM PAGE TEMPLATE CUSTOMIZATION */
.img-circle {
  width: 200px;
}

.profile {
  margin-bottom: 35px;
}

.profile-content li {
  list-style: inherit;
}

.profile-content ol {
  padding-left: 20px;
  display: table;
}

.profile-content p {
  text-align: justify;
}

.profile-content h3 {
  margin: 0;
  text-transform: uppercase;
}

.profile-content .lead {
  margin: 1px 0 8px;
  font-family: open-sans, sans-serif;
  font-size: 14px;
  margin-bottom: 50px;
}

.profile-header {
  position: relative;
}

.profile-header img {
  float: left;
  padding-right: 24px;
  padding-bottom: 10px;
}

.profile-footer:before {
  content: '';
  width: 36px;
  height: 3px;
  background: #3B5998;
  position: absolute;
  top: 0;
}

.profile-footer {
  position: relative;
  padding-bottom: 12px;
  display: none;
}

.profile-footer a {
  /*line-height: 18px;*/
  margin-right: 9px;
  display: inline-block;
}

.profile-footer a:hover i {
  color: #595959;
}

.profile-footer i {
  font-size: 18px;
  position: relative;
}

.profile-footer i .fa-linkedin {
  /*top: -1px;*/
  /*border: solid 1px #A78B5F;*/
  /*padding: 5px 7px;*/
  color: #293E6A;
}

.profile-footer i.fa-envelope {
  /*top: -1px;*/
}

.resource-description {
  padding-top: 10px;
}

.page-template-page_resource_whitepapers .img-circle,
.page-template-page_resource_webinars .img-circle {
  width: 290px;
}

.page-template-page_resource_whitepapers .profile-content,
.page-template-page_resource_webinars .profile-content {
  float: left;
}

.intro {
  margin-bottom: 35px;
}

.resource-wrapper {
  float: left;
}

.wid45 {
  width: 45%;
  margin-bottom: 35px;
  float: left;
}

.wid45:nth-child(2n) {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .wid45 {
    width: 100%;
  }

  .wid45:nth-child(2n) {
    margin-left: 0px !important;
  }
}

.home {
  background-color: white;
}

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

.home .page {
  padding-top: 0px;
}

.home .hero-header {
  font-size: 60px;
  margin-bottom: 0px;
  color: white !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

.home .hero-header span {
  font-size: 80px;
}

.home .hero-text {
  font-size: 46px;
}

.home .byline.post-info {
  margin-top: 8px;
}

.home .fa {
  font-size: 70px;
  color: #f7751f;
  padding: 40px;
}

.home .section-title {
  text-align: center;
  padding-top: 20px;
}

.home .section-title h3 {
  font-size: 40px;
  margin-bottom: 0px;
  color: #123A42;
  font-weight: 400;
  letter-spacing: 0.9px;
}

.home .section-title h3:after {
  content: '';
  width: 55px;
  display: block;
  border-bottom: 3px solid #f7751f;
  padding: 11px 0 0;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}

.home .hero {
  box-shadow: 0px 11px 30px -4px rgba(50, 50, 50, 0.75);
}

.home .hero-wrap {
  text-align: center;
}


.home .hero-wrap .hero-bg-overlay {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 0;
}

.home .hero-wrap .hero-content {
  padding-top: 155px;
}

.home .hero-wrap .hero-content h1,
.home .hero-wrap .hero-content h2 {
  color: white !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

.home .hero-wrap .hero-content h1 {
  font-size: 60px;
}

.home .ctas-top {
  padding-top: 30px;
  padding-bottom: 100px;
}

.home .ctas-top p {
  font-size: 20px;
}

.home .ctas-top .box-link {
  padding: 50px;
}

.home .ctas-top .panel-grid-cell {
  padding: 10px;
}

.home .ctas-top .so-panel {
  box-shadow: 0px 11px 30px -4px rgba(50, 50, 50, 0.75);
  background-color: #f7751f;
  transition: all 0.2s;
}

.home .ctas-top .so-panel h3,
.home .ctas-top .so-panel p {
  color: #ffffff;
}

.home .ctas-top .so-panel:hover {
  background-color: #C34F02;
  box-shadow: 0px 21px 40px -4px rgba(50, 50, 50, 0.75);
}

.home .team-wrap {
  text-align: left;
}

.home .team-wrap .team-bg {
  height: 400px;
  width: 100%;
  background-image: linear-gradient(to top, rgba(1, 141, 144, 0.88), rgba(1, 141, 144, 0.8)), url("/wp-content/uploads/2025/10/team_modified.webp");
  background-size: cover;
}

.home .team-wrap .team-content {
  padding-top: 80px;
  padding-left: 20%;
  padding-right: 20%;
}

.home .team-wrap h1,
.home .team-wrap h2 {
  color: white !important;
  font-weight: bold;
  text-transform: uppercase;
}

.home .team-wrap h1 {
  font-size: 40px;
}

.request-info {
  height: 400px;
  background-image: linear-gradient(to top, rgba(1, 141, 144, 0.88), rgba(1, 141, 144, 0.8)), url("/wp-content/uploads/2025/10/teamwork.webp");
  background-size: cover;
  color: white;
}

.request-info h1 {
  color: white;
  font-weight: 600;
  padding-top: 60px;
  margin-bottom: 40px;
}

.request-info form {
  padding-left: 30%;
  padding-right: 30%;
  text-align: center;
}

.request-info form .wpcf7-submit {
  min-width: 150px;
  border: none;
  background: none;
  padding: 11px 20px !important;
  color: white !important;
  border: 2px solid #FFF;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  letter-spacing: 0.9px;
  margin-top: 20px;
  border-radius: 6px !important;
}

.request-info form .wpcf7-submit:hover {
  background-color: #f7751f;
  border: 2px solid #f7751f;
}

.ctas-middle .cta-button {
  border: none;
  background: #f7751f;
  padding: 11px 20px !important;
  color: white !important;
}

.ctas-middle .cta-button:hover {
  background-color: #C34F02;
}

.client-logos {
  text-align: center;
  background-color: white;
  height: 300px;
}

.client-logos .owl-carousel {
  padding-top: 50px;
}

.client-logos img {
  height: 100px;
  width: auto !important;
  padding: 20px 30px;
}

#pg-1837-5,
#pg-2587-5 {
  margin-bottom: 120px !important;
}

#pg-1837-6 {
  margin-bottom: 100px;
}

#pg-1837-7 {
  margin-bottom: 60px;
}

#pg-1837-8 {
  margin-bottom: 40px;
}

#pg-1837-9,
#pgc-2587-9-0 {
  text-align: center;
  margin-bottom: 120px;
}

@media (max-width: 321px) {
  .home .hero-header {
    font-size: 24px;
  }

  .home .hero-header span {
    font-size: 37px;
  }
}

@media (max-width: 730px) {
  .home .hero-header {
    font-size: 29px;
  }

  .home .hero-header span {
    font-size: 40px;
  }

  .home .hero-text {
    font-size: 22px;
  }

  .home .hero-btns {
    font-size: 15px;
  }
}

@media (max-width: 415px) {
  .entry-title {
    font-size: 24px;
  }

  .home .team-wrap .team-content {
    padding-top: 35px !important;
  }
}

@media (max-width: 769px) {
  .hero-btns .cta-button-v3 {
    margin-left: 9px;
  }

  .team-text {
    padding: 10px;
  }

  h3.team-text {
    font-size: 21px;
  }

  .home .team-wrap .team-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: -webkit-center;
    text-align: center;
  }

  .home .request-info form {
    padding-left: 10%;
    padding-right: 10%;
  }

  .after-entry .widget-title,
  .sidebar .widget-title a,
  .sidebar .widget-title {
    text-align: center;
  }

  .single-post h1.entry-title {
    font-size: 24px;
  }

  .entry-title {
    font-size: 28px;
  }

  #pl-1847 .panel-grid,
  #pl-1845 .panel-grid,
  #pl-1849 .panel-grid,
  #pg-2623 .panel-grid,
  #pl-2601 .panel-grid {
    text-align: left;
  }

  .page-id-1847 .sow-image-container,
  .page-id-1845 .sow-image-container {
    display: none;
  }
}

@media (max-width: 350px) {
  .hero-header {
    font-size: 24px;
  }

  .request-info {
    min-height: 500px;
  }
}

.more-link {
  display: table-cell !important;
}

.home .featured-content .featured-content article>p {
  margin-top: 15px;
}

.home .share-before {
  display: none;
}

.pgc-1863-0-1 {
  text-align: center;
  padding-top: 50px;
}

.pg-1863-1 {
  -webkit-filter: grayscale(0.9);
}

#lang_sel_click>ul>li>ul>li {
  margin: 0px !important;
}


.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
  cursor: pointer;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  /*top: 100%;*/
  /*left: 0;*/
  right: 5%;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select span.current::after {
  content: '\25bc';
  padding-left: 0.1em;
  font-size: 10px;
}

.nice-select span.current::hover {
  cursor: pointer;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}


fieldset.module-set legend {
  display: block;
  float: none;
  padding: 0;
  border-bottom: 0 !important;
}

@media (min-width: 786px) {
  .en-mod {
    margin-top: 50px;
  }
}

.modules-by-title .module-container {
  height: 50px;
  padding: 22px 8px 9px 8px !important;
}

article.module-container.module-container-empty {
  cursor: default;
}

.col-md-5.col-lg-6.col-sm-5.en-mod,
.col-md-5.col-lg-6.col-sm-5.other-mod {
  padding-right: 0px;
  padding-left: 0px;
}

article#emodal-custom {
  text-align: center;
}

td#emodal-custom span {
  color: black;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: 0.5px;
  transform: translateY(-61%);
  letter-spacing: 0.5px;
  position: relative;
  height: 50px;
  font-family: "proxima-nova", sans-serif;
}

.modules-by-title .module-container {
  height: 55px;
  padding: 0 !important;
}

td.module-container.dark,
td.module-container.dark.module-container-empty {
  background-color: #eeeeee !important;
}

td#emodal-custom.dark:hover {
  background-color: #f7751f !important;
}

td#emodal-custom:hover {
  background-color: #f7751f !important;
}

fieldset.module-set.right {
  padding-bottom: 51px;
}

td#emodal-custom {
  /*text-align: center;*/
  text-align: left;
  padding-left: 35px !important;
  padding-right: 35px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

td.left {
  border: none;
  border-right: solid 2px #fff;
}

td.right {
  border: none;
  border-left: solid 2px #fff;
}

td {
  height: auto !important;
  width: 50%;

}

legend {
  margin-left: 80%;
}

@media (max-width: 786px) {
  legend {
    margin-left: 70%;
  }
}

.page-numbers {
  margin: 60px 0;
}

.page-numbers li {
  display: inline;
}

.page-numbers .active a {
  background-color: #00AAAD;
}

.page-numbers li a {
  background-color: #009B9E;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 6px 12px;
  box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
}

.archive-pagination li {
  display: inline;
}

span.page-numbers.current {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 6px 12px;
  box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
  background-color: #00AAAD;
}

h1.entry-title.page-title {
  text-align: center;
  padding: 20px;
}

h1.cat-page-title {
  color: #00B3B6;
  font-weight: bold;
}

hr.cat {
  border-top: 1px dotted #55555A;
}

p.title-separator {
  background-color: #00B3B6;
  padding: 12px;
  color: white;
  font-size: large;
}

ul.cat-mod-list {
  margin-left: 10px;
  margin-bottom: 20px;
}

ul.cat-mod-list li:before {
  content: "\2023";
  margin-right: 5px;
  color: #f7751f;
}

ul.cat-mod-list li a {
  color: #555555;
}

ul.cat-mod-list li {
  text-indent: -1em;
}

ul.cat-mod-list li a:hover {
  color: #f7751f;
}

.cat-entry {
  margin-bottom: 0;
}

.author-container {
  padding-bottom: 50px;
  display: table;
}

.featured-content .format-standard>a {
  width: 100%
}

/* License widget things */
.sidebar-license-area {
  float: left;
  width: 1140px;
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border-left: 0px solid #123A42;
  box-shadow: 0px 0px rgba(70, 70, 70, 0.05);
  padding: 40px;
  margin-bottom: 40px;
}

.sidebar-license-area .widget-title {
  border-bottom: 1px solid #ddd;
  color: #123A42;
  letter-spacing: 2px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 28px;
  text-transform: uppercase;
  text-align: left;
  display: inline;
}

.sidebar-license-area .license_num_rem {
  display: inline;
  text-align: center;
  background: #f7f7f7;
  float: right;
  width: 250px;
}

.sidebar-license-area .license_num_rem_main {
  font-size: 28px;
}

.sidebar-license-area .license_num_rem_add {
  font-size: 14px;
}



.license-table {
  background: #f7f7f7;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
  /*display: inline-block;*/
}

.license-table td {
  border: 0;
  letter-spacing: 0.5px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: default;
  /*white-space: nowrap;*/
}

.license-table td:hover {
  overflow: visible;
  white-space: normal;
  height: auto;
}

.license-table th {
  border: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  white-space: nowrap;

}

.license-table tbody {
  border-bottom: none;
}

/*.license-table tr:nth-child(6n-5), tr:nth-child(6n-4), tr:nth-child(6n-3) {
    background: #eeeeee;
}
.license-table tr:nth-child(6n-2), tr:nth-child(6n-1), tr:nth-child(6n) {
    background: white;
}*/

.license-table tr:nth-child(odd) {
  background: #eeeeee;
}

.license-table tr:nth-child(even) {
  background: white;
}

/*.license-table tr:nth-child(1), tr:nth-child(2), tr:nth-child(3) {
    background: white;
}*/

.main-license-area-left {
  float: left;
  width: 50%;
  padding-right: 5px;
}

.main-license-area-right {
  float: right;
  width: 50%;
  padding-left: 5px;
}

.name-link {
  font-size: 20px;
  align: center;
  font-weight: 600;
  float: right;
  text-align: center;
}

.license_link {
  font-size: 20px;
  color: #f7751f;
  float: left;
  text-align: left;
}

.orgLine {
  border-collapse: collapse;
  margin-bottom: 5px;
  margin-top: 5px;
}

.orgLine th,
td {
  border: 0;
}

.orgLine tbody {
  border-bottom: none;
}

.lic_table_top {
  margin-bottom: 0;
}

.lic_table_top td {
  width: 50%;
  text-align: center;
}

/* Demo module CSS */
#demo_main_wrap {
  /* overflow to handle inner floating block */
  overflow: hidden;
}

#left_demo_module {
  height: 80%;
  width: 55%;
  background: #fff;
  float: left;
  padding-left: 40px;
  padding-top: 65px;
  padding-right: 40px;
}


#right_demo_module {
  background: rgba(211, 211, 211, 0.22);
  width: 45%;
  float: right;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
}

#right_demo_module_in {
  padding: 10px 10px 10px 10px;
}

#eModal-6 {
  padding: 0;
}

#eModal-6 .emodal-content {
  background: #fff;
  padding: 0;
  border-left: 10px solid #113a42;
  border-radius: 0;
}

#eModal-6 .wpcf7 input[type="text"],
#eModal-6 .wpcf7 .your-email {
  background-color: #fff;
  color: #000;
  width: 50%;
}

div.inputdata #demoFirstName,
#demoEmailAddress,
#demoLastName {
  float: left;
  margin-right: 10px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  width: 105px;
  text-align: left;
  margin-top: 7px;
  /*align with input field*/
}

div.inputdata span {
  display: block;
  overflow: hidden;
}

div.inputdata input {
  padding-top: 8px;
  border: none;
  background-color: #fff;
  color: #000;
  width: 90%;
}

#eModal-6 .wpcf7 .clear {
  clear: both;
}

#eModal-6 span.wpcf7-list-item {
  display: block;
}

#eModal-6 .wpcf7-response-output,
#eModal-6 .wpcf7-display-none,
#eModal-6 .wpcf7-validation-errors {
  display: none !important;
}

/* FIX for the auto added p tag */
#eModal-6 .wpcf7 {
  margin-top: -28px;
}

#eModal-7 {
  padding: 0;
}

#eModal-7 .emodal-content {
  background: #fff;
  padding: 0;
  border-left: 10px solid #113a42;
  border-radius: 0;
}

/* Controls underneath the numper of participants */
.editable {
  border-style: inset;
  background: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.edit-controls {
  display: none;
}

/* Autocomplete ui for the modals*/
.ui-menu .ui-menu-item a {
  font-size: 12px;
}

.ui-menu-item {
  padding-left: 20px;
}

.ui-menu li {
  list-style: none !important;
  cursor: pointer;
  cursor: hand;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1510 !important;
  float: left;
  display: none;
  min-width: 160px;
  width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-menu-item>a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}

.ui-state-hover,
.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

/* For the reflections teaser */
#pg-1837-0 .panel-grid-cell,
#pg-1837-2 .panel-grid-cell,
#pg-1837-5 .panel-grid-cell,
#pg-1837-8 .panel-grid-cell,
#pg-1837-12 .panel-grid-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#pg-2587-0 .panel-grid-cell,
#pg-2587-2 .panel-grid-cell,
#pg-2587-5 .panel-grid-cell,
#pg-2587-8 .panel-grid-cell,
#pg-2587-12 .panel-grid-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.blog .blog-header {
  background-image: linear-gradient(3deg, rgba(0, 155, 158, 0.86), rgba(0, 155, 158, 0.5)), url(/wp-content/uploads/2025/10/team_modified.webp);
  background-size: cover;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 1px;
}

.blog .blog-title {
  font-weight: 200;
  letter-spacing: 2px;
  color: white !important;
}

.blog .feature .featured-image {
  height: 300px;
  overflow: hidden;
}

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

#module-option.selected {
  color: #00AAAD;
  border-bottom-width: 2px !important;
  padding-bottom: 7px !important;
}

#module-option:hover {
  color: #00AAAD;
}

#module-option {
  padding-bottom: 7px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  margin-bottom: 10px;
  border-color: #00AAAD;
  cursor: pointer;
  transition: 0.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.page-template-page-authors h1.entry-title.page-title {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 1px;
  padding-bottom: 20px;
  background-image: linear-gradient(3deg, rgba(0, 155, 158, 0.86), rgba(0, 155, 158, 0.5)), url(/wp-content/uploads/2025/10/team_modified.webp);
  background-size: cover;
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
}

.page-id-9247 header.entry-header {
  display: none;
}

.home .hero-wrap .hero-bg {
  min-height: 600px;
  height: auto !important;
}

.home .team-wrap .team-bg {
  height: auto !important;
  min-height: 400px;
}

.request-info {
  height: auto !important;
}

.ptype-popup {
  position: fixed;
  background: rgba(7, 7, 7, 0.55);
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ptype-innr {
  position: absolute;
  max-width: 600px;
  background: #fff;
  padding: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

button.canc-ptype {
  background: #ef5c5c;
  margin-right: 15px;
}

.btn-ptype,
.ptype-innr p {
  text-align: center;
}

#search-filter-results-2416 .module-set.left legend {
  margin-left: 0;
}

#wpcf7-f2448-p1863-o3 .wpcf7-response-output {
  display: block !important;
}

.dload_time.active {
  font-weight: bold;
  text-decoration: underline;
}

.subs_select h6 {
  display: block;
  float: left;
  margin-right: 15px;
  text-align: center;
  padding-top: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.subs_select #selectCohort {
  width: 100%;
  float: left;
  max-width: 350px;
}

/*newsletter popup */

div#eModal-12,
div#eModal-12 .emodal-content {
  padding: 0;
}

.nleter_pop>* {
  width: 50%;
}

.nleter_pop {
  display: flex;
  flex-wrap: wrap;
}

.nleter-right {
  padding: 100px 50px;
}

.nleter-righ-innr h2 {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.1;
}

.nleter-righ-innr h4 {
  font-weight: normal;
  font-size: 15px;
  color: #929292;
  margin-bottom: 50px;
}

.nleter-righ-innr label {
  margin: 0;
}

.nleter-righ-innr input[type="email"] {
  border: 1px solid #d0d0d0;
  border-radius: 0;
  background: transparent;
  height: 45px;
  padding-left: 20px;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 0;
}

.nleter-righ-innr button {
  font-family: "proxima-nova", sans-serif;
  border-radius: 0;
  margin-top: 0 !important;
}

.nleter-left {
  display: flex;
}

.nleter-left img {
  object-fit: cover;
}

body .emodal>.emodal-close {
  color: #000;
  font-size: 30px;
  right: 12px !important;
  top: 12px !important;
}

.nleter-righ-innr h5:before {
  content: '';
  width: 100px;
  height: 1px;
  background: #353535;
  display: inline-block;
  margin-right: 10px;
}

.nleter-righ-innr h5 {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

/* New Module icon CSS */
span.newtag {
  position: absolute;
  background: #FFB300;
  padding: 3px 5px;
  font-style: italic;
  text-transform: inherit;
  font-size: 9px !important;
  margin-left: 5px;
  color: #fff !important;
  border-radius: 1px;
  font-family: 'Segoe';
  font-style: italic;
  font-weight: bold;
  font-size: 1em;
}

span.md_title {
  position: relative;
}

@media (max-width: 768px) {
  .nleter_pop>* {
    width: 100%;
  }

  body .nleter-right {
    padding: 40px 40px;
  }

  a.emodal-close {
    background: #fff;
    border-radius: 50%;
    padding: 1px 0 0px 0px;
  }

  .bg_sec {
    margin-left: -40px !important;
    margin-right: -40px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .txt-nm br {
    display: none;
  }

  .bg_sec ul {
    display: block !important;
  }

  .bg_sec li {
    max-width: 200px;
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
}

@media (max-width: 980px) {
  div#eModal-12 {
    width: 90%;
  }
}

/*program new*/
.p_first_sp {
  display: flex;
  align-items: center;
}

.nmb-vl {
  font-size: 48px;
  margin-right: 15px;
}

.bg_sec {
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
  background-position: center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 35px;
}

.bg_sec h4:after,
.sml_bx h5:after {
  border-bottom: 2px solid;
  display: block;
  content: '';
  width: 100px;
  margin-top: 5px;
}

.bg_sec_org h4:after,
.sml_bx h5:after {
  border-color: #f26722;
}

.bg_sec_org h1,
.sml_bx h5 strong {
  color: #f26722;
}

.bg_sec_green h1 {
  color: #00aaad;
}

.bg_sec_green h4:after {
  border-color: #00aaad;
}

.bg_sec ul {
  display: flex;
  line-height: normal;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}

.bg_sec li {
  margin-right: 15px;
  list-style: none !important;
}

.sml_bx {
  border-radius: 5px;
  min-height: 254px;
}

.sml_bx ol {
  margin: 0 !important;
}

.green-btn.cta-button-v3 {
  background-color: #00aaad;
}

.green-btn.cta-button-v3:hover {
  background-color: #0D2C33;
}

.sml_bx_green {
  border-radius: 5px;
}

.sml_bx_green .green-btn {
  text-transform: unset;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 5px;
}

/* Custom */

.page-template-default .content .entry-header,
.page-template-page_team .content .entry-header {
  background: #0D2C33 !important;
}

@media all and (max-width: 767px) {
  .home .section-title h3 {
    font-size: 30px;
  }

  .home .team-wrap .team-content {
    padding-bottom: 40px;
  }

  #panel-1837-5-0-0 .team-text img,
  #pg-1837-3 img {
    display: none;
  }

  .emodal.custom-position {
    z-index: 100000 !important;
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    padding: 0;
    position: fixed;
    height: 100%;
    overflow-y: scroll;
  }

  .emodal-title {
    width: 100% !important;
    margin: 0 !important;
  }

  .emodal-content {
    padding: 40px 20px !important;
  }

  .request_type_choice>div {
    margin-bottom: 20px;
  }

  .request_type_choice>div:last-child {
    margin-bottom: 0;
  }
}

.page-template-default:not(.home) .entry-content {
  padding-top: 0 !important;
}

.page>.entry-header {
  margin: 0;
}

.wpbm-inner-main-container {
  padding-top: 40px;
}

.inline-ribbon {
  background: #FFB300;
  padding: 5px;
  color: #fff !important;
  position: absolute !important;
  display: inline-block !important;
  top: -10px;
  right: -50px;
  height: auto !important;
  transform: rotate(15deg) !important;
  font-family: 'Segoe' !important;
  font-style: italic !important;
  font-weight: bold !important;
  font-size: 1em !important;
  text-transform: none !important;
}

.loaded-modules .md_title {
  height: auto !important;
  transform: none !important;
  text-align: left !important;
  display: inline-block !important;
  max-width: 265px !important;
}

.sf-field-taxonomy-management_levels ul,
.sf-field-taxonomy-module_authors ul {
  display: block !important;
}

.margin-bottom-0 .so-panel {
  margin-bottom: 0 !important;
}

.margin-bottom-10 .so-panel {
  margin-bottom: 10px !important;
}

.margin-bottom-20 .so-panel {
  margin-bottom: 20px !important;
}

html[lang="en-US"] .sf-field-taxonomy-module_authors .sf-label-checkbox,
html[lang="en-US"] .sf-field-taxonomy-wpdmcategory .accordion-content:not(.sf-item-0) .sf-label-radio {
  text-decoration: underline;
  font-weight: 100;
  padding-left: 0 !important;
  margin-left: 11px;
  cursor: pointer;
  text-decoration-color: #888;
}

html[lang="en-US"] .sf-field-taxonomy-module_authors .sf-label-checkbox:hover,
html[lang="en-US"] .sf-field-taxonomy-wpdmcategory .accordion-content:not(.sf-item-0) .sf-label-radio:hover {
  font-weight: 700;
}

html[lang="en-US"] .sf-field-taxonomy-module_authors li a,
html[lang="en-US"] .sf-field-taxonomy-wpdmcategory li a {
  visibility: hidden;
}

.page-id-14420 .sow-tabs-tab-container {
  background: none !important;
  display: flex;
  padding: 0 !important;
}

.page-id-14420 .sow-tabs-tab {
  display: flex;
  width: 50%;
  margin: 0 !important;
}

.page-id-14420 .sow-tabs-title {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.page-id-14420 .sow-tabs-title {
  color: #000;
}

.programDetails p {
  font-weight: 400;
  color: #000;
}

.programList .sow-tabs-tab-selected,
.programList .sow-tabs-panel {
  background-color: #eee !important;
}

.video-bg {
  background-image: linear-gradient(to top, rgba(1, 141, 144, 0.88), rgba(1, 141, 144, 0.8)), url(/wp-content/uploads/2025/10/team_modified.webp);
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.video-bg h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}

.video-bg h4 {
  font-size: 30px;
  font-weight: 500;
}

.video-bg p {
  font-size: 22px;
  line-height: 26px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.programDetails .fa {
  cursor: pointer;
}

.programLoader:not(.hidden) {
  -webkit-animation: rotation 2s infinite linear;
  -moz-animation: rotation 2s infinite linear;
  -o-animation: rotation 2s infinite linear;
  -ms-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
}

@media all and (min-width: 768px) {
  .programDetails strong {
    padding-left: 20px;
  }
}

@media all and (max-width: 767px) {
  .page-id-14420 .bg_sec {
    background: none !important;
    padding-top: 20px !important;
  }

  .page-id-14420 .ow-button-base {
    text-align: center !important;
  }

  .page-id-14420 p {
    text-align: center !important;
  }

  .page-id-14420 h3 {
    text-align: center !important;
    font-size: 24px;
  }

  .page-id-14420 h4,
  .page-id-14420 h1 {
    text-align: center !important;
  }

  #panel-14420-6-1-0 {
    display: none;
  }

  #pgc-14420-5-0,
  #pgc-14420-4-0,
  #pgc-14420-3-0,
  #pgc-14420-2-0,
  #pg-14420-0 {
    margin: 0 !important;
  }

  .page-id-14420 .bg_sec_org h4:after {
    margin: 10px auto;
  }

  .page-id-14420 .entry-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #panel-14420-0-0-0>div>div>ul>li {
    margin: 10px auto !important;
  }

  .programList p,
  .programList span,
  .programList strong {
    display: block;
    text-align: center;
  }
}

.entry ul {
  padding-left: 30px;
}

.entry ul li,
.entry ul ol {
  list-style-type: disc;
}

.author-topic-description .download-buttons-wrapper,
.author-topic-description .emodal1,
.author-topic-description .emodal2 {
  display: none;
}

.author-cta {
  background-color: #009B9E;
}

.author-modal-desc {
  clear: both;
  padding-top: 21px;
  color: #fff;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  width: 180px;
  color: rgb(85, 85, 85);
}

.author-column {
  background: none;
  padding-top: 0;
}

.author-image-wrapper {
  width: 100%;
  text-align: center;
}

.tax-wpdmcategory #content ul {
  clear: both;
  padding-top: 20px;
}

.author-name {
  font-weight: 500;
  font-size: 18px;
  margin-top: 0;
}

.author-name a {
  color: rgb(85, 85, 85);
}

.author-name a:hover {
  color: #f7751f;
}

.programs-item:hover {
  color: #f26722;
  cursor: pointer;
}

.wpbm-layout-grid-section .wpbm-content-outer-wrap {
  display: none;
}

.module-container #modal-loading {
  background: none !important;
}

/* Custom css start here */
/* Scrolling remove */
#wpdm-popup-link .modal-dialog {
  max-width: 100% !important;
}

/* header Spacing */
header.site-header {
  min-height: max-content !important;
}

.menu-item-has-children:after {
  height: 0 !important;
}

.wpbm-inner-wrap-contain .wpbm-image::before {
  position: relative !important;
  content: inherit !important;
}

@media (max-width: 780px) {
  #pl-1847 .panel-grid .panel-grid-cell:last-child {
    width: 100% !important;
  }
}

@media (max-width:991px) {

  /* topic page author image center in mobile device */
  .emodal-content .author-wrapper {
    display: flex !important;
    justify-content: center !important;
  }
}


@media (max-width: 769px) {
  #pl-1847 .panel-grid {
    flex-direction: column-reverse !important;
  }

  #pl-1847 .panel-grid .panel-grid-cell {
    width: 100% !important;
  }

  .page-id-1847 .sow-image-container {
    display: block !important;
    margin-bottom: 16px !important;
  }

  .page-id-1847 .sow-image-container img {
    max-height: 120px !important;
  }
}

@media (max-width:768px) {

  /* our-authors page */
  .author-image-wrapper-page .author-image {
    margin: 0 !important;
    margin-bottom: 20px !important;
    float: none !important;
  }
}

.category .entry-image-link {
  display: none;
}



@media (max-width: 600px) {
  ul {
    margin-inline: 1rem; /* Adds horizontal spacing */
    padding-left: 0;     /* Removes default padding */
    list-style-position: inside; /* Keeps bullets aligned with text */
  }

  li {
    font-size: 16px;
    line-height: 1.6;
  }
}


@media (max-width: 600px) {
  .entry-content ul,
  .entry-content ol {
    margin-left: 1rem !important;
    padding-left: 0 !important;
    list-style-position: inside !important;
  }
  .entry-content ul li,
  .entry-content ol li {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* Regular pages: tighter margins with a small gutter on mobile */
@media screen and (max-width: 768px) {
  .page .site-main,
  .page .entry-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
