@charset "UTF-8";
/*!
Theme Name: Geauga Mechanical
Theme URI: http://www.company119.com
Description: 
Author: Company 119
Author URI: http://www.company119.com
Version: 1.0
Template: co119-boilerplate
*/
/*** NORMALIZE.SCSS ***/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300");

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

p,
pre {
  margin: 1.5em 0;
}

blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px;
}

h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*** FONT-AWESOME.SCSS ***/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/font-awesome/fontawesome-webfont.eot?v=4.1.0");
  src: url("fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("fonts/font-awesome/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("fonts/font-awesome/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("fonts/font-awesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

@font-face {
  font-family: 'BigNoodle';
  src: url("fonts/big_noodle_titling.eot");
  /* IE9 Compat Modes */
  src: url("fonts/big_noodle_titling.eot?#iefix") format("embedded-opentype"), url("fonts/big_noodle_titling.woff") format("woff"), url("fonts/big_noodle_titling.ttf") format("truetype"), url("fonts/big_noodle_titling.svg#450ab03ba24b5555f90d646c7bc24441") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}

/*** GLOBAL.SCSS ***/
body, html, #page-wrap {
  height: 100%;
}

body {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
}

body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body h1, body h2, body h3, body h4, body h5 {
  line-height: 1em;
}

body hr {
  width: 100%;
}

body .wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  body .wrap {
    width: 960px;
  }
}

@media only screen and (max-width: 960px) {
  body .wrap {
    width: 90%;
  }
}

body .full {
  width: 100%;
}

body .group, body .wrap, body hr {
  zoom: 1;
}

body .group:before, body .group:after, body .wrap:before, body .wrap:after, body hr:before, body hr:after {
  display: table;
  content: "";
}

body .group:after, body .wrap:after, body hr:after {
  clear: both;
}

body ul.plain {
  margin: 0;
  padding: 0;
  list-style: none;
}

body img.alignleft, body img.alignright {
  margin-bottom: 15px;
}

body img.alignleft {
  float: left;
  margin-right: 15px;
}

body img.alignright {
  float: right;
  margin-left: 15px;
}

body hr {
  margin: 30px 0;
  padding: 0;
  border-top: 1px dotted #10253f;
  border-bottom: 1px dotted #10253f;
  height: 3px;
  width: 100%;
  clear: both;
}

body .btn, body .mobile-toggle-button, body input[type='submit'], body input[type='button'] {
  display: inline-block;
  background: #10253f;
  color: #FFF !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 1em;
  border: none;
  padding: 15px 50px !important;
}

body .btn i, body .mobile-toggle-button i, body input[type='submit'] i, body input[type='button'] i {
  margin-right: 10px;
}

body .btn.icon-right i, body .mobile-toggle-button.icon-right i, body input[type='submit'].icon-right i, body input[type='button'].icon-right i {
  margin-right: 0;
  margin-left: 10px;
}

body .btn.green, body .mobile-toggle-button.green, body input[type='submit'].green, body input[type='button'].green {
  background: #49bc4d;
}

body .btn.green:hover, body .mobile-toggle-button.green:hover, body input[type='submit'].green:hover, body input[type='button'].green:hover {
  background: #39993c;
}

body .btn.lite-blue, body .mobile-toggle-button.lite-blue, body input[type='submit'].lite-blue, body input[type='button'].lite-blue {
  background: #549cd3;
}

body .btn.lite-blue:hover, body .mobile-toggle-button.lite-blue:hover, body input[type='submit'].lite-blue:hover, body input[type='button'].lite-blue:hover {
  background: #3284c2;
}

body .btn.small, body .mobile-toggle-button.small, body input[type='submit'].small, body input[type='button'].small {
  padding: 10px 30px !important;
  font-size: 14px;
}

body .btn.pill, body .mobile-toggle-button.pill, body input[type='submit'].pill, body input[type='button'].pill {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 10px 15px !important;
}

body .btn.pill.small, body .mobile-toggle-button.pill.small, body input[type='submit'].pill.small, body input[type='button'].pill.small {
  padding: 8px 13px !important;
  font-weight: 600;
  font-size: 13px;
}

body .btn.equalize, body .mobile-toggle-button.equalize, body input[type='submit'].equalize, body input[type='button'].equalize {
  width: 49%;
  text-align: center;
  float: left;
  margin: 0 0 1% 1%;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

body .btn.equalize:nth-child(2n+1), body .mobile-toggle-button.equalize:nth-child(2n+1), body input[type='submit'].equalize:nth-child(2n+1), body input[type='button'].equalize:nth-child(2n+1) {
  margin-left: 0;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  body .btn.equalize, body .mobile-toggle-button.equalize, body input[type='submit'].equalize, body input[type='button'].equalize {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

body .btn.float-left, body .mobile-toggle-button.float-left, body input[type='submit'].float-left, body input[type='button'].float-left {
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}

body .btn:hover, body .mobile-toggle-button:hover, body input[type='submit']:hover, body input[type='button']:hover {
  background: #060d16;
}

body .mobile-toggle-box .mobile-toggle-button {
  display: none;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  body .mobile-toggle-box .mobile-toggle-button {
    display: block;
    cursor: pointer;
  }
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  body .mobile-toggle-box .mobile-toggle {
    display: none;
  }
}

body .gform_wrapper {
  max-width: 100%;
}

body .gform_wrapper .validation_error {
  display: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
  margin-bottom: 5px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input, body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  background: rgba(234, 236, 238, 0.3);
  padding: 15px;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 0.75em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error {
  background: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error input, body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error textarea {
  background: #FFDFE0;
  outline: 1px solid #C89797;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .validation_message {
  display: none;
}

/*** HEADER.SCSS ***/
header.main {
  position: absolute;
  top: 0;
  z-index: 3;
  padding-top: 10px;
  border-top: 4px solid rgba(16, 37, 63, 0.8);
}

header.main * {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.main #logo-bar {
  background: rgba(16, 37, 63, 0.8);
}

header.main #logo-bar .logo {
  position: relative;
  float: left;
  padding: 6px 0;
  padding-right: 100px;
  background: url("images/header-logo-bg.png") right center no-repeat;
}

@media screen and (max-width: 1200px) {
  header.main #logo-bar .logo {
    padding-right: 40px;
  }
}

header.main #logo-bar .logo a {
  display: block;
  width: 176px;
}

header.main #logo-bar .logo a img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  header.main #logo-bar .logo a {
    width: 145px;
  }
}

header.main #logo-bar .logo:after {
  position: absolute;
  top: 0;
  right: 100%;
  width: 9999%;
  height: 100%;
  background: #FFF;
  content: '';
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  header.main #logo-bar .logo {
    padding-right: 50px;
  }
}

header.main #logo-bar nav {
  float: right;
  max-height: 73px;
}

header.main #logo-bar nav ul li {
  position: relative;
  float: left;
  height: 73px;
  color: #49bc4d;
  font-size: 1.5em;
  font-family: 'BigNoodle', sans-serif;
  line-height: 73px;
}

header.main #logo-bar nav ul li a {
  padding: 0 5px;
  color: #FFF;
  text-decoration: none;
}

header.main #logo-bar nav ul li .sub-menu {
  background: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  margin: 0;
  padding: 5px 0;
  min-width: 200px;
  list-style: none;
}

header.main #logo-bar nav ul li .sub-menu:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 5px;
  bottom: 100%;
  left: 50%;
  border-bottom-color: #FFF;
  margin-left: -5px;
}

header.main #logo-bar nav ul li .sub-menu li {
  position: relative;
  float: none;
  height: auto;
  font-weight: 600;
  font-size: 0.6em;
  font-family: 'Open Sans', sans-serif;
  line-height: normal;
}

header.main #logo-bar nav ul li .sub-menu li a {
  display: block;
  padding: 5px 10px;
  color: #49bc4d;
}

header.main #logo-bar nav ul li .sub-menu li.menu-item-has-children:after {
  position: absolute;
  top: 8px;
  right: 10px;
  content: "\f105";
  font-family: FontAwesome;
}

header.main #logo-bar nav ul li .sub-menu li:before {
  display: none;
}

header.main #logo-bar nav ul li .sub-menu li:hover a {
  background: #49bc4d;
  color: #FFF;
}

header.main #logo-bar nav ul li .sub-menu li:hover .sub-menu {
  display: block;
}

header.main #logo-bar nav ul li .sub-menu li:hover:after {
  color: #FFF;
}

header.main #logo-bar nav ul li .sub-menu li .sub-menu {
  top: -5px;
  left: 100% !important;
  display: none;
  max-width: 200px;
  background: #49bc4d;
}

header.main #logo-bar nav ul li .sub-menu li .sub-menu li {
  font-size: 0.9em;
}

header.main #logo-bar nav ul li .sub-menu li .sub-menu li a {
  color: #FFF;
}

header.main #logo-bar nav ul li .sub-menu li .sub-menu li a:hover {
  text-decoration: underline;
}

header.main #logo-bar nav ul li .sub-menu li .sub-menu li .sub-menu {
  display: none;
}

header.main #logo-bar nav ul li .sub-menu li .sub-menu:after {
  display: none;
}

header.main #logo-bar nav ul li.divider {
  margin: 0 15px;
  width: 4px;
  background: url("images/header-nav-divider-bg.png") center center no-repeat;
}

@media screen and (max-width: 1200px), (max-device-width: 1200px) {
  header.main #logo-bar nav ul li.divider {
    margin: 0 10px;
  }
}

header.main #logo-bar nav ul li.phone-number {
  margin-left: 45px;
  margin-right: 4px;
}


@media screen and (max-width: 1200px), (max-device-width: 1200px) {
  header.main #logo-bar nav ul li.phone-number {
    margin-left: 40px;
  }
}

header.main #logo-bar nav ul li.current-page-ancestor a, header.main #logo-bar nav ul li.current_page_item a {
  color: #49bc4d;
}

header.main #logo-bar nav ul li:hover a {
  color: #49bc4d;
}

header.main #logo-bar nav ul li:hover .sub-menu {
  display: block;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  header.main #logo-bar nav {
    position: absolute;
    top: 50px;
    right: 0;
    padding: 5px 0;
    min-width: 225px;
    max-height: none;
    background: #549cd3;
  }

  header.main #logo-bar nav ul li {
    float: none;
    height: auto;
    text-align: left;
    line-height: normal;
  }

  header.main #logo-bar nav ul li a {
    display: block;
    padding: 10px 15px;
  }

  header.main #logo-bar nav ul li a:hover {
    color: #FFF;
    text-decoration: underline;
  }

  header.main #logo-bar nav ul li .sub-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: static;
    left: auto !important;
    margin-left: auto !important;
    padding: 0;
    padding: 5px 0;
    width: auto;
    background: #27689a;
  }

  header.main #logo-bar nav ul li .sub-menu li a {
    padding: 10px 15px;
    color: #FFF;
  }

  header.main #logo-bar nav ul li .sub-menu li a:hover {
    background: #225a85;
  }

  header.main #logo-bar nav ul li .sub-menu:after, header.main #logo-bar nav ul li .sub-menu:before {
    display: none;
  }

  header.main #logo-bar nav ul li.current-page-ancestor a, header.main #logo-bar nav ul li.current_page_item a {
    color: #FFF;
  }

  header.main #logo-bar nav ul li.phone-number {
    margin-left: 0;
    padding: 10px 15px;
    color: #FFF;
  }

  header.main #logo-bar nav ul li.phone-number a {
    display: inline;
    padding: 0;
  }

  header.main #logo-bar nav ul li.divider {
    display: none;
  }

  header.main #logo-bar nav ul li:hover .sub-menu {
    display: none;
  }

  header.main #logo-bar nav ul li:hover a {
    color: #FFF;
  }
}

header.main #logo-bar .mobile-toggle-box {
  position: relative;
  z-index: 9999;
}

header.main #logo-bar .mobile-toggle-box .mobile-toggle-button {
  position: absolute;
  top: 13px;
  right: 0;
  padding: 10px 13px !important;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  header.main #logo-bar .mobile-toggle-box:hover .mobile-toggle-button, header.main #logo-bar .mobile-toggle-box:hover .mobile-toggle {
    background: #3284c2;
  }
}

header.main #logo-bar.sticky {
  position: fixed;
  top: 0;
  background: rgba(16, 37, 63, 0.95);
}

header.main #logo-bar.sticky .logo {
  padding-right: 50px;
}

header.main #logo-bar.sticky .logo a {
  width: 125px;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  header.main #logo-bar.sticky .logo a {
    width: 145px;
  }
}

header.main #logo-bar.sticky nav ul li {
  height: 55px;
  line-height: 55px;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  header.main #logo-bar.sticky nav ul li {
    height: auto;
    line-height: normal;
  }
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  header.main #logo-bar.sticky {
    position: static;
  }
}

/*** HERO.SCSS ***/
#hero.page {
  position: relative;
  overflow: hidden;
  max-height: 350px;
}

#hero.page #breadcrumbs-box {
  position: absolute;
  bottom: 15px;
  border-bottom: 8px solid rgba(16, 37, 63, 0.7);
}

#hero.page #breadcrumbs-box #breadcrumbs {
  padding: 12px 0;
  background: #eaecee;
  color: #49bc4d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.95em;
}

#hero.page #breadcrumbs-box #breadcrumbs a {
  color: #95a0aa;
  text-decoration: none;
}

#hero.page #breadcrumbs-box #breadcrumbs a:hover {
  color: #49bc4d;
}

#hero.page #breadcrumbs-box #breadcrumbs .divider {
  padding: 0 10px;
  color: #eaecee;
}

#hero.page img {
  display: block;
  width: 100%;
}

#hero.home {
  height: 90%;
  background: #549cd3;
}

#hero.home #slides .slide {
  position: fixed;
  top: -50%;
  left: -50%;
  z-index: 0;
  display: none;
  width: 200%;
  height: 200%;
}

#hero.home #slides .slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  border-top: 4px solid #10253f;
}

#hero.home #slides .slide .caption {
  position: relative;
  position: fixed;
  top: 25%;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #FFF;
  text-align: center;
}

#hero.home #slides .slide .caption hgroup {
  text-shadow: 0 0 10px #10253f;
  text-transform: uppercase;
}

#hero.home #slides .slide .caption hgroup h2 {
  margin: 0;
  font-weight: normal;
  font-size: 6em;
  font-family: 'BigNoodle', sans-serif;
}

@media screen and (max-width: 1200px), (max-device-width: 1200px) {
  #hero.home #slides .slide .caption hgroup h2 {
    font-size: 5em;
  }
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #hero.home #slides .slide .caption hgroup h2 {
    font-size: 3em;
  }
}

#hero.home #slides .slide .caption hgroup h3 {
  margin: 0;
  padding: 0 18%;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.3em;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #hero.home #slides .slide .caption hgroup h3 {
    font-size: 1.1em;
    padding: 0 5%;
  }
}

#hero.home #slides .slide .caption .btn {
  margin-top: 50px;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #hero.home #slides .slide .caption .btn {
    margin: 20px;
  }
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #hero.home #slides .slide .caption {
    top: 20%;
  }
}

#hero.home #slides .slide:first-child {
  display: block;
}

#hero.home #pager {
  position: fixed;
  bottom: 10%;
  left: 0;
  margin: 0 auto;
  min-height: 100px;
  background: #eaecee;
}

#hero.home #pager ul#tabs {
  position: relative;
  z-index: 1;
  margin: 4px 0;
  white-space: nowrap;
}

#hero.home #pager ul#tabs li {
  float: left;
  padding: 0 2px;
  width: 33.333%;
}

#hero.home #pager ul#tabs li a {
  position: relative;
  display: block;
  background: #10253f;
  text-align: center;
}

#hero.home #pager ul#tabs li a h4 {
  text-shadow: 0 0 10px #000;
  position: absolute;
  margin: 0;
  width: 100%;
  color: #FFF;
  white-space: nowrap;
  font-weight: normal;
  font-size: 2.1em;
  font-family: 'BigNoodle', sans-serif;
  line-height: 112px;
}

@media screen and (max-width: 1200px), (max-device-width: 1200px) {
  #hero.home #pager ul#tabs li a h4 {
    line-height: 93px;
  }
}

#hero.home #pager ul#tabs li a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  display: block;
  width: 100%;
}

#hero.home #pager ul#tabs li.active a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@media screen and (max-width: 1200px), (max-device-width: 1200px) {
  #hero.home #pager {
    display: none !important;
  }
}

#hero.home .arrow {
  position: fixed;
  top: 50%;
  z-index: 2;
  display: block;
  margin-top: -27px;
  width: 54px;
  cursor: pointer;
}

#hero.home .arrow img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  display: block;
  width: 100%;
}

#hero.home .arrow.prev {
  left: 35px;
}

#hero.home .arrow.next {
  right: 35px;
}

#hero.home .arrow:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #hero.home .arrow {
    display: none !important;
  }
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #hero.home {
    height: 75%;
  }
}

/*** CONTENT.SCSS ***/
#content {
  position: relative;
  z-index: 2;
  background: #FFF;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
  color: #10253f;
}

#content a {
  color: #49bc4d;
}

#content #post, #content #sidebar {
  margin: 4% 0;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #content #post, #content #sidebar {
    float: none !important;
    width: 100% !important;
  }
}

#content #post {
  float: left;
  padding-right: 2.5%;
  width: 66.666%;
}

#content #post hgroup {
  margin-bottom: 40px;
  border-bottom: 1px solid #eaecee;
}

#content #post hgroup h1 {
  margin: 0;
  font-weight: normal;
  font-size: 4.4em;
  font-family: 'BigNoodle', sans-serif;
}

#content #post hgroup h2 {
  margin: 5px 0 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #content #post hgroup {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

#content #post p, #content #post ul, #content #post ol, #content #post blockquote {
  font-size: 0.9em;
  line-height: 1.7em;
}

#content #post .page-grid li {
  float: left;
  margin-bottom: 1.5%;
  margin-left: 1.5%;
  width: 18.8%;
}

#content #post .page-grid li a {
  display: block;
}

#content #post .page-grid li a img {
  display: block;
  width: 100%;
}

#content #post .page-grid li a.btn {
  padding-right: 0 !important;
  padding-left: 0 !important;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
}

#content #post .page-grid li:first-child, #content #post .page-grid li:nth-child(5n+1) {
  margin-left: 0;
}

#content #post .page-grid li:hover .btn {
  text-decoration: underline;
}

#content #post .sub-section {
  margin-top: 60px;
}

#content #post .sub-section h3 {
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 2.4em;
  font-family: 'BigNoodle', sans-serif;
}

#content #post .sub-section .project {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px dotted #CCC;
}

#content #post .sub-section .project h4 {
  margin: 0;
  font-weight: 400;
  font-size: 1.5em;
}

#content #post .sub-section .project h4 span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  display: block;
  margin-top: 5px;
  font-size: #eaecee;
  font-size: 0.7em;
}

#content #post .sub-section .project p {
  margin: 10px 0;
}

#content #post .sub-section .project .designations {
  position: absolute;
  top: 20px;
  right: 20px;
}

#content #post .sub-section .project .designations li {
  margin-bottom: 5px;
  width: 75px;
}

#content #post .sub-section .project .designations li img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #content #post .sub-section .project .designations li {
    float: left;
    width: 50px;
    margin: 0 5px 0 0;
  }
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #content #post .sub-section .project .designations {
    position: static;
    width: 100%;
    margin: 15px 0 5px;
  }
}

#content #post .sub-section .project.basic img {
  display: block;
  float: left;
  width: 15%;
}

#content #post .sub-section .project.basic .text {
  float: right;
  padding-right: 115px;
  width: 82%;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #content #post .sub-section .project.basic .text .designations {
    margin: 0;
  }
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #content #post .sub-section .project.basic .text {
    padding-right: 0;
  }
}

#content #post .sub-section .project.basic.no-designations .text {
  padding-right: 0;
}

#content #post .sub-section .project.basic.no-image .text {
  float: none;
  width: 100%;
}

#content #post .sub-section .project.featured p {
  width: 82.5%;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #content #post .sub-section .project.featured p {
    width: 100%;
  }
}

#content #post .sub-section .project.featured .photo-gallery {
  width: 82.5%;
}

#content #post .sub-section .project.featured .photo-gallery li {
  float: left;
  margin: 0 0 1.5% 1.5%;
  width: 11.1875%;
  background: #10253f;
}

#content #post .sub-section .project.featured .photo-gallery li img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  display: block;
  width: 100%;
}

#content #post .sub-section .project.featured .photo-gallery li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#content #post .sub-section .project.featured .photo-gallery li:nth-child(8n+1) {
  margin-left: 0;
}

#content #post .sub-section .project.featured.no-designations p {
  width: 100%;
}

#content #post .sub-section .project:first-child {
  border-top: 1px dotted #CCC;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #content #post {
    padding-right: 0;
  }
}

#content #post.community-involvement {
  width: 100%;
  float: none;
  padding-right: 0;
  margin: 0;
}

#content #post.community-involvement .content {
  margin: 4% 0;
}

#content #post.community-involvement .content p:last-child {
  margin: 0;
}

#content #post.community-involvement .content:not(:first-child) {
  text-align: center;
}

#content #post.community-involvement .title-section {
  text-align: center;
  padding: 75px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}

#content #post.community-involvement .title-section:after {
  content: '';
  background-color: rgba(16, 37, 63, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#content #post.community-involvement .title-section hgroup {
  margin-bottom: 0;
  border: none;
}

#content #post.community-involvement .title-section hgroup h1 {
  color: #FFF;
  text-transform: uppercase;
  border-bottom: 1px solid #eaecee;
}

#content #post.community-involvement .title-section hgroup h2 {
  color: #49bc4d;
  margin-bottom: 0;
}

#content #post.community-involvement .title-section .wrap {
  z-index: 1;
}

#content #post.community-involvement .description {
  padding: 25px 0;
  text-align: center;
}

#content #post.community-involvement .photo-gallery {
  overflow: hidden;
  margin-bottom: 10px;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  #content #post.community-involvement .photo-gallery {
    margin-bottom: 0;
  }
}

#content #post.community-involvement .photo-gallery li {
  width: 20%;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  position: relative;
}

#content #post.community-involvement .photo-gallery li a {
  display: block;
  max-height: 225px;
}

#content #post.community-involvement .photo-gallery li a img {
  width: 100%;
  height: 100%;
}

#content #post.community-involvement .photo-gallery li:after {
  position: absolute;
  content: '\f00e';
  font-family: 'FontAwesome';
  left: 50%;
  top: 50%;
  font-size: 2.5rem;
  color: #FFF;
  line-height: 1;
  margin-left: -20px;
  margin-top: -18px;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-shadow: 0 0 10px black;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#content #post.community-involvement .photo-gallery li:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#content #sidebar {
  float: right;
  padding-left: 2.5%;
  min-height: 100px;
  width: 33.333%;
}

#content #sidebar .widget {
  padding: 15px 0;
}

#content #sidebar .widget h2 {
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 3.4em;
  font-family: 'BigNoodle', sans-serif;
}

#content #sidebar .widget#how-can-we-help .gform_wrapper .gform_body .gform_fields .gfield {
  margin-bottom: 10px;
  padding-right: 0;
}

#content #sidebar .widget#how-can-we-help .gform_wrapper .gform_body .gform_fields .gfield input {
  width: 100%;
}

#content #sidebar .widget#how-can-we-help .gform_wrapper .gform_body .gform_fields .gfield textarea {
  height: 100px;
}

#content #sidebar .widget#how-can-we-help .gform_wrapper .gform_footer input[type='submit'] {
  width: 100%;
  background: #549cd3;
}

#content #sidebar .widget#recent-news ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8em;
}

#content #sidebar .widget#recent-news ul li a .date {
  float: left;
  padding-right: 3%;
  width: 30%;
  color: #10253f;
  text-align: right;
}

#content #sidebar .widget#recent-news ul li a .title {
  float: right;
  padding-left: 3%;
  width: 70%;
  border-left: 1px solid #b2b9c0;
  color: #549cd3;
}

#content #sidebar .widget#recent-news ul li a:hover .title {
  text-decoration: underline;
}

#content #sidebar .widget#recent-news ul li.odd, #content #sidebar .widget#recent-news ul li.view-all-news {
  background: #eaecee;
}

#content #sidebar .widget#recent-news ul li.even {
  background: #f8f9f9;
}

#content #sidebar .widget#recent-news ul li.view-all-news {
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #content #sidebar {
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid rgba(16, 37, 63, 0.4);
  }
}

#content.home #introduction {
  background: #3c4d62;
  color: #FFF;
  text-align: center;
}

#content.home #introduction hgroup {
  padding: 65px 0;
}

#content.home #introduction hgroup h1 {
  margin: 0 0 15px;
  color: #49bc4d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}

#content.home #introduction hgroup h2 {
  margin: 0;
  padding: 0 10%;
  color: #FFF;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5em;
}

#content.home #introduction #barkers {
  margin-bottom: 65px;
}

#content.home #introduction #barkers ul li {
  float: left;
  padding: 15px 2.5%;
  width: 33.333%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#content.home #introduction #barkers ul li h3 {
  margin: 0;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2.8em;
  font-family: 'BigNoodle', sans-serif;
}

#content.home #introduction #barkers ul li p {
  margin: 20px 0;
  font-size: 0.8em;
}

#content.home #introduction #barkers ul li .btn {
  min-width: 70%;
}

#content.home #introduction #barkers ul li:first-child {
  border-left: none;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #content.home #introduction #barkers ul li {
    float: none;
    padding: 30px 0;
    width: 100%;
    height: auto !important;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

#content.home #post hgroup h1 {
  font-size: 3.4em;
}

#content.home #post hgroup h3 {
  margin: 10px 0 0;
  font-weight: 600;
  font-size: 1.1em;
}

#content.home #post .gform_wrapper {
  position: relative;
  margin-top: 40px;
}

#content.home #post .gform_wrapper .gform_body .gform_fields .gfield {
  float: left;
  clear: none;
  margin: 0 !important;
  padding: 0.5% 0 !important;
  width: 49.5%;
  padding-right: 0;
}

#content.home #post .gform_wrapper .gform_body .gform_fields .gfield input, #content.home #post .gform_wrapper .gform_body .gform_fields .gfield textarea {
  max-width: 100%;
  width: 100%;
}

#content.home #post .gform_wrapper .gform_body .gform_fields .gfield textarea {
  height: 100px;
}

#content.home #post .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container {
  margin: 0;
  max-width: 100%;
}

#content.home #post .gform_wrapper .gform_body .gform_fields .gfield:nth-child(2n+1) {
  margin-right: 1% !important;
  padding-right: 1% !important;
  border-right: 1px solid #eaecee;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #content.home #post .gform_wrapper .gform_body .gform_fields .gfield:nth-child(2n+1) {
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: none;
  }
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #content.home #post .gform_wrapper .gform_body .gform_fields .gfield {
    float: none;
    width: 100%;
  }
}

#content.home #post .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}

#content.home #post .gform_wrapper .gform_footer input[type='submit'] {
  position: absolute;
  top: 112px;
  right: 0;
  margin: 0;
  padding: 15px 0;
  width: 49.5%;
  background: #549cd3;
}

#content.home #post .gform_wrapper .gform_footer input[type='submit']:hover {
  background: #3284c2;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #content.home #post .gform_wrapper .gform_footer input[type='submit'] {
    position: static;
    width: 100%;
  }
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #content.home #post .gform_wrapper {
    margin-top: 20px;
  }
}

#content.home #sidebar {
  border-left: 1px solid rgba(16, 37, 63, 0.4);
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  #content.home #sidebar {
    border: none;
  }
}

/*** FOOTER.SCSS ***/
footer.main {
  position: relative;
  z-index: 2;
  background: #eaecee;
}

footer.main #contact-info, footer.main #social-search {
  padding: 2% 0;
  width: 49%;
}

footer.main #contact-info {
  float: left;
}

footer.main #contact-info #logo-address, footer.main #contact-info #phone-numbers {
  float: left;
  color: #10253f;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  footer.main #contact-info #logo-address, footer.main #contact-info #phone-numbers {
    float: none;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ced3d7;
  }
}

footer.main #contact-info #logo-address .text {
  margin-left: 80px;
}

footer.main #contact-info #logo-address svg {
  height: 61px;
  width: auto;
}

footer.main #contact-info #logo-address .text p {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  footer.main #contact-info #logo-address .text {
    margin-left: 0;
  }
}

footer.main #contact-info #phone-numbers {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid #ced3d7;
}

footer.main #contact-info #phone-numbers ul {
  padding: 10px 0;
}

footer.main #contact-info #phone-numbers ul li {
  padding: 3px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
}

footer.main #contact-info #phone-numbers ul li label {
  color: #549cd3;
}

footer.main #contact-info #phone-numbers ul li .divider {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

footer.main #contact-info #phone-numbers ul li.project-login-link {
  margin-top: 10px;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  footer.main #contact-info #phone-numbers {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

@media screen and (max-width: 1200px), (max-device-width: 1200px) {
  footer.main #contact-info {
    width: 75%;
  }
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  footer.main #contact-info {
    width: 100%;
  }
}

footer.main #social-search {
  float: right;
}

footer.main #social-search .social-media-links, footer.main #social-search .searchform, footer.main #social-search nav {
  float: right;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  footer.main #social-search .social-media-links, footer.main #social-search .searchform, footer.main #social-search nav {
    text-align: center;
    width: 100%;
    float: none;
  }
}

footer.main #social-search .social-media-links li {
  float: left;
  margin-left: 10px;
}

footer.main #social-search .social-media-links li a {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: block;
  width: 29px;
  background: #10253f;
  color: #eaecee;
  text-align: center;
  line-height: 29px;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  footer.main #social-search .social-media-links li {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin: 20px 5px 0;
  }
}

footer.main #social-search .searchform {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  margin: 30px 0;
  padding: 4px;
  border: 1px solid #95a0aa;
  background: #FFF;
}

footer.main #social-search .searchform input {
  margin-left: 25px;
  outline: none;
  border: none;
  background: none;
}

footer.main #social-search .searchform:before {
  position: absolute;
  top: 7px;
  left: 10px;
  color: #95a0aa;
  content: "\f002";
  font-family: FontAwesome;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  footer.main #social-search .searchform {
    margin: 30px auto;
    width: 55%;
  }
}

footer.main #social-search nav ul li {
  float: left;
  height: 20px;
  color: #95a0aa;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 20px;
}

footer.main #social-search nav ul li a {
  color: #10253f;
  text-decoration: none;
  font-weight: 700;
}

footer.main #social-search nav ul li a:hover {
  color: #549cd3;
}

footer.main #social-search nav ul li:before {
  padding: 0 20px;
  content: '\2022';
}

footer.main #social-search nav ul li:first-child:before {
  display: none;
}

@media screen and (max-width: 1200px), (max-device-width: 1200px) {
  footer.main #social-search nav {
    display: none;
  }
}

@media screen and (max-width: 1200px), (max-device-width: 1200px) {
  footer.main #social-search {
    width: 25%;
  }
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  footer.main #social-search {
    float: none;
    width: 100%;
  }
}

footer.main #copyright {
  padding: 10px 0;
  background: #10253f;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

footer.main #copyright a {
  color: #549cd3;
  text-decoration: none;
}

footer.main #copyright a:hover {
  text-decoration: underline;
}

footer.main #copyright .divider {
  padding: 0 5px;
  color: rgba(234, 236, 238, 0.4);
}

/*# sourceMappingURL=style.css.map */