
/* line 21, base.scss */
article, footer, header, nav, section {
  display: block; }

/* line 22, base.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 23, base.scss */
audio:not([controls]) {
  display: none; }

/* line 24, base.scss */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
/* line 36, base.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 38, base.scss */
html, button, input, select, textarea {
  color: #3a3836;
  font-family: sans-serif; }

/* line 40, base.scss */
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/* line 48, base.scss */
::-moz-selection {
  background: #3a3836;
  color: white;
  text-shadow: none; }

/* line 49, base.scss */
::selection {
  background: #3a3836;
  color: white;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
/* line 56, base.scss */
a {
  color: #3a3836; }

/* line 57, base.scss */
a:visited {
  color: #3a3836; }

/* line 58, base.scss */
a:hover {
  color: #b2b2b2; }

/* line 59, base.scss */
a:focus {
  outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
/* line 62, base.scss */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/* line 69, base.scss */
body {
  font-family: "nimbus-sans-n4", "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px; }


/* =============================================================================
   Lists
   ========================================================================== */
/* line 106, base.scss */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

/* line 107, base.scss */
dd {
  margin: 0 0 0 40px; }

/* line 108, base.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
/* line 120, base.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
/* line 159, base.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
/* line 165, base.scss */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
/* line 173, base.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/* line 193, base.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
/* line 200, base.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
/* line 204, base.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
/* line 211, base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 212, base.scss */
td {
  vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
/* line 219, base.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/*
  Formatting
*/
/* line 11, formatting.scss */
body a,
body a:active,
body a:link,
body a:visited {
  text-decoration: none;
  transition: color 0.325s ease-out;
  -moz-transition: color 0.325s ease-out;
  -webkit-transition: color 0.325s ease-out; }
  /* line 15, formatting.scss */
  body a:hover,
  body a:active:hover,
  body a:link:hover,
  body a:visited:hover {
    transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -webkit-transition: color 0.25s ease-out; }
/* line 22, formatting.scss */
body p a,
body p a:active,
body p a:link,
body p a:visited {
  font-weight: 700; }
/* line 27, formatting.scss */
body strong, body b {
  font-weight: 700; }
/* line 29, formatting.scss */
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 700; }
/* line 32, formatting.scss */
body h1, body h2,
body h3, body h4 {
  color: #3a3836;
  margin: 0 0 16px 0; }
/* line 37, formatting.scss */
body h1 {
  font-size: 2.25em; }
/* line 38, formatting.scss */
body h2 {
  font-size: 1.5em; }
/* line 39, formatting.scss */
body h3 {
  font-size: 1.3125em; }
/* line 40, formatting.scss */
body h4 {
  font-size: .875em; }
/* line 42, formatting.scss */
body h5 {
  font-size: .875em;
  margin: 0; }
/* line 47, formatting.scss */
body h6 {
  font-size: .875em;
  margin: 0; }
/* line 52, formatting.scss */
body p {
  font-size: .875em;
  margin: 0 0 16px 0; }
/* line 57, formatting.scss */
body ol {
  font-size: .875em;
  margin: 0 0 16px 0; }
/* line 62, formatting.scss */
body ul {
  font-size: .875em;
  margin: 0 0 16px 0; }
/* line 67, formatting.scss */
body dl {
  font-size: .875em;
  margin: 0 0 16px 0; }
  /* line 71, formatting.scss */
  body dl dt {
    color: #3a3836;
    font-weight: 700; }
  /* line 76, formatting.scss */
  body dl dd {
    color: #b2b2b2;
    margin: 0 0 16px 0; }

/* line 244, formatting.scss */
#outer {
  margin: 0 auto 0 auto;
  min-width: 966px; }
  /* line 248, formatting.scss */
  #outer .inner {
    margin: 0 auto 0 auto;
    width: 966px; }
    /* line 51, _variables_mixins.scss */
    #outer .inner:before, #outer .inner:after {
      content: " ";
      display: table; }
    /* line 55, _variables_mixins.scss */
    #outer .inner:after {
      clear: both; }
    /* line 56, _variables_mixins.scss */
    #outer .inner {
      *zoom: 1; }
  /* line 254, formatting.scss */
  #outer > header {
    min-height: 100px; }
    /* line 257, formatting.scss */
    #outer > header .sub-nav {
      background-color: #cccccc;
      letter-spacing: .1em;
      text-align: right;
      text-transform: uppercase;
      min-height: 41px;
      font-family: "nimbus-sans-n7", "nimbus-sans", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 0.6825em; }
      /* line 266, formatting.scss */
      #outer > header .sub-nav li a {
        color: #c2c2c2;
        display: inline-block;
        padding-top: 3px; }
        /* line 271, formatting.scss */
        #outer > header .sub-nav li a:hover {
          color: #fff; }
      /* line 276, formatting.scss */
      #outer > header .sub-nav li a.no-link {
        cursor: default; }
      /* line 283, formatting.scss */
      #outer > header .sub-nav li:hover > a, #outer > header .sub-nav li:hover > a:active, #outer > header .sub-nav li:hover > a:link, #outer > header .sub-nav li:hover > a:visited, #outer > header .sub-nav li:hover > a:hover {
        color: #fff; }
      /* line 292, formatting.scss */
      #outer > header .sub-nav li .active,
      #outer > header .sub-nav li .active:active,
      #outer > header .sub-nav li .active:link,
      #outer > header .sub-nav li .active:visited,
      #outer > header .sub-nav li .active:hover {
        color: #fff; }
      /* line 297, formatting.scss */
      #outer > header .sub-nav ul {
        margin: 0; }
        /* line 300, formatting.scss */
        #outer > header .sub-nav ul > li {
          padding: 11px 0 10px 20px;
          position: relative; }
          /* line 304, formatting.scss */
          #outer > header .sub-nav ul > li.social {
            padding-top: 10px; }
            /* line 307, formatting.scss */
            #outer > header .sub-nav ul > li.social > a {
              zoom: 1;
              filter: alpha(opacity=25);
              opacity: 0.25;
              transition: opacity 0.4s ease-out;
              -moz-transition: opacity 0.4s ease-out;
              -webkit-transition: opacity 0.4s ease-out;
              position: relative;
              top: 5px; }
              /* line 313, formatting.scss */
              #outer > header .sub-nav ul > li.social > a:hover {
                zoom: 1;
                filter: alpha(opacity=100);
                opacity: 1;
                transition: opacity 0.325s ease-out;
                -moz-transition: opacity 0.325s ease-out;
                -webkit-transition: opacity 0.325s ease-out; }
              /* line 318, formatting.scss */
              #outer > header .sub-nav ul > li.social > a.facebook {
                background-position: 0 -16px; }
              /* line 319, formatting.scss */
              #outer > header .sub-nav ul > li.social > a.twitter {
                background-position: -16px -16px; }
              /* line 320, formatting.scss */
              #outer > header .sub-nav ul > li.social > a.linkedin {
                background-position: -32px -16px; }
              /* line 321, formatting.scss */
              #outer > header .sub-nav ul > li.social > a.pinterest {
                background-position: -48px -16px; }
          /* line 325, formatting.scss */
          #outer > header .sub-nav ul > li.nbbj-blog {
            padding-left: 16px; }
    /* line 332, formatting.scss */
    .logo span{
		font-family: "nimbus-sans-n7", "nimbus-sans", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 17px;
		display: inline-block;
  		color: #3a3836;
	
	}
	
	#outer > header .logo {
      /* background: url(images/tn_Claire_Gondon_Architect.png) 0 0 no-repeat; */
      display: block;
	  margin-top: 32px;
	  /* margin-left: 175px; */
	  
      height: 33px;
      float: left;
	  vertical-align: baseline;
	  
      /* margin: 320 px 0 px 0 82px; */
      /* width: 242px;  */
	  width: 250px;}
      /* line 340, formatting.scss */
	  
	  .PreLogo {
      float: left;
      width: 228px;
      font-size: 1.125em;
      margin-right: 18px; }
	  
	  
      #outer > header .logo img {
        zoom: 1;
        filter: alpha(opacity=100);
        opacity: 1;
        transition: opacity 0.325s ease-out;
        -moz-transition: opacity 0.325s ease-out;
        -webkit-transition: opacity 0.325s ease-out; }
        /* line 344, formatting.scss */
        #outer > header .logo img:hover {
          zoom: 1;
          filter: alpha(opacity=0);
          opacity: 0;
          transition: opacity 0.325s ease-out;
          -moz-transition: opacity 0.325s ease-out;
          -webkit-transition: opacity 0.325s ease-out; }
    /* line 351, formatting.scss */
    #outer > header .primary-nav {
      float: right;
      /* margin: 32px -244px 0 0; */
      height:33px;
	  margin-top:32px;
	  margin-left:10px;
	  width: 460px;
      font-family: "nimbus-sans", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1.25em; }
      /* line 357, formatting.scss */
      #outer > header .primary-nav li {
        margin: 0px 12px 6px 12px; 
        position: relative;
        color: #777; }
        /* line 368, formatting.scss */
        #outer > header .primary-nav li:hover a,
        #outer > header .primary-nav li:hover a:active,
        #outer > header .primary-nav li:hover a:link,
        #outer > header .primary-nav li:hover a:visited {
          zoom: 1;
          filter: alpha(opacity=95);
          opacity: 0.95;
          background-color: #3a3836;
          color: #fff; }
        /* line 374, formatting.scss */
        #outer > header .primary-nav li:hover ul {
          zoom: 1;
          filter: alpha(opacity=95);
          opacity: 0.95;
          height: auto;
          padding-bottom: 7px; }
          /* line 379, formatting.scss */
          #outer > header .primary-nav li:hover ul li {
            display: block; }
        /* line 388, formatting.scss */
        #outer > header .primary-nav li a,
        #outer > header .primary-nav li a:active,
        #outer > header .primary-nav li a:link,
        #outer > header .primary-nav li a:visited {
          transition: opacity 0s ease-out;
          -moz-transition: opacity 0s ease-out;
          -webkit-transition: opacity 0s ease-out;
          font-family: "nimbus-sans-n7", "nimbus-sans", sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.214em;
          font-size: 17px;
          display: inline-block;
          /* padding: 6px 12px 6px 12px; */
          color: #3a3836; }
          /* line 396, formatting.scss */
          #outer > header .primary-nav li a.current,
          #outer > header .primary-nav li a:active.current,
          #outer > header .primary-nav li a:link.current,
          #outer > header .primary-nav li a:visited.current {
            background-color: #3a3836;
            color: #fff; }
        /* line 402, formatting.scss */
        #outer > header .primary-nav li ul {
          zoom: 1;
          filter: alpha(opacity=0);
          opacity: 0;
          transition: opacity 0.125s ease-out;
          -moz-transition: opacity 0.125s ease-out;
          -webkit-transition: opacity 0.125s ease-out;
          background-color: #3a3836;
          height: 0;
          padding: 0;
          position: absolute;
          overflow: hidden;
          text-align: left;
          /* top: 35px; */
          z-index: 101; }
          /* line 415, formatting.scss */
          #outer > header .primary-nav li ul li {
            margin: 0;
            padding: 0;
            border: none; }
            /* line 420, formatting.scss */
            #outer > header .primary-nav li ul li:hover {
              background-color: transparent; }
            /* line 427, formatting.scss */
            #outer > header .primary-nav li ul li a,
            #outer > header .primary-nav li ul li a:active,
            #outer > header .primary-nav li ul li a:link,
            #outer > header .primary-nav li ul li a:visited {
              font-weight: 500;
              margin: 7px 0 0 0;
              padding: 0 13px 0 13px;
              font-size: 1em;
              text-transform: none;
              color: #fff;
              display: block;
              border: none;
              white-space: nowrap; }
              /* line 439, formatting.scss */
              #outer > header .primary-nav li ul li a.current, #outer > header .primary-nav li ul li a:hover,
              #outer > header .primary-nav li ul li a:active.current,
              #outer > header .primary-nav li ul li a:active:hover,
              #outer > header .primary-nav li ul li a:link.current,
              #outer > header .primary-nav li ul li a:link:hover,
              #outer > header .primary-nav li ul li a:visited.current,
              #outer > header .primary-nav li ul li a:visited:hover {
                color: #959480; }
  /* line 450, formatting.scss */
  #outer > header, #outer > footer {
    color: #777777; }
    /* line 456, formatting.scss */
    #outer > header a,
    #outer > header a:active,
    #outer > header a:link,
    #outer > header a:visited, #outer > footer a,
    #outer > footer a:active,
    #outer > footer a:link,
    #outer > footer a:visited {
      color: #b2b2b2;
      text-decoration: none;
      transition: all 0.325s ease-out;
      -moz-transition: all 0.325s ease-out;
      -webkit-transition: all 0.325s ease-out; }
      /* line 461, formatting.scss */
      #outer > header a:hover,
      #outer > header a:active:hover,
      #outer > header a:link:hover,
      #outer > header a:visited:hover, #outer > footer a:hover,
      #outer > footer a:active:hover,
      #outer > footer a:link:hover,
      #outer > footer a:visited:hover {
        transition: all 0.325s ease-out;
        -moz-transition: all 0.325s ease-out;
        -webkit-transition: all 0.325s ease-out; }
    /* line 469, formatting.scss */
    #outer > header p a,
    #outer > header p a:active,
    #outer > header p a:link,
    #outer > header p a:visited, #outer > footer p a,
    #outer > footer p a:active,
    #outer > footer p a:link,
    #outer > footer p a:visited {
      color: #777;
      font-family: "nimbus-sans-n3", "nimbus-sans", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1em;
      padding-left: 1.5em; }
      /* line 474, formatting.scss */
      #outer > header p a:hover,
      #outer > header p a:active:hover,
      #outer > header p a:link:hover,
      #outer > header p a:visited:hover, #outer > footer p a:hover,
      #outer > footer p a:active:hover,
      #outer > footer p a:link:hover,
      #outer > footer p a:visited:hover {
        color: #333; }
    /* line 478, formatting.scss */
    #outer > header ul, #outer > footer ul {
      margin: 0; }
      /* line 481, formatting.scss */
      #outer > header ul li, #outer > footer ul li {
        display: inline-block; }
        /* line 484, formatting.scss */
        #outer > header ul li.social, #outer > footer ul li.social {
          padding: 0 0 0 20px; }
          /* line 487, formatting.scss */
          #outer > header ul li.social > a, #outer > footer ul li.social > a {
            background: url(images/social-icons-sprite.png) 0 0 no-repeat;
            display: block;
            height: 14px;
            width: 16px; }
        /* line 496, formatting.scss */
        #outer > header ul li.nbbj-blog > a, #outer > footer ul li.nbbj-blog > a {
          zoom: 1;
          filter: alpha(opacity=30);
          opacity: 0.3;
          transition: opacity 0.125s ease-out;
          -moz-transition: opacity 0.125s ease-out;
          -webkit-transition: opacity 0.125s ease-out;
          padding-top: 0;
          width: 56px;
          height: 16px;
          background: url(images/nbbj-blog-logo.png) 0 -16px no-repeat; }
          /* line 503, formatting.scss */
          #outer > header ul li.nbbj-blog > a:hover, #outer > footer ul li.nbbj-blog > a:hover {
            zoom: 1;
            filter: alpha(opacity=100);
            opacity: 1; }
  /* line 512, formatting.scss */
  #outer > footer {
    background-color: #f0f0f0;
    margin-top: 40px;
    padding: 9px 0; }
    /* line 517, formatting.scss */
    #outer > footer p {
      float: left;
      margin-bottom: 0;
      padding-top: 2px;
      text-transform: uppercase;
      font-family: "nimbus-sans-n7", "nimbus-sans", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 0.625em; }
    /* line 525, formatting.scss */
    #outer > footer nav {
      float: right; }
      /* line 530, formatting.scss */
      #outer > footer nav ul li.social > a {
        zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.5;
        transition: opacity 0.325s ease-out;
        -moz-transition: opacity 0.325s ease-out;
        -webkit-transition: opacity 0.325s ease-out;
        text-indent: -9999px; }
        /* line 535, formatting.scss */
        #outer > footer nav ul li.social > a:hover {
          zoom: 1;
          filter: alpha(opacity=100);
          opacity: 1;
          transition: opacity 0.325s ease-out;
          -moz-transition: opacity 0.325s ease-out;
          -webkit-transition: opacity 0.325s ease-out; }
        /* line 540, formatting.scss */
        #outer > footer nav ul li.social > a.facebook {
          background-position: 0 -16px; }
        /* line 541, formatting.scss */
        #outer > footer nav ul li.social > a.twitter {
          background-position: -16px -16px; }
        /* line 542, formatting.scss */
        #outer > footer nav ul li.social > a.linkedin {
          background-position: -32px -16px; }
        /* line 543, formatting.scss */
        #outer > footer nav ul li.social > a.pinterest {
          background-position: -48px -16px; }

@media only screen and (max-width: 1410px) {
  /* line 4, _media_queries.scss */
  .home-grid {
    max-width: 1410px !important;
	/*margin-top: 30px*/ }
    /* line 7, _media_queries.scss */
    .home-grid article.one-column {
      width: 33.333333333333% !important; }
    /* line 10, _media_queries.scss */
    .home-grid article.two-column {
      width: 66.666666666666% !important; } }
/* Hacks to maintain flexible layout in Gecko-based browsers */
@media only screen and (min-width: 990px) and (max-width: 1040px) {
  /* line 23, _media_queries.scss */
  * > .home-grid article.one-column, * > .home-grid article.two-column {
    height: 265px !important; }
    /* line 25, _media_queries.scss */
    * > .home-grid article.one-column img, * > .home-grid article.two-column img {
      height: 100%; } }
@media only screen and (min-width: 1041px) and (max-width: 1090px) {
  /* line 34, _media_queries.scss */
  * > .home-grid article.one-column, * > .home-grid article.two-column {
    height: 275px !important; }
    /* line 36, _media_queries.scss */
    * > .home-grid article.one-column img, * > .home-grid article.two-column img {
      height: 100%; } }
@media only screen and (min-width: 1091px) and (max-width: 1140px) {
  /* line 45, _media_queries.scss */
  * > .home-grid article.one-column, * > .home-grid article.two-column {
    height: 285px !important; }
    /* line 47, _media_queries.scss */
    * > .home-grid article.one-column img, * > .home-grid article.two-column img {
      height: 100%; } }
@media only screen and (min-width: 1141px) and (max-width: 1190px) {
  /* line 56, _media_queries.scss */
  * > .home-grid article.one-column, * > .home-grid article.two-column {
    height: 295px !important; }
    /* line 58, _media_queries.scss */
    * > .home-grid article.one-column img, * > .home-grid article.two-column img {
      height: 100%; } }
@media only screen and (min-width: 1191px) and (max-width: 1240px) {
  /* line 67, _media_queries.scss */
  * > .home-grid article.one-column, * > .home-grid article.two-column {
    height: 305px !important; }
    /* line 69, _media_queries.scss */
    * > .home-grid article.one-column img, * > .home-grid article.two-column img {
      height: 100%; } }
@media only screen and (min-width: 1241px) and (max-width: 1290px) {
  /* line 78, _media_queries.scss */
  * > .home-grid article.one-column, * > .home-grid article.two-column {
    height: 315px !important; }
    /* line 80, _media_queries.scss */
    * > .home-grid article.one-column img, * > .home-grid article.two-column img {
      height: 100%; } }
@media only screen and (min-width: 1291px) and (max-width: 1340px) {
  /* line 89, _media_queries.scss */
  * > .home-grid article.one-column, * > .home-grid article.two-column {
    height: 325px !important; }
    /* line 91, _media_queries.scss */
    * > .home-grid article.one-column img, * > .home-grid article.two-column img {
      height: 100%; } }
@media only screen and (min-width: 1341px) and (max-width: 1390px) {
  /* line 100, _media_queries.scss */
  * > .home-grid article.one-column, * > .home-grid article.two-column {
    height: 335px !important; }
    /* line 102, _media_queries.scss */
    * > .home-grid article.one-column img, * > .home-grid article.two-column img {
      height: 100%; } }
@media only screen and (min-width: 1391px) and (max-width: 1409px) {
  /* line 111, _media_queries.scss */
  * > .home-grid article.one-column, * > .home-grid article.two-column {
    height: 345px !important; }
    /* line 113, _media_queries.scss */
    * > .home-grid article.one-column img, * > .home-grid article.two-column img {
      height: 100%; } }
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
/* line 1025, formatting.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

/* line 1027, formatting.scss */
.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
/* line 1030, formatting.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
/* line 1033, formatting.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
/* line 1037, formatting.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
/* line 1041, formatting.scss */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
/* line 1044, formatting.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

/* line 1045, formatting.scss */
.clearfix:after {
  clear: both; }

/* line 1046, formatting.scss */
.clearfix {
  *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 1056, formatting.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  /* line 1058, formatting.scss */
  a, a:visited {
    text-decoration: underline; }

  /* line 1059, formatting.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 1060, formatting.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 1061, formatting.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  /* line 1062, formatting.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 1063, formatting.scss */
  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  /* line 1064, formatting.scss */
  tr, img {
    page-break-inside: avoid; }

  /* line 1065, formatting.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 1067, formatting.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  /* line 1068, formatting.scss */
  h2, h3 {
    page-break-after: avoid; } }

/* line 5, modules.scss */
#outer .content .inner {
  margin: 0 auto 0 auto;
  padding-left: 246px;
  position: relative;
  width: 720px; }
  /* line 51, _variables_mixins.scss */
  #outer .content .inner:before, #outer .content .inner:after {
    content: " ";
    display: table; }
  /* line 55, _variables_mixins.scss */
  #outer .content .inner:after {
    clear: both; }
  /* line 56, _variables_mixins.scss */
  #outer .content .inner {
    *zoom: 1; }
  /* line 12, modules.scss */
  #outer .content .inner aside {
    left: 0;
    padding-top: 6px;
    position: absolute;
    width: 228px; }
  /* line 19, modules.scss */
  #outer .content .inner img {
    display: block; }

/* line 61, modules.scss */
#outer .content .module.tab .inner {
  padding-left: 0;
  width: 966px; }

/* Modules */
/* line 69, modules.scss */
.module {
  background-color: #fff;
  /* margin: 0 114px 0 0; */ /*0 auto;*/
  position: relative; }
   /* line 223, modules.scss */
  .module.tab {
    padding: 40px 0; }
    /* line 226, modules.scss */
    .module.tab + .module.text {
      padding-top: 0; }
    /* line 227, modules.scss */
    .module.tab + .module.tab {
      padding-top: 0; }
    /* line 228, modules.scss */
    .module.tab + .module.col-4 {
      padding-top: 0; }
    /* line 229, modules.scss */
    .module.tab + .module.infographic {
      padding-top: 0; }
    /* line 231, modules.scss */
    .module.tab p {
      font-size: 1em; }
    /* line 234, modules.scss */
    .module.tab .inner header {
      width: 720px;
      margin-left: 246px; }
      /* line 238, modules.scss */
      .module.tab .inner header > h4 {
        font-size: 1.25em; }

    /* line 242, modules.scss */
    .module.tab .inner img {
      display: block;
      margin-bottom: 16px; }
    /* line 248, modules.scss */
    .module.tab nav {
      float: left;
      width: 228px;
      font-size: 1.125em;
      margin-right: 18px; }
      /* line 255, modules.scss */
      .module.tab nav ul li {
        margin-bottom: 20px; }
        /* line 261, modules.scss */
        .module.tab nav ul li a,
        .module.tab nav ul li a:active,
        .module.tab nav ul li a:link,
        .module.tab nav ul li a:visited {
          font-size: 1.25em;
          color: #b2b2b2;
          display: inline-block;
          padding-right: 24px; }
          /* line 268, modules.scss */
          .module.tab nav ul li a:hover, .module.tab nav ul li a.active,
          .module.tab nav ul li a:active:hover,
          .module.tab nav ul li a:active.active,
          .module.tab nav ul li a:link:hover,
          .module.tab nav ul li a:link.active,
          .module.tab nav ul li a:visited:hover,
          .module.tab nav ul li a:visited.active {
            color: #333; }
          /* line 272, modules.scss */
          .module.tab nav ul li a.active,
          .module.tab nav ul li a:active.active,
          .module.tab nav ul li a:link.active,
          .module.tab nav ul li a:visited.active {
            background: url(images/tab-active-icon.png) 100% 9px no-repeat;
            font-weight: 700; }
    /* line 281, modules.scss */
    .module.tab .tab-group {
      float: left;
      width: 720px; }

      /* line 287, modules.scss */
      .module.tab .tab-group section {
        display: none; }
        /* line 290, modules.scss */
        .module.tab .tab-group section.active {
          display: block; }
    /* line 51, _variables_mixins.scss */
    .module.tab:before, .module.tab:after {
      content: " ";
      display: table; }
    /* line 55, _variables_mixins.scss */
    .module.tab:after {
      clear: both; }
    /* line 56, _variables_mixins.scss */
    .module.tab {
      *zoom: 1; }

/* line 96, home.scss */
.home-grid {
  
  margin: 50px auto 80px;
  min-height: 615px;
  min-width: 966px;
  max-width: 2125px;
  min-width: 966px;
  width: 100%; }
  /* line 51, _variables_mixins.scss */
  .home-grid:before, .home-grid:after {
    content: " ";
    display: table; }
  /* line 55, _variables_mixins.scss */
  .home-grid:after {
    clear: both; }
  /* line 56, _variables_mixins.scss */
  .home-grid {
    *zoom: 1; }
  /* line 105, home.scss */
  .home-grid article {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: opacity 0.325s ease-out;
    -moz-transition: opacity 0.325s ease-out;
    -webkit-transition: opacity 0.325s ease-out; }
    /* line 113, home.scss */
    .home-grid article.brick {
      zoom: 1;
      filter: alpha(opacity=100);
      opacity: 1;
      transition: opacity 0.75s ease-out;
      -moz-transition: opacity 0.75s ease-out;
      -webkit-transition: opacity 0.75s ease-out; }
    /* line 118, home.scss */
    .home-grid article img {
      display: block;
      width: 100%; }
    /* line 126, home.scss */
    .home-grid article a,
    .home-grid article a:active,
    .home-grid article a:link,
    .home-grid article a:visited {
      color: #fff;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      text-shadow: 0.05em 0.05em rgba(0, 0, 0, 0.1);
      width: 100%; }
      /* line 135, home.scss */
      .home-grid article a section,
      .home-grid article a:active section,
      .home-grid article a:link section,
      .home-grid article a:visited section {
        border: 5px solid #fff;
        border-width: 10px 5px 0 5px;
        height: 100%; }
        /* line 140, home.scss */
        .home-grid article a section div,
        .home-grid article a:active section div,
        .home-grid article a:link section div,
        .home-grid article a:visited section div {
          background: url(images/article-transparent-bg.png) 0 0;
          background: rgba(0, 0, 0, 0.72);
          height: 100%;
          padding: 20px;
          zoom: 1;
          filter: alpha(opacity=0);
          opacity: 0;
          transition: opacity 0.325s ease-out;
          -moz-transition: opacity 0.325s ease-out;
          -webkit-transition: opacity 0.325s ease-out; }
      /* line 151, home.scss */
      .home-grid article a:hover, .home-grid article a.hover,
      .home-grid article a:active:hover,
      .home-grid article a:active.hover,
      .home-grid article a:link:hover,
      .home-grid article a:link.hover,
      .home-grid article a:visited:hover,
      .home-grid article a:visited.hover {
        color: #fff;
        text-shadow: 0.05em 0.05em rgba(0, 0, 0, 0.1); }
        /* line 155, home.scss */
        .home-grid article a:hover section > div, .home-grid article a.hover section > div,
        .home-grid article a:active:hover section > div,
        .home-grid article a:active.hover section > div,
        .home-grid article a:link:hover section > div,
        .home-grid article a:link.hover section > div,
        .home-grid article a:visited:hover section > div,
        .home-grid article a:visited.hover section > div {
          zoom: 1;
          filter: alpha(opacity=100);
          opacity: 0.8;
          transition: opacity 0.325s ease-out;
          -moz-transition: opacity 0.325s ease-out;
          -webkit-transition: opacity 0.325s ease-out; }
    /* line 162, home.scss */
    .home-grid article h1 {
      color: #ffffff; }
    /* line 163, home.scss */
    .home-grid article h2, .home-grid article p {
      color: #b2b2b2; }
 
    /* line 191, home.scss */
    .home-grid article.one-column {
      width: 25%; }
      /* line 194, home.scss */
      .home-grid article.one-column h1, .home-grid article.one-column h2, .home-grid article.one-column p {
        width: 95%; }
    /* line 199, home.scss */
    .home-grid article.two-column {
      width: 50%; }
      /* line 202, home.scss */
      .home-grid article.two-column h1, .home-grid article.two-column h2, .home-grid article.two-column p {
        width: 50%; }
    /* line 209, home.scss */
    .home-grid article.one-column h1, .home-grid article.two-column h1 {
      line-height: 1;
      margin: 0 0 40px 0;
      font-family: "nimbus-sans", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 2.25em; 
	  color: #e9f5fd;}
	 /* line 215, home.scss */
    .home-grid article.one-column h2, .home-grid article.two-column h2 {
      margin: 0;
      font-family: "nimbus-sans", sans-serif;
      font-weight: normal;
      font-style: normal;
	  color: #e9f5fd;
      font-size: 0.875em; }
    /* line 220, home.scss */
    .home-grid article.one-column p, .home-grid article.two-column p {
      margin: 0;
      font-family: "nimbus-sans", sans-serif;
      font-weight: normal;
      font-style: normal;
	  color: #e9f5fd;
      font-size: 0.875em; }

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
  /* line 229, home.scss */
  .home-grid {
    font-size: 95%; } }
@media only screen and (max-width: 1024px) {
  /* line 235, home.scss */
  .home-grid{
    font-size: 75%; } }

.Contact_Information{
	  margin-top: 135px;}
