@charset "UTF-8";
/* ========== 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 *********/
.flex {
  display: flex;
  align-items: stretch;
}

.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;
}

.arrow-right::after {
  font-family: "Font Awesome 5 pro";
  content: "\f061";
  color: #FFF;
  margin-left: 15px;
  line-height: 28px;
  font-size: 14px;
}

.arrow-down::after {
  font-family: "Font Awesome 5 pro";
  content: "\f063";
  color: #FFF;
  margin-left: 15px;
  line-height: 28px;
  font-size: 14px;
}

.left-pad {
  padding-left: 130px;
}

.right-pad {
  padding-right: 130px;
}

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

/*--*/
@media screen and (max-width: 1450px) {
  .right-pad {
    padding-right: 45px;
  }
}
@media screen and (max-width: 1250px) {
  .left-pad {
    padding-left: 80px;
  }

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

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

.embedded-video {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  padding-bottom: 57.66%;
}

.embedded-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/********* HEADER *********/
.stock-symbol-header {
  color: #f3dd22;
  position: relative;
  float: right;
  right: -100px;
  top: 13px;
  font-size: 15px;
}

.stock-divider {
  margin-left: 20px;
  margin-right: 5px;
  color: #FFF;
}

#search {
  float: right;
  padding: 33px 0px 0px 75px;
  cursor: pointer;
  position: absolute;
  right: 53px;
  margin-top: -20px;
  width: 0px;
}

#search i {
  font-size: 15px;
  color: #FFF;
}

/********* 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;
  border-left: 1px solid #ffffff;
  padding-left: 18px;
}

#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: #FFF;
}

#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;
  }
}
/********* Banner *********/
#banner {
  height: 300px;
  background-image: url(../../../../_resources/banners/our-people-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  margin-top: 50px;
}

body.cat-our-people #banner {
  background-image: url(../../../../_resources/banners/our-people-banner.jpg);
}

body.cat-our-people.str-overview #banner {
  background-image: url(../../../../_resources/banners/Our-People-Overview.jpg);
}

body.cat-our-people.str-careers #banner {
  background-image: url(../../../../_resources/banners/Careers-banner.jpg);
}

body.cat-our-people.str-departments #banner {
  background-image: url(../../../../_resources/banners/Our-People-Departments-banner.jpg);
}

body.cat-our-people.str-occupational-health-and-safety #banner {
  background-image: url(../../../../_resources/banners/Our-People-OHS-banner.jpg);
}

body.cat-our-people.str-asanko-women-in-mining #banner {
  background-image: url(../../../../_resources/banners/Our-People-Women-in-Mining-banner.jpg);
}

body.cat-corporate #banner {
  background-image: url(../../../../_resources/banners/corporate-banner-v2.jpg);
}

body.cat-community #banner {
  background-image: url(../../../../_resources/banners/operations-banner.jpg);
}

body.cat-community #banner {
  background-image: url(../../../../_resources/banners/Community-banner.jpg);
}

body.str-video-and-photo-gallery #banner {
  background-image: url(../../../../_resources/banners/media-banner.jpg);
}

body.cat-contact #banner {
  background-image: url(../../../../_resources/banners/contact-banner-v3.jpg);
  background-position: top center;
}

h1.inner-hero {
  font-size: 80px;
  line-height: 72px;
  font-weight: 600;
  color: #FFF;
  position: relative;
  bottom: -70px;
}

@media screen and (max-width: 767px) {
  #banner h1.inner-hero {
    font-size: 48px;
    line-height: 48px;
  }
}
@media screen and (max-width: 500px) {
  body.cat-our-people.str-occupational-health-and-safety #banner {
    background-position: 70% center;
  }
}
/********* Content *********/
#content {
  min-height: calc(100vh - 561px);
  width: calc(100% - 350px);
  background-color: #F5F5F5;
  max-width: 940px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px 0;
  font-size: 18px;
  line-height: 26px;
}

#content a:not(.button) {
  color: var(--blue);
  text-decoration: underline;
  font-family: "lato", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
}

#content a:hover:not(.button) {
  opacity: 0.6;
}

#content table.styled, #content table {
  width: 100%;
}

#content div.overflow {
  width: 100%;
  overflow-x: auto;
}

#content div.overflow.show div.arrow {
  position: relative;
  height: 30px;
  width: 100%;
}

#content div.overflow.show div.arrow::after {
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: "\f07e";
}

main.flex {
  min-height: calc(100vh - 350px);
}

.str-search #content {
  padding: 50px 20px !important;
}

/*--*/
@media screen and (max-width: 1023px) {
  main.flex {
    display: block;
  }

  #content {
    width: 100%;
    padding: 50px 25px;
  }
}
/********* Sidebar *********/
#sidebar {
  width: 350px;
  background-color: var(--light-grey);
}

.sidebar-downloads {
  padding: 0px 50px 20px 50px;
}

.sidebar-downloads p {
  color: #231f20;
  border-top: 1px solid var(--blue);
  padding-top: 20px;
}

.sidebar-downloads div:first-of-type {
  padding-bottom: 15px;
}

.sidebar-downloads div:nth-of-type(2) {
  padding-top: 15px;
}

.sidebar-downloads div a {
  color: #231f20;
  transition: all ease-in-out 250ms;
}

.sidebar-downloads div a:hover {
  transition: all ease-in-out 250ms;
  opacity: 0.7;
}

.sidebar-downloads div i {
  margin-right: 15px;
  color: var(--gold);
}

.sidebar-nav {
  padding: 50px 50px 20px 50px;
}
.sidebar-nav nav ul:not(.sub_nav) {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.sidebar-nav nav ul:not(.sub_nav) li a {
  display: block;
  padding: 5px 0px;
  position: relative;
  color: #231f20;
}
.sidebar-nav nav ul:not(.sub_nav) li a:hover {
  opacity: 0.5;
}
.sidebar-nav nav ul:not(.sub_nav) li.active {
  position: relative;
}
.sidebar-nav nav ul:not(.sub_nav) li.active:before {
  font-family: Font Awesome\ 5 Pro;
  font-weight: 700;
  content: "\f2ec";
  font-size: 10px;
  transform: rotate(90deg);
  position: absolute;
  left: -30px;
  top: 5px;
  color: var(--gold);
}
.sidebar-nav nav ul:not(.sub_nav) li ul.sub_nav {
  list-style: none;
  padding-left: 20px;
}
.sidebar-nav nav ul:not(.sub_nav) li ul.sub_nav li {
  position: relative;
  color: #231f20;
}
.sidebar-nav nav ul:not(.sub_nav) li ul.sub_nav li a {
  display: block;
  padding: 5px 0px;
  position: relative;
  color: #231f20;
}
.sidebar-nav nav ul:not(.sub_nav) li ul.sub_nav li a:hover {
  opacity: 0.5;
}
.sidebar-nav nav ul:not(.sub_nav) li ul.sub_nav li.active {
  padding-left: 20px;
  position: relative;
}
.sidebar-nav nav ul:not(.sub_nav) li ul.sub_nav li.active:before {
  font-family: Font Awesome\ 5 Pro;
  font-weight: 700;
  content: "\f2ec";
  font-size: 10px;
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--gold);
}
.sidebar-nav nav ul:not(.sub_nav) li ul.sub_nav li > ul > li {
  margin-left: 20px;
}

/*--*/
@media screen and (max-width: 1450px) {
  #sidebar {
    width: 350px;
  }
}
@media screen and (max-width: 1023px) {
  #sidebar {
    width: 100%;
  }

  .sidebar-downloads {
    padding: 70px 25px;
  }

  .sidebar-nav {
    display: none;
  }
}
@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: var(--blue) !important;
  }

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

  .signup-container div {
    max-width: 380px;
  }

  .signup-container p {
    padding-right: 0;
    text-align: center;
    font-size: 20px;
  }

  .signup-container .signup-message.show {
    position: relative;
    text-align: center;
    margin-top: 30px;
    padding: 0;
  }

  div#Recaptcha2 {
    margin-left: -16px;
    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;
  }
}
/********* Inner News Listing *********/
.bordered {
  border: 1px solid #f3f0ef;
  padding: 40px 60px;
}

.inner-news-headers {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  border-bottom: 1px solid #f5f5f5;
}
.inner-news-headers div {
  font-size: 18px;
  line-height: 31px;
  padding: 20px 50px 20px 0;
}
.inner-news-headers div:nth-of-type(1) {
  width: 30%;
}
.inner-news-headers div:nth-of-type(2) {
  width: 60%;
}
.inner-news-headers div:nth-of-type(3) {
  width: 10%;
  padding: 20px 0px;
  text-align: right;
}

.inner-news-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.inner-news-listing div {
  font-size: 18px;
  line-height: 31px;
  padding: 20px 50px 20px 0;
  color: #231f20;
}
.inner-news-listing div:last-of-type {
  padding: 20px 0;
  text-align: right;
}

.inner-news-listing div a {
  color: #231f20 !important;
  transition: all ease-in-out 250ms;
}

.inner-news-listing div a:hover {
  opacity: 0.7 !important;
}

.inner-news-listing div a i {
  color: var(--blue) !important;
  transition: all ease-in-out 250ms;
  font-size: 23px;
}

.inner-news-listing div a i:hover {
  color: var(--dark-gold) !important;
}

.inner-news-date {
  width: 30%;
}

.inner-news-title {
  width: 60%;
}

.inner-news-icons {
  width: 10%;
}

@media screen and (max-width: 1000px) {
  .bordered {
    padding: 40px 80px;
  }
}
@media screen and (max-width: 880px) {
  .inner-news-headers {
    border-bottom: none;
  }
  .inner-news-headers div {
    display: none;
  }

  .inner-news-listing {
    display: block;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0;
  }
  .inner-news-listing div {
    width: 100%;
    padding: 5px 0;
  }
  .inner-news-listing div:last-of-type {
    text-align: left;
    padding: 5px 0;
  }

  .inner-news-date {
    width: 25%;
  }

  .inner-news-listing:last-of-type {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .str-news #content h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .bordered {
    padding: 40px;
  }
}
/********* Inner Event Listing *********/
.event-headers {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  border-bottom: 1px solid #f5f5f5;
}
.event-headers div {
  font-size: 15px;
  line-height: 25px;
  padding: 20px 50px 20px 0;
}
.event-headers div:nth-of-type(1) {
  width: 25%;
}
.event-headers div:nth-of-type(2) {
  width: 50%;
}
.event-headers div:nth-of-type(3) {
  width: 25%;
  padding: 20px 0px;
  text-align: right;
}

.event-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.event-listing div {
  font-size: 15px;
  line-height: 25px;
  padding: 20px 50px 20px 0;
  color: #231f20;
}
.event-listing div:last-of-type {
  padding: 20px 0;
  text-align: right;
}

.event-listing div a {
  color: #231f20 !important;
  transition: all ease-in-out 250ms;
}

.event-listing div a:hover {
  opacity: 0.7 !important;
}

.event-listing div a i {
  color: var(--dark-gold) !important;
  transition: all ease-in-out 250ms;
  font-size: 20px;
}

.event-listing div a i:hover {
  color: #231f20 !important;
}

.event-date {
  width: 25%;
}

.event-title {
  width: 50%;
}

.event-location {
  width: 25%;
}

@media screen and (max-width: 1000px) {
  .bordered {
    padding: 40px 80px;
  }
}
@media screen and (max-width: 880px) {
  .event-headers div:nth-of-type(1) {
    width: 25%;
  }

  .event-date {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .event-headers {
    display: none;
  }

  .event-listing {
    display: block;
    border-bottom: 1px solid #f5f5f5;
  }
  .event-listing div {
    width: 100%;
    padding: 5px 0;
  }
  .event-listing div:last-of-type {
    text-align: left;
    padding: 5px 0;
  }
}
@media screen and (max-width: 600px) {
  .bordered {
    padding: 40px;
  }
}
/********* Sign up *********/
#signup {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 45px;
}

#signup h2 {
  margin-bottom: 15px;
}

form.signup .error-tooltip {
  display: none;
  position: absolute;
  top: -60px;
  left: 0;
  padding: 10px 15px;
  font-size: 12px;
  background: #0071fd;
  width: 100%;
  max-width: 250px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  z-index: 1000;
  color: #ffffff;
}

form.signup .error-tooltip span {
  color: #FFFFFF;
}

form.signup .error-tooltip:before {
  content: " ";
  border-style: solid;
  border-width: 10px 12px 0px 12px;
  border-color: #0071fd transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 12px);
}

form.signup .textbox.show-tooltip .error-tooltip {
  display: inline-block;
  animation: tooltip 5s 1;
  -webkit-animation: tooltip 5s 1;
}

form.signup .recaptcha {
  margin-top: 0px;
  opacity: 0;
  height: 0px;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  transform-origin: top left;
}

form.signup .recaptcha.show {
  opacity: 1;
  height: 78px;
  pointer-events: all;
}

form.signup .recaptcha.error {
  height: 82px;
  border: red 2px solid;
  width: 308px;
  position: relative;
  margin-left: -20px;
}

.signup-submit button:focus {
  outline: none;
}

/* KEYFRAMES */
@-webkit-keyframes tooltip {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  20%, 90% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tooltip {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  20%, 90% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
  }
}
/*--*/
@media screen and (max-width: 1460px) {
  form.signup .recaptcha {
    transform: scale(0.625);
  }
}
@media screen and (max-width: 1100px) {
  form.signup .recaptcha {
    transform: scale(1);
  }
}
@media screen and (max-width: 500px) {
  #signup {
    padding-left: 20px;
  }
}
/********* News and Events *********/
#news-listing {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 45px;
}

#news-listing .news-item {
  border-bottom: 1px solid #A0A0A0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#news-listing .news-item:nth-of-type(3) {
  border: none;
}

#news-listing .news-date {
  color: #0071fd;
}

#news-listing .news-title a {
  color: #000000;
}

#news-listing .news-title a:hover {
  color: #0071fd;
  opacity: 1;
}

.str-news #news-date-stamp {
  color: #44464a;
}

@media screen and (max-width: 500px) {
  #news-listing {
    padding-left: 20px;
  }
}
/********* Contact Details *********/
.contact-container {
  display: flex;
}

.contact-container div {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .contact-container {
    display: block;
  }

  .contact-container div {
    width: 100%;
  }
}
/********* TABS *********/
.tabs {
  position: relative;
  margin-top: 90px;
  font-family: "jaf-facitweb", sans-serif;
}

.tabs {
  position: relative;
}

.tabs .tab_select select {
  background-color: #f3dd22;
  border: 0;
  color: #000;
  padding: 15px 50px;
  font-size: 18px;
  border-radius: 0;
  outline: 0;
}

.tabs .tab_select span {
  position: absolute;
  top: 10px;
  left: 110px;
  color: #000;
}

.tabs ul {
  list-style: none;
  position: absolute;
  top: -90px;
  left: -2px;
  padding: 0 60px;
}

.tabs ul li {
  display: inline-block;
  cursor: pointer;
  font-size: 18px !important;
  line-height: 50px !important;
  color: #333333 !important;
  padding: 0 25px;
  min-width: 97.3px;
  transition: all 0.15s ease-in-out;
  text-align: center;
}

.tabs ul li.active, .tabs ul li:hover {
  color: #FFF !important;
  background-color: var(--blue);
}

.tabs ul li:before {
  display: none !important;
}

.tabs ul li.has-sub:hover .sub-tabs {
  display: block;
}

.tabs ul li.has-sub {
  position: relative;
  padding: 0 25px;
}

.tabs ul li .sub-tabs {
  display: none;
  position: absolute;
  list-style: none;
  top: 50px;
  z-index: 1;
  width: 100%;
  left: 36px;
}

.tabs ul li .sub-tabs li {
  display: block;
  color: #333333 !important;
  background-color: #f3dd22;
  margin-bottom: 0 !important;
  text-align: center;
  transition: all 0.2s ease-in-out;
  position: relative;
  right: 96px;
}

.tabs ul li .sub-tabs li:hover, .tabs ul li .sub-tabs li.active {
  background-color: #333333;
  color: #FFF !important;
}

.tabs ul li .sub-tabs li:hover {
  color: #FFF !important;
}

.tabs .hold {
  display: none;
  position: relative;
}

.tabs .hold.active {
  display: block;
}

.tabs select {
  display: none !important;
}

.tab_select {
  position: absolute;
  right: 410px;
  top: -67px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .tabs {
    border: 0;
    padding: 0;
    margin-top: 0;
  }

  .tabs ul {
    display: none;
  }

  .tabs select {
    display: block !important;
    margin-bottom: 10px;
  }

  .tab_select {
    position: relative;
    right: 0;
    top: 0;
  }
}
/********* Team Members *********/
.team-member {
  border-bottom: 1px solid #ebebeb;
  padding: 40px 60px;
  margin-bottom: 20px;
}
.team-member div.team-text {
  overflow: hidden;
  min-height: 130px;
  height: 130px;
  position: relative;
}
.team-member .team-member-name {
  color: var(--blue) !important;
}
.team-member .team-member-name > a i {
  color: var(--blue);
  padding-left: 20px;
}
.team-member .team-member-name > a i:hover {
  transition: all ease-in-out 250ms;
  color: #231f20;
  opacity: 0.7;
}
.team-member .team-img {
  margin-right: 50px;
  float: left;
  display: block;
  height: 100%;
  min-height: 140px;
}
.team-member .team-img > img {
  width: 120px;
  height: auto;
}
.team-member h3,
.team-member h4,
.team-member .h4 {
  margin-bottom: 0;
}
.team-member .expand {
  color: var(--blue);
  font-weight: bold;
  font-size: 25px;
  line-height: 45px;
  cursor: pointer;
  transition: all ease-in-out 250ms;
  float: right;
}
.team-member .expand:hover {
  opacity: 0.7;
}

.team-member:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .team-member {
    padding: 40px 80px;
  }

  .team-member div.team-text {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .team-member {
    padding: 40px;
  }
}
/********* IE Bug Fixes *********/
select::-ms-expand {
  display: none;
}

/********* Firefox Bug Fixes *********/
select {
  -moz-appearance: none;
}

/********* Miscellaneous *********/
body.str-news #content {
  max-width: 941px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 50px;
}

body.str-news #content table {
  border-collapse: collapse;
}

body.str-news #content td {
  border-top: solid 1px #DBDBDB;
  border-right: solid 1px #DBDBDB;
  padding: 5px;
  border-style: collapse;
  font-size: 14px;
  line-height: 14px;
}

body.str-news #content td:first-of-type {
  border-left: solid 1px #DBDBDB;
}

body.str-news #content tr:last-of-type td {
  border-bottom: solid 1px #DBDBDB;
}

body.str-about-us hr {
  margin-bottom: 30px;
}

body.str-about-us h3 {
  line-height: 38px;
}

table.stock-table td {
  border: 0px;
}

table.stock-table td span {
  color: #999999;
}

body #content table.styled td {
  padding: 20px 75px 20px 0;
  background-color: #ffffff;
  border-top: 0px;
  border-left: 0px !important;
  border-right: 0px;
  border-bottom: 1px solid #F5F5F5;
  transition: all 0.25s ease-in-out;
  font-size: 18px;
  line-height: 31px;
}

body #content table.styled td:last-of-type {
  padding: 20px 0px 20px 0;
}

/*body #content table.styled tr:hover td {background-color: $almost-black; color: #ffffff;}*/
body #content table.styled td a {
  color: #44464a;
}

body #content table.styled td a i {
  color: #f3dd22;
  font-size: 23px;
}

body #content table.styled td a i:hover {
  color: #44464a;
  transition: all ease-in-out 250ms;
}

body #content table.styled tr:hover td a {
  text-decoration: underline;
  transition: all ease-in-out 250ms;
}

body #content table.styled tr:last-of-type td {
  border-bottom: 0px;
}

.pull-quote {
  width: 100%;
  background-color: #0071fd;
  color: #84acfa;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  padding: 100px 40px 60px calc(40% + 60px);
  margin: 60px auto;
  text-transform: uppercase;
  font-family: "sofia-pro", sans-serif;
}

.pull-quote span {
  color: #ffffff;
}

.pull-quote .bg {
  position: absolute;
  top: 0px;
  right: 60%;
  bottom: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pull-quote::before {
  content: "“";
  font-family: "sofia-pro", sans-serif;
  font-size: 200px;
  display: block;
  line-height: 40px;
  margin-bottom: -50px;
}

.pull-quote img {
  display: none;
}

.flexed-display {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.flexed-display a {
  font-family: "jaf-facitweb", sans-serif;
}

.presentation-title a {
  font-size: 15px;
  line-height: 25px;
  color: #333333 !important;
}
.presentation-title a:hover {
  transition: all ease-in-out 250ms;
  opacity: 0.7;
}

.presentation-pdf a {
  color: var(--blue) !important;
}
.presentation-pdf a:hover {
  transition: all ease-in-out 250ms;
  color: var(--dark-gold) !important;
  opacity: 0.7;
}

.str-search main #content {
  min-height: 475px;
}

.str-search main #content {
  max-width: 940px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 50px 0;
  font-size: 20px;
}

.str-search main #content [type=text] {
  border-style: solid;
  border: 1px solid #b5b5b5;
  height: 40px;
  padding: 0 10px;
}

.str-search main #content [type=text]:focus {
  outline: none;
}

.str-search main #content [type=submit] {
  padding: 10px 30px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  background-color: var(--dark-gold);
  color: #FFF;
  border: none;
}

.str-search main #content [type=submit]:hover {
  transition: all ease-in-out 250ms;
  opacity: 0.7;
}

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

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

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

.request-info-container {
  max-width: 752px;
  margin: 0 auto;
  padding: 80px 0;
}

.request-info-container p {
  text-align: center;
}

.spacer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.team-text::after {
  width: 100%;
  height: 60px;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 97%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}

.signup-container .signup-message {
  min-height: 85px;
}

.no-image .team-img {
  margin-right: 0;
  display: none !important;
}

/********* Responsive Adjustments *********/
@media screen and (max-width: 1400px) {
  #content {
    padding: 50px 50px 50px 80px;
  }
}
@media screen and (max-width: 1188px) {
  .accordion-body__contents {
    max-width: 100%;
    width: 100%;
    padding: 80px 130px;
  }
}
@media screen and (max-width: 1200px) {
  .tabs ul li {
    min-width: 75px;
  }

  .tabs ul li, .tabs ul li.has-sub {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1150px) {
  body #content table.styled td {
    padding: 15px;
  }
}
@media screen and (max-width: 650px) {
  .pull-quote {
    padding: 80px 20px 40px calc(40% + 20px);
  }
}
@media screen and (max-width: 450px) {
  .pull-quote {
    padding: 180px 20px 20px 20px;
  }

  .pull-quote .bg {
    top: 0px;
    right: 0px;
    bottom: initial;
    left: 0px;
    height: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .caret-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .accordion-header, .accordion-body__contents {
    padding: 40px;
  }

  body.str-news #content {
    padding: 20px;
  }

  .str-stock-information .bordered-table {
    padding: 40px;
  }

  .left-pad {
    padding-left: 0;
  }

  h1.inner-hero {
    max-width: 940px;
    padding: 0 25px;
  }

  #content {
    padding: 50px 25px;
    margin: unset;
  }
}
@media screen and (min-width: 769px) {
  .mobile-ticker, .mobile-search {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .accordion-header {
    padding: 40px;
  }

  .accordion-body__contents {
    padding: 40px;
  }

  .event-listing {
    padding: 20px 0;
  }

  .event-listing:nth-of-type(1) {
    padding-top: 0px !important;
  }

  .event-listing:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }

  .str-investors .bordered-table {
    padding: 40px;
  }

  .stock-symbol-header,
.stock-divider {
    display: none;
  }

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

  #menu-button {
    border: none;
  }

  .float-fix {
    display: none;
  }

  .str-financial-reports #content table.styled td,
.str-financial-reports #content table.styled td {
    display: block;
    padding: 5px 0;
    border-bottom: none;
  }

  .str-financial-reports #content table.styled tr td:first-of-type {
    padding: 10px 0 5px 0;
  }

  .str-financial-reports #content table.styled tr td:last-of-type {
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #F5F5F5;
  }

  .str-financial-reports #content table.styled tr:last-of-type td:last-of-type {
    border-bottom: none;
  }
}
@media screen and (max-width: 600px) {
  .accordion-header,
.accordion-body__contents {
    padding: 40px;
  }
}
@media screen and (max-width: 540px) {
  .str-investors .bordered-table tr td {
    display: block;
  }
}
@media screen and (max-width: 525px) {
  .str-stock-information .bordered-table {
    padding: 40px 20px;
  }

  .str-stock-information .stock-table {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .flexed-display {
    flex-direction: column;
  }
}
@media screen and (max-width: 425px) {
  .team-member {
    padding: 10px;
  }
}
@media screen and (max-width: 400px) {
  .str-stock-information .stock-table tr td {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .str-investors .bordered-table {
    padding: 20px;
  }
}
.media_list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 80px;
}
.media_list-wrapper .item {
  width: calc(50% - 9px);
  margin-bottom: 15px;
}
.media_list-wrapper .item .video-item__thumbnail {
  position: relative;
}
.media_list-wrapper .item .video-item__thumbnail::before {
  content: "\f144";
  font-family: "Font Awesome 5 Pro";
  font-size: 60px;
  color: #FFF;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  z-index: 10;
}
.media_list-wrapper .item .date {
  display: block;
  font-size: 15px;
  color: #231f20;
}
.media_list-wrapper .item .title {
  display: block;
  font-size: 15px;
  color: var(--blue);
  font-weight: 600;
}
.media_list-wrapper .item .title i {
  color: var(--gold);
  margin-right: 5px;
}

.video-item__thumbnail {
  position: relative;
}
.video-item__thumbnail::before {
  content: "\f144";
  font-family: "Font Awesome 5 Pro";
  font-size: 60px;
  color: #FFF;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .video-item__thumbnail::before {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .media_list-wrapper .item {
    width: 100%;
  }
}
/* Careers  */
#careers {
  padding: 50px 0px 150px 0px;
}
#careers .careers-wrapper {
  margin-top: 50px;
}
#careers .careers-wrapper .careers-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--light-grey);
  padding: 15px 20px;
  margin-bottom: 8px;
  font-weight: bold;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  #careers .careers-wrapper .careers-item {
    display: block;
  }
}
#careers .careers-wrapper .careers-item .careers-title {
  display: inline-block;
  font-size: 16px;
  padding: 4px 12px 4px 0px;
  width: 30%;
}
@media screen and (max-width: 600px) {
  #careers .careers-wrapper .careers-item .careers-title {
    width: 100%;
  }
}
#careers .careers-wrapper .careers-item .careers-tags {
  display: inline-block;
  margin-right: auto;
  max-width: 40%;
}
@media screen and (max-width: 600px) {
  #careers .careers-wrapper .careers-item .careers-tags {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}
#careers .careers-wrapper .careers-item .careers-tags .tag {
  text-transform: uppercase;
  padding: 4px 12px;
  background-color: rgba(35, 31, 32, 0.15);
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
  width: auto;
  text-align: left;
}
#careers .careers-wrapper .careers-item .button {
  text-transform: uppercase;
  padding: 8px 16px;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}
@media (max-width: 600px) {
  #careers .careers-wrapper .careers-item .button {
    margin-top: 15px;
  }
}
#careers .filter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #careers .filter-wrapper {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #careers .filter-wrapper {
    display: block;
  }
}
#careers .filter-wrapper h4 {
  margin-bottom: 0px;
}
#careers .filter-wrapper .select-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  /* Add custom down arrow */
}
#careers .filter-wrapper .select-wrapper > span {
  color: #231f20;
  font-family: "lato", sans-serif;
}
@media screen and (max-width: 1100px) {
  #careers .filter-wrapper .select-wrapper {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 10px;
  }
}
#careers .filter-wrapper .select-wrapper .custom-select-wrapper {
  position: relative;
  display: inline-block;
}
#careers .filter-wrapper .select-wrapper #filterSelect {
  width: 100%;
  padding: 8px 24px 8px 8px;
  border: 1px solid #231f20;
  border-radius: 4px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
}
#careers .filter-wrapper .select-wrapper .custom-select-wrapper::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 14px;
  color: #231f20;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}