/* _______________________________________________________
	RESET
---------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	outline:0;
	border:0;
	text-decoration:none;
	list-style-type:none;
	box-sizing:border-box;
}

/* _______________________________________________________
	UNBRANDED ARTICLES
---------------------------------------------------------*/
div#article-content.no-sidebar {
    float: left;
	width: 60%;

}
div#toc.no-sidebar {
    float: left;
	width: 60%;

}

/* _______________________________________________________
	VIDEO
---------------------------------------------------------*/
.video-left{
	float:left;
	width:65%;
}
.video-right{
	float:right;
	width:30%;
	margin: 0 3% 0 0;
}

/* _______________________________________________________
	DIGITAL
---------------------------------------------------------*/
#digital-container {
	margin: 40px auto;
}
	
#digital-container h2 {
	margin: 0 auto 20px auto;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	color:#666666;
	font-weight:normal;
}
	
#digital-container p {
	margin: 20px 0 0 0;
	font-size: 18px;
	color: #666666;
}
	
.digital-cover {
	float:left;
	width:35%;
}
	
.digital-info {
	float:right;
	width:63%;
}
	
.digital-info input[type="text"], .digital-info input[type="button"] {
	padding:5px 7px;
	font-size:14px;
}
	
.digital-info input[type="text"] {
	width:290px;
	border:solid 1px #666666;
}
	
.digital-info input[type="button"] {
	margin:0 0 0 -5px;
	width:75px;
	background:#666666;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:.75px;
	font-weight:bold;
	border:solid 1px #666666;
}
	
/* _______________________________________________________
	SOCIAL
---------------------------------------------------------*/
img.button-images {
	width: 58px;
	height: 38px;
	float: left;
	margin: 7px 5px 0 0;
	border: solid 1px #cccccc;
}

.single-product-social {
	margin: 0 0 0 7%;
	width: 200px;
	padding: 20px 0 20px 0;
	float:left;
}

.social-article {
	float:right;
	width:auto;
}

/* _______________________________________________________
	ROUNDTABLE
---------------------------------------------------------*/
.roundtable-title{
	font-weight:bold;
	font-size:16px;
	color:black;
}
.roundtable-date{
	font-weight:normal;
	font-size:14px;
	font-style:italic;
	color:black;
}
.roundtable-library{
	height:auto;
	width:50%;
	float:left;
	margin:20px 0 27px 0;
}
.roundtable-library img{
	border:solid 1px #666666;
	width:101px;
	height:61px;
	float:left;
	margin:0 12px 0 0;
}
#roundtable-container {
	margin:40px auto;
	width:642px;
}
.roundtable-video-header {
	text-align:center;
}
.roundtable-video-header h2 {
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-size:31px;
}
.roundtable-video-header .roundtable-subtitle {
	padding:10px;
	background:#c61f27;
	margin-bottom: 12px;
}
.roundtable-video-header .roundtable-subtitle p {
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:21px;
	letter-spacing:.5px;
}
.roundtable-video-holder {
	position:relative;
	height:auto;
	clear:both;
	margin:2% 0 0 0;
}
.roundtable-video {

}
.roundtable-cover {
	position:absolute;
	top:0;
	left:0;
    height: 361px;
   	width:642px;
	background:rgba(0,0,0,.5);
}
.roundtable-email-form {
	margin:100px auto;
	width:275px;
	text-align:center;
}
.roundtable-email-form p {
	margin:0 0 20px 0;
	color:#ffffff;
	font-size:24px;
}
.roundtable-email-form input[type="text"], .roundtable-email-form input[type="button"] {
	padding:5px 7px;
	font-size:14px;
}
.roundtable-email-form input[type="text"] {
	width:215px;
	border:none;
}
.roundtable-email-form input[type="button"] {
	margin:0 0 0 -5px;
	width:55px;
	background:#c61f27;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:.75px;
	font-weight:bold;
}
.roundtable-speakers, .roundtable-comments {
	padding:30px 30px 15px;
	border-left:solid 1px #ebebeb;
	border-right:solid 1px #ebebeb;
	border-bottom:solid 1px #ebebeb;
}
.roundtable-library-holder {
	padding:30px 30px 15px;
}
.roundtable-speakers hr, .roundtable-comments hr {
	margin:0 auto 20px;
	border:none;
	background:#666666;
	height:1px;
	width:90%;
}
.roundtable-speakers h3, .roundtable-comments h3 {
	margin:0 0 15px 0;
	font-family: 'Roboto', sans-serif;
	font-size:21px;
	color:#c61f27;
}
.roundtable-speaker {
	margin:15px 0;
	height:125px;
}
.roundtable-speaker img {
	border:solid 1px #ebebeb;
	width:225px;
	height:125px;
	float:left;
	margin:0 20px 89px 0;
}
.roundtable-speaker p {
	margin:10px 0 0 0;
}
.roundtable-sponsor-logo {
	padding:10px;
	background:#ebebeb;
}
.roundtable-sponsor-logo p {
	float:left;
	font-size:18px;
	line-height:55px;
	font-weight:bold;
}
.roundtable-sponsor-logo img {
	height:60px;
	float:right;
}
.roundtable-comments {
}

/* _______________________________________________________
	SKELETON
---------------------------------------------------------*/

body {
	background:#f8f8f8;
}

.cl {
  content:'';
  display:table;
  height:0;
  clear:both;
}
/* IE6 */
* html .cl {
	zoom:1;
}
/* IE7 */
*:first-child+html .cl {
	zoom:1;
}

img, embed {
	max-width:100%;
}

embed {
	max-height:100%;
}

#container {
	min-height:100%;
	font-family:'Roboto', sans-serif;
	color:#37302a;
}

#wrap {
	margin:0 auto;
	width:1140px;
	background:#ffffff;
}

#header {
	position: relative;
}

#cc_bg {
	top: 0;
	left:0;
	position: absolute;
	display: inline;
	width: 100%;
	cursor: pointer;
}

#container{
	background-position:top center;
	background-repeat:repeat-y;
	background-attachment: fixed;
}

.card {
	height:100%;
}
/* _______________________________________________________
	MASTHEAD
---------------------------------------------------------*/
#masthead {
	height:100%;
	width:auto;
	float:left;
}

#masthead img {
	height:auto;
	width:808px;
	margin:0 0 15px 0;
	position: relative;
}

.masthead-side-img {
	height:90px;
	max-height:90px;
	border:solid 1px #e2e2e2;
}

/* _______________________________________________________
	PUBLICATIONS TOP NAV
---------------------------------------------------------*/

#publications-nav-sticky {
	position:fixed;
	z-index: 1000;
	padding:0 20px;
	background:#35383a;
	width:100%;
	height:40px;
}

/*#publications-nav {*/
/*	padding:0 20px;*/
/*	background:#35383a;*/
/*	width:100%;*/
/*	height:40px;*/
/*}*/

#pubs-nav-sticky {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#pubs-nav-sticky li {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0;
}

#pubs-nav-sticky li a {
	color:#ffffff;
	text-decoration: none;
}

#pubs-nav-sticky li a:hover {
	opacity:.75;
}

#publications-nav {
	background-color: #35383a;
	overflow: hidden;
	padding: 0.5rem 1rem;
}

#pubs-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#pubs-nav img {
	/*float:left;*/
	width: 100%;
	/*margin:5px 10px 0 10px;*/
}

#pubs-nav li {
	flex: 1;
	text-align: center;
	max-width: 100px;
}

#pubs-nav a {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

#pubs-nav a:hover {
	opacity:.75;
}


#pubs-nav li input[type="text"] {
	margin:0 5px 0 0;
	padding:1px 3px;
	font-size:13px;
}

#pubs-nav li input[type="image"] {
	height:17px;
	vertical-align:top;
}

#pubs-nav li input[type="image"]:hover {
	opacity:.5;
}

.cart-style {
	margin-left: 10px;
}

.center-logo {
	height:40px;
	vertical-align: middle;
	padding-top:0px!important;
}

/* _______________________________________________________
	LOGO
---------------------------------------------------------*/
.logo-box {
	padding:10px 15px;
}

#logo {
	float:left;
	max-width:350px;
}

.id-logo img {
	margin:40px 0 0 10px;
	width:302px;
}

.cced-logo img {
	margin:40px 0 0 0;
	width:300px;
}

.idt-logo img {
	margin:30px 0 0 37px;
	width:170px;
}

.ida-logo img {
	margin:-3px 0 0 0;
	width:125px;
}

.da-logo img {
	margin-top:30px;
	width:321px;
}

/* _______________________________________________________
	LOGO MASTHEAD
---------------------------------------------------------*/
#logo-masthead {
	float:right;
	height:80px;
	width:670px;
}

#logo-masthead img {
	height:80px;
	width:670px;
	border:solid 1px #444444;
}

/* _______________________________________________________
	NAVIGATION FOR INDIVIDUAL PUBLICATION
---------------------------------------------------------*/
#navigation-wrap {
	width:100%;
}

#navigation-wrap-sticky {
	position: fixed;
	z-index: 1000;
	width: 100%;
	text-align:center;
}

#navigation {
	height:40px;
	font-size:14px;
	font-weight:300;
	box-shadow: 0 0 4px rgba(0,0,0,.5);
}

#navigation1 {
	height:28px;
	font-size:14px;
	font-weight:300;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
}

#navigation1 li {
	display:inline-block;
	vertical-align:middle;
	color:#7c6e71;
}

#navigation li {
	display:inline-block;
	vertical-align:middle;
	padding:0 15px;
	color:#7c6e71;
}

#navigation.cced-nav li {
	display:inline-block;
	vertical-align:center;
	padding:0 10px;
	color:#7c6e71;
}

#navigation1.cced-nav li {
	display:inline-block;
	vertical-align:top;
	color:#7c6e71;
}

#navigation.id-nav li {
	display:inline-block;
	vertical-align:middle;
    padding:0;
	color:#7c6e71;
}

#navigation1.id-nav li {
	display:inline-block;
	vertical-align:top;
	color:#7c6e71;
}

#navigation.idt-nav li {
	display:inline-block;
	vertical-align:center;
	color:#7c6e71;
}

#navigation1.idt-nav li {
	display:inline-block;
	vertical-align:top;
	color:#7c6e71;
}

#navigation1 li a {
	display:block;
	line-height:27px;
	padding: 0 10px;
	color:#000000;
	text-decoration: none;
}

#navigation li a {
	display:block;
	line-height:27px;
	color:#000000;
	padding:6px 15px;
}

.id-nav {
	background-color:#eff0f1;
}

.id-nav li a {
	font-family:'Roboto Condensed', sans-serif;
	text-transform:uppercase;
}

.id-nav li a:hover {
	background:#d5112e;
	color:#ffffff !important;
}

.cced-nav {
	background-color:#eff0f1;
}

.cced-nav li a {
	font-family:'Roboto Condensed', sans-serif;
	text-transform:uppercase;
}

.cced-nav li a:hover {
	background:rgba(107,80,33,0.60);
	color:#fff !important;
}

.idt-nav {
	background-color:#eff0f1;
}

.idt-nav li a {
	font-family:'Roboto Condensed', sans-serif;
	text-transform:uppercase;
}

.idt-nav li a:hover {
	background:rgba(55,55,55,0.45);
	color:#fff !important;
}

.ida-nav {
	background: url('../../img/redesign/id-nav-bar.png') repeat-x #aa0019;
}

.ida-nav li a {
	border-right:solid 1px rgba(140,27,40,0.55);
}

.ida-nav li a:hover {
	background:rgba(138,21,40,0.45);
}

.da-nav {
	background-color:#eff0f1;
	color:#000000;
	font-family: 'Roboto Condensed', sans-serif;
}

.da-nav li a {
	text-transform: uppercase;
}

.da-nav li a:hover {
	background:rgba(55,55,55,0.45);
	color:white!important;
}


/* _______________________________________________________
	PAGE CONTENT
---------------------------------------------------------*/
#page-content {
	position:relative;
}

#page-content-home {
	padding:20px 0;
	position:relative;
}

#page-title {
	margin:0 0 15px 0;
	font-size:20px;
}

#page-title-no-indent{
	margin:0 0 15px 0;
	font-size:20px;
}

.pagination {
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	margin:14px 0 0 0;
}

.pagination ul li {
	display:inline-block;
}

.pagination a {
	padding:4px 6px 4px 6px;
	margin:0 4px 0 4px;
	display:inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #666666;
	border: solid #a3a3a3 1px;
	background: rgba(255,255,255,1);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
}

.pagination a:hover, .pagination a.active, .pagination li.active a {
	color: #ffffff;
	border: solid #94131c 1px;
	background: #cc1a23;
	background: linear-gradient(to bottom, #cc1a23, #941218);
}

.red-arrow-list {
}

.red-arrow-list li {
	padding:0 0 27px 0;
	font-size:13px;
	list-style-image: url('/img/layout/small-arrow.jpg');
	list-style-position:inside;
}

.red-arrow-list li a {
	color:#37302a;
}

.red-arrow-list li a:hover {
	opacity:.85;
}

.underlined-list {
}

.underlined-list a {
	color:#37302a;
}


.underlined-list li {
	padding:6px 0 6px 0;
	font-size:13px;
	border-bottom:solid 1px #bbbbbb;
}

.pub-author{
	font-size:13px;
	font-style:italic;
	color:#666666;
}

/* _______________________________________________________
	FOOTER
---------------------------------------------------------*/
#nfooter {
	padding:15px 40px;
	border-top:solid 20px rgba(130,123,120,0.75);
	border-bottom:solid 1px rgba(130,123,120,0.75);
	text-align:center;
	margin: 15px 0 0 0;
	position: relative;
	width:100%;
}

#nfooter p, #nfooter form, #nfooter a {
	display:inline-block;
	color:#827B78;
}

#nfooter p {
	font-size:17px;
}

#nfooter input[type="text"] {
	margin:0 5px 0 10px;
	padding:3px 5px;
	width:300px;
	font-size:14px;
	border:solid 1px rgba(130,123,120,0.75);
}

#nfooter img {
	margin:0 0 2px 0;
	height:26px;
	vertical-align:middle;
}

#nfooter input[type=image]{
	margin: 0 0 2px 0;
	height: 26px;
	vertical-align: middle;
}
    
#nfooter #nfooter-map {
	margin:10px 0 0 0;
}

#nfooter #nfooter-map .nfooter-col {
	margin:0 25% 0 0;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	font-size:13px;
	line-height:18px;
	color:#827B78;
}

#nfooter #nfooter-map div:last-of-type {
	margin:0;
}

.copyright {
	margin:15px auto;
	display:block;
	text-align:center;
	font-size:12px;
	position: relative;
}

.copyright a {
	color:#827B78;
}

#nfooter a:hover, .copyright a:hover {
	opacity:.75;
}


/* _______________________________________________________
	AD SPOTS
---------------------------------------------------------*/
#sidebar-skyscraper {
	margin:20px -20px 0;
	overflow:hidden;
}

#sidebar-skyscraper-mobile {
	display:none;
	margin:20px auto 0;
	height:365px;
	width:220px;
	overflow:hidden;
}

#text-cc {
	display:block;
}

#text-cc-mobile {
	display:none;
}

#hubspot-top {
	margin:0 0 20px 20px;
	float:right;
	height:185px;
	width:365px;
	overflow:hidden;
}

#download-form-skyscraper {
	margin:40px 0 0 0;
	height:880px;
	width:260px;
	overflow:hidden;
}

#resource-skyscraper {
	width:175px;
	height:auto;
	float:right;
}

#resource-center-callout {
	margin:0 0 0 20px;
	float:right;
	height:110px;
	width:340px;
	overflow:hidden;
}

/* _______________________________________________________
	SIDEBAR
---------------------------------------------------------*/
#sidebar {
	width:300px;
	float:left;
	color:#37302a;
}

#catagories {
	margin:0 0 15px 0;
	border:solid 1px #cccccc;
}

#catagories .sidebar-title, #catagories .sidebar-title a, #catagories .sidebar-title a:hover {
	padding:10px 0 10px 10px;
	font-size:16px;
	font-weight:500;
	border-bottom:solid 1px #cccccc;
	background: #ffffff;
}

#catagories .sidebar-title a {
	display:inline;
}

#catagories li a {
	padding:10px 20px;
	display:block;
	color:#37302a;
	font-size:14px;
	line-height:20px;
	background:#f0f0f0;
	border-bottom:solid 1px #cccccc;
}

#catagories li a:hover {
	background:#cfcfcf;
	color:rgba(56,48,42,0.75);
}

#catagories li a:active, #catagories li a.active {
	background:#999;
	color:#ffffff;
}

#catagories li:last-of-type a {
	border:none;
}

/* _______________________________________________________________________________________________________________________________________________
	END SKELETON ELEMENTS - BEGIN INDIVIDUAL PAGES
-------------------------------------------------------------------------------------------------------------------------------------------------*/

/* _______________________________________________________
	PUBLICATION-SPECIFIC HOME PAGE
---------------------------------------------------------*/
.publication-body-left {
	width:63%;
	float:left;
	display:block;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.publication-body-right {
	width:33%;
	float:right;
	display:block;
	overflow:hidden;
}

.left-publication-section {
	margin:28px 0;
}

.right-publication-section {
	margin:25px 0;
}

.publication-boxed {
	padding:22px 11px 11px;
	float:left;
	border:solid 1px #b2b2b2;
}

.publication-boxed + .publication-boxed {
	width:62%;
	float:right;
}

/* _______________________________________________________
	BILLBOARD
---------------------------------------------------------*/
#billboard-slider {
	position:relative;
	z-index:1;
}

.billboard {
	display:none;
	position:relative;
	z-index:1;
}

.billboard:first-child {
	display:block;
}

.billboard a {
	margin:0 0 11px 5px;
	display:inline-block;
	font-weight:bold;
	font-size:12px;
	color:#666666;
}

.billboard img {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	z-index:1;
}

.billboard h1 {
	margin:10px 0 0 0;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	color:#37302a;
}

.billboard h2 {
	font-size:13px;
	line-height:15px;
	font-weight:normal;
}

.billboard h3 {
	margin:7px 0 11px 0;
	font-size:11px;
	font-weight:normal;
}

.billboard p {
	font-size:12px;
	line-height:16px;
}

.billboard-image {
	padding:0 0 10px 0;
	border-bottom:solid 1px #b2b2b2;
}

.billboard-numbers {
	margin:0 0 30px 0;
}

.billboard-number {
	margin:11px 4px 0 0;
	height:20px;
	width:22px;
	float:left;
	font-size:12px;
	line-height:21px;
	text-align:center;
	cursor:pointer;
	color:#666666;
	background:url('/img/layout/general/number-bg.jpg') no-repeat;
}

.billboard-number:hover, .billboard-number-active { 
	margin: 11px 4px 0 0;
	height: 20px;
	width: 22px;
	float: left;
	font-family: 'Roboto', serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	border-radius:3px;
	border: solid #94131c 1px;
	background: #cc1a23;
	background: linear-gradient(to bottom, #cc1a23, #941218);
}

/* _______________________________________________________
	SLIDESHOW
---------------------------------------------------------*/
.slide-show-control-container {
	min-height:270px;
}

.slide-show-slide {
	display:none;
}

.slide-show-slide:first-child {
	display:block;
}

.slideshow-control {
	text-align:center;
}

.slideshow-control a {
	font-size:20px;
}


/* _______________________________________________________
	PUBLICATION ARCHIVE CAROUSEL
---------------------------------------------------------*/
.carousel {
	padding:15px 0;
	border-top:solid 1px #b2b2b2;
	border-bottom:solid 1px #b2b2b2;
}

.carousel h2 {
	font-size:17px;
	line-height:20px;
	font-weight:normal;
}

.carousel-buttons {
	position:relative;
	top:45px;
	float:left;
}

.carousel-container {
	margin:0 0 0 10px;
	height:171px;
	width:87%;
	left:0;
	float:left;
	position:relative;
}

.carousel-archive-set {
	width:100%;
	display:none;
	position:absolute;
}

.carousel-archive-set:first-child {
	display:block;
}

.carousel-archive-cover {
	padding:12px 11px 0 0;
	width:127px;
	float:left;
	text-align:center;
	margin:0 0 0 5px;
}

.carousel-archive-cover a {
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

/* _______________________________________________________
	VIDEOS
---------------------------------------------------------*/
.publication-video {
	max-width:48%;
	float:left;
}

.publication-video + .publication-video {
	float:right;
}

.publication-video-title {
	margin:0 0 1px 0;
	padding:2px;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#ffffff;
	background:#999999;
	border-bottom:solid 1px #ffffff;
}


/* _______________________________________________________
	FEATURED PRODUCTS
---------------------------------------------------------*/
.publication-featured-product img {
	margin:0 0 0 10px;
	float:right;
	height:150px;
	width:150px;
}

.publication-featured-product h2 {
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

.publication-featured-product h3 {
	font-size:13px;
	color:#666666;
}

.publication-featured-product p {
	font-size:11.5px;
	line-height:15px;
	font-weight:normal;
}

.publication-featured-product p a {
	color:#666666;
}


/* _______________________________________________________
	MISCELLANIOUS CONTENT BOXES
---------------------------------------------------------*/
.publication-misc-box {
	margin:30px 0 0 0;
	padding:20px 0 0;
	clear:both;
	border-top:solid 1px #b2b2b2;
}

.publication-misc-box img {
	float:right;
	height:auto;
	width:150px;
}

.publication-misc-box h2 {
	margin:0 0 10px 0;
	font-size:16.5px;
	line-height:20px;
	font-weight:normal;
}

.publication-misc-box h3 {
	margin:0 0 5px 0;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}

.publication-misc-box p {
	font-size:12px;
	font-weight:normal;
}

.publication-misc-box p a {
	font-size:11px;
	font-weight:normal;
}

/* _______________________________________________________
	CURRENT ISSUE
---------------------------------------------------------*/
.publication-current-issue {
	margin:0 0 25px 0;
}

.publication-current-issue img {
	display:inline-block;
	vertical-align:middle;
	border:solid 1px #b2b2b2;
}

.publication-current-issue > .publication-current-issue-cover a {
	margin:0;
}

.publication-current-issue a {
	margin:15px 0 0 5px;
	max-width:100%;
	display:inline-block;
	font-weight:bold;
	font-size:12px;
	color:#666666;
}

/* _______________________________________________________
	NEWS
---------------------------------------------------------*/
.publication-news {
	height:auto;
	color:#666666;
	background-color:#f7f7f7;
}

.publication-news-title {
	padding:0 4px;
	font-size:12px;
	line-height:24px;
	font-weight:normal;
	color:#ffffff;
	background-color:#999999;
	border-bottom:solid 1px #ffffff;
}

.publication-news-title a {
	float:right; 
	color:#37302a;
}

.publication-news-view-all {
	float:right;
	color:#37302a;
}

.publication-news-story {
	padding:5px;
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#666666;
}

/******************************************************************************************************************************************************************/

/* _______________________________________________________
	SUBSCRIBE TO PUBLICATIONS
---------------------------------------------------------*/
.publications-subscribe-single {
	margin: 30px auto;
	width: 33%;
	float: left;
	text-align: center;
	font-size: 16px;
}

.subscribe-note {
	margin:50px 0 0 0;
	padding:10px 0 0 0;
	display:block;
	font-size:14px;
	line-height:17px;
	border-top:solid 1px #f4f4f4;
}

/******************************************************************************************************************************************************************/

/* _______________________________________________________
	EDITORIAL CATEGORY
---------------------------------------------------------*/
#editorial-categories {
	float:left;
	width:75%;
}

.editorial-list {
	margin:0 15px 0 14px;
}

.editorial-list li {
	margin:0 0 25px 0;
}

.editorial-list li h4 {
	margin-bottom:0;
	font-size:15px;
	color:#37302a;
}

.editorial-list li p {
	font-size:15px;
	line-height:17px;
	color:#666666;
}

.editorial-list li a {
	color:#666666!important;
}

.editorial-list li a:hover {
	opacity:.75;
}

/* _______________________________________________________
	TABLE OF CONTENTS
---------------------------------------------------------*/
#toc {
	padding: 0 15px;
	width:725px;
	float:left;
}

.toc-header {
	margin:0 0 20px 0;
}

.toc-current-issue {
	position:relative;
	width:360px;
}

.toc-current-issue img {
	width:170px;
}

.toc-current-issue-info {
	width:175px;
	position:absolute;
	bottom:0;
	right:0;
	font-size: 13px;
	color:#a09b99;
}

.toc-current-issue-info a {
	color:#a09b99;
}

.article-aegis-preview {
	font-size:15px;
}

.toc-content {
}

.toc-article-section {
	margin:0 0 25px 0;
}

.toc-article-section h3 {
	margin:0 0 2px 0;
	font-size:18px;
	font-weight:normal;
}

.toc-article-section h4 {
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	color:#666666;
}

.toc-article-section p {
	font-size:13px;
	line-height:16px;
	color:#666666;
}

.toc-article-section h4 a, .toc-article-section p a {
	color:#666666;
}

.toc-article {
	margin:0 0 20px 0;
}

/* _______________________________________________________
	ARTICLE
---------------------------------------------------------*/
#article-content {
	float:left;
	width:60%;
}

.article-header {
	margin:0 0 20px 0;
	font-size:14px;
	font-weight:normal;
	color:#666666;
}

#article-content h1.headline {
	margin:0 0 11px 0;
	font-size:24px;
	line-height:25px;
	font-weight:bold;
	color:#37302a;
	font-family: 'Roboto', sans-serif;
}

#article-content .deck {
	margin:0 0 11px 0;
	font-size:18px;
	line-height:19px;
	font-weight:400;
	color:#888888;
}

#article-content .author {
	margin:1px 0 15px 0;
	font-size:12px;
	line-height:17px;
}

#article-content h2.subhead {
	margin:10px 0 0 0;
	font-size:16px;
	font-weight:400;
}

#article-content .abstract {
	margin:10px 0 20px;
	padding:10px 20px;
	overflow:hidden;
	font-size:13px;
	font-style:italic;
	border:1px solid #125684;
}

#article-content .body {
	margin:10px 0;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	color:#666666;
}

#article-content .body sup {
	font-size:9px;
}

#article-content .subhead-secondary,
#article-content .subhead-third {
	margin:15px 0 5px 0;
	font-size:13px;
	line-height:18px;
	color:#37302a;
}

#article-content .subhead-secondary {
	font-weight:bold;
}

#article-content .subhead-third {
	font-weight:normal;
	font-style:italic;
}

#article-content .subhead-secondary a,
#article-content .subhead-third a {
	color:#37302a;
}

#article-content .body a {
	color: #3059AF !important;
}

.text_cc{
	font-size:14px;
	font-family:'Roboto', sans-serif;
	border: solid 1px #666666;
    width: 72%;
    padding: 7px;
	background-color:#efefef;
}

.related-articles {
	margin:15px 0;
	padding:15px 0;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}

.related-articles h2 {
	font-size:20px;
}

.related-articles li {
	padding:10px 0;
}

.related-articles p {
	font-size:11px;
}

.related-articles a {
	font-size:14px;
}

.related-articles a:hover {
	
}

.article-pub-info a {
	display:inline-block;
}

.article-pub-info img {
	display:inline-block;
	vertical-align:top;
}

.share {
	width:200px;
	float:right;
}

/* _______________________________________________________
	ARTICLE IMAGES + IFRAME
---------------------------------------------------------*/
.article-images {
	margin:0 0 10px 0;
	width:auto;
	clear:right;
	float:right;
}

.highslide_SM {
	float:none!important;
}

.article-images img {
	display:block;
}

.article-images p {
	font-size:12px;
	line-height:16px;
}

.article-images-mobile {
	display:none;
}



/*Blurred Signup Styling*/

a.awesome.blue {
	background: #3158af !important;
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25) !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
	font-family: 'Roboto', sans-serif;
}
a.awesome.blue:hover {
	background: #3158af !important;
}
/******************************************************************************************************************************************************************/

/* _______________________________________________________
	ARCHIVE
---------------------------------------------------------*/
#archive-wrap {
	float:left;
	width:75%;
}

.archive {
	margin:0 20px 0 0;
	float:left;
	width:69%;
}

.archive-image {
	object-fit: cover;
	height:197px;
	object-position: top;
}

.archive-filter {
	padding:0 0 20px 0;
	width:28%;
	float:right;
	border:solid 2px #ebebeb;
}

.archive-filter input[type='submit'] {
	margin:10px 40% 5px;
	padding:2px 7px;
	font-size:14px;
	border:solid #c6c6c6 1px;
	border-radius:6px;
	background:#ffffff;
	background:linear-gradient(to bottom, #ffffff, #f0f0f0);
}

.archive-filter input[type='submit']:hover {
	background:#f0f0f0;
	background:linear-gradient(to bottom, #f0f0f0, #ffffff);
}

.da-archive-row {
	width:100%;
	text-align:left;
}

.da-archive-row:after {
    content:'';
    width:100%;
    display:inline-block;
    font-size:0;
    line-height:0
}

.da-archive-publication {
	margin:0 0 20px 0;
	width:32%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

.da-archive-publication img {
	border:solid 1px #efefef;
    width: 100%;
	object-fit: cover;
	height:225px;
	object-position: top;
}

.da-archive-publication-info {
	padding:4px 0;
	display:block;
	font-size:12px;
	text-align:center;
	color:#6f9ae8;
	border:1px solid #ebebeb;
}

.da-archive-digital-edition {
	margin:3px 0 0 0;
	padding:4px 0;
	display:block;
	font-size:12px;
	text-align:center;
	color:#6f9ae8;
	background:#ebebeb;
}

.archive-filter h2 {
	padding:15px 0 15px 20px;
	font-size:18px;
	font-weight:normal;
	background:#efefef;
}

.archive-filter h3 {
	margin:10px 5px 12px;
	padding:5px 0 5px 15px;
	font-size:14px;
	text-transform:uppercase;
	border:1px solid #bebdbd;
	background:#efefef;
}

.archive-filter ul {
	margin:0 0 0 20px;
}

.archive-filter li {
	font-size:14px;
	line-height:19px;
}

.archive .pagination {
	margin:0 auto;
	width:86%;
}

.archive .pagination a {
	float:left;
}

/******************************************************************************************************************************************************************/

/* _______________________________________________________
	EBOOKS LIBRARY
---------------------------------------------------------*/

#featured-ebook {
	margin-bottom:15px;
}

#featured-ebook .library-get-book {
	margin:0 10px 0 0;
	float:left;
	width:195px;
}

#featured-ebook .library-book-info {
	max-width: 615px;
}

.featured-cover {
	width:195px;
	height:270px;
}

#featured-ebook .library-book-info p {
	margin:0 0 20px 0;
}

#featured-ebook .ebook-download-now {
	margin:0 20px 15px 0;
	float:left;
	color:white;
	text-decoration: none;
}

.ebook-download-now {
	margin:10px 0 0 0;
    padding: 5px 10px;
    width: 200px;
    display: block;
    font-size: 14px;
    text-align: center;
    letter-spacing: .5px;
    border-radius: 5px;
	color:white;
	text-decoration: none;
    box-shadow: 0px 6px 7px -2px rgba(0,0,0,0.85);
}

#ebooks-library-wrap {
	padding:15px;
	border:solid 1px rgba(130,123,120,0.75);
	border-top:solid 25px rgba(130,123,120,0.75);
	border-radius:10px 10px 5px 5px;
}

.ebook-library-listing {
	margin:0 48px 40px 0;
	float:left;
	min-height:290px;
	position:relative;
	width: 47%;
}

.ebook-library-listing:nth-child(even) {
	margin:0 0 40px 0;
}

.ebook-library-listing .library-get-book {
	margin:0 10px 0 0;
	width:180px;
	float:left;
}

.library-get-book img.library-cover {
}

.ebook-library-listing .library-book-info {
	float:left;
	width:310px;
}

.ebook-library-listing h2, #featured-ebook h2 {
	margin:0 0 3px 0;
	font-weight:500;
	font-size:15px;
}

.ebook-library-listing h3, #featured-ebook h3 {
	margin:0 0 3px 0;
	font-weight:400;
	font-size:11px;
}

.ebook-library-listing h4, #featured-ebook h4 {
	margin:0 0 8px 0;
	font-weight:300;
	font-size:11px;
}

.ebook-library-listing p, #featured-ebook p {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:18px;
	word-wrap:normal;
	color:#666666;
}

#featured-ebook a.read-more {
	margin:5px 0 0 0;
	font-size:14px;
	font-weight:500;
}

.ebook-library-listing a.read-more {
	margin:10px 0 0 0;
	display:block;
	float:left;
	font-size:14px;
	font-weight:500;
}

.ebook{
	margin:17px 0 0 0;
}

.related-ebooks {
	margin-top:19%;
	margin-bottom:40px;
}

.related-listings {
	margin:15px 8% 30px 0;
	width: 12%;
	float:left;
	position:relative;
}

.related-listings h2 {
	margin: 0 0 3px 0;
    font-weight: 500;
    font-size: 15px;
}

.related-listings h3, .related-listings h4 {
	margin: 0 0 3px 0;
    font-weight: 400;
    font-size: 11px;
}

.thankyou-body {
	width:auto;
}

.m-left {
	float:left;
}

/* _______________________________________________________
	EBOOK INDIVIDUAL
---------------------------------------------------------*/
#ebook-info {
	float:left;
	width:720px;
}

.ebook-covershot {
	margin:0 20px 20px 0;
	width:200px;
	height:auto;
	float:left;
}

p.key-takeaways {
	font-size:15px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	color:rgba(130,123,120,0.75);
}

#ebook-info ul, ul.key-takeaways {
	margin:0 0 20px 0;
}

#ebook-info ul li, ul.key-takeaways li {
	padding:0 0 10px 0;
	list-style-type:disc;
	list-style-position:inside;
	font-family:'Roboto', sans-serif;
	font-size:13px;
	line-height:16px;
}

#ebook-info h2 {
	margin:0 0 3px 0;
	font-weight:600;
	font-size:20px;
	line-height:24px;
}

#ebook-info h3 {
	margin:0 0 2px 0;
	font-weight:400;
	font-size:12px;
}

#ebook-info h3.ebook-subtitle {
	margin:0 0 2px 0;
	font-weight:400;
	font-size:16px;
	line-height:18px;
	color:rgba(130,123,120,0.75);
}

#ebook-info h4 {
	margin:0 0 20px 0;
	font-weight:300;
	font-size:11px;
}

#ebook-info p {
	margin:15px 0 15px 0;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:18px;
}

#ebook-info p.about-author {
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:14px;
}

#ebook-info p a {
	color:#37302a;
	text-decoration:underline;
}


/* _______________________________________________________
	EBOOKS DOWNLOAD FORM
---------------------------------------------------------*/
.ebook-download-form {
	padding:15px 20px 20px;
	float:right;
	height:auto;
	width:100%;
	font-family:'Roboto', sans-serif;
	font-size:13px;
	line-height:16px;
	color:#3a3a48;
	background:#fcfcfc;
	border-radius:10px;
	border:solid 1px rgba(130,123,120,0.75);
	border-top:solid 30px rgba(130,123,120,0.75);
}

.download-button-float {
	float:left;
}

.midbody-width {
	width:65%;
}

.ebook-download-form h2 {
	margin:0 0 5px 0;
	font-size:20px;
	color:#cf2020;
}

.ebook-download-form p {
	margin:14px 0 10px 0;
	font-size:14px;
	line-height: normal;
}

.ebook-download-form .ebook-divide {
	margin:15px 0;
	height:0;
	border-top:1px solid rgba(0, 0, 0, 0.1);
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
}

.ebook-download-form .form-required {
	color:#cf2020;
	font-size:12px;
}

.ebook-download-form select {
	max-width: 100%;
	margin:1px 0 15px 0;
	border:solid 1px #8f8f8f;
}

.ebook-download-form input[type="text"] {
	margin:1px 0 15px 0;
	padding:2px 3px;
	font-size:13px;
	border:solid 1px #8f8f8f;
}

.ebook-download-form input[type="submit"] {
	margin:40px 0 0 0;
	padding:5px 10px;
	float:right;
	display:block;
	font-size:14px;
	text-align:center;
	letter-spacing:.5px;
	border-radius:5px;
	background:#b81d23;
	color:#ffffff;
	cursor:pointer;
	box-shadow:0px 4px 6px -3px rgba(0,0,0,0.85);
}

.ebook-download-form input[type="submit"]:hover {
	background:#a01b1f;
}

.ebook-download-form label.error {
	font-weight:bold;
	color:#cf2020;
}

.ebook-download-form input[type="text"].error, .ebook-download-form select.error {
	border:solid 2px #cf2020;
}

/******************************************************************************************************************************************************************/

/* _______________________________________________________
	WEBINARS
---------------------------------------------------------*/
.webinar-video-holder {
	position:relative;
	height:auto;
	clear:both;
}
.webinar-video {

}
.webinar-cover {
	position:absolute;
	top:0;
	left:0;
	height: 381px;
    width: 100%;
	background:rgba(0,0,0,.7);
}
.webinar-email-form {
	margin:25px auto;
	width:55%;
	text-align:center;
}
.webinar-email-form p {
	margin:0 0 20px 0;
	color:#ffffff;
	font-size:18px;
}
.webinar-email-form input[type="text"], .webinar-email-form input[type="button"] {
	padding:5px 7px;
	font-size:14px;
}
.webinar-email-form input[type="text"] {
	width:67%;
	border:none;
}
.webinar-email-form input[type="button"] {
	margin:0 0 0 -5px;
	width:55px;
	background:#c61f27;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:.75px;
	font-weight:bold;
}

.webinar-featured {
	width:100%;
}

.webinar-featured img {
	margin:0 20px 20px 0;
	float:left;
	width:160px;
	height:auto;
}

.webinar-featured h2, .webinar h2 {
	font-size:17px;
	font-weight:500;
}

.webinar-featured h2 {
	margin:0 0 10px 0;
	font-size:19px;
	color:#000 !important;
}

.webinar-featured h3, .webinar h3 {
	margin:5px 0 7px 0;
	font-size:16px;
	font-weight:300;
}

.webinar-featured p, .webinar p {
	margin:2px 0;
	font-size:13px;
}

.webinar h2 a, .webinar-featured h2 a {
	color:#000;
	text-decoration:none;
}

.webinarlink a {
	margin:7px 0 0 0;
	padding:6px 10px;
	display:inline-block;
	font-size:15px;
	line-height:15px;
	letter-spacing:.5px;
	text-transform:uppercase;
	text-align:center;
	border-radius:3px;
	color: #ffffff;
	background: #575a5b;
	background: linear-gradient(to bottom, #575a5b 0%,#818587 50%,#575a5b 100%);
}

.webinar-featured a:hover, .webinar a:hover {
	opacity:.85;
}

.webinars-wrap {
	padding:15px;
	border:solid 1px rgba(130,123,120,0.75);
	border-top:solid 25px rgba(130,123,120,0.75);
	border-radius:10px 10px 5px 5px;
}

.webinars-wrap .divider {
	margin:40px 0;
	border-top:solid 1px #cccccc;
}

.webinars-row {
}

.webinar {
	margin:0 23px 50px 0;
	width:45%;
	display:inline-block;
	vertical-align:top;
}

.webinar img {
	margin:0 0 10px 0;
	height:135px;
}

.play-button {
	margin-top: 10px;
}

.play-button a {
	border-radius: 5px;
	box-shadow: 0 0 2px rgba(0,0,0,.8);
	border: #6D6D6D;
	padding: 10px 15px;
	background: linear-gradient(#F7F9FA, #EEEEEE);
	color: #0F0F0F;
	font-size:12px;
}

.play-button a:hover {
	color: #0076BE;
}


/* _______________________________________________________
	INDIVIDUAL WEBINAR
---------------------------------------------------------*/
.webinar-wrap {
	margin:14px;
	min-height: 650px;
}

.webinar-left {
	float:left;
	width:65%;

}

.webinar-right {
	float:right;
	width:29%;
}

.webinar-left h1 {
	font-size:26px;
}

.webinar-left h2 {
	margin:2px 0 0 0;
	font-size:16px;
	font-weight:normal;
}

.webinar-desc {
	margin:10px 0 0 0;
	font-size:14px;
}

.webinar-left iframe {
	margin:0 0 20px 0;
}

.webinar-right img {
	margin:0 auto 10px;
	max-width:165px;
	display:block;
}

.webinar-info {
	margin:0 0 5px 0;
	padding:5px 10px;
	display:block;
	font-weight:normal;
	font-size:14px;
	background: rgba(130,123,120,0.25);
}

.webinar-takeaways {
	padding:10px;
	border:solid 1px rgba(130,123,120,0.25);
}

.webinar-right h3 {
	font-weight:normal;
	font-size:18px;
}

.webinar-takeaways ul {
	margin:0 0 0 15px;
}

.webinar-takeaways ul li {
	padding:5px 0;
	list-style-type: disc;
	font-size:14px;
	line-height:18px;
}



/* _______________________________________________________
	VIDEOS LIBRARY
---------------------------------------------------------*/
.videos-header {
	margin:0 0 20px 0;
}

.library-video-info h1{
	font-size:1.5em;
}

#featured-video {
	margin:14px 0 0 14px;
}

#featured-video .library-get-video {
	margin:0 10px 0 0;
	float:left;
	width:195px;
}

#featured-video .library-video-info {
	margin:14px 0 0 0;
	text-align:center;
}

.featured-cover {
	width:195px;
	height:auto;
}

#featured-video .library-video-info p {
	margin:0 0 20px 0;
}

#featured-video .video-download-now {
	margin:-2px 20px 0 0;
	float:left;
}

.library-video-info a > h2 {
	color:black;
}

#videos-library-wrap {
	padding:15px;
	border:solid 1px rgba(130,123,120,0.75);
	border-top:solid 25px rgba(130,123,120,0.75);
	border-radius:10px 10px 5px 5px;
}

.video-library-listing {
	margin:0 48px 40px 0;
	float:left;
	width:280px;
	height:auto;
	position:relative;
}

.video-library-listing:nth-child(even) {
	margin:0 0 40px 0;
}

.video-library-listing .library-get-video {
	margin:0 10px 0 0;
	width:240px;
	float:left;
}

.library-get-video img.library-cover {
}

.video-library-listing .library-video-info {
	width:240px;
}

.video-library-listing h2, #featured-video h2 {
	margin:0 0 3px 0;
	font-weight:500;
	font-size:15px;
}

.video-library-listing h3, #featured-video h3 {
	margin:0 0 3px 0;
	font-weight:400;
	font-size:11px;
}

.video-library-listing h4, #featured-video h4 {
	margin:0 0 8px 0;
	font-weight:300;
	font-size:11px;
}

.video-library-listing p, #featured-video p {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:18px;
	word-wrap:normal;
	color:#666666;
}

#featured-video a.read-more {
	margin:5px 0 0 0;
	font-size:14px;
	font-weight:500;
}

.video-library-listing a.read-more {
	margin:10px 0 0 0;
	display:block;
	font-size:14px;
	font-weight:500;
}

.video{
	margin:17px 0 0 0;
}

/******************************************************************************************************************************************************************/

/* _______________________________________________________
	PRODUCTS
---------------------------------------------------------*/
#products {
	float:left;
	width:850px;
}

#products-header {
	border-bottom:solid 1px #666666;
}

#products-title h2 {
	margin:0 0 10px 0;
	font-size:24px;
	font-weight:normal;
}

#products-title p {
	font-size:14px;
	line-height:17px;
	font-family:'Roboto', sans-serif;
}

.products-listing {
	margin:15px 0 0 0;
	padding:0 0 15px 0;
	border-bottom:solid 1px rgba(130,123,120,0.75);
}

.products-image {
	float:left;
	height:230px;
	width:230px;
}

.products-image img {
	border:solid 1px #666666;
}

.products-info {
	float:right;
	position:relative;
	width:470px;
}

.products-info a{
	color:#37302a;
}

.products-info h2 {
	font-size:20px;
}

.products-info h3 {
	margin:0 0 10px 0;
	font-size:15px;
}

.products-info p {
	margin:0 0 15px 0;
	font-size:13px;
	font-weight:200;
}

.products-info p.products-related-editorial {
	margin:0 0 5px 0;
}

.products-info ul {
}

.products-info ul li {
	padding:1px 0;
	font-size:13px;
	font-weight:200;
	list-style-type:disc;
	list-style-position:inside;
}

.products-social {
	float:right;
	margin:0 0 5px 0;
}

.products-social img {
	margin:0 0 0 10px;
	display:inline-block;
	width:30px;
	height:30px;
	border:solid 1px #666666;
}

.products-more {
	margin:15px 0 0 0;
}

.products-more a {
	margin:0 10px 0 0;
	padding:3px 20px;
	display:inline-block;
	font-size:12px;
	font-weight:100;
	color:#ffffff;
	background:rgba(130,123,120,0.75);
}

.products-more a:hover {
	opacity:.75;
}


/* _______________________________________________________
	SINGLE PRODUCT
---------------------------------------------------------*/
#single-product-left {
	float:left;
	width:68%;
}

#single-product-right {
	float:right;
	width:27%;
	margin:16px 0 0 0;
}

#single-product-left > img {
	margin:0 0 15px 0;
	max-height:260px;
	max-width:580px;
}

#single-product-left > h2 {
	margin:0 0 5px 0;
	font-size:20px;
	text-transform:uppercase;
}

#single-product-left > h3 {
	padding:0 0 10px 0;
	font-size:18px;
	font-weight:normal;
	border-bottom:solid 1px #aaaaaa;
}

#single-product-left p {
	margin:0 0 25px 0;
	font-size:13px;
	line-height:16px;
}

#single-product-left .single-product-videos h2 {
	margin:0 0 10px 14px;
	font-size:18px;
	font-weight:normal;
}

#single-product-left .single-product-video {
	margin:0 20px 0 14px;
	width:95%;
	float:left;
}

#single-product-left .single-product-video img {
	margin:0 10px 0 0;
	height:197px;
	width:350px;
	float:left;
	border:solid 1px #666666;
}

#single-product-left .single-product-video p {
	font-size:13px;
}

#single-product-right h2 {
	margin:0 0 10px 0;
	font-size:21px;
	font-weight:normal;
}

#single-product-left2{
	width:98%;
	font-size:13px;
}

.bullet ul{
	list-style-type:disc;
	padding:11px 0 11px 0;
}
.bullet li {
	font-size:13px;
	list-style:disc;
	list-style-position:outside;
	margin:0 0 0 14px;
}
/******************************************************************************************************************************************************************/

/* _______________________________________________________
	VIDEOS 
---------------------------------------------------------*/
#single-video-left {
	float:none;
	width:68%;
}

#videos-left {
	float:left;
	width:68%;
}

#videos-right {
	float:right;
	width:27%;
}

#videos-left > img {
	height:360px;
	width:640px;
}

#videos-left h3 {
	margin:35px 0 0 0;
	padding:0 0 5px 0;
	font-size:18px;
	font-weight:normal;
	border-bottom:solid 1px #aaaaaa;
}

#videos-left .related-video {
	margin:25px 0 0 0;
}

#videos-left .related-video img {
	margin:0 15px 0 0;
	height:150px;
	width:285px;
	float:left;
}

#videos-left .related-video h4 {
	margin:25px 0 0 0;
	font-size:14px;
}

#videos-left .related-video p {
	font-size:14px;
}

#videos-right h2 {
	margin:0 0 10px 0;
	font-size:22px;
	font-weight:normal;
}


/******************************************************************************************************************************************************************/

/* _______________________________________________________
	MANUFACTURER'S INDEX
---------------------------------------------------------*/
#manufacturer-index {
	margin:0 0 0 14px;
}

#manufacturer-index p {
	font-size:14px;
	margin:0 0 20px 0;
}

.manu-index-nav {
	padding:0 0 5px 0;
	font-size:22px;
	border-bottom:solid 1px #37302a;
}

#manufacturer-index h3 {
	margin:0 0 10px 0;
	padding:0 0 0px 0;
	font-size:22px;
	border-bottom:solid 1px #d1d1d1;
}

.manu-letter-section {
	margin:25px 0;
}

.manu-letter-section ul {
	margin:0 0 0 10px;
}

.manu-letter-section li {
	padding:4px 0;
	font-size:14px;
}

.manu-letter-section li a {
	color:#37302a;
}


/******************************************************************************************************************************************************************/

/* _______________________________________________________
	BLOG
---------------------------------------------------------*/
.blogs-intro {
	margin:0 0 20px 0;
}

.blog-left {
	float:left;
	width:62%;
	margin:0 0 0 14px;
}

.blog-right {
	float:right;
	width:32%;
}

.blog-hr {
	margin:14px 0;
	border-bottom:1px dashed #d5d5d5;
}


/*-------------------------
	BLOG ELEMENTS
-------------------------*/
.blog-image {
	margin:0 0 15px 0;
	max-height:155px;
}

.blog-preview-title {
	margin:0 0 5px 0!important;
	font-size:20px!important;
	color:#37302a!important;
}

.blog-author {
	margin:0 0 10px 0;
	font-size:15px;
	font-weight:normal;
	font-style:italic;
}

.blog-author a {
	color:#999999;
}

.blog-callout {
	font-size:14px;
	line-height:20px;
}

.blog-more {
	margin:15px 0 0 0;
	padding:7px 10px;
	width:100%;
	background:#cfcfcf;
}

.blog-more:after {
	clear:both;
}

.blog-read-more {
	text-transform:uppercase;
	color:#c61f27;
	font-size:15px;
}

.blog-share-social {
	margin:-4px 0 0 0;
	float:right;
}

.blog-disclaimer {
	font-size:11px;
	font-style:italic;
}

/*-------------------------
	BLOG CONTENT
-------------------------*/
.blog-subtitle {
	margin:-10px 0 10px 0;
	font-size: 18px;
	color: #919191;
}

.blog-subheader, .blog-left h2 {
	margin:0 0 5px 0;
	font-size: 18px;
	color: #919191;
}

.blog-body, .blog-left p {
	margin:0 0 25px 0;
	font-size:14px;
	line-height:20px;
}

.blog-left ol, .blog-left ol li {
	list-style:decimal;
	list-style-position:inside;
}

.blog-left ul, .blog-left ul li {
	list-style:disc;
	list-style-position:inside;
}

.blog-left ol, .blog-left ul {
	margin:-10px 0 25px 0;
	font-size:14px;
	line-height:22px;
}

/*-------------------------
	BLOG RIGHT-SIDE
-------------------------*/
.blog-right > div {
	margin:0 0 30px 0;
}

.blog-right h2 {
	margin:0 0 7px 0;
	font-size:20px;
	letter-spacing:1.75px;
	text-transform:uppercase;
}

.blog-right a {
	color:#c61f27;
}

.blog-trending {
	font-size:15px;
	line-height:23px;
}

.blog-popular li, .blog-related li {
	padding:15px 0;
	font-size:15px;
	border-bottom:solid 1px #dedede;
}

.blog-archive li {
	margin:10px 0;
	font-size:15px;
}

.blog-archive li ul {
	margin:0 0 0 15px;
}


/*-------------------------
	BLOG AUTHOR
-------------------------*/
.blog-author-bio {
	width:100%;
}

.blog-author-bio h2 {
	font-size:18px;
	letter-spacing:normal;
	text-transform:none;
}

.blog-author-photo {
	margin:0 15px 5px 0;
	height:115px;
	width:115px;
	display:block;
	float:left;
	border:solid 1px #dedede;
}

/******************************************************************************************************************************************************************/

/* _______________________________________________________
	RESOURCE CENTER
---------------------------------------------------------*/
#resource-center {
	float:left;
	width:725px;
}

.resource-billboard {
}

.view-all-products {
	margin-top:15px;
	width:100%;
	font-size:16px;
	font-weight:500;
	text-align:center;
	border:solid 1px #6b0f43;
	background: #ca2539; /* Old browsers */
	background: linear-gradient(to bottom,  #ca2539 0%,#a31b2b 100%); /* W3C */
}

.view-all-products a {
	display:block;
	padding:3px 0;
	color:#ffffff;
}

.view-all-products a:hover {
	opacity:.85;
}

.resources {
	margin:20px 0;
}

.resource-news {
	float:left;
}

.resource-new-item {
	margin:20px 0 0 0;
	padding:0 0 5px 0;
	border-bottom:solid 1px #cccccc;
}

.resource-new-item h2 {
	margin:0 0 2px 0;
	font-size:12px;
	color:rgba(130,123,120,0.75);
}

.resource-new-item img {
	margin:0 20px 20px 0;
	float:left;
	height:100px;
	width:165px;
	object-fit: contain;
}

.resource-new-item h3 {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}

.resource-new-item p {
	font-size:12px;
}

.resource-editorial {
	
}

.resource-editorial .red-arrow-list li a {
	color:#37302a;
	font-size:12px;
}

.resource-editorial .red-arrow-list li {
	padding:2px 0;
}

.resource-editorial h2 {
	font-size:20px;
}

.resource-editorial h3 {
	margin:15px 0 2px 0;
	font-size:18px;
	font-weight:200;
}

.view-all-editorial {
	margin:24px 0 0 0;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
	background:rgba(130,123,120,0.75);
}

.view-all-editorial a {
	display:block;
	line-height:25px;
	color:#ffffff;
}

.view-all-editorial a:hover {
	opacity:.85;
}

.manufacturer-index {
	width:100%;
	font-size:20px;
	font-weight:500;
	text-align:center;
	border:solid 1px #cccccc;
	padding:7px;
	margin:11px 0 0 0;
	background: #adadad;
	background: linear-gradient(to bottom,  #d0d1d3 0%,#b1b0b0 100%);
}

.manufacturer-index a {
	padding:15px 0;
	display:block;
	color:#ffffff;
}

.manufacturer-index a:hover {
	opacity:.85;
}

/* _______________________________________________________
	OWL THEME CAROUSEL SLIDER
---------------------------------------------------------*/
.resource-billboard {
}

.resource-billboard h2 {
	margin:0 0 10px 0;
	font-size:20px;
	font-weight:600;
	color:#000000;
}

.resource-billboard p {
	font-size:14px;
	color:#000000;
}

.resource-billboard p.read-more {
	margin:0;
	float:right;
	color:#cf2020;
}

.resource-billboard p.read-more a {
	color:#cf2020;
}

.resource-divider {
	margin:20px 0px 30px 0;
	border-top:solid 1px #ebebeb;
}

#owl-demo .item img {
	display: block;
	max-width: 50%;
	max-height:100%;
	float:right;
}

#owl-demo .item .text {
	padding:20px;
	float:left;
	width:50%;
	max-height:250px;
	overflow:hidden;
}

#owl-demo .item .text p {
	margin:5px 0;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	height:260px;
	max-height:260px;
	width: 100%;
	border:solid 1px rgba(130,123,120,1);
	background:#f9f9f9;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: rgba(130,123,120,0.75);
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: rgba(130,123,120,0.75);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}


/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/******************************************************************************************************************************************************************/




/* _______________________________________________________
	DENTAL AEGIS CORE GLOBAL STYLES
---------------------------------------------------------*/
.page-title {
	margin:14px 0px 0 14px;
	font-family:'Roboto', sans-serif;
	font-size:24px;
	line-height:26px;
	font-weight:bold;
}

.global-hr {
	margin:20px 0px 35px 0px;
    height:0;
    border-top:1px solid rgba(0, 0, 0, 0.1);
    border-bottom:1px solid rgba(255, 255, 255, 0.3);
}

.global-btn {
	padding:6px 10px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	cursor:pointer;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-box-shadow:rgba(0,0,0,.25) 0 1px 0;
	-moz-box-shadow:rgba(0,0,0,.25) 0 1px 0;
	box-shadow:rgba(0,0,0,.25) 0 1px 0;
	text-shadow:rgba(0,0,0,.4) 0 1px 0;
}

.striped-list li {
	padding:15px 10px;
	display:block;
	border-top:solid 1px #dee4e8;
	background:#ffffff;
}

.striped-list li:nth-child(odd) {
	border-top:solid 1px #dee4e8;
	background:#eaf0f4;
}


/* _______________________________________________________
	DENTAL AEGIS ERROR 404
---------------------------------------------------------*/
.error-404 {
	margin:0 auto;
	width:700px;
}

/* _______________________________________________________
	DENTAL AEGIS SEARCH
---------------------------------------------------------*/
.gsc-selected-option-container.gsc-inline-block {
	box-sizing: content-box !important;
}

.page-search input[type='text'] {
	    margin: 0 5px 0 10px;
    padding: 3px 5px;
    width: 300px;
    font-size: 14px;
    border: solid 1px rgba(130,123,120,0.75);
}
.page-search input[type='image'] {
    margin: 0 0 2px 0;
    height: 26px;
    vertical-align: middle;
}

.search-result {
	height:100px;
}

/* _______________________________________________________
	DENTAL AEGIS TERMS OF SERVICE
---------------------------------------------------------*/
.terms-of-service h2 {
	font-size:18px;
}

.terms-of-service p {
	margin:10px 0;
	font-size:13px;
	line-height:18px;
}

.terms-of-service li {
	list-style-type:disc;
	list-style-position:inside;
	font-size:13px;
	line-height:18px;
}


/* _______________________________________________________
	DENTAL AEGIS PRIVACY POLICY
---------------------------------------------------------*/
.privacy-policy p {
	margin:0 0 20px 0;
	font-size:13px;
	line-height:18px;
}


/* _______________________________________________________
	DENTAL AEGIS NEWS
---------------------------------------------------------*/
.da-news-left {
	float:left;
	width:68%;
}

.da-news-left h1 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:21px;
}

.da-news-left h2 {
	margin:0 0 7px 0;
	font-family: 'Roboto',sans-serif;
	font-size:16px;
	line-height:18px;
	color:#666666;
}

.da-news-left h3 {
	margin:0 0 12px 0;
	font-size:14px;
	line-height:15px;
	font-weight:normal;
}

.da-news-left h4 {
	font-size:13px;
	line-height:14px;
	font-weight:normal;
}

.da-news-left p {
	margin:0 0 10px 0;
	font-size:14px;
	line-height:20px;
}

.da-news-left a {
	color:#6f9ae8;
}

.da-news-left a:hover {
	color:#37302a;
}

.da-news-right {
	float:right;
	width:25%;
}

.da-news-right h1 {
	margin:5px 0 10px 0;
	font-family:'Roboto Condensed', sans-serif;
	font-size:18px;
	text-transform:uppercase;
}

.da-news-right h2 {
	margin:0 0 10px 0;
	font-family: 'Roboto Condensed',sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
}

.da-news-right h3 {
	font-size:13px;
	line-height:15px;
	font-weight:normal;
}

.da-news-right p {
	font-size:13px;
	line-height:18px;
}

.da-news-right a {
	color:#37302a;
}

.da-news-right a:hover {
	color:#6f9ae8;
}

.da-news-pagination ul {
	margin:20px 0 0 0;
	max-width:100%;
	display:block;
}

.da-news-pagination li {
	padding:7px 10px;
	display:inline;
	border:solid 1px #dddddd;
}

.da-news-pagination li a {
	color:#6f9ae8;
}


/* _______________________________________________________
	DENTAL AEGIS PUBLICATION ARCHIVE
---------------------------------------------------------*/
#dentalaegis-entire-archive .da-archive-top {
	margin:0 0 20px 0;
	text-align:right;
}

#dentalaegis-entire-archive .da-archive-top a {
	display:inline-block;
	float:left;
	color:#6f9ae8;
}

#dentalaegis-entire-archive .da-archive-top a:hover {
	color:#37302a;
}

#dentalaegis-entire-archive .da-archive-top select {	
	margin:0 10px 0 0;
	border:solid #c6c6c6 1px;
}

#dentalaegis-entire-archive .da-archive-top input[type='submit'], .da-archive-right input[type='submit'] {
	padding:2px 7px;
	font-size:14px;
	border:solid #c6c6c6 1px;
	border-radius:6px;
	background:#ffffff;
	background:linear-gradient(to bottom, #ffffff, #f0f0f0);
}

#dentalaegis-entire-archive .da-archive-top input[type='submit']:hover, .da-archive-right input[type='submit']:hover {
	background:#f0f0f0;
	background:linear-gradient(to bottom, #f0f0f0, #ffffff);
}

#dentalaegis-entire-archive .da-archive-right input[type='submit'] {
	margin:10px 40% 5px;
}

#dentalaegis-entire-archive .da-archive-left {
	width:67%;
	float:left;
}

#dentalaegis-entire-archive .da-archive-row {
	width:100%;
	text-align:justify;
    text-justify:distribute-all-lines;
}

#dentalaegis-entire-archive .da-archive-row:after {
    content:'';
    width:100%;
    display:inline-block;
    font-size:0;
    line-height:0
}

#dentalaegis-entire-archive .da-archive-publication {
	margin:0 0 20px 0;
	width:22%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

#dentalaegis-entire-archive .da-archive-publication img {
	min-width:100%;
	max-width:100%;
	border:solid 1px #efefef;
}

#dentalaegis-entire-archive .da-archive-publication-info {
	padding:4px 0;
	display:block;
	font-size:12px;
	text-align:center;
	color:#6f9ae8;
	border:1px solid #ebebeb;
}

#dentalaegis-entire-archive .da-archive-digital-edition {
	margin:3px 0 0 0;
	padding:4px 0;
	display:block;
	font-size:12px;
	text-align:center;
	color:#6f9ae8;
	background:#ebebeb;
}

#dentalaegis-entire-archive .da-archive-right {
	width:100%;
	float:right;
}

#dentalaegis-entire-archive .da-archive-right h2 {
	padding:15px 0 15px 20px;
	font-size:18px;
	font-weight:normal;
	background:#efefef;
}

#dentalaegis-entire-archive .da-archive-right h3 {
	margin:10px 5px 12px;
	padding:5px 0 5px 15px;
	font-size:14px;
	text-transform:uppercase;
	border:1px solid #bebdbd;
	background:#efefef;
}

#filter-pubname h3, #filter-year h3, #filter-month h3 {
	margin:10px 5px 12px;
	padding:5px 0 5px 15px;
	font-size:14px;
	text-transform:uppercase;
	border:1px solid #bebdbd;
	background:#efefef;
}

#filter-pubname ul, #filter-year ul, #filter-month ul {
	margin-left: 20px;
}

#filter-pubname li, #filter-year li, #filter-month li {
	font-size:14px;
	line-height: 19px;
}

.archive-button {
	padding: 2px 7px;
    font-size: 14px;
    border: solid #c6c6c6 1px;
    border-radius: 6px;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	margin: 10px 40% 5px;
}

#dentalaegis-entire-archive .da-archive-right ul {
	margin:0 0 0 20px;
}

#dentalaegis-entire-archive .da-archive-right li {
	font-size:14px;
	line-height:19px;
}

#dentalaegis-entire-archive .da-archive-paginate {
	margin:25px auto 0;
	text-align:center;
}

#dentalaegis-entire-archive .da-archive-paginate ul {
	display:inline-block;
	border-radius:2px;
}

#dentalaegis-entire-archive .da-archive-paginate li {
	display:inline;
}

#dentalaegis-entire-archive .da-archive-paginate li:first-child a {
	border-left:none;
}

#dentalaegis-entire-archive .da-archive-paginate li a {
	padding:7px 10px;
	display:inline-block;
	color:#6f9ae8;
	border-radius:2px;
	border-left:1px solid #dddddd;
}

#dentalaegis-entire-archive .pagination .active a {
	background-color:#f5f5f5;
	color:white;
}


/* _______________________________________________________
	DENTAL AEGIS SUBSCRIBE TO PUBLICATIONS
---------------------------------------------------------*/
.publications-subscribe-cover {
	margin:0 0 10px 0;
	height:304px;
	width:auto;
	border:solid 1px #ebebeb;
}

.publications-subscribe-single {
	margin: 30px auto;
	width: 25%;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight:bold;
	color:#827B78;
}

.subscribe-cover {
	width:250px;
	object-fit:cover;
	height:302px;
}

.subscribe-note {
	margin:50px 0 0 14px;
	padding:10px 0 0 0;
	display:block;
	font-size:14px;
	line-height:17px;
	border-top:solid 1px #f4f4f4;
}

.id-temp-sub {
	background-color:#C41230;
	padding:10px 15px;
	text-align: center;
	color:white;
	margin:5px 0;
	border-radius:4px;
	font-size:14px;
}

.idt-temp-sub {
	background-color:#D81F28;
	padding:10px 15px;
	text-align: center;
	color:white;
	margin:5px 0;
	border-radius:4px;
	font-size:14px;
}

.cced-temp-sub {
	background-color:rgba(152,141,127,1);
	padding:10px 15px;
	text-align: center;
	color:white;
	margin:5px 0;
	border-radius:4px;
	font-size:14px;
}

.adn-temp-sub {
	background-color:#305AAF;
	padding:10px 15px;
	text-align: center;
	color:white;
	margin:5px 0;
	border-radius:4px;
	font-size:14px;
}

.s-close {
	position: absolute;
	top:17px;
    z-index: 99;
	margin-left: 10px;
    background-color: #a3a3a3;
    padding: 3px 4px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: .8;
    text-align: center;
    font-size: 16px;
    line-height: 12px;
    border-radius: 50%;
}

/* _______________________________________________________
	DENTAL AEGIS SUBSCRIBE TO NEWSLETTERS
---------------------------------------------------------*/
.newsletter-subscribe-cover {
	margin:0 0 30px 0;
	height:304px;
	width:250px;
	border:solid 1px #ebebeb;
}

.newsletter-subscribe-single {
	margin: 2% 4% 2% 0;
	width: 27%;
	float: left;
	text-align: center;
	font-size: .8em;
	font-weight:bold;
}

.newsletter-subscribe-single img{
	border:solid 1px #666666;
}

.newsletter-subscribe-single span {
	color:#827B78;
	transition:all .25s;
}

.newsletter-subscribe-single input[type="checkbox"] {
	width: 18px;
	height: 18px;
	cursor: pointer;
	-webkit-appearance: none;
	border:solid 1px #827B78;
	border-radius:3px;
	display:inline-block;
	vertical-align:top;
}

.newsletter-subscribe-single input[type="checkbox"]:checked {
	background-color: #eeeeee;
	background-image: url('/img/layout/general/custom-check.png');
}

.newsletter-subscribe-single input[type="checkbox"]:checked + span {
	color:#36456d;
}

.newsletter-subscribe-single input[type="checkbox"]:focus {
	outline: 0 none;
	box-shadow: none;
}

.newsletter-subscribe-submit {
}

.newsletter-subscribe-submit p {
	margin:20px 0 5px 0;
	font-size:16px;
	color:#36456d;
}

.newsletter-subscribe-submit input[type="text"] {
	margin:0 20px 0 0;
	padding:4px 8px;
	width:47%;
	border:solid 1px #415FBA;
	border-radius:3px;
	font-size:18px;
	background:#f9f9fc;
}

.newsletter-subscribe-submit input[type="submit"] {
	padding:4px 15px;
	border:solid 1px #415FBA;
	border-radius:15px;
	font-size:20px;
	color:#ffffff;
	background: #394972;
	background: linear-gradient(to bottom,  #394972 0%,#3f5091 50%,#394972 100%);
}

.newsletter-subscribe-submit input[type="submit"]:hover {
	background: #394972;
	background: linear-gradient(to bottom,  #3f5091 0%, #394972 50%, #3f5091 100%);
}


/* _______________________________________________________
	DENTAL AEGIS ABOUT US
---------------------------------------------------------*/
.about-us p {
	margin:0 0 50px 0;
	font-size:15px;
	line-height:17px;
}

.about-pub-desktop {
	margin:0 15px 0 0;
	max-width:200px;
	float:left;
	border:1px solid #dddddd;
}

.about-pub h2 {
	margin:0 0 10px 0;
	font-family:'Roboto', sans-serif;
	font-size:20px;
}

.about-pub p {
	margin:0 0 10px 0;
	font-size:14px;
}

.about-pub a {
	font-weight:bold;
	color:#005696;
}

.about-pub-outlink {
	font-size:18px;
}

.about-pub-mobile {
	margin:5px 15px 5px 0;
	width:100px;
	display:none;
	float:left;
}


/* _______________________________________________________
	DENTAL AEGIS CONTACT US
---------------------------------------------------------*/
.contact-form-wrap {
	margin:0 0 20px 0;
	width:100%;
	background:#E7E7E7;
}

.contact-form {
	margin:0 auto 10px;
	padding:10px;
	width:63%;
}

.contact-form-error {
	margin:0 0 5px 0;
	color:#c02121;
	font-size:16px;
	font-weight:bold;
}

.contact-form label {
	font-family:'Roboto', sans-serif;
	font-size:13px;
	font-weight:bold;
}

.contact-form input[type='text'], .contact-form textarea {
	margin:1px 0 10px;
	padding:3px;
	width:250px;
	font-size:14px;
}

.contact-form textarea {
	height:75px;
}

.contact-formbox {
	width:49%;
	display:inline-block;
	position:relative;
	vertical-align:middle;
}

.contact-address {
	margin:0 0 15px 0;
	font-family:'Roboto', sans-serif;
	font-size:16px;
	line-height:20px;
}

.contacts {
	width:100%;
	text-align:justify;
	text-justify:distribute-all-lines;
}

.contacts:after {
    content:'';
    width:100%;
    display:inline-block;
    font-size:0;
    line-height:0
}

.contact-col {
	margin:20px 0 0 0;
	width:22%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

.contact-section {
	padding:0 0 3px 0;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#595959;
	border-bottom:solid 1px #005696;
}

.contact-person {
	margin:10px 0 20px 0;
	font-size:12px;
	line-height:16px;
}

.contact-pos {
	font-family:'Roboto', sans-serif;
	font-size:11px;
}

.contact-name {
	font-size:13px;
	font-weight:500;
}


/* _______________________________________________________
	DENTAL AEGIS ADVERTISER MEDIA KITS
---------------------------------------------------------*/
.info-advert h2 {
	font-family:'Roboto', sans-serif;
	font-size:20px;
	line-height:40px;
	font-weight:bold;
}

.info-advert h3 {
	font-size:16px;
	font-weight:normal;
}

.info-advert p {
	margin:5px 0 25px 0;
	font-size:14px;
	line-height:18px;
}

.kit-wrap {
	margin:0 auto;
	width:100%;
}

.kit {
	margin:30px auto;
	width:50%;
	float:left;
	text-align:center;
	font-size:16px;
}

.kit label {
	font-size:18px;
}

.kit input[type='checkbox'] {
	height:14px;
}

.kit-dl {
	margin:0 auto;
	width:21%;
}


/* _______________________________________________________
	DENTAL AEGIS CREATIVE SERVICES - AEGIS MEDIA
---------------------------------------------------------*/
.creative p {
	margin:0 0 30px 0;
	font-size:15px;
	line-height:17px;
}

.creative img:first-of-type {
	margin:3px 0;
}

.creative-infowrap {
	margin:1px 0 20px 0;
}

.creative-infowrap ul {
	width:31%;
}

.creative-infowrap li {
	font-size:15px;
	line-height:17px;
	list-style:disc;
	list-style-position:inside;
}

.creative-infowrap a {
	font-family:'Roboto', sans-serif;
	font-size:20px;
}

.aegis-media {
	width:422px;
	float:right;
}

.aegis-media-mobile {
	margin:20px 0 0 0;
	display:none;
}


/* _______________________________________________________
	DENTAL AEGIS AUTHORS
---------------------------------------------------------*/
.da-author-letters {
	margin:0 24% 20px;
}

.da-author-letter-title {
	border-top:solid 1px #e4e4e4;
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
}

.da-authors ul {
	margin:-20px 0 0 50px;
}

.da-author ul {
	margin:0 0 30px 0;
}

.da-authors li, .da-author li {
	padding:0 0 20px;
	font-weight:300;
}

.da-authors p {
	margin:0 0 0 20px;
	font-size:11px;
}

.da-authors a, .da-author a {
	color:#6f9ae8;
}

.da-authors a:hover, .da-author a:hover {
	color:#37302a;
}

.da-author span {
	margin:5px 0 0 20px;
	display:block;
	font-size:13px;
}


/* _______________________________________________________
	DENTAL AEGIS RESOURCES
---------------------------------------------------------*/
.da-resources {
}

.da-resources p {
	margin:0 0 20px 0;
	font-size:14px;
	line-height:18px;
}

.da-resources h2 {
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	font-size:18px;
	text-transform:uppercase;
	border-left:solid 15px #37496F;
}

.da-resources ul {
	margin:0 0 20px 0;
}

.da-resources li {
	padding:3px 0;
	font-size:14px;
}

.da-resources a {
	color:#6f9ae8;
}

.da-resources a:hover {
	color:#37302a;
}

.da-resources-left {
	float:left;
	width:60%;
}

.da-resources-right {
	float:right;
	width:35%;
}

.da-resources-right img {
	margin:0 0 10px 0;
}

.da-resources-inner-left, .da-resources-inner-right {
	width:50%;
}

.da-resources-inner-left {
	float:left;
}

.da-resources-inner-right {
	float:right;
}

.da-resources-inner-left img, .da-resources-inner-right img {
	margin:0 20px 10px 0;
	float:left;
}

.da-resources-tagline {
	font-family:'Roboto', sans-serif;
	font-size:17px!important;
	line-height:20px!important;
}

.ida-subscribe {
	height:60px;
}

.ida-sub{ 
	margin:0 22px 14px 0;
}

.idt-archive-publication {
	width:205px;
	height:250px;
	float:left;
	margin:21px 21px 0 21px;
}

.idt-digital {
	width:100%;
	clear:both;
}

.idt-archive-publication-holder {
	width:205px;
	height:292px;
	float:left;
	margin:21px 17px 11px 7px;
}

.idt-archive-digital-edition {
	font-size:12px;
	text-align:center;
	color:#6f9ae8;
	width:205px;
	background:#ebebeb;
	height:22px;
	clear:both;
	margin:0 21px 0 21px;
	line-height:21px;
}

.manu-link, .manu-link a{
	color:#000000;
	text-decoration:none;
}

.manu-author{
	border-bottom:solid 1px #ffffff;
	padding:7px 0 7px 0;
	background-color:#f2f1f1;
	font-size:13px;
}

.manu-author2{
	border-bottom:solid 1px #ffffff;
	padding:7px 0 7px 0;
	font-size:13px;
}

.manu-comp{
	font-size:13px;
}

.manu-details{
	color:#c41230;
}

.manu-related{
	background-color:#f2f1f1;
	padding:0 7px 0 7px;
}

.highlights li {
	padding:0 0 27px 0;
	font-size:13px;
	list-style-image:url('/img/layout/small-arrow.jpg');
	list-style-position:inside;
}


.resource {
	font-family: 'Roboto Condensed', sans-serif;
	color:#3b3f41;
	background-color:#ffffff;
	border-top:solid 2px #34383b;
	text-align:left;
}

.resource-title {
	font-size:12px;
	text-transform:uppercase;
	padding:11px 14px 11px 14px;
	font-family: 'Roboto Condensed', sans-serif;
}

.resource ul {
	font-weight:700;
	font-size:15px;
	border-top:solid 1px #d5d6d7;
	margin:0 0 27px 0;
}

.resource li {
	padding:0 14px 0 14px;
}

.resource li a{
	text-decoration:none;
	display:block;
	list-style-type: none;
	line-height:36px;
	color:#3b3f41;
}

.top-stories {
	font-family: 'Roboto Condensed', sans-serif;
	color:#3b3f41;
	background-color:#f9f9f9;
	border-top:solid 1px #d6d6d6;
	font-weight:700;
	font-size:15px;
	text-align:left;
}

.top-stories-title {
	text-transform:uppercase;
	padding:11px 14px 11px 14px;
	font-family: 'Roboto Condensed', sans-serif;
}

.top-stories ul {
	border-top:solid 1px #d5d6d7;
	margin:0 0 27px 0;
}

.top-stories li {
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #d5d6d7;
}

.top-stories li a {
	padding:0 14px 0 14px;
	text-decoration:none;
	display:block;
	list-style-type: none;
	line-height:36px;
	color:#3b3f41;
}

#bottom-billboard {
	float:left;
	border-top:solid 1px #ccc;
	clear:right;
}

.mr {
	float: right;
	width: 60%;
}

#quoteoftheday {
	display: none !important;
}

#interstitial-right {
	text-align: center !important;
	float: none !important;
}

.product-margin {
	margin-top:10px;
}