/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Raleway:wght@200;500;800&display=swap');/*

/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/


/* Generic
This is where reset, normalize & box-sizing styles go.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
*, *:before, *:after {
    box-sizing: border-box;
  }
/*Variable declarations*/

:root {
    /*Breakpoints*/
    /*Apparently CSS variables can't be used in media query declaration, which is the dumbest thing I've ever heard. Keeping this here in case that changes in the future.*/
    /*See if we can just retrieve these values from our theme fields in HubSpot.*/
    --mv-bp-mobile: 575px;
    --mv-bp-tablet: 768px;
    --mv-bp-large: 992px;
    --mv-bp-xlarge: 1260px;


    /*Spacing*/
    /*See if we can just retrieve these values from our theme fields in HubSpot.*/
    --no-padding: 0rem;
    --sm-padding: 1rem;
    --nm-padding: 1.25rem;
    --md-padding: 1.5rem;
    --lg-padding: 2rem;
    --xl-padding: 2.5rem;


    /*Colors*/
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    /* Extended palette below. 
     * Deprecated, be sure to convert all to simplified palette above. */
     /*Replaced by Dark Steel*/
     /*Replaced by Steel at half opacity.*/
     /*Replaced by Navy*/
  
  
    /*Hex*/
    --mv-clr--mvlightblue: #00ADEE;
    --mv-clr--mvblue: #0071BB;
    --mv-clr--mvgreen: #72BE44;
    --mv-clr--mvyellow: #D6DE23;
    --mv-clr--offblack: #0D1B26;
    --mv-clr--offwhite: #FCFCFC;
    --mv-clr--offbluewhite: #F5F5FA;
    --mv-clr--darkblue: #002E57;
    --mv-clr--steel: #E2E4ED;
    --mv-clr--darksteel: #0D2435;
    --mv-clr--indigo: #568AFF;
    --mv-clr--seafoam: #10B1A6;
    --mv-clr--navy: #1E3562;
    --mv-clr--darknavy: #1F2643;
    --mv-clr--coralred: #D31D61;
    --mv-clr--vibrantorange: #FFCA40;
    /*RGB*/
    --mv-clr--mvlightblue-rgb: 0, 173, 238;
    --mv-clr--mvblue-rgb: 0, 113, 187;
    --mv-clr--mvgreen-rgb: 114, 190, 68;
    --mv-clr--mvyellow-rgb: 214, 222, 35;
    --mv-clr--offblack-rgb: 13, 27, 38;
    --mv-clr--offwhite-rgb: 252, 252, 252;
    --mv-clr--offbluewhite-rgb: 245, 245, 250;
    --mv-clr--darkblue-rgb: 0, 46, 87;
    --mv-clr--steel-rgb: 226, 228, 237;
    --mv-clr--darksteel-rgb: 13, 36, 53;
    --mv-clr--indigo-rgb: 86, 138, 255;
    --mv-clr--seafoam-rgb: 16, 177, 166;
    --mv-clr--navy-rgb: 30, 53, 98;
    --mv-clr--darknavy-rgb: 31, 38, 67;
    --mv-clr--coralred-rgb: 211, 29, 97;
    --mv-clr--vibrantorange-rgb: 255, 202, 64;
    /*Gradients*/
    --mv-grd--purple-to-blue: linear-gradient(45deg, rgba(84,104,240,1) 0%, rgba(90,214,255,1) 100%); 
    --mv-grd--blue-to-darkblue: linear-gradient(45deg, rgba(84,147,255,1) 0%, rgba(1,75,132,1) 100%); 
    --mv-grd--teal-to-green: linear-gradient(45deg, rgba(71,216,171,1) 0%, rgba(10,162,86,1) 100%); 
    --mv-grd--teal-to-darkteal: linear-gradient(45deg, rgba(71,216,171,1) 0%, rgba(16,177,166,1) 100%);
    --mv-grd--darkblue-to-night: linear-gradient(45deg, rgba(40,78,120,1) 0%, rgba(8,41,78,1) 100%);
    --mv-wcag-grd-red: linear-gradient(45deg, rgba(170,0,52,1) 0%, rgba(197,57,53,1) 100%);
    --mv-wcag-grd-green: linear-gradient(45deg, rgba(0,82,69,1) 0%, rgba(0,131,110,1) 100%);
    --mv-wcag-grd-blue: linear-gradient(45deg, rgba(0,61,121,1) 0%, rgba(0,97,194,1) 100%);


    /*Fonts*/
    /*Fonts are defined within the Theme settings in HubSpot.*/
    --mv-font-headings: 'Raleway', sans-serif;
    --mv-font-body: 'Open Sans', sans-serif;
}
p,li{
  color: var(--mv-clr--darknavy);
  font-family: var(--mv-font-body);
  line-height:1.5;
}

h1,h2,h3,h4,h5,h6{
  color: var(--mv-clr--darkblue);
  font-family: var(--mv-font-headings);
  margin: 0;
}

h1{
  font-weight: 900;
  font-size: 60px;
}

h2{
  font-weight: 900;
  font-size: 48px;
}

h3{
  font-weight: 300;
  font-size: 34px;
}

hr{
  border-radius: 100px;
}

/*Prevents HubSpot template wrappers from affecting flow*/
div[data-global-resource-path]{
  display: contents;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body{
  background: var(--mv-clr--offblack);
}

.container{
  max-width: 1220px;
  padding: 0 20px;
}

.page-header>.row-fluid-wrapper>.row-fluid>.widget-span:not(:has(div)){
  display:none;
}

#main-content{
  background: #fff;
  overflow: hidden;
}

#main-content a{
  text-decoration: none;
}

#main-content p a, #main-content li a{
  /* color:#2B8DE3; */
  color:#1676CA; /*Accessible version (WCAG AA 2.0)*/
  transition:.4s all;
}

#main-content p a:hover, #main-content li a:hover{
  color:#151644;
}

#main-content img.hs-image-widget{
  border-radius: 10px;
}

.visually-hidden{
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

/*Video elements*/
.hs_cos_wrapper_type_module:has(.hs-video-widget){
  overflow: hidden;
}

/*
#main-content p a{
  color: #2B8DE3;
  font-weight: bold;
  text-decoration: none;
  transition: .4s all;
}

#main-content p a:hover{
  color: var(--mv-clr--darknavy);
}
*/

@media (max-width: 767px){
  #main-content h1{
    font-size: 42px!important;
  }
  #main-content h2{
    font-size: 36px!important;
  }
  #main-content h3{
    font-size: 30px!important;
  }
}


/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

/* Multiview-specific layouts */

.mv-row__diagonal{
  clip-path: polygon(0 5vw,100% 0,100% calc(100% - 5vw),0 100%);
  padding-bottom: 7vw;
  padding-top: 7vw;
}

.mv-row__diagonal--reversed{
  clip-path: polygon(0 5vw,100% 0,100% calc(100% - 5vw),0 100%);
  padding-bottom: 7vw;
  padding-top: 7vw;
}

.mv-row__rounded .dnd-column{
  border-radius: 20px;
}

.mv-row__rounded-top .dnd-column{
  border-radius: 20px;
  z-index: 1;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 0;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 0;
  
  /*transition: ease-out 400ms;
  transition-property: opacity, transform;*/
  /*opacity: 0;
  transform: translateY(10vh);*/
}

/*
.dnd-section .dnd-column.in-view {
  opacity: 100!important;
  transform: none!important;
}
*/

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}


/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/
/*button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

/*
.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
*/

.hs-button{
  background: var(--mv-clr--mvblue);
  border-radius: 8px;
  color: var(--mv-clr--offwhite);
  display: inline-block;
  font-family: var(--mv-font-body);
  font-weight: 900;
  padding: 16px 20px;
  text-align: center;
  transition: .4s all;
}

.hs-button:hover{
  background: #08294E;
}

/*
.mv-button{
  background: rgb(71,216,171);
  background: var(--mv-grd--purple-to-blue);
  border-radius: 8px;
  color: var(--mv-clr--offwhite);
  display: inline-block;
  font-family: var(--mv-font-body);
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  padding: 20px 30px;
  position: relative;
  text-decoration: none;
}

.mv-button span{
  position: relative;
  z-index: 1;
}

.mv-button::before{
  background: rgb(40,78,120);
  background: linear-gradient(50deg, rgba(40,78,120,1) 0%, rgba(8,41,78,1) 100%);
  content: ' ';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-110%);
  transition: .4s all;
  width: 100%;
  z-index: 0;
}

.mv-button:hover::before{
  transform: translateX(0%);
}
*/
.hs-form{
  color: var(--mv-clr--darknavy);
  font-family: var(--mv-font-body);
}

.hs-form fieldset{
  display: flex;
  max-width: none!important;
}

.hs-form fieldset.form-columns-2 .hs-form-field:first-of-type{
  margin-right: 10px;
}

.hs-form-field {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.hs-form-field label {
  color: var(--mv-clr--darknavy);
  font-size: 18px;
  font-weight: 700;
}

.hs-form-field .input{
  align-items: center;
  display: flex;
  margin: 10px 0px 0px 0px!important;
  position: relative;
  width: 100%;
}

.hs-form-field input, .hs-form-field textarea, .hs-form-field select{
  background: rgba(41,70,136, .05);
  border: rgba(41,70,136, .25) solid 3px;
  border-radius: 10px;
  padding: 12px 10px;
  transition: .4s all;
  width: 100%!important;
}

.hs-form-field input:focus, .hs-form-field textarea:focus, .hs-form-field select:focus{
  border: rgba(41,70,136, 1) solid 3px;
}

.hs-fieldtype-text{
  
}

.hs-form-field select{
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}  

.hs-fieldtype-select .input{
  position: relative;
}

.hs-fieldtype-select .input::after{
  background-color: var(--mv-clr--darkblue);
  background-repeat: no-repeat;
  pointer-events: none;
  display: block;
  mask-image: url('https://23515205.fs1.hubspotusercontent-na1.net/hubfs/23515205/Website/Images/Icons/chevron-down-circle.svg');
  -webkit-mask-image: url('https://23515205.fs1.hubspotusercontent-na1.net/hubfs/23515205/Website/Images/Icons/chevron-down-circle.svg');
  position: absolute;
  top: 20px;
  right: 16px;
  width: 20px;
  height: 20px;
  transition: .4s all;
  opacity: 1;
}

.hs-form-field:has(.hs-error-msgs) .input::before{
  background-color: rgba(211,29,97, 1);
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 23px;
  mask-image: url('https://23515205.fs1.hubspotusercontent-na1.net/hubfs/23515205/Website/Images/Icons/exclaimation-icon.svg');
  -webkit-mask-image: url('https://23515205.fs1.hubspotusercontent-na1.net/hubfs/23515205/Website/Images/Icons/exclaimation-icon.svg');
  position: absolute;
  right: 10px;
  width: 26px;
}

.hs-form-field:has(.hs-error-msgs) input{
  border: rgba(211,29,97, 1) solid 3px;
}

.hs-error-msgs{
  list-style: none;
  padding: 0px;
}

.hs-form-field label.hs-error-msg{
  color: rgba(211,29,97, 1);
  font-size: 14px;
  font-weight: 700;
}

.hs-submit{
  display: flex;
  /*width: calc(50% - 6px);*/
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 10px;
}

.hs-submit .actions{
  width: 100%;
  background: rgb(71,216,171);
  background: linear-gradient(50deg, rgba(71,216,171,1) 0%, rgba(16,177,166,1) 100%);
  position: relative;
}

.hs-submit .actions::before{
  content: ' ';
  background: rgb(40,78,120);
  background: linear-gradient(50deg, rgba(40,78,120,1) 0%, rgba(8,41,78,1) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-110%);
  transition: .4s all;
  width: 100%;
  z-index: 0;
}

.hs-submit:hover .actions::before{
  transform: translateX(0%);
}

.hs-submit input{
  cursor: pointer;
  padding: 20px 20px;
  width: 100%;
  background: none;
  border: 0;
  font-weight: 800;
  position: relative;
  z-index: 1;
  color: var(--mv-clr--offwhite);
}

.hs_error_rollup{
  font-weight: bold;
}

.hs-form .legal-consent-container{
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 767px){
  .hs-submit{
    width: 100%;
  }
}
#main-content table{
    border-collapse: unset!important;
    border: 0!important;
    border-radius:10px;
    overflow: hidden;
    overflow-x:auto;
}

#main-content td{
    padding:10px;
}

#main-content th{
    padding:10px;
    text-align:left;
}

#main-content thead{
    background: var(--mv-clr--darksteel);
}

#main-content thead p{
    color: var(--mv-clr--offwhite);
}

#main-content td p:first-of-type{
    margin-top:0;
}

#main-content td p:last-of-type{
    margin-bottom:0;
}

#main-content tbody tr:nth-of-type(even){
    background: var(--mv-clr--steel);
}

#main-content tbody tr:nth-of-type(odd){
    background: rgba(var(--mv-clr--steel-rgb), .25);
}

@media (max-width: 767px){
    #main-content table td{
        max-width: 33%;
    }
}


/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
/*  */


/* Utilities
Helper classes with ability to override anything that comes before it
*/
/* .visually-hidden{

} */