.awesome {
   margin: 5px;
   box-shadow: 1px 0px #444, 0px 1px #666,
              2px 1px #444, 1px 2px #666,
              3px 2px #444, 2px 3px #666,
              4px 3px #444, 3px 4px #666,
              5px 4px #444, 4px 5px #666,
              6px 5px #444, 5px 6px #666;
}

.awesome:hover, .awesome:focus {
    transform: translate(2px, 2px);
    box-shadow: 1px 0px #444, 0px 1px #666,
              2px 1px #444, 1px 2px #666,
              3px 2px #444, 2px 3px #666,
              4px 3px #444, 3px 4px #666;
}
.awesome:active, .awesome:active {
      transform: translate(4px, 4px);
    box-shadow: 1px 0px #444, 0px 1px #666,
              2px 1px #444, 1px 2px #666;
}

/*body {
	background: transparent url(../img/GUIDE_Use_Case_Page_V6.jpg) no-repeat top center;
}*/
ol {
	margin-left: 15px;
}
ol li {
	list-style-type: decimal;
}
em {
	font-style: italic;
}

/**
 *	overwrite or amend CISCO styles
 */
#fw-mm {
	left: 180px;
	right: 430px;
}
#fw-mb {
	z-index: 1000;
}

#fw-mm td.mm-item a.mm-link {
	width: 130px;
}

#fw-mm td.mm-item {
	max-width: 150px;
}

/**
 *	Main Styles
 */


.container {
	margin: auto;
	width: 990px;
	font-family: 'CiscoSansRegular';
}

.hero {
/*
	-moz-border-radius: 5px;
	border-radius: 5px;
*/
	/* border: 1px solid #ccc; */
	position: relative;
	top: 20px;
	left: 25px;
	width: 940px;
	height: 235px;
	/* background attributes inline on handlebarsjs template */
}

.hero .copy {
	position: relative;
	top: 55px;
	left: 20px;
	width: 450px;
}

.hero h1 {
	font-family: 'CiscoSansThin';
	font-size: 22pt;
	font-weight: 700;
	line-height: 26pt;
	letter-spacing: 1pt;
	color: rgba(0, 150, 214, 1.0);
}

.hero p {
	font-family: 'CiscoSansThin';
	line-height: 22pt;
	font-size: 16pt;
	color: #343434;
	margin-top: 16px;
}

.benefit {
	float: left;
	width: 300px;
	margin: 25px 10px;
}
.benefit-title:hover {
	/* opacity: 0.7; */
	cursor: pointer;
}
.benefit-title {
	width: 300px;
	height: 185px;
	background-position: 0px -18px !important;
	background-size: cover;
}
.benefit-title .ui-icon {
	top: 162px !important;
	left: 270px !important;
	/* background-image: url(../img/ui-icons_ffffff_256x240.png) !important; */
	font-size: 28px;
	color: white;
	background-image: none !important;
	text-indent: 0 !important;
	position: relative;
	z-index: 1000;
	height: 30px;
	width: 30px;
}
.benefit-title h1 {
	width: 280px;
	font-family: 'CiscoSansThin';
	font-size: 22px;
	color: #fff;
	margin: 0;
	padding: 7px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.link-arrow {
	color: #ccc;
}
.benefit-list {
	background-color: #f3f3f3;
	color: #444;
	display: none;
}
.benefit-list a {
	font-family: 'CiscoSansThin';
	text-decoration: none;
	color: #444;
	display: block;
	padding: 10px;
	font-size: 16px;
}
.benefit-list li {
	list-style-type: none;
	border-top: 1px solid #e3e3e3;
}
.benefit-list a:hover {
	background-color: #e3e3e3;
	cursor: pointer;
}
.benefit-list a:hover .link-arrow {
	color: #444;
}
/*
.benefit-list a:hover:after {
	    display: block;
    position:relative;
    top:5px;
    width:100%;
    height:0;
    text-align:center;
    color:yellow;
    content : "\a0\25b8";
}
*/
.outcome.benefit .benefit-list {
	border: 1px solid #a0549f;
	border-top: none;
}
.lob.benefit .benefit-list {
	border: 1px solid #46a040;
	border-top: none;
}
.industry.benefit .benefit-list {
	border: 1px solid #0096d6;
	border-top: none;
}
.outcome.benefit h1 {
	background-color: rgba(160, 84, 159, 1.0);
}
.lob.benefit h1 {
	background-color: rgba(70, 160, 64, 1.0);
}
.industry.benefit h1 {
	background-color: rgba(0, 150, 214, 1.0);
}
.benefit p {
	font-family: 'CiscoSansRegular';
	font-size: 8pt;
	line-height: 12pt;
	color: #343434;
	margin-top: 5px;
}
.usecase-dropdown-container {
}
.usecase-dropdown {
	cursor: pointer;
	font-family: 'CiscoSansRegular';
	font-size: 9pt;
	color: #4e4e4e;
	padding: 4px 10px;
	border: 1px solid #dbdada;
	background: #edebeb url(../img/usecase-dropdown.png) no-repeat top right;
}
.usecase-dropdown-container ul.submenu {
	position: relative;
	top: 0px;
	left: -1px;
	margin-bottom: 100px;
}
a.learn-more-link {
	position: relative;
	top: 38px;
	text-decoration: none;
	font-size: 8pt;
	color: #007fc5;
}

/**
 *	Business Experience Submenu
 */
ul.submenu {
	position:absolute;
	/* width: 100%; */
	width: 275px;
	top: 74px;
	margin-left: 20px;
	background-color: #e6e5e6;
	z-index: 100;
	border-width: 0px 1px 1px 1px;
	border-color: #999;
	border-style: solid;
/*
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
*/
	-moz-box-shadow: 
		0 4px 3px -4px rgba(0, 0, 0, 1) inset,
		2px 2px 6px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 
		0 4px 3px -4px rgba(0, 0, 0, 1) inset,
		2px 2px 6px rgba(0, 0, 0, .7);
	box-shadow: 
		0 4px 3px -4px rgba(0, 0, 0, 1) inset,
		2px 2px 6px rgba(0, 0, 0, .7);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}
ul.submenu li a {
	display: block;
	padding: 9px 15px;
	font-size: 12px;
	color: #525252;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
ul.submenu li a:hover {
	background-color: #cecece;
}
ul.submenu li:first-child a:hover {
	-moz-box-shadow: 
		0 4px 3px -4px rgba(0, 0, 0, 1) inset;
	-webkit-box-shadow: 
		0 4px 3px -4px rgba(0, 0, 0, 1) inset;
	box-shadow: 
		0 4px 3px -4px rgba(0, 0, 0, 1) inset;
}
ul.submenu li:last-child a {
	border-bottom: none;
}
#fw-mm ul.submenu li a { 
	color: #525252; 
}
#right-content ul.submenu { 
	width: auto; 
	top: 423px;
	margin-left: -14px;
}

/*
.business-experience-dropdown {
	background-image: url('../img/sprite2.png');
	background-repeat: no-repeat;
	background-position: -210px -390px;
}
*/

.mm-link .fa {
	height: auto;
}

/**
 *	Usecase Pages
 */

.usecase-header h1 {
	font-family: 'CiscoSansThin';
	font-size: 20pt;
	color: #444;
	padding: 24px 24px 19px;
}

.left-sidebar-container {
	float: left;
	width: 270px;
	margin-left: 24px;
}
#business-needs-accordion .ui-icon {
	top: 35px !important;
	left: 585px !important;
   /* background-image: url(../img/ui-icons_ffffff_256x240.png) !important; */
   font-size: 20px;
   color: #343434;
   background-image: none !important;
   text-indent: 0 !important;
   position: absolute;
   height: 30px;
   width: 30px;
}
.left-sidebar-container .ui-icon {
	top: 15px !important;
	left: 245px !important;
   /* background-image: url(../img/ui-icons_ffffff_256x240.png) !important; */
   font-size: 20px;
   color: white;
   background-image: none !important;
   text-indent: 0 !important;
   position: absolute;
   height: 30px;
   width: 30px;
}
.resources {
/*
	-moz-border-radius: 5px;
   border-radius: 5px;
*/
	/* border-bottom: 1px solid #444; */
	width: 910px;
}
.popup .first {
/*
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
*/
}
.popup .last {
/*
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-bottom: 1px solid #444;
*/
}
.fancybox-skin {
	padding: 0 !important;
/*
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
*/
}
.fancybox-inner {
	width: !important;
}
.container .first {
/*
	-moz-border-radius: 5px 5px 0 0 !important;
	border-radius: 5px 5px 0 0 !important;
*/
}
.container div>.last {
/*
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
*/
	/* border-bottom: 1px solid #444; */
}
.container .last.ui-state-active {
/*
	-moz-border-radius: 0;
	border-radius: 0;
*/
}

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 10px !important;
}

.left-sidebar h3 {
	font-family: 'CiscoSansRegular';
	font-size: 12pt;
	/* background: #444 url('../img/sprite2.png') repeat-x 0 -173px; */
	background: #444;
	border-bottom: 1px solid #666;
}

.outcome .block-content {
	/* border-color: rgba(160, 84, 159, 1.0) !important; */
}
.lob .block-content {
   /* border-color: rgba(70, 160, 64, 1.0) !important; */
}
.industry .block-content {
	/* border-color: rgba(0, 150, 214, 1.0) !important; */
}
.outcome .left-sidebar h3.ui-state-active {
	background-color: rgba(160, 84, 159, 1.0);
}
.lob .left-sidebar h3.ui-state-active {
        background-color: rgba(70, 160, 64, 1.0);
}
.industry .left-sidebar h3.ui-state-active {
	background-color: rgba(0, 150, 214, 1.0);
}

.left-sidebar h3.ui-state-hover {
	background-color: #333;
}
.left-sidebar h3.ui-state-active {
	/* background-position: 0 -136px; */
	border-bottom: 0;
	background-color: #444;
}

*:focus {
	outline: 0 !important;
}

.left-sidebar h3 a {
	display: block;
	padding: 9px 10px;
	text-decoration: none;
	color: #fff;
}

.title-crumb, .title-crumb a {
	color: #aaa;
	text-decoration: none;
}

.title-crumb a:hover {
	text-decoration: underline;
}

.block-content {
	/* border-left: 1px solid #444;
	border-right: 1px solid #444; */
	font-family: 'CiscoSansRegular';
	font-size: 13.5px;
	line-height: 1.5;
	/*line-height: 16px;*/
	color: #343434;
	background-color: #f3f3f3;
	padding: 15px 15px;
}
.block-content ul li {
	margin-left: 15px;
	list-style-type: circle;
}
/*.left-sidebar .block-content ul li {
	margin-left: 0;
	margin-bottom: 15px;
	list-style-type: none;
}*/

.left-sidebar.links {
	clear: both;
	margin-top: 20px;
}
.left-sidebar.links h3 {
	background-position: 0 -202px;
}
.left-sidebar ul.additional-resources li {
	background: #f3f3f3 url('../img/sprite2.png') repeat-x 0 -276px;
	border-bottom: 1px solid #dedede;
}
.left-sidebar ul.additional-resources li:last-child {
	border-bottom: none;
/*
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
*/
}
.left-sidebar ul.additional-resources li.white-papers {
	background-position: 0 -276px;
}
.left-sidebar ul.additional-resources li.demo {
	background-position: 0 -306px;
}
.left-sidebar ul.additional-resources li.vertical-content {
	background-position: 0 -338px;
}
.left-sidebar ul.additional-resources li.services {
	background-position: 0 -369px;
}
.left-sidebar ul.additional-resources li.more {
	background-position: 0 -397px;
}
.left-sidebar ul.additional-resources li a {
	display: block;
	text-decoration: none;
	font-family: 'CiscoSansRegular';
	font-size: 8pt;
	color: #343434;
	margin-left: 40px;
	padding: 10px;
}

/*
.left-right-temp {
	margin-left: 24px;
	margin-right: 24px;
}
*/

#left-right-content {
	overflow: hidden;
}

.right-content ul li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0px;
}

.left-sidebar-container li {
	list-style-type: circle;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-position: inside;
	text-indent: -1em;
}

.left-sidebar-container ul li {
	list-style-type: none;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-position: outside;
	text-indent: 0;
}

.sub-header {
	font-weight: 900;
}

.spaceabove {
	margin-top: 15px;
}

ul .sub {
	margin-top: 15px;
}

ul li .sub {
	list-style-type: none;
	margin-bottom: 15px;
	margin-left: 15px;
}

.right-content {
	width: 650px;
	float: right;
	margin-right: 25px;
	overflow: hidden;
}

.hidden {
	display: none;
}

.graphic {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
}

.popup {
	min-width: 100%;
}

.popup .block-content img {
	width: 100%;
}

.popup .black-bar {
	color: #fff;
	font-family: 'CiscoSansRegular';
	font-size: 10pt;
	background: #444; /* transparent url('../img/sprite2.png') repeat-x 0 -238px; */
	padding: 8px 14px 9px;
	margin-bottom: -1px;
	overflow: hidden;
}

.right-content .black-bar {
	color: #fff;
	font-family: 'CiscoSansRegular';
	font-size: 10pt;
	background: #444; /* transparent url('../img/sprite2.png') repeat-x 0 -238px; */
	padding: 8px 14px 9px;
	margin-bottom: -1px;
	overflow: hidden;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 40px;
	width: auto;
	max-width: 942px;
	margin: 20px auto;
	text-align: center;
}

.white-popup img {
	width: 100%;
}

.hero-image {
	height: 230px; 
	overflow: hidden;
/*
	border: 1px rgb(68, 68, 68) solid;
	border-bottom: 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
*/
}
.hero-image span {
	display: block;
	width: 15px;
	height: 100%;
	float: left;
	text-align: right;
	color: #fff;
	font-family: 'CiscoSansRegular';
	font-size: 13pt;
   /* background-color: #444; */
}
.outcome .hero-image span {
        /* background-color: rgba(160, 84, 159, 1.0); */
}
.lob .hero-image span {
        /* background-color: rgba(70, 160, 64, 1.0); */
}
.industry .hero-image span {
        /* background-color: rgba(0, 150, 214, 1.0); */
}

.benefits {
	position: relative;
	left: 15px;
	top: 15px;
	z-index: 100;
}

.right-content .benefits-tabs-and-list {
	top: -34px;
	position: relative;
}

.right-content .benefits-tabs {
	background-color: #F3F3F3;
	padding-top: 10px;
	padding-left: 24px;
	/* border-left: 1px solid #444; */
}
#benefits-tabs-container {
	border-bottom: 1px solid #c2c2c2;
	width: 602px;
}
.outcome .right-content .benefits-tabs {
	/* border-left: 1px solid rgba(160, 84, 159, 1.0); */
}
.lob .right-content .benefits-tabs {
	/* border-left: 1px solid rgba(70, 160, 64, 1.0); */
}
.industry .right-content .benefits-tabs {
	/* border-left: 1px solid rgba(0, 150, 214, 1.0); */
}
.right-content .benefits-tabs a:hover {
	border-bottom: 4px solid #c2c2c2;
}
.right-content .benefits-tabs a {
	color: #777;
	float: left;
	font-size: 14px;
	padding: 15px 10px;
	margin: 0 30px 0 0;
	text-decoration: none;
/*
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
*/
}
.right-content .benefits-tabs a.selected {
	color: #444;
	border-bottom: 4px solid #444;
	/* color: #fff;
	margin-top: 0;
	background-position: 0 -483px; */
}
.download {
	text-decoration: none;
	color: rgba(0, 150, 214, 1.0);
	font-size: 16px;
}

.lob .right-content .benefits-tabs a.selected {
	border-bottom: 4px solid rgba(70, 160, 64, 1.0);
}

.industry .right-content .benefits-tabs a.selected {
	border-bottom: 4px solid rgba(0, 150, 214, 1.0);
}

.outcome .right-content .benefits-tabs a.selected {
	border-bottom: 4px solid rgba(160, 84, 159, 1.0);
}

.benefits-content {
	display: none;
}
.benefits-content:first-child {
	display: block;
}
.benefits-list .block-content .column {
	float: left;
	width: 300px;
}
.solution-list-item {
	font-size: 8pt;
	padding-bottom: 15px;
}
.solution-list-item h3 {
	font-weight: bold;
}
.solution-list-item ul li {
	list-style-type: none;
	margin-left: 10px;
}
.solution-list-item ul li a {
	color: #343434;
	text-decoration: none;
}
.solution-list-item ul li a:hover {
	text-decoration: underline;
}

/**
 *	Resources Header
 */
 
.resources-header h1 {
	font-family: 'CiscoSansRegular';
	font-weight: bold;
	font-size: 12pt;
   color: #444;
	padding: 18px 26px 15px;
}
.resources-hero {
/*
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
*/
	width: 940px;
	height: 281px;
	margin-left: 25px;
	/* background attributes inline on handlebarsjs template */
}
.resources-hero h2 {
	position: relative;
	top: 8px;
	left: 10px;
	font-family: 'CiscoSansRegular';
	font-weight: normal;
	font-size: 11pt;
	color: #fff;
}
.resources-content {
	color: #343434;
	padding: 0 25px;
	line-height: 12pt;
}
.resources-content p {
	padding: 10px 0;
}
.resources-content strong {
	font-weight: bold;
}
.resources-content h2 {
	font-size: 12pt;
	font-weight: bold;
	display: block;
	padding: 10px 0;
}

/**
 *	Footer
 */
.footer {
	width: 940px;
	/*margin-top: 510px;*/
	position: relative;
	top: 40px;
	margin-left: 24px;
	border-top: 1px solid #ebe9ea;
	padding-top: 10px;
	padding-bottom: 40px;
	clear: both;
}
.menu {
	clear:both;
	margin-bottom:20px;
}
.menu ul,
.menu li {
	list-style:none;
	padding:0;
	margin:0;
}
.menu li {
	display:inline;
}
.menu li a {
	color:#208fca;
	text-decoration:none;
}
.menu li a:hover {
	color:#208fca;
	text-decoration:underline;
}
.footer .menu li {
	padding: 5px 0px;
	font-size: 11px;
	color: #333;
}
.footer .menu li a {
	padding:0px 7px;
	border-right: 1px solid #c2c2c2;
	font-size:11px;
}
.footer .menu .last,     
.footer .menu .last a {
	border-right:none;
}

.black-bar img {
	margin:0;
	padding:0;
	border:0;
}

.magnify {
	text-align: center;
	font-style: italic;
	float: right;
	margin: 0 0 10px 10px;
}

.tile-left {
	float: left;
}

.tile-container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.tile-resources {
	background-color: white;
	width: 888px;
	border: 1px solid #c2c2c2;
/*
	border-radius: 5px;
*/
	line-height: 1.5;
	font-size: 13px;
	margin: 10px;
	overflow: hidden;
}

.business-needs li {
	list-style-type: circle;
	margin-bottom: 5px;
	margin-left: 15px;
	list-style-position: inside;
	text-indent: -1em;
}

.business-needs-label a {
}

.business-needs-label a:hover {
	background-color: #d8d8d8;
}

.business-needs-label a {
	display: block;
	text-decoration: none;
	color: #343434;
	background-color: #fff;
	border: 1px solid #c2c2c2;
	line-height: 1.5;
	font-size: 14px;
	padding: 16px;
}

.business-needs-label {
	padding: 10px;
}

.business-needs-content {
	margin: 0 30px;
}

.business-needs-usecase:hover {
	background-color: #d8d8d8;
	cursor: pointer;
}
.business-needs-usecase:hover .link-arrow {
	color: #444;
}

.business-needs-usecase {
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	border-top: 1px solid #d8d8d8;
}

.business-needs-usecase-link-image {
	border: 0;
	float: right;
}

.business-needs-usecase-image {
	float: left;
/*
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -32px;
	height: 64px;
	width: 64px;
*/
}

.business-needs-usecase-text {
	width: 480px;
	float: left;
	margin-left: 15px;
}

.business-needs-usecase-title {
	font-size: 1.2em;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.business-needs-usecase-content li {
	margin-bottom: 2px;
	margin-left: 25px;
}

.target-roles-tab li {
	list-style-type: circle;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-position: inside;
	text-indent: -1em;
}

.tile {
	background-color: white;
	width: 288px;
	border: 1px solid #c2c2c2;
/*
	border-radius: 5px;
*/
	line-height: 1.5;
	font-size: 13.5px;
	margin: 10px;
	overflow: hidden;
}

.tile.usecase-link:hover {
	cursor: pointer;
	/* opacity: 0.7; */
}

.tile.usecase-link:hover .tile-content {
	background-color: #f8f8f8;
}

.tile.usecase-link:hover .tile-label {
	background-color: #e3e3e3;
}

.tile.usecase-link:hover .link-arrow {
	color: #444;
}

.qtip li {
	list-style-type: circle;
	margin: 6px 0 6px 15px;
}

.qtip-bootstrap {
	-webkit-border-radius: 0 !important;
	-mos-border-radius: 0 !important;
	border-radius: 0 !important;
}

map, area {
	cursor: pointer;
}

.ui-tooltip, .qtip {
	max-width: 400px !important;
}

.products .tile img {
	width: 64px;
	margin: 7px 12px;
	cursor: pointer;
}

.products .tile {
	margin-left: 32px;
}

/*foo*/
.products .tile-content {
   background-image: url('../img/magnify.png');
   background-repeat: no-repeat;
   background-position: right top;
   margin: 6px 5px;
}
/*foo*/

.capabilities .tile-content {
	cursor: pointer;
}

.capabilities .tile-content:hover {
	cursor: pointer;
	background-color: #eee;
}

.capabilities .tile-content:hover .link-arrow {
	color: #444;
}

/*
.capabilities .tile-content:hover:after {
    content : "\a0\25b8";
}
*/

/*
.capabilities .tile {
	-webkit-border-radius: 5px;
	-mos-border-radius: 5px;
	border-radius: 5px;
}
*/

.capabilities {
	width: 288px;
	float: left;
}

.products {
	float: left;
}

.products .tile .tile-label {
	/* border-top: 0; */
}

.products .tile span {
	float: left;
   font-size: .9em;
   font-style: italic;
}

#infra-img {
	width: 248px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.tile-label {
	background-color: #e8e8e8;
	border-top: 1px solid #c2c2c2;
	padding: 15px;
}

.tile-content img {
	margin: 0 10px 0 0;
	padding: 0;
	width: 20px;
	float: left;
}

.tile-label img {
	margin: 0 25px 0 0;
	padding: 0;
	width: 64px;
	float: left;
}

.tile-label-end {
	margin-right: 0 !important;
}

.tile-content-resources a {
	font-size: 1.1em;
}

.tile-content-resources {
	padding: 15px;
	text-align: left;
}

.tile-content {
	padding: 15px;
	text-align: left;
}

.tile-content.magnify {
	padding: 5px;
}

.clients.tile-content {
	padding: 5px;
}

.attribution {
	padding: 10px 20px 10px 10px;
	font-size: .9em;
	text-align: right;
	font-style: italic;
}

.next-tab {
	margin-right: 10px;
	float: right;
	cursor: pointer;
	width: 32px;
}

.overview-video {
	margin: 10px;
}

.video-thumbnail-2 {
	border: 1px solid #444;
	width: 238px;
	height: 134px;
	background-size: 238px 134px;
}

.video-thumbnail {
	border: 1px solid #444;
	width: 238px;
	height: 134px;
	background-size: 238px 134px;
}

.video-thumbnail-play-2 {
	width: 238px;
	height: 134px;
	background-size: 238px 134px;
	background-image: url("../img/video-play-button.png");
}

.video-thumbnail-play {
	width: 238px;
	height: 134px;
	background-size: 238px 134px;
	background-image: url("../img/video-play-button.png");
}

.video-title {
	text-align: center;
}

.video-button {
    display: block;
    line-height: 35px;
    font-size: 14px;
    text-decoration: none;
    width: 90px;
    height: 36px;
    text-align: center;
    color: #fff;
/*
    border-radius: 3px;
*/
    margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
    padding: 0px 20px;
    background: #999999; /* Old browsers */
    background: -moz-linear-gradient(top,  #999999 0%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #999999 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #999999 0%,#666666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #999999 0%,#666666 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #999999 0%,#666666 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}

.magnify img {
	width: 268px;
	padding: 5px;
	margin: 0;
	/*
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	background-color: white;
	*/
	background-image:url('../img/magnify.png');
	background-repeat:no-repeat;
	background-position:267px 1px; 
}

.close {
	float: right;
	clear: right;
	cursor: pointer;
}

form {
display: block;
overflow-x: hidden;
overflow-y: hidden;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.q {
color: rgb(0, 0, 0);
display: block;
float: left;
height: 30px;
margin-bottom: 1px;
margin-left: 1px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

.question {
color: rgb(0, 0, 0);
cursor: default;
display: block;
float: left;
font-size: 12px;
height: 28px;
margin-top: 2px;
padding-right: 6px;
text-align: right;
width: 400px;
}

.inline_answer {
display: block;
float: left;
height: 29px;
width: 156px;
}

.text_field {
-webkit-appearance: none;
-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
-webkit-writing-mode: horizontal-tb;
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(255, 255, 255);
background-origin: padding-box;
background-size: auto;
border-bottom-color: rgb(204, 204, 204);
/*
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
*/
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(204, 204, 204);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(204, 204, 204);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(204, 204, 204);
/*
border-top-left-radius: 2px;
border-top-right-radius: 2px;
*/
border-top-style: solid;
border-top-width: 1px;
color: rgb(0, 0, 0);
cursor: auto;
display: inline-block;
height: 15px;
letter-spacing: normal;
line-height: normal;
margin-bottom: 1px;
margin-left: 0px;
margin-right: 0px;
margin-top: 1px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
text-align: start;
text-indent: 0px;
text-shadow: none;
text-transform: none;
width: 266px;
word-spacing: 0px;
writing-mode: lr-tb;
}
