/*-----------------------------------------
				CONTENT PAGE
-------------------------------------------
	1. MAIN / OVER-RIDES
	2. USEFUL SHORTCODES
	3. LISTING
	4. HEADER
	5. FOOTER
	6. TABS
	7. SPEECHES
	99. UNKOWN MATERIALS =D
-----------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);

.loader {		
	/* loads body before JS */
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: url('../images/mof_loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

/*----------------------------------------------------------------------
	1. MAIN / OVER-RIDES
----------------------------------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0 0 0 0;
	color: #000;
	background: #fff url(../images/bg1.png) repeat-x; 
	width: 100%; 
	font:normal 14px arial, verdana, sans-serif;
	text-shadow: 0 0 1px transparent; /* google font pixelation fix */
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, sans-serif;
}

h1 {font-size:26px; font-weight:bold; color:#0e4685;text-transform: uppercase;}
h2 {font-size:20px; font-weight:bold;}
h3 {font-size:18px; font-weight:bold;}
h4 {font-size:16px; font-weight:bold;}
h5 {font-size:14px; font-weight:bold;}
h6 {font-size:12px; font-weight:bold;}

thead th,
tbody th {
	font-family:  arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	font-family:  arial, verdana, sans-serif;
}

blockquote {
	font-family:  arial, verdana, sans-serif;
}

.menu {
	font-family:  arial, verdana, sans-serif;
}

.b-links a, .b-links a:active, b-links a:focus {		
	/* Links for Press Releases & Speeches*/
	color:#333;
	text-decoration:none;
}

.b-links a:hover {
	color: #ff9c00;
	text-decoration:underline;
}

.subheader {		
	/* Sub title with underlin e.g. Data Center */
	color: #0e4685; 
	margin: 10px 0 10px 0; 
	border-bottom: 1px solid #0e4685; 
	line-height: 32px;
}

.container {
	margin: 0 auto;
	padding: 0;
}

.container.flex {
	width: 100%;
	max-width: 100%;
	padding: 0 2%;
	padding: 2em;
}


.row {
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
}

a {
	color: #0c4c83;
}

.btn-primary {			/*------ FOR THY BUTTON ------*/
  background-color: #0c4c83;
}

.search option a{
	background-color: #fff;
	color: #000;
}

.search option:hover, .search option:focus {
	background-color: #1070d1;
}

iframe {
	frameborder: 0;
}

.text-trans {
	color: transparent;
}

/* For subpage banner title */
.title-one {
	font-size:26px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	margin-bottom: 10px;
}

.subtitle-one {
	font-size:16px;
	color: #fff;
}

.title-two {
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	margin-bottom: 10px;
}

.text-white {
	color:#FFF;
}

.title-three {
	font-size:20px;
	font-weight:bold;
	color:#333;
	margin-bottom: 10px;
}

.subtitle-three {
	color:#333;
}

.newsfeed {
	color:#0e4685;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	border-top:1px solid #F2F2F2;
	padding: 20px 0;
	width:100%;
}

/*----------------------------------------------------------------------
	2. USEFUL SHORTCODES
----------------------------------------------------------------------*/
.separator {
	width: 100%;
	height: 1px;
	clear: both;
	margin: 10px 0;
	display: inline-block;
}

.separator-dotted {
	width: 100%;
	clear: both;
	border: 1px #777777 dotted;
	margin-top: 50px;
	margin-bottom: 20px;
	display: inline-block;
}

.separator-thick {
	width: 100%;
	height: 3px;
	clear: both;
	background: #dedede;
	margin: 20px 0;
	display: inline-block;
}

.separator-thin {
	width: 100%;
	height: 1px;
	clear: both;
	background: #dedede;
	margin-top: 10px;
	display: inline-block;
}

.clear {
	clear: both;
}

.element {		
	/* Usage as a Mixin */
  .clearfix();
}

.center {
	text-align: center;
}


/*----------------------------------------------------------------------
	3. LISTING
----------------------------------------------------------------------*/
.fa {
	margin-left:-25px;
	padding-right: 10px;
}

.fa-ul {
	list-style-type:none;
}

.fa-ul > li {
	margin-bottom: 10px;
}


/*----------------------------------------------------------------------
	4. HEADER
----------------------------------------------------------------------*/
#header {
	margin: 0 auto;
	padding-bottom: 10px;
	color: #4e4e4e;
	font-size: 0.9em;
	position: relative;
	display: block;
	background-color: #fff;
}


/*----------------------------------------------------------------------
	5. FOOTER
----------------------------------------------------------------------*/
#footer {
	padding: 20px;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
	position: relative;
	display: block;
	background-color: #064983;
}

#footer .sitemaps ul{
	display:inline-block;	
	padding-bottom:8px;
}

.centralize{
	margin:0 auto !important;
	display:block;	
}

#footer .sitemaps a {
	color: #FFF;
	text-decoration: none;
	padding-bottom: 3px;
}

#footer .sitemaps a:hover {
	color: #ff9c00;
	text-decoration: underline;
	padding-bottom: 3px;
}

#footer .sitemaps li {
	list-style-type: none !important;
	padding-bottom: 3px;
	white-space: nowrap;
}

#link-top {
	display: none;
}

#credit {
	text-align: left;
	padding: 10px;
	margin: 0 auto;
	color: #fff;
	font-size: 0.8em;
	position: relative;
	display: block;
	background-color: #1f1f1f;
}

#credit a {
	color: #FFF;
	text-decoration: none;
	padding-bottom: 3px;
}

#credit a:hover {
	color: #ff9c00;
	text-decoration: underline;
	padding-bottom: 3px;
}


/*----------------------------------------------------------------------
	6. TABS
----------------------------------------------------------------------*/
.nav-tabs > li.active > a, 			
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {	
	/* Tabs for MOF For... */	
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border-top: 1px solid #0e4685;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	margin: 0 -2px 0 0;
	z-index: 0;
}

.nav-tabs > li > a {
	font-size: 14px;
	font-weight: bold;
	color: #0e4685;
	background-color: #eeeff4;
	border-top: none;
	border-bottom: none;
	border-radius: 0;
	margin:0 -2px 0 5px;
	z-index: 0;
}

.tab-content{
	border-top:1px solid #4477a2;
	background:#fff;
	clear:both;
	padding-top:25px;
	margin:0 0 20px 0;
	margin-top: -10px;
	z-index: 9;
}

.nav-tabs2 > li.active > a, 		
.nav-tabs2 > li.active > a:hover, 
.nav-tabs2 > li.active > a:focus {		
	/* Tabs for Press Releases */
	font-size: 14px;
	font-weight: bold;
	color: #fff !important;
	border-top: 1px solid #0e4685;
	border-bottom: 1px solid #0e4685 !important;
	background-color: #0e4685 !important;
	border-radius: 0;
	margin:0 -2px 0 0;
	z-index: 0;
}

.nav-tabs2 > li > a {
	font-size: 14px;
	font-weight: bold;
	color: #0e4685;
	background-color: #eeeff4;
	border-top: none;
	border-bottom: none;
	border-radius: 0;
	margin:0 -2px 0 5px;
	z-index: 0;
}


/*----------------------------------------------------------------------
	7. SPEECHES
----------------------------------------------------------------------*/
.nav-tabs3 > li.active > a, 		
.nav-tabs3 > li.active > a:hover, 
.nav-tabs3 > li.active > a:focus {		
	/* Tabs for Speeches */
	font-size: 14px;
	font-weight: bold;
	color: #fff !important;
	border-top: none;
	background-color: #0e4685 !important;
	border-radius: 0;
	margin:0;
	z-index: 0;
}

.nav-tabs3 > li > a { 
	font-size: 14px;
	font-weight: bold;
	color: #9ec1e4;
	background-color: transparent;
	border-top: none;
	border-bottom: none;
	border-radius: 0;
	margin:0;
	z-index: 0;
}

.tab-content3{
	border-top: none !important;
	background: none;
	clear:both;
	padding-top:25px;
	margin:-15px 0 20px 0;
	z-index: 9;
}

.speech {
}

.alternate {
	background-color: #d3e5ee !important;
}

.speech > li {
	list-style-type:none !important;
	background-color: #bcd4e1;
	height: 100px;
	padding: 5px 15px 15px 0;
	margin-left: -40px;
	margin-bottom: 3px;
}

.speech img {
	border: 1px solid #0e4685;
	width: 100px;
	height: 100px;
	margin-right: 15px;
	margin-top: -5px;
}





/*----------------------------------------------------------------------
	99. UNKOWN MATERIALS =D
----------------------------------------------------------------------*/
#wrap {
	width: 100%;
	background: #fff;
	margin: 30px auto 30px auto;
	padding: 0 2%;
	border: 1px solid #ccc;
}


.callout {
	background: #4598ef;/*#86dc00;*/
	padding: 3em 0;
	color: #fff;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
	text-align: center;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	display: block;
}

.callout + div.grid { margin-top: 50px; }
a.callout { cursor: pointer; }
.callout i.icon-4x { font-size: 6em; }
.callout h4 { margin-bottom: 30px; }
.callout-top { margin: 50px 0 0 0; }
.callout p { margin-bottom: 0; }
.callout .button { margin-top: 10px; }
.callout.green { background: #19ad0b;/*#86dc00;*/ }

#mc_embed_signup {
	padding: 30px 0;
}

#ui-preview {
	border: 5px solid #ddd;
	margin: 30px 0;
	display: block;
}

.pushleft{
	margin-left:103px;	
}

.imgandtext{
	display:inline-block;	
	vertical-align:top;
	border:none !important;
	padding:0;
	margin-left:-10px;
}

.imgandtext img{
	width:100%;
	padding:0;	
}

.descriptions{
	display:inline-block;
	width:100%;
	padding-left:8px;
}

.tab-content > .img-thumbnail{
	display:inline-block;
}

.container{
	max-width:980px;
	width:100%;
	margin:0 auto;	
}


#cols{
	padding:0;	
}

.more-links span{
	display:block;	
	padding-left:25px;
}

.nopadding, .subpage{
	padding:0 !important;	
}

.nomargin{
	margin:0!important;	
}



@media screen and (max-width : 925px) {
	.logo img{
		float:none !important;
		margin:0 auto;
		display:block;	
	}
}

@media screen and (max-width : 880px) {
	.more-links{
		margin-top:10px;	
	}
	
	.tab-content{
		border-top:none;	
	}
}
/* Small Devices, Tablets */
@media screen and (max-width : 640px) {
	.responsive_text{
		text-align:center !important;	
		float:none !important;
	}
	
	.text-right{
		text-align:center;
		margin-top:15px;		
	}
}

/* Extra Small Devices, Phones */ 
@media screen and (max-width : 480px) {
	
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
		padding:0;	
	}
}

/* Custom, iPhone Retina */ 
@media screen and (max-width:320px){
	.responsive_text{
		display:block;	
	}
}