﻿@charset "utf-8";
/* CSS Document 

RICH PROFILE STYLES

*/

.rich-profile-logo {
	float: left;
	min-width: 112px;
	width: 100%;
}
.rich-profile-logo img {
	display: block;
	width: 240px;
	margin: 1em auto;
	height: auto;
}
.rich-profile-header {
	float: right;
	width: 100%;
}
.rich-profile-header ul li {
	background: url('../img/backgrounds/salary.jpg') no-repeat top left;
	background-size: 14px;
	list-style-type: none;
	padding-left: 18px;
	display: block;
	float: left;
	width: 43%;
}
.follow {
	background: #11bff2 url('../img/backgrounds/follow.png') no-repeat right 5px;
	background-size: 18px;
	clear: both;
	float: right;
	margin: 0 auto;
	padding-right: 25px;
}
.addthis_sharing_toolbox {
	float: right;
	margin-top: 3px;
}
.addthis_sharing_toolbox::before {
	content: "Share via: ";
	font-size: 0.6em;
}
ul.profile {
	display: block;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 5% 0 0;
	width: 100%;
}
ul.profile li:before {
	content: "• ";
	color: #11bff2;
}
.profile.benefits li:before {
	content: "";
	display: block;
	list-style-type: none !important;
}
ul.profile.benefits li {
	background-repeat: no-repeat !important;
	background-size: 14px !important;
	padding-left: 20px;
}
.apply-now.rp {
    cursor: pointer;
    float: right;
    margin-top: -7px;
}
.sub {
	display: block;
	width: 100%;
}
.sub img {
	border-bottom: 2px solid #11bff2;
	margin-bottom: 0.8em;
	width: 70%;
}
.sub ul li {
	list-style-type: none;
}
.sub ul li img {
	border: none;
}
.sub ul li a {
	position: absolute;
	float: right;
	bottom: 0px;
	right: 0px;
}
img.highlight-image {
    float: right;
    width: 32.1%;
    margin-left: 40px;
    margin-bottom: 20px;
}
.read-more {
    text-align: center;
}
#profilevideo {
	margin-bottom: 1em;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#profilevideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 20px;
	width: 100%;
	height: 100%;
}
p.quote {
	background: url('../img/quote.jpg') no-repeat top left;
	background-size: 30px;
	color: #aaa;
	font-size: 0.9em;
	font-style: italic;
	padding-left: 40px;
}
div.quote {
	background: url('../img/quote2.jpg') no-repeat bottom right;
	background-size: 30px;
}
ul li .my-career-image {
    float: right;
    width: 150px;
    margin: 0 0 10px 40px;
    border-bottom: 2px solid #11bff3;
}
.two-thirds .module .module-content {
	padding: 0 14px 14px 14px;
}
.module-content .module.job-result {
	Padding-top: 14px;
}
.transcript td {
	display: block;
	float: left;
	padding-right: 10px;
	text-align: left;
	width: 100%;
}
.timestamp {
	font-style: italic;
	font-weight: bold;
	text-align: left;
	width: 25%;
}
.large-screen-only {
	display: none !important;
}
.module.narrow ul.similar-job-listings.no-logo {
	margin-bottom: 20px;
	margin-top: 10px;
}
.module.narrow ul.similar-job-listings.no-logo li:first-child {
	border-top: 1px solid #DBDBDB;
}
.module.narrow ul.similar-job-listings.no-logo li {
	padding: 15px;
	margin: 0px 10px;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
}
.module-content.enhanced-header {
	margin: 0;
	padding: 0;
}
.module-content.enhanced-header ul {
	margin: 0;
	overflow: visible;
	padding: 0;
}
.enhanced-header ul.enhanced-tabs {
	float: left;
	margin-bottom: 15px;
	margin-left: -14px;
	padding-right: 0;
	width: 100%;
}
.enhanced-header ul.enhanced-tabs li {
	background-color: #eeeeee;
	border-bottom: 1px solid #ffffff;
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	list-style-type: none;
	margin-bottom: 0;
	padding: 10px 14px 10px 14px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.enhanced-header ul.enhanced-tabs li:first-child {
	border-radius: 6px;
}
.enhanced-header ul.enhanced-tabs li:nth-last-child(1) {
	border-bottom: 1px solid #ccc;
}

.enhanced-header ul.enhanced-tabs li a:link, .enhanced-header ul.enhanced-tabs li a:visited, .enhanced-header ul.enhanced-tabs li a:active {
	color: #555555;
}

.enhanced-header ul.enhanced-tabs li a:hover {
	color: #11bff2;
}

.enhanced-header ul.enhanced-tabs li.active {
	background-color: #ffffff!important;
   	color: #11bff2;
}
.enhanced-header ul.enhanced-tabs li:hover {
	background-color: #ffffff;
    color: #11bff2;
}
.enhanced-benefits ul li {
	background: url('../img/backgrounds/salary.jpg') no-repeat top left;
	background-size: 14px;
	list-style-type: none;
	padding-left: 18px;
	display: block;
	float: left;
	width: 43%;
}

.enhanced-benefits label {
	visibility: hidden;
}

.job-result-cta {
	/*margin-bottom: -25px !important;*/
	}

.job-result-overview ul.job-overview li {
    width: 25%!important;
    float: left;
    display: block;
}

@media only screen and (min-width: 767px) {
    .rich-profile-logo {
	    float: left;
	    height: 90px;
	    min-width: 112px;
	    width: 20%;
    }
    .rich-profile-logo img {
	    width: 180px;
	    margin: 10px auto 10px auto;
	    position: relative;
	    top: 50% !important;
	    transform: translateY(-50%);
	    max-width: 180px;
	    max-height: 180px;
	    height: auto;
    }
    .rich-profile-header {
	    float: right;
	    width: 78%;
    }
    .rich-profile-header ul {
	    width: 85%;
	    overflow: visible;
    }
    .rich-profile-header ul li {
	    display: block;
	    float: left;
	    width: 28%;
    }
    .follow {
	    clear: none;
	    float: none;
    }
    ul.profile {
	    display: block;
	    float: left;
	    list-style: none;
	    margin-right: 3%;
	    padding: 0;
	    width: 47%;
    }
    ul.profile li {
	    padding-left: 1em;
	    text-indent: -.7em;
    }
    .sub {
	    float: left;
	    margin-right: 3%;
	    width: 47%;
    }
    .transcript td {
	    display: inline-block;
	    max-width: 75%;
	    width: auto;
    }
    .timestamp {
	    width: 25%;
    }
    .large-screen-only {
	    display: block !important;
    }
    .enhanced-header ul.enhanced-tabs {
	    border-bottom: 1px solid #ccc;
	    float: left;
	    margin-bottom: 15px;
	    margin-left: -14px;
	    padding-right: 0;
	    width: 618px;
    }
    .enhanced-header ul.enhanced-tabs li {
	    background-color: #eeeeee;
	    border-left: 1px solid #ccc;
	    border-radius: 0;
	    display: block;
	    float: left;
	    font-size: 1.2em;
	    font-weight: bold;
	    list-style-type: none;
	    margin-bottom: 0;
	    padding: 10px 0 10px 0;
	    text-align: center;
	    text-transform: uppercase;
	    width: 205px;
    }

    /* 3/4ths */

    .three-quarters .module .module-content.enhanced-header ul.enhanced-tabs {
	    border-bottom: 1px solid #ccc;
	    float: left;
	    margin-bottom: 15px;
	    margin-left: -22px!important;
        margin-top: -16px!important;
	    padding-right: 0;
	    width: 699px!important;
    }
    .three-quarters .module .module-content.enhanced-header ul.enhanced-tabs li {
	    background-color: #eeeeee;
	    border-left: 1px solid #ccc;
	    border-radius: 0;
	    display: block;
	    float: left;
	    font-size: 1.2em;
	    font-weight: bold;
	    list-style-type: none;
	    margin-bottom: 0;
	    padding: 10px 0 10px 0;
	    text-align: center;
	    text-transform: uppercase;
	    width: 33%;
    }

    /* end 3/4ths */

    .enhanced-header ul.enhanced-tabs li:nth-child(1) {
	    border-left: none;
	    border-radius: 5px;
    }
    .enhanced-header ul.enhanced-tabs li:nth-last-child(1) {
	    border-bottom: none;
	    border-top-right-radius: 5px;
    }

    .enhanced-header ul.enhanced-tabs li a span {
	    font-weight: normal;
    }
    .enhanced-header ul li {
	    display: block;
	    float: left;
	    width: 28%;
    }
    .enhanced-header ul li {
	    background: no-repeat top left;
	    background-size: 14px;
	    list-style-type: none;
	    padding-left: 18px;
	    display: block;
	    float: left;
	    width: 43%;
    }
    .enhanced-benefits {
	    float: right;
	    max-width: 380px;
	    width: 100%;
    }

    .addthis_toolbox {
	    margin-top: 0;
    }
    .enhanced-benefits label {
	    visibility: visible;
    }

    .enhanced-tabs.default-profile {
	    width: 103.2%!important;	
    }

    .enhanced-tabs.default-profile li {
	    width: 33.22%!important;	
    }
}

@media only screen and (max-width: 767px) {

    .enhanced-tabs.default-profile {
	width: 100%!important;	
}
    .enhanced-tabs.default-profile li {
	width: 100%!important;	
}
    img.highlight-image {
    width: 50%;
    }

    .ui-accordion .ui-accordion-content {
        padding: 1em 1em;
    }
    .module-content .ui-accordion .ui-accordion-content {
        padding: 1em;
    }
}

.job-details li, .job-details li li, .job-details li li li, .job-details li li li li, .job-details ol li, .job-details ul li {
    width: 100%!important;
    font-size: 1em!important;
}
