/* This has common brown microsite styles like hide right-rail background, remove related posts bullet points, and common design elements like round icons, quote styles, and expanding bullet points. See more in the comments below. */

/* Hide Right Rail Background */
#page .extend-page {
background: none repeat scroll 0 0 transparent !important;
}

#page #right-rail {
width: 240px;
background: none;
padding: 20px 0 0 16px; /* gridfix */
}

/* Remove bullets from related posts */
#right-rail #home-blog .item-list ul {
padding-left: 0;
}
#right-rail #home-blog .item-list ul li {
list-style: none outside none;
margin-bottom: 10px;
}

/* Add brown breadcrumb bar styles */
#subhead-wrapper {
background: url("/sites/default/files/breadcrumb_bg.jpg") no-repeat scroll left top transparent !important;
height: 21px;
margin: 0;
padding: 10px 13px;
}
#breadcrumb a{
  color: #fff;
}
#breadcrumb {
  color: #fff !important;
}

/* fix hover links on blocky nav */
.blocky-nav a:hover {
text-decoration: none;
}

/* optional 1px blocky-nav adjustment */
.blocky-nav .lastoffive {
  width: 196px !important;
  border-right: 0px !important;
}
.blocky-nav{
  margin-top: 0px !important;
}
/** Education specific styles **/

/* sidebar styles */
#right-rail .date-line {
text-transform: uppercase;
margin-top: 0px !important;
}

#block-views-related_videos-block_31 {
padding-top: 15px;
margin-top: 15px;
background: url("/sites/default/files/img_sep_fuzz.jpg") no-repeat left top transparent;
}

/* large intro paragraph (from economy microsite) */
.intro-paragraph {
color: #666;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 1.7em;
margin-top: 20px;
}

/* opening quote styles (from immigration microsite) */
.opening-quote {
color: #686868;
font-family: Georgia, serif;
font-size: 16px;
line-height: 24px;
margin-bottom: 10px;
}
.opening-attr {
color: #686868;
font-family: Georgia, serif;
font-size: 14px;
font-style: italic;
line-height: 24px;
}

/* Align content properly in the page */
#page #page-inner #content {
float: left;
border-right: 1px solid #ebebeb; /* gridfix */
padding: 25px 16px 15px; /* gridfix */
width: 686px; /* gridfix */
}

div#page .center-on-page .node-content #content ul {
margin-left: 36px;
}

/* styles for round image icons */
.edu-section {
border-top: solid #EBEBEB 1px;
}
.edu-section h2 {
clear: both;
}
.edu-section img {
float: left;
padding: 17px 0 25px 0;
}
.edu-section-inner {
margin-left: 140px;
}

/* styles for expanding content */
.expand-content {
  max-width: 600px;
  padding: 10px 0 0 25px;
}
.expand-content-inner {
  margin-left: 18px;
}
.show-more {
  background: url(/sites/default/files/faq-down.jpg) top left no-repeat;
background-position-y: 1px;
}
.expand-title {
  color: #336699;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  padding-left: 25px;
  cursor: pointer;
}

/* Styles for two column grid (like on the landing page) */
/* styles for the 2 column promo layout */
   .issue-2col-tout {
      max-width:665px;
   }
  h3.issue-tout-subhead {
      color: #686868;
    font-family: "Arial, Helvetica, sans-serif";
    font-size: 1.6em;
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-weight: normal;
    line-height: 24px;
  }
  h3.issue-feature-subhead {
      margin: 5px 0 !important;
      text-transform: uppercase;
      font-family: Georgia, 'Times New Roman', Times, serif;
      color: #880002;
  }
   .issue-feature-left {
      max-width: 327px;
      float: left;
      margin-bottom: 30px;
    }
  .issue-feature-right {
      max-width: 327px;
      float: right;
      margin-bottom: 30px;
    }
   p.issue-feature-caption {
      color:#333333;
      margin: 0 0 0px;
      padding-right: 10px;
   }
.issue-feature-container p {
    margin-bottom: 10px;
}
.quote-pull-out {
    color: #336699;
    font-family: Arial, sans-serif;
    font-size: 16px;
    float: right;
    line-height: 24px;
    margin: 0px 0px 16px 16px;
    width: 290px;