/* ========== VARIABLES =========== */
:root {
  --blue: #075384;
  --gold: #e0a230;
  --dark-gold: #936600;
  --black: #231f20;
  --white: #fff;
  --light-grey: #f5f5f5;
}

/*-------------- Base Styles --------------*/
h1 {
  font-family: "lato", sans-serif;
  font-size: 70px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
}

h2 {
  font-family: "lato", sans-serif;
  font-size: 48px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #231f20;
}

h3 {
  font-family: "lato", sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

h4 {
  font-family: "lato", sans-serif;
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
}

h5 {
  font-family: "lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 48px;
  }

  h2 {
    font-size: 30px;
    line-height: 30px;
  }

  h3 {
    font-size: 25px;
    line-height: 25px;
  }

  h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
h1, h2, h5, p {
  margin-top: 0px;
  margin-bottom: 25px;
}

h4, h3 {
  margin-top: 0px;
  margin-bottom: 8px;
}

h1, h2, h3, h4, h5 {
  color: #231f20;
}

html {
  box-sizing: border-box;
  margin: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-family: "lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

section, header, footer {
  position: relative;
  width: 100%;
}

section, header {
  position: relative;
  z-index: 1;
}

header {
  z-index: 10000;
}

input[type=text], input[type=email], textarea, select, button {
  -webkit-appearance: none;
  box-shadow: none !important;
  border-radius: 0;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

a {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

a:hover {
  color: #4d4d4d;
}

* {
  box-sizing: border-box;
}

body *::-moz-selection {
  background: var(--dark-gold);
  color: #FFF;
}

body *::selection {
  background: var(--dark-gold);
  color: #FFF;
}

img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

strong {
  font-weight: 700;
}

#width-check {
  position: relative;
  z-index: 0;
  display: none;
}

/*--*/
@media screen and (max-width: 768px) {
  #width-check {
    z-index: 1;
  }
}
.white-bg h1, .white-bg h2, .white-bg h3, .white-bg h4, .white-bg h5 {
  color: var(--blue);
}

.white-bg p, #content p {
  color: #231f20;
}

.block {
  margin-bottom: 45px;
}

.block:first-of-type {
  margin-top: 45px;
}

.icon {
  display: flex;
  align-items: center;
}

.icon img {
  margin-right: 8px;
}

/*-------------- Site Navigation --------------*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}

header .bottom {
  background-color: transparent;
  position: relative;
  transition: all 0.2s ease-in-out;
}
header .bottom .header-logo img {
  width: 181px;
}
header .bottom #search_form {
  display: none;
  position: absolute;
  right: 15px;
  top: 0;
  width: 570px;
}
header .bottom #search_form:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-size: 21px;
  font-weight: 900;
  left: 30px;
  position: absolute;
  top: 27px;
}
header .bottom #search_form.show {
  display: block;
}
header .bottom #search_form input {
  background-color: #fff;
  border: 0;
  color: #252aac;
  font-size: 21px;
  font-weight: 700;
  height: 75px;
  line-height: 30px;
  padding: 0 65px;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
header .bottom #search_form input::-webkit-input-placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
}
header .bottom #search_form input::-moz-placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
}
header .bottom #search_form input:-ms-input-placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
}
header .bottom #search_form input::-ms-input-placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
}
header .bottom #search_form input::placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
}
header .bottom .container.full {
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
}
header .bottom nav ul {
  margin: 0;
  padding: 0;
}
header .bottom nav ul li {
  display: inline-block;
  margin: 0;
  position: relative;
  transition: all ease-in-out 250ms;
}
header .bottom nav ul li.top-level:hover .has-submenu::after {
  color: var(--dark-gold);
}
header .bottom nav ul li:hover {
  background-color: var(--dark-gold);
}
header .bottom nav ul li:hover a {
  color: #FFF;
}
header .bottom nav ul li:hover .sub_nav {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
header .bottom nav ul li .sub_nav {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 64px;
  transform: translateY(-37px);
  transition: all 0.2s ease-in-out;
}
header .bottom nav ul li .sub_nav li {
  background-color: #fff;
  display: block;
  min-width: 181px;
  white-space: nowrap;
}
header .bottom nav ul li .sub_nav li a {
  color: var(--blue);
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: uppercase;
  text-transform: unset;
  text-align: center;
}
header .bottom nav ul li .sub_nav li a:hover {
  background-color: var(--dark-gold);
  color: #FFF;
}
header .bottom nav ul li a {
  color: var(--blue);
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: uppercase;
  color: var(--blue);
  display: block;
  padding: 20px 20px;
  position: relative;
  transition: all ease-in-out 250ms;
}
header .bottom nav ul li a.has-submenu:after {
  content: "+";
  position: relative;
  padding-left: 5px;
  top: -2px;
}
header .bottom .search-open {
  color: var(--dark-gold);
  cursor: pointer;
  font-size: 21px;
  right: 35px;
  transition: all 0.2s ease-in-out;
  z-index: 20;
}
header .bottom .search-open i {
  color: var(--dark-gold);
  font-size: 16px;
}
header .bottom .search-open:hover {
  color: #fff;
}
header .bottom .search-open.active {
  color: #252aac;
}
header .bottom .search-open.active:after {
  content: "\f00d";
}

a.header-logo {
  margin-bottom: 0;
  margin-left: 118px;
  display: flex;
  align-items: center;
}
a.header-logo:hover {
  opacity: 0.7;
  transition: all ease-in-out 250ms;
}

header .nav-mob {
  cursor: pointer;
  display: none;
  height: 25px;
  position: fixed;
  right: 25px;
  top: 25px;
  width: 33px;
  z-index: 1112;
}
header .nav-mob span {
  background-color: var(--dark-gold);
  border-radius: 100px;
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 33px;
}
header .nav-mob span:nth-of-type(1) {
  right: 0;
  top: 0;
  width: 33px;
}
header .nav-mob span:nth-of-type(2) {
  top: 10px;
}
header .nav-mob span:nth-of-type(3) {
  top: 20px;
}
header .nav-mob.open span:nth-of-type(1) {
  display: none;
}
header .nav-mob.open span:nth-of-type(2) {
  transform: rotate(45deg);
}
header .nav-mob.open span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 10px;
}

header.open .top .logo {
  color: #252aac;
}

ul.ticker {
  align-items: center;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 35px;
}
ul.ticker li:first-of-type {
  position: relative;
  list-style-type: none;
}

@media screen and (max-width: 1250px) {
  a.header-logo {
    margin-left: 80px;
  }

  header .bottom nav {
    margin-left: 50px;
  }

  header .bottom nav ul li a {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1170px) {
  header .bottom nav {
    margin-left: 10px;
  }

  header .bottom nav ul li a {
    padding: 20px 6px;
  }

  .ticker {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  header:before {
    bottom: 0;
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 1000;
  }

  a.header-logo {
    z-index: 1000;
  }

  header .top {
    position: relative;
    z-index: 1111;
  }
  header .top .container {
    height: 70px;
  }
  header .top .ticker {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: #face49;
    left: 40px;
    margin: 0;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    top: 70px;
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
  header .top .ticker li {
    color: #252aac;
    font-size: 12px;
    line-height: 0;
    margin: 0 10px 0 0;
  }
  header .top .ticker li span.up {
    border-width: 0 5px 10px 5px;
  }
  header .top .ticker li span.down {
    border-width: 10px 5px 0 5px;
  }

  header .bottom nav {
    background-color: #FFF;
    display: block;
    height: auto;
    left: 0;
    margin-left: 0px;
    max-height: 100vh;
    overflow: hidden;
    padding-bottom: 60px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-120%);
    transition: all 0.4s ease-in-out;
    width: 100%;
    z-index: 999;
  }
  header .bottom nav.open {
    overflow-y: scroll !important;
    padding-top: 50px;
    transform: translateY(0px);
  }
  header .bottom nav ul {
    border-top: 1px solid var(--dark-gold);
    display: block;
    margin: 25px 40px 0 30px;
  }
  header .bottom nav ul li {
    display: block;
    font-size: 20px;
    height: auto;
    line-height: 25px !important;
    margin: 20px 0;
    padding-left: 25px;
  }
  header .bottom nav ul li:hover a {
    color: var(--dark-gold);
  }
  header .bottom nav ul li a {
    color: var(--blue);
    font-size: 20px;
    line-height: 25px;
    padding: 0 15px !important;
    position: unset;
  }
  header .bottom nav ul li a:hover {
    color: var(--dark-gold);
  }
  header .bottom nav ul li a.top-level.has-submenu:after {
    content: "+";
    position: absolute;
    left: 0;
  }
  header .bottom nav ul li.top-level:hover .has-submenu::after {
    color: var(--dark-gold);
  }
  header .bottom nav ul li a.top-level.has-submenu.active:after {
    content: "-";
    position: absolute;
    left: 0;
  }
  header .bottom nav ul li .sub_nav {
    border-top: 0;
    display: none;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: static;
    text-align: left;
    transform: none;
    transition: none;
    width: 100%;
  }
  header .bottom nav ul li .sub_nav li {
    margin: 20px 0;
    padding: 0 15px;
    background-color: transparent;
  }
  header .bottom nav ul li .sub_nav li:hover {
    background-color: transparent;
  }
  header .bottom nav ul li .sub_nav li:hover a {
    color: var(--dark-gold);
  }
  header .bottom nav ul li .sub_nav li:hover .sub_nav {
    display: none;
  }
  header .bottom nav ul li .sub_nav li a {
    padding: 15px 30px;
    font-weight: 300;
    color: var(--blue);
    padding: 0 !important;
    text-align: left;
  }
  header .bottom nav ul li .sub_nav li a:hover {
    background-color: transparent;
  }
  header .bottom nav ul li:hover {
    background-color: transparent;
  }

  a.header-logo {
    margin-left: 18px;
  }

  header .bottom #search_form {
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1111;
  }
  header .bottom #search_form input {
    width: 100%;
  }

  header .nav-mob {
    display: block;
  }

  header.open:before {
    display: block;
    background-color: #FFF;
  }
  header.open .top {
    background-color: #000000;
  }
  header.open .top .ticker {
    opacity: 1;
  }

  header .bottom .container.full {
    height: 65px;
  }

  ul.ticker {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  header.small .top .container {
    height: 45px;
  }
  header.small .top .logo img {
    height: 14px;
  }

  header.small .bottom {
    background-color: #252aac;
  }
  header.small .bottom nav ul li a {
    font-size: 21px;
    padding: 10px 30px;
  }
  header.small .bottom nav ul li .sub_nav {
    top: 50px;
  }
  header.small .bottom nav ul li .sub_nav li a {
    padding: 10px 30px;
  }
  header.small .bottom .search-open {
    margin-top: 15px;
    font-size: 21px;
  }
  header.small .bottom #search_form {
    right: 15px;
    top: 0;
  }
  header.small .bottom #search_form:before {
    top: 15px;
  }
  header.small .bottom #search_form input {
    height: 50px;
    width: 570px;
    padding: 0 65px;
  }
  header.small .bottom #search_form.show {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  header .bottom #search_form input {
    font-size: 18px;
  }

  header .bottom #search_form input::-webkit-input-placeholder {
    font-size: 18px;
  }

  header .bottom #search_form input::-moz-placeholder {
    font-size: 18px;
  }

  header .bottom #search_form input:-ms-input-placeholder {
    font-size: 18px;
  }

  header .bottom #search_form input::-ms-input-placeholder {
    font-size: 18px;
  }

  header .bottom #search_form input::placeholder {
    font-size: 18px;
  }
}
/*-------------- Signup --------------*/
.signup {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  width: 100%;
}

.signup-container {
  align-content: stretch;
  align-items: center;
  background-color: #000000;
  border-bottom: 1px solid var(--blue);
  border-top: 1px solid var(--blue);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 20px 30px;
}
.signup-container p {
  color: #ffffff;
  font-size: 20px;
  margin: 0;
  min-width: 320px;
  padding-right: 40px;
}
.signup-container input {
  background-color: transparent;
  border: 1px solid #333333;
  color: #ffffff;
  height: 40px;
  max-width: 250px;
  min-width: 198px;
  padding: 0px 15px;
  width: 100%;
}
.signup-container input label {
  color: #ffffff;
}

.textbox.signup-name,
.textbox.signup-email.required {
  height: 40px;
  max-width: 250px;
}

.signup-submit button {
  background-color: #FFF;
  border: none;
  color: var(--blue);
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
  margin-right: 20px;
  margin-top: -2px;
  padding: 11px 30px;
  transition: all ease-in-out 250ms;
  width: 160px;
  font-size: 16px;
}
.signup-submit button:hover {
  background-color: var(--gold);
  color: #FFF;
}

form.signup .recaptcha {
  height: 0px;
  margin-top: 0px;
  opacity: 0;
  pointer-events: none;
  transform-origin: 0 0;
  transform-origin: top left;
  transform: scale(0.7) !important;
  transition: all 0.25s ease-in-out;
}
form.signup .recaptcha.show {
  height: 53px;
  margin-top: 0px;
  opacity: 1;
  pointer-events: all;
}
form.signup .recaptcha.error {
  border: red 2px solid;
  height: 82px;
  left: 20px;
  margin-bottom: -25px;
  position: relative;
  width: 308px;
}

.social-container {
  align-content: flex-end;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.social-container div {
  padding-right: 20px;
}
.social-container div:last-of-type {
  padding-right: 0;
}
.social-container div a i {
  color: #ffffff;
  font-size: 20px;
  transition: all ease-in-out 250ms;
}
.social-container div a:hover i {
  color: var(--dark-gold);
}

.signup-container .signup-message {
  color: #ffffff;
  font-weight: 600;
  display: none;
}

@media screen and (max-width: 1270px) {
  .signup-container p {
    font-size: 16px;
  }

  .signup-submit button {
    width: 115px;
  }
}
@media screen and (max-width: 1180px) {
  .signup-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .signup-container p {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 860px) {
  .signup {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }

  .signup-container p {
    margin: 0 auto;
    padding-right: 0;
    width: 100%;
  }

  .textbox.signup-name, .textbox.signup-email.required {
    min-width: 100%;
  }

  .textbox.signup-name {
    margin-right: 0;
    width: 100%;
  }

  .signup-container input {
    max-width: 100%;
    max-width: 100%;
  }

  .textbox.signup-email.required {
    margin-right: 0;
  }

  .signup-submit {
    margin-bottom: 10px;
    max-width: 150px;
    margin-left: 15px !important;
  }

  .signup-submit button {
    width: 150px;
  }

  form.signup .recaptcha.show {
    position: relative;
    left: 47px;
  }
}
@media screen and (max-width: 460px) {
  .signup-container p {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }

  .textbox.signup-name, .textbox.signup-email.required {
    max-width: 100%;
    width: 100%;
  }

  .signup {
    width: 100%;
  }

  .signup-submit {
    margin-left: 0 !important;
  }
}
/*-------------- Footer --------------*/
footer {
  align-content: space-between;
  align-items: center;
  background-color: var(--blue);
  color: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  min-height: 60px;
  padding: 20px 30px;
}

.blender {
  font-size: 15px;
}
.blender a {
  color: #FFF;
  font-weight: 700;
  margin-right: 15px;
  text-transform: uppercase;
  transition: all ease-in-out 250ms;
}
.blender a:hover {
  color: var(--gold);
}

.legal-footer a {
  color: #FFF;
  margin-left: 15px;
}
.legal-footer a:hover {
  color: var(--gold);
  transition: all ease-in-out 250ms;
}

footer div:nth-of-type(1) {
  display: inline-flex;
}

@media screen and (max-width: 460px) {
  footer {
    flex-direction: column-reverse;
  }

  .social-container {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.675s;
          animation-duration: 0.675s;
}

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

/********* Frontpage Styles *********/
/********* Utility *********/
.half {
  width: 50%;
}

.third {
  width: 33.3333333333%;
}

.quarter {
  width: 25%;
}

.flex {
  display: flex;
  align-items: stretch;
}

.white {
  color: #ffffff;
}

.white-bg {
  background-color: #ffffff;
  color: #202225;
}

.white-bg h1, .white-bg h2, .white-bg h3, .white-bg h4, .white-bg h5 {
  color: var(--blue);
}

.box-padding {
  padding: 55px 45px;
}

.link-box {
  transition: all 0.25s ease-in-out;
}

.link-box a {
  text-transform: uppercase;
  color: #ffffff;
}

.link-box:hover {
  opacity: 0.7;
}

.link-box h4 {
  margin-bottom: 8px;
  color: #231f20;
  opacity: 0.6;
  font-weight: 300;
}

.link-box h4::before {
  font-family: FontAwesome;
  margin-right: 10px;
  font-weight: 300;
}

.chev-link {
  color: #ffffff;
}

.chev-link span {
  text-transform: uppercase;
}

.chev-link::after {
  font-family: FontAwesome;
  content: "\f054";
  color: #4d4d4d;
  margin-left: 15px;
  line-height: 28px;
  font-size: 14px;
}

/*--*/
@media screen and (max-width: 500px) {
  .box-padding {
    padding: 55px 20px;
  }
}
/********* Link Boxes *********/
.link-box.pdf h4::before {
  content: "\f1c1";
}

.link-box.people h4::before {
  content: "\f0c0";
}

.link-box.book h4::before {
  content: "\f02d";
}

.link-box.chart h4::before {
  content: "\f201";
}

.link-box.file h4::before {
  content: "\f15c";
}

.link-box.pie h4::before {
  content: "\f200";
}

.link-box.phone h4::before {
  content: "\f095";
}

.link-box.gavel h4::before {
  content: "\f0e3";
}

.link-box.edit h4::before {
  content: "\f044";
}

/********* SEARCH *********/
.float-fix {
  float: right;
}

span.search-open.mob_search {
  cursor: pointer;
}

.mobile-search span.search-open.mob_search {
  color: #000000;
  margin-top: -13px;
  margin-right: 15px;
}

span.search-open.mob_search i:hover {
  color: #f3dd22;
  transition: all ease-in-out 250ms;
}

.fixed {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

#searchpop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  z-index: 10000;
  padding-top: 30vh;
  background-color: var(--blue);
  display: none;
}

#searchpop .close {
  position: absolute;
  right: 60px;
  top: 60px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#searchpop .close i {
  font-size: 30px;
}

#searchpop .close:hover {
  color: var(--dark-gold);
}

#searchpop h2 {
  margin: 0;
  color: #ffffff;
}

#searchpop button {
  margin: 0;
  background-color: var(--dark-gold);
  padding: 10px 30px;
  border: none;
  color: #ffffff;
  transition: all ease-in-out 250ms;
  font-weight: 600;
}

#searchpop button:hover {
  background-color: #FFF;
  color: var(--dark-gold);
  cursor: pointer;
}

#searchpop .hold {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

#searchpop form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 50%;
}

#searchpop input {
  background-color: transparent;
  border: none;
  width: 100%;
  border-bottom: 3px solid #fff;
  padding: 10px 0 5px 0;
  font-size: 35px;
  letter-spacing: 1px;
  font-family: "lato", sans-serif;
  font-weight: 300;
  transition: all 0.5s ease-in-out;
  color: #fff;
  margin: 0 30px;
}

#searchpop input:focus {
  outline: none;
}

#searchpop .error input {
  border-color: red;
}

#searchpop .signup-message {
  display: none;
  color: #fff;
  margin: 0 20px;
  position: absolute;
  bottom: -25px;
}

#searchpop .recaptcha {
  margin: 0 0 0 30px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

#searchpop .recaptcha.show {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  #searchpop {
    padding-top: 20vh;
  }

  #searchpop .hold {
    display: block;
  }

  #searchpop form {
    display: block;
    width: 100%;
  }

  #searchpop form input {
    margin: 10px auto 30px auto;
    font-size: 25px;
    padding: 0 0 5px 0;
  }

  #searchpop h2 {
    font-size: 25px;
  }

  #searchpop .close {
    right: 50px;
    top: 20px;
  }
}
@media screen and (max-width: 570px) {
  header a.back-link {
    font-size: 25px;
  }

  header a.back-link span {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  header a.back-link {
    margin-left: 20px;
  }
}
.search-form-hold {
  height: 40px;
  width: 0px;
  position: absolute;
  right: -48px;
  top: -40px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease-in-out;
  z-index: 2;
}
.search-form-hold form {
  float: left;
}
.search-form-hold a {
  float: right;
  color: #44464a;
  padding-right: 50px;
  line-height: 40px;
  cursor: pointer;
}
.search-form-hold .s {
  background-color: transparent;
  border: 0px;
  color: #FFF;
  line-height: 40px;
  padding-left: 35px;
  width: 350px;
}
.search-form-hold .s:focus {
  outline: 0;
}
.search-form-hold .s::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-form-hold .s:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-form-hold .s::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-form-hold .s:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.site-nav.open .search-form-hold {
  top: 25px;
  width: 150px;
}

/********* Hero *********/
#hero {
  height: 681px;
  background-image: url(../../../../_resources/banners/Home-hero.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 55px 130px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#hero h1 {
  margin-bottom: 0px;
  color: #FFF;
  max-width: 700px;
}

#hero div p {
  color: #FFF;
  font-size: 18px;
  margin-top: 40px;
  max-width: 560px;
}

#hero span {
  color: #FFF;
  text-transform: lowercase;
}

@media screen and (max-width: 1024px) {
  #hero h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  #hero {
    padding: 55px 20px;
    background-position: 60% center;
  }

  #hero h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 400px) {
  #hero h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
/********* Hero *********/
.flexed-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

#people-community .flexed-container #left {
  width: 60%;
  background-image: url(../../../../_resources/images/our-people.jpg);
  height: 430px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 80px 130px 0px 130px;
  align-items: center;
}

#people-community .flexed-container #right {
  width: 40%;
  background-image: url(../../../../_resources/images/Sustainability.jpg);
  height: 430px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 80px 130px 0px 130px;
  align-items: center;
  text-align: right;
}

#media-contact .flexed-container #left {
  width: 40%;
  background-image: url(../../../../_resources/images/Media.jpg);
  height: 430px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 180px 130px 0px 130px;
  align-items: center;
}

#media-contact .flexed-container #right {
  width: 60%;
  background-image: url(../../../../_resources/images/people-community.jpg);
  height: 430px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 180px 130px 0px 130px;
  align-items: center;
  text-align: right;
}

#left div h2,
#right div h2,
#left div h2,
#right div h2 {
  color: #FFF;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/********* Custom Button *********/
.button {
  background-color: var(--blue);
  cursor: pointer;
  padding: 8px 24px;
  border: none;
  color: #FFF;
  transition: all ease-in-out 250ms;
  font-weight: 600;
}

.button:hover {
  background-color: var(--gold);
  color: #FFF;
}

/********* Signup Container *********/
.signup-container {
  width: 420px;
  height: 400px;
  flex-direction: column;
  margin-top: 63px;
  background: rgba(0, 0, 0, 0.6) !important;
  z-index: 2;
}

.signup-container div {
  width: 100%;
  z-index: 1;
  max-width: 380px;
  margin: 0 auto;
}

.signup-container input {
  max-width: 100%;
  height: 50px;
  border: 1px solid #ffffff;
}

.signup-container p {
  margin-top: 25px !important;
  margin-bottom: 20px;
}

.textbox.signup-name, .textbox.signup-email.required {
  max-width: 100%;
  margin-right: 0;
}

.signup {
  flex-direction: column;
  align-items: initial;
}

.textbox.signup-name {
  margin-bottom: 25px;
}

.signup-submit button {
  margin-top: 25px;
  margin-bottom: 15px;
  margin-right: 0;
  min-width: 160px;
}

.signup-submit button span {
  text-transform: capitalize !important;
}

form.signup .recaptcha.show {
  margin-left: -20px;
}

.signup-container input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}

.signup-container input[type=text]:-moz-placeholder {
  color: #ffffff;
}

.signup-container input[type=text]::-moz-placeholder {
  color: #ffffff;
}

.signup-container input[type=text]:-ms-input-placeholder {
  color: #ffffff;
}

.signup-container .signup-message.show {
  display: block;
  transition: all ease-in-out 250ms;
  position: relative;
  margin-top: 50px;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  #heroFade {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  #mobile-signup {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #mobile-signup {
    display: block;
  }

  #desktop-signup {
    display: none;
  }

  .signup-container {
    width: 100%;
    margin-top: 0;
    background-color: #000000 !important;
  }

  .signup-submit button,
form.signup .recaptcha.show {
    margin-left: 0;
    left: 0;
  }

  .signup-container .signup-message.show {
    position: relative;
    margin: 0 auto;
    padding-top: 60px;
  }

  .signup-container p {
    font-size: 25px;
  }

  div#Recaptcha2 {
    margin-left: -25px;
    position: relative;
  }
}
@media screen and (min-width: 461px) and (max-width: 859px) {
  .signup-submit button {
    margin-left: -15px;
  }
}
@media screen and (max-width: 460px) {
  div#Recaptcha2 {
    margin-left: 0px;
  }
}
/********* Miscellaneous *********/
.hidden {
  display: none;
}

#heroFade, #peopleFade, #communityFade {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#mediaFade, #contactFade {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fader {
  opacity: 0;
  transition: opacity 2s ease 0.5s;
}

.fader.visible {
  opacity: 1;
}

.mobile-ticker {
  padding: 25px 50px;
  border-bottom: 1px solid #f5f5f5;
}

.mobile-search {
  padding: 25px 50px;
}

.float-fix .stock-divider {
  display: none;
}

/********* Responsive Adjustments *********/
@media screen and (max-width: 1250px) {
  #hero {
    padding: 55px 80px;
  }

  #people-community .flexed-container #left,
#people-community .flexed-container #right {
    padding: 80px 80px 0px 80px;
  }
}
@media screen and (max-width: 1024px) {
  #hero {
    padding: 55px 18px;
  }

  .flexed-container {
    display: block;
  }

  #people-community .flexed-container #left,
#people-community .flexed-container #right,
#media-contact .flexed-container #left,
#media-contact .flexed-container #right {
    display: block;
    width: 100%;
    height: 350px;
    text-align: left;
    padding: 200px 80px 0px 18px;
  }
}
@media screen and (min-width: 769px) {
  .mobile-ticker, .mobile-search {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .stock-symbol-header,
.stock-divider {
    display: none;
  }

  #menu-button, header.open nav {
    right: 0px;
  }

  #menu-button {
    border: none;
  }

  .float-fix {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  #left div h2, #right div h2, #left div h2, #right div h2 {
    font-size: 35px;
    line-height: 35px;
  }
}