body {
	color: #002659;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.2;
	font-size: 20px;
	font-family: 'Nunito Sans', sans-serif;
}

@media (min-width: 767px) {
.clinch-video-player.video-js {
    height: 412px !important;
}
  /* editing fix */

.page-body.page.not-editing {
	padding-top: 119px;
}
}
/*** Banner Fix***/
@media (max-width: 767px)
{
.block-image-cover {
    height: 440px;
}
  .job-search-control .btn-primary
  {
    margin-left:0;
  }
}

/* Logo */
.left-icon p strong::before {
    content: "\f060";
    font-weight: 600;
    font-family: 'Font Awesome 6 Free';
    margin-right: 8px;
    color: #a752a0;
}
img.brand-logo {
	width: 100%;
	max-width: 180px;
	padding: 8px 30px 8px 0;
}
/* Image Optimisation */
img {
  image-rendering: -webkit-optimize-contrast;
}
/* Typography */
p {
	color: #002659;
	line-height: 1.4;
	margin: 0 0 16px;
	font-weight: 400;
}
li {
	font-size: 18px;
	color: #002659;
	line-height: 1.4;
	margin: 0 0 16px;
	font-weight: 400;
}
h1, .h1 {
	font-size: 46px;
	line-height: 1.4;
	color: #33517A;
}
h2, .h2 {
	font-size: 36px;
	line-height: 1.4;
	color: #A752A0;
  	font-weight:600;
}
h3, .h3 {
	font-size: 26px;
	line-height: 1.4;
	color: #33517A;

}
h4, .h4 {
	font-size: 24px;
	line-height: 1.4;
	color: #33517A;
}
h5, .h4 {
  font-weight: 400;
  font-size: 18px;
}

h6, .h6 {
  font-weight: 300;
  font-size: 14px;
}
/* Top Navigation */
.list-group-item { 
    position: relative;
    display: block;
    padding: 0rem 0.95rem;
    background-color: rgb(255 255 255 / 0%);
    border: 0px;
    margin-bottom: 0px;
    color: #fff !important;
}
.bg-darkblue {
    background-color: #1a365a !important;
}
.top-nav li a {
    color: #ffffff;
    display: inline-block;
}
.pr-6 {
  padding-right: 45px;
}
.text-small {
    font-size: 15px;
}

.top-nav .list-group-item a:hover {
    text-decoration: none;
      background: #274770;
}
/* Navigation */

.dropdown-item {
	padding: .7rem 1.5rem;
	color: #171616 !important;
}
.primary-title h1 {
	font-size: 2em;
	font-weight: 800;
	color: #fff;
}
.page-title h1 {
	font-weight: 800;
}
.nav-link {
	padding: 20px 15px 12px 15px;
}
.bg-header .navbar-nav .nav-link {
	color: #fff;
}
.bg-header .navbar-nav .nav-link:hover, .bg-header .navbar-nav .nav-link:focus {
	color: #509cdf;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #fff;
}
.dropdown-menu {
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.top-nav .list-group-item:not(:last-child)::after {
  content: "|";
  color: #ffffff;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 768px) {
  .top-nav li a {
      font-size: 11px !important;
  }
  .top-nav .pr-6 {
    padding: 0;
}
.top-nav li {
    padding: 5px;
}
  .top-nav .ml-auto {
    margin-left:auto;
    margin-right:auto;
  }
}
/** Home page video header styling **/
header {
	position: relative;
	height: 70vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}
header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
header .container {
	position: relative;
	z-index: 2;
}
/*@media only screen and (max-width: 992px) {
header {
    position: relative;
    height: 36vh;
    min-height: 20rem;
    width: 100%;
    overflow: hidden;
}
  }*/
@media only screen and (max-width: 768px) {
	header {
		position: relative;
		height: 65vh;
		min-height: 35rem;
		width: 100%;
		overflow: hidden;
	}
}
header video {
	width: 100%;
}
header h1 {
	font-weight: 800;
	font-size: 44px;
}
@media only screen and (max-width: 768px) {
	header h1 {
		font-weight: 600;
		font-size: 26px;
	}
}
.no-gutters .col-md-12 {
	padding: 0px;
}
.search_bar .page-row-container {
	z-index: 999;
}

/* Home page styling */

.home_intro h2 {
   font-size:36px;
   font-weight:600;
   color:#A752A0;
}
.home_intro h3 {
   padding: 20px 0px 5px 0px;
   font-weight:600;
}
.home_intro p {
    font-size:18px; 
  }
/* Job Search Block */

.job-search-results ul {
  font-weight: 400;
}

.job-search-results a {
    color: #33517A !important;
    font-weight: 700;
}

.badge {
  background-color: #00325e;
}

.block-job-search-results .job-search-results table {
  font-size: 15px;
}

.job-search-filter-groups {
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .block-job-search-results .job-search-results .job-search-collapse {
    font-size: 16px;
  }
}

/* Card */
.card {
    border: 1px solid #bfbfbf;
    box-shadow: 0px 5px 9px 0px rgb(0 0 0 / 20%);
}

.card-footer {
  border-top: 1px solid #bfbfbf;
  background-color:#FFF;
}

.fa-chevron-right:before {
  vertical-align: middle;
}

.job-search-results-footer a {
  color: #1b66a2;
}
/* About Us Page */
.about-us-block .page-row-container {
    background: #F6F7FA;
    padding:  0 45px;
}
.about-us-block h3 {
    color: #a752a0;
    font-weight: 800;
} 
@media(min-width: 768px){
.about-us-block .block-wrapper {
    padding: 45px 0px;
}
}
.about-us-row2 h4
{
  padding:30px 40px;
  font-weight:700;
}
@media(min-width: 1199px)
{
.about-us-row2 h4
{
  padding:30px 190px;
  font-weight:700;
}
}

/* Footer */

footer {
    background-color: #1C3558;
    padding: 50px 10px 30px 10px;
}
footer h6 {
    color: #A752A0;
    font-size: 18px;
    font-weight: 600;
}
footer p, footer li, footer span {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
}
footer i {
    color: #a752a0;
}
.icon-background {
    color: #A752A0;
}
.icon {
    color: #1c3558;
}
img.footer-logo {
    width: 100%;
    max-width: 235px;
}
img.footer-logo-sd {
    width: 100%;
    max-width: 180px;
    padding-left: 40px;
    padding-bottom: 20px;
}
footer a,footer a:visited
{
  color:#A752A0;
  text-decoration:underline;
  
}
footer a:hover
{
   color:#A752A0;
}
.footer-secondary {
    background: #a752a0;
}
.secondary-footer-link a {
    color: #fff !important;
    font-size: 14px;
}
.footer-secondary .secondary-footer-link {
    padding: 8px;
}
.abn {
    font-size: 14px !important;
    font-family: 'Nunito Sans';
    font-weight: 300;
}
/*** code blocks ***/
  .testimonials {
    font-weight: 400;
    background: #ffffff;
    padding: 30px;
    line-height: 22px;
    box-shadow: 0px 4px 18px rgb(0 0 0 / 8%);
    border-radius: 10px;
    border-left: 0;
    margin: 0px;
}
  .testimonials h3 {
    color: inherit;
}
  #summary, #summary2, #summary3 {
    line-height: 1.5;
}
  #summary p.collapse:not(.show), #summary2 p.collapse:not(.show), #summary3 p.collapse:not(.show) {
    height: 115px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.testimonials a {
    font-weight: 800;
    font-size: 17px;
    text-transform: uppercase;
}
#summary p.collapsing,
#summary2 p.collapsing,
#summary3 p.collapsing {
    min-height: 53px !important;
}
#summary a.collapsed:after,
#summary2 a.collapsed:after,
#summary3 a.collapsed:after {
    content: '+ Read More';
}

#summary a:not(.collapsed):after,
#summary2 a:not(.collapsed):after,
#summary3 a:not(.collapsed):after {
    content: '- Read Less';
}

/** Other **/
.bg-header {
  background-color:#00325e;
}
blockquote {
    border-left: 4px solid #a752a0;
}
blockquote p, blockquote h1, blockquote h2, blockquote h3, blockquote h4 {
  padding-left:16px;
}
hr {
  border-top: 1px solid #A752A0;
}
.job-search-results-footer a {
  color:#54a1e5;
}
.job-search-filter-header {
  color:#00325e;
}
.job-search-list-items label {
  color:#000;
}
/* Buttons */
.btn {
	font-size: 14px;
	font-weight: 900;
	padding: 16px 64px;
	border-radius: 999px;
	text-transform: uppercase;
	-webkit-transition: background 0.25s linear;
	transition: background 0.25s linear;
	letter-spacing: 2px;
	text-decoration: none;
	line-height: 1.2;
}
.btn-primary {
	border: 1px solid #A752A0;
	background: #A752A0;
	color: #FFF;
}
.job-search-control .btn-primary, .job-search-control .btn-primary:active, .job-search-control .btn-primary:visited, .job-search-control .btn-primary:focus {
	font-weight: 900;
	border-radius: 5px !important;
	margin-left: 20px;
	padding: 5px 40px;
	font-size: 14px;
	background-color: #A752A0;
	color: #FFF;
	border: 1px solid #A752A0;
	letter-spacing: 2px
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
	background-color: #A752A0;
	color: #FFF;
	border: 1px solid #A752A0;
}

.btn-success, .btn-success:active, .btn-success:visited, .btn-success:focus, .btn-success.focus {
	color: #A752A0;
	border: 1px solid #A752A0;
	background: #FFFF;
	font-weight: 900;
	border-radius: 5px;
	box-shadow: none !important;
	padding: 5px 40px !important;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
	color: #A752A0;
	border: 1px solid #A752A0;
	background: #FFFF;
	box-shadow: none !important;
}
.btn-success, .btn-success:hover, .btn-success:visited, .btn-success:active, .btn-success:focus {
	background-color: #FFF;
	border-color: #A752A0;
	color: #A752A0;
}
.btn-info {
	background-color: #FFF;
	border-color: #A752A0;
	color: #A752A0;
}
.btn-info:hover {
	background-color: #FFF;
	border-color: #A752A0;
	color: #A752A0;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
	background-color: #FFF;
	border-color: #A752A0;
	color: #A752A0;
}
@media all and (max-width: 768px) {
.back-home a.button.button1 {
    padding: 16px 20px;
    font-size: 14px;
    display: block;
    text-align: center;
}
}
/***job page*****/
.ces-job-details h1, .ces-job-details h2 {
    font-size: 26px;
    line-height: 1.4;
    color: #33517A;
    font-weight: 800;
}
/***sidebar*****/
.sidebar {
    background: transparent;
    padding: 1em;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 9px 0px rgb(0 0 0 / 20%);
}
/******Hamburger Animation***********/

#nav-icon1 {
	width: 24px;
	height: 17px;
	position: relative;
	margin: 10px 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon1 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #FFF;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
	top: 0px;
}
#nav-icon1 span:nth-child(2) {
	top: 8px;
}
#nav-icon1 span:nth-child(3) {
	top: 16px;
}
#nav-icon1.open span:nth-child(1) {
	top: 5px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
#nav-icon1.open span:nth-child(3) {
	top: 5px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
button.navbar-toggler {
	border: 0 !important;
	background-color: transparent;
	border-color: transparent !important;
}

/**********Dropdown on Hover css starts**********/
.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}
.dropdown-menu.show {
	display: block;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}
.dropdown-menu-sub {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 20px 20px;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #002659;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	box-shadow: 0px 5px 11px 0px rgb(0 0 0 / 20%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 460px;
    max-height: 460px;

}

.navbar-nav li:hover > div.dropdown-menu-sub {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu-sub {
	top: 100%;
	left: 0%;
}
a.title {
    font-size: 18px !important;
    color: #A752A0;
    font-weight: 900 !important;
}
/**********Dropdown on Hover css ends**********/
.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0px;  }
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */
.bg-blue {
  background-color:#274770;
  z-index:99999;
}
.navbar-light .ceo_nav .navbar-nav .nav-link {
color:#D1D3D4;
font-weight:600;
padding: 1.7rem 1rem !important;
}
.navbar-light .ceo_nav .navbar-nav .nav-link:hover, .navbar-light .ceo_nav .navbar-nav .nav-link:focus {
    color: #D1D3D4;
    font-weight:700;
    background-color:#A752A0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.col-megamenu h6
{
  font-size:18px;
  color: #A752A0;
  font-weight:900;
  padding-top:8px;
  
}

.megamenu .col-lg-4.col-6 {
    padding-right: 30px;
    padding-left: 30px;
}
.megamenu ul li
{
  padding: 9px 0px;
  border-bottom: 1px solid #A752A0;
}
.megamenu ul li:last-child
{
  border-bottom: 1px solid #A752A0;
}
.megamenu ul li a
{
    line-height: 1.2;
    font-size:15px;
    color:#002659;
    font-weight:400;
}
.megamenu ul li a
{
  text-decoration:none;
}
.search_bar .page-row-container
{
    width: 91%;
    height: 80px;
    background: #FFF;
    padding: 16px;
    box-shadow: 0px 4px 11px 0px rgb(0 0 0 / 20%);
    position: relative;
    text-align: center;
    top: -40px;
    margin: 0 auto;
    border-radius: 5px;
}
.input-group input, .input-group-btn button
{
    height: 45px;
    padding: 5px 5px;
}
.easy-autocomplete input {
    color: #A7A7A7;
    border-color:#BFBFBF;
    background-color: #F4F4F7;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    font-weight:300;
    font-size:14px;
}
.form-control:focus {
    color: #A7A7A7;
    border-color:#BFBFBF;
    background-color: #F4F4F7;
    
}

@media (max-width: 768px)
  {
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    width: 90% !important;
}
}
.job-search-dropdown-filters a::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    margin-left: 20px;
}
.job-search-control .near-me-control {
     margin-left: 0px; 
}
span.input-group-btn {
    margin-left: 15px;
}
@media (max-width: 1199px)
{
 .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext
  {
    width:90% !important;
    margin-bottom: 10px !important;
  }
  span.input-group-btn {
   margin: 0 auto;
   margin-top: 15px;
}
  .search_bar .page-row-container
{
  height: 130px;
  top: -60px;
}
}

a.button.button1 {
    border: 1px solid #A752A0;
    background: #A752A0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 900;
    padding: 16px 64px;
    border-radius: 999px;
    text-transform: uppercase;
    -webkit-transition: background 0.25s linear;
    transition: background 0.25s linear;
    letter-spacing: 2px;
  line-height: 1.2;
}
a.button.button1:hover {
    border: 1px solid #A752A0;
    background: #A752A0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 900;
    padding: 16px 64px;
    border-radius: 999px;
    text-transform: uppercase;
    -webkit-transition: background 0.25s linear;
    transition: background 0.25s linear;
    letter-spacing: 2px;
}
.no-gutters-custom [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.videosection h2
{
 font-size:26px;
  font-weight:900;
}
.videosection  p
{
  color:#FFF;
  
}
.textcenter 
{
  position:relative;
}
.home_joinuscta img
{
    height:100%;
    width: 100%;
    border: 7px solid #fff;
    box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 40%);
    transform: rotate(0);
}
@media (min-width: 768px)
  {
.textcenter .page-block {
   position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    transform: translate(0%,-50%);
    text-align: left;
    padding: 0rem;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    padding: 50px 45px 50px 85px;
    background-color:#1c3659;
}
    .videosection h2 {
   
    text-align: right !important;
}
      .videosection p{
   
    text-align: right !important;
}
    .home_joinuscta img
{
    height: 262px;
    width: 376px;
    border: 7px solid #fff;
    box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 40%);
    transform: rotate(-3.3deg);   
}
}
.col-md-3 .clinch-video-player.video-js {
  height: 300px;
}

@media (min-width: 767px) {
  .clinch-video-player.video-js {
    height: 322px;
  }
}
@media (max-width: 1199px) {
  .clinch-video-player.video-js {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .clinch-video-player.video-js {
    height: 305px;
  }
}
  .video-js {
    background-color:  #33517a;
    border:2px solid #A752A0;
  }
/* The side navigation menu */

.sidenavhideshow {
	visibility: hidden;
	transform: translateX(100%);
}
.sidenav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%;
	position: fixed;
	right: 0;
	overflow: hidden;
	padding-top:88px;
	transition: visibility .2s, transform .2s;
	z-index: 9999;
}
.sidenav {
	background: #ffffff;
	overflow-y: auto;
}
ul.mobile_menu {
	padding: 0;
	margin-bottom:0;
	padding-top: 45px;
}
.sidenav .mobile_menu li a {
	transition: 0.3s;
	font-size: 16px;
	line-height: 22px;
	border-bottom: 1px solid #A752A0;
	display: block;
	padding: 13px 20px;
}
.sidenav .mobile_menu li a {
	color: #000;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
}
.sidenav .mobile_menu li ul li a {
    padding: 13px 40px;
}


.mobile_menu .card-body {
    padding: 0px;
    list-style: none;
    background-color: #FFFFFF;
}
/******* Mobile Dropdown Icon***********/

.dropdown_row {
	display: flex;
}
.dropdown_pagelink {
	flex: 1 0 0;
}
.dropdown_icon {
	position: relative;
	width: 49px;
	right: 0;
	top: 0;
	z-index: 6;
	padding: 16px 18px;
	border-left: 1px solid #A752A0;
	border-bottom: 1px solid #A752A0;
	cursor: pointer;
}
.sub_dropdown_icon
{
    position: relative;
	width: 49px;
	right: 0;
	top: 0;
	z-index: 6;
	padding: 16px 18px;
	/*border-bottom: 1px solid #A752A0;*/
	cursor: pointer;
}

.px-50
{
  padding-left:50px !important;
  padding-right:50px !important;
}

/******* Mobile Dropdown Icon Ends***********/
/********* Mobile side nav css end***********/
.floating_CTAblock
{
  position:relative;
}
.floating_CTAblock .page-row-container
{
    position: absolute;
    width: 430px;
    top: -100px;
    right: 220px;
    background-image:   url('https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/434d52cff22c9d029db3112b85bc75f7/images/files/bbcc42998daa9642f1728d3e08c5cac7/original/CES_Mountain_Scenic_banner.jpg?1636669176');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding:20px;
    z-index:99;
    display:block;
   overflow: hidden;
  
}
.floating_CTAblock h2
{
  color:#33517A;
}
.floating_CTAblock p
{
  color:#FFFFFF !important;
}
.footer-secondary ul
{
  margin-bottom:0;
}
/*.footer-secondary ul li:last-child {
    background: #fff;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin-left:70px;
  
}*/
.footer-secondary ul li i {
   padding:0.5rem;
   color: #1C3558;
   font-size: 18px;
   cursor:pointer;
}
.CTApopup_hideshow
{
  display:none;
}
#mySidenav li, footer li, .footer-secondary ul li
{
  margin:0;
  padding:0px;
}
.megamenu ul li
{
  margin:0;
  
}
 .about_img .block-image-cover
{
      border: 1px solid #A752A0;
}
/****Search Page styling****/
.block-job-search-results .job-search-filter-groups h4 {
    font-weight: 900;
    font-size: 16px;
}
.job-search-filter-header {
    color: #A752A0;
}

.job-search-results input.form-control {
    border-radius: 10px;
   
}
.form-control
{

  border: 1px solid #bfbfbf;
  padding: 8px 8px;
  line-height: 1.2;
  height:auto;
  border-radius: 5px;
  
  
 
}
.badge {
      background-color: #A752A0;
      padding: 0.25em 1em;
      font-size: 12px;
      border-radius:999px;
      color:#fff;
}
.block-job-search-results .job-search-filter-groups {
    padding: 0em calc(1em - 3px);
}
.block-job-search-results .job-search-results .job-search-filter-groups {
    width: auto;
}
 .input-group>.form-control{
   
    margin-bottom: 0px !important;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
@media (min-width: 768px)
  {
.job-search-results-card-col {
    flex: 0 0 100%;
    max-width: 100%;
}
ul.job-component-details {
  display: inline-flex;
  flex-flow:wrap;
}
}
.exit-call-to-action-modal .html-content h4 {
    font-weight: 600;
}

li.job-component-icon-and-text {
    font-size: 16px;
    color: #A752A0;
    line-height: 1;
    margin: 8px 16px 0 0px;
    font-weight: 600;
}
.job-component-icon-and-text > i {
    width: auto;
    margin-right: 5px;
}
.job-search-results-footer a {
    color: #54a1e5;
}
.job-search-results-footer a {
    color: #002659;
    font-size: 14px;
    font-weight: 900;

}
.job-search-results-summary {
    color: #002659;
    font-size: 16px;
    font-weight: 400;
}
.table-counts p
{
  font-size:16px;
}
.page-body.page.editing {
  padding-top:105px;
}
.add-to-favourites-text {
    color: #FFF !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #A752A0;
    border-color: #A752A0;
}
.block-job-description h3
{
  font-weight:900;
}
.job-description p, .job-description li
{
  font-size:16px;
}
.sidebar .block-jobs .job a
{
  color:#33517A;
}
.sidebar .job-summary
{
  margin-top:10px;
  font-size:16px;
}
.block-jobs .job span.job-field {
     margin-right: 10px;
    font-weight: 700;
    color: #A752A0;
    font-size: 16px;
}
.sidebar h3 {
    font-size: 24px;
    font-weight: 900;
}
.sidebar h3.job-title {
    font-size: 20px;
}
/**Cookie Box**/
.modal-header button.close:focus-visible {
    outline: none;
}
.consent-modal .image-wrapper
{
  text-align:left;
}
.consent-modal .image-wrapper img {
    max-height: 100%;
    max-width: 190px;
    display:none;
}
#cookie_consent_description p
{
    font-size: 16px;
    color: #002659;
    line-height: 1.2;
    margin: 0;
    font-weight: 400;
}
.consent-modal .modal-body p {
	font-size: 14px;
}
.consent-modal .modal-dialog {
	width: 91%;
	margin: 0 auto;
}
.consent-modal .modal-footer {
	margin: 0 auto;
	padding: 0;
}
.consent-modal .modal-body {
    padding: 10px 20px 5px 20px;
    width: 91%;
    margin: 0 auto;
}
.consent-modal .modal-body p {
	margin-bottom: 0 !important;
}
.consent-modal {
	top: auto;
	padding-right: 0 !important;
	bottom: 0px;
    height: 385px;
}
.consent-modal .modal-content {
    border-radius: 10px;
}

@media (min-width: 576px){
.consent-modal .modal-dialog {
    max-width: 540px;
} 
}

@media (min-width: 768px) {
 .consent-modal .modal-dialog{
    max-width: 720px;
  }
}
@media (min-width: 992px) {
 .consent-modal .modal-dialog {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .consent-modal .modal-dialog {
    max-width: 1140px;
  }
}
button#consent_reject {
    padding: 10px 20px;
  line-height: normal;
  margin-bottom: 20px;
}
#consent_agree {
    font-weight: 900;
    border-radius: 999px !important;
    padding: 10px 20px !important;
    font-size: 14px;
    background-color: #A752A0;
    color: #FFF;
    border: 1px solid #A752A0;
    letter-spacing: 2px;
    line-height: normal;
    margin-bottom: 20px;
}
.consent-modal .modal-header
{
  padding:0.5rem 0.5rem 0;
}
.consent-modal .modal-header .close {
    padding: 1rem 1rem;
}
/** cookie consent mobile and ipad **/
@media only screen and (min-width: 500px) {
  .consent-modal.modal.show { height: 315px; }
  }
@media only screen and (min-width: 768px){
  .consent-modal.modal.show {height: 235px;}
  }
@media only screen and (min-width: 1024px){
  .consent-modal.modal.show {height: 212px;}
  }
@media only screen and (min-width: 1457){
  .consent-modal.modal.show {height: 170px;}
  }
/****cookie modal changes ends***/

.about-us-block a
{
  color:#a752a0;
  Text-decoration:underline;
}
.about-us-block li::marker 
{
  color:#a752a0;
  
}
.job-search-results-card
{
  border-radius:10px;
}
.card-footer:last-child {
    border-radius: 0 0 10px 10px;
}
input[type=radio], input[type=checkbox] {
  
    margin-right: 5px;
}
.block-job-search-results .job-search-filter-groups h4 {
    margin-bottom: 8px;
}
a, a:visited {
    color: #A752A0;
}
.candidate-settings-panel {
    background-color: transparent;   
    box-shadow: 0px 5px 9px 0px rgb(0 0 0 / 20%);
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    padding:40px;
}
.selectize-input {
  border: 1px solid #bfbfbf;
    padding: 8px 8px;
    line-height: 1.2;
    height: auto;
    border-radius: 5px;
}
.card-body {
    padding: 10px 25px;
}
.card-footer {
    padding: 0.75rem 2rem;
}
.block-candidate-settings h3
{
    font-size: 18px;
    line-height: 1.2;
    color: #33517A;
    font-weight: 700;
    text-transform: uppercase;
}
/****Exit CTA modal changes strats***/
.exit-call-to-action-modal .modal-dialog
{
    border-radius: 10px;
  box-shadow: 0px 5px 16px 0px rgb(0 0 0 / 20%);
}
.exit-call-to-action-modal .modal-footer {
    justify-content: center;
}
.exit-call-to-action-modal p {
    font-size: 18px;
    font-weight: 800;
    color: #A752A0;
}
.exit-call-to-action-modal .modal-content {
    border-radius: 10px;
  background-image: url('https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/434d52cff22c9d029db3112b85bc75f7/images/files/bbcc42998daa9642f1728d3e08c5cac7/original/CES_Mountain_Scenic_banner.jpg?1636669176');
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
}
.modal-header {
   
    padding: 1rem 1rem 0;
}
.exit-call-to-action-modal .modal-body {
    padding: 0 3rem;
}
.exit-call-to-action-modal .modal-footer
{
    padding: 0 3rem 0.75rem 3rem;
}
#close_exit_call_to_action
{
  display:none;
}
.exit-call-to-action-modal .modal-dialog 
  {
    margin: 1.75rem auto;
    max-width: 500px;
  }
.exit-call-to-action-modal{
    height: 468px;    
}
  @media (min-width: 576px){
    .exit-call-to-action-modal{
    top: auto;
    padding-right: 0 !important;
    bottom: -48px;
    height: 420px;
    float: right;
    left: 0;
}
}
  
@media (min-width: 769px){
.exit-call-to-action-modal .modal-dialog {
    max-width: 430px;
    margin-left: 75%;
    
}
}
.modal-header {
  border-bottom: 0;
}
.modal-content {
  border-radius: 0;
}
.modal-footer {
  border-top: 0;
}
/****Exit CTA modal changes strats***/
i.fas.fa-chevron-down.dropdown_icon.collapsed::before {
    content: "\f078"!important /* the different icon */;
}
.fa-chevron-down.dropdown_icon::before {
    content: "\f077";
    /**color: #A752A0;**/
}

i.fas.fa-chevron-down.sub_dropdown_icon.collapsed::before {
    content: "\f078"!important /* the different icon */;
}
.fa-chevron-down.sub_dropdown_icon::before {
    content: "\f077";
    /**color: #A752A0;**/
}
#mySidenav li
{
 border-bottom: 1px solid rgb(167, 82, 160); 
}
.sidenav .mobile_menu li a
{
      border-bottom: 0;
}
.dropdown_icon 
  {
    border-left: 0;
    border-bottom: 0; 
  }
.sidenav .mobile_menu li ul li a:hover,.sidenav .mobile_menu li ul li a:focus,.sidenav .mobile_menu li ul li a:active
{
  background-color:#A752A0;
  color:#FFF !important;
}
.sidenav .mobile_menu li a:hover ,.sidenav .mobile_menu li a:focus ,.sidenav .mobile_menu li a:active
{
  background-color:#A752A0;
  color:#FFF;
}
i.fas.fa-chevron-down.dropdown_icon {
   
    color: #FFF;
   background: #A752A0;
}
i.fas.fa-chevron-down.dropdown_icon.collapsed {
  background: #FFF;
  color: #A752A0;
}
i.fas.fa-chevron-down.sub_dropdown_icon.collapsed {
     background: #FFF;
     color: #A752A0 ;
}
.fa-chevron-down.sub_dropdown_icon {
    color: #FFF;
   background: #A752A0;
}

/*** table ***/
.school-table .table-title {
    background: #274770;
}
.school-table .table-title h3 {
	color: #ffffff;
    font-size: 1.2em;
    margin-bottom: 0px;
    font-weight: 600;
}
.school-table th {
    font-size: 18px;
}
.school-table .table thead th {
    border-top: 0;
    font-size: 17px;
    color: #2c2c2c;
}
.school-table td p {
    margin: 0px;
    font-size: 17px;
}
.job-description-controls a {
    color: #FFFFFF !important;
}

.block-job-search-results .job-search-filter-groups .list-unstyled, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul 
{
    overflow-x: hidden;
}
.custom-btn {
    color: #ffffff !important;
    background: #A752A0;
    padding: 8px 28px;
    border: 1px solid #A752A0;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 4px;
    margin-left: 5px;
}