* {
  font-family: "halyard-text", sans-serif;
  box-sizing: border-box;
}
a {
  color: #0067b9;
}
a:hover {
  color: #e03c31;
  text-decoration: underline;
  text-decoration-color: unset;
}
strong {
  font-weight: 500;
}

img {
  width: 100%;
  height: auto;
}
button {
  border: none;
}
html,
body {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  /* overflow: hidden; */
}
body {
  display: flex;
  flex-direction: column;
}
#content {
  flex: 1 0 auto;
  position: relative;
}
#mid-content {
  /* padding-top: 180px; */
}

#breadcrumbs {
  /* background-color: none;
    position: absolute;
    margin: 10px 15%; */
}
footer {
  flex-shrink: 0;
  position: relative;
}
.page-row {
  width: 70%;
  margin: auto;
  max-width: 1200px;
}

p {
  font-size: 18px;
}
ul li,
ol li {
  font-size: 18px;
  font-weight: 300;
}

p.intro {
  font-size: 24px;
}
nav.navbar {
  /* flex-wrap: nowrap; */
}

ul.navbar-nav {
  width: fit-content;
  text-align: right;
}
.navbar-toggler {
  padding: 0;
}

.navbar-toggler-icon:focus,
.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}
a {
  color: #000;
}
li a {
  color: #0067b9;
}
p a {
  color: #0067b9;
}
p a:hover {
  color: #e03c31;
}

nav ul a {
  color: #111;
}

ul a:hover {
  color: #0067b9;
}
.dropdown-toggle::after {
  display: none;
}

a.nav-link {
  text-transform: uppercase;
  padding: 0 0.7rem !important;
}

.nav-item,
ul.navbar-nav {
  transition: all 0.3s ease-in-out;
}

.astm-search-menu {
  background-color: #d9e1e2;
  padding: 1px 5px 3px;
  border-radius: 10px;
  width: fit-content;
  align-self: flex-end;
  margin: 0 10px;
}
.astm-search-menu a {
  font-size: 16px;
  color: #331e54;
  padding: 5px;
}

.is-form-style.is-form-style-3 label {
  width: calc(100% - 50px) !important;
}
.is-form-style input.is-search-input {
  height: 50px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid #ecc3b2 !important;
  background-color: #fff;
  padding: 5px 10px;
}
.is-form-style button.is-search-submit {
  height: 50px;
  width: 50px;
}
.is-search-icon {
  width: 100%;
  height: 100%;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 1px solid #ecc3b2 !important;
}
.is-search-icon svg {
  width: 80%;
}
#is-popup-wrapper {
  background: #01426acc;
}
@media only screen and (min-width: 992px) {
  ul.navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
  }
}
.navbar .dropdown-menu {
  margin-top: 0px;
}
.dropdown-item:active {
  background: #ddd;
}
.dropdown-item:hover {
  color: #0067b9;
}
.current-menu-item .nav-link::after {
  content: "";
  width: 40%;
  display: block;
  border: 1px solid #0067b9;
}
.current-menu-ancestor .nav-link::after {
  content: "";
  width: 40%;
  display: block;
  border: 1px solid #0067b9;
  margin-left: 0;
}

.dropdown-menu .current-menu-item .dropdown-item::after {
  content: "";
  width: 30px;
  display: block;
  /* border: 1px solid #0067B9; */
}
.dropdown-menu .current-menu-item .dropdown-item {
  border-left: 2px solid #331e54;
}
h1 {
  font-family: "halyard-display", sans-serif;
  /* font-weight: 100; */
  font-size: 60px;
  line-height: 1.1em;
}
h2 {
  font-family: "halyard-display", sans-serif;
  font-weight: 700;
  color: #331e54;
}
h3 {
  font-family: "halyard-display", sans-serif;
  font-weight: 500;
  font-size: 28px;
}

td {
  padding: 5px 20px;
}
p {
  font-weight: 300;
}
#nav-icon {
  width: 240px;
  min-width: 240px;
  margin: 0;
}
#nav-icon img {
  width: 100%;
}
header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px 10%;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #ecc3b2;
  padding-top: 50px;
  width: 100%;
  background: #ffffff;
}
footer {
  background: #331e54;
  border-top: 1px solid #ecc3b2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
  padding-top: 20px;
}
.footer-row {
  padding: 40px 10% 20px;
  width: 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.footer-right-col {
  padding-left: 30px;
  width: 30%;
}
.footer-left-col {
  width: 70%;
}
.social-media a {
  font-size: 32px;
}
.footer-right-col a {
  color: #d9e1e2;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.footer-right-col a:hover {
  color: #ecc3b2;
  margin-right: 10px;
}
#footer-nav-wrap {
  margin-top: 40px;
}
#footerMenu {
  display: flex;
  list-style-type: none;
  padding: 0;
  line-height: 1.1em;
}

#footerMenu .menu-item {
  margin-bottom: 5px;
}
#footerMenu > .menu-item {
  padding: 0 20px;
  width: 25%;
  margin-bottom: 10px;
}
#footerMenu ul {
  list-style-type: none;
}
#footerMenu a {
  color: #fff;
  font-weight: 100;
}
#footerMenu > li > a {
  text-transform: uppercase;
  font-weight: 500;
  cursor: default;
}
#footerMenu .astm-search-menu {
  display: none;
}
#footerMenu > li > a:hover {
  text-decoration: none;
}
#footerMenu > .menu-item > .sub-menu {
  margin-top: 10px;
}
ul.sub-menu {
  padding: 0;
}
.footer-logos img {
  width: 300px;
  max-width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}
.footer-logos img:nth-child(2) {
  width: 240px;
}

.footer-logos {
  padding-bottom: 10px;
}

.footer-row p a {
  color: #0067b9;
}
.subscribe-row {
  display: flex;
  flex-wrap: wrap;
}
.subscribe-row .message {
  width: 30%;
  color: #ecc3b2;
  align-self: center;
}
.message p {
  font-size: 24px;
  line-height: 1.1em;
  margin-bottom: 0;
}
.subscribe-row .mailchimp-code {
  width: 70%;
  align-self: center;
}

#mc_embed_signup_f_scroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mc-field-group {
  width: 70%;
  padding: 5px 10px;
}
#email-submit {
  width: 30%;
  padding: 5px 10px;
}
#mce-EMAIL {
  border-radius: 12px;
  border: 1px solid #ecc3b2;
  background-color: #d9e1e2;
  padding: 5px 10px;
}
#mce-EMAIL:active {
  border: 1px solid #0067b9;
}
#mce-EMAIL:focus {
  border: 1px solid #0067b9;
  outline: none;
}
#mc_embed_signup_f input.mce_inline_error {
  border-color: #ecc3b2 !important;
}
#mc_embed_signup_f div.mce_inline_error {
  font-weight: 100 !important;
  position: absolute;
  margin-top: 5px;
  background-color: #e03c31 !important;
}
#mce-responses {
  margin-top: 15px;
  font-weight: 200;
}
#mc-embedded-subscribe {
  border-radius: 12px;
  background: #ecc3b2;
  color: #0067b9;
  border: none;
  text-transform: uppercase;
}
.wp-block-separator {
  border-top: 0;
  border-bottom: 1px solid #d9e1e2;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.footer-col hr {
  border-color: #d9e1e2;
}
.form-el {
  width: 100%;
  height: 50px;
}

.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
}

@-webkit-keyframes slideIn {
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

ul.myList {
  list-style-type: none;
  padding: 0;
  margin: 30px 0;
}
ul.myList li {
  padding: 10px 20px;
  background: #0067b910;
  max-width: 900px;
  margin: auto;
}

ul.myList li:nth-child(even) {
  background: #0067b930;
}

ul.numlist {
  list-style-type: decimal;
}
ul.numlist li {
  padding: 10px;
}

#uts-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, #0067b9 0%, #01426a 50%);
  padding: 5px 10%;
  padding-bottom: 6px;
  border-bottom: 1px solid #f47b20;
  display: flex;
  justify-content: space-between;
}
#uts-bar .social-media a {
  font-size: 16px;
  color: #d9e1e2;
  padding: 0 3px;
  transition: all 0.2s ease-in-out;
}
#uts-bar .social-media a:hover {
  color: #ecc3b2;
}
#uts-bar img {
  width: 240px;
}

#notices {
  position: absolute;
  width: 40%;
  right: 5%;
  top: 15px;
  z-index: 5;
  flex-wrap: wrap;
}

.notice-bar {
  padding: 8px 25px 8px 10px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-out;
  font-size: 14px;
  width: fit-content;
  height: fit-content;
  opacity: 0.8;
  border-radius: 5px;
}
.notice-bar:hover {
  opacity: 1;
}
.notice-bar a {
  color: #fff;
}
.notice-bar a:hover {
  opacity: 0.9;
  text-decoration: underline;
}
.notice-bar #exit {
  position: absolute;
  top: -5px;
  width: 25px;
  height: 25px;
  right: -15px;
  padding: 2px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
}

.notice-bar.exited {
  height: 0;
  padding: 0;
  overflow: hidden;
}
