@font-face {
  font-family: 'Garland';
  src: url("/css/fonts/Garland.eot");
  src: url("/css/fonts/Garland.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Garland.woff2") format("woff2"), url("/css/fonts/Garland.woff") format("woff"), url("/css/fonts/Garland.ttf") format("truetype");
}
@font-face {
  font-family: 'Flood';
  src: url("/css/fonts/FloodStd.eot");
  src: url("/css/fonts/FloodStd.eot?#iefix") format("embedded-opentype"), url("/css/fonts/FloodStd.woff2") format("woff2"), url("/css/fonts/FloodStd.woff") format("woff"), url("/css/fonts/FloodStd.ttf") format("truetype");
}
/* @font-face {font-family: 'ProximaNovaBlack'; src: url('/css/fonts/ProximaNovaBlack.eot');src: url('/css/fonts/ProximaNovaBlack.eot?#iefix') format('embedded-opentype'),url('/css/fonts/ProximaNovaBlack.woff2') format('woff2'),url('/css/fonts/ProximaNovaBlack.woff') format('woff'),url('/css/fonts/ProximaNovaBlack.ttf') format('truetype');} */
/* line 1, partials/_base.scss */
html {
  background: #fff;
}

/* line 2, partials/_base.scss */
body {
  font-family: "Poppins", sans-serif;
  background: #fff;
  font-weight: 400;
  color: #464646;
  letter-spacing: 0;
  display: block;
  line-height: 1.2em;
}

/* line 3, partials/_base.scss */
a[href^='tel:'] {
  white-space: nowrap;
}

@media screen and (min-width: 1300px) {
  /* line 6, partials/_base.scss */
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  /* line 9, partials/_base.scss */
  body {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  /* line 12, partials/_base.scss */
  .no-mobile {
    display: none !important;
  }
}
/*a[href$=".pdf"],
a[data-cturl$=".pdf"] { display: inline-block; align-items: center;  margin: 5px 0 0; padding-left: 42px; position: relative; min-height: 28px; 
	&:before { content: ''; width: 32px; height: 32px; display: block; background: url(images/file-pdf.v2.png) no-repeat left 50%; background-size: cover; margin-right: 10px; position: absolute; top: -5px; left: 4px; }
}
a[href$=".doc"],
a[href$=".docx"] { display: inline-block; align-items: center; margin: 5px 0 0; padding-left: 42px; position: relative; min-height: 28px;
	&:before { content: ''; width: 32px; height: 32px; display: block; background: url(images/file-doc.png) no-repeat left 50%; background-size: cover; margin-right: 10px;  position: absolute; top: -5px; left: 4px; }
}*/
/* line 23, partials/_base.scss */
.gsc-adBlock {
  display: none !important;
}

/* line 24, partials/_base.scss */
.gs-image-box {
  display: none !important;
}
/* line 25, partials/_base.scss */
.gs-image-box a {
  padding-left: 0 !important;
  margin: 0 !important;
}
/* line 26, partials/_base.scss */
.gs-image-box a:before {
  display: none !important;
}

/* line 30, partials/_base.scss */
.add-top-margin {
  margin-top: 22px;
}

/* line 31, partials/_base.scss */
.add-bottom-margin {
  margin-bottom: 22px;
}

/* line 32, partials/_base.scss */
.blue-text {
  color: #1f4388;
}

/* line 33, partials/_base.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 34, partials/_base.scss */
.orange-text {
  color: #C9202F;
}

/* line 35, partials/_base.scss */
.no-wrap {
  white-space: nowrap;
}

/* line 36, partials/_base.scss */
.highlight {
  color: #1f4388;
}

/* line 37, partials/_base.scss */
.no-screen {
  display: none !important;
}

/* line 42, partials/_base.scss */
.body-loaded .main-body *,
.body-loaded .footer-newsletter-callout *,
.body-loaded #footer * {
  -moz-transition: ease 0.2s all;
  -o-transition: ease 0.2s all;
  -webkit-transition: ease 0.2s all;
  transition: ease 0.2s all;
}
/* line 44, partials/_base.scss */
.body-loaded .no-transitions,
.body-loaded .no-transitions * {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

/* line 47, partials/_base.scss */
.color-inherit {
  color: inherit !important;
  text-decoration: none;
}
/* line 48, partials/_base.scss */
.color-inherit:hover {
  color: #C9202F !important;
}

/* line 50, partials/_base.scss */
.red-text {
  color: #C9202F;
}

/* line 52, partials/_base.scss */
.button-wrapper {
  margin: 35px 0 0;
}
@media (max-width: 1000px) {
  /* line 52, partials/_base.scss */
  .button-wrapper {
    text-align: center;
  }
}
/* line 54, partials/_base.scss */
.button-wrapper .button {
  display: inline-block;
  float: none;
}

/* line 58, partials/_base.scss */
.site-container {
  /*min-width: $container-size;*/
  margin: 0 auto;
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: hidden;
}

/* line 59, partials/_base.scss */
.container {
  max-width: 1600px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (min-width: 767px) {
  /* line 60, partials/_base.scss */
  .container {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1380px) {
  /* line 62, partials/_base.scss */
  .top-banner-container {
    padding: 0 !important;
  }
}
/* line 64, partials/_base.scss */
.large-container {
  max-height: 1600px;
}

/* line 67, partials/_base.scss */
.top-banner-container .light-blue .content {
  max-width: 750px;
}
/* line 68, partials/_base.scss */
.top-banner-container .content {
  max-width: 650px;
}

/* line 71, partials/_base.scss */
.module-type-regular-content {
  padding: 60px 0;
}
/* line 72, partials/_base.scss */
.module-type-regular-content:last-child {
  margin-bottom: 0;
}

/* line 74, partials/_base.scss */
.content-wrapper.no-sidebar {
  padding: 90px 0;
}
@media (max-width: 900px) {
  /* line 74, partials/_base.scss */
  .content-wrapper.no-sidebar {
    padding: 35px 0;
  }
}

/* line 77, partials/_base.scss */
#pageurl_get-help .content-wrapper,
#pageurl_help-others .content-wrapper {
  padding: 0 !important;
}

/* line 80, partials/_base.scss */
.content-wrapper.with-sidebar {
  display: flex;
  margin: 0 auto;
  padding: 90px 20px;
}
/* line 81, partials/_base.scss */
.content-wrapper.with-sidebar .container {
  padding: 0;
}
/* line 82, partials/_base.scss */
.content-wrapper.with-sidebar .content {
  padding-left: 50px;
  padding-right: 25px;
}
@media screen and (max-width: 900px) {
  /* line 82, partials/_base.scss */
  .content-wrapper.with-sidebar .content {
    padding-right: 0;
  }
}
/* line 85, partials/_base.scss */
.content-wrapper.with-sidebar aside {
  width: calc(100% / 4);
  min-width: calc(100% / 4);
}
@media (max-width: 1100px) {
  /* line 85, partials/_base.scss */
  .content-wrapper.with-sidebar aside {
    width: 265px;
    min-width: 265px;
  }
}
/* line 89, partials/_base.scss */
.content-wrapper.with-sidebar aside .nav2 > ul > li > a {
  display: none !important;
}
/* line 90, partials/_base.scss */
.content-wrapper.with-sidebar aside .nav2 ul {
  margin: 0;
  padding: 0;
  background: #fff;
}
@media (min-width: 901px) {
  /* line 94, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 ul {
    margin: 0;
    padding: 0;
    background: #fff;
  }
  /* line 95, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 ul:first-child > li > a {
    background: #1f4388;
    color: #fff;
    padding: 10px 15px;
    line-height: 1.2em;
    font-size: 1.2em;
    display: block;
  }
  /* line 97, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 ul ul a {
    color: #1f4388;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: .15em;
    font-weight: 800;
    padding: 8px 30px;
  }
  /* line 98, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 ul ul ul {
    margin: 0 0 6px;
  }
  /* line 99, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 ul ul ul a {
    font-size: .92em;
    color: #707070;
    text-transform: none;
    font-weight: 600;
    padding: 8px 0 8px 60px;
  }
  /* line 100, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 ul ul ul a:after {
    left: 30px !important;
    margin-top: -6px !important;
  }
  /* line 102, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 ul ul ul ul a {
    padding: 8px 0 8px 75px;
    background: rgba(31, 67, 136, 0);
    font-weight: 400;
  }
  /* line 105, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 li.selected > a {
    color: #C9202F;
  }
  /* line 108, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 li.has-subnav {
    position: relative;
  }
  /* line 109, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 li.has-subnav > a {
    position: relative;
  }
  /* line 110, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 li.has-subnav > a:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid rgba(31, 67, 136, 0.75);
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    -moz-transition: ease 0.35s all;
    -o-transition: ease 0.35s all;
    -webkit-transition: ease 0.35s all;
    transition: ease 0.35s all;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  /* line 111, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 li.has-subnav > a.open:after {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    border-top-color: #C9202F;
  }
  /* line 113, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 a {
    text-decoration: none;
    display: block;
  }
  /* line 114, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 a:hover {
    color: #C9202F;
  }
}
/* line 122, partials/_base.scss */
.content-wrapper.with-sidebar .grid-column-container .module-type-regular-content {
  padding: 0 0 45px;
}
/* line 124, partials/_base.scss */
.content-wrapper.with-sidebar section {
  width: 100%;
}
/* line 125, partials/_base.scss */
.content-wrapper.with-sidebar .main-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 126, partials/_base.scss */
.content-wrapper.with-sidebar .main-content li {
  padding: 4px 0;
}
/* line 129, partials/_base.scss */
.content-wrapper.with-sidebar .mobile-header {
  display: none !important;
  background: #C9202F;
  font-weight: 800;
  color: #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  width: calc(100% + 40px);
  margin-left: -20px;
  font-size: 1.2em;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 130, partials/_base.scss */
.content-wrapper.with-sidebar .mobile-header:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  -moz-transition: ease 0.35s all;
  -o-transition: ease 0.35s all;
  -webkit-transition: ease 0.35s all;
  transition: ease 0.35s all;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 131, partials/_base.scss */
.content-wrapper.with-sidebar .mobile-header.open:after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 1100px) {
  /* line 80, partials/_base.scss */
  .content-wrapper.with-sidebar {
    padding: 75px 20px;
  }
}
@media screen and (max-width: 900px) {
  /* line 80, partials/_base.scss */
  .content-wrapper.with-sidebar {
    flex-wrap: wrap;
    padding: 0 20px 60px;
  }
  /* line 135, partials/_base.scss */
  .content-wrapper.with-sidebar .content {
    width: 100%;
    padding-left: 0;
  }
  /* line 136, partials/_base.scss */
  .content-wrapper.with-sidebar aside {
    width: 100%;
    min-width: 100%;
    margin: 0 0 35px;
  }
  /* line 137, partials/_base.scss */
  .content-wrapper.with-sidebar aside .mobile-header {
    display: block !important;
  }
  /* line 138, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 {
    max-height: 250px;
    overflow: auto;
    background: #f7f7f7;
    border-bottom: solid 1px rgba(201, 32, 47, 0.5);
    width: calc(100% + 40px);
    padding: 0 20px;
    margin-left: -20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    display: none;
  }
  /* line 140, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 ul ul li a {
    text-decoration: none;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 1em;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding: 13px 20px;
    background: #1f4388;
    display: block;
    color: #fff !important;
    text-transform: uppercase;
  }
  /* line 152, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 ul ul li ul a {
    color: #C9202F !important;
    background: #fff;
    text-transform: none;
    padding: 12px 20px 12px 30px;
    border-bottom: solid 1px rgba(201, 32, 47, 0.5);
  }
  /* line 159, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 ul ul li ul ul a {
    padding: 12px 20px 12px 45px;
    font-size: .82em;
  }
  /* line 164, partials/_base.scss */
  .content-wrapper.with-sidebar aside .nav2 ul {
    background: transparent !important;
  }
  /* line 166, partials/_base.scss */
  .content-wrapper.with-sidebar aside ul ul li.has-subnav {
    position: relative;
  }
  /* line 167, partials/_base.scss */
  .content-wrapper.with-sidebar aside ul ul li.has-subnav:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fff;
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    margin-top: 18px;
    -moz-transition: ease 0.35s all;
    -o-transition: ease 0.35s all;
    -webkit-transition: ease 0.35s all;
    transition: ease 0.35s all;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  /* line 168, partials/_base.scss */
  .content-wrapper.with-sidebar aside ul ul li.has-subnav.open:after {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  /* line 170, partials/_base.scss */
  .content-wrapper.with-sidebar aside ul ul ul li.has-subnav:after {
    border-bottom-color: #C9202F;
  }
}

/* line 175, partials/_base.scss */
.container-with-padding {
  padding: 40px 0;
}

/* line 176, partials/_base.scss */
.large-container {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

/* line 177, partials/_base.scss */
.no-shadow {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 178, partials/_base.scss */
input[type='submit'],
.back-button,
.button {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  content: '';
  float: left;
  width: 1px;
  height: 1px;
  width: auto;
  height: auto;
  background: #C9202F;
  text-transform: uppercase;
  border: solid 1px #C9202F;
  text-indent: 0;
  text-decoration: none;
  margin-right: 10px;
  padding: 12px 30px;
  line-height: 1em;
  color: #fff;
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: ease 0.2s all;
  -o-transition: ease 0.2s all;
  -webkit-transition: ease 0.2s all;
  transition: ease 0.2s all;
}
/* line 43, partials/_mixins.scss */
input[type='submit'].selected, input[type='submit']:hover,
.back-button.selected,
.back-button:hover,
.button.selected,
.button:hover {
  background: transparent;
  color: #1f4388;
}
/* line 181, partials/_base.scss */
input[type='submit'].blue-button,
.back-button.blue-button,
.button.blue-button {
  color: #fff !important;
}
/* line 182, partials/_base.scss */
input[type='submit'].blue-button:hover,
.back-button.blue-button:hover,
.button.blue-button:hover {
  color: #1f4388 !important;
}
/* line 184, partials/_base.scss */
input[type='submit'].black,
.back-button.black,
.button.black {
  background: #000;
  border-color: #000;
}
/* line 185, partials/_base.scss */
input[type='submit'].black:hover,
.back-button.black:hover,
.button.black:hover {
  color: #000;
  background: transparent;
}
/* line 187, partials/_base.scss */
input[type='submit'].highlight-button,
.back-button.highlight-button,
.button.highlight-button {
  background: #C9202F;
  border-color: #C9202F;
  color: #fff;
}
/* line 188, partials/_base.scss */
input[type='submit'].highlight-button:hover,
.back-button.highlight-button:hover,
.button.highlight-button:hover {
  color: #C9202F;
  background: transparent;
}
/* line 191, partials/_base.scss */
input[type='submit'].light-button:hover,
.back-button.light-button:hover,
.button.light-button:hover {
  background: transparent;
}
/* line 193, partials/_base.scss */
input[type='submit'].white-button,
.back-button.white-button,
.button.white-button {
  background: #fff;
  border-color: #fff;
  color: #1f4388;
}
/* line 194, partials/_base.scss */
input[type='submit'].white-button:hover,
.back-button.white-button:hover,
.button.white-button:hover {
  color: #fff;
  background: transparent;
}

/* line 197, partials/_base.scss */
.back-button {
  float: none;
  display: inline-block;
}

/* line 198, partials/_base.scss */
.border-button {
  display: block;
  float: left;
  padding: 8px 8px;
  line-height: 1em;
  width: auto;
  color: #fff;
  border: none;
  display: inline-block;
  float: none;
  font-size: 1.2em;
  color: #1f4388;
  border: solid 1px #1f4388;
  font-weight: normal;
  padding: 12px 15px;
  font-style: normal;
  text-decoration: none;
  background: none;
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #efd648;
  text-transform: uppercase;
  color: #000;
  -moz-transition: ease 0.2s all;
  -o-transition: ease 0.2s all;
  -webkit-transition: ease 0.2s all;
  transition: ease 0.2s all;
}
/* line 62, partials/_mixins.scss */
.border-button:hover {
  background: #1f4388;
}
/* line 64, partials/_mixins.scss */
.border-button.smaller {
  font-size: .9em;
  padding: 8px 12px;
}
/* line 199, partials/_base.scss */
.border-button:hover {
  background: #C9202F;
  border-color: #C9202F;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  /* line 203, partials/_base.scss */
  .container {
    padding: 0 20px;
  }
}
/* line 206, partials/_base.scss */
.two-column {
  display: flex;
  margin: 0 auto 0;
  padding: 0 0;
}
/* line 207, partials/_base.scss */
.two-column .major {
  padding-left: 85px;
  width: 100%;
}
/* line 208, partials/_base.scss */
.two-column .major h1 {
  margin: 0 0 15px;
}
/* line 210, partials/_base.scss */
.two-column .minor {
  width: 340px;
  min-width: 340px;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 211, partials/_base.scss */
.two-column .minor .callout {
  margin: 0 0 45px;
  text-align: left;
}
/* line 212, partials/_base.scss */
.two-column .minor .callout ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0;
}
/* line 214, partials/_base.scss */
.two-column .minor .callout ul li:before {
  display: none !important;
}
/* line 215, partials/_base.scss */
.two-column .minor .callout ul li a {
  text-align: left;
  padding: 6px 0;
  color: #000;
}
/* line 216, partials/_base.scss */
.two-column .minor .callout ul li a:hover, .two-column .minor .callout ul li a.active {
  color: #1f4388;
  background: none;
}
/* line 219, partials/_base.scss */
.two-column .minor .callout ul li:last-child {
  border-bottom: none;
}
/* line 222, partials/_base.scss */
.two-column .minor .callout h4 {
  margin: 0;
}
/* line 224, partials/_base.scss */
.two-column .minor h4 {
  color: #fff;
  text-align: left;
  font-size: 1.4em;
  padding: 0 15px;
}

@media screen and (max-width: 1100px) {
  /* line 229, partials/_base.scss */
  .two-column .minor {
    min-width: 290px;
  }

  /* line 230, partials/_base.scss */
  .two-column .major {
    padding-left: 50px;
  }
}
@media screen and (min-width: 901px) {
  /* line 234, partials/_base.scss */
  .two-column .minor .callout ul {
    display: block !important;
    height: auto !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
/* line 237, partials/_base.scss */
.submenu.mobile-only {
  margin: 0 0 5px;
  padding: 0 0;
}
/* line 238, partials/_base.scss */
.submenu.mobile-only .blog-archive {
  margin: 0;
}
/* line 239, partials/_base.scss */
.submenu.mobile-only h4 {
  position: relative;
  padding-left: 20px;
  color: #fff;
  text-align: left;
  font-size: 1.4em;
  padding: 0 15px;
  margin: 0;
  padding-bottom: 12px;
  padding-top: 12px;
  border-bottom: solid 1px #fff;
  cursor: pointer;
}
/* line 240, partials/_base.scss */
.submenu.mobile-only h4:after {
  content: '+';
  display: block;
  position: absolute;
  top: 50%;
  color: #fff;
  right: 15px;
  margin: -21px 0 0;
  display: block;
  line-height: 1em;
  font-size: 44px;
  font-weight: 200;
}
/* line 253, partials/_base.scss */
.submenu.mobile-only h4.open:after {
  /* @include transform(rotate(-90deg)); */
  content: '-';
  margin: -25px 0 0;
  right: 19px;
  -moz-transform: scaleX(1.8);
  -ms-transform: scaleX(1.8);
  -webkit-transform: scaleX(1.8);
  transform: scaleX(1.8);
}
/* line 255, partials/_base.scss */
.submenu.mobile-only ul {
  display: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* line 256, partials/_base.scss */
.submenu.mobile-only ul li {
  width: 100% !important;
  margin: 0 !important;
}
/* line 257, partials/_base.scss */
.submenu.mobile-only ul li a {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100% !important;
  color: #666 !important;
}

@media screen and (max-width: 900px) {
  /* line 263, partials/_base.scss */
  .two-column {
    flex-wrap: wrap;
    padding: 35px 0 50px;
  }
  /* line 264, partials/_base.scss */
  .two-column .major,
  .two-column .minor {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 266, partials/_base.scss */
  .two-column .major .content-wrapper,
  .two-column .minor .content-wrapper {
    padding-top: 45px;
  }
  /* line 268, partials/_base.scss */
  .two-column .minor {
    padding: 10px 5px;
  }
  /* line 269, partials/_base.scss */
  .two-column .minor .mobile-headline {
    display: block !important;
  }
  /* line 270, partials/_base.scss */
  .two-column .minor .submenu {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  /* line 276, partials/_base.scss */
  .button.download-button:after {
    display: none;
  }

  /* line 277, partials/_base.scss */
  .two-column .major .content-wrapper {
    padding-top: 0;
  }
}
/* line 280, partials/_base.scss */
.stacked-buttons .button {
  max-width: none;
  margin: 0 0 15px;
}
/* line 281, partials/_base.scss */
.stacked-buttons .button:last-child {
  margin-bottom: 0;
}

/* line 284, partials/_base.scss */
ul li a sup.fix {
  display: inline-block;
  border-bottom: 1px solid #C9202F;
  padding-bottom: 10px !important;
}

/* line 289, partials/_base.scss */
iframe,
img {
  max-width: 100%;
}

/* line 291, partials/_base.scss */
p {
  margin: 0 0 15px;
  font-size: 1.025em;
  line-height: 1.43em;
}

/* line 292, partials/_base.scss */
.nowrap {
  white-space: nowrap;
}

/* line 293, partials/_base.scss */
.center {
  text-align: center !important;
}

/* line 294, partials/_base.scss */
.left {
  text-align: left !important;
}

/* line 295, partials/_base.scss */
.right {
  text-align: right !important;
}

/* line 296, partials/_base.scss */
.clear {
  clear: both;
}

/* line 297, partials/_base.scss */
.no-padding {
  padding: 0 !important;
}

/* line 298, partials/_base.scss */
.no-top-margin {
  margin-top: 0 !important;
}

/* line 299, partials/_base.scss */
.no-bottom-margin {
  margin-bottom: 0 !important;
}

/* line 300, partials/_base.scss */
* {
  outline: none !important;
}

/* line 301, partials/_base.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 305, partials/_base.scss */
.no-break {
  white-space: nowrap;
}

/* line 306, partials/_base.scss */
.mobile-only {
  display: none;
}

/* line 308, partials/_base.scss */
a {
  color: #1f4388;
}
/* line 309, partials/_base.scss */
a:hover {
  text-decoration: none;
}

/* line 311, partials/_base.scss */
a[href^=tel] {
  white-space: nowrap;
}

/* line 312, partials/_base.scss */
.content-row a,
.cutout-content a {
  color: #C9202F;
}
/* line 314, partials/_base.scss */
.content-row a:hover,
.cutout-content a:hover {
  text-decoration: none;
}

/* line 316, partials/_base.scss */
.content-row p {
  margin: 0 0 22px;
}

/* line 317, partials/_base.scss */
.content-row ul {
  padding-left: 25px;
  padding-bottom: 22px;
  margin: 0 0 0;
}
/* line 318, partials/_base.scss */
.content-row ul li {
  margin: 0 0 6px;
}

/* line 321, partials/_base.scss */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}

/* line 328, partials/_base.scss */
a[href^='tel:'] {
  white-space: nowrap;
}

/* line 330, partials/_base.scss */
.background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 331, partials/_base.scss */
.background-image img {
  display: none;
}

/* line 334, partials/_base.scss */
.main-body {
  overflow: hidden;
  font-size: 1.1875em;
}

/* line 336, partials/_base.scss */
h1, .h1 {
  font-size: 2.2em;
  text-transform: uppercase;
  color: #f27a22;
  font-weight: 800;
  margin: 40px 0 20px;
  line-height: 1em;
  letter-spacing: .15em;
}
/* line 337, partials/_base.scss */
h1:first-child, .h1:first-child {
  margin-top: 0;
}

/* line 339, partials/_base.scss */
.test-form legend,
.evaluation-form legend,
h2, .h2 {
  text-transform: none;
  font-size: 1.45em;
  text-transform: none;
  color: #000;
  font-weight: 800;
  margin: 35px 0 10px;
  line-height: 1em;
  text-transform: none;
  letter-spacing: .1em;
}

/* line 342, partials/_base.scss */
h3, .h3 {
  text-transform: none;
  font-size: 1.25em;
  text-transform: none;
  color: #000;
  font-weight: 600;
  margin: 35px 0 5px;
  line-height: 1em;
  text-transform: none;
  letter-spacing: .1em;
}

/* line 343, partials/_base.scss */
h4, .h4 {
  text-transform: none;
  font-size: 1.15em;
  text-transform: none;
  color: #C9202F;
  font-weight: 600;
  margin: 35px 0 5px;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: .1em;
}

/* line 345, partials/_base.scss */
h1 + h2 {
  margin-top: 0;
}

/* line 346, partials/_base.scss */
h2 + h3 {
  margin-top: 0;
}

@media screen and (max-width: 800px) {
  /* line 349, partials/_base.scss */
  h1, .h1 {
    font-size: 2.2em;
  }

  /* line 350, partials/_base.scss */
  h2, .h2,
  h3, .h3,
  h4, .h4 {
    font-size: 1.25em;
  }

  /* line 354, partials/_base.scss */
  .less-margin-mobile {
    padding-bottom: 8px !important;
    margin-top: 0 !important;
  }
}
/* line 357, partials/_base.scss */
.top-banner {
  text-align: center;
  overflow: hidden;
  max-height: 635px;
  background-color: #398CAE;
}
/* line 358, partials/_base.scss */
.top-banner img {
  display: block;
  width: 100%;
}
/* line 359, partials/_base.scss */
.top-banner.bottom-border {
  border-bottom: solid 15px #C9202F;
}
/* line 361, partials/_base.scss */
.top-banner .static-image {
  background-size: cover;
  height: 0;
  padding-bottom: 4.5%;
}
/* line 362, partials/_base.scss */
.top-banner .static-image img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: auto;
}
/* line 364, partials/_base.scss */
.top-banner .responsive-image {
  background-size: cover;
  background-position: center center;
}
/* line 365, partials/_base.scss */
.top-banner .responsive-image img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: auto;
}
/* line 368, partials/_base.scss */
.top-banner.with-content {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
}
/* line 369, partials/_base.scss */
.top-banner.with-content .content-wrapper {
  /* position: absolute; top: 0; right: 0; */
  position: relative;
  z-index: 1;
  max-width: 50%;
  float: right;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 50%;
}
/* line 370, partials/_base.scss */
.top-banner.with-content .content-wrapper .content {
  color: #fff;
  text-align: left;
  max-width: 520px;
  padding: 25px 30px 50px 0;
}
/* line 371, partials/_base.scss */
.top-banner.with-content .content-wrapper .content h1 {
  font-size: 2.5em;
  line-height: 1em;
  margin: 40px 0 20px;
}
/* line 372, partials/_base.scss */
.top-banner.with-content .content-wrapper .content p {
  margin: 0 0 0;
  font-size: .88em;
  line-height: 1.8em;
}
/* line 373, partials/_base.scss */
.top-banner.with-content .content-wrapper .content p a {
  color: #fff;
}
/* line 377, partials/_base.scss */
.top-banner.with-content .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  max-width: none;
  min-width: 100%;
  background-size: cover;
  background-position: 35% center;
}
/* line 378, partials/_base.scss */
.top-banner.with-content .image img {
  display: none;
}

@media screen and (min-width: 1600px) {
  /* line 384, partials/_base.scss */
  .top-banner .static-image {
    height: 70px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1300px) {
  /* line 388, partials/_base.scss */
  .top-banner.with-content {
    min-height: 472px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 396, partials/_base.scss */
  .top-banner .static-image {
    height: 47px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  /* line 400, partials/_base.scss */
  .top-banner.with-content {
    min-height: 0;
    display: flex;
    flex-wrap: wrap-reverse;
    max-height: none;
  }
  /* line 401, partials/_base.scss */
  .top-banner.with-content .content-wrapper {
    padding: 0 20px 40px;
    width: 100%;
    max-width: none;
  }
  /* line 402, partials/_base.scss */
  .top-banner.with-content .content-wrapper .content {
    padding: 0;
    max-width: none;
  }
  /* line 403, partials/_base.scss */
  .top-banner.with-content .content-wrapper .content h1 br {
    display: none;
  }
  /* line 404, partials/_base.scss */
  .top-banner.with-content .content-wrapper .content p {
    font-size: 1em;
  }
  /* line 407, partials/_base.scss */
  .top-banner.with-content .image {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    padding-bottom: 35%;
    height: 0;
    width: 100%;
  }

  /* line 409, partials/_base.scss */
  .submenu {
    display: none;
  }

  /* line 410, partials/_base.scss */
  .submenu-swiper {
    display: block !important;
  }

  /* line 412, partials/_base.scss */
  .dentistry-services .top-banner.with-content .content-wrapper {
    background: #091835;
  }

  /* line 413, partials/_base.scss */
  .wellness-and-preventative-health-services .top-banner.with-content .content-wrapper {
    background: #C08340;
  }

  /* line 414, partials/_base.scss */
  .diagnostic-services .top-banner.with-content .content-wrapper {
    background: #01799C;
  }

  /* line 415, partials/_base.scss */
  .surgical-procedures-services .top-banner.with-content .content-wrapper {
    background: #599A86;
  }

  /* line 416, partials/_base.scss */
  .humane-euthanasia-and-cremation-services .top-banner.with-content .content-wrapper {
    background: #BF946A;
  }

  /* line 417, partials/_base.scss */
  .other-pet-care-services .top-banner.with-content .content-wrapper {
    background: #4A9835;
  }
}
@media screen and (max-width: 600px) {
  /* line 422, partials/_base.scss */
  .top-banner.with-content .image {
    padding-bottom: 0;
    height: 210px;
    background-position: 20% top;
  }
  /* line 423, partials/_base.scss */
  .top-banner.with-content .content-wrapper {
    padding-bottom: 20px;
  }
  /* line 424, partials/_base.scss */
  .top-banner.with-content .content-wrapper .content h1 {
    margin: 20px 0 10px;
  }
}
/* line 429, partials/_base.scss */
.submenu {
  text-align: center;
}
/* line 430, partials/_base.scss */
.submenu ul {
  display: flex;
  list-style: none;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
  align-content: stretch;
}
/* line 431, partials/_base.scss */
.submenu ul li {
  position: relative;
  padding-right: 1px;
  align-content: stretch;
  display: flex;
}
/* line 432, partials/_base.scss */
.submenu ul li a {
  padding: 24px 25px;
  text-decoration: none;
  color: #fff;
  display: block;
  -moz-transition: ease 0.2s all;
  -o-transition: ease 0.2s all;
  -webkit-transition: ease 0.2s all;
  transition: ease 0.2s all;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.2em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 433, partials/_base.scss */
.submenu ul li a:hover {
  background: #1f4388;
}
/* line 435, partials/_base.scss */
.submenu ul li:before {
  display: block;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 20px;
  right: 0;
  content: '';
  height: calc(100% - 40px);
}
/* line 436, partials/_base.scss */
.submenu ul li:last-child:before {
  display: none !important;
}

/* line 441, partials/_base.scss */
.submenu-swiper {
  display: none;
  background: #C9202F;
  padding: 18px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
/* line 442, partials/_base.scss */
.submenu-swiper ul {
  margin: 0;
  padding: 0;
  width: auto !important;
}
/* line 443, partials/_base.scss */
.submenu-swiper ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
/* line 445, partials/_base.scss */
.submenu-swiper ul li:after {
  content: '';
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #d8e8ef;
  height: 100%;
}
/* line 446, partials/_base.scss */
.submenu-swiper ul li:first-child:after {
  display: none;
}
/* line 447, partials/_base.scss */
.submenu-swiper ul li:last-child {
  margin-right: 15px;
}
/* line 448, partials/_base.scss */
.submenu-swiper ul li a {
  color: #fff;
  text-decoration: none;
  padding: 20px 20px;
}
/* line 453, partials/_base.scss */
.submenu-swiper:after {
  display: block;
  width: 40px;
  height: 100%;
  content: '';
  background: #f00;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left, #c9202f, rgba(201, 32, 47, 0.8), rgba(201, 32, 47, 0));
  z-index: 10;
}
/* line 454, partials/_base.scss */
.submenu-swiper .swiper-slide {
  width: auto !important;
}

@media screen and (max-width: 850px) {
  /* line 459, partials/_base.scss */
  .submenu ul li a {
    padding-left: 18px;
    padding-right: 18px;
  }
}
/* line 462, partials/_base.scss */
.intro {
  padding: 70px 0 50px;
}
/* line 463, partials/_base.scss */
.intro h1, .intro .h1 {
  font-weight: 800;
  font-size: 2.894736842105263em;
  text-align: center;
  line-height: 1em;
  margin: 0 0 15px;
  color: #1f4388;
}
/* line 464, partials/_base.scss */
.intro p {
  max-width: 960px;
  margin: 0 auto 15px;
  color: #464646;
  font-size: 1.025em;
  line-height: 1.5em;
  text-align: center;
}
/* line 465, partials/_base.scss */
.intro *:last-child {
  margin-bottom: 0;
}
/* line 466, partials/_base.scss */
.intro.image-box .content {
  padding: 0 50px 0 0;
}
/* line 470, partials/_base.scss */
.intro .half {
  text-align: left;
}
/* line 471, partials/_base.scss */
.intro .half * {
  text-align: left;
}

@media screen and (max-width: 800px) {
  /* line 478, partials/_base.scss */
  .intro h1,
  .intro .h1 {
    font-size: 2em;
  }
  /* line 480, partials/_base.scss */
  .intro p {
    line-height: 1.43em;
  }
}
@media screen and (max-width: 600px) {
  /* line 485, partials/_base.scss */
  .intro {
    padding: 35px 0 25px;
  }
}
/* line 491, partials/_base.scss */
.highlight-box .header {
  background: #C9202F;
  color: #fff;
  line-height: 1em;
  padding: 22px 25px 15px;
  font-size: 1.444444444444444em;
  font-weight: 800;
}
/* line 494, partials/_base.scss */
.highlight-box .content {
  background: #fde6d3;
  padding: 24px 25px;
}
/* line 495, partials/_base.scss */
.highlight-box .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 496, partials/_base.scss */
.highlight-box .content ul li {
  margin: 0 0 16px;
}
/* line 497, partials/_base.scss */
.highlight-box .content ul li:last-child {
  margin-bottom: 0;
}
/* line 500, partials/_base.scss */
.highlight-box .content ul.menu {
  list-style: none;
  margin: 0;
  padding: 15px 25px;
}
/* line 501, partials/_base.scss */
.highlight-box .content ul.menu li {
  margin: 0 0 10px;
}
/* line 502, partials/_base.scss */
.highlight-box .content ul.menu li:last-child {
  margin-bottom: 0;
}
/* line 505, partials/_base.scss */
.highlight-box .content ul.orange-list {
  padding-left: 25px;
}

/* line 513, partials/_base.scss */
.mobile-only .highlight-box.highlight-box.categories .content, .mobile-only .highlight-box.highlight-box.blog-archive .content {
  padding: 0 !important;
}

@media screen and (max-width: 800px) {
  /* line 518, partials/_base.scss */
  .inline-image-box .container .highlight-box {
    margin-top: 40px;
  }
  /* line 519, partials/_base.scss */
  .inline-image-box .container .highlight-box .header {
    font-size: 1.25em;
  }
  /* line 520, partials/_base.scss */
  .inline-image-box .container .highlight-box .content {
    padding: 24px 25px !important;
  }
  /* line 521, partials/_base.scss */
  .inline-image-box .container .highlight-box .content .column:first-child {
    padding-bottom: 15px;
  }
}
/* line 526, partials/_base.scss */
.columns {
  display: flex;
  width: calc(100% + 40px);
  margin-left: -20px;
}
/* line 527, partials/_base.scss */
.columns .half {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
/* line 528, partials/_base.scss */
.columns .half:first-child {
  padding-left: 0;
}
/* line 529, partials/_base.scss */
.columns .half:last-child {
  padding-right: 0;
}
/* line 531, partials/_base.scss */
.columns .third {
  width: calc(100% / 3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
/* line 533, partials/_base.scss */
.columns.flush {
  margin-left: 0;
  width: 100%;
}
/* line 534, partials/_base.scss */
.columns.flush .column {
  padding: 0;
}
/* line 535, partials/_base.scss */
.columns.flush .column:first-child {
  padding-right: 15px;
}
/* line 536, partials/_base.scss */
.columns.flush .column:last-child {
  padding-left: 15px;
}

@media screen and (max-width: 1400px) {
  /* line 541, partials/_base.scss */
  .columns {
    margin-left: 0;
    width: 100%;
  }

  /* line 542, partials/_base.scss */
  .form-wrapper .container {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  /* line 546, partials/_base.scss */
  .columns {
    flex-wrap: wrap;
  }
  /* line 547, partials/_base.scss */
  .columns .column {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 548, partials/_base.scss */
  .columns .column.half:first-child {
    margin-bottom: 35px;
  }
}
/* line 553, partials/_base.scss */
.image-box {
  display: flex;
  align-items: stretch;
  background: #1f4388;
}
/* line 554, partials/_base.scss */
.image-box .image {
  min-width: 50%;
  max-width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 555, partials/_base.scss */
.image-box .image img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: none;
}
/* line 557, partials/_base.scss */
.image-box .content {
  padding: 90px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 250px;
}
/* line 558, partials/_base.scss */
.image-box .content .inner {
  margin: 0 auto;
}
/* line 559, partials/_base.scss */
.image-box .content h1,
.image-box .content h3 {
  color: #fff;
}
/* line 561, partials/_base.scss */
.image-box .content h3 {
  line-height: 1em;
  font-size: 1em;
  text-transform: none;
}
/* line 562, partials/_base.scss */
.image-box .content h1 + h3 {
  margin: -10px 0 15px;
  line-height: 1.4em;
}
/* line 563, partials/_base.scss */
.image-box .content p {
  color: #fff;
}
/* line 564, partials/_base.scss */
.image-box .content *:last-child {
  margin-bottom: 0;
}
/* line 565, partials/_base.scss */
.image-box .content .button-wrapper {
  text-align: left;
}
/* line 567, partials/_base.scss */
.image-box .content.no-image {
  text-align: center;
  width: 100% !important;
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 568, partials/_base.scss */
.image-box .content.no-image p {
  max-width: 800px;
  margin: 0 auto;
}
/* line 571, partials/_base.scss */
.image-box.image-right {
  flex-direction: row-reverse;
}
/* line 572, partials/_base.scss */
.image-box.image-right .content {
  padding-right: 60px;
}
/* line 575, partials/_base.scss */
.image-box.image-left .content {
  padding-left: 60px;
}
/* line 578, partials/_base.scss */
.image-box.light-blue {
  background: #e5eef6;
}
/* line 579, partials/_base.scss */
.image-box.light-blue .image {
  width: 40%;
  max-width: 40%;
  min-width: 40%;
}
/* line 580, partials/_base.scss */
.image-box.light-blue .content {
  background: #e5eef6;
}
/* line 581, partials/_base.scss */
.image-box.light-blue .content h1, .image-box.light-blue .content h2, .image-box.light-blue .content h3, .image-box.light-blue .content li {
  color: #1f4388;
}
/* line 582, partials/_base.scss */
.image-box.light-blue .content p {
  color: #424242;
}
/* line 583, partials/_base.scss */
.image-box.light-blue .content li {
  margin: 0 0 8px;
}
/* line 584, partials/_base.scss */
.image-box.light-blue .content .extra-content {
  margin-top: 55px;
  padding-top: 55px;
  border-top: solid 2px #fff;
}
/* line 585, partials/_base.scss */
.image-box.light-blue .content .column:first-child {
  padding-right: 30px;
}
/* line 586, partials/_base.scss */
.image-box.light-blue .content .column:last-child {
  padding-left: 30px;
}

@media screen and (min-width: 801px) and (max-width: 980px) {
  /* line 593, partials/_base.scss */
  .body-private-branding .image-box {
    flex-wrap: wrap;
  }
  /* line 594, partials/_base.scss */
  .body-private-branding .image-box > div {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 595, partials/_base.scss */
  .body-private-branding .image-box .image {
    height: 250px;
    padding-bottom: 0%;
  }
  /* line 596, partials/_base.scss */
  .body-private-branding .image-box .content {
    padding: 60px 35px;
    min-height: 0;
  }
}
@media screen and (max-width: 800px) {
  /* line 601, partials/_base.scss */
  .image-box {
    flex-wrap: wrap;
  }
  /* line 602, partials/_base.scss */
  .image-box > div {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 603, partials/_base.scss */
  .image-box .image {
    height: 250px;
    padding-bottom: 0%;
  }
  /* line 604, partials/_base.scss */
  .image-box .content {
    padding: 60px 35px;
    min-height: 0;
  }
}
@media screen and (max-width: 600px) {
  /* line 610, partials/_base.scss */
  .image-box .content {
    padding: 40px 20px;
    min-height: 0;
  }
}
/* line 615, partials/_base.scss */
.inline-image-box.blue-inline-image-box {
  background: #e5eef6;
}
/* line 616, partials/_base.scss */
.inline-image-box .container {
  display: flex;
  align-items: center;
}
/* line 617, partials/_base.scss */
.inline-image-box .container .image {
  min-width: 44.444444444444444%;
}
/* line 618, partials/_base.scss */
.inline-image-box .container .image img {
  width: 100%;
}
/* line 620, partials/_base.scss */
.inline-image-box .container > .content:first-child {
  padding-right: 60px;
}
/* line 621, partials/_base.scss */
.inline-image-box .container > .content:last-child {
  padding-left: 60px;
}
/* line 623, partials/_base.scss */
.inline-image-box .container .content *:last-child {
  margin-bottom: 0;
}
/* line 625, partials/_base.scss */
.inline-image-box .container .button-wrapper {
  text-align: left;
}
/* line 627, partials/_base.scss */
.inline-image-box.top-align .container {
  align-items: flex-start;
}
/* line 630, partials/_base.scss */
.inline-image-box.stats-box .callout {
  background: #fff;
  padding: 30px;
  width: 50%;
  min-width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 631, partials/_base.scss */
.inline-image-box.stats-box .callout ul {
  margin: 0;
}
/* line 632, partials/_base.scss */
.inline-image-box.stats-box .callout ul li {
  margin: 0 0 12px;
}
/* line 633, partials/_base.scss */
.inline-image-box.stats-box .callout ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 635, partials/_base.scss */
.inline-image-box.stats-box .callout *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 800px) {
  /* line 642, partials/_base.scss */
  .inline-image-box.flip-mobile .container {
    flex-wrap: wrap-reverse;
  }
  /* line 643, partials/_base.scss */
  .inline-image-box .container {
    flex-wrap: wrap;
  }
  /* line 644, partials/_base.scss */
  .inline-image-box .container > div {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 645, partials/_base.scss */
  .inline-image-box .container .image {
    padding-bottom: 0%;
    margin-bottom: 35px !important;
  }
  /* line 646, partials/_base.scss */
  .inline-image-box .container .callout {
    margin-top: 35px !important;
  }
  /* line 647, partials/_base.scss */
  .inline-image-box .container .content {
    padding: 0 !important;
    min-height: 0;
  }
  /* line 648, partials/_base.scss */
  .inline-image-box .container .highlight-box {
    margin-top: 15px;
  }
  /* line 650, partials/_base.scss */
  .inline-image-box .desktop-only {
    display: none !important;
  }
  /* line 651, partials/_base.scss */
  .inline-image-box .mobile-only {
    display: block !important;
  }
}
/* line 657, partials/_base.scss */
ul.orange-list {
  list-style: none;
}
/* line 658, partials/_base.scss */
ul.orange-list li {
  position: relative;
}
/* line 659, partials/_base.scss */
ul.orange-list li:before {
  content: "\2022";
  color: #C9202F;
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

/* line 670, partials/_base.scss */
.panel-box-wrapper {
  position: relative;
  margin: 0 0 30px;
}
/* line 671, partials/_base.scss */
.panel-box-wrapper .trigger {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  position: absolute;
  top: 2px;
  cursor: pointer;
  z-index: 10;
  right: 20px;
  font-size: 4em;
  line-height: 1em;
  font-weight: 400;
  color: #fff;
}
/* line 683, partials/_base.scss */
.panel-box-wrapper .panel-toggle {
  background: #377f9e;
  display: block;
  width: 100%;
  cursor: pointer;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* line 684, partials/_base.scss */
.panel-box-wrapper .panel-toggle span {
  display: block;
  font-size: 1.65em;
  margin: 0;
  padding: 20px 40px;
  line-height: 1.1em;
  color: #fff;
  font-weight: 700;
}
/* line 693, partials/_base.scss */
.panel-box-wrapper .panel-toggle.green {
  background: #369c7e;
}
/* line 694, partials/_base.scss */
.panel-box-wrapper .panel-toggle.brown {
  background: #996847;
}

/* line 697, partials/_base.scss */
.panel-box-helper {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
}

/* line 699, partials/_base.scss */
.panel-box {
  background: transparent url(/css/images/panel-blue.gif) repeat top left;
  margin: 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 40px;
  position: relative;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* line 700, partials/_base.scss */
.panel-box .image-box {
  color: #fff;
  background: #377f9e;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  align-items: stretch;
}
/* line 701, partials/_base.scss */
.panel-box .image-box .image {
  max-width: 545px;
  width: 100%;
  min-width: fit-content;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  align-items: stretch;
}
/* line 702, partials/_base.scss */
.panel-box .image-box .image img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 704, partials/_base.scss */
.panel-box .image-box .content {
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
/* line 705, partials/_base.scss */
.panel-box .image-box .content h3 {
  font-size: 2.25em;
  margin: 0 0 20px;
  line-height: 1.1em;
}
/* line 706, partials/_base.scss */
.panel-box .image-box .content p {
  line-height: 1.6em;
}
/* line 707, partials/_base.scss */
.panel-box .image-box .content a {
  color: #fff;
}
/* line 708, partials/_base.scss */
.panel-box .image-box .content *:last-child {
  margin-bottom: 0;
}
/* line 712, partials/_base.scss */
.panel-box.green {
  background-image: url(/css/images/panel-green.gif);
}
/* line 713, partials/_base.scss */
.panel-box.green .image-box {
  background: #369c7e;
}
/* line 716, partials/_base.scss */
.panel-box.brown {
  background-image: url(/css/images/plan-your-trip.jpg);
}
/* line 717, partials/_base.scss */
.panel-box.brown .image-box {
  background: #996847;
}

@media screen and (max-width: 1100px) {
  /* line 722, partials/_base.scss */
  .panel-box .image-box {
    align-items: stretch;
  }
  /* line 723, partials/_base.scss */
  .panel-box .image-box .image {
    min-width: 400px;
    max-width: none;
  }
  /* line 724, partials/_base.scss */
  .panel-box .image-box .image img {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  /* line 731, partials/_base.scss */
  .panel-box .image-box .image {
    min-width: 300px;
  }
}
@media screen and (max-width: 900px) {
  /* line 738, partials/_base.scss */
  .panel-box .image-box {
    flex-wrap: wrap;
  }
  /* line 739, partials/_base.scss */
  .panel-box .image-box .image {
    min-width: 0;
    height: 0;
    padding-bottom: 55%;
    overflow: hidden;
  }
  /* line 742, partials/_base.scss */
  .panel-box .image-box .content {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
  }

  /* line 744, partials/_base.scss */
  .panel-box-wrapper {
    margin-bottom: 15px;
  }
  /* line 745, partials/_base.scss */
  .panel-box-wrapper .panel-toggle span {
    padding: 20px 50px 20px 20px;
  }

  /* line 747, partials/_base.scss */
  .panel-box {
    padding: 50px 25px 25px;
  }
}
@media screen and (max-width: 800px) {
  /* line 753, partials/_base.scss */
  .content p,
  .intro p {
    line-height: 1.43em !important;
    font-size: 1em !important;
  }
}
@media screen and (max-width: 600px) {
  /* line 761, partials/_base.scss */
  .panel-box-wrapper {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
/* line 764, partials/_base.scss */
.content-row {
  padding: 95px 0 80px;
}
/* line 765, partials/_base.scss */
.content-row.less-top-padding {
  padding-top: 45px;
}
/* line 766, partials/_base.scss */
.content-row.less-bottom-padding {
  padding-top: 40px;
}
/* line 767, partials/_base.scss */
.content-row.no-top-padding {
  padding-top: 0;
}
/* line 768, partials/_base.scss */
.content-row.no-bottom-padding {
  padding-bottom: 0;
}
/* line 769, partials/_base.scss */
.content-row.gray-row {
  background: #f2f2f2;
}
/* line 771, partials/_base.scss */
.content-row.add-top-border .container {
  position: relative;
}
/* line 772, partials/_base.scss */
.content-row.add-top-border .container:before {
  display: block;
  content: '';
  width: calc(100% - 40px);
  margin-left: 20px;
  height: 2px;
  background: #d2d2d2;
  position: absolute;
  top: 0;
  margin-top: -95px;
  left: 0;
}

@media screen and (max-width: 800px) {
  /* line 778, partials/_base.scss */
  .content-row {
    padding: 60px 0 60px;
  }
}
/* line 781, partials/_base.scss */
.tile-grid {
  width: calc(100% + 40px);
  margin-left: -20px;
}
/* line 782, partials/_base.scss */
.tile-grid .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
/* line 783, partials/_base.scss */
.tile-grid .container .tile {
  width: calc(100% / 3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  padding: 0 20px;
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 0 0 40px;
  display: flex;
  align-items: stretch;
}
/* line 784, partials/_base.scss */
.tile-grid .container .tile .content {
  background: #1f4388;
  width: 100%;
  display: block;
  padding: 100px 40px 140px;
  position: relative;
}
/* line 785, partials/_base.scss */
.tile-grid .container .tile .content span {
  display: block;
}
/* line 786, partials/_base.scss */
.tile-grid .container .tile .content .name {
  font-size: 1.578947368421053em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1em;
  margin: 0 0 15px;
}
/* line 787, partials/_base.scss */
.tile-grid .container .tile .content .summary {
  max-width: 320px;
  margin: 0 auto 15px;
}
/* line 788, partials/_base.scss */
.tile-grid .container .tile .content .button-wrapper {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 789, partials/_base.scss */
.tile-grid .container .tile .content .button-wrapper .button {
  display: inline-block;
  float: none;
  background: #fff !important;
  color: #1f4388 !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 0;
}
/* line 793, partials/_base.scss */
.tile-grid .container .tile:hover .content {
  background: #C9202F;
}
/* line 794, partials/_base.scss */
.tile-grid .container .tile:hover .content .button-wrapper .button {
  color: #C9202F !important;
}

@media screen and (max-width: 1100px) {
  /* line 803, partials/_base.scss */
  .tile-grid.category-grid {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  /* line 804, partials/_base.scss */
  .tile-grid .container .tile {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  /* line 805, partials/_base.scss */
  .tile-grid .container .tile .content {
    padding: 75px 25px 115px;
  }
}
@media screen and (max-width: 960px) {
  /* line 812, partials/_base.scss */
  .tile-grid.category-grid {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  /* line 813, partials/_base.scss */
  .tile-grid .container .tile {
    padding: 0 10px;
    width: calc(100% / 2);
  }
  /* line 814, partials/_base.scss */
  .tile-grid .container .tile .content {
    padding: 75px 25px 115px;
  }
}
@media screen and (max-width: 675px) {
  /* line 821, partials/_base.scss */
  .tile-grid .container .tile {
    padding: 0 10px;
    width: 100%;
  }
  /* line 822, partials/_base.scss */
  .tile-grid .container .tile .content {
    padding: 75px 30px 115px;
    height: auto !important;
  }
}
/* line 829, partials/_base.scss */
.feature-category-grid .container .featured-category {
  flex-wrap: wrap;
  width: calc(100% / 4);
  padding: 0 5px;
  margin: 5px 0;
  position: relative;
  overflow: hidden;
}
/* line 830, partials/_base.scss */
.feature-category-grid .container .featured-category .image {
  width: 100%;
  background: transparent url(/images/featured-categories/compressor-oils.jpg) no-repeat top left;
  background-size: cover;
}
/* line 831, partials/_base.scss */
.feature-category-grid .container .featured-category .image img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 833, partials/_base.scss */
.feature-category-grid .container .featured-category .content {
  font-size: 1em;
  padding: 6px 20px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  min-height: 75px;
}
/* line 834, partials/_base.scss */
.feature-category-grid .container .featured-category .content .name {
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1em;
  max-width: 250px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
/* line 836, partials/_base.scss */
.feature-category-grid .container .featured-category .rollover {
  position: absolute;
  margin-top: 120%;
  top: 0;
  left: 5px;
  width: calc(100% - 10px);
  height: 100%;
  background: #C9202F;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  display: flex;
  align-items: center;
}
/* line 837, partials/_base.scss */
.feature-category-grid .container .featured-category .rollover .inner {
  padding: 0 25px;
}
/* line 838, partials/_base.scss */
.feature-category-grid .container .featured-category .rollover .inner .name {
  font-weight: bold;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1em;
  margin: 0 0 5px;
  display: block;
}
/* line 839, partials/_base.scss */
.feature-category-grid .container .featured-category .rollover .inner .summary {
  max-width: 320px;
  margin: 0 0 22px;
  font-size: 0.88em;
  line-height: 1.2em;
  display: block;
}
/* line 840, partials/_base.scss */
.feature-category-grid .container .featured-category .rollover .inner .button-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  text-align: center;
}
/* line 841, partials/_base.scss */
.feature-category-grid .container .featured-category .rollover .inner .button-wrapper .button {
  display: inline-block;
  float: none;
  background: #fff !important;
  color: #C9202F !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.82em;
  padding: 15px 15px 12px;
  margin: 0;
}
/* line 845, partials/_base.scss */
.feature-category-grid .container .featured-category:hover .rollover {
  margin-top: 0;
}

/* line 850, partials/_base.scss */
.dropdown-menus .dropdown-menu-v2 {
  background: #ebebeb !important;
  padding: 30px 20px;
}
/* line 851, partials/_base.scss */
.dropdown-menus .dropdown-menu-v2 .dropdown-wrapper {
  background: transparent;
}
/* line 853, partials/_base.scss */
.dropdown-menus .feature-category-grid .container .featured-category {
  width: calc(100% / 6);
}

@media screen and (max-width: 1200px) {
  /* line 857, partials/_base.scss */
  .dropdown-menus .dropdown-menu-v2[data-dropdown="1"] {
    display: none !important;
  }
}
@media screen and (max-width: 1020px) {
  /* line 863, partials/_base.scss */
  .feature-category-grid .container .featured-category {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 720px) {
  /* line 873, partials/_base.scss */
  .feature-category-grid .container .featured-category {
    width: calc(100% / 2);
  }
  /* line 874, partials/_base.scss */
  .feature-category-grid .container .featured-category .rollover {
    margin-top: 150%;
  }
}
@media screen and (max-width: 459px) {
  /* line 882, partials/_base.scss */
  .feature-category-grid .container .featured-category .content {
    padding: 6px 5px 0;
  }
  /* line 883, partials/_base.scss */
  .feature-category-grid .container .featured-category .rollover {
    display: none;
  }
}
/* line 887, partials/_base.scss */
.breadcrumbs {
  display: flex;
  margin: 0 0 15px;
  flex-wrap: wrap;
}
/* line 888, partials/_base.scss */
.breadcrumbs span,
.breadcrumbs a {
  color: #C9202F;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 800;
  text-decoration: none;
  font-size: 1.2em;
  border-right: solid 2px #C9202F;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
/* line 890, partials/_base.scss */
.breadcrumbs span:last-child,
.breadcrumbs a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
/* line 891, partials/_base.scss */
.breadcrumbs span:hover,
.breadcrumbs a:hover {
  text-decoration: underline;
}
/* line 893, partials/_base.scss */
.breadcrumbs span {
  display: inline-block;
  margin: 0 8px;
  display: none;
}
@media screen and (max-width: 1150px) {
  /* line 887, partials/_base.scss */
  .breadcrumbs {
    flex-wrap: wrap;
  }
  /* line 895, partials/_base.scss */
  .breadcrumbs span, .breadcrumbs a {
    font-size: 1em;
  }
}

/* line 899, partials/_base.scss */
table.event-list {
  border-collapse: collapse;
  border: 1px solid #bbb;
  min-width: 95%;
  margin: 1em 0;
}
/* line 900, partials/_base.scss */
table.event-list thead th {
  padding: 12px 20px;
  font-weight: normal;
  text-align: left;
  background-color: #1f4388;
  color: #fff;
  border: 1px solid #fff;
}
/* line 901, partials/_base.scss */
table.event-list tbody th {
  font-weight: normal;
  width: 30%;
  text-align: left;
}
/* line 902, partials/_base.scss */
table.event-list td {
  padding: 10px;
  border: 1px solid #ddd;
}
/* line 903, partials/_base.scss */
table.event-list th, table.event-list td {
  padding: 20px;
}

/* line 905, partials/_base.scss */
p.course a {
  clear: both;
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 1%;
  border: 1px solid #ddd;
  min-height: 60px;
}
/* line 906, partials/_base.scss */
p.course a strong {
  color: #1f4388;
  text-decoration: underline;
}
/* line 907, partials/_base.scss */
p.course a img {
  float: left;
  margin-right: 1em;
}
@media screen and (max-width: 800px) {
  /* line 905, partials/_base.scss */
  p.course a {
    text-align: center !important;
    padding: 15px !important;
  }
  /* line 910, partials/_base.scss */
  p.course a img {
    float: none !important;
    margin: 0 auto 15px;
  }
  /* line 911, partials/_base.scss */
  p.course a br {
    display: none !important;
  }
  /* line 912, partials/_base.scss */
  p.course a strong {
    display: block !important;
  }
}

/* COURSE LIST STYLES */
/* line 917, partials/_base.scss */
.course-list-item, .modules-item {
  margin: .7em 0 2em;
  padding: .5em 0 0;
  border-top: 2px solid #aaa;
  border-bottom: 1px solid #ddd;
}

/* line 918, partials/_base.scss */
.lined-list ul {
  margin: .5em 0 0;
  padding: 0;
}

/* line 919, partials/_base.scss */
.lined-list li {
  list-style-type: none;
  font-size: .8em;
  margin: 0;
  padding: .4em 25px .4em 0;
  border-top: 1px solid #ddd;
  background: transparent url(images/icon-module.gif) no-repeat center right;
}

/* line 920, partials/_base.scss */
.lined-list h3 {
  margin-top: 15px;
}

/* line 921, partials/_base.scss */
.lined-list li.complete {
  background-image: url(images/icon-module-complete.gif) !important;
}

/* line 922, partials/_base.scss */
.lined-list li a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}

/* line 923, partials/_base.scss */
.lined-list li a:hover {
  text-decoration: underline;
}

/* line 924, partials/_base.scss */
.lined-list li.blocked {
  padding-right: 0;
  background-image: none;
}

/* line 925, partials/_base.scss */
.lined-list li.blocked strong {
  color: #522;
}

/* line 926, partials/_base.scss */
.lined-list li.blocked.ready strong {
  color: #252;
}

/* line 927, partials/_base.scss */
.lined-list li.blocked.started strong {
  color: #222;
}

/* COURSE MODULE STYLES */
/* line 930, partials/_base.scss */
.news-list {
  margin: 1em 0;
}

/* line 931, partials/_base.scss */
.news-list h3 {
  font-size: 130%;
  margin: .5em 0;
  font-weight: bold;
  color: #555;
}

/* line 932, partials/_base.scss */
.news-list h3 a {
  text-decoration: none;
}

/* line 933, partials/_base.scss */
.news-list h3 a:hover {
  text-decoration: underline;
}

/* line 935, partials/_base.scss */
.news-date {
  color: #aaa;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 22px;
  margin-top: 0;
  text-align: left;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

/* line 936, partials/_base.scss */
.news-more {
  float: right;
  margin: 0;
}

/* line 938, partials/_base.scss */
video {
  width: 100%;
  max-width: 100%;
  margin: .5em 0;
}

/* line 939, partials/_base.scss */
form.video-play {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 1em 0;
}

/* line 940, partials/_base.scss */
form.video-play input {
  width: 100%;
}

/* line 941, partials/_base.scss */
form.video-play input.play-button {
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 90px;
  max-width: 40%;
  opacity: .7;
}

/* line 942, partials/_base.scss */
form.video-play:hover input.play-button {
  opacity: 1;
}

/* line 944, partials/_base.scss */
.module-files, .module-messages {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 50%;
}

/* line 945, partials/_base.scss */
.module-files li.complete {
  list-style-image: url(/css/images/icon-module-complete.gif);
}

@media screen and (max-width: 675px) {
  /* line 947, partials/_base.scss */
  .module-files, .module-messages {
    width: 100%;
  }
}
/* MESSAGE STYLES */
/* line 953, partials/_base.scss */
#error-collector {
  display: none;
}

/* line 954, partials/_base.scss */
#error-collector.error {
  display: block;
}

/* line 956, partials/_base.scss */
.module-messages textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  box-sizing: border-box;
}

/* line 959, partials/_base.scss */
.message-list {
  clear: both;
  padding-top: 1em;
}

/* line 960, partials/_base.scss */
.message-post {
  background-color: #CAD6E9;
  border: 2px solid #1f4388;
  border-radius: 0;
  border-bottom-right-radius: 0;
  color: #000;
  font-size: .8em;
  line-height: 1;
  margin: 0 0 1em 3em;
}

/* line 961, partials/_base.scss */
.message-post.admin {
  background-color: #CAE9D6;
  margin: 0 3em 1em 0;
  border-color: #5FBE85;
  border-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 962, partials/_base.scss */
.message-post .posted {
  margin: 0;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  background-color: #1f4388;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 963, partials/_base.scss */
.message-post.admin .posted {
  background-color: #5FBE85;
  border-bottom-left-radius: 0;
  text-align: right;
  border-bottom-right-radius: 20px;
}

/* line 964, partials/_base.scss */
.message-post p {
  padding: 10px;
}

/* line 965, partials/_base.scss */
.action-icon {
  max-width: 20px;
}

/* YUI - Reset CSS & Fonts (http://developer.yahoo.com/yui/) */
/* line 7, print.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 7, print.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 7, print.scss */
fieldset, img {
  border: 0;
}

/* line 7, print.scss */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 7, print.scss */
ol, ul {
  list-style: none;
}

/* line 7, print.scss */
caption, th {
  text-align: left;
}

/* line 7, print.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

/* line 7, print.scss */
q:before, q:after {
  content: '';
}

/* line 8, print.scss */
body {
  font: 13px arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

/* line 8, print.scss */
table {
  font-size: inherit;
  font: 100%;
}

/* line 8, print.scss */
select, input, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

/* line 8, print.scss */
pre, code {
  font: 115% monospace;
  *font-size: 100%;
}

/* line 8, print.scss */
body * {
  line-height: 1.22em;
}

/* Neutralize styling:Elements with a vertical margin:*/
/* line 11, print.scss */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, form {
  margin: 1em 0;
  padding: 0;
}

/* Added Conveniences */
/* line 15, print.scss */
form label {
  cursor: pointer;
}

/* line 16, print.scss */
strong {
  font-weight: bold;
}

/* line 17, print.scss */
em {
  font-style: italic;
}

/* line 19, print.scss */
html, body {
  background-color: #fff;
}

/* BASE STRUCTURAL STYLES
---------------------------------*/
/* line 23, print.scss */
body {
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  font-size: 88%;
}

/* line 26, print.scss */
#foot {
  clear: both;
}

/* GENERAL ELEMENT STYLES
---------------------------------*/
/* line 31, print.scss */
h1 {
  margin-bottom: 2em;
}

/* line 32, print.scss */
h2 {
  font-weight: bold;
  font-size: 138%;
  margin: 1.5em 0 .5em;
}

/* line 33, print.scss */
h3 {
  font-weight: bold;
  margin: 1.5em 0 .5em;
}

/* line 34, print.scss */
ol {
  list-style-type: decimal;
}

/* line 35, print.scss */
ul {
  list-style-type: disc;
}

/* line 36, print.scss */
li {
  margin: .5em 0 .5em 1.5em;
}

/* line 37, print.scss */
a img {
  border: none;
}

/* line 38, print.scss */
a {
  color: #333;
  text-decoration: none;
}

/* line 40, print.scss */
h1,
h2 {
  font-size: 2.25em;
  margin: 25px 0 20px;
  font-weight: bold;
  line-height: 1.1em;
}

/* line 42, print.scss */
h2 {
  font-size: 1.75em;
  margin-top: 30px;
}

/* line 43, print.scss */
h3 {
  font-size: 1.25em;
  margin: 20px 0 10px;
}

/* line 44, print.scss */
hr {
  margin: 5px 0 25px;
  height: 1px;
}

/* line 47, print.scss */
th {
  font-weight: bold;
}

/* line 48, print.scss */
th, td {
  padding: 2px 5px;
  border: 1px solid #000;
}

/* line 49, print.scss */
tfoot td {
  font-style: italic;
}

/* line 51, print.scss */
.features.features-style-1 span.overview,
.features.features-style-2 span.overview {
  line-height: 1.4em;
}

/* line 53, print.scss */
.page .content li, p {
  font-size: 18px !important;
  line-height: 1.2em !important;
}

/* line 55, print.scss */
img {
  max-width: 100%;
}

/* line 56, print.scss */
a[href]:after {
  content: none !important;
}

/* line 60, print.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 61, print.scss */
.clearfix:after {
  clear: both;
}

/* line 62, print.scss */
.clearfix {
  zoom: 1;
}

/* line 64, print.scss */
.main-menu, .cta-menu,
.content-wrapper.with-sidebar aside,
.footer-menu,
#footer .subscribe,
#footer .container .address .logo,
#footer .footer-bottom .container .logos,
.home-banners,
.action-buttons,
.show-archive,
.home-solutions,
.chat,
.action-buttons,
#doctor-listing .container .minor,
#doctor-rotator,
#pollen-count,
#home-find-a-doctor,
.button,
footer .social,
#mp-menu,
.module-type-testimonials,
.subpage-list .subpage .title .orange-arrow,
#pie-chart-wrapper,
form,
.features.features-style-1 span.learn-more,
.features.features-style-2 span.button,
footer .columns-wrapper,
.beneficiaries-chart,
.alert-swiper-container, .top-bar, .menus,
.home-banners .content .header-image-content p, .header-image .content .header-image-content p, .top-banners .content .header-image-content p,
footer .columns {
  display: none !important;
}

/* BASE STRUCTURAL STYLES
---------------------------------*/
/* line 97, print.scss */
#site {
  font-family: calibri;
  font-size: 122%;
}

/* line 98, print.scss */
.page {
  padding: 0 0;
  text-align: left;
}

/* line 101, print.scss */
header .logo {
  width: 100%;
  margin: 10px 0 20px;
  text-align: center;
  padding: 0;
}
/* line 102, print.scss */
header .logo a {
  display: inline-block;
  max-width: 165px;
  margin: 0 0 25px;
}

/* line 106, print.scss */
.header-image {
  margin: 0 0 10px;
}

/* line 110, print.scss */
footer {
  clear: both;
  width: 100%;
  float: none;
  margin-top: 20px;
  text-align: center;
  border-top: solid 1px #ccc;
  margin-top: 35px;
  padding-top: 35px;
}
/* line 111, print.scss */
footer p {
  font-size: 14px !important;
}
/* line 112, print.scss */
footer .full {
  width: 100%;
  text-align: center;
  border-top: solid 1px #999;
  margin: 20px 0 0;
  padding: 12px 0 0;
}

/* line 115, print.scss */
.news-item-wrapper,
.column {
  width: 33.3333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  margin: 0 0 30px;
}
/* line 117, print.scss */
.news-item-wrapper a,
.column a {
  text-align: center;
}
/* line 118, print.scss */
.news-item-wrapper a span,
.column a span {
  display: block;
}
/* line 119, print.scss */
.news-item-wrapper a img,
.column a img {
  margin: 0 0 8px;
}
/* line 122, print.scss */
.news-item-wrapper:first-child,
.column:first-child {
  margin-left: -15px;
}
/* line 123, print.scss */
.news-item-wrapper:last-child,
.column:last-child {
  margin-right: -15px;
}
/* line 125, print.scss */
.news-item-wrapper.third,
.column.third {
  width: 33.3333%;
}
/* line 126, print.scss */
.news-item-wrapper.third:nth-child(3n+4),
.column.third:nth-child(3n+4) {
  clear: both;
}
/* line 128, print.scss */
.news-item-wrapper.fourth,
.column.fourth {
  width: 25%;
}
/* line 129, print.scss */
.news-item-wrapper.fourth:nth-child(4n+5),
.column.fourth:nth-child(4n+5) {
  clear: both;
}
/* line 131, print.scss */
.news-item-wrapper:last-column,
.column:last-column {
  padding-right: 0;
}

/* line 134, print.scss */
.button {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  content: '';
  float: left;
  width: 1px;
  height: 1px;
  width: auto;
  height: auto;
  background: #C9202F;
  text-transform: uppercase;
  border: solid 1px #C9202F;
  text-indent: 0;
  text-decoration: none;
  margin-right: 10px;
  padding: 12px 30px;
  line-height: 1em;
  color: #fff;
  border: solid 1px #06357a !important;
  color: #06357a !important;
  background: none !important;
}
/* line 43, partials/_mixins.scss */
.button.selected, .button:hover {
  background: transparent;
  color: #1f4388;
}
/* line 135, print.scss */
.button.purple-button {
  border-color: #4f509f;
}

/* HOME
--------------------------*/
/* line 140, print.scss */
.features {
  padding: 20px 0 !important;
  page-break-inside: avoid;
}
/* line 141, print.scss */
.features h3 {
  margin: 20px 0 35px !important;
}

/* line 143, print.scss */
body#pageurl .home-services, body#pageurl .home-industries {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* line 144, print.scss */
body#pageurl .home-services h3, body#pageurl .home-industries h3 {
  margin-top: 0 !important;
}

/* line 148, print.scss */
.container {
  padding: 0 !important;
}

/* line 149, print.scss */
.header-image {
  background: none !important;
}

/* line 151, print.scss */
.grid-column.module-type-subpage-listing {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}

/* line 152, print.scss */
.grid-column {
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}

/* line 153, print.scss */
.home-banners,
.header-image,
.top-banners {
  background: none !important;
}
/* line 156, print.scss */
.home-banners *,
.header-image *,
.top-banners * {
  background: none !important;
}
/* line 157, print.scss */
.home-banners h1,
.home-banners .title,
.header-image h1,
.header-image .title,
.top-banners h1,
.top-banners .title {
  display: block;
  font-size: 2.25em;
  font-family: "Poppins";
  text-align: left !important;
  line-height: .85em;
  text-transform: uppercase;
  color: #35a3d9 !important;
  padding-left: 20px !important;
  z-index: 100;
  position: relative;
}

/* line 160, print.scss */
.grid-column-container {
  background: none !important;
  border: none !important;
}
/* line 161, print.scss */
.grid-column-container * {
  background: none !important;
}

/* line 163, print.scss */
.news-list .news-list-item {
  padding: 30px 20px 20px !important;
}

/* line 164, print.scss */
.module-type-team-member {
  clear: both !important;
  padding-top: 45px !important;
  page-break-inside: avoid;
}

/* CUSTOM
--------------*/
/* line 168, print.scss */
#footer {
  padding: 30px 0 0 !important;
}

/* line 169, print.scss */
.page {
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  width: 100%;
}

/* line 170, print.scss */
.content-row {
  padding: 25px 0 !important;
}

/* line 171, print.scss */
.content-wrapper.with-sidebar {
  padding-top: 35px !important;
}

/* line 172, print.scss */
#footer .footer-bottom .container {
  padding: 10px 0 40px !important;
  margin: 0 !important;
}

/* line 173, print.scss */
#footer .container .main {
  width: 100% !important;
}

/* line 174, print.scss */
#footer .container .address {
  width: 100% !important;
  text-align: center;
}
