/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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; }

/*! END normalize.css v3.0.2 | MIT License | git.io/normalize */
/* CSS Variables */
/* Mixins */
body {
  font-family: "open-sans-regular";
  font-size: 18px;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.15);
  background: transparent url("/assets/images/bg.jpg") repeat; }

.clear {
  clear: both; }

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #333333; }

button,
input.button {
  font-family: "open-sans-regular";
  border: solid 1px #eee48f;
  border-bottom: solid 1px #c48e41;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 48px;
  padding: 0 24px;
  background: #eeda25;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeda25 0%, #dea111 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeda25), color-stop(100%, #dea111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeda25 0%, #dea111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeda25 0%, #dea111 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeda25 0%, #dea111 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeda25 0%, #dea111 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$stop',GradientType=0 );
  /* IE6-9 */
  color: #333333;
  text-shadow: 0px 1px 0px #c48e41; }

button:hover,
input.button:hover {
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(255, 255, 255, 0.66);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(255, 255, 255, 0.66);
  box-shadow: inset 0px 0px 6px 0px rgba(255, 255, 255, 0.66); }

button:active,
input.button:active {
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.66);
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.66);
  text-shadow: 0px -1px 0px rgba(51, 51, 51, 0.33), 0px 2px 0px rgba(255, 255, 255, 0.33); }

header {
  position: relative;
  height: 350px;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 700px) {
    header {
      height: 250px; } }
  header .wave-border {
    background: transparent url("/assets/images/wave.png") repeat-x scroll 0% 0%;
    height: 65px;
    z-index: 1; }
    header .wave-border .title {
      padding: 12px 0 0 24px;
      color: white;
      font-size: 48px;
      text-shadow: 0px -1px 1px rgba(51, 51, 51, 0.66), 0px 1px 0px #a0a0a0, 0px 2px 0px #b4b4b4, 0px 3px 0px #b4b4b4, 0px 4px 0px #b4b4b4, 0px 5px 0px #646464; }
      @media screen and (max-width: 700px) {
        header .wave-border .title {
          font-size: 22px;
          padding: 12px 0 0 12px; } }
      header .wave-border .title .slogan {
        font-size: 26px;
        margin-left: 50px;
        text-shadow: 0px -1px 1px rgba(51, 51, 51, 0.66), 0px 1px 0px #a0a0a0, 0px 2px 0px #b4b4b4, 0px 3px 0px #646464; }
        @media screen and (max-width: 700px) {
          header .wave-border .title .slogan {
            font-size: 16px;
            margin-left: 24px; } }
  header #header-slider {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1; }
    header #header-slider ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      overflow: hidden; }
      header #header-slider ul .slide {
        position: absolute;
        top: 0px;
        width: 100%;
        background: transparent;
        background-image: url("/assets/images/slide0.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 100%; }
        @media screen and (max-width: 700px) {
          header #header-slider ul .slide {
            background-position: -400px center; } }
      header #header-slider ul .slide-0 {
        background-image: url("/assets/images/slide0.jpg"); }
  header #header-slider-controls {
    position: absolute;
    top: 50%;
    width: 100%; }
    header #header-slider-controls #prev-slide,
    header #header-slider-controls #next-slide {
      font-size: 48px;
      margin: 0 48px;
      color: rgba(127, 127, 127, 0.5);
      cursor: pointer; }
    header #header-slider-controls #prev-slide {
      float: left; }
    header #header-slider-controls #next-slide {
      float: right; }

nav#main-menu {
  height: 65px;
  width: 100%;
  border-top: solid 1px #eee48f;
  border-bottom: solid 1px #c48e41;
  background: #eeda25;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeda25 0%, #dea111 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeda25), color-stop(100%, #dea111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeda25 0%, #dea111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeda25 0%, #dea111 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeda25 0%, #dea111 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeda25 0%, #dea111 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$stop',GradientType=0 );
  /* IE6-9 */ }
  nav#main-menu ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    list-style: none; }
    nav#main-menu ul a, nav#main-menu ul a:hover, nav#main-menu ul a:active, nav#main-menu ul a:visited {
      text-decoration: none; }
    nav#main-menu ul li {
      text-shadow: 0px 1px 0px rgba(51, 51, 51, 0.66), 0px 2px 1px rgba(51, 51, 51, 0.33), 0px -1px 0px white;
      height: 65px;
      line-height: 65px;
      color: #2a71a2;
      float: left;
      border-left: 1px solid #2A71A2; }
      nav#main-menu ul li i {
        vertical-align: middle;
        font-style: normal;
        margin-right: 5px;
        font-size: 24px; }
    nav#main-menu ul li {
      padding: 0 16px; }
    nav#main-menu ul li#nav-mobile-menu-btn {
      display: none; }
      @media screen and (max-width: 950px) {
        nav#main-menu ul li#nav-mobile-menu-btn {
          display: inline;
          float: left; } }
      nav#main-menu ul li#nav-mobile-menu-btn i {
        margin-right: 0px; }
    @media screen and (max-width: 950px) {
      nav#main-menu ul a.nav-item,
      nav#main-menu ul li.padding {
        display: none; } }
    nav#main-menu ul a.nav-item li:hover {
      -webkit-box-shadow: inset 0px 0px 6px 0px rgba(255, 255, 255, 0.66);
      -moz-box-shadow: inset 0px 0px 6px 0px rgba(255, 255, 255, 0.66);
      box-shadow: inset 0px 0px 6px 0px rgba(255, 255, 255, 0.66); }
    nav#main-menu ul a.nav-item li:active {
      -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.66);
      -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.66);
      box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.66);
      text-shadow: 0px -1px 0px rgba(51, 51, 51, 0.33), 0px 2px 0px rgba(255, 255, 255, 0.33); }
    nav#main-menu ul li#weather {
      float: right;
      margin-right: 15px;
      border: none; }
      nav#main-menu ul li#weather i {
        font-size: 36px; }

nav#mobile-menu {
  display: none; }
  nav#mobile-menu ul {
    margin: 0px;
    padding: 0px;
    background: #dea111; }
    nav#mobile-menu ul a, nav#mobile-menu ul a:hover, nav#mobile-menu ul a:active, nav#mobile-menu ul a:visited {
      text-decoration: none; }
    nav#mobile-menu ul li {
      text-shadow: 0px 1px 0px rgba(51, 51, 51, 0.66), 0px 2px 1px rgba(51, 51, 51, 0.33), 0px -1px 0px white;
      display: block;
      height: 45px;
      margin: 0;
      padding: 0 0 0 15px;
      line-height: 45px;
      color: #2a71a2;
      border-top: solid 1px #eee48f;
      border-bottom: solid 1px #c48e41; }
      nav#mobile-menu ul li i {
        vertical-align: middle;
        font-style: normal;
        margin-right: 5px; }

nav#jump-to-top {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  font-size: 48px;
  color: rgba(127, 127, 127, 0.5);
  cursor: pointer; }

.page-content {
  min-height: 600px;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 48px; }
  .page-content .wrapper {
    font-family: feliparegular;
    font-size: 21px; }
    .page-content .wrapper .section-heading {
      width: 400px;
      height: 8px;
      color: #3b98d3;
      background: #3b98d3;
      border: solid 1px rgba(51, 51, 51, 0.33);
      text-align: left;
      margin: 0 auto 0 0;
      -webkit-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75);
      -moz-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75);
      box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75); }
      @media screen and (max-width: 700px) {
        .page-content .wrapper .section-heading {
          width: 100%;
          border-left: none;
          border-right: none; } }
    .page-content .wrapper h1 {
      margin: 0;
      padding: 0;
      margin-bottom: -8px;
      color: #dca147;
      margin-left: 24px;
      margin-top: 48px;
      text-shadow: 0 1px 0 rgba(51, 51, 51, 0.75), 0 2px 0 #505050, 0 3px 0 white, 0 4px 0 rgba(51, 51, 51, 0.45), -1px 0px 1px rgba(51, 51, 51, 0.5); }
    .page-content .wrapper h1:nth-of-type(even) {
      margin-right: 24px;
      text-align: right; }
    .page-content .wrapper .section-heading:nth-of-type(even) {
      text-align: right;
      margin: 0 0 0 auto; }
    .page-content .wrapper > .astrisk-list {
      list-style: none; }
      .page-content .wrapper > .astrisk-list li {
        font-size: 24px; }
        @media screen and (max-width: 700px) {
          .page-content .wrapper > .astrisk-list li {
            font-size: 21px; } }
      .page-content .wrapper > .astrisk-list li:before {
        font-family: 'FontAwesome';
        content: "\f054";
        color: #3B97D3; }
    .page-content .wrapper > .image-list {
      margin-top: 12px;
      text-align: center; }
      .page-content .wrapper > .image-list > img {
        background: #3b97d3;
        max-width: 200px;
        max-height: 150px;
        width: 100%;
        height: 100%;
        display: inline-block;
        margin: 0 12px 12px;
        border: solid 5px rgba(51, 51, 51, 0.33);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75);
        -moz-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75);
        box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75); }
      .page-content .wrapper > .image-list > iframe {
        /*width:425px;
        height:344px;*/
        width: 318px;
        height: 258px;
        background: #3b97d3;
        display: inline-block;
        margin: 0 12px 12px;
        border: solid 5px rgba(51, 51, 51, 0.33);
        z-index: -1000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75);
        -moz-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75);
        box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75); }
        @media screen and (max-width: 700px) {
          .page-content .wrapper > .image-list > iframe {
            width: 280px;
            height: 226px; } }

    .page-content .wrapper .notify {
      font-size: 20px;
      color: red; }
      @media screen and (max-width: 700px) {
        .page-content .wrapper .notify {
          font-size: 16px; } }
    .page-content .wrapper > .section-box {
      margin: 12px;
      min-height: 160px; }
      .page-content .wrapper > .section-box .img-box img, .page-content .wrapper > .section-box .img-box iframe {
        background: #3b97d3;
        max-width: 200px;
        max-height: 150px;
        width: 100%;
        height: 100%;
        float: right;
        display: block;
        margin: 0 12px 12px;
        border: solid 5px rgba(51, 51, 51, 0.33);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75);
        -moz-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75);
        box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75); }
        @media screen and (max-width: 700px) {
          .page-content .wrapper > .section-box .img-box img, .page-content .wrapper > .section-box .img-box iframe {
            float: none;
            margin-left: auto;
            margin-right: auto; } }
    .page-content .wrapper > div:nth-of-type(even) .img-box img {
      float: left; }
      @media screen and (max-width: 700px) {
        .page-content .wrapper > div:nth-of-type(even) .img-box img {
          float: none;
          margin-left: auto;
          margin-right: auto; } }
    .page-content .wrapper > p {
      margin: 12px;
      min-height: 160px; }
      .page-content .wrapper > p img {
        background: #3b97d3;
        width: 200px;
        height: 150px;
        float: right;
        display: block;
        margin: 0 12px 12px;
        border: solid 1px rgba(51, 51, 51, 0.33);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75);
        -moz-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75);
        box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75); }
        @media screen and (max-width: 700px) {
          .page-content .wrapper > p img {
            float: none; } }
      .page-content .wrapper > p img.logo {
        float: none;
        width: 290px;
        height: 253px;
        margin: 0px;
        margin-right: auto;
        border: solid 4px black; }
    .page-content .wrapper > p:nth-of-type(even) img {
      float: left; }
      @media screen and (max-width: 700px) {
        .page-content .wrapper > p:nth-of-type(even) img {
          float: none; } }
    .page-content .wrapper > .sub-section-list {
      display: block;
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 1000px) {
        .page-content .wrapper > .sub-section-list {
          width: 655px;
          margin: 0 auto; } }
      @media screen and (max-width: 700px) {
        .page-content .wrapper > .sub-section-list {
          width: 100%; } }
      .page-content .wrapper > .sub-section-list > li {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: white;
        border: solid 1px black;
        width: 300px;
        margin: 12px;
        float: left;
        -webkit-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75);
        -moz-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75);
        box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.75); }
        @media screen and (max-width: 700px) {
          .page-content .wrapper > .sub-section-list > li {
            float: none;
            margin: 12px auto; } }
        .page-content .wrapper > .sub-section-list > li .wrapper {
          position: relative;
          height: 300px;
          background: #eeda25;
          /* Old browsers */
          background: -moz-linear-gradient(top, #eeda25 0%, #dea111 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeda25), color-stop(100%, #dea111));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, #eeda25 0%, #dea111 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, #eeda25 0%, #dea111 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, #eeda25 0%, #dea111 100%);
          /* IE10+ */
          background: linear-gradient(to bottom, #eeda25 0%, #dea111 100%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$stop',GradientType=0 );
          /* IE6-9 */
          -webkit-border-radius: 0 0 5px 5px;
          -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px; }
        .page-content .wrapper > .sub-section-list > li .header-image {
          height: 150px;
          text-align: center;
          color: white;
          border-bottom: solid 1px #333333; }
          .page-content .wrapper > .sub-section-list > li .header-image img {
            width: 300px;
            height: 150px;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0; }
        .page-content .wrapper > .sub-section-list > li h2 {
          text-align: center;
          margin-top: 0px;
          padding-top: 24px; }
        .page-content .wrapper > .sub-section-list > li p {
          padding: 0 12px;
          text-align: center; }
        .page-content .wrapper > .sub-section-list > li .present-footer {
          position: absolute;
          bottom: 5px;
          margin-left: 24px; }
    .page-content .wrapper > .button-container {
      width: 100%;
      text-align: center;
      margin-top: 24px; }
    .page-content .wrapper .contact-area {
      min-height: 300px;
      width: 100%;
      margin-top: 24px; }
      .page-content .wrapper .contact-area .contact-form-wrapper {
        margin: 0 24px; }
        .page-content .wrapper .contact-area .contact-form-wrapper label {
          width: 30px;
          display: inline-block; }
          @media screen and (max-width: 700px) {
            .page-content .wrapper .contact-area .contact-form-wrapper label {
              margin-left: 5px; } }
          .page-content .wrapper .contact-area .contact-form-wrapper label i {
            margin-right: 12px;
            color: #dca147;
            text-shadow: 0 1px 0 rgba(51, 51, 51, 0.75), 0 2px 0 #505050, 0 3px 0 white, 0 4px 0 rgba(51, 51, 51, 0.45), -1px 0px 1px rgba(51, 51, 51, 0.5); }
        .page-content .wrapper .contact-area .contact-form-wrapper input.input {
          font-family: "open-sans-regular";
          width: 340px;
          margin-bottom: 12px;
          border: solid 1px rgba(51, 51, 51, 0.33);
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-shadow: inset 0px 2px 4px 0px rgba(51, 51, 51, 0.75);
          -moz-box-shadow: inset 0px 2px 4px 0px rgba(51, 51, 51, 0.75);
          box-shadow: inset 0px 2px 4px 0px rgba(51, 51, 51, 0.75);
          padding: 12px; }
          @media screen and (max-width: 950px) {
            .page-content .wrapper .contact-area .contact-form-wrapper input.input {
              width: 255px; } }
        .page-content .wrapper .contact-area .contact-form-wrapper input.invalid {
          font-family: "open-sans-regular";
          color: red;
          border: solid 1px red;
          -webkit-box-shadow: 0px 0px 8px 0px red;
          -moz-box-shadow: 0px 0px 8px 0px red;
          box-shadow: 0px 0px 8px 0px red; }
        .page-content .wrapper .contact-area .contact-form-wrapper textarea {
          font-family: "open-sans-regular";
          width: 370px;
          height: 200px;
          margin-bottom: 12px;
          border: solid 1px rgba(51, 51, 51, 0.33);
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-shadow: inset 0px 2px 4px 0px rgba(51, 51, 51, 0.75);
          -moz-box-shadow: inset 0px 2px 4px 0px rgba(51, 51, 51, 0.75);
          box-shadow: inset 0px 2px 4px 0px rgba(51, 51, 51, 0.75);
          padding: 12px; }
          @media screen and (max-width: 950px) {
            .page-content .wrapper .contact-area .contact-form-wrapper textarea {
              width: 285px;
              margin-left: 5px; } }
      .page-content .wrapper .contact-area .contact-list-wrapper {
        float: right;
        margin: 0 24px; }
        .page-content .wrapper .contact-area .contact-list-wrapper ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .page-content .wrapper .contact-area .contact-list-wrapper ul li {
            margin-bottom: 12px; }
            @media screen and (max-width: 700px) {
              .page-content .wrapper .contact-area .contact-list-wrapper ul li {
                margin-left: 5px; } }
            .page-content .wrapper .contact-area .contact-list-wrapper ul li span {
              /*
              font-size:32px;
              color:#dca147;
              text-shadow: 0 1px 0 rgba(51,51,51,0.75),
                  0 2px 0 #505050,
                  0 3px 0 white,
                  0 4px 0 rgba(51,51,51,0.45),
                  -1px 0px 1px rgba(51,51,51,0.50);
              */ }
            .page-content .wrapper .contact-area .contact-list-wrapper ul li i {
              margin-right: 12px;
              color: #dca147;
              text-shadow: 0 1px 0 rgba(51, 51, 51, 0.75), 0 2px 0 #505050, 0 3px 0 white, 0 4px 0 rgba(51, 51, 51, 0.45), -1px 0px 1px rgba(51, 51, 51, 0.5); }
      @media screen and (max-width: 700px) {
        .page-content .wrapper .contact-area .contact-form-wrapper,
        .page-content .wrapper .contact-area .contact-list-wrapper {
          float: none;
          width: 320px;
          margin-left: auto;
          margin-right: auto;
          margin: 0 auto; } }
  @media screen and (max-width: 700px) and (max-width: 700px) {
    .page-content .wrapper .contact-area .contact-form-wrapper,
    .page-content .wrapper .contact-area .contact-list-wrapper {
      margin-top: 24px; } }

footer#main-footer {
  min-height: 200px;
  color: white;
  font-size: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  background: #3b97d3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3b97d3 0%, #297fb7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b97d3), color-stop(100%, #297fb7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3b97d3 0%, #297fb7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3b97d3 0%, #297fb7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3b97d3 0%, #297fb7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3b97d3 0%, #297fb7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$stop',GradientType=0 );
  /* IE6-9 */ }
  footer#main-footer a, footer#main-footer a:hover, footer#main-footer a:active, footer#main-footer a:visited {
    color: white;
    text-decoration: none; }
  footer#main-footer #left-footer,
  footer#main-footer #mid-footer,
  footer#main-footer #right-footer {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-shadow: 0px -1px 1px #333333, 0px 1px 0px rgba(255, 255, 255, 0.15); }
    @media screen and (max-width: 700px) {
      footer#main-footer #left-footer,
      footer#main-footer #mid-footer,
      footer#main-footer #right-footer {
        display: block;
        text-align: center;
        width: 100%; } }
    footer#main-footer #left-footer > div,
    footer#main-footer #mid-footer > div,
    footer#main-footer #right-footer > div {
      width: 200px;
      margin: 0 auto; }
  footer#main-footer .section-heading-text {
    margin-bottom: -4px;
    font-size: 24px; }
  footer#main-footer .section-heading {
    width: 150px;
    height: 4px;
    color: white;
    background: white;
    border: none;
    text-align: left;
    margin: 0 auto 0 0; }
    @media screen and (max-width: 700px) {
      footer#main-footer .section-heading {
        text-align: center;
        margin: 0 auto; } }
  footer#main-footer i {
    font-size: 24px;
    margin-right: 12px;
    vertical-align: middle;
    width: 24px; }
  footer#main-footer .contacts i {
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px; }
  footer#main-footer p {
    vertical-align: middle; }

img.highlightable {
  cursor: pointer; }

#highlighted-image {
  position: fixed;
  top: 0px;
  border: none;
  width: 100%;
  height: 100%;
  display: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000; }
  #highlighted-image img {
    display: block;
    margin: 24px auto auto auto;
    cursor: pointer;
    border: solid 3px white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 90%;
    max-height: 80%; }
  #highlighted-image .title {
    color: white;
    background: #3b97d3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3b97d3 0%, #297fb7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b97d3), color-stop(100%, #297fb7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3b97d3 0%, #297fb7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3b97d3 0%, #297fb7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3b97d3 0%, #297fb7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3b97d3 0%, #297fb7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$stop',GradientType=0 );
    /* IE6-9 */
    border: solid 10px white;
    padding: 10px;
    margin: 24px auto auto auto;
    width: 50%;
    min-width: 550px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center; }
    @media screen and (max-width: 700px) {
      #highlighted-image .title {
        min-width: 250px; } }
  #highlighted-image .title .closer {
    font-size: 16px; }

#main-footer i.cc-icon {
  display: inline-block;
  width: 48px;
  height: 30px;
  margin-right: 12px;
  margin-bottom: 12px; }

.cc-visa {
  background: transparent url("/assets/images/cc/visa.png") no-repeat; }

.cc-amex {
  background: transparent url("/assets/images/cc/amex.png") no-repeat; }

.cc-master {
  background: transparent url("/assets/images/cc/mastercard.png") no-repeat; }

.cc-discover {
  background: transparent url("/assets/images/cc/discover.png") no-repeat; }

.cc-paypal {
  background: transparent url("/assets/images/cc/paypal.png") no-repeat; }
