/*
* DSCA Public Site
* NAVSUP BSC
* 2013
*/

/* #Reset & Basics
================================================== */
html, body {
	margin: 0;
	padding: 0;
}
article, aside, details, i, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* #Basic Styles
================================================== */
body {
	background: url("../images/NetworkNodeGlobe.png") center 8px no-repeat #182d45;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 81.25%;
	line-height: 21px;
	colors: #666;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
        width:auto; 
        height:auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
}
table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: baseline;
}
/* Basic Alignment
================================================== */
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#wrapper img {
	max-width: 100%;
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 600;
	letter-spacing: -0.2px;
}
h2 span, h3 span {
	color: #888;
	font-weight: 200;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 175%;
	line-height: 50px;
}
h2 {
	font-size: 150%;
	line-height: 30px;
}
h3 {
	font-size: 125%;
	line-height: 34px;
}
h4 {
	font-size: 110%;
	line-height: 30px;
}
h5 {
	font-size: 100%;
	line-height: 24px;
}
h6 {
	font-size: 90%;
	line-height: 21px;
}
p {
	margin: 0 0 15px 0;
	line-height: 21px;
}
p img {
	margin: 0;
}
/* #Links
================================================== */
a, a:visited {
	/*color: #169fe6;*/
	color:#324FE1;
	text-decoration: none;
	outline: 0;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	-transition: color 0.1s ease-in-out;
}
a:hover, a:focus {
	color: #888;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Lists
================================================== */
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
li {
	line-height: 18px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
/* #Forms
================================================== */
input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #e0e0e0;
	padding: 8px 9px;
	outline: none;
	font-size: 80%;
	color: #888;
	margin: 0;
	max-width: 100%;
	display: block;
	background: #fff;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	border-radius: 2px;
}
select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #d6d6d6;
	color: #888;
}
textarea {
	min-height: 60px;
}
label, legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
/* #Float settings 
================================================== */
.float-left.clear-both {
	float: left;
	clear: both;
}
.float-right.clear-both {
	float: right;
	clear: both;
}

/* #Hide Mobile Sections
================================================== */
#MobileVideo {
  display: none;
}


/* #Custom Page Headers
================================================== */
.news-release-header, .about-header, .media-header, .programs-header, .resources-header, .mas-header {
	background: url(../images/newsrelease-header.png) no-repeat;
	max-width: 100%;
	height: 100px;
	margin-bottom: 10px;
}
.about-header {
	background: url(../images/about-header.png) no-repeat;
}
.media-header {
	background: url(../images/media-header.png) no-repeat;
}
.programs-header {
	background: url(../images/programs-header.png) no-repeat;
}
.resources-header {
	background: url(../images/resources-header.png) no-repeat;
}
.mas-header {
	background: url(../images/mas-header.png) no-repeat;
}
/* #Misc
================================================== */
.offscreen {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
h2.home-title {
	padding: 15px 0;
        margin:0;
	color: #999;
	text-transform: uppercase;
}
ul.home-updates {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
}
ul.home-updates li {
	padding-bottom: 10px;
}
#current {
	background-color: #169fe6;
	border-right: 1px solid #169fe6;
}
.selected {
	color: #169fe6 !important;
}
#breadcrumbs {
	padding-top:15px;
	font-style:italic;
	font-size:90%;
}
p.search-info {
	display:none;
	visibility:hidden;
}
.mission-areas {
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	color: #707070;
}
.scope {
	border: 1px solid #ddd;
	padding: 15px 10px 0;
	background: #eee;
	text-align: center;
	font-size: 100%;
}
.scope ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.scope li {
	padding-bottom: 15px;
	color: #707070;
}
/* =================================================================== */
/* Header
====================================================================== */
img a {
	border: none;
}
#top-line {
	width: 100%;
	background: #dcad15;
	height: 5px;
	display: block;
}
#header {
	min-height: 130px;
}
#header-right {
	float: right;
	width: 250px;
	clear: none;
	display: block;
}
#logo {
	margin: 5px 0px;
}
#logo a img {
	float: left;
	height:120px;
	
	/*width: 342px;
	height: 115px;*/
}
/* Search Styles
====================================================================== */
/* .top-search {
	float: right;
	background: url("../images/search-bg.png") no-repeat; 
	width: 246px;
	height: 40px;
	margin: 0;
}
.top-search input {
	background: none !important;
	border: none !important;
	margin: 1px 0 0 15px;
	color: #fff;
	font-size: 95%;
	*/
.top-search-mobile {
	display: none;
}
.top-search2 {
	float: right;
	margin: 20px 0 0 0;
}
.top-search2 #edit-search-block-form--2 {
	float: left;
	clear: none;
	margin: 5px;
	width: 175px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#search-block-form h2 {
	display: none;
}
#search-block-form .form-item {
	float: left;
	clear: none;
	margin: 0px;
}
#search-block-form .form-actions {
	float: left;
	clear: none;
	margin-top: 4px;
}
#search-block-form .form-actions input{
	text-indent: -9999px;
	background: url("../images/search20x20.png") no-repeat left center !important;
	border: 0;
	width: 30px;
	height: 30px;
}
#search-block-form .form-submit {
	float: left;
	clear: none;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
}
#search-block-form label {
	display: none;
}
/* Social Icons
====================================*/
.social-icons {
	float: right;
	clear: none;
	margin: 15px 15px 0px 0px;
}
.social-icons li , .social-icons div{
	display: inline;
	list-style: none;
	text-indent: -9999px;
	margin: 5px 0px 5px 0px;
	float: left;
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-icons li a {
	display: block;
	padding-left: 11px;
	height: 24px;
	width: 24px;
}
.social-icons li:hover {
	opacity: 0.5;
}
/* Icon List */
.facebook {
	background: url(../images/social/facebook.png) no-repeat 50%;
	margin: 0 -4px;
}
.rss {
	background: url(../images/social/rss.png) no-repeat 50%;
	margin: 0 -5px 0 0;
}
.youtube {
	background: url(../images/social/youtube.png) no-repeat 50%;
}
/*====================================*/
/* Menu
====================================*/
#main-nav {
	background: url("../images/nav-bg.png") repeat-x !important;
	display: block;
	/*float: left;*/
	height: 49px;
	width: 980px;
	margin-left: -10px;
	left: 1px;
}
#superfish-1 {
	max-width: 100%;
}
.left-corner, .right-corner, .ft-left-corner, .ft-right-corner {
	display: block;
	position: relative;
	float: left;
	width: 0px;
	height: 0px;
	border-style: solid;
	top: 49px;
	opacity: 0.58;
	filter: alpha(opacity=58);
}
.left-corner {
	border-color: transparent #ddac12 transparent transparent;
	border-width: 0 9px 9px 0;
	float: left;
	left: 1px;
}
.right-corner {
	border-color: #ddac12 transparent transparent transparent;
	border-width: 9px 9px 0 0;
	float: right;
	right: 1px;
}
.ft-left-corner {
	top: -9px;
	border-color: transparent #ddac12 transparent transparent;
	border-width: 9px 9px 0 0;
	float: left;
	left: 1px;
}
.ft-right-corner {
	top: -18px;
	border-color: transparent transparent #ddac12 transparent;
	border-width: 9px 9px 9px 0;
	float: right;
	right: 1px;
}
li.sf-depth-1, li.sf-depth-2, li.sf-depth-3 {
	margin: 0 !important;
	padding: 0 !important;
}
li.menuparent span {
	cursor: pointer;
	display: block !important;
	color: #fff;
	font-weight: 400;
	padding: 15px 20px 16px 20px;
	border-right: 1px solid #666;
}
a.sf-depth-1 {
	color: #fff;
	font-weight: 400;
	margin: 0 !important;
	padding: 15px 20px 16px 20px;
	border-right: 1px solid #666;
}
li.sf-depth-1 a.active {
	color: #fff !important;
}
a.sf-depth-1:hover, li.menuparent span:hover {
	background-color: #163c6d;
	border-left: none;
	border-right: 1px solid #707070;
}
li.menuparent ul {
	margin-top: 16px;
	background-color: #fff;
	border-top: none !important;
	border: 1px solid #e0e0e0;
}
li.menuparent ul li a {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	padding: 9px 12px;
	border-top: 1px solid #e6e6e6;
}
li.menuparent ul li a:hover {
	background-color: #f5f5f5;
}
li.sf-depth-2 a.active, li.sf-depth-3 a.active {
	color: #777 !important;
}
/* =================================================================== */
/* STR Banner
====================================================================== */
#str-banner {
	background-color: #EDEDED;
	height: 80px;
	width: 918px;
	float: left;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #999999;
	font-weight: bold;
}
#str-banner a {
	color: black;
	text-decoration: none;
}
#str-banner a:hover {
	color: #4A4A4A;
}
#str-banner .icons {
	float: left;
	clear: none;
	margin-top: 5px;
}
#str-banner .icons img {	
	border: 1px solid #999999;
	padding: 0px;
}
#str-banner .title {
	float: left;
	clear: none;
	width: 812px;
	text-align: center;
	margin-top: 10px;
}
#str-banner .title .top-title {
	font-size: 30px;
	color: #d3a511;
	font-weight: bold;
}
#str-banner a:hover .title .top-title {
	color: #D4AD31
}
#str-banner .title .bottom-title {
	font-size: 15px;
}
#mobile-str-banner {
	display: none;
}
/* =================================================================== */
/* Slideshow
====================================================================== */
#slidshow-container {
	margin-top: 10px;
}
#slideshow {
	background: #ccc;
	border: 1px solid #aaa;
	width: 468px;
	min-height: 268px;
	padding: 15px;
	margin: 0 0 25px;
	position: relative;
}
#slideshow img {
	max-width: 100%;
	height: auto;
}
#slideshow .views-slideshow-controls-bottom {
	position: absolute;
	top: 275px;
	width: 468px;
}
#slideshow .views-slideshow-pager-fields {
	float: right;
}
#slideshow .views-slideshow-pager-field-item {
	float: left;
	margin-right: 6px;
}
#slideshow .views-content-field-slider-pager {
	height: 9px;
	width: 9px;
	background-color: #fff;
}
#slideshow .active .views-content-field-slider-pager {
	background-color: #FCB217;
}
.caption {
	z-index: 500;
	position: absolute;
	bottom: 4px;
	left: 0;
	height: 40px;
	padding: 5px 20px 0 20px;
	background: #000;
	background: rgba(0, 0, 0, .5);
	width: 430px;
	font-size: 80%;
	line-height: 1.33;
	color: #fff;
	border-top: 1px solid #000;
	text-shadow: none;
}
.image-archive {
	padding: 15px 0;
	font-size: 80%;
	border-bottom: 1px solid #ddd;
}
.image-caption, .image-date {
	padding-top: 5px;
	font-weight: bold;
}
/* Icon Boxes
====================================================================== */
.icon-box-container {
	margin: 40px 10px;
  float: left;
  clear: both;
}
.icon-box-container .columns {
  margin-left: 15px;
  margin-right: 15px;
}
.icon-box-container p {
	margin: 0;
}
.icon-box {
  float: left;
  clear: both;
  width: 100%;
}
.icon-box p {
	margin-left: 40px;
	clear: both;
	text-align: justify;
}
.icon-box .header-icons {
	clear: both;
}
.icon-box i {
	float: left;
	clear: none;
	font-size: 22px;
	color: #404040;
	width: 25px;
	margin: 13px 0px 13px 0px;
}
.icon-box .header-icons h2 {
	margin: 10px 0px 10px 10px;
	float: left;
	clear: none;
	font-size: 34px;
	color: #d3a511;
}
.icon-box h2 a {
	color: #619744;
}
.icon-box h2 a:hover {
	text-decoration: underline;
}
#rixey {
	width: 90px;
	float: left;
	margin: 0px 15px 0px 0px;
}
.More-button {
	float: right;
	clear: both;
}
/* =================================================================== */
/* News and Media
====================================================================== */
#home-media .nav {
	float: left;
	clear: both;
	width: 720px;
	margin: 0 100px;
}
.tab-content {
	width: 720px;
	margin: 15px 100px;
	float: left;
	clear: both;
}
#home-media ul li a {
	font-weight: bold;
}
#home-media ul li.active a {
	color: black;
}
.homepage-article {
	float: left;
	clear: both;
	margin: 15px;
}
.homepage-article .date {
	float: left;
	clear: none;
	width: 50px;
	height: 70px;
	background-color: #619744;
	margin: 5px 15px 5px 5px;
	color: white;
	text-align: center;
	padding: 5px;
	line-height: 18px;
}
.homepage-article .date .day{
	font-size: 34px;
	clear: both;
	font-weight: bold;
	margin-top: 8px;
}
.homepage-article .date .month{
	font-size: 14px;
	clear: both;
	margin-top: 10px;
}
.homepage-article .date .year{
	font-size: 14px;
	clear: both;
}
.homepage-article .title {
	margin-top: 10px;
	font-size: 16px;
	color: black;
	text-decoration: underline;
	font-weight: 600;
}
.homepage-article .title a{
	color: black;
}
.homepage-article .title a:hover{
	color: #404040;
}
.homepage-images {
	margin-left: 15px;
}
.homepage-img {
	float: left;
	clear: none;
	margin: 3px 6px;
}
.homepage-img img{
	padding: 4px;
	border: 1px solid #bebebe;
}
/* =================================================================== */
/* Font Awesome Styles
====================================================================== */
.lb-caption a {
	color: #ccc;
}
.lb-caption a:hover {
	text-decoration: underline;
}

/* =================================================================== */
/* Font Awesome Styles
====================================================================== */
@font-face {
	font-family: "FontAwesome";
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot?#iefix') format('eot'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
.icon-book, .icon-money, .icon-bullhorn {
	background: url(../images/samm-icon.png) no-repeat;
	content: none;
	width: 32px;
	height: 32px;
}
.icon-money {
	background: url(../images/fms-icon.png) no-repeat;
}
.icon-bullhorn {
	background: url(../images/mas-icon.png) no-repeat;
}
/* Page Title
====================================*/
.page-title {
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid #e0e0e0;
}
.page-title h2 {
	float: left;
	font-weight: normal;
	/*padding: 30px 0;*/
	padding:10px 0;
}
/* Sidebars
====================================*/
.floated.sidebar.left {
	background: #fcfcfc;
	margin-right: -20px;
	border-right: 1px solid #e0e0e0;
	-webkit-box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	padding: 0 10px 0 25px;
}
#page-content-wrapper {
	float: right;
}
.sidebar, .page-content {
	padding: 40px 0;
}
/* Widgets */
.widget {
	margin: 0;
}
.widget h4 {
	margin: 0 0 12px 0;
}
/*.widget ul li {
	margin:0 !important;
	padding:0 0 5px !important;;
}*/

.widget ul.menu li {
	margin:0;
	padding:0;
}
.widget ul.menu li.expanded .menu {
	margin:0;
	padding:5px 0 0 8px;
	font-size:85%;
}

.widget .menu a {
	color: #333;
	display: block;
	padding: 3px 0;
	padding-left: 10px;
	background: url(../images/categories.png) no-repeat left 7px;
}
.widget .menu li a:hover, .widget .menu li.expanded .menu a:hover {
	color: #324FE1;
}
.widget .menu li:first-child a {
	margin: -6px 0 0 0;
}
.widget .menu li.expanded .menu a {
	color: #777;
}

/* Pagination
====================================*/
ul.pager {
	margin:10px 0 0 0 !important;
}

/* =================================================================== */
/* Footer
====================================================================== */
#footer-bar {
	/*float: left;*/
	background: url("../images/nav-bg.png") repeat-x;
	height: 49px;
	width: 980px;
	margin-left: -10px;
	left: 1px;
}
#footer-bar p {
	padding-top: 0.85em;
	text-align: center;
	color: #fff;
}
#footer {
	width: 980px;
	padding: 10px 0 31px 0;
	margin: 0 auto;
	font-size: 85%;
	clear: both;
}
#footer .menu li {
	margin:0 !important;
	padding-top:0 !important;
}
#footer h5 {
	margin:0;
	padding:0;
	text-transform: uppercase;
	color: #DCAD15;
}
#footer-bottom {
	background: #424242;
	width: 1020px;
	padding: 15px 0;
	margin: 0 auto;
}
#footer, #footer p, #footer a {
	color: #fff;
}
#footer p {
	font-size: 110%;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul.social li {
	float: left;
	padding-right: 20px;
}
#footer-links {
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
	margin-top: 25px;
	clear: both;
}
#footer-links ul {
	margin:0;
	padding:10px 0 0 20px;
}
#footer-links ul li {
	float: left;
	padding: 0 20px 0 0 !important;
	font-size:95%;
}
.ql-expand {
	margin-top: 15px;
}
.gold, a.gold {
	color: #DCAD15 !important;
}
#footer h4 {
	padding: 0 0 1px;
	border-bottom: 1px solid #fff;
	margin: 0 0 10px 0;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
}
/* =================================================================== */
/* Drupal Overrides
====================================================================== */
#content-m {
	min-height:400px;
	background:#fff;
	text-align:center;
}
#logo-title {
	padding:10px 0;
	text-align: center !important;
}
h1#site-name {
	display: none;
	visibility: hidden;
}
#search-block-form label {
	display: none;
}
h1#page-title {
	color: #dcad15;
	font-weight: normal;
	text-transform: capitalize;
}
#content-content {
	color: #999;
	margin-top
}
.mas-regions {
	padding:10px 0;
	border-bottom:1px solid #eee;
}
.mas-regions .views-field-title {
	padding-top:10px;
}
.mas-regions .views-field-title a {
	text-decoration:none;
	color:#324FE1;
	font-weight:bold;
	font-size:125%;
}
.mas-regions .views-field-title a:hover {
	text-decoration:underline !important;
}
.mas-regions .views-field-body {
	font-size:95%;
}
.mas-regions div.views-field-created {
	font-size:80%;
	color:#999;
}
li.leaf, li.expanded, li.collapsed {
	list-style-type:none !important;
	list-style-image:none !important;
	list-style:none !important;
}
/*************** Login Page Styles ***************/
.login-logo {
	text-align:center !important;
	margin:10px auto;
	width:300px;
}
.dod-warning {
	background:#fff;
	margin:25px auto;
	padding:0 25px 15px;
	width:85%;
	border:2px solid #ccc;
}
.dod-warning ul {
	list-style:square;
}
.dod-warning li {
	padding-bottom:10px;
}
.dod-warning h1 {
	font-size:175%;
	color:#ff0000;
	margin:0;
	padding:0;
	text-align:center;
}
.login-form {
	background:#fff;
	width:50%;
	padding:25px;
	margin:0 auto 25px;
}
.login-form h2 {
	color: #dcad15;
	font-weight:normal;
}

/* =================================================================== */
/* Media Queries
====================================================================== */

/* All Mobile Sizes (devices and browsers)
====================================================================== */
@media only screen and (max-width: 767px) {

	#str-banner, #header-right, #header-left, #slideshow, .nine .home-title, #footer .alpha,  #footer-bar, .social-icons, .contact-details, .slide-caption, .left-corner, .right-corner {
		display: none;
	}
	.news-release-header, .about-header, .media-header, .programs-header, .resources-header, .mas-header, span.print-link {
		display:none;
	}
	#mobile-str-banner {
		display: block;
	}
	#main-nav {
		background:none !important;
		margin: 10px 0 25px 9em;
		width: 70%;
		height: auto;
	}
	#logo{
		float: left;
		clear: both;
	}
	#logo a img {
		height: auto;
		width: auto;
	}
	#news-and-media #myTab, #news-and-media .tab-content{
		width: 100%;
		margin: 0;
	}
	#news-and-media .tab-content .body {
		display: none;
	}
  #OpenVideoDialog {
    display: none;
  }
  #MobileVideo {
    display: block;
  }
	#footer-links {
		border-top:none;
		margin:0;
		padding:0;
	}
	#footer-links li {
		float:none;
		clear:both;
	}
	#footer h4 {
		margin-top: 20px;
	}
	#footer {
		padding-top: 20px;
	}
	.page-title {
		padding-bottom: 30px !important;
	}
	.icon-box-container {
		margin: 30px 0 20px 0;
	}
	.icon-box {
		margin-bottom: 20px;
	}
	.page-title h2 {
		padding: 0;
		position: relative;
	}
	.floated.sidebar {
		position: relative;
	}

	.floated.sidebar.left {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding-bottom: 0;
		margin: 0;
		border: none;
	}
	.floated.sidebar.left {
		border-bottom: 1px solid #e0e0e0;
	}
	
	
	.header-icons i {
		display: none;
	}
	.icon-box .header-icons h2 {
		font-size: 30px;
		width: 100%;
		text-align: center;
	}
	.icon-box p {
		margin: 0;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#wrapper, #footer, #footer-bottom {
		width: 420px;
	}
	.container.floated {
		width: 420px;
		margin:0 !important;
	}
	.blank.floated {
		width: 360px;
		padding: 0 30px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
====================================================================== */
@media only screen and (max-width: 479px) {
	#wrapper, #footer, #footer-bottom {
		width: 320px;
	}
	#main-nav {
		margin: 25px 0 25px 6em;
	}
	.container.floated {
		width: 320px;
		padding: 0;
	}
	.blank.floated {
		width: 260px;
		padding: 0 30px;
	}
	
	

}
