/*
=======================================
Global Styles
=======================================
*/

/*
SITE COLORS
-------------------------------------
black (base text color): #444
blue: #039
dark gray: #4d4d4d
med gray (border lines): #c0c0c0
light gray (border lines): #e9e9e9
green: #399


FONTS
-------------------------------------
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-family: palatino, "Times New Roman", times, serif;

*/


html {
   color: #444;
   overflow-x: hidden;
}

body {
   background: #e6e6e6;
   color: #444;
   font-size: 13px;
   letter-spacing: 0.02em;
   line-height: 1.5;
   margin: 0;
   padding: 0;
}

a {
   color: #399;
}

a:hover {
   color: #399;
   text-decoration: underline;
}

/* Import Web Fonts */
/* mdm - take out import */
/*@import url(http://fonts.googleapis.com/css?family=Anton);*/
/* font-family: 'Anton','Helvetica Neue',Helvetica,Arial,sans-serif; */


/* Build-out File Reference */
#build-out-ref-file {
    margin-bottom: 15px;
    
    display: none;
}

#build-out-ref-file span {
    background: #ffc;
    border: 2px dotted #ddd;
    color: #888;
    display: inline-block;
    letter-spacing: 0;
    padding: 5px 10px;
}

#build-out-ref-file span:before {
    content: "File used: ";
    display: inline-block;
    margin-right: 0.5em;
}
/* END: Build-out File Reference */


/* Hide/Show elements */
.mobile-only {
    display: none !important;
}

.hide-from-mobile {
    
}
/* END: Hide/Show elements */

#page {
   background: #fff;
}

#admin-menu, 
#admin-menu .dropdown {
   z-index: 9999;
}

#skip {
   display: none;
}

.inner {
    position: relative;
}

/*
---------------------------
Header
---------------------------
*/
#header {
   position: relative;
}

#header .header-inner {
   margin: 0;
   padding: 0;
   position: absolute;
   width: 100%;
   z-index: 999;
}

/*
Logo & Toggle buttons
-----------------------
*/
#toggle-region {
   margin: 10px 0;
   padding: 0;
   position: relative;
   z-index: 999;
}

#toggle-region #logo {
   background: #039;
   display: block;
   min-height: 72px;
   padding: 15px 15px 15px 25px;
}

#toggle-region #logo img {
    height: auto;
    max-width: 230px;
    vertical-align: middle;
    width: 100%;
}

#toggle-region .btn.toggle {
   background: #f0f0f0 url(../images/icons/sprite-toggle.png) no-repeat center 0;
   border: 1px solid #bbb;
   border-radius: 3px;
   -moz-border-radius: 3px;
   display: block;
   margin: 0;
   outline: none;
   position: absolute;
   text-indent: -9999px;
   height: 28px;
   width: 32px; 
   z-index: 9999;
   
   display: none;
}

#toggle-region .btn.navbar-toggle {
   background-position: center -115px;
   bottom: 10px; 
   left: 10px; 
}

#toggle-region .btn.search-toggle {
   background-position: center -35px;
   bottom: 10px; 
   right: 10px; 
}


/*
Collapse region
-----------------------
*/
#collapse-region {
    margin: 18px 0;
    padding: 0;
}

/*
Navigation
*/
#navigation .nav,
#navigation .nav .dropup, 
#navigation .nav .dropdown, 
#navigation .nav .collapse {
    position: static;
}

#collapse-region #navigation {
   padding: 0;
   width: 100%;
}

#navigation ul.nav {
    background: url("/images/opaque-60.png") repeat 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.not-front.not-hub-page #navigation ul.nav {
    background: url("/images/opaque-80.png") repeat 0 0;
}

#navigation ul.nav.nav-row-01 {
    margin-bottom: 8px;
}

#navigation ul.nav li {
    padding: 5px 0;
}

#navigation ul.nav ul.dropdown-menu {
    font-size: inherit;
}

#navigation ul.nav li > a {
    border-left: 1px solid #eaaf00;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.08em;
    line-height: 1em;
    padding: 2px 15px;
}

#navigation ul.nav li:first-child > a {
    border: none;
}

#navigation ul.nav .open > a,
#navigation ul.nav .open > a:hover,
#navigation ul.nav .open > a:focus,
#navigation ul.nav li > a:focus,
#navigation ul.nav li > a:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}

#navigation ul.nav.nav-row-01 li > a {
    border-color: #eaaf00;
}

#navigation ul.nav.nav-row-02 li > a {
    border-color: #a8dbc0;
}

/*
Mega menus
*/
#navigation li.dropdown.mega-menu {
    
}

#navigation li.dropdown.mega-menu.open {
    background: #fff;
}

#navigation li.dropdown.mega-menu.open > a {
    background: #fff;
    color: #399;
    text-decoration: none;
}

#navigation li.dropdown.mega-menu ul.dropdown-menu  {
    border: none;
    padding: 15px;
}

#navigation li.dropdown.mega-menu ul.dropdown-menu li  {
    border: none;
    padding: 0;
}

#navigation li.dropdown.mega-menu .mega-menu-content {
    background: url("../images/dot-light-gray.png") repeat-y 32.5% 0;
}

#navigation li.dropdown.mega-menu .mega-menu-content .row {
    background: url("../images/dot-light-gray.png") repeat-y 66.5% 0;
}

#navigation li.dropdown.mega-menu .mega-menu-content .title {
    background: #e6e6e6;
    border-bottom: 6px solid #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.1em;
	font-weight: normal;
	margin: 0;
    padding: 4px 6px;
	/*text-transform: uppercase;*/
}

#navigation li.dropdown.mega-menu .mega-menu-content h5 {
    border: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.1em;
	font-weight: normal;
    margin: 5px 0;
    padding: 0 6px;
}

#navigation li.dropdown.mega-menu .mega-menu-content ul {
    margin: -3px 0 5px 0;
    padding-left: 30px;
}

#navigation li.dropdown.mega-menu .mega-menu-content ul li {
    border: none;
    margin: 0;
    padding: 0;
}

#navigation li.dropdown.mega-menu .mega-menu-content ul a {
    border: none;
    color: #399;
	font-size: 0.9em;
	letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
}


/*
Search box
*/
#collapse-region #top-search {
   display: inline-block;
   position: absolute;
   right: 0;
   top: 0;
}

#collapse-region #top-search label {
	display: none;
}

#collapse-region #top-search .form-group {
    display: inline-block;
    height: 25px;
    float: left;
    margin-bottom: 0;
}

#collapse-region #top-search input[type="text"] {
    background: #fff url("/images/btn-pointer-blue.png") no-repeat right center;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-color: #bbb;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    box-shadow: none;
    font-size: 11px;
    height: 25px;
    padding: 5px;
    width: 150px;
}

#collapse-region #top-search .btn-search {
    background: #039;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    font-size: 10px;
    height: 25px;
    padding: 5px 26px 5px 10px;
}

/*
Header photo
*/
#header-photo {
    position: relative;
}

#header-photo img.item-object {
    height: auto;
    width: 100%;
}

#header-photo .item-body {
    bottom: 40px;
    position: absolute;
}

#header-photo .item-body .item-heading {
    background: #039;
    color: #fff;
	display: inline-block;
    font-weight: bold;
    font-size: 26px;
    line-height: 1em;
    margin: 0 0 10px 0;
	padding: 15px 55px;
}

#header-photo .item-body .item-description {
    background: url("/images/opaque-60.png") repeat 0 0;
    color: #fff;
    line-height: 1.3em;
    padding: 10px 15px;
}

/* sub pages */
.not-front #header-photo {
	min-height: 100px;
}

.not-front #header-photo .item {
    min-height: 160px;
}

.not-front #header-photo img {
	display: none;
}

.not-front.hub-page.section-about #header-photo img.about {display: block;}
.not-front.hub-page.section-contact #header-photo img.default {display: block;}
.not-front.hub-page.section-newsroom #header-photo img.newsroom {display: block;}
.not-front.hub-page.section-resources #header-photo img.default {display: block;}
.not-front.hub-page.section-science #header-photo img.science {display: block;}
.not-front.hub-page.section-visit #header-photo img.visit {display: block;}


#header-photo .item-body.header-title {
	bottom: 30px;
	right: 0;
	text-align: right;
	width: 100%;
}

.not-front.not-hub-page #header-photo .item-body.header-title {
    bottom: 0;
}

#header-photo .item-body.header-title h1 {
	background: #039;
    border: none;
	color: #fff;
	display: inline-block;
	margin: 0;
	min-width: 45%;
	padding: 10px 30px;
	text-align: right;
}

/*
---------------------------
END: Header
---------------------------
*/



/*
---------------------------
Main Content
---------------------------
*/
#main {
   position: relative;
}

#main .main-inner {
   /*min-height: 300px;
   overflow: hidden;*/
   overflow: visible;
   padding: 15px;
   position: relative;
}

#main #content .content-inner {
	min-height: 400px;
	position: relative;
}

/*.not-front #main #content .content-inner*/
.not-front #main .main-inner {
   padding-top: 30px;
}


/* Last modified */
#main .last-modified {
	clear: both;
    color: #999;
    font-size: 0.9em;
	width: 100%;
}

#main .last-modified a {
    color: #999;
}

#main .last-modified a:hover {
    color: #399;
}

#main .last-modified:before,
#main .last-modified:after {
	content: " ";
    display: table;
}

#main .last-modified .last-modified-inner {
	border-top: 1px dotted #ccc;
	margin: 40px 0 0 0;
	padding: 8px 0;
}

#main .last-modified ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#main .last-modified ul li {
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0.75em;
}

#main .last-modified ul li.title {
	padding: 0;
}

#main .last-modified ul li.title:after {
	content: ":";
}

#main .last-modified ul li.date {
	padding-left: 0.2em;
}

#main .last-modified ul li.email {
	border-left: 1px solid #ccc;
}


/* content sidebar */
#main #content .content-sidebar {
    background: #e6e6e6;
    border: 1px solid #bbb;
    float: right;
    margin: 0 0 15px 15px;
    padding: 10px;
    width: 30%;
}

#main #content .content-sidebar .block {
    
}

#main #content .content-sidebar .block-inner {
    
}

#main #content .content-sidebar .block .block-title {
    margin: 0 0 10px 0;
    padding: 0 0 3px 0;
}

@media (max-width: 480px) {
    #main #content .content-sidebar {
        float: none;
        margin: 15px 0;
        padding: 10px;
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    #main #content .content-sidebar {
        float: none;
        margin: 15px 0;
        padding: 10px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #main #content .content-sidebar {
        width: 40%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    
}


/*
---------------------------
END: Main Content
---------------------------
*/




/*
---------------------------
Sidebars
---------------------------
*/

#sidebar-first {
	padding-left: 0;
}

/* sidebar toggle */
#toggle-region-v2,
#toggle-region-v2 .btn.toggle {
   display: none;
}

/*
Left Nav
---------------------
*/
#secondary-menu {
}

#secondary-menu ul {
	float: none;
	margin: 0;
	padding: 0;
}

#secondary-menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	
	display: none; /* Hide initially */
}

#secondary-menu ul a {
	background: #399;
	color: #fff;
	display: block;
	float: none;
	font-size: 1.4em;
	padding: 3px 6px;
	text-decoration: none;
	width: auto;
}

#secondary-menu ul a:hover {
	background: #399;
    color: #fff;
}

/*
1st level children
*/
#secondary-menu ul ul {
	border: none;
    border-color: #a8dbc0; /* #399 */
    border-style: solid;
    border-width: 4px 4px 0 0;
	box-shadow: none;
    padding: 10px 10px 10px 0 !important;
	position: relative;
}

#secondary-menu ul ul,
#secondary-menu ul ul li {
	display: block;
	font-size: inherit;
	float: none;
	margin: 0;
	padding: 0;
}

#secondary-menu ul ul a {
	background: #f0f0f0;
	border-bottom: 1px solid #ccc;
	color: #444;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding: 4px 6px;
	text-transform: none;
}

#secondary-menu ul ul a:hover {
	background: #ddd;
    color: #444;
}

/*
2nd level children
*/
#secondary-menu ul ul ul {
	border: none;
    padding: 5px 0 10px 0 !important;
    
    display: none;
}

#secondary-menu ul ul ul a {
	background: url("../images/icons/bullet-square-lightgray.png") no-repeat 6px 9px;
	border: none;
	padding: 2px 6px 2px 18px;
}

#secondary-menu ul ul ul a:hover {
	/*background: #399;*/
	background: #ddd url("../images/icons/bullet-square-lightgray.png") no-repeat 6px 9px;
}

/*
Show/Hide Sections
--------------------------
*/

/* Contact */
.section-contact #secondary-menu ul li.contact {display: block;}

/* About */
.section-about #secondary-menu ul li.about {display: block;}

/* Science */
.section-science #secondary-menu ul li.science {display: block;}
.section-science.section-particle-physics #secondary-menu ul li.science ul li.particle-physics ul {display: block;}
.section-science.section-particle-accelerators #secondary-menu ul li.science ul li.particle-accelerators ul {display: block;}
.section-science.section-particle-physics-101 #secondary-menu ul li.science ul li.particle-physics-101 ul {display: block;}

/* Newsroom */
.section-newsroom #secondary-menu ul li.newsroom {display: block;}

/* Visit */
.section-visit #secondary-menu ul li.visit {display: block;}

/* Resources */
.section-resources #secondary-menu ul li.resources {display: block;}

/*
---------------------------
END: Sidebars
---------------------------
*/



/*
---------------------------
Footer
---------------------------
*/
#footer {
   border-top: 2px solid #e9e9e9;
   font-size: 0.9em;
   padding: 0 0 20px 0;
   position: relative;
}

#footer .footer-inner {
   padding: 20px;
   position: relative;
}

#footer .footer-logos {
    margin: 0 0 20px 0;
}

#footer .footer-logos #logo-doe {
	height: auto;
    margin-right: 20px;
    width: 55%;
    max-width: 192px;
}

#footer .footer-logos #logo-fra {
	height: auto;
    width: 35%;
    max-width: 114px;
}

#footer .footer-text {
    color: #4d4d4d;
    font-weight: bold;
    margin: 0 0 20px 15%;
}

#footer .footer-text a {
    color: #4d4d4d;
}

#footer .footer-legal {
    margin-left: 15%;
}

#footer #footer-right .column {
    text-align: right;
}

#footer #footer-right .column:first-child {
    text-align: left;
}

#footer #footer-right .title {
    margin-bottom: 5px;
}
/*
---------------------------
END: Footer
---------------------------
*/




/*
---------------------------
Blocks
---------------------------
*/
.block {
    margin: 0 0 20px 0;
}

.block-title {
    border-bottom: 2px solid #c0c0c0;
    margin: 0 0 15px 0;
    padding: 0 0 3px 0;
}

.block .entry {
    display: block;
    line-height: 1.3em;
    margin: 0 0 20px 0;
    overflow: hidden;
    width: 100%;
}

.block .entry .entry-group {
    
}

.block .entry .entry-group .title {
    margin: 0;
    padding: 0;
}

.block .entry .entry-group .description {
    margin: 0 0 5px 0;
    padding: 0;
}

.block .entry .entry-group .link {
    font-size: 0.9em;
}

.block .entry .entry-group .link a:after {
    content: ">";
    display: inline-block;
    margin: 0 0 0 2px;
}
/*
---------------------------
END: Blocks
---------------------------
*/



/*
---------------------------
Typography
---------------------------
*/
h1, h2, h3, h4, h5, h6, h7 {
	color: #039;
	font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
}

h1 { /* reserved for header title */
    font-size: 2.6em;
	letter-spacing: 0;
}

h2 {
    font-size: 1.9em;
}

.page-title,
#main .content-inner h2:first-child {
    border-bottom: 1px solid #ddd;
    font-size: 2.3em;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 0.1em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
    margin-bottom: 0.1em;
}

h5 {
	font-size: 1.15em;
    margin-bottom: 0.1em;
}

.header-lin,
.underline {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
}

.block-header {
    padding: 0.3em 0.6em;
    background: #e6e6e6;
    border: none;
    color: #039;
}

.block-header-black {
    background: #222;
    color: #fff;
}

.block-header-blue {
    background: #039;
    color: #fff;
}

.block-header-gray {
    background: #e6e6e6;
    color: #039;
}

.block-header-green {
    background: #080;
    color: #fff;
}

.block-header-bluegreen,
.block-header-blue-green {
    background: #399;
    color: #fff;
}

.block-header-orange {
    background: #d80;
    color: #fff;
}

.block-header-red {
    background: #b00;
    color: #fff;
}

.intro-text,
.text-intro {
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 6px 0;
    color: #888;
	font-family: palatino, 'Times New Roman', times, serif;
    font-size: 2em;
	font-weight: normal;
	letter-spacing: 0;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    padding: 10px 0;
}

/*
---------------------------
END: Typography
---------------------------
*/



/*
---------------------------
Content Helpers
---------------------------
*/
.need-link { /* placeholder for missing links */
    color: #f00 !important;
}

/*
.need-link:after {
    content: "[NEED LINK]";
    display: inline-block;
    padding-left: 5px;
}
*/

img {
    width: auto;
	max-width: 100%;
    height: auto;
}

.image-border,
img.border {
	border: 1px solid #ddd;
    padding: 3px;
}

img.border-style-1 {
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 12px 0;
    padding: 6px 0;
}

hr {
	background: #ccc;
	border-width: 0;
	clear: both;
	color: #ccc;
	height: 1px;
	margin: 1.2em 0 !important;
}

.small {
	font-size: 0.9em;
}

.x-small {
	font-size: 0.8em;
}

.xx-small {
	font-size: 0.7em;
}

.xxx-small {
	font-size: 0.6em;
}

.big {
	font-size: 1.2em;
}

.x-big {
	font-size: 1.4em;
}

.xx-big {
	font-size: 1.6em;
}

.xxx-big {
	font-size: 1.8em;
}

.blue {
	color: #039 !important;
}

.gray {
	color: #999 !important;
}

.dark-gray {
	color: #333 !important;
}

.red {
	color: #c00 !important;
}

.green {
	color: #090 !important;
}

.all-caps {
	text-transform: uppercase;
}

.no-caps {
	text-transform: none;
}

.italic,
.italics {
	font-style: italic;
}

.no-italics {
	font-style: normal;
}

ul,ol,dl {
    padding-left: 2.5em;
}

#main #content ul {
    list-style-type: square;
}

#main #content ul ul {
    list-style-type: circle;
}

#main #content ul.no-bullets,
#main #content ul.list-unstyled {
	list-style: none;
	margin-left: 0;
    padding-left: 0;
}

.double-line li,
.double-space li {
	padding: 0.3em 0;
}

.bold {
	font-weight: bold;
}

.no-bold {
	font-weight: normal;
}

.align-left,
.pull-left {
	float: left;
	margin: 0 15px 10px 0;
}

.align-right,
.pull-right {
	float: right;
	margin: 0 0 10px 15px;
}

.clear,
.clear-float,
.clearfix {
	clear: both;
	display: block;
	width: 100%;
}

#main .clear:before,
#main .clear:after,
#main .clear-float:before,
#main .clear-float:after,
#main .clearfix:before,
#main .clearfix:after, {
	content: " ";
    display: table;
}

#main #content iframe {
    max-width: 100% !important;
}

/* wells */
.well {
    
}

.well .well-title:first-child {
    margin-top: 0;
}

.well-blue {
    background: #9cf;
    border: 2px solid #039;
}

.well-blue a {
    color: #039;
}

.well-green {
    background: #b9ecd0;
    border: 2px solid #399;
}

/*
---------------------------
END: Content Helpers
---------------------------
*/




/*
---------------------------
Icons
---------------------------
*/

body .top-of-page,
body .back-to-top {
    background: none !important;
    border-top: 1px dotted #ccc;
    clear: left;
    margin: 20px 0;
    padding: 5px 0 0 0 !important;
}

body .top-of-page:before,
body .back-to-top:before {
    color: #bbb;
    content: "\e113";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 5px;
    position: relative;
    top: 1px;
}



/*
---------------------------
Misc
---------------------------
*/

/* Anchor menus */
.anchor-menu {
    
}

.anchor-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.anchor-menu li {
    list-style: none;
}

.anchor-menu a {
    border: 1px solid #ddd;
    display: block;
    margin: 3px 0;
    padding: 5px 10px;
}

.anchor-menu a:hover {
    background: #f0f0f0;
}

/* 
Thumbnail groups 
------------------------------
*/
.thumbs {
    clear: both;
    padding: 10px 0;
    width: 100%;
}

.thumbs:before,
.thumbs:after {
    content: " ";
    display: table;
    height: 1px;
}

/* thumbs nav/menu */
.thumbs .thumb-image .nav {
    display: block;
    font-size: 0.9em;
    text-align: center;
}

.thumbs .thumb-image .nav > li {
    border-left: 1px solid #bbb;
    display: inline;
    width: auto;
}

.thumbs .thumb-image .nav > li:first-child {
    border: none;
}

.thumbs .thumb-image .nav > li > a {
    display: inline-block;
    padding: 4px 6px 4px 9px;
    position: relative;
}

.thumbs .thumb-image .nav > li > a:hover,
.thumbs .thumb-image .nav > li > a:active {
    background: transparent;
    text-decoration: underline;
}

/* Hub-page style */
.thumbs.hub-page-thumbs {
    padding: 0;
}

.thumbs.hub-page-thumbs .row {
	padding: 10px 0;
}

.thumbs.hub-page-thumbs .row .col {
	
}

.thumbs.hub-page-thumbs .row .col .title {
	border-bottom: 1px solid #ccc;
    font-size: 1.3em;
    font-weight: normal;
    /*letter-spacing: 0;*/
	padding: 0 0 3px 0;
	text-transform: uppercase;
}

/* One-thumb per row */
.thumbs.one-per-row {
    
}

.thumbs.one-per-row .thumb-row {
    padding: 10px 0;
    overflow: auto;
}

.thumbs.one-per-row .thumb-image {
    
}

.thumbs.one-per-row .thumb-image img {
    border: 1px solid #ddd;
    height: auto;
    padding: 3px;
    width: 100%;
}

.thumbs.one-per-row .thumb-description {
    padding-left: 0;
}

.thumbs.one-per-row .thumb-description .title {
    margin: 0 0 0.1em 0;
}


/* video thumbs */
.thumbs.one-per-row .thumb-image > iframe {
	width: 100% !important;
    height: 250px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .thumbs.one-per-row .thumb-image > iframe {
        height: 220px !important;
    } 
}

@media (min-width: 768px) and (max-width: 991px) {
    .thumbs.one-per-row .thumb-image > iframe {
        height: 180px !important;
    } 
}

@media (min-width: 481px) and (max-width: 767px) {
    .thumbs.one-per-row .thumb-image > iframe {
        height: 200px !important;
    }  
}

@media (max-width: 480px) {
    .thumbs.one-per-row .thumb-image > iframe {
        height: 150px !important;
    } 
}



/*
highlight box
------------------------------
*/
.highlight-box {
    background: #f0f0f0;
    border-color: #A8DBC0;
    border-style: solid;
    border-width: 12px 0;
	padding: 10px 15px;
}

.highlight-box-inner {
    
}

.highlight-box .title {
    margin-top: 0;
}


/*
Tables
------------------------------
*/
table {
    border-collapse: collapse;
    margin: 0 0 15px 0;
}

table tr {
    
}

table th {
    background: #e6e6e6;
    border-bottom: 1px solid #ccc;
    font-size: 1.1em;
    font-weight: bold;
    padding: 4px 8px;
}

table td {
    border-bottom: 1px solid #ccc;
    padding: 4px 8px;
}

/* table w/ borders */
.table-bordered {
    
}

.table-non-bordered th,
.table-non-bordered td {
    border: 1px solid #ccc;
}

/* table w/ NO borders */
.table-non-bordered {
    
}

.table-non-bordered th,
.table-non-bordered td {
    border: none;
}




/*
Nav tabs
-----------------------
*/
.nav-tabs {
    border-bottom: 4px solid #039;
}

.nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs > li:first-child {
    margin-left: 15px;
}

.nav-tabs > li > a {
    border: 1px solid #ccc;
    margin-right: 3px;
    outline: none;
}

.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus {
    background: #e6e6e6;
    border: 1px solid #ccc;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    background: #039;
    border-color: #039 #039 transparent transparent;
    color: #fff;
}



/* Fix for Bootstrap nested dropdowns */
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:-0.25em !important;left:100%;margin-left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-5px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.dropdown-menu > li > a{
	white-space: normal;
}
/* END: Fix for Bootstrap nested dropdowns */

/*
---------------------------
END: Misc
---------------------------
*/

/* got from PPD  changed entry to entryPeep */
div.entryPeep {
			height:11em;
			width:400px;
			float:left;			
		}
		
		.entryPeep img.thumb_P {
			padding:0px;
			margin-right:5px;
			z-index:1;
			float:left;
			border: 1px solid #000;
			-moz-box-shadow: 1px 1px 1px #333;
			-webkit-box-shadow: 1px 1px 1px #333;
			box-shadow: 1px 1px 1px #333;
			width:102px;
			height:120px;
		}
		
		.entryPeep ul li{
			list-style:none;
		}
