/*!
	Theme Name: New Eagle
	Description: Custom theme for New Eagle
	Author: Build Create Studios
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* line 17, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* FONT */
/* COLORS */
/* $bg-grey: #e6e4e3; old bg color */
/* Functions */
/* FONT SIZE REM */
/* BACKGROUND RGBA */
/* BACKGROUND HEX TO RGBA */
/* DISPLAY INLINE-BLOCK FOR ALL! */
/* line 1, sass/partials/_type.scss */
body {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'helvetica_neuelight', Helvetica, Arial, sans-serif;
  color: #393431;
}

/* line 9, sass/partials/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #a53e2f;
  line-height: 1em;
  margin-bottom: 0.4em;
}

/* line 16, sass/partials/_type.scss */
h1 {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 50em) {
  /* line 16, sass/partials/_type.scss */
  h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* line 23, sass/partials/_type.scss */
h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 50em) {
  /* line 23, sass/partials/_type.scss */
  h2 {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}

/* line 30, sass/partials/_type.scss */
h3 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 50em) {
  /* line 30, sass/partials/_type.scss */
  h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

/* line 37, sass/partials/_type.scss */
h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 50em) {
  /* line 37, sass/partials/_type.scss */
  h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* line 44, sass/partials/_type.scss */
h5, h6 {
  font-size: 16px;
  font-size: 1rem;
}

/* line 48, sass/partials/_type.scss */
strong {
  font-weight: normal;
  font-family: "helvetica_neuemedium";
}

/* clear */
/* line 2, sass/partials/_base.scss */
.clear:before, .clear:after {
  content: ' ';
  display: table;
}

/* line 7, sass/partials/_base.scss */
.clear:after {
  clear: both;
}

/* line 11, sass/partials/_base.scss */
.clear {
  *zoom: 1;
}

/* line 15, sass/partials/_base.scss */
.clearer {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}

/* line 22, sass/partials/_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 28, sass/partials/_base.scss */
hr {
  border: none;
  border-bottom: 1px solid #dad8d6;
  margin: 40px 0;
}

/* line 34, sass/partials/_base.scss */
a {
  color: #a53e2f;
  text-decoration: none;
}

/* line 43, sass/partials/_base.scss */
a:focus {
  outline: 0;
}

/* line 47, sass/partials/_base.scss */
a:hover, a:active {
  outline: 0;
}

/* line 51, sass/partials/_base.scss */
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/* line 56, sass/partials/_base.scss */
iframe {
  display: block;
}

/* line 60, sass/partials/_base.scss */
.hidden {
  display: none;
}

/* global box-sizing */
/* line 2, sass/partials/_layout.scss */
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* scroll to top link */
/* line 12, sass/partials/_layout.scss */
#top-link {
  cursor: pointer;
  color: #fff;
  font-size: 3em;
  display: none;
  position: fixed;
  bottom: 0px;
  right: 5%;
  padding: 0px 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  height: 0.9em;
  border-radius: 4px 4px 0 0;
  z-index: 9999;
  line-height: 1em;
}

/* line 29, sass/partials/_layout.scss */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

/* line 36, sass/partials/_layout.scss */
.page-content {
  width: 70%;
  float: left;
}
@media screen and (max-width: 53.125em) {
  /* line 36, sass/partials/_layout.scss */
  .page-content {
    width: 100%;
  }
}

/* line 46, sass/partials/_layout.scss */
.pagination {
  clear: left;
  margin: 60px 0;
  width: 100%;
  overflow: hidden;
}
/* line 52, sass/partials/_layout.scss */
.pagination .nav-next {
  float: left;
  padding-right: 20px;
  border-right: 1px solid #a53e2f;
  margin-right: 20px;
}
/* line 59, sass/partials/_layout.scss */
.pagination .nav-previous {
  float: left;
}

/* line 64, sass/partials/_layout.scss */
.featured-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
/* line 69, sass/partials/_layout.scss */
.featured-image.cid {
  width: 100%;
}

/* line 74, sass/partials/_layout.scss */
.page-title {
  font-size: 36px;
  font-size: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 37.5em) {
  /* line 74, sass/partials/_layout.scss */
  .page-title {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}

/* line 86, sass/partials/_layout.scss */
.button {
  cursor: pointer;
  float: left;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  color: white;
  background: #a53e2f;
  letter-spacing: 2px;
  margin-top: 30px;
}

/* line 101, sass/partials/_layout.scss */
.user-content {
  line-height: 1.6em;
}
/* line 104, sass/partials/_layout.scss */
.user-content img {
  width: auto;
}
/* line 108, sass/partials/_layout.scss */
.user-content p {
  margin-bottom: 1em;
}
/* line 112, sass/partials/_layout.scss */
.user-content ul {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 10px;
}
/* line 117, sass/partials/_layout.scss */
.user-content ul li {
  list-style-position: inside;
}
/* line 122, sass/partials/_layout.scss */
.user-content ol {
  list-style: decimal;
  margin-left: 30px;
  margin-bottom: 10px;
}
/* line 127, sass/partials/_layout.scss */
.user-content ol li {
  list-style-position: inside;
}
/* line 132, sass/partials/_layout.scss */
.user-content blockquote {
  font-size: 20px;
  font-size: 1.25rem;
  color: #6b635f;
  border-left: 3px solid #6b635f;
  margin-left: 30px;
  padding-left: 20px;
  font-style: italic;
}

/* line 142, sass/partials/_layout.scss */
.chevron-link {
  color: #a53e2f;
}

/* line 146, sass/partials/_layout.scss */
.grid {
  overflow: hidden;
  margin: 20px 0;
}
/* line 150, sass/partials/_layout.scss */
.grid li {
  float: left;
  width: 20%;
  margin-left: 5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 68.75em) {
  /* line 150, sass/partials/_layout.scss */
  .grid li {
    width: 30%;
  }
}
@media screen and (max-width: 34.375em) {
  /* line 150, sass/partials/_layout.scss */
  .grid li {
    width: 47.5%;
  }
}
/* line 164, sass/partials/_layout.scss */
.grid li.two-col-first {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 34.3125em) {
  /* line 169, sass/partials/_layout.scss */
  .grid li.two-column-clear {
    clear: left;
    margin-left: 0px;
  }
}
@media screen and (min-width: 34.375em) and (max-width: 68.6875em) {
  /* line 176, sass/partials/_layout.scss */
  .grid li.three-column-clear {
    margin-left: 0px;
    clear: left;
  }
}
@media screen and (min-width: 68.75em) {
  /* line 183, sass/partials/_layout.scss */
  .grid li.four-column-clear {
    margin-left: 0px;
    clear: left;
  }
}
/* line 190, sass/partials/_layout.scss */
.grid li .image-wrap {
  display: block;
  width: 100%;
  height: 170px;
}
@media screen and (max-width: 68.75em) {
  /* line 190, sass/partials/_layout.scss */
  .grid li .image-wrap {
    height: 200px;
  }
}
@media screen and (max-width: 34.375em) {
  /* line 190, sass/partials/_layout.scss */
  .grid li .image-wrap {
    height: 230px;
  }
}
@media screen and (max-width: 23.75em) {
  /* line 190, sass/partials/_layout.scss */
  .grid li .image-wrap {
    height: 150px;
  }
}

/* line 212, sass/partials/_layout.scss */
.list-stack {
  margin: 20px 0;
}
/* line 215, sass/partials/_layout.scss */
.list-stack li {
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 219, sass/partials/_layout.scss */
.list-stack li img {
  width: 150px;
  float: left;
  margin-right: 20px;
}

/* line 1, sass/partials/_header.scss */
.logo {
  float: left;
  width: 40%;
  max-width: 290px;
  min-width: 100px;
}

/* line 8, sass/partials/_header.scss */
#header {
  border-top: 15px solid #5a524f;
  border-bottom: 1px solid #dad8d6;
  padding: 20px 0;
  margin-bottom: 20px;
  background: #dfdad1;
}

/* line 16, sass/partials/_header.scss */
.main-nav {
  text-align: right;
  float: right;
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 66.25em) {
  /* line 16, sass/partials/_header.scss */
  .main-nav {
    width: 100%;
    clear: both;
    display: none;
  }
}
/* line 30, sass/partials/_header.scss */
.main-nav > ul > li {
  font-size: 15.008px;
  font-size: 0.938rem;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  margin-left: 25px;
  padding-bottom: 10px;
}
@media screen and (max-width: 66.25em) {
  /* line 30, sass/partials/_header.scss */
  .main-nav > ul > li {
    display: block;
    text-align: center;
    margin-left: 0;
    padding: 10px 0px;
    border-top: 1px solid #dad8d6;
  }
}
/* line 46, sass/partials/_header.scss */
.main-nav > ul > li.cursor-default > a {
  cursor: default;
}
@media screen and (max-width: 66.25em) {
  /* line 46, sass/partials/_header.scss */
  .main-nav > ul > li.cursor-default > a {
    cursor: pointer;
  }
}
/* line 56, sass/partials/_header.scss */
.main-nav > ul > li.current-menu-item a, .main-nav > ul > li.current-menu-ancestor a {
  color: #a53e2f;
}
/* line 61, sass/partials/_header.scss */
.main-nav > ul > li a {
  color: #5a524f;
}
/* line 66, sass/partials/_header.scss */
.main-nav > ul > li:hover .sub-menu {
  display: block;
}
@media screen and (max-width: 66.25em) {
  /* line 66, sass/partials/_header.scss */
  .main-nav > ul > li:hover .sub-menu {
    display: none;
  }
}
/* line 76, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu {
  display: none;
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 9999;
  text-align: left;
}
@media screen and (max-width: 66.25em) {
  /* line 76, sass/partials/_header.scss */
  .main-nav > ul > li > .sub-menu {
    position: static;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
  }
}
/* line 92, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu .current-menu-item a {
  color: black;
}
/* line 98, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu.nav-shift {
  left: auto;
  right: 0;
  text-align: right;
}
/* line 103, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu.nav-shift .triangle span {
  left: auto;
  right: 20px;
}
/* line 109, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu > li {
  background: #6b635f;
  padding: 0;
  margin: 0;
}
/* line 115, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu > li.triangle {
  height: 10px;
  position: relative;
  background: none;
}
@media screen and (max-width: 66.25em) {
  /* line 115, sass/partials/_header.scss */
  .main-nav > ul > li > .sub-menu > li.triangle {
    display: none;
  }
}
/* line 124, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu > li.triangle span {
  display: block;
  position: absolute;
  left: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #6b635f transparent;
}
/* line 136, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu > li .sub-menu {
  background: #393431;
  display: none;
}
/* line 142, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu a {
  display: block;
  white-space: nowrap;
  color: #e6e4e3;
  text-transform: uppercase;
  padding: 5px 20px;
  width: 100%;
}
/* line 150, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu a:hover {
  background: #5a524f;
}
@media screen and (max-width: 66.25em) {
  /* line 157, sass/partials/_header.scss */
  .main-nav > ul > li .search-box {
    margin: 0 auto;
  }
}

/* line 166, sass/partials/_header.scss */
.nav-handle {
  float: right;
  display: none;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 25px;
}
@media screen and (max-width: 66.25em) {
  /* line 166, sass/partials/_header.scss */
  .nav-handle {
    display: block;
  }
}
@media screen and (max-width: 25em) {
  /* line 166, sass/partials/_header.scss */
  .nav-handle {
    margin-top: 15px;
  }
}

/* line 1, sass/partials/_sidebar.scss */
.sidebar {
  float: right;
  clear: right;
  width: 27%;
  margin-bottom: 40px;
}
@media screen and (max-width: 53.125em) {
  /* line 1, sass/partials/_sidebar.scss */
  .sidebar {
    width: 100%;
  }
}
/* line 12, sass/partials/_sidebar.scss */
.sidebar h3 {
  background: #5a524f;
  color: white;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 20px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
@media screen and (max-width: 34.375em) {
  /* line 12, sass/partials/_sidebar.scss */
  .sidebar h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
    padding: 10px 20px;
  }
}
/* line 26, sass/partials/_sidebar.scss */
.sidebar .sidebar-content {
  border: 1px solid #dad8d6;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3em;
  padding: 15px 20px;
  background: #dfdad1;
}
/* line 34, sass/partials/_sidebar.scss */
.sidebar .sidebar-content ul li {
  width: 100%;
  height: 170px;
  display: table;
  margin-top: 15px;
  margin-bottom: 5px;
  background-size: cover;
}
/* line 42, sass/partials/_sidebar.scss */
.sidebar .sidebar-content ul li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  background: #a53e2f;
  background: rgba(165, 62, 47, 0.9);
}
/* line 50, sass/partials/_sidebar.scss */
.sidebar .sidebar-content ul li a h5 {
  font-size: 24px;
  font-size: 1.5rem;
  color: white;
}

/* line 60, sass/partials/_sidebar.scss */
.blog-sidebar {
  float: right;
  clear: right;
  width: 27%;
}
@media screen and (max-width: 53.125em) {
  /* line 60, sass/partials/_sidebar.scss */
  .blog-sidebar {
    width: 100%;
  }
}
/* line 69, sass/partials/_sidebar.scss */
.blog-sidebar h3 {
  background: #5a524f;
  color: #dfdad1;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 20px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
@media screen and (max-width: 34.375em) {
  /* line 69, sass/partials/_sidebar.scss */
  .blog-sidebar h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
    padding: 10px 20px;
  }
}
/* line 84, sass/partials/_sidebar.scss */
.blog-sidebar .categories, .blog-sidebar .archives {
  margin-bottom: 40px;
}
@media screen and (max-width: 34.375em) {
  /* line 84, sass/partials/_sidebar.scss */
  .blog-sidebar .categories, .blog-sidebar .archives {
    margin-bottom: 20px;
  }
}
/* line 92, sass/partials/_sidebar.scss */
.blog-sidebar .sidebar-content {
  border: 1px solid #dad8d6;
  line-height: 1.3em;
  padding: 15px 20px;
  background: #dfdad1;
}

/* line 1, sass/partials/_footer.scss */
#footer {
  background: #5a524f;
  padding: 10px 0;
  color: white;
  font-size: 14.4px;
  font-size: 0.9rem;
}
/* line 7, sass/partials/_footer.scss */
#footer .copyright {
  float: left;
}
@media screen and (max-width: 37.5em) {
  /* line 7, sass/partials/_footer.scss */
  #footer .copyright {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 18, sass/partials/_footer.scss */
#footer .footer-nav {
  float: right;
}
@media screen and (max-width: 37.5em) {
  /* line 18, sass/partials/_footer.scss */
  #footer .footer-nav {
    text-align: center;
    width: 100%;
  }
}
/* line 26, sass/partials/_footer.scss */
#footer .footer-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 20px;
}
@media screen and (max-width: 37.5em) {
  /* line 26, sass/partials/_footer.scss */
  #footer .footer-nav li {
    margin-bottom: 10px;
  }
}
/* line 34, sass/partials/_footer.scss */
#footer .footer-nav li a {
  color: white;
}

/* line 2, sass/partials/_home.scss */
.home #header {
  margin-bottom: 0px;
  background: white;
}
/* line 7, sass/partials/_home.scss */
.home .flexslider {
  position: relative;
  background: #dfdad1;
  margin-bottom: 20px;
}
/* line 12, sass/partials/_home.scss */
.home .flexslider .wrapper {
  overflow: hidden;
}
/* line 18, sass/partials/_home.scss */
.home .flexslider li .wrapper .splash-text {
  float: left;
  width: 50%;
  max-width: 600px;
  margin: 3% 0;
}
@media screen and (max-width: 46.875em) {
  /* line 18, sass/partials/_home.scss */
  .home .flexslider li .wrapper .splash-text {
    width: 100%;
  }
}
/* line 28, sass/partials/_home.scss */
.home .flexslider li .wrapper .splash-text h1 {
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (max-width: 62.5em) {
  /* line 28, sass/partials/_home.scss */
  .home .flexslider li .wrapper .splash-text h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 28.125em) {
  /* line 28, sass/partials/_home.scss */
  .home .flexslider li .wrapper .splash-text h1 {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}
/* line 41, sass/partials/_home.scss */
.home .flexslider li .wrapper .splash-text h5 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 28.125em) {
  /* line 41, sass/partials/_home.scss */
  .home .flexslider li .wrapper .splash-text h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 50, sass/partials/_home.scss */
.home .flexslider li .wrapper .splash-text .button {
  margin-top: 50px;
  font-size: 20.8px;
  font-size: 1.3rem;
  padding: 15px 25px;
}
@media screen and (max-width: 62.5em) {
  /* line 50, sass/partials/_home.scss */
  .home .flexslider li .wrapper .splash-text .button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 28.125em) {
  /* line 50, sass/partials/_home.scss */
  .home .flexslider li .wrapper .splash-text .button {
    padding: 10px 15px;
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}
/* line 67, sass/partials/_home.scss */
.home .flexslider li .wrapper .splash-image {
  float: right;
  width: 50%;
}
@media screen and (max-width: 46.875em) {
  /* line 67, sass/partials/_home.scss */
  .home .flexslider li .wrapper .splash-image {
    display: none;
  }
}
/* line 78, sass/partials/_home.scss */
.home .flexslider #flex-control-nav-wrapper {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 999;
}
/* line 86, sass/partials/_home.scss */
.home .flexslider #flex-control-nav-wrapper .flex-control-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 89, sass/partials/_home.scss */
.home .flexslider #flex-control-nav-wrapper .flex-control-nav li a {
  text-indent: -9999px;
  border-radius: 5px;
  margin-left: 10px;
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  background: #6b635f;
}
/* line 99, sass/partials/_home.scss */
.home .flexslider #flex-control-nav-wrapper .flex-control-nav li a.flex-active {
  background: #393431;
}
/* line 107, sass/partials/_home.scss */
.home .flexslider hr {
  margin: 30px 0 0 0;
}
/* line 112, sass/partials/_home.scss */
.home .user-content {
  float: left;
  width: 70%;
}
@media screen and (max-width: 53.125em) {
  /* line 112, sass/partials/_home.scss */
  .home .user-content {
    width: 100%;
  }
}
/* line 122, sass/partials/_home.scss */
.home .secondary {
  background: #dfdad1;
  padding: 40px 0 60px;
  margin-top: 40px;
}
/* line 129, sass/partials/_home.scss */
.home .secondary .wrapper > div {
  float: left;
  width: 32%;
  margin-left: 2%;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #dad8d6;
  min-height: 215px;
}
@media screen and (max-width: 50em) {
  /* line 129, sass/partials/_home.scss */
  .home .secondary .wrapper > div {
    width: 49%;
  }
}
@media screen and (max-width: 28.125em) {
  /* line 129, sass/partials/_home.scss */
  .home .secondary .wrapper > div {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
/* line 147, sass/partials/_home.scss */
.home .secondary .wrapper > div a {
  color: #a53e2f;
}
/* line 151, sass/partials/_home.scss */
.home .secondary .wrapper > div .content {
  padding: 20px;
}
/* line 157, sass/partials/_home.scss */
.home .secondary .wrapper > div.linked-in h3 img {
  height: 24px;
}
/* line 164, sass/partials/_home.scss */
.home .secondary .wrapper > div.news img {
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 50em) {
  /* line 174, sass/partials/_home.scss */
  .home .secondary .wrapper > div.knowledge-center {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
/* line 181, sass/partials/_home.scss */
.home .secondary .wrapper > div.knowledge-center .left {
  float: left;
  width: 48%;
}
@media screen and (max-width: 28.125em) {
  /* line 181, sass/partials/_home.scss */
  .home .secondary .wrapper > div.knowledge-center .left {
    width: 100%;
  }
}
/* line 190, sass/partials/_home.scss */
.home .secondary .wrapper > div.knowledge-center .right {
  float: right;
  width: 48%;
}
@media screen and (max-width: 28.125em) {
  /* line 190, sass/partials/_home.scss */
  .home .secondary .wrapper > div.knowledge-center .right {
    width: 100%;
    margin-top: 20px;
  }
}
/* line 201, sass/partials/_home.scss */
.home .secondary .wrapper > div:first-child {
  margin-left: 0;
}
/* line 205, sass/partials/_home.scss */
.home .secondary .wrapper > div h3 {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 15px 20px;
  color: white;
  background: #5a524f;
  margin-bottom: 0;
  letter-spacing: 2px;
}
/* line 220, sass/partials/_home.scss */
.home .sidebar {
  margin-bottom: 0px;
}
@media screen and (max-width: 53.125em) {
  /* line 220, sass/partials/_home.scss */
  .home .sidebar {
    margin-top: 20px;
  }
}
/* line 228, sass/partials/_home.scss */
.home .sidebar h3 {
  margin-bottom: 1em;
  color: white;
}
/* line 234, sass/partials/_home.scss */
.home .sidebar li:before {
  content: "-";
  margin-right: 5px;
}
/* line 239, sass/partials/_home.scss */
.home .sidebar li a {
  color: black;
}

/* GENERAL */
/* line 3, sass/partials/_pages.scss */
.more .learn-more {
  margin: 40px 0 60px;
  border-bottom: 10px solid #dfdad1;
}
@media screen and (max-width: 53.125em) {
  /* line 3, sass/partials/_pages.scss */
  .more .learn-more {
    margin-bottom: 20px;
  }
}
/* line 12, sass/partials/_pages.scss */
.more .learn-more.two li {
  width: 50%;
}
/* line 18, sass/partials/_pages.scss */
.more .learn-more.four li {
  width: 25%;
}
@media screen and (max-width: 37.5em) {
  /* line 18, sass/partials/_pages.scss */
  .more .learn-more.four li {
    width: 50%;
  }
}
@media screen and (max-width: 25em) {
  /* line 18, sass/partials/_pages.scss */
  .more .learn-more.four li {
    border: none;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 33, sass/partials/_pages.scss */
  .more .learn-more.four li.two-col-first {
    padding-left: 0;
    border: none;
  }
}
/* line 43, sass/partials/_pages.scss */
.more .learn-more h3 {
  background: #dfdad1;
  padding: 15px 25px;
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 49, sass/partials/_pages.scss */
.more .learn-more ul {
  margin: 20px 0;
  overflow: hidden;
}
/* line 53, sass/partials/_pages.scss */
.more .learn-more ul li {
  float: left;
  padding: 10px 20px;
  border-left: 1px solid #dad8d6;
  font-size: 14.4px;
  font-size: 0.9rem;
}
/* line 59, sass/partials/_pages.scss */
.more .learn-more ul li:first-child {
  padding-left: 5px;
  border: none;
}
/* line 64, sass/partials/_pages.scss */
.more .learn-more ul li h4 {
  font-family: "helvetica_neuemedium";
  font-size: 14.4px;
  font-size: 0.9rem;
}
/* line 72, sass/partials/_pages.scss */
.more .case-studies {
  margin: 40px 0 60px;
  border-bottom: 10px solid #dfdad1;
}
/* line 76, sass/partials/_pages.scss */
.more .case-studies h3 {
  background: #dfdad1;
  padding: 15px 25px;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
/* line 83, sass/partials/_pages.scss */
.more .case-studies ul {
  margin: 20px 0;
  overflow: hidden;
}
/* line 87, sass/partials/_pages.scss */
.more .case-studies ul li {
  float: left;
  width: 45%;
  padding: 10px 20px;
  border-left: 1px solid #dad8d6;
  font-size: 14.4px;
  font-size: 0.9rem;
}
@media screen and (max-width: 50em) {
  /* line 87, sass/partials/_pages.scss */
  .more .case-studies ul li {
    width: 100%;
    border: none;
    padding-left: 5px;
  }
}
/* line 101, sass/partials/_pages.scss */
.more .case-studies ul li:first-child {
  padding-left: 5px;
  border: none;
}
/* line 106, sass/partials/_pages.scss */
.more .case-studies ul li .content {
  margin-left: 170px;
}
@media screen and (max-width: 50em) {
  /* line 106, sass/partials/_pages.scss */
  .more .case-studies ul li .content {
    margin-left: 34%;
  }
}
/* line 115, sass/partials/_pages.scss */
.more .case-studies ul li img {
  width: 150px;
  height: auto;
  float: left;
}
@media screen and (max-width: 50em) {
  /* line 115, sass/partials/_pages.scss */
  .more .case-studies ul li img {
    width: 28%;
  }
}
/* line 126, sass/partials/_pages.scss */
.more .case-studies ul li h4 {
  text-transform: uppercase;
  font-family: "helvetica_neuemedium";
  font-size: 14.4px;
  font-size: 0.9rem;
}

/* MANAGEMENT */
/* line 139, sass/partials/_pages.scss */
.grid li .title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 20px 0;
}

/* CLIENT MAP */
/* line 148, sass/partials/_pages.scss */
.client-map .page-content {
  width: 100%;
}
/* line 151, sass/partials/_pages.scss */
.client-map #visualization {
  margin: 40px 0;
  width: 100%;
  height: 100%;
}

/* CONTACT */
/* line 160, sass/partials/_pages.scss */
.contact .page-content {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
/* line 165, sass/partials/_pages.scss */
.contact .page-content .left {
  float: left;
  width: 45%;
}
@media screen and (max-width: 34.375em) {
  /* line 165, sass/partials/_pages.scss */
  .contact .page-content .left {
    width: 100%;
  }
}
/* line 174, sass/partials/_pages.scss */
.contact .page-content .left > ul > li {
  border-top: 1px solid #dad8d6;
  clear: left;
  overflow: hidden;
  padding: 30px 0;
}
/* line 180, sass/partials/_pages.scss */
.contact .page-content .left > ul > li:first-child {
  border: none;
}
/* line 184, sass/partials/_pages.scss */
.contact .page-content .left > ul > li .contact-title {
  float: left;
  width: 46%;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 56.25em) {
  /* line 184, sass/partials/_pages.scss */
  .contact .page-content .left > ul > li .contact-title {
    width: 100%;
  }
}
/* line 195, sass/partials/_pages.scss */
.contact .page-content .left > ul > li .location-text {
  float: left;
  width: 50%;
  margin-left: 4%;
}
@media screen and (max-width: 56.25em) {
  /* line 195, sass/partials/_pages.scss */
  .contact .page-content .left > ul > li .location-text {
    width: 100%;
  }
}
/* line 206, sass/partials/_pages.scss */
.contact .page-content .left > ul > li .social {
  float: left;
  width: 50%;
  margin-left: 4%;
}
/* line 211, sass/partials/_pages.scss */
.contact .page-content .left > ul > li .social li {
  margin: 10px 0;
}
/* line 215, sass/partials/_pages.scss */
.contact .page-content .left > ul > li .social li a i {
  font-size: 32px;
  font-size: 2rem;
  margin-right: 15px;
  vertical-align: middle;
}
/* line 220, sass/partials/_pages.scss */
.contact .page-content .left > ul > li .social li a span {
  color: #393431;
  font-family: "helvetica_neuelight";
}
/* line 231, sass/partials/_pages.scss */
.contact .page-content .right {
  float: right;
  width: 45%;
}
@media screen and (max-width: 34.375em) {
  /* line 231, sass/partials/_pages.scss */
  .contact .page-content .right {
    width: 100%;
  }
}
/* line 242, sass/partials/_pages.scss */
.contact .page-content .gform_wrapper input[type=text].large, .contact .page-content .gform_wrapper select.large, .contact .page-content .gform_wrapper textarea.medium {
  border: none;
  border: 1px solid #dad8d6;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1rem;
  color: #5a524f;
}
/* line 251, sass/partials/_pages.scss */
.contact .page-content .gform_wrapper select {
  background: #dad8d6;
}
@media screen and (max-width: 34.375em) {
  /* line 255, sass/partials/_pages.scss */
  .contact .page-content .gform_wrapper input[type=submit] {
    width: 100%;
  }
}
/* line 263, sass/partials/_pages.scss */
.contact .page-content .gform_wrapper .top_label .gfield_label {
  font-weight: normal;
  color: #a53e2f;
}
/* line 269, sass/partials/_pages.scss */
.contact .page-content .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}

/* WHAT WE DO */
/* line 279, sass/partials/_pages.scss */
.what-we-do .page-content {
  width: 100%;
}
/* line 283, sass/partials/_pages.scss */
.what-we-do .what-we-do-list {
  margin-bottom: 60px;
  overflow: hidden;
}
@media screen and (max-width: 34.375em) {
  /* line 283, sass/partials/_pages.scss */
  .what-we-do .what-we-do-list {
    margin-bottom: 0;
  }
}
/* line 292, sass/partials/_pages.scss */
.what-we-do .what-we-do-list li {
  float: left;
  width: 32%;
  margin-left: 2%;
}
@media screen and (max-width: 34.375em) {
  /* line 292, sass/partials/_pages.scss */
  .what-we-do .what-we-do-list li {
    width: 100%;
    margin: 0 0 10% 0;
  }
}
/* line 303, sass/partials/_pages.scss */
.what-we-do .what-we-do-list li:first-child {
  margin-left: 0;
}
/* line 307, sass/partials/_pages.scss */
.what-we-do .what-we-do-list li img {
  margin-bottom: 20px;
}
/* line 311, sass/partials/_pages.scss */
.what-we-do .what-we-do-list li h2 {
  text-transform: uppercase;
  font-size: 28.8px;
  font-size: 1.8rem;
}
/* line 316, sass/partials/_pages.scss */
.what-we-do .what-we-do-list li .read-more {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 34.375em) {
  /* line 316, sass/partials/_pages.scss */
  .what-we-do .what-we-do-list li .read-more {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0;
  }
}

/* LIST LOOP */
/* line 332, sass/partials/_pages.scss */
.list-loop {
  margin: 20px 0;
}
/* line 335, sass/partials/_pages.scss */
.list-loop li {
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 339, sass/partials/_pages.scss */
.list-loop li .featured-image {
  float: left;
  margin-right: 20px;
  width: 150px;
}
@media screen and (max-width: 25em) {
  /* line 339, sass/partials/_pages.scss */
  .list-loop li .featured-image {
    width: 100%;
  }
}
/* line 350, sass/partials/_pages.scss */
.list-loop li .date {
  color: #6b635f;
}
/* line 355, sass/partials/_pages.scss */
.list-loop li .excerpt {
  margin-left: 170px;
}
/* line 359, sass/partials/_pages.scss */
.list-loop li .excerpt.p .clearer {
  clear: none;
}
/* line 363, sass/partials/_pages.scss */
.list-loop li .excerpt.p p {
  margin-bottom: 0;
}
@media screen and (max-width: 25em) {
  /* line 355, sass/partials/_pages.scss */
  .list-loop li .excerpt {
    margin-left: 0;
  }
}

/* SINGLE */
/* line 377, sass/partials/_pages.scss */
.single .featured-image {
  float: left;
  margin-right: 20px;
  width: auto;
}

/* INDUSTRIES */
/* line 385, sass/partials/_pages.scss */
.industries {
  margin: 20px 0;
  margin-left: 40px;
}
/* line 389, sass/partials/_pages.scss */
.industries li {
  margin: 20px 0;
}

/* SINGLE CASE STUDY */
/* line 396, sass/partials/_pages.scss */
.single-case_studies .page-content {
  width: 100%;
}
/* line 399, sass/partials/_pages.scss */
.single-case_studies .page-content .featured {
  float: left;
  width: 70%;
}
@media screen and (max-width: 56.25em) {
  /* line 399, sass/partials/_pages.scss */
  .single-case_studies .page-content .featured {
    width: 100%;
  }
}
/* line 409, sass/partials/_pages.scss */
.single-case_studies .page-content .quick-facts {
  float: right;
  width: 28%;
}
@media screen and (max-width: 56.25em) {
  /* line 409, sass/partials/_pages.scss */
  .single-case_studies .page-content .quick-facts {
    display: none;
  }
}
/* line 418, sass/partials/_pages.scss */
.single-case_studies .page-content .quick-facts h2 {
  color: #dad8d6;
  background: #5a524f;
  margin: 0;
  padding: 20px;
}
/* line 425, sass/partials/_pages.scss */
.single-case_studies .page-content .quick-facts .content {
  background: #dfdad1;
  padding: 15px 20px;
  border: 1px solid #dad8d6;
}
/* line 430, sass/partials/_pages.scss */
.single-case_studies .page-content .quick-facts .content p {
  margin-bottom: 0.8em;
}
/* line 436, sass/partials/_pages.scss */
.single-case_studies .page-content .media-slides {
  clear: left;
  margin: 30px 0;
  width: 100%;
  overflow: hidden;
}
/* line 442, sass/partials/_pages.scss */
.single-case_studies .page-content .media-slides li {
  float: left;
  width: 18%;
  margin-left: 2.5%;
  height: 150px;
  cursor: pointer;
}
@media screen and (max-width: 43.75em) {
  /* line 442, sass/partials/_pages.scss */
  .single-case_studies .page-content .media-slides li {
    height: 80px;
  }
}
@media screen and (max-width: 25em) {
  /* line 442, sass/partials/_pages.scss */
  .single-case_studies .page-content .media-slides li {
    height: 50px;
  }
}
/* line 459, sass/partials/_pages.scss */
.single-case_studies .page-content .media-slides li:first-child {
  margin-left: 0;
}
/* line 463, sass/partials/_pages.scss */
.single-case_studies .page-content .media-slides li.empty {
  background: url("images/default.jpg") #e6e5e3 50% 50% no-repeat;
  background-size: contain;
  cursor: default;
}
/* line 469, sass/partials/_pages.scss */
.single-case_studies .page-content .media-slides li.active {
  border: 3px solid #a53e2f;
}
/* line 473, sass/partials/_pages.scss */
.single-case_studies .page-content .media-slides li .embed {
  display: none;
}
/* line 479, sass/partials/_pages.scss */
.single-case_studies .page-content .pull-quote {
  font-size: 32px;
  font-size: 2rem;
  padding-left: 36px;
  position: relative;
}
@media screen and (max-width: 37.5em) {
  /* line 479, sass/partials/_pages.scss */
  .single-case_studies .page-content .pull-quote {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
/* line 489, sass/partials/_pages.scss */
.single-case_studies .page-content .pull-quote .quote {
  position: absolute;
  top: 17px;
  left: 0;
  font-family: "old_standard_ttitalic";
  font-size: 48px;
  font-size: 3rem;
}

/* SEARCH */
/* line 501, sass/partials/_pages.scss */
ol.search-results {
  margin: 20px 0 20px 20px;
  list-style: decimal;
}
/* line 505, sass/partials/_pages.scss */
ol.search-results li {
  margin-left: 20px;
}

/* line 4, sass/partials/_forms.scss */
.page-content .gform_wrapper input[type=text], .page-content .gform_wrapper textarea {
  -webkit-appearance: none;
  border: none;
  border: 1px solid #dad8d6;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: "helvetica_neuelight";
  color: #5a524f;
  font-size: 16px;
  font-size: 1rem;
}
/* line 15, sass/partials/_forms.scss */
.page-content .gform_wrapper input[type=submit] {
  margin-top: 0;
}
/* line 19, sass/partials/_forms.scss */
.page-content .gform_wrapper * {
  font-weight: normal !important;
}
/* line 24, sass/partials/_forms.scss */
.page-content #gforms_confirmation_message {
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #a53e2f;
  border-radius: 5px;
  background: #dfdad1;
  padding: 10px 20px;
  border: 1px solid #dad8d6;
}

/* line 34, sass/partials/_forms.scss */
.search-box {
  width: 156px;
  position: relative;
}
/* line 38, sass/partials/_forms.scss */
.search-box #clear {
  display: none;
}
/* line 41, sass/partials/_forms.scss */
.search-box input {
  border: none;
  border: 1px solid #dad8d6;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: "helvetica_neuelight";
  color: #5a524f;
  font-size: 14.4px;
  font-size: 0.9rem;
}
/* line 50, sass/partials/_forms.scss */
.search-box button {
  position: absolute;
  top: 6px;
  right: 5px;
  cursor: pointer;
  border: none;
  background: none;
  color: #dad8d6;
  font-size: 14.4px;
  font-size: 0.9rem;
}

/*------------------------------------*\
    USER STYLES
\*------------------------------------*/
/*------------------------------------*\
    WORDPRESS STANDARD STYLES
\*------------------------------------*/
/* line 11, sass/partials/_wysiwyg.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 15, sass/partials/_wysiwyg.scss */
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 20, sass/partials/_wysiwyg.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 25, sass/partials/_wysiwyg.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 30, sass/partials/_wysiwyg.scss */
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 35, sass/partials/_wysiwyg.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 40, sass/partials/_wysiwyg.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 44, sass/partials/_wysiwyg.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 49, sass/partials/_wysiwyg.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 55, sass/partials/_wysiwyg.scss */
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 63, sass/partials/_wysiwyg.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 67, sass/partials/_wysiwyg.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 71, sass/partials/_wysiwyg.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 75, sass/partials/_wysiwyg.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 84, sass/partials/_wysiwyg.scss */
.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

@media print {
  /* line 2, sass/partials/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 3, sass/partials/_print.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 4, sass/partials/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 5, sass/partials/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 6, sass/partials/_print.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 7, sass/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 8, sass/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 9, sass/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 10, sass/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 12, sass/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 13, sass/partials/_print.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* line 1, sass/partials/_ie.scss */
input[type=text]::-ms-clear {
  display: none;
}

/* line 5, sass/partials/_ie.scss */
.wrapper {
  min-width: 990px;
}
@media screen and (min-width: 0em) {
  /* line 5, sass/partials/_ie.scss */
  .wrapper {
    min-width: 0;
  }
}

/* line 12, sass/partials/_ie.scss */
#header {
  *position: relative;
  *z-index: 9999;
}
/* line 17, sass/partials/_ie.scss */
#header .search-box button {
  *top: 8px;
  *right: -120px;
}

/* line 28, sass/partials/_ie.scss */
.main-nav > ul > li .sub-menu {
  *top: 1em;
}
/* line 30, sass/partials/_ie.scss */
.main-nav > ul > li .sub-menu li {
  *display: block;
  *width: 240px;
}
/* line 34, sass/partials/_ie.scss */
.main-nav > ul > li .sub-menu li.triangle {
  *height: 5px;
}
/* line 38, sass/partials/_ie.scss */
.main-nav > ul > li .sub-menu li a {
  *padding: 5px 20px;
  *width: 200px;
}

/* line 49, sass/partials/_ie.scss */
.sidebar-content li {
  *display: block;
}
/* line 51, sass/partials/_ie.scss */
.sidebar-content li a {
  *display: block;
  *height: 150px;
  *padding-top: 60px;
}

/* line 61, sass/partials/_ie.scss */
.learn-more.four li {
  *width: 20%;
}
/* line 66, sass/partials/_ie.scss */
.learn-more.two li {
  *width: 40%;
}

/* line 77, sass/partials/_ie.scss */
.home .flexslider li .wrapper .splash-text h5 {
  *margin-top: 10px;
}
/* line 82, sass/partials/_ie.scss */
.home .flexslider li .wrapper .splash-image img {
  *width: auto;
}
/* line 92, sass/partials/_ie.scss */
.home .secondary .wrapper > div {
  *width: 31%;
}
