/*! Variables */
.transition2, #login-box.fadein:after, #login-box.fadein, #login-box:after, #login-box, #opt-in:after, #global-search.fadein:after, #global-search.fadein, #global-search:after, #global-search, .overlay.fadein, .overlay, #global-overlay.fadein, #global-overlay, section.newsroom .wrapper .articles article .content .more-content.open, section.newsroom .wrapper .articles article .content .more-content {
  transition: all 0.3s; }

/*! Mixins */
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/*! Base styles */
* {
  box-sizing: border-box; }

body {
  font-family: "Open Sans", sans-serif; }

header, section, footer {
  text-align: center; }

section {
  position: relative;
  z-index: 5; }

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  text-align: left;
  padding: 1%; }

a, a:link, a:active {
  color: #44768e;
  text-decoration: underline;
  transition: all 0.3s; }

a:hover {
  color: #333638;
  transition: all 0.3s; }

a.btn {
  display: inline-block;
  background-color: #558d00;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 45px;
  border: 2px solid #fff;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 400;
  letter-spacing: 1px; }

a.btn.white {
  background-color: #fff;
  color: #333638;
  border: 1px solid #333638;
  transition: all 0.3s; }

a.btn:hover {
  background-color: #333638;
  color: #fff;
  transition: all 0.3s; }

/*! header styles */
header {
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  width: 100%;
  display: block;
  height: 76px; }
  @media screen and (max-width: 1145px) {
    header {
      z-index: 10;
      height: 60px; } }
  header .wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 1%; }
    @media (max-width: 1145px) {
      header .wrapper {
        padding: 0%;
        display: block; }
        header .wrapper:after {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #000;
          opacity: .25;
          z-index: -1;
          content: ''; }
        header .wrapper div {
          position: absolute;
          top: 10px;
          left: 0px;
          z-index: 5; }
          header .wrapper div img {
            max-width: 205px; } }
  header .logo {
    display: inline-block;
    padding: 0 2% 1% 2%; }
  header #logo {
    position: relative;
    top: 10px;
    left: 20px;
    max-width: 287px; }
    @media (max-width: 1145px) {
      header #logo {
        top: 6px; } }
  @media screen and (max-width: 479px) {
    header #logo {
      max-width: 200px; } }
  header nav {
    position: relative;
    display: inline-block;
    top: 10px; }
    header nav #burger {
      display: none; }
    @media (max-width: 1145px) {
      header nav {
        top: 0px;
        display: inline-block;
        float: right;
        margin: 0px 0px 0 0;
        width: 100%;
        overflow: hidden;
        padding: 0 0 10px 0;
        text-align: right; }
        header nav #burger {
          display: inline-block;
          position: relative;
          content: '\f000';
          font-family: "Black Tie";
          font-weight: 900;
          font-size: 26px;
          color: #fff;
          padding: 0;
          z-index: 9999;
          cursor: pointer;
          transition: background-color 0.3s, color 0.3s;
          top: 7px;
          right: 10px; }
        header nav.hover_effect #burger {
          color: white;
          transition: background-color 0.3s, color 0.3s;
          position: fixed; }
        header nav.hover_effect ul {
          visibility: visible;
          opacity: 1;
          transition: visibility 0.3s, opacity 0.3s; }
          header nav.hover_effect ul > li {
            display: block; }
            header nav.hover_effect ul > li.mobile_back_btn {
              display: none; }
        header nav .search {
          order: -1; } }
  header ul {
    padding: 0;
    margin: 0;
    width: 100%; }
    @media (max-width: 1145px) {
      header ul {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        justify-content: flex-start;
        flex-direction: column;
        right: 0;
        top: 60px;
        max-width: 400px;
        height: 100%;
        background-color: #fff;
        z-index: 999;
        transition: visibility 0.3s, opacity 0.3s;
        padding: 0px 0 0 0; } }
    header ul #search i {
      cursor: pointer; }
    header ul > li {
      display: inline-block;
      position: relative;
      margin: 0 0px;
      color: #fff; }
      @media (max-width: 1145px) {
        header ul > li {
          margin: 5px 15px;
          border-bottom: 1px solid #666; } }
      header ul > li > a, header ul > li > a:link, header ul > li > a:active {
        display: inline-block;
        padding: 12px 6px;
        white-space: nowrap;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-family: "Open Sans", sans-serif;
        font-size: 14px; }
        @media (max-width: 1260px) {
          header ul > li > a, header ul > li > a:link, header ul > li > a:active {
            white-space: normal; } }
        @media (max-width: 1145px) {
          header ul > li > a, header ul > li > a:link, header ul > li > a:active {
            padding: 3% 6%;
            display: block;
            color: #666;
            text-align: left;
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            font-weight: 700; } }
        @media (max-width: 640px) {
          header ul > li > a, header ul > li > a:link, header ul > li > a:active {
            padding: 2% 5%; } }
        header ul > li > a::after, header ul > li > a::before, header ul > li > a:link::after, header ul > li > a:link::before, header ul > li > a:active::after, header ul > li > a:active::before {
          color: #fff;
          transition: color 0.3s; }
      header ul > li:hover > a {
        color: #fff;
        transition: color 0.3s; }
        @media (max-width: 1145px) {
          header ul > li:hover > a {
            color: #558d00; } }
    @media (max-width: 1145px) {
      header ul.inner_menu > li {
        display: none !important; }
        header ul.inner_menu > li.fadeIn, header ul.inner_menu > li.mobile_back_btn {
          display: block !important; } }
    @media (min-width: 1145px) {
      header ul .parent_menu {
        margin-top: 0; } }
    @media (max-width: 1066px) {
      header ul .parent_menu:last-of-type .child_menu {
        right: -62px; } }
    header ul .parent_menu > a::after {
      content: "\f091";
      font-family: "Black Tie";
      font-weight: 900;
      font-size: 12px;
      display: inline-block;
      padding: 4px;
      color: #fff;
      position: relative;
      top: 2px; }
      @media (max-width: 1145px) {
        header ul .parent_menu > a::after {
          content: "\f01B";
          font-size: 18px;
          margin-left: 12px;
          position: absolute;
          top: 0;
          right: 10px;
          color: #666 !important; } }
    @media (min-width: 1145px) {
      header ul .parent_menu:hover .child_menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        transition: all 0.3s; } }
    @media (max-width: 1145px) {
      header ul .parent_menu.fadeIn > a::after {
        content: "\f021";
        color: #666; } }
    @media (max-width: 1145px) {
      header ul .parent_menu.fadeIn .child_menu {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: scaleY(1);
        margin-top: 0;
        transition: all 0.3s;
        padding: 0; }
        header ul .parent_menu.fadeIn .child_menu ul {
          padding: 0;
          top: 0; }
          header ul .parent_menu.fadeIn .child_menu ul li a, header ul .parent_menu.fadeIn .child_menu ul li a:link, header ul .parent_menu.fadeIn .child_menu ul li a:active {
            padding: 2% 6%;
            text-transform: uppercase; }
        header ul .parent_menu.fadeIn .child_menu ul:last-child li:last-child {
          border: none; } }
    header ul .parent_menu .parent_menu a:after {
      display: none; }
    header ul .parent_menu .parent_menu ul.nested-ul li.hide-desktop {
      display: none; }
    @media (max-width: 1145px) {
      header ul .parent_menu .parent_menu a:after {
        display: inline-block; }
      header ul .parent_menu .parent_menu ul.nested-ul {
        position: static;
        display: none;
        opacity: 0;
        transform: scaleY(0);
        transition: opacity 0.3s, transform 0.3s;
        animation-name: fadeIn;
        animation-duration: 0.3s; }
        header ul .parent_menu .parent_menu ul.nested-ul li.hide-desktop {
          display: block; }
      header ul .parent_menu .parent_menu.fadeIn ul.nested-ul {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: scaleY(1);
        margin-top: 0;
        transition: all 0.3s;
        padding: 0; } }
    header ul .child_menu {
      visibility: hidden;
      position: absolute;
      right: calc(-100% - 30px);
      width: auto;
      opacity: 0;
      z-index: 10;
      padding: 25px 45px;
      list-style-type: none;
      border-radius: 5px;
      margin-top: 20px;
      display: flex;
      transition: all 0.3s; }
      @media (max-width: 1066px) {
        header ul .child_menu {
          right: auto;
          left: 50%;
          margin-left: -95px; } }
      @media (max-width: 1145px) {
        header ul .child_menu {
          background-color: transparent;
          width: auto;
          margin-left: 0;
          text-align: left;
          position: static;
          display: none;
          opacity: 0;
          transform: scaleY(0);
          transition: opacity 0.3s, transform 0.3s;
          animation-name: fadeIn;
          animation-duration: 0.3s; } }
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scaleY(0.1); }
  to {
    opacity: 1;
    transform: scaleY(1); } }
      header ul .child_menu ul {
        text-align: left;
        min-width: 145px;
        margin-right: 20px; }
        @media (max-width: 1145px) {
          header ul .child_menu ul {
            position: relative; } }
      header ul .child_menu ul:nth-child(3) {
        margin-right: 0px; }
      @media screen and (max-width: 1145px) {
        header ul .child_menu ul {
          margin-right: 0px; } }
      header ul .child_menu a, header ul .child_menu a:link, header ul .child_menu a:active {
        text-align: left;
        display: block;
        padding: 8px 0;
        transition: color 0.3s, color 0.3s;
        text-transform: none; }
        header ul .child_menu a:hover, header ul .child_menu a:link:hover, header ul .child_menu a:active:hover {
          color: #558d00;
          transition: background-color 0.3s, color 0.3s; }
        @media (max-width: 1145px) {
          header ul .child_menu a, header ul .child_menu a:link, header ul .child_menu a:active {
            text-align: left;
            padding: 2% 12%;
            font-weight: 400;
            font-size: 12px; }
            header ul .child_menu a:hover, header ul .child_menu a:link:hover, header ul .child_menu a:active:hover {
              color: #558d00; } }
      header ul .child_menu li {
        display: block;
        text-align: left; }
        @media (max-width: 1145px) {
          header ul .child_menu li {
            margin: 5px 0; } }
      header ul .child_menu::before {
        content: ' ';
        position: absolute;
        left: calc(50% - 20px);
        top: -15px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 15px solid #333333;
        z-index: -10;
        opacity: .95; }
        @media (max-width: 1145px) {
          header ul .child_menu::before {
            display: none; } }
      header ul .child_menu::after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background-color: #333333;
        opacity: .95; }
        @media (max-width: 1145px) {
          header ul .child_menu::after {
            background-color: transparent; } }
    header ul .parent_menu:nth-of-type(3) .child_menu {
      right: calc(-265px); }
    header ul a {
      text-decoration: none;
      font-size: 16px;
      color: #fff;
      transition: color 0.3s;
      text-align: center; }
      @media (max-width: 1145px) {
        header ul a {
          display: block;
          color: #fff;
          font-weight: 300;
          font-size: 18px;
          transition: color 0.3s; }
          header ul a:hover {
            color: #558d00;
            transition: color 0.3s; } }
      @media (max-width: 768px) {
        header ul a {
          font-size: 20px; } }
      @media (max-width: 640px) {
        header ul a {
          font-size: 24px; } }
  header #language-select:before {
    content: "\f0C7";
    font-family: "Black Tie";
    font-weight: 900;
    font-size: 12px;
    display: inline-block;
    padding: 4px;
    color: #fff;
    position: relative;
    top: 2px; }
    @media (max-width: 1145px) {
      header #language-select:before {
        content: "\f0c7";
        font-size: 18px;
        margin-left: 12px;
        position: absolute;
        top: 0;
        right: 10px;
        color: #666; } }
  header #search text {
    display: none; }
    @media (max-width: 1145px) {
      header #search text {
        display: inline-block;
        margin: 0 5px 0 0; } }
header.sticky {
  background-color: #444444; }

.sub header {
  background-color: #444444; }

.portal header, .page-template-page-portal header {
  background-color: #669819; }

.page-template-page-marketing-guide header {
  background-color: #669819; }

#language-box {
  width: 350px;
  height: 100vh;
  padding: 85px 45px;
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  transform: translate(100%);
  transition: all 0.3s;
  z-index: 99999; }
  #language-box #lb-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff; }
  #language-box h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    color: #fff;
    margin: 0 0 20px 0;
    font-weight: 400; }
  #language-box ul {
    list-style: none; }
    #language-box ul li {
      display: block;
      margin: 0 0 10px 0;
      font-family: "Open Sans", sans-serif;
      font-size: 14px; }
      #language-box ul li a {
        color: #fff;
        text-decoration: none;
        transition: all 0.3s; }
      #language-box ul li a:hover {
        color: #558d00;
        transition: all 0.3s; }

#language-box.active {
  transform: translate(0%);
  transition: all 0.3s; }

#language-box:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: #333333;
  opacity: .95; }

.banner {
  position: relative;
  padding: 10px 40px;
  background-color: #f5821f;
  color: white;
  font-style: italic;
  text-align: center;
  font-size: 14px; }
  .banner p {
    display: none; }
  .banner.alert {
    background-color: #344046; }
    .banner.alert p {
      margin: 0;
      display: block; }
    .banner.alert .fa {
      position: absolute;
      right: 1.5%;
      top: 35%;
      font-size: 12px;
      cursor: pointer; }

/*! footer styles */
.footer-placeholder {
  display: block;
  height: 398px;
  z-index: -1; }

footer {
  background-color: #558d00; }
  footer .wrapper {
    padding: 50px 35px;
    display: flex;
    align-content: space-between;
    align-items: flex-start; }
    footer .wrapper a {
      color: #fff;
      text-decoration: none; }
    footer .wrapper a:hover {
      text-decoration: underline; }
    footer .wrapper div {
      flex-basis: 16.5%;
      padding: 0%;
      color: #fff; }
      footer .wrapper div ul {
        margin: 20px 0;
        padding: 0;
        list-style: none; }
        footer .wrapper div ul li {
          font-size: 14px;
          line-height: 23px;
          font-family: "Open Sans", sans-serif; }
          footer .wrapper div ul li a {
            color: #fff;
            text-decoration: none; }
          footer .wrapper div ul li a:hover {
            text-decoration: underline; }
      footer .wrapper div p {
        font-size: 14px;
        line-height: 23px;
        font-family: "Open Sans", sans-serif; }
        footer .wrapper div p a {
          color: #fff; }
    @media screen and (max-width: 768px) {
      footer .wrapper {
        padding: 30px 15px;
        flex-wrap: wrap;
        justify-content: flex-end; }
        footer .wrapper div {
          flex-basis: 33%; } }
    @media screen and (max-width: 640px) {
      footer .wrapper {
        padding: 30px 15px;
        flex-wrap: wrap;
        justify-content: flex-end; }
        footer .wrapper div {
          flex-basis: 50%; } }
    @media screen and (max-width: 479px) {
      footer .wrapper div {
        flex-basis: 100%; } }
section.sub-footer {
  background-color: #eeeeee; }
  section.sub-footer .wrapper {
    padding: 35px 20px;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    section.sub-footer .wrapper form input {
      color: #999999; }
    section.sub-footer .wrapper form #search-footer {
      position: relative;
      background-color: transparent;
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      border: none;
      border-bottom: 1px solid #666;
      min-width: 220px;
      border-radius: 0px; }
    section.sub-footer .wrapper form #search-submit-footer {
      background-color: transparent;
      border: none;
      cursor: pointer; }
      section.sub-footer .wrapper form #search-submit-footer i {
        color: #999999; }
    section.sub-footer .wrapper p.copyright {
      text-align: left;
      color: #999999;
      font-family: "Open Sans", sans-serif;
      font-size: 10px;
      text-transform: uppercase;
      max-width: 50%; }
      @media screen and (max-width: 640px) {
        section.sub-footer .wrapper p.copyright {
          text-align: center; } }
    section.sub-footer .wrapper p.social {
      text-align: center;
      color: #999999; }
      section.sub-footer .wrapper p.social a {
        margin: 0 5px; }
      section.sub-footer .wrapper p.social i {
        color: #999999; }
    @media screen and (max-width: 768px) {
      section.sub-footer .wrapper {
        padding: 30px 15px;
        flex-wrap: wrap;
        justify-content: center; }
        section.sub-footer .wrapper form, section.sub-footer .wrapper p {
          flex-basis: 100%;
          text-align: center; }
        section.sub-footer .wrapper form {
          order: 1;
          margin: 20px 0; }
        section.sub-footer .wrapper p.social {
          order: 2; }
        section.sub-footer .wrapper p.copyright {
          order: 3;
          max-width: 100%; } }
#home footer, .home footer {
  height: 278px; }

#home footer, #home section.sub-footer, .home footer, .home section.sub-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

#home footer, .home footer {
  bottom: 120px; }

#home section, .home section {
  background-color: #fff; }

#home section.callout, .home section.callout {
  background-color: #333; }

#home .footer-placeholder, .home .footer-placeholder {
  background-color: transparent; }

@media screen and (max-width: 1200px) {
  #home .footer-placeholder, .home .footer-placeholder {
    display: none; }
  #home footer, #home section.sub-footer, .home footer, .home section.sub-footer {
    position: relative;
    height: auto;
    bottom: auto; } }

/* home styles */
@keyframes bounce {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-15px); } }

@-webkit-keyframes bounce {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-15px); } }

.parallax-window {
  background: transparent;
  height: 785px;
  max-height: 100vh;
  position: relative;
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  z-index: 5; }
  .parallax-window .wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center; }
    .parallax-window .wrapper .inner h1 {
      color: #fff;
      font-size: 40px;
      line-height: 50px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      margin: 60px 0 20px 0; }
      .parallax-window .wrapper .inner h1 sup {
        font-size: 11px;
        position: relative;
        top: -17px; }
      @media screen and (max-width: 640px) {
        .parallax-window .wrapper .inner h1 {
          font-size: 30px;
          line-height: 40px; } }
    .parallax-window .wrapper .inner h2 {
      color: #fff;
      font-size: 22px;
      line-height: 30px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      margin: 20px 0 40px 0; }
      @media screen and (max-width: 640px) {
        .parallax-window .wrapper .inner h2 {
          font-size: 16px;
          line-height: 24px; } }
    .parallax-window .wrapper .inner p {
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      margin: 25px 0; }
      .parallax-window .wrapper .inner p a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none; }
        .parallax-window .wrapper .inner p a span {
          text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .parallax-window {
      min-height: 100vh;
      height: 100vh; } }
  @media screen and (max-width: 640px) {
    .parallax-window {
      height: auto;
      max-height: 30000px; } }
.parallax-mirror {
  z-index: 5 !important; }

.home #section-1 {
  height: 886px;
  max-height: 100vh; }
  .home #section-1 .slick-slide .wrapper {
    height: 100%;
    display: flex; }
  .home #section-1 .wrapper {
    justify-content: flex-start;
    align-content: center;
    align-items: center; }
    .home #section-1 .wrapper .inner {
      max-width: 57%;
      padding: 0 5%; }
      .home #section-1 .wrapper .inner h1 {
        color: #fff;
        font-size: 40px;
        line-height: 50px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        margin: 0 0 20px 0; }
      .home #section-1 .wrapper .inner h2 {
        color: #fff;
        font-size: 22px;
        line-height: 30px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        margin: 70px 0 20px 0; }
      .home #section-1 .wrapper .inner p {
        font-size: 16px;
        font-family: "Open Sans", sans-serif;
        margin: 25px 0; }
        .home #section-1 .wrapper .inner p a {
          color: #fff;
          text-transform: uppercase;
          text-decoration: none; }
          .home #section-1 .wrapper .inner p a span {
            text-decoration: underline; }
    @media screen and (max-width: 1145px) {
      .home #section-1 .wrapper .inner {
        max-width: 75%; }
        .home #section-1 .wrapper .inner h1 br {
          display: none; }
        .home #section-1 .wrapper .inner h2 span {
          color: #fff !important; }
        .home #section-1 .wrapper .inner p a {
          color: #fff !important; } }
    @media screen and (max-width: 768px) {
      .home #section-1 .wrapper .inner {
        max-width: 100%; }
        .home #section-1 .wrapper .inner h1 {
          font-size: 30px;
          line-height: 30px; }
        .home #section-1 .wrapper .inner h2 {
          font-size: 16px;
          line-height: 24px; }
        .home #section-1 .wrapper .inner p {
          font-size: 16px;
          line-height: 24px; } }
  @media screen and (max-width: 640px) {
    .home #section-1 {
      height: auto;
      max-height: 30000px; } }
.carousel-slides {
  z-index: 9; }
  .carousel-slides .slide-window {
    height: 886px;
    max-height: 100vh;
    background-size: cover; }
  .carousel-slides #arrow-left {
    position: absolute;
    left: 1%;
    top: 0;
    width: 200px;
    z-index: 999;
    height: 100%; }
    .carousel-slides #arrow-left .bt-angle-left {
      position: absolute;
      top: 50%;
      left: 1.5%;
      z-index: 999;
      color: #fff;
      font-size: 50px;
      z-index: 999;
      cursor: pointer;
      visibility: hidden; }
  .carousel-slides #arrow-left:hover .bt-angle-left {
    visibility: visible; }
  .carousel-slides #arrow-right {
    position: absolute;
    right: 1%;
    top: 0;
    width: 200px;
    z-index: 999;
    height: 100%; }
    .carousel-slides #arrow-right .bt-angle-right {
      position: absolute;
      top: 50%;
      right: 1.5%;
      color: #fff;
      font-size: 50px;
      z-index: 999;
      cursor: pointer;
      visibility: hidden; }
  .carousel-slides #arrow-right:hover .bt-angle-right {
    visibility: visible; }
  @media screen and (max-width: 640px) {
    .carousel-slides #arrow-left, .carousel-slides #arrow-right {
      display: none !important; } }
#section-1 .wrapper #arrow-down {
  position: absolute;
  left: calc(50% - 28px);
  bottom: 20px;
  color: #fff;
  font-size: 4em;
  cursor: pointer; }

#section-1 .wrapper #arrow-down.bounce {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate; }

@media screen and (max-width: 640px) {
  #section-1 .wrapper #arrow-down {
    display: none; } }

.page-template-full-width-stacked-page #section-1 .wrapper .inner, .page-template-parallax-page #section-1 .wrapper .inner, .page-mri-guided-roar #section-4 .wrapper .inner {
  max-width: 70%;
  margin: 0 auto; }
  .page-template-full-width-stacked-page #section-1 .wrapper .inner p, .page-template-parallax-page #section-1 .wrapper .inner p, .page-mri-guided-roar #section-4 .wrapper .inner p {
    font-size: 20px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    margin: 25px 0;
    color: #fff; }
    .page-template-full-width-stacked-page #section-1 .wrapper .inner p a, .page-template-parallax-page #section-1 .wrapper .inner p a, .page-mri-guided-roar #section-4 .wrapper .inner p a {
      color: #fff;
      text-transform: uppercase;
      text-decoration: none; }
      .page-template-full-width-stacked-page #section-1 .wrapper .inner p a span, .page-template-parallax-page #section-1 .wrapper .inner p a span, .page-mri-guided-roar #section-4 .wrapper .inner p a span {
        text-decoration: underline; }
    @media screen and (max-width: 640px) {
      .page-template-full-width-stacked-page #section-1 .wrapper .inner p, .page-template-parallax-page #section-1 .wrapper .inner p, .page-mri-guided-roar #section-4 .wrapper .inner p {
        font-size: 16px;
        line-height: 24px; } }
@media screen and (max-width: 640px) {
  .page-template-full-width-stacked-page #section-1 .wrapper .inner, .page-template-parallax-page #section-1 .wrapper .inner, .page-mri-guided-roar #section-4 .wrapper .inner {
    max-width: calc(100% - 30px); } }

.home #section-2 .wrapper {
  justify-content: flex-start;
  align-content: space-between;
  align-items: center; }
  .home #section-2 .wrapper .inner {
    max-width: 100%;
    padding: 0 10%;
    width: 100%; }
    .home #section-2 .wrapper .inner h2 {
      font-size: 22px;
      line-height: 30px; }
      .home #section-2 .wrapper .inner h2 a {
        color: #fff;
        text-decoration: none; }
    .home #section-2 .wrapper .inner h3 {
      color: #fff;
      font-size: 20px;
      line-height: 30px;
      font-weight: 400; }
  @media screen and (max-width: 768px) {
    .home #section-2 .wrapper .inner {
      max-width: 100%;
      padding: 0 10%; }
      .home #section-2 .wrapper .inner h1 {
        font-size: 30px;
        line-height: 40px; }
      .home #section-2 .wrapper .inner h2 {
        font-size: 16px;
        line-height: 24px; }
      .home #section-2 .wrapper .inner p {
        font-size: 16px;
        line-height: 24px; } }
.home #section-3 .wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }
  .home #section-3 .wrapper .inner {
    max-width: 750px; }
    .home #section-3 .wrapper .inner h1 {
      color: #444444;
      margin: 0 0 40px 0; }
    .home #section-3 .wrapper .inner p {
      color: #444444;
      font-size: 22px;
      line-height: 30px;
      margin: 0 0 40px 0; }
  @media screen and (max-width: 768px) {
    .home #section-3 .wrapper .inner {
      max-width: 100%;
      padding: 0 10%; }
      .home #section-3 .wrapper .inner h1 {
        font-size: 30px;
        line-height: 30px; }
      .home #section-3 .wrapper .inner h2 {
        font-size: 16px;
        line-height: 24px; }
      .home #section-3 .wrapper .inner p {
        font-size: 16px;
        line-height: 24px; } }
.home #section-3 .wrapper.split .inner {
  flex: 1; }

.home #section-3 .wrapper.white .inner h1, .home #section-3 .wrapper.white .inner p {
  color: #fff; }

.home #section-4 .wrapper, .home #section-6 .wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }
  .home #section-4 .wrapper .inner, .home #section-6 .wrapper .inner {
    max-width: 750px; }
    .home #section-4 .wrapper .inner h1, .home #section-6 .wrapper .inner h1 {
      color: #fff;
      margin: 0 0 40px 0; }
    .home #section-4 .wrapper .inner p, .home #section-6 .wrapper .inner p {
      color: #fff;
      font-size: 22px;
      line-height: 30px;
      margin: 0 0 40px 0; }
  @media screen and (max-width: 768px) {
    .home #section-4 .wrapper .inner, .home #section-6 .wrapper .inner {
      max-width: 100%;
      padding: 0 10%; }
      .home #section-4 .wrapper .inner h1, .home #section-6 .wrapper .inner h1 {
        font-size: 30px;
        line-height: 30px; }
      .home #section-4 .wrapper .inner h2, .home #section-6 .wrapper .inner h2 {
        font-size: 16px;
        line-height: 24px; }
      .home #section-4 .wrapper .inner p, .home #section-6 .wrapper .inner p {
        font-size: 16px;
        line-height: 24px; } }
section.newsroom .wrapper {
  padding: 53px 20px;
  max-width: 1180px;
  margin: 0 auto; }
  section.newsroom .wrapper .breadcrumb {
    display: block;
    margin: 0 0 20px 0;
    padding: 15px 0; }
    section.newsroom .wrapper .breadcrumb h2 {
      color: #55b337;
      font-size: 24px;
      line-height: 34px;
      margin: 0 0 10px 0;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 1px; }
    section.newsroom .wrapper .breadcrumb ul {
      display: flex;
      justify-content: space-between;
      margin: 0;
      padding: 18px 0;
      border-top: 1px solid #666;
      border-bottom: 1px solid #666; }
      section.newsroom .wrapper .breadcrumb ul li {
        list-style: none;
        display: inline-block; }
        section.newsroom .wrapper .breadcrumb ul li a {
          font-size: 24px;
          color: #666;
          font-family: "Open Sans", sans-serif;
          font-weight: 300;
          text-decoration: none; }
          section.newsroom .wrapper .breadcrumb ul li a i {
            color: #55b337;
            font-size: .8em; }
        section.newsroom .wrapper .breadcrumb ul li a:hover {
          color: #55b337; }
    @media screen and (max-width: 479px) {
      section.newsroom .wrapper .breadcrumb ul {
        display: block; }
        section.newsroom .wrapper .breadcrumb ul li {
          display: block;
          width: 100%;
          margin: 10px 0; } }
  section.newsroom .wrapper .articles {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    section.newsroom .wrapper .articles article {
      flex-basis: 32%; }
      section.newsroom .wrapper .articles article .content {
        padding: 0 50px 0 0;
        flex: 1; }
        section.newsroom .wrapper .articles article .content p {
          font-size: 20px;
          line-height: 30px;
          color: #666666;
          margin: 0 0 0px 0;
          font-family: "Open Sans", sans-serif; }
          section.newsroom .wrapper .articles article .content p a {
            color: #55b337;
            font-weight: 600;
            text-decoration: none; }
          section.newsroom .wrapper .articles article .content p a:hover {
            text-decoration: underline; }
          @media screen and (max-width: 1145px) {
            section.newsroom .wrapper .articles article .content p {
              font-size: 16px;
              line-height: 24px; } }
        section.newsroom .wrapper .articles article .content p.read-more a {
          color: #666;
          font-size: 15px;
          font-family: "Open Sans", sans-serif;
          text-transform: uppercase;
          text-decoration: none;
          font-weight: 700; }
          section.newsroom .wrapper .articles article .content p.read-more a i {
            font-size: 2em;
            color: #55b337; }
          section.newsroom .wrapper .articles article .content p.read-more a .fa-minus-circle {
            display: none; }
        section.newsroom .wrapper .articles article .content p.read-more a.open .fa-minus-circle {
          display: inline-block; }
        section.newsroom .wrapper .articles article .content p.read-more a.open .fa-plus-circle {
          display: none; }
        section.newsroom .wrapper .articles article .content .more-content {
          max-height: 0px;
          overflow: hidden;
          margin: 0;
          padding: 0; }
        section.newsroom .wrapper .articles article .content .more-content.open {
          max-height: 500%; }
      section.newsroom .wrapper .articles article .featured {
        flex: 1;
        margin: 0 0 15px 0; }
        section.newsroom .wrapper .articles article .featured img {
          max-width: 100%; }
    @media screen and (max-width: 640px) {
      section.newsroom .wrapper .articles {
        display: block; }
        section.newsroom .wrapper .articles article {
          margin: 20px 0; } }
  section.newsroom .wrapper p.btn {
    text-align: center;
    margin: 80px 0 20px 0; }
    section.newsroom .wrapper p.btn a.btn.white {
      border: 2px solid #333; }
  @media screen and (max-width: 960px) {
    section.newsroom .wrapper .breadcrumb {
      margin: 0 0 30px 0; }
      section.newsroom .wrapper .breadcrumb ul li a {
        font-size: 20px; }
        section.newsroom .wrapper .breadcrumb ul li a i {
          font-size: .5em; }
    section.newsroom .wrapper article {
      flex-wrap: wrap; }
      section.newsroom .wrapper article .featured {
        order: 1;
        flex-basis: 100%; }
      section.newsroom .wrapper article .content {
        order: 2;
        flex-basis: 100%;
        margin: 20px 0; }
        section.newsroom .wrapper article .content p {
          font-size: 14px;
          line-height: 18px; }
        section.newsroom .wrapper article .content p.read-more a {
          font-size: 13px; }
          section.newsroom .wrapper article .content p.read-more a i {
            font-size: 1em;
            color: #55b337; } }
main {
  min-height: 360px; }

#left-column {
  float: left;
  width: 23%; }

#right-column {
  width: 74%;
  margin-left: 26%; }

.clear:after {
  content: '';
  display: table;
  clear: both; }

/* INPUT */
#search-input input {
  font-size: 28px;
  font-weight: 100;
  width: 74%;
  margin-left: 26%;
  padding: 10px 0 6px;
  border: none;
  border-bottom: 5px solid #eee; }

#search-input input, #search-input input:focus {
  transition: border-color .3s ease-in;
  outline: 0; }

#search-input input:focus {
  border-color: #ed5565; }

#search-input input::-webkit-input-placeholder, #search-input input:-moz-placeholder, #search-input input:-moz-placeholder, #search-input input:-ms-input-placeholder {
  font-weight: 100;
  color: #999; }

#search-input-icon {
  position: relative; }

#search-input-icon:before {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 20px;
  height: 20px;
  content: '';
  cursor: default;
  background: url(img/search_icon.png) no-repeat; }

#search-input-icon.empty:before {
  cursor: pointer;
  background-image: url(img/delete_icon.png); }

/* HITS */
#hits {
  margin: 4px 0;
  padding: 10px 0;
  border-top: 2px solid #eee; }

.hit {
  font-size: 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee; }

.hit-name {
  margin: 0; }

.hit-image {
  display: inline-block;
  width: 16%;
  text-align: center; }

.hit-image img {
  max-width: 100%;
  max-height: 180px; }

.hit-content {
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  width: 81%;
  margin-left: 3%;
  vertical-align: top; }

.hit-stars {
  font-size: 17px;
  margin: 4px 0;
  color: #868686; }

.hit-content .hit-price {
  float: right;
  margin-left: 20px;
  color: #ffffff;
  background: #383838;
  padding: 4px;
  border-radius: 3px; }

.hit-content .hit-price, .hit-content .hit-name {
  font-weight: normal;
  margin-top: 0; }

.hit-content em {
  font-style: normal;
  color: #ed5565;
  border-bottom: solid 1px rgba(244, 107, 91, 0.5); }

.hit-content p {
  font-size: 13px; }

.hit-description em {
  color: inherit; }

.hit-category-breadcrumb {
  margin: 5px 0 2px 0; }

.hit-category-breadcrumb em {
  color: inherit; }

.hit-content .hit-description {
  color: #868686;
  margin: 1px 0 10px 0;
  font-size: 14px; }

/* PAGINATION */
#pagination {
  margin-top: 60px; }

#pagination ul {
  font-size: 0;
  list-style-type: none;
  text-align: center; }

#pagination li {
  font-size: 14px;
  display: inline; }

#pagination a {
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
  border: 1px solid #eee; }

#pagination a:hover {
  background: #f5f5f5; }

#pagination li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

#pagination li:last-child a {
  border-right: 1px solid #eee;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

#pagination li.ais-pagination--item__active a {
  color: white;
  border-color: #ed5565;
  background: #ed5565; }

#pagination li.ais-pagination--item__active a:hover {
  cursor: default; }

#pagination li.ais-pagination--item__disabled a {
  cursor: not-allowed; }

#pagination li.ais-pagination--item__disabled a:hover {
  background: none; }

/* SORT BY */
#sort-by-wrapper {
  font-weight: 300;
  position: relative;
  float: right;
  color: #999; }

#sort-by select {
  font-size: 16px;
  padding-right: 14px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

#sort-by:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  color: #000;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  pointer-events: none; }

/* STATS */
#stats .ais-stats--time {
  font-size: 0.8em;
  color: #999; }

/* FACETS */
.facet {
  margin-bottom: 24px;
  font-size: 14px;
  color: #000; }

.facet h5 {
  margin: 0 0 6px;
  padding: 0 0 6px;
  text-transform: uppercase;
  border-bottom: 2px solid #eee; }

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

.facet li {
  margin-bottom: 3px; }

.facet a:visited,
.facet a {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

/* Collapsable FACETS */
.ais-root__collapsible .ais-header h5:hover {
  border-color: #c5c5c5;
  transition: border 500ms ease-out; }

.ais-root__collapsible.ais-root__collapsed .ais-header h5:hover {
  border-color: #333; }

.ais-root__collapsible .ais-header h5:before {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f106";
  float: right; }

.ais-root__collapsible.ais-root__collapsed .ais-header h5:before {
  content: "\f107"; }

.ais-refinement-list--label,
.ais-hierarchical-menu--list .facet-item,
.ais-menu--link,
.ais-price-ranges--item {
  cursor: pointer;
  line-height: 1.5em; }

.ais-hierarchical-menu--list .ais-hierarchical-menu--item {
  margin: 3px 0; }

.ais-hierarchical-menu--link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  padding: 0 5px 0 0; }

.sffv_no-results {
  font-size: 13px;
  line-height: 1.2;
  padding-top: 6px; }

.ais-refinement-list--label:hover,
.ais-refinement-list--item__active .ais-refinement-list--label,
.ais-menu--link:hover,
.ais-menu--item__active .ais-menu--link,
.ais-hierarchical-menu--list .facet-item.active:hover,
.ais-hierarchical-menu--list .facet-item.active {
  color: #ed5565; }

.ais-refinement-list--item__active .ais-refinement-list--label:hover,
.ais-menu--item__active .ais-menu--link:hover,
.ais-hierarchical-menu--list .facet-item.active:hover {
  text-decoration: line-through;
  color: #ed5565; }

.ais-refinement-list--count,
.ais-hierarchical-menu--count,
.ais-menu--count,
.ais-star-rating--count,
.ais-toggle--count {
  position: relative;
  top: 3px;
  float: right;
  color: #999; }

#type.facet .ais-refinement-list--checkbox {
  display: none; }

/* NO RESULTS */
.no-results #pagination, .no-results #sort-by, .no-results #stats, .no-results #facets {
  display: none; }

#no-results-message {
  text-align: center; }

#no-results-message p {
  font-size: 28px;
  font-weight: 100; }

#no-results-message ul {
  list-style-type: none; }

#no-results-message li {
  font-size: 12px;
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  padding: 4px 28px 4px 8px;
  color: #999;
  border: 1px solid #ddd;
  border-radius: 12px; }

#no-results-message li span.value {
  font-weight: bold;
  color: #000; }

#no-results-message li a.remove img {
  position: absolute;
  top: 3px;
  right: 5px;
  float: right;
  width: 17px;
  height: 17px;
  opacity: .5; }

#no-results-message li a.remove:hover img {
  opacity: 1; }

a.clear-all {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin: 10px;
  padding: 8px 12px;
  text-decoration: none;
  color: black;
  border: 2px solid #ddd;
  border-radius: 4px; }

a.clear-all:hover {
  transition: border-color .3s ease-in;
  border-color: #999; }

/* SLIDER */
.ais-range-slider--target {
  margin: 40px 30px 50px 0;
  font-size: 13px; }

.ais-range-slider--connect {
  background: #ed5565; }

.ais-range-slider--handle {
  border-color: #ed5565; }

.ais-body.ais-range-slider--body {
  left: 10px;
  position: relative; }

/* Star Rating */
.ais-star-rating--star,
.ais-star-rating--star__empty {
  display: inline-block;
  width: 1em;
  height: 1em; }

.ais-star-rating--star:before {
  content: '\2605';
  color: #FBAE00; }

.ais-star-rating--star__empty:before {
  content: '\2606';
  color: #FBAE00; }

.ais-star-rating--link__disabled .ais-star-rating--star:before, .ais-star-rating--link__disabled .ais-star-rating--star__empty:before {
  color: #C9C9C9; }

/* Price Ranges */
.ais-price-ranges--form {
  margin-top: 8px; }

.ais-price-ranges--currency {
  display: inline-block;
  margin-right: 4px; }

.ais-price-ranges--input {
  display: inline-block;
  width: 50px;
  border-radius: 2px;
  border: solid 1px #ccc;
  font-weight: normal;
  font-size: 15px; }

.ais-price-ranges--button {
  padding: 4px 7px;
  display: inline-block;
  margin: 0 0 0 6px; }

/* Toggle */
.ais-toggle--label {
  cursor: pointer; }

/* RefinementList ShowMore */
.ais-show-more {
  font-weight: bold;
  opacity: .7;
  padding-left: 4px;
  position: relative;
  line-height: 25px;
  font-size: .9em; }

.ais-show-more:hover,
.ais-show-more:focus {
  opacity: 1; }

.ais-show-more:before {
  font-family: FontAwesome;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  display: inline-block;
  position: relative;
  content: '';
  margin: 0 5px 0 0; }

.ais-show-more__inactive:before {
  content: "\f0fe"; }

.ais-show-more__active:before {
  content: "\f146"; }

/* Active filters */
.ais-current-refined-values {
  position: relative; }

#ais-wrapper {
  display: flex;
  max-width: 1180px;
  margin: 20px auto;
  padding-bottom: 80px; }

.ais-search-box--powered-by {
  display: none; }

.ais-hits--item {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0 !important;
  padding: 1em 0; }

.ais-hits--item em, .ais-hits--item a em, .ais-hits--content a, .ais-menu--link, .ais-pagination--link {
  color: #55b337;
  text-decoration: none;
  font-family: "Open Sans", sans-serif; }

.ais-hits--content a {
  font-size: 20px; }

.ais-hits--content p, .ais-hits--content li {
  color: #444; }

#algolia-search-box .search-icon {
  fill: #55b337 !important; }

#algolia-search-box input {
  border-bottom: 2px solid #55b337 !important;
  color: #444; }

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

.aa-dropdown-menu {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #444;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }
  .aa-dropdown-menu a {
    font-size: 16px !important;
    line-height: 20px !important; }

.aa-dropdown-menu div {
  margin: 0 0 0px 0; }

.autocomplete-header .autocomplete-header-title {
  color: #55b337; }

.aa-suggestion {
  font-family: "Open Sans", sans-serif !important; }
  .aa-suggestion em {
    background-color: transparent !important;
    color: #444 !important; }
  .aa-suggestion .suggestion-link {
    font-family: "Open Sans", sans-serif !important; }
    .aa-suggestion .suggestion-link .suggestion-post-thumbnail {
      font-family: "Open Sans", sans-serif !important; }
    .aa-suggestion .suggestion-link .suggestion-post-attributes {
      font-family: "Open Sans", sans-serif !important; }
      .aa-suggestion .suggestion-link .suggestion-post-attributes .suggestion-post-title {
        font-family: "Open Sans", sans-serif !important; }
      .aa-suggestion .suggestion-link .suggestion-post-attributes .suggestion-post-content {
        font-family: "Open Sans", sans-serif !important; }

.aa-suggestion:last-child {
  margin: 0 0 15px 0; }

.autocomplete-footer-branding {
  display: none; }

input:focus, #global-search form .search_submit, #global-search form .search_submit i {
  outline: none; }

body.search-results #header {
  background-color: #444; }

#ais-wrapper {
  position: relative;
  top: 80px; }

.ais-hits--item em, .ais-hits--item a em {
  display: none; }

section .wrapper h2, .widgettitle {
  color: #444; }

#algolia-pagination {
  margin-top: 20px; }
  #algolia-pagination ul {
    margin-left: 10px;
    padding: 0; }

.ais-hits--item h2 {
  font-weight: 400; }

/* page styles */
body p {
  font-family: "Open Sans", sans-serif; }

body.sub {
  padding-top: 76px; }
  @media (max-width: 1145px) {
    body.sub {
      padding-top: 50px; } }
body.portal, body.page-template-page-portal, .page-template-page-marketing-guide {
  padding-top: 60px; }

.hero {
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 300px; }

section.page-content .wrapper {
  margin: 0 auto;
  max-width: 1180px;
  box-sizing: content-box; }
  @media screen and (max-width: 640px) {
    section.page-content .wrapper {
      padding: 20px; } }
  section.page-content .wrapper h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 1px solid #444;
    color: #444;
    font-weight: 400;
    margin: 0; }
  section.page-content .wrapper .action-wrapper {
    position: relative;
    padding: 30px 0 0 0; }
    section.page-content .wrapper .action-wrapper h1 {
      position: relative;
      z-index: 5; }
    section.page-content .wrapper .action-wrapper p.actions {
      position: absolute;
      top: 35px;
      right: 0;
      z-index: 10;
      color: #777;
      font-size: 16px;
      font-family: "Open Sans", sans-serif; }
      section.page-content .wrapper .action-wrapper p.actions span {
        margin: 0 10px; }
      section.page-content .wrapper .action-wrapper p.actions a {
        color: #444;
        text-decoration: underline; }
      @media screen and (max-width: 930px) {
        section.page-content .wrapper .action-wrapper p.actions {
          position: relative; } }
  section.page-content .wrapper h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #55b337;
    font-weight: 600;
    margin: 0; }
  section.page-content .wrapper h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    line-height: 60px;
    border-bottom: 1px solid #444;
    color: #444;
    font-weight: 400;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 640px) {
      section.page-content .wrapper h3 {
        line-height: 32px; } }
  section.page-content .wrapper h3.no-border {
    border: none; }
  section.page-content .wrapper h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin: 0 0 20px 0; }
  section.page-content .wrapper p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #444;
    font-weight: 400;
    margin: 0 0 20px 0; }
  section.page-content .wrapper p.note {
    font-size: 13px;
    line-height: 22px; }
  section.page-content .wrapper ul li, section.page-content .wrapper ol li {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #444;
    font-weight: 400;
    margin: 0 0 5px 0; }
  section.page-content .wrapper a, section.page-content .wrapper a:link, section.page-content .wrapper a:active {
    color: #55b337;
    text-decoration: none;
    display: inline; }
  section.page-content .wrapper a.btn {
    color: #fff; }
  section.page-content .wrapper img {
    max-width: 100%; }
  section.page-content .wrapper .news-links {
    display: block;
    width: 100%; }
    section.page-content .wrapper .news-links h2 {
      color: #55b337;
      font-size: 24px;
      line-height: 34px;
      margin: 0 0 10px 0;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 1px; }
    section.page-content .wrapper .news-links ul {
      display: flex;
      justify-content: space-between;
      margin: 0;
      padding: 18px 0;
      border-bottom: 1px solid #666;
      border-top: 1px solid #666;
      top: 15px;
      position: relative; }
      section.page-content .wrapper .news-links ul li {
        list-style: none;
        display: inline-block; }
        section.page-content .wrapper .news-links ul li a {
          font-size: 24px;
          color: #666;
          font-family: "Open Sans", sans-serif;
          font-weight: 300;
          text-decoration: none; }
          section.page-content .wrapper .news-links ul li a i {
            color: #55b337;
            font-size: .8em; }
        section.page-content .wrapper .news-links ul li a:hover {
          color: #55b337; }
      section.page-content .wrapper .news-links ul li.active a {
        color: #55b337; }
    @media screen and (max-width: 479px) {
      section.page-content .wrapper .news-links ul {
        display: block; }
        section.page-content .wrapper .news-links ul li {
          display: block;
          width: 100%;
          margin: 10px 0; } }
  section.page-content .wrapper .columns, section.page-content .wrapper .portal-content {
    padding: 50px 0;
    display: flex; }
    section.page-content .wrapper .columns .left, section.page-content .wrapper .portal-content .left {
      flex: 0 1 65%;
      max-width: 65%; }
      section.page-content .wrapper .columns .left .border-bottom, section.page-content .wrapper .portal-content .left .border-bottom {
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
        margin-bottom: 50px; }
        @media screen and (max-width: 768px) {
          section.page-content .wrapper .columns .left .border-bottom, section.page-content .wrapper .portal-content .left .border-bottom {
            margin-bottom: 30px;
            padding-bottom: 10px; } }
      section.page-content .wrapper .columns .left fieldset, section.page-content .wrapper .portal-content .left fieldset {
        margin: 0;
        padding: 0; }
      section.page-content .wrapper .columns .left h1, section.page-content .wrapper .portal-content .left h1 {
        font-size: 36px;
        line-height: 65px;
        border: none; }
      section.page-content .wrapper .columns .left h1.large, section.page-content .wrapper .portal-content .left h1.large {
        border-bottom: 1px solid #444 !important;
        margin: 0 0 30px 0; }
      section.page-content .wrapper .columns .left h2.grey, section.page-content .wrapper .portal-content .left h2.grey {
        margin: 30px 0;
        color: #444;
        font-weight: 400; }
      section.page-content .wrapper .columns .left h3.large, section.page-content .wrapper .portal-content .left h3.large {
        font-size: 36px;
        line-height: 40px;
        border-bottom: 0px; }
      section.page-content .wrapper .columns .left h4, section.page-content .wrapper .portal-content .left h4 {
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        line-height: 30px;
        color: #55b337;
        font-weight: 600;
        margin: 0; }
      section.page-content .wrapper .columns .left h4.small, section.page-content .wrapper .portal-content .left h4.small {
        font-size: 20px; }
      section.page-content .wrapper .columns .left .block, section.page-content .wrapper .portal-content .left .block {
        padding: 0 0 30px 0; }
      section.page-content .wrapper .columns .left .group, section.page-content .wrapper .portal-content .left .group {
        margin: 30px 0; }
        section.page-content .wrapper .columns .left .group h3, section.page-content .wrapper .portal-content .left .group h3 {
          font-size: 24px;
          line-height: 30px;
          font-weight: 400;
          border: none;
          margin: 0; }
        section.page-content .wrapper .columns .left .group a, section.page-content .wrapper .portal-content .left .group a {
          font-size: 16px;
          line-height: 26px;
          display: block; }
      section.page-content .wrapper .columns .left .location, section.page-content .wrapper .portal-content .left .location {
        display: flex;
        padding: 30px 0;
        border-top: 1px solid #444;
        width: 100%;
        position: relative; }
        section.page-content .wrapper .columns .left .location img, section.page-content .wrapper .portal-content .left .location img {
          flex: 0 1 30%;
          max-width: 280px;
          max-height: 210px; }
        section.page-content .wrapper .columns .left .location div, section.page-content .wrapper .portal-content .left .location div {
          flex: 0 1 70%;
          margin-left: 22px; }
          section.page-content .wrapper .columns .left .location div h3, section.page-content .wrapper .portal-content .left .location div h3 {
            font-size: 30px;
            line-height: 40px;
            border: none; }
            @media screen and (max-width: 640px) {
              section.page-content .wrapper .columns .left .location div h3, section.page-content .wrapper .portal-content .left .location div h3 {
                font-size: 20px;
                line-height: 30px; } }
          section.page-content .wrapper .columns .left .location div p, section.page-content .wrapper .portal-content .left .location div p {
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
            line-height: 26px;
            color: #444;
            font-weight: 400;
            margin: 0; }
        @media screen and (max-width: 768px) {
          section.page-content .wrapper .columns .left .location, section.page-content .wrapper .portal-content .left .location {
            flex-wrap: wrap; }
            section.page-content .wrapper .columns .left .location img, section.page-content .wrapper .columns .left .location div, section.page-content .wrapper .portal-content .left .location img, section.page-content .wrapper .portal-content .left .location div {
              flex-basis: 100%; }
            section.page-content .wrapper .columns .left .location div, section.page-content .wrapper .portal-content .left .location div {
              padding: 20px 0;
              margin: 0; } }
      section.page-content .wrapper .columns .left .articles, section.page-content .wrapper .portal-content .left .articles {
        margin: 20px 0 40px 0; }
        section.page-content .wrapper .columns .left .articles .article, section.page-content .wrapper .portal-content .left .articles .article {
          display: flex;
          padding: 30px 0;
          border-top: 1px solid #444;
          width: 100%;
          position: relative; }
          section.page-content .wrapper .columns .left .articles .article img, section.page-content .wrapper .portal-content .left .articles .article img {
            flex: 0 1 120px;
            flex-basis: 120px;
            max-width: 120px;
            align-self: center; }
          section.page-content .wrapper .columns .left .articles .article p, section.page-content .wrapper .portal-content .left .articles .article p {
            margin: 0 0 0 22px; }
            section.page-content .wrapper .columns .left .articles .article p a, section.page-content .wrapper .portal-content .left .articles .article p a {
              font-family: "Open Sans", sans-serif;
              font-size: 26px;
              line-height: 30px;
              color: #55b337;
              font-weight: 400;
              margin: 0; }
      section.page-content .wrapper .columns .left form label, section.page-content .wrapper .portal-content .left form label {
        text-transform: uppercase;
        font-size: 16px;
        line-height: 28px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        margin: 10px 0 0 0; }
      section.page-content .wrapper .columns .left form input, section.page-content .wrapper .columns .left form textarea, section.page-content .wrapper .columns .left form select, section.page-content .wrapper .portal-content .left form input, section.page-content .wrapper .portal-content .left form textarea, section.page-content .wrapper .portal-content .left form select {
        display: block;
        background-color: #eeeeee;
        border: none; }
      section.page-content .wrapper .columns .left form input[type="submit"], section.page-content .wrapper .portal-content .left form input[type="submit"] {
        margin: 0 20px 0 0;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        padding: 5px 45px; }
      section.page-content .wrapper .columns .left form textarea, section.page-content .wrapper .portal-content .left form textarea {
        height: 200px;
        width: 100%; }
      section.page-content .wrapper .columns .left form select, section.page-content .wrapper .portal-content .left form select {
        width: 100%;
        padding: 10px;
        margin: 0; }
      section.page-content .wrapper .columns .left form .row, section.page-content .wrapper .portal-content .left form .row {
        display: flex;
        justify-content: space-between;
        margin: 15px 0; }
        section.page-content .wrapper .columns .left form .row div, section.page-content .wrapper .portal-content .left form .row div {
          flex: 1;
          margin: 0 20px 0 0;
          width: 100%; }
      section.page-content .wrapper .columns .left form a.help, section.page-content .wrapper .portal-content .left form a.help {
        color: #444;
        font-size: 16px;
        text-decoration: underline; }
      section.page-content .wrapper .columns .left .split_images, section.page-content .wrapper .portal-content .left .split_images {
        margin: 20px 0;
        display: flex;
        justify-content: space-between; }
        section.page-content .wrapper .columns .left .split_images div.img, section.page-content .wrapper .portal-content .left .split_images div.img {
          flex-basis: 49%;
          min-width: 49%;
          border: 1px solid #000;
          display: flex;
          justify-content: center;
          align-items: center; }
          section.page-content .wrapper .columns .left .split_images div.img img, section.page-content .wrapper .portal-content .left .split_images div.img img {
            width: 100%; }
        @media screen and (max-width: 768px) {
          section.page-content .wrapper .columns .left .split_images, section.page-content .wrapper .portal-content .left .split_images {
            flex-wrap: wrap; }
            section.page-content .wrapper .columns .left .split_images div.img, section.page-content .wrapper .portal-content .left .split_images div.img {
              flex-basis: 100%;
              min-width: 100%;
              margin: 20px 0; } }
    section.page-content .wrapper .columns .right, section.page-content .wrapper .portal-content .right {
      flex: 0 1 35%;
      margin-left: 35px; }
      section.page-content .wrapper .columns .right h3, section.page-content .wrapper .portal-content .right h3 {
        border: none;
        line-height: 40px;
        margin: 0 0 20px 0; }
        section.page-content .wrapper .columns .right h3 a, section.page-content .wrapper .columns .right h3 a:link, section.page-content .wrapper .columns .right h3 a:active, section.page-content .wrapper .portal-content .right h3 a, section.page-content .wrapper .portal-content .right h3 a:link, section.page-content .wrapper .portal-content .right h3 a:active {
          font-size: 24px; }
      section.page-content .wrapper .columns .right h3.large, section.page-content .wrapper .portal-content .right h3.large {
        font-size: 36px;
        line-height: 40px; }
      section.page-content .wrapper .columns .right iframe, section.page-content .wrapper .portal-content .right iframe {
        margin: 0px 0 40px 0; }
      section.page-content .wrapper .columns .right p.quote, section.page-content .wrapper .portal-content .right p.quote {
        font-style: italic;
        font-size: 24px;
        line-height: 38px; }
      section.page-content .wrapper .columns .right a.press:before, section.page-content .wrapper .columns .right a.email:before, section.page-content .wrapper .portal-content .right a.press:before, section.page-content .wrapper .portal-content .right a.email:before {
        display: inline-block;
        margin-right: 10px;
        font-family: "Black Tie"; }
      section.page-content .wrapper .columns .right a.press:before, section.page-content .wrapper .portal-content .right a.press:before {
        content: '\f056'; }
      section.page-content .wrapper .columns .right a.email:before, section.page-content .wrapper .portal-content .right a.email:before {
        content: '\F001'; }
    @media screen and (max-width: 980px) {
      section.page-content .wrapper .columns .left, section.page-content .wrapper .columns .right, section.page-content .wrapper .portal-content .left, section.page-content .wrapper .portal-content .right {
        flex: 0 1 50%;
        max-width: 50%; }
      section.page-content .wrapper .columns .left .location p a, section.page-content .wrapper .portal-content .left .location p a {
        font-size: 14px;
        overflow-wrap: break-word;
        word-wrap: break-word; } }
    section.page-content .wrapper .columns form label, section.page-content .wrapper .portal-content form label {
      display: inline-block;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      line-height: 26px;
      color: #444;
      font-weight: 400;
      margin: 0 0 0px 0;
      text-transform: uppercase; }
    section.page-content .wrapper .columns form label.clear, section.page-content .wrapper .portal-content form label.clear {
      display: block; }
    section.page-content .wrapper .columns form input, section.page-content .wrapper .portal-content form input {
      display: block;
      margin: 5px 0 30px 0;
      background-color: #eeeeee;
      padding: 0 10px;
      line-height: 40px;
      width: 100%;
      border: none; }
    section.page-content .wrapper .columns form input[type="submit"], section.page-content .wrapper .portal-content form input[type="submit"] {
      background-color: #66ba4b;
      color: #fff;
      text-transform: uppercase;
      display: inline-block;
      padding: 10px 45px;
      width: auto;
      cursor: pointer;
      font-weight: 700;
      letter-spacing: 2px; }
    section.page-content .wrapper .columns form input[type="checkbox"], section.page-content .wrapper .portal-content form input[type="checkbox"] {
      display: inline-block;
      width: auto;
      margin: 0 10px 0 0; }
    section.page-content .wrapper .columns form select, section.page-content .wrapper .portal-content form select {
      margin: 5px 10px 30px 10px; }
    section.page-content .wrapper .columns form textarea, section.page-content .wrapper .portal-content form textarea {
      padding: 10px; }
    section.page-content .wrapper .columns a.print, section.page-content .wrapper .portal-content a.print {
      padding: 0 0 0 10px;
      font-weight: 700; }
    section.page-content .wrapper .columns a.print:before, section.page-content .wrapper .portal-content a.print:before {
      position: relative;
      content: '\f02f';
      font-size: 1em;
      left: -10px;
      top: 0;
      font-family: "Font Awesome 5 Free"; }
  @media screen and (max-width: 980px) {
    section.page-content .wrapper .columns, section.page-content .wrapper .portal-content {
      flex-wrap: wrap; }
      section.page-content .wrapper .columns .left, section.page-content .wrapper .columns .right, section.page-content .wrapper .portal-content .left, section.page-content .wrapper .portal-content .right {
        flex: 0 1 100%;
        max-width: 100%;
        margin-left: 0px; } }
  section.page-content .wrapper .full {
    padding: 50px 0; }
    section.page-content .wrapper .full h3.no-border {
      border: none; }
    section.page-content .wrapper .full h3.no-margin {
      margin: 0; }
    section.page-content .wrapper .full p.date {
      margin: 0 0 20px 0;
      font-style: italic; }
    section.page-content .wrapper .full p.subhead {
      margin: 30px 0; }
  section.page-content .wrapper .presentation-wrap, section.page-content .wrapper .new-presentation-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 0 70px 0;
    border-bottom: 1px solid #666;
    margin: 0 0 30px 0; }
    section.page-content .wrapper .presentation-wrap .item, section.page-content .wrapper .new-presentation-wrap .item {
      flex: 0 1 48%;
      max-width: 48%;
      margin: 30px 0 30px 0; }
      section.page-content .wrapper .presentation-wrap .item iframe, section.page-content .wrapper .new-presentation-wrap .item iframe {
        width: 100%; }
      section.page-content .wrapper .presentation-wrap .item p, section.page-content .wrapper .new-presentation-wrap .item p {
        margin: 0; }
      section.page-content .wrapper .presentation-wrap .item p.title, section.page-content .wrapper .new-presentation-wrap .item p.title {
        font-weight: 700;
        margin: 20px 0 0 0; }
      @media screen and (max-width: 640px) {
        section.page-content .wrapper .presentation-wrap .item, section.page-content .wrapper .new-presentation-wrap .item {
          flex: 0 1 100%;
          max-width: 100%; } }
  section.page-content .wrapper .newsroom-articles .item {
    margin: 30px 0 30px 0;
    padding: 0 0 45px 0;
    border-bottom: 1px solid #666;
    display: flex;
    justify-content: space-between;
    transition: all ease .3s; }
    section.page-content .wrapper .newsroom-articles .item .left {
      flex-basis: 30%; }
    section.page-content .wrapper .newsroom-articles .item .right {
      flex-basis: 66%; }
    section.page-content .wrapper .newsroom-articles .item .video-wrap {
      padding: 56.25% 0 0 0;
      position: relative; }
      section.page-content .wrapper .newsroom-articles .item .video-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    section.page-content .wrapper .newsroom-articles .item .featured img {
      width: 100%; }
    section.page-content .wrapper .newsroom-articles .item iframe {
      width: 100%; }
    section.page-content .wrapper .newsroom-articles .item p {
      margin: 0; }
    section.page-content .wrapper .newsroom-articles .item p.title {
      font-weight: 700;
      margin: 0px 0 0 0; }
    section.page-content .wrapper .newsroom-articles .item p.ctas a {
      display: block; }
    section.page-content .wrapper .newsroom-articles .item p.ctas a.watch:before, section.page-content .wrapper .newsroom-articles .item p.ctas a.read:before {
      display: inline-block;
      margin-right: 10px;
      font-family: "Black Tie"; }
    section.page-content .wrapper .newsroom-articles .item p.ctas a.watch:before {
      content: '\F07B'; }
    section.page-content .wrapper .newsroom-articles .item p.ctas a.read:before {
      content: '\F0B2'; }
    section.page-content .wrapper .newsroom-articles .item p.institution {
      font-style: italic; }
    section.page-content .wrapper .newsroom-articles .item p.docs {
      font-style: italic; }
    section.page-content .wrapper .newsroom-articles .item p.producer {
      font-style: italic; }
    section.page-content .wrapper .newsroom-articles .item p.copyright {
      font-size: 11px; }
    @media screen and (max-width: 640px) {
      section.page-content .wrapper .newsroom-articles .item {
        flex-wrap: wrap; }
        section.page-content .wrapper .newsroom-articles .item .left {
          flex-basis: 100%;
          max-width: 100%; }
        section.page-content .wrapper .newsroom-articles .item .right {
          flex-basis: 100%;
          max-width: 100%; }
          section.page-content .wrapper .newsroom-articles .item .right p.title {
            font-weight: 700;
            margin: 20px 0 0 0; } }
  section.page-content .wrapper .newsroom-articles .item.hide {
    transition: all ease .3s;
    max-height: 0px;
    overflow: hidden;
    margin: 0px 0 0px 0;
    padding: 0 0 0px 0;
    border-bottom: 0px solid #666; }
  section.page-content .wrapper .session {
    margin: 30px 0; }
    section.page-content .wrapper .session span.date {
      text-transform: uppercase; }
    section.page-content .wrapper .session span.title {
      color: #55b337;
      font-weight: 700; }
  section.page-content .wrapper #partners {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    section.page-content .wrapper #partners .partner {
      flex: 0 1 48%;
      max-width: 48%;
      margin: 30px 0 30px 0;
      min-width: 250px; }
      section.page-content .wrapper #partners .partner div.image {
        background-color: #eeeeee;
        min-height: 300px;
        text-align: center;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin: 0 0 20px 0; }
        section.page-content .wrapper #partners .partner div.image img {
          max-width: 80%; }
    @media screen and (max-width: 640px) {
      section.page-content .wrapper #partners .partner {
        flex: 0 1 100%;
        max-width: 100%; } }
  section.page-content .wrapper .events .item {
    margin: 30px 0; }
    section.page-content .wrapper .events .item p {
      margin: 0; }
    section.page-content .wrapper .events .item .title {
      font-weight: 600;
      color: #55b337; }
    section.page-content .wrapper .events .item .place {
      font-style: italic; }
    section.page-content .wrapper .events .item .description {
      font-weight: 600; }
    section.page-content .wrapper .events .item .cta a {
      text-decoration: underline;
      color: #444; }
  section.page-content .wrapper .photos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    section.page-content .wrapper .photos .photo {
      max-width: 380px;
      margin: 30px 0 30px 0;
      min-width: 380px; }
      section.page-content .wrapper .photos .photo .links {
        margin: 0 0 10px 0;
        text-align: right; }
      section.page-content .wrapper .photos .photo img {
        margin: 0 0 20px 0; }
  section.page-content .wrapper .resources {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap; }
    section.page-content .wrapper .resources .resource {
      display: block;
      max-width: 680px;
      margin: 45px 0 45px 0;
      min-width: 280px; }
      section.page-content .wrapper .resources .resource .links {
        margin: 0 0 10px 0;
        text-align: right; }
      section.page-content .wrapper .resources .resource img {
        margin: 0 0 20px 0;
        max-width: 100%; }
  section.page-content .wrapper .video-wrap {
    padding: 56.25% 0 0 0;
    position: relative; }
    section.page-content .wrapper .video-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  section.page-content .wrapper .videotitle {
    margin: 20px 0; }
  section.page-content .wrapper p.quote {
    font-style: italic;
    font-size: 24px;
    line-height: 38px; }
  section.page-content .wrapper .press-releases p {
    margin: 0; }
  section.page-content .wrapper .press-releases .header-bar {
    border-bottom: 1px solid #666;
    padding: 26px 0;
    position: relative; }
    section.page-content .wrapper .press-releases .header-bar div {
      display: flex; }
      section.page-content .wrapper .press-releases .header-bar div .date {
        flex-basis: 25%;
        color: #999999; }
      section.page-content .wrapper .press-releases .header-bar div .title {
        flex-basis: 75%;
        color: #999999; }
        section.page-content .wrapper .press-releases .header-bar div .title a {
          display: block; }
    section.page-content .wrapper .press-releases .header-bar select {
      position: absolute;
      right: 5px;
      bottom: 25px;
      -webkit-appearance: none;
      appearance: none;
      -moz-appearance: none;
      min-width: 250px;
      background-color: #eeeeee;
      padding: 5px;
      border: none; }
    section.page-content .wrapper .press-releases .header-bar select:after {
      content: '/f091';
      font-family: 'Black Tie'; }
  section.page-content .wrapper .press-releases .item {
    display: flex;
    border-bottom: 1px solid #666;
    padding: 26px 0; }
    section.page-content .wrapper .press-releases .item .date {
      flex-basis: 25%;
      font-weight: 600; }
    section.page-content .wrapper .press-releases .item .title {
      flex-basis: 75%; }
      section.page-content .wrapper .press-releases .item .title a {
        display: block;
        font-weight: 600; }
  section.page-content .wrapper .press-release-article .action-bar {
    display: block;
    padding: 0 0 27px 0;
    border-bottom: 1px solid #666666; }
    section.page-content .wrapper .press-release-article .action-bar .links {
      float: left;
      display: inline-block; }
    section.page-content .wrapper .press-release-article .action-bar .pagination {
      float: right;
      display: inline-block; }
  section.page-content .wrapper .press-release-article .action-bar.bottom {
    border-top: 1px solid #666666;
    border-bottom: none;
    padding: 27px 0; }
  section.page-content .wrapper .press-release-article .action-bar:after {
    content: "";
    display: table;
    clear: both; }
  section.page-content .wrapper .press-release-article .intro {
    clear: both;
    margin: 20px 0 0 0;
    font-weight: 700; }
  section.page-content .wrapper .press-release-article .title {
    font-weight: 700;
    color: #55b337;
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0; }

section.page-content.slideup .wrapper .columns {
  padding: 20px 0; }

.page-portal-presentations section.page-content .wrapper .columns .left, .page-portal-presentations .page-portal-presentations section.page-content .wrapper .portal-content .left {
  flex: 0 1 100%;
  max-width: 100%; }

.page-portal-presentations section.page-content .wrapper .presentation-wrap .item {
  flex: 0 1 31.3333%;
  max-width: 31.3333%; }
  @media screen and (max-width: 768px) {
    .page-portal-presentations section.page-content .wrapper .presentation-wrap .item {
      flex: 0 1 48%;
      max-width: 48%; } }
  @media screen and (max-width: 640px) {
    .page-portal-presentations section.page-content .wrapper .presentation-wrap .item {
      flex: 0 1 100%;
      max-width: 100%;
      margin: 0 0 20px 0; } }
.page-portal-presentations section.page-content .wrapper .columns .right {
  display: none; }

section.page-content.portal-home {
  background-color: #ccc;
  background-size: 1379px 784px;
  background-position: center bottom;
  background-repeat: no-repeat; }
  section.page-content.portal-home .portal-content {
    display: flex;
    padding: 0 0 150px 0; }
    section.page-content.portal-home .portal-content .left {
      flex: 0 1 40%; }
      section.page-content.portal-home .portal-content .left p {
        font-size: 14px;
        line-height: 18px;
        margin: 15px 0; }
        section.page-content.portal-home .portal-content .left p a {
          color: #444;
          text-decoration: underline; }
      section.page-content.portal-home .portal-content .left h1 {
        margin: 80px 0;
        color: #444444;
        font-weight: 700;
        border: none;
        font-size: 30px;
        line-height: 40px; }
      section.page-content.portal-home .portal-content .left h2 {
        font-size: 28px;
        line-height: 44px;
        color: #444444;
        font-weight: 400; }
        section.page-content.portal-home .portal-content .left h2 a {
          color: #55b337;
          text-decoration: none; }
        section.page-content.portal-home .portal-content .left h2 a:hover {
          text-decoration: underline; }
  @media screen and (max-width: 1379px) {
    section.page-content.portal-home {
      background-size: cover; } }
  @media screen and (max-width: 768px) {
    section.page-content.portal-home {
      background-image: none !important; }
      section.page-content.portal-home .portal-content {
        padding: 0 0 0px 0; }
        section.page-content.portal-home .portal-content .left {
          flex: 0 1 100%; } }
section.columns {
  background-color: #fff; }
  section.columns .wrapper {
    display: block !important;
    max-width: 1220px; }
    section.columns .wrapper h2 {
      color: #55b337;
      text-align: left;
      font-size: 44px;
      line-height: 60px;
      font-weight: 400;
      max-width: calc(100% - 0px); }
    section.columns .wrapper a.more-link {
      position: absolute;
      right: 100px;
      top: 50px;
      display: inline-block;
      color: #666;
      font-size: 15px;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 400;
      letter-spacing: 2px; }
      section.columns .wrapper a.more-link i {
        font-size: 2em;
        color: #55b337;
        position: relative;
        top: 5px; }
      section.columns .wrapper a.more-link .fa-minus-circle {
        display: none; }
    @media screen and (max-width: 768px) {
      section.columns .wrapper h2 {
        max-width: calc(100% - 110px); }
      section.columns .wrapper a.more-link {
        right: 10px; } }
    section.columns .wrapper a.open .fa-minus-circle {
      display: inline-block; }
    section.columns .wrapper a.open .fa-plus-circle {
      display: none; }
    section.columns .wrapper .columns {
      display: flex;
      justify-content: space-between; }
      section.columns .wrapper .columns .column {
        margin: 0 20px; }
        section.columns .wrapper .columns .column h3 {
          font-size: 28px;
          line-height: 40px;
          color: #666666;
          font-weight: 400; }
        section.columns .wrapper .columns .column p {
          font-size: 16px;
          line-height: 26px;
          color: #666666; }
        section.columns .wrapper .columns .column a {
          color: #55b337;
          text-decoration: none; }
        section.columns .wrapper .columns .column a.locator-link {
          color: #666;
          font-size: 15px;
          font-family: "Open Sans", sans-serif;
          text-transform: uppercase;
          text-decoration: none;
          font-weight: 700;
          letter-spacing: 2px; }
          section.columns .wrapper .columns .column a.locator-link i {
            font-size: 2em;
            color: #55b337;
            position: relative;
            top: 5px; }
          section.columns .wrapper .columns .column a.locator-link .fa-minus-circle {
            display: none; }
        section.columns .wrapper .columns .column a.open .fa-minus-circle {
          display: inline-block; }
        section.columns .wrapper .columns .column a.open .fa-plus-circle {
          display: none; }

section.bg-grey {
  background-color: #eeeeee; }
  section.bg-grey .wrapper h2 {
    color: #55b337;
    text-align: center; }
  section.bg-grey .wrapper .columns .column h3, section.bg-grey .wrapper .columns .column p {
    color: #444444; }

section.bg-offwhite {
  background-color: #fcfcfc; }
  section.bg-offwhite .wrapper h2 {
    color: #666;
    text-align: center; }

body.portal section.page-content .wrapper .columns .right p a, body.page-template-page-portal section.page-content .wrapper .columns .right p a {
  color: #55b337;
  text-decoration: none; }

body.portal section.page-content .wrapper .columns .right p a:hover, body.page-template-page-portal section.page-content .wrapper .columns .right p a:hover {
  text-decoration: underline; }

section.full-width-section {
  background-size: cover;
  background-position: center; }
  section.full-width-section .job-wrapper {
    margin: 0 auto;
    max-width: 1025px; }
  section.full-width-section .wrapper {
    padding: 75px 20px; }
    @media screen and (max-width: 1145px) {
      section.full-width-section .wrapper {
        padding: 75px 40px; } }
    section.full-width-section .wrapper h1 {
      color: #55b337;
      text-align: center;
      font-size: 44px;
      line-height: 60px;
      font-family: "Open Sans", sans-serif; }
      section.full-width-section .wrapper h1 sup {
        font-size: 20px;
        position: relative;
        top: -17px;
        font-weight: 300; }
      @media screen and (max-width: 640px) {
        section.full-width-section .wrapper h1 {
          font-size: 30px;
          line-height: 40px; } }
    section.full-width-section .wrapper h2 {
      text-align: center;
      font-size: 36px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      position: relative; }
    section.full-width-section .wrapper h2:after {
      position: absolute;
      left: 50%;
      bottom: -10px;
      width: 100px;
      margin: 0 0 0 -50px;
      content: '';
      border-bottom: 1px solid #444; }
    section.full-width-section .wrapper h3 {
      font-size: 20px;
      line-height: 30px;
      font-weight: 600;
      font-family: "Open Sans", sans-serif;
      position: relative;
      color: #55b337; }
    section.full-width-section .wrapper p, section.full-width-section .wrapper li {
      color: #444;
      font-size: 20px;
      line-height: 30px;
      font-family: "Open Sans", sans-serif; }
      section.full-width-section .wrapper p a, section.full-width-section .wrapper p a:link, section.full-width-section .wrapper p a:active, section.full-width-section .wrapper li a, section.full-width-section .wrapper li a:link, section.full-width-section .wrapper li a:active {
        color: #55b337;
        text-decoration: none; }
      section.full-width-section .wrapper p a.btn, section.full-width-section .wrapper li a.btn {
        color: #fff; }
      section.full-width-section .wrapper p a:hover, section.full-width-section .wrapper li a:hover {
        text-decoration: underline; }
      @media screen and (max-width: 640px) {
        section.full-width-section .wrapper p, section.full-width-section .wrapper li {
          font-size: 16px;
          line-height: 24px; } }
    section.full-width-section .wrapper p.cta {
      line-height: 30px; }
      section.full-width-section .wrapper p.cta .btn {
        line-height: 30px; }
    section.full-width-section .wrapper p.cta.center {
      text-align: center; }
    section.full-width-section .wrapper .inner {
      max-width: 960px;
      margin: 0 auto; }
    section.full-width-section .wrapper .inner.wider {
      max-width: 1180px; }
    section.full-width-section .wrapper .columns {
      display: flex;
      align-content: center;
      align-items: center; }
      section.full-width-section .wrapper .columns .left, section.full-width-section .wrapper .columns .right {
        flex-basis: 50%;
        padding: 0 5%; }
      section.full-width-section .wrapper .columns .left h1 {
        color: #444;
        font-weight: 300;
        text-align: center;
        margin: 0 0 20px 0; }
        section.full-width-section .wrapper .columns .left h1 em {
          color: #55b337;
          font-style: normal; }
      section.full-width-section .wrapper .columns .left p {
        font-size: 17px;
        line-height: 30px;
        text-align: center; }
        @media screen and (max-width: 640px) {
          section.full-width-section .wrapper .columns .left p {
            font-size: 16px;
            line-height: 24px; } }
      section.full-width-section .wrapper .columns .right .wrap-this {
        position: relative; }
        section.full-width-section .wrapper .columns .right .wrap-this div {
          font-size: 16px; }
      section.full-width-section .wrapper .columns .right img {
        max-width: 100%;
        width: 100%; }
      section.full-width-section .wrapper .columns .right p, section.full-width-section .wrapper .columns .right .image-caption {
        text-align: center;
        font-size: 17px;
        font-family: "Open Sans", sans-serif; }
        @media screen and (max-width: 640px) {
          section.full-width-section .wrapper .columns .right p, section.full-width-section .wrapper .columns .right .image-caption {
            font-size: 16px;
            line-height: 24px; } }
      section.full-width-section .wrapper .columns .right .image-caption {
        margin: 20px 0 0 0; }
      section.full-width-section .wrapper .columns .right .center {
        text-align: center;
        margin: 40px 0 0 0;
        padding: 5px 0;
        font-size: 28px;
        font-family: "Open Sans", sans-serif;
        position: relative;
        z-index: 1; }
      section.full-width-section .wrapper .columns .right .controls {
        position: absolute;
        top: 5px;
        left: 0;
        z-index: 5;
        width: 100%; }
        section.full-width-section .wrapper .columns .right .controls span {
          cursor: pointer;
          font-size: 28px; }
        section.full-width-section .wrapper .columns .right .controls span:nth-child(1) {
          position: absolute;
          left: 0;
          top: 0; }
        section.full-width-section .wrapper .columns .right .controls span:nth-child(2) {
          position: absolute;
          right: 0;
          top: 0; }
      section.full-width-section .wrapper .columns .column {
        padding: 0 2%;
        flex: 1; }
        section.full-width-section .wrapper .columns .column h3 {
          color: #444;
          font-size: 30px;
          line-height: 30px;
          font-weight: 400;
          margin: 30px 0 0 0; }
      section.full-width-section .wrapper .columns .column.small {
        margin: 0px 0 0 0;
        flex: 1; }
        section.full-width-section .wrapper .columns .column.small p {
          text-align: left;
          font-size: 16px;
          line-height: 26px;
          font-family: "Open Sans", sans-serif; }
      section.full-width-section .wrapper .columns ul {
        margin: 0; }
        @media screen and (max-width: 640px) {
          section.full-width-section .wrapper .columns ul {
            padding: 0 0 0 15px; } }
        section.full-width-section .wrapper .columns ul li {
          text-align: left;
          font-size: 16px;
          line-height: 26px;
          font-family: "Open Sans", sans-serif; }
      @media screen and (max-width: 640px) {
        section.full-width-section .wrapper .columns {
          display: block; }
          section.full-width-section .wrapper .columns .left, section.full-width-section .wrapper .columns .right {
            display: block;
            width: 100%;
            padding: 0; } }
    section.full-width-section .wrapper .columns.board-of-directors {
      align-items: flex-start; }
      section.full-width-section .wrapper .columns.board-of-directors .column {
        margin: 0 0 50px 0; }
        section.full-width-section .wrapper .columns.board-of-directors .column ul {
          display: flex;
          flex-wrap: wrap; }
          section.full-width-section .wrapper .columns.board-of-directors .column ul li {
            list-style: none;
            position: relative;
            flex-basis: 33%;
            min-width: 33%; }
            @media screen and (max-width: 768px) {
              section.full-width-section .wrapper .columns.board-of-directors .column ul li {
                flex-basis: 50%;
                min-width: 50%; } }
            @media screen and (max-width: 640px) {
              section.full-width-section .wrapper .columns.board-of-directors .column ul li {
                flex-basis: 100%;
                min-width: 100%; } }
          section.full-width-section .wrapper .columns.board-of-directors .column ul li:before {
            position: absolute;
            left: -15px;
            top: 0;
            content: '\f093';
            font-family: 'Black Tie';
            color: #55b337;
            font-size: 10px; }
    section.full-width-section .wrapper .columns.advisory-board .column p {
      margin-left: 40px; }
    @media screen and (max-width: 640px) {
      section.full-width-section .wrapper .columns.advisory-board .column p {
        margin-left: 0px; } }
    section.full-width-section .wrapper .columns.threecol {
      align-items: flex-start; }
      @media screen and (max-width: 640px) {
        section.full-width-section .wrapper .columns.threecol .column {
          padding: 5% 2%; }
          section.full-width-section .wrapper .columns.threecol .column p img {
            max-width: 40%;
            height: auto; } }
    section.full-width-section .wrapper #partners {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      section.full-width-section .wrapper #partners .partner {
        flex: 0 1 23%;
        max-width: 23%;
        margin: 30px 0 30px 0;
        min-width: 125px; }
        section.full-width-section .wrapper #partners .partner div.image {
          background-color: #eeeeee;
          min-height: 300px;
          text-align: center;
          display: flex;
          align-content: center;
          align-items: center;
          justify-content: center;
          margin: 0 0 20px 0; }
          section.full-width-section .wrapper #partners .partner div.image img {
            max-width: 80%; }
      @media screen and (max-width: 640px) {
        section.full-width-section .wrapper #partners .partner {
          flex: 0 1 100%;
          max-width: 100%; } }
  section.full-width-section .wrapper.split-slides {
    max-width: 1320px;
    position: relative; }
    section.full-width-section .wrapper.split-slides h2 {
      margin: 0 0 60px 0; }
    section.full-width-section .wrapper.split-slides h2:after {
      display: none; }
    section.full-width-section .wrapper.split-slides .cycle-slideshow .slide {
      width: 100%; }
      section.full-width-section .wrapper.split-slides .cycle-slideshow .slide .slidewrap {
        display: flex; }
        section.full-width-section .wrapper.split-slides .cycle-slideshow .slide .slidewrap .left, section.full-width-section .wrapper.split-slides .cycle-slideshow .slide .slidewrap .right {
          flex-basis: 50%;
          padding: 0 5%; }
        section.full-width-section .wrapper.split-slides .cycle-slideshow .slide .slidewrap .left p, section.full-width-section .wrapper.split-slides .cycle-slideshow .slide .slidewrap .left li {
          font-size: 16px;
          line-height: 26px;
          font-family: "Open Sans", sans-serif; }
        section.full-width-section .wrapper.split-slides .cycle-slideshow .slide .slidewrap .left a {
          text-decoration: none;
          color: #558d00; }
        section.full-width-section .wrapper.split-slides .cycle-slideshow .slide .slidewrap .left a.btn {
          color: #fff; }
    section.full-width-section .wrapper.split-slides .cycle-slideshow .cycle-pager {
      display: block;
      position: absolute;
      left: 00%;
      bottom: -35px;
      width: 100%;
      z-index: 999;
      text-align: center; }
      section.full-width-section .wrapper.split-slides .cycle-slideshow .cycle-pager span {
        font-size: 50px;
        width: 16px;
        height: 16px;
        display: inline-block;
        background-color: #fff;
        cursor: pointer;
        border: 1px solid #979797;
        margin: 0 5px;
        border-radius: 8px;
        color: transparent; }
      section.full-width-section .wrapper.split-slides .cycle-slideshow .cycle-pager span.cycle-pager-active {
        background-color: #979797; }
    section.full-width-section .wrapper.split-slides .controls {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      margin-top: -60px; }
      section.full-width-section .wrapper.split-slides .controls span {
        cursor: pointer;
        font-size: 62px;
        color: #b4b4b4; }
      section.full-width-section .wrapper.split-slides .controls span:nth-child(1) {
        position: absolute;
        left: 0;
        top: 0; }
      section.full-width-section .wrapper.split-slides .controls span:nth-child(2) {
        position: absolute;
        right: 0;
        top: 0; }

section.full-width-section.White-Text {
  background-color: #fff; }
  section.full-width-section.White-Text .wrapper h2 {
    color: #fff; }
  section.full-width-section.White-Text .wrapper h2:after {
    display: none; }
  section.full-width-section.White-Text .wrapper p {
    color: #fff;
    text-align: center; }

section.full-width-section.Dark-Grey {
  background-color: #444; }
  section.full-width-section.Dark-Grey .wrapper h1, section.full-width-section.Dark-Grey .wrapper h2, section.full-width-section.Dark-Grey .wrapper h3, section.full-width-section.Dark-Grey .wrapper p {
    color: #fff; }
  section.full-width-section.Dark-Grey .wrapper .columns .left h1, section.full-width-section.Dark-Grey .wrapper .columns .left h2, section.full-width-section.Dark-Grey .wrapper .columns .left h3, section.full-width-section.Dark-Grey .wrapper .columns .left p {
    color: #fff; }
  section.full-width-section.Dark-Grey .wrapper .columns .right p {
    color: #fff; }
  section.full-width-section.Dark-Grey .wrapper .columns .right .center, section.full-width-section.Dark-Grey .wrapper .columns .right .controls {
    color: #fff; }

section.full-width-section.Grey, section.page-content.Grey {
  background-color: #eee; }

section.full-width-section.center .wrapper .inner {
  text-align: center; }
  section.full-width-section.center .wrapper .inner h1, section.full-width-section.center .wrapper .inner h2, section.full-width-section.center .wrapper .inner h3, section.full-width-section.center .wrapper .inner p {
    text-align: center; }

section.full-width-section.center .wrapper .column {
  text-align: center; }

section.full-width-section.border .wrapper {
  padding: 20px 20px 20px 20px; }
  section.full-width-section.border .wrapper .inner {
    border-bottom: 1px solid #333638;
    padding-bottom: 10px; }

section.secondary-page-header {
  background-size: cover;
  background-position: center top; }
  section.secondary-page-header .wrapper {
    padding: 80px 20px; }
    section.secondary-page-header .wrapper .inner {
      color: #fff;
      text-align: center;
      font-size: 20px;
      line-height: 30px;
      max-width: 960px;
      margin: 0 auto; }
      section.secondary-page-header .wrapper .inner h1 {
        color: #fff;
        text-align: center;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Open Sans", sans-serif;
        font-size: 40px;
        line-height: 40px; }
      section.secondary-page-header .wrapper .inner p {
        color: #fff;
        text-align: center; }

section.team-members .wrapper {
  padding: 0;
  display: flex;
  max-width: 100%; }
  section.team-members .wrapper article {
    flex: 1;
    background-size: cover;
    background-position: center top;
    height: 300px;
    transition: all .3s;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden; }
    section.team-members .wrapper article a {
      width: 100%;
      height: 100%;
      display: block; }
    section.team-members .wrapper article img {
      width: 100%; }
    section.team-members .wrapper article .profile {
      display: none; }
    section.team-members .wrapper article a:focus {
      outline: none; }
  section.team-members .wrapper article:hover {
    transition: all .3s; }

@media screen and (max-width: 640px) {
  section.team-members .wrapper {
    flex-wrap: wrap; }
    section.team-members .wrapper article {
      width: 100%;
      flex-basis: 25%;
      max-width: 25%;
      height: 300px; } }

@media screen and (max-width: 479px) {
  section.team-members .wrapper {
    flex-wrap: wrap; }
    section.team-members .wrapper article {
      width: 100%;
      flex-basis: 50%;
      max-width: 50%; } }

.fancybox-container .fancybox-slide {
  max-width: 800px;
  left: calc(50% - 400px); }
  @media screen and (max-width: 800px) {
    .fancybox-container .fancybox-slide {
      max-width: 90%;
      left: 5%; } }
.fancybox-container .profile h2 {
  font-family: "Open Sans", sans-serif;
  color: #444;
  font-size: 30px;
  margin: 0; }

.fancybox-container .profile h3 {
  font-family: "Open Sans", sans-serif;
  color: #55b337;
  font-size: 16px;
  font-style: italic;
  margin: 0 0 40px 0;
  font-weight: 400; }

.fancybox-container .profile p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px; }

section a.more-link, .parallax-window a.more-link {
  color: #666;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;
  position: absolute;
  right: 100px;
  top: 50px; }
  section a.more-link i, .parallax-window a.more-link i {
    font-size: 2em;
    color: #55b337;
    position: relative;
    top: 5px; }
  section a.more-link .fa-minus-circle, .parallax-window a.more-link .fa-minus-circle {
    display: none; }

section a.open .fa-minus-circle, .parallax-window a.open .fa-minus-circle {
  display: inline-block; }

section a.open .fa-plus-circle, .parallax-window a.open .fa-plus-circle {
  display: none; }

section a.more-link.white, .parallax-window a.more-link.white {
  color: #fff; }
  section a.more-link.white i, .parallax-window a.more-link.white i {
    color: #fff; }

/* overlay styles, all needed */
#global-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0; }

#global-overlay.fadein {
  opacity: 1;
  z-index: 9997; }

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  opacity: 0;
  box-sizing: border-box;
  padding: 50px 100px; }
  .overlay h3 {
    color: #558d00;
    font-size: 50px; }
  .overlay p {
    color: #fff;
    font-size: 34px;
    line-height: 60px;
    max-width: 60%;
    margin: 20px auto; }
  .overlay .close-overlay {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 99;
    color: #fff;
    font-size: 2em; }

.overlay.fadein {
  opacity: 1;
  z-index: 9999; }

#global-search {
  width: 100%;
  line-height: 60px;
  position: fixed;
  top: 0%;
  left: 0%;
  margin-top: 0px;
  text-align: center;
  z-index: -1;
  opacity: 0;
  max-height: 0px;
  overflow: hidden; }
  #global-search #close-search {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 99;
    color: #fff;
    font-size: 2em; }
  #global-search h3 {
    color: #fff;
    text-align: left;
    margin: 0 0 20px 0;
    font-size: 30px; }
  #global-search #search-close {
    position: relative;
    display: block;
    text-align: center;
    z-index: 9999;
    color: #fff;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    letter-spacing: 1px; }
  #global-search form {
    text-align: left;
    position: relative;
    display: block;
    max-width: 745px;
    margin: 0 auto; }
    #global-search form .search_box {
      height: 75px;
      width: 100%;
      max-width: 745px;
      padding: 0 10px;
      border: none;
      border-bottom: 2px solid #666;
      background-color: transparent;
      color: #fff;
      font-size: 40px;
      font-family: "Open Sans", sans-serif;
      position: relative;
      z-index: 1;
      top: -1px;
      margin: 0 20px; }
    #global-search form .search_submit {
      width: 35px;
      height: 35px;
      position: absolute;
      top: 22px;
      right: 0;
      z-index: 99;
      border: none;
      background-color: transparent;
      color: #fff;
      cursor: pointer;
      font-size: 2em; }
  @media screen and (max-width: 540px) {
    #global-search form .search_box {
      width: 60%; }
    #global-search form .search_submit {
      right: 20px; } }
  #global-search #search-results {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 0 0 0; }
    #global-search #search-results .col {
      flex-basis: 32%;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      line-height: 26px; }
      #global-search #search-results .col .title {
        color: #fff;
        text-align: left; }
      #global-search #search-results .col .item {
        text-align: left; }
        #global-search #search-results .col .item a {
          color: #fff;
          text-align: left;
          text-decoration: none;
          font-weight: 600; }
        #global-search #search-results .col .item p {
          color: #999999;
          text-align: left; }
      #global-search #search-results .col p.view-all {
        text-align: left; }
        #global-search #search-results .col p.view-all a {
          color: #fff;
          text-align: left; }

#global-search:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: #333333;
  opacity: 0; }

@media screen and (max-width: 540px) {
  #global-search {
    margin-left: 20px;
    max-width: calc(100%-40px); } }

#global-search.fadein {
  opacity: 1;
  z-index: 99999;
  width: 100%;
  max-height: 785px;
  height: 100vh;
  padding: 160px 20px 0 20px;
  display: block;
  justify-content: center;
  align-items: center; }

#global-search.fadein:after {
  opacity: .95; }

#opt-in {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px;
  z-index: 999; }
  #opt-in p {
    color: #fff;
    text-align: left;
    margin: 0 3% 0 0;
    font-size: 14px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif; }
    #opt-in p a {
      color: #fff;
      margin: 0; }
  #opt-in a {
    margin: 0 3%; }
  #opt-in a#close-opt-in {
    margin: 0 3%;
    font-size: 2em;
    color: #fff;
    top: 12px;
    position: relative; }
  @media screen and (max-width: 768px) {
    #opt-in p {
      font-size: 11px;
      line-height: 15px; }
    #opt-in a.btn, #opt-in a#close-opt-in {
      font-size: 1em;
      padding: 5px;
      max-height: 55px; } }
  @media screen and (max-width: 640px) {
    #opt-in {
      display: block; }
      #opt-in a.btn {
        margin: 10px 0 0 0;
        display: block; }
      #opt-in a#close-opt-in {
        position: absolute;
        display: inline-block;
        top: 5px;
        right: 0px; } }
#opt-in:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: #333333;
  opacity: 1; }

section.callout {
  background-color: #333333; }
  section.callout .wrapper {
    padding: 35px 20px;
    max-width: 1440px;
    margin: 0 auto; }
    section.callout .wrapper p {
      text-align: center;
      color: #fff;
      font-size: 30px;
      line-height: 40px; }
      section.callout .wrapper p .btn {
        margin: 20px 40px;
        background-color: transparent;
        border: 2px solid #fff;
        color: #fff;
        border-radius: 3px;
        padding-top: 10px;
        padding-bottom: 10px; }
      section.callout .wrapper p .btn:hover {
        background-color: #fff;
        color: #333; }
      @media screen and (max-width: 640px) {
        section.callout .wrapper p {
          font-size: 20px;
          line-height: 30px; } }
#login-box {
  width: 100%;
  line-height: 60px;
  position: fixed;
  top: 0%;
  left: 0%;
  margin-top: 0px;
  text-align: center;
  z-index: -1;
  opacity: 0;
  max-height: 0px;
  overflow: hidden; }
  #login-box .wrapper {
    max-width: 745px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  #login-box #login-close {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 99;
    color: #fff;
    font-size: 2em; }
  #login-box h3 {
    color: #fff;
    text-align: left;
    margin: 0 0 20px 0;
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 60px;
    border-bottom: 2px solid #666666;
    letter-spacing: 1px; }
  #login-box p {
    color: #fff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 24px; }
  #login-box a:link, #login-box a:active, #login-box a:visited {
    color: #558d00; }
  #login-box form {
    text-align: left;
    position: relative;
    display: block;
    max-width: 745px;
    margin: 0 auto; }
    #login-box form label, #login-box form fieldset, #login-box form legend {
      display: block;
      color: #fff;
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      line-height: 24px;
      text-transform: uppercase; }
    #login-box form input {
      width: 100%;
      background-color: #666;
      padding: 10px;
      font-size: 16px;
      color: #fff;
      border: none;
      box-shadow: none;
      margin: 0 0 30px 0; }
    #login-box form input#rememberme {
      width: auto;
      display: inline-block; }
    #login-box form input[type="submit"] {
      display: block;
      width: auto;
      background-color: transparent;
      color: #FFFFFF;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      text-align: center;
      padding: 15px 45px;
      border: 2px solid #fff;
      border-radius: 3px;
      text-decoration: none;
      transition: all 0.3s;
      font-weight: 400;
      letter-spacing: 1px;
      cursor: pointer; }
    #login-box form input[type="submit"]:hover {
      background-color: #666; }
    #login-box form .button_div label {
      display: inline-block;
      margin: 0 5px; }
    #login-box form .link-text {
      text-align: left; }
  #login-box .forgot-link {
    color: #fff; }

#login-box:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: #333333;
  opacity: 0; }

#login-box.fadein {
  opacity: 1;
  z-index: 99999;
  width: 100%;
  max-height: 785px;
  height: 100vh;
  padding: 0px 20px 0 20px;
  display: block;
  justify-content: center;
  align-items: center; }

#login-box.fadein:after {
  opacity: .95; }

.anchors {
  position: fixed;
  right: 4%;
  top: 49%;
  z-index: 1001; }
  .anchors ul {
    text-align: right;
    list-style: none; }
  .anchors .anchor {
    text-decoration: none;
    transition: .4s;
    display: inline-block;
    color: #eee; }
    .anchors .anchor .circle {
      height: 10px;
      width: 10px;
      display: inline-block;
      border: 1px solid #eee;
      border-radius: 5px; }
    .anchors .anchor .link {
      visibility: hidden;
      text-decoration: none;
      font-size: 12px;
      letter-spacing: 1px; }
  .anchors .anchor.active .circle {
    background-color: #eee;
    border: 1px solid #eee; }
  .anchors .anchor:hover .link {
    visibility: visible;
    margin-right: 5px; }
  @media screen and (max-width: 768px) {
    .anchors {
      right: 10px; } }
#current-results {
  margin: 0 0 20px 0; }
  #current-results form {
    padding: 0 0 40px 0;
    border-bottom: 1px solid #55b337; }
    #current-results form input[type="submit"] {
      background-color: #fff;
      color: #333638;
      border: 2px solid #333638;
      transition: all 0.3s; }
    #current-results form input[type="submit"]:hover {
      background-color: #333638;
      color: #fff;
      transition: all 0.3s; }
  #current-results .search-item {
    margin: 20px 0;
    border-bottom: 1px solid #55b337;
    padding: 20px 0;
    display: block;
    width: 100%; }
    #current-results .search-item .type {
      font-size: 13px;
      color: #b1b3b5;
      margin: 0;
      font-style: italic; }
    #current-results .search-item .title {
      color: #55b337;
      font-size: 20px; }
    #current-results .search-item .excerpt {
      font-size: 16px;
      line-height: 26px;
      font-family: "Open Sans", sans-serif; }
    #current-results .search-item .cta {
      margin: 20px 0; }
      #current-results .search-item .cta a.btn {
        display: inline-block;
        background-color: #fff;
        color: #333638;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        padding: 15px 45px;
        border: 2px solid #333638;
        text-decoration: none;
        transition: all 0.3s;
        font-weight: 400;
        letter-spacing: 1px; }
      #current-results .search-item .cta a.btn:hover {
        background-color: #333638;
        color: #FFFFFF;
        font-family: "Lato", sans-serif;
        transition: all 0.3s; }

.button_div {
  margin: 30px 0; }
  .button_div .buttons {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    background-color: #558d00 !important; }

#wpmem_reg legend, #wpmem_login legend {
  margin: 0 0 30px 0;
  font-size: 26px;
  font-family: "Open Sans", sans-serif; }

#wpmem_reg {
  margin: 30px 0 0 0; }

.page-register #wpmem_reg {
  margin: 0px 0 0 0; }

.page-login #wpmem_login {
  margin: 30px 0 0 0; }

.page-mr-image-guided-roar #section-1 .wrapper .inner, .page-mr-image-guided-roar #section-4 .wrapper .inner {
  max-width: 70%;
  margin: 0 auto; }

section#investor_nav {
  background-color: #558d00; }
  section#investor_nav .wrapper {
    margin: 0 auto;
    max-width: 1180px;
    box-sizing: content-box; }
    @media screen and (max-width: 640px) {
      section#investor_nav .wrapper {
        padding: 20px; } }
    section#investor_nav .wrapper h3 {
      color: #fff;
      font-size: 24px;
      font-weight: 400;
      padding-bottom: 23px;
      border-bottom: 1px solid #223800; }
    section#investor_nav .wrapper .links {
      display: flex;
      align-content: space-between;
      justify-content: flex-start; }
      section#investor_nav .wrapper .links ul {
        padding: 0;
        flex-basis: 25%;
        min-width: 25%; }
        section#investor_nav .wrapper .links ul li {
          color: #fff;
          font-size: 16px;
          font-family: "Open Sans", sans-serif;
          list-style: none;
          font-weight: 400;
          margin: 0 0 12px 0; }
          section#investor_nav .wrapper .links ul li a {
            color: #fff;
            font-size: 16px;
            text-decoration: none; }
    @media screen and (max-width: 880px) {
      section#investor_nav .wrapper .links {
        flex-wrap: wrap; }
        section#investor_nav .wrapper .links ul {
          flex-basis: 50%;
          min-width: 50%; } }
    @media screen and (max-width: 640px) {
      section#investor_nav .wrapper .links {
        display: block; } }
.nirtable {
  font-family: "Open Sans", sans-serif; }
  .nirtable th {
    color: #999;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #666666;
    padding: 15px 25px; }
  .nirtable td {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    border-bottom: 1px solid #666666;
    padding: 25px; }
    .nirtable td .field--name-field-nir-news-date {
      font-weight: 600; }
    .nirtable td .file-link {
      margin: 10px 0; }
      .nirtable td .file-link a {
        font-weight: 600; }
      .nirtable td .file-link i {
        margin: 0 10px 0 0; }

.nirtable.historical-lookup th {
  font-size: 18px;
  color: #444444;
  padding: 3px 10px;
  font-weight: 600;
  border: none; }

.nirtable.historical-lookup td {
  font-size: 18px;
  color: #444444;
  padding: 3px 10px;
  border: none; }

.wsh-dataTable.wsh-analysts.nirtable th {
  font-size: 18px;
  color: #444444;
  padding: 3px 10px;
  font-weight: 600; }

.wsh-dataTable.wsh-analysts.nirtable td {
  font-size: 18px;
  color: #444444;
  padding: 3px 10px; }

section.page-content .wrapper h2.table-title {
  font-weight: 400;
  border-bottom: 1px solid #666666;
  color: #666;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0; }

section.page-content .wrapper .block--market-data-block__stock-quote h2 {
  color: #444444;
  font-size: 30px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 10px 0; }
  section.page-content .wrapper .block--market-data-block__stock-quote h2 i {
    float: right;
    display: inline-block; }

section.page-content .wrapper .dataTable {
  font-family: "Open Sans", sans-serif; }
  section.page-content .wrapper .dataTable th, section.page-content .wrapper .dataTable td {
    font-size: 16px;
    color: #444;
    border-bottom: 1px solid #666666;
    padding: 5px 0px; }
  section.page-content .wrapper .dataTable th {
    border-top: 1px solid #666666; }

section.page-content .wrapper .disclaimer {
  font-size: 10px; }

section.page-content .wrapper .block-content--nir-lp-block {
  margin: 50px 0 0 0; }
  section.page-content .wrapper .block-content--nir-lp-block .field--name-field-nir-lp-block-node h2 {
    color: #444444;
    font-size: 30px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666666; }
    section.page-content .wrapper .block-content--nir-lp-block .field--name-field-nir-lp-block-node h2 i {
      float: right;
      display: inline-block; }
  section.page-content .wrapper .block-content--nir-lp-block .field--name-field-nir-lp-block-node table {
    line-height: 30px; }
    section.page-content .wrapper .block-content--nir-lp-block .field--name-field-nir-lp-block-node table td {
      padding: 5px 0px; }
    section.page-content .wrapper .block-content--nir-lp-block .field--name-field-nir-lp-block-node table .ccbnBgTtlLeft {
      border-bottom: 1px solid #666666;
      padding: 5px 5px; }
    section.page-content .wrapper .block-content--nir-lp-block .field--name-field-nir-lp-block-node table span {
      color: #444444;
      font-size: 30px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      margin: 0 0 0px 0;
      float: left; }
    section.page-content .wrapper .block-content--nir-lp-block .field--name-field-nir-lp-block-node table .ccbnTtl {
      margin: 0 0 10px 0; }
    section.page-content .wrapper .block-content--nir-lp-block .field--name-field-nir-lp-block-node table i {
      float: right;
      display: inline-block;
      font-size: 30px; }
    section.page-content .wrapper .block-content--nir-lp-block .field--name-field-nir-lp-block-node table span.desc {
      font-size: 16px; }

section.page-content .wrapper .block--market-data-block__stock-quote .quote-wrap table {
  line-height: 30px; }
  section.page-content .wrapper .block--market-data-block__stock-quote .quote-wrap table td {
    padding: 5px 0px;
    border-bottom: 1px solid #666666; }
  section.page-content .wrapper .block--market-data-block__stock-quote .quote-wrap table .ccbnBgTtlLeft {
    border-bottom: 1px solid #666666;
    padding: 5px 5px; }
  section.page-content .wrapper .block--market-data-block__stock-quote .quote-wrap table span {
    color: #444444;
    font-size: 20px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 0px 0;
    float: left; }
  section.page-content .wrapper .block--market-data-block__stock-quote .quote-wrap table .ccbnTtl {
    margin: 0 0 10px 0; }
  section.page-content .wrapper .block--market-data-block__stock-quote .quote-wrap table i {
    float: right;
    display: inline-block;
    font-size: 20px; }
  section.page-content .wrapper .block--market-data-block__stock-quote .quote-wrap table span.desc {
    font-size: 20px; }
  section.page-content .wrapper .block--market-data-block__stock-quote .quote-wrap table .price-up {
    color: #55b337; }

section.page-content .wrapper .block--market-data-block__stock-quote .quote-wrap table.tblLabel td span, section.page-content .wrapper .block--market-data-block__stock-quote .quote-wrap table.tblLabel td span.ccbnTblTtl {
  font-weight: 600; }

section.page-content .wrapper .block-views-blockwidget-sec-filings-table .nirtable {
  font-family: "Open Sans", sans-serif;
  margin: 50px 0; }
  section.page-content .wrapper .block-views-blockwidget-sec-filings-table .nirtable th {
    color: #999;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #666666;
    padding: 5px 5px;
    white-space: nowrap; }
  section.page-content .wrapper .block-views-blockwidget-sec-filings-table .nirtable td {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    border-bottom: 1px solid #666666;
    padding: 5px 5px; }
    section.page-content .wrapper .block-views-blockwidget-sec-filings-table .nirtable td p {
      font-size: 20px;
      line-height: 30px;
      font-weight: 400;
      margin: 0; }
    section.page-content .wrapper .block-views-blockwidget-sec-filings-table .nirtable td .field--name-field-nir-news-date {
      font-weight: 600; }
    section.page-content .wrapper .block-views-blockwidget-sec-filings-table .nirtable td .file-link {
      margin: 10px 0;
      display: inline-block; }
      section.page-content .wrapper .block-views-blockwidget-sec-filings-table .nirtable td .file-link a {
        font-weight: 600; }
      section.page-content .wrapper .block-views-blockwidget-sec-filings-table .nirtable td .file-link i {
        margin: 0 10px 0 0; }
    section.page-content .wrapper .block-views-blockwidget-sec-filings-table .nirtable td .datetime {
      font-weight: 600; }

section.page-content .wrapper .block-views-blockwidget-assets-widget-assets-table .nirtable {
  font-family: "Open Sans", sans-serif;
  margin: 50px 0;
  width: 100%; }
  section.page-content .wrapper .block-views-blockwidget-assets-widget-assets-table .nirtable th {
    color: #444444;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #666666;
    padding: 5px 5px;
    white-space: nowrap; }
  section.page-content .wrapper .block-views-blockwidget-assets-widget-assets-table .nirtable td {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    border-bottom: 1px solid #666666;
    padding: 0px 5px; }
    section.page-content .wrapper .block-views-blockwidget-assets-widget-assets-table .nirtable td p {
      font-size: 20px;
      line-height: 30px;
      font-weight: 400;
      margin: 0; }
    section.page-content .wrapper .block-views-blockwidget-assets-widget-assets-table .nirtable td .field--name-field-nir-news-date {
      font-weight: 600; }
    section.page-content .wrapper .block-views-blockwidget-assets-widget-assets-table .nirtable td .file-link {
      margin: 10px 0;
      display: inline-block; }
      section.page-content .wrapper .block-views-blockwidget-assets-widget-assets-table .nirtable td .file-link a {
        font-weight: 600; }
      section.page-content .wrapper .block-views-blockwidget-assets-widget-assets-table .nirtable td .file-link i {
        margin: 0 10px 0 0; }
    section.page-content .wrapper .block-views-blockwidget-assets-widget-assets-table .nirtable td .datetime {
      font-weight: 600; }
    section.page-content .wrapper .block-views-blockwidget-assets-widget-assets-table .nirtable td ul {
      margin: 0;
      padding: 0; }
    section.page-content .wrapper .block-views-blockwidget-assets-widget-assets-table .nirtable td li {
      list-style: none; }
    section.page-content .wrapper .block-views-blockwidget-assets-widget-assets-table .nirtable td .file-link {
      width: 100%;
      display: block; }
      section.page-content .wrapper .block-views-blockwidget-assets-widget-assets-table .nirtable td .file-link a {
        display: block;
        position: relative;
        width: 100%;
        padding-right: 30px;
        font-size: 20px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400; }
      section.page-content .wrapper .block-views-blockwidget-assets-widget-assets-table .nirtable td .file-link a:after {
        position: absolute;
        right: 0;
        font-family: "FontAwesome";
        content: '\f019';
        top: 0;
        font-size: 20px; }
  section.page-content .wrapper .block-views-blockwidget-assets-widget-assets-table .nirtable .field__label {
    display: none; }

section.page-content .wrapper .block-views-blockwidget-people-widget-assets-ul .item-list ul {
  list-style: none;
  padding: 0; }
  section.page-content .wrapper .block-views-blockwidget-people-widget-assets-ul .item-list ul li {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #666;
    margin: 0 0 40px 0; }
    section.page-content .wrapper .block-views-blockwidget-people-widget-assets-ul .item-list ul li h3.full-name {
      border: none;
      padding: 0;
      margin: 0;
      line-height: 26px;
      font-size: 20px;
      font-weight: 600; }
    section.page-content .wrapper .block-views-blockwidget-people-widget-assets-ul .item-list ul li .field--name-field-nir-person-title {
      font-style: italic;
      font-size: 20px;
      line-height: 30px; }
    section.page-content .wrapper .block-views-blockwidget-people-widget-assets-ul .item-list ul li .field--name-field-nir-person-bio {
      font-size: 20px;
      line-height: 30px; }
    section.page-content .wrapper .block-views-blockwidget-people-widget-assets-ul .item-list ul li .read-more-bio {
      margin: 20px 0 0 0;
      display: block; }
    section.page-content .wrapper .block-views-blockwidget-people-widget-assets-ul .item-list ul li .more {
      max-height: 0px;
      overflow: hidden;
      transform: all .3s; }
    section.page-content .wrapper .block-views-blockwidget-people-widget-assets-ul .item-list ul li .more.open {
      max-height: 2000px;
      overflow: hidden;
      transform: all .3s; }
    section.page-content .wrapper .block-views-blockwidget-people-widget-assets-ul .item-list ul li .lesstext {
      display: none; }
    section.page-content .wrapper .block-views-blockwidget-people-widget-assets-ul .item-list ul li .lesstext.show {
      display: inline-block; }
    section.page-content .wrapper .block-views-blockwidget-people-widget-assets-ul .item-list ul li .moretext.hide {
      display: none; }
    section.page-content .wrapper .block-views-blockwidget-people-widget-assets-ul .item-list ul li .fa-angle-up {
      display: none; }
    section.page-content .wrapper .block-views-blockwidget-people-widget-assets-ul .item-list ul li .fa-angle-up.show {
      display: inline-block; }
    section.page-content .wrapper .block-views-blockwidget-people-widget-assets-ul .item-list ul li .fa-angle-down.hide {
      display: none; }

section.page-content .wrapper .block-content--nir-faq .question {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif; }

section.page-content .wrapper .block-content--nir-faq .answer {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #666; }

section.page-content .wrapper .block-content--nir-faq .more {
  max-height: 0px;
  overflow: hidden;
  transform: all .3s;
  display: block; }

section.page-content .wrapper .block-content--nir-faq .more.open {
  max-height: 2000px;
  overflow: visible;
  transform: all .3s; }

section.page-content .wrapper .block-content--nir-faq .lesstext {
  display: none; }

section.page-content .wrapper .block-content--nir-faq .lesstext.show {
  display: inline-block; }

section.page-content .wrapper .block-content--nir-faq .moretext.hide {
  display: none; }

section.page-content .wrapper .block-content--nir-faq .fa-angle-up {
  display: none; }

section.page-content .wrapper .block-content--nir-faq .fa-angle-up.show {
  display: inline-block; }

section.page-content .wrapper .block-content--nir-faq .fa-angle-down.hide {
  display: none; }

section.page-content .wrapper .block-content--nir-faq ul {
  padding: 0 0 0 25px; }
  section.page-content .wrapper .block-content--nir-faq ul li {
    font-size: 20px;
    line-height: 30px;
    list-style: disc; }

section.page-content .wrapper .block--widget-committee-composition .nirtable th {
  font-size: 20px;
  vertical-align: bottom; }

section.page-content .wrapper .block--widget-committee-composition .nirtable th, section.page-content .wrapper .block--widget-committee-composition .nirtable td {
  padding: 5px;
  text-align: center; }

section.page-content .wrapper .block--widget-committee-composition .nirtable td:first-child {
  white-space: nowrap;
  font-weight: 600;
  text-align: left; }

section.page-content .wrapper .block--widget-committee-composition .nirtable .mobile-show {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

section.page-content .wrapper .block--widget-committee-composition .nirtable a {
  color: #444; }

section.page-content .wrapper .block--widget-committee-composition .nirtable .ndqicon__member {
  color: #55b337; }

section.page-content .wrapper .block--widget-committee-composition .nirtable .ndqicon__chairperson {
  color: #55b337; }

section.page-content .wrapper .block--widget-committee-composition .nirtable .fa {
  color: #55b337; }

section.page-content .wrapper .block--widget-committee-composition .fa {
  color: #55b337; }

section.page-content .wrapper #contact-message-nir-contact-us-form label {
  color: #444;
  font-size: 20px; }

section.page-content .wrapper #contact-message-nir-contact-us-form .g-recaptcha {
  margin: 40px 0; }

section.page-content .wrapper .toggle-links a {
  color: #bbbbbb;
  font-size: 24px;
  margin: 0 50px 0 0; }

section.page-content .wrapper .toggle-links a.active {
  color: #444; }

section.page-content .wrapper .label-wrap {
  border-bottom: 1px solid #666666;
  padding: 0 0 20px 0;
  margin: 60px 0 0 0; }
  section.page-content .wrapper .label-wrap .float-selector {
    float: right;
    display: inline-block; }
  section.page-content .wrapper .label-wrap h1.floatleft {
    float: left;
    display: inline-block;
    line-height: 36px; }

section.page-content .wrapper .label-wrap:after {
  content: "";
  display: table;
  clear: both; }

section.page-content .wrapper .year {
  color: #55b337;
  font-weight: 600;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  margin: 25px 0; }

section.page-content .wrapper .columns .left .event {
  margin: 0 0 45px 0; }
  section.page-content .wrapper .columns .left .event p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 30px; }
  section.page-content .wrapper .columns .left .event .title {
    border: none; }
    section.page-content .wrapper .columns .left .event .title a {
      color: #55b337;
      font-weight: 600; }
  section.page-content .wrapper .columns .left .event .location {
    border-top: none;
    font-style: italic;
    padding: 0; }

section.page-content .wrapper .columns .left iframe {
  max-width: 100%; }

section.page-content .wrapper .columns .left .historical-price-lookup-form .form-item, section.page-content .wrapper .columns .left .stock-price-calculator-form .form-item {
  float: left;
  display: inline-block;
  margin-right: 20px;
  position: relative; }

section.page-content .wrapper .columns .left .table-title {
  clear: both; }

section.page-content .wrapper .columns .left .block--attribution-block__stock-info-attribution__thomson-reuters,
section.page-content .wrapper .columns .left .block--attribution-block__historical-price-lookup-disclaimer__nasdaq {
  margin: 0;
  padding: 0; }
  section.page-content .wrapper .columns .left .block--attribution-block__stock-info-attribution__thomson-reuters p,
  section.page-content .wrapper .columns .left .block--attribution-block__historical-price-lookup-disclaimer__nasdaq p {
    font-size: 10px;
    line-height: 15px;
    color: #999;
    margin: 0 0 10px 0; }

section.page-content .wrapper .columns .left .js-form-item label {
  color: #999;
  font-size: 24px; }

section.page-content .wrapper .columns .left #historical-lookup-form {
  margin-bottom: 30px; }
  section.page-content .wrapper .columns .left #historical-lookup-form input[type=submit] {
    float: right;
    display: inline-block; }

section.page-content .wrapper .columns .left #historical-lookup-form:after {
  content: "";
  display: table;
  clear: both; }

section.page-content .wrapper .visually-hidden {
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

section.page-content .wrapper .pager__items {
  margin-left: 0px;
  padding-left: 0px; }

section.page-content .wrapper .pager ul li {
  background: none !important;
  padding: 10px 0;
  border: 0;
  list-style: none;
  margin: 5px 5px; }

section.page-content .wrapper .pager li {
  display: inline;
  font-size: 20px; }
  section.page-content .wrapper .pager li a {
    color: #666; }

#gridlocations {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #gridlocations .gutter-sizer {
    width: 2%; }
  #gridlocations .grid-location {
    width: 32%;
    display: block;
    margin: 0 0 30px 0;
    background-color: #eeeeee;
    height: 480px; }
    #gridlocations .grid-location div.img {
      width: 100%;
      display: block;
      position: relative;
      height: 210px;
      overflow: hidden; }
      #gridlocations .grid-location div.img img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0; }
    #gridlocations .grid-location div.text {
      width: 100%;
      display: inline-block;
      padding: 20px 24px;
      background-color: #eeeeee; }
      #gridlocations .grid-location div.text h3, #gridlocations .grid-location div.text p {
        font-size: 15px;
        line-height: 25px;
        margin: 0;
        border: none; }
      #gridlocations .grid-location div.text h3 {
        color: #444;
        font-weight: 600; }
      #gridlocations .grid-location div.text a, #gridlocations .grid-location div.text p {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto; }
  @media screen and (max-width: 1045px) {
    #gridlocations .grid-location div.img {
      height: 180px; } }
  @media screen and (max-width: 768px) {
    #gridlocations .grid-location {
      width: 100%;
      height: auto; }
    #gridlocations .gutter-sizer {
      width: 0%; } }
  @media screen and (max-width: 640px) {
    #gridlocations .grid-location div.img {
      float: none;
      display: block;
      width: auto;
      margin: 20px 24px 0 24px; }
    #gridlocations .grid-location div.text {
      width: 100%;
      display: block; } }
#location-svg {
  margin: 20px 0; }
  #location-svg .pin.hide {
    display: none; }
  #location-svg .map path {
    fill: #558d00; }
  #location-svg .map.hide path {
    fill: #B3B3B3; }

#grid-filter {
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 0px 0 15px 0;
  margin: 30px 0 0 0; }
  #grid-filter h3 {
    display: inline-block;
    border: none;
    margin: 0;
    line-height: 36px; }
  #grid-filter div {
    float: right;
    display: inline-block; }
    #grid-filter div h4 {
      display: inline-block;
      font-size: 15px;
      font-weight: 300;
      margin: 0; }
    #grid-filter div ul {
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style: none; }
      #grid-filter div ul li {
        display: inline-block;
        font-size: 15px;
        text-align: center;
        padding: 5px 10px;
        background-color: #cccccc;
        font-weight: 600;
        text-transform: uppercase;
        cursor: pointer; }
      #grid-filter div ul li.is-checked {
        background-color: #558d00;
        color: #fff; }
  @media screen and (max-width: 800px) {
    #grid-filter h3 {
      display: block;
      margin: 0 0 20px 0; }
    #grid-filter div {
      float: none;
      display: block; } }
.page-template-page-toolkit-login {
  font-family: "Open Sans", sans-serif;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #65696d;
  background-image: url(../img/lp-bg.jpg); }
  .page-template-page-toolkit-login #mg-header {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto; }
    .page-template-page-toolkit-login #mg-header img {
      max-width: 430px; }
    .page-template-page-toolkit-login #mg-header p {
      font-size: 36px;
      line-height: 44px;
      color: #fff; }
    .page-template-page-toolkit-login #mg-header p:nth-of-type(2) {
      position: relative;
      top: 3px; }
    @media screen and (max-width: 1240px) {
      .page-template-page-toolkit-login #mg-header {
        padding: 0 20px;
        box-sizing: border-box; }
        .page-template-page-toolkit-login #mg-header p {
          font-size: 22px;
          line-height: 28px; } }
    @media screen and (max-width: 900px) {
      .page-template-page-toolkit-login #mg-header p {
        display: none; } }
  .page-template-page-toolkit-login section#mg-login-box .wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    box-sizing: border-box; }
    .page-template-page-toolkit-login section#mg-login-box .wrapper #wpmem_reg {
      margin: 0; }
    .page-template-page-toolkit-login section#mg-login-box .wrapper div.left, .page-template-page-toolkit-login section#mg-login-box .wrapper div.right {
      flex-basis: 50%;
      min-width: 50%;
      box-sizing: border-box; }
      .page-template-page-toolkit-login section#mg-login-box .wrapper div.left a, .page-template-page-toolkit-login section#mg-login-box .wrapper div.right a {
        color: #fff; }
    .page-template-page-toolkit-login section#mg-login-box .wrapper div.left {
      position: relative;
      padding-right: 100px;
      min-height: 630px; }
      .page-template-page-toolkit-login section#mg-login-box .wrapper div.left p {
        font-size: 24px;
        line-height: 38px;
        margin: 0 0 20px 0; }
      .page-template-page-toolkit-login section#mg-login-box .wrapper div.left p.bottom {
        position: absolute;
        bottom: 20px;
        left: 0;
        font-size: 12px;
        line-height: 16px;
        max-width: 80%;
        color: #999; }
      @media screen and (max-width: 900px) {
        .page-template-page-toolkit-login section#mg-login-box .wrapper div.left {
          min-height: 10px; }
          .page-template-page-toolkit-login section#mg-login-box .wrapper div.left p.bottom {
            position: relative;
            bottom: 0;
            max-width: 100%; } }
    .page-template-page-toolkit-login section#mg-login-box .wrapper div.right {
      padding-top: 10px; }
      .page-template-page-toolkit-login section#mg-login-box .wrapper div.right fieldset {
        padding: 0; }
        .page-template-page-toolkit-login section#mg-login-box .wrapper div.right fieldset legend {
          display: none; }
      .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form div.row, .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form div.div_text {
        position: relative;
        padding: 10px 0; }
        .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form div.row .bts, .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form div.div_text .bts {
          position: absolute;
          right: 0;
          top: 19px;
          color: #55b337;
          font-size: 30px;
          display: none; }
      .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form input[type="email"], .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form input[type="text"], .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form input[type="password"] {
        background-color: #fff;
        border: none;
        border-radius: 3px;
        padding: 14px 10px;
        color: #888888;
        font-size: 20px;
        display: block;
        width: calc(100% - 80px); }
      .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form input[type="submit"] {
        background-color: #558d00;
        color: #fff;
        border: 2px solid #fff;
        transition: all 0.3s;
        padding: 14px 20px 12px 20px;
        font-size: 20px;
        font-weight: 600;
        border-radius: 2px;
        cursor: pointer;
        margin: 20px 0; }
      .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form input[type="submit"]:hover {
        background-color: #444;
        color: #fff;
        border: 2px solid #444;
        transition: all 0.3s; }
      .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form input.success ~ .bts {
        display: inline-block !important; }
      .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form label.error {
        color: #558d00;
        position: relative;
        top: 5px;
        left: 0; }
      .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form div.ack, .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form div.div_checkbox {
        display: flex;
        justify-content: space-between;
        width: calc(100% - 90px);
        align-items: flex-start;
        margin: 0 0 10px 0; }
        .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form div.ack input, .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form div.div_checkbox input {
          position: relative;
          top: 3px;
          margin: 0 20px; }
        .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form div.ack p, .page-template-page-toolkit-login section#mg-login-box .wrapper div.right form div.div_checkbox p {
          margin: 0; }
      .page-template-page-toolkit-login section#mg-login-box .wrapper div.right div.links {
        display: flex;
        justify-content: space-between; }
        .page-template-page-toolkit-login section#mg-login-box .wrapper div.right div.links p {
          margin: 20px 0 0 0; }
    @media screen and (max-width: 900px) {
      .page-template-page-toolkit-login section#mg-login-box .wrapper {
        display: block; }
        .page-template-page-toolkit-login section#mg-login-box .wrapper div.left, .page-template-page-toolkit-login section#mg-login-box .wrapper div.right {
          width: 100%; } }
  .page-template-page-toolkit-login section.grey-box .wrapper {
    background-color: #545657;
    padding: 55px; }
    .page-template-page-toolkit-login section.grey-box .wrapper div {
      color: #fff; }
    @media screen and (max-width: 1240px) {
      .page-template-page-toolkit-login section.grey-box .wrapper {
        padding: 30px; } }
section.page-content.mg {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
  section.page-content.mg .wrapper {
    padding-bottom: 0; }
    section.page-content.mg .wrapper .marketing-guide-content h1 {
      margin: 70px 0 0 0;
      color: #444444;
      font-weight: 700;
      border: none;
      font-size: 30px;
      line-height: 40px; }
    section.page-content.mg .wrapper .marketing-guide-content h2 {
      font-size: 28px;
      line-height: 44px;
      color: #444444;
      font-weight: 400;
      margin: 0 0 40px 0; }
      section.page-content.mg .wrapper .marketing-guide-content h2 a {
        color: #55b337;
        text-decoration: none; }
      section.page-content.mg .wrapper .marketing-guide-content h2 a:hover {
        text-decoration: underline; }
    @media screen and (max-width: 900px) {
      section.page-content.mg .wrapper .marketing-guide-content h2 {
        font-size: 20px;
        line-height: 26px; } }
    section.page-content.mg .wrapper .marketing-guide-content #mg-tabs {
      display: flex;
      justify-content: space-between; }
      section.page-content.mg .wrapper .marketing-guide-content #mg-tabs .mg-tab {
        flex-basis: 32%;
        min-width: 32%;
        position: relative; }
        section.page-content.mg .wrapper .marketing-guide-content #mg-tabs .mg-tab a {
          display: block;
          width: 100%;
          height: 100%;
          padding: 20px;
          font-size: 32px;
          color: #444;
          opacity: .5;
          box-sizing: border-box; }
      section.page-content.mg .wrapper .marketing-guide-content #mg-tabs .mg-tab.active a {
        color: #55b337;
        opacity: 1; }
      section.page-content.mg .wrapper .marketing-guide-content #mg-tabs .mg-tab:after {
        background-color: #fff;
        opacity: .5;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: -1; }
      section.page-content.mg .wrapper .marketing-guide-content #mg-tabs .mg-tab.active:after {
        opacity: 1; }
      section.page-content.mg .wrapper .marketing-guide-content #mg-tabs #tab3 span.show-mobile {
        display: none; }
      @media screen and (max-width: 900px) {
        section.page-content.mg .wrapper .marketing-guide-content #mg-tabs .mg-tab a {
          font-size: 16px;
          padding: 10px; }
        section.page-content.mg .wrapper .marketing-guide-content #mg-tabs #tab3 span {
          display: none; }
        section.page-content.mg .wrapper .marketing-guide-content #mg-tabs #tab3 span.show-mobile {
          display: inline-block; } }
    section.page-content.mg .wrapper .mg-assets {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-content: flex-start;
      max-height: 0;
      overflow: hidden; }
      section.page-content.mg .wrapper .mg-assets .mg-asset {
        flex-basis: 32%;
        min-width: 32%;
        position: relative;
        margin: 0 0 90px 0; }
        section.page-content.mg .wrapper .mg-assets .mg-asset .thumb-wrap {
          height: 100%;
          background-color: #eeeeee;
          width: 100%;
          padding: 30px;
          text-align: center;
          position: relative;
          box-sizing: border-box;
          transition: all .3s ease;
          margin: 0 0 20px 0; }
          section.page-content.mg .wrapper .mg-assets .mg-asset .thumb-wrap img {
            width: 100%;
            position: relative;
            top: 50%;
            transform: translateY(-50%); }
          section.page-content.mg .wrapper .mg-assets .mg-asset .thumb-wrap a {
            position: absolute;
            margin: auto;
            top: 50%;
            right: 50%;
            transform: translate(50%, -50%);
            display: block;
            opacity: 0;
            height: 40px;
            background-color: #558d00;
            color: #fff;
            font-weight: 400;
            text-align: center;
            padding: 0px 20px 5px 20px;
            transition: all .3s ease;
            line-height: 35px;
            text-transform: uppercase;
            border: 2px solid #fff;
            border-radius: 1px;
            letter-spacing: 1px; }
        section.page-content.mg .wrapper .mg-assets .mg-asset .thumb-wrap:hover {
          transition: all .3s ease;
          background-color: #dedede; }
          section.page-content.mg .wrapper .mg-assets .mg-asset .thumb-wrap:hover a {
            opacity: 1;
            transition: all .3s ease; }
        section.page-content.mg .wrapper .mg-assets .mg-asset a.download {
          display: block;
          position: relative;
          padding-left: 50px;
          line-height: 24px; }
          section.page-content.mg .wrapper .mg-assets .mg-asset a.download .bts {
            margin: 0 20px 0 10px;
            color: #55b337;
            font-size: 20px;
            position: absolute;
            top: 0px;
            left: 0px; }
        @media screen and (max-width: 900px) {
          section.page-content.mg .wrapper .mg-assets .mg-asset {
            flex-basis: 49%;
            min-width: 49%; } }
        @media screen and (max-width: 640px) {
          section.page-content.mg .wrapper .mg-assets .mg-asset {
            flex-basis: 100%;
            min-width: 100%; } }
        section.page-content.mg .wrapper .mg-assets .mg-asset .modal {
          display: none; }
      @media screen and (max-width: 900px) {
        section.page-content.mg .wrapper .mg-assets .mg-asset.empty {
          display: none; } }
    section.page-content.mg .wrapper .mg-assets.active {
      max-height: 200000px;
      margin: 0 0 50px 0; }

.fancybox-content {
  padding: 50px !important; }

.fancybox-content.modal {
  display: none; }
  .fancybox-content.modal .title {
    font-size: 16px;
    color: #55b337;
    font-weight: 600;
    position: relative;
    top: -25px; }
  .fancybox-content.modal .thumb img {
    max-width: 100%;
    -webkit-box-shadow: 3px 6px 25px -2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 6px 25px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 6px 25px -2px rgba(0, 0, 0, 0.15); }
  .fancybox-content.modal .cta {
    margin: 30px 0 0 0;
    border-top: 1px solid #444;
    padding: 20px 0 0 0; }
    .fancybox-content.modal .cta p {
      font-size: 16px;
      line-height: 24px;
      display: inline-block;
      max-width: 75%;
      margin: 0;
      color: #444; }
      .fancybox-content.modal .cta p span.title {
        font-weight: 600;
        display: block;
        top: 0;
        color: #444; }
      .fancybox-content.modal .cta p span.type {
        display: block; }
    .fancybox-content.modal .cta .btn {
      background-color: #55b337;
      float: right;
      display: inline-block; }
  .fancybox-content.modal button {
    right: 10px;
    top: 10px; }

.div_checkbox, #product_2 {
  margin-bottom: 30px; }

section.page-content .wrapper .ind_image_and_link {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #b1b3b5; }
  @media screen and (max-width: 640px) {
    section.page-content .wrapper .ind_image_and_link {
      flex-wrap: wrap;
      border-bottom: 0px solid #b1b3b5; } }
  section.page-content .wrapper .ind_image_and_link .item {
    flex-basis: 31%;
    min-width: 31%; }
    @media screen and (max-width: 640px) {
      section.page-content .wrapper .ind_image_and_link .item {
        flex-basis: 100%;
        min-width: 100%;
        margin: 0 0 30px 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #b1b3b5; } }
    section.page-content .wrapper .ind_image_and_link .item img {
      max-width: 100%;
      margin: 0 0 10px 0; }
    section.page-content .wrapper .ind_image_and_link .item p {
      font-size: 14px;
      line-height: 18px; }
    section.page-content .wrapper .ind_image_and_link .item a {
      font-size: 14px;
      line-height: 18px; }

section.page-content .wrapper .single_html, section.page-content .wrapper .key_image {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #b1b3b5; }

section.page-content .wrapper .key_image {
  text-align: center; }
  section.page-content .wrapper .key_image h2 {
    margin: 0 0 20px 0; }
  section.page-content .wrapper .key_image img {
    margin: 20px 0 40px 0; }

section.page-content .wrapper .two_cols {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #b1b3b5; }
  section.page-content .wrapper .two_cols img {
    height: auto; }
  section.page-content .wrapper .two_cols .left {
    flex-basis: 48%;
    min-width: 48%; }
  section.page-content .wrapper .two_cols .right {
    flex-basis: 48%;
    min-width: 48%; }
  @media screen and (max-width: 640px) {
    section.page-content .wrapper .two_cols {
      flex-wrap: wrap; }
      section.page-content .wrapper .two_cols .left, section.page-content .wrapper .two_cols .right {
        flex-basis: 100%;
        min-width: 100%; } }
.cancer_cards {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #b1b3b5;
  flex-wrap: wrap;
  max-width: 100%; }
  @media screen and (max-width: 640px) {
    .cancer_cards {
      flex-wrap: wrap;
      border-bottom: 0px solid #b1b3b5; } }
  .cancer_cards .cancer_card {
    flex-basis: 32%;
    min-width: 32%;
    margin: 30px 0; }
    @media screen and (max-width: 640px) {
      .cancer_cards .cancer_card {
        flex-basis: 100%;
        min-width: 100%;
        margin: 0 0 30px 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #b1b3b5; } }
    .cancer_cards .cancer_card img {
      max-width: 100%;
      margin: 0 0 10px 0;
      height: auto !important; }
    .cancer_cards .cancer_card h2 {
      font-size: 14px;
      line-height: 18px; }
    .cancer_cards .cancer_card a {
      font-size: 22px;
      line-height: 26px; }

.page-template-page-ind-cancer-type .mg-assets {
  border-bottom: 1px solid #b1b3b5; }

.page-template-page-ind-cancer-type section.page-content .wrapper .presentation-wrap {
  padding: 0px 0 40px 0; }

section.secondary-page-header .wrapper .inner h1 {
  margin: 55px 0 0 0; }

#filter-institution {
  max-width: 300px; }

.page-template-page-presentations section.page-content .wrapper .full, .page-template-page-presentations-by-type section.page-content .wrapper .full {
  position: relative; }

.page-template-page-presentations section.page-content .wrapper #vbts, .page-template-page-presentations-by-type section.page-content .wrapper #vbts {
  position: absolute;
  top: 110px;
  right: 0px;
  transition: all ease .3s;
  opacity: 0; }
  .page-template-page-presentations section.page-content .wrapper #vbts p, .page-template-page-presentations-by-type section.page-content .wrapper #vbts p {
    font-size: 14px;
    color: #333638;
    margin: 0;
    display: inline-block;
    font-size: 14px; }
  .page-template-page-presentations section.page-content .wrapper #vbts select, .page-template-page-presentations-by-type section.page-content .wrapper #vbts select {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #333638;
    display: inline-block;
    margin: 0 0px 0 5px; }
  .page-template-page-presentations section.page-content .wrapper #vbts #filter_by_type, .page-template-page-presentations-by-type section.page-content .wrapper #vbts #filter_by_type {
    margin: 0 30px 0 5px; }
  .page-template-page-presentations section.page-content .wrapper #vbts #vbt, .page-template-page-presentations-by-type section.page-content .wrapper #vbts #vbt {
    display: none;
    line-height: 0px; }
  @media screen and (max-width: 768px) {
    .page-template-page-presentations section.page-content .wrapper #vbts, .page-template-page-presentations-by-type section.page-content .wrapper #vbts {
      position: relative;
      top: 0px !important;
      right: 0px;
      margin: 0 0 20px 0; }
      .page-template-page-presentations section.page-content .wrapper #vbts #vbt, .page-template-page-presentations-by-type section.page-content .wrapper #vbts #vbt {
        display: block;
        line-height: 30px; } }
.page-template-page-presentations section.page-content .wrapper #presentation-results, .page-template-page-presentations-by-type section.page-content .wrapper #presentation-results {
  opacity: 1;
  transition: all ease .5s;
  overflow: hidden; }
  .page-template-page-presentations section.page-content .wrapper #presentation-results .presentation-wrap .item.hide, .page-template-page-presentations-by-type section.page-content .wrapper #presentation-results .presentation-wrap .item.hide {
    display: none; }
  .page-template-page-presentations section.page-content .wrapper #presentation-results h3, .page-template-page-presentations-by-type section.page-content .wrapper #presentation-results h3 {
    line-height: 34px; }
  .page-template-page-presentations section.page-content .wrapper #presentation-results h3#catHeader, .page-template-page-presentations-by-type section.page-content .wrapper #presentation-results h3#catHeader {
    opacity: 0;
    height: 0;
    max-height: 0;
    margin: 0; }
  .page-template-page-presentations section.page-content .wrapper #presentation-results #return-link, .page-template-page-presentations-by-type section.page-content .wrapper #presentation-results #return-link {
    font-size: 14px; }

.page-template-page-presentations section.page-content .wrapper #presentation-results.moving, .page-template-page-presentations-by-type section.page-content .wrapper #presentation-results.moving {
  opacity: 0;
  transition: all ease .5s; }

.page-template-page-presentations section.page-content .wrapper #presentation-results.bytype h3.no-border.hide, .page-template-page-presentations-by-type section.page-content .wrapper #presentation-results.bytype h3.no-border.hide {
  display: none; }

.page-template-page-presentations section.page-content .wrapper #presentation-results.bytype h3#catHeader.show, .page-template-page-presentations-by-type section.page-content .wrapper #presentation-results.bytype h3#catHeader.show {
  opacity: 1;
  height: auto;
  max-height: 200px;
  margin: 20px 0; }

.page-template-page-presentations section.page-content .wrapper #presentation-results.bytype .presentation-wrap, .page-template-page-presentations-by-type section.page-content .wrapper #presentation-results.bytype .presentation-wrap {
  margin: 0;
  padding: 0;
  border: 0; }

#pb-wrap {
  margin: 0 0 30px 0;
  display: block;
  width: 100%; }
  #pb-wrap p {
    text-align: center;
    margin: 0 0 5px 0;
    font-size: 14px; }
  #pb-wrap #progress-bar {
    width: 100%;
    height: 12px;
    border: 0px solid #333638;
    background-color: #eeeeee;
    display: block; }
    #pb-wrap #progress-bar #progress {
      height: 100%;
      width: 0;
      background-color: #558d00;
      display: block; }

#filteredByType.initial-hide {
  border-bottom: none !important; }

.accordion .trigger {
  position: relative;
  padding: 0 0px 0 0; }
  .accordion .trigger h3 {
    position: relative;
    padding: 0 20px 0 0;
    display: inline-block;
    cursor: pointer; }

.accordion .trigger h3:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '\2192'; }

.accordion .content {
  padding: 0;
  opacity: 0;
  height: 0px;
  max-height: 0px;
  overflow: hidden;
  transition: all .3s ease; }

.accordion.open .trigger h3:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '\2193'; }

.accordion.open .content {
  padding: 0px 0;
  opacity: 1;
  height: auto;
  max-height: 10000px;
  transition: all .3s ease; }

#mc_embed_signup {
  background: #fff;
  clear: left;
  color: #444;
  font-size: 20px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif; }
  #mc_embed_signup .mc-field-group br {
    display: none; }
  #mc_embed_signup #mc-embedded-subscribe-form input[type=checkbox], #mc_embed_signup #mc-embedded-subscribe-form input[type=radio] {
    display: inline;
    width: auto;
    margin-right: 10px; }
  #mc_embed_signup #mergeRow-gdpr {
    margin-top: 20px; }
  #mc_embed_signup #mergeRow-gdpr fieldset label {
    font-weight: normal; }
  #mc_embed_signup #mc-embedded-subscribe-form .mc_fieldset {
    border: none;
    min-height: 0px;
    padding-bottom: 0px; }
  #mc_embed_signup div#mce-responses {
    margin: 0; }
  #mc_embed_signup p {
    text-align: left; }

.wpgmp_iw_content {
  width: 100%; }

.fc-main {
  width: 100%; }

.wpgmp_infowindow {
  padding: 10px 10px 20px 10px !important;
  margin-top: 10px !important; }

.fc-main p {
  color: #fff !important; }
  .fc-main p a {
    color: #fff !important;
    text-decoration: underline !important; }

.fc-item-title {
  color: #fff !important; }
