/*!
Theme Name: MSD Project Clear
Theme URI: http://underscores.me/
Author: MindActive
Author URI: http://www.mindactive.com
Description: MSD Project Clear
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: msd
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


.test {
  color: #2480c3;
  color: #418fde;
  color: #001689;
  color: #003564;
  color: #434040;
  color: #dedede;
  color: #ff8300;
  color: #3dae2b;
}


/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

* {
  word-wrap: break-word;
}

html {
  overflow-x: hidden;
  line-height: 1.15; /* 1 */

  -webkit-text-size-adjust: 100%; /* 2 */
}

.svg-sprite {
  position: absolute;
  display: none;
  height: 0;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 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] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.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 {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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: .35em .75em .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 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  clear: both;
  line-height: 1.4;
  color: #001689;
}

h1 {
  margin-bottom: 1rem;
  font-size: 3.75rem;
  font-weight: 300;
}

h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-bottom: .5em;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.563rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.125rem;
  font-weight: 500;
}

h6 {
  font-size: .875rem;
  font-weight: 500;
}

p {
  margin-bottom: 1.5em;
  font-size: 1.125rem;
  line-height: 1.65;
}

#content #primary .wpb_text_column ul,
#content #primary .wpb_text_column ol {
  font-size: 1.125rem;
  line-height: 1.65;
  margin-bottom: 1.5em;
  display: inline-block;
  padding-left: 1.125rem;
  margin-left: 0;
  max-width: 100%;
}

#content #primary .wpb_text_column ul {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Ccircle cx='4' cy='4' r='4' style='fill:%23f58320'/%3E%3C/svg%3E");
}

#content #primary .wpb_text_column ul.simple-sitemap-page,
#content #primary .wpb_text_column ul.simple-sitemap-page ul  {
  display: block;
}

#content #primary .wpb_text_column table ul,
#content #primary .wpb_text_column table ol {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  display: block;
}

.wpb_text_column ul li,
.wpb_text_column ol li {
  margin-bottom: .5rem;
}

.wpb_text_column ul li:last-child,
.wpb_text_column ol li:last-child {
  margin-bottom: 1rem;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code {
  padding-right: 5px;
  padding-left: 5px;
  overflow: visible;
  background: rgba(9, 10, 10, .06);
}

code, kbd, tt, var {
  padding: .125rem .3125rem .0625rem;
  font-family: "Lucida Console", "Lucida Sans Typewriter", monospace;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 400;
  border: 1px solid #cacaca;
}

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

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

big {
  font-size: 125%;
}

table {
  border-collapse: collapse;
  border: 0 none;
  border-bottom: 15px solid #E5EFFD;
}

thead {
  background: #E5EFFD;
  color: #2480C3;
  font-weight: 500;
}

tbody tr:nth-child(even) {
  background: #F8F8F8;
}

tbody tr td:first-child {
  font-weight: 500;
}


#content #primary .wpb_text_column table {
  margin-bottom: 3.5em;
}

.lg-table-responsive {
  overflow-x: auto;
  width: 100%;
  display: block;
  margin-bottom: 3.5rem !important;
}

#content #primary .wpb_text_column .lg-table-responsive table {
  margin-bottom: 0;
} 

th, td {
  padding: 1.25rem 1rem;
  border-color: #eee;
}

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

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

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

.text-justify {
  text-align: justify;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  #content #primary .wpb_text_column ul,
  #content #primary .wpb_text_column ol {
    padding-left: 40px;
  }
}

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

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

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

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

ul, ol {
  margin: 0;
}

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 {
  width: 100%;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: .6em 1em .4em;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: .75rem;
  line-height: 1;
  background: #e6e6e6;
  border: 1px solid;
  border-color: #cccccc #cccccc #bbbbbb;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #cccccc #bbbbbb #aaaaaa;
}

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: #aaaaaa #bbbbbb #bbbbbb;
}

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 {
  padding: 3px;
  color: #666666;
  border: 1px solid #cccccc;
  border-radius: 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: #111111;
}

select {
  border: 1px solid #cccccc;
  cursor: pointer;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Rows and Columns
--------------------------------------------------------------*/

#content .vc_row[data-vc-full-width] {
  overflow: visible;
}

.row {
  max-width: 100rem;
  margin: 0 auto;
}

.row::after,
.row::before {
  display: table;;
  content: ' ';
}

.row::after {
  clear: both;
}

.col {
  float: left;
  width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 769px) {
  .col-1 {
    width: 8.33333%;
  }
  
  .col-2 {
    width: 16.66667%;
  }
  
  .col-one-fifth {
    width: 20%;
  }
  
  .col-3 {
    width: 25%;
  }
  
  .col-4 {
    width: 33.33333%;
  }
  
  .col-5 {
    width: 41.66667%;
  }
  
  .col-6 {
    width: 50%;
  }
  
  .col-7 {
    width: 58.33333%;
  }
  
  .col-8 {
    width: 66.66667%;
  }
  
  .col-9 {
    width: 75%;
  }
  
  .col-10 {
    width: 83.33333%;
  }
  
  .col-11 {
    width: 91.66667%;
  }
  
  .col-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .col {
    padding: 0 2.5rem;
  }
}

/*--------------------------------------------------------------
# Background Patterns
--------------------------------------------------------------*/
.wavy-bg {
  background-image: url(../msd/assets/img/wavy-bg--light.png);
  background-repeat: repeat;
  background-size: 240px 16px;
}

/*--------------------------------------------------------------
# SVG Use Styles
--------------------------------------------------------------*/
.wavy-line {
  display: inline-block;
  margin: 0 0 1.5rem;

  fill: #ffffff;
}

.wavy-line--blue {
  fill: #001689;
}

.wavy-line--light-blue {
  fill: #418fde;
}

.wavy-line--green {
  fill: #3dae2b;
}

.wavy-line--orange {
  fill: #ff8300;
}

.arrow {
  fill: none;
  stroke: #ff8300;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}

.chevron {
  fill: none;
  stroke: #ff8300;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#masthead {
  position: relative;
  z-index: 9998;
  box-shadow: 0 0 15px rgba(0,0,0,.5);
}

#masthead.stuck {
  position: fixed;
  top: 0;
  width: 100%;
}

body[class*='mobile-open'] #masthead {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.site-header__top,
.site-header__main .site-search {
  display: none;
}

.site-header__main {
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  display: flex;
  background: #ffffff;
  border-bottom: 6px solid #418fde;
}

.site-branding {
  position: relative;
  z-index: 999;
}

.site-branding  .logo {
  display: block;
  line-height: 0;
}

.site-branding .logo--desktop {
  display: none;
}

.site-branding .logo--mobile {
  width: 120px;
  padding: .75rem 0;
}

.site-title {
  display: none;
}

/* At least 1025px */
@media screen and (min-width: 1025px) {
  #masthead {
    background: #ffffff;
  }

  body[class*='mobile-open'] {
    overflow: initial;
  }

  body[class*='mobile-open'] #masthead {
    position: initial;
    width: auto;
    height: auto;
    overflow-y: initial;
  }

  .site-header__top {
    background: #418fde;
  }

  .site-header__top ul {
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100rem;
    padding: 0 3.5rem 0 2.5rem;
    margin: 0 auto;
    list-style-type: none;

    -webkit-box-pack: end;
  }

  .site-header__top li a {
    display: inline-block;
    padding: 1rem .75rem;
    color: #ffffff;
    font-size: .75rem;
    text-decoration: none;
    transition: padding 200ms ease-in-out;
  }

  .site-header__top li.site-header__btn a {
    padding: 1rem 1.25rem;
    margin-left: 1rem;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    background: #001689;
  }

  .site-header__main {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    display: flex;
    max-width: 100rem;
    padding: 0 2.5rem;
    margin: 0 auto;
    border: 0 none;
  }

  .site-header__top,
  .site-search {
    display: block;
  }

  .site-header__main .site-search {
    cursor: pointer;
    position: initial;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0 10px;
    font-family: inherit;
    font-size: 1.063rem;
    font-weight: normal;
    background: none;
    border: none;
  }

  .site-search span {
    display: none;
  }

  .site-search svg {
    width: 20px;
    height: 19px;

    fill: #434040;
  }

  .logged-in #masthead.stuck {
    top: 32px;
  }

  .logged-in.vc_editor #masthead.stuck {
    top: 0;
  }

  .site-branding {
    padding: 0;
  }

  .site-branding .logo--desktop {
    display: block;
  }

  .site-branding .logo--mobile {
    display: none;
  }

  .site-branding .logo--desktop {
    width: 170px;
    transition: width 200ms ease-in-out;
  }

  #masthead.shrink .site-branding {
    padding: 1rem 0;
  }

  #masthead.shrink .site-branding .logo--desktop  {
    width: 120px;
  }

  #masthead.shrink .mega-menu > li.mega-menu-item > a.mega-menu-link {
    padding: calc(22px + 1rem) 10px;
  }
}

@media screen and (min-width: 70em) {
  .site-header__top li a {
    padding: 1rem;
    font-size: .875rem;
  }

  .site-header__top li.site-header__btn a {
    padding: 1rem 1.75rem;
    margin-left: 1rem;
    font-size: 1rem;
  }
  #masthead.shrink .site-header__top li a {
    padding: .5rem 1rem;
  }
  #masthead.shrink .site-header__top li.site-header__btn a {
    padding: .5rem 1.75rem;
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2480c3;
  transition: color 200ms ease-in-out;
  word-wrap: break-word;
}

.entry-content a {
  font-weight: 600;
}

.entry-content a.glossaryLink {
  font-weight: inherit;
}

a:visited {
  color: #2480c3;
}

a:hover, a:focus, a:active {
  color: #ff8300;
}

a:focus {
  outline: thin dotted;
}

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

a[href$=".pdf"], a[href$=".PDF"]:before, a[href$=".doc"], a[href$=".docx"], a[href$=".xls"], a[href$=".xlsx"], a[href$=".zip"], .entry-content a[href*="portal.laserfiche"]  {
  position: relative;
}

a[href$=".pdf"]:before, a[href$=".PDF"]:before, a[href$=".doc"]:before, a[href$=".docx"]:before, a[href$=".xls"]:before, a[href$=".xlsx"]:before, a[href$=".zip"]:before, .entry-content a[href*="portal.laserfiche"]:before  {
  content: '';
  display: inline-block;
  margin-right: .5rem;
  width: 16px;
  height: 14px;
  position: relative;
  top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14'%3E%3Ctitle%3Edownload%3C/title%3E%3Cpath d='M10.25,5.26V.46A.47.47,0,0,0,9.79,0H6.21a.47.47,0,0,0-.46.46v4.8H3.46a.2.2,0,0,0-.14.35L7.69,9.74a.46.46,0,0,0,.62,0l4.37-4.13a.2.2,0,0,0-.14-.35Z' style='fill:%232680c3'/%3E%3Cpath d='M10.85,9.5l-2.4,2.27a.67.67,0,0,1-.9,0L5.15,9.5H.65a.65.65,0,0,0-.65.65v3.2A.65.65,0,0,0,.65,14h14.7a.65.65,0,0,0,.65-.65v-3.2a.65.65,0,0,0-.65-.65Z' style='fill:%232680c3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

a.btn, span.btn {
  display: inline-block;
  padding: .875rem 1.5rem .750rem;
  margin-bottom: 1.5rem;
  color: #001689;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #ffffff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
  border-radius: 50px;
  transition: all 200ms ease-in-out;
}

a.btn--outline {
  border: 1px solid #ff8300;
}

a.btn--blue {
  color: #001689;
}

a.btn--green {
  color: #3dae2b;
}

a.btn--orange {
  color: #ff8300;
}

.btn .arrow {
  position: relative;
  top: 1px;
  margin-left: .25rem;
}

@media screen and (min-width: 1025px) {
  a.btn {
    padding: .875rem 2.5rem .750rem;
  }
  .mega-sub-menu li.mega-menu-item.mega-btn a {
    display: inline-block;
    padding: .875rem 1.5rem .750rem;
    margin-bottom: 1.5rem;
    color: #001689;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #ffffff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
    border-radius: 50px;
    transition: all 200ms ease-in-out;
  }
  .mega-sub-menu li.mega-menu-item.mega-btn:first-child a {
    color: #ffffff;
    background: #001689;
  }
  .mega-sub-menu li.mega-menu-item.mega-btn a {
    padding: .875rem 1rem .750rem;
    font-size: .875rem;
    margin: 0;
    color: #2480c3;
  }
}

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

/* Mega Menu Structure */
.mega-menu-row {
  float: left;
  width: 100%;
}

.mega-hide-on-mobile {
  display: none;
}

@media screen and (min-width: 1025px) {
  .mega-menu-column {
    float: left;
  }

  .mega-hide-on-mobile {
    display: initial;
  }

  .mega-menu li.mega-menu-item.mega-hide-on-desktop {
    display: none;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {
    width: 50%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {
    width: 33.33333%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {
    width: 66.66667%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {
    width: 25%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {
    width: 50%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {
    width: 75%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {
    width: 20%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {
    width: 40%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {
    width: 60%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {
    width: 80%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {
    width: 16.66667%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {
    width: 33.33333%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {
    width: 50%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {
    width: 66.66667%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {
    width: 83.33333%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {
    width: 14.28571%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {
    width: 28.57143%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {
    width: 42.85714%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {
    width: 57.14286%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {
    width: 71.42857%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {
    width: 85.71429%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {
    width: 25%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {
    width: 50%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {
    width: 75%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {
    width: 11.11111%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {
    width: 22.22222%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {
    width: 33.33333%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {
    width: 44.44444%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {
    width: 55.55556%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {
    width: 66.66667%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {
    width: 77.77778%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {
    width: 88.88889%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {
    width: 10%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {
    width: 20%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {
    width: 30%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {
    width: 40%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {
    width: 50%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {
    width: 60%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {
    width: 70%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {
    width: 80%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {
    width: 90%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {
    width: 9.09091%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {
    width: 18.18182%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {
    width: 27.27273%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {
    width: 36.36364%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {
    width: 45.45455%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {
    width: 54.54545%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {
    width: 63.63636%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {
    width: 72.72727%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {
    width: 81.81818%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {
    width: 90.90909%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
    width: 8.33333%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 16.66667%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: 25%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
    width: 33.33333%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {
    width: 41.66667%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
    width: 50%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {
    width: 58.33333%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {
    width: 66.66667%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {
    width: 75%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {
    width: 83.33333%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {
    width: 91.66667%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
    width: 50%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
    width: 33.33333%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
    width: 66.66667%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
    width: 25%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
    width: 50%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
    width: 75%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
    width: 20%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
    width: 40%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
    width: 60%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
    width: 80%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
    width: 16.66667%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
    width: 33.33333%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
    width: 50%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
    width: 66.66667%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
    width: 83.33333%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
    width: 14.28571%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
    width: 28.57143%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
    width: 42.85714%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
    width: 57.14286%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
    width: 71.42857%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
    width: 85.71429%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
    width: 25%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
    width: 50%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
    width: 75%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
    width: 100%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
    width: 11.11111%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
    width: 22.22222%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
    width: 33.33333%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
    width: 44.44444%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
    width: 55.55556%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
    width: 66.66667%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
    width: 77.77778%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
    width: 88.88889%;
  }

  .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
    width: 100%;
  }
}

.main-navigation {
  position: absolute;
  width: 100%;
}

.mega-menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.mega-menu > li.mega-menu-item {
  display: list-item;
  margin: 0;
  clear: both;
  border-bottom: 1px solid #cccccc;
}

.mega-menu > li.mega-menu-item > a.mega-menu-link {
  position: relative;
  display: block;
  width: auto;
  padding: 1.375rem 1.5rem;
  margin: 0;
  background: #ffffff;
  color: #434040;
  font-size: 1.125rem;
  line-height: 1;
  text-align: left;
  text-decoration: none;
}

.mega-menu > li.mega-menu-item.secondary > a.mega-menu-link {
  background: #f2f2f2;
}

.mega-menu > li.mega-menu-item:first-child > a.mega-menu-link {
  color: #ffffff;
  background: #001689;
}

/* Active State */
.mega-menu > li.mega-menu-item.mega-toggle-on > .mega-menu-link {
  color: #ffffff;
  background: #418fde;
}

.mega-menu > li.mega-menu-item:last-child {
  margin-bottom: 25vh;
}

/* Sub-menu */
.mega-sub-menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.mega-toggle-on .mega-sub-menu {
  border-bottom: 3px solid #418fde;
}

.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  display: block;
  float: left;
  width: 100%;
  clear: none;
  font-family: inherit;
}

.mega-sub-menu li.mega-menu-item a {
  display: block;
  width: 100%;
  padding: 1rem 1.75rem;
  color: #2480c3;
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  background: #e6effd;
  border-bottom: 2px solid #ffffff;
}

li.mega-menu-megamenu > ul.mega-sub-menu {
  float: left;
  width: 100%;
}

li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column:last-child > ul.mega-sub-menu > li.mega-menu-item:last-child a,
.mega-menu-flyout > ul.mega-sub-menu > li.mega-menu-item:last-child a {
  border-bottom: 0 none;
}

/* Menu Toggle */
.mega-menu-toggle {
  align-items: center;
  justify-content: center;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  /* width: 64px; */
  height: 64px;
  white-space: nowrap;
  outline: none;
  transition: width 200ms ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;

   -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.mega-menu-toggle.mega-menu-open {
  background: #418fde;
}

body[class*='mobile-open'] .site-branding {
  opacity: 0;
  pointer-events: none;
}

.mega-toggle-blocks-center,
.mega-toggle-blocks-right {
  display: none;
}

.mega-toggle-blocks-left {
  position: absolute;
  left: 16px;
}

/* Menu Icon */
.mega-indicator {
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 75px;
  height: 62px;
}

.mega-indicator:after {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 12px;
  color: inherit;
  content: '';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: inherit;
  vertical-align: top;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNi4zMSA5LjU3Ij48dGl0bGU+Y2hldnJvbi1kb3duLW9yYW5nZTwvdGl0bGU+PHBhdGggZD0iTTE1LjMxLDEsOC4xNSw4LjE1LDEsMSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I0ZGODMwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMCIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(0);
}

.mega-toggle-on > .mega-menu-link > .mega-indicator {
  transform: rotate(180deg);
}

.mega-toggle-on > .mega-menu-link > .mega-indicator:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNi4zMSA5LjU3Ij48dGl0bGU+Y2hldnJvbi1kb3duLW9yYW5nZTwvdGl0bGU+PHBhdGggZD0iTTE1LjMxLDEsOC4xNSw4LjE1LDEsMSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I2ZmZmZmZjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMCIvPjwvc3ZnPg==');
}


@media screen and (min-width: 1025px) {
  body[class*='mobile-open'] .site-branding {
    opacity: 1;
    pointer-events: all;
  }
  .main-navigation {
    position: inherit;
  }

  .mega-menu > li.mega-menu-item {
    border: 0 none;
  }

  .mega-menu > li.mega-menu-item > a.mega-menu-link {
    position: initial;
    display: block;
    padding: 61px 10px;
    font-family: inherit;
    font-size: .875rem;
    font-weight: normal;
    text-align: center;
    outline: none;
    transition: all 200ms ease-in-out;
    cursor: pointer;
  }

  .mega-menu > li.mega-menu-item:first-child > a.mega-menu-link {
    color: initial;
    background: initial;
  }

  .mega-menu > li.mega-menu-item.mega-toggle-on > .mega-menu-link {
    color: #418fde;
    background: #ffffff;
  }

  .mega-menu > li.mega-menu-item:last-child {
    margin-bottom: 0;
  }

  .mega-menu-toggle {
    display: none;
  }

  .mega-indicator {
    position: relative;
    top: 6px;
    left: auto;
    display: inline;
    width: auto;
    height: auto;
    min-width: auto;
    padding: 0;
    margin-left: 10px;
    color: inherit;
    font-size: inherit;
    line-height: 0;
    background: transparent;
    pointer-events: auto;
  }

  .mega-indicator:after,.mega-toggle-on > .mega-menu-link > .mega-indicator:after {
    width: 10px;
    height: 6px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNi4zIDkuNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYuMyA5LjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNDM0MDQwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LjMsMUw4LjIsOC4yTDEsMSIvPgo8L3N2Zz4K');
  }

  .mega-toggle-on > .mega-menu-link > .mega-indicator {
    transform: rotate(0);
  }

  /* Sub-menu */
  .mega-sub-menu {
    z-index: 999;
    background: #ffffff;
  }

  .graybox .mega-sub-menu {
    flex-direction: column;
    display: flex;
    /* width: 90%; */
    padding: 1.5rem;
    margin-right: 3rem;
    text-align: center;
    background: #f2f2f2;
    border-radius: 15px;
  }

  .graybox .mega-sub-menu li.mega-menu-item p {
    color: #2480c3;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
  }

  .graybox .mega-sub-menu li.mega-menu-item p a {
    text-align: center;
    padding-right: 0;
    margin-top: .25rem;
    font-weight: 400;
  }

  /* Mega Menu Sub-menu */
  .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    position: absolute;
    right: 0;
    left: 0;
    width: calc(100% - 5rem);
    max-width: 100rem;
    max-height: 70vh;
    padding: 2rem;
    margin: 0 auto;
    overflow-y: scroll;
    box-shadow: 0 6px 12px -5px rgba(0,0,0,.33);
    border-top: 1px solid #418fde;
    -ms-overflow-style: none;
  }

  .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu::-webkit-scrollbar {
    display: none;
  }

  /* Flyout Sub-menu */
  .mega-menu > li.mega-menu-flyout ul.mega-sub-menu {
    position: absolute;
    max-width: none;
    max-width: 500px;
    min-width: 250px;
    padding: 2rem 2rem 1.5rem;
    box-shadow: 0 6px 12px -5px rgba(0,0,0,.33);
    border-top: 1px solid #418fde;
  }

  .mega-menu > li.mega-menu-flyout ul.mega-sub-menu > li {
    margin-bottom: .5rem;
  }

  .mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    margin-bottom: 1rem;
  }

  .mega-sub-menu li.mega-menu-item a {
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 5px;
    color: #2480c3;
    font-family: inherit;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    background: transparent;
    border: 0 none;
    padding-right: 3rem;
  }

  .mega-toggle-on .mega-sub-menu {
    border-bottom: 0 none;
  }

  .mega-menu-wrap .mega-menu {
    align-items: center;
    justify-content: space-around;
    display: flex;
    padding: 0 1rem;
    text-align: left;
    visibility: visible;
  }

  .mega-menu-wrap .mega-menu a.mega-menu-link .mega-description-group {
    display: inline-block;
    vertical-align: middle;
    transition: none;
  }

  .mega-menu-wrap .mega-menu a.mega-menu-link .mega-description-group .mega-menu-title, .mega-menu-wrap .mega-menu a.mega-menu-link .mega-description-group .mega-menu-description {
    display: block;
    line-height: 1.5;
    transition: none;
  }

  .mega-menu-wrap .mega-menu a.mega-menu-link .mega-description-group .mega-menu-description {
    font-size: .8em;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
    align-items: center;
    display: flex;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {
    align-self: flex-start;
    flex: 0 0 auto;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
    display: block;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item.mega-icon-top > a.mega-menu-link {
    display: table-cell;
    line-height: initial;
    vertical-align: middle;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
    display: block;
    margin: 0 0 6px 0;
    text-align: center;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {
    display: inline-block;
    transition: none;
  }
  .mega-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1367px) {
  /* .graybox .mega-sub-menu {
    width: 70%;
  } */
  .mega-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 1.063rem;
    text-align: left;
  }

  .site-search span {
    display: block;
  }

  .site-search svg {
    margin-left: 7px;
  }
}

@media screen and (min-width: 1601px) {
  .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 100%;
  }
}

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

.nav-links {
  margin: 2rem auto;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column-reverse;
}

.nav-links a {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: #001689;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #ffffff;
  transition: all 200ms ease-in-out;
}

.nav-links .nav-previous svg {
  margin-left: .25rem;
}
.nav-links .nav-next svg {
  transform: rotate(180deg);
  margin-right: .25rem;
}

@media screen and (min-width: 500px) {
  .nav-links {
    flex-direction: row-reverse;
  }
  .nav-links .nav-previous {
    margin: 0 1rem;
  }
  
  .nav-links .nav-next {
    margin: 0 1rem;
  }
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.post-wrap {
  margin-top: 3rem;
}



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

@media screen and (min-width: 1025px) {
  .post-thumbnail {
    float: right;
    margin-left: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .entry-header * {
    clear: none !important;
    float: none !important;
  }
  .post-wrap .entry-content .vc_row > .vc_column_container {
    float: none !important;
  }
}


/*--------------------------------------------------------------
# Entry Header
--------------------------------------------------------------*/

.entry-title {
  font-size: 2rem;
  font-weight: 500;
}

.entry-header__featured {
  position: relative;
  padding: 0 2rem;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 225px;
  border-bottom: 10px solid #ff8300;
  background-position: center center;
  background-size: cover;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.entry-header__featured:before {
  content: '';
  background: #000000;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-area {
  background-image: url(../msd/assets/img/msd-header-repeat.png);
  background-repeat: repeat;
  background-size: 240px 16px;
}

.entry-header__regular {
  color: #ffffff;
  background: linear-gradient(to top, rgba(0,0,0,.25) 0%, rgba(0,0,0,0)75%), url(../msd/assets/img/msd-header-repeat.png);
  background-repeat: no-repeat, repeat;
  background-size: cover, 240px 16px;
}

.entry-header__featured .entry-title {
  position: relative;
  z-index: 10;
  padding: 1.875rem 2rem;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 53, 100, .8);
  border-radius: 15px;
  font-weight: 300;
}

.entry-header__regular .entry-title {
  padding: 1.25rem 2.5rem;
  margin: 0;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
}

.breadcrumbs {
  background: #f2f2f2;
}

.breadcrumbs ul {
  padding: .33rem 2.5rem .33rem;
  margin: 0;
}

.breadcrumbs li {
  display: none;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

.breadcrumbs li:last-child,
.breadcrumbs li:nth-last-child(2) {
  display: inline-block;
}

.breadcrumbs li:after {
  display: inline-block;
  width: 4px;
  height: 6px;
  margin: 0 4px 0 7px;
  content: '';
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA4LjIgMTIuMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOC4yIDEyLjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM0MzQwNDA7c3Ryb2tlLXdpZHRoOjM7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xLjEsMS4xbDUsNUw0LDguMmwtMi45LDIuOSIvPg0KPC9zdmc+DQo=');
  background-repeat: no-repeat;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li a {
  color: #003564;
}

@media screen and (min-width:769px) {
  .breadcrumbs li {
    display: inline-block;
  }
  .entry-title {
    font-size: 2.5rem;
  }
  .entry-header__regular .entry-title {
    text-align: left;
  }

}

@media screen and (min-width: 1025px) {

  .entry-header__featured {
    height: 350px;
  }

  .entry-header__regular .entry-title {
    max-width: 100rem;
    padding: 2rem 2.5rem;
    margin: 0 auto;
    font-size: 3.75rem;
    font-weight: 300;
    text-align: left;
  }

  .entry-header__featured .entry-title {
    min-width: 450px;
    font-size: 3.75rem;
  }

  .breadcrumbs ul {
    max-width: 100rem;
    padding: .75rem 2.5rem 1rem;
    margin: 0 auto;
  }

  .single.single-post .breadcrumbs ul {
    padding: 1rem 2.5rem;
  }

  .breadcrumbs li {
    font-size: 14px;
  }

  .breadcrumbs li:after {
    display: inline-block;
    width: 7px;
    height: 10px;
    margin: 0 7px 0 11px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA2LjYgMTEuMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNi42IDExLjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM0MzQwNDA7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAuNSwwLjVsNSw1TDMuNCw3LjZsLTIuOSwyLjkiLz4NCjwvc3ZnPg0K');
    background-repeat: no-repeat;
    transform: translateY(1px);
  }
}

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


/*--------------------------------------------------------------
# Entry Footer
--------------------------------------------------------------*/
.cat-links, .tags-links {
  display: inline-block;
}

.edit-link {
  position: relative;
  display: block;
  margin: 1rem 0;
}

.edit-link a {
  display: inline-block;
  padding: .33rem .66rem;
  color: white;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  background: #ff8300;
  border-radius: 25px;
}

.edit-link a.vc_inline-link {
  background: #2480c3;
}

.cat-links + .tags-links:before {
  margin: 0 .5rem;
  content: '|';
}

/*--------------------------------------------------------------
# Two Columns
--------------------------------------------------------------*/
.simple-wrap.row {
  flex-direction: column;
  display: flex;
}

.simple-wrap.row .side-nav-area {
  order: 1;
  float: left;
  width: 100%;
  padding: 0 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.simple-wrap.row .side-nav {
  background: #f2f2f2;
  border-radius: 15px;
}

.simple-wrap.row .content-area {
  order: 2;
}

.simple-wrap.row .widget-area {
  order: 3;
  padding: 0 1.5rem;
}

.side-nav > ul {
  display: none;
}

.side-nav.toggled > ul {
  display: block;
}

.side-nav__top {
  position: relative;
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ffffff;
}

.side-nav__title {
  max-width: 80%;
  padding-right: 1rem;
  padding-left: 1.5rem;
  margin: 1rem 0;
  color: #2480c3;
  font-size: 1.25rem;
  font-weight: 500;
}

.side-nav__toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  text-align: right;
  background: transparent;
  border: 0 none;
  outline: none;
}

.side-nav.toggled .side-nav__toggle .chevron {
  transform: rotate(180deg);
}

.side-nav__list,
.side-nav__list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* Generic selector for all links */
.side-nav ul li a {
  position: relative;
  display: block;
  padding: .5rem 1rem .5rem 2.5rem;
  color: #434040;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
  padding-right: 40px;
}

.side-nav ul li a:hover {
  color: #ff8300;
}

.side-nav ul > li > ul li a {
  background: #e5effd;
  border-bottom: 2px solid #ffffff;
}

/* First-level link orange arrow */
.side-nav__list > li > a:before {
  position: absolute;
  top: 19px;
  left: 1.5rem;
  width: 9px;
  height: 2px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 2'%3E%3Crect width='10' height='2' style='fill:%23f58320'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.side-nav__list > li > ul {
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99;
  width: 100%;
}

.side-nav__list li {
  position: relative;
}

.side-nav__list > li > ul {
  top: 0;
  left: -999em;
}

.side-nav__list > li > ul > li > ul {
  display: none;
}

.side-nav__list > li > ul > li > ul > li > ul {
  display: none;
}

.side-nav__list > li.toggled > ul {
  position: relative;
  left: auto;
}
.side-nav__list li.toggled > ul {
  display: block;
}

.side-nav-item__toggle {
  background: transparent;
  border: 0 none;
  display: none;
  height: 40px;
  padding: 0 1.5rem;
  position: absolute;
  border-radius: 0;
  right: 0;
  text-align: right;
  top: 0;
  outline: none;
}

.side-nav-item__toggle.toggled .chevron,
li.toggled > .side-nav-item__toggle .chevron {
  transform: rotate(180deg);
}

/* .side-nav__list > li.current_page_ancestor > .side-nav-item__toggle,
.side-nav__list > li.current_page_parent > .side-nav-item__toggle {
  opacity: 0;
} */

.side-nav__list > li.current_page_item > .side-nav-item__toggle .chevron,
.side-nav__list > li.page_item_has_children > .side-nav-item__toggle.toggled .chevron,
.side-nav__list > li.menu-item-has-children > .side-nav-item__toggle.toggled .chevron,
.side-nav__list > li.current_page_parent > .side-nav-item__toggle .chevron,
.side-nav__list > li.current_page_ancestor > a + .side-nav-item__toggle .chevron  {
  stroke: #ffffff;
}

.side-nav__list li.page_item_has_children > a + .side-nav-item__toggle,
.side-nav__list li.menu-item-has-children > a + .side-nav-item__toggle {
  display: block;
}

.side-nav__list li.current_page_item > a {
  font-weight: 600;
}

.side-nav__list > li.current_page_item > a {
  pointer-events: none;
  cursor: not-allowed;
}

/* First-level current page */
/* First-level Ancestor */
.side-nav__list > li.current_page_item > a,
.side-nav__list > li.current_page_ancestor > a,
.side-nav__list > li.toggled > a,
.side-nav__list > li.toggled > a:hover {
  color: #ffffff;
  background: #418fde;
}

.side-nav__list > li.current_page_item > a:before,
.side-nav__list > li.current_page_ancestor > a:before,
.side-nav__list > li.toggled > a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 2'%3E%3Crect width='10' height='2' style='fill:%23ffffff'/%3E%3C/svg%3E");
}

/* .side-nav__list > li.current_page_item.page_item_has_children > a:before,
.side-nav__list > li.current_page_ancestor.page_item_has_children > a:before {
  top: 14px;
  transform: rotate(90deg);
} */

.side-nav__list > li.current_page_item > a:after {
  position: absolute;
  top: 50%;
  right: -16px;
  width: 16px;
  height: 32px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='32' width='16' viewBox='0 0 16 32'%3E%3Cpolygon points='16,16 0,32 0,0' fill='%23418fde'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

/* Second-level link */
.side-nav__list ul > li > a {
  padding-left: 4.5rem;
  color: #2480c3;
}

/* Second-level current page */
.side-nav__list ul > li.current_page_item > a {
  background: #bad7ff;
}

.side-nav__list ul > li.current_page_item > a:after {
  position: absolute;
  top: 50%;
  right: -16px;
  width: 16px;
  height: 32px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='32' width='16' viewBox='0 0 16 32'%3E%3Cpolygon points='16,16 0,32 0,0' fill='%23BAD7FF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

/* Third-level link */
.side-nav__list ul > li > ul > li > a {
  padding-left: 5.5rem;
  color: #434040;
}

/* Third-level Current Page Item */
.side-nav__list ul > li > ul > li.current_page_item > a {
  background: #bad7ff;
}

/* Fourth-level link */
.side-nav__list ul > li > ul > li > ul > li > a {
  padding-left: 6.5rem;
  font-style: italic;
}

@media screen and (min-width: 1025px) {
  .side-nav__title {
    max-width: none;
    padding-left: 2.5rem;
    font-size: 1.563rem;
  }

  .side-nav__top {
    border-bottom: 0 none;
  }

  .side-nav__toggle {
    display: none;
  }

  .side-nav ul li a {
    padding: .5rem 60px .5rem 3.5rem;
    border-bottom: 0 none;
  }

  .side-nav__list > li > a:before {
    left: 2.5rem;
  }

  .side-nav > ul {
    display: block !important;
  }
  /* .side-nav__list > li.focus > ul {
    position: absolute;
    left: -999em;
  }
  .side-nav__list > li.focus.page_item_has_children > a:before {
    top: 14px;
    transform: none;
  } */
}

@media screen and (min-width: 1024px) {
  .simple-wrap.row {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    display: -ms-grid;
    margin-top: 3rem;

    -ms-grid-columns: 30% 70%;
    -ms-grid-rows: minmax(200px, max-content);
  }

  .simple-wrap.row .side-nav-area {
    order: 1;
    max-width: 570px;
    padding: 0 0 0 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .simple-wrap.row .side-nav {
    padding: 0 0 1.5rem;
    margin-bottom: 1.5rem;
  }

  .simple-wrap.row .content-area {
    order: 2;
    padding-left: 4.75rem;

    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
  }

  .simple-wrap.row .widget-area {
    order: 2;
    max-width: 570px;
    padding: 0 0 0 1.5rem;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }

  @supports (display: grid) {
    .simple-wrap.row {
      display: grid;

      grid-template-columns: 35% 65%;
      /* grid-template-rows: minmax(0px, max-content); */
      grid-template-rows: repeat(4, min-content);
    }

    .simple-wrap.row .side-nav-area {
      grid-column-start: 1;
      grid-row-start: 1;
    }

    .simple-wrap.row .content-area {
      grid-column-start: 2;
      grid-row-end: 3;
      grid-row-start: 1;
    }

    .simple-wrap.row .widget-area {
      grid-column-start: 1;
      grid-row-start: 2;
      grid-row-end: 4;
    }
  }
}

@media screen and (min-width: 1281px) {
  .simple-wrap.row {
    grid-template-columns: 30% 70%;
  }
}

@media screen and (min-width: 105em) {
  .simple-wrap.row .widget-area {
    border-radius: 15px;
  }
  .simple-wrap.row .side-nav-area {
    padding: 0;
  }
  .simple-wrap.row .widget-area {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Content Areas
--------------------------------------------------------------*/
.content-area {
  padding: 0 25px;
}

@media screen and (min-width: 1025px) {
  .content-area {
    padding: 0 2.5rem;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  border: 0;
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  border-radius: 3px;
  /* 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 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

/*--------------------------------------------------------------
# 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 {
  display: table;
  content: "";
  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. */
}

/* Generic MSD Widget Styles */
.widget-area section[class*="widget_msd"],
.widget-area .msd-resources {
  float: left;
  width: 100%;
  padding: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  background: linear-gradient(180deg, #418fde 0%, #1163b5 100%);
  border-radius: 15px;
}

.widget-area--featured {
  padding: 0 1.5rem;
  position: relative;
  z-index: 100;
}

.widget-area--featured.row .col {
  padding: 0;
}

.widget-area section[class*="widget_msd"] h3,
.msd-resources h3 {
  color: #ffffff;
  margin: 0 auto .5rem;
  font-size: 1.563rem;
  font-weight: 500;
}

/* Have Questions? Widget */
.widget_msd_contact_widget form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -5px 2rem -5px;
  padding-bottom: 2rem;
  position: relative;
}

.widget_msd_contact_widget form:after {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 75px;
  height: 1px;
  content: '';
  border-bottom: 1px solid rgba(255,255,255,.75);
}


.widget_msd_contact_widget label {
  display: block;
  font-weight: 600;
  margin-bottom: .25rem;
  margin: 0 5px;
}

.widget_msd_contact_widget select {
  flex-grow: 2;
  height: 40px;
  min-width: 70%;
  padding: 0 1rem;
  margin: 0 5px 10px 5px;
  color: #414042;
  font-size: .875rem;
  line-height: 1;
  background: #ffffff;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' id='chevron' viewBox='0 0 20 11'%3E%3Cpath d='M19.15.77,10,9.92.85.77' fill='none' stroke='%23ff8300' stroke-width='2px'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 1rem top 50%, 0 0;
  background-size: 1rem auto, 100%;
  border-radius: 0px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .125);
  outline: none;
  -webkit-appearance: none;
}


.widget_msd_contact_widget form input[type="submit"] {
  height: 40px;
  margin: 0 5px;
  color: #ffffff;
  min-width: 15%;
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  background: #ff8300;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .125);
  outline: none;
  -webkit-appearance: none;
}


.widget_msd_contact_widget p {
  margin: 0 0 .5rem;
  font-size: 1rem;
  line-height: 1.4;
}

.widget_msd_contact_widget a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}

/* Careers Widget */ 

.widget_msd_careers_widget h5 {
  color: #ffffff;
  font-size: 1.125rem;
  display: block;
  font-weight: 600;
  margin-bottom: .25rem;
}
.widget_msd_careers_widget p {
  font-weight: 300;
}

/* Helpful Resources */
.msd-resources ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: left;
}

.msd-resources  li a {
  display: inline-block;
  margin-bottom: .875rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .33px;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.5);
  position: relative;
  padding-left: 2rem;
}

.msd-resources li a:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.94 8.94'%3E%3Ctitle%3Eexternal-link%3C/title%3E%3Cpath d='M5.94,7.46H1.48V3H3.3L4.78,1.52H1.48A1.48,1.48,0,0,0,0,3V7.46A1.49,1.49,0,0,0,1.48,8.94H5.94A1.48,1.48,0,0,0,7.42,7.46V4.12L5.94,5.61Z' style='fill:%23ffffff'/%3E%3Cpath d='M8.94,0H5.1L6.49,1.4,2.9,5a.33.33,0,0,0,0,.47L3.48,6A.33.33,0,0,0,4,6L7.54,2.45l1.4,1.39Z' style='fill:%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.msd-resources li.download a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14'%3E%3Ctitle%3Edownload%3C/title%3E%3Cpath d='M10.25,5.26V.46A.47.47,0,0,0,9.79,0H6.21a.47.47,0,0,0-.46.46v4.8H3.46a.2.2,0,0,0-.14.35L7.69,9.74a.46.46,0,0,0,.62,0l4.37-4.13a.2.2,0,0,0-.14-.35Z' style='fill:%23ffffff'/%3E%3Cpath d='M10.85,9.5l-2.4,2.27a.67.67,0,0,1-.9,0L5.15,9.5H.65a.65.65,0,0,0-.65.65v3.2A.65.65,0,0,0,.65,14h14.7a.65.65,0,0,0,.65-.65v-3.2a.65.65,0,0,0-.65-.65Z' style='fill:%23ffffff'/%3E%3C/svg%3E");
}

.widget-area--featured .widget {
  text-align: center;
}

.widget-area--featured .widget_msd_contact_widget label {
  width: 100%;
  font-size: 1.125rem;
}

.widget-area--featured .widget_msd_contact_widget form:after {
  right: 0;
  margin: 0 auto;
}

.widget-area--featured .menu-helpful-resources-container {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .widget-area--featured.row .col {
    padding: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .widget-area--featured section[class*="widget_msd"],
  .widget-area--featured .msd-resources {
    margin-bottom: 3.5rem
  }
}

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

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

.home-wrap .entry-content {
  margin: 0;
}

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

/*--------------------------------------------------------------
## 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 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

/* 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 {
  max-width: 100%;
  margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption .wp-caption-text {
  margin: .8075em 0;
}

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

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

.gallery-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 3rem 0 0;
  background: #e6e7e8;
  text-align: center;
}

.site-footer h3 {
  color: #2480c3;
  font-weight: 400;
}

.site-footer p {
  font-size: 1rem;
}

.site-footer__logo {
  margin-bottom: 3rem;
}

.site-footer__info {
  margin-top: 3rem;
  padding: 1rem 25px;
  background: #001689;
}

.site-footer__info p {
  color: #ffffff;
  font-size: .875rem;
}

.site-footer__info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.site-footer__info ul li {
  display: inline-block;
  margin: 0 1rem;
}

.site-footer__info ul li a {
  text-decoration: none;
}

.site-footer__info .row > * {
  display: inline-block;
}

.site-footer__menu {
  padding: 0;
}

@media screen and (min-width: 769px) {
  .site-footer__info p {
    margin: 0 1.5rem 0 0;
  }
  .site-footer__info ul li {
    margin: 0 1.5rem 0 0;
  }
}

/* Popular Links */
#popular-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#popular-links li a {
  cursor: pointer;
  position: relative;
  color: #434040;
  font-size: 1rem;
  text-decoration: none;
  display: block;
  padding: .75rem;
  border-bottom: 1px solid #ccc;
}

#popular-links li a:after {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 14px;
  margin-left: .5rem;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 14'%3E%3Ctitle%3Emsd-arrow%3C/title%3E%3Cpath d='M7.06,7.24H21' style='fill:none;stroke:%23ff8300;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3Cpath d='M15.69,1.69,21,7.24l-5.31,5.07' style='fill:none;stroke:%23ff8300;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3Cline x1='1' y1='7.18' x2='4.6' y2='7.18' style='fill:none;stroke:%23ff8300;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

#popular-links li:last-child a:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' id='search-icon' viewBox='0 0 20 19.5'%3E%3Cpath d='M12.52,0A7.47,7.47,0,0,0,6.29,11.61L0,17.9l1.6,1.6,6.21-6.21A7.48,7.48,0,1,0,12.52,0Zm0,12.69A5.22,5.22,0,0,1,7.3,7.47h0a5.23,5.23,0,0,1,5.22-5.21h0a5.22,5.22,0,1,1,0,10.43Z' fill='%23707070'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
}

#site-navigation li.site-search a:after {
  position: absolute;
  top: 50%;
  margin-left: .5rem;
  content: '';
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' id='search-icon' viewBox='0 0 20 19.5'%3E%3Cpath d='M12.52,0A7.47,7.47,0,0,0,6.29,11.61L0,17.9l1.6,1.6,6.21-6.21A7.48,7.48,0,1,0,12.52,0Zm0,12.69A5.22,5.22,0,0,1,7.3,7.47h0a5.23,5.23,0,0,1,5.22-5.21h0a5.22,5.22,0,1,1,0,10.43Z' fill='%23707070'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.site-footer__custom {
  margin-top: 2rem;
}

.site-footer__custom .phone-numbers p,
.mobile__footer .phone-numbers p {
  color: #2480c3;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.site-footer__custom .phone-numbers a,
.mobile__footer .phone-numbers a {
  display: block;
  font-weight: 400;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .site-footer {
    text-align: left;
  }
  .site-footer__menu {
    padding: 0 25px;
  }
  .site-footer__custom {
    margin-top: 0;
  }
  .site-footer__custom .phone-numbers p {
    font-weight: 400;
    margin: 0 0 .5rem;
  }
  .site-footer__custom .phone-numbers br {
    display: none;
  }
  .site-footer__custom .phone-numbers a {
    display: inline-block;
  }
  #popular-links li {
    margin-bottom: .5rem;
  }
  #popular-links li a {
    padding: 0;
    display: inline-block;
    border-bottom: 0 none;
  }
}

@media screen and (min-width: 1025px) {
  .site-footer {
    text-align: left;
  }
  .site-footer__info {
    padding: 1rem 2.5rem;
    background: #001689;
  }
}

#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 a:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 input:focus, #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:focus {
  outline: 3px solid #109cde;
  outline-offset: -3px;
}

#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {
  outline-offset: 2px;
}

#mega-menu-wrap-menu-1.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
  /* background: #333;
  color: #fff; */
  font-weight: normal;
  text-decoration: none;
  /* border-color: #fff; */
}

@media only screen and (max-width: 1024px) {
  .mega-menu-wrap .mega-menu > li.mega-menu-item.mega-icon-top > a.mega-menu-link {
    display: block;
    line-height: 40px;
  }

  .mega-menu-wrap .mega-menu > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
    display: inline-block;
    margin: 0 6px 0 0;
    text-align: left;
  }
}

.mega-menu-wrap .mega-menu li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
  float: right;
  margin: 0 0 0 6px;
}

.mega-menu-wrap .mega-menu > li.mega-animating > ul.mega-sub-menu {
  pointer-events: none;
}

.mega-menu-wrap .mega-menu li.mega-disable-link > a.mega-menu-link, .mega-menu-wrap .mega-menu li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {
  cursor: inherit;
}

.mega-menu-wrap .mega-menu li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link, .mega-menu-wrap .mega-menu li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {
  cursor: pointer;
}

.mega-menu-wrap .mega-menu p {
  margin-bottom: 10px;
}

.mega-menu-wrap .mega-menu input, .mega-menu-wrap .mega-menu img {
  max-width: 100%;
}

.mega-menu-wrap .mega-menu li.mega-menu-item > ul.mega-sub-menu {
  display: block;
  transition: opacity 200ms ease-in;
  opacity: 0;
  pointer-events: none;
}

.mega-menu-wrap .mega-menu.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
.mega-menu-wrap .mega-menu.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
.mega-menu-wrap .mega-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  opacity: 1;
  pointer-events: auto;
}

.mega-menu-wrap .mega-menu.mega-no-js li.mega-menu-item.mega-menu-megamenu:hover ul.mega-sub-menu,
.mega-menu-wrap .mega-menu.mega-no-js li.mega-menu-item.mega-menu-megamenu:focus ul.mega-sub-menu,
.mega-menu-wrap .mega-menu li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (max-width: 1024px) {
  .mega-menu-wrap .mega-menu li.mega-menu-item > ul.mega-sub-menu {
    display: none;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, .mega-menu-wrap .mega-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, .mega-menu-wrap .mega-menu li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {
    display: none;
  }
}

.mega-menu-wrap .mega-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {
  display: none;
}

.mega-menu-wrap .mega-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {
  display: block;
}

.mega-menu-wrap .mega-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 100%;
}

.mega-menu-wrap .mega-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 50%;
}

.mega-menu-wrap .mega-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 33.33333%;
}

.mega-menu-wrap .mega-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 25%;
}

.mega-menu-wrap .mega-menu li.mega-menu-item a[class^='dashicons']:before {
  font-family: dashicons;
}

.mega-menu-wrap .mega-menu li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
  margin: 0;
}

.mega-menu-wrap .mega-menu li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
  margin: 0 6px 0 0;
}

.mega-menu-wrap .mega-menu li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {
  border-radius: 0;
}

.mega-menu-wrap .mega-menu li.mega-align-bottom-right > ul.mega-sub-menu {
  right: 0;
}

.mega-menu-wrap .mega-menu li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {
  border-radius: 0;
}

.mega-menu-wrap .mega-menu > li.mega-menu-item.mega-item-align-right {
  float: right;
}

@media only screen and (min-width: 1025px) {
  .mega-menu-wrap .mega-menu > li.mega-menu-item.mega-item-align-right {
    margin: 0 0 0 0px;
  }
}

@media only screen and (min-width: 1025px) {
  .mega-menu-wrap .mega-menu > li.mega-menu-item.mega-item-align-float-left {
    float: left;
  }
}

@media only screen and (min-width: 1025px) {
  .mega-menu-wrap .mega-menu > li.mega-menu-item.mega-multi-line > a.mega-menu-link {
    display: table-cell;
    line-height: inherit;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 1024px) {
  .mega-menu-wrap .mega-menu > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {
    display: none;
  }
}

.mega-menu li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
  margin: 5px 0;
}

.mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
  clear: both;
}

.mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  margin-left: 10px;
}

.mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
  margin-left: 10px;
}

.mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
  clear: left;
}

.mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  display: block;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
  font-family: inherit;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
  border: 0;
  visibility: inherit;
}

.mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover, .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {
  border-color: rgba(0, 0, 0, 0);
}

.mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
  /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items */
  color: #434040;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  vertical-align: top;
  border: 0;
}

.mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item {
  position: relative;
  padding-left: 10px;
  padding-right: 3rem;
}

.mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item:before {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 7px;
  content: '';
  vertical-align: top;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjU3IDE2LjMxIj48dGl0bGU+YXJyb3ctLWxlZnQ8L3RpdGxlPjxwYXRoIGQ9Ik0xLDEsOC4xNSw4LjE1LDEsMTUuMzEiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNmZjgzMDA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjJweCIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
}

.mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link, .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: flex;
}

.mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, .mega-menu li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
  /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items (Hover) */
  color: #2480c3;
  text-decoration: none;
}

.mega-menu-wrap .mega-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, .mega-menu-wrap .mega-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  vertical-align: top;
  border: 0;
}

.mega-menu-wrap .mega-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, .mega-menu-wrap .mega-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, .mega-menu-wrap .mega-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, .mega-menu-wrap .mega-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  font-weight: normal;
  text-decoration: none;
}

.mega-menu-wrap .mega-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
}

.mega-menu-wrap .mega-menu li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  float: right;
}

.mega-menu-wrap .mega-menu li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
  content: '\f142';
}

@media only screen and (max-width: 1024px) {
  .mega-menu-wrap .mega-menu li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {
    display: none;
  }
}

.mega-menu-wrap .mega-menu li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, .mega-menu-wrap .mega-menu li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .mega-menu-wrap .mega-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
    text-align: right;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator {
    float: left;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
    margin: 0 6px 0 0;
    content: '\f141';
  }

  .mega-menu-wrap .mega-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
    float: right;
    margin: 0 0 0 6px;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    top: 0;
    left: -100%;
  }
}

@media only screen and (min-width: 1025px) {
  .mega-menu-wrap .mega-menu.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator, .mega-menu-wrap .mega-menu.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: right;
  }

  .mega-menu-wrap .mega-menu.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, .mega-menu-wrap .mega-menu.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    margin: 0;
    content: '\f139';
  }

  .mega-menu-wrap .mega-menu.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator, .mega-menu-wrap .mega-menu.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: left;
  }

  .mega-menu-wrap .mega-menu.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, .mega-menu-wrap .mega-menu.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    margin: 0;
    content: '\f141';
  }

  .mega-menu-wrap .mega-menu.mega-menu-accordion > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: right;
  }

  .mega-menu-wrap .mega-menu.mega-menu-accordion li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    content: '\f142';
  }

  .mega-menu-wrap .mega-menu li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: '\f139';
  }
}

.mega-menu-wrap .mega-menu li[class^='mega-lang-item'] > a.mega-menu-link > img {
  display: inline;
}

.mega-menu-wrap .mega-menu a.mega-menu-link > img.wpml-ls-flag, .mega-menu-wrap .mega-menu a.mega-menu-link > img.iclflag {
  display: inline;
  margin-right: 8px;
}

@media only screen and (max-width: 1024px) {
  #mega-menu-wrap-menu-1:after {
    display: table;
    clear: both;
    content: "";
  }
}

#mega-menu-wrap-menu-1 .mega-menu-toggle img {
  max-width: 100%;
  padding: 0;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block {
  -webkit-align-self: center;
          align-self: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  height: 100%;
  outline: 0;

  -ms-flex-item-align: center;
  -ms-flex-negative: 0;
}

@media only screen and (max-width: 1024px) {
  .mega-menu-wrap .mega-menu-toggle + .mega-menu {
    position: absolute;
    display: block;
    width: 100%;
    min-height: calc(100vh - 64px);
    background: rgba(0, 53, 100, 0.6);
    border-top: 6px solid #ffffff;
    transform: translateX(-110%);
    transition: transform 400ms cubic-bezier(.2,0,.08,1);
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + .mega-menu {
    transform: translateX(0px);
  }
}

.mega-menu-toggle .mega-toggle-block:after {
  width: 32px;
  height: 20px;
  content: '';
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAyMCI+PHRpdGxlPlVudGl0bGVkLTE8L3RpdGxlPjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIyIiByeD0iMSIgc3R5bGU9ImZpbGw6IzRiOGNjYSIvPjxyZWN0IHk9IjkiIHdpZHRoPSIzMiIgaGVpZ2h0PSIyIiByeD0iMSIgc3R5bGU9ImZpbGw6IzRiOGNjYSIvPjxyZWN0IHk9IjE4IiB3aWR0aD0iMzIiIGhlaWdodD0iMiIgcng9IjEiIHN0eWxlPSJmaWxsOiM0YjhjY2EiLz48L3N2Zz4=');
  cursor: pointer;
}

.mega-menu-toggle.mega-menu-open .mega-toggle-block:after {
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHRpdGxlPlVudGl0bGVkLTI8L3RpdGxlPjxwYXRoIGQ9Ik0xMy40MSwxMiwyMy42NywxLjc1QTEsMSwwLDEsMCwyMi4yNS4zM0wxMiwxMC41OSwxLjc1LjMzQTEsMSwwLDAsMCwuMzMsMS43NUwxMC41OSwxMiwuMzMsMjIuMjVhMSwxLDAsMCwwLDEuNDIsMS40MkwxMiwxMy40MSwyMi4yNSwyMy42N2ExLDEsMCwwLDAsMS40Mi0xLjQyWiIgc3R5bGU9ImZpbGw6I2ZmZiIvPjwvc3ZnPg==');
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-open {
  display: none;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed {
  display: inline;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-open {
  display: inline;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-closed {
  display: none;
}

#mega-menu-wrap-menu-1 {
  clear: both;
}

/*--------------------------------------------------------------
#Search Wrap
--------------------------------------------------------------*/
.msd-overlay-search__wrap {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
  overflow-y: auto;
  background: rgba(1, 37, 75, .9);
}

.msd-overlay-search__wrap .msd-overlay-search__close {
  position: absolute;
  top: 0;
  right: 0px;
  width: 32px;
  height: 32px;
  text-align: center;
  cursor: pointer;

  fill: #ffffff;
}

.msd-overlay-search-row {
  display: table;
  width: 100%;
  height: 100%;
}

.msd-overlay-search-cell {
  display: table-cell;
  padding-right: 30px;
  padding-left: 30px;
  vertical-align: middle;
}

.msd-overlay-search__form,
.msd-overlay-search__links {
  position: relative;
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
}

.msd-overlay-search__wrap input.msd-overlay-search__input {
  width: 100%;
  padding: 0px 120px 25px 0px;
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: .5px;
  background: transparent;
  border-width: 0px 0px 3px;
  outline: none;
}

.msd-overlay-search__wrap input.msd-overlay-search__input::placeholder {
  color: rgba(255,255,255,.5);
}

.msd-overlay-search__wrap input::-webkit-input-placeholder {
  color: rgba(255,255,255,.5);
}

.msd-overlay-search__wrap input::-moz-placeholder {
  color: rgba(255,255,255,.5);
}

.msd-overlay-search__wrap input.msd-overlay-search__submit {
  position: absolute;
  top: 0px;
  right: 52px;
  width: 35px;
  height: 35px;
  padding: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.msd-overlay-search__icon {
  position: absolute;
  top: 0px;
  right: 52px;
  width: 35px;
  text-align: center;
}

.msd-overlay-search__icon svg {
  fill: #ffffff;
}

.msd-overlay-search__close span {
  display: none;
}

.msd-overlay-search__links {
  margin-top: 2.5rem;
}

.msd-overlay-search__links h5 {
  color: #3DAE2B;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.msd-overlay-search__menu ul {
  padding: 0;
  list-style-type: none;
}

.msd-overlay-search__menu ul li {
  position: relative;
  margin-bottom: .25rem;
}

.msd-overlay-search__menu ul li:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  left: 0;
  top: 1px;
  margin-right: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.94 8.94'%3E%3Ctitle%3Eexternal-link%3C/title%3E%3Cpath d='M5.94,7.46H1.48V3H3.3L4.78,1.52H1.48A1.48,1.48,0,0,0,0,3V7.46A1.49,1.49,0,0,0,1.48,8.94H5.94A1.48,1.48,0,0,0,7.42,7.46V4.12L5.94,5.61Z' style='fill:%23ffffff'/%3E%3Cpath d='M8.94,0H5.1L6.49,1.4,2.9,5a.33.33,0,0,0,0,.47L3.48,6A.33.33,0,0,0,4,6L7.54,2.45l1.4,1.39Z' style='fill:%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.msd-overlay-search__menu ul li a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.5);
  position: relative;
  margin-bottom: .25rem;
}

@media screen and (min-width: 1025px) {
  .msd-overlay-search__form {
    -ms-flex-direction: row;
        flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }
}

.example > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: relative;
  padding: 1.875rem .938rem;
  margin-bottom: 25px;
  border: 1px dotted #acacab;
}

.example.gray > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #f2f2f2;
}

.example > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 75px;
  padding: .313rem .438rem;
  color: #ffffff;
  content: "Example";
  font-size: .813rem;
  text-align: center;
  background: #418fde;
}


/* Standard Elements */
.msd-block {
  position: relative;
  margin-bottom: 27px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
  border-radius: 15px;
  transition: box-shadow 200ms ease-in-out;
}

.msd-block:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
}

.msd-block__image {
  line-height: 0;
}

.msd-block__content {
  padding: 2rem 2.5rem;
}

.msd-block__headline {
  color: #001689;
  font-weight: 500;
  transition: color 200ms ease-in-out;
}

.msd-block__meta {
  margin-top: 1.125rem;
  font-size: .875rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.msd-block__meta .pipe {
  margin: 0 .5rem;
  color: #ff8300;
  font-weight: 600;
}

.msd-block__desc {
  margin-top: 2.5rem;
  color: #434040;
  font-size: 1.125rem;
  line-height: 1.75;
}

.msd-block__link.btn {
  padding: 0;
  box-shadow: none;
  margin-bottom: .5rem;
  transition: color 200ms ease-in-out;
}

/* .msd-block__content:hover .msd-block__headline, */
.msd-block__content:hover .msd-block__link.btn {
  color: #ff8300;
}

.msd-cover-link:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
}

@media screen and (min-width: 1025px) {
  .msd-block__desc {
    margin-bottom: 4rem;
  }
  .msd-block__link.btn {
    bottom: 2rem;
    margin: 0;
    position: absolute;
  }
}

/* Search Results Page, Archive */
.hero-area--search .breadcrumbs ul,
.content-area--search,
.content-area--archive {
  max-width: 80rem;
  margin: 0 auto;
}

.search-results .hero-area {
  margin-bottom: 2rem;
}

.content-area--search article,
.content-area--archive article {
  padding: 2rem 0;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

.entry-subtitle {
  color: #2480C3;
  display: block;
  margin-bottom: .75rem;
  font-size: .875rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#primary .entry-header--search .msd-heading a,
#primary .entry-header--archive .msd-heading a {
  font-weight: 500;
  color: #001689;
  text-decoration: none;
}


/*--------------------------------------------------------------
## WP Bakery Elements
--------------------------------------------------------------*/
/* General Styles/Resets */
.site .wpb_button,
.site .wpb_content_element,
.site ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}

.site #content .wpb_alert p:last-child,
.site #content .wpb_text_column p:last-child,
.site .wpb_alert p:last-child,
.site .wpb_text_column p:last-child {
  margin-bottom: 1.5em;
}

/* MSD Home Slider */
.msd-home-slider__social {
  display: none;
}
@media screen and (min-width: 1025px) {
  .msd-home-slider__social {
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0;
    top: 2rem;
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 2.5rem;
    width: 100%;
    text-align: right;
  }
  
  .msd-home-slider__social-icon {
    display: inline-block;
    margin-left: 1.25rem;
    position: relative;
    overflow: hidden;
  }
  
  .msd-home-slider__social-icon svg {
    height: 26px;
    width: 26px;
    fill: #ffffff;
  }
  
  .msd-home-slider__social-icon span {
    position: absolute;
    transform: translate(-100vh, -100vh);
    opacity: 0;
  }
}


.msd-home-slider {
  background-image: url(../msd/assets/img/msd-header-repeat.png);
  background-repeat: repeat;
  background-size: 240px 16px;
  opacity: 0;
  transition: opacity 500ms ease-in;
}

.msd-home-slider.loaded {
  opacity: 1;
}

.msd-home-slider__item {
  position: relative;
}

.msd-home-slider__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 795px;
  background-position: center;
  background-size: cover;
}

.msd-home-slider__image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: .2;
}

.msd-home-slider__content {
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding: 2.5rem 2rem 5rem;
  background: rgba(0, 53, 100, .8);
}

.msd-home-slider__title {
  margin-bottom: 2.5rem;
  color: #ffffff;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.msd-home-slider__desc {
  position: relative;
  max-width: 800px;
  margin: 0 auto 2.5rem;
  color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
}

.btn.msd-home-slider__link {
  margin-bottom: 0;
  color: #2480c3;
}

.msd-home-slider .slick-dots {
  display: block !important;
  position: absolute;
  bottom: 2.75rem;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  text-align: center;
  list-style: none;
}

.msd-home-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
}

.msd-home-slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: #ffffff;
  border: 0;
  border: 1px solid #ff8300;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
}

.msd-home-slider .slick-dots li.slick-active button {
  background: #ff8300;
}

@media screen and (min-width: 769px) {
  .msd-home-slider__item {
    padding: 0 2.5rem;
  }

  .msd-home-slider__content {
    max-width: 1050px;
    width: 100%;
    padding: 4rem;
    margin: 6rem auto;
    border-radius: 15px;
  }

  .msd-home-slider__title {
    font-size: 4.063rem;
    font-weight: 400;
  }

  .msd-home-slider__desc {
    max-height: 200px;
  }

  .msd-home-slider__desc:after {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .msd-home-slider__content {
    margin: 6rem auto 12rem;
  }
  .msd-home-slider .slick-dots {
    bottom: 8.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .slick-vertical .slick-slide.msd-home-slider__item {
    position: relative;
    height: 660px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .msd-home-slider .slick-dots {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    display: flex !important;
    max-width: 100rem;
    padding: 0 2.5rem;
    margin: 0 auto;
    transform: translateY(-50%);
  }

  .msd-home-slider .slick-dots li {
    margin-bottom: .75rem;
  }

  .msd-home-slider .slick-dots li:last-child {
    margin-bottom: 0;
  }
}

/* MSD Help Bar */
.msd-help-bar {
  background: #ffffff;
}

.msd-help-bar__title {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding: 2rem 1rem;
  text-align: center;
  border-bottom: 1px solid #dedede;
}

.msd-help-bar__title .msd-heading {
  color: #2480c3;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.msd-help-bar__title .msd-heading.has-divider + .wavy-line {
  margin-bottom: 0;
}

.msd-help-bar__row {
  display: grid;
  background: #dedede;
  grid-gap: 1px;
  grid-template: 1fr 1fr / 1fr 1fr;
}

.msd-help-bar__item {
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding: 1rem;
  text-align: center;
  background: #ffffff;
}

.msd-help-bar__image {
  max-width: 60px;
  max-height: 60px;
  margin-bottom: .75rem;
}

.msd-help-bar__image img {
  width: 60px;
  height: 60px;
}

.msd-help-bar__link {
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 500;
}

.msd-help-bar__link svg {
  display: block;
  margin: .5rem auto 0;
}

.msd-help-bar__link:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
}

@media screen and (min-width: 769px) {
  .msd-help-bar-wrapper {
    padding: 0 1.5rem;
  }

  .msd-help-bar {
    background: #ffffff;
    border-radius: 0 0 15px 15px;
    border: 1px solid #dedede;
    border-top: 0 none;
  }

  .msd-help-bar__row {
    background: none;
    align-items: stretch;
    flex-grow: 1;
    justify-content: space-around;
    display: flex;
  }

  .msd-help-bar__item {
    background: none;
    flex-grow: 1;
    width: 25%;
    border-left: 1px solid #dedede;
  }

  .msd-help-bar__item:first-child {
    border-left: 0 none;
  }

  .msd-help-bar__title {
    padding: 4rem;
  }

  .home .msd-help-bar__title {
    flex-shrink: 0;
  }

  .msd-help-bar__title .msd-heading {
    font-size: 1.563rem;
  }
}

@media screen and (min-width: 1025px) {
  .msd-help-bar-wrapper {
    padding: 0 2.5rem;
  }
  .msd-help-bar {
    margin: -6rem auto 0;
    max-width: 100rem;
    align-items: stretch;
    justify-content: space-around;
    display: flex;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
    min-height: 12rem;
    border: 0 none;
    border-radius: 15px;
  }
  .msd-help-bar__title {
    border: 0 none;
    padding: 4rem 2rem;
  }
  .msd-help-bar__item:first-child {
    border-left: 1px solid #dedede;
  }
}

@media screen and (min-width: 1121px) {
  .msd-help-bar__title {
    padding: 4rem;
  }
}


@media screen and (min-width: 1441px) {
  .msd-help-bar__title {
    flex-shrink: 0;
  }
}


/* MSD Button */
.msd-button.align-left {
  text-align: left;
}

.msd-button.align-right {
  text-align: right;
}

.msd-button.align-center {
  text-align: center;
}

/* MSD Heading */
.msd-heading-wrapper--h2 {
  text-align: center;
}
.msd-heading-wrapper + .wpb_text_column p:first-child,
.msd-heading-wrapper + .msd-button + .wpb_text_column p:first-child {
  margin-top: 0;
}

.msd-heading-wrapper + .msd-button a {
  margin-top: 1rem;
}

.msd-heading {
  font-weight: 500;
}

.msd-heading--blue,
.msd-heading--blue.has-link a {
  color: #001689;
}

.msd-heading--light-blue,
.msd-heading--light-blue.has-link a {
  color: #418fde;
}

.msd-heading--green,
.msd-heading--green.has-link a {
  color: #3dae2b;
}

.msd-heading--orange,
.msd-heading--orange.has-link a {
  color: #ff8300;
}

.msd-heading--gray,
.msd-heading--gray.has-link a {
  color: #003564;
}

.msd-heading--white,
.msd-heading--white.has-link a {
  color: #ffffff;
}

.msd-heading.has-divider {
  margin-bottom: .5rem;
}

.msd-heading.has-divider + .wavy-line {
  margin-bottom: 2rem;
}

.msd-heading.has-link {
  position: relative;
}

.msd-heading.has-link a {
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
.msd-heading.has-link a:hover {
  color: #418fde;
}

.msd-heading.has-link a:after {
  position: absolute;
  bottom: 7px;
  width: 16px;
  height: 16px;
  right: calc(-16px - .5rem);
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.94 8.94'%3E%3Ctitle%3Eexternal-link%3C/title%3E%3Cpath d='M5.94,7.46H1.48V3H3.3L4.78,1.52H1.48A1.48,1.48,0,0,0,0,3V7.46A1.49,1.49,0,0,0,1.48,8.94H5.94A1.48,1.48,0,0,0,7.42,7.46V4.12L5.94,5.61Z' style='fill:%23001689'/%3E%3Cpath d='M8.94,0H5.1L6.49,1.4,2.9,5a.33.33,0,0,0,0,.47L3.48,6A.33.33,0,0,0,4,6L7.54,2.45l1.4,1.39Z' style='fill:%23001689'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.msd-heading.has-link a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.94 8.94'%3E%3Ctitle%3Eexternal-link%3C/title%3E%3Cpath d='M5.94,7.46H1.48V3H3.3L4.78,1.52H1.48A1.48,1.48,0,0,0,0,3V7.46A1.49,1.49,0,0,0,1.48,8.94H5.94A1.48,1.48,0,0,0,7.42,7.46V4.12L5.94,5.61Z' style='fill:%23418fde'/%3E%3Cpath d='M8.94,0H5.1L6.49,1.4,2.9,5a.33.33,0,0,0,0,.47L3.48,6A.33.33,0,0,0,4,6L7.54,2.45l1.4,1.39Z' style='fill:%23418fde'/%3E%3C/svg%3E");
}

@media screen and (min-width: 769px) {
  .msd-heading-wrapper.text-left { text-align: left; }
  .msd-heading-wrapper.text-center { text-align: center; }
  .msd-heading-wrapper.text-right { text-align: right; }
}

/* Event Slider */
.msd-event {
  position: relative;
  padding: 2rem 0 3rem;
  margin-bottom: 2rem;
  color: #ffffff;
  background: linear-gradient(180deg, #418fde 0%, #1163b5 100%) 0% 0%;
  border-radius: 15px;
}

.msd-event__intro {
  text-align: center;
}

.msd-event__intro .wavy-line {
  margin-top: .5rem;
}

/* Toggle with CMS switch */
/* .msd-event:after {
  content: '';
  left: -100%;
  right: -100%;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  top: -50%;
  z-index: -1;
} */

.msd-event__slider {
  display: inline-block;
  margin: 3rem 3rem 2rem;
}

.msd-event__headline {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: .1rem;
  text-align: center;
}

.msd-event__item {
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}

.msd-event__date {
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
  flex-shrink: 0;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-bottom: 1.5rem;
  color: #2480c3;
  background: #ffffff;
  border-radius: 50%;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-negative: 0;
}

.msd-event__month {
  margin-top: 5px;
}

.msd-event__month, .msd-event__day {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.msd-event__title {
  font-size: 1.563rem;
  font-weight: 500;
}

.msd-event__title a {
  color: #ffffff;
  text-decoration: none;
}

.msd-event__venue {
  margin-bottom: 0;
}

.msd-event__venue svg {
  display: block;
  margin: 0 auto .5rem;
  text-align: center;

  fill: #ffffff;
}

.msd-event__time {
  margin: 0 0 .5rem;
}

.msd-event__view-all {
  text-align: center;
}

.msd-event__view-all a {
  color: #ffffff;
  letter-spacing: .05rem;
  text-decoration: none;
  text-transform: uppercase;
}

.msd-event__view-all svg {
  position: relative;
  top: 1px;
  margin-left: .25rem;

  fill: none;
  stroke: #ffffff;
}

.msd-event .slick-prev,
.msd-event .slick-next {
  position: absolute;
  top: 45%;
  z-index: 1001;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
}

.msd-event .slick-prev {
  left: 1rem;
}

.msd-event .slick-next {
  right: 1rem;
}

@media screen and (min-width: 1025px) {
  .msd-event {
    padding: 4rem 0;
  }

  .msd-event__slider {
    margin: 4rem 3.375rem 2rem;
  }

  .msd-event__slider .slick-list {
    margin: 0 5rem;
  }

  .msd-event__item {
    align-items: start;
    -ms-flex-align: start;
    -ms-flex-direction: row;
        flex-direction: row;
    text-align: left;

    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }

  .msd-event__date {
    margin: 0;
  }

  .msd-event__details {
    padding: 0 1rem 0 0;
    margin: 0 0 0 2.5rem;
  }

  .msd-event__venue {
    position: relative;
    margin-bottom: 0;
  }

  .msd-event__venue svg {
    position: absolute;
    top: 2px;
    left: -1.375rem;
    width: 12px;
  }

  .msd-event__time {
    margin: 0 0 1.5rem;
  }

  .msd-event .slick-prev,
  .msd-event .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .msd-event .slick-prev {
    left: 3.5rem;
  }

  .msd-event .slick-next {
    right: 3.5rem;
  }
}

/* Global Event Styles  */
.msd-event__header {
  position: relative;
  padding: 2.5rem 0;
}

.msd-event__nav-list {
  line-height: normal;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.msd-event__nav ul li {
  box-sizing: border-box;
  display: block;
  margin: 0;
  width: 50%;
}

.msd-event__nav ul li a {
  color: #001689;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.msd-event__nav ul li a:hover {
  color: #ff8300;
}

.msd-event__nav-previous {
  float: left;
  margin-right: 5px;
  text-align: left;
}

.msd-event__nav-next {
  float: right;
  margin-left: 5px;
  text-align: right;
}

.msd-event__nav-previous svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 1px;
  margin-right: .5rem;
  margin-left: 0;
}

.msd-event__nav-next svg {
  position: relative;
  top: 1px;
  margin-left: .5rem;
}


/* Single Event Page */
.msd-event__single-wrap {
  padding: 0 2.5rem;
}

.msd-event__single {
  padding: 2.5rem 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.msd-event__single .msd-event__date {
  background: #418FDE;
  color: #ffffff;
}

.msd-event__full-date {
  color: #2480C3;
  margin: 1rem 0;
  font-size: .875rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .05em;
}

.msd-event__single .msd-event__venue,
.msd-event-list__single .msd-event__venue {
  padding-left: 2.125rem;
  position: relative;
}

.msd-event__single .msd-event__venue:after,
.msd-event-list__single .msd-event__venue:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.799 23.64'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b,.c%7Bstroke:none;%7D.c%7Bfill:%23418fde;%7D%3C/style%3E%3C/defs%3E%3Cg class='a' transform='translate(-158.807 -98.465)'%3E%3Cpath class='b' d='M167.206,99.965a6.9,6.9,0,0,0-6.9,6.9c0,6.266,6.9,13.1,6.9,13.1s6.9-7.218,6.9-13.1A6.9,6.9,0,0,0,167.206,99.965Zm0,11.191a4.292,4.292,0,1,1,4.292-4.292A4.292,4.292,0,0,1,167.206,111.156Z'/%3E%3Cpath class='c' d='M 167.2064819335938 99.96499633789062 C 163.3960418701172 99.96499633789062 160.3070220947266 103.0539932250977 160.3070220947266 106.8644638061523 C 160.3070220947266 113.1302337646484 167.2064819335938 119.9649963378906 167.2064819335938 119.9649963378906 C 167.2064819335938 119.9649963378906 174.1059417724609 112.7470092773438 174.1059417724609 106.8644638061523 C 174.1059417724609 103.0539932250977 171.0169525146484 99.96499633789062 167.2064819335938 99.96499633789062 M 167.2064819335938 111.1564559936523 C 164.8360137939453 111.1564559936523 162.9144897460938 109.23486328125 162.9144897460938 106.8644638061523 C 162.9144897460938 104.4940032958984 164.8360137939453 102.572395324707 167.2064819335938 102.572395324707 C 169.5768585205078 102.572395324707 171.4984741210938 104.4940032958984 171.4984741210938 106.8644638061523 C 171.4984741210938 109.23486328125 169.5768585205078 111.1564559936523 167.2064819335938 111.1564559936523 M 167.2064819335938 98.46499633789062 C 171.8379669189453 98.46499633789062 175.6059417724609 102.2329864501953 175.6059417724609 106.8644638061523 C 175.6059417724609 109.6100997924805 174.3581085205078 112.8396453857422 171.8970947265625 116.4634094238281 C 170.1224212646484 119.0765762329102 168.36474609375 120.9240951538086 168.2908020019531 121.0014572143555 L 167.2356567382812 122.1053085327148 L 166.1508331298828 121.0306396484375 C 165.8509674072266 120.7335968017578 158.8070220947266 113.6773681640625 158.8070220947266 106.8644638061523 C 158.8070220947266 102.2329864501953 162.5749969482422 98.46499633789062 167.2064819335938 98.46499633789062 Z M 167.2064819335938 109.6564559936523 C 168.7459869384766 109.6564559936523 169.9984741210938 108.4039764404297 169.9984741210938 106.8644638061523 C 169.9984741210938 105.3249130249023 168.7459869384766 104.072395324707 167.2064819335938 104.072395324707 C 165.6669769287109 104.072395324707 164.4144897460938 105.3249130249023 164.4144897460938 106.8644638061523 C 164.4144897460938 108.4039764404297 165.6669769287109 109.6564559936523 167.2064819335938 109.6564559936523 Z'/%3E%3C/g%3E%3C/svg%3E");
}

.msd-event__venue-name {
  margin-bottom: 0;
}

.msd-event__venue-address {
  margin: 0;
}

.msd-event__google-link {
  font-size: .75rem;
  text-decoration: none;
}

.msd-event__single-wrap .tribe-events-back {
  margin: 0;
  padding: 2.5rem 0;
  float: left;
  width: 100%;
}


@media screen and (min-width: 769px) {
  .msd-event__single {
    padding: 2.5rem 2.5rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: left;
  }
  .msd-event__content {
    float: left;
    padding-left: 2.5rem;
  }
}



/* Event List Page */
.tribe-is-responsive.tribe-mobile .tribe-events-page-title {
  margin-top: 0;
}

.tribe-events-loop {
  padding: 0 15px;
}

.msd-event-list__single {
  border-bottom: 2px solid #e6e7e8;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.msd-event-list__single .msd-event__date {
  background: #418FDE;
  color: #ffffff;
}

.msd-event-list__single-image {
	float: left;
	width: 33.33%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	max-width: 250px;
}

.msd-event-list__single-content {
  float: left;
  padding-left: 2.5rem;
}

.msd-event-list__single-date {
	color: #2480C3;
	margin: 1rem 0;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
}
.msd-event-list__single-title {
	margin: .5rem 0 1rem;
}

.msd-event-list__single-title a {
	color: #001689;
}

.msd-event-list__single-desc p {
	font-size: 1.125rem;
	line-height: 1.75;
}

.msd-event-list__single-location,
.msd-event-list__single-time {
	float: left;
	font-size: 1.063rem;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 2rem 0 0;
}

.msd-event-list__single--featured {
	background: #f1f6fb;
	border-top: 1rem solid #0091d9;
	border-bottom: 0 none;
}

.msd-event-list__single-content--featured {
	padding: 2rem 2.5rem 0;
}

.msd-event-list__single-date--featured {
	color: #0091d9;
}

.msd-event-list .col-4 .tribe-bar-submit {
  margin-left: 0;
}

@media screen and (min-width: 769px) {
  .msd-event-list__single {
    margin: 0 0 4rem;
    padding: 0 0 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: left;
    border-bottom: 2px solid #e6e7e8;
  }

  .msd-event-list__single-details {
    float: left;
    width: 100%;
  }
}






/* MSD Newsroom */
.newsroom-wrap {
  overflow: hidden;
}

.msd-newsroom__top {
  max-width: 100rem;
  padding: 0 1.5rem;
  margin: 1rem auto 2.5rem;
}

.msd-newsroom__top form ul,
form[data-sf-form-id] ul {
  padding: 0;
  margin: 0;
}

.msd-newsroom__sf-field-search,
.msd-newsroom__sf-field-search {
  position: relative;
  margin: 0 0 3rem;
}

.searchandfilter ul li.sf-field-category svg,
.searchandfilter ul li.sf-field-search svg {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.searchandfilter ul li.sf-field-category svg {
  fill: #7eaf00;
}

.msd-newsroom__search-container svg {
  stroke: #7eaf00;
  stroke-width: 1.75px;
}

/* Radio Buttons */
.msd-newsroom__top .sf-field-taxonomy-post-types ul li {
  position: relative;
  display: block;
  font-size: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Hide the browser's default radio button */
.msd-newsroom__top .sf-input-radio {
  position: absolute;
  display: none;
  opacity: 0;
}

.msd-newsroom__top .searchandfilter label.sf-label-radio {
  display: inline-block;
  padding: .875rem 2.5rem .750rem;
  margin: 0 1rem 0 0;
  color: #001689;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #ffffff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
  border: 2px solid #ff8300;
  border-radius: 50px;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.msd-newsroom__top .searchandfilter label.sf-label-radio:hover {
  background: #fff3e6;
}

.msd-newsroom__top .searchandfilter .sf-input-radio:checked ~ .sf-label-radio {
  color: #ffffff;
  background-color: #ff8300;
}

.searchandfilter label {
  display: block;
}

select.sf-input-select {
  width: 100%;
  max-height: 60px;
  min-height: 60px;
  padding: 0 1.7rem;
  margin: 0;
  color: #001689;
  font-size: 1rem;
  line-height: 1;
  -webkit-appearance: none;
  background: #f2f2f2;
  border: 0 none;
  border-radius: 15px;
  outline: none;
}

input.sf-input-text, .entry-header__searchform input,
.error-404 input[type="search"] {
  width: 100%;
  max-height: 60px;
  min-height: 60px;
  padding: 0 1.7rem;
  margin: 0;
  color: #001689;
  font-size: 1rem;
  line-height: 1;
  -webkit-appearance: none;
  background: #f2f2f2;
  border: 0 none;
  border-radius: 15px;
  outline: none;
}

input.sf-input-text::-webkit-input-placeholder,
.entry-header__searchform input::-webkit-input-placeholder {
  color: #001689;
}

input.sf-input-text:-ms-input-placeholder,
.entry-header__searchform input:-ms-input-placeholder {
  color: #001689;
}

input.sf-input-text::-ms-input-placeholder,
.entry-header__searchform input::-ms-input-placeholder {
  color: #001689;
}

input.sf-input-text::placeholder,
.entry-header__searchform input::placeholder {
  color: #001689;
}

.sf-field-submit input[type="submit"],
.entry-header__searchform input[type="submit"] {
  display: inline-block;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  background: #001689;
  border: 0 none;
  border-radius: 15px;
  -webkit-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
}

.search-filter-results {
  background: #f2f2f2;
}

.msd-newsroom__container {
  max-width: 100rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin: 0 auto;
}

.msd-newsroom__container:after {
  display: block;
  clear: both;
  content: '';
}

.msd-newsroom__container--error {
  text-align: center;
}

.msd-newsroom__masonry {
  margin: 0 auto;
}

.msd-newsroom__item {
  float: left;
  width: 100%;
}

.msd-newsroom__item .msd-block {
  margin: 0 1rem 2rem;
}

.msd-newsroom__item .msd-block__image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.msd-pagination {
  padding-bottom: 4.813rem;
  margin: 0 auto;
  text-align: center;
}

.msd-pagination .wp-pagenavi {
  color: #001689;
  font-size: 1.375rem;
  font-weight: 700;
}

.msd-pagination .wp-pagenavi > * {
  position: relative;
  margin: 0 1.25rem;
  display: inline-block;
  color: #001689;
  text-decoration: none;
}

.msd-pagination .wp-pagenavi .current:after {
  position: absolute;
  top: -7px;
  right: -12px;
  bottom: -7px;
  left: -12px;
  content: '';
  border: 2px solid #ff8300;
}

.msd-newsroom__top form ul li label {
  position: relative;
}

.msd-newsroom__top form ul li.sf-field-taxonomy-post-types:nth-child(1) label:after,
.msd-newsroom__top form ul li.sf-field-search label:after {
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  position: absolute;
  display: inline-block;
  color: inherit;
  content: '';
  line-height: inherit;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.msd-newsroom__top form ul li.sf-field-taxonomy-post-types:nth-child(1) label:after {
  width: 20px;
  height: 12px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNi4zMSA5LjU3Ij48dGl0bGU+Y2hldnJvbi1kb3duLW9yYW5nZTwvdGl0bGU+PHBhdGggZD0iTTE1LjMxLDEsOC4xNSw4LjE1LDEsMSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I0ZGODMwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMCIvPjwvc3ZnPg==');
}

/* Search Icon */
.msd-newsroom__top form ul li.sf-field-search label:after {
  width: 20px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='search-icon' viewBox='0 0 20 19.5'%3E%3Cpath d='M12.52,0A7.47,7.47,0,0,0,6.29,11.61L0,17.9l1.6,1.6,6.21-6.21A7.48,7.48,0,1,0,12.52,0Zm0,12.69A5.22,5.22,0,0,1,7.3,7.47h0a5.23,5.23,0,0,1,5.22-5.21h0a5.22,5.22,0,1,1,0,10.43Z'/%3E%3C/svg%3E");
  opacity: .2;
}

.msd-newsroom__top form ul li.sf-field-taxonomy-post-types:nth-child(2) {
  display: none;
}

@media screen and (min-width: 769px) {
  .msd-newsroom__top {
    padding: 0 2.5rem;
  }
  .msd-newsroom__item {
    float: left;
    width: 50%;
  }
  .msd-newsroom__container {
    max-width: 100rem;
    padding-top: 4.813rem;
    padding-bottom: 4.813rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .msd-newsroom__top .sf-field-taxonomy-post-types{
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .msd-newsroom__top form ul li.sf-field-taxonomy-post-types:nth-child(1) {
    display: none;
  }

  .msd-newsroom__top form ul li.sf-field-taxonomy-post-types:nth-child(2) {
    display: flex;
  }

  .msd-newsroom__top .sf-field-taxonomy-post-types h4 {
    margin-right: 1rem;
  }

  .msd-newsroom__top .searchandfilter ul li.sf-field-search {
    flex: 100;
  }

  .msd-newsroom__top .searchandfilter ul li.sf-field-submit {
    flex: 1;
  }

  .msd-newsroom__top .searchandfilter ul li.sf-field-search label,
  .msd-newsroom__top .searchandfilter ul li.sf-field-search .sf-input-text {
    width: 100%;
    min-width: 300px;
  }

  .msd-newsroom__top form ul,
  form[data-sf-form-id] ul {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .searchandfilter ul li[class*="sf-field-taxonomy"] {
    margin: 0 1.5rem 0 0;
  }

  .searchandfilter ul li.sf-field-search {
    margin: 0 10px 0 0 ;
  }

  input.sf-input-text {
    max-height: 60px;
    min-height: 60px;
    line-height: 1.4;
  }

  .sf-field-submit input[type="submit"] {
    width: 100%;
    max-height: 60px;
    margin-bottom: 0;
  }

  .msd-newsroom__item {
    float: left;
    width: 33.33%;
  }

  .msd-newsroom__container--error {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .searchandfilter ul li[class*="sf-field-taxonomy"] {
    margin: 0 30px 0 0;
  }

  .sf-field-submit input[type="submit"] {
    margin-bottom: 0;
  }

  .searchandfilter ul li input.sf-input-text {
    max-height: 78px;
  }

  .msd-banner__btn-wrap .btn:nth-child(2) {
    margin-left: 2rem;
  }

  .msd-flex-align--left .msd-half-and-half__image,
  .msd-flex-align--right .msd-half-and-half__image {
    text-align: center;
  }

  .msd-button--multi {
    padding: 0 2rem 0 0;
  }
}

@media screen and (min-width: 70em) {
  .searchandfilter ul li[class*="sf-field-taxonomy"] {
    margin: 0 2.375rem 0 0;
  }
}


/* Secondary Slider */
.msd-secondary-slider-wrap {
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
}

.msd-secondary-slider__item {
  padding: 4.5rem 3rem;
}

.msd-secondary-slider__image {
  overflow: hidden;
  margin: 0 1.5rem 1.5rem;
  position: relative;
}

.msd-secondary-slider__image img {
  border-radius: 15px;
  margin: 0 auto;
}

.msd-secondary-slider__content {
  text-align: center;
}

.msd-secondary-slider__headline {
  color: #2480c3;
  font-weight: 500;
}

.msd-secondary-slider__link {
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.msd-secondary-slider .arrow {
  top: 1px;
  position: relative;
}

.msd-secondary-slider-wrap .slick-prev,
.msd-secondary-slider-wrap .slick-next {
  position: absolute;
  top: 25%;
  z-index: 1001;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
}

.msd-secondary-slider-wrap .slick-prev {
  left: .75rem;
}

.msd-secondary-slider-wrap .slick-next {
  right: .75rem;
}

.msd-secondary-slider__item--no-post {
  text-align: center;
  padding: 4rem;
}


@media screen and (min-width: 768px) {
  .msd-secondary-slider__item-inner {
    display: flex;
    align-items: center;
    max-width: 1030px;
    margin: 0 auto;
  }
  .msd-secondary-slider__content {
    margin: 0 auto;
  }
  .msd-secondary-slider__image {
    margin: 0;
    flex-shrink: 0;
  }
  .msd-secondary-slider__image + .msd-secondary-slider__content {
    padding-left: 3rem;
    margin: 0;
    text-align: left;
  }
  .msd-secondary-slider-wrap .slick-prev,
  .msd-secondary-slider-wrap .slick-next {
    top: 50%;
  }
}

/* MSD Content Feed */
.msd-content-feed {
  text-align: center;
}

.msd-content-feed__heading {
  font-weight: 400;
}

.msd-content-feed__item {
  background: #ffffff;
  border-radius: 15px;
  margin-bottom: 2rem;
}

.msd-content-feed--featured .msd-block__image img {
  height: 100%;
  width: 100%;
  max-height: 310px;
  object-fit: cover;
}

.msd-content-feed--featured .msd-content-feed__more .btn + .btn {
  margin-left: 1rem;
}

.msd-content-feed--featured .msd-content-feed__heading,
.msd-content-feed--featured .msd-block__headline,
.msd-content-feed--featured .msd-block__link { color: #3dae2b; }
.msd-content-feed--featured .wavy-line { fill: #3dae2b; }
.msd-content-feed--normal .msd-content-feed__heading { color: #001689; }
.msd-content-feed--normal .wavy-line { fill: #001689; }

@media screen and (min-width: 1025px) {
  .msd-content-feed {
    text-align: left;
    overflow: hidden;
  }
  .msd-content-feed__heading {
    font-weight: 500;
    white-space: nowrap;
  }
  .msd-content-feed--featured .msd-content-feed__item {
    display: flex;
  }
  .msd-content-feed--featured .msd-block__image {
    line-height: 0;
    overflow: hidden;
    width: 40%;
    max-width: 450px;
  }
  .msd-content-feed--featured .msd-block__image img {
    max-height: none;
  }
  .msd-content-feed--featured .msd-block__content {
    width: 60%;
  }
  .msd-content-feed--featured .msd-content-feed__more {

    display: flex;
    justify-content: center;
    align-items: center;
  }
  .msd-content-feed--featured .msd-content-feed__more .btn {
    color: #3dae2b;
    max-width: 50%;
  }
}

@media screen and (min-width: 1601px) {
  .msd-content-feed--featured .msd-content-feed__more {
    width: 60%;
    float: right;
  }
  .msd-content-feed--featured .msd-content-feed__more .btn {
    padding: .875rem 2rem .750rem;
  }
}

/* Staff */

.msd-staff {
	display: grid;
	margin: 3rem auto;
  grid-template-columns: repeat( auto-fit, minmax(20em, 1fr) );
  grid-gap: 2rem;
}


.msd-staff__item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: block;
}

.msd-staff__image {
  line-height: 0;
}

.msd-staff__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.msd-staff__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  display: flex;
  padding: 1.875rem;
  margin: 0;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 53, 100, .8);
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
  opacity: 0;
}

.msd-staff__item--active .msd-staff__overlay  {
  opacity: 1;
  border: 3px solid #ff8300;
  border-radius: 20px;
}

.msd-staff__name {
  color: #ffffff;
  font-weight: 600;
  padding-bottom: .75rem;
  position: relative;
}

.msd-staff__name:after {
  content: '';
  width: 32px;
  border-bottom: 1px solid #ff8300;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.msd-staff__title {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: .5rem;
}

/* Styles for magnific popup */
.msd-staff__popup {
	background: #ffffff;
	padding: 2.5rem;
	text-align: left;
  max-width: 700px;
  width: 100%;
  border-radius: 15px;
	margin: 40px auto;
	position: relative;
}

.msd-staff__popup-top {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.msd-staff__popup-image {
  max-width: 200px;
}

.msd-staff__popup-details {
  padding: 1rem 0 0;
}

.msd-staff__popup-name {
  font-weight: 500;
  color: #001689;
  position: relative;
  padding-bottom: .75rem;
}

.msd-staff__popup-name:after {
  content: '';
  width: 32px;
  border-bottom: 1px solid #ff8300;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.msd-staff__popup-title {
  font-size: .875rem;
}

@media screen and (min-width: 50em) {
	.msd-staff{
    grid-template-columns: repeat( 2, 1fr );
  }
  .msd-staff__popup-top {
    flex-direction: row;
    align-items: flex-end;
    text-align: left;
  }
  .msd-staff__popup-details {
    padding: 0 1rem 0 2rem;
  }
  .msd-staff__popup-name:after {
    right: initial;
    margin: 0;
  }
}
@media screen and (min-width: 70em) {
	.msd-staff {
		grid-template-columns: repeat( 3, 1fr );
	}
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  background: #003564;
	opacity: 0.6;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/* MSD Timeline */
.msd-timeline {
  position: relative;
  padding: 5rem 0;
}

.msd-timeline__item {
  position: relative;
  padding: 3rem 0 1.5rem;
}

.msd-timeline__item:nth-child(odd) {
  padding-left: 3rem;
  border-left: 2px solid #ff8300;
  border-radius: 15px 0 0 15px
}

.msd-timeline__item:nth-child(even) {
  padding-right: 3rem;
  border-right: 2px solid #ff8300;
  border-radius: 0 15px 15px 0;
}

.msd-timeline__item:before,
.msd-timeline__item:after {
  content: '';
  position: absolute;
  margin: 0 auto;
  height: 15px;
  z-index: 10;
}

.msd-timeline__item:nth-child(odd):before {
  top: -2px;
  left: -2px;
  border-radius: 15px 0 0 0;
  right: 15px;
  border-left: 2px solid #ff8300;
  border-top: 2px solid #ff8300;
}

.msd-timeline__item:nth-child(odd):after {
  bottom: 0;
  left: -2px;
  border-radius: 0 0 0 15px;
  right: 15px;
  border-left: 2px solid #ff8300;
  border-bottom: 2px solid #ff8300;
}

.msd-timeline__item:nth-child(even):before {
  top: -2px;
  left: 15px;
  border-radius: 0 15px 0 0;
  right: -2px;
  border-right: 2px solid #ff8300;
  border-top: 2px solid #ff8300;
}

.msd-timeline__item:nth-child(even):after {
  bottom: 0;
  left: 15px;
  border-radius: 0 0 15px 0;
  right: -2px;
  border-right: 2px solid #ff8300;
  border-bottom: 2px solid #ff8300;
}

.msd-timeline__image:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 2px solid #ff8300;
  border-radius: 50%;
  z-index: 10;
}

.msd-timeline__item:nth-child(odd) .msd-timeline__image:after {
  left: -11px;
}

.msd-timeline__item:nth-child(even) .msd-timeline__image:after {
  right: -11px;
}

.msd-timeline__image img {
  border-radius: 15px;
}

.msd-timeline__content {

}

.msd-timeline__subtitle {
  color: #2480c3;
  margin: 0 0 1rem;
  font-size: 1rem;
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-weight: 500;
}

.msd-timeline__title {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .msd-timeline:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 2px;
    background: linear-gradient(to bottom, #fff, #ff8300 5%, #ff8300 95%, #fff );
    height: 100%;
  }

  .msd-timeline__item {
    display: flex;
    align-items: center;
  }

  .msd-timeline__item:nth-child(odd),
  .msd-timeline__item:nth-child(even) {
    border: 0 none;
    padding: 0;
  }

  .msd-timeline__item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .msd-timeline__item:before,
  .msd-timeline__item:after {
    display: none;
  }
  
  .msd-timeline__image,
  .msd-timeline__content {
    width: 50%;
  }

  .msd-timeline__item:nth-child(even) .msd-timeline__image,
  .msd-timeline__item:nth-child(odd) .msd-timeline__content {
    margin-left: 3rem;
  }

  .msd-timeline__item:nth-child(odd) .msd-timeline__image,
  .msd-timeline__item:nth-child(even) .msd-timeline__content {
    margin-right: 3rem;
  }

  .msd-timeline__item:nth-child(odd) .msd-timeline__image:after,
  .msd-timeline__item:nth-child(even) .msd-timeline__image:after {
    right: 0;
    left: 0;
  }
}

@media screen and (min-width: 1025px) {
  .msd-timeline__item:nth-child(odd),
  .msd-timeline__item:nth-child(even) {
    padding: 2rem 0;
  }
  .msd-timeline__item:nth-child(even) .msd-timeline__image,
  .msd-timeline__item:nth-child(odd) .msd-timeline__content {
    margin-left: 4rem;
  }

  .msd-timeline__item:nth-child(odd) .msd-timeline__image,
  .msd-timeline__item:nth-child(even) .msd-timeline__content {
    margin-right: 4rem;
  }
}

.msd-menu-list {
  float: left;
  width: 100%;
  padding: 2.5rem 1.5rem 3rem;
  position: relative;
  margin-bottom: 2rem;
  background: #ffffff;
  background: linear-gradient(to top, #418fde, #418fde 15px, #ffffff 15px);
  border-radius: 15px;
}

.msd-menu-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.msd-menu-list ul li a {
  position: relative;
  display: block;
  padding: .5rem 1rem .5rem 1.25rem;
  color: #434040;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}

.msd-menu-list ul > li > ul li a {
  background: #e5effd;
  border-bottom: 2px solid #ffffff;
}

/* First-level link orange arrow */
.msd-menu-list ul > li > a:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 12px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='8' viewBox='0 0 8 12'%3E%3Cpath d='M1.4,0.8L6.6,6l-5.2,5.2' fill='none' stroke='%23ff8300' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.msd-menu-list__heading {
  color: #418fde;
  font-weight: 500;
}

#primary .msd-menu-list ul li a {
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .msd-menu-list {
    padding: 2.5rem 2.5rem 3rem;
  }
}


/* MSD Banner */
.msd-banner {
	display: none;
}
.msd-banner--single, 
.msd-banner--mobile {
	background-color: #575757;
	min-height: 350px;
	background-position: center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	text-align: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	padding: 5rem 1.875rem;
	position: relative;
	color: #ffffff;
}
.msd-banner--single {
	min-height: 1px;
	padding: 3rem 1.875rem;
}
.msd-banner .msd-banner__subtitle {
	font-size: 1.125rem;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 0 0 1rem;
	position: relative;
	z-index: 10;
	text-shadow: 0 2px 3px rgba(5, 30, 56, 0.25);
}
.msd-banner__title {
	color: #ffffff;
	margin: 0 auto;
	position: relative;
	max-width: 64rem;
	line-height: 1.2;
	z-index: 10;
	text-shadow: 0 2px 3px rgba(5, 30, 56, 0.25);
}
.msd-banner p {
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.75;
	max-width: 60rem;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	text-shadow: 0 2px 3px rgba(5, 30, 56, 0.25);
}
.msd-banner__btn-wrap {
	position: relative;
	z-index: 10;
}
.msd-banner__btn-wrap .btn {
	margin-top: 3rem;
}
.msd-banner__btn-wrap .btn + .btn {
	margin-top: 0;
}
.msd-banner__overlay {
	opacity: .4;
	position: absolute;
	background: #000000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.msd-banner--small {
	min-height: 350px;
}

.msd-banner--medium {
	min-height: 500px;
	padding: 8rem 1.875rem;
}

@media screen and (min-width: 50em) {
	.msd-banner {
		background-color: #575757;
		min-height: 350px;
		background-position: center;
		background-size: cover;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		text-align: center;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		padding: 5rem 1.875rem;
		position: relative;
		color: #ffffff;
	}
	.msd-banner.msd-banner--mobile {
		display: none;
	}
	.msd-banner .btn {
		margin-bottom: 0;
	}
	.msd-banner__btn-wrap .btn:nth-child(2) {
		margin-left: 3rem;
	}
	.msd-banner p {
		font-size: 1.125rem;
	}
	.msd-banner--large {
		height: 820px;
	}
	.msd-banner-video-wrap {
		width: 100%;
	}
}
@media screen and (min-width: 100em) {
	.msd-banner__title {
		max-width: 80rem;
	}
	.msd-banner p {
		max-width: 80rem;
		margin-top: 2.5rem;
		font-size: 1.125rem;
	}
}

/* MSD Content Block */
.msd-content-block__item {
  padding-top: 1rem;
	margin-bottom: 1rem;
}
.msd-content-block__image img {
  border-radius: 15px;
}
.msd-content-block__content {
	padding: 0 1.875rem;
}
.msd-content-block__title {
	margin: 1.75rem 0;
}
.msd-content-block__desc {
	font-size: 1.125rem;
	line-height: 1.75;
}

@media screen and (min-width: 769px) {
	.msd-content-block__item {
		margin-bottom: 2rem;
	}
	.msd-content-block__content {
		padding: 0;
	}
}


/* Social Media */
.social-media__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr; */
}

.social-media__icon {
  display: block;
  position: relative;
  width: 33%;
  overflow: hidden;
  min-width: 75px;
  margin-bottom: 1.5rem;
}

.social-media__icon:last-child {
  margin-right: 0;
}

.social-media__icon svg {
  height: 50px;
  width: 50px;
  fill: #ffffff;
}

.social-media__icon span {
  position: absolute;
  transform: translate(-100vh, -100vh);
  opacity: 0;
}

/* Footer Social Media */
.social-media__icon--footer {
  display: inline-block;
  margin-right: 1.25rem;
  position: relative;
  overflow: hidden;
  width: auto;
  min-width: auto;
  margin-bottom: 0;
}

.social-media__icon--footer:last-child {
  margin-right: 0;
}

.social-media__icon--footer svg {
  height: 26px;
  width: 26px;
  fill: #2480c3;
}

.social-media__icon--footer span {
  position: absolute;
  transform: translate(-100vh, -100vh);
  opacity: 0;
}


/* Tooltips */
.tooltipsall {
  color: #003564 !important;
  border-bottom: 2px dotted #cccccc !important;
}

.tooltipsall:hover {
  /* cursor: pointer; */
  color: #418fde !important;
}

.qtip-light {
  background: #f2f2f2;
  box-shadow: none;
}

.qtip-content {
  font-size: .875rem;
  line-height: 1.4;
}

/* Glossary Page */
.navitems {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.site #content .navitems .navitem {
  display: flex;
  margin-bottom: 10px;
  font-size: 1rem !important;
}

.site #content .navitems .tooltiplist_count {
  margin-bottom: 0;
}


/* Accordion */
.wpb-js-composer #content .vc_tta-container {
  margin-bottom: 3rem;
}
.wpb-js-composer #content .vc_tta-container h2 {
  color: #001689;
  font-size: 1.563rem;
  margin-top: 1rem;
  font-weight: 500;
}
.wpb-js-composer #content .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  background: none;
  border: 0 none;
}
.wpb-js-composer #content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active {
  background: #f8f8f8;
}
.wpb-js-composer #content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel {
  border-width: 0 0 1px 0;
  border-color: #cccccc;
  border-style: solid;
}
.wpb-js-composer #content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-top: 1px solid #cccccc;
}
.wpb-js-composer #content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border: 0 none;
  background: none;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  padding: 0 2.5rem 2.5rem;
}
.wpb-js-composer #content .vc_tta.vc_general .vc_tta-panel-title {
  font-size: 1rem;
  text-transform: uppercase;
}
.wpb-js-composer #content .vc_tta.vc_general .vc_tta-panel-title > a {
  color: #2480c3;
  padding: 2.25rem 4rem 2.25rem 2.25rem;
  line-height: 1.4;
}
.wpb-js-composer #content .vc_tta .vc_tta-controls-icon {
  width: 20px;
  height: 20px;
}
.wpb-js-composer #content .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  border-width: 3px 0 0 0;
}
.wpb-js-composer #content .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  border-width: 0 0 0 3px;
}

.wpb-js-composer #content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
.wpb-js-composer #content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after {
  border-color: #ff8300;
}


.site-header__alert {
  background: #ff0000;
  color: #ffffff;
}

.site-header__alert-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 100rem;
  padding: 0 2.5rem;
  margin: 0 auto;
}

.site-header__alert-content {
  font-size: .75rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: .675rem;
}

.site-header__alert-icon,
.site-header__alert-close {
  line-height: 0;
}

.site-header__alert-close {
  fill: #ffffff;
}


/* Search Results Page */
.entry-header__searchform-wrap {
  background: #ffffff;
}

.entry-header__searchform {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.entry-header--search .msd-cover-link:before,
.entry-header--archive .msd-cover-link:before  {
  height: auto;
  top: 2rem;
  bottom: 2rem;
}

.entry-header__searchform form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
}

.entry-header__searchform input[type="search"] {
  flex: 100;
  max-width: 400px;
  margin-right: .5rem;
}

.entry-header__searchform input[type="submit"] {
  width: 132px;
  margin-bottom: 0;
}

.no-results {
  padding: 4rem 0;
}

.wpb_text_column img,
.vc_single_image-wrapper img {
  border-radius: 15px;
}

.entry-summary--search,
.entry-summary--archive {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 1.125rem;
  line-height: 1.65;
}

.entry-summary--search p,
.entry-summary--archive p {
  margin-top: 0;
}

.entry-footer {
}
.entry-footer .btn {
  padding: 0;
  box-shadow: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  transition: color 200ms ease-in-out;
}
.entry-footer .btn svg {
  margin-right: .25rem;
  margin-left: 0;
  transform: rotate(180deg);
}


/* Downloads Pop-up */

.w3eden .modal-content {
  padding: 1rem;
}

.w3eden .modal-body {
  padding: 0;
}

.w3eden .modal-body .frm_style_formidable-style.with_frm_style .frm_form_fields > fieldset {
  border: 0 none !important;
}


body .userway.userway_p1 {
  top: 6px !important;
  right: 7px !important;
}


/* Events Pages */
#tribe-events-content-wrapper {
  padding-bottom: 70px;
}

#tribe-events-pg-template, .tribe-events-pg-template {
  max-width: none;
  padding: 0;
}

#tribe-bar-form .tribe-bar-submit input[type=submit],
#tribe-events .tribe-events-button, .tribe-events-button {
  background: #001689;
}

#tribe-events .tribe-events-button:hover, .tribe-events-button:hover {
  color: #ffffff;
  background: #418FDE;
}

.datepicker-days thead {
  background: none;
}
.tribe-events-cal-links > a,
.tribe-events-ical.tribe-events-button {
	margin-right: 1rem;
	border: 1px solid #0091d9;
	padding: 3px 10px;
	border-radius: 4px;
	font-size: .75rem;
}
.tribe-events-sub-nav {
	padding: 0;
}
.tribe-events-nav-previous {
	float: left;
}
.tribe-events-nav-next {
	float: right;
}

.tribe-events-nav-previous a,
.tribe-events-nav-next a,
.tribe-events-back a {
  color: #001689;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.tribe-events-nav-previous a:hover,
.tribe-events-nav-next a:hover,
.tribe-events-back a:hover {
  color: #ff8300;
}

.tribe-events-nav-next svg {
  position: relative;
	top: 1px;
	margin-left: .5rem;
}

.tribe-events-nav-previous svg,
.msd-event-single__back svg,
.tribe-events-back svg {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	position: relative;
	top: 1px;
	margin-right: .5rem;
	margin-left: 0;
}

.msd-event-single {
	margin: 5rem auto;
	max-width: 110em;
}
.msd-event-single__title {
	margin: 0 0 2rem;
}
.msd-event-single__desc {
	font-size: 1.125rem;
	line-height: 1.75;
}
.msd-event-single__details {
	margin: 0 0 2rem;
	padding: 0 0 1rem;
	word-break: break-word;
}
.msd-event-single__details a {
	color: #575757;
}
.msd-event-single__details:first-child {
	border-bottom: 2px solid #e6e7e8;
}
.msd-event-single__subtitle {
	font-size: 1.75rem;
	line-height: 45px;
	margin: 0 0 2rem;
}
.msd-event-single__icon {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 1rem;
  fill: none;
  stroke: #418FDE;
  stroke-width: 1px;
}
.msd-event-single__date,
.msd-event-single__time,
.msd-event-single__location,
.msd-event-single__cost,
.msd-event-single__email,
.msd-event-single__phone,
.msd-event-single__website {
	font-size: 1.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.msd-event-single__back {
	font-weight: 700;
}
.tribe-events-calendar .tribe-events-tooltip {
  padding: 1rem;
}
.tribe-events-calendar .tribe-events-tooltip .entry-title {
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .msd-event-list {
    margin-top: 4.625rem;
  }
  .col #tribe-events-bar,
  #tribe-events-content {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 25px;
  }
}

@media screen and (min-width: 50em) {
	.msd-event-single {
		display: grid;
		grid-template-columns: minmax(300px, 1fr) 4fr;
	}
	.ie11 .msd-event-single {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.dashboard-wrap {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.dashboard-wrap .entry-content {
  margin-bottom: 2rem;
}

#wpdm-dashboard-sidebar h3 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  opacity: 0.4;
  padding: 0;
  margin: 20px 0 10px 0;
  font-weight: 600;
}

.w3eden #wpdm-dashboard-contents > * + .card {
  margin-top: 2rem;
}

.mobile__footer {
  text-align: center;
  background: #e4e4e4;
  border-bottom: 10px solid #2480C3;
  margin-bottom: 7.77rem;
  padding: 2rem 0;
}

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

.error-404-wrap {
  text-align: center;
  padding: 4rem 0 1rem;
}

.error-404 h1 {
  font-size: 2.125rem;
}

.error-404 .search-form {
  min-width: 50vw;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.error-404 input[type="search"] {
  margin: 0 10px;
}

.error-404 input[type="submit"] {
  max-height: 60px;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  padding: 1.1rem 2.5rem;
  margin: 1rem 10px 2rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  background: #001689;
  border: 0 none;
  border-radius: 15px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.error-404__back {
  color: #001689;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 10rem;
  padding-top: 1rem;
  display: block;
  border-top: 2px solid #f2f2f2;
}

a.error-404__back:hover {
  color: #ff8300;
}

a.error-404__back svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 1px;
  margin-right: .5rem;
  margin-left: 0;
}

@media screen and (min-width: 769px) {
  .error-404-wrap {
    padding: 10rem 0 1rem;
  }
  .error-404 h1 {
    font-size: 3.75rem;
  }
  .error-404 .search-form {
    flex-wrap: nowrap;
  }
  .error-404 input[type="submit"]  {
    margin-top: 0;
    width: auto;
  }
}