/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
	/*padding: 0;*/
	/*vertical-align: baseline;*/
}
.ADAMContent ol, .ADAMContent ul, .ADAMContent li, .ADAMContent a{
	margin: 0;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}

body {
	background: #fff;
	line-height: 1;
	}

ol, ul {
	list-style: none;
}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	/*text-align: left;*/
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

a:hover {
	cursor: pointer;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clearfloat {clear:both;}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #464646;
	font: 16px Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625em;
	float: left;
}

body {
	background: #FFF;
}

#page {
	background: #FFF;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

.se-h2 {
	color:#6f3f00;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 1.265em;
	
	}
	
.se-h3 {
    color: #6f3f00;
    font-size: 1em;
    font-weight: bold;
    /*height: 44px;*/
    height: auto;
    width: 78%;
    padding-left: 15px;
    float: left;
    line-height: 44px;
}
	
.se-h4 {
	color: #464748;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
}

.se-h4-grn {
	color: #6f3f00;
	text-align: left;
	font-weight: normal;
	margin-top: 10px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

a {
	color: #093d69;
	text-decoration: underline;
}

/* Typography */
p {
	margin-bottom: 1.625em;
}

p.se-p {
	margin-bottom: 1.625em!important;
	font-size: 16px;
	line-height: 27px;	
}



/*ul, ol {
	margin: 0 0 1.625em 2.5em;
}*/
ul {
	list-style: square;
	color:  #333;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.625em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.625em;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	font-weight: normal;
	margin: 0;
	border-left: 10px solid #DDDDDB;
	padding-left: 30px;
	color: #777;
	font-size: 1em;
	font-style: italic;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

pre {
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
	background: #DDDDDB;
	white-space: pre-wrap;       /* css-3 */
 	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 	white-space: -pre-wrap;      /* Opera 4-6 */
 	white-space: -o-pre-wrap;    /* Opera 7 */
 	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	color: #666;
	background: #DDDDDB;
	display: block;
	padding: 5px;
}

code {
	display: inline;
}

.entry-content h3.code {
	background: #FFF;
	color: #33363B;
	padding: 1px 1.625em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}

address {
	display: block;
	margin: 0 0 1.625em;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

h1.se-entry {
	color:#6f3f00;
	font-size: 1.8em;
}

#embed-msg-area {
	background: #fdf6e4;
	padding: 10px;
	width: auto; 
	margin: 10px 0 20px 0;
}

#embed-msg-area p {
	color: #6f3f00;
	font-weight:bold;
	margin: 0px;
	font-size:14px;
	margin: 5px 0 5px 0;
}


.se-ul {
	line-height: 1.2em;
	list-style-type: disc;
	margin: 0 0 1.625em 2.5em!important;
}

.secondary-ul {
	list-style: none;
	line-height: 1.2em!important;
	margin-left: 20px!important;
	margin-bottom: 20px;
}

.secondary-ul li {
	line-height: 1.8em;
}



.se-ul li {
	line-height: 1.5em;
	
}

.smb-title p {
	text-align: left;
	font-size: .8em;
	color: #6d6f72;
}

a.collapse-btn {
	background: url(../img/collapse-btn.png) no-repeat;
	width: 41px;
	height: 41px;
	display: block;
	float: right;
	text-indent: -1500px;
}

a.expand-btn {
	background: url(../img/expand-btn.png) no-repeat;
	width: 41px;
	height: 41px;
	display: block;
	float: right;
	text-indent: -1500px;
}


.no-top-pad {
	padding-top: 0!important;
}

.image-gallery {
	float: right;
	/* border: 1px solid #afb0b4; */
	margin-left: 25px;
}

.inline-img {
	float: right;
	border: 1px solid #afb0b4;
	margin-left: 25px;
	width: 318px;
	height: 253px;
}

.embed-container {
	width: 100%;
	margin: 0px auto;
	margin-bottom: 25px;
	position: relative;
}
		
video {
	 max-width: 100%;
	 height: auto;
}
/*
#hm-search {
    background: url("../img/se-search-bg.png") no-repeat scroll 0 0 transparent;
    height: 52px;
    width: 297px;
    z-index: 100;
    float: right;
    position: relative;
    margin: 5px 25px 0 0;
}
*/
#browse-a-z-hm a {
    color: #6F7F35;
    font-family: Arial,helvetica,Sans-Serif;
    font-size: 10px;
    position: absolute;
    top: 18px;
    right: 82px;
}

#ADAMSearchBox {
    border: medium none;
    margin-bottom: 0 !important;
    margin-left: 14px;
    margin-right: 0;
    margin-top: 16px;
}

ul#smart-media-nav li a.highlight {
	background: #6f3f00 !important;
	color: #fff!important;
}

.popup {
    background: url("../img/enhanced-link-bg.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    box-shadow: 0 0 10px #BDBDBD;
    display: none;
    left: 100px;
    position: absolute;
    width: 300px;
    z-index: 500;
}

.bubbleInfo {
    clear: left;
    float: left;
    position: relative;
    width: 100%;
}

.popup h1 {
    color: #FFFFFF;
    float: left;
    font-family: Arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 4px 0 0 8px;
}

.popup p {
   
    color: #81868A;
    float: left;
    font-family: Arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin: 10px 0 0 8px;
    width: 200px;
    clear: left;
}

.popup img {
    
    float: right;
    margin: 15px 8px 0;
}

.thumb-caption {
    clear: right;
    color: #093d69;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-right: 23px;
}

.pad-me-clear-me {
    clear: both;
    margin-bottom: 10px;
}

.popup a.readmore {
    color: #093d69;
    display: block;
    float: left;
    font-family: Arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    margin: 0 0 0 8px;
}

.popup a.bookmark-it {
    color: #093d69;
    display: block;
    float: left;
    font-family: Arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    margin: 0 0 0 8px;
}




/* =Structure
----------------------------------------------- */

body {
	padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background-repeat: repeat-x !important;
    background-image: inherit !important;
	width: 100%;
}

#page {
	margin: 0 auto;
}


#adam-content {
	margin-top: -18px;
}

#light-box-1 {
 	background: #000;
 	width: 100%;
 	height: 3800px;
 	/*position: absolute;*/
	position: fixed;
 	top: 0px;
 	left: 0px;
 	bottom: 0px;
 	z-index: 500;
 	opacity: 0.5;
 	-moz-opacity: 0.5;
 	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'";
 	display: none;
}

#img-1-large {
	/* background: #fff url(../img/img-1-lrg.png) 50% 50% no-repeat;*/
	/*position: absolute;
	top: 66px;
	left: 30%;*/
	/* padding: 10px; */
	/*OLDwidth: 420px;
	height: 320px;
	z-index: 600;
	
	display: none;
	
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	background: #fff;
	top: 334px;*/
	background: none repeat scroll 0 0 #FFFFFF;  
    text-align: center;
    display: none;
    z-index: 10001;
}

#img-2-large {
	/* background: #fff url(../img/img-2-lrg.png) 50% 50% no-repeat;*/
	width: 420px;
	height: 320px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 30%;*/
	display: none;
	/* padding: 10px; */
	border: 1px solid #000;
	text-align: center;
	background: #fff;
}

#img-3-large {
	/* background: #fff url(../img/img-2-lrg.png) 50% 50% no-repeat;*/
	width: 420px;
	height: 320px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 30%;*/
	display: none;
	/* padding: 10px; */
	border: 1px solid #000;
	text-align: center;
	background: #fff;
}

#img-4-large {
	/* background: #fff url(../img/img-4-lrg.png) 50% 50% no-repeat; */
	width: 420px;
	height: 320px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 30%;*/
	display: none;
	/* padding: 10px; */
	border: 1px solid #000;
	text-align: center;
	background: #fff;
}

#pres-1-large {
	/* background: #fff url(../img/img-4-lrg.png) 50% 50% no-repeat; */
	/*position: absolute;
	top: 66px;
	left: 30%;*/
	/* padding: 10px; */
	/*OLD
	width: 420px;
	height: 320px;
	z-index: 600;	
	display: none;	
	border: 1px solid #000;
	text-align: center;
	background: #fff;
	top: 334px;*/
	background: none repeat scroll 0 0 #FFFFFF;  
    text-align: center;
    display: none;
    z-index: 600;   
    max-width: 420px;	
	left:0px;
}

.video-1 {
	width: 640px;
	height: 361px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 25%;*/
	display: none;
	border: 1px solid #000;
	text-align: center;
	top:334px;
}



#video-1 {
    z-index: 600;
    position: absolute;
    top: 66px;
    left: 25%;
    display: none;
    border: 1px solid #000;
}


#video-2 {
	width: 640px;
	height: 361px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 25%;*/
	display: none;
	border: 1px solid #000;
	text-align: center;
}

#video-3 {
	width: 640px;
	height: 361px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 25%;*/
	display: none;
	border: 1px solid #000;
	text-align: center;
}

#video-4 {
	width: 640px;
	height: 361px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 25%;*/
	display: none;
	border: 1px solid #000;
	text-align: center;
}

#video-5 {
	width: 640px;
	height: 361px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 25%;*/
	display: none;
	border: 1px solid #000;
	text-align: center;
}

#video-6 {
	width: 640px;
	height: 361px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 25%;*/
	display: none;
	border: 1px solid #000;
	text-align: center;
}

#video-7 {
	width: 640px;
	height: 361px;
	z-index: 600;
	/*position: absolute;
	top: 66px;
	left: 25%;*/
	display: none;
	border: 1px solid #000;
	text-align: center;
}


/* Heart Palpitations light-box images */

#hp-img-2-large {
	/* background: #fff url(../img/heart-sounds-lrg.png) 50% 50% no-repeat; */
	width: 420px;
	height: 320px;
	z-index: 600;
	/* position: absolute;
	top: 66px;
	left: 30%; */
	display: none;
	/* padding: 10px; */
	border: 1px solid #000;
	text-align: center;
	background: #fff;
}


.reference-toggle {
    background: url("../img/references-toggle.png") no-repeat scroll 0 0 transparent;
   /* float: left;*/
    height: 47px;
    margin-bottom: 25px;
    text-indent: -5000px;
    width: 160px;
}

.reference-toggle.close {
	background: url(../img/references-close.png) no-repeat;
	float: left;
	opacity: 0;
}

.reference-toggle a {
	display: block;
	float: left;
	width: 160px;
	height: 47px;
	text-indent: -5000px;
	
}

.references-panel {
    display: none;
    float: left;
    overflow: hidden;
}

.show {
    display: block;
}

.se-footer {
    background: url("../img/footer-bg.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 49px;
    margin-bottom: 25px;
    width: 100%;
}

#review-info {
    color: #464646;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin-bottom: 50px;
    padding: 25px;
}

#review-info-header {
    background: url("../img/plus-toggle.png") no-repeat scroll 130px 0 transparent;
    color: #000000;
    height: 25px;
    width: 200px;
}

p.review-info {
	color: #464646;
    /*float: left;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin-bottom: 10px;

}

#primary-search {
	clear: both;
	float: left;
	margin-right: 0;
	width: 100%;
	background: #fff;
}







/* =Responsive Structure
----------------------------------------------- */


/* #Media Queries
================================================== */
		
	
	/* Larger than standard 960 (devices and browsers) */
	@media only screen and (min-width: 960px) {
		#secondary {
    	width: 31.25%;
    	float: right;
    	background: #dadada;
		}
                
        #browse-a-z-hm1 a {
            color: #093d69;
            font-family: Arial,helvetica,Sans-Serif;
            font-size: 10px;
            position: absolute;
            top: 18px;
            right: 82px;
        }
                
        #hm-search1 {
            background: url("../img/se-search-bg.png") no-repeat scroll 0 0 transparent;
            height: 52px;
            width: 297px;
            z-index: 100;
            float: right;
            position: relative;
            margin: 6px 9px 0 0;
        }
		#autoSearchTitle{
            border: 2px solid #6f3f00; 
            float: right; 
            left: 290px; 
            position: relative; 
            top: 66px; 
            z-index: 500; 
            width:280px; 
            display:none; 
            background-color:white;
        }
        
        #hm-search1 #browse-a-z-nav ul {
            padding: 9px 0 0 16px;
        }
		#ADAMSearchBox {
    		border: medium none;
    		margin-bottom: 0 !important;
    		margin-left: 18px;
    		margin-right: 0;
    		margin-top: 14px;
    		width: 140px;
		}
		
		#ADAMprimary {
    		clear: both;
    		float: left;
    		margin-right: 0;
    		width: 68.75%;
    		background: #fff;
		}
		
		.secondary-inner {
			width: auto;
			margin-left: 10px;
			background: #fff;
			padding: 15px 10px 0px 0;
			margin-bottom: 10px;
			overflow: hidden;
		}
		
		.secondary-inner-2 {
			width: auto;
			margin-left: 10px;
			padding: 0px;
			margin-bottom: 10px;
			overflow: auto;
		}
		
		.smb-title {
		    /* float: left; */
		    margin-left: 5px;
		    /*clear: left;
		    width: auto;*/
		}
		
		#cam-u-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-u-right-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-right-col {
			width: 50%;
			float: left;
		}
		#browse-a-z-nav {
			width: 375px;
			height: 40px;
			background: url(../img/browse-a-z-bg.png) no-repeat;
			float: left;
			position: absolute;
			top: 40px;
			right: 6px;
			display: none;
			z-index: 503;
		}


	}
	
	
	/* Smaller than 1085 */
	@media only screen and (max-width: 1095px) {
		.smb-title {
		    float: left;
		    margin-left: 5px;
		    clear: left;
		}
                
                #browse-a-z-hm1 a {
                    color: #093d69;
                    font-family: Arial,helvetica,Sans-Serif;
                    font-size: 10px;
                    position: absolute;
                    top: 18px;
                    right: 82px;
                }
                
                #hm-search1 {
                    background: url("../img/se-search-bg.png") no-repeat scroll 0 0 transparent;
                    height: 52px;
                    width: 297px;
                    z-index: 100;
                    float: right;
                    position: relative;
                    margin: 6px 9px 0 0;
                }
		
		#ADAMSearchBox {
    		border: medium none;
    		margin-bottom: 0 !important;
    		margin-left: 18px;
    		margin-right: 0;
    		margin-top: 14px;
    		width: 140px;
		}

		
		#cam-u-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-u-right-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-right-col {
			width: 50%;
			float: left;
		}
		
		#browse-a-z-nav {
			width: 375px;
			height: 40px;
			background: url(../img/browse-a-z-bg.png) no-repeat;
			float: left;
			position: absolute;
			top: 40px;
			right: 6px;
			display: none;
			z-index: 503;
		}
		
		input, textarea {
	
	/*-webkit-appearance: none;*/
	-webkit-border-radius: 0;

}
	}	


	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		#secondary {
    	width: 31.25%;
    	float: right;
		}
                
        #browse-a-z-hm1 a {
            color: #093d69;
            font-family: Arial,helvetica,Sans-Serif;
            font-size: 10px;
            position: absolute;
            top: 18px;
            right: 82px;
        }
                
        #hm-search1 {
            background: url("../img/se-search-bg.png") no-repeat scroll 0 0 transparent;
            height: 52px;
            width: 297px;
            z-index: 100;
            float: right;
            position: relative;
            margin: 6px 9px 0 0;
        }
        #autoSearchTitle{
            border: 2px solid #6f3f00; 
            float: right; 
            left: 290px; 
            position: relative; 
            top: 66px; 
            z-index: 500; 
            width:280px; 
            display:none; 
            background-color:white;
        }
		#ADAMSearchBox {
    		border: medium none;
    		margin-bottom: 0 !important;
    		margin-left: 18px;
    		margin-right: 0;
    		margin-top: 14px;
    		width: 140px;
		}

		
		#ADAMprimary {
    		clear: both;
    		float: left;
    		margin-right: 0;
    		padding-right: 3px;
    		width: 68.75%;
    		background: #fff;
		}
		
		.secondary-inner {
			width: auto;
			margin-left: 0px;
			background: #fff;
			padding: 15px 10px 0px 0;
			margin-bottom: 10px;
			overflow: hidden;
		}
		
		.secondary-inner-2 {
			width: auto;
			margin-left: 10px;
			padding: 0px;
			margin-bottom: 10px;
			overflow: auto;
		}
		
		#cam-u-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-u-right-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-right-col {
			width: 50%;
			float: left;
		}
		
		#browse-a-z-nav {
			width: 375px;
			height: 40px;
			background: url(../img/browse-a-z-bg.png) no-repeat;
			float: left;
			position: absolute;
			top: 40px;
			right: 6px;
			display: none;
			z-index: 503;
		}
		
		input, textarea {
	
	/*-webkit-appearance: none;*/
	-webkit-border-radius: 0;

}
		
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
		#ADAMprimary {
    		clear: both;
    		float: left;
    		margin-right: 0;
    		padding-right: 3px;
    		width: 100%;
    		background: #fff;
		}
                
        #browse-a-z-hm1 a {
            color: #093d69;
            font-family: Arial,helvetica,Sans-Serif;
            font-size: 10px;
            position: absolute;
            top: 18px;
            right: 82px;
        }
		#hm-search1 #browse-a-z-nav ul {
            padding: 9px 0 0 16px;
        }
		#ADAMSearchBox {
    		border: medium none;
    		margin-bottom: 0 !important;
    		margin-left: 18px;
    		margin-right: 0;
    		margin-top: 14px;
    		width: 140px;
		}

		
		#secondary {
    	width: 100%;
    	float: right;
		}
		
		.secondary-inner {
			width: auto;
			margin-left: 0px;
			background: #fff;
			padding: 15px 10px 0px 0;
			margin-bottom: 10px;
			overflow: hidden;
		}
		
		.secondary-inner-2 {
			width: auto;
			margin-left: 0px;
			padding: 0px;
			margin-bottom: 10px;
			overflow: auto;
		}
		
		#cam-u-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-u-right-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-right-col {
			width: 50%;
			float: left;
		}
		
		#hm-search1 {
    	background: url("../img/se-search-bg.png") no-repeat scroll 0 0 transparent;
    	float: right;
    	height: 52px;
    	margin: 6px 10px 0 0;
    	position: relative;
    	width: 297px;
    	z-index: 100;
		}
		
		#browse-a-z-nav {
			width: 375px;
			height: 40px;
			background: url(../img/browse-a-z-bg.png) no-repeat;
			float: left;
			position: absolute;
			top: 40px;
			right: 6px;
			display: none;
			z-index: 503;
		}

input, textarea {
	
	/*-webkit-appearance: none;*/
	-webkit-border-radius: 0;

}
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#secondary {
                    width: 100%;
                    float: right;
		}
                
        #hm-search1 {
            background: #fff;
            float: right;
            height: 38px;
            margin: 10px 10px 10px 20px;
            position: relative;
            width: 80%;
            z-index: 100;
            padding: 7px 0 0 0px!important;
        }
                
        #browse-a-z-hm1 a {
            color: #093d69;
            font-family: Arial,helvetica,Sans-Serif;
            font-size: 10px;
            position: absolute;
            top: 18px;
            right: 82px;
        }
		#autoSearchTitle{
            border: 2px solid #6f3f00; 
            float: right; 
            left: 290px; 
            position: relative; 
            top: 66px; 
            z-index: 500; 
            width:280px; 
            display:none; 
            background-color:white;
        }
		#ADAMSearchBox {
    		border: medium none;
    		margin-bottom: 0 !important;
    		margin-left: 18px;
    		margin-right: 0;
    		margin-top: 7px;
    		width: 140px;
		}
		
		#ADAMprimary {
    		border-right: none;
    		clear: both;
    		float: left;
    		margin-right: 0;
    		padding-right: 3px;
    		width: 100%;
    		background: #fff;
		}
		
		.secondary-inner {
			width: auto;
			margin-left: 0px;
			background: #fff;
			padding: 15px 10px 0px 0;
			margin-bottom: 10px;
			overflow: hidden;
		}
		
		.secondary-inner-2 {
			width: auto;
			margin-left: 0px;
			padding: 0px;
			margin-bottom: 10px;
			overflow: auto;
		}
		
		#cam-u-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-u-right-col {
			width: 50%;
			float: left;
			
		}
		
		#cam-l-left-col {
			width: 50%;
			float: left;
		}
		
		#cam-l-right-col {
			width: 50%;
			float: left;
		}
		
		#browse-a-z-nav {
			width: 104%;
			background: #fff;
			/*border: 1px solid #eee;*/
			float: left;
			position: absolute;
			top: 40px;
			right: -9px;
			display: none;
			z-index: 503;
			height: auto;
			/*background: url(../img/browse-a-z-bg.png) no-repeat;*/
background: url('../img/browse-a-z-bg.png') no-repeat scroll 0% 0% / 305px auto transparent;
		}
        #browse-a-z-nav ul li 
        {
            margin-right : 2px;
        }
        #browse-a-z-nav ul li a 
        {
            font-size : 12px;
        }
        #hm-search1 #browse-a-z-nav ul 
        {
            padding:4px 0px 0px 15px;
        }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 639px) {
            #hm-search1 {
    		background: #fff;
    		float: right;
    		height: 38px;
    		margin: 10px 10px 10px 20px;
    		position: relative;
    		width: 80%;
    		z-index: 100;
                padding: 7px 0 0 0px!important;
		}
		
		#hm-search1 {
    		background: #fff;
    		float: right;
    		height: 38px;
    		margin: 10px 10px 10px 20px;
    		position: relative;
    		width: 95%;
    		z-index: 100;
		}
		#autoSearchTitle{
            border: 2px solid #6f3f00; 
            float: right; 
            left: -20px; 
            position: relative; 
            top: 1px; 
            z-index: 500; 
            width:280px; 
            display:none; 
            background-color:white;
        }
        }

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {		
		#cam-u-left-col {
			width: 100%;
			float: left;
		}
                
        #browse-a-z-hm1 a {
            color: #093d69;
            font-family: Arial,helvetica,Sans-Serif;
            font-size: 10px;
            position: absolute;
            top: 15px;
            right: 19px;
        }
		#autoSearchTitle{
            border: 2px solid #6f3f00; 
            float: right; 
            left: -20px; 
            position: relative; 
            top: 1px; 
            z-index: 500; 
            width:280px; 
            display:none; 
            background-color:white;
        }
		#cam-u-right-col {
			width: 100%;
			float: left;
			clear: left;
			
		}
	
		#cam-l-left-col {
			width: 100%;
			float: left;
		}
		
		#cam-l-right-col {
			width: 100%;
			float: left;
			clear: left;
		}
		
		#ADAMSearchBox {
			float: left!important;
			margin-top: 4px;
		}
		
		#hm-search1 {
    		background: #fff;
    		float: right;
    		height: 38px;
    		margin: 10px 10px 10px 20px;
    		position: relative;
    		width: 95%;
    		z-index: 100;
		}
		
		#hm-search1 {
			padding: 7px 0 0 0px!important;
		}
	
	}

	

 


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x =================================================== */
}



/* =960 Browser Default Styles
----------------------------------------------- */

#branding {
    background: url("../img/se-banner-bg.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 70px;
    width: 100%;
}

#branding h1 {
	text-indent: -3000px;
}

#header-inner {
	height: 100%;
}

#head-inner {
    margin: 0 5%;
    min-height: 70px;
    position: relative;
    width: 90%;
}

.se-logo {
	display: block;
    height: 68px;
    width: 292px;
    left: 0px;
    overflow: visible;
    position: absolute;
    padding-left :9px;
    /*background: url(../img/se3-logo.png) no-repeat 9px 0px;*/
    cursor: pointer;
}

a#home-btn {
  display: block;
  width: 292px;
  height: 65px;
}

h1#site-title {
    height: 68px;
    left: 0;
    position: absolute;
    top: 0;
}

h1#site-title {
    display: inline;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

#ADAMmain {
    padding: 10px;
    clear: both;
    margin-top: 0px;
    /*overflow: auto;*/
    background: #f3f4f6;
    float:left;
    width:100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

#ADAMprimary .inner {
   
    padding: 2%;
}

#ADAMprimary .inner {
    padding-bottom: 40px;
    padding-top: 25px;
}


#primary-search .inner {
   
    padding: 2%;
}

#primary-search .inner {
    padding-bottom: 40px;
}


.se-article {
	float: left;
}

#adam-content {
	width: auto;
	position: relative;
	margin: 0px;
	
}

#secondary {
	background: #F3F4F6;
	
}



span#alt-names {
	color:#747474;
	font-size: .8em;
}

ul#smart-media-nav {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

ul#smart-media-nav li {
	display: inline;
	float: left;
	width: 22.7%;
	height: 44px;
	margin-right: 3%;
	background: #fff;
	line-height: 44px;
	text-align: center;
}

ul#smart-media-nav li a {
	text-decoration: none;
}

a#all-btn {
	display: block;
	width: auto;
	height: 44px;
	background: #fff;
	color: #6f3f00;
	font-weight: bold;
	
}

a#all-btn:hover {
	color: #fff !important; /*HS ! Important*/
	background: #6f3f00;
}

a#video-btn {
	display: block;
	width: auto;
	height: 44px;
	background: #fff;
	color: #6f3f00;
	font-weight: bold;
}

a#video-btn:hover {
	color: #fff !important; /*HS ! Important*/
	background: #6f3f00;
}

a#img-btn {
	display: block;
	width: auto;
	height: 44px;
	background: #fff;
	color: #6f3f00;
	font-weight: bold;
}

a#img-btn:hover {
	color: #fff !important; /*HS ! Important*/
	background: #6f3f00;
}

a#tog-btn {
	display: block;
	width: auto;
	height: 44px;
	background: #fff;
	color: #6f3f00;
	font-weight: bold;
	background: url(../img/tog-btn.png) no-repeat 50% 50%;
	text-indent: -2500px;
}

/* .active {
	color: #fff;
	background: #6f3f00 url(../img/tog-btn-wt.png) no-repeat 50% 50%!important;
} */

.tab-active {
	color: #fff;
	background: #6f3f00 url(../img/tog-btn-wt.png) no-repeat 50% 50%!important;
}

a#tog-btn:hover {
	color: #fff;
	background: #6f3f00 url(../img/tog-btn-wt.png) no-repeat 50% 50%;
}

ul.smb-all {
	margin: 0 0 0 7px !important;
	list-style: none;
	float: left;
}

ul.smb-all li {
	margin-bottom: 10px;
	float: left;
	clear: both;
	
}

/*
.smb-th {
	background: url(../img/tnail-bg.png) no-repeat;
	width: 113px;
	height: 78px;
	float: left;
}
*/



#player1 {
	max-width: 640px !important;
	max-height: 360px !important;
}

.smb-th {
			background: url(../img/smb-tnail.png) no-repeat;
			width: 141px;
			height: 116px;
			float: left;
			position:relative;
			margin-bottom: 5px;
		}

		/*.smb-title {
		    float: left;
		    margin-left: 5px;
		} */
		
		.smb-asset {
			margin: 0px 0 0 0px;
			border: 1px solid #000;
		}
		
		
				
		.video-th {
			display: block;
			width: 125px;
			height: 100px;
			margin: 7px 0 0 7px !important;
		}
		
		.video-overlay {
			background: url(../img/movie-th-off.png) no-repeat;
			width: 141px;
			height: 116px;
			z-index: 50px;
			position: absolute;
			top: 0;
			left: 0px;
			z-index: 50;
			
		}
		
		
		.scrub-bar-overlay {
		
		}
		
		.image-overlay {
			
			width: 141px;
			height: 116px;
			z-index: 50px;
			position: absolute;
			top: 0;
			left: 0px;
			z-index: 50;
			
		}
		
		.pres-overlay {
			
			width: 141px;
			height: 116px;
			z-index: 50px;
			position: absolute;
			top: 0;
			left: 0px;
			z-index: 50;
			
		}
		

		
		/* These are needed for setting relative context and positioning the video overlay */
		
		#th-1 {
			position: relative;
		}
		
		#th-2 {
			position: relative;
		}
		
		#th-3 {
			position: relative;
		}
		
		#th-4 {
			position: relative;
		}
		
		#th-5 {
			position: relative;
		}
		
		#th-6 {
			position: relative;
		}
		
		#th-7 {
			position: relative;
		}
		
		#th-8 {
			position: relative;
		}
		
		#th-9 {
			position: relative;
		}
		
		#th-10 {
			position: relative;
		}
		
		#th-11 {
			position: relative;
		}
		
		#th-12 {
			position: relative;
		}
		
		#th-13 {
			position: relative;
		}
		
		#th-14 {
			position: relative;
		}
		
		#th-15 {
			position: relative;
		}
		
		#th-16 {
			position: relative;
		}
		
		#th-17 {
			position: relative;
		}
		
		#th-18 {
			position: relative;
		}
		
		#th-19 {
			position: relative;
		}
		
		#th-20 {
			position: relative;
		}
		
		#th-21 {
			position: relative;
		}
		
		#th-22 {
			position: relative;
		}
		
		#th-23 {
			position: relative;
		}
		
		#th-24 {
			position: relative;
		}
		
		#th-25 {
			position: relative;
		}
		
		#th-26 {
			position: relative;
		}
		
		#th-27 {
			position: relative;
		}
		
		.light-box-center {
		   width: 640px;
		   height: 431px;
		   position: absolute;
		   left: 50%;
		   top: 50%; 
		   margin-left: -320px;
		   margin-top: -215px;	
		}
		
		.image-box-center {
		   /*OLD
width: 400px;
		   height: 420px;
		   position: absolute;
		   left: 50%;
		   top: 50%; 
		   margin-left: -200px;
		   margin-top: -210px;	
*/
position:  fixed;
		}
		/*
		.video-subtitle-bar {
			background: #eee;
			width: 100%;
			height: 70px;
            border-right: 1px solid #000;
			border-left: 1px solid #000;
			border-bottom: 1px solid #000;
			margin-left: -1px;
		}
		
		.image-box-center {		 
		   position: absolute;		   
		}*/

		.video-subtitle-bar {
			background: #eee;
			/*width: 100%;*/
			height: 70px;
			border-top: 1px solid #000;			
			/*margin-left: 15px;*/
			display: inline-table;
		}

		
		.image-subtitle-bar {
			background: #eee;
			width: 100%;
			height: 70px;
			margin-top: -9px;
border-right: 1px solid #000;
			border-left: 1px solid #000;
			border-bottom: 1px solid #000;
			margin-left: -1px;
}
		
		.search-image {
			width: 100%;
			height: auto;
		}
		
		.search-image-subtitle-bar {
			background: #eee;
			width: 100%;
			/*margin-top: -8px;
			border-right: 1px solid #000;
			border-left: 1px solid #000;
			border-bottom: 1px solid #000;*/
			border-top: 1px solid #000;
			margin-left: -1px;
			/*overflow: auto;*/
			overflow:hidden;
			
		}
		
		.search-image-subtitle-bar-page {
			background: #eee;
			width: 100%;
			margin-top: -8px;
			border-right: 1px solid #000;
			border-left: 1px solid #000;
			border-bottom: 1px solid #000;
			/*border-top: 1px solid #000;*/
			margin-left: -1px;
			overflow: auto;
			overflow:hidden;
		}
		
		.search-image-subtitle-bar-video {
			background: #eee;
			width: 100%;
			margin-top: -25px;
			/* border-right: 1px solid #000; */
			border-left: 1px solid #000;
			border-bottom: 1px solid #000;
			margin-left: -1px;
			overflow: auto;
			
		}
		
		.search-results-image {
			max-width: 400px;
			margin: 0 auto;
			clear: both;
			/*border-left: 1px solid #000;
			border-right: 1px solid #000;
			border-top: 1px solid #000;*/
			margin:15px;
			color:White;
		}
		.search-results-image-page {
			max-width: 400px;
			margin: 0 auto;
			clear: both;
			border-left: 1px solid #000;
			border-right: 1px solid #000;
			border-top: 1px solid #000;
			box-shadow: 0 1px 5px 0 #4a4a4a;
		}
		
		.search-results-image-video {
			max-width: 638px;
			margin: 0 auto;
			clear: both;
			border-left: 1px solid #000;
			border-right: 1px solid #000;
			border-top: 1px solid #000;
			box-shadow: 0 1px 5px 0 #4a4a4a;
		}
		
		.video-sub-title {
			float: left;
			color: #464748;
    		font-weight: bold;
    		text-align: left;
			margin: 10px 0 0 15px;
		}
		
		.video-sub-p {
			float: left;
			clear:left;
			color: #464748;
    		font-weight: normal;
    		text-align: left;
			margin: 0 0 0 15px;
		}
		
		.video-cls-btn {
			background: url(../img/button_lightbox_close.png) no-repeat;
			width:38px;
			height: 38px;
			position: absolute;
			/*top: -19px;
			right: -19px;*/
			top: -34px;
			right: -34px;
			z-index: 60;
			text-decoration: none;

		}
		
        .illustration-cls-btn {
			background: url(../img/button_lightbox_close.png) no-repeat;
			width:38px;
			height: 38px;
			position: absolute;
			top: -19px;
			right: -19px;
		/*	top: -34px;
			right: -34px;*/
			z-index: 60;
			text-decoration: none !important;
		}
		.video-lightbox {
			position: relative;
			margin:15px;
		}
		
		
		
		.video-overlay:hover {
			background: url(../img/movie-th-on.png) no-repeat;
			width: 141px;
			height: 116px;
			z-index: 50px;
			position: absolute;
			/*position:relative;*/
			top: 0;
			left: 0px;
			z-index: 50;
			
		}
		
		
	
		
		.image-overlay:hover {
			background: url(../img/image-th-on.png) no-repeat;
			width: 141px;
			height: 116px;
			z-index: 50px;
			position: absolute;
			top: 0;
			left: 0px;
			z-index: 50;
			
		}
		
		.pres-overlay:hover {
			background: url(../img/pres-th-on.png) no-repeat;
			width: 141px;
			height: 116px;
			z-index: 50px;
			position: absolute;
			top: 0;
			left: 0px;
			z-index: 50;
			
		}
		
	 	ul#search-nav {
		   list-style: none;
		   width: 302px;
		   margin: 0px;
		   padding: 0px 0px 9px 0px;
		   background: #F3F4F6;
		   height: 45px;
		   
		}
		
		ul#search-nav li {
			display: inline;
			float: left;
			width: 91px;
			height: 44px;
			margin-right: 3%;
			background: #fff;
			line-height: 44px;
			text-align: center;
		}

		ul#search-nav li a {
			text-decoration: none;
		}
		
		.se-search-results {
			margin: 0;
			list-style: none;
		}

		.se-search-results li.odd {
			clear: both;
			background: #F7F3E7;
			padding: 2px 8px 2px 8px;
			/*height: 28px;*/
			line-height: 28px;
			overflow:hidden;
		}

		.se-search-results li.even {
			clear: both;
			padding: 2px 8px 2px 8px;
			height: 28px;
			line-height: 28px;
		}
		
		ul#search-nav li a.highlight {
			background: #093d69!important;
			color: #fff!important;
		}
		
		.se-article-type {
			float: right;
			line-height: 28px;
			height: 28px;
			display: block;
		}
		
		ul#search-nav li a.highlight {
    		background: none repeat scroll 0 0 #093d69 !important;
    		color: #FFFFFF !important;
		}
		
		.se-search-pagination {
			float: right;
			width: 75px;
			height: 46px;
			line-height: 46px;
		}
.se-search-images {
			float: right;
			width: 37px;
			height: 46px;
			line-height: 46px;
			margin-top: -60px;
		}


		
		/* pasted from global */
		
		
		
		/* CAM */
		#cam-upper-nav {
			width: 100%;
		}
		
		
		
		#cam-lower-nav {
			width: 100%;
		}
		
		
/*Newly added*/

#hm-search1 {
    background: url("../img/se-search-bg.png") no-repeat scroll 0 0 transparent;
    height: 52px;
    width: 297px;
    z-index: 100;
    float: right;
    position: relative;
    margin: 6px 17px 0 0;
}

#browse-a-z-hm1 a {
    color: #093d69;
    font-family: Arial,helvetica,Sans-Serif;
    font-size: 10px;
    position: absolute;
    top: 18px;
    right: 82px;
}


		

.embdMsg {
	background: #fdf6e4;
	padding: 10px;
	width: auto; 
	margin: 10px 0 20px 0;
	display:none;
}

.embdMsg p {
	color: #6f3f00;
	font-weight:bold;
	margin: 0px;
}

input {
background: #fff;
border: none;
line-height: 1.625em;
height: 1.625em;
}
.vjs-poster{
 height:100% !important;
}
.video-js{
clear:both;
}  

/*Copied from XSLT*/
#autoSearchUL>li:hover {
background: #c0c0c0;
}
/*.selected {background: #c0c0c0}*/
.az A:link {font-family: Arial, Helvetica, sans-serif; text-decoration:none; font-size: 12px; font-weight: bold; color: #093A6B;}
.az A:visited {font-family: Arial, Helvetica, sans-serif; text-decoration:none; font-size: 12px; font-weight: bold; color: #093A6B;}
.az A:active {font-family: Arial, Helvetica, sans-serif; text-decoration:none; font-size: 12px; font-weight: bold; color: #093A6B;}
.az A:hover {font-family: Arial, Helvetica, sans-serif; text-decoration:underline; font-size: 12px; font-weight: bold; color: #093A6B;}

.ADAMContent{
text-align:left;
}
#primary-menu, .signup, #colophon .container{
	line-height: 1.5;
}

#colophon .container .col-md-9 > ul{
	margin:0;
}
#searchClick{
	box-shadow: none;
}
.selected {background: #c0c0c0;}			

/* .brown_bg{
	margin-top:0;
} */
.close{opacity:1 !important;}
#quiz-ui .slider{
	top: 0;
    width: 100%;
}
.quiz-pad table{
	width: auto;
}
.quiz-pad input{
	margin: 0;
}

#searchbtn #searchClick
{
box-shadow:none !important;    
}
.fb img {
    margin-right: -1px;
    padding-top: 2px;
}
.social_icons{left:-1px;}
.tw img {
    margin-left: 2px;
    margin-right: 4px;
    padding-top: 2px;
}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/