.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;
}
.comp__video-grid {
  zoom: 1;
  position: relative;
  width: 100%;
  margin: 0;
}
.comp__video-grid:before,
.comp__video-grid:after {
  content: " ";
  display: table;
}
.comp__video-grid:after {
  clear: both;
}
.comp__video-grid .video .mi-video-svg {
  height: 3.5rem;
  line-height: 3.5rem;
  vertical-align: middle;
}
.comp__video-grid .spacer--if-filters {
  width: 100%;
  height: 2.125rem;
}
.comp__video-grid .video__descr p {
  line-height: 1.45rem;
}
.comp__video-grid .video-grid__header {
  padding: 0px 60px 0 60px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .comp__video-grid .video-grid__header {
    padding: 0px 40px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__video-grid .video-grid__header {
    padding: 0px 30px 0 30px;
  }
}
.comp__video-grid .video-grid__header h3 {
  color: #001e46;
  margin-bottom: 0;
}
.comp__video-grid .panel__25--alt {
  padding-bottom: 0;
}
.comp__video-grid .video-grid {
  display: none;
}
.comp__video-grid .playlist__videos {
  display: none;
}
.comp__video-grid .playlists {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 45px 35px 30px 35px;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .comp__video-grid .playlists {
    padding: 50px 35px 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__video-grid .playlists {
    padding: 40px 30px 15px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__video-grid .playlists {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .comp__video-grid .playlists {
    padding-bottom: 0;
  }
}
.comp__video-grid .playlists .playlist--feat {
  flex: 0 0 100%;
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  position: relative;
}
.comp__video-grid .playlists .playlist {
  flex: 0 0 33.33333333%;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .comp__video-grid .playlists .playlist {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .comp__video-grid .playlists .playlist {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }
}
.comp__video-grid .playlists .playlist a {
  width: 100%;
  margin: auto;
}
.comp__video-grid .playlists .playlist .playlist__thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.comp__video-grid .playlists .playlist .playlist__thumb img {
  display: block;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  object-fit: cover;
  max-width: 100%;
}
@media only screen and (max-width: 499px) {
  .comp__video-grid .playlists .playlist .playlist__thumb {
    display: block;
  }
  .comp__video-grid .playlists .playlist .playlist__thumb img {
    max-width: 100%;
  }
}
.comp__video-grid .playlists .playlist .playlist__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -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: 5;
}
.comp__video-grid .playlists .playlist .playlist__icon .mi-btb-times::before {
  line-height: 0;
  margin: 0;
  padding: 0;
}
.comp__video-grid .playlists .playlist .playlist__icon i {
  font-size: 9rem;
  color: #ffffff;
  line-height: 9rem;
  vertical-align: middle;
}
.comp__video-grid .playlists .playlist .playlist__icon:hover {
  cursor: pointer;
}
.comp__video-grid .playlists .playlist .playlist__icon:hover i {
  color: #00a9e0;
}
.comp__video-grid .playlists .playlist .playlist__flag {
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  z-index: 5;
  background-color: #b0008e;
  color: #ffffff;
  padding: 0.25rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .comp__video-grid .playlists .playlist .playlist__flag {
    padding: 0.125rem 1rem;
    font-size: 0.875rem;
  }
}
.comp__video-grid .playlist__descr {
  flex: 0 0 66.66666667%;
  background-color: #f3f3f3;
  padding: 40px;
  max-width: 66.66666667%;
  color: #001e46;
  text-align: left;
}
.comp__video-grid .playlist__descr h4 {
  text-transform: uppercase;
}
.comp__video-grid .playlist__descr button {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .comp__video-grid .playlist__descr {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .comp__video-grid .playlist__descr {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }
}
.comp__video-grid .video-grid__container {
  background-color: #001e46;
  color: #f7a800;
  padding: 24px 26px;
  text-align: center;
}
.comp__video-grid .video-grid__container h4 {
  margin-bottom: 0;
  display: none;
}
.comp__video-grid .video-grid__container h4.is-active {
  color: #0085ca;
  display: inline;
}
.comp__video-grid .video-grid__container h4:hover {
  color: #0085ca;
  cursor: pointer;
}
.comp__video-grid .video-grid__container h4 i {
  top: 2px;
  margin-left: 8px;
}
.comp__video-grid .video-grid__container h4:first-of-type {
  color: #f7a800;
}
.comp__video-grid .section--expandable {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 45px 35px 30px 35px;
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  .comp__video-grid .section--expandable {
    padding: 50px 35px 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__video-grid .section--expandable {
    padding: 40px 30px 15px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__video-grid .section--expandable {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .comp__video-grid .section--expandable {
    padding-top: 0;
  }
}
.comp__video-grid {
  zoom: 1;
  position: relative;
  width: 100%;
  margin: 0;
}
.comp__video-grid:before,
.comp__video-grid:after {
  content: " ";
  display: table;
}
.comp__video-grid:after {
  clear: both;
}
.comp__video-grid .video .mi-video-svg {
  height: 3.5rem;
  line-height: 3.5rem;
  vertical-align: middle;
}
.comp__video-grid .spacer--if-filters {
  width: 100%;
  height: 2.125rem;
}
.comp__video-grid .video__descr p {
  line-height: 1.45rem;
}
.comp__video-grid .video-grid__header {
  padding: 0px 60px 0 60px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .comp__video-grid .video-grid__header {
    padding: 0px 40px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__video-grid .video-grid__header {
    padding: 0px 30px 0 30px;
  }
}
.comp__video-grid .video-grid__header h3 {
  color: #001e46;
  margin-bottom: 0;
}
.comp__video-grid .panel__25--alt {
  padding-bottom: 0;
}
.comp__video-grid .video-grid {
  display: none;
}
.comp__video-grid .playlist__videos {
  display: none;
}
.comp__video-grid .playlists {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 45px 35px 30px 35px;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .comp__video-grid .playlists {
    padding: 50px 35px 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__video-grid .playlists {
    padding: 40px 30px 15px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__video-grid .playlists {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .comp__video-grid .playlists {
    padding-bottom: 0;
  }
}
.comp__video-grid .playlists .playlist--feat {
  flex: 0 0 100%;
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  position: relative;
}
.comp__video-grid .playlists .playlist {
  flex: 0 0 33.33333333%;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .comp__video-grid .playlists .playlist {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .comp__video-grid .playlists .playlist {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }
}
.comp__video-grid .playlists .playlist a {
  width: 100%;
  margin: auto;
}
.comp__video-grid .playlists .playlist .playlist__thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.comp__video-grid .playlists .playlist .playlist__thumb img {
  display: block;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  object-fit: cover;
  max-width: 100%;
}
@media only screen and (max-width: 499px) {
  .comp__video-grid .playlists .playlist .playlist__thumb {
    display: block;
  }
  .comp__video-grid .playlists .playlist .playlist__thumb img {
    max-width: 100%;
  }
}
.comp__video-grid .playlists .playlist .playlist__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -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: 5;
}
.comp__video-grid .playlists .playlist .playlist__icon .mi-btb-times::before {
  line-height: 0;
  margin: 0;
  padding: 0;
}
.comp__video-grid .playlists .playlist .playlist__icon i {
  font-size: 9rem;
  color: #ffffff;
  line-height: 9rem;
  vertical-align: middle;
}
.comp__video-grid .playlists .playlist .playlist__icon:hover {
  cursor: pointer;
}
.comp__video-grid .playlists .playlist .playlist__icon:hover i {
  color: #00a9e0;
}
.comp__video-grid .playlists .playlist .playlist__flag {
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  z-index: 5;
  background-color: #b0008e;
  color: #ffffff;
  padding: 0.25rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .comp__video-grid .playlists .playlist .playlist__flag {
    padding: 0.125rem 1rem;
    font-size: 0.875rem;
  }
}
.comp__video-grid .playlist__descr {
  flex: 0 0 66.66666667%;
  background-color: #f3f3f3;
  padding: 40px;
  max-width: 66.66666667%;
  color: #001e46;
  text-align: left;
}
.comp__video-grid .playlist__descr h4 {
  text-transform: uppercase;
}
.comp__video-grid .playlist__descr button {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .comp__video-grid .playlist__descr {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .comp__video-grid .playlist__descr {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }
}
.comp__video-grid .video-grid__container {
  background-color: #001e46;
  color: #f7a800;
  padding: 24px 26px;
  text-align: center;
}
.comp__video-grid .video-grid__container h4 {
  margin-bottom: 0;
  display: none;
}
.comp__video-grid .video-grid__container h4.is-active {
  color: #0085ca;
  display: inline;
}
.comp__video-grid .video-grid__container h4:hover {
  color: #0085ca;
  cursor: pointer;
}
.comp__video-grid .video-grid__container h4 i {
  top: 2px;
  margin-left: 8px;
}
.comp__video-grid .video-grid__container h4:first-of-type {
  color: #f7a800;
}
.comp__video-grid .section--expandable {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 45px 35px 30px 35px;
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  .comp__video-grid .section--expandable {
    padding: 50px 35px 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__video-grid .section--expandable {
    padding: 40px 30px 15px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__video-grid .section--expandable {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .comp__video-grid .section--expandable {
    padding-top: 0;
  }
}

.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:events.css*/
@media only screen and (max-width: 1023px) {
  .comp__events {
    margin-top: 0;
  }
}
.comp__events .row {
  align-items: stretch;
  -webkit-align-items: stretch;
  background-color: #f3f3f3;
}
.comp__events .panel__20 {
  padding: 55px 35px;
}
.comp__events .panel__20 a {
  height: 100%;
  color: #001e46;
}
.comp__events .panel__20:nth-of-type(even) {
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .comp__events .panel__20:nth-of-type(even) {
    background-color: #f3f3f3;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__events .panel__20 {
    flex: 0 0 33.33333333%;
    max-width: 33.33%;
  }
  .comp__events .panel__20:nth-child(3),
  .comp__events .panel__20:nth-of-type(4) {
    display: none;
  }
  .comp__events .panel__20:last-child {
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .comp__events .panel__20 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    padding: 2rem 2rem 0 2rem;
  }
  .comp__events .panel__20:last-child .panel__copy {
    border: 0;
    text-align: center;
  }
  .comp__events .panel__20:first-child .panel__copy {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .comp__events .panel__copy {
    border-right: none;
    border-bottom: 1px solid #888b8d;
    padding-bottom: 1rem;
    display: block;
    width: 100%;
  }
}
.comp__events .panel__header {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .comp__events .panel__header {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    text-align: center;
  }
  .comp__events .panel__header h3 {
    position: relative;
  }
}
.comp__events .btn__cta--sticky {
  color: #b0008e;
  position: relative;
  text-align: right;
}
.comp__events .btn__cta--sticky i {
  margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .comp__events .btn__cta--sticky {
    display: inline-block;
    position: relative;
  }
  .comp__events .btn__cta--sticky i {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0;
    margin-left: 10px;
    top: 4px;
    display: inline-block;
    font-size: 2.25rem;
  }
}
/*===CssFileEnd===*/

.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:two-thirds-image-text.css*/
.comp__2-3-image-text .row {
  overflow: hidden;
  margin-bottom: 1%;
}
@media only screen and (max-width: 767px) {
  .comp__2-3-image-text .row {
    max-height: 100%;
    height: auto;
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .comp__2-3-image-text .row__reverse {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__2-3-image-text .panel__66,
  .comp__2-3-image-text .panel__33 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .comp__2-3-image-text .panel__66,
  .comp__2-3-image-text .panel__33 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.comp__2-3-image-text .panel__content {
  height: 100%;
}
.comp__2-3-image-text .panel__image {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .comp__2-3-image-text .panel__image {
    height: 300px;
    display: block;
  }
}
.comp__2-3-image-text .panel__copy h4 {
  color: #53565a;
  font-size: 1.125rem;
}
.comp__2-3-image-text .panel__cta h6 {
  text-transform: uppercase;
}
.comp__2-3-image-text .video a {
  position: unset;
}
@media only screen and (max-width: 499px) {
  .comp__2-3-image-text .panel__content {
    height: auto;
  }
}
/*===CssFileEnd===*/

.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;
}
.comp__transitional-text {
  background-color: #ffffff;
  width: 100%;
  position: relative;
}
.comp__transitional-text h1,
.comp__transitional-text h2 {
  color: #001e46;
}
.comp__transitional-text h3,
.comp__transitional-text h4,
.comp__transitional-text h5,
.comp__transitional-text h6 {
  color: #53565a;
}
.comp__transitional-text p,
.comp__transitional-text li {
  color: #888b8d;
}
.comp__transitional-text a {
  color: #0085ca;
}
.comp__transitional-text a h6 {
  color: #0085ca;
}
.comp__transitional-text 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;
}
.comp__transitional-text button:hover,
.comp__transitional-text 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;
}
.transitional-text__content {
  padding: 90px 0 27px 0;
  text-align: center;
  margin: 0 auto;
}
.transitional-text__content h2 {
  font-weight: 600;
  margin-bottom: 0;
}
.transitional-text__content h2 span {
  display: block;
  font-weight: 300;
}
.transitional-text__content p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .transitional-text__content {
    padding: 75px 0 0 0;
  }
}
@media only screen and (max-width: 499px) {
  .transitional-text__content {
    padding: 60px 0 0 0;
  }
}
.comp__transitional-text.transitional-text--with-descr {
  flex: 0 0 100%;
  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;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.comp__transitional-text.transitional-text--with-descr .transitional-text__content {
  flex: 0 0 50%;
  padding: 90px 60px 27px 60px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .comp__transitional-text.transitional-text--with-descr .transitional-text__content {
    padding: 75px 35px 0px 35px;
  }
}
@media only screen and (max-width: 499px) {
  .comp__transitional-text.transitional-text--with-descr .transitional-text__content {
    flex: 0 0 100%;
    padding: 60px 25px 0px 25px;
  }
}
.comp__transitional-text.transitional-text--with-descr .transitional-text__content h2 {
  display: block;
}
.comp__transitional-text.transitional-text--with-descr .transitional-text__content p {
  font-weight: 600;
}
.comp__transitional-text.transitional-text--with-descr .transitional-text__content p.with-accent {
  font-weight: 400;
}
@media only screen and (max-width: 499px) {
  .comp__transitional-text.transitional-text--with-descr {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .comp__transitional-text.transitional-text--with-descr .transitional-text__content {
    padding: 30px 15px;
  }
  .comp__transitional-text.transitional-text--with-descr .transitional-text__content + .transitional-text__content {
    padding-top: 0;
  }
}

.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;
}
.comp__topic-selector .topic__results {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .comp__topic-selector .topic__results {
    text-align: center;
  }
}
.comp__topic-selector .results__title {
  color: #0085ca;
  text-transform: uppercase;
  margin-bottom: 0;
}
.comp__topic-selector .card__supertitle {
  text-transform: none;
}
.comp__topic-selector .card__cta a h6 {
  color: #0085ca;
}
.comp__topic-selector .card__cta a h6 .mi {
  position: relative;
  top: 2px;
}

.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:toggle.css*/
.comp__toggle {
  padding-top: 0.825rem;
}
.comp__toggle .toggles {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  text-align: left;
  padding: 30px;
}
@media only screen and (max-width: 1023px) {
  .comp__toggle .toggles {
    text-align: center;
  }
}
.comp__toggle .toggle {
  width: auto;
  display: inline-block;
  color: #b1b3b3;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  margin-right: 24px;
}
.comp__toggle .toggle:last-child {
  margin-right: 0;
}
.comp__toggle .toggle h6 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  color: inherit;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.comp__toggle .toggle:hover {
  cursor: pointer;
  color: #0085ca;
}
.comp__toggle .toggle.is-active {
  color: #0085ca;
}
.comp__toggle .toggle.is-active h6 {
  color: inherit;
  border-bottom: 3px solid #0085ca;
}
/*===CssFileEnd===*/

.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:text-with-sidebar.css*/
.comp__text-with-sidebar .panel__50 .panel--no-pad {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .comp__text-with-sidebar .panel__50 .panel--no-pad {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.comp__text-with-sidebar .panel--no-pad {
  margin: 0 auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.comp__text-with-sidebar .panel--no-pad .panel__image img {
  max-width: 100%;
  display: block;
}
/*===CssFileEnd===*/

/*===CssFileBegin===*/
/*CssFileName:text-grid.css*/
.comp__text-grid .title__25 h4,
.comp__text-grid .title__33 h4,
.comp__text-grid .title__50 h4 {
  border-color: #b1b3b3;
}
.comp__text-grid .panel__100--mtch-4,
.comp__text-grid .panel__100--mtch-3,
.comp__text-grid .panel__100--mtch-2 {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .comp__text-grid .panel__25:not(:first-of-type),
  .comp__text-grid .panel__33:not(:first-of-type),
  .comp__text-grid .panel__50:not(:first-of-type) {
    padding-top: 0;
  }
}
.comp__text-grid .panel__content p span {
  display: block;
}
.comp__text-grid .panel__btn {
  padding-top: 0;
}
.comp__text-grid .row__divider {
  border-color: #b1b3b3;
}
@media only screen and (max-width: 767px) {
  .comp__text-grid .row__divider {
    margin-bottom: 60px;
  }
}
/*===CssFileEnd===*/

/*===CssFileBegin===*/
/*CssFileName:text.css*/
.comp__text .panel__image {
  padding-top: 0.425rem;
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .comp__text .panel__50 + .panel__50 {
    padding-top: 0;
  }
}
.comp__text .panel__copy h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 1.875rem;
}
/*===CssFileEnd===*/

.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:step-by-step.css*/
.comp__step-by-step {
  /* reset flex direction inside cards */
}
.comp__step-by-step .deck .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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.comp__step-by-step .row + .row {
  margin-top: 1rem;
}
.comp__step-by-step .sbs + .sbs {
  margin-top: 1rem;
}
.comp__step-by-step .sbs__section-header {
  position: relative;
  width: 100%;
  padding: 30px 50px;
}
@media only screen and (max-width: 767px) {
  .comp__step-by-step .sbs__section-header {
    padding: 30px 30px;
  }
}
.comp__step-by-step .sbs__section-header h3 {
  color: #001e46;
  margin-bottom: 0;
  text-transform: uppercase;
}
.comp__step-by-step .sbs-associated-products {
  padding: 30px 0 30px 50px;
}
@media only screen and (max-width: 767px) {
  .comp__step-by-step .sbs-associated-products {
    padding: 30px 30px;
    padding-right: 0;
  }
}
.comp__step-by-step .products__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 100%;
  min-height: 200px;
  overflow-x: auto;
}
.comp__step-by-step .product {
  width: 155px;
  margin: 0 33px 0 0;
}
.comp__step-by-step .product:last-child {
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .comp__step-by-step .product {
    margin: 0 25px 0 0;
  }
  .comp__step-by-step .product:last-child {
    margin-right: 30px;
  }
}
.comp__step-by-step .sbs__header {
  width: 100%;
  display: block;
}
.comp__step-by-step .sbs__header h4 {
  color: #004b87;
  text-transform: uppercase;
}
.comp__step-by-step .sbs__content {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.comp__step-by-step .sbs__cta {
  text-decoration: none;
  color: #b0008e;
}
.comp__step-by-step .sbs__cta:hover,
.comp__step-by-step .sbs__cta:focus {
  text-decoration: underline;
  cursor: pointer;
}
.comp__step-by-step .sbs__cta:hover > i,
.comp__step-by-step .sbs__cta:focus > i {
  text-decoration: none !important;
}
.comp__step-by-step .sbs__cta:hover,
.comp__step-by-step .sbs__cta:visited {
  color: #b0008e;
}
.comp__step-by-step .sbs__cta .mi {
  position: relative;
  top: 1px;
}
.comp__step-by-step .sbs__panel--main {
  background-color: #f3f3f3;
  -webkit-flex-basis: 66.66666667%;
  -moz-flex-basis: 66.66666667%;
  -ms-flex-basis: 66.66666667%;
  flex-basis: 66.66666667%;
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3;
  padding: 70px 50px;
}
@media only screen and (max-width: 1199px) {
  .comp__step-by-step .sbs__panel--main {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__step-by-step .sbs__panel--main {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    padding: 60px 30px;
  }
}
.comp__step-by-step .sbs__panel--secondary {
  -webkit-flex-basis: 33.33333333%;
  -moz-flex-basis: 33.33333333%;
  -ms-flex-basis: 33.33333333%;
  flex-basis: 33.33333333%;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .comp__step-by-step .sbs__panel--secondary {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .comp__step-by-step .sbs__panel--secondary {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.comp__step-by-step .sbs__image {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .comp__step-by-step .sbs__image {
    height: 300px;
    display: block;
  }
}
.comp__step-by-step .sbs__panel--50 {
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .comp__step-by-step .sbs__panel--50 + .sbs__panel--50 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .comp__step-by-step .sbs__panel--50.sbs__panel--single-col:first-child {
    padding-bottom: 0;
  }
  .comp__step-by-step .sbs__panel--50.sbs__panel--single-col:last-child {
    padding-top: 0;
  }
  .comp__step-by-step .sbs__panel--50.sbs__panel--single-col:last-child .sbs__copy {
    padding-top: 0;
  }
  .comp__step-by-step .sbs__panel--50.sbs__panel--single-col:last-child .sbs__copy p {
    padding-left: 4rem;
  }
}
.comp__step-by-step .sbs__panel--no-padding {
  padding: 0;
}
.comp__step-by-step .sbs__copy {
  padding-top: 0.6875rem;
}
.comp__step-by-step .sbs__copy h3 {
  color: #001e46;
}
.comp__step-by-step .sbs__copy h4 {
  color: #004b87;
}
.comp__step-by-step .sbs__copy p,
.comp__step-by-step .sbs__copy li {
  color: #53565a;
}
.comp__step-by-step .sbs__copy p > a,
.comp__step-by-step .sbs__copy li > a {
  color: #0085ca;
}
.comp__step-by-step .sbs__num {
  position: relative;
  background-color: #0085ca;
  height: 3rem;
  width: 3rem;
  text-align: center;
  float: left;
  margin-right: 1rem;
}
.comp__step-by-step .sbs__num h5 {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}
.comp__step-by-step .sbs__copy {
  overflow: hidden;
}
.comp__step-by-step .sbs__figure {
  width: 155px;
  height: 155px;
  border: 1px solid #b1b3b3;
}
.comp__step-by-step .sbs__figure img {
  display: block;
  max-width: 100%;
}
.comp__step-by-step .sbs__figcaption {
  padding: 1rem 0.5rem;
}
.comp__step-by-step .sbs__figcaption p {
  color: #53565a;
  margin-bottom: 0;
}
.comp__step-by-step .sbs__card.card__50 {
  padding: 70px 50px;
}
@media only screen and (max-width: 1199px) {
  .comp__step-by-step .sbs__card.card__50 {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__step-by-step .sbs__card.card__50 {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__step-by-step .sbs__panel.sbs__panel--50:last-child {
    margin-right: 50px;
  }
}
/*===CssFileEnd===*/

.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:specifications.css*/
@media only screen and (max-width: 1199px) {
  .comp__specifications .panel__100 + .panel__100 {
    padding-top: 0;
  }
}
/*===CssFileEnd===*/

.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:table.css*/
.comp__table .table__content {
  padding: 85px 0 60px 0;
}
@media only screen and (max-width: 1023px) {
  .comp__table .table__content {
    padding: 65px 0 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .comp__table .table__content {
    padding: 60px 0 35px 0;
  }
}
.comp__table table {
  margin-bottom: 1.875rem;
}
.comp__table .table__wrapper {
  padding: 0px 60px;
}
@media only screen and (max-width: 1023px) {
  .comp__table .table__wrapper {
    padding: 0px 0px 0px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__table .table__wrapper {
    padding: 0px 0px 0px 30px;
  }
}
.comp__table .panel {
  padding: 0px 60px;
}
@media only screen and (max-width: 1023px) {
  .comp__table .panel {
    padding: 0px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__table .panel {
    padding: 0px 30px;
  }
}
.comp__table .table__close-btn {
  background-color: #0085ca;
  color: #ffffff;
  padding: 14px;
  font-size: 1.375rem;
}
.comp__table .table__close-btn:hover {
  cursor: pointer;
}
.comp__table .table-page__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.40;
  background-color: #ffffff;
  z-index: 1;
  display: none;
}
.comp__table .table__overlay {
  position: fixed;
  top: 0;
  right: -102%;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1050;
  opacity: 1;
  height: 100%;
  max-width: 1200px;
  width: 100%;
  overflow-y: auto;
  box-shadow: -2px 0 6px 0 rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .comp__table .table__overlay {
    width: 92%;
  }
}
@media only screen and (max-width: 499px) {
  .comp__table .table__overlay {
    width: 100%;
  }
}
.comp__table .btn__wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: right;
  background-color: #001e46;
  padding: 12px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.comp__table .table__runner {
  background-color: #0085ca;
}
.comp__table .table__runner h2,
.comp__table .table__runner h3,
.comp__table .table__runner h4,
.comp__table .table__runner h5,
.comp__table .table__runner h6 {
  color: #ffffff;
  text-transform: none;
  position: relative;
}
.comp__table .table__runner h2:hover,
.comp__table .table__runner h3:hover,
.comp__table .table__runner h4:hover,
.comp__table .table__runner h5:hover,
.comp__table .table__runner h6:hover {
  cursor: pointer;
}
.comp__table .table__runner h2 i,
.comp__table .table__runner h3 i,
.comp__table .table__runner h4 i,
.comp__table .table__runner h5 i,
.comp__table .table__runner h6 i {
  position: absolute;
  top: 2px;
  font-size: 1.125rem;
  margin-left: 10px;
}
/*===CssFileEnd===*/

.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:spaced-out-content.css*/
@media only screen and (max-width: 767px) {
  .comp__spaced-out-content .row__reverse {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.comp__spaced-out-content .panel--no-pad {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.comp__spaced-out-content .panel__image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.comp__spaced-out-content .panel__image img {
  display: block;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .comp__spaced-out-content .panel__image {
    display: block;
  }
  .comp__spaced-out-content .panel__image img {
    max-width: 100%;
    margin: auto;
  }
}
.comp__spaced-out-content .panel__header h3 {
  color: #001e46;
}
.comp__spaced-out-content .panel__cta,
.comp__spaced-out-content .panel__cta a h6 {
  color: #0085ca;
}
/*===CssFileEnd===*/

.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:selectable-assets.css*/
.comp__selectable-assets .card__cta,
.comp__selectable-assets .card__cta h6 {
  color: #0085ca;
}
.comp__selectable-assets .card__block--icon {
  color: #0085ca;
}
.comp__selectable-assets a.card {
  position: relative;
  display: block;
  background-color: #f3f3f3;
  border: 0 none;
}
.comp__selectable-assets a.card.card__33 {
  width: 32.9%;
}
.comp__selectable-assets a.card.card__33:nth-child(n) {
  margin-bottom: 0.75%;
  margin-right: 0.65%;
}
.comp__selectable-assets a.card.card__33:nth-child( 3n) {
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .comp__selectable-assets a.card.card__33 {
    width: 49.675%;
  }
  .comp__selectable-assets a.card.card__33:nth-child(n) {
    margin-bottom: 0.75%;
    margin-right: 0.65%;
  }
  .comp__selectable-assets a.card.card__33:nth-child( 2n) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .comp__selectable-assets a.card.card__33 {
    width: 100%;
  }
  .comp__selectable-assets a.card.card__33:nth-child(n) {
    margin-bottom: 0.75%;
    margin-right: 0.65%;
  }
  .comp__selectable-assets a.card.card__33:nth-child( 1n) {
    margin-right: auto;
  }
}
.comp__selectable-assets a.card.card__33 .card__block,
.comp__selectable-assets a.card.card__33 .card__cta {
  padding: 45px 35px 30px 35px;
}
@media only screen and (max-width: 1199px) {
  .comp__selectable-assets a.card.card__33 .card__block,
  .comp__selectable-assets a.card.card__33 .card__cta {
    padding: 50px 35px 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__selectable-assets a.card.card__33 .card__block,
  .comp__selectable-assets a.card.card__33 .card__cta {
    padding: 40px 30px 15px 30px;
  }
}
.comp__selectable-assets a.card.card__33 .card__block {
  padding-bottom: 0;
}
.comp__selectable-assets a.card.card__33 .card__cta {
  padding-top: 0;
}
.comp__selectable-assets a.card.card__33 .card__cta {
  background-color: inherit;
  border-top: 0 none;
  text-align: right;
  text-transform: uppercase;
}
.comp__selectable-assets a.card.card__33 .card__cta .mi {
  position: relative;
  top: 2px;
}
.comp__selectable-assets .deck a.card {
  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;
}
.comp__selectable-assets a > .card__block {
  flex: 1 1 auto;
}
.comp__selectable-assets a.card {
  background-color: #f3f3f3;
}
.comp__selectable-assets a.card .card__title {
  color: #001e46;
}
.comp__selectable-assets a.card .card__cta {
  background-color: #f3f3f3;
}
.comp__selectable-assets a.card .card__cta h6 {
  color: #0085ca;
  text-decoration: none;
  display: block;
}
.comp__selectable-assets a.card .card__cta h6:hover,
.comp__selectable-assets a.card .card__cta h6:focus {
  text-decoration: underline;
  cursor: pointer;
}
.comp__selectable-assets a.card .card__cta h6:hover > i,
.comp__selectable-assets a.card .card__cta h6:focus > i {
  text-decoration: none !important;
}
.comp__selectable-assets a.card .card__cta h6 i {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.comp__selectable-assets a.card .card__cta h6:hover > i {
  text-decoration: none !important;
}
.comp__selectable-assets a.card .card__text {
  color: #53565a;
}
.comp__selectable-assets a.card .card__block--icon {
  color: #0085ca;
}
.comp__selectable-assets a.card:visited {
  background-color: #0085ca;
}
.comp__selectable-assets a.card:visited .card__title {
  color: #ffffff;
}
.comp__selectable-assets a.card:visited .card__cta {
  background-color: #0085ca;
}
.comp__selectable-assets a.card:visited .card__cta h6 {
  color: #ffffff;
}
.comp__selectable-assets a.card:visited .card__text {
  color: #b9d9eb;
}
.comp__selectable-assets a.card:visited .card__block--icon i {
  color: #b9d9eb;
}
.comp__selectable-assets a.card:hover {
  background-color: #0085ca;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.comp__selectable-assets a.card:hover .card__title {
  color: #ffffff;
}
.comp__selectable-assets a.card:hover .card__cta h6 {
  color: #ffffff;
}
.comp__selectable-assets a.card:hover .card__text {
  color: #b9d9eb;
}
.comp__selectable-assets a.card:hover .card__block--icon i {
  color: #b9d9eb;
}
/*===CssFileEnd===*/

.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:secondary-nav.css*/
.comp__secondary-nav {
  zoom: 1;
  flex: 0 0 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 110px;
}
.comp__secondary-nav:before,
.comp__secondary-nav:after {
  content: " ";
  display: table;
}
.comp__secondary-nav:after {
  clear: both;
}
@media only screen and (max-width: 1199px) {
  .comp__secondary-nav {
    height: auto;
    min-height: 62px;
  }
}
.comp__secondary-nav .s-nav {
  min-height: 110px;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .comp__secondary-nav .s-nav {
    min-height: 62px;
    height: auto;
  }
}
.comp__secondary-nav .s-nav__icon {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .comp__secondary-nav .s-nav__icon {
    display: inline-block;
    float: right;
    font-size: 1.875rem;
    padding: 18px 0;
    color: #53565a;
  }
  .comp__secondary-nav .s-nav__icon i {
    display: none;
    margin-bottom: 0;
  }
  .comp__secondary-nav .s-nav__icon i.is-active {
    display: inline-block;
    cursor: pointer;
  }
}
.comp__secondary-nav .s-nav__title {
  display: inline-block;
  float: left;
  padding: 24px 0 14px 0;
}
.comp__secondary-nav .s-nav__title a {
  color: #001e46;
  font-size: 1.375rem;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .comp__secondary-nav .s-nav__title {
    padding: 18px 0 18px 0;
  }
}
.comp__secondary-nav .s-nav__child {
  color: #53565a;
  font-size: 1rem;
  font-weight: 400;
}
.comp__secondary-nav .s-nav__child:hover,
.comp__secondary-nav .s-nav__child.is-active {
  border-bottom: 2px solid #0085ca;
}
@media only screen and (max-width: 1199px) {
  .comp__secondary-nav .s-nav__child:hover,
  .comp__secondary-nav .s-nav__child.is-active {
    border-bottom: 0 none;
  }
}
.comp__secondary-nav .s-nav__cta {
  color: #0085ca;
  font-size: 1rem;
  font-weight: 500;
}
.comp__secondary-nav .s-nav__pull-menu {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px;
}
@media only screen and (max-width: 1199px) {
  .comp__secondary-nav .s-nav__pull-menu {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  .comp__secondary-nav .s-nav__pull-menu {
    padding: 0 15px;
  }
}
.comp__secondary-nav .s-nav__main-menu {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  background-color: #ffffff;
}
.comp__secondary-nav .s-nav__main-menu ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 26px;
}
.comp__secondary-nav .s-nav__main-menu li {
  display: inline-block;
  border: none;
  margin-right: 22px;
  margin-bottom: 0;
}
.comp__secondary-nav .s-nav__main-menu li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  .comp__secondary-nav .s-nav__main-menu {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  .comp__secondary-nav .s-nav__main-menu {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .comp__secondary-nav .s-nav__main-menu {
    display: none;
  }
  .comp__secondary-nav .s-nav__main-menu.is-visible {
    display: block;
    z-index: 41;
  }
  .comp__secondary-nav .s-nav__main-menu li {
    display: block;
    margin: 0;
    padding: 1rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .comp__secondary-nav .s-nav__main-menu li:last-child {
    border-bottom: 0;
  }
}
.comp__secondary-nav .is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 41;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #888b8d;
}
/*===CssFileEnd===*/

.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:search-results.css*/
.comp__search-results .queries {
  margin-bottom: 1.575rem;
}
.comp__search-results .query__title,
.comp__search-results .query__descr {
  display: inline-block;
  margin-bottom: 0;
}
.comp__search-results .query__title {
  color: #53565a;
}
.comp__search-results .query__descr {
  color: #888b8d;
}
.comp__search-results .results {
  display: block;
}
.comp__search-results .result {
  margin-bottom: 1.575rem;
}
.comp__search-results .result:last-of-type {
  margin-bottom: 0;
}
.comp__search-results .result h3,
.comp__search-results .result h6 {
  margin-bottom: 1rem;
}
.comp__search-results .result ul,
.comp__search-results .result li {
  color: #888b8d;
  font-size: 1rem;
}
.comp__search-results .result:last-child p.result__descr {
  margin-bottom: 0;
}
.comp__search-results .result__title a {
  color: #0085ca;
  text-decoration: underline;
}
.comp__search-results .result__url {
  color: #53565a;
  text-transform: none;
}
.comp__search-results .result__descr {
  color: #888b8d;
}
.comp__search-results .error__title {
  color: #0085ca;
}
.comp__search-results .error__subtitle {
  color: #53565a;
  text-transform: none;
}
.comp__search-results .error__descr {
  color: #888b8d;
  margin-bottom: 1rem;
}
.comp__search-results .pagination {
  margin-bottom: 1.575rem;
}
/*===CssFileEnd===*/

.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:search.css*/
.comp__search {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-color: #0085ca;
}
.comp__search .search__header {
  color: #ffffff;
}
.comp__search .search__bar {
  font-size: 1rem;
}
.comp__search .search__bar fieldset {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.comp__search .search__bar input:focus {
  outline: none;
}
.comp__search .search__bar input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: #888b8d;
  background-color: #ffffff;
  appearance: none;
  -webkit-appearance: none;
}
.comp__search .search__bar input::-webkit-input-placeholder {
  color: #b1b3b3 !important;
}
.comp__search .search__bar input:-ms-input-placeholder {
  color: #b1b3b3 !important;
}
.comp__search.search--center-align {
  text-align: center;
}
.comp__search.search--center-align .search__els {
  padding: 50px 35px;
}
@media only screen and (max-width: 767px) {
  .comp__search.search--center-align .search__els {
    padding: 50px 30px;
  }
}
.comp__search.search--center-align .search__bar {
  margin: 0 auto;
}
.comp__search.search--center-align .search__bar .searchbar__wrapper {
  font-family: 'Effra';
  height: 47px;
  width: 400px;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  padding: 0 0.5rem;
}
@media only screen and (max-width: 767px) {
  .comp__search.search--center-align .search__bar .searchbar__wrapper {
    width: 100%;
  }
}
.comp__search.search--center-align .search__bar input {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 18px;
  width: 350px;
  background-color: transparent;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .comp__search.search--center-align .search__bar input {
    width: 90%;
  }
}
@media only screen and (max-width: 499px) {
  .comp__search.search--center-align .search__bar input {
    width: 80%;
  }
}
.comp__search.search--center-align .search__bar button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: transparent;
  color: #b1b3b3;
  font-size: 1.875rem;
  margin: 0;
  padding: 0;
  display: inline-block;
  border: 0;
}
.comp__search.search--center-align .search__bar button:focus {
  outline: none;
}
.comp__search.search--center-align .search__bar button span {
  position: relative;
  top: 4px;
}
.comp__search.search--left-align {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .comp__search.search--left-align {
    text-align: center;
  }
}
.comp__search.search--left-align .search__els {
  padding: 25px 35px;
}
@media only screen and (max-width: 767px) {
  .comp__search.search--left-align .search__els {
    padding: 30px;
  }
}
.comp__search.search--left-align .search__bar .searchbar__wrapper {
  height: 40px;
  width: 350px;
  background-color: #ffffff;
  position: relative;
  padding: 0 0.5rem;
}
@media only screen and (max-width: 767px) {
  .comp__search.search--left-align .search__bar .searchbar__wrapper {
    width: 100%;
  }
}
.comp__search.search--left-align .search__bar input {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 310px;
  background-color: transparent;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .comp__search.search--left-align .search__bar input {
    width: 90%;
  }
}
@media only screen and (max-width: 320px) {
  .comp__search.search--left-align .search__bar input {
    font-size: 0.9375rem;
  }
}
.comp__search.search--left-align .search__bar button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: transparent;
  color: #b1b3b3;
  font-size: 1.125rem;
  height: 32px;
  width: 20px;
  margin: 0;
  padding: 0;
  padding-bottom: 6px;
  display: inline-block;
  border: 0;
}
.comp__search.search--left-align .search__bar button:focus {
  outline: none;
}
/*===CssFileEnd===*/

.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:resources.css*/
.comp__resources {
  zoom: 1;
  position: relative;
  width: 100%;
  margin: 0;
}
.comp__resources:before,
.comp__resources:after {
  content: " ";
  display: table;
}
.comp__resources:after {
  clear: both;
}
.comp__resources .panel__100 {
  padding: 0px 0px 0px 0px;
}
.comp__resources .spacer--if-filters {
  width: 100%;
  height: 2.125rem;
}
.comp__resources .comp__header,
.comp__resources .resources__header {
  padding: 60px 60px 0 60px;
  background-color: inherit;
}
.comp__resources .comp__header h3,
.comp__resources .resources__header h3 {
  color: #001e46;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .comp__resources .comp__header,
  .comp__resources .resources__header {
    padding: 60px 40px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__resources .comp__header,
  .comp__resources .resources__header {
    padding: 60px 30px 0 30px;
  }
}
.comp__resources .resources__panel--66 {
  flex: 0 0 66.66666667%;
  max-width: 66.66667%;
}
@media only screen and (max-width: 767px) {
  .comp__resources .resources__panel--66 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.comp__resources .panel__content {
  padding: 45px 60px 60px 60px;
}
@media only screen and (max-width: 1023px) {
  .comp__resources .panel__content {
    padding: 45px 40px 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__resources .panel__content {
    padding: 45px 30px 60px 30px;
  }
}
.comp__resources .panel__content > .linklist--no-wrap li a {
  color: #53565a;
}
.comp__resources .panel__content--two-cols > .linklist--no-wrap li a,
.comp__resources .panel__content--three-cols > .linklist--no-wrap li a {
  color: #53565a;
}
.comp__resources .panel__content--two-cols ul {
  flex: 0 0 100%;
  max-width: 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;
}
.comp__resources .panel__content--two-cols li {
  flex: 0 0 50%;
  max-width: 49%;
  margin-bottom: 2rem;
}
.comp__resources .panel__content--two-cols li:nth-child(n) {
  padding-right: 6%;
  padding-right: 20px;
}
.comp__resources .panel__content--two-cols li:nth-child(n) h5 {
  padding-right: 0;
  margin-bottom: 0;
}
.comp__resources .panel__content--two-cols li:nth-child(2n) {
  padding-right: 0;
}
.comp__resources .panel__content--two-cols li:nth-child(2n) h5 {
  padding-right: 0;
  margin-bottom: 0;
}
.comp__resources .panel__content--two-cols li h5 {
  padding-right: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .comp__resources .panel__content--two-cols li {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.comp__resources .panel__content--three-cols ul {
  flex: 0 0 100%;
  max-width: 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;
}
.comp__resources .panel__content--three-cols li {
  flex: 0 0 33.33333333%;
  max-width: 33%;
  margin-bottom: 2.125rem;
}
.comp__resources .panel__content--three-cols li:nth-child(n) {
  padding-right: 6%;
  padding-right: 20px;
}
.comp__resources .panel__content--three-cols li:nth-child(n) h5 {
  padding-right: 0;
  margin-bottom: 0;
}
.comp__resources .panel__content--three-cols li:nth-child(3n) {
  padding-right: 0;
}
.comp__resources .panel__content--three-cols li:nth-child(3n) h5 {
  padding-right: 0;
  margin-bottom: 0;
}
.comp__resources .panel__content--three-cols li h5 {
  padding-right: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .comp__resources .panel__content--three-cols li {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.comp__resources .panel__33 {
  padding-bottom: 69px;
}
@media only screen and (max-width: 1023px) {
  .comp__resources .panel__33 {
    padding-bottom: 49px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__resources .panel__33 {
    padding-bottom: 46px;
  }
}
.comp__resources .panel__33 > .panel__content {
  padding: 0px 0px 0px 0px;
}
.comp__resources h3.text--caps {
  color: #001e46;
}
.comp__resources .filters__toggle h4 {
  color: white;
}
.comp__resources .linklist li {
  margin-bottom: 1.575rem;
}
.comp__resources .linklist li .mi {
  position: relative;
  top: 2px;
}
/*===CssFileEnd===*/

.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;
}
.comp__related-products {
  zoom: 1;
}
.comp__related-products:before,
.comp__related-products:after {
  content: " ";
  display: table;
}
.comp__related-products:after {
  clear: both;
}
.comp__related-products ::-webkit-scrollbar {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #e8e8e7;
  border: 1px solid #e8e8e7;
  height: 5px;
}
.comp__related-products ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  height: 5px;
  background-color: #888b8d;
  -webkit-box-shadow: 0 0 1px #888b8d;
}
.comp__related-products .carousel__deck--1-col {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 500px) {
  .comp__related-products .carousel__deck--1-col {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    overflow-x: scroll;
  }
}
.comp__related-products .carousel__deck--2-col {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .comp__related-products .carousel__deck--2-col {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 30px;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 500px) {
  .comp__related-products .carousel__deck--2-col {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .comp__related-products .carousel__deck--3-col,
  .comp__related-products .carousel__deck--4-col {
    overflow-x: scroll;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .comp__related-products .carousel__deck--3-col,
  .comp__related-products .carousel__deck--4-col {
    padding-bottom: 20px;
  }
}
.comp__related-products .carousel__deck--with-slider {
  padding-bottom: 40px;
  overflow-x: scroll;
}
@media only screen and (max-width: 768px) {
  .comp__related-products .carousel__deck--with-slider {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .comp__related-products .carousel__deck--with-slider {
    padding-bottom: 20px;
  }
}
.comp__related-products .carousel-card__body {
  min-height: 20px;
  height: auto;
  flex: 1 1 auto;
  overflow: hidden;
}
.comp__related-products .card__cta {
  text-align: left;
}
.comp__related-products .card__cta 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;
}
.comp__related-products .card__cta button:hover,
.comp__related-products .card__cta 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;
}
.comp__related-products .carousel-card__image {
  background-color: #ffffff;
  border: 1px solid #b1b3b3;
  overflow: hidden;
}
.comp__related-products .carousel-card__100 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 50px 35px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .comp__related-products .carousel-card__100 {
    padding: 40px 25px;
  }
}
.comp__related-products .carousel-card__100 .card__title {
  font-size: 30px;
  font-size: 1.875rem;
}
.comp__related-products .carousel-card__100 .carousel-card__image {
  height: 335px;
  width: 335px;
}
.comp__related-products .carousel-card__100 .carousel-card__image img {
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .comp__related-products .carousel-card__100 .carousel-card__image {
    height: 227px;
    width: 227px;
  }
}
.comp__related-products .carousel-card__100 .carousel-card__body {
  flex: 0 0 66.66666667%;
  padding: 40px 5px 0px 40px;
  margin-left: 5px;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .comp__related-products .carousel-card__100 .carousel-card__body {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .comp__related-products .carousel-card__100 .carousel-card__body {
    padding: 25px 0px 0px 25px;
  }
}
.comp__related-products .carousel-card__100 .card__cta button {
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .comp__related-products .carousel-card__100 {
    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;
    margin-right: 7px;
    margin-bottom: 0;
    padding: 30px 20px;
    width: 309px;
  }
  .comp__related-products .carousel-card__100 .carousel-card__body {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    height: auto;
    max-width: 100%;
    padding: 20px 0px 0px 0px;
    flex: 1 1 auto;
    overflow: hidden;
    margin-left: 0;
  }
  .comp__related-products .carousel-card__100 .carousel-card__block {
    flex: 0;
  }
  .comp__related-products .carousel-card__100 .card__title {
    font-size: 16px;
    color: #53565a;
    line-height: 1.38;
  }
  .comp__related-products .carousel-card__100 .card__descr {
    line-height: 1.35;
  }
  .comp__related-products .carousel-card__100 .carousel-card__image {
    height: 267px;
    width: auto;
  }
  .comp__related-products .carousel-card__100 .carousel-card__image img {
    max-width: 100%;
    display: block;
  }
  .comp__related-products .carousel-card__100 .card__cta {
    width: 100%;
  }
  .comp__related-products .carousel-card__100 .card__cta button {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.comp__related-products .carousel-card__50 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 30px 30px;
  text-align: left;
}
.comp__related-products .carousel-card__50 .card__title {
  font-size: 1.25rem;
  line-height: 1.33;
}
@media only screen and (max-width: 1024px) {
  .comp__related-products .carousel-card__50 .card__title {
    font-size: 16px;
  }
}
.comp__related-products .carousel-card__50 .card__descr {
  line-height: 1.35;
  font-size: 14px;
}
.comp__related-products .carousel-card__50 .carousel-card__image {
  height: 230px;
  width: 230px;
}
.comp__related-products .carousel-card__50 .carousel-card__image img {
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .comp__related-products .carousel-card__50 .carousel-card__image {
    height: 150px;
    width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .comp__related-products .carousel-card__50 .carousel-card__image {
    height: 267px;
    width: auto;
  }
  .comp__related-products .carousel-card__50 .carousel-card__image img {
    max-width: 100%;
    display: block;
  }
}
.comp__related-products .carousel-card__50 .carousel-card__body {
  padding: 15px 0px 15px 25px;
  max-width: calc(100% - 230px);
  width: auto;
  min-height: 20px;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .comp__related-products .carousel-card__50 .carousel-card__body {
    max-width: calc(100% - 150px);
  }
}
.comp__related-products .carousel-card__50 .carousel-card__block {
  flex: 0 0 0;
}
.comp__related-products .carousel-card__50 .card__cta button {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .comp__related-products .carousel-card__50 {
    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;
    padding: 30px 20px;
    width: 309px;
    margin-right: 7px;
    margin-bottom: 0;
  }
  .comp__related-products .carousel-card__50 .carousel-card__body {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    height: auto;
    max-width: 100%;
    padding: 20px 0px 0px 0px;
  }
  .comp__related-products .carousel-card__50 .carousel-card__block {
    flex: 0;
  }
  .comp__related-products .carousel-card__50 .card__title {
    color: #53565a;
  }
  .comp__related-products .carousel-card__50 .card__cta {
    width: 100%;
  }
  .comp__related-products .carousel-card__50 .card__cta button {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .comp__related-products .carousel-card__50 .card__title {
    line-height: 1.38;
  }
}
.comp__related-products .carousel-card__33,
.comp__related-products .carousel-card__25 {
  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;
}
.comp__related-products .carousel-card__33 .carousel-card__body,
.comp__related-products .carousel-card__25 .carousel-card__body {
  height: auto;
  padding: 20px 0px 0px 0px;
}
.comp__related-products .carousel-card__33 .carousel-card__block,
.comp__related-products .carousel-card__25 .carousel-card__block {
  flex: 0;
}
.comp__related-products .carousel-card__33 .card__title,
.comp__related-products .carousel-card__25 .card__title {
  color: #53565a;
}
.comp__related-products .carousel-card__33 .card__cta,
.comp__related-products .carousel-card__25 .card__cta {
  width: 100%;
}
.comp__related-products .carousel-card__33 .card__cta button,
.comp__related-products .carousel-card__25 .card__cta button {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-bottom: 0;
}
.comp__related-products .carousel-card__33 {
  padding: 30px 22px;
}
.comp__related-products .carousel-card__33 .card__title {
  line-height: 1.35;
}
.comp__related-products .carousel-card__33 .card__descr {
  line-height: 1.35;
}
.comp__related-products .carousel-card__33 .carousel-card__image {
  height: 348px;
}
.comp__related-products .carousel-card__33 .carousel-card__image img {
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .comp__related-products .carousel-card__33 .carousel-card__image {
    height: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .comp__related-products .carousel-card__33 .carousel-card__image {
    height: 267px;
  }
}
@media only screen and (max-width: 1024px) {
  .comp__related-products .carousel-card__33 {
    width: 32.9%;
  }
  .comp__related-products .carousel-card__33:nth-child(n) {
    margin-bottom: 0.75%;
    margin-right: 0.65%;
  }
  .comp__related-products .carousel-card__33:nth-child( 3n) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .comp__related-products .carousel-card__33 .card__title {
    font-size: 16px;
    line-height: 1.38;
  }
}
.comp__related-products .carousel-card__25 {
  padding: 30px 20px;
}
@media only screen and (max-width: 1024px) {
  .comp__related-products .carousel-card__25 {
    width: 24.5125%;
    padding: 20px 15px;
  }
  .comp__related-products .carousel-card__25:nth-child(n) {
    margin-bottom: 0.75%;
    margin-right: 0.65%;
  }
  .comp__related-products .carousel-card__25:nth-child( 4n) {
    margin-right: auto;
  }
}
.comp__related-products .carousel-card__25 .card__title {
  font-size: 16px;
  line-height: 1.38;
}
.comp__related-products .carousel-card__25 .card__descr {
  line-height: 1.35;
}
.comp__related-products .carousel-card__25 .carousel-card__image {
  height: 252px;
}
.comp__related-products .carousel-card__25 .carousel-card__image img {
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .comp__related-products .carousel-card__25 .carousel-card__image {
    height: 211px;
  }
}
@media only screen and (max-width: 768px) {
  .comp__related-products .carousel-card__25 .carousel-card__image {
    height: 267px;
  }
}
@media only screen and (max-width: 768px) {
  .comp__related-products .carousel-card__33,
  .comp__related-products .carousel-card__25 {
    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;
    padding: 30px 20px;
    width: 309px;
    margin-right: 7px;
    margin-bottom: 0;
  }
  .comp__related-products .carousel-card__33:nth-child(n),
  .comp__related-products .carousel-card__25:nth-child(n) {
    margin-right: 7px;
  }
  .comp__related-products .carousel-card__33 .carousel-card__body,
  .comp__related-products .carousel-card__25 .carousel-card__body {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    height: auto;
    max-width: 100%;
    padding: 20px 0px 0px 0px;
  }
  .comp__related-products .carousel-card__33 .carousel-card__block,
  .comp__related-products .carousel-card__25 .carousel-card__block {
    flex: 0;
  }
  .comp__related-products .carousel-card__33 .card__title,
  .comp__related-products .carousel-card__25 .card__title {
    color: #53565a;
  }
  .comp__related-products .carousel-card__33 .card__cta,
  .comp__related-products .carousel-card__25 .card__cta {
    width: 100%;
  }
  .comp__related-products .carousel-card__33 .card__cta button,
  .comp__related-products .carousel-card__25 .card__cta button {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 0;
  }
}
.comp__related-products .carousel__deck--with-slider .carousel-card__33 {
  width: 383px;
  margin-right: 7px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .comp__related-products .carousel__deck--with-slider .carousel-card__33 {
    width: 309px;
  }
}
.comp__related-products .carousel__deck--with-slider .carousel-card__25 {
  width: 285px;
  margin-right: 7px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .comp__related-products .carousel__deck--with-slider .carousel-card__25 {
    width: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .comp__related-products .carousel__deck--with-slider .carousel-card__25 {
    padding: 30px 20px;
    width: 309px;
  }
}
.comp__related-products .runner {
  background-color: #0085ca;
}
.comp__related-products .runner a {
  color: #ffffff;
}
/*===CssFileEnd===*/

.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:related-content-navigation.css*/
.comp__related-content-navigation {
  padding-top: 0;
}
/*===CssFileEnd===*/

.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;
}
/*CssFileName:related-content-list.css*/
.comp__related-content-list {
  background-color: #F3F3F3;
}
.comp__related-content-list .panel__33:nth-last-child(n+4):nth-child(n+1):nth-child(-n+3) {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .comp__related-content-list .panel__33:nth-last-child(n+4):nth-child(n+1):nth-child(-n+3) {
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .comp__related-content-list .panel__33 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 0;
  }
  .comp__related-content-list .panel__33:nth-child(n+1):nth-child(-n+2) {
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  .comp__related-content-list .panel__33 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .comp__related-content-list .panel__33:nth-child(n+2):nth-child(-n+2) {
    padding-top: 0;
  }
  .comp__related-content-list .panel__33 {
    padding-top: 65px;
  }
  .comp__related-content-list .panel__33 + .panel__33 {
    padding-top: 0;
  }
}
.comp__related-content-list .panel__content h4 {
  color: #001E46;
  font-size: 1.125rem;
}
.comp__related-content-list .panel__content h5 {
  color: #001E46;
}
.comp__related-content-list .panel__content ul {
  list-style-type: none;
  padding-start: 0;
  -webkit-padding-start: 0;
}
.comp__related-content-list .panel__content ul li {
  margin-bottom: 1.5rem;
}
.comp__related-content-list .panel__content a {
  color: #0085CA;
  position: relative;
}
.comp__related-content-list .panel__content h6 {
  display: inline;
}
.comp__related-content-list .panel__content i.mi {
  font-size: 0.8125rem;
  display: inline;
  position: relative;
  top: 2px;
}
.comp__related-content-list .panel__content .icon--right {
  position: absolute;
  top: 2px;
}

.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:promotional-navigation.css*/
.comp__promotional-navigation .card {
  background-color: #004b87;
}
.comp__promotional-navigation .card h1,
.comp__promotional-navigation .card h2,
.comp__promotional-navigation .card h3,
.comp__promotional-navigation .card h4,
.comp__promotional-navigation .card h5,
.comp__promotional-navigation .card h6,
.comp__promotional-navigation .card p,
.comp__promotional-navigation .card li {
  color: #ffffff;
}
.comp__promotional-navigation .card a {
  color: #b9d9eb;
}
.comp__promotional-navigation .card a h6 {
  color: #b9d9eb;
}
.comp__promotional-navigation .card 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;
}
.comp__promotional-navigation .card button:hover,
.comp__promotional-navigation .card 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;
}
.comp__promotional-navigation .card .card__50 .card__title {
  font-size: 22px;
  font-size: 1.375rem;
}
.comp__promotional-navigation .card .card__33 .card__title,
.comp__promotional-navigation .card .card__25 .card__title {
  font-size: 20px;
  font-size: 1.25rem;
}
.comp__promotional-navigation .card button {
  padding: 0;
}
.comp__promotional-navigation .card__50 .card__img--top {
  height: 280px;
}
@media only screen and (max-width: 1199px) {
  .comp__promotional-navigation .card__50 .card__img--top {
    height: 260px;
  }
}
.comp__promotional-navigation .card__33 .card__img--top {
  height: 280px;
}
@media only screen and (max-width: 1199px) {
  .comp__promotional-navigation .card__33 .card__img--top {
    height: 260px;
  }
}
.comp__promotional-navigation .card__25 .card__img--top {
  height: 280px;
}
@media only screen and (max-width: 1199px) {
  .comp__promotional-navigation .card__25 .card__img--top {
    height: 260px;
  }
}
.comp__promotional-navigation .title h4 {
  color: #53565a;
  text-transform: uppercase;
}
/*===CssFileEnd===*/

.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;
}
.comp-portfolio *,
.comp-portfolio *:before,
.comp-portfolio *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comp-portfolio .portfolio__header {
  width: 100%;
  display: block;
  position: relative;
  background-color: #0085ca;
  padding: 30px 35px;
}
@media only screen and (max-width: 1023px) {
  .comp-portfolio .portfolio__header {
    padding: 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .comp-portfolio .portfolio__header {
    padding: 25px 30px;
  }
}
.comp-portfolio .portfolio__header h2,
.comp-portfolio .portfolio__header h3,
.comp-portfolio .portfolio__header h4 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.comp-portfolio.comp-portfolio--static {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
}
.comp-portfolio.comp-portfolio--static ::-webkit-scrollbar {
  display: none;
}
.comp-portfolio.comp-portfolio--static ::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
.comp-portfolio.comp-portfolio--static .portfolio-results {
  color: #53565a;
  padding: 20px 10px;
}
.comp-portfolio.comp-portfolio--static .portfolio-results h5 {
  font-weight: 400;
  margin-bottom: 0;
}
.comp-portfolio.comp-portfolio--static .portfolio {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin: auto;
}
.comp-portfolio.comp-portfolio--static .portfolio-item {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 8px;
  background-color: #f3f3f3;
  border-right: 8px solid #ffffff;
  padding: 30px 20px;
}
.comp-portfolio.comp-portfolio--static .portfolio-item:nth-of-type(4n) {
  border: 0 none;
}
@media only screen and (max-width: 1023px) {
  .comp-portfolio.comp-portfolio--static .portfolio-item {
    flex: 0 0 33.33333333%;
    max-width: 33.3333333%;
    padding: 20px 15px;
  }
  .comp-portfolio.comp-portfolio--static .portfolio-item:nth-of-type(4n) {
    border-right: 8px solid #ffffff;
  }
  .comp-portfolio.comp-portfolio--static .portfolio-item:nth-of-type(3n) {
    border: 0 none;
  }
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--static .portfolio-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px 12.5px;
  }
  .comp-portfolio.comp-portfolio--static .portfolio-item:nth-of-type(4n) {
    border-right: 8px solid #ffffff;
  }
  .comp-portfolio.comp-portfolio--static .portfolio-item:nth-of-type(3n) {
    border-right: 8px solid #ffffff;
  }
  .comp-portfolio.comp-portfolio--static .portfolio-item:nth-of-type(2n) {
    border: 0 none;
  }
}
.comp-portfolio.comp-portfolio--static .portfolio-image {
  line-height: 0;
  margin: 0 auto;
  width: 100%;
  height: 250px;
}
@media only screen and (max-width: 1199px) {
  .comp-portfolio.comp-portfolio--static .portfolio-image {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--static .portfolio-image {
    height: 155px;
  }
}
@media only screen and (max-width: 499px) {
  .comp-portfolio.comp-portfolio--static .portfolio-image {
    height: 142px;
  }
}
@media only screen and (max-width: 320px) {
  .comp-portfolio.comp-portfolio--static .portfolio-image {
    height: 127px;
  }
}
.comp-portfolio.comp-portfolio--static .portfolio-title {
  display: block;
  padding-top: 17.5px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .comp-portfolio.comp-portfolio--static .portfolio-title {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 499px) {
  .comp-portfolio.comp-portfolio--static .portfolio-title {
    padding-top: 8px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.comp-portfolio.comp-portfolio--static .portfolio-title p {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.35;
}
.comp-portfolio.comp-portfolio--static .portfolio-item .portfolio-image {
  border: 1px solid #b1b3b3;
}
.comp-portfolio.comp-portfolio--static .portfolio-item .portfolio-title p {
  color: #53565a;
}
.comp-portfolio.comp-portfolio--static .portfolio-item:hover {
  cursor: pointer !important;
}
.comp-portfolio.comp-portfolio--static .portfolio-item:hover .portfolio-image {
  border-color: #0085ca !important;
}
.comp-portfolio.comp-portfolio--static .portfolio-item:hover .portfolio-title p {
  color: #0085ca !important;
}
.comp-portfolio.comp-portfolio--expandable {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
}
.comp-portfolio.comp-portfolio--expandable ::-webkit-scrollbar {
  display: none;
}
.comp-portfolio.comp-portfolio--expandable ::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
.comp-portfolio.comp-portfolio--expandable .panel__image {
  min-height: 600px;
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--expandable .panel__image {
    height: 300px;
  }
}
.comp-portfolio.comp-portfolio--expandable .portfolio {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--expandable .portfolio {
    width: 100%;
  }
}
.comp-portfolio.comp-portfolio--expandable .comp__resources .comp__divider {
  display: none;
}
.comp-portfolio.comp-portfolio--expandable .comp__resources .panel__100 {
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 1023px) {
  .comp-portfolio.comp-portfolio--expandable .comp__resources .panel__100 {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--expandable .comp__resources .panel__100 {
    padding: 55px 25px 30px 25px;
  }
}
.comp-portfolio.comp-portfolio--expandable .portfolio-item-container {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 8px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .comp-portfolio.comp-portfolio--expandable .portfolio-item-container {
    flex: 0 0 33.33333333%;
    max-width: 33.3333333%;
  }
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--expandable .portfolio-item-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.comp-portfolio.comp-portfolio--expandable .portfolio-item {
  -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;
  display: block;
  padding: 30px 20px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .comp-portfolio.comp-portfolio--expandable .portfolio-item {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--expandable .portfolio-item {
    padding: 15px 12.5px;
  }
}
.comp-portfolio.comp-portfolio--expandable .portfolio-item:hover {
  cursor: pointer;
}
.comp-portfolio.comp-portfolio--expandable .portfolio-item:hover .portfolio-image {
  border: 1px solid #0085ca;
}
.comp-portfolio.comp-portfolio--expandable .portfolio-item:hover .portfolio-title p {
  color: #0085ca;
}
.comp-portfolio.comp-portfolio--expandable .portfolio-image {
  border: 1px solid #b1b3b3;
  line-height: 0;
  margin: 0 auto;
  width: 100%;
  height: 250px;
}
@media only screen and (max-width: 1199px) {
  .comp-portfolio.comp-portfolio--expandable .portfolio-image {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--expandable .portfolio-image {
    height: 155px;
  }
}
@media only screen and (max-width: 499px) {
  .comp-portfolio.comp-portfolio--expandable .portfolio-image {
    height: 142px;
  }
}
@media only screen and (max-width: 320px) {
  .comp-portfolio.comp-portfolio--expandable .portfolio-image {
    height: 127px;
  }
}
.comp-portfolio.comp-portfolio--expandable .portfolio-title {
  display: block;
  padding-top: 17.5px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .comp-portfolio.comp-portfolio--expandable .portfolio-title {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 499px) {
  .comp-portfolio.comp-portfolio--expandable .portfolio-title {
    padding-top: 8px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.comp-portfolio.comp-portfolio--expandable .portfolio-title p {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.35;
}
.comp-portfolio.comp-portfolio--expandable .portfolio-item-container.is-collapsed .portfolio-expanded {
  max-height: 0;
}
.comp-portfolio.comp-portfolio--expandable .portfolio-expanded {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--expandable .portfolio-expanded {
    margin-top: 0;
  }
}
.comp-portfolio.comp-portfolio--expandable .portfolio-item-container.is-collapsed .mobile-closeBtn {
  display: none;
}
.comp-portfolio.comp-portfolio--expandable .portfolio-item-container.is-expanded .mobile-closeBtn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--expandable .portfolio-item-container.is-expanded .mobile-closeBtn {
    display: block;
    width: 100%;
    position: fixed;
    background-color: #ffffff;
    top: 0;
    left: 0;
    height: 60px;
    z-index: 2000;
  }
  .comp-portfolio.comp-portfolio--expandable .portfolio-item-container.is-expanded .mobile-closeBtn h3 {
    color: #888b8d;
    padding: 1rem;
    cursor: pointer;
    line-height: 0;
    margin-bottom: 0;
  }
  .comp-portfolio.comp-portfolio--expandable .portfolio-item-container.is-expanded .mobile-closeBtn h3 i {
    position: relative;
    margin-right: 1%;
    top: 3px;
  }
  .comp-portfolio.comp-portfolio--expandable .portfolio-item-container.is-expanded .mobile-closeBtn h3:hover {
    cursor: pointer;
  }
}
.comp-portfolio.comp-portfolio--expandable .portfolio-item-container.is-expanded {
  margin-bottom: 0;
}
.comp-portfolio.comp-portfolio--expandable .portfolio-item-container .portfolio-expanded {
  width: 400%;
  position: relative;
  background-color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .comp-portfolio.comp-portfolio--expandable .portfolio-item-container .portfolio-expanded {
    width: 300%;
  }
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--expandable .portfolio-item-container .portfolio-expanded {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 2000;
    background-color: #ffffff;
    overflow-y: auto;
  }
  .comp-portfolio.comp-portfolio--expandable .portfolio-item-container .portfolio-expanded::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
.comp-portfolio.comp-portfolio--expandable .portfolio-item-container.is-expanded .portfolio-image {
  border: 1px solid #0085ca;
}
.comp-portfolio.comp-portfolio--expandable .portfolio-item-container.is-expanded .portfolio-title p {
  color: #0085ca;
}
.comp-portfolio.comp-portfolio--expandable .portfolio-item-container.is-expanded .portfolio-expanded {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--expandable .portfolio-item-container.is-expanded .portfolio-expanded {
    margin-top: 0;
  }
}
.comp-portfolio.comp-portfolio--expandable .portfolioExpanded-closeBtn a {
  -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;
  color: #ffffff;
  background-color: #0085ca;
  height: 80px;
  width: 80px;
  overflow: hidden;
  font-size: 40px;
  padding: 20px;
  cursor: pointer;
}
.comp-portfolio.comp-portfolio--expandable .portfolioExpanded-closeBtn a:hover {
  background-color: #888b8d;
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--expandable .portfolioExpanded-closeBtn a {
    display: none;
  }
}
.comp-portfolio.comp-portfolio--expandable .row,
.comp-portfolio.comp-portfolio--expandable .portfolio-row {
  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;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 600px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--expandable .row,
  .comp-portfolio.comp-portfolio--expandable .portfolio-row {
    min-height: 0;
    height: auto;
  }
}
.comp-portfolio.comp-portfolio--expandable .accordion-tabs {
  zoom: 1;
  background-color: #001e46;
  line-height: 1.5rem;
  padding: 0;
  margin: 0;
}
.comp-portfolio.comp-portfolio--expandable .accordion-tabs:before,
.comp-portfolio.comp-portfolio--expandable .accordion-tabs:after {
  content: " ";
  display: table;
}
.comp-portfolio.comp-portfolio--expandable .accordion-tabs:after {
  clear: both;
}
.comp-portfolio.comp-portfolio--expandable .accordion-tabs:before,
.comp-portfolio.comp-portfolio--expandable .accordion-tabs:after {
  content: " ";
  display: table;
}
.comp-portfolio.comp-portfolio--expandable .accordion-tabs:after {
  clear: both;
}
.comp-portfolio.comp-portfolio--expandable .tab-header-and-content {
  -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;
  list-style-type: none;
  display: inline;
  font-size: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--expandable .tab-header-and-content {
    display: block;
  }
}
.comp-portfolio.comp-portfolio--expandable a.tab-link {
  background-color: #001e46;
  color: #ffffff;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 3rem;
  padding-right: 3rem;
  line-height: 80px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
}
.comp-portfolio.comp-portfolio--expandable a.tab-link:hover {
  background-color: #0085ca;
}
.comp-portfolio.comp-portfolio--expandable a.tab-link.is-active {
  background-color: #0085ca;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--expandable a.tab-link {
    font-size: 1.875rem;
    display: block;
    width: 100%;
    font-weight: 500;
    padding-left: 2.5rem;
    line-height: 80px;
    background-color: #001e46;
    text-align: center;
    padding-top: 60px;
  }
  .comp-portfolio.comp-portfolio--expandable a.tab-link:hover {
    background-color: #001e46;
  }
  .comp-portfolio.comp-portfolio--expandable a.tab-link.is-active {
    display: block;
    background-color: #001e46;
    text-align: center;
  }
  .comp-portfolio.comp-portfolio--expandable a.tab-link.is-active:first-of-type {
    padding-top: 60px;
  }
}
.comp-portfolio.comp-portfolio--expandable .tab-content {
  display: none;
  width: 100%;
  float: left;
  background-color: #ffffff;
}
.comp-portfolio.comp-portfolio--expandable .tab-content .comp__table {
  background-color: #f3f3f3;
}
.comp-portfolio.comp-portfolio--expandable .tab-content .comp__table table {
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .comp-portfolio.comp-portfolio--expandable .tab-content {
    align-items: center;
    display: block;
  }
}

.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:table.css*/
.comp__table .table__content {
  padding: 85px 0 60px 0;
}
@media only screen and (max-width: 1023px) {
  .comp__table .table__content {
    padding: 65px 0 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .comp__table .table__content {
    padding: 60px 0 35px 0;
  }
}
.comp__table table {
  margin-bottom: 1.875rem;
}
.comp__table .table__wrapper {
  padding: 0px 60px;
}
@media only screen and (max-width: 1023px) {
  .comp__table .table__wrapper {
    padding: 0px 0px 0px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__table .table__wrapper {
    padding: 0px 0px 0px 30px;
  }
}
.comp__table .panel {
  padding: 0px 60px;
}
@media only screen and (max-width: 1023px) {
  .comp__table .panel {
    padding: 0px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__table .panel {
    padding: 0px 30px;
  }
}
.comp__table .table__close-btn {
  background-color: #0085ca;
  color: #ffffff;
  padding: 14px;
  font-size: 1.375rem;
}
.comp__table .table__close-btn:hover {
  cursor: pointer;
}
.comp__table .table-page__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.40;
  background-color: #ffffff;
  z-index: 1;
  display: none;
}
.comp__table .table__overlay {
  position: fixed;
  top: 0;
  right: -102%;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1050;
  opacity: 1;
  height: 100%;
  max-width: 1200px;
  width: 100%;
  overflow-y: auto;
  box-shadow: -2px 0 6px 0 rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .comp__table .table__overlay {
    width: 92%;
  }
}
@media only screen and (max-width: 499px) {
  .comp__table .table__overlay {
    width: 100%;
  }
}
.comp__table .btn__wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: right;
  background-color: #001e46;
  padding: 12px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.comp__table .table__runner {
  background-color: #0085ca;
}
.comp__table .table__runner h2,
.comp__table .table__runner h3,
.comp__table .table__runner h4,
.comp__table .table__runner h5,
.comp__table .table__runner h6 {
  color: #ffffff;
  text-transform: none;
  position: relative;
}
.comp__table .table__runner h2:hover,
.comp__table .table__runner h3:hover,
.comp__table .table__runner h4:hover,
.comp__table .table__runner h5:hover,
.comp__table .table__runner h6:hover {
  cursor: pointer;
}
.comp__table .table__runner h2 i,
.comp__table .table__runner h3 i,
.comp__table .table__runner h4 i,
.comp__table .table__runner h5 i,
.comp__table .table__runner h6 i {
  position: absolute;
  top: 2px;
  font-size: 1.125rem;
  margin-left: 10px;
}
/*===CssFileEnd===*/

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/mitg/components/content/webpage/overview/clientlib/css/overview.less
Error: NameError: .make-col-span is undefined in /apps/mitg/components/content/webpage/overview/clientlib/css/overview.less on line 12, column 7:
11     .panel__50 .panel--no-pad {
12       .make-col-span(6);
13       max-width: 50%;


(uncompiled LESS src is included below)
*****************************************************/
@import (once) "/etc/designs/mitg/clientlibs/base/less/dependencies/variables.less";

/*===CssFileBegin===*/
/*CssFileName:overview.css*/
.comp__overview {
    // Overrides 'li font-size: 0;' when overview is part of accordion tabs
    ul li {
      font-size: 1rem;
    }
  
    .panel__50 .panel--no-pad {
      .make-col-span(6);
      max-width: 50%;
  
      @media @tablet {
        .make-col-span(12);
        max-width: 100%;
      }
    }
  
    .panel--no-pad {
      margin: 0 auto;
      .align-self(center);
  
      .panel__image {
        img {
          max-width: 100%;
          display: block;
        }
      }
    }
  }
  /*===CssFileEnd===*/
  
/*===CssFileBegin===*/
/*CssFileName:multi-column-text.css*/
.comp__multi-column-text .title__100 h4,
.comp__multi-column-text .title__33 h4 {
  color: #53565a;
  border: 0 none;
}
/*===CssFileEnd===*/

.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:instructions.css*/
.comp__instructions {
  display: block;
}
.comp__instructions h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #001e46;
}
.comp__instructions h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #001e46;
}
.comp__instructions h5 {
  color: #53565a;
}
.comp__instructions .panel__100--mtch-4,
.comp__instructions .panel__100--mtch-2 {
  padding-bottom: 0;
}
.comp__instructions .title h3 {
  color: #001e46;
  text-transform: uppercase;
  border-bottom: 1px solid #b1b3b3;
}
@media only screen and (max-width: 499px) {
  .comp__instructions .panel__50 + .panel__50 {
    padding-top: 0;
  }
  .comp__instructions .panel__25 {
    padding: 50px 30px 25px 30px;
  }
}
.comp__instructions .panel__header {
  padding-bottom: 1.425rem;
}
.comp__instructions .panel__header h3 {
  text-transform: none;
}
.comp__instructions .panel__list {
  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;
}
.comp__instructions .panel__list .list__item {
  margin-bottom: 3rem;
  min-width: 100%;
}
.comp__instructions .panel__list .list__item h4 {
  text-transform: none;
}
.comp__instructions .panel__list .list__item p {
  color: #53565a;
}
@media only screen and (max-width: 767px) {
  .comp__instructions .panel:not(:first-child) {
    padding-top: 0;
  }
}
.comp__instructions .row__divider {
  color: #b1b3b3;
}
@media only screen and (max-width: 767px) {
  .comp__instructions .row__divider {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__instructions .filters {
    display: block !important;
    padding: 24px 30px 0 30px;
  }
}
/*===CssFileEnd===*/

.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:icon-toggle.css*/
.comp__icon-toggle {
  width: 100%;
  margin: 0 auto;
}
.comp__icon-toggle .runner {
  background-color: #0085ca;
}
.comp__icon-toggle .runner h3 {
  color: #ffffff;
}
.comp__icon-toggle .component__container {
  display: none;
}
.comp__icon-toggle .component__container:first-child {
  display: block;
}
.comp__icon-toggle [data-icon]:before {
  display: none;
}
.comp__icon-toggle .icon-toggle__menu {
  flex: 0 0 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  position: static;
}
.comp__icon-toggle .icon-toggle__menu.can-be-fixed.is-fixed {
  position: fixed;
  left: 0;
  z-index: 39;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  padding: 0 0;
}
.comp__icon-toggle .icon-toggle__menu.can-be-fixed.is-fixed .menu__item {
  padding: 1rem 0 0.5rem 0;
}
@media only screen and (max-width: 767px) {
  .comp__icon-toggle .icon-toggle__menu.can-be-fixed.is-fixed .menu__item {
    padding: 0.5rem 0 0 0;
  }
}
.comp__icon-toggle .icon-toggle__menu.can-be-fixed.is-fixed .menu__item > .icon {
  font-size: 2.813rem;
}
@media only screen and (max-width: 767px) {
  .comp__icon-toggle .icon-toggle__menu.can-be-fixed.is-fixed .menu__item > .icon {
    font-size: 32px;
  }
}
.comp__icon-toggle .icon-toggle__menu .menu__item {
  flex: 0 0 25%;
  width: 25%;
  padding: 2.5rem 0 1.5rem 0;
  text-align: center;
  border-bottom: 5px solid #e8e8e7;
  cursor: pointer;
}
.comp__icon-toggle .icon-toggle__menu .menu__item .icon {
  color: #b1b3b3;
  font-size: 55px;
}
.comp__icon-toggle .icon-toggle__menu .menu__item .text {
  color: #b1b3b3;
  padding-top: 0.25rem;
}
.comp__icon-toggle .icon-toggle__menu .menu__item .text h6 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 0.875rem;
}
.comp__icon-toggle .icon-toggle__menu .menu__item:hover {
  background-color: #f3f3f3;
}
.comp__icon-toggle .icon-toggle__menu .menu__item:hover .icon,
.comp__icon-toggle .icon-toggle__menu .menu__item:hover .text {
  color: #0085ca;
}
.comp__icon-toggle .icon-toggle__menu .menu__item.is-active {
  border-color: #0085ca;
}
.comp__icon-toggle .icon-toggle__menu .menu__item.is-active .icon,
.comp__icon-toggle .icon-toggle__menu .menu__item.is-active .text {
  color: #0085ca;
}
.comp__icon-toggle .icon-toggle__menu .menu__item.menu__item--empty {
  cursor: initial;
}
.comp__icon-toggle .icon-toggle__menu .menu__item.menu__item--empty:hover {
  background-color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .comp__icon-toggle .icon-toggle__menu .menu__item .icon {
    font-size: 40px;
  }
}
@media only screen and (max-width: 499px) {
  .comp__icon-toggle .icon-toggle__menu .menu__item {
    padding: 1.25rem 0.25rem 0.75rem 0.25rem;
    border-bottom: 3px solid #e8e8e7;
    margin-bottom: 0px;
  }
  .comp__icon-toggle .icon-toggle__menu .menu__item:hover {
    background-color: #ffffff;
  }
  .comp__icon-toggle .icon-toggle__menu .menu__item .text h6 {
    font-size: 9px;
  }
  .comp__icon-toggle .icon-toggle__menu .menu__item .icon {
    font-size: 32px;
  }
}
@media (max-width: 353px) {
  .comp__icon-toggle .icon-toggle__menu .menu__item {
    padding: 1rem 0.15rem 0.5rem 0.15rem;
  }
  .comp__icon-toggle .icon-toggle__menu .menu__item .text h6 {
    font-size: 8px;
  }
  .comp__icon-toggle .icon-toggle__menu .menu__item .icon {
    font-size: 28px;
  }
}
/*===CssFileEnd===*/

.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:icon-nav.css*/
.comp__icon-nav {
  zoom: 1;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.comp__icon-nav:before,
.comp__icon-nav:after {
  content: " ";
  display: table;
}
.comp__icon-nav:after {
  clear: both;
}
.comp__icon-nav .icon-nav {
  width: 100%;
  background-color: #0085ca;
}
.comp__icon-nav .icon-nav__items {
  padding: 50px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}
@media only screen and (max-width: 1023px) {
  .comp__icon-nav .icon-nav__items {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  .comp__icon-nav .icon-nav__items {
    padding: 15px 0 13px 0;
  }
}
.comp__icon-nav .icon-nav__item {
  width: 25%;
  color: #ffffff;
  text-align: center;
}
.comp__icon-nav .icon-nav__item:hover {
  color: #b9d9eb;
}
.comp__icon-nav .icon-nav__item .icon {
  font-size: 48px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1023px) {
  .comp__icon-nav .icon-nav__item .icon {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__icon-nav .icon-nav__item .icon {
    max-width: 60px;
    margin: 0 auto;
    font-size: 25px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__icon-nav .icon-nav__item .title {
    max-width: 60px;
    margin: 0 auto;
    position: relative;
    height: 20px;
  }
}
.comp__icon-nav .icon-nav__item .title h6 {
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .comp__icon-nav .icon-nav__item .title h6 {
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/*===CssFileEnd===*/

.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:icon-bar.css*/
.comp__icon-bar {
  width: 100%;
  height: auto;
  background-color: #0085ca;
  position: relative;
  margin: 0 auto;
}
.comp__icon-bar .icon-bar__icons {
  padding: 20px 60px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .comp__icon-bar .icon-bar__icons {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__icon-bar .icon-bar__icons {
    padding: 20px 30px;
    text-align: center;
  }
}
.comp__icon-bar .icon-bar__icons .icon__set {
  display: inline-block;
  margin-right: 14px;
}
.comp__icon-bar .icon-bar__icons .icon__set:last-of-type {
  margin-right: 0;
}
.comp__icon-bar .icon-bar__icons .icon__el {
  display: inline-block;
}
.comp__icon-bar .icon-bar__icons i.icon__el {
  font-size: 1.25rem;
  color: #ffffff;
  position: relative;
  top: 2px;
  padding-right: 4px;
}
.comp__icon-bar .icon-bar__icons p.icon__el {
  font-size: 0.75rem;
  color: #ffffff;
  margin-bottom: 0;
}
/*===CssFileEnd===*/

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/mitg/components/content/webpage/highlights/clientlib/css/highlights.less
Error: ParseError: Unrecognised input in /apps/mitg/components/content/webpage/highlights/clientlib/css/highlights.less on line 11, column 3:
10 
11   p > a > h6 {
12     @include hover-link();


(uncompiled LESS src is included below)
*****************************************************/
@import (once) "/etc/designs/mitg/clientlibs/base/less/dependencies/variables";
@import (once) "/etc/designs/mitg/clientlibs/base/less/dependencies/mixins";

/*===CssFileBegin===*/
/*CssFileName:featured-highlights.css*/
.comp__featured-highlights {
  h3 {
    border-color: @neutral-light;
  }

  p > a > h6 {
    @include hover-link();

    &:hover {
      > i {
        text-decoration: none !important;
      }
    }
  }

  a h6 {
    .mi {
      position: relative;
      top: 2px;
    }
  }

  .title__33 {
    h4 {
      text-transform: uppercase;
      border-bottom: 1px solid @light-gray;
    }
  }

  .title-rev__33 {
    text-align: right;

    a h4 {
      padding-top: 25px;
      border-top: 1px solid @neutral-light;
      color: @cobalt-blue;
      text-transform: uppercase;
      .mi {
        position: relative;
        top: 2px;
      }
    }

    @media @mobile {
      padding-top: 0;
    }
  }

  .panel__content {
    max-width: 100%;

    @media @tablet {
      max-width: 60%;
      margin: auto;
    }

    @media @mobile {
      max-width: 100%;
    }
  }

  .video__icon:hover {
    cursor: pointer;
  }

  .video .mi-video-svg {
    height: 4rem;
    line-height: 4rem;
    @media @laptop {
      height: 3rem;
      line-height: 3rem;
    }
    @media @tablet {
      height: 5rem;
      line-height: 5rem;
    }
  }

}
/*===CssFileEnd===*/
.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;
}
.comp__site-header {
  zoom: 1;
  width: 100%;
  z-index: 1000;
}
.comp__site-header:before,
.comp__site-header:after {
  content: " ";
  display: table;
}
.comp__site-header:after {
  clear: both;
}
.comp__site-header .header__row {
  width: 100%;
}
.comp__site-header .header__row--sup {
  height: 35px;
  background-color: #004b87;
}
@media only screen and (max-width: 767px) {
  .comp__site-header .header__row--sup {
    height: 30px;
  }
}
.comp__site-header .header__row--sub {
  height: 70px;
  background-color: #001e46;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .header__row--sub {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__site-header .header__row--sub {
    height: 55px;
  }
}
.comp__site-header .header__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .comp__site-header .header__wrapper {
    padding: 0 20px;
  }
}
.comp__site-header .header__link-out {
  display: inline-block;
}
.comp__site-header .header__link-out a {
  color: #ffffff;
  line-height: 35px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .comp__site-header .header__link-out a {
    line-height: 30px;
  }
}
.comp__site-header .header__dropdown {
  display: inline-block;
  float: right;
  font-size: 0.75rem;
  color: #ffffff;
  text-align: right;
  line-height: 35px;
  vertical-align: middle;
}
.comp__site-header .header__dropdown:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .comp__site-header .header__dropdown {
    line-height: 30px;
  }
}
.comp__site-header .header__dropdown button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #004b87;
  color: #ffffff;
  border: none;
  text-align: right;
  padding: 0;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: underline;
}
.comp__site-header .header__dropdown button:focus {
  outline: none;
}
.comp__site-header .header__dropdown i {
  font-size: 12px;
  margin-left: 8px;
  display: none;
}
.comp__site-header .header__dropdown i.is-active {
  display: inline-block;
}
.comp__site-header .header__dropdown .regions {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1010;
  opacity: 1;
  width: 436px;
  height: 100vh;
  background-color: #004b87;
  text-align: left;
  box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.75);
  overflow-y: auto;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .header__dropdown .regions {
    width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__site-header .header__dropdown .regions {
    width: 100vw;
  }
}
.comp__site-header .header__dropdown .regions .region {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0;
  position: relative;
}
.comp__site-header .header__dropdown .regions .region .mi-btb-check {
  display: none;
}
.comp__site-header .header__dropdown .regions .region a {
  font-size: 1rem;
  display: inline-block;
  width: 100%;
  padding: 25px;
  color: #b9d9eb;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .header__dropdown .regions .region a {
    padding: 25px 15px;
  }
}
.comp__site-header .header__dropdown .regions .region:hover {
  cursor: pointer;
}
.comp__site-header .header__dropdown .regions .region:hover a {
  color: #ffffff;
  font-weight: 600;
}
.comp__site-header .header__dropdown .regions .region.is-active a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
.comp__site-header .header__dropdown .regions .region.is-active .mi {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 32px;
  color: #ffffff;
  font-size: 18px;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .header__dropdown .regions .region.is-active .mi {
    right: 15px;
    top: 30px;
  }
}
.comp__site-header .header__dropdown .regions .region.region--title {
  width: 100%;
  padding: 33px 25px;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .header__dropdown .regions .region.region--title {
    padding: 27px 15px;
  }
}
.comp__site-header .header__dropdown .regions .region.region--title h5,
.comp__site-header .header__dropdown .regions .region.region--title button {
  display: inline-block;
}
.comp__site-header .header__dropdown .regions .region.region--title h5 {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 48px;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .header__dropdown .regions .region.region--title h5 {
    line-height: 42px;
  }
}
.comp__site-header .header__dropdown .regions .region.region--title button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 48px;
  width: 48px;
  background-color: #0085ca;
  color: #ffffff;
  border: 0 none;
  float: right;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .header__dropdown .regions .region.region--title button {
    height: 42px;
    width: 42px;
  }
}
.comp__site-header .header__dropdown .regions .region.region--title button span {
  font-size: 24px;
  position: absolute;
  left: 12.5px;
  top: 11.5px;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .header__dropdown .regions .region.region--title button span {
    font-size: 20px;
    left: 11.5px;
    top: 10.5px;
  }
}
.comp__site-header .header__logo {
  display: inline-block;
  float: left;
}
.comp__site-header .header__logo img {
  height: 24.2px;
  width: auto;
  margin-top: 23px;
  color: #ffffff;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .comp__site-header .header__logo img {
    height: 23px;
    margin-top: 16px;
  }
}
.comp__site-header .header__menu {
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .header__menu {
    float: right;
    width: calc(100% - 130px);
  }
}
@media only screen and (max-width: 767px) {
  .comp__site-header .header__menu {
    width: calc(100% - 125px);
  }
}
.comp__site-header .header__menu .menu__icon {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .header__menu .menu__icon {
    display: inline-block;
    font-size: 28px;
    color: #ffffff;
    float: left;
    margin-top: 17px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  .comp__site-header .header__menu .menu__icon {
    margin-top: 15px;
  }
}
.comp__site-header .menu__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  float: left;
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .menu__list {
    opacity: 0;
    height: 0;
  }
  .comp__site-header .menu__list.is-active {
    background-color: #001e46;
    width: 375px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;
    box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.75);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .comp__site-header .menu__list {
    opacity: 0;
    height: 0;
    width: 0;
  }
  .comp__site-header .menu__list.is-active {
    width: 100vw;
    height: 100vh;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
  }
}
.comp__site-header .menu__title {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .menu__title {
    display: block;
    width: 100%;
    padding: 27px 15px;
    border-bottom: 1px solid #ffffff;
  }
  .comp__site-header .menu__title h5,
  .comp__site-header .menu__title button {
    display: inline-block;
  }
  .comp__site-header .menu__title h5 {
    margin-bottom: 0;
    color: #ffffff;
    line-height: 48px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
  }
  .comp__site-header .menu__title button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 48px;
    width: 48px;
    background-color: #0085ca;
    color: #ffffff;
    border: 0 none;
    float: right;
    position: relative;
  }
  .comp__site-header .menu__title button > span {
    font-size: 24px;
    position: absolute;
    left: 12.5px;
    top: 11.5px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1023px) {
  .comp__site-header .menu__title h5 {
    line-height: 42px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1023px) {
  .comp__site-header .menu__title button {
    height: 42px;
    width: 42px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1023px) {
  .comp__site-header .menu__title button > span {
    font-size: 20px;
    left: 11.5px;
    top: 10.5px;
  }
}
.comp__site-header .menu__item {
  display: inline-block;
  line-height: 70px;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 30px;
}
.comp__site-header .menu__item:last-child a {
  color: #71c5e8;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .menu__item {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #ffffff;
  }
}
.comp__site-header .menu__item > a {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .menu__item > a {
    text-align: left;
    padding: 0px 15px;
  }
}
@media (width: 1024px) {
  .comp__site-header .menu__item > a {
    font-size: 0.75rem;
  }
}
.comp__site-header .search {
  display: inline-block;
  float: right;
}
.comp__site-header .search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 40px;
  width: 40px;
  background-color: #0085ca;
  color: #ffffff;
  margin-top: 15px;
  border: 0 none;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .search button {
    height: 37px;
    width: 37px;
    margin-top: 11.5px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__site-header .search button {
    height: 34px;
    width: 34px;
  }
}
.comp__site-header .search button > span {
  font-size: 18.5px;
  position: absolute;
  left: 11.25px;
  top: 10.75px;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .search button > span {
    font-size: 17.5px;
    left: 10.25px;
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__site-header .search button > span {
    font-size: 16px;
    left: 10px;
    top: 9px;
  }
}
.comp__site-header .searchbar {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.45);
  top: 70px;
  left: 0;
  text-align: center;
  z-index: 1009;
  opacity: 1;
  padding: 30px 0px;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .searchbar {
    padding: 15px 0px;
    top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__site-header .searchbar {
    padding: 0px 0px;
  }
}
@media only screen and (max-width: 499px) {
  .comp__site-header .searchbar {
    top: 55px;
  }
}
.comp__site-header .searchbar__wrapper {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .comp__site-header .searchbar__wrapper {
    max-width: 750px;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .searchbar__wrapper {
    height: 50px;
    max-width: 700px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .comp__site-header .searchbar__wrapper {
    padding: 17.5px 12.5px;
    height: 85px;
  }
}
.comp__site-header .searchbar__wrapper form {
  margin: auto;
  width: 100%;
  position: relative;
}
.comp__site-header .searchbar__wrapper input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #ffffff;
  color: #53565a;
  font-weight: 600;
  border: 1px solid #b1b3b3;
  padding: 10px;
  width: calc(36%);
  height: 54px;
  display: inline-block;
  float: left;
  font-size: 1.375rem;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .searchbar__wrapper input {
    width: calc(54%);
    height: 40px;
    padding: 9px;
  }
}
.comp__site-header .searchbar__wrapper input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888b8d;
}
.comp__site-header .searchbar__wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #888b8d;
}
.comp__site-header .searchbar__wrapper input:-ms-input-placeholder {
  /* IE 10+ */
  color: #888b8d;
}
.comp__site-header .searchbar__wrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: #888b8d;
}
.comp__site-header .searchbar__wrapper input:focus {
  outline: none;
}
.comp__site-header .searchbar__wrapper .mi-btb-times {
  position: absolute;
  color: #53565a;
  right: 75px;
  top: 14.5px;
  font-size: 24px;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .searchbar__wrapper .mi-btb-times {
    font-size: 20px;
    right: 56px;
    top: 10px;
  }
}
.comp__site-header .searchbar__wrapper button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 54px;
  width: 54px;
  background-color: #0085ca;
  color: #ffffff;
  border: 0 none;
  position: relative;
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .searchbar__wrapper button {
    height: 40px;
    width: 40px;
  }
}
.comp__site-header .searchbar__wrapper button > span {
  font-size: 24px;
  position: absolute;
  left: 16px;
  top: 15px;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .searchbar__wrapper button > span {
    font-size: 18px;
    top: 10.5px;
    left: 11.5px;
  }
}
.comp__site-header .menu__overlay {
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  .comp__site-header .menu__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.6;
    z-index: 1005;
  }
}
@media only screen and (max-width: 767px) {
  .comp__site-header .menu__overlay {
    opacity: 0;
  }
}
.comp__site-header .regions__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  z-index: 1005;
}
@media only screen and (max-width: 767px) {
  .comp__site-header .regions__overlay {
    opacity: 0;
  }
}
.comp__breadcrumbs {
  width: 100%;
  height: 42px;
  background-color: #f3f3f3;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .comp__breadcrumbs {
    display: none;
  }
}
.breadcrumbs {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.breadcrumbs h6 {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 42px;
  vertical-align: middle;
  color: #53565a;
}
.breadcrumbs a {
  line-height: 42px;
  vertical-align: middle;
  cursor: pointer;
  color: #0085ca;
}
.breadcrumbs a:hover,
.breadcrumbs a:visited {
  color: #0085ca;
}
.breadcrumbs span.is-active {
  color: #53565a;
}
.breadcrumbs span.icon {
  line-height: 42px;
  vertical-align: middle;
  padding-left: 10.4px;
  padding-right: 7.4px;
  position: relative;
}
.breadcrumbs span.icon i {
  font-size: 0.625rem;
  color: #b1b3b3;
  position: absolute;
  top: 1.5px;
  left: 3.75px;
}
/*===CssFileEnd===*/

.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:footnotes.css*/
.comp__footnotes {
  width: 100%;
  margin: auto;
}
.footnotes {
  width: 100%;
  column-count: 1;
}
.footnotes ul {
  margin: 0;
  padding: 0;
  padding-left: 1%;
  list-style: none;
}
.footnotes li {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  color: #888b8d;
}
@media only screen and (max-width: 767px) {
  .footnotes {
    width: 100%;
  }
}
/*===CssFileEnd===*/

.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:footer.css*/
.comp__footer {
  width: 100vw;
  position: relative;
  height: auto;
  margin: 0 auto;
  padding: 0;
  color: #ffffff;
}
.comp__footer .footer__social-media {
  flex: 0 0 100%;
  background-color: #001e46;
  width: 100%;
  margin: 0 auto;
  height: 70px;
}
.comp__footer .social-media__links {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 70px;
}
.comp__footer .social-media__links a {
  -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;
  margin: 5.5px;
  height: 37px;
  width: 37px;
  background-color: #0085ca;
  text-align: center;
  position: relative;
}
.comp__footer .social-media__links a:hover {
  background-color: #00a9e0;
}
.comp__footer .social-media__links a i {
  color: white;
  font-size: 1rem;
  position: absolute;
  top: 11px;
  left: 11px;
}
.comp__footer .footer {
  flex: 0 0 100%;
  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;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 65px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .comp__footer .footer {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__footer .footer {
    display: block;
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__footer .footer {
    padding: 30px 15px;
  }
}
.comp__footer .footer__menu--primary {
  flex: 0 0 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 80%;
  border-right: 1px solid #ffffff;
}
@media only screen and (max-width: 1023px) {
  .comp__footer .footer__menu--primary {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    border-right: 0;
    display: block;
    position: relative;
  }
}
.comp__footer .footer__menu--primary.footer__menu--solo {
  max-width: 100%;
  border-right: 0 none;
}
.comp__footer .footer__menu--secondary {
  max-width: 20%;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .comp__footer .footer__menu--secondary {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__footer .footer__menu--secondary {
    display: block;
    position: relative;
    text-align: right;
  }
}
.comp__footer .footer__contact 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;
}
.comp__footer .footer__contact button:hover,
.comp__footer .footer__contact 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;
}
@media only screen and (max-width: 1023px) {
  .comp__footer .footer__contact {
    display: block;
  }
}
.comp__footer .footer__contact .contact__el p {
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.35rem;
}
.comp__footer .footer__main {
  background-color: #004b87;
  width: 100vw;
  position: relative;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.comp__footer .footer__secondary {
  background-color: #0085ca;
  width: 100vw;
  position: relative;
}
.comp__footer .menu__col {
  flex: 0 0 25%;
  width: 25%;
  padding-right: 3%;
}
@media only screen and (max-width: 1023px) {
  .comp__footer .menu__col {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #b9d9eb;
  }
}
.comp__footer .menu__col h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .comp__footer .menu__col h6 {
    padding: 16px 8px 16px 0px;
    margin-bottom: 0;
    cursor: pointer;
  }
}
.comp__footer .menu__col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .comp__footer .menu__col ul {
    display: none;
    padding-bottom: 8px;
  }
}
.comp__footer .menu__col li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.comp__footer .menu__col a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.comp__footer .menu__col a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .comp__footer .menu__col .menu__expander {
    display: inline-block;
    float: right;
  }
}
.comp__footer .menu__col i {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .comp__footer .menu__col i.is-active {
    display: inline-block;
  }
}
.comp__footer .subcol__el p {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  .comp__footer .subcol__el span {
    display: block;
    margin-top: 8px;
  }
}
.comp__footer .menu__subcol:first-of-type {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 1023px) {
  .comp__footer .menu__subcol:first-of-type {
    margin-bottom: initial;
  }
}
.comp__footer .footer__copyright {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  height: 50px;
  background-color: #0085ca;
  color: #ffffff;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .comp__footer .footer__copyright {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__footer .footer__copyright {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__footer .footer__copyright {
    padding: 0 15px;
  }
}
.comp__footer .footer__copyright h6 {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 50px;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .comp__footer .footer__copyright h6 {
    line-height: 40px;
  }
}
/*===CssFileEnd===*/

.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:floating-cta.css*/
.comp__floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  margin: 0;
  width: 100%;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.comp__floating-cta .cta__expander {
  display: none;
}
@media only screen and (max-width: 767px) {
  .comp__floating-cta .cta__expander {
    display: block;
    padding: 24px 12px;
  }
}
.comp__floating-cta .cta__expander .expander {
  width: 100%;
  cursor: pointer;
}
.comp__floating-cta .cta__expander .expander h5,
.comp__floating-cta .cta__expander .expander i {
  display: inline-block;
  margin-bottom: 0;
}
.comp__floating-cta .cta__expander .expander h5 {
  color: #53565a;
}
.comp__floating-cta .cta__expander .expander i {
  float: right;
  color: #0085ca;
}
@media only screen and (max-width: 767px) {
  .comp__floating-cta .cta__expander .expander h5,
  .comp__floating-cta .cta__expander .expander i {
    font-size: 16px;
  }
}
.comp__floating-cta .cta__expander .expander.is-active {
  padding-bottom: 0;
  border-bottom: 1px solid #b1b3b3;
}
@media only screen and (max-width: 767px) {
  .comp__floating-cta .cta__expander .expander.is-active {
    padding-bottom: 20px;
    border-bottom: 1px solid #b1b3b3;
  }
}
.comp__floating-cta .expandable__cta {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .comp__floating-cta .expandable__cta {
    display: none;
  }
}
.comp__floating-cta .cta__wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0px 25px 0px;
}
@media only screen and (max-width: 1199px) {
  .comp__floating-cta .cta__wrapper {
    padding: 25px 50px 0px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__floating-cta .cta__wrapper {
    padding: 25px 0px 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__floating-cta .cta__wrapper {
    padding: 0px 0px;
  }
}
.comp__floating-cta .panel__50,
.comp__floating-cta .panel__100 {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .comp__floating-cta .panel__50,
  .comp__floating-cta .panel__100 {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__floating-cta .panel__50 + .panel__50 {
    padding-bottom: 0px;
  }
}
.comp__floating-cta .panel__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
.comp__floating-cta .panel__100 .panel__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.comp__floating-cta .content__block {
  padding: 0 24px;
}
.comp__floating-cta .content__block h5 {
  white-space: nowrap;
}
.comp__floating-cta .content__block:first-of-type h5 {
  color: #53565a;
}
.comp__floating-cta .content__block:last-of-type h5 {
  color: #0085ca;
}
@media only screen and (max-width: 767px) {
  .comp__floating-cta .content__block {
    padding: 0 12px;
  }
  .comp__floating-cta .content__block h5 {
    font-size: 16px;
  }
}
.comp__floating-cta .content__block p {
  color: #888b8d;
  font-size: 0.875rem;
}
.comp__floating-cta .content__block a {
  text-decoration: none;
  color: #0085ca;
  font-size: 1rem;
  position: relative;
  display: block;
  padding-bottom: 1.575rem;
}
.comp__floating-cta .content__block a:hover,
.comp__floating-cta .content__block a:focus {
  text-decoration: underline;
  cursor: pointer;
}
.comp__floating-cta .content__block a:hover > i,
.comp__floating-cta .content__block a:focus > i {
  text-decoration: none !important;
}
.comp__floating-cta .content__block a i {
  position: absolute;
  top: 0.05rem;
  margin-left: 6px;
}
/*===CssFileEnd===*/

.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:features.css*/
.comp__features .panel--no-pad {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
/*===CssFileEnd===*/

.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:featured-topics.css*/
.comp__featured-topics {
  padding-top: 0.825rem;
}
.comp__featured-topics .deck__header h3 {
  color: #001e46;
  text-transform: uppercase;
}
.comp__featured-topics .runner {
  background-color: #0085ca;
}
.comp__featured-topics .runner__cta a {
  color: #ffffff !important;
}
.comp__featured-topics .runner__cta .mi {
  position: relative;
  top: 2px;
}
.comp__featured-topics .card__cta h6 {
  /*  @include hover-link();  */
  color: #0085ca;
}
.comp__featured-topics .card__cta h6:hover,
.comp__featured-topics .card__cta h6:visited {
  color: #0085ca;
}
.comp__featured-topics .card__cta h6 .mi {
  position: relative;
  top: 2px;
}
/*===CssFileEnd===*/


.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:featured-content-navigation.css*/
.comp__featured-content-navigation .card {
  background-color: #004b87;
}
.comp__featured-content-navigation .card h1,
.comp__featured-content-navigation .card h2,
.comp__featured-content-navigation .card h3,
.comp__featured-content-navigation .card h4,
.comp__featured-content-navigation .card h5,
.comp__featured-content-navigation .card h6,
.comp__featured-content-navigation .card p,
.comp__featured-content-navigation .card li {
  color: #ffffff;
}
.comp__featured-content-navigation .card a {
  color: #b9d9eb;
}
.comp__featured-content-navigation .card a h6 {
  color: #b9d9eb;
}
.comp__featured-content-navigation .card 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;
}
.comp__featured-content-navigation .card button:hover,
.comp__featured-content-navigation .card 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;
}
.comp__featured-content-navigation .card .card__50 .card__title {
  font-size: 22px;
  font-size: 1.375rem;
}
.comp__featured-content-navigation .card .card__33 .card__title,
.comp__featured-content-navigation .card .card__25 .card__title {
  font-size: 20px;
  font-size: 1.25rem;
}
/*===CssFileEnd===*/

.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;
}
.comp__featured-content.center-aligned {
  text-align: center;
}
.comp__featured-content.center-aligned .card,
.comp__featured-content.center-aligned .card__body,
.comp__featured-content.center-aligned .card__block {
  text-align: center;
}
.comp__featured-content.center-aligned .card__cta {
  text-align: center;
}
.comp__featured-content.center-aligned .card.card__100 .card__body {
  padding: 95px 60px 90px 60px;
  max-width: 70%;
}
@media only screen and (max-width: 1023px) {
  .comp__featured-content.center-aligned .card.card__100 .card__body {
    max-width: 85%;
    padding: 70px 50px 65px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__featured-content.center-aligned .card.card__100 .card__body {
    max-width: 100%;
    padding: 55px 35px 50px 35px;
  }
}
@media only screen and (max-width: 499px) {
  .comp__featured-content.center-aligned .card.card__100 .card__body {
    padding: 55px 25px 50px 25px;
  }
}
.comp__featured-content.center-aligned .card.card__33 .card__image,
.comp__featured-content.center-aligned .card.card__25 .card__image {
  height: 175px;
  max-height: 175px;
  width: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .comp__featured-content.center-aligned .card.card__33 .card__image,
  .comp__featured-content.center-aligned .card.card__25 .card__image {
    height: 150px;
    max-height: 150px;
    width: auto;
    margin-bottom: 30px;
  }
}
.comp__featured-content.left-aligned {
  text-align: left;
}
.comp__featured-content.left-aligned .card__cta {
  text-align: left;
}
.comp__featured-content.left-aligned .card__25 .card__cta {
  text-align: left;
}
.comp__featured-content.left-aligned .card.card__33 .card__image,
.comp__featured-content.left-aligned .card.card__25 .card__image {
  height: 175px;
  max-height: 175px;
  width: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .comp__featured-content.left-aligned .card.card__33 .card__image,
  .comp__featured-content.left-aligned .card.card__25 .card__image {
    height: 150px;
    max-height: 150px;
    width: auto;
    margin-bottom: 30px;
  }
}
.comp__featured-content.left-aligned.one-col .card {
  background-color: #001e46;
  text-align: left;
}
.comp__featured-content.left-aligned.one-col .card h1,
.comp__featured-content.left-aligned.one-col .card h2,
.comp__featured-content.left-aligned.one-col .card h3,
.comp__featured-content.left-aligned.one-col .card h4,
.comp__featured-content.left-aligned.one-col .card h5,
.comp__featured-content.left-aligned.one-col .card h6,
.comp__featured-content.left-aligned.one-col .card p,
.comp__featured-content.left-aligned.one-col .card li {
  color: #ffffff;
}
.comp__featured-content.left-aligned.one-col .card a {
  color: #b9d9eb;
}
.comp__featured-content.left-aligned.one-col .card a h6 {
  color: #b9d9eb;
}
.comp__featured-content.left-aligned.one-col .card 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;
}
.comp__featured-content.left-aligned.one-col .card button:hover,
.comp__featured-content.left-aligned.one-col .card 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;
}
.comp__featured-content.left-aligned.one-col .card:nth-child(even) {
  background-color: #001e46;
}
.comp__featured-content.left-aligned.one-col .card__100 .card__body {
  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;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 100%;
  padding: 95px 60px 90px 60px;
}
@media only screen and (max-width: 1023px) {
  .comp__featured-content.left-aligned.one-col .card__100 .card__body {
    padding: 70px 50px 65px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__featured-content.left-aligned.one-col .card__100 .card__body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 55px 35px 50px 35px;
  }
}
@media only screen and (max-width: 499px) {
  .comp__featured-content.left-aligned.one-col .card__100 .card__body {
    padding: 55px 25px 50px 25px;
  }
}
.comp__featured-content.left-aligned.one-col .card__header {
  text-align: left;
  width: 50%;
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .comp__featured-content.left-aligned.one-col .card__header {
    width: 100%;
    padding-right: 0px;
  }
}
.comp__featured-content.left-aligned.one-col .card__copy {
  width: 50%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .comp__featured-content.left-aligned.one-col .card__copy {
    width: 100%;
  }
}
.comp__featured-content.left-aligned.one-col .card__btn.btn__default {
  margin-bottom: 0;
}
.comp__featured-content .card {
  background-color: #001e46;
}
.comp__featured-content .card h1,
.comp__featured-content .card h2,
.comp__featured-content .card h3,
.comp__featured-content .card h4,
.comp__featured-content .card h5,
.comp__featured-content .card h6,
.comp__featured-content .card p,
.comp__featured-content .card li {
  color: #ffffff;
}
.comp__featured-content .card a {
  color: #b9d9eb;
}
.comp__featured-content .card a h6 {
  color: #b9d9eb;
}
.comp__featured-content .card 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;
}
.comp__featured-content .card button:hover,
.comp__featured-content .card 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;
}
.comp__featured-content .card.card__100 p {
  color: #ffffff;
  line-height: 1.4;
}
.comp__featured-content .card.card__50 .card__title {
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (max-width: 1023px) {
  .comp__featured-content .card.card__50 .card__title {
    font-size: 20px;
  }
}
.comp__featured-content .card.card__50 p {
  color: #ffffff;
  line-height: 1.4;
}
.comp__featured-content .card.card__33 .card__title,
.comp__featured-content .card.card__25 .card__title {
  font-size: 20px;
  font-size: 1.25rem;
}
.comp__featured-content .card.card__33 p,
.comp__featured-content .card.card__25 p {
  color: #ffffff;
  line-height: 1.4;
}
.comp__featured-content .card__50 .card__body {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .comp__featured-content .card__50 .card__body {
    padding: 55px 35px 50px 35px;
  }
}
@media only screen and (max-width: 499px) {
  .comp__featured-content .card__50 .card__body {
    padding: 55px 25px 50px 25px;
  }
}
.comp__featured-content .card__33 .card__body {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .comp__featured-content .card__33 .card__body {
    padding: 55px 35px 50px 35px;
  }
}
@media only screen and (max-width: 499px) {
  .comp__featured-content .card__33 .card__body {
    padding: 55px 25px 50px 25px;
  }
}
.comp__featured-content .card__25 .card__body {
  color: #ffffff;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .comp__featured-content .card__25 .card__body {
    padding: 50px 35px 45px 35px;
  }
}
@media only screen and (max-width: 499px) {
  .comp__featured-content .card__25 .card__body {
    padding: 40px 30px 35px 30px;
  }
}
.comp__featured-content .card__100 .card__title {
  font-size: 1.875rem;
}

.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:featured-contact.css*/
.comp__featured-contact h1,
.comp__featured-contact h2 {
  color: #ffffff;
  text-transform: none;
}
.comp__featured-contact h3,
.comp__featured-contact h4,
.comp__featured-contact h5,
.comp__featured-contact h6,
.comp__featured-contact ul,
.comp__featured-contact li,
.comp__featured-contact p {
  color: #ffffff;
}
.comp__featured-contact 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;
}
.comp__featured-contact button:hover,
.comp__featured-contact 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;
}
.comp__featured-contact .panel__66,
.comp__featured-contact .panel__50 {
  background-color: #004b87;
}
.comp__featured-contact .panel__33 {
  background-color: #ffffff;
}
.comp__featured-contact .panel__image {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .comp__featured-contact .panel__image {
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__featured-contact .panel__50:first-of-type {
    padding-bottom: 0;
  }
  .comp__featured-contact .panel__50:last-of-type {
    padding-top: 0;
  }
}
/*===CssFileEnd===*/

.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:featured-assets.css*/
.comp__featured-assets .card {
  background-color: #0085ca;
  color: #ffffff;
}
.comp__featured-assets .card:hover {
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #00a9e0;
}
.comp__featured-assets .card__supertitle,
.comp__featured-assets .card__feature-title,
.comp__featured-assets .card__title,
.comp__featured-assets .card__text,
.comp__featured-assets .card__descr,
.comp__featured-assets .card__cta,
.comp__featured-assets .card__block * {
  color: #ffffff;
}
.comp__featured-assets .card__cta {
  text-align: left;
}
.comp__featured-assets .card__cta h6 {
  color: #ffffff;
  text-transform: uppercase;
}
.comp__featured-assets .card.card__33 {
  width: 32.9%;
}
.comp__featured-assets .card.card__33:nth-child(n) {
  margin-bottom: 0.75%;
  margin-right: 0.65%;
}
.comp__featured-assets .card.card__33:nth-child( 3n) {
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .comp__featured-assets .card.card__33 {
    width: 49.675%;
  }
  .comp__featured-assets .card.card__33:nth-child(n) {
    margin-bottom: 0.75%;
    margin-right: 0.65%;
  }
  .comp__featured-assets .card.card__33:nth-child( 2n) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .comp__featured-assets .card.card__33 {
    width: 100%;
  }
  .comp__featured-assets .card.card__33:nth-child(n) {
    margin-bottom: 0.75%;
    margin-right: 0.65%;
  }
  .comp__featured-assets .card.card__33:nth-child( 1n) {
    margin-right: auto;
  }
}
.comp__featured-assets .card.card__100 {
  text-align: left;
}
.comp__featured-assets .card.card__100 .card__body {
  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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .comp__featured-assets .card.card__100 .card__body {
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__featured-assets .card.card__100 .card__body {
    max-width: 400px;
  }
}
@media only screen and (max-width: 499px) {
  .comp__featured-assets .card.card__100 .card__body {
    max-width: 100%;
  }
}
.comp__featured-assets .card.card__100 .card__body span.mi {
  font-size: 40px;
  margin-right: 30px;
}
@media only screen and (max-width: 1023px) {
  .comp__featured-assets .card.card__100 .card__body span.mi {
    font-size: 35px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__featured-assets .card.card__100 .card__body span.mi {
    font-size: 30px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 499px) {
  .comp__featured-assets .card.card__100 .card__body span.mi {
    font-size: 25px;
    margin-right: 20px;
  }
}
.comp__featured-assets .card.card__100 .card__body .card__cta .cta-link {
  text-decoration: underline;
}
.comp__featured-assets .card.card__100 .card__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2rem;
}
.comp__featured-assets .card.card__50 .card__title {
  font-size: 22px;
  font-size: 1.375rem;
}
.comp__featured-assets .card.card__33 .card__title,
.comp__featured-assets .card.card__25 .card__title {
  font-size: 20px;
  font-size: 1.25rem;
}
/*===CssFileEnd===*/

.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:fancy-content.css*/
.comp__fancy-content {
  overflow: hidden;
  display: block;
  position: relative;
}
.comp__fancy-content .featuretitle {
  color: #b9d9eb;
  font-weight: 600;
  margin-bottom: 1.875rem;
}
.comp__fancy-content .supertitle {
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.comp__fancy-content .title {
  font-weight: 600;
}
.comp__fancy-content .subtitle {
  font-weight: 600;
}
.comp__fancy-content .header {
  font-weight: 600;
}
.comp__fancy-content .subheader {
  font-weight: 600;
}
.comp__fancy-content .descr {
  font-weight: 400;
}
.comp__fancy-content .panel__50 {
  min-height: 500px;
  max-height: 600px;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .comp__fancy-content .panel__50 {
    min-height: unset;
    min-height: auto;
    max-height: unset;
    max-height: 100%;
    height: auto;
  }
}
.comp__fancy-content .panel__content {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: unset;
  height: auto;
}
.comp__fancy-content .panel__image {
  min-height: 500px;
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .comp__fancy-content .panel__image {
    min-height: unset;
    min-height: auto;
    height: 300px;
  }
}
.comp__fancy-content .panel__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;
}
.comp__fancy-content .panel__btn:hover,
.comp__fancy-content .panel__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__fancy-content .video a {
  position: unset;
}
/*===CssFileEnd===*/

.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:expandable-data.css*/
.comp__expandable-data {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}
.comp__expandable-data::-webkit-scrollbar {
  display: none;
}
.comp__expandable-data::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
@media only screen and (max-width: 767px) {
  .comp__expandable-data {
    margin-bottom: 1rem;
  }
}
.comp__expandable-data .panel--with-img {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  padding: 20px 20px;
}
.comp__expandable-data .panel__content {
  height: auto;
  width: auto;
}
.comp__expandable-data .panel__image img {
  margin: 0 auto;
}
.comp__expandable-data .data__container {
  padding: 0 22px;
}
@media only screen and (max-width: 320px) {
  .comp__expandable-data .data__container {
    padding: 0 11px;
  }
}
.expandable-data__header {
  padding: 0 42px 0 42px;
  color: #53565a;
}
.expandable-data__header h4 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.data__container .expandableData-item.is-expanded {
  padding: 0;
}
.comp__expandable-data *,
.comp__expandable-data *:before,
.comp__expandable-data *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.expandableData-item {
  flex: 0 0 25%;
  width: 25%;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .expandableData-item {
    flex: 0 0 33.33333333%;
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .expandableData-item {
    flex: 0 0 100%;
    width: 100%;
  }
}
.expandableData-thumbnail {
  -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;
  margin: 0 auto;
  line-height: 0;
  position: relative;
  padding: 30px 20px;
}
@media only screen and (max-width: 1023px) {
  .expandableData-thumbnail {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .expandableData-thumbnail {
    padding: 12.5px 10px;
  }
}
@media only screen and (max-width: 320px) {
  .expandableData-thumbnail {
    padding: 20px;
  }
}
.expandableData-graphIcon {
  padding: 1.25rem 0.75rem;
  text-align: center;
  background-color: #001e46;
  overflow: hidden;
  margin: 0 auto;
  top: 0;
  left: 0;
}
.expandableData-graphIcon i {
  margin: 0 auto;
  padding: 1.25rem;
  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%);
  color: #ffffff;
  font-size: 132px;
}
@media only screen and (max-width: 767px) {
  .expandableData-graphIcon i {
    font-size: 100px;
  }
}
@media only screen and (max-width: 320px) {
  .expandableData-graphIcon i {
    font-size: 150px;
  }
}
.expandableData-info {
  padding: 20px 20px;
  text-align: center;
  background-color: #f3f3f3;
  color: #53565a;
  height: 200px;
  position: relative;
}
.expandableData-info .data__copy {
  height: 125px;
  overflow: hidden;
}
.expandableData-info .data__copy h6 {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.expandableData-info .data__controller {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.expandableData-info .data__icon {
  width: 100%;
  border-top: 1px solid #b1b3b3;
  padding-top: 1rem;
}
a {
  -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;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
a:hover .expandableData-info {
  background-color: #0085ca;
  color: #ffffff;
}
a:hover .data__icon {
  border-color: #ffffff;
}
.expandableData-item.is-collapsed .expandableData-expanded {
  max-height: 0;
}
.expandableData-item.is-collapsed .expandableData-thumbnail a .expandableData-info {
  background-color: #f3f3f3;
  color: #53565a;
  -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;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.expandableData-item.is-collapsed .expandableData-thumbnail a:hover .expandableData-info {
  background-color: #0085ca;
  color: #ffffff;
  border-color: #ffffff;
}
.expandableData-item.is-expanded .expandableData-thumbnail a .expandableData-info {
  background-color: #0085ca;
  color: #ffffff;
}
.expandableData-item.is-expanded {
  margin-bottom: 0;
}
.expandableData-item.is-collapsed .mobile-closeBtn {
  display: none;
}
.expandableData-item.is-expanded .expandableData-mobileCloseBtn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .expandableData-item.is-expanded .expandableData-mobileCloseBtn {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    height: 53px;
    z-index: 3000;
    display: block;
  }
  .expandableData-item.is-expanded .expandableData-mobileCloseBtn h3 {
    color: #001e46;
    padding: 16px;
    margin-bottom: 0;
    cursor: pointer;
  }
}
.expandableData-item {
  width: 25%;
}
.expandableData-expanded {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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;
  width: 400%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .expandableData-expanded {
    width: 300%;
  }
}
@media only screen and (max-width: 767px) {
  .expandableData-expanded {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 2000;
    background-color: #ffffff;
    overflow-y: auto;
  }
  .expandableData-expanded::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
.expandableData-item.is-expanded .expandableData-expanded {
  padding: 20px 10px;
}
@media only screen and (max-width: 767px) {
  .expandableData-item.is-expanded .expandableData-expanded {
    padding: 0;
  }
}
.expandableData-item.is-expanded .expandableData-expandedContainer {
  margin-bottom: 2rem;
}
.expandableData-expandedHeader {
  width: 100%;
  background-color: #001e46;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 767px) {
  .expandableData-expandedHeader {
    margin-top: 38px;
    text-align: center;
    padding-left: 0;
  }
}
.expandableData-closeBtn a {
  -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;
  color: #ffffff;
  background-color: #0085ca;
  height: 80px;
  width: 80px;
  overflow: hidden;
  font-size: 40px;
  padding: 20px;
  cursor: pointer;
}
.expandableData-closeBtn a:hover {
  background-color: #888b8d;
}
@media only screen and (max-width: 767px) {
  .expandableData-closeBtn a {
    display: none;
  }
}
.expandableData-expandedContent {
  flex: 0 0 100%;
  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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .expandableData-expandedContent {
    display: block;
    height: 100%;
    margin-bottom: 2rem;
  }
}
/*===CssFileEnd===*/

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/mitg/components/content/webpage/events-calendar/clientlib/css/events-calendar.less
Error: NameError: .make-col-span is undefined in /apps/mitg/components/content/webpage/events-calendar/clientlib/css/events-calendar.less on line 33, column 7:
32     @media @laptop {
33       .make-col-span(4);
34       max-width: 33.33%;


(uncompiled LESS src is included below)
*****************************************************/
@import (once) "/etc/designs/mitg/clientlibs/base/less/dependencies/variables";

/*===CssFileBegin===*/
/*CssFileName:events.css*/
.comp__events {
  @media @laptop {
    margin-top: 0;
  }

  .row {
    align-items: stretch;
    -webkit-align-items: stretch;
    background-color: @neutral-lightest;
  }

  .panel__20 {
    padding: 55px 35px;

    a {
      height: 100%;
      color: @primary-darkest;
    }

    &:nth-of-type(even) {
      background-color: @neutral-white;

      @media @tablet {
        background-color: @neutral-lightest;
      }
    }

    @media @laptop {
      .make-col-span(4);
      max-width: 33.33%;

      &:nth-child(3),
      &:nth-of-type(4) {
        display: none;
      }

      &:last-child { border: 0; }
    }

    @media @tablet {
      .make-col-span(12);
      max-width: 100%;
      display: block;
      padding: 2rem 2rem 0 2rem;

      &:last-child {
        .panel__copy {
          border: 0;
          text-align: center;
        }
      }

      &:first-child {
        .panel__copy {
          text-align: center;
        }
      }
    }
  }

  .panel__copy {
    @media @tablet {
      border-right: none;
      border-bottom: 1px solid @neutral-dark;
      padding-bottom: 1rem;
      display: block;
      width: 100%;
    }
  }

  .panel__header {
    margin-bottom: 70px; //

    @media @tablet {
      display: inline-block;
      width: auto;
      margin-bottom: 0;
      text-align: center;

      h3 {
        position: relative;
      }
    }
  }

  .btn__cta--sticky {
    color: @accent-7;
    position: relative;
    text-align: right;

    i {
      margin-bottom: -10px;
    }

    @media @tablet {
      display: inline-block;
      position: relative;

      i {
        position: relative;
        bottom: 0;
        right: 0;
        margin: 0;
        margin-left: 10px;
        top: 4px;
        display: inline-block;
        font-size: @font-size-h2;
      }
    }
  }
}
/*===CssFileEnd===*/


/*===CssFileBegin===*/
/*CssFileName:events-calendar.css*/
.comp__events-calendar {

    .event__date {
      color: @charcoal-gray;
      font-weight: @font-weight-bold;
      margin-bottom: 0.35rem;
    }
  
    .events-calendar__header {
      color: @charcoal-gray;
      padding-top: 35px;
    }
  
    .events-calendar__title {
      font-weight: @font-weight-bold;
      text-transform: uppercase;
      padding-left: 15px;
    }
  
    .pagination {
      padding-top: 25px;
    }
  
  }
  /*===CssFileEnd===*/
  

/*CssFileName:events-calendar.css*/
.comp__events-calendar .event__date {
color: #53565A;
font-weight: 600;
margin-bottom: 0.35rem; }
.comp__events-calendar .events-calendar__header {
color: #53565A;
padding-top: 35px; }
.comp__events-calendar .events-calendar__title {
font-weight: 600;
text-transform: uppercase;
padding-left: 15px; }
.comp__events-calendar .pagination {
padding-top: 25px; }

/*===CssFileBegin===*/
/*CssFileName:text-with-corner-image.css*/
.comp__text-with-corner-image .panel__33 {
  padding: 0;
}
.comp__text-with-corner-image .panel__33 .panel__image {
  width: 100%;
}
.comp__text-with-corner-image .panel__33 .panel__callout {
  padding: 85px 60px 60px 60px;
}
@media only screen and (max-width: 499px) {
  .comp__text-with-corner-image .panel__33 .panel__callout {
    padding: 55px 25px 30px 25px;
  }
}
/*===CssFileEnd===*/

/* BEGIN COOKIE STATEMENT */
.cookieBar {
    border-bottom: thick solid #0085CA; }
.cookieBar a {
    background-color: transparent;
    color: #0085CA;
    text-decoration: none; }
.cookieBar a:active {
    outline: 0; }
.cookieBar a:hover {
    outline: 0;
    text-decoration: underline; }
.cookieBar a:focus {
    outline: 1px solid #F7A800 !important; }
.cookieBar svg:not(:root) {
    overflow: hidden; }
.cookieBar button {
    color: inherit;
    font: inherit;
    margin: 0;
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
.cookieBar button::-moz-focus-inner {
    border: 0;
    padding: 0; }
.cookieBar button:focus {
    outline: 1px solid #F7A800 !important; }
.cookieBar * {
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none; }
    .cookieBar *:before {
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .cookieBar *:after {
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .cookieBar .alert {
    padding: 15px 15px 60px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-radius: 0;
    position: relative; }
.cookieBar .alert h4 {
    margin-top: 0;
    color: inherit;
    color: #FFCE00; }
.cookieBar .alert > p {
    margin-bottom: 0; }
.cookieBar .alert p {
    margin-bottom: 1.25rem; }
.cookieBar .alert .btn.close {
    position: absolute;
    top: 5px;
    right: 5px;
    left: auto;
    padding: 0;
    border: none; }
.cookieBar .alert .btn.close .icon {
    width: 32px;
    height: 32px; }
.cookieBar .alert .btn.close path {
    fill: #FFFFFF; }
.cookieBar .alert .btn.close:hover path {
    fill: #B1B1B3; }
.cookieBar .alert-dismissible {
    padding-right: 35px; }
.cookieBar .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }
.cookieBar .alert-top {
    margin-bottom: 0; }
.cookieBar .btn {
    display: inline-block;
    padding: 7px;
    border: 1px solid #001e46;
    border-radius: 0;
    color: #004B87;
    font-size: 1rem;
    line-height: 1.25rem;
    text-decoration: none;
    text-transform: uppercase; }
.cookieBar .btn:hover {
    border-color: #001e46;
    background-color: #001e46;
    color: #FFFFFF;
    text-decoration: none; }
.cookieBar .btn:focus {
    outline: 1px solid #F7A800 !important; }
.cookieBar .bg-navy-blue {
    background-color: #001e46;
    color: #FFFFFF; }
.cookieBar .bg-navy-blue .btn {
    color: #fff;
    border-color: #fff; }
.cookieBar .bg-navy-blue .btn:hover {
    color: #001E46;
    background-color: #B1B1B3;
    border-color: #B1B1B3; }
.cookieBar .bg-navy-blue h4 {
    color: #FFFFFF; }
.cookieBar .bg-navy-blue a {
    color: #00A9E0;
    color: #71C5E8; }
.cookieBar .btn.close {
    padding: 7px 8px;
    color: #FFFFFF;
    background-color: transparent; }
.cookieBar .btn.close:hover {
    background-color: transparent !important; }
.cookieBar .white p{
    color: #FFFFFF !important; }
.cookieBar .yellow {
    color: #FFCE00 !important; }
.cookieBar::-webkit-input-placeholder {
    color: #888B8D; }
.cookieBar:-moz-placeholder {
    color: #888B8D;
    opacity: 1; }
.cookieBar::-moz-placeholder {
    color: #888B8D;
    opacity: 1; }
.cookieBar:-ms-input-placeholder {
    color: #888B8D; }
.cookieBar .icon {
    display: inline-block; }
.cookieBar .icon-fallback-text .text {
    display: none; }
.cookieBar html.inlinesvg.generatedcontent .icon-fallback-text .icon {
    display: inline-block; }
.cookieBar .shape-mdt-close {
    width: 1.875rem;
    height: 1.875rem; }
.cookieBar h4 {
    margin-top: 2.8125rem;
    margin-bottom: 1.5625rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: #004B87;
    text-transform: uppercase;
    font-size: 1.0rem;
    line-height: 0.95rem; }
.cookieBar p {
    margin: 0 0 1.25rem; }
.cookieBar [data-whatinput="mouse"] a:focus {
    outline: none !important; }

.cookieBar button.affirmative {
    color: #FFFFFF;
    background-color: #0085CA;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1.575rem;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.1s ease;
    cursor: pointer;
    position: absolute;
    right: 10px;
}
.cookieBar button.affirmative:hover,
.cookieBar button.affirmative.active {
    background-color: #0085CA;
}
.cookieBar.hide {
	display: none;
}
/* END COOKIE STATEMENT */
.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:content-spotlight.css*/
.comp__content-spotlight {
  padding-top: 0.825rem;
}
.comp__content-spotlight .c-spotlight__panel {
  width: 50%;
  padding: 115px 60px 95px 60px;
  margin-bottom: 1%;
}
.comp__content-spotlight .c-spotlight__panel .panel__header h6 {
  text-transform: none;
  color: #0085ca;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .comp__content-spotlight .c-spotlight__panel {
    padding: 85px 50px 60px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__content-spotlight .c-spotlight__panel {
    padding: 55px 25px 30px 25px;
    width: 100%;
    margin-bottom: 0%;
  }
}
.comp__content-spotlight .row--with-img .panel__header h6 {
  text-transform: none;
  color: #0085ca;
  margin-bottom: 30px;
}
.comp__content-spotlight .row--with-img .c-spotlight__panel--text {
  background-color: #f3f3f3;
}
.comp__content-spotlight .row--with-img .c-spotlight__panel--text h1,
.comp__content-spotlight .row--with-img .c-spotlight__panel--text h2,
.comp__content-spotlight .row--with-img .c-spotlight__panel--text h3,
.comp__content-spotlight .row--with-img .c-spotlight__panel--text h4 {
  color: #001e46;
}
.comp__content-spotlight .row--with-img .c-spotlight__panel--text h5,
.comp__content-spotlight .row--with-img .c-spotlight__panel--text h6,
.comp__content-spotlight .row--with-img .c-spotlight__panel--text p,
.comp__content-spotlight .row--with-img .c-spotlight__panel--text li {
  color: #53565a;
}
.comp__content-spotlight .row--with-img .c-spotlight__panel--text a {
  color: #0085ca;
}
.comp__content-spotlight .row--with-img .c-spotlight__panel--text a h6 {
  color: #0085ca;
}
.comp__content-spotlight .row--with-img .c-spotlight__panel--text 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;
}
.comp__content-spotlight .row--with-img .c-spotlight__panel--text button:hover,
.comp__content-spotlight .row--with-img .c-spotlight__panel--text 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;
}
.comp__content-spotlight .row--with-img .c-spotlight__panel--text h6 {
  color: #0085ca;
}
@media only screen and (max-width: 767px) {
  .comp__content-spotlight .row--with-img {
    margin-bottom: 2.5%;
  }
}
.comp__content-spotlight .c-spotlight__panel--img {
  color: #53565A;
  background-color: #FFFFFF;
  padding: 0;
  align-self: auto;
}
@media only screen and (max-width: 767px) {
  .comp__content-spotlight .c-spotlight__panel--img {
    height: 300px;
  }
}
.comp__content-spotlight .panel__content {
  height: 100%;
}
.comp__content-spotlight .panel__image {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .comp__content-spotlight .panel__image {
    height: 300px;
  }
}
.comp__content-spotlight .row--without-img .c-spotlight__panel--text {
  width: 49.675%;
  background-color: #f3f3f3;
}
.comp__content-spotlight .row--without-img .c-spotlight__panel--text:nth-child(n) {
  margin-bottom: 0.75%;
  margin-right: 0.65%;
}
.comp__content-spotlight .row--without-img .c-spotlight__panel--text:nth-child( 2n) {
  margin-right: auto;
}
.comp__content-spotlight .row--without-img .c-spotlight__panel--text h1,
.comp__content-spotlight .row--without-img .c-spotlight__panel--text h2,
.comp__content-spotlight .row--without-img .c-spotlight__panel--text h3,
.comp__content-spotlight .row--without-img .c-spotlight__panel--text h4 {
  color: #001e46;
}
.comp__content-spotlight .row--without-img .c-spotlight__panel--text h5,
.comp__content-spotlight .row--without-img .c-spotlight__panel--text h6,
.comp__content-spotlight .row--without-img .c-spotlight__panel--text p,
.comp__content-spotlight .row--without-img .c-spotlight__panel--text li {
  color: #53565a;
}
.comp__content-spotlight .row--without-img .c-spotlight__panel--text a {
  color: #0085ca;
}
.comp__content-spotlight .row--without-img .c-spotlight__panel--text a h6 {
  color: #0085ca;
}
.comp__content-spotlight .row--without-img .c-spotlight__panel--text 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;
}
.comp__content-spotlight .row--without-img .c-spotlight__panel--text button:hover,
.comp__content-spotlight .row--without-img .c-spotlight__panel--text 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;
}
@media only screen and (max-width: 767px) {
  .comp__content-spotlight .row--without-img .c-spotlight__panel--text {
    width: 100%;
  }
  .comp__content-spotlight .row--without-img .c-spotlight__panel--text:nth-child(n) {
    margin-bottom: 1.5%;
    margin-right: 0%;
  }
  .comp__content-spotlight .row--without-img .c-spotlight__panel--text:nth-child( 1n) {
    margin-right: auto;
  }
}
.comp__content-spotlight .row--without-img .panel__header h6 {
  text-transform: none;
  color: #0085ca;
  margin-bottom: 30px;
}
.comp__content-spotlight .panel__header h6 {
  text-transform: none;
  color: #0085ca;
  margin-bottom: 30px;
}
/*===CssFileEnd===*/

.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:contact-navigation.css*/
.comp__contact-navigation .contact-navigation__title {
  color: #53565a;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 1.875rem;
}
.comp__contact-navigation .tiles {
  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;
}
.comp__contact-navigation .tile {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #b1b3b3;
  background-color: #f3f3f3;
}
.comp__contact-navigation .tile__title {
  -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;
  color: #001e46;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  margin-top: 5px;
}
.comp__contact-navigation .tile__descr {
  -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;
  color: #53565a;
  font-size: 14px;
}
.comp__contact-navigation .tile__icon {
  color: #0085ca;
}
.comp__contact-navigation .tile__btn {
  color: #ffffff;
}
.comp__contact-navigation .tile:hover {
  border-color: #0085ca;
}
.comp__contact-navigation .tile:hover .tile__title,
.comp__contact-navigation .tile:hover .tile__descr {
  color: #0085ca;
}
.comp__contact-navigation .tile__btn {
  text-align: right;
}
.comp__contact-navigation .tile__50 {
  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;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 49.675%;
  padding: 45px 35px;
}
.comp__contact-navigation .tile__50:nth-child(n) {
  margin-bottom: 0.75%;
  margin-right: 0.65%;
}
.comp__contact-navigation .tile__50:nth-child( 2n) {
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .comp__contact-navigation .tile__50 {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__contact-navigation .tile__50 {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 499px) {
  .comp__contact-navigation .tile__50 {
    width: 100%;
  }
  .comp__contact-navigation .tile__50:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 0%;
  }
  .comp__contact-navigation .tile__50:nth-child( 1n) {
    margin-right: auto;
  }
}
.comp__contact-navigation .tile__50 .tile__icon {
  font-size: 60px;
  font-size: 3.75rem;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .comp__contact-navigation .tile__50 .tile__icon {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 499px) {
  .comp__contact-navigation .tile__50 .tile__icon {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.comp__contact-navigation .tile__50 .tile__title {
  line-height: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .comp__contact-navigation .tile__50 .tile__title {
    line-height: 1.5rem;
  }
}
.comp__contact-navigation .tile__50 .tile__descr {
  margin-bottom: 20px;
  line-height: 1.58;
}
@media only screen and (max-width: 767px) {
  .comp__contact-navigation .tile__50 .tile__descr {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 499px) {
  .comp__contact-navigation .tile__50 .tile__descr {
    margin-bottom: 10px;
  }
}
.comp__contact-navigation .tile__50 .tile__btn {
  margin-top: 10px;
}
@media only screen and (max-width: 499px) {
  .comp__contact-navigation .tile__50 .tile__btn {
    margin-top: 5px;
  }
}
.comp__contact-navigation .tile__33 {
  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;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 32.9%;
  padding: 35px 25px;
}
.comp__contact-navigation .tile__33:nth-child(n) {
  margin-bottom: 0.75%;
  margin-right: 0.65%;
}
.comp__contact-navigation .tile__33:nth-child( 3n) {
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .comp__contact-navigation .tile__33 {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__contact-navigation .tile__33 {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
  .comp__contact-navigation .tile__33:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 0%;
  }
  .comp__contact-navigation .tile__33:nth-child( 1n) {
    margin-right: auto;
  }
}
.comp__contact-navigation .tile__33 .tile__icon {
  font-size: 50px;
  font-size: 3.125rem;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .comp__contact-navigation .tile__33 .tile__icon {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 499px) {
  .comp__contact-navigation .tile__33 .tile__icon {
    margin-bottom: 0;
  }
}
.comp__contact-navigation .tile__33 .tile__title {
  line-height: 1.5rem;
}
.comp__contact-navigation .tile__33 .tile__descr {
  margin-bottom: 10px;
  line-height: 1.58;
}
.comp__contact-navigation .tile__33 .tile__btn {
  margin-top: 10px;
}
.comp__contact-navigation .tile__25 {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 24.5125%;
  padding: 35px 25px;
}
.comp__contact-navigation .tile__25:nth-child(n) {
  margin-bottom: 0.75%;
  margin-right: 0.65%;
}
.comp__contact-navigation .tile__25:nth-child( 4n) {
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .comp__contact-navigation .tile__25 {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__contact-navigation .tile__25 {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 49.675%;
  }
  .comp__contact-navigation .tile__25:nth-child(n) {
    margin-bottom: 0.75%;
    margin-right: 0.65%;
  }
  .comp__contact-navigation .tile__25:nth-child( 2n) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 499px) {
  .comp__contact-navigation .tile__25 {
    width: 100%;
  }
  .comp__contact-navigation .tile__25:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 0%;
  }
  .comp__contact-navigation .tile__25:nth-child( 1n) {
    margin-right: auto;
  }
}
.comp__contact-navigation .tile__25 .tile__icon {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .comp__contact-navigation .tile__25 .tile__icon {
    margin-bottom: 0px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 499px) {
  .comp__contact-navigation .tile__25 .tile__icon {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.comp__contact-navigation .tile__25 .tile__title {
  line-height: 1.5rem;
}
.comp__contact-navigation .tile__25 .tile__descr {
  margin-bottom: 10px;
  line-height: 1.58;
}
.comp__contact-navigation .tile__25 .tile__btn {
  margin-top: 10px;
}
.comp__contact-navigation .tiles .tile .tile__column {
  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%;
}
.comp__contact-navigation .tile__block {
  flex: 1 1 auto;
}
.comp__contact-navigation .tile__column {
  flex: 1 1 auto;
}

.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;
}
.comp__gallery-banner {
  margin-top: 50px;
}
.comp__gallery-banner .supertitle {
  text-transform: uppercase;
  color: #71c5e8;
  font-weight: 600;
  margin-bottom: 1.875rem;
}
.comp__gallery-banner .title {
  margin-bottom: 1.875rem;
  text-transform: none !important;
}
.comp__gallery-banner .subtitle {
  text-transform: none;
}
.comp__gallery-banner a h6 {
  color: #0085ca;
}
.comp__gallery-banner a h6:hover,
.comp__gallery-banner a h6:visited {
  color: #0085ca;
}
.comp__gallery-banner .disclaimer {
  color: #b9d9eb;
  font-weight: 500;
  font-size: 0.75rem;
}
.comp__gallery-banner .panel__image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.comp__gallery-banner .panel__image img {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .comp__gallery-banner .panel__image {
    height: auto;
  }
}
.comp__gallery-banner .panel__40.panel__img {
  padding: 0 0 0 24px;
}
.comp__gallery-banner .panel__40.panel__img .panel__content--no-cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #e8e8e7;
}
.comp__gallery-banner .panel__40.panel__img .panel__content--no-cta .panel__image {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .comp__gallery-banner .panel__40.panel__img .panel__content--no-cta {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    border: 0 none;
  }
  .comp__gallery-banner .panel__40.panel__img .panel__content--no-cta .panel__image {
    border: 2px solid #e8e8e7;
  }
}
.comp__gallery-banner .panel__40.panel__img .panel__content--has-cta {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0 none;
}
.comp__gallery-banner .panel__40.panel__img .panel__content--has-cta .panel__image {
  border: 2px solid #e8e8e7;
  height: calc(100% - 66px);
}
.comp__gallery-banner .panel__cta {
  padding: 24px 16px;
  margin-top: 0 !important;
}
.comp__gallery-banner .panel__cta h6 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .comp__gallery-banner .panel__40.panel__img {
    padding: 65px 40px 0px 40px;
  }
}
@media only screen and (max-width: 499px) {
  .comp__gallery-banner .panel__40.panel__img {
    padding: 30px;
  }
}

.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:banners.css*/
.comp__banner {
  overflow: hidden;
  display: block;
  color: #ffffff;
}
.comp__banner .panel__btn,
.comp__banner .panel__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;
}
.comp__banner .panel__btn:hover,
.comp__banner .panel__btn--default:hover,
.comp__banner .panel__btn.active,
.comp__banner .panel__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;
}
@media only screen and (max-width: 1023px) {
  .comp__banner .panel__btn,
  .comp__banner .panel__btn--default {
    padding: 20px 26px;
  }
}
@media only screen and (max-width: 380px) {
  .comp__banner .panel__btn,
  .comp__banner .panel__btn--default {
    display: block;
    padding: 22px 28px;
    margin-bottom: 16px;
  }
}
.comp__banner .panel__btn--ghost {
  color: #ffffff;
  background-color: #001e46;
  padding-top: 20px;
  padding-right: 26px;
  padding-bottom: 20px;
  padding-left: 26px;
  border: 2px solid #ffffff;
  border-radius: 0;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 30px;
  white-space: normal;
  margin-left: 10px;
}
.comp__banner .panel__btn--ghost:hover {
  cursor: pointer;
  color: #001e46;
  background-color: #ffffff;
  border-color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .comp__banner .panel__btn--ghost {
    padding: 18px 24px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 380px) {
  .comp__banner .panel__btn--ghost {
    display: block;
    padding: 20px 26px;
    margin-left: 0px;
  }
}
.comp__banner .featuretitle {
  color: #b9d9eb;
  font-weight: 600;
  margin-bottom: 1.875rem;
}
.comp__banner .supertitle {
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.comp__banner .subtitle {
  font-size: 1.375rem;
  line-height: 1.6rem;
}
.comp__banner .header {
  font-size: 1.125rem;
}
.comp__banner .title {
  text-transform: uppercase;
}
.comp__banner .title.title--default {
  font-weight: 600;
}
.comp__banner .title.title--accent {
  font-weight: 300;
  display: block;
}
.comp__banner .cta-link {
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: none;
  color: #71c5e8;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.comp__banner .cta-link:hover,
.comp__banner .cta-link:focus {
  text-decoration: underline;
  cursor: pointer;
}
.comp__banner .cta-link:hover > i,
.comp__banner .cta-link:focus > i {
  text-decoration: none !important;
}
.comp__banner--with-img .panel__content {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: unset;
  height: auto;
  padding-top: 100px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .comp__banner--with-img .panel__content {
    padding-top: 80px;
    padding-bottom: 52px;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__banner--with-img .panel__content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__banner--with-img .panel__content {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    top: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__banner--with-img .panel__btn {
    margin-bottom: 25px;
  }
}
.comp__banner--with-img .banner__image {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .comp__banner--with-img .banner__image {
    height: 300px;
  }
}
.comp__banner--with-img .panel__33,
.comp__banner--with-img .panel__35,
.comp__banner--with-img .panel__50,
.comp__banner--with-img .panel__65,
.comp__banner--with-img .panel__66 {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .comp__banner--with-img .panel__33,
  .comp__banner--with-img .panel__35,
  .comp__banner--with-img .panel__50,
  .comp__banner--with-img .panel__65,
  .comp__banner--with-img .panel__66 {
    padding-top: 55px;
    padding-bottom: 30px;
  }
  .comp__banner--with-img .panel__33.panel--no-pad,
  .comp__banner--with-img .panel__35.panel--no-pad,
  .comp__banner--with-img .panel__50.panel--no-pad,
  .comp__banner--with-img .panel__65.panel--no-pad,
  .comp__banner--with-img .panel__66.panel--no-pad {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.comp__banner--with-img .panel__50,
.comp__banner--with-img .panel__65,
.comp__banner--with-img .panel__66 {
  min-height: 475px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .comp__banner--with-img .panel__50,
  .comp__banner--with-img .panel__65,
  .comp__banner--with-img .panel__66 {
    min-height: 425px;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__banner--with-img .panel__50,
  .comp__banner--with-img .panel__65,
  .comp__banner--with-img .panel__66 {
    min-height: auto;
    height: auto;
    padding-top: 55px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__banner--with-img .panel__50.panel--no-pad,
  .comp__banner--with-img .panel__35.panel--no-pad,
  .comp__banner--with-img .panel__33.panel--no-pad {
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.comp__banner--with-img .video__icon i {
  font-size: 12rem;
  line-height: 12rem;
}
@media only screen and (max-width: 1023px) {
  .comp__banner--with-img .video__icon i {
    font-size: 9rem;
  }
}
.comp__banner--with-img .video a {
  position: unset;
}
@media only screen and (max-width: 1023px) {
  .comp__banner--with-img .panel__66,
  .comp__banner--with-img .panel__65,
  .comp__banner--with-img .panel__50,
  .comp__banner--with-img .panel__35,
  .comp__banner--with-img .panel__33 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__banner--with-img .panel__66,
  .comp__banner--with-img .panel__65,
  .comp__banner--with-img .panel__50,
  .comp__banner--with-img .panel__35,
  .comp__banner--with-img .panel__33 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .comp__banner--homepage .panel__65,
  .comp__banner--homepage .panel__35 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__banner--homepage .panel__65,
  .comp__banner--homepage .panel__35 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.comp__banner--simple .panel__100 {
  padding-bottom: 0;
}
.comp__banner--simple .panel__50 {
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  .comp__banner--simple .panel__50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .comp__banner--simple .panel__50:last-child {
    padding-bottom: 0;
  }
  .comp__banner--simple .row {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__banner--text .panel__60,
  .comp__banner--text .panel__40 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .comp__banner--text .panel + .panel {
    padding-top: 0;
  }
}
.comp__banner .cta-link i,
.comp__banner .cta-link span {
  position: relative;
  top: 2px;
}

.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;
}
.comp__accordion .accordion {
  zoom: 1;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 85px 60px 60px 60px;
  position: relative;
  width: 100%;
  background-color: inherit;
  margin: 0;
}
.comp__accordion .accordion:before,
.comp__accordion .accordion:after {
  content: " ";
  display: table;
}
.comp__accordion .accordion:after {
  clear: both;
}
@media only screen and (max-width: 1199px) {
  .comp__accordion .accordion {
    padding: 70px 50px 45px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .comp__accordion .accordion {
    padding: 55px 35px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__accordion .accordion {
    padding: 55px 25px 30px 25px;
  }
}
.comp__accordion .accordion + .accordion {
  padding-top: 0;
}
.comp__accordion .accordion__header {
  width: 100%;
  padding: 0;
  margin: 0;
}
.comp__accordion .accordion__header h3 {
  text-transform: none;
  color: #001e46;
}
.comp__accordion ul.accordion__body {
  width: 100%;
  margin: 0;
  padding: 0;
}
.comp__accordion li.accordion__item {
  list-style: none;
  background-color: #f3f3f3;
  padding: 24px;
  margin-bottom: 16px;
}
.comp__accordion li.accordion__item:hover {
  cursor: pointer;
}
.comp__accordion .accordion__question {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 0 100%;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.comp__accordion .question__thumbnail {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 55px;
  width: 95px;
  justify-content: center;
  position: relative;
  margin-right: 1rem;
}
.comp__accordion .question__thumbnail img {
  display: block;
  flex-shrink: 0;
  justify-content: center;
  object-fit: cover;
  width: 95px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .comp__accordion .question__thumbnail img {
    height: 55px;
    width: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .comp__accordion .question__thumbnail {
    width: 55px;
  }
}
.comp__accordion .question__thumbnail--with-video .video__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -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: 5;
}
.comp__accordion .question__thumbnail--with-video .video__icon .mi-video::before {
  line-height: 0;
  margin: 0;
  padding: 0;
}
.comp__accordion .question__thumbnail--with-video .video__icon i {
  font-size: 2rem;
  color: #ffffff;
  line-height: 2rem;
  vertical-align: middle;
}
.comp__accordion .question__thumbnail--with-video:hover {
  cursor: pointer;
}
.comp__accordion .question__thumbnail--with-video:hover .video__icon i {
  color: #00a9e0;
}
.comp__accordion .question__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  color: #001e46;
  width: 100%;
}
.comp__accordion .question__text h6 {
  margin-bottom: 0;
}
.comp__accordion .question__text i,
.comp__accordion .question__text .mi {
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  -ms-align-self: baseline;
  align-self: baseline;
  padding-left: 1rem;
  float: right;
}
.comp__accordion .accordion__answer {
  padding-right: 2.25rem;
  padding-top: 1.575rem;
  color: #53565a;
}
.comp__accordion .accordion__answer.is-active {
  display: block;
}
.comp__accordion .accordion__answer p:last-child {
  margin-bottom: 0;
}
.comp__accordion .accordion__answer p > a {
  color: #0085ca;
}
.comp__accordion .accordion__answer p > a:hover,
.comp__accordion .accordion__answer p > a:visited {
  color: #0085ca;
}
.comp__accordion .accordion__answer.question--has-thumbs {
  padding-left: calc(96px);
}
@media only screen and (max-width: 767px) {
  .comp__accordion .accordion__answer.question--has-thumbs {
    padding-left: calc(56px);
  }
}
.comp__accordion .video__descr {
  padding: 0;
}
.comp__accordion .video__descr a {
  color: #0085ca;
}
.comp__accordion .video__descr a:hover,
.comp__accordion .video__descr a:visited {
  color: #0085ca;
}
.comp__accordion .accordion__image {
  margin: 0;
  padding: 0;
  width: 100%;
  width: fit-content;
  text-align: left;
  margin-bottom: 1.575rem;
  position: relative;
  overflow: hidden;
}
.comp__accordion .accordion__image img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.comp__accordion .accordion__cta {
  padding: 0;
}
.comp__accordion .accordion__cta a {
  color: #0085ca;
}
.comp__accordion .accordion__cta a:hover,
.comp__accordion .accordion__cta a:visited {
  color: #0085ca;
}
.comp__accordion .accordion__cta h6 {
  text-transform: uppercase;
}
.comp__accordion .accordion-video__thumb {
  margin: 0;
  padding: 0;
  width: 100%;
  width: fit-content;
  position: relative;
  margin-bottom: 1.575rem;
  overflow: hidden;
}
.comp__accordion .accordion-video__thumb img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.comp__accordion .accordion-video__thumb .accordion-video__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -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: 5;
}
.comp__accordion .accordion-video__thumb .accordion-video__icon .mi-video::before {
  line-height: 0;
  margin: 0;
  padding: 0;
}
.comp__accordion .accordion-video__thumb .accordion-video__icon i {
  font-size: 100px;
  color: #ffffff;
  line-height: 100px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .comp__accordion .accordion-video__thumb .accordion-video__icon i {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 400px) {
  .comp__accordion .accordion-video__thumb .accordion-video__icon i {
    font-size: 45px;
    line-height: 45px;
  }
}
.comp__accordion .accordion-video__thumb:hover {
  cursor: pointer;
}
.comp__accordion .accordion-video__thumb:hover .accordion-video__icon i {
  color: #00a9e0;
}
.tab-content .comp__accordion {
  background-color: #e8e8e7;
}

/* BEGIN TEXT WITH SIDEBAR */
.comp__text-with-sidebar .theme--primary-alt h3 {
    color:#001E46;
}
.comp__text-with-sidebar .panel__50 .panel--no-pad {
    flex:0 0 50%;
    max-width:50%;
}
.comp__text-with-sidebar .panel--no-pad {
    align-self:center;
    margin:0 auto;
}
.comp__text-with-sidebar .panel--no-pad .panel__image img {
    max-width:100%;
    display:block;
}
@media max-width 767px{
    .comp__text-with-sidebar .panel__50 .panel--no-pad {
        flex:0 0 100%;
        max-width:100%;
    }
}
/* END TEXT WITH SIDEBAR */

.comp-LinkList.library ul {
    list-style-type: square;
    list-style-image: url("");
    list-style-position: outside;
}

.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:gallery.css*/
.comp-gallery {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  overflow: hidden;
}
.gallery-inner-wrapper {
  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;
}
.close-gallery {
  -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;
  top: 0;
  right: 0;
  color: #ffffff;
  background-color: #0085ca;
  z-index: 26;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  cursor: pointer;
}
.close-gallery .icon-wrapper {
  width: 50%;
  top: 25%;
  height: 50%;
  left: 25%;
  position: absolute;
}
.close-gallery .icon-wrapper i {
  font-size: 35px;
  top: 0;
  left: 0;
  position: absolute;
}
.close-gallery:hover {
  background-color: #888b8d;
}
.carousel-outer-wrapper {
  height: 100vh;
}
.slide-counter-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #888b8d;
  height: 75px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 5;
}
.carousel-inner-wrapper {
  height: 100vh;
}
.carousel {
  position: relative;
  height: 100%;
  z-index: 10;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.carousel-indicators {
  position: absolute;
  bottom: 25px;
  z-index: 15;
}
.carousel-inner {
  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: 1199px) {
  .carousel-inner {
    width: 70%;
  }
}
@media only screen and (max-width: 1023px) {
  .carousel-inner {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-inner {
    width: 50%;
  }
}
@media only screen and (max-width: 499px) {
  .carousel-inner {
    width: 90%;
  }
}
.carousel-inner > .carousel-item {
  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%);
  display: none;
  -webkit-transition: left 0.6s ease-in-out;
  -moz-transition: left 0.6s ease-in-out;
  -ms-transition: left 0.6s ease-in-out;
  -o-transition: left 0.6s ease-in-out;
  transition: left 0.6s ease-in-out;
}
.carousel-inner > .carousel-item p {
  color: #888b8d;
  margin-left: 8%;
  padding-left: 2rem;
  padding-top: 1rem;
  margin-bottom: 0;
}
.carousel-inner img {
  max-width: 100%;
  border-bottom: 1px solid #888b8d;
  margin-left: 8%;
  margin-right: 8%;
}
@media only screen and (max-width: 499px) {
  .carousel-inner img {
    padding: 0;
    width: 100%;
    margin: auto;
  }
}
.carousel-inner > img,
.carousel-inner > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
  padding-left: 8%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner.next,
  .carousel-inner.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner.prev,
  .carousel-inner.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner.next.left,
  .carousel-inner.prev.right,
  .carousel-inner.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 50%;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.controls {
  font-size: 2.25rem;
}
.controls .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 100vh;
}
.controls .carousel-control.left {
  left: 0;
  right: auto;
}
.controls .carousel-control.right {
  right: 0;
  left: auto;
}
.controls .carousel-control .icon-prev,
.controls .carousel-control .icon-next {
  position: absolute;
  bottom: 50%;
  z-index: 20;
  display: inline-block;
  -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: 499px) {
  .controls .carousel-control .icon-prev,
  .controls .carousel-control .icon-next {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: 7px;
  }
}
.controls .carousel-control .icon-prev {
  left: 50%;
  margin-left: -25px;
}
.controls .carousel-control .icon-prev .mi {
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.controls .carousel-control .icon-next {
  right: 50%;
  margin-right: -25px;
}
.controls .carousel-control .icon-mitg {
  color: #888b8d;
}
.controls .carousel-control .icon-mitg i {
  font-size: 4rem;
}
.controls .carousel-control .icon-mitg:hover {
  color: #b1b3b3;
}
@media only screen and (max-width: 499px) {
  .controls .carousel-control .icon-mitg {
    font-size: 40px;
    color: #ffffff;
    z-index: 50;
  }
  .controls .carousel-control .icon-mitg i {
    font-size: 3rem;
  }
  .controls .carousel-control .icon-mitg:hover {
    cursor: pointer;
    color: #ffffff;
  }
}
.carousel-indicators {
  position: absolute;
  bottom: 25px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  font-size: 1.125rem;
  color: #ffffff;
  margin: 1px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  display: none;
}
.carousel-indicators li.active {
  width: 100%;
  margin: auto;
  display: inline-block;
}
.sr-only {
  display: none !important;
}
/*===CssFileEnd===*/

[data-path*="articles/specifications-article/jcr:content/data/"]{z-index: 599;}

[data-path*="articles/overview-article/jcr:content/data/overview"]{z-index: 599;}

[data-path*="articles/features-article/jcr:content/data/"]{z-index: 599;}

