.button-overrides {
  border: 0 none;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.btn-icon-lg {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.btn-icon-lg i,
.btn-icon-lg span {
  font-size: 20px;
  top: 53%;
  left: 52%;
  transform: translate(-48%, -47%);
}
.btn-icon-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.btn-icon-sm i,
.btn-icon-sm span {
  font-size: 15px;
  top: 54%;
  left: 52%;
  transform: translate(-48%, -46%);
}
.btn-default {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.btn-default:hover,
.btn-default.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.btn-colors-default {
  color: #ffffff;
  background-color: #0085ca;
  transition: background-color 0.1s ease;
}
.btn-colors-default:hover {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.btn-primary {
  color: #ffffff;
  background-color: #b0008e;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.btn-primary:hover,
.btn-primary.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.btn-secondary {
  color: #ffffff;
  background-color: #f7a800;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.btn-secondary:hover,
.btn-secondary.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.btn-filter {
  color: #ffffff;
  background-color: #888b8d;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.btn-filter:hover,
.btn-filter.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #0085ca;
  cursor: pointer;
}
.btn-filter-secondary {
  color: #ffffff;
  background-color: #888b8d;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.btn-filter-secondary:hover,
.btn-filter-secondary.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #77bc1f;
  cursor: pointer;
}
.panel__100 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1199px) {
  .panel__100 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__100 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__100 {
    padding: 55px 25px 30px 25px;
  }
}
.panel__100--mtch-2 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1199px) {
  .panel__100--mtch-2 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__100--mtch-2 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__100--mtch-2 {
    padding: 55px 25px 30px 25px;
  }
}
.panel__100--mtch-3 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 85px 50px 60px 50px;
}
@media only screen and (max-width: 1199px) {
  .panel__100--mtch-3 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__100--mtch-3 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__100--mtch-3 {
    padding: 55px 25px 30px 25px;
  }
}
.panel__100--mtch-4 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 45px 35px 30px 35px;
}
@media only screen and (max-width: 1023px) {
  .panel__100--mtch-4 {
    padding: 50px 35px 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__100--mtch-4 {
    padding: 40px 30px 15px 30px;
  }
}
.panel__100--mtch-5 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 45px 30px 20px 30px;
}
@media only screen and (max-width: 1023px) {
  .panel__100--mtch-5 {
    padding: 45px 30px 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__100--mtch-5 {
    padding: 55px 25px 30px 25px;
  }
}
.panel__66 {
  flex: 0 0 66.66666667%;
  max-width: 66.66%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1199px) {
  .panel__66 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__66 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__66 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__65 {
  flex: 0 0 65%;
  max-width: 65%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1023px) {
  .panel__65 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__65 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__60 {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1023px) {
  .panel__60 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__60 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__50 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1199px) {
  .panel__50 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__50 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__50 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__40 {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1023px) {
  .panel__40 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__40 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__35 {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1023px) {
  .panel__35 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__35 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__33 {
  padding: 85px 50px 60px 50px;
  flex: 0 0 33.33333333%;
  max-width: 33.33%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1199px) {
  .panel__33 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__33 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__33 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .panel__33 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__33 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__33 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__25 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 45px 35px 30px 35px;
}
@media only screen and (max-width: 1023px) {
  .panel__25 {
    padding: 50px 35px 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__25 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 30px 15px 30px;
  }
}
.panel__25--alt {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 45px 35px 30px 35px;
}
@media only screen and (max-width: 1023px) {
  .panel__25--alt {
    padding: 50px 35px 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__25--alt {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 50px 25px 25px 25px;
  }
}
.panel__20 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 45px 30px 20px 30px;
}
@media only screen and (max-width: 1023px) {
  .panel__20 {
    padding: 45px 30px 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__20 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.cols__4--solid .panel:not(:nth-child(-n+4)) {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .cols__4--solid .panel:not(:nth-child(-n+2)) {
    padding-top: 0;
  }
}
.cols__3--solid .panel:not(:nth-child(-n+3)) {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .cols__3--solid .panel:not(:first-child) {
    padding-top: 0;
  }
}
.cols__2--solid .panel:not(:nth-child(-n+2)) {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .cols__2--solid .panel:not(:first-child) {
    padding-top: 0;
  }
}
.panel--no-pad {
  padding: 0;
}
.panel__header {
  width: 100%;
}
.panel__content {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.panel__cta {
  margin-top: 1.875rem;
}
.panel__image img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .panel__image {
    text-align: center;
    margin: 0;
  }
  .panel__image img {
    display: inline;
  }
}
/* Panels specific to Step By Step Component */
.sbs__panel--100 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 70px 50px;
}
@media only screen and (max-width: 1023px) {
  .sbs__panel--100 {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sbs__panel--100 {
    padding: 60px 30px;
  }
}
.sbs__panel--66 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666666666667%;
  padding: 70px 50px;
}
@media only screen and (max-width: 1023px) {
  .sbs__panel--66 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sbs__panel--66 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 60px 30px;
  }
}
.sbs__panel--50 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 70px 50px;
}
@media only screen and (max-width: 1023px) {
  .sbs__panel--50 {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sbs__panel--50 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 60px 30px;
  }
}
.sbs__panel--33 {
  flex: 0 0 33.33333333%;
  max-width: 33.333333333333336%;
  padding: 70px 50px;
}
@media only screen and (max-width: 1023px) {
  .sbs__panel--33 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 70px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sbs__panel--33 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 60px 30px;
  }
}
/*=====================================================*/
/* Descr: Panels: Std Padding for Content Blocks
/* Author: Richelle Cripe
/* Last modified: 07 Feb 2017
/* Note:
/* ====================================================*/
/* Special padding for Step By Step Component */
.runner-padding {
  padding: 30px 60px;
}
@media only screen and (max-width: 1023px) {
  .runner-padding {
    padding: 25px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .runner-padding {
    padding: 25px 30px;
  }
}
/*=====================================================*/
/* Descr: Themes for MITG Components
/* Author: Richelle Cripe
/* Last modified: 12 Feb 2019
/* ====================================================*/
.theme-white {
  background-color: #ffffff;
}
.theme-white h1,
.theme-white h2 {
  color: #001e46;
}
.theme-white h3,
.theme-white h4,
.theme-white h5,
.theme-white h6 {
  color: #53565a;
}
.theme-white p,
.theme-white li {
  color: #888b8d;
}
.theme-white a {
  color: #0085ca;
}
.theme-white a h6 {
  color: #0085ca;
}
.theme-white button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-white button:hover,
.theme-white button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/* Deprecate */
.theme-primary {
  background-color: #ffffff;
}
.theme-primary h1,
.theme-primary h2 {
  color: #001e46;
}
.theme-primary h3,
.theme-primary h4,
.theme-primary h5,
.theme-primary h6 {
  color: #53565a;
}
.theme-primary p,
.theme-primary li {
  color: #888b8d;
}
.theme-primary a {
  color: #0085ca;
}
.theme-primary a h6 {
  color: #0085ca;
}
.theme-primary button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-primary button:hover,
.theme-primary button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.theme-off-white {
  background-color: #f3f3f3;
}
.theme-off-white h1,
.theme-off-white h2,
.theme-off-white h3,
.theme-off-white h4 {
  color: #001e46;
}
.theme-off-white h5,
.theme-off-white h6,
.theme-off-white p,
.theme-off-white li {
  color: #53565a;
}
.theme-off-white a {
  color: #0085ca;
}
.theme-off-white a h6 {
  color: #0085ca;
}
.theme-off-white button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-off-white button:hover,
.theme-off-white button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/* Deprecate */
.theme-primary-alt {
  background-color: #f3f3f3;
}
.theme-primary-alt h1,
.theme-primary-alt h2,
.theme-primary-alt h3,
.theme-primary-alt h4 {
  color: #001e46;
}
.theme-primary-alt h5,
.theme-primary-alt h6,
.theme-primary-alt p,
.theme-primary-alt li {
  color: #53565a;
}
.theme-primary-alt a {
  color: #0085ca;
}
.theme-primary-alt a h6 {
  color: #0085ca;
}
.theme-primary-alt button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-primary-alt button:hover,
.theme-primary-alt button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.theme-pale-gray {
  background-color: #e8e8e7;
}
.theme-pale-gray h1,
.theme-pale-gray h2,
.theme-pale-gray h3,
.theme-pale-gray h4 {
  color: #001e46;
}
.theme-pale-gray h5,
.theme-pale-gray h6,
.theme-pale-gray p,
.theme-pale-gray li {
  color: #53565a;
}
.theme-pale-gray a {
  color: #0085ca;
}
.theme-pale-gray a h6 {
  color: #0085ca;
}
.theme-pale-gray button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-pale-gray button:hover,
.theme-pale-gray button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.theme-navy-blue {
  background-color: #001e46;
}
.theme-navy-blue h1,
.theme-navy-blue h2,
.theme-navy-blue h3,
.theme-navy-blue h4,
.theme-navy-blue h5,
.theme-navy-blue h6,
.theme-navy-blue p,
.theme-navy-blue li {
  color: #ffffff;
}
.theme-navy-blue a {
  color: #b9d9eb;
}
.theme-navy-blue a h6 {
  color: #b9d9eb;
}
.theme-navy-blue button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-navy-blue button:hover,
.theme-navy-blue button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/* Deprecate */
.theme-secondary {
  background-color: #001e46;
}
.theme-secondary h1,
.theme-secondary h2,
.theme-secondary h3,
.theme-secondary h4,
.theme-secondary h5,
.theme-secondary h6,
.theme-secondary p,
.theme-secondary li {
  color: #ffffff;
}
.theme-secondary a {
  color: #b9d9eb;
}
.theme-secondary a h6 {
  color: #b9d9eb;
}
.theme-secondary button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-secondary button:hover,
.theme-secondary button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.theme-medtronic-blue {
  background-color: #004b87;
}
.theme-medtronic-blue h1,
.theme-medtronic-blue h2,
.theme-medtronic-blue h3,
.theme-medtronic-blue h4,
.theme-medtronic-blue h5,
.theme-medtronic-blue h6,
.theme-medtronic-blue p,
.theme-medtronic-blue li {
  color: #ffffff;
}
.theme-medtronic-blue a {
  color: #b9d9eb;
}
.theme-medtronic-blue a h6 {
  color: #b9d9eb;
}
.theme-medtronic-blue button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-medtronic-blue button:hover,
.theme-medtronic-blue button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/* Deprecate */
.theme-secondary-alt {
  background-color: #004b87;
}
.theme-secondary-alt h1,
.theme-secondary-alt h2,
.theme-secondary-alt h3,
.theme-secondary-alt h4,
.theme-secondary-alt h5,
.theme-secondary-alt h6,
.theme-secondary-alt p,
.theme-secondary-alt li {
  color: #ffffff;
}
.theme-secondary-alt a {
  color: #b9d9eb;
}
.theme-secondary-alt a h6 {
  color: #b9d9eb;
}
.theme-secondary-alt button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-secondary-alt button:hover,
.theme-secondary-alt button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/*===CssFileBegin===*/
/*CssFileName:bootstrap.css*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container,
.container-fluid {
  margin: 0 auto;
  padding: 0;
}
.row {
  flex: 0 0 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 500px) {
  .container {
    max-width: 500px;
  }
}
@media (max-width: 321px) {
  .container {
    max-width: 321px;
  }
}
.page-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.wrapper--inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper--inner {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper--inner {
    padding: 0 8px;
  }
}
.wrapper--inner__overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  text-decoration: none;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  body::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
  }
  body::-webkit-scrollbar-thumb {
    display: none;
    width: 0 !important;
    background-color: transparent;
  }
  body::-webkit-scrollbar-track {
    display: none;
    width: 0 !important;
    background-color: transparent;
  }
  body::-webkit-scrollbar-track-piece {
    display: none;
    width: 0 !important;
    background-color: transparent;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
h2 {
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}
h3 {
  font-size: 1.875rem;
  line-height: 2.175rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 1.875rem;
}
h4 {
  font-size: 1.375rem;
  line-height: 1.6rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 1.875rem;
}
h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 1.875rem;
}
h6 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 0.9375rem;
}
p {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 1.875rem;
}
ul {
  margin-bottom: 1.875rem;
  list-style-type: square;
}
li {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.9375rem;
}
li > ul {
  margin-top: 1.875rem;
}
nav a {
  font-size: 1rem;
  font-weight: 400;
}
p > a {
  text-decoration: underline;
  font-weight: 500;
}
button {
  overflow: hidden;
  white-space: normal;
}
button,
input[type="button"] {
  border-radius: 0;
}
a > h6 {
  text-decoration: none;
}
a > h6:hover,
a > h6:focus {
  text-decoration: underline;
  cursor: pointer;
}
a > h6:hover > i,
a > h6:focus > i {
  text-decoration: none !important;
}
a > h6:hover > i {
  text-decoration: none !important;
}
a > h5 {
  text-decoration: none;
}
a > h5:hover,
a > h5:focus {
  text-decoration: underline;
  cursor: pointer;
}
a > h5:hover > i,
a > h5:focus > i {
  text-decoration: none !important;
}
a > h5:hover > i {
  text-decoration: none !important;
}
p > a > h6 {
  text-decoration: none;
}
p > a > h6:hover,
p > a > h6:focus {
  text-decoration: underline;
  cursor: pointer;
}
p > a > h6:hover > i,
p > a > h6:focus > i {
  text-decoration: none !important;
}
p > a > h6:hover > i {
  text-decoration: none !important;
}
a:hover > i:hover {
  text-decoration: none !important;
}
p i.mi.mi-video {
  margin-right: 8px;
}
.icon--left {
  margin-right: 6px;
}
.icon--right {
  margin-left: 6px;
}
table p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
}
i {
  text-decoration: none !important;
}
.text--caps {
  text-transform: uppercase;
}
.text--caps1 {
  text-transform: capitalize;
}
.mi {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
@media (max-width: 1024px) {
  html {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 0.875rem;
  }
}
.popup-video__container {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 400px;
  width: 960px;
  -webkit-box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.6);
  z-index: 6;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .popup-video__container {
    height: 320px;
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-video__container {
    width: 100%;
    height: auto;
  }
}
.popup-video__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 7;
}
.popup-video__close-btn:hover {
  cursor: pointer;
}
.popup-video__close-btn i {
  font-size: 20px;
  color: #ffffff;
  background-color: #0085ca;
  padding: 12.5px;
}

.button-overrides {
  border: 0 none;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.btn-icon-lg {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.btn-icon-lg i,
.btn-icon-lg span {
  font-size: 20px;
  top: 53%;
  left: 52%;
  transform: translate(-48%, -47%);
}
.btn-icon-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.btn-icon-sm i,
.btn-icon-sm span {
  font-size: 15px;
  top: 54%;
  left: 52%;
  transform: translate(-48%, -46%);
}
.btn-default {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.btn-default:hover,
.btn-default.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.btn-colors-default {
  color: #ffffff;
  background-color: #0085ca;
  transition: background-color 0.1s ease;
}
.btn-colors-default:hover {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.btn-primary {
  color: #ffffff;
  background-color: #b0008e;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.btn-primary:hover,
.btn-primary.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.btn-secondary {
  color: #ffffff;
  background-color: #f7a800;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.btn-secondary:hover,
.btn-secondary.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.btn-filter {
  color: #ffffff;
  background-color: #888b8d;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.btn-filter:hover,
.btn-filter.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #0085ca;
  cursor: pointer;
}
.btn-filter-secondary {
  color: #ffffff;
  background-color: #888b8d;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.btn-filter-secondary:hover,
.btn-filter-secondary.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #77bc1f;
  cursor: pointer;
}
.panel__100 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1199px) {
  .panel__100 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__100 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__100 {
    padding: 55px 25px 30px 25px;
  }
}
.panel__100--mtch-2 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1199px) {
  .panel__100--mtch-2 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__100--mtch-2 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__100--mtch-2 {
    padding: 55px 25px 30px 25px;
  }
}
.panel__100--mtch-3 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 85px 50px 60px 50px;
}
@media only screen and (max-width: 1199px) {
  .panel__100--mtch-3 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__100--mtch-3 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__100--mtch-3 {
    padding: 55px 25px 30px 25px;
  }
}
.panel__100--mtch-4 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 45px 35px 30px 35px;
}
@media only screen and (max-width: 1023px) {
  .panel__100--mtch-4 {
    padding: 50px 35px 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__100--mtch-4 {
    padding: 40px 30px 15px 30px;
  }
}
.panel__100--mtch-5 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 45px 30px 20px 30px;
}
@media only screen and (max-width: 1023px) {
  .panel__100--mtch-5 {
    padding: 45px 30px 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__100--mtch-5 {
    padding: 55px 25px 30px 25px;
  }
}
.panel__66 {
  flex: 0 0 66.66666667%;
  max-width: 66.66%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1199px) {
  .panel__66 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__66 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__66 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__65 {
  flex: 0 0 65%;
  max-width: 65%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1023px) {
  .panel__65 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__65 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__60 {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1023px) {
  .panel__60 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__60 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__50 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1199px) {
  .panel__50 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__50 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__50 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__40 {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1023px) {
  .panel__40 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__40 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__35 {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1023px) {
  .panel__35 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__35 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__33 {
  padding: 85px 50px 60px 50px;
  flex: 0 0 33.33333333%;
  max-width: 33.33%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1199px) {
  .panel__33 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__33 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__33 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .panel__33 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__33 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__33 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__25 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 45px 35px 30px 35px;
}
@media only screen and (max-width: 1023px) {
  .panel__25 {
    padding: 50px 35px 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__25 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 30px 15px 30px;
  }
}
.panel__25--alt {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 45px 35px 30px 35px;
}
@media only screen and (max-width: 1023px) {
  .panel__25--alt {
    padding: 50px 35px 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__25--alt {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 50px 25px 25px 25px;
  }
}
.panel__20 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 45px 30px 20px 30px;
}
@media only screen and (max-width: 1023px) {
  .panel__20 {
    padding: 45px 30px 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__20 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.cols__4--solid .panel:not(:nth-child(-n+4)) {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .cols__4--solid .panel:not(:nth-child(-n+2)) {
    padding-top: 0;
  }
}
.cols__3--solid .panel:not(:nth-child(-n+3)) {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .cols__3--solid .panel:not(:first-child) {
    padding-top: 0;
  }
}
.cols__2--solid .panel:not(:nth-child(-n+2)) {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .cols__2--solid .panel:not(:first-child) {
    padding-top: 0;
  }
}
.panel--no-pad {
  padding: 0;
}
.panel__header {
  width: 100%;
}
.panel__content {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.panel__cta {
  margin-top: 1.875rem;
}
.panel__image img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .panel__image {
    text-align: center;
    margin: 0;
  }
  .panel__image img {
    display: inline;
  }
}
/* Panels specific to Step By Step Component */
.sbs__panel--100 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 70px 50px;
}
@media only screen and (max-width: 1023px) {
  .sbs__panel--100 {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sbs__panel--100 {
    padding: 60px 30px;
  }
}
.sbs__panel--66 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666666666667%;
  padding: 70px 50px;
}
@media only screen and (max-width: 1023px) {
  .sbs__panel--66 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sbs__panel--66 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 60px 30px;
  }
}
.sbs__panel--50 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 70px 50px;
}
@media only screen and (max-width: 1023px) {
  .sbs__panel--50 {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sbs__panel--50 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 60px 30px;
  }
}
.sbs__panel--33 {
  flex: 0 0 33.33333333%;
  max-width: 33.333333333333336%;
  padding: 70px 50px;
}
@media only screen and (max-width: 1023px) {
  .sbs__panel--33 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 70px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sbs__panel--33 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 60px 30px;
  }
}
/*=====================================================*/
/* Descr: Panels: Std Padding for Content Blocks
/* Author: Richelle Cripe
/* Last modified: 07 Feb 2017
/* Note:
/* ====================================================*/
/* Special padding for Step By Step Component */
.runner-padding {
  padding: 30px 60px;
}
@media only screen and (max-width: 1023px) {
  .runner-padding {
    padding: 25px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .runner-padding {
    padding: 25px 30px;
  }
}
/*=====================================================*/
/* Descr: Themes for MITG Components
/* Author: Richelle Cripe
/* Last modified: 12 Feb 2019
/* ====================================================*/
.theme-white {
  background-color: #ffffff;
}
.theme-white h1,
.theme-white h2 {
  color: #001e46;
}
.theme-white h3,
.theme-white h4,
.theme-white h5,
.theme-white h6 {
  color: #53565a;
}
.theme-white p,
.theme-white li {
  color: #888b8d;
}
.theme-white a {
  color: #0085ca;
}
.theme-white a h6 {
  color: #0085ca;
}
.theme-white button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-white button:hover,
.theme-white button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/* Deprecate */
.theme-primary {
  background-color: #ffffff;
}
.theme-primary h1,
.theme-primary h2 {
  color: #001e46;
}
.theme-primary h3,
.theme-primary h4,
.theme-primary h5,
.theme-primary h6 {
  color: #53565a;
}
.theme-primary p,
.theme-primary li {
  color: #888b8d;
}
.theme-primary a {
  color: #0085ca;
}
.theme-primary a h6 {
  color: #0085ca;
}
.theme-primary button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-primary button:hover,
.theme-primary button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.theme-off-white {
  background-color: #f3f3f3;
}
.theme-off-white h1,
.theme-off-white h2,
.theme-off-white h3,
.theme-off-white h4 {
  color: #001e46;
}
.theme-off-white h5,
.theme-off-white h6,
.theme-off-white p,
.theme-off-white li {
  color: #53565a;
}
.theme-off-white a {
  color: #0085ca;
}
.theme-off-white a h6 {
  color: #0085ca;
}
.theme-off-white button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-off-white button:hover,
.theme-off-white button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/* Deprecate */
.theme-primary-alt {
  background-color: #f3f3f3;
}
.theme-primary-alt h1,
.theme-primary-alt h2,
.theme-primary-alt h3,
.theme-primary-alt h4 {
  color: #001e46;
}
.theme-primary-alt h5,
.theme-primary-alt h6,
.theme-primary-alt p,
.theme-primary-alt li {
  color: #53565a;
}
.theme-primary-alt a {
  color: #0085ca;
}
.theme-primary-alt a h6 {
  color: #0085ca;
}
.theme-primary-alt button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-primary-alt button:hover,
.theme-primary-alt button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.theme-pale-gray {
  background-color: #e8e8e7;
}
.theme-pale-gray h1,
.theme-pale-gray h2,
.theme-pale-gray h3,
.theme-pale-gray h4 {
  color: #001e46;
}
.theme-pale-gray h5,
.theme-pale-gray h6,
.theme-pale-gray p,
.theme-pale-gray li {
  color: #53565a;
}
.theme-pale-gray a {
  color: #0085ca;
}
.theme-pale-gray a h6 {
  color: #0085ca;
}
.theme-pale-gray button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-pale-gray button:hover,
.theme-pale-gray button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.theme-navy-blue {
  background-color: #001e46;
}
.theme-navy-blue h1,
.theme-navy-blue h2,
.theme-navy-blue h3,
.theme-navy-blue h4,
.theme-navy-blue h5,
.theme-navy-blue h6,
.theme-navy-blue p,
.theme-navy-blue li {
  color: #ffffff;
}
.theme-navy-blue a {
  color: #b9d9eb;
}
.theme-navy-blue a h6 {
  color: #b9d9eb;
}
.theme-navy-blue button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-navy-blue button:hover,
.theme-navy-blue button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/* Deprecate */
.theme-secondary {
  background-color: #001e46;
}
.theme-secondary h1,
.theme-secondary h2,
.theme-secondary h3,
.theme-secondary h4,
.theme-secondary h5,
.theme-secondary h6,
.theme-secondary p,
.theme-secondary li {
  color: #ffffff;
}
.theme-secondary a {
  color: #b9d9eb;
}
.theme-secondary a h6 {
  color: #b9d9eb;
}
.theme-secondary button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-secondary button:hover,
.theme-secondary button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.theme-medtronic-blue {
  background-color: #004b87;
}
.theme-medtronic-blue h1,
.theme-medtronic-blue h2,
.theme-medtronic-blue h3,
.theme-medtronic-blue h4,
.theme-medtronic-blue h5,
.theme-medtronic-blue h6,
.theme-medtronic-blue p,
.theme-medtronic-blue li {
  color: #ffffff;
}
.theme-medtronic-blue a {
  color: #b9d9eb;
}
.theme-medtronic-blue a h6 {
  color: #b9d9eb;
}
.theme-medtronic-blue button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-medtronic-blue button:hover,
.theme-medtronic-blue button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/* Deprecate */
.theme-secondary-alt {
  background-color: #004b87;
}
.theme-secondary-alt h1,
.theme-secondary-alt h2,
.theme-secondary-alt h3,
.theme-secondary-alt h4,
.theme-secondary-alt h5,
.theme-secondary-alt h6,
.theme-secondary-alt p,
.theme-secondary-alt li {
  color: #ffffff;
}
.theme-secondary-alt a {
  color: #b9d9eb;
}
.theme-secondary-alt a h6 {
  color: #b9d9eb;
}
.theme-secondary-alt button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-secondary-alt button:hover,
.theme-secondary-alt button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.btn__cta--sticky {
  position: absolute;
  width: auto;
  cursor: pointer;
  right: 0;
  bottom: 0;
}
.btn__cta--sticky i {
  font-size: 2.813rem;
}
.btn__std--sticky {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.link__cta--sticky {
  position: absolute;
  width: auto;
  cursor: pointer;
  left: 0;
  bottom: 0;
}
.btn__back {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  height: 53px;
  z-index: 3000;
  display: none;
}
@media only screen and (max-width: 767px) {
  .btn__back {
    display: block;
  }
}
.btn__back h3 {
  color: #001e46;
  padding: 16px;
  margin-bottom: 0;
  cursor: pointer;
}
.btn__icon {
  border: 0 none;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s ease;
  background-color: #0085ca;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.btn__icon:hover {
  cursor: pointer;
  background-color: #00a9e0;
}
.btn__icon i,
.btn__icon span {
  color: #ffffff;
  position: absolute;
  height: 50%;
}
.btn__icon--lg {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.btn__icon--lg i,
.btn__icon--lg span {
  font-size: 20px;
  top: 53%;
  left: 52%;
  -moz-transform: translate(-48%, -47%);
  -o-transform: translate(-48%, -47%);
  -ms-transform: translate(-48%, -47%);
  -webkit-transform: translate(-48%, -47%);
  transform: translate(-48%, -47%);
}
.btn__icon--sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.btn__icon--sm i,
.btn__icon--sm span {
  font-size: 15px;
  top: 54%;
  left: 52%;
  -moz-transform: translate(-48%, -46%);
  -o-transform: translate(-48%, -46%);
  -ms-transform: translate(-48%, -46%);
  -webkit-transform: translate(-48%, -46%);
  transform: translate(-48%, -46%);
}
.deck {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.deck__header {
  padding: 0 5px;
}
.card {
  position: relative;
  display: block;
  background-color: #f3f3f3;
  border: 0 none;
}
.card p {
  color: #53565a;
}
.card .card__supertitle {
  text-transform: none;
}
.card:hover {
  cursor: pointer;
}
.card__100 {
  width: 100%;
}
.card__100:nth-child(n) {
  margin-bottom: 0.75%;
  margin-right: 0.65%;
}
.card__100:nth-child(1n) {
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .card__100 {
    width: 100%;
  }
  .card__100:nth-child(n) {
    margin-bottom: 1.5%;
    margin-right: 0%;
  }
  .card__100:nth-child(1n) {
    margin-right: auto;
  }
}
.card__50 {
  width: 49.675%;
}
.card__50:nth-child(n) {
  margin-bottom: 0.75%;
  margin-right: 0.65%;
}
.card__50:nth-child(2n) {
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .card__50 {
    width: 100%;
  }
  .card__50:nth-child(n) {
    margin-bottom: 1.5%;
    margin-right: 0%;
  }
  .card__50:nth-child(1n) {
    margin-right: auto;
  }
}
.card__33 {
  width: 32.9%;
}
.card__33:nth-child(n) {
  margin-bottom: 0.75%;
  margin-right: 0.65%;
}
.card__33:nth-child(3n) {
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .card__33 {
    width: 49.675%;
  }
  .card__33:nth-child(n) {
    margin-bottom: 0.75%;
    margin-right: 0.65%;
  }
  .card__33:nth-child(2n) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .card__33 {
    width: 100%;
  }
  .card__33:nth-child(n) {
    margin-bottom: 1.5%;
    margin-right: 0%;
  }
  .card__33:nth-child(1n) {
    margin-right: auto;
  }
}
.card__25 {
  width: 24.5125%;
}
.card__25:nth-child(n) {
  margin-bottom: 0.75%;
  margin-right: 0.65%;
}
.card__25:nth-child(4n) {
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .card__25 {
    width: 49.675%;
  }
  .card__25:nth-child(n) {
    margin-bottom: 0.75%;
    margin-right: 0.65%;
  }
  .card__25:nth-child(2n) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .card__25 {
    width: 100%;
  }
  .card__25:nth-child(n) {
    margin-bottom: 1.5%;
    margin-right: 0%;
  }
  .card__25:nth-child(1n) {
    margin-right: auto;
  }
}
.card__20 {
  width: 19.48%;
}
.card__20:nth-child(n) {
  margin-bottom: 0.75%;
  margin-right: 0.65%;
}
.card__20:nth-child(5n) {
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .card__20 {
    width: 32.9%;
  }
  .card__20:nth-child(n) {
    margin-bottom: 0.75%;
    margin-right: 0.65%;
  }
  .card__20:nth-child(3n) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .card__20 {
    width: 100%;
  }
  .card__20:nth-child(n) {
    margin-bottom: 1.5%;
    margin-right: 0%;
  }
  .card__20:nth-child(1n) {
    margin-right: auto;
  }
}
.card__100 {
  text-align: center;
}
.card__100 .card__body {
  padding: 65px 50px;
  max-width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .card__100 .card__body {
    padding: 45px 35px;
    max-width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .card__100 .card__body {
    padding: 35px 25px;
    max-width: 100%;
  }
}
.card__100 .card__supertitle,
.card__100 .card__feature-title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 25px;
}
.card__100 .card__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 25px;
}
@media only screen and (max-width: 499px) {
  .card__100 .card__title {
    font-size: 26px;
  }
}
.card__100 .card__text,
.card__100 .card__descr,
.card__100 p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 35px;
}
.card__100 .card__cta {
  text-align: center;
}
.card__100 .btn__icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.card__100 .btn__icon i,
.card__100 .btn__icon span {
  font-size: 20px;
  top: 53%;
  left: 52%;
  transform: translate(-48%, -47%);
}
@media only screen and (max-width: 1199px) {
  .card__100 .btn__icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .card__100 .btn__icon i,
  .card__100 .btn__icon span {
    font-size: 15px;
    top: 54%;
    left: 52%;
    transform: translate(-48%, -46%);
  }
}
.card__100 .card__icons {
  height: 50px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .card__100 .card__icons {
    padding: 0 12px;
  }
}
.card__100.card-with-inline-img {
  flex: 0 0 100%;
  text-align: left;
}
.card__100.card-with-inline-img .card__row--33 {
  flex: 0 0 33.33333333%;
}
@media only screen and (max-width: 767px) {
  .card__100.card-with-inline-img .card__row--33 {
    flex: 0 0 100%;
  }
}
.card__100.card-with-inline-img .card__row--66 {
  flex: 0 0 66.66666667%;
}
@media only screen and (max-width: 767px) {
  .card__100.card-with-inline-img .card__row--66 {
    flex: 0 0 100%;
  }
}
.card__100.card-with-inline-img .card__img-wrapper {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .card__100.card-with-inline-img .card__img-wrapper {
    height: 170px;
  }
}
.card__100.card-with-inline-img .card__img {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .card__100.card-with-inline-img .card__img {
    height: 170px;
  }
}
.card__100.card-with-inline-img .card__body {
  max-width: 100%;
  width: 100%;
}
.card__100.card-with-inline-img .card__cta {
  text-align: right;
}
.card__50 {
  text-align: left;
}
.card__50 .card__body {
  padding: 55px 45px;
}
@media only screen and (max-width: 1199px) {
  .card__50 .card__body {
    padding: 45px 35px;
  }
}
@media only screen and (max-width: 1023px) {
  .card__50 .card__body {
    padding: 35px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .card__50 .card__body {
    padding: 35px 25px;
  }
}
.card__50 .card__supertitle,
.card__50 .card__feature-title {
  font-size: 0.875rem;
  margin-bottom: 25px;
}
.card__50 .card__title {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 25px;
  line-height: 1.85rem;
}
@media only screen and (max-width: 499px) {
  .card__50 .card__title {
    font-size: 20px;
  }
}
.card__50 .card__text,
.card__50 .card__descr,
.card__50 p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 35px;
}
.card__50 .card__cta {
  text-align: right;
}
.card__50 .btn__icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.card__50 .btn__icon i,
.card__50 .btn__icon span {
  font-size: 20px;
  top: 53%;
  left: 52%;
  transform: translate(-48%, -47%);
}
@media only screen and (max-width: 1199px) {
  .card__50 .btn__icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .card__50 .btn__icon i,
  .card__50 .btn__icon span {
    font-size: 15px;
    top: 54%;
    left: 52%;
    transform: translate(-48%, -46%);
  }
}
.card__50 .card__img--top {
  height: 270px;
}
@media only screen and (max-width: 1199px) {
  .card__50 .card__img--top {
    height: 215px;
  }
}
@media only screen and (max-width: 1023px) {
  .card__50 .card__img--top {
    height: 165px;
  }
}
@media only screen and (max-width: 767px) {
  .card__50 .card__img--top {
    height: 170px;
  }
}
.card__50 .card__icons {
  height: 60px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .card__50 .card__icons {
    padding: 15px 12px;
  }
}
.card__33 {
  text-align: left;
}
.card__33 .card__body {
  padding: 50px 40px;
}
@media only screen and (max-width: 1199px) {
  .card__33 .card__body {
    padding: 35px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .card__33 .card__body {
    padding: 35px 25px;
  }
}
.card__33 .card__supertitle,
.card__33 .card__feature-title {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.card__33 .card__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
  line-height: 1.6rem;
}
@media only screen and (max-width: 499px) {
  .card__33 .card__title {
    font-size: 20px;
  }
}
.card__33 .card__text,
.card__33 .card__descr,
.card__33 p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.5rem;
}
.card__33 .card__cta {
  text-align: right;
}
.card__33 .btn__icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.card__33 .btn__icon i,
.card__33 .btn__icon span {
  font-size: 20px;
  top: 53%;
  left: 52%;
  transform: translate(-48%, -47%);
}
@media only screen and (max-width: 1199px) {
  .card__33 .btn__icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .card__33 .btn__icon i,
  .card__33 .btn__icon span {
    font-size: 15px;
    top: 54%;
    left: 52%;
    transform: translate(-48%, -46%);
  }
}
.card__33 .card__img--top {
  height: 200px;
}
@media only screen and (max-width: 1199px) {
  .card__33 .card__img--top {
    height: 165px;
  }
}
@media only screen and (max-width: 767px) {
  .card__33 .card__img--top {
    height: 170px;
  }
}
.card__33 .card__icons {
  height: 50px;
  padding: 0 12px;
}
.card__25 {
  text-align: left;
}
.card__25 .card__body {
  padding: 40px 30px;
}
@media only screen and (max-width: 1199px) {
  .card__25 .card__body {
    padding: 35px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .card__25 .card__body {
    padding: 35px 25px;
  }
}
.card__25 .card__supertitle,
.card__25 .card__feature-title {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.card__25 .card__title {
  font-size: 1.25rem;
  margin-bottom: 20px;
  line-height: 1.6rem;
}
@media only screen and (max-width: 1199px) {
  .card__25 .card__title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1023px) {
  .card__25 .card__title {
    font-size: 1.25rem;
  }
}
.card__25 .card__text,
.card__25 .card__descr,
.card__25 p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.5rem;
}
.card__25 .card__cta {
  text-align: right;
}
.card__25 .btn__icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.card__25 .btn__icon i,
.card__25 .btn__icon span {
  font-size: 15px;
  top: 54%;
  left: 52%;
  transform: translate(-48%, -46%);
}
.card__25 .card__img--top {
  height: 155px;
}
@media only screen and (max-width: 1199px) {
  .card__25 .card__img--top {
    height: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .card__25 .card__img--top {
    height: 170px;
  }
}
.card__25 .card__icons {
  height: 50px;
  padding: 0 12px;
}
.card__20 {
  text-align: left;
}
.card__20 .card__body {
  padding: 35px 25px;
}
@media only screen and (max-width: 1199px) {
  .card__20 .card__body {
    padding: 35px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .card__20 .card__body {
    padding: 35px 25px;
  }
}
.card__20 .card__supertitle,
.card__20 .card__feature-title {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 20px;
}
.card__20 .card__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 499px) {
  .card__20 .card__title {
    font-size: 20px;
  }
}
.card__20 .card__text,
.card__20 .card__descr,
.card__20 p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 30px;
}
.card__20 .card__cta {
  text-align: right;
}
.card__20 .btn__icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.card__20 .btn__icon i,
.card__20 .btn__icon span {
  font-size: 15px;
  top: 54%;
  left: 52%;
  transform: translate(-48%, -46%);
}
.card__20 .card__img--top {
  height: 125px;
}
@media only screen and (max-width: 1199px) {
  .card__20 .card__img--top {
    height: 165px;
  }
}
@media only screen and (max-width: 767px) {
  .card__20 .card__img--top {
    height: 170px;
  }
}
.card__20 .card__icons {
  height: 50px;
  padding: 0 12px;
}
/* These styles are consistent across all column layouts */
.card__supertitle,
.card__feature-title {
  color: #0085ca;
  font-weight: 500;
}
.card__supertitle {
  text-transform: uppercase;
}
.card__feature-title {
  text-transform: none;
}
.card__title {
  color: #001e46;
  font-weight: 600;
  text-transform: none;
}
.card__text,
.card__descr,
p {
  color: #53565a;
  font-weight: 400;
}
.card__img {
  max-width: 100%;
}
.card__img--overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card__cta {
  background-color: inherit;
  border-top: 0 none;
  text-align: right;
  text-transform: uppercase;
}
.card__cta h6 {
  text-decoration: none;
  color: #b0008e;
  margin-bottom: 0;
}
.card__cta h6:hover,
.card__cta h6:focus {
  text-decoration: underline;
  cursor: pointer;
}
.card__cta h6:hover > i,
.card__cta h6:focus > i {
  text-decoration: none !important;
}
.card__cta i.mi-arrow-box {
  font-size: 2.5rem;
  color: #b0008e;
}
.card__cta .card__btn,
.card__cta .btn__icon {
  margin-bottom: 0 !important;
}
.card__cta .card__btn.btn__icon {
  padding: 0 !important;
}
.card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.card.card-with-img-cap {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card.card-with-img-cap .card__img,
.card.card-with-img-cap .card__body,
.card.card-with-img-cap .card__footer {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .card.card__100.card-with-inline-img {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.deck .card .card__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.card__block {
  flex: 1 1 auto;
}
.card__body {
  flex: 1 1 auto;
}
.card__block--with-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.card__block--icon {
  margin-right: 10px;
}
.card__block--icon i {
  font-size: 1.375rem;
}
.card__footer {
  padding: 0;
  width: 100%;
  text-align: left;
  color: #ffffff;
}
.card__footer i,
.card__footer p {
  color: #ffffff;
}
.card__icons {
  background-color: #0085ca;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.card__icons .icon__set {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 14px;
}
.card__icons .icon__set:last-of-type {
  margin-right: 0;
}
.card__icons .icon__el {
  display: inline-block;
}
.card__icons i.icon__el {
  font-size: 1.25rem;
}
.card__icons p.icon__el {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.card__icons .icon__text {
  margin-left: 4px;
}
.card__cta .cta-link i,
.card__cta .cta-link span {
  position: relative;
  top: 1.5px;
}
/* -- The carousel is very similar to the deck of cards styles -- */
/* -- The difference is that on mobile, the carousel moves to  -- */
/* -- a container with a horizontal scroll instead of stacking -- */
.carousel {
  position: relative;
  min-height: fit-content;
  padding-bottom: 25px;
  overflow: hidden;
}
.carousel__title {
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 15px;
}
.carousel__header {
  color: #53565a;
  padding-left: 4px;
}
.carousel__deck {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.carousel__deck .carousel__card {
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .carousel__deck.carousel__deck--3-col,
  .carousel__deck.carousel__deck--4-col {
    overflow-x: scroll;
  }
}
@media (max-width: 766px) {
  .carousel__deck.carousel__deck--2-col {
    overflow-x: scroll;
  }
}
.carousel__card {
  position: relative;
  display: block;
  background-color: #f3f3f3;
  border: 0 none;
}
.carousel__card p {
  color: #53565a;
}
.carousel__card:hover {
  cursor: pointer;
}
.carousel-card__100 {
  width: 100%;
}
.carousel-card__100:nth-child(n) {
  margin-bottom: 0.75%;
  margin-right: 0.65%;
}
.carousel-card__100:nth-child(1n) {
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .carousel-card__100 {
    width: 100%;
  }
  .carousel-card__100:nth-child(n) {
    margin-bottom: 1.5%;
    margin-right: 0%;
  }
  .carousel-card__100:nth-child(1n) {
    margin-right: auto;
  }
}
.carousel-card__50 {
  width: 49.675%;
}
.carousel-card__50:nth-child(n) {
  margin-bottom: 0.75%;
  margin-right: 0.65%;
}
.carousel-card__50:nth-child(2n) {
  margin-right: auto;
}
@media (max-width: 766px) {
  .carousel-card__50 {
    width: 367.48px;
  }
  .carousel-card__50:nth-child(n) {
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .carousel-card__50:last-child {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 499px) {
  .carousel-card__50 {
    width: 280px;
  }
  .carousel-card__50:nth-child(n) {
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .carousel-card__50:last-child {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 320px) {
  .carousel-card__50 {
    width: 240px;
  }
}
.carousel-card__33 {
  width: 32.9%;
}
.carousel-card__33:nth-child(n) {
  margin-bottom: 0.75%;
  margin-right: 0.65%;
}
.carousel-card__33:nth-child(3n) {
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .carousel-card__33 {
    width: 49.675%;
  }
  .carousel-card__33:nth-child(n) {
    margin-bottom: 0.75%;
    margin-right: 0.65%;
  }
  .carousel-card__33:nth-child(2n) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-card__33 {
    width: 367.48px;
  }
  .carousel-card__33:nth-child(n) {
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .carousel-card__33:last-child {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 499px) {
  .carousel-card__33 {
    width: 280px;
  }
}
@media only screen and (max-width: 320px) {
  .carousel-card__33 {
    width: 240px;
  }
}
.carousel-card__25 {
  width: 24.5125%;
}
.carousel-card__25:nth-child(n) {
  margin-bottom: 0.75%;
  margin-right: 0.65%;
}
.carousel-card__25:nth-child(4n) {
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .carousel-card__25 {
    width: 49.675%;
  }
  .carousel-card__25:nth-child(n) {
    margin-bottom: 0.75%;
    margin-right: 0.65%;
  }
  .carousel-card__25:nth-child(2n) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-card__25 {
    width: 367.48px;
  }
  .carousel-card__25:nth-child(n) {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .carousel-card__25:last-child {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 499px) {
  .carousel-card__25 {
    width: 280px;
  }
}
@media only screen and (max-width: 320px) {
  .carousel-card__25 {
    width: 240px;
  }
}
.carousel-card__100 {
  text-align: center;
}
.carousel-card__100 .carousel-card__body {
  padding: 65px 50px;
  max-width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .carousel-card__100 .carousel-card__body {
    padding: 45px 35px;
    max-width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-card__100 .carousel-card__body {
    padding: 35px 25px;
    max-width: 100%;
  }
}
.carousel-card__100 .card__supertitle,
.carousel-card__100 .card__feature-title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}
.carousel-card__100 .card__title {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 15px;
}
.carousel-card__100 .card__text,
.carousel-card__100 .card__descr {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}
.carousel-card__100 .card__cta {
  text-align: center;
}
.carousel-card__100 .btn__icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.carousel-card__100 .btn__icon i,
.carousel-card__100 .btn__icon span {
  font-size: 20px;
  top: 53%;
  left: 52%;
  transform: translate(-48%, -47%);
}
@media only screen and (max-width: 1199px) {
  .carousel-card__100 .btn__icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .carousel-card__100 .btn__icon i,
  .carousel-card__100 .btn__icon span {
    font-size: 15px;
    top: 54%;
    left: 52%;
    transform: translate(-48%, -46%);
  }
}
.carousel-card__50 {
  text-align: left;
}
.carousel-card__50 .carousel-card__body {
  padding: 55px 45px;
}
@media only screen and (max-width: 1199px) {
  .carousel-card__50 .carousel-card__body {
    padding: 45px 35px;
  }
}
@media only screen and (max-width: 1023px) {
  .carousel-card__50 .carousel-card__body {
    padding: 35px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-card__50 .carousel-card__body {
    padding: 35px 25px;
  }
}
.carousel-card__50 .card__supertitle,
.carousel-card__50 .card__feature-title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}
.carousel-card__50 .card__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .carousel-card__50 .card__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.carousel-card__50 .card__text,
.carousel-card__50 .card__descr {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}
.carousel-card__50 .card__cta {
  text-align: right;
}
.carousel-card__50 .btn__icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.carousel-card__50 .btn__icon i,
.carousel-card__50 .btn__icon span {
  font-size: 20px;
  top: 53%;
  left: 52%;
  transform: translate(-48%, -47%);
}
@media only screen and (max-width: 1199px) {
  .carousel-card__50 .btn__icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .carousel-card__50 .btn__icon i,
  .carousel-card__50 .btn__icon span {
    font-size: 15px;
    top: 54%;
    left: 52%;
    transform: translate(-48%, -46%);
  }
}
.carousel-card__33 {
  text-align: left;
}
.carousel-card__33 .carousel-card__body {
  padding: 50px 40px;
}
@media only screen and (max-width: 1199px) {
  .carousel-card__33 .carousel-card__body {
    padding: 35px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-card__33 .carousel-card__body {
    padding: 35px 25px;
  }
}
.carousel-card__33 .card__supertitle,
.carousel-card__33 .card__feature-title {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
}
.carousel-card__33 .card__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .carousel-card__33 .card__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1023px) {
  .carousel-card__33 .card__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.carousel-card__33 .card__text,
.carousel-card__33 .card__descr {
  font-size: 14px;
  margin-bottom: 15px;
}
.carousel-card__33 .card__cta {
  text-align: right;
}
.carousel-card__33 .btn__icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.carousel-card__33 .btn__icon i,
.carousel-card__33 .btn__icon span {
  font-size: 20px;
  top: 53%;
  left: 52%;
  transform: translate(-48%, -47%);
}
@media only screen and (max-width: 1199px) {
  .carousel-card__33 .btn__icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .carousel-card__33 .btn__icon i,
  .carousel-card__33 .btn__icon span {
    font-size: 15px;
    top: 54%;
    left: 52%;
    transform: translate(-48%, -46%);
  }
}
.carousel-card__25 {
  text-align: left;
}
.carousel-card__25 .carousel-card__body {
  padding: 40px 30px;
}
@media only screen and (max-width: 1199px) {
  .carousel-card__25 .carousel-card__body {
    padding: 35px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-card__25 .carousel-card__body {
    padding: 35px 25px;
  }
}
.carousel-card__25 .card__supertitle,
.carousel-card__25 .card__feature-title {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
}
.carousel-card__25 .card__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .carousel-card__25 .card__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.carousel-card__25 .card__text,
.carousel-card__25 .card__descr {
  font-size: 14px;
  margin-bottom: 15px;
}
.carousel-card__25 .card__cta {
  text-align: right;
}
.carousel-card__25 .btn__icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.carousel-card__25 .btn__icon i,
.carousel-card__25 .btn__icon span {
  font-size: 15px;
  top: 54%;
  left: 52%;
  transform: translate(-48%, -46%);
}
.carousel__card .carousel-card__body {
  white-space: normal;
}
.carousel__deck .carousel__card .carousel-card__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.carousel-card__block {
  flex: 1 1 auto;
}
.divider {
  background-color: #ffffff;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .divider {
    height: 30px;
  }
}
.comp__divider {
  background-color: #ffffff;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .comp__divider {
    height: 30px;
  }
}
.row__divider {
  width: 100%;
  border-bottom: 1px solid;
}
.row__divider--cols-1 {
  margin: 0px 60px;
}
@media only screen and (max-width: 1023px) {
  .row__divider--cols-1 {
    margin: 0px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .row__divider--cols-1 {
    margin: 0px 30px;
  }
}
.row__divider--cols-2 {
  margin: 0px 60px;
}
@media only screen and (max-width: 1023px) {
  .row__divider--cols-2 {
    margin: 0px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .row__divider--cols-2 {
    margin: 0px 30px;
  }
}
.row__divider--cols-3 {
  margin: 0px 50px;
}
@media only screen and (max-width: 1023px) {
  .row__divider--cols-3 {
    margin: 0px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .row__divider--cols-3 {
    margin: 0px 30px;
  }
}
.row__divider--cols-4 {
  margin: 0px 35px;
}
@media only screen and (max-width: 1023px) {
  .row__divider--cols-4 {
    margin: 0px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .row__divider--cols-4 {
    margin: 0px 30px;
  }
}
.row__divider--cols-5 {
  margin: 0px 30px;
}
@media only screen and (max-width: 1023px) {
  .row__divider--cols-5 {
    margin: 0px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .row__divider--cols-5 {
    margin: 0px 30px;
  }
}
.section__expander {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  padding: 20px;
}
.section__expander:hover {
  cursor: pointer;
}
.section__expander h3 {
  color: #f7a800;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section__expander i {
  margin-left: 14px;
}
@media only screen and (max-width: 767px) {
  .section__expandable {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 53px;
    left: 0;
    background-color: #ffffff;
    z-index: 1000;
    overflow-y: scroll;
    padding-bottom: 53px;
  }
  .section__expandable::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
.figure__row {
  height: 100%;
  margin: auto;
}
.figure__row--cols-4 {
  padding: 30px 0;
}
@media only screen and (max-width: 1023px) {
  .figure__row--cols-4 {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  .figure__row--cols-4 {
    padding: 12.5px 0;
  }
}
.figure__row--cols-4 .figure__content {
  padding: 30px 40px;
}
@media only screen and (max-width: 1023px) {
  .figure__row--cols-4 .figure__content {
    padding: 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .figure__row--cols-4 .figure__content {
    padding: 12.5px 25px;
  }
}
.figure__25 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media only screen and (max-width: 767px) {
  .figure__25 {
    flex: 0 0 33.33333333%;
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 499px) {
  .figure__25 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.figure__image {
  border: 2px solid #b1b3b3;
  overflow: hidden;
}
.figure__image img {
  display: block;
  max-width: 100%;
}
.figure__content {
  position: relative;
  display: block;
}
.figure__descr {
  color: #53565a;
  text-align: left;
}
.filters__toggle {
  display: none;
}
@media only screen and (max-width: 767px) {
  .filters__toggle {
    display: block;
    width: 100%;
    background-color: #b1b3b3;
    color: #ffffff;
    padding: 16px 40px 32px 40px;
    cursor: pointer;
  }
  .filters__toggle h4 {
    color: #ffffff !important;
    font-weight: 300;
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .filters__toggle i {
    display: inline;
    margin-left: 0.5rem;
    float: right;
  }
  .filters__toggle i.is-hidden {
    display: none;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 499px) {
  .filters__toggle {
    padding: 16px 30px 32px 30px;
  }
}
.filters {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #f3f3f3;
  /* keep original padding to prevent regression issues */
  padding: 24px 40px 0 40px;
  /* add padding to match content below (based on num columns) */
}
.filters.filters--cols-4 {
  padding: 24px 35px 0 35px;
}
.filters.filters--cols-3 {
  padding: 24px 50px 0 50px;
}
.filters.filters--cols-2 {
  padding: 24px 60px 0 60px;
}
.filters.filters--cols-1 {
  padding: 24px 60px 0 60px;
}
.filters a {
  color: #ffffff;
}
.filters ul {
  margin: 0;
  margin-bottom: 0;
  padding: 0;
}
.filters li {
  color: #ffffff;
  background-color: #888b8d;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  margin-right: 12px;
}
.filters li:hover,
.filters li.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #0085ca;
  cursor: pointer;
}
.filters li.is-active {
  background-color: #0085ca;
  color: #ffffff;
}
.filters li a {
  cursor: pointer;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .filters li {
    margin-right: 16px;
  }
}
.filters--secondary li {
  color: #ffffff;
  background-color: #888b8d;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
  color: #ffffff !important;
}
.filters--secondary li:hover,
.filters--secondary li.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #77bc1f;
  cursor: pointer;
}
.filters--secondary li.is-active {
  background-color: #77bc1f;
}
@media only screen and (max-width: 767px) {
  .filters {
    display: none;
  }
  .filters.responsive {
    display: block;
  }
}
form {
  color: #53565a;
}
form h6,
form p,
form ul,
form li {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
form input[type="text"],
form input[type="date"],
form input[type="number"],
form input[type="email"],
form input[type="tel"],
form select,
form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #f3f3f3;
  font-size: 1rem;
  border: 1px solid #b1b3b3;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
}
form input[type="text"],
form input[type="number"],
form input[type="email"],
form input[type="text"],
form input[type="tel"],
form select,
form textarea {
  padding: 18px 10px;
}
form input[type="date"] {
  padding: 16px 10px;
}
form input[type="checkbox"],
form input[type="radio"] {
  background-color: #f3f3f3;
  border: 1px solid #b1b3b3;
  box-shadow: none;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
}
form input[type="checkbox"] {
  top: 21px;
}
form input[type="radio"] {
  top: 10px;
}
form select {
  background: url('base/img/down-caret-dark-grey.svg') no-repeat;
  background-position: right 10px top 11px;
  background-size: 22px;
  background-color: #f3f3f3;
}
form fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
form legend {
  padding-inline-start: 0;
  padding-inline-end: 0;
  display: none;
}
form ul {
  list-style-type: none;
  padding-inline-start: 0;
}
form li,
form p {
  position: relative;
}
form .form__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex: 0 0 100%;
}
form .form__row .form__el--50:last-child {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
@media only screen and (max-width: 767px) {
  form .form__row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
form .form__el--100 {
  flex: 0 0 100%;
}
form .form__el--100 input[type="text"],
form .form__el--100 input[type="date"],
form .form__el--100 input[type="number"],
form .form__el--100 input[type="email"],
form .form__el--100 input[type="tel"],
form .form__el--100 select,
form .form__el--100 textarea {
  width: 100%;
}
form .form__el--50 {
  flex: 0 0 49.16666667%;
}
form .form__el--50 input[type="text"],
form .form__el--50 input[type="date"],
form .form__el--50 input[type="number"],
form .form__el--50 input[type="email"],
form .form__el--50 input[type="tel"],
form .form__el--50 select,
form .form__el--50 textarea {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  form .form__el--50 {
    flex: 0 0 100%;
  }
}
form .form__label {
  font-size: 1rem;
  color: #53565a;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
}
form .form__label--radio {
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 30px;
}
form .form__label--block {
  font-weight: 500;
  display: block;
}
form .form__label--inline {
  font-weight: 400;
  display: inline-block;
  margin-left: 30px;
}
form .form__error {
  font-size: 14px;
  font-weight: 500;
  color: #e35205;
  margin-bottom: 0;
  line-height: 1.45rem;
  display: none;
}
form .form__error.is-active {
  display: block;
}
form .form__btn {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
  margin-top: 30px;
  margin-bottom: 0px;
}
form .form__btn:hover,
form .form__btn.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.comp__header,
.comp__header--cols-4,
.comp__header--cols-3 {
  width: 100%;
  display: block;
  position: relative;
  background-color: #0085ca;
}
.comp__header--cols-4 {
  padding: 30px 35px;
}
.comp__header--cols-4 h2,
.comp__header--cols-4 h3 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .comp__header--cols-4 {
    padding: 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__header--cols-4 {
    padding: 25px 30px;
  }
}
.comp__header--cols-3 {
  padding: 30px 50px;
}
.comp__header--cols-3 h2,
.comp__header--cols-3 h3 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .comp__header--cols-3 {
    padding: 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__header--cols-3 {
    padding: 25px 30px;
  }
}
.asset-link {
  text-decoration: none;
}
.asset-link:hover,
.asset-link:focus {
  text-decoration: underline;
  cursor: pointer;
}
.asset-link:hover > i,
.asset-link:focus > i {
  text-decoration: none !important;
}
.linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.linklist li {
  text-decoration: none;
  font-weight: 600;
}
.linklist li:hover,
.linklist li:focus {
  text-decoration: underline;
  cursor: pointer;
}
.linklist li:hover > i,
.linklist li:focus > i {
  text-decoration: none !important;
}
.linklist--no-wrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.linklist--no-wrap li {
  text-decoration: none;
  font-weight: 600;
}
.linklist--no-wrap li:hover,
.linklist--no-wrap li:focus {
  text-decoration: underline;
  cursor: pointer;
}
.linklist--no-wrap li:hover > i,
.linklist--no-wrap li:focus > i {
  text-decoration: none !important;
}
.linklist--no-wrap a i {
  float: left;
}
.linklist--no-wrap a h5 {
  overflow: hidden;
  padding-left: 8px;
  text-transform: none;
}
.mega-filters {
  zoom: 1;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mega-filters:before,
.mega-filters:after {
  content: " ";
  display: table;
}
.mega-filters:after {
  clear: both;
}
.mega-filters input[type="checkbox"] {
  top: 0px;
}
.mega-filters ul,
.mega-filters li {
  padding: 0;
}
.mega-filters ul {
  margin-bottom: 0;
  list-style-type: none;
  -webkit-padding-start: 0;
}
.mega-filters button:focus {
  outline: none;
}
.mega-filters .tab-header-and-content {
  font-size: 1rem;
}
.mega-filters .tab-content {
  background-color: #001e46;
  color: #ffffff;
}
.mega-filters .tab-content label {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .mega-filters .tab-content {
    display: none;
  }
}
.mega-filters input[type="checkbox"],
.mega-filters input[type="checkbox"] i {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  margin-left: 16px;
  margin-right: 8px;
  height: 15px;
  width: 15px;
}
.mega-filters input[type="checkbox"]:hover,
.mega-filters input[type="checkbox"] i:hover {
  cursor: pointer;
}
.mega-filters .checkbox--std {
  position: relative;
}
.mega-filters .checkbox--std:checked:after {
  font-family: "MITG Icons" !important;
  content: '\e17a';
  font-size: 11px;
  position: absolute;
  top: 2px;
  left: 2px;
  color: #001e46;
}
.mega-filters form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
.filter__checkbox {
  flex: 0 0 25%;
  padding: 1rem 0;
}
.filter__checkbox:nth-last-child(5):first-child,
.filter__checkbox:nth-last-child(5):first-child ~ div {
  border-bottom: 1px solid #b9d9eb;
}
.filter__checkbox:nth-last-child(5):first-child:nth-child(n+1):nth-child(-n+4),
.filter__checkbox:nth-last-child(5):first-child ~ div:nth-child(n+1):nth-child(-n+4) {
  border-bottom: 0 none;
}
.filter__checkbox:nth-last-child(6):first-child,
.filter__checkbox:nth-last-child(6):first-child ~ div {
  border-bottom: 1px solid #b9d9eb;
}
.filter__checkbox:nth-last-child(6):first-child:nth-child(n+5):nth-child(-n+6),
.filter__checkbox:nth-last-child(6):first-child ~ div:nth-child(n+5):nth-child(-n+6) {
  border-bottom: 0 none;
}
.filter__checkbox:nth-last-child(7):first-child,
.filter__checkbox:nth-last-child(7):first-child ~ div {
  border-bottom: 1px solid #b9d9eb;
}
.filter__checkbox:nth-last-child(7):first-child:nth-child(n+5):nth-child(-n+7),
.filter__checkbox:nth-last-child(7):first-child ~ div:nth-child(n+5):nth-child(-n+7) {
  border-bottom: 0 none;
}
.filter__checkbox:nth-last-child(8):first-child,
.filter__checkbox:nth-last-child(8):first-child ~ div {
  border-bottom: 1px solid #b9d9eb;
}
.filter__checkbox:nth-last-child(8):first-child:nth-child(n+5):nth-child(-n+8),
.filter__checkbox:nth-last-child(8):first-child ~ div:nth-child(n+5):nth-child(-n+8) {
  border-bottom: 0 none;
}
.filter__checkbox:nth-last-child(9):first-child,
.filter__checkbox:nth-last-child(9):first-child ~ div {
  border-bottom: 1px solid #b9d9eb;
}
.filter__checkbox:nth-last-child(9):first-child:nth-child(n+9):nth-child(-n+9),
.filter__checkbox:nth-last-child(9):first-child ~ div:nth-child(n+9):nth-child(-n+9) {
  border-bottom: 0 none;
}
.filter__checkbox:nth-last-child(10):first-child,
.filter__checkbox:nth-last-child(10):first-child ~ div {
  border-bottom: 1px solid #b9d9eb;
}
.filter__checkbox:nth-last-child(10):first-child:nth-child(n+9):nth-child(-n+10),
.filter__checkbox:nth-last-child(10):first-child ~ div:nth-child(n+9):nth-child(-n+10) {
  border-bottom: 0 none;
}
.filter__checkbox:nth-last-child(11):first-child,
.filter__checkbox:nth-last-child(11):first-child ~ div {
  border-bottom: 1px solid #b9d9eb;
}
.filter__checkbox:nth-last-child(11):first-child:nth-child(n+9):nth-child(-n+11),
.filter__checkbox:nth-last-child(11):first-child ~ div:nth-child(n+9):nth-child(-n+11) {
  border-bottom: 0 none;
}
.filter__checkbox:nth-last-child(12):first-child,
.filter__checkbox:nth-last-child(12):first-child ~ div {
  border-bottom: 1px solid #b9d9eb;
}
.filter__checkbox:nth-last-child(12):first-child:nth-child(n+9):nth-child(-n+12),
.filter__checkbox:nth-last-child(12):first-child ~ div:nth-child(n+9):nth-child(-n+12) {
  border-bottom: 0 none;
}
.filter__checkbox:nth-last-child(13):first-child,
.filter__checkbox:nth-last-child(13):first-child ~ div {
  border-bottom: 1px solid #b9d9eb;
}
.filter__checkbox:nth-last-child(13):first-child:nth-child(n+13):nth-child(-n+13),
.filter__checkbox:nth-last-child(13):first-child ~ div:nth-child(n+13):nth-child(-n+13) {
  border-bottom: 0 none;
}
.filter__checkbox:nth-last-child(14):first-child,
.filter__checkbox:nth-last-child(14):first-child ~ div {
  border-bottom: 1px solid #b9d9eb;
}
.filter__checkbox:nth-last-child(14):first-child:nth-child(n+13):nth-child(-n+14),
.filter__checkbox:nth-last-child(14):first-child ~ div:nth-child(n+13):nth-child(-n+14) {
  border-bottom: 0 none;
}
.filter__checkbox:nth-last-child(15):first-child,
.filter__checkbox:nth-last-child(15):first-child ~ div {
  border-bottom: 1px solid #b9d9eb;
}
.filter__checkbox:nth-last-child(15):first-child:nth-child(n+13):nth-child(-n+15),
.filter__checkbox:nth-last-child(15):first-child ~ div:nth-child(n+13):nth-child(-n+15) {
  border-bottom: 0 none;
}
@media only screen and (max-width: 1023px) {
  .filter__checkbox {
    flex: 0 0 100%;
    padding: 16px 0;
  }
  .filter__checkbox .filter__checkbox:nth-last-child(n + 1):first-child:nth-child(n+1):nth-child(-n+50),
  .filter__checkbox .filter__checkbox:nth-last-child(n + 1):first-child ~ div:nth-child(n+1):nth-child(-n+50) {
    border-bottom: 1px solid #b9d9eb;
  }
  .filter__checkbox:last-child {
    border-bottom: 0 none !important;
  }
}
.filter__btns-container {
  text-align: right;
}
.filter__btns-container button:first-child {
  color: #ffffff;
  background-color: #004b87;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
  margin-right: 6px;
  margin-bottom: 0;
}
.filter__btns-container button:first-child:hover,
.filter__btns-container button:first-child.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.filter__btns-container button:last-child {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
  margin-bottom: 0;
}
.filter__btns-container button:last-child:hover,
.filter__btns-container button:last-child.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .filter__btns-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    flex: 0 0 100%;
    margin-top: 1rem;
    text-align: center;
  }
  .filter__btns-container button {
    width: 48.975%;
  }
  .filter__btns-container button:first-child {
    margin-right: 0;
  }
}
.js-apply-selections {
  display: none;
}
.js-apply-selections.is-active {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .js-apply-selections {
    display: flex;
  }
  .js-apply-selections.is-active {
    display: flex;
  }
}
.filter__main-container {
  padding: 24px 35px;
  width: 100%;
  margin: 0 auto;
  background-color: #001e46;
}
@media only screen and (max-width: 1023px) {
  .filter__main-container {
    display: none;
  }
  .filter__main-container.is-active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #001e46;
    z-index: 1000;
    overflow-y: scroll;
  }
  .filter__main-container.is-active::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
.filter__title {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
.filter__title h6 {
  margin-bottom: 0.575rem;
}
@media only screen and (max-width: 1023px) {
  .filter__title {
    display: inline-block;
    float: left;
    padding: 10px 0;
  }
  .filter__title h6 {
    margin-bottom: 0;
  }
}
.filter__main-close-btn {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .filter__main-close-btn {
    display: inline-block;
    float: right;
    margin-bottom: 1.575rem;
  }
  .filter__main-close-btn button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #0085ca;
    padding: 10px 10px 6px 10px;
    color: #ffffff;
    border: 0 none;
  }
  .filter__main-close-btn i {
    color: #ffffff;
  }
}
.filter__accordion-tabs {
  margin: 0;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  padding: 0;
}
.filter__tab-header-and-content {
  list-style: none;
  display: inline;
  margin-right: 6px;
}
.filter__tab-header-and-content:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 1023px) {
  .filter__tab-header-and-content {
    margin-right: 0;
  }
}
.filter__tab-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0 none;
  border-radius: 0;
  font-size: 1rem;
  padding: 20px 26px;
  background-color: #004b87;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
}
.filter__tab-link.is-active {
  background-color: #0085ca;
}
.filter__tab-link:hover {
  background-color: #0085ca;
  cursor: pointer;
}
.filter__tab-link h6 {
  display: inline;
  margin-bottom: 0;
}
.filter__tab-link i {
  font-size: 1rem;
  margin-left: 16px;
}
@media only screen and (max-width: 1023px) {
  .filter__tab-link {
    width: 100%;
    margin-bottom: 6px;
  }
  .filter__tab-link h6 {
    float: left;
  }
  .filter__tab-link i {
    float: right;
  }
}
.filter__selected-filters-container {
  padding: 24px 35px;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 1023px) {
  .filter__selected-filters-container {
    padding-bottom: 24px;
  }
}
.filter__selected-filters {
  display: inline-block;
  float: left;
}
.filter__selected-filters h6 {
  display: inline;
  text-transform: uppercase;
  color: #001e46;
  margin-right: 6px;
  margin-bottom: 0;
}
.filter__selected-filters ul {
  display: inline;
}
.filter__selected-filters li {
  display: inline;
  color: #53565a;
}
.filter__selected-filters li span {
  margin-right: 6px;
  color: #53565a;
}
.filter__selected-filters i {
  font-size: 0.75rem;
  margin-left: 6px;
  margin-right: 8px;
}
.filter__selected-filters i:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .filter__selected-filters {
    display: block;
    text-align: center;
    float: none;
    margin-bottom: 24px;
  }
}
.filter__clear-all-filters {
  display: inline-block;
  float: right;
}
.filter__clear-all-filters h6 {
  text-transform: uppercase;
  color: #b0008e;
}
.filter__clear-all-filters i {
  font-size: 1rem;
  margin-left: 6px;
}
.filter__clear-all-filters i:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .filter__clear-all-filters {
    display: block;
    text-align: center;
    float: none;
  }
  .filter__clear-all-filters h6 {
    margin-bottom: 0;
  }
}
.filter__tab-content {
  display: none;
  color: #ffffff;
  float: left;
  padding: 1rem 0;
}
.accordion-tabs.is-open {
  background-color: #001e46;
  color: #ffffff;
}
.filter__toggle-filters {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .filter__toggle-filters {
    display: block;
    width: 100%;
    background-color: #001e46;
    text-align: center;
    padding: 20px;
  }
  .filter__toggle-filters button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #004b87;
    color: white;
    border: 0 none;
    padding: 20px 26px;
  }
  .filter__toggle-filters button h6 {
    margin-bottom: 0;
    text-transform: uppercase;
  }
}
.modal {
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1050;
  display: none;
}
.modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background-color: #000000;
  display: none;
}
.modal__overlay.fade {
  opacity: 0;
}
.modal__overlay.in {
  opacity: 0.75;
}
.pagination {
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding-top: 70px;
  background-color: #ffffff;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media only screen and (max-width: 499px) {
  .pagination {
    text-align: center;
    padding-top: 35px;
  }
}
.pages {
  display: inline-block;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.page__item {
  display: inline;
  margin-bottom: 0;
}
.page__link {
  position: relative;
  float: left;
  height: 55px;
  width: 55px;
  line-height: 55px;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  background-color: #001e46;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 1px;
  margin-bottom: 0;
  text-decoration: none;
}
.page__link:visited {
  color: #ffffff;
}
.page__link:hover {
  background-color: #0085ca;
  cursor: pointer;
}
.page__link.is-active {
  color: #ffffff;
  cursor: pointer;
  background-color: #0085ca;
}
.page__link.is-disabled {
  cursor: text;
}
.page__link.is-disabled:hover {
  cursor: text;
  background-color: #001e46;
}
@media only screen and (max-width: 499px) {
  .page__link {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.page__item:first-child > .page__link {
  margin-left: 0px;
}
.runner {
  padding: 30px 60px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .runner {
    padding: 25px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .runner {
    padding: 25px 30px;
  }
}
.runner h1,
.runner h2,
.runner h3,
.runner h4,
.runner h5,
.runner h6 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.runner__cta a:hover {
  cursor: pointer;
}
/* do not need .table--responsive : all of our tables are responsive */
.table,
table {
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
  /* because stupid AEM wraps things in <p> */
}
@media only screen and (max-width: 1023px) {
  .table,
  table {
    display: block;
  }
}
.table .table__title,
table .table__title,
.table thead,
table thead,
.table tbody,
table tbody {
  width: 100% !important;
  margin: auto;
}
.table table h5,
table table h5 {
  padding: 20px 16px;
  background-color: #001e46;
  text-align: left;
  color: #ffffff !important;
  font-weight: 600;
  margin-bottom: 0;
}
.table thead,
table thead {
  color: #ffffff;
  background-color: #004b87;
}
.table th,
table th {
  padding: 20px 16px;
}
.table th,
table th,
.table td,
table td {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .table th,
  table th,
  .table td,
  table td {
    white-space: nowrap;
  }
}
.table td,
table td {
  padding: 18px 16px;
  border-top: 1px solid #b1b3b3;
  border-right: 1px solid #b1b3b3;
  border-bottom: 1px solid #b1b3b3;
}
.table td:first-child,
table td:first-child {
  border-left: 1px solid #b1b3b3;
}
.table th,
table th {
  border-right: 1px solid #b1b3b3;
}
.table th:last-child,
table th:last-child {
  border-right: 1px solid #004b87;
}
.table table tbody tr:nth-of-type(odd),
table table tbody tr:nth-of-type(odd) {
  background-color: #f3f3f3;
}
.table table p,
table table p {
  color: #53565a;
}
.table tr > th,
table tr > th {
  color: #ffffff;
  background-color: #004b87;
  text-transform: uppercase;
  border-bottom: 1px solid #b1b3b3;
}
.table .btn__back h3,
table .btn__back h3,
.table .btn__back i,
table .btn__back i {
  color: #004b87;
}
.table .btn__back i,
table .btn__back i {
  top: 4px;
}
@media only screen and (max-width: 767px) {
  .table.panel__100,
  table.panel__100 {
    padding: 0;
  }
}
.table__header {
  width: 100% !important;
  padding: 20px 16px;
  background-color: #001e46;
  text-align: left;
}
.table__header h5 {
  color: #ffffff !important;
  font-weight: 600;
  margin-bottom: 0;
}
.table__content {
  border: 0 none;
}
/* Global classes for Themes (Color Schemes) */
/* White background */
.theme--primary,
.theme--white {
  background-color: #ffffff;
}
.theme--primary h1,
.theme--white h1,
.theme--primary h2,
.theme--white h2 {
  color: #001e46;
}
.theme--primary h3,
.theme--white h3,
.theme--primary h4,
.theme--white h4,
.theme--primary h5,
.theme--white h5,
.theme--primary h6,
.theme--white h6 {
  color: #53565a;
}
.theme--primary p,
.theme--white p,
.theme--primary li,
.theme--white li {
  color: #888b8d;
}
.theme--primary a,
.theme--white a {
  color: #0085ca;
}
.theme--primary a h6,
.theme--white a h6 {
  color: #0085ca;
}
.theme--primary button,
.theme--white button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme--primary button:hover,
.theme--white button:hover,
.theme--primary button.active,
.theme--white button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/* Off-white background */
.theme--primary-alt,
.theme--off-white {
  background-color: #f3f3f3;
}
.theme--primary-alt h1,
.theme--off-white h1,
.theme--primary-alt h2,
.theme--off-white h2,
.theme--primary-alt h3,
.theme--off-white h3,
.theme--primary-alt h4,
.theme--off-white h4 {
  color: #001e46;
}
.theme--primary-alt h5,
.theme--off-white h5,
.theme--primary-alt h6,
.theme--off-white h6,
.theme--primary-alt p,
.theme--off-white p,
.theme--primary-alt li,
.theme--off-white li {
  color: #53565a;
}
.theme--primary-alt a,
.theme--off-white a {
  color: #0085ca;
}
.theme--primary-alt a h6,
.theme--off-white a h6 {
  color: #0085ca;
}
.theme--primary-alt button,
.theme--off-white button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme--primary-alt button:hover,
.theme--off-white button:hover,
.theme--primary-alt button.active,
.theme--off-white button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/* Light gray background */
.theme--primary-alt-2,
.theme--pale-gray {
  background-color: #e8e8e7;
}
.theme--primary-alt-2 h1,
.theme--pale-gray h1,
.theme--primary-alt-2 h2,
.theme--pale-gray h2,
.theme--primary-alt-2 h3,
.theme--pale-gray h3,
.theme--primary-alt-2 h4,
.theme--pale-gray h4 {
  color: #001e46;
}
.theme--primary-alt-2 h5,
.theme--pale-gray h5,
.theme--primary-alt-2 h6,
.theme--pale-gray h6,
.theme--primary-alt-2 p,
.theme--pale-gray p,
.theme--primary-alt-2 li,
.theme--pale-gray li {
  color: #53565a;
}
.theme--primary-alt-2 a,
.theme--pale-gray a {
  color: #0085ca;
}
.theme--primary-alt-2 a h6,
.theme--pale-gray a h6 {
  color: #0085ca;
}
.theme--primary-alt-2 button,
.theme--pale-gray button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme--primary-alt-2 button:hover,
.theme--pale-gray button:hover,
.theme--primary-alt-2 button.active,
.theme--pale-gray button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/* Navy blue background */
.theme--secondary,
.theme--navy-blue {
  background-color: #001e46;
}
.theme--secondary h1,
.theme--navy-blue h1,
.theme--secondary h2,
.theme--navy-blue h2,
.theme--secondary h3,
.theme--navy-blue h3,
.theme--secondary h4,
.theme--navy-blue h4,
.theme--secondary h5,
.theme--navy-blue h5,
.theme--secondary h6,
.theme--navy-blue h6,
.theme--secondary p,
.theme--navy-blue p,
.theme--secondary li,
.theme--navy-blue li {
  color: #ffffff;
}
.theme--secondary a,
.theme--navy-blue a {
  color: #b9d9eb;
}
.theme--secondary a h6,
.theme--navy-blue a h6 {
  color: #b9d9eb;
}
.theme--secondary button,
.theme--navy-blue button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme--secondary button:hover,
.theme--navy-blue button:hover,
.theme--secondary button.active,
.theme--navy-blue button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/* Medtronic blue background */
.theme--secondary-alt,
.theme--medtronic-blue {
  background-color: #004b87;
}
.theme--secondary-alt h1,
.theme--medtronic-blue h1,
.theme--secondary-alt h2,
.theme--medtronic-blue h2,
.theme--secondary-alt h3,
.theme--medtronic-blue h3,
.theme--secondary-alt h4,
.theme--medtronic-blue h4,
.theme--secondary-alt h5,
.theme--medtronic-blue h5,
.theme--secondary-alt h6,
.theme--medtronic-blue h6,
.theme--secondary-alt p,
.theme--medtronic-blue p,
.theme--secondary-alt li,
.theme--medtronic-blue li {
  color: #ffffff;
}
.theme--secondary-alt a,
.theme--medtronic-blue a {
  color: #b9d9eb;
}
.theme--secondary-alt a h6,
.theme--medtronic-blue a h6 {
  color: #b9d9eb;
}
.theme--secondary-alt button,
.theme--medtronic-blue button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme--secondary-alt button:hover,
.theme--medtronic-blue button:hover,
.theme--secondary-alt button.active,
.theme--medtronic-blue button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.theme--primary .title h4 {
  color: #888b8d;
  text-transform: uppercase;
  border-color: #b1b3b3;
}
.title-plain__100 {
  padding: 85px 60px 60px 60px;
  width: 100%;
  padding-bottom: 0;
}
.title-plain__100 h1,
.title-plain__100 h2,
.title-plain__100 h3,
.title-plain__100 h4,
.title-plain__100 h5,
.title-plain__100 h6 {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.title-plain__100 h1,
.title-plain__100 h2,
.title-plain__100 h3,
.title-plain__100 h4,
.title-plain__100 h5,
.title-plain__100 h6 {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .title-plain__100 {
    padding: 55px 35px 30px 35px;
    width: 100%;
    padding-bottom: 0;
  }
  .title-plain__100 h1,
  .title-plain__100 h2,
  .title-plain__100 h3,
  .title-plain__100 h4,
  .title-plain__100 h5,
  .title-plain__100 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
  .title-plain__100 h1,
  .title-plain__100 h2,
  .title-plain__100 h3,
  .title-plain__100 h4,
  .title-plain__100 h5,
  .title-plain__100 h6 {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .title-plain__100 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-bottom: 0;
  }
  .title-plain__100 h1,
  .title-plain__100 h2,
  .title-plain__100 h3,
  .title-plain__100 h4,
  .title-plain__100 h5,
  .title-plain__100 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
  .title-plain__100 h1,
  .title-plain__100 h2,
  .title-plain__100 h3,
  .title-plain__100 h4,
  .title-plain__100 h5,
  .title-plain__100 h6 {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 1rem;
  }
}
.title-plain__66 {
  padding: 85px 60px 60px 60px;
  width: 100%;
  padding-bottom: 0;
}
.title-plain__66 h1,
.title-plain__66 h2,
.title-plain__66 h3,
.title-plain__66 h4,
.title-plain__66 h5,
.title-plain__66 h6 {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.title-plain__66 h1,
.title-plain__66 h2,
.title-plain__66 h3,
.title-plain__66 h4,
.title-plain__66 h5,
.title-plain__66 h6 {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .title-plain__66 {
    padding: 55px 35px 30px 35px;
    width: 100%;
    padding-bottom: 0;
  }
  .title-plain__66 h1,
  .title-plain__66 h2,
  .title-plain__66 h3,
  .title-plain__66 h4,
  .title-plain__66 h5,
  .title-plain__66 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
  .title-plain__66 h1,
  .title-plain__66 h2,
  .title-plain__66 h3,
  .title-plain__66 h4,
  .title-plain__66 h5,
  .title-plain__66 h6 {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .title-plain__66 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-bottom: 0;
  }
  .title-plain__66 h1,
  .title-plain__66 h2,
  .title-plain__66 h3,
  .title-plain__66 h4,
  .title-plain__66 h5,
  .title-plain__66 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
  .title-plain__66 h1,
  .title-plain__66 h2,
  .title-plain__66 h3,
  .title-plain__66 h4,
  .title-plain__66 h5,
  .title-plain__66 h6 {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 1rem;
  }
}
.title-plain__50 {
  padding: 85px 60px 60px 60px;
  width: 100%;
  padding-bottom: 0;
}
.title-plain__50 h1,
.title-plain__50 h2,
.title-plain__50 h3,
.title-plain__50 h4,
.title-plain__50 h5,
.title-plain__50 h6 {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.title-plain__50 h1,
.title-plain__50 h2,
.title-plain__50 h3,
.title-plain__50 h4,
.title-plain__50 h5,
.title-plain__50 h6 {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .title-plain__50 {
    padding: 55px 35px 30px 35px;
    width: 100%;
    padding-bottom: 0;
  }
  .title-plain__50 h1,
  .title-plain__50 h2,
  .title-plain__50 h3,
  .title-plain__50 h4,
  .title-plain__50 h5,
  .title-plain__50 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
  .title-plain__50 h1,
  .title-plain__50 h2,
  .title-plain__50 h3,
  .title-plain__50 h4,
  .title-plain__50 h5,
  .title-plain__50 h6 {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .title-plain__50 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-bottom: 0;
  }
  .title-plain__50 h1,
  .title-plain__50 h2,
  .title-plain__50 h3,
  .title-plain__50 h4,
  .title-plain__50 h5,
  .title-plain__50 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
  .title-plain__50 h1,
  .title-plain__50 h2,
  .title-plain__50 h3,
  .title-plain__50 h4,
  .title-plain__50 h5,
  .title-plain__50 h6 {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 1rem;
  }
}
.title-plain__40 {
  padding: 85px 60px 60px 60px;
  width: 100%;
  padding-bottom: 0;
}
.title-plain__40 h1,
.title-plain__40 h2,
.title-plain__40 h3,
.title-plain__40 h4,
.title-plain__40 h5,
.title-plain__40 h6 {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.title-plain__40 h1,
.title-plain__40 h2,
.title-plain__40 h3,
.title-plain__40 h4,
.title-plain__40 h5,
.title-plain__40 h6 {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .title-plain__40 {
    padding: 55px 35px 30px 35px;
    width: 100%;
    padding-bottom: 0;
  }
  .title-plain__40 h1,
  .title-plain__40 h2,
  .title-plain__40 h3,
  .title-plain__40 h4,
  .title-plain__40 h5,
  .title-plain__40 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
  .title-plain__40 h1,
  .title-plain__40 h2,
  .title-plain__40 h3,
  .title-plain__40 h4,
  .title-plain__40 h5,
  .title-plain__40 h6 {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .title-plain__40 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-bottom: 0;
  }
  .title-plain__40 h1,
  .title-plain__40 h2,
  .title-plain__40 h3,
  .title-plain__40 h4,
  .title-plain__40 h5,
  .title-plain__40 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
  .title-plain__40 h1,
  .title-plain__40 h2,
  .title-plain__40 h3,
  .title-plain__40 h4,
  .title-plain__40 h5,
  .title-plain__40 h6 {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 1rem;
  }
}
.title-plain__33 {
  padding: 85px 50px 60px 50px;
  width: 100%;
  padding-bottom: 0;
}
.title-plain__33 h1,
.title-plain__33 h2,
.title-plain__33 h3,
.title-plain__33 h4,
.title-plain__33 h5,
.title-plain__33 h6 {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.title-plain__33 h1,
.title-plain__33 h2,
.title-plain__33 h3,
.title-plain__33 h4,
.title-plain__33 h5,
.title-plain__33 h6 {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .title-plain__33 {
    padding: 55px 35px 30px 35px;
    width: 100%;
    padding-bottom: 0;
  }
  .title-plain__33 h1,
  .title-plain__33 h2,
  .title-plain__33 h3,
  .title-plain__33 h4,
  .title-plain__33 h5,
  .title-plain__33 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
  .title-plain__33 h1,
  .title-plain__33 h2,
  .title-plain__33 h3,
  .title-plain__33 h4,
  .title-plain__33 h5,
  .title-plain__33 h6 {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .title-plain__33 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-bottom: 0;
  }
  .title-plain__33 h1,
  .title-plain__33 h2,
  .title-plain__33 h3,
  .title-plain__33 h4,
  .title-plain__33 h5,
  .title-plain__33 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
  .title-plain__33 h1,
  .title-plain__33 h2,
  .title-plain__33 h3,
  .title-plain__33 h4,
  .title-plain__33 h5,
  .title-plain__33 h6 {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 1rem;
  }
}
.title-plain__25 {
  padding: 45px 35px 30px 35px;
  width: 100%;
  padding-bottom: 0;
}
.title-plain__25 h1,
.title-plain__25 h2,
.title-plain__25 h3,
.title-plain__25 h4,
.title-plain__25 h5,
.title-plain__25 h6 {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.title-plain__25 h1,
.title-plain__25 h2,
.title-plain__25 h3,
.title-plain__25 h4,
.title-plain__25 h5,
.title-plain__25 h6 {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .title-plain__25 {
    padding: 50px 35px 25px 35px;
    width: 100%;
    padding-bottom: 0;
  }
  .title-plain__25 h1,
  .title-plain__25 h2,
  .title-plain__25 h3,
  .title-plain__25 h4,
  .title-plain__25 h5,
  .title-plain__25 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
  .title-plain__25 h1,
  .title-plain__25 h2,
  .title-plain__25 h3,
  .title-plain__25 h4,
  .title-plain__25 h5,
  .title-plain__25 h6 {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .title-plain__25 {
    padding: 40px 30px 15px 30px;
    width: 100%;
    padding-bottom: 0;
  }
  .title-plain__25 h1,
  .title-plain__25 h2,
  .title-plain__25 h3,
  .title-plain__25 h4,
  .title-plain__25 h5,
  .title-plain__25 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
  .title-plain__25 h1,
  .title-plain__25 h2,
  .title-plain__25 h3,
  .title-plain__25 h4,
  .title-plain__25 h5,
  .title-plain__25 h6 {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 1rem;
  }
}
.title-plain__20 {
  padding: 45px 30px 20px 30px;
  width: 100%;
  padding-bottom: 0;
}
.title-plain__20 h1,
.title-plain__20 h2,
.title-plain__20 h3,
.title-plain__20 h4,
.title-plain__20 h5,
.title-plain__20 h6 {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.title-plain__20 h1,
.title-plain__20 h2,
.title-plain__20 h3,
.title-plain__20 h4,
.title-plain__20 h5,
.title-plain__20 h6 {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .title-plain__20 {
    padding: 45px 30px 20px 30px;
    width: 100%;
    padding-bottom: 0;
  }
  .title-plain__20 h1,
  .title-plain__20 h2,
  .title-plain__20 h3,
  .title-plain__20 h4,
  .title-plain__20 h5,
  .title-plain__20 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
  .title-plain__20 h1,
  .title-plain__20 h2,
  .title-plain__20 h3,
  .title-plain__20 h4,
  .title-plain__20 h5,
  .title-plain__20 h6 {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .title-plain__20 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-bottom: 0;
  }
  .title-plain__20 h1,
  .title-plain__20 h2,
  .title-plain__20 h3,
  .title-plain__20 h4,
  .title-plain__20 h5,
  .title-plain__20 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
  .title-plain__20 h1,
  .title-plain__20 h2,
  .title-plain__20 h3,
  .title-plain__20 h4,
  .title-plain__20 h5,
  .title-plain__20 h6 {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 1rem;
  }
}
.title-rev__100 {
  padding: 85px 60px 60px 60px;
  width: 100%;
  padding-top: 0;
}
.title-rev__100 h1,
.title-rev__100 h2,
.title-rev__100 h3,
.title-rev__100 h4,
.title-rev__100 h5,
.title-rev__100 h6,
.title-rev__100 a {
  margin-top: 0;
  padding-top: 8px;
  border-top: 1px solid;
}
@media only screen and (max-width: 1023px) {
  .title-rev__100 {
    padding: 55px 35px 30px 35px;
    width: 100%;
    padding-top: 0;
  }
  .title-rev__100 h1,
  .title-rev__100 h2,
  .title-rev__100 h3,
  .title-rev__100 h4,
  .title-rev__100 h5,
  .title-rev__100 h6,
  .title-rev__100 a {
    margin-top: 0;
    padding-top: 8px;
    border-top: 1px solid;
  }
}
@media only screen and (max-width: 767px) {
  .title-rev__100 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-top: 0;
  }
  .title-rev__100 h1,
  .title-rev__100 h2,
  .title-rev__100 h3,
  .title-rev__100 h4,
  .title-rev__100 h5,
  .title-rev__100 h6,
  .title-rev__100 a {
    margin-top: 0;
    padding-top: 8px;
    border-top: 1px solid;
  }
}
.title-rev__66 {
  padding: 85px 60px 60px 60px;
  width: 100%;
  padding-top: 0;
}
.title-rev__66 h1,
.title-rev__66 h2,
.title-rev__66 h3,
.title-rev__66 h4,
.title-rev__66 h5,
.title-rev__66 h6,
.title-rev__66 a {
  margin-top: 0;
  padding-top: 8px;
  border-top: 1px solid;
}
@media only screen and (max-width: 1023px) {
  .title-rev__66 {
    padding: 55px 35px 30px 35px;
    width: 100%;
    padding-top: 0;
  }
  .title-rev__66 h1,
  .title-rev__66 h2,
  .title-rev__66 h3,
  .title-rev__66 h4,
  .title-rev__66 h5,
  .title-rev__66 h6,
  .title-rev__66 a {
    margin-top: 0;
    padding-top: 8px;
    border-top: 1px solid;
  }
}
@media only screen and (max-width: 767px) {
  .title-rev__66 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-top: 0;
  }
  .title-rev__66 h1,
  .title-rev__66 h2,
  .title-rev__66 h3,
  .title-rev__66 h4,
  .title-rev__66 h5,
  .title-rev__66 h6,
  .title-rev__66 a {
    margin-top: 0;
    padding-top: 8px;
    border-top: 1px solid;
  }
}
.title-rev__50 {
  padding: 85px 60px 60px 60px;
  width: 100%;
  padding-top: 0;
}
.title-rev__50 h1,
.title-rev__50 h2,
.title-rev__50 h3,
.title-rev__50 h4,
.title-rev__50 h5,
.title-rev__50 h6,
.title-rev__50 a {
  margin-top: 0;
  padding-top: 8px;
  border-top: 1px solid;
}
@media only screen and (max-width: 1023px) {
  .title-rev__50 {
    padding: 55px 35px 30px 35px;
    width: 100%;
    padding-top: 0;
  }
  .title-rev__50 h1,
  .title-rev__50 h2,
  .title-rev__50 h3,
  .title-rev__50 h4,
  .title-rev__50 h5,
  .title-rev__50 h6,
  .title-rev__50 a {
    margin-top: 0;
    padding-top: 8px;
    border-top: 1px solid;
  }
}
@media only screen and (max-width: 767px) {
  .title-rev__50 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-top: 0;
  }
  .title-rev__50 h1,
  .title-rev__50 h2,
  .title-rev__50 h3,
  .title-rev__50 h4,
  .title-rev__50 h5,
  .title-rev__50 h6,
  .title-rev__50 a {
    margin-top: 0;
    padding-top: 8px;
    border-top: 1px solid;
  }
}
.title-rev__40 {
  padding: 85px 60px 60px 60px;
  width: 100%;
  padding-top: 0;
}
.title-rev__40 h1,
.title-rev__40 h2,
.title-rev__40 h3,
.title-rev__40 h4,
.title-rev__40 h5,
.title-rev__40 h6,
.title-rev__40 a {
  margin-top: 0;
  padding-top: 8px;
  border-top: 1px solid;
}
@media only screen and (max-width: 1023px) {
  .title-rev__40 {
    padding: 55px 35px 30px 35px;
    width: 100%;
    padding-top: 0;
  }
  .title-rev__40 h1,
  .title-rev__40 h2,
  .title-rev__40 h3,
  .title-rev__40 h4,
  .title-rev__40 h5,
  .title-rev__40 h6,
  .title-rev__40 a {
    margin-top: 0;
    padding-top: 8px;
    border-top: 1px solid;
  }
}
@media only screen and (max-width: 767px) {
  .title-rev__40 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-top: 0;
  }
  .title-rev__40 h1,
  .title-rev__40 h2,
  .title-rev__40 h3,
  .title-rev__40 h4,
  .title-rev__40 h5,
  .title-rev__40 h6,
  .title-rev__40 a {
    margin-top: 0;
    padding-top: 8px;
    border-top: 1px solid;
  }
}
.title-rev__33 {
  padding: 85px 50px 60px 50px;
  width: 100%;
  padding-top: 0;
}
.title-rev__33 h1,
.title-rev__33 h2,
.title-rev__33 h3,
.title-rev__33 h4,
.title-rev__33 h5,
.title-rev__33 h6,
.title-rev__33 a {
  margin-top: 0;
  padding-top: 8px;
  border-top: 1px solid;
}
@media only screen and (max-width: 1023px) {
  .title-rev__33 {
    padding: 55px 35px 30px 35px;
    width: 100%;
    padding-top: 0;
  }
  .title-rev__33 h1,
  .title-rev__33 h2,
  .title-rev__33 h3,
  .title-rev__33 h4,
  .title-rev__33 h5,
  .title-rev__33 h6,
  .title-rev__33 a {
    margin-top: 0;
    padding-top: 8px;
    border-top: 1px solid;
  }
}
@media only screen and (max-width: 767px) {
  .title-rev__33 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-top: 0;
  }
  .title-rev__33 h1,
  .title-rev__33 h2,
  .title-rev__33 h3,
  .title-rev__33 h4,
  .title-rev__33 h5,
  .title-rev__33 h6,
  .title-rev__33 a {
    margin-top: 0;
    padding-top: 8px;
    border-top: 1px solid;
  }
}
.title-rev__25 {
  padding: 45px 35px 30px 35px;
  width: 100%;
  padding-top: 0;
}
.title-rev__25 h1,
.title-rev__25 h2,
.title-rev__25 h3,
.title-rev__25 h4,
.title-rev__25 h5,
.title-rev__25 h6,
.title-rev__25 a {
  margin-top: 0;
  padding-top: 8px;
  border-top: 1px solid;
}
@media only screen and (max-width: 1023px) {
  .title-rev__25 {
    padding: 50px 35px 25px 35px;
    width: 100%;
    padding-top: 0;
  }
  .title-rev__25 h1,
  .title-rev__25 h2,
  .title-rev__25 h3,
  .title-rev__25 h4,
  .title-rev__25 h5,
  .title-rev__25 h6,
  .title-rev__25 a {
    margin-top: 0;
    padding-top: 8px;
    border-top: 1px solid;
  }
}
@media only screen and (max-width: 767px) {
  .title-rev__25 {
    padding: 40px 30px 15px 30px;
    width: 100%;
    padding-top: 0;
  }
  .title-rev__25 h1,
  .title-rev__25 h2,
  .title-rev__25 h3,
  .title-rev__25 h4,
  .title-rev__25 h5,
  .title-rev__25 h6,
  .title-rev__25 a {
    margin-top: 0;
    padding-top: 8px;
    border-top: 1px solid;
  }
}
.title-rev__20 {
  padding: 45px 30px 20px 30px;
  width: 100%;
  padding-top: 0;
}
.title-rev__20 h1,
.title-rev__20 h2,
.title-rev__20 h3,
.title-rev__20 h4,
.title-rev__20 h5,
.title-rev__20 h6,
.title-rev__20 a {
  margin-top: 0;
  padding-top: 8px;
  border-top: 1px solid;
}
@media only screen and (max-width: 1023px) {
  .title-rev__20 {
    padding: 45px 30px 20px 30px;
    width: 100%;
    padding-top: 0;
  }
  .title-rev__20 h1,
  .title-rev__20 h2,
  .title-rev__20 h3,
  .title-rev__20 h4,
  .title-rev__20 h5,
  .title-rev__20 h6,
  .title-rev__20 a {
    margin-top: 0;
    padding-top: 8px;
    border-top: 1px solid;
  }
}
@media only screen and (max-width: 767px) {
  .title-rev__20 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-top: 0;
  }
  .title-rev__20 h1,
  .title-rev__20 h2,
  .title-rev__20 h3,
  .title-rev__20 h4,
  .title-rev__20 h5,
  .title-rev__20 h6,
  .title-rev__20 a {
    margin-top: 0;
    padding-top: 8px;
    border-top: 1px solid;
  }
}
.title__100 {
  padding: 85px 60px 60px 60px;
  width: 100%;
  padding-bottom: 0;
}
.title__100 h1,
.title__100 h2,
.title__100 h3,
.title__100 h4,
.title__100 h5,
.title__100 h6 {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 1023px) {
  .title__100 {
    padding: 55px 35px 30px 35px;
    width: 100%;
    padding-bottom: 0;
  }
  .title__100 h1,
  .title__100 h2,
  .title__100 h3,
  .title__100 h4,
  .title__100 h5,
  .title__100 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
}
@media only screen and (max-width: 767px) {
  .title__100 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-bottom: 0;
  }
  .title__100 h1,
  .title__100 h2,
  .title__100 h3,
  .title__100 h4,
  .title__100 h5,
  .title__100 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
}
.title__66 {
  padding: 85px 60px 60px 60px;
  width: 100%;
  padding-bottom: 0;
}
.title__66 h1,
.title__66 h2,
.title__66 h3,
.title__66 h4,
.title__66 h5,
.title__66 h6 {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 1023px) {
  .title__66 {
    padding: 55px 35px 30px 35px;
    width: 100%;
    padding-bottom: 0;
  }
  .title__66 h1,
  .title__66 h2,
  .title__66 h3,
  .title__66 h4,
  .title__66 h5,
  .title__66 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
}
@media only screen and (max-width: 767px) {
  .title__66 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-bottom: 0;
  }
  .title__66 h1,
  .title__66 h2,
  .title__66 h3,
  .title__66 h4,
  .title__66 h5,
  .title__66 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
}
.title__50 {
  padding: 85px 60px 60px 60px;
  width: 100%;
  padding-bottom: 0;
}
.title__50 h1,
.title__50 h2,
.title__50 h3,
.title__50 h4,
.title__50 h5,
.title__50 h6 {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 1023px) {
  .title__50 {
    padding: 55px 35px 30px 35px;
    width: 100%;
    padding-bottom: 0;
  }
  .title__50 h1,
  .title__50 h2,
  .title__50 h3,
  .title__50 h4,
  .title__50 h5,
  .title__50 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
}
@media only screen and (max-width: 767px) {
  .title__50 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-bottom: 0;
  }
  .title__50 h1,
  .title__50 h2,
  .title__50 h3,
  .title__50 h4,
  .title__50 h5,
  .title__50 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
}
.title__40 {
  padding: 85px 60px 60px 60px;
  width: 100%;
  padding-bottom: 0;
}
.title__40 h1,
.title__40 h2,
.title__40 h3,
.title__40 h4,
.title__40 h5,
.title__40 h6 {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 1023px) {
  .title__40 {
    padding: 55px 35px 30px 35px;
    width: 100%;
    padding-bottom: 0;
  }
  .title__40 h1,
  .title__40 h2,
  .title__40 h3,
  .title__40 h4,
  .title__40 h5,
  .title__40 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
}
@media only screen and (max-width: 767px) {
  .title__40 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-bottom: 0;
  }
  .title__40 h1,
  .title__40 h2,
  .title__40 h3,
  .title__40 h4,
  .title__40 h5,
  .title__40 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
}
.title__33 {
  padding: 85px 50px 60px 50px;
  width: 100%;
  padding-bottom: 0;
}
.title__33 h1,
.title__33 h2,
.title__33 h3,
.title__33 h4,
.title__33 h5,
.title__33 h6 {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 1023px) {
  .title__33 {
    padding: 55px 35px 30px 35px;
    width: 100%;
    padding-bottom: 0;
  }
  .title__33 h1,
  .title__33 h2,
  .title__33 h3,
  .title__33 h4,
  .title__33 h5,
  .title__33 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
}
@media only screen and (max-width: 767px) {
  .title__33 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-bottom: 0;
  }
  .title__33 h1,
  .title__33 h2,
  .title__33 h3,
  .title__33 h4,
  .title__33 h5,
  .title__33 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
}
.title__25 {
  padding: 45px 35px 30px 35px;
  width: 100%;
  padding-bottom: 0;
}
.title__25 h1,
.title__25 h2,
.title__25 h3,
.title__25 h4,
.title__25 h5,
.title__25 h6 {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 1023px) {
  .title__25 {
    padding: 50px 35px 25px 35px;
    width: 100%;
    padding-bottom: 0;
  }
  .title__25 h1,
  .title__25 h2,
  .title__25 h3,
  .title__25 h4,
  .title__25 h5,
  .title__25 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
}
@media only screen and (max-width: 767px) {
  .title__25 {
    padding: 40px 30px 15px 30px;
    width: 100%;
    padding-bottom: 0;
  }
  .title__25 h1,
  .title__25 h2,
  .title__25 h3,
  .title__25 h4,
  .title__25 h5,
  .title__25 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
}
.title__20 {
  padding: 45px 30px 20px 30px;
  width: 100%;
  padding-bottom: 0;
}
.title__20 h1,
.title__20 h2,
.title__20 h3,
.title__20 h4,
.title__20 h5,
.title__20 h6 {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 1023px) {
  .title__20 {
    padding: 45px 30px 20px 30px;
    width: 100%;
    padding-bottom: 0;
  }
  .title__20 h1,
  .title__20 h2,
  .title__20 h3,
  .title__20 h4,
  .title__20 h5,
  .title__20 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
}
@media only screen and (max-width: 767px) {
  .title__20 {
    padding: 55px 25px 30px 25px;
    width: 100%;
    padding-bottom: 0;
  }
  .title__20 h1,
  .title__20 h2,
  .title__20 h3,
  .title__20 h4,
  .title__20 h5,
  .title__20 h6 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
}
.video {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.video a {
  width: 100%;
  margin: auto;
  position: relative;
}
.video .video__trigger {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video .video__trigger_lghtbox_video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video .video__thumb {
  width: 100%;
  margin: auto;
  position: relative;
}
.video .video__thumb img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.video .video__icon {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 75px;
  height: 56px;
}
.video .video__icon .mi-btb-times::before {
  line-height: 0;
  margin: 0;
  padding: 0;
}
.video .video__icon .mi-video-svg.white {
  opacity: 1;
}
.video .video__icon .mi-video-svg.blue {
  opacity: 0;
}
.video .video__icon:hover .mi-video-svg.white {
  opacity: 0;
}
.video .video__icon:hover .mi-video-svg.blue {
  opacity: 1;
}
.video .video__icon i {
  font-size: 3.5rem;
  line-height: 3.5rem;
  vertical-align: middle;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.video .video__icon i:hover {
  cursor: pointer;
  color: #00a9e0;
}
@media only screen and (max-width: 767px) {
  .video .video__icon i {
    font-size: 7rem;
    line-height: 7rem;
  }
}
@media only screen and (max-width: 499px) {
  .video .video__icon i {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.video .mi-video-svg {
  height: 3.5rem;
  line-height: 3.5rem;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .video .mi-video-svg {
    font-size: 7rem;
    line-height: 7rem;
  }
}
@media only screen and (max-width: 499px) {
  .video .mi-video-svg {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.video__descr {
  color: #53565a;
  margin: auto;
  padding: 1rem 0.5rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .video__descr {
    padding: 1.5rem 1rem;
  }
}
.video__flag {
  position: absolute;
  bottom: 1rem;
  right: 0;
  z-index: 5;
  background-color: #b0008e;
  color: #ffffff;
  padding: 0.125rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.video__flag-watched {
  display: none;
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 5;
  background-color: #77bc1f;
  color: #ffffff;
  padding: 0.125rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}
.lightbox-outerWrapper {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow: hidden;
}
.lightbox-innerWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}
.lightbox-container {
  position: relative;
}
.lightboxContainer {
  position: relative;
  margin: auto;
  max-width: 100%;
  overflow: hidden;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.videoTitle {
  position: relative;
  display: block;
  height: 4.375rem;
  background-color: #888b8d;
  color: #ffffff;
  padding: 0 2.125rem;
}
.videoTitle h5 {
  line-height: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 4.375rem;
  vertical-align: middle;
}
.mejs-container {
  background-color: #53565a;
}
.videos-lightboxOuter {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  font-family: 'Effra';
  overflow: hidden;
}
.videos-lightboxInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}
.videos-videoOuter {
  height: 100vh;
}
.videos-videoInner {
  position: relative;
  max-height: 700px;
  height: 100%;
  max-width: 924px;
  width: 90%;
  overflow: hidden;
  margin: auto;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1023px) {
  .videos-videoInner {
    max-width: 668px;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .videos-videoInner {
    max-width: 400px;
    margin: auto;
  }
}
.lightbox-outerWrapper {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow: hidden;
}
.lightbox-innerWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}
.lightbox-closeBtn {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  height: 80px;
  width: 80px;
  background-color: #0085ca;
  color: #ffffff;
  text-align: center;
}
.lightbox-closeBtn:hover {
  background-color: #888b8d;
  color: #ffffff;
  cursor: pointer;
}
.lightbox-closeBtn i {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 40px;
}
@media only screen and (max-width: 499px) {
  .lightbox-closeBtn {
    height: 50px;
    width: 50px;
  }
  .lightbox-closeBtn i {
    font-size: 25px;
  }
}
.lightbox-container {
  position: relative;
}
.gated-assets__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.35);
  display: none;
}
.gated-assets__overlay.fade {
  opacity: 0;
}
.gated-assets__overlay.in {
  opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  .gated-assets__overlay {
    z-index: 0;
    display: none;
  }
  .gated-assets__overlay.fade {
    opacity: 0;
  }
  .gated-assets__overlay.in {
    opacity: 0 !important;
  }
}
.gated-assets ::-webkit-scrollbar {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #e8e8e7;
  border: 1px solid #e8e8e7;
  width: 5px;
}
.gated-assets ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 5px;
  background-color: #888b8d;
  -webkit-box-shadow: 0 0 1px #888b8d;
}
.gated-assets__modal {
  overflow-y: scroll;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1050;
  width: 400px;
  max-height: 538px;
  height: auto;
  background-color: #ffffff;
  padding: 25px 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .gated-assets__modal {
    width: 100vw;
    max-height: 100vh;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 25px 12px;
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
.gated-assets__modal .row {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.gated-assets__modal .title {
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 20px;
}
.gated-assets__modal .mi {
  color: #0085ca;
  font-size: 20px;
  position: relative;
  display: inline-block;
  top: 4px;
  float: right;
}
.gated-assets__modal .mi:hover {
  cursor: pointer;
}
.gated-assets__form {
  color: #53565a;
}
.gated-assets__form h6 {
  margin: 0;
  padding: 0;
}
.gated-assets__form p {
  margin-bottom: 12px;
}
.gated-assets__form ul {
  margin-bottom: 15px;
  margin-top: 25px;
  padding-inline-start: 0;
  list-style-type: none;
  padding: 0;
}
.gated-assets__form input,
.gated-assets__form select {
  background-color: #f3f3f3;
  font-size: 1rem;
  box-shadow: none;
}
.gated-assets__form input[type="text"],
.gated-assets__form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #b1b3b3;
  border-radius: 0;
  margin-bottom: 0;
  padding: 12px 8px;
  width: 100%;
}
.gated-assets__form input[type="checkbox"] {
  margin-bottom: 0;
  width: auto;
  height: auto;
  position: relative;
  left: unset;
  top: 2px;
}
.gated-assets__form select {
  background: url('base/img/down-caret-dark-grey.svg') no-repeat;
  background-color: #f3f3f3;
  background-position: right 8px top 12px;
  background-size: 17px;
}
.gated-assets__form p {
  position: relative;
}
.gated-assets__form p > a {
  color: #0085ca;
  text-decoration: underline;
}
.gated-assets__form .label {
  font-size: 1rem;
  font-weight: 500;
  color: #53565a;
  text-transform: none;
}
.gated-assets__form .checkbox-label {
  font-size: 12px;
  font-weight: 400;
  color: #888b8d;
  padding-left: 7px;
}
.gated-assets__form .checkbox-label > a {
  color: #0085ca;
  text-decoration: underline;
}
.gated-assets__form .checkbox-label > a:hover {
  cursor: pointer;
}
.gated-assets__form .checkbox-label > a:visited {
  color: #0085ca;
}
.gated-assets__form .label--block {
  display: block;
}
.gated-assets__form .label--inline {
  display: inline;
}
.gated-assets__form .disclaimer {
  font-size: 12px;
  line-height: 16px;
  color: #888b8d;
  margin-top: 12px;
}
.gated-assets__form .cookie-statement {
  font-size: 14px;
  line-height: 20px;
  color: #53565a;
  margin-bottom: 20px;
}
.gated-assets__form .error {
  font-size: 12px;
  font-weight: 400;
  color: #e35205;
  display: none;
}
.gated-assets__form .error.is-active {
  display: block;
}
.gated-assets__form .btn {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
  padding: 12px 30px;
  margin-bottom: 0;
}
.gated-assets__form .btn:hover,
.gated-assets__form .btn.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}

.button-overrides {
  border: 0 none;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.btn-icon-lg {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.btn-icon-lg i,
.btn-icon-lg span {
  font-size: 20px;
  top: 53%;
  left: 52%;
  transform: translate(-48%, -47%);
}
.btn-icon-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.btn-icon-sm i,
.btn-icon-sm span {
  font-size: 15px;
  top: 54%;
  left: 52%;
  transform: translate(-48%, -46%);
}
.btn-default {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.btn-default:hover,
.btn-default.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.btn-colors-default {
  color: #ffffff;
  background-color: #0085ca;
  transition: background-color 0.1s ease;
}
.btn-colors-default:hover {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.btn-primary {
  color: #ffffff;
  background-color: #b0008e;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.btn-primary:hover,
.btn-primary.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.btn-secondary {
  color: #ffffff;
  background-color: #f7a800;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.btn-secondary:hover,
.btn-secondary.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.btn-filter {
  color: #ffffff;
  background-color: #888b8d;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.btn-filter:hover,
.btn-filter.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #0085ca;
  cursor: pointer;
}
.btn-filter-secondary {
  color: #ffffff;
  background-color: #888b8d;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.btn-filter-secondary:hover,
.btn-filter-secondary.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #77bc1f;
  cursor: pointer;
}
.panel__100 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1199px) {
  .panel__100 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__100 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__100 {
    padding: 55px 25px 30px 25px;
  }
}
.panel__100--mtch-2 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1199px) {
  .panel__100--mtch-2 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__100--mtch-2 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__100--mtch-2 {
    padding: 55px 25px 30px 25px;
  }
}
.panel__100--mtch-3 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 85px 50px 60px 50px;
}
@media only screen and (max-width: 1199px) {
  .panel__100--mtch-3 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__100--mtch-3 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__100--mtch-3 {
    padding: 55px 25px 30px 25px;
  }
}
.panel__100--mtch-4 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 45px 35px 30px 35px;
}
@media only screen and (max-width: 1023px) {
  .panel__100--mtch-4 {
    padding: 50px 35px 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__100--mtch-4 {
    padding: 40px 30px 15px 30px;
  }
}
.panel__100--mtch-5 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 45px 30px 20px 30px;
}
@media only screen and (max-width: 1023px) {
  .panel__100--mtch-5 {
    padding: 45px 30px 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__100--mtch-5 {
    padding: 55px 25px 30px 25px;
  }
}
.panel__66 {
  flex: 0 0 66.66666667%;
  max-width: 66.66%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1199px) {
  .panel__66 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__66 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__66 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__65 {
  flex: 0 0 65%;
  max-width: 65%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1023px) {
  .panel__65 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__65 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__60 {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1023px) {
  .panel__60 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__60 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__50 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1199px) {
  .panel__50 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__50 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__50 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__40 {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1023px) {
  .panel__40 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__40 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__35 {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1023px) {
  .panel__35 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__35 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__33 {
  padding: 85px 50px 60px 50px;
  flex: 0 0 33.33333333%;
  max-width: 33.33%;
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1199px) {
  .panel__33 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__33 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__33 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .panel__33 {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel__33 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__33 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.panel__25 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 45px 35px 30px 35px;
}
@media only screen and (max-width: 1023px) {
  .panel__25 {
    padding: 50px 35px 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__25 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 30px 15px 30px;
  }
}
.panel__25--alt {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 45px 35px 30px 35px;
}
@media only screen and (max-width: 1023px) {
  .panel__25--alt {
    padding: 50px 35px 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__25--alt {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 50px 25px 25px 25px;
  }
}
.panel__20 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 45px 30px 20px 30px;
}
@media only screen and (max-width: 1023px) {
  .panel__20 {
    padding: 45px 30px 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .panel__20 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 25px 30px 25px;
  }
}
.cols__4--solid .panel:not(:nth-child(-n+4)) {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .cols__4--solid .panel:not(:nth-child(-n+2)) {
    padding-top: 0;
  }
}
.cols__3--solid .panel:not(:nth-child(-n+3)) {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .cols__3--solid .panel:not(:first-child) {
    padding-top: 0;
  }
}
.cols__2--solid .panel:not(:nth-child(-n+2)) {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .cols__2--solid .panel:not(:first-child) {
    padding-top: 0;
  }
}
.panel--no-pad {
  padding: 0;
}
.panel__header {
  width: 100%;
}
.panel__content {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.panel__cta {
  margin-top: 1.875rem;
}
.panel__image img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .panel__image {
    text-align: center;
    margin: 0;
  }
  .panel__image img {
    display: inline;
  }
}
/* Panels specific to Step By Step Component */
.sbs__panel--100 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 70px 50px;
}
@media only screen and (max-width: 1023px) {
  .sbs__panel--100 {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sbs__panel--100 {
    padding: 60px 30px;
  }
}
.sbs__panel--66 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666666666667%;
  padding: 70px 50px;
}
@media only screen and (max-width: 1023px) {
  .sbs__panel--66 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sbs__panel--66 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 60px 30px;
  }
}
.sbs__panel--50 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 70px 50px;
}
@media only screen and (max-width: 1023px) {
  .sbs__panel--50 {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sbs__panel--50 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 60px 30px;
  }
}
.sbs__panel--33 {
  flex: 0 0 33.33333333%;
  max-width: 33.333333333333336%;
  padding: 70px 50px;
}
@media only screen and (max-width: 1023px) {
  .sbs__panel--33 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 70px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sbs__panel--33 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 60px 30px;
  }
}
/*=====================================================*/
/* Descr: Panels: Std Padding for Content Blocks
/* Author: Richelle Cripe
/* Last modified: 07 Feb 2017
/* Note:
/* ====================================================*/
/* Special padding for Step By Step Component */
.runner-padding {
  padding: 30px 60px;
}
@media only screen and (max-width: 1023px) {
  .runner-padding {
    padding: 25px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .runner-padding {
    padding: 25px 30px;
  }
}
/*=====================================================*/
/* Descr: Themes for MITG Components
/* Author: Richelle Cripe
/* Last modified: 12 Feb 2019
/* ====================================================*/
.theme-white {
  background-color: #ffffff;
}
.theme-white h1,
.theme-white h2 {
  color: #001e46;
}
.theme-white h3,
.theme-white h4,
.theme-white h5,
.theme-white h6 {
  color: #53565a;
}
.theme-white p,
.theme-white li {
  color: #888b8d;
}
.theme-white a {
  color: #0085ca;
}
.theme-white a h6 {
  color: #0085ca;
}
.theme-white button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-white button:hover,
.theme-white button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/* Deprecate */
.theme-primary {
  background-color: #ffffff;
}
.theme-primary h1,
.theme-primary h2 {
  color: #001e46;
}
.theme-primary h3,
.theme-primary h4,
.theme-primary h5,
.theme-primary h6 {
  color: #53565a;
}
.theme-primary p,
.theme-primary li {
  color: #888b8d;
}
.theme-primary a {
  color: #0085ca;
}
.theme-primary a h6 {
  color: #0085ca;
}
.theme-primary button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-primary button:hover,
.theme-primary button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.theme-off-white {
  background-color: #f3f3f3;
}
.theme-off-white h1,
.theme-off-white h2,
.theme-off-white h3,
.theme-off-white h4 {
  color: #001e46;
}
.theme-off-white h5,
.theme-off-white h6,
.theme-off-white p,
.theme-off-white li {
  color: #53565a;
}
.theme-off-white a {
  color: #0085ca;
}
.theme-off-white a h6 {
  color: #0085ca;
}
.theme-off-white button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-off-white button:hover,
.theme-off-white button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/* Deprecate */
.theme-primary-alt {
  background-color: #f3f3f3;
}
.theme-primary-alt h1,
.theme-primary-alt h2,
.theme-primary-alt h3,
.theme-primary-alt h4 {
  color: #001e46;
}
.theme-primary-alt h5,
.theme-primary-alt h6,
.theme-primary-alt p,
.theme-primary-alt li {
  color: #53565a;
}
.theme-primary-alt a {
  color: #0085ca;
}
.theme-primary-alt a h6 {
  color: #0085ca;
}
.theme-primary-alt button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-primary-alt button:hover,
.theme-primary-alt button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.theme-pale-gray {
  background-color: #e8e8e7;
}
.theme-pale-gray h1,
.theme-pale-gray h2,
.theme-pale-gray h3,
.theme-pale-gray h4 {
  color: #001e46;
}
.theme-pale-gray h5,
.theme-pale-gray h6,
.theme-pale-gray p,
.theme-pale-gray li {
  color: #53565a;
}
.theme-pale-gray a {
  color: #0085ca;
}
.theme-pale-gray a h6 {
  color: #0085ca;
}
.theme-pale-gray button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-pale-gray button:hover,
.theme-pale-gray button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.theme-navy-blue {
  background-color: #001e46;
}
.theme-navy-blue h1,
.theme-navy-blue h2,
.theme-navy-blue h3,
.theme-navy-blue h4,
.theme-navy-blue h5,
.theme-navy-blue h6,
.theme-navy-blue p,
.theme-navy-blue li {
  color: #ffffff;
}
.theme-navy-blue a {
  color: #b9d9eb;
}
.theme-navy-blue a h6 {
  color: #b9d9eb;
}
.theme-navy-blue button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-navy-blue button:hover,
.theme-navy-blue button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/* Deprecate */
.theme-secondary {
  background-color: #001e46;
}
.theme-secondary h1,
.theme-secondary h2,
.theme-secondary h3,
.theme-secondary h4,
.theme-secondary h5,
.theme-secondary h6,
.theme-secondary p,
.theme-secondary li {
  color: #ffffff;
}
.theme-secondary a {
  color: #b9d9eb;
}
.theme-secondary a h6 {
  color: #b9d9eb;
}
.theme-secondary button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-secondary button:hover,
.theme-secondary button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
.theme-medtronic-blue {
  background-color: #004b87;
}
.theme-medtronic-blue h1,
.theme-medtronic-blue h2,
.theme-medtronic-blue h3,
.theme-medtronic-blue h4,
.theme-medtronic-blue h5,
.theme-medtronic-blue h6,
.theme-medtronic-blue p,
.theme-medtronic-blue li {
  color: #ffffff;
}
.theme-medtronic-blue a {
  color: #b9d9eb;
}
.theme-medtronic-blue a h6 {
  color: #b9d9eb;
}
.theme-medtronic-blue button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-medtronic-blue button:hover,
.theme-medtronic-blue button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/* Deprecate */
.theme-secondary-alt {
  background-color: #004b87;
}
.theme-secondary-alt h1,
.theme-secondary-alt h2,
.theme-secondary-alt h3,
.theme-secondary-alt h4,
.theme-secondary-alt h5,
.theme-secondary-alt h6,
.theme-secondary-alt p,
.theme-secondary-alt li {
  color: #ffffff;
}
.theme-secondary-alt a {
  color: #b9d9eb;
}
.theme-secondary-alt a h6 {
  color: #b9d9eb;
}
.theme-secondary-alt button {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.theme-secondary-alt button:hover,
.theme-secondary-alt button.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #00a9e0;
  cursor: pointer;
}
/*===CssFileBegin===*/
/*CssFileName:mitg-popup.css*/
.mitg__popup {
  background-color: #001e46;
  padding: 70px 50px 45px 50px;
  width: 700px;
  height: 500px;
  max-width: 95%;
  margin: 0 auto;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1050;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mitg__popup {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 499px) {
  .mitg__popup {
    padding: 60px 30px 35px 30px;
  }
}
.mitg__popup .popup__title {
  color: #ffffff;
}
.mitg__popup .popup__text {
  color: #ffffff;
}
.mitg__popup .popup__text p {
  color: #ffffff;
}
.mitg__popup .popup__footer {
  text-align: left;
}
.mitg__popup .popup__footer button.negative {
  color: #ffffff;
  background-color: #004b87;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
  margin-right: 8px;
}
.mitg__popup .popup__footer button.negative:hover,
.mitg__popup .popup__footer button.negative.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #004b87;
  cursor: pointer;
}
.mitg__popup .popup__footer button.affirmative {
  color: #ffffff;
  background-color: #0085ca;
  padding: 20px 26px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
  white-space: normal;
}
.mitg__popup .popup__footer button.affirmative:hover,
.mitg__popup .popup__footer button.affirmative.active {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background-color: #0085ca;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .mitg__popup .popup__footer {
    font-size: .95rem;
  }
}
.popup__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background-color: #ffffff;
  display: none;
}
.popup__overlay.fade {
  opacity: 0;
}
.popup__overlay.in {
  opacity: 0.75;
}
/*===CssFileEnd===*/

