* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  flex: 1;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  font-family: "UtilityOffc", "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  overflow-x: hidden;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "UtilityOffc", "Raleway", sans-serif;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-bottom: 10px;
}

h1 {
  font-size: 2.5rem;
  font-weight: 300;
}

h2 {
  font-size: 2rem;
  font-weight: 300;
}

h3 {
  font-size: 1.75rem;
  font-weight: 300;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
  padding: 0;
}

b,
strong {
    font-weight: 500;
}

hr {
  margin-top: 26px;
  margin-bottom: 16px;
}

/* Layout */
.container {
  width: 100%;
}

.page-wrapper {
  background-color: #f7fafb;
}

.page-content-wrapper {
  position: relative;
}

.page-content-container {
  padding: 110px 0px;
}

.page-content-container .content-wrapper .container,
.page-content-container .breadcrumb-container.container {
  max-width: 100%;
}

.page-content-container .content-wrapper>.container {
  background-color: #ffffff;
}

.page-content-container .container.outside-page-container {
  background-color: unset;
  padding: 0 50px;
  margin: 40px auto;
}

a:focus,
a:hover,
.btn:hover {
  color: #84bd00;
  outline: 0;
  text-decoration: none;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 992px) {
  .page-content-container {
    padding: 30px 0px;
  }
}

.relative {
  position: relative;
}

img,
svg {
  max-width: 100%;
}

.btn {
  border: none;
  border-radius: 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background-color 0.5s ease;
  box-shadow: none;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  user-select: none;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.row-eq-height {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

@media screen and (min-width: 1616px) {
  .page-content-container .content-wrapper .container,
  .page-content-container .breadcrumb-container.container {
    width: 1590px;
  }

  .page-content-container .container.outside-page-container {
    padding: 0;
  }

  .page-content-container .container.outside-page-container .bottom-banner {
    padding: 0 120px;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .row-eq-height {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  .row-eq-height {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  float: left;
  max-width: 100%;
}

.btn-section {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

.btn-expand {
  font-family: UtilityOT Light, sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: #201547;
}

.btn-expand:hover,
.btn-expand:focus {
  text-decoration: none;
  color: #201547;
}

.btn-expand:focus-visible,
.btn-expand:hover:active {
  outline: none;
}

.btn-expand:focus {
  border: none;
  outline: none;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #201547;
  border-color: #201547;
  color: #fff;
}
.btn,
.btn:visited {
  border: none;
  border-radius: 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.row.row-login-padding p {
  color: #fff;
}

.btn-outline .fa {
  margin-left: 13px;
}

.row.find-applicator-padding {
  margin-bottom: 20px;
}

.find-applicator-wrapper {
    margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn.btn-searchby-unselected {
    padding: 15px 12px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row.row-login-padding {
    max-width: 93%;
  }

  .btn.btn-searchby-selected {
    display: inline;
    width: 22%;
  }

  .btn.btn-searchby-unselected {
    float: left;
    width: 22%;
  }
}

@media only screen and (max-width: 640px) {
  .row.row-login-padding {
    max-width: 500px;
  }
}

@media only screen and (max-width: 500px) {
  .row.row-login-padding {
    max-width: 106%;
  }

  .btn.btn-searchby-selected,
  .btn.btn-searchby-unselected {
    width: 49%;
  }
}

@media only screen and (max-width: 440px) {
  .row.row-login-padding {
    max-width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .row.row-forgotten-padding {
    padding-left: 0px;
  }
}

/* Override content block comp */
.content-block__title {
}

/* Page components */
.box-expandable-header {
  width: 100%;
  margin-top: 7rem;
  margin-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
