/* Mixins */
/* fonts */
@font-face {
  font-family: "ambrosia_demoregular";
  font-style: normal;
  font-weight: normal;
  src: url("/r/webfonts/ambrosia_demoregular.eot");
  src: url("/r/webfonts/ambrosia_demoregular.eot?#iefix") format("embedded-opentype"), url("/r/webfonts/ambrosia_demoregular.woff") format("woff"), url("/r/webfonts/ambrosia_demoregular.ttf") format("truetype"); }
/* Base Styles */
html {
  height: 100%; }

body {
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #58585a; }
  body.body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #f6f6f6;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top left; }
  body > form {
    height: 100%; }

body.home {
  background: #f6f6f6; }

body.content {
  background: #ffffff; }

a {
  color: #126d86;
  text-decoration: none;
  font-weight: bold; }
  a > img {
    border: none; }

.clear {
  clear: both; }

/* Headings */
h1 {
  font-size: 20px;
  color: #126d86;
  font-family: Arial, sans-serif; }

h2 {
  font-size: 18px;
  color: #126d86;
  font-family: Arial, sans-serif; }

/* Page Layout */
.wrap {
  min-height: 100%; }
  .wrap .wrap-container {
    margin: 0 auto;
    padding-bottom: 85px;
    /* for footer shift-up */ }

* html .wrap {
  height: 100%; }

.header {
  background: #ffffff; }

.logo {
  text-align: center; }

.contact {
  padding: 45px 0 25px 0;
  font-size: 21px;
  text-align: right; }

.feature {
  background: #126d86; }

.main {
  padding: 50px 0; }

body.home .main {
  padding: 50px 0 0 0; }

.page {
  padding: 0 100px 0 0;
  font-size: 15px;
  line-height: 22px; }

.aside > div {
  margin: 0 0 35px 0;
  padding: 10px 25px 15px 25px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  background: #f6f6f6; }

.footer {
  margin-top: -85px;
  /*footer shift-up*/
  position: relative;
  height: 85px;
  background: #126d86; }

.copyright {
  font-family: Arial;
  font-size: 12px;
  line-height: 85px;
  color: #ffffff; }

.digerati {
  float: right;
  line-height: 85px; }

/* Page Specific */
.slider {
  margin: 0 auto;
  max-width: 1040px; }
  .slider .caption {
    padding: 85px 100px 0 60px;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    background: url(/images/overlay.png) no-repeat top right; }
    .slider .caption h1 {
      margin: 0;
      font-size: 38px;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: -2px;
      color: #126d86; }
    .slider .caption h2 {
      margin: 15px 0;
      font-size: 25px;
      font-weight: bold;
      color: #222222; }
    .slider .caption a {
      padding: 20px 55px;
      display: inline-block;
      font-size: 21px;
      color: #ffffff;
      background: #126d86;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      behavior: url(/r/js/PIE-1.0.0.htc);
      -webkit-box-shadow: inset 3px 3px 3px 0 rgba(255, 255, 255, 0.15);
      -moz-box-shadow: inset 3px 3px 3px 0 rgba(255, 255, 255, 0.15);
      box-shadow: inset 3px 3px 3px 0 rgba(255, 255, 255, 0.15);
      behavior: url(/r/js/PIE-1.0.0.htc); }
      .slider .caption a:hover {
        background: #0f5b70; }
  .slider .next, .slider .prev {
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 999;
    cursor: pointer;
    opacity: 0.85;
    filter: alpha(opacity=85); }
  .slider .next {
    right: 30px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ffffff; }
  .slider .prev {
    left: 30px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #ffffff; }

.home-buttons {
  padding: 60px 0 0 0; }
  .home-buttons .home-button {
    padding: 75px 10px 20px 10px;
    position: relative;
    min-height: 380px;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    color: #58585a;
    background: #ffffff; }
    .home-buttons .home-button .icon {
      margin: 0 0 0 -60px;
      position: absolute;
      top: -50px;
      left: 50%;
      width: 120px;
      height: 120px;
      overflow: hidden; }
    .home-buttons .home-button .more {
      margin: 20px 0 0 0;
      padding: 18px 15px 15px 15px;
      display: block;
      color: #ffffff;
      line-height: 0;
      background: #b1b1b5;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      behavior: url(/r/js/PIE-1.0.0.htc);
      -webkit-box-shadow: inset -3px -3px 3px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset -3px -3px 3px 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset -3px -3px 3px 0 rgba(0, 0, 0, 0.1);
      behavior: url(/r/js/PIE-1.0.0.htc); }
      .home-buttons .home-button .more:hover {
        background: #a4a4a9; }

.home-intro {
  margin: 50px 0 0 0;
  padding: 40px 0;
  background: #ffffff; }
  .home-intro h1 {
    margin: 0; }
  .home-intro .welcome {
    padding: 0 50px 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px; }
  .home-intro .info {
    padding: 0 0 0 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px; }

.banner {
  padding: 25px 0;
  text-align: center; }
  .banner .image {
    margin: 0 auto;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/r/js/PIE-1.0.0.htc); }
    .banner .image img {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      behavior: url(/r/js/PIE-1.0.0.htc); }

.testimonial-feed .author {
  margin: -5px 0 0 0;
  display: block;
  font-style: italic; }
.testimonial-feed .more {
  margin: 10px 20px 15px 20px;
  padding: 18px 15px 15px 15px;
  display: block;
  color: #ffffff;
  line-height: 0;
  background: #b1b1b5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/r/js/PIE-1.0.0.htc);
  -webkit-box-shadow: inset -3px -3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -3px -3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset -3px -3px 3px 0 rgba(0, 0, 0, 0.1);
  behavior: url(/r/js/PIE-1.0.0.htc); }
  .testimonial-feed .more:hover {
    background: #a4a4a9; }

.testimonials {
  padding: 25px 0; }
  .testimonials .testimonial {
    margin: 0 0 25px 0;
    padding: 15px 25px;
    font-size: 18px;
    font-style: italic;
    background: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/r/js/PIE-1.0.0.htc); }
    .testimonials .testimonial .author {
      font-size: 13px;
      font-style: normal;
      font-weight: bold;
      text-align: right; }

.staff-list, .blog-list {
  padding: 25px 0; }
  .staff-list .staff, .blog-list .staff {
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #dddddd; }
    .staff-list .staff:last-child, .blog-list .staff:last-child {
      margin: 0;
      padding: 0;
      border: none; }
    .staff-list .staff h2, .blog-list .staff h2 {
      margin: 8px 0 5px 0; }
    .staff-list .staff .thumb, .blog-list .staff .thumb {
      max-width: 125px; }
    .staff-list .staff .more, .blog-list .staff .more {
      padding: 6px 10px 5px 10px;
      color: #ffffff;
      background: #126d86;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      behavior: url(/r/js/PIE-1.0.0.htc); }
      .staff-list .staff .more:hover, .blog-list .staff .more:hover {
        background: #0f5b70; }

.staff-list .staff {
  padding: 0; }

.blog-list {
  padding: 15px 0; }

.date {
  margin-top: -5px 0 0 0;
  color: #126d86; }

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Form Elements */
.form {
  padding: 25px 0; }

* {
  outline: none; }

input.tbxStyle {
  margin: 0 0 5px 0;
  padding: 8px 20px;
  width: 100%;
  max-width: 250px;
  border: 1px solid #88b6c2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url(/r/js/PIE-1.0.0.htc); }

textarea.tbxStyle {
  padding: 8px 20px;
  width: 100%;
  height: 125px;
  max-width: 250px;
  font-family: Arial;
  border: 1px solid #88b6c2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url(/r/js/PIE-1.0.0.htc);
  resize: vertical; }

.btnStyle {
  padding: 6px 10px;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background: #126d86;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/r/js/PIE-1.0.0.htc); }
  .btnStyle:hover {
    background: #0f5b70; }

.required {
  margin: -5px 0 10px 0;
  font-family: Arial;
  font-size: 11px;
  color: red; }

::-webkit-input-placeholder {
  color: #555555; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #555555; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555; }

:-ms-input-placeholder {
  color: #555555; }

/*Navigation*/
.nav {
  font-family: Arial, sans-serif;
  position: relative;
  z-index: 999; }
  .nav > ul {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none; }
    .nav > ul > li {
      margin: 0 0 0 10px;
      position: relative;
      float: left; }
      .nav > ul > li:first-child {
        margin: 0; }
      .nav > ul > li > a {
        padding: 0 0 5px 0;
        display: block;
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase; }
        .nav > ul > li > a:hover {
          color: #58585a; }
      .nav > ul > li > ul {
        display: none;
        margin: 0 0 0 -70px;
        padding: 0;
        position: absolute;
        left: 50%;
        width: 140px;
        background: #ffffff;
        border-top: 2px solid #126d86;
        list-style: none;
        -webkit-box-shadow: 0 0 1px 0 #cccccc;
        -moz-box-shadow: 0 0 1px 0 #cccccc;
        box-shadow: 0 0 1px 0 #cccccc;
        behavior: url(/r/js/PIE-1.0.0.htc); }
        .nav > ul > li > ul > li {
          float: none; }
          .nav > ul > li > ul > li > a {
            padding: 10px 10px 6px 10px;
            display: block;
            font-size: 13px;
            font-weight: bold;
            border-bottom: 1px solid #c4dae1; }
          .nav > ul > li > ul > li:last-child > a {
            border: none; }
          .nav > ul > li > ul > li ul {
            display: none; }
      .nav > ul > li.active > a {
        color: #58585a; }
      .nav > ul > li:hover > a {
        color: #58585a; }
      .nav > ul > li:hover > ul {
        display: block; }

@media only screen and (max-width: 767px) {
  .wrap {
    min-height: 100%; }
    .wrap .wrap-container {
      margin: 0 auto;
      padding-bottom: 0; }

  .footer {
    margin-top: 0;
    padding: 20px 0;
    height: auto; }

  .copyright {
    font-size: 10px;
    text-align: center;
    line-height: 30px; }

  .digerati {
    margin: 0 auto;
    display: block;
    float: none;
    width: 97px;
    line-height: 40px; }

  .contact {
    padding: 0;
    font-size: 15px;
    text-align: center; }

  .main {
    padding: 0; }

  .slider .caption {
    display: none; }

  .home-buttons {
    padding: 20px 0 0 0; }
    .home-buttons .home-button {
      margin: 0 0 75px 0;
      min-height: 0; }

  .home-intro {
    margin: -50px 0 0 0;
    padding: 0 25px 10px 25px;
    text-align: center;
    background: #ffffff; }
    .home-intro .welcome {
      padding: 0 0 25px 0;
      font-size: 13px;
      font-weight: bold;
      line-height: 20px; }
    .home-intro .info {
      padding: 0 0 25px 0;
      font-size: 13px;
      font-weight: bold;
      line-height: 20px; }

  .staff-list {
    padding: 25px 0; }
    .staff-list .staff .thumb {
      margin: 0 0 5px 0;
      max-width: 150px; }

  .page {
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
    line-height: 20px; }

  .toggle-nav {
    padding: 8px 15px 5px 15px;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background: #0f5b70; }
    .toggle-nav:after {
      content: "";
      position: absolute;
      top: 11px;
      right: 13px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #ffffff; }

  .nav {
    margin: 20px 0;
    background: none; }
    .nav > ul {
      display: none;
      float: none;
      background: #126d86; }
      .nav > ul > li {
        margin: 0;
        float: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
        .nav > ul > li:first-child {
          margin: 0; }
        .nav > ul > li > a {
          padding: 8px 15px 5px 15px;
          display: block;
          font-size: 18px;
          text-transform: uppercase;
          color: #ffffff;
          border: none; }
          .nav > ul > li > a:hover {
            color: #ffffff; }
        .nav > ul > li > ul {
          margin: 0;
          padding: 0 0 10px 0;
          display: block;
          position: relative;
          left: 0;
          width: 100%;
          border-top: none;
          background: #126d86;
          -webkit-box-shadow: 0 0 0 0 #cccccc;
          -moz-box-shadow: 0 0 0 0 #cccccc;
          box-shadow: 0 0 0 0 #cccccc;
          behavior: url(/r/js/PIE-1.0.0.htc); }
          .nav > ul > li > ul > li {
            float: none; }
            .nav > ul > li > ul > li > a {
              padding: 8px 15px 5px 30px;
              font-size: 13px;
              font-weight: normal;
              color: #ffffff;
              border: none; }
            .nav > ul > li > ul > li:last-child > a {
              border: none; }
            .nav > ul > li > ul > li ul {
              display: none; }
        .nav > ul > li.active > a {
          color: #ffffff; }
        .nav > ul > li:hover > a {
          color: #ffffff; }
        .nav > ul > li:hover > ul {
          display: block; }

  input.tbxStyle {
    max-width: 100%; }

  textarea.tbxStyle {
    max-width: 100%; } }
.homeButtonContentContainer {
  height: 180px; }

/*# sourceMappingURL=Website.css.map */
