@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,500;0,600;1,500;1,600&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
#content-wrapper h1.page-title {
  padding: 0;
  font-size: 2.6em;
  font-family: 'Bitter';
  font-weight: 500;
}
h1 {
  padding: 0;
  font-size: 2.6em;
  font-family: 'Bitter';
  font-weight: 500;
}
h2 {
  font-weight: 500;
  font-family: 'Bitter', serif;
  font-size: 24px;
}
h3 {
  font-family: 'Bitter', serif;
  font-weight: 500;
  font-size: 20px;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.title-sep, #pre-header h2, #promoted h2, .sidebar h2, #footer h2 {
  margin-bottom: 20px;
  font-size: 20px;
}
.title-sep:after, #pre-header h2:after, #promoted h2:after, .sidebar h2:after, #footer h2:after {
  display: none;
}
/*buttons*/
.return {
font-weight: bold;
margin-bottom: 10px;
}
.field-name-body a {
  color: #0054a4;
  text-decoration: underline;
}
.field-name-body a:hover, .field-name-body a:focus {
  text-decoration: none;
}
.btn-block {
  display:block;
}
.btn-orange {
  background: #FF9059;
  color:#fff!important;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none!important;
}
.btn-yellow {
  background: #FAE58B;
  border-radius: 5px;
  padding: 10px 20px;
  color:#000!important;
  text-decoration: none!important;
}
.btn-orange:hover, .btn-orange:focus {
  text-decoration: none;
  background: #ff6d31;
  color:#fff!important;
  text-decoration: none!important;
}
.btn-blue {
  background: #0054A4;
  color:#fff!important;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none!important;
}
.btn-blue:hover, .btn-blue:focus {
  background: #FF9059;
  color:#fff!important;
}
.btn-turquoise {
  background:#52CCE8;
  color:#fff!important;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none!important;
}
.btn-turquoise: hover, .btn-turquoise:focus {
  background: #FF9059;
  color:#fff!important;
  text-decoration: none;
}
.btn-teen {
  background: #006E96;
  color:#fff!important;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none!important;
}
.btn-teen:hover, .btn-teen:focus {
  background: #005777;
  color:#fff!important;
  text-decoration: none;
}
.btn-duotone-orange-pill {
  background: #FFE1D2;
  color: #FF9059!important;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 50px;
  text-decoration: none!important;
}
.btn-duotone-orange-pill:hover, .btn-duotone-orange-pill:focus  {
  color: #FFE1D2!important;
  background: #FF9059;
  text-decoration: none;
}

.btn-arrow, .arrow-btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color:#000!important;
}
.btn-arrow:after, .arrow-btn:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0a9";
  color: #0054A4!important;
  padding-left: 4px;
}
.btn-arrow:hover, .arrow-btn:hover {
  text-decoration: none;
}
.btn-arrow:hover:after, .arrow-btn:hover:after {
  color: #FF9059!important;
}
.info-link {
  font-size: 15px;
  border-bottom: 1px solid #474747;
  color:#474747!important;
  margin-bottom: 5px;
}

.info-link:hover, .info-link:focus {
  border-bottom: none;
  color:#474747!important;
}

.info-link:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f05a";
  color: #0054A4!important;
  padding-right: 5px;
  text-decoration: none;
}
.info-link:hover:before, .info-link:focus:before {
  color: #FF9059!important;
  text-decoration: none;
}

.return-link, .link-return {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color:#000!important;
}

.return-link:before, .link-return:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0a8";
  color: #0054A4!important;
  padding-right: 4px;
}

.return-link:hover, .link-return:hover {
  text-decoration: none;
}
.return-link:hover:after, .link-return:hover:after {
  color: #FF9059!important;
}

.blue-simple {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: underline;
  color: #0054A4!important;
}
.blue-simple:hover, .blue-simple:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  h1, #content-wrapper h1.page-title {
    font-size: 2em;
  }
}

@media (max-width: 570px) {
  h3 {
    font-family: 'Bitter', serif;
    font-weight: 500;
    font-size: 18px;
  }
}
