/* Reduce space above main content area */

.masthead {
	padding-top:30px;
}

/* Ensure all breadcrumbs are styled the same
	and on the same line */

.breadcrumbs-new {
	color:#fff;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:10pt;
	padding-bottom:15px;
	margin-bottom:18px;
	border-bottom:1px solid rgba(255, 255, 255, 0.5);
	line-height:1.5;
}

.breadcrumbs-new a:hover {
	color:#4c4d4f;
}

.bc-sep {
	background-image:url("core/images/arrow-right-white.png");
	background-repeat:no-repeat;
	background-position:.5px 5px;
	margin-left:5px;
}

@media only screen and (min-width: 1001px) {
    .breadcrumbs-new {
    	width:800px;
    }
}


/* Custom Support Portal Iframe */

.portal-wrapper {
	margin-bottom:30px;
} 

#support-portal {
	width:350px !important;
	overflow:hidden;
}

#support-portal html,
#support-portal body {
	background-color:#fff !important;
	background-image:none !important;
}

@media only screen and (max-width: 767px) {
    #support-portal {
		width:100% !important;
		overflow:hidden;
	}
}
#cboxLoadedContent
{
   /*width:800px;*/
}

.cboxPhoto
{
   /*width:800px;*/
}

#cboxClose
{
    top: 0px;
    right: 0px;
}


.content h1
{
   text-transform: capitalize;
}