@charset "UTF-8";
/* modules */
/*---------------------------------------------------------
 Reset (_reset.scss)
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
  content: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff; }

a:focus,
a:hover,
a:active {
  outline: 0;
  outline: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

a img {
  border: 0;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

/*---------------------------------------------------------
 Presets (_presets.scss)
-------------------------------------------------------- */
/*@mixin lead {
	font: {
		family: $titleFont;
		size: 18px;
	}
	line-height: $tightLH;
	color: $titleDarkC;
	@include smart-margin($pMargin);
}*/
/** button **/
/** label */
/** thumbnail **/
/*---------------------------------------------------------
 Mixins (_utility.scss)
-------------------------------------------------------- */
/*---------------------------------------------------------
 Rem (_utility.scss)
-------------------------------------------------------- */
/*---------------------------------------------------------
 Helpers (_utility.scss)
-------------------------------------------------------- */
.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 none;
  padding: 0; }

img.wp-smiley {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: none; }

/* text alignment */
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: left; }

/*---------------------------------------------------------
 Predefined classes and selections (_utility.scss)
-------------------------------------------------------- */
/* utilities */
.clear {
  clear: both; }

.cf::after {
  clear: both;
  content: "";
  display: table; }

.ir {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  text-decoration: none; }

.hidden {
  display: none;
  visibility: hidden; }

.visuallyhidden {
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  border: 0; }

.invisible {
  visibility: hidden; }

.break, h1, h2, h3, h4, h5, h6, pre, table, p, ul, ol, dl, blockquote {
  word-break: break-word;
  word-wrap: break-word; }

/* selections */
a:link {
  -webkit-tap-highlight-color: #e0edd2;
  -webkit-tap-highlight-color: #dfecd1; }

/*  highloght color for Safari iOS */
::-webkit-selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none; }

::-moz-selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none; }

::selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none; }

/*--------------------------------------------------------------
 Forms (_forms.scss)
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  cursor: pointer;
  border: 1px solid;
  border-color: #eeeeee;
  background: #eeeeee;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #e1e1e1;
  background: #e1e1e1; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #e1e1e1;
  background: #e1e1e1; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666666;
  border: 1px solid #CCDEDD;
  border-radius: 4px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

/*---------------------------------------------------------
 Semantics (_utility.scss)
-------------------------------------------------------- */
/* titles */
h1, h2, h3, h4, h5, h6 {
  color: #111111;
  font-family: "Open Sans", sans-serif;
  font-weight: normal; }
  h1 a, h1 a:visited, a h1, h2 a, h2 a:visited, a h2, h3 a, h3 a:visited, a h3, h4 a, h4 a:visited, a h4, h5 a, h5 a:visited, a h5, h6 a, h6 a:visited, a h6 {
    color: inherit;
    text-decoration: none;
    font-weight: normal; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #FF5300; }

/*h1 {
	@include for(medium-screens) {
		@include rem('font-size', 30px);
	}
	font-weight: normal;
	line-height: 1.15;
	@include rem('font-size', 28px);
}

h2 {
	@include for(medium-screens) {
		@include rem('font-size', 28px);
	}
	@include rem('font-size', 26px);
	line-height: 1.2;
}

h3 {
	@include rem('font-size', 21px);
	line-height: 1.2;
}

h4 {
	font-weight: normal;
	@include rem('font-size', 18px);
	line-height: 1.2;
}

h5 {	
	@include rem('letter-spacing', 1px);
	@include rem('font-size', 14px);
	line-height: 1.4;
}

h6 {
	font-weight: normal;
	text-transform: uppercase;
	@include rem('letter-spacing', 2px);
	@include rem('font-size', 13px);
	line-height: 1.5;
}*/
/*---------------------------------------------------------
Quote (_semantics.scss)
-------------------------------------------------------- */
/*blockquote {
	clear: both;
	@include rem('margin', $base 0);
	
	p {
		line-height: 1.5;
		@include rem('font-size', 18px);
	}
	cite {
		font-style: normal; //reset
		@include rem('margin-bottom', $base);
		@include rem('font-size', 13px);
		&:before {
			content: "\2014";
		}
	}
	
	&.testimonial {
		line-height: 0; //reset
		background-color: $color-secondary;
		@include rem('margin-bottom', $base*2);
		@include rem('padding', $base*1.5 $gut);
		@include border-radius;
		p {
			margin-bottom: 0; // reset
		}
		cite {
			display: block;
			margin-bottom: 0; // reset
			font-weight: bold;
			@include rem('padding', $base/2 0);
			@include rem('font-size', 14px);
		}
		&:after {
			content: "";
			position: relative;
			width: 0; //reset
			height: 0; //reset
			border-left: 22px solid transparent;
			border-right: 22px solid transparent;
			border-top: 22px solid $color-border-normal;
			@include rem('left', 5px);
			@include rem('bottom', -60px);
		}
	}
}*/
q:before {
  content: "\201C"; }
q:after {
  content: "\201D"; }

/*---------------------------------------------------------
Code (_semantics.scss)
-------------------------------------------------------- */
tt,
kbd,
pre,
code,
samp,
var {
  font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, monospace;
  background-color: #f1f1f1;
  padding: 4px 6px;
  padding:  4px 6px;
  border-radius: 3px; }

pre {
  overflow: auto;
  max-width: 100%;
  line-height: 1.4;
  margin: 24px 0;
  margin:  24px 0;
  padding: 36px;
  padding: 3.6rem;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  color: #666; }

/*---------------------------------------------------------
Details (_semantics.scss)
-------------------------------------------------------- */
abbr,
acronym,
dfn {
  cursor: help;
  color: #1f1f1f;
  border-bottom: 1px dotted;
  letter-spacing: 1px;
  letter-spacing: 0.1rem; }

details summary {
  font-weight: bold;
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
details :focus {
  outline: none; }

/*---------------------------------------------------------
In-page elements (_semantics.scss)
-------------------------------------------------------- */
ins,
mark {
  background-color: #eefded;
  color: #1f1f1f;
  text-decoration: none; }

del {
  text-decoration: line-through; }

b,
strong {
  font-weight: bold; }

dfn,
i,
em,
cite {
  font-style: italic; }

small {
  font-size: 85%; }

big {
  font-size: 125%; }

address {
  margin: 24px 0;
  margin:  24px 0; }

hr {
  border: 0;
  border-top: 1px solid #CCDEDD;
  height: 1px;
  margin-bottom: 24px; }
  hr.hr-line-dashed {
    border-top: 1px dashed #CCDEDD; }
  hr.hr-line-double {
    border-top: 6px double #CCDEDD; }

figure {
  margin: 0; }

/*---------------------------------------------------------
Lists (_semantics.scss)
-------------------------------------------------------- */
ul,
ol {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

/*---------------------------------------------------------
Tables (semantics.scss)
-------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left;
  border: 1px solid #CCDEDD;
  border-left: 0;
  margin: 24px 0;
  margin:  24px 0; }
  table caption {
    font-weight: bold;
    margin-bottom: 24px;
    margin-bottom: 2.4rem; }
  table th,
  table td {
    padding: 12px 7.5px;
    padding:  12px 7.5px; }
  table th {
    border-left: 1px solid #CCDEDD; }
  table td {
    border-top: 1px solid #CCDEDD;
    border-left: 1px solid #CCDEDD; }
    table td[valign="top"] {
      vertical-align: top; }
      table td[valign="top"] img {
        vertical-align: top; }
    table td[valign="bottom"] {
      vertical-align: bottom; }
      table td[valign="bottom"] img {
        vertical-align: bottom; }

/*---------------------------------------------------------
Alerts (_semantics.scss)
-------------------------------------------------------- */
.msg-alert {
  position: relative;
  overflow: hidden;
  border: 1px solid #9ec0be;
  background-color: #CCDEDD;
  padding: 36px 30px;
  padding:  36px 30px;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 3px; }
  .msg-alert:before {
    content: "\f05a";
    display: block;
    position: absolute;
    opacity: .1;
    font-family: FontAwesome;
    line-height: 1;
    bottom: -12px;
    bottom: -1.2rem;
    right: -12px;
    right: -1.2rem;
    font-size: 72px;
    font-size: 7.2rem; }
  .msg-alert.msg-error {
    color: #d04242;
    border: 1px solid #dfbaba;
    background-color: #f7eeee; }
    .msg-alert.msg-error:before {
      content: "\f06a"; }
  .msg-alert.msg-success {
    color: #339d56;
    border: 1px solid #badfc6;
    background: #eef7f1; }
    .msg-alert.msg-success:before {
      content: "\f058"; }
  .msg-alert.msg-important {
    color: #f89e01;
    border: 1px solid #fff365;
    background-color: #fffde5; }
    .msg-alert.msg-important:before {
      content: "\f06a"; }

/*---------------------------------------------------------
 Content elements (_semantics.scss)
-------------------------------------------------------- */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 26.4px 0 21.6px;
  font-weight: 600; }
  .entry-content h1:first-child, .entry-content h1:first-of-type, .entry-content h2:first-child, .entry-content h2:first-of-type, .entry-content h3:first-child, .entry-content h3:first-of-type, .entry-content h4:first-child, .entry-content h4:first-of-type, .entry-content h5:first-child, .entry-content h5:first-of-type, .entry-content h6:first-child, .entry-content h6:first-of-type {
    margin-top: 0; }
.entry-content h1 {
  font-size: 2.8em; }
.entry-content h2 {
  font-size: 2.4em; }
.entry-content h3 {
  font-size: 2.2em; }
.entry-content h4 {
  font-size: 1.8em; }
.entry-content h5 {
  font-size: 1.4em;
  font-weight: 400; }
.entry-content h6 {
  margin-bottom: 18px;
  font-size: 1.2em;
  text-transform: uppercase; }
.entry-content h1 + h1, .entry-content h1 + h2, .entry-content h1 + h3, .entry-content h1 + h4, .entry-content h1 + h5, .entry-content h1 + h6,
.entry-content h2 + h1, .entry-content h2 + h2, .entry-content h2 + h3, .entry-content h2 + h4, .entry-content h2 + h5, .entry-content h2 + h6,
.entry-content h3 + h1, .entry-content h3 + h2, .entry-content h3 + h3, .entry-content h3 + h4, .entry-content h3 + h5, .entry-content h3 + h6,
.entry-content h4 + h1, .entry-content h4 + h2, .entry-content h4 + h3, .entry-content h4 + h4, .entry-content h4 + h5, .entry-content h4 + h6,
.entry-content h5 + h1, .entry-content h5 + h2, .entry-content h5 + h3, .entry-content h5 + h4, .entry-content h5 + h5, .entry-content h5 + h6,
.entry-content h6 + h1, .entry-content h6 + h2, .entry-content h6 + h3, .entry-content h6 + h4, .entry-content h6 + h5, .entry-content h6 + h6 {
  margin-top: 24px; }
.entry-content blockquote {
  margin: 2.5em 0;
  padding: 0 80px 0 0;
  position: relative;
  color: #666666; }
  .entry-content blockquote:before {
    content: "\f122";
    font: 64px/1 dashicons;
    width: 64px;
    height: 64px;
    color: #ff641a;
    position: absolute;
    top: -4px;
    right: -6px; }
  .entry-content blockquote p {
    font-size: 1.1em;
    line-height: 1.55;
    font-style: italic; }
  .entry-content blockquote cite {
    display: block;
    margin-top: 1em; }
    .entry-content blockquote cite em {
      font-style: italic;
      font-weight: 700; }
.entry-content cite {
  font-size: 0.9rem;
  line-height: 140%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .entry-content cite:before {
    content: "— "; }
.entry-content address {
  margin: 0;
  padding: 3% 3.5%;
  background: #f1f1f1; }
.entry-content pre {
  padding: 2% 2.5%;
  background: #333;
  font-size: 0.8em;
  color: #ffffff;
  border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }
.entry-content .highlight {
  background: #eefded;
  width: auto;
  display: inline;
  padding: 2px 3px; }
.entry-content dl {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  line-height: 1.6; }
  .entry-content dl:first-child {
    margin-top: 0; }
  .entry-content dl:last-child {
    margin-bottom: 0; }
  .entry-content dl dt {
    font-weight: 700;
    margin-top: 0.5em; }
    .entry-content dl dt:first-child {
      margin-top: 0; }
.entry-content hr {
  width: 100%;
  height: 2px;
  background: #f6f6f6;
  margin: 3em auto;
  border: 0; }
.entry-content ul {
  list-style: disc;
  margin-left: 1.5em; }
.entry-content ul ul {
  list-style: circle; }
.entry-content ul ul ul {
  list-style: square; }
.entry-content ol {
  list-style: decimal;
  margin-left: 1.5em; }
.entry-content ol ol {
  list-style: lower-alpha; }
.entry-content ol ol ol {
  list-style: lower-roman; }
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin-bottom: 0; }
.entry-content li {
  margin-bottom: 0.5em;
  line-height: 1.7; }
  .entry-content li:last-child {
    margin-bottom: 0; }
  .entry-content li:first-child {
    margin-top: 0.5em; }
.entry-content img.alignleft,
.entry-content .alignleft img,
.entry-content img.aligncenter,
.entry-content .aligncenter img,
.entry-content img.alignright,
.entry-content .alignright img,
.entry-content img.alignnone,
.entry-content .alignnone img {
  display: block;
  box-sizing: border-box; }
.entry-content .alignleft,
.entry-content .alignright {
  margin-bottom: 1em;
  max-width: 45%; }
.entry-content .wp-caption .alignleft,
.entry-content .wp-caption .alignright {
  margin-bottom: 0; }
.entry-content .alignleft {
  float: left;
  margin-right: 1em; }
.entry-content .alignright {
  float: right;
  margin-left: 1em; }
.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.entry-content .wp-caption {
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
.entry-content .wp-caption.alignnone,
.entry-content .wp-caption.aligncenter {
  max-width: 98%; }
.entry-content .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }
.entry-content .wp-caption-text {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 12px 0 0;
  margin:  12px 0 0;
  text-align: center; }
.entry-content div.wp-video-shortcode {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
.entry-content .metaslider {
  max-width: 98%; }
  .entry-content .metaslider .caption-wrap {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    max-width: 80%;
    bottom: 5px; }
    @media screen and (min-width: 800px) {
      .entry-content .metaslider .caption-wrap {
        max-width: 60%; } }
  .entry-content .metaslider .caption {
    font-size: 0.9em;
    padding: 8px 15px;
    padding:  8px 15px; }

/*---------------------------------------------------------
 Grid (_grid.scss)
-------------------------------------------------------- */
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.bit {
  float: left;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 24px; }

.bit:last-child {
  margin-bottom: 0; }

.frame {
  margin: 0 -15px; }

.frame:after {
  content: "";
  display: table;
  clear: both; }

.mf-8 {
  width: 66.6666666667%;
  margin-bottom: 0; }

.mf-6 {
  width: 50%;
  margin-bottom: 0; }

.mf-4 {
  width: 33.3333333333%;
  margin-bottom: 0; }

@media screen and (min-width: 500px) {
  .sm-1 {
    width: 8.3333333333%;
    margin-bottom: 0; }

  .sm-2 {
    width: 16.6666666667%;
    margin-bottom: 0; }

  .sm-3 {
    width: 25%;
    margin-bottom: 0; }

  .sm-4 {
    width: 33.3333333333%;
    margin-bottom: 0; }

  .sm-5 {
    width: 41.6666666667%;
    margin-bottom: 0; }

  .sm-6 {
    width: 50%;
    margin-bottom: 0; }

  .sm-7 {
    width: 58.3333333333%;
    margin-bottom: 0; }

  .sm-8 {
    width: 66.6666666667%;
    margin-bottom: 0; }

  .sm-9 {
    width: 75%;
    margin-bottom: 0; }

  .sm-10 {
    width: 83.3333333333%;
    margin-bottom: 0; }

  .sm-11 {
    width: 91.6666666667%;
    margin-bottom: 0; }

  .sm-12 {
    width: 100%;
    margin-bottom: 0; }

  .sm-offeset-0 {
    margin-left: 0% !important; }

  .sm-offeset-1 {
    margin-left: 8.3333333333% !important; }

  .sm-offeset-2 {
    margin-left: 16.6666666667% !important; }

  .sm-offeset-3 {
    margin-left: 25% !important; }

  .sm-offeset-4 {
    margin-left: 33.3333333333% !important; }

  .sm-offeset-5 {
    margin-left: 41.6666666667% !important; }

  .sm-offeset-6 {
    margin-left: 50% !important; }

  .sm-offeset-7 {
    margin-left: 58.3333333333% !important; }

  .sm-offeset-8 {
    margin-left: 66.6666666667% !important; }

  .sm-offeset-9 {
    margin-left: 75% !important; }

  .sm-offeset-10 {
    margin-left: 83.3333333333% !important; }

  .sm-offeset-11 {
    margin-left: 91.6666666667% !important; }

  .sm-col-5 {
    width: 20%; } }
@media screen and (min-width: 800px) {
  .md-1 {
    width: 8.3333333333%;
    margin-bottom: 0; }

  .md-2 {
    width: 16.6666666667%;
    margin-bottom: 0; }

  .md-3 {
    width: 25%;
    margin-bottom: 0; }

  .md-4 {
    width: 33.3333333333%;
    margin-bottom: 0; }

  .md-5 {
    width: 41.6666666667%;
    margin-bottom: 0; }

  .md-6 {
    width: 50%;
    margin-bottom: 0; }

  .md-7 {
    width: 58.3333333333%;
    margin-bottom: 0; }

  .md-8 {
    width: 66.6666666667%;
    margin-bottom: 0; }

  .md-9 {
    width: 75%;
    margin-bottom: 0; }

  .md-10 {
    width: 83.3333333333%;
    margin-bottom: 0; }

  .md-11 {
    width: 91.6666666667%;
    margin-bottom: 0; }

  .md-12 {
    width: 100%;
    margin-bottom: 0; }

  .md-offset-0 {
    margin-left: 0% !important; }

  .md-offset-1 {
    margin-left: 8.3333333333% !important; }

  .md-offset-2 {
    margin-left: 16.6666666667% !important; }

  .md-offset-3 {
    margin-left: 25% !important; }

  .md-offset-4 {
    margin-left: 33.3333333333% !important; }

  .md-offset-5 {
    margin-left: 41.6666666667% !important; }

  .md-offset-6 {
    margin-left: 50% !important; }

  .md-offset-7 {
    margin-left: 58.3333333333% !important; }

  .md-offset-8 {
    margin-left: 66.6666666667% !important; }

  .md-offset-9 {
    margin-left: 75% !important; }

  .md-offset-10 {
    margin-left: 83.3333333333% !important; }

  .md-offset-11 {
    margin-left: 91.6666666667% !important; }

  .md-col-5 {
    width: 20%;
    margin-bottom: 0; } }
@media screen and (min-width: 1000px) {
  .lg-1 {
    width: 8.3333333333%;
    margin-bottom: 0; }

  .lg-2 {
    width: 16.6666666667%;
    margin-bottom: 0; }

  .lg-3 {
    width: 25%;
    margin-bottom: 0; }

  .lg-4 {
    width: 33.3333333333%;
    margin-bottom: 0; }

  .lg-5 {
    width: 41.6666666667%;
    margin-bottom: 0; }

  .lg-6 {
    width: 50%;
    margin-bottom: 0; }

  .lg-7 {
    width: 58.3333333333%;
    margin-bottom: 0; }

  .lg-8 {
    width: 66.6666666667%;
    margin-bottom: 0; }

  .lg-9 {
    width: 75%;
    margin-bottom: 0; }

  .lg-10 {
    width: 83.3333333333%;
    margin-bottom: 0; }

  .lg-11 {
    width: 91.6666666667%;
    margin-bottom: 0; }

  .lg-12 {
    width: 100%;
    margin-bottom: 0; }

  .lg-offset-0 {
    margin-left: 0% !important; }

  .lg-offset-1 {
    margin-left: 8.3333333333% !important; }

  .lg-offset-2 {
    margin-left: 16.6666666667% !important; }

  .lg-offset-3 {
    margin-left: 25% !important; }

  .lg-offset-4 {
    margin-left: 33.3333333333% !important; }

  .lg-offset-5 {
    margin-left: 41.6666666667% !important; }

  .lg-offset-6 {
    margin-left: 50% !important; }

  .lg-offset-7 {
    margin-left: 58.3333333333% !important; }

  .lg-offset-8 {
    margin-left: 66.6666666667% !important; }

  .lg-offset-9 {
    margin-left: 75% !important; }

  .lg-offset-10 {
    margin-left: 83.3333333333% !important; }

  .lg-offset-11 {
    margin-left: 91.6666666667% !important; }

  .lg-col-5 {
    width: 20%;
    margin-bottom: 0; } }
/*---------------------------------------------------------
LAM Galleries (_modules.scss)
-------------------------------------------------------- */
.lam-clearfix::after {
  clear: both;
  content: "";
  display: table; }

.fresco {
  display: block;
  width: 100%; }
  .fresco img {
    max-width: 100%;
    height: auto;
    vertical-align: middle; }

.lam-gallery * {
  box-sizing: border-box; }

.entry-content .lam-gallery {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  width: 98%; }
  .entry-content .lam-gallery:first-child {
    margin-top: 0; }
  .entry-content .lam-gallery:last-child {
    margin-bottom: 0; }

.entry-content .lam-gallery ul,
.lam-gallery ul {
  list-style-type: none !important;
  padding: 0;
  margin: 0 -5px; }
.entry-content .lam-gallery li,
.lam-gallery li {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 5px;
  float: left; }
.entry-content .lam-gallery .cols-1 li,
.lam-gallery .cols-1 li {
  width: 100%; }
.entry-content .lam-gallery .cols-2 li,
.lam-gallery .cols-2 li {
  width: 50%; }
.entry-content .lam-gallery .cols-3 li,
.lam-gallery .cols-3 li {
  width: 33.3%; }
.entry-content .lam-gallery .cols-4 li,
.lam-gallery .cols-4 li {
  width: 25%; }
.entry-content .lam-gallery .cols-5 li,
.lam-gallery .cols-5 li {
  width: 20%; }
.entry-content .lam-gallery .cols-6 li,
.lam-gallery .cols-6 li {
  width: 16.6%; }
.entry-content .lam-gallery .cols-7 li,
.lam-gallery .cols-7 li {
  width: 14.28%; }
.entry-content .lam-gallery .cols-8 li,
.lam-gallery .cols-8 li {
  width: 12.5%; }

.fr-caption h3 {
  color: #ffffff;
  font-size: 14px; }

/*---------------------------------------------------------
 Search (_modules.scss)
-------------------------------------------------------- */
.searchform {
  border: 2px solid #014763;
  position: relative;
  height: 30px; }
  .searchform, .searchform * {
    box-sizing: border-box; }
  .searchform .search-field {
    width: 100%;
    padding: 6px 28px 6px 6px;
    background: transparent;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    line-height: 1.4rem;
    border: none;
    color: #ffffff;
    border-radius: 0px; }
    .searchform .search-field:focus {
      background: rgba(255, 255, 255, 0.85);
      color: #333; }
  .searchform .submit-icon {
    background: transparent;
    width: 29px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .searchform .submit-icon .fa {
      color: #014763;
      position: absolute;
      top: 4px;
      left: 6px;
      z-index: 1;
      width: 24px;
      height: 24px;
      font-size: 18px; }
    .searchform .submit-icon input {
      position: absolute;
      background: transparent;
      top: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      height: 100%;
      border: none;
      padding: 0;
      cursor: pointer;
      box-shadow: none;
      text-shadow: none; }

.searchform.focus {
  border-color: #FF5300; }
  .searchform.focus .submit-icon .fa {
    color: #FF5300; }
    .searchform.focus .submit-icon .fa:hover {
      color: #e64b00; }

#primary .search-holder {
  margin-bottom: 36px; }
  #primary .search-holder .res-count {
    padding-top: 4px;
    font-size: 11px; }

.search-item {
  margin-bottom: 24px; }
  .search-item h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal; }
  .search-item cite {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    color: #88B5B2;
    margin-bottom: 12px; }
  .search-item .item-summary p {
    margin: 0; }

/*---------------------------------------------------------
  Banners (_modules.scss)
-------------------------------------------------------- */
.banners-list {
  list-style-type: none; }
  .banners-list li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .banners-list a {
    display: block; }
  .banners-list img {
    max-width: 100%;
    height: auto; }

.banners-list.vgallery li {
  margin-bottom: 10px;
  margin-bottom: 1rem; }
  .banners-list.vgallery li:last-child {
    margin-bottom: 0; }

.banners-list.hgallery {
  margin: 0 -5px; }
  .banners-list.hgallery::after {
    clear: both;
    content: "";
    display: table; }
  .banners-list.hgallery li {
    float: left;
    padding: 5px;
    width: 33.3333%; }

@media screen and (min-width: 800px) {
  .banners-list.hgallery.cols-2 li {
    width: 50%; }

  .banners-list.hgallery.cols-3 li {
    width: 33.3333%; }

  .banners-list.hgallery.cols-4 li {
    width: 25%; }

  .banners-list.hgallery.cols-5 li {
    width: 20%; }

  .banners-list.hgallery.cols-6 li {
    width: 16.66666%; }

  .banners-list.hgallery.cols-7 li {
    width: 14.28571%; }

  .banners-list.hgallery.cols-8 li {
    width: 12.5%; } }
/*---------------------------------------------------------
 Partners gallery (_modules.scss)
-------------------------------------------------------- */
.partners.logo-gallery .bit {
  padding: 5px; }
  .partners.logo-gallery .bit:nth-of-type(3n+1) {
    clear: left; }
  @media screen and (min-width: 800px) {
    .partners.logo-gallery .bit:nth-of-type(3n+1) {
      clear: none; }
    .partners.logo-gallery .bit:nth-of-type(4n+1) {
      clear: left; } }
  @media screen and (min-width: 1000px) {
    .partners.logo-gallery .bit:nth-of-type(4n+1) {
      clear: none; }
    .partners.logo-gallery .bit:nth-of-type(6n+1) {
      clear: left; } }
.partners.logo-gallery .logo {
  border: 1px solid #eeeeee;
  position: relative; }
.partners.logo-gallery .logo-frame {
  height: 0;
  padding-bottom: 65%;
  position: relative;
  width: 100%; }
  .partners.logo-gallery .logo-frame span,
  .partners.logo-gallery .logo-frame a {
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 100%;
    text-align: center; }
    .partners.logo-gallery .logo-frame span img,
    .partners.logo-gallery .logo-frame a img {
      display: inline;
      height: auto;
      max-height: 98%;
      max-width: 100%;
      vertical-align: middle;
      width: auto; }
.partners.logo-gallery .logo .partner-cat {
  font-size: 10px;
  text-transform: uppercase;
  background: rgba(150, 150, 150, 0.95);
  color: #fff;
  padding: 5px 8px;
  display: none;
  position: absolute;
  z-index: 100;
  max-width: 90%;
  left: 6%;
  top: 10%;
  margin: 0; }
.partners.logo-gallery .logo:hover .partner-cat {
  display: inline-block; }

.partners.logo-gallery.frame {
  margin: 0 -5px; }

/*---------------------------------------------------------
  Yandex search (_modules.scss)
-------------------------------------------------------- */
.ya-site-form table {
  margin: 0;
  padding: 0;
  border: none; }
.ya-site-form td, .ya-site-form tr, .ya-site-form th {
  border: none;
  padding: 0; }
.ya-site-form .ya-site-form__search-input {
  padding: 0; }
.ya-site-form .ya-site-form__input input {
  padding: 6px; }

#ya-site-results .b-head_type_search-simple {
  display: none; }
#ya-site-results .b-serp-item__content {
  line-height: 1.4; }
#ya-site-results .b-serp-item__title {
  display: inline-block;
  padding-bottom: 0.65em; }
#ya-site-results .b-serp-item {
  margin-bottom: 1.8em; }
#ya-site-results .b-serp-item__number {
  display: none; }
#ya-site-results .b-body-items {
  padding-left: 0; }

/*---------------------------------------------------------
 Global Layout (_front.scss)
-------------------------------------------------------- */
html {
  font-size: 62.5%;
  background-color: #ffffff; }

body {
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
  font-family: "Open Sans", sans-serif; }

a {
  color: #FF5300;
  text-decoration: none; }
  a:visited {
    color: #FF5300; }
  a:hover, a:focus, a:active {
    color: #014763; }

p {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  margin-top: 24px;
  margin-top: 2.4rem; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

/* structure */
#page {
  width: 85%;
  max-width: 978px;
  margin: 0 auto; }

#site_header .newsletter-holder {
  display: none; }
#site_header .bit {
  margin-bottom: 0; }
#site_header .site-branding {
  position: relative;
  min-height: 90px; }
  #site_header .site-branding a {
    display: block; }
#site_header .site-logo {
  background: rgba(255, 255, 255, 0.97);
  padding: 15px 0 0;
  padding:  15px 0 0;
  max-width: 320px; }
@media screen and (min-width: 800px) {
  #site_header {
    background: #88B5B2 url(../img/h-bg.jpg) no-repeat center top; }
    #site_header .site-branding {
      position: relative;
      min-height: 115px; }
      #site_header .site-branding a {
        display: block; }
    #site_header .site-logo {
      padding: 15px;
      padding: 1.5rem;
      position: absolute;
      top: -36px;
      left: 30px; }
    #site_header .newsletter-holder {
      display: block;
      position: relative; }
      #site_header .newsletter-holder .newsletter-form {
        width: 100%;
        max-width: 306px;
        position: absolute;
        right: 30px;
        bottom: -78px; }
      #site_header .newsletter-holder #mc_embed_signup div.mce_inline_error {
        font-size: 12px;
        font-weight: normal;
        margin: 3px 0 0;
        background: #FF5300; }
      #site_header .newsletter-holder #mce-success-response {
        position: absolute;
        width: 320px;
        background: white;
        padding: 12px;
        position: top;
        top: 0;
        left: 0;
        font-size: 12px;
        line-height: 1.35;
        color: #111111;
        z-index: 1000;
        border: 1px solid #014763;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45); } }

.newsletter-form {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #014763;
  padding: 2px;
  position: relative; }
  .newsletter-form.focus {
    background: #ffffff; }
  .newsletter-form .newsletter-field {
    border-radius: 0px;
    border: none;
    background: transparent;
    font-size: 10px;
    font-size: 1rem;
    color: #014763;
    width: 100%;
    padding-right: 90px; }
    .newsletter-form .newsletter-field::-webkit-input-placeholder {
      color: #333; }
    .newsletter-form .newsletter-field::-moz-placeholder {
      color: #333; }
    .newsletter-form .newsletter-field:-moz-placeholder {
      color: #333; }
    .newsletter-form .newsletter-field:-ms-input-placeholder {
      color: #333; }
  .newsletter-form .newsletter-submit {
    border: none;
    background: #FF5300;
    color: #ffffff;
    font-size: 9px;
    font-size: 0.9rem;
    padding: 7px 5px 6px;
    padding:  7px 5px 6px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;
    border-radius: 0px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    position: absolute;
    top: 1px;
    right: 1px; }
    .newsletter-form .newsletter-submit:hover, .newsletter-form .newsletter-submit:focus, .newsletter-form .newsletter-submit:active {
      background: #014763; }

.feed-icon, .crumbs .feed-icon {
  color: #FF5300;
  margin-right: 5px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }
  .feed-icon:hover, .feed-icon:focus, .feed-icon:active {
    color: #014763; }

.section-title {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 300;
  text-transform: uppercase; }

.page .section-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 600;
  word-break: break-word;
  -ms-word-break: break-word;
  text-transform: none; }

.crumbs {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase; }
  .crumbs a {
    color: #333; }
    .crumbs a:hover, .crumbs a:focus, .crumbs a:active {
      color: #FF5300; }

#bottombar {
  margin-top: 60px;
  margin-top: 6rem; }
  #bottombar .bottom-widgets-panel {
    background: #F2F7F7;
    border-top: 4px solid #CCDEDD;
    padding: 24px 30px;
    padding:  24px 30px; }
  #bottombar .partners-panel {
    margin-bottom: 36px;
    margin-bottom: 3.6rem; }

.site-footer {
  padding: 15px 0 45px;
  padding:  15px 0 45px;
  font-size: 11px;
  color: #666666;
  position: relative; }
  .site-footer a {
    color: #014763; }
    .site-footer a:hover, .site-footer a:focus, .site-footer a:active {
      text-decoration: underline; }
  .site-footer .copy {
    padding-left: 30px;
    padding-left: 3rem; }
  .site-footer .madeby {
    position: absolute;
    bottom: 0;
    right: 0; }
    .site-footer .madeby p {
      display: inline-block;
      margin: 0;
      padding: 5px 20px;
      border: 1px dashed #CCDEDD;
      border-bottom: 0; }
    .site-footer .madeby span {
      color: #88B5B2; }
    .site-footer .madeby a {
      color: #88B5B2; }

.error-404 .page-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 5px; }

/*---------------------------------------------------------
 Menu main (_menu.scss)
-------------------------------------------------------- */
.social-menu-position::after {
  clear: both;
  content: "";
  display: table; }

.social-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  /*.vk a {
  	background: #3C6792;
  }
  
  .facebook a {
  	background: #3D549A;
  }
  
  .linkedin a {
  	background: #0393C9;
  }
  
  .twitter a {
  	background: #01ADED;
  }
  
  .rss a {
  	background: #FAA602;
  }
  
  .odnoklassniki a {
  	background: #EB9130;
  }
  
  .youtube a {
  	background: #E83832;
  }*/ }
  .social-menu li {
    float: left;
    margin-left: 5px; }
    .social-menu li a {
      display: block;
      font-size: 19px;
      border: 2px solid #014763;
      border-radius: 4px;
      color: #014763;
      width: 36px;
      height: 36px;
      text-align: center;
      -webkit-transition: all 0.35s;
      transition: all 0.35s; }
      .social-menu li a:hover {
        color: #ffffff;
        background: #014763; }
    .social-menu li i {
      line-height: 36px; }
      .social-menu li i span {
        display: none; }

/** Menu **/
#top_nav {
  display: none; }
  @media screen and (min-width: 800px) {
    #top_nav {
      display: block; }
      #top_nav::after {
        clear: both;
        content: "";
        display: table; }
      #top_nav .top-menu {
        float: right;
        padding-bottom: 3px;
        padding-bottom: 0.3rem; }
        #top_nav .top-menu li {
          float: left;
          margin-left: 5px;
          margin-left: 0.5rem; }
        #top_nav .top-menu a {
          display: inline-block;
          color: #014763;
          padding: 6px 10px;
          padding:  6px 10px;
          font-size: 13px;
          font-size: 1.3rem;
          border-top: 4px solid #014763;
          -webkit-transition: all 0.35s;
          transition: all 0.35s; }
          #top_nav .top-menu a:hover, #top_nav .top-menu a:focus, #top_nav .top-menu a:active {
            color: #88B5B2;
            border-color: #88B5B2; } }

#site_nav {
  text-align: right;
  border-bottom: 1px solid #CCDEDD;
  margin-bottom: 36px;
  margin-bottom: 3.6rem; }
  #site_nav .site-navigation-area {
    text-align: left;
    display: none; }
  #site_nav .menu-toggle {
    background: #CCDEDD;
    border-color: #ffffff;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
    #site_nav .menu-toggle:hover, #site_nav .menu-toggle:focus, #site_nav .menu-toggle:active {
      background: #88B5B2; }
  #site_nav .main-menu {
    background: #014763;
    padding: 7px 0;
    padding:  7px 0; }
    #site_nav .main-menu a {
      display: inline-block;
      padding: 6px 15px;
      padding:  6px 15px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.85);
      -webkit-transition: all 0.35s;
      transition: all 0.35s; }
      #site_nav .main-menu a:hover, #site_nav .main-menu a:focus, #site_nav .main-menu a:active {
        color: #ffffff; }
    @media screen and (min-width: 800px) {
      #site_nav .main-menu {
        padding: 0;
        margin: 0 30px;
        margin:  0 30px;
        border-top: 1px solid rgba(179, 206, 207, 0.8); }
        #site_nav .main-menu::after {
          clear: both;
          content: "";
          display: table; }
        #site_nav .main-menu li {
          float: left; }
        #site_nav .main-menu .mobile {
          display: none; }
        #site_nav .main-menu a {
          padding: 7px 15px;
          padding:  7px 15px; } }
  #site_nav #search-toggle {
    display: none; }
  #site_nav .aux-menu {
    padding: 7px 0;
    padding:  7px 0; }
    #site_nav .aux-menu a {
      display: inline-block;
      padding: 6px 15px;
      padding:  6px 15px;
      font-size: 13px;
      font-size: 1.3rem;
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      font-weight: 600; }
    @media screen and (min-width: 800px) {
      #site_nav .aux-menu {
        padding: 0;
        margin: 0 30px;
        margin:  0 30px; }
        #site_nav .aux-menu::after {
          clear: both;
          content: "";
          display: table; }
        #site_nav .aux-menu li {
          float: left; } }
  #site_nav .search-holder-mobile {
    padding: 5px 0px;
    padding:  5px 0px; }
  @media screen and (min-width: 800px) {
    #site_nav {
      margin-bottom: 19px;
      margin-bottom: 1.9rem;
      position: relative;
      top: -17px; }
      #site_nav .menu-toggle,
      #site_nav .search-holder-mobile {
        display: none; }
      #site_nav .site-navigation-area {
        display: block; }
      #site_nav .first-row {
        position: relative; }
      #site_nav #search-toggle {
        display: block;
        position: absolute;
        top: 0;
        right: 30px; }
        #site_nav #search-toggle .search-trigger {
          width: 36px;
          height: 36px;
          text-align: center; }
          #site_nav #search-toggle .search-trigger .fa {
            color: rgba(255, 255, 255, 0.85);
            font-size: 18px;
            line-height: 36px;
            cursor: pointer; }
            #site_nav #search-toggle .search-trigger .fa:hover, #site_nav #search-toggle .search-trigger .fa:focus, #site_nav #search-toggle .search-trigger .fa:active {
              color: #ffffff; }
        #site_nav #search-toggle .search-holder {
          display: none;
          width: 280px;
          position: absolute;
          right: 0;
          bottom: -36px;
          padding: 3px;
          background: #ffffff;
          box-shadow: 1px 1px 3px rgba(1, 71, 99, 0.35); }
      #site_nav #search-toggle.toggled .search-holder {
        display: block; } }

#site_nav.toggled .site-navigation-area {
  display: block; }

/*---------------------------------------------------------
 Widgets (_widgets.scss)
-------------------------------------------------------- */
.widget {
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
  font-size: 12px;
  font-size: 1.2rem; }
  .widget:last-child, .widget:last-of-type {
    margin-bottom: 0; }
  .widget .widget-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 1.5em; }

.widget_subcat_nav li {
  margin-top: 12px;
  margin-top: 1.2rem; }
  .widget_subcat_nav li a {
    font-weight: 600; }

.narrow-sidebar .widget_subcat_nav a {
  color: #88B5B2;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem; }
  .narrow-sidebar .widget_subcat_nav a:hover, .narrow-sidebar .widget_subcat_nav a:focus, .narrow-sidebar .widget_subcat_nav a:active {
    color: #014763; }

.widget_upcom_events li {
  margin-top: 24px;
  margin-top: 2.4rem; }
.widget_upcom_events time {
  display: block;
  color: #111111;
  font-weight: 600; }
.widget_upcom_events a {
  color: #88B5B2; }
  .widget_upcom_events a:hover, .widget_upcom_events a:focus, .widget_upcom_events a:active {
    color: #014763; }

.recent-posts li {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  border-top: 1px solid rgba(204, 222, 221, 0.6);
  padding-top: 12px;
  padding-top: 1.2rem; }
  .recent-posts li::after {
    clear: both;
    content: "";
    display: table; }
.recent-posts .thumbnail-link {
  display: block;
  width: 60px;
  float: left; }
.recent-posts .thumbnail-link + .ri-title {
  margin-left: 70px; }
.recent-posts a {
  display: block; }
.recent-posts time {
  display: block;
  padding-top: 5px; }

.narrow-sidebar .recent-posts li {
  border: none;
  padding: 0;
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
.narrow-sidebar .recent-posts .ri-title a {
  color: #88B5B2; }
  .narrow-sidebar .recent-posts .ri-title a:hover, .narrow-sidebar .recent-posts .ri-title a:focus, .narrow-sidebar .recent-posts .ri-title a:active {
    color: #014763; }

.asi-logo {
  width: 140px;
  height: 94px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.25);
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }
  .asi-logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 94px;
    background-color: transparent;
    background-image: url(../img/asi-logo-color.png);
    background-image: url(../img/asi-logo-color.svg);
    background-position: center center;
    background-repeat: no-repeat; }
  .asi-logo:hover {
    background: #ffffff; }

.asi-logo.consult a {
  background-image: url(../img/asi-consult-logo.png);
  background-image: url(../img/asi-consult-logo.svg); }

/** Posts **/
.thumbnail-link {
  display: block; }

.sep {
  display: inline-block;
  padding: 0 5px;
  padding:  0 5px;
  color: #CCDEDD;
  font-size: 11px; }

.source-link i {
  margin-right: 4px; }
.source-link a {
  color: #014763; }
  .source-link a:hover, .source-link a:focus, .source-link a:active {
    color: #FF5300; }

.tpl-post {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
  .tpl-post .entry-title {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.222;
    color: #111111;
    margin: 4px 0 9px;
    margin:  4px 0 9px; }
    .tpl-post .entry-title a {
      font-weight: 600;
      color: #111111; }
      .tpl-post .entry-title a:hover, .tpl-post .entry-title a:focus, .tpl-post .entry-title a:active {
        color: #FF5300; }
  .tpl-post .entry-meta {
    color: #666666;
    font-size: 12px;
    font-size: 1.2rem; }
  .tpl-post .entry-summary {
    padding: 15px 0 0 30px;
    padding:  15px 0 0 30px; }
    .tpl-post .entry-summary p {
      margin-bottom: 8px;
      margin-bottom: 0.8rem; }
  .tpl-post .source-link i {
    color: #666666; }
  .tpl-post .entry-author {
    font-weight: 600; }
    .tpl-post .entry-author i {
      color: #666666;
      font-weight: normal; }

.paging-navigation {
  margin-top: 24px;
  margin-top: 2.4rem;
  padding-top: 8px;
  padding-top: 0.8rem;
  border-top: 1px solid #CCDEDD;
  text-align: right; }
  .paging-navigation .page-numbers {
    font-weight: 600;
    padding: 0.2em 0.3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
  .paging-navigation a:hover, .paging-navigation a:active, .paging-navigation a:focus {
    color: #014763;
    background: rgba(204, 222, 221, 0.5); }

.tpl-news {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  padding-top: 24px;
  padding-top: 2.4rem;
  border-top: 1px solid #CCDEDD; }
  .tpl-news .entry-title {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.222;
    color: #111111;
    margin-bottom: 9px;
    margin-bottom: 0.9rem; }
    .tpl-news .entry-title a {
      font-weight: 600;
      color: #111111; }
      .tpl-news .entry-title a:hover, .tpl-news .entry-title a:focus, .tpl-news .entry-title a:active {
        color: #FF5300; }
  .tpl-news .entry-meta {
    color: #666666;
    font-size: 12px;
    font-size: 1.2rem; }
    .tpl-news .entry-meta .category {
      color: #88B5B2;
      font-weight: 600;
      text-transform: uppercase; }

.tpl-event {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  padding-top: 24px;
  padding-top: 2.4rem;
  border-top: 1px solid #CCDEDD; }
  .tpl-event .entry-title {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.222;
    color: #111111;
    margin-bottom: 9px;
    margin-bottom: 0.9rem; }
    .tpl-event .entry-title a {
      font-weight: 600;
      color: #111111; }
      .tpl-event .entry-title a:hover, .tpl-event .entry-title a:focus, .tpl-event .entry-title a:active {
        color: #FF5300; }
  .tpl-event .entry-meta {
    color: #666666;
    font-size: 12px;
    font-size: 1.2rem; }
    .tpl-event .entry-meta time {
      display: inline-block;
      padding: 1px 6px;
      padding:  1px 6px;
      margin-right: 6px;
      margin-right: 0.6rem;
      background: #88B5B2;
      color: #ffffff; }
    .tpl-event .entry-meta .sep {
      display: none; }
    .tpl-event .entry-meta .category {
      color: #FF5300;
      font-weight: 600;
      text-transform: uppercase; }
  .tpl-event .thumbnail-link {
    margin-top: 12px;
    margin-top: 1.2rem; }

.tpl-news + .tpl-post,
.tpl-event + .tpl-post {
  padding-top: 24px;
  padding-top: 2.4rem;
  border-top: 1px solid #CCDEDD; }

.entry-footer {
  margin-top: 36px;
  margin-top: 3.6rem;
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative; }
  .entry-footer:before {
    content: '';
    display: block;
    width: 137px;
    height: 1px;
    background: #CCDEDD;
    position: absolute;
    left: 0;
    top: -4px; }
  .entry-footer .entry-social.on-bottom {
    margin-top: 12px;
    margin-top: 1.2rem; }

@media screen and (min-width: 1000px) {
  .tpl-post-full {
    padding-right: 27px;
    padding-right: 2.7rem; } }
.tpl-post-full .entry-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 600;
  word-break: break-word;
  -ms-word-break: break-word;
  margin-bottom: 48px;
  margin-bottom: 4.8rem; }
.tpl-post-full .entry-summary {
  font-style: italic;
  font-size: 1.285em; }
.tpl-post-full .entry-social.on-top {
  margin: 19.2px 0;
  margin:  19.2px 0; }
.tpl-post-full .entry-media {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
.tpl-post-full .entry-author {
  margin-top: 24px;
  margin-top: 2.4rem;
  padding: 12px 24px;
  padding:  12px 24px;
  background: #F2F7F7; }
  .tpl-post-full .entry-author h5 {
    font-weight: 600;
    font-size: 1.1em; }
    .tpl-post-full .entry-author h5 i {
      font-weight: normal; }
  .tpl-post-full .entry-author p {
    margin: 5px 0 0;
    margin:  5px 0 0; }

.post-navigation {
  text-align: right; }
  .post-navigation a {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 5px;
    padding:  0 5px;
    background: #FF5300;
    color: #ffffff;
    margin-right: 5px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
    .post-navigation a:hover, .post-navigation a:focus, .post-navigation a:active {
      background: #014763; }

.related-items {
  margin-top: 36px;
  margin-top: 3.6rem; }
  @media screen and (min-width: 1000px) {
    .related-items {
      padding-right: 27px;
      padding-right: 2.7rem; } }
  .related-items h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 1.5em; }

.tpl-related-post .entry-title {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.222;
  color: #111111;
  margin-top: 9px;
  margin-top: 0.9rem; }
  .tpl-related-post .entry-title a {
    font-weight: 600;
    color: #111111; }
    .tpl-related-post .entry-title a:hover, .tpl-related-post .entry-title a:focus, .tpl-related-post .entry-title a:active {
      color: #FF5300; }

@media screen and (min-width: 1000px) {
  .tpl-news-full {
    padding-right: 27px;
    padding-right: 2.7rem; } }
.tpl-news-full .entry-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 600;
  word-break: break-word;
  -ms-word-break: break-word;
  margin-bottom: 48px;
  margin-bottom: 4.8rem; }
.tpl-news-full .entry-summary {
  font-style: italic;
  font-size: 1.285em; }
.tpl-news-full .entry-social.on-top {
  margin: 19.2px 0 24px;
  margin:  19.2px 0 24px; }
.tpl-news-full .entry-footer .category {
  color: #88B5B2;
  font-weight: 600;
  text-transform: uppercase; }

.tpl-related-news {
  margin: 24px 0;
  margin:  24px 0; }
  .tpl-related-news .entry-title {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.222;
    color: #111111;
    margin-bottom: 3px;
    margin-bottom: 0.3rem; }
    .tpl-related-news .entry-title a {
      font-weight: 600;
      color: #111111; }
      .tpl-related-news .entry-title a:hover, .tpl-related-news .entry-title a:focus, .tpl-related-news .entry-title a:active {
        color: #FF5300; }
  .tpl-related-news .entry-meta {
    color: #666666;
    font-size: 12px;
    font-size: 1.2rem; }
    .tpl-related-news .entry-meta .category {
      color: #88B5B2;
      text-transform: uppercase; }

@media screen and (min-width: 1000px) {
  .tpl-event-full {
    padding-right: 27px;
    padding-right: 2.7rem; } }
.tpl-event-full .entry-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 600;
  word-break: break-word;
  -ms-word-break: break-word;
  margin-bottom: 48px;
  margin-bottom: 4.8rem; }
.tpl-event-full .entry-summary {
  font-style: italic;
  font-size: 1.285em; }
.tpl-event-full .entry-social.on-top {
  margin: 19.2px 0 24px;
  margin:  19.2px 0 24px; }
.tpl-event-full .entry-footer .category {
  color: #88B5B2;
  font-weight: 600;
  text-transform: uppercase; }
.tpl-event-full .event-meta {
  font-size: 1.1em;
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
  .tpl-event-full .event-meta .em-field {
    margin-bottom: 5px;
    margin-bottom: 0.5rem; }
  .tpl-event-full .event-meta .label {
    display: inline-block;
    color: #666666;
    margin-right: 5px;
    margin-right: 0.5rem;
    width: 80px; }
  .tpl-event-full .event-meta .e-date {
    display: inline-block;
    padding: 1px 5px;
    background: #FF5300;
    color: #ffffff;
    font-weight: 600; }
.tpl-event-full .entry-metas.contacts {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
  .tpl-event-full .entry-metas.contacts h5 {
    font-weight: 600; }
  .tpl-event-full .entry-metas.contacts p {
    margin: 0.5em 0 0; }

.tpl-related-event {
  margin: 24px 0;
  margin:  24px 0; }
  .tpl-related-event .entry-title {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.222;
    color: #111111;
    margin-bottom: 5px;
    margin-bottom: 0.5rem; }
    .tpl-related-event .entry-title a {
      font-weight: 600;
      color: #111111; }
      .tpl-related-event .entry-title a:hover, .tpl-related-event .entry-title a:focus, .tpl-related-event .entry-title a:active {
        color: #FF5300; }
  .tpl-related-event .entry-meta {
    color: #666666;
    font-size: 12px;
    font-size: 1.2rem; }
    .tpl-related-event .entry-meta time {
      display: inline-block;
      padding: 0 4px;
      padding:  0 4px;
      margin-right: 6px;
      margin-right: 0.6rem;
      background: #88B5B2;
      color: #ffffff; }
    .tpl-related-event .entry-meta .sep {
      display: none; }
    .tpl-related-event .entry-meta .category {
      color: #FF5300;
      text-transform: uppercase; }

.tpl-search {
  margin-bottom: 36px;
  margin-bottom: 3.6rem; }
  .tpl-search .entry-header {
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }
  .tpl-search .entry-title {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.222;
    color: #111111; }
    .tpl-search .entry-title a {
      font-weight: 600;
      color: #111111; }
      .tpl-search .entry-title a:hover, .tpl-search .entry-title a:focus, .tpl-search .entry-title a:active {
        color: #FF5300; }
  .tpl-search cite {
    color: #88B5B2;
    font-size: 12px;
    font-size: 1.2rem; }

/** Homepage **/
.home-section {
  margin-bottom: 36px;
  margin-bottom: 3.6rem; }
  .home-section .widget-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 1.5em; }
  .home-section .all-link {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    background: #FF5300;
    padding: 1px 6px;
    padding:  1px 6px;
    margin-left: 5px;
    margin-left: 0.5rem;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
    .home-section .all-link:hover, .home-section .all-link:focus, .home-section .all-link:active {
      background: #014763; }
  .home-section .all-link.green {
    background: #88B5B2; }
    .home-section .all-link.green:hover, .home-section .all-link.green:focus, .home-section .all-link.green:active {
      background: #014763; }

.home-featured-post {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
  .home-featured-post .entry-title {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.222;
    color: #111111; }
    .home-featured-post .entry-title a {
      font-weight: 600;
      color: #111111; }
      .home-featured-post .entry-title a:hover, .home-featured-post .entry-title a:focus, .home-featured-post .entry-title a:active {
        color: #FF5300; }
  .home-featured-post .category {
    margin-top: 3px;
    margin-top: 0.3rem;
    font-size: 11px;
    font-size: 1.1rem; }
  .home-featured-post .entry-header {
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }
  .home-featured-post.main {
    background: #F2F7F7;
    margin: 0; }
    .home-featured-post.main .entry-header {
      padding: 24px 24px 12px 24px;
      padding:  24px 24px 12px 24px;
      margin: 0; }
    .home-featured-post.main .entry-summary {
      padding: 12px 24px 24px 24px;
      padding:  12px 24px 24px 24px; }
    .home-featured-post.main .entry-title {
      font-size: 24px;
      font-size: 2.4rem; }
    .home-featured-post.main .category {
      font-weight: 600; }

.home-news-post {
  margin-bottom: 36px;
  margin-bottom: 3.6rem; }
  .home-news-post .entry-title {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.222;
    color: #111111;
    margin-bottom: 5px;
    margin-bottom: 0.5rem; }
    .home-news-post .entry-title a {
      font-weight: 600;
      color: #111111; }
      .home-news-post .entry-title a:hover, .home-news-post .entry-title a:focus, .home-news-post .entry-title a:active {
        color: #FF5300; }
  .home-news-post .entry-meta {
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem; }
    .home-news-post .entry-meta .category {
      color: #88B5B2;
      text-transform: uppercase; }

.widget-title + .home-news-post {
  margin-top: 40px;
  margin-top: 4rem; }

.home-section.events .widget-title {
  margin: 0;
  position: relative; }
  .home-section.events .widget-title span {
    display: inline-block;
    padding: 5px 15px;
    padding:  5px 15px;
    margin-left: 30px;
    margin-left: 3rem;
    border: 1px solid #CCDEDD;
    border-bottom: 1px solid #ffffff;
    margin-bottom: -1px;
    z-index: 100; }
.home-section.events .event-list {
  border-top: 1px solid #CCDEDD;
  padding-top: 30px;
  padding-top: 3rem; }

.home-event-post .entry-preview {
  position: relative; }
  .home-event-post .entry-preview time {
    display: inline-block;
    background: #FF5300;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 1px 4px;
    padding:  1px 4px;
    position: absolute;
    bottom: -9px;
    left: 9px; }
.home-event-post .entry-title {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.222;
  color: #111111;
  line-height: 1.2;
  margin: 24px 0 9px;
  margin:  24px 0 9px; }
  .home-event-post .entry-title a {
    font-weight: 600;
    color: #111111; }
    .home-event-post .entry-title a:hover, .home-event-post .entry-title a:focus, .home-event-post .entry-title a:active {
      color: #FF5300; }
.home-event-post .entry-meta {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.222;
  color: #111111;
  text-transform: uppercase;
  color: #FF5300;
  font-weight: normal; }
  .home-event-post .entry-meta a {
    font-weight: 600;
    color: #111111; }
    .home-event-post .entry-meta a:hover, .home-event-post .entry-meta a:focus, .home-event-post .entry-meta a:active {
      color: #FF5300; }

.home-expert-post {
  margin-bottom: 36px;
  margin-bottom: 3.6rem; }
  .home-expert-post .thumbnail-link {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }
    .home-expert-post .thumbnail-link img {
      max-width: 100%;
      height: auto;
      border-radius: 50%; }
  .home-expert-post .entry-title {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.222;
    color: #111111;
    margin-bottom: 5px;
    margin-bottom: 0.5rem; }
    .home-expert-post .entry-title a {
      font-weight: 600;
      color: #111111; }
      .home-expert-post .entry-title a:hover, .home-expert-post .entry-title a:focus, .home-expert-post .entry-title a:active {
        color: #FF5300; }
  .home-expert-post .entry-meta h5 {
    color: #88B5B2;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem; }
  .home-expert-post .entry-meta p {
    font-style: italic;
    color: #999999;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 9px 0 0;
    margin:  9px 0 0; }

.home-section.content .lg-7 {
  margin-bottom: 36px;
  margin-bottom: 3.6rem; }
  @media screen and (min-width: 800px) {
    .home-section.content .lg-7 {
      margin-bottom: 0; } }

/*# sourceMappingURL=design.css.map */