/* Layout
 * ------
 * Using a negative margin technique, adapted from ZEN. The page is loaded by this order:
 *
 * 1. Header
 * 2. Content
 * 3. Navigation menus
 * 4. Sidebar Left
 * 5. Sideabr Right */
/* remove 'auto' and the width to switch to a fluid width */
/* line 16, ../sass/layout.sass */


#page {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    min-height: 700px;
    padding: 0 20px;
    width: 900px;
}
#page_front {
    background: none repeat scroll 0 center transparent;
    margin: 0 auto;
    min-height: 590px;
    padding: 0;
    width: 980px;
}

/* Layout rules. (Disclaimer: do not change if you're not sure you know what you're doing.) */
/* line 21, ../sass/layout.sass */
#content {
    float: left;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}


#content_front {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

/* line 27, ../sass/layout.sass */
.sidebar {
  float: left;
}

/* line 30, ../sass/layout.sass */
#sidebar-second {
  float: right;
}

/* line 33, ../sass/layout.sass */
#footer {
  float: none;
  clear: both;
}

/* Layout Helpers */
/* line 38, ../sass/layout.sass */
#header,
#footer,
.mission,
.breadcrumb,
.node {
  clear: both;
}


#footer {
    background: none repeat scroll 0 50% transparent;
    clear: both;
    margin: auto 0;
    width: 100%;
}

/* Sidebars width
 * --------------
 * Changing the width of the sidebars is dead easy, just change the
 * values below corresponding to the sidebar you want to modify.
 * Make sure you keep negative values as negative values.
 * For example, if I want to increase the width of the left sidebar
 * to 300px, I would have to change each '190' to '300'. */
/* line 56, ../sass/layout.sass */
.two-sidebars .center,
.sidebar-left .center {
  margin-left: 190px;
}

/* line 60, ../sass/layout.sass */
#sidebar-first {
  width: 190px;
  margin-right: -190px;
}

/* line 66, ../sass/layout.sass */
.two-sidebars .center,
.sidebar-right .center {
  margin-right: 200px;
}

/* line 70, ../sass/layout.sass */
#sidebar-second {
  width: 200px;
}

/* Columns Inner
 * -------------
 * You can change the padding inside the columns without changing the
 * width of them by just usinbg the INNER div of each column */
/* line 77, ../sass/layout.sass */
.inner {
  padding: 0;
}

/* Navigation styles
 * -----------------
 * The navigation is loaded after the content, so we need to make space
 * for it, equal to its height, so if you change the height of the navigation,
 * remember to adapt the margin top of the content and sidebars. */
/* line 85, ../sass/layout.sass */
#navigation {
  float: left;
  margin-left: 0;
  margin-right: -100%;
  padding: 0;
  width: 100%;
  height: 40px;
}

/* line 95, ../sass/layout.sass */
.with-navigation #content,
.with-navigation .sidebar {
  margin-top: 40px;
}
#block-block-1 {
background-color: #2779B1;
display: block;
float: left;
margin: 10px 0 10px 24px;
padding: 0;
position: relative;
width: 310px;
height: 215px;
}
#block-block-2 {
background-color: #2779B1;
display: block;
float: left;
margin: 10px 0 10px 4px;
padding: 0;
position: relative;
width: 310px;
height: 215px;
}
#block-block-3 {
    background: url("/sites/all/themes/basic/images/home/hm_contact.png") no-repeat scroll center top transparent;
    display: block;
    float: left;
    height: 140px;
    margin: 10px 0 0 4px;
    padding: 0;
    position: relative;
    width: 308px;
}

#block-block-4 {
background: none repeat scroll 0 0 #eee;
display: block;
float: left;
margin: 10px 0 0px 4px;
padding: 20px 20px 0px 20px;
position: relative;
width: 268px;
color: #fff;
}

#block-block-4 h3 {
	
	color: #000;
}
#block-search-0 {
    background: none repeat scroll 0 0 transparent;
    height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    width: 200px;
}
#mc_embed_signup form {
    display: block;
    height: 140px;
    padding: 10px 0 10px 3%;
    position: relative;
    text-align: left;
}

.node-type-page #content ul {
margin: 0 0 20px 0;
}
#mc_embed_signup h2 {
    color: #FFFFFF !important;
    font-size: 1.4em;
    font-weight: bold;
    margin: 15px 0 !important;
    padding: 10px 0 !important;
    text-align: center !important;
}
#mc_embed_signup .mc-field-group label {
    color: #fff !important;
}