@charset "UTF-8";
/*!
Theme Name: PCPE
Theme URI: http://underscores.me/
Author: Signals Design Group
Author URI: https://signals.ca
Description: Theme for PCPE
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pcpe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "open-sans";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "pt-serif";
  color: #22519A; }

@media (max-width: 580px) {
  h2 {
    font-size: 24px; } }

@media (max-width: 580px) {
  h3 {
    font-size: 18px;
    font-weight: bold; } }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

@media (max-width: 580px) {
  p, blockquote, address {
    margin-bottom: 14px; } }

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

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

a {
  transition: color .15s ease-in-out, background .15s ease-in-out, border .15s ease-in-out; }
  a:hover {
    text-decoration: none; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

@media (max-width: 500px) {
  .logo {
    width: 200px;
    height: auto; } }

hr {
  background-color: rgba(117, 129, 189, 0.3);
  border: 0;
  height: 1px;
  margin: 10px 0 18px 0; }

.toggle hr {
  height: 2px;
  width: 88%;
  margin-top: 0;
  margin-bottom: 0; }

/* For mobile hiding elements*/
@media (max-width: 580px) {
  .mobile_hide {
    display: none; } }

@media (max-width: 580px) {
  .mobile-width {
    width: 75%; } }

.form_bg {
  background-color: #E4E6F2; }

footer.footer {
  background: #00213A;
  height: auto;
  padding: 86px 0; }
  @media (max-width: 580px) {
    footer.footer {
      padding: 20px 4% 50px; } }
  footer.footer .widget:last-of-type {
    margin-right: 0px !important; }
  footer.footer .widget {
    color: #fff;
    margin-bottom: 0; }

.post-thumbnail img {
  border-radius: 15px; }

header {
  font-family: "pt-serif";
  background-color: #fff; }
  header .sub-nav {
    background: #00053E;
    color: #fff;
    text-align: center;
    height: auto;
    line-height: 26px;
    font-size: 16px;
    font-family: open-sans;
    padding: 12px 0; }
    @media (max-width: 480px) {
      header .sub-nav {
        font-size: 11px;
        line-height: 20px; } }
    header .sub-nav p {
      margin: 0; }
  header .nav-row {
    height: 120px;
    line-height: 120px;
    background: #fff; }

@media (min-width: 1160px) {
  .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

/* Layout divs inside row divs*/
.flexwrap {
  display: flex;
  flex-wrap: wrap; }

.row {
  justify-content: space-between; }
  @media (max-width: 600px) {
    .row {
      margin-bottom: 0; } }
  .row .full_width {
    flex: 0 0 100%;
    max-width: 100%; }
  .row .half_width {
    flex: 0 0 49%;
    max-width: 49%; }
  .row .twothirds_width {
    flex: 0 0 64%;
    max-width: 64%; }
  .row .third_width {
    flex: 0 0 32%;
    max-width: 32%; }
  @media (max-width: 600px) {
    .row .full_width, .row .half_width, .row .twothirds_width, .row .third_width {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 10px; } }

/*Front page */
.row {
  margin-right: 0;
  margin-left: 0; }

.page_wrapper_margin {
  margin: 40px 0 0 0; }

h2.block-title {
  font-size: 24px;
  line-height: 1.1; }
  @media (min-width: 768px) {
    h2.block-title {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    h2.block-title {
      font-size: 50px; } }

.grid_wrapper_column {
  display: flex;
  width: 100%;
  margin: 20px auto 0;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column; }
  @media (max-width: 580px) {
    .grid_wrapper_column {
      margin: 0 auto 0; } }
  @media (min-width: 768px) {
    .grid_wrapper_column {
      flex-direction: row; }
      .grid_wrapper_column > * {
        width: 30%; }
      .grid_wrapper_column:after {
        content: '';
        width: 30%; } }

.card {
  background: none; }

.site-content ul {
  margin-left: 0 !important;
  padding: 0 0 0 20px; }

ul br {
  display: none; }

.video-wrapper {
  max-width: 700px;
  margin: auto; }

.iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

ol.comment-list {
  margin: 1.5em 0;
  padding: 0; }

.comment-body {
  display: flex;
  flex-direction: column; }
  .comment-body footer img {
    display: inline-block;
    margin: 0 10px 10px 0; }
  .comment-body footer span.fn {
    font-weight: bold; }
  .comment-body footer .comment-metadata {
    font-size: 85%; }
    .comment-body footer .comment-metadata a {
      text-decoration: none; }

@media (min-width: 600px) {
  .comment-body {
    flex-direction: row;
    justify-content: space between; }
    .comment-body footer {
      width: 20%; }
    .comment-body .entry-content {
      width: 77%;
      margin: 0; } }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-transform: uppercase;
  color: #fff;
  background-color: #22519A;
  font-size: 14px;
  text-align: center;
  line-height: 29px;
  border: 1px solid #22519A;
  border-radius: 32px;
  cursor: pointer;
  padding: 6px;
  transition: all .25s; }
  div.wpcf7 button, div.wpcf7
  input[type="button"], div.wpcf7
  input[type="reset"], div.wpcf7
  input[type="submit"] {
    width: 170px; }
  button:hover, button:active,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:active {
    color: #22519A;
    background: #F5BD2F;
    border: 1px solid #F5BD2F;
    outline: 0; }
  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus {
    outline: none; }

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  background-color: #ccc;
  border-color: #ccc; }
  div.wpcf7 .wpcf7-submit:disabled:hover, div.wpcf7 .wpcf7-submit:disabled:active {
    color: #fff !important; }

input[type="submit"] {
  font-weight: bold !important; }

form.wpcf7-form {
  background-color: #E4E6F2;
  font-family: open-sans;
  color: #225199;
  padding: 30px 0; }
  .contact_block form.wpcf7-form {
    background: none; }
  form.wpcf7-form h4 {
    margin-top: 40px; }
  form.wpcf7-form p {
    margin: 0 0 10px;
    font-size: 14px; }
  form.wpcf7-form a {
    color: #225199;
    text-decoration: underline; }
    form.wpcf7-form a:hover, form.wpcf7-form a:active, form.wpcf7-form a:focus {
      text-decoration: none;
      color: #7580BC; }
  form.wpcf7-form .red {
    color: #ff9900; }
  form.wpcf7-form .row {
    margin-bottom: 20px; }
    @media (max-width: 580px) {
      form.wpcf7-form .row {
        margin-bottom: 0; } }

label {
  margin: 0 0 4px 4px;
  font-size: 16px; }

input,
select,
optgroup {
  color: 1px solid #D3D7EA;
  height: 44px;
  font-family: open-sans;
  font-size: 16px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  font-family: open-sans;
  width: 100%;
  border: 1px solid #D3D7EA;
  border-radius: 10px;
  color: #225199;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  transition: background-color .4s ease-in-out;
  -moz-transition: background-color .4s ease-in-out;
  -webkit-transition: background-color .4s ease-in-out;
  -o-transition: background-color .4s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="range"]:focus,
  input[type="range"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  textarea:focus,
  textarea:active {
    color: #225199;
    outline: none;
    box-shadow: 0 0 3px 1px rgba(211, 215, 234, 0.95);
    background-color: white; }
  input[type="text"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="text"]:-ms-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="range"]:-ms-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  textarea::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  textarea:-ms-input-placeholder {
    color: rgba(34, 81, 154, 0.5);
    font-style: italic; }
  input[type="text"]::placeholder, input[type="text"]::-webkit-input-placeholder, input[type="text"]:-ms-input-placeholder,
  input[type="email"]::placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]::placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]::placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]::placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]::placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]::placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="range"]::placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="range"]:-ms-input-placeholder,
  input[type="date"]::placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]::placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]::placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="time"]::placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="color"]::placeholder,
  input[type="color"]::-webkit-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  textarea::placeholder,
  textarea::-webkit-input-placeholder,
  textarea:-ms-input-placeholder {
    color: rgba(34, 81, 154, 0.5);
    font-style: italic; }
  input[type="text"]::-webkit-input-placeholder, input[type="text"] ::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="email"] ::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="url"] ::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="password"] ::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="search"] ::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="number"] ::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="tel"] ::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="range"] ::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="date"] ::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="month"] ::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="week"] ::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="time"] ::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime"] ::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="datetime-local"] ::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  input[type="color"] ::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  textarea ::-webkit-input-placeholder {
    color: rgba(34, 81, 154, 0.5);
    font-style: italic; }
  input[type="text"]::-moz-placeholder, input[type="text"] ::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="email"] ::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="url"] ::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="password"] ::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="search"] ::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="number"] ::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="tel"] ::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="range"] ::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="date"] ::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="month"] ::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="week"] ::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="time"] ::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime"] ::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="datetime-local"] ::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  input[type="color"] ::-moz-placeholder,
  textarea::-moz-placeholder,
  textarea ::-moz-placeholder {
    color: rgba(34, 81, 154, 0.5);
    font-style: italic; }
  input[type="text"]:-ms-input-placeholder, input[type="text"] :-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="email"] :-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="url"] :-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="password"] :-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="search"] :-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="number"] :-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="tel"] :-ms-input-placeholder,
  input[type="range"]:-ms-input-placeholder,
  input[type="range"] :-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="date"] :-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="month"] :-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="week"] :-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="time"] :-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime"] :-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="datetime-local"] :-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  input[type="color"] :-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  textarea :-ms-input-placeholder {
    color: rgba(34, 81, 154, 0.5);
    font-style: italic; }
  input[type="text"]::-ms-input-placeholder, input[type="text"] ::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="email"] ::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="url"] ::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="password"] ::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="search"] ::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="number"] ::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="tel"] ::-ms-input-placeholder,
  input[type="range"]::-ms-input-placeholder,
  input[type="range"] ::-ms-input-placeholder,
  input[type="date"]::-ms-input-placeholder,
  input[type="date"] ::-ms-input-placeholder,
  input[type="month"]::-ms-input-placeholder,
  input[type="month"] ::-ms-input-placeholder,
  input[type="week"]::-ms-input-placeholder,
  input[type="week"] ::-ms-input-placeholder,
  input[type="time"]::-ms-input-placeholder,
  input[type="time"] ::-ms-input-placeholder,
  input[type="datetime"]::-ms-input-placeholder,
  input[type="datetime"] ::-ms-input-placeholder,
  input[type="datetime-local"]::-ms-input-placeholder,
  input[type="datetime-local"] ::-ms-input-placeholder,
  input[type="color"]::-ms-input-placeholder,
  input[type="color"] ::-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  textarea ::-ms-input-placeholder {
    color: rgba(34, 81, 154, 0.5);
    font-style: italic; }
  input[type="text"]::placeholder, input[type="text"] ::placeholder,
  input[type="email"]::placeholder,
  input[type="email"] ::placeholder,
  input[type="url"]::placeholder,
  input[type="url"] ::placeholder,
  input[type="password"]::placeholder,
  input[type="password"] ::placeholder,
  input[type="search"]::placeholder,
  input[type="search"] ::placeholder,
  input[type="number"]::placeholder,
  input[type="number"] ::placeholder,
  input[type="tel"]::placeholder,
  input[type="tel"] ::placeholder,
  input[type="range"]::placeholder,
  input[type="range"] ::placeholder,
  input[type="date"]::placeholder,
  input[type="date"] ::placeholder,
  input[type="month"]::placeholder,
  input[type="month"] ::placeholder,
  input[type="week"]::placeholder,
  input[type="week"] ::placeholder,
  input[type="time"]::placeholder,
  input[type="time"] ::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime"] ::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="datetime-local"] ::placeholder,
  input[type="color"]::placeholder,
  input[type="color"] ::placeholder,
  textarea::placeholder,
  textarea ::placeholder {
    color: rgba(34, 81, 154, 0.5);
    font-style: italic; }

select {
  border: 1px solid #D3D7EA;
  border-radius: 10px;
  height: 44px;
  min-width: 100%; }
  select option {
    min-height: 30px;
    padding: 6px;
    margin: 6px 0; }

textarea {
  width: 100%;
  border-radius: 10px 10px 0px 10px;
  height: 100px; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  margin: 0;
  height: 20px;
  vertical-align: middle; }

span.wpcf7-list-item {
  margin: 0 0 0 4px; }

/*Alert*/
span.wpcf7-not-valid-tip {
  font-size: 14px;
  display: block;
  padding: 0 0 0 20px;
  margin: 0; }

div.wpcf7-response-output,
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  margin: 0;
  padding: 10px 18px;
  border-radius: 10px;
  color: #fff;
  max-width: 600px; }

div.wpcf7-response-output,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-validation-errors {
  border: 2px solid #ff0000;
  background-color: #ff0000; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background-color: #398f14; }

div.wpcf7-spam-blocked,
div.wpcf7-acceptance-missing {
  border: 2px solid #ffa500;
  background-color: #ffa500; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #22519A;
  text-decoration: underline; }
  a:visited {
    color: #7581BD; }
  a:hover, a:focus, a:active {
    color: #7581BD;
    text-decoration: underline; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar-light .navbar-toggle {
  background-color: #00053E; }

nav .navbar-nav {
  margin: 0 0 0 116px;
  padding: 0; }

body {
  padding-top: 80px; }
  @media (min-width: 1025px) {
    body {
      padding-top: 120px; } }
  @media (max-width: 500px) {
    body {
      padding-top: 60px; } }

.navbar-wrapper {
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10; }
  @media (min-width: 1025px) {
    .navbar-wrapper {
      padding: 30px 0; } }

.navbar {
  background: #fff;
  height: auto; }
  .navbar .navbar-nav li {
    font-family: "pt-serif";
    padding-right: 2rem; }
    .navbar .navbar-nav li a {
      position: relative;
      display: block;
      color: #22519A;
      font-weight: 700;
      font-size: 18px;
      line-height: 30px;
      text-decoration: none;
      transition: all .3s ease-in-out 0s;
      -webkit-transition: all .3s ease-in-out 0s;
      cursor: pointer;
      outline-offset: 2px; }
    @media (min-width: 992px) {
      .navbar .navbar-nav li a:hover:after {
        width: 100% !important;
        background: #003879 !important; }
      .navbar .navbar-nav li a:after {
        transition: all .5s ease-in-out 0s;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 1px;
        top: auto;
        bottom: 0;
        width: 0; } }
  .navbar .navbar-nav li:last-child {
    padding-right: 0; }

.menu-menu-top-container {
  width: 100%; }
  @media (max-width: 1180px) {
    .menu-menu-top-container {
      padding-top: 20px; } }

.current_page_item a {
  color: #7581BD !important; }

@media (max-width: 1198px) {
  nav .navbar-nav {
    margin-left: auto !important; }
  .collapse.show {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .collapse.show .nabar-nav {
      margin-left: auto !important;
      margin-right: auto !important; }
  .collapse.show, .collapsing {
    background-color: #fff; }
    .collapse.show .navbar-nav, .collapsing .navbar-nav {
      text-align: center;
      padding-right: 0px; }
      .collapse.show .navbar-nav li, .collapsing .navbar-nav li {
        border-bottom: 1px solid rgba(117, 129, 189, 0.3); }
    .collapse.show .nav-link-btn, .collapsing .nav-link-btn {
      margin-top: 1rem;
      margin-bottom: 1rem;
      margin-left: auto;
      margin-right: auto; }
  .navbar-nav li {
    padding-right: 0rem !important;
    padding: 16px 0; }
    .navbar-nav li a:hover, .navbar-nav li a:active {
      text-decoration: underline; } }

.main-navigation {
  display: block;
  float: left;
  width: 100%;
  font-family: "pt-serif"; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
    .main-navigation ul > li:last-of-type {
      padding-right: 0em; }
    .main-navigation ul > li {
      padding-right: 2em;
      font-size: 16px; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    color: #22519A; }
    .main-navigation a:hover {
      color: #7581BD; }
    .main-navigation a:visited {
      color: #22519A; }

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

.nav-link-btn {
  text-align: center;
  width: 120px;
  border-color: #F5BD2F;
  border-radius: 32px;
  font-family: open-sans;
  font-weight: 700;
  font-size: 16px;
  color: #22519A;
  height: 36px;
  line-height: 36px;
  background: #F5BD2F;
  border: 1px solid #F5BD2F;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.4s; }
  .nav-link-btn:hover {
    border: 1px solid #22519A;
    background: #22519A;
    color: #fff !important;
    text-decoration: none; }
  .nav-link-btn:visited {
    color: #22519A; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.navbar-collapse.show {
  border-bottom: 1px solid rgba(117, 129, 189, 0.3); }

.navbar-toggler {
  position: relative;
  padding: 0;
  font-size: 0;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 40px;
  width: 40px; }

.menu-btn {
  display: block;
  left: 19px;
  margin: 0;
  position: absolute;
  top: 18px;
  width: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.menu-btn:before,
.menu-btn:after {
  background-color: #22519a;
  content: '';
  display: block;
  height: 3px;
  border-radius: 1.5px;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out; }

.menu-btn:before {
  box-shadow: 0 9px 0 #22519a;
  margin-bottom: 15px; }

.menu-btn.is-clicked:before {
  box-shadow: 0 0 0 #fff;
  transform: translateY(10px) rotate(45deg);
  -webkit-transform: translateY(10px) rotate(45deg); }

.menu-btn.is-clicked:after {
  transform: translateY(-8px) rotate(-45deg);
  -webkit-transform: translateY(-8px) rotate(-45deg); }

.page-template-sub-nav-template .sub-nav,
.page-template-page-video-testimonials .sub-nav {
  display: none; }

.subnav-container {
  padding: 0 2%; }

.pagination-container {
  height: 42px; }
  .pagination-container .paginate-left {
    float: left;
    margin-right: 25px;
    line-height: 42px; }
  .pagination-container .paginate-right {
    float: left;
    margin-left: 25px;
    line-height: 42px; }
  .pagination-container .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    color: #22519A;
    float: left;
    margin-left: 0px; }
    .pagination-container .pagination li {
      width: 42px;
      height: 42px;
      border: 1px solid #22519A;
      border-right: 0px;
      display: block;
      text-align: center;
      line-height: 42px;
      cursor: pointer; }
      .pagination-container .pagination li .current {
        background: #22519A;
        color: #fff !important;
        display: block;
        height: 42px;
        width: 42px; }
      .pagination-container .pagination li:hover {
        background: #22519A;
        color: #fff !important; }
        .pagination-container .pagination li:hover .current {
          color: #fff !important; }
        .pagination-container .pagination li:hover a {
          color: #fff; }
    .pagination-container .pagination li:first-of-type {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      border-right: 0px; }
      .pagination-container .pagination li:first-of-type.current-active-page .current {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-right: 0px; }
      .pagination-container .pagination li:first-of-type.current {
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
        border-right: 0px !important; }
    .pagination-container .pagination li:last-of-type a {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
    .pagination-container .pagination li:last-of-type {
      border-right: 1px solid #22519A;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
      .pagination-container .pagination li:last-of-type.current-active-page > .current {
        border-right: 1px solid #22519A;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; }
  .pagination-container .pagination li a {
    font-size: 16px;
    color: #22519A;
    text-align: center;
    line-height: 42px;
    display: block;
    width: 100%;
    height: 100%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

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

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

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

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Spacings
--------------------------------------------------------------*/
.mt-6 {
  margin-top: 4rem !important; }

.mb-6 {
  margin-bottom: 4rem !important; }

.ml-6 {
  margin-left: 4rem !important; }

.mr-6 {
  margin-right: 4rem !important; }

.pt-6 {
  padding-top: 4rem !important; }

.pb-6 {
  padding-bottom: 4rem !important; }

.pl-6 {
  padding-left: 4rem !important; }

.pr-6 {
  padding-right: 4rem !important; }

.mt-7 {
  margin-top: 5rem !important; }

.mb-7 {
  margin-bottom: 5rem !important; }

.ml-7 {
  margin-left: 5rem !important; }

.mr-7 {
  margin-right: 5rem !important; }

.pt-7 {
  padding-top: 5rem !important; }

.pb-7 {
  padding-bottom: 5rem !important; }

.pl-7 {
  padding-left: 5rem !important; }

.pr-7 {
  padding-right: 5rem !important; }

.mt-8 {
  margin-top: 6.25rem !important; }

.mb-8 {
  margin-bottom: 6.25rem !important; }

.ml-8 {
  margin-left: 6.25rem !important; }

.mr-8 {
  margin-right: 6.25rem !important; }

.pt-8 {
  padding-top: 6.25rem !important; }

.pb-8 {
  padding-bottom: 6.25rem !important; }

.pl-8 {
  padding-left: 6.25rem !important; }

.pr-8 {
  padding-right: 6.25rem !important; }

.mt-9 {
  margin-top: 7.5rem !important; }

.mb-9 {
  margin-bottom: 7.5rem !important; }

.ml-9 {
  margin-left: 7.5rem !important; }

.mr-9 {
  margin-right: 7.5rem !important; }

.pb-9 {
  padding-bottom: 7.5rem !important; }

.pl-9 {
  padding-left: 7.5rem !important; }

.pr-9 {
  padding-right: 7.5rem !important; }

.pt-9 {
  padding-top: 7.5rem !important; }

.mt10 {
  margin-top: 9.375rem !important; }

.mb10 {
  margin-bottom: 9.375rem !important; }

.ml10 {
  margin-left: 9.375rem !important; }

.mr10 {
  margin-right: 9.375rem !important; }

.pt10 {
  padding-top: 9.375rem !important; }

.pl10 {
  padding-left: 9.375rem !important; }

.pr10 {
  padding-right: 9.375rem !important; }

.pb10 {
  padding-bottom: 9.375rem !important; }

@media (min-width: 768px) {
  .pl-md-6 {
    padding-left: 6rem !important; }
  .pl-md-7 {
    padding-left: 5rem !important; }
  .pl-md-8 {
    padding-left: 6.25rem !important; }
  .pl-md-9 {
    padding-left: 7.5rem !important; }
  .pr-md-6 {
    padding-right: 6rem !important; }
  .pr-md-7 {
    padding-right: 5rem !important; }
  .pr-md-8 {
    padding-right: 6.25rem !important; }
  .pr-md-9 {
    padding-right: 7.5rem !important; } }

@media (max-width: 580px) {
  .mt-6, .mt-5, .mt-4, .mt-3 {
    margin-top: 14px !important; }
  .pt-6, .pt-5, .pt-4, .pt-3 {
    padding-top: 14px !important; }
  .mb-6, .mb-5, .mb-4, .mb-3 {
    margin-bottom: 20px !important; }
  .pb-6, .pb-5, .pb-4, .pb-3 {
    padding-bottom: 20px !important; } }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.mailchimp-block {
  background: #F5BD2F;
  font-family: open-sans, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #22519A;
  padding: 60px 0; }
  @media (max-width: 580px) {
    .mailchimp-block {
      font-size: 16px;
      padding: 20px 0 34px; } }
  .mailchimp-block input {
    width: 365px;
    height: 62px;
    border-radius: 31px;
    color: #D8D8D8;
    border: none; }
    .mailchimp-block input ::-webkit-input-placeholder {
      font-size: 16px;
      color: rgba(34, 81, 154, 0.5);
      font-family: open-sans, Helvetica, Arial, sans-serif; }
    .mailchimp-block input ::-moz-placeholder {
      font-size: 16px;
      color: rgba(34, 81, 154, 0.5);
      font-family: open-sans, Helvetica, Arial, sans-serif; }
    .mailchimp-block input :-ms-input-placeholder {
      font-size: 16px;
      color: rgba(34, 81, 154, 0.5);
      font-family: open-sans, Helvetica, Arial, sans-serif; }
    .mailchimp-block input ::-ms-input-placeholder {
      font-size: 16px;
      color: rgba(34, 81, 154, 0.5);
      font-family: open-sans, Helvetica, Arial, sans-serif; }
    .mailchimp-block input ::placeholder {
      font-size: 16px;
      color: rgba(34, 81, 154, 0.5);
      font-family: open-sans, Helvetica, Arial, sans-serif; }
  .mailchimp-block textarea ::-webkit-input-placeholder {
    font-size: 16px; }
  .mailchimp-block textarea ::-moz-placeholder {
    font-size: 16px; }
  .mailchimp-block textarea :-ms-input-placeholder {
    font-size: 16px; }
  .mailchimp-block textarea ::-ms-input-placeholder {
    font-size: 16px; }
  .mailchimp-block textarea ::placeholder {
    font-size: 16px; }
  .mailchimp-block input[type="text"] {
    border: none;
    border-radius: 31px !important;
    text-indent: 14px;
    color: #B2B2B2;
    font-family: open-sans, Helvetica, Arial, sans-serif; }
    .mailchimp-block input[type="text"] ::-webkit-input-placeholder {
      color: #B2B2B2;
      font-family: open-sans, Helvetica, Arial, sans-serif; }
    .mailchimp-block input[type="text"] ::-moz-placeholder {
      color: #B2B2B2;
      font-family: open-sans, Helvetica, Arial, sans-serif; }
    .mailchimp-block input[type="text"] :-ms-input-placeholder {
      color: #B2B2B2;
      font-family: open-sans, Helvetica, Arial, sans-serif; }
    .mailchimp-block input[type="text"] ::-ms-input-placeholder {
      color: #B2B2B2;
      font-family: open-sans, Helvetica, Arial, sans-serif; }
    .mailchimp-block input[type="text"] ::placeholder {
      color: #B2B2B2;
      font-family: open-sans, Helvetica, Arial, sans-serif; }
  .mailchimp-block input[type="submit"] {
    border-radius: 18px !important;
    border: 1px solid #22519a;
    background: #22519a;
    color: #fff !important;
    width: 109px;
    height: 36px;
    font-weight: 700;
    font-family: open-sans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 6px;
    line-height: 0px; }
    .mailchimp-block input[type="submit"]:hover {
      background: #F5BD2F !important;
      color: #22519A !important;
      border: 1px solid #F5BD2F !important; }
  .mailchimp-block .input-group-prepend {
    position: absolute;
    right: 2px;
    top: 12px;
    bottom: 4px;
    z-index: 9;
    width: 125px;
    max-width: 165px; }
  .mailchimp-block .input-group {
    width: 85%;
    max-width: 365px; }
  .mailchimp-block p {
    line-height: 24px;
    margin-bottom: 24px;
    text-align: center; }

.get_involved.icon-block {
  background: #6477B6 url("images/get_involved_section.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  color: #fff !important;
  padding: 40px 0 80px; }
  @media (max-width: 580px) {
    .get_involved.icon-block {
      padding: 20px 0 20px; } }
  .get_involved.icon-block h1 {
    color: #fff;
    font-family: "pt-serif";
    text-align: center;
    font-size: 24px;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .get_involved.icon-block h1 {
        font-size: 40px; } }
    @media (min-width: 1025px) {
      .get_involved.icon-block h1 {
        font-size: 50px; } }
  .get_involved.icon-block small {
    display: block;
    font-size: 12px;
    line-height: 22px;
    font-family: open-sans;
    text-align: center;
    padding-top: 60px;
    max-width: 50%;
    margin: 0 auto; }
    @media (max-width: 580px) {
      .get_involved.icon-block small {
        max-width: 80%;
        padding-top: 30px;
        font-size: 11px; } }
  .get_involved.icon-block p {
    font-family: open-sans;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    padding: 0 70px 50px;
    margin: 0; }
    @media (max-width: 1000px) {
      .get_involved.icon-block p {
        padding: 0 2% 6%; } }
  .get_involved.icon-block a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-family: "pt-serif";
    text-align: center;
    display: inline-block;
    /*-webkit-transition-duration: 0.4s;
  		transition-duration: 0.4s;*/ }
    @media (min-width: 768px) {
      .get_involved.icon-block a {
        font-size: 24px; } }
    @media (min-width: 1025px) {
      .get_involved.icon-block a {
        font-size: 32px; } }
    .get_involved.icon-block a img, .get_involved.icon-block a svg {
      display: block;
      margin: auto; }
    .get_involved.icon-block a svg {
      min-height: 110px; }
    .get_involved.icon-block a svg g#Group {
      transition: stroke .25s; }
    .get_involved.icon-block a:hover {
      color: #00053E; }
      .get_involved.icon-block a:hover svg g#Group {
        stroke: #00053E; }
    .get_involved.icon-block a span {
      white-space: nowrap; }
  .get_involved.icon-block .card-deck {
    flex-direction: row;
    flex-wrap: wrap; }
  @media (min-width: 992px) {
    .get_involved.icon-block .card-columns {
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4; } }
  @media (min-width: 576px) {
    .get_involved.icon-block .card-columns {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media (max-width: 576px) {
    .get_involved.icon-block .card-columns {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  .get_involved.icon-block .card {
    width: 45%;
    flex-basis: 45% !important; }
    @media (min-width: 768px) {
      .get_involved.icon-block .card {
        width: 22%;
        flex-basis: 22% !important; } }

.upcoming_programs {
  background: url("images/upcoming_programs_section.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  height: auto;
  font-family: "pt-serif"; }
  @media (max-width: 580px) {
    .upcoming_programs {
      padding: 14px 0; } }
  @media (min-width: 976px) {
    .upcoming_programs .card-columns {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media (max-width: 976px) {
    .upcoming_programs .card-columns {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }
  .upcoming_programs .card-deck .card:first-of-type {
    margin-left: 0px !important; }
  .upcoming_programs .card {
    background: #7581BD;
    border-radius: 10px;
    color: #fff; }
    @media (min-width: 577px) {
      .upcoming_programs .card {
        width: 100% !important; } }
    body .upcoming_programs .card .card-body {
      text-align: left; }
    .upcoming_programs .card .card-body {
      padding: 20px 20px 20px 40px; }
      @media (max-width: 480px) {
        .upcoming_programs .card .card-body {
          padding: 10px 10px 20px 20px; } }
    .upcoming_programs .card .card-img-top {
      border-radius: 15px; }
    @media (min-width: 1024px) {
      .upcoming_programs .card h3.title.has-date {
        width: calc(100% - 115px);
        float: left; }
      .upcoming_programs .card .date-box {
        float: right; }
      .upcoming_programs .card .date-box + * {
        clear: both; } }
    .upcoming_programs .card .date-box {
      width: 105px;
      height: 104px;
      background: #fff;
      border-radius: 12px;
      color: #22519A;
      text-align: center;
      text-transform: uppercase;
      padding-top: 22px; }
      @media (max-width: 765px) {
        .upcoming_programs .card .date-box {
          float: right;
          width: 76px;
          height: 74px;
          margin: 0 0 .5rem 1rem;
          padding-top: .25rem; }
          .upcoming_programs .card .date-box .month {
            font-size: 16.6px !important;
            line-height: 25px !important; }
          .upcoming_programs .card .date-box .date {
            font-size: 46.4px !important;
            line-height: 31px !important; } }
      .upcoming_programs .card .date-box > .month {
        font-size: 21.6px;
        line-height: 16.8px; }
      .upcoming_programs .card .date-box > .date {
        font-size: 50.4px;
        line-height: 34.8px; }
    .upcoming_programs .card p {
      font-size: 16px;
      line-height: 26px;
      font-family: open-sans;
      font-style: normal !important;
      color: #fff;
      padding: 30px 30px 16px 0;
      margin: 0; }
      @media (max-width: 480px) {
        .upcoming_programs .card p {
          padding: 10px 10px 6px 0; } }
    .upcoming_programs .card .card-body .title {
      font-size: 32px;
      color: #FFFFFF;
      line-height: 1.15;
      width: 360px;
      margin-top: 10px; }
      @media (max-width: 1160px) {
        .upcoming_programs .card .card-body .title {
          font-size: 28px;
          width: 70%; } }
      @media (max-width: 380px) {
        .upcoming_programs .card .card-body .title {
          font-size: 24px;
          width: 60%; } }
      .upcoming_programs .card .card-body .title a {
        color: #fff;
        text-decoration: none; }
      .upcoming_programs .card .card-body .title:hover {
        text-decoration: underline; }
    .upcoming_programs .card .sub-title {
      font-size: 32px;
      color: #FFFFFF;
      line-height: 1.15; }
      @media (max-width: 765px) {
        .upcoming_programs .card .sub-title {
          font-size: 18px; } }
    @media (max-width: 576px) {
      .upcoming_programs .card:last-of-type {
        margin-right: auto !important; } }
    @media (min-width: 575px) {
      .upcoming_programs .card:last-of-type {
        margin-right: 0px !important; } }

a.view-all {
  font-family: open-sans;
  color: #22519A;
  font-size: 14px;
  color: #22519A;
  display: inline-block;
  line-height: 1;
  padding: 24px 0 0;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none; }
  a.view-all:hover {
    text-decoration: underline; }

a.read-more {
  color: #fff !important;
  line-height: 25px;
  font-size: 14px;
  font-family: open-sans;
  text-decoration: none;
  text-transform: uppercase; }
  a.read-more:hover {
    text-decoration: underline; }

.testimonials {
  margin: 30px auto 80px auto;
  max-width: 1170px; }
  @media (max-width: 580px) {
    .testimonials {
      margin: 10px auto 20px auto; } }
  @media (max-width: 1170px) {
    .testimonials {
      padding: 0 2%; } }
  .testimonials .testimonial {
    font-family: "pt-serif";
    background: #F5BD2F;
    min-height: 350px;
    height: auto;
    border-radius: 10px; }
    .testimonials .testimonial .carousel-indicators {
      display: none; }
    .testimonials .testimonial .carousel-inner {
      margin-top: 17px;
      max-height: 272px;
      overflow: hidden; }
      @media (max-width: 580px) {
        .testimonials .testimonial .carousel-inner {
          margin-top: 0;
          max-height: 290px; } }
      .testimonials .testimonial .carousel-inner .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("images/slide-left.png"); }
      .testimonials .testimonial .carousel-inner .carousel-control-next .carousel-control-next-icon {
        background-image: url("images/slide-right.png"); }
    .testimonials .testimonial .quote {
      font-style: italic;
      font-size: 28px;
      color: #00053E;
      line-height: 36px;
      padding-left: 52px; }
      @media (max-width: 965px) {
        .testimonials .testimonial .quote {
          font-size: 22px;
          line-height: 28px; } }
      @media (max-width: 580px) {
        .testimonials .testimonial .quote {
          font-size: 20px;
          line-height: 26px;
          padding-left: 14px; } }
      .testimonials .testimonial .quote p {
        margin-bottom: 24px;
        overflow: hidden;
        text-overflow: clip;
        font-family: "pt-serif";
        font-style: italic; }
    .testimonials .testimonial .author {
      font-size: 24px;
      color: #fff;
      padding-left: 52px; }
      @media (max-width: 965px) {
        .testimonials .testimonial .author {
          font-size: 18px; } }
      @media (max-width: 580px) {
        .testimonials .testimonial .author {
          font-size: 14px;
          line-height: 26px;
          padding-left: 14px;
          text-align: left !important; } }
  .testimonials .testimonial-controls {
    top: 30px;
    right: 22px;
    position: absolute; }
    @media (max-width: 767px) {
      .testimonials .testimonial-controls {
        display: none; } }
    .testimonials .testimonial-controls .control-left {
      width: 34px;
      height: 44px;
      background-image: url("images/arrows.svg");
      background-color: transparent;
      background-repeat: no-repeat;
      background-position-x: left;
      cursor: pointer;
      display: block; }
      .testimonials .testimonial-controls .control-left:hover {
        background-image: url("images/slide-left-hover.svg") !important;
        text-decoration: none; }
    .testimonials .testimonial-controls .control-right {
      width: 36px;
      height: 44px;
      background-image: url("images/arrows.svg");
      background-color: transparent;
      background-repeat: no-repeat;
      background-position-x: right;
      cursor: pointer;
      display: block; }
      .testimonials .testimonial-controls .control-right:hover {
        background-image: url("images/slide-right-hover.svg") !important;
        text-decoration: none; }

.latest_news {
  color: #22519A; }
  .latest_news .date {
    font-size: 14px;
    line-height: 22px;
    font-family: open-sans;
    font-weight: 700;
    text-transform: uppercase; }
  .latest_news a {
    color: #22519A;
    text-decoration: none; }
    .latest_news a:hover {
      text-decoration: underline; }
  .latest_news p {
    font-size: 16px;
    line-height: 26px; }
  @media (min-width: breakpoint-min(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))) {
    .latest_news .card-deck .card:last-of-type {
      margin-right: 0px !important; } }
  .latest_news h2 {
    font-weight: normal;
    font-size: 28px; }
    @media (max-width: 900px) {
      .latest_news h2 {
        font-size: 24px;
        min-height: 20px; } }
    .latest_news h2 a:hover {
      text-decoration: underline; }
  .latest_news h3 {
    font-size: 24px;
    font-weight: 700; }
  .latest_news a {
    color: #22519A; }
  .latest_news p {
    font-size: 16px;
    line-height: 26px;
    font-family: open-sans; }
  @media (min-width: 760px) and (max-width: 1200px) {
    .latest_news .card:nth-of-type(2) {
      margin-right: 0px !important;
      padding-right: 0px !important; }
    .latest_news .card:first-of-type {
      margin-left: 0px !important; } }
  @media (min-width: 736px) and (max-width: 760px) {
    .latest_news .card {
      margin-left: auto !important;
      margin-right: auto !important;
      display: block !important; } }
  @media (min-width: 576px) {
    .latest_news .card-deck .card:first-of-type {
      margin-left: 0px !important; }
    .latest_news .card-deck .card:last-of-type {
      margin-right: 0px; } }
  @media (min-width: breakpoint-min(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))) {
    .latest_news .card-deck .card:last-of-type {
      margin-right: 0px !important; } }
  @media (min-width: 765px) {
    .latest_news .card-columns {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 565px) {
    .latest_news .card-columns {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

.featured_news h3 {
  font-weight: 700;
  line-height: 1.3;
  font-size: 18px; }
  @media (min-width: 768px) {
    .featured_news h3 {
      font-size: 21px; } }
  @media (min-width: 1024px) {
    .featured_news h3 {
      font-size: 24px; } }

.featured_news h2 {
  font-size: 32px;
  line-height: 1.1; }
  @media (min-width: 768px) {
    .featured_news h2 {
      font-size: 40px; } }
  @media (min-width: 1025px) {
    .featured_news h2 {
      font-size: 50px; } }

.featured_news .author-meta {
  font-family: open-sans;
  font-size: 12px;
  font-weight: 700;
  color: #22519A;
  line-height: 22px;
  border-bottom: 1px solid rgba(117, 129, 189, 0.3);
  padding: 0 0 2px;
  display: inline-block;
  margin-bottom: 4px; }

.featured_news p {
  font-family: open-sans;
  font-size: 16px;
  color: #22519A;
  line-height: 26px; }

.featured_news .blue_round_btn {
  width: 135px;
  height: 42px;
  line-height: 42px; }

@media (min-width: 768px) {
  .featured_news .col-md-8 {
    order: 2; }
  .featured_news .col-md-4 {
    order: 1; } }

.featured_news img {
  margin-bottom: 20px; }

@media (min-width: 870px) and (max-width: 1275px) {
  .news_pages .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (max-width: 870px) {
  .news_pages .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }

.news_pages h3 {
  font-size: 24px; }

.card-img-top {
  border-radius: 15px; }

.read-more {
  font-weight: 700;
  text-decoration: none;
  color: #fff; }
  .read-more:hover {
    text-decoration: underline; }
  .read-more:visited {
    color: #fff; }

.pcpe-widget {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
  font-family: open-sans; }
  .pcpe-widget a {
    color: #fff; }
  @media (max-width: 967px) {
    .pcpe-widget .text-content {
      width: 280px; } }

@media (min-width: 950px) {
  footer > .row {
    -webkit-transform: translateY(50%);
            transform: translateY(50%); } }

@media (min-width: 900px) and (max-width: 970px) {
  footer > .row {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); } }

@media (min-width: 700px) and (max-width: 900px) {
  footer > .row {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); } }

@media (min-width: 576px) and (max-width: 700px) {
  footer > .row {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); } }

@media (max-width: 576px) {
  footer > .row {
    -webkit-transform: translateY(10%);
            transform: translateY(10%); } }

footer .row .widget {
  /*height: 123px;
            line-height: 123px;*/ }
  @media (max-width: 970px) {
    footer .row .widget {
      margin-bottom: 40px; } }
  @media (max-width: 970px) {
    footer .row .widget:first-of-type {
      margin-bottom: 0; } }
  @media (max-width: 970px) {
    footer .row .widget:last-of-type {
      margin-bottom: 0; } }
  @media (max-width: 970px) {
    footer .row .widget .pcpe-widget {
      margin-left: auto !important;
      margin-right: auto !important; } }

footer .row .textwidget {
  /*height: 123px;*/
  line-height: 0px; }

.reports_publications {
  color: #22519A; }
  @media (min-width: 768px) {
    .reports_publications .card-deck {
      flex-direction: row;
      justify-content: space-between; }
    .reports_publications .cards--2 .card {
      flex-basis: 47.5%; }
    .reports_publications .cards--3 .card {
      flex-basis: 30.5%; }
    .reports_publications .cards--4 .card {
      flex-basis: 23.5%; } }
  .reports_publications .card {
    border: none;
    border-radius: 0px;
    position: relative;
    padding-right: 1.5%; }
    @media (min-width: 768px) {
      .reports_publications .card:after {
        content: '';
        position: absolute;
        top: 0;
        right: 3%;
        border-right: 1px solid rgba(117, 129, 189, 0.3);
        height: 100%; }
      .reports_publications .card:last-child:after {
        display: none; } }
    .reports_publications .card + .card {
      border-top: 1px solid rgba(117, 129, 189, 0.3);
      padding-top: 1.5rem;
      margin-top: 1.5rem; }
      @media (min-width: 768px) {
        .reports_publications .card + .card {
          border-top: none;
          padding-top: 0;
          margin-top: 0; } }
    @media (max-width: 992px) {
      .reports_publications .card:nth-of-type(2) {
        border-right: 0px; } }
    @media (max-width: 767px) {
      .reports_publications .card {
        flex-basis: 100%; } }
    @media (max-width: 575px) {
      .reports_publications .card:first-of-type {
        border-right: 0px; } }
    .reports_publications .card .card-body {
      padding: 0; }
    .reports_publications .card .sub-title {
      font-size: 12px;
      font-family: lato, sans-serif;
      text-transform: uppercase;
      padding-bottom: 30px;
      display: block;
      font-weight: 700; }
    .reports_publications .card .title {
      font-family: "pt-serif", Arial, Helvetica, sans-serif;
      font-size: 32px;
      line-height: 34px;
      display: block;
      min-height: 72px; }
    .reports_publications .card .description {
      font-size: 16px;
      line-height: 26px;
      font-family: open-sans;
      min-height: 140px;
      text-overflow: clip; }
    .reports_publications .card .blue_round_btn {
      width: 140px;
      border-radius: 32px;
      text-decoration: none;
      outline: none; }
    .reports_publications .card .read-more {
      background: #22519A;
      color: #fff;
      text-transform: uppercase;
      font-family: "open-sans";
      font-size: 14px;
      color: #FFFFFF;
      text-align: center;
      line-height: 29px;
      border-radius: 15px;
      text-decoration: none; }
      .reports_publications .card .read-more:hover {
        background: #F5BD2F;
        color: #22519A;
        text-decoration: underline; }

.programs_activities {
  margin: 64px 0 96px; }
  @media (max-width: 580px) {
    .programs_activities {
      margin: 32px 0; } }
  .programs_activities a {
    color: #22519A;
    text-decoration: none; }
    .programs_activities a:hover {
      text-decoration: underline; }
  .programs_activities .block-title {
    font-size: 24px;
    line-height: 1.1; }
    @media (min-width: 768px) {
      .programs_activities .block-title {
        font-size: 40px; } }
    @media (min-width: 1024px) {
      .programs_activities .block-title {
        font-size: 50px; } }
  .programs_activities .card {
    color: #22519A;
    text-align: center;
    margin-bottom: 10px; }
    .programs_activities .card img {
      margin: 0 auto;
      width: 100%; }
      @media (max-width: 768px) {
        .programs_activities .card img {
          width: 300px; } }
    .programs_activities .card .card-body {
      padding: 34px 0 0; }
    .programs_activities .card .card-title {
      font-size: 24px;
      line-height: 1.1;
      display: block;
      white-space: nowrap;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .programs_activities .card .card-title {
          font-size: 26px; } }
      @media (min-width: 1024px) {
        .programs_activities .card .card-title {
          font-size: 30px; } }
      @media (min-width: 565px) and (max-width: 965px) {
        .programs_activities .card .card-title {
          white-space: normal !important; } }
    .programs_activities .card hr {
      height: 2px;
      width: 80%;
      margin: 10px auto 16px; }
    .programs_activities .card p {
      font-family: "open-sans";
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 40px; }
      @media (max-width: 560px) {
        .programs_activities .card p {
          width: 100%;
          margin: 0 auto 20px; } }
    @media (min-width: breakpoint-min(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))) {
      .programs_activities .card:last-of-type {
        margin-right: 0px !important; } }
    @media (min-width: breakpoint-min(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))) {
      .programs_activities .card:first-of-type {
        margin-left: 0px !important; } }
  @media (min-width: 765px) {
    .programs_activities .card-columns {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 565px) {
    .programs_activities .card-columns {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }
  .programs_activities .view-more {
    background: #22519A;
    border: 1px solid #22519A;
    border-radius: 12px;
    font-size: 14px;
    color: #fff;
    font-family: "pt-serif";
    text-align: center;
    line-height: 29px; }
    .programs_activities .view-more:hover {
      color: #22519A;
      background: #F5BD2F;
      border: 1px solid #F5BD2F;
      text-decoration: none !important; }

.program_wrapper_content {
  padding: 40px; }
  @media (max-width: 576px) {
    .program_wrapper_content {
      padding: 20px; } }
  .program_wrapper_content .blue_round_btn {
    position: absolute;
    bottom: 40px;
    left: 40px; }
    @media (max-width: 576px) {
      .program_wrapper_content .blue_round_btn {
        bottom: 20px;
        left: 20px; } }

@media (min-width: 576px) {
  .programs_activities {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem; } }

/* -- Homepage --*/
.home_hero_image {
  position: relative;
  background-size: cover;
  height: 770px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden; }
  .home_hero_image .hero-text {
    position: relative;
    left: 5%;
    top: 370px; }
    .home_hero_image .hero-text h2 {
      color: #fff;
      max-width: 36% !important; }
    .home_hero_image .hero-text h3 {
      color: #fff;
      max-width: 45% !important;
      max-width: 550px !important; }
  @media (max-width: 980px) {
    .home_hero_image {
      height: 600px; }
      .home_hero_image .hero-text {
        top: 260px; }
        .home_hero_image .hero-text h2 {
          font-size: 55px !important;
          max-width: 280px !important; }
        .home_hero_image .hero-text h3 {
          font-size: 30px !important;
          max-width: 440px !important; } }
  @media (max-width: 799px) {
    .home_hero_image {
      height: 520px; }
      .home_hero_image .hero-text {
        top: 240px; }
        .home_hero_image .hero-text h2 {
          font-size: 40px !important;
          max-width: 250px !important; }
        .home_hero_image .hero-text h3 {
          font-size: 22px !important;
          max-width: 320px !important; } }
  @media (max-width: 580px) {
    .home_hero_image {
      height: 380px; }
      .home_hero_image .hero-text {
        top: 180px; }
        .home_hero_image .hero-text h2 {
          font-size: 38px !important;
          max-width: 200px !important;
          margin-bottom: 14px; }
        .home_hero_image .hero-text h3 {
          font-size: 18px !important;
          max-width: 270px !important; } }
  @media (max-width: 480px) {
    .home_hero_image {
      height: 280px; }
      .home_hero_image .hero-text {
        top: 100px; } }

.hero_image h2 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  max-width: 30%;
  font-size: 36px; }
  @media (min-width: 1600px) and (max-width: 2000px) {
    .hero_image h2 {
      max-width: 40%; } }
  @media (min-width: 1300px) and (max-width: 1600px) {
    .hero_image h2 {
      max-width: 45% !important; } }
  @media (min-width: 1100px) and (max-width: 1300px) {
    .hero_image h2 {
      max-width: 55%; } }
  @media (min-width: 1000px) and (max-width: 1100px) {
    .hero_image h2 {
      max-width: 61% !important; } }
  @media (min-width: 1000px) {
    .hero_image h2 {
      font-size: 70px; } }
  @media (min-width: 750px) and (max-width: 1000px) {
    .hero_image h2 {
      max-width: 80%;
      font-size: 40px; } }
  @media (max-width: 750px) {
    .hero_image h2 {
      max-width: 100% !important; } }

.hero_image h3 {
  line-height: 1.2;
  margin-bottom: 0;
  max-width: 35%;
  font-size: 24px; }
  @media (min-width: 2000px) and (max-width: 2800px) {
    .hero_image h3 {
      max-width: 44%; } }
  @media (min-width: 1890px) and (max-width: 2000px) {
    .hero_image h3 {
      max-width: 50%; } }
  @media (min-width: 1800px) and (max-width: 1890px) {
    .hero_image h3 {
      max-width: 54%; } }
  @media (min-width: 1700px) and (max-width: 1800px) {
    .hero_image h3 {
      max-width: 66%; } }
  @media (min-width: 1600px) and (max-width: 1700px) {
    .hero_image h3 {
      max-width: 66%; } }
  @media (min-width: 1300px) and (max-width: 1600px) {
    .hero_image h3 {
      max-width: 66%; } }
  @media (min-width: 1000px) and (max-width: 1300px) {
    .hero_image h3 {
      max-width: 90%; } }
  @media (min-width: 750px) and (max-width: 1000px) {
    .hero_image h3 {
      max-width: 90%; } }
  @media (min-width: 750px) {
    .hero_image h3 {
      font-size: 38px; } }
  @media (max-width: 750px) {
    .hero_image h3 {
      max-width: 100%; } }

/* -- End Homepage --*/
.hero-text {
  left: 20%;
  max-width: 60%;
  bottom: 140px;
  text-align: left; }
  @media (min-width: 2000px) and (max-width: 2800px) {
    .hero-text {
      left: 14%; } }
  @media (min-width: 1600px) and (max-width: 1890px) {
    .hero-text {
      bottom: 130px; } }
  @media (min-width: 1300px) and (max-width: 1600px) {
    .hero-text {
      bottom: 118px;
      left: 12%; } }
  @media (min-width: 1000px) and (max-width: 1300px) {
    .hero-text {
      bottom: 130px;
      left: 12%; } }
  @media (min-width: 750px) and (max-width: 1000px) {
    .hero-text {
      bottom: 60px;
      left: 10%;
      max-width: 80%; } }
  @media (min-width: 600px) and (max-width: 750px) {
    .hero-text {
      bottom: 125px;
      left: 5%;
      max-width: 90%; } }
  @media (max-width: 680px) {
    .hero-text {
      bottom: 40px;
      left: 5%;
      max-width: 90%; } }

/* CSS Section for the Hero Image block */
.image_hero {
  height: auto;
  color: #22519A; }
  .image_hero h2 {
    font-size: 24px;
    line-height: 1.1; }
    @media (min-width: 768px) {
      .image_hero h2 {
        font-size: 40px; } }
    @media (min-width: 1024px) {
      .image_hero h2 {
        font-size: 50px; } }
  .image_hero p {
    color: #22519A;
    line-height: 26px; }
  .image_hero img {
    height: auto;
    max-width: 1700px;
    width: 100%;
    border-radius: 15px; }
  .image_hero li {
    color: #22519A; }
  .image_hero a {
    color: #22519A;
    font-weight: 700; }
  .image_hero .block_content {
    font-family: open-sans; }

.full-width-hero_image .background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  height: calc(100vh - 80px);
  width: 100%;
  position: relative; }
  @media (max-width: 1024px) {
    .full-width-hero_image .background {
      height: 680px; } }
  @media (max-width: 680px) {
    .full-width-hero_image .background {
      height: 500px; } }
  .full-width-hero_image .background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-135deg, rgba(30, 87, 153, 0) 0%, rgba(93, 59, 109, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  @media (min-width: 1025px) {
    .full-width-hero_image .background:before {
      display: none; } }

.full-width-hero_image h2 {
  font-size: 30px;
  line-height: 1;
  color: #FFFFFF; }
  @media (min-width: 768px) {
    .full-width-hero_image h2 {
      font-size: 48px; } }
  @media (min-width: 1025px) {
    .full-width-hero_image h2 {
      font-size: 70px; } }
  @media (min-width: 1000px) and (max-width: 2000px) {
    .full-width-hero_image h2 {
      max-width: 374px !important; } }
  @media (min-width: 750px) and (max-width: 1000px) {
    .full-width-hero_image h2 {
      max-width: 80%; } }
  @media (max-width: 750px) {
    .full-width-hero_image h2 {
      max-width: 100% !important; } }

.full-width-hero_image h3 {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  font-family: open-sans;
  max-width: 60%; }
  @media (max-width: 750px) {
    .full-width-hero_image h3 {
      max-width: 100%; } }

.download p {
  color: #22519A;
  text-align: center;
  line-height: 26px; }

@media (max-width: 860px) {
  .text_title .section-title-container {
    max-width: 100%; } }

.text_title h1 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 400;
  width: 100%; }
  @media (min-width: 768px) {
    .text_title h1 {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    .text_title h1 {
      font-size: 50px; } }
  @media (min-width: 860px) {
    .text_title h1 {
      max-width: 427px; } }
  @media (max-width: 860px) {
    .text_title h1 {
      max-width: 100%; } }

.text_title .paragraph_text {
  font-size: 16px;
  line-height: 26px;
  color: #22519A;
  font-family: open-sans; }

.child_pages_grid .blue_round_btn_wrapper {
  bottom: 5px; }

@media (min-width: 865px) {
  .child_pages_grid .card-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; } }

@media (max-width: 865px) {
  .child_pages_grid .card-columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; } }

.child_pages_grid .card-columns .card {
  border-radius: 15px;
  background-color: rgba(117, 129, 189, 0.3);
  max-height: 710px;
  min-height: 710px;
  height: auto; }
  .child_pages_grid .card-columns .card .card-img-top {
    width: 100%;
    height: auto;
    border-radius: 15px 15px 0 0; }
  @media (max-width: 576px) {
    .child_pages_grid .card-columns .card {
      min-height: auto; } }
  .child_pages_grid .card-columns .card h2 {
    font-size: 24px; }
    @media (min-width: 768px) {
      .child_pages_grid .card-columns .card h2 {
        font-size: 32px; } }
    @media (min-width: 1025px) {
      .child_pages_grid .card-columns .card h2 {
        font-size: 40px; } }
  .child_pages_grid .card-columns .card p {
    color: #22519A;
    font-family: open-sans;
    line-height: 26px; }
    .child_pages_grid .card-columns .card p a:hover {
      text-decoration: underline; }

.news_pages {
  color: #22519A; }
  .news_pages .author-meta {
    text-transform: uppercase;
    font-size: 12px; }
  .news_pages h3 {
    font-weight: 700; }
  .news_pages hr {
    clear: both; }
  .news_pages .news-wrap {
    display: flex;
    justify-content: flex-start; }
  .news_pages .news-gutter {
    width: 365px !important; }
  .news_pages .pagination li {
    width: 42px;
    height: 42px;
    border: 1px solid #22519A;
    border-right: 0px; }
    .news_pages .pagination li a {
      font-size: 16px;
      color: #22519A;
      text-align: center;
      line-height: 42px;
      display: block;
      width: 100%;
      height: 100%; }
      .news_pages .pagination li a:hover {
        background: #22519A;
        color: #fff;
        text-decoration: none; }
    .news_pages .pagination li:first-of-type {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      border-right: 0px; }
      .news_pages .pagination li:first-of-type a {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px; }
      .news_pages .pagination li:first-of-type .current {
        border-right: 1px solid #22519A;
        text-align: center;
        width: 100%;
        height: 100%;
        line-height: 42px;
        display: block;
        color: #22519A; }
    .news_pages .pagination li:last-of-type {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border-right: 1px solid #22519A !important;
      border-color: #22519A; }
      .news_pages .pagination li:last-of-type a {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; }
  .news_pages .card-columns .card .card-img-top {
    border-radius: 15px; }
  .news_pages .card-columns .card h2 {
    font-size: 28px; }
    .news_pages .card-columns .card h2 a {
      color: #22519A; }
  .news_pages .card-columns .card p {
    color: #22519A;
    line-height: 26px; }
  .news_pages .card-columns .card .card-body {
    padding-left: 0px;
    padding-right: 0px; }

.news-title {
  font-size: 28px;
  line-height: 34px;
  word-spacing: 0px;
  margin-bottom: 10px; }
  .news-title a {
    color: #22519A; }
    .news-title a:hover {
      text-decoration: underline; }
  @media (min-width: 1000px) and (max-width: 1300px) {
    .news-title {
      font-size: 25px; } }
  @media (min-width: 765px) and (max-width: 1000px) {
    .news-title {
      font-size: 25px; } }
  @media (max-width: 765px) {
    .news-title {
      font-size: 26px;
      line-height: 30px; } }

@media (max-width: 765px) {
  .masonry-brick {
    margin: 0 auto 14px; } }

.card-body p {
  color: #22519A;
  font-family: "open-sans";
  font-size: 16px;
  line-height: 26px; }

.grid_wrapper_column .author-meta {
  color: #22519A;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "open-sans", Arial, Helvetica, sans-serif; }

.latest_news .lastest_news_image {
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .latest_news .lastest_news_image .o-hover {
    display: block;
    color: #fff;
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    visibility: visible;
    width: 100%;
    z-index: 1;
    border-radius: 15px; }
    .latest_news .lastest_news_image .o-hover span {
      display: inline-block;
      font-size: 30px;
      font-style: normal;
      left: 50%;
      line-height: 60px;
      position: absolute;
      text-transform: uppercase;
      top: 45%;
      -webkit-transform: translate(-50%, -20%);
              transform: translate(-50%, -20%);
      width: 100%; }
      .latest_news .lastest_news_image .o-hover span .fa {
        border-radius: 30px;
        background-color: rgba(117, 129, 189, 0);
        color: rgba(255, 255, 255, 0);
        display: block;
        font-size: 30px;
        font-weight: 400;
        height: 60px;
        line-height: 60px;
        margin: 0 auto;
        padding: 0;
        text-transform: none;
        transition: all 0.3s ease 0s;
        width: 60px; }

.latest_news .lastest_news_image:hover > .o-hover {
  background-color: rgba(0, 5, 62, 0.5);
  transition: all 0.3s ease 0s; }

.latest_news .lastest_news_image:hover > .o-hover .fa {
  background-color: rgba(255, 255, 255, 0.8);
  color: #7581BD;
  transition: all 0.5s ease 0s; }

.nav-previous, .nav-next {
  width: 36px;
  height: 42px;
  background-image: url("images/Arrows Static Left Blue.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  cursor: pointer;
  display: inline-block; }
  .nav-previous:hover, .nav-next:hover {
    background-image: url("images/Arrows Hover Left Blue.svg") !important;
    text-decoration: none; }

.nav-next {
  width: 35px;
  background-image: url("images/Arrows Static Right Blue.svg");
  background-position-x: right; }
  .nav-next:hover {
    background-image: url("images/Arrows Hover Right Blue.svg") !important; }

.toggle {
  background-color: rgba(117, 129, 189, 0.2); }
  .toggle .toggle_title {
    background-color: #22519A;
    height: 60px;
    border-bottom: 3px solid #E3E6F1; }
    .toggle .toggle_title h2 {
      color: #fff;
      font-size: 32px;
      font-weight: 400;
      line-height: 60px; }
  .toggle .toggle_item_title {
    min-height: 60px;
    margin-bottom: 1px;
    font-size: 24px;
    font-weight: 400;
    line-height: 60px;
    color: #22519A;
    background: #fff url(images/arrow_closed.png) no-repeat 16px 22px;
    cursor: pointer; }
    @media (max-width: 580px) {
      .toggle .toggle_item_title {
        font-size: 20px; } }
    .toggle .toggle_item_title:hover {
      background-color: #F5BD2F;
      transition: all 0.3s; }
    .toggle .toggle_item_title span {
      padding: 18px 0 18px 40px;
      line-height: 24px; }
  .toggle .toggle_item_title.active {
    background: #F5BD2F url(images/arrow_open.png) no-repeat 13px 26px; }
  .toggle .toggle_content {
    background-color: #fff; }
    .toggle .toggle_content .resource {
      min-height: 60px;
      height: auto;
      background-color: rgba(255, 255, 255, 0.6);
      color: #22519A;
      margin-bottom: 2px;
      font-family: open-sans;
      line-height: 26px;
      padding: 24px 20px 24px 40px; }
      .toggle .toggle_content .resource a {
        color: #22519A;
        font-weight: 700; }
      .toggle .toggle_content .resource p {
        margin: 0; }

.highlight_block {
  min-height: 755px;
  height: auto;
  color: #22519A; }
  .highlight_block .section-title {
    font-size: 24px; }
  .highlight_block a:visited {
    color: #22519A; }
  .highlight_block h2 {
    color: #22519A;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px; }

.icon-block.light {
  color: #fff; }
  .icon-block.light a, .icon-block.light h1 {
    color: #fff; }

.icon-block.dark {
  color: #22519A; }
  .icon-block.dark a, .icon-block.dark h1 {
    color: #22519A; }
  .icon-block.dark .blue_round_btn {
    color: #fff; }

.icon-block .icon {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 60px 0; }
  @media (max-width: 580px) {
    .icon-block .icon {
      padding: 20px 0; } }

.icon-block a {
  font-size: 32px; }

.icon-block h1 {
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .icon-block h1 {
      font-size: 40px; } }
  @media (min-width: 1025px) {
    .icon-block h1 {
      font-size: 50px; } }

.icon-block .w-365 .card-deck img {
  max-width: 365px !important; }

.icon-block .card-deck .card {
  line-height: 26px; }
  @media (min-width: 1025px) {
    .icon-block .card-deck .card {
      max-width: 29%;
      flex-basis: 29%; } }
  .icon-block .card-deck .card a {
    text-align: center; }
    .icon-block .card-deck .card a:hover .icon-title {
      text-decoration: underline !important; }
  .icon-block .card-deck .card .icon_img {
    width: 110px;
    height: 110px; }
  .icon-block .card-deck .card .card-img-top {
    width: auto;
    border-radius: 15px; }
  .icon-block .card-deck .card .btn_wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .icon-block .card-deck .card .blue_round_btn {
    margin: 0 auto;
    font-size: 14px;
    text-transform: uppercase; }
  .icon-block .card-deck .card .icon-title {
    font-family: "pt-serif", Times, serif;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 4px;
    margin: 20px 0 0;
    display: inline-block;
    overflow: hidden; }
    @media (min-width: 768px) {
      .icon-block .card-deck .card .icon-title {
        font-size: 26px; } }

@media (min-width: 1025px) {
  .icon-block .card-deck .card .icon-title {
    font-size: 28px; } }
    @media (max-width: 600px) {
      .icon-block .card-deck .card .icon-title {
        min-height: 10px !important; } }
    .icon-block .card-deck .card .icon-title:hover {
      text-decoration: none !important; }
  .icon-block .card-deck .card p {
    margin: 0; }
  .icon-block .card-deck .card img[src$=".jpg"],
  .icon-block .card-deck .card img[src$=".jpeg"] {
    border-radius: 15px; }

.icon-block .card-deck .card:first-child {
  margin-left: 0 !important; }

.icon-block .card-deck .card:last-child {
  margin-right: 0 !important; }

@media (min-width: 576px) {
  .icon-block .card-deck .card {
    margin-right: 15px !important; } }

.icon-block .card-columns .card p {
  font-family: open-sans; }

.icon-block .card-columns .card a {
  text-align: center; }
  .icon-block .card-columns .card a:hover .icon-title {
    text-decoration: underline; }

@media (min-width: 992px) {
  .icon-block .card-columns {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4; }
    .icon-block .card-columns.single-icon {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; }
    .icon-block .card-columns.double-icons {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
    .icon-block .card-columns.triple-icons {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; } }

@media (min-width: 576px) {
  .icon-block .card-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; } }

@media (max-width: 576px) {
  .icon-block .card-columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; } }

.icon-block .double-icons {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  width: 100%;
  margin: 0 auto; }

.icon h1 {
  padding-top: 0;
  margin-top: 0; }

@media (min-width: 1025px) {
  .icon-block .card-deck.double-icons .card {
    max-width: 48%;
    flex-basis: 48%; } }

.icon-block .card-deck.single-icon .card {
  margin-left: auto !important;
  margin-right: auto !important; }

@media (max-width: 580px) {
  .card-deck .card {
    margin-bottom: 40px !important; }
    .card-deck .card:last-child {
      margin-bottom: 0 !important; } }

.video_highlight_block .card {
  border-radius: 15px; }
  .video_highlight_block .card:before {
    opacity: 0.65;
    background-color: #00053E; }
  .video_highlight_block .card .card-body {
    padding: 0px 0 56.625%; }
    .video_highlight_block .card .card-body .video-content {
      top: 12%;
      z-index: 3;
      color: #fff; }
      @media (min-width: 768px) {
        .video_highlight_block .card .card-body .video-content {
          left: 95px; } }
      .video_highlight_block .card .card-body .video-content.video-testimonial {
        top: 120px;
        left: 20px; }
      .video_highlight_block .card .card-body .video-content .Title_wrapper {
        font-family: "pt-serif", Times, serif;
        color: #fff;
        font-weight: 400;
        font-size: 24px;
        line-height: 1.1;
        display: block; }
        @media (min-width: 768px) {
          .video_highlight_block .card .card-body .video-content .Title_wrapper {
            font-size: 40px; } }
        @media (min-width: 1024px) {
          .video_highlight_block .card .card-body .video-content .Title_wrapper {
            font-size: 50px; } }
      .video_highlight_block .card .card-body .video-content .date_wrapper {
        color: #fff;
        font-family: "open-sans";
        font-size: 16px;
        line-height: 26px;
        display: block;
        margin-top: 20px; }
    .video_highlight_block .card .card-body .video-play {
      top: 50%;
      text-align: center; }
  .video_highlight_block .card .embed-responsive {
    z-index: -1; }

.video_highlight_block .play-video-link .o-hover span .fa {
  height: 80px;
  border-radius: 40px;
  font-size: 50px;
  line-height: 80px;
  width: 80px; }

.video_highlight_block blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  padding: 1.5em 0 0.5em;
  margin: 1.5em 0;
  position: relative;
  font-size: 20px; }

.video_highlight_block blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #666;
  text-align: center; }

.video_highlight_block blockquote:after {
  content: "– " attr(cite);
  display: block;
  text-align: right;
  font-size: 0.875em;
  color: #e74c3c; }

.subnav-block {
  line-height: 26px;
  background-color: #7581BD;
  color: #fff;
  padding: 12px 0; }
  .subnav-block a {
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    text-decoration: none;
    font-family: open-sans;
    transition: all .3s ease-in-out 0s;
    -webkit-transition-duration: all .3s ease-in-out 0s; }
    .subnav-block a:first-of-type {
      padding-left: 0px; }
    .subnav-block a:last-of-type {
      padding-right: 0px; }
    .subnav-block a.active {
      color: #00053E; }
    .subnav-block a:hover {
      color: #00053E; }

.event-hero {
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  font-family: "pt-serif"; }
  .event-hero.get_involved_hero .card-title {
    padding: 30px 0 40px;
    margin: 0; }
    @media (max-width: 577px) {
      .event-hero.get_involved_hero .card-title {
        padding: 14px 0 20px; } }
  .event-hero.get_involved_hero .card-img-top {
    height: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 580px) and (max-width: 799px) {
      .event-hero.get_involved_hero .card-img-top {
        width: 95%; } }
  .event-hero .card {
    border-radius: 10px;
    color: #fff;
    width: 100%; }
    @media (min-width: 577px) {
      .event-hero .card {
        width: 90% !important; } }
    .event-hero .card .card-body {
      text-align: center;
      color: #22519A; }
      .event-hero .card .card-body .card-title {
        white-space: nowrap;
        display: block;
        font-size: 20px;
        line-height: 1.1; }
        .event-hero .card .card-body .card-title a {
          text-align: center; }
          @media (min-width: 565px) and (max-width: 765px) {
            .event-hero .card .card-body .card-title a {
              font-size: 18px; } }
        @media (min-width: 768px) {
          .event-hero .card .card-body .card-title {
            font-size: 28px; } }
        @media (min-width: 1025px) {
          .event-hero .card .card-body .card-title {
            font-size: 30px; } }
        @media (max-width: 480px) {
          .event-hero .card .card-body .card-title {
            font-size: 26px; } }
      .event-hero .card .card-body p {
        color: #fff; }
      .event-hero .card .card-body a {
        color: #22519A; }
        .event-hero .card .card-body a.blue_round_btn:hover {
          text-decoration: none !important; }
    .event-hero .card .date-box {
      width: 105px;
      height: 104px;
      background: #fff;
      border-radius: 12px;
      color: #22519A;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 765px) {
        .event-hero .card .date-box {
          width: 76px;
          height: 74px;
          padding-top: .25rem; }
          .event-hero .card .date-box .month {
            font-size: 16.6px !important;
            line-height: 25px !important; }
          .event-hero .card .date-box .date {
            font-size: 46.4px !important;
            line-height: 31px !important; } }
      .event-hero .card .date-box > .month {
        font-size: 21.6px;
        line-height: 16.8px; }
      .event-hero .card .date-box > .date {
        font-size: 50.4px;
        line-height: 34.8px; }
    .event-hero .card p {
      font-style: italic;
      font-size: 16px;
      line-height: 26px; }
    .event-hero .card .title {
      font-size: 22px;
      line-height: 1.1;
      color: #FFF; }
      @media (min-width: 768px) {
        .event-hero .card .title {
          font-size: 28px; } }
      @media (min-width: 1025px) {
        .event-hero .card .title {
          font-size: 30px; } }
    .event-hero .card .sub-title {
      font-size: inherit;
      color: #FFFFFF;
      line-height: 1.1; }
    @media (min-width: 576px) {
      .event-hero .card:last-of-type {
        margin-right: 0px !important; } }

.video-testimonial-container {
  background: url("images/testimonial_bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 40px !important; }
  @media (max-width: 765px) {
    .video-testimonial-container {
      padding-top: 40px !important; } }
  @media (max-width: 580px) {
    .video-testimonial-container {
      padding-top: 0px !important; } }
  .video-testimonial-container .section-title {
    border-top: 1px solid rgba(117, 129, 189, 0.5);
    padding-top: 20px;
    margin: 20px 0; }
    .video-testimonial-container .section-title:first-child {
      border-top: none; }
  .video-testimonial-container .column_wrapper {
    width: 100%;
    margin: auto;
    display: grid;
    justify-content: left;
    grid-column-gap: 2%;
    grid-template-columns: repeat(auto-fit, 32%); }
    .video-testimonial-container .column_wrapper .card iframe {
      position: relative;
      z-index: 2; }
  @media only screen and (max-width: 1160px) {
    .video-testimonial-container .column_wrapper {
      width: 98%; }
      .video-testimonial-container .column_wrapper .small-video-item {
        height: 210px; } }
  @media only screen and (max-width: 900px) {
    .video-testimonial-container .column_wrapper {
      grid-template-columns: repeat(auto-fit, 49%); }
      .video-testimonial-container .column_wrapper .small-video-item {
        height: 240px; } }
  @media screen and (max-width: 580px) {
    .video-testimonial-container .column_wrapper {
      grid-template-columns: repeat(auto-fit, 100%); }
      .video-testimonial-container .column_wrapper .vid-date {
        font-size: 10px !important; }
      .video-testimonial-container .column_wrapper .testimonial-title {
        font-size: 22px !important; } }

.play-video-link {
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .play-video-link .o-hover {
    display: block;
    color: #fff;
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    visibility: visible;
    width: 100%;
    z-index: 1;
    border-radius: 15px; }
    .play-video-link .o-hover span {
      display: inline-block;
      font-size: 30px;
      font-style: normal;
      left: 50%;
      line-height: 60px;
      position: absolute;
      text-transform: uppercase;
      top: 45%;
      -webkit-transform: translate(-50%, -20%);
              transform: translate(-50%, -20%);
      width: 100%; }
      .play-video-link .o-hover span .fa {
        border-radius: 30px;
        background-color: rgba(117, 129, 189, 0.7);
        color: rgba(255, 255, 255, 0.7);
        display: block;
        font-size: 30px;
        font-weight: 400;
        height: 60px;
        line-height: 60px;
        margin: 0 auto 10px;
        padding: 0 0 0 6px;
        text-transform: none;
        transition: all 0.3s ease 0s;
        width: 60px; }
  .play-video-link img {
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 15px; }

.play-video-link:hover > .o-hover {
  background-color: rgba(0, 5, 62, 0.5);
  transition: all 0.3s ease 0s; }

.play-video-link:hover > .o-hover .fa {
  background-color: rgba(255, 255, 255, 0.8);
  color: #7581BD;
  transition: all 0.5s ease 0s; }

.card {
  margin-bottom: 40px; }
  .card .card-body {
    color: #22519A;
    padding: 14px 0 0;
    font-size: 12px; }
    .card .card-body .testimonial-title {
      font-size: 26px;
      line-height: 32px; }
    .card .card-body .vid-date {
      color: #22519A;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: open-sans; }

.modal-content {
  height: 450px; }

.modal-dialog,
.modal {
  height: 475px; }

[data-background]::before {
  background-color: var(--backgroundOverlay); }

/*.card:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    position: absolute;
    border-radius: 15px;
}*/
.card iframe {
  position: absolute;
  z-index: 2; }

.small-video-item {
  height: 240px;
  max-width: 380px; }

.position-bottom {
  bottom: 0;
  left: 5em; }

.wysiwyg_block {
  color: #22519A;
  margin: 0 auto;
  max-width: 1170px; }
  .wysiwyg_block a {
    color: #22519A; }

.workshops .card {
  color: #22519A; }
  .workshops .card img {
    border-radius: 15px; }
  .workshops .card a {
    color: #22519A;
    font-size: 28px; }

.single-workshop .details {
  color: #22519A; }
  .single-workshop .details .img-thumb {
    border-radius: 15px; }

.single-workshop .workshop_description {
  color: #22519A; }

.single-workshop .upcoming_programs a {
  color: #22519A; }

.single-workshop .card-columns, .single-workshop .card-deck {
  color: #22519A; }

.single-workshop .participate-row a span {
  font-size: 24px;
  color: #22519A; }

.contact_form_wrapper {
  background-color: #E3E6F2;
  background-image: url(./images/upcoming_programs_section.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 40px 0; }
  @media (max-width: 580px) {
    .contact_form_wrapper {
      padding: 20px 0; } }
  .contact_form_wrapper form {
    padding: 46px 0 0 0; }
    @media (max-width: 580px) {
      .contact_form_wrapper form {
        padding: 0; } }

.contact_block .contact-header {
  font-size: 40px; }

.contact_block .contact-sub-header {
  font-weight: 700;
  font-size: 16px;
  font-family: open-sans; }

.contact_block .contact-small-text {
  font-size: 16px;
  font-weight: 400;
  font-family: open-sans;
  line-height: 24px; }

.single-news {
  color: #22519A; }
  .single-news img.wp-post-image {
    border-radius: 15px; }
  .single-news h1 {
    font-size: 50px; }
    @media (max-width: 900px) {
      .single-news h1 {
        font-size: 40px; } }
  .single-news p {
    font-family: open-sans; }

.arti p {
  margin-bottom: 0; }

.news_title {
  margin: 0;
  padding: 0; }
  .news_title .author-meta {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(117, 129, 189, 0.3); }
  .news_title h1 {
    margin: 0 0 20px 0; }

.site {
  position: relative;
  min-height: 100vh;
  overflow: hidden; }

.section-title {
  color: #22519A;
  font-size: 22px;
  font-family: "pt-serif";
  font-weight: 600; }

.section_separator {
  background-color: rgba(117, 129, 189, 0.3);
  border: 0;
  height: 2px;
  margin-bottom: 1.5em;
  width: 98%;
  margin: 0 auto;
  max-width: 1150px; }

.max-lg {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  width: 100%; }
  @media (max-width: 1170px) {
    .max-lg {
      width: 96%; } }

.blue_round_btn {
  font-family: open-sans;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF !important;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background: #22519A;
  border: 1px solid #22519A;
  border-radius: 32px;
  width: auto;
  min-height: 36px;
  height: auto;
  padding: 0 20px;
  display: inline-block;
  text-decoration: none;
  transition-duration: 0.4s; }
  .blue_round_btn:visited {
    color: #fff;
    outline: none; }
  .blue_round_btn:hover {
    color: #22519A !important;
    text-decoration: none !important;
    background: #F5BD2F;
    border: 1px solid #F5BD2F;
    outline: none; }

.view-all {
  font-family: open-sans;
  font-size: 14px;
  color: #22519A !important; }

.title-align {
  line-height: 60px; }

@media (max-width: 600px) {
  .col .col-md-1,
  .col .col-md-2,
  .col .col-md-3,
  .col .col-md-4,
  .col .col-md-5,
  .col .col-md-6,
  .col .col-md-7,
  .col .col-md-8,
  .col .col-md-9,
  .col .col-md-10,
  .col .col-md-11,
  .col .col-md-12 {
    padding-right: 0;
    padding-left: 0; }
  .flex--last {
    order: 100; } }

/* IE11 classes to make the grid template columns for desktop*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .column_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33% 33% 33%;
    grid-template-columns: 1fr 1fr 1fr; }
  .card:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    margin-right: 2%; }
  .card:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1; }
  .card:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1; }
  .card:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1; }
  .card:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1; }
  .card:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1; }
  .card:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1; }
  .card:nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1; }
  .card:nth-child(9) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1; }
  .card:last-of-type {
    margin-left: 2%; } }
