@charset "UTF-8";
/*!
Theme Name: umcc
Theme URI: http://underscores.me/
Author: Q+M
Author URI: https://qandm.agency
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: umcc
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.

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

big {
  font-size: 125%; }

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

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

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

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

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

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block; }

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# UMCC
--------------------------------------------------------------*/
html {
  font-size: 12pt; }

body {
  background-color: #fff;
  font-family: 'Source Sans Pro', Helvetica, Verdana, sans-serif;
  color: #fff;
  overflow-x: hidden;
  font-size: 16px;
  color: #333; }

h1 {
  font-size: 2rem;
  line-height: 130%; }

p, span {
  font-weight: 300; }

p {
  font-size: 1.3rem; }

a, a:hover, a:visited {
  color: #000;
  text-decoration: none; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

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

.site-content {
  max-width: 1400px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px; }

section ul, section li {
  font-weight: 300;
  font-size: 1.3rem; }

section ul {
  margin: 0px;
  padding-left: 25px; }

section li {
  margin-bottom: 25px; }

.vc_section.hero {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  z-index: 1; }
  .vc_section.hero > .row {
    min-width: 810px;
    max-width: 810px; }
  .vc_section.hero .wpb_content_element {
    margin-bottom: 0px; }
  .vc_section.hero h2 {
    font-family: 'Source Sans Pro', Helvetica, Verdana, sans-serif;
    font-size: 2.6rem; }
  .vc_section.hero .vc_column-inner {
    padding: 0px !important; }
  .vc_section.hero.home-core .wpb_wrapper > .wpb_text_column {
    position: absolute;
    z-index: 2;
    text-align: center;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .vc_section.hero.home-core .wpb_wrapper > .wpb_text_column h2 {
      margin: 0px;
      color: #fff;
      line-height: 100%; }
  .vc_section.hero .vc_col-sm-12.centered-text .wpb_text_column {
    padding: 38px; }
    .vc_section.hero .vc_col-sm-12.centered-text .wpb_text_column p {
      line-height: 135%;
      font-size: 30px;
      font-weight: 500; }
  .vc_section.hero .vc_col-sm-12.centered-text figure {
    width: 100%; }
    .vc_section.hero .vc_col-sm-12.centered-text figure .vc_single_image-wrapper {
      width: 100%; }
      .vc_section.hero .vc_col-sm-12.centered-text figure .vc_single_image-wrapper img {
        width: 100%; }
  .vc_section.hero .vc_col-sm-12.inner-page-hero .wpb_wrapper > .wpb_text_column {
    padding: 25px; }
    .vc_section.hero .vc_col-sm-12.inner-page-hero .wpb_wrapper > .wpb_text_column h1 {
      margin-top: 0px; }
  .vc_section.hero .vc_col-sm-12.inner-page-hero figure {
    width: 100%; }
    .vc_section.hero .vc_col-sm-12.inner-page-hero figure .vc_single_image-wrapper {
      width: 100%; }
      .vc_section.hero .vc_col-sm-12.inner-page-hero figure .vc_single_image-wrapper img {
        width: 100%; }

.fill-container figure {
  width: 100%; }
  .fill-container figure .vc_single_image-wrapper {
    width: 100%; }
    .fill-container figure .vc_single_image-wrapper img {
      width: 100%; }

header.site-header {
  height: auto;
  left: 0;
  width: 100%;
  z-index: 6;
  position: relative;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  font-family: 'Roboto', Helvetica, Verdana, sans-serif;
  font-weight: 700; }
  header.site-header > .row {
    /*max-width: 1600px;
        margin: 0px auto;*/
    min-height: 61px; }
  header.site-header .logo-col img {
    vertical-align: middle;
    width: 80%; }
  header.site-header .navigation-col {
    max-width: 1014px; }

.btn-see-more {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

.vc_toggle > .vc_toggle_title {
  padding-left: 30px;
  font-size: 1.3rem; }
  .vc_toggle > .vc_toggle_title i.vc_toggle_icon {
    position: absolute;
    left: 0px;
    margin: 0px;
    top: 6px; }

/* IE 11 fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header.site-header .navigation-col {
    max-width: none !important; } }

body.page-template-about .leadership-container .vc_column_container > .vc_column-inner {
  margin-bottom: 15px; }

body.page-template-about .wpb_text_column {
  max-width: 880px;
  margin: 0px auto;
  padding-top: 45px;
  padding-bottom: 45px; }
  body.page-template-about .wpb_text_column h2 {
    font-size: 2rem; }

body.page-template-about .vc_row .vc_row {
  max-width: 880px;
  margin: 0px auto; }
  body.page-template-about .vc_row .vc_row .wpb_text_column {
    padding-top: 0px;
    padding-bottom: 0px; }

body.page-template-about .vc_section.hero {
  padding: 0px; }
  body.page-template-about .vc_section.hero > .vc_row {
    max-width: 1800px;
    padding: 0;
    margin: 0px auto; }
  body.page-template-about .vc_section.hero .vc_single_image-wrapper {
    max-height: 960px;
    max-height: 85vh;
    overflow: hidden;
    position: relative; }
    body.page-template-about .vc_section.hero .vc_single_image-wrapper::before {
      content: ' ';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 15rem;
      width: 100%;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black); }

body.page-template-default .entry-content > section {
  max-width: 880px;
  margin: 0px auto; }

body.page-template-default .member-benefits p {
  margin: 0px; }

body.page-template-default .member-benefits ul {
  list-style: none;
  font-size: 1rem;
  padding-left: 0px; }
  body.page-template-default .member-benefits ul li {
    margin-bottom: 2px; }

body.page-template-default .member-benefits ul li:before {
  content: '✓';
  color: #7ac643; }

body.page-template-default .wpcf7 {
  max-width: 880px;
  margin: 0px auto; }
  body.page-template-default .wpcf7 > form > .row > div {
    padding-bottom: 25px; }
  body.page-template-default .wpcf7 > form > .row h3, body.page-template-default .wpcf7 > form > .row p {
    margin: 0px; }
  body.page-template-default .wpcf7 > form > .row input.wpcf7-text, body.page-template-default .wpcf7 > form > .row textarea.wpcf7-textarea {
    width: 100%;
    background-color: #ececec;
    border-radius: 0px;
    border: none;
    padding: 5px; }
  body.page-template-default .wpcf7 > form > .row textarea.wpcf7-textarea {
    height: 100px; }
  body.page-template-default .wpcf7 > form > .row label, body.page-template-default .wpcf7 > form > .row strong {
    font-size: 1.3rem;
    font-weight: 700; }
  body.page-template-default .wpcf7 > form > .row .wpcf7-submit {
    padding: 15px;
    border: 1px solid #eaeaea;
    border-radius: 0px;
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px auto;
    display: block;
    cursor: pointer;
    font-family: 'Source Sans Pro';
    margin-top: 35px;
    min-width: 180px;
    text-align: center; }
  body.page-template-default .wpcf7 > form > .row .hidden {
    display: none; }
  body.page-template-default .wpcf7 > form > .row .reveal {
    display: block !important; }
  body.page-template-default .wpcf7 > form > .row .box .custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #000;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    max-height: 40px;
    min-height: 40px;
    font-size: 1rem;
    min-width: 100px;
    text-align: center; }
  body.page-template-default .wpcf7 > form > .row .box input[type="file"] {
    position: fixed;
    left: -99999999px; }
  body.page-template-default .wpcf7 > form > .row .box .wpcf7-list-item {
    margin: 0px; }
  body.page-template-default .wpcf7 > form > .row .box .wpcf7-radio, body.page-template-default .wpcf7 > form > .row .box .wpcf7-checkbox {
    /*box-sizing: border-box;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-flex: 0;
                    -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;*/
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*& > span {
                        flex-basis: 50%;
                        max-width: 50%;
                        box-sizing: border-box;
                        -webkit-box-flex: 0;
                        -ms-flex: 0 0 auto;
                        flex: 0 0 auto;
                        width: 50%;
                        display: block;
                        margin: 0px;
                    }*/ }
    body.page-template-default .wpcf7 > form > .row .box .wpcf7-radio label, body.page-template-default .wpcf7 > form > .row .box .wpcf7-checkbox label {
      width: 100%;
      display: block;
      padding-right: 15px; }
    body.page-template-default .wpcf7 > form > .row .box .wpcf7-radio > span, body.page-template-default .wpcf7 > form > .row .box .wpcf7-checkbox > span {
      flex-basis: 50%; }
    body.page-template-default .wpcf7 > form > .row .box .wpcf7-radio span.wpcf7-list-item-label::before, body.page-template-default .wpcf7 > form > .row .box .wpcf7-checkbox span.wpcf7-list-item-label::before {
      padding-right: 5px; }

.leadership-container .vc_column-inner {
  padding: 0px; }

.leadership-container .vc_row .vc_column-inner {
  border: 1px solid #ccc;
  text-align: center; }
  .leadership-container .vc_row .vc_column-inner p {
    margin: 0px; }
  .leadership-container .vc_row .vc_column-inner a {
    padding-top: 25px;
    padding-bottom: 25px;
    display: block; }

.leadership-container .vc_row .vc_col-sm-4:last-child .vc_column-inner {
  margin-right: 0px; }

.wpb_wrapper > .wpb_text_column.no-padding {
  padding-top: 0px;
  padding-bottom: 0px; }

body.page-template-core .site-content {
  max-width: 100%; }

body.page-template-core section.vc_section {
  max-width: 900px;
  margin: 0px auto; }

body.page-template-team .site-content {
  padding-left: 25px;
  padding-right: 25px; }

body.page-template-news .site-main > .entry-header {
  text-align: center; }

body.page-template-news .site-main > article {
  position: relative; }
  body.page-template-news .site-main > article .entry-content {
    max-width: 992px;
    margin: 0px auto;
    position: relative; }
  body.page-template-news .site-main > article .entry-header {
    text-align: center; }
  body.page-template-news .site-main > article .featured-news-content {
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: relative;
    margin: 0px; }
    body.page-template-news .site-main > article .featured-news-content > .vc_col-sm-12 > .vc_column-inner {
      padding: 0px; }
    body.page-template-news .site-main > article .featured-news-content h2 {
      margin-top: 25px; }
    body.page-template-news .site-main > article .featured-news-content .vc_row-flex {
      margin: 0px; }
    body.page-template-news .site-main > article .featured-news-content .vc_col-sm-8 {
      background-color: #fff; }
      body.page-template-news .site-main > article .featured-news-content .vc_col-sm-8 .wpb_text_column {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px; }
      body.page-template-news .site-main > article .featured-news-content .vc_col-sm-8 .wpb_content_element {
        margin-bottom: 35px; }
    body.page-template-news .site-main > article .featured-news-content .highlight-column .vc_column-inner {
      padding: 0px; }
      body.page-template-news .site-main > article .featured-news-content .highlight-column .vc_column-inner .wpb_text_column {
        padding: 25px;
        margin-bottom: 0px;
        border-bottom: 2px solid #fff; }
        body.page-template-news .site-main > article .featured-news-content .highlight-column .vc_column-inner .wpb_text_column p {
          margin-top: 0px; }
      body.page-template-news .site-main > article .featured-news-content .highlight-column .vc_column-inner .wpb_text_column:last-child {
        border: none; }
  body.page-template-news .site-main > article .wpb_single_image.wpb_content_element {
    margin-bottom: 0px; }
  body.page-template-news .site-main > article .highlight-column {
    position: relative; }
    body.page-template-news .site-main > article .highlight-column .vc_column-inner::before {
      background-color: #efefef;
      position: absolute;
      right: 0px;
      width: 100%;
      height: 100%;
      z-index: -1;
      top: 0px; }
  body.page-template-news .site-main > article figure {
    width: 100%; }
    body.page-template-news .site-main > article figure .vc_single_image-wrapper {
      width: 100%; }
      body.page-template-news .site-main > article figure .vc_single_image-wrapper img {
        width: 100%; }

body.page-template-news p, body.page-template-news time, body.page-template-news a.jump {
  font-size: 1.14rem; }

body.page-template-news p:first-child {
  margin-top: 0px; }

body.page-template-news p:last-child {
  margin-bottom: 15px; }

body.page-template-news h2 {
  margin: 0px;
  font-size: 2rem; }

body.page-template-news a.jump {
  text-transform: uppercase; }

.news-list {
  margin: 0px auto;
  margin-top: 25px;
  max-width: 880px; }
  .news-list article {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 25px;
    margin-bottom: 25px; }

.news-search {
  max-width: 880px;
  margin: 0px auto;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 3px double #c9c9c9; }
  .news-search input {
    width: 90%;
    background-color: #efefef;
    border: none;
    padding: 5px; }
  .news-search span {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 1.2rem;
    cursor: pointer; }

body.home .news-list {
  padding: 2rem;
  padding-top: 3rem;
  margin-top: 0px; }
  body.home .news-list h2 {
    margin: 0px;
    font-size: 1.3rem;
    line-height: 1.2; }
  body.home .news-list p {
    font-size: 1rem;
    margin-bottom: 5px; }
  body.home .news-list time {
    font-weight: 700; }
  body.home .news-list article {
    border: none; }
  body.home .news-list a.jump {
    font-weight: 700;
    text-transform: uppercase; }

body.home .site-content {
  max-width: 100%; }

body.home .section-content-home .vc_row .vc_col-sm-6:first-child .vc_column-inner {
  max-width: 42rem;
  padding: 2rem;
  margin-left: auto; }

section.home-core {
  overflow-x: scroll; }
  section.home-core .vc_column-inner {
    padding: 0px; }
  section.home-core figure {
    width: 100%; }
    section.home-core figure .vc_single_image-wrapper {
      width: 100%; }
      section.home-core figure .vc_single_image-wrapper img {
        width: 100%; }
    section.home-core figure a::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      z-index: 4; }
  section.home-core .vc_column-inner {
    position: relative; }
  section.home-core a, section.home-core a:hover, section.home-core a:visited {
    color: #fff; }

body.page-template-team .role-name h2 {
  font-size: 1.3rem;
  border-bottom: 1px solid #c9c9c9; }

body.page-template-team .team-member-information {
  padding-bottom: 40px; }
  body.page-template-team .team-member-information h3 {
    font-size: 2rem;
    margin: 0px;
    line-height: 100%; }
  body.page-template-team .team-member-information .read-more {
    display: block;
    font-style: italic; }
    body.page-template-team .team-member-information .read-more a {
      text-decoration: underline; }
  body.page-template-team .team-member-information .title, body.page-template-team .team-member-information .read-more {
    font-size: 1.3rem; }

body.page-template-team h1 {
  margin-top: 0px; }

body.page-template-team .role-header span {
  font-weight: 500;
  line-height: 20px;
  font-size: 2rem;
  margin-top: 25px;
  display: block;
  margin-bottom: 15px; }

body.page-template-team h5 {
  margin: 0px;
  font-weight: 500;
  line-height: 20px;
  font-size: 2rem;
  margin-top: 25px;
  display: block; }

body.page-template-team .vc_col-sm-12 h5 {
  margin-bottom: 15px; }

body.page-template-team .entry-content section.vc_section {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto; }

body.single-leadership .site-main > article {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto; }
  body.single-leadership .site-main > article h1 {
    margin-bottom: 0px;
    line-height: 100%; }
  body.single-leadership .site-main > article h5 {
    font-size: 1.6rem;
    margin: 0px;
    margin-bottom: 25px;
    line-height: 110%;
    margin-top: 15px; }
  body.single-leadership .site-main > article .post-thumbnail {
    margin: 0px auto;
    display: block;
    text-align: center; }
    body.single-leadership .site-main > article .post-thumbnail img {
      width: auto;
      max-height: 200px; }
  body.single-leadership .site-main > article header {
    text-align: center; }

footer.site-footer {
  min-height: 160px;
  padding-top: 25px;
  font-size: 1.1rem;
  background-color: #00274c;
  color: #fff;
  position: relative;
  z-index: 5;
  padding-left: 15px;
  padding-right: 15px; }
  footer.site-footer .widget {
    margin: 0px; }
  footer.site-footer .um-logos .col-auto {
    flex-basis: 100%;
    max-width: 100%; }
  footer.site-footer .um-logos img {
    max-height: 33px; }
  footer.site-footer .um-logos .box {
    margin-right: 0px;
    margin-bottom: 15px; }
  footer.site-footer .col-md-4 .box span:first-child {
    margin-bottom: 5px; }
  footer.site-footer .col-xs-12 {
    margin-bottom: 25px; }
  footer.site-footer .social-links a {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px; }
  footer.site-footer .social-links img {
    max-height: 30px; }
  footer.site-footer .logo {
    max-width: 110px;
    padding-right: 20px;
    margin: 0px auto;
    margin-bottom: 25px; }
  footer.site-footer .custom-html-widget > .row.middle-xs {
    margin: 0px auto;
    max-width: 1600px; }
  footer.site-footer .break-line {
    position: relative;
    padding: 0.5rem 1rem; }
    footer.site-footer .break-line::before {
      position: absolute;
      top: 0px;
      width: 100%;
      content: "";
      background-color: #f2f2f2;
      height: 1px;
      left: 0px;
      width: 200vw;
      left: -100vw; }
    footer.site-footer .break-line.col-xs-12 {
      margin-bottom: 0px; }
  footer.site-footer span {
    display: block; }

.row-staff.advisory-board .col-sm-3 {
  flex-basis: auto; }

.row-staff.advisory-board > .col-xs-12 > .box {
  margin-bottom: 45px; }

.news-featured-item {
  padding-left: 15px;
  padding-right: 15px; }
  .news-featured-item article h2 {
    text-align: left;
    margin-bottom: 15px; }
  .news-featured-item .entry-meta {
    display: none; }
  .news-featured-item p {
    margin-top: 15px; }
  .news-featured-item .jump {
    display: none; }

.checkbox-link, .checkbox-link:hover, .checkbox-link:visited {
  text-decoration: underline;
  color: #333; }

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.8rem; }
  header.site-header {
    padding-right: 0px; }
    header.site-header .site-branding {
      margin-top: 15px;
      margin-bottom: 15px; }
    header.site-header .logo-col img {
      width: 90%; }
  body.page-template-core .site-content {
    padding-left: 70px;
    padding-right: 70px; }
  body.page-template-news .site-content {
    max-width: 100%; }
  body.page-template-news .site-main > article::before {
    position: absolute;
    content: "" !important;
    width: calc(100% + 30px);
    height: calc(100%);
    display: block;
    left: 0px;
    z-index: -1;
    top: 0px;
    left: -15px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX3pwQlNtIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB3aWR0aD0iNy41IiBoZWlnaHQ9IjcuNSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iNy41IiBzdHJva2U9IiNFOEU3RTciIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl96cEJTbSkiIG9wYWNpdHk9IjEiLz48L3N2Zz4=");
    background-repeat: repeat; }
  .vc_section.hero .vc_col-sm-12.centered-text .wpb_text_column {
    position: absolute;
    z-index: 2;
    text-align: left;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    max-width: 880px; }
    .vc_section.hero .vc_col-sm-12.centered-text .wpb_text_column p {
      margin: 0px; }
    .vc_section.hero .vc_col-sm-12.centered-text .wpb_text_column a, .vc_section.hero .vc_col-sm-12.centered-text .wpb_text_column a:hover, .vc_section.hero .vc_col-sm-12.centered-text .wpb_text_column a:visited {
      color: #fff; }
    .vc_section.hero .vc_col-sm-12.centered-text .wpb_text_column a:hover {
      text-decoration: underline; }
  .vc_section.hero .vc_col-sm-12.centered-text .vc_single_image-wrapper::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    background: black;
    background: linear-gradient(90deg, black 0%, black 0%, rgba(255, 255, 255, 0) 38%); }
  .vc_section.hero .vc_col-sm-12.inner-page-hero .wpb_wrapper > .wpb_text_column {
    position: absolute;
    z-index: 2;
    text-align: center;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 900px;
    margin: 0px auto; }
    .vc_section.hero .vc_col-sm-12.inner-page-hero .wpb_wrapper > .wpb_text_column h1 {
      margin: 0px;
      color: #fff; }
    .vc_section.hero .vc_col-sm-12.inner-page-hero .wpb_wrapper > .wpb_text_column p {
      color: #fff; }
    .vc_section.hero .vc_col-sm-12.inner-page-hero .wpb_wrapper > .wpb_text_column p:last-child {
      padding-bottom: 45px; }
  .leadership-container .vc_row .vc_column-inner {
    border: 1px solid #ccc;
    text-align: center;
    margin-right: 15px; }
  body.page-template-default .wpcf7 > form > .row .box .custom-file-upload {
    margin-left: 25px; }
  body.page-template-default .wpcf7 > form > .row .box .wpcf7-checkbox > span {
    flex: 0 0 33%; }
  body.page-template-default section.s-contact .wpcf7-form {
    border-top: 1px solid #c7c7c7;
    padding-top: 25px; }
  body.page-template-default section.s-contact .wpcf7 > form > .row .box .wpcf7-checkbox {
    justify-content: space-between; }
    body.page-template-default section.s-contact .wpcf7 > form > .row .box .wpcf7-checkbox > span:nth-child(odd) {
      flex: 0 0 40%; }
    body.page-template-default section.s-contact .wpcf7 > form > .row .box .wpcf7-checkbox > span:nth-child(even) {
      flex: 0 0 60%; }
  body.page-template-about .vc_section.hero h1 {
    text-shadow: 0.125rem 0.125rem 0.125em #000; }
  body.page-template-default .site-content {
    padding-left: 160px;
    padding-right: 160px; }
  body.page-template-about .site-content, body.page-template-team .site-content {
    padding-left: 180px;
    padding-right: 180px; }
  body.page-template-team .site-content::before, body.page-template-default .site-content::before, body.page-template-about .site-content::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuXzczUGNXIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB3aWR0aD0iNS41IiBoZWlnaHQ9IjUuNSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iNS41IiBzdHJva2U9IiNFQUVBRUEiIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl83M1BjVykiIG9wYWNpdHk9IjEiLz48L3N2Zz4=");
    height: 100%;
    width: 150px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1; }
  body.page-template-team .site-content::after, body.page-template-default .site-content::after, body.page-template-about .site-content::after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuXzczUGNXIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB3aWR0aD0iNS41IiBoZWlnaHQ9IjUuNSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iNS41IiBzdHJva2U9IiNFQUVBRUEiIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl83M1BjVykiIG9wYWNpdHk9IjEiLz48L3N2Zz4=");
    height: 100%;
    width: 150px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: -1; }
  body.single-leadership .site-main > article h5 {
    font-size: 2rem; }
  body.page-template-team .role-header span {
    margin-bottom: 0px; }
  footer.site-footer .um-logos .col-auto {
    flex-basis: initial;
    max-width: initial; }
  footer.site-footer .um-logos .box {
    margin-right: 25px; }
  body.home .section-content-home .vc_row .vc_col-sm-6:first-child {
    width: 60%; }
    body.home .section-content-home .vc_row .vc_col-sm-6:first-child .vc_column-inner {
      max-width: 42rem;
      padding: 2rem;
      margin-left: auto; }
  body.home .section-content-home .vc_row .vc_col-sm-6:last-child {
    width: 40%; }
    body.home .section-content-home .vc_row .vc_col-sm-6:last-child .vc_column-inner {
      max-width: 28rem; }
  .news-search input {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .main-navigation ul {
    max-width: 597px;
    margin: 0px auto; } }

@media only screen and (min-width: 920px) {
  .main-navigation ul {
    max-width: none;
    margin: auto; } }

@media only screen and (max-width: 810px) {
  section.home-core > .vc_row {
    min-width: 810px;
    max-width: 810px; }
  section.home-core > .vc_row > .vc_column_container {
    width: 33.33333333% !important;
    float: left !important; } }

@media only screen and (min-width: 811px) {
  section.home-core {
    overflow-x: auto; }
    section.home-core > .vc_row {
      min-width: auto;
      max-width: initial; }
    section.home-core .vc_column-inner {
      padding: 0px; }
    section.home-core figure {
      width: 100%; }
      section.home-core figure .vc_single_image-wrapper {
        width: 100%; }
        section.home-core figure .vc_single_image-wrapper img {
          width: 100%; } }

@media only screen and (min-width: 1200px) {
  footer.site-footer .column-right {
    max-width: 680px; }
  .vc_section.hero h2 {
    font-size: 3.8rem; }
  header.site-header .col-lg {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  header.site-header .site-branding {
    margin-top: 0px;
    margin-bottom: 0px; } }

@media only screen and (min-width: 1600px) {
  footer.site-footer .um-logos .box {
    margin-bottom: 5px; } }

nav.toggled.main-navigation {
  z-index: 10; }
  nav.toggled.main-navigation .menu-toggle {
    position: fixed;
    top: auto; }

nav.toggled.main-navigation .menu-primary-container {
  overflow: hidden;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  box-shadow: 5px 14px 18px -3px rgba(0, 0, 0, 0.2);
  background-color: #1a1a1a;
  position: fixed;
  left: 0;
  height: 100%;
  width: 0%;
  z-index: 50;
  width: 100%;
  opacity: 1;
  top: 0px; }
  nav.toggled.main-navigation .menu-primary-container ul ul {
    display: none; }
  nav.toggled.main-navigation .menu-primary-container .clear {
    clear: both; }
  nav.toggled.main-navigation .menu-primary-container ul {
    margin: 0;
    position: relative;
    top: 0px;
    width: 100%;
    padding-top: 100px;
    z-index: 66;
    height: 100%;
    max-height: calc(100% - 50px);
    overflow-y: scroll; }
    nav.toggled.main-navigation .menu-primary-container ul li {
      position: relative;
      list-style: none;
      font-size: 1.3rem;
      color: #fff;
      text-transform: uppercase;
      float: none;
      text-align: left;
      width: 100%;
      display: block; }
      nav.toggled.main-navigation .menu-primary-container ul li a {
        width: 100%; }
  nav.toggled.main-navigation .menu-primary-container .menu.nav-menu a {
    margin-right: 0px;
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff; }
  nav.toggled.main-navigation .menu-primary-container .menu.nav-menu li.highlight-grey a {
    color: #000; }

.main-navigation {
  float: none; }
  .main-navigation ul ul {
    background-color: #fff;
    display: none; }
    .main-navigation ul ul li {
      text-align: left;
      margin-right: 0px; }
      .main-navigation ul ul li a {
        width: 200px;
        padding-left: 25px; }
  .main-navigation a {
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px; }
  .main-navigation button {
    background-color: transparent;
    border: none;
    width: 30px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    z-index: 11;
    right: 15px;
    z-index: 51;
    top: auto;
    margin-top: -12px; }
  .main-navigation li.highlight-grey {
    margin-right: 0px; }
  .main-navigation li.highlight-grey a {
    background-color: #e3e3e3;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0.1rem;
    text-transform: uppercase; }
  .main-navigation li.highlight-grey:last-child a {
    margin-right: 0px; }

.main-navigation .menu-primary-container {
  transition: all 500ms; }

.hamburger {
  position: absolute;
  width: 30px;
  height: 24px;
  left: 0px;
  top: 0px; }
  .hamburger .line {
    display: block;
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    transition: all 200ms; }
    .hamburger .line:nth-child(1) {
      top: 0; }
    .hamburger .line:nth-child(2) {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .hamburger .line:nth-child(3) {
      bottom: 0; }
  .hamburger.close {
    color: #fff !important;
    text-shadow: none !important;
    opacity: 1 !important; }
    .hamburger.close .line {
      background: #fff !important; }
      .hamburger.close .line:nth-child(1), .hamburger.close .line:nth-child(2) {
        top: 0;
        -webkit-transform: translateY(10px) rotate(45deg);
                transform: translateY(10px) rotate(45deg); }
      .hamburger.close .line:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
                transform: translateY(-10px) rotate(-45deg); }
  .hamburger.close:hover {
    opacity: 1 !important; }

.hamburger.active-red .line {
  background: #000; }

@media only screen and (max-width: 767px) {
  .main-navigation .menu-primary-container {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px); } }

@media only screen and (min-width: 768px) {
  .main-navigation .menu-primary-container {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  .main-navigation {
    max-width: 1400px;
    margin: 0px auto;
    font-size: 0.9rem;
    position: relative; }
    .main-navigation ul ul {
      display: block; }
    .main-navigation li {
      float: none;
      display: inline-block;
      margin-right: 1rem;
      position: relative; } }

@media only screen and (min-width: 1200px) {
  ul.menu.nav-menu {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    ul.menu.nav-menu li.space-break {
      margin-left: auto; } }

.fixed-banner {
  display: none; }

.link-download a {
  font-family: 'Roboto', Helvetica, Verdana, sans-serif;
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  position: relative;
  padding-right: 10px;
  border-bottom: 2px solid #000; }
  .link-download a::after {
    background-image: url(/wp-content/uploads/2019/05/blackArrow.svg);
    position: relative;
    width: 13px;
    height: 20px;
    content: "";
    display: inline-block;
    background-size: 13px 20px;
    right: -5px;
    top: 1px; }

.link-filled a {
  font-family: 'Roboto', Helvetica, Verdana, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  background-color: #000;
  padding: 15px;
  padding-right: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 1rem;
  color: #fff; }

.link-download.link-filled a::after {
  background-image: url(/wp-content/uploads/2019/05/whiteArrow.svg);
  top: 3px;
  right: -5px; }

.link-more-news a {
  padding: 15px;
  border: 1px solid #000; }

.widget-news {
  background-color: #e3e3e3; }

.map-container a, .map-container a:visited, .map-container a:hover {
  color: #fff; }

.map-container a:last-child {
  display: inline-block; }

.clinical-care-section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(202, 128, 54, 0.5);
  top: 0px;
  z-index: 2; }

.research-section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(33, 111, 153, 0.5);
  top: 0px;
  z-index: 2; }

.outreach-section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(129, 170, 57, 0.5);
  top: 0px;
  z-index: 2; }

.wpb_raw_code {
  margin-bottom: 0px; }
  .wpb_raw_code.wpb_content_element {
    margin-bottom: 0px; }
  .wpb_raw_code.clinical span, .wpb_raw_code.research span, .wpb_raw_code.outreach span {
    padding: 10px;
    display: block;
    margin: 0px auto;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 20px; }
  .wpb_raw_code.clinical span {
    background-color: #ca8036; }
  .wpb_raw_code.research span {
    background-color: #216f99; }
  .wpb_raw_code.outreach span {
    background-color: #81aa39; }

.stripes {
  position: relative; }
  .stripes > .wpb_column::before {
    position: absolute;
    content: "" !important;
    width: 100%;
    height: 100%;
    display: block;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX3pwQlNtIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB3aWR0aD0iNy41IiBoZWlnaHQ9IjcuNSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iNy41IiBzdHJva2U9IiNFOEU3RTciIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl96cEJTbSkiIG9wYWNpdHk9IjEiLz48L3N2Zz4=");
    background-repeat: repeat; }
  .stripes .row {
    padding-left: 40px;
    padding-right: 40px; }

.partners .box {
  padding: 15px;
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 100%;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 1rem;
  position: relative; }

.partners a::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2; }

.partners img {
  max-height: 35px; }

.partners h3 {
  margin: 0px; }

.partners > div {
  margin-bottom: 25px; }

div.wpcf7-response-output {
  border: none;
  background-color: #00274c;
  color: #fff;
  padding: 15px; }

.role-header {
  padding-top: 2.5rem; }

@media only screen and (min-width: 768px) {
  .core-banner-left {
    border-right: 10px solid #fff; }
  .core-banner-right {
    border-left: 10px solid #fff; }
  .fixed-banner-left {
    left: 0px; }
  .fixed-banner-right {
    right: 0px; }
  .fixed-banner {
    display: block;
    position: fixed;
    min-width: 64px;
    height: 100%;
    z-index: 4;
    top: 0px;
    font-size: 1.4rem;
    font-weight: 700; }
    .fixed-banner.core {
      color: #fff; }
    .fixed-banner .inner-text {
      position: absolute;
      top: 50%;
      left: 50%;
      white-space: nowrap; }
    .fixed-banner .rotate {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
              transform: translateX(-50%) translateY(-50%) rotate(-90deg); } }

@media only screen and (min-width: 1200px) {
  .map-container a:last-child {
    display: inline-block;
    padding-left: 15px; } }

#primary-menu .menu-item a:hover {
  text-decoration: none;
}

main .entry-content a:visited {
  color: #575294;
}

.post.type-post .entry-content a {
  text-decoration: underline;
}
