@charset "UTF-8";
/* Compiled From public/scss/main.scss */
/** 
======= FONTS AVAILABLE ===========

"alternate-gothic-condensed-a":
- font-weight: 400 (normal)
- font-weight: 700 (normal)

"alternate-gothic-no-1-d":
- font-weight: 400 (normal)

"lato":
- font-weight: 400 (normal / italic)
- font-weight: 500 (normal / italic)
- font-weight: 700 (normal / italic)

====================================
Old:

$th-red: #570113;
$th-gold: #a19136;
$th-grey: #42535d;

*/
html main.talenthub {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

html.wf-active .lds-ring {
  display: none;
}
html.wf-active main.talenthub {
  opacity: 1;
}

main.talenthub {
  font-family: "lato", san-serif;
}
main.talenthub h1,
main.talenthub h2,
main.talenthub h3,
main.talenthub h4,
main.talenthub h5,
main.talenthub h6 {
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 400;
}
main.talenthub .headersection .mast {
  margin: 40px 0;
}
main.talenthub .headersection .mast div {
  padding: 0;
}
main.talenthub .headersection a {
  font-weight: 400;
  font-family: "alternate-gothic-condensed-a", "proxima-nova-condensed", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #020000;
  text-transform: uppercase;
  font-size: 20px;
}
main.talenthub .headersection .nav {
  text-align: right;
}
main.talenthub .headersection .nav ul {
  display: inline;
}
main.talenthub .headersection .nav ul li {
  display: inline;
  margin-right: 20px;
}
main.talenthub .headersection .nav ul li:last-child {
  margin-right: 0;
}
main.talenthub .headersection .navdownloadlink svg {
  vertical-align: baseline;
  margin-right: 10px;
  height: 16px;
}
main.talenthub .cta-heading-right {
  text-align: right;
}
@media (max-width: 576px) {
  main.talenthub .cta-heading-right {
    text-align: left;
  }
}
main.talenthub .pagesection {
  padding-top: 40px;
}
main.talenthub .pagesection .contentsplit {
  margin-bottom: 1em;
}
main.talenthub .pagesection .thpagetitle {
  /*Font is something that needs change for these and navigation but it is adobe paid font*/
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 400;
  line-height: 45px;
  font-size: 40px;
  letter-spacing: 2px;
  color: #0D3B70;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 574px) {
  main.talenthub .pagesection .thpagetitle {
    margin-bottom: 0.65em;
  }
}
@media (max-width: 380px) {
  main.talenthub .pagesection .thpagetitle {
    text-align: center;
  }
}
main.talenthub .pagesection .black,
main.talenthub .pagesection .black a {
  color: #020000;
}
main.talenthub .pagesection .featurejobsitems {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.talenthub .pagesection .featurejobsitems .item_featured_job {
  border-right: solid 2px #ff843e;
  padding: 20px 5px;
  flex: 1 1 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.talenthub .pagesection .featurejobsitems .item_featured_job:last-child {
  border-right: none;
}
main.talenthub .pagesection .featurejobsitems .item_featured_job .item_title {
  font-family: "alternate-gothic-condensed-a";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
  color: #42535d;
}
main.talenthub .pagesection .featurejobsitems .item_featured_job .item_title a.black {
  color: #42535d;
}
main.talenthub .pagesection .featurejobsitems .item_featured_job .item_location {
  font-family: "alternate-gothic-condensed-a";
  font-size: 16px;
}
main.talenthub .pagesection .item_job,
main.talenthub .pagesection .item_candidate,
main.talenthub .pagesection .item_post {
  margin-bottom: 40px;
}
main.talenthub .pagesection .item_job svg,
main.talenthub .pagesection .item_candidate svg,
main.talenthub .pagesection .item_post svg {
  display: none;
}
main.talenthub .pagesection .item_job .item_title,
main.talenthub .pagesection .item_candidate .item_title,
main.talenthub .pagesection .item_post .item_title {
  font-size: 25px;
  font-family: "lato";
  margin-bottom: 10px;
  line-height: 30px;
}
main.talenthub .pagesection .item_job .item_title a,
main.talenthub .pagesection .item_candidate .item_title a,
main.talenthub .pagesection .item_post .item_title a {
  font-family: "lato";
  font-weight: bold;
}
main.talenthub .pagesection .item_job .item_summary,
main.talenthub .pagesection .item_candidate .item_summary,
main.talenthub .pagesection .item_post .item_summary {
  margin-top: 12px;
  color: #747171;
  font-size: 20px;
  line-height: 25px;
}
main.talenthub .pagesection .item_job .item_company,
main.talenthub .pagesection .item_job .item_location,
main.talenthub .pagesection .item_candidate .item_company,
main.talenthub .pagesection .item_candidate .item_location,
main.talenthub .pagesection .item_post .item_company,
main.talenthub .pagesection .item_post .item_location {
  color: #020000;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 25px;
}
main.talenthub .pagesection .item_job .item_daysago,
main.talenthub .pagesection .item_job .item_view_full_profile,
main.talenthub .pagesection .item_job .item_view_full_profile a,
main.talenthub .pagesection .item_job .item_read_more,
main.talenthub .pagesection .item_job .item_read_more a,
main.talenthub .pagesection .item_candidate .item_daysago,
main.talenthub .pagesection .item_candidate .item_view_full_profile,
main.talenthub .pagesection .item_candidate .item_view_full_profile a,
main.talenthub .pagesection .item_candidate .item_read_more,
main.talenthub .pagesection .item_candidate .item_read_more a,
main.talenthub .pagesection .item_post .item_daysago,
main.talenthub .pagesection .item_post .item_view_full_profile,
main.talenthub .pagesection .item_post .item_view_full_profile a,
main.talenthub .pagesection .item_post .item_read_more,
main.talenthub .pagesection .item_post .item_read_more a {
  color: #ff843e;
  text-transform: uppercase;
  font-size: 15px;
}
main.talenthub .pagesection .item_job .item_view_full_profile a,
main.talenthub .pagesection .item_job .item_read_more a,
main.talenthub .pagesection .item_candidate .item_view_full_profile a,
main.talenthub .pagesection .item_candidate .item_read_more a,
main.talenthub .pagesection .item_post .item_view_full_profile a,
main.talenthub .pagesection .item_post .item_read_more a {
  text-decoration: underline;
}
main.talenthub .pagesection .item_candidate h2.item_title a {
  color: #42535d;
  font-weight: 500;
}
main.talenthub .pagesection .thborder_top {
  border-top: solid 35px #cccfd1;
}
main.talenthub .pagesection .featurejobssection {
  margin-bottom: 40px;
}
main.talenthub .pagesection .home_candidates_section {
  border-left: solid 1px #cccfd1;
  border-bottom: solid 1px #cccfd1;
  padding-left: 40px;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
main.talenthub .pagesection .listofjobs {
  margin-top: 50px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  main.talenthub .pagesection .listofjobs .row:first-child {
    padding-bottom: 30px;
  }
}
main.talenthub .pagesection .readingssection {
  padding: 20px 40px;
  border-top: solid 35px #0D3B70;
  border-left: solid 1px #42535d;
  border-right: solid 1px #42535d;
  border-bottom: solid 1px #42535d;
  margin: 40px 0 75px;
}
@media (min-width: 576px) {
  main.talenthub .pagesection .thad > div {
    text-align: center;
  }
}
main.talenthub .pagesection .thmore {
  text-transform: uppercase;
  display: block;
  text-align: right;
  vertical-align: middle;
  color: #42535d;
}
main.talenthub .pagesection .thmore svg {
  margin-left: 10px;
  vertical-align: middle;
}
main.talenthub .pagesection .text-right {
  text-align: right;
}
main.talenthub .pagesection .text-center {
  text-align: center;
}
main.talenthub .pagesection .gform_body a {
  color: #ff843e;
}
main.talenthub .pagesection .gform_body h3 {
  font-family: "lato", sans-serif;
  font-weight: bold;
}
main.talenthub .pagesection .btn-light {
  font-family: "alternate-gothic-condensed-a", sans-serif;
  border: solid 2px #707070;
  color: #707070;
  line-height: 25px;
  letter-spacing: 1px;
  font-size: 20px;
  padding: 10px;
  min-width: 100px;
  text-transform: uppercase;
  padding-top: 10px !important;
}
main.talenthub .pagesection .btn-light:hover {
  background-color: #e5e5e5;
  color: #000;
  border-color: #000;
}
main.talenthub .marginbottom0 {
  margin-bottom: 0 !important;
}
main.talenthub .marginbottom50 {
  margin-bottom: 50px;
}
main.talenthub .infotextsection {
  padding: 2em 0;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
main.talenthub .infotextsection a {
  color: #ff843e;
}
main.talenthub.jobsarchive .pagesection .contentsplit, main.talenthub.jobssingle .pagesection .contentsplit {
  margin-bottom: 40px;
}
main.talenthub.jobsarchive .pagesection .listofjobs, main.talenthub.jobssingle .pagesection .listofjobs {
  max-height: 1150px;
  overflow: hidden;
  overflow-y: scroll;
}
main.talenthub.jobsarchive .pagesection .listofjobs .item_job, main.talenthub.jobssingle .pagesection .listofjobs .item_job {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}
main.talenthub.jobsarchive .pagesection .listofjobs .item_job svg, main.talenthub.jobssingle .pagesection .listofjobs .item_job svg {
  float: right;
  margin-top: -10px;
  display: block;
}
main.talenthub.jobsarchive .pagesection .jobcontent, main.talenthub.jobssingle .pagesection .jobcontent {
  max-height: 1150px;
  overflow: hidden;
  overflow-y: auto;
  padding-left: 30px;
}
main.talenthub.jobsarchive .jobdetails, main.talenthub.jobssingle .jobdetails {
  max-height: none;
  overflow-y: auto;
}
main.talenthub.jobsarchive .jobdetails .item_job, main.talenthub.jobssingle .jobdetails .item_job {
  padding-top: 20px;
}
main.talenthub.jobsarchive .jobdetails .item_job h2.item_title a, main.talenthub.jobssingle .jobdetails .item_job h2.item_title a {
  color: #42535d;
  font-weight: 500;
}
main.talenthub.jobsarchive .jobdetails .item_job h5, main.talenthub.jobssingle .jobdetails .item_job h5 {
  font-family: "lato", sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: #000;
  margin-top: 30px;
  margin-bottom: 15px;
}
main.talenthub.jobsarchive .pagesection .listofjobs .item_job:first-child {
  background-color: #e0e0e0;
}
@media (max-width: 1200px) {
  main.talenthub.jobsarchive .pagesection .listofjobs {
    max-height: none;
    overflow-y: auto;
    padding-right: 10px;
  }
  main.talenthub.jobsarchive .pagesection .listofjobs .item_job {
    padding-left: 0;
    padding-right: 0;
  }
  main.talenthub.jobsarchive .pagesection .listofjobs .item_job:first-child {
    background-color: transparent;
  }
}
@media (max-width: 1200px) {
  main.talenthub.jobsarchive .pagesection .jobdetails {
    display: none;
  }
}
main.talenthub.quickreadspage .item_post {
  margin-bottom: 10px;
  padding: 20px 0;
  border-bottom: solid 1px #e0e0e0;
  display: flex;
  align-items: center;
}
main.talenthub.quickreadspage .item_post .list_thumbnail {
  margin-bottom: 20px;
}
main.talenthub.quickreadspage .quickreadspagination {
  text-align: center;
  font-size: 20px;
  margin: 40px 0;
}
main.talenthub.quickreadspage .quickreadspagination a {
  color: #ff843e;
  margin: 0 0 0 10px;
}
main.talenthub.jobssingle .pagesection .listofjobs .item_job.selectedjob {
  background-color: #e0e0e0;
}
@media (max-width: 1200px) {
  main.talenthub.jobssingle .pagesection .listofjobs {
    display: none;
  }
}
main.talenthub.jobssingle .pagesection .jobdetails {
  max-height: none;
  overflow-y: auto;
}
@media (max-width: 1200px) {
  main.talenthub.jobssingle .pagesection .jobdetails .jobcontent {
    padding-left: 0;
  }
  main.talenthub.jobssingle .pagesection .jobdetails .jobcontent .row:first-child {
    padding-bottom: 30px;
  }
}
main.talenthub.formprofilepage .titlesection {
  background-color: #0D3B70;
  color: #fff;
  padding: 30px;
  width: 100%;
  margin: auto;
}
main.talenthub.formprofilepage .titlesection h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: "alternate-gothic-condensed-a", sans-serif;
  color: #fff;
  font-size: 45px;
}
main.talenthub.formprofilepage .formsection {
  padding: 40px;
  border: solid 1px #42535d;
  width: 100%;
  margin: auto;
}
main.talenthub.formprofilepage .formsection h3 {
  font-size: 25px;
  margin-top: 40px;
}
main.talenthub.formprofilepage .formsection h3:first-child {
  margin-top: 0;
}
main.talenthub.formprofilepage .formsection .styledFormContainer {
  border: none;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
main.talenthub.formprofilepage .formsection .styledFormContainer .wpcf7-textarea {
  margin-top: 40px;
  background-color: #e7e8ea !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 1200px) {
  main.talenthub.formprofilepage .formsection .styledFormContainer .wpcf7-textarea {
    margin-top: 20px;
  }
}
main.talenthub.formprofilepage .formsection .styledFormContainer .btn.disabled,
main.talenthub.formprofilepage .formsection .styledFormContainer .btn:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}
main.talenthub.formprofilepage .formsection .styledFormContainer .wpcf7-submit.btn-light {
  background-color: transparent !important;
  width: auto;
  font-family: "alternate-gothic-condensed-a", sans-serif !important;
  border: solid 2px #707070 !important;
  color: #707070 !important;
  line-height: 25px;
  letter-spacing: 1px;
  font-size: 20px;
  padding: 20px;
  min-width: 150px;
  text-transform: uppercase;
  padding-top: 10px !important;
}
@media (max-width: 1200px) {
  main.talenthub.formprofilepage .formsection {
    padding: 10px !important;
  }
}

/**
  * * * Loading icon
  */
.th-loader {
  position: fixed;
  z-index: -999;
  text-align: center;
  width: 100%;
  top: 300px;
}
.th-loader .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.th-loader .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #cccfd1;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #cccfd1 transparent transparent transparent;
}
.th-loader .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.th-loader .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.th-loader .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  /**************************\
    Basic Modal Styles
  \**************************/
  /**************************\
    Demo Animation Style
  \**************************/
}
body .th-micromodal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
body .th-micromodal .modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 800px;
  max-height: 90vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0 30px;
}
body .th-micromodal .modal__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 10;
}
body .th-micromodal .modal__title {
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}
body .th-micromodal .modal__close {
  background: transparent;
  border: 0;
}
body .th-micromodal .modal__header .modal__close:before {
  content: "✕";
}
body .th-micromodal .modal__content {
  margin-top: 0.2rem;
  margin-bottom: 2rem;
}
body .th-micromodal .modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
body .th-micromodal .modal__btn:focus,
body .th-micromodal .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
body .micromodal-slide {
  display: none;
}
body .micromodal-slide.is-open {
  display: block;
}
body .micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
body .micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
body .micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
body .micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
body .micromodal-slide .modal__container,
body .micromodal-slide .modal__overlay {
  will-change: transform;
}
body main.talenthub {
  color: #42535d;
}
body main.talenthub .intro p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 45px;
}
body main.talenthub .candidates-wrapper {
  padding: 50px;
  border: 1px solid #cccfd1;
  border-top: 35px solid #cccfd1;
  margin-bottom: 50px;
}
body main.talenthub .candidates-wrapper .candidates-header {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}
body main.talenthub .candidates-wrapper .candidates-header h1 {
  margin: 0;
}
body main.talenthub .candidates-wrapper .candidates-header > h1, body main.talenthub .candidates-wrapper .candidates-header > div {
  flex: 0 0 50%;
}
body main.talenthub .candidates-wrapper .candidates-header > div {
  text-align: right;
}
body main.talenthub .candidates-wrapper .candidates-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
body main.talenthub .candidates-wrapper .candidates-listing .candidates-item {
  flex: 1 1 50%;
  margin-top: 30px;
  font-size: 15px;
  line-height: 25px;
}
body main.talenthub .candidates-wrapper .candidates-listing .candidates-item > div a {
  color: #ff843e;
  text-decoration: underline;
}
body main.talenthub .candidates-wrapper .candidates-listing .candidates-item > div:nth-of-type(1) {
  font-size: 25px;
  line-height: 30px;
}
body main.talenthub .candidates-wrapper .candidates-listing .candidates-item > div:nth-of-type(1) a {
  color: #42535d;
  text-decoration: none;
}
body main.talenthub .candidates-wrapper .candidates-listing .candidates-item > div {
  margin-bottom: 5px;
}
body main.talenthub .candidates-wrapper .candidates-listing .candidates-item .loc {
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  body main.talenthub .candidates-wrapper .candidates-listing .candidates-item {
    flex: 1 1 100%;
  }
}
body .th-micromodal.modalcandidate .modal__overlay {
  z-index: 9;
}
body .th-micromodal.modalcandidate .modal__container {
  padding: 47px;
  border-radius: 0;
}
body .th-micromodal.modalcandidate .modal__container main {
  margin: 0;
}
body .th-micromodal.modalcandidate .modal__container .modal__header {
  background-color: #0D3B70;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  justify-content: center;
  line-height: 1;
}
body .th-micromodal.modalcandidate .modal__container .modal__header h2 {
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 400;
  font-size: 45px;
  letter-spacing: 2px;
}
body .th-micromodal.modalcandidate .modal__container .modal__content {
  padding: 70px;
  font-family: "lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #707070;
  /* 
  .wp-block-button__link::after {
    content: "\203A";
    padding-left: 5px;
    transition: padding 0.3s linear;
  } */
}
body .th-micromodal.modalcandidate .modal__container .modal__content h1,
body .th-micromodal.modalcandidate .modal__container .modal__content h2,
body .th-micromodal.modalcandidate .modal__container .modal__content h3,
body .th-micromodal.modalcandidate .modal__container .modal__content h4,
body .th-micromodal.modalcandidate .modal__container .modal__content h5,
body .th-micromodal.modalcandidate .modal__container .modal__content h6 {
  font-family: "lato", sans-serif;
}
body .th-micromodal.modalcandidate .modal__container .modal__content h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
}
body .th-micromodal.modalcandidate .modal__container .modal__content h3.modal__title {
  color: #42535d;
}
body .th-micromodal.modalcandidate .modal__container .modal__content h4 {
  margin-top: 30px;
  font-size: 25px;
  line-height: 30px;
}
body .th-micromodal.modalcandidate .modal__container .modal__content h5 {
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
}
body .th-micromodal.modalcandidate .modal__container .modal__content .loc {
  font-size: 15px;
  margin-bottom: 20px;
}
body .th-micromodal.modalcandidate .modal__container .modal__content .wp-block-talenthub-candidatedetails {
  font-size: 15px;
}
body .th-micromodal.modalcandidate .modal__container .modal__content .candidate-cta {
  margin-top: 50px;
}
body .th-micromodal.modalcandidate .modal__container .modal__content .wp-block-button__link {
  background-color: transparent;
  border-radius: 0;
  font-family: "alternate-gothic-condensed-a";
  color: #707070;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 20px;
  border: #707070 2px solid;
  font-weight: 600;
  padding: 20px 34px;
  text-decoration: none;
}
body .th-micromodal.modalcandidate .modal__container .modal__content .wp-block-button__link:hover {
  color: #000;
  border-color: #000;
  background-color: #ebebeb;
}
body .th-micromodal.modalcandidate .modal__container .modal__content .wp-block-button.alignleft {
  float: none;
}
@media (max-width: 1200px) {
  body .th-micromodal.modalcandidate .modal__container {
    padding: 0;
  }
  body .th-micromodal.modalcandidate .modal__container .modal__content {
    padding: 10px;
  }
}

/*Modal definitions*/
#postyourprofile .modal-content {
  border-radius: 0;
}
#postyourprofile .modal-content .modal-header {
  background-color: #0D3B70;
  border-radius: 0;
}
#postyourprofile .modal-content .modal-header .modal-title {
  font-weight: 400;
  font-family: "alternate-gothic-condensed-a", "proxima-nova-condensed", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 45px;
}
#postyourprofile .modal-content .modal-footer {
  border-radius: 0;
}

body.page-template-talenthub-about main.talenthub .pagesection h2 {
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 2px;
  color: #0D3B70;
  margin-top: 40px;
  margin-bottom: 40px;
}
body.page-template-talenthub-about main.talenthub .pagesection p {
  color: #302f2f;
}
body.page-template-talenthub-about main.talenthub .pagesection p a {
  color: #ff843e;
}

.org-logo-img {
  max-width: 350px;
  height: auto;
}

/*# sourceMappingURL=ragan-talent-hub-public.css.map */
