@import url("normalize.css");

/* -------------------------------------------------------------------------------------------------------------------- */

html {
  font-size: 100%;
  overflow-y: scroll;
}
body {
  line-height: 1.5;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #000;
}

/* Selection Styles - Change colors to match design */
::-moz-selection {
  background: #652c8a;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #652c8a;
  color: #fff;
  text-shadow: none;
}

/* -------------------------------------------------------------------------------------------------------------------- */

/* =Common bottom margins  */
ul,
ol,
dl,
p {
  margin: 0 0 1.2em 0;
}

/* =Links */
a,
a:link {
  color: #333366;
}
a:hover {
  color: #000;
}
a:focus {
  color: #000;
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

/* =Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.3em 0;
}

h1 {
  color: #333366;
  font-size: 36px;
}
h2 {
  font-size: 18px;
  color: #333;
}
h3 {
  font-size: 14px;
  color: #333;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 13px;
}

/* =Text Styles */
p {
  margin: 0 0 1em 0;
}

/* =Lists */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol {
  margin: 0 0 1em 1em;
  padding: 0;
}
dd {
  margin: 0 0 0 1em;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* =Fonts
-------------------------------------------------------------------------------------------------------------------- */
@font-face {
}

/* =PRIMARY STYLES
-------------------------------------------------------------------------------------------------------------------- */
/* =Accessibility
------------------------------------------------------ */
.accessTarget,
.accessLink {
  position: absolute;
  top: -999em;
}
.accessLink:focus {
  top: 0;
}

/* =Body
------------------------------------------------------ */
html {
  height: 100%;
}
body {
  background: #eeeeee;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding-bottom: 1em;
}

/* =Fonts
------------------------------------------------------ */
@font-face {
  font-family: "rudablack";
  src: url("fonts/ruda/ruda-black-webfont.woff2") format("woff2"),
    url("fonts/ruda/ruda-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "rudabold";
  src: url("fonts/ruda/ruda-bold-webfont.woff2") format("woff2"),
    url("fonts/ruda/ruda-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "rudaregular";
  src: url("fonts/ruda/ruda-regular-webfont.woff2") format("woff2"),
    url("fonts/ruda/ruda-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* =Grids and Columns
------------------------------------------------------ */
.gridRow,
.gridLayout {
  overflow: hidden;
  clear: both;
}

.gridRow::after,
.gridLayout::after {
  display: table;
  content: "";
  clear: both;
}

.grid {
  float: left;
  margin: 0 10px 0 0;
}
.grid_1 {
  width: 100px;
}
.grid_2 {
  width: 140px;
}
.grid_3 {
  width: 210px;
}
.grid_4 {
  width: 320px;
}
.grid_4_1 {
  width: 445px;
}
.grid_5 {
  width: 460px;
}
.grid_6 {
  width: 460px;
}
.grid_7 {
  width: 540px;
}
.grid_8 {
  width: 620px;
}
.grid_9 {
  width: 700px;
}
.grid_10 {
  width: 780px;
}

.first {
  margin-left: 0 !important;
}
.last {
  margin-right: 0 !important;
}

/* =Wrappers
------------------------------------------------------ */
.wrapper,
.container {
  width: 980px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
}
.main {
  position: relative;
}
.main-content {
  float: left;
  width: 610px;
  overflow: hidden;
}
.main-content-full {
  width: 810px;
}

/* =Header
------------------------------------------------------ */
.header {
  background: url("../img/layout/header-bg.jpg") 50% 0 no-repeat;
  height: 133px;
  position: relative;
  z-index: 999;
}

header .logo {
  display: block;
  position: absolute;
  top: 36px;
  right: 32px;
}
header .tagline {
  display: block;
  font-family: rudaregular;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  opacity: 0.45;
  position: absolute;
  top: 36px;
  left: 30px;
}

.header ul {
  float: right;
  overflow: hidden;
  padding: 1.2em 30px 0 0;
}
.header ul li {
  float: left;
  line-height: 0.9;
  padding: 0 0.6em;
  border-left: 1px solid #333366;
}
.header ul li:first-child {
  border: 0;
}
.header ul li a {
  color: #333366;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}

/* =Navigation
------------------------------------------------------ */
.main-nav {
  background: #829369;
  font-size: 15px;
  min-height: 49px;
  padding-left: 34px;
}
.main-nav li {
  float: left;
  line-height: 1.2;
}
.main-nav li a {
  display: block;
  color: #fff;
  font-size: 18px;
  min-height: 34px;
  width: 168px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 15px 5px 0 5px;
  border-right: 2px solid #b8b8ac;
}
.main-nav li:first-child a {
  border-left: 2px solid #b8b8ac;
  width: 176px;
}
.main-nav li a:hover,
.main-nav li a:focus,
.main-nav li a.active {
  background: #333366;
}

/* Drop Downs */
.main-nav .menu li ul {
  background: #829369;
  width: 200px;
  border: 1px solid #fff;
  moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
}
.main-nav .menu li ul li a {
  background: #829369 !important;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  min-height: 0;
  width: auto;
  text-align: left;
  padding: 0.4em 1em 0.4em 1em;
  border: 0;
  border-top: 1px solid #fff;
}
.main-nav .menu li ul li:first-child a {
  border-top: 0;
}
.main-nav .menu li ul li a:hover,
.main-nav .menu li ul li ul li a:hover,
.main-nav .menu li ul li a:focus,
.main-nav .menu li ul li ul li a:focus {
  color: #fff;
  background: #333366 !important;
}
.main-nav .menu li.sfHover li a {
  color: #fff;
}
.main-nav .menu li ul li ul {
  margin-left: 0;
  top: 0;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  outline: 0;
}

/* Essential Styles - modify with caution */
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
  display: none;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: -1px;
  top: 49px;
  z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 200px;
  top: 0;
}

/* RTL */
ul.sf-menu li.rtl li:hover ul,
ul.sf-menu li.rtl li.sfHover ul {
  right: 200px;
  left: auto;
}
ul.sf-menu li.rtl li li:hover ul,
ul.sf-menu li.rtl li li.sfHover ul {
  right: 200px;
  left: auto;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em; /* Match ul width */
  top: 0;
}
.sf-sub-indicator {
  position: absolute;
  display: block;
  right: 0.75em;
  top: 1.05em;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
}

/* Apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  margin: 0;
}

/* Main menu item styles */
.main-nav .menu li.sfHover a,
.main-nav .menu li a.active {
  background: #333366;
  color: #fff;
}

/* Secondary Content 
------------------------------------------------------ */
.secondary {
  background: url("../img/layout/vert-divide.gif") 100% 0 no-repeat;
  float: left;
  width: 162px;
  min-height: 320px;
  margin-top: 98px;
}

/* Page Navigation */
.page-nav {
  font-size: 12px;
  padding-left: 30px;
}
.page-nav li {
  line-height: 1.2;
  padding-bottom: 1.2em;
}
.page-nav li a {
  display: block;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
}
.page-nav li a:hover,
.page-nav li a.active {
  color: #333366;
}

.page-nav li ul {
  font-size: 11px;
  margin-top: 0.6em;
  margin-left: 10px;
}
.page-nav li ul li {
  background: url("../img/layout/nav-bullet.gif") 0 4px no-repeat;
  list-style: none;
  padding: 0 0 0.4em 0.6em;
}
.page-nav li ul li a {
  text-transform: none;
}

/* =Content and Site Components
------------------------------------------------------ */
.the-content {
  padding: 2em 3em 1.8em 1.8em;
}
.main-content-full .the-content {
  padding-right: 1em;
}

.the-content h1 {
  color: #333366;
  font-size: 36px;
}

/* Lists */
.the-content ul {
  margin: 1.2em 0;
  padding: 0 0 0 20px;
}
.the-content ul li {
  background: url("../img/layout/bullet.gif") 0 8px no-repeat;
  list-style: none;
  padding: 0 0 0.2em 0.6em;
}
.the-content ol {
  list-style: decimal;
  margin: 10px 0 15px 32px;
}
.the-content ol li {
  list-style: decimal;
  padding: 0 0 4px 0;
}

/* Forms */
.validation {
  color: #829369;
}

/* Breadcrumb */
.breadcrumb {
  background: #d9d9da;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0.8em 2em 1.2em 34px;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #000;
}

/* Page/content specific */
.services {
  display: block;
  padding-bottom: 10px;
}
.services img {
  float: left;
  padding-right: 10px;
}

/* =Aside(s)
------------------------------------------------------ */
.aside {
  background: url("../img/layout/aside-bg.jpg") 0 0 repeat-y;
  color: #333366;
  float: right;
  font-size: 12px;
  line-height: 1.3;
  width: 207px;
  margin-top: 96px;
  display: block;
}
.aside ul {
  padding-left: 0;
}
.aside img {
  display: block;
}
.aside li {
  background: url("../img/layout/aside-bullet.gif") 0 7px no-repeat;
  list-style: none;
  padding: 0 0 0.5em 0.8em;
}
.aside li a {
  text-decoration: none;
}
.aside h3 {
  background: url("../img/layout/aside-hdr-bg.jpg") 0 0 repeat-y;
  color: #333366;
  font-size: 15px;
  text-transform: uppercase;
  padding: 1em 0 0.3em 14px;
}

.aside-block {
  padding: 0.7em 1.5em 1em 14px;
}
.aside-spacer {
  background: #ffffff;
  height: 10px;
}

/* =Homepage
------------------------------------------------------ */
.homepage {
  padding: 0;
}

.homepage .main {
  background: url("../img/layout/hp-bg.png") 0 49px no-repeat;
  min-height: 768px;
  padding-bottom: 1.5em;
}

.homepage .content-home {
  font-family: rudaregular;
  font-size: 16px;
  color: #fff;
  min-height: 230px;
  line-height: 1.4;
  position: relative;
  margin: 225px 0 20px 0;
  padding: 0 2.5rem;
}

.homepage .content-home h1 {
  display: none;
}

.homepage .content-home p {
  margin-bottom: 1.5rem;
}

.homepage .content-home .big {
  font-size: 30px;
}

.homepage .callout {
  background: #829369;
  color: #fff;
  margin-bottom: 10px;
  border: 5px solid #fff;
}

.homepage .callout .mediaBody {
  padding: 1.2em 1.5em 0.5em 0.5em;
}

.homepage .callout h1 {
  color: #fff;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 0.1em;
}

.homepage .callout p {
  line-height: 1.3;
  margin-bottom: 0;
}

.homepage .callout h1 a {
  text-decoration: none;
}

.homepage .callout h1 a:hover,
.homepage .callout h1 a:focus {
  color: #000;
  text-decoration: none;
}

.homepage .callout a {
  color: #fff;
}

.homepage .callout a:hover,
.homepage .callout a:focus {
  color: #000;
  text-decoration: underline;
}

.homepage .info-block {
  background: #fff;
  float: left;
  width: 205px;
  border: 7px solid #fff;
  height: 175px;
}

.homepage .info-block.first {
  margin-right: 8px;
}

.homepage .info-block h2 {
  color: #333366;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.homepage .info-block img {
  display: block;
}

/* News */
.homepage .news {
  font-size: 14px;
  line-height: 1.4;
  margin-left: 1.8rem;
}

.homepage .news h2 {
  font-size: 20px;
  font-weight: normal;
  color: #333366;
  margin-bottom: 1.6rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #333366;
}

.homepage .news a {
  color: #0c253e;
}

.homepage .news a:hover,
.homepage .news a:focus {
  color: #000;
}

.homepage .news .media {
  padding: 0 0 1rem 0;
}

/* Projects */
.homepage .projects {
  font-size: 14px;
  line-height: 1.4;
  margin-left: 1.8rem;
}

.homepage .projects h2 {
  font-size: 20px;
  font-weight: normal;
  color: #0c253e;
  margin-bottom: 1.6rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #0c253e;
}

.homepage .projects a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.homepage .projects a:hover,
.homepage .projects a:focus {
  color: #333366;
}

.homepage .projects .media {
  padding: 0 0 1rem 0;
}

/* =Diagram
------------------------------------------------------ */
.diagram {
  width: 770px;
  overflow: hidden;
  margin: 0 auto 3em auto;
  min-height: 798px;
  background-image: url("../img/diagrams/diagram-00.png");
  background-position: 0 135px;
  background-repeat: no-repeat;
}
.diagram ul.tabs {
  background: #333366;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 6px;
  list-style: none;
  padding-left: 0;
}
.diagram ul.tabs li {
  float: left;
  padding: 0;
  margin: 0;
  border-left: 2px solid #fff;
  background: none;
}
.diagram ul.tabs li:first-child {
  border-left: 0;
}
.diagram ul.tabs li a {
  display: block;
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  line-height: 1.1;
  text-decoration: none;
  padding: 12px 8px 0 20px;
  outline: 0 none;
}
.diagram ul.tabs li:hover,
.diagram ul.tabs li.active {
  background: #829369;
}
.diagram ul.tabs li a.tab1 {
  width: 98px;
}
.diagram ul.tabs li a.tab2 {
  width: 160px;
}
.diagram ul.tabs li a.tab3 {
  width: 190px;
}
.diagram ul.tabs li a.tab4 {
  width: 204px;
}

.diagram .diagram-pane img {
  display: block;
}
.diagram .diagram-pane .foot {
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  min-height: 40px;
  padding: 0.7em 0.8em 0.6em 0.8em;
  border-radius: 6px;
}

/* =Footer
------------------------------------------------------ */
.footer {
  font-size: 12px;
  color: #333;
  clear: both;
  overflow: hidden;
}
.footer .col {
  float: left;
  width: 200px;
  padding-right: 0.5rem;
}
.footer .projects {
  width: 220px;
}
.footer .navigate {
  width: 220px;
}
.footer .engage {
  width: 200px;
}
.footer h3 {
  font-size: 18px;
  font-weight: normal;
}
.footer p {
  margin: 0;
}
.footer li {
  padding-bottom: 0.2em;
}
.footer a {
  color: #333;
  text-decoration: none;
}
.footer a:hover,
.footer a:focus {
  text-decoration: underline;
}
.footer .btn {
  display: block;
  margin-bottom: 0.5em;
}

.footer .mega-footer {
  background: #fff url("../img/layout/footer-bg.jpg") 0 100% repeat-x;
  overflow: hidden;
  min-height: 172px;
  padding: 1.4em 1.4em 0.2em 40px;
}
.footer .site-info {
  background: #747474;
  clear: both;
  text-align: center;
  padding: 0.8em 0;
}
.footer .site-info a {
  text-decoration: underline;
}

.footer .foot-btn {
  background: #829369;
  display: block;
  font-family: rudaregular;
  font-size: 16px;
  color: #fff;
  height: 72px;
  width: 210px;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  padding-top: 10px;
  border-radius: 0.4rem;
}

.footer .foot-btn:hover,
.footer .foot-btn:focus {
  background: #333366;
}

/* Locations */
.locations {
  background: #232346;
  color: #fff;
  min-height: 40px;
}

.locations p {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding-top: 0.6rem;
}

.locations p > span {
  margin: 0 1rem;
}

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

/* =Common Elements
------------------------------------------------------ */
.media,
.mediaBody {
  overflow: hidden;
  zoom: 1;
}
.mediaAside {
  float: left;
  margin-right: 0.8em;
}
.media img {
  display: block;
}
.media {
  margin-bottom: 0.5em;
}
.fl_right.mediaAside {
  margin-left: 1em;
}

/* Social Icons */
.socialIcons {
}
.socialIcons li {
  padding-bottom: 5px;
}
.socialIcons a {
  display: block;
  width: 30px;
  height: 32px;
  text-indent: -999em;
}
.socialIcons a.facebook {
  background-position: 0 0;
}
.socialIcons a.houzz {
  background-position: 0 -37px;
}
.socialIcons a.linkedIn {
  background-position: 0 -75px;
}
.socialIcons a:hover,
.socialIcons a:focus {
  opacity: 0.8;
}

/* =JS Plugins
-------------------------------------------------------------------------------------------------------------------- */
/* =BX-Slider
------------------------------------------------------ */
.bx {
  float: left;
  width: 621px;
  position: relative;
}
.bx-in {
}
.bx-wrapper {
  overflow: hidden;
  position: relative;
}

.bx ul {
  height: 345px;
  overflow: hidden;
}
.bx ul li {
  float: left;
  height: 345px;
}
.bx ul li img {
  display: block;
  width: 621px;
}
.bx a {
  outline: 0 none;
}

.bx .bx-prev {
  height: 31px;
  left: -55px;
  position: absolute;
  text-indent: -999em;
  top: 78px;
  width: 31px;
}
.bx .bx-next {
  height: 31px;
  position: absolute;
  right: -40px;
  text-indent: -999em;
  top: 78px;
  width: 31px;
}
.bx .bx-next:hover,
.bx .bx-prev:hover {
  background-position: 0 0;
}

.bx-auto {
  text-align: center;
}
.bx-start {
  background: #838383;
  border-radius: 3px;
  color: #f1eee7;
  font-size: 14px;
  padding: 4px 7px;
  text-transform: capitalize;
}
.bx-start:hover {
  background: #525044;
  text-decoration: none;
}

.bx-pager {
  position: absolute;
  right: 14px;
  bottom: 10px;
  overflow: hidden;
}
.bx-pager a {
  background: #fff;
  display: block;
  float: left;
  font-size: 0.009em;
  color: #fff;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  margin-right: 5px;
  outline: 0 none;
  border-radius: 9px;
}
.bx-pager .pager-active,
.bx-pager a:hover {
  background: #ccc;
  color: #ddd;
  text-decoration: none;
}

/* =Standard Classes  
-------------------------------------------------------------------------------------------------------------------- **/
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
  line-height: 1px;
  height: 1px;
}
.print-only {
  display: none;
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.ta_right {
  text-align: right;
}

/* =Responsive Layouts Adjust Widths to Required 
-------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 650px) {
}

/* =Print Layouts 
-------------------------------------------------------------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* a[href]:after 				{ content: " (" attr(href) ")"; } */
  /* abbr[title]:after 			{ content: " (" attr(title) ")"; } */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }

  body {
    font-size: 1.1em;
  }

  /* Wrappers and containers */
  .wrapper {
    background: #fff;
    width: 100%;
    margin: auto;
    padding: 0;
  }

  /* Header / branding */
  .header {
    height: 170px;
    margin-bottom: 1em;
    padding-bottom: 1px;
    border-bottom: 2px solid #000;
    overflow: visible;
    position: static;
  }

  .logo {
    float: none;
    top: 0;
    left: 0;
  }

  .tagline {
    display: none;
  }

  /* Utility nav */
  .headerNav {
    display: none;
  }

  /* Main nav */
  .main-nav,
  .menu li ul {
    display: none;
  }

  /* Main content and components */
  .main {
    background: #fff;
    width: 100%;
    min-height: 0;
    padding: 0;
  }

  .breadcrumb {
    display: none;
  }

  .main-content {
    float: none;
    width: 100%;
    min-height: 0;
    padding: 0 0 1em 0;
    overflow: visible;
  }

  .the-content {
    padding: 1em 0 0 0;
    min-height: 0;
  }
  .the-content ul {
    margin: 10px 0 15px 0;
    padding: 0 0 0 10px;
  }
  .the-content ul li {
    background: none;
    list-style: square;
    margin-left: 1em;
    padding: 0 0 0.5em 0;
  }

  /* Asides */
  .secondary,
  .aside {
    display: none;
  }

  /* Footer */
  .footer {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    border-top: 2px solid #000;
    padding: 0;
  }
  .footer .col {
    display: none;
  }

  /* Forms */
  form {
    display: none;
  }

  /* Sitemap */

  /* Homepage */
  .homepage .content {
    padding: 0;
  }
  .homepage .main-content {
    float: none;
    width: 100%;
  }
  .callout {
    float: none;
    width: 100%;
    font-size: 1.2em;
  }
}
