@charset "UTF-8";

/*!
Theme Name: Strokengine
Theme URI: http://underscores.me/
Author: Cyansolutions
Author URI: http://cyansolutions.com
Description: Strokengine starter theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: strokengine
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.

relogix 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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# modifications thèmes (EF)
--------------------------------------------------------------*/


.h5p-iframe{
    margin-bottom:4em;

}


/*--------------------------------------------------------------
# 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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: #070707;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  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%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  -webkit-box-sizing: border-box;
          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/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color: #2278B5;
  text-decoration: none;
}

a:visited {
  color: #2278B5;
}

a:hover,
a:focus,
a:active {
  color: #032975;
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

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

:focus {
  outline: none !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

@media screen and (max-width: 1023px) {
  .site-header > .navbar > .strokengine-responsive {
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .site-header > .navbar > .strokengine-responsive > .ubermenu-responsive-toggle {
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
  }
}

#ubermenu-main-3-menu-1-2 {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 500;
}

@media screen and (min-width: 1024px) {
  #ubermenu-main-3-menu-1-2 {
    margin: 0 -20px 0 -20px;
  }
}

#ubermenu-main-3-menu-1-2.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
  color: #fff;
  right: 0;
  content: '\F0DA';
}

@media screen and (max-width: 1023px) {
  #ubermenu-main-3-menu-1-2.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
    position: relative;
    right: -10px;
    content: '\F0DD';
  }
}

@media screen and (min-width: 1024px) {
  #ubermenu-main-3-menu-1-2.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
    color: #fff;
    content: '\F0DD';
    top: 5px;
    right: 7px;
  }
}

@media screen and (max-width: 1023px) {
  #ubermenu-main-3-menu-1-2.ubermenu-sub-indicators .ubermenu-has-submenu-drop.ubermenu-active > .ubermenu-target:after {
    content: '\F0D8';
  }
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  #ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  #ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > #menu-item-89,
  #ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > #menu-item-677 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 {
  float: none;
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 a {
  padding: 0 20px;
  font-weight: 600;
  font-size: 1.5rem;
  color: #404040;
  text-decoration: none;
  -webkit-transition: all, ease-in-out 0.3s;
  transition: all, ease-in-out 0.3s;
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > a {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  #ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0:not(.ubermenu-current-menu-item):hover > .ubermenu-target,
  #ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0:not(.ubermenu-current-menu-item):focus > .ubermenu-target {
    opacity: 0.8;
  }
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 .wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 .wpml-ls-legacy-list-horizontal .wpml-ls-link {
  padding-bottom: 4px;
  color: #fff;
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 .wpml-ls-legacy-list-horizontal .wpml-ls-link span {
  vertical-align: unset;
  content: 'FR';
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-item-layout-text_only {
  padding: 0 20px;
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-item-layout-text_only li .ubermenu-item-layout-text_only {
  padding: 10px 15px;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  #ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-item-layout-text_only li .ubermenu-item-layout-text_only {
    padding: 0 15px;
    color: #fff;
  }
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-target {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  #ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-target {
    padding: 0 20px 2px 20px;
    color: #fff;
  }
}

@media screen and (min-width: 1024px) {
  #ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target > .ubermenu-target-text,
  #ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target > .ubermenu-target-text {
    margin-bottom: -13px;
    padding-bottom: 7px;
    border-bottom: 6px solid #970C18;
  }
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-submenu {
  margin-top: 11px;
  background-color: #EFF4FF;
}

@media screen and (max-width: 1023px) {
  #ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-submenu {
    position: relative;
    margin-top: 0;
    -webkit-transition: all, ease-in-out 0.3s;
    transition: all, ease-in-out 0.3s;
  }
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-submenu li {
  color: #404040;
  -webkit-transition: all, ease-in-out 0.3s;
  transition: all, ease-in-out 0.3s;
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-submenu li.ubermenu-item-level-3 {
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  #ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-submenu li.ubermenu-item-level-2 {
    width: 100%;
  }

  #ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-submenu li.ubermenu-item-level-2 .ubermenu-submenu {
    padding-bottom: 0;
  }
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-submenu li > a {
  padding: 8px 20px;
  font-weight: 500;
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-submenu li > a:hover {
  background-color: #fff;
  text-decoration: none;
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-submenu .ubermenu-retractor {
  color: #fff;
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-submenu .ubermenu-retractor:hover {
  background-color: #fff;
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-submenu .ubermenu-retractor.ubermenu-retractor-mobile .fa-times:before {
  content: '\F053';
  margin-right: 5px;
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-submenu .ubermenu-retractor.ubermenu-retractor-desktop {
  display: none;
}

@media screen and (max-width: 600px) {
  #ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 > .ubermenu-submenu > .ubermenu-row {
    margin-bottom: 0;
  }
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 > .ubermenu-item-level-0 .search-btn + .ubermenu-submenu {
  left: unset;
  -webkit-transform: none;
          transform: none;
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 .ubermenu-divider {
  padding: 5px 20px;
}

#ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 .ubermenu-wpml-ls-item {
  display: none;
}

@media screen and (min-width: 1024px) {
  #ubermenu-main-3-menu-1-2 #ubermenu-nav-main-3-menu-1 .ubermenu-wpml-ls-item {
    display: block;
  }
}

#ubermenu-main-3-menu-1-2 .menu-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  #ubermenu-main-3-menu-1-2 .menu-search-container {
    display: none;
  }
}

#ubermenu-main-3-menu-1-2 .menu-search-container .search {
  padding: 20px 0 0 20px;
}

#ubermenu-main-3-menu-1-2 .menu-search-container .search button,
#ubermenu-main-3-menu-1-2 .menu-search-container .search input,
#ubermenu-main-3-menu-1-2 .menu-search-container .search select,
#ubermenu-main-3-menu-1-2 .menu-search-container .search optgroup {
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 0;
}

#ubermenu-main-3-menu-1-2 .menu-search-container .search input[type="text"] {
  border: 1px solid #D8DCDF;
  padding: 4px 10px 3px;
  margin-right: -4px;
}

@media screen and (max-width: 374px) {
  #ubermenu-main-3-menu-1-2 .menu-search-container .search input[type="text"] {
    width: 122px;
  }
}

#ubermenu-main-3-menu-1-2 .menu-search-container .search .search-btn {
  background-color: #970C18;
  color: #fff;
  border: 1px solid #970C18;
  height: 32px;
  position: relative;
  top: 0;
  left: -2px;
  padding: 0px 10px;
}

#ubermenu-main-3-menu-1-2 .menu-search-container .search .select-wrapper {
  display: inline-block;
  margin-right: -4px;
}

#ubermenu-main-3-menu-1-2 .menu-search-container .search .select-wrapper .select-css {
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 8px 1.4em 5px .8em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #D8DCDF;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #D8DCDF;
  background-image: linear-gradient(45deg, transparent 50%, #404040 50%), linear-gradient(135deg, #404040 50%, transparent 50%);
  background-position: calc(100% - 15px) calc(1em + 1px), calc(100% - 10px) calc(1em + 1px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

#ubermenu-main-3-menu-1-2 .menu-search-container .search .select-wrapper .select-css option {
  font-weight: normal;
}

#ubermenu-main-3-menu-1-2 .menu-search-container .search .select-wrapper .select-css::-ms-expand {
  display: none;
}

#ubermenu-main-3-menu-1-2 .menu-search-container .search .input-wrapper {
  display: inline;
  position: relative;
  top: -1px;
}

#ubermenu-main-3-menu-1-2 .menu-search-container .adv-search {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.14;
  color: #404040;
  text-decoration: underline;
}

#ubermenu-main-3-menu-1-2 .menu-search-container .adv-search:hover {
  text-decoration: none;
}

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

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

#ubermenu_navigation_widget-2 {
  position: relative;
}

.widget-area .widget_nav_menu h2 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.67;
  color: #032975;
  font-family: "Montserrat", sans-serif;
}

.widget-area .widget_nav_menu .menu {
  font-family: "Merriweather", sans-serif;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.widget-area .widget_nav_menu .menu li {
  margin-bottom: 5px;
}

.widget-area .widget_nav_menu .menu li a {
  border-left: 2px solid rgba(3, 41, 117, 0.25);
  padding-left: 10px;
  color: #404040;
}

.widget-area .widget_nav_menu .menu li.current-menu-item a {
  color: #404040;
  border-left: 2px solid #032975;
  font-weight: 700;
}

.ubermenu.ubermenu-sidebar {
  max-width: calc(0.225 * 1280px);
}

.ubermenu.ubermenu-sidebar > ul {
  margin-left: 0;
  padding-left: 0;
  font-family: "Merriweather", sans-serif;
}

.ubermenu.ubermenu-sidebar > ul > li {
  margin-bottom: 15px !important;
}

.ubermenu.ubermenu-sidebar > ul > li.ubermenu-has-submenu-drop > a.ubermenu-target:after,
.ubermenu.ubermenu-sidebar > ul > li.ubermenu-has-submenu-drop > span.ubermenu-target:after {
  content: '\F0D7' !important;
}

.ubermenu.ubermenu-sidebar > ul > li.ubermenu-has-submenu-drop.ubermenu-active > a.ubermenu-target:after,
.ubermenu.ubermenu-sidebar > ul > li.ubermenu-has-submenu-drop.ubermenu-active > span.ubermenu-target:after {
  content: '\F0D8' !important;
}

.ubermenu.ubermenu-sidebar > ul > li .sidenav-header {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.67;
  color: #032975;
  font-family: "Montserrat", sans-serif;
  padding: 0;
}

.ubermenu.ubermenu-sidebar > ul > li > a.ubermenu-target,
.ubermenu.ubermenu-sidebar > ul > li > span.ubermenu-target:not(.sidenav-header) {
  border-left: 2px solid rgba(3, 41, 117, 0.25) !important;
  padding: 0 0 0 10px;
  color: #404040;
}

.ubermenu.ubermenu-sidebar > ul > li.ubermenu-current-menu-item > a.ubermenu-target,
.ubermenu.ubermenu-sidebar > ul > li.ubermenu-current-menu-item span.ubermenu-target:not(.sidenav-header) {
  color: #404040;
  border-left: 2px solid #032975 !important;
  font-weight: 700;
}

.ubermenu.ubermenu-sidebar > ul > li > ul.ubermenu-submenu {
  max-width: inherit;
  margin-top: 0px;
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}

.ubermenu.ubermenu-sidebar > ul > li > ul.ubermenu-submenu > li ul.taxonomy-menu {
  list-style: none;
  margin-top: 5px;
  margin-left: 13px;
  padding-left: 0;
}

.ubermenu.ubermenu-sidebar > ul > li > ul.ubermenu-submenu > li ul.taxonomy-menu > li:first-child {
  margin-top: 5px;
}

.ubermenu.ubermenu-sidebar > ul > li > ul.ubermenu-submenu > li ul.taxonomy-menu > li > a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 5px 0;
  border-bottom: 1px solid transparent;
  color: #404040;
}

.ubermenu.ubermenu-sidebar > ul > li > ul.ubermenu-submenu > li ul.taxonomy-menu > li > a:hover {
  text-decoration: none;
  border-bottom: 1px solid #404040;
}

.sidebar-atoz {
  margin-top: 10px;
  max-width: calc(0.225 * 1280px);
}

.sidebar-atoz ul {
  padding-left: 0;
}

.sidebar-atoz li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1px;
}

.sidebar-atoz li a {
  background-color: rgba(3, 41, 117, 0.25);
  width: 25px;
  height: 25px;
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  text-align: center;
}

.to-top {
  bottom: 60px;
  position: fixed;
}

@media screen and (min-width: 1025px) {
  .to-top {
    bottom: 5px;
    z-index: -1;
  }
}

.to-top a {
  height: 40px;
  width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #AE0721;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all, ease-in-out 0.3s;
  transition: all, ease-in-out 0.3s;
}

.to-top a:hover,
.to-top a:focus {
  text-decoration: none;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.close-sidebar-menu {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  background-color: #404040;
  width: 100%;
  max-width: 300px;
  margin-left: -15px;
  padding: 10px 15px;
}

@media screen and (min-width: 1025px) {
  .close-sidebar-menu {
    display: none;
  }
}

.close-sidebar-menu a {
  color: #fff;
  font-weight: 700;
  display: block;
  text-decoration: none;
}

#sidebar-menu-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #404040;
  margin-left: -20px;
  padding: 10px 20px;
  z-index: 999;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 1025px) {
  #sidebar-menu-btn {
    display: none;
  }
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/

.home.no-sidebar .site-content > .site-content-wrapper > .content-area{
    float:none !important;
    margin:0 auto !important;
    
}


html,
body {
  overflow-x: hidden;
  min-width: 320px;
}

.page,
.post {
  margin-bottom: 0;
}

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

body #page.site #content {
  margin-top: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  body #page.site #content {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.strokengine-responsive {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.site-content > .site-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .site-content > .site-content-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.site-content > .site-content-wrapper > .content-area {
  width: 70%;
  margin-left: 2.5%;
}

@media screen and (max-width: 1024px) {
  .site-content > .site-content-wrapper > #secondary {
    display: none;
    width: 80%;
    max-width: 300px;
    z-index: 1000;
    position: absolute;
    height: 100%;
    top: -161px;
    left: 0;
    background-color: #EFF4FF;
  }
}

@media screen and (min-width: 1025px) {
  .site-content > .site-content-wrapper > #secondary {
    display: block;
    width: 22.5%;
    z-index: 0;
  }
}

.site-content > .site-content-wrapper.three-column > .content-area {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .site-content > .site-content-wrapper.three-column > .content-area {

    width: 70%;
  }
}

@media screen and (min-width: 1025px) {
  .site-content > .site-content-wrapper.three-column > .content-area {
    width: 50%;
    margin-right:5%;

  }
}

@media screen and (max-width: 1024px) {
  .site-content > .site-content-wrapper.three-column > #secondary {
    display: none;
    max-width: 300px;
    z-index: 1000;
    position: absolute;
    height: 100%;
    top: -161px;
    left: 0;
    padding-left: 15px;
    padding-top: 15px;
    background-color: #EFF4FF;
  }
}

@media screen and (min-width: 1025px) {
  .site-content > .site-content-wrapper.three-column > #secondary {
    display: block;
    width: 26%;
    z-index: 0;
  }
}



@media screen and (min-width: 768px) {
  .site-content > .site-content-wrapper.three-column > #tertiary {
    width: 22.5%;
  }
}

@media screen and (min-width: 1024px) {
    
#tertiary {
  width: 22.5%;
  margin-left: 0;    
  float:right;
  font-size:0.88em;
}

    
  .site-content > .site-content-wrapper.three-column > #tertiary {
    width: 22.5%;
  }
}


.no-sidebar .site-content > .site-content-wrapper {
  display: block;

}

.no-sidebar .site-content > .site-content-wrapper > .content-area {
  width: 72.5%;
  max-width: 960px;
  margin-left: 0;
  float:left;

}

.bottom-bar {
  padding: 10px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

.bottom-bar .relogix-responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 600px) {
  .bottom-bar .relogix-responsive {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.bottom-bar .relogix-responsive .rhs .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bottom-bar .relogix-responsive .rhs .menu li {
  display: inline-block;
  padding-left: 15px;
}

.bottom-bar .relogix-responsive .rhs .menu li a,
.bottom-bar .relogix-responsive .rhs .menu li a:visited {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

#breadcrumbs {
  font-weight: 500;
  margin-top: 0;
}

#breadcrumbs a {
  color: #404040;
  text-decoration: none;
  font-weight: inherit;
}

#breadcrumbs a:hover {
  text-decoration: none;
  border-bottom: 1px solid #404040;
}

.vc_btn3.relogix-button {
  padding: 5px 15px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1rem;
  min-width: 120px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 25px;
  border: 5px solid #000;
  background-color: #000;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  -webkit-transition: color 300ms, background-color 300ms, border-color 300ms;
  transition: color 300ms, background-color 300ms, border-color 300ms;
  cursor: pointer;
  text-align: center;
}

.vc_btn3.relogix-button:hover,
.vc_btn3.relogix-button:focus {
  background-color: transparent;
  border-color: #7B7B7B;
  color: #000;
}

.vc_btn3.relogix-button.outlined {
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.vc_btn3.relogix-button.outlined:hover,
.vc_btn3.relogix-button.outlined:focus {
  background-color: #000;
  color: #fff;
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
  line-height: 1;
}

@media screen and (max-width: 1399px) {
  .grecaptcha-badge {
    display: none;
  }
}

img {
  vertical-align: middle;
}

.se-content img.alignleft,
.se-content img.alignright,
.se-content img.aligncenter,
.se-content img.alignnone {
  margin-top: 15px;
  margin-bottom: 15px;
}

.wpb_single_image .wpb_wrapper.vc_figure {
  display: table;
  max-width: none;
}

.wpb_single_image .vc_figure-caption {
  display: table-caption;
  caption-side: bottom;
  text-align: left;
}

.wpb_single_image img {
  width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wpb_single_image img {
    max-width: 640px !important;
  }
}

figure .wp-caption-text {
  font-size: 1.1rem;
  text-align: left;
}

ul,
ol {
  margin-left: 0;
}

.hidden {
  display: none !important;
}

.full-width {
  width: 100%;
}

h1 {
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.12;
  color: #404040;
  margin-top: 0;
}

h2,
.h2 {
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.12;
  color: #032975;
  margin-top: 0;
}

h2.letter-index,
.h2.letter-index {
  padding-top: 30px;
}

h2.letter-index:first-child,
.h2.letter-index:first-child {
  padding-top: 0;
}

.h2 {
  margin-bottom: 0.83em;
}

h3,
.h3,
h2.h3 {
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  font-size: 3.0rem;
  line-height: 1.12;
  color: #404040;
}

.h3 {
  margin-bottom: 1.0em;
}

h2.h3 {
  color: #032975;
}

h4,
.h4 {
  font-family: "Merriweather", sans-serif;
  margin-top: 0;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.12;
  color: #404040;
}

.h4 {
  margin-bottom: 1.33em;
}

h5,
.h5 {
  margin-top: 0;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.12;
  color: #404040;
}

.h5 {
  margin-bottom: 1.33em;
}

h6,
.h6 {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.12;
  color: #fff;
}

.h6 {
  margin-bottom: 1.33em;
  display: block;
}

blockquote {
  margin-top: 45px;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #ECF1F4;
  padding: 40px 25px 20px;
  font-size: 2.1rem;
  font-weight: 500;
  position: relative;
}

blockquote:before {
  font-family: FontAwesome;
  font-size: 3.0rem;
  content: '\F10D';
  background-color: #32BFC5;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 25px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

blockquote p:first-child {
  margin-top: 0;
}

.note {
  border: 3px solid #AFC4F0;
  background-color: #EFF4FF;
  padding: 15px;
  font-size: 1.4rem;
  line-height: 1.75;
  margin-bottom: 15px;
  margin-top: 15px;
}

.note p {
  margin-bottom: 1em;
}

#e2pdf-download {
    border: 1px solid #032975;
    background:#032975;
    color:#FFF;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 30px;
    display: inline-block;
}
#e2pdf-download:hover {
    border: 1px solid #032975;
    background:#FFF;
    color:#032975;
}

.meta .download-link {
  color: #032975;
  border-bottom: 1px solid transparent;
}

.meta .download-link:hover {
  border-bottom-color: #032975;
  text-decoration: none;
}

.meta .download-link i.far {
  font-size: 2.2rem;
  margin-right: 5px;
}

a.results-table {
  margin-bottom: 25px;
  display: inline-block;
}

table {
  border: 1px solid #7B7B7B;
  border-collapse: collapse;
}

table tr:nth-child(odd) {
  background-color: #EFF4FF;
}

table tr th {
  background-color: #032975;
  color: #fff;
  border: 1px solid #7B7B7B;
  padding: 5px;
  font-weight: 600;
}

table tr td {
  border: 1px solid #7B7B7B;
  padding: 5px;
}

a {
  word-wrap: break-word;
  word-break: break-word;
}

#cookie-law-info-bar .medium.cli-plugin-button.cli-plugin-main-button.cookie_action_close_header.cli_action_button {
  background-color: #DF4C8F !important;
  color: #fff !important;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  border-radius: 25px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  padding: 5px 15px;
  border: 5px solid #DF4C8F;
  -webkit-transition: color 300ms, background-color 300ms, border-color 300ms;
  transition: color 300ms, background-color 300ms, border-color 300ms;
}

#cookie-law-info-bar .medium.cli-plugin-button.cli-plugin-main-button.cookie_action_close_header.cli_action_button:hover,
#cookie-law-info-bar .medium.cli-plugin-button.cli-plugin-main-button.cookie_action_close_header.cli_action_button:focus {
  border-color: #ed9ac0;
}

.js-to_expand[data-hidden=true] {
  display: none;
}

.expandmore__button {
  background: none;
  font-size: inherit;
  color: inherit;
  margin-bottom: 15px;
  width: 100%;
  background-color: #EFF4FF;
  color: #404040;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.expandmore__button.is-opened {
  background-color: #032975;
  color: #fff;
}

.expandmore__button .expandmore__symbol {
  width: 20px;
  text-align: left;
}

.expandmore__button .purpose {
  width: calc(0.667 * (100% - 60px));
  text-align: left;
  font-weight: 700;
}

.expandmore__button .evidence {
  width: 40px;
  font-weight: 600;
  text-align: right;
  text-transform: lowercase;
}

.expandmore__button .findings {
  width: calc(0.333 * (100% - 60px));
  font-weight: 600;
  /*text-transform: capitalize;*/
  text-align: left;
}

.expandmore__button[aria-expanded=false] > .expandmore__symbol:before,
.expandmore__button[data-expanded=false] > .expandmore__symbol:before {
  content: '+ ';
}

.expandmore__button[aria-expanded=true] > .expandmore__symbol:before,
.expandmore__button[data-expanded=true] > .expandmore__symbol:before {
  content: '\2212   ';
}

.site-footer {
  background-color: #AE0721;
  padding-top: 10px;
}

@media screen and (min-width: 1025px) {
  .site-footer {
    z-index: 0;
    position: relative;
  }
}

.site-footer .strokengine-responsive .row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .site-footer .strokengine-responsive .row-1 {
    padding-top: 54px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 769px) {
  .site-footer .strokengine-responsive .row-1 {
    padding-top: 25px;
  }
}

@media screen and (min-width: 950px) {
  .site-footer .strokengine-responsive .row-1 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.site-footer .strokengine-responsive .row-1 .lhs {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .site-footer .strokengine-responsive .row-1 .lhs {
    width: calc((6 / 12 * 100%) - 15px);
    margin-right: 15px;
  }
}

@media screen and (min-width: 950px) {
  .site-footer .strokengine-responsive .row-1 .lhs {
    width: calc(4/12 * 100%);
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .strokengine-responsive .row-1 .lhs {
    width: calc(5 / 12 * 100%);
  }
}

.site-footer .strokengine-responsive .row-1 .lhs .logo-container {
  display: block;
  margin-bottom: 20px;
}

.site-footer .strokengine-responsive .row-1 .lhs .logo-container img {
  max-width: 300px;
}

.site-footer .strokengine-responsive .row-1 .lhs .copyright {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
}

.site-footer .strokengine-responsive .row-1 .lhs .footer-txt-link {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
}

.site-footer .strokengine-responsive .row-1 .middle {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  max-width: 400px;
  padding-top: 20px;
}

@media screen and (min-width: 769px) {
  .site-footer .strokengine-responsive .row-1 .middle {
    width: calc((6 / 12 * 100%) - 15px);
    margin-left: 15px;
    max-width: none;
  }
}

@media screen and (min-width: 950px) {
  .site-footer .strokengine-responsive .row-1 .middle {
    width: calc(4 / 12 * 100%);
    margin-left: 30px;
    margin-right: 30px;
  }
}

.site-footer .strokengine-responsive .row-1 .middle .h6 {
  text-transform: uppercase;
}

.site-footer .strokengine-responsive .row-1 .middle .about-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

.site-footer .strokengine-responsive .row-1 .rhs {
  width: 100%;
  padding-top: 20px;
}

@media screen and (min-width: 950px) {
  .site-footer .strokengine-responsive .row-1 .rhs {
    width: calc(4 / 12 * 100%);
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .strokengine-responsive .row-1 .rhs {
    width: calc(3 / 12 * 100%);
  }
}

.site-footer .strokengine-responsive .row-1 .rhs .h6 {
  text-transform: uppercase;
}

.site-footer .strokengine-responsive .row-1 .rhs #ubermenu-nav-secondary-5-social-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .strokengine-responsive .row-1 .rhs #ubermenu-nav-secondary-5-social-menu li {
  display: block;
}

@media screen and (min-width: 950px) {
  .site-footer .strokengine-responsive .row-1 .rhs #ubermenu-nav-secondary-5-social-menu li {
    display: inline-block;
  }
}

.site-footer .strokengine-responsive .row-1 .rhs #ubermenu-nav-secondary-5-social-menu li a {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding: 0;
  border-bottom: 1px solid transparent;
  margin: 0 0 20px;
}

.site-footer .strokengine-responsive .row-1 .rhs #ubermenu-nav-secondary-5-social-menu li a:hover {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.site-footer .strokengine-responsive .row-1 .rhs #ubermenu-nav-secondary-5-social-menu li a .ubermenu-icon {
  font-size: 2.5rem;
  width: 1.3em;
  line-height: 1;
}

.site-footer .strokengine-responsive #bottom-bar {
  list-style: none;
  margin-left: -10px;
  padding-left: 0;
  margin-bottom: 0;
}

.site-footer .strokengine-responsive #bottom-bar li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 14px 0 10px;
  line-height: 1;
}

.site-footer .strokengine-responsive #bottom-bar li:last-child {
  border-right: none;
}

.site-footer .strokengine-responsive #bottom-bar a {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid transparent;
}

.site-footer .strokengine-responsive #bottom-bar a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
  .single-se_assessments .site-footer,
  .single-se_interventions .site-footer,
  .single-se_consequences .site-footer {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 769px) {
  .single-se_assessments .site-footer,
  .single-se_interventions .site-footer,
  .single-se_consequences .site-footer {
    margin-bottom: 45px;
  }
}

html {
  font-size: 9px;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 10px;
  }
}

html body {
  font-size: 1.6rem;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

body .glossary-tooltip a,
body .glossary-underline {
  background: none;
  cursor: pointer;
  display: inline-block;
  font-weight: inherit;
  padding: 0;
  border: 0 !important;
  text-decoration: none;
  border-bottom: 1px dotted #032975 !important;
  line-height: 1;
  color: inherit;
}

body .glossary-tooltip a:hover,
body .glossary-underline:hover {
  text-decoration: none;
}

body .glossary-tooltip-content {
  background: #EFF4FF;
  border: 3px solid #AFC4F0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .glossary-tooltip-content:after {
  border-top-color: #AFC4F0;
}

body .glossary-tooltip-content .glossary-tooltip-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.75;
  padding: 15px;
  color: #404040;
}

.post-type-archive-glossary #main h2 {
  font-family: "Merriweather", sans-serif;
  margin-top: 30px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.12;
  color: #404040;
}

.post-type-archive-glossary #main h2:after {
  content: ' ';
  border-bottom: 2px solid #032975;
  width: 115px;
  height: 10px;
  display: block;
}

.post-type-archive-glossary #main h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #404040;
}

header {
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  position: relative;
  z-index: 10;
}

header .top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .top-bar .site-branding {
  padding: 26px 0;
}

header .top-bar .site-branding .custom-logo-link img {
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  header .top-bar .site-branding .custom-logo-link img {
    max-width: 90%;
  }
}

header .top-bar .rhs {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  header .top-bar .rhs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .top-bar .rhs .search {
  padding: 0 0 0 20px;
}

header .top-bar .rhs .search button,
header .top-bar .rhs .search input,
header .top-bar .rhs .search select,
header .top-bar .rhs .search optgroup {
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 0;
}

header .top-bar .rhs .search input[type="text"] {
  border: 1px solid #D8DCDF;
  padding: 4px 10px 3px;
  margin-right: -4px;
}

header .top-bar .rhs .search .search-btn {
  background-color: #AE0721;
  color: #fff;
  border: 1px solid #AE0721;
  height: 34px;
  position: relative;
  top: 0;
  left: -2px;
  padding: 6px 10px;
  cursor: pointer;
  -webkit-transition: all, ease-in-out 0.3s;
  transition: all, ease-in-out 0.3s;
}

header .top-bar .rhs .search .search-btn:hover {
  background-color: #970C18;
  border: 1px solid #970C18;
}

header .top-bar .rhs .search .select-wrapper {
  display: inline-block;
  margin-right: -4px;
}

header .top-bar .rhs .search .select-wrapper .select-css {
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 8px 1.4em 6px .8em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #D8DCDF;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #D8DCDF;
  background-image: linear-gradient(45deg, transparent 50%, #404040 50%), linear-gradient(135deg, #404040 50%, transparent 50%);
  background-position: calc(100% - 15px) calc(1em + 1px), calc(100% - 10px) calc(1em + 1px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

header .top-bar .rhs .search .select-wrapper .select-css option {
  font-weight: normal;
}

header .top-bar .rhs .search .select-wrapper .select-css::-ms-expand {
  display: none;
}

header .top-bar .rhs .search .input-wrapper {
  display: inline;
  position: relative;
  top: -1px;
}

header .top-bar .rhs .adv-search {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.14;
  color: #404040;
  text-decoration: underline;
  display: none;
}

header .top-bar .rhs .adv-search:hover {
  text-decoration: none;
}

header .navbar {
  padding: 11px 0;
  background-color: #032975;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

header .navbar .strokengine-responsive {
  position: relative;
}

header .navbar .strokengine-responsive .mobile-lang-switcher {
  position: absolute;
  font-weight: 600;
  top: 2px;
  right: 20px;
  display: block;
}

@media screen and (min-width: 1024px) {
  header .navbar .strokengine-responsive .mobile-lang-switcher {
    display: none;
  }
}

header .navbar .strokengine-responsive .mobile-lang-switcher a {
  color: #fff;
}

.notice-container {
  border: 3px solid #AFC4F0;
  background-color: #EFF4FF;
  padding: 0 15px;
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: 20px;
}

.notice-container p {
  margin-bottom: 1em;
}

.related-items-container {
  margin-top: 40px;
}

.related-items-container .related-items-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.related-items-container .related-items-list li {
  border-bottom: 1px solid rgba(3, 41, 117, 0.25);
  padding: 5px 0;
}

.related-items-container .related-items-list li:first-child {
  border-top: 1px solid rgba(3, 41, 117, 0.25);
}

.related-items-container .related-items-list li a {
  font-weight: 500;
  color: #404040;
  border-bottom: 1px solid transparent;
}

.related-items-container .related-items-list li a:hover {
  border-bottom: 1px solid #404040;
  text-decoration: none;
}

.ubermenu-search-input {
  font-size: 1.6rem;
}

.ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-search-submit {
  font-size: 1.6rem;
  color: #2278B5 !important;
}

.se-search-results .results-meta {
  font-weight: 500;
  margin-bottom: 25px;
}

.se-search-results .results-meta .search-term {
  font-weight: 700;
}

.se-search-results article {
  max-width: 960px;
  margin-bottom: 25px;
}

.se-search-results article h2 {
  font-size: 2.1rem;
  margin-bottom: 5px;
}

.se-search-results article h2 a,
.se-search-results article h2 a:visited {
  color: #032975;
}

.share-btns {
  margin-top: 15px;
  display: inline-block;
  margin-right: 50px;
}

.popmake-survey,
.popmake-sondage {
  display: none;
  position: fixed;
  bottom: 0;
  right: 20px;
  background-color: #032975;
  padding: 5px 30px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border-radius: 15px 15px 0px 0px;
  z-index: 100;
  max-width: 200px;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .popmake-survey,
  .popmake-sondage {
    display: block;
  }
}

.popmake-survey[aria-hidden="true"],
.popmake-sondage[aria-hidden="true"] {
  display: none;
}

table.tablepress {
  border: 1px solid #7B7B7B;
  border-collapse: collapse;
}

table.tablepress thead th {
  background-color: #032975;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border: 1px solid #7B7B7B;
}

table.tablepress tbody td,
table.tablepress tfoot th {
  border: 1px solid #7B7B7B;
}

table.tablepress .odd td {
  background-color: #EFF4FF;
}

.toc-header {
  font-family: "Montserrat", sans-serif;
  color: #032975;
  font-weight: 700;
  margin-bottom: 5px;
}

.sidebar-toc.tocify {
  border: none;
  width: 100%;
  position: relative;
  margin-left: 0;
  scrollbar-width: thin;
  scrollbar-color: #eee transparent;
}

@media screen and (max-width: 1024px) {
  .sidebar-toc.tocify {
    display: none;
    position: fixed;
    top: 0;
    max-width: 300px;
  }
}

@media screen and (min-width: 1025px) {
  .sidebar-toc.tocify {
    max-height: 75vh;
  }
}

.sidebar-toc.tocify::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.sidebar-toc.tocify::-webkit-scrollbar {
  width: 10px;
  /* width of the entire scrollbar */
}

.sidebar-toc.tocify::-webkit-scrollbar-track {
  background: transparent;
  /* color of the tracking area */
}

.sidebar-toc.tocify::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.sidebar-toc.tocify.stick {
  position: fixed;
  top: 32px;
}

@media screen and (min-width: 1025px) {
  .sidebar-toc.tocify.stick {
    width: 22.5%;
    max-width: calc((22.5 / 100) * 1280px);
  }
}

.sidebar-toc.tocify .tocify-header {
  list-style: none;
  padding-left: 0;
  font-family: "Merriweather", sans-serif;
  margin-left: 0;
  text-indent: 0;
}

.sidebar-toc.tocify .tocify-header > li {
  font-family: "Merriweather", sans-serif;
  margin-bottom: 5px !important;
}

.sidebar-toc.tocify .tocify-header > li > a {
  border-left: 3px solid rgba(3, 41, 117, 0.25) !important;
  padding: 0 0 0 13px;
  color: #404040;
}

.sidebar-toc.tocify .tocify-header > li.tocify-focus > a {
  border-left: 3px solid #032975 !important;
  font-weight: 700;
}

.sidebar-toc.tocify .tocify-header > ul {
  list-style: none;
  margin-top: 5px;
  padding-left: 0;
  text-indent: 0;
  margin-left: 15px;
}

.sidebar-toc.tocify .tocify-header > ul li:first-child {
  margin-top: 5px;
}

.sidebar-toc.tocify .tocify-header > ul li a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 5px 0;
  color: #032975;
}

.sidebar-toc.tocify .tocify-header > ul li a:hover {
  text-decoration: underline;
}

.sidebar-toc.tocify .tocify-header > ul li.tocify-focus a {
  font-weight: 700;
}

.sidebar-toc.tocify .tocify-header > ul > ul {
  text-indent: 0;
  margin-left: 13px;
}

.sidebar-toc.tocify .tocify-header > ul > li > a {
  color: #404040;
}

@media screen and (max-width: 1024px) {
  .sidebar-toc.tocify.glossary {
    width: 80%;
    max-width: 300px;
    padding-right: 15px;
  }
}

.sidebar-toc.tocify.glossary .tocify-header {
  display: inline;
}

.sidebar-toc.tocify.glossary .tocify-header > li.tocify-item {
  overflow-wrap: break-word;
  display: inline;
  line-height: 1;
  margin: 0 1px;
}

.sidebar-toc.tocify.glossary .tocify-header > li.tocify-item > a {
  border-left: none !important;
  background-color: rgba(3, 41, 117, 0.25);
  width: 25px;
  height: 25px;
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  text-align: center;
  padding-left: 0;
  margin: 0 1px;
}

#ubermenu_navigation_widget-2.stick,
#ubermenu_navigation_widget-3.stick,
#ubermenu_navigation_widget-4.stick,
#ubermenu_navigation_widget-5.stick {
  position: fixed;
  top: 32px;
}

@media screen and (min-width: 1025px) {
  #ubermenu_navigation_widget-2.stick,
  #ubermenu_navigation_widget-3.stick,
  #ubermenu_navigation_widget-4.stick,
  #ubermenu_navigation_widget-5.stick {
    width: 22.5%;
    max-width: calc((22.5 / 100) * 1280px);
  }
}

#ubermenu-sidebar-7.stick,
#ubermenu-sidebar-55.stick {
  position: fixed;
  top: 32px;
}

@media screen and (min-width: 1025px) {
  #ubermenu-sidebar-7.stick,
  #ubermenu-sidebar-55.stick {
    width: 22.5%;
    max-width: calc((22.5 / 100) * 1280px);
  }
}

.applications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.applications .application {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .applications .application {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 30px;
  }
}

.applications .application .lhs {
  width: 100%;
  margin-right: 0;
  padding: 20px;
  border: 1px solid rgba(3, 41, 117, 0.25);
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .applications .application .lhs {
    width: 28.3333%;
    margin-right: 5%;
  }
}

.applications .application .rhs {
  width: 100%;
  margin-top: 20px;
  font-family: "Merriweather", sans-serif;
}

@media screen and (min-width: 768px) {
  .applications .application .rhs {
    margin-top: 0;
    width: 66.6667%;
  }
}

.applications .application .rhs .application-name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.applications .application .rhs .application-link {
  line-height: 1.2;
}

.applications .application .rhs .application-link a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #032975;
}

.se_assessments .meta,
.se_interventions .meta,
.se_consequences .meta,
.se-content.p-and-f .meta {
  font-family: "Merriweather", sans-serif;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(3, 41, 117, 0.25);
}

.se_assessments .meta .label,
.se_interventions .meta .label,
.se_consequences .meta .label,
.se-content.p-and-f .meta .label {
  font-weight: 700;
  font-style: normal;
}

.se_assessments .meta .review-date,
.se_interventions .meta .review-date,
.se_consequences .meta .review-date,
.se-content.p-and-f .meta .review-date {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  font-style: normal;
}

.se_assessments .meta .download-link,
.se_interventions .meta .download-link,
.se_consequences .meta .download-link,
.se-content.p-and-f .meta .download-link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

@media screen and (max-width: 600px) {
  .se_assessments .meta .download-link,
  .se_interventions .meta .download-link,
  .se_consequences .meta .download-link,
  .se-content.p-and-f .meta .download-link {
    display: block;
  }
}

.se_assessments h2,
.se_assessments .h2,
.se_interventions h2,
.se_interventions .h2,
.se_consequences h2,
.se_consequences .h2,
.se-content.p-and-f h2,
.se-content.p-and-f .h2 {
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  font-size: 3.0rem;
  line-height: 1.12;
  color: #404040;
}

.se_assessments .h2,
.se_interventions .h2,
.se_consequences .h2,
.se-content.p-and-f .h2 {
  margin-bottom: 1.0em;
}

.se_assessments h3,
.se_assessments .h3,
.se_interventions h3,
.se_interventions .h3,
.se_consequences h3,
.se_consequences .h3,
.se-content.p-and-f h3,
.se-content.p-and-f .h3 {
  font-family: "Merriweather", sans-serif;
  margin-top: 0;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.12;
  color: #404040;
}

.se_assessments h3:after,
.se_assessments .h3:after,
.se_interventions h3:after,
.se_interventions .h3:after,
.se_consequences h3:after,
.se_consequences .h3:after,
.se-content.p-and-f h3:after,
.se-content.p-and-f .h3:after {
  content: ' ';
  border-bottom: 2px solid #032975;
  width: 115px;
  height: 10px;
  display: block;
}

.se_assessments .h3,
.se_interventions .h3,
.se_consequences .h3,
.se-content.p-and-f .h3 {
  margin-bottom: 1.33em;
}

.se_assessments h4,
.se_assessments .h4,
.se_interventions h4,
.se_interventions .h4,
.se_consequences h4,
.se_consequences .h4,
.se-content.p-and-f h4,
.se-content.p-and-f .h4 {
  margin-top: 0;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.12;
  color: #404040;
}

.se_assessments .h4,
.se_interventions .h4,
.se_consequences .h4,
.se-content.p-and-f .h4 {
  margin-bottom: 1.33em;
}

.se_assessments h5,
.se_assessments .h5,
.se_interventions h5,
.se_interventions .h5,
.se_consequences h5,
.se_consequences .h5,
.se-content.p-and-f h5,
.se-content.p-and-f .h5 {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.12;
  color: #404040;
}

.se_assessments .h5,
.se_interventions .h5,
.se_consequences .h5,
.se-content.p-and-f .h5 {
  margin-bottom: 1.33em;
  display: block;
}

.by-topic-list h2 {
  font-family: "Merriweather", sans-serif;
  margin-top: 30px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.12;
  color: #404040;
}

.by-topic-list h2:after {
  content: ' ';
  border-bottom: 2px solid #032975;
  width: 115px;
  height: 10px;
  display: block;
}

.by-topic-list .item-link {
  font-family: "Montserrat", sans-serif;
  display: block;
}

h2.letter-index {
  font-family: "Merriweather", sans-serif;
  margin-top: 0;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.12;
  color: #404040;
}

h2.letter-index:after {
  content: ' ';
  border-bottom: 2px solid #032975;
  width: 115px;
  height: 10px;
  display: block;
}

.courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.courses .course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .courses .course {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.courses .course .lhs {
  width: 100%;
  margin-right: 0;
  padding: 20px;
  border: 1px solid rgba(3, 41, 117, 0.25);
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .courses .course .lhs {
    width: 28.3333%;
    margin-right: 5%;
  }
}

.courses .course .rhs {
  width: 100%;
  margin-top: 20px;
  font-family: "Merriweather", sans-serif;
}

@media screen and (min-width: 768px) {
  .courses .course .rhs {
    margin-top: 0;
    width: 66.6667%;
  }
}

.courses .course .rhs .course-name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.courses .course .rhs .course-link {
  line-height: 1.2;
}

.courses .course .rhs .course-link a {
  display: inline-block;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-color: #032975;
  color: #fff;
}

body.home #page.site #content {
  margin-bottom: 0;
}

body.home #page.site #content > .site-content-wrapper > .content-area {
  max-width: none;
}

body.home #page.site .homepage-hero {
  height: 400px;
  padding-top: 60px;
}

body.home #page.site .homepage-hero.default {
  background-color: rgba(3, 41, 117, 0.25);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(245, 245, 245, 0)), to(#013276));
  background: linear-gradient(0deg, rgba(245, 245, 245, 0) 0%, #013276 100%);
}

body.home #page.site .homepage-hero h1 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  body.home #page.site .homepage-hero h1 {
    font-size: 3.5rem;
  }
}

body.home #page.site #menu-home-submenu,
body.home #page.site #menu-home-submenu-fr {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-top: -60px;
}

@media screen and (min-width: 768px) {
  body.home #page.site #menu-home-submenu,
  body.home #page.site #menu-home-submenu-fr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
}

body.home #page.site #menu-home-submenu li,
body.home #page.site #menu-home-submenu-fr li {
  width: 100%;
  margin: 0 0 15px 0;
  background-color: #EFF4FF;
  text-align: center;
  border-bottom: 10px solid #032975;
  padding: 15px;
  -webkit-transition: all, ease-in-out 0.3s;
  transition: all, ease-in-out 0.3s;
}

@media screen and (min-width: 768px) {
  body.home #page.site #menu-home-submenu li,
  body.home #page.site #menu-home-submenu-fr li {
    width: 33.3333%;
    margin: 0 15px;
  }
}

body.home #page.site #menu-home-submenu li a,
body.home #page.site #menu-home-submenu-fr li a {
  font-family: "Merriweather", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #404040;
}

body.home #page.site #menu-home-submenu li:hover,
body.home #page.site #menu-home-submenu li:focus,
body.home #page.site #menu-home-submenu-fr li:hover,
body.home #page.site #menu-home-submenu-fr li:focus {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

body.home #page.site .ctas {
  padding-bottom: 50px;
  padding-top: 50px;
}

body.home #page.site .ctas h2 {
  text-align: center;
  color: #404040;
}

body.home #page.site .ctas .ctas-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 500px) {
  body.home #page.site .ctas .ctas-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}

body.home #page.site .ctas .ctas-inner .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-transition: all, ease-in-out 0.3s;
  transition: all, ease-in-out 0.3s;
  padding: 15px;
  position: relative;
}

@media screen and (min-width: 500px) {
  body.home #page.site .ctas .ctas-inner .cta {
    width: 50%;
  }
}

@media screen and (min-width: 900px) {
  body.home #page.site .ctas .ctas-inner .cta {
    width: 25%;
  }
}

body.home #page.site .ctas .ctas-inner .cta .cta-title {
  z-index: 2;
  position: absolute;
  bottom: 25px;
  color: #fff;
  text-align: center;
  width: calc(100% - 30px);
  padding: 0 15px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.25;
}

body.home #page.site .ctas .ctas-inner .cta:before {
  background-color: rgba(3, 41, 117, 0.59);
  content: ' ';
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  z-index: 1;
  -webkit-transition: background-color, ease-in-out 0.3s;
  transition: background-color, ease-in-out 0.3s;
}

body.home #page.site .ctas .ctas-inner .cta:hover,
body.home #page.site .ctas .ctas-inner .cta:focus {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

body.home #page.site .ctas .ctas-inner .cta:hover:before,
body.home #page.site .ctas .ctas-inner .cta:focus:before {
  background-color: rgba(3, 41, 117, 0.75);
}

body.home #page.site .resources {
  background-color: #EFF4FF;
  padding-bottom: 50px;
  padding-top: 50px;
}

body.home #page.site .resources .resources-wrapper h2 {
  text-align: center;
}

body.home #page.site .resources .resources-wrapper .resources-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  body.home #page.site .resources .resources-wrapper .resources-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
}

body.home #page.site .resources .resources-wrapper .resources-inner .resource-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 15px 0;
  -webkit-transition: all, ease-in-out 0.3s;
  transition: all, ease-in-out 0.3s;
  font-family: "Montserrat", sans-serif;
  border: 1px solid rgba(3, 41, 117, 0.25);
}

@media screen and (min-width: 768px) {
  body.home #page.site .resources .resources-wrapper .resources-inner .resource-card {
    width: 33.333%;
    margin: 15px;
  }
}

body.home #page.site .resources .resources-wrapper .resources-inner .resource-card img {
  width: 100%;
}

body.home #page.site .resources .resources-wrapper .resources-inner .resource-card:hover,
body.home #page.site .resources .resources-wrapper .resources-inner .resource-card:focus {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

body.home #page.site .resources .resources-wrapper .resources-inner .resource-card .info {
  padding: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
}

body.home #page.site .resources .resources-wrapper .resources-inner .resource-card .info .resource-title {
  font-weight: 700;
  font-size: 1.8rem;
}

body.home #page.site .resources .resources-wrapper .resources-inner .resource-card .info .resource-summary {
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body.home #page.site .resources .resources-wrapper .resources-inner .resource-card .info .resource-link {
  text-align: right;
  font-weight: 700;
  font-size: 1.6rem;
}

body.home #page.site .resources .resources-wrapper .resources-inner .resource-card .info .resource-link a {
  color: #032975;
  border-bottom: 1px solid #032975;
}

body.home #page.site .resources .resources-wrapper .resources-inner .resource-card .info .resource-link a:hover {
  text-decoration: none;
  border-bottom: none;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.links .link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .links .link-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.links .link-item .lhs {
  width: 100%;
  margin-right: 0;
  padding: 20px 0;
  border: 1px solid rgba(3, 41, 117, 0.25);
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .links .link-item .lhs {
    width: 28.3333%;
    margin-right: 5%;
  }
}

.links .link-item .rhs {
  width: 100%;
  margin-top: 20px;
  font-family: "Merriweather", sans-serif;
}

@media screen and (min-width: 768px) {
  .links .link-item .rhs {
    margin-top: 0;
    width: 66.6667%;
  }
}

.links .link-item .rhs .link-name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.links .link-item .rhs .link-name a {
  color: #404040;
}

.supporters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.supporters .supporter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .supporters .supporter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.supporters .supporter .lhs {
  width: 100%;
  margin-right: 0;
  padding: 20px;
  border: 1px solid rgba(3, 41, 117, 0.25);
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .supporters .supporter .lhs {
    width: 28.3333%;
    margin-right: 5%;
  }
}

.supporters .supporter .rhs {
  width: 100%;
  margin-top: 20px;
  font-family: "Merriweather", sans-serif;
}

@media screen and (min-width: 768px) {
  .supporters .supporter .rhs {
    margin-top: 0;
    width: 66.6667%;
  }
}

.supporters .supporter .rhs .supporter-name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

h2.team {
  font-family: "Merriweather", sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #404040;
}

h2.team:after {
  content: ' ';
  border-bottom: 2px solid #032975;
  width: 115px;
  height: 10px;
  display: block;
}

.team-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.team-members .team-member {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Merriweather", sans-serif;
}

@media screen and (min-width: 768px) {
  .team-members .team-member {
    width: 40%;
    margin-right: 10%;
  }
}

.team-members .team-member .member-name {
  font-weight: 700;
}

