h1, h2, h3, h4, h5, h6, body {
  font-family: "Roboto";
}

.label, .nav-tabs > li > a, .flag.action-flag a, .flag.action-unflag a, .flag-confirm-form.confirmation .form-actions .button,
.unflag-confirm-form.confirmation .form-actions .button {
  font-family: "Roboto Condensed";
}

.flag.go-back-icon a:before {
  font-family: "FontAwesome";
}

body {
  font-weight: 400;
}

.label, .nav-tabs > li > a, .flag.action-flag a, .flag.action-unflag a, .flag-confirm-form.confirmation .form-actions .button,
.unflag-confirm-form.confirmation .form-actions .button {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
}

h1 {
  font-size: 36.5px;
  font-size: 3.65rem;
  line-height: 40px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px;
  }
}

h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
  }
}

h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  h4 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
  }
}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  h5 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

h6 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  h6 {
    font-size: 10px;
    font-size: 1rem;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.label, .nav-tabs > li > a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  text-transform: uppercase;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  height: auto;
}

.dialog-off-canvas-main-canvas {
  overflow: hidden;
}

.main-container {
  min-height: calc(100vh - 435px);
}

@media only screen and (max-width: 575.98px) {
  .rp-576-dn {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .rp-768-dn {
    display: none !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .rp-992-dn {
    display: none !important;
  }
}

@media only screen and (max-width: 1199.98px) {
  .rp-1200-dn {
    display: none !important;
  }
}

body.toggled {
  right: 0;
}

body.toggled .btn-close {
  width: 38px;
  height: 38px;
  right: 320px;
  top: 0;
  z-index: 1001;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
}

body.toggled .btn-close:before, body.toggled .btn-close:after {
  height: 4px;
  background-color: #000000;
}

.flag {
  margin-bottom: 35px;
}

.flag.action-flag a, .flag.action-unflag a {
  height: 40px;
  min-width: 100px;
  margin: 0;
  border: none;
  color: #6093bd;
  background-color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #6093bd;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flag.action-flag a:hover, .flag.action-unflag a:hover {
  color: #ffffff;
  background-color: #9abbd6;
  text-decoration: none;
}

.flag.action-flag a:focus, .flag.action-unflag a:focus {
  background-color: #9abbd6;
  border: 2px solid #6093bd;
  color: #ffffff;
}

.flag.go-back-icon a:before {
  margin: 0 12px 0 0;
  content: '\f0d9';
}

.flag-confirm-form.confirmation,
.unflag-confirm-form.confirmation {
  text-align: center;
  position: relative;
}

.flag-confirm-form.confirmation .form-actions,
.unflag-confirm-form.confirmation .form-actions {
  width: 100%;
  text-align: center;
}

.flag-confirm-form.confirmation .form-actions .button,
.unflag-confirm-form.confirmation .form-actions .button {
  height: 40px;
  min-width: 100px;
  margin: 20px;
  border: none;
  color: #6093bd;
  background-color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #6093bd;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flag-confirm-form.confirmation .form-actions .button:hover,
.unflag-confirm-form.confirmation .form-actions .button:hover {
  color: #ffffff;
  background-color: #9abbd6;
  text-decoration: none;
}

.flag-confirm-form.confirmation .form-actions .button:focus,
.unflag-confirm-form.confirmation .form-actions .button:focus {
  background-color: #9abbd6;
  border: 2px solid #6093bd;
  color: #ffffff;
}

.flag-confirm-form.confirmation .form-actions .button.button--primary .glyphicon:before,
.unflag-confirm-form.confirmation .form-actions .button.button--primary .glyphicon:before {
  content: "\f014";
}

.flag-confirm-form.confirmation .form-actions .button.button--primary:hover,
.unflag-confirm-form.confirmation .form-actions .button.button--primary:hover {
  background-color: #106cb8;
}

.flag-confirm-form.confirmation .form-actions .button.button--primary:focus,
.unflag-confirm-form.confirmation .form-actions .button.button--primary:focus {
  background-color: #106cb8;
  border: 1px solid #004f91;
  color: #ffffff;
}

.section-title,
.paragraph-title,
.simple-hero-multiple-links-title,
.simple-hero-inner-menu-title,
.simple-hero-triangle-title {
  max-width: 1164px;
  margin: 0 auto 30px auto;
  padding: 0 0 20px 0;
  position: relative;
}

.section-title:after,
.paragraph-title:after,
.simple-hero-multiple-links-title:after,
.simple-hero-inner-menu-title:after,
.simple-hero-triangle-title:after {
  display: block;
  width: 70px;
  height: 3px;
  content: '';
  position: absolute;
  bottom: 0;
  background: inherit;
  border-bottom: 3px solid;
}

.paracomponent {
  display: block;
}

.paracomponent.full-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.paracomponent.no-lateral-paddings .multiple-columns-wrapper .paragraph-type--column:first-child {
  padding-left: 0px;
}

.paracomponent.no-lateral-paddings .multiple-columns-wrapper .paragraph-type--column:last-child {
  padding-right: 0px;
}

@media (min-width: 768px) {
  .section-title,
  .paragraph-title,
  .simple-hero-multiple-links-title,
  .simple-hero-inner-menu-title,
  .simple-hero-triangle-title {
    max-width: 744px;
  }
}

@media (min-width: 992px) {
  .section-title,
  .paragraph-title,
  .simple-hero-multiple-links-title,
  .simple-hero-inner-menu-title,
  .simple-hero-triangle-title {
    max-width: 964px;
  }
  .paracomponent.no-lateral-paddings .multiple-columns-wrapper .paragraph-type--column:first-child {
    padding-left: 0;
  }
  .paracomponent.no-lateral-paddings .multiple-columns-wrapper .paragraph-type--column:last-child {
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .section-title,
  .paragraph-title,
  .simple-hero-multiple-links-title,
  .simple-hero-inner-menu-title,
  .simple-hero-triangle-title {
    max-width: 1164px;
  }
}

@media (max-width: 768px) {
  .paracomponent.no-lateral-paddings .section-title {
    margin-left: initial;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .paracomponent.no-lateral-paddings .multiple-columns-wrapper .paragraph-type--column {
    padding: 0;
  }
  .paracomponent.no-lateral-paddings .multiple-columns-wrapper .paragraph-type--column:first-child {
    padding-left: 0;
  }
  .paracomponent.no-lateral-paddings .multiple-columns-wrapper .paragraph-type--column:last-child {
    padding-right: 0 !important;
  }
}
