/*
Description: A function for generating sane z-index values. Not allowed to exceed 20000 (20 levels). 
High values utilized for legibility and ease of overriding most third party tools
*/
/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
hr,
ul,
ol,
dl,
blockquote,
p,
address,
figure,
button,
.btn,
pre {
  margin: 0 0 1.5rem;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
hgroup:first-child,
hr:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
p:first-child,
address:first-child,
figure:first-child,
button:first-child,
.btn:first-child,
pre:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
hgroup:last-child,
hr:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
blockquote:last-child,
p:last-child,
address:last-child,
figure:last-child,
button:last-child,
.btn:last-child,
pre:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", Arial;
  font-weight: 400;
  line-height: 1.25;
  color: #ec1c2c;
  margin: 3rem 0 1.5rem;
}

/*!*umb_name:H1*/
h1,
.h1 {
  font-size: 2.125rem;
  font-weight: 300;
}
@media (min-width: 800px) {
  h1,
  .h1 {
    font-size: 4.375rem;
  }
}

/*!*umb_name:H2*/
h2,
.h2 {
  font-size: 2rem;
  font-weight: 300;
}
@media (min-width: 800px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}

/*!*umb_name:H3*/
h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4e5859;
}
@media (min-width: 800px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

/*!*umb_name:H4*/
h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4e5859;
  letter-spacing: 1px;
}
@media (min-width: 800px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

/*!*umb_name:H5*/
h5,
.h5 {
  font-size: 1rem;
  color: #4e5859;
  font-weight: 900;
  letter-spacing: 1px;
}
@media (min-width: 800px) {
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}

/*!*umb_name:H6*/
h6,
.h6 {
  font-size: 0.875rem;
  color: #4e5859;
  font-weight: 900;
  letter-spacing: 1px;
}
@media (min-width: 800px) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}

/*!*umb_name:Normal Text*/
p {
  font-size: 1rem;
}

/*!*umb_name:Disclaimer*/
p.disclaimer {
  font-size: 0.625rem;
  font-style: italic;
}

/*!*umb_name:H1 Blue*/
h1.text--blue {
  color: #195772;
}

/*!*umb_name:H1 Gray*/
h1.text--gray {
  color: #676767;
}

/*!*umb_name:H1 Black*/
h1.text--black {
  color: #000;
}

/*!*umb_name:H2 Blue*/
h2.text--blue {
  color: #195772;
}

/*!*umb_name:H2 Gray*/
h2.text--gray {
  color: #676767;
}

/*!*umb_name:H2 Black*/
h2.text--black {
  color: #000;
}

/*!*umb_name:H3 Blue*/
h3.text--blue {
  color: #195772;
}

/*!*umb_name:H3 Gray*/
h3.text--gray {
  color: #676767;
}

/*!*umb_name:H3 Black*/
h3.text--black {
  color: #000;
}

/*!*umb_name:H4 Blue*/
h4.text--blue {
  color: #195772;
}

/*!*umb_name:H4 Gray*/
h4.text--gray {
  color: #676767;
}

/*!*umb_name:H4 Black*/
h4.text--black {
  color: #000;
}

/*!*umb_name:H5 Blue*/
h5.text--blue {
  color: #195772;
}

/*!*umb_name:H5 Gray*/
h5.text--gray {
  color: #676767;
}

/*!*umb_name:H5 Black*/
h5.text--black {
  color: #000;
}

/*!*umb_name:H6 Blue*/
h6.text--blue {
  color: #195772;
}

/*!*umb_name:H6 Gray*/
h6.text--gray {
  color: #676767;
}

/*!*umb_name:H6 Black*/
h6.text--black {
  color: #000;
}

hr {
  margin-top: 1.5rem;
  border: none;
  border-top: 1px solid #f3f3f3;
}

a {
  transition: all 0.25s ease-in-out;
  color: #157c85;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #157c85;
}
a:not([class]):hover {
  text-decoration: underline;
}

[class^=glyph-]::before,
[class*=" glyph-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media speech {
  [class^=glyph-]::before,
  [class*=" glyph-"]::before {
    display: none;
    visibility: hidden;
  }
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}

.pill-title {
  font-size: 1rem;
  color: #202020;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 28px;
  position: relative;
}
.pill-title::before, .pill-title::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 28px;
  background: #ed1c2c;
  opacity: 0.55;
  border-radius: 4px;
  transform: translate(0, -50%);
}
.pill-title::before {
  left: 0;
  top: calc(50% + 4px);
}
.pill-title::after {
  left: 6px;
  top: calc(50% - 4px);
}

.wysiwyg-media {
  max-width: none;
  padding: 0 0 1rem 0;
  clear: both;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .wysiwyg-media {
    max-width: 700px;
  }
}
.wysiwyg-media img {
  margin: 0;
}
.wysiwyg-media--floatRight, .wysiwyg-media--floatLeft {
  text-align: unset;
  margin: unset;
}
@media (min-width: 800px) {
  .wysiwyg-media--floatRight, .wysiwyg-media--floatLeft {
    max-width: 500px;
  }
}
@media (min-width: 800px) {
  .wysiwyg-media--floatRight {
    padding-left: 2rem;
    float: right;
  }
}
@media (min-width: 800px) {
  .wysiwyg-media--floatLeft {
    padding-right: 2rem;
    float: left;
  }
}
.wysiwyg-media__caption {
  font-size: 0.875rem;
}

/*!*umb_name:Blockquote*/
blockquote {
  padding: 0 3rem;
  position: relative;
  color: #ec1c2c;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 575px) {
  blockquote {
    padding: 0 1.375rem;
  }
}
blockquote p {
  font-size: 1.375rem;
}
blockquote p::before, blockquote p::after {
  position: absolute;
  top: 0;
  line-height: 1;
  font-size: 4rem;
}
@media (max-width: 575px) {
  blockquote p::before, blockquote p::after {
    font-size: inherit;
    position: static;
  }
}
blockquote p::after {
  right: 0;
}
blockquote p::before {
  left: 0;
}
blockquote cite span {
  font-weight: 400;
}

/**umb_name:H1*/
h1 {
  /*!*/
}

/**umb_name:H2*/
h2 {
  /*!*/
}

/**umb_name:H3*/
h3 {
  /*!*/
}

/**umb_name:H4*/
h4 {
  /*!*/
}

/**umb_name:H5*/
h5 {
  /*!*/
}

/**umb_name:H6*/
h6 {
  /*!*/
}

/**umb_name:Normal Text*/
p {
  /*!*/
}

/**umb_name:Blockquote*/
blockquote {
  /*!*/
}

/**umb_name:Superscript*/
sup {
  /*!*/
}

/**umb_name:Disclaimer*/
p.disclaimer {
  /*!*/
}

/**umb_name:H1 Blue*/
h1.text--blue {
  /*!*/
}

/**umb_name:H1 Gray*/
h1.text--gray {
  /*!*/
}

/**umb_name:H1 Black*/
h1.text--black {
  /*!*/
}

/**umb_name:H2 Blue*/
h2.text--blue {
  /*!*/
}

/**umb_name:H2 Gray*/
h2.text--gray {
  /*!*/
}

/**umb_name:H2 Black*/
h2.text--black {
  /*!*/
}

/**umb_name:H3 Blue*/
h3.text--blue {
  /*!*/
}

/**umb_name:H3 Gray*/
h3.text--gray {
  /*!*/
}

/**umb_name:H3 Black*/
h3.text--black {
  /*!*/
}

/**umb_name:H4 Blue*/
h4.text--blue {
  /*!*/
}

/**umb_name:H4 Gray*/
h4.text--gray {
  /*!*/
}

/**umb_name:H4 Black*/
h4.text--black {
  /*!*/
}

/**umb_name:H5 Blue*/
h5.text--blue {
  /*!*/
}

/**umb_name:H5 Gray*/
h5.text--gray {
  /*!*/
}

/**umb_name:H5 Black*/
h5.text--black {
  /*!*/
}

/**umb_name:H6 Blue*/
h6.text--blue {
  /*!*/
}

/**umb_name:H6 Gray*/
h6.text--gray {
  /*!*/
}

/**umb_name:H6 Black*/
h6.text--black {
  /*!*/
}
