/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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; }

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.water td {
  padding: 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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;
  min-width: 55px; }

/**
 * 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }


.banner .pagination ul, .services-block .service-list, .connect-block .img-list, .right-block .menu, .right-block .menu li .dropdown-inner, .right-block .social-networks, .four-columns .link-list, .four-columns .btn-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }


.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 16px/1.2 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body .buffer,
.sidebar {
  font: 400 14px/1.6 "Libre Baskerville", "Times New Roman", Times, Baskerville, Georgia, serif; }
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

.UnorderedNewsList p {
  display: none !important;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.resize-active * {
  -webkit-transition: none !important;
          transition: none !important; }

.fb-comments, .news-comments {
  display: none !important;
}
.scrollable {
    max-width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
#main {
  padding: 66px 0 0;
  background: #faf9f5; }
  @media (min-width: 768px) {
    #main {
      padding: 0; } }
.banner-holder:after,
.banner:after,
.slideshow:after,
.banner .slideshow .slide:after {
    clear: both;
    content: '';
    display: block; }
@media (max-width: 767px) {
    .banner-holder {
      min-height: 410px;
      margin-top:30px;} }
.banner.image-hold {
  min-height:280px;
  border-bottom: 1px solid #0b3b42;
  background-position: 70% 100%;
  position:relative; }
  @media (min-width: 768px) {
    .banner.image-hold {
    min-height:370px; } }
  @media (min-width: 1024px) {
    .banner.image-hold {
    min-height:430px;
    background-position: 10% 100%; } }
.banner.image-hold .holder {
  position: initial; }
.banner.image-hold h1 {
  position:absolute;
  bottom: 0px;
  color:#fff;
  background:#0b3b42;
  margin: 0;
  padding: 20px;
  font: 400 22px/1 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif; }
  @media (min-width: 768px) {
    .banner.image-hold h1 {
    font: 400 30px/1.2 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif; } }
  @media (min-width: 1024px) {
    .banner.image-hold h1 {
    font: 400 40px/1.2 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif; } }
.banner {
  background-size: cover;
  background-position: 80% 50%;
  background-repeat: no-repeat; }
  .banner .slideshow {
    position: relative;
    background: #0b3b42;
    min-height: 380px; }
  @media (min-width: 480px) {
      .banner .slideshow {
        min-height: 450px; } }
    @media (min-width: 768px) {
      .banner .slideshow {
        min-height: 760px;
        background: none; } }
    @media (min-width: 1024px) {
      .banner .slideshow {
        min-height: 710px; } }
    .banner .slideshow .slide {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0; }
      .banner .slideshow .slide.active {
        z-index: 2; }
      @media (min-width: 768px) {
        .banner .slideshow .slide {
          top: auto;
          padding: 0 30px; } }
      @media (min-width: 1024px) {
        .banner .slideshow .slide {
          padding: 0; } }
  .banner .slideshow.not-enough-slides a.btn-prev,
  .banner .slideshow.not-enough-slides a.btn-next {
    visibility: hidden; }
  @media (min-width: 768px) {
    .banner .holder {
      position: relative;
      padding: 0; } }
  @media (min-width: 1024px) {
    .banner .holder {
      padding: 0 30px; } }
  @media (min-width: 1200px) {
    .banner .holder {
      padding: 0; } }
  .banner .caption {
    font: 400 14px/1.57 "Libre Baskerville", "Times New Roman", Times, Baskerville, Georgia, serif;
    background: #0b3b42;
    color: #fff;
    padding: 25px 20px 30px;
    display:block;
    clear:both; }
    @media (min-width: 480px) {
      .banner .caption {
        position:absolute;
        left:0;
        right:0;
        bottom:20px; } }
    @media (min-width: 768px) {
      .banner .caption {
        font: 400 16px/1.57 "Libre Baskerville", "Times New Roman", Times, Baskerville, Georgia, serif;
        bottom: 0;
        left: 0;
        right: 0;
        top: initial;
        position:relative;
        margin: 0 auto;
        background: rgba(11, 59, 66, 0.9);
        padding: 10px 20px 36px; } }
    @media (min-width: 1024px) {
      .banner .caption {
        padding: 36px 71px 33px;
        left: 30px;
        top: initial;
        bottom: 0;
        position:absolute;
        right: 30px; } }
    @media (min-width: 1200px) {
      .banner .caption {
        left: 0;
        right: 0; } }
    .banner .caption h1 {
      font: 400 30px/1 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
      margin: 0 0 10px; }
      @media (min-width: 768px) {
        .banner .caption h1 {
          margin: 0 0 5px;
          font: 400 36px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif; } }
      @media (min-width: 1024px) {
        .banner .caption h1 {
          font: 400 42px/1.2 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif; } }
    .banner .caption p {
      margin: 0 0 5px; }
    .banner .caption .read-btn {
      text-decoration: none;
      color: #7d9d3d;
      -webkit-transition: color 0.3s ease;
              transition: color 0.3s ease; }
      .banner .caption .read-btn:hover {
        color: #fff; }
  @media (max-width: 767px) {
    .banner .holder {
      padding: 0; } }
  .banner .holder .image-wrap {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 185px; }
    @media (min-width: 325px) {
      .banner .holder .image-wrap {
        height: 210px; } }
    @media (min-width: 480px) {
      .banner .holder .image-wrap {
        height: 300px; } }
    @media (min-width: 768px) {
      .banner .holder .image-wrap {
        height: 410px; } }
    @media (min-width: 1024px) {
      .banner .holder .image-wrap {
        height: 560px; } }
  .banner .pagination {
    position: absolute;
    top:14%;
    right: 0;
    z-index: 9;
    padding: 0px 20px;
    text-align: center;
    max-width: 1171px;
    margin: 0 auto; }
    @media (min-width: 480px) {
      .banner .pagination {
        bottom: 12px;
        left: 30px;
        top: initial;
        right: 41px; } }
    @media (min-width: 768px) {
      .banner .pagination {
        bottom: 12px;
        left: 30px;
        right: 41px; } }
    @media (min-width: 1024px) {
      .banner .pagination {
        padding: 0 18px; } }
    @media (min-width: 1200px) {
      .banner .pagination {
        width: 100%;
        bottom: 13px;
        top: inherit;
        left: 0;
        right: 0; } }
    .banner .pagination ul {
      font-size: 0;
      line-height: 0;
      max-width: 100%;
      margin: 0 auto; }
      @media (min-width: 480px) {
        .banner .pagination ul {
          max-width: 280px; } }
      @media (min-width: 768px) {
        .banner .pagination ul {
          text-align: right;
          margin: 0 0 0 auto; } }
      .banner .pagination ul li {
        display: block;
        vertical-align: top;
        padding: 3px 3px; }
      @media (min-width: 480px) {
        .banner .pagination ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0 3px; } }
        .banner .pagination ul li a {
          width: 15px;
          height: 15px;
          overflow: hidden;
          text-indent: 101%;
          white-space: nowrap;
          display: block;
          text-decoration: none;
          border-radius: 100%;
          border: 1px solid #fff;
          background: transparent;
          -webkit-transition: background 0.3s ease;
                  transition: background 0.3s ease; }
          @media (min-width: 1024px) {
            .banner .pagination ul li a:hover {
              background: #7d9d3d; } }
        .banner .pagination ul li.active a {
          background: #7d9d3d; }

h2 {
  font: 500 36px/1 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #0b3b42;
  position: relative;
  margin: 0 0 8px; }
.buffer h2 {
  font-size: 24px;
}
.buffer h2:before {
  content: none;
}
  @media (min-width: 768px) {
    h2 {
      font: 500 60px/1 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif; } }
  h2:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 3px;
    width: 170px;
    background: #7d9d3d;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .news-block h2:before {
      top: -11px; } }
  .connect-block h2 {
    color: #fff; }

.more-btn {
  font: 600 16px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding: 20px 10px;
  width: 245px;
  text-align: center;
  margin: 0 0 25px;
  background: #7d9d3d;
  color: #fff;
  -webkit-transition: background 0.5s ease;
          transition: background 0.5s ease; }
  .more-btn:hover {
    background: #0b3b42; }

.crumbs {
  background: #0b3b42;
  padding: 8px 0; }
.crumbs .crumbtext {
  color: #fff;
  font-size: 13px;
  font-weight:bold; }
.crumbs .crumbtext a {
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  font-weight:normal; }
.content-block {
  margin: 30px 0; }
.content-block .sidebar,
.content-block .column {
  float:none;
  width:100%; }
 @media (min-width: 768px) {
  .content-block .column {
  float:left;
  box-sizing: border-box;
  width: 72%;
  padding: 0 30px 0 0; }
.content-block .sidebar {
  float:right;
  width: 28%; } }
.sidebar h2 {
  font-size: 22px;
  font-weight: 700;
  text-align:center;
  margin: 0 0 30px 0; }
.sidebar h2:before {
  width:85px; }
.sidebar .navlinks {
  background: #ecebe6;
  padding: 0;
  margin: 0 0 20px 0; }
.sidebar .navlinks h2 {
  padding: 40px 0 0;
  margin: 0 0 15px 0; }
.sidebar .navlinks h2:before {
  margin-top: 40px; }
.sidebar .navlinks ul {
    padding: 0 0 20px;
    margin: 0; }
.sidebar .navlinks ul li {
    list-style-type: none;
    padding: 0; }
.sidebar .navlinks ul li a {
    text-decoration: none;
    color: #0b3b42;
    width: 100%;
    display: block;
    padding: 6px 20px; }
.sidebar .navlinks ul li a:hover {
    background: #7d9d3d;
    color: #fff; }
.sidebar .convo,
.sidebar .connected {
  background: #ecebe6;
  padding: 40px 20px 25px;
  margin: 0 0 20px 0; }
.sidebar .connected button {
  background: #0b3b42;
  color: #fff;
  text-transform: uppercase;
  height: 42px;
  text-align: center;
  font: 600 16px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
  border:none;
  width: 30%;
}
.sidebar .connected input {
  border: none;
  padding: 0.85em 0.7em;
  width:70%;
  float:left;
}
.sidebar .four-columns .btn-list li {
  padding: 0; }
.sidebar .four-columns .btn-list li a {
  background: #ecebe6; }
.sidebar .social-networks {
  display: block;
  vertical-align: middle;
  text-align: center;
  padding:0; }
.sidebar .social-networks li {
  font-size: 30px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px; }
.sidebar .social-networks li a {
  text-decoration: none;
  color: #fff;
  background: #0b3b42;
  border-radius: 100%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 10px 13px 7px; }
.sidebar .social-networks li a:hover {
  background: #7d9d3d; }

.services-block {
  font: 400 14px/1.3 "Libre Baskerville", "Times New Roman", Times, Baskerville, Georgia, serif;
  padding: 54px 0;
  text-align: center;
  color: #454545; }
  @media (min-width: 768px) {
    .services-block {
      padding: 92px 0 55px;
      font: 400 16px/1.3 "Libre Baskerville", "Times New Roman", Times, Baskerville, Georgia, serif; } }
  @media (min-width: 1200px) {
    .services-block {
      padding: 78px 0 17px; } }
  .services-block p {
    margin: 0 0 31px; }
    @media (min-width: 768px) {
      .services-block p {
        margin: 0 0 62px; } }
  .services-block .service-list {
    font-size: 0;
    line-height: 0;
    text-align: center;
    overflow: hidden;
    margin: 0 0 7px; }
    @media (min-width: 768px) {
      .services-block .service-list {
        margin: 0 -8px 14px; } }
    @media (min-width: 1200px) {
      .services-block .service-list {
        margin: 0 -17px 14px; } }
    .services-block .service-list li {
      margin: 0 0 46px; }
      @media (min-width: 480px) {
        .services-block .service-list li {
          display: inline-block;
          vertical-align: top;
          width: 50%; } }
      @media (min-width: 768px) {
        .services-block .service-list li {
          width: 33.33%;
          padding: 0 5px; } }
      @media (min-width: 1200px) {
        .services-block .service-list li {
          width: 20%;
          margin: 0 0 44px; } }
      .services-block .service-list li a {
        font: 400 19px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        color: #0b3b42;
        -webkit-transition: color 0.5s ease;
                transition: color 0.5s ease;
        pointer-events: none; }
        .services-block .service-list li a:hover {
          color: #7d9d3d; }
          .services-block .service-list li a:hover .icon-wrap {
            background: #7d9d3d; }
    .services-block .service-list .icon-wrap {
      display:block;
      white-space: nowrap;
      text-align: center;
      font-size: 97px;
      line-height: 1;
      width: 205px;
      height: 205px;
      border-radius: 50%;
      color: #fff;
      background: #0b3b42;
      -webkit-transition: background 0.5s ease;
              transition: background 0.5s ease;
      pointer-events: auto;
      margin: 0 auto 21px; }
      .services-block .service-list .icon-wrap:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%; }
      .services-block .service-list .icon-wrap > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%; }
      @media (min-width: 768px) {
        .services-block .service-list .icon-wrap {
          width: 205px;
          height: 205px; } }
      .services-block .service-list .icon-wrap .icon-home {
        font-size: 107px;
        line-height: 1; }
      .services-block .service-list .icon-wrap .icon-flag {
        font-size: 83px;
        line-height: 83px; }
      .services-block .service-list .icon-wrap .icon-hands {
        font-size: 79px;
        line-height: 1; }
      .services-block .service-list .icon-wrap .icon-event {
        font-size: 87px;
        line-height: 1; }
      .services-block .service-list .icon-wrap > * {
        width: 100%; }
    .services-block .service-list .text {
      pointer-events: auto; }
.services-block.int {
  padding: 0px; }
.services-block.int .service-list li {
  width: 100%; }
  @media (min-width: 480px) {
  .services-block.int .service-list li {
    width: 50%; } }
  @media (min-width: 1024px) {
  .services-block.int .service-list li {
    width: 33%; } }

.contact-block {
  font-size: 0;
  line-height: 0;
  background: #0b3b42;
  padding: 25px 0;
  text-align: center; }
.contact-block.internal {
  background: #7d9d3d; }
  @media (min-width: 768px) {
    .contact-block {
      padding: 21px 0; } }
  @media (min-width: 1200px) {
    .contact-block {
      padding: 40px 0; } }
  .contact-block .heading-wrap {
    margin: 0 0 8px; }
    @media (min-width: 768px) {
      .contact-block .heading-wrap {
        max-width: 494px;
        margin: 0 auto 7px; } }
    @media (min-width: 1200px) {
      .contact-block .heading-wrap {
        display: inline-block;
        vertical-align: middle;
        width: 270px;
        margin: 0;
        max-width: 100%; } }
    .contact-block .heading-wrap label {
      font: 300 24px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
      margin: 0;
      text-transform: uppercase;
      color: #fff; }
      @media (min-width: 768px) {
        .contact-block .heading-wrap label {
          font: 300 30px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif; } }
      .contact-block .heading-wrap label strong {
        font-weight: 900; }
  .contact-block .signup-form {
    font-size: 0;
    line-height: 0; }
    @media (min-width: 768px) {
      .contact-block .signup-form .content-wrap {
        max-width: 494px;
        margin: 0 auto; } }
    @media (min-width: 1200px) {
      .contact-block .signup-form .content-wrap {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: calc(100% - 270px); } }
    .contact-block .signup-form input[type="email"],
    .contact-block .signup-form input[type="text"] {
      font: 400 13px/1.3 "Libre Baskerville", "Times New Roman", Times, Baskerville, Georgia, serif;
      color: #444444;
      outline: none;
      width: 100%;
      height: 42px;
      padding: 5px 20px;
      border: none; }
      .contact-block .signup-form input[type="email"]::-webkit-input-placeholder {
        color: #444444;
        text-overflow: ellipsis; }
      .contact-block .signup-form input[type="email"]::-moz-placeholder {
        opacity: 1;
        color: #444444;
        text-overflow: ellipsis; }
      .contact-block .signup-form input[type="email"]:-moz-placeholder {
        color: #444444;
        text-overflow: ellipsis; }
      .contact-block .signup-form input[type="email"]:-ms-input-placeholder {
        color: #444444;
        text-overflow: ellipsis; }
      .contact-block .signup-form input[type="email"].placeholder {
        color: #444444;
        text-overflow: ellipsis; }
      @media (min-width: 768px) {
        .contact-block .signup-form input[type="email"] {
          font: 400 14px/1.3 "Libre Baskerville", "Times New Roman", Times, Baskerville, Georgia, serif; } }
    .contact-block .signup-form .input-wrap {
      margin: 0 0 15px; }
      @media (min-width: 1200px) {
        .contact-block .signup-form .input-wrap {
          width: 670px;
          display: inline-block;
          vertical-align: middle;
          padding: 0 36px 0 3px;
          margin: 0; } }
    .contact-block .signup-form button {
      font: 600 16px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
      width: 185px;
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      background: #7d9d3d;
      border: none;
      height: 42px;
      text-align: center;
      vertical-align: middle;
      -webkit-transition: background 0.5s ease;
              transition: background 0.5s ease; }
      .contact-block.internal .signup-form button {
        background:#0b3b42; }
      .contact-block .signup-form button:hover {
        background: #516628; }

.news-block {
  color: #454545;
  text-align: center;
  padding: 95px 0 74px;
  font: 400 14px/1.28 "Libre Baskerville", "Times New Roman", Times, Baskerville, Georgia, serif; }
  @media (min-width: 768px) {
    .news-block {
      font: 400 16px/1.28 "Libre Baskerville", "Times New Roman", Times, Baskerville, Georgia, serif;
      padding: 93px 0 61px; } }
  @media (min-width: 1024px) {
    .news-block {
      padding: 59px 0 46px; } }
  .news-block p {
    margin: 0 0 35px; }
    @media (min-width: 768px) {
      .news-block p {
        margin: 0 0 56px; } }
    @media (min-width: 1024px) {
      .news-block p {
        margin: 0 0 57px; } }
  .news-block .three-columns {
    font-size: 0;
    line-height: 0;
    text-align: left; }
    @media (min-width: 768px) {
      .news-block .three-columns {
        margin: 0 -15px; } }
  .news-block .col {
    font: 400 14px/1.85 "Libre Baskerville", "Times New Roman", Times, Baskerville, Georgia, serif;
    margin: 0 0 48px; }
    @media (min-width: 768px) {
      .news-block .col {
        padding: 0 15px;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0 0 60px; } }
    @media (min-width: 1024px) {
      .news-block .col {
        margin: 0 0 65px;
        width: 33.33%; } }
    .news-block .col h3 {
      font: 600 24px/1.06 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #0b3b42;
      margin: 0 0 19px;
      letter-spacing: -0.5px; }
      @media (min-width: 768px) {
        .news-block .col h3 {
          font: 600 30px/1.06 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif; } }
      @media (min-width: 1024px) {
        .news-block .col h3 {
          letter-spacing: -1px; } }
    .news-block .col time {
      font: 500 14px/1.3 "Libre Baskerville", "Times New Roman", Times, Baskerville, Georgia, serif;
      color: #7d9d3d;
      display: block;
      margin: 0 0 10px; }
    .news-block .col .read-btn {
      font: 900 16px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #7d9d3d;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transition: opacity 0.3s ease;
              transition: opacity 0.3s ease; }
      .news-block .col .read-btn .icon-forward {
        font-size: 12px;
        line-height: 1; }
      .news-block .col .read-btn:hover {
        opacity: 0.5; }
    .news-block .col p {
      margin: 0 0 13px; }
    .news-block .col:last-child {
      display: none; }
      @media (min-width: 1024px) {
        .news-block .col:last-child {
          display: inline-block;
          vertical-align: top; } }

.blockquote-holder {
  margin: 0 auto;
  padding: 0 15px;
  z-index: 1;
  position: relative;
  padding: 33px 30px 34px;
  color:#fff;
  text-transform:uppercase;
  font: 900 16px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
}

.blockquote-holder:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #7d9d3d;
  z-index: -1;
}

.blockquote-holder:after {
  position: absolute;
  content: "";
  top: 8px;
  bottom: 8px;
  left: -9999px;
  right: -9999px;
}

.blockquote-holder:after {
  z-index: -1;
  border: solid #fff;
  border-width: 1px 0;
  display: block;
}

.blockquote-holder a {
  text-decoration: none;
  color:#fff;
}

.blockquote-holder a:hover {
  text-decoration: underline;
}

.blockquote-holder h2 {
  font: 500 30px/1 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align:center;
}

.stats-container .stat-container {
    width: 25%;
    float: left;
    padding: 15px 5px 15px;
    display:table; }
    @media (max-width: 1023px) {
      .stats-container .stat-container {
        width: 50% } }
      @media (max-width: 767px) {
      .stats-container .stat-container {
        width: 100% } }

.stats-container .stat-container:hover {
    text-decoration: none;
}

.stats-container .stat-container:hover .stat-icon {
    background-color: #536926;
}

.stat-hold {
  width:60px;
  display:table-cell;
  vertical-align: top;
}

.stats-container .stat-container .stat-icon {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 13px 0 0 0;
    position:relative;
    top: 5px;
    background-color: #0b3b42;
    height: 60px;
    width: 60px;
    border-radius: 100%;
}

.stats-container .stat-container .stat-name {
    font-size: 14px;
    line-height: 16px;
    color: white;
    display: table-cell;
    vertical-align: top;
    font-weight: bold;
    padding: 0 0 0 10px;
}

.stats-container .stat-container .stat {
    font-size: 32px;
    line-height: 38px;
    color: white;
    font-weight: bold;
    display: block;
}



.connect-block {
  font: 400 14px/1.2 "Libre Baskerville", "Times New Roman", Times, Baskerville, Georgia, serif;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 81px 0 33px;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .connect-block {
      font: 400 16px/1.2 "Libre Baskerville", "Times New Roman", Times, Baskerville, Georgia, serif;
      padding: 81px 0 24px; } }
  .connect-block p {
    margin: 0 0 27px; }
    @media (min-width: 768px) {
      .connect-block p {
        margin: 0 0 68px; } }
  .connect-block .three-columns {
    font-size: 0;
    line-height: 0;
    text-align: left; }
    @media (min-width: 768px) {
      .connect-block .three-columns {
        margin: 0 -15px; } }
  @media (max-width: 1023px) {
    .connect-block .content-wrap {
      margin: 0 0 25px;
      height: auto !important; } }
  @media (min-width: 768px) {
    .connect-block .content-wrap {
      margin: 0 0 34px; } }
  .connect-block .img-wrap {
    text-align: center; }
    .connect-block .img-wrap img {
      width: 100%; }
  .connect-block .col {
    font: 400 14px/1.85 "Libre Baskerville", "Times New Roman", Times, Baskerville, Georgia, serif;
    margin: 0 0 45px; }
    @media (min-width: 768px) {
      .connect-block .col {
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
        width: 50%;
        margin: 0 0 57px; } }
    @media (min-width: 1024px) {
      .connect-block .col {
        margin: 0 0 65px;
        width: 33.33%; } }
    .connect-block .col h3 {
      font: 600 18px/1.06 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #fff;
      margin: 0 0 5px;
      text-align:center; }
      @media (min-width: 768px) {
        .connect-block .col h3 {
          font: 600 24px/1.06 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
          margin: 0 0 17px;
          text-align:left; } }
    .connect-block .col p {
      margin: 0 0 13px; }
    .connect-block .col:last-child {
      width: 100%; }
      @media (min-width: 1024px) {
        .connect-block .col:last-child {
          display: inline-block;
          vertical-align: top;
          width: 33.33%; } }
  .connect-block .img-list {
    font-size: 0;
    line-height: 0;
    margin: 0 -10px;
    text-align: center; }
    .connect-block .img-list li {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 9px;
      margin: 0 0 18px; }
      @media (min-width: 480px) {
        .connect-block .img-list li {
          width: 25%; } }
      @media (min-width: 768px) {
        .connect-block .img-list li {
          margin: 0; } }
      @media (min-width: 1024px) {
        .connect-block .img-list li {
          width: 50%;
          margin: 0 0 18px; } }
      .connect-block .img-list li:nth-last-child(-n + 2) {
        margin: 0; }
        @media (max-width: 1023px) {
          .connect-block .img-list li:nth-last-child(-n + 2) {
            display: none; } }
      .connect-block .img-list li a {
        -webkit-transition: opacity 0.5s ease;
                transition: opacity 0.5s ease; }
        .connect-block .img-list li a:hover {
          opacity: 0.5; }
  .connect-block .more-btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 268px; }
    @media (max-width: 767px) {
      .connect-block .more-btn {
        font-size: 15px;
        line-height: 19px;
        width: 260px;
        padding: 20px 5px; } }
    @media (max-width: 399px) {
      .connect-block .more-btn {
        width: 267px;
        padding: 20px 10px; } }

#header {
  font-size: 0;
  line-height: 0;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(250, 249, 245, 0.85);
  z-index: 999;
  height: 66px; }
  @media (min-width: 768px) {
    #header {
      padding: 7px 0;
      height: 90px;
      -webkit-transition: padding 0.3s ease;
              transition: padding 0.3s ease; } }
  @media (min-width: 1024px) {
    #header {
      height: auto;
      padding: 0; } }
  #header .popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(250, 249, 245, 0.95);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    display: block !important;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
    z-index: 9999; }
    #header .popup .holder {
      position: static;
      max-width: 1170px;
      margin: 0 auto; }
    #header .popup .open.close {
      font: 400 16px/1 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
      float: right;
      text-decoration: none;
      color: #454545;
      -webkit-transition: color 0.3s ease;
              transition: color 0.3s ease;
      position: relative;
      padding: 0 18px 0 0; }
      #header .popup .open.close:hover {
        color: #7d9d3d; }
        #header .popup .open.close:hover .cross {
          background: #7d9d3d; }
          #header .popup .open.close:hover .cross:after {
            background: #7d9d3d; }
      #header .popup .open.close .cross {
        width: 10px;
        height: 15px;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg);
        bottom: 0;
        width: 2px;
        margin: 0 5px 0;
        -webkit-transition: background 0.3s ease;
                transition: background 0.3s ease;
        background: #454545; }
        #header .popup .open.close .cross:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          width: 2px;
          background: #454545;
          -webkit-transition: background 0.3s ease;
                  transition: background 0.3s ease;
          -webkit-transform: rotate(-60deg);
              -ms-transform: rotate(-60deg);
                  transform: rotate(-60deg); }
  .popup-active #header .popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    padding: 25px 0 10px; }
    @media (min-width: 1024px) {
      .popup-active #header .popup {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        padding: 49px 0 5px; } }
  #header .search-form {
    font: 400 16px/1 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: rgba(250, 249, 245, 0.95);
    width: 100%;
    padding: 25px 5px; }
    @media (min-width: 1024px) {
      #header .search-form {
        padding: 40px 0 18px; } }
    #header .search-form input[type='search'] {
      font: 400 16px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
      width: 100%;
      padding: 0;
      border: none;
      outline: none;
      background: rgba(250, 249, 245, 0.95);
      border-bottom: 2px solid #b7b7b5;
      color: #4c4c4c; }
      #header .search-form input[type='search']::-webkit-input-placeholder {
        color: #4c4c4c; }
      #header .search-form input[type='search']::-moz-placeholder {
        opacity: 1;
        color: #4c4c4c; }
      #header .search-form input[type='search']:-moz-placeholder {
        color: #4c4c4c; }
      #header .search-form input[type='search']:-ms-input-placeholder {
        color: #4c4c4c; }
      #header .search-form input[type='search'].placeholder {
        color: #4c4c4c; }
    #header .search-form button {
      display: none; }
  #header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 1px -5px 10px 1px #000; }
    @media (min-width: 768px) {
      #header.header-fixed .top-block {
        opacity: 0;
        visibility: hidden;
        height: 0;
        margin: 0 0 3px; } }
    @media (min-width: 1024px) {
      #header.header-fixed .top-block {
        padding: 15px 0 0; } }
    #header.header-fixed .logo {
      width: 180px; }
      @media (min-width: 768px) {
        #header.header-fixed .logo {
          width: 200px; } }
    @media (min-width: 768px) {
      #header.header-fixed .right-block {
        width: calc(100% - 280px); } }
    @media (min-width: 1024px) {
      #header.header-fixed .dropdown-inner {
        margin: 24px 0 0; } }
    @media (min-width: 1200px) {
      #header.header-fixed .dropdown-inner {
        margin: 23px 0 0; } }
    @media (min-width: 768px) {
      #header.header-fixed .nav-opener {
        top: 30px; } }
    @media (min-width: 1024px) {
      #header.header-fixed .nav-drop {
        padding: 0 0 15px; } }

.logo {
  margin: 0 0 0 -15px;
  position: relative;
  width: 150px;
  display: inline-block;
  vertical-align: top;
  font: 400 14px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
  .logo .logo-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media (min-width: 768px) {
      .logo .logo-wrap {
        top: 5px; } }
  @media (min-width: 480px) {
    .logo {
      width: 185px; } }
  @media (min-width: 768px) {
    .logo {
      width: 235px;
      padding: 5px 0;
      margin: 0;
      float: left; } }
  @media (min-width: 1200px) {
    .logo {
      width: 300px;
      padding: 0; } }

.right-block {
  font: 600 14px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-transition: width 0.3s ease;
          transition: width 0.3s ease; }
  @media (min-width: 768px) {
    .right-block {
      width: calc(100% - 235px);
      float: right; } }
  @media (min-width: 1024px) {
    .right-block {
      width: calc(100% - 290px);
      padding: 7px 0 0; } }
  @media (min-width: 1200px) {
    .right-block {
      width: calc(100% - 300px); } }
  .right-block #nav {
    font-size: 0;
    line-height: 0; }
    @media (min-width: 1024px) {
      .right-block #nav {
        margin: 0 -10px; } }
  .right-block .menu {
    padding: 0 20px; }
    @media (min-width: 768px) {
      .right-block .menu {
        padding: 0 30px; } }
    @media (min-width: 1024px) {
      .right-block .menu {
        font-size: 0;
        line-height: 0;
        text-align: right;
        display: inline-block;
        width: calc(100% - 45px);
        vertical-align: middle;
        padding: 0 7px; } }
    .right-block .menu li {
      font: 600 15px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
      position: relative;
      padding: 7px 0; }
      @media (min-width: 1024px) {
        .right-block .menu li {
          font: 600 13px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
          display: inline-block;
          vertical-align: middle;
          padding: 0 5px; } }
      @media (min-width: 1200px) {
        .right-block .menu li {
          font: 600 15px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
          padding: 0 11px; } }
      .right-block .menu li a {
        text-transform: capitalize;
        text-decoration: none;
        color: #0b3b42; }
        @media (min-width: 768px) {
          .right-block .menu li a {
            display: inline-block;
            vertical-align: top; } }
        @media (min-width: 1024px) {
          .right-block .menu li a:hover {
            color: #7d9d3d; } }
      .right-block .menu li .dropdown {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease; }
        @media (min-width: 1024px) {
          .right-block .menu li .dropdown {
            position: absolute;
            top: 100%;
            right: 0;
            left: 0;
            text-align: left;
            margin: 25px 0 0;
            width: 200px;
            -webkit-transition: 0.5s ease;
                    transition: 0.5s ease; } }
      @media (min-width: 1024px) {
        .right-block .menu li .dropdown-inner {
          background: rgba(250, 249, 245, 0.85);
          margin: 34px 0 0; } }
      @media (min-width: 1200px) {
        .right-block .menu li .dropdown-inner {
          margin: 33px 0 0; } }
      .right-block .menu li .dropdown-inner li {
        padding: 2px 0;
        font: 400 13px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
        display: block; }
        @media (min-width: 1024px) {
          .right-block .menu li .dropdown-inner li {
            font: 400 15px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
            padding: 0; } }
        .right-block .menu li .dropdown-inner li a {
          padding: 6px 35px;
          margin: 0 -20px;
          display: block; }
          @media (min-width: 768px) {
            .right-block .menu li .dropdown-inner li a {
              margin: 0 -30px;
              padding: 7px 42px; } }
          @media (min-width: 1024px) {
            .right-block .menu li .dropdown-inner li a {
              margin: 0;
              padding: 10px 20px; } }
          .right-block .menu li .dropdown-inner li a:hover {
            color: #fff;
            background: #7d9d3d; }
      .right-block .menu li:hover > a, .right-block .menu li.hover > a {
        color: #7d9d3d; }
      .right-block .menu li:hover .dropdown, .right-block .menu li.hover .dropdown {
        max-height: 4000px;
        opacity: 1;
        visibility: visible; }
        @media (min-width: 1024px) {
          .right-block .menu li:hover .dropdown, .right-block .menu li.hover .dropdown {
            margin: 0; } }
      .right-block .menu li.has-drop-down .has-drop-down-a {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 15px 0 0; }
        .right-block .menu li.has-drop-down .has-drop-down-a:before {
          font-family: 'icomoon';
          content: '\e909';
          position: absolute;
          top: 0;
          right: -5px;
          -webkit-transition: all 0.3s ease;
                  transition: all 0.3s ease; }
        @media (min-width: 1024px) {
          .right-block .menu li.has-drop-down .has-drop-down-a {
            padding: 0; }
            .right-block .menu li.has-drop-down .has-drop-down-a:before {
              content: none; } }
      .right-block .menu li.has-drop-down:hover .has-drop-down-a:before {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
      .right-block .menu li.active a {
        color: #7d9d3d; }
  .right-block .top-block {
    text-align: right; }
    @media (min-width: 1024px) {
      .right-block .top-block {
        margin: 0 0 3px;
        height: 40px;
        -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease; } }
    .header-fixed .right-block .top-block {
      height: 0 !important; }
    .right-block .top-block .language-block {
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .right-block .top-block .language-block {
          position: absolute;
          top: 3px;
          right: 20px;
          width: 113px; } }
    .right-block .top-block .social-networks {
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .right-block .top-block .social-networks {
          display: none; } }
  .right-block .social-networks {
    font-size: 0;
    line-height: 0;
    margin: 0 -6px 0 0; }
    @media (max-width: 767px) {
      .right-block .social-networks {
        padding: 15px 20px 15px;
        margin: 0 -22px; } }
    @media (min-width: 768px) {
      .right-block .social-networks {
        display: none; } }
    @media (min-width: 1024px) {
      .right-block .social-networks {
        margin: 0 -5px; } }
    .right-block .social-networks li {
      font-size: 25px;
      line-height: 25px;
      display: inline-block;
      vertical-align: middle;
      padding: 0 11px; }
      @media (min-width: 768px) {
        .right-block .social-networks li {
          font-size: 26px;
          line-height: 26px; } }
      .right-block .social-networks li a {
        text-decoration: none;
        color: #0b3b42;
        -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease; }
        .right-block .social-networks li a:hover {
          color: #7d9d3d; }
        .right-block .social-networks li a.facebook {
          font-size: 24px;
          line-height: 23px; }
          @media (min-width: 768px) {
            .right-block .social-networks li a.facebook {
              font-size: 27px;
              line-height: 42px; } }

.popup-holder {
  font-size: 23px;
  line-height: 23px; }
  @media (max-width: 1023px) {
    .popup-holder {
      position: absolute;
      top: 0;
      right: 50px;
      left: 0;
      text-align: left;
      z-index: 9;
      padding: 8px 29px; } }
  @media (max-width: 767px) {
    .popup-holder {
      text-align: right;
      padding: 0;
      right: 0; } }
  @media (min-width: 768px) {
    .popup-holder {
      overflow: hidden; } }
  @media (min-width: 1024px) {
    .popup-holder {
      width: 45px;
      display: inline-block;
      vertical-align: middle;
      text-align: center; } }
  .popup-holder .open {
    font-size: 32px;
    line-height: 32px;
    text-decoration: none;
    color: #0b3b42;
    -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease; }
    @media (max-width: 767px) {
      .popup-holder .open {
        position: absolute;
        top: 8px;
        right: 43px; } }
    .popup-holder .open:hover {
      color: #7d9d3d; }

.nav-drop {
  position: absolute;
  top: 100%;
  background: #edf0f0;
  right: 0;
  opacity: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  padding: 82px 0 15px;
  z-index: -1; }
  @media (max-width: 767px) {
    .nav-drop {
      max-height: calc(100vh - 60px);
      overflow-y: auto;
      overflow-x: hidden; } }
  @media (min-width: 768px) {
    .nav-drop {
      width: 344px;
      background: rgba(250, 249, 245, 0.85);
      left: auto;
      padding: 37px 0; } }
  @media (min-width: 1024px) {
    .nav-drop {
      position: relative;
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
      visibility: visible;
      background: none;
      padding: 0 0 25px;
      width: 100%;
      z-index: 0; } }
  .nav-active .nav-drop {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

.nav-opener {
  width: 30px;
  height: 25px;
  position: absolute;
  top: 35px;
  right: 20px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .nav-opener {
      top: 55px;
      right: 30px; } }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none; } }
  .nav-opener span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #0b3b42;
    height: 5px;
    border-radius: 3px / 2px; }
    .nav-opener span:nth-child(2) {
      top: 10px; }
    .nav-opener span:nth-child(3) {
      top: 20px; }
  .nav-opener.close {
    width: 18px;
    height: 26px;
    top: 11px;
    right: 16px;
    z-index: 99; }
    @media (min-width: 768px) {
      .nav-opener.close {
        right: 32px; } }
    .nav-opener.close span {
      top: 0;
      bottom: 0;
      width: 3px;
      height: auto;
      background: #454545;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .nav-opener.close span:nth-child(1) {
        -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
                transform: rotate(35deg); }
      .nav-opener.close span:nth-child(2) {
        -webkit-transform: rotate(-35deg);
            -ms-transform: rotate(-35deg);
                transform: rotate(-35deg); }

#footer {
  padding: 51px 0 0;
  color: #fff; }
  @media (min-width: 768px) {
    #footer {
      padding: 29px 0 0; } }
  @media (min-width: 1024px) {
    #footer {
      padding: 13px 0; } }
  @media (min-width: 768px) {
    #footer .content-hold {
      padding: 23px 0; } }

.four-columns {
  font-size: 0;
  line-height: 0; }
  .four-columns .col {
    font: 400 14px/1.71 "Libre Baskerville", "Times New Roman", Times, Baskerville, Georgia, serif;
    text-align: center;
    margin: 0 0 40px; }
    @media (min-width: 768px) {
      .four-columns .col {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0 0 20px; } }
    @media (min-width: 1200px) {
      .four-columns .col {
        margin: 0;
        width: 23.14%;
        text-align: left; } }
    @media (min-width: 768px) {
      .four-columns .col.large {
        width: 50%;
        padding: 16px 7px 0; } }
    @media (min-width: 1200px) {
      .four-columns .col.large {
        padding: 10px 0 0;
        width: 30.58%; } }
  .four-columns address {
    font: 400 14px/1.71 "Libre Baskerville", "Times New Roman", Times, Baskerville, Georgia, serif; }
  .four-columns h3 {
    font: 800 20px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #7d9d3d; }
  .four-columns dl {
    margin: 0 auto;
    max-width: 170px; }
    @media (min-width: 1200px) {
      .four-columns dl {
        max-width: 100%;
        margin: 0; } }
    .four-columns dl dt {
      float: left; }
    .four-columns dl dd {
      overflow: hidden;
      padding: 0 5px;
      margin: 0;
      text-align: left; }
      .four-columns dl dd a {
        text-decoration: none;
        color: #fff;
        -webkit-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease; }
        .four-columns dl dd a:hover {
          opacity: 0.5; }
  .four-columns .logo-hold {
    text-align: center;
    margin: 0 0 15px; }
    @media (min-width: 1200px) {
      .four-columns .logo-hold {
        margin: 0 0 12px; } }
    .four-columns .logo-hold a {
      -webkit-transition: opacity 0.3s ease;
              transition: opacity 0.3s ease; }
      .four-columns .logo-hold a:hover {
        opacity: 0.7; }
  .four-columns .link-list {
    font-size: 0;
    line-height: 0;
    margin: 0 -5px;
    text-align: center; }
    .four-columns .link-list li {
      font: 400 14px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
      display: inline-block;
      vertical-align: top;
      padding: 0 5px;
      position: relative; }
      @media (min-width: 768px) {
        .four-columns .link-list li {
          padding: 0 8px; } }
      @media (min-width: 1200px) {
        .four-columns .link-list li {
          padding: 0 5px; } }
      .four-columns .link-list li:before {
        content: '|';
        position: absolute;
        top: 0;
        right: -2px; }
      .four-columns .link-list li a {
        text-decoration: none;
        color: #fff;
        -webkit-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease; }
        .four-columns .link-list li a:hover {
          opacity: 0.5; }
      .four-columns .link-list li:last-child:before {
        content: none; }
  .four-columns .btn-list {
    max-width: 360px;
    margin: 0 auto;
    width: 100%; }
    .four-columns .btn-list li {
      margin: 0 0 13px; }
      @media (min-width: 768px) {
        .four-columns .btn-list li {
          margin: 0 0 15px;
          padding: 0 5px; } }
      @media (min-width: 1200px) {
        .four-columns .btn-list li {
          padding: 0 14px; } }
      .four-columns .btn-list li a {
        font-size: 0;
        line-height: 0;
        display: block;
        text-decoration: none;
        color: #0b3b42;
        background: #faf9f5;
        padding: 5px 7px;
        -webkit-transition: background 0.3s  ease;
                transition: background 0.3s  ease; }
        @media (min-width: 1024px) {
          .four-columns .btn-list li a {
            padding: 5px 0; } }
        .four-columns .btn-list li a strong {
          font-weight: 800;
          display: block; }
        .four-columns .btn-list li a .icon-wrap {
          font-size: 62px;
          line-height: 1;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          width: 80px; }
          @media (min-width: 768px) {
            .four-columns .btn-list li a .icon-wrap {
              width: 90px;
              font-size: 74px;
              line-height: 1; } }
          @media (min-width: 1200px) {
            .four-columns .btn-list li a .icon-wrap {
              width: 106px; } }
        .four-columns .btn-list li a .text {
          font: 600 15px/1.1 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
          display: inline-block;
          vertical-align: middle;
          padding: 0 5px;
          width: calc(100% - 80px);
          text-align: left; }
          @media (min-width: 768px) {
            .four-columns .btn-list li a .text {
              width: calc(100% - 90px);
              font: 600 18px/1.1 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
              padding: 0 5px 0 7px; } }
          @media (min-width: 1200px) {
            .four-columns .btn-list li a .text {
              width: calc(100% - 106px);
              padding: 0 5px; } }
        .four-columns .btn-list li a:hover {
          background: #7d9d3d; }

body {
  background: #0b3b42; }
  body.nav-active {
    overflow: hidden; }

#wrapper {
  position: relative;
  overflow: hidden; }

.holder {
  max-width: 1171px;
  padding: 0 20px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .holder {
      padding: 0 30px; } }
  @media (min-width: 1200px) {
    .holder {
      padding: 0; } }
  .holder:after {
    content: '';
    display: block;
    clear: both; }

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?jdfcbw');
  src:  url('../fonts/icomoon.eot?jdfcbw#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?jdfcbw') format('truetype'),
    url('../fonts/icomoon.woff?jdfcbw') format('woff'),
    url('../fonts/icomoon.svg?jdfcbw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e900";
}
.icon-event:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-flag:before {
  content: "\e903";
}
.icon-hands:before {
  content: "\e904";
}
.icon-home:before {
  content: "\e905";
}
.icon-medal:before {
  content: "\e906";
}
.icon-pen:before {
  content: "\e907";
}
.icon-youtube:before {
  content: "\e908";
}
.icon-chevron-right:before {
  content: "\e909";
}
.icon-fast-forward:before {
  content: "\e90a";
}
.icon-twitter:before {
  content: "\e90e";
}
.icon-instagram:before {
  content: "\e90f";
}
.icon-cal:before {
  content: "\f073";
}
.icon-envelope2:before {
  content: "\f0e0";
}
.icon-eagle:before {
  content: "\e910";
}
.icon-mobile:before {
  content: "\e951";
}
.icon-facts:before {
  content: "\e800";
}
.icon-brush:before {
  content: "\e916";
}
.icon-brief:before {
  content: "\f0b1";
}
.icon-graduation-cap:before {
  content: "\f19e";
}
.icon-office:before {
  content: "\e911";
}
.icon-user-tie:before {
  content: "\e976";
}
.icon-academies:before {
  content: "\e978";
}
.icon-ico32:before {
  content: "\e977";
}
.icon-palace:before {
  content: "\e979";
}
.icon-ico3:before {
  content: "\e90b";
}
.icon-award:before {
  content: "\e912";
}



@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }
/*# sourceMappingURL=main.css.map */