/* Floated Image Start */
div.image-floated {
    /*    margin: 15px 0;*/
    position: relative;
    max-width: 100%;
}
div.image-floated img {
    vertical-align: bottom;
    width: 100%;
}
div.image-floated.center {
    margin-left: auto;
    margin-right: auto;
}
div.image-floated.left {
    float: left;
    margin-right: 10px;
}
div.image-floated.right {
    float: right;
    margin-left: 10px;
}

/* Floated Image End */

small {
    clear: both;
    color: #000;
    font: normal 11px/18px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
    /* padding: 0 10px; */
}

/* Headline Customization */
h1 {
    font-color: #000000;
    font-size: 22px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 24px;
    font-weight: normal;
}

h6 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
/* Headline Customization End */


/* Hero Carousel */
.hero_carousel {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    position: relative;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 960px;
}

.jcarousel .span8 {
    display: block;
    float: right;
    height: auto !important;
}

.jcarousel img {
    max-height: 334px;
}

.row-fluid .jcarousel img {
    min-height: 334px;
}

.jcarousel .hidden-phone {
    float: left;
}

/** Carousel Controls **/

.jcarousel-prev,
.jcarousel-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 34px;
    height: 34px;
}

.jcarousel-prev {
    left: 25px;
}

.jcarousel-next {
    right: 25px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
}

.jcarousel-pagination a {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -9999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
}

.jcarousel-pagination a.active {
    background-color: #fff;
}

.carousel-indicators li {
    cursor: pointer;
}


/* Search Box
Margin adjustment so box will hug the button
*/
.search-input {
    margin-bottom: 0px;
    margin-right: -5px;
    border: 1px solid #cccccc;
    padding: 4px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    width: 220px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #555555;
}
.search-submit {
    background-color: #0088cc;
    padding: 6px;
    height: 28px;
    width: 26px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
}


.in-search .pf-global-search .pf-search-inputs .expanded-search{
    width: 500px;
    height: 30px;
    border-radius: 0;
    outline: none;
}
.in-search .pf-global-search .pf-search-inputs .expanded-search-submit {
    width: 30px;
    height: 30px;
    padding: 6px;
}
.in-search .pf-joshua {
    display: none;
}
/*
.in-search .pf-joshua li {
    display: none;
}
*/

.pf-global-search .pf-search-inputs .search-ellipse {
    background-color: #0088cc;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    padding: 5px;
    vertical-align: middle;
}

.pf-global-search .search-ellipse-new {
    height: 30px;
    vertical-align: middle;
}

/* Left Navigation */
#tertiary .list ul {
    font: normal 12px Georgia, "Times New Roman", Times, serif;
}
#tertiary .list ul li {
    padding: 10px 0;
}
#tertiary .list ul li p {
    margin: 0;
}

/* Pagination */
.paginator {
    font-size: 14px;
}

.pg-page, .pg-curr {
    display: inline;
    margin-left: 3px;
}

/* Columns */
@media screen and (max-width:767px) {
    .columns .parsys {
        margin-bottom: 20px;
    }
}

/* Employer Matching Form */
form #orgname {
    width: 206px;
    font-size: 14px;
    line-height: 20px;
}

/* Asset Options */
.asset-options {
    border-spacing: 10px;
    border-collapse: separate;
    overflow: hidden;
}

.asset-options li {
    background-color: darkgray;
    width: 48%;
    margin: 3px;
    float: left;
    display: table;
}

.asset-options .active {
    background-color: #545454;
}

.asset-options ul li a {
    height: 34px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-size: 13px;
}

.pf-responsive #primary .asset-options ul li {
    line-height: 16px;
}

.pf-joshua .main_nav_category ul.navLinks{
    width:100%;
}

/*textimage_float css*/
.textimagefloat ul
{
    line-height:150% !important;
    list-style:disc !important;
    margin-left:30px !important;
}
/* end textimage_float css*/

/* page css*/
.x-grid3-cell-inner, .x-grid3-hd-inner 
{ 
    white-space:normal !important; 
}
#main-body
{
    padding-left: 0; 
    padding-right: 0;
}

#main-body div.span8
{
    width: 100%;
}

#content
{
    width:100%;
    overflow:hidden;
}

#bottom-gradient
{
    width:100%;
}
/*end page css*/

.video-list-table
{
    width: 100%; 
    text-align: left; 
    vertical-align: middle;
}
div.lds-social {
	width: 100%;
	display: block;
	float: left;
}
div.lds-social a {
padding: 0 2px;
float: left;
display: block;
}

div.lds-social span {
overflow: hidden;
display: block;
}

@media only screen and (min-width: 768px) {
	div.lds-social span {
		width: 20px !important;
		background: url('apps/images/social/lds-social-icons-sm.gif') no-repeat;
		height: 16px;
		line-height: 16px !important;
	}

	div.lds-social span.facebook {
		background-position: 0 0px;
	}
	div.lds-social span.twitter {
		background-position: 0 -16px;
	}
	div.lds-social span.linkedin {
		background-position: 0 -32px;
	}
	div.lds-social span.googleplus {
		background-position: 0 -48px;
	}
	div.lds-social span.email {
		background-position: 0 -64px;
	}
}

@media (max-width: 767px) {
	div.lds-social {
		padding-bottom: 10px;
	}
	div.lds-social span {
		width: 40px !important;
		background: url('apps/images/social/lds-social-icons-lg.gif') no-repeat;
		height: 32px;
		line-height: 32px !important;
	}

	div.lds-social span.facebook {
		background-position: 0 0px;
	}
	div.lds-social span.twitter {
		background-position: 0 -32px;
	}
	div.lds-social span.linkedin {
		background-position: 0 -64px;
	}
	div.lds-social span.googleplus {
		background-position: 0 -96px;
	}
	div.lds-social span.email {
		background-position: 0 -128px;
	}
}
div.lds-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

div.lds-video iframe,
div.lds-video object,
div.lds-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
