﻿body { font-size:14px; }

.useCaseLeftContainer {
    float: left;
    width: 600px;
    margin: 0 0 65px 0;
}

.useCaseRightContainer {
    float: right;
    width: 323px;
    margin: 0;
    padding: 0;
}

.useCaseContentWrapper {
    width: 1015px;
    margin: 0 auto;
}

.useCaseRightBlock {
    width: 279px;
    margin-bottom: 20px;
	padding: 20px;
}

#pageTitle {
    /*width: 1015px;*/
    margin: 0 auto;
    color: #0f73c3;
    font-size: 40px;
    padding: 20px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
	line-height: 1.1;
	text-transform: none;
}

.useCaseHeading {
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    /*margin: 25px 25px 25px 25px;*/
    display: block;
    font-family: 'Roboto', sans-serif;
	margin:5px 0 20px;
}
.useCaseMainMessageTop, .useCaseIntro {
    /*font-size: 20px;*/
	font-size: 18px;
    font-family: Arimo, sans-serif;
    line-height: 1.4;
}
#relatedCustomerStory {
    background-color: #0f73c3;
    /*padding: 10px 0 10px 0;*/
    position: relative;
	border: 2px solid #0f73c3;
	margin-top: 25px;
}

#supportDocument {
    background-color: #cccccc;
    position: relative;
	border: 2px solid #cccccc;
	margin-top: 25px;
	color: #ffffff;
}

.customerStoryMessage,  .customerStoryMessage > a {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #FFFFFF;
	font-size: 15px;
    line-height: 1.25;
    text-decoration: none;
}
    .customerStoryMessage:hover {
        text-decoration: none;
    }
    .customerStoryMessage:visited {
        color: #FFFFFF;
        text-decoration: none;
    }

#customerStoryImage {
    margin: 0 -19px 20px;
    display: block;
	width: 317px;
}
#customerStoryHeader {
    color:#FFFFFF;
}
#customerStoryMainTitle {
    color: #FFFFFF;
}
#customerStoryLink {
    color: #FFFFFF;
	font-size: 14px;
}
/*#customerStoryHeader, #customerStoryLink, .customerStoryMessage, #customerStoryMainTitle {
    margin-left: 10px;
    margin: 15px 15px;
}*/
#customerStoryLink:hover {
    
}
.ctaLink {
}

.customerStoryHeader, .featuredProductsHeader {
    /*margin-top: 25px;*/
    margin-bottom: 0px;
    /*margin-left: 25px;*/
}
.featuredProductsHeader i, #featuredProductsBlock h3 i, #featuredProductsBlock h4 i {
	font-style: normal;
	text-transform: none;
}
#featuredProductsBlock, #featuredVideo {
    border: 2px solid #cccccc;
    /*padding: 0 0 12px 0;*/
}
#featuredVideo {
	background-color: #ccc;
	position: relative;
}
.featuredProductsLink {
	
}
	.featuredProductsLink:hover {
		text-decoration: none;
	}

.featuredProduct {
	border-top: 1px solid #ddd;
	padding-top: 18px;
	margin-top: 18px;
}
	.featuredProduct:first-of-type, .featuredProduct:first-child:before {
		border-top: none;
		padding-top: 0;
		margin-top: 0;
	}

.lastFeaturedProduct {
}

.featuredProductsMessage {
    margin-bottom: 0;
    color: #666666;
    /*margin-left: 25px;
    margin-right: 25px;*/
}

#customerStoryContainer {
}

#useCaseBenefitsContainer, .useCaseContentWrapper .benefits {
    margin-top: 40px;
	margin-right: -40px;
	width: 600px;
	overflow: hidden;
}

#useCaseBenefitsHeading {
    margin-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
}
.technologiesHeading {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: normal;
	text-transform: none;
}

.useCaseBenefits {
    padding: 0 0 0 10px;
}

.item {
    list-style-type: none;
    margin-bottom: 15px;
}

#ctaBox {
    width: 265px;
    border: 2px solid #cccccc;
    padding: 12px;
    font-size: 12px;
    line-height: 1.2em;
    float: right;
    margin: 40px 0 0 0;
    background-color: #ffffff;
}

#ctaBox a {
	-moz-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
#ctaBox a:hover {
	background-color: #00b6f1;
}

#moreInfo a {
    width: 101px;
    height: 30px;
    background: #0f73c3;
    float: left;
    padding: 12px;
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#chatBox a {
    width: 86px;
    height: 30px;
    background: #0f73c3 url(http://cdn.quantum.com/images/icon_chat.png) no-repeat 15px 20px;
    float: right;
    padding: 25px 0 0 40px;
    display: block;
    color: #fff;
    text-decoration: none;
}

#callUs {
    font-size: 12px;
    text-align: right;
    height: 18px;
    width: 250px;
    float: right;
    margin: 12px 0 0 0;
}

.resourcesContainer {
    width: 190px;
    float: left;
    padding: 2px;
}
#expandBlock {
    color: #FFFFFF;
    overflow: hidden;
    position: absolute;
    bottom: 3px;
    right: 10px;
}
#expandText {
    background-color: #0f73c3;
    margin-right: -2px;
    font-size: 14px;
    padding: 4px 10px;
    height: 24px;
    vertical-align: top;
    color: #FFFFFF;
}
    #expandText:hover {
        text-decoration: none;
    }
#expandPlusButton {
    width: 18px;
    height: 18px;
}
#expandPlusContainer {
    background-color: #0f73c3;
    height: 17px;
    padding: 3px;
    display: inline-block;
    line-height: 0px;
}
#diagramBlock, .diagramBlock {
    position: relative;
    background-color: #FFF;
    border: 2px solid #cccccc;
}
.diagramBlock > a { display:block; line-height:0; }
.noborder { border:none; }
.diagramBlock img {
	width: 596px;
}
.diagramBlock.noborder img { width: 600px; }
#relatedResourcesBackground {
    background-color: #ebebeb;
    width: 100%;
    padding-top: 40px;
	position: relative;
}
.solutionBriefsList {
    /*padding: 0 2px;*/
}
#medbtn {
    position: absolute;
    height: 122px;
    width: 122px;
    top: 95px;
    right: 98px;
    background-image: url(http://cdn.quantum.com/nextgeneration/images/video_playBtnMed_off.png);
}
#medbtn:hover {
    background-image: url(http://cdn.quantum.com/nextgeneration/images/video_playBtnMed_on.png);
}
.smbtn {
    background-image: url(http://cdn.quantum.com/nextgeneration/images/video_playBtnSm_off.png);
    width: 82px;
    height: 82px;
    position: absolute;
    top: 16px;
    left: 50px;
}
.smbtn:hover {
    background-image: url(http://cdn.quantum.com/nextgeneration//images/video_playBtnSm_on.png);
}
.benefit {
    width: 280px;
    float: left;
    padding: 0;
	font-size: 12px;
	line-height: 1.45;
}
.benefitHeading {
    text-transform: uppercase;
	font-size: 14px;
}

.solutionBrief > a, .customerStory > a, .whitePaper > a {
    /*color: #848484;*/
	color: #666;
}
.smallVideoContainer {
    position: relative;
}
.divider {
    background-color:#efefef;
    height: 1px;
}
.benefitsColumn {
    width: 280px;
	*width: 260px;
    float: left;
	/*margin-right:40px;*/
}
#useCaseBenefitsHeading + .benefitsColumn {
	margin-right:40px;
}
.videoMessage {
	line-height:1.25;
}
#otherResources .item {
	font-size: 12px;
	line-height: 1.4;
}
	#otherResources .item a:hover {
		text-decoration: none;
		color: #00b6f1;
	}
	
#featuredVideos {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.useCaseIntroBullets, .introBullets {
	list-style-type: disc;
	margin: 0 0 30px 15px;
}

.plus-btn {
	background: #0f73c3 url(/images/usecases/plus-btn-bdr.gif) right center no-repeat;
	padding: 0 36px 0 10px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 7px;
	right: 10px;
	-moz-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

a:hover .plus-btn {
	background-color: #00b6f1;
}

.useCaseContentWrapper .benefits h1 {
	margin: 0 0 15px;
	color: #0f73c3;
}

.useCaseContentWrapper .benefits h3 {
	margin-top: 1em;
}

.useCaseContentWrapper .benefits ul {
	width: 280px;
	float: left;
	margin: 0;
}
.useCaseContentWrapper .benefits h1 + ul, .useCaseContentWrapper .benefits h3 + ul, .useCaseContentWrapper .benefits h4 + ul {
	margin-right: 40px;
}

.useCaseContentWrapper .benefits ul li {
	list-style: none;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 15px;
	display: block;
}
.useCaseContentWrapper .benefits ul strong {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	display: block;
}

#relatedCustomerStory .storiesLink {
	line-height: 1.25;
}
#relatedCustomerStory .storiesLink:hover {
	text-decoration: none;
}

#relatedCustomerStory .storiesLink h4, #relatedCustomerStory  .ctaText {
	color: #fff;
}
#featuredVideo h4, #featuredVideo p {
	color: #000;
}
#relatedCustomerStory .storiesLink p {
	color: #c7def1;
	font-size: 12px;
	margin-bottom: 0;
	line-height: 1.5;
}
#relatedCustomerStory .storiesLink h4, .useCaseContentWrapper #featuredVideo h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px;
	font-family: Arimo, sans-serif;
	/*line-height: 1.25;*/
	text-transform: none;
}
#relatedCustomerStory  .ctaText, #featuredVideo p {
	font-size: 14px;
	display: block;
	margin-top: 10px;
}
#relatedCustomerStory .storiesLink h4, #relatedCustomerStory .ctaText, #relatedCustomerStory p {
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#relatedCustomerStory .storiesLink:hover .ctaText, #relatedCustomerStory .storiesLink:hover h4 {
	text-shadow: 0px 0px 1px #fff;
}

.useCaseContentWrapper h1 {
	margin: 5px 0 20px;
}

.useCaseContentWrapper h2 {
	color: #0f73c3;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3;
	/*margin-bottom: 10px;*/
}

.useCaseContentWrapper .diagramBlock + h2 {
	margin-top: 40px;
}

.useCaseContentWrapper h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
	color: #666;
	text-transform: none;
}

.useCaseContentWrapper h2 + h4 {
	font-weight: normal;
	margin-top: -15px;
}

#relatedCustomerStory h1, #relatedCustomerStory h3, #relatedCustomerStory .storiesLink:hover p {
	color: #fff;
}

#featuredProductsBlock h1, #featuredProductsBlock h3.large, #featuredVideo h3.large {
	color: #000;
}
#relatedCustomerStory .large, #featuredProductsBlock .large, #featuredVideo .large {
	margin: 0.3em 0 0.75em;
}
#featuredProductsBlock a:hover {
	text-decoration: none;
}
#featuredProductsBlock h3 {
	-moz-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
#featuredProductsBlock h3, #featuredProductsBlock p {
	margin-bottom: 0;
}
#featuredProductsBlock a:hover h3 {
	color: #00b6f1;
}
#featuredProductsBlock p {
	color: #666;
}

.solid_btn, .solid_btn:link {
	padding: 0 35px;
	line-height: 34px;
	font-size: 17px;
	white-space: nowrap;
	display: block;
	color: #fff!important;
	float: left;	
	-moz-transition: background-position 0.2s ease;
	-webkit-transition: background-position 0.2s ease;
	transition: background-position 0.2s ease;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-size: auto 200%;
	background-position: 0 100%;
	position: relative;
	zoom: 1;
	behavior: url(/cybersecurity/PIE.htc);
}
	.solid_btn:hover {
		color: #fff;
		text-decoration: none;
		background-position: 0 75%;
	}
	
.ltblue-grad {
	background-color: #95e0f4; /* Old browsers */
	background-image: -moz-linear-gradient(top,  #95e0f4 0%, #52d1f7 50%, #00a4e4 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95e0f4), color-stop(50%,#52d1f7), color-stop(100%,#00a4e4)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  #95e0f4 0%,#52d1f7 50%,#00a4e4 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  #95e0f4 0%,#52d1f7 50%,#00a4e4 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  #95e0f4 0%,#52d1f7 50%,#00a4e4 100%); /* IE10+ */
	background-image: linear-gradient(to bottom,  #95e0f4 0%,#52d1f7 50%,#00a4e4 100%); /* W3C */
	-pie-background: linear-gradient(#52d1f7 0%, #00a4e4 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95e0f4', endColorstr='#00a4e4',GradientType=0 ); */
}

#footerMoreInfo { margin-top:20px; }
#footerMoreInfo h1 { text-transform: none; font-size: 30px; line-height:1.1; font-family: 'DIN Next W01 Medium', sans-serif; letter-spacing:-0.03em; }
#footerMoreInfo .contactInfo {
		display: block;
		width: 100%;
		border-top: #cdcdcd solid 1px;
		color: #666;	
		clear: left;
		font-size: 12px;
		margin: 40px 0 0;
		float: left;
		line-height: 3em;
		float: left;
	}
	#footerMoreInfo .contactInfo strong, #footerMoreInfo .contactInfo a {
		color: #0f73c3;
		font-size: 12px;
		-moz-transition: color 0.2s ease;
		-webkit-transition: color 0.2s ease;
		transition: color 0.2s ease;
	}
	#footerMoreInfo .contactInfo a:hover {
		color: #666;	
	}
	
.down-arrow-ltblue {
	height: 28px;
	width: 54px;
	background: url(/images/ltblue-down-arrow.png) center top no-repeat;
	-webkit-border-radius: 0 0 28px 28px;
	-moz-border-radius: 0 0 28px 28px;
	border-radius: 0 0 28px 28px;
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -28px;
	display: block;
	text-indent: -100%;
	zoom: 1;
	behavior: url(/cybersecurity/PIE.htc);
}
.down-arrow-ltblue.white {
	background-color: #fff;
}

#relatedResourcesBackground .down-arrow-ltblue {
	bottom: auto;
	top: -5px;
}

.diagramBlock + p {
	margin-top: 25px;
}

.videoMessage, .item { width:170px; }

.smallVideoContainer img { height:110px; width:180px; margin-bottom:5px; }

.useCaseRightContainer #ctaBox h2 {
	font-family: 'DIN Next W01 Regular', sans-serif;
	color: #000;
	font-weight: normal;
	margin-bottom: 0.5em;
}
#relatedResources { margin-top:25px; }

#pageTitle .subtitle { 
	display: block;
	font-size: 26px;
	line-height: 1.35;
}

#featuredProductsBlock h4 {
	color: #0f73c3;
}

#featuredProductsBlock a:hover h4 {
	color: #00b6f1;
}

#featuredVideo #medbtn { top:101px; }