@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i");
/*
	Apex by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100);

:root
{
  /*originally #0ba9eb;*/
  --mro-primary-color: #007680;

  /*originally rgba(11, 169, 235, 0.95); */
  --mro-primary-highlight-color: #008a95;

  /*originally #0a9edc; */
  --mro-primary-hover-color: #006b73;
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: none; }

mark {
  background-color: transparent;
  color: inherit; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none; }

/* Basic */
@-ms-viewport {
  width: device-width; }

body {
  -ms-overflow-style: scrollbar; }

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px; } }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #ffffff; }
  body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; }

/* Typography */
html {
  font-size: 13pt; }
  @media screen and (max-width: 1680px) {
    html {
      font-size: 11pt; } }
  @media screen and (max-width: 980px) {
    html {
      font-size: 12pt; } }
  @media screen and (max-width: 736px) {
    html {
      font-size: 10pt; } }

body {
  background-color: #ffffff;
  color: #171717; }

body, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.65; }

a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

strong, b {
  font-weight: 600; }

em, i {
  font-style: italic; }

p {
  margin: 0 0 2rem 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.5;
  margin: 0 0 1.5rem 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none; }

h1 {
  font-size: 3rem;
  line-height: 1.2; }

h2 {
  font-size: 1.75rem;
  line-height: 1.3; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.9rem; }

h6 {
  font-size: 0.7rem; }

@media screen and (max-width: 736px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.3; }
  h2 {
    font-size: 1.75rem;
    line-height: 1.5; }
  h3 {
    font-size: 1.5rem; } }

@media screen and (max-width: 480px) {
  h1 {
    font-size: 2rem;
    line-height: 1.3; }
  h2 {
    font-size: 1.5rem;
    line-height: 1.5; }
  h3 {
    font-size: 1.25rem; } }

sub {
  font-size: 0.8rem;
  position: relative;
  top: 0.5rem; }

sup {
  font-size: 0.8rem;
  position: relative;
  top: -0.5rem; }

blockquote {
  border-left: solid 0.5rem;
  font-style: italic;
  margin: 0 0 2rem 0;
  padding: 1rem 0 1rem 2rem; }

code {
  border-radius: 0;
  border: solid 1px;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0.25rem;
  padding: 0.25rem 0.65rem; }

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0 2rem 0; }
  pre code {
    display: block;
    line-height: 1.75;
    padding: 1rem 1.5rem;
    overflow-x: auto; }

hr {
  border: 0;
  border-bottom: solid 1px;
  margin: 2rem 0; }
  hr.major {
    margin: 4rem 0; }

input, select, textarea {
  color: #373737; }

a {
  color: var(--mro-primary-color);
}

strong, b {
  color: #373737; }

h1, h2, h3, h4, h5, h6 {
  color: #373737; }

blockquote {
  border-left-color: #e0e0e0; }

code {
  background: rgba(144, 144, 144, 0.075);
  border-color: #e0e0e0; }

hr {
  border-bottom-color: #e0e0e0; }

/* Inner */
.inner {
  margin: 0 auto;
  max-width: calc(100% - 10rem);
  width: 82rem; 
  }
  @media screen and (max-width: 1280px) {
    .inner {
      max-width: calc(100% - 6rem); } }
  @media screen and (max-width: 736px) {
    .inner {
      max-width: calc(100% - 3rem); } }

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch; }
  .row > * {
    box-sizing: border-box; }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0; }
  .row.aln-left {
    justify-content: flex-start; }
  .row.aln-center {
    justify-content: center; }
  .row.aln-right {
    justify-content: flex-end; }
  .row.aln-top {
    align-items: flex-start; }
  .row.aln-middle {
    align-items: center; }
  .row.aln-bottom {
    align-items: flex-end; }
  .row > .imp {
    order: -1; }
  .row > .col-1 {
    width: 8.33333%; }
  .row > .off-1 {
    margin-left: 8.33333%; }
  .row > .col-2 {
    width: 16.66667%; }
  .row > .off-2 {
    margin-left: 16.66667%; }
  .row > .col-3 {
    width: 25%; }
  .row > .off-3 {
    margin-left: 25%; }
  .row > .col-4 {
    width: 33.33333%; }
  .row > .off-4 {
    margin-left: 33.33333%; }
  .row > .col-5 {
    width: 41.66667%; }
  .row > .off-5 {
    margin-left: 41.66667%; }
  .row > .col-6 {
    width: 50%; }
  .row > .off-6 {
    margin-left: 50%; }
  .row > .col-7 {
    width: 58.33333%; }
  .row > .off-7 {
    margin-left: 58.33333%; }
  .row > .col-8 {
    width: 66.66667%; }
  .row > .off-8 {
    margin-left: 66.66667%; }
  .row > .col-9 {
    width: 75%; }
  .row > .off-9 {
    margin-left: 75%; }
  .row > .col-10 {
    width: 83.33333%; }
  .row > .off-10 {
    margin-left: 83.33333%; }
  .row > .col-11 {
    width: 91.66667%; }
  .row > .off-11 {
    margin-left: 91.66667%; }
  .row > .col-12 {
    width: 100%; }
  .row > .off-12 {
    margin-left: 100%; }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem; }
    .row.gtr-0 > * {
      padding: 0 0 0 0rem; }
    .row.gtr-0.gtr-uniform {
      margin-top: 0rem; }
      .row.gtr-0.gtr-uniform > * {
        padding-top: 0rem; }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.5rem; }
    .row.gtr-25 > * {
      padding: 0 0 0 0.5rem; }
    .row.gtr-25.gtr-uniform {
      margin-top: -0.5rem; }
      .row.gtr-25.gtr-uniform > * {
        padding-top: 0.5rem; }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1rem; }
    .row.gtr-50 > * {
      padding: 0 0 0 1rem; }
    .row.gtr-50.gtr-uniform {
      margin-top: -1rem; }
      .row.gtr-50.gtr-uniform > * {
        padding-top: 1rem; }
  .row {
    margin-top: 0;
    margin-left: -2rem; }
    .row > * {
      padding: 0 0 0 2rem; }
    .row.gtr-uniform {
      margin-top: -2rem; }
      .row.gtr-uniform > * {
        padding-top: 2rem; }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3rem; }
    .row.gtr-150 > * {
      padding: 0 0 0 3rem; }
    .row.gtr-150.gtr-uniform {
      margin-top: -3rem; }
      .row.gtr-150.gtr-uniform > * {
        padding-top: 3rem; }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4rem; }
    .row.gtr-200 > * {
      padding: 0 0 0 4rem; }
    .row.gtr-200.gtr-uniform {
      margin-top: -4rem; }
      .row.gtr-200.gtr-uniform > * {
        padding-top: 4rem; }
  @media screen and (max-width: 1680px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-xlarge {
        order: -1; }
      .row > .col-1-xlarge {
        width: 8.33333%; }
      .row > .off-1-xlarge {
        margin-left: 8.33333%; }
      .row > .col-2-xlarge {
        width: 16.66667%; }
      .row > .off-2-xlarge {
        margin-left: 16.66667%; }
      .row > .col-3-xlarge {
        width: 25%; }
      .row > .off-3-xlarge {
        margin-left: 25%; }
      .row > .col-4-xlarge {
        width: 33.33333%; }
      .row > .off-4-xlarge {
        margin-left: 33.33333%; }
      .row > .col-5-xlarge {
        width: 41.66667%; }
      .row > .off-5-xlarge {
        margin-left: 41.66667%; }
      .row > .col-6-xlarge {
        width: 50%; }
      .row > .off-6-xlarge {
        margin-left: 50%; }
      .row > .col-7-xlarge {
        width: 58.33333%; }
      .row > .off-7-xlarge {
        margin-left: 58.33333%; }
      .row > .col-8-xlarge {
        width: 66.66667%; }
      .row > .off-8-xlarge {
        margin-left: 66.66667%; }
      .row > .col-9-xlarge {
        width: 75%; }
      .row > .off-9-xlarge {
        margin-left: 75%; }
      .row > .col-10-xlarge {
        width: 83.33333%; }
      .row > .off-10-xlarge {
        margin-left: 83.33333%; }
      .row > .col-11-xlarge {
        width: 91.66667%; }
      .row > .off-11-xlarge {
        margin-left: 91.66667%; }
      .row > .col-12-xlarge {
        width: 100%; }
      .row > .off-12-xlarge {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem; }
        .row.gtr-0 > * {
          padding: 0 0 0 0rem; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0rem; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0rem; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.5rem; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.5rem; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.5rem; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.5rem; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -1rem; }
        .row.gtr-50 > * {
          padding: 0 0 0 1rem; }
        .row.gtr-50.gtr-uniform {
          margin-top: -1rem; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 1rem; }
      .row {
        margin-top: 0;
        margin-left: -2rem; }
        .row > * {
          padding: 0 0 0 2rem; }
        .row.gtr-uniform {
          margin-top: -2rem; }
          .row.gtr-uniform > * {
            padding-top: 2rem; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -3rem; }
        .row.gtr-150 > * {
          padding: 0 0 0 3rem; }
        .row.gtr-150.gtr-uniform {
          margin-top: -3rem; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 3rem; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -4rem; }
        .row.gtr-200 > * {
          padding: 0 0 0 4rem; }
        .row.gtr-200.gtr-uniform {
          margin-top: -4rem; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 4rem; } }
  @media screen and (max-width: 1280px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-large {
        order: -1; }
      .row > .col-1-large {
        width: 8.33333%; }
      .row > .off-1-large {
        margin-left: 8.33333%; }
      .row > .col-2-large {
        width: 16.66667%; }
      .row > .off-2-large {
        margin-left: 16.66667%; }
      .row > .col-3-large {
        width: 25%; }
      .row > .off-3-large {
        margin-left: 25%; }
      .row > .col-4-large {
        width: 33.33333%; }
      .row > .off-4-large {
        margin-left: 33.33333%; }
      .row > .col-5-large {
        width: 41.66667%; }
      .row > .off-5-large {
        margin-left: 41.66667%; }
      .row > .col-6-large {
        width: 50%; }
      .row > .off-6-large {
        margin-left: 50%; }
      .row > .col-7-large {
        width: 58.33333%; }
      .row > .off-7-large {
        margin-left: 58.33333%; }
      .row > .col-8-large {
        width: 66.66667%; }
      .row > .off-8-large {
        margin-left: 66.66667%; }
      .row > .col-9-large {
        width: 75%; }
      .row > .off-9-large {
        margin-left: 75%; }
      .row > .col-10-large {
        width: 83.33333%; }
      .row > .off-10-large {
        margin-left: 83.33333%; }
      .row > .col-11-large {
        width: 91.66667%; }
      .row > .off-11-large {
        margin-left: 91.66667%; }
      .row > .col-12-large {
        width: 100%; }
      .row > .off-12-large {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem; }
        .row.gtr-0 > * {
          padding: 0 0 0 0rem; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0rem; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0rem; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375rem; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375rem; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375rem; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375rem; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75rem; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75rem; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75rem; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75rem; }
      .row {
        margin-top: 0;
        margin-left: -1.5rem; }
        .row > * {
          padding: 0 0 0 1.5rem; }
        .row.gtr-uniform {
          margin-top: -1.5rem; }
          .row.gtr-uniform > * {
            padding-top: 1.5rem; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25rem; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25rem; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25rem; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25rem; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3rem; }
        .row.gtr-200 > * {
          padding: 0 0 0 3rem; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3rem; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3rem; } }
  @media screen and (max-width: 980px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-medium {
        order: -1; }
      .row > .col-1-medium {
        width: 8.33333%; }
      .row > .off-1-medium {
        margin-left: 8.33333%; }
      .row > .col-2-medium {
        width: 16.66667%; }
      .row > .off-2-medium {
        margin-left: 16.66667%; }
      .row > .col-3-medium {
        width: 25%; }
      .row > .off-3-medium {
        margin-left: 25%; }
      .row > .col-4-medium {
        width: 33.33333%; }
      .row > .off-4-medium {
        margin-left: 33.33333%; }
      .row > .col-5-medium {
        width: 41.66667%; }
      .row > .off-5-medium {
        margin-left: 41.66667%; }
      .row > .col-6-medium {
        width: 50%; }
      .row > .off-6-medium {
        margin-left: 50%; }
      .row > .col-7-medium {
        width: 58.33333%; }
      .row > .off-7-medium {
        margin-left: 58.33333%; }
      .row > .col-8-medium {
        width: 66.66667%; }
      .row > .off-8-medium {
        margin-left: 66.66667%; }
      .row > .col-9-medium {
        width: 75%; }
      .row > .off-9-medium {
        margin-left: 75%; }
      .row > .col-10-medium {
        width: 83.33333%; }
      .row > .off-10-medium {
        margin-left: 83.33333%; }
      .row > .col-11-medium {
        width: 91.66667%; }
      .row > .off-11-medium {
        margin-left: 91.66667%; }
      .row > .col-12-medium {
        width: 100%; }
      .row > .off-12-medium {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem; }
        .row.gtr-0 > * {
          padding: 0 0 0 0rem; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0rem; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0rem; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375rem; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375rem; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375rem; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375rem; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75rem; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75rem; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75rem; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75rem; }
      .row {
        margin-top: 0;
        margin-left: -1.5rem; }
        .row > * {
          padding: 0 0 0 1.5rem; }
        .row.gtr-uniform {
          margin-top: -1.5rem; }
          .row.gtr-uniform > * {
            padding-top: 1.5rem; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25rem; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25rem; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25rem; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25rem; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3rem; }
        .row.gtr-200 > * {
          padding: 0 0 0 3rem; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3rem; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3rem; } }
  @media screen and (max-width: 736px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-small {
        order: -1; }
      .row > .col-1-small {
        width: 8.33333%; }
      .row > .off-1-small {
        margin-left: 8.33333%; }
      .row > .col-2-small {
        width: 16.66667%; }
      .row > .off-2-small {
        margin-left: 16.66667%; }
      .row > .col-3-small {
        width: 25%; }
      .row > .off-3-small {
        margin-left: 25%; }
      .row > .col-4-small {
        width: 33.33333%; }
      .row > .off-4-small {
        margin-left: 33.33333%; }
      .row > .col-5-small {
        width: 41.66667%; }
      .row > .off-5-small {
        margin-left: 41.66667%; }
      .row > .col-6-small {
        width: 50%; }
      .row > .off-6-small {
        margin-left: 50%; }
      .row > .col-7-small {
        width: 58.33333%; }
      .row > .off-7-small {
        margin-left: 58.33333%; }
      .row > .col-8-small {
        width: 66.66667%; }
      .row > .off-8-small {
        margin-left: 66.66667%; }
      .row > .col-9-small {
        width: 75%; }
      .row > .off-9-small {
        margin-left: 75%; }
      .row > .col-10-small {
        width: 83.33333%; }
      .row > .off-10-small {
        margin-left: 83.33333%; }
      .row > .col-11-small {
        width: 91.66667%; }
      .row > .off-11-small {
        margin-left: 91.66667%; }
      .row > .col-12-small {
        width: 100%; }
      .row > .off-12-small {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem; }
        .row.gtr-0 > * {
          padding: 0 0 0 0rem; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0rem; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0rem; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.3125rem; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.3125rem; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.3125rem; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.3125rem; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.625rem; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.625rem; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.625rem; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.625rem; }
      .row {
        margin-top: 0;
        margin-left: -1.25rem; }
        .row > * {
          padding: 0 0 0 1.25rem; }
        .row.gtr-uniform {
          margin-top: -1.25rem; }
          .row.gtr-uniform > * {
            padding-top: 1.25rem; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -1.875rem; }
        .row.gtr-150 > * {
          padding: 0 0 0 1.875rem; }
        .row.gtr-150.gtr-uniform {
          margin-top: -1.875rem; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 1.875rem; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -2.5rem; }
        .row.gtr-200 > * {
          padding: 0 0 0 2.5rem; }
        .row.gtr-200.gtr-uniform {
          margin-top: -2.5rem; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 2.5rem; } }
  @media screen and (max-width: 480px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-xsmall {
        order: -1; }
      .row > .col-1-xsmall {
        width: 8.33333%; }
      .row > .off-1-xsmall {
        margin-left: 8.33333%; }
      .row > .col-2-xsmall {
        width: 16.66667%; }
      .row > .off-2-xsmall {
        margin-left: 16.66667%; }
      .row > .col-3-xsmall {
        width: 25%; }
      .row > .off-3-xsmall {
        margin-left: 25%; }
      .row > .col-4-xsmall {
        width: 33.33333%; }
      .row > .off-4-xsmall {
        margin-left: 33.33333%; }
      .row > .col-5-xsmall {
        width: 41.66667%; }
      .row > .off-5-xsmall {
        margin-left: 41.66667%; }
      .row > .col-6-xsmall {
        width: 50%; }
      .row > .off-6-xsmall {
        margin-left: 50%; }
      .row > .col-7-xsmall {
        width: 58.33333%; }
      .row > .off-7-xsmall {
        margin-left: 58.33333%; }
      .row > .col-8-xsmall {
        width: 66.66667%; }
      .row > .off-8-xsmall {
        margin-left: 66.66667%; }
      .row > .col-9-xsmall {
        width: 75%; }
      .row > .off-9-xsmall {
        margin-left: 75%; }
      .row > .col-10-xsmall {
        width: 83.33333%; }
      .row > .off-10-xsmall {
        margin-left: 83.33333%; }
      .row > .col-11-xsmall {
        width: 91.66667%; }
      .row > .off-11-xsmall {
        margin-left: 91.66667%; }
      .row > .col-12-xsmall {
        width: 100%; }
      .row > .off-12-xsmall {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem; }
        .row.gtr-0 > * {
          padding: 0 0 0 0rem; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0rem; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0rem; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.3125rem; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.3125rem; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.3125rem; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.3125rem; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.625rem; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.625rem; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.625rem; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.625rem; }
      .row {
        margin-top: 0;
        margin-left: -1.25rem; }
        .row > * {
          padding: 0 0 0 1.25rem; }
        .row.gtr-uniform {
          margin-top: -1.25rem; }
          .row.gtr-uniform > * {
            padding-top: 1.25rem; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -1.875rem; }
        .row.gtr-150 > * {
          padding: 0 0 0 1.875rem; }
        .row.gtr-150.gtr-uniform {
          margin-top: -1.875rem; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 1.875rem; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -2.5rem; }
        .row.gtr-200 > * {
          padding: 0 0 0 2.5rem; }
        .row.gtr-200.gtr-uniform {
          margin-top: -2.5rem; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 2.5rem; } }

/* Box */
.box {
  border: solid 1px;
  border-radius: 0;
  margin-bottom: 2rem;
  padding: 1.5rem; }
  .box > :last-child {
    margin-bottom: 0; }
  .box.alt {
    border: 0;
    border-radius: 0;
    padding: 0; }

.border.mro 
{
  border: solid 1px var(--mro-primary-color) !important; 
}

.border.ops {
  border: solid 1px #793698 !important; }

.grey-border {
  border: solid 1px #41494e !important; }

.box {
  border-color: #e0e0e0; }

/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  height: 3.25rem;
  line-height: 3.25rem;
  padding: 0 1.75rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap; }
  input[type="submit"].small,
  input[type="reset"].small,
  input[type="button"].small,
  button.small,
  .button.small {
    font-size: 0.8rem;
    height: 2.4375rem;
    line-height: 2.4375rem;
    padding: 0 1.25rem; }
  input[type="submit"].large,
  input[type="reset"].large,
  input[type="button"].large,
  button.large,
  .button.large {
    font-size: 1.35rem;
    height: 4.0625rem;
    line-height: 4.0625rem;
    padding: 0 2rem; }
  input[type="submit"].wide,
  input[type="reset"].wide,
  input[type="button"].wide,
  button.wide,
  .button.wide {
    min-width: 13rem; }
  input[type="submit"]:before,
  input[type="reset"]:before,
  input[type="button"]:before,
  button:before,
  .button:before {
    margin-right: 0.5rem; }
  input[type="submit"]:after,
  input[type="reset"]:after,
  input[type="button"]:after,
  button:after,
  .button:after {
    font-family: fontAwesome !important;
    content: "\f0da";
    padding-left: 1rem;
    float: right;
    padding-top: 1px; }
  input[type="submit"].without-arrow:after,
  input[type="reset"].without-arrow:after,
  input[type="button"].without-arrow:after,
  button.without-arrow:after,
  .button.without-arrow:after {
    content: none !important; }
  input[type="submit"].fit,
  input[type="reset"].fit,
  input[type="button"].fit,
  button.fit,
  .button.fit {
    width: 100%; }
  input[type="submit"].fixed-width,
  input[type="reset"].fixed-width,
  input[type="button"].fixed-width,
  button.fixed-width,
  .button.fixed-width {
    min-width: 200px; }
  input[type="submit"].disabled, input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  button.disabled,
  button:disabled,
  .button.disabled,
  .button:disabled {
    pointer-events: none;
    opacity: 0.5; }
  input[type="submit"].green,
  input[type="reset"].green,
  input[type="button"].green,
  button.green,
  .button.green {
	background-color: var(--mro-primary-color);
}
    input[type="submit"].green:hover,
    input[type="reset"].green:hover,
    input[type="button"].green:hover,
    button.green:hover,
    .button.green:hover {
	  background-color: var(--mro-primary-hover-color);
      box-shadow: none; 
	 }
      input[type="submit"].green:hover:active,
      input[type="reset"].green:hover:active,
      input[type="button"].green:hover:active,
      button.green:hover:active,
      .button.green:hover:active {
        background-color: #68a742; }
  input[type="submit"].grey,
  input[type="reset"].grey,
  input[type="button"].grey,
  button.grey,
  .button.grey {
    background-color: #41494e; }
    input[type="submit"].grey:hover,
    input[type="reset"].grey:hover,
    input[type="button"].grey:hover,
    button.grey:hover,
    .button.grey:hover {
      background-color: rgba(65, 73, 78, 0.875);
      box-shadow: none; }
      input[type="submit"].grey:hover:active,
      input[type="reset"].grey:hover:active,
      input[type="button"].grey:hover:active,
      button.grey:hover:active,
      .button.grey:hover:active {
        background-color: #353c40; }
  input[type="submit"].light-grey,
  input[type="reset"].light-grey,
  input[type="button"].light-grey,
  button.light-grey,
  .button.light-grey {
    background-color: #86A2AE; }
    input[type="submit"].light-grey:hover,
    input[type="reset"].light-grey:hover,
    input[type="button"].light-grey:hover,
    button.light-grey:hover,
    .button.light-grey:hover {
      background-color: rgba(134, 162, 174, 0.875);
      box-shadow: none; }
      input[type="submit"].light-grey:hover:active,
      input[type="reset"].light-grey:hover:active,
      input[type="button"].light-grey:hover:active,
      button.light-grey:hover:active,
      .button.light-grey:hover:active {
        background-color: #7796a4; }
  input[type="submit"].back,
  input[type="reset"].back,
  input[type="button"].back,
  button.back,
  .button.back {
    margin-top: 3rem; }

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  box-shadow: none;
  color: #ffffff !important; }
  input[type="submit"].mro-background,
  input[type="reset"].mro-background,
  input[type="button"].mro-background,
  button.mro-background,
  .button.mro-background 
  {
    background: var(--mro-primary-color);
  }
  input[type="submit"].ops-background,
  input[type="reset"].ops-background,
  input[type="button"].ops-background,
  button.ops-background,
  .button.ops-background {
    background-color: #793698; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    box-shadow: none; }
    input[type="submit"]:hover.mro-background,
    input[type="reset"]:hover.mro-background,
    input[type="button"]:hover.mro-background,
    button:hover.mro-background,
    .button:hover.mro-background 
    {
	  background-color: var(--mro-primary-hover-color);
    }
    input[type="submit"]:hover.ops-background,
    input[type="reset"]:hover.ops-background,
    input[type="button"]:hover.ops-background,
    button:hover.ops-background,
    .button:hover.ops-background {
      background-color: rgba(121, 54, 152, 0.875); }
    input[type="submit"]:hover:active.mro-background,
    input[type="reset"]:hover:active.mro-background,
    input[type="button"]:hover:active.mro-background,
    button:hover:active.mro-background,
    .button:hover:active.mro-background 
    {
      background-color: #0a97d3; 
    }
    input[type="submit"]:hover:active.ops-background,
    input[type="reset"]:hover:active.ops-background,
    input[type="button"]:hover:active.ops-background,
    button:hover:active.ops-background,
    .button:hover:active.ops-background {
      background-color: #6a2f85; }
  input[type="submit"].alt,
  input[type="reset"].alt,
  input[type="button"].alt,
  button.alt,
  .button.alt {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #e0e0e0;
    color: #171717 !important; }
    input[type="submit"].alt:hover,
    input[type="reset"].alt:hover,
    input[type="button"].alt:hover,
    button.alt:hover,
    .button.alt:hover {
      background-color: rgba(55, 55, 55, 0.1); }
      input[type="submit"].alt:hover:active,
      input[type="reset"].alt:hover:active,
      input[type="button"].alt:hover:active,
      button.alt:hover:active,
      .button.alt:hover:active {
        background-color: rgba(55, 55, 55, 0.25); }

/* Comments*/
.comment-list {
  list-style-type: none; }
  .comment-list .children {
    list-style-type: none; }
  .comment-list img {
    display: none; }
  .comment-list .says {
    display: none; }
  .comment-list .comment-body {
    padding-bottom: 3rem;
    padding-top: 1rem;
    border-bottom: dashed 1px #dbdbdb; }
    .comment-list .comment-body .comment-metadata a {
      text-decoration: inherit; }
      .comment-list .comment-body .comment-metadata a time {
        color: inherit;
        color: #879FA9;
        font-weight: 600;
        font-size: 11pt; }
    .comment-list .comment-body .comment-content {
      padding-top: 0.8rem; }
    .comment-list .comment-body .reply {
      float: right; }

#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-notes {
  display: none; }

#respond .comment-form-comment label {
  display: none; }

#respond .form-submit .submit {
  background: #74b84a;
  float: right; }

#respond #cancel-comment-reply-link {
  color: var(--mro-primary-color);
  text-decoration: underline;
  font-size: 13pt;
  font-weight: 100;
  float: right; }

/* Form */
form {
  margin: 0 0 2rem 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="file"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  border: solid 1px;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1rem;
  text-decoration: none;
  width: 100%; }
  input[type="text"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  input[type="tel"]:invalid,
  input[type="search"]:invalid,
  input[type="url"]:invalid,
  input[type="file"]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none; }

label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="file"] {
  height: 3.25rem; }

input[type="search"] {
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 3.25rem;
  padding-right: 3.25rem;
  text-overflow: ellipsis; }

select {
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 3.25rem;
  padding-right: 3.25rem;
  text-overflow: ellipsis; }
  select:focus::-ms-value {
    background-color: transparent; }
  select::-ms-expand {
    display: none; }

textarea {
  padding: 0.75rem 1rem; }

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2rem;
  opacity: 0;
  width: 1rem;
  z-index: -1; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    padding-left: 2.825rem;
    padding-right: 0.875rem;
    position: relative; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      border-radius: 0;
      border: solid 1px;
      content: '';
      display: inline-block;
      height: 1.95rem;
      left: 0;
      line-height: 1.86875rem;
      position: absolute;
      text-align: center;
      top: -0.1625rem;
      width: 1.95rem; }
  input[type="checkbox"]:checked + label:before,
  input[type="radio"]:checked + label:before {
    content: '\f00c'; }

input[type="checkbox"] + label:before {
  border-radius: 0; }

input[type="radio"] + label:before {
  border-radius: 100%; }

::-webkit-input-placeholder {
  opacity: 1.0; }

:-moz-placeholder {
  opacity: 1.0; }

::-moz-placeholder {
  opacity: 1.0; }

:-ms-input-placeholder {
  opacity: 1.0; }

label {
  color: #373737; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="file"],
select,
textarea {
  background-color: #ffffff;
  border-color: #e0e0e0; }
  input[type="text"].mro:focus,
  input[type="password"].mro:focus,
  input[type="email"].mro:focus,
  input[type="tel"].mro:focus,
  input[type="search"].mro:focus,
  input[type="url"].mro:focus,
  input[type="file"].mro:focus,
  select.mro:focus,
  textarea.mro:focus 
  {
    border-color: var(--mro-primary-color);
    box-shadow: 0 0 0 1px var(--mro-primary-color); 
  }
  input[type="text"].ops:focus,
  input[type="password"].ops:focus,
  input[type="email"].ops:focus,
  input[type="tel"].ops:focus,
  input[type="search"].ops:focus,
  input[type="url"].ops:focus,
  input[type="file"].ops:focus,
  select.ops:focus,
  textarea.ops:focus {
    border-color: #793698;
    box-shadow: 0 0 0 1px #793698; }

input[type="search"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='179.2' height='179.2'%3E%3Cpath transform='scale(0.1,-0.1) translate(0,-1536)' d='M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5 t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z' fill='%23e0e0e0' /%3E%3C/svg%3E"); }

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23e0e0e0' /%3E%3C/svg%3E"); }
  select option {
    color: #171717;
    background-color: #ffffff; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  color: #171717; }
  input[type="checkbox"] + label:before,
  input[type="radio"] + label:before {
    background: #ffffff;
    border-color: #e0e0e0; }

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background-color: #373737;
  border-color: #373737;
  color: #ffffff; }

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #373737;
  box-shadow: 0 0 0 1px #373737; }

::-webkit-input-placeholder {
  color: #aeaeae !important; }

:-moz-placeholder {
  color: #aeaeae !important; }

::-moz-placeholder {
  color: #aeaeae !important; }

:-ms-input-placeholder {
  color: #aeaeae !important; }

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; }
  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important; }
  .icon > .label {
    display: none; }

/* Image */
.image {
  border-radius: 0;
  border: 0;
  display: inline-block;
  position: relative; }
  .image img {
    max-width: 200px;
    min-width: 200px;
    height: auto;
    border-radius: 0;
    display: block; }
  .image.left, .image.right {
    max-width: 40%; }
    .image.left img, .image.right img {
      width: 100%; }
  .image.left {
    float: left;
    margin: 0 2rem 2rem 0;
    top: 0.25rem; }
  .image.right {
    float: right;
    margin: 0 0 2rem 2rem;
    top: 0.25rem; }
  .image.fit {
    display: block;
    margin: 0 0 2rem 0;
    width: 100%; }
    .image.fit img {
      width: 100%; }
  .image.main {
    display: block;
    margin: 0 0 3rem 0;
    width: 100%; }
    .image.main img {
      width: 100%; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2rem 0;
  padding-left: 1.25rem; }
  ol li {
    padding-left: 0.25rem; }

ul {
  list-style: disc;
  margin: 0 0 2rem 0;
  padding-left: 1rem; }
  ul li {
    padding-left: 0.325rem; }
  ul.alt {
    list-style: none;
    padding-left: 0; }
    ul.alt li {
      padding: 1.1rem 0; }
      ul.alt li:first-child {
        border-top: 0;
        padding-top: 0; }
      ul.alt li:last-child {
        padding-bottom: 0; }

dl {
  margin: 0 0 2rem 0; }
  dl dt {
    display: block;
    font-weight: 600;
    margin: 0 0 1rem 0; }
  dl dd {
    margin-left: 1.5rem; }

ul.alt li {
  border-top-color: #e0e0e0; }

/* Actions */
ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1rem;
  padding-left: 0; }
  ul.actions li {
    padding: 0 0 0 1rem;
    vertical-align: middle; }
  ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0; }
    ul.actions.special li:first-child {
      padding-left: 0; }
  ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0; }
    ul.actions.stacked li {
      padding: 1.3rem 0 0 0; }
      ul.actions.stacked li:first-child {
        padding-top: 0; }
  ul.actions.fit {
    width: calc(100% + 1rem);
    padding-top: 1.5rem; }
    ul.actions.fit li {
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      width: 100%; }
      ul.actions.fit li > * {
        width: 100%; }
    ul.actions.fit.stacked {
      width: 100%; }
  @media screen and (max-width: 480px) {
    ul.actions:not(.fixed) {
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 0;
      width: 100% !important; }
      ul.actions:not(.fixed) li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1rem 0 0 0;
        text-align: center;
        width: 100%; }
        ul.actions:not(.fixed) li > * {
          width: 100%; }
        ul.actions:not(.fixed) li:first-child {
          padding-top: 0; }
        ul.actions:not(.fixed) li input[type="submit"],
        ul.actions:not(.fixed) li input[type="reset"],
        ul.actions:not(.fixed) li input[type="button"],
        ul.actions:not(.fixed) li button,
        ul.actions:not(.fixed) li .button {
          width: 100%; }
          ul.actions:not(.fixed) li input[type="submit"].icon:before,
          ul.actions:not(.fixed) li input[type="reset"].icon:before,
          ul.actions:not(.fixed) li input[type="button"].icon:before,
          ul.actions:not(.fixed) li button.icon:before,
          ul.actions:not(.fixed) li .button.icon:before {
            margin-left: -0.5rem; } }

/* Contact Icons */
ul.contact-icons {
  list-style: none;
  padding: 0; }
  ul.contact-icons li {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 2rem; }
    ul.contact-icons li:first-child {
      -moz-align-items: -moz-flex-start;
      -webkit-align-items: -webkit-flex-start;
      -ms-align-items: -ms-flex-start;
      align-items: flex-start; }
    ul.contact-icons li.icon:before {
      background: #41494e;
      color: #ffffff;
      display: block;
      font-size: 1.75rem;
      height: 3.5rem;
      line-height: 3.5rem;
      margin-right: 2rem;
      text-align: center;
      width: 3.5rem; }
  @media screen and (max-width: 980px) {
    ul.contact-icons {
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-align-items: -moz-flex-start;
      -webkit-align-items: -webkit-flex-start;
      -ms-align-items: -ms-flex-start;
      align-items: flex-start;
      min-width: 100%;
      width: 100%; }
      ul.contact-icons li {
        width: 50%; } }
  @media screen and (max-width: 736px) {
    ul.contact-icons {
      display: block; }
      ul.contact-icons li {
        width: 100%; } }

/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0; }
  ul.icons li {
    display: inline-block;
    padding: 0 1rem 0 0; }
    ul.icons li:last-child {
      padding-right: 0; }
    ul.icons li .icon:before {
      font-size: 2rem; }

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto; }

table {
  margin: 0 0 2rem 0;
  width: 100%; }
  table tbody tr {
    border: solid 1px;
    border-left: 0;
    border-right: 0; }
  table td {
    padding: 0.75rem 0.75rem; }
  table th {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0 0.75rem 0.75rem 0.75rem;
    text-align: left; }
  table thead {
    border-bottom: solid 2px; }
  table tfoot {
    border-top: solid 2px; }
  table.alt {
    border-collapse: separate; }
    table.alt tbody tr td {
      border: solid 1px;
      border-left-width: 0;
      border-top-width: 0; }
      table.alt tbody tr td:first-child {
        border-left-width: 1px; }
    table.alt tbody tr:first-child td {
      border-top-width: 1px; }
    table.alt thead {
      border-bottom: 0; }
    table.alt tfoot {
      border-top: 0; }

#webinar-description-tb {
  margin-bottom: 0; }
  #webinar-description-tb tbody tr {
    border: none; }
    #webinar-description-tb tbody tr:nth-child(2n + 1) {
      background-color: unset; }
    #webinar-description-tb tbody tr td {
      padding: 0; }
  #webinar-description-tb tbody h3 {
    margin-bottom: 0.3rem; }

table tbody tr {
  border-color: #e0e0e0; }
  table tbody tr:nth-child(2n + 1) {
    background-color: rgba(144, 144, 144, 0.075); }

table th {
  color: #373737; }

table thead {
  border-bottom-color: #e0e0e0; }

table tfoot {
  border-top-color: #e0e0e0; }

table.alt tbody tr td {
  border-color: #e0e0e0; }

/* Features */
.features > a {
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 3rem;
  position: relative;
  text-decoration: none;
  z-index: 103;
  min-height: 100%; }
  .features > a h2 {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    color: #ffffff;
    width: 100%; }
    @media screen and (max-width: 736px) {
      .features > a h2 {
        margin-bottom: 0.75rem; } }
  .features > a p {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -moz-align-self: center;
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    color: #ffffff;
    width: calc(100% - 5rem); }
    .features > a p:last-child {
      margin: 0; }
  .features > a:after {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -moz-align-self: center;
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    color: #ffffff;
    content: '\f0a9';
    font-family: FontAwesome;
    font-size: 3.5rem;
    line-height: 1;
    margin-left: 1.5rem;
    text-align: right;
    width: 3.5rem; }
    @media screen and (max-width: 736px) {
      .features > a:after {
        font-size: 3rem; } }
  .features > a.mro-background 
  {
    background-color: var(--mro-primary-color); 
  }
    .features > a.mro-background:hover {
	  background-color: var(--mro-primary-hover-color);
	  }
  .features > a.ops-background {
    background: #793698; }
    .features > a.ops-background:hover {
      background: #883dab; }
  .features > a.green 
  {
	/* background: #74b84a;  */
	background-color: var(--mro-primary-color);
  }
  .features > a.green:hover 
  {
	background-color: var(--mro-primary-hover-color);
  }
  .features > a.grey {
    background: #41494e; }
    .features > a.grey:hover {
      background: #4d565c; }
  .features > a.alt {
    padding: 1.5rem;
    width: 27rem; }
    .features > a.alt h2 {
      font-size: 1.5rem;
      margin-bottom: 10px !important; }
    .features > a.alt p {
      font-size: 0.75rem;
      width: calc(100% - 4.5rem); }
    .features > a.alt:after {
      font-size: 2.5rem;
      line-height: 1;
      width: 2.5rem; }
    @media screen and (max-width: 736px) {
      .features > a.alt {
        padding: 2rem;
        width: 100%; }
        .features > a.alt h2 {
          font-size: 2.5rem; }
        .features > a.alt p {
          font-size: 1rem; }
        .features > a.alt:after {
          font-size: 3.5rem;
          text-align: right; } }
    @media screen and (max-width: 480px) {
      .features > a.alt h2 {
        font-size: 2rem; }
      .features > a.alt:after {
        display: none; } }
  @media screen and (max-width: 980px) {
    .features > a {
      min-height: unset; } }
  @media screen and (max-width: 736px) {
    .features > a {
      padding: 2rem; } }

/* Mini Posts */
.mini-posts article {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  background-color: #ffffff;
  align-items: flex-start; }
  .mini-posts article.featured 
  {
    border: solid 1px var(--mro-primary-color); 
  }
  .mini-posts article .main-info {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }
  .mini-posts article.vendor-bar {
    margin-bottom: 0; }
  .mini-posts article.next-issue {
    color: #ffffff; }
    .mini-posts article.next-issue p, .mini-posts article.next-issue ul 
	{
      font-size: 11pt;
      margin-bottom: 0.4rem !important; 
	}
	.mini-posts article.next-issue p b
	{      
	  color: #ffffff;
	}
    .mini-posts article.next-issue ul {
      padding-left: 2rem; }
    .mini-posts article.next-issue.mro-background 
    {
      background-color: var(--mro-primary-color); 
    }
    .mini-posts article.next-issue.ops-background {
      background-color: #793698; }
    .mini-posts article.next-issue h3, .mini-posts article.next-issue h4, .mini-posts article.next-issue a, .mini-posts article.next-issue a:hover, .mini-posts article.next-issue strong {
      color: #ffffff; }
    .mini-posts article.next-issue a {
      text-decoration: underline; }
    .mini-posts article.next-issue a:hover {
      text-decoration: underline; }
  .mini-posts article a {
    text-decoration: none; }
  .mini-posts article .image {
    margin-bottom: 2rem;
    margin-right: 2rem; }
  .mini-posts article .timestamp {
    margin-top: 1rem; }
  .mini-posts article > .content > :last-child {
    margin-bottom: 0; }
  .mini-posts article h3 {
    color: inherit;
    font-weight: 200; }

.mini-posts .bold {
  font-weight: 500; }

.mini-posts .mini-post-header {
  min-height: 4rem;
  color: #ffffff !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: auto;
  cursor: pointer; }
  .mini-posts .mini-post-header .right {
    float: right;
    font-size: 14px;
    line-height: 4rem; }
  .mini-posts .mini-post-header .left {
    float: left;
    font-size: 18px;
    line-height: 4rem; }
  .mini-posts .mini-post-header i.right {
    font-size: 25px; }
  .mini-posts .mini-post-header.mro-background 
  {
    background-color: var(--mro-primary-color);
  }
  .mini-posts .mini-post-header.ops-background {
    background-color: #793698; }
  .mini-posts .mini-post-header.grey {
    background-color: #41494e; }
    .mini-posts .mini-post-header.grey .left {
      font-size: 14px; }
  .mini-posts .mini-post-header.collapsed {
    margin-bottom: 1rem; }

.mini-posts.small article .main-info {
  margin-bottom: 2rem;
  padding-bottom: 2rem; }
  .mini-posts.small article .main-info .image {
    margin-right: 2rem; }
  .mini-posts.small article .main-info:last-of-type {
    padding-bottom: 0; }
  .mini-posts.small article .main-info h4 {
    padding-top: 0; }

.mini-posts.minimal .main-info article {
  display: block;
  margin-bottom: 2rem;
  padding-bottom: 2rem; }
  .mini-posts.minimal .main-info article:last-of-type {
    padding-bottom: 0; }
  .mini-posts.minimal .main-info article h4 {
    padding-top: 0; }

@media screen and (max-width: 736px) {
  .mini-posts article .main-info {
    flex-wrap: wrap; }
  .mini-posts.small article .main-info {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .mini-posts.small article .main-info .image {
      margin-bottom: 0;
      margin-right: 2rem;
      width: auto; }
      .mini-posts.small article .main-info .image img {
        width: auto; }
    .mini-posts.small article .main-info h4 {
      padding-top: 0; } }

@media screen and (max-width: 980px) {
  .mini-posts .ondemand-label, .mini-posts .featured-label, .mini-posts .scheduled-label, .mini-posts .live-label {
    display: none; } }

.mini-posts.ejournals article {
  margin-bottom: 3rem !important; }

.mini-posts article {
  border-color: #e0e0e0; }
  .mini-posts article a {
    color: #171717; }
    .mini-posts article a:hover 
    {
      color: var(--mro-primary-color);
    }
  .mini-posts article .timestamp {
    color: #aeaeae; }

/*Modal*/
.modal {
  display: none;
  position: fixed;
  z-index: 103;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.modal-content {
  background-color: #F2FBFF;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%; }

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

/*Pagination*/
.wp-pagenavi {
  clear: both;
  padding-top: 2rem;
  padding-bottom: 4rem;
  text-align: center; }

.wp-pagenavi a, .wp-pagenavi span {
  color: #ffffff;
  text-decoration: none;
  border: none;
  padding: 10px 10px;
  margin: 4px; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border: none; }

.wp-pagenavi span.current {
  font-weight: bold; }

div.mro-background .wp-pagenavi a, div.mro-background .wp-pagenavi span {
  background-color: #50C1F0; }

div.mro-background .wp-pagenavi a:hover, div.mro-background .wp-pagenavi span.current 
{
  background-color: var(--mro-primary-color);
}

div.mro-background .wp-pagenavi span.current 
{
  background-color: var(--mro-primary-color);
}

div.ops-background .wp-pagenavi a, div.ops-background .wp-pagenavi span {
  background-color: #ac68cc; }

div.ops-background .wp-pagenavi a:hover, div.ops-background .wp-pagenavi span.current {
  background-color: #793698; }

div.ops-background .wp-pagenavi span.current {
  background-color: #793698; }

/* Posts */
.posts {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: -moz-stretch;
  -webkit-align-items: -webkit-stretch;
  -ms-align-items: -ms-stretch;
  align-items: stretch;
  margin: 4rem 0; }
  .posts > * {
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0; }
  .posts > * {
    width: 50%; }
  .posts > * {
    padding: 2rem;
    width: calc(50% + 2rem); }
  .posts > :nth-child(-n + 2) {
    padding-top: 0; }
  .posts > :nth-last-child(-n + 2) {
    padding-bottom: 0; }
  .posts > :nth-child(2n + 1) {
    padding-left: 0; }
  .posts > :nth-child(2n) {
    padding-right: 0; }
  .posts > :nth-child(2n + 1),
  .posts > :nth-child(2n) {
    width: calc(50% + 0rem); }
  .posts > article > :last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 980px) {
    .posts {
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-align-items: -moz-stretch;
      -webkit-align-items: -webkit-stretch;
      -ms-align-items: -ms-stretch;
      align-items: stretch;
      margin: 3rem 0; }
      .posts > * {
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0; }
      .posts > * {
        width: 50%; }
      .posts > * {
        padding: 1.5rem;
        width: calc(50% + 1.5rem); }
      .posts > :nth-child(-n + 2) {
        padding-top: 0; }
      .posts > :nth-last-child(-n + 2) {
        padding-bottom: 0; }
      .posts > :nth-child(2n + 1) {
        padding-left: 0; }
      .posts > :nth-child(2n) {
        padding-right: 0; }
      .posts > :nth-child(2n + 1),
      .posts > :nth-child(2n) {
        width: calc(50% + 0rem); } }
  @media screen and (max-width: 736px) {
    .posts > * {
      width: 100%; }
    .posts > * {
      padding: 2rem;
      width: calc(50% + 2rem); }
    .posts > :nth-child(-n + 2) {
      padding-top: 2rem; }
    .posts > :nth-last-child(-n + 2) {
      padding-bottom: 2rem; }
    .posts > :nth-child(2n + 1) {
      padding-left: 2rem; }
    .posts > :nth-child(2n) {
      padding-right: 2rem; }
    .posts > :nth-child(2n + 1),
    .posts > :nth-child(2n) {
      padding: 2rem;
      width: calc(100% + 4rem); }
    .posts > * {
      padding: 2rem;
      width: calc(100% + 4rem); }
    .posts > :nth-child(-n + 1) {
      padding-top: 0; }
    .posts > :nth-last-child(-n + 1) {
      padding-bottom: 0; }
    .posts > :nth-child(1n + 1) {
      padding-left: 0; }
    .posts > :nth-child(1n) {
      padding-right: 0; }
    .posts > :nth-child(1n + 1),
    .posts > :nth-child(1n) {
      width: calc(100% + 2rem); } }

/*Spinner*/
#loading {
  margin-bottom: -4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite; }
  #loading.load-more {
    width: 35px;
    height: 35px;
    border: 6px solid #879FA9;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  #loading.mro 
  {
    border-top-color: var(--mro-primary-color);
  }
  #loading.ops {
    border-top-color: #793698; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Section */
section header {
  margin-bottom: 2.5rem; }
  section header h1 {
    margin-bottom: 1rem; }
    section header h1 + p {
      font-size: 1.75rem;
      letter-spacing: -0.025em; }
      @media screen and (max-width: 736px) {
        section header h1 + p {
          font-size: 1.25rem; } }

header h1 + p {
  color: #aeaeae; }

/* Content Menu */
.content-menu {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: -moz-stretch;
  -webkit-align-items: -webkit-stretch;
  -ms-align-items: -ms-stretch;
  align-items: stretch;
  margin-top: 0; }
  .content-menu > * {
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0; }
  .content-menu > * {
    width: 33.33333%; }
  .content-menu > * {
    padding: 1.75rem;
    width: calc(33.33333% + 1.16667rem); }
  .content-menu > :nth-child(-n + 3) {
    padding-top: 0; }
  .content-menu > :nth-last-child(-n + 3) {
    padding-bottom: 0; }
  .content-menu > :nth-child(3n + 1) {
    padding-left: 0; }
  .content-menu > :nth-child(3n) {
    padding-right: 0; }
  .content-menu > :nth-child(3n + 1),
  .content-menu > :nth-child(3n) {
    width: calc(33.33333% + -0.58333rem); }
  .content-menu > article {
    text-align: center;
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
    .content-menu > article h2 {
      margin-top: 1rem;
      font-weight: 500;
      font-size: 22pt; }
      .content-menu > article h2.mro 
      {
        color: var(--mro-primary-color);
      }
      .content-menu > article h2.ops {
        color: #793698; }
    .content-menu > article p {
      margin: 0;
      font-weight: 400; }
    .content-menu > article img {
      width: 5.3rem; }
    .content-menu > article .button {
      margin-top: 2rem; }
  .content-menu .middle-menu-item {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0; }
  @media screen and (max-width: 980px) {
    .content-menu {
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-align-items: -moz-stretch;
      -webkit-align-items: -webkit-stretch;
      -ms-align-items: -ms-stretch;
      align-items: stretch; }
      .content-menu > * {
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0; }
      .content-menu > * {
        width: 100%; }
      .content-menu > * {
        padding: 1.5rem;
        width: calc(100% + 3rem); }
      .content-menu > :nth-child(-n + 1) {
        padding-top: 0; }
      .content-menu > :nth-last-child(-n + 1) {
        padding-bottom: 0; }
      .content-menu > :nth-child(1n + 1) {
        padding-left: 0; }
      .content-menu > :nth-child(1n) {
        padding-right: 0; }
      .content-menu > :nth-child(1n + 1),
      .content-menu > :nth-child(1n) {
        width: calc(100% + 1.5rem); }
      .content-menu .middle-menu-item {
        border-left: none;
        border-right: none;
        border-top: 1.2px solid #e0e0e0;
        border-bottom: 1.2px solid #e0e0e0; } }
  @media screen and (max-width: 736px) {
    .content-menu > * {
      width: 100%; }
    .content-menu > * {
      padding: 2rem;
      width: calc(50% + 2rem); }
    .content-menu > :nth-child(-n + 2) {
      padding-top: 2rem; }
    .content-menu > :nth-last-child(-n + 2) {
      padding-bottom: 2rem; }
    .content-menu > :nth-child(2n + 1) {
      padding-left: 2rem; }
    .content-menu > :nth-child(2n) {
      padding-right: 2rem; }
    .content-menu > :nth-child(2n + 1),
    .content-menu > :nth-child(2n) {
      padding: 2rem;
      width: calc(100% + 4rem); }
    .content-menu > * {
      padding: 2rem;
      width: calc(100% + 4rem); }
    .content-menu > :nth-child(-n + 1) {
      padding-top: 0; }
    .content-menu > :nth-last-child(-n + 1) {
      padding-bottom: 0; }
    .content-menu > :nth-child(1n + 1) {
      padding-left: 0; }
    .content-menu > :nth-child(1n) {
      padding-right: 0; }
    .content-menu > :nth-child(1n + 1),
    .content-menu > :nth-child(1n) {
      width: calc(100% + 2rem); }
    .content-menu .middle-menu-item {
      border-left: none;
      border-right: none;
      border-top: 1.2px solid #e0e0e0;
      border-bottom: 1.2px solid #e0e0e0; } }

/*Gallery*/
figure {
  display: inline; }

img[itemprop="thumbnail"] {
  height: 150px;
  width: auto; }

figure[itemprop="associatedMedia"] {
  display: none; }

figure[itemprop="associatedMedia"]:first-child,
figure[itemprop="associatedMedia"]:nth-child(2),
figure[itemprop="associatedMedia"]:nth-child(3) {
  display: inline; }

@media screen and (max-width: 736px) {
  figure[itemprop="associatedMedia"]:nth-child(2),
  figure[itemprop="associatedMedia"]:nth-child(3) {
    display: none; } }

.link {
  cursor: pointer;
  color: var(--mro-primary-color);
  text-decoration: underline; }

/* Header */
body {
  padding-top: 7.5rem; }
  body.mro .dropotron 
  {
    background-color: var(--mro-primary-highlight-color);
  }
    body.mro .dropotron li.active > a 
    {
      background-color: var(--mro-primary-hover-color);
    }
    body.mro .dropotron a:hover 
    {
      background-color: var(--mro-primary-hover-color);
    }
  body.ops .dropotron {
    background-color: rgba(121, 54, 152, 0.95) !important; }
    body.ops .dropotron li.active > a {
      background-color: #70328d; }
    body.ops .dropotron a:hover {
      background-color: #70328d; }

#header {
  color: rgba(255, 255, 255, 0.75);
  cursor: default;
  height: 7.5rem;
  left: 0;
  line-height: 7.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 110; }
  #header.mro-background 
  {
    background: var(--mro-primary-color);
  }
  #header.ops-background 
  {
    background: #793698; 
  }

  #header .inner {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    height: 5rem; }
  #header .up-header-section {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    height: 2.5rem; }
    #header .up-header-section.mro-background {
	  background-color: var(--mro-primary-highlight-color);
	 }
    #header .up-header-section.ops-background {
      background: #ac68cc; }
  #header .down-header-section 
  {
    vertical-align: middle; 
    /* padding-top: 28px; */
  }
  #header .switch-section-link {
    margin-left: auto;
    margin-right: 0;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    line-height: 25px; }
  #header .icon-arrow-right {
    font-size: 17px;
    padding-left: 3px; }
  #header .logo {
	/* height: 70px;  */
    height: 74px; 
}
  #header.mro-background a[href="#navPanel"] 
  {
    background: var(--mro-primary-hover-color);
  }
  #header.ops-background a[href="#navPanel"] {
    background: #70328d; }
  #header a[href="#navPanel"] {
    text-decoration: none;
    color: #ffffff;
    display: none;
    padding: 0 1.25em;
    height: 2.5rem;
    line-height: 2.5rem; }
    #header a[href="#navPanel"]:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important; }
    #header a[href="#navPanel"] .label {
      display: none; }
    #header a[href="#navPanel"]:before {
      content: '\f0c9'; }
  #header nav.mro-background > ul > li.opener.active 
  {
    background-color: var(--mro-primary-hover-color);
  }
  #header nav.mro-background > ul > li:hover a 
  {
    background-color: var(--mro-primary-hover-color);
  }

  #header nav.ops-background > ul > li.opener.active {
    background-color: #70328d; }
  #header nav.ops-background > ul > li:hover a {
    background-color: #70328d; }
  #header nav 
  {
    -moz-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    line-height: inherit; 
  }
    #header nav > ul {
      -moz-align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      line-height: inherit;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #header nav > ul > li {
        line-height: inherit;
        padding: 0; }
        #header nav > ul > li.opener a:before {
          content: "\f0d7";
          font-family: FontAwesome;
          padding-right: 0.5rem; }
        #header nav > ul > li > ul {
          display: none; }
        #header nav > ul > li a {
          color: rgba(255, 255, 255, 0.75);
          display: block;
          line-height: 1rem;
          margin-left: 0.5rem;
          padding: 0.75rem 1rem;
          text-decoration: none; }
          #header nav > ul > li a:hover, #header nav > ul > li a:focus {
            color: #ffffff; }
        #header nav > ul > li:last-child a {
          margin-right: 0 !important; }
.dropotron 
{
  list-style-type: none;
  margin: 0;
  min-width: 10em;
  padding: 0.5rem; 
}
.dropotron.level-0 
{
  margin: 0; 
}
.dropotron li 
{
  padding: 0;
  position: relative; 
}
.dropotron li.opener > a:after 
{
  content: "\f0da";
  font-family: FontAwesome;
  padding-left: 1rem; 
}
.dropotron li.active > a 
{
  color: #ffffff !important; 
}
.dropotron a 
{
-moz-transition: none;
-webkit-transition: none;
-ms-transition: none;
transition: none;
border-bottom: 0;
color: rgba(255, 255, 255, 0.75);
padding: 0.5em 1em;
text-decoration: none; 
}
.dropotron a:hover 
{
  color: #ffffff !important; 
}
.menu-link
{
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.menu-link i
{
  margin-right: 6px;
}

@media screen and (max-width: 980px) {
  nav {
    display: none; }
  #header a[href="#navPanel"] {
    display: block; } }

@media screen and (max-width: 736px) {
  body {
    padding-top: 7.5rem; }
  #header {
    height: 8.5rem;
    line-height: 8.5rem; }
    #header a[href="#navPanel"] {
      height: 2rem;
      line-height: 2rem; }
    #header .logo {
      padding-top: 0.5rem; } }

@media screen and (max-width: 480px) {
  #header {
    min-width: 320px; } }

/* Nav Panel */
#navPanel {
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-overflow-scrolling: touch;
  background: #3B3B3B;
  box-shadow: none;
  display: none;
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  padding: 2rem;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 20rem;
  z-index: 199; }
  #navPanel.visible {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
    visibility: visible; }
  #navPanel nav {
    display: block;
    padding: 0; }
  #navPanel .link {
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s;
    border-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.075);
    color: rgba(255, 255, 255, 0.4) !important;
    display: block;
    padding: 0.75rem;
    text-decoration: none; }
    #navPanel .link:first-child {
      border-top: 0; }
    #navPanel .link.depth-0 {
      color: rgba(255, 255, 255, 0.75) !important; }
    #navPanel .link:active, #navPanel .link:focus, #navPanel .link:hover {
      color: rgba(255, 255, 255, 0.75) !important; }
    #navPanel .link .indent-1 {
      display: inline-block;
      width: 1.25rem; }
    #navPanel .link .indent-2 {
      display: inline-block;
      width: 2.5rem; }
  #navPanel .close {
    text-decoration: none;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0;
    color: rgba(255, 255, 255, 0.4) !important;
    cursor: pointer;
    display: block;
    height: 3.25rem;
    line-height: 3.25rem;
    padding-right: 1.25rem;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    vertical-align: middle;
    width: 7rem; }
    #navPanel .close:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important; }
    #navPanel .close:before {
      content: '\f00d';
      font-size: 1.25rem; }
    #navPanel .close:hover {
      color: #ffffff; }
  @media screen and (max-width: 980px) {
    #navPanel {
      display: block; } }
  @media screen and (max-width: 736px) {
    #navPanel .close {
      height: 4rem;
      line-height: 4rem; } }

/* Banner */
body.ops .banner-text {
  position: absolute;
  bottom: 0;
  left: 1rem;
  font-size: 40px;
  font-weight: 500;
  color: #fff; }
  body.ops .banner-text .bold {
    font-weight: 600; }
  @media screen and (max-width: 736px) {
    body.ops .banner-text {
      font-size: 18px; } }

body.mro .banner-text {
  position: absolute;
  bottom: 5rem;
  right: 1rem;
  font-size: 40px;
  font-weight: 500; }
  body.mro .banner-text .bold {
    font-weight: 600; }
  @media screen and (max-width: 736px) {
    body.mro .banner-text {
      font-size: 18px; } }

#banner {
  background-color: #3B3B3B;
  color: rgba(255, 255, 255, 0.75);
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: no-wrap;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -moz-align-items: -moz-flex-end;
  -webkit-align-items: -webkit-flex-end;
  -ms-align-items: -ms-flex-end;
  align-items: flex-end;
  cursor: default;
  height: 25rem;
  position: relative; }
  #banner input, #banner select, #banner textarea {
    color: #ffffff; }
  #banner a {
    color: #ffffff; }
  #banner strong, #banner b {
    color: #ffffff; }
  #banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
    color: #ffffff; }
  #banner blockquote {
    border-left-color: rgba(255, 255, 255, 0.25); }
  #banner code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25); }
  #banner hr {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
  #banner > article {
    -moz-transition: opacity 0.75s, visibility 0.75s;
    -webkit-transition: opacity 0.75s, visibility 0.75s;
    -ms-transition: opacity 0.75s, visibility 0.75s;
    transition: opacity 0.75s, visibility 0.75s;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: -moz-flex-end;
    -webkit-align-items: -webkit-flex-end;
    -ms-align-items: -ms-flex-end;
    align-items: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 6rem 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 0; }
    #banner > article:before {
      -moz-transition: opacity 0.75s ease-in-out;
      -webkit-transition: opacity 0.75s ease-in-out;
      -ms-transition: opacity 0.75s ease-in-out;
      transition: opacity 0.75s ease-in-out;
      background-color: #41494e;
      content: '';
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    #banner > article.visible {
      opacity: 1;
      visibility: visible; }
    #banner > article.top {
      z-index: 102; }
    #banner > article img {
      display: none; }
    #banner > article .inner {
      position: absolute;
      left: 0;
      right: 0;
      top: 40px; }
    #banner > article .features > a:after {
      display: none; }
    #banner > article .features h2 {
      font-size: 2rem; }
    #banner > article .features p {
      font-size: 0.9rem; }
    #banner > article .features .actions {
      padding-left: 1.5rem; }
    #banner > article .banner-bottom {
      float: right;
      width: 22rem;
      padding-top: 12rem; }
  #banner .indicators {
    line-height: 1;
    list-style: none;
    margin: 0 auto;
    max-width: calc(100% - 10rem);
    padding: 6rem 0;
    position: relative;
    text-align: right;
    width: 80rem; }
    #banner .indicators li {
      cursor: pointer;
      display: inline-block;
      height: 1.25rem;
      margin-left: 0.5rem;
      overflow: hidden;
      padding: 0;
      position: relative;
      text-indent: 1.25rem;
      width: 1.25rem;
      z-index: 102; }
      #banner .indicators li:before {
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transition: background-color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        background-color: rgba(255, 255, 255, 0.4);
        border-radius: 100%;
        content: '';
        display: inline-block;
        height: 1rem;
        left: 50%;
        position: absolute;
        text-indent: 0;
        top: 50%;
        width: 1rem; }
      #banner .indicators li.visible:before {
        background-color: #ffffff; }
  @media screen and (max-width: 1280px) {
    #banner > article {
      padding: 3rem 0; }
    #banner .indicators {
      padding: 3rem 0; } }
  @media screen and (max-width: 980px) {
    #banner {
      height: 40rem; }
      #banner .indicators {
        display: none; }
      #banner .inner {
        background: rgba(0, 0, 0, 0.8);
        padding-right: 1.5rem; } }
  @media screen and (max-width: 736px) {
    #banner > article {
      padding: 2rem 0; } }
  @media screen and (max-width: 480px) {
    #banner {
      height: 30rem; } }
  body.is-preload #banner > article:before {
    opacity: 1; }

[v-cloak] {
  display: none; }

/* Main */
#main {
  background: #F2FBFF; }
  #main .inner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }
    #main .inner.top-indent {
      padding-top: 3rem; }
    #main .inner.bottom-indent {
      padding-bottom: 3rem; }
  #main .full-width {
    background-color: #ffffff;
    width: 100%; }
  #main .vendor-bar {
    color: #ffffff; }
    #main .vendor-bar.mro-background 
    {
      background-color: var(--mro-primary-color);
    }
    #main .vendor-bar.ops-background {
      background-color: #793698; }
    #main .vendor-bar h3 {
      font-weight: 500; }
    #main .vendor-bar p {
      font-weight: 400; }
    #main .vendor-bar img {
      background-color: #ffffff;
      padding: 1rem; }
  @media screen and (max-width: 1280px) {
    #main .inner {
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      #main .inner.shrink {
        flex-wrap: unset; } }
  @media screen and (max-width: 736px) {
    #main .inner.shrink {
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

#content {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  min-width: 0; }
  #content.full-width {
    width: 100%;
    background: none; }
  #content > section {
    margin-top: 4rem;
    padding-top: 4rem; }
    #content > section.mro 
    {
      border-top: solid 6px var(--mro-primary-color);
    }
    #content > section.ops {
      border-top: solid 6px #793698; }
  #content .description {
    padding-top: 3rem;
    padding-bottom: 1.5rem; }
  #content.indent {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  #content p:last-child {
    margin-bottom: 0; }
  #content ul:last-child {
    margin-bottom: 0; }
  #content label:last-child {
    margin-bottom: 0; }
  #content .centered {
    text-align: center; }
  #content .icon-arrow-right.mro-background 
  {
    color: var(--mro-primary-color);
  }
  #content .icon-arrow-right.ops-background {
    color: #793698; }
  #content .form-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 3rem; }
    #content .form-group select {
      margin-left: 1.5rem;
      max-width: 35rem; }
  #content article .webinar-general-info {
    margin: 0; }
  #content .webinar-general-info {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 3rem 0 0 0; }
    #content .webinar-general-info h4:not(:first-child) {
      padding-left: 2.5rem; }
    @media screen and (max-width: 980px) {
      #content .webinar-general-info {
        display: block; }
        #content .webinar-general-info h4:not(:first-child) {
          padding-left: 0; } }
  @media screen and (max-width: 1280px) {
    #content > section:first-child {
      border: none;
      padding-top: 0; } }

.news-general-info {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 3rem 0 0 0; }
  .news-general-info h3 {
    margin: 0 !important; }
  .news-general-info h3:not(:first-child) {
    padding-left: 2.5rem; }

.icon-arrow-left {
  padding-right: 10px;
  padding-top: 5px; }

.webinar-details {
  min-width: 25rem;
  position: relative;
  margin-left: 2rem; }
  .webinar-details .scheduled-label, .webinar-details .ondemand-label, .webinar-details .featured-label, .webinar-details .live-label {
    margin-top: 3rem;
    margin-left: 1rem; }
  .webinar-details a#register-upcoming {
    margin-top: 2.5rem; }
  .webinar-details a#register-ondemand {
    margin-top: 2rem; }
  @media screen and (max-width: 736px) {
    .webinar-details {
      margin-left: 0; }
      .webinar-details a {
        margin-top: 1.5rem;
        margin-left: 0;
        margin-bottom: 2rem; }
      .webinar-details .scheduled-label, .webinar-details .ondemand-label, .webinar-details .featured-label, .webinar-details .live-label {
        float: left;
        margin-left: 0;
        margin-top: 0; } }

#sidebar {
  margin-left: 4rem;
  min-width: 6rem;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }
  #sidebar > section 
  {
    border-top: solid 6px var(--mro-primary-color);
    margin-top: 4rem;
    padding-top: 3rem; }
    #sidebar > section:first-child {
      border-top: 0;
      margin-top: 0;
      padding-top: 0; }
  #sidebar.webinar-details-sidebar {
    width: 10rem; }
    #sidebar.webinar-details-sidebar .scheduled-label, #sidebar.webinar-details-sidebar .live-label {
      margin-top: 2rem; }
    #sidebar.webinar-details-sidebar a {
      margin-top: 2rem; }
  #sidebar.top-indent {
    padding-top: 3rem; }
  @media screen and (max-width: 1280px) {
    #sidebar {
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-justify-content: space-between;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      /*border-top: solid 6px _palette(mro-accent1);*/
      margin-left: 0;
      margin-top: 3rem;
      margin-bottom: 3rem;
      padding-right: 3rem;
      min-width: 100%;
      width: 100%; }
      #sidebar > section {
        margin-top: 5.5rem;
        padding-top: 4.5rem;
        width: 46.5%; }
        #sidebar > section:first-child {
          margin-top: 1.5rem; }
        #sidebar > section.features {
          display: -moz-flex;
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          width: 100%; }
      #sidebar.ad {
        display: none !important; }
      #sidebar.search-sidebar {
        margin: 0 !important;
        padding: 0; }
        #sidebar.search-sidebar #search-form {
          width: 100%; }
        #sidebar.search-sidebar .mini-posts {
          display: none; } }
  @media screen and (max-width: 980px) {
    #sidebar > section.features {
      display: block;
      width: 100%; }
    #sidebar.ad {
      display: none; } }
  @media screen and (max-width: 736px) {
    #sidebar > section {
      width: 100%; }
    #sidebar.ad {
      display: none; } }
  #sidebar.twitter-sidebar {
    width: 14rem; }
    @media screen and (max-width: 1280px) {
      #sidebar.twitter-sidebar {
        display: none; } }
  #sidebar.ad {
    width: 8rem; }
  #sidebar.search-sidebar {
    width: 27rem;
    margin-left: 2rem; }
    #sidebar.search-sidebar.centered {
      display: flex;
      justify-content: center; }

.navigation ul > li:nth-last-of-type(-n+2) a 
{
  border: 1px solid white;
  min-width: 85px;
  text-align: center; }

.icon {
  padding-right: 8px; }

h2 {
  color: #292929; }

h3 {
  color: #879FA9;
  font-weight: 400; }

#side-nav {
  width: 27rem;
  height: 100%;
  background-color: #74b84a; }

.scheduled-label, .ondemand-label, .featured-label, .live-label {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  color: #ffffff;
  font-size: 22px;
  line-height: 35px;
  margin-left: 1rem; }

.ondemand-label, .featured-label {
  border: 1px solid #86A2AE;
  border-radius: 4px;
  background-color: #86A2AE; }

.live-label {
  border: 1px solid red;
  border-radius: 4px;
  background-color: red; }

.scheduled-label {
  border-radius: 4px; }
  .scheduled-label.mro-background 
  {
    border: 1px solid var(--mro-primary-color);
    background-color: var(--mro-primary-color); 
  }
  .scheduled-label.ops-background {
    border: 1px solid #793698;
    background-color: #793698; }
  .scheduled-label i {
    font-size: 12px;
    position: relative;
    top: -4px;
    right: 5px;
    margin-left: 5px; }

.live-label i, .scheduled-label i {
  font-size: 12px;
  position: relative;
  top: -4px;
  right: 5px;
  margin-left: 5px; }

.session-title {
  margin-right: 1rem; }

.local-session-datetime {
  color: #74b84a;
  margin-left: 1rem; }

/*Field validation*/
.is-invalid {
  border: red 2px solid !important; }

input[type="checkbox"].is-invalid + label:before {
  border: red 2px solid !important; }

input[type='radio'][aria-invalid='true'] + label:before {
  border: red 2px solid !important; }

.alert, .alert h4 {
  margin-bottom: 3rem;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px; }
  .alert.alert-success, .alert h4.alert-success {
    background-color: #74b84a !important; }
  .alert.alert-error, .alert h4.alert-error {
    background-color: rgba(255, 0, 0, 0.69) !important; }
  .alert.up, .alert h4.up {
    margin-bottom: 0;
    margin-top: 3rem; }
  .alert.no-margin, .alert h4.no-margin {
    margin-bottom: 0;
    margin-top: 0; }
  .alert .inner, .alert h4 .inner {
    width: 100%; }

.screen-reader-response {
  display: none; }

div.wpcf7-response-output {
  padding: 20px;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-weight: 400;
  color: white;
  font-size: 18px; }

div.wpcf7-mail-sent-ok {
  background-color: #74b84a !important; }

div.wpcf7-validation-errors {
  background-color: rgba(255, 0, 0, 0.69) !important; }

span.wpcf7-not-valid-tip {
  line-height: 40px;
  font-weight: bold;
  color: rgba(255, 0, 0, 0.69) !important; }

/* Software categories */
.row {
  width: 100%;
  display: flex;
  justify-content: center; }

.category-info {
  margin-left: 4rem;
  margin-right: 4rem;
  padding: 0.5rem;
  width: 130px;
  text-align: center; }

.column {
  padding: 0; }

.column:hover {
  opacity: .7;
  cursor: pointer; }

.vendor-general-info li {
  padding: 0.5rem 0 !important; }
  .vendor-general-info li h4 {
    margin: 0; }

.vendor-title {
  display: flex;
  width: 100%; }

.vendor-logo {
  margin-left: auto; }

.single-news .vendor-logo {
  padding-top: 3rem;
  max-width: 20rem;
  padding-bottom: 1rem; }

.module-logo {
  margin-left: 3rem; }

#message, #description {
  height: 15rem; }

.no-more-results-message {
  text-align: center;
  height: 5rem; }

.timezone {
  max-width: 35rem;
  margin-bottom: 2rem; }

.session-times {
  padding-bottom: 1.5rem; }
  .session-times li {
    padding-bottom: 0 !important; }

#company-email-warning {
  color: #ef9726;
  font-weight: 400;
  padding-top: 10px; }

.news-header {
  font-weight: 600; }

/*Landing page*/
#landing-page-bg {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; }
  #landing-page-bg .column-right {
    position: fixed;
    height: 100%;
    top: 0;
    right: -200px;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    transform: skew(15deg);
    margin-right: 0px;
    width: calc(50vw + 180px); }
    #landing-page-bg .column-right:hover {
      background-color: rgba(131, 131, 131, 0.1);
      box-shadow: inset 0 0 2em rgba(1, 1, 1, 0.7); }
  #landing-page-bg .column-left {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    transform: skew(15deg);
    margin-left: -980px;
    width: calc(50vw + 1000px); }
    #landing-page-bg .column-left:hover {
      background-color: rgba(131, 131, 131, 0.1);
      box-shadow: inset 0 0 2em rgba(1, 1, 1, 0.7); }
  #landing-page-bg div.centered {
    margin: auto;
    max-width: 60rem;
    top: 55%;
    right: 0;
    left: 0; }
    #landing-page-bg div.centered .main-info {
      margin: auto;
      max-width: 35rem;
      padding-bottom: 4rem; }
    #landing-page-bg div.centered p {
      font-size: 16pt;
      font-weight: 300;
      color: #ffffff;
      padding-top: 5rem;
      overflow-wrap: break-word; }
    #landing-page-bg div.centered #landing-logo {
      max-width: 35rem;
      min-width: 10rem; }
    #landing-page-bg div.centered ul {
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      padding-left: 0;
      position: relative; }
      #landing-page-bg div.centered ul li {
        list-style-type: none; }
        #landing-page-bg div.centered ul li a {
          background: #74b84a;
          color: #ffffff;
          text-decoration: none;
          font-weight: 500;
          line-height: 140%;
          width: 9rem;
          font-size: 14pt;
          text-align: center;
          padding-left: 1.5rem;
          padding-right: 1.5rem;
          padding-top: 0.4rem;
          padding-bottom: 0.4rem; }
          #landing-page-bg div.centered ul li a:hover {
            box-shadow: none;
            background-color: rgba(116, 184, 74, 0.875); }
      #landing-page-bg div.centered ul .left-button {
        width: 50%; }
        #landing-page-bg div.centered ul .left-button a {
          float: left; }
      #landing-page-bg div.centered ul .right-button {
        width: 50%; }
        #landing-page-bg div.centered ul .right-button a {
          float: right; }
  @media screen and (max-width: 1680px) {
    #landing-page-bg {
      height: 105%; }
      #landing-page-bg div.centered {
        margin: auto;
        max-width: 60%;
        top: 2rem;
        transform: none;
        right: 0;
        left: 0; }
        @supports not (-ms-high-contrast: none) {
          #landing-page-bg div.centered {
            position: absolute; } }
        #landing-page-bg div.centered .main-info {
          margin: auto;
          max-width: 90%;
          padding-bottom: 3rem; }
          #landing-page-bg div.centered .main-info #landing-logo {
            max-width: 100%;
            min-width: 10rem; }
        #landing-page-bg div.centered ul li a {
          width: 11rem; } }
  @media screen and (max-width: 980px) {
    #landing-page-bg {
      height: 100%; }
      #landing-page-bg div.centered {
        margin: auto;
        max-width: 70%;
        top: 2rem;
        transform: none;
        right: 0;
        left: 0; }
        @supports not (-ms-high-contrast: none) {
          #landing-page-bg div.centered {
            position: absolute; } }
        #landing-page-bg div.centered .main-info {
          margin: auto;
          max-width: 90%;
          padding-bottom: 3rem; }
          #landing-page-bg div.centered .main-info #landing-logo {
            max-width: 100%; } }
  @media screen and (max-width: 980px) {
    #landing-page-bg {
      height: 200%; } }
  @media screen and (max-width: 736px) {
    #landing-page-bg {
      height: 170%; }
      #landing-page-bg div.centered {
        margin: auto;
        max-width: 90%;
        top: 2rem;
        transform: none;
        right: 0;
        left: 0; }
        @supports not (-ms-high-contrast: none) {
          #landing-page-bg div.centered {
            position: absolute; } }
        #landing-page-bg div.centered .main-info {
          margin: auto;
          max-width: 90%;
          padding-bottom: 3rem; }
        #landing-page-bg div.centered p {
          font-size: 11pt;
          color: #ffffff;
          padding-top: 3rem;
          overflow-wrap: break-word; }
        #landing-page-bg div.centered ul li a {
          background: #74b84a;
          color: #ffffff;
          text-decoration: none;
          font-weight: 500;
          line-height: 130%;
          width: 9rem;
          font-size: 10pt;
          text-align: center;
          padding-left: 1rem;
          padding-right: 1rem; } }
  @media screen and (max-width: 480px) {
    #landing-page-bg {
      height: 100%; } }

#ejournal .single-ejournal-cover-image {
  max-width: 20rem; }

#ejournal .single-ejournal-cover-image, #ejournal #ejournal-title {
  padding-top: 3rem; }

#promotion {
  color: #ffffff;
  text-align: right; }
  #promotion p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: auto;
    margin-right: 0; }
    #promotion p .bold {
      font-weight: 600; }
    #promotion p.mro 
    {
      background-color: var(--mro-primary-color); 
    }
      #promotion p.mro .twitter 
      {
        color: var(--mro-primary-color);
      }
    #promotion p.ops {
      background-color: #793698; }
      #promotion p.ops .twitter {
        color: #793698; }
    #promotion p a {
      color: #ffffff !important; }
  #promotion .twitter {
    background: #ffffff;
    padding: 6px !important; }

/*AdSanity*/
.ad-120x600 {
  height: auto !important; }

/* Search */
.search input, .search select, .search textarea {
  color: #373737; }

.search ul {
  display: flex;
  list-style: none; }

.search ul li {
  margin-left: auto;
  margin-right: auto; }

#search-title {
  color: #292929;
  padding-top: 1rem;
  padding-left: 1.3rem; }
  #search-title .bold {
    font-weight: 600; }

#ejournal-search ul {
  margin-right: 1.5rem; }

#ejournal-search li:first-child {
  width: 100%; }

@media screen and (max-width: 1280px) {
  #ejournal-search {
    width: 100%; } }

@media screen and (max-width: 736px) {
  #ejournal-search ul {
    display: block; }
  #ejournal-search li:first-child {
    min-width: 100%; }
  #ejournal-search li:nth-child(2) {
    margin-top: 1rem; }
    #ejournal-search li:nth-child(2) button {
      width: 100% !important; } }

#tag-search {
  width: 100%; }
  #tag-search ul {
    margin-right: 1.5rem; }
  #tag-search li:first-child {
    width: 100%; }
  @media screen and (max-width: 980px) {
    #tag-search ul {
      display: block; }
    #tag-search li:nth-child(2), #tag-search li:nth-child(3) {
      margin-top: 1rem; }
      #tag-search li:nth-child(2) button, #tag-search li:nth-child(3) button {
        width: 100% !important; } }

#news-search {
  width: 100%; }
  #news-search ul {
    margin-right: 1.5rem; }
  #news-search li:first-child {
    width: 100%; }
  #news-search li:nth-child(2) {
    width: 30rem; }
  #news-search li:nth-child(3) {
    width: 30rem; }
  @media screen and (max-width: 980px) {
    #news-search ul {
      display: block; }
    #news-search li:nth-child(2) {
      margin-top: 1rem;
      width: 100%; }
    #news-search li:nth-child(3) {
      margin-top: 1rem;
      width: 100%; }
    #news-search li:nth-child(4), #news-search li:nth-child(5) {
      margin-top: 1rem; }
      #news-search li:nth-child(4) button, #news-search li:nth-child(5) button {
        width: 100% !important; } }

#webinar-search, #software-search {
  width: 100%; }
  #webinar-search ul, #software-search ul {
    margin-right: 1.5rem; }
  #webinar-search li:first-child, #software-search li:first-child {
    width: 100%; }
  #webinar-search li:nth-child(2), #software-search li:nth-child(2) {
    width: 30rem; }
  #webinar-search li:nth-child(3), #software-search li:nth-child(3) {
    width: 30rem; }
  #webinar-search.module-search li, #software-search.module-search li {
    min-width: 25%; }
  @media screen and (max-width: 980px) {
    #webinar-search.module-search li:nth-child(2), #software-search.module-search li:nth-child(2) {
      margin-top: 1rem;
      width: 100%; }
    #webinar-search.module-search li:nth-child(3), #software-search.module-search li:nth-child(3) {
      margin-top: 1rem;
      width: 100%; } }
  @media screen and (max-width: 980px) {
    #webinar-search ul, #software-search ul {
      display: block; }
    #webinar-search li:nth-child(2), #software-search li:nth-child(2) {
      margin-top: 1rem;
      width: 100%; }
    #webinar-search li:nth-child(3), #software-search li:nth-child(3) {
      margin-top: 1rem;
      width: 100%; }
    #webinar-search li:nth-child(4), #webinar-search li:nth-child(5), #software-search li:nth-child(4), #software-search li:nth-child(5) {
      margin-top: 1rem; }
      #webinar-search li:nth-child(4) button, #webinar-search li:nth-child(5) button, #software-search li:nth-child(4) button, #software-search li:nth-child(5) button {
        width: 100% !important; } }

#webinar-search {
  padding: 2rem;
  background-color: #ffffff; }
  #webinar-search ul {
    padding-left: 0;
    padding-top: 2rem; }

/* Footer */
#footer {
  color: White;
  padding: 7rem 0 5rem 0 ;
  border-top: 1px solid #e0e0e0; }
  #footer.mro-background 
  {
    background: var(--mro-primary-color);
  }
  #footer.ops-background {
    background: #793698; }
  #footer .content {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    #footer .content > section:last-child {
      min-width: 25rem;
      width: 25rem; }
    #footer .content a {
      color: White; }
  #footer .copyright {
    border-top: none;
    color: White;
    margin: 1rem 0;
    padding-top: 0;
    text-align: center; }
  @media screen and (max-width: 1280px) {
    #footer {
      padding: 4rem 0 2rem 0 ; }
      #footer .content > section {
        min-width: 25%;
        width: 25%; } }
  @media screen and (max-width: 980px) {
    #footer .content {
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      #footer .content > section {
        width: 48%;
        margin-bottom: 2rem; }
        #footer .content > section:last-child {
          width: 100%;
          margin-bottom: 0; }
    #footer .copyright {
      margin-top: 2rem;
      padding-top: 3rem; } }
  @media screen and (max-width: 736px) {
    #footer {
      padding: 3rem 0 1rem 0 ; }
      #footer .content > section {
        min-width: 100%;
        width: 100%; }
        #footer .content > section:last-child {
          min-width: 100%;
          width: 100%; } }
  #footer h2 {
    color: White; }
  #footer li.icon:before {
    background: White; }
  #footer li.mro:before 
  {
    color: var(--mro-primary-color);
  }
  #footer li.ops:before {
    color: #793698; }
