@font-face {
    font-family: 'Gotham-book';
    src: url('https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/308480e546e4856d4eb3cc73b9cd88e4/cedbed6cd64bf08e53ca64064ec41946/OpenType/Gotham-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;  
}
@font-face {
    font-family: 'GothamRnd-Book';
    src: url('https://dfacxoaxr5wom.cloudfront.net/308480e546e4856d4eb3cc73b9cd88e4/5c15f9739e57c1be66e269a0a130b48c/Gotham_font/GothamRnd-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;  
}

@font-face {
    font-family: 'Gotham-bold';
    src: url('https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/308480e546e4856d4eb3cc73b9cd88e4/cedbed6cd64bf08e53ca64064ec41946/OpenType/Gotham-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    
}
@font-face {
    font-family: 'Gotham Medium';
    src: url('https://dfacxoaxr5wom.cloudfront.net/308480e546e4856d4eb3cc73b9cd88e4/cedbed6cd64bf08e53ca64064ec41946/OpenType/Gotham-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    
}
@font-face {
    font-family: 'GothamRnd-Medium';
    src: url('  https://dfacxoaxr5wom.cloudfront.net/308480e546e4856d4eb3cc73b9cd88e4/5c15f9739e57c1be66e269a0a130b48c/Gotham_font/GothamRnd-Medium.otf') format('opentype');
    font-weight: 400;
    font-style: normal;  
}

/* Fonts on 22 August */
@font-face {
    font-family: 'GothamRndSSm-Book_Web';
    src: url('https://dfacxoaxr5wom.cloudfront.net/308480e546e4856d4eb3cc73b9cd88e4/5c15f9739e57c1be66e269a0a130b48c/Fonts%2022%20Aug/woff_GothamRndSSm-Book_Web.woff') format("woff"), url('https://dfacxoaxr5wom.cloudfront.net/308480e546e4856d4eb3cc73b9cd88e4/5c15f9739e57c1be66e269a0a130b48c/Fonts%2022%20Aug/woff2_GothamRndSSm-Book_Web.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;  
}
@font-face {
    font-family: 'GothamRndSSm-Medium_Web';
    src: url('https://dfacxoaxr5wom.cloudfront.net/308480e546e4856d4eb3cc73b9cd88e4/5c15f9739e57c1be66e269a0a130b48c/Fonts%2022%20Aug/woff_GothamRndSSm-Medium_Web.woff') format("woff"), url('https://dfacxoaxr5wom.cloudfront.net/308480e546e4856d4eb3cc73b9cd88e4/5c15f9739e57c1be66e269a0a130b48c/Fonts%2022%20Aug/woff2_GothamRndSSm-Medium_Web.woff2') format("woff2");
    font-weight: 500;
    font-style: normal;  
}
:root {
  /* Colors */
  --primary-color: #004C97; 
  --secondary-color: #6c757d;
  --secondary-color-2: #FFB81C;
  --dark-color: #333333; 
  --light-color: #ffffff; 
  --input-border-colour:#c9c9c9;
  --primary-blue-color:#004C97;

  /* Other variables */
  --border-radius: 5px;
  --box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  --padding: 10px 20px;
  --button-border-radius: 16px;
   --img-border-radius:35px;

  /* Cards */
  --card-background-colour:#ffffff;
  --card-border-colour:#c9c9c9;
  --card-padding:30px 30px;
  
  /* Fonts */
  --font-family-body: 'GothamRndSSm-Book_Web', Helvetica, Arial, sans-serif;
  --font-family-heading: 'GothamRndSSm-Medium_Web', Helvetica, Arial, sans-serif;  

  /* Search page columns Job Search cards layout, change 100% for 1 job, 33% for 3, 25% for 4 */
  --card-columns:33%;
  --filter-columns:25%;
}

/*** Global Theme ***/
body {
  background:#fff;
  font-size: 14px;
  line-height: 1.428571429;
  color: var(--dark-color);
  background-color: #fff;
  font-family:var(--font-family-body);
  font-weight:400;
  overflow-x:hidden;
  
}
p,ul {
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 10px;
}

/** Typography **/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height:1.1;
  font-family:var(--font-family-heading);
  font-weight:500;
  
}
.h1, h1 {
  font-size:54px;
}
.h2, h2 {
  font-size:32px;
  line-height: 1.1;
}
.h3, h3 {
    font-size:22px;
    line-height: 1.3;
}
.h4, h4 {
    font-size:18px;
}
.h5, h5 {
    font-size:14px;
}
.h6, h6 {
    font-size:12px;
}
/*a, a:visited {
    color: var(--primary-color);
}
a:hover {
    color: var(--primary-color);
}*/

/** Navigation **/
.top-nav {
    background: #0E4D96;
}
.top-nav .nav-link .blue-nav-link
{
   color: var(--light-color) !important;
}
.nav-item {
  margin:0px;
}
.nav-link {
    color: var(--primary-blue-color) !important;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px !important;
}
@media (max-width: 1599px) 
{
   padding: 38px 15px;
}
@media (min-width: 1600px) 
{
   padding: 38px 30px
}

.blue-nav-link {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 16px !important;
}
/* Logos */
.navbar-brand-logo {
    width: 100%;
    max-width: 155px;
}
.footer-brand-logo {
    width: 100%;
    max-width: 122px;
}

/*** Buttons ***/
.btn, button, a.button {
    font-weight: 600;
    font-family: inherit;
    text-transform: inherit;
    line-height: 1.5;
    padding: var(--padding);
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -o-transition: background .25s linear;
    transition: background .25s linear;
    border-radius: var(--button-border-radius);
    font-size: 15px;
    text-transform:inherit;
}
.btn-primary,.btn-light {
  background:var(--primary-color);
  color:var(--light-color);
  border:1px solid var(--primary-color);
}
.btn-primary:hover,.btn-light:hover
.btn-primary:active,
.btn-primary:focus{
  background:var(--secondary-color);
  color:var(--light-color);
  border:1px solid var(--secondary-color);
}
.btn-success {
  background:var(--secondary-color);
  color:var(--light-color);
  border:1px solid var(--secondary-color);
}
.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
  background:var(--primary-color);
  color:var(--light-color);
  border:1px solid var(--primary-color);
}
.btn-info {
  background:var(--primary-color);
  color:var(--light-color);
  border:1px solid var(--primary-color);
}
.btn-info:hover,
.bbtn-info:visited,
.btn-info:active,
.btn-info:focus{
  background:var(--secondary-color);
  color:var(--light-color);
  border:1px solid var(--secondary-color);
}
.btn-nav-secondary {
   /* background: #FCB619;
    color: #0E4D96 !important;
    border: 1px solid #FCB619;*/
    background: #FCB619;
    color: #FFFFFF !important;
    border: none;
    background: linear-gradient(to left, #004C97 50%, #FCB619 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    overflow: hidden;
    transition: all .3s;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
   line-height:1.6;
}
 .btn-nav-secondary:hover {
    /* background: #FCB619;
    color: #0E4D96 !important;
    border: 1px solid #FCB619;*/
    background-position: left bottom;
   color:#0E4D96 !important;
}
.btn-nav-primary,.job_alert_cta .btn-primary
{
    background: #004C97;
    color: #0E4D96 !important;
    border: none;
    background: linear-gradient(to left, #FCB619 50%, #004C97 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    overflow: hidden;
    transition: all .3s;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
   line-height:1.6;
}
.btn-nav-primary:hover,.job_alert_cta .btn-primary:hover
{
   background-position: left bottom;
   color:#FFFFFF !important;
}

/*.btn-nav-secondary, .btn-nav-secondary:visited {
    background: #0E4D96;
    color: #ffffff !important;
    border: 1px solid #0E4D96;
}

.btn-nav-secondary:hover {
    background: #0E4D96;
    color: #ffffff !important;
    border: 1px solid #0E4D96;
}*/
/* custom buttons */
a.button.button1 {
  background:var(--secondary-color-2);
  color:var(--primary-color);
  border:1px solid var(--secondary-color-2);
  border-radius: var(--button-border-radius);
}
a.button.button1:hover {
  background:var(--light-color);
  color:var(--primary-color-color-2);
  border:1px solid var(--secondary-color-2);
  filter: brightness(120%);
}
a.button.button2 {
  background:var(--primary-color);
  color:var(--light-color);
  border:1px solid var(--primary-color);
  border-radius: var(--button-border-radius);
}
a.button.button2:hover {
  background:var(--light-color);
  color:var(--primary-color);
  border:1px solid var(--primary-color);
}
a.button.button3 {
  background:var(--light-color);
  color:var(--primary-color);
  border:1px solid var(--light-color);
  border-radius: var(--button-border-radius);
}
a.button.button3:hover {
  background:var(--primary-color);
  color:var(--light-color);
  border:1px solid var(--primary-color);
  border-radius: var(--button-border-radius);
  filter: brightness(120%);
}
a.button.button4 {
    color: #000000;
    border: 0;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
}

/* Input group fix */
.input-group input, .input-group-btn button {
    height: auto !important;
    padding: var(--padding) !important;
}

/** Job Search page **/
/* Job Search table */

/* Job Search cards */
@media (min-width: 992px) {
  .job-search-results-card-col {
    flex: 0 0 var(--card-columns);
    max-width: var(--card-columns);
  }
}
@media (min-width: 768px) {
.job-search-results-dropdown-filter-col {
    flex: 0 0 var(--filter-columns);
    max-width: var(--filter-columns);
  }
}
.card {
    border: 1px solid #444444;
    border-radius: var(--border-radius);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 6px;
}
/** Job Search page filters / inputs */
.block-job-search-results .job-search-results .job-search-filter-groups {
    width: 100%;
}
.job-search-control input {
    border-radius: var(--border-radius) !important;
    border: 1px solid var(--input-border-colour);
}
.job-search-dropdown-filters select {
    padding: 10px 10px;
    margin-bottom: 6px;
    border-radius: var(--border-radius);
    border: 1px solid var(--input-border-colour);
}
.badge {
    background-color: var(--primary-color) !important;
    border-radius: var(--border-radius);
    color: var(--light-color);
}
.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--light-color);
}
.page-link {
    color: var(--primary-color);
}
@media only screen and (max-width: 576px) {
	.pagination li:not(:first-child):not(:last-child) {
		display: none;
	}
}

/** Job Advert **/
/* Side panels */
.side-panel {
    box-shadow: 0 5px 9px 0 rgb(0 0 0 / 10%);
    padding: 40px 25px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.side-panel-pink {
    box-shadow: 0 5px 9px 0 rgb(0 0 0 / 10%);
    padding: 40px 25px;
    margin-bottom: 20px;
    border-radius: 6px;
    background: #fff0d7;
}

.side-panel .job-title .side-panel-pink {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}
.side-panel .job-field .side-panel-pink {
    color: #484848;
    font-size: 14px;
    font-weight: 600;
}
.side-panel .side-panel-pink h3 {
    font-size: 24px;
}
.side-panel .job-summary .side-panel-pink {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.2;
}
/* Employee Referral Link */

/** CTAs **/


/* Cards */
.card {
    border: 1px solid var(--card-border-colour);
    border-radius: var(--border-radius);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 6px;
    background: var(--card-background-colour);
    padding:var(--card-padding);
}
.card-body {
    padding: 0px;
}
.card-footer {
    background: var(--card-background-colour);
    border-top: 0px;
    padding: 10px 0px;
}
/* Carousel */
.carousel-caption {
    position: relative;
    right: 0 !important;
    bottom: 1.25rem;
    left: 0 !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}      
.carousel-control-prev-icon, .carousel-control-next-icon {
   display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 51% 50%;
    border-radius: 2rem;
    background-color: #FFF;
    padding: 1.5rem;
}
.carousel-item-caption-header {
    text-shadow: none !important;
    color: var(--dark-color) !important;
}
.carousel-item-caption-detail * {
    text-shadow: none !important;
   /* color: var(--dark-color) !important;*/
}

@media (min-width: 768px) {
	.carousel-control-prev, .carousel-control-next {
		width: 5%;
	}
}

/** Video **/
/*** video fixes ***/
@media (min-width: 576px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 292px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 292px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 292px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 292px;
	}
}
@media (min-width: 768px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 392px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 258px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 190px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 122px;
	}
}
@media (min-width: 992px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 526px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 348px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 256px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 166px;
	}
}
@media (min-width: 1200px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 628px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 414px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 310px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 200px;
	}
}
@media (min-width: 1400px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 730px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 482px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 358px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 234px;
	}
}
.vjs-youtube .vjs-poster {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.video-player-wrapper .vjs-poster img {
    object-fit: contain;
    height: inherit;
    width: 100%;
}
/** Teams **/
/*** Team Member Quote ***/
.team-member-bio {
    text-align: left !important;
}
.team-member-image {
    margin-bottom: 10px;
}
.team-member-bio .name {
    font-size: 17px;
    font-weight: 600;
}
.team-member-bio .title {

}
.team-member-bio .bio {

}
.team-member-bio .social-links i {
    margin-right: 8px !important;
}
/** Blogs **/
/** FAQs Accordion **/
.accordion-item:first-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion-item:last-of-type {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.accordion-item {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #333;
}
.accordion-button:not(.collapsed) {
	background-color: #ececec;
	box-shadow: unset;
  color:var(--primary-blue-color)
}
.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: unset;
}
.accordion-button {
	font-size: 16px;
	padding: 20px 10px;
}
.accordion-body {
	padding: 10px;

}
.accordion-body p
{
    color: var(--primary-blue-color);
}
/** Footer **/
footer {
    background: #0E4D96;
    padding: 35px 10px 15px 10px;
}
.privacy-links a:hover {
    color:#FFB81C !important;
}

/** Candidate consent **/
.consent-modal .image-wrapper {
   width: 100%;
   text-align: left;
}
.consent-reject {
  
}
.consent-agree {
  
}
/** Mobile styles **/




/* My Settings */
.candidate-settings-panel {
    background-color: #f9f9f9;
    padding: 30px 42px;
}
.candidate-settings {
    background: #f0f0f0;
    margin: 10px 0px;
    padding: 50px;
}

/* Alignment */
/* Vertical Alignment add my-auto to ROW */
.my-auto .col-md-6, .my-auto .col-md-8, .my-auto .col-md-4 {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
/* text left alignment sits within container on fullwidth page */
@media (min-width: 576px) {
 .hero_banner .block-image-text * {
   width: 540px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 768px) {
  .hero_banner .block-image-text * {
    width: 720px;
    margin-right:auto;
    margin-left:auto;
  }
}
@media (min-width: 992px) {
 .hero_banner .block-image-text * {
   width: 960px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 1200px) {
 .hero_banner .block-image-text * {
   width: 1140px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 1400px) {
  .hero_banner .block-image-text * {
    width: 1320px;
    margin-right:auto;
    margin-left:auto;
  }
}

/* Spacing */


/** Other fixes **/


/** CTA select dropdowns **/
.selectize-control.multi .selectize-input>div {
	background-color: var(--primary-color);
	color: var(--light-color);
    border-radius: var(--border-radius);
}
.selectize-dropdown-content .option.active {
	background-color: var(--primary-color);
}
.selectize-input {
    border-radius: var(--border-radius);
}
.candidate-settings-panel i {
  color:var(--dark-color);
}

/** Custom CSS for site **/
/* other Brand Colours */
.lorikeet {
    background: #f1655b;
}

.desert {
    background: #f79652;
}

.pink {
    background: #fff0d7;
}
.text-blue p, .text-blue h2, .text-blue h3, .text-blue h4, .text-blue h5
{
  color:var(--primary-blue-color) !important;
}


.blue_bg p, .blue_bg h1, .blue_bg h2, .blue_bg h3{
  color:var(--light-color);
}
.rounded_corner_img .block-image-cover
{
  border-radius:var(--img-border-radius);
}
/* footer social incons styling*/
.social-icon i {
    font-size: 32px;
}

a.social-icon {
    margin-right: 10px;
    margin-bottom: 7px;
}
hr {
    margin: 1rem 0;
    color: #FFF;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}
.privacy-links a, .privacy-links a:visited{
       padding: 0 12px;
    color: #FFFFFF;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}
footer *
{
  color:#FFF;
}

.card_bg .block-job-search-results .job-search-results .job-search-results-card {
    background-color: #004c97;
    border: 0;
}
.card_bg .card-footer {
 background-color: #004c97;
}

.header_text_outline {
  text-shadow: -1px -1px 0 #004c97, 1px -1px 0 #004c97, -1px  1px 0 #004c97, 1px  1px 0 #004c97;
}
.footer-logo
{
  width:100%;
  max-width:122px;
}

.zoom .block-image-cover {
    transition: transform 0.3s ease;
}

.zoom .block-image-cover:hover{
    transform: scale(1.1);
}
.roles_links h2{
    margin: 0;
    padding: 8px 0px;
    font-size: 24px !important;
   
}
.roles_links .block-image-cover .block-image-text {
    top: 100%;
    transform: translateY(-100%);
   -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0 0 0 / 25%);
  border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}


.job-search-results-card-row > .job-search-results-card-col:nth-of-type(7n-13) .job-search-results-card-title a
{
    color: #F79652;
}
.job-search-results-card-row > .job-search-results-card-col:nth-of-type(7n-12) .job-search-results-card-title a
{
    color: #F1655B;
}
.job-search-results-card-row > .job-search-results-card-col:nth-of-type(7n-11) .job-search-results-card-title a
{
    color: #BF72AF;
}
.job-search-results-card-row > .job-search-results-card-col:nth-of-type(7n-10) .job-search-results-card-title a
{
    color: #60A777;
}
.job-search-results-card-row > .job-search-results-card-col:nth-of-type(7n-9) .job-search-results-card-title a
{
    color: #00A0B8;
}
.job-search-results-card-row > .job-search-results-card-col:nth-of-type(7n-8) .job-search-results-card-title a
{
    color: #FFB81C;
}
.job-search-results-card-row > .job-search-results-card-col:nth-of-type(7n-7) .job-search-results-card-title a
{
    color: #004C97;
}
/* Search Bar */
.job-search-control .near-me-control {
    margin-left: 0;
}
.job-search-control .input-group-btn {
    margin-left: 15px !important ;
}
@media (max-width: 768px){
  .input-group-btn button {
    margin-left:0;
    margin-top: 10px;
    width: 100%;
}
span.input-group-btn {
    width: 100%;
}
.input-group > .form-control{
    width: 100%;
}
 
  .job-search-control .input-group-btn {
    margin-left: 0px !important ;
}
}
@media (max-width: 767px) {
    .zoom .col-md-4:last-child .block-image-cover{
        margin-bottom: 10px;
    }
}
.job_alert_cta h2, .job_alert_cta p,.job_alert_cta .ada-label-text{
color:#FFF;
}
/*.job_alert_cta .btn-primary
{
    background: #FCB619;
    color: #0E4D96;
   border:1px solid  #FCB619;
}
.job_alert_cta .btn-primary:hover
{
    background: transparent;
    color: #FCB619;
    border:1px solid  #FCB619;
}*/
.social-icon img{
  width:40px;
  height:40px;
  display:inline-block;
}
.block-wrapper.text-blue.apply_cta  {
    text-align: center;
}
a.referral-link {
    background: var(--primary-color);
    color: var(--light-color);
    border: 1px solid var(--primary-color);
    padding: var(--padd);
    font-weight: 600;
    font-family: inherit;
    text-transform: inherit;
    line-height: 1.5;
    padding: var(--padding);
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -o-transition: background .25s linear;
    transition: background .25s linear;
    border-radius: var(--button-border-radius);
    font-size: 15px;
    text-transform: inherit;
    margin: 10px 0;
}
a.referral-link:hover{
  background: var(--secondary-color);
    color: var(--light-color);
    border: 1px solid var(--secondary-color);
}  
a, a:visited
{
  color:var(--dark-color);
}
a.nav-link, a.nav-link:visited
{
  color:var(--dark-color);
}
a.nav-link:hover
{
font-weight:600;
}

.block-carousel .carousel-item .carousel-item-block.col-12 p {
    font-size: 16px !important;
    font-weight: 400;
}
.block-carousel .carousel-item .carousel-item-block.col-12 p:last-of-type
{
  font-weight:600;
}
.video-js
{
  background-color:#fff;
}

a:hover {
    text-decoration: none;
}
.nav-link.dropdown-toggle:after
{
color:#FCB619;
}
.text-small {
    font-size: 14px;
    opacity: 0.5;
}
.accordion-body ol, .accordion-body ul {
    padding-left: 0;
}
.accordion-item {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #004c97;
}
.accordion-button:not(.collapsed) {
    
    background-color: transparent;
     padding:10px;
}
.accordion-button {
    background-color: transparent;
      color: var(--primary-blue-color);
}
.faq-accordion {
    .accordion-button.icon-plus::before, .accordion-button.icon-plus::after {
        color: #004c97;
    }
}
.accordion-item:last-of-type
{
border-bottom:0;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
hr {
    color: #FFF;
    opacity: 1;
}
a.blue-nav-link
{
  font-weight:600;
}
a.blue-nav-link:hover{
  color: #FDB71A !important;
}
.dropdown-toggle::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
     border: none;
    vertical-align: middle;
}
.dropdown-toggle.show::after {
    content: "\f106"; 
}
.dropdown-item
{
  color:var(--primary-blue-color) !important;
}
.dropdown-item:hover, .dropdown-item:focus
{
  
  font-weight: bold;
    color: #FFF !important;
    background: var(--primary-blue-color);
}
 @media(max-width: 767px) {
    .mb-mobile .col-md-4,.mb-mobile .col-md-8, .mb-mobile .col-md-2, .mb-mobile .col-md-6, .mb-mobile .col-md-3 {
        margin-bottom: 1.5rem;
    }
 }
.accordion-body a,.accordion-body a:visited {
    color: inherit;
    text-decoration: underline;
}
.block-job-description .job-description-controls .btn
{
  padding: 10px 20px !important;
    line-height: 1.5;
  color:#FFF;
}

 @media(max-width: 767px)
{
  .side-panel
  {
    margin-top:40px;
  }
}
