/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_generic.scss */
.grey {
  color: #9d9d9c !important;
}

/* line 4, ../sass/_generic.scss */
.black {
  color: #000;
}

/* line 7, ../sass/_generic.scss */
a {
  color: #000 !important;
}

/* line 10, ../sass/_generic.scss */
.underline, .active {
  text-decoration: underline;
}

/* line 13, ../sass/_generic.scss */
.row {
  overflow: hidden;
}

/* line 22, ../sass/_generic.scss */
.margin-top {
  margin-top: 15px !important;
}

/* line 25, ../sass/_generic.scss */
.margin-left {
  margin-left: 15px !important;
}

/* line 28, ../sass/_generic.scss */
.margin-right {
  margin-right: 15px !important;
}

/* line 31, ../sass/_generic.scss */
.margin-bottom {
  margin-bottom: 15px !important;
}

/* line 34, ../sass/_generic.scss */
.no-margin-top {
  margin-top: 0px !important;
}

/* line 37, ../sass/_generic.scss */
.no-margin-left {
  margin-left: 0px !important;
}

/* line 40, ../sass/_generic.scss */
.no-margin-right {
  margin-right: 0px !important;
}

/* line 43, ../sass/_generic.scss */
.no-margin-bottom {
  margin-bottom: 0px !important;
}

/* line 46, ../sass/_generic.scss */
.no-padding-top {
  padding-top: 0px !important;
}

/* line 49, ../sass/_generic.scss */
.no-padding-left {
  padding-left: 0px !important;
}
@media (max-width: 768px) {
  /* line 49, ../sass/_generic.scss */
  .no-padding-left {
    padding-left: 15px !important;
  }
}

/* line 55, ../sass/_generic.scss */
.no-padding-left-no-mobile {
  padding-left: 0px !important;
}

/* line 58, ../sass/_generic.scss */
.no-padding-right {
  padding-right: 0px !important;
}

/* line 61, ../sass/_generic.scss */
.no-padding-bottom {
  padding-bottom: 0px !important;
}

/* line 65, ../sass/_generic.scss */
.font-size-large {
  font-size: 18px;
}

@font-face {
  font-family: 'HelveticaNeueLt';
  src: url("../fonts/HelveticaNeueLt.eot");
  src: url("../fonts/HelveticaNeueLt.eot") format("embedded-opentype"), url("../fonts/HelveticaNeueLt.woff2") format("woff2"), url("../fonts/HelveticaNeueLt.woff") format("woff"), url("../fonts/HelveticaNeueLt.ttf") format("truetype"), url("../fonts/HelveticaNeueLt.svg#HelveticaNeueLt") format("svg");
}
/* line 11, ../sass/_page.scss */
body {
  font-size: 14px;
  font-family: "HelveticaNeueLt", Helvetica, Arial, sans-serif;
}

/* line 20, ../sass/_page.scss */
#header {
  min-height: 94px;
  background-color: #f6f6f6;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  /* line 27, ../sass/_page.scss */
  #header .navbar-header {
    margin: 0;
  }
}
/* line 33, ../sass/_page.scss */
#header .container-fluid {
  margin: 0 auto;
  padding: 0;
  max-width: 1080px;
}
/* line 39, ../sass/_page.scss */
#header .navbar-toggle {
  border: none;
  background-color: #000;
  border-radius: 0;
  padding: 13px 10px;
  margin-right: 15px;
  margin-top: 29px;
}
/* line 48, ../sass/_page.scss */
#header #myNavbar {
  margin: 44px 15px 0 0;
  padding: 0px;
  font-size: 12px;
  border: none;
}
/* line 55, ../sass/_page.scss */
#header #myNavbar li:last-child a {
  padding-right: 0px;
}
/* line 60, ../sass/_page.scss */
#header #myNavbar .navbar-nav {
  margin: 0 !important;
}
@media (max-width: 768px) {
  /* line 48, ../sass/_page.scss */
  #header #myNavbar {
    margin: 20px 0 0 0;
    font-size: 30px;
    text-align: center;
    background-color: #fff;
  }
  /* line 69, ../sass/_page.scss */
  #header #myNavbar li {
    margin: 10px 0;
  }
}
/* line 74, ../sass/_page.scss */
#header #myNavbar a {
  color: #000000;
}
@media (max-width: 768px) {
  /* line 74, ../sass/_page.scss */
  #header #myNavbar a {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 80, ../sass/_page.scss */
#header #myNavbar a:hover {
  text-decoration: underline;
}
/* line 86, ../sass/_page.scss */
#header #logo {
  margin-top: 44px;
  width: 220px;
  margin-left: -41px;
}
@media (max-width: 768px) {
  /* line 86, ../sass/_page.scss */
  #header #logo {
    width: 300px;
    margin-top: 15px;
    margin-left: 0;
  }
}
/* line 96, ../sass/_page.scss */
#header #logo img {
  width: 100%;
}

/* line 103, ../sass/_page.scss */
#content {
  max-width: 1080px;
}
/* line 106, ../sass/_page.scss */
#content.no-max-width {
  max-width: none;
}
/* line 110, ../sass/_page.scss */
#content .inside {
  padding: 50px 0 50px 0;
}
/* line 113, ../sass/_page.scss */
#content .inside.lowpadbottom {
  padding: 50px 0 35px 0;
}
/* line 117, ../sass/_page.scss */
#content .inside.tohide {
  display: none;
}
/* line 121, ../sass/_page.scss */
#content .inside.tohide.hid {
  /*padding: 0;
  display: block;
  line-height: 0;
  max-height: 0;
  overflow: hidden;
  */
}
/* line 132, ../sass/_page.scss */
#content .readmore1 {
  display: none;
}
/* line 136, ../sass/_page.scss */
#content .disolve {
  color: #000;
}
/* line 143, ../sass/_page.scss */
#content .map iframe {
  pointer-events: none;
}
/* line 148, ../sass/_page.scss */
#content .companyhigh {
  overflow: hidden;
}
/* line 152, ../sass/_page.scss */
#content .close {
  font-size: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #000;
  background-image: url("../images/close.png");
  background-size: 60px 60px;
  background-repeat: no-repeat no-repeat;
  display: block;
  line-height: 60px;
  text-indent: -9999px;
  width: 60px;
}
@media (max-width: 768px) {
  /* line 152, ../sass/_page.scss */
  #content .close {
    position: relative;
    margin-top: 30px;
    margin-right: 15px;
  }
}

/* line 176, ../sass/_page.scss */
#footer {
  margin-top: 140px;
  max-width: 1080px;
  font-size: 12px;
}
/* line 177, ../sass/_page.scss */
#footer #abt {
  z-index: 100;
  margin-bottom: -13px;
  position: relative;
}
@media (max-width: 768px) {
  /* line 177, ../sass/_page.scss */
  #footer #abt {
    display: none;
  }
}
/* line 184, ../sass/_page.scss */
#footer #abt .abtlogo {
  float: right;
}
/* line 188, ../sass/_page.scss */
#footer #abtresponsive {
  display: none;
  margin: 10px 0px 10px 0px;
}
@media (max-width: 768px) {
  /* line 188, ../sass/_page.scss */
  #footer #abtresponsive {
    display: block;
  }
}
/* line 194, ../sass/_page.scss */
#footer #abtresponsive .abtlogo {
  float: left;
}
/* line 202, ../sass/_page.scss */
#footer a {
  color: #000000;
}
/* line 204, ../sass/_page.scss */
#footer a:hover {
  text-decoration: underline;
}
