@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'alt-icons';
  src: url("../fonts/alt-icons.eot?83640247");
  src: url("../fonts/alt-icons.eot?83640247#iefix") format("embedded-opentype"), url("../fonts/alt-icons.woff?83640247") format("woff"), url("../fonts/alt-icons.ttf?83640247") format("truetype"), url("../fonts/alt-icons.svg?83640247#alt-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'alt-icons';
    src: url('../fonts/alt-icons.svg?83640247#alt-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "alt-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-mobile:before {
  content: '\e800'; }

/* '' */
.icon-address:before {
  content: '\e801'; }

/* '' */
.icon-fax:before {
  content: '\e802'; }

/* '' */
.icon-phone:before {
  content: '\e803'; }

/* '' */
.icon-download:before {
  content: '\e804'; }

/* '' */
.icon-right-open:before {
  content: '\e805'; }

/* '' */
.icon-left-open:before {
  content: '\e806'; }

/* '' */
.icon-facebook:before {
  content: '\e807'; }

/* '' */
.icon-linkedin:before {
  content: '\e808'; }

/* '' */
.icon-twitter:before {
  content: '\e809'; }

/* '' */
.icon-mail:before {
  content: '\e80a'; }

/* '' */
.icon-mail-alt:before {
  content: '\e80b'; }

/* '' */
.sass-container {
  clear: both; }
  .sass-container::after {
    clear: both;
    content: "";
    display: table; }

.sass-col-sm-1 {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 6.45492%;
  min-height: 1px; }
  .sass-col-sm-1:last-child {
    margin-right: 0; }
  .sass-col-sm-1:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-1 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-1 {
  margin-left: 8.5041%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-1 {
      margin-left: 0%; } }

.sass-col-sm-2 {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 14.95902%;
  min-height: 1px; }
  .sass-col-sm-2:last-child {
    margin-right: 0; }
  .sass-col-sm-2:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-2 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-2 {
  margin-left: 17.0082%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-2 {
      margin-left: 0%; } }

.sass-col-sm-3 {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 23.46311%;
  min-height: 1px; }
  .sass-col-sm-3:last-child {
    margin-right: 0; }
  .sass-col-sm-3:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-3 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-3 {
  margin-left: 25.5123%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-3 {
      margin-left: 0%; } }

.sass-col-sm-4 {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 31.96721%;
  min-height: 1px; }
  .sass-col-sm-4:last-child {
    margin-right: 0; }
  .sass-col-sm-4:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-4 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-4 {
  margin-left: 34.01639%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-4 {
      margin-left: 0%; } }

.sass-col-sm-5 {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 40.47131%;
  min-height: 1px; }
  .sass-col-sm-5:last-child {
    margin-right: 0; }
  .sass-col-sm-5:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-5 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-5 {
  margin-left: 42.52049%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-5 {
      margin-left: 0%; } }

.sass-col-sm-6 {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 48.97541%;
  min-height: 1px; }
  .sass-col-sm-6:last-child {
    margin-right: 0; }
  .sass-col-sm-6:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-6 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-6 {
  margin-left: 51.02459%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-6 {
      margin-left: 0%; } }

.sass-col-sm-7 {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 57.47951%;
  min-height: 1px; }
  .sass-col-sm-7:last-child {
    margin-right: 0; }
  .sass-col-sm-7:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-7 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-7 {
  margin-left: 59.52869%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-7 {
      margin-left: 0%; } }

.sass-col-sm-8 {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 65.98361%;
  min-height: 1px; }
  .sass-col-sm-8:last-child {
    margin-right: 0; }
  .sass-col-sm-8:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-8 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-8 {
  margin-left: 68.03279%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-8 {
      margin-left: 0%; } }

.sass-col-sm-9 {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 74.4877%;
  min-height: 1px; }
  .sass-col-sm-9:last-child {
    margin-right: 0; }
  .sass-col-sm-9:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-9 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-9 {
  margin-left: 76.53689%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-9 {
      margin-left: 0%; } }

.sass-col-sm-10 {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 82.9918%;
  min-height: 1px; }
  .sass-col-sm-10:last-child {
    margin-right: 0; }
  .sass-col-sm-10:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-10 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-10 {
  margin-left: 85.04098%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-10 {
      margin-left: 0%; } }

.sass-col-sm-11 {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 91.4959%;
  min-height: 1px; }
  .sass-col-sm-11:last-child {
    margin-right: 0; }
  .sass-col-sm-11:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-11 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-11 {
  margin-left: 93.54508%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-11 {
      margin-left: 0%; } }

.sass-col-sm-12 {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 100%;
  min-height: 1px; }
  .sass-col-sm-12:last-child {
    margin-right: 0; }
  .sass-col-sm-12:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-12 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-12 {
  margin-left: 102.04918%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-12 {
      margin-left: 0%; } }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-1 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-2 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-3 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-4 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-5 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-6 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-7 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-8 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-9 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-10 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-11 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-12 {
  display: inline;
  min-height: 100px; }

.wrapper > .main, .wrapper > div > .main, .fullwidth .ccm-area-block-list > div > .main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .wrapper > .main::after, .wrapper > div > .main::after, .fullwidth .ccm-area-block-list > div > .main::after {
    clear: both;
    content: "";
    display: table; }

/* #Hidden element styles
================================================== */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.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 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

.page a {
  color: #234961;
  text-decoration: none; }
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  font-weight: normal; }
.page h1 {
  color: #234961;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-family: 'Lato', sans-serif;
  font-weight: 400; }
  @media only screen and (max-width: 768px) {
    .page h1 {
      font-size: 26px; } }
.page h2 {
  color: #234961;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 400; }
.page h3 {
  color: #234961;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700; }
.page p, .page li {
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 400; }
.page ul {
  margin: 0;
  padding: 0;
  margin-left: 15px; }
.page hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f6f6f6;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px; }
.page .btn-blue a {
  color: white !important;
  background-color: #234961;
  display: inline-block;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 2px;
  max-width: 200px;
  text-align: center;
  clear: both;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border: solid 1px #234961;
  margin-top: 10px; }
  .page .btn-blue a:hover {
    background-color: white;
    color: #234961 !important; }
.page img[style*="left"] {
  margin-right: 10px;
  margin-bottom: 10px; }
.page img[style*="right"] {
  margin-left: 10px;
  margin-bottom: 10px; }
.page img, .page video {
  max-width: 100%;
  height: auto !important; }
.page .googleMapCanvas img {
  max-width: none; }

.page-template-home .banner-wrapper {
  min-height: 300px;
  padding-top: 100px; }
  @media only screen and (max-width: 768px) {
    .page-template-home .banner-wrapper {
      padding-top: 80px;
      min-height: 320px; } }
.page-template-home .banner-content-area h1 {
  margin-bottom: 20px; }
.page-template-home .main-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white; }

.header-wrapper {
  min-height: 120px;
  background-color: white; }
  @media only screen and (max-width: 1024px) {
    .header-wrapper {
      min-height: 120px; } }
  @media only screen and (max-width: 768px) {
    .header-wrapper {
      min-height: 70px; } }

.footer-wrapper {
  min-height: 200px;
  background-color: grey; }

.header-container, .main-container, .footer-container, .nav-container, .banner-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .header-container::after, .main-container::after, .footer-container::after, .nav-container::after, .banner-container::after {
    clear: both;
    content: "";
    display: table; }

@media only screen and (max-width: 768px) {
  .main-container img {
    float: none !important;
    margin: 0 !important;
    margin-bottom: 10px !important; } }

.nav-wrapper {
  min-height: 50px;
  background-color: #234961; }

.sitelogo {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 36.21926%; }
  .sitelogo:last-child {
    margin-right: 0; }
  .sitelogo a {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    height: 119px;
    width: 324px;
    display: block;
    margin-top: 20px;
    outline: none; }
    @media only screen and (max-width: 1024px) {
      .sitelogo a {
        height: 90px;
        background-size: 80%;
        font-size: 0; } }
    @media only screen and (max-width: 768px) {
      .sitelogo a {
        background-size: 70%;
        font-size: 0;
        margin-top: 10px;
        height: 70px;
        margin-bottom: 10px; } }

.statement {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 48.97541%;
  padding-top: 90px; }
  .statement:last-child {
    margin-right: 0; }
  .statement h2 {
    font-style: italic;
    color: #7C98A6; }
    @media only screen and (max-width: 768px) {
      .statement h2 {
        font-size: 18px; } }
  @media only screen and (max-width: 768px) {
    .statement {
      width: 100%;
      box-sizing: border-box;
      padding-top: 0; } }

.navigation {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 82.9918%; }
  .navigation:last-child {
    margin-right: 0; }

.contact {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 14.95902%; }
  .contact:last-child {
    margin-right: 0; }
  .contact i {
    font-size: 22px;
    line-height: 12px;
    position: relative;
    top: 2px; }
  .contact p {
    color: white;
    text-align: right;
    margin-top: 10px;
    white-space: nowrap; }
    @media only screen and (max-width: 768px) {
      .contact p {
        text-align: center; } }
  @media only screen and (max-width: 768px) {
    .contact {
      width: 100%;
      box-sizing: border-box; } }

.banner-wrapper {
  min-height: 190px;
  background-color: #234961;
  background-image: url("../images/altera_banner.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 60px; }
  @media only screen and (max-width: 768px) {
    .banner-wrapper {
      min-height: 120px;
      background-size: cover; } }

.banner-text {
  min-height: 40px;
  background-image: url("../images/banner-text-back.png");
  padding: 30px;
  background-position: center top; }
  @media only screen and (max-width: 1024px) {
    .banner-text {
      background-image: url("../images/mob-trans-light.png");
      padding: 10px;
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 768px) {
    .banner-text {
      background-image: url("../images/mob-trans-light.png");
      padding: 10px;
      padding-left: 0;
      padding-right: 0; } }

.banner-content-area {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 48.97541%;
  box-sizing: border-box;
  padding-right: 20px; }
  .banner-content-area:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .banner-content-area {
      width: 100%;
      box-sizing: border-box; } }
  .banner-content-area h1 {
    font-size: 29px;
    margin-bottom: 0; }
  .banner-content-area p {
    color: #234961;
    font-size: 15px; }
  @media only screen and (max-width: 1024px) {
    .banner-content-area {
      float: left;
      display: block;
      margin-right: 2.04918%;
      width: 65.98361%; }
      .banner-content-area:last-child {
        margin-right: 0; } }
  @media only screen and (max-width: 768px) {
    .banner-content-area {
      width: 100%;
      box-sizing: border-box; } }

.main-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: white; }

.main-content-home {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 100%; }
  .main-content-home:last-child {
    margin-right: 0; }

.main-content-home {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 100%; }
  .main-content-home:last-child {
    margin-right: 0; }
  .main-content-home img {
    float: right; }
    @media only screen and (max-width: 768px) {
      .main-content-home img {
        display: none; } }

.middle-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #D8D8D8; }

.middle-content {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 100%; }
  .middle-content:last-child {
    margin-right: 0; }
  .middle-content img {
    display: block; }
    @media only screen and (max-width: 768px) {
      .middle-content img {
        display: none; } }
  .middle-content p {
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .middle-content p {
        text-align: left; } }
  .middle-content h2 {
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .middle-content h2 {
        text-align: left; } }

.lower-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white; }

.lower-content {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 100%; }
  .lower-content:last-child {
    margin-right: 0; }
  .lower-content img {
    float: right; }
    @media only screen and (max-width: 768px) {
      .lower-content img {
        display: none; } }

.sidebar-main {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 61.73156%;
  margin-left: 38.26844%;
  margin-bottom: 20px; }
  .sidebar-main:last-child {
    margin-right: 0; }
  .sidebar-main i {
    font-size: 15px;
    color: #234961; }
  @media only screen and (max-width: 768px) {
    .sidebar-main {
      width: 100%;
      box-sizing: border-box;
      margin-left: 0%; } }

.sidebar {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 31.96721%;
  margin-left: -102.04918%; }
  .sidebar:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sidebar {
      width: 100%;
      box-sizing: border-box;
      margin-left: 0%; }
      .sidebar img {
        margin: 0 auto !important;
        display: block; } }

.main-content-full {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 65.98361%;
  margin-left: 17.0082%; }
  .main-content-full:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .main-content-full {
      width: 100%;
      box-sizing: border-box;
      margin-left: 0%; } }

.services-wrapper-inner {
  margin-bottom: 20px;
  min-height: 140px; }
  .services-wrapper-inner::after {
    clear: both;
    content: "";
    display: table; }

.services-image-wrapper {
  float: left;
  display: block;
  margin-right: 3.10559%;
  width: 35.55901%;
  min-height: 140px;
  margin-bottom: 20px; }
  .services-image-wrapper:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .services-image-wrapper {
      width: 100%;
      box-sizing: border-box; } }
  .services-image-wrapper img {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    display: block; }
    @media only screen and (max-width: 768px) {
      .services-image-wrapper img {
        margin: 0 auto;
        text-align: center; } }

.services-summary-wrapper {
  float: left;
  display: block;
  margin-right: 3.10559%;
  width: 61.3354%; }
  .services-summary-wrapper:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .services-summary-wrapper {
      width: 100%;
      box-sizing: border-box; }
      .services-summary-wrapper p {
        text-align: center; }
      .services-summary-wrapper h3 {
        text-align: center; } }

.footer-top-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #D8D8D8; }

.footer-top-content {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 65.98361%;
  margin-left: 17.0082%; }
  .footer-top-content:last-child {
    margin-right: 0; }
  .footer-top-content h2 {
    color: black;
    text-align: center; }
  .footer-top-content p {
    text-align: center; }
  @media only screen and (max-width: 768px) {
    .footer-top-content {
      width: 100%;
      box-sizing: border-box;
      margin-left: 0%; } }

.footer-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #234961; }
  .footer-wrapper p, .footer-wrapper a {
    font-size: 12px;
    color: white; }
  .footer-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .footer-wrapper li {
    margin-bottom: 5px; }

.footer-content-left {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 48.97541%; }
  .footer-content-left:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .footer-content-left {
      width: 100%;
      box-sizing: border-box; } }

.footer-content-middle {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 23.46311%; }
  .footer-content-middle:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .footer-content-middle {
      width: 100%;
      box-sizing: border-box; } }

.footer-content-right {
  float: left;
  display: block;
  margin-right: 2.04918%;
  width: 23.46311%; }
  .footer-content-right:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .footer-content-right {
      width: 100%;
      box-sizing: border-box; } }

.sitenavigation .sub-trigger {
  display: none !important; }
.sitenavigation ul {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  background-image: url("../images/nav-div.png");
  background-repeat: no-repeat;
  background-position: left top; }
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  background-image: url("../images/nav-div.png");
  background-repeat: no-repeat;
  background-position: right top; }
  .sitenavigation li.nav-dropdown:hover > a {
    background-color: transparent;
    color: #7C98A6; }
  .sitenavigation li.nav-last {
    margin-right: 0; }
  .sitenavigation li > a {
    box-sizing: border-box;
    color: white;
    font-family: "lato";
    text-decoration: none;
    display: block;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
    .sitenavigation li > a.nav-path-selected, .sitenavigation li > a.linkclicked {
      background-color: transparent; }
    .sitenavigation li > a.nav-selected {
      background-color: transparent;
      color: #7C98A6; }
    .sitenavigation li > a:hover {
      background-color: transparent;
      color: #7C98A6; }
  .sitenavigation li.clicked > ul {
    display: block; }
  .sitenavigation li ul {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: white;
    min-width: 200px;
    max-width: 700px;
    margin: 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); }
    .sitenavigation li ul a {
      color: #234961;
      text-transform: normal;
      font-size: 13px;
      padding-top: 5px;
      padding-bottom: 5px;
      text-align: left; }
      .sitenavigation li ul a:hover {
        background-color: #234961;
        color: #fff; }
      .sitenavigation li ul a.nav-last {
        border-bottom: none; }
      .sitenavigation li ul a.nav-path-selected, .sitenavigation li ul a.linkclicked {
        background-color: #234961;
        color: #fff; }
      .sitenavigation li ul a.nav-selected {
        background-color: #234961;
        color: #fff; }
    .sitenavigation li ul li {
      float: none;
      margin: 0;
      display: block;
      padding-top: 0;
      padding-bottom: 0;
      background-image: none; }
    .sitenavigation li ul ul {
      margin-top: 0; }
      .sitenavigation li ul ul a {
        background-color: transparent; }
.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: transparent; }

.no-js .sitenavigation li:hover > ul {
  display: block !important; }

.menu-icon {
  display: none; }

@media only screen and (max-width: 780px) {
  .menu-icon {
    width: 30px;
    min-height: 22px;
    padding-top: 0;
    display: block;
    -webkit-tap-highlight-color: transparent;
    background-color: white;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 7px;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease; }
    .menu-icon span {
      display: block;
      height: 4px;
      background-color: #234961;
      margin-top: 5px;
      border-radius: 4px; }

  .sitenavigation.is-tapped .menu-icon {
    -webkit-tap-highlight-color: transparent; }
    .sitenavigation.is-tapped .menu-icon span {
      background-color: #b3b3b3; }

  .sitenavigation ul {
    display: none;
    max-width: none !important;
    margin-top: 0;
    background-image: none; }

  .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 0;
    border-right: none;
    background-image: none; }

  .sitenavigation > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: white;
    right: 0;
    left: 0;
    top: 75px;
    z-index: 100;
    padding: 0;
    height: 100vh; }
    .sitenavigation > ul a {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      background-color: white;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
      color: #234961;
      float: none;
      font-size: 16px;
      line-height: 20px;
      font-family: "lato";
      min-height: 20px;
      text-align: left;
      border: none !important;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul a:hover {
        background-color: white; }
    .sitenavigation > ul li {
      clear: both;
      width: 100%;
      background-color: white;
      border-bottom: solid 1px #234961;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul li li {
        background-color: #cccccc; }
        .sitenavigation > ul li li li {
          background-color: #b3b3b3; }
    .sitenavigation > ul ul {
      display: none;
      width: 100%;
      z-index: 200;
      border: none;
      margin-left: 0;
      padding: 0;
      position: relative !important;
      margin-top: 0;
      left: 0%;
      width: 100%;
      text-align: left;
      box-shadow: 0px 0px 0px 0px transparent; }
      .sitenavigation > ul ul ul {
        clear: both;
        left: 0;
        margin-top: 0; }
      .sitenavigation > ul ul li {
        border-bottom: solid 1px #234961;
        padding-top: 0;
        padding-bottom: 0; }
        .sitenavigation > ul ul li li a {
          background-color: #f2f2f2;
          padding-left: 30px; }
        .sitenavigation > ul ul li li li a {
          background-color: white;
          padding-left: 40px; }
      .sitenavigation > ul ul a {
        background-color: #e5e5e5;
        font-size: 70%;
        padding-left: 20px; }
        .sitenavigation > ul ul a:before {
          content: '↳';
          display: inline-block;
          margin-right: 4px;
          color: #AAA;
          font-family: Arial; }
    .sitenavigation > ul li.nav-dropdown {
      cursor: pointer; }
      .sitenavigation > ul li.nav-dropdown > a {
        width: 80%; }
    .sitenavigation > ul li.nav-dropdown:after {
      content: '▼';
      position: absolute;
      color: #234961;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -28px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      box-sizing: border-box; }
    .sitenavigation > ul li.expanded:after {
      display: none; }
    .sitenavigation > ul li.expanded:before {
      content: '▲' !important;
      position: absolute;
      color: #234961;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: 12px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      box-sizing: border-box; }

  #nav .nav {
    display: none; }

  .menu-shroud {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 0; }

  .csstransforms3d #nav .nav {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 280px;
    transform: translate3d(-280px, 0, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    top: 0 !important;
    display: block; }
  .csstransforms3d .sitenavigation.is-tapped .nav {
    display: block !important; }
  .csstransforms3d.off-canvas-triggered .page {
    height: 100vh;
    overflow: hidden; }
  .csstransforms3d.off-canvas-triggered .menu-shroud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 1;
    height: 100%;
    height: 100vh;
    z-index: 10; }
    .csstransforms3d.off-canvas-triggered .menu-shroud:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5 !important;
      content: '';
      z-index: 1;
      height: 100%;
      height: 100vh;
      background-color: white;
      display: block; }
  .csstransforms3d.off-canvas-triggered #nav .nav {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    top: 0 !important; } }
