@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/*************************************************************************************************/
/* SETTINGS */
/*************************************************************************************************/
/* MEDIA QUERIES */
/* COLOURS */
/* FONTS */
/* end SETTINGS */
/*************************************************************************************************/
/*************************************************************************************************/
/* INCLUDES */
/*************************************************************************************************/
/* end INCLUDES */
/*************************************************************************************************/
/*************************************************************************************************/
/* FUNCTIONS */
/*************************************************************************************************/
/* end FUNCTIONS */
/*************************************************************************************************/
/*************************************************************************************************/
/* APP */
/*************************************************************************************************/
/*************************************************************************************************/
/* RESET */
/*************************************************************************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

article, aside, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/*************************************************************************************************/
/*************************************************************************************************/
/* FONTS */
/*************************************************************************************************/
@font-face {
  font-family: 'ArrrowsBoldRegular';
  src: url("../fonts/arrrows/arrrows-bold-webfont.eot");
  src: url("../fonts/arrrows/arrrows-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arrrows/arrrows-bold-webfont.woff") format("woff"), url("../fonts/arrrows/arrrows-bold-webfont.ttf") format("truetype"), url("../fonts/arrrows/arrrows-bold-webfont.svg#ArrrowsBoldRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ArrrowsRegular';
  src: url("../fonts/arrrows/arrrows-regular-webfont.eot");
  src: url("../fonts/arrrows/arrrows-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arrrows/arrrows-regular-webfont.woff") format("woff"), url("../fonts/arrrows/arrrows-regular-webfont.ttf") format("truetype"), url("../fonts/arrrows/arrrows-regular-webfont.svg#ArrrowsRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
@font-face {
    font-family: 'proxima-nova-thin';
	font-style: normal;
	font-weight: normal;
    src: url('../fonts/proxima-nova/proxima-nova-thin.eot');
    src: url('../fonts/proxima-nova/proxima-nova-thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima-nova/proxima-nova-thin.woff') format('woff'),
         url('../fonts/proxima-nova/proxima-nova-thin.ttf') format('truetype'),
         url('../fonts/proxima-nova/proxima-nova-thin.svg#proxima-nova-thin') format('svg');
}
*/
/*************************************************************************************************/
/*************************************************************************************************/
/* LAYOUT */
/*************************************************************************************************/
body {
  background: white url(../images/textures/white-carbon-tile.jpg) 0px 0px repeat;
  color: #646464;
  font: 400 13px/1.4 'Open Sans', Arial, Helvetica, sans-serif; }

/************************************************/
/* PAGE */
#page .page_content {
  background: none;
  margin: 0em auto 0em auto;
  padding: 0em 0em 0em 0em;
  max-width: 96%;
  position: relative;
  z-index: 5; }
  #page .page_content:before, #page .page_content:after {
    content: " ";
    display: table; }
  #page .page_content:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    #page .page_content {
      width: 1000px; } }

/* end PAGE */
/************************************************/
/************************************************/
/* CONTENT */
#content {
  float: left;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  width: 100%;
  padding: 2em 0em 2em 0em; }
  #content:before, #content:after {
    content: " ";
    display: table; }
  #content:after {
    clear: both; }
  #content #main_content {
    float: none;
    margin: 2em 0em 2em 0em;
    width: auto; }
    @media only screen and (min-width: 768px) {
      #content #main_content {
        background: none;
        display: block;
        float: left;
        margin: 0% 0% 0% 0%;
        padding: 0% 0% 0% 0%;
        width: 66%; } }
  #content #sub_content {
    float: none;
    margin: 2em 0em 2em 0em;
    width: auto; }
    @media only screen and (min-width: 768px) {
      #content #sub_content {
        background: none;
        display: block;
        float: right;
        margin: 0% 0% 0% 0%;
        padding: 0% 0% 0% 0%;
        width: 30%; } }
    @media print {
      #content #sub_content {
        display: none; } }
  #content #page_title {
    display: block; }
    @media only screen and (min-width: 768px) {
      #content #page_title {
        display: none; } }

/* end CONTENT */
/************************************************/
/************************************************/
/* NAV */
#nav {
  position: relative;
  z-index: 1000;
  float: left;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  width: 100%; }
  #nav:before, #nav:after {
    content: " ";
    display: table; }
  #nav:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    #nav {
      width: 100%;
      position: absolute;
      left: 0px;
      top: 40px; } }
  @media only screen and (min-width: 768px) {
    #nav .page_content {
      background: #ffffff;
      background: rgba(255, 255, 255, 0.85);
      border-radius: 40px 10px 40px 10px;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
      padding: 10px 50px 5px 50px; } }
  #nav #main_nav, #nav #main_nav * {
    list-style: none;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em; }
  #nav #main_nav {
    display: none; }
    @media only screen and (min-width: 768px) {
      #nav #main_nav {
        display: block;
        float: right;
        margin: 12px 0px 0px 0px; } }
  #nav #main_nav ul {
    display: none; }
    @media only screen and (min-width: 768px) {
      #nav #main_nav ul {
        background: #000000;
        background: rgba(0, 0, 0, 0.75);
        border-radius: 10px 10px 10px 10px;
        margin: 0em 0em 0em 0em;
        padding: 10px 10px 10px 10px;
        min-width: 12em;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9999; } }
  #nav #main_nav li {
    position: relative; }
  @media only screen and (min-width: 768px) {
    #nav #main_nav li:hover > ul {
      display: block; } }
  #nav #main_nav a {
    background: #000000;
    border-bottom: 1px solid #383838;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 0em 0em 0em 0em;
    padding: 15px 25px 15px 25px;
    min-height: 50px;
    position: relative;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out; }
    #nav #main_nav a:hover {
      background: #383838;
      color: #a71930; }
    @media only screen and (min-width: 768px) {
      #nav #main_nav a {
        background: none;
        border: none;
        border-radius: 15px 15px 15px 15px;
        text-transform: lowercase;
        margin: 0em 0em 0.5em 0em;
        padding: 3px 10px 3px 10px;
        min-height: inherit; } }
  @media only screen and (min-width: 768px) {
    #nav #main_nav ul ul {
      top: 0px;
      left: 100%; } }
  #nav #main_nav ul a {
    border-bottom-style: dotted;
    color: #999999;
    padding-left: 50px; }
    @media only screen and (min-width: 768px) {
      #nav #main_nav ul a {
        border: none;
        color: #ffffff;
        padding: 3px 10px 3px 10px; }
        #nav #main_nav ul a:hover {
          background: #000000; } }
  @media only screen and (min-width: 768px) {
    #nav #main_nav > li, #nav #main_nav > li.active, #nav #main_nav > li.parent-active {
      float: left;
      margin: 0px 0px 0px 10px; } }
  @media only screen and (min-width: 768px) {
    #nav #main_nav > li > a, #nav #main_nav > li.active > a, #nav #main_nav > li.parent-active > a {
      background: none;
      border: 1px solid #ffffff;
      border: 1px solid rgba(255, 255, 255, 0);
      color: #a71930;
      font-family: 'Open Sans', sans-serif;
      font-size: 125%;
      font-weight: 600;
      line-height: 20px;
      text-decoration: none;
      text-transform: lowercase;
      margin: 0em 0em 0em 0em; } }
  @media only screen and (min-width: 768px) {
    #nav #main_nav > li:hover > a, #nav #main_nav > li.active:hover > a, #nav #main_nav > li.parent-active:hover > a {
      background: #000000;
      border-top: 1px solid #d6d7d8;
      border-bottom: 1px solid #ffffff;
      color: #ffffff; } }
  #nav .menu-bar {
    background: #000000;
    border-bottom: 1px solid #383838;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    margin: 0em 0em 0em 0em;
    padding: 0px 25px 0px 25px;
    min-height: 50px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      #nav .menu-bar {
        display: none; } }
    #nav .menu-bar a {
      background: #686868;
      border: none;
      color: #ffffff;
      font-size: 24px;
      line-height: 50px;
      text-align: center;
      text-decoration: none;
      display: block;
      margin: 0em 0em 0em 0em;
      padding: 0em 0.5em 0em 0.5em;
      width: 50px;
      height: 51px;
      min-height: 50px;
      position: absolute;
      right: 0px;
      top: 0px; }
      #nav .menu-bar a:hover {
        background: #ffffff;
        color: #686868; }
  #nav .menu-toggle {
    background: #686868;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    display: block;
    margin: 0em 0em 0em 0em;
    padding: 0em 0.5em 0em 0.5em;
    width: 50px;
    height: 50px;
    min-height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      #nav .menu-toggle {
        display: none; } }
    #nav .menu-toggle:hover {
      background: #ffffff;
      color: #686868; }
  #nav #nav_logo {
    background: transparent url(../images/header-logo.png) 0px 0px no-repeat;
    background-size: contain;
    text-align: left;
    text-indent: -9999px;
    display: none;
    float: left;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    width: 182px;
    height: 58px;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      #nav #nav_logo {
        display: block; } }
  @media print {
    #nav {
      display: none; } }

@media only screen and (min-width: 768px) {
  #nav #main_nav > li.active > a,
  #nav #main_nav > li.parent-active > a,
  body.home #nav #main_nav a[href="/"],
  body.about #nav #main_nav a[href="/about"],
  body.solutions #nav #main_nav a[href="/solutions"],
  body.clients #nav #main_nav a[href="/clients"],
  body.support #nav #main_nav a[href="/support"] {
    background: #e3e3e5;
    border-top: 1px solid #d6d7d8;
    border-bottom: 1px solid #ffffff; }

  body.home #nav #main_nav a[href="/"]:hover,
  body.home #nav #main_nav_list li:hover > a[href="/"],
  body.about #nav #main_nav a[href="/about"]:hover,
  body.about #nav #main_nav_list li:hover > a[href="/about"],
  body.solutions #nav #main_nav a[href="/solutions"]:hover,
  body.solutions #nav #main_nav_list li:hover > a[href="/solutions"],
  body.clients #nav #main_nav a[href="/clients"]:hover,
  body.clients #nav #main_nav_list li:hover > a[href="/clients"],
  body.support #nav #main_nav a[href="/support"]:hover,
  body.support #nav #main_nav_list li:hover > a[href="/support"] {
    background: #000000; } }
/* end NAV */
/************************************************/
/************************************************/
/* HEADER */
#header {
  float: left;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  width: 100%; }
  #header:before, #header:after {
    content: " ";
    display: table; }
  #header:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    #header {
      width: 100%;
      height: 30px;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 2; } }
  #header h1#site_title {
    display: block;
    margin: 0.5em 0em 0.5em 0em;
    padding: 0em 0em 0em 0em; }
    #header h1#site_title a {
      background: transparent url(../images/header-logo.png) 0px 0px no-repeat;
      background-size: contain;
      text-align: left;
      text-indent: -9999px;
      display: block;
      margin: 0em auto 0em auto;
      padding: 0em 0em 0em 0em;
      width: 182px;
      height: 58px;
      overflow: hidden; }
    @media only screen and (min-width: 768px) {
      #header h1#site_title {
        display: none; } }
  #header h2#site_strapline {
    display: none;
    margin: 0em 0em 0em 0em; }
  #header ul#admin_nav {
    list-style: none;
    display: none;
    float: right;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em; }
    #header ul#admin_nav li {
      background: none;
      display: inline; }
      #header ul#admin_nav li a {
        background: #797779 url(../images/textures/white-carbon-rt4-tile.jpg) 0px 0px repeat;
        border-radius: 0px 0px 25px 25px;
        color: #ffffff;
        font: 600 87.5%/1em 'Open Sans', sans-serif;
        text-align: center;
        text-decoration: none;
        display: block;
        float: left;
        margin: 0em 0em 0em 1em;
        padding: 5px 25px 5px 25px; }
    @media only screen and (min-width: 768px) {
      #header ul#admin_nav {
        display: block; } }
  #header #header_search_form {
    display: none; }
  @media print {
    #header {
      display: none; } }

/* end HEADER */
/************************************************/
/************************************************/
/* FOOTER */
#footer {
  float: left;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  width: 100%;
  background: #e0dee0 url(../images/textures/white-carbon-rt5-tile.jpg) 0px 0px repeat; }
  #footer:before, #footer:after {
    content: " ";
    display: table; }
  #footer:after {
    clear: both; }
  #footer .footer_row_1 {
    padding: 2em 0em 2em 0em; }
  #footer .footer_row_2 {
    background: #373739 url(../images/textures/asphalt-tile.jpg) center bottom repeat;
    color: #adaeb0;
    padding: 2em 0em 2em 0em; }
  #footer section {
    margin: 2em 0em 2em 0em;
    float: none;
    width: auto; }
    @media only screen and (min-width: 768px) {
      #footer section {
        background: none;
        float: left;
        margin: 0% 0% 0% 5%;
        width: 30%; }
        #footer section:first-child {
          margin-left: 0%; } }
  #footer ul#site_info {
    text-align: center;
    list-style: none;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em; }
    #footer ul#site_info li {
      background: none;
      border-left: 1px solid #adaeb0;
      font-size: 90%;
      display: inline;
      margin: 0em 0em 0em 1em;
      padding: 0em 0em 0em 1em; }
      #footer ul#site_info li:first-child {
        border-left: none;
        margin-left: 0em;
        padding-left: 0em; }
      #footer ul#site_info li a {
        color: #adaeb0; }
  #footer .social_media_list {
    list-style: none;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em; }
    #footer .social_media_list li {
      background: none;
      margin: 0px 0px 5px 0px;
      padding: 0em 0em 0em 0em; }
      #footer .social_media_list li a {
        background: #e0dee0 5px 5px no-repeat;
        border-radius: 5px 5px 5px 5px;
        color: #a71930;
        font: 400 110%/46px 'Open Sans', sans-serif;
        text-decoration: none;
        display: block;
        margin: 0em 0em 0em 0em;
        padding: 0px 0px 0px 50px;
        width: 100%;
        height: 46px;
        transition: background-color .25s ease-in-out;
        -moz-transition: background-color .25s ease-in-out;
        -webkit-transition: background-color .25s ease-in-out; }
        #footer .social_media_list li a:hover {
          background-color: #000000;
          background-color: rgba(0, 0, 0, 0.25); }
      #footer .social_media_list li.twitter a {
        background-image: url(../images/footer/twitter-icon.png); }
      #footer .social_media_list li.linkedin a {
        background-image: url(../images/footer/linkedin-icon.png); }
      #footer .social_media_list li.googleplus a {
        background-image: url(../images/footer/googleplus-icon.png); }
  @media print {
    #footer {
      display: none; } }

/* end FOOTER */
/************************************************/
/************************************************/
/* BANNER */
#banner {
  background: #b4b2b4 url(../images/textures/white-carbon-rt3-tile.jpg) 0px 0px repeat;
  border-top: 16px solid #a71930;
  border-bottom: 2px solid #929497;
  display: none;
  height: 234px;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  width: 100%; }
  #banner:before, #banner:after {
    content: " ";
    display: table; }
  #banner:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    #banner {
      display: block; } }
  @media only screen and (min-width: 768px) {
    #banner #banner_hero {
      background: transparent url(../images/banner-hero.png) center top no-repeat;
      margin: 0em 0em 0em 0em;
      padding: 0em 0em 0em 0em;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 1; } }
  @media only screen and (min-width: 768px) {
    #banner .page_content {
      height: 100%; } }
  #banner #banner_page_title {
    background: #797779 url(../images/textures/white-carbon-rt4-tile.jpg) 0px 0px repeat;
    border-radius: 40px 40px 0px 0px;
    color: #ffffff;
    font-weight: 400;
    display: none;
    margin: 0px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
    position: absolute;
    bottom: 0px;
    z-index: 2; }
    @media only screen and (min-width: 768px) {
      #banner #banner_page_title {
        display: block; } }
  @media print {
    #banner {
      display: none; } }

body.about #banner #banner_hero {
  background-image: url(../images/about/banner-hero.png); }

body.clients #banner #banner_hero {
  background-image: url(../images/clients/banner-hero.png); }

body.solutions #banner #banner_hero {
  background-image: url(../images/solutions/banner-hero.png); }

body.support #banner #banner_hero {
  background-image: url(../images/support/banner-hero.png); }

/* end BANNER */
/************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
/* DEFAULT Elements */
/*************************************************************************************************/
/************************************************/
/* BLOCK Level */
div {
  display: block; }

hr {
  background: none;
  border: none;
  border-top: 1px solid #c8c8c8;
  display: block;
  margin: 3em 0em 3em 0em;
  padding: 0em 0em 0em 0em;
  height: 0px; }

/* end BLOCK Level */
/************************************************/
/************************************************/
/* TEXT Elements */
h1#page_title {
  color: #000000;
  font: 400 225%/1.1em 'Open Sans', sans-serif;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0.5em 0em; }

h1 {
  display: block;
  clear: none;
  color: #a71930;
  font: 600 225%/1.2em 'Open Sans', sans-serif;
  margin: 0em 0em 0.5em 0em;
  position: relative; }

h2 {
  display: block;
  color: #a71930;
  font: 600 175%/1.2em 'Open Sans', sans-serif;
  margin: 0.75em 0em 1em 0em; }

h3 {
  display: block;
  color: #a71930;
  font: 400 125%/1.3em 'Open Sans', sans-serif;
  margin: 1.5em 0em 0.8em 0em; }

h4 {
  display: block;
  color: #000000;
  font: 400 110%/1.3em 'Open Sans', sans-serif;
  margin: 1em 0em 1em 0em; }

h5 {
  display: block;
  color: #000000;
  font: 400 105%/1.3em 'Open Sans', sans-serif;
  margin: 1em 0em 1em 0em; }

h6 {
  display: block;
  color: #000000;
  font: 400 100%/1.3em 'Open Sans', sans-serif;
  margin: 1em 0em 0.5em 0em; }

section h1:first-child, section h2:first-child {
  margin-top: 0em; }

p {
  display: block;
  font-weight: normal;
  margin: 1em 0em 1em 0em; }
  p.lead {
    color: #000000;
    font: 500 125%/1.5em 'Open Sans', sans-serif;
    margin: 0em 0em 1em 0em; }

a {
  color: #000000;
  text-decoration: underline; }

a:hover {
  color: #ff9900;
  text-decoration: underline; }

small {
  font-size: 75%;
  font-weight: normal; }

strong {
  font-style: normal;
  font-weight: 600; }

em {
  font-style: oblique;
  font-weight: 400; }

sup {
  font-size: 60%;
  line-height: normal;
  vertical-align: top; }

sub {
  font-size: 60%;
  line-height: normal;
  vertical-align: bottom; }

blockquote {
  background: none;
  border: none;
  border-left: 8px solid #c8c8c8;
  display: block;
  margin: 1em 2em 1em 2em;
  padding: 1em 1em 1em 1em; }

/* end TEXT Elements */
/************************************************/
/************************************************/
/* LIST Elements */
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin: 2em 0em 2em 3em; }
  ul li {
    background: none;
    margin: 0em 0em 0.2em 0em;
    padding: 0em 0em 0em 0em; }

ol {
  list-style-position: outside;
  list-style-type: decimal;
  margin: 2em 0em 2em 3em; }
  ol ol li {
    margin: 0em 0em 0.5em 0em; }

dl {
  display: block;
  margin: 2em 0em 2em 0em; }

dt {
  color: #a71930;
  display: block;
  font: 600 105%/1.3em 'Open Sans', sans-serif; }

dd {
  display: block;
  margin: 0em 0em 1em 0em; }

ul ul, ol ul {
  margin: 1em 0em 1em 2em; }

/* end LIST Elements */
/************************************************/
/************************************************/
/* FORM Elements */
form {
  display: block;
  margin: 2em 0em 2em 0em;
  padding: 0em 0em 0em 0em;
  position: relative;
  width: auto; }
  form fieldset {
    border: none;
    display: block;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em; }
    form fieldset legend {
      display: none; }
    form fieldset > ul {
      list-style: none;
      margin: 0em 0em 0em 0em;
      padding: 0em 0em 0em 0em; }
      form fieldset > ul li {
        background: none;
        margin: 0em 0em 0em 0em;
        padding: 0em 0em 0.75em 0em; }
        form fieldset > ul li.error {
          color: #ff0000; }
  form > ul {
    list-style: none;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em; }
    form > ul li {
      background: none;
      margin: 0em 0em 0em 0em;
      padding: 0em 0em 0.75em 0em; }
      form > ul li.error {
        color: #ff0000; }
  form > h1 {
    font: normal 150%/1.3em 'Open Sans', sans-serif; }
  form label {
    color: #898b8e;
    display: block;
    float: none;
    font: normal 115%/1.2em 'Open Sans', sans-serif;
    margin: 0em 0em 0.25em 0em;
    padding: 0em 0em 0em 0em;
    text-align: left;
    width: auto; }
  form input[type="text"] {
    border: 1px solid #c8c8c8;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    font: normal 115%/1.1em "Open Sans", Arial, Helvetica, sans-serif;
    padding: 5px 5px 5px 5px;
    width: 100%; }
    form input:hover {
      border: 1px solid #ff9900; }
    form input:focus {
      border: 1px solid #000000; }
    form input::-webkit-input-placeholder {
      color: #bcbcbc; }
    form input::-moz-placeholder {
      color: #bcbcbc; }
    form input::-moz-placeholder {
      color: #bcbcbc; }
    form input::-ms-input-placeholder {
      color: #bcbcbc; }
    form input.error, form input.error:hover, form input.error:focus {
      border: 1px solid #ff0000; }
  form textarea {
    border: 1px solid #cecece;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    font: 115%/1.1em "Open Sans", Arial, Helvetica, sans-serif;
    height: 5em;
    padding: 5px 5px 5px 5px;
    width: 100%; }
    form textarea:hover {
      border: 1px solid #ff9900; }
    form textarea:focus {
      border: 1px solid #000000; }
    form textarea.error, form textarea.error:hover, form textarea.error:focus {
      border: 1px solid #ff0000; }
    form textarea::-webkit-input-placeholder {
      color: #bcbcbc; }
    form textarea::-moz-placeholder {
      color: #bcbcbc; }
    form textarea::-moz-placeholder {
      color: #bcbcbc; }
    form textarea::-ms-input-placeholder {
      color: #bcbcbc; }
  form button {
    background: #a71930;
    border: none;
    border-radius: 5px 5px 5px 5px;
    color: #ffffff;
    font: 125%/1.1em 'Open Sans', sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 0.5em 1em 0.5em 1em; }
    form button:hover {
      background: #000000;
      color: #ffffff;
      cursor: pointer; }
    form button:disabled {
      background: #dad9d7;
      color: #c8c8c8; }
      form button:disabled:hover {
        background: #dad9d7;
        cursor: default; }
  form ul.controls {
    margin: 2em 0em 2em 0em; }
    form ul.controls li {
      background: none;
      float: left;
      margin: 0em 0.5em 0em 0em;
      padding: 0em 0em 0em 0em; }
      form ul.controls li button {
        font-size: 140%; }
    form ul.controls:after {
      content: "";
      display: block;
      clear: both; }
  form .required, form .parsley-error-list {
    color: #db0000; }
  form .error {
    color: #ff0000; }
  form .errors {
    background: #ffcccc;
    border: 1px dotted #ff0000;
    color: #ff0000;
    margin: 2em 0em 2em 0em;
    padding: 1em 1em 1em 1em; }
    form .errors h2 {
      color: #db0000;
      font-size: 125%;
      margin: 0em 0em 0.5em 0em; }
    form .errors ul {
      margin-top: 0em;
      margin-bottom: 0em; }

/* end FORM Elements */
/************************************************/
/************************************************/
/* TABLE Elements */
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 2px;
  margin: 2em 0em 2em 0em;
  padding: 0em 0em 0em 0em;
  width: 100%; }

td {
  background: #dad9d7;
  border: 2px solid #ffffff;
  padding: 10px;
  text-align: center;
  vertical-align: top; }

th {
  background: #898b8e;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
  text-align: center;
  vertical-align: top; }

caption {
  display: none;
  text-align: center; }

/* end TABLE Elements */
/************************************************/
/************************************************/
/* MEDIA elements */
img {
  border: none;
  max-width: 100%; }
  img.set_left {
    display: block;
    float: left;
    margin: 0em 1em 1em 0em; }
  img.set_right {
    display: block;
    float: right;
    margin: 0em 0em 1em 1em; }

video {
  background: #000000;
  border: none;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  max-width: 100%; }

/* end MEDIA elements */
/************************************************/
/* end DEFAULT Elements */
/*************************************************************************************************/
/*************************************************************************************************/
/* GENERIC Elements */
/*************************************************************************************************/
img.hero {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 4px; }
  @media print {
    img.hero {
      display: none; } }

img.lead {
  display: none; }
  @media only screen and (min-width: 768px) {
    img.lead {
      display: block; } }

.break_out_box {
  background: #e0dee0 url(../images/textures/white-carbon-rt5-tile.jpg) 0px 0px repeat;
  border-left: 4px solid #a71930;
  border-right: 4px solid #a71930;
  border-radius: 40px 40px 40px 40px;
  font-size: 110%;
  margin: 2em 0em 2em 0em;
  padding: 2em 3em 2em 3em; }
  .break_out_box:before, .break_out_box:after {
    content: " ";
    display: table; }
  .break_out_box:after {
    clear: both; }
  .break_out_box:first-child {
    margin-top: 0em; }
  .break_out_box h1:first-child, .break_out_box h2:first-child {
    font: 600 200%/1.2 'Open Sans', sans-serif;
    margin-top: 0em; }
  .break_out_box a.action_link {
    margin-bottom: 0em; }
  @media print {
    .break_out_box {
      border: none;
      padding: 0em; } }

/************************************************/
/* start LINKS */
a.action_link {
  background: #a71930;
  border: none;
  border-radius: 15px 15px 15px 15px;
  color: #ffffff;
  font: 500 105%/1.1em 'Open Sans', Arial, Helvetica, sans-serif;
  text-decoration: none;
  display: block;
  float: left;
  margin: 0.5em 0em 0em 0em;
  padding: 0.5em 1em 0.5em 1em;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out; }
  a.action_link:before, a.action_link:after {
    content: " ";
    display: table; }
  a.action_link:after {
    clear: both; }
  a.action_link:hover {
    background: #000000;
    color: #ffffff;
    cursor: pointer; }

/* end LINKS */
/************************************************/
/************************************************/
/* start LISTS */
ol.highlighted, ol.key-info {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0; }
  ol.highlighted > li, ol.key-info > li {
    list-style: none;
    margin: 0em 0em 0.5em 2em;
    padding: 0em 0em 0em 0em;
    position: relative; }
    ol.highlighted > li:before, ol.key-info > li:before {
      content: counter(li);
      counter-increment: li;
      color: #a71930;
      font-weight: bold;
      text-align: center;
      margin: 0em 0em 0em 0em;
      padding: 0em 0em 0em 0em;
      width: 2em;
      position: absolute;
      top: 0px;
      left: -2em;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  ol.highlighted li ol, ol.key-info li ol,
  ol.highlighted li ul,
  ol.key-info li ul {
    margin-top: 6px; }
  ol.highlighted ol ol li:last-child, ol.key-info ol ol li:last-child {
    margin-bottom: 0; }

ol.key-info > li {
  margin: 0em 0em 0.75em 3em;
  padding: 0.3em 0em 0em 0em; }
  ol.key-info > li:before {
    background: #a71930;
    border-radius: 1em;
    color: #ffffff;
    line-height: 2em;
    height: 2em;
    left: -2.5em; }

/* end LISTS */
/************************************************/
/************************************************/
/* start SHOWCASES */
.showcase {
  background: none;
  margin: 2em 0em 2em 0em;
  position: relative; }
  .showcase:before, .showcase:after {
    content: " ";
    display: table; }
  .showcase:after {
    clear: both; }
  .showcase:first-child {
    margin-top: 0em; }
  .showcase .content:before, .showcase .content:after {
    content: " ";
    display: table; }
  .showcase .content:after {
    clear: both; }
  .showcase h1 {
    color: #a71930;
    font: 500 175%/1.2 'Open Sans', sans-serif; }
  .showcase img.hero {
    display: block;
    margin: 0em 0em 1em 0em; }
    .showcase img.hero:before, .showcase img.hero:after {
      content: " ";
      display: table; }
    .showcase img.hero:after {
      clear: both; }
  .showcase a.action_link {
    margin-bottom: 0em; }
  .showcase.envelope {
    background: #e0dee0 url(../images/textures/white-carbon-rt5-tile.jpg) 0px 0px repeat;
    border: 4px solid #c8c9cb;
    border-radius: 40px 10px 40px 10px; }
    .showcase.envelope .content {
      padding: 15px; }
    .showcase.envelope h1 {
      background: #a71930;
      border-radius: 36px 6px 0px 0px;
      color: #ffffff;
      margin: 0em 0em 0em 0em;
      padding: 8px 15px 8px 25px; }
    .showcase.envelope img.hero {
      background-color: none;
      border: none;
      border-radius: 0px;
      box-shadow: none;
      padding: 0px; }
  .showcase.tile_internal > a {
    background-clip: content-box;
    border: 4px solid #c8c9cb;
    border-radius: 40px 10px 40px 10px;
    display: block;
    overflow: hidden;
    position: relative;
    transition: border-color .25s ease-in-out;
    -moz-transition: border-color .25s ease-in-out;
    -webkit-transition: border-color .25s ease-in-out; }
    .showcase.tile_internal > a:hover {
      border: 4px solid #a71930; }
  .showcase.tile_internal h1 {
    background: #a71930;
    background: rgba(167, 25, 48, 0.66);
    color: #ffffff;
    font-size: 125%;
    text-decoration: none;
    margin: 0em 0em 0em 0em;
    padding: 0.5em 1em 0.5em 1em;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px; }
  .showcase.tile_internal img {
    display: block;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    width: 100%; }
  .showcase.tile h1 {
    background: #a71930;
    background: rgba(167, 25, 48, 0.66);
    border-radius: 0px 0px 40px 10px;
    color: #ffffff;
    font-size: 125%;
    text-decoration: none;
    margin: 0em 0em 0em 0em;
    padding: 0.5em 1em 0.5em 1em;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px; }
  .showcase.tile a.action_link {
    background: none;
    border: 4px solid #c8c9cb;
    border-radius: 40px 10px 40px 10px;
    background-clip: content-box;
    text-align: left;
    text-indent: -9999px;
    float: none;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    transition: border-color .25s ease-in-out;
    -moz-transition: border-color .25s ease-in-out;
    -webkit-transition: border-color .25s ease-in-out; }
    .showcase.tile a.action_link:before, .showcase.tile a.action_link:after {
      display: none; }
    .showcase.tile a.action_link:hover {
      border-color: #a71930; }
  .showcase.tile img {
    border: none;
    border-radius: 40px 10px 40px 10px;
    box-shadow: none;
    display: block;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    width: 100%; }

.showcases, #section_nav {
  margin: 2em 0em 2em 0em; }
  .showcases:before, .showcases:after, #section_nav:before, #section_nav:after {
    content: " ";
    display: table; }
  .showcases:after, #section_nav:after {
    clear: both; }
  .showcases .showcase, .showcases .break_out_box, #section_nav .showcase, #section_nav .break_out_box {
    background: none; }
    @media only screen and (min-width: 768px) {
      .showcases .showcase, .showcases .break_out_box, #section_nav .showcase, #section_nav .break_out_box {
        float: left;
        margin: 0% 2% 2% 0%;
        width: 32%; }
        .showcases .showcase:nth-child(3n+3), .showcases .showcase.third, .showcases .break_out_box:nth-child(3n+3), .showcases .break_out_box.third, #section_nav .showcase:nth-child(3n+3), #section_nav .showcase.third, #section_nav .break_out_box:nth-child(3n+3), #section_nav .break_out_box.third {
          margin-right: 0%; } }
    .showcases .showcase.navigation p, .showcases .break_out_box.navigation p, #section_nav .showcase.navigation p, #section_nav .break_out_box.navigation p {
      background: none;
      line-height: 1.4;
      height: 9em;
      overflow: hidden; }
  .showcases:first-child, h1 + .showcases, #section_nav:first-child, h1 + #section_nav {
    margin-top: 0em; }
  .showcases p.description, #section_nav p.description {
    background: none;
    height: 10em;
    overflow: hidden; }
  @media print {
    .showcases, #section_nav {
      display: none; } }

#major_showcases {
  border: none;
  border-top: 1px solid #c8c8c8;
  margin: 3em 0em 3em 0em;
  padding: 3em 0em 0em 0em; }

#minor_showcases {
  border: none;
  border-top: 1px solid #c8c8c8;
  margin: 3em 0em 3em 0em;
  padding: 3em 0em 0em 0em; }

/* end SHOWCASES */
/************************************************/
/************************************************/
/* start TYPOGRAPHY */
/* end TYPOGRAPHY */
/************************************************/
/* end GENERIC Elements */
/*************************************************************************************************/
/*************************************************************************************************/
/* SECTION Specific Elements */
/*************************************************************************************************/
/************************************************/
/* start CAREERS */
#positions_available_list {
  list-style: none;
  margin: 2em 0em 2em 0em;
  padding: 0em 0em 0em 0em;
  /*
  li
  {
  	
  	
  	
  	position: relative;
  	
  	@media only screen and (min-width: 768px)
  	{
  		//padding-left: 240px;
  	}
  	
  	h1
  	{
  		font-size: 175%;
  		margin: 0em 0em 0.25em 0em;
  	}
  	
  	h2
  	{
  		color: #000000;
  		font-size: 110%;
  		margin: 0em 0em 1em 0em;
  	}
  	
  	
  	
  	&:first-child
  	{
  		border-top: none;
  		margin-top: 0em;
  		padding-top: 0em;
  		
  		img.hero
  		{
  			top: 0px;
  		}
  	}
  }
  */ }
  #positions_available_list > li {
    background: none;
    border-bottom: 1px dotted #cccccc;
    margin: 0em 0em 0em 0em;
    padding: 2em 0em 2em 0em; }
  #positions_available_list h3:first-child {
    margin-top: 0em; }

/* end CAREERS */
/************************************************/
/************************************************/
/* start HOME */
body.home #banner #page_title, body.home #banner #banner_page_title {
  display: none; }

body.home #content {
  padding-top: 0em; }
  body.home #content #main_content {
    width: 100%; }
  body.home #content #sub_content {
    display: none; }

body.home h2 {
  text-align: center;
  margin: 1.5em 0em 1em 0em;
  position: relative; }
  @media print {
    body.home h2 {
      text-align: left; } }

body.home #banner {
  border-bottom: 4px solid #a71930;
  height: 600px; }
  @media only screen and (min-width: 768px) {
    body.home #banner .page_content {
      background: none;
      margin: 0em auto 0em auto;
      padding: 0em 0em 0em 0em;
      width: 100%;
      max-width: 100%;
      height: 580px;
      overflow: hidden; } }
  @media only screen and (min-width: 768px) {
    body.home #banner #banner_hero {
      background-image: none; } }
  body.home #banner #banner_gallery {
    background: none;
    list-style: none;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em; }
    body.home #banner #banner_gallery .slide {
      background: transparent center top no-repeat;
      text-align: center;
      display: none;
      margin: 0em auto 0em auto;
      padding: 0em 0em 0em 0em;
      width: 100%;
      max-width: 100%;
      height: 600px;
      position: absolute; }
      body.home #banner #banner_gallery .slide:first-child {
        background-image: url(../images/home/banner/ns-difference.jpg);
        display: block; }
      body.home #banner #banner_gallery .slide .content_wrapper {
        background: none;
        margin: 0px auto 0px auto;
        padding: 135px 0px 0px 0px;
        width: 96%;
        max-width: 1000px;
        height: 600px;
        display: block;
        position: relative;
        z-index: 3; }
      body.home #banner #banner_gallery .slide .content {
        background: none;
        text-align: left;
        display: block;
        margin: 0% 0% 0% 0%;
        padding: 0px 0px 0px 0px;
        width: 30%;
        height: 300px;
        overflow: hidden;
        position: absolute;
        left: 10%;
        top: 22.5%; }
      body.home #banner #banner_gallery .slide .bg {
        background: transparent center top no-repeat;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 2; }
      body.home #banner #banner_gallery .slide .loading {
        background: transparent url(../images/home/banner/loading.gif) center center no-repeat;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1; }
      body.home #banner #banner_gallery .slide h1 {
        font-size: 200%; }
      body.home #banner #banner_gallery .slide p {
        font-size: 125%; }
      body.home #banner #banner_gallery .slide img {
        display: none; }
  body.home #banner #banner_pager {
    background: none;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 90px;
    z-index: 500; }
    body.home #banner #banner_pager a {
      background: #c0c2c3;
      border: none;
      border-radius: 20px;
      text-align: left;
      text-indent: -9999px;
      display: inline-block;
      margin: 0px 0px 0px 10px;
      padding: 0px 0px 0px 0px;
      width: 20px;
      height: 20px;
      overflow: hidden; }
      body.home #banner #banner_pager a:first-child {
        margin-left: 0px; }
      body.home #banner #banner_pager a:hover {
        background: #000000; }
      body.home #banner #banner_pager a.active {
        background: #a71930; }
  body.home #banner #banner_prev {
    background: #000000;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0px 5px 5px 0px;
    color: #ffffff;
    font: 400 300%/50px 'ArrrowsRegular';
    text-align: center;
    text-decoration: none;
    display: none;
    margin: -25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 9000;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out; }
    body.home #banner #banner_prev:hover {
      background: rgba(0, 0, 0, 0.5);
      cursor: pointer; }
  body.home #banner #banner_next {
    background: #000000;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 5px 0px 0px 5px;
    color: #ffffff;
    font: 400 300%/50px 'ArrrowsRegular';
    text-align: center;
    text-decoration: none;
    display: none;
    margin: -25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 9000;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out; }
    body.home #banner #banner_next:hover {
      background: rgba(0, 0, 0, 0.5);
      cursor: pointer; }
  body.home #banner:hover #banner_prev, body.home #banner:hover #banner_next {
    display: block; }

#what_we_do {
  color: #ffffff;
  margin: 2em 0em 2em 0em;
  position: relative;
  z-index: 2; }
  #what_we_do:before, #what_we_do:after {
    content: " ";
    display: table; }
  #what_we_do:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    #what_we_do {
      margin: -76px 0px 0px 0px; } }
  @media only screen and (min-width: 768px) {
    #what_we_do h2 {
      display: none; } }
  #what_we_do section.item, #what_we_do div.item {
    background: #797779 url(../images/textures/white-carbon-rt4-tile.jpg) 0px 0px repeat;
    margin: 2em 0em 2em 0em;
    padding: 0em 0em 1em 0em;
    position: relative; }
    #what_we_do section.item:before, #what_we_do section.item:after, #what_we_do div.item:before, #what_we_do div.item:after {
      content: " ";
      display: table; }
    #what_we_do section.item:after, #what_we_do div.item:after {
      clear: both; }
    @media only screen and (min-width: 768px) {
      #what_we_do section.item, #what_we_do div.item {
        float: left;
        margin: 0% 0% 0% 0%;
        width: 33%; } }
    @media print {
      #what_we_do section.item, #what_we_do div.item {
        padding: 0em; } }
    #what_we_do section.item h1, #what_we_do div.item h1 {
      background: #373739 url(../images/textures/asphalt-tile.jpg) center bottom repeat;
      border-bottom: 4px solid #a71930;
      border-radius: 0px 0px 0px 0px;
      color: #ffffff;
      font: 600 200%/76px 'Open Sans', sans-serif;
      display: block;
      margin: 0em 0em 0em 0em;
      padding: 0em 1em 0em 1em;
      height: 76px; }
      @media print {
        #what_we_do section.item h1, #what_we_do div.item h1 {
          border: none;
          padding: 0em; } }
      #what_we_do section.item h1 .icon, #what_we_do div.item h1 .icon {
        background: transparent center center no-repeat;
        display: block;
        float: left;
        margin: 0px 10px 0px 0px;
        padding: 0em 0em 0em 0em;
        width: 50px;
        height: 76px; }
        @media print {
          #what_we_do section.item h1 .icon, #what_we_do div.item h1 .icon {
            display: none; } }
    #what_we_do section.item .content, #what_we_do div.item .content {
      background: none;
      display: block;
      padding: 1em 3em 1em 2em;
      position: relative; }
      #what_we_do section.item .content:before, #what_we_do section.item .content:after, #what_we_do div.item .content:before, #what_we_do div.item .content:after {
        content: " ";
        display: table; }
      #what_we_do section.item .content:after, #what_we_do div.item .content:after {
        clear: both; }
      @media print {
        #what_we_do section.item .content, #what_we_do div.item .content {
          padding: 0em; } }
    #what_we_do section.item p, #what_we_do div.item p {
      font-size: 125%;
      margin-top: 0em;
      height: 7em;
      overflow: hidden; }
      @media print {
        #what_we_do section.item p, #what_we_do div.item p {
          height: auto; } }
    @media print {
      #what_we_do section.item a.action_link, #what_we_do div.item a.action_link {
        display: none; } }
    #what_we_do section.item.design, #what_we_do div.item.design {
      border-right: 1px solid #999899; }
      @media only screen and (min-width: 768px) {
        #what_we_do section.item.design, #what_we_do div.item.design {
          border-radius: 30px 0px 0px 30px; } }
      @media print {
        #what_we_do section.item.design, #what_we_do div.item.design {
          border: none; } }
      #what_we_do section.item.design h1, #what_we_do div.item.design h1 {
        border-bottom-color: #f57e29; }
        #what_we_do section.item.design h1 .icon, #what_we_do div.item.design h1 .icon {
          background-image: url(../images/home/design-icon-for-mission-bar.png); }
        @media only screen and (min-width: 768px) {
          #what_we_do section.item.design h1, #what_we_do div.item.design h1 {
            border-radius: 30px 0px 0px 0px; } }
      #what_we_do section.item.design a.action_link, #what_we_do div.item.design a.action_link {
        background: #f57e29; }
      #what_we_do section.item.design a.action_link:hover, #what_we_do div.item.design a.action_link:hover {
        background: #000000; }
    #what_we_do section.item.build, #what_we_do div.item.build {
      border-left: 1px solid #5d5a5d;
      border-right: 1px solid #999899; }
      @media only screen and (min-width: 768px) {
        #what_we_do section.item.build, #what_we_do div.item.build {
          width: 34%; } }
      @media print {
        #what_we_do section.item.build, #what_we_do div.item.build {
          border: none; } }
      #what_we_do section.item.build h1, #what_we_do div.item.build h1 {
        border-bottom-color: #0087ce; }
        #what_we_do section.item.build h1 .icon, #what_we_do div.item.build h1 .icon {
          background-image: url(../images/home/build-icon-for-mission-bar.png); }
      #what_we_do section.item.build a.action_link, #what_we_do div.item.build a.action_link {
        background: #0087ce; }
      #what_we_do section.item.build a.action_link:hover, #what_we_do div.item.build a.action_link:hover {
        background: #000000; }
    #what_we_do section.item.run, #what_we_do div.item.run {
      border-left: 1px solid #5d5a5d; }
      @media only screen and (min-width: 768px) {
        #what_we_do section.item.run, #what_we_do div.item.run {
          border-radius: 0px 30px 30px 0px; } }
      @media print {
        #what_we_do section.item.run, #what_we_do div.item.run {
          border: none; } }
      #what_we_do section.item.run h1, #what_we_do div.item.run h1 {
        border-bottom-color: #00927b; }
        #what_we_do section.item.run h1 .icon, #what_we_do div.item.run h1 .icon {
          background-image: url(../images/home/run-icon-for-mission-bar.png); }
        @media only screen and (min-width: 768px) {
          #what_we_do section.item.run h1, #what_we_do div.item.run h1 {
            border-radius: 0px 30px 0px 0px; } }
      #what_we_do section.item.run a.action_link, #what_we_do div.item.run a.action_link {
        background: #00927b; }
      #what_we_do section.item.run a.action_link:hover, #what_we_do div.item.run a.action_link:hover {
        background: #000000; }

#solutions {
  background: none;
  position: relative; }
  #solutions:before, #solutions:after {
    content: " ";
    display: table; }
  #solutions:after {
    clear: both; }
  #solutions section.showcase:before, #solutions section.showcase:after {
    content: " ";
    display: table; }
  #solutions section.showcase:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    #solutions section.showcase {
      display: block;
      float: left;
      margin: 0% 2% 2% 0%;
      padding: 0% 0% 0% 0%;
      width: 32%;
      height: auto; }
      #solutions section.showcase:nth-child(3n+3), #solutions section.showcase.third {
        margin-right: 0%; } }
  @media print {
    #solutions section.showcase {
      display: block !important;
      float: none;
      margin: 0% 0% 0% 0%;
      width: 100% !important;
      position: relative !important; } }
  #solutions .cycle-slide section.showcase {
    margin: 0% 0% 0% 0%;
    width: auto; }
    @media print {
      #solutions .cycle-slide section.showcase {
        width: 100% !important; } }
  #solutions #solutions_showcases_wrapper {
    position: relative; }
    #solutions #solutions_showcases_wrapper:before, #solutions #solutions_showcases_wrapper:after {
      content: " ";
      display: table; }
    #solutions #solutions_showcases_wrapper:after {
      clear: both; }
  #solutions #solutions_showcases {
    background: none;
    margin: 0% auto 0% auto;
    width: 90%;
    position: relative; }
    #solutions #solutions_showcases:before, #solutions #solutions_showcases:after {
      content: " ";
      display: table; }
    #solutions #solutions_showcases:after {
      clear: both; }
  #solutions .solutions_nav {
    background: transparent center 50% no-repeat;
    border-radius: 5px;
    text-align: left;
    text-indent: -9999px;
    display: block;
    margin: 0% 0% 0% 0%;
    padding: 0% 0% 0% 0%;
    width: 4%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 5;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out; }
    #solutions .solutions_nav:hover {
      background-color: #a71930;
      background-color: rgba(167, 25, 48, 0.66); }
  #solutions #solutions_nav_prev {
    background-image: url(../images/carousel-prev-link.png);
    left: 0px;
    top: 0px; }
  #solutions #solutions_nav_next {
    background-image: url(../images/carousel-next-link.png);
    right: 0px;
    top: 0px; }
  #solutions .slide section.showcase {
    margin: 0px 5px 0px 5px; }

#clients {
  margin: 2em 0em 3em 0em;
  position: relative; }
  #clients:before, #clients:after {
    content: " ";
    display: table; }
  #clients:after {
    clear: both; }
  #clients section {
    display: block;
    clear: both;
    margin: 2em 0em 2em 0em; }
    #clients section:before, #clients section:after {
      content: " ";
      display: table; }
    #clients section:after {
      clear: both; }
    @media only screen and (min-width: 768px) {
      #clients section {
        float: left;
        clear: none;
        margin: 0% 0% 0% 2%;
        padding: 0% 0% 0% 0%;
        width: 23.5%;
        height: 480px; }
        #clients section.first {
          margin-left: 0%; } }
    #clients section h1 {
      background: #a71930;
      border-radius: 20px 20px 0px 0px;
      color: #ffffff;
      font: 400 150%/1.2 'Open Sans', sans-serif;
      margin: 0em 0em 0.5em 0em;
      padding: 0.5em 0.75em 0.5em 0.75em; }
      @media print {
        #clients section h1 {
          background: none;
          padding: 0em; } }
    #clients section img {
      display: block;
      margin: 0em auto 0em auto; }
      @media print {
        #clients section img {
          display: none; } }
    #clients section a.action_link {
      position: absolute;
      bottom: 0px; }
      @media print {
        #clients section a.action_link {
          display: none; } }

/* end HOME */
/************************************************/
/************************************************/
/* start MISSION */
/* end MISSION */
/************************************************/
/************************************************/
/* start SEARCH */
#search_results span {
  background: #ffffcc; }

/* end SEARCH */
/************************************************/
/************************************************/
/* start SITE MAP */
#sitemap_nav {
  background: #e0dee0 url("../images/textures/white-carbon-rt5-tile.jpg") 0px 0px repeat;
  border-radius: 20px 20px 20px 20px;
  list-style: none;
  margin: 0em 0em 0em 0em;
  padding: 2em 2em 2em 2em; }
  #sitemap_nav > li > a {
    color: #a71930;
    font-size: 125%;
    font-weight: 400; }

/* end SITE MAP */
/************************************************/
/************************************************/
/* start SUPPORT */
#location_map {
  background: #cccccc;
  width: 100%;
  height: 400px;
  border-radius: 6px 6px 6px 6px; }

#location_map_wrapper {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 4px;
  margin: 2em 0em 2em 0em; }

/* end SUPPORT */
/************************************************/
/************************************************/
/* start TEAM */
#team_list {
  list-style: none;
  margin: 2em 0em 2em 0em;
  padding: 0em 0em 0em 0em; }
  #team_list li {
    background: none;
    border-top: 1px solid #cccccc;
    margin: 2em 0em 0em 0em;
    padding: 2.5em 0em 0em 0em;
    position: relative; }
    #team_list li h1 {
      font-size: 175%;
      margin: 0em 0em 0.25em 0em; }
    #team_list li h2 {
      color: #000000;
      font-size: 110%;
      margin: 0em 0em 1em 0em; }
    #team_list li img.hero {
      display: block;
      float: none;
      margin: 0em 0em 1em 0em; }
      @media only screen and (min-width: 768px) {
        #team_list li img.hero {
          float: left;
          margin: 0em 2em 1em 0em; } }
    #team_list li:first-child {
      border-top: none;
      margin-top: 0em;
      padding-top: 0em; }
      #team_list li:first-child img.hero {
        top: 0px; }

/* end TEAM */
/************************************************/
/* end SECTION Specific Elements */
/*************************************************************************************************/
/*************************************************************************************************/
/* PRINT */
/*************************************************************************************************/
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  body {
    font: normal 12pt/1.3em arial, sans-serif;
    width: 100%; }

  h2, h3 {
    page-break-after: avoid; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  ul {
    page-break-inside: avoid; }

  li {
    page-break-inside: avoid; }

  img {
    page-break-after: avoid;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; } }
/*
@media print
{
	
	
	#page
	{	
		.page_content
		{
			margin: 0em auto 0em 0em;
			padding: 0em 0em 0em 0em;
			width: auto;
			max-width: auto;
		}
	}
	
	#content
	{
		background: none;
		padding: 0px 0px 0px 0px;
		
		.page_content
		{
			background: #ffffff;
			border-radius: 0px;
			padding: 0em 0em 0em 0em;
			top: 0px;
		}
		
		#main_content
		{
			display: block;
			float: none;
			width: auto;
		}
		
		#sub_content
		{
			display: none;
			float: none;
			width: auto;
		}
	}
	
	#page > nav#main_nav
	{
		display: none;
	}
	
	#page > header
	{
		display: none;
	}
	
	#page > footer
	{
		display: none;
	}
	
	#banner
	{
		display: none;
	}
	
	h1,h2,h3,h4,h5,h6
	{
		color: #000000;
		font-family: arial, sans-serif;
	}
	
	
	
	form
	{
		display: none;
	}
	
	
	
	img.hero
	{
		display: none;
	}
	
	div.image_gallery
	{
		display: none;
	}
	
	body.home .showcases
	{
		display: none;
	}
}
*/
/*
@media print {
     

      a,
      a:visited { text-decoration: underline;}
      a[href]:after { content: " (" attr(href) ")"; }

      abbr[title]:after { content: " (" attr(title) ")"; }

      // Don't show links for images, or javascript/internal links
      .ir a:after,
      a[href^="javascript:"]:after,
      a[href^="#"]:after { content: ""; }

      pre,
      blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
      }

      

      

      img { max-width: 100% !important; }

      @page { margin: 0.5cm; }

      

      

      .hide-on-print { display: none !important; }
      .print-only { display: block !important; }
      .hide-for-print { display: none !important; }
      .show-for-print { display: inherit !important; }
    }

*/
/* end PRINT */
/*************************************************************************************************/
/* end APP */
/*************************************************************************************************/
