/*-HTML5 Reset :: style.css---------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
object,
embed {
  max-width: 100%;
}

img {
  /*display:block;*/
  vertical-align: bottom;
}

/* force a vertical scrollbar to prevent a jumpy page */
/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

li.clearfix {
  display: list-item;
}

/*Hide these rules from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  *zoom: 1;
}

/*-End HTML5 Reset :: style.css------------------------------------------------------------------------------------------*/
.hidden, .invisible {
  visibility: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.boldcase {
  font-weight: 700;
}

.normalcase {
  font-weight: 400;
}

.textdec-underline {
  text-decoration: underline;
}

.textdec-normal, a {
  text-decoration: none;
}

.Text-Idnt {
  text-indent: -99999px;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

img.floatleft {
  float: left;
  margin: 0 10px 0 0;
}

img.floatright {
  float: right;
  margin: 0 0 0 10px;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

a {
  color: #000;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

@-webkit-keyframes smooth-entry {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.8em);
    transform: translateY(-1.8em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes smooth-entry {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.8em);
    transform: translateY(-1.8em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

body {
  background: white;
  font: normal 100%/1.5 "Roboto", Arial, Helvetica, sans-serif;
  color: #222222;
  font-weight: 300;
  margin: 0;
  text-align: left;
}

.container {
  width: 100%;
  background: #e4e4e4;
  padding-bottom: 50px;
}

.siteMain {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.siteHeader {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

@media (max-width: 37.4375em) {
  .siteHeader {
    margin-bottom: 30px;
  }
}

.siteHeader .downArrow {
  display: none !important;
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  top: 85%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 63.9375em) {
  .siteHeader .downArrow {
    display: block !important;
  }
}

@media (max-width: 47.9375em) {
  .siteHeader .downArrow {
    top: 80%;
  }
}

.siteHeader .customHeader {
  min-height: 50px;
  background: #ebeaea;
}

.siteHeader .customHeader .customHeaderImage {
  background-image: url("../images/bg-1.jpg");
  opacity: 0.3;
  padding-top: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 63.9375em) {
  .siteHeader .customHeader .customHeaderImage {
    background-attachment: scroll;
  }
}

.siteHeader .headerWrapper {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding: 10px 20px;
  z-index: 100;
}

@media (max-width: 37.4375em) {
  .siteHeader .headerWrapper {
    padding: 10px;
  }
}

.siteHeader .headerWrapper.bgAdded {
  background-color: #1e1c1b;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.siteHeader .headerWrapper .siteTitle {
  float: left;
  display: none;
}

@media (max-width: 47.9375em) {
  .siteHeader .headerWrapper .siteTitle {
    padding-top: 8px;
  }
}

.siteHeader .headerWrapper .siteTitle a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #dadada;
  text-decoration: none;
}

.siteHeader .headerWrapper .siteNavigation {
  float: right;
  text-align: right;
}

@media (max-width: 37.4375em) {
  .siteHeader .headerWrapper .siteNavigation {
    width: 100%;
    text-align: left;
  }
}

.siteHeader .headerWrapper .siteNavigation .menuToggleBtn {
  font-family: 'Roboto';
  font-weight: 500;
  color: #dadada;
  text-transform: uppercase;
  background: transparent;
  padding: 8px 15px;
  border: 2px solid #7c7c7c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  display: none;
}

.siteHeader .headerWrapper .siteNavigation .menuToggleBtn:hover {
  border: 2px solid #dadada;
}

@media (max-width: 47.9375em) {
  .siteHeader .headerWrapper .siteNavigation .menuToggleBtn {
    display: block;
  }
}

.siteHeader .headerWrapper .siteNavigation .topNav {
  list-style: none;
}

.siteHeader .headerWrapper .siteNavigation .topNav:before, .siteHeader .headerWrapper .siteNavigation .topNav:after {
  content: " ";
  display: table;
}

.siteHeader .headerWrapper .siteNavigation .topNav:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.siteHeader .headerWrapper .siteNavigation .topNav {
  *zoom: 1;
}

.siteHeader .headerWrapper .siteNavigation .topNav li {
  float: left;
  position: relative;
  margin: 0 0 0 15px;
  display: inline-block;
}

@media (max-width: 37.4375em) {
  .siteHeader .headerWrapper .siteNavigation .topNav li {
    width: 50%;
    margin: 0;
    text-align: center;
  }
}

.siteHeader .headerWrapper .siteNavigation .topNav li:after {
  content: '';
  width: 1px;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
  background: #a5a5a5;
  margin-left: 15px;
}

@media (max-width: 37.4375em) {
  .siteHeader .headerWrapper .siteNavigation .topNav li:after {
    display: none;
  }
}

.siteHeader .headerWrapper .siteNavigation .topNav li:first-of-type {
  margin: 0;
}

@media (max-width: 37.4375em) {
  .siteHeader .headerWrapper .siteNavigation .topNav li:first-of-type {
    padding-right: 5px;
  }
}

@media (max-width: 37.4375em) {
  .siteHeader .headerWrapper .siteNavigation .topNav li:last-of-type {
    padding-left: 5px;
  }
}

.siteHeader .headerWrapper .siteNavigation .topNav li:last-of-type:after {
  display: none;
  margin: 0;
}

.siteHeader .headerWrapper .siteNavigation .topNav li a {
  font-size: 16px;
  font-size: 1rem;
  color: #777;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 37.4375em) {
  .siteHeader .headerWrapper .siteNavigation .topNav li a {
    display: block;
    padding: 5px;
    border: 1px solid #777777;
  }
}

.siteHeader .headerWrapper .siteNavigation .topNav li a:hover {
  color: #a5a5a5;
}

.siteHeader .mainLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 400px;
  width: 100%;
}

@media (max-width: 79.9375em) {
  .siteHeader .mainLogo {
    max-width: 300px;
  }
}

@media (max-width: 47.9375em) {
  .siteHeader .mainLogo {
    max-width: 250px;
  }
}

@media (max-width: 37.4375em) {
  .siteHeader .mainLogo {
    max-width: 200px;
  }
}

.articlePage {
  margin: 0;
  position: relative;
}

.articlePage .smartPanel {
  position: absolute;
  margin-top: -80px;
  opacity: 0;
}

.articlePage .articleHeader {
  position: relative;
  min-height: 50px;
  background: #dcdcdc;
}

.articlePage .articleHeader.introHeader {
  background: transparent;
}

.articlePage .articleHeader .articleHeaderImage-1 {
  background-image: url("../images/bg-2.jpg");
  opacity: 0.8;
  padding-top: 40%;
  background-attachment: fixed;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 63.9375em) {
  .articlePage .articleHeader .articleHeaderImage-1 {
    padding-top: 60%;
    background-attachment: scroll;
  }
}

.articlePage .articleHeader .articleHeaderImage-2 {
  background-image: url("../images/bg-3.jpg");
  opacity: 0.8;
  padding-top: 40%;
  background-attachment: fixed;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 63.9375em) {
  .articlePage .articleHeader .articleHeaderImage-2 {
    padding-top: 60%;
    background-attachment: scroll;
  }
}

.articlePage .articleHeader .articleHeaderImage-3 {
  background-image: url("../images/bg-4.jpg");
  opacity: 0.8;
  padding-top: 40%;
  background-attachment: fixed;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 63.9375em) {
  .articlePage .articleHeader .articleHeaderImage-3 {
    padding-top: 60%;
    background-attachment: scroll;
  }
}

.articlePage .articleHeader .articleHeaderImage-4 {
  background-image: url("../images/bg-5.jpg");
  opacity: 0.8;
  padding-top: 40%;
  background-attachment: fixed;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 63.9375em) {
  .articlePage .articleHeader .articleHeaderImage-4 {
    padding-top: 60%;
    background-attachment: scroll;
  }
}

.articlePage .articleHeader .articleEntryHeader {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.articlePage .articleHeader .articleEntryHeader .articleEntryTitle {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 300;
  color: #292929;
}

.articlePage .articleHeader .articleEntryHeader .articleEntryTitle.introTitle {
  color: #292929;
  background: transparent;
  padding: 0;
}

@media (max-width: 63.9375em) {
  .articlePage .articleHeader .articleEntryHeader .articleEntryTitle {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 47.9375em) {
  .articlePage .articleHeader .articleEntryHeader .articleEntryTitle {
    font-size: 36px;
    font-size: 2.25rem;
    padding: 20px 30px;
    max-width: 90%;
  }
}

@media (max-width: 37.4375em) {
  .articlePage .articleHeader .articleEntryHeader .articleEntryTitle {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.articlePage .articleHeader .articleEntryHeader .articleEntryTitle span {
  display: block;
  font-weight: 300;
}

@media (max-width: 37.4375em) {
  .articlePage .articleHeader .articleEntryHeader .articleEntryTitle span {
    display: inline;
  }
}

.articlePage .articleEntryContent {
  margin: 50px auto;
  max-width: 720px;
  width: 90%;
}

@media (max-width: 47.9375em) {
  .articlePage .articleEntryContent {
    margin: 30px auto 30px;
  }
}

@media (max-width: 37.4375em) {
  .articlePage .articleEntryContent.introContent {
    margin: 20px auto 30px;
  }
}

.articlePage .articleEntryContent h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  padding-bottom: 5px;
  color: #292929;
}

@media (max-width: 47.9375em) {
  .articlePage .articleEntryContent h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.articlePage .articleEntryContent p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  padding-bottom: 25px;
  line-height: 1.7;
  color: #656565;
}

.articlePage .articleEntryContent ul {
  padding: 15px 0 25px;
}

.articlePage .articleEntryContent ul li {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  color: #656565;
  font-weight: 300;
  padding: 0 0 10px 20px;
}

.articlePage .articleEntryContent ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #aaa;
  border-radius: 100%;
}

.contactInfo {
  background: #e6e6e6;
  padding: 30px 20px;
}

.contactInfo .contactInfoHeading {
  text-align: center;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 300;
  color: #292929;
}

@media (max-width: 63.9375em) {
  .contactInfo .contactInfoHeading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 47.9375em) {
  .contactInfo .contactInfoHeading {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.contactInfo .contactEntryContent {
  margin: 50px auto;
  max-width: 720px;
  width: 90%;
  text-align: center;
}

@media (max-width: 37.4375em) {
  .contactInfo .contactEntryContent {
    margin: 30px auto;
  }
}

.contactInfo .contactEntryContent p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  padding-bottom: 25px;
  line-height: 1.7;
  color: #292929;
}

.contactInfo .contactEntryContent p:last-of-type {
  padding-bottom: 0;
}

.contactInfo .contactEntryContent a {
  font-weight: 300;
  color: #292929;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.contactInfo .contactEntryContent a:hover {
  border-bottom: 1px solid #fff;
}

.copyRight {
  padding: 25px 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #656565;
  text-align: center;
}

.gotopButton {
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  text-decoration: none;
  line-height: 2;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 20px;
  bottom: -100px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gotopButton.active {
  bottom: 50px;
}

.panelNavigation {
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}

@media (max-width: 63.9375em) {
  .panelNavigation {
    display: none;
  }
}

.panelNavigation li {
  display: list-item;
  margin: 0;
  padding: 0;
  line-height: 2;
}

.panelNavigation li:hover .hiddenText {
  color: #000000;
  visibility: visible;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 1;
  outline: none;
  right: 100%;
  background-color: #ffa924
}

.panelNavigation li a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0;
  position: relative;
  color: #000000;
  display: inline-block;
  text-decoration: none;
}

.panelNavigation li a .circle {
  width: 12px;
  height: 12px;
  background: #000000;
  border-radius: 100%;
  display: block;
}

.panelNavigation li a .hiddenText {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 1px;
  position: absolute;
  padding: 7px 55px 7px 7px;
  top: -10px;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  visibility: hidden;
  outline: none;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  white-space: nowrap;
}

*::-moz-selection {
  background: none repeat scroll 0 0 #1777af;
  color: #fafafa;
  text-shadow: none;
}

input:-moz-placeholder {
  font-size: 0.875em;
  line-height: 1.4;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

p {
  /*-moz-hyphens: auto;*/
}

@media print {
  * {
    background: none repeat scroll 0 0 transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=maps/styles.css.map */
