@charset "UTF-8";
/*! 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: 42px;
  margin: 0.67em 0 20px 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 */
  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; }

/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
/**
 * Styles for core blocks
 *
 */
 /* Color Options
--------------------------------------------- */
.has-primary-color {
  color: #0c2340; }

.has-primary-background-color {
  background-color: #0c2340; }
  .has-primary-background-color.has-background-dim {
    background-color: #0c2340; }

.has-secondary-color {
  color: #830065; }

.has-secondary-background-color {
  background-color: #830065; }
  .has-secondary-background-color.has-background-dim {
    background-color: #830065; }

.has-tertiary-color {
  color: #00a9e0; }

.has-tertiary-background-color {
  background-color: #00a9e0; }
  .has-tertiary-background-color.has-background-dim {
    background-color: #00a9e0; }

.has-light-primary-color {
  color: #0077c8; }

.has-light-primary-background-color {
  background-color: #0077c8; }
  .has-light-primary-background-color.has-background-dim {
    background-color: #0077c8; }

.has-light-secondary-color {
  color: #f6be00; }

.has-light-secondary-background-color {
  background-color: #f6be00; }
  .has-light-secondary-background-color.has-background-dim {
    background-color: #f6be00; }

.has-grey-color {
  color: #d9d9d6; }

.has-grey-background-color {
  background-color: #d9d9d6; }
  .has-grey-background-color.has-background-dim {
    background-color: #d9d9d6; }

.has-dark-color {
  color: #3e3c3d; }

.has-dark-background-color {
  background-color: #3e3c3d; }
  .has-dark-background-color.has-background-dim {
    background-color: #3e3c3d; }

.has-white-color {
  color: #fff; }

.has-white-background-color {
  background-color: #fff; }
  .has-white-background-color.has-background-dim {
    background-color: #fff; }

.has-beige-color {
  color: #F8FCEC; }

.has-beige-background-color {
  background-color: #F8FCEC; }
  .has-beige-background-color.has-background-dim {
    background-color: #F8FCEC; }

.has-faint-blue-color {
  color: #E1EAED; }

.has-faint-blue-background-color {
  background-color: #E1EAED; }
  .has-faint-blue-background-color.has-background-dim {
    background-color: #E1EAED; }

.has-magenta-color {
  color: #C6007E; }

.has-magenta-background-color {
  background-color: #C6007E; }
  .has-magenta-background-color.has-background-dim {
    background-color: #C6007E; }

.has-green-color {
  color: #509e2f; }

.has-green-background-color {
  background-color: #509e2f; }
  .has-green-background-color.has-background-dim {
    background-color: #509e2f; }

.has-light-green-color {
  color: #93c90e; }

.has-light-green-background-color {
  background-color: #93c90e; }
  .has-light-green-background-color.has-background-dim {
    background-color: #93c90e; }

 /* SVG Icons
--------------------------------------------- */
.svg-icon {
  height: 1em;
  width: 1em;
  vertical-align: middle;
  position: relative; }

 /* Elements
--------------------------------------------- */
/*body {
	@include base-style();
}

a {
	color: $highlight;
	text-decoration: underline;
	@extend %transition;

	&:hover {
		text-decoration: none;
	}

	svg {
		@extend %transition;
	}
}*/
/*strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}*/
.entry-content p a, .entry-content li a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a, .main-content p a, .main-content li a, .main-content h2 a, .main-content h3 a, .main-content h4 a, .main-content h5 a {
  text-decoration: none;
  color: #0077c8;
  border-bottom: 1px solid rgba(0, 119, 200, 0.4); }
  .entry-content p a:hover, .entry-content p a:focus, .entry-content li a:hover, .entry-content li a:focus, .entry-content h2 a:hover, .entry-content h2 a:focus, .entry-content h3 a:hover, .entry-content h3 a:focus, .entry-content h4 a:hover, .entry-content h4 a:focus, .entry-content h5 a:hover, .entry-content h5 a:focus, .main-content p a:hover, .main-content p a:focus, .main-content li a:hover, .main-content li a:focus, .main-content h2 a:hover, .main-content h2 a:focus, .main-content h3 a:hover, .main-content h3 a:focus, .main-content h4 a:hover, .main-content h4 a:focus, .main-content h5 a:hover, .main-content h5 a:focus {
    border-color: #0077c8; }

.entry-content li, .main-content li {
  margin-bottom: 8px; }
  .entry-content li:last-of-type, .main-content li:last-of-type {
    margin-bottom: 0; }
  .entry-content li > ul li:first-of-type, .main-content li > ul li:first-of-type {
    margin-top: 8px; }

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 14px;
  margin-top: 1.5em; }

code {
  padding: 2px 4px;
  white-space: nowrap;
  background: #eee;
  top: -1px;
  position: relative; }

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  margin-top: 1.5em; }
  pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0; }

cite {
  font-style: normal; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* Screen Reader Text
--------------------------------------------- */
.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; }
  .screen-reader-text:focus {
    background-color: #0c2340;
    border: 2px solid #830065;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #fff;
    display: block;
    font-size: 16px;
    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; }

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 auto 16px auto !important;
  padding: 0; }
  p.has-background {
    border-radius: 3px;
    padding: 16px;
    margin: 2em 0; }
  p.huge, p.has-huge-font-size {
    font-size: 36px;
    line-height: 1.3; }
    @media (min-width: 768px) {
      p.huge, p.has-huge-font-size {
        font-size: 44px; } }
  p.large, p.has-large-font-size {
    font-size: 22px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      p.large, p.has-large-font-size {
        font-size: 24px; } }
  p.has-normal-font-size {
    font-size: 16px; }
  p.small, p.has-small-font-size {
    font-size: 14px; }
  p.has-text-color a {
    text-decoration: underline; }
    p.has-text-color a:hover, p.has-text-color a:focus {
      text-decoration: none; }
  p.is-style-pretitle {
    text-transform: uppercase;
    color: #00a9e0;
    font-size: 14px;
    letter-spacing: 1px; }
    p.is-style-pretitle.has-primary-color {
      color: #0c2340 !important; }
    p.is-style-pretitle.has-secondary-color {
      color: #830065 !important; }
    p.is-style-pretitle.has-tertiary-color {
      color: #00a9e0 !important; }
    p.is-style-pretitle.has-light-primary-color {
      color: #0077c8 !important; }
    p.is-style-pretitle.has-light-secondary-color {
      color: #f6be00 !important; }
    p.is-style-pretitle.has-grey-color {
      color: #d9d9d6 !important; }
    p.is-style-pretitle.has-dark-color {
      color: #3e3c3d !important; }
    p.is-style-pretitle.has-white-color {
      color: #fff !important; }
    p.is-style-pretitle.has-beige-color {
      color: #F8FCEC !important; }
    p.is-style-pretitle.has-faint-blue-color {
      color: #E1EAED !important; }
    p.is-style-pretitle.has-magenta-color {
      color: #C6007E !important; }
    p.is-style-pretitle.has-green-color {
      color: #509e2f !important; }
    p.is-style-pretitle.has-light-green-color {
      color: #93c90e !important; }

.is-style-pretitle + h1, .is-style-pretitle + h2, .is-style-pretitle + h3, .is-style-pretitle + h4, .is-style-pretitle + h5 {
  margin-top: -.25em !important; }

/* Headings
--------------------------------------------- */
/*h1,
h2,
h3,
h4,
h5,
h6 {
	color: brand-color( 'dark' );
	font-family: $headings-font; 
	font-weight: $headings-font-wt; 
	line-height: 1.2;
	margin: 1.25em auto $base-margin auto !important;

	a {
		color: $highlight;
		text-decoration: underline;

		&:hover {
			color: $highlight;
			text-decoration: none;
		}
	}
	&:focus {
		outline: none;
	}
}

h1 {
	@include font-sizes( 40px, 44px, 54px );
	font-weight: bold;
	margin-top: 0 !important;
}
h2 {
	@include font-sizes( 32px, 34px, 36px );
	font-weight: bold;
}
h3 {
	@include font-sizes( 24px, 26px, 28px );
	font-weight: 600;
}
h4 {
	@include font-sizes( 18px, 22px );
	font-weight: 600;
}
h5 {
	@include font-sizes( 16px, 18px );
	font-weight: 600;
}
h6 {
	@include font-sizes( 14px, 16px );
	font-weight: 600;
}

h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
h6:first-child {
	margin-top: 0 !important;
}*/
/* Button
--------------------------------------------- */
.wp-block-buttons {
  margin: 24px auto 20px; }

.wp-block-button__link {
  border: 2px solid transparent;
  border-radius: 3px;
  font-weight: bold;
  padding: 12px 24px;
  text-decoration: none; }
  .wp-block-button__link:not(.has-text-color) {
    color: white; }
    .wp-block-button__link:not(.has-text-color):hover, .wp-block-button__link:not(.has-text-color):focus {
      color: white;
      text-decoration: none; }
  .wp-block-button__link:not(.has-background) {
    background-color: #0c2340; }
    .wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
      background-color: #040c15;
      text-decoration: none; }
  .wp-block-button__link.has-primary-color {
    color: #0c2340 !important;
    text-decoration: none; }
  .wp-block-button__link.has-primary-color:hover, .wp-block-button__link.has-primary-color:focus {
    color: #0c2340 !important;
    text-decoration: none; }
  .wp-block-button__link.has-primary-background-color:hover, .wp-block-button__link.has-primary-background-color:focus {
    background-color: #040c15 !important;
    text-decoration: none; }
  .wp-block-button__link.has-secondary-color {
    color: #830065 !important;
    text-decoration: none; }
  .wp-block-button__link.has-secondary-color:hover, .wp-block-button__link.has-secondary-color:focus {
    color: #830065 !important;
    text-decoration: none; }
  .wp-block-button__link.has-secondary-background-color:hover, .wp-block-button__link.has-secondary-background-color:focus {
    background-color: #50003e !important;
    text-decoration: none; }
  .wp-block-button__link.has-tertiary-color {
    color: #00a9e0 !important;
    text-decoration: none; }
  .wp-block-button__link.has-tertiary-color:hover, .wp-block-button__link.has-tertiary-color:focus {
    color: #00a9e0 !important;
    text-decoration: none; }
  .wp-block-button__link.has-tertiary-background-color:hover, .wp-block-button__link.has-tertiary-background-color:focus {
    background-color: #0083ad !important;
    text-decoration: none; }
  .wp-block-button__link.has-light-primary-color {
    color: #0077c8 !important;
    text-decoration: none; }
  .wp-block-button__link.has-light-primary-color:hover, .wp-block-button__link.has-light-primary-color:focus {
    color: #0077c8 !important;
    text-decoration: none; }
  .wp-block-button__link.has-light-primary-background-color:hover, .wp-block-button__link.has-light-primary-background-color:focus {
    background-color: #005995 !important;
    text-decoration: none; }
  .wp-block-button__link.has-light-secondary-color {
    color: #f6be00 !important;
    text-decoration: none; }
  .wp-block-button__link.has-light-secondary-color:hover, .wp-block-button__link.has-light-secondary-color:focus {
    color: #f6be00 !important;
    text-decoration: none; }
  .wp-block-button__link.has-light-secondary-background-color:hover, .wp-block-button__link.has-light-secondary-background-color:focus {
    background-color: #c39700 !important;
    text-decoration: none; }
  .wp-block-button__link.has-grey-color {
    color: #d9d9d6 !important;
    text-decoration: none; }
  .wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
    color: #d9d9d6 !important;
    text-decoration: none; }
  .wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
    background-color: #c0c0bc !important;
    text-decoration: none; }
  .wp-block-button__link.has-dark-color {
    color: #3e3c3d !important;
    text-decoration: none; }
  .wp-block-button__link.has-dark-color:hover, .wp-block-button__link.has-dark-color:focus {
    color: #3e3c3d !important;
    text-decoration: none; }
  .wp-block-button__link.has-dark-background-color:hover, .wp-block-button__link.has-dark-background-color:focus {
    background-color: #242324 !important;
    text-decoration: none; }
  .wp-block-button__link.has-white-color {
    color: #fff !important;
    text-decoration: none; }
  .wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
    color: #fff !important;
    text-decoration: none; }
  .wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
    background-color: #e6e6e6 !important;
    text-decoration: none; }
  .wp-block-button__link.has-beige-color {
    color: #F8FCEC !important;
    text-decoration: none; }
  .wp-block-button__link.has-beige-color:hover, .wp-block-button__link.has-beige-color:focus {
    color: #F8FCEC !important;
    text-decoration: none; }
  .wp-block-button__link.has-beige-background-color:hover, .wp-block-button__link.has-beige-background-color:focus {
    background-color: #e8f5c0 !important;
    text-decoration: none; }
  .wp-block-button__link.has-faint-blue-color {
    color: #E1EAED !important;
    text-decoration: none; }
  .wp-block-button__link.has-faint-blue-color:hover, .wp-block-button__link.has-faint-blue-color:focus {
    color: #E1EAED !important;
    text-decoration: none; }
  .wp-block-button__link.has-faint-blue-background-color:hover, .wp-block-button__link.has-faint-blue-background-color:focus {
    background-color: #c1d4da !important;
    text-decoration: none; }
  .wp-block-button__link.has-magenta-color {
    color: #C6007E !important;
    text-decoration: none; }
  .wp-block-button__link.has-magenta-color:hover, .wp-block-button__link.has-magenta-color:focus {
    color: #C6007E !important;
    text-decoration: none; }
  .wp-block-button__link.has-magenta-background-color:hover, .wp-block-button__link.has-magenta-background-color:focus {
    background-color: #93005e !important;
    text-decoration: none; }
  .wp-block-button__link.has-green-color {
    color: #509e2f !important;
    text-decoration: none; }
  .wp-block-button__link.has-green-color:hover, .wp-block-button__link.has-green-color:focus {
    color: #509e2f !important;
    text-decoration: none; }
  .wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus {
    background-color: #3c7723 !important;
    text-decoration: none; }
  .wp-block-button__link.has-light-green-color {
    color: #93c90e !important;
    text-decoration: none; }
  .wp-block-button__link.has-light-green-color:hover, .wp-block-button__link.has-light-green-color:focus {
    color: #93c90e !important;
    text-decoration: none; }
  .wp-block-button__link.has-light-green-background-color:hover, .wp-block-button__link.has-light-green-background-color:focus {
    background-color: #70990b !important;
    text-decoration: none; }

.wp-block-button {
  margin-right: 8px; }
  .wp-block-button:last-of-type {
    margin-right: 0; }
  .wp-block-button.is-style-full {
    width: 100%; }
    .wp-block-button.is-style-full .wp-block-button__link {
      display: block; }
  .wp-block-button.is-style-outline .wp-block-button__link {
    color: #0c2340;
    border-color: #0c2340;
    background-color: transparent; }
    .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus {
      background-color: #040c15;
      border-color: #040c15;
      text-decoration: none !important; }
    .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
      color: #0c2340; }
      .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus {
        color: #fff;
        text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color {
      color: #0c2340 !important;
      border-color: #0c2340 !important; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:focus {
      color: #fff !important;
      border-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:focus {
      background-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color {
      color: #830065 !important;
      border-color: #830065 !important; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:focus {
      color: #fff !important;
      border-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:focus {
      background-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-tertiary-color {
      color: #00a9e0 !important;
      border-color: #00a9e0 !important; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-tertiary-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-tertiary-color:focus {
      color: #fff !important;
      border-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-tertiary-background-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-tertiary-background-color:focus {
      background-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-light-primary-color {
      color: #0077c8 !important;
      border-color: #0077c8 !important; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-light-primary-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-light-primary-color:focus {
      color: #fff !important;
      border-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-light-primary-background-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-light-primary-background-color:focus {
      background-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-light-secondary-color {
      color: #f6be00 !important;
      border-color: #f6be00 !important; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-light-secondary-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-light-secondary-color:focus {
      color: #fff !important;
      border-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-light-secondary-background-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-light-secondary-background-color:focus {
      background-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-grey-color {
      color: #d9d9d6 !important;
      border-color: #d9d9d6 !important; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-grey-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-grey-color:focus {
      color: #fff !important;
      border-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-grey-background-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-grey-background-color:focus {
      background-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-dark-color {
      color: #3e3c3d !important;
      border-color: #3e3c3d !important; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-dark-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-dark-color:focus {
      color: #fff !important;
      border-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-dark-background-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-dark-background-color:focus {
      background-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-white-color {
      color: #fff !important;
      border-color: #fff !important; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-white-color:focus {
      color: #fff !important;
      border-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-white-background-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-white-background-color:focus {
      background-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-beige-color {
      color: #F8FCEC !important;
      border-color: #F8FCEC !important; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-beige-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-beige-color:focus {
      color: #fff !important;
      border-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-beige-background-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-beige-background-color:focus {
      background-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-faint-blue-color {
      color: #E1EAED !important;
      border-color: #E1EAED !important; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-faint-blue-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-faint-blue-color:focus {
      color: #fff !important;
      border-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-faint-blue-background-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-faint-blue-background-color:focus {
      background-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-magenta-color {
      color: #C6007E !important;
      border-color: #C6007E !important; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-magenta-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-magenta-color:focus {
      color: #fff !important;
      border-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-magenta-background-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-magenta-background-color:focus {
      background-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-green-color {
      color: #509e2f !important;
      border-color: #509e2f !important; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-green-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-green-color:focus {
      color: #fff !important;
      border-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-green-background-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-green-background-color:focus {
      background-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-light-green-color {
      color: #93c90e !important;
      border-color: #93c90e !important; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-light-green-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-light-green-color:focus {
      color: #fff !important;
      border-color: #040c15 !important;
      text-decoration: none; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-light-green-background-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-light-green-background-color:focus {
      background-color: #040c15 !important;
      text-decoration: none; }

/* File
--------------------------------------------- */
.wp-block-file {
  position: relative;
  display: inline-block;
  margin-right: 8px !important;
  margin-bottom: 8px !important;
  margin-top: 1.5em; }
  .wp-block-file.is-style-full {
    display: block;
    margin: 8px 0 !important;
    max-width: 100% !important; }
  .wp-block-file.alignfull {
    display: block;
    margin: 8px 0 !important;
    max-width: 100% !important; }
  .wp-block-file.alignleft + .wp-block-file {
    margin-top: 0; }
  .wp-block-file a:first-of-type {
    position: relative;
    display: block;
    padding: 6px 16px 6px 56px;
    border: 1px solid #BDBDBD;
    background: white;
    text-decoration: none;
    border-radius: 3px; }
    .wp-block-file a:first-of-type:hover, .wp-block-file a:first-of-type:focus {
      border-color: #0c2340; }
  .wp-block-file .wp-block-file__button {
    position: absolute;
    top: 9px;
    left: 12px;
    background: none !important;
    font-size: 0px !important; }
    .wp-block-file .wp-block-file__button:after {
      font-size: 16px !important;
      content: url("/wp-content/themes/sophe2024/images/download.svg");
      width: 33px;
      height: 24px;
      padding-right: 8px;
      margin-right: 8px;
      display: inline-block;
      position: absolute;
      border-right: 1px solid #BDBDBD; }
    .wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus {
      opacity: 1; }

/* Blockquote
--------------------------------------------- */
blockquote.wp-block-quote,
blockquote.wp-block-quote.has-text-align-right, blockquote.wp-block-quote.has-text-align-left {
  padding: 20px;
  border-left: 4px solid;
  border-right: none;
  border-color: #00a9e0;
  background: white;
  margin-top: 1.5em; }

blockquote,
blockquote.wp-block-quote {
  text-align: left; }
  blockquote.is-style-large,
  blockquote.wp-block-quote.is-style-large {
    padding: 20px; }
  blockquote p,
  blockquote.wp-block-quote p {
    font-size: 32px !important;
    font-style: normal;
    font-weight: 300;
    color: #0077c8 !important;
    line-height: 1.4375  !important; }
    blockquote p:before,
    blockquote.wp-block-quote p:before {
      content: "“";
      display: inline; }
    blockquote p:after,
    blockquote.wp-block-quote p:after {
      content: "”";
      display: inline; }
  blockquote cite,
  blockquote .wp-block-quote__citation,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote .wp-block-quote__citation {
    color: #0077c8;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px; }
  blockquote p:last-of-type,
  blockquote.wp-block-quote p:last-of-type {
    margin-bottom: 0; }

/* Pullquote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  border-radius: 3px;
  padding: 16px 0;
  margin-top: 2.5em;
  /*@include media(">=tablet") {
  	blockquote {
  		p {
  			font-size: 32px;
  		}
  	}
  }*/ }
  .wp-block-pullquote blockquote {
    padding-top: 0;
    margin-left: 16px;
    margin-right: 16px;
    /*p {
    		font-size: 20px;
    		font-weight: 500;
    	line-height: 1.5;
    	font-family: "Sentinel SSm A", "Sentinel SSm B";
    }*/ }
    @media (min-width: 768px) {
      .wp-block-pullquote blockquote {
        margin-left: 32px;
        margin-right: 32px; } }
    .wp-block-pullquote blockquote cite {
      color: #0077c8;
      display: block;
      font-size: 14px;
      font-weight: 500;
      margin-top: 12px;
      text-transform: none; }
  .wp-block-pullquote:not(.is-style-solid-color) {
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid; }
  .wp-block-pullquote.is-style-default {
    border-color: #00a9e0; }
    .wp-block-pullquote.is-style-default blockquote:not(.has-text-color) p {
      color: #0c2340; }
    .wp-block-pullquote.is-style-default blockquote:not(.has-text-color) cite {
      color: #0c2340; }
  .wp-block-pullquote.is-style-solid-color {
    padding: 20px 0; }
    .wp-block-pullquote.is-style-solid-color blockquote {
      margin-left: auto;
      margin-right: auto;
      padding-left: 32px;
      padding-right: 32px;
      text-align: center;
      max-width: 1268px; }
      .wp-block-pullquote.is-style-solid-color blockquote:not(.has-text-color) p {
        color: #00a9e0; }
      .wp-block-pullquote.is-style-solid-color blockquote:not(.has-text-color) cite {
        color: #00a9e0; }
      .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 20px;
        font-weight: 500;
        font-style: italic;
        color: #0c2340;
        line-height: 1.3em; }
      .wp-block-pullquote.is-style-solid-color blockquote cite {
        font-size: 14px;
        color: rgba(62, 60, 61, 0.8); }
    @media (min-width: 768px) {
      .wp-block-pullquote.is-style-solid-color {
        /*padding: 48px 0;*/ }
        .wp-block-pullquote.is-style-solid-color blockquote {
          padding-left: 48px;
          padding-right: 48px;
          /*p {
          	font-size: 32px;
          }*/ } }
  .wp-block-pullquote blockquote.has-primary-color p, .wp-block-pullquote blockquote.has-primary-color cite {
    color: #0c2340; }
  .wp-block-pullquote blockquote.has-primary-background-color p, .wp-block-pullquote blockquote.has-primary-background-color cite {
    background-color: #0c2340; }
  .wp-block-pullquote blockquote.has-secondary-color p, .wp-block-pullquote blockquote.has-secondary-color cite {
    color: #830065; }
  .wp-block-pullquote blockquote.has-secondary-background-color p, .wp-block-pullquote blockquote.has-secondary-background-color cite {
    background-color: #830065; }
  .wp-block-pullquote blockquote.has-tertiary-color p, .wp-block-pullquote blockquote.has-tertiary-color cite {
    color: #00a9e0; }
  .wp-block-pullquote blockquote.has-tertiary-background-color p, .wp-block-pullquote blockquote.has-tertiary-background-color cite {
    background-color: #00a9e0; }
  .wp-block-pullquote blockquote.has-light-primary-color p, .wp-block-pullquote blockquote.has-light-primary-color cite {
    color: #0077c8; }
  .wp-block-pullquote blockquote.has-light-primary-background-color p, .wp-block-pullquote blockquote.has-light-primary-background-color cite {
    background-color: #0077c8; }
  .wp-block-pullquote blockquote.has-light-secondary-color p, .wp-block-pullquote blockquote.has-light-secondary-color cite {
    color: #f6be00; }
  .wp-block-pullquote blockquote.has-light-secondary-background-color p, .wp-block-pullquote blockquote.has-light-secondary-background-color cite {
    background-color: #f6be00; }
  .wp-block-pullquote blockquote.has-grey-color p, .wp-block-pullquote blockquote.has-grey-color cite {
    color: #d9d9d6; }
  .wp-block-pullquote blockquote.has-grey-background-color p, .wp-block-pullquote blockquote.has-grey-background-color cite {
    background-color: #d9d9d6; }
  .wp-block-pullquote blockquote.has-dark-color p, .wp-block-pullquote blockquote.has-dark-color cite {
    color: #3e3c3d; }
  .wp-block-pullquote blockquote.has-dark-background-color p, .wp-block-pullquote blockquote.has-dark-background-color cite {
    background-color: #3e3c3d; }
  .wp-block-pullquote blockquote.has-white-color p, .wp-block-pullquote blockquote.has-white-color cite {
    color: #fff; }
  .wp-block-pullquote blockquote.has-white-background-color p, .wp-block-pullquote blockquote.has-white-background-color cite {
    background-color: #fff; }
  .wp-block-pullquote blockquote.has-beige-color p, .wp-block-pullquote blockquote.has-beige-color cite {
    color: #F8FCEC; }
  .wp-block-pullquote blockquote.has-beige-background-color p, .wp-block-pullquote blockquote.has-beige-background-color cite {
    background-color: #F8FCEC; }
  .wp-block-pullquote blockquote.has-faint-blue-color p, .wp-block-pullquote blockquote.has-faint-blue-color cite {
    color: #E1EAED; }
  .wp-block-pullquote blockquote.has-faint-blue-background-color p, .wp-block-pullquote blockquote.has-faint-blue-background-color cite {
    background-color: #E1EAED; }
  .wp-block-pullquote blockquote.has-magenta-color p, .wp-block-pullquote blockquote.has-magenta-color cite {
    color: #C6007E; }
  .wp-block-pullquote blockquote.has-magenta-background-color p, .wp-block-pullquote blockquote.has-magenta-background-color cite {
    background-color: #C6007E; }
  .wp-block-pullquote blockquote.has-green-color p, .wp-block-pullquote blockquote.has-green-color cite {
    color: #509e2f; }
  .wp-block-pullquote blockquote.has-green-background-color p, .wp-block-pullquote blockquote.has-green-background-color cite {
    background-color: #509e2f; }
  .wp-block-pullquote blockquote.has-light-green-color p, .wp-block-pullquote blockquote.has-light-green-color cite {
    color: #93c90e; }
  .wp-block-pullquote blockquote.has-light-green-background-color p, .wp-block-pullquote blockquote.has-light-green-background-color cite {
    background-color: #93c90e; }

/* Latest Posts
--------------------------------------------- */
ul.wp-block-latest-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none; }
  ul.wp-block-latest-posts li {
    gap: 30px;
    flex: 0 0 100%;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 0 21px 10px; }
    ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
      margin: 0 -20px; }
      ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image + a.wp-block-latest-posts__post-title {
        margin-top: 6px; }
    ul.wp-block-latest-posts li a.wp-block-latest-posts__post-title {
      display: block;
      margin-top: 20px;
      font-size: 14px;
      line-height: 1.43em;
      margin-bottom: 10px;
      color: #0C2340;
      font-weight: 800;
      border: none; }
      ul.wp-block-latest-posts li a.wp-block-latest-posts__post-title:hover, ul.wp-block-latest-posts li a.wp-block-latest-posts__post-title:focus {
        color: #0C2340;
        text-decoration: underline; }
      ul.wp-block-latest-posts li a.wp-block-latest-posts__post-title:first-child {
        position: relative; }
        ul.wp-block-latest-posts li a.wp-block-latest-posts__post-title:first-child:before {
          content: '';
          background: url(/wp-content/themes/sophe2024/images/news-default-feature.png);
          height: 100px;
          width: calc(100% + 40px);
          display: block;
          position: relative;
          top: -20px;
          left: -20px;
          background-size: cover;
          padding-bottom: 69%; }
    ul.wp-block-latest-posts li time {
      font-size: 14px;
      color: #0C2340;
      font-weight: 300;
      margin-bottom: 6px !important; }
    ul.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
      display: block;
      font-size: 14px;
      color: #0C2340;
      font-weight: 400;
      line-height: 1.43em; }

@media screen and (min-width: 600px) {
  ul.wp-block-latest-posts li {
    flex: 0 0 calc(50% - 15px); }

  /*ul.wp-block-latest-posts  li:last-child {margin-right: auto; margin-left: auto;}*/ }
@media screen and (min-width: 800px) {
  ul.wp-block-latest-posts li {
    gap: 30px;
    flex: 0 0 calc(33.3333% - 20px);
    margin-bottom: 0;
    margin-bottom: 1.25em !important; }

  /*ul.wp-block-latest-posts  li:last-child {margin-right: 0; margin-left: 0;}*/ }
/* RSS Feed
--------------------------------------------- */
.wp-block-rss .wp-block-rss__item-author, .wp-block-rss .wp-block-rss__item-publish-date {
  font-size: 14px !important;
  color: #757575; }

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 1px;
  position: relative;
  margin: 16px auto !important; }
  .wp-block-separator::before,
  hr::before {
    background: #BDBDBD;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%; }
  .wp-block-separator.is-style-default,
  hr.is-style-default {
    height: 1px !important;
    width: 100% !important;
    max-width: 100% !important; }
  .wp-block-separator.has-primary-background-color::before, .wp-block-separator.has-primary-background-color::before,
  hr.has-primary-background-color::before,
  hr.has-primary-background-color::before {
    background: #0c2340; }
  .wp-block-separator.has-secondary-background-color::before, .wp-block-separator.has-secondary-background-color::before,
  hr.has-secondary-background-color::before,
  hr.has-secondary-background-color::before {
    background: #830065; }
  .wp-block-separator.has-tertiary-background-color::before, .wp-block-separator.has-tertiary-background-color::before,
  hr.has-tertiary-background-color::before,
  hr.has-tertiary-background-color::before {
    background: #00a9e0; }
  .wp-block-separator.has-light-primary-background-color::before, .wp-block-separator.has-light-primary-background-color::before,
  hr.has-light-primary-background-color::before,
  hr.has-light-primary-background-color::before {
    background: #0077c8; }
  .wp-block-separator.has-light-secondary-background-color::before, .wp-block-separator.has-light-secondary-background-color::before,
  hr.has-light-secondary-background-color::before,
  hr.has-light-secondary-background-color::before {
    background: #f6be00; }
  .wp-block-separator.has-grey-background-color::before, .wp-block-separator.has-grey-background-color::before,
  hr.has-grey-background-color::before,
  hr.has-grey-background-color::before {
    background: #d9d9d6; }
  .wp-block-separator.has-dark-background-color::before, .wp-block-separator.has-dark-background-color::before,
  hr.has-dark-background-color::before,
  hr.has-dark-background-color::before {
    background: #3e3c3d; }
  .wp-block-separator.has-white-background-color::before, .wp-block-separator.has-white-background-color::before,
  hr.has-white-background-color::before,
  hr.has-white-background-color::before {
    background: #fff; }
  .wp-block-separator.has-beige-background-color::before, .wp-block-separator.has-beige-background-color::before,
  hr.has-beige-background-color::before,
  hr.has-beige-background-color::before {
    background: #F8FCEC; }
  .wp-block-separator.has-faint-blue-background-color::before, .wp-block-separator.has-faint-blue-background-color::before,
  hr.has-faint-blue-background-color::before,
  hr.has-faint-blue-background-color::before {
    background: #E1EAED; }
  .wp-block-separator.has-magenta-background-color::before, .wp-block-separator.has-magenta-background-color::before,
  hr.has-magenta-background-color::before,
  hr.has-magenta-background-color::before {
    background: #C6007E; }
  .wp-block-separator.has-green-background-color::before, .wp-block-separator.has-green-background-color::before,
  hr.has-green-background-color::before,
  hr.has-green-background-color::before {
    background: #509e2f; }
  .wp-block-separator.has-light-green-background-color::before, .wp-block-separator.has-light-green-background-color::before,
  hr.has-light-green-background-color::before,
  hr.has-light-green-background-color::before {
    background: #93c90e; }

/* Captions
--------------------------------------------- */
.alignfull figcaption {
  padding-left: 16px;
  padding-right: 16px; }

@media (max-width: 768px) {
  .alignwide figcaption {
    padding-left: 16px;
    padding-right: 16px; } }

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: #757575;
  font-size: 14px;
  text-align: left; }

.wp-block-image.is-style-rounded figcaption {
  text-align: center; }

/* Image
--------------------------------------------- */
figure {
  margin: 1em 0px; }

img {
  display: block;
  max-width: 100%;
  height: auto; }
  img.alignleft {
    float: left;
    margin: 0 20px 20px 0; }
  img.alignright {
    float: right;
    margin: 0 0 20px 20px; }
  img.aligncenter {
    margin-left: auto;
    margin-right: auto; }

.wp-block-image {
  margin-bottom: 2em;
  margin-top: 2em; }
  .wp-block-image.is-icon {
    border-radius: 100%;
    padding: 8px; }
  .wp-block-image figcaption {
    color: #757575;
    text-align: left;
    font-size: 14px;
    font-style: normal; }

/* Gallery
--------------------------------------------- */
.wp-block-gallery {
  margin: 1.5em 0 0; }
  .wp-block-gallery .blocks-gallery-item {
    overflow: hidden;
    flex-grow: inherit; }
    .wp-block-gallery .blocks-gallery-item figcaption {
      font-size: 14px;
      padding: 40px 10px 10px;
      /*width: calc(100% - 20px);*/ }

/* Tables
--------------------------------------------- */
.wp-block-table {
  margin-left: 0;
  border-collapse: collapse;
  width: 100%;
  margin-top: 1.5em; }
  .wp-block-table table {
    border-collapse: collapse;
    background: #fff;
    margin: 0 0 .5em; }
  .wp-block-table thead {
    border-color: #BDBDBD; }
    .wp-block-table thead:first-child > tr:first-child > th {
      border-top: 1px solid #BDBDBD; }
  .wp-block-table th {
    text-align: left;
    font-size: 18px; }
  .wp-block-table td, .wp-block-table th {
    padding: 10px;
    border: 1px solid #BDBDBD; }
  .wp-block-table figcaption {
    font-size: 14px;
    padding: 0 16px 16px;
    color: #757575; }
  .wp-block-table.is-style-stripes {
    border-bottom: none; }
    .wp-block-table.is-style-stripes table {
      border-bottom: none; }
      .wp-block-table.is-style-stripes table td, .wp-block-table.is-style-stripes table th {
        border-color: #ccebff; }
    .wp-block-table.is-style-stripes thead {
      border-color: #0077c8; }
      .wp-block-table.is-style-stripes thead:first-child > tr:first-child > th {
        border-top: 1px solid #ccebff; }
    .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
      background-color: #e6f5ff; }

/* Group
--------------------------------------------- */
.wp-block-group.has-background {
  border-radius: 3px;
  margin: 32px auto;
  padding: 32px 16px; }
  @media (min-width: 720px) {
    .wp-block-group.has-background {
      padding: 32px; } }
  .wp-block-group.has-background.has-primary-background-color, .wp-block-group.has-background.has-tertiary-background-color, .wp-block-group.has-background.has-dark-background-color {
    color: #fff; }
  .wp-block-group.has-background.has-light-primary-background-color .wp-block-cover__inner-container {
    color: #0c2340; }
  .wp-block-group.has-background.has-light-secondary-background-color .wp-block-cover__inner-container {
    color: #830065; }
  .wp-block-group.has-background.alignfull {
    padding: 40px 0;
    border-radius: 0; }
    @media (min-width: 768px) {
      .wp-block-group.has-background.alignfull {
        padding: 64px 0; } }
    @media (min-width: 992px) {
      .wp-block-group.has-background.alignfull {
        padding: 72px 0; } }
.wp-block-group .wp-block-group__inner-container {
  /*max-width: $content_width;*/
  width: calc(100% - 32px);
  margin: 0 0 2em;
  padding: 0 16px; }
  .wp-block-group .wp-block-group__inner-container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 728px) {
    .wp-block-group .wp-block-group__inner-container {
      width: 100%;
      margin: 0 auto 2em;
      padding: 0; } }
  .wp-block-group .wp-block-group__inner-container > *:last-child {
    margin-bottom: 0 !important; }
  .wp-block-group .wp-block-group__inner-container > h2:first-child, .wp-block-group .wp-block-group__inner-container > h3:first-child, .wp-block-group .wp-block-group__inner-container h4:first-child, .wp-block-group .wp-block-group__inner-container h5:first-child {
    margin-top: 0 !important; }
  .wp-block-group .wp-block-group__inner-container svg {
    max-width: 100%; }

/* Code
--------------------------------------------- */
.wp-block-code {
  display: block;
  margin: 32px 0 !important; }

/* Cover
--------------------------------------------- */
.wp-block-cover {
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  min-height: 400px; }
  .wp-block-cover.alignfull {
    border-radius: 0; }
  .wp-block-cover .wp-block-cover__inner-container {
    max-width: 680px;
    width: calc(100% - 32px);
    padding: 32px 0; }
    @media (min-width: 992px) {
      .wp-block-cover .wp-block-cover__inner-container {
        padding: 48px 0; } }
    .wp-block-cover .wp-block-cover__inner-container > *:last-child {
      margin-bottom: 0 !important; }
    .wp-block-cover .wp-block-cover__inner-container > h2:first-child, .wp-block-cover .wp-block-cover__inner-container > h3:first-child, .wp-block-cover .wp-block-cover__inner-container h4:first-child, .wp-block-cover .wp-block-cover__inner-container h5:first-child {
      margin-top: 0 !important; }
  .wp-block-cover.has-primary-background-color .wp-block-cover__inner-container, .wp-block-cover.has-tertiary-background-color .wp-block-cover__inner-container, .wp-block-cover.has-dark-background-color .wp-block-cover__inner-container {
    color: #fff; }
  .wp-block-cover.has-light-primary-background-color .wp-block-cover__inner-container {
    color: #0c2340; }
  .wp-block-cover.has-light-secondary-background-color .wp-block-cover__inner-container {
    color: #830065; }

/* Columns
--------------------------------------------- */
.wp-block-columns {
  margin-top: 1.5em; }
  .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0 !important; }
  .wp-block-columns.is-style-equal-height .wp-block-column > div, .wp-block-columns.is-style-equal-height .wp-block-column .has-background {
    margin-bottom: 0; }
  @media (min-width: 720px) {
    .wp-block-columns.is-style-equal-height .wp-block-column {
      display: flex; }
      .wp-block-columns.is-style-equal-height .wp-block-column > div, .wp-block-columns.is-style-equal-height .wp-block-column .has-background {
        margin-bottom: 0;
        width: 100%; } }
  @media (max-width: 719px) and (min-width: 600px) {
    .wp-block-columns .wp-block-column {
      flex-basis: 100% !important;
      flex-grow: 0;
      margin: 0 !important; } }
  @media (max-width: 781px) and (min-width: 720px) {
    .wp-block-columns .wp-block-column {
      flex-basis: calc(50% - 16px) !important;
      flex-grow: 0 !important; } }
  @media (max-width: 719px) {
    .wp-block-columns .wp-block-column {
      margin-bottom: 20px !important; }
      .wp-block-columns .wp-block-column:last-of-type {
        margin-bottom: 0; } }

/* Media and Text 
--------------------------------------------- */
@media screen and (max-width: 719px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
      -ms-grid-column: 1 !important;
      grid-column: 1 !important;
      -ms-grid-row: 1 !important;
      grid-row: 1 !important; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      -ms-grid-column: 1 !important;
      grid-column: 1 !important;
      -ms-grid-row: 2 !important;
      grid-row: 2 !important;
      padding: 2em 1em; } }
.wp-block-media-text.has-background {
  border-radius: 3px; }
.wp-block-media-text.alignfull {
  border-radius: 0; }

/* Social Links
--------------------------------------------- */
.wp-block-social-links {
  padding-left: 0 !important; }
  .wp-block-social-links .wp-social-link {
    padding-bottom: 0; }

/* Embeds
--------------------------------------------- */
.wp-block-embed {
  margin: 1.5em 0; }
  .wp-block-embed iframe {
    max-width: 100%; }
  .wp-block-embed.alignfull iframe, .wp-block-embed.alignwide iframe {
    width: 100%; }
    @media (min-width: 768px) {
      .wp-block-embed.alignfull iframe, .wp-block-embed.alignwide iframe {
        min-height: 430px; } }
    @media (min-width: 992px) {
      .wp-block-embed.alignfull iframe, .wp-block-embed.alignwide iframe {
        min-height: 500px; } }
    @media (min-width: 1200px) {
      .wp-block-embed.alignfull iframe, .wp-block-embed.alignwide iframe {
        min-height: 600px; } }
  .wp-block-embed .type-video > .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%; }
    .wp-block-embed .type-video > .wp-block-embed__wrapper iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .wp-block-embed.is-type-wp-embed iframe {
    width: 100%; }
  .wp-block-embed.wp-block-embed-twitter {
    /*background: brand-color( 'white' );
    border-radius: $border-radius;
    border: 1px solid $border-color;*/ }
    .wp-block-embed.wp-block-embed-twitter .wp-block-embed__wrapper {
      width: calc(100% - 1px); }

/**
 * Styles for custom made blocks
 *
 */
/* Accordion
--------------------------------------------- */
.accordion-block {
  max-width: 680px;
  display: block;
  position: relative;
  margin: 16px 0;
  padding: 0; }
  .accordion-block + .accordion-block {
    margin-top: -20px !important; }
  @media (min-width: 768px) {
    .accordion-block {
      margin: 16px 0; } }
  .accordion-block .accordion {
    /*border-radius: $border-radius;*/
    border: 1px solid #eee;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
    text-align: left;
    padding: 10px 40px 10px 20px;
    margin: 1em 0;
    /*font-weight: 600;*/
    font-size: 1em;
    transition: .1s;
    cursor: pointer;
    background: white;
    color: #00a9e0;
    line-height: 1.5; }
    .accordion-block .accordion:hover, .accordion-block .accordion:focus, .accordion-block .accordion.active {
      border-color: #00a9e0;
      background-color: #00a9e0;
      color: white;
      transition: .1s; }
      .accordion-block .accordion:hover svg path.fill-path, .accordion-block .accordion:focus svg path.fill-path, .accordion-block .accordion.active svg path.fill-path {
        fill: #fff; }
    .accordion-block .accordion svg {
      right: 16px;
      height: 32px;
      width: 32px;
      position: absolute;
      top: 9px; }
      .accordion-block .accordion svg path.fill-path {
        fill: #00a9e0; }
    .accordion-block .accordion.active svg {
      transform: rotate(180deg); }
      .accordion-block .accordion.active svg path.fill-path {
        fill: #fff; }
    .accordion-block .accordion.active + .panel {
      padding: 16px;
      max-height: 9999px;
      margin-top: -12px;
      margin-bottom: 35px; }
  .accordion-block .panel {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 0; }
    .accordion-block .panel > *:last-child {
      margin-bottom: 0 !important; }

/* Latest Posts (Custom)
--------------------------------------------- */
.latest-posts-custom .latest-posts-custom-inner ul, .latest-posts-custom .latest-posts-custom-inner #posts_container {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: stretch;
  flex-direction: row;
  padding-left: 0;
  width: 100%;
  justify-content: center; }
  .latest-posts-custom .latest-posts-custom-inner ul li, .latest-posts-custom .latest-posts-custom-inner ul .one_post, .latest-posts-custom .latest-posts-custom-inner #posts_container li, .latest-posts-custom .latest-posts-custom-inner #posts_container .one_post {
    list-style: none;
    text-align: left;
    width: calc(33.33333% - .83333em);
    background: #fff;
    align-self: stretch;
    margin-right: 40px;
    margin-bottom: 0; }
    .latest-posts-custom .latest-posts-custom-inner ul li > a:first-of-type img, .latest-posts-custom .latest-posts-custom-inner ul .one_post > a:first-of-type img, .latest-posts-custom .latest-posts-custom-inner #posts_container li > a:first-of-type img, .latest-posts-custom .latest-posts-custom-inner #posts_container .one_post > a:first-of-type img {
      width: 100%;
      height: auto; }
    .latest-posts-custom .latest-posts-custom-inner ul li .post_text, .latest-posts-custom .latest-posts-custom-inner ul .one_post .post_text, .latest-posts-custom .latest-posts-custom-inner #posts_container li .post_text, .latest-posts-custom .latest-posts-custom-inner #posts_container .one_post .post_text {
      padding: 13px 17px 20px; }
      .latest-posts-custom .latest-posts-custom-inner ul li .post_text h3, .latest-posts-custom .latest-posts-custom-inner ul .one_post .post_text h3, .latest-posts-custom .latest-posts-custom-inner #posts_container li .post_text h3, .latest-posts-custom .latest-posts-custom-inner #posts_container .one_post .post_text h3 {
        font-size: 14px;
        line-height: 1.43em;
        font-weight: 800;
        margin-bottom: 8px; }
        .latest-posts-custom .latest-posts-custom-inner ul li .post_text h3 a, .latest-posts-custom .latest-posts-custom-inner ul .one_post .post_text h3 a, .latest-posts-custom .latest-posts-custom-inner #posts_container li .post_text h3 a, .latest-posts-custom .latest-posts-custom-inner #posts_container .one_post .post_text h3 a {
          text-decoration: none;
          color: #0c2340;
          border-bottom: none; }
          .latest-posts-custom .latest-posts-custom-inner ul li .post_text h3 a:hover, .latest-posts-custom .latest-posts-custom-inner ul li .post_text h3 a:focus, .latest-posts-custom .latest-posts-custom-inner ul .one_post .post_text h3 a:hover, .latest-posts-custom .latest-posts-custom-inner ul .one_post .post_text h3 a:focus, .latest-posts-custom .latest-posts-custom-inner #posts_container li .post_text h3 a:hover, .latest-posts-custom .latest-posts-custom-inner #posts_container li .post_text h3 a:focus, .latest-posts-custom .latest-posts-custom-inner #posts_container .one_post .post_text h3 a:hover, .latest-posts-custom .latest-posts-custom-inner #posts_container .one_post .post_text h3 a:focus {
            text-decoration: underline; }
      .latest-posts-custom .latest-posts-custom-inner ul li .post_text .date, .latest-posts-custom .latest-posts-custom-inner ul .one_post .post_text .date, .latest-posts-custom .latest-posts-custom-inner #posts_container li .post_text .date, .latest-posts-custom .latest-posts-custom-inner #posts_container .one_post .post_text .date {
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
        color: #0c2340;
        padding: 0 0; }
      .latest-posts-custom .latest-posts-custom-inner ul li .post_text .excerpt, .latest-posts-custom .latest-posts-custom-inner ul .one_post .post_text .excerpt, .latest-posts-custom .latest-posts-custom-inner #posts_container li .post_text .excerpt, .latest-posts-custom .latest-posts-custom-inner #posts_container .one_post .post_text .excerpt {
        color: #0c2340;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 0 !important;
        padding-bottom: 0; }
      .latest-posts-custom .latest-posts-custom-inner ul li .post_text h3 + .excerpt, .latest-posts-custom .latest-posts-custom-inner ul .one_post .post_text h3 + .excerpt, .latest-posts-custom .latest-posts-custom-inner #posts_container li .post_text h3 + .excerpt, .latest-posts-custom .latest-posts-custom-inner #posts_container .one_post .post_text h3 + .excerpt {
        padding-top: 5px; }
    @media screen and (max-width: 999px) {
      .latest-posts-custom .latest-posts-custom-inner ul li, .latest-posts-custom .latest-posts-custom-inner ul .one_post, .latest-posts-custom .latest-posts-custom-inner #posts_container li, .latest-posts-custom .latest-posts-custom-inner #posts_container .one_post {
        margin-right: 20px; } }
    .latest-posts-custom .latest-posts-custom-inner ul li:last-of-type, .latest-posts-custom .latest-posts-custom-inner ul .one_post:last-of-type, .latest-posts-custom .latest-posts-custom-inner #posts_container li:last-of-type, .latest-posts-custom .latest-posts-custom-inner #posts_container .one_post:last-of-type {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      .latest-posts-custom .latest-posts-custom-inner ul li, .latest-posts-custom .latest-posts-custom-inner ul .one_post, .latest-posts-custom .latest-posts-custom-inner #posts_container li, .latest-posts-custom .latest-posts-custom-inner #posts_container .one_post {
        width: calc(50% - 20px);
        margin-bottom: 40px; } }
    @media screen and (max-width: 500px) {
      .latest-posts-custom .latest-posts-custom-inner ul li, .latest-posts-custom .latest-posts-custom-inner ul .one_post, .latest-posts-custom .latest-posts-custom-inner #posts_container li, .latest-posts-custom .latest-posts-custom-inner #posts_container .one_post {
        width: 100%;
        margin-right: 0; } }
  @media screen and (max-width: 800px) {
    .latest-posts-custom .latest-posts-custom-inner ul, .latest-posts-custom .latest-posts-custom-inner #posts_container {
      flex-wrap: wrap; } }
@media screen and (min-width: 1000px) {
  .latest-posts-custom {
    position: relative;
    /*	width: 900px;
    	max-width: 100vw !important;	*/ } }

/**
 * Styles for page layouts
 *
 */
/* Multi-Level Push Menu
--------------------------------------------- */
.mp-level-open ul.sub-menu {
  margin-bottom: 100px; }

 /* News Pages
--------------------------------------------- */
.news-menu li a {
  border: none !important;
  font-style: normal;
  color: #0077c8;
  font-weight: 500; }
  .news-menu li a:hover, .news-menu li a:focus {
    text-decoration: underline !important; }

#date-list li.year {
  font-weight: bold;
  font-size: 24px;
  font-style: normal !important;
  margin: 20px 0 6px !important;
  color: #0c2340; }

.news-landing {
  display: flex; }
  .news-landing .left-col {
    width: 100%; }
  .news-landing h1 {
    margin-top: 0;
    display: inline-block;
    float: left;
    margin-right: -100%;
    z-index: 99;
    position: relative; }
    .news-landing h1 a {
      color: #0077c8; }
      .news-landing h1 a:after {
        content: '\A';
        display: inline-block;
        background: url("images/sprites.png") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        width: 67px;
        height: 51px;
        vertical-align: middle;
        background-position: -319px -164px;
        margin-left: 20px;
        margin-top: -12px; }
  .news-landing .news-container-lg, .news-landing .news-container-sm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .news-landing .news-container-lg .news {
    width: calc(50% - 15px);
    margin: 15px 0; }
    .news-landing .news-container-lg .news .image img {
      display: block;
      height: 100%;
      width: 100%; }
    .news-landing .news-container-lg .news .content {
      padding: 20px; }
  @media (min-width: 1200px) {
    .news-landing .news-container-sm:after {
      content: '';
      /* flex: auto; */
      width: calc(33.33333% - 10px); } }
  .news-landing .news {
    background: white;
    border: 1px solid #eee;
    width: 100%;
    margin: 15px 0;
    position: relative;
    display: flex;
    flex-direction: column; }
    @media (min-width: 680px) {
      .news-landing .news {
        width: calc(50% - 5px); } }
    @media (min-width: 1200px) {
      .news-landing .news {
        width: calc(33.33333% - 10px); } }
    .news-landing .news:first-of-type {
      flex-direction: row;
      width: 100%; }
      .news-landing .news:first-of-type .content, .news-landing .news:first-of-type > a {
        width: 50%; }
      .news-landing .news:first-of-type .image {
        height: 100%; }
      .news-landing .news:first-of-type img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media (max-width: 679px) {
        .news-landing .news:first-of-type {
          flex-direction: column; }
          .news-landing .news:first-of-type .content, .news-landing .news:first-of-type > a {
            width: 100%; } }
      @media (min-width: 680px) {
        .news-landing .news:first-of-type h2 {
          font-size: 32px !important; } }
      @media (min-width: 1100px) {
        .news-landing .news:first-of-type .content {
          padding: 40px; } }
    .news-landing .news .image {
      background-repeat: no-repeat;
      background-position: center top;
      background-color: #d9d9d6; }
      .news-landing .news .image img {
        width: 100%;
        transition: .1s; }
        .news-landing .news .image img:hover, .news-landing .news .image img:focus {
          opacity: .9; }
    .news-landing .news .content {
      padding: 20px;
      display: flex;
      flex-direction: column;
      height: 100%; }
      .news-landing .news .content header {
        padding-bottom: 0px; }
        .news-landing .news .content header h2 {
          margin-top: 0;
          margin-bottom: 10px;
          letter-spacing: -1px;
          font-size: 22px;
          line-height: 1.333; }
          .news-landing .news .content header h2 a {
            color: #0c2340;
            border: none; }
            .news-landing .news .content header h2 a:hover, .news-landing .news .content header h2 a:focus {
              text-decoration: underline; }
        .news-landing .news .content header p {
          line-height: 1.5;
          font-size: 18px; }
      .news-landing .news .content .excerpt {
        display: block; }
    .news-landing .news .cat-tags {
      margin-top: auto; }
    .news-landing .news .category a {
      color: #00a9e0;
      font-weight: 600;
      font-size: 14px;
      display: inline-block;
      border: none;
      font-style: normal; }
      .news-landing .news .category a:hover, .news-landing .news .category a:focus, .news-landing .news .category a:active {
        text-decoration: underline; }
    .news-landing .news .date {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-size: 14px;
      font-weight: 400;
      color: #0c2340;
      display: block;
      margin-top: -24px; }

.news-single h1 {
  margin-top: -20px;
  font-size: 32px;
  font-weight: 800;
  text-transform: capitalize;
  color: #0077c8; }

/*div#byscripts_ajax_posts_loader_trigger {
    padding: 40px 0;
}*/
/* News Single
--------------------------------------------- */
.single-post .breadcrumbs p, .page-template-archives .breadcrumbs p, .single-resources .breadcrumbs p {
  margin-bottom: 0 !important; }

.single-post .left-col {
  width: 100%; }
  .single-post .left-col .featured-image {
    margin-top: 40px;
    padding: 0 20px;
    background: none; }
    .single-post .left-col .featured-image img {
      width: 100%;
      max-width: 1120px;
      margin: 0 auto; }
  .single-post .left-col .main-content {
    padding-top: 40px;
    position: relative; }
    .single-post .left-col .main-content .ssbp-wrap {
      position: relative;
      top: -5px;
      left: auto;
      height: auto;
      border: none;
      margin-bottom: -5px; }
      .single-post .left-col .main-content .ssbp-wrap .ssbp-list li {
        margin: 0 5px 0 0 !important; }
      @media (min-width: 1200px) {
        .single-post .left-col .main-content .ssbp-wrap {
          position: absolute;
          top: 20px;
          left: -40px;
          width: auto;
          height: 300px;
          margin-bottom: 0; }
          .single-post .left-col .main-content .ssbp-wrap .ssbp-list li {
            display: block;
            margin: 5px !important; } }
      @media (min-width: 1260px) {
        .single-post .left-col .main-content .ssbp-wrap {
          left: -60px; } }
    .single-post .left-col .main-content .entry-header {
      border-bottom: 1px solid #ddd;
      padding-bottom: 1em; }
    .single-post .left-col .main-content .cat-tags {
      border-top: 1px solid #ddd;
      margin-top: 20px;
      padding-top: 0px; }
      .single-post .left-col .main-content .cat-tags .category, .single-post .left-col .main-content .cat-tags .tags {
        display: block;
        font-size: 14px;
        margin: 30px 0; }
        .single-post .left-col .main-content .cat-tags .category span, .single-post .left-col .main-content .cat-tags .tags span {
          display: inline-block;
          margin-bottom: 8px;
          margin-right: 10px;
          font-weight: 500;
          font-style: normal;
          display: block; }
        .single-post .left-col .main-content .cat-tags .category a, .single-post .left-col .main-content .cat-tags .tags a {
          font-weight: bold;
          font-size: 14px;
          color: #00a9e0;
          border: none;
          font-style: normal; }
          .single-post .left-col .main-content .cat-tags .category a:hover, .single-post .left-col .main-content .cat-tags .category a:focus, .single-post .left-col .main-content .cat-tags .tags a:hover, .single-post .left-col .main-content .cat-tags .tags a:focus {
            text-decoration: underline; }
.single-post .right-col {
  width: 100%;
  background: white; }
  .single-post .right-col .news-flex-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 720px) {
      .single-post .right-col .news-flex-container {
        flex-direction: row; } }
    .single-post .right-col .news-flex-container .news {
      width: 100%;
      background: white;
      margin-bottom: 30px;
      box-shadow: none;
      border: none !important; }
      @media (min-width: 720px) {
        .single-post .right-col .news-flex-container .news {
          flex-direction: row;
          width: calc(33.33333% - 20px); } }
      .single-post .right-col .news-flex-container .news .image {
        min-width: auto !important;
        min-height: auto !important;
        max-height: 100% !important; }
      .single-post .right-col .news-flex-container .news img {
        width: 100%;
        transition: .1s; }
        .single-post .right-col .news-flex-container .news img:hover, .single-post .right-col .news-flex-container .news img:focus {
          opacity: .9; }
      .single-post .right-col .news-flex-container .news .content {
        padding: 10px 20px 20px;
        display: flex;
        flex-direction: column; }
        .single-post .right-col .news-flex-container .news .content header {
          padding-bottom: 0px; }
          .single-post .right-col .news-flex-container .news .content header h2 {
            margin-top: 0;
            margin-bottom: 15px;
            letter-spacing: -1px;
            font-size: 22px;
            line-height: 1.333; }
            .single-post .right-col .news-flex-container .news .content header h2 a {
              color: #3e3c3d; }
              .single-post .right-col .news-flex-container .news .content header h2 a:hover, .single-post .right-col .news-flex-container .news .content header h2 a:focus {
                text-decoration: underline; }
          .single-post .right-col .news-flex-container .news .content header p {
            line-height: 1.5;
            font-size: 14px; }
        .single-post .right-col .news-flex-container .news .content .excerpt {
          display: block; }
      .single-post .right-col .news-flex-container .news .cat-tags {
        margin-top: auto;
        bottom: unset;
        margin-top: 0;
        position: relative; }
      .single-post .right-col .news-flex-container .news .category a {
        color: #00a9e0;
        font-weight: 600;
        font-size: 14px;
        display: inline-block;
        border: none;
        font-style: normal; }
        .single-post .right-col .news-flex-container .news .category a:hover, .single-post .right-col .news-flex-container .news .category a:focus, .single-post .right-col .news-flex-container .news .category a:active {
          text-decoration: underline; }
      .single-post .right-col .news-flex-container .news .date {
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-size: 14px;
        font-weight: 400;
        color: #7a7678;
        display: block;
        margin-top: -24px; }
  .single-post .right-col .view-more {
    margin-top: 20px; }

/* Search Results Page
--------------------------------------------- */
.gsc-control-cse, .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  border-color: transparent !important;
  background-color: transparent !important; }

.search .search_section fieldset {
  padding-left: 0; }
.search table, .search tbody tr {
  border: none; }
@media screen and (min-width: 1100px) {
  .search .right-col {
    padding-top: 0; } }
.search .right-col .news {
  border: none;
  box-shadow: none; }
  .search .right-col .news .image {
    min-width: auto !important;
    min-height: auto !important;
    max-height: 100% !important; }
  .search .right-col .news .content {
    padding: 10px 20px 20px; }
    .search .right-col .news .content h2 {
      margin-top: 0;
      padding-top: 5px;
      margin-bottom: 20px; }
    .search .right-col .news .content .category a, .search .right-col .news .content .date {
      font-style: normal;
      font-size: 14px; }

/* Resources Archive
--------------------------------------------- */
.resource header {
  padding-right: 20px;
  width: calc(100% - 45px); }
.resource h2 {
  margin-top: 0px;
  font-size: 22px;
  line-height: 29px; }
  .resource h2 a {
    color: #3e3c3d;
    border: none;
    z-index: 10;
    position: relative; }
    .resource h2 a:hover, .resource h2 a:focus {
      text-decoration: underline; }
.resource p, .resource li {
  font-size: 18px !important;
  line-height: 1.5 !important; }
.resource .cat-tags .category {
  margin-bottom: 10px; }
.resource .cat-tags .category, .resource .cat-tags .tags {
  font-size: 14px;
  display: block;
  line-height: 28px;
  color: #0c2340;
  font-weight: 500;
  font-style: normal; }
  .resource .cat-tags .category .label, .resource .cat-tags .tags .label {
    margin-right: 0px;
    font-size: 14px; }
  .resource .cat-tags .category a, .resource .cat-tags .tags a {
    margin-right: 0;
    color: #00a9e0;
    font-weight: bold;
    font-size: 14px; }
    .resource .cat-tags .category a:hover, .resource .cat-tags .category a:focus, .resource .cat-tags .tags a:hover, .resource .cat-tags .tags a:focus {
      text-decoration: underline; }
.resource .ssbp-wrap {
  height: auto;
  padding-bottom: 10px !important; }
  .resource .ssbp-wrap .ssbp-list li {
    margin: 0 3px 3px 0 !important; }
    .resource .ssbp-wrap .ssbp-list li .ssbp-btn {
      transform: scale(0.9); }

/* Resources Single
--------------------------------------------- */
.single-resources .left-col {
  padding-bottom: 40px; }
.single-resources .cat-tags {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px; }
  .single-resources .cat-tags .category, .single-resources .cat-tags .tags {
    display: block;
    font-size: 16px;
    margin: 0; }
    .single-resources .cat-tags .category span, .single-resources .cat-tags .tags span {
      display: inline-block;
      margin-bottom: 5px; }
    .single-resources .cat-tags .category a, .single-resources .cat-tags .tags a {
      font-weight: bold;
      font-size: 14px;
      color: #00a9e0;
      border: none; }
      .single-resources .cat-tags .category a:hover, .single-resources .cat-tags .category a:focus, .single-resources .cat-tags .tags a:hover, .single-resources .cat-tags .tags a:focus {
        text-decoration: underline; }
.single-resources .ssbp-wrap {
  border: none; }
  .single-resources .ssbp-wrap .ssbp-list li {
    margin: 0 5px 0 0 !important; }

/* Right Sidebar Subnav
--------------------------------------------- */
.page-template-interior .right-col #right_nav {
  background: #0c2340;
  padding: 30px 20px 20px 10px;
  border-radius: 2px; }
  .page-template-interior .right-col #right_nav > ul {
    list-style: none; }
    .page-template-interior .right-col #right_nav > ul li {
      list-style: none;
      padding-top: 7px;
      padding-bottom: 7px;
      line-height: 1.3em; }
      .page-template-interior .right-col #right_nav > ul li a {
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-weight: 500;
        font-size: 14px;
        color: white; }
    .page-template-interior .right-col #right_nav > ul > li:first-of-type > a, .page-template-interior .right-col #right_nav > ul > li:first-of-type > span.title {
      text-transform: uppercase; }
    .page-template-interior .right-col #right_nav > ul li ul {
      margin-left: 0; }
    @media screen and (max-width: 1099px) {
      .page-template-interior .right-col #right_nav > ul {
        /*display: none;*/
        max-height: 0;
        overflow: hidden;
        margin: 0; }
        .page-template-interior .right-col #right_nav > ul.active {
          max-height: 9999px;
          margin: 0 0 1.5em 5px; } }
  .page-template-interior .right-col #right_nav #showSubNav, .page-template-interior .right-col #right_nav #closeSubNav {
    width: 100%;
    padding-left: 20px;
    margin-top: -7px; }
    .page-template-interior .right-col #right_nav #showSubNav a, .page-template-interior .right-col #right_nav #closeSubNav a {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase;
      color: #93c90e;
      position: relative;
      width: 100%;
      display: inline-block; }
      .page-template-interior .right-col #right_nav #showSubNav a:after, .page-template-interior .right-col #right_nav #closeSubNav a:after {
        content: '\f103';
        font-family: 'FontAwesome';
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 20px; }
      .page-template-interior .right-col #right_nav #showSubNav a:hover, .page-template-interior .right-col #right_nav #showSubNav a:focus, .page-template-interior .right-col #right_nav #closeSubNav a:hover, .page-template-interior .right-col #right_nav #closeSubNav a:focus {
        color: white;
        text-decoration: none; }
    .page-template-interior .right-col #right_nav #showSubNav.hidden, .page-template-interior .right-col #right_nav #closeSubNav.hidden {
      display: none; }
    @media screen and (min-width: 1100px) {
      .page-template-interior .right-col #right_nav #showSubNav, .page-template-interior .right-col #right_nav #closeSubNav {
        display: none; } }
  .page-template-interior .right-col #right_nav #closeSubNav a {
    color: white;
    font-style: italic; }
    .page-template-interior .right-col #right_nav #closeSubNav a:after {
      content: '\f102';
      font-style: normal; }
  .page-template-interior .right-col #right_nav ul.children {
    padding-top: 7px;
    margin-bottom: -7px; }
  .page-template-interior .right-col #right_nav li.current {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 500;
    font-size: 14px;
    color: #f6be00; }
  .page-template-interior .right-col #right_nav + .quicklinks {
    margin-top: 60px; }
  @media screen and (max-width: 1099px) {
    .page-template-interior .right-col #right_nav {
      max-width: 728px;
      margin: 50px auto 0; }
      .page-template-interior .right-col #right_nav + .quicklinks {
        max-width: 728px;
        margin: 60px auto 0; } }

/* @import "blocks-plugin";
@import "custom-post-types";
@import "layout";
@import "site-header";
@import "site-footer";*/
