@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { font-family: 'PT_Sans-Web-Regular', serif; margin: 0; font-size: 13px; line-height: 1.231; padding-bottom: 280px!important; background-color: rgba(215,215,215,1)!important; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

button:focus {outline:0;}

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background-color: #000;
}

.tile-item {
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 0px;
    padding: 0;
}

.row {
	

}
.no-padding {
	padding-right: 0!important;
}

.no-padding-left {
	padding-left: 8px!important;
}

footer {
    margin: 0 0;
}
/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a { color: color: rgba(255,255,255,1)!important; text-decoration:none!important; }
a:visited { color: rgba(0,0,0,1)!important; }
a:hover { color: rgba(255,255,255,0.75)!important; }
a:focus { color: rgba(255,255,255,1), outline: 0!important; }

a.email_link {
	color: rgba(0,202,239,1)!important;
}

a:hover.email_link { color: rgba(255,255,255,0.75)!important; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { color: rgba(255,255,255,1), outline: 0!important; }

a, a:visited, a:hover {
  cursor: pointer!important;
}



/* =============================================================================
   Named Fonts
   ========================================================================== */
<link rel="stylesheet" type="text/css" href="https://www.google.com/fonts#UsePlace:use/Collection:PT+Sans:400,400italic,700">

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #fff; text-decoration: none; }

mark { background: #ff0; color: #fff; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */


/*	-webkit-columns: 3 4em;
    -moz-columns: 3 2em;
    columns: 3 2em;
    -webkit-column-gap: 4em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    column-rule: none;*/

body {
    font-size: 100%;
	background-color: rgba(204,204,204,1);;
	padding-bottom:0;
}

h1 {
	font-size: 2.5em;
	line-height: 32px;
	letter-spacing: 0.25px;
	margin: 0;
	padding: 0;
	text-align: center;
}

h2 {
    font-size: 2.005em !important;
	font-weight:100;
	line-height: 38px;
	margin: 0;
	padding: 0;
	letter-spacing:2px;
}

h3 {
    font-size: 2.0em;
	line-height: 12px;
	margin: 0;
	padding: 0;
}

h4 {
    font-size: 1.75em;
	font-weight: 100;
	line-height: 12px;
	margin: 0;
	padding: 0;
}

h5 {
    font-size: 1.5em;
	font-style: normal;
	font-weight: 200;
	line-height: 12px;
	margin: 0;
	padding: 0;
}

p {
    font-size: 11px;
	font-weight:normal;
}

em {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.mbc_white {
	color: rgba(255,255,255,1);
}

.mbc_blue {
	color: #00CAEF;
}

.center_text {
	text-align:center;
}

.align_left {
	text-align: left!important;
}

.align_right {
	width: 100%;
	text-align: right!important;
}

.left {
	float:left;
}

.horizontal_line_full{
	background-color: #fff;
	border-color: #fff;
	height: 1px;
	width: 100%;
	display: block;
    margin: 1px auto;
    border-style: solid;
    border-width: 0px;
}

.horizontal_line_white, .horizontal_line_black {
	height: 1px;
	width: 80%;
	display: block;
    margin: 1px auto;
    border-style: solid;
    border-width: 0px;
}

.horizontal_line_white {
	background-color: #fff;
	border-color: #fff;
}

.horizontal_line_black {
	background-color: #000;
	border-color: #000;
}

.table-cell {
    display:table-cell;
    vertical-align: middle;
    width:100%;
    height:100%;
}

.two_column_list {
    -webkit-columns: 2 2em;
       -moz-columns: 2 2em;
            columns: 2 2em;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    -webkit-column-rule: none;
       -moz-column-rule: none;
            column-rule: none;
}

.two_column_list ul {
	margin: 0;
	padding: 0;
	
}

.underline {
	text-decoration: underline;
}

.bold {
	text-decoration: bold!important;
}

li.no_bullet {
	list-style:none!important;
}

li.no_bullet {
	list-style:circle!important;
}

/* MBC Blue */
.mbc_careers a:hover, .mbc_leadership_list a:hover {
	color: rgba(0,202,239,1)!important;
}

/* MBC White */
.mbc_careers a, .mbc_leadership_list a {
	color: rgba(255,255,255,1);
}

/*MBC Black */
.mbc_leadership_list a {
	color: rgba(0,0,0,1);
}

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

.tile_line {
	width: 60%!important;
	margin: 12px auto!important;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		4;
	dw-num-cols-desktop:	4;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
	
	@media only screen and (min-width:1280px) {}

	@media (min-width:1024px) and (max-width:1279px) {}
	
	@media (min-width:768px) and (max-width:1023px) {}
	
	@media (min-width:480px) and (max-width:767px) {}
	
	@media screen and (max-width:479px) {}
	
	@media only screen and (max-width:320px) {}
	
	@media only screen and (max-width:767px) {}
	
*/

/* Mobile Layout: 480px and below. */


#navcontainer_logo img {
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	margin: 0px;
	padding: 7px 12px;
	background-color: #111;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 1000;
}

.container {
	background-color: rgba(255,255,255,1.0);
	overflow:hidden;
}

.valign_center {
	display:table-cell;
    text-align: center!important;
	vertical-align: middle;
}

/*************************************************************
**
**		START: MBC Navigation : Stick Navigation Header
**
*************************************************************/
/*		START: MBC Navigation : Stick Nav : Top Container
*************************************************************/
div#navcontainer {
	height: 46px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: rgba( 0, 202, 239, 0.5 );
}
#navcontainer ul {
	width: 100% !important;
	margin: 0;
	padding:0;
	list-style-type: none;
	text-align: center;
	display: block;
}
#navcontainer ul li { clear:both; display:inline-block; width: 32.599%; }
#navcontainer ul li a {}
#navcontainer ul li a:hover { color: rgba(255,255,255,1); background-color: rgba(0,202,239,1);}
#nav-container {
	width: 13.7931%;
	margin-left: 0;
	position: static;
	top: 10px;
	-ms-background-position-x: relative;
}
/*#nav-container {
	width: 13.7931%;
	clear: none;
	margin-left: 3.4482%;
}*/
#navcontainer_menu {
	position: relative;
	top: 0px;
	right: 32px;
}
#navcontainer_menu img{
}

.sticky_container {}
#sticky_top_wrapper {}
#sticky_top {}
#sticky_navigation_wrapper {}
#sticky_navigation { 
	width: 100%;
	max-width: 1232px;
	height: 100%;
	max-height: 84px;
	margin: auto;
	position:relative;
	z-index: 1000;
	float:left;
	display:block;
	overflow:visible;
}
.header, #sticky_top, #sticky_navigation {  }
.header {
	padding: 0px;
	margin-bottom: 0px;
	/* [disabled]bottom: 0px; */
}

#navcontainer_question {
	width: 46px;
	height: 46px;
	float:left;
}

#navcontainer_question img {
	position: absolute;
	top: 6px;
	left: 22px;
}

#navigation_consultation {
	width: auto;
	height: 46px;
	color: #fff;
	font-size: 12px!important;
	font-weight: 100;
	text-align: left;
	position: relative;
	top: 44px;
	left: 20px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	line-height: 14px;
	display:inline-block;
	vertical-align:middle;
	float: left;
}

#navcontainer_experience {
	width: 100%;
	height: 36px;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	text-align: center;
	margin: 5px 12px;
	position: relative;
	top: 0;
	left: 0px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	line-height: 14px;
	display:block;
	vertical-align:middle;
	float:left;
	background-color: rgba(0,0,0,0.25);
}
/*		START: MBC Navigation : Stick Nav : Side-Slide Menu
*************************************************************/
.section-container {}
.clear_separator {
	clear:both!important;
	border-top: 0px !important;
	text-align: right;
}
#menu_container{
	color: rgba(255,255,255,1);
	font-size: 18px;
	height: 100%!important;
	min-height: 1200px!important;
	display:block;
	position: absolute;
	top: 47px;
	right: -252px;
	width: 250px;
	z-index:1100;
	background-color: rgba(0,0,0,0.75);
	border-top: 4px solid rgba(255,255,255,1);
}
#menu_container ul{
	list-style:none;
	text-indent:hanging;
	margin:0;
	padding:0;
}
#menu_container li{
}
#menu_lists {
	height:100%;
}
.menu_items{
	clear:both;
	color: rgba(255,255,255,1);
}

.menu_items a, .menu_items a:hover, .menu_items a:visited{
	clear:both;
	color: rgba(255,255,255,1);
}
ul.menu_items {
	position:relative;
	top:-40px;
}
.menu_items ul li{
	clear:both;
	align: left;
	display:inline-block;
}
#bttn_menu { 
	position: relative;
	top: -4px;
	border-right: 2px solid rgba(255,255,255,1);
	margin:0px;
	padding:0px;
}
#bttn_menu li{
	width: 40px;
	text-align: right;
	
}

/*		START: MBC Navigation : Stick Nav : Side-Slide SM
*************************************************************/
.social_items, .social_footer {
	margin: 0 15%;
	position: relative;
	bottom: 0px;
}
.social_items div:nth-child(1),
.social_items div:nth-child(2),
.social_items div:nth-child(3),
.social_items div:nth-child(4){
	width: 100%;
	min-height: 50px;
	display:block;
	background-repeat: no-repeat;
	background-size: 50px 50px;

	background-position: 86% 50%;
}

.social_items li:nth-child(1) {
	background-image: url(../images/bttn_social_01_off.png); 
	background-repeat:no-repeat; 
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: 86% 50%; }
.social_items li:nth-child(2){
	background-image: url(../images/bttn_social_02_off.png); 
	background-repeat:no-repeat; 
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: 86% 50%; }
.social_items li:nth-child(3){
	background-image: url(../images/bttn_social_03_off.png); 
	background-repeat:no-repeat; 
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: 86% 50%; }
.social_items li:nth-child(4){
	background-image: url(../images/bttn_social_04_off.png); 
	background-repeat:no-repeat; 
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: 86% 50%; }
.bttn_social {
	padding:0 0 1% 0!important;
	border: 0%;
	display:block;
	line-height: none;
}
.bttn_social li{ width:100%; }
.bttn_social img{
	width:55px;
	height:55px;
}

.social_items, .social_footer {
	margin: 0 15%;
	position: relative;
	bottom: 0px;
}
.social_footer_01,
.social_footer_02,
.social_footer_03,
.social_footer_04{
	width: 20%;
	min-height: 50px;
	display:inline-block;
	float: left;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: 86% 50%;
	margin-top: 22px;
}

.social_footer_01 {
	background-image: url(../images/bttn_social_01_off.png); 
	background-repeat:no-repeat; 
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: 50% 50%; }
.social_footer_02{
	background-image: url(../images/bttn_social_02_off.png); 
	background-repeat:no-repeat; 
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: 50% 50%; }
.social_footer_03{
	background-image: url(../images/bttn_social_03_off.png); 
	background-repeat:no-repeat; 
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: 50% 50%; }
.social_footer_04{
	background-image: url(../images/bttn_social_04_off.png); 
	background-repeat:no-repeat; 
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: 50% 50%; }
.social_footer {
	padding:0 0 1% 0!important;
	border: 0%;
	display:block;
	line-height: none;
}
.bttn_social li{ width:100%; }
.bttn_social img{
	width:55px;
	height:55px;
}

.link_hover { background-color: none; }
.link_hover div {
	padding: 8% 0;
	margin: 0 15%;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.link_hover a {
	color: rgba(255,255,255,1)!important;
}

.link_hover a:hover {
	color: rgba(255,255,255,1)!important;
}

.link_hover a:visited {
	color: rgba(255,255,255,1)!important;
}
/*************************************************************
**
**		START: MBC Navigation : Main Page Image
**
*************************************************************/

#main_image_container {
	width: 100%;
	height: 600px;
	background-image: url(../images/main_bg_01.png);
	background-repeat:none;
	background-size: cover;
	background-position: 50% 35%;
	background-color: rgba(0,0,0,1);
}

#main_logo_container {
	width: 100%;
	height: 600px;
	display:table;
	text-align:center;
	min-height: 300px;
}

#main_logo {
	width: 100%;
	height: 700px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

#main_logo img {
	width: 30%;
	min-width: 250px;
 
}

.logo_tag_line {
	color: rgba(255,255,255,1);
	font-size: 2.85em;
	font-weight: 100;
	display:table;
	text-align:center;
	width: 100%;
	margin: 12px 0;
	padding: none;
	margin-bottom: 90px
}

.vertical_line {
	width: 1px;
	height: 100%;
	min-height: 100px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,1);
	display:inline-block;
	border: 2px ridge silver ;
	border-radius: 2px;
}


#logo_tag_left {
	text-align:right!important;
	display:table-cell;
	vertical-align:middle;
	width:53.5%;
	margin: 0;
	padding: 0 2%;
}

#logo_tag_right {
	text-align:left;
	display:table-cell;
	vertical-align:middle;
	width:46.5%;
}

#logo_tag_right div{
	font-size: 24px;
	padding: 2.5% 5%;
	border-left: 1px solid rgba(255,255,255,1);
}

#logo_tag_right em{
	text-shadow: 4px 4px 8px rgba(0,0,0,0.35);
	line-height: 0;
	margin:0;
	padding:0;
}

#main_logo_text {
}


/*************************************************************
**
**		START: MBC Navigation : Stick Nav : Content
**
*************************************************************/
#solutions {
}
.solutions_container {
	color: #fff;
	margin: 2.5%;
	min-height: 800px;
}

.solutions_container h3 {
	font-size: 1.5em;
	line-height: 22px;
	margin: 0px;
}

.solutions_container ul {
	list-style: none;
	line-height: 16px;
}

.solutions_container ul li {
	font-size: 18px;
	font-weight:100;
	line-height: 28px;
}



#navcontainer_logo img {
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	margin: 0px;
	padding: 7px 12px;
	background-color: #111;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
}

#logo_tag_left h1{
	text-shadow: 4px 4px 8px rgba(0,0,0,0.25);
	font-weight:normal;
	text-align: right;
	line-height: normal;
	margin:0;
	padding:0;
}

#logo_tag_right div{
	font-size: 18px;
	padding: 2.5% 5%;
	border-left: 1px solid rgba(255,255,255,1);
}

}

/*		START: MBC Solutions : tile Styles : About
*************************************************************/
.mbc_about{
	width: 100%;
	margin: 0;
	padding: 0;	
	list-style:none;
}
.mbc_about h2{
	text-align: center;
	padding: 0;
}

.mbc_about li p{
	width: 100%;
	font-size: 18px !important;
	margin: 0 6%;
	padding:6px 0px;
	text-align: left;
	line-height: 32px;
}

/*		START: MBC Solutions : tile Styles : Stats
*************************************************************/
#div_bg_rt {
	width: 100%;
	padding: 0px; 10%;
	text-align:center;
}

#div_bg_rt {
	overflow:hidden;
	background-image:none;
	background-color: rgba( 0, 202, 239, 1.0 );
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	float:right;
	
}

#div_bg_rt {
	width: 100%;
	min-height: 325px;
	max-height: 325px;
	padding: 0px; 10%;
}

#industry_news {
	background-image:url(../images/pict_cat_02.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	width: 100%;
	margin: 0;
	float:right;
}

#leadership.two_column {
	min-height: 360px;
}

.two_column_left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	min-height: 658px;
	display: block;
}

.two_column_right {
	clear: both;
	margin-right: 0;
	width: 100%;
	display: block;
	
}

.fix_width  {
	width: auto;
	min-width: 500px;
	margin: 0px
	padding: 0px;
	list-style:none;
}

#about {
    -webkit-columns: 1 100%;
       -moz-columns: 1 100%;
            columns: 1 100%;
    -webkit-column-gap: 4em;
       -moz-column-gap: 4em;
            column-gap: 4em;
    -webkit-column-rule: 1px dotted #ddd;
       -moz-column-rule: 1px dotted #ddd;
            column-rule: 1px dotted #ddd;

}

#div_bg_lt {
	float:right;
	display:table;
	margin: 8px 0 8px 0;
}


#div_bg_r {
	float: right;
	width: 100%;
	height: 100%;
	background-image:url(../images/pict_cat_03.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	display:block;
	margin: 8px 0 8px 0;
	padding: 0;
}

div#leadership{
	width: 100%;
	float:none;
}

#leadership ul {
	height: 100%;
	width: 100%;
	display:inline-block;
	vertical-align: middle;
	margin-top: 4%;
	position: relative;
	top: -4%;
}


.mbc_leadership_p {
	font-size: 16px;
	width: 100%;
	margin: 0;
	padding: 0 5%;
}

div#careers{
	width: 100%;
	float:none;
}


.div_cover_black {
	background-color: rgba(0,0,0,0.55);
	height: 100%;
	min-height: 350px;
	display:block;
}


.mbc_switch_header {
	text-align:center!important;
}

.footer_get_paid h1 {
	font-size: 1.8em!important;
}

.footer_quote h2 {
	color: rgba(0,0,0,1); 
	font-size: 1.0em!important;
	font-weight: 700!important;
	margin: 0!important;
	padding: 12px 0!important;
	display:table-cell;
	vertical-align:top;
}


.footer_contact {
	width: 100%;
	margin: 0;
	padding: 0;	
	display:table;
}

.footer_contact ul {
	width: 100%;
	margin: 22px 0 0 0!important;
	padding: 0!important;
	display:block;
	
}

.footer_contact ul li{
	height: 24px;
	text-align: center;
	display:table;
	padding: 0;
}

li#footer_contact_location {

	width: 100%;
	color: rgba(255,255,255,1);
	
	margin: 0;
	padding: 0;
}
#footer_contact_address {
	width: 100%;
	font-size: 1.172em;
	font-weight: 500!important;
	font-style: normal!important;
	line-height: 20px;
	text-align:center!important;
	margin: 0;
	padding: 0;
	float: left;
}

#footer_contact_email, #footer_contact_line {
	width: 100%!important;
	height: auto;
	display:inline-block;
	font-weight: 500!important;
	font-style:normal!important;
	text-align: center;
	margin: 0;
	padding: 6px 0!important;
	
}
#footer_contact_copy {
	width: 100%;
	font-size: 0.911em!important;
	font-weight: 100!important;
	font-style:oblique!important;
	margin: 0;
	padding: 0;
}





.footer_get_paid h1 {
	font-size: 2.980em!important;
}

.footer_quote h2 {
	font-size: 1.980em!important;
}

#footer_contact_address {
	width: 39.99%;
	font-weight: 500!important;
	font-style: normal!important;
	line-height: 20px;
	text-align:center!important;
	margin: 0;
	padding: 0;
	float: left;
}

#footer_contact_address p {
	font-size: 1.0em!important;
	text-align: left;
	margin:0px;
	padding: 0px;
	line-height:inherit;
}

#footer_contact_email, #footer_contact_line {
	width: 39.99%!important;
	height: auto;
	display:inline-block;
	font-weight: 500!important;
	font-style:normal!important;
	text-align: right;
	float:right;
	margin: 0;
	padding: 6px 0!important;
}
#footer_contact_copy {
	width: 100%;
	font-size: 0.911em!important;
	font-weight: 100!important;
	font-style:oblique!important;
	margin: 0;
	padding: 0;
	text-align: left;
}

div.leadership_content {
	
}

.leadership_content {
	float: left;
	display:none;
}

@media only screen and (max-width: 354px) {
.mbc_leadership_p {
	font-size: 11px;
	width: 100%;
	margin: 0;
	padding: 0 5%;
}
}

/* Portrait phones and smaller */
@media only screen and (max-width: 420px) {

#navcontainer_question {
	width: 50%!important;
	height: 46px;
	float:left;
}

#navcontainer_question img {
	position: absolute;
	top: 6px;
	left: 8px;
}

#navigation_consultation {
	color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px!important;
	left: 46px!important;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	vertical-align:middle;
}

#navigation_consultation h4 {
	font-size: 13px;
	font-weight: 100;
	white-space:normal!important;

}

#navcontainer_experience {
	width: 100%;
	margin: auto;
	padding: auto;
	position: absolute;
	display:block;
	top: 45px;
	left:0;
	background-color: rgba(17,17,17,0.75);
}

#navcontainer_experience h4 {
	font-size: 15px;
	font-weight: 100;
	position: relative;
	top: 2px;
	white-space: nowrap;
}

/*		START: MBC Navigation : Stick Nav : Side-Slide Menu
*************************************************************/
.section-container {}
.clear_separator {
	clear:both!important;
	border-top: 0px !important;
	text-align: right;
}
#menu_container{
	color: rgba(255,255,255,1);
	font-size: 14px;
	height: 100%!important;
	min-height: 1200px!important;
	display:block;
	position: absolute;
	top: 47px;
	right: -252px;
	width: 250px;
	z-index:1100;
	background-color: rgba(0,0,0,0.75);
	border-top: 4px solid rgba(255,255,255,1);
}
#menu_container ul{
	list-style:none;
	text-indent:hanging;
	margin:0;
	padding:0;
}
#menu_container li{
}
#menu_lists {
	height:100%;
}
.menu_items{
	clear:both;
	color: rgba(255,255,255,1);
}

.menu_items a, .menu_items a:hover, .menu_items a:visited{
	clear:both;
	color: rgba(255,255,255,1);
}
ul.menu_items {
	position:relative;
	top:-40px;
}
.menu_items ul li{
	clear:both;
	align: left;
	display:inline-block;
}
#bttn_menu { 
	position: relative;
	top: -4px;
	border-right: 2px solid rgba(255,255,255,1);
	margin:0px;
	padding:0px;
}
#bttn_menu li{
	width: 40px;
	text-align: right;
	
}

.link_hover div {
	padding: 2% 0;
	margin: 0 8%;
	border-top: 1px solid rgba(255,255,255,0.5);
}

/*		START: MBC Navigation : Stick Nav : Side-Slide SM
*************************************************************/
.social_items, .social_footer {
	margin: 0 15%;
	position: relative;
	bottom: 0px;
}
.social_items div:nth-child(1),
.social_items div:nth-child(2),
.social_items div:nth-child(3),
.social_items div:nth-child(4){
	width: 100%;
	min-height: 35px;
	display:block;
	background-repeat: no-repeat;
	background-size: 35px 35px;

	background-position: 86% 50%;
}

.social_items li:nth-child(1) {
	background-image: url(../images/bttn_social_01_off.png); 
	background-repeat:no-repeat; 
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: 86% 50%; }
.social_items li:nth-child(2){
	background-image: url(../images/bttn_social_02_off.png); 
	background-repeat:no-repeat; 
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: 86% 50%; }
.social_items li:nth-child(3){
	background-image: url(../images/bttn_social_03_off.png); 
	background-repeat:no-repeat; 
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: 86% 50%; }
.social_items li:nth-child(4){
	background-image: url(../images/bttn_social_04_off.png); 
	background-repeat:no-repeat; 
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: 86% 50%; }
.bttn_social {
	padding:0 0 1% 0!important;
	border: 0%;
	display:block;
	line-height: none;
}
.bttn_social li{ width:100%; }
.bttn_social img{
	width:35px;
	height:35px;
}

.social_items, .social_footer {
	margin: 0 15%;
	position: relative;
	bottom: 0px;
}

/*************************************************************
**
**		START: MBC Navigation : Main Page Image
**
*************************************************************/

#main_image_container {
	width: 100%;
	height: 400px;
	background-image: url(../images/main_bg_01.png);
	background-repeat:none;
	background-size: cover;
	background-position: 50% 35%;
	background-color: rgba(0,0,0,1);
}

#main_logo_container {
	width: 100%;
	height: 400px;
	display:table;
	text-align:center;
	min-height: 300px;
}

#main_logo {
	width: 100%;
	height: 525px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

#main_logo img {
	width: 30%;
	min-width: 125px;
 
}


#logo_tag_left h1{
	font-size: 16px;
}

#logo_tag_right div{
	font-size: 14px;
	padding: 2.5% 5%;
	border-left: 1px solid rgba(255,255,255,1);
}

#logo_tag_right em{
	text-shadow: 4px 4px 8px rgba(0,0,0,0.35);
	line-height: 0;
	margin:0;
	padding:0;
}

#main_logo_text {
}

.mbc_about h2, .mbc_article h2, .mbc_leadership h2, .mbc_careers h2 .mbc_switch_header a{
	font-size: 1.35em !important;
	font-weight: 600;
	text-align: center;
	text-indent:none;
}
/*		START: MBC Navigation : Stick Nav : Side-Slide Menu
*************************************************************/
.section-container {}
.clear_separator {
	clear:both!important;
	border-top: 0px !important;
	text-align: right;
}
#menu_container{
	color: rgba(255,255,255,1);
	font-size: 14px;
	height: 100%!important;
	min-height: 1200px!important;
	display:block;
	position: absolute;
	top: 47px;
	right: -252px;
	width: 250px;
	z-index:1100;
	background-color: rgba(0,0,0,0.75);
	border-top: 4px solid rgba(255,255,255,1);
}
#menu_container ul{
	list-style:none;
	text-indent:hanging;
	margin:0;
	padding:0;
}
#menu_container li{
}
#menu_lists {
	height:100%;
}
.menu_items{
	clear:both;
	color: rgba(255,255,255,1);
}

.menu_items a, .menu_items a:hover, .menu_items a:visited{
	clear:both;
	color: rgba(255,255,255,1);
}
ul.menu_items {
	position:relative;
	top:-40px;
}
.menu_items ul li{
	clear:both;
	align: left;
	display:inline-block;
}
#bttn_menu { 
	position: relative;
	top: -4px;
	border-right: 2px solid rgba(255,255,255,1);
	margin:0px;
	padding:0px;
}
#bttn_menu li{
	width: 40px;
	text-align: right;
	
}

.link_hover div {
	padding: 2% 0;
	margin: 0 8%;
	border-top: 1px solid rgba(255,255,255,0.5);
}


/*		START: MBC Navigation : Stick Nav : Side-Slide SM
*************************************************************/
.social_items, .social_footer {
	margin: 0 15%;
	position: relative;
	bottom: 0px;
}
.social_items div:nth-child(1),
.social_items div:nth-child(2),
.social_items div:nth-child(3),
.social_items div:nth-child(4){
	width: 100%;
	min-height: 35px;
	display:block;
	background-repeat: no-repeat;
	background-size: 35px 35px;

	background-position: 86% 50%;
}

.social_items li:nth-child(1) {
	background-image: url(../images/bttn_social_01_off.png); 
	background-repeat:no-repeat; 
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: 86% 50%; }
.social_items li:nth-child(2){
	background-image: url(../images/bttn_social_02_off.png); 
	background-repeat:no-repeat; 
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: 86% 50%; }
.social_items li:nth-child(3){
	background-image: url(../images/bttn_social_03_off.png); 
	background-repeat:no-repeat; 
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: 86% 50%; }
.social_items li:nth-child(4){
	background-image: url(../images/bttn_social_04_off.png); 
	background-repeat:no-repeat; 
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: 86% 50%; }
.bttn_social {
	padding:0 0 1% 0!important;
	border: 0%;
	display:block;
	line-height: none;
}
.bttn_social li{ width:100%; }
.bttn_social img{
	width:35px;
	height:35px;
}

.social_items, .social_footer {
	margin: 0 15%;
	position: relative;
	bottom: 0px;
}
/*		START: MBC Solutions : tile Styles : About
*************************************************************/
.mbc_about{
	width: 100%;
	margin: 0;
	padding: 0;	
	list-style:none;
}

.mbc_about{
	font-size: 22px!important;
	line-height: 18px!important;
}

/*		START: MBC Solutions : tile Styles : Stats
*************************************************************/
#div_bg_rt {
	width: 100%;
	height: 100%;
	min-height: 275px;
	max-height: 275px;
	padding: 0px; 10%;
}
div.bx-wrapper:first-child {
	margin:0;
	padding:0;
}
.bx-wrapper img {
	width: 100%;
	height: 100%;
	max-width: auto!important;
	max-height: auto!important;
	margin:0;
	padding:0;
}

/*		START: MBC Solutions : tile Styles : About
*************************************************************/

div.mbc_about {
	width: 90%;
	display:block;
	margin: 0 5%;
	padding: 0;	
	list-style:none;
}

.mbc_about p{
	font-size: 14px;
	margin: 2.5% 1.5%!important;
	line-height:12px!important;
}

/*		START: MBC Solutions : tile Styles : News
*************************************************************/

#div_bg_rb {
	height: 100%;
	min-height: 275px;
	max-height: auto;
	background-image:url(../images/pict_cat_02.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	text-align: center!important;
}

#news {

}


#article {
	width: 90%;
	height: 90%;
	margin: 2.55%;
	display:inline-block;
	vertical-align:middle;
}



#article_title {
	font-size: 18px;
	margin: 0;
}

.article-p {
	font-size: 1.00em;
	text-align: center;
	width: 98%;
	min-width: auto!important;
	margin: 0 auto;
	color: rgba(255,255,255,1);
}

.article-a {
	color: rgba(255,255,255,1);
}

a#read_more {
	font-size: 0.90em;
	color: rgba(255,255,255,1)!important;	
}

.animater-a {
	color: rgba(255,255,255,1);
	float: right;
}

.animater-p {
	font-size: 1.00em;
	text-align: center;
	width: 98%;
	min-width: auto!important;
	margin: 0 auto;

	color: rgba(255,255,255,1);
}

/*************************************************************
**
**		START: MBC Navigation : Our Advantage
**
*************************************************************/\
#advantage {
	min-height; 350px;
	margin: 0;
	display:block;
}

#main_advantage_container {
	color: #fff;
	background-color: #000;
	height: auto;
	padding: 5% auto;
	display:block;
}

.main_advantage h2 {
	font-weight: bold;
}

.main_advantage p {
	font-size: 1.15em!important;
	font-weight: normal!important;
	list-style: none;
	margin: 1.5% 0; 
	padding-bottom: 0px;
}

.our_advantage_points {
	width: 49%;
	float: left;
	display:block;
}

#our_advantage{
	width: 100%;
	margin: 0px !important;
	padding: 0.5% 3.2%;
	display:block;
}
#advantage_points {
	width: 96.499%;
	margin-top: 1.5%;
	display: inline-block;
}

ul.advantage_list li {
	width: 48.499%;
	min-height: 40px;
	float: left;
	display: inline-block;
}
ul.advantage_list_items  {
	width: 92%;
	margin: 0px;
	padding: 0px;
	display:table;
	list-style:initial!important;
	position: relative; 
	left: 8%;
}
.advantage_list_items li {
	font-size: 1.0em!important;
	font-weight:normal;
	clear: both;
	width: 100%!important;
	margin-bottom: 8px;
	display: list-item!important;
}
/*		START: MBC Solutions : tile Styles : Leadership
*************************************************************/
#leadership {
	width: 100%;
	height: auto!important;
	min-height: auto!important;
	max-height: auto!important;
	display:table!important;
	padding: 0 5%;
	text-align: center;
	vertical-align: middle;
}

#leadership_container {
	height: 100%;
	min-height: auto!important
	max-height: auto!important;
	display:block;
}

.mbc_leadership h2{
	font-style: normal;
	margin-bottom: 12px!important
}

#leadership ul {
	height: 100%;
	width: 100%;
	display:inline-block;
	vertical-align: middle;
	text-align:center;
	text-indent: none;
	list-style:none;
}

.mbc_leadership li {
	font-size: 1.0em!important;
	font-style: italic;
	margin: 0px!important;
}

.mbc_leadership_p {
	width: 100%;
	font-size: 12px;
	margin: 0;
	padding: 0 5%;
}

/*		START: MBC Solutions : tile Styles : Careers
*************************************************************/
#div_bg_lb {
	width: 100%;
	height: 100%!important;
	min-height: auto!important;
	max-height: auto!important;
	display:table!important;
	background-image:url(../images/pict_cat_03.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	text-align: center!important;
	vertical-align: middle;
}

#careers {
	padding: 2.5%!important;
	text-align: center;
	display:inline-block;
	vertical-align: middle;
}

#careers_container {
	height: 100%;
	padding: 0 10%;
}

#careers h2{
	font-style: normal;
	margin-bottom: 12px!important;
}

#careers p {
	color: #FFFFFF;
	font-size: 12px!important;
	font-style: italic;
	margin: 0 6px!important;
}

/*************************************************************
**
**		START: MBC Solutions : Switcher Styles
**
*************************************************************/
#div_bg_r, .div_cover_black_2r {
	width: 100%;
	height: auto!important;
	min-height: auto!important;
	max-height: auto!important;
	display:table!important;
	margin: 0;
	padding: 0;
}

#div_bg_r {
	background-image:url(../images/pict_cat_03.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

.div_cover_black_2r {
	background-color: rgba(0,0,0,0.55);
}

.switcher-content {
	display:none;
}

ul.mbc_switch {

	margin: 0;
	padding: 0;
	text-indent: 0px;
}
.mbc_switch {
	width: 100%;
	height: 100%;
	display:block;
    text-align: center;
	vertical-align: top;
}
.mbc_switch, .switcher_links ul {
	list-style:none;
	width: 100%;
	margin: 0;
	padding: 0 auto;
	
}
.mbc_switch, .switcher_links ul li{
	width: 100%;
	margin: 0;
	padding: 0 auto;
	
}
.mbc_switch_header {
	width: 100%;
	height: 80px;
	display: table;
	background-color: rgba(0,0,0,0.85);



}
li.mbc_switch_header a {
	display:table-cell;
	vertical-align: middle;
}

li.mbc_switch_header a h2 {
	font-size: 1.75em!important;
	line-height:1.0!important;
	text-align:center!important;
}

li.mbc_switch_subheader {
	
}

.mbc_switch_subheader {
	width: 100%;
	height: 50px;
	margin: 0px; auto;
	padding: 0px; auto;
	display: table;
	text-align: center;
	background-color: rgba(0,0,0,0.25);
}
li.mbc_switch_subheader h4 {
	font-size: 1.85em!important;
	display:table-cell;
	vertical-align: middle;
}

#commercial_solutions {
	margin: 0;
	padding: 0;
}

#mbc_switch_content div {
}

#mbc_switch_content {
	margin: 0;
	padding: 12px 22px;
	margin-bottom: 44px;
	display:table-cell;
	vertical-align: middle;
	text-indent: 0px;
	background-color: rgba(0,0,0,0.25);
}

#mbc_switch_content_container {
	height: 120px;
	display:table-cell;
	vertical-align:middle;
}

#mbc_switch_content p{
	color: rgba(255,255,255,1);
	font-size: 1.18em!important;
	width: 90%!important;
	height: 90%;
	display:table-cell;
	vertical-align:middle;
	margin: auto auto 22px auto!important;
}

.switcher_title {
	font-size: 1.563em!important;
}

.switcher_subtitle {
	font-size: 1.563em!important;
}

.mbc_switch_links li {
	text-align: center;
	padding: auto;
}

.mbc_switch_links ul {
	font-size: 1.25em;
	margin: auto auto;
	padding: 0;
	diplay: block;
}

.mbc_switch_links ul li a:hover {
	color: rgba(0,202,239,1);
}

.mbc_switch_links ul li{
	list-style:circle!important;
	list-style-position:inside!important;
	color: rgba(255,255,255,1);
	width: 80%;
	margin: 6px auto;
	padding: 0;
	diplay: block;
}

.mbc_switch_links ul li:hover{
	list-style:disc!important;
	list-style-position:inside!important;
	color: rgba(0,202,239,1);
}

.mbc_switch_links ul li:first-of-type{
	margin: 12px auto auto auto!important;
}

.switcher_links {
}
.switcher_links ul {
}
.switcher_links li {
	list-style:none;
}
.switcher_links a {
	color: rgba(255,255,255,1);
}
.switcher_links a:hover {
}
.switcher_links a:visited {
}

/*************************************************************
**
**		END: MBC Solutions : Footer Styles
**
*************************************************************/
#footer_container {
	width: 100%;
	height: 100%;
	padding: 2% 0;
	color: rgba(255,255,255,1);
	background-color: rgba(0, 0, 0, 1.0);
	display: table;
	text-align: center;
}

#footer_get_paid_logo {
	width: 100%;
	min-width: auto;
	height: 50px!important;
	text-align: center;
	display:block!important;
	vertical-align:middle;
	background-image:url(../images/logo_large.png);
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: center bottom;
}

#footer_content {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

#footer_get_paid_line {
	font-size: 0.5em!important;
}

#footer_content ul {
	text-align: center;
	list-style-type: none;
    margin: 0;
    padding: 0 1.5%!important;
}
#footer_content li h2 {
	font-size: 1em!important;
	line-height: 12px;
	margin: 32px;
}
.footer_get_paid {
	width: 100%;
	display:table;
}
.footer_get_paid ul {
	
	width: 100%;
	margin: 0;
	padding: 0;
	display:display:inline-block;
}

.footer_quote {
	width: 100%;
	display:table;
	margin:0;
	padding: 52px auto!important;
	background-color: rgba(0,202,239,1);
}


.footer_quote a:hover h2{
	
	color: rgba(255,255,255,1);
}

#footer_contact_email a {
	color: rgba(255,255,255,1);
	width: 100%;
	margin: 0;
	padding-top: 12px;
}

#footer_contact_email a:hover {
	color: rgba(0,202,239,1);
}

.footer_contact_email li {
	padding: 0 0 6px 0!important;
}

#footer_contact_line, #footer_contact_email {
	margin: 12px auto 6 auto!important;
	
}
#footer_contact_email {
	letter-spacing: 2px;
}

/*
footer_contact_address
footer_contact_copy
footer_contact_line
footer_contact_email
#footer_contact p {
	font-size: 28px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

#footer_address p {
	font-size: 18px;
	line-height: 14px;
}
#footer_copy p {
	font-size: 16px;
	font-weight: 100;
	margin: 2% 0;
	padding: 2% 0;
}
#footer_content li em {
	font-size: 16px;
	line-height: 12px;
}*/




.footer_contact ul li{
	height: 24px;
	text-align: center;
	display:table;
	padding: 0;
}

li#footer_contact_location {
	width: 100%;
	color: rgba(255,255,255,1);
	
	margin: 0;
	padding: 0;
}
#footer_contact_address {
	width: 100%;
	font-size: 1.172em;
	font-weight: 500!important;
	font-style: normal!important;
	line-height: 20px;
	text-align:center!important;
	margin: 0;
	padding: 0;
}

#footer_contact_email, #footer_contact_line {
	width: 100%!important;
	height: auto;
	display:inline-block;
	font-weight: 500!important;
	font-style:normal!important;
	text-align: center;
	margin: 0;
	padding: 6px 0!important;
}
#footer_contact_copy {
	width: 100%;
	font-size: 0.911em!important;
	font-weight: 100!important;
	font-style:oblique!important;
	margin: 0;
	padding: 0;
	text-align: center;
}
}

/* Landscape phones and portrait tablets */
@media only screen and (max-width: 767px) {
	
#navigation_consultation {
	color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
	top: 4px;
	left: 60px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	vertical-align:middle;
}

#navigation_consultation h4 {
	font-size: 13px;
	font-weight: 100;
	white-space: nowrap;

}

#navcontainer_experience {
	width: 100%;
	margin: auto;
	padding: auto;
	position: absolute;
	display:block;
	top: 45px;
	left:0;
	background-color: rgba(17,17,17,0.75);
}

#navcontainer_experience h4 {
	font-size: 15px;
	font-weight: 100;
	position: relative;
	top: 2px;
	white-space: nowrap;
}

/*		START: MBC Solutions : tile Styles : Stats
*************************************************************/
#div_bg_rt {
	width: 100%;
	height: 100%;
	min-height: auto;
	max-height: auto;
	padding: 0 0 50px 0;
}
div.bx-wrapper:first-child {
	margin:0;
	padding:0;
}
.bx-wrapper img {
	width: 100%;
	height: 100%;
	max-width: auto!important;
	max-height: auto!important;
	margin:0;
	padding:0;
}

/*		START: MBC Solutions : tile Styles : About
*************************************************************/

div.mbc_about {
	width: 90%;
	display:block;
	margin: 0 5%;
	padding: 0;	
	list-style:none;
}

.mbc_about p{
	font-size: 16px;
	margin: 2.5% 1.5%!important;
	line-height: 32px!important;
}

/*		START: MBC Solutions : tile Styles : News
*************************************************************/

#div_bg_rb {
	height: auto!important;
	min-height: 200px!important;
	max-height: auto!important;
	background-image:url(../images/pict_cat_02.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	text-align: center!important;
}

#news {

}


#article {
	@include vertical-align();
	width: 90%;
	height: 90%;
	margin: 5%;
	display:inline-block;
	vertical-align:middle;
}



#article_title {
	font-size: 18px;
	margin: 0;
}

.article-p {
	font-size: 1.00em;
	text-align: center;
	width: 98%;
	min-width: auto!important;
	margin: 0 auto;
	color: rgba(255,255,255,1);
}

.article-a {
	color: rgba(255,255,255,1);
}

a#read_more {
	font-size: 0.90em;
	color: rgba(255,255,255,1)!important;	
}

.animater-a {
	color: rgba(255,255,255,1);
	float: right;
}

.animater-p {
	font-size: 1.00em;
	text-align: center;
	width: 98%;
	min-width: 300px!important;
	margin: 0 auto;
	padding: 0 5%;
	color: rgba(255,255,255,1);
}

.mbc_leadership_p {
	font-size: 14px;
	width: 100%;
	margin: 0;
	padding: 0 5%;
}

/*************************************************************
**
**		START: MBC Navigation : Our Advantage
**
*************************************************************/\
#advantage {
	min-height; 350px;
	margin: 0;
	display:block;
}

#main_advantage_container {
	color: #fff;
	background-color: #000;
	height: auto;
	padding: 5% auto;
	display:block;
}

.main_advantage h2 {
	font-weight: bold;
}

.main_advantage p {
	font-size: 15px!important;
	font-weight: normal!important;
	list-style: none;
	margin: 1.5% 0; 
	padding-bottom: 0px;
}

.our_advantage_points {
	width: 49%;
	float: left;
	display:block;
}

#our_advantage{
	width: 100%;
	margin: 0px !important;
	padding: 0.5% 3.2%;
	display:block;
}
#advantage_points {
	width: 96.499%;
	margin-top: 1.5%;
	display: inline-block;
}

ul.advantage_list li {
	width: 48.499%;
	min-height: 40px;
	float: left;
	display: inline-block;
}
ul.advantage_list_items  {
	width: 92%;
	margin: 0px;
	padding: 0px;
	display:table;
	list-style:initial!important;
	position: relative; 
	left: 8%;
}
.advantage_list_items li {
	font-size: 1.0em!important;
	font-weight:normal;
	clear: both;
	width: 100%!important;
	margin-bottom: 8px;
	display: list-item!important;
}

/*		START: MBC Solutions : tile Styles : Leadership
*************************************************************/
#leadership {
	width: 90%;
	height: 100%;
	min-height: 275px;
	max-height: 275px;
	padding: 3% 5%;
	text-align: center;
	display:block;
	
}

#leadership_container {
	height: 100%;
	padding: auto 10%;
}

.mbc_leadership h2{
	font-style: normal;
	margin-bottom: 12px;
}

#leadership ul {
	height: 100%;
	width: 100%;
	display:inline-block;
	vertical-align: middle;
	margin: 12px 0 0 0;
	padding: 0;
	position: relative;
	top: -8%;
	text-align:center;
	text-indent: none;
	list-style:none;
}

.mbc_leadership li {
	font-size: 1.0em!important;
	font-style: italic;
	margin: 0px;
}

/*		START: MBC Solutions : tile Styles : Careers
*************************************************************/
#div_bg_lb {
	width: 100%;
	height: 100%;
	min-height: 275px!important;
	max-height: auto!important;
	background-image:url(../images/pict_cat_03.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	text-align: center!important;
	overflow:hidden;
	margin:0;
}

#careers {
	padding: 5%;
	text-align: center;
	display:block;
	
}

#leadership_container {
	height: 100%;
	padding: auto 10%;
}

#careers h2{
	font-style: normal;
	margin-bottom: 12px;
}

#careers p {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	margin: 12px;
}

/*************************************************************
**
**		START: MBC Solutions : Switcher Styles
**
*************************************************************/
#div_bg_r, .div_cover_black_2r {
	width: 100%;
	height: 100%;
	min-height: 709px;
	max-height: 709px;
	display:block;
	margin: 0;
	padding: 0;
}

#div_bg_r {
	background-image:url(../images/pict_cat_03.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

.div_cover_black_2r {
	background-color: rgba(0,0,0,0.55);
}

.switcher-content {
	display:none;
}

ul.mbc_switch {

	margin: 0;
	padding: 0;
	text-indent: 0px;
}
.mbc_switch {
	width: 100%;
	height: 100%;
	display:block;
    text-align: center;
	vertical-align: top;
}
.mbc_switch, .switcher_links ul {
	list-style:none;
	width: 100%;
	margin: 0;
	padding: 0 auto;
	
}
.mbc_switch, .switcher_links ul li{
	width: 100%;
	margin: 0;
	padding: 0 auto;
	
}
.mbc_switch_header {
	width: 100%;
	height: 80px;
	display: table;
	background-color: rgba(0,0,0,0.85);



}
li.mbc_switch_header a {
	display:table-cell;
	vertical-align: middle;
}

li.mbc_switch_header a h2 {
	font-size: 1.75em!important;
	line-height:1.0!important;
	text-align:center!important;
}

li.mbc_switch_subheader {
	
}

.mbc_switch_subheader {
	width: 100%;
	height: 50px;
	margin: 0px; auto;
	padding: 0px; auto;
	display: table;
	text-align: center;
	background-color: rgba(0,0,0,0.25);
}
li.mbc_switch_subheader h4 {
	font-size: 1.85em!important;
	display:table-cell;
	vertical-align: middle;
}

#commercial_solutions {
	margin: 0;
	padding: 0;
}

#mbc_switch_content div {
}

#mbc_switch_content {
	margin: 0;
	padding: 12px 22px;
	margin-bottom: 44px;
	display:table-cell;
	vertical-align: middle;
	text-indent: 0px;
	background-color: rgba(0,0,0,0.25);
}

#mbc_switch_content_container {
	height: 120px;
	display:table-cell;
	vertical-align:middle;
}

#mbc_switch_content p{
	color: rgba(255,255,255,1);
	font-size: 1.18em!important;
	width: 90%!important;
	height: 90%;
	display:table-cell;
	vertical-align:middle;
	margin: auto auto 22px auto!important;
}

.switcher_title {
	font-size: 1.563em!important;
}

.switcher_subtitle {
	font-size: 1.563em!important;
}

.mbc_switch_links li {
	text-align: center;
	padding: auto;
}

.mbc_switch_links ul {
	font-size: 1.25em;
	margin: auto auto;
	padding: 0;
	diplay: block;
}

.mbc_switch_links ul li a:hover {
	color: rgba(0,202,239,1);
}

.mbc_switch_links ul li{
	list-style:circle!important;
	list-style-position:inside!important;
	color: rgba(255,255,255,1);
	width: 80%;
	margin: 6px auto;
	padding: 0;
	diplay: block;
}

.mbc_switch_links ul li:hover{
	list-style:disc!important;
	list-style-position:inside!important;
	color: rgba(0,202,239,1);
}

.mbc_switch_links ul li:first-of-type{
	margin: 12px auto auto auto!important;
}

.switcher_links {
}
.switcher_links ul {
}
.switcher_links li {
	list-style:none;
}
.switcher_links a {
	color: rgba(255,255,255,1);
}
.switcher_links a:hover {
}
.switcher_links a:visited {
}

/*************************************************************
**
**		END: MBC Solutions : Footer Styles
**
*************************************************************/
#footer_container {
	width: 100%;
	height: 100%;
	padding: 2% 0;
	color: rgba(255,255,255,1);
	background-color: rgba(0, 0, 0, 1.0);
	display: table;
}

#footer_get_paid_logo {
	width: 100%;
	height: 120px!important;
	text-align: center;
	display: block;
	vertical-align:middle;
	background-image:url(../images/logo_large.png);
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: center bottom;
}

#footer_content {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

#footer_get_paid_line {
	font-size: 0.75em!important;
}

#footer_content ul {
	text-align: center;
	list-style-type: none;
    margin: 0;
    padding: 0 2.5%;
}
#footer_content li h2 {
	font-size: 35px;
	line-height: 32px;
	margin: 32px;
}
.footer_get_paid {
	width: 100%;
	display:table;
}
.footer_get_paid ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display:display:inline-block;
}

.footer_quote {
	width: 100%;
	display:table;
	margin:0;
	padding: 52px auto!important;
	background-color: rgba(0,202,239,1);
}


.footer_quote a:hover h2{
	color: rgba(255,255,255,1);
}

#footer_contact_email a {
	color: rgba(255,255,255,1);
	width: 100%;
	margin: 0;
	padding-top: 12px;
}

#footer_contact_email a:hover {
	color: rgba(0,202,239,1);
}

.footer_contact_email li {
	padding: 0 0 6px 0!important;
}

#footer_contact_line, #footer_contact_email {
	margin: 12px auto 6 auto!important;
	
}
#footer_contact_email {
	letter-spacing: 2px;
}

/*
footer_contact_address
footer_contact_copy
footer_contact_line
footer_contact_email
#footer_contact p {
	font-size: 28px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

#footer_address p {
	font-size: 18px;
	line-height: 14px;
}
#footer_copy p {
	font-size: 16px;
	font-weight: 100;
	margin: 2% 0;
	padding: 2% 0;
}
#footer_content li em {
	font-size: 16px;
	line-height: 12px;
}*/
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

#navigation_consultation {
}

#navigation_consultation h4 {
	font-size: 14px;
	font-weight: 100;
}


#navcontainer_experience {
}

#navcontainer_experience h4 {
	font-size: 15px;
	font-weight: 100;
	position: relative;
	top: 2px;
}

.link_hover { background-color: none; }
.link_hover div {
	padding: 5% 0;
	margin: 0 10%;
	border-top: 1px solid rgba(255,255,255,0.5);
}

/*		START: MBC Solutions : tile Styles : Stats
*************************************************************/
#div_bg_rt {
	width: 100%;
	height: 100%;
	min-height: 275px;
	max-height: 275px;
	padding: 0px; 10%;
}
div.bx-wrapper:first-child {
	width: 750px!important;
	position:relative;
	left: -30%!important;
	margin:0;
	padding:0;
}
.bx-wrapper img {
	max-width: 225px!important;
	max-height: 225px!important;
	margin:0;
	padding:0;
}

/*		START: MBC Solutions : tile Styles : About
*************************************************************/

div.mbc_about {
	width: 90%;
	display:block;
	margin: 0 5%;
	padding: 0;	
	list-style:none;
}

.mbc_about p{
	font-size: 16px;
	margin: 2.5% 1.5%!important;
	line-height: 32px!important;
}

/*		START: MBC Solutions : tile Styles : News
*************************************************************/

#div_bg_rb {
	height: 100%;
	min-height: 275px;
	max-height: 275px;
	background-image:url(../images/pict_cat_02.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	text-align: center!important;
}

#news {

}


#article {
	@include vertical-align();
	width: 90%;
	height: 90%;
	margin: 2.55%;
	display:inline-block;
	vertical-align:middle;
}



#article_title {
	font-size: 18px;
	margin: 0;
}

.article-p {
	font-size: 1.00em;
	text-align: center;
	width: 98%;
	min-width: auto!important;
	margin: 0 auto;
	color: rgba(255,255,255,1);
}

.article-a {
	color: rgba(255,255,255,1);
}

a#read_more {
	font-size: 0.90em;
	color: rgba(255,255,255,1)!important;	
}

.animater-a {
	color: rgba(255,255,255,1);
	float: right;
}

.animater-p {
	font-size: 1.00em;
	text-align: center;
	width: 98%;
	min-width: 300px!important;
	margin: 0 auto;
	padding: 0 5%;
	color: rgba(255,255,255,1);
}

/*************************************************************
**
**		START: MBC Navigation : Our Advantage
**
*************************************************************/\
#advantage {
	min-height; 350px;
	margin: 0;
	display:block;
}

#main_advantage_container {
	color: #fff;
	background-color: #000;
	height: auto;
	padding: 5% auto;
	display:block;
}

.main_advantage h2 {
	font-weight: bold;
}

.main_advantage p {
	font-size: 15px!important;
	font-weight: normal!important;
	list-style: none;
	margin: 1.5% 0; 
	padding-bottom: 0px;
}

.our_advantage_points {
	width: 49%;
	float: left;
	display:block;
}

#our_advantage{
	width: 100%;
	margin: 0px !important;
	padding: 0.5% 3.2%;
	display:block;
}
#advantage_points {
	width: 96.499%;
	margin-top: 1.5%;
	display: inline-block;
}

ul.advantage_list li {
	width: 48.499%;
	min-height: 40px;
	float: left;
	display: inline-block;
}
ul.advantage_list_items  {
	width: 92%;
	margin: 0px;
	padding: 0px;
	display:table;
	list-style:initial!important;
	position: relative; 
	left: 8%;
}
.advantage_list_items li {
	font-size: 1.0em!important;
	font-weight:100;
	clear: both;
	width: 100%!important;
	margin-bottom: 8px;
	display: list-item!important;
}

/*		START: MBC Solutions : tile Styles : Leadership
*************************************************************/
#leadership {
	width: 90%;
	height: 98%;
	min-height: 275px;
	max-height: 275px;
	padding: 1% 5%;
	text-align: center;
	display:block;
	
}

#leadership_container {
	height: 100%;
	padding: auto 10%;
}

.mbc_leadership h2{
	font-style: normal;
	margin-bottom: 12px;
}

#leadership ul {
	height: 100%;
	width: 100%;
	display:inline-block;
	vertical-align: middle;
	margin: 12px 0 0 0;
	padding: 0;
	position: relative;
	top: -8%;
	text-align:center;
	text-indent: none;
	list-style:none;
}

.mbc_leadership li {
	font-size: 1.20em!important;
	font-style: italic;
	margin: 0px;
}

/*		START: MBC Solutions : tile Styles : Careers
*************************************************************/
#div_bg_lb {
	width: 100%;
	height: 100%;
	min-height: 275px;
	max-height: 275px;
	background-image:url(../images/pict_cat_03.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	text-align: center!important;
	overflow:hidden;
	margin:0;
}

#careers {
	padding: 5%;
	text-align: center;
	display:block;
	
}

#leadership_container {
	height: 100%;
	padding: auto 10%;
}

#careers h2{
	font-style: normal;
	margin-bottom: 12px;
}

#careers p {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	margin: 12px;
}

/*************************************************************
**
**		START: MBC Solutions : Switcher Styles
**
*************************************************************/
#div_bg_r, .div_cover_black_2r {
	width: 100%;
	height: 100%;
	min-height: 709px;
	max-height: 709px;
	display:block;
	margin: 0;
	padding: 0;
}

#div_bg_r {
	background-image:url(../images/pict_cat_03.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

.div_cover_black_2r {
	background-color: rgba(0,0,0,0.55);
}

.switcher-content {
	display:none;
}

ul.mbc_switch {

	margin: 0;
	padding: 0;
	text-indent: 0px;
}
.mbc_switch {
	width: 100%;
	height: 100%;
	display:block;
    text-align: center;
	vertical-align: top;
}
.mbc_switch, .switcher_links ul {
	list-style:none;
	width: 100%;
	margin: 0;
	padding: 0 auto;
	
}
.mbc_switch, .switcher_links ul li{
	width: 100%;
	margin: 0;
	padding: 0 auto;
	
}
.mbc_switch_header {
	width: 100%;
	height: 80px;
	display: table;
	background-color: rgba(0,0,0,0.85);



}
li.mbc_switch_header a {
	display:table-cell;
	vertical-align: middle;
}

li.mbc_switch_header a h2 {
	font-size: 1.75em!important;
	line-height:1.0!important;
	text-align:center!important;
}

li.mbc_switch_subheader {
	
}

.mbc_switch_subheader {
	width: 100%;
	height: 50px;
	margin: 0px; auto;
	padding: 0px; auto;
	display: table;
	text-align: center;
	background-color: rgba(0,0,0,0.25);
}
li.mbc_switch_subheader h4 {
	font-size: 1.85em!important;
	display:table-cell;
	vertical-align: middle;
}

#commercial_solutions {
	margin: 0;
	padding: 0;
}

#mbc_switch_content div {
}

#mbc_switch_content {
	margin: 0;
	padding: 12px 22px;
	margin-bottom: 44px;
	display:table-cell;
	vertical-align: middle;
	text-indent: 0px;
	background-color: rgba(0,0,0,0.25);
}

#mbc_switch_content_container {
	height: 120px;
	display:table-cell;
	vertical-align:middle;
}

#mbc_switch_content p{
	color: rgba(255,255,255,1);
	font-size: 1.18em!important;
	width: 90%!important;
	height: 90%;
	display:table-cell;
	vertical-align:middle;
	margin: auto auto 22px auto!important;
}

.switcher_title {
	font-size: 1.563em!important;
}

.switcher_subtitle {
	font-size: 1.563em!important;
}

.mbc_switch_links li {
	text-align: center;
	padding: auto;
}

.mbc_switch_links ul {
	font-size: 1.25em;
	margin: auto auto;
	padding: 0;
	diplay: block;
}

.mbc_switch_links ul li a:hover {
	color: rgba(0,202,239,1);
}

.mbc_switch_links ul li{
	list-style:circle!important;
	list-style-position:inside!important;
	color: rgba(255,255,255,1);
	width: 80%;
	margin: 6px auto;
	padding: 0;
	diplay: block;
}

.mbc_switch_links ul li:hover{
	list-style:disc!important;
	list-style-position:inside!important;
	color: rgba(0,202,239,1);
}

.mbc_switch_links ul li:first-of-type{
	margin: 12px auto auto auto!important;
}

.switcher_links {
}
.switcher_links ul {
}
.switcher_links li {
	list-style:none;
}
.switcher_links a {
	color: rgba(255,255,255,1);
}
.switcher_links a:hover {
}
.switcher_links a:visited {
}
/*************************************************************
**
**		END: MBC Solutions : Footer Styles
**
*************************************************************/
#footer_container {
	width: 100%;
	height: 100%;
	padding: 2% 0;
	color: rgba(255,255,255,1);
	background-color: rgba(0, 0, 0, 1.0);
	display: table;
}

#footer_content {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
#footer_content ul {
	text-align: center;
	list-style-type: none;
    margin: 0;
    padding: 0 2.5%;
}
#footer_content li h2 {
	font-size: 35px;
	line-height: 32px;
	margin: 32px;
}
.footer_get_paid {
	width: 100%;
	display:table;
}
.footer_get_paid ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display:display:inline-block;
}

.footer_quote {
	width: 100%;
	display:table;
	margin:0;
	padding: 52px auto!important;
	background-color: rgba(0,202,239,1);
}


.footer_quote a:hover h2{
	color: rgba(255,255,255,1);
}

#footer_contact_email a {
	color: rgba(255,255,255,1);
	width: 100%;
	margin: 0;
	padding-top: 12px;
}

#footer_contact_email a:hover {
	color: rgba(0,202,239,1);
}

.footer_contact_email li {
	padding: 0 0 6px 0!important;
}

#footer_contact_line, #footer_contact_email {
	margin: 12px auto 6 auto!important;
	
}
#footer_contact_email {
	letter-spacing: 2px;
}

/*
footer_contact_address
footer_contact_copy
footer_contact_line
footer_contact_email
#footer_contact p {
	font-size: 28px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

#footer_address p {
	font-size: 18px;
	line-height: 14px;
}
#footer_copy p {
	font-size: 16px;
	font-weight: 100;
	margin: 2% 0;
	padding: 2% 0;
}
#footer_content li em {
	font-size: 16px;
	line-height: 12px;
}*/

.footer_get_paid ul li{
	width: 95%;
	float: left;
	height: 100px;
	display:table;
}

#footer_get_paid_logo {
	width: 100%;
	height: 140px;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
	background-image:url(../images/logo_large.png);
	background-repeat: no-repeat;
	background-size: 18%;
	background-position: center center;
}
#footer_get_paid_line {
	width: 100%;
	height: 80px;
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:top;
}

#footer_get_paid_line h1 {
	text-align: center;
	padding: 0%;
}
}

/* Landscape tablets and medium desktops */
@media only screen and  (min-width: 992px) and (max-width: 1199px) {

/*		START: MBC Solutions : tile Styles : Stats
*************************************************************/

.link_hover { background-color: none; }
.link_hover div {
	padding: 6% 0;
	margin: 0 10%;
	border-top: 1px solid rgba(255,255,255,0.5);
}

#div_bg_rt {
	width: 100%;
	padding: 0px; 10%;
	text-align:center;
}

#div_bg_rt {
	overflow:hidden;
	background-image:none;
	background-color: rgba( 0, 202, 239, 1.0 );
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	float:right;
	
}

#div_bg_rt {
	width: 100%;
	height: 100%;
	min-height: 300px;
	max-height: 300px;
	padding: 0px; 10%;
}

div.bx-wrapper:first-child {
	width: 750px!important;
	position:relative;
	left: -30%!important;
	margin:0;
	padding:0;
}
.bx-wrapper img {
	max-width: 250px!important;
	max-height: 250px!important;
	margin:0;
	padding:0;
}

.mbc_about h2, .mbc_article h2, .mbc_leadership h2, .mbc_careers h2 .mbc_switch_header a{
	font-size: 2.0em;
	font-weight: 600;
	text-align: center;
	margin: 7% 0 0% 0;
}

.mbc_about h2 {
	margin: 7% 0 5% 0;
}

/*		START: MBC Solutions : tile Styles : About
*************************************************************/

div.mbc_about {
	width: 98%;
	display:block;
	margin: 0 5%;
	padding: 0;	
	list-style:none;
}

.mbc_about p{
	font-size: 20px;
	margin: 2.5% 1.5% 2.5% 1.5%!important;
	line-height: 32px!important;
}

/*		START: MBC Solutions : tile Styles : News
*************************************************************/

#div_bg_rb {
	background-image:url(../images/pict_cat_02.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	text-align: center!important;
}

#news {

}


#article {
	@include vertical-align();
	width: 90%;
	height: 90%;
	margin: 5%;
	display:inline-block;
	vertical-align:middle;
}



#article_title {
	font-size: 18px;
	margin: 0;
}

.article-p {
	font-size: 1.00em;
	text-align: center;
	width: 98%;
	min-width: auto!important;
	margin: 0 auto;
	color: rgba(255,255,255,1);
}

.article-a {
	color: rgba(255,255,255,1);
}

a#read_more {
	font-size: 0.90em;
	color: rgba(255,255,255,1)!important;	
}

.animater-a {
	color: rgba(255,255,255,1);
	float: right;
}

.animater-p {
	font-size: 1.00em;
	text-align: center;
	width: 95%;
	min-width: 300px!important;
	margin: 0 auto;
	padding: 0 5%;
	color: rgba(255,255,255,1);
}

/*************************************************************
**
**		START: MBC Navigation : Our Advantage
**
*************************************************************/\
#advantage {
	min-height; 350px;
	margin: 0;
	display:block;
}

#main_advantage_container {
	color: #fff;
	background-color: #000;
	height: auto;
	padding: 5% auto;
	display:block;
}

.main_advantage h2 {
	font-weight: bold;
}

.main_advantage p {
	font-size: 1.2em!important;
	font-weight: normal!important;
	list-style: none;
	margin: 1.5% 0; 
	padding-bottom: 0px;
}

.our_advantage_points {
	width: 49%;
	float: left;
	display:block;
}

#our_advantage{
	width: 100%;
	margin: 0px !important;
	padding: 0.5% 3.2%;
	display:block;
}
#advantage_points {
	width: 96.499%;
	margin-top: 1.5%;
	display: inline-block;
}

ul.advantage_list li {
	width: 48.499%;
	min-height: 40px;
	float: left;
	display: inline-block;
}
ul.advantage_list_items  {
	font-weight:300;
	width: 92%;
	margin: 0px;
	padding: 0px;
	display:table;
	list-style:initial!important;
	position: relative; 
	left: 8%;
}
.advantage_list_items li {
	font-size: 1.20em!important;
	font-weight:normal;
	clear: both;
	width: 100%!important;
	margin-bottom: 8px;
	display: list-item!important;
}

/*		START: MBC Solutions : tile Styles : Leadership
*************************************************************/
#leadership {
	width: 90%;
	height: 82%;
	min-height: 350px;
	max-height: 350px;
	padding: 9% 5%;
	text-align: center;
	display:block;
	
}

#leadership_container {
	height: 100%;
	padding: auto 10%;
}

.mbc_leadership h2{
	font-style: normal;
	margin-bottom: 12px;
}

#leadership ul {
	height: 100%;
	width: 100%;
	display:inline-block;
	vertical-align: middle;
	margin: 12px 0 0 0;
	padding: 0;
	position: relative;
	top: -8%;
	text-align:center;
	text-indent: none;
	list-style:none;
}

.mbc_leadership li {
	font-size: 1.25em!important;
	font-style: italic;
	margin: 0px;
}

/*		START: MBC Solutions : tile Styles : Careers
*************************************************************/
#div_bg_lb {
	background-image:url(../images/pict_cat_03.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	text-align: center!important;
	overflow:hidden;
	margin:0;
}

#careers {
	width: 90%;
	height: 76%;
	min-height: 350px;
	max-height: 350px;
	padding: 12% 5%;
	text-align: center;
	display:block;
	
}

#leadership_container {
	height: 100%;
	padding: auto 10%;
}

#careers h2{
	font-style: normal;
	margin-bottom: 12px;
}

#careers p {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	margin: 12px;
}

/*************************************************************
**
**		START: MBC Solutions : Switcher Styles
**
*************************************************************/
#div_bg_r, .div_cover_black_2r {
	width: 100%;
	height: 100%;
	min-height: 709px;
	max-height: 709px;
	display:block;
	margin: 0;
	padding: 0;
}

#div_bg_r {
	background-image:url(../images/pict_cat_03.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

.div_cover_black_2r {
	background-color: rgba(0,0,0,0.55);
}

.switcher-content {
	display:none;
}

ul.mbc_switch {

	margin: 0;
	padding: 0;
	text-indent: 0px;
}
.mbc_switch {
	width: 100%;
	height: 100%;
	display:block;
    text-align: center;
	vertical-align: top;
}
.mbc_switch, .switcher_links ul {
	list-style:none;
	width: 100%;
	margin: 0;
	padding: 0 auto;
	
}
.mbc_switch, .switcher_links ul li{
	width: 100%;
	margin: 0;
	padding: 0 auto;
	
}
.mbc_switch_header {
	width: 100%;
	height: 80px;
	display: table;
	background-color: rgba(0,0,0,0.85);



}
li.mbc_switch_header a {
	display:table-cell;
	vertical-align: middle;
}

li.mbc_switch_header a h2 {
	font-size: 1.75em!important;
	line-height:1.0!important;
	text-align:center!important;
}

li.mbc_switch_subheader {
	
}

.mbc_switch_subheader {
	width: 100%;
	height: 50px;
	margin: 0px; auto;
	padding: 0px; auto;
	display: table;
	text-align: center;
	background-color: rgba(0,0,0,0.25);
}
li.mbc_switch_subheader h4 {
	font-size: 1.85em!important;
	display:table-cell;
	vertical-align: middle;
}

#commercial_solutions {
	margin: 0;
	padding: 0;
}

#mbc_switch_content div {
}

#mbc_switch_content {
	margin: 0;
	padding: 12px 22px;
	margin-bottom: 44px;
	display:table-cell;
	vertical-align: middle;
	text-indent: 0px;
	background-color: rgba(0,0,0,0.25);
}

#mbc_switch_content_container {
	height: 120px;
	display:table-cell;
	vertical-align:middle;
}

#mbc_switch_content p{
	color: rgba(255,255,255,1);
	font-size: 1.18em!important;
	width: 90%!important;
	height: 90%;
	display:table-cell;
	vertical-align:middle;
	margin: auto auto 22px auto!important;
}

.switcher_title {
	font-size: 1.563em!important;
}

.switcher_subtitle {
	font-size: 1.563em!important;
}

.mbc_switch_links li {
	text-align: center;
	padding: auto;
}

.mbc_switch_links ul {
	font-size: 1.25em;
	margin: auto auto;
	padding: 0;
	diplay: block;
}

.mbc_switch_links ul li a:hover {
	color: rgba(0,202,239,1);
}

.mbc_switch_links ul li{
	list-style:circle!important;
	list-style-position:inside!important;
	color: rgba(255,255,255,1);
	width: 80%;
	margin: 6px auto;
	padding: 0;
	diplay: block;
}

.mbc_switch_links ul li:hover{
	list-style:disc!important;
	list-style-position:inside!important;
	color: rgba(0,202,239,1);
}

.mbc_switch_links ul li:first-of-type{
	margin: 12px auto auto auto!important;
}

.switcher_links {
}
.switcher_links ul {
}
.switcher_links li {
	list-style:none;
}
.switcher_links a {
	color: rgba(255,255,255,1);
}
.switcher_links a:hover {
}
.switcher_links a:visited {
}

/*************************************************************
**
**		END: MBC Solutions : Footer Styles
**
*************************************************************/
#footer_container {
	width: 100%;
	height: 100%;
	padding: 2% 0;
	color: rgba(255,255,255,1);
	background-color: rgba(0, 0, 0, 1.0);
	display: table;
}

#footer_content {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
#footer_content ul {
	text-align: center;
	list-style-type: none;
    margin: 0;
    padding: 0 2.5%;
}
#footer_content li h2 {
	font-size: 35px;
	line-height: 32px;
	margin: 32px;
}
.footer_get_paid {
	width: 100%;
	display:table;
}
.footer_get_paid ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display:display:inline-block;
}

.footer_quote {
	width: 100%;
	display:table;
	margin:0;
	padding: 52px auto!important;
	background-color: rgba(0,202,239,1);
}


.footer_quote a:hover h2{
	color: rgba(255,255,255,1);
}

#footer_contact_email a {
	color: rgba(255,255,255,1);
	width: 100%;
	margin: 0;
	padding-top: 12px;
}

#footer_contact_email a:hover {
	color: rgba(0,202,239,1);
}

.footer_contact_email li {
	padding: 0 0 6px 0!important;
}

#footer_contact_line, #footer_contact_email {
	margin: 12px auto 6 auto!important;
	
}
#footer_contact_email {
	letter-spacing: 2px;
}

/*
footer_contact_address
footer_contact_copy
footer_contact_line
footer_contact_email
#footer_contact p {
	font-size: 28px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

#footer_address p {
	font-size: 18px;
	line-height: 14px;
}
#footer_copy p {
	font-size: 16px;
	font-weight: 100;
	margin: 2% 0;
	padding: 2% 0;
}
#footer_content li em {
	font-size: 16px;
	line-height: 12px;
}*/

.footer_get_paid ul li{
	width: 95%;
	float: left;
	height: 100px;
	display:table;
}

#footer_get_paid_logo {
	width: 100%;
	height: 140px;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
	background-image:url(../images/logo_large.png);
	background-repeat: no-repeat;
	background-size: 18%;
	background-position: center center;
}
#footer_get_paid_line {
	width: 100%;
	height: 80px;
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:top;
}

#footer_get_paid_line h1 {
	text-align: center;
	padding: 0%;
}
}

/* Large desktops and laptops */
@media only screen and (min-width: 1200px) {
/*		START: MBC Navigation : Stick Nav : Side-Slide Menu
*************************************************************/

#navigation_consultation {
	width: auto;
	height: 46px;
	color: #fff;
	font-size: 12px;
	font-weight: 100;
	text-align: left;
	position: relative;
	top: 44px;
	left: 20px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	line-height: 14px;
	display:inline-block;
	vertical-align:middle;
	float: left;
}

#navcontainer_experience {
	width: 100%;
	height: 36px;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	text-align: center;
	margin: 5px 12px;
	position: relative;
	top: 0;
	left: 0px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	line-height: 14px;
	display:block;
	vertical-align:middle;
	float:left;
	background-color: rgba(0,0,0,0.25);
}

.mbc_about h2, .mbc_article h2, .mbc_leadership h2, .mbc_careers h2 .mbc_switch_header a{
	font-size: 2.0em;
	font-weight: 600;
	text-align: center;
	margin: 7% 0 0% 0;
}

.mbc_about h2 {
	margin: 7% 0 5% 0;
}

.link_hover { background-color: none; }
.link_hover div {
	padding: 7% 0;
	margin: 0 10%;
	border-top: 1px solid rgba(255,255,255,0.5);
}

/*		START: MBC Solutions : tile Styles : Stats
*************************************************************/
#div_bg_rt, #div_bg_rb {
	width: 100%;
	height: 100%;
	min-height: 350px;
	max-height: 350px;
	margin: 0;
	padding: 0;
	text-align:center;
}

#div_bg_rt {
	overflow:hidden;
	background-image:none;
	background-color: rgba( 0, 202, 239, 1.0 );
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	
}

div.bx-wrapper:first-child {
	width: 900px!important;
	position:relative;
	left: -30%!important;
	margin:0;
	padding:0;
}
.bx-wrapper img {

	margin:0;
	padding:0;
}

/*		START: MBC Solutions : tile Styles : About
*************************************************************/
.mbc_about p{
	width: 100%;
	margin: 0;
	padding: 0 2%;	
	list-style:none;
}

.mbc_about p{
	font-size: 22px;
	margin: 5% 3%;
	line-height: 32px!important;
}

/*		START: MBC Solutions : tile Styles : News
*************************************************************/

#div_bg_rb {
	background-image:url(../images/pict_cat_02.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	text-align: center!important;
}

#news {

}


#article {
	@include vertical-align();
	width: 90%;
	height: 90%;
	margin: 5%;
	display:inline-block;
	vertical-align:middle;
}



#article_title {
	font-size: 18px;
	margin: 0;
}

a#read_more {
	font-size: 0.90em;
	color: rgba(255,255,255,1);
}

.animater-a {
	color: rgba(255,255,255,1);
	float: right;
}

.animater-p {
	font-size: 1.00em;
	text-align: center;
	width: 95%;
	min-width: 300px!important;
	margin: 0 auto;
	padding: 0 5%;
	padding: 0 5%;
	color: rgba(255,255,255,1);
}

/*************************************************************
**
**		START: MBC Navigation : Our Advantage
**
*************************************************************/\
#advantage {
	min-height; 400px;
	margin: 0;
	display:block;
}

#main_advantage_container {
	color: #fff;
	background-color: #000;
	height: auto;
	padding: 5% auto;
	display:block;
}

.main_advantage h2 {
	font-weight: bold;
}

.main_advantage p {
	font-size: 1.18em!important;
	font-weight: normal!important;
	list-style: none;
	margin: 1.5% 0; 
	padding-bottom: 0px;
}

.our_advantage_points {
	width: 49%;
	float: left;
	display:block;
}
.display_table {
	display: table;
}
.valign_center {
	display:table-cell;
    text-align: center!important;
	vertical-align: middle;
}



#our_advantage{
	width: 100%;
	font-size: 1.35em!important;
	font-weight:100;
	margin: 0px !important;
	padding: 2% 3.2%;
	display:block;
}
#advantage_points {
	width: 96.499%;
	margin-top: 1.5%;
	display: inline-block;
}

ul.advantage_list li {
	width: 48.499%;
	min-height: 40px;
	float: left;
	display: inline-block;
}
ul.advantage_list_items  {
	width: 92%;
	margin: 0px;
	padding: 0px;
	display:table;
	list-style:initial!important;
	position: relative; 
	left: 8%;
}
.advantage_list_items li {
	font-size: 1.0em!important;
	clear: both;
	width: 100%!important;
	margin-bottom: 12px;
	display: list-item!important;
}

/*		START: MBC Solutions : tile Styles : Leadership
*************************************************************/
#leadership {
	width: 90%;
	height: 92%;
	min-height: 350px;
	max-height: 350px;
	padding: 4% 5%;
	text-align: center;
	display:block;
	
}

#leadership_container {
	height: 100%;
	padding: auto 10%;
}

.mbc_leadership h2{
	font-style: normal;
	margin-bottom: 12px;
}

#leadership ul {
	height: 100%;
	width: 100%;
	display:inline-block;
	vertical-align: middle;
	margin: 12px 0 0 0;
	padding: 0;
	position: relative;
	top: -8%;
	text-align:center;
	text-indent: none;
	list-style:none;
}

.mbc_leadership li {
	font-size: 1.25em!important;
	font-style: italic;
	margin: 0px;
}






/*		START: MBC Solutions : tile Styles : Leadership
*************************************************************/
#div_bg_lb {
	background-image:url(../images/pict_cat_03.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	text-align: center!important;
	overflow:hidden;
	margin:0;
}

#careers {
	width: 90%;
	height: 76%;
	min-height: 350px;
	max-height: 350px;
	padding: 12% 5%;
	text-align: center;
	display:block;
	
}

#leadership_container {
	height: 100%;
	padding: auto 10%;
}

#careers h2{
	font-style: normal;
	margin-bottom: 12px;
}

#careers p {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	margin: 12px;
}

/*************************************************************
**
**		START: MBC Solutions : Switcher Styles
**
*************************************************************/
#div_bg_r, .div_cover_black_2r {
	width: 100%;
	height: 100%;
	min-height: 709px;
	max-height: 709px;
	display:block;
	margin: 0;
	padding: 0;
}

#div_bg_r {
	background-image:url(../images/pict_cat_03.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

.div_cover_black_2r {
	background-color: rgba(0,0,0,0.55);
}

.switcher-content {
	display:none;
}

ul.mbc_switch {

	margin: 0;
	padding: 0;
	text-indent: 0px;
}
.mbc_switch {
	width: 100%;
	height: 100%;
	display:block;
    text-align: center;
	vertical-align: top;
}
.mbc_switch, .switcher_links ul {
	list-style:none;
	width: 100%;
	margin: 0;
	padding: 0 auto;
	
}
.mbc_switch, .switcher_links ul li{
	width: 100%;
	margin: 0;
	padding: 0 auto;
	
}
.mbc_switch_header {
	width: 100%;
	height: 80px;
	display: table;
	background-color: rgba(0,0,0,0.85);



}
li.mbc_switch_header a {
	display:table-cell;
	vertical-align: middle;
}

li.mbc_switch_header a h2 {
	font-size: 1.75em!important;
	line-height:1.0!important;
	text-align:center!important;
}

li.mbc_switch_subheader {
	
}

.mbc_switch_subheader {
	width: 100%;
	height: 50px;
	margin: 0px; auto;
	padding: 0px; auto;
	display: table;
	text-align: center;
	background-color: rgba(0,0,0,0.25);
}
li.mbc_switch_subheader h4 {
	font-size: 1.85em!important;
	display:table-cell;
	vertical-align: middle;
}

#commercial_solutions {
	margin: 0;
	padding: 0;
}

#mbc_switch_content div {
}

#mbc_switch_content {
	margin: 0;
	padding: 12px 22px;
	margin-bottom: 44px;
	display:table-cell;
	vertical-align: middle;
	text-indent: 0px;
	background-color: rgba(0,0,0,0.25);
}

#mbc_switch_content_container {
	height: 120px;
	display:table-cell;
	vertical-align:middle;
}

#mbc_switch_content p{
	color: rgba(255,255,255,1);
	font-size: 1.18em!important;
	width: 90%!important;
	height: 90%;
	display:table-cell;
	vertical-align:middle;
	margin: auto auto 22px auto!important;
}

.switcher_title {
	font-size: 1.563em!important;
}

.switcher_subtitle {
	font-size: 1.563em!important;
}

.mbc_switch_links li {
	text-align: center;
	padding: auto;
}

.mbc_switch_links ul {
	font-size: 1.25em;
	margin: auto auto;
	padding: 0;
	diplay: block;
}

.mbc_switch_links ul li a:hover {
	color: rgba(0,202,239,1);
}

.mbc_switch_links ul li{
	list-style:circle!important;
	list-style-position:inside!important;
	color: rgba(255,255,255,1);
	width: 80%;
	margin: 6px auto;
	padding: 0;
	diplay: block;
}

.mbc_switch_links ul li:hover{
	list-style:disc!important;
	list-style-position:inside!important;
	color: rgba(0,202,239,1);
}

.mbc_switch_links ul li:first-of-type{
	margin: 12px auto auto auto!important;
}

.switcher_links {
}
.switcher_links ul {
}
.switcher_links li {
	list-style:none;
}
.switcher_links a {
	color: rgba(255,255,255,1);
}
.switcher_links a:hover {
}
.switcher_links a:visited {
}

/*************************************************************
**
**		END: MBC Solutions : Footer Styles
**
*************************************************************/
#footer_container {
	width: 100%;
	height: 100%;
	padding: 2% 0;
	color: rgba(255,255,255,1);
	background-color: rgba(0, 0, 0, 1.0);
	display: table;
}

#footer_content {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
#footer_content ul {
	text-align: center;
	list-style-type: none;
    margin: 0;
    padding: 0 2.5%;
}
#footer_content li h2 {
	font-size: 35px;
	line-height: 32px;
	margin: 32px;
}
.footer_get_paid {
	width: 100%;
	display:table;
}
.footer_get_paid ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display:display:inline-block;
}

.footer_quote {
	width: 100%;
	display:table;
	margin:0;
	padding: 52px auto!important;
	background-color: rgba(0,202,239,1);
}


.footer_quote a:hover h2{
	color: rgba(255,255,255,1);
}

#footer_contact_email a {
	color: rgba(255,255,255,1);
	width: 100%;
	margin: 0;
	padding-top: 12px;
}

#footer_contact_email a:hover {
	color: rgba(0,202,239,1);
}

.footer_contact_email li {
	padding: 0 0 6px 0!important;
}

#footer_contact_line, #footer_contact_email {
	margin: 12px auto 6 auto!important;
	
}
#footer_contact_email {
	letter-spacing: 2px;
}

/*
footer_contact_address
footer_contact_copy
footer_contact_line
footer_contact_email
#footer_contact p {
	font-size: 28px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

#footer_address p {
	font-size: 18px;
	line-height: 14px;
}
#footer_copy p {
	font-size: 16px;
	font-weight: 100;
	margin: 2% 0;
	padding: 2% 0;
}
#footer_content li em {
	font-size: 16px;
	line-height: 12px;
}*/

.footer_get_paid ul li{
	width: 95%;
	float: left;
	height: 100px;
	display:table;
}

#footer_get_paid_logo {
	width: 100%;
	height: 140px;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
	background-image:url(../images/logo_large.png);
	background-repeat: no-repeat;
	background-size: 18%;
	background-position: center center;
}
#footer_get_paid_line {
	width: 100%;
	height: 80px;
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:top;
}

#footer_get_paid_line h1 {
	text-align: center;
	padding: 0%;
}
}