/* marines.com screen style sheet */
@import url("reset.css");

/* no javascript */
body.no-js #hero-slide-nav,
body.no-js #launchpad-one-nav,
body.no-js #feature-slider,
body.no-js #hero-slide-nav-left {
	display: none;
}

body {
	background: #000;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

.ie7 body {
	overflow-x: hidden;
}
/* killing the outline on focus */
:focus {outline:none;}
::-moz-focus-inner {border:0;}

ul.dd-nav {
  background:#323232;
  border-top: 1px solid #535353;
  border-right: 1px solid #323232;
  border-bottom: 1px solid #323232;
  border-left: 1px solid #535353;
  display:block;
  margin:0;
  position:relative;
  padding:16px;
  width:397px;
  z-index:9;
}

a:link, a:visited {
	color: #A0A0A0;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #585858;
}

a:focus {
	outline: 0 none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	text-transform: uppercase;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	text-transform: uppercase;
}

/* utility */
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.viewport-bounce {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* Force Element To Self-Clear its Children (Updated Clearfix, Option 2): http://css-tricks.com/snippets/css/clear-fix/ */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* visible skip link */
#skip {
	position: absolute;
	left: 0;
	top: 0;
}

#skip a {
	color: #fff;
	font-size: 12px;
	position: absolute;
	left: -9999px;
	top: 3px;
}

#skip a:focus,
#skip a:active {
	position: relative;
	left: 7px;
	z-index: 9999;
	text-decoration: none;
}

/* web accessibility initiative */
.wai {
	position: absolute;
	left: -99999px;
	height: 10px;
	width: 10px;
}

.margin-bottom-20px {
	margin: 0 0 20px 0;
}

.uppercase {
	text-transform: uppercase;
}

.uppercase-gray {
	color: #ababab;
	font-size: 12px;
	text-transform: uppercase;
}

.uppercase-red {
	color: #CC0000;
	font-size: 18px;
	text-transform: uppercase;
}

.txt-center {
	text-align: center;
}

.img-left {
	float: left;
	margin: 0 19px 19px 0;
}

.no-margin {
	margin: 0 !important;
}

a.plain-white-link {
	color: #FFF;
	text-decoration: none;
}

a.red-caps-link {
	color: #CC0000;
	text-decoration: none;
	text-transform: uppercase;
}

a.button-red {
	font-size: 15px;
	font-family: "Trade Gothic W01 Bold";
	background: url(/marines-theme/images/bg-button-red-no-arrow.png) repeat-x left center;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 25px;
}

a.button-red:hover, a.button-red:focus {
	background: url(/marines-theme/images/bg-button-red-hover-no-arrow.png) repeat-x left center;
}

a.button-red:active {
	background: url(/marines-theme/images/bg-button-red-active-no-arrow.png) repeat-x left center;
	color: #a0a0a0 ;
}

a img {
	border: 0;
}
/* end utility */

h1 {
	line-height: 1;
}

h2 {
	line-height: 1;
}

h3 {
	line-height: 1;
}

h4 {
	line-height: 1;
	text-transform: uppercase;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 1em;
}

h2.medium-heading {/* override class for #header-container h2's */
	color:#FFF;
	font-family: "Trade Gothic W01 Bold", Helvetica, Arial, sans-serif;
	font-size: 40px !important;
	text-transform: uppercase;
}

h2.medium-heading-two {/* override class for #header-container h2's */
	color:#FFF;
	font-family: "Trade Gothic W01 Bold", Helvetica, Arial, sans-serif;
	font-size: 50px !important;
	text-transform: uppercase;
}

h2.large-heading {/* override class for #header-container h2's */
	color:#FFF;
	font-family: "Trade Gothic W01 Bold", Helvetica, Arial, sans-serif;
	font-size: 70px !important;
	text-transform: uppercase;
}

h2.x-large-heading {/* override class for #header-container h2's */
	color:#FFF;
	font-family: "Trade Gothic W01 Bold", Helvetica, Arial, sans-serif;
	font-size: 100px !important;
	text-transform: uppercase;
}

h3.txt-16 {
	font-size: 16px !important;
}

.sub-heading {
	color: #FFF;
	font-family: 'Trade Gothic W01 Cn 18', Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

.sub-heading em {
	color: #c00;
	font-style: normal;
}

span.large-text {
	color: #FFF;
	font-family: "Trade Gothic W01 Bold";
	font-size: 55px;
}

p.gray-uppercase {
	color: #a0a0a0;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
}

.gray-txt {
	color: #a0a0a0;
}

.red-txt {
	color: #CC0000 !important;
	font-weight: bold;
}

a.red-txt {
	color: #CC0000 !important;
	font-weight: bold;
	text-decoration: none;
}

a.red-txt:hover {
	color: #FFF !important;
}

.orange-label {
	color: #d06905;
	text-transform: uppercase;
}

.brown-label {
	color: #936231;
	text-transform: uppercase;
}

.green-label {
	color: #666633;
	text-transform: uppercase;
}

.red-label {
	color: #A90000;
	text-transform: uppercase;
}

.textarea-embed {
	width: 98%;
	height: 45px;
	background-color: transparent;
	color: #a0a0a0;
	border: 1px solid #c3c3c3;
	padding: 2px 4px;
}

.btn-group input,
.btn-group a {
	margin-right: 7px;
}

.ie7 .bottom-btn-group a {
	float: left
}

.btn-group a.answer-reject {
	margin-left: 7px;
	float: right;
}

/* style for page headings */
#overview-space #header-container {
	margin-bottom: 0;
}
#header-container {/* centered page heading */
	background: none !important;
	font-family:"Trade Gothic W01 Cn 18", Helvetica, Arial, sans-serif;
	margin: 18px auto 38px auto;
	position: relative;
	text-align: center;
	width: 940px;
}

#header-container a,
#header-container a:visited {
	color: #A0A0A0;
}

#header-container a:hover {
	color: #585858;
}

#header-container p {
	color: #A0A0A0;
	line-height: 18px;
	margin: 0 auto;
	text-align: center;
}

#intro-copy {
	margin-bottom: 15px;
}

#header-content {/* left justified page heading */
	font-family:"Trade Gothic W01 Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 18px auto 18px auto;
	width: 940px;
}

#news-header-container {
	border: solid #333;
	border-width: 0 0 1px 0;
	font-family: 'TradeGothicW01-BoldCn20 675334', Helvetica, Arial, sans-serif;
	margin: 36px auto 0;
	position: relative;
	width: 940px;
}

/* due to ie7 weirdness, this container must be floated to prevent the margin collapse. */
.ie7 #news-header-container {
	float: left;
	margin-left: 10px;
}

#news-header-right {
	float: right;
	padding: 16px 0 7px;
}

#news-header-right a {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#news-header-right a:hover {
	color: #a0a0a0;
}

/* generic layout controls */
.content-row-wn {
	margin: 0 auto;
	width: 940px;
}

.content-row-wn-left {
	float: left;
	width: 605px !important;
}

.content-row-wn-right {
	float: right !important;
	width: 300px !important;
}
/* end generic layout controls */

/* middles */
#main-content h5 {
	margin: 0 0 5px;
	color: #a0a0a0;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}

.quote strong {
	font-weight: bold;
	color: #fff;
}

blockquote {
	color: #fff;
	font-family: "Trade Gothic W01 Bold";
	font-size: 16px;
	line-height: 23px;
	text-transform: none;
	margin: 0 0 7px;
}

blockquote.uppercase {
	text-transform: uppercase;
}

blockquote.uppercase-large {
  font-size: 20px;
  font-family: "TradeGothicW01-BoldCn20 675334";
  text-transform: uppercase;
}

cite {
	color: #fff;
	text-align: right;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	display: block;
}

cite:before {
	content: "\2014";
}

.marines-content {
	margin-bottom: 40px;
	position: relative;
}

.gridrow-portlet:last-child .marines-content *:last-child,
.middlecontent:last-child .marines-content *:last-child,
.gridrow-portlet:last-child .marines-content,
.middlecontent:last-child .marines-content {
  margin-bottom: 0;
}

.marines-content-capstone {
	margin-bottom: 0;
}

.marines-content h3 {
	font-family: "TradeGothicW01-BoldCn20 675334",Helvetica,Arial,sans-serif;
	font-size: 20px;
	margin: -2px 0 12px;
	text-transform: uppercase;
}

.marines-content img,
.marines-content-capstone img {
	margin-bottom: 20px;
}

.three-column-middle {
	margin: 20px auto 2px;
	width: 940px;
}

.three-column-middle .three-column-content:nth-child(2) {/* make sure this is added to the ie.js file wherever nth child is used */
	margin:0 20px 0 20px;
}

.three-column-content {
	float: left;
	width: 300px;
}

.three-column-content p {
	color: #A0A0A0;
	font-size: 13px;
}

.three-column-content h3 {
	font-family: "TradeGothicW01-BoldCn20 675334", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: -2px 0 12px 0;
	text-transform: uppercase;
}

.three-column-content .three-column-title {
	color: #FFF;
	font-family: "Trade Gothic W01 Bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 7px 0;
}

.three-column-content img {
	display: block;
}

/* middle 2A + middle 2 cap */
.middle-cap {
	border-top: 10px solid #4f4f4f;
	margin: 20px auto 0;
	width: 940px;
}

.middle-1column {
	margin: 20px auto 20px auto;
	width: 940px;
}


.middle-1a {
	margin: 20px auto 20px auto;
	width: 960px;
}


.middle-1a #column-4,
.middle-1a #column-5,
.middle-1a #column-6 {
	width: 300px !important;
	float: left;
}

.middle-1a #column-4 {
	margin-left: 10px;
	margin-right: 20px;
}

.middle-1a #column-6 {
	margin-left: 20px;
}

.middle-2a {
	margin: 20px auto 20px auto;
	width: 940px;
}

.middle-2a-left {
	float: left;
	width: 220px !important;
}

.middle-2a-middle {
	float: left;
	margin: 0 0 0 20px;
	width: 460px !important;
}

.middle-2a-middle li {
	float: left;
	margin: 8px 0 4px 13px;
}

.middle-2a-middle li.first {
	margin-left: 0;
}

.middle-2a-right {
	float: right !important;
	width: 220px !important;
}

.middle-2a-left h3 {
	font-family: "TradeGothicW01-BoldCn20 675334", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: -2px 0 12px 0;
	text-transform: uppercase;
}

.middle-2a-right h3 {
	font-family: "TradeGothicW01-BoldCn20 675334", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: -2px 0 12px 0;
	text-transform: uppercase;
}

.middle-2a-middle h2 {
	font-family: "TradeGothicW01-BoldCn20 675334", Helvetica, Arial, sans-serif;
	font-size: 30px;
	margin: 7px 0 12px 0;
	text-transform: uppercase;
}

.middle-2a-middle h3 {
	font-size: 30px;
	margin: -8px 0 12px;
	text-transform: uppercase;
}

.middle-2a-middle h4 {
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 0 5px;
}

.middle-2a p {
	color: #A0A0A0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 20px 0;
	clear: both;
}
/* end middle 2A + middle 2 cap */

/* middle 1B */
.middle-1b {
	margin: 20px auto;
	width: 940px;
}

.middle-1b-left {
	float: left;
	width: 620px !important;
	position: relative;
}

.middle-1b-right {
	float: right !important;
	width: 300px !important;
}

.middle-1b-left h3 {
	font-family: "TradeGothicW01-BoldCn20 675334", Helvetica, Arial, sans-serif;
	font-size: 30px;
	margin: -8px 0 7px 0;
	text-transform: uppercase;
}

.middle-1b-left h4 {
	color: #FFF;
	font-family: "TradeGothicW01-BoldCn20 675334", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0 0 8px 0;
	text-transform: uppercase;
}

.middle-1b-right h3 {
	font-family: "TradeGothicW01-BoldCn20 675334", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: -2px 0 12px 0;
	text-transform: uppercase;
}

.middle-1b p {
	color: #A0A0A0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 20px 0;
}
/* end middle 1B */

/* middle 2B */
.middle-2b {
	margin: 20px auto;
	width: 940px;
}

.middle-2b-left {
	float: left;
	width: 700px !important;
}

.middle-2b-right {
	float: right !important;
	width: 220px !important;
}

.middle-2b-left h3 {
	font-family: "TradeGothicW01-BoldCn20 675334", Helvetica, Arial, sans-serif;
	font-size: 30px;
	margin: -4px 0 7px 0;
	text-transform: uppercase;
}

.middle-2b-right h3 {
	font-family: "TradeGothicW01-BoldCn20 675334", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: -2px 0 12px 0;
	text-transform: uppercase;
}

.middle-2b p {
	color: #A0A0A0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 20px 0;
}
/* end middle 2B */

/* middle 1C */
.middle-1c {
	margin: 20px auto;
	width: 940px;
}

.middle-1c-left {
	float: left;
	width: 300px !important;
}

.middle-1c-right {
	float: right !important;
	width: 620px !important;
}

.middle-1c-left h3 {
	font-family: "TradeGothicW01-BoldCn20 675334", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: -2px 0 12px 0;
	text-transform: uppercase;
}

.middle-1c-left h4 {
	color: #CC0000;
	font-family: "TradeGothicW01-BoldCn20 675334", Helvetica, Arial, sans-serif;
	font-size: 22px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.middle-1c-right h3 {
	font-family: "TradeGothicW01-BoldCn20 675334", Helvetica, Arial, sans-serif;
	font-size: 30px;
	margin: -4px 0 12px 0;
	text-transform: uppercase;
}

.middle-1c p {
	color: #A0A0A0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 20px 0;
}
/* end middle 1C */

/* middle 2C */
.middle-2c {
	margin: 0 auto;
	width: 940px;
}

.middle-2c-left {
	float: left;
	width: 220px !important;
}

.middle-2c-right {
	float: right !important;
	width: 700px !important;
}

.middle-2c-left h3 {
	font-family: "TradeGothicW01-BoldCn20 675334", Helvetica, Arial, sans-serif;
	font-size: 30px;
	margin: -2px 0 7px 0;
	text-transform: uppercase;
}

.middle-2c-right h3 {
	font-family: "TradeGothicW01-BoldCn20 675334", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: -2px 0 12px 0;
	text-transform: uppercase;
}

.middle-2c p {
	color: #A0A0A0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 20px 0;
}
/* end middle 2C */

/* middle 2E */
.middle-2e {
	margin: 20px auto 20px auto;
	width: 940px;
}

.middle-2e-large {
	float: right !important;
	width: 700px !important;
}

.middle-2e-left {
	float: left;
	width: 220px !important;
	min-height: 368px;
}

.middle-2e-middle {
	float: left;
	margin: 0 0 0 20px;
	width: 460px !important;
}

.middle-2e-right {
	float: right !important;
	margin: 0;
	width: 220px !important;
}

.middle-2e-left h2,
.middle-2e-right h2 {
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 30px;
	margin: 7px 0 12px 0;
	text-transform: uppercase;
}

.middle-2e-left h3,
.middle-2e-right h3 {
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 20px;
	margin: -2px 0 12px 0;
	text-transform: uppercase;
}

.middle-2e-left h4,
.middle-2e-right h4 {
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 16px;
	margin: 7px 0 12px 0;
	text-transform: uppercase;
}

.middle-2e-middle h2 {
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 30px;
	margin: 7px 0 12px 0;
	text-transform: uppercase;
}

.middle-2e-middle h3 {
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 30px;
	margin: -4px 0 12px 0;
	text-transform: uppercase;
}

.middle-2e-middle h4 {
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 16px;
	margin: 7px 0 12px 0;
	text-transform: uppercase;
}

.middle-2e-middle h2:nth-child(1) {/* make sure this is added to the ie.js file when nth child is used */
	margin:0 0 10px 0;
}

.middle-2e p {
	color: #A0A0A0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 20px 0;
}
/* end middle 2E */

/* middle 2D */
.middle-2d {
	margin: 20px auto 20px auto;
	width: 940px;
}

.middle-2d-large {
	float: left;
	width: 700px !important;
}

.middle-2d-left {
	float: left;
	width: 220px !important;
}

.middle-2d-middle {
	float: left;
	margin: 0 0 0 20px;
	width: 460px !important;
}

.middle-2d-right {
	float: right !important;
	width: 220px !important;
	min-height: 368px;
}

.middle-2d-right h2,
.middle-2d-left h2 {
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 30px;
	margin: 7px 0 12px 0;
	text-transform: uppercase;
}

.middle-2d-right h3,
.middle-2d-left h3 {
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 20px;
	margin: -2px 0 12px 0;
	text-transform: uppercase;
}

.middle-2d-right h4,
.middle-2d-left h4 {
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 16px;
	margin: 7px 0 12px 0;
	text-transform: uppercase;
}

.middle-2d-middle h2 {
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 30px;
	margin: 7px 0 12px 0;
	text-transform: uppercase;
}

.middle-2d-middle h3 {
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 30px;
	margin: -4px 0 12px 0;
	text-transform: uppercase;
}

.middle-2d-middle h4 {
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 16px;
	margin: 7px 0 12px 0;
	text-transform: uppercase;
}

.middle-2d-large .middle-2d-middle h2:nth-child(1) {/* make sure this is added to the ie.js file when nth child is used */
	margin:0 0 10px 0;
}

.middle-2d p {
	color: #A0A0A0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 20px 0;
}
/* one-column-fixed layout template */
.one-column-fixed {
	margin: 20px auto;
	width: 960px;
}
/* officer-enlisted toggle  */
.tool-toggle {
	margin: 22px 0 40px;
}

.tool-toggle ul {
	display: block;
	margin: 0 auto;
	width: 367px;
}

.tool-toggle li {
	background: url("/marines-theme/images/layout/photo-library/tab-background.png") no-repeat scroll left top transparent;
	float: left;
	font: normal 13px/1 "Trade Gothic W01 Bold";
	height: 29px;
	text-align: center;
	text-transform: uppercase;
	width: 183px;
}

.tool-toggle li + li {
	margin-left: 1px;
}
.tool-toggle .active {
	background-position: left bottom;
}

.tool-toggle a,
.tool-toggle a:visited,
.tool-toggle a:active {
	color: #575757;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
.tool-toggle a:hover,
.tool-toggle a:focus {
	color: #a0a0a0;
}
.tool-toggle .active {
	color: #fff;
}

.tool-toggle span {
	line-height: 28px;
	vertical-align: middle;
}


/* grid portlet layout */

.grid-three-left,
.grid-three-right,
.grid-three-center {
	width: 33.33333%;
}

.grid-three-left,
.grid-two-left {
	float: left;
}

.grid-three-right,
.grid-two-right {
	float: right;
}

.grid-three-center {
	margin: 0 auto;
}

.grid-three-left .inner,
.grid-two-left .inner {
	margin: 0 10px 0 0;
}

.grid-three-right .inner,
.grid-two-right.inner {
	margin: 0 0 0 10px;
}

.grid-three-center .inner {
	margin: 0 6px;
}

/* end of grid layout styles */

/* marines content */
.marines-content object,
.marines-content-capstone object {
	margin-bottom: 0;
}

/* begin bullet lists */
ul.bullet {
	float: none;
	margin: 0 0 1em;
	min-height: 0;
}

ul.bullet li {
	background: url(/marines-theme/images/bullet-gray-small.gif) no-repeat 0 7px;
	color: #A0A0A0;
	padding-left: 7px;
	padding-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

ul.bullet ul li { /* nested bullet lists */
	padding: 0 0 0 7px;
	margin-left: 5px;
}
/* end bullet lists */

#navigation-group {
	position: relative;
	z-index: 102;
}
/* universal nav */
#universal-nav {
	background: #000;
	height: 15px;
	margin: 0 auto;
	padding-top: 4px;
	text-align: right;
	width: 910px;
}

#universal-nav ul {
	list-style: none;
	height: 22px;
	margin-right: 10px;
	padding: 0;
}

#universal-nav li {
	display: inline;
	margin: 0 0 0 20px;
	color: #686868;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#universal-nav a {
	/* background:transparent url(/marines-theme/images/layout/navigation/univ-nav-link-arrow.gif) no-repeat right center; */
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	-webkit-font-smoothing: subpixel-antialiased;
	/* padding-right: 8px; */
	text-decoration:none;
	overflow: hidden;
}

#universal-nav a:visited {
	color: #fff;
}

#universal-nav a:focus,
#universal-nav a:hover {
  text-decoration: underline;
}

#universal-nav a:active {
  color: #505050;
}

#universal-nav a span.caret {
	padding: 0 0 0 2px;
}

/* end universal nav */

/* global layout */
#wrapper {
	background: transparent url(/marines-theme/images/layout/body-background.jpg) repeat-x left 23px;
	min-width: 980px;
	margin: 0 auto;
	overflow-x: hidden;
}

#background-container,
#main-content {
	overflow: hidden;
}

#container {
	margin: 0 auto;
	width: 980px;
	overflow: visible;
}

/* feature top slideup/down widget */
#quicktour-wrap {
	min-height: 0;
	position: relative;
}

#feature-slider {
	height: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 940px;
}

#featured-slide-nav {
	left: 50%;
	margin-left: -470px;
	position: absolute;
	top: 0;
	width: 940px;
}
#slider-hide {
	position: relative;
}

.ie7 #slider-hide {
	height: 390px;
}

ul#feature-slides > li {
	height: 0;
	overflow: hidden;
	width: 940px;
}

#feature-slider .bx-wrapper {
	background: transparent;
	height: 0;
	max-height: 390px !important;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -1410px;
}

.f-slide {
	background: #000;
	color: #FFF;
	display: block;
	height: 390px;
}

.f-slide:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.f-slide .f-sub-body {
	display: inline-block;
	height: 390px;
	margin-left: 60px;
	margin-right: 94px;
	vertical-align: top;
	width: 545px;
}


.ie7 .f-slide .f-sub-body {
	display: inline;
}
.f-slide strong {
	display: block;
	font-size: 60px;
	font-family: "Trade Gothic W01 Bold";
	text-transform: uppercase;
	margin: 93px 0 0 -4px;
}

.f-slide p {
	margin-bottom: 18px;
}

.sub-nav-wrap {
	display: inline-block;
}

.ie7 .sub-nav-wrap {
	display: block;
	height: 390px;
	position: absolute;
	top: 50%;
	width: 245px;
}

.f-slide .f-sub-nav {
	/* float: right; */
	margin-right: 0;
	width: 165px;
	padding: 15px 20px;
	background: transparent url(/marines-theme/images/quick-tour/bg-f-sub-nav.png) repeat scroll 0 0;
	display: inline-block;
	vertical-align: middle;
}

.ie7 .f-slide .f-sub-nav {
	display: block;
	position: absolute;
	top: -25%;
}

.f-slide.slide-5 strong{
	line-height: 1;
	margin: 20px 0 0;
}

.f-slide.slide-5 .f-sub-body {
	float: left;
	margin-right: 10px;
	width: 310px;
}

.f-slide.slide-5 {
	overflow: hidden;
}

.f-slide.slide-5 .sub-nav-wrap {
	background: transparent url(/marines-theme/images/quick-tour/bg-f-sub-nav.png) repeat scroll 0 0;
	*height: auto;
	overflow: hidden;
	position: static;
	vertical-align: middle;
	width: 535px;
}

.f-slide.slide-5 .nav-heading {
	font: normal 16px "TradeGothicW01-BoldCn20 675334";
}

.f-slide.slide-5 .f-sub-nav {
	background: none;
	display: inline-block;
	*display: inline;
	margin-left: 20px;
	padding: 15px 0;
	position: static;
	vertical-align: top;
	width: 150px;
}

.ie7 .f-slide.slide-5 {

}

.ie7 .f-slide.slide-5 .sub-nav-wrap {
	margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}

.f-slide .f-sub-nav li a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #353535;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "TradeGothicW01-BoldCn20 675334";
}

.f-slide .f-sub-nav li a:hover,
.f-slide .f-sub-nav li a:focus {
	color: #A0A0A0;
}

.f-slide .f-sub-nav li:first-child {
	border-top: 1px solid #353535;
	border-top: 1px solid rgba(255, 255, 255, .15);
}

ul#featured-slide-nav a#feature-prev {
	display: block;
	background: url(/marines-theme/images/arrow_sprites.png) no-repeat -370px -7px;
	left: -49px;
	width: 49px;
	height: 61px;
	position: absolute;
	top: 165px;
	width: 49px;
	z-index: 50;
	overflow: hidden;
}
ul#featured-slide-nav a#feature-prev:hover, ul#featured-slide-nav a#feature-prev:focus {
	background: url(/marines-theme/images/arrow_sprites.png) no-repeat -370px -83px;
}

ul#featured-slide-nav a#feature-next {
	display: block;
	background: url(/marines-theme/images/arrow_sprites.png) no-repeat -432px -7px;
	width: 49px;
	height: 61px;
	position: absolute;
	right: -49px;
	top: 165px;
	z-index: 50;
	overflow: hidden;
}
ul#featured-slide-nav a#feature-next:hover, ul#featured-slide-nav a#feature-next:focus {
	background: url(/marines-theme/images/arrow_sprites.png) no-repeat -432px -83px;
}

#pager-wrapper {
	background: transparent url(/marines-theme/images/layout/shadow-background.png) repeat-x bottom left;
	height: 17px;
	margin: -12px 0 0 -800px;
	padding: 6px 0 0 0;
	width: 99999px;
	position: relative;
	z-index: 10;
}

#feature-pager {
	display: none;
	height: 17px;
	margin: 0 0 0 811px;
	width: 980px;
}

#feature-pager a {
	display: none;
	float: left;
	height: 11px;
	text-decoration: none;
	width: 144px;
}

#feature-pager a.activeSlide {
	display: none;
	background: #CC0000;
	float: left;
	height: 11px;
	text-decoration: none;
	width: 144px;
}

.pager-4 {/* middle notifier style for positioning */
	margin: 0 0 0 90px;
}
/* end feature top slideup/down widget */

/* Quick Tour notifier */
#qt-notifier {
	display: none;
	height: 0;
	margin: 0 auto;
	text-align: center;
	width: 940px;
	background: url(/marines-theme/images/quick-tour/teaser-1.jpg) no-repeat top center;
	text-indent: -999em;
}

.ie7 #navigation-group {
	position: relative;
	z-index: 105;
}

.main-navigation {
	margin: 0 auto;
	width: 958px;
}

ul#utility-links li {
	float: left;
}

ul#utility-links a {
	color: #8b8b8b;
	text-decoration: none;
	text-transform: uppercase;
}

ul#utility-links a:hover,
ul#utility-links a:focus {
	color: #FFF;
}

#utility-links #slide-toggle {
	position: static;
}

#top-level-nav {
	margin: 0 0 0 15px;
}

#top-level-nav a.top-normal-link {
	border: solid #000;
	border-width: 0 1px 0 1px;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	margin: 0 0 0 -1px;
	padding: 16px 10px 16px 10px;
}

li#top-search a.top-normal-link {
	background: transparent url(/marines-theme/images/layout/navigation/search-glass-sm.png) no-repeat 10px 14px;
	height: 12px;
	padding: 16px 10px 16px 10px;
	text-indent: 16px;
}

li#top-search a.top-normal-link:hover {
	background: transparent url(/marines-theme/images/layout/navigation/search-glass-sm.png) no-repeat 10px -22px;
}

ul#utility-links .signin-sub-nav {
	display: none;
	background: url(/marines-theme/images/layout/navigation/dropdown-account-top.png) no-repeat 0 0;
	color: #a0a0a0;
	border-bottom: 1px solid #474747;
	font-size: 11px;
	width: 131px;
	padding-top: 6px;
}

#top-signin .signin-sub-nav li a {
	background-color: #323232;
	text-align: left;
	border-left: 1px solid #474747;
	border-right: 1px solid #474747;
	width: 109px;
	padding: 6px 0 6px 20px;
	display: block;
	text-transform: none;
}

#top-signin .signin-sub-nav li:first-child a {
	padding-bottom: 0;
}

#top-signin {
	position: relative;
}

#top-signin:hover .signin-sub-nav,
#top-signin:focus .signin-sub-nav,
#utility-links ul.show-menu {
	display: block;
	position: absolute;
	top: 29px;
	right: -6px;
	z-index: 130;
}

/* main navigation search */
#nav-search {
	display: none;
	margin: 0 0 0 6px;
	padding: 3px;
	position: absolute;
	top: 5px;
	width: 350px;
	z-index: 500;
}

.ie7 #nav-search  {
	top: 0;
}

input#main-search {
	background: #252525;
	border: solid 1px #8b8b8b;
	color: #8b8b8b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	padding: 4px;
	height: 18px;
	width: 246px;
}

input#main-search-submit {
	background: url(/marines-theme/images/layout/navigation/go-button.png) no-repeat 0 0;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	height: 28px;
	width: 46px;
	text-indent: -999em;
}

input#main-search-submit:hover,
input#main-search-submit:focus {
	cursor: pointer;
}

.placeholder {
	color: red;
	text-transform: uppercase;
}
/* end main navigation search */

li#facebook-link a {
	background: url(/marines-theme/images/layout/navigation/facebook-icon.png) no-repeat 0 0;
	display: block;
	height: 17px;
	margin: 12px 5px 5px 15px;
	width: 16px;
}

li#facebook-link a:hover,
li#facebook-link a:focus {
	background: url(/marines-theme/images/layout/navigation/facebook-icon.png) no-repeat 0 -17px;
}

#facebook-link {
	position: relative;
	padding-bottom: 6px;
	z-index: 103;
}

#facebook-link .facebook-sub-nav {
	display: block;
	background: url(/marines-theme/images/layout/navigation/dropdown-facebook-top.png) no-repeat 0 0;
	color: #a0a0a0;
	font-size: 10px;
	left: -9999px;
	position: absolute;
	width: 247px;
	padding-top: 6px;
}

#facebook-link .facebook-sub-nav li {
	background-color: #323232;
	text-align: center;
	border: 1px solid #474747;
	border-top: none;
	width: 245px;
	overflow: hidden;
	padding: 2px p;
}

#facebook-link .facebook-sub-nav a,
#facebook-link .facebook-sub-nav a:hover {
	background: none;
	float: left;
	display: inline;
	margin-left: 10px;
	text-align: left;
	vertical-align: 4px;
	white-space: nowrap;
	margin-bottom: 8px;
}

.facebook-sub-nav #fb-like-header {
	margin: 0 10px;
	width: 73px;
}

.ie7 .facebook-sub-nav #fb-like-header {
	margin: -5px 2px 5px 0;
}

#facebook-link:focus .facebook-sub-nav,
#facebook-link ul.show-menu {
	display: block;
	position: absolute;
	top: 32px;
	left: -118px;
	z-index: 130;
}

li#twitter-link a {
	background: url(/marines-theme/images/layout/navigation/twitter-icon.png) no-repeat 0 0;
	display: block;
	height: 17px;
	margin: 12px 5px 0 0;
	width: 16px;
}

li#twitter-link a:hover,
li#twitter-link a:focus {
	background: url(/marines-theme/images/layout/navigation/twitter-icon.png) no-repeat 0 -17px;
}

li#youtube-link a {
	background: url(/marines-theme/images/layout/navigation/youtube-icon.png) no-repeat 0 0;
	display: block;
	height: 17px;
	margin: 12px 5px 0 0;
	width: 16px;
}

li#youtube-link a:hover,
li#youtube-link a:focus {
	background: url(/marines-theme/images/layout/navigation/youtube-icon.png) no-repeat 0 -17px;
}

li#myspace-link a:hover,
li#myspace-link a:focus {
	background: url(/marines-theme/images/layout/navigation/myspace-icon.png) no-repeat 0 -17px;
}

li#instagram-link a {
 background: url(/marines-theme/images/layout/navigation/instagram-header-icon.png) no-repeat 0 0;
 display: block;
 height: 17px;
 margin: 12px 15px 0 0;
 width: 16px;
}

li#instagram-link a:hover,
li#instagram-link a:focus {
 background: url(/marines-theme/images/layout/navigation/instagram-header-icon.png) no-repeat 0 -17px;
}

li#slide-toggle a {/* override in ie7.css && i8.css */
	background:transparent url(/marines-theme/images/layout/navigation/slider-arrow.png) no-repeat 0 0;
	display: block;
	height: 38px;
	margin: 3px 0 0;
	width: 225px;
}

li#slide-toggle a:hover,
li#slide-toggle a:focus {
	background: transparent url(/marines-theme/images/layout/navigation/slider-arrow.png) no-repeat 0 -42px;
}

li#close-slide-toggle a {/* override in ie7.css && ie8.css */
	background:transparent url(/marines-theme/images/layout/navigation/slider-arrow.png) no-repeat 0 -80px;
	display: block;
	height: 38px;
	margin: 0;
	width: 225px;
}
/* contact recruiter */
.form-notes-asset {
	/*width: 40%;
	float: right;*/
	color: #fff;
	font-family: "Trade Gothic W01 Bold";
	font-size: 16px;
	line-height: 1.25em;
	margin-bottom: 10px;
}

#contact-recruiter-link a {
	background: url(/marines-theme/images/layout/navigation/contact-a-recruiter.png) no-repeat 0 0;
	display: block;
	height: 22px;
	margin: 10px 15px 0 15px;
	width: 136px;
}

#contact-recruiter-link a:hover,
#contact-recruiter-link a:focus {
	background-position: 0 -22px;
}

#contact-recruiter-link.btest a {
	background-position: 0 -44px;
}

#contact-recruiter-link.btest a:hover,
#contact-recruiter-link.btest a:focus {
	background-position: 0 -66px;
}

.body-rmi-button:link {
  background: transparent url(/marines-theme/images/body-rmi-button.png) repeat scroll 0 0;
  color: #a0a0a0;
  display: inline-block;
  font-family: "Trade Gothic W01 Bold";
  font-size: 15px;
  height: 31px;
  line-height: 31px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.body-rmi-button:visited {
	color: #a0a0a0;
}

.body-rmi-button:hover {
  background-position: 0 -40px;
  color: #FFF;
}

.body-rmi-button:active {
  background-position: left bottom;
}

/* end social sharing links */

/* global signin and sharing email */
#global-signin,
#global-signin-cant-access,
#global-signin-locked,
.sharing-email,
.sharing-embed {
	background-color: #323232;
	color: #b0b0b0;
	font-size: 11px;
	height: 300px;
	line-height: 16px;
	padding: 16px;
	width: 530px;
	/*display: none;
	z-index:9999;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -245px; */
}

.sharing-embed {
	height: 466px;
}

#global-signin,
#global-signin-cant-access,
#global-signin-locked {
	display: block;
}

.ui-dialog .ui-dialog-titlebar {
	display: none;
}

.ui-dialog {
	border: 1px solid #595959 !important;
	border-radius: 0;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	padding: 0 !important;
}

.ui-widget-content {
	background-image: none !important;
}

.ui-widget-overlay {
	background-image: none !important;
	background-color: #000 !important;
	opacity: 0.75 !important;
}

.ui-slider .ui-slider-handle {
	width: 72px !important;
}

p.close-container {
	float: right;
	height: 18px;
	width: 18px;
}

#global-signin p,
#global-signin h4,
#global-signin-cant-access p,
#global-signin-cant-access h4,
#global-signin-locked p,
#global-signin-locked h4,
.sharing-email p,
.sharing-email h4,
.sharing-embed p,
.sharing-embed h4 {
	margin: 0 0 12px 0;
}

#global-signin a,
#global-signin-cant-access a,
#global-signin-locked a,
.sharing-email a {
	color: #b0b0b0;
}

#global-signin-left,
#sharing-email-left {
	float: left;
	width: 236px;
}

#global-signin-left h4,
.sharing-email h4,
.sharing-embed h4,
#global-signin h4 {
	font-family: "Trade Gothic W01 Bold";
	font-size: 20px;
}

#global-signin-left input[type="text"],
#global-signin-left input[type="password"],
.sharing-email input[type="text"],
#global-signin input#input-email-address {
	background: #323232;
	border: 1px solid #B5B5B5;
	color: #B5B5B5;
	height: auto;
	padding: 8px;
	width: 226px;
}

#global-signin-left input[type="checkbox"] {
	background: #323232;
	border: 1px solid #B5B5B5;
}

#global-signin-right {
	float: right;
	width: 250px;
	font-size: 12px;
	margin: 35px 0 0 0;
}

#global-signin-right ul {
	margin-bottom: 1em;
}

#global-signin-right ul li {
	padding-left: 11px;
	background: url(/marines-theme/images/layout/account/bullet.gif) no-repeat 0 45%;
}

#sign-in-modal-background {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.5;
	top: 0;
	left: 0;
	z-index: 20000;
}

#sign-in-modal-container {
	background: #323232;
	display: none;
	position: fixed;
	width: 560px;
	height: 300px;
	top: 50%;
	left: 50%;
	z-index: 20001;
	margin: -150px 0 0 -280px;
}

#sign-in-modal-container p {
	position: relative; width: 100%; height: 100%; padding: 0; margin: 0;
}

#sign-in-modal-container p img {
	position: absolute; top: 50%; left: 50%; margin: -11px 0pt 0pt -63px;
}

label[for="login-email-address"],
#login-email-address {
	margin-top: 10px;
}

#sign-in-close {
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	z-index: 20003;
}

#sharing-email-right {
	float: right;
	width: 250px;
	font-size: 12px;
}

#sharing-email-right .label {
	margin-bottom: 5px;
}

.sharing-embed ul li {
	float: left;
	margin-right: 18px;
	text-align: center;
}

.sharing-embed .video-thumb {
	background-color: #545454;
	border: 1px solid #545454;
	display: block;
}

.sharing-embed li a:hover .video-thumb,
.sharing-embed li a:focus .video-thumb {
	background-color: #757575;
	border: 1px solid #c2c2c2;
}

.sharing-embed .video-size-1 {
	width: 51px;
	height: 28px;
}

.sharing-embed .video-size-2 {
	width: 58px;
	height: 35px;
}

.sharing-embed .video-size-3 {
	width: 66px;
	height: 37px;
}

.sharing-embed .video-size-4 {
	width: 77px;
	height: 44px;
}

.sharing-embed #video-size-choices a {
	color: #a0a0a0;
	text-decoration: none;
}

.sharing-embed #video-size-choices a:hover,
.sharing-embed #video-size-choices a:focus {
	color: #fff;
}
/* end global signin and sharing email */

/* hide quick tour initially */
.quick-tour-portlet {
	display: none
}

/* second level links */
ul#main-links {
	margin: 0 auto;
}

ul#main-links > li {
	float: left;
	min-width: 0;
}
#main-links #globe-anchor-link {
	z-index: 104;
}
ul#main-links li li {
	float: none;
}

ul#main-links li#main-link-one,
ul#main-links li#main-link-two,
ul#main-links li#main-link-five {
	margin: 0 1px 0 0;
}

ul#main-links li#main-link-four {/* override in ie7.css && ie8.css */
	margin:0 1px 0 86px;
}

ul#main-links a.nav-item {
	background: url(/marines-theme/images/layout/navigation/main-nav-button-background.png) no-repeat 0 0;
	color: #e1e1e1;
	border: solid #000;
	border-width: 5px 0 0 0;
	display: block;
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 13px;
	height: 29px;
	padding: 12px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 144px;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 1px #090909;
	-moz-text-shadow: 1px 1px 1px #090909;
	-webkit-text-shadow: 1px 1px 1px #090909;
}

ul#main-links a.active-feature {
	background: url(/marines-theme/images/layout/navigation/main-nav-button-background.png) no-repeat 0 0;
	color: #fff;
	border: solid #CC0000;
	border-width: 5px 0 0 0;
	display: block;
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 13px;
	height: 29px;
	padding: 12px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 144px;
	letter-spacing: 0.5px;
}

ul#main-links a.nav-item.active-feature:hover {/* for when active border is active in quick tour/feature slideshow */
	background:url(/marines-theme/images/layout/navigation/main-nav-button-background.png) no-repeat 0 -46px;
	color: #e1e1e1;
	border: solid #CC0000;
	border-width: 5px 0 0 0;
	display: block;
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 13px;
	height: 29px;
	padding: 12px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 144px;
	letter-spacing: 0.5px;
}

ul#main-links a.nav-item:hover {
	color: #e1e1e1;
	background: transparent url(/marines-theme/images/layout/navigation/main-nav-button-background.png) no-repeat 0 -41px;
	color: #fff !important;
	border: solid #000;
	border-width: 5px 0 0 0;
}

/* active state/current page state */
body#nav-current-1 #main-link-one a.nav-item,
body#nav-current-2 #main-link-two a.nav-item,
body#nav-current-3 #main-link-three a.nav-item,
body#nav-current-4 #main-link-four a.nav-item,
body#nav-current-5 #main-link-five a.nav-item,
body#nav-current-6 #main-link-six a.nav-item {
	background: url(/marines-theme/images/layout/navigation/main-nav-button-background.png) no-repeat 0 -88px;
	color: #8b8b8b;
	display: block;
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 13px;
	height: 29px;
	padding: 12px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 144px;
}

ul#main-links a.expanded {
	background: url(/marines-theme/images/layout/navigation/main-nav-expanded-background.png) no-repeat 0 0;
	border: solid #000;
	border-width: 10px 0 0 0;
	color: #8b8b8b;
	display: block;
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 13px;
	height: 29px;
	padding: 12px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 122px;
}

ul#main-links a.expanded.active-feature {
	background: url(/marines-theme/images/layout/navigation/main-nav-expanded-background.png) no-repeat 0 0;
	border: solid #CC0000;
	border-width: 10px 0 0 0;
	color: #8b8b8b;
	display: block;
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 13px;
	height: 29px;
	padding: 12px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 122px;
}

#main-link-three a.expanded {
	margin: 0 10px 0 0;
}

#main-link-four a.expanded {/* override in ie7.css && ie8.css */
	margin:0 0 0 122px;
}

ul#main-links li#globe-anchor-link a {/* override in ie7.css && ie8.css */
	border:none !important;
	background: transparent url(/marines-theme/images/layout/navigation/globe-and-anchor.png) no-repeat -78px 0;
	position: absolute;
	display: inline-block;
	height: 79px;
	margin: -10px 0 0 -6px;
	overflow: hidden;
	text-decoration: none;
	width: 99px;
	z-index: 110;
	text-indent: -999em;
}

/* globe and anchor expanded style rule */
ul#main-links li#globe-anchor-link a.expanded {/* override in ie7.css && ie8.css */
	border:none !important;
	background: transparent url(/marines-theme/images/layout/navigation/globe-and-anchor.png) no-repeat 0 -79px;
	position: absolute;
	display: inline-block;
	height: 79px;
	margin: -10px 0 0 -28px;
	overflow: hidden;
	text-decoration: none;
	width: 241px;
	z-index: 100;
}
/* end styles for when the globe and anchor item is expanded */
/* end second level links */

/* drop down menus */
ul.sub-nav {
	background: #323232;
	border: 1px solid;
	display: none;
	margin: 0;
	min-height: 195px;
	position: absolute;
	padding: 16px;
	width: 395px;
	z-index: 100;
}
#main-link-one ul.sub-nav,
#main-link-two ul.sub-nav,
#main-link-three ul.sub-nav {
	border-color: #535353 #323232 #323232 #474747;
}

#main-link-four ul.sub-nav,
#main-link-five ul.sub-nav,
#main-link-six ul.sub-nav {
	border-color: #535353 #474747 #323232 #323232;
}

+html #main-link-four ul.sub-nav {
	left: -3px;
}
.bg-slide {
	display: block;
	width: 1600px;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

/* activate sub menu on hover and focus -- depends on 'CSS Dropdown Menus' function in global.js */
ul#main-links li:hover ul.sub-nav,
ul#main-links li:focus ul.sub-nav,
ul.show-menu {
	display: block;
	z-index: 80;
}

ul#main-links li#main-link-two:hover ul.sub-nav,
ul#main-links li#main-link-two ul.show-menu {
	display: block;
	margin: 0 0 0 -145px;
}

ul#main-links li#main-link-three:hover ul.sub-nav,
ul#main-links li#main-link-three ul.show-menu {
	display: block;
	margin: 0 0 0 -290px;
}

ul#main-links li#main-link-four:hover ul.sub-nav,
ul#main-links li#main-link-five:hover ul.sub-nav,
ul#main-links li#main-link-six:hover ul.sub-nav {
	display: block;
	margin: 0;
	width: 400px;
}

ul#main-links li#main-link-five:hover ul.sub-nav {
	margin-left: -145px
}

ul#main-links li#main-link-six:hover ul.sub-nav {
	margin-left: -290px
}

ul#main-links li#main-link-four ul.show-menu {
	display: block;
	margin: 0 0 0 3px;
}

ul#main-links li#main-link-five ul.show-menu {
	display: block;
	margin: 0 0 0 -142px;
}

ul#main-links li#main-link-six ul.show-menu {
	display: block;
	margin: 0 0 0 -287px;
}

ul.sub-nav-links {
	border: solid #535353;
	border-width: 1px 0 0 0;
}

.sub-nav-left {
	float: left;
	overflow: hidden;
	width: 160px;
}


ul.sub-nav-links li a {
	border: solid #535353;
	border-width: 0 0 1px 0;
	display: block;
	color: #8b8b8b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 6px 0 4px;
	text-decoration: none;
	text-transform: uppercase;
	width: 170px;
}

ul.sub-nav-links li a:hover {
	color: #FFF;
}

ul li.nav-heading {
	border: solid #535353;
	border-width: 0 0 1px 0;
	color: #c00;
	font: italic 11px Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 6px 0 4px;
	text-transform: uppercase;
}

.sub-nav-right {
	float: right;
	width: 219px;
}

.sub-nav-right img {
	display: block;
}

.sub-nav-right a {
	color: #8b8b8b;
	text-decoration: none;
	line-height: 1;
}

.sub-nav-right a:hover {
	color: #FFF;
}

.sub-nav-right p {
	margin: 0 0 15px;
}
.sub-nav-right p:last-child {
	margin-bottom: 0;
}
.sub-nav-arrow-link {
	background: transparent url(/marines-theme/images/layout/navigation/sub-nav-link-arrow.png) no-repeat right top;
	display: block;
	font-family: 'Trade Gothic W01 Bold', Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-top: 5px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	height: 9px;
}

.sub-nav-right a:hover > .sub-nav-arrow-link {
	background: transparent url(/marines-theme/images/layout/navigation/sub-nav-link-arrow.png) no-repeat right -9px;
}

/* sticky state for when sub menu is active */
ul#main-links li:hover > a.nav-item {
	color: #FFF;
	background-position: 0 -41px !important;
	border-bottom: 1px solid #323232;
	position: relative;
	z-index: 101;
	margin-bottom: -1px;
}
/* end drop down menu */

/* default video container */
.video-player-container {
  margin: 0 auto;
}

/* add 20px bottom margin in all middles */
.middle-1a .video-player-container,
.middle-2a .video-player-container,
.middle-1b .video-player-container,
.middle-2b .video-player-container,
.middle-1c .video-player-container,
.middle-2c .video-player-container,
.middle-2d .video-player-container,
.middle-2e .video-player-container {
	/*margin-bottom: 20px;*/
}

/* launchpad type 2 */

.launchpad-one a span,
.launchpad-two a span,
.launchpad-three a span {
	cursor: pointer;
}

.launchpad-title {
	color: #A0A0A0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0 0 3px 0;
	text-transform: uppercase;
}

.launchpad-two {
	font-family: "TradeGothicW01-BoldCn20 675334";
	-webkit-font-smoothing: subpixel-antialiased;
	margin: 67px auto 90px auto;
	width: 940px;
}

.launchpad-two-left {
	float: left;
	width: 370px;
}

.launchpad-two-left div {
	font-size: 12px;
	width: 370px;
}

.launchpad-two-left a.large-launch-link {
	display: block;
	font-family: "Trade Gothic W01 Cn 18", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 215px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: 370px;
}

.launchpad-two-left .large-launch-link > span {
	border: 1px solid transparent;
	display: block;
	height: 213px;
	width: 368px;
}

.launchpad-two-left span span {
	bottom: 4px;
	display: block;
	left: 10px;
	position: absolute;
}

.launchpad-two-left a.large-launch-link:hover > span{
	text-decoration: none;
	border-color: #FFF;
}

.launchpad-two-left a.large-launch-link:visited {
	color: #FFF;
	text-decoration: none;
}

.launchpad-two-right {
	float: left;
	width: 570px;
}

.launchpad-two-right .thumb {
	float: left;
	margin: 0 0 10px 10px;
}
.launchpad-two-right a.small-launch-link {
	display: block;
	font-family: "Trade Gothic W01 Cn 18", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	height: 102px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: 180px;
}

.launchpad-two-right a.small-launch-link > span{
	border: 1px solid transparent;
	display: block;
	height: 100px;
	width: 178px;
}

.launchpad-two-right span span {
	bottom: 4px;
	left: 10px;
	position: absolute;
}

.launchpad-two-right a.small-launch-link:hover > span {
	border-color: #FFF;
}

.launchpad-two-right a.small-launch-link:visited {
	color: white;
	text-decoration: none;
}
/* end launchpad type 2 */

/* launchpad 3 */
.launchpad-three {
	font-family: "TradeGothicW01-BoldCn20 675334";
	-webkit-font-smoothing: subpixel-antialiased;
	margin: 40px auto 100px;
	padding: 0;
	width: 940px;
}

.launchpad-three .uppercase-gray {
	color: #A0A0A0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0 0 3px 0;
	text-transform: uppercase;
}
ul.lp-three-small-pads {
	margin: 0;
}

ul.lp-three-small-pads li {
	float: left;
	height: 102px;
	margin: 0;
	width: 180px;
}

ul.lp-three-small-pads li + li {
	margin-left: 10px;
}

ul.lp-three-small-pads a {
	display: block;
	font-family: "Trade Gothic W01 Cn 18", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 102px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: 180px;
}

ul.lp-three-small-pads a > span {
	border: 1px solid transparent;
	display: block;
	height: 100px;
	width: 178px;
}

ul.lp-three-small-pads a:hover > span {
	border-color: #FFF;
}

ul.lp-three-small-pads  span span {
	bottom: 4px;
	left: 10px;
	position: absolute;
}

ul.lp-three-small-pads a:visited {
	color: white;
	text-decoration: none;
}
/* end launchpad 3 */

/* sharing widget */
.sharing-buttons {
	width: 100%;
	position: relative;
}

#video-controls .sharing-buttons {
	position: static;
	min-width: 160px;
}

.sharing-buttons-right {
	position: absolute;
	right: -3px;
	top: 5px;
	font-size: 10px;
}

.sharing-buttons > * {
	vertical-align: middle;
	text-align: right;
}

.sharing-buttons .button, #video-controls .button {
	background-color: #000;
	color: #b3b3b3;
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #3a3939;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px 6px;
	margin-left: 5px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
/* this is a chrome hack, button styles won't expand to right when text is loaded through javascript while floated left */
#video-controls .que-add {
	float: right;
}
/* ...but ie7 doesn't like the chrome hack */
.ie7 .main .que-add {
	float: left;
}

.ie7 #video-controls .sharing-widget {
	width: 220px;
}

.ie7 .internal-slide-content .sharing-widget {
	width: 144px;
}

.sharing-buttons .button:hover,
.sharing-buttons .button:focus {
	color: #fff;
}

#video-controls .main {
	float: left;
	text-align: left;
}

.sharing-buttons #video-controls {
	float: left;
}
.sharing-buttons #button-fb {
	float: left;
	margin: -4px 4px 0 0;
}

#video-controls .transcript {
	float: right;
}

#video-controls .transcript a {
	display: block;
}

.sharing-widget {
	font-family: "Trade Gothic W01 Bold";
	background-color: #323232;
	color: #fff;
	border: 1px solid #474747;
	padding: 5px 10px 10px;
	position: absolute;
	top: -90px;
	left: 5px;
	display: none;
	z-index: 1001;
	min-width: 217px;
}
.sharing-buttons-right .sharing-widget {
	top: 26px;
	left: -185px;
	/*left: -95px;*/
	/*position: static;*/
}

/* social sharing links */

.buttons > div {
	display: inline-block;
	margin-right: 3px;
}

.ie7 .buttons > div {
	display: inline !important;
}
.buttons .btn_email {
	margin-left: 3px;
}

.btn_embed img {
	margin-left: 5px !important;
}

.btn_embed {
	margin-right: 0 !important;
}

.sharing-buttons-right .sharing-widget div,
.sharing-buttons-right .sharing-widget a {
	display: inline-block;
}

.ie7 .sharing-buttons-right .sharing-widget div {
	display: inline !important;
}

.sharing-widget .close-sharing-widget {
	float: right;
	text-align: right;
	margin-top: 0;
	margin-right: -3px;
}

.sharing-widget h4 {
	color: #FFF;
	font-family: 'Trade Gothic W01 Cn 18', Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 5px 0 10px;
	text-align: left;
}

.sharing-widget .buttons {
	background-color: #3d3d3d;
	padding: 14px 10px 10px;
	border-top: 1px solid #1d1d1d;
}

.sharing-widget .buttons a img {
	margin: 0;
	padding: 0;
}
/* end sharing widget */

/* tag widget */
.tag-widget {
	background-color: #323232;
	color: #fff;
	border: 1px solid #474747;
	padding: 15px;
	position: absolute;
	top: -374px;
	left: 0;
	z-index: 200;
	display: none;
	width: 670px;
	height: 353px;
	text-align: left;
}

.tag-widget #tag-video-button img {
	margin: 0;
}

.tag-widget .close-tag-widget {
	float: right;
	text-align: right;
	margin-top: -10px;
	margin-right: -10px;
}

.tag-widget .close-tag-widget img {
	margin: 10px;
}

.tag-widget .info {
	color: #a0a0a0;
	margin-bottom; 10px;
}

.tag-widget h4 {
	color: #FFF;
	font-family: 'Trade Gothic W01 Cn 18', Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 5px 0 10px;
	text-align: left;
}

.tag-widget .tags li {
	float: left;
	width: 140px;
	font-size: 13px;
}

.tag-widget label {
	color: #FFF;
	float: none;
}

.tag-widget .tags li input {
	margin: 0 5px 9px 0;
}

.tag-widget .tag-video {
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
/* end tag widget */

/* video overlay play button */
#video-overlay-container {
	background: transparent url(/marines-theme/images/layout/equipment/bg-video-overlay.png) scroll repeat 0 0;
	display: none; /* attach overlay ID with JavaScript */
	height: 610px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 101;
	zoom: 1;
}

#video-overlay {
	/*width: 810px;*/
	margin: 23px auto 0;
	text-align: left;
	padding-left: 27px;
}

#timeline-container #video-overlay {
	/*width: 810px;*/
	margin-top: 0;
	text-align: left;
	padding-left: 0;
}

#close-video-overlay {
	float: right;
	width: 27px;
	height: 21px;
	background: url(/marines-theme/images/layout/equipment/bg-close-video-overlay.png) no-repeat top right;
	text-indent: -999em;
	overflow: hidden;
	position: relative;
}

#close-video-overlay a {
	display: block;
	width: 27px;
	height: 21px;
}

#video-controls {
	padding: 10px 0;
	position: relative;
}

#video-detail-player {
	margin: 0 auto;
}

.video-overlay {
	position: relative;
}

.video-player-icon span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background: url(/marines-theme/images/overlay_play_button_large.png) no-repeat 50% 50%;
	z-index: 10;
}
/* end video overlay play button */

/* in page search box */
#body-search-container {
	background: transparent url(/marines-theme/images/layout/photo-library/search-background.png) no-repeat left top;
	height: 126px;
	margin: 110px auto -80px;
	padding-bottom: 100px;
	overflow: hidden;
	width: 485px;
}

#body-search-container form {
	margin: 29px 0 0 40px
}

#data-store {
	display: none;
}

#body-search-container input[type="text"] {
	background: transparent;
	border: solid 1px #8b8b8b;
	color: #8b8b8b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 4px;
	height: 18px;
	width: 336px;
}

#body-search-container input {
	display: inline;
}

#body-search-container input[type="submit"] {
	border: 0;
	display: block;
	height: 28px;
	width: 46px;
}

#body-search-container input[type="submit"]:hover {
	cursor: pointer;
}

#body-search-container li {
	float: left;
}
/* end in page search box */

/* simple slideshow currently selected image */
.simple-slideshow li a img,
.simple-slideshow li a {
	border: none;
	overflow: hidden;
	float: left;
}

.simple-slideshow li a:hover,
.simple-slideshow li a.current {
	border: 1px solid #FFF;
}

.simple-slideshow li a:hover img,
.simple-slideshow li a.current img {
	margin: -1px;
}
/* end simple slideshow currently selected image */

/* footer */
#footer-wrapper {
	background: url(/marines-theme/images/layout/footer/footer-wrapper-background.png) repeat-x left top;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
}

#footer {
	background: transparent url(/marines-theme/images/layout/footer/footer-background.png) no-repeat left top;
	height: 445px;
	margin: 0 auto;
	padding: 26px;
	width: 928px;
}

#footer-top-content {
	height: 205px;
}

#footer-top-content p {
	color: #8b8b8b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 10px 0;
}

#footer h4 {
	color: #8b8b8b;
	font-family: "TradeGothicW01-BoldCn20 675334", Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin: 0 0 7px 0;
	text-transform: uppercase;
}

#footer #copyright {
	margin-bottom: 50px;
	margin-top: 35px;
	color: #8b8b8b;
	font-size: 10px;
}

#footer-search-container {
	float: left;
	margin: 0 0 16px 0;
}

#footer-left {
	float: left;
	width: 400px;
}

#footer-left ul {
	float: left;
	width: 180px;
	margin-right: 10px;
}

#footer-left li {
	margin-bottom: 4px;
}

input#footer-search {
	background: #252525;
	border: solid 1px #8b8b8b;
	color: #8b8b8b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 4px;
	height: 18px;
	width: 336px;
	float: left;
}

input#footer-search-submit {
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	height: 28px;
	width: 46px;
	margin-left: -1px;
	float: left;
}

input#footer-search-submit:hover {
	cursor: pointer;
}

#footer a:link, #footer a:visited {
	color: #8b8b8b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color: #fff;
}

#footer-middle {
	float: left;
	margin: 0 0 0 34px;
	width: 175px;
}

ul#footer-social-list li {
	margin: 1px 0 5px;
}

#footer-facebook-link a {
	background: url(/marines-theme/images/layout/footer/facebook-icon.png) no-repeat left 4px;
	padding: 6px 0 4px 22px;
}

#footer-facebook-link a:hover {
	background: url(/marines-theme/images/layout/footer/facebook-icon.png) no-repeat left -44px;
}

#footer-twitter-link a {
	background: url(/marines-theme/images/layout/footer/twitter-icon.png) no-repeat left 4px;
	padding: 6px 0 4px 22px;
}

#footer-twitter-link a:hover {
	background: url(/marines-theme/images/layout/footer/twitter-icon.png) no-repeat left -44px;
}

#footer-youtube-link a {
	background: url(/marines-theme/images/layout/footer/youtube-icon.png) no-repeat left 4px;
	padding: 6px 0 4px 22px;
}

#footer-youtube-link a:hover {
	background: url(/marines-theme/images/layout/footer/youtube-icon.png) no-repeat left -44px;
}

#footer-myspace-link a {
	background: url(/marines-theme/images/layout/footer/myspace-icon.png) no-repeat left 4px;
	padding: 6px 0 4px 22px;
}

#footer-myspace-link a:hover {
	background: url(/marines-theme/images/layout/footer/myspace-icon.png) no-repeat left -44px;
}

#footer-instagram-link a {
 background: url(/marines-theme/images/layout/footer/instagram-footer-icon.png) no-repeat left 4px;
 padding: 6px 0 4px 22px;
}

#footer-instagram-link a:hover {
 background: url(/marines-theme/images/layout/footer/instagram-footer-icon.png) no-repeat left -44px;
}

ul#marine-site-links {
	margin: 21px 0 0 0;
}

ul#marine-site-links li {
	margin: 0 0 4px 0;
}

ul#marine-site-links a {
	background: url(/marines-theme/images/layout/footer/external-link-icon.png) no-repeat left 4px;
	padding: 6px 0 4px 22px;
}

ul#marine-site-links a:hover {
	background: url(/marines-theme/images/layout/footer/external-link-icon.png) no-repeat left -44px;
}

#footer-right {
	float: right;
	width: 285px;
}

#footer-right p {
	line-height: 17px;
	margin-bottom: 14px;
}

#footer-right a:link, #footer-right a:visited {
	text-decoration: underline;
}

#footer-right a.register-button {
	background: url(/marines-theme/images/layout/buttons/register-button.png) no-repeat 0 0;
	display: block;
	height: 20px;
	overflow: hidden;
	width: 125px;
}

#footer-right a.register-button:hover, #footer-right a.register-button:focus {
	background-position: 0 -29px;
}

#footer-right a.explore-dashboard-button {
	background: url(/marines-theme/images/layout/buttons/explore-dashboard-button.png) no-repeat 0 0;
	display: block;
	height: 20px;
	overflow: hidden;
	width: 180px;
}

#footer-right a.explore-dashboard-button:hover, #footer-right a.explore-dashboard-button:focus {
	background-position: 0 -29px;
}

#footer-bottom-left {
	float: left;
	text-align: right;
	width: 330px;
}

#footer-bottom-right {
	float: right;
	margin: 0 22px 0 0;
	text-align: center;
	width: 475px;
}

#footer-bottom-right .sharing-widget {
	left: 153px;
}

.ie7 #footer-bottom-right .sharing-widget {
	width: 115px;
}

#quote p {
	color: #8b8b8b;
	font-family: "Trade Gothic W01 Cn 18", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
}

#quote-author {
	color: #8b8b8b;
	font-family: "Trade Gothic W01 Cn 18", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 8px 0 12px 0;
}

ul#quote-share-links li {
	display: inline;
}

li#quote-facebook {
	margin: 0 8px 0 0;
}

li#quote-facebook a {
	background: url(/marines-theme/images/layout/footer/facebook-icon.png) no-repeat left 4px;
	padding: 9px 0 3px 20px;
	text-transform: uppercase;
	font-size: 9px;
}

li#quote-facebook a:hover {
	background: url(/marines-theme/images/layout/footer/facebook-icon.png) no-repeat left -44px;
}

li#quote-twitter a {
	background: url(/marines-theme/images/layout/footer/twitter-icon.png) no-repeat left 4px;
	padding: 9px 0 3px 20px;
	text-transform: uppercase;
	font-size: 9px;
}

li#quote-twitter a:hover {
	background: url(/marines-theme/images/layout/footer/twitter-icon.png) no-repeat left -44px;
}
/* end footer */

/* Facebook like button "Posting" iframe hidding */
span.fb_iframe_widget iframe {
	display: none;
}

#fb-like-header {
	float: right;
	margin: 2px 0 5px 0;
}

.facebook-like {
	background: url(/marines-theme/images/layout/buttons/facebook.png) no-repeat 0 -1px;
	display: inline-block;
	height: 20px;
	margin: 2px 0 0;
	overflow: hidden;
	text-align: left;
	width: 88px;
}
.ie7 .facebook-like {
	display: inline;
}

.ie7 #fb-like-header,
.ie8 #fb-like-header {
	width: 90px;
}

.fb_edge_widget_with_comment {
	float: left;
}

#overlay-share .fb_edge_widget_with_comment {
	margin: 0 0 4px 11px
}

#overlay-share .facebook-like {
	background-position: 11px 38px;
	height: 60px;
	margin: 0 0 7px;
	width: 70px;
}

#overlay-share .sharing-buttons .button {
	margin-left: 9px;
}

#overlay-share .sharing-widget {
	/*top: -50px;	left: -108px; */
  top: -100px;
  left: -217px;
}

.m_connect_widget_button_count_count {
	background-color: #D7D7D7;
	border: 1px solid #D1D1D1;
	color: #333;
	display: inline-block;
	font-size: 10px;
	height: 14px;
	line-height: 14px;
	margin-top: 1px;
	min-width: 15px;
	padding: 1px 2px;
	text-align: center;
	white-space: nowrap;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
}

.m_connect_widget_button_count_nub {
  border-color: transparent #d1d1d1 transparent transparent;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  display: inline-block;
  height: 0;
  left: 2px;
  margin-left: 50px;
  position: relative;
  top: 3px;
  width: 0;
  z-index: 2;
}

#overlay-share .m_connect_widget_button_count_nub,
#overlay-share .m_connect_widget_button_count_count {
  left: -9999px;
  position: relative;
}

.ie7 .m_connect_widget_button_count_count,
.ie7 .m_connect_widget_button_count_nub {
	display: inline;
}
.ie7 .m_connect_widget_button_count_nub {
	top: -3px;
}
/* Liferay Error Message Box */
.portlet-msg-error {
	background-color: #323232;
	color: #fff;
	margin: 35px auto 25px;
	padding: 9px 9px 7px 27px;
	border: 1px solid #c00;
	width: 70%;
	font-size: 13px;
}

/* end global layout */

/* add to queue, remove from queue message box */
.queue-msg {
	background-color: #000;
	color: #fff;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	border: 1px solid #4e4e4e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	width: 145px;
	height: 15px;
	position: absolute;
	z-index: 102;
	display: none;
}

/* full width layout for pages like Privacy Policy, Terms of Use, etc. */
body#full-width-layout {
	background: #000 url(/marines-theme/images/bg-full-width-layout.jpg) no-repeat top center;
}

body#full-width-layout h2 {
	margin: 18px auto 38px auto;
	color: #FFF;
	font-family: "Trade Gothic W01 Bold", Helvetica, Arial, sans-serif;
	font-size: 40px !important;
	text-transform: uppercase;
}

body#full-width-layout h4 {
	text-transform: uppercase;
	color: #fff;
	font-family: "Trade Gothic W01 Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	margin: 0 0 5px;
}

body#full-width-layout b {
	color: #fff;
	font-weight: bold;
}

/* Hide session is about to be expired message */
.popup-alert-warning, .popup-alert-notice {
	display: none;
}



/* -------------- Media Queries Below This Line Only -------------- */

/* Tablets (portrait and landscape)  ------------------------------------------------ */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

	/* move previous and next arrows inside quick tour */
	ul#featured-slide-nav a#feature-prev { left: 0; }
	ul#featured-slide-nav a#feature-next { right: 0; }
	.f-slide .f-sub-body { margin-right: 74px; } /* move sub-nav to the left */

	/* hide all grip sliders, replace with instructional text */
	#ftf-slider, #recruit-slider { display: none !important; }

	#symbols-slider, #symbols-slider #drag-button, #detail-button-container, #detail-button-container .ui-slider .ui-slider-handle,
	#equipment-slide-controls, #equipment-slide-controls .ui-slider .ui-slider-handle { background-image: none !important; }

	#symbols-slider:after, #equipment-slide-controls:after, #detail-button-container:after { color: #A0A0A0; content: "← Swipe Left and Right →"; font-size: 13px; line-height: 27px; text-align: center; margin: 0 auto; width: 100%; display: inline-block; }
	ul#rank-slide-tabs { margin-top: 50px !important; }

	/* symbols page: move shadows out a little */
	.slideshow-shadows-right, .slideshow-shadows-left { display: none !important; } /* hide both gradient shadows */

	/* photo library */
	#tab-one #related-next { right: 0 !important; }
	#tab-one #related-previous { right: 953px !important; }

	/* video library */
	#tab-one .video-slideshow-previous { margin: 0 -18px 0 -12px !important; }
	#tab-one .video-slideshow-next { margin: 0 -22px 0 -9px !important; }

	/* success stories */
	#flowpanes .qcSuccessLeftCol { width: 540px !important; }
	#qcSuccessContentSlideContainer .rightArrow { margin-left: 908px !important; }

	/* global campaign */
	/*#slide-controls-container { display: none;}*/

	/* flash audio controls */
	#audio-control { display: none; }

	.operations-slide:hover .slide-front {
		display: block !important;
	}

	.operations-slide:hover .slide-back {
		display: none !important;
	}

}

.fb-container {
}

/* Fixes visibility of text on panel for admin screen. */
.lfr-portlet-item p, .lfr-add-content h2, .aui-underlay .portal-add-content, .lfr-layout-template label {
	color: white;
}

/* USERINSIGHT POPUP SURVEY STYLING */
.no-close .ui-dialog-titlebar-close {
    display: block;
}

.no-title .ui-dialog-titlebar {
    display: block;
}

.image-titlebar .ui-dialog-titlebar {
    border: none;
    background: #ffffff url(//www.userinsight.com/wp-content/uploads/2014/03/logo_web.gif) no-repeat left top;
    background-size: contain;
}

.ui-button-text {
    color: rgb(85, 85, 85);
    cursor: pointer;
    display: block;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 22px;
    letter-spacing: normal;
    line-height: normal;
    padding: 7.04px 17.6px;
    text-align: center;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    word-spacing: 0px;
}

.logo-img {
    color: rgb(34, 34, 34);
    display: block;
    font-family: Verdana, Arial, sans-serif;
    font-size: 18px;
    height: 34px;
    width: 414.8125px;
}

.ui-dialog {
  z-index: 1000;
}

.ui-widget-header {
  background: transparent !important;
  border: none !important;
}

.ui-widget-header .ui-icon {
  background-image: url("/marines-theme/images/jqueryui/ui-icons_222222_256x240.png") !important;
}

.ui-dialog .ui-dialog-titlebar {
    display: block !important;
}

.ui-dialog .ui-dialog-titlebar-close .ui-button-text{
  display: none !important;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: -2px !important;
}

.document-download li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1em;
}

.document-download li a div#download-text {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1em;
  padding-left: 35px;
  padding-bottom: 10px;
}

#download-icon {
  background: url(/marines-theme/images/icons/document-white.png) no-repeat;
  float: left;
  width: 25px;
  height: 25px;
  background-size: 25px;
  min-height: 30px;
  display: block;
  background-position: 0 0;
}

#download-icon-ie8 {
	 float: left;
  width: 25px;
  height: 30px;
  display: block;
  background-position: 0 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/marines-theme/images/icons/document-white.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/marines-theme/images/icons/document-white.png', sizingMethod='scale')";
}

.video-bar {
	 border-top: 10px solid red;
	 padding-top: 35px;
  display: block;
}

.document-download li a:hover #download-icon {
	 background: url(/marines-theme/images/icons/document-gray.png) no-repeat;
	 background-size: 25px;
  min-height: 30px;
  display: block;
  background-position: 0 0;
}

.document-download li a:hover #download-icon-ie8 {
  float: left;
  width: 25px;
  height: 30px;
  display: block;
  background-position: 0 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/marines-theme/images/icons/document-gray.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/marines-theme/images/icons/document-gray.png', sizingMethod='scale')";

}

/**** Needed for NEW Brightcove player ******/

.video-player-detail {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.video-player-detail .BrightcoveExperience,
.video-js {
  width: 100% !important;
  height: 100% !important;
}

div[id^='mobileVideo'] .vjs-big-play-button:before {
  background-position: -261px -192px;
  content: "" !important;
  display: block;
  height: 41px;
  width: 40px;
  top: 0px;
	left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.vjs-big-play-button:before {
  content: "" !important;
}

div[id^='mobileVideo'] .vjs-big-play-button,
div[id^='mobileVideo'] .vjs-mouse .vjs-big-play-button,
div[id^='mobileVideo'].vjs-tech .vjs-big-play-button,
div[id^='video-player-detail'] .vjs-big-play-button,
div[id^='video-player-detail'] .vjs-mouse .vjs-big-play-button {
    background: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 0px;
    width: 75px;
    height: 73px;
    background-image: url(/marines-theme/images/layout/video-library/overlay_play_button_medium.png);
    background-repeat: no-repeat;
    padding: 0;
    background-position: -6px -5px;
    border-radius: 45px;
}

div[class^='bc-player'] .vjs-big-play-button:hover,
div[class^='bc-player'] .vjs-big-play-button:focus,
div[class^='bc-player'] .vjs-progress-holder:focus:before
{
  box-shadow: none;
  border-radius: 0px;
}

div[class^='bc-player'].vjs-mouse .vjs-big-play-button {
   width: 100%;
  height: 60%;
  top: 0px;
  left: 0px;
}

.BrightcoveExperience,
.video-placeholder {
	 width: 100%;
	 height: 100%;
}
/**** END NEW Brightcove player ******/

.contact-recruiter-button-container {
	margin: 15px 0 20px;
}

.contact-recruiter-button {
	background: url(/marines-theme/images/layout/navigation/contact-a-recruiter.png) no-repeat 0 0;
	display: block;
	height: 22px;
	margin: 10px 0 0 0;
	width: 136px;
}

.contact-recruiter-button:hover,
.contact-recruiter-button:focus {
  background-position: 0 -22px;
}

.BrightcoveExperience.vjs-ended .vjs-poster,
.video-js.vjs-ended .vjs-poster {
  display: block;
}

.button-sharing-fb img {
	height: 20px;
}

#marines-fb-share {
	margin-top: 9px !important;
}