/*HEADER TRANSITIONS*/
/* line 2, ../sass/_layout.scss */
.header {
  background: #5A94D9;
  color: #fff;
  -webkit-box-shadow: -1px 2px 10px 2px #404C59;
  box-shadow: -1px 2px 10px 2px #404C59;
  position: fixed;
  width: 100%;
  height: 90px;
  max-height: 90px;
  z-index: 100;
  -webkit-transition: max-height ease-out 1s;
  -moz-transition: max-height ease-out 1s;
  -ms-transition: max-height ease-out 1s;
  -o-transition: max-height ease-out 1s;
  transition: max-height ease-out 1s;
}

/* line 19, ../sass/_layout.scss */
.header .inner {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 24, ../sass/_layout.scss */
.header .inner .heading {
  padding-top: 10px;
}

/* line 28, ../sass/_layout.scss */
.header.small {
  max-height: 75px;
}

/* line 33, ../sass/_layout.scss */
.header .heading {
  font-size: 24px;
}

/* line 37, ../sass/_layout.scss */
.header .sub-heading {
  font-size: 20px;
}

/* line 42, ../sass/_layout.scss */
.header.small .heading {
  font-size: 18px;
}

/* line 46, ../sass/_layout.scss */
.header.small .sub-heading {
  font-size: 14px;
}

/* line 50, ../sass/_layout.scss */
.header.small .list.nav {
  line-height: 75px;
}

/*END HEADER TRANSITIONS*/
@media screen and (max-width: 480px) {
  /* line 58, ../sass/_layout.scss */
  .header {
    position: static;
  }
}
/* line 64, ../sass/_layout.scss */
.footer {
  background: #404C59;
  color: #F4E74D;
  height: 120px;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: -1px 2px 10px 2px #404C59;
  box-shadow: -1px 2px 10px 2px #404C59;
}

/* line 78, ../sass/_layout.scss */
.list.nav {
  font-family: Adelle, serif;
  margin-right: 20px;
  margin: 0;
  line-height: 90px;
}

/* line 85, ../sass/_layout.scss */
.footer .list.nav {
  line-height: 80px;
  padding-right: 20px;
}

/* line 91, ../sass/_layout.scss */
hr {
  border: #140F01 solid 1px;
  width: 100%;
}

/* line 97, ../sass/_layout.scss */
.btn {
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background: #F67124;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 5px 0px #000000;
  box-shadow: 1px 1px 5px 0px #000000;
  -webkit-transition: background-color .5s, -webkit-transform .5s;
  transition: background-color .5s, transform .5s;
}

/* line 112, ../sass/_layout.scss */
.btn:hover {
  background-color: #F69742;
  outline: none;
}

/* line 118, ../sass/_layout.scss */
.btn:active {
  position: relative;
  top: 2px;
  left: 2px;
  outline: none;
}

/*Form Elements*/
/* line 127, ../sass/_layout.scss */
.form {
  width: 60%;
  margin: 20px auto;
}

/* line 132, ../sass/_layout.scss */
.input,
.label,
.textarea {
  width: 100%;
  margin: 10px 0;
  float: left;
  padding: 10px;
  font-family: fira-sans, sans-serif;
}

/* line 142, ../sass/_layout.scss */
.input,
.textarea {
  border-radius: 3px;
  border: solid 1px #A8A8A4;
  -webkit-box-shadow: inset 1px 1px 4px 1px #bdbfc2;
  -moz-box-shadow: inset 1px 1px 4px 1px #bdbfc2;
  box-shadow: inset 1px 1px 4px 1px #bdbfc2;
}

/* line 151, ../sass/_layout.scss */
.fieldset {
  margin: 20px auto;
  border: 0;
}

/* line 156, ../sass/_layout.scss */
.label {
  padding: 0;
}

/* line 160, ../sass/_layout.scss */
.textarea {
  resize: none;
}

/* line 164, ../sass/_layout.scss */
.form .btn {
  display: block;
  margin: 0 auto;
}

/* line 175, ../sass/_layout.scss */
.list {
  float: right;
  margin: 20px 0 0 0;
  padding: 0;
}

/* line 182, ../sass/_layout.scss */
.list a:link,
.list a:visited {
  color: #F4E74D;
  text-decoration: none;
}

/* line 189, ../sass/_layout.scss */
.list a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* line 195, ../sass/_layout.scss */
.list .item:first-child {
  margin-left: 0;
}

/* line 200, ../sass/_layout.scss */
.list .item {
  float: left;
  margin-left: 20px;
}

/* line 206, ../sass/_layout.scss */
.list {
  list-style-type: none;
  float: right;
  margin: 20px 0 0 0;
  padding: 0;
}

/* line 214, ../sass/_layout.scss */
.list a:link,
.list a:visited {
  color: #F4E74D;
  text-decoration: none;
}

/* line 221, ../sass/_layout.scss */
.list a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* line 227, ../sass/_layout.scss */
.list .item:first-child {
  margin-left: 0;
}

/* line 232, ../sass/_layout.scss */
.list .item {
  float: left;
  margin-left: 20px;
}

/* line 238, ../sass/_layout.scss */
hr {
  border: #140F01 solid 1px;
  width: 100%;
}

/* line 244, ../sass/_layout.scss */
button {
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background: #F67124;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 5px 0px #000000;
  box-shadow: 1px 1px 5px 0px #000000;
}

/* line 257, ../sass/_layout.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline-color: #037E8C;
}

/* line 265, ../sass/_layout.scss */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #140F01;
  font-size: 16px;
}

/* line 275, ../sass/_layout.scss */
a:link {
  color: #5A94D9;
}

/* line 279, ../sass/_layout.scss */
a:hover {
  color: #1982FF;
}

/* line 284, ../sass/_layout.scss */
a:visited {
  color: #0074FF;
}

/* line 289, ../sass/_layout.scss */
.f-right {
  float: right;
}

/* line 294, ../sass/_layout.scss */
.f-left {
  float: left;
}

/* line 299, ../sass/_layout.scss */
.container {
  background: #ffffff;
  min-height: 1px;
  width: 90%;
  margin: 0 auto;
  background: #ffffff;
  color: #140F01;
  position: relative;
  padding-bottom: 170px;
}

/* line 311, ../sass/_layout.scss */
.container.full {
  width: 100%;
  -webkit-box-shadow: 1px -5px 5px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 1px -5px 5px 1px rgba(0, 0, 0, 0.35);
}

/*GRID*/
/*Responsive Grid*/
/*Make a sane box model for Reponsiveness*/
/*http://jordanlev.github.io/grid/*/
/*ROW*/
/* line 322, ../sass/_layout.scss */
.row:after,
.mod:after,
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/*FIXED COLUMNS*/
/* line 332, ../sass/_layout.scss */
.row {
  width: 1024px;
  margin: 0 auto;
}

/* line 338, ../sass/_layout.scss */
.row.full {
  width: 100%;
}

/* line 343, ../sass/_layout.scss */
.row.full .column.full {
  width: 1024px;
  margin: 0 auto;
}

/*FIXED COLUMNS*/
/*COLUMNS*/
/* line 351, ../sass/_layout.scss */
.column {
  float: left;
  margin-left: 5%;
}

/* line 357, ../sass/_layout.scss */
.column:first-child {
  margin-left: 0;
}

/* line 362, ../sass/_layout.scss */
.column.full {
  width: 100%;
}

/* line 367, ../sass/_layout.scss */
.column.two-thirds {
  width: 65%;
}

/* line 372, ../sass/_layout.scss */
.column.half {
  width: 47.5%;
}

/* line 377, ../sass/_layout.scss */
.column.one-third {
  width: 30%;
}

/* line 382, ../sass/_layout.scss */
.column.one-fourth {
  width: 21.25%;
}

/*Responsive Images*/
/* line 388, ../sass/_layout.scss */
img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* line 395, ../sass/_layout.scss */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*Future Browser Support*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*MOBILE BREAKPOINT*/
@media only screen and (max-width: 640px) {
  /* line 420, ../sass/_layout.scss */
  .column.full,
  .column.two-thirds,
  .column.half,
  .column.one-third,
  .column.one-fourth {
    float: none;
    margin: 0;
    width: 100%;
  }
}
/*MOEMONTY DESIGN*/
/*Fonts*/
/* line 434, ../sass/_layout.scss */
.content {
  font-size: 17px;
  line-height: 1.5em;
  font-family: fira-sans, sans-serif;
}

/*SAN SERIF HEADING BOLD*/
/* line 442, ../sass/_layout.scss */
.heading,
.sub-heading,
.header,
.footer {
  font-family: Adelle, serif;
  font-weight: bold;
  margin: 0;
}

/* line 452, ../sass/_layout.scss */
.container .heading,
.container .sub-heading {
  margin-bottom: 20px;
}

/*img*/
/* line 5, ../sass/style.scss */
img.shadow {
  display: block;
  margin: 0 0 20px 0;
  -webkit-box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
}

/*Logo*/
/* line 15, ../sass/style.scss */
a.logo {
  color: #ffffff;
  text-decoration: none;
}

/* line 1, ../sass/_modules.scss */
.mod {
  margin: 20px 0;
}

/* line 6, ../sass/_modules.scss */
.mod-hero {
  position: relative;
}

/* line 11, ../sass/_modules.scss */
.mod-content {
  padding: 20px;
}

/* line 15, ../sass/_modules.scss */
.mod-content .heading {
  font-size: 25px;
  text-align: center;
}

/* line 20, ../sass/_modules.scss */
.mod-content .sub-heading {
  font-size: 20px;
}

/* line 25, ../sass/_modules.scss */
.mod-hero .image {
  background: url("../images/sky-gray-web.jpg") no-repeat left 90px fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  -ms-transition: background-position 1s;
  -o-transition: background-position 1s;
  transition: background-position 1s;
  opacity: .85;
  height: 751px;
  max-height: 751px;
}

/* line 41, ../sass/_modules.scss */
.mobile .mod-hero .image {
  background: url("../images/sky-gray-mobile-web.jpg") no-repeat left 90px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 49, ../sass/_modules.scss */
.mobile .mod-hero .image.small {
  background: url("../images/sky-gray-mobile-web.jpg") no-repeat left 75px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  /* line 59, ../sass/_modules.scss */
  .header,
  .mod-hero .image {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
/* line 69, ../sass/_modules.scss */
.mod-hero .image.small {
  background-position: 0 75px;
}

/* line 73, ../sass/_modules.scss */
.mod-hero img {
  width: 100%;
  z-index: 0;
}

/* line 79, ../sass/_modules.scss */
.mod-hero .content {
  color: #ffffff;
  z-index: 100;
  margin: auto;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 25%;
  width: 50%;
  height: 50%;
  font-size: 1.75em;
  text-align: center;
}

/* line 95, ../sass/_modules.scss */
.mod-content p {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 640px) {
  /* line 102, ../sass/_modules.scss */
  .mod-content .inner {
    padding: 20px;
  }
}
/*Work Module*/
/* line 110, ../sass/_modules.scss */
#work .mod {
  margin: 20px 0;
  border-bottom: solid #BDBFC2 1px;
  padding-bottom: 20px;
}

/*Bar Chart*/
/* line 117, ../sass/_modules.scss */
.bar-chart,
.chart {
  background: #ffffff;
  color: #ffffff;
}

/*D3 Chart*/
/* line 124, ../sass/_modules.scss */
#chart {
  position: relative;
}

/* line 129, ../sass/_modules.scss */
.bar-chart .item,
.chart div {
  background: #F67124;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: -1px 2px  5px 2px #404C59;
  box-shadow: -1px 2px 5px 2px #404C59;
  margin: 20px 0;
  padding: 10px;
}

/*Contact*/
/* line 142, ../sass/_modules.scss */
.sub-heading.contact {
  text-align: center;
}

/*THANK YOU PAGE - CONTACT CONFIRMATION*/
/* line 148, ../sass/_modules.scss */
.thanks .mod-hero .image {
  background-image: url("../images/thanks-bg.jpg");
}

/*JS Library Extras*/
/* line 154, ../sass/_modules.scss */
.error {
  color: #D22D34;
  font-family: fira-sans, sans-serif;
}

/*Color Bars on Grid*/
/* line 160, ../sass/_modules.scss */
.axis path,
.axis line {
  fill: none;
  stroke: #BDBFC2;
  stroke-width: 2;
  shape-rendering: crispEdges;
}

/*D3 Styles*/
/* line 24, ../sass/style.scss */
.chart div {
  background: #F67124;
  margin: 10px 0;
}

/* line 30, ../sass/style.scss */
.svg-chart .bar {
  fill: steelblue;
}

/* line 35, ../sass/style.scss */
.svg-chart .bar:hover {
  fill: brown;
}

/* line 40, ../sass/style.scss */
.svg-chart .axis {
  font: 10px sans-serif;
}

/* line 45, ../sass/style.scss */
.svg-chart .axis path,
.svg-chart .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

/* line 53, ../sass/style.scss */
.svg-chart .x.axis path {
  display: none;
}

/* line 58, ../sass/style.scss */
.svg-chart .axis path,
.svg-chart .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

/* line 66, ../sass/style.scss */
.svg-chart .bar {
  fill: orange;
}

/* line 71, ../sass/style.scss */
.svg-chart .bar:hover {
  fill: orangered;
}

/* line 76, ../sass/style.scss */
.svg-chart .x.axis path {
  display: none;
}

/* line 81, ../sass/style.scss */
.d3-tip {
  line-height: 1;
  font-weight: bold;
  color: #000000;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #000000;
  border-radius: 2px;
  border: solid 1px #000000;
  background: #ffffff;
  z-index: 200;
}

/* Creates a small triangle extender for the tooltip */
/* line 97, ../sass/style.scss */
.svg-chart .d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
/* line 110, ../sass/style.scss */
.svg-chart .d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

/*MEDIA QUERIES*/
@media only screen and (max-width: 1023px) {
  /* line 118, ../sass/style.scss */
  .row {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 126, ../sass/style.scss */
  .mod-content img {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 131, ../sass/style.scss */
  .mobile .d3-tip {
    display: none;
  }

  /* line 135, ../sass/style.scss */
  .header .heading,
  .header .sub-heading {
    font-size: 1.25em;
  }

  /* line 140, ../sass/style.scss */
  .header.small .heading,
  .header.small .sub-heading {
    font-size: 1em;
    margin: 0 inherit;
  }

  /* line 146, ../sass/style.scss */
  .list {
    float: none;
  }

  /* line 151, ../sass/style.scss */
  img.profile {
    display: block;
    margin: 0 auto 20px auto;
  }

  /* line 157, ../sass/style.scss */
  .heading,
  .sub-heading,
  .header {
    text-align: center;
  }

  /* line 163, ../sass/style.scss */
  .header.small .list.nav {
    line-height: 25px;
  }

  /* line 167, ../sass/style.scss */
  .list.nav {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 100%;
    line-height: 25px;
    padding: 0;
    margin: 0;
    font-size: 12px;
  }

  /* line 180, ../sass/style.scss */
  .list.nav li {
    text-align: center;
    width: 30%;
    margin-left: 3%;
  }

  /* line 186, ../sass/style.scss */
  .list.nav .item {
    margin-left: 2%;
    width: 22%;
  }

  /* line 191, ../sass/style.scss */
  .list.nav a {
    text-align: left;
    padding: 0;
  }

  /* line 196, ../sass/style.scss */
  .container {
    padding-bottom: 100px;
  }

  /* line 201, ../sass/style.scss */
  .mobile .mod-hero .image {
    height: auto;
    background: url("../images/sky-gray-mobile-web.jpg") 0 0 no-repeat;
    min-height: 694px;
  }

  /* line 207, ../sass/style.scss */
  .header {
    position: fixed;
  }

  /* line 211, ../sass/style.scss */
  .mobile .header {
    position: static;
  }

  /* line 216, ../sass/style.scss */
  .mod-hero .content {
    font-size: 1.25em;
    line-height: 30px;
    top: 0;
    margin-top: 40%;
    width: 80%;
  }

  /*Forms*/
  /* line 226, ../sass/style.scss */
  .form {
    width: 100%;
  }
}
