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

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

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

td,
th {
  padding: 0; }

.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: #3b3b3b;
  background: #f5f4f6;
  font: 21px/1.571428 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

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

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

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

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

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

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

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

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

p {
  margin: 0 0 1em; }

a {
  color: #3e4f5c;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

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

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.3em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  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; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?lya2d6");
  src: url("../fonts/icomoon.eot?lya2d6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?lya2d6") format("truetype"), url("../fonts/icomoon.woff?lya2d6") format("woff"), url("../fonts/icomoon.svg?lya2d6#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-top-arrow:before {
  content: "\e909"; }

.icon-down-arrow:before {
  content: "\e90a"; }

.icon-ico01:before {
  content: "\e90b"; }

.icon-ico02:before {
  content: "\e90c"; }

.icon-ico03:before {
  content: "\e90d"; }

.icon-ico04:before {
  content: "\e90e"; }

.icon-ico05:before {
  content: "\e90f"; }

.icon-ico06:before {
  content: "\e910"; }

.icon-chevrone:before {
  content: "\e907"; }

.icon-search:before {
  content: "\e900"; }

.icon-facebook2:before {
  content: "\e901"; }

.icon-twitter:before {
  content: "\e902"; }

.icon-close:before {
  content: "\e903"; }

.icon-google-plus:before {
  content: "\e905"; }

.icon-facebook:before {
  content: "\e904"; }

.icon-linkedin2:before {
  content: "\e906"; }

.icon-arrow-up2:before {
  content: "\e908"; }

/**
Custom styles for login form
*/
#login-form h2 {
  margin-bottom: 40px; }
#login-form .content-wrap {
  text-align: center;
  font-size: 80%; }
#login-form hr {
  border-top: 1px solid #ddd; }
#login-form form {
  padding-bottom: 0; }
#login-form p.login-submit {
  margin-top: 26px; }
#login-form .login-password {
  margin-top: -10px; }
#login-form .login-remember {
  margin: -10px 0 -5px 0; }
#login-form .login-errors {
  color: #fc3d39;
  padding-bottom: 26px; }
#login-form .password-updated {
  color: #3e4f5c;
  text-align: center; }

.signup-button-wrap {
  margin-top: -25px; }

.btn.transparent.register-page {
  width: 100%;
  margin: 10px 0;
  border-color: #BBC7E3;
  color: #64528b;
  font-weight: bold; }
  .btn.transparent.register-page:hover {
    color: #fff !important;
    border-color: #3e4f5c !important;
    background: #3e4f5c; }

/**
Custom styles for promo areas not included in main css
*/
/**

$breakpoints: (
  'xs-phone': 320px,
  'phone-2': 380px,
  'phone': 480px,
  'tablet': 768px,
  'desktop-2': 980px,
  'desktop': 1024px,
  'widescreen': 1200px
);

*/
@media (max-width: 768px) {
  .promo-area.promo-area-3.content-header {
    height: auto !important; }

  img {
    height: 100%; }
    img.visible-phone {
      min-width: 0 !important;
      min-height: 0 !important; } }
@media (max-width: 767px) {
  .promo-area span.cover img {
    height: 426px; } }
@media (min-width: 768px) {
  .promo-area {
    height: 550px; }
    .promo-area.promo-area-double-button {
      height: inherit;
      min-height: 550px; } }
.promo-area.promo-area-2.promo-area-2-style-gold h1, .promo-area.promo-area-2.promo-area-2-style-gold strong {
  color: #b09e64 !important; }
.promo-area.promo-area-double-button {
  overflow: visible; }
  .promo-area.promo-area-double-button > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    overflow: hidden; }
  @media screen and (min-width: 1200px) {
    .promo-area.promo-area-double-button > img {
      width: 100%;
      min-height: 100%; } }
  .promo-area.promo-area-double-button .cover {
    display: none;
    z-index: -1; }
  .promo-area.promo-area-double-button .text-area {
    position: relative; }
    .promo-area.promo-area-double-button .text-area .holder {
      margin-bottom: 100px;
      margin-top: 100px; }
    .promo-area.promo-area-double-button .text-area .btn {
      background-color: #b09e64;
      color: #fff; }
  @media screen and (min-width: 425px) {
    .promo-area.promo-area-double-button .btn {
      margin-left: 15px;
      margin-right: 15px; } }
  @media screen and (max-width: 425px) {
    .promo-area.promo-area-double-button .btn {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .promo-area.promo-area-double-button {
      height: auto; }
      .promo-area.promo-area-double-button p {
        display: inherit; } }

.contact-container {
  background: #000;
  color: #fff; }
  @media (min-width: 767px) {
    .contact-container {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .contact-container {
      padding: 50px 0; } }
  .contact-container h1, .contact-container h3 {
    color: #b09e64; }
  .contact-container h1 {
    text-align: center;
    margin-bottom: 50px; }
  .contact-container .holder {
    max-width: 920px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden; }
  .contact-container .vc_contact_card .contact-card {
    float: none;
    width: auto; }
  .contact-container .contact-card a, .contact-container .vc_contact_card a {
    color: #fff; }
  @media (min-width: 767px) {
    .contact-container .contact-card, .contact-container .vc_contact_card {
      float: left;
      width: 40%;
      margin-left: 10%; } }
  @media (max-width: 767px) {
    .contact-container .contact-card, .contact-container .vc_contact_card {
      margin-bottom: 50px; } }
  .contact-container .contact-card h2, .contact-container .vc_contact_card h2 {
    border-left: 2px solid #b09e64;
    padding-left: 15px;
    font-size: 21px;
    font-weight: normal; }
  .contact-container .contact-card h3, .contact-container .vc_contact_card h3 {
    font-size: 22px;
    margin-bottom: 5px; }
  .contact-container .contact-card dl, .contact-container .vc_contact_card dl {
    margin-top: 0; }
    .contact-container .contact-card dl dt, .contact-container .vc_contact_card dl dt {
      float: left; }
      .contact-container .contact-card dl dt:after, .contact-container .vc_contact_card dl dt:after {
        content: ':';
        padding-right: 5px; }
  .contact-container .contact-card h3, .contact-container .contact-card dl, .contact-container .vc_contact_card h3, .contact-container .vc_contact_card dl {
    margin-left: 17px; }
  .contact-container .contact-card:only-child, .contact-container .vc_contact_card:only-child {
    float: none;
    display: block;
    margin: auto; }

/**
Styles for sticky header
*/
header#header.sticky {
  position: fixed !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/**
Global styles
*/
input.btn-block, a.btn-block {
  width: 100%; }

.btn, .btn.btn-alt {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.btn.btn-alt {
  background: #fff;
  border: 1px solid #3e4f5c;
  color: #3e4f5c; }
  .btn.btn-alt:hover {
    color: #fff; }

.btn.btn-alt:before {
  background: #3e4f5c;
  color: #fff !important; }

.btn-group .btn:before {
  border-radius: 0; }
.btn-group .btn:not(:first-child):not(:last-child),
.btn-group .btn:not(:first-child):not(:last-child):before {
  border-left: none;
  border-right: none;
  border-radius: 0; }
.btn-group .btn:first-child,
.btn-group .btn:first-child:before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group .btn:last-child,
.btn-group .btn:last-child:before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group .btn.btn-alt.active {
  background: #3e4f5c;
  color: #fff; }
.btn-group .btn:focus {
  outline: 0; }

.hide {
  display: none; }

/**
Force box-sizes on img nad boxes
*/
@media (min-width: 769px) {
  img.size-box-2 {
    min-width: 320px;
    min-height: 335px; }
  img.size-box {
    min-width: 320px;
    min-height: 168px; }
  img.size-main-box {
    min-width: 640px;
    min-height: 335px; } }
/**
Force min height on boxes
*/
.boxes div.box, .boxes div.box-2 {
  min-height: 335px; }

/**
Form validation
*/
.dlf-form input.error {
  border-color: #fc3d39;
  margin-bottom: 0 !important; }
.dlf-form label.error {
  color: #fc3d39 !important;
  padding-bottom: 20px !important; }

.user-pic img, .account-menu .pic img, img.user-pic {
  border-radius: 50% !important;
  /* force circle image */ }

/**
Prevent Flash-of-unstyled-content
*/
.hide-until-dom-loaded {
  visibility: hidden; }

/**
Fix search in mobile
*/
@media (max-width: 1024px) {
  #nav .search a {
    display: block !important;
    padding: 9px 19px 12px !important;
    position: relative;
    -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
    font-size: 14px; }
    #nav .search a.active {
      border-left: 3px solid #4aba43;
      border-bottom: 1px solid #fff; } }
article ul {
  padding-left: 15px;
  list-style-type: none; }
  article ul > li {
    text-indent: -12px; }
  article ul > li:before {
    content: "- ";
    text-indent: -12px; }
article img.alignright {
  float: right;
  margin-left: 20px; }
article img.alignleft {
  float: left;
  margin-right: 20px; }

.visible-tablet, .visible-phone {
  display: none; }

@media (max-width: 768px) {
  .visible-phone {
    display: block; } }
@media (min-width: 768px) {
  .visible-tablet {
    display: block; } }
.report-lock {
  border-top: 1px solid #999;
  margin-top: 50px;
  padding-top: 50px; }
  @media (max-width: 379px) {
    .report-lock h3 {
      margin-bottom: 1em;
      line-height: 150%; } }
  .report-lock .button-row {
    text-align: center; }
    @media (min-width: 381px) {
      .report-lock .button-row .btn {
        width: 40%; } }
    @media (max-width: 379px) {
      .report-lock .button-row .btn {
        margin-bottom: 10px;
        width: 100%; } }

.report-filter .btn {
  min-width: 20%; }
.report-filter select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  margin: 20px;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%; }

/**
 * Extra styles for section
 * More styles are in the combined main.csss, this is just add-ons for shortcodes
*/
section.section-wrap.wide .container {
  max-width: 920px; }
section.section-wrap.narrow .container {
  max-width: 620px; }

/**
 * Styles for sponsorblock
*/
.vc_sponsor {
  float: left;
  width: 29%;
  margin-right: 3%; }
  .vc_sponsor .sponsor.sponsor-logo-small {
    width: 100%;
    margin-right: 0; }

.sponsor a {
  line-height: 120px; }
  .sponsor a img {
    vertical-align: middle; }
.sponsor.sponsor-logo-small {
  float: left;
  display: block;
  width: 30%;
  padding: 1.5%;
  text-align: center; }
  .sponsor.sponsor-logo-small:nth-child(n+3) {
    margin-right: 0; }

/**
Modifications for twitter block
*/
.tweet-holder a {
  color: #fff; }

/**
Search module
*/
.search-title input[type=search] {
  border: none;
  background: none; }
  .search-title input[type=search]:focus {
    outline: none; }

/**
Special styles for academy pages
*/
.academy-content article h1, .academy-content article h1 a, .academy-content article h2, .academy-content article h2 a, .academy-content article h4, .academy-content article h4 a, .academy-content article h5, .academy-content article h5 a, .academy-content article strong {
  color: #b09e64; }
.academy-content article h3 {
  border-left: 2px solid #b09e64;
  padding-left: 15px;
  font-size: 21px;
  font-weight: normal;
  margin-left: -17px; }

#registration-form .registration-errors {
  text-align: center;
  color: #fc3d39;
  padding: 30px 0; }
#registration-form form {
  margin-top: 80px; }
  #registration-form form:before {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 1px;
    background: #3e4f5c;
    margin-top: -40px; }

/**
Custom styles for password reset
*/
.request-password .reset-password-success {
  color: #3e4f5c;
  text-align: center;
  margin-bottom: 40px; }
.request-password .reset-password-errors {
  color: #fc3d39; }

/**
My settings on my pages
*/
.my-settings p.success {
  color: #3e4f5c;
  margin-bottom: 40px;
  padding: 20px;
  text-align: center; }
.my-settings .dlf-form {
  padding: 40px 0 20px 0; }
.my-settings label.heading {
  padding-bottom: 10px;
  display: inline-block; }
.my-settings .profile-pic-editor {
  position: relative;
  height: 100px; }
  .my-settings .profile-pic-editor img {
    width: 100px;
    height: 100px; }
  .my-settings .profile-pic-editor .img-wrap {
    position: absolute;
    left: 0; }
  .my-settings .profile-pic-editor .controls {
    position: absolute;
    left: 120px;
    right: 0;
    height: 100px;
    overflow: hidden; }
    .my-settings .profile-pic-editor .controls #upload-profile-pic.dropzone {
      height: 100px;
      min-height: 0px !important;
      border: 1px solid #333; }
      .my-settings .profile-pic-editor .controls #upload-profile-pic.dropzone .dz-message {
        margin: 0;
        font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 16px;
        color: #999; }
        .my-settings .profile-pic-editor .controls #upload-profile-pic.dropzone .dz-message .muted {
          display: block; }
    .my-settings .profile-pic-editor .controls div.default {
      line-height: 100px; }
      .my-settings .profile-pic-editor .controls div.default.has-message {
        line-height: inherit; }
    .my-settings .profile-pic-editor .controls .success-message {
      font-size: 16px;
      color: #3e4f5c; }
    .my-settings .profile-pic-editor .controls .error {
      font-size: 16px;
      color: #fc3d39; }
.my-settings .change-password-notification {
  margin-top: -20px;
  line-height: 21px;
  margin-bottom: 20px; }

/**
Adjustments for subscribe
*/
@media (min-width: 769px) {
  .mail-box {
    /**
    Adjustments for fields to cover full width
    */ }
    .mail-box #subscriber-name {
      min-width: 330px; }
    .mail-box #subscriber-title {
      min-width: 320px; }
    .mail-box #subscriber-company {
      min-width: 270px; }
    .mail-box #subscriber-email {
      min-width: 390px; }
    .mail-box #submit-email-subscription:disabled {
      background-color: grey; } }

.alertify-logs.bottom,
.alertify-logs:not(.top) {
  bottom: 10% !important; }

.boxes .text-holder dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media (min-width: 769px) {
  .boxes .main-box.box-count-3 {
    max-height: 670px; }
  .boxes .box-2, .boxes .box {
    max-height: 335px; }
  .boxes .right.box-count-2.box, .boxes .right.box-count-2.main-box {
    float: left; }
  .boxes .right.box-count-2.main-box {
    float: left; }
    .boxes .right.box-count-2.main-box h2 {
      min-height: 0;
      max-height: 240px; }
    .boxes .right.box-count-2.main-box .text-holder {
      width: 100%;
      position: absolute;
      bottom: 0;
      min-height: 0;
      top: auto !important; }
      .boxes .right.box-count-2.main-box .text-holder a, .boxes .right.box-count-2.main-box .text-holder dd {
        color: #fff; }
  .boxes .left.main-box.box-count-1 .text-holder {
    left: auto;
    right: 0; }
  .boxes .left.main-box.box-count-2 .text-holder {
    left: 0; }
    .boxes .left.main-box.box-count-2 .text-holder dt {
      color: #56bdfe; }
    .boxes .left.main-box.box-count-2 .text-holder dd {
      color: #fff; }
    .boxes .left.main-box.box-count-2 .text-holder h2 {
      position: relative; }
      .boxes .left.main-box.box-count-2 .text-holder h2 a {
        font-weight: 600;
        color: white;
        position: absolute;
        bottom: 0; }
  .boxes .main-box.box-count-2, .boxes .main-box.box-count-1 {
    position: relative;
    min-height: 0;
    height: 335px !important; }
  .boxes .main-box.box-count-2 .text-holder {
    position: absolute;
    right: 0;
    top: 0; }
  .boxes .main-box.box-count-1 {
    width: 100%; }
    .boxes .main-box.box-count-1 .visual img {
      width: 960px;
      height: 335px; }
    .boxes .main-box.box-count-1 .text-holder {
      width: 320px;
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 25px 12px 5px 16px;
      position: absolute;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.65) 38%, rgba(0, 0, 0, 0.75) 63%, rgba(0, 0, 0, 0.85) 76%, rgba(0, 0, 0, 0.9) 90%, black 100%);
      color: #fff; }
      .boxes .main-box.box-count-1 .text-holder h2, .boxes .main-box.box-count-1 .text-holder h2 a, .boxes .main-box.box-count-1 .text-holder h3, .boxes .main-box.box-count-1 .text-holder h3 a, .boxes .main-box.box-count-1 .text-holder dd {
        color: #fff; }
  .boxes .right.box-count-2.box {
    width: 320px;
    clear: left; }
  .boxes .right.box-count-3.box {
    width: 320px;
    clear: left; }
  .boxes .right.box-count-3.box-2 {
    width: 320px; }
  .boxes .right.box-count-3.main-box {
    float: right;
    margin-top: -670px; } }
@media (min-width: 769px) and (max-width: 1024px) {
  .boxes .right.box-count-3.main-box {
    margin-top: 0; }

  .boxes .right.box-count-2.main-box {
    width: 320px; }
    .boxes .right.box-count-2.main-box img {
      min-width: 320px; } }
.footer-animation {
  margin: auto; }

.footer-area {
  background-color: #4aba43; }
  .footer-area.events-area {
    max-width: none;
    margin: auto;
    padding-top: 52px; }
  .footer-area.events-area .section-title:after {
    background-color: #fff; }
  .footer-area > div {
    max-width: 980px;
    margin: 0 auto; }
  .footer-area h1.section-title {
    color: #00623B;
    margin-top: 52px;
    margin-bottom: 0; }
    .footer-area h1.section-title:first-child {
      margin-top: 0; }
  .footer-area .animation_index {
    color: #fff !important;
    font-family: 'Arial Black', Gadget, sans-serif;
    font-size: 24px; }
    .footer-area .animation_index div {
      margin: 0px;
      text-align: center;
      position: relative;
      display: inline-block; }
      .footer-area .animation_index div span {
        visibility: hidden;
        width: 130px;
        font-size: 18px;
        background-color: #00623B;
        color: #fff;
        text-align: center;
        padding: 5px 5px;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -70px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 1s; }
        .footer-area .animation_index div span:after {
          content: "";
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -5px;
          border-width: 5px;
          border-style: solid;
          border-color: #00623B transparent transparent transparent; }
      .footer-area .animation_index div:hover span {
        visibility: visible;
        opacity: 1; }

.dlf-loop-container {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  flex-wrap: wrap; }
  .dlf-loop-container.cols_2 .dlf-griditem {
    width: 50%; }
  .dlf-loop-container.cols_3 .dlf-griditem {
    width: 33.3333%; }
  .dlf-loop-container.cols_4 .dlf-griditem {
    width: 25%; }
  @media (max-width: 779px) {
    .dlf-loop-container.cols_2 .dlf-griditem, .dlf-loop-container.cols_3 .dlf-griditem, .dlf-loop-container.cols_4 .dlf-griditem {
      width: 50%; } }
  @media (max-width: 479px) {
    .dlf-loop-container.cols_2 .dlf-griditem, .dlf-loop-container.cols_3 .dlf-griditem, .dlf-loop-container.cols_4 .dlf-griditem {
      width: 100%; } }
  .dlf-loop-container .dlf-griditem {
    border: 10px solid #f5f4f6; }
    .dlf-loop-container .dlf-griditem h3 {
      font-size: 24px;
      font-weight: 400; }
      .dlf-loop-container .dlf-griditem h3 a {
        color: #555;
        display: block;
        max-height: 116px;
        overflow: hidden;
        line-height: 1.5; }
    .dlf-loop-container .dlf-griditem .text-holder {
      padding: 5px 14px 0; }
    .dlf-loop-container .dlf-griditem dt {
      font-size: 14px;
      text-transform: uppercase;
      color: #93a9d1; }
    .dlf-loop-container .dlf-griditem dd {
      font-size: 16px;
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .dlf-loop-container .dlf-griditem dl {
      position: relative;
      margin: 10px;
      padding-top: 10px; }
      .dlf-loop-container .dlf-griditem dl:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        content: '';
        height: 1px;
        border-top: 1px solid #e5e3e8; }
    .dlf-loop-container .dlf-griditem .top {
      overflow: hidden;
      min-height: 1px; }
  .dlf-loop-container .item-inner {
    position: relative;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .dlf-loop-container img {
    display: block;
    height: auto; }
    @media (min-width: 769px) {
      .dlf-loop-container img.size-main-box {
        min-width: auto;
        min-height: auto; } }

.dlf-loop {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .dlf-loop .dlf-loop-redirect,
  .dlf-loop .dlf-loop-more {
    display: block;
    max-width: 160px;
    text-align: center;
    margin: 30px auto 0; }

.dlf-loop-sort {
  max-width: 980px;
  margin: 0 auto 40px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .dlf-loop-sort div {
    width: 100%;
    font-size: 0.8em; }
  .dlf-loop-sort .dlf-loop-sort-term {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 8px;
    background: #f3f3f3;
    color: #7e7e7e;
    border-radius: 5px;
    cursor: pointer; }
    .dlf-loop-sort .dlf-loop-sort-term.active, .dlf-loop-sort .dlf-loop-sort-term:hover {
      padding: 8px;
      background: #93a9d1;
      color: #e7f3e6; }

.dlf-contact-shortcode {
  margin-top: 90px; }
  .dlf-contact-shortcode .dlf-griditem {
    margin-bottom: 30px;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 1.5em; }
    .dlf-contact-shortcode .dlf-griditem img {
      width: 100%;
      margin-bottom: 10px; }
    .dlf-contact-shortcode .dlf-griditem .title {
      font-weight: bold;
      color: #555555; }
    .dlf-contact-shortcode .dlf-griditem .green {
      color: #3e4f5c; }
    .dlf-contact-shortcode .dlf-griditem .telephone a {
      color: #666; }
    .dlf-contact-shortcode .dlf-griditem .dlf-griditem-image {
      box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); }
    @media (max-width: 479px) {
      .dlf-contact-shortcode .dlf-griditem {
        margin-bottom: 0;
        text-align: left;
        font-size: 16px;
        line-height: 1.5em; }
        .dlf-contact-shortcode .dlf-griditem .dlf-griditem-image {
          width: 44%;
          float: left;
          padding-right: 4%; }
        .dlf-contact-shortcode .dlf-griditem .dlf-griditem-content {
          display: inline-block;
          width: 56%; } }
  @media (max-width: 479px) {
    .dlf-contact-shortcode {
      margin-top: 30px; } }

@media (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 28px; } }

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

.wrapper-holder {
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1); }

.btn {
  background: #93a9d1;
  color: #fff;
  padding: 13px 24px 12px;
  border-radius: 2px;
  border: 1px solid transparent;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-property: color;
  transition-duration: 0.3s; }
  .btn:before {
    content: "";
    position: absolute;
    border-radius: 2px;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; }
  .btn:hover:before {
    transform: scaleX(1); }
  .btn:hover {
    text-decoration: none; }
  .btn.transparent {
    background: transparent;
    border: 1px solid #93a9d1;
    color: #93a9d1;
    transition-property: background-color;
    transition: 0.3s; }
    .btn.transparent:before {
      content: none; }
    .btn.transparent:hover {
      background: rgba(0, 0, 0, 0.15); }

.desktop-hidden {
  display: none; }
  @media (max-width: 1024px) {
    .desktop-hidden {
      display: block; } }

#nav-active-overlay {
  /*display:none;*/
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.52);
  z-index: 2; }
  .nav-active #nav-active-overlay {
    opacity: 1;
    display: block;
    visibility: visible; }

#header {
  background: #fff;
  transition: all 0.5s ease;
  width: 100%;
  padding: 0;
  position: absolute;
  /*position: relative;*/
  z-index: 100;
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 18px;
  border-bottom: 1px solid #ddd; }
  #header .btn.more {
    background: #93a9d1; }
    #header .btn.more:before {
      display: none; }
  #header .btn:hover {
    color: #3e4f5c !important;
    background: #fff; }
  #header .btn.transparent {
    border-color: #BBC7E3;
    color: #64528B; }
    #header .btn.transparent:hover {
      color: #fff !important;
      border-color: #3e4f5c !important;
      background: #3e4f5c; }
  .nav-active #header {
    position: absolute; }
  #header #Logo1 {
    display: none; }
  #header #Logo2 {
    display: inherit; }
  #header.alt #Logo1 {
    display: inherit; }
  #header.alt #Logo2 {
    display: none; }
  @media (max-width: 1024px) {
    #header #Logo1 {
      display: none !important; }
    #header #Logo2 {
      display: inherit !important;
      margin-top: -15px;
      height: 50px; } }
  @media (min-width: 1025px) {
    #header.alt {
      position: absolute;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.12) 80%, rgba(0, 0, 0, 0.01) 100%);
      border: none;
      border-bottom: none; }
      #header.alt .logo svg {
        fill: #fff; }
      #header.alt .navigation li a {
        color: #fff; }
      #header.alt .links a,
      #header.alt .links a.textlink,
      #header.alt .links .link {
        color: #fff; }
      #header.alt .links .btn.transparent {
        border-color: #fff;
        color: #fff; }
      #header.alt a.opener span.name {
        color: #fff; }
      #header.alt .navigation a:hover,
      #header.alt .navigation .current-menu-item > a {
        border-bottom: 1px solid #fff;
        text-decoration: none;
        color: #fff; } }
  .nav-active #header.alt {
    position: absolute; }
  #header a.opener span.name {
    color: #444; }
  #header .navigation a:hover,
  #header .navigation .current-menu-item > a {
    border-bottom: none;
    color: #3e4f5c;
    text-decoration: none; }
  #header .nav-opener,
  #header .copy {
    display: none; }
  #header .header-holder {
    padding: 0 40px;
    margin: 0 auto; }
  #header .logo {
    float: left;
    width: 59px;
    height: 18px;
    margin-top: 10px; }
    #header .logo svg {
      fill: #00623b; }
  #header .navigation {
    float: left;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 14px; }
    #header .navigation li {
      margin-left: 39px;
      float: left;
      padding: 19px 0 25px; }
      #header .navigation li a {
        color: #3e4f5c; }
      #header .navigation li.submenu-open > a {
        color: #93a9d1; }
      #header .navigation li.submenu-open ul {
        visibility: visible;
        opacity: 1; }
        @media (max-width: 1024px) {
          #header .navigation li.submenu-open ul {
            display: block; } }
      #header .navigation li ul {
        /*display: none;*/
        visibility: hidden;
        opacity: 0;
        margin: 0;
        padding: 0;
        list-style: none;
        transition: 0.5s;
        position: absolute;
        left: 0;
        background: #fff;
        padding: 14px 0 0 100px;
        width: 100%;
        height: 80px;
        bottom: -80px;
        font-weight: normal; }
        @media (min-width: 1025px) {
          #header .navigation li ul {
            border-top: 1px solid #ddd; } }
        @media (max-width: 1024px) {
          #header .navigation li ul {
            display: none;
            position: relative;
            height: auto;
            bottom: auto;
            padding: 0 10px; } }
        #header .navigation li ul li {
          float: left; }
          @media (max-width: 1024px) {
            #header .navigation li ul li {
              float: none; }
              #header .navigation li ul li a {
                padding: 6px 19px 5px; } }
  #header .links {
    float: right;
    padding: 33px 0 25px; }
    #header .links a.textlink {
      color: #444; }
    #header .links .link {
      float: left;
      margin-right: 19px; }
  #header .search {
    float: left;
    margin: 0 18px;
    position: relative; }
    #header .search .icon-search {
      font-size: 15px;
      margin-right: 10px;
      margin-top: 1px;
      display: inline-block;
      vertical-align: top; }
    #header .search .slide {
      position: absolute;
      top: 35px;
      left: -132px;
      width: 264px;
      background: #fff;
      padding: 10px; }
    #header .search .btn {
      min-width: 40px;
      padding: 4px 0;
      margin: 0;
      line-height: 21px; }
  #header input[type='search'],
  #header input[type='text'] {
    width: 202px;
    float: left;
    padding: 4px 4px 3px;
    outline: none; }
  #header .btn-holder {
    float: left; }
  #header .btn {
    margin: -14px 0 -10px;
    min-width: 140px; }
    #header .btn .icon-search {
      margin: 3px 0 0; }
  #header .account-menu {
    float: right;
    position: relative;
    margin-left: 22px;
    margin-top: 18px; }
    #header .account-menu:after {
      position: absolute;
      content: '';
      width: 1px;
      background: #fff;
      left: -21px;
      top: 15px;
      height: 15px; }
    #header .account-menu .opener {
      line-height: 45px;
      color: #fff; }
      #header .account-menu .opener .pic {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        border-radius: 30px;
        position: relative; }
        #header .account-menu .opener .pic img {
          vertical-align: top; }
        #header .account-menu .opener .pic:after {
          border: 2px solid #fff;
          width: 100%;
          height: 100%;
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          border-radius: 30px; }
    #header .account-menu .slide {
      position: absolute;
      left: -152px;
      top: 64px;
      background: #fff;
      width: 250px;
      padding: 5px 20px; }
    #header .account-menu.active .slide:after {
      position: absolute;
      content: '';
      left: 166px;
      top: -8px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 8px 8px;
      border-color: transparent transparent #fff transparent; }
    #header .account-menu .jcf-scrollable {
      height: auto !important; }
    #header .account-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 14px;
      line-height: 21px; }
      #header .account-menu ul li {
        border-top: 1px solid #e5e3e8;
        padding: 10px 0; }
        #header .account-menu ul li:first-child {
          border: none; }
        #header .account-menu ul li a {
          color: #333;
          -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }
          #header .account-menu ul li a:hover {
            padding-left: 5px;
            text-decoration: none; }
  @media (max-width: 1024px) {
    #header, #header.alt {
      position: relative;
      background: #fff;
      padding: 19px 20px 16px; }
      .nav-active #header, .nav-active #header.alt {
        background: rgba(255, 255, 255, 0.15);
        border-bottom-color: rgba(200, 200, 200, 0.15); }
        .nav-active #header .logo svg, .nav-active #header.alt .logo svg {
          fill: black; }
      #header:after, #header.alt:after {
        content: '';
        display: block;
        clear: both; }
      #header .mobile-hidden, #header.alt .mobile-hidden {
        display: none !important; }
      #header .header-holder, #header.alt .header-holder {
        padding: 0; }
      #header .logo, #header.alt .logo {
        width: 71px;
        margin: 0;
        height: 24px; }
        #header .logo svg, #header.alt .logo svg {
          fill: #00623b; }
      #header .account-menu, #header.alt .account-menu {
        margin: -10px 36px -11px 0; }
        #header .account-menu .name, #header.alt .account-menu .name {
          display: none; }
        #header .account-menu .opener, #header.alt .account-menu .opener {
          width: 40px;
          display: block; }
          #header .account-menu .opener .pic, #header.alt .account-menu .opener .pic {
            margin: 0; }
      #header #nav > .nav-opener, #header.alt #nav > .nav-opener {
        position: absolute;
        right: 20px;
        top: 19px; }
      #header .nav-opener, #header.alt .nav-opener {
        display: block;
        margin-top: 3px;
        float: right;
        width: 17px;
        height: 16px;
        border: solid #333;
        border-width: 2px 0;
        position: relative; }
        .nav-active #header .nav-opener, .nav-active #header.alt .nav-opener {
          display: none; }
        #header .nav-opener:after, #header.alt .nav-opener:after {
          position: absolute;
          height: 2px;
          width: 100%;
          top: 5px;
          left: 0;
          content: '';
          background: #333; }
        #header .nav-opener:before, #header.alt .nav-opener:before {
          content: '';
          position: absolute;
          left: -10px;
          top: -10px;
          right: -10px;
          bottom: -10px; }
      #header .nav-inner-scroll, #header.alt .nav-inner-scroll {
        min-height: 100%;
        padding-bottom: 100px;
        margin-right: 18px;
        position: relative; }
      #header .nav-holder, #header.alt .nav-holder {
        right: -263px;
        z-index: 2;
        height: 100%;
        overflow-y: scroll;
        position: fixed;
        background: #fff;
        padding: 10px 0 0;
        width: 263px;
        top: 0;
        transition: 0.5s; }
        .nav-active #header .nav-holder, .nav-active #header.alt .nav-holder {
          right: -18px; }
        #header .nav-holder .nav-opener, #header.alt .nav-holder .nav-opener {
          position: absolute;
          top: 23px;
          right: 18px;
          width: 15px;
          height: 15px;
          border: none;
          margin: 0;
          font-size: 12px;
          color: #fff; }
          #header .nav-holder .nav-opener:after, #header.alt .nav-holder .nav-opener:after {
            display: none; }
          #header .nav-holder .nav-opener:before, #header.alt .nav-holder .nav-opener:before {
            content: '';
            position: absolute;
            left: -10px;
            top: -10px;
            right: -10px;
            bottom: -10px;
            background: none; }
          #header .nav-holder .nav-opener:hover, #header.alt .nav-holder .nav-opener:hover {
            text-decoration: none; }
      #header .copy, #header.alt .copy {
        margin-top: 50px;
        background: #565656;
        font-size: 12px;
        line-height: 20px;
        padding: 15px 22px 11px;
        display: block;
        font-weight: 300;
        color: #fff;
        position: absolute;
        bottom: 0;
        width: 100%; }
      #header .navigation, #header.alt .navigation {
        float: none;
        padding-top: 0;
        font-size: 14px;
        line-height: 30px; } }
    @media (max-width: 1024px) and (max-width: 767px) {
      #header .navigation, #header.alt .navigation {
        font-size: 16px;
        line-height: 32px; } }
  @media (max-width: 1024px) {
        #header .navigation li, #header.alt .navigation li {
          float: none;
          margin: 0;
          padding: 0 0 0 0; }
          #header .navigation li.menu-item-has-children, #header.alt .navigation li.menu-item-has-children {
            position: relative; }
            #header .navigation li.menu-item-has-children.submenu-open .submenu-opener::after, #header.alt .navigation li.menu-item-has-children.submenu-open .submenu-opener::after {
              content: '-'; }
            #header .navigation li.menu-item-has-children .submenu-opener, #header.alt .navigation li.menu-item-has-children .submenu-opener {
              position: absolute;
              right: 20px;
              top: 8px;
              display: inline-block;
              width: 28px;
              height: 28px;
              line-height: 28px;
              text-align: center;
              color: #93a9d1;
              font-size: 22px;
              font-weight: normal;
              background: rgba(0, 0, 0, 0.05);
              border-radius: 2px;
              cursor: pointer; }
              #header .navigation li.menu-item-has-children .submenu-opener::after, #header.alt .navigation li.menu-item-has-children .submenu-opener::after {
                content: '+'; } }
          @media (max-width: 1024px) and (max-width: 767px) {
            #header .navigation li.menu-item-has-children .submenu-opener, #header.alt .navigation li.menu-item-has-children .submenu-opener {
              width: 34px;
              height: 34px;
              line-height: 34px;
              font-size: 26px;
              top: 7px; } }
  @media (max-width: 1024px) {
          #header .navigation li a, #header.alt .navigation li a {
            display: block;
            padding: 9px 19px 8px;
            position: relative;
            -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
            -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
            -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
            transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1); }
          #header .navigation li.active a,
          #header .navigation li a:hover, #header.alt .navigation li.active a,
          #header.alt .navigation li a:hover {
            text-decoration: none; }
            #header .navigation li.active a:before,
            #header .navigation li a:hover:before, #header.alt .navigation li.active a:before,
            #header.alt .navigation li a:hover:before {
              width: 3px; }
      #header .search,
      #header .links, #header.alt .search,
      #header.alt .links {
        float: none;
        margin: 0;
        padding: 0; }
      #header .links .more:before, #header.alt .links .more:before {
        display: none; }
      #header .search, #header.alt .search {
        margin-bottom: 63px; }
      #header .search .slide, #header.alt .search .slide {
        position: relative;
        top: 0;
        left: 0;
        width: 100%; }
      #header .search .btn, #header.alt .search .btn {
        padding: 6px 0 5px;
        line-height: 18px; }
        #header .search .btn .icon-search, #header.alt .search .btn .icon-search {
          margin-top: 1px; }
      #header .search .opener, #header.alt .search .opener {
        display: block;
        padding: 9px 19px;
        color: #bbb;
        font-size: 22px;
        line-height: 30px;
        position: relative;
        -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1); }
        #header .search .opener:before, #header.alt .search .opener:before {
          -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          width: 0;
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          bottom: 0;
          background: #3e4f5c; }
        #header .search .opener:focus, #header.alt .search .opener:focus {
          text-decoration: none; }
        #header .search .opener:hover, #header.alt .search .opener:hover {
          text-decoration: none;
          color: #fff; }
          #header .search .opener:hover:before, #header.alt .search .opener:hover:before {
            width: 3px; }
      #header .search.active .opener, #header.alt .search.active .opener {
        text-decoration: none;
        color: #fff; }
        #header .search.active .opener:before, #header.alt .search.active .opener:before {
          position: absolute;
          -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
          -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
          -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
          content: '';
          left: 0;
          top: 0;
          bottom: 0;
          width: 3px;
          background: #3e4f5c; }
      #header .links .link, #header.alt .links .link {
        float: none;
        font-size: 14px;
        display: block; }
      #header .links .textlink, #header.alt .links .textlink {
        font-size: 14px;
        line-height: 30px;
        padding: 9px 19px 8px; } }
    @media (max-width: 1024px) and (max-width: 767px) {
      #header .links .textlink, #header.alt .links .textlink {
        font-size: 16px;
        line-height: 32px; } }
  @media (max-width: 1024px) {
      #header .links .btn-holder, #header.alt .links .btn-holder {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%; }
      #header .links .btn, #header.alt .links .btn {
        margin: 15px 19px; } }
  @media (max-width: 767px) {
    #header.loggedin {
      margin-bottom: 47px; }
    #header .account-menu {
      position: static; }
      #header .account-menu:after {
        display: none; }
      #header .account-menu .opener {
        line-height: 45px;
        color: #fff; }
        #header .account-menu .opener .pic:after {
          display: none; }
      #header .account-menu .slide {
        display: block !important;
        left: auto !important;
        top: 59px !important;
        position: absolute;
        right: 0;
        background: none;
        width: 100%;
        padding: 0; }
      #header .account-menu.active .slide:after {
        display: none; }
      #header .account-menu .jcf-scrollable {
        height: auto !important; }
      #header .account-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: nowrap;
        font-size: 15px;
        line-height: 30px;
        padding: 0 20px; }
        #header .account-menu ul li {
          border-top: none;
          padding: 0 25px 0 0;
          display: inline-block;
          vertical-align: top; }
          #header .account-menu ul li a {
            color: #93a9d1;
            display: block;
            padding: 7px 0 10px;
            position: relative; }
          #header .account-menu ul li.active a,
          #header .account-menu ul li a:hover {
            text-decoration: none;
            padding-left: 0; }
            #header .account-menu ul li.active a:after,
            #header .account-menu ul li a:hover:after {
              position: absolute;
              bottom: 0;
              background: #93a9d1;
              left: -6px;
              right: -6px;
              content: '';
              height: 3px; } }

.promo-area {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .promo-area .cover {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: 0; }
    .promo-area .cover img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      min-width: 50%;
      min-height: 50%;
      overflow-x: hidden; }
  .promo-area .text-area {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 9px;
    width: 100%;
    font-size: 27px;
    line-height: 35px;
    color: #fff;
    display: flex;
    align-items: center; }
    .promo-area .text-area h2 {
      font-size: 57px;
      line-height: 60px;
      margin: 0 0 33px;
      font-weight: 700; }
    .promo-area .text-area .holder {
      max-width: 920px;
      padding: 0 10px;
      margin: 0 auto; }
    .promo-area .text-area .tweet-holder {
      overflow: hidden;
      font-size: 24px;
      line-height: 34px;
      text-align: left;
      max-width: 880px; }
      .promo-area .text-area .tweet-holder .text {
        overflow: hidden; }
      .promo-area .text-area .tweet-holder .date {
        display: block;
        font-size: 18px;
        margin-bottom: 2px; }
      .promo-area .text-area .tweet-holder .ico {
        float: left;
        font-size: 218px;
        margin-top: 14px;
        width: 280px; }
      .promo-area .text-area .tweet-holder .ttl {
        display: block;
        font-size: 31px;
        line-height: 43px;
        margin-bottom: 8px; }
      .promo-area .text-area .tweet-holder .btn {
        color: #009ec3;
        line-height: 23px;
        min-width: 192px; }
    .promo-area .text-area .title-section {
      font-size: 18px;
      line-height: 25px; }
      .promo-area .text-area .title-section .ttl {
        display: block;
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 16px; }
      .promo-area .text-area .title-section h1 {
        margin: 0 0 91px;
        position: relative;
        font-size: 43px;
        line-height: 47px;
        color: #fff;
        text-transform: uppercase; }
        .promo-area .text-area .title-section h1:after {
          position: absolute;
          content: '';
          bottom: -45px;
          left: 50%;
          margin-left: -75px;
          width: 150px;
          height: 1px;
          background: #fff; }
    .promo-area .text-area .company-logo {
      display: block;
      vertical-align: top;
      margin-bottom: 40px;
      max-height: 170px;
      width: auto;
      margin-left: auto;
      margin-right: auto; }
    @media (min-width: 767px) {
      .promo-area .text-area .company-logo {
        height: 170px; } }
    .promo-area .text-area p {
      margin: 0 0 43px; }
    .promo-area .text-area .btn {
      background: #fff;
      color: #3e4f5c;
      min-width: 200px;
      font-size: 18px;
      line-height: 25px; }
      .promo-area .text-area .btn:before {
        background: #3e4f5c; }
      .promo-area .text-area .btn:hover {
        color: #fff;
        background: #3e4f5c;
        border: #fff; }
  .promo-area.top-area .text-area {
    top: 171px;
    display: block;
    bottom: auto; }
  .promo-area.promo-area-2 .text-area {
    bottom: 0; }
  .promo-area.promo-area-4 {
    height: 500px; }
  .promo-area.promo-area-5 .text-area {
    top: 42px;
    bottom: 0; }
    .promo-area.promo-area-5 .text-area .holder {
      max-width: 900px; }
    .promo-area.promo-area-5 .text-area p {
      margin: 0 0 45px;
      font-size: 18px;
      line-height: 25px; }
  .promo-area.promo-area-5 h1 {
    font-size: 45px;
    line-height: 48px;
    margin: 0 0 33px; }
  .promo-area.promo-area-5 .link {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .promo-area.promo-area-5 .link:after {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e90a";
      position: absolute;
      bottom: -58px;
      font-size: 43px;
      left: 50%;
      margin-left: -21px; }
    .promo-area.promo-area-5 .link:hover {
      text-decoration: none; }
      .promo-area.promo-area-5 .link:hover:after {
        opacity: 0.75; }
  .promo-area.promo-area-5 .btns {
    margin-bottom: 57px; }
    .promo-area.promo-area-5 .btns .btn {
      margin: 0 5px 10px; }
    .promo-area.promo-area-5 .btns .btn.more {
      background: none;
      color: #fff;
      border: 1px solid #fff;
      padding: 13px 24px 12px; }
  .promo-area.search-area {
    height: 230px; }
  @media (max-width: 767px) {
    .promo-area {
      height: 426px; }
      .promo-area.promo-area-3 {
        height: 368px; }
        .promo-area.promo-area-3 .cover {
          margin: 0 -315px; }
      .promo-area p {
        display: none; }
      .promo-area.promo-area-4 {
        height: 526px; }
        .promo-area.promo-area-4 .cover {
          position: absolute;
          top: -50%;
          left: -50%;
          width: 200%;
          height: 200%;
          margin: 0; }
          .promo-area.promo-area-4 .cover img {
            position: absolute; }
      .promo-area .cover {
        position: static;
        width: auto;
        height: auto;
        display: block;
        margin: 0 -500px; }
        .promo-area .cover img {
          position: static; }
      .promo-area .text-area h2 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 44px;
        word-wrap: break-word; }
      .promo-area .text-area .btn {
        font-size: 20px; }
      .promo-area .text-area .company-logo {
        max-width: 376px;
        margin: 0 0 42px; }
      .promo-area .text-area .title-section h1 {
        font-size: 34px;
        line-height: 39px;
        margin-bottom: 71px; }
        .promo-area .text-area .title-section h1:after {
          height: 2px;
          bottom: -34px;
          width: 110px;
          margin-left: -55px;
          opacity: 0.5; }
      .promo-area .text-area .title-section .ttl {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 8px; }
      .promo-area .text-area .tweet-holder {
        font-size: 18px;
        line-height: 29px;
        padding: 0 20px 32px; }
        .promo-area .text-area .tweet-holder .ico {
          float: none;
          text-align: center;
          display: block;
          font-size: 190px;
          margin-bottom: 26px; }
        .promo-area .text-area .tweet-holder .ttl {
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 14px; }
        .promo-area .text-area .tweet-holder p {
          display: block;
          margin-bottom: 32px; }
        .promo-area .text-area .tweet-holder .date {
          font-size: 12px;
          line-height: 14px;
          margin-bottom: 15px; }
        .promo-area .text-area .tweet-holder .btn {
          min-width: 200px; }
      .promo-area.top-area .text-area, .promo-area.promo-area-2 .text-area {
        top: 0;
        display: flex;
        bottom: 0; }
        .promo-area.top-area .text-area .text-area h2, .promo-area.promo-area-2 .text-area .text-area h2 {
          margin-bottom: 30px; }
        .promo-area.top-area .text-area p, .promo-area.promo-area-2 .text-area p {
          display: block;
          font-size: 22px;
          line-height: 28px;
          margin-bottom: 46px; }
        .promo-area.top-area .text-area .title-section p, .promo-area.promo-area-2 .text-area .title-section p {
          display: none; }
      .promo-area.promo-area-5 .text-area {
        top: 8px;
        bottom: 0; }
      .promo-area.promo-area-5 h1 {
        font-size: 34px;
        line-height: 38px;
        margin: 0 0 32px; }
      .promo-area.promo-area-5 .link {
        font-size: 22px;
        line-height: 29px; }
        .promo-area.promo-area-5 .link:after {
          display: none; }
      .promo-area.promo-area-5 .btns {
        margin-bottom: 55px; }
        .promo-area.promo-area-5 .btns .btn {
          margin: 0 5px 10px; }
        .promo-area.promo-area-5 .btns .btn.more {
          padding: 13px 24px 12px; } }

.events-area {
  padding: 0px 10px 96px;
  text-align: center;
  margin: 0 auto;
  max-width: 980px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .events-area img {
    vertical-align: top; }
  .events-area a {
    color: #59b527; }
  .events-area .section-title {
    margin: 0 0 104px;
    position: relative;
    font-size: 43px;
    line-height: 47px;
    color: #999;
    text-transform: uppercase; }
    .events-area .section-title:after {
      position: absolute;
      content: '';
      bottom: -39px;
      left: 50%;
      margin-left: -75px;
      width: 150px;
      height: 1px;
      background: #3e4f5c; }
  .events-area.multirow {
    padding: 100px 10px 94px; }
    .events-area.multirow .boxes {
      margin-bottom: 14px; }
    .events-area.multirow .row:nth-child(odd) .main-box .date {
      left: auto;
      right: 25px; }
    .events-area.multirow .row:nth-child(odd) .main-box .tag {
      left: auto;
      right: 25px;
      padding: 16px 63px 16px 17px; }
  .events-area .boxes {
    margin-bottom: 23px;
    text-align: left; }
    .events-area .boxes .row:after {
      content: '';
      display: block;
      clear: both; }
    .events-area .boxes .date {
      position: absolute;
      top: 25px;
      z-index: 1;
      left: 25px;
      text-align: center;
      background: #fc3d39;
      color: #fff;
      border-radius: 50px;
      height: 52px;
      width: 52px;
      font-size: 22px;
      line-height: 22px;
      padding-top: 6px;
      font-weight: 700; }
      .events-area .boxes .date .month {
        display: block;
        font-size: 14px;
        line-height: 16px;
        font-weight: 400; }
    .events-area .boxes .visual {
      position: relative; }
  .events-area .tag {
    position: absolute;
    border-radius: 50px;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
    padding: 16px 17px 16px 68px; }
  .events-area .add-info:hover .tag,
  .events-area .add-info-active .tag {
    opacity: 1;
    visibility: visible; }
  .events-area .box .tag,
  .events-area .box-2 .tag {
    left: auto;
    right: 25px;
    top: 15px;
    padding: 16px 63px 16px 17px; }
  .events-area .main-box {
    float: left;
    width: 640px;
    background: #fff;
    min-height: 670px; }
    .events-area .main-box .tag {
      position: absolute;
      border-radius: 50px;
      background: #fff;
      font-size: 16px;
      line-height: 20px;
      color: #333;
      position: absolute;
      top: 25px;
      left: 25px;
      z-index: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
      padding: 16px 17px 16px 68px; }
    .events-area .main-box .add-info:hover .tag {
      opacity: 1;
      visibility: visible; }
    .events-area .main-box .text-holder {
      padding: 17px 25px 8px; }
    .events-area .main-box h2 {
      font-size: 57px;
      min-height: 240px;
      max-height: 240px;
      overflow: hidden;
      line-height: 60px;
      font-weight: 400;
      margin: 0 0 17px;
      color: #333; }
      .events-area .main-box h2 a {
        color: #333; }
    .events-area .main-box dl {
      max-width: 446px;
      margin: 0;
      padding: 10px 0 0;
      position: relative;
      font-size: 16px;
      line-height: 22px; }
      .events-area .main-box dl:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        content: '';
        height: 1px;
        background: #e5e3e8; }
      .events-area .main-box dl dt {
        color: #333; }
      .events-area .main-box dl dd {
        margin: 0;
        color: #333; }
  .events-area .box {
    overflow: hidden;
    background: #fff; }
    .events-area .box .date {
      left: auto;
      right: 14px;
      top: 15px; }
    .events-area .box .visual {
      position: relative; }
    .events-area .box .text-holder {
      padding: 10px 15px 9px; }
    .events-area .box h3 {
      font-size: 23px;
      line-height: 26px;
      color: #333;
      font-weight: 400;
      margin: 0;
      min-height: 96px; }
      .events-area .box h3 a {
        color: #333; }
    .events-area .box dl {
      max-width: 446px;
      margin: 0;
      padding: 8px 0 0;
      position: relative;
      font-size: 16px;
      line-height: 22px; }
      .events-area .box dl:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 234px;
        content: '';
        height: 1px;
        background: #e5e3e8; }
      .events-area .box dl dt {
        color: #333; }
      .events-area .box dl dd {
        margin: 0;
        color: #333; }
  .events-area .box-2 {
    position: relative;
    overflow: hidden; }
    .events-area .box-2 .date {
      left: auto;
      right: 14px;
      top: 15px; }
    .events-area .box-2 .text-holder {
      bottom: 0;
      left: 0;
      right: 0;
      padding: 25px 12px 5px 16px;
      position: absolute;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.65) 38%, rgba(0, 0, 0, 0.75) 63%, rgba(0, 0, 0, 0.85) 76%, rgba(0, 0, 0, 0.9) 90%, black 100%); }
    .events-area .box-2 h3 {
      margin: 0 0 9px;
      font-size: 33px;
      line-height: 35px;
      color: #fff;
      font-weight: 700; }
      .events-area .box-2 h3 a {
        color: #fff; }
    .events-area .box-2 dl {
      max-width: 446px;
      margin: 0;
      padding: 7px 0 5px;
      position: relative;
      font-size: 16px;
      line-height: 22px; }
      .events-area .box-2 dl:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 234px;
        content: '';
        height: 1px;
        background: #e5e3e8; }
      .events-area .box-2 dl dt {
        color: #fff; }
      .events-area .box-2 dl dd {
        margin: 0;
        color: #fff; }
  .events-area.top-area .main-box dl dt {
    color: #59b527;
    text-transform: uppercase; }
  .events-area.top-area .box dl dt {
    color: #af9a63;
    text-transform: uppercase; }
  .events-area.top-area .box-2 dl dt {
    color: #56bdfe;
    text-transform: uppercase; }
  .events-area.multirow .main-box dl dt {
    color: #56bdfe; }
  .events-area.multirow .row:nth-child(odd) .main-box {
    float: right; }
  .events-area.multirow .row:nth-child(even) .main-box dl dt {
    color: #59b527; }
  .events-area.multirow .row:nth-child(even) .box-2 dl dt {
    color: #59b527; }
  @media (max-width: 1024px) {
    .events-area {
      max-width: 660px; }
    .events-area .box {
      float: left;
      width: 50%; }
    .events-area .box-2 {
      float: left;
      width: 50%; } }
  @media (max-width: 767px) {
    .events-area {
      font-size: 20px;
      padding: 34px 10px 45px; }
      .events-area.multirow {
        padding: 50px 10px 45px; }
      .events-area .section-title {
        font-size: 29px;
        line-height: 32px;
        margin-bottom: 75px; }
        .events-area .section-title:after {
          bottom: -36px;
          height: 2px;
          width: 110px;
          margin-left: -55px; } }
  @media (max-width: 767px) {
    .events-area .boxes {
      margin: 0 auto;
      padding-bottom: 12px;
      max-width: 460px;
      overflow: visible; }
      .events-area .boxes .box-2 dl dt {
        color: #000; }
      .events-area .boxes .main-box,
      .events-area .boxes .box,
      .events-area .boxes .box-2 {
        float: none !important;
        width: 100%;
        margin-bottom: 10px;
        min-height: 300px;
        overflow: visible; }
        .events-area .boxes .main-box h2,
        .events-area .boxes .main-box h3,
        .events-area .boxes .box h2,
        .events-area .boxes .box h3,
        .events-area .boxes .box-2 h2,
        .events-area .boxes .box-2 h3 {
          font-size: 20px;
          line-height: 22px;
          min-height: 99px;
          font-weight: 400;
          color: #000;
          margin: 0; }
          .events-area .boxes .main-box h2 a,
          .events-area .boxes .main-box h3 a,
          .events-area .boxes .box h2 a,
          .events-area .boxes .box h3 a,
          .events-area .boxes .box-2 h2 a,
          .events-area .boxes .box-2 h3 a {
            color: #000; }
        .events-area .boxes .main-box dl,
        .events-area .boxes .box dl,
        .events-area .boxes .box-2 dl {
          font-size: 11px;
          line-height: 14px;
          padding: 6px 0 0; }
          .events-area .boxes .main-box dl dd,
          .events-area .boxes .box dl dd,
          .events-area .boxes .box-2 dl dd {
            color: #000;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .events-area .boxes .main-box dl:after,
          .events-area .boxes .box dl:after,
          .events-area .boxes .box-2 dl:after {
            height: 2px;
            width: 53%; }
        .events-area .boxes .main-box .date,
        .events-area .boxes .box .date,
        .events-area .boxes .box-2 .date {
          left: 10px !important;
          top: 10px;
          right: auto !important; }
        .events-area .boxes .main-box .tag,
        .events-area .boxes .box .tag,
        .events-area .boxes .box-2 .tag {
          display: none; }
        .events-area .boxes .main-box .text-holder,
        .events-area .boxes .box .text-holder,
        .events-area .boxes .box-2 .text-holder {
          margin: 0 1px;
          position: static;
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          padding: 8px 9px;
          background: #fff; }
        .events-area .boxes .main-box .visual,
        .events-area .boxes .box .visual,
        .events-area .boxes .box-2 .visual {
          max-height: 230px;
          overflow: hidden; }
          .events-area .boxes .main-box .visual img,
          .events-area .boxes .box .visual img,
          .events-area .boxes .box-2 .visual img {
            width: 100%; } }
  @media (max-width: 379px) {
    .events-area .boxes .main-box .visual,
    .events-area .boxes .box .visual,
    .events-area .boxes .box-2 .visual {
      max-height: 180px; } }
  @media (max-width: 320px) {
    .events-area .boxes .main-box .visual,
    .events-area .boxes .box .visual,
    .events-area .boxes .box-2 .visual {
      max-height: 151px; } }

.mail-box {
  background: #fff;
  padding: 80px 10px 90px;
  color: #000;
  font-size: 21px;
  line-height: 33px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .mail-box .holder {
    margin: 0 auto;
    max-width: 944px; }
  .mail-box p {
    margin: 0 10px 20px; }
  .mail-box.feed p {
    margin: 0 4px 20px; }
  .mail-box .title {
    display: block;
    font-size: 54px;
    line-height: 58px;
    color: #93a9d1;
    margin: 0 0 21px; }
  .mail-box.feed .title {
    margin: 0 0 19px; }
  .mail-box .button-row {
    text-align: right;
    font-size: 14px;
    line-height: 52px;
    color: #666; }
  .mail-box .btn {
    margin-left: 17px;
    min-width: 220px;
    padding: 17px 25px;
    font-size: 18px;
    background: #93a9d1; }
  .mail-box .row {
    font-size: 32px;
    line-height: 42px;
    margin: 0 5px 10px;
    font-weight: 600; }
  .mail-box.feed .row {
    margin-bottom: 14px; }
  .mail-box label {
    letter-spacing: -2px; }
  .mail-box input[type='text'], .mail-box input[type='email'], .mail-box input[type='search'], .mail-box input[type='password'] {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    width: 210px;
    border: dotted #dadada;
    border-width: 0 0 2px;
    vertical-align: top;
    margin: 8px 0 0 5px;
    outline: none; }
    .mail-box input[type='text']::-webkit-input-placeholder,
    .mail-box input[type='email']::-webkit-input-placeholder,
    .mail-box input[type='search']::-webkit-input-placeholder,
    .mail-box input[type='password']::-webkit-input-placeholder {
      color: #666; }
    .mail-box input[type='text']::-moz-placeholder,
    .mail-box input[type='email']::-moz-placeholder,
    .mail-box input[type='search']::-moz-placeholder,
    .mail-box input[type='password']::-moz-placeholder {
      opacity: 1;
      color: #666; }
    .mail-box input[type='text']:-moz-placeholder,
    .mail-box input[type='email']:-moz-placeholder,
    .mail-box input[type='search']:-moz-placeholder,
    .mail-box input[type='password']:-moz-placeholder {
      color: #666; }
    .mail-box input[type='text']:-ms-input-placeholder,
    .mail-box input[type='email']:-ms-input-placeholder,
    .mail-box input[type='search']:-ms-input-placeholder,
    .mail-box input[type='password']:-ms-input-placeholder {
      color: #666; }
    .mail-box input[type='text'].placeholder,
    .mail-box input[type='email'].placeholder,
    .mail-box input[type='search'].placeholder,
    .mail-box input[type='password'].placeholder {
      color: #666; }
    .mail-box input[type='text'].feed .mail-box input[type='text'],
    .mail-box input[type='email'].feed .mail-box input[type='text'],
    .mail-box input[type='search'].feed .mail-box input[type='text'],
    .mail-box input[type='password'].feed .mail-box input[type='text'],
    .mail-box input[type='text'].feed .mail-box input[type='email'],
    .mail-box input[type='email'].feed .mail-box input[type='email'],
    .mail-box input[type='search'].feed .mail-box input[type='email'],
    .mail-box input[type='password'].feed .mail-box input[type='email'],
    .mail-box input[type='text'].feed .mail-box input[type='search'],
    .mail-box input[type='email'].feed .mail-box input[type='search'],
    .mail-box input[type='search'].feed .mail-box input[type='search'],
    .mail-box input[type='password'].feed .mail-box input[type='search'],
    .mail-box input[type='text'].feed .mail-box input[type='password'],
    .mail-box input[type='email'].feed .mail-box input[type='password'],
    .mail-box input[type='search'].feed .mail-box input[type='password'],
    .mail-box input[type='password'].feed .mail-box input[type='password'] {
      padding: 7px 5px 1px; }
  .mail-box input[type='email'] {
    width: 290px; }
  @media (max-width: 1479px) {
    .mail-box .row .mobile-hidden {
      display: none; } }
  @media (max-width: 979px) {
    .mail-box {
      font-size: 18px;
      line-height: 28px;
      padding: 45px 20px 50px; }
      .mail-box .title {
        font-size: 29px;
        line-height: 30px;
        margin-bottom: 7px; }
      .mail-box .row {
        font-size: 22px;
        margin: 0; }
        .mail-box .row label {
          display: block; }
      .mail-box input[type='text'],
      .mail-box input[type='email'],
      .mail-box input[type='search'],
      .mail-box input[type='password'] {
        width: 100%;
        margin: 0 0 20px;
        font-size: 13px; }
      .mail-box p {
        margin: 0 0 8px; }
      .mail-box .note {
        margin-bottom: 18px;
        display: block;
        text-align: left;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -1px; }
      .mail-box .button-row {
        text-align: center; }
      .mail-box .btn {
        margin-left: 0; }
      .mail-box.feed .title {
        margin: 0 0 13px; }
      .mail-box.feed p {
        margin: 0 0 4px; }
      .mail-box.feed .row {
        margin: 0 0 -4px; }
      .mail-box.feed {
        margin-bottom: 10px; } }

.indicator {
  text-align: center;
  padding: 91px 20px 66px;
  padding-top: 0; }
  .indicator .animation {
    height: 300px;
    margin-bottom: 50px; }
  @media (max-width: 979px) {
    .indicator .animation {
      display: none; }
    .indicator .picture {
      display: block; }
      .indicator .picture figure {
        display: inline-block;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 0;
        margin-right: 0; }
        .indicator .picture figure img {
          width: 100%;
          height: auto;
          vertical-align: bottom; } }
  @media (min-width: 980px) {
    .indicator .animation {
      display: block; }
    .indicator .picture {
      display: none; } }
  @media (max-width: 779px) {
    .indicator .picture figure img {
      width: 90%; } }
  .indicator .holder {
    margin: 0 auto;
    max-width: 970px; }
  .indicator h2 {
    margin: 0 0 86px;
    position: relative;
    font-size: 43px;
    line-height: 47px;
    color: #006742;
    text-transform: uppercase; }
    .indicator h2:after {
      position: absolute;
      content: '';
      bottom: -39px;
      left: 50%;
      margin-left: -75px;
      width: 150px;
      height: 1px;
      background: #fff; }
  .indicator h3 {
    margin-bottom: 0;
    color: #006742;
    text-transform: uppercase; }
    .indicator h3:last-of-type {
      margin-top: 40px; }
  .indicator ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .indicator ul li {
      display: inline-block;
      vertical-align: top;
      width: 25%;
      padding: 0 10px 30px;
      margin-right: -6px;
      color: #e1f1e0;
      font-size: 20px;
      line-height: 24px;
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .indicator ul li .title {
        display: block;
        font-weight: 700;
        color: #006742;
        margin-bottom: 20px; }
      .indicator ul li .num {
        display: block;
        margin-bottom: 15px; }
        .indicator ul li .num .percent {
          font-size: 85px;
          line-height: 91px;
          font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          letter-spacing: -4px;
          margin: 0 10px 0 -2px;
          font-weight: 700; }
  @media (max-width: 1024px) {
    .indicator ul li {
      width: 50%;
      padding-bottom: 44px; } }
  @media (max-width: 767px) {
    .indicator {
      padding: 35px 20px 4px; }
      .indicator h2 {
        font-size: 29px;
        line-height: 29px;
        margin-bottom: 87px;
        word-wrap: break-word; }
        .indicator h2:after {
          bottom: -38px;
          width: 110px;
          margin-left: -55px; }
      .indicator h3 {
        font-size: 24px;
        line-height: 24px; }
      .indicator ul li {
        font-size: 18px;
        line-height: 20px;
        width: 100%; }
        .indicator ul li .title {
          font-size: 20px;
          margin-bottom: 15px; }
        .indicator ul li .num {
          margin-bottom: 13px; }
        .indicator ul li .num .percent {
          font-size: 102px; } }

.logos {
  background: #fff;
  padding: 45px 10px 30px;
  text-align: center; }
  .logos h3 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto 52px;
    max-width: 900px;
    color: #999; }
  .logos ul {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    .logos ul li {
      display: table-cell;
      vertical-align: top;
      padding: 0 21px 20px;
      line-height: 64px;
    /*img:hover {
filter: none;*/
      /* Applies to FF + IE */
      /*-webkit-filter: grayscale(0);
}*/ }
      .logos ul li img {
        max-width: 100%;
        width: auto;
        vertical-align: middle;
        max-height: 64px; }
  @media (max-width: 767px) {
    .logos h3 {
      line-height: 23px;
      margin-bottom: 58px; }
    .logos ul :nth-child(n+5) {
      display: none; }
    .logos ul img {
      height: auto; } }
  @media (max-width: 479px) {
    .logos {
      padding: 35px 10px 30px; }
      .logos ul :nth-child(n+4) {
        display: none; }
      .logos ul li {
        height: auto;
        padding: 0 26px 43px;
        margin-right: -5px; } }

.article-content {
  max-width: 740px;
  margin: -48px auto 48px;
  padding: 44px 59px 23px;
  background: #fff;
  position: relative; }
  .article-content p {
    margin: 0 0 20px; }
  .article-content p.intro {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 22px;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .article-content h1 {
    margin: 0 0 17px;
    font-size: 36px;
    line-height: 41px; }
  .article-content h2 {
    margin: 0;
    font-size: 21px;
    line-height: 33px; }
  .article-content .sticky-panel {
    border: solid #efefef;
    border-width: 1px 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }
    .article-content .sticky-panel.fixed-panel {
      opacity: 1;
      visibility: visible; }
    .article-content .sticky-panel .holder {
      max-width: 640px;
      padding: 0 10px;
      margin: 0 auto;
      overflow: hidden; }
    .article-content .sticky-panel .ttl {
      font-size: 14px;
      line-height: 68px;
      color: #666;
      float: left;
      margin-right: 22px; }
    .article-content .sticky-panel .social {
      margin: 0;
      padding: 0;
      list-style: none;
      float: left; }
      .article-content .sticky-panel .social li {
        float: left;
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 17px;
        margin: -1px 0;
        text-align: center; }
      .article-content .sticky-panel .social a {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        background: #537bbd;
        width: 35px;
        height: 35px;
        border-radius: 50px;
        line-height: 36px;
        -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }
        .article-content .sticky-panel .social a:hover {
          width: 70px;
          line-height: 70px;
          height: 70px;
          border-radius: 0;
          text-decoration: none; }
      .article-content .sticky-panel .social .facebook a {
        background: #537bbd; }
      .article-content .sticky-panel .social .google a {
        background: #dc4437; }
      .article-content .sticky-panel .social .twitter a {
        background: #78cdf0; }
      .article-content .sticky-panel .social .linkedin a {
        background: #2085c7; }
  @media (max-width: 767px) {
    .article-content {
      padding: 32px 20px 1px;
      margin-bottom: 0; }
      .article-content p {
        margin: 0 0 19px; }
      .article-content p.intro {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 21px; }
      .article-content h1 {
        margin: 0 0 15px;
        font-size: 24px;
        line-height: 32px; }
      .article-content h2 {
        margin: 0 0 10px;
        font-size: 20px;
        line-height: 29px; } }
  @media (max-width: 479px) {
    .article-content .sticky-panel {
      border: none;
      width: auto;
      position: relative;
      opacity: 1;
      visibility: visible;
      bottom: auto;
      margin: 32px -20px 32px;
      text-align: center; }
      .article-content .sticky-panel .holder {
        padding: 0; }
        .article-content .sticky-panel .holder .ttl {
          display: none; }
    .article-content .sticky-panel .social {
      display: inline-block;
      vertical-align: top;
      float: none;
      width: 320px; }
      .article-content .sticky-panel .social li {
        height: 53px;
        width: 80px;
        font-size: 20px;
        line-height: 50px; }
        .article-content .sticky-panel .social li a,
        .article-content .sticky-panel .social li a:hover {
          width: 100%;
          height: 50px;
          line-height: 50px;
          border-radius: 0; } }

.partners-container {
  background: #fff;
  padding: 20px 20px 80px;
  font-size: 18px;
  line-height: 27px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #909090; }
  .partners-container .section {
    padding: 20px 0 23px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px; }
  .partners-container .container {
    margin: 0 auto;
    max-width: 940px; }
  .partners-container h1 {
    margin: 0 0 10px;
    font-size: 50px;
    line-height: 54px;
    font-weight: 600;
    color: #3b3b3b; }
  .partners-container .box {
    width: 33.3%;
    margin-right: -6px;
    padding: 20px 20px 60px 0;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
  .partners-container .name {
    display: block;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 24px; }
    .partners-container .name a {
      color: #006742; }
  .partners-container .logo-holder {
    line-height: 120px;
    height: 120px;
    margin-bottom: 13px; }
    .partners-container .logo-holder img {
      max-height: 120px;
      height: auto;
      vertical-align: middle; }
  .partners-container .more {
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    margin-top: -13px; }
    .partners-container .more a {
      color: #006742; }
  @media (max-width: 767px) {
    .partners-container {
      line-height: 29px;
      padding: 36px 20px 25px; }
      .partners-container .section {
        border: none;
        padding: 0;
        margin: 0; }
      .partners-container h1 {
        margin: 0 0 19px;
        font-size: 34px;
        line-height: 34px; }
      .partners-container .box {
        width: 50%;
        margin-right: -6px;
        padding: 0 20px 16px; }
        .partners-container .box p {
          margin-bottom: 0; }
      .partners-container .name {
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 24px; }
      .partners-container .more {
        display: none; } }
  @media (max-width: 479px) {
    .partners-container .box {
      width: 100%; } }

.letters-nav {
  background: #fff;
  padding: 47px 10px 0;
  font-size: 21px;
  line-height: 24px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .letters-nav .container {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 10px; }
  .letters-nav .title {
    display: block;
    margin: 0 0 21px; }
  .letters-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .letters-nav ul li {
      display: inline-block;
      vertical-align: top;
      margin-right: 12px;
      text-transform: uppercase;
      color: #909090; }
      .letters-nav ul li:last-child {
        margin-right: 0; }
      .letters-nav ul li a {
        color: #006742; }
  @media (max-width: 767px) {
    .letters-nav {
      font-size: 15px;
      line-height: 35px;
      padding: 27px 17px 23px;
      margin-bottom: 5px; }
      .letters-nav .container {
        padding: 0; }
      .letters-nav .title {
        font-size: 20px;
        margin-bottom: 12px; }
      .letters-nav ul {
        margin: 0 -12px 0 -3px;
        font-weight: 700; }
      .letters-nav ul li {
        min-width: 24px;
        margin: 0 5px; } }

.search-area .search-form {
  position: absolute;
  top: 128px;
  left: 50%;
  margin-left: -310px;
  width: 620px;
  background: #fff;
  padding-right: 52px; }
  .search-area .search-form .btn-go {
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    color: #6d6d6d;
    font-size: 15px;
    height: 52px;
    background: none;
    border: none;
    line-height: 55px;
    overflow: hidden; }
  .search-area .search-form input[type='text'],
  .search-area .search-form input[type='email'],
  .search-area .search-form input[type='search'],
  .search-area .search-form input[type='password'] {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    width: 100%;
    border: none;
    background: #fff;
    padding: 16px 20px;
    height: 52px;
    outline: none; }
    .search-area .search-form input[type='text']::-webkit-input-placeholder,
    .search-area .search-form input[type='email']::-webkit-input-placeholder,
    .search-area .search-form input[type='search']::-webkit-input-placeholder,
    .search-area .search-form input[type='password']::-webkit-input-placeholder {
      color: #666; }
    .search-area .search-form input[type='text']::-moz-placeholder,
    .search-area .search-form input[type='email']::-moz-placeholder,
    .search-area .search-form input[type='search']::-moz-placeholder,
    .search-area .search-form input[type='password']::-moz-placeholder {
      opacity: 1;
      color: #666; }
    .search-area .search-form input[type='text']:-moz-placeholder,
    .search-area .search-form input[type='email']:-moz-placeholder,
    .search-area .search-form input[type='search']:-moz-placeholder,
    .search-area .search-form input[type='password']:-moz-placeholder {
      color: #666; }
    .search-area .search-form input[type='text']:-ms-input-placeholder,
    .search-area .search-form input[type='email']:-ms-input-placeholder,
    .search-area .search-form input[type='search']:-ms-input-placeholder,
    .search-area .search-form input[type='password']:-ms-input-placeholder {
      color: #666; }
    .search-area .search-form input[type='text'].placeholder,
    .search-area .search-form input[type='email'].placeholder,
    .search-area .search-form input[type='search'].placeholder,
    .search-area .search-form input[type='password'].placeholder {
      color: #666; }
@media (max-width: 767px) {
  .search-area {
    height: auto !important; }
    .search-area .cover {
      display: none; }
    .search-area .search-form {
      position: relative;
      margin: 5px 0;
      height: 41px;
      width: 100%;
      left: auto;
      top: auto;
      padding: 0 0 0 35px; }
      .search-area .search-form .btn-go {
        right: auto;
        left: 0;
        width: 35px;
        height: 41px;
        line-height: 43px; }
      .search-area .search-form input[type='text'],
      .search-area .search-form input[type='email'],
      .search-area .search-form input[type='search'],
      .search-area .search-form input[type='password'] {
        padding: 4px 20px 4px 0;
        height: 41px;
        font-size: 15px; } }

#main {
  max-width: 960px;
  margin: 0 auto;
  padding: 59px 10px 76px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  #main .main-holder:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    #main {
      padding: 40px 10px 20px; } }

.search-title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 300;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 19px;
  /*&:after{
  content:'';
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
  height: 55px;
  width: 1px;
  background: $gray;
  animation-name: indicator;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}*/ }
  @media (max-width: 767px) {
    .search-title {
      font-size: 35px;
      line-height: 38px; }
      .search-title:after {
        height: 35px; } }

#sidebar {
  float: left;
  width: 250px;
  border-top: 10px solid #3b3b3b;
  padding-top: 3px; }
  #sidebar .side-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 31px; }
    #sidebar .side-nav li {
      padding: 20px 10px;
      border-top: 1px solid #ccc; }
      #sidebar .side-nav li:first-child {
        border: none; }
      #sidebar .side-nav li a {
        color: #909090; }
        #sidebar .side-nav li a:hover {
          text-decoration: none;
          color: #006742; }
      #sidebar .side-nav li.active a {
        color: #3b3b3b; }
  @media (max-width: 979px) {
    #sidebar {
      float: none;
      width: auto; }
      #sidebar .side-nav {
        font-size: 15px;
        line-height: 18px; }
        #sidebar .side-nav li {
          padding: 10px 5px; } }

#content {
  float: right;
  width: 620px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 21px; }
  #content .more {
    text-align: center; }
  #content .content-holder {
    background: #fff;
    padding: 18px 40px 0;
    margin-bottom: 26px; }
    #content .content-holder .block {
      position: relative;
      padding: 17px 0 30px; }
      #content .content-holder .block:before {
        position: absolute;
        top: 0;
        left: -40px;
        right: -40px;
        content: '';
        height: 2px;
        background: #f2f1f4; }
      #content .content-holder .block:first-child:before {
        display: none; }
      #content .content-holder .block .tag {
        display: block;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 4px;
        color: #ddd; }
      #content .content-holder .block .title {
        display: block;
        font-size: 23px;
        line-height: 26px;
        color: #333;
        margin-bottom: 16px; }
        #content .content-holder .block .title a {
          color: #333; }
      #content .content-holder .block dl {
        margin: 0;
        color: #333;
        border-top: 1px solid #e5e3e8;
        font-size: 16px;
        line-height: 22px;
        padding: 10px 0 4px; }
        #content .content-holder .block dl dd {
          margin: 0; }
      #content .content-holder .block.block-1 dt {
        color: #56bdfe; }
      #content .content-holder .block.block-2 dt {
        color: #af9a63; }
    #content .content-holder p {
      margin-bottom: 2px; }
    #content .content-holder .box {
      width: 320px;
      text-align: center;
      font-size: 18px;
      line-height: 27px;
      color: #909090; }
    #content .content-holder .name {
      display: block;
      margin-bottom: 8px;
      font-size: 21px;
      line-height: 24px; }
      #content .content-holder .name a {
        color: #006742; }
    #content .content-holder .logo-holder {
      line-height: 112px;
      height: 112px;
      margin-bottom: 13px; }
      #content .content-holder .logo-holder img {
        max-height: 112px;
        vertical-align: middle; }
  @media (max-width: 979px) {
    #content {
      float: none;
      width: auto; }
      #content .content-holder {
        padding: 10px 10px;
        margin-bottom: 20px; }
        #content .content-holder .block {
          padding: 10px 0; }
          #content .content-holder .block:before {
            left: -10px;
            right: -10px; }
          #content .content-holder .block .tag {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 5px; }
          #content .content-holder .block .title {
            font-size: 18px;
            line-height: 20px;
            margin-bottom: 10px; }
          #content .content-holder .block dl {
            font-size: 12px;
            line-height: 15px;
            padding: 8px 0; }
        #content .content-holder .box {
          width: 100%;
          max-width: 320px;
          font-size: 15px;
          line-height: 18px; }
        #content .content-holder .name {
          margin-bottom: 8px;
          font-size: 18px;
          line-height: 20px; }
        #content .content-holder .logo-holder {
          line-height: 80px;
          height: 80px;
          margin-bottom: 10px; }
          #content .content-holder .logo-holder img {
            max-height: 80px; } }

.search-ttl {
  display: block;
  font-size: 18px;
  line-height: 17px;
  color: #999;
  margin-bottom: 27px; }

.benefits .container {
  max-width: 960px;
  margin: 0 auto;
  position: relative; }
.benefits .block {
  padding: 95px 10px 86px;
  font-size: 21px;
  line-height: 33px;
  min-height: 200px;
  color: #333; }
  .benefits .block .visual {
    position: absolute;
    top: -10px;
    bottom: 0;
    right: 0;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 198px;
    line-height: 198px;
    color: #93a9d1; }
    .benefits .block .visual .icon-ico03 {
      font-size: 178px; }
    .benefits .block .visual .icon-ico06 {
      font-size: 180px; }
  .benefits .block .text {
    margin: 0 51% 0 1%; }
.benefits .block:nth-child(odd) {
  background: #fff; }
  .benefits .block:nth-child(odd) .visual {
    left: 0;
    right: auto; }
  .benefits .block:nth-child(odd) .text {
    margin: 0 0 0 51%; }
.benefits .title {
  display: block;
  margin-bottom: 11px;
  font-size: 24px;
  line-height: 26px;
  color: #57ac51;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
.benefits p {
  margin: 0 0 17px; }
.benefits ul {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 10px; }
  .benefits ul li {
    padding: 0 0 5px 20px;
    position: relative; }
    .benefits ul li:before {
      position: absolute;
      top: 12px;
      left: 0;
      width: 8px;
      height: 8px;
      border-radius: 10px;
      background: #57ac51;
      content: ''; }
@media (max-width: 767px) {
  .benefits .block {
    font-size: 18px;
    line-height: 29px;
    padding: 50px 20px 39px; }
    .benefits .block ul {
      padding: 0; }
      .benefits .block ul li {
        padding: 0 0 2px 17px; }
        .benefits .block ul li:before {
          width: 6px;
          height: 6px;
          left: 2px; }
    .benefits .block .title {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 5px; }
    .benefits .block .visual {
      position: static;
      margin: 0 0 14px;
      text-align: center;
      width: auto;
      display: block; }
    .benefits .block .text {
      margin: 0 !important; } }

.dlf-form,
.section-wrap {
  background: #fff;
  padding: 92px 20px 100px;
  font-size: 21px;
  line-height: 33px; }
  .dlf-form h2,
  .section-wrap h2 {
    max-width: 960px;
    margin: 0 auto 84px;
    font-size: 43px;
    line-height: 45px;
    color: #999;
    position: relative;
    text-align: center;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase; }
    .dlf-form h2:after,
    .section-wrap h2:after {
      position: absolute;
      content: '';
      bottom: -39px;
      left: 50%;
      margin-left: -75px;
      width: 150px;
      height: 1px;
      background: #3e4f5c; }
  .dlf-form .container,
  .section-wrap .container {
    margin: 0 auto;
    max-width: 620px; }
  .dlf-form .fieldset,
  .section-wrap .fieldset {
    padding-bottom: 25px; }
  .dlf-form h3,
  .section-wrap h3 {
    color: #57ac51;
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 26px;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .dlf-form p,
  .section-wrap p {
    margin: 0 0 10px; }
  .dlf-form input[type='text'],
  .dlf-form input[type='email'],
  .dlf-form input[type='search'],
  .dlf-form input[type='password'],
  .dlf-form input[type='tel'],
  .section-wrap input[type='text'],
  .section-wrap input[type='email'],
  .section-wrap input[type='search'],
  .section-wrap input[type='password'],
  .section-wrap input[type='tel'] {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 19px;
    color: #000;
    width: 100%;
    border: 1px solid #333;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    vertical-align: top;
    margin: 0 0 20px;
    outline: none; }
    .dlf-form input[type='text']::-webkit-input-placeholder,
    .dlf-form input[type='email']::-webkit-input-placeholder,
    .dlf-form input[type='search']::-webkit-input-placeholder,
    .dlf-form input[type='password']::-webkit-input-placeholder,
    .dlf-form input[type='tel']::-webkit-input-placeholder,
    .section-wrap input[type='text']::-webkit-input-placeholder,
    .section-wrap input[type='email']::-webkit-input-placeholder,
    .section-wrap input[type='search']::-webkit-input-placeholder,
    .section-wrap input[type='password']::-webkit-input-placeholder,
    .section-wrap input[type='tel']::-webkit-input-placeholder {
      color: #999; }
    .dlf-form input[type='text']::-moz-placeholder,
    .dlf-form input[type='email']::-moz-placeholder,
    .dlf-form input[type='search']::-moz-placeholder,
    .dlf-form input[type='password']::-moz-placeholder,
    .dlf-form input[type='tel']::-moz-placeholder,
    .section-wrap input[type='text']::-moz-placeholder,
    .section-wrap input[type='email']::-moz-placeholder,
    .section-wrap input[type='search']::-moz-placeholder,
    .section-wrap input[type='password']::-moz-placeholder,
    .section-wrap input[type='tel']::-moz-placeholder {
      opacity: 1;
      color: #999; }
    .dlf-form input[type='text']:-moz-placeholder,
    .dlf-form input[type='email']:-moz-placeholder,
    .dlf-form input[type='search']:-moz-placeholder,
    .dlf-form input[type='password']:-moz-placeholder,
    .dlf-form input[type='tel']:-moz-placeholder,
    .section-wrap input[type='text']:-moz-placeholder,
    .section-wrap input[type='email']:-moz-placeholder,
    .section-wrap input[type='search']:-moz-placeholder,
    .section-wrap input[type='password']:-moz-placeholder,
    .section-wrap input[type='tel']:-moz-placeholder {
      color: #999; }
    .dlf-form input[type='text']:-ms-input-placeholder,
    .dlf-form input[type='email']:-ms-input-placeholder,
    .dlf-form input[type='search']:-ms-input-placeholder,
    .dlf-form input[type='password']:-ms-input-placeholder,
    .dlf-form input[type='tel']:-ms-input-placeholder,
    .section-wrap input[type='text']:-ms-input-placeholder,
    .section-wrap input[type='email']:-ms-input-placeholder,
    .section-wrap input[type='search']:-ms-input-placeholder,
    .section-wrap input[type='password']:-ms-input-placeholder,
    .section-wrap input[type='tel']:-ms-input-placeholder {
      color: #999; }
    .dlf-form input[type='text'].placeholder,
    .dlf-form input[type='email'].placeholder,
    .dlf-form input[type='search'].placeholder,
    .dlf-form input[type='password'].placeholder,
    .dlf-form input[type='tel'].placeholder,
    .section-wrap input[type='text'].placeholder,
    .section-wrap input[type='email'].placeholder,
    .section-wrap input[type='search'].placeholder,
    .section-wrap input[type='password'].placeholder,
    .section-wrap input[type='tel'].placeholder {
      color: #999; }
  .dlf-form .btn-row,
  .section-wrap .btn-row {
    margin: -5px 0 0 -10px; }
    .dlf-form .btn-row:after,
    .section-wrap .btn-row:after {
      content: '';
      display: block;
      clear: both; }
    .dlf-form .btn-row .btn,
    .section-wrap .btn-row .btn {
      float: right;
      margin-left: 10px;
      padding: 17px 25px 15px;
      border: 1px solid #93a9d1;
      color: #93a9d1;
      background: #fff;
      min-width: 200px; }
      .dlf-form .btn-row .btn:hover,
      .section-wrap .btn-row .btn:hover {
        color: #fff;
        border-color: #fff; }
        .dlf-form .btn-row .btn:hover:disabled,
        .section-wrap .btn-row .btn:hover:disabled {
          color: #93a9d1;
          border-color: #93a9d1; }
          .dlf-form .btn-row .btn:hover:disabled:before,
          .section-wrap .btn-row .btn:hover:disabled:before {
            background: none !important; }
      .dlf-form .btn-row .btn:disabled:before,
      .section-wrap .btn-row .btn:disabled:before {
        background: none !important; }
    .dlf-form .btn-row .note,
    .section-wrap .btn-row .note {
      float: left;
      width: 410px;
      text-align: right;
      font-size: 14px;
      line-height: 16px;
      color: #333;
      padding: 10px 0; }
  .dlf-form .control,
  .section-wrap .control {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 7px 10px 0;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .dlf-form .control .jcf-checkbox,
    .section-wrap .control .jcf-checkbox {
      margin-top: 9px;
      float: left; }
    .dlf-form .control li,
    .section-wrap .control li {
      padding-bottom: 19px; }
    .dlf-form .control label,
    .section-wrap .control label {
      display: block;
      overflow: hidden; }
  @media (max-width: 767px) {
    .dlf-form,
    .section-wrap {
      font-size: 18px;
      line-height: 29px;
      padding: 46px 20px 49px; }
      .dlf-form h2,
      .section-wrap h2 {
        font-size: 29px;
        line-height: 30px;
        margin-bottom: 70px; }
        .dlf-form h2:after,
        .section-wrap h2:after {
          width: 110px;
          margin-left: -55px;
          bottom: -37px;
          height: 2px; }
      .dlf-form h3,
      .section-wrap h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px; }
      .dlf-form .fieldset,
      .section-wrap .fieldset {
        padding-bottom: 26px; }
      .dlf-form input[type='text'],
      .dlf-form input[type='email'],
      .dlf-form input[type='search'],
      .dlf-form input[type='password'],
      .dlf-form input[type='tel'],
      .section-wrap input[type='text'],
      .section-wrap input[type='email'],
      .section-wrap input[type='search'],
      .section-wrap input[type='password'],
      .section-wrap input[type='tel'] {
        font-size: 20px;
        padding: 10px 12px;
        margin-bottom: 9px; }
      .dlf-form .btn-row,
      .section-wrap .btn-row {
        margin: 0;
        text-align: center; }
        .dlf-form .btn-row .btn,
        .section-wrap .btn-row .btn {
          float: none;
          margin-left: 0;
          font-size: 20px;
          padding: 17px 25px 15px;
          min-width: 200px; }
        .dlf-form .btn-row .note,
        .section-wrap .btn-row .note {
          float: none;
          width: 100%;
          text-align: left;
          font-size: 13px;
          line-height: 19px;
          padding: 0 0 20px;
          display: block; }
      .dlf-form .control,
      .section-wrap .control {
        padding: 7px 0 0; }
        .dlf-form .control .jcf-checkbox,
        .section-wrap .control .jcf-checkbox {
          margin: 6px 7px 0 0; }
        .dlf-form .control li,
        .section-wrap .control li {
          padding-bottom: 18px; } }

.btn:disabled:before {
  background: none !important; }

.btn-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  background: #006742;
  border-radius: 50px;
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  z-index: 100;
  text-decoration: none; }
  .btn-top:hover, .btn-top:focus {
    text-decoration: none; }

.main-container {
  max-width: 1200px;
  margin: 0 auto; }
  .main-container:after {
    content: '';
    display: block;
    clear: both; }
  .main-container .account-menu {
    float: left;
    width: 270px;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    background: #333; }
    .main-container .account-menu .logo {
      padding: 46px 85px 40px 86px;
      border-bottom: 1px solid #222;
      box-shadow: 0 1px 0 #444;
      display: block; }
      .main-container .account-menu .logo svg {
        fill: #fff;
        width: 99px; }
    .main-container .account-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 16px;
      line-height: 30px; }
      .main-container .account-menu ul li {
        padding-top: 1px;
        border-bottom: 1px solid #222;
        box-shadow: 0 1px 0 #444; }
        .main-container .account-menu ul li a {
          display: block;
          padding: 10px 5px 10px 29px;
          position: relative;
          color: #909090;
          -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }
          .main-container .account-menu ul li a:after {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 3px;
            content: '';
            left: 0;
            -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
            -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
            -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
            transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
            background: #93a9d1;
            opacity: 0; }
        .main-container .account-menu ul li.active a,
        .main-container .account-menu ul li a:hover {
          text-decoration: none;
          color: #fff; }
          .main-container .account-menu ul li.active a:after,
          .main-container .account-menu ul li a:hover:after {
            opacity: 1; }
    @media (max-width: 979px) {
      .main-container .account-menu {
        display: none; } }
  .main-container #content {
    width: auto;
    float: none;
    max-width: 820px;
    overflow: hidden;
    padding: 50px 20px 48px;
    font-size: 18px;
    line-height: 27px;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .main-container #content .more {
      text-align: center;
      margin: -34px 0 45px;
      font-size: 18px;
      line-height: 24px; }
      .main-container #content .more a {
        color: #93a9d1; }
    @media (max-width: 979px) {
      .main-container #content {
        float: none;
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .main-container #content {
        padding: 29px 10px; } }
    @media (max-width: 479px) {
      .main-container #content {
        padding-bottom: 0; }
        .main-container #content .more {
          margin: 22px 0 49px;
          font-size: 20px;
          line-height: 22px; } }
  .main-container .page-ttile {
    margin: 0 0 20px;
    font-weight: 400;
    border-bottom: 1px solid #e5e3e8;
    padding-bottom: 15px;
    font-size: 27px;
    line-height: 30px;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #333; }
    @media (max-width: 767px) {
      .main-container .page-ttile {
        display: none; } }

.message-block {
  background: #93a9d1;
  position: relative;
  color: #fff;
  margin-bottom: 44px; }
  .message-block .slide {
    padding: 25px 40px 40px; }
  .message-block p {
    margin: 0 0 25px; }
  .message-block .opener {
    position: absolute;
    right: 15px;
    top: 8px;
    color: #006742;
    font-size: 10px; }
    .message-block .opener:hover {
      text-decoration: none; }
  .message-block .title {
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-bottom: 11px; }
  .message-block .btn {
    min-width: 200px;
    background: #fff;
    color: #3e4f5c;
    padding: 17px 25px;
    font-size: 18px; }
    .message-block .btn:hover {
      color: #fff; }
  .message-block .btns .link {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 52px;
    margin-left: 18px;
    color: #006742; }
  @media (max-width: 767px) {
    .message-block {
      display: none; } }

.page-template-page-my-account-php .content-section img.alignleft {
  float: left;
  margin-right: 15px; }

.content-section {
  margin-bottom: 50px;
  background: #fff;
  padding: 27px 40px 21px; }
  .content-section h2 {
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 7px;
    color: #333;
    font-weight: 400; }
    .content-section h2 .add-info {
      color: #909090;
      font-size: 16px; }
  .content-section .posts {
    margin-top: -12px; }
    .content-section .posts .post {
      position: relative;
      padding: 22px 0 17px; }
      .content-section .posts .post:after {
        content: '';
        display: block;
        clear: both; }
      .content-section .posts .post:before {
        position: absolute;
        left: -40px;
        right: -40px;
        height: 2px;
        content: '';
        background: #f5f4f6;
        top: 0; }
      .content-section .posts .post:first-child:before {
        display: none; }
    .content-section .posts .visual {
      float: left;
      width: 260px;
      position: relative; }
      .content-section .posts .visual img {
        vertical-align: top; }
    .content-section .posts .text-holder {
      margin: -4px 0 0 286px; }
    .content-section .posts h3 {
      min-height: 88px;
      margin: 0;
      font-size: 23px;
      line-height: 26px;
      color: #333;
      font-weight: 400; }
      .content-section .posts h3 a {
        color: #333; }
    .content-section .posts .date {
      position: absolute;
      top: 15px;
      z-index: 1;
      left: 15px;
      text-align: center;
      background: #fc3d39;
      color: #fff;
      border-radius: 50px;
      height: 52px;
      width: 52px;
      font-size: 22px;
      line-height: 22px;
      padding-top: 6px;
      font-weight: 700; }
      .content-section .posts .date .month {
        display: block;
        font-size: 14px;
        line-height: 16px;
        font-weight: 400; }
    .content-section .posts dl {
      max-width: 375px;
      margin: 0;
      padding: 10px 0 0;
      position: relative;
      font-size: 16px;
      line-height: 22px; }
      .content-section .posts dl:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        content: '';
        height: 1px;
        background: #e5e3e8; }
      .content-section .posts dl dt {
        text-transform: uppercase;
        color: #333; }
      .content-section .posts dl dd {
        margin: 0;
        color: #333; }
    .content-section .posts .special-1 dl dt {
      color: #af9a63; }
    .content-section .posts .special-2 dl dt {
      color: #56bdfe; }
    .content-section .posts .special-3 dl dt {
      color: #59b527; }
  .content-section .employees-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: -10px;
    padding: 10px 0 0; }
    .content-section .employees-list li {
      padding-bottom: 29px; }
      .content-section .employees-list li .user-pic {
        float: left;
        margin-right: 20px; }
      .content-section .employees-list li dl {
        overflow: hidden;
        margin: 0;
        padding: 4px 0 0; }
        .content-section .employees-list li dl dt {
          color: #333;
          font-size: 18px;
          line-height: 20px; }
        .content-section .employees-list li dl dd {
          margin: 7px 0 0;
          color: #909090;
          font-size: 16px;
          line-height: 20px; }
    @media (max-width: 479px) {
      .content-section .employees-list {
        background: #fff;
        border: 1px solid #e5e3e8;
        margin-bottom: 10px;
        padding: 37px 10px 17px; }
        .content-section .employees-list li {
          padding-bottom: 22px; }
          .content-section .employees-list li .user-pic {
            margin-right: 9px;
            width: 40px; }
          .content-section .employees-list li dl {
            padding: 0; }
            .content-section .employees-list li dl dt {
              font-size: 18px;
              line-height: 18px; }
            .content-section .employees-list li dl dd {
              margin: 4px 0 0;
              font-size: 12px;
              line-height: 16px; } }
  .content-section .subscribtion-box {
    margin: -13px 0 0; }
    .content-section .subscribtion-box ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .content-section .subscribtion-box ul li {
        position: relative;
        font-size: 18px;
        line-height: 25px;
        color: #333;
        padding: 17px 0 18px; }
        .content-section .subscribtion-box ul li:after {
          content: '';
          display: block;
          clear: both; }
        .content-section .subscribtion-box ul li:before {
          position: absolute;
          left: -40px;
          right: -40px;
          height: 2px;
          content: '';
          background: #f5f4f6;
          top: 0; }
        .content-section .subscribtion-box ul li:first-child:before {
          display: none; }
        .content-section .subscribtion-box ul li a {
          color: #93a9d1; }
          .content-section .subscribtion-box ul li a:before {
            color: #bcbcbc;
            content: '('; }
          .content-section .subscribtion-box ul li a:after {
            color: #bcbcbc;
            content: ')'; }
        .content-section .subscribtion-box ul li .jcf-checkbox {
          float: right;
          margin: 5px 0 0 10px;
          border-color: #bcbcbc; }
        .content-section .subscribtion-box ul li .jcf-checkbox.jcf-checked {
          border-color: #93a9d1; }
    @media (max-width: 479px) {
      .content-section .subscribtion-box {
        background: #fff;
        border: 1px solid #e5e3e8;
        margin: 0 0 10px;
        padding: 17px 10px 11px; }
        .content-section .subscribtion-box ul li {
          line-height: 29px;
          padding: 14px 0 15px; }
          .content-section .subscribtion-box ul li:before {
            left: 0;
            right: 0;
            height: 1px;
            background: #e5e3e8; }
          .content-section .subscribtion-box ul li .link {
            display: inline-block;
            vertical-align: top; } }
  @media (max-width: 1024px) {
    .content-section .posts h3 {
      padding-bottom: 4px; } }
  @media (max-width: 767px) {
    .content-section .posts {
      margin: 0 auto;
      max-width: 360px; }
      .content-section .posts .visual {
        float: none;
        width: 100%; }
        .content-section .posts .visual img {
          width: 100%; }
      .content-section .posts .text-holder {
        margin: 0;
        padding: 15px 0 0; } }
  @media (max-width: 479px) {
    .content-section {
      padding: 7px 0 0;
      margin: 0 0 20px;
      background: none; }
      .content-section h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 20px;
        padding-bottom: 12px;
        border-bottom: 1px solid #e5e3e8; }
        .content-section h2 .add-info {
          font-size: 12px; }
      .content-section .posts {
        margin: 0;
        max-width: 100%; }
        .content-section .posts .date {
          left: 10px;
          top: 10px; }
        .content-section .posts .post {
          margin-bottom: 10px;
          padding: 0; }
        .content-section .posts .visual {
          float: none;
          width: 100%; }
          .content-section .posts .visual img {
            width: 100%; }
        .content-section .posts .text-holder {
          margin: 0;
          border: 1px solid #e5e3e8;
          background: #fff;
          padding: 8px 10px 7px; }
        .content-section .posts h3 {
          font-size: 20px;
          line-height: 22px;
          min-height: 99px;
          padding-bottom: 0; }
        .content-section .posts dl {
          font-size: 11px;
          line-height: 14px;
          padding-top: 7px; }
          .content-section .posts dl dd {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .content-section .posts dl:after {
            width: 150px; } }

#footer {
  background: #3e4f5c;
  color: #fff;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px; }
  #footer .breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    max-width: 980px;
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto -1px;
    padding: 25px 20px 0; }
    #footer .breadcrumbs li {
      float: left;
      margin-right: 38px;
      position: relative; }
      #footer .breadcrumbs li svg {
        height: 40px;
        margin-top: -12px;
        fill: #fff; }
      #footer .breadcrumbs li a {
        color: #fff; }
      #footer .breadcrumbs li:before {
        content: "\e907";
        position: absolute;
        color: #818181;
        right: -24px;
        top: 0;
        font-size: 16px;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      #footer .breadcrumbs li:last-child:before {
        display: none; }
    @media (max-width: 767px) {
      #footer .breadcrumbs {
        display: none; } }
  #footer a {
    color: #fff; }
  #footer .footer-holder {
    margin: 0 auto;
    overflow: hidden;
    max-width: 960px;
    padding: 46px 0 50px; }
  #footer .col {
    float: left;
    width: 25%;
    padding: 0 10px; }
    #footer .col ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #footer .col ul li {
        border-bottom: 1px solid #858585;
        padding: 10px 0; }
    #footer .col .social a {
      display: block;
      overflow: hidden; }
      #footer .col .social a .ico {
        float: right;
        margin: 3px 0 0 10px;
        font-size: 16px;
        text-decoration: none; }
      #footer .col .social a:hover .ico {
        text-decoration: none; }
    #footer .col address {
      border-bottom: 1px solid #858585;
      padding: 10px 0;
      font-style: normal; }
      #footer .col address .ttl {
        display: block;
        font-weight: 700; }
  #footer h4 {
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 24px;
    color: #93a9d1; }
  #footer .bottom-panel {
    background: #565656; }
    #footer .bottom-panel .copy {
      display: block;
      margin: 0 auto;
      max-width: 980px;
      padding: 20px;
      font-size: 14px;
      line-height: 24px;
      text-align: right;
      color: #fff; }
      #footer .bottom-panel .copy a {
        color: #fff; }
  @media (max-width: 1024px) {
    #footer .col {
      width: 50%;
      float: none;
      display: inline-block;
      vertical-align: top;
      margin-right: -5px;
      padding: 0 20px 60px; } }
  @media (max-width: 767px) {
    #footer {
      font-size: 15px; }
      #footer .col {
        width: 100%;
        padding: 0 20px 36px;
        margin: 0; }
        #footer .col ul li {
          padding: 9px 0; }
        #footer .col address {
          line-height: 24px;
          padding: 7px 0 6px; }
      #footer .footer-holder {
        padding: 45px 0 1px; }
      #footer .bottom-panel .copy {
        font-size: 15px;
        line-height: 25px;
        text-align: left;
        padding: 13px 20px;
        border-top: 1px solid #858585; }
      #footer h4 {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 1px; }
      #footer .col .social li {
        display: inline-block;
        vertical-align: top;
        margin: 0 12px 0 3px;
        border: none; }
        #footer .col .social li a:hover {
          text-decoration: none; }
        #footer .col .social li a .ico {
          float: none;
          margin: 0;
          font-size: 20px; } }

@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important; } }

@-webkit-keyframes icon-pulse {
  25% {
    transform: scale(1.3); }
  75% {
    transform: scale(0.8); } }
@keyframes icon-pulse {
  25% {
    transform: scale(1.3); }
  75% {
    transform: scale(0.8); } }
.icon-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.icon-pulse:before {
  position: absolute;
  right: 0;
  padding: 1px;
  transform: translateZ(0);
  transition-timing-function: ease-out; }
  a:hover .icon-pulse:before {
    animation-name: icon-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }

@-webkit-keyframes indicator {
  25% {
    opacity: 1; }
  50% {
    opacity: 0.75; }
  50% {
    opacity: 0.5; }
  50% {
    opacity: 0.25; } }
@keyframes indicator {
  25% {
    opacity: 1; }
  50% {
    opacity: 0.75; }
  50% {
    opacity: 0.5; }
  50% {
    opacity: 0.25; } }
/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #333;
  margin: 0 14px 0 0;
  height: 16px;
  width: 16px; }

.jcf-checkbox span {
  display: none;
  height: 14px;
  width: 14px;
  background: url(../images/check.png) no-repeat 45% 50%; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked {
  border-color: #93a9d1; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-horizontal {
  position: absolute;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 3px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 3px;
  width: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 3px;
  vertical-align: top; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  border-radius: 10px;
  height: 3px;
  opacity: 0; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.footer-area.indicator figcaption {
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px; }

.error404 {
  background-color: #4ABA43;
  color: #006742; }
  .error404 .search-title {
    color: white; }
    .error404 .search-title ::-webkit-input-placeholder {
      color: white;
      opacity: 1 !important; }
    .error404 .search-title :-moz-placeholder {
      color: white; }
    .error404 .search-title ::-moz-placeholder {
      color: white; }
    .error404 .search-title :-ms-input-placeholder {
      color: white; }

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 9px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9); }
  #return-to-top:hover i {
    color: #fff;
    top: 5px; }

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