/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
/* line 27, resources/scss/base.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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 34, resources/scss/base.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 36, resources/scss/base.scss */
body {
  line-height: 1;
}

/* line 38, resources/scss/base.scss */
ol, ul {
  list-style: none;
}

/* line 40, resources/scss/base.scss */
blockquote, q {
  quotes: none;
}

/* line 42, resources/scss/base.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 46, resources/scss/base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 52, resources/scss/base.scss */
button, input {
  -webkit-appearance: none;
}

/* line 57, resources/scss/base.scss */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

/* line 62, resources/scss/base.scss */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 73, resources/scss/base.scss */
.row:after,
.clearfix:after {
  clear: both;
}

/* line 76, resources/scss/base.scss */
.row,
.clearfix {
  zoom: 1;
}

/* line 80, resources/scss/base.scss */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 7, resources/scss/layout.scss */
html {
  min-height: 100%;
}

/* line 10, resources/scss/layout.scss */
body {
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  min-width: 300px;
  min-height: 100%;
}

/* line 19, resources/scss/layout.scss */
strong, b {
  font-weight: bold;
}

/* line 20, resources/scss/layout.scss */
em, i {
  font-style: italic;
}

/* line 21, resources/scss/layout.scss */
a {
  text-decoration: none;
}

/* line 22, resources/scss/layout.scss */
#rhsPanel p, .content p, #content ul {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 140%;
  line-height: 1.4em;
}

/* line 23, resources/scss/layout.scss */
.introText {
  font-size: 190%;
  font-weight: 600;
}
/* line 24, resources/scss/layout.scss */
.introText em, .introText i {
  font-style: italic;
}

/* -------------------------------------------------------------- */
/* = COLORS
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* = TYPOGRAPHY
/* -------------------------------------------------------------- */
/* line 37, resources/scss/layout.scss */
#menu_main, .date {
  font-family: 'Oswald', sans-serif;
}

/* line 40, resources/scss/layout.scss */
textarea, body, input, select {
  font-family: 'Open Sans', sans-serif;
}

/* line 43, resources/scss/layout.scss */
h1 {
  font-family: Georgia, serif;
}

/* line 46, resources/scss/layout.scss */
h2 {
  font-size: 290%;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}
/* line 52, resources/scss/layout.scss */
h2 a {
  text-decoration: underline;
}
/* line 54, resources/scss/layout.scss */
h2 a:hover {
  opacity: .8 !important;
  text-decoration: none;
}

/* line 61, resources/scss/layout.scss */
.viewMoreButton {
  padding: 7px 10px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-size: 130%;
  float: left;
  margin-right: 5px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none !important;
  margin-bottom: 6px;
}
/* line 72, resources/scss/layout.scss */
.viewMoreButton:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000000;
}

/* line 74, resources/scss/layout.scss */
.viewMoreButton.smaller {
  font-size: 100%;
}

/* -------------------------------------------------------------- */
/* = ICON FONTS
/* -------------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 92, resources/scss/layout.scss */
[class*="icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 106, resources/scss/layout.scss */
.icon-facebook:before {
  content: "\e600";
  font-size: 15px;
}

/* line 110, resources/scss/layout.scss */
.icon-twitter:before {
  content: "\e601";
  font-size: 15px;
}

/* line 114, resources/scss/layout.scss */
.icon-youtube:before {
  content: "\e603";
  font-size: 15px;
}

/* line 118, resources/scss/layout.scss */
.icon-linkedin:before {
  content: "\e602";
  font-size: 15px;
}

/* line 124, resources/scss/layout.scss */
.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 124, resources/scss/layout.scss */
  .mobile {
    display: block;
  }
}

/* line 128, resources/scss/layout.scss */
.desktop {
  display: inherit;
}
@media only screen and (max-width: 767px) {
  /* line 128, resources/scss/layout.scss */
  .desktop {
    display: none;
  }
}

/* line 133, resources/scss/layout.scss */
.portrait {
  display: none !important;
}
@media screen and (orientation: portrait) {
  /* line 133, resources/scss/layout.scss */
  .portrait {
    display: block !important;
  }
}

/* line 137, resources/scss/layout.scss */
.landscape {
  display: none !important;
}
@media screen and (orientation: landscape) {
  /* line 137, resources/scss/layout.scss */
  .landscape {
    display: block !important;
  }
}

/* line 143, resources/scss/layout.scss */
body {
  background-color: #528FAE;
}

/* line 148, resources/scss/layout.scss */
.whiteButton {
  background-color: #fff;
  font-size: 22px;
  padding: 4px 8px;
  margin-top: 20px;
  color: #000000;
  float: left;
  clear: both;
  line-height: 1.2em;
  font-family: 'Oswald', sans-serif;
}

/* line 162, resources/scss/layout.scss */
.tp-banner > ul > li {
  visibility: hidden;
}

/* -------------------------------------------------------------- */
/* = MOBILE MENU
/* -------------------------------------------------------------- */
/* line 174, resources/scss/layout.scss */
#openCloseButt {
  padding: 20px 10px;
  font-size: 3em;
  font-weight: 300;
  margin-left: -2px;
  font-family: 'Oswald', sans-serif;
  background-color: #090909;
  color: #FFFFFF;
  border: none;
  float: left;
  cursor: pointer;
  position: absolute;
  width: 28px;
  right: -28px;
  top: 130px;
  z-index: 999;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  /* line 174, resources/scss/layout.scss */
  #openCloseButt {
    display: block;
  }
}

/* line 198, resources/scss/layout.scss */
#mobile_menu_main {
  height: 100%;
  position: absolute;
  left: -210px;
  top: 0px;
  z-index: 999;
  background-repeat: repeat-y;
  background-position: top right;
}
/* line 206, resources/scss/layout.scss */
#mobile_menu_main * {
  z-index: 9999;
}
/* line 210, resources/scss/layout.scss */
#mobile_menu_main li.active > a {
  color: #FFFFFF;
  background-color: #3fafdb;
}
/* line 215, resources/scss/layout.scss */
#mobile_menu_main .extender {
  cursor: pointer;
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 222, resources/scss/layout.scss */
#mobile_menu_main .extender span {
  background-image: url("../images/submenarrow.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  height: 9px;
  width: 20px;
  position: absolute;
  top: 16px;
  right: 10px;
}
/* line 233, resources/scss/layout.scss */
#mobile_menu_main .extender .extended > span {
  background-position: bottom left;
}

/* line 240, resources/scss/layout.scss */
#mobile_menu_main > ul > li {
  position: relative;
}
/* line 242, resources/scss/layout.scss */
#mobile_menu_main > ul > li .active {
  background: rgba(255, 255, 255, 0.05);
}
/* line 244, resources/scss/layout.scss */
#mobile_menu_main > ul > li .active ul {
  display: block;
}
/* line 248, resources/scss/layout.scss */
#mobile_menu_main > ul > li ul {
  display: none;
}
/* line 250, resources/scss/layout.scss */
#mobile_menu_main > ul > li ul li a {
  padding-left: 20px;
  padding: 12px 12px 12px 20px;
  font-size: .9em;
  text-transform: none;
}
/* line 256, resources/scss/layout.scss */
#mobile_menu_main > ul > li ul li > ul > li a {
  padding-left: 35px;
}

/* line 266, resources/scss/layout.scss */
.valign {
  text-align: center;
  display: table !important;
  overflow: hidden;
  height: 100%;
  min-height: 70px;
  margin: 0 auto;
}

/* line 274, resources/scss/layout.scss */
.vac {
  display: table-cell !important;
  vertical-align: middle;
}

/* line 280, resources/scss/layout.scss */
.linkTitle {
  display: block;
}

/* line 283, resources/scss/layout.scss */
span.linkTitle,
#logo a {
  text-indent: -9999px;
}

/* -------------------------------------------------------------- */
/* = FORMS
/* -------------------------------------------------------------- */
/* line 294, resources/scss/layout.scss */
form {
  /*margin-bottom: 20px; */
}

/* line 296, resources/scss/layout.scss */
fieldset {
  margin-bottom: 20px;
}

/* line 299, resources/scss/layout.scss */
input[type="text"], input[type="password"], input[type="email"], textarea, select {
  border: none;
  padding: 6px 4px;
  outline: none;
  color: #111111;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 0px;
  background: #fff;
}

/* line 311, resources/scss/layout.scss */
select {
  padding: 0;
}

/* line 316, resources/scss/layout.scss */
textarea {
  min-height: 60px;
}

/* line 319, resources/scss/layout.scss */
label, legend {
  display: block;
}

/* line 322, resources/scss/layout.scss */
label {
  font-weight: 400;
  padding: 6px 0px 2px 0px;
  margin: 0px;
  line-height: 1em;
}

/* line 329, resources/scss/layout.scss */
select {
  width: 240px;
}

/* line 332, resources/scss/layout.scss */
input[type="checkbox"] {
  display: inline;
}

/* line 335, resources/scss/layout.scss */
label span, legend span {
  font-weight: 600;
  font-size: 1.2em;
}

/* line 339, resources/scss/layout.scss */
.formSegWrap {
  float: left !important;
  padding-right: 3px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

/* line 346, resources/scss/layout.scss */
.formSegWrap .formSegWrap {
  width: 100%;
}

/* line 349, resources/scss/layout.scss */
.mainElLabel {
  padding-bottom: 2px;
}

/* line 352, resources/scss/layout.scss */
.formSegWrap input[type=text], .formSegWrap input[type=password], .formSegWrap textarea {
  float: left !important;
  width: 100% !important;
  padding: 10px 4px;
  /*	margin-left:-10px; */
  background-color: #FAFAFA;
  border: solid 2px #eee;
  box-sizing: border-box;
}

/* line 362, resources/scss/layout.scss */
#emailUsForm {
  margin-top: 15px;
}

/* line 365, resources/scss/layout.scss */
#emailUsForm input[type=text], #emailUsForm input[type=password], #emailUsForm textarea {
  border: none;
}

/* line 370, resources/scss/layout.scss */
.formSegWrap input[type=text]:focus, .formSegWrap input[type=password]:focus, .formSegWrap textarea:focus {
  /*margin-left:-11px;*/
  outline: solid 2px #0072b1;
}

/* line 374, resources/scss/layout.scss */
form h2, hr {
  clear: both;
}

/* line 377, resources/scss/layout.scss */
.form .matrix .optionCell {
  text-align: center;
  width: 50px;
}

/* line 381, resources/scss/layout.scss */
.form .matrix input {
  margin: 0px;
}

/* line 384, resources/scss/layout.scss */
.form .matrix th {
  font-size: 12px;
}

/* line 387, resources/scss/layout.scss */
mainLabel {
  overflow: visible;
}

/* line 390, resources/scss/layout.scss */
.required .mainLabel:after {
  content: ' *';
  font-size: 1em !important;
  color: #ec9e00 !important;
}

/* line 395, resources/scss/layout.scss */
textarea {
  min-height: 100px;
}

/* line 398, resources/scss/layout.scss */
.Quarter {
  width: 25%;
}

/* line 401, resources/scss/layout.scss */
.ThreeQuarters, .ThreeQuarter {
  width: 75%;
}

/* line 404, resources/scss/layout.scss */
.OneThird {
  width: 33.3%;
}

/* line 407, resources/scss/layout.scss */
.TwoThird, .TwoThirds {
  width: 66.6%;
}

/* line 410, resources/scss/layout.scss */
.Half {
  width: 50%;
}

/* line 413, resources/scss/layout.scss */
.Full {
  width: 100%;
  clear: both;
}

/* line 417, resources/scss/layout.scss */
._45 {
  width: 40%;
}

/* line 420, resources/scss/layout.scss */
._10 {
  width: 20%;
}

/* line 423, resources/scss/layout.scss */
.Half input[type=text], .Half input[type=password] {
  width: 100%;
}

/* line 426, resources/scss/layout.scss */
.elWrap {
  position: relative;
}

/* line 429, resources/scss/layout.scss */
.elementRadioGroup .elWrap {
  padding-left: 25px;
}

/* line 435, resources/scss/layout.scss */
.elWrap input {
  margin-right: 5px;
}

/* line 438, resources/scss/layout.scss */
.radioWrap {
  margin-left: -5px;
  float: left;
  height: 25px;
}

/* line 443, resources/scss/layout.scss */
.radioWrap label, .radioWrap div {
  float: right;
  font-weight: 700;
}

/* line 448, resources/scss/layout.scss */
.radioWrap label {
  padding-right: 40px;
  padding-top: 4px;
}

/* line 452, resources/scss/layout.scss */
.formCheckWrap .formSegWrap {
  float: left;
  clear: both;
  position: relative;
  padding-bottom: 5px;
}

/* line 458, resources/scss/layout.scss */
.formCheckWrap label {
  padding-left: 30px;
}

/* line 461, resources/scss/layout.scss */
.formCheckWrap .elWrap {
  position: absolute;
  left: 0px;
  top: 2px;
}

/* line 467, resources/scss/layout.scss */
.form input[type=reset], .form input[type=submit] {
  width: inherit !important;
  font-size: 1.5em;
  font-family: 'Oswald', sans-serif;
  border: none;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
/* line 475, resources/scss/layout.scss */
.form input[type=reset]:hover, .form input[type=submit]:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
}

/* line 484, resources/scss/layout.scss */
.error, .process_errors {
  color: #ec9e00;
}

/* line 487, resources/scss/layout.scss */
.errorContainer {
  font-size: .9em;
  float: left;
  clear: both;
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  font-weight: 700;
}

/* line 496, resources/scss/layout.scss */
.formiterror, .errorContainer label {
  padding: 0px;
  position: absolute;
  right: 10px;
  top: -17px;
}

/* -------------------------------------------------------------- */
/* = Homepage Content
/* -------------------------------------------------------------- */
/* line 510, resources/scss/layout.scss */
.homeColumn {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 959px) {
  /* line 510, resources/scss/layout.scss */
  .homeColumn {
    width: 100%;
  }
}
@media screen and (orientation: portrait) {
  /* line 510, resources/scss/layout.scss */
  .homeColumn {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 510, resources/scss/layout.scss */
  .homeColumn {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 510, resources/scss/layout.scss */
  .homeColumn {
    width: 100%;
  }
}

/* line 521, resources/scss/layout.scss */
.newsslider .homeNewsItem {
  min-height: 450px;
}

/* line 525, resources/scss/layout.scss */
.mediaslider .homeNewsItem {
  min-height: 240px;
}

/* line 530, resources/scss/layout.scss */
#content .socialMediaHome .icon {
  padding-bottom: 20px;
  height: 80px;
}

/* line 538, resources/scss/layout.scss */
.socialMediaHome .icon {
  width: 33.3%;
  height: 50px;
  float: left;
  color: #FFFFFF !important;
  text-align: center;
  padding-top: 20px;
}
/* line 545, resources/scss/layout.scss */
.socialMediaHome .icon:hover {
  cursor: pointer;
  opacity: .8;
}
/* line 551, resources/scss/layout.scss */
.socialMediaHome .icon:before {
  font-size: 30px !important;
}
/* line 555, resources/scss/layout.scss */
.socialMediaHome .icon:hover {
  text-decoration: none !important;
}
/* line 558, resources/scss/layout.scss */
.socialMediaHome .icon span {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  clear: both;
  text-align: center;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}
/* line 569, resources/scss/layout.scss */
.socialMediaHome .icon-youtube {
  background-color: #c20b02;
}
/* line 572, resources/scss/layout.scss */
.socialMediaHome .icon-linkedin {
  background-color: #0072b1;
}
/* line 575, resources/scss/layout.scss */
.socialMediaHome .icon-facebook {
  background-color: #3c599b;
}

/* line 584, resources/scss/layout.scss */
.homeItem h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 280%;
  font-weight: 300 !important;
  text-align: center;
  padding: 20px 0px;
}
/* line 591, resources/scss/layout.scss */
.homeItem a:hover .arrow-up {
  margin-top: -20px;
  margin-bottom: 8px;
}

/* line 596, resources/scss/layout.scss */
.latestNewsTitle {
  font-family: 'Oswald', sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 160%;
  text-transform: uppercase;
  padding: 16px 0px 0px 20px;
  margin-bottom: -32px;
  z-index: 1;
  position: relative;
}

/* line 606, resources/scss/layout.scss */
.homeNewsItem {
  color: #FFFFFF;
}
/* line 608, resources/scss/layout.scss */
.homeNewsItem .inner {
  padding: 40px 20px 20px 20px;
}
/* line 611, resources/scss/layout.scss */
.homeNewsItem .date {
  font-size: 140%;
}
/* line 614, resources/scss/layout.scss */
.homeNewsItem p {
  font-size: 140%;
  line-height: 1.2em;
  margin-bottom: 10px;
}
/* line 619, resources/scss/layout.scss */
.homeNewsItem h2 {
  font-size: 220%;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  /* line 619, resources/scss/layout.scss */
  .homeNewsItem h2 {
    font-size: 220%;
  }
}

/* line 636, resources/scss/layout.scss */
#rhsPanelHome {
  z-index: 1;
}

/* line 639, resources/scss/layout.scss */
.featureSlider {
  width: 100%;
  z-index: 1;
}
/* line 642, resources/scss/layout.scss */
.featureSlider h2 {
  line-height: 1em;
  font-weight: 300;
  font-size: 1em;
  text-align: left;
}
/* line 648, resources/scss/layout.scss */
.featureSlider h3 {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  text-align: left;
}

/* line 657, resources/scss/layout.scss */
.newsletterSignup {
  background-color: #e3e3e3;
  font-family: 'Oswald', sans-serif;
  color: #2a5778;
  text-transform: uppercase;
  font-size: 120%;
  padding: 20px 10px 10px 10px;
  box-sizing: border-box;
  position: relative;
}
/* line 668, resources/scss/layout.scss */
.newsletterSignup p {
  padding-bottom: .5em;
}
/* line 671, resources/scss/layout.scss */
.newsletterSignup form {
  position: relative;
}
/* line 674, resources/scss/layout.scss */
.newsletterSignup input[type=email] {
  border: none;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
  font-size: 135%;
  font-weight: 300;
}
/* line 684, resources/scss/layout.scss */
.newsletterSignup button[type=submit] {
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(../images/arrow-right.png);
  background-position: center;
  background-repeat: no-repeat !important;
  width: 45px;
  height: 45px;
  border: none;
  text-indent: -9000px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #2a5778 !important;
  border-radius: 0px !important;
}
/* line 700, resources/scss/layout.scss */
.newsletterSignup button[type=submit]:hover {
  cursor: pointer;
  opacity: 1;
  background-repeat: no-repeat !important;
  background-color: #2b6591 !important;
  border: none;
}

/* line 710, resources/scss/layout.scss */
.videoWrapper {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
/* line 716, resources/scss/layout.scss */
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 726, resources/scss/layout.scss */
header {
  background-image: url("../images/headStrip.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 11px;
  margin-bottom: -11px;
  z-index: 3;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}
/* line 737, resources/scss/layout.scss */
header .fournalesLogo {
  float: left;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 737, resources/scss/layout.scss */
  header .fournalesLogo {
    width: 90px;
    margin: 5px 0px 0px 5px;
  }
}
@media screen and (orientation: portrait) {
  /* line 726, resources/scss/layout.scss */
  header {
    position: relative;
  }
}
@media only screen and (max-width: 959px) and (orientation: portrait) {
  /* line 726, resources/scss/layout.scss */
  header {
    position: fixed;
  }
}
@media only screen and (max-width: 767px) {
  /* line 726, resources/scss/layout.scss */
  header {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: -8px;
  }
}
/* line 750, resources/scss/layout.scss */
header .inner {
  background-color: #FFFFFF;
  min-height: 65px;
  overflow: hidden;
}
/* line 754, resources/scss/layout.scss */
header .inner #logoPanel {
  float: left;
  width: 100%;
  /*overflow:auto; */
}
@media only screen and (max-width: 767px) {
  /* line 754, resources/scss/layout.scss */
  header .inner #logoPanel {
    float: none;
  }
}
/* line 759, resources/scss/layout.scss */
header .inner #logoPanel #logo {
  float: left;
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  /* line 759, resources/scss/layout.scss */
  header .inner #logoPanel #logo {
    margin-right: 10px;
  }
}
/* line 763, resources/scss/layout.scss */
header .inner #logoPanel #logo a {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  display: block;
  height: 37px;
  margin: 15px 0 7px 15px;
  width: 248px;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  /* line 763, resources/scss/layout.scss */
  header .inner #logoPanel #logo a {
    height: 37px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 763, resources/scss/layout.scss */
  header .inner #logoPanel #logo a {
    width: 150px;
    height: 18px;
    margin: 5px 0px 0px 5px;
    padding-bottom: 3px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 763, resources/scss/layout.scss */
  header .inner #logoPanel #logo a {
    background-image: url("../images/logo@2x.png");
  }
}
/* line 776, resources/scss/layout.scss */
header .inner #logoPanel .libLogo {
  float: right;
  padding-top: 15px;
  padding-right: 15px;
}
/* line 781, resources/scss/layout.scss */
header .inner #logoPanel #headSocialMedia {
  position: absolute;
  right: 20px;
  top: 15px;
  padding-top: 3px;
}
@media only screen and (max-width: 1199px) {
  /* line 781, resources/scss/layout.scss */
  header .inner #logoPanel #headSocialMedia {
    padding-top: 5px;
    display: none;
  }
}
/* line 788, resources/scss/layout.scss */
header .inner #logoPanel #headSocialMedia li {
  display: inline-block;
}
/* line 790, resources/scss/layout.scss */
header .inner #logoPanel #headSocialMedia li a {
  color: #7c7c7c;
  font-size: 230%;
  padding: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  /* line 790, resources/scss/layout.scss */
  header .inner #logoPanel #headSocialMedia li a {
    font-size: 200%;
  }
}
/* line 796, resources/scss/layout.scss */
header .inner #logoPanel #headSocialMedia li a:hover {
  color: #c00a02;
}
/* line 804, resources/scss/layout.scss */
header .inner #menu_main {
  /*float:right;*/
  padding: 15px 10px 0px 10px;
}
@media only screen and (max-width: 1199px) {
  /* line 804, resources/scss/layout.scss */
  header .inner #menu_main {
    float: left;
    clear: both;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 804, resources/scss/layout.scss */
  header .inner #menu_main {
    float: none;
    clear: both;
    padding: 0px 0px 10px 0px;
  }
}
@media screen and (orientation: portrait) {
  /* line 804, resources/scss/layout.scss */
  header .inner #menu_main {
    float: none;
    clear: both;
    padding: 0px 0px 10px 0px;
    text-align: center;
  }
}
/* line 814, resources/scss/layout.scss */
header .inner #menu_main ul > li {
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  /* line 814, resources/scss/layout.scss */
  header .inner #menu_main ul > li {
    width: 33%;
    text-align: center;
    display: block;
    float: left;
    height: 50px;
  }
}
/* line 817, resources/scss/layout.scss */
header .inner #menu_main ul > li a {
  font-size: 190%;
  font-weight: 300;
  color: #5b5b5b;
  padding: 10px 15px 10px 15px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 959px) {
  /* line 817, resources/scss/layout.scss */
  header .inner #menu_main ul > li a {
    font-size: 180%;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 817, resources/scss/layout.scss */
  header .inner #menu_main ul > li a {
    font-size: 170%;
  }
}
/* line 827, resources/scss/layout.scss */
header .inner #menu_main ul > li a:hover {
  color: #62ABC7;
}
/* line 830, resources/scss/layout.scss */
header .inner #menu_main ul > li.active a {
  color: #c00a02;
}

/* line 836, resources/scss/layout.scss */
#rightScaleImg {
  height: 100%;
  width: 55%;
  margin-top: -11px;
  position: fixed;
  z-index: -1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  /* line 836, resources/scss/layout.scss */
  #rightScaleImg {
    display: none;
  }
}
@media screen and (orientation: portrait) {
  /* line 836, resources/scss/layout.scss */
  #rightScaleImg {
    display: none;
  }
}
/* line 846, resources/scss/layout.scss */
#rightScaleImg .inner {
  background-image: url("../images/default_rightBg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
  width: 100%;
}

/* line 856, resources/scss/layout.scss */
#rightScaleSlider {
  height: 100%;
  margin-top: 66px;
  position: fixed;
  width: 100%;
  z-index: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  /* line 856, resources/scss/layout.scss */
  #rightScaleSlider {
    margin-top: 98px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 856, resources/scss/layout.scss */
  #rightScaleSlider {
    position: relative;
    width: 100%;
    margin-top: 0px;
  }
}
@media screen and (orientation: portrait) {
  /* line 856, resources/scss/layout.scss */
  #rightScaleSlider {
    position: relative;
    width: 100%;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 867, resources/scss/layout.scss */
  #rightScaleSlider .tp-banner-container {
    height: 400px !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 868, resources/scss/layout.scss */
  #rightScaleSlider .anchorButton {
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 6px white;
    opacity: .8;
    background-image: url(../images/arrow-down.png);
    background-position: center;
    background-repeat: no-repeat !important;
    position: absolute;
    border-radius: 50%;
    margin-left: -40px;
    left: 50%;
    bottom: 150px;
    z-index: 9999;
  }
  /* line 885, resources/scss/layout.scss */
  #rightScaleSlider .anchorButton:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  /* line 868, resources/scss/layout.scss */
  #rightScaleSlider .anchorButton {
    bottom: 20px;
  }
}
/* line 892, resources/scss/layout.scss */
#rightScaleSlider .inner {
  height: 100%;
  width: 60%;
  background-color: #111111;
}
/* line 896, resources/scss/layout.scss */
#rightScaleSlider .inner .homeslider {
  height: 100%;
  background-color: #ff00f5;
}
@media only screen and (max-width: 959px) {
  /* line 896, resources/scss/layout.scss */
  #rightScaleSlider .inner .homeslider {
    width: 100%;
  }
}
@media screen and (orientation: portrait) {
  /* line 892, resources/scss/layout.scss */
  #rightScaleSlider .inner {
    position: relative;
    width: 100%;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 892, resources/scss/layout.scss */
  #rightScaleSlider .inner {
    position: relative;
    width: 100%;
    margin-top: 0px;
  }
}
/* line 906, resources/scss/layout.scss */
#rightScaleSlider article ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* line 913, resources/scss/layout.scss */
.contentSlider .inner {
  width: 65% !important;
}
@media screen and (orientation: portrait) {
  /* line 913, resources/scss/layout.scss */
  .contentSlider .inner {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 913, resources/scss/layout.scss */
  .contentSlider .inner {
    width: 100% !important;
  }
}

/* line 920, resources/scss/layout.scss */
#rhsPanel, #rhsPanelHome {
  float: right;
  padding-top: 66px;
  padding-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  /* line 920, resources/scss/layout.scss */
  #rhsPanel, #rhsPanelHome {
    padding-top: 98px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 920, resources/scss/layout.scss */
  #rhsPanel, #rhsPanelHome {
    padding-top: 0px;
  }
}
@media screen and (orientation: portrait) {
  /* line 920, resources/scss/layout.scss */
  #rhsPanel, #rhsPanelHome {
    width: 100%;
    padding-top: 0px;
  }
}
/* line 931, resources/scss/layout.scss */
#rhsPanel #submenu, #rhsPanelHome #submenu {
  position: absolute;
  left: -105px;
  top: 110px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 1199px) {
  /* line 931, resources/scss/layout.scss */
  #rhsPanel #submenu, #rhsPanelHome #submenu {
    top: 140px;
  }
}
@media only screen and (max-width: 959px) {
  /* line 931, resources/scss/layout.scss */
  #rhsPanel #submenu, #rhsPanelHome #submenu {
    left: -105px;
  }
}
@media screen and (orientation: portrait) {
  /* line 931, resources/scss/layout.scss */
  #rhsPanel #submenu, #rhsPanelHome #submenu {
    position: relative;
    left: 0px;
    top: -1px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 931, resources/scss/layout.scss */
  #rhsPanel #submenu, #rhsPanelHome #submenu {
    position: relative;
    left: 0px;
    top: -1px;
  }
}
/* line 948, resources/scss/layout.scss */
#rhsPanel #submenu li, #rhsPanelHome #submenu li {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (orientation: portrait) {
  /* line 948, resources/scss/layout.scss */
  #rhsPanel #submenu li, #rhsPanelHome #submenu li {
    float: left;
    width: 20%;
  }
  /* line 950, resources/scss/layout.scss */
  #rhsPanel #submenu li a, #rhsPanelHome #submenu li a {
    width: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 948, resources/scss/layout.scss */
  #rhsPanel #submenu li, #rhsPanelHome #submenu li {
    float: left;
    width: 20%;
  }
  /* line 951, resources/scss/layout.scss */
  #rhsPanel #submenu li a, #rhsPanelHome #submenu li a {
    width: auto !important;
  }
}
@media only screen and (max-width: 479px) {
  /* line 948, resources/scss/layout.scss */
  #rhsPanel #submenu li, #rhsPanelHome #submenu li {
    width: 33.3%;
  }
}
/* line 953, resources/scss/layout.scss */
#rhsPanel #submenu li a, #rhsPanelHome #submenu li a {
  display: block;
  width: 85px;
  padding: 10px;
  min-height: 65px;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  /* line 953, resources/scss/layout.scss */
  #rhsPanel #submenu li a, #rhsPanelHome #submenu li a {
    height: 75px;
    width: 85px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 953, resources/scss/layout.scss */
  #rhsPanel #submenu li a, #rhsPanelHome #submenu li a {
    width: 100%;
    box-sizing: border-box;
    height: 90px;
  }
}
/* line 965, resources/scss/layout.scss */
#rhsPanel #submenu li a .icon, #rhsPanelHome #submenu li a .icon {
  width: 100%;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 972, resources/scss/layout.scss */
#rhsPanel #submenu li a .title, #rhsPanelHome #submenu li a .title {
  font-size: 120%;
  opacity: .7;
}
/* line 977, resources/scss/layout.scss */
#rhsPanel #submenu li:hover, #rhsPanelHome #submenu li:hover {
  opacity: .7;
}
@media only screen and (max-width: 959px) {
  /* line 982, resources/scss/layout.scss */
  #rhsPanel #content, #rhsPanelHome #content {
    padding: 30px;
  }
}
@media screen and (orientation: portrait) {
  /* line 982, resources/scss/layout.scss */
  #rhsPanel #content, #rhsPanelHome #content {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  /* line 982, resources/scss/layout.scss */
  #rhsPanel #content, #rhsPanelHome #content {
    clear: both;
  }
}

/* line 988, resources/scss/layout.scss */
#rhsPanel {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  /* line 988, resources/scss/layout.scss */
  #rhsPanel {
    width: 100%;
    float: none;
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
@media screen and (orientation: portrait) {
  /* line 988, resources/scss/layout.scss */
  #rhsPanel {
    position: relative;
    width: 100%;
    margin-top: 0px;
  }
}

/* line 993, resources/scss/layout.scss */
#rhsPanelHome {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  /* line 993, resources/scss/layout.scss */
  #rhsPanelHome {
    width: 100%;
  }
}
@media screen and (orientation: portrait) {
  /* line 993, resources/scss/layout.scss */
  #rhsPanelHome {
    position: relative;
    width: 100%;
    margin-top: 0px;
  }
}

/* line 1000, resources/scss/layout.scss */
#mobileImg {
  display: none;
  margin-top: -11px;
}
@media only screen and (max-width: 767px) {
  /* line 1000, resources/scss/layout.scss */
  #mobileImg {
    display: block;
  }
}
@media screen and (orientation: portrait) {
  /* line 1000, resources/scss/layout.scss */
  #mobileImg {
    display: block;
    max-height: 80%;
    overflow: hidden;
    position: relative;
  }
}
/* line 1005, resources/scss/layout.scss */
#mobileImg img {
  max-width: 100%;
}

/* line 1009, resources/scss/layout.scss */
#contentWrapper {
  min-height: 100px;
}

/* line 1014, resources/scss/layout.scss */
.backgroundImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 1022, resources/scss/layout.scss */
.latestNews {
  top: 50%;
  height: 300px;
  margin-top: -150px;
  margin-bottom: 80px;
  position: fixed;
  left: 10%;
  color: #FFFFFF;
  font-family: Georgia, "Lucida Bright", "DejaVu Serif", serif;
}
@media only screen and (max-width: 767px) {
  /* line 1022, resources/scss/layout.scss */
  .latestNews {
    position: relative;
    margin-top: 0px;
    height: 170px;
  }
}
/* line 1034, resources/scss/layout.scss */
.latestNews p {
  font-size: 220%;
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  /* line 1034, resources/scss/layout.scss */
  .latestNews p {
    font-size: 170%;
  }
}
/* line 1041, resources/scss/layout.scss */
.latestNews h1 {
  font-size: 650%;
  padding: 20px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  /* line 1041, resources/scss/layout.scss */
  .latestNews h1 {
    font-size: 370%;
  }
}

/* line 1050, resources/scss/layout.scss */
.archive, .archiveContent, .blogContent {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 1050, resources/scss/layout.scss */
  .archive, .archiveContent, .blogContent {
    height: auto;
  }
}

/* line 1055, resources/scss/layout.scss */
.archive {
  margin-top: 66px;
}
@media only screen and (max-width: 1199px) {
  /* line 1055, resources/scss/layout.scss */
  .archive {
    margin-top: 98px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1055, resources/scss/layout.scss */
  .archive {
    position: relative;
    margin-top: 0px;
  }
}

/* line 1061, resources/scss/layout.scss */
.archiveZoom {
  background-image: url(../images/archive-zoom.png);
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  display: none;
  top: 50%;
  left: 75%;
  width: 86px;
  height: 86px;
}
@media only screen and (max-width: 767px) {
  /* line 1061, resources/scss/layout.scss */
  .archiveZoom {
    display: none;
  }
}

/* line 1077, resources/scss/layout.scss */
.archiveImage:hover .archiveZoom {
  display: block;
}

/* line 1081, resources/scss/layout.scss */
.contentImage {
  border: solid 7px #FFFFFF;
  position: relative;
}
/* line 1084, resources/scss/layout.scss */
.contentImage .archiveZoom {
  position: absolute;
  background-size: contain;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
}

/* line 1094, resources/scss/layout.scss */
.contentImage:hover .archiveZoom {
  display: block;
}

/* line 1097, resources/scss/layout.scss */
.archiveImage {
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  height: 100%;
  right: 0px;
}
@media only screen and (min-width: 1900px) {
  /* line 1097, resources/scss/layout.scss */
  .archiveImage {
    width: 55%;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 1097, resources/scss/layout.scss */
  .archiveImage {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1097, resources/scss/layout.scss */
  .archiveImage {
    width: 100%;
    margin-top: -12px;
    height: auto;
    position: relative;
    background-image: none !important;
  }
}

/* line 1116, resources/scss/layout.scss */
.blogImage {
  width: 20%;
}

/* line 1119, resources/scss/layout.scss */
.blogImage.full {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  /* line 1119, resources/scss/layout.scss */
  .blogImage.full {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1123, resources/scss/layout.scss */
  .archive #map {
    width: 100% !important;
    height: 150px !important;
  }
}

/* line 1126, resources/scss/layout.scss */
.blogContent .menu span {
  font-size: 80% !important;
}

/* line 1131, resources/scss/layout.scss */
.archiveContent, .blogContent {
  float: left;
  width: 50%;
}
@media only screen and (min-width: 1900px) {
  /* line 1131, resources/scss/layout.scss */
  .archiveContent, .blogContent {
    width: 45%;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 1131, resources/scss/layout.scss */
  .archiveContent, .blogContent {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1131, resources/scss/layout.scss */
  .archiveContent, .blogContent {
    width: 100%;
  }
}
/* line 1139, resources/scss/layout.scss */
.archiveContent h1, .blogContent h1 {
  font-weight: 400;
  font-size: 420%;
  font-family: 'Oswald', sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  /* line 1139, resources/scss/layout.scss */
  .archiveContent h1, .blogContent h1 {
    font-size: 350%;
  }
}
@media only screen and (max-width: 959px) {
  /* line 1139, resources/scss/layout.scss */
  .archiveContent h1, .blogContent h1 {
    font-size: 350%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1139, resources/scss/layout.scss */
  .archiveContent h1, .blogContent h1 {
    font-size: 350%;
  }
}
/* line 1150, resources/scss/layout.scss */
.archiveContent .inner, .blogContent .inner {
  padding-top: 25px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  /* line 1150, resources/scss/layout.scss */
  .archiveContent .inner, .blogContent .inner {
    padding-top: 20px;
    padding-right: 10px;
  }
}
/* line 1155, resources/scss/layout.scss */
.archiveContent .date, .blogContent .date {
  font-size: 130%;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 400;
}
/* line 1161, resources/scss/layout.scss */
.archiveContent .entry, .blogContent .entry {
  margin-top: 10px;
}
/* line 1163, resources/scss/layout.scss */
.archiveContent .entry p, .blogContent .entry p {
  font-size: 130%;
  line-height: 1.3em;
}
/* line 1164, resources/scss/layout.scss */
.archiveContent .entry .viewMoreButton, .blogContent .entry .viewMoreButton {
  margin-bottom: 30px;
}
/* line 1166, resources/scss/layout.scss */
.archiveContent .menu, .blogContent .menu {
  width: 210px;
  height: 100%;
  float: left;
  position: fixed;
  background-color: #090909;
  color: #FFFFFF;
  padding-left: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* line 1174, resources/scss/layout.scss */
.archiveContent .menu a:hover, .blogContent .menu a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 959px) {
  /* line 1166, resources/scss/layout.scss */
  .archiveContent .menu, .blogContent .menu {
    width: 165px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1166, resources/scss/layout.scss */
  .archiveContent .menu, .blogContent .menu {
    width: 210px;
  }
}
/* line 1180, resources/scss/layout.scss */
.archiveContent .menu li, .blogContent .menu li {
  padding-top: 10px;
}
/* line 1183, resources/scss/layout.scss */
.archiveContent .menu a, .blogContent .menu a {
  color: #FFFFFF;
  font-size: 140%;
  font-weight: 700;
}
/* line 1188, resources/scss/layout.scss */
.archiveContent .menu span, .blogContent .menu span {
  font-weight: 400;
  font-size: 90%;
}
/* line 1192, resources/scss/layout.scss */
.archiveContent .menu h3, .blogContent .menu h3 {
  font-size: 240%;
  margin-top: 30px;
  margin-bottom: 5px;
  color: #999999;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
}
/* line 1200, resources/scss/layout.scss */
.archiveContent .menu h4, .blogContent .menu h4 {
  font-size: 110%;
  margin-bottom: 2px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
}
/* line 1207, resources/scss/layout.scss */
.archiveContent .content, .blogContent .content {
  width: 100%;
  padding-left: 210px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100%;
  float: left;
  color: #FFFFFF;
}
@media only screen and (max-width: 959px) {
  /* line 1207, resources/scss/layout.scss */
  .archiveContent .content, .blogContent .content {
    padding-left: 165px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1207, resources/scss/layout.scss */
  .archiveContent .content, .blogContent .content {
    padding-left: 10px;
  }
}
/* line 1218, resources/scss/layout.scss */
.archiveContent .content .readMore, .blogContent .content .readMore {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 7px 10px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  font-size: 130%;
  float: left;
  margin-right: 5px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 1229, resources/scss/layout.scss */
.archiveContent .content .readMore:hover, .blogContent .content .readMore:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
}
/* line 1238, resources/scss/layout.scss */
.archiveContent .content a, .blogContent .content a {
  font-weight: 600;
  color: #FFFFFF;
  opacity: .8;
  text-decoration: underline;
}
/* line 1243, resources/scss/layout.scss */
.archiveContent .content a:hover, .blogContent .content a:hover {
  text-decoration: underline;
  opacity: 1;
}
/* line 1248, resources/scss/layout.scss */
.archiveContent .content .inner, .blogContent .content .inner {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1199px) {
  /* line 1248, resources/scss/layout.scss */
  .archiveContent .content .inner, .blogContent .content .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 1257, resources/scss/layout.scss */
.blogZoom {
  left: 50%;
  position: absolute;
}

/* line 1265, resources/scss/layout.scss */
.archives .accordionButton:hover {
  cursor: pointer;
}
/* line 1266, resources/scss/layout.scss */
.archives .accordionButton span {
  font-size: 140%;
}

/* line 1271, resources/scss/layout.scss */
.newsEvents {
  margin-top: 65px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  /* line 1271, resources/scss/layout.scss */
  .newsEvents {
    margin-top: 98px;
  }
}
/* line 1277, resources/scss/layout.scss */
.newsEvents .date, .newsEvents h2 {
  text-align: center;
  font-weight: 400;
}
/* line 1282, resources/scss/layout.scss */
.newsEvents .newsArticleListItem:hover .arrow-up {
  margin-top: -20px;
  margin-bottom: 8px;
}
/* line 1287, resources/scss/layout.scss */
.newsEvents .date {
  font-size: 150%;
  padding: 20px 0px 10px 0px;
  width: 100%;
}
/* line 1292, resources/scss/layout.scss */
.newsEvents h2 {
  font-family: Georgia, "Lucida Bright", "DejaVu Serif", serif;
  font-size: 260%;
  padding: 0px 30px 20px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 1301, resources/scss/layout.scss */
.arrow-up {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  margin-left: auto;
  margin-top: -12px;
  padding-bottom: 0px;
  margin-right: auto;
  z-index: 1;
  position: relative;
}

/* line 1314, resources/scss/layout.scss */
.arrow-down {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  margin-left: auto;
  margin-top: 55px;
  margin-bottom: -40px;
  margin-right: auto;
  z-index: 1;
  position: relative;
}

/* line 1328, resources/scss/layout.scss */
.newsArticleListItem a, .homeItem a {
  color: #FFFFFF;
}

/* line 1333, resources/scss/layout.scss */
body.testimonials blockquote {
  background: rgba(0, 0, 0, 0.15);
  margin-bottom: 3em;
  margin-top: 3em;
  padding: 1em 2em;
  position: relative;
  font-style: italic;
}
/* line 1341, resources/scss/layout.scss */
body.testimonials blockquote:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 15px solid rgba(0, 0, 0, 0.15);
  border-right: 15px solid rgba(0, 0, 0, 0.15);
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: -3em;
  right: 0;
}
/* line 1354, resources/scss/layout.scss */
body.testimonials blockquote p {
  margin-top: 0;
}
/* line 1358, resources/scss/layout.scss */
body.testimonials blockquote img {
  margin-bottom: 1em;
}
/* line 1363, resources/scss/layout.scss */
body.testimonials blockquote + p.justifyright {
  text-align: right;
}

/* -------------------------------------------------------------- */
/* = Gallery
/* -------------------------------------------------------------- */
/* line 1375, resources/scss/layout.scss */
.articleGalleryItem {
  display: inline-block;
  width: 25%;
}

/* line 1380, resources/scss/layout.scss */
.articleGalleryItem:hover .archiveZoom {
  display: block;
}

/* line 1385, resources/scss/layout.scss */
.articleGalleryItem:last-child:after {
  clear: both;
}

/* line 1390, resources/scss/layout.scss */
.thumbs.gallery li {
  float: left;
  width: 25%;
}

/* line 1395, resources/scss/layout.scss */
.galleryContainer {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 1401, resources/scss/layout.scss */
.galleriffic {
  float: left;
  clear: both;
  position: relative;
  width: 100%;
}
@media screen and (orientation: portrait) {
  /* line 1401, resources/scss/layout.scss */
  .galleriffic {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 959px) {
  /* line 1401, resources/scss/layout.scss */
  .galleriffic {
    padding-top: 0px;
  }
}

/* line 1410, resources/scss/layout.scss */
div.galleriffic div.loader {
  width: 320px !important;
}

@media screen and (orientation: portrait) {
  /* line 1411, resources/scss/layout.scss */
  div.galleriffic div.loader, div.galleriffic div.gal_main, div.galleriffic span.image-caption, div.galleriffic div.slideshow a.advance-link {
    min-width: 320px !important;
    width: 100% !important;
  }
}

/* line 1415, resources/scss/layout.scss */
div.galleriffic span.image-caption {
  width: 100% !important;
}

/* line 1418, resources/scss/layout.scss */
#gal-gaff-gallery {
  padding: 0px;
  width: 75%;
  height: 100%;
  position: fixed;
}
@media screen and (orientation: portrait) {
  /* line 1418, resources/scss/layout.scss */
  #gal-gaff-gallery {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    float: left;
  }
}
/* line 1425, resources/scss/layout.scss */
#gal-gaff-gallery #gal-gaff-caption {
  /*margin-top:-75px !important;
  padding-bottom:15px;*/
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0px;
  height: auto;
  min-height: 75px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
}
@media only screen and (max-width: 959px) {
  /* line 1425, resources/scss/layout.scss */
  #gal-gaff-gallery #gal-gaff-caption {
    bottom: 0px;
  }
}
/* line 1440, resources/scss/layout.scss */
#gal-gaff-gallery #gal-gaff-caption .caption {
  box-sizing: border-box;
}
/* line 1444, resources/scss/layout.scss */
#gal-gaff-gallery #gal-gaff-caption .image-title {
  font-size: 230%;
  font-weight: 300;
}
@media only screen and (max-width: 959px) {
  /* line 1444, resources/scss/layout.scss */
  #gal-gaff-gallery #gal-gaff-caption .image-title {
    font-size: 170%;
  }
}
/* line 1449, resources/scss/layout.scss */
#gal-gaff-gallery #gal-gaff-caption .image-desc {
  font-size: 140%;
  font-weight: 400;
  padding-right: 10px !important;
}
@media only screen and (max-width: 959px) {
  /* line 1449, resources/scss/layout.scss */
  #gal-gaff-gallery #gal-gaff-caption .image-desc {
    font-size: 110%;
  }
}
/* line 1458, resources/scss/layout.scss */
#gal-gaff-gallery .slideshow-container {
  height: 100%;
}
/* line 1462, resources/scss/layout.scss */
#gal-gaff-gallery #gal-gaff-slideshow {
  height: 100%;
  padding-top: 66px;
  padding-bottom: 50px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  /* line 1462, resources/scss/layout.scss */
  #gal-gaff-gallery #gal-gaff-slideshow {
    padding-top: 98px;
  }
}
@media screen and (orientation: portrait) {
  /* line 1462, resources/scss/layout.scss */
  #gal-gaff-gallery #gal-gaff-slideshow {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/* line 1473, resources/scss/layout.scss */
#gal-gaff-gallery img {
  border: none;
  width: 100%;
  height: auto;
}
@media screen and (orientation: portrait) {
  /* line 1473, resources/scss/layout.scss */
  #gal-gaff-gallery img {
    width: 100% !important;
    height: auto !important;
  }
}
/* line 1478, resources/scss/layout.scss */
#gal-gaff-gallery .image-wrapper {
  padding-top: 66px;
}
@media only screen and (max-width: 1199px) {
  /* line 1478, resources/scss/layout.scss */
  #gal-gaff-gallery .image-wrapper {
    padding-top: 98px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1478, resources/scss/layout.scss */
  #gal-gaff-gallery .image-wrapper {
    padding: 0px;
  }
}
@media screen and (orientation: portrait) {
  /* line 1478, resources/scss/layout.scss */
  #gal-gaff-gallery .image-wrapper {
    padding: 0px;
  }
}
/* line 1486, resources/scss/layout.scss */
#gal-gaff-gallery .advance-link, #gal-gaff-gallery .image-wrapper {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  /* line 1486, resources/scss/layout.scss */
  #gal-gaff-gallery .advance-link, #gal-gaff-gallery .image-wrapper {
    width: 100%;
    height: auto !important;
  }
}
/* line 1493, resources/scss/layout.scss */
#gal-gaff-gallery .advance-link {
  line-height: 0px;
  background-color: #000000;
}
@media screen and (orientation: portrait) {
  /* line 1495, resources/scss/layout.scss */
  #gal-gaff-gallery .current {
    position: relative;
  }
}
@media screen and (orientation: portrait) {
  /* line 1498, resources/scss/layout.scss */
  #gal-gaff-gallery .previous {
    position: absolute;
  }
}
/* line 1503, resources/scss/layout.scss */
#gal-gaff-gallery .download {
  display: none;
}

/* line 1506, resources/scss/layout.scss */
#gal-gaff-controls {
  display: none;
}

/* line 1509, resources/scss/layout.scss */
#gal-gaff-thumbs {
  width: 25% !important;
  float: right !important;
}
@media screen and (orientation: portrait) {
  /* line 1509, resources/scss/layout.scss */
  #gal-gaff-thumbs {
    width: 100% !important;
    position: relative;
    float: left;
    clear: both;
  }
}
/* line 1514, resources/scss/layout.scss */
#gal-gaff-thumbs .top {
  height: 66px;
  margin: 0px;
}
@media only screen and (max-width: 1199px) {
  /* line 1514, resources/scss/layout.scss */
  #gal-gaff-thumbs .top {
    height: 98px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1514, resources/scss/layout.scss */
  #gal-gaff-thumbs .top {
    height: 0px;
  }
}
@media screen and (orientation: portrait) {
  /* line 1514, resources/scss/layout.scss */
  #gal-gaff-thumbs .top {
    height: 0px;
  }
}
/* line 1521, resources/scss/layout.scss */
#gal-gaff-thumbs li {
  padding: 0px;
  margin: 0px;
  display: block;
  border: none;
  height: auto;
  opacity: 1 !important;
  width: 25% !important;
  box-sizing: border-box;
}
/* line 1533, resources/scss/layout.scss */
#gal-gaff-thumbs li a img {
  height: auto !important;
}
@media only screen and (max-width: 1199px) {
  /* line 1521, resources/scss/layout.scss */
  #gal-gaff-thumbs li {
    width: 33.2% !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 1521, resources/scss/layout.scss */
  #gal-gaff-thumbs li {
    width: 10% !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1521, resources/scss/layout.scss */
  #gal-gaff-thumbs li {
    width: 16.66% !important;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1521, resources/scss/layout.scss */
  #gal-gaff-thumbs li {
    width: 20% !important;
    max-height: 84px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* line 1521, resources/scss/layout.scss */
  #gal-gaff-thumbs li {
    width: 33% !important;
  }
}
@media only screen and (max-width: 479px) and (orientation: landscape) {
  /* line 1521, resources/scss/layout.scss */
  #gal-gaff-thumbs li {
    width: 50% !important;
  }
}
/* line 1549, resources/scss/layout.scss */
#gal-gaff-thumbs li a {
  border: none;
  padding: 0px;
}
/* line 1550, resources/scss/layout.scss */
#gal-gaff-thumbs li a img {
  width: 100%;
  height: 100%;
}
/* line 1553, resources/scss/layout.scss */
#gal-gaff-thumbs .selected {
  border: solid 3px #EC9E00;
}

/* line 1558, resources/scss/layout.scss */
#content {
  font-size: 100%;
  padding: 50px;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  /* line 1558, resources/scss/layout.scss */
  #content {
    padding: 10px;
  }
}
/* line 1566, resources/scss/layout.scss */
#content a {
  font-weight: 600;
  color: #FFFFFF;
}
/* line 1567, resources/scss/layout.scss */
#content a:hover {
  text-decoration: underline;
  opacity: 1;
}
/* line 1568, resources/scss/layout.scss */
#content p {
  margin: 18px 0px 18px 0px;
}
/* line 1569, resources/scss/layout.scss */
#content p a {
  text-decoration: underline;
  opacity: .8;
}
/* line 1574, resources/scss/layout.scss */
#content h1, #content h2, #content h3, #content h4 {
  margin: 15px 0px 15px 0px;
  font-weight: bold;
}
/* line 1575, resources/scss/layout.scss */
#content h1 {
  font-size: 500%;
  margin-top: 0px;
  font-weight: normal;
}
@media only screen and (max-width: 1199px) {
  /* line 1575, resources/scss/layout.scss */
  #content h1 {
    font-size: 400%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1575, resources/scss/layout.scss */
  #content h1 {
    font-size: 330%;
  }
}
/* line 1579, resources/scss/layout.scss */
#content h2 {
  font-size: 180%;
}
/* line 1580, resources/scss/layout.scss */
#content h3 {
  font-size: 140%;
}
/* line 1581, resources/scss/layout.scss */
#content h4 {
  font-size: 120%;
}
/* line 1582, resources/scss/layout.scss */
#content ol, #content ul {
  padding: 0px 0px 0px 22px;
  margin: 18px 0px 18px 0px;
}
/* line 1583, resources/scss/layout.scss */
#content ol {
  list-style: decimal;
}
/* line 1584, resources/scss/layout.scss */
#content ol ol {
  list-style: lower-alpha;
}
/* line 1585, resources/scss/layout.scss */
#content ul {
  list-style: disc;
}
/* line 1586, resources/scss/layout.scss */
#content ul li, #content ol li {
  padding-bottom: 5px;
}
/* line 1587, resources/scss/layout.scss */
#content ul > li > ul {
  list-style: circle;
}
/* line 1588, resources/scss/layout.scss */
#content hr {
  border: 0px;
  border-top: 1px solid #bbbbbb;
  height: 1px;
  margin: 15px 0px 15px 0px;
}
/* line 1589, resources/scss/layout.scss */
#content p {
  line-height: 140%;
}

/* line 1592, resources/scss/layout.scss */
footer {
  background-color: #121212;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 1592, resources/scss/layout.scss */
  footer {
    display: none;
  }
}
/* line 1600, resources/scss/layout.scss */
footer .inner {
  padding: 5px 15px;
  overflow: auto;
}
/* line 1603, resources/scss/layout.scss */
footer .inner #copy {
  color: #40403e;
  font-size: 100%;
  float: left;
}
/* line 1608, resources/scss/layout.scss */
footer .inner #socialmedia {
  float: right;
}
/* line 1610, resources/scss/layout.scss */
footer .inner #socialmedia li {
  display: inline-block;
}
/* line 1612, resources/scss/layout.scss */
footer .inner #socialmedia li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #FFFFFF;
  font-size: 200%;
  padding: 0px 3px 0px 3px;
}
/* line 1615, resources/scss/layout.scss */
footer .inner #socialmedia li a:hover {
  color: #62ABC7;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
/* line 1625, resources/scss/layout.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
/* line 1638, resources/scss/layout.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
