@charset "UTF-8";
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.visuallyhidden-label label,
label.visuallyhidden-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/**
 * Avoid Safari's "color: text" which can override engraving colors.
 */
input {
  color: initial;
}

/**
 * Safari does not gray out input text for disabled inputs.
 */
input:disabled {
  color: #545454;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

html {
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: none;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #545454;
}

body > div:not([id="admin-menu"]) *:not(.contextual-links-wrapper) {
  position: relative;
}

body #admin-menu {
  position: fixed;
}

*[hidden], .block-hidden {
  display: none !important;
}

.offscreen {
  position: absolute !important;
  left: -1000000px;
}

*:focus:not(input[type='checkbox']) {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bt-wrapper {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  text-decoration: none;
  text-decoration: none;
}

h1 a:hover, h1 a:focus, h1 a:active,
h2 a:hover,
h2 a:focus,
h2 a:active,
h3 a:hover,
h3 a:focus,
h3 a:active,
h4 a:hover,
h4 a:focus,
h4 a:active,
h5 a:hover,
h5 a:focus,
h5 a:active,
h6 a:hover,
h6 a:focus,
h6 a:active,
.h1 a:hover,
.h1 a:focus,
.h1 a:active,
.h2 a:hover,
.h2 a:focus,
.h2 a:active,
.h3 a:hover,
.h3 a:focus,
.h3 a:active,
.h4 a:hover,
.h4 a:focus,
.h4 a:active,
.h5 a:hover,
.h5 a:focus,
.h5 a:active,
.h6 a:hover,
.h6 a:focus,
.h6 a:active {
  text-decoration: underline;
}

h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
.h1 a:visited,
.h2 a:visited,
.h3 a:visited,
.h4 a:visited,
.h5 a:visited,
.h6 a:visited {
  color: #545454;
}

@media all and (max-width: 767px) {
  .front h1, .front .h1, .select-medical-id h1, .select-medical-id .h1 {
    font-size: 2.5rem !important;
  }
}

.node-type-basic-page-modular h1,
.node-type-basic-page-modular .h1 {
  font-size: 58px;
}

@media all and (max-width: 767px) {
  .node-type-basic-page-modular h1,
  .node-type-basic-page-modular .h1 {
    font-size: 35px;
  }
}

.node-type-basic-page-modular h2,
.node-type-basic-page-modular .h2 {
  font-size: 48px;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .node-type-basic-page-modular h2,
  .node-type-basic-page-modular .h2 {
    font-size: 38px;
  }
}

@media all and (max-width: 767px) {
  .node-type-basic-page-modular h2,
  .node-type-basic-page-modular .h2 {
    font-size: 1.7rem;
  }
}

.node-type-basic-page-modular h3,
.node-type-basic-page-modular .h3 {
  font-size: 22px;
}

@media all and (max-width: 767px) {
  .node-type-basic-page-modular h3,
  .node-type-basic-page-modular .h3 {
    font-size: 20px;
  }
}

.node-type-basic-page-modular h4,
.node-type-basic-page-modular .h4 {
  font-size: 16px;
}

.node-type-basic-page-modular h5,
.node-type-basic-page-modular .h5 {
  font-size: 16px;
}

.node-type-basic-page-modular h6,
.node-type-basic-page-modular .h6 {
  font-size: 16px;
}

.node-type-basic-page-modular p {
  font-size: 16px;
  line-height: 1.8em;
}

.region-footer .information_footer_block p {
  font-size: 15px;
  line-height: 1.8em;
}

li {
  line-height: 1.8em;
}

img {
  max-width: 100%;
}

a {
  color: #347DA0;
}

a:visited {
  color: #185156;
}

.color--red {
  color: #C5202A;
}

.color--blue {
  color: #347DA0;
}

.fake-link {
  text-decoration: underline;
  color: #C5202A;
  cursor: pointer;
}

.bold {
  font-weight: 700;
}

form .container-inline div,
form .container-inline label {
  display: inline-block;
}

input[type="text"],
input[type="submit"] {
  vertical-align: middle;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red !important;
}

.form-type-textfield,
#edit-submit {
  display: inline-block;
  vertical-align: bottom;
}

@media all and (max-width: 540px) {
  .form-type-textfield,
  #edit-submit {
    display: block;
    margin: 0;
  }
}

.form-type-textfield label {
  margin-right: 0.5rem;
}

.tabs a {
  border-radius: 5px 5px 0 0;
  padding: 0.3rem 1rem !important;
  font-size: 1rem;
  margin-right: 0 !important;
}

.tabs ul {
  border-bottom: solid 1px grey;
  margin-bottom: 0.5rem !important;
}

.tabsList {
  list-style: none;
  margin: 0;
  padding-left: 2.35em;
}

.tabsList li {
  position: relative;
  /*for z-index*/
  display: inline-block;
  margin: 0 0.5em 0 0;
  z-index: 1;
}

.tabsList li a {
  display: inline-block;
  cursor: pointer;
}

.tabsList li a:link {
  border-color: #ccc;
}

.tabsList li a:hover,
.tabsList li a:focus,
.tabsList li a:active {
  border-color: #999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.tabsList li.current {
  z-index: 10;
}

.tabsList li.current a {
  border-color: #999;
}

.tabsList a span {
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.tabPanel {
  position: relative;
  /*for z-index*/
  display: block;
  visibility: visible;
  clear: left;
  overflow: auto;
  border: #C1C1BE solid 1px;
  border-bottom: none;
}

.tabPanel:focus {
  outline: 1px dotted #999;
}

.tabPanel h2:focus {
  outline: 1px dotted #999;
}

.btn,
.button,
button,
input[type="submit"]:not(.fake-link) {
  padding: 1em;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #C5202A;
  border-color: white;
  border-width: thin;
}

@media all and (max-width: 750px) {
  .btn,
  .button,
  button,
  input[type="submit"]:not(.fake-link) {
    font-weight: bold;
  }
}

.btn:hover,
.button:hover,
button:hover,
input[type="submit"]:not(.fake-link):hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.btn:visited,
.button:visited,
button:visited,
input[type="submit"]:not(.fake-link):visited {
  color: white;
}

.btn.white,
.button.white,
button.white,
input[type="submit"]:not(.fake-link).white {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: #C5202A;
  background: white;
  border-color: #C5202A;
}

@media all and (max-width: 750px) {
  .btn.white,
  .button.white,
  button.white,
  input[type="submit"]:not(.fake-link).white {
    font-weight: bold;
  }
}

.btn.white:hover,
.button.white:hover,
button.white:hover,
input[type="submit"]:not(.fake-link).white:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.btn.js-hide,
.button.js-hide,
button.js-hide,
input[type="submit"]:not(.fake-link).js-hide {
  display: none;
}

button.teal {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #C5202A;
  border-color: white;
  border-width: thin;
}

@media all and (max-width: 750px) {
  button.teal {
    font-weight: bold;
  }
}

button.teal:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

button.teal:visited {
  color: white;
}

.remove-button-styling {
  padding: 0;
  border: none;
  background: transparent;
  color: #185156;
  text-transform: unset;
  letter-spacing: normal;
}

.remove-button-styling:hover {
  border: none;
  background: transparent;
  color: #185156;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

.tabs:before,
.tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs dd,
.tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}

.tabs dd > a,
.tabs .tab-title > a {
  outline: none;
  display: block;
  background-color: #efefef;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}

.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}

.tabs dd.active a,
.tabs .tab-title.active a {
  background-color: #ffffff;
  color: #222222;
}

.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}

.tabs-content:before,
.tabs-content:after {
  content: " ";
  display: table;
}

.tabs-content:after {
  clear: both;
}

.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}

.tabs-content > .content.active {
  display: block;
  float: none;
}

.tabs-content > .content.contained {
  padding: 0.9375rem;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}

/* Breadcrumb */
.breadcrumb-engraving__container {
  width: 65%;
  margin: 10px auto 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
}

.breadcrumb-engraving__item {
  margin: 0 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #185156;
  font-weight: 600;
}

.breadcrumb-engraving__item:first-child div:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.breadcrumb-engraving__item:last-child div:first-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.breadcrumb-engraving__bar {
  margin-bottom: 6px;
  height: 6px;
  background: #e5e1e1;
}

.breadcrumb-engraving__bar--active {
  background: #C5202A;
}

@media all and (max-width: 540px) {
  .breadcrumb-engraving__container {
    width: 100%;
  }
  .breadcrumb-engraving__label span {
    display: none;
  }
}

/* Header: Menu */
#block-nice-menus-2 ul li a {
  background-color: #d91e3d;
}

/* Title */
h1.node-title {
  background: none;
  border-bottom: 2px dotted #bbb;
  color: #444;
  font-size: 32px;
}

/* Menu */
ul.maf-products-menu-container {
  padding-left: 0px;
}

.maf-products-menu-container .maf-products-menu-link {
  font-size: 13px;
  list-style-type: none;
  display: inline-block;
}

.maf-products-menu-container .maf-products-menu-link:not(:last-child) {
  border-right: 1px solid #999;
  padding-right: 10px;
}

.maf-products-menu-container .maf-products-menu-link:not(:first-child) {
  padding-left: 10px;
}

/* Contact Information */
.maf-products-contact {
  margin-top: 25px;
}

/* Learn More (product page), Login Reminder (engraving page) */
.learn-more-container,
.previous-customer-login-reminder {
  background-color: #f2f7fc;
  border-radius: 5px;
  padding: 14px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #444;
}

.learn-more-image {
  margin-right: 10px;
}

.learn-more-image img {
  vertical-align: middle;
}

.learn-more-text {
  vertical-align: middle;
}

.node ul.color-swatches {
  padding: 0px;
  font-size: 0;
}

.color-swatches .color-swatch {
  display: inline-block;
  list-style-type: none;
  cursor: pointer;
  padding: 0px;
  font-size: 0;
  vertical-align: middle;
}

.color-swatches .color-swatch-inactive {
  cursor: auto;
}

.color-swatches .color-swatch img {
  padding: 0px;
}

.color-swatches .color-swatch:not(:last-child) {
  margin-right: 0.5rem;
}

.field-name-field-360-product-spin .field-label {
  display: none;
}

/* Uses Calibri (or for non-Windows systems, a similar font as fallback) */
.calibri {
  font-family: Calibri, 'Open Sans', sans-serif;
}

.product-spin-tooltip {
  display: none;
  float: left;
  position: absolute;
  z-index: 10;
  background-color: #999;
  color: #fff;
  border-radius: 0.75em;
  padding: 0em 0.5em;
  margin: 2em 0px 0px 9em;
}

.field-slideshow-carousel-wrapper,
.product-links-container {
  position: relative;
  z-index: 10;
}

@media all and (max-width: 540px) {
  .field-slideshow-carousel-wrapper {
    display: none;
  }
}

.field-slideshow-modified-slide,
.field-name-field-360-product-spin,
.field-name-field-360-product-spin div.reel {
  width: auto;
  height: auto;
  max-width: 100%;
}

.field-name-field-360-product-spin .playback-control {
  position: absolute;
  z-index: 5;
  padding-top: 3em;
  width: 100%;
  text-align: right;
}

.playback-control a.playback-button {
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  margin-right: 32px;
  /*
  background-color: rgba(0, 200, 0, 0.2);
  */
  background: url(/sites/all/modules/maf_products/img/sprites.png) no-repeat;
  width: 32px;
  height: 32px;
  visibility: hidden;
}

.playback-control a.playback-button.playback-pause {
  background-position: 0px -37px;
}

.playback-control a.playback-button.playback-play {
  background-position: 0px 0px;
}

.accordion-controls {
  padding-left: 0;
  list-style-type: none;
}

.accordion-controls li:last-child {
  border-bottom: none;
}

.accordion-controls button {
  color: #185156;
  z-index: 2;
  padding: 1.4rem 1.4rem 1.4rem 25px;
  font-size: 1.2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e8e3));
  background: linear-gradient(white, #e9e8e3);
  border: none;
  width: 100%;
  text-align: left;
  outline: none;
  text-decoration: none;
  /* IE pseudo-element fix */
}

.accordion-controls button:hover, .accordion-controls button:focus, .accordion-controls button:active {
  text-decoration: underline;
}

.accordion-controls button:hover {
  color: #185156;
}

.accordion-controls button:focus {
  outline: none !important;
}

.accordion-controls button::before, .accordion-controls button::after {
  position: absolute;
  top: 1.45rem;
  -webkit-transition: ease all 0.25s;
  transition: ease all 0.25s;
  text-decoration: underline;
}

.accordion-controls button::before, .accordion-controls button::after {
  text-decoration: none;
}

.accordion-controls button::before {
  font-size: 30px;
  font-family: "FontAwesome";
  content: "\f055";
  color: #c51f29;
  z-index: 1;
  right: 1rem;
}

.accordion-controls button::after {
  font-size: 20px;
  font-family: "FontAwesome";
  content: "\f111";
  color: white;
  right: 1.2rem;
}

.accordion-controls button[aria-expanded="true"]:before, .accordion-controls button[aria-expanded="true"]:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media all and (max-width: 659px) {
  .accordion-controls {
    margin: 0;
  }
}

.accordion-item {
  padding: 1rem 1rem 2rem;
}

.no-js .tabs-content > .content {
  display: block;
  float: none;
}

.teal {
  color: #185156;
}

.light-blue,
.blue {
  color: #347DA0;
}

.limiter {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.overflow-visible {
  overflow: visible !important;
}

#eyebrow .block-nodeblock {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  background: #347DA0;
  text-align: center;
  color: black;
  opacity: .95;
  z-index: 30;
  font-weight: bold;
}

#eyebrow .block-nodeblock .close-btn {
  position: absolute !important;
  right: 0;
  top: 0;
  margin: .7rem;
  color: black;
  text-decoration: none;
  z-index: 10;
}

#eyebrow .block-nodeblock #promo-banner {
  padding: 0;
  min-height: 45px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#eyebrow .block-nodeblock #promo-banner p {
  line-height: normal;
  margin: 0.5rem;
  font-size: 15px;
}

@media all and (max-width: 767px) {
  #eyebrow .block-nodeblock #promo-banner p {
    font-size: 12px;
  }
}

#eyebrow .block-nodeblock #promo-banner a {
  color: black;
}

#eyebrow .block-nodeblock #promo-banner .limiter {
  padding: 0 1.5rem 0 0;
}

#super-header {
  background: #185156;
  color: white;
  height: 1.5rem;
}

#super-header .default-items {
  position: absolute;
  right: 0;
  padding-right: 3rem;
}

#super-header .default-items .log-out-url {
  margin-right: 1.1rem !important;
}

#super-header .default-items > a:not(.contextual-links-trigger) {
  color: white;
  display: inline-block;
  padding: 0.4rem 0;
  text-decoration: none;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 600;
  z-index: 1;
}

#super-header .default-items > a:not(.contextual-links-trigger):hover, #super-header .default-items > a:not(.contextual-links-trigger):focus, #super-header .default-items > a:not(.contextual-links-trigger):active {
  text-decoration: underline;
}

#super-header .default-items > a:not(.contextual-links-trigger):first-child, #super-header .default-items > a:not(.contextual-links-trigger):nth-child(2) {
  margin-right: 2rem;
}

#super-header .default-items > a:not(.contextual-links-trigger).super-header__link--red {
  padding: 0.6rem 1rem;
  background: #C5202A;
  border-color: white;
  border-width: thin;
  font-size: 0.875rem;
}

#super-header .default-items > a:not(.contextual-links-trigger).super-header__link--cart {
  padding: 0.6rem 0.8rem;
}

#super-header .default-items > a:not(.contextual-links-trigger).super-header__link--cart .fa-shopping-cart:before {
  padding-right: 0.8rem;
}

@media all and (max-width: 767px) {
  #super-header .default-items > a:not(.contextual-links-trigger).super-header__link--cart {
    display: none;
  }
}

#super-header .default-items > a:not(.contextual-links-trigger).super-header__link--enroll {
  margin-right: 3.1rem;
}

@media all and (max-width: 767px) {
  #super-header .default-items > a:not(.contextual-links-trigger).super-header__link--enroll {
    display: none;
  }
}

@media all and (max-width: 767px) {
  #super-header .default-items > a:not(.contextual-links-trigger).super-header__link--hp, #super-header .default-items > a:not(.contextual-links-trigger).super-header__link--log-in, #super-header .default-items > a:not(.contextual-links-trigger).super-header__link--log-out {
    display: none;
  }
}

#super-header .default-items > a:not(.contextual-links-trigger):last-of-type {
  height: 36px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#super-header .enroll-div-block {
  display: inline-block;
  background: #C5202A;
  font-size: 0.875rem;
  height: 36px !important;
  padding: 0.6rem 1rem;
  margin-right: 3.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

@media all and (max-width: 767px) {
  #super-header .enroll-div-block {
    display: none;
  }
}

#super-header .enroll-div-block a {
  color: white;
  text-decoration: none;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 700;
}

#super-header .enroll-div-block .enroll-edit {
  font-weight: 500;
}

#super-header .enroll-div-block .enroll-edit-span {
  padding-left: .3rem;
  padding-right: .3rem;
}

#super-header .block-items {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 3rem;
  width: 46px;
  height: 36px !important;
  overflow: hidden;
  z-index: 1;
}

@media all and (max-width: 767px) {
  #super-header .block-items {
    display: none;
  }
}

#super-header .block-items button {
  padding: 1.1rem 0;
  height: 36px;
  width: 2.9rem;
  border: none;
  background: transparent url(../images/search_x.png) center center/40% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#super-header .block-items.search-revealed button {
  position: absolute;
  z-index: 1;
  opacity: 1;
}

#super-header .block-items.search-revealed .form-actions,
#super-header .block-items.search-revealed .form-item {
  display: inline-block;
  position: absolute;
}

#super-header .block-items.search-revealed .form-actions {
  position: absolute;
  top: 0;
  left: 1rem;
}

#super-header .block-items.search-revealed .form-item {
  direction: ltr;
  width: 100%;
  height: 2rem;
  bottom: 0;
  position: relative;
  height: 36px;
}

#super-header .block-items.search-revealed .form-item input {
  height: 36px;
  font-size: 1rem;
  padding-left: 3rem;
  width: 100%;
  line-height: 1.5rem;
  text-align: left;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#super-header .ui-autocomplete {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  background: #F9F9F5;
  display: block !important;
}

#super-header .ui-autocomplete .ui-menu-item:not(:last-child) a {
  background: url(../images/search_icon_light_grey.png) 1.3rem center/1rem no-repeat;
}

#super-header .ui-autocomplete .ui-menu-item:not(:last-child) a.ui-state-focus {
  background: #C5202A url(../images/search_icon.png) 1.3rem center/1rem no-repeat;
}

#super-header .ui-autocomplete .ui-menu-item:last-child a.ui-state-focus {
  background: #C5202A;
}

#super-header .ui-autocomplete .ui-state-focus {
  border: none;
  border-radius: 0;
  color: white;
}

#super-header .ui-autocomplete a {
  padding: 0 3rem;
  color: #545454;
}

@media all and (max-width: 767px) {
  #super-header {
    height: 0;
    overflow: visible;
    display: none;
  }
}

#block-search-form {
  background: #731317 url("../images/search_icon.png") no-repeat 16px 8px;
  background-size: 18px;
  direction: rtl;
  padding: 0;
}

#block-search-form .contextual-links-wrapper {
  display: none;
}

#block-search-form .contextual-links-trigger {
  left: 25px;
}

#block-search-form .form-actions,
#block-search-form .form-item {
  display: none;
}

#block-search-form button {
  display: inline-block;
  vertical-align: middle;
}

#block-search-form .form-actions {
  padding: 0.49rem 0;
}

#block-search-form .form-item {
  margin: 0;
}

#block-search-form input[name="submit"] {
  height: 1.2rem;
  display: block;
  width: auto;
}

#block-search-form input[type="text"] {
  background: transparent;
  color: white;
}

.form-item-search-block-form .ui-helper-hidden-accessible {
  display: none;
}

#header {
  background: white;
}

@media all and (min-width: 768px) and (max-width: 930px) {
  #header > .limiter {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media all and (max-width: 767px) {
  #header {
    background: #F9F9F5;
  }
  #header .limiter {
    padding: 0 1rem;
  }
}

@media all and (max-width: 320px) {
  #header .limiter {
    padding: 0 1rem;
  }
}

.logo {
  width: 250px;
  max-width: 55%;
  padding: 1rem 0 0;
  display: inline-block;
}

@media all and (max-width: 320px) {
  .logo {
    width: 145px;
    margin-top: 5px;
  }
}

@media all and (max-width: 930px) {
  .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
}

@media all and (max-width: 767px) {
  .logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 200px;
    padding: 1rem 0;
    display: block;
  }
}

.region-header {
  float: right;
}

@media all and (max-width: 930px) {
  .region-header {
    float: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
  }
}

.region-header #block-menu-menu-main-menu-redesign {
  padding: 0.75rem 0 0;
}

@media all and (max-width: 930px) {
  .region-header #block-menu-menu-main-menu-redesign ul.menu {
    margin-top: 0;
    margin-left: 1.5rem;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}

.region-header #block-menu-menu-main-menu-redesign ul {
  margin-left: 0;
}

.region-header #block-menu-menu-main-menu-redesign li {
  padding-left: 0;
  list-style: none;
}

.region-header #block-menu-menu-main-menu-redesign li {
  display: inline-block;
}

.region-header #block-menu-menu-main-menu-redesign li {
  margin: 0 0.7rem;
}

.region-header #block-menu-menu-main-menu-redesign li:nth-child(2), .region-header #block-menu-menu-main-menu-redesign li:last-child {
  display: none;
}

@media all and (max-width: 930px) {
  .region-header #block-menu-menu-main-menu-redesign li {
    margin: 0;
    padding-right: 0;
  }
  .region-header #block-menu-menu-main-menu-redesign li.first {
    display: none;
  }
}

.region-header #block-menu-menu-main-menu-redesign a {
  text-decoration: none;
  font-weight: 600;
  color: #185156;
  text-transform: uppercase;
}

.region-header #block-menu-menu-main-menu-redesign a:hover, .region-header #block-menu-menu-main-menu-redesign a:focus, .region-header #block-menu-menu-main-menu-redesign a:active {
  text-decoration: underline;
}

.region-header #block-menu-menu-main-menu-redesign a.active {
  color: #C5202A;
}

@media all and (max-width: 930px) {
  .region-header #block-menu-menu-main-menu-redesign a {
    font-size: .85rem;
  }
}

@media all and (max-width: 740px) {
  .region-header #block-menu-menu-main-menu-redesign a {
    font-size: .8rem;
  }
}

@media all and (max-width: 767px) {
  .region-header #block-menu-menu-main-menu-redesign {
    display: none;
  }
}

header.maf-tao-page-header {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  z-index: 900;
}

.badge {
  position: relative;
}

.badge-cart[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  bottom: -6px;
  left: -6px;
  font-size: .8rem;
  background: white;
  color: red;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px 1px teal;
          box-shadow: 0 0 4px 1px teal;
  border: 1px solid teal;
}

.badge[data-badge=""]:after {
  content: none;
}

#block-system-main {
  padding: 0;
}

#content {
  min-height: 50px;
}

#footer {
  overflow: hidden;
  background: #185156;
  color: white;
  text-transform: uppercase;
}

#footer ul {
  padding-left: 0;
}

#footer li {
  list-style: none;
  margin: 0;
}

#footer a {
  text-decoration: none;
  text-transform: uppercase;
  color: #F9F9F5;
}

#footer a:hover, #footer a:focus, #footer a:active {
  text-decoration: underline;
}

@media all and (max-width: 659px) {
  #footer {
    padding: 1rem 0;
  }
}

/* Region Page Bottom */
#page-bottom .limiter {
  max-width: 100%;
  padding: 0;
}

.region-footer {
  font-size: 13px;
}

.region-footer .block h2 {
  margin-top: 0;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.region-footer .block#block-menu-menu-get-help, .region-footer .block#block-menu-menu-about-us {
  letter-spacing: 3px;
}

@media all and (max-width: 529px) {
  .region-footer {
    letter-spacing: 1px;
  }
  .region-footer .block:first-of-type {
    padding-bottom: 0;
  }
  .region-footer .block:not(first-of-type) {
    padding-top: 0.5rem;
  }
  .region-footer .block:not(first-of-type) h2 {
    font-weight: 500;
  }
}

@media all and (min-width: 530px) {
  .region-footer {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .region-footer .block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 3rem 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .region-footer .block:not(:first-child) {
    border-left: solid #347DA0 1px;
    padding-left: 1.5rem;
  }
}

@media all and (min-width: 750px) {
  .region-footer .block {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
  }
  .region-footer .block#block-menu-menu-get-help {
    display: block;
  }
}

@media all and (min-width: 960px) {
  .region-footer .block {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .region-footer .block#block-menu-menu-about-us {
    display: block;
  }
}

.information_footer_block p {
  font-size: 15px;
}

.information_footer_block img {
  width: 200px;
  max-width: 95%;
  margin-top: -1rem;
}

.social_footer img {
  width: 40px;
  margin-right: 0.75rem;
}

@media all and (max-width: 659px) {
  .social_footer {
    padding-bottom: 0 !important;
  }
  .social_footer p:last-child {
    margin-bottom: 0;
  }
}

#sub-footer {
  background: #262222;
  padding: 0.5rem 0;
}

#sub-footer a {
  text-decoration: none;
}

#sub-footer a:hover, #sub-footer a:focus, #sub-footer a:active {
  text-decoration: underline;
}

#sub-footer a,
#sub-footer span {
  color: #F9F9F5;
  display: block;
  line-height: 1.5rem;
  font-size: 1rem;
}

@media all and (min-width: 556px) {
  #sub-footer {
    padding: 0;
    border-top: solid 4px #C5202A;
    border-bottom: solid 4px #545454;
    background: #F9F9F5;
  }
  #sub-footer a,
  #sub-footer span {
    font-size: 0.8rem;
    line-height: 2rem;
    font-weight: 600;
    display: inline-block;
    color: #545454;
  }
  #sub-footer a {
    padding: 0 0.5em;
    border-left: solid 1px #545454;
  }
  #sub-footer span {
    margin-right: 0.5em;
  }
}

/* Blocks */
.block {
  padding: 2rem 0;
}

.get_started_with_medicalert {
  background: #347DA0;
  color: white;
  text-align: center;
  padding: 2rem;
}

.get_started_with_medicalert h2 {
  margin-bottom: 0;
}

.get_started_with_medicalert p {
  margin: 2rem auto;
  max-width: 35rem;
}

.get_started_with_medicalert p:first-child {
  margin-top: .5rem;
}

@media all and (max-width: 659px) {
  .get_started_with_medicalert h2 {
    margin-bottom: 2rem;
  }
}

.email-newsletter-registration-block {
  background: #347DA0;
  color: white;
  text-align: center;
  padding: 2rem;
}

.email-newsletter-registration-block h2 {
  margin: 0;
  font-size: 48px;
}

.email-newsletter-registration-block form > div {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.email-newsletter-registration-block .webform-component-markup {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.email-newsletter-registration-block p.newsletter-signup-subtitle {
  font-size: 16pt;
  line-height: initial;
  margin: 0;
}

.email-newsletter-registration-block .webform-component-textfield,
.email-newsletter-registration-block .webform-component-email {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10rem;
          flex: 0 1 10rem;
  margin: 1rem;
}

.email-newsletter-registration-block .webform-component input.form-text {
  height: 40px;
  height: initial !important;
}

.email-newsletter-registration-block .form-actions {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.email-newsletter-registration-block .webform-confirmation a {
  color: #ccffcc;
}

.email-newsletter-registration-block .webform-confirmation .links {
  display: none;
}

/* Paragraphs */
.field-name-field-sections
> .field-items
> .field-item
> .entity-paragraphs-item {
  overflow: hidden;
}

.paragraphs-items-field-accessible-modals .field-item {
  margin-right: .75rem;
  margin-left: .75rem;
}

.paragraphs-item-cta-button {
  margin-top: 2rem;
}

.paragraphs-item-cta-button.white a {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: #C5202A;
  background: white;
  border-color: #C5202A;
}

@media all and (max-width: 750px) {
  .paragraphs-item-cta-button.white a {
    font-weight: bold;
  }
}

.paragraphs-item-cta-button.white a:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.paragraphs-item-cta-button.red a {
  color: red;
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #C5202A;
  border-color: white;
  border-width: thin;
}

@media all and (max-width: 750px) {
  .paragraphs-item-cta-button.red a {
    font-weight: bold;
  }
}

.paragraphs-item-cta-button.red a:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.paragraphs-item-cta-button.red a:visited {
  color: white;
}

.paragraphs-item-cta-button .field-item {
  display: inline-block;
}

@media all and (max-width: 659px) {
  .paragraphs-item-cta-button {
    text-align: center;
  }
}

.hero {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.hero h1 {
  margin: 0;
}

.hero .field-name-field-header-text {
  font-size: 4.2rem;
}

.hero .field-name-field-body {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.hero p {
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem;
}

.hero .field-name-field-background-image + .limiter p {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

@media all and (max-width: 889px) {
  .hero h1 {
    max-width: 95%;
    margin: 0 auto;
  }
  .hero .field-name-field-cta-buttons > .field-items > .field-item {
    margin-bottom: 1rem;
  }
  .hero .paragraphs-items-field-accessible-modals {
    display: none !important;
  }
}

@media all and (max-width: 414px) {
  .hero h1 {
    margin-top: 0;
  }
}

.teal {
  color: #185156;
}

.light-blue {
  color: #347DA0;
}

.field-name-field-background-image img {
  height: auto;
}

.accordion-item {
  display: none;
}

/* Homepage */
#block-block-12 {
  display: none;
}

.front .page-title {
  display: none;
}

.front .field-name-field-sections > .field-items > .field-item > .entity p {
  font-weight: 600;
}

.front .field-name-field-sections > .field-items > .field-item > .entity:not(.hero) {
  padding: 3rem 0;
}

.front .hero .paragraphs-items-field-cta-buttons,
.front .hero .paragraphs-items-field-accessible-modals {
  display: inline-block;
}

.front .hero .paragraphs-items-field-cta-buttons .field-item,
.front .hero .paragraphs-items-field-accessible-modals .field-item {
  margin: 0 .75rem;
  display: inline-block;
}

@media all and (max-width: 767px) {
  .front .hero .paragraphs-items-field-cta-buttons .field-item,
  .front .hero .paragraphs-items-field-accessible-modals .field-item {
    display: block;
  }
}

@media all and (max-width: 889px) {
  .front .hero .field-name-field-background-image .field-items {
    height: 100%;
  }
  .front .hero .field-name-field-background-image .field-items .field-item {
    height: 100%;
    overflow: hidden;
    height: 575px;
    width: 100%;
    text-align: center;
  }
  .front .hero .field-name-field-background-image img {
    max-width: none !important;
    width: auto;
    height: 700px;
    margin-left: -700px;
  }
}

@media all and (max-width: 767px) {
  .front .hero .field-name-field-background-image img {
    margin-left: -635px;
    height: 600px;
  }
}

@media all and (max-width: 540px) {
  .front .hero .field-name-field-background-image img {
    margin-left: -800px;
  }
}

.front #js-modal h1 {
  position: absolute;
  left: -100000px;
}

.front .paragraphs-item-body-ctas.get-started {
  background: #F9F9F5;
  text-align: center;
  margin: 0;
  padding: 2rem 0;
}

.front .paragraphs-item-body-ctas.get-started h2 {
  margin: 0 auto 1rem;
  font-family: "Raleway", sans-serif;
}

@media all and (min-width: 767px) {
  .front .paragraphs-item-body-ctas.get-started {
    display: none;
  }
}

.face-emergency .limiter > .content,
.first-responders .limiter > .content,
.speaks-for-members .limiter > .content {
  max-width: 100%;
  width: 100%;
}

@media all and (min-width: 800px) {
  .face-emergency .limiter > .content,
  .first-responders .limiter > .content,
  .speaks-for-members .limiter > .content {
    position: absolute;
  }
}

.face-emergency h2,
.first-responders h2,
.speaks-for-members h2 {
  background: white;
  margin-bottom: 0;
  line-height: 1em;
}

.face-emergency h2:after,
.first-responders h2:after,
.speaks-for-members h2:after {
  display: none;
  bottom: -2.05rem;
  color: #005040;
  opacity: 0.7;
  content: "+";
  font-weight: 900;
  font-family: Roboto, sans-serif;
  font-size: 20rem;
  position: absolute;
}

@media all and (max-width: 1020px) {
  .face-emergency h2:after,
  .first-responders h2:after,
  .speaks-for-members h2:after {
    bottom: -2.5rem;
  }
}

@media all and (max-width: 767px) {
  .face-emergency h2:after,
  .first-responders h2:after,
  .speaks-for-members h2:after {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .face-emergency .field-name-field-paragraph-image,
  .first-responders .field-name-field-paragraph-image,
  .speaks-for-members .field-name-field-paragraph-image {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .face-emergency h2,
  .first-responders h2,
  .speaks-for-members h2 {
    padding: 1rem 2rem;
  }
}

@media all and (min-width: 1020px) {
  .face-emergency h2::after,
  .first-responders h2::after,
  .speaks-for-members h2::after {
    bottom: -3rem;
  }
}

.face-emergency,
.first-responders {
  text-align: center;
}

.face-emergency h2,
.first-responders h2 {
  margin-top: 0;
}

.face-emergency .field-name-field-paragraph-image,
.first-responders .field-name-field-paragraph-image {
  width: 40%;
}

.face-emergency .field-name-field-paragraph-image img,
.first-responders .field-name-field-paragraph-image img {
  height: auto;
}

.face-emergency .field-name-field-paragraph-image + .content,
.first-responders .field-name-field-paragraph-image + .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.face-emergency .limiter > .content,
.first-responders .limiter > .content {
  padding-top: 2rem;
}

.face-emergency p,
.first-responders p {
  margin-bottom: 2rem;
}

@media all and (max-width: 659px) {
  .face-emergency,
  .first-responders {
    /*
.field-name-field-paragraph-image {
display: block;
margin: 0 auto;
width: 350px;
max-width: 90%;
}
*/
  }
  .face-emergency .limiter > .content,
  .first-responders .limiter > .content {
    padding-top: 0;
  }
}

@media all and (min-width: 660px) {
  .face-emergency,
  .first-responders {
    text-align: left;
  }
}

.face-emergency h2:after {
  left: -6.9rem;
}

@media all and (max-width: 659px) {
  .face-emergency {
    margin-bottom: 0;
  }
  .face-emergency p {
    margin-bottom: 0;
  }
}

@media all and (min-width: 660px) {
  .face-emergency h2 {
    margin-left: -35%;
  }
  .face-emergency .field-name-field-paragraph-image + .content {
    width: 56%;
    padding-left: 2.5rem;
  }
  .face-emergency .field-name-field-paragraph-image,
  .face-emergency .field-name-field-paragraph-image + .content {
    display: inline-block;
  }
}

@media all and (min-width: 860px) {
  .face-emergency h2 {
    margin-left: -26%;
  }
  .face-emergency .field-name-field-paragraph-image + .content {
    padding-left: 5rem;
  }
}

div.first-responders h2 {
  min-width: 58%;
  padding-left: 0;
  display: inline-block;
}

div.first-responders h2:after {
  right: -6.9rem;
}

div.first-responders div.field-name-field-paragraph-image {
  position: absolute;
  right: 2rem;
}

@media all and (min-width: 960px) {
  div.first-responders div.field-name-field-paragraph-image {
    position: relative;
    right: initial;
    float: right;
  }
}

@media all and (max-width: 659px) {
  div.first-responders {
    margin-top: 0;
  }
}

@media all and (min-width: 660px) {
  div.first-responders .field-name-field-paragraph-image + .content p {
    max-width: 50%;
  }
}

.front .speaks-for-members .limiter > .content {
  width: 100%;
}

.speaks-for-members {
  background-color: #F9F9F5;
  overflow: hidden;
  padding: 0 !important;
}

.speaks-for-members a {
  color: #C5202A;
  margin-top: 2rem;
}

.speaks-for-members .field-name-field-background-image + .limiter {
  width: auto;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  position: relative;
}

.speaks-for-members .views-field-field-content-title .image {
  display: none;
}

.speaks-for-members .views-field-field-content-title .hyphen,
.speaks-for-members .views-field-field-content-title .attr {
  display: inline-block;
}

.speaks-for-members .views-field-field-content-title .attr span {
  margin-left: 0.5rem;
}

.speaks-for-members .field-name-field-background-image {
  width: 35%;
  position: absolute !important;
  right: 0;
}

.speaks-for-members .field-name-field-background-image img {
  height: auto;
  display: block;
}

.speaks-for-members h2 {
  background: #F9F9F5;
  display: inline-block;
  padding-left: 0;
}

.speaks-for-members h2:after {
  right: -4.2rem;
  font-size: 12rem;
  bottom: -2.55rem;
}

@media all and (max-width: 1019px) {
  .speaks-for-members h2:after {
    bottom: -2.05rem;
  }
}

.speaks-for-members h2 span {
  display: block;
}

.speaks-for-members p {
  color: #545454;
  font-weight: 500;
}

.speaks-for-members .field-name-field-view-reference {
  width: 45%;
  padding-left: 10%;
  margin-top: 2rem;
}

.speaks-for-members .field-name-field-view-reference .views-field-field-content-title .field-content {
  color: #347DA0;
  font-weight: 600;
}

.speaks-for-members .field-name-field-view-reference .views-field-field-content-title .field-content span {
  color: #545454;
}

.speaks-for-members .field-name-field-view-reference .slick__arrow {
  top: auto;
  bottom: -5.5rem;
}

.speaks-for-members .field-name-field-view-reference .slick-next {
  position: absolute !important;
  right: 20%;
}

.speaks-for-members .field-name-field-view-reference .slick-next:before {
  content: ">";
}

.speaks-for-members .field-name-field-view-reference .slick-prev {
  position: absolute !important;
  left: 17%;
}

.speaks-for-members .field-name-field-view-reference .slick-prev:before {
  content: "<";
}

.speaks-for-members .field-name-field-view-reference .slick-arrow {
  margin-top: -5.6rem;
}

.speaks-for-members .field-name-field-view-reference .slick-arrow:before {
  background: transparent;
  -webkit-transform: scale(1, 2);
          transform: scale(1, 2);
  color: #347DA0;
  display: block;
  font-size: 1.6rem;
}

.speaks-for-members .field-name-field-view-reference .slick-dots {
  bottom: -3rem;
}

.speaks-for-members .field-name-field-view-reference .slick-dots li button:before {
  color: #347DA0;
}

@media all and (max-width: 767px) {
  .speaks-for-members {
    text-align: center;
  }
  .speaks-for-members .field-name-field-background-image {
    display: none;
  }
  .speaks-for-members .field-name-field-view-reference {
    width: 100%;
    padding-left: 0;
  }
  .speaks-for-members h2 span {
    display: inline;
  }
}

@media all and (min-width: 768px) {
  .speaks-for-members h2:before {
    width: 33%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    background-color: #347DA0;
    content: "";
  }
}

@media all and (max-width: 550px) {
  .speaks-for-members h2 * {
    display: inline;
  }
  .speaks-for-members .views-field-field-content-title {
    margin: 2rem auto;
  }
  .speaks-for-members .views-field-field-content-title .hyphen {
    display: none;
  }
  .speaks-for-members .image img {
    display: block;
    width: 100px;
  }
  .speaks-for-members .attr span {
    display: block;
    margin-left: 12px;
  }
  .speaks-for-members .views-field-field-content-title .image,
  .speaks-for-members .attr {
    vertical-align: middle;
    display: inline-block;
  }
  .speaks-for-members .views-field-field-content-title .image {
    display: none;
  }
  .speaks-for-members .slick-dots {
    display: none !important;
  }
  .speaks-for-members .field-name-field-view-reference .slick-prev {
    left: 35%;
    font-weight: 900;
    margin-bottom: 0;
  }
  .speaks-for-members .field-name-field-view-reference .slick-next {
    right: 35%;
    font-weight: 900;
    margin-bottom: 0;
  }
}

@media all and (min-width: 800px) {
  .speaks-for-members .field-name-field-background-image {
    width: 45%;
  }
  .speaks-for-members .field-name-field-view-reference {
    width: 30%;
  }
}

@media all and (min-width: 1000px) {
  .speaks-for-members .field-name-field-view-reference {
    background: url("../images/quote_mark.png") no-repeat 7% 32%/3.5rem;
  }
}

.page-our-partners #main-content,
.page-worldwide-locations #main-content {
  background: #F9F9F5;
}

.page-our-partners #main-content:before,
.page-worldwide-locations #main-content:before {
  content: '';
  background: white;
  width: 10000px;
  height: 21rem;
  position: absolute;
  z-index: 1;
}

.page-our-partners #main-content {
  background: #F9F9F5;
}

.page-our-partners #main-content:before {
  height: 20rem;
}

.view-partners-alt {
  text-align: center;
  z-index: 2;
}

.view-partners-alt h1 {
  font-size: 3.5rem;
  color: #185156;
  margin-bottom: 1rem;
}

.view-partners-alt p {
  padding: 1rem 2rem;
  margin: 0 auto;
}

.view-partners-alt .view-content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-partners-alt.view-display-id-page .views-row {
  width: 25%;
}

@media all and (max-width: 1200px) {
  .view-partners-alt.view-display-id-page .views-row {
    width: 50%;
  }
}

@media all and (max-width: 767px) {
  .view-partners-alt.view-display-id-page .views-row {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
}

.view-partners-alt.view-display-id-page_1 {
  max-width: 960px;
  margin: 0 auto;
}

.view-partners-alt.view-display-id-page_1 .views-row {
  width: 33%;
}

.view-partners-alt.view-display-id-page_1 .views-row a {
  text-decoration: none;
  color: #545454;
}

.view-partners-alt.view-display-id-page_1 .views-row img,
.view-partners-alt.view-display-id-page_1 .views-row span {
  margin-top: -2rem;
}

.view-partners-alt .views-row {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.75rem;
}

.view-partners-alt .views-row:before {
  content: '';
  display: block;
  float: left;
  padding-top: 100%;
}

.view-partners-alt .views-field-field-image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid #F8F4F4 5px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: white;
}

.view-partners-alt .views-field-field-image .field-content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.view-partners-alt .views-field-field-image a {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 767px) {
  .view-partners-alt .views-field-field-image a {
    padding: 1rem;
  }
}

.view-partners-alt .views-field-field-image img {
  width: 100%;
  height: auto;
}

/* Global Module Styles */
.paragraphs-item-body-ctas h2 {
  color: #185156;
}

.paragraphs-item-body-ctas .field-type-text-long p {
  margin-bottom: 0.25rem;
}

.paragraphs-item-body-ctas .field-type-text-long ul {
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}

.paragraphs-item-body-ctas .field-type-text-long ul li {
  padding-left: 1rem;
  margin-bottom: .5rem;
  text-indent: -0.7rem;
  line-height: 1.4rem;
}

.paragraphs-item-body-ctas .field-type-text-long ul li::before {
  content: "• ";
  color: #347DA0;
}

.about-us .first-responders {
  margin-bottom: 3rem;
}

.about-us .first-responders h2::after {
  font-size: 16rem;
  right: -5.6rem;
  bottom: -2.8rem;
}

.about-us .first-responders.paragraphs-item-body-ctas .field-type-text-long p {
  max-width: 55%;
}

@media all and (max-width: 659px) {
  .about-us .first-responders {
    text-align: left;
  }
}

.about-us .speaks-for-members {
  background: white;
}

.about-us .speaks-for-members h2 {
  background: white;
}

@media all and (max-width: 659px) {
  .about-us {
    text-align: left;
  }
  .about-us .first-responders .limiter {
    max-width: auto;
  }
  .about-us .first-responders.paragraphs-item-body-ctas .field-type-text-long p {
    max-width: initial;
  }
}

.when-you-need-us {
  background-color: #185156;
  color: white;
}

.when-you-need-us .field-name-field-content-blocks > .field-items {
  text-align: center;
}

.when-you-need-us .field-name-field-content-blocks > .field-items > .field-item {
  display: inline-block;
  width: 450px;
  vertical-align: top;
  text-align: left;
}

.when-you-need-us .field-name-field-content-blocks > .field-items > .field-item:first-child {
  margin: 5rem 1.5rem 5rem 0;
}

.when-you-need-us .field-name-field-content-blocks > .field-items > .field-item:last-child {
  margin: 3.5rem 0 3.5rem 1.5rem;
}

.when-you-need-us ul {
  list-style-type: none;
}

.when-you-need-us li {
  padding-left: 1rem;
  border-left: solid 1px #347DA0;
}

.when-you-need-us li:not(:last-child) {
  margin-bottom: 2rem;
}

.when-you-need-us h2 {
  margin: 0;
}

.view-personell img,
.view-personnel img {
  border-radius: 200px;
}

.view-personell .bod-content,
.view-personnel .bod-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.leadership {
  background: #F9F9F5;
  margin-bottom: 3rem;
}

@media all and (max-width: 1199px) {
  .leadership .personnel-view.high-resolution {
    display: none;
  }
}

@media all and (max-width: 1199px) {
  .leadership .limiter {
    padding: 0.5rem;
  }
}

@media all and (min-width: 1200px) {
  .leadership .personnel-view.mobile-resolution {
    display: none;
  }
}

.leadership .personnel-view.mobile-resolution button.accordion-control {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 3rem 0.5rem 0.5rem;
}

.leadership .personnel-view.mobile-resolution .personnel-photo {
  display: inline-block;
  max-height: 4rem;
  max-width: 4rem;
  margin-right: 1rem;
}

.leadership .personnel-view.mobile-resolution .personnel-photo img {
  max-width: inherit;
  max-height: inherit;
}

.leadership .personnel-view.mobile-resolution .personnel-label {
  display: inline-block;
}

.leadership .personnel-view.mobile-resolution .personnel-label .personnel-name {
  display: block;
  font-size: 22px;
  margin-bottom: 0.5rem;
}

.leadership .personnel-view.mobile-resolution .personnel-label .personnel-title {
  display: block;
  font-size: 14px;
  line-height: initial;
}

.leadership-mobile {
  display: none;
  padding: 0 2rem;
}

.leadership-mobile__item {
  margin-bottom: 2rem;
}

.leadership-mobile__img {
  text-align: center;
  margin-bottom: 1rem;
}

.leadership-mobile__name {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media all and (max-width: 767px) {
  .leadership-mobile__name {
    text-align: left;
  }
}

.leadership-mobile__desc {
  font-style: italic;
  text-align: center;
}

@media all and (max-width: 767px) {
  .leadership-mobile__desc {
    text-align: left;
  }
}

.leadership-mobile__toggle {
  display: block;
  font-weight: bold;
  color: #185156;
}

.leadership-mobile__toggle--show {
  margin-top: 10px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .leadership-mobile__toggle--show {
    text-align: left;
  }
}

.leadership-mobile p {
  display: none;
}

@media all and (max-width: 1199px) {
  .leadership-mobile {
    display: block;
  }
}

.leadership h2 {
  text-align: center;
  color: #185156;
}

.leadership ul.tabsList {
  list-style-type: none;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

.leadership ul.tabsList img {
  width: 150px;
  height: auto;
}

.leadership ul.tabsList li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin-right: 0px;
}

.leadership ul.tabsList li a {
  width: 100%;
  height: 150%;
  text-align: center;
  outline: 0;
}

.leadership .tabPanel {
  overflow: visible;
  margin-top: 4rem;
}

.leadership .tabPanel p:last-child::after, .leadership .tabPanel p:last-child::before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c1c1be), to(white));
  background-image: linear-gradient(#c1c1be, white);
  top: 0;
  bottom: 0;
  width: 1px;
}

.leadership .tabPanel p:last-child::before {
  left: -1px;
}

.leadership .tabPanel p:last-child::after {
  right: -1px;
}

.leadership .tabPanel h3 {
  color: #185156;
}

.leadership .tabPanel h3,
.leadership .tabPanel .description {
  display: block;
  position: absolute !important;
  width: 20%;
  text-align: center;
  left: 0;
  visibility: visible;
}

.leadership .tabPanel h3 {
  top: -5rem;
  font-family: "Raleway", sans-serif;
  color: #185156;
  font-weight: 600;
}

.leadership .tabPanel .description {
  top: -2rem;
}

.leadership .tabPanel p {
  padding: 1rem 3.5rem;
}

.leadership .tabPanel::before {
  display: block;
  content: "";
  height: 10rem;
  width: 20%;
  position: absolute;
  left: 0;
  margin-left: -1px;
  top: -10rem;
  margin-top: -1px;
  border: solid 1px #C1C1BE;
  border-bottom: 0;
}

.leadership .tabPanel::after {
  display: block;
  content: "";
  width: 20%;
  height: 6px;
  top: -0.5rem;
  position: absolute;
  border-bottom: 3px solid #F9F9F5;
}

.leadership .tabPanel:nth-of-type(2)::before, .leadership .tabPanel:nth-of-type(2)::after,
.leadership .tabPanel:nth-of-type(2) h3,
.leadership .tabPanel:nth-of-type(2) .description {
  left: 20%;
}

.leadership .tabPanel:nth-of-type(3)::before, .leadership .tabPanel:nth-of-type(3)::after,
.leadership .tabPanel:nth-of-type(3) h3,
.leadership .tabPanel:nth-of-type(3) .description {
  left: 40%;
}

.leadership .tabPanel:nth-of-type(4)::before, .leadership .tabPanel:nth-of-type(4)::after,
.leadership .tabPanel:nth-of-type(4) h3,
.leadership .tabPanel:nth-of-type(4) .description {
  left: 60%;
}

.leadership .tabPanel:nth-of-type(5)::before, .leadership .tabPanel:nth-of-type(5)::after,
.leadership .tabPanel:nth-of-type(5) h3,
.leadership .tabPanel:nth-of-type(5) .description {
  left: 80%;
}

.bod {
  margin-bottom: 3rem;
}

.bod .field-name-field-content-blocks > .field-items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bod .field-name-field-content-blocks > .field-items > .field-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.bod .field-name-field-content-blocks > .field-items > .field-item:first-child {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.bod .field-name-field-content-blocks > .field-items > .field-item h2 {
  width: 90%;
  color: #185156;
}

.bod .field-name-field-content-blocks > .field-items > .field-item .view-content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.bod .field-name-field-content-blocks > .field-items > .field-item .views-row {
  margin: 1rem 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.bod .field-name-field-content-blocks > .field-items > .field-item .views-row .views-field-title {
  color: #185156;
  font-weight: 600;
}

@media all and (max-width: 659px) {
  .bod .field-name-field-content-blocks > .field-items {
    display: block;
  }
  .bod .field-name-field-content-blocks > .field-items > .field-item:first-child {
    display: block;
  }
  .bod .field-name-field-content-blocks > .field-items > .field-item h2 {
    margin: 0 auto 2rem;
    width: 50%;
    text-align: center;
  }
  .bod .field-name-field-content-blocks > .field-items > .field-item .view-content {
    display: block;
  }
}

.our-story {
  background: #F9F9F5;
  color: #185156;
  padding: 2rem 0;
}

.our-story h2 {
  display: none;
}

@media all and (max-width: 659px) {
  .our-story {
    margin-bottom: 1rem;
    padding: 0;
  }
  .our-story .limiter {
    padding: 0;
  }
  .our-story h2 {
    margin: 0 auto;
    width: auto;
    background-size: auto 50%;
  }
}

.undefined-menu,
.undefined-dropdown {
  display: none !important;
}

label {
  display: initial;
}

.form-text,
.form-select {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: border-box;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  vertical-align: middle;
  background-origin: padding-box;
  background-position: calc(100% - 12px) 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 8px center;
  border: 1px solid #ced4da;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(225, 228, 232, 0.2);
          box-shadow: inset 0 1px 0 rgba(225, 228, 232, 0.2);
  overflow-wrap: normal;
  -webkit-transition: background-color 0s 0.15s ease-in-out;
  transition: background-color 0s 0.15s ease-in-out;
  -webkit-transition: border-color 0s 0.15s ease-in-out;
  transition: border-color 0s 0.15s ease-in-out;
  -webkit-transition: -webkit-box-shadow 0s 0.15s ease-in-out;
  transition: -webkit-box-shadow 0s 0.15s ease-in-out;
  transition: box-shadow 0s 0.15s ease-in-out;
  transition: box-shadow 0s 0.15s ease-in-out, -webkit-box-shadow 0s 0.15s ease-in-out;
}

.form-text {
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
}

.form-select {
  max-width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select::-ms-expand,
.form-text::-ms-clear {
  display: none;
}

select.form-select:focus,
input.form-text:focus {
  color: #000;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-select[multiple="multiple"] {
  background-image: none;
  padding-right: initial;
}

/* Blog */
.pager--infinite-scroll {
  text-align: center;
  list-style-type: none;
  padding-left: 0;
}

.pager--infinite-scroll a {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: #C5202A;
  background: white;
  border-color: #C5202A;
  margin: 1.5rem 0;
}

@media all and (max-width: 750px) {
  .pager--infinite-scroll a {
    font-weight: bold;
  }
}

.pager--infinite-scroll a:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.views-page-blog {
  background: #F9F9F5;
}

.views-page-blog h1 {
  font-size: 2.2rem;
  font-family: "Raleway", sans-serif;
  color: #185156;
  margin-bottom: 1rem;
}

.views-page-blog .view-blog {
  padding: 0 100px;
}

@media all and (max-width: 1200px) {
  .views-page-blog .view-blog {
    padding: 0;
  }
}

.views-page-blog .view-blog .view-empty {
  min-height: 50vh;
}

.view-id-blog {
  /* Filter */
}

.view-id-blog .views-exposed-widgets {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.view-id-blog .views-exposed-widgets .views-submit-button {
  position: absolute;
  right: -35px;
  top: 15px;
}

.view-id-blog .views-exposed-widgets .views-widget-filter-field_blog_tags_tid {
  padding-right: 0;
}

.view-id-blog .view-filters {
  text-align: right;
  position: absolute !important;
  right: 100px;
  top: 0;
}

@media all and (max-width: 767px) {
  .view-id-blog .view-filters {
    text-align: left;
    position: relative !important;
    right: unset;
  }
}

.view-id-blog .view-filters .filters-label,
.view-id-blog .view-filters form {
  display: inline-block;
  vertical-align: top;
}

.view-id-blog .view-filters .filters-label {
  color: white;
  background: #185156;
  padding: 1rem;
  font-weight: 600;
}

.view-id-blog .views-exposed-widget {
  padding-right: 0.25rem;
  padding-top: 0;
  vertical-align: top;
}

.view-id-blog .views-exposed-widget .filter-trigger {
  line-height: 3.1rem;
  text-align: center;
  padding-right: 1.5rem;
}

.view-id-blog .views-exposed-widget .filter-trigger:hover {
  cursor: pointer;
}

.view-id-blog .views-exposed-widget.views-widget-filter-field_blog_tags_tid .filter-trigger {
  color: #185156;
  font-weight: 600;
  width: 4.5rem;
}

.view-id-blog .views-exposed-widget.views-widget-filter-uid .filter-trigger {
  color: #185156;
  font-weight: 600;
  width: 5.5rem;
}

.view-id-blog .views-exposed-widget .form-type-select {
  position: absolute;
  background: white;
  z-index: 1;
  right: 0;
  display: none;
  border: solid 1px #185156;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

@media all and (max-width: 767px) {
  .view-id-blog .views-exposed-widget .form-type-select {
    right: unset;
  }
}

.view-id-blog .views-exposed-widget .form-type-select::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  z-index: 2;
  right: 1rem;
  top: 1rem;
}

.view-id-blog .views-exposed-widget .form-type-select select {
  padding: 0 !important;
  margin: 0 1rem 0 1.5rem;
}

.view-id-blog .views-exposed-widget .views-widget {
  display: inline-block;
  background: white;
}

.view-id-blog .views-exposed-widget .views-widget select {
  width: 200px;
  height: 3.1rem;
  padding: 0 1rem;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.view-id-blog .views-exposed-widget .views-widget select:focus {
  border: 0;
  outline: none;
}

.view-id-blog .views-exposed-widget .views-widget::before, .view-id-blog .views-exposed-widget .views-widget::after {
  position: absolute;
  -webkit-transition: ease all 0.25s;
  transition: ease all 0.25s;
}

.view-id-blog .views-exposed-widget .views-widget::before {
  font-size: 1rem;
  font-family: "FontAwesome";
  content: "\f055";
  color: #F9F9F5;
  z-index: 1;
  right: 0.7rem;
  top: 1rem;
  pointer-events: none;
  font-weight: bold;
}

.view-id-blog .views-exposed-widget .views-widget::after {
  font-size: 0.8rem;
  font-family: "FontAwesome";
  content: "\f111";
  color: #185156;
  right: 0.75rem;
  top: 1.2rem;
  pointer-events: none;
}

.view-id-blog .views-row {
  font-weight: 600;
  overflow: hidden;
  background: white;
  margin-bottom: 4rem;
}

@media all and (max-width: 767px) {
  .view-id-blog .views-row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
}

.view-id-blog .views-row a.more-link {
  color: #c5202a;
}

.view-id-blog .views-row > :not(.views-field-title) {
  line-height: 1.5rem;
}

.view-id-blog .views-row > .views-field-body {
  line-height: 1.7rem;
  margin-bottom: 20px;
}

.view-id-blog .views-field-field-blog-tags,
.view-id-blog .views-field-body,
.view-id-blog .views-field-title,
.view-id-blog .views-field-created {
  margin-left: 360px;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media all and (max-width: 1200px) {
  .view-id-blog .views-field-field-blog-tags,
  .view-id-blog .views-field-body,
  .view-id-blog .views-field-title,
  .view-id-blog .views-field-created {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (max-width: 767px) {
  .view-id-blog .views-field-field-blog-tags,
  .view-id-blog .views-field-body,
  .view-id-blog .views-field-title,
  .view-id-blog .views-field-created {
    margin: 0;
  }
}

.view-id-blog .views-field-name {
  margin-left: 4rem;
}

.view-id-blog .views-field-name a {
  color: #545454;
}

.view-id-blog .views-field-title {
  padding-top: 3rem;
}

@media all and (max-width: 1200px) {
  .view-id-blog .views-field-title {
    padding: 2rem 2rem 0;
  }
}

@media all and (max-width: 767px) {
  .view-id-blog .views-field-title {
    padding-top: 1rem;
  }
}

.view-id-blog .views-field-title h2 {
  margin: 0;
  font-family: "Raleway", sans-serif;
}

.view-id-blog .views-field-title h2 a {
  color: #185156;
  font-size: 2.2rem;
  font-weight: normal;
}

@media all and (max-width: 767px) {
  .view-id-blog .views-field-title h2 a {
    font-size: 24px;
  }
}

.view-id-blog .views-field-field-blog-tags {
  margin-bottom: 1rem;
}

.view-id-blog .views-field-field-blog-tags a {
  text-decoration: none;
}

.view-id-blog img {
  display: block;
  background: teal;
}

@media all and (max-width: 767px) {
  .view-id-blog img {
    width: 100%;
    height: auto;
  }
}

.view-id-blog .views-field-field-blog-splash-image {
  float: left;
}

.view-id-blog .views-field-field-blog-splash-image .field-content:empty {
  width: 360px;
  height: 400px;
  background: url("/sites/all/themes/maf_tao/images/default_blog.png") no-repeat center top;
}

@media all and (max-width: 767px) {
  .view-id-blog .views-field-field-blog-splash-image .field-content:empty {
    width: 100%;
  }
}

/* Firefox */
@-moz-document url-prefix() {
  .view-id-blog .views-exposed-widget .views-widget .form-type-select select {
    /* hides outline around select after selection */
    color: #000;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000;
  }
}

/* Share Icons */
.share__url {
  color: rgba(255, 255, 255, 0);
  border: none;
  resize: none;
}

.share__url::-moz-selection {
  background-color: rgba(255, 255, 255, 0);
}

.share__url::selection {
  background-color: rgba(255, 255, 255, 0);
}

.share__label {
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
}

.share__icons {
  margin-top: 3rem;
}

.share__icon {
  display: inline-block;
  margin-right: 3px;
}

.share__icon img {
  vertical-align: middle;
  width: 35px;
}

#prev-next-nav {
  position: absolute !important;
  bottom: -4.5rem;
  left: 0;
  right: 0;
  text-align: center;
}

#prev-next-nav a {
  font-weight: 600;
}

#prev-next-nav a.white {
  color: #C5202A;
  margin-right: 2rem;
}

#prev-next-nav a.white:hover {
  color: white;
}

.block.media-inquiries {
  padding-top: 0;
}

.block.media-inquiries h2 {
  margin: 0;
  padding: 1.6rem 2.6rem;
  font-weight: 700;
  background: #ECECE7;
  color: #185156;
  font-family: "Raleway", sans-serif;
}

.block.media-inquiries ul {
  margin: 0;
  padding: 1rem 3rem;
  background: white;
  list-style-type: none;
}

.views-page-news_room .block.media-inquiries {
  margin-top: 5.45rem;
}

.view-id-news_room.view-display-id-page .view-filters {
  position: absolute;
  top: -12px;
  right: 0;
}

.view-id-news_room.view-display-id-page .view-filters .views-exposed-widgets {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-id-news_room.view-display-id-page .view-filters .views-exposed-form {
  right: -101%;
}

.view-id-news_room.view-display-id-page .view-filters .views-reset-button {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.view-id-news_room.view-display-id-page .view-filters .views-reset-button input {
  font-weight: 700;
  border-color: transparent;
  background: transparent;
  padding: 0;
  color: #185156;
  text-decoration: underline;
  margin: 0;
}

.view-id-news_room.view-display-id-page .view-filters .views-reset-button input:hover {
  cursor: pointer;
  color: #185156;
}

.view-id-news_room.view-display-id-page .view-filters .views-submit-button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.view-id-news_room.view-display-id-page .view-filters .views-widget-filter-created {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 4rem;
  padding: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.view-id-news_room.view-display-id-page .view-filters .views-widget-filter-created label {
  color: white;
  background: #185156;
  padding: 1rem;
}

.view-id-news_room.view-display-id-page .view-filters .views-widget-filter-created .form-type-select {
  background: white;
}

.view-id-news_room.view-display-id-page .view-filters .views-widget-filter-created .form-type-select::before, .view-id-news_room.view-display-id-page .view-filters .views-widget-filter-created .form-type-select::after {
  position: absolute;
  -webkit-transition: ease all 0.25s;
  transition: ease all 0.25s;
}

.view-id-news_room.view-display-id-page .view-filters .views-widget-filter-created .form-type-select::before {
  font-size: 1rem;
  font-family: "FontAwesome";
  content: "\f055";
  color: #F9F9F5;
  z-index: 1;
  right: 0.7rem;
  top: 1rem;
  pointer-events: none;
  font-weight: bold;
}

.view-id-news_room.view-display-id-page .view-filters .views-widget-filter-created .form-type-select::after {
  font-size: 0.8rem;
  font-family: "FontAwesome";
  content: "\f111";
  color: #185156;
  right: 0.75rem;
  top: 1.1rem;
  pointer-events: none;
}

.view-id-news_room.view-display-id-page .view-filters .views-widget-filter-created select {
  color: #185156;
  height: 50px !important;
  padding: 0 1rem;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.view-id-news_room.view-display-id-page .view-filters .views-widget-filter-created select:focus {
  border: 0;
  outline: none;
}

.view-id-news_room.view-display-id-page .view-content {
  padding: 3rem 4rem;
  background: white;
}

.view-id-news_room.view-display-id-page .views-row {
  padding: 1.5rem 0;
}

.view-id-news_room.view-display-id-page .views-row:first-child {
  padding-top: 0;
}

.view-id-news_room.view-display-id-page .views-row:last-child {
  padding-bottom: 0;
}

.view-id-news_room.view-display-id-page .views-row:not(:last-child) {
  border-bottom: #545454 solid 1px;
}

.view-id-news_room.view-display-id-page h2 {
  margin: 0;
  font-size: 26px;
}

.view-id-news_room.view-display-id-page h2 a {
  color: #185156;
}

.view-id-news_room.view-display-id-page h3 {
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 700;
}

.view-id-news_room.view-display-id-page h3 a:visited {
  color: #347DA0;
}

.view-id-news_room.view-display-id-page .views-field-created {
  font-weight: 700;
  font-size: 12px;
}

/* Firefox */
@-moz-document url-prefix() {
  .view-id-news_room.view-display-id-page .view-filters {
    /* FF specific positioning */
    /* hides outline around select after selection */
  }
  .view-id-news_room.view-display-id-page .view-filters .views-exposed-form {
    right: -98%;
  }
  .view-id-news_room.view-display-id-page .view-filters .views-widget-filter-created select {
    color: #000;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000;
  }
}

.view-faqs .views-field-title,
.view-faq-search-results .views-field-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.view-faqs .red,
.view-faq-search-results .red {
  color: #C5202A;
}

.view-faqs .answer-label,
.view-faq-search-results .answer-label {
  margin-right: 0.5rem;
}

.view-faqs .views-field-body span,
.view-faqs .views-field-body p,
.view-faq-search-results .views-field-body span,
.view-faq-search-results .views-field-body p {
  display: inline;
}

.view-faqs .views-field-body span,
.view-faq-search-results .views-field-body span {
  font-weight: 700;
}

/* Search Results */
.page-search {
  background: #F9F9F5;
}

.page-search #block-system-main > .content {
  background: white;
  padding: 2rem 3rem;
}

@media all and (max-width: 767px) {
  .page-search #block-system-main > .content {
    padding: 2rem;
  }
}

@media all and (max-width: 767px) {
  .page-search #block-system-main > .content h1 {
    font-size: 24px;
    margin: 3rem 0 1rem;
  }
}

.page-search #block-system-main > .content .search-form {
  text-align: left;
}

@media all and (max-width: 767px) {
  .page-search #block-system-main > .content .search-form #clear-search {
    float: none;
    margin-top: 0;
  }
}

.page-search #block-system-main > .content .form-wrapper {
  margin-bottom: 1rem;
}

.page-search #block-system-main > .content .search-advanced .fieldset-wrapper {
  text-align: left;
  padding: 2rem;
}

.page-search #block-system-main > .content ol {
  padding-left: 0;
}

.page-search #block-system-main > .content ol li {
  padding: 1.5rem 0;
}

.page-search #block-system-main > .content ol li:first-child {
  padding-top: 0;
}

.page-search #block-system-main > .content ol li:last-child {
  padding-bottom: 0;
}

.page-search #block-system-main > .content ol li:not(:last-child) {
  border-bottom: #545454 solid 1px;
}

@media all and (max-width: 767px) {
  .page-search #block-system-main > .content ol .search-snippet-info {
    padding-left: 0;
  }
}

.page-search #edit-basic {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}

@media all and (max-width: 767px) {
  .page-search #edit-basic {
    display: block;
  }
}

.page-search #edit-basic .form-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 55%;
  grid-template-columns: 45% 55%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-template-areas: "label label" "field desc" "autocomplete autocomplete";
}

@media all and (max-width: 767px) {
  .page-search #edit-basic .form-item {
    display: block;
  }
}

.page-search #edit-basic .form-item label {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: label;
}

.page-search #edit-basic .form-item #edit-keys {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: field;
  border: 1px solid lightgray;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 48px !important;
}

.page-search #edit-basic .form-item .ui-helper-hidden-accessible {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: desc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  padding: 0 0 0 20px;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .page-search #edit-basic .form-item .ui-helper-hidden-accessible {
    display: none;
  }
}

.page-search #edit-basic .form-item .ui-autocomplete {
  position: absolute;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: autocomplete;
}

.page-search #edit-basic .form-submit {
  -ms-grid-column: 2;
  margin-top: 15px;
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #C5202A;
  border-color: white;
  border-width: thin;
  height: 3rem;
  -ms-flex-item-align: center;
      align-self: center;
}

@media all and (max-width: 750px) {
  .page-search #edit-basic .form-submit {
    font-weight: bold;
  }
}

.page-search #edit-basic .form-submit:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.page-search #edit-basic .form-submit:visited {
  color: white;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .page-search #edit-basic .form-submit {
    position: absolute;
    right: 0;
    bottom: 1rem;
  }
}

.page-search h3 {
  margin-top: 0;
}

.page-node-96 h1 {
  color: #185156;
}

.page-user-login ul.tabs.primary, .page-user.not-logged-in ul.tabs.primary {
  display: none;
}

.page-products #block-system-main > .content {
  margin-bottom: 3rem;
}

.page-user.not-logged-in #user-login input,
.page-user.not-logged-in #user-pass input,
.page-user.not-logged-in #maf-members-forgot-username-form input,
.page-user.not-logged-in #maf-members-existing-member-registration-form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.page-user.not-logged-in #user-login #edit-submit,
.page-user.not-logged-in #user-pass #edit-submit,
.page-user.not-logged-in #maf-members-forgot-username-form #edit-submit,
.page-user.not-logged-in #maf-members-existing-member-registration-form #edit-submit {
  margin: 0;
  width: 100%;
  max-width: unset;
  margin-top: 1rem;
}

@media all and (max-width: 480px) {
  .page-user.not-logged-in #block-system-main > .content {
    padding: 0 !important;
  }
  .page-user.not-logged-in #block-system-main > .content > form {
    padding: 1rem !important;
  }
  .page-user.not-logged-in #maf-members-existing-member-registration-form .password-strength {
    width: 10rem;
    margin: 0 0 1rem 0;
  }
  .page-user.not-logged-in #maf-members-existing-member-registration-form div.password-confirm {
    width: 10rem;
    margin: 0 0 1rem 0;
  }
  .page-user.not-logged-in #maf-members-existing-member-registration-form .confirm-parent, .page-user.not-logged-in #maf-members-existing-member-registration-form .password-parent {
    width: initial;
  }
  .page-user.not-logged-in #maf-members-existing-member-registration-form .password-suggestions {
    width: initial;
  }
  .page-user.not-logged-in #maf-members-existing-member-registration-form .password-suggestions ul {
    margin: 0;
  }
}

/* Node Types */
body:not(.node-type-basic-page-modular) .region-content {
  max-width: 1200px;
  padding: 0 2rem;
  margin: 0 auto;
}

.node-type-basic-page-modular h1:not(#modal-title) {
  font-size: 4.25rem;
}

@media all and (max-width: 767px) {
  .node-type-basic-page-modular h1:not(#modal-title) {
    font-size: 2.2rem;
  }
}

.node-type-blog {
  background: #F9F9F5;
}

.node-type-blog #prev-next-nav a.white {
  margin-right: 0;
}

.node-type-blog #page {
  padding-top: 27vw;
}

.node-type-blog #page.no-image {
  padding-top: 5vw;
}

.node-type-blog #main-content {
  max-width: 1000px;
  background: white;
  margin: 0 auto 6rem;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .node-type-blog #main-content {
    padding: 2rem;
  }
}

.node-type-blog .region-content {
  padding: 0 !important;
}

.node-type-blog #blog-bg__container {
  position: relative;
}

.node-type-blog #blog-bg__container.no-image {
  position: absolute;
  background: #347DA0;
  height: 27vw;
  width: 100%;
}

.node-type-blog #blog-bg__container .field-name-field-blog-splash-image {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.node-type-blog #blog-bg__container .field-name-field-blog-splash-image img {
  height: auto;
  width: 100%;
}

.node-type-blog .submitted,
.node-type-blog .field-name-field-blog-tags {
  line-height: 1.5rem;
}

.node-type-blog .field-name-field-blog-tags a {
  text-decoration: none;
  font-weight: 600;
}

.node-type-blog h1 {
  color: #185156;
  font-family: "Raleway", sans-serif;
  margin: 0;
}

@media all and (max-width: 767px) {
  .node-type-blog h1 {
    font-size: 24px;
  }
}

.node-type-blog .cta__icons .cta {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.node-type-blog .cta__icons .cta .icon {
  min-width: 75px;
  min-height: 75px;
}

.node-type-blog .cta__icons .cta .description {
  padding-bottom: 0.5em;
}

.views-page-news_room,
.node-type-news {
  background: #F9F9F5;
}

.views-page-news_room #header,
.node-type-news #header {
  -webkit-box-shadow: 0 2px 5px 0 #efefef;
          box-shadow: 0 2px 5px 0 #efefef;
}

.views-page-news_room h1,
.views-page-news_room h2,
.views-page-news_room h3,
.node-type-news h1,
.node-type-news h2,
.node-type-news h3 {
  font-family: "Raleway", sans-serif;
}

.views-page-news_room .region-content,
.node-type-news .region-content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.views-page-news_room .region-content #block-system-main,
.node-type-news .region-content #block-system-main {
  padding-right: 1rem;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.views-page-news_room .view-empty,
.node-type-news .view-empty {
  min-height: 50vh;
}

.node-type-news #main-content > h1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #185156;
}

.node-type-news h2.page-title {
  margin: 0;
  color: #185156;
}

.node-type-news p i {
  margin-top: 0.5rem;
  font-weight: 600;
  font-style: normal;
}

.node-type-news #main-content {
  margin-bottom: 6rem;
}

.node-type-news #block-system-main > .content {
  padding: 3rem 4rem;
  background: white;
}

.node-type-news #prev-next-nav {
  width: 80%;
}

.node-type-news #prev-next-nav a.white {
  margin-right: 0;
}

.node-type-product {
  background: #F9F9F5;
}

.node-type-product .node > .content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.node-type-product .left {
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 2rem;
}

@media all and (max-width: 767px) {
  .node-type-product .left {
    padding-right: 0;
  }
}

.node-type-product .right {
  width: 55%;
}

@media all and (max-width: 768px) {
  .node-type-product .left, .node-type-product .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

.node-type-product input.form-submit {
  background: none;
  background-color: #d6083b;
  text-indent: 0px;
  text-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  border-radius: 8px;
  height: 39px;
  margin: 0px 0px 10px 0px;
  padding-top: 5px;
}

.node-type-product input.form-submit.form-submit-add-to-cart {
  display: none;
}

@media all and (max-width: 540px) {
  .node-type-product select {
    width: 100%;
  }
}

.node-type-product .field-slideshow-wrapper li {
  width: auto !important;
  margin: 0.5rem 0.75rem;
}

.node-type-product .field-slideshow {
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  overflow: visible;
}

.node-type-product .field-slideshow-slide {
  text-align: center;
  display: block;
  left: 0;
  right: 0;
}

.node-type-product .field-slideshow-slide img {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 0px 5px 2px #e9e9e9;
          box-shadow: 0px 0px 5px 2px #e9e9e9;
  background: white;
}

.node-type-product .field-slideshow-pager {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.node-type-product .field-slideshow-pager li {
  -webkit-box-shadow: 0px 0px 5px 2px #e9e9e9;
          box-shadow: 0px 0px 5px 2px #e9e9e9;
}

.node-type-product .field-slideshow-pager a {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem;
  height: 60px;
  width: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
}

.node-type-product .field-slideshow-pager img {
  max-width: 100%;
}

.node-type-product .field-slideshow-controls {
  position: absolute !important;
  top: 35%;
  width: 76%;
  left: 12%;
  z-index: 20;
}

@media all and (max-width: 767px) {
  .node-type-product .field-slideshow-controls {
    width: 100%;
    left: unset;
    top: 45%;
  }
}

.node-type-product .field-slideshow-controls a {
  color: transparent;
  position: absolute !important;
  /*top: 100px;*/
}

.node-type-product .field-slideshow-controls a:after {
  content: "\f104";
  font-family: "FontAwesome";
  color: #185156;
  display: block;
  font-size: 1.8rem;
  z-index: 2;
  margin-top: 1px;
  margin-left: 6px;
  position: absolute !important;
}

.node-type-product .field-slideshow-controls a:before {
  z-index: 1;
  font-family: "FontAwesome";
  display: block;
  font-size: 2rem;
  position: absolute !important;
}

.node-type-product .field-slideshow-controls a.prev {
  left: -7.7%;
}

@media all and (max-width: 767px) {
  .node-type-product .field-slideshow-controls a.prev {
    left: -10px;
  }
}

.node-type-product .field-slideshow-controls a.next {
  right: 0;
}

.node-type-product .field-slideshow-controls a.next:after {
  content: "\f105";
  margin-left: 10px;
}

@media all and (max-width: 767px) {
  .node-type-product .field-slideshow-controls a.next {
    right: 10px;
  }
}

.node-type-product .form-item-product-id,
.node-type-product .field-name-field-size-option label,
.node-type-product .line-item-fields,
.node-type-product .form-item-quantity,
.node-type-product .step-indicator,
.node-type-product .form-submit-add-to-cart,
.node-type-product .form-item-product-id {
  display: none;
}

.node-type-product h1 {
  font-family: "Raleway", sans-serif;
  color: #185156;
  font-weight: 300;
  margin-bottom: 0;
}

.node-type-product .pricing-container {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #185156;
}

.node-type-product .color-swatches {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.node-type-product .color-swatches li {
  display: inline-block;
  margin-right: 0.25rem;
  margin-top: 0.5rem;
}

.node-type-product .color-swatches li img {
  padding: 3px;
  border: solid transparent 1px;
}

.node-type-product .color-swatches li.color-swatch-selected img {
  border-color: #185156;
}

.node-type-product .form-item-field-size-0-field-size-option-und,
.node-type-product #size-help,
.node-type-product .field-name-field-size-option,
.node-type-product .action-wrapper,
.node-type-product .back-to-gallery,
.node-type-product .field-name-field-ecommerce {
  display: inline-block;
  vertical-align: middle;
}

@media all and (max-width: 540px) {
  .node-type-product .form-item-field-size-0-field-size-option-und,
  .node-type-product #size-help,
  .node-type-product .field-name-field-size-option,
  .node-type-product .action-wrapper,
  .node-type-product .back-to-gallery,
  .node-type-product .field-name-field-ecommerce {
    display: block;
  }
}

.node-type-product #size-help {
  margin-left: 0.5rem;
}

.node-type-product #size-help:hover {
  cursor: pointer;
}

@media all and (max-width: 540px) {
  .node-type-product #size-help {
    display: none;
  }
}

.node-type-product .form-submit-customize-product[id*="edit-submit"],
.node-type-product .commerce-add-to-cart .form-submit {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #C5202A;
  border-color: white;
  border-width: thin;
  border-radius: 10px;
  padding: 0.4rem 1rem;
  cursor: pointer;
  margin: 0 1rem;
}

@media all and (max-width: 750px) {
  .node-type-product .form-submit-customize-product[id*="edit-submit"],
  .node-type-product .commerce-add-to-cart .form-submit {
    font-weight: bold;
  }
}

.node-type-product .form-submit-customize-product[id*="edit-submit"]:hover,
.node-type-product .commerce-add-to-cart .form-submit:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.node-type-product .form-submit-customize-product[id*="edit-submit"]:visited,
.node-type-product .commerce-add-to-cart .form-submit:visited {
  color: white;
}

.node-type-product .form-submit-customize-product[id*="edit-submit"].denied,
.node-type-product .commerce-add-to-cart .form-submit.denied {
  cursor: initial;
  background: #C1C1BE;
  border-color: #C1C1BE;
  color: white;
}

@media all and (max-width: 540px) {
  .node-type-product .form-submit-customize-product[id*="edit-submit"],
  .node-type-product .commerce-add-to-cart .form-submit {
    display: block;
    margin: 0;
    width: 100%;
    border-radius: 5px;
  }
}

.node-type-product .commerce-add-to-cart .form-submit {
  margin-left: 0;
}

.node-type-product .commerce-add-to-cart .form-submit[disabled="disabled"] {
  cursor: initial;
  background: #C1C1BE;
  border-color: #C1C1BE;
  color: white;
}

.node-type-product .commerce-add-to-cart .form-submit[disabled="disabled"]:hover {
  background: #C1C1BE;
  border-color: #C1C1BE;
  color: white;
}

.node-type-product .back-to-gallery {
  font-size: 0.8rem;
  font-weight: 600;
  padding-left: 1rem;
}

.node-type-product .back-to-gallery a {
  color: #C5202A;
}

@media all and (max-width: 540px) {
  .node-type-product .back-to-gallery {
    padding: 3rem 0 2rem;
    text-align: center;
    font-size: 1rem;
  }
}

.node-type-product .product-description {
  margin-top: 1rem;
}

.node-type-product #tabs {
  max-width: 500px;
  margin-bottom: 2rem;
}

@media all and (max-width: 768px) {
  .node-type-product #tabs {
    max-width: unset;
  }
}

.node-type-product .tabPanel {
  border: none;
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll;
}

@media all and (max-width: 540px) {
  .node-type-product .tabPanel {
    max-height: unset;
    visibility: visible !important;
    height: auto !important;
  }
  .node-type-product .tabPanel h2 {
    border-bottom: 1px solid #185156;
    padding-bottom: 1rem;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    color: #185156;
  }
}

.node-type-product .tabPanel h2,
.node-type-product .tabPanel h3 {
  font-size: 1.5rem;
}

.node-type-product .tabPanel .block {
  padding-top: 0;
}

.node-type-product .tabsList {
  padding-left: 0;
  border-bottom: 1px solid #185156;
}

.node-type-product .tabsList li {
  margin-right: 2rem;
}

@media all and (min-width: 769px) and (max-width: 900px) {
  .node-type-product .tabsList li {
    margin-right: 1rem;
  }
}

.node-type-product .tabsList li.current a {
  border-bottom: 0.5rem #185156 solid;
}

.node-type-product .tabsList li a {
  text-decoration: none;
  font-weight: 600;
  color: teal;
  display: block;
}

@media all and (max-width: 540px) {
  .node-type-product .tabsList {
    display: none;
  }
}

.node-type-product .commerce-product-sku-label {
  display: none;
}

.node-type-product .commerce-product-extra-field-sku {
  display: inline-block;
}

.node-type-product .product-sku {
  font-weight: 700;
  color: #185156;
}

.node-type-product .field-name-body p:first-child {
  margin-top: 0;
}

/* /Node Types */
body.maf_engraving-engravingpage [data-content-back-id="my-name-is-questionnaire"] + .questionnaire-modal__content p {
  margin-top: 0;
}

body.maf_engraving-engravingpage[class*='engraving-select'] {
  color: #185156;
  background: #F9F9F5;
}

body.maf_engraving-engravingpage[class*='engraving-select'] #content {
  padding: 0 3rem 3rem;
}

@media all and (max-width: 540px) {
  body.maf_engraving-engravingpage[class*='engraving-select'] #content {
    padding: 0;
  }
}

body.maf_engraving-engravingpage[class*='engraving-select'] h1:not(#modal-title) {
  text-align: center;
  margin-bottom: 3.3rem;
}

body.maf_engraving-engravingpage #engraving-choices-container {
  display: block;
}

.maf_engraving-engravingpage {
  /* Engraving Modal Overlay */
}

.maf_engraving-engravingpage .engraving-line {
  -webkit-transform: none;
          transform: none;
}

.maf_engraving-engravingpage .engraving__columns {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media all and (max-width: 800px) {
  .maf_engraving-engravingpage .engraving__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.maf_engraving-engravingpage .engraving__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.maf_engraving-engravingpage .engraving__column--col1 {
  margin-right: 1rem;
}

.maf_engraving-engravingpage .engraving__column--col2 {
  margin-left: 1rem;
}

@media all and (max-width: 800px) {
  .maf_engraving-engravingpage .engraving__column--col1, .maf_engraving-engravingpage .engraving__column--col2 {
    margin: 0;
  }
}

@media all and (max-width: 800px) {
  .maf_engraving-engravingpage .engraving__button {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.maf_engraving-engravingpage .engraving__button--add {
  display: none;
}

@media all and (max-width: 800px) {
  .maf_engraving-engravingpage .engraving__button--add {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media all and (max-width: 800px) {
  .maf_engraving-engravingpage .engraving__button--edit {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media all and (max-width: 800px) {
  .maf_engraving-engravingpage .engraving__buttons {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .maf_engraving-engravingpage .engraving__buttons #maf-commerce-engraving-engraving-option-form {
    width: 100%;
  }
}

.maf_engraving-engravingpage #engraving-container .col1 {
  text-align: center;
}

.maf_engraving-engravingpage #engraving-container .engraving-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0%;
  margin: 0 auto;
}

.maf_engraving-engravingpage #engraving-container .form-item {
  margin: 2px 0;
}

@media all and (min-width: 801px) and (max-width: 1039px) {
  .maf_engraving-engravingpage #engraving-container .col1 {
    width: 300px;
  }
  .maf_engraving-engravingpage #engraving-container .col1 * {
    max-width: 100%;
  }
  .maf_engraving-engravingpage #engraving-container .form-item {
    margin-bottom: 0em;
  }
}

@media all and (min-width: 1040px) {
  .maf_engraving-engravingpage #engraving-container .col1 {
    width: 420px;
  }
}

.maf_engraving-engravingpage #engraving-container .engraving-line {
  height: 18px;
  text-align: center;
  border-radius: 3px;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 0, 0 -1px 1px #88888844, 0 1px 0 #88888844;
          box-shadow: inset 0 0 0, 0 -1px 1px #88888844, 0 1px 0 #88888844;
}

.maf_engraving-engravingpage #engraving-container #engraving-suggested-searches h2 {
  color: #185156;
}

.maf_engraving-engravingpage #engraving-search-form-container {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.maf_engraving-engravingpage #lines-available-to-engrave {
  font-weight: 600;
  font-size: .9rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.maf_engraving-engravingpage #show-condition-filters {
  padding: .6rem;
  background: white;
  border: solid 1px #185156;
  margin-right: 0.5rem;
}

.maf_engraving-engravingpage #engraving-choices-container {
  border-radius: .5rem;
  background: white;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 1rem;
}

.maf_engraving-engravingpage #engraving-choices-container h2 {
  font-size: .8rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  margin: 1.2rem 0 .5rem;
}

.maf_engraving-engravingpage #engraving-choices-container ul {
  margin: 0;
  list-style-type: none;
  padding-left: 1rem;
}

.maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist {
  width: 100%;
}

.maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist input {
  border: 0;
  border-radius: .5rem;
  padding: .5rem 0;
  text-indent: 3rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

@media all and (min-width: 801px) and (max-width: 900px) {
  .maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist input {
    font-size: 1rem;
  }
}

.maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist input::-webkit-input-placeholder, .maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist input::-webkit-input-placeholder {
  color: #185156;
}

.maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist input::placeholder, .maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist input::-webkit-input-placeholder {
  color: #185156;
}

@media all and (max-width: 767px) {
  .maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist input::-webkit-input-placeholder, .maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist input::placeholder, .maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist input::-webkit-input-placeholder {
    font-size: 14px;
  }
}

.maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist input::-moz-placeholder {
  color: #185156;
}

.maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist span {
  display: block;
  position: absolute;
  z-index: 1;
  font-size: 1.5rem;
  padding: 1rem;
  color: #C5202A;
}

@media all and (max-width: 767px) {
  .maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist span {
    font-size: 1.0rem;
    padding: 1.25rem;
  }
  .maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist input:placeholder {
    /* Chrome/Opera/Safari */
    font-size: 1rem;
  }
  .maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 1rem;
  }
  .maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 1rem;
  }
  .maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 1rem;
  }
  .maf_engraving-engravingpage #maf-commerce-engraving-phr-items-picklist input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 1rem;
  }
}

.maf_engraving-engravingpage #maf-commerce-engraving-productengravingwidget .area {
  -webkit-appearance: none;
  text-align: center;
  border-radius: 0.5em;
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.maf_engraving-engravingpage #maf-commerce-engraving-productengravingwidget div, .maf_engraving-engravingpage #maf-commerce-engraving-productengravingwidget input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.maf_engraving-engravingpage #maf-commerce-engraving-productengravingwidget .conform-to-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.maf_engraving-engravingpage #maf-commerce-engraving-productengravingwidget .transform {
  display: inline-block;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.maf_engraving-engravingpage #maf-commerce-engraving-productengravingwidget .form-item {
  display: block;
}

.maf_engraving-engravingpage #maf-commerce-engraving-productengravingwidget .form-item.flex-display {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  white-space: nowrap;
  font-family: "liberation_monoregular", monospace, Arial;
  font-weight: normal;
  font-style: normal;
}

.maf_engraving-engravingpage #maf-commerce-engraving-productengravingwidget .form-type-textfield input.engraving-line {
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  opacity: 1;
  padding: 0px;
}

.maf_engraving-engravingpage #maf-commerce-engraving-productengravingwidget .medicalert-id-number-textfield {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.maf_engraving-engravingpage .id-placeholder-text {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.maf_engraving-engravingpage #autocomplete {
  border: none;
  font-size: 16px;
  padding-top: .5rem;
}

.maf_engraving-engravingpage #autocomplete ul {
  height: 200px;
  background: white;
}

.maf_engraving-engravingpage #selected-engraving-items-container {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.maf_engraving-engravingpage #selected-engraving-items,
.maf_engraving-engravingpage #action-elements {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
  padding: 1rem;
}

.maf_engraving-engravingpage #action-elements {
  display: none;
}

.maf_engraving-engravingpage #selected-engraving-items {
  text-align: left;
  list-style: none;
  background: white;
  border-radius: .5rem;
  color: #185156;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05);
  overflow: scroll;
}

.maf_engraving-engravingpage #selected-engraving-items .fas,
.maf_engraving-engravingpage #selected-engraving-items label,
.maf_engraving-engravingpage #selected-engraving-items .sublist > li {
  cursor: move;
}

.maf_engraving-engravingpage #selected-engraving-items label {
  display: inline;
  cursor: move;
}

.maf_engraving-engravingpage #selected-engraving-items i {
  padding-right: .5rem;
}

.maf_engraving-engravingpage #selected-engraving-items ul {
  list-style: none;
  padding: 0 0 0 1em;
}

.maf_engraving-engravingpage #selected-engraving-items .top-level:not(:last-child) {
  margin-bottom: .5em;
}

.maf_engraving-engravingpage #selected-engraving-items .sublist > li {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F9F9F5;
  padding: .5rem;
}

.maf_engraving-engravingpage #selected-engraving-items .sublist > li:not(:last-child) {
  margin-bottom: .5rem;
}

.maf_engraving-engravingpage #selected-engraving-items .sublist > li span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
  line-height: 2rem;
  padding-left: .5rem;
}

.maf_engraving-engravingpage #selected-engraving-items .delete-item,
.maf_engraving-engravingpage #selected-engraving-items .engraving-options-container,
.maf_engraving-engravingpage #selected-engraving-items .edit-item {
  cursor: pointer;
}

.maf_engraving-engravingpage #selected-engraving-items .engraving-options-container {
  position: absolute;
  color: #185156;
}

.maf_engraving-engravingpage #selected-engraving-items .delete-item {
  color: #185156;
}

.maf_engraving-engravingpage #selected-engraving-items .hide-engraving-options {
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
}

.maf_engraving-engravingpage #selected-engraving-items .edit-item {
  padding: 0 1rem;
  line-height: 1.8rem;
}

.maf_engraving-engravingpage #selected-engraving-items .engraving-options-container {
  z-index: 1;
  padding: 0 1rem;
  right: 1rem;
  border-radius: .5rem;
  background: white;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.maf_engraving-engravingpage #selected-engraving-items .engraving-options-container i, .maf_engraving-engravingpage #selected-engraving-items .engraving-options-container li {
  padding: .3rem 0;
}

.maf_engraving-engravingpage #selected-engraving-items .engraving-alternative-options {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.maf_engraving-engravingpage .form-item-engravingtext-picker,
.maf_engraving-engravingpage .form-item-engravingtext-picker input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #262222 !important;
}

.maf_engraving-engravingpage .form-item-engravingtext-picker input {
  font-size: 1.2rem;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
}

.maf_engraving-engravingpage #engraving-selections-toggle {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #185156;
  border-color: #185156;
}

@media all and (max-width: 750px) {
  .maf_engraving-engravingpage #engraving-selections-toggle {
    font-weight: bold;
  }
}

.maf_engraving-engravingpage #engraving-selections-toggle:hover {
  background: white;
  color: #185156;
  border-color: #185156;
}

.maf_engraving-engravingpage #engraving-selections-toggle:visited {
  color: white;
}

@media all and (min-width: 801px) {
  .maf_engraving-engravingpage #engraving-selections-toggle {
    font-size: 0.75em;
    padding: .4em 1em;
  }
}

.maf_engraving-engravingpage #maf-commerce-engraving-engraving-option-form {
  max-width: 100%;
  margin: 0 auto;
}

.maf_engraving-engravingpage #maf-commerce-engraving-engraving-option-form .engraving-submit-button input {
  position: absolute;
  right: 0;
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #185156;
  border-color: #185156;
}

@media all and (max-width: 750px) {
  .maf_engraving-engravingpage #maf-commerce-engraving-engraving-option-form .engraving-submit-button input {
    font-weight: bold;
  }
}

.maf_engraving-engravingpage #maf-commerce-engraving-engraving-option-form .engraving-submit-button input:hover {
  background: white;
  color: #185156;
  border-color: #185156;
}

.maf_engraving-engravingpage #maf-commerce-engraving-engraving-option-form .engraving-submit-button input:visited {
  color: white;
}

@media all and (max-width: 800px) {
  .maf_engraving-engravingpage #maf-commerce-engraving-engraving-option-form .engraving-submit-button input {
    position: relative;
    width: 100%;
  }
}

.maf_engraving-engravingpage .page-products #js-modal [class*="__content"] {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.maf_engraving-engravingpage .page-products #js-modal h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #185156;
  font-size: 1.5rem;
  border-bottom: 1px solid black;
  padding-bottom: 1.5rem;
  text-align: center;
}

.maf_engraving-engravingpage #ajax-loading {
  display: none;
  position: absolute;
  z-index: 100;
  right: 1rem;
  top: .8rem;
  height: 1.5rem;
}

.maf_engraving-engravingpage #alert-text {
  margin-bottom: 1.5rem;
}

.maf_engraving-engravingpage [data-content-back-id="advance-directive-questionnaire"] + .questionnaire-modal__content ol, .maf_engraving-engravingpage [data-content-back-id="advance-directive-questionnaire"] + .questionnaire-modal__content p {
  text-align: left;
}

.maf_engraving-engravingpage [data-content-back-id="advance-directive-questionnaire"] + .questionnaire-modal__content ol li {
  margin-bottom: 1rem;
}

.maf_engraving-engravingpage .questionnaire #js-modal-content {
  text-align: center;
}

.maf_engraving-engravingpage .questionnaire #my-name-is-name {
  padding-left: 10px;
}

.maf_engraving-engravingpage .aspect-wrapper {
  padding-bottom: 55%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.maf_engraving-engravingpage .stretch-wrapper {
  position: relative;
  height: 0;
}

.maf_engraving-engravingpage .content-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.maf_commerce_engraving-engravingpage .form-type-textfield input {
  height: initial;
  padding: initial;
}

.maf_commerce_engraving-engravingpage .engravingpage-content-title h1, .maf_commerce_engraving-engravingpage .engravingpage-content-title h2 {
  text-align: center;
  margin-bottom: 1em;
}

.maf_commerce_engraving-engravingpage .engravingpage-content-title h1 {
  color: #185156;
}

.maf_commerce_engraving-engravingpage .engravingpage-content-title h2 {
  color: #000;
}

.maf_commerce_engraving-engravingpage #engraving-preview-container {
  margin: 0 auto;
}

@media screen and (max-width: 450px) {
  .maf_commerce_engraving-engravingpage .num-rows-3 #engraving-preview-container {
    max-width: initial;
  }
}

@media screen and (max-width: 675px) {
  .maf_commerce_engraving-engravingpage .num-rows-2 #engraving-preview-container {
    max-width: initial;
  }
}

.maf_commerce_engraving-engravingpage .engraving-form-and-help-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2em 0;
}

.maf_commerce_engraving-engravingpage .engraving-form-and-help-wrapper.num-rows-1 .engraving-widget,
.maf_commerce_engraving-engravingpage .engraving-form-and-help-wrapper.num-rows-1 .engraving-option-form-container {
  padding-bottom: 5em;
}

.maf_commerce_engraving-engravingpage .engraving-form-and-help-wrapper.num-rows-1 .help-links {
  max-width: 30%;
}

.maf_commerce_engraving-engravingpage .engraving-form-and-help-wrapper.num-rows-2 .engraving-option-form-container {
  padding-bottom: 5em;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.maf_commerce_engraving-engravingpage .engraving-form-and-help-wrapper.num-rows-2 .help-links {
  margin-bottom: -5em;
}

.maf_commerce_engraving-engravingpage .engraving-form-and-help-wrapper.num-rows-3 .help-links {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

.maf_commerce_engraving-engravingpage .engraving-form-and-help-wrapper.num-rows-3 .help-links .help-links-container {
  display: inline-block;
  text-align: left;
}

.maf_commerce_engraving-engravingpage .engraving-form-and-help-wrapper.num-rows-3 .engraving-option-form-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  padding: 0 auto;
}

.maf_commerce_engraving-engravingpage .engraving-form-and-help-wrapper.num-rows-3 .help-links {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.maf_commerce_engraving-engravingpage .help-links {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-transform: uppercase;
}

.maf_commerce_engraving-engravingpage .help-links h3 {
  color: #C5202A;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.5em;
}

.maf_commerce_engraving-engravingpage .help-links ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  padding-left: 1em;
  list-style: none;
}

.maf_commerce_engraving-engravingpage .help-links ul li:before {
  color: #185156;
  content: '> \0000a0';
  font-size: 1.2em;
  font-weight: bold;
  margin-left: -1em;
}

.maf_commerce_engraving-engravingpage .help-links li {
  line-height: 1.2rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.maf_commerce_engraving-engravingpage .help-links li a.active {
  color: #185156;
}

.maf_commerce_engraving-engravingpage .help-links li a {
  text-decoration: none;
  font-weight: bold;
}

.maf_commerce_engraving-engravingpage .engraving-widget {
  -webkit-box-flex: 6;
      -ms-flex-positive: 6;
          flex-grow: 6;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.maf_commerce_engraving-engravingpage .engraving-option-form-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  margin-top: 1em;
}

.maf_commerce_engraving-engravingpage .engraving-submit-button #edit-submit {
  background-color: #185156;
  border: none;
  margin: 0 0 0 auto;
  display: block;
}

.maf_commerce_engraving-engravingpage .engraving-widget {
  max-width: 500px;
}

.maf_commerce_engraving-engravingpage .aspect-wrapper {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.maf_commerce_engraving-engravingpage .stretch-wrapper {
  position: relative;
  height: 0;
}

.maf_commerce_engraving-engravingpage .content-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.maf_commerce_engraving-engravingpage .form-item {
  display: block;
}

.maf_commerce_engraving-engravingpage .conform-to-parent {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.maf_commerce_engraving-engravingpage #maf-commerce-engraving-productengravingwidget .area {
  -webkit-appearance: none;
  text-align: center;
  border-radius: 0.5em;
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.maf_commerce_engraving-engravingpage #maf-commerce-engraving-productengravingwidget .transform {
  display: inline-block;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.maf_commerce_engraving-engravingpage #maf-commerce-engraving-productengravingwidget div, .maf_commerce_engraving-engravingpage #maf-commerce-engraving-productengravingwidget input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.maf_commerce_engraving-engravingpage #maf-commerce-engraving-productengravingwidget .form-item {
  display: block;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  margin: 2px 0;
}

.maf_commerce_engraving-engravingpage #maf-commerce-engraving-productengravingwidget .form-item.flex-display {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.maf_commerce_engraving-engravingpage #maf-commerce-engraving-productengravingwidget .form-type-textfield label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.maf_commerce_engraving-engravingpage #maf-commerce-engraving-productengravingwidget .form-type-textfield input.engraving-line {
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 16px;
  font-family: "liberation_monoregular", monospace, Arial;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  opacity: 1;
  padding: 0px;
  height: 18px;
  text-align: center;
  border-radius: 3px;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 0, 0 -1px 1px #88888844, 0 1px 0 #88888844;
          box-shadow: inset 0 0 0, 0 -1px 1px #88888844, 0 1px 0 #88888844;
}

.maf_commerce_engraving-engravingpage #maf-commerce-engraving-productengravingwidget .form-item:not(.form-disabled) input.engraving-line {
  text-transform: uppercase;
}

.maf_commerce_engraving-engravingpage #maf-commerce-engraving-productengravingwidget input.engraving-line.medicalert-id-number-textfield {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.maf_commerce_engraving-engravingpage #maf-commerce-engraving-productengravingwidget .id-placeholder-text {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.commerce-checkout-progress {
  display: none;
}

.page-checkout-payment .description,
.page-checkout-payment label[for='edit-card-expiry-date'] {
  display: none;
}

.page-checkout-payment #edit-expiration-ui {
  display: none;
}

#block-maf-commerce-checkout-complete {
  display: none;
}

#edit-payment-success-message {
  text-align: center;
}

.memberships {
  position: relative;
  overflow: hidden;
}

.memberships .field-name-field-background-image {
  z-index: 1;
  position: absolute !important;
}

@media all and (max-width: 889px) {
  .memberships .field-name-field-background-image {
    height: 600px;
  }
}

.memberships .field-name-field-background-image + .limiter {
  z-index: 2;
}

@media all and (max-width: 889px) {
  .memberships .field-name-field-background-image img {
    height: 150vw;
    width: auto;
    max-width: unset;
    margin-left: -150vw;
  }
}

.memberships h2 {
  margin: 3rem auto 0;
  color: white;
  width: 60%;
  text-align: center;
}

@media all and (max-width: 889px) {
  .memberships h2 {
    margin-top: 3rem;
    margin-bottom: 9rem;
    width: 80%;
    font-size: 2rem;
  }
}

.memberships .field-name-field-body {
  background: white;
  width: 40%;
  margin-top: 3rem;
  margin-left: 4rem;
  padding: 2rem 2rem 0 2rem;
}

@media all and (max-width: 889px) {
  .memberships .field-name-field-body {
    width: unset;
    margin: 2rem 0 0;
  }
}

.memberships .field-name-field-body p {
  margin: 0;
}

.memberships .paragraphs-items-field-cta-buttons {
  background: white;
  width: 40%;
  margin: 0 0 3rem 4rem;
  padding: 1rem 2rem 2rem;
  text-align: center;
}

@media all and (max-width: 889px) {
  .memberships .paragraphs-items-field-cta-buttons {
    width: unset;
    margin: 0;
  }
}

.categories__item img {
  cursor: pointer;
}

.block-nodeblock {
  padding: 0;
}

.block-nodeblock > h2 {
  display: none;
}

.node-page {
  margin-bottom: 4rem;
}

.page-user.not-logged-in #content {
  background-image: url("/sites/all/themes/maf_tao/images/father_daughter.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
}

.page-user.not-logged-in #content .tabs {
  display: none;
}

.page-user.not-logged-in #content #block-system-main > .content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2rem;
}

.page-user.not-logged-in #content #block-system-main > .content form {
  margin: 6rem 0;
  padding: 3rem;
  background: white;
}

.page-user.not-logged-in #content #block-system-main > .content form h1 {
  margin-bottom: 1.75rem;
}

.page-user.not-logged-in #content #block-system-main > .content form input {
  height: 41px;
}

.page-user.not-logged-in #content #block-system-main > .content form .login-subtext {
  margin-top: 1rem;
  color: #545454;
}

.page-user.not-logged-in #content #block-system-main > .content form .login-subtext a {
  font-weight: 600;
  color: #185156;
}

.page-user.not-logged-in #content #block-system-main > .content form.forgot-username-form input:not(.form-submit), .page-user.not-logged-in #content #block-system-main > .content form#user-pass input:not(.form-submit) {
  max-width: none;
}

.page-user.not-logged-in #content #block-system-main > .content form.forgot-username-form .form-submit, .page-user.not-logged-in #content #block-system-main > .content form#user-pass .form-submit {
  display: block;
  float: none;
  margin-top: 0;
  max-width: none;
}

.page-user.not-logged-in #content #block-system-main > .content form#maf-members-existing-member-registration-form .form-type-textfield {
  vertical-align: top;
}

.page-user.page-user-register.not-logged-in #content {
  background-image: none;
}

.page-user.page-user-register.not-logged-in #content #block-system-main .content {
  display: block;
}

.page-user.page-user-register.not-logged-in #content #block-system-main .content h1 {
  margin: 1rem 0;
  text-align: center;
}

.page-user.page-user-register.not-logged-in #content #block-system-main .content .maf-message {
  max-width: 37rem;
  margin: auto;
}

.page-user.page-user-register.not-logged-in #content #block-system-main .content form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto auto 3rem;
  max-width: 500px;
  padding: 0 3rem 3rem 3rem;
}

.page-user.page-user-register.not-logged-in #content #block-system-main .content form #edit-subtitle {
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 1.5rem 0;
  margin: auto;
}

.page-user.page-user-register.not-logged-in #content #block-system-main .content form div.password-confirm,
.page-user.page-user-register.not-logged-in #content #block-system-main .content form .password-strength {
  margin: -0.5em 8em 1em 0;
}

.page-user.page-user-register.not-logged-in #content #block-system-main .content form .password-suggestions {
  width: initial;
}

#block-maf-pages-upcoming-maintenance .upcoming-maintenance-container p {
  margin: 0;
}

.page-user-password-change-required #content #block-system-main > .content {
  margin: 0 auto;
  padding: 3rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-user-password-change-required #content #block-system-main > .content form {
  padding: 3rem;
  background: white;
}

.search-form #clear-search {
  float: right;
  display: block;
  margin-top: -24px;
}

.button-radios {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  overflow: hidden;
}

.button-radios > .form-type-radio {
  margin-top: 1em;
  margin-bottom: 1em;
}

.button-radios > .form-type-radio input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.button-radios > .form-type-radio label {
  background-color: white;
  color: #185156;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: 10px;
  border: 1px solid #185156;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 4px;
}

.button-radios > .form-type-radio label:hover {
  cursor: pointer;
}

.button-radios > .form-type-radio input:checked + label {
  background-color: #185156;
  color: white;
  border: 1px solid #185156;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.expand-collapse-control.collapsed .collapse, .expand-collapse-control.collapsed .minus, .expand-collapse-control:not(.expanded) .collapse, .expand-collapse-control:not(.expanded) .minus {
  display: none;
}

.expand-collapse-control.expanded .expand, .expand-collapse-control.expanded .plus {
  display: none;
}

.row {
  -js-display: flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row h4.title {
  font-weight: 600;
  color: #035258;
  line-height: 2em;
}

.row h4.data {
  font-weight: 500;
  color: #035258;
  line-height: 2em;
}

.row .data {
  font-weight: 500;
  color: #035258;
}

.col-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
}

.col-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
}

.col-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.col-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
}

.col-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
}

.col-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.col-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
}

.col-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
}

.col-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.col-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
}

.col-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
}

.col-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

#block-menu-menu-explore {
  letter-spacing: 3px;
}

@media all and (max-width: 1024px) {
  .page-health #modalContent {
    width: 100% !important;
    left: 0px !important;
  }
}

.hero--full {
  color: white;
  text-shadow: 1px 1px 2px black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 3rem 2rem 1rem;
  margin-bottom: 3rem;
}

@media all and (max-width: 767px) {
  .hero--full {
    margin-bottom: 0;
    background-position-x: 80%;
  }
}

.hero--full img {
  display: none;
}

.hero--full .field-name-field-content-blocks > .field-items {
  padding-top: 3rem;
  height: 35vw;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media all and (max-width: 767px) {
  .hero--full .field-name-field-content-blocks > .field-items {
    height: 500px;
  }
}

.hero--full .field-name-field-content-blocks > .field-items > .field-item:nth-child(2) .field-name-field-components > .field-items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 767px) {
  .hero--full .field-name-field-content-blocks > .field-items > .field-item:nth-child(2) .field-name-field-components > .field-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hero--full .field-name-field-content-blocks > .field-items > .field-item:nth-child(2) .field-name-field-components > .field-items > .field-item {
  margin: 0 1.5rem 2rem;
}

@media all and (max-width: 767px) {
  .hero--full .field-name-field-content-blocks > .field-items > .field-item:nth-child(2) .field-name-field-components > .field-items > .field-item .select-a-medical-id {
    display: none;
  }
}

.hero--full .paragraphs-item-cta-button {
  margin-top: 0;
}

.hero--full .limiter {
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.hero--half h1 {
  margin: 0;
  padding: 1rem 2rem 1rem 0;
  width: auto;
  position: absolute;
  background: white;
  z-index: 2;
  display: inline-block;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .hero--half h1 {
    font-size: 3.5rem !important;
  }
}

.hero--half h1 span {
  display: block;
}

.hero--half p {
  margin-top: 0;
  width: 45%;
}

.hero--half img {
  left: unset !important;
}

.hero--half .limiter {
  max-width: unset;
  padding: 0;
}

.hero--half .field-name-field-content-blocks > .field-items {
  padding: 2rem 0 2rem 140px;
}

@media all and (max-width: 1200px) {
  .hero--half .field-name-field-content-blocks > .field-items {
    padding-left: 2rem;
  }
}

.hero--half .field-name-field-content-blocks > .field-items > .field-item {
  max-width: 1200px;
  margin: 0 auto;
}

.hero--half .field-name-field-content-blocks > .field-items > .field-item:first-child .field-item {
  z-index: 2;
}

.hero--half .field-name-field-content-blocks > .field-items > .field-item:first-child .field-item:nth-child(3), .hero--half .field-name-field-content-blocks > .field-items > .field-item:first-child .field-item:nth-child(4) {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 2rem;
}

.hero--half .field-name-field-content-blocks > .field-items > .field-item:last-child {
  z-index: 1;
  width: 45%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.hero--half img {
  display: none;
}

@media all and (max-width: 767px) {
  .hero--half img {
    width: 100vw;
    display: block;
  }
}

@media all and (max-width: 1000px) {
  .hero--half .field-name-field-content-blocks > .field-items > .field-item:first-child .field-item:nth-child(3), .hero--half .field-name-field-content-blocks > .field-items > .field-item:first-child .field-item:nth-child(4) {
    display: block;
    width: 45%;
  }
  .hero--half .field-name-field-content-blocks > .field-items > .field-item:first-child .field-item:nth-child(3) .field-item, .hero--half .field-name-field-content-blocks > .field-items > .field-item:first-child .field-item:nth-child(4) .field-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .hero--half .field-name-field-content-blocks > .field-items > .field-item:first-child .field-item:nth-child(3) .field-item a, .hero--half .field-name-field-content-blocks > .field-items > .field-item:first-child .field-item:nth-child(4) .field-item a {
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hero--half .field-name-field-content-blocks > .field-items > .field-item:first-child .field-item:nth-child(4) {
    margin-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  .hero--half p {
    width: 100%;
  }
  .hero--half .paragraphs-item-header h1 {
    font-size: 2.25rem !important;
  }
  .hero--half .paragraphs-item-header h1 span {
    display: inline;
  }
  .hero--half .field-name-field-content-blocks > .field-items {
    padding: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .hero--half .field-name-field-content-blocks > .field-items > .field-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 1200px;
    margin: 0 auto;
  }
  .hero--half .field-name-field-content-blocks > .field-items > .field-item:first-child {
    z-index: 2;
    background: white;
    padding: 0 2rem 2rem;
  }
  .hero--half .field-name-field-content-blocks > .field-items > .field-item:first-child .field-item:nth-child(3), .hero--half .field-name-field-content-blocks > .field-items > .field-item:first-child .field-item:nth-child(4) {
    width: 100%;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .hero--half .field-name-field-content-blocks > .field-items > .field-item:first-child .paragraphs-item-cta-button {
    margin-top: 1rem;
  }
  .hero--half .field-name-field-content-blocks > .field-items > .field-item:last-child {
    position: relative;
    background-image: none !important;
    z-index: 1;
    width: 100%;
  }
}

.hero--banner-lg.hero-about-us {
  margin-bottom: 3rem;
}

@media all and (max-width: 959px) {
  .hero--banner-lg.hero-about-us {
    margin-bottom: 0;
  }
}

.hero--banner-lg.hero-about-us h1 {
  color: #185156;
}

@media all and (max-width: 959px) {
  .hero--banner-lg.hero-about-us h1 {
    background: white;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 1rem 2rem;
  }
}

.hero--banner-lg.hero-about-us p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.hero--banner-lg.hero-about-us .field-name-field-background-image img {
  display: block;
}

.hero--banner-lg.hero-about-us .limiter {
  position: absolute;
  background: rgba(24, 81, 86, 0.75);
  top: 0;
  width: 30%;
  height: 100%;
}

@media all and (max-width: 959px) {
  .hero--banner-lg.hero-about-us .limiter {
    position: static;
    margin-top: -8rem;
    width: 100%;
    padding: 0;
    background: transparent;
  }
}

@media all and (max-width: 767px) {
  .hero--banner-lg.hero-about-us .limiter {
    margin-top: 0;
  }
}

.hero--banner-lg.hero-about-us .limiter .content {
  margin-top: 5vw;
  width: 485px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  text-align: left;
  position: absolute;
  right: -4rem;
  background: white;
}

@media all and (max-width: 1080px) {
  .hero--banner-lg.hero-about-us .limiter .content {
    margin-top: 1.5rem;
  }
}

@media all and (max-width: 959px) {
  .hero--banner-lg.hero-about-us .limiter .content {
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2rem 0;
  }
}

@media all and (max-width: 767px) {
  .hero--banner-lg.hero-about-us .limiter .content {
    padding-top: 0;
    margin-top: 0;
  }
}

@media all and (max-width: 959px) {
  .hero--banner-lg.hero-about-us .field-name-field-body {
    padding: 0 2rem;
  }
}

.hero--banner-sm {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

@media all and (max-width: 767px) {
  .hero--banner-sm {
    height: 250px;
  }
}

.hero--banner-sm img {
  display: none;
}

.hero--banner-sm h1, .hero--banner-sm p {
  color: white;
  margin: 0;
}

.hero--banner-sm > .limiter {
  height: 100%;
}

.hero--banner-sm > .limiter > .content {
  height: 100%;
}

.hero--banner-sm > .limiter > .content > .paragraphs-items-field-content-blocks {
  height: 100%;
}

.hero--banner-sm > .limiter > .content > .paragraphs-items-field-content-blocks > .field-name-field-content-blocks {
  height: 100%;
}

.hero--banner-sm > .limiter > .content > .paragraphs-items-field-content-blocks > .field-name-field-content-blocks > .field-items {
  height: 100%;
}

.hero--banner-sm > .limiter > .content > .paragraphs-items-field-content-blocks > .field-name-field-content-blocks > .field-items > .field-item {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .hero--banner-sm > .limiter > .content > .paragraphs-items-field-content-blocks > .field-name-field-content-blocks > .field-items > .field-item {
    height: auto;
  }
}

.hero--banner-sm .limiter {
  max-width: unset;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 767px) {
  .hero--banner-sm .field-name-field-content-blocks > .field-items {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hero--banner-sm .field-name-field-content-blocks > .field-items > .field-item.even {
  width: 50%;
  padding: 2rem 3rem 2rem 0;
  background: rgba(24, 81, 86, 0.75);
  text-align: right;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media all and (max-width: 767px) {
  .hero--banner-sm .field-name-field-content-blocks > .field-items > .field-item.even {
    text-align: left;
    width: 100%;
    padding: 1rem 2rem;
  }
}

@media all and (max-width: 499px) {
  .hero--banner-sm .field-name-field-content-blocks > .field-items > .field-item.even h1 {
    font-size: 36px !important;
  }
}

.hero--banner-sm .field-name-field-content-blocks > .field-items > .field-item.odd {
  display: none;
}

button.ui-multiselect {
  display: none !important;
}

.page-product-catalog #main-content {
  background: #F9F9F5;
}

.page-product-catalog .block-nodeblock .memberships .limiter {
  max-width: 1200px !important;
  margin: 0 auto;
}

@media all and (max-width: 930px) {
  .page-product-catalog #page-top .limiter, .page-product-catalog #page-top .block {
    padding: 0;
  }
}

.face-emergency-image {
  padding: 0;
}

.face-emergency-image .block-image {
  width: 100%;
}

.face-emergency-image .block-image img {
  display: block;
  width: 100%;
}

.face-emergency-image h2,
.face-emergency-image .block-body {
  position: absolute !important;
  z-index: 1;
}

.face-emergency-image h2 {
  top: 0;
  color: white;
  font-size: 3.5rem;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 44rem;
  text-align: center;
}

.face-emergency-image .block-body {
  top: 15rem;
  width: 30rem;
  background: white;
  padding: 2rem 2.5rem 1rem;
  left: 4rem;
}

.face-emergency-image .block-body p:first-child {
  margin-top: 0;
}

.face-emergency-image .block-body p:last-child {
  margin-bottom: 0;
}

.face-emergency-image .block-body .button {
  right: -22rem;
}

#block-maf-catalog-facets {
  padding-bottom: 0;
}

#block-maf-catalog-facets .ui-multiselect-menu {
  display: inline-block;
  border: none;
  background: transparent;
  padding: 0;
}

#block-maf-catalog-facets .ui-multiselect-menu .ui-state-hover {
  background: transparent;
  border: none;
}

#block-maf-catalog-facets .ui-multiselect-menu .checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

#block-maf-catalog-facets .ui-multiselect-menu .checkbox label {
  border: none;
  font-weight: 500;
  position: relative;
  display: inline-block;
  /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
  padding-left: 1.6rem;
}

#block-maf-catalog-facets .ui-multiselect-menu .checkbox label:hover {
  cursor: pointer;
}

#block-maf-catalog-facets .ui-multiselect-menu .checkbox label::before, #block-maf-catalog-facets .ui-multiselect-menu .checkbox label::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}

#block-maf-catalog-facets .ui-multiselect-menu .checkbox label::before {
  height: 12px;
  width: 12px;
  border: 1px solid;
  left: 5px;
  /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
           *to vertically center it.
           */
  top: 3px;
}

#block-maf-catalog-facets .ui-multiselect-menu .checkbox label::after {
  height: 3px;
  width: 6px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 8.4px;
  top: 6.8px;
}

#block-maf-catalog-facets .ui-multiselect-menu .checkbox input[type="checkbox"] + label::after {
  content: none;
}

#block-maf-catalog-facets .ui-multiselect-menu .checkbox input[type="checkbox"]:checked + label::after {
  content: "";
}

#block-maf-catalog-facets .ui-multiselect-menu .checkbox input[type="checkbox"]:focus + label::before {
  outline: #3b99fc auto 5px;
}

#block-maf-catalog-facets .ui-multiselect-menu .checkbox input[disabled="disabled"] {
  color: grey;
}

#block-maf-catalog-facets .ui-multiselect-menu .checkbox input[disabled="disabled"] + label {
  color: grey;
  cursor: initial;
}

#block-maf-catalog-facets .ui-multiselect-menu .checkbox input,
#block-maf-catalog-facets .ui-multiselect-menu .checkbox label {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
  font-size: 1rem;
}

#block-maf-catalog-facets .facet-toggles {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  border-bottom: solid 1px #185156;
  margin: 0;
}

@media all and (max-width: 399px) {
  #block-maf-catalog-facets .facet-toggles {
    text-align: center;
  }
}

#block-maf-catalog-facets .facet-toggles li {
  display: inline-block;
}

#block-maf-catalog-facets .facet-toggles li:hover button,
#block-maf-catalog-facets .facet-toggles li:hover button:after {
  border: none;
  color: #C5202A;
}

#block-maf-catalog-facets .facet-toggles li button:after {
  font-family: "FontAwesome";
  content: "\f107";
  display: block;
  position: absolute;
  top: 9px;
  right: 9px;
  font-size: 1.3rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#block-maf-catalog-facets .facet-toggles button {
  border-radius: 0;
  color: #185156;
  font-weight: 500;
  background: transparent;
  border: none;
  padding-right: 2.2em;
  padding-left: 1.3em;
}

#block-maf-catalog-facets .facet-toggles button:hover {
  cursor: pointer;
}

#block-maf-catalog-facets .facet-toggles button[aria-pressed="true"] {
  background: white;
  color: #C5202A;
}

#block-maf-catalog-facets .facet-toggles button[aria-pressed="true"]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#block-maf-catalog-facets .maf-catalog-facets, #block-maf-catalog-facets .maf-catalog-facets-sort-by {
  display: none;
}

#block-maf-catalog-facets .maf-catalog-facets .container, #block-maf-catalog-facets .maf-catalog-facets-sort-by .container {
  position: absolute !important;
  z-index: 1;
  top: -1px;
  right: 0;
  background: white;
  width: 900px;
  max-width: 100%;
  padding: 1.5rem;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#block-maf-catalog-facets .maf-catalog-facets .container .form-item, #block-maf-catalog-facets .maf-catalog-facets-sort-by .container .form-item {
  display: none;
}

#block-maf-catalog-facets .maf-catalog-facets h3,
#block-maf-catalog-facets .maf-catalog-facets .ui-multiselect-menu label, #block-maf-catalog-facets .maf-catalog-facets-sort-by h3,
#block-maf-catalog-facets .maf-catalog-facets-sort-by .ui-multiselect-menu label {
  font-size: 0.85rem;
  font-family: "Raleway", sans-serif;
  margin-bottom: 0;
  color: #888888;
}

#block-maf-catalog-facets .maf-catalog-facets .catalog-product-selected, #block-maf-catalog-facets .maf-catalog-facets-sort-by .catalog-product-selected {
  color: #0e0e0e !important;
}

#block-maf-catalog-facets .maf-catalog-facets h3, #block-maf-catalog-facets .maf-catalog-facets-sort-by h3 {
  font-weight: 700;
}

#block-maf-catalog-facets .maf-catalog-facets .ui-multiselect-menu, #block-maf-catalog-facets .maf-catalog-facets-sort-by .ui-multiselect-menu {
  width: auto !important;
}

#block-maf-catalog-facets .facets-header {
  border-bottom: solid 1px #185156;
  width: 100%;
}

#block-maf-catalog-facets .facets-header h2,
#block-maf-catalog-facets .facets-header span {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  margin-top: 0;
}

#block-maf-catalog-facets .facets-header .reset-facets {
  float: right;
}

#block-maf-catalog-facets .facets-header .reset-facets a {
  margin: 0 10px;
}

#block-maf-catalog-facets .facets-header .reset-facets a:last-child {
  margin-right: 0;
}

#block-maf-catalog-pager-top,
#maf-catalog-ajax-container > .maf-catalog-pager-top {
  padding: 0;
  position: absolute;
  top: -2rem;
  color: #185156;
}

#block-maf-catalog-pager-top .pager,
#maf-catalog-ajax-container > .maf-catalog-pager-top .pager {
  display: none;
}

@media all and (max-width: 399px) {
  #block-maf-catalog-pager-top {
    left: 0;
    right: 0;
    top: -4rem;
    text-align: center;
  }
}

.maf-catalog-pager-bottom .pager-count {
  display: none;
}

.maf-catalog-banner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 3% 7% 10% 10% 10% 10%;
  grid-template-columns: [col1] 50% [col2] 3% [col3] 7% [col4] 1fr [col5] 1fr [col6] 1fr [col7] 1fr [col8];
  -ms-grid-rows: .5fr 1fr 2fr;
  grid-template-rows: [row1] 0.5fr [row2] 1fr [row3] 2fr [row4];
  grid-template-areas: "copy img img img img img img" "copy img img img img img img" "copy img img img img img img";
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 930px) {
  .maf-catalog-banner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.maf-catalog-banner__copy {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: copy;
}

.maf-catalog-banner__header {
  background: white;
  -ms-flex-item-align: end;
      align-self: end;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: header;
  grid-column-start: col1;
  grid-column-end: col3;
  grid-row-start: row2;
  grid-row-end: row3;
  z-index: 2;
}

@media all and (max-width: 930px) {
  .maf-catalog-banner__header {
    position: absolute !important;
    bottom: 0;
    left: 0;
  }
}

.maf-catalog-banner__body {
  padding-right: 1rem;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: body;
  grid-column-start: col1;
  grid-column-end: col2;
  grid-row-start: row3;
  z-index: 2;
}

.maf-catalog-banner__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 6;
  grid-area: img;
  text-align: right;
  z-index: 1;
  -ms-flex-item-align: center;
      align-self: center;
}

@media all and (max-width: 930px) {
  .maf-catalog-banner__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.maf-catalog-banner__img img {
  width: auto;
}

#block-maf-catalog-image h1 {
  font-size: 3rem;
  color: #185156;
  margin: 0;
  padding: 1rem 0;
}

#block-maf-catalog-image h1:after {
  display: none;
  top: -4.3rem;
  opacity: 0.7;
  right: -6.9rem;
  content: "+";
  font-weight: 900;
  font-family: Roboto, sans-serif;
  font-size: 20rem;
  position: absolute;
}

@media all and (max-width: 930px) {
  #block-maf-catalog-image h1:after {
    display: none;
  }
}

@media all and (max-width: 540px) {
  #block-maf-catalog-image h1 {
    font-size: 2rem;
  }
}

@media all and (max-width: 930px) {
  #block-maf-catalog-image h1 {
    padding: 1rem 0 1rem 1rem;
    width: 50%;
  }
}

@media all and (min-width: 1150px) {
  #block-maf-catalog-image h1 {
    font-size: 3.5rem;
  }
}

#block-maf-catalog-image .field-body {
  line-height: 1.8rem;
  font-weight: 600;
}

@media all and (max-width: 930px) {
  #block-maf-catalog-image .field-body {
    display: none;
  }
}

#block-maf-catalog-products {
  padding: 0;
}

.maf-catalog-products {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 2rem 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.maf-catalog-products .slick-track {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.maf-catalog-products .slick-slide {
  height: initial;
}

.maf-catalog-products .slick-slide .title-container {
  padding-bottom: 0.5rem;
}

.maf-catalog-products .product {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 0;
}

@media all and (max-width: 930px) {
  .maf-catalog-products .product {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}

@media all and (max-width: 540px) {
  .maf-catalog-products .product {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.maf-catalog-products .product .wrapper {
  margin: .25rem;
  padding: 1rem;
  background: white;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.maf-catalog-products .product .wrapper:hover, .maf-catalog-products .product .wrapper:focus {
  -webkit-box-shadow: 0px 0px 5px 2px #e9e9e9;
          box-shadow: 0px 0px 5px 2px #e9e9e9;
}

.maf-catalog-products .color-swatches {
  padding: 0;
}

.maf-catalog-products .color-swatches .color-swatch a {
  display: block;
  padding: 3px;
  border: solid transparent 1px;
}

.maf-catalog-products .color-swatches .color-swatch a:hover, .maf-catalog-products .color-swatches .color-swatch a:focus {
  border-color: #185156;
}

.maf-catalog-products .title-container {
  text-align: center;
}

.maf-catalog-products .title-container a {
  text-decoration: none;
}

.maf-catalog-products .price-container {
  margin: 0.5rem 0 0 0;
}

body[class*=page-select-a-medical-id-] {
  background: #F9F9F5;
}

body[class*=page-select-a-medical-id-] .region-content {
  background: transparent;
}

.slicknav_menu {
  display: none;
  position: absolute !important;
  left: 0;
  width: 100%;
  z-index: 30;
}

@media all and (max-width: 767px) {
  .slicknav_menu {
    display: block;
  }
}

.slicknav_nav {
  margin-top: 0;
  padding: 4rem 2rem .5rem;
  background: #185156;
  position: absolute !important;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slicknav_nav li.leaf {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.slicknav_nav li.first, .slicknav_nav li:last-child {
  margin-top: 1rem;
}

.slicknav_nav a:visited, .slicknav_nav a:link {
  color: white;
  text-decoration: none;
}

.slicknav_nav a:hover {
  text-decoration: underline;
}

.slicknav__submenu {
  list-style: none;
  margin: 0 -2rem;
}

.slicknav__submenu #block-menu-menu-mobile-menu-sub-menu {
  padding: 1rem 0;
  background: #123e42;
}

.slicknav__submenu #block-menu-menu-mobile-menu-sub-menu h2 {
  display: none;
}

.slicknav__submenu #block-menu-menu-mobile-menu-sub-menu ul.menu {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2rem;
}

.slicknav__submenu #block-menu-menu-mobile-menu-sub-menu ul.menu li {
  margin: 0.5rem 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.slicknav_open::before {
  content: url("/sites/all/themes/maf_tao/images/icon_mobile_menu_close.png");
}

.slicknav_open .slicknav_icon-bar {
  display: none;
}

.slicknav__search {
  margin-top: 1rem;
}

.slicknav__enroll, .slicknav__login, .slicknav__cart {
  position: absolute !important;
  top: 0;
  list-style: none;
}

.slicknav__enroll a, .slicknav__login a, .slicknav__cart a {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #C5202A;
  border-color: white;
  border-width: thin;
  padding: .8em 1em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media all and (max-width: 750px) {
  .slicknav__enroll a, .slicknav__login a, .slicknav__cart a {
    font-weight: bold;
  }
}

.slicknav__enroll a:hover, .slicknav__login a:hover, .slicknav__cart a:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.slicknav__enroll a:visited, .slicknav__login a:visited, .slicknav__cart a:visited {
  color: white;
}

.slicknav__enroll a:hover, .slicknav__login a:hover, .slicknav__cart a:hover {
  color: #C5202A;
  text-decoration: none;
}

.slicknav__cart {
  left: 2rem;
}

.slicknav__cart .fa-shopping-cart {
  padding-right: 8px;
}

.slicknav__enroll {
  left: 89px;
}

.slicknav__login {
  left: 190px;
}

.slicknav__search {
  list-style: none;
  border: 1px solid white;
  width: 100%;
  border-radius: 20px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slicknav__search button, .slicknav__search input {
  color: white;
  border: 0;
  background: transparent;
}

.slicknav__search button:hover, .slicknav__search input:hover {
  color: white;
  background: transparent;
}

.slicknav__search button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0 1rem;
}

.slicknav__search input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-left: 1rem;
}

.slicknav__search input::-webkit-input-placeholder {
  color: white;
}

.slicknav__search input::-moz-placeholder {
  color: white;
}

.slicknav__search input::-ms-input-placeholder {
  color: white;
}

.slicknav__search input::placeholder {
  color: white;
}

.slicknav__search input:focus {
  outline: none;
}

.slicknav_btn {
  text-align: center;
  right: 13px;
  top: 15px;
  position: absolute !important;
  z-index: 10;
}

.slicknav_menutxt {
  display: none;
}

.slicknav_icon {
  width: 40px;
  height: 36px;
  display: block;
  background: #185156;
  padding: 9px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slicknav_icon-bar {
  height: 2px;
  width: 100%;
  display: block;
  background: white;
}

.slicknav_icon-bar:nth-child(2) {
  margin: 6px 0;
}

#header #block-menu-menu-mobile-menu-sub-menu {
  display: none;
}

.page-user-register-select-a-plan,
.page-checkout {
  background: #F9F9F5;
}

.plan__container {
  width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}

@media all and (max-width: 889px) {
  .plan__container {
    width: 100%;
  }
}

.plan__wrapper {
  margin-bottom: 20px;
}

.plan__columns {
  background: white;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media all and (max-width: 889px) {
  .plan__columns {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
  }
}

.plan__labels {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}

@media all and (max-width: 889px) {
  .plan__labels {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.plan__labels .remove-button-styling {
  font-size: .8rem;
  padding-right: 15px;
  text-align: right;
  text-decoration: underline;
  color: #185156;
}

.plan__labels .remove-button-styling:hover {
  color: #347DA0;
}

@media all and (max-width: 889px) {
  .plan__labels .remove-button-styling {
    font-size: 1rem;
    text-align: center;
  }
}

.plan__column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: -20px 6px 0;
  padding: 15px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background: white;
}

@media all and (max-width: 889px) {
  .plan__column {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 50px;
    padding: 20px;
  }
}

.plan__column-title {
  color: #185156;
  margin: 0;
  font-size: 1.25rem;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

@media all and (max-width: 889px) {
  .plan__column-title {
    font-size: 2rem;
  }
}

.plan__column-price {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: .85rem;
}

@media all and (max-width: 889px) {
  .plan__column-price {
    font-size: 1rem;
  }
}

.plan__column-features {
  margin: 0 0 15px;
  padding: 0;
}

.plan__column-feature {
  border-top: 1px solid lightgray;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
  list-style: none;
}

@media all and (max-width: 889px) {
  .plan__column-feature {
    border: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.plan__column-feature--empty {
  height: 20px;
}

@media all and (max-width: 889px) {
  .plan__column-feature--empty {
    display: none;
  }
}

.plan__column-button {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: #C5202A;
  background: white;
  border-color: #C5202A;
}

@media all and (max-width: 750px) {
  .plan__column-button {
    font-weight: bold;
  }
}

.plan__column-button:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.plan__column--popular.plan__column {
  margin-top: -53px;
}

@media all and (max-width: 889px) {
  .plan__column--popular.plan__column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.plan__column--popular.plan__column .plan__column-tab {
  border-radius: 10px 10px 0 0;
  margin: -15px -10px 12px;
  padding: 10px 0;
  background: #185156;
  color: white;
  font-weight: 600;
  font-size: .9rem;
  z-index: 5;
}

@media all and (max-width: 889px) {
  .plan__column--popular.plan__column .plan__column-tab {
    margin: -20px -20px 12px;
  }
}

.plan__column--popular.plan__column .plan__column-price {
  color: #347DA0;
}

.plan__column--popular.plan__column .plan__column-button {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #C5202A;
  border-color: white;
  border-width: thin;
}

@media all and (max-width: 750px) {
  .plan__column--popular.plan__column .plan__column-button {
    font-weight: bold;
  }
}

.plan__column--popular.plan__column .plan__column-button:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.plan__column--popular.plan__column .plan__column-button:visited {
  color: white;
}

.plan__header {
  color: teal;
  margin-bottom: 7rem;
  margin-top: 1rem;
}

.plan__buttons {
  border: 1px solid goldenrod;
}

.plan__benefits {
  margin-bottom: 27px;
  padding: 0 15px;
  text-align: right;
  list-style: none;
}

@media all and (max-width: 889px) {
  .plan__benefits {
    display: none;
  }
}

.plan__benefit {
  font-size: .9rem;
  font-weight: 600;
  height: 31px;
}

.plan__form-submit, .plan__selected {
  display: none;
}

.plan__button--back-to-top {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: #185156;
  background: transparent;
  border-color: #185156;
  display: none;
}

@media all and (max-width: 750px) {
  .plan__button--back-to-top {
    font-weight: bold;
  }
}

.plan__button--back-to-top:hover {
  background: #185156;
  color: white;
}

.plan__button--back-to-top:visited:not(:hover) {
  color: #185156;
}

@media all and (max-width: 889px) {
  .plan__button--back-to-top {
    display: block;
  }
}

.benefit-label {
  display: none;
}

.plan-checkmark {
  width: 20px;
  height: 20px;
}

@media all and (max-width: 889px) {
  .plan-checkmark {
    display: none;
  }
  .benefit-label {
    display: block;
  }
}

.limited-benefits-modal,
.savings-basic-modal,
.savings-advantage-modal,
.savings-advantage-plus-modal {
  text-align: center;
}

.limited-benefits-modal .remove-button-styling,
.savings-basic-modal .remove-button-styling,
.savings-advantage-modal .remove-button-styling,
.savings-advantage-plus-modal .remove-button-styling {
  text-decoration: underline;
  color: #185156;
  font-size: 1rem;
}

.limited-benefits-modal .remove-button-styling:hover,
.savings-basic-modal .remove-button-styling:hover,
.savings-advantage-modal .remove-button-styling:hover,
.savings-advantage-plus-modal .remove-button-styling:hover {
  color: #347DA0;
}

.limited-benefits-modal .popup-savings-title,
.savings-basic-modal .popup-savings-title,
.savings-advantage-modal .popup-savings-title,
.savings-advantage-plus-modal .popup-savings-title {
  font-size: 1.5rem;
  font-weight: 500;
}

.limited-benefits-modal .popup-savings-subtitle,
.savings-basic-modal .popup-savings-subtitle,
.savings-advantage-modal .popup-savings-subtitle,
.savings-advantage-plus-modal .popup-savings-subtitle {
  font-size: 1rem;
  font-weight: 500;
}

.limited-benefits-modal hr,
.savings-basic-modal hr,
.savings-advantage-modal hr,
.savings-advantage-plus-modal hr {
  margin: 0 auto;
  width: 24rem;
  border-color: #347DA0;
}

.limited-benefits-modal button.teal,
.savings-basic-modal button.teal,
.savings-advantage-modal button.teal,
.savings-advantage-plus-modal button.teal {
  text-transform: none;
  color: #C5202A;
  background: white;
}

.limited-benefits-modal[class^="savings-"] #js-modal-content,
.savings-basic-modal[class^="savings-"] #js-modal-content,
.savings-advantage-modal[class^="savings-"] #js-modal-content,
.savings-advantage-plus-modal[class^="savings-"] #js-modal-content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.limited-benefits-modal[class^="savings-"] button,
.savings-basic-modal[class^="savings-"] button,
.savings-advantage-modal[class^="savings-"] button,
.savings-advantage-plus-modal[class^="savings-"] button {
  margin: 0 auto;
  width: 24rem;
}

.limited-benefits-modal[class^="savings-"] button:not(:last-child),
.savings-basic-modal[class^="savings-"] button:not(:last-child),
.savings-advantage-modal[class^="savings-"] button:not(:last-child),
.savings-advantage-plus-modal[class^="savings-"] button:not(:last-child) {
  margin-bottom: 1rem;
}

.limited-benefits-modal #no-thanks,
.savings-basic-modal #no-thanks,
.savings-advantage-modal #no-thanks,
.savings-advantage-plus-modal #no-thanks {
  text-align: left;
}

.limited-benefits-modal-close,
.savings-basic-modal-close,
.savings-advantage-modal-close,
.savings-advantage-plus-modal-close {
  display: none;
}

.limited-benefits-modal #limited-benefits__continue-without-a-plan,
.savings-basic-modal #limited-benefits__continue-without-a-plan,
.savings-advantage-modal #limited-benefits__continue-without-a-plan,
.savings-advantage-plus-modal #limited-benefits__continue-without-a-plan {
  margin-right: 1rem;
}

.limited-benefits-modal #js-modal-content,
.savings-basic-modal #js-modal-content,
.savings-advantage-modal #js-modal-content,
.savings-advantage-plus-modal #js-modal-content {
  margin: 0 auto;
}

#maf-checkout-select-a-plan-standalone-form #continue-without-a-plan {
  display: none;
}

.entity-paragraphs-item.select-a-plan {
  background: #F9F9F5;
}

.entity-paragraphs-item.select-a-plan h2 {
  margin-top: 5rem;
  color: #185156;
}

.page-user-register-select-a-plan .plan__container h2.plan__header {
  margin-bottom: 4em;
}

.page-user-register-select-a-plan #continue-without-a-plan {
  display: none;
}

.medicalert-medical-ids {
  background: #F9F9F5;
}

.medicalert-medical-ids__header, .medicalert-medical-ids__body, .medicalert-medical-ids__button {
  width: 65%;
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 889px) {
  .medicalert-medical-ids__header, .medicalert-medical-ids__body, .medicalert-medical-ids__button {
    width: auto;
  }
}

.medicalert-medical-ids__header {
  width: 100%;
}

@media all and (max-width: 889px) {
  .medicalert-medical-ids__header {
    margin-bottom: 1rem;
  }
}

.medicalert-medical-ids__body {
  max-width: 950px;
}

.medicalert-medical-ids__button {
  margin-bottom: 3rem;
}

@media all and (max-width: 889px) {
  .medicalert-medical-ids__button {
    margin-bottom: .5rem;
  }
}

.medicalert-medical-ids h1 {
  margin-bottom: 0;
  color: #185156;
}

@media all and (max-width: 889px) {
  .medicalert-medical-ids h1 {
    text-align: left;
  }
}

.medicalert-medical-ids .slick-arrow {
  height: unset;
}

.medicalert-medical-ids .speaks-for-members {
  padding-top: 2rem !important;
}

.medicalert-medical-ids .speaks-for-members h2 {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.medicalert-medical-ids .speaks-for-members h2::before {
  width: 22%;
  right: 0;
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
}

.medicalert-medical-ids .speaks-for-members h2::after {
  content: '';
}

.medicalert-medical-ids .speaks-for-members .field-name-field-view-reference {
  margin: 2rem auto 0 15%;
  width: 50%;
}

@media all and (max-width: 889px) {
  .medicalert-medical-ids .speaks-for-members .field-name-field-view-reference {
    margin: 2rem auto 0;
    width: 90%;
    padding-bottom: 150px;
  }
}

.medicalert-medical-ids .speaks-for-members .limiter {
  min-height: 430px !important;
}

.medicalert-medical-ids .maf-featured-catalog-products-search {
  display: none;
}

.medicalert-medical-ids .maf-featured-catalog-products-wrapper .maf-featured-catalog-products-links {
  text-align: center;
  margin-left: 0;
}

.medicalert-medical-ids .maf-featured-catalog-products-wrapper .maf-featured-catalog-products-button {
  width: 100%;
}

.medicalert-medical-ids .maf-featured-catalog-products-wrapper #maf-featured-catalog-products-title h2 {
  font-size: 1.7rem;
}

.select-medical-id {
  background: #F9F9F5;
}

.select-medical-id .field-name-field-sections > .field-items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

@media all and (max-width: 889px) {
  .select-medical-id .field-name-field-sections > .field-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.select-medical-id .field-name-field-sections > .field-items > .field-item {
  padding: 0 4px;
}

.select-medical-id .field-name-field-sections > .field-items > .field-item:not(:first-child) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.select-medical-id .field-name-field-sections > .field-items > .field-item:not(:first-child) .limiter {
  padding: 0;
}

.select-medical-id .field-name-field-sections > .field-items > .field-item:not(:first-child) .field-type-image img {
  display: block;
  height: auto;
}

@media all and (max-width: 889px) {
  .select-medical-id .field-name-field-sections > .field-items > .field-item:not(:first-child) .field-type-image img {
    display: none;
  }
}

.select-medical-id .field-name-field-sections > .field-items > .field-item:not(:first-child) .paragraphs-item-cta-button {
  margin-top: 0;
}

.select-medical-id .field-name-field-sections > .field-items > .field-item:not(:first-child) .paragraphs-item-cta-button .field-item {
  display: block;
}

.select-medical-id .field-name-field-sections > .field-items > .field-item:not(:first-child) .paragraphs-item-cta-button a {
  display: block;
  background: #347DA0;
  color: white;
  text-align: center;
  padding: 12px 0;
  font-size: .75rem;
  border-radius: 0 0 5px 5px;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.select-medical-id .field-name-field-sections > .field-items > .field-item:not(:first-child) .paragraphs-item-cta-button a:hover {
  text-decoration: underline;
}

@media all and (max-width: 889px) {
  .select-medical-id .field-name-field-sections > .field-items > .field-item:not(:first-child) .paragraphs-item-cta-button a {
    margin: .5rem 3rem;
    padding: 1rem 0;
    border-radius: 4px;
  }
}

.select-medical-id .field-name-field-sections > .field-items > .field-item:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.select-medical-id .field-name-field-sections > .field-items > .field-item:first-child h1 {
  font-size: 2.5rem;
  color: #185156;
  text-align: center;
  margin-bottom: 4rem;
}

@media all and (max-width: 889px) {
  .select-medical-id .field-name-field-sections > .field-items > .field-item:first-child h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.select-medical-id .field-name-field-sections > .field-items > .field-item:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
  margin-bottom: 5rem;
  margin-top: 1rem;
}

.select-medical-id .field-name-field-sections > .field-items > .field-item:last-child h3 {
  font-family: "Raleway", sans-serif, serif;
  color: #185156;
}

.select-medical-id .field-name-field-sections > .field-items > .field-item:last-child h3 a {
  color: #185156;
}

.page-checkout .confirm-parent, .page-checkout .password-parent,
.page-checkout div.form-item div.password-suggestions,
.page-checkout div.password-confirm,
.page-checkout .password-strength {
  width: 100%;
}

.page-checkout #footer {
  margin-top: 6rem;
}

.page-checkout .messages.error {
  margin-bottom: 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-checkout select {
  width: 100%;
  height: 41px;
}

.page-checkout label {
  margin-bottom: 0.3rem;
}

.page-checkout #main-content input[type="text"], .page-checkout #main-content input[type="number"], .page-checkout #main-content input[type="password"], .page-checkout #main-content input[type="email"] {
  width: 100%;
  height: 41px;
}

.page-checkout #main-content input[type="checkbox"]:focus {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

.page-checkout #main-content input[type="submit"]:not([name^="remove_"]) {
  width: auto;
  height: auto;
  text-indent: 0;
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #185156;
  border-color: #185156;
}

@media all and (max-width: 750px) {
  .page-checkout #main-content input[type="submit"]:not([name^="remove_"]) {
    font-weight: bold;
  }
}

.page-checkout #main-content input[type="submit"]:not([name^="remove_"]):hover {
  background: white;
  color: #185156;
  border-color: #185156;
}

.page-checkout #main-content input[type="submit"]:not([name^="remove_"]):visited {
  color: white;
}

.page-checkout #main-content input[type="submit"]:not([name^="remove_"]).checkout-continue {
  float: right;
}

@media all and (max-width: 660px) {
  .page-checkout #main-content input[type="submit"]:not([name^="remove_"]).checkout-continue {
    float: none;
    width: 100%;
  }
}

.page-checkout .form-wrapper {
  border: 0;
  border-bottom: 1px solid #aba0a0;
  margin-bottom: 1rem;
}

.page-checkout .form-wrapper .form-wrapper {
  border: 0;
}

.page-checkout .form-type-checkbox {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-checkout .form-type-checkbox label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-checkout .form-type-checkbox input {
  margin-left: 25%;
  margin-right: 10px;
}

@media all and (max-width: 767px) {
  .page-checkout .form-type-checkbox input {
    margin-left: 0;
  }
}

.page-checkout .form-item-address-text label, .page-checkout .form-item-address-text .update-billing-address {
  display: inline-block;
}

.page-checkout .update-shipping-address,
.page-checkout .update-billing-address {
  margin-left: .5rem;
  font-size: .9rem;
  color: #545454;
  z-index: 1;
}

.page-checkout #commerce-checkout-form-account .account_form {
  background: white;
  width: 480px;
  margin: 3rem auto 0;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: none;
}

@media all and (max-width: 540px) {
  .page-checkout #commerce-checkout-form-account .account_form {
    width: 100%;
  }
}

.page-checkout #commerce-checkout-form-account .account_form > legend {
  display: none;
}

.page-checkout #commerce-checkout-form-account label {
  color: black;
}

.page-checkout #commerce-checkout-form-account .checkout-buttons {
  text-align: center;
  margin-top: 3rem;
}

.page-checkout #commerce-checkout-form-account .checkout-buttons input.checkout-cancel[type="submit"]:not([name^="remove_"]) {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: #C5202A;
  background: white;
  border-color: #C5202A;
}

@media all and (max-width: 750px) {
  .page-checkout #commerce-checkout-form-account .checkout-buttons input.checkout-cancel[type="submit"]:not([name^="remove_"]) {
    font-weight: bold;
  }
}

.page-checkout #commerce-checkout-form-account .checkout-buttons input.checkout-cancel[type="submit"]:not([name^="remove_"]):hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.page-checkout #edit-account-form-select {
  display: block;
}

.page-checkout #edit-account-form-select-login,
.page-checkout #edit-account-form-select-register {
  margin: 0 auto;
  background: white;
  width: 100%;
  max-width: 100%;
}

.page-checkout #edit-account-form-select-login h2,
.page-checkout #edit-account-form-select-register h2 {
  margin-top: 0;
  color: #185156;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.page-checkout #edit-account-form-select-login .form-required,
.page-checkout #edit-account-form-select-register .form-required {
  display: none;
}

.page-checkout #edit-account-form-select-login .form-item,
.page-checkout #edit-account-form-select-register .form-item {
  margin-top: 1rem;
  max-width: 100%;
}

.page-checkout #edit-account-form-select-login .password-suggestions,
.page-checkout #edit-account-form-select-register .password-suggestions {
  max-width: 100%;
}

.page-checkout #edit-account-form-select-login .password-parent,
.page-checkout #edit-account-form-select-login .confirm-parent,
.page-checkout #edit-account-form-select-register .password-parent,
.page-checkout #edit-account-form-select-register .confirm-parent {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-checkout #edit-account-form-select-login .password-parent > label,
.page-checkout #edit-account-form-select-login .confirm-parent > label,
.page-checkout #edit-account-form-select-register .password-parent > label,
.page-checkout #edit-account-form-select-register .confirm-parent > label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.page-checkout #edit-account-form-select-login .password-parent > div,
.page-checkout #edit-account-form-select-login .confirm-parent > div,
.page-checkout #edit-account-form-select-register .password-parent > div,
.page-checkout #edit-account-form-select-register .confirm-parent > div {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 0;
  margin-bottom: .5rem;
}

.page-checkout #edit-account-form-select-login .password-parent > input,
.page-checkout #edit-account-form-select-login .confirm-parent > input,
.page-checkout #edit-account-form-select-register .password-parent > input,
.page-checkout #edit-account-form-select-register .confirm-parent > input {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.page-checkout #edit-account-form-select-login .form-item-account-form-select-register-mail,
.page-checkout #edit-account-form-select-login .form-item-account-form-select-login-mail,
.page-checkout #edit-account-form-select-register .form-item-account-form-select-register-mail,
.page-checkout #edit-account-form-select-register .form-item-account-form-select-login-mail {
  width: 100%;
}

.page-checkout #edit-account-form-select-login .form-item-account-form-select-register-mail .description,
.page-checkout #edit-account-form-select-login .form-item-account-form-select-login-mail .description,
.page-checkout #edit-account-form-select-register .form-item-account-form-select-register-mail .description,
.page-checkout #edit-account-form-select-register .form-item-account-form-select-login-mail .description {
  display: none;
}

.page-checkout #edit-account-form-select-login .other-links,
.page-checkout #edit-account-form-select-register .other-links {
  font-weight: bold;
  text-align: center;
}

.page-checkout #edit-account-form-select-login .toggle-form,
.page-checkout #edit-account-form-select-login .continue-as-guest,
.page-checkout #edit-account-form-select-login .need-an-account,
.page-checkout #edit-account-form-select-register .toggle-form,
.page-checkout #edit-account-form-select-register .continue-as-guest,
.page-checkout #edit-account-form-select-register .need-an-account {
  font-size: .9rem;
  display: inline-block;
  padding: 1rem;
}

.page-checkout #edit-account-form-select-login .form-submit,
.page-checkout #edit-account-form-select-register .form-submit {
  float: right;
  z-index: 1;
}

.page-checkout #edit-account-form-select-login {
  display: none;
}

.page-checkout [id*="addressfield-wrapper"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 0;
}

.page-checkout [id*="addressfield-wrapper"] .form-item {
  margin-bottom: 1rem;
}

.page-checkout [id*="addressfield-wrapper"] .fieldset-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-checkout [id*="addressfield-wrapper"] .fieldset-wrapper .form-item {
  margin-top: 0;
}

.page-checkout [id*="addressfield-wrapper"] .fieldset-wrapper .form-item-personal-information-address-country {
  margin-top: 0;
}

.page-checkout [id*="addressfield-wrapper"] .fieldset-wrapper .street-block {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-checkout [id*="addressfield-wrapper"] .fieldset-wrapper .street-block .form-item {
  margin-bottom: 1rem;
}

.page-checkout [id*="addressfield-wrapper"] .fieldset-wrapper .locality-block {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-checkout [id*="addressfield-wrapper"] .fieldset-wrapper .locality-block > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.5%;
          flex: 0 0 31.5%;
}

.page-checkout [id*="addressfield-wrapper"] .fieldset-wrapper .locality-block:after {
  display: none;
}

.page-checkout [id*="addressfield-wrapper"] .fieldset-wrapper .locality-block .form-item {
  margin-bottom: 1rem;
}

@media all and (max-width: 767px) {
  .page-checkout [id*="addressfield-wrapper"] .fieldset-wrapper .locality-block .form-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    float: none;
    margin-right: 0;
  }
}

.page-checkout [id*="addressfield-wrapper"] .fieldset-wrapper .locality-block .form-item-personal-information-address-locality {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.page-checkout [id*="addressfield-wrapper"] .fieldset-wrapper .locality-block .form-item-personal-information-address-administrative-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-top: 0;
}

@media all and (max-width: 660px) {
  .page-checkout [id*="addressfield-wrapper"] .fieldset-wrapper .locality-block .form-item-personal-information-address-administrative-area {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
  }
}

.page-checkout [id*="addressfield-wrapper"] .fieldset-wrapper .locality-block .form-item-personal-information-address-postal-code {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

@media all and (max-width: 660px) {
  .page-checkout [id*="addressfield-wrapper"] .fieldset-wrapper .locality-block .form-item-personal-information-address-postal-code {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
  }
}

.page-checkout [id*="addressfield-wrapper"] legend {
  display: none;
}

.page-checkout [id*="addressfield-wrapper"] fieldset {
  border: 0;
  padding: 0;
}

.page-checkout .personal_information {
  border: 0;
  padding: 0;
}

.page-checkout .personal_information label {
  font-size: 1rem;
}

@media all and (min-width: 661px) and (max-width: 768px) {
  .page-checkout .personal_information label {
    font-size: .8rem;
  }
}

.page-checkout .personal_information legend {
  text-align: center;
  font-size: 2.5rem;
  font-family: "Raleway", sans-serif, serif;
  color: teal;
  margin: 0 auto 3rem;
}

@media all and (max-width: 660px) {
  .page-checkout .personal_information legend {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.page-checkout .personal_information .street-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-checkout .personal_information .fieldset-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}

.page-checkout .personal_information .fieldset-wrapper .messages {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.page-checkout .personal_information .fieldset-wrapper .form-item-personal-information-first-name, .page-checkout .personal_information .fieldset-wrapper .form-item-personal-information-middle-initial, .page-checkout .personal_information .fieldset-wrapper .form-item-personal-information-last-name,
.page-checkout .personal_information .fieldset-wrapper .form-item-billing-first-name,
.page-checkout .personal_information .fieldset-wrapper .form-item-billing-middle-initial,
.page-checkout .personal_information .fieldset-wrapper .form-item-billing-last-name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1rem;
  padding-right: 1.5rem;
}

.page-checkout .personal_information .fieldset-wrapper .form-item-personal-information-first-name,
.page-checkout .personal_information .fieldset-wrapper .form-item-billing-first-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}

.page-checkout .personal_information .fieldset-wrapper .form-item-personal-information _:-ms-fullscreen, :root .page-checkout .personal_information .fieldset-wrapper .form-item-personal-information-first-name,
.page-checkout .personal_information .fieldset-wrapper .form-item-billing _:-ms-fullscreen, :root
.page-checkout .personal_information .fieldset-wrapper .form-item-billing-first-name {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}

.page-checkout .personal_information .fieldset-wrapper .form-item-personal-information-middle-initial,
.page-checkout .personal_information .fieldset-wrapper .form-item-billing-middle-initial {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}

.page-checkout .personal_information .fieldset-wrapper .form-item-personal-information _:-ms-fullscreen, :root .page-checkout .personal_information .fieldset-wrapper .form-item-personal-information-middle-initial,
.page-checkout .personal_information .fieldset-wrapper .form-item-billing _:-ms-fullscreen, :root
.page-checkout .personal_information .fieldset-wrapper .form-item-billing-middle-initial {
  -ms-flex-preferred-size: 14%;
      flex-basis: 14%;
}

.page-checkout .personal_information .fieldset-wrapper .form-item-personal-information-last-name,
.page-checkout .personal_information .fieldset-wrapper .form-item-billing-last-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-right: 0;
}

@media all and (max-width: 660px) {
  .page-checkout .personal_information .fieldset-wrapper .form-item-personal-information-first-name, .page-checkout .personal_information .fieldset-wrapper .form-item-personal-information-middle-initial, .page-checkout .personal_information .fieldset-wrapper .form-item-personal-information-last-name,
  .page-checkout .personal_information .fieldset-wrapper .form-item-billing-first-name,
  .page-checkout .personal_information .fieldset-wrapper .form-item-billing-middle-initial,
  .page-checkout .personal_information .fieldset-wrapper .form-item-billing-last-name {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
  }
}

.page-checkout .personal_information .fieldset-wrapper .form-item-personal-information-confirm-new-member, .page-checkout .personal_information .fieldset-wrapper .form-item-personal-information-confirm-address {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.page-checkout .personal_information .fieldset-wrapper .form-item-personal-information-confirm-new-member input, .page-checkout .personal_information .fieldset-wrapper .form-item-personal-information-confirm-address input {
  margin-left: 0;
}

.page-checkout .personal_information .fieldset-wrapper .container-inline-date {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}

.page-checkout .personal_information .fieldset-wrapper .container-inline-date .form-item-personal-information-date-of-birth {
  width: 100%;
}

.page-checkout .personal_information .fieldset-wrapper #remaining-items {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 0;
}

.page-checkout .personal_information .fieldset-wrapper #remaining-items > * {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media all and (max-width: 660px) {
  .page-checkout .personal_information .fieldset-wrapper #remaining-items > * {
    width: 100%;
  }
}

@media all and (max-width: 660px) {
  .page-checkout .personal_information .fieldset-wrapper #remaining-items {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-checkout .personal_information .fieldset-wrapper .form-item-personal-information-remaining-items-date-of-birth {
  width: 100%;
}

.page-checkout .personal_information .fieldset-wrapper #edit-personal-information-remaining-items-date-of-birth {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-checkout .personal_information .fieldset-wrapper #edit-personal-information-remaining-items-date-of-birth > * {
  width: 33%;
}

.page-checkout .personal_information .fieldset-wrapper #edit-personal-information-remaining-items-date-of-birth > * select {
  width: 90%;
}

.page-checkout .personal_information .fieldset-wrapper #edit-personal-information-remaining-items-date-of-birth .form-item-personal-information-remaining-items-date-of-birth-day select {
  margin: 0 auto;
}

.page-checkout .personal_information .fieldset-wrapper #edit-personal-information-remaining-items-date-of-birth .form-item-personal-information-remaining-items-date-of-birth-year select {
  margin-left: 10%;
}

.page-checkout .personal_information .fieldset-wrapper #edit-personal-information-date-of-birth {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.page-checkout .personal_information .fieldset-wrapper #edit-personal-information-date-of-birth .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 10px;
}

.page-checkout .personal_information .fieldset-wrapper #edit-personal-information-date-of-birth .form-item:last-child {
  padding-right: 0;
}

.page-checkout .personal_information .fieldset-wrapper [id*="addressfield-wrapper"] .fieldset-wrapper > * {
  padding: 0;
}

.page-checkout .personal_information .fieldset-wrapper [id*="addressfield-wrapper"] .fieldset-wrapper > * > * {
  padding-right: 1.5rem;
}

@media all and (max-width: 660px) {
  .page-checkout .personal_information .fieldset-wrapper [id*="addressfield-wrapper"] .fieldset-wrapper > * > * {
    padding-right: 0;
  }
}

.page-checkout .personal_information .fieldset-wrapper [id*="addressfield-wrapper"] .fieldset-wrapper .addressfield-container-inline {
  padding: 0;
}

@media all and (max-width: 660px) {
  .page-checkout .personal_information .fieldset-wrapper [id*="addressfield-wrapper"] .fieldset-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
  }
}

.page-checkout .personal_information .fieldset-wrapper .phone-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-checkout .personal_information .fieldset-wrapper .phone-wrapper .separator {
  padding: 0 .5rem;
}

.page-checkout .personal_information .fieldset-wrapper .phone-wrapper label {
  position: absolute;
  top: 0;
  width: 200px;
}

.page-checkout .personal_information .fieldset-wrapper .phone-wrapper .form-item {
  position: relative;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page-checkout .personal_information .fieldset-wrapper .phone-wrapper .separator,
.page-checkout .personal_information .fieldset-wrapper .phone-wrapper .form-item {
  padding-top: 1.3rem;
}

.page-checkout .personal_information .fieldset-wrapper .form-required {
  display: none;
}

.page-checkout .personal_information .fieldset-wrapper div.addressfield-container-inline > div.form-item {
  margin-right: 0;
}

.page-checkout #commerce-checkout-form-billing {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.page-checkout #commerce-checkout-form-billing .form-item-billing-confirm-address {
  width: 100%;
}

.page-checkout #commerce-checkout-form-billing .form-item-billing-confirm-address input {
  margin-left: 0;
}

.page-checkout #commerce-checkout-form-billing .form-item-billing-address-thoroughfare,
.page-checkout #commerce-checkout-form-billing .form-item-billing-address-premise {
  padding-right: 0;
}

.page-checkout #commerce-checkout-form-billing .locality-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 480px) {
  .page-checkout #commerce-checkout-form-billing .locality-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 600px) {
  .page-checkout #commerce-checkout-form-billing .locality-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

@media all and (max-width: 479px) {
  .page-checkout #commerce-checkout-form-billing .locality-block > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media all and (min-width: 480px) {
  .page-checkout #commerce-checkout-form-billing .locality-block > *:nth-child(1), .page-checkout #commerce-checkout-form-billing .locality-block > *:nth-child(2) {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 48% !important;
            flex: 0 0 48% !important;
  }
  .page-checkout #commerce-checkout-form-billing .locality-block > *:nth-child(3) {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

@media all and (min-width: 600px) {
  .page-checkout #commerce-checkout-form-billing .locality-block > *:nth-child(1), .page-checkout #commerce-checkout-form-billing .locality-block > *:nth-child(2), .page-checkout #commerce-checkout-form-billing .locality-block > *:nth-child(3) {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 31% !important;
            flex: 0 0 31% !important;
  }
}

.page-checkout #commerce-checkout-form-billing #edit-billing-address-address {
  margin-bottom: 0;
}

@media all and (min-width: 660px) {
  .page-checkout #commerce-checkout-form-billing .form-item-billing-first-name,
  .page-checkout #commerce-checkout-form-billing .form-item-billing-last-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 768px) and (min-width: 661px) {
  .page-checkout #commerce-checkout-form-billing label {
    font-size: 1rem;
  }
}

.page-checkout .checkout-buttons {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  border: 0;
}

.page-checkout .checkout-buttons span.button-operator {
  display: none;
}

@media all and (max-width: 767px) {
  .page-checkout #commerce-checkout-form-confirm-order-details fieldset {
    padding: 0;
  }
}

.page-checkout #commerce-checkout-form-confirm-order-details .order-details__item .line-item-edit-buttons {
  text-align: right;
}

.page-checkout #commerce-checkout-form-confirm-order-details .order-details__item .line-item-edit-buttons .ajax-progress-throbber {
  float: left;
}

.page-checkout #commerce-checkout-form-confirm-order-details .order-details--single .order-details__item {
  padding-left: 2rem;
}

.page-checkout #commerce-checkout-form-confirm-order-details .order-details--multiple {
  border: 0;
}

@media all and (max-width: 767px) {
  .page-checkout #commerce-checkout-form-confirm-order-details .order-details--multiple .order-details__item {
    border: 0;
  }
  .page-checkout #commerce-checkout-form-confirm-order-details .order-details--multiple .order-details__item .order-details__row[id^="edit-order-details-breakdown-product"] {
    border: 0;
    grid-template-columns: 50% 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "product-image product-label" "product-image product-price" "product-image product-edit";
  }
  .page-checkout #commerce-checkout-form-confirm-order-details .order-details--multiple .order-details__item .order-details__row[id^="edit-order-details-breakdown-product"] .order-details__image {
    grid-area: product-image;
  }
  .page-checkout #commerce-checkout-form-confirm-order-details .order-details--multiple .order-details__item .order-details__row[id^="edit-order-details-breakdown-product"] .order-details__label {
    grid-area: product-label;
  }
  .page-checkout #commerce-checkout-form-confirm-order-details .order-details--multiple .order-details__item .order-details__row[id^="edit-order-details-breakdown-product"] .order-details__price {
    grid-area: product-price;
  }
  .page-checkout #commerce-checkout-form-confirm-order-details .order-details--multiple .order-details__item .order-details__row[id^="edit-order-details-breakdown-product"] .order-details__edit-or-remove {
    grid-area: product-edit;
  }
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) {
  max-width: 800px;
  margin: 0 auto;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info).terms_privacy {
  border-bottom: none;
  padding-top: 1rem;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info).order_details {
  padding-left: 0;
  padding-right: 0;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info).order_details legend {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-family: "Raleway", sans-serif, serif;
  color: teal;
  padding: 0 0 2.5rem;
  border-bottom: solid 1px #C1C1BE;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info).order_details > .fieldset-wrapper {
  padding: 1rem 0 0;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info).order_details > .fieldset-wrapper > .order-details__product-thumbnail {
  margin-bottom: 1.5rem;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info).order_details .fieldset-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info).order_details .fieldset-wrapper img {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info).order_details .fieldset-wrapper ul {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info).order_details .fieldset-wrapper ul.errors {
  list-style: initial;
  margin-top: 1rem;
}

@media all and (max-width: 767px) {
  .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item {
  color: black;
}

@media all and (max-width: 767px) {
  .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item {
    padding: 1rem;
    border-top: 1px solid #C1C1BE;
  }
  .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item:first-child {
    border-top: 0;
  }
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item[class*="order-details__product"]:not(:first-child) {
  margin-top: 1rem;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open * {
  font-weight: 600;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open > .form-wrapper {
  margin: .75rem 0 .75rem -1.25rem;
  -webkit-box-shadow: 0px 0px 5px 2px #e9e9e9;
          box-shadow: 0px 0px 5px 2px #e9e9e9;
  background: white;
  border-radius: 10px;
  padding: .25rem 1.5rem;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open > .form-wrapper > .form-wrapper {
  padding: 0;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open .order-details__label,
.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open .order-details__price {
  color: white;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open .order-details__edit-or-remove {
  z-index: 2;
  margin-top: -.25rem;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open .fake-link {
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 1.5rem;
  font-size: .75rem;
  /* IE pseudo-element fix */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open .fake-link {
    /* IE10+ CSS styles go here */
    width: 100%;
    margin-left: -1rem;
  }
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open .fake-link::before, .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open .fake-link::after {
  position: absolute;
  text-decoration: underline;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open .fake-link::before, .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open .fake-link::after {
  text-decoration: none;
  right: 0;
  top: -1px;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open .fake-link::before {
  font-size: 20px;
  font-family: "FontAwesome";
  content: "\f056";
  color: #c51f29;
  z-index: 1;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open .fake-link::after {
  font-size: 10px;
  font-family: "FontAwesome";
  content: "\f111";
  color: white;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open .order-details__remove {
  display: none;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open .order-details__row-2 {
  padding-bottom: 1rem;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open .order-details__row-2 > .form-item > label {
  padding-bottom: 1rem;
  margin: 1rem 0;
  border-bottom: solid 1px #C1C1BE;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open input[type="radio"] {
  margin-right: .5rem;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open .form-type-radio label {
  top: 1px;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__item.is-open .item-price {
  float: right;
  padding-right: 13%;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__membership:not(:nth-child(2)) {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px #C1C1BE solid;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__row-1 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__row-1 .fake-link {
  color: #C5202A;
  font-weight: 500;
  height: 25px;
  margin-bottom: 0;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__row-1 .additional-description {
  font-weight: initial;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__row-1 .additional-description p {
  font-family: "Cabin", sans-serif;
  margin: 0 0 1em 2em;
  font-size: 11px;
  line-height: 1.2;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__row-2 {
  display: none;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__row-2 label {
  line-height: 1em;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__row-2 .form-type-radios {
  margin-top: 0;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__price {
  padding-right: 1.5rem;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__total .order-details__row-1 {
  font-weight: 700;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__remove {
  color: #C5202A;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__col.order-details__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__col.order-details__image ~ * {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__col.order-details__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20em;
          flex: 1 1 20em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__col.order-details__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100px;
          flex: 0 1 100px;
  text-align: right;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__col.order-details__edit-or-remove, .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__col.coupon-remove-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  white-space: nowrap;
  margin-bottom: 0;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__col.order-details__remove {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__col.order-details__label, .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__col.order-details__price, .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__col.order-details__edit-or-remove, .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__col.order-details__remove, .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__col.order-details__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__col.order-details__label {
    margin: 0;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__col.order-details__price {
    padding: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__col.order-details__edit-or-remove {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__col.order-details__remove {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__label {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 10px;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .order-details__row-2 .donation-options-heading {
  color: #185156;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .order-details__row-2 > .form-item {
  /*  width: 300px; */
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .order-details__row-2 > .form-item {
  margin-top: 0;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .order-details__row-2 > * {
  margin-left: auto;
  margin-right: auto;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .order-details__row-2 .form-item-order-details-breakdown-donation-row2-value-other {
  top: -48px;
  margin-left: 78px;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .order-details__row-2 .form-item-order-details-breakdown-donation-row2-value-frequency {
  top: -46px;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .order-details__row-2 .fake-link.remove-donation-class {
  text-decoration: underline;
  text-transform: none;
  font-size: .9rem;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .order-details__row-2 input[name="donation"] {
  top: -25px;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .form-item-order-details-breakdown-donation-row2-value-frequency {
  margin: 0;
  float: left;
  width: 100px;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .form-item-order-details-breakdown-donation-row2-value-frequency:nth-child(2) {
  margin-left: 10px;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .donation-amount-radios .form-type-radio:last-child {
  display: none;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .donation-amount-radios .form-type-radio label.option {
  width: 30px;
  display: inline-block;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .donation-amount-radios,
.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .donation-other-textfield {
  display: inline-block;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .donation-other-textfield {
  vertical-align: bottom;
  margin-bottom: 1.2rem;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .donation-other-textfield input {
  border: 1px solid #185156;
  width: 9em;
  display: inline-block;
  max-height: 30px;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .donation-other-textfield input.selected {
  border: 2px solid #185156;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .line-item-edit-buttons {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100em;
          flex: 0 1 100em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__donation .line-item-edit-buttons .fake-link {
  width: auto;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__product-thumbnail {
  width: 150px;
  background: white;
  padding: .5rem;
  -webkit-box-shadow: 0px 0px 5px 2px #e9e9e9;
          box-shadow: 0px 0px 5px 2px #e9e9e9;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__shipping .form-type-radio, .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__processing .form-type-radio {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__shipping label, .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .order-details__processing label {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 13%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) #order-details__list {
  padding: 0;
  font-size: .9rem;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) #order-details__list:not(:first-child) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) #order-details__non-cart-info {
  width: 100%;
  border-top: solid #C1C1BE 1px;
  padding-top: 1rem;
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) #order-details__non-cart-info {
    padding: 1rem;
  }
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) #order-details__non-cart-info label.option {
  color: black;
  font-weight: 500;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .street-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-wrapper:not(#order-details__non-cart-info) .street-block > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-item-order-details-non-cart-information-terms-privacy {
  padding-bottom: 0;
}

.page-checkout #commerce-checkout-form-confirm-order-details .form-item-address-text {
  display: none;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 767px) {
  .page-checkout #commerce-checkout-form-confirm-order-details .form-item-address-text {
    width: 100%;
  }
}

.page-checkout #commerce-checkout-form-confirm-order-details [id*="addressfield-wrapper"] + input {
  display: none;
}

.page-checkout #commerce-checkout-form-confirm-order-details [id*="addressfield-wrapper"] {
  padding-right: 0;
}

.page-checkout #commerce-checkout-form-confirm-order-details .addressfield-container-inline {
  width: 100%;
}

@media all and (max-width: 767px) {
  .page-checkout #commerce-checkout-form-confirm-order-details .addressfield-container-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-checkout #commerce-checkout-form-confirm-order-details .checkout-buttons {
  min-height: 6rem;
}

.page-checkout #commerce-checkout-form-confirm-order-details .checkout-back,
.page-checkout #commerce-checkout-form-confirm-order-details .checkout-continue {
  margin-top: 1rem;
}

.page-checkout form.address-update-form-showing .checkout-continue {
  display: none !important;
}

.page-checkout form.address-update-form-showing fieldset.address-buttons .fieldset-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.page-checkout form.address-update-form-hidden input[name="shipping_update"] {
  display: none !important;
}

.page-checkout form.address-update-form-hidden #order-details__non-cart-info [id*="addressfield-wrapper"] {
  display: none;
}

.page-checkout [class*='-address-country'] {
  display: none;
}

.page-checkout .locality-block > .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-checkout .locality-block > .form-item:last-child {
  margin-right: 0;
}

.page-checkout #edit-commerce-payment {
  display: none;
}

.page-checkout #commerce-cybersource-sasop-redirect-form,
.page-checkout #commerce-paypal-ec-order-form-wrapper {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
}

.page-checkout #commerce-cybersource-sasop-redirect-form h1 {
  text-align: center;
}

.page-checkout #commerce-cybersource-sasop-redirect-form #card-details {
  padding-top: 1rem;
}

.page-checkout #commerce-cybersource-sasop-redirect-form .card-details__row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-checkout #commerce-cybersource-sasop-redirect-form .card-details__row > .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-checkout #commerce-cybersource-sasop-redirect-form .card-details__row > .form-item:last-child {
  padding-right: 0;
}

.page-checkout #commerce-cybersource-sasop-redirect-form .card-details__row > .form-item-card-type {
  width: 25%;
}

@media all and (max-width: 767px) {
  .page-checkout #commerce-cybersource-sasop-redirect-form .card-details__row > .form-item-card-type {
    width: 50%;
  }
}

.page-checkout #commerce-cybersource-sasop-redirect-form .card-details__row > .form-item-card-number {
  width: 75%;
}

@media all and (max-width: 767px) {
  .page-checkout #commerce-cybersource-sasop-redirect-form .card-details__row > .form-item-card-number {
    width: 50%;
  }
}

.page-checkout #commerce-cybersource-sasop-redirect-form .card-details__row > .form-item-expiration-ui-expiration-month {
  width: 25%;
}

@media all and (max-width: 767px) {
  .page-checkout #commerce-cybersource-sasop-redirect-form .card-details__row > .form-item-expiration-ui-expiration-month {
    width: 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.page-checkout #commerce-cybersource-sasop-redirect-form .card-details__row > .form-item-expiration-ui-expiration-year {
  width: 25%;
  padding-right: 1rem;
}

@media all and (max-width: 767px) {
  .page-checkout #commerce-cybersource-sasop-redirect-form .card-details__row > .form-item-expiration-ui-expiration-year {
    width: 50%;
    padding-right: 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.page-checkout #commerce-cybersource-sasop-redirect-form .card-details__row > .form-item-card-cvn {
  width: 25%;
}

@media all and (max-width: 767px) {
  .page-checkout #commerce-cybersource-sasop-redirect-form .card-details__row > .form-item-card-cvn {
    width: 100%;
    padding-right: calc(50% + 1rem);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.page-checkout #commerce-cybersource-sasop-redirect-form .card-details__row > .form-item-bill-to-phone {
  width: 25%;
}

@media all and (max-width: 767px) {
  .page-checkout #commerce-cybersource-sasop-redirect-form .card-details__row > .form-item-bill-to-phone {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.page-checkout #commerce-cybersource-sasop-redirect-form #payment-billing-address-update-wrapper .form-submit {
  margin-left: auto;
  margin-bottom: 1em;
}

@media all and (max-width: 767px) {
  .page-checkout #commerce-cybersource-sasop-redirect-form #payment-billing-address-update-wrapper {
    margin-bottom: 2rem;
  }
}

@media all and (max-width: 767px) {
  .page-checkout #commerce-cybersource-sasop-redirect-form #edit-buttons {
    top: unset !important;
    margin-bottom: 2rem;
  }
  .page-checkout #commerce-cybersource-sasop-redirect-form #edit-buttons #edit-continue {
    width: 100%;
    float: none;
  }
}

.page-checkout #commerce-cybersource-sasop-redirect-form .form-item-bill-to-forename,
.page-checkout #commerce-cybersource-sasop-redirect-form .form-item-bill-to-surname {
  display: none;
}

.page-checkout #commerce-cybersource-sasop-redirect-form .payment_billing_address {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.page-checkout #commerce-cybersource-sasop-redirect-form .payment_billing_address .fieldset-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-checkout #commerce-cybersource-sasop-redirect-form .payment_billing_address > legend {
  display: none;
}

.page-checkout #commerce-cybersource-sasop-redirect-form .form-item-card-cvn input,
.page-checkout #commerce-cybersource-sasop-redirect-form .form-item-bill-to-phone input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 44px !important;
  margin-top: -1px;
  width: 100%;
}

.page-checkout #commerce-cybersource-sasop-redirect-form .form-item-card-cvn {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}

.page-checkout #commerce-cybersource-sasop-redirect-form .form-item-bill-to-email {
  width: 100%;
}

.page-checkout #commerce-cybersource-sasop-redirect-form .form-item-bill-to-email input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 44px !important;
  margin-top: -1px;
}

.page-checkout #commerce-cybersource-sasop-redirect-form .cc-charge-amount-container {
  margin-left: auto;
}

.page-checkout #commerce-cybersource-sasop-redirect-form .card-details__row.second-row > div {
  margin-top: auto;
}

.page-checkout #commerce-cybersource-sasop-redirect-form.address-update-form-hidden #update-billing-address-wrapper {
  display: none;
}

.page-checkout #commerce-cybersource-sasop-redirect-form #update-billing-address-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}

.page-checkout #commerce-cybersource-sasop-redirect-form #update-billing-address-wrapper > .fieldset-wrapper > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-checkout #commerce-cybersource-sasop-redirect-form #update-billing-address-wrapper > .fieldset-wrapper .form-item-payment-billing-address-address-wrapper-confirm-address {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.page-checkout #commerce-cybersource-sasop-redirect-form #update-billing-address-wrapper > .fieldset-wrapper .form-item-payment-billing-address-address-wrapper-confirm-address input {
  margin-left: 0;
}

.page-checkout #commerce-cybersource-sasop-redirect-form #update-billing-address-wrapper > .fieldset-wrapper .form-item-payment-billing-address-address-wrapper-first-name {
  width: 50%;
  padding-right: .5rem;
}

.page-checkout #commerce-cybersource-sasop-redirect-form #update-billing-address-wrapper > .fieldset-wrapper .form-item-payment-billing-address-address-wrapper-last-name {
  width: 50%;
  padding-left: .5rem;
}

.page-checkout #commerce-cybersource-sasop-redirect-form #update-billing-address-wrapper > .fieldset-wrapper [id*="addressfield-wrapper"] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.page-checkout #commerce-cybersource-sasop-redirect-form #update-billing-address-wrapper > .fieldset-wrapper [id*="addressfield-wrapper"] fieldset {
  margin: 0;
}

.page-checkout #commerce-cybersource-sasop-redirect-form #update-billing-address-wrapper > .fieldset-wrapper [id*="addressfield-wrapper"] .street-block {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-checkout #commerce-cybersource-sasop-redirect-form #update-billing-address-wrapper > .fieldset-wrapper [id*="addressfield-wrapper"] .street-block > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-checkout #commerce-cybersource-sasop-redirect-form #update-billing-address-wrapper > .fieldset-wrapper [id*="addressfield-wrapper"] .street-block > *:first-child {
  padding-right: .5rem;
}

.page-checkout #commerce-cybersource-sasop-redirect-form #update-billing-address-wrapper > .fieldset-wrapper [id*="addressfield-wrapper"] .street-block > *:last-child {
  padding-left: .5rem;
}

.page-checkout #commerce-cybersource-sasop-redirect-form #update-billing-address-wrapper > .fieldset-wrapper [id*="addressfield-wrapper"] .locality-block .form-item {
  float: none;
  margin-right: 0;
}

.page-checkout #commerce-cybersource-sasop-redirect-form #update-billing-address-wrapper > .fieldset-wrapper input[type="submit"] {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.page-checkout #commerce-cybersource-sasop-redirect-form input[type="submit"] {
  z-index: 10;
}

.page-checkout #commerce-cybersource-sasop-redirect-form .form-item-payment-billing-address-require-billing-form-values {
  display: none;
}

.page-checkout #commerce-paypal-ec-order-form-wrapper {
  padding-top: 2rem;
  border-top: solid 1px black;
  text-align: center;
}

.page-checkout #commerce-paypal-ec-order-form-wrapper .separator {
  display: inline-block;
  background: #F9F9F5;
  padding: 0 1rem;
  line-height: 1em;
  font-weight: 700;
  font-style: italic;
}

.page-checkout #commerce-paypal-ec-order-form {
  text-align: center;
  margin-top: 1rem;
}

.page-checkout #commerce-checkout-form-paypal-ec {
  text-align: center;
}

.page-checkout #commerce-checkout-form-paypal-ec h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #185156;
}

.page-checkout #commerce-checkout-form-paypal-ec .error-message,
.page-checkout #commerce-checkout-form-paypal-ec .form-submit {
  display: none;
}

.page-checkout #commerce-checkout-form-paypal-ec .initial-message p {
  margin-bottom: .5rem;
  font-size: 1.1rem;
}

.page-checkout #commerce-checkout-form-paypal-ec #ajax-loading {
  background-image: url(/sites/all/themes/maf_tao/images/ajax-loader.gif);
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  height: 2rem;
  border-radius: 100px;
  width: 2rem;
}

.page-checkout #commerce-checkout-form-complete {
  font-size: 1.25rem;
}

.page-checkout #commerce-checkout-form-complete h1 {
  font-size: 4rem;
  color: #185156;
  margin-bottom: 0;
}

.page-checkout #commerce-checkout-form-complete .payment_success_message {
  width: 800px;
  max-width: 92%;
  margin: 0 auto;
  color: black;
  border-bottom: none;
}

.page-checkout #commerce-checkout-form-complete .payment_success_message div {
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.page-checkout #commerce-checkout-form-complete .payment_success_message .order-number-text {
  font-weight: 700;
}

.page-checkout #commerce-checkout-form-complete .checkout_completion_message {
  display: none;
}

@media all and (max-width: 376px) {
  .page-checkout #card-details #edit-card-cvn,
  .page-checkout #card-details #edit-card-number,
  .page-checkout #card-details #edit-expiration-ui-expiration-month,
  .page-checkout #card-details #edit-expiration-ui-expiration-year {
    width: 280px !important;
  }
  .page-checkout #card-details #edit-card-cvn,
  .page-checkout #card-details #edit-card-number {
    margin-bottom: 1rem;
  }
  .page-checkout #card-details #edit-card-type,
  .page-checkout #card-details #edit-expiration-ui-expiration-month,
  .page-checkout #card-details #edit-expiration-ui-expiration-year {
    padding-left: .75rem;
    background-color: white;
    width: 265px !important;
  }
  .page-checkout #card-details #edit-card-type {
    width: 270px !important;
  }
  .page-checkout #card-details .form-item-expiration-ui-expiration-year {
    margin-top: 0px;
  }
}

@media all and (max-width: 321px) {
  .page-checkout #edit-bill-to-phone {
    width: 280px !important;
  }
}

#block-commerce-checkout-progress-indication {
  display: none;
}

.maf_coupon_checkout_pane.coupon-input-available {
  max-width: 880px;
  border-top: solid #C1C1BE 1px !important;
}

.maf_coupon_checkout_pane.coupon-input-available .coupon-entry {
  width: 750px;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

@media all and (max-width: 767px) {
  .maf_coupon_checkout_pane.coupon-input-available .coupon-entry {
    width: auto;
  }
}

.maf_coupon_checkout_pane.coupon-input-available .coupon-entry > .fieldset-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 86%;
}

@media all and (max-width: 767px) {
  .maf_coupon_checkout_pane.coupon-input-available .coupon-entry > .fieldset-wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: auto;
    padding: 1.5rem 1rem;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .maf_coupon_checkout_pane.coupon-input-available .coupon-entry > .fieldset-wrapper > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.maf_coupon_checkout_pane.coupon-input-available .coupon-entry-textfield {
  display: inline-block;
  width: 484px;
}

@media all and (max-width: 767px) {
  .maf_coupon_checkout_pane.coupon-input-available .coupon-entry-textfield {
    width: auto;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 80% !important;
            flex: 1 1 80% !important;
  }
}

.maf_coupon_checkout_pane.coupon-input-available .coupon-entry-textfield label {
  display: inline-block;
}

.maf_coupon_checkout_pane.coupon-input-available .coupon-entry-textfield #edit-maf-coupon-checkout-pane-maf-coupon-checkout-pane-coupon-entry-coupon-code {
  display: inline-block;
}

.maf_coupon_checkout_pane.coupon-input-available .coupon-entry-textfield input[type="text"] {
  width: 368px !important;
}

@media all and (max-width: 767px) {
  .maf_coupon_checkout_pane.coupon-input-available .coupon-entry-textfield input[type="text"] {
    width: 100% !important;
  }
}

.maf_coupon_checkout_pane.coupon-input-available #coupon-entry-textfield-btn {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 18px;
}

@media all and (max-width: 767px) {
  .maf_coupon_checkout_pane.coupon-input-available #coupon-entry-textfield-btn {
    top: 0;
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.maf_coupon_checkout_pane.coupon-input-available #coupon-entry-textfield-btn input[type="submit"]:not([name^="remove_"]) {
  background: #185156;
  border-color: #185156;
  height: 45px;
}

@media all and (max-width: 767px) {
  .maf_coupon_checkout_pane.coupon-input-available #coupon-entry-textfield-btn input[type="submit"]:not([name^="remove_"]) {
    width: 100%;
    height: 42px;
    padding: .65em 2em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.maf_coupon_checkout_pane.coupon-input-available #coupon-entry-textfield-btn input[type="submit"]:not([name^="remove_"]):hover {
  background: #FFF;
  color: #185156;
}

#edit-order-details-breakdown-coupons .coupon-remove-link .remove-coupon a, #edit-order-details-breakdown-coupons .coupon-remove-link .remove-coupon a:visited, #edit-order-details-breakdown-coupons .coupon-remove-link .remove-coupon a:hover, #edit-order-details-breakdown-coupons .coupon-remove-link .remove-coupon a:active {
  color: #C5202A;
  font-weight: 500;
  height: 25px;
}

#edit-order-details-breakdown-coupons .order-details__remove {
  margin-left: -15px;
}

.order-details__coupons .order-details__label {
  margin-right: 68px;
}

.order-details__row-2 .form-required {
  display: none;
}

.page-checkout-complete .breadcrumb-engraving__container {
  display: none;
}

#edit-card-cvn {
  width: 115px !important;
}

#commerce-cybersource-sasop-test-text {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.form-item-card-number {
  width: 100%;
}

.page-checkout div.region-content {
  padding: 0;
}

.page-checkout #card-details {
  margin-bottom: 1rem;
}

.page-checkout #card-details .card-details__row {
  margin-bottom: 1rem;
}

.page-checkout #card-details .card-details__row > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  margin: 0.5rem;
}

.page-checkout #card-details .card-details__row .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.page-checkout .form-item-card-expiry-date {
  display: none;
}

.page-checkout #payment-billing-address-update-wrapper {
  margin-bottom: 1rem;
}

.page-checkout input.form-submit {
  margin-bottom: 1rem;
}

.page-checkout.page-checkout-confirm-order-details #js-modal-content {
  text-align: left;
}

.page-checkout.page-checkout-confirm-order-details #js-modal-content h3 {
  font-family: "Raleway", serif;
  font-size: 24px;
}

.page-checkout.page-checkout-confirm-order-details #js-modal-content p {
  font-family: "Cabin", sans-serif;
}

body .node-type-basic-page-modular .region-content {
  max-width: 1232px;
}

#js-modal-content .fluid-width-video-wrapper {
  padding-top: 60.25% !important;
}

body.node-type-video .region-content {
  max-width: initial;
  margin: 0;
  padding: 0;
  background: #F9F9F5;
}

body.node-type-video .first-responders, body.node-type-video .partners {
  background: white;
}

body.node-type-video .first-responders img, body.node-type-video .partners img {
  left: unset !important;
}

body.node-type-video .first-responders {
  padding: 2rem 0;
}

body.node-type-video .partners {
  padding-bottom: 3rem;
}

body.node-type-video .partners h2 span {
  display: block;
}

@media all and (max-width: 659px) {
  body.node-type-video .partners h2 {
    font-size: 2.5rem;
  }
}

body.node-type-video .partners p {
  margin-top: 0;
}

@media all and (max-width: 659px) {
  body.node-type-video .speaks-for-members {
    padding-bottom: 4rem !important;
  }
}

body.node-type-video .node-node-block-modular, body.node-type-video .block-nodeblock {
  padding: 0;
}

.node-video h1 {
  margin-bottom: 0;
}

.node-video h1 .teal, .node-video h1 .light-blue {
  display: block;
}

.node-video > .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 991px) {
  .node-video > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.node-video > .content > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.node-video > .content .field-type-video-embed-field {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}

.node-video > .content .paragraphs-items-field-components {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.node-video .paragraphs-item-cta-button.red a {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #C5202A;
  border-color: white;
  border-width: thin;
}

@media all and (max-width: 750px) {
  .node-video .paragraphs-item-cta-button.red a {
    font-weight: bold;
  }
}

.node-video .paragraphs-item-cta-button.red a:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.node-video .paragraphs-item-cta-button.red a:visited {
  color: white;
}

.node-video .paragraphs-items-field-content-blocks > .field-type-paragraphs > .field-items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.node-video .paragraphs-items-field-content-blocks > .field-type-paragraphs > .field-items > .field-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.node-video .paragraphs-items-field-content-blocks > .field-type-paragraphs > .field-items > .field-item:nth-last-child(2), .node-video .paragraphs-items-field-content-blocks > .field-type-paragraphs > .field-items > .field-item:last-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 1rem;
}

@media all and (max-width: 991px) {
  .node-video .paragraphs-items-field-content-blocks > .field-type-paragraphs > .field-items > .field-item:nth-last-child(2), .node-video .paragraphs-items-field-content-blocks > .field-type-paragraphs > .field-items > .field-item:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .node-video .paragraphs-items-field-content-blocks > .field-type-paragraphs > .field-items > .field-item:nth-last-child(2) a, .node-video .paragraphs-items-field-content-blocks > .field-type-paragraphs > .field-items > .field-item:last-child a {
    display: block;
    margin-bottom: 1rem;
  }
}

@media all and (max-width: 460px) {
  .node-video .paragraphs-items-field-content-blocks > .field-type-paragraphs > .field-items > .field-item:nth-last-child(2), .node-video .paragraphs-items-field-content-blocks > .field-type-paragraphs > .field-items > .field-item:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media all and (max-width: 460px) {
  .node-video .paragraphs-items-field-content-blocks > .field-type-paragraphs > .field-items > .field-item:last-child a {
    margin-bottom: 0;
  }
}

.views-page-video_gallery h1 {
  margin: 1rem 0;
  padding-left: 1rem;
  color: #185156;
  font-family: "Raleway", sans-serif, serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.views-page-video_gallery #main-content {
  background: #F9F9F5;
}

.views-page-video_gallery .views-field-field-components .limiter {
  padding: 0;
}

.views-page-video_gallery .view-id-video_gallery {
  margin-top: 1rem;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.views-page-video_gallery .view-id-video_gallery .view-filters {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.views-page-video_gallery .view-id-video_gallery .view-filters .views-exposed-form .views-exposed-widgets {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.views-page-video_gallery .view-id-video_gallery .view-filters .views-exposed-form .views-exposed-widgets > * {
  margin-left: 1rem;
  padding: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.views-page-video_gallery .view-id-video_gallery .view-filters .views-exposed-form .views-exposed-widget .form-submit {
  margin: 0;
}

.views-page-video_gallery .view-id-video_gallery .view-filters .views-exposed-form .views-reset-button {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.views-page-video_gallery .view-id-video_gallery .view-filters .views-exposed-form .views-reset-button input {
  font-weight: 700;
  border-color: transparent;
  background: transparent;
  padding: 0;
  color: #347DA0;
  text-decoration: underline;
  margin: 0;
}

.views-page-video_gallery .view-id-video_gallery .view-filters .views-exposed-form .views-reset-button input:hover {
  cursor: pointer;
  color: #185156;
}

.views-page-video_gallery .view-id-video_gallery .view-filters .views-widget-filter-created {
  height: 4rem;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.views-page-video_gallery .view-id-video_gallery .view-filters .views-widget-filter-created label {
  color: white;
  background: #185156;
  padding: 1rem;
}

.views-page-video_gallery .view-id-video_gallery .view-filters .views-widget-filter-created .form-type-select {
  background: white;
}

.views-page-video_gallery .view-id-video_gallery .view-filters .views-widget-filter-created .form-type-select::before, .views-page-video_gallery .view-id-video_gallery .view-filters .views-widget-filter-created .form-type-select::after {
  position: absolute;
  -webkit-transition: ease all 0.25s;
  transition: ease all 0.25s;
}

.views-page-video_gallery .view-id-video_gallery .view-filters .views-widget-filter-created .form-type-select::before {
  font-size: 1rem;
  font-family: "FontAwesome";
  content: "\f055";
  color: #ECECE7;
  z-index: 1;
  right: 0.7rem;
  top: 1rem;
  pointer-events: none;
}

.views-page-video_gallery .view-id-video_gallery .view-filters .views-widget-filter-created .form-type-select::after {
  font-size: 0.8rem;
  font-family: "FontAwesome";
  content: "\f111";
  color: #185156;
  right: 0.75rem;
  top: 1.1rem;
  pointer-events: none;
}

.views-page-video_gallery .view-id-video_gallery .view-filters .views-widget-filter-created select {
  height: 3.1rem;
  padding: .3rem 2rem .3rem 1rem;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.views-page-video_gallery .view-id-video_gallery .view-filters .views-widget-filter-created select:focus {
  border: 0;
  outline: none;
}

.views-page-video_gallery .view-id-video_gallery .view-filters .views-widget-filter-created input {
  border-color: #185156;
  background: #185156;
}

.views-page-video_gallery .view-id-video_gallery .view-filters .views-widget-filter-created input:hover {
  background: white;
  color: #185156;
}

.views-page-video_gallery .view-content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
}

.views-page-video_gallery .view-content > .views-row {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  margin-bottom: 2rem;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (max-width: 889px) {
  .views-page-video_gallery .view-content > .views-row {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media all and (max-width: 659px) {
  .views-page-video_gallery .view-content > .views-row {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.views-page-video_gallery .view-content .views-field {
  background: white;
  margin: 0 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.views-page-video_gallery .view-content .views-field p {
  margin: 0;
  padding: 0 0 1em;
}

.views-page-video_gallery .view-content .views-field.views-field-field-video-link-1 a {
  display: block;
  text-decoration: none;
}

.views-page-video_gallery .view-content .views-field.views-field-field-video-link-1 a::after {
  position: absolute;
  color: white;
  content: '►';
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #185156;
  width: 28px;
  height: 30px;
  padding: 1rem;
  border-radius: 2rem;
  font-size: 2rem;
}

.views-page-video_gallery .view-content .views-field.views-field-field-video-link-1 a:hover::after {
  color: #185156;
  background: white;
}

.views-page-video_gallery .view-content .views-field.views-field-title {
  font-size: 1.1rem;
  color: #185156;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: bold;
}

.views-page-video_gallery .view-content .views-field:nth-child(2) {
  padding: 1rem 1rem .5rem;
}

.views-page-video_gallery .view-content .views-field:nth-child(2) a {
  color: #185156;
  font-size: 1.1rem;
  text-decoration: none;
}

.views-page-video_gallery .view-content .views-field:nth-child(2) a:hover {
  text-decoration: underline;
}

.views-page-video_gallery .view-content .views-field:last-child {
  padding: .5rem 1rem 1rem;
}

.views-page-video_gallery .view-content .views-field:last-child a {
  font-size: .9rem;
  text-decoration: none;
}

.views-page-video_gallery .view-content .views-field:last-child a:hover {
  text-decoration: underline;
}

.views-page-video_gallery .views-field-field-tag-reference {
  color: #347DA0;
}

.views-page-video_gallery .fluid-width-video-wrapper {
  height: 250px;
}

.page-node-23.node-type-webform .region-content, .contact-us.node-type-webform .region-content {
  max-width: 1050px;
}

.page-node-23 #main-content, .contact-us #main-content {
  padding-bottom: 2rem;
}

.page-node-23 h1, .contact-us h1 {
  margin-right: -32%;
  margin-bottom: 45px;
  text-align: center;
  color: #185156;
}

@media all and (max-width: 767px) {
  .page-node-23 h1, .contact-us h1 {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.page-node-23 h1::after, .contact-us h1::after {
  display: block;
  margin-top: .5rem;
  content: '*required field';
  color: red;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
}

.page-node-23 .region-content, .contact-us .region-content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 767px) {
  .page-node-23 .region-content, .contact-us .region-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-node-23 .region-content > .block:first-child, .contact-us .region-content > .block:first-child {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.page-node-23 .region-content > .block:nth-child(2), .contact-us .region-content > .block:nth-child(2) {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

div.node.contact-us .submitted, div.node.contact-us .field-name-field-content-title {
  display: none;
}

div.node.contact-us .field-name-body {
  text-align: center;
}

div.node.contact-us form.webform-client-form {
  /* IE11 */
  /* IE11 */
}

div.node.contact-us form.webform-client-form label:focus {
  -webkit-appearance: label;
     -moz-appearance: label;
          appearance: label;
}

div.node.contact-us form.webform-client-form input[type="text"], div.node.contact-us form.webform-client-form input[type="number"], div.node.contact-us form.webform-client-form input[type="password"], div.node.contact-us form.webform-client-form input[type="email"] {
  width: 100%;
  /*
  height: 41px;
  padding: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.2;
  border: 1px solid #ddd;
  box-shadow: inset 2px 2px 4px rgba(68,68,68,0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fdfdfd));
  text-indent: 1rem;
  */
}

div.node.contact-us form.webform-client-form textarea, div.node.contact-us form.webform-client-form select {
  color: #333;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 2px 2px 4px rgba(68, 68, 68, 0.1);
          box-shadow: inset 2px 2px 4px rgba(68, 68, 68, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fdfdfd));
}

div.node.contact-us form.webform-client-form > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 3rem;
  grid-template-areas: "first-name first-name last-name last-name" "membership-id membership-id . ." "method method email email" "method method phone phone" "issue issue . ." "message message message message" "disclaimer disclaimer submit submit";
  padding-right: 3rem;
}

@media all and (max-width: 767px) {
  div.node.contact-us form.webform-client-form > div {
    grid-template-areas: "first-name first-name first-name first-name" "last-name last-name last-name last-name" "membership-id membership-id membership-id membership-id" "method method method method" "email email email email" "phone phone phone phone" "issue issue issue issue" "message message message message" "disclaimer disclaimer disclaimer disclaimer" "submit submit submit submit";
    padding-right: 0;
  }
}

div.node.contact-us form.webform-client-form > div input:not([type="radio"]), div.node.contact-us form.webform-client-form > div select {
  width: 100%;
}

div.node.contact-us form.webform-client-form > div label, div.node.contact-us form.webform-client-form > div .compact-form-label {
  top: unset;
  left: unset;
  font-size: 1rem;
}

div.node.contact-us form.webform-client-form > div .form-actions .form-submit {
  width: auto;
  height: 43px;
  float: right;
  line-height: normal;
}

@media all and (max-width: 767px) {
  div.node.contact-us form.webform-client-form > div .form-actions .form-submit {
    width: 100%;
  }
}

div.node.contact-us form.webform-client-form > div .webform-component--first-name {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: first-name;
}

@media all and (max-width: 767px) {
  div.node.contact-us form.webform-client-form > div .webform-component--first-name {
    -ms-grid-column-span: 4;
  }
}

div.node.contact-us form.webform-client-form > div .webform-component--last-name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: last-name;
}

@media all and (max-width: 767px) {
  div.node.contact-us form.webform-client-form > div .webform-component--last-name {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
}

div.node.contact-us form.webform-client-form > div .webform-component--membership-id {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: membership-id;
}

@media all and (max-width: 767px) {
  div.node.contact-us form.webform-client-form > div .webform-component--membership-id {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
}

div.node.contact-us form.webform-client-form > div .webform-component--preferred-contact-method {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: method;
}

@media all and (max-width: 767px) {
  div.node.contact-us form.webform-client-form > div .webform-component--preferred-contact-method {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
}

div.node.contact-us form.webform-client-form > div .webform-component--preferred-contact-method .form-radios {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

div.node.contact-us form.webform-client-form > div .webform-component--preferred-contact-method .form-radios input {
  margin-right: 5px;
}

div.node.contact-us form.webform-client-form > div .webform-component--preferred-contact-method .form-radios input:focus {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

div.node.contact-us form.webform-client-form > div .webform-component--preferred-contact-method .form-radios .form-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

div.node.contact-us form.webform-client-form > div .webform-component--preferred-contact-method .form-radios .form-item:first-child {
  margin-right: 3rem;
}

div.node.contact-us form.webform-client-form > div .webform-component--email-address {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: email;
}

@media all and (max-width: 767px) {
  div.node.contact-us form.webform-client-form > div .webform-component--email-address {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
}

div.node.contact-us form.webform-client-form > div .webform-component--your-phone-number {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  display: none;
  grid-area: phone;
}

@media all and (max-width: 767px) {
  div.node.contact-us form.webform-client-form > div .webform-component--your-phone-number {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
}

div.node.contact-us form.webform-client-form > div .webform-component--what-do-you-need-help-with {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: issue;
}

@media all and (max-width: 767px) {
  div.node.contact-us form.webform-client-form > div .webform-component--what-do-you-need-help-with {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
}

div.node.contact-us form.webform-client-form > div .webform-component--message {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: message;
}

@media all and (max-width: 767px) {
  div.node.contact-us form.webform-client-form > div .webform-component--message {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
}

div.node.contact-us form.webform-client-form > div .webform-component--disclaimer {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: disclaimer;
  margin-top: 0;
}

@media all and (max-width: 767px) {
  div.node.contact-us form.webform-client-form > div .webform-component--disclaimer {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
}

div.node.contact-us form.webform-client-form > div .webform-component--your-name {
  display: none;
}

div.node.contact-us form.webform-client-form *::-ms-backdrop, div.node.contact-us form.webform-client-form > div {
  padding-right: 0;
}

div.node.contact-us form.webform-client-form *::-ms-backdrop, div.node.contact-us form.webform-client-form .webform-component, div.node.contact-us form.webform-client-form .form-actions {
  margin-right: 3rem;
}

div.node.contact-us form.webform-client-form .form-actions {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: submit;
}

div.node.contact-us form.webform-client-form .form-type-radio {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact-us__sidebar {
  padding-top: 0;
  padding-left: 3rem;
  margin-top: 175px;
  border-left: 1px solid #ddd;
}

@media all and (max-width: 767px) {
  .contact-us__sidebar {
    margin-top: 3rem;
    margin-left: 0;
    padding-left: 0;
    border: 0;
  }
}

.contact-us__sidebar h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.contact-us__sidebar h3:first-child {
  margin-top: 0;
}

.contact-us__sidebar p {
  margin-bottom: 2rem;
}

.why-medicalert__main {
  z-index: 1;
}

.why-medicalert__main h1 {
  margin: 0;
  padding-left: 6%;
}

.why-medicalert__main p {
  padding-left: 18%;
}

@media all and (max-width: 540px) {
  .why-medicalert__main h1 {
    padding: 3rem 0 0 2rem;
    margin: 0;
  }
  .why-medicalert__main p {
    padding: 0 0 3rem 2rem;
    margin: 0;
  }
}

.why-medicalert__main img {
  min-height: 218px;
  width: 100%;
}

@media only screen and (max-width: 540px) {
  .why-medicalert__main img {
    width: auto;
    height: 100%;
    margin-left: -50%;
    max-width: unset;
  }
}

.why-medicalert__main .limiter {
  max-width: unset;
  padding: 0;
}

.why-medicalert__main .field-name-field-content-blocks {
  max-height: 250px;
}

.why-medicalert__main .field-name-field-content-blocks > .field-items {
  padding-top: 80px;
}

@media all and (max-width: 540px) {
  .why-medicalert__main .field-name-field-content-blocks > .field-items {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 250px;
    padding-top: 0;
  }
}

.why-medicalert__main .field-name-field-content-blocks > .field-items > .field-item {
  z-index: 2;
  color: white;
  width: 100px;
  height: 100px;
}

.why-medicalert__main .field-name-field-content-blocks > .field-items > .field-item > img {
  width: 100px;
  height: 65px;
}

.why-medicalert__main .field-name-field-content-blocks > .field-items > .field-item:first-child {
  max-width: 1200px;
  margin: 0 auto;
}

.why-medicalert__main .field-name-field-content-blocks > .field-items > .field-item:nth-child(2) {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 540px) {
  .why-medicalert__main .field-name-field-content-blocks > .field-items > .field-item:first-child, .why-medicalert__main .field-name-field-content-blocks > .field-items > .field-item:nth-child(2) {
    width: 80%;
    background: rgba(24, 81, 86, 0.8);
    margin: 0;
  }
}

.why-medicalert__main .field-name-field-content-blocks > .field-items > .field-item:last-child {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.why-medicalert__item {
  color: #185156;
  z-index: 1;
}

.why-medicalert__item img {
  width: 100px;
  height: 65px;
}

.why-medicalert__item h3 {
  margin: 2rem 0 0;
}

@media all and (max-width: 540px) {
  .why-medicalert__item h3 {
    text-align: center;
  }
}

.why-medicalert__item--first {
  padding-top: 2rem;
}

@media only screen and (max-width: 540px) {
  .why-medicalert__item--first {
    padding-bottom: 2rem;
  }
}

.why-medicalert__item--last {
  padding-bottom: 2rem;
}

.why-medicalert__item--247 .field-name-field-image {
  padding: 0 40px !important;
}

.why-medicalert__item .field-name-field-content-blocks {
  padding: 0 40px;
}

@media all and (max-width: 540px) {
  .why-medicalert__item .field-name-field-content-blocks {
    padding: 0;
  }
}

.why-medicalert__item .field-name-field-content-blocks > .field-items {
  display: grid;
  grid-template-columns: 1fr 80%;
  grid-template-rows: 33% 1fr;
  grid-template-areas: "icon header" "icon body";
}

@media all and (max-width: 540px) {
  .why-medicalert__item .field-name-field-content-blocks > .field-items {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.why-medicalert__item .field-name-field-content-blocks > .field-items > .field-item:first-child {
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
  grid-area: icon;
}

.why-medicalert__item .field-name-field-content-blocks > .field-items > .field-item:first-child .field-name-field-image {
  padding: 0 70px;
}

.why-medicalert__item .field-name-field-content-blocks > .field-items > .field-item:nth-child(2) {
  grid-area: header;
}

.why-medicalert__item .field-name-field-content-blocks > .field-items > .field-item:nth-child(3) {
  grid-area: body;
}

.why-medicalert .paragraphs-item-freeform-section--view .limiter {
  max-width: 1200px;
  padding: 0 2rem;
}

.why-medicalert .paragraphs-item-freeform-section--view .limiter .content {
  position: relative;
}

@media all and (max-width: 540px) {
  .why-medicalert .memberships {
    background: #F9F9F5;
  }
}

.real-peace-of-mind {
  margin: -1rem 0;
  z-index: 2;
  color: #185156;
  overflow: visible;
}

@media all and (max-width: 540px) {
  .real-peace-of-mind {
    margin: 0;
    padding: 2rem 0;
  }
}

.real-peace-of-mind h2 {
  margin: 80px 0 0;
}

@media all and (max-width: 540px) {
  .real-peace-of-mind h2 {
    margin: 0;
    font-size: 2rem;
    text-align: center;
  }
}

.real-peace-of-mind p {
  padding-right: 40px;
}

.real-peace-of-mind .field-name-field-content-blocks {
  padding: 0 40px;
}

@media all and (max-width: 540px) {
  .real-peace-of-mind .field-name-field-content-blocks {
    padding: 0;
  }
}

.real-peace-of-mind .field-name-field-content-blocks > .field-items {
  display: grid;
  grid-template-columns: 1fr 45% 35%;
  grid-template-rows: 33% 1fr;
  grid-template-areas: "icon header figure" "icon body figure";
}

@media all and (max-width: 540px) {
  .real-peace-of-mind .field-name-field-content-blocks > .field-items {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.real-peace-of-mind .field-name-field-content-blocks > .field-items > .field-item:first-child {
  -ms-flex-item-align: center;
      align-self: center;
  grid-area: icon;
}

.real-peace-of-mind .field-name-field-content-blocks > .field-items > .field-item:first-child .field-name-field-image {
  padding: 0 40px;
}

@media all and (max-width: 540px) {
  .real-peace-of-mind .field-name-field-content-blocks > .field-items > .field-item:first-child .field-name-field-image {
    padding: 0;
  }
}

@media all and (max-width: 540px) {
  .real-peace-of-mind .field-name-field-content-blocks > .field-items > .field-item:first-child img {
    max-width: 175px;
    margin-bottom: 2rem;
  }
}

.real-peace-of-mind .field-name-field-content-blocks > .field-items > .field-item:nth-child(2) {
  grid-area: header;
}

.real-peace-of-mind .field-name-field-content-blocks > .field-items > .field-item:nth-child(3) {
  grid-area: body;
}

.real-peace-of-mind .field-name-field-content-blocks > .field-items > .field-item:last-child {
  grid-area: figure;
}

@media all and (max-width: 540px) {
  .real-peace-of-mind .field-name-field-content-blocks > .field-items > .field-item:last-child {
    display: none;
  }
}

@media all and (max-width: 376px) {
  .page--memberships .section-medicalert-features .field-name-field-content-blocks > .field-items > .field-item {
    -webkit-box-flex: initial !important;
        -ms-flex: initial !important;
            flex: initial !important;
  }
}

.page--donate .paragraphs-item-freeform-section--main h1, .page--partner .paragraphs-item-freeform-section--main h1 {
  margin: 0;
  padding: 1rem 2rem 1rem 0;
  width: auto;
  display: inline-block;
  position: absolute;
  background: white;
  z-index: 2;
}

@media all and (max-width: 767px) {
  .page--donate .paragraphs-item-freeform-section--main h1, .page--partner .paragraphs-item-freeform-section--main h1 {
    width: auto;
    margin-bottom: 1rem;
    font-size: 36px !important;
  }
}

.page--donate .paragraphs-item-freeform-section--main h1:after, .page--partner .paragraphs-item-freeform-section--main h1:after {
  display: none;
  color: #347DA0;
  opacity: 0.7;
  content: "+";
  font-weight: 900;
  font-family: Roboto, sans-serif;
  font-size: 10rem;
  right: -3.5rem;
  top: 1.8rem;
  position: absolute;
}

@media all and (max-width: 659px) {
  .page--donate .paragraphs-item-freeform-section--main h1:after, .page--partner .paragraphs-item-freeform-section--main h1:after {
    display: none;
  }
}

.page--donate .paragraphs-item-freeform-section--main p, .page--partner .paragraphs-item-freeform-section--main p {
  margin-top: 0;
  width: 40%;
}

.page--donate .paragraphs-item-freeform-section--main img, .page--partner .paragraphs-item-freeform-section--main img {
  left: unset !important;
  max-width: unset;
}

@media all and (max-width: 1080px) {
  .page--donate .paragraphs-item-freeform-section--main img, .page--partner .paragraphs-item-freeform-section--main img {
    height: 100%;
    width: 150%;
  }
}

.page--donate .paragraphs-item-freeform-section--main a, .page--partner .paragraphs-item-freeform-section--main a {
  margin-top: 3rem;
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #C5202A;
  border-color: white;
  border-width: thin;
}

@media all and (max-width: 750px) {
  .page--donate .paragraphs-item-freeform-section--main a, .page--partner .paragraphs-item-freeform-section--main a {
    font-weight: bold;
  }
}

.page--donate .paragraphs-item-freeform-section--main a:hover, .page--partner .paragraphs-item-freeform-section--main a:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.page--donate .paragraphs-item-freeform-section--main a:visited, .page--partner .paragraphs-item-freeform-section--main a:visited {
  color: white;
}

.page--donate .paragraphs-item-freeform-section--main .limiter, .page--partner .paragraphs-item-freeform-section--main .limiter {
  max-width: unset;
  padding: 0;
}

.page--donate .paragraphs-item-freeform-section--main .field-name-field-content-blocks, .page--partner .paragraphs-item-freeform-section--main .field-name-field-content-blocks {
  min-height: 500px;
}

.page--donate .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items, .page--partner .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items {
  padding: 2rem 0 2rem 140px;
}

@media all and (max-width: 1080px) {
  .page--donate .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items, .page--partner .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items {
    padding: 0;
    position: static;
  }
}

.page--donate .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item, .page--partner .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item {
  max-width: 1200px;
  margin: 0 auto;
}

.page--donate .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child, .page--partner .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child {
  z-index: 2;
}

@media all and (max-width: 1080px) {
  .page--donate .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child, .page--partner .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child {
    background: white;
    padding: 2rem;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page--donate .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child h1, .page--partner .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child h1 {
    padding-top: 0;
  }
  .page--donate .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child p, .page--partner .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child p {
    width: 100%;
  }
  .page--donate .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child a, .page--partner .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child a {
    margin-top: 0;
  }
}

@media all and (max-width: 767px) {
  .page--donate .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child, .page--partner .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child {
    width: 100%;
    padding: 0;
  }
  .page--donate .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child > .paragraphs-item-block, .page--partner .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child > .paragraphs-item-block {
    padding: 1.5rem 2rem;
  }
  .page--donate .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child h1, .page--partner .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child h1 {
    padding-bottom: 0;
  }
  .page--donate .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child a, .page--partner .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:first-child a {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.page--donate .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:last-child, .page--partner .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:last-child {
  width: 51%;
  position: absolute;
  top: -20%;
  right: 0;
  z-index: 1;
}

@media all and (max-width: 1080px) {
  .page--donate .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:last-child, .page--partner .paragraphs-item-freeform-section--main .field-name-field-content-blocks > .field-items > .field-item:last-child {
    width: 100%;
    height: 100%;
    top: -140px;
    position: absolute;
  }
}

.page--donate .paragraphs-item-cta-button, .page--partner .paragraphs-item-cta-button {
  margin-top: 0;
}

@media all and (max-width: 1080px) {
  .page--donate .paragraphs-item-cta-button .field-item, .page--partner .paragraphs-item-cta-button .field-item {
    text-align: center;
    display: block;
  }
}

.page--donate #donation-standalone .btn-submit .form-submit, .page--partner #donation-standalone .btn-submit .form-submit {
  margin-left: .25rem;
}

.page--donate #donation-standalone .donation-form, .page--partner #donation-standalone .donation-form {
  margin-bottom: 2rem;
}

.page--donate #donation-standalone .donation-form #edit-type, .page--partner #donation-standalone .donation-form #edit-type {
  margin-top: .25rem;
}

.page--donate #donation-standalone .donation-form #edit-type .form-item, .page--partner #donation-standalone .donation-form #edit-type .form-item {
  display: inline-block;
  margin: 0px;
  margin-right: 10px;
}

.page--donate #donation-standalone .donation-form #edit-options, .page--partner #donation-standalone .donation-form #edit-options {
  display: inline-block;
}

.page--donate #donation-standalone .donation-form .form-type-numberfield, .page--partner #donation-standalone .donation-form .form-type-numberfield {
  display: inline-block;
  margin-left: 10px;
}

.page--donate #donation-standalone .donation-form .form-item-other #edit-other, .page--partner #donation-standalone .donation-form .form-item-other #edit-other {
  width: 90px;
  /*
  height: 41px;
  padding: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.2;
  border: 1px solid #ddd;
  box-shadow: inset 2px 2px 4px rgba(68,68,68,0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fdfdfd));
  text-indent: 1rem;
  */
}

.page-checkout.donation-checkout .breadcrumb-engraving__container,
.renewal-checkout .breadcrumb-engraving__container {
  display: none;
}

.page-checkout.donation-checkout .checkout-buttons input[type='submit'].donate-payment-step,
.page-checkout.donation-checkout .checkout-buttons input[type='submit'].donate-payment-step:hover {
  background: #C5202A !important;
  border-color: #C5202A !important;
  color: #F9F9F5 !important;
}

/* For Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.other-donation-amount-textfield {
  display: inline-block;
}

input.other-donation-amount-textfield.grayed-out {
  background: #e9e9e9 !important;
  color: #AAA !important;
}

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

.page--affiliates .paragraphs-item-freeform-section--main {
  z-index: 3;
  background: white;
}

.page--affiliates .paragraphs-item-freeform-section--main h1 {
  margin-bottom: 3rem;
  padding: 0;
  z-index: 2;
  color: #185156;
}

.page--affiliates .paragraphs-item-freeform-section--main p {
  margin: 0 auto 3rem;
  max-width: 750px;
}

.page--affiliates .field-name-field-sections > .field-items > .field-item:first-child {
  z-index: 1;
}

.page--affiliates .section-locations {
  z-index: 1;
  background: #F9F9F5;
  overflow: visible !important;
}

.page--affiliates .section-locations img {
  max-height: 118px;
  width: auto;
  height: auto;
}

.page--affiliates .section-locations img:hover {
  cursor: pointer;
}

.page--affiliates .section-locations a {
  padding: 0;
  border: 0;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  text-decoration: none;
}

.page--affiliates .section-locations a:hover {
  color: #347DA0;
  text-decoration: underline;
  background: transparent;
}

.page--affiliates .section-locations .field-name-field-image {
  width: 90%;
  margin: 0 auto;
}

.page--affiliates .section-locations .field-name-field-content-blocks > .field-items {
  top: -3rem;
  z-index: 2;
  max-width: 1050px;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page--affiliates .section-locations .field-name-field-content-blocks > .field-items > .field-item {
  background: white;
  border: 6px solid #f8f4f4;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 240px;
          flex: 1 1 240px;
  margin: 1.5rem;
  min-height: 240px;
  max-width: 302px;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page--affiliates .section-locations .field-name-field-components > .field-items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.page--affiliates .section-locations .field-name-field-components > .field-items > .field-item:last-child {
  margin-bottom: 2rem;
}

.page--affiliates .paragraphs-item-cta-button {
  margin-top: 0;
}

/* Verification */
#tfa-form .form-submit {
  margin-right: 1rem;
}

/* PW Stuff */
#user-pass-reset #edit-submit, #user-pass #edit-submit {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #185156;
  border-color: #185156;
  display: block;
}

@media all and (max-width: 750px) {
  #user-pass-reset #edit-submit, #user-pass #edit-submit {
    font-weight: bold;
  }
}

#user-pass-reset #edit-submit:hover, #user-pass #edit-submit:hover {
  background: white;
  color: #185156;
  border-color: #185156;
}

#user-pass-reset #edit-submit:visited, #user-pass #edit-submit:visited {
  color: white;
}

.page-health #edit-maf-health-medical-providers-add-form-specialty {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-health,
body[class*="page-user"]:not(.page-user-register-select-a-plan) {
  font-size: .9rem;
  background: #F9F9F5;
}

.page-health .region-content,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content {
  max-width: unset !important;
  padding: 0 !important;
  line-height: 1.3rem;
}

.page-health .region-content h1, .page-health .region-content h2, .page-health .region-content h3, .page-health .region-content h4,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content h1,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content h2,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content h3,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content h4 {
  color: #185156;
  margin: 0;
  line-height: normal;
}

.page-health .region-content h1,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content h1 {
  line-height: 2rem;
  margin-bottom: .5rem;
}

.page-health .region-content h3,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content h3 {
  font-family: "Raleway", sans-serif, sans-serif;
  font-weight: 500;
  color: #185156;
}

.page-health .region-content h4,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.page-health .region-content input[type="submit"], .page-health .region-content input button,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content input[type="submit"],
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content input button {
  line-height: 1rem;
  margin: 0 0 1rem;
}

.page-health .region-content input[type="checkbox"],
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content input[type="checkbox"] {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.page-health #block-system-main,
body[class*="page-user"]:not(.page-user-register-select-a-plan) #block-system-main {
  padding: 0;
}

.page-health #edit-dob, .page-health #edit-immunization-date--2, .page-health #edit-surgery-date--2, .page-health #edit-implanted-date--2,
body[class*="page-user"]:not(.page-user-register-select-a-plan) #edit-dob,
body[class*="page-user"]:not(.page-user-register-select-a-plan) #edit-immunization-date--2,
body[class*="page-user"]:not(.page-user-register-select-a-plan) #edit-surgery-date--2,
body[class*="page-user"]:not(.page-user-register-select-a-plan) #edit-implanted-date--2 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-health #maf_health_past_surgical .row,
.page-health #maf_health_immunizations .row,
.page-health #maf_health_devices .row,
body[class*="page-user"]:not(.page-user-register-select-a-plan) #maf_health_past_surgical .row,
body[class*="page-user"]:not(.page-user-register-select-a-plan) #maf_health_immunizations .row,
body[class*="page-user"]:not(.page-user-register-select-a-plan) #maf_health_devices .row {
  width: 100%;
}

.page-health .region-content .form-item:not([class*="password"]),
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content .form-item:not([class*="password"]) {
  margin: 0 0 1rem;
}

.page-health .region-content .form-item:not([class*="password"]) *,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content .form-item:not([class*="password"]) * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-health .region-content .form-item:not([class*="password"]) label:first-child,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content .form-item:not([class*="password"]) label:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.page-health .region-content .form-item:not([class*="password"])-photo, .page-health .region-content .form-item:not([class*="password"])-document,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content .form-item:not([class*="password"])-photo,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content .form-item:not([class*="password"])-document {
  display: block;
}

.page-health .region-content .form-item:not([class*="password"]).form-type-checkbox,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content .form-item:not([class*="password"]).form-type-checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-health .region-content .form-item:not([class*="password"]).form-type-checkbox label,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content .form-item:not([class*="password"]).form-type-checkbox label {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-left: 5px;
}

.page-health .region-content .form-item:not([class*="password"]).form-type-checkbox label:first-child,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .region-content .form-item:not([class*="password"]).form-type-checkbox label:first-child {
  margin-left: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.page-health .form-wrapper,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .form-wrapper {
  border: none;
  margin: 0;
  padding: 0;
}

.page-health .form-wrapper .form-wrapper,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .form-wrapper .form-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-health .form-wrapper .form-wrapper .form-item-maf-health-personal-info-form-dob-month,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .form-wrapper .form-wrapper .form-item-maf-health-personal-info-form-dob-month {
  display: block;
}

.page-health .form-wrapper .form-wrapper .form-item,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .form-wrapper .form-wrapper .form-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-health .form-wrapper .form-type-select,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .form-wrapper .form-type-select {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 5px;
}

.page-health fieldset:not(#edit-submit-fieldset) .fieldset-wrapper,
body[class*="page-user"]:not(.page-user-register-select-a-plan) fieldset:not(#edit-submit-fieldset) .fieldset-wrapper {
  padding: 1rem;
  margin: 1rem 0;
  border: 1px solid #C1C1BE;
}

.page-health .identify-info-section-4-row.form-wrapper, .page-health #edit-height.form-wrapper,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .identify-info-section-4-row.form-wrapper,
body[class*="page-user"]:not(.page-user-register-select-a-plan) #edit-height.form-wrapper {
  display: block;
}

.page-health .maf-health-output-section-identifying_info .health__data-row, .page-health .maf-health-output-section-emergency_contacts .health__data-row,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .maf-health-output-section-identifying_info .health__data-row,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .maf-health-output-section-emergency_contacts .health__data-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-health .maf-health-output-section-identifying_info .health__data-row > *, .page-health .maf-health-output-section-emergency_contacts .health__data-row > *,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .maf-health-output-section-identifying_info .health__data-row > *,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .maf-health-output-section-emergency_contacts .health__data-row > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  max-width: 50%;
}

.page-health .maf-health-output-section-allergies .health__data-row,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .maf-health-output-section-allergies .health__data-row {
  display: block;
  margin-bottom: 1rem;
}

.page-health .maf-health-multiple-field-add,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .maf-health-multiple-field-add {
  margin-bottom: 1rem;
}

.page-health .maf-health-output-section-data-rows,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .maf-health-output-section-data-rows {
  margin-bottom: 2rem;
}

.page-health [class*="form-address-country"],
body[class*="page-user"]:not(.page-user-register-select-a-plan) [class*="form-address-country"] {
  display: none !important;
}

.page-health .form-submit,
body[class*="page-user"]:not(.page-user-register-select-a-plan) .form-submit {
  padding: .8em 2em !important;
  font-weight: 600 !important;
  line-height: 1.2rem !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  border-radius: 4px !important;
  height: auto !important;
}

.member-portal__sidebar-block {
  margin-top: 0px;
  margin-bottom: 2rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.member-portal__sidebar-block h2 {
  color: white !important;
}

.member-portal__jump-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-portal__jump-menu-link {
  display: block;
  padding: .5rem 1rem;
  font-weight: 500;
  font-size: 1rem;
  color: #185156;
  text-decoration: none;
}

.member-portal__jump-menu-link:hover {
  background: #F9F9F5;
}

.member-portal__jump-menu-link:hover::after {
  content: '>';
  position: absolute;
  right: 10px;
}

.health__container,
.account-info__container {
  background: #F9F9F5;
}

.health__content,
.account-info__content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 2rem 0 0;
  background: white;
}

@media all and (max-width: 767px) {
  .health__content,
  .account-info__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.health__intro,
.account-info__intro {
  padding: 3rem 0;
  text-align: center;
}

@media all and (max-width: 400px) {
  .health__intro,
  .account-info__intro {
    padding: 1rem 0;
  }
}

.health__main,
.account-info__main {
  margin-left: 3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 765px;
          flex: 0 1 765px;
  max-width: 765px;
}

@media all and (max-width: 767px) {
  .health__main,
  .account-info__main {
    margin: 0 2rem;
  }
}

@media all and (max-width: 400px) {
  .health__main,
  .account-info__main {
    margin: 0 0.75rem;
  }
}

.health__sidebar,
.account-info__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 245px;
          flex: 0 1 245px;
}

@media all and (max-width: 767px) {
  .health__sidebar,
  .account-info__sidebar {
    margin: 0 2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.health__sidebar h2,
.account-info__sidebar h2 {
  background: #347DA0;
  color: white;
  font-family: "Raleway", sans-serif, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  padding: .75rem 1rem;
}

.health__section,
.account-info__section {
  margin-bottom: 2rem;
  padding: 1.25rem 1.25rem 1.5rem;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media all and (max-width: 400px) {
  .health__section,
  .account-info__section {
    padding: 0.75rem 0.75rem 1rem;
  }
}

.health__section-header,
.account-info__section-header {
  color: #185156;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
  padding-bottom: .5rem;
}

.health__section-header [class*="-output-section-edit"],
.health__section-header [class*="-output-section-action-wrapper"],
.account-info__section-header [class*="-output-section-edit"],
.account-info__section-header [class*="-output-section-action-wrapper"] {
  float: none !important;
  position: absolute !important;
  right: 0 !important;
  top: 0;
}

.health__data-container,
.account-info__data-container {
  display: none;
}

.health__data-container--open,
.account-info__data-container--open {
  display: block;
}

.health__data-row,
.account-info__data-row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 100px;
}

.health__data-col,
.account-info__data-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  margin-bottom: 1rem;
  min-width: 8em;
}

.health__data-item,
.account-info__data-item {
  margin-bottom: 5px;
}

.health__data-label,
.account-info__data-label {
  display: inline-block;
  font-weight: bold;
  color: #185156;
}

.health__data-value,
.account-info__data-value {
  display: inline-block;
}

.health__edit-container,
.account-info__edit-container {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0 10px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.health__edit-container .form-type-textfield label,
.account-info__edit-container .form-type-textfield label {
  margin-right: 0;
}

.health__edit-container--open,
.account-info__edit-container--open {
  opacity: 1;
  height: 100%;
}

.health__edit-container h3,
.account-info__edit-container h3 {
  margin-bottom: .5rem;
}

.health__edit-container .maf-health-output-section,
.account-info__edit-container .maf-health-output-section {
  margin-bottom: 1rem;
}

.health__edit-container .maf-health-output-section-label-wrapper > *,
.account-info__edit-container .maf-health-output-section-label-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}

.health__edit-container .maf-health-output-section-label-wrapper h4,
.account-info__edit-container .maf-health-output-section-label-wrapper h4 {
  margin: 0 .25rem;
}

.health__edit-container .maf-health-output-sections form,
.account-info__edit-container .maf-health-output-sections form {
  display: none;
  padding: 1rem;
  margin: 1rem 0;
  border: 1px solid #C1C1BE;
}

.health__edit-container .maf-health-output-sections form[id^="maf-health-past-surgical"] .form-item,
.account-info__edit-container .maf-health-output-sections form[id^="maf-health-past-surgical"] .form-item {
  display: block;
}

.health__edit-toggle,
.account-info__edit-toggle {
  color: #C5202A;
  text-decoration: none;
  font-weight: 500;
  font-size: .75rem;
}

.health__edit-toggle::before,
.account-info__edit-toggle::before {
  content: '';
}

.health__edit-toggle .expand-collapse-control,
.account-info__edit-toggle .expand-collapse-control {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.health__edit-toggle .expand, .health__edit-toggle .collapse, .health__edit-toggle .plus, .health__edit-toggle .minus,
.account-info__edit-toggle .expand,
.account-info__edit-toggle .collapse,
.account-info__edit-toggle .plus,
.account-info__edit-toggle .minus {
  display: inline;
}

.health__edit-toggle .plus, .health__edit-toggle .minus,
.account-info__edit-toggle .plus,
.account-info__edit-toggle .minus {
  width: 26px;
  height: 26px;
  display: inline-block;
  color: white;
  background: #C5202A;
  margin-left: .5rem;
  border-radius: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  line-height: 1.7rem;
  margin-top: -4px;
}

.health__edit-toggle span,
.account-info__edit-toggle span {
  width: 26px;
  height: 26px;
  display: inline-block;
  color: white;
  background: #C5202A;
  margin-left: .5rem;
  border-radius: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  line-height: 1.7rem;
  margin-top: -4px;
}

.health__edit-toggle span::after,
.account-info__edit-toggle span::after {
  content: '+';
  margin-top: -1px;
  margin-left: -1px;
  display: block;
}

.health__edit-toggle--open::before,
.account-info__edit-toggle--open::before {
  content: '';
}

.health__edit-toggle--open span::before,
.account-info__edit-toggle--open span::before {
  content: '-';
  margin-top: -2px;
  margin-left: -1px;
}

.health__edit-toggle--open span::after,
.account-info__edit-toggle--open span::after {
  content: '-';
  margin-top: -2px;
  margin-left: -1px;
  display: none;
}

.health__edit-form-toggle,
.account-info__edit-form-toggle {
  color: #C5202A;
  text-transform: uppercase;
  font-size: .75rem;
  margin-top: 2px;
}

.health__add-form-toggle,
.account-info__add-form-toggle {
  padding: 0;
  border: none;
  background: transparent;
  color: #185156;
  text-transform: unset;
  letter-spacing: normal;
  color: #C5202A;
}

.health__add-form-toggle:hover,
.account-info__add-form-toggle:hover {
  border: none;
  background: transparent;
  color: #185156;
}

.health__add-form-toggle:hover,
.account-info__add-form-toggle:hover {
  text-decoration: underline;
  color: #C5202A;
}

.health__add-form-toggle-toggle--open,
.account-info__add-form-toggle-toggle--open {
  margin-bottom: 1rem;
}

.health__add-form-section,
.account-info__add-form-section {
  display: none;
  padding: 1rem;
  margin: 1rem 0;
  border: 1px solid #C1C1BE;
}

.account-info__edit-container .maf-health-output-section-delete-link {
  width: 21px;
  height: 21px;
  color: white;
  background: #c5202a;
  border-radius: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.account-info__edit-container .maf-health-output-section-delete-link::before {
  content: 'x';
  display: block;
  position: absolute;
  top: 0;
  font-family: "Raleway", sans-serif;
  left: 7px;
  font-size: 15px;
  font-weight: 500;
}

.account-info__title {
  padding-bottom: 1rem;
}

.maf-health-multiple-field-add a,
.maf-members-multiple-field-add a {
  color: #C5202A;
}

.maf-health-page-container form input,
.maf-health-page-container select,
.maf-health-page-container form .form-item-value,
.maf-members-page-container form input,
.maf-members-page-container select,
.maf-members-page-container form .form-item-value {
  overflow: initial;
}

.maf-health-output-section-label,
.maf-members-output-section-label {
  float: none !important;
}

.maf-health-output-section-label-wrapper,
.maf-members-output-section-label-wrapper {
  float: none !important;
  max-width: none !important;
}

.maf-health-personal-info-file-links > *,
.maf-members-personal-info-file-links > * {
  display: inline-block;
}

.maf-health-output-section-data-secondary-address {
  margin-bottom: 1rem;
}

.maf-health-menu-print {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
}

.maf-health-menu-print-icon {
  width: auto;
  height: 40px;
}

.maf-health-menu-print-full-sheet {
  padding-left: 1rem;
  font-weight: 500;
  font-size: 1rem;
  color: #185156;
  text-decoration: none;
}

.maf-health-menu-print .wallet-card-div .new-badge {
  text-transform: uppercase;
  color: #C5202A;
  font-weight: bold;
}

#maf_health_documents .health__data-row a, #maf_health_advance_directives .health__data-row a {
  margin-right: .5rem;
}

#maf_health_allergies .health__edit-container form,
#maf_health_allergies .health__edit-container .fieldset-wrapper {
  border: none !important;
  padding: 0 !important;
  margin: 0 0 0 .95rem !important;
}

#maf_health_allergies [id*=edit-reactions-fieldset] {
  margin-top: 1rem;
}

#maf_health_allergies [id*=edit-reactions-fieldset] > .fieldset-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#maf_health_allergies .form-type-radios {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#maf_health_allergies [id*='-reaction-list'],
#maf_health_allergies .maf-health-multiple-field-add {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}

#maf_health_allergies .form-radios .form-item {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0;
}

#maf-members-output-section-personal_info .account-info__data-container--open {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#maf-members-output-section-personal_info .account-info__block:last-child {
  width: 125px;
  margin-top: 1rem;
}

#maf-members-output-section-personal_info .account-info__block:last-child img {
  border: #C1C1BE solid 1px;
}

#maf-members-output-section-change_password input:not(.form-submit) {
  height: 41px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[id^="maf-health-allergies-edit-form"] [class*="prefill-reaction"],
[id^="maf-health-allergies-add-form"] [class*="prefill-reaction"] {
  display: none;
}

[id^="maf-health-allergies-add-form"] .maf-health-multiple-field-add {
  display: block !important;
}

.member__summary {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member__photo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 120px;
          flex: 1 1 120px;
  max-width: 120px;
}

.member__info {
  margin-left: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.maf-health-opt-out-form,
.maf-health-opt-out-form .fieldset-wrapper {
  margin-left: 0 !important;
}

.maf-health-opt-out-form .fieldset-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.maf-health-opt-out-form .form-type-checkbox {
  margin-bottom: 0 !important;
}

.maf-health-opt-out-form .form-type-checkbox input {
  margin-left: 0 !important;
}

.maf-health-opt-out-form .form-submit {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #C5202A;
  border-color: white;
  border-width: thin;
}

@media all and (max-width: 750px) {
  .maf-health-opt-out-form .form-submit {
    font-weight: bold;
  }
}

.maf-health-opt-out-form .form-submit:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.maf-health-opt-out-form .form-submit:visited {
  color: white;
}

/** User profile overrides */
body.page-health .col-1,
body.logged-in.page-user .col-1 {
  max-width: 8.33333333%;
}

body.page-health .col-2,
body.logged-in.page-user .col-2 {
  max-width: 16.66666667%;
}

body.page-health .col-3,
body.logged-in.page-user .col-3 {
  max-width: 25%;
}

body.page-health .col-4,
body.logged-in.page-user .col-4 {
  max-width: 33.33333333%;
}

body.page-health .col-5,
body.logged-in.page-user .col-5 {
  max-width: 41.66666667%;
}

body.page-health .col-6,
body.logged-in.page-user .col-6 {
  max-width: 50%;
}

body.page-health .col-7,
body.logged-in.page-user .col-7 {
  max-width: 58.33333333%;
}

body.page-health .col-8,
body.logged-in.page-user .col-8 {
  max-width: 66.66666667%;
}

body.page-health .col-9,
body.logged-in.page-user .col-9 {
  max-width: 75%;
}

body.page-health .col-10,
body.logged-in.page-user .col-10 {
  max-width: 83.33333333%;
}

body.page-health .col-11,
body.logged-in.page-user .col-11 {
  max-width: 91.66666667%;
}

body.page-health .col-12,
body.logged-in.page-user .col-12 {
  max-width: 100%;
}

body.page-health .inline-edit-section-form,
body.logged-in.page-user .inline-edit-section-form {
  width: 100%;
  display: block;
}

body.page-health h3,
body.logged-in.page-user h3 {
  font-weight: 700;
}

body.page-health label,
body.logged-in.page-user label {
  color: #888;
}

body.page-health label .fa,
body.logged-in.page-user label .fa {
  color: #CCC;
}

body.page-health label .fa.fa-checked,
body.logged-in.page-user label .fa.fa-checked {
  color: #185156;
}

body.page-health .health__section .row label,
body.logged-in.page-user .health__section .row label {
  margin-bottom: 0;
}

body.page-health .btn-secondary,
body.logged-in.page-user .btn-secondary {
  background: #185156;
  border: none;
}

body.page-health .dashboard,
body.logged-in.page-user .dashboard {
  background: #F9F9F5;
  padding: 1.25rem 1.25rem 0;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

@media all and (max-width: 400px) {
  body.page-health .dashboard,
  body.logged-in.page-user .dashboard {
    padding: 0.75rem 0.75rem 0;
  }
}

body.page-health .health__section input[type=text]
.health__section select,
body.logged-in.page-user .health__section input[type=text]
.health__section select {
  width: 90%;
}

body.page-health .health__section select[class*="maf-health-identifying-info-languages"],
body.logged-in.page-user .health__section select[class*="maf-health-identifying-info-languages"] {
  height: 9rem !important;
  width: 100%;
}

body.page-health .health__section select[class*="maf-health-identifying-info-languages"] option,
body.logged-in.page-user .health__section select[class*="maf-health-identifying-info-languages"] option {
  margin-bottom: 0;
}

body.page-health .health__section,
body.page-health .account-info__section,
body.logged-in.page-user .health__section,
body.logged-in.page-user .account-info__section {
  background: #fff;
}

body.page-health .health__data-label,
body.page-health .account-info__data-label,
body.logged-in.page-user .health__data-label,
body.logged-in.page-user .account-info__data-label {
  color: #185156;
}

body.page-health .health__data-value,
body.page-health .account-info__data-value,
body.logged-in.page-user .health__data-value,
body.logged-in.page-user .account-info__data-value {
  color: #545454;
}

body.page-health .health__edit-toggle,
body.logged-in.page-user .health__edit-toggle {
  z-index: 100 !important;
}

body.page-health .health__edit-toggle span,
body.logged-in.page-user .health__edit-toggle span {
  margin-bottom: 20px;
}

body.page-health .health__edit-toggle::before,
body.logged-in.page-user .health__edit-toggle::before {
  content: '';
}

body.page-health .health__edit-toggle--open span::after,
body.logged-in.page-user .health__edit-toggle--open span::after {
  content: '-';
  margin-top: -1px;
  margin-left: -1px;
  display: block;
}

body.page-health .health__edit-toggle.show-text::after,
body.logged-in.page-user .health__edit-toggle.show-text::after {
  content: 'EDIT';
  margin-left: 7px;
}

body.page-health .health__edit-toggle--open.show-text::after,
body.page-health .account-info__edit-toggle--open.show-text::after,
body.logged-in.page-user .health__edit-toggle--open.show-text::after,
body.logged-in.page-user .account-info__edit-toggle--open.show-text::after {
  content: 'CLOSE';
  margin-left: -4px;
}

body.page-health .maf-health-page-container .maf-health-output-section-data-highlight,
body.page-health .health__section label,
body.logged-in.page-user .maf-health-page-container .maf-health-output-section-data-highlight,
body.logged-in.page-user .health__section label {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 12px;
}

body.page-health .health__section .maf-health-output-section-label h3,
body.logged-in.page-user .health__section .maf-health-output-section-label h3 {
  display: inline-block;
}

@media all and (max-width: 320px) {
  body.page-health .health__section .maf-health-output-section-label h3,
  body.logged-in.page-user .health__section .maf-health-output-section-label h3 {
    max-width: 160px;
  }
}

body.page-health .health__section label,
body.logged-in.page-user .health__section label {
  margin-bottom: 14px;
}

body.page-health .health__section .form-type-checkbox label,
body.logged-in.page-user .health__section .form-type-checkbox label {
  display: inline;
}

body.page-health .health__data-item,
body.logged-in.page-user .health__data-item {
  font-weight: 600;
  color: #035258;
}

body.page-health .health__section hr, body.page-health .account-info__section hr, body.page-health .dashboard hr,
body.logged-in.page-user .health__section hr,
body.logged-in.page-user .account-info__section hr,
body.logged-in.page-user .dashboard hr {
  border: #ddd 1px solid;
  border-width: 1px;
  background: none;
  border-bottom: none;
  margin: 16px 0 16px 0;
}

body.page-health .health__edit-container .maf-health-output-section-label-wrapper h4,
body.page-health .account-info__edit-container .maf-health-output-section-label-wrapper h4,
body.logged-in.page-user .health__edit-container .maf-health-output-section-label-wrapper h4,
body.logged-in.page-user .account-info__edit-container .maf-health-output-section-label-wrapper h4 {
  margin: 0;
}

body.page-health .medical-provider-info,
body.logged-in.page-user .medical-provider-info {
  margin-bottom: 16px;
}

body.page-health .inline-action-links a,
body.logged-in.page-user .inline-action-links a {
  padding-right: 8px;
}

body.page-health .inline-action-links a,
body.page-health .health__edit-container .health__edit-form-toggle,
body.page-health .health__edit-container .maf-health-output-section-delete-link,
body.page-health .health__edit-container .health__edit-form-toggle,
body.page-health .health__edit-container .maf-health-output-section-delete-link::before,
body.page-health .health__edit-container .maf-health-output-section-delete-link,
body.page-health .account-info__edit-container .maf-health-output-section-delete-link,
body.page-health .maf-members-output-section-view, body.page-health .maf-members-output-section-download,
body.logged-in.page-user .inline-action-links a,
body.logged-in.page-user .health__edit-container .health__edit-form-toggle,
body.logged-in.page-user .health__edit-container .maf-health-output-section-delete-link,
body.logged-in.page-user .health__edit-container .health__edit-form-toggle,
body.logged-in.page-user .health__edit-container .maf-health-output-section-delete-link::before,
body.logged-in.page-user .health__edit-container .maf-health-output-section-delete-link,
body.logged-in.page-user .account-info__edit-container .maf-health-output-section-delete-link,
body.logged-in.page-user .maf-members-output-section-view,
body.logged-in.page-user .maf-members-output-section-download {
  width: auto;
  height: auto;
  color: #c5202a;
  background: none;
  border-radius: none;
  text-transform: uppercase;
  font-size: .75rem;
  margin-top: 2px;
  font-weight: 700;
  text-decoration: none;
}

body.page-health .health__edit-container .maf-health-output-section-delete-link::before,
body.logged-in.page-user .health__edit-container .maf-health-output-section-delete-link::before {
  content: "DELETE";
  line-height: 23px;
  margin-top: 0;
}

body.page-health .health__edit-container .delete-lnk-alt::before,
body.logged-in.page-user .health__edit-container .delete-lnk-alt::before {
  line-height: 14px;
}

body.page-health #maf_health_medical_providers .health__edit-container .maf-health-output-section-delete-link::before,
body.logged-in.page-user #maf_health_medical_providers .health__edit-container .maf-health-output-section-delete-link::before {
  content: "DELETE";
}

body.page-health .health__edit-container .maf-health-output-sections form,
body.page-health .account-info__edit-container .maf-health-output-sections form,
body.page-health .health__add-form-section,
body.page-health .account-info__add-form-section,
body.logged-in.page-user .health__edit-container .maf-health-output-sections form,
body.logged-in.page-user .account-info__edit-container .maf-health-output-sections form,
body.logged-in.page-user .health__add-form-section,
body.logged-in.page-user .account-info__add-form-section {
  border: none;
  padding-top: 0;
}

body.page-health .maf-health-output-sections .maf-health-output-section-label-subtitle,
body.logged-in.page-user .maf-health-output-sections .maf-health-output-section-label-subtitle {
  font-weight: lighter;
}

body.page-health fieldset:not(#edit-submit-fieldset) .fieldset-wrapper,
body.page-health > fieldset:not(#edit-submit-fieldset) .fieldset-wrapper,
body.logged-in.page-user fieldset:not(#edit-submit-fieldset) .fieldset-wrapper,
body.logged-in.page-user > fieldset:not(#edit-submit-fieldset) .fieldset-wrapper {
  border: none;
  padding-top: 0;
  margin-top: 0;
}

body.page-health #maf_health_allergies .health__edit-container form,
body.page-health #maf_health_allergies .health__edit-container .fieldset-wrapper,
body.logged-in.page-user #maf_health_allergies .health__edit-container form,
body.logged-in.page-user #maf_health_allergies .health__edit-container .fieldset-wrapper {
  margin-left: 0 !important;
}

body.page-health .maf-health-output-section-data form,
body.logged-in.page-user .maf-health-output-section-data form {
  padding-left: 0px !important;
}

body.page-health .edit.maf_health_medications .form-type-checkbox,
body.logged-in.page-user .edit.maf_health_medications .form-type-checkbox {
  text-align: center;
}

body.page-health .edit.maf_health_medications .form-type-checkbox input[type="checkbox"],
body.logged-in.page-user .edit.maf_health_medications .form-type-checkbox input[type="checkbox"] {
  display: block;
  margin: auto;
}

body.page-health .form-wrapper .form-type-select,
body.logged-in.page-user .form-wrapper .form-type-select {
  display: block;
  overflow: auto;
}

body.page-health fieldset:not(#edit-submit-fieldset) .fieldset-wrapper,
body.logged-in.page-user fieldset:not(#edit-submit-fieldset) .fieldset-wrapper {
  padding: 0px;
}

body.page-health .form-item-salutation,
body.logged-in.page-user .form-item-salutation {
  float: left;
}

body.page-health .form-item-salutation select,
body.logged-in.page-user .form-item-salutation select {
  width: 90%;
}

body.page-health .form-item-maf-health-medical-providers-add-form-suffix,
body.logged-in.page-user .form-item-maf-health-medical-providers-add-form-suffix {
  float: right;
}

body.page-health .form-item-maf-health-identifying-info-form-languages select,
body.logged-in.page-user .form-item-maf-health-identifying-info-form-languages select {
  overflow: auto;
}

body.page-health .maf-health-identifying-info-traits1, body.page-health .maf-health-identifying-info-traits2, body.page-health .maf-health-identifying-info-traits3,
body.logged-in.page-user .maf-health-identifying-info-traits1,
body.logged-in.page-user .maf-health-identifying-info-traits2,
body.logged-in.page-user .maf-health-identifying-info-traits3 {
  width: 100%;
}

body.page-health .identify-info-section-1-row,
body.logged-in.page-user .identify-info-section-1-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.page-health .health__section-header.dash-header-gray,
body.logged-in.page-user .health__section-header.dash-header-gray {
  background: #F9F9F5;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: -1.25rem;
  padding: .8rem 1.25rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media all and (max-width: 400px) {
  body.page-health .health__section-header.dash-header-gray,
  body.logged-in.page-user .health__section-header.dash-header-gray {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
  }
}

body.page-health .health__section-header.dash-header-gray [class*="-output-section-edit"],
body.page-health .health__section-header.dash-header-gray [class*="-output-section-action-wrapper"],
body.page-health .account-info__section-header.dash-header-gray [class*="-oform-item-maf-health-allergies-add-form-nameutput-section-edit"],
body.page-health .account-info__section-header.dash-header-gray [class*="-output-section-action-wrapper"],
body.logged-in.page-user .health__section-header.dash-header-gray [class*="-output-section-edit"],
body.logged-in.page-user .health__section-header.dash-header-gray [class*="-output-section-action-wrapper"],
body.logged-in.page-user .account-info__section-header.dash-header-gray [class*="-oform-item-maf-health-allergies-add-form-nameutput-section-edit"],
body.logged-in.page-user .account-info__section-header.dash-header-gray [class*="-output-section-action-wrapper"] {
  right: 5px !important;
  top: 5px;
}

body.page-health .health__intro h1,
body.page-health .account-info__intro h1,
body.logged-in.page-user .health__intro h1,
body.logged-in.page-user .account-info__intro h1 {
  font-size: 2.5rem;
  line-height: 3rem;
}

body.page-health .maf-health-add-form .form-submit, body.page-health #maf-health-personal-info-form .form-submit, body.page-health #maf-health-identifying-info-form .form-submit,
body.logged-in.page-user .maf-health-add-form .form-submit,
body.logged-in.page-user #maf-health-personal-info-form .form-submit,
body.logged-in.page-user #maf-health-identifying-info-form .form-submit {
  float: right;
  border-color: #185156 !important;
}

body.page-health .form-item-maf-health-personal-info-form-dob-day, body.page-health .form-item-maf-health-personal-info-form-dob-year,
body.logged-in.page-user .form-item-maf-health-personal-info-form-dob-day,
body.logged-in.page-user .form-item-maf-health-personal-info-form-dob-year {
  padding-top: 12%;
}

body.page-health .form-item-maf-health-allergies-add-form-name,
body.logged-in.page-user .form-item-maf-health-allergies-add-form-name {
  width: 75%;
}

body.page-health .maf-health-page-edit-container .form-type-textfield,
body.logged-in.page-user .maf-health-page-edit-container .form-type-textfield {
  width: 90%;
}

body.page-health .maf-members-member-summary-info-item-gap,
body.logged-in.page-user .maf-members-member-summary-info-item-gap {
  padding-bottom: 1rem;
}

body.page-health .maf-members-member-summary .maf-members-member-summary-photo .member-profile-manage-photo-container,
body.logged-in.page-user .maf-members-member-summary .maf-members-member-summary-photo .member-profile-manage-photo-container {
  display: none;
  text-align: center;
}

body.page-health .member-profile-manage-photo-container .form-submit:disabled,
body.page-health .member-profile-manage-photo-container input[type="submit"]:hover:disabled,
body.logged-in.page-user .member-profile-manage-photo-container .form-submit:disabled,
body.logged-in.page-user .member-profile-manage-photo-container input[type="submit"]:hover:disabled {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}

body.page-health .member-profile-manage-photo-container #edit-submit,
body.logged-in.page-user .member-profile-manage-photo-container #edit-submit {
  display: none;
}

body.page-health .member-profile-manage-photo-container .remove-photo-container,
body.logged-in.page-user .member-profile-manage-photo-container .remove-photo-container {
  text-align: center;
}

body.page-health .maf-health-personal-info-photo-img,
body.logged-in.page-user .maf-health-personal-info-photo-img {
  max-height: 150px !important;
  max-width: 150px !important;
}

body.page-health div.photo-edit-box,
body.logged-in.page-user div.photo-edit-box {
  text-align: left;
  background-color: #545454;
  opacity: 0.8;
  top: 85%;
  height: 24px;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}

body.page-health div.photo-edit-box-large,
body.logged-in.page-user div.photo-edit-box-large {
  width: 100%;
}

body.page-health div.photo-edit-box-small,
body.logged-in.page-user div.photo-edit-box-small {
  width: 25%;
  margin-left: 35%;
}

body.page-health div.photo-edit-box img,
body.logged-in.page-user div.photo-edit-box img {
  padding-top: 2px;
  left: -2px;
}

body.page-health div.photo-edit-box span,
body.logged-in.page-user div.photo-edit-box span {
  bottom: 5px;
  font-weight: 700;
}

body.page-health div.photo-edit-box a,
body.page-health div.photo-edit-box a:hover,
body.page-health div.photo-edit-box a:visited,
body.logged-in.page-user div.photo-edit-box a,
body.logged-in.page-user div.photo-edit-box a:hover,
body.logged-in.page-user div.photo-edit-box a:visited {
  color: #F9F9F5 !important;
  text-align: left;
  padding-left: 5px;
  text-decoration: none;
  font-size: .7rem;
}

body.page-health .photo-loader,
body.logged-in.page-user .photo-loader {
  border: 16px solid #C1C1BE;
  /* Light grey */
  border-top: 16px solid #347DA0;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  text-align: center;
  left: 38%;
}

body.page-health .photo-loader-text,
body.logged-in.page-user .photo-loader-text {
  text-align: center;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

body.page-health .row-highlight,
body.logged-in.page-user .row-highlight {
  background: #e7f6f8;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: -1.25rem;
  margin-bottom: 1.25rem;
  padding: .8rem 1.25rem;
}

body.page-health #maf_health_advance_directives .row-highlight,
body.logged-in.page-user #maf_health_advance_directives .row-highlight {
  margin-top: 0;
}

body.page-health #maf_health_advance_directives .row h4.title,
body.logged-in.page-user #maf_health_advance_directives .row h4.title {
  line-height: 1.3rem;
}

body.page-health #maf_health_advance_directives .maf-health-page-edit-container span,
body.page-health #maf_health_documents .maf-health-page-edit-container span,
body.logged-in.page-user #maf_health_advance_directives .maf-health-page-edit-container span,
body.logged-in.page-user #maf_health_documents .maf-health-page-edit-container span {
  color: #333;
}

body.page-health .row-highlight strong,
body.logged-in.page-user .row-highlight strong {
  color: #185156;
}

body.page-health {
  color: #333;
}

body.page-health .maf_health_personal_info .form-item-maf-health-personal-info-form-preferred-name input.form-text,
body.page-health .maf_health_personal_info .form-item-maf-health-personal-info-form-email input.form-text {
  width: 20em;
}

body.page-health .maf_health_personal_info .form-item-maf-health-personal-info-form-address-address1 input.form-text,
body.page-health .maf_health_personal_info .form-item-maf-health-personal-info-form-address-address2 input.form-text {
  width: 100%;
}

body.page-health .maf_health_personal_info .element-invisible {
  position: initial !important;
  visibility: hidden;
}

body.page-health .maf_health_personal_info .phone-fieldset .fieldset-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.page-health .maf_health_personal_info .phone-fieldset .fieldset-wrapper .form-item {
  overflow: visible;
}

body.page-health .contact-info input.first-name.form-text {
  width: 11em;
}

body.page-health .contact-info input.last-name.form-text {
  width: 13em;
}

body.page-health .maf-health-address-state {
  max-width: 16em;
}

body.page-health .maf-health-output-section-data label {
  color: #333 !important;
  font-weight: 500;
}

body.page-health #maf_health_identifying_info label {
  font-weight: normal;
}

body.page-health #maf_health_identifying_info .identify-info-section-4-row label {
  font-weight: normal;
  padding-top: 4%;
  padding-left: 7%;
  height: 100%;
}

.health__section.maf_health_identifying_info .identifying-traits-and-accessories .health__data-col {
  max-width: initial;
}

.health__section.maf_health_identifying_info .identifying-traits-and-accessories .health__data-col .maf-health-output-section-data-highlight {
  word-spacing: 3rem;
}

.health__section.maf_health_identifying_info .identifying-traits-and-accessories .health__data-col .maf-health-output-section-data-highlight label {
  display: inline-block;
  word-spacing: initial;
}

body.page-health #maf_health_identifying_info input.maf-health-identifying-info-clothing,
body.page-health #maf_health_identifying_info input.maf-health-identifying-info-location,
body.page-health #maf_health_identifying_info .form-item-maf-health-identifying-info-form-transportation select {
  float: left;
  width: 16em;
}

body.page-health #maf_health_identifying_info .identify-info-section-4-with-location label {
  padding-top: 6%;
  padding-left: 12%;
}

body.page-health #maf_health_identifying_info .form-item-maf-health-identifying-info-form-clothing label {
  float: left;
  width: 33%;
}

body.page-health #maf_health_identifying_info .form-item-maf-health-identifying-info-form-transportation label {
  float: left;
  width: 30%;
}

body.page-health #maf_health_identifying_info .maf-health-data-row {
  line-height: 1.8rem;
}

body.page-health #maf_health_identifying_info .identifying-traits-with-descriptions .health__data-col {
  max-width: 100%;
}

body.page-health #maf_health_identifying_info input[class*="form-checkbox"] {
  float: left;
}

body.page-health .maf-health-output-sections .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.page-health .maf-health-output-sections .col-1, body.page-health .maf-health-output-sections .col-2, body.page-health .maf-health-output-sections .col-3, body.page-health .maf-health-output-sections .col-4, body.page-health .maf-health-output-sections .col-5, body.page-health .maf-health-output-sections .col-6, body.page-health .maf-health-output-sections .col-7, body.page-health .maf-health-output-sections .col-8, body.page-health .maf-health-output-sections .col-9, body.page-health .maf-health-output-sections .col-10, body.page-health .maf-health-output-sections .col-11, body.page-health .maf-health-output-sections .col-12 {
  display: inline-block;
  margin: 0;
}

body.page-health .maf-health-output-sections input.form-text {
  width: 9.5em;
  max-width: 100%;
}

body.page-health .maf-health-output-sections .maf_health_devices input.form-text,
body.page-health .maf-health-output-sections .maf_health_asthma input.form-text,
body.page-health .maf-health-output-sections input.form-text.form-autocomplete {
  width: auto;
  width: initial;
}

body.page-health .maf-health-output-sections .maf_health_emergency_contacts input.form-text.thoroughfare,
body.page-health .maf-health-output-sections .maf_health_emergency_contacts input.form-text.premise,
body.page-health .maf-health-output-sections .maf_health_emergency_contacts input.form-text.email,
body.page-health .maf-health-output-sections .maf_health_medical_providers input.form-text.thoroughfare,
body.page-health .maf-health-output-sections .maf_health_medical_providers input.form-text.premise,
body.page-health .maf-health-output-sections .maf_health_medical_providers input.form-text.email {
  width: auto;
  width: initial;
}

body.page-health .maf-health-output-sections .form-type-select {
  margin: 0;
  min-height: 65px;
  display: inline-block;
}

body.page-health .maf-health-output-sections .health__edit-container--open {
  overflow: visible;
}

body.page-health #maf_health_asthma .form-item-maf-health-asthma-overview-form-personal-best-peak-flow label {
  display: block;
}

body.page-health #maf_health_asthma .form-item-maf-health-asthma-overview-form-personal-best-peak-flow input.form-text {
  display: inline-block;
}

body.page-health #maf_health_asthma input.peak-flow {
  width: 5em;
}

body.page-health #maf_health_asthma .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.page-health #maf_health_asthma .row.values.peak-flow {
  margin-bottom: 1rem;
}

body.page-health #maf_health_asthma h3.exercise {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}

body.page-health #maf_health_asthma section#maf_health_asthma_go_zone .maf-health-output-section-label-wrapper {
  background-color: #CFC;
}

body.page-health #maf_health_asthma section#maf_health_asthma_caution_zone .maf-health-output-section-label-wrapper {
  background-color: #FFC;
}

body.page-health #maf_health_asthma section#maf_health_asthma_danger_zone .maf-health-output-section-label-wrapper {
  background-color: #FCC;
}

body.page-health #maf_health_asthma .medications-description {
  text-transform: uppercase;
}

body.page-health #maf_health_asthma .maf-health-page-data-container .zone-description {
  margin-bottom: 1em;
}

body.page-health #maf_health_asthma .go.zone-description {
  color: #108810;
}

body.page-health #maf_health_asthma .caution.zone-description {
  color: #797901;
}

body.page-health #maf_health_asthma .danger.zone-description {
  color: #E81616;
}

body.page-health #maf_health_asthma fieldset#edit-overview > .fieldset-wrapper > .form-wrapper > .fieldset-wrapper,
body.page-health #maf_health_asthma .health__data-row {
  width: 100%;
}

body.page-health #maf_health_asthma .form-type-select {
  overflow: visible;
}

body.page-health-verify-emergency-contacts h2.health__title {
  color: red;
  margin-bottom: 0.5em;
}

body.page-health-verify-emergency-contacts .buttons-container {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

body.page-health-verify-emergency-contacts .buttons-container .button-container {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

body.page-health-verify-emergency-contacts .buttons-container .cancel {
  text-align: left;
}

body.page-health-verify-emergency-contacts .buttons-container .next {
  text-align: right;
}

button.health__add-form-toggle {
  float: left;
}

button.health__add-form-toggle--closed {
  margin-top: -4em;
}

.maf-health-output-section-allergies button.health__add-form-toggle--closed {
  margin-top: 0px;
}

#edit-document-fieldset .save-document-col {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-item-maf-health-documents-add-form-state, #maf-health-documents-state-associations {
  display: none !important;
}

#maf_health_documents .doc-filename {
  margin-top: auto;
  margin-bottom: auto;
}

.maf-members-output-section-view a, .maf-members-output-section-view a:visited,
.maf-members-output-section-download a, .maf-members-output-section-download a:visited,
.maf-members-output-section-edit a, .maf-members-output-section-edit a:visited {
  color: #c5202a !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.page-health .region-content a,
.page-health .region-content a:visited {
  font-weight: 500;
  color: #185156;
}

.maf-members-message-box.messagecenter {
  background-color: #C5202A;
  color: #F9F9F5;
}

.maf-members-message-box.messagecenter hr {
  border: 1px groove #F9F9F5;
  margin: 20px 0px;
}

.maf-members-message-box.messagecenter a {
  color: #FFFF22;
}

.maf-members-message-box.messagecenter a:visited {
  color: #FFFF88;
}

.maf-members-message-box.messagecenter p.message {
  margin: 0px;
}

p.help-text {
  font-size: 11px;
}

/* Container holding the image and the text */
.photo-container {
  position: relative;
  text-align: center;
  color: black;
}

.photo-container a, .photo-container a:visited {
  color: #c5202a !important;
  font-weight: 700;
}

.close-photo-modal {
  text-align: right;
  cursor: pointer;
}

.close-photo-modal img {
  width: 24px !important;
  height: 24px !important;
}

body.page-health {
  /* Bottom left text */
  /* Top left text */
  /* Top right text */
  /* Bottom right text */
  /* Centered text */
  /* Centered text */
}

body.page-health .bottom-left {
  position: absolute !important;
  bottom: 8px;
  left: 16px;
}

body.page-health .top-left {
  position: absolute !important;
  top: 8px;
  left: 16px;
}

body.page-health .top-right {
  position: absolute !important;
  top: 8px;
  right: 16px;
}

body.page-health .bottom-right {
  position: absolute !important;
  bottom: 8px;
  right: 16px;
}

body.page-health .centered {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.page-health .bottom-centered {
  position: absolute !important;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.health__add-form-section, .account-info__add-form-section {
  padding: 0;
}

.page-health #modalContent {
  width: 30%;
}

@media all and (max-width: 1024px) {
  .page-health #modalContent {
    width: 100% !important;
    left: 0px !important;
  }
}

#section__who-needs {
  padding-bottom: 3rem;
}

#section__who-needs h2 {
  text-align: center;
  color: #185156;
}

#section__who-needs .field-name-field-body {
  max-width: 850px;
  margin: 0 auto;
}

.front .section__copy-and-image--ltr, .front .section__copy-and-image--rtl {
  padding-top: 0 !important;
}

.front .section__copy-and-image--ltr > .limiter, .front .section__copy-and-image--rtl > .limiter {
  padding: 0 2rem;
}

.front .section__copy-and-image--ltr > .limiter > .content, .front .section__copy-and-image--rtl > .limiter > .content {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .front .section__copy-and-image--ltr, .front .section__copy-and-image--rtl {
    text-align: center;
  }
  .front .section__copy-and-image--ltr img, .front .section__copy-and-image--rtl img {
    display: none;
  }
}

/* Homepage */
@media all and (max-width: 767px) {
  .front .section__copy-and-image--rtl {
    padding-top: 3rem !important;
  }
}

.front #block-menu-menu-explore {
  letter-spacing: 3px;
}

.section__header--split span {
  display: block;
}

.section__our-story {
  text-align: center;
  background: #F9F9F5;
}

.section__our-story h2 {
  color: #185156;
}

.section__our-story img {
  height: auto;
}

.section__our-story .limiter {
  max-width: 100%;
  padding: 0;
}

@media all and (max-width: 767px) {
  .section__our-story .field-name-field-content-blocks > .field-items > .field-item:last-child {
    display: none;
  }
}

.section__category-blocks {
  margin-top: 3rem;
}

.section__category-blocks > .limiter {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.section__category-blocks .field-name-field-content-blocks > .field-items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section__category-blocks .field-name-field-content-blocks > .field-items > .field-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 24%;
          flex: 1 1 24%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
}

@media all and (max-width: 767px) {
  .section__category-blocks .field-name-field-content-blocks > .field-items > .field-item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media all and (max-width: 414px) {
  .section__category-blocks .field-name-field-content-blocks > .field-items > .field-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.section__category-blocks--5up {
  margin-top: 0;
}

.section__category-blocks--5up .field-name-field-content-blocks > .field-items {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media all and (max-width: 767px) {
  .section__category-blocks--5up .field-name-field-content-blocks > .field-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.section__category-blocks--5up .field-name-field-content-blocks > .field-items > .field-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 19%;
          flex: 1 1 19%;
  padding: 0 4px;
}

@media all and (max-width: 767px) {
  .section__category-blocks--5up .field-name-field-content-blocks > .field-items > .field-item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media all and (max-width: 414px) {
  .section__category-blocks--5up .field-name-field-content-blocks > .field-items > .field-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.section__category-blocks .paragraphs-item-images img {
  display: block;
  height: auto;
}

.section__category-blocks .paragraphs-item-images img:hover {
  cursor: pointer;
}

.section__category-blocks .paragraphs-item-cta-button {
  margin-top: 0;
}

.section__category-blocks .paragraphs-item-cta-button a {
  width: 100%;
  color: white;
  background: #347DA0;
  text-align: center;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .section__category-blocks .paragraphs-item-cta-button a {
    margin-left: 0 !important;
  }
}

.section__category-blocks .paragraphs-item-cta-button a:hover {
  background: #347DA0;
  text-decoration: underline;
}

.section__category-blocks .paragraphs-item-cta-button .field-item {
  display: block;
}

.section-accessible-accordion--memberships {
  background: #F9F9F5;
  padding: 4rem 0;
}

.section-accessible-accordion--memberships h2 {
  text-align: center;
  color: #185156;
}

.section-who-needs-a-membership {
  background: #F9F9F5;
  padding: 4rem 0;
}

.section-who-needs-a-membership h2 {
  text-align: center;
  color: #185156;
}

.section-who-needs-a-membership h3 {
  margin: 3rem 0 0;
}

.section-who-needs-a-membership .field-name-field-body {
  max-width: 850px;
  margin: 0 auto;
}

.section-ways-to-donate {
  padding: 5rem 0;
}

@media all and (max-width: 767px) {
  .section-ways-to-donate {
    padding-bottom: 3rem;
  }
}

.section-ways-to-donate h4 {
  font-family: "Raleway", sans-serif, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #347DA0;
}

.section-ways-to-donate h4 span.teal {
  display: block;
  color: #347DA0;
}

.section-ways-to-donate h4 span.teal:last-child {
  font-family: "Raleway", sans-serif, serif;
  color: black;
}

.section-ways-to-donate img {
  height: 90px;
  width: auto;
}

.section-ways-to-donate img[alt="Mail Icon"] {
  height: 60px;
}

.section-ways-to-donate .limiter {
  max-width: 1050px;
}

.section-ways-to-donate .field-name-field-content-blocks > .field-items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 767px) {
  .section-ways-to-donate .field-name-field-content-blocks > .field-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-ways-to-donate .field-name-field-content-blocks > .field-items > .field-item {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 28%;
          flex: 1 1 28%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.5rem;
  height: 230px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F9F9F5;
}

@media all and (max-width: 767px) {
  .section-ways-to-donate .field-name-field-content-blocks > .field-items > .field-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 4rem;
  }
}

.section-ways-to-donate .field-name-field-content-blocks > .field-items > .field-item:first-child {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin: 0;
  background: transparent;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 767px) {
  .section-ways-to-donate .field-name-field-content-blocks > .field-items > .field-item:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 1rem;
    height: auto;
  }
}

.section-ways-to-donate .field-name-field-content-blocks > .field-items > .field-item .field-item:not(:first-child) {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-ways-to-donate .paragraphs-item-cta-button {
  margin-bottom: -1.5rem;
}

.section-donate-form {
  z-index: 1;
  background: #F9F9F5;
  padding: 5rem 0 4rem;
}

@media all and (max-width: 767px) {
  .section-donate-form {
    padding: 0 0 2rem;
  }
}

.section-donate-form h2 {
  font-size: 36px;
  margin: 0;
}

.section-donate-form h2 span {
  display: block;
}

.section-donate-form .limiter {
  max-width: 1050px;
}

.section-donate-form .field-name-field-content-blocks > .field-items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-donate-form .field-name-field-content-blocks > .field-items > .field-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-donate-form .field-name-field-content-blocks > .field-items > .field-item:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
}

.section-donate-form .field-name-field-content-blocks > .field-items > .field-item:first-child > .entity-paragraphs-item {
  padding-top: 2rem;
}

.section-donate-form .field-name-field-content-blocks > .field-items > .field-item:first-child > .paragraphs-item-block {
  border-right: 1px solid black;
}

@media all and (max-width: 767px) {
  .section-donate-form .field-name-field-content-blocks > .field-items > .field-item:first-child > .paragraphs-item-block {
    border: 0;
  }
}

.section-donate-form .field-name-field-content-blocks > .field-items > .field-item:first-child .content {
  padding-right: 3rem;
}

.section-donate-form .field-name-field-content-blocks > .field-items > .field-item:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}

.section-donate-form .field-name-field-content-blocks > .field-items > .field-item:last-child .content {
  padding-left: 3rem;
}

@media all and (max-width: 767px) {
  .section-donate-form .field-name-field-content-blocks > .field-items > .field-item:first-child, .section-donate-form .field-name-field-content-blocks > .field-items > .field-item:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    border: 0;
  }
  .section-donate-form .field-name-field-content-blocks > .field-items > .field-item:first-child .content, .section-donate-form .field-name-field-content-blocks > .field-items > .field-item:last-child .content {
    padding: 0;
  }
}

.section-medicalert-features {
  padding-bottom: 4rem;
}

.section-medicalert-features h2 {
  margin-bottom: 0;
  text-align: center;
  color: #185156;
}

.section-medicalert-features h5 {
  margin: .4rem 0;
  color: #185156;
  font-family: "Raleway", sans-serif, sans-serif;
  font-weight: bold;
}

.section-medicalert-features p {
  margin: 0;
  line-height: 1.5em;
}

.section-medicalert-features .field-name-field-content-blocks > .field-items {
  max-width: 1050px;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-medicalert-features .field-name-field-content-blocks > .field-items > .field-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.33%;
          flex: 0 1 33.33%;
  padding: 1rem 1.9rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-medicalert-features .field-name-field-content-blocks > .field-items > .field-item:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.section-have-questions {
  padding: 2.5rem 0;
  background: #347DA0;
  text-align: center;
  color: white;
  font-size: 1.2rem;
}

.section-have-questions strong {
  font-size: 1.5rem;
  font-weight: 500;
}

.section__copy-and-image--rtl > .limiter {
  padding: 0;
}

.section__copy-and-image--rtl > .limiter > .content {
  margin-bottom: 3rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left top;
}

@media all and (min-width: 1001px) and (max-width: 1207px) {
  .section__copy-and-image--rtl > .limiter > .content {
    background-size: 40% auto;
    background-position: left center;
  }
}

@media all and (min-width: 768px) and (max-width: 1000px) {
  .section__copy-and-image--rtl > .limiter > .content {
    background-position: right 48vw top;
  }
}

@media all and (max-width: 767px) {
  .section__copy-and-image--rtl > .limiter > .content {
    background-image: none !important;
  }
}

.section__copy-and-image--rtl img {
  display: none;
}

@media all and (max-width: 767px) {
  .section__copy-and-image--rtl img {
    display: block;
    height: auto;
  }
}

.section__copy-and-image--rtl h2 {
  margin: 2rem 0;
}

@media all and (max-width: 767px) {
  .section__copy-and-image--rtl h2 {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

.section__copy-and-image--rtl .field-name-field-content-blocks > .field-items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__copy-and-image--rtl .field-name-field-content-blocks > .field-items > .field-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section__copy-and-image--rtl .field-name-field-content-blocks > .field-items > .field-item.even {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  margin-bottom: 3rem;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
  .section__copy-and-image--rtl .field-name-field-content-blocks > .field-items > .field-item.even {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.section__copy-and-image--rtl .field-name-field-content-blocks > .field-items > .field-item.odd {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding-left: 2rem;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
  .section__copy-and-image--rtl .field-name-field-content-blocks > .field-items > .field-item.odd {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media all and (max-width: 767px) {
  .section__copy-and-image--rtl .field-name-field-content-blocks > .field-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .section__copy-and-image--rtl .field-name-field-content-blocks > .field-items > .field-item.even {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .section__copy-and-image--rtl .field-name-field-content-blocks > .field-items > .field-item.odd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.section__copy-and-image--ltr > .limiter {
  padding: 0;
}

.section__copy-and-image--ltr > .limiter > .content {
  margin-bottom: 3rem;
  padding: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
}

@media all and (min-width: 1001px) and (max-width: 1200px) {
  .section__copy-and-image--ltr > .limiter > .content {
    background-position: 55vw top;
  }
}

@media all and (min-width: 768px) and (max-width: 1000px) {
  .section__copy-and-image--ltr > .limiter > .content {
    background-position: 46vw top;
  }
}

@media all and (max-width: 767px) {
  .section__copy-and-image--ltr > .limiter > .content {
    background-image: none !important;
  }
}

.section__copy-and-image--ltr img {
  display: none;
}

@media all and (max-width: 767px) {
  .section__copy-and-image--ltr img {
    display: block;
    height: auto;
  }
}

.section__copy-and-image--ltr h2 {
  margin: 2rem 0;
}

@media all and (max-width: 767px) {
  .section__copy-and-image--ltr h2 {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

.section__copy-and-image--ltr .field-name-field-content-blocks > .field-items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__copy-and-image--ltr .field-name-field-content-blocks > .field-items > .field-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section__copy-and-image--ltr .field-name-field-content-blocks > .field-items > .field-item.even {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  padding-right: 2rem;
  margin-bottom: 3rem;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
  .section__copy-and-image--ltr .field-name-field-content-blocks > .field-items > .field-item.even {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.section__copy-and-image--ltr .field-name-field-content-blocks > .field-items > .field-item.odd {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding-left: 2rem;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
  .section__copy-and-image--ltr .field-name-field-content-blocks > .field-items > .field-item.odd {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media all and (max-width: 767px) {
  .section__copy-and-image--ltr .field-name-field-content-blocks > .field-items > .field-item.odd {
    margin-bottom: 2rem;
  }
}

@media all and (max-width: 767px) {
  .section__copy-and-image--ltr .field-name-field-content-blocks > .field-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .section__copy-and-image--ltr .field-name-field-content-blocks > .field-items > .field-item.even {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  .section__copy-and-image--ltr .field-name-field-content-blocks > .field-items > .field-item.odd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

body.page-user.logged-in .section-have-questions {
  display: none;
}

body.page-user .section-have-questions a.phone-number {
  color: #DDF;
  text-decoration: initial;
}

.paragraphs-item-freeform-section--block > .limiter {
  max-width: 100%;
  padding: 0;
}

.field-name-field-sections .speaks-for-members {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 55vw top;
  margin-bottom: 3rem;
}

@media all and (max-width: 767px) {
  .field-name-field-sections .speaks-for-members {
    background-image: none !important;
  }
}

.field-name-field-sections .speaks-for-members > .limiter {
  height: 515px;
}

@media all and (max-width: 767px) {
  .field-name-field-sections .speaks-for-members > .limiter {
    height: unset;
    padding: 1rem 2rem;
  }
}

.field-name-field-sections .speaks-for-members img {
  display: none;
}

@media all and (max-width: 767px) {
  .field-name-field-sections .speaks-for-members img {
    display: block;
  }
}

.partners .paragraphs-item-header {
  text-align: center;
}

.partners .paragraphs-item-header span {
  display: block;
}

.partners .paragraphs-item-block .paragraphs-items > .field-type-paragraphs > .field-items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  width: 800px;
}

@media all and (max-width: 767px) {
  .partners .paragraphs-item-block .paragraphs-items > .field-type-paragraphs > .field-items {
    width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .partners .paragraphs-item-block .paragraphs-items > .field-type-paragraphs > .field-items > .field-item {
    margin: 1rem 0;
  }
}

.partners .paragraphs-item-block .paragraphs-items > .field-type-paragraphs > .field-items img {
  max-height: 60px;
  width: auto;
}

.partners .paragraphs-item-block .paragraphs-item-cta-button .red a {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #C5202A;
  border-color: white;
  border-width: thin;
  margin-top: 2rem;
}

@media all and (max-width: 750px) {
  .partners .paragraphs-item-block .paragraphs-item-cta-button .red a {
    font-weight: bold;
  }
}

.partners .paragraphs-item-block .paragraphs-item-cta-button .red a:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.partners .paragraphs-item-block .paragraphs-item-cta-button .red a:visited {
  color: white;
}

@media all and (max-width: 767px) {
  .partners .paragraphs-item-block .paragraphs-item-cta-button.white {
    margin-top: 0;
  }
}

#block-maf-pages-upcoming-maintenance {
  padding: 0;
}

.content > .view-id-taxonomy_term > h1 {
  display: none;
}

.maf-message ul > p {
  margin: 0 0 0.5rem;
}

.faq {
  /* IE11 */
}

.faq .node > .content {
  padding-bottom: 3rem;
}

.faq h1 {
  margin-bottom: 0;
  color: #185156;
}

.faq p {
  margin-bottom: 0;
}

.faq .field-name-field-sections > .field-items .form-item {
  margin: 0;
}

.faq .field-name-field-sections > .field-items > .field-item:nth-child(1) {
  text-align: center;
}

.faq .field-name-field-sections > .field-items > .field-item:nth-child(1) {
  font-weight: 600;
  color: #545454;
}

.faq .field-name-field-sections > .field-items > .field-item:nth-child(1) p {
  margin-top: .5rem;
}

.faq li {
  margin-bottom: 0.5rem;
}

.faq .accordion-controls button {
  background: #F9F9F5;
  color: #185156;
  font-weight: 700;
}

.faq .view-faq-search-results h1 {
  display: none;
}

.faq .views-exposed-widgets {
  display: inline-block;
}

.faq .views-row {
  margin-bottom: 1rem;
}

.faq #block-maf-maf-search-form {
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 6rem;
}

.faq #edit-basic .form-submit,
.faq .form-item-keys label,
.faq .search-advanced .form-type-checkboxes {
  display: none;
}

.faq #edit-basic {
  width: 480px;
}

.faq .search-form {
  margin: 0;
}

.faq .search-form .container-inline,
.faq .search-form .search-advanced {
  display: inline-block;
  vertical-align: bottom;
}

.faq .search-form .container-inline input {
  background: #F9F9F5;
  -webkit-box-shadow: inset 0px 0px 12px 0px rgba(150, 150, 150, 0.5);
          box-shadow: inset 0px 0px 12px 0px rgba(150, 150, 150, 0.5);
  border: none;
  height: 3rem !important;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 96%;
}

.faq .search-form .container-inline input::-webkit-input-placeholder {
  color: black;
  text-transform: uppercase;
  font-size: .9rem;
}

.faq .search-form .container-inline input::-moz-placeholder {
  color: black;
  text-transform: uppercase;
  font-size: .9rem;
}

.faq .search-form .container-inline input::-ms-input-placeholder {
  color: black;
  text-transform: uppercase;
  font-size: .9rem;
}

.faq .search-form .container-inline input::placeholder {
  color: black;
  text-transform: uppercase;
  font-size: .9rem;
}

.faq .search-advanced .form-submit {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #C5202A;
  border-color: white;
  border-width: thin;
  display: block;
  height: 3.1rem;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .8em 1em;
  margin-left: -4px;
}

@media all and (max-width: 750px) {
  .faq .search-advanced .form-submit {
    font-weight: bold;
  }
}

.faq .search-advanced .form-submit:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.faq .search-advanced .form-submit:visited {
  color: white;
}

@media all and (-ms-high-contrast: none) {
  .faq *::-ms-backdrop, .faq .search-advanced .form-submit {
    height: 3.15rem;
  }
}

.faq .form-item-keys {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.faq .form-item-keys .ui-autocomplete {
  display: none !important;
  position: absolute !important;
  width: 50vw !important;
  left: -7vw !important;
  top: 5.4rem !important;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
}

@media all and (max-width: 767px) {
  .faq .form-item-keys .ui-autocomplete {
    width: 80vw !important;
    left: -5vw !important;
  }
}

.faq .form-item-keys .ui-helper-hidden-accessible {
  display: none;
  height: auto;
  width: 600px;
  margin: 0 0 1rem -2rem;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.faq .field-name-field-sections
> .field-items
> .field-item
> .entity-paragraphs-item {
  overflow: visible;
}

.page--partner .partner__main {
  padding: 3rem 0 2rem;
}

@media all and (max-width: 767px) {
  .page--partner .partner__main {
    padding: 1rem 0;
  }
}

.page--partner .partner__main p {
  margin-bottom: 2rem;
}

.page--partner .partner__main img {
  margin-top: 1rem;
  width: 455px;
  height: auto;
}

@media all and (max-width: 767px) {
  .page--partner .partner__main img {
    margin: 0;
    width: 100%;
    height: auto;
  }
}

.page--partner .partner__main .paragraphs-item-drupal-block-reference {
  margin-left: 3rem;
}

@media all and (max-width: 1080px) {
  .page--partner .partner__main .paragraphs-item-drupal-block-reference {
    margin-left: 0;
  }
}

.page--partner .partner__main--img .field-name-field-content-blocks .field-name-field-components > .field-items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page--partner .partner__main--img .field-name-field-content-blocks .field-name-field-components > .field-items > .field-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

@media all and (max-width: 767px) {
  .page--partner .partner__main--img .field-name-field-content-blocks .field-name-field-components > .field-items > .field-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .page--partner .partner__main--img .field-name-field-content-blocks .field-name-field-components > .field-items > .field-item:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page--partner .partner__main--img .field-name-field-content-blocks .field-name-field-components > .field-items > .field-item:last-child {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.page--partner .partner__main--img .field-name-field-content-blocks .field-name-field-components > .field-items > .field-item .field-name-field-body {
  padding-right: 1rem;
}

.page--partner .partner__main--img .field-name-field-content-blocks .field-name-field-components > .field-items > .field-item.odd {
  text-align: right;
}

.page--partner .partner__main--form h1, .page--partner .partner__main--form h2 {
  font-size: 2.5rem !important;
  color: #185156;
  margin-top: 0;
}

.page--partner .partner__main--form form fieldset {
  border: 0;
}

.page--partner .partner__main--form form fieldset legend {
  display: none;
}

.page--partner .partner__main--form .field-name-field-content-blocks > .field-items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 767px) {
  .page--partner .partner__main--form .field-name-field-content-blocks > .field-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page--partner .partner__main--form .field-name-field-content-blocks > .field-items > .field-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media all and (max-width: 1080px) {
  .page--partner .partner__main--form .field-name-field-content-blocks > .field-items > .field-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page--partner .partner__main .webform-component--subscriber-information.phillips-subscriber {
  display: none;
}

.page--partner .partner__main .block-webform {
  padding-top: 0;
  background: #F9F9F5;
  padding: 2rem 3rem;
}

@media all and (max-width: 767px) {
  .page--partner .partner__main .block-webform {
    padding: 2rem;
  }
}

.page--partner .partner__main .block-webform h1 {
  color: #185156;
  text-align: left;
  margin: 0 0 1rem;
}

.page--partner .partner__main .block-webform input {
  height: 41px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .page--partner .partner__main .block-webform label {
    font-size: 14px;
  }
}

.page--partner .partner__main .block-webform .form-actions {
  text-align: right;
  margin-bottom: 0;
}

.page--partner .partner__main .block-webform .form-actions input {
  margin-bottom: 0;
}

.page--partner .partner__main .block-webform .form-radios {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page--partner .partner__main .block-webform .form-radios .form-type-radio {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: .75rem;
}

.page--partner .partner__main .block-webform .webform-container-inline {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page--partner .partner__main .block-webform .webform-container-inline label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
}

.page--partner .partner__main .block-webform .webform-container-inline input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
  width: 100%;
  min-width: 1px;
}

.page--partner .partner__phone {
  font-size: 1.5rem;
  font-weight: bold;
  color: #185156;
}

.page--partner .partner__offer {
  padding: 2rem 0;
  background: #185156;
  color: white;
}

.page--partner .partner__offer p {
  margin: 0;
}

.page--partner .partner__offer .field-name-field-components > .field-items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page--partner .partner__offer .field-name-field-components > .field-items > .field-item.even {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  border-right: 1px solid white;
  font-size: 2rem;
  text-align: right;
}

.page--partner .partner__offer .field-name-field-components > .field-items > .field-item.even .entity {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
}

.page--partner .partner__offer .field-name-field-components > .field-items > .field-item.odd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page--partner .partner__offer .field-name-field-components > .field-items > .field-item.odd .entity {
  padding-left: 2rem;
}

.page--partner .partner__choose {
  padding: 4rem 0 0;
}

@media all and (max-width: 767px) {
  .page--partner .partner__choose {
    padding: 0;
  }
}

.page--partner .partner__choose h3 {
  font-size: 3.5rem;
  color: #185156;
}

.page--partner .partner__choose h3 span {
  color: #347DA0;
}

.page--partner .partner__choose strong {
  color: #185156;
}

.page--partner .partner__choose img {
  width: 100%;
  height: auto;
}

.page--partner .partner__choose > .limiter {
  max-width: 900px;
}

.page--partner .partner__choose .field-name-field-content-blocks > .field-items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page--partner .partner__choose .field-name-field-content-blocks > .field-items > .field-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  text-align: center;
}

@media all and (max-width: 767px) {
  .page--partner .partner__choose .field-name-field-content-blocks > .field-items > .field-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page--partner .partner__choose .field-name-field-content-blocks > .field-items > .field-item:not(:first-child) > .entity {
  padding: 2rem 4rem;
}

.page--partner .partner__choose .field-name-field-content-blocks > .field-items > .field-item:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.page--partner .partner__contact {
  text-align: center;
  padding-bottom: 2rem;
}

@media all and (max-width: 767px) {
  .page--partner .partner__contact {
    padding-top: 0;
  }
}

.page--partner .partner__contact h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #185156;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .page--partner .partner__contact h4 {
    width: auto;
    margin: 1rem 0;
  }
}

@media all and (max-width: 767px) {
  .page--partner .partner__contact a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}

.page--partner .partner__disclaimer {
  padding-bottom: 2rem;
}

.page--partner .partner__disclaimer p {
  font-size: 12px;
}

.page--partner .partner__webform {
  text-align: left;
}

.page--partner .partner__webform h2, .page--partner .partner__webform .submitted, .page--partner .partner__webform .content > .field:first-child {
  display: none;
}

#js-modal {
  top: 10vh;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  z-index: 2001;
  border: 0;
  border-radius: 10px;
  padding: 3rem;
  background: white;
  width: 50vw;
}

#js-modal h1 {
  margin-top: 0;
}

#js-modal button {
  margin: .25rem .5rem;
}

#js-modal > [role='document'] {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#js-modal > [role='document'] > button {
  margin: 0 0 1rem 0;
}

#js-modal > [role='document'][class*='close-button-bottom'] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#js-modal > [role='document'][class*='close-button-bottom'] > button {
  margin: 1rem 0 0 0;
}

#js-modal > [role='document'][class*='left'] > button {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#js-modal > [role='document'][class*='center'] > button {
  -ms-flex-item-align: center;
      align-self: center;
}

#js-modal > [role='document'][class*='right'] > button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#js-modal #js-modal-close.close-button-color-teal {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #C5202A;
  border-color: white;
  border-width: thin;
}

@media all and (max-width: 750px) {
  #js-modal #js-modal-close.close-button-color-teal {
    font-weight: bold;
  }
}

#js-modal #js-modal-close.close-button-color-teal:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

#js-modal #js-modal-close.close-button-color-teal:visited {
  color: white;
}

#js-modal #js-modal-close.close-button-color-red {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #C5202A;
  border-color: white;
  border-width: thin;
}

@media all and (max-width: 750px) {
  #js-modal #js-modal-close.close-button-color-red {
    font-weight: bold;
  }
}

#js-modal #js-modal-close.close-button-color-red:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

#js-modal #js-modal-close.close-button-color-red:visited {
  color: white;
}

#js-modal #js-modal-close.close-button-color-white {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: #C5202A;
  background: white;
  border-color: #C5202A;
}

@media all and (max-width: 750px) {
  #js-modal #js-modal-close.close-button-color-white {
    font-weight: bold;
  }
}

#js-modal #js-modal-close.close-button-color-white:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

#js-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #545454;
  opacity: .9;
  z-index: 2000;
  cursor: pointer;
}

#js-modal-overlay .invisible {
  display: none;
}

#js-modal.questionnaire #js-modal-content, #js-modal.engraving-error-alert #js-modal-content {
  max-width: 500px;
  margin: 0 auto;
}

#js-modal-content {
  line-height: 1.5rem;
  font-size: 1rem;
  text-align: center;
}

#js-modal-content .buttons {
  width: 100%;
  margin-top: 2rem;
}

#js-modal-content .buttons button[data-answer="false"] {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #C5202A;
  border-color: white;
  border-width: thin;
}

@media all and (max-width: 750px) {
  #js-modal-content .buttons button[data-answer="false"] {
    font-weight: bold;
  }
}

#js-modal-content .buttons button[data-answer="false"]:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

#js-modal-content .buttons button[data-answer="false"]:visited {
  color: white;
}

#js-modal .maf-misc-modal-confirm-wrapper {
  margin-bottom: 0;
}

#js-modal .engraving-alternatives-intro-text .condition-name {
  font-weight: bold;
  text-transform: uppercase;
}

#js-modal.modal-maf_checkout_order_details_services_auto_renew_terms, #js-modal.modal-maf_checkout_order_details_services_auto_renew_opt_out_info, #js-modal.modal-maf_checkout_order_details_services_membership_cancellation_info {
  padding: 0 1.5rem;
}

.ctools-modal-copy h1 {
  text-align: center;
}

.ctools-modal-copy .maf-misc-modal-confirm-buttons {
  margin: 1.5rem 0 0 0;
}

#js-modal-close {
  position: absolute;
  left: -100000px;
}

.button-area {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.button-area .bottom-left {
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.button-area .bottom-center {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.button-area .bottom-right {
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.button-area .hidden {
  display: none;
}

button.maf-modal-cta-button.teal {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #185156;
  border-color: #185156;
}

@media all and (max-width: 750px) {
  button.maf-modal-cta-button.teal {
    font-weight: bold;
  }
}

button.maf-modal-cta-button.teal:hover {
  background: white;
  color: #185156;
  border-color: #185156;
}

button.maf-modal-cta-button.teal:visited {
  color: white;
}

button.maf-modal-cta-button.red {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: white;
  background: #C5202A;
  border-color: white;
  border-width: thin;
}

@media all and (max-width: 750px) {
  button.maf-modal-cta-button.red {
    font-weight: bold;
  }
}

button.maf-modal-cta-button.red:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

button.maf-modal-cta-button.red:visited {
  color: white;
}

button.maf-modal-cta-button.white {
  display: inline-block;
  line-height: 1.2rem;
  padding: .8em 2em;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: #C5202A;
  background: white;
  border-color: #C5202A;
}

@media all and (max-width: 750px) {
  button.maf-modal-cta-button.white {
    font-weight: bold;
  }
}

button.maf-modal-cta-button.white:hover {
  background: #185156;
  color: white;
  border-color: #185156;
}

.close-
.close-button-bottom-left-modal__wrapper, .close-
.close-button-bottom-center-modal__wrapper, .close-
.close-button-bottom-right-modal__wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.accessible-modal-x-button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  overflow: hidden;
  background-image: url("/sites/all/themes/maf_tao/images/accessible_modal_close_btn.png");
  width: 24px;
  height: 24px;
  opacity: 0.5;
}

.accessible-modal-x-button:hover {
  opacity: 1;
}

@media (max-width: 850px) {
  #js-modal {
    padding: 2.5rem 0.75rem;
    width: initial;
    max-width: 88%;
  }
}

body[class*='front'] dialog[class*='welcome-redesign-2018-modal'] {
  width: 65vw !important;
  top: 45% !important;
}

@media (max-width: 767px) {
  body[class*='front'] dialog[class*='welcome-redesign-2018-modal'] {
    width: 85vw !important;
    top: 20% !important;
  }
}

body[class*='front'] dialog[class*='welcome-redesign-2018-modal'] h2 {
  line-height: 1.75rem;
}

.welcome-redesign-2018-modal {
  background-color: #347DA0 !important;
}

.msg-maf,
.msg-trusted-org {
  color: white !important;
  font-weight: 100;
}

.msg-maf h2 {
  margin-bottom: 15px;
}

.welcome-redesign-2018-btn {
  display: none;
}

.welcome-redesign-2018-modal__content .msg-new-look {
  font-weight: bold;
}

.welcome-redesign-2018-modal__content .row {
  -js-display: flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.welcome-redesign-2018-modal-close,
.welcome-redesign-2018-modal-close:hover,
.welcome-redesign-2018-modal-close:visited,
.welcome-redesign-2018-modal-close:active {
  background: transparent;
  border: none;
  top: 0;
  left: 89%;
  position: absolute;
}

.welcome-redesign-2018-modal-close:focus {
  outline: 0 !important;
}

.welcome-redesign-2018-modal__closeimg {
  position: absolute;
  left: 54px;
  width: 30px;
  background: transparent;
}

.wallet-card-page .buttons input[type="submit"] {
  text-transform: uppercase;
  background-color: #185156;
}

.wallet-card-page .buttons input[type="submit"]:hover {
  background-color: #C5202A;
}

.wallet-card-page .contacts-choices-widget,
.wallet-card-page .health-data-on-file-widget,
.wallet-card-page .buttons input[type="submit"] {
  font-family: Raleway, sans-serif;
}

.wallet-card-page .card-editor .card-outer-wrapper {
  width: 100%;
  position: relative;
  text-align: center;
}

.wallet-card-page .card-editor .card-fields-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wallet-card-page .card-editor .card-inner-wrapper {
  position: relative;
  width: auto;
  height: auto;
}

.wallet-card-page .card-editor h1 {
  color: #185156;
}

.wallet-card-page .card-editor h2 {
  color: #C5202A;
}

.wallet-card-page .card-editor h3 {
  color: #185156;
  font-weight: bold;
}

.wallet-card-page .card-editor .contact-info-for-assistance strong {
  text-transform: uppercase;
}

.wallet-card-page .group-front-of-card .tabledrag-toggle-weight-wrapper {
  display: none;
}

.wallet-card-page .group-front-of-card #field-emergency-contacts-values {
  width: 500px;
  height: 200px;
}

.wallet-card-page .group-front-of-card #field-emergency-contacts-values td:nth-child(2) {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wallet-card-page .group-front-of-card #field-emergency-contacts-values td.field-multiple-drag,
.wallet-card-page .group-front-of-card #field-emergency-contacts-values td.delta-order {
  display: none;
}

.wallet-card-page .group-front-of-card #field-emergency-contacts-values th {
  vertical-align: top;
}

.wallet-card-page .group-front-of-card #field-emergency-contacts-values th label {
  padding-left: 4px;
  text-transform: uppercase;
}

.wallet-card-page .group-front-of-card .form-type-textfield > label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.wallet-card-page .group-front-of-card .field-name-field-first-name input.form-text {
  width: 4.5em;
}

.wallet-card-page .group-front-of-card .field-name-field-last-name input.form-text {
  width: 4.5em;
}

.wallet-card-page .group-front-of-card .field-name-field-phone-number input.form-text {
  width: 7em;
}

.wallet-card-page .group-front-of-card .contact-checkbox-col label {
  display: inline;
  font-weight: normal;
  padding-left: 0.5em;
  color: black;
}

.wallet-card-page .group-back-of-card .form-type-textfield {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wallet-card-page .group-back-of-card .form-type-textfield > label {
  display: block;
  -ms-flex-preferred-size: 11em;
      flex-basis: 11em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: auto 0;
}

.wallet-card-page .group-back-of-card .card-fields-wrapper {
  padding-top: 3em;
}

.wallet-card-page .group-back-of-card h3.for-your-reference {
  max-width: 400px;
  font-size: 22px;
  margin-bottom: 0.25em;
}

.wallet-card-page .group-back-of-card h4.for-your-reference {
  max-width: 400px;
  font-size: 16px;
  margin-top: 0.25em;
  font-weight: bold;
  color: #C5202A;
}

.wallet-card-page .group-back-of-card .for-your-reference .emphasized-not {
  font-style: italic;
}

.wallet-card-page .customization-widget {
  /* Uses Calibri (or for non-Windows systems, a similar font as fallback) */
  font-family: Calibri, 'Open Sans', sans-serif;
}

.wallet-card-page .form-type-textfield > label, .wallet-card-page .form-type-select > label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.wallet-card-page .field-name-field-medical-info-rows thead,
.wallet-card-page .contacts-choices-widget thead {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.browser-edge .wallet-card-page .customization-widget .field-name-field-medical-info-rows tr {
  -webkit-transform: scaleX(1.05);
          transform: scaleX(1.05);
}

.browser-edge .wallet-card-page .customization-widget .field-name-field-medical-info-rows .form-type-select select {
  font-size: 13px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0.25em;
}

.browser-edge .wallet-card-page .customization-widget .field-name-field-medical-info-rows .field-widget-text-textfield input {
  padding: 0px 3px 0px 5px;
}

.browser-edge .wallet-card-page .customization-widget .field-name-field-medical-info-rows > div > div.form-item {
  margin-top: 0.35em;
}

.page-health-verify-emergency-contacts section.health__main .buttons-container input[type="submit"] {
  background-color: #185156;
  font-family: Raleway, sans-serif;
}

.page-health-verify-emergency-contacts section.health__main .buttons-container input[type="submit"]:hover {
  background-color: #C5202A;
}

#block-block-158,
#block-block-12 {
  display: none;
}

.node-type-blog #block-block-316 {
  display: none;
}

.featured-item {
  display: none;
}

/*# sourceMappingURL=style.css.map */
