/* --- ADJ CUSTOM CSS --- */


/* --- GLOBAL CSS --- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://use.typekit.net/ndm5xpk.css");
*{
    font-family: 'sofia-pro', sans-serif;
}
html{
    font-size:100% !important; /* Fix to make rem work */
	}
body{
    letter-spacing:-0.10rem !important;
}
.site-main{
    position:relative;
    margin: 0 8%;
    margin-top:-30px !important;
    padding:5px 3% 1.5% 3%;
    border-radius:30px;
    background-color:#fff;
    display:block;
	padding-bottom:60px;
}
.site-main::after{
    clear:both;
    content:"";
    display:block;
}
.top-employers{
	padding: 5px 3% 1.5% 3%;
    border-radius: 30px;
    background-color: #fff;
    display: block;
}
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}
.row {
	margin-left: 60px;
    margin-right: auto;
	padding-top: 60px;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.top_employers_homepage{
  border-radius: 25px;
  background: #fff;
  padding: 20px;
  width: 1500px;
  height: 420px;
  margin-left: auto;
  margin-right: auto; 
}
.numCol{
	color:#0693e3;
	font-family: 'sofia-pro', sans-serif;
}
/* -- FONT COLORS -- */
.font-purple{
    color:#7064d7;
}
.font-gray{
    color:#9590a2;
}
.font-black{
    color:#2f2e35;
}
.font-blue{
    color:#2078ff;
}
.font-white{
    color:#fff;
}
/* -- BUTTON COLORS -- */
.purple{
    background-color:#7064d7 !important;
    color:#ffffff !important;
}
.adj-blue{
    background-color:#2078ff !important;
    color:#ffffff !important;
}
.gray{
    background-color:#e7e7e7 !important;
    color:#918c9e !important;
}
.white{
    background-color:#ffffff !important;
    color:#918c9e !important;
    border:1px solid #dfdfdf !important;
}
.blue{
    background-color:#2078ff !important;
    color:#ffffff !important;
}

/* -- BUTTON CSS -- */
.button-large{
    font-size:1.8033rem !important;
    padding:8px 70px 12px 70px !important;
    border-radius:50px !important;
    text-transform:none !important;
    font-weight:normal !important;
    text-decoration:none !important;
    display:inline-block;
    cursor:pointer;
}
.button-small{
    font-size:1.1rem !important;
    padding:8px 45px 12px 45px !important;
    border-radius:50px !important;
    text-transform:none !important;
    font-weight:400 !important;
    text-decoration:none !important;
    line-height:normal !important;
    letter-spacing:0 !important;
    display:inline-block;
    cursor:pointer;
}

.button-primary {
    font-size:1.1rem !important;
    padding:8px 45px 12px 45px !important;
    border-radius:50px !important;
    text-transform:none !important;
    font-weight:400 !important;
    text-decoration:none !important;
    line-height:normal !important;
    letter-spacing:0 !important;
    display:inline-block;
    cursor:pointer;
    background-color:#2078ff !important;
    color:#ffffff !important;
}

.gform_button {
    font-size:1.1rem !important;
    padding:8px 45px 12px 45px !important;
    border-radius:50px !important;
    text-transform:none !important;
    font-weight:400 !important;
    text-decoration:none !important;
    line-height:normal !important;
    letter-spacing:0 !important;
    display:inline-block;
    cursor:pointer;
    background-color:#2078ff !important;
    color:#ffffff !important;
}

.noshow{
    display:none !important;
}
.adj-table{
    display:table;
    vertical-align:middle;
}
.adj-table-row{
    display:table-row;
}
.adj-table-cell{
    display:table-cell;
    vertical-align:middle;
}
/* --- END GLOBAL CSS --- */

/* --- HEADER CSS --- */

.background-image-content{
    background-color:#7064d7;
   /* background-image:url(https://adjdev.wpengine.com/wp-content/uploads/2021/11/backgroundimage.jpg);*/
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    height:200px;
}

.background-image-content.homepage{
    height:640px;
}

.background-black-overlay{
    position:absolute;
    background-color:rgba(0,0,0,0.35);
    height:100%;
    width:100%;
    z-index:0;
    top:0;

}
.gradient-top-black{
    position:absolute;
    width:100%;
    top:0;
    height:300px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(255,255,255,0) 100%);
}
#masthead{
    position:relative;
    z-index:2;
    padding:60px;
    display:flex;
    align-items:center;
}
#masthead a{
    font-size:1.5rem;
    color:#ffffff;
    font-weight:300;
    white-space:nowrap;
    line-height:1.8033rem;
	padding-right: 40px;
}
.site-branding{
    width:175px;
}
.site-branding a{
    display:flex;
    align-items:center;
}

.site-branding .custom-logo-link img {
    width:175px;
    height:auto;
}

.site-title{
    display:none;
}
.site-description{
    display:none;
}
#site-navigation{
    display:flex;
    align-items:center;
    flex:1;
    margin-left:60px;
}
.menu-top-menu-container{
    width:100%;
}
.nav-menu li{
    margin-right:7%;
}

/* fix for vertical sub-menus */
.main-navigation ul ul {
    flex-direction: column;
}

.sub-menu{
    box-shadow:none;
    background-color:#ffffff;
    border-radius:15px;
    padding:20px 10px !important;
    margin:0 !important;
    width:275px;
    margin-left:-30px !important;

}
.sub-menu li{
    margin-right:0;
    display:block;
    float:none;
}
.sub-menu li a{
    color:#9590a2 !important;
    font-size:1.5rem !important;
    line-height:1.5rem;
    padding:10px 5px 10px 20px;
    border-radius:5px;
    width:100% !important;
}
.sub-menu li a:hover{
    background-color:#2078ff;
    color:#ffffff !important;
}
.account-widget{
    display:flex;
    flex:1;
    justify-content:flex-end;
    align-items:center;
    margin-bottom:0;
}
.account-widget p{
    margin:0;
}
.account-widget a{
    text-decoration:none;
}
.myaccount-icon{
    width:20px;
    margin-right:7px;
    margin-top:-9px;
    vertical-align:middle;
}
.myaccount-button{
    margin-right:25px;
}
.signup-button{
    border-radius:50px;
    text-transform:none;
    font-weight:normal;
    padding:15px 40px;
    background-color:#2078ff;
    border:1px solid #2078ff;
}
.mobilemenu-button{
    display:none;
    margin-left:50px;
    margin-top:6px;
}
.menu-mobile-header-menu-container{
    display:none;
}

.full-screen-mobile-menu {
    display:none;
    position:fixed;
    top:0;
    left:0;
    background:white;
    z-index:500000;
    width:100%;
    height:100%;
}

.full-screen-mobile-menu-body {
    width:100%;
    padding:30px;
}

#mobile-menu-links {
    list-style-type: none;
    margin:0 0 0 0;
}

#mobile-menu-links > li {
    margin-bottom:0;
    border-top: thin solid #9590a2;
    height: 65px;
    line-height: 60px;
}

#mobile-menu-links > li > a {
    text-decoration: none;
    color:rgb(46,45,53);
    font-weight:500;
}

.mobile-menu-link-expander {
    float:right;
}

#mobile-menu-links > li > .sub-menu {
    display:none;
    padding-top: 0 !important;
}

#mobile-menu-links > li > .sub-menu li {
    margin-bottom: 0rem;
    height: 40px;
    line-height:40px;
}

#mobile-menu-links > li > .sub-menu li a {
    text-decoration: none;
    font-weight:400;
    font-size: 1.2rem !important;
    padding-top:5px !important;
    padding-bottom:5px !important;
}

.mobile-menu-header a {
    text-decoration: none;
}

.mobile-menu-header a  img {
    width: 34%;
    height:auto;
}

.mobile-menu-close {
    float:right;
}
.mobile-menu-close :hover {
    cursor: pointer;
}

.mobile-menu-close img {
    width:36px;
    height:auto;
}

.mobile-menu-search-container {
	margin-top: 20px;
}

.mobile-menu-search-container form .job-search-container {
    width: 100%;
    height: 50px;
    font-size: 1.1rem;
}

.mobile-menu-search-container form .job-search-container .job-search {
    height: 50px !important;
}

.mobile-menu-search-container form .job-search-container .footer-job-search-submit {
    top: 2px;
    right: 4px;
}

.full-screen-mobile-menu-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 65px;
    text-align: center;
    z-index: 500001;
}

.full-screen-mobile-menu-footer button {
    position: relative;
    width: 45%;
    border-radius: 50px;
    height: 50px;
    font-size: 1.1rem;
    box-shadow: rgb(0 0 0 / 35%) 5px 5px 30px;
    background-color: #ffffff;
}

.full-screen-mobile-menu-footer button img {
    width: 13px;
}

.blue-button {
    color: white !important;
    background-color: #2078ff !important;
}

/* --- START HEADER SEARCH CSS --- */
.header-job-search{
    position:relative;
    margin-top:0px;
    margin-left:10%;
}
.header-job-search h1{
    font-size:5.0rem;
    color:#ffffff;
    margin-bottom:45px;
    margin-left:10px;
    font-weight:600;
    letter-spacing:-0.2rem !important;
    
}
.header-job-search .job-search-container{
    width:45%;
    max-width:770px;
}
.header-job-search form{
    margin-bottom:0 !important;

}
.job-search::placeholder{
    font-weight:200;
    color:#918c9e;
}
.header-job-search .job-count-text{
    color:#ffffff;
    font-weight:300;
}

.homepage-sponsor-tag {
    width: 82%;
    display: inline-block;
    position: relative;
    margin: 40px 9% 0 9%;
    text-align: right;
    color: white;
}

.homepage-sponsor-tag :hover {
    cursor: pointer;
}

.homepage-sponsor-tag p {
    color:white;
    line-height:42px;
}

.homepage-sponsor-tag img {
    display:inline-block;
    height:42px;
    width: auto;
}

.homepage-fair-tag {
    position: absolute;
    background-color: #2078ff;
    width:100%;
    height:100px;
    line-height:70px;
    color: white;
    bottom:0;
    text-align:center;

}

.career-fair-override {
    margin-top: -25px !important;
}

.header-job-search-with-fair {padding-bottom:20px !important;}

.homepage-fair-tag a {
 color: white;
 text-decoration:none;
}
.homepage-fair-tag a:visited {
    color: white;
   }

.homepage-fair-tag-container {
    width:84%;
    margin: 0 8%;
}
/* --- END HEADER SEARCH CSS --- */


/* --- END HEADER CSS --- */
/* --- START FOOTER CSS --- */
.site-footer{
    background-color:#d8d8dd;
    float:left;
    width:100%;
    padding:3%;
    color:#918c9e;
    margin-top:120px; 
}
.site-footer h3{
    font-size:1.9228rem;
    font-weight:600;
    margin-bottom:10px;
}
.site-footer a{
    text-decoration:none;
    color:#918c9e;
    font-size:1.8033rem;
    font-weight:400;
}
.site-footer ul{
    margin:0;
    list-style-type:none;
}
.site-footer ul li{
    margin-bottom:5px;
}
.footer-account{
    border-right:1px solid #bababa;
    text-align:center;
    padding-top:35px; 
}
.footer-logo{
    max-width:260px;
    width:260px;
}
.footer-myaccount-button{
    display:block;
    margin-top:15px;
    color:#2f2e35 !important;
}
.footer-myaccount-icon{
    width:15px;
    margin-right:7px;
    margin-top:-5px;
    vertical-align:middle;
}
.footer-signup-button{
    display:inline-block;
    margin-top:75px;
}
.footer-partnership-logos{
    display:inline-block;
}
.footer-logo-text{
    margin:75px 0 0;
    font-size:1.0868rem;
    text-align:left;
    font-weight:300;
    letter-spacing:-0.05rem;
}
.footer-th-logo{
    width:125px;
    padding-bottom:5px;
}
.footer-x-icon{
	height: 30px;
	width: 30px;
    margin:0 15px;
    padding-bottom:10px;

}
.footer-gddc-logo{
    width:125px;

}
.footer-right{
    padding-top:35px;
}

/* --- START FOOTER SEARCH CSS --- */

.footer-job-search{
    margin-top:83px;
}
.footer-job-search h1{
    font-size:4.2059rem;
    font-weight:500;
    color:#2f2e35;
    margin-left:10px;
}
.footer-job-search h1{
    margin-bottom:15px;
}

.job-search-container{
    position:relative;
    width:70%;
    border-radius:50px;
    height:70px;
    font-size:1.6361rem;
    box-shadow:rgba(0,0,0,0.35) 5px 5px 30px;
    background-color:#ffffff;
}
.job-search{
    width:69.5%;
    height:70px !important;
    padding:0 !important;
    margin-left:60px;
    outline:none !important;
    border:none !important;
}
.footer-job-search-submit{
    position:absolute;
    top:12px;
    right:15px;
}
/*.job-search-icon{
    position:absolute;
    top:26px;
    left:20px;
    width:30px;
}*/
.job-count-text{
    margin:10px 0 0 23px;
    font-size:1.3rem;
    color:#918c9e;
}

.homepage_three_bullets {
    margin-top: 125px;
}

.homepage_three_bullets > h2 {
    font-size: 4.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.homepage_three_bullets > p {
    font-size: 2.0rem;
    color: #918c9e;
}

.homepage_three_bullets .wp-block-columns .wp-block-column h2 {
    font-size: 4.2rem;
    font-weight: 800;
    margin-bottom: 0px;
}

.homepage_three_bullets .wp-block-columns .wp-block-column p {
    margin-bottom: 0;
    font-size: 1.2rem;
    color: #918c9e;
}

.homepage_three_bullets .wp-block-columns .wp-block-column p a {
    text-decoration: none;
    color: #2078ff;
}  

.homepage_three_bullets .wp-block-columns .wp-block-column p strong {
    margin-bottom: 0;
    font-size: 1.5rem;
    color: black;
    font-weight: 600;
}

.homepage_three_bullets .wp-block-columns .wp-block-column {
    border-right: 1px solid #918c9e;
    margin: 5%;
}
.homepage_three_bullets .wp-block-columns .wp-block-column:last-child {
    border-right: none;
}

.featured-image-html {
    z-index: 1;
    display: block;
    position: relative;
    margin-left:15%;
    width:45%;
}
.featured-image-html h3 {
    color: white;
    font-size: 1.8rem;
    padding: 5px 5px 17px 8px;
    margin: 0 0 0 0;
}
.featured-image-html h1 {
    color: white;
    font-size: 5.0rem;
    padding: 0px 5px 0px 5px;
    font-weight: 600;
    margin: -30px 0 0 0;
}
.featured-image-html p {color: white;font-size:1.4rem;}

/* --- END FOOTER SEARCH CSS --- */

/* --- END FOOTER CSS --- */

/* --- HEADER MEDIA QUERIES --- */
.mobile-only {
    display:none;
}

/* New PHP Verion Mobile Job Container- AL*/
@media screen and (max-width: 480px) {
	 .job-container {
                flex-direction: column;
            }
	.left-column, .right-column {
		padding: 5px;
		margin: 0;
		flex: 1 1 100%;
		width: 100% !important;
            }
	/*.job{
		width:55% !important;
		padding: 10px !important;
	}*/
	.column {
    width: 100%;
	}
	
	.right-column {
		margin: 0px !important;
	}
	.button-small {
		float:left !important;
	}
	.adj-explainer-text {
		font-size:18px !important;
	}
	.h2 {
		font-size: 20px !important;
	}
	.row {
		float: left !important;
        margin-left: 5px;
        margin-bottom: 80px;
        padding: 0px !important;
        width:100% !important;
		/*margin-left: 40px;*/
	}
	
	a.button-small.adj-blue {
		margin-top: -100px !important;
        font-size: 20px !important;
		width:50% !important;
		margin-left: 70px !important;
	}
	p{
		font-size: 1.5rem !important;
	}
	    .jobTitle {
        font-size: 1.0rem;
    }
	.company-name2 {
		font-size: .90rem !important;
	}
	.title {
		font-size:1.0rem !important;
		margin-right: 8px !important;
	}
	.column-1 {
		float: left !important;
        width: 100% !important;
		border-right: 0px !important;
	}
	.column-2 {float: left !important;
        width: 100% !important;
		border-right: 0px !important;
		margin-top: 20px;
    }
	.column-3 {float: left !important;
        width: 100% !important;
		margin-top: 20px;
    }
	.logo-container {
		width: 30px !important;
		height: auto !important;
		border-radius: 50%;
		background-color: #fff;
		border: 2px solid #bababa;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		margin-right: 20px !important;
	}
}



@media screen and (max-width: 1550px) {
    .signup-button{
        font-size: 1.2582rem !important;
        padding: 8px 45px 12px 45px !important;
        border-radius: 50px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        text-decoration: none !important;
        line-height: normal !important;
        letter-spacing: 0 !important;
    }     
}

@media screen and (max-width: 1200px) {
    #site-navigation{
        display:none;
    }
    .account-widget{
        width:100% !important;
    }
    .mobilemenu-button{
        display:block;
    }

    .header-job-search .job-search-container {width:70%;}
}

@media screen and (max-width: 1024px) {
    #site-navigation{
        display:none;
    }
    #masthead a{
        font-size:1.5rem;
    }
    .account-widget{
        width:100% !important;
    }
    .myaccount-icon{
        width:10px;
        margin-right:5px;
        margin-top:-3px;
    }
    .signup-button{
        padding:5px 25px;
    }
    .mobilemenu-button{
        display:block;
    }
}

@media screen and (max-width: 768px) {
    .myaccount-button{
        display:none;
    }
    .signup-button{
        display:none;
    }
    .site-main{
        margin:0;
    }
}

.homepage-with-fair {height: 660px !important;}

@media screen and (max-width: 480px) {
    .homepage-with-fair {
        padding-bottom: 100px;
    }

    .career-fair-override {
        margin-top: 90px !important;
    }

    #masthead{
        padding: 20px;
    }
    .site-branding{
        width:150px;
    }

    .site-branding .custom-logo-link img {
        width:110px;
        height:auto;
    }

    .myaccount-button{
        display:none;
    }
    .signup-button{
        display:none;
    }

    .background-image-content
    {
        height: 110px;
    }

    .background-image-content.homepage {
        height: 80%;
    }

    .header-job-search .job-search-container {
        width: 100%;
        max-width: 770px;
        height: 60px;
        font-size: 1.2rem;
    }

    .header-job-search {
        position: relative;
        margin-top: 64px;
        margin-left: 5%;
        margin-right: 5%;
    }

    .header-job-search h1 {
        font-size: 3.6rem;
        text-align: center;
        color: #ffffff;
        margin-bottom: 16px;
        padding-top: 25px;
        margin-left: 0px;
        font-weight: 600;
        letter-spacing: -.2rem !important;
    }

    .job-search {
        width: 69.5%;
        height: 60px !important;
        padding: 0 !important;
        margin-left: 35px;
        outline: none !important;
        border: none !important;
    }

    .footer-job-search-submit {
        position: absolute;
        top: 7px;
        right: 15px;
    }

    .job-count-text {
        margin: 0px 0 0 0;
        font-size: 1.1033rem;
        color: #918c9e;
    }

    .header-job-search .job-count-text {
        color: #ffffff;
        font-weight: 300;
        width: 100%;
        text-align: center;
        padding-top:10px;
    }

    .homepage-sponsor-tag {
        width: 82%;
        display: inline-block;
        position: relative;
        margin: 40px 9% 25px 9%;
        text-align: right;
        color: white;
    }

    .homepage-sponsor-tag img {
        display: inline-block;
        height: 32px;
        width: auto;
    }

    .mobile-hide {
        display:none;
    }

    .mobile-only {
        display:block;
    }
    
    .site-main {
        padding-top:1px;
    }

    .mobilemenu-button {
        margin-left: 50px;
        margin-top: 0px;
        width: 24px;
        padding-top: 0;
    }
}
/* --- HEADER MEDIA QUERIES --- */    



/* --- START SEARCH FILTERS CSS --- */
.adj-search-criteria-header {
    width:100%;
    height:70px;
}
.adj-search-criteria-header div{
    float:left;
    height:50px;
    position:relative;
}
.job-search-column-left{
    float:left;
}
.job-search-column-right{
    float:right !important;
    margin-top:-8px;
}
.job-search-column-right > div{
    margin-right:40px;
    position:relative;
}
.adj-search-title {
    font-size:2.0rem;
    font-weight:bold;
    padding-left:10px;
    margin-top:-8px;
    margin-right:30px;
}
.adj-search-emsi{
}
.adj-search-emsi-container{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:275px;
    height:60px !important;
    border:1px solid #e7e7e7;
    border-radius:50px;
    position:relative;
    overflow:hidden;
    text-align:left;
}
#emsiSkillPicker{
    border:none;
    width:140px;
    padding:5px 0px 0px 20px;
    font-size:1.333334341rem;
    height:60px;
}
.adj-search-emsi img{
    width:70px;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:25px;
    margin-top:2px;
}

.adj_emsi_text_search_single_result {
    width:100%;
    border-bottom: 1px solid black;
    cursor: pointer;
}
.adj_emsi_text_search_single_result:hover {
    background-color: #FFFFCE;
}

.adj-search-emsi{
    font-size: 1.0rem;
    color: #918c9e;
    width: 140px;
    margin-top: -7px;
    
}
.adj-search-emsi select{
    border: none;
    text-decoration: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 28px 0 21px;
    height: 100%;
    position: relative;
    background-color: transparent;
    z-index: 1;
    width: 100px;
    margin-left: 40px;
    margin-top: 0px;
}
.adj-search-emsi .job-search-icon-category{
    width:55px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
}
.adj-search-emsi .job-search-chevron-icon{
    width: 16px;
    right: 0;
    position: relative;
    display: inline-block;
    top: 3px;
    transform: translateY(-50%);
    margin-left: -40px;
}


.adj-search-category{
    position:relative;
    font-size:1.0rem;
    color:#918c9e;
    width:140px;
    
}
.adj-search-category select{
    border:none;
    text-decoration:none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding:0 28px 0 21px;
    height:100%;
    position:relative;
    background-color:transparent;
    z-index:1;
    width: 140px; /* Icon width + margin width + text width + margin width + chevron width */
}
.adj-search-category .job-search-icon-category{
    width:16px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
}
.adj-search-category .job-search-chevron-icon{
    width: 16px;
    right: 0;
    position: relative;
    display: inline-block;
    top: 3px;
    transform: translateY(-50%);
    margin-left: -38px;
}
.adj-search-location{
    position:relative;
    font-size:1.0rem;
    color:#918c9e;
}
.adj-search-location select{
    border:none;
    text-decoration:none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding:0 28px 0 21px;
    height:100%;
    position:relative;
    background-color:transparent;
    z-index:99;
    width: 140px;
}
.adj-search-location .job-search-icon-location{
    width:16px;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
}
.adj-search-location .job-search-chevron-icon{
    width: 16px;
    right: 0;
    position: relative;
    display: inline-block;
    top: 3px;
    transform: translateY(-50%);
    margin-left: -38px;
}
.adj-search-job-type{
    position:relative;
    font-size:1.0rem;
    color:#918c9e;
}
.adj-search-job-type select{
    border:none;
    text-decoration:none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding:0 28px 0 21px;
    height:100%;
    position:relative;
    background-color:transparent;
    z-index:99;
    width:140px;
}
.adj-search-job-type .job-search-icon-jobtype{
    width:16px;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
}
.adj-search-job-type .job-search-chevron-icon{
    width: 16px;
    right: 0;
    position: relative;
    display: inline-block;
    top: 3px;
    transform: translateY(-50%);
    margin-left: -38px;
}
.adj-search-full-part{
    position:relative;
    font-size:1.0rem;
    color:#918c9e;
}
.adj-search-full-part select{
    border:none;
    text-decoration:none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding:0 28px 0 21px;
    height:100%;
    position:relative;
    background-color:transparent;
    z-index:99;
    width:140px;
}
.adj-search-full-part .job-search-icon-jobtype{
    width:16px;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
}
.adj-search-full-part .job-search-chevron-icon{
    width: 16px;
    right: 0;
    position: relative;
    display: inline-block;
    top: 3px;
    transform: translateY(-50%);
    margin-left: -38px;
}
.adj-search-hamburger {
    width:70px !important;
    position:relative;
    float:right !important;
    margin-right:0 !important;
}
.adj-search-hamburger-container {
    background-color:#2078ff;
    border-radius:100%;
    width:50px;
    height:50px;
    padding:15px;
    cursor:pointer;
}
.adj-search-hamburger img{
    position:absolute;
    width:22px;
    left:14px;
    top:18px;
}
.adj-search-expanded-criteria {
    display:none;
    width:100%;
    font-size:1.0rem;
}

.mobile-only .adj-search-expanded-criteria .job-search-container {
	width:100% !important;
	height:50px !important;
	margin-top:35px !important;
    margin-bottom:35px !important;
}

.mobile-only .adj-search-expanded-criteria .job-search-container #footer-job-search-field{
	height: 50px !important;
    font-size: 1rem;
}

.mobile-only .adj-search-expanded-criteria .job-search-container #job-search-submit{
    top: 2px !important;
    right: 4px !important;
}

.mobile-only .adj-search-expanded-criteria .adj-search-category {
    width:100%;
}
.mobile-only .adj-search-expanded-criteria .adj-search-category select {
    width:100%;
}
.mobile-only .adj-search-expanded-criteria .adj-search-location {
    width:100%;
}
.mobile-only .adj-search-expanded-criteria .adj-search-location select {
    width:100%;
}
.mobile-only .adj-search-expanded-criteria .adj-search-job-type {
    width:100%;
}
.mobile-only .adj-search-expanded-criteria .adj-search-job-type select {
    width:100%;
}
.mobile-only .adj-search-expanded-criteria .adj-search-full-part {
    width:100%;
}
.mobile-only .adj-search-expanded-criteria .adj-search-full-part select {
    width:100%;
}
/* --- END SEARCH FILTERS CSS --- */

/* --- START ADVANCED SEARCH FILTERS   --- */

.adj-search-expanded-criteria select{
    border:none;
    text-decoration:none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding:0;
    height:100%;
    position:relative;
    background-color:transparent;
    z-index:1;
    overflow:hidden;
    color:#918c9e;
}
.advanced-job-search-chevron-icon{
    width:16px;
    margin-left:15px;
}
.adj-advanced-company select{
    max-width:70px !important;
}
.adj-advanced-company select:focus{
    max-width:295px !important;
}
.adj-advanced-benefits select{
    max-width:60px !important;
}
.adj-advanced-benefits select:focus{
    max-width:160px !important;
}
.adj-advanced-experience select{
    max-width:81px !important;
}
.adj-advanced-experience select:focus{
    max-width:300px !important;
}
.adj-advanced-education select{
    max-width:72px !important;
}
.adj-advanced-education select:focus{
    max-width:300px !important;
}
.adj-advanced-shift select{
    max-width:33px !important;
}
.adj-advanced-shift select:focus{
    max-width:300px !important;
}

/* --- END ADVANCED SEARCH FILTERS --- */

/* --- START INTERIOR SEARCH CSS --- */
.page-id-794 .gradient-top-black{
    height:200px;
}
.page-id-794 .site-main{
    margin-top:-115px;
}
.interior-search-container{
    width:100%;
}
.interior-search-title{
    font-size:3.0rem;
    line-height:3.0rem;
    font-weight:600;
    width:28%;
}
#footer-job-search-field {
    font-size:1.4rem;
}
.interior-search-input-container{
    width:50%;
}
.interior-search.job-search-container{
    width:100%;
}
.interior-search-advanced{
    text-align:right;
}
.interior-search-advanced-text{
    padding-right:25px;
    font-weight:300;
    width:80%;
}
.interior-search-advanced .adj-search-hamburger{
    border-radius:50%;
    height:50px;
    float:none !important;
}
.interior-search-filter-container{
    padding: 30px 0 0 0;
    /*padding:40px 0;
    margin:50px 0;
    border-top:1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;*/
}
.interior-search-results-container{
    margin-bottom:30px;
}
.interior-search-results-title{
    font-size:1.797501359rem;
    line-height:1.797501359rem;
    padding-right:25px;
}
.interior-search-save-search{

}
.browse-page-control{
    text-align:center;
    background-color:#ebebeb;
    border-radius:50px;
    padding:10px;
    color:#9590a2;
    font-size:1.166667549rem;
}
/* --- END INTERIOR SEARCH CSS --- */

.resume-bank.interior-search-title{
    font-size:2.25rem;
}
.resume-bank.adj-search-criteria-header{
    padding:40px 0 0 0;
}
.resume-bank .adj-search-result-name{
    flex:2 !important;
}
.resume-bank .search-result-logo-container{
    /*display:none !important;*/
}

/* --- START RESUME BANK SEARCH CSS --- */


/* --- END RESUME BANK SEARCH CSS --- */

/* --- START SEARCH RESULTS CSS --- */
.adj-search-result-item {
    width:100%;
    border:2px solid #dbdbdb;
    border-radius:15px;
    padding:20px 30px;
    margin:15px 0px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-wrap:nowrap;
    position:relative;

}

.adj-search-result-item:hover {
    border: 4px solid #2078ff;
}

.top-job-flag {
    position:absolute;
    top: -3px;
    left: 95px;
}

.search-subheading {
    font-size: 2.2rem;
    font-weight: 400;
}

.adj-search-result-logo {
    margin-right:40px;
}

.adj-search-result-logo:hover {
    cursor:pointer;
}
.adj-search-result-name:hover {
    cursor:pointer;
}
.adj-search-result-location:hover {
    cursor:pointer;
}
.adj-search-result-date:hover {
    cursor:pointer;
}

.search-result-logo-container {
    width:60px;
    height:60px;
    border-radius:50%;
    background-color:#fff;
    border:2px solid #bababa;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}
.search-result-logo-container img {
    width:90%;
}
.adj-search-result-name, .adj-search-result-location, .adj-search-result-date, .adj-search-result-metric {
    position:relative;
}
.adj-search-result-name div, .adj-search-result-location div, .adj-search-result-date div, .adj-search-result-button div, .adj-search-result-manage-btn div {
    /*position:absolute;
    top:50%;
    transform:translateY(-50%); replaced by flex*/
}
.adj-search-result-name{
    overflow:hidden;
    flex:3;
    flex-shrink:1;
    margin-right:60px;
    white-space:nowrap;
}
.adj-search-result-location{
    flex:1;
}
.adj-search-result-date{
    flex:1;
}
.adj-search-result-metric{
    width:10%;
}
.adj-search-result-manage-btn{
    width:15%;
}
.search-result-title {
    font-size:1.2rem;
    font-weight:600;
    color:#2f2e35;
    margin:0;
    line-height:normal;
}
.search-result-job-title {
    font-weight:bold;
}
.search-result-detail {
    font-size:1.1rem;
    font-weight:500;
    color:#918c9e;
    margin:0 0 0 0px;
    line-height:normal;
}
.adj-search-result-button {
    position:relative;
    flex:1;
}
.adj-search-result-button div {
    /*position:absolute;
    top:50%;
    transform:translateY(-50%);*/
}
.adj-search-result-button a{
    white-space:nowrap;
}

.adj-search-result-manage-btn {
    float:right;
    position:relative;
    height:75px;
}
.adj-search-result-manage-btn div {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
.adj-search-result-manage-btn a{
    white-space:nowrap;
}


.search-result-job-favorite {
    height:25px;
    margin-left:15px;
}

.adj-search-big-title {
    display:flex;
    font-size:2.33rem;
    font-weight:500;
}

.adj-search-big-keyword{
    display:flex;
    width: 66%;
    padding:0 auto;
}

.adj-category-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    font-size: 1.1rem;
}

.adj-category-list li  {
    list-style-type:none;
}

.adj-category-list li a {
    text-decoration:none;
    color: #2f2e35;

}

.adj-city-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: ;
    font-size: 1.1rem;
}

.adj-city-list li  {
    list-style-type:none;
}

.adj-city-list li a {
    text-decoration:none;
    color: #2f2e35;

}

.adj-category-count {
    width: 35px;
    text-align: right;
    margin-right: 15px;
    color: #2078ff;
    display: inline-block;
}
.ginput_container_checkbox {
    font-weight: normal;
    color: #595959;
}
.ginput_container_radio {
    font-weight: normal;
    color: #595959;
}
.gform_body.gform-body {
    letter-spacing: normal;
}

/* Job container */
main#primary {
    padding-top: 50px;
    padding-bottom: 50px;
}
 .job-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.left-column, .right-column {
	 flex: 1 1 48%;
	box-sizing: border-box;
	padding: 10px;
}
.left-column {
	margin-right: 20px;
}
.right-column {
	margin-left: 20px;
}
.left-column, .right-column {
	width: 718px;
	/*height: 12002px;*/
}
.job {
	width: 100%;
    border: 2px solid #dbdbdb;
    border-radius: 15px;
    padding: 20px 30px;
    margin: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    position: relative;
	margin-bottom: 20px;
}
.logo-container {
	width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #bababa;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	margin-right: 40px;
}
.company-logo {
	width: 50.391px;
	height: 21.250px;
	float:left;
}
.title {
	font-size: 20px;
	color: #000;
	margin-bottom: 5px;
	overflow: hidden;
    flex: 3;
    flex-shrink: 1;
    margin-right: 60px;
    white-space: nowrap;
}
.company-name2 {
	font-size: 1.1rem;
    font-weight: 500;
    color: #918c9e;
    margin: 0 0 0 0px;
    line-height: normal;
}
.company-link {
	font-size: 1.1rem !important;
	padding: 8px 45px 12px 45px !important;
	border-radius: 50px !important;
	text-transform: none !important;
	font-weight: 400 !important;
	text-decoration: none !important;
	line-height: normal !important;
	letter-spacing: 0 !important;
	display: inline-block;
	cursor: pointer;
	margin-top: 10px;
}
/* End job Container */

#adj_emsi_text_search {width: 70%;height:50px;}
.emsi-modal-results {width:100%;height:200px;overflow-y:scroll;}
.full-width-center {width:100%;text-align:center;padding:0 auto;}
/* --- END  SEARCH RESULTS CSS --- */

/* --- HEADER MEDIA QUERIES --- */
@media screen and (max-width: 1305px) {
    .job-search-column-right .adj-search-job-type {display:none;}

    .search-page-2col {display:block !important;}
    .search-page-2col .wp-block-column:not(:first-child) {margin-left:0;}
}

@media screen and (max-width: 1115px) {
    .job-search-column-right .adj-search-full-part {display:none;}
    .adj-search-result-location {display:none;}

    .footer-right .footer-menu-1 {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .footer-right .footer-menu-2 {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .footer-right .footer-menu-3 {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .footer-menu {
        width:90% !important;
    }
}

@media screen and (max-width: 1024px) {
    .adj-search-result-date{
        display:none;
    }
    .adj-search-result-location{
        display:none;
    }    

    .job-search-column-left .adj-search-emsi {display:none;}

    form[name=ADJSearchForm]{
        display:none;
    }
    form[name=ADJSearchFormMobile]{
        display:block;
    }

    .adj-category-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width: 768px) {
    .adj-search-result-button{
        text-align:center;
        flex: 0.25;
    }

    .homepage_three_bullets .wp-block-columns   {
        display:block;
    }

    .homepage_three_bullets .wp-block-columns .wp-block-column   {
        display:block;
        border-right:0;
        margin: 5% 15%;
    }

    .adj-search-result-name {margin-right:0;}

    .adj-search-result-button a {
        padding: 8px 25px 12px 25px !important;
        white-space: nowrap;
        font-size: 0.9rem !important;
    }
    
    .job-search-column-left .adj-search-location {display:none;}

    .adj-category-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .adj-category-list li {
        list-style-type: none;
        font-size: 1.1rem;
    }

    .adj-city-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .adj-city-list li {
        list-style-type: none;
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 480px) {
    h2 {font-size:1.5rem;}

    .button-small {
        font-size: 0.7rem !important;
        padding: 0px 16px 0px 15px !important;
        border-radius: 50px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        text-decoration: none !important;
        line-height: 40px !important;
        height: 42px !important;
        letter-spacing: 0 !important;
        display: inline-block;
        cursor: pointer;
    }

    .button-primary {
        font-size: 0.7rem !important;
        padding: 0px 16px 0px 15px !important;
        border-radius: 50px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        text-decoration: none !important;
        line-height: 40px !important;
        height: 42px !important;
        letter-spacing: 0 !important;
        display: inline-block;
        cursor: pointer;
        background-color:#2078ff !important;
        color:#ffffff !important;
    }

    .gform_button {
        font-size: 0.7rem !important;
        padding: 0px 16px 0px 15px !important;
        border-radius: 50px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        text-decoration: none !important;
        line-height: 40px !important;
        height: 42px !important;
        letter-spacing: 0 !important;
        display: inline-block;
        cursor: pointer;
        background-color:#2078ff !important;
        color:#ffffff !important;
    }


    .adj-search-criteria-header {
        width: 100%;
        height: 26px;
        margin-top: -10px;
    }

    #ADJSearchFormMobile .adj-search-criteria-header .job-search-column-left .adj-search-title {
        font-size: 1.5rem;
    }

    .adj-search-criteria-header div {
        height:36px;
    }

    .adj-search-hamburger-container {
        height:36px;
        width:36px;
        margin-top: -10px;
    }

    .adj-search-hamburger img {
        width: 16px;
        left: 10px;
        top: 13px;
    }

    .adj-search-hamburger {
        width:36px !important;
        height:36px !important;
    }

    .adj-search-result-item{
        justify-content:normal;
        padding: 10px 10px 10px 10px;
    }
    .adj-search-result-logo{
        margin-right:0;
    }
    .search-result-logo-container {
        height:55px !important;
        width:55px !important;
    }
    .adj-search-result-name{
        text-align:celeftnter;
        white-space:normal;
        margin-left: 10px; /* Added to center at 480 screen */
        margin-right:0px;
    }
    .adj-search-result-button{
        text-align:center;
        margin-top: 0px !important;
    }
    .adj-search-result-button div a {
        font-size: 1.0rem !important;
        padding: 5px 15px !important;
        float: right;
    }
    /* Added to center on 480 screen favorite star */
    img.search-result-job-favorite {
        display:none;
    }

    .search-result-title {font-size:1.0rem;}
    .search-result-detail {font-size:1.0rem;}

    .top-job-flag {
        position: absolute;
        top: -3px;
        left: 54px;
    }

    .search-subheading {
        font-size: 1.5rem;
        font-weight: 400;
        margin-left: 5px;
    }
}
/* --- HEADER MEDIA QUERIES --- */    

/* --- BEGIN: MANAGE ACCOUNT PAGE CSS --- */
.manage-account-list li {
    list-style-type: none;
}
.manage-account-list li b {
    margin-right: 25px; 
}
.manage-account-list li select {
    margin-right: 25px; 
}
/* Angel Manage account css*/
ul.manage-account-list{
    margin:0px;
}
input.account-delete-btn {
    margin-top: 10px;
}
@media screen and (max-width: 600px) {
    ul.manage-account-list{
       font-size: 1.166667549rem; 
    }
}
/* --- END: MANAGE ACCOUNT PAGE CSS --- */

/* --- BEGIN: RESUME BUILDER CSS --- */
.adj-fancy-radio {width:100%;}/*Changed width to 100% from 350px;AL */

.adj-fancy-radio-option {
    width:100%; 
    border:2px solid #dbdbdb;
    border-radius:15px;
    padding:20px 30px;
    margin:15px 0px;
    cursor: pointer;
    font-size: 1.25rem;
}

#resumeName {
    border:2px solid #dbdbdb;
    border-radius:15px;
    padding:20px 30px;
    margin:15px 0px;
    width: 100%; /* Changed 350px to 100% - AL */
}

#resumeFirstName {
    border:2px solid #dbdbdb;
    border-radius:15px;
    padding:20px 30px;
    margin:15px 0px;
    width: calc(50% - 8px); 
}

#resumeLastName {
    border:2px solid #dbdbdb;
    border-radius:15px;
    padding:20px 30px;
    margin:15px 0px;
    width: calc(50% - 8px); 
}

#resumeEmail {
    border:2px solid #dbdbdb;
    border-radius:15px;
    padding:20px 30px;
    margin:15px 0px;
    width: 100%; 
}

#resumePhone {
    border:2px solid #dbdbdb;
    border-radius:15px;
    padding:20px 30px;
    margin:15px 0px;
    width: 100%; 
}

#resumeFile {
    border:2px solid #dbdbdb;
    border-radius:15px;
    padding:20px 30px;
    margin:15px 0px;
    width: 350px;
    font-size: 1.18rem;
}

.resume-upload-file-container {display:none;}

.adj-fancy-radio-option span {
    float: right;
}

.adj-fancy-radio-option i {
    color: #2078ff;
    padding-right: 5px; /* Added- AL */
}

.adj-fancy-radio-option-selected
{
    border:2px solid #2078ff;
}

.resume-heading {
    font-size: 26pt;
    color:#2078ff;
    min-width:350px;
}

.resume-heading button {
    float: right;
    font-size: 15pt;
    display:inline-block;
    border-radius:50px;
    text-transform:none;
    font-weight:normal;
    padding:15px 50px;
    background-color:#2078ff;
    border:1px solid #2078ff;
    color:#ffffff !important;
    margin-top: -50px;
}

.resume-heading-add-button {
    font-size: 15pt;
    display:inline-block;
    border-radius:10px;
    text-transform:none;
    font-weight:normal;
    padding:15px 15px;
    background-color:#2078ff;
    border:1px solid #2078ff;
    color:#ffffff !important;
    min-width:350px;
    text-align:left;
    margin:1px 5px 5px 1px; /* Added margin */
}

.resume-heading-add-button span {
    float:right;
}

.resume-summary-edit-field {
    display: none;
}
.resume-edit-summary{
    float:right;
    margin-top:10px;
    margin-bottom: 5px;
}
.resume-detail-single-item {
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    padding:15px;
    margin-top: 20px;
}

.resume-detail-single-resume_education_level {
    color: #2078ff;
    font-weight: bold;
    size: 24pt;
}

.resume-detail-single-resume_field_of_study {
    color: black;
    font-weight: bold;
    size: 24pt;
}

.resume-detail-single-resume_school_name {
    color: #8b8598;
    font-weight: 400;
    font-size: 1.500001134rem;
}

.resume-detail-single-resume_school_dates {
    color: black;
    font-weight: 400;
    font-size: 1.500001134rem;
}

.resume-detail-single-resume_edu_description {
    color: #2f2e35;
    font-weight: 400;
    size: 16pt;
}

.resume-detail-single-resume_edu_description span {
    color: #2078ff;
}
.resume-detail-single-resume_edu_description {
    color: #8b8598;
    font-weight: 400;
    font-size: 1.500001134rem;
}
.resume-link-container {
    padding-left: 30px;
    padding-bottom: 20px;
}

.resume-link-title {
    color: #2078ff;
    font-size: 18pt;
    font-weight: bold;
}

.resume-link-title span {
    margin-left: 10px;
}

.resume-link-url span {
    margin-left: 10px;
}

.resume-link-url a {
    color: #2f2e35;
    font-size: 1.500001134rem;
    text-decoration: none;
}
span.resume-summary-view-field {
    color: #8b8698;
}
/* Angel's Resume CSS */
.resume-create-header{
    display:none;
}
.resume-nickname{
    font-size: 1.625rem;
    color: #2f2e35;
    min-width: 350px;
    font-weight: 800;
}
.resume-heading{
    font-size: 1.625rem;
    color: #2f2e35;
    min-width: 350px;
    font-weight: 800;
}
input#resumeName {
    font-size: 0.938rem !important;
    max-width: 350px;
}
.adj-fancy-radio-option.adj-fancy-radio-option-selected {
    font-size: 1.18rem;
    max-width: 350px;
}
.adj-fancy-radio {
    max-width: 350px;
}
.resume-supported-file{
    font-size: 1.125rem;
    color: #8d879a;
}
.resume-upload-file{
    font-size: 1.625rem;
    font-weight: 700;
    max-width: 350px !important;
}
.resume-set-visability-header{
    font-size: 1.625rem;
    color: #2f2e35;
    min-width: 350px;
    font-weight: 800;
}
.resume-continuebtn{
    width: 100px;
    font-size: 0.938rem;
}
.resume-detail{
    font-size: 1.25rem;
}

input.resume-continuebtn {
    border-radius: 50px;
    text-transform: none;
    font-weight: normal;
    padding: 15px 15px;
    background-color: #2078ff;
    border: 1px solid #2078ff;
    text-align: center;
    float: right;
    color: #ffffff;
    margin-top: 20px;
}
.resume-cancelbtn{
    border-radius: 50px !important;
    text-transform: none;
    font-weight: normal;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    text-align: center;
    margin-top: 20px;
    color: #8d879a;
    display: inline-block;
    line-height: normal !important;
    padding: 8px 25px 8px 25px !important;
}
a.cancel-btn-redirect{
    text-decoration: none !important;
    color: #8d879a !important;
}
/* Resume-manage-categories */
h2.manage-resume-categories {
    font-size: 1.500001134rem;
    font-weight: 800;
}
button.build {
    font-size: 15pt;
    display: inline-block;
    border-radius: 10px;
    text-transform: none;
    font-weight: normal;
    padding: 15px 15px;
    background-color: #2078ff;
    border: 1px solid #2078ff;
    color: #ffffff !important;
    min-width: 350px;
    text-align: left;
    margin: 1px 5px 5px 1px;
    margin-top:20px;
}
h2.add-remove-skills-header {
    font-size: 1.500001134rem;
    font-weight: 800;
}
/*Back arrow button*/
i.fas.fa-arrow-alt-circle-left {
    font-size: 50px;
    color: #2078ff;
    margin-bottom: 20px;
}
button.the-category {
    border: 3px solid #dfdfdf;
    padding: 10px 15px 10px 15px;
    border-radius: 25px;
    margin-top: 10px;
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-right: 10px; 
}
input.add-category {
    background-color: #2078ff;
    color: #ffffff;
}
input#gform_submit_button_11 {
    background-color: #2078ff;
    color: #ffffff;
}
.work-experience-edit-btn{
    float: right;
    font-size: 15pt;
    display: inline-block;
    border-radius: 50px;
    text-transform: none;
    font-weight: normal;
    padding: 15px 50px;
    background-color: #2078ff;
    border: 1px solid #2078ff;
    color: #ffffff !important;
    margin-right: 10px;
}
.work-experience-delete-btn{
    float: right;
    font-size: 15pt;
    display: inline-block;
    border-radius: 50px;
    text-transform: none;
    font-weight: normal;
    padding: 15px 50px;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    color: #8d879a !important;
}
.resume-detail-single-resume_education_level {
    font-size: 2.000001512rem;
    height: 50px;
}
.resume-detail-single-resume_field_of_study {
    font-size: 2.000001512rem;
}
.work-education-edit-btn{
    float: right;
    font-size: 15pt;
    display: inline-block;
    border-radius: 50px;
    text-transform: none;
    font-weight: normal;
    padding: 15px 50px;
    background-color: #2078ff;
    border: 1px solid #2078ff;
    color: #ffffff !important;
    margin-right: 10px;
}
.work-education-delete-btn{
    float: right;
    font-size: 15pt;
    display: inline-block;
    border-radius: 50px;
    text-transform: none;
    font-weight: normal;
    padding: 15px 50px;
    background-color: #fff;
    border: 1px solid #8d879a;
    color: #8d879a!important;
}
i.far.fa-file-alt {
    margin-right: 10px;
    font-size: 2.000001512rem;
}
i.fas.fa-trash-alt {
    color: #908b9d;
}
/* Media Query for Resume information */
@media screen and (max-width: 600px) {
    .uploaded-resume-downloads{
        width: 100%;
    }
    .resume-heading-add-button{
        min-width: 100%;
        margin-bottom: 10px;
    }
    .resume-heading.upload {
        display: block;
        margin-top: 10px;
    }
    .resume-heading button {
        float:right;
        font-size: 15pt;
        display: inline-block;
        border-radius: 50px;
        text-transform: none;
        font-weight: normal;
        padding: 9px 40px;
        background-color: #2078ff;
        border: 1px solid #2078ff;
        color: #ffffff !important;
        margin-top: -35px;
        margin-right: 65px;
    }
    .resume-nickname{
        font-size: 1.625rem;
        color: #2f2e35;
        width: 100%;
        font-weight: 800;
    }
    #resumeName {
        border: 2px solid #dbdbdb;
        border-radius: 15px;
        padding: 20px 30px;
        margin: 15px 0px;
        width: 100%;
    }
    #resumeFile {
        border: 2px solid #dbdbdb;
        border-radius: 15px;
        padding: 20px 30px;
        margin: 15px 0px;
        width: 100%;
        font-size: 1.18rem;
    }
    a.cancel-btn-redirect{
        text-decoration: none !important;
        color: #8d879a !important;
        font-size: 1.254167615rem;
    }
    .adj-fancy-radio-option.adj-fancy-radio-option-selected {
        font-size: 1.18rem;
        max-width: 100%;
    }
    .adj-fancy-radio {
        width: 100%;
    }
    button.build {
        font-size: 15pt;
        display: inline-block;
        border-radius: 10px;
        text-transform: none;
        font-weight: normal;
        padding: 15px 15px;
        background-color: #2078ff;
        border: 1px solid #2078ff;
        color: #ffffff !important;
        min-width: 100%;
        text-align: left;
        margin: 10px 5px 5px 1px;
    }
    .resume-button-section {
        box-shadow: rgb(0 0 0 / 50%) 0px -6px 6px -6px;
        padding: 10px;
        margin-top: 10px;
        background-color: white;
        border-top-left-radius: 25px;
        width: 100%;
        border-top-right-radius: 25px;
        margin-left: 0px;
        margin-top: 60px;
    }
    input.add-category {
        padding: 1px 5px 1px 5px;
        font-size: 1.166667549rem;
        margin-top: 10px;
        border-radius: 3px;
        background: #2078ff;
        color: #ffffff;
    }
    .the-category{
        width:100%;
        font-size: 1rem;
        margin-bottom: 5px;
    }
    button.the-category {
        border: 3px solid #dfdfdf;
        padding: 8% 10%;
        border-radius: 25px;
        margin-top: 10px;
        background-color: #ffffff;
    }
    input#gform_submit_button_11 {
        background-color: #2078ff;
        color: #ffffff;
    }
    .resume-detail-single-resume_education_level {
        font-size: 1.166667549rem;
        height: 50px;
    }
    .work-experience-delete-btn{
        float: right;
        font-size: 12pt;
        display: inline-block;
        border-radius: 50px;
        text-transform: none;
        font-weight: normal;
        padding: 5px 20px;
        background-color: #fff;
        border: 1px solid #d4d4d4;
        color: #8d879a !important;
        margin-top:5px;
    }
    .work-experience-edit-btn {
        float: left;
        font-size: 12pt;
        display: inline-block;
        border-radius: 50px;
        text-transform: none;
        font-weight: normal;
        padding: 5px 25px;
        background-color: #2078ff;
        border: 1px solid #2078ff;
        color: #ffffff !important;
        margin-top: 5px;
    }
    .work-education-edit-btn {
        float: left;
        font-size: 12pt;
        display: inline-block;
        border-radius: 50px;
        text-transform: none;
        font-weight: normal;
        padding: 5px 25px;
        background-color: #2078ff;
        border: 1px solid #2078ff;
        color: #ffffff !important;
        margin-top: 5px;
    }
    .work-education-delete-btn {
        float: right;
        font-size: 12pt;
        display: inline-block;
        border-radius: 50px;
        text-transform: none;
        font-weight: normal;
        padding: 5px 20px;
        background-color: #fff;
        border: 1px solid #d4d4d4;
        color: #8d879a !important;
        margin-top: 5px;
    }
    .resume-detail-single-resume_field_of_study {
        font-size: 2.000001512rem;
        margin-top: 40px;
    }
    .resume-detail-single-resume_education_level{
        font-size: 1.500001134rem;
        height: 50px;
    }
    .resume-link-url a {
        color: #2f2e35;
        font-size: 1.166667549rem;
        text-decoration: none;
    }
    .resume-link-container {
        padding-left: 5px;
        padding-bottom: 20px;
    }
    i.far.fa-file-alt {
        margin-right: 10px;
        font-size: 1.333334341rem;
    }
}
@media screen and (max-width: 320px) {
    .resume-heading button {
        float: right;
        font-size: 15pt;
        display: inline-block;
        border-radius: 50px;
        text-transform: none;
        font-weight: normal;
        padding: 9px 20px;
        background-color: #2078ff;
        border: 1px solid #2078ff;
        color: #ffffff !important;
        margin-top: -35px;
        margin-right: 133px;
    }
    .work-experience-delete-btn {
        float: right;
        font-size: 12pt;
        display: inline-block;
        border-radius: 50px;
        text-transform: none;
        font-weight: normal;
        padding: 5px 20px;
        background-color: #fff;
        border: 1px solid #d4d4d4;
        color: #8d879a !important;
        margin-top:10px;
    }
    .work-experience-edit-btn {
        float: left;
        font-size: 12pt;
        display: inline-block;
        border-radius: 50px;
        text-transform: none;
        font-weight: normal;
        padding: 5px 25px;
        background-color: #2078ff;
        border: 1px solid #2078ff;
        color: #ffffff !important;
        margin-top: 5px;
    }
    .work-education-edit-btn {
        float: left;
        font-size: 12pt;
        display: inline-block;
        border-radius: 50px;
        text-transform: none;
        font-weight: normal;
        padding: 5px 25px;
        background-color: #2078ff;
        border: 1px solid #2078ff;
        color: #ffffff !important;
        margin-top: 5px;
    }
    .work-education-delete-btn {
        float: right;
        font-size: 12pt;
        display: inline-flex;
        border-radius: 50px;
        text-transform: none;
        font-weight: normal;
        padding: 5px 20px;
        background-color: #fff;
        border: 1px solid #d4d4d4;
        color: #8d879a !important;
        margin-top: 10px;
    }
    .resume-link-url a {
        color: #2f2e35;
        font-size: 1rem;
        text-decoration: none;
    }
    i.far.fa-file-alt {
        display: none;
    }
    i.fas.fa-trash-alt {
        color: #908b9d;
    }
    .resume-link-title {
        color: #2078ff;
        font-size: 15pt;
        font-weight: bold;
    }
    .resume-link-container {
        padding-bottom: 20px;
    }
    .resume-category-display{
        font-size: 1rem;
    }
    .resume-detail-single-resume_edu_description {
        color: #8b8598;
        font-weight: 200;
        font-size: 1rem;
    }
    .resume-detail-single-resume_education_level {
        font-size: 1.32rem;
        height: 50px;
    }
    .resume-detail-single-resume_field_of_study {
        font-size: 1.4rem;
        margin-top: 40px;
    }
    .resume-detail-single-resume_school_dates {
        color: black;
        font-weight: 400;
        font-size: 1.3rem;
    }
}
/* End AL Resume CSS */
/* End Resume CSS */
/* --- END: RESUME BUILDER CSS --- */



/* ---  BEGIN SINGLE JOB POST CSS --- */

.single-jobs .background-image-content{
    height:350px;
}
.single-jobs .single-job{
    margin-top:-240px;
}
.single-jobs .job-head{
    border-bottom:1px solid #dbdbdb;
    margin-bottom:80px;

}
.single-jobs .company-logo{
    width:275px;
    height:275px;
    border-radius:50%;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    border:5px solid #bababa;
    margin-top:-80px;
    margin-left:70px;
    background-color:#ffffff;
}
.single-jobs .company-logo img{
    width:170px;
}
.single-jobs .button-header{
    float:right;
    margin-top:-170px;
}
.single-jobs .btn-view-company{
    margin-right:15px;
}
.single-jobs .btn-apply-now{
    margin-right:15px;
}
.single-jobs .btn-share{
    display:inline-block;
    
}
.single-jobs .btn-share img{
    width:25px;
}
.single-jobs .job-header-container{
    padding: 0 3%;
    margin:30px 0 60px 0;
    display:table;
    width:100%;
}
.single-jobs .job-header-container::after{
    clear:both;
    content:"";
    display:block;
}
.single-jobs .job-header-title{
    width:70%;
    text-align:left;
    display:table-cell;
}
.single-jobs .job-header-info{
    width:30%;
    text-align:right;
    display:table-cell;
    vertical-align:bottom; 
}
.single-jobs .job-title h1{
    font-weight:600 !important;
    font-size:3.605002725rem !important;
    margin:0 0 10px;
}
.single-jobs .company-title h2{
    font-size:2.000001512rem !important;
    margin:0;
    font-weight:400;
}
.single-jobs .job-header-info p{
    margin:0;
}
.single-jobs .job-header-info .job-positions{
    font-size:2.166668304rem;
    font-weight:500;
    line-height:2.166668304rem;
}
.single-jobs .job-header-info .job-id{
    font-size:1.254167615rem;
    font-weight:500;
    line-height:1.254167615rem;
    margin-top:8px;
}
.single-jobs .job-header-info .job-posted-date{
    font-size:1.254167615rem;
    font-weight:500;
    line-height:1.254167615rem;
    margin-top:8px;
}
.single-jobs .job-main{
    padding:0 3%;
}
.single-jobs .job-sidebar{
    float:left;
    width:35%;
}
.single-jobs .company-primary-contact{

}
.single-jobs .company-primary-contact p{
    margin-bottom:0;
}
.single-jobs .primary-contact-title{
    font-size:1.166667549rem;
    line-height:1.166667549rem;
}
.single-jobs .company-primary-contact{
}
.single-jobs .primary-contact-title-container{

}
.single-jobs .primary-contact-name{
    font-size:1.500001134rem;
    line-height:1.500001134rem;
    font-weight:600;
    margin-top:5px;
}
.single-jobs .primary-contact-jobtitle{
    font-size:1.166667549rem;
    line-height:1.166667549rem;
    margin-top:5px;
}
.single-jobs .primary-contact-subtitle{
    font-size:1.166667549rem;
    line-height:1.166667549rem;
    color:#9590a2;
    font-weight:400;

}
.primary-contact-info{
    font-weight:600;
    font-size:1.500001134rem;
    line-height:1.500001134rem;
    margin-top:20px;
}
.single-jobs .job-detail-category-container{
    margin-bottom:40px;
}
.single-jobs .job-detail-category{
    font-size:1.333334341rem;
    margin:0;
    line-height:1.333334341rem;
}
.single-jobs .job-detail-entry{
    font-size:1.500001134rem;
    margin:0;
    font-weight:500;
    line-height:1.500001134rem;
    margin-top:5px;
}
.job-detail-line-break{
    margin:60px 0;
}
.single-jobs .job-description{
    float:right;
    width:65%;
    padding:0 5% 0 8%;
    color:#9590a2;
    font-size:1.333334341rem;
    font-weight:400;
}
.single-jobs .job-description a{
    color:#2078ff;
}
.single-jobs .job-description ul{
    list-style:disc outside !important;
    margin-left:25px;
}
.single-jobs .company-primary-contact{
    border:1px solid #dfdfdf;
    padding:8% 10%;
    border-radius:20px;
}
.single-jobs .job-details{
    border:3px solid #dfdfdf;
    padding:8% 10%;
    border-radius:30px;
    margin-top:30px;
}
.single-job .job-details h3{
    font-size:2.166668304rem !important;
    font-weight:600;
}
.single-jobs .job-description h3{
    font-size:2.333335097rem !important;
    font-weight:600;
}

/* Company Info */
.company-info-container{
    margin-top:80px
}
.company-info{
    padding:3% 3%;
}
.company-name{
    font-size:3.6rem;
    font-weight:600;
}
.company-industry{
    font-size:2rem;
}
.company-info-description{
    margin:60px 0;
}
.company-info-description h3{
    font-size:2.3rem;
    font-weight:600;
    margin-bottom:25px;
}
.company-info-description p{
    font-size:1.33rem;
    color:#9590a2;
}
.view-company-button-container{
    text-align:center;
    margin-top:80px;
}

/* ---  END: SINGLE JOB POST CSS --- */ 

/* ---  BEGIN SINGLE COMPANY POST CSS --- */
.single-companies .background-image-content{
    height:350px;
}

.company-topblock {margin-top:20px;}

/* Top Section Logo, Social, Buttons, Company name & Industry */
.single-companies .company-topblock::after{
    clear:both !important;
    content:"" !important;
    display:block !important;
    
}
.single-companies .company-logo{
    width:250px;
    height:250px;
    border-radius:50%;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    border:5px solid #bababa;
    margin-top:-150px;
    margin-left:50px;
    background-color:#ffffff;
    position:absolute;
}
.single-companies .company-logo img{
    width:170px;
}
/*Social Media section */
.single-companies .company-button-container{
    display: table;
    float:right;
    text-align:center;
}
.single-companies .company-groupsocial{
    display:table-cell;
    vertical-align:middle;
    height:20px;
}
.company-msgbtn-container{
    display:table-cell;
    margin-right:10px;
}
.company-followbtn-container{
    display:table-cell;
    margin-right:10px;
}
.company-editbtn-container{
    color: #928d9f !important;
    font-size: 1.254167615rem !important;
    background-color: #ffffff;
    border: 2px solid #928d9f;
    border-radius: 50px;
    width: 141.069px; 
    height: 37.0769px;
    text-decoration: none;
    margin-right: 10px;
}
.fa {
    padding: 5px;
    font-size: 10px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    height: 20px;
    float:left;
    margin-right:10px;
  }
.fa-facebook {
    background: #9590a2;
    color: white;
  }
.fa-instagram {
    background: #9590a2;
    color: white;
  }
  .fa-twitter {
    background: #9590a2;
    color: white;
  }
  .fa-linkedin {
    background: #9590a2;
    color: white;
  }
.single-companies .company-msgbtn{
    color: #ffffff !important;
    font-size: 1.254167615rem !important;
    background-color: #2078ff;
    border-radius: 50px;
    width: 141.069px;
    height: 37.0769px;
    margin-right: 10px;
    text-decoration: none;
}
.single-companies .company-followbtn{
    color: #928d9f !important;
    font-size: 1.254167615rem !important;
    background-color: #ffffff;
    border: 2px solid #928d9f;
    border-radius: 50px;
    width: 141.069px;
    height: 37.0769px;
    text-decoration: none;
    margin-right: 10px;
}
.single-companies .company-editbtn{
    color: #928d9f !important;
    font-size: 1.254167615rem !important;
    background-color: #ffffff;
    text-decoration: none;
    margin-right: 10px;
}
.single-companies h1{
    font-size:2.333335097rem !important;
    font-weight:600 !important;
}

.single-companies .company-title{
    margin-top:85px;
}
.single-companies .company-industry{
    font-size:2.000001512rem !important;
    color: #9691a3;
}
/* HR Section - Open Jobs, Website, Primary Contact Message button */
.company-hr-table-container{
    display:table;
    width:100%;
}
/* .company-numopenjobs-table-container{
    display:table-cell;
    width:70%;
} --not needed */
.single-companies .company-numopenjobs{
    font-size:3.415002581rem !important;
    display:table-cell;
    width:30%;
}
.company-website-table-container{
    display:table;
    width:100%;
}
.company-website-container{
    display:table-cell;
    width:40%;
    vertical-align:middle;
}
.single-companies .company-website{
    font-size:1.500001134rem !important;
    display:table-row;
    width:100%;
}
.single-companies .company-website p{
    margin:0 !important;
}
.single-companies .company-website-link{
    color: #2f2e35 !important;
    text-decoration:none !important;
}
.single-companies .company-websitesub{
    font-size:1.166667549rem !important;
    color: #9691a3;
    display:table-row;
    width:100%;
}
.company-primarycontacttop-table-container{
    display: table-cell;
    width: 20%;
    vertical-align:top;
}
.single-companies .company-primarycontacttop{
    font-size:1.166667549rem !important;
}
.contactbtn-top{
    color: #9691a3 !important;
    font-size: 1.254167615rem !important;
    background-color: #ebebeb;
}
.single-companies .company-primarycontactbtn1 {
    color: #9691a3 !important;
    font-size: 1.254167615rem !important;
    background-color: #ebebeb;
    padding: 0px 30px 0px 30px;
    border-radius: 50px;
    width: 141.069px;
    height: 37.0769px;
    text-decoration: none;
}
.company-msgbtn-table-container{
    display: table-cell;
    width: 10%;
}
/* Company About Section/Description */
.single-companies .company-abouttitle{
    font-size:2.333335097rem !important;
    font-weight:800 !important;
}
.single-companies .company-description{
    font-size:1.333334341rem;
    color: #9590a2;
}
.single-companies .company-hr{
    color: #dbdbdb;
}
/*Where we work section */
.single-companies .company-wherewework{
    font-size:2.333335097rem !important;
    font-weight:800 !important;
}
.company-workimagegrid{
    display: grid;
    grid-template-columns: 50% 25% 25%;
    grid-template-rows: auto auto;
    grid-gap: 10px;
    background-color: #ffffff;
    padding: 10px;
    }
.company-workimagegrid > div {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    border-style: solid;
    border-color: #f5f5f5;
    border-radius: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    }

    .company-workimagegrid > div .ratio_sizer {
        width:100%;
        height:auto;
    }
.item1 {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    }

.item2 {
    grid-row: 1;
    grid-column: 2;
    }
.item3 {
    grid-row: 1;
    grid-column: 3;
    }
.item4 {
    grid-row: 2;
    grid-column: 2;
    }
.item5 {
    grid-row: 2;
    grid-column: 3;
    }
.plus_overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    max-width: none;
    margin-left: -25%;
    margin-top: -6.5%;
    height: auto;
}
    
/* Contact information section */
.single-companies .company-contact1{
    border-radius: 25px;
    border: 2px solid #dfdfdf;
    padding: 20px;
    width: calc(50% - 40px);
    min-height: 245px;
    height:auto;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}
.single-companies .company-primarycontact{
    font-size:1.166667549rem !important;
    float:left !important;
}
.single-companies .company-primarycontactname{
    font-size:1.500001134rem !important;
    font-weight: 900;
    clear: both;
}
.single-companies .company-primaryjobtitle{
    font-size:1.166667549rem !important; 
    color: #9590a2 !important;
}
.single-companies .company-primarycontacttitle{
    font-size:1.166667549rem !important;
    color: #9590a2 !important;
}
.single-companies .company-primarycontactbtn{
    color: #ffffff !important;
    font-size:1.254167615rem !important;
    background-color: #2078ff;
    padding: 0px 30px 0px 30px;
    border-radius: 50px;
    width: 141.069px;
    height: 37.0769px;
    text-decoration: none;
}
.single-companies .company-primarycontactphone{
    font-size:1.500001134rem !important;
    font-weight: 800;
    float: left !important;
    clear:both;
}
.single-companies .company-primarycontactemail{
    font-size:1.500001134rem;
    font-weight: 800;
    float: right;
    clear:both !important;
}
.single-companies .company-primaryspacebetween{
    padding: 10px;
}
/* Subheaders for the phone & email */
.single-companies .company-contactphone{
    font-size:1.166667549rem !important;
    color: #9590a2 !important;
    float: left;
}
.single-companies .company-contactemail{
    font-size:1.166667549rem !important;
    color: #9590a2 !important;
    /*float: right;*/
    padding-left: 180px;
}
.single-companies .company-contactstitle{
    font-size:2.333335097rem !important;
    font-weight:800 !important;
}
.single-companies .company-active{
    display: none !important;
}
.single-companies .company-featured{
    display: none !important;
}
.single-companies .company-numftes{
    display: none !important;
}
.single-companies .company-address{
    display: none !important;
}
.single-companies .company-addresslist{
    display: none !important;   
}
.single-companies .company-contactlist{
    display: none !important;
}
.single-companies .company-adminusers{
    display: none !important;
}
.single-companies .company-email{
    display: none !important;
}
.single-companies .company-phone{
    display: none !important;
}
a[href^="mailto"] {
    color: #ffffff;
    text-decoration: none !important;
}
.single-companies .open-jobs{
    margin-top:30px !important;
    padding-top:30px !important;
}

#primary h1 button {
    float:right;
}

.adj-explainer-text {
    display: block;
    position: absolute;
    float: right;
    color: white;
    width: 35%;
    right: 0;
    top: 250px;
    margin-right: 10%;
	background-color: rgba(0,0,0,0.75);
	padding:10px;
	border-radius: 25px;
}

/* Company page media query */
@media screen and (max-width: 1500px) {
    .company-hr-table-container {
        width: 100%;
        display:inline-block;
    }

    .company-hr-table-container .company-website-table-container {
        width: 50%;
        display:inline-block;
    }

    .company-hr-table-container .company-website-table-container .company-numopenjobs {
        width: 100%;
        display:inline-block;
    }

    .company-hr-table-container .company-primarycontacttop-table-container {
        width: 40%;
        display:inline-block;
    }

    .company-hr-table-container .company-msgbtn-table-container {
        width: 9%;
        margin-left: -10%;
        display: inline-block;
    }

}

@media screen and (max-width:1400px) {
	.adj-explainer-text {
		display: block;
		position: relative;
		float: none;
		color: white;
		width: 80%;
		right: 0;
		top: 0;
		margin-right: 10%;
		margin-left: 10%;
		background-color: rgba(0,0,0,0.75);
		padding: 10px;
		border-radius: 25px;
	}
}

@media screen and (max-width: 1100px) {
    .single-companies .company-contact1 { 
        width: 100%;
    }
    .contact-table-container {display:inline-block;}

    .message-button-container {
        display: inline-block;
        text-align: left;
        margin-top: 20px;
        width: 100%;
    }

    .contact-phone-table-container {
        display: inline-block;
        width: 100%;
    }
    .contact-email-table-container {
        display: inline-block;
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .company-hr-table-container {
        width: 100%;
        display:inline-block;
    }

    .company-hr-table-container .company-website-table-container {
        width: 100%;
        display:inline-block;
    }

    .company-hr-table-container .company-website-table-container .company-numopenjobs {
        width: 100%;
        display:inline-block;
    }

    .company-hr-table-container .company-primarycontacttop-table-container {
        width: auto;
        display:inline-block;
        padding-top: 20px;
    }

    .company-hr-table-container .company-msgbtn-table-container {
        width: auto;
        margin-left: 0;
        display: inline-block;
    }

}

@media screen and (max-width: 480px) {
    .single-companies .company-logo{
        width: 125px;
        height: 125px;
        margin-top: -88px;
        margin-left: 25px;
    }
    .single-companies .company-logo img{
        width:170px;
    }

    .single-jobs .company-logo{
        width: 125px;
        height: 125px;
        margin-top: -69px;
        margin-left: 25px;
    }
    .single-jobs .company-logo img{
        width:170px;
    }

    .single-jobs .button-header {
        margin-top:-15px;
    }

    .single-jobs .job-title h1 {
        font-weight: 600 !important;
        font-size: 2.0rem !important;
        margin: 0 0 10px;
    }

    .single-jobs .job-header-container {
        display:inline-block;
        margin: 30px 0 30px 0;
    }

    .single-jobs .job-header-title {
        display:inline-block;
        width: 100%;
    }

    .single-jobs .company-title h2 {
        font-size: 1.5rem !important;
        margin: 0;
        font-weight: 400;
        padding-bottom: 15px;
    }

    .single-jobs .job-header-info {
        width: 100%;
        text-align: left;
        display: inline-block;
        vertical-align: bottom;
        border-top: 1px solid #bababa;
        border-bottom: 1px solid #bababa;
        padding: 10px 0 18px 0;
    }

    .single-jobs .job-header-info .job-positions {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.5rem;
        display: inline-block;
        width: 50%;
        float: left;
    }

    .single-jobs .job-header-info .job-id {
        font-size: 1.254167615rem;
        font-weight: 500;
        line-height: 1.254167615rem;
        margin-top: 8px;
        display: inline-block;
        float: right;
        width: 50%;
    }

    .single-jobs .job-header-info .job-posted-date {
        font-size: 1.254167615rem;
        font-weight: 500;
        line-height: 1.254167615rem;
        margin-top: 8px;
        width: 50%;
        float: right;
    }

    .single-jobs .job-head {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .single-jobs .job-sidebar {
        float: none;
        width: 100%;
    }

    .single-jobs .job-description {
        float: none;
        width: 100%;
        padding: 0 5% 0 8%;
        color: #9590a2;
        font-size: 1.333334341rem;
        font-weight: 400;
    }

    .single-companies .background-image-content {
        height: 290px;
    }

    .single-jobs .background-image-content {
        height: 290px;
    }
    .company-description{
        width: 62%;
        font-size: 1.083334152rem !important;
    }
    .company-contact1{
        width:100% !important;
        min-height:0 !important;
    }
    .company-button-container {
        margin-top: 0px;
    }

    .single-companies .company-msgbtn {
        width: 90px;
    }

    .company-editbtn-container {
        width: 90px;
    }

    .single-companies .company-title {
        margin-top: 30px;
    }

    hr {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .company-primarycontactname.font-black {
        font-size: 1.083334152rem;
    }
    .single-companies .company-primarycontactphone {
        font-size: 1.083334152rem !important;
        font-weight: 800;
        float: left !important;
        clear: both;
    }
    .company-primarycontactemail {
        font-size: 1.083334152rem !important;
        font-weight: 800;
        float: right;
        clear: both !important;
        margin-top: -36px;
    }
    .message-button-container {
        display: table-cell;
        text-align: right;
        width: 30%;
        vertical-align: top !important;
    }

    .company-workimagegrid{
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto auto auto auto;
        grid-gap: 10px;
        background-color: #ffffff;
        padding: 10px;
        }
    
    .item1 {
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 3;
        }
    
    .item2 {
        grid-row: 3;
        grid-column: 1;
        }
    .item3 {
        grid-row: 3;
        grid-column: 2;
        }
    .item4 {
        grid-row: 4;
        grid-column: 1;
        }
    .item5 {
        grid-row: 4;
        grid-column: 2;
        }

        .single-companies .company-numopenjobs {
            font-size:2.0rem !important;
            font-weight: 600;
        }

        .company-description {
            width: 100%;
            height: auto;
        }

    .single-jobs .job-details {margin-bottom:30px;}

    .company-info-container {
        margin-top: 35px !important;
    }

    .company-info-description h3 {
        font-size: 1.75rem;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .company-info-description {
        margin: 30px 0;
    }

    .company-name {
        font-size: 2rem;
        font-weight: 600;
    }

    #primary h1 button {
        float:none;
    }

}

/* --- START JOE CSS TABLE EXAMPLE --- */
.contact-table-container{
    display:table;
    width:100%;
}
.contact-name-container{
    display:table-cell;
    width:70%;
}
.message-button-container{
    display:table-cell;
    text-align:right;
    width:30%;
    vertical-align:bottom;
}
.company-contact-phone-email-container{
    display:table;
    width:100%;
}
.contact-phone-table-container{
    display:table-cell;
    width:50%;
}
.company-primarycontactphone{
    display:table-row;
    width:100%;
}
.company-contactphone{
    display:table-row;
    width:100%;
}
.contact-email-table-container{
    display:table-cell;
    width:50%;
}
.company-primarycontactemail{
    display:table-row;
    width:100%;
}
.company-contactemail{
    display:table-row;
    width:100%;
}
/* --- END JOE CSS TABLE EXAMPLE --- */
/* ---  END: SINGLE COMPANY POST CSS --- */


/* --- START BIG COMPANY CHOOSER LIST --- */
.choose-company-filter b {
    font-size: 1.5em !important;
    padding-right:20px;
}

.choose-company-filter input {
    font-size: 1.5em !important;
    height: 60px;
}

.company-chooser-list .adj-search-result-item .adj-search-result-name {
    width: calc(100% - 610px);
}

.company-chooser-list .adj-search-result-item .adj-search-result-button {
    width: 250px;
    margin-left:5px !important;
}

.company-chooser-list .adj-search-result-item .adj-search-result-name div p
{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
/* --- END BIG COMPANY CHOOSER LIST --- */

/* Start Report CSS */
#ADJInvestorReportForm label {display:inline-block;margin-right:10px;}
#ADJInvestorReportForm select {display:inline-block;margin-right:10px;height:50px;}
/* End Report CSS */

/*shortcode_manage_account.php page css -AL */
h3.contact-info-header {
    font-size: 2.333335097rem;
    font-weight:800;
}
/*.edit-contact-info-button{
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: #000000 !important;
    font-weight: 300 !important;
    font-size: 2.000001512rem;
    padding: 8px;
}*/
button.edit-contact-info-button {
    font-size: 15pt;
    display: inline-block;
    border-radius: 50px;
    text-transform: none;
    font-weight: normal;
    padding: 9px 40px;
    background-color: #2078ff;
    border: 1px solid #2078ff;
    color: #ffffff !important;
    float: right;
    margin-top: -50px;
}
.manage-saved-searches-header{
    font-size: 2.000001512rem;
    font-weight: 800;
    margin-top: 20px;
}
.manage-saved-resume-header{
    font-size: 2.000001512rem;
    font-weight: 800;
    margin-top: 20px;
}
.your-fav-jobs-header{
    margin-top: 20px;
    font-size: 2.000001512rem;
    font-weight: 800;
}
.jobs-applied-for-header{
    font-size: 2.000001512rem;
    font-weight: 800;
}

/* BEGIN Reporting CSS */
.job_report_metrics_table {width:100%;}
.job_report_metrics_table tr td {width:25%;text-align:center;}
.job_report_metrics_table tr td h3 {text-align:center;}
.job_report_metrics_table tr td a {text-decoration: none;}
.job_report_metrics_table tr td a img {width:90px; height:auto;}

.investor_report_metrics_table {width:100%;}
.investor_report_metrics_table tr td {width:20%;text-align:center;}
.investor_report_metrics_table tr td h3 {text-align:center;}
.investor_report_metrics_table tr td a {text-decoration: none;}
.investor_report_metrics_table tr td a img {width:90px; height:auto;}

.investor_report_table {border: thin solid black; border-collapse:collapse;}
.investor_report_table tr th {padding:2px;}
.investor_report_table tr td {padding:2px;}
/* END Reporting CSS */

.gddc-thrive {
    width:100%;
    height:auto;
}

.gddc-thrive img {
    width:100%;
    height:auto;
}

/* shortcode_manage_account.php media querry */
@media screen and (max-width: 600px) {
    h3.contact-info-header {
        font-size: 1.625rem;
        font-weight: 800;
    }
    button.edit-contact-info-button {
        font-size: 15pt;
        border-radius: 50px;
        text-transform: none;
        font-weight: normal;
        padding: 9px 40px;
        background-color: #2078ff;
        border: 1px solid #2078ff;
        color: #ffffff !important;
        float:left;
    }
    .entry-content {
        font-size: 1.333334341rem;
    }
    .manage-saved-searches-header {
        font-size: 1.625rem;
        font-weight: 800;
        margin-top: 20px;
    }
    .manage-saved-resume-header{
        font-size: 1.625rem;
        font-weight: 800;
        margin-top: 20px;
    }
}

/* shortcode_start_apply.php  css*/
h1.apply-header {
    font-size: 1.625rem;
    color: #2f2e35;
    min-width: 100%;
    font-weight: 800;
}
.choose-resume-create {
    font-size: 1.500001134rem;
    color: #2f2e35;
    min-width: 100%;
    font-weight: 600;
    margin-top: 20px;
}
.manage-resume-list{
    font-size: 1.500001134rem;
}
.create-resume-btn{
    border-radius: 50px;
    text-transform: none;
    font-weight: normal;
    padding: 15px 15px;
    background-color: #2078ff;
    border: 1px solid #2078ff;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}
button.add-resume-btn {
    border-radius: 50px;
    text-transform: none;
    font-weight: normal;
    padding: 15px 15px;
    background-color: #2078ff;
    border: 1px solid #2078ff;
    text-align: center;
    float: left;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.career-fair-month-header {width:100%;font-size:2.0rem;font-weight:600;margin-bottom:20px;}

.career-fair-container {width:25%;padding:10px;border-radius:25px;height:250px;border:1px solid black;}
.career-fair-container h3 {    font-size: 2.0rem;
    font-weight: 500;}

@media screen and (max-width: 600px) {
    .create-resume-btn {
        width: 100%; 
        font-size: 1.166667549rem;
    }
    .manage-resume-list{
        font-size: 1.166667549rem;
    }
  }

  @media screen and (max-width: 480px) {
  button.edit-contact-info-button {
    float:right;
}
}

  /* To fix main page favorite job - Remove if not what you want -AL */
  .search-result-job-favorite {
    height: 25px;
    margin-left: 200px;
    margin-top: -36px;
    float: right;
}

/* shortcode_manage_company_jobs.php css */
  .manage-jobs-header{
    font-size: 1.797501359rem;
    margin: 0.67em 0;
    font-weight: 800;
}
  .manage-company-h4-header{
    font-size: 1.500001134rem;
    line-height: 1.35;
    letter-spacing: -.08rem;
    font-weight: 800;
    margin-top: 10px;
}
  .manage-company-hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
  .manage-company-bold{
    font-weight: 600;
    font-size: 1.166667549rem;
}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 480px) {
    .manage-company-h4-header{
        font-size: 1.500001134rem;
        line-height: 1.35;
        letter-spacing: -.08rem;
        font-weight: 800;
        margin-top: 10px;
    }
}
/* https://adjdev.wpengine.com/reports/job-resume-match/?jobID=1578 media query css */
@media screen and (max-width: 480px) {
    .reports-categories-points-match{
        font-size: 1.166667549rem;
        padding-right: 20px;
    }
    .reports-skills-points-match{
        font-size: 1.166667549rem;
    }
}

/* Get Started Page */
.get-started-contact-support-header {
    font-size: 1.916668115rem;
    font-weight: 800;
}
.get-started-become-investor-header {
    font-size: 1.916668115rem;
    font-weight: 800;
}
.get-started-post-a-job-header{
    font-size: 1.916668115rem;
    font-weight: 800;
}
.get-started-become-an-investor-heading{
    font-size: 1.916668115rem;
    font-weight: 800;
}
/* Homepage AL */
.Dbq-at-a-glance img{
    width:100%;
    height:auto;
}
.wp-block-column.learn-community {
    margin-left: 7%;
}
p.has-text-align-left.learn-more-community.has-text-color {
    margin-bottom: 0px;
}
p.has-text-align-left.careers-housing-education {
    line-height: 1.2;
}
/* For employer page static */
.wp-block-column.employers-column-gap {
    background-color: #e8e8ea;
}
p.has-text-align-center.employers-list-promote.has-text-color {
    margin-top: -30px;
}
.wp-block-column.employer-seeker.has-white-background-color.has-background {
    border-radius: 3%;
}
img.wp-image-5628 {
    margin-top: -50px;
}
.wp-block-column.employer-unlimited-listings.has-white-background-color.has-background {
    border-radius: 3%;
}
img.wp-image-5629 {
    margin-top: -50px;
}
.wp-block-column.employer-targeted-by-skills.has-white-background-color.has-background {
    border-radius: 3%;
}
img.wp-image-5630 {
    margin-top: -50px;
}
.wp-block-column.employer-targeted-by-skills.has-white-background-color.has-background {
    border-radius: 3%;
}
img.wp-image-5639 {
    margin-top: -50px;
}
p.employers-sponsored-section {
    margin-left: 10%;
}
p.employers-promoted-info.has-text-color.has-medium-font-size {
    margin-top: -50px;
}
p.employers-topjobs-info.has-text-color.has-medium-font-size {
    margin-top: -50px;
}
p.employers-keywords-info.has-text-color.has-medium-font-size {
    margin-top: -50px;
}
p.employers-marty-info.has-text-color {
    margin-top: -50px;
}
p.employers-mandi-info.has-text-color {
    margin-top: -50px;
}
.wp-block-column.employers-talk-to-team {
    padding-left: 10%;
}
p.has-text-align-center.sign-up-header-employers.has-text-color {
    margin-bottom: -30px;
}
img.wp-image-4505 {
    border-radius: 50%;
}
img.wp-image-4504 {
    border-radius: 50%;
}
.wp-block-genesis-blocks-gb-button.employers-2-lets-get-started-button.gb-block-button {
    margin-top: -306px;
    margin-left: 171px;
}
.wp-block-column.employers-call-us.has-background {
    width: 100%;
    margin-bottom: 0;
    height: auto;
    padding-bottom: 5%;
    margin-top: 2%;
}
p.has-text-align-center.call-us.has-white-color.has-text-color {
    margin-top: 135px;
}
.wp-block-genesis-blocks-gb-button.enrich-button.gb-block-button {
    margin-top: -12%;
    margin-left: 10%;
}
.full-width-promote-job {
    text-align: -webkit-center;
}
@media screen and (max-width: 480px) {
    .wp-block-column.employer-seeker.has-white-background-color.has-background {
        margin-bottom:70px;
    } 
    .wp-block-column.employer-unlimited-listings.has-white-background-color.has-background {
        margin-bottom:70px;
    }
    .wp-block-column.employer-targeted-by-skills.has-white-background-color.has-background {
        margin-bottom:70px;
    }
    p.employers-sponsored-section {
        margin-left: 0px;
    }
    h2.gb-61d5bd94eb873.has-text-align-center.employers-grow-heading {
        padding-top: 10px;
    }
    .wp-block-column.employers-talk-to-team {
        padding-left: 0px;
    }
    .employers-2-lets-get-started-button{
        margin-top: -96px;
        margin-bottom: 0px;
        width: 100%;
        font-size: 12px;
        margin-left: 40px;
    }
    .wp-block-column.employers-call-us.has-background {
        width: 100%;
        margin-bottom: 0;
        height: auto;
        padding-bottom: 5%;
        margin-top: 2%;
    }
    p.has-text-align-center.call-us.has-white-color.has-text-color {
        margin-top: 30px;
    }
    .wp-block-genesis-blocks-gb-button.enrich-button.gb-block-button {
        margin-top: -94px;
    }
    img.wp-image-5639 {
        margin-top: -36px;
    }
    h2.gb-61d5c3144ddc2.has-text-align-center.employers-grow-heading {
        padding-top: 10px;
    }
    .featured-image-html h1 {
        color: white;
        font-size: 4rem;
        padding: 0px 5px 0px 5px;
        font-weight: 600;
        margin: -30px 0 0 0;
    }
}

/* Job seeker page */
img.wp-image-5671 {
    margin-top: -50px;
}
img.wp-image-5693 {
    width: 100%;
}
.wp-block-column.job-seeker-search.has-white-background-color.has-background {
    border-radius: 10%;
}
.wp-block-column.job-seeker-alerts-notifications.has-white-background-color.has-background {
    border-radius: 10%;
}
.wp-block-column.job-seeker-opt-resume.has-white-background-color.has-background {
    border-radius: 10%;
}
.wp-block-columns.job-seeker-3-column {
    margin-top: 80px;
}
p.gb-61d60a835ea53.has-text-align-center.job-seekers-its-free-heading.has-text-color {
    margin-bottom: 0px;
}
h2.gb-61d60b1783d12.has-text-align-center.job-seeker-tools-heading {
    font-weight: 900;
}
img.wp-image-5722 {
    margin-top: -77px;
}

.fullwidth-company-scroller {
    height: 100px;
    width:200%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow:hidden;
    white-space: nowrap;
}
.fullwidth-company-scroller .adj-search-result-logo {
    margin-right: 30px;
    margin-top: 0;
    display: inline-block;
    overflow: hidden;
}

.fullwidth-company-scroller .adj-search-result-logo .search-result-logo-container {
    width:100px;
    height:100px;
}

.fullwidth-company-scroller .adj-search-result-logo .search-result-logo-container:hover{
    border:3px solid #2078ff;
    cursor:pointer;
}

.calendar-list-header {
    width:100%;
    text-align:center;
    font-weight:bold;
    color: white;
    background-color: #2078ff;
}


@media screen and (max-width: 1060px) {
    .featured-image-html {
        width: 70%;
    }

    .featured-image-html h1 {
        font-size: 4.5rem;
    }
}

@media screen and (max-width: 790px) {
    .three-col-with-icons {display:block !important;}

    .three-col-with-icons  .wp-block-column.employer-seeker.has-white-background-color.has-background {
        padding-bottom: 6px;
        margin-bottom: 65px;
    }

    .three-col-with-icons  .wp-block-column:not(:first-child) {
        margin-left: 0;
        padding-bottom: 6px;
        margin-bottom: 65px;
    }
}

@media screen and (max-width: 620px) {
    .featured-image-html {
        width: 90%;
        margin-left: 5%;
    }

    .featured-image-html h1 {
        font-size: 3.5rem; 
        line-height: 4.9rem;
    }
}

@media screen and (max-width: 480px) {
    .wp-block-column.job-seeker-search.has-white-background-color.has-background {
        border-radius: 10%;
        margin-bottom: 70px;
    }
    .wp-block-column.job-seeker-alerts-notifications.has-white-background-color.has-background {
        border-radius: 10%;
        margin-bottom: 70px;
    }
    .wp-block-column.job-seeker-opt-resume.has-white-background-color.has-background {
        border-radius: 10%;
    }
    .fullwidth-company-scroller {
        height: auto;
        width: 100%;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        overflow: hidden;
        white-space: nowrap;
    }
    .padding-mobile-only{
        height:100px;
    }
    /* Aditional media query - Job fairs */
    .career-fair-container {
        width: 100%;
    }
}

.ui-datepicker-today {background-color:yellow !important;}
