

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,500,700');
/* ----------------------------------------------------
Backgrounds
---------------------------------------------------- */
.bg-dark-green {
  background-color: #00643c;
}
.bg-light-green {
  background-color: #699d27;
  color: #ffffff;
}
.bg-light-green h2,
.bg-light-green h3,
.bg-light-green h4,
.bg-light-green .content-label {
  color: #ffffff;
}
.bg-light-green a {
  color: #ffffff;
}
.bg-light-green a .title,
.bg-light-green a .content-type {
  color: #ffffff !important;
}
.bg-bright-green {
  background-color: #a6dd5f;
}
.bg-gray {
  background-color: #696a6c;
}
.bg-light-gray {
  background-color: #929499;
}
.bg-soft-gray {
  background-color: #f4f4f5;
}
.bg-dark-blue {
  background-color: #286077;
}
.bg-orange {
  background-color: #de641f;
}
.bg-light-blue {
  background-color: #0e94e1;
}
.bg-light-orange {
  background-color: #f9a255;
}
.bg-brown {
  background-color: #715c2a;
}
.bg-tan {
  background-color: #ccab76;
}
.bg-link-blue {
  background-color: #0074b8;
}
.bg-alert-red {
  background-color: #e53e30;
}
.bg-alert-yellow {
  background-color: #ffa800;
}
.bg-alert-green {
  background-color: #a6dd5f;
}
/* ----------------------------------------------------
Buttons
---------------------------------------------------- */
.btn {
  border-radius: 2px;
  font-weight: 700;
}
.btn-primary {
  background-color: #0074b8;
  border-color: #0074b8;
  color: #ffffff;
}
.btn-default {
  background-color: #ffffff;
  border-color: #0074b8;
  color: #0074b8;
}
.btn-white-outline {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-lg {
  padding: 18px;
}
.btn-sm {
  padding: 9px;
}
.btn-xs {
  padding: 4px 9px;
}
#MyHealth {
    display: block;
    text-align: center;

}
#MyHealth a {
    background: #de641f;
    border: none;
    padding: 9px 15px;
	color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1em;
	border-radius: 2px;
	display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
	margin-right:10px;
}
#MyHealth a:hover {
	text-decoration:none;
}
#MyHealth span {
    font-size: 1.2rem;
}
#MyHealth span.green {
    color: #00643c;
    font-size: 1.5rem;
}
/* ----------------------------------------------------
Type
---------------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 992px) {
  body {
    font-size: 1.8rem;
  }
}
/* ----------------------------------------------------
Typeface classes
---------------------------------------------------- */
.primary-font {
  font-family: 'Montserrat', sans-serif;
}
.secondary-font {
  font-family: Georgia, Times, "Times New Roman", serif;
}
/* ----------------------------------------------------
Headers
Header scales from http://type-scale.com/
---------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
body.home .homepage-tabs-row .homepage-tabs-heading,
body.home .frontpage-slider .slide .slide-text .slide-heading {
  color: #00643c;
  font-weight: 700;
  line-height: 1.3;
}
h1:display,
.h1:display,
h2:display,
.h2:display,
h3:display,
.h3:display,
h4:display,
.h4:display {
  text-transform: uppercase;
  font-weight: 200;
}
h1,
.h1 {
  margin-bottom: 36px;
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
body.home .homepage-tabs-row .homepage-tabs-heading,
body.home .frontpage-slider .slide .slide-text .slide-heading {
  margin-bottom: 18px;
}
h1,
.h1,
.h1-size {
  font-size: 2.7rem;
}
p:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
  h1,
  .h1,
  .h1-size {
    font-size: 4.3rem;
  }
}
@media (min-width: 992px) {
  h1,
  .h1,
  .h1-size {
    font-size: 5rem;
  }
}
h2,
.h2,
.h2-size {
  font-size: 2.3rem;
}
@media (min-width: 768px) {
  h2,
  .h2,
  .h2-size {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  h2,
  .h2,
  .h2-size {
    font-size: 3.5rem;
  }
}
h3,
.h3,
.h3-size,
body.home .homepage-tabs-row .homepage-tabs-heading,
body.home .frontpage-slider .slide .slide-text .slide-heading {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h3,
  .h3,
  .h3-size,
  body.home .homepage-tabs-row .homepage-tabs-heading,
  body.home .frontpage-slider .slide .slide-text .slide-heading {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  h3,
  .h3,
  .h3-size,
  body.home .homepage-tabs-row .homepage-tabs-heading,
  body.home .frontpage-slider .slide .slide-text .slide-heading {
    font-size: 2.5rem;
  }
}
h4,
.h4,
.h4-size {
  font-size: 1.8rem;
}
h4,
.h4 {
  text-transform: uppercase;
}
/* ----------------------------------------------------
Copy Sizes
---------------------------------------------------- */
.intro-copy {
  font-size: 2rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .intro-copy {
    font-size: 2.3rem;
  }
}
.extra-large-type {
  font-size: 2rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .extra-large-type {
    font-size: 2.3rem;
  }
}
.large-type {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .large-type {
    font-size: 2rem;
  }
}
.default-type {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .default-type {
    font-size: 1.8rem;
  }
}
.small-type {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .small-type {
    font-size: 1.6rem;
  }
}
.extra-small-type {
  font-size: 1.4rem;
}
/* ----------------------------------------------------
Custom type classes
---------------------------------------------------- */
.meta {
  font-size: 1.4rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.meta a {
  display: inline-block !important;
}
.content-label {
  font-size: 1.2rem;
  color: #00643c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 9px;
}
.content-type {
  font-size: 1.4rem;
  color: #696a6c;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
}
.dash-top {
  margin-top: 18px;
  padding-top: 18px;
  position: relative;
}
.dash-top:before {
  content: "";
  height: 3px;
  line-height: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  background-color: #a6dd5f;
}
.dash-bottom {
  margin-bottom: 18px;
  padding-bottom: 18px;
  position: relative;
}
.dash-bottom:before {
  content: " ";
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  background-color: #a6dd5f;
}
/* --------------------------------------------------
Multiple columns
-------------------------------------------------- */
@media (min-width: 768px) {
  .multi-column-2 {
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
  }
}
@media (min-width: 768px) {
  .multi-column-3 {
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
  }
}
@media (min-width: 992px) {
  .multi-column-3 {
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
  }
}
.control-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
  background-color: transparent;
}
.control-wrapper:before,
.control-wrapper:after {
  content: " ";
  display: table;
}
.control-wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .control-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.control-wrapper.container {
  width: 100%;
}
/* --------------------------------------------------
Link Lists
-------------------------------------------------- */
.link-list ul,
.link-list dl {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}
.link-list li,
.link-list dd {
  margin-bottom: 9px;
  line-height: 1.4;
}
.link-list dt {
  position: relative;
}
.link-list dt:before {
  left: 0;
  margin-left: 0;
}
.link-list h2,
.link-list h3,
.link-list h4 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 9px;
  margin-bottom: 36px;
}
.link-list h2 span,
.link-list h3 span,
.link-list h4 span {
  font-weight: 200;
}
.link-list.block {
  background-color: #f4f4f5;
  padding: 18px;
  margin-bottom: 36px;
}
.link-list.block h2,
.link-list.block h3,
.link-list.block h4 {
  border-bottom-color: #dedede;
}
@media (min-width: 768px) {
  .link-list.block {
    padding: 36px;
  }
}
.link-list.collapsable ul,
.link-list.collapsable dl {
  display: none;
}
@media (min-width: 992px) {
  .link-list.collapsable ul,
  .link-list.collapsable dl {
    display: block;
  }
}
@media (max-width: 768px) {
  .link-list.collapsable .content-label {
    border-top: 1px solid #ebebeb;
  }
}
/* --------------------------------------------------
Accordion
-------------------------------------------------- */
[data-toggle="collapse"],
[class|="collapsable-header"] {
  position: relative;
  padding-left: 36px;
  display: block;
  text-decoration: none;
}
[data-toggle="collapse"]:hover,
[class|="collapsable-header"]:hover,
[data-toggle="collapse"]:active,
[class|="collapsable-header"]:active,
[data-toggle="collapse"]:visited,
[class|="collapsable-header"]:visited {
  text-decoration: none;
}
[data-toggle="collapse"][aria-expanded="true"] svg,
[class|="collapsable-header"][aria-expanded="true"] svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
[data-toggle="collapse"][aria-expanded="true"] svg .bar-horizontal,
[class|="collapsable-header"][aria-expanded="true"] svg .bar-horizontal {
  visibility: hidden;
}
[data-toggle="collapse"] svg,
[class|="collapsable-header"] svg {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  fill: #0074b8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
[data-toggle="collapse"] svg rect.bar-horizontal,
[class|="collapsable-header"] svg rect.bar-horizontal {
  visibility: inherit;
}
[class|="collapsable-header"] {
  padding-left: 20px;
}
[class|="collapsable-header"] svg {
  margin-top: -5px;
  height: 10px;
  width: 10px;
}
.accordion {
  padding-top: 18px;
  border-top: 1px solid #ebebeb;
  float: left;
  width: 100%;
}
.accordion:last-of-type {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 36px;
}
.accordion .accordion-title {
  text-transform: none;
  margin: 0 0 18px;
}
.accordion .accordion-title a {
  position: relative;
  padding-left: 36px;
  display: block;
  text-decoration: none;
}
.accordion .accordion-title a:hover,
.accordion .accordion-title a:active,
.accordion .accordion-title a:visited {
  text-decoration: none;
}
.accordion .accordion-title a[aria-expanded="true"] svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.accordion .accordion-title a[aria-expanded="true"] svg .bar-horizontal {
  visibility: hidden;
}
.accordion .accordion-title a svg {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  fill: #0e94e1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.accordion .accordion-title a svg rect.bar-horizontal {
  visibility: inherit;
}
.accordion .learn-more {
  text-align: center;
}
.accordion-wrapper {
  float: left;
  width: 100%;
}
.accordion-wrapper > .row {
  background-color: #f4f4f5;
  margin: 0;
  padding-top: 18px;
}
@media (min-width: 768px) {
  .accordion-wrapper > .row {
    padding: 36px;
  }
}
/* --------------------------------------------------
Nav callouts
-------------------------------------------------- */
.nav-callout {
  display: block;
  padding: 36px 0 0;
  border-top: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .nav-callout {
    padding: 36px 0;
  }
}
.nav-callout:first-of-type {
  border-top: none;
  padding-top: 0;
}
.nav-callout .callout-title {
  color: #0074b8;
  margin: 0 0 18px;
}
.nav-callout .photo {
  margin-bottom: 36px;
}
.nav-callout .photo img {
  max-width: 100%;
}
.nav-callout p {
  color: #000000;
}
.nav-callout:hover {
  text-decoration: none;
}
.nav-callout:hover h2 {
  color: #286077;
  text-decoration: underline;
}
/* --------------------------------------------------
Media cards
-------------------------------------------------- */
.mc {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .mc {
    margin-bottom: 36px;
  }
}
.mc img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.mc .mc-wrapper {
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  background-color: #f4f4f5;
  padding-bottom: 36px;
}
.mc .mc-title,
.mc .meta,
.mc .content-type {
  display: block;
  margin-bottom: 18px;
}
.mc .mc-title a,
.mc .meta a,
.mc .content-type a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.mc .mc-title {
  font-weight: 700;
  color: #00643c;
  margin-top: 0;
}
.mc a:not(.btn) {
  display: block;
}
.mc a .mc-title {
  color: #0074b8;
}
.mc.mc-full-bleed .mc-wrapper {
  align-content: center;
  align-items: center;
  display: flex;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  justify-content: center;
  padding: 36px;
  text-align: center;
  min-height: 250px;
}
@media (min-width: 768px) {
  .mc.mc-full-bleed .mc-wrapper {
    min-height: 400px;
  }
}
.mc.mc-full-bleed .mc-title {
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  margin-top: 0;
}
.mc.mc-full-bleed p {
  color: #ffffff;
}
.mc.mc-full-bleed p:last-of-type {
  margin-bottom: 0;
}
.mc.mc-full-bleed .btn-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.mc.mc-full-bleed .btn-secondary:hover {
  background-color: #0074b8 !important;
  color: #ffffff !important;
  border-color: #0074b8 !important;
}
.mc.mc-full-bleed a {
  color: #ffffff;
}
.mc.mc-full-bleed a:hover {
  text-decoration: none;
}
.mc.mc-full-bleed a:hover svg {
  fill: #ffffff;
}
.mc.mc-full-bleed a:hover .btn {
  background-color: #0074b8;
  border-color: #0074b8;
  color: #ffffff;
}
.mc.mc-50-50 {
  background-color: #ffffff;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media (min-width: 500px) {
  .mc.mc-50-50 {
    float: none;
    display: flex;
  }
}
.mc.mc-50-50 .mc-photo {
  min-height: 250px;
  background-size: cover;
  width: 100%;
}
@media (min-width: 500px) {
  .mc.mc-50-50 .mc-photo {
    float: none;
    width: 50%;
  }
}
.mc.mc-50-50 .mc-title {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .mc.mc-50-50 .mc-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .mc.mc-50-50 .mc-title {
    font-size: 2.5rem;
  }
}
.mc.mc-50-50 .mc-copy {
  vertical-align: middle;
  width: 100%;
  padding-bottom: 36px;
}
@media (min-width: 500px) {
  .mc.mc-50-50 .mc-copy {
    float: none;
    width: 50%;
    padding: 36px;
  }
}
@media (min-width: 992px) {
  .mc.mc-50-50 .mc-copy {
    padding: 72px 36px;
  }
}
.mc-copy {
  font-size: 1.6rem;
  display: block;
  padding: 36px 36px 0;
}
@media (min-width: 768px) {
  .mc-flexbox-stretch {
    float: none;
    display: flex;
  }
  .mc-flexbox-stretch .mc-full-bleed {
    float: none;
    display: flex;
  }
}
/* --------------------------------------------------
Pullquote
-------------------------------------------------- */
.pullquote {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
  text-align: center;
}
.pullquote img {
  display: inline-block;
  text-align: center;
  margin: 0 auto 9px;
  width: 100px;
  height: 100px;
}
@media (min-width: 768px) {
  .pullquote img {
    width: 150px;
    height: 150px;
  }
}
.pullquote .quote-wrapper {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .pullquote .quote-wrapper {
    font-size: 1.6rem;
  }
}
.pullquote .quote-wrapper .row {
  width: 100%;
  margin: 0;
  padding: 0 36px;
}
.pullquote blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
.pullquote .quote {
  color: #00643c;
  font-weight: 700;
  line-height: 1.3;
  font-size: 2rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 18px;
  position: relative;
}
.pullquote .quote:display {
  text-transform: uppercase;
  font-weight: 200;
}
@media (min-width: 768px) {
  .pullquote .quote {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .pullquote .quote {
    font-size: 2.5rem;
  }
}
.pullquote .credit {
  font-size: 1.4rem;
  margin-top: 18px;
  padding-top: 18px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
}
.pullquote .credit:before {
  content: "";
  height: 3px;
  line-height: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  background-color: #a6dd5f;
}
.pullquote.hero {
  background: #699d27 url(/img/weave.png) no-repeat left top;
  background-size: 400px auto;
}
@media (min-width: 768px) {
  .pullquote.hero {
    background-size: 550px auto;
  }
}
@media (min-width: 992px) {
  .pullquote.hero {
    background-size: 700px auto;
  }
}
@media (min-width: 992px) {
  .pullquote.hero .quote-wrapper {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.pullquote.hero .quote {
  font-size: 2.3rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .pullquote.hero .quote {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .pullquote.hero .quote {
    font-size: 3.5rem;
  }
}
.pullquote.hero .credit {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
/* --------------------------------------------------
Content Block 25-75
-------------------------------------------------- */
.cb-25-75 {
  border-top: 1px solid #ebebeb;
}
.cb-25-75:first-of-type {
  border-top: none;
}
.cb-25-75 .cb-photo {
  padding: 36px 9px 0;
}
@media (min-width: 768px) {
  .cb-25-75 .cb-photo {
    padding-right: 18px;
  }
}
@media (min-width: 992px) {
  .cb-25-75 .cb-photo {
    padding-right: 36px;
  }
}
.cb-25-75 .cb-photo img {
  display: block;
  margin: 0 auto;
}
.cb-25-75 .cb-copy {
  padding: 36px 9px 0;
}
@media (min-width: 768px) {
  .cb-25-75 .cb-copy {
    border-left: 1px solid #ebebeb;
    padding-left: 18px;
  }
}
@media (min-width: 992px) {
  .cb-25-75 .cb-copy {
    padding-left: 36px;
  }
}
.cb-25-75 .cb-title {
  margin-top: 0;
}
/* --------------------------------------------------
Notables
-------------------------------------------------- */
.notables {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .notables {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .notables {
    float: none;
    display: table;
  }
}
.notables .item {
  text-align: center;
  padding: 36px 36px 0;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .notables .item {
    border-bottom: none;
    border-left: 1px solid #ebebeb;
    float: none;
    display: table-cell;
  }
  .notables .item:first-of-type {
    border: none;
  }
}
.notables .note-graphic {
  font-size: 6rem;
  color: #286077;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .notables .note-graphic {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .notables .note-graphic {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .notables .note-graphic {
    font-size: 6rem;
  }
}
.notables img {
  height: auto;
  max-width: 100px;
  width: 100%;
}
/* --------------------------------------------------
Table
-------------------------------------------------- */
.table {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 36px;
  width: 100%;
}
.table thead th {
  font-size: 1.2rem;
  color: #00643c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 9px;
  border-top: none;
  border-bottom: 2px solid #000000;
  font-weight: 500;
}
.table td {
  padding: 12px;
  vertical-align: top;
  border-top-color: #ebebeb;
}
.table.job-stats td:first-of-type {
  font-size: 1.4rem;
  color: #00643c;
  text-transform: uppercase;
}
.table .highlight-row {
  background-color: #f4f4f5;
  font-weight: 700;
}
@media (max-width: 768px) {
  .table-stack-sm table tr {
    display: block;
    border-top: 1px solid #ebebeb;
    padding: 9px 0;
  }
  .table-stack-sm table td,
  .table-stack-sm table th {
    display: block;
    border: none !important;
    padding: 9px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.uvm-default-link {
  color: #0074b8;
  display: inline-block;
  padding: 0;
  background-color: transparent;
}
.uvm-default-link:hover,
.uvm-default-link:focus,
.uvm-default-link:active {
  color: #286077;
  text-decoration: underline;
}
.uvm-green-link {
  padding: 0;
  display: inline-block;
  background-color: transparent;
  color: #00643c;
}
.uvm-green-link:hover,
.uvm-green-link:focus,
.uvm-green-link:active {
  text-decoration: underline;
  color: #005030;
}
/***********************
 * General Styles
 ***********************/
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html,
body {
  overflow-x: hidden;
}
#content {
  position: relative;
}
#content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  transition: 0s height, .5s opacity;
}
#main-content {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
#main-content > .control-wrapper {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
#main-content p,
#main-content ul,
#main-content ol {
  margin-bottom: 36px;
}
.pm-event-item-date {
	max-width: 100px;
	height: auto;
	background-color: #286077;
	margin: 4px;
	text-align: center;
	padding-bottom: 5px;
}
.pm-event-item-month {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 25px;
}
.pm-event-item-day {
	color: white;
	font-size: 4.5rem;
	font-weight: bold;
	line-height: 35px;
}
@media (max-width: 767px) {
  html.showing-mobile-menu,
  html.showing-mobile-menu body {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  html.showing-mobile-menu #content:before {
    opacity: 1;
    height: 100%;
  }
}
@media (min-width: 768px) {
  html.showing-desktop-menu,
  html.showing-desktop-menu body {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  html.showing-desktop-menu #content:before {
    opacity: 1;
    height: 100%;
  }
}
img {
  margin: 0 0 10px;
  max-width: 100%;
  height: auto;
}
.green-link {
  color: #00643c;
}
.green-link:hover,
.green-link:focus,
.green-link:active {
  color: #699d27;
}
#main-content .cb-25-75 p:last-child {
  margin-bottom: 30px;
}
#main-content .mc .mc-wrapper img {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.uvm-page-header-tabs > .image-part {
  background-color: #F4F4F5;
}
.uvm-page-header-tabs > .image-part.has_thumbnail {
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px;
}
.uvm-page-header-tabs > .image-part.has_thumbnail .content-block {
  min-height: 250px;
}
.uvm-page-header-tabs > .image-part .content-block-excerpt {
  font-size: 1.8rem;
  color: #333;
  font-weight: 500;
}
body.single #main-content .parent-page h1.h2 {
  margin-bottom: 12px;
}
@media all and (min-width: 600px) {
  article.type-page .wp-block-columns.has-2-columns .wp-block-column {
    flex-basis: 100%;
  }
}
@media all and (max-width: 781px) {
  article.type-page .wp-block-columns.has-2-columns .wp-block-column {
    margin-left: 0px;
  }
}
input.gform_button.button {
  color: #ffffff;
  background-color: #0074b8;
  border-color: #0074b8;
  font-weight: 700;
  border-radius: 2px;
  padding: 6px 12px;
  font-size: 14px !important;
}
input.gform_button.button:hover {
  background-color: #286090;
  border-color: #286090;
  text-decoration: none;
}
body.error404 .page-content ul {
  list-style: none;
  padding-left: 0;
}
a {
  color: #0074b8;
}
.irc-starter-responsive-image-wrap {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
}
.irc-starter-responsive-image-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.irc-starter-responsive-image-wrap.auto-height > img:not(.wpsmartcrop-image),
.irc-starter-responsive-image-wrap.auto-width > img:not(.wpsmartcrop-image) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.irc-starter-responsive-image-wrap.auto-height.auto-height > img:not(.wpsmartcrop-image),
.irc-starter-responsive-image-wrap.auto-width.auto-height > img:not(.wpsmartcrop-image) {
  height: auto;
}
.irc-starter-responsive-image-wrap.auto-height.auto-width > img:not(.wpsmartcrop-image),
.irc-starter-responsive-image-wrap.auto-width.auto-width > img:not(.wpsmartcrop-image) {
  width: auto;
  max-width: none;
}
.fb-page-wrapper {
  border-radius: 5px;
  overflow: hidden;
  background-color: $white;
}
a.focus-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
a.focus-only:focus,
a.focus-only:active {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  margin: 5px;
  padding: 10px;
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  text-decoration: underline;
  clip: auto;
  z-index: 1000000;
}
/***********************
 * Frame Styles
 ***********************/
/***********************
 * Frame Styles
 ***********************/
#top-header {
  background-color: #ffffff;
}
#top-header .logo-area {
  padding: 20px 0;
}
#top-header .logo-area > .container > .row {
  display: flex;
}
#top-header .logo-area > .container > .row .navbar-brand {
  float: none;
  padding: 0;
}
#top-header .logo-area .site-title {
  display: none;
}
#top-header .logo-area .lead {
  display: none;
}
#top-header .logo-area img {

  margin-bottom: 0;
}
@media (max-width: 767px) {
  #top-header .logo-area {
    padding: 10px 0;
  }
  #top-header .logo-area img {

  }
}
#top-header .logo-area .header-widgets {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#top-header .logo-area .header-widgets > * {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#top-header .logo-area .header-widgets > * .widget_media_image {
  display: flex;
  flex-basis: 100%;
}
#top-header .logo-area .header-widgets > * .widget_media_image h2 {
  display: none;
}
#top-header .logo-area .header-widgets > * .widget_media_image a {
  margin-left: auto;
}
#top-header .logo-area .header-widgets > * .widget_media_image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #top-header .logo-area .header-widgets > * .widget_media_image {
    display: none;
  }
}
#top-header .logo-area .header-widgets > * .widget_custom_html .header-portal-link {
  background-color: #d25d12;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 20px;
  margin-right: 15px;
}
#top-header .logo-area .header-widgets > * .widget_custom_html .header-portal-link span:last-child {
  font-style: italic;
}
#top-header .logo-area .header-widgets > * .widget_custom_html .header-portal-link:hover {
  background-color: #00643c;
}
@media (max-width: 767px) {
  #top-header .logo-area .header-widgets > * .widget_custom_html {
    display: none;
  }
}
#top-header .logo-area .header-widgets > * .mobile-eyebrow-button {
  margin: 0;
  background-color: #f4f4f5;
  color: #696a6c;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  border: none;
  transition: 0.3s background-color;
}
#top-header .logo-area .header-widgets > * .mobile-eyebrow-button span.glyphicon {
  font-size: 18px;
  color: #373737;
}
#top-header .logo-area .header-widgets > * .mobile-eyebrow-button span.glyphicon-search {
  color: #141414;
}
#top-header .logo-area .header-widgets > * .mobile-eyebrow-button:hover,
#top-header .logo-area .header-widgets > * .mobile-eyebrow-button:focus,
#top-header .logo-area .header-widgets > * .mobile-eyebrow-button:active {
  background-color: #efeff0;
}
#top-header .logo-area .header-widgets > * .widget_nav_menu {
  display: inline-block;
}
@media (min-width: 768px) {
  #top-header .logo-area .header-widgets > * .widget_nav_menu {
    display: none;
  }
}
#top-header .logo-area .header-widgets > * .widget_nav_menu li {
  display: inline-block;
}
#top-header .logo-area .header-widgets > * .widget_nav_menu h2 {
  display: none;
}
#top-header .logo-area .header-widgets > * .widget_nav_menu a {
  margin: 0;
  background-color: #f4f4f5;
  color: #696a6c;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  border: none;
  transition: 0.3s background-color;
}
#top-header .logo-area .header-widgets > * .widget_nav_menu a span.glyphicon {
  font-size: 18px;
  color: #373737;
}
#top-header .logo-area .header-widgets > * .widget_nav_menu a span.glyphicon-search {
  color: #141414;
}
#top-header .logo-area .header-widgets > * .widget_nav_menu a:hover,
#top-header .logo-area .header-widgets > * .widget_nav_menu a:focus,
#top-header .logo-area .header-widgets > * .widget_nav_menu a:active {
  background-color: #efeff0;
}
#top-header .logo-area .header-widgets > * .searchform-template {
  width: unset;
}
#top-header .logo-area .header-widgets > * .searchform-template .btn.dropdown-toggle {
  margin: 0;
  background-color: #f4f4f5;
  color: #696a6c;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  border: none;
  transition: 0.3s background-color;
  margin-right: 0;
}
#top-header .logo-area .header-widgets > * .searchform-template .btn.dropdown-toggle span.glyphicon {
  font-size: 18px;
  color: #373737;
}
#top-header .logo-area .header-widgets > * .searchform-template .btn.dropdown-toggle span.glyphicon-search {
  color: #141414;
}
#top-header .logo-area .header-widgets > * .searchform-template .btn.dropdown-toggle:hover,
#top-header .logo-area .header-widgets > * .searchform-template .btn.dropdown-toggle:focus,
#top-header .logo-area .header-widgets > * .searchform-template .btn.dropdown-toggle:active {
  background-color: #efeff0;
}
#top-header .logo-area .header-widgets > * .searchform-template.searchform-dropdown {
  display: inline-block;
  margin-left: -2px;
}
#top-header .logo-area .header-widgets > * .searchform-template.searchform-dropdown.open .btn {
  background-color: #0074b8;
  border-color: #0074b8;
  color: #ffffff;
}
#top-header .logo-area .header-widgets > * .searchform-template.searchform-dropdown ul.dropdown-menu {
  border: none;
  left: calc(-100% - 10px);
  width: calc(200% + 20px);
  background-color: white;
  padding: 15px 26px;
  float: none;
  height: 70px;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  border-bottom: 4px solid #00643c;
}
#top-header .logo-area .header-widgets .hidden-xs {
  width: 100%;
}
#eyebrow-nav div.nav-eyebrow {
  border-bottom: 1px solid #ebebeb;
}
#eyebrow-nav .nav {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .7em;
  display: flex;
  font-weight: 400;
  padding: 0.3em 0em;
  float:right;
}
#eyebrow-nav .nav .nav-item:not(:last-child):after {
  content: '|';
  color: #b0b0b0;
  display: inline-block;
  margin: 0 10px;
  font-weight: 200;
}
#eyebrow-nav .nav a {
  display: inline-block;
  color: #000000;
  padding: 2px;
  background-color: transparent;
}
#eyebrow-nav .nav a:hover {
  text-decoration: underline;
  color: #286077;
}
#eyebrow-nav .nav li:first-child a {
  padding-left: 0;
}
@media (max-width: 767px) {
  #eyebrow-nav {
    display: none;
  }
}
.nav-area {
  background-color: #00643c;
  position: relative;
}
@media (max-width: 885px) {
  .nav-area .container-wrapper {
    padding: 0;
  }
}
.nav-area .col-md-12 {
  position: static;
}
.nav-area #primary-nav {
  margin-bottom: 0;
  border: none;
  background: none;
  padding: 0;
  position: static;
}
.nav-area #primary-nav .navbar-collapse {
  padding: 0;
}
@media (min-width: 768px) {
  .nav-area #primary-nav .navbar-toggle {
    display: none;
  }
}
.nav-area #primary-nav .nav {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  flex-wrap: nowrap;
  display: flex;
  min-height: 50px;
}
@media (max-width: 1070px) {
  .nav-area #primary-nav .nav {
    font-size: .9em;
  }
}
@media (max-width: 865px) {
  .nav-area #primary-nav .nav {
    font-size: .85em;
  }
}
.nav-area #primary-nav .nav:before,
.nav-area #primary-nav .nav:after {
  display: none;
}
.nav-area #primary-nav .nav .mega-drop-container {
  position: absolute;
  bottom: 0.5px;
  left: 0;
  z-index: 100;
  transform: translatey(100%);
  background-color: #ffffff;
  width: 100%;
  display: none;
  box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.4);
}
.nav-area #primary-nav .nav .mega-drop-container:hover {
  display: block;
}
.nav-area #primary-nav .nav .mega-drop-container .widget {
  text-align: left;
  margin-bottom: 20px;
}
.nav-area #primary-nav .nav .mega-drop-container .widget h2 {
  border-bottom: 1px solid #ebebeb;
  color: #00643c;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding-bottom: 5px;
  letter-spacing: 1.5px;
  margin-top: 45px;
}
.nav-area #primary-nav .nav .mega-drop-container .widget h2:display {
  text-transform: uppercase;
  font-weight: 200;
}
.nav-area #primary-nav .nav .mega-drop-container .widget h2:empty {
  display: none;
}
.nav-area #primary-nav .nav .mega-drop-container .widget ul.nav,
.nav-area #primary-nav .nav .mega-drop-container .widget ul.menu {
  display: block;
  padding-left: 0;
}
.nav-area #primary-nav .nav .mega-drop-container .widget ul.nav li,
.nav-area #primary-nav .nav .mega-drop-container .widget ul.menu li {
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
.nav-area #primary-nav .nav .mega-drop-container .widget ul.nav li a,
.nav-area #primary-nav .nav .mega-drop-container .widget ul.menu li a {
  color: #0074b8;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  font-size: 0.85em;
}
.nav-area #primary-nav .nav .mega-drop-container .widget ul.nav li a:hover,
.nav-area #primary-nav .nav .mega-drop-container .widget ul.menu li a:hover,
.nav-area #primary-nav .nav .mega-drop-container .widget ul.nav li a:focus,
.nav-area #primary-nav .nav .mega-drop-container .widget ul.menu li a:focus,
.nav-area #primary-nav .nav .mega-drop-container .widget ul.nav li a:active,
.nav-area #primary-nav .nav .mega-drop-container .widget ul.menu li a:active {
  color: #286077;
  text-decoration: underline;
}
.nav-area #primary-nav .nav .mega-drop-container .widget.widget_grid_nav_menu ul.menu {
  display: flex;
  flex-wrap: wrap;
}
.nav-area #primary-nav .nav .mega-drop-container .widget.widget_grid_nav_menu ul.menu li {
  width: calc(42%);
}
@media all and (max-width: 991px) {
  .nav-area #primary-nav .nav .mega-drop-container .widget.widget_grid_nav_menu ul.menu li {
    width: calc(23%);
  }
}
.nav-area #primary-nav .nav .mega-drop-container .widget.widget_grid_nav_menu ul.menu li:nth-child(odd) {
  margin-right: 16px;
}
.nav-area #primary-nav .nav .mega-drop-container .widget.widget_grid_nav_menu ul.menu li a {
  display: block;
}
.nav-area #primary-nav .nav .mega-drop-container .widget.widget_grid_nav_menu ul.menu li a:hover div {
  box-shadow: 0px 0px 0px lightgrey;
}
.nav-area #primary-nav .nav .mega-drop-container .widget.widget_grid_nav_menu ul.menu li a div {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.5em;
  border: 3px solid white;
  box-shadow: 1px 3px 5px lightgray;
}
.nav-area #primary-nav .nav .mega-drop-container .widget img {
  width: 100%;
}
.nav-area #primary-nav .nav .nav-item {
  align-self: stretch;
  display: flex;
  position: static;
  float: none;
  min-width: 12.5%;
}
.nav-area #primary-nav .nav .nav-item a {
  color: #ffffff;
  align-self: stretch;
  align-items: center;
  display: flex;
  padding: 1em .6em;
  border: 2px solid transparent;
  border-top: none;
  border-bottom: none;
  line-height: 1.1em;
  font-size: .80em;
  font-weight: 500;
  width: 100%;
  justify-content: center;
}
.nav-area #primary-nav .nav .nav-item a.dropdown-toggle:after {
  display: none;
}
.nav-area #primary-nav .nav .nav-item a span {
  display: inline-block;
}
.nav-area #primary-nav .nav .nav-item a:hover,
.nav-area #primary-nav .nav .nav-item a:focus,
.nav-area #primary-nav .nav .nav-item a:active {
  background-color: initial;
}
.nav-area #primary-nav .nav .nav-item a:hover + .mega-drop-container,
.nav-area #primary-nav .nav .nav-item a:focus + .mega-drop-container,
.nav-area #primary-nav .nav .nav-item a:active + .mega-drop-container {
  display: block;
}
.nav-area #primary-nav .nav .nav-item a:hover {
  background-color: #ffffff;
  color: #00643c;
}
.nav-area #primary-nav .nav .nav-item.highlight a {
  background-color: #0074b8;
  border-color: #ffffff;
}
.nav-area #primary-nav .nav .nav-item.highlight a:hover {
  background-color: #286077;
  color: #ffffff;
}
.nav-area #primary-nav #mobile-menus {
  display: none;
}
@media (max-width: 767px) {
  .nav-area #primary-nav {
    position: relative;
  }
  .nav-area #primary-nav #main-menu {
    display: none;
  }
  .nav-area #primary-nav #mobile-menus {
    display: block;
  }
  .nav-area #primary-nav #mobile-menus #mobile-menu-shown {
    position: absolute;
    top: 0;
    width: calc(100% - 88px);
    height: 68px;
  }
  .nav-area #primary-nav #mobile-menus #mobile-menu-shown .nav {
    padding: 0;
    margin: 0;
  }
  .nav-area #primary-nav #mobile-menus #mobile-menu-shown .nav:first-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
    justify-content: space-around;
  }
  .nav-area #primary-nav #mobile-menus #mobile-menu-shown .nav:first-child a {
    white-space: nowrap;
    font-size: 1em;
  }
  .nav-area #primary-nav #mobile-menus .navbar-collapse {
    margin-top: 64px;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    z-index: 100;
    border-top: none;
    box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.4);
  }
  .nav-area #primary-nav #mobile-menus .navbar-collapse .nav {
    display: block;
    margin: 0;
    padding: 20px 10px;
  }
  .nav-area #primary-nav #mobile-menus .navbar-collapse .nav .nav-item a {
    color: #0074b8;
    font-size: 16px;
    font-weight: 500;
  }
  .nav-area #primary-nav #mobile-menus .navbar-collapse .nav .nav-item a:hover,
  .nav-area #primary-nav #mobile-menus .navbar-collapse .nav .nav-item a:focus,
  .nav-area #primary-nav #mobile-menus .navbar-collapse .nav .nav-item a:active {
    color: #286077;
  }
  .nav-area #primary-nav #mobile-menus .navbar-collapse .widget:not(.widget_media_image) {
    display: none;
  }
  .nav-area #primary-nav #mobile-menus .navbar-collapse .widget {
    padding: 0 20px 30px;
  }
  .nav-area #primary-nav #mobile-menus .navbar-collapse .widget h2 {
    display: none;
  }
  .nav-area #primary-nav #mobile-menus .navbar-collapse .widget img {
    margin-bottom: 0;
    max-width: 220px;
  }
  .nav-area #primary-nav #mobile-menus .navbar-collapse .widget.widget_media_image {
    text-align: center;
  }
  .nav-area #primary-nav .navbar-toggle {
    background-color: #f4f4f5;
    margin: 0;
    border-radius: 0;
    padding: 10px 20px;
    text-align: center;
    color: #00643c;
    text-transform: uppercase;
    font-size: .9em;
    transition: 0.3s background-color;
  }
  .nav-area #primary-nav .navbar-toggle:hover,
  .nav-area #primary-nav .navbar-toggle:focus,
  .nav-area #primary-nav .navbar-toggle:active {
    background-color: #efeff0;
  }
  .nav-area #primary-nav .navbar-toggle .icon-bar {
    background-color: #00643c;
    width: .5em;
    height: .5em;
    display: inline-block;
    border-radius: 50%;
    margin-top: 0;
  }
  .nav-area #primary-nav .navbar-toggle span:not(.icon-bar) {
    position: relative;
    display: block;
    bottom: .1em;
  }
}
@media (max-width: 410px) {
  .nav-area #primary-nav .navbar-toggle {
    padding-left: 8px;
    padding-right: 8px;
  }
  .nav-area #primary-nav #mobile-menus #mobile-menu-shown {
    width: calc(100% - 68px);
  }
  .nav-area #primary-nav #mobile-menus #mobile-menu-shown .nav:first-child a {
    font-size: .9em;
  }
}
#lower-page {
  background-color: #f4f4f5;
}
#lower-page .footer-top {
  padding-bottom: 25px;
  font-size: 0.8em;
}
#lower-page .footer-top h2 {
  color: #00643c;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  color: #696a6c;
}
#lower-page .footer-top h2:display {
  text-transform: uppercase;
  font-weight: 200;
}
#lower-page .footer-top .nav {
  display: block;
}
#lower-page .footer-top .nav li {
  margin-bottom: 10px;
}
#lower-page .footer-top a {
  padding: 0;
  display: inline-block;
  background-color: transparent;
  color: #00643c;
  color: rgba(0, 100, 63, 0.8);
}
#lower-page .footer-top a:hover,
#lower-page .footer-top a:focus,
#lower-page .footer-top a:active {
  text-decoration: underline;
  color: #005030;
}
#lower-page .footer-top .widget:not(.widget_media_image) {
  margin-bottom: 50px;
}
#lower-page .footer-top .widget_media_image {
  display: inline-block;
  max-width: 70px;
  height: auto;
  margin-right: 20px;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  #lower-page .footer-top.footer-four-column .widget {
    margin-bottom: 15px;
  }
}
#lower-page .footer-top.footer-two-column {
  padding: 35px 0px 0px 0px;
}
#lower-page .footer-top.footer-two-column .nav {
  padding-top: 15px;
}
#lower-page .footer-top.footer-two-column .nav li {
  color: rgba(105, 106, 108, 0.8);
  float: right;
  font-size: 25px;
  height: 40px;
  width: 40px;
  margin-left: 0.5em;
}
#lower-page .footer-top.footer-two-column .nav li a {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(105, 106, 108, 0.8);
  border-radius: 50%;
  top: 0px;
  left: 0px;
  transition: 0.3s;
}
#lower-page .footer-top.footer-two-column .nav li a:hover {
  background-color: #00643c;
}
#lower-page .footer-top.footer-two-column .nav li a i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
#lower-page .footer-top.footer-two-column #nav_menu-8,
#lower-page .footer-top.footer-two-column #text-6 {
  margin-bottom: 0px;
  padding-bottom: 15px;
}
#lower-page .footer-top.footer-two-column #text-6 {
  padding-top: 15px;
  font-size: 1.85em;
}
#lower-page .footer-top.footer-two-column #text-6 a {
  color: #929499;
}
#lower-page .footer-top.footer-two-column #text-6 a:hover {
  text-decoration: underline;
}
#lower-page .footer-top.footer-two-column #text-6 b {
  color: #696a6c;
  margin-right: 15px;
}
#lower-page .footer-top.footer-two-column #text-6 b i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  #lower-page .footer-top.footer-two-column {
    text-align: center;
  }
  #lower-page .footer-top.footer-two-column .nav {
    display: inline-block;
  }
}
#lower-page .control-wrapper hr {
  border-top: 1px solid #D9D9DB;
}
#lower-page .footer-bottom {
  background-color: #00643c;
  padding: 60px 0 100px;
  color: rgba(255, 255, 255, 0.8);
  font-size: .7em;
  font-weight: 400;
}
#lower-page .footer-bottom a {
  color: rgba(255, 255, 255, 0.8);
}
#lower-page .footer-bottom .col-lg-5 .widget_text {
  margin-bottom: 40px;
}
#lower-page .footer-bottom .col-lg-5 .widget_text h2 {
  margin-top: 0;
  font-weight: 700;
  color: #ffffff;
  font-size: 1em;
}
#lower-page .footer-bottom .col-lg-5 .widget_text h2,
#lower-page .footer-bottom .col-lg-5 .widget_text p {
  margin-bottom: 0;
}
#lower-page .footer-bottom .col-lg-5 .widget_text .textwidget {
  margin-top: 5px;
}
#lower-page .footer-bottom .col-lg-7 .widget_text h2 {
  display: none;
}
#lower-page .footer-bottom hr {
  margin-top: 22px;
  margin-bottom: 52px;
}
@media all and (max-width: 767px) {
  #lower-page .footer-bottom hr {
    margin-bottom: 22px;
  }
}
#lower-page .footer-bottom .copyright-area h2 {
  display: none;
}
#lower-page .footer-bottom .copyright-area .nav {
  justify-content: flex-end;
  font-size: .9em;
  display: flex;
}
#lower-page .footer-bottom .copyright-area .nav li:not(:last-child):after {
  content: '|';
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin: 0 10px;
  font-weight: 200;
}
#lower-page .footer-bottom .copyright-area .nav li a {
  display: inline-block;
  background-color: transparent;
  padding: 0;
}
#lower-page .footer-bottom .copyright-area .nav li a:hover,
#lower-page .footer-bottom .copyright-area .nav li a:focus,
#lower-page .footer-bottom .copyright-area .nav li a:active {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  #lower-page .footer-bottom .copyright-area .nav {
    justify-content: flex-start;
  }
}
#lower-page .footer-bottom .copyright-area img {
  width: 175px;
  opacity: 0.80;
}
@media all and (max-width: 767px) {
  #lower-page .footer-bottom .copyright-area img {
    margin-bottom: 22px;
  }
}
#lower-page #irc-size-checkers {
  height: 1px;
  overflow: hidden;
}
.breadcrumbs {
  margin-top: 20px;
  font-size: 1.4rem;
}
.breadcrumbs span {
  color: #00643c;
  font-weight: 500;
}
.breadcrumbs span[property] {
  color: #696a6c;
  font-weight: 400;
}
#lower-page #footer-base  {
	color:#bababa;
	font-size:14px;
	background-color: #333;
    width: 100%;
	border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

#lower-page #footer-base a {
    color: #bababa;
    margin: 0 5px 5px 5px;
    display: inline-block;

}
/***********************
 * Parts Styles
 ***********************/
/***********************
 * Parts Styles
 ***********************/
#main-content .entry-content-thumbnail {
  margin: 10px auto;
}
#main-content blockquote {
  border-left: 5px solid rgba(0, 116, 184, 0.7);
  padding: 0 15px;
  margin: 15px 0;
  font-style: italic;
}
#main-content img {
  margin: 10px;
  max-width: 100%;
  height: auto;
}
#main-content img.alignright {
  float: right;
  margin: 10px;
}
#main-content img.alignleft {
  float: left;
  margin: 10px;
}
#main-content img.aligncenter {
  display: block;
  margin: 10px auto;
}
#main-content .gallery-wrapper {
  border: none !important;
  display: flex;
  justify-content: center;
}
#main-content .gallery-wrapper div {
  width: 40vh;
}
#main-content .gallery-wrapper div .metaslider {
  width: unset;
}
#main-content .gallery-wrapper img {
  margin: 0px;
}
@media all and (max-width: 781px) {
  #main-content .reverse-on-mobile {
    flex-direction: column-reverse;
  }
}
.gform_fields {
  padding-left: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.gform_fields input,
.gform_fields select,
.gform_fields textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.gform_fields textarea {
  height: auto;
}
.gfield_description {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.validation_error {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  color: #721c24;
  background-color: #f8d7da;
}
.validation_message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #c3e6cb;
  border-radius: 0.25rem;
  color: #155724;
  background-color: #d4edda;
}
.gform_button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gfield_required {
  color: #721c24;
}
.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.gform_validation_container {
  display: none;
}
.gfield_error .ginput_container {
  margin-bottom: 10px;
}
ul.nav.nav-tabs {
  border-bottom: 0;
  margin-bottom: 12px;
  /*background-color: #f4f4f5;*/
}
ul.nav.nav-tabs li {
  margin-bottom: 0;
}
ul.nav.nav-tabs li a {
  font-weight: 700;
  display: inline-block;
  padding: 1.1em;
  color: #00643c;
  margin: 0;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
}
ul.nav.nav-tabs li.active a {
  background-color: #00643c;
  color: #ffffff;
  position: relative;
  border: none;
}
ul.nav.nav-tabs li.active a:after {
  content: '';
  border: 9px solid transparent;
  border-top-color: #00643c;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 767px) {
  ul.nav.nav-tabs li {
    float: none;
  }
  ul.nav.nav-tabs li a {
    width: 100%;
  }
  ul.nav.nav-tabs li.active a:after {
    visibility: hidden;
  }
}
.searchform-template {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
}
@media all and (max-width: 767px) {
  .searchform-template {
    width: auto;
  }
}
.searchform-template form.search-form {
  width: auto;
  position: relative;
  float: right;
}
.searchform-template form.search-form .form-control {
  width: 100%;
}
.searchform-template form.search-form .form-control::placeholder {
  color: #000000;
}
.searchform-template form.search-form .btn {
  width: 45px;
}
.searchform-template form.search-form .btn .glyphicon-search {
  top: 3px;
  font-size: 24px;
  color: #000000;
}
.searchform-template form.search-form .form-control,
.searchform-template form.search-form .btn {
  height: 45px;
  background-color: #f4f4f5;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.archive-pagination-template {
  margin: 1.5rem auto;
  text-align: center;
}
.archive-pagination-template.load-more a.btn.loading {
  color: transparent;
  position: relative;
}
.archive-pagination-template.load-more a.btn.loading:before {
  display: inline-block;
  content: 'Loading';
  color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 15px;
}
.archive-pagination-template.load-more a.btn.loading:after {
  content: '\f110';
  font-family: 'FontAwesome';
  color: #000000;
  position: relative;
  display: inline-block;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  line-height: 1;
}
.blog-pagination-wrapper .page-numbers {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  padding: 5px 15px;
  color: #00643c;
}
.blog-pagination-wrapper .page-numbers.prev {
  text-transform: uppercase;
}
.blog-pagination-wrapper .page-numbers.next {
  text-transform: uppercase;
}
.uvm-page-header-tabs {
  overflow: hidden;
  margin-bottom: 20px;
}
.uvm-page-header-tabs .image-part {
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px;
}

@media all and (max-width: 991px) {
  .uvm-page-header-tabs .image-part.has_thumbnail {
    min-height: unset;
    background-size: contain;
  }
}
.uvm-page-header-tabs .image-part.has_thumbnail .content-block.no-excerpt {
  min-height: 250px;
}
@media all and (max-width: 991px) {
  .uvm-page-header-tabs .image-part.has_thumbnail .content-block.no-excerpt {
    min-height: 25vw;
  }
}
@media all and (max-width: 991px) {
  .uvm-page-header-tabs .image-part.has_thumbnail .content-block:not(.no-excerpt) {
    min-height: 23vw;
  }
}
@media all and (max-width: 767px) {
  .uvm-page-header-tabs .image-part.has_thumbnail {
    background-position: top;
  }
  .uvm-page-header-tabs .image-part.has_thumbnail .content-wrapper {
    padding-top: 200px;
  }
  .uvm-page-header-tabs .image-part.has_thumbnail .content-wrapper .content-block {
    max-width: unset;
    background-size: 30%;
  }
}
@media all and (max-width: 375px) {
  .uvm-page-header-tabs .image-part.has_thumbnail .content-wrapper {
    padding-top: 175px;
  }
}
.uvm-page-header-tabs .image-part .content-block {
  width: 100%;
  margin-left: auto;
  max-width: 620px;
  background-color: rgba(244, 244, 245, 0.3);
  padding: 45px 40px;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media all and (min-width: 767px) {
  .uvm-page-header-tabs .image-part .content-block {
    padding: 45px 150px 45px 40px;
  }
}
@media all and (max-width: 991px) {
  .uvm-page-header-tabs .image-part .content-block {
    max-width: 50vw;
    min-height: 23vw;
  }
}
.uvm-page-header-tabs .image-part .content-block.no-excerpt {
  min-height: unset;
}
.uvm-page-header-tabs .image-part .content-block .h2 {
  display: block;
  margin-bottom: 9px;
  margin-top: 0;
}
.uvm-page-header-tabs .image-part .content-block > div {
  font-size: 1.4rem;
}
.uvm-page-header-tabs .image-part .content-block p:last-child {
  margin-bottom: 0;
}
.uvm-page-header-tabs .image-part:not(.has_thumbnail) .content-block {
  max-width: unset;
  background-size: 30%;
  min-height: 210px;
}
.uvm-page-header-tabs .child-page-navigation {
  background-color: #f4f4f5;
  border-top: 4px solid #00643c;
}
.uvm-page-header-tabs .child-page-navigation.tabs-hidden {
  display: none;
}
.porter-provider-card .no-img {
  width: 100%;
  max-height: 300px;
  background-color: #696a6c;
}
.porter-provider-card .title {
  padding: 5px 15px;
  display: inline-block;
}
.providers-grid-item:nth-child(4n+1) {
  clear: left;
}
.providers-grid-item:not(:nth-child(4n+1)) {
  clear: none;
}
@media (max-width: 1200px) {
  .providers-grid-item:nth-child(3n+1) {
    clear: left;
  }
  .providers-grid-item:not(:nth-child(3n+1)) {
    clear: none;
  }
}
@media (max-width: 768px) {
  .providers-grid-item:nth-child(2n+1) {
    clear: left;
  }
  .providers-grid-item:not(:nth-child(2n+1)) {
    clear: none;
  }
}
.archive-grid-item:nth-child(3n+1) {
  clear: left;
}
.archive-grid-item:not(:nth-child(3n+1)) {
  clear: none;
}
@media (max-width: 992px) {
  .archive-grid-item:nth-child(2n+1) {
    clear: left;
  }
  .archive-grid-item:not(:nth-child(2n+1)) {
    clear: none;
  }
}
#main-content .child-page-cards .mc-wrapper {
  height: auto;
}
#main-content .child-page-cards .mc-wrapper .meta {
  display: none;
}
#main-content .child-page-cards .mc-wrapper .content-type.excerpt {
  height: auto;
}
#main-content .porter-provider-card .mc-wrapper {
  text-align: center;
  height: 400px;
  background-color: unset;
}
@media all and (max-width: 767px) {
  #main-content .porter-provider-card .mc-wrapper {
    height: 450px;
  }
}
#main-content .porter-provider-card .mc-wrapper img {
  height: 267px;
  padding: 0px 18px;
}
#main-content .porter-provider-card .mc-wrapper .title {
  padding: 20px 18px;
  font-weight: 500;
  font-size: 1.7rem;
}
#main-content .porter-provider-card .mc-wrapper .specialty {
  font-size: 1.4rem;
  padding: 0px 18px;
}
#main-content .porter-provider-card .mc-wrapper .specialty .specialty-title {
  font-size: 1.4rem;
}
#main-content .mc-wrapper {
  overflow-y: hidden;
  padding-bottom: 20px;
}
@media all and (max-width: 767px) {
  #main-content .mc-wrapper {
    height: 700px;
  }
}
#main-content .mc-wrapper img {
  margin: 0px;
  height: 200px;
  width: 100%;
}
@media all and (max-width: 767px) {
  #main-content .mc-wrapper img {
    height: 355px;
  }
}
#main-content .mc-wrapper .title,
#main-content .mc-wrapper .meta,
#main-content .mc-wrapper .content-type,
#main-content .mc-wrapper .read-more {
  padding: 5px 30px;
  display: block;
}
#main-content .mc-wrapper .title {
  padding-top: 20px;
  font-weight: 700;
  line-height: 1.3em;
}
#main-content .mc-wrapper .meta {
  font-style: italic;
  margin-bottom: 10px;
}
#main-content .mc-wrapper .read-more {
  font-size: 1.4rem;
}
body.blog #main-content .mc-wrapper .meta {
  font-style: italic;
}
body.blog #main-content .mc-wrapper .read-more,
body.blog #main-content .mc-wrapper .excerpt {
  font-style: normal;
}
#main-content .col-25-75 {
  border-top: 1px solid #ebebeb;
}
#main-content .col-25-75 .wp-block-column {
  margin: 0;
}
#main-content .col-25-75 .wp-block-column:first-child .wp-block-image img {
  padding: 36px 9px 0;
  padding-left: 0;
  margin-left: 0;
}
#main-content .col-25-75 .wp-block-column:last-child {
  padding: 20px 9px 36px 0;
}
@media all and (min-width: 600px) {
  #main-content .col-25-75 .wp-block-column:first-child {
    flex-basis: 25%;
  }
  #main-content .col-25-75 .wp-block-column:first-child .wp-block-image {
    padding-right: 36px;
  }
  #main-content .col-25-75 .wp-block-column:first-child .wp-block-image img {
    width: 100%;
    margin: 0;
  }
  #main-content .col-25-75 .wp-block-column:last-child {
    border-left: 1px solid #ebebeb;
    padding-left: 36px;
    flex-basis: 75%;
  }
}
@media all and (max-width: 600px) {
  #main-content .col-25-75 .wp-block-column:first-child .wp-block-image {
    padding: 36px 9px 0;
  }
  #main-content .col-25-75 .wp-block-column:first-child .wp-block-image img {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.gutenberg-nest-block table > thead > tr > th {
  border-top: none;
}
ul.sidebar-menu {
  padding-left: 0;
  list-style: none;
}
ul.sidebar-menu li {
  margin-bottom: 9px;
  line-height: 1.4;
}
ul.sidebar-menu li h2 {
  color: #00643c;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
ul.sidebar-menu li a {
  padding: 0;
}
ul.sidebar-menu li a:hover {
  text-decoration: underline;
  background-color: #ffffff;
}
ul.sidebar-menu li .tel-link {
  display: inline-block;
  margin: 10px 0;
}
.side-bar-right .left-col {
  padding-left: 0;
}
.side-bar-right .right-col {
  padding-right: 0;
}
@media all and (max-width: 992px) {
  .side-bar-right .right-col {
    padding-left: 0;
  }
}
@media all and (max-width: 992px) {
  .column-block-2 .wp-block-column {
    margin-left: 0;
  }
}
ul.sidebar-menu .widget_grid_nav_menu h2 {
  color: #00643c;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
ul.sidebar-menu .widget_grid_nav_menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
ul.sidebar-menu .widget_grid_nav_menu ul.menu li {
  width: 100%;
}
@media all and (max-width: 991px) {
  ul.sidebar-menu .widget_grid_nav_menu ul.menu li {
    width: calc(23%);
  }
}
@media all and (max-width: 767px) {
  ul.sidebar-menu .widget_grid_nav_menu ul.menu li {
    width: calc(42%);
  }
}
ul.sidebar-menu .widget_grid_nav_menu ul.menu li:nth-child(odd) {
  margin-right: 16px;
}
ul.sidebar-menu .widget_grid_nav_menu ul.menu li a {
  display: block;
}
ul.sidebar-menu .widget_grid_nav_menu ul.menu li a:hover div {
  box-shadow: 0px 0px 0px lightgrey;
}
ul.sidebar-menu .widget_grid_nav_menu ul.menu li a div {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.5em;
  border: 3px solid white;
  box-shadow: 1px 3px 5px lightgray;
}
.location-item ul.location-list {
  list-style: none;
  padding-left: 0;
}
.location-item ul.location-list .location-item-title {
  font-weight: bold;
}
body:not(.home) .doctor-finder {
  background-color: #286077;
  left: 0;
  top: 50px;
  display: block;
  z-index: 1;
  max-width: 350px;
  padding: 10px 30px 20px;
  border-radius: 0px 5px 5px 0px;
}
body:not(.home) .doctor-finder .title {
  font-size: 2.5rem;
}
body:not(.home) .doctor-finder .message {
  font-size: 14px;
}
body:not(.home) .doctor-finder .title,
body:not(.home) .doctor-finder .message,
body:not(.home) .doctor-finder .cross-link {
  color: #ffffff;
}
body:not(.home) .doctor-finder .cross-link a {
  color: #ffffff;
  font-size: 1.5rem;
  text-decoration: underline;
}
body:not(.home) .doctor-finder select {
  width: 100%;
  margin-bottom: 10px;
  font-style: italic;
  color: #929499;
}
body:not(.home) .doctor-finder select option {
  font-weight: 400;
}
body:not(.home) .doctor-finder input[type=submit],
body:not(.home) .doctor-finder button[type=submit] {
  background-color: #b8e5f8;
  margin-bottom: 10px;
  color: #286077;
  position: relative;
}
body:not(.home) .doctor-finder input[type=submit]:hover,
body:not(.home) .doctor-finder button[type=submit]:hover {
  background-color: #0e94e1;
}
@media all and (max-width: 991px) {
  body:not(.home) .doctor-finder {
    position: static;
    max-width: unset;
    padding: 20px;
    border-radius: 1px;
  }
  body:not(.home) .doctor-finder select {
    max-width: 300px;
  }
  body:not(.home) .doctor-finder .title {
    margin-top: 0;
  }
}
/***********************
 * Pages Styles
 ***********************/
/***********************
 * Page Styles
 * when adding stylesheets for specific pages,
 * wrap them in a body class.
 * This will prevent stylesheets from accidentally
 * interfering with each other
 ***********************/
body.home #main-content {
  border-top: 4px solid #00643c;
  padding: 40px 0 0px;
  position: relative;
}
body.home #main-content:before {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/weave1.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  top: 0;
  left: 0;
}
body.home #main-content .wp-block-image {
  margin-bottom: 2.25em;
}
body.home #main-content h2,
body.home #main-content h3,
body.home #main-content h4 {
  font-family: Georgia, Times, "Times New Roman", serif;
}
body.home .homepage-tabs-row {
  margin: 65px -15px 60px;
}
body.home .homepage-tabs-row .homepage-tabs-wrap {
  margin: 20px 0;
}
body.home .homepage-tabs-row .homepage-tabs-wrap ul.nav.nav-tabs li a {
  font-size: 1.5rem;
  font-weight: 500;
}
body.home .homepage-tabs-row .tab-content {
  min-height: 400px;
  max-height: 550px;
  height: auto;
  padding: 20px 0;
}
body.home .homepage-tabs-row .tab-content .tabs-post {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f4f5;
}
body.home .homepage-tabs-row .tab-content .tabs-post .tabs-post-link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body.home .homepage-tabs-row .tab-content .tabs-post .tabs-post-link .tabs-post-image {
  -webkit-flex: 0 0 130px;
  flex: 0 0 130px;
  width: 130px;
  min-height: 130px;
  position: relative;
  overflow: hidden;
  margin-right: 25px;
}
body.home .homepage-tabs-row .tab-content .tabs-post .tabs-post-link .tabs-post-image img.wpsmartcrop-rendered {
  position: absolute;
  height: 100%;
  width: 100%;
}
body.home .homepage-tabs-row .tab-content .tabs-post .tabs-post-link .tabs-post-image img.wpsmartcrop-image:not(.wpsmartcrop-rendered) {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.home .homepage-tabs-row .tab-content .tabs-post .tabs-post-link .tabs-post-title {
  flex: 1 1 auto;
  font-weight: 400;
}
body.home .hero-wrapper {
  position: relative;
}
body.home .hero-wrapper .doctor-finder {
  background-color: #286077;
  position: absolute;
  left: 0;
  top: 50px;
  display: block;
  z-index: 1;
  border-radius: 0px 5px 5px 0px;
}
body.home .hero-wrapper .doctor-finder .title {
  font-size: 2.5rem;
}
body.home .hero-wrapper .doctor-finder .message {
  font-size: 14px;
}
body.home .hero-wrapper .doctor-finder .title,
body.home .hero-wrapper .doctor-finder .message,
body.home .hero-wrapper .doctor-finder .cross-link {
  color: #ffffff;
}
body.home .hero-wrapper .doctor-finder .cross-link a {
  color: #ffffff;
  font-size: 1.5rem;
  text-decoration: underline;
}
body.home .hero-wrapper .doctor-finder select  {
  width: 100%;
  font-style: italic;
  color: #929499;
}

body.home .hero-wrapper .doctor-finder select option {
  font-weight: 400;
}
body.home .hero-wrapper .doctor-finder input[type=submit],
body.home .hero-wrapper .doctor-finder button[type=submit],
a.btn-pay {
  background-color: #b8e5f8;
  color: #286077;
  position: relative;
}
body.home .hero-wrapper .doctor-finder input[type=submit]:hover,
body.home .hero-wrapper .doctor-finder button[type=submit]:hover,
a.btn-pay:hover {
  background-color: #0e94e1;
}
@media all and (max-width: 1120px) {
  body.home .hero-wrapper .doctor-finder {
    position: static;
    max-width: unset;
    padding: 20px;
    border-radius: 1px;
	margin-top:20px;
	margin-bottom:20px;
  }
}
@media all and (max-width: 991px) {  
  body.home .hero-wrapper .doctor-finder select {
    max-width: 300px;
  }
  body.home .hero-wrapper .doctor-finder .title {
    margin-top: 0;
  }
}
body.home .frontpage-slider .slide {
  height: 510px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 991px) {
  body.home .frontpage-slider .slide {
    background-position: right;
  }
}
body.home .frontpage-slider .slide .slide-text {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding: 20px 30px;
  position: absolute;
  width: 300px;
  max-width: calc(66% - 40px);
  height: 69.5%;
  max-height: calc(100% - 156px);
  top: 50px;
  left: 395px;
}
@media all and (max-width: 991px) {
  body.home .frontpage-slider .slide .slide-text {
    left: 20px;
  }
}
@media all and (max-width: 767px) {
  body.home .frontpage-slider .slide .slide-text {
    width: unset;
    max-width: calc(100% - 40px);
    left: 20px;
    right: 20px;
  }
}
body.home .frontpage-slider .slide .slide-text .slide-heading, body.home .frontpage-slider .slide .slide-text h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
body.home .frontpage-slider .slide .slide-text .slide-description ,body.home .frontpage-slider .slide .slide-text p {
  margin-bottom: 10px;
  font-size: 16px;
}
body.home .frontpage-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
body.home .frontpage-slider .owl-dots .owl-dot:not(:last-child) {
  margin-right: 8px;
}
body.home .frontpage-slider .owl-dots .owl-dot span {
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  height: 20px;
  width: 20px;
}
body.home .frontpage-slider .owl-dots .owl-dot.active span {
  background-color: #a6dd5f;
}
div[id="main-content"].parent-page {
  margin-bottom: 4rem;
}
div[id="main-content"].parent-page h1 {
  margin-top: 0;
}
div[id="main-content"].parent-page article h2 {
  color: #00643c;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
  font-size: 2rem;
}
div[id="main-content"].parent-page article h2:display {
  text-transform: uppercase;
  font-weight: 200;
}
@media (min-width: 768px) {
  div[id="main-content"].parent-page article h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  div[id="main-content"].parent-page article h2 {
    font-size: 2.5rem;
  }
}
div[id="main-content"].parent-page article h3 {
  color: #00643c;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
div[id="main-content"].parent-page article h3:display {
  text-transform: uppercase;
  font-weight: 200;
}
div[id="main-content"].parent-page article > h2:first-child {
  color: #00643c;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
  font-size: 2.3rem;
}
div[id="main-content"].parent-page article > h2:first-child:display {
  text-transform: uppercase;
  font-weight: 200;
}
@media (min-width: 768px) {
  div[id="main-content"].parent-page article > h2:first-child {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  div[id="main-content"].parent-page article > h2:first-child {
    font-size: 3.5rem;
  }
}
body.archive.post-type-archive-tribe_events #tribe-events h1 {
  font-size: 5rem;
}
@media (max-width: 640px) {
  body.archive.post-type-archive-tribe_events #tribe-events h1 {
    font-size: 2.7rem;
  }
}
body.archive.post-type-archive-tribe_events #tribe-events h2 {
  font-size: 3.5rem;
}
@media (max-width: 640px) {
  body.archive.post-type-archive-tribe_events #tribe-events h2 {
    font-size: 2.3rem;
  }
}
body.archive.post-type-archive-tribe_events #tribe-events h3 {
  font-size: 2.5rem;
}
@media (max-width: 640px) {
  body.archive.post-type-archive-tribe_events #tribe-events h3 {
    font-size: 2rem;
  }
}
body.archive.post-type-archive-tribe_events #tribe-events h4 {
  font-size: 1.8rem;
}
body.archive.post-type-archive-tribe_events #tribe-events .tribe-bar-submit .tribe-events-button {
  padding: 18px 18px;
  font-size: 14px;
  background-color: #0074b8;
  border-radius: 2px;
  transition: all .2s;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 700;
}
body.archive.post-type-archive-tribe_events #tribe-events .tribe-bar-submit .tribe-events-button:hover {
  color: #fff;
  transition: all .2s;
  background-color: #286077;
}
body.archive.post-type-archive-tribe_events #tribe-events .tribe-bar-views-inner {
  padding: 23px 0;
}
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-event-meta span {
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-weight: 500;
}
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-button.tribe-events-ical {
  background-color: #0074b8;
  padding: 13px 13px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all .2s;
  letter-spacing: normal;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-button.tribe-events-ical {
    padding: 0px 13px;
  }
}
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-button.tribe-events-ical:hover {
  color: #fff;
  transition: all .2s;
  background-color: #286077;
}
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-meta-group .tribe-events-abbr,
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-meta-group .tribe-events-start-date-label,
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-meta-group .tribe-events-start-time-label {
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-back a {
  font-size: 18px !important;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-back a:hover {
  color: #286077;
  text-decoration: underline;
}
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-previous a,
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-next a,
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-previous span,
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-next span {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-previous a:hover,
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-next a:hover,
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-previous span:hover,
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-next span:hover {
  color: #286077;
  text-decoration: underline;
}
body.single.single-tribe_events #tribe-events h1 {
  font-size: 5rem;
}
@media (max-width: 640px) {
  body.single.single-tribe_events #tribe-events h1 {
    font-size: 2.7rem;
  }
}
body.single.single-tribe_events #tribe-events h2 {
  font-size: 3.5rem;
}
@media (max-width: 640px) {
  body.single.single-tribe_events #tribe-events h2 {
    font-size: 2.3rem;
  }
}
body.single.single-tribe_events #tribe-events h3 {
  font-size: 2.5rem;
}
@media (max-width: 640px) {
  body.single.single-tribe_events #tribe-events h3 {
    font-size: 2rem;
  }
}
body.single.single-tribe_events #tribe-events h4 {
  font-size: 1.8rem;
}
body.single.single-tribe_events #tribe-events .tribe-events-single-event-description.tribe-events-content span {
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 30.6px !important;
  font-family: 'Montserrat', sans-serif !important;
}
body.single.single-tribe_events #tribe-events .tribe-events-button {
  background-color: #0074b8;
  padding: 13px 13px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all .2s;
  letter-spacing: normal;
}
body.single.single-tribe_events #tribe-events .tribe-events-button:hover {
  color: #fff;
  transition: all .2s;
  background-color: #286077;
}
body.single.single-tribe_events #tribe-events .tribe-events-meta-group .tribe-events-abbr,
body.single.single-tribe_events #tribe-events .tribe-events-meta-group .tribe-events-start-date-label,
body.single.single-tribe_events #tribe-events .tribe-events-meta-group .tribe-events-start-time-label {
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
body.single.single-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-previous a,
body.single.single-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-next a,
body.single.single-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-previous span,
body.single.single-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-next span {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
body.single.single-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-previous a:hover,
body.single.single-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-next a:hover,
body.single.single-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-previous span:hover,
body.single.single-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-next span:hover {
  color: #286077;
  text-decoration: underline;
}
body.single.single-tribe_events #tribe-events .tribe-events-back a {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
body.single.single-tribe_events #tribe-events .tribe-events-back a:hover {
  color: #286077;
  text-decoration: underline;
}
body.post-template-default.single.single-post div.entry-meta {
  margin: 5px 0px 10px 0px;
  padding: 10px 0px;
  border-bottom: 1px solid #f4f4f5;
}
body.post-template-default.single.single-post #main-content img {
  margin: 0px;
}
body.post-template-default.single.single-post #main-content .h2.heading-title {
  margin-top: 0px;
}
body.post-template-default.single.single-post #main-content .irc-starter-responsive-image-wrap {
  padding-bottom: 43.449%;
  background-position: center;
  background-size: cover;
}
body.search #main-content .searchform-template {
  display: none;
}
body.search .irc-archive-page-container {
  margin-top: 30px;
}
body.single-porter_provider #main-content .cb-photo img {
  height: 275px;
  margin: 0px;
}
body.single-porter_provider #main-content .location-title {
  display: inline-block;
  margin-bottom: 10px;
}
.banner-tabs {
	position: absolute;
	top: 45px;
	left: 5px;
	z-index: 2; */
	background-color: #286077
}
.banner-tabs .tabs-left {
	width: 350px;
	height: 390px;

}
#content .banner-tabs .tabs-left > .nav-tabs {
	float: left;
	margin-right: 0;
	margin-top: 0px;
	border-right: none;
	border-bottom: 0;
	width: 23%;
	padding: 0;
}
.banner-tabs .tab-content > .tab-pane, .banner-tabs .pill-content > .pill-pane {
	display: none;
}
.banner-tabs .tabs-left > .tab-content {
	padding: 10px 30px;
	float: right;
	width: 77%;
}
#BannerTabs .tab-content p, #BannerTabs .tab-content li, #BannerTabs .tab-content a, #BannerTabs .tab-content span {
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}
#BannerTabs .tab-content a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
.banner-tabs .tab-content > .active, .banner-tabs .pill-content > .active {
	display: block;
}
#content .banner-tabs .tabs-left > .nav-tabs > li {
	float: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.banner-tabs .tabs-left > .nav-tabs > li > a {
	width: 90px;
	height: 78px;
	display: block;
	margin: 0;
	padding: 0;
	background-image: url(../images/banner_helper_new.png);
	background-color: #b8e5f8;
	border-radius: 0;
}

.banner-tabs .tabs-left > .nav-tabs > li > a:hover {
	background-color: #286077;
}
.banner-tabs .tabs-left > .nav-tabs > li > a > img {
	width: 90px;
	height: 77px;
}
.docfindertab {
	background-position: 0 0;
}
.charttab {
	background-position: 0 -77px;
}
.apptstab {
	background-position: 0 -154px;
}
#appts li {
	margin-bottom: 15px;
}
.billstab {
	background-position: 0 -231px;
}
#bills li {
    margin-bottom: 15px;
    color: #fff;
}
.doctor-finder a {
    color: #b8e5f8;
}
.sympttab {
	background-position: 0 -308px;
}
.banner-tabs .nav-tabs li.active a, .banner-tabs .nav-tabs > li.active > a:hover, .banner-tabs .nav-tabs > li.active > a:focus, .hero-wrapper ul.nav-tabs li.active a  {
	background-color: #286077;
	border-color: transparent;
	border-image: none;
	border-style: none;
	border-width: 0px;
	color: #555;
	cursor: default;
}
.banner-tabs #docfinder .public_wrap.providers_wrap.search_wrap .form_group p.form_info,
.banner-tabs #chart .public_wrap.providers_wrap.search_wrap .form_group p.form_info,
.banner-tabs #bills .public_wrap.providers_wrap.search_wrap .form_group p.form_info {
    color: #fff;
    margin: 0px;
}
/*Find a Doctor Tab*/
.banner-tabs .tabs-left #ProviderSearchButtonWrap {
	margin-bottom: 0;
}
.green-box {
    background-color: #67963A;
    /* min-height: 152px; */
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding: 20px;
    font-family: georgia;
}
@media (min-width: 768px) {
.banner-tabs {
    position: static;
    top: 0;
    left: 0;
}
.banner-tabs .tabs-left {
	width: 100%;
}
#content .banner-tabs .tabs-left > .nav-tabs {
	width: 13%;
}
.banner-tabs .tabs-left > .tab-content {
	width: 87%;
}
}

@media (min-width: 992px) {
.banner-tabs {
	position: absolute;
	top: 10px;
	left: 7px;
	padding-left: 0px;
    max-width: 375px;
}
.banner-tabs .tabs-left {
	width: 390px;
}
#content .banner-tabs .tabs-left > .nav-tabs {
	width: 23%;
}
.banner-tabs .tabs-left > .tab-content {
	width: 77%;
}
}
@media(min-width:1200px) {
	
.banner-tabs {
	position: absolute;
	top: 45px;
	left: 0px;
	padding-left:0px;
	max-width:375px;
}	
	
}
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}
.recommendations_wrap ul, ul.detail_list{margin-bottom:0;padding-left:0;list-style:none}

.recommendations_wrap li, li.title{margin-bottom:10px}

#announcementbanner {
    background-color: #0074b8;
    color: #FFF;
    /* position: fixed; */
    top: 0px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px 10px 15px;
}
#announcementbanner a {
    color: #FFF;
    text-decoration: underline;
}
#alerttopbanner {
    background-color: #D25D12;
    color: #FFF;
    /* position: fixed; */
    top: 0px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px 10px 15px;
}
#alerttopbanner a {
    color: #FFF;
    text-decoration: underline;
}
@media (min-width: 1200px) {
.home-page-banner-alert {

    width: 1125px;
}
}
@media (min-width: 992px) {
.home-page-banner-alert {

    width: 925px;
}
}
@media (min-width: 768px) {
.home-page-banner-alert {

    width: 705px;
    z-index: 99;
}
}
@media (min-width: 768px){
.home-page-banner-alert {
    padding: 10px 30px 5px;
}
}
.home-page-banner-alert {
    position: relative;
    width: 100%;
    z-index: 99;
    background-color: rgb(222, 100, 31);
    color: rgb(255, 255, 255);
    padding: 10px 10px 5px;
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
}
.home-page-banner-alert a {
    color: rgb(255, 255, 255) !important;
    text-decoration: underline !important;
}

h3.icon-after {
    margin-bottom: 20px;
}
h3.icon-after img {
    width: 50px;
    margin-bottom: 10px;
}
@media (min-width: 768px){
ul.green-bullets {
    margin-left: 0;
}
}
ul.green-bullets {
    margin-bottom: 40px;
    margin-left: 10px;
}
ul.green-bullets li {
    list-style-type: none;
    margin-bottom: 20px;
}
ul.green-bullets li::before {
    content: "\2022";
    font-size: 11px;
    color: green;
    background: #699d27;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-left: -30px;
    margin-right: 10px;
}
span.upper-green {
    color: #00643c;
    font-weight: bold;
    text-transform: uppercase;
}
@media (min-width: 768px) {

.pullquote-fancy.hero {
    background-size: 700px auto;
}

.pullquote-fancy.hero {
    background-size: 550px auto;
}

.pullquote-fancy.hero {
    background: #699d27 url(/data/images/weave-quote.png) no-repeat left top;
    background-size: 400px auto;
}
.pullquote-fancy {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 18px;
    position: relative;
    text-align: center;
    margin: 0 0 30px 0;
	color:#fff;
}
.pullquote-fancy blockquote {
    border: none;
    padding: 0;
    margin: 0;
}
}
.bg-gray-block {
    background: #f4f4f5;
    padding: 30px 20px 0;
    margin-bottom: 30px;
}

ol li:last-of-type {
    margin-bottom: 20px;
}
ul.list-chevrons li, .list-chevrons ul li {
    list-style-type: none;
    margin-bottom: 10px;
	font-size:12px;
	font-weight:bold;
}
.list-chevrons li:before {
    content: "\e075";
    font-family: 'Glyphicons Halflings';
    font-size: 1.5rem;
    float: left;
    margin-left: -25px;
    color: #de641f;
}

.org-block {
	position: relative;
    width: 100%;
    z-index: 99;
    background-color: rgb(222, 100, 31);
    color: rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
	text-align:center;
}

.gr-block {
	position: relative;
    width: 100%;
    z-index: 99;
    background-color: #00643c;
    color: rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
	text-align:center;
}

.lt-gr-block {
	position: relative;
    width: 100%;
    z-index: 99;
    background-color: #699d27;;
    color: rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
	text-align:center;	
}

.mc.mc-50-50.impact {
    background: #f4f4f5;
}

.mc.mc-50-50 .mc-copy {
    vertical-align: middle;
    width: 100%;
    padding-bottom: 36px;
	padding-top: 25px;
	font-size: 1.6rem;
	display:grid;
}
.block.bg-soft-gray, .block .bg-soft-gray, .block .bg-light-green {
    padding: 20px;
}

.bg-soft-gray {
    background-color: #f4f4f5;
}

.mc.mc-50-50.impact .mc-copy p.cta {
    line-height: 1.3;
    font-weight: 600;
}

.mc.mc-50-50.impact .mc-copy p.cta a {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #699d27;
}

.mc.mc-50-50.impact .mc-copy p.cta a i {
    color: #00643c;
}

.mc {
    margin-top: 30px;
}
.mc.mc-50-50 {
    background-color: #ffffff;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
	grid-template-columns: 100%;
}
.mc.mc-50-50.impact .mc-photo {
    min-height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mc.mc-50-50 .mc-photo {
    min-height: 250px;
    background-size: cover;
    width: 100%;
	display:grid;
}

@media (min-width: 500px) {
.mc.mc-50-50 {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
	grid-template-columns: 50% 50%;
}
.mc.mc-50-50 .mc-photo {
    float: none;
    width: 50%;
}
.mc.mc-50-50 .mc-copy {
    float: none;
    width: 50%;
    padding: 36px;
}
}

@media (min-width: 767px) {
.mc {
    margin-bottom: 36px;
}
}
@media (min-width: 768px) {
.mc.mc-50-50.impact .mc-copy {
    padding: 5px 20px 20px;
}
.mc.mc-50-50.impact .mc-copy {
    padding: 10px 36px 20px;
}
.mc.mc-50-50.impact .mc-copy h3 {
    font-size: 2rem;
}
.mc.mc-50-50.impact .mc-copy p {
    font-size: 1.5rem;
}
.mc.mc-50-50.impact .mc-copy p.cta {
    width: 80%;
}
.mc.mc-50-50.impact .mc-copy p.cta a {
    font-size: 1.3rem;
}
}
@media (min-width: 992px) {
.mc.mc-50-50.impact .mc-copy {
    padding: 10px 36px 20px;
}
.mc.mc-50-50 .mc-copy {
    padding: 32px 36px;
}
.mc.mc-50-50.impact .mc-copy h3 {
    font-size: 2.2rem;
}
.mc.mc-50-50.impact .mc-copy p {
    font-size: 1.7rem;
}
.mc.mc-50-50.impact .mc-copy p.cta {
    width: 65%;
}
.mc.mc-50-50.impact .mc-copy p.cta a {
    font-size: 1.4rem;
}
}
@media (min-width: 1200px) {
.mc.mc-50-50.impact .mc-copy {
    padding: 50px 36px;
}
.mc.mc-50-50 .mc-copy {
    padding: 50px 36px;
}
.mc.mc-50-50.impact .mc-copy h3 {
    font-size: 2.5rem;
}
.mc.mc-50-50.impact .mc-copy p {
    font-size: 1.7rem;
}
.mc.mc-50-50.impact .mc-copy p.cta {
    width: 55%;
    font-weight: 600;
}
.mc.mc-50-50.impact .mc-copy p.cta a {
    font-size: 1.4rem;
}
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
body.home .frontpage-slider .slide .slide-text2 {
    background-color: #f4f4f5;
    padding: 10px 15px;
    /* position: absolute; 
    width: 300px;*/
    /* max-width: calc(66% - 40px);
    height: 69.5%;
    max-height: calc(100% - 156px); */
    /* top: 50px; */
    /* left: 395px; */
}
body.home .frontpage-slider .slide .slide-text2 h2 {
	font-size: 2.8rem;
}
body.home .frontpage-slider .slide .slide-text2 .btn-lg {
    padding: 12px;
}
@media (min-width: 767px) {
.order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
}
body.home .frontpage-slider .slide .slide-text2 {
    background-color: rgba(255, 255, 255, 0.8);
	border-radius: 4px;
    padding: 20px 30px;
}
body.home .frontpage-slider .slide {
  height: 510px;
}
}
@media (max-width: 767px) {
	.wh-row {
		background-color: rgba(255, 255, 255, 1);
	}
	.no-pad {
		padding-right: 0px;
		padding-left: 0px;
	}
}



.p-static {
    position: static !important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
#footerbutton {
	display:block;
	text-align:center;
	vertical-align:middle;
}


#footerbutton a.btn-footer {
	display: inline-block;
	color: #fff;
    background-color: #0074b8;
    border-color: #122b40;
	padding: 18px;
	font-size: 18px;
    line-height: 1.3333333;
	border-radius: 2px;
    font-weight: 700;
	margin-bottom: 0;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	touch-action: manipulation;
    cursor: pointer;
	padding-left:40px;
	padding-right:40px;
}

#footerbutton a.btn-footer:hover {
	color: #fff;
    background-color: #286090;
    border-color: #204d74;
	text-decoration:none;
}
.fixed-banner-privacy.alert {
  background: #696a6c;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
  z-index: 999;
  box-shadow: 1px 2px 4px 3px rgba(105,106,108,0.8);
  margin: 0;
  padding: 10px 0;
  color: #fff;
}

.alert .alert-copy {
  font-size: calc(15px + (17 - 15) * ((100vw - 375px) / 1225));
  font-family: "Quattrocento Sans",sans-serif;
}

.fixed-banner-privacy.alert .alert-copy p {
  line-height: 1.4;
  font-size: 1.6rem;
}
.alert .alert-copy p {
  margin: 0;
}

.fixed-banner-privacy.alert .close-container {
  text-align: right;
}


.fixed-banner-privacy .btn.btn-default {
  background-color: #fff;
  border: 2px solid #0074b8;
  color: #0074b8;
  text-decoration: none !important;
  line-height: 1.4;
  padding: 7px 10px;
  border-radius: 7px;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .fixed-banner-privacy .btn.btn-default {
      padding: 10px 20px;
      border:none;
  }
  }
  .cookiealert {

    visibility: hidden;

    transform: translateY(100%);
    transition: all 500ms ease-out;
   }

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

