body {
  background-color: #f0f0f0;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 135%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
}

h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

h5 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  line-height: 160%;
}

a {
  color: #24a7ff;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
  line-height: 135%;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  color: #aaa;
  font-size: 13px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #888;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #333;
}

.button.w--current {
  background-color: #2e80b6;
}

.section {
  position: relative;
  padding-top: 63px;
  padding-bottom: 63px;
  background-color: #fff;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #000;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-button:hover {
  opacity: 0.7;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, .36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  width: 20px;
  margin-right: 9px;
  opacity: 0.36;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon-link:hover {
  opacity: 0.9;
}

.nav-link {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #aaa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #2d3e4f;
}

.nav-link.w--current {
  color: #333;
}

.grey-rule {
  width: 90px;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #c7c7c7;
}

.site-name {
  display: block;
  color: #333;
  font-size: 36px;
  line-height: 100%;
  text-decoration: none;
}

.site-description {
  color: #333;
  line-height: 145%;
  text-decoration: underline;
}

.built-with-webflow {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0.64;
  direction: ltr;
  color: #aaa;
  font-size: 10px;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.asarabia {
  color: #aaa;
  text-decoration: none;
}

.asarabia:hover {
  color: #333;
}

.post-wrapper {
  margin-bottom: 50px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .06);
}

.about-us-image {
  display: block;
  height: 250px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.about-us-image:hover {
  opacity: 0.8;
}

.about-us-image.blog-page {
  height: 300px;
}

.post-content {
  margin-top: 25px;
  padding: 0px 35px auto;
  background-color: transparent;
  text-align: center;
}

.post-summary {
  display: inline;
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
}

.post-info {
  display: inline-block;
  margin-right: 8px;
  color: #aaa;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-info.link {
  text-decoration: none;
}

.post-info.link:hover {
  color: #333;
}

.blog-title-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #333;
  text-decoration: none;
}

.blog-title-link:hover {
  opacity: 0.8;
}

.body-copy {
  opacity: 1;
}

.body-copy img {
  border-radius: 3px;
}

.body-copy li {
  margin-bottom: 3px;
}

.body-copy blockquote {
  line-height: 145%;
}

.body-copy figure {
  margin-bottom: 20px;
}

.about-image {
  height: 300px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url('../images/photo-1433588641602-7c1083c4f0e2-bw.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.success-message {
  padding-top: 49px;
  padding-bottom: 49px;
  border-radius: 3px;
  background-color: #f0f0f0;
  text-align: center;
}

.success-message.white-background {
  border: 1px solid #dfdfdf;
  background-color: #fff;
}

.success-text {
  margin-bottom: 0px;
  font-size: 17px;
}

.text-field {
  margin-bottom: 15px;
  border-radius: 3px;
}

.text-field.text-area {
  min-height: 110px;
}

.social-link-group {
  margin-bottom: 12px;
}

.read-more-link {
  display: inline;
  margin-left: 8px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #aaa;
  font-size: 14px;
  line-height: 22%;
  text-decoration: underline;
}

.read-more-link:hover {
  color: #333;
}

.content-wrapper {
  margin-top: 0px;
  margin-left: 400px;
  padding: auto 50px 0px;
}

.sidebar-wrapper {
  position: fixed;
  width: 400px;
  height: 100%;
  padding: 50px;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #e2e2e2;
}

.blog-title {
  font-size: 30px;
  line-height: 37px;
}

.white-bg-heading {
  margin-bottom: 40px;
  padding: 11px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .06);
}

.post-info-wrapper {
  margin-top: 16px;
}

.text-span {
  font-size: 22px;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.link-3 {
  color: #aaa;
}

.link-4 {
  color: #333;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-2 {
  border-radius: 6px 6px 0px 0px;
}

.image-3 {
  border-radius: 6px;
}

.collection-item {
  margin-bottom: -37px;
}

.dropdown-toggle {
  left: -19px;
  top: -5px;
  bottom: 0px;
  overflow: visible;
  float: none;
  clear: left;
  text-align: left;
}

.dropdown-link {
  background-color: #e9e9e9;
  box-shadow: inset 0 1px 0 0 transparent;
  color: #333;
}

.text-span-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.body {
  background-image: url('../images/head.jpg');
  background-position: 0px -563px;
  background-size: cover;
  background-repeat: no-repeat;
}

.column {
  margin-bottom: 153px;
  padding-bottom: 0px;
}

.image-4 {
  margin-top: 0px;
  margin-left: 61px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
}

.image-5 {
  float: right;
}

.row {
  height: 400px;
  margin-top: 0px;
  padding-top: 0px;
}

.image-6 {
  float: none;
}

.column-2 {
  margin-top: -29px;
  padding-top: 44px;
}

.column-3 {
  margin-top: -29px;
  padding-top: 44px;
}

.column-4 {
  margin-bottom: 57px;
  padding-bottom: 0px;
}

.heading {
  color: #333;
  text-decoration: none;
}

.heading-2 {
  color: #333;
}

.heading-3 {
  color: #333;
}

.heading-4 {
  color: #333;
}

.container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.body-2 {
  background-image: url('../images/head.jpg');
  background-position: 0% -563px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.body-3 {
  padding-bottom: 0px;
  background-image: url('../images/head.jpg');
  background-position: 0% -563%;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
}

.map {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.dropdown-link-2 {
  background-color: #e9e9e9;
}

.link-block {
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000004, 0.6000000000000004);
  -ms-transform: scale(0.6000000000000004, 0.6000000000000004);
  transform: scale(0.6000000000000004, 0.6000000000000004);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .post-wrapper {
    margin-bottom: 35px;
  }
  .about-us-image {
    height: 190px;
  }
  .about-image {
    height: 250px;
  }
  .content-wrapper {
    margin-left: 300px;
    padding: 30px;
    background-image: none;
  }
  .sidebar-wrapper {
    width: 300px;
    padding: 30px;
  }
  .white-bg-heading {
    margin-bottom: 20px;
  }
  .body {
    background-image: url('../images/background.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .social-icon-link {
    margin-right: 8px;
    margin-left: 8px;
  }
  .nav-link {
    display: inline-block;
    margin: 0px 10px;
  }
  .grey-rule {
    display: block;
    margin: 21px auto;
  }
  .site-name.w--current {
    margin-bottom: 15px;
  }
  .site-description {
    margin-bottom: 15px;
  }
  .built-with-webflow {
    margin-bottom: 0px;
  }
  .post-wrapper {
    margin-bottom: 30px;
  }
  .post-content {
    padding: 20px;
  }
  .about-image {
    height: 250px;
  }
  .social-link-group {
    margin-bottom: 0px;
  }
  .button-wrapper {
    text-align: center;
  }
  .content-wrapper {
    width: 100%;
    margin-left: 0px;
    background-image: url('../images/background.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .sidebar-wrapper {
    position: static;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    border-right-style: none;
    text-align: center;
  }
  .blog-title {
    font-size: 27px;
    line-height: 36px;
  }
  .navigation {
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .post-wrapper {
    margin-bottom: 20px;
  }
  .about-us-image {
    height: 190px;
  }
  .content-wrapper {
    padding: 20px;
    background-image: url('../images/background.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .sidebar-wrapper {
    padding: 20px;
  }
  .blog-title {
    font-size: 26px;
    line-height: 32px;
  }
}

