@charset "UTF-8";
/* line 201, sass/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 206, sass/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 209, sass/foundation/components/_global.scss */
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
}

/* line 222, sass/foundation/components/_global.scss */
a:focus {
  outline: none;
}

/* line 228, sass/foundation/components/_global.scss */
img:not(.ioScrollerImage)
, div:not([data-uber-content]) > div > img
, object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 231, sass/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 232, sass/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 238, sass/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 243, sass/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 244, sass/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 245, sass/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 246, sass/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 247, sass/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 248, sass/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 249, sass/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 255, sass/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 258, sass/foundation/components/_global.scss */
img {
  display: inline-block;
}

/* line 265, sass/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 268, sass/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 119, sass/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 63em;
  *zoom: 1;
}
/* line 97, sass/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 98, sass/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 124, sass/foundation/components/_grid.scss */
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 127, sass/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.375em;
  margin-right: -0.375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 97, sass/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 98, sass/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 128, sass/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 97, sass/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 98, sass/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 133, sass/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 138, sass/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.375em;
    padding-right: 0.375em;
    float: left;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 148, sass/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 149, sass/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 152, sass/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (max-width: 46.875em) {
  /* line 159, sass/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-1 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-1 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-2 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-2 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-3 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-3 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-4 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-4 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-5 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-5 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-6 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-6 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-7 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-7 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-8 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-8 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-9 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-9 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-10 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-10 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-11 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-11 {
    right: inherit;
  }

  /* line 177, sass/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 184, sass/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/*, "foundation/components/visibility",
"foundation/components/block-grid",
"foundation/components/type",
"foundation/components/buttons",
"foundation/components/forms",
"foundation/components/custom-forms",
"foundation/components/button-groups",
"foundation/components/dropdown-buttons",
"foundation/components/split-buttons",
"foundation/components/flex-video",
"foundation/components/section",
"foundation/components/top-bar",
"foundation/components/orbit",
"foundation/components/reveal",
"foundation/components/joyride",
"foundation/components/clearing",
"foundation/components/alert-boxes",
"foundation/components/breadcrumbs",
"foundation/components/keystrokes",
"foundation/components/labels",
"foundation/components/inline-lists",
"foundation/components/pagination",
"foundation/components/panels",
"foundation/components/pricing-tables",
"foundation/components/progress-bars",
"foundation/components/side-nav",
"foundation/components/sub-nav",
"foundation/components/switch",
"foundation/components/magellan",
"foundation/components/tables",
"foundation/components/thumbs",
"foundation/components/tooltips",
"foundation/components/dropdown";*/
/* line 3, sass/partials/_base.scss */
* {
  font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

/* line 4, sass/partials/_base.scss */
body {
  background-color: white;
  color: black;
  font-weight: 400;
}

/* line 9, sass/partials/_base.scss */
.wrap, header, section, aside, article, footer {
  margin: 0;
}
/* line 397, sass/mixins/_mixins.scss */
.wrap:after, header:after, section:after, aside:after, article:after, footer:after {
  background-color: transparent;
  content: ' ';
  display: block;
  clear: both;
  float: none;
  width: 100%;
  line-height: 0;
  height: 0;
}

/* line 6, sass/partials/_header.scss */
img {
  border: 0;
}

/* line 11, sass/partials/_header.scss */
body {
  width: 100%;
}
/* line 15, sass/partials/_header.scss */
body div {
  width: 100%;
}

/* line 21, sass/partials/_header.scss */
.bordertopred {
  border-top: 4px solid #ed1d24 !important;
  background-color: white;
}

/* line 26, sass/partials/_header.scss */
body > div.fullWidthFront {
  margin: 0;
  padding: 0;
}
/* line 32, sass/partials/_header.scss */
body > div.fullWidthFront > header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 63em;
  *zoom: 1;
  margin: 0 auto;
  padding: 0 28px 0px 28px;
  height: 141px;
}
/* line 97, sass/foundation/components/_global.scss */
body > div.fullWidthFront > header:before, body > div.fullWidthFront > header:after {
  content: " ";
  display: table;
}
/* line 98, sass/foundation/components/_global.scss */
body > div.fullWidthFront > header:after {
  clear: both;
}
/* line 38, sass/partials/_header.scss */
body > div.fullWidthFront > header > a {
  float: left;
  padding: 0px;
  margin-top: 25px;
  text-decoration: none;
  background-image: url("../../Content/images/main/img_logo.png");
  background-repeat: no-repeat;
  width: 302px;
  height: 88px;
  text-indent: -9999999px;
}
/* line 51, sass/partials/_header.scss */
body > div.fullWidthFront > header > span.info {
  float: right;
  background-color: #ed1d24;
  padding: 0 10px;
  margin: 0;
}
/* line 58, sass/partials/_header.scss */
body > div.fullWidthFront > header > span.info p {
  font-size: 1.125em;
  color: white;
  padding: 0px 5px 5px 5px;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 67, sass/partials/_header.scss */
body > div.fullWidthFront > header > span.info p > span {
  font-size: 1.1875em;
}
/* line 73, sass/partials/_header.scss */
body > div.fullWidthFront > header > span.info a {
  color: inherit;
  text-decoration: none;
  padding-left: 25px;
  text-transform: uppercase;
}
/* line 82, sass/partials/_header.scss */
body > div.fullWidthFront > header > span.links {
  float: right;
  clear: right;
  padding: 0;
  margin-top: 13px;
}
/* line 89, sass/partials/_header.scss */
body > div.fullWidthFront > header > span.links ul {
  padding: 0;
  marign: 0;
  float: left;
  list-style: none;
}
/* line 96, sass/partials/_header.scss */
body > div.fullWidthFront > header > span.links ul li {
  padding: 0;
  margin-left: 5px;
  float: left;
  display: inline;
}

/* line 111, sass/partials/_header.scss */
body > div.fullWidth {
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0 !important;
  background-color: #b90f14;
  background-image: url("");
  background-repeat: "";
  background-image: linear-gradient(top, #f57b80 0%, #ed1d24 50%, #b90f14 100%);
  background-image: -o-linear-gradient(top, #f57b80 0%, #ed1d24 50%, #b90f14 100%);
  background-image: -moz-linear-gradient(top, #f57b80 0%, #ed1d24 50%, #b90f14 100%);
  background-image: -webkit-linear-gradient(top, #f57b80 0%, #ed1d24 50%, #b90f14 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0/100, #f57b80), color-stop(0/100, #ed1d24), color-stop(0/100, #b90f14));
  -pie-background: linear-gradient(top, #f57b80 0%, #ed1d24 50%, #b90f14 100%);
  position: relative;
  behavior: url("../css/PIE.htc");
  border-bottom: 1px solid #bbbbbb;
}
/* line 118, sass/partials/_header.scss */
body > div.fullWidth > header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 63em;
  *zoom: 1;
  margin: 0 auto;
  padding: 0;
}
/* line 97, sass/foundation/components/_global.scss */
body > div.fullWidth > header:before, body > div.fullWidth > header:after {
  content: " ";
  display: table;
}
/* line 98, sass/foundation/components/_global.scss */
body > div.fullWidth > header:after {
  clear: both;
}
/* line 122, sass/partials/_header.scss */
body > div.fullWidth > header > span > a {
  display: block;
  float: right;
  margin: 0;
  padding: 30px 0;
  font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  color: white;
  text-decoration: none;
}
/* line 133, sass/partials/_header.scss */
body > div.fullWidth > header > section#login {
  display: block;
  float: right;
  margin: 0 0 0 20px;
  padding: 30px 0;
}
/* line 138, sass/partials/_header.scss */
body > div.fullWidth > header > section#login a {
  font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  color: white;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
/* line 147, sass/partials/_header.scss */
body > div.fullWidth > header > section#login > form {
  padding: 0;
  margin: 0;
}

/* Sass Document */
/*
	$width = scroller outer width
	$height = scroller start height
	$button_style = covers previous and next buttons and can be 'round', 'rounded' or 'square' (default is 'square')
	$button_size = the size of the previous and next buttons
	$primary_col = the primary color (prev and next bg, pips border and text)
	$secondary_col = the secondary color (prev and next text and pips bg)
	$pip_style = covers pips buttons and can be 'round', 'rounded' or 'square' (default is 'square')
	$pip_size = sets the size of the pips
*/
/* line 10, sass/Layout.scss */
body, html {
  background-color: #e5e5e5 !important;
}

/* line 13, sass/Layout.scss */
body > div {
  min-width: 63em !important;
}

/* line 18, sass/Layout.scss */
h1, h2, h3, h4, h4, h6 {
  border-bottom: 1px solid #8b99a1;
  width: 100%;
}

/* line 25, sass/Layout.scss */
h1 {
  font-size: 1.375em;
  font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
  padding: 7px 0;
  margin-bottom: 10px;
  color: #8b98a0;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 35, sass/Layout.scss */
h1 > span {
  font-weight: bold;
}

/* line 42, sass/Layout.scss */
h2 {
  font-size: 1.375em;
  font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
  padding: 7px 0;
  margin: 0;
  color: #8b98a0;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 52, sass/Layout.scss */
h2 > span {
  font-weight: bold;
}

/* line 59, sass/Layout.scss */
h3 {
  font-size: 1.375em;
  font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
  padding: 7px 0;
  margin: 0;
  color: #8b98a0;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 69, sass/Layout.scss */
h3 > span {
  font-weight: bold;
}

/* line 77, sass/Layout.scss */
h4 {
  font-size: 1.375em;
  font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
  padding: 7px 0;
  margin: 0;
  color: #8b98a0;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 87, sass/Layout.scss */
h4 > span {
  font-weight: bold;
}

/* line 97, sass/Layout.scss */
h5 {
  font-size: 1.375em;
  font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
  padding: 7px 0;
  margin: 0;
  color: #8b98a0;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 107, sass/Layout.scss */
h5 > span {
  font-weight: bold;
}

/* line 117, sass/Layout.scss */
h6 {
  font-size: 1.375em;
  font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
  padding: 7px 0;
  margin: 0;
  color: #8b98a0;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 127, sass/Layout.scss */
h6 > span {
  font-weight: bold;
}

/* line 136, sass/Layout.scss */
p {
  font-size: 0.8125em;
  font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
  padding: 7px 0;
  margin: 0;
  color: #8b98a0;
  font-weight: normal;
  line-height: 140%;
}

/* line 147, sass/Layout.scss */
div.fullWidth {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: white;
}

/* line 153, sass/Layout.scss */
section.wrap {
  background-color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 63em;
  *zoom: 1;
  margin: 0 auto;
  padding: 0;
  min-width: 63em !important;
}
/* line 97, sass/foundation/components/_global.scss */
section.wrap:before, section.wrap:after {
  content: " ";
  display: table;
}
/* line 98, sass/foundation/components/_global.scss */
section.wrap:after {
  clear: both;
}
/* line 397, sass/mixins/_mixins.scss */
section.wrap:after {
  background-color: transparent;
  content: ' ';
  display: block;
  clear: both;
  float: none;
  width: 100%;
  line-height: 0;
  height: 0;
}

/* line 165, sass/Layout.scss */
strong {
  font-size: inherit;
  font-family: inherit;
}

/* line 169, sass/Layout.scss */
article {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 50%;
  float: left;
  float: left;
  padding: 20px;
  margin: 0;
  background-color: white;
}

/* line 176, sass/Layout.scss */
aside {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 50%;
  float: left;
  float: left;
  margin: 0;
  padding: 20px;
  background-color: white;
}

/* line 186, sass/Layout.scss */
.clear {
  clear: both;
}

/* line 23, sass/mixins/_ioCarousel.scss */
div.ioScroller {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 600px;
  display: block;
  float: left;
  clear: both;
  overflow: hidden;
}

/* line 24, sass/mixins/_ioCarousel.scss */
div.ioScroller:after {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 1px;
}

/* line 25, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerWrapper {
  margin: 0;
  padding: 0;
  height: inherit;
  display: block;
  float: left;
  clear: both;
  overflow: hidden;
  position: relative;
}

/* line 26, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerWrapper:after {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 1px;
}

/* line 27, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerWrapper > div.ioScrollerItem {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  clear: none;
  overflow: hidden;
}

/* line 28, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerWrapper > div.ioScrollerItem > a {
  margin: 0;
  padding: 0;
  display: block;
  width: inherit;
  height: inherit;
  float: left;
  clear: both;
  overflow: hidden;
  text-align: center;
}

/* line 29, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerWrapper > div.ioScrollerItem > a :after {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 1px;
}

/* line 30, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerWrapper > div.ioScrollerItem > a > img {
  margin: 0 auto;
  padding: 0;
  display: block;
  float: none;
  position: relative;
}

/* line 31, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerMenuTarget {
  display: block;
  float: left;
  clear: both;
  height: 30px;
  width: 100%;
  margin-top: -43.5px;
  z-index: 1;
  position: relative;
}

/* line 32, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerMenuTarget:after {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 1px;
}

/* line 33, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerMenuTarget > div.ioScrollerMenu {
  display: block;
  height: 30px;
}

/* line 34, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerMenuTarget > div.ioScrollerMenu:after {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 1px;
}

/* line 35, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerMenuTarget > div.ioScrollerMenu > div.ioScrollerMenuItems {
  display: block;
  float: left;
  clear: none;
  width: auto;
  height: 30px;
  margin: 0 auto;
}

/* line 36, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerMenuTarget > div.ioScrollerMenu > div.ioScrollerMenuItems > a {
  width: 30px;
  height: 30px;
  background-color: #ed1d24;
  color: white;
  font-size: 0.9375em;
  line-height: 24px;
  display: block;
  float: left;
  clear: none;
  text-align: center;
  margin: 0;
  margin-right: 7.5px;
  padding: 0;
  text-decoration: none;
  border: white 3px solid;
}

/* line 37, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerMenuTarget > div.ioScrollerMenu > div.ioScrollerMenuItems > a.ioScrollerActive {
  background-color: #f8abad;
}

/* line 40, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerMenuTarget > div.ioScrollerMenu > div.ioScrollerMenuItems > a:hover {
  background-color: white;
  color: #ed1d24;
}

/* line 42, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerMenuTarget > div.ioScrollerMenu > div.ioScrollerMenuItems > a {
  -moz-border-radius: 18px;
  -webkit-radius: 18px;
  border-radius: 18px;
}

/* line 55, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerButton {
  float: left;
  position: relative;
  z-index: 2;
  height: 80px;
  width: 80px;
  display: block;
  clear: none;
  margin-top: -343.5px;
}

/* line 56, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerButton:after {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 1px;
  clear: none;
}

/* line 57, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerButton + div.ioScrollerButton {
  float: right;
  z-index: 3;
}

/* line 58, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerButton > a {
  font-size: 40px;
  font-weight: bold;
  line-height: 80px;
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 80px;
  height: 80px;
  background-color: white;
  color: #ed1d24;
  text-decoration: none;
  text-align: center;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}

/* line 59, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerButton > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

/* line 64, sass/mixins/_ioCarousel.scss */
div.ioScroller > div.ioScrollerButton > a {
  -moz-border-radius: 40px;
  -webkit-radius: 40px;
  border-radius: 40px;
}

/* line 8, sass/partials/_cms_front_end.scss */
body > section.wrap > div.content ul.nav {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 100%;
  float: left;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 15, sass/partials/_cms_front_end.scss */
body > section.wrap > div.content ul.nav > li {
  float: left;
  padding: 0;
  margin: 0;
}
/* line 21, sass/partials/_cms_front_end.scss */
body > section.wrap > div.content ul.nav > li > a {
  float: left;
  padding: 10px 35px;
  margin: 0;
  text-decoration: none;
}
/* line 28, sass/partials/_cms_front_end.scss */
body > section.wrap > div.content ul.nav > li > a:first-child {
  padding-left: 0;
}
/* line 33, sass/partials/_cms_front_end.scss */
body > section.wrap > div.content ul.nav > li > a:hover {
  text-decoration: underline;
}

/* line 7, sass/partials/_team_member.scss */
body > section.wrap > div.person {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 45.83333%;
  float: left;
  float: left;
  padding: 5px;
  margin: 0 20px 20px 20px;
  border: 1px solid grey;
}
/* line 14, sass/partials/_team_member.scss */
body > section.wrap > div.person > img {
  float: left;
  padding: 0;
  margion: 0;
  width: 125px;
}
/* line 20, sass/partials/_team_member.scss */
body > section.wrap > div.person > span {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 66.66667%;
  float: left;
  float: right;
  padding: 0;
  margion: 0;
}

/* line 7, sass/partials/_blogs.scss */
body > section.wrap > nav.blogs {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 100%;
  float: left;
  float: left;
  padding: 0;
  margin: 0;
}
/* line 12, sass/partials/_blogs.scss */
body > section.wrap > nav.blogs > a {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 100%;
  float: left;
  clear: both;
  float: left;
  position: relative;
  padding: 10px;
  margin: 0 0 20px 0;
  text-decoration: none;
}
/* line 21, sass/partials/_blogs.scss */
body > section.wrap > nav.blogs > a > h2 {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 100%;
  float: left;
  clear: both;
  float: left;
  border-bottom: 1px solid grey;
  padding: 0;
  margin: 0 0 20px 0;
}
/* line 29, sass/partials/_blogs.scss */
body > section.wrap > nav.blogs > a > img {
  float: left;
}
/* line 32, sass/partials/_blogs.scss */
body > section.wrap > nav.blogs > a > p {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 75%;
  float: left;
  float: right;
  padding: 0;
  margin: 0 0 20px 0;
}
/* line 38, sass/partials/_blogs.scss */
body > section.wrap > nav.blogs > a > span {
  float: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-decoration: underline;
}
/* line 48, sass/partials/_blogs.scss */
body > section.wrap > div.blogArticle {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 100%;
  float: left;
  float: left;
  padding: 10px;
  margin: 0;
}
/* line 54, sass/partials/_blogs.scss */
body > section.wrap > div.blogArticle > img {
  clear: both;
  float: left;
  padding: 0;
  margin: 0 0 20px 0;
}
/* line 61, sass/partials/_blogs.scss */
body > section.wrap > div.blogArticle > div {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 100%;
  float: left;
  clear: both;
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
}
/* line 69, sass/partials/_blogs.scss */
body > section.wrap > div.blogArticle > div > h2 {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 100%;
  float: left;
  clear: both;
  float: left;
  border-bottom: 1px solid grey;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}
/* line 77, sass/partials/_blogs.scss */
body > section.wrap > div.blogArticle > div > div {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
/* line 87, sass/partials/_blogs.scss */
body > section.wrap > div.blogArticle > .blogContent {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 100%;
  float: left;
  clear: both;
  float: left;
  padding: 0;
  margin: 0;
}
/* line 94, sass/partials/_blogs.scss */
body > section.wrap > div.blogArticle > .blogContent > p {
  margin: 0 0 20px 0;
}
/* line 99, sass/partials/_blogs.scss */
body > section.wrap > div.blogArticle > form {
  width: 20%;
  clear: both;
  float: left;
}
/* line 103, sass/partials/_blogs.scss */
body > section.wrap > div.blogArticle > form > .addComment {
  clear: both;
  float: left;
}

/* line 112, sass/partials/_blogs.scss */
.Peoplecomments {
  float: left;
  width: 400px;
}
/* line 117, sass/partials/_blogs.scss */
.Peoplecomments ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  float: left;
}
/* line 125, sass/partials/_blogs.scss */
.Peoplecomments ul li {
  padding: 10px;
  margin: 10px 0;
  float: left;
  clear: left;
  background-color: whitesmoke;
  width: 100%;
}
/* line 134, sass/partials/_blogs.scss */
.Peoplecomments ul li:nth-child(even) {
  margin-left: 5%;
  width: 95%;
}
/* line 140, sass/partials/_blogs.scss */
.Peoplecomments ul li p {
  font-size: 0.8125em;
  font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
  padding: 0;
  margin: 0;
  color: #8b98a0;
  font-weight: normal;
  line-height: 140%;
  text-transform: capitalize;
}
/* line 151, sass/partials/_blogs.scss */
.Peoplecomments ul li p span {
  text-transform: capitalize;
  color: black;
}

/* line 8, sass/partials/_content.scss */
section.wrap > .content {
  padding: 48px 40px;
  margin-top: 0px;
  background-image: url("../images/main/bg_biga.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  -moz-box-shadow: 0px 0px 20px 6px #828282;
  -webkit-box-shadow: 0px 0px 20px 6px #828282;
  box-shadow: 0px 0px 20px 6px #828282;
}
/* line 22, sass/partials/_content.scss */
section.wrap > .content .content_holder_big > div {
  width: 98% !important;
}
/* line 27, sass/partials/_content.scss */
section.wrap > .content .content_holder_big .CookieTable {
  border-collapse: collapse;
}
/* line 31, sass/partials/_content.scss */
section.wrap > .content .content_holder_big .CookieTable td {
  padding: 4px;
  border: 1px solid gainsboro;
}
/* line 41, sass/partials/_content.scss */
section.wrap > .content .content_holder {
  padding: 0;
  margin: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 63em;
  *zoom: 1;
}
/* line 97, sass/foundation/components/_global.scss */
section.wrap > .content .content_holder:before, section.wrap > .content .content_holder:after {
  content: " ";
  display: table;
}
/* line 98, sass/foundation/components/_global.scss */
section.wrap > .content .content_holder:after {
  clear: both;
}
/* line 48, sass/partials/_content.scss */
section.wrap > .content .content_holder > div {
  width: 48%;
  padding: 0;
  margin: 0;
  float: left;
}
/* line 55, sass/partials/_content.scss */
section.wrap > .content .content_holder > div:first-child + div {
  float: right;
}
/* line 60, sass/partials/_content.scss */
section.wrap > .content .content_holder > div a {
  color: #ed1d24;
}
/* line 65, sass/partials/_content.scss */
section.wrap > .content .content_holder > div > ul, section.wrap > .content .content_holder > div ol {
  font-size: 0.8125em;
  font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
  padding: 7px 0px 7px 25px;
  margin: 0;
  color: #8b98a0;
  font-weight: normal;
  line-height: 140%;
}
/* line 76, sass/partials/_content.scss */
section.wrap > .content .content_holder > div td {
  font-size: 0.8125em;
  font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
  color: #8b98a0;
  line-height: 140%;
}

/* line 7, sass/partials/_navbar.scss */
.navgrey {
  background-color: #8b99a1;
  position: relative;
  z-index: 999999;
}

/* line 14, sass/partials/_navbar.scss */
.fullWidthFront > nav {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 63em;
  *zoom: 1;
}
/* line 97, sass/foundation/components/_global.scss */
.fullWidthFront > nav:before, .fullWidthFront > nav:after {
  content: " ";
  display: table;
}
/* line 98, sass/foundation/components/_global.scss */
.fullWidthFront > nav:after {
  clear: both;
}
/* line 20, sass/partials/_navbar.scss */
.fullWidthFront > nav > ul {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 100%;
  float: left;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 28, sass/partials/_navbar.scss */
.fullWidthFront > nav > ul > li {
  float: left;
  padding: 0;
  margin: 0;
}
/* line 34, sass/partials/_navbar.scss */
.fullWidthFront > nav > ul > li > a {
  float: left;
  padding: 10px 25px;
  margin: 0;
  text-decoration: none;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
/* line 44, sass/partials/_navbar.scss */
.fullWidthFront > nav > ul > li > a:hover {
  background-color: #ed1d24;
}

/* line 6, sass/partials/_footer.scss */
body > div.fullWidthFront {
  margin: 0;
  padding: 0;
}
/* line 10, sass/partials/_footer.scss */
body > div.fullWidthFront > footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 63em;
  *zoom: 1;
  margin: 0 auto;
  padding: 40px;
}
/* line 97, sass/foundation/components/_global.scss */
body > div.fullWidthFront > footer:before, body > div.fullWidthFront > footer:after {
  content: " ";
  display: table;
}
/* line 98, sass/foundation/components/_global.scss */
body > div.fullWidthFront > footer:after {
  clear: both;
}
/* line 17, sass/partials/_footer.scss */
body > div.fullWidthFront > footer a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 0.6875em;
  color: white;
  float: right;
}
/* line 26, sass/partials/_footer.scss */
body > div.fullWidthFront > footer a:hover {
  text-decoration: underline;
}
/* line 33, sass/partials/_footer.scss */
body > div.fullWidthFront > footer nav {
  float: left;
  padding: 0;
  margin: 0;
  width: 22.22222%;
}
/* line 42, sass/partials/_footer.scss */
body > div.fullWidthFront > footer nav:first-child {
  width: 14.28571%;
}
/* line 50, sass/partials/_footer.scss */
body > div.fullWidthFront > footer nav:first-child + nav + nav {
  width: 52.63158%;
  float: right;
}
/* line 55, sass/partials/_footer.scss */
body > div.fullWidthFront > footer nav:first-child + nav + nav p {
  color: white;
  font-size: 0.6875em;
}
/* line 61, sass/partials/_footer.scss */
body > div.fullWidthFront > footer nav:first-child + nav + nav ul {
  width: 50%;
}
/* line 64, sass/partials/_footer.scss */
body > div.fullWidthFront > footer nav:first-child + nav + nav ul:first-child + ul {
  float: right;
}
/* line 73, sass/partials/_footer.scss */
body > div.fullWidthFront > footer nav h5 {
  color: white;
  font-size: 1.25em;
}
/* line 81, sass/partials/_footer.scss */
body > div.fullWidthFront > footer nav ul {
  padding: 0;
  margin: 0px;
  list-style: none;
  float: left;
  width: 50%;
}
/* line 89, sass/partials/_footer.scss */
body > div.fullWidthFront > footer nav ul:first-child {
  float: right;
  margin-right: 30px;
}
/* line 95, sass/partials/_footer.scss */
body > div.fullWidthFront > footer nav ul li {
  padding: 3px 0;
  margin: 0;
  float: left;
  clear: both;
}
/* line 102, sass/partials/_footer.scss */
body > div.fullWidthFront > footer nav ul li a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 0.6875em;
  color: white;
}
/* line 110, sass/partials/_footer.scss */
body > div.fullWidthFront > footer nav ul li a:hover {
  text-decoration: underline;
}

/* line 8, sass/partials/_our_services.scss */
.OurServices {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 63em;
  *zoom: 1;
}
/* line 97, sass/foundation/components/_global.scss */
.OurServices:before, .OurServices:after {
  content: " ";
  display: table;
}
/* line 98, sass/foundation/components/_global.scss */
.OurServices:after {
  clear: both;
}
/* line 15, sass/partials/_our_services.scss */
.OurServices ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 21, sass/partials/_our_services.scss */
.OurServices ul li {
  display: inline;
  float: left;
  padding: 0;
  margin: 0;
  width: 190px;
  height: 130px;
  overflow: hidden;
}
/* line 34, sass/partials/_our_services.scss */
.OurServices ul li:first-child {
  margin: 0 40px 0 20px;
}
/* line 39, sass/partials/_our_services.scss */
.OurServices ul li:first-child + li {
  margin-right: 40px;
}
/* line 44, sass/partials/_our_services.scss */
.OurServices ul li:first-child + li + li {
  margin-right: 40px;
}
/* line 49, sass/partials/_our_services.scss */
.OurServices ul li .construction {
  width: 190px;
  float: left;
  background-image: url("../images/main/img_construction.jpg");
  background-repeat: no-repeat;
}
/* line 57, sass/partials/_our_services.scss */
.OurServices ul li .electrical {
  width: 190px;
  float: left;
  background-image: url("../images/main/img_electrical.jpg");
  background-repeat: no-repeat;
}
/* line 66, sass/partials/_our_services.scss */
.OurServices ul li .mechanical {
  width: 190px;
  float: left;
  background-image: url("../images/main/img_mechanical.jpg");
  background-repeat: no-repeat;
}
/* line 75, sass/partials/_our_services.scss */
.OurServices ul li .maintenance {
  width: 190px;
  float: left;
  background-image: url("../images/main/img_maintenance.jpg");
  background-repeat: no-repeat;
}
/* line 83, sass/partials/_our_services.scss */
.OurServices ul li > a.service {
  padding: 0;
  margin: 0;
  width: 190px;
  height: 130px;
  float: left;
  text-decoration: none;
}
/* line 93, sass/partials/_our_services.scss */
.OurServices ul li > a.service img {
  position: relative;
  z-index: 1;
  float: left;
  top: -130px;
}
/* line 101, sass/partials/_our_services.scss */
.OurServices ul li > a.service p {
  color: white !important;
  text-align: center;
  font-size: 0.6875em;
  background-color: #8c98a0;
  position: relative;
  height: 130px;
  top: 120px;
  padding: 0 10px;
  line-height: 100%;
  position: relative;
  z-index: 999;
}
/* line 117, sass/partials/_our_services.scss */
.OurServices ul li > a.service > span {
  width: 190px;
  float: left;
  margin: 0px;
  padding: 5px 0;
  font-size: 1.375em;
  color: white !important;
  text-transform: uppercase;
  background-color: #8c98a0;
  text-align: center;
  position: relative;
  z-index: 9999;
  top: 95px;
}

/* line 6, sass/partials/_media.scss */
.media {
  padding: 0;
  margin: 0;
  float: right;
}
/* line 11, sass/partials/_media.scss */
.media h3 {
  margin-bottom: 20px;
}
/* line 16, sass/partials/_media.scss */
.media img {
  border: 3px solid white;
}
/* line 21, sass/partials/_media.scss */
.media .media_image {
  border: 1px solid #8b99a1;
  height: 112px;
  overflow: hidden;
}
/* line 27, sass/partials/_media.scss */
.media .media_image > img {
  width: 150px;
  height: 110px;
}
/* line 34, sass/partials/_media.scss */
.media h4 {
  font-size: 1em;
  line-height: 140%;
  font-weight: normal;
  color: #ed1d24;
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 45, sass/partials/_media.scss */
.media p {
  font-size: 1em;
  padding: 0;
  margin: 0;
}

/* line 55, sass/partials/_media.scss */
.mini_image_gallery {
  padding: 0;
  margin-right: -3px;
  float: right;
  width: 100.5%;
}
/* line 62, sass/partials/_media.scss */
.mini_image_gallery h3 {
  margin-bottom: 20px;
}
/* line 67, sass/partials/_media.scss */
.mini_image_gallery ul {
  padding: 0 !important;
  margin-left: -9px;
  float: left;
  list-style: none;
}
/* line 74, sass/partials/_media.scss */
.mini_image_gallery ul li {
  padding-left: 9px;
  padding-bottom: 9px;
  margin: 0;
  float: left;
  display: inline;
  width: 140px;
  height: 93px;
  overflow: hidden;
  margin-bottom: 8px;
}
/* line 86, sass/partials/_media.scss */
.mini_image_gallery ul li a {
  float: left;
}
/* line 90, sass/partials/_media.scss */
.mini_image_gallery ul li a img {
  width: 140px;
  height: 93px;
  float: left;
}

/* line 104, sass/partials/_media.scss */
.comments {
  padding: 0;
  margin: 0;
  float: left;
}
/* line 110, sass/partials/_media.scss */
.comments ul {
  padding: 0;
  margin: 0;
  float: left;
  list-style: none;
}
/* line 117, sass/partials/_media.scss */
.comments ul li {
  padding: 0;
  margin: 0;
  float: left;
  clear: both;
}

/* line 129, sass/partials/_media.scss */
.addComment {
  padding: 0;
  margin: 0;
  float: left;
}
/* line 137, sass/partials/_media.scss */
.addComment ul {
  padding-top: 10px;
  margin-left: 0px;
  list-style: none;
  float: left;
}
/* line 144, sass/partials/_media.scss */
.addComment ul li {
  padding: 0;
  margin-bottom: 6px;
  float: left;
  clratr: both;
  width: 395px;
}
/* line 155, sass/partials/_media.scss */
.addComment ul li input[type=text] {
  width: 395px;
  height: 34px;
  line-height: 43px;
  font-size: 14px;
  padding: 0 10px;
  margiin: 0;
  border: 1px solid #8b98a0;
  color: #8b98a0;
  background-color: white;
}
/* line 168, sass/partials/_media.scss */
.addComment ul li textarea {
  width: 395px;
  line-height: 43px;
  font-size: 14px;
  padding: 0 8px;
  margiin: 0;
  border: 1px solid #8b98a0;
  color: #8b98a0;
  background-color: white;
}
/* line 181, sass/partials/_media.scss */
.addComment ul li input[type=submit] {
  width: 99px;
  height: 22px;
  float: right;
  padding: 0;
  margin: 0;
  background-image: url("../images/main/btn_submit.png");
  border: 0;
  background-color: transparent;
  text-indent: -99999px;
  cursor: pointer;
}

/* line 7, sass/partials/_get_in_touch.scss */
.getintouch {
  padding: 0;
  margin-top: 50px;
  float: right;
}
/* line 13, sass/partials/_get_in_touch.scss */
.getintouch .Message {
  font-size: 0.8125em;
  font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
  padding: 7px 0;
  margin: 0;
  color: Green;
  font-weight: normal;
  line-height: 140%;
}
/* line 24, sass/partials/_get_in_touch.scss */
.getintouch .Erorr {
  color: red !important;
}
/* line 29, sass/partials/_get_in_touch.scss */
.getintouch ul {
  padding-top: 10px;
  margin-left: 20px;
  list-style: none;
  float: left;
}
/* line 36, sass/partials/_get_in_touch.scss */
.getintouch ul li {
  padding: 0;
  margin-bottom: 6px;
  float: left;
  clratr: both;
  width: 395px;
}
/* line 47, sass/partials/_get_in_touch.scss */
.getintouch ul li input[type=text] {
  width: 395px;
  height: 34px;
  line-height: 43px;
  font-size: 14px;
  padding: 0 10px;
  margiin: 0;
  border: 1px solid #8b98a0;
  color: #8b98a0;
  background-color: white;
}
/* line 60, sass/partials/_get_in_touch.scss */
.getintouch ul li textarea {
  width: 395px;
  line-height: 43px;
  font-size: 14px;
  padding: 0 8px;
  margiin: 0;
  border: 1px solid #8b98a0;
  color: #8b98a0;
  background-color: white;
}
/* line 73, sass/partials/_get_in_touch.scss */
.getintouch ul li input[type=submit] {
  width: 99px;
  height: 22px;
  float: right;
  padding: 0;
  margin: 0;
  background-image: url("../images/main/btn_submit.png");
  border: 0;
  background-color: transparent;
  text-indent: -99999px;
  cursor: pointer;
}
