@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic|PT+Sans:400,700,400italic,700italic|PT+Sans+Narrow:400,700);
/* ==========================================================================
	Fonts
========================================================================== */
/* ==========================================================================
	Colors
========================================================================== */
/* ==========================================================================
	Mixins
========================================================================== */
/* line 27, scss/_variables.scss */
.cf:before, .cf:after {
  display: table;
  content: ' '; }
/* line 28, scss/_variables.scss */
.cf:after {
  clear: both; }

/* CSS3 ELEMENTS
============================== */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
/* line 7, scss/_plugins.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
/* line 16, scss/_plugins.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

/* line 22, scss/_plugins.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

/* line 27, scss/_plugins.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

/* line 32, scss/_plugins.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* line 40, scss/_plugins.scss */
.owl-carousel .owl-item {
  float: left; }

/* line 44, scss/_plugins.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

/* line 47, scss/_plugins.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
/* line 57, scss/_plugins.scss */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
/* line 63, scss/_plugins.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
/* line 78, scss/_plugins.scss */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
/* line 88, scss/_plugins.scss */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

/* line 94, scss/_plugins.scss */
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
/* line 100, scss/_plugins.scss */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

/* line 105, scss/_plugins.scss */
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
/* line 111, scss/_plugins.scss */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

/* line 116, scss/_plugins.scss */
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
/* line 122, scss/_plugins.scss */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

/* line 128, scss/_plugins.scss */
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  /* line 136, scss/_plugins.scss */
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  /* line 139, scss/_plugins.scss */
  0% {
    opacity: 1; } }

@keyframes empty {
  /* line 142, scss/_plugins.scss */
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  /* line 145, scss/_plugins.scss */
  0% {
    opacity: 0; }

  /* line 146, scss/_plugins.scss */
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  /* line 149, scss/_plugins.scss */
  0% {
    opacity: 0; }

  /* line 150, scss/_plugins.scss */
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  /* line 153, scss/_plugins.scss */
  0% {
    opacity: 0; }

  /* line 154, scss/_plugins.scss */
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  /* line 157, scss/_plugins.scss */
  0% {
    opacity: 1; }

  /* line 158, scss/_plugins.scss */
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  /* line 161, scss/_plugins.scss */
  0% {
    opacity: 1; }

  /* line 162, scss/_plugins.scss */
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  /* line 165, scss/_plugins.scss */
  0% {
    opacity: 1; }

  /* line 166, scss/_plugins.scss */
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  /* line 169, scss/_plugins.scss */
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  /* line 170, scss/_plugins.scss */
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  /* line 171, scss/_plugins.scss */
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  /* line 174, scss/_plugins.scss */
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  /* line 175, scss/_plugins.scss */
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  /* line 176, scss/_plugins.scss */
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  /* line 179, scss/_plugins.scss */
  25% {
    opacity: .5;
    transform: translateZ(-500px); }

  /* line 180, scss/_plugins.scss */
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }

  /* line 181, scss/_plugins.scss */
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  /* line 184, scss/_plugins.scss */
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  /* line 185, scss/_plugins.scss */
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  /* line 186, scss/_plugins.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  /* line 189, scss/_plugins.scss */
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  /* line 190, scss/_plugins.scss */
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  /* line 191, scss/_plugins.scss */
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  /* line 194, scss/_plugins.scss */
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }

  /* line 195, scss/_plugins.scss */
  75% {
    opacity: .5;
    transform: translateZ(-500px); }

  /* line 196, scss/_plugins.scss */
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  /* line 199, scss/_plugins.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  /* line 202, scss/_plugins.scss */
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  /* line 205, scss/_plugins.scss */
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  /* line 208, scss/_plugins.scss */
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  /* line 211, scss/_plugins.scss */
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  /* line 214, scss/_plugins.scss */
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  /* line 218, scss/_plugins.scss */
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  /* line 221, scss/_plugins.scss */
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  /* line 224, scss/_plugins.scss */
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  /* line 228, scss/_plugins.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  /* line 231, scss/_plugins.scss */
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  /* line 234, scss/_plugins.scss */
  to {
    opacity: 0;
    transform: scale(1.5); } }

/* ================================================================ *\
	#Reset
\* ================================================================ */
/* line 5, scss/_generic.scss */
* {
  padding: 0;
  margin: 0;
  outline: 0; }

/* line 9, scss/_generic.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ================================================================ *\
	#Base
\* ================================================================ */
/* line 28, scss/_generic.scss */
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

/* line 31, scss/_generic.scss */
html,
body {
  height: 100%; }

/* line 33, scss/_generic.scss */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 34, scss/_generic.scss */
body {
  min-width: 320px;
  font: 14px/1.5 "PT Serif", serif;
  color: black;
  -webkit-font-smoothing: antialiased; }

/* line 36, scss/_generic.scss */
a {
  text-decoration: none;
  color: inherit; }

/* line 37, scss/_generic.scss */
a:hover {
  text-decoration: underline; }

/* line 39, scss/_generic.scss */
a[href^="tel"] {
  color: inherit; }

/* line 41, scss/_generic.scss */
img {
  border: 0;
  vertical-align: middle; }

/* line 42, scss/_generic.scss */
strong {
  font-weight: bold; }

/* line 43, scss/_generic.scss */
small {
  font-size: 80%; }

/* line 48, scss/_generic.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

/* line 53, scss/_generic.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; }

/* line 56, scss/_generic.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 58, scss/_generic.scss */
button {
  overflow: visible; }

/* line 59, scss/_generic.scss */
textarea {
  overflow: auto;
  resize: none; }

/* line 61, scss/_generic.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 63, scss/_generic.scss */
th,
td {
  padding: 0; }

/* line 65, scss/_generic.scss */
::-webkit-input-placeholder {
  opacity: 1;
  color: inherit; }

/* line 66, scss/_generic.scss */
:-moz-placeholder {
  opacity: 1;
  color: inherit; }

/* line 67, scss/_generic.scss */
::-moz-placeholder {
  opacity: 1;
  color: inherit; }

/* line 68, scss/_generic.scss */
:-ms-input-placeholder {
  opacity: 1;
  color: inherit; }

/* line 70, scss/_generic.scss */
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

/* line 71, scss/_generic.scss */
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* line 75, scss/_generic.scss */
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; }

/* ==========================================================================
	Regions
========================================================================== */
/* line 4, scss/_regions.scss */
html {
  background: #BFBFBF; }

/* line 7, scss/_regions.scss */
body {
  background-color: #bfbfbf;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(230px, white), color-stop(960px, #bfbfbf));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, white 230px, #bfbfbf 960px);
  /* Chrome10+,Safari5.1+ */
  background-image: -moz-linear-gradient(top, white 230px, #bfbfbf 960px);
  /* FF3.6+ */
  background-image: -ms-linear-gradient(top, white 230px, #bfbfbf 960px);
  /* IE10+ */
  background-image: -o-linear-gradient(top, white 230px, #bfbfbf 960px);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, white 230px, #bfbfbf 960px);
  /* W3C */
  min-height: 960px;
  padding-top: 1px; }

/* line 12, scss/_regions.scss */
.main {
  padding-bottom: 100px; }

/* line 15, scss/_regions.scss */
.shell {
  width: 960px;
  margin: 0 auto; }

/* line 27, scss/_variables.scss */
.cols:before, .cols:after {
  display: table;
  content: ' '; }
/* line 28, scss/_variables.scss */
.cols:after {
  clear: both; }
/* line 21, scss/_regions.scss */
.cols .col {
  float: left; }
  /* line 23, scss/_regions.scss */
  .cols .col.col-1of4 {
    width: 25%; }
  /* line 24, scss/_regions.scss */
  .cols .col.col-1of2 {
    width: 50%; }

/* ==========================================================================
	Header
========================================================================== */
/* line 30, scss/_regions.scss */
.header {
  border-bottom: 1px solid #F7F7F7;
  background: #FFF;
  margin-bottom: 15px;
  text-align: center; }
  /* line 35, scss/_regions.scss */
  .header .logo {
    background: url(../img/dalpos-architects-integrators.png);
    width: 196px;
    height: 124px;
    display: block;
    margin: 7px auto 15px;
    text-indent: -999999em; }

/* line 44, scss/_regions.scss */
.breadcrumbs {
  color: rgba(24, 70, 108, 0.8); }
  /* line 46, scss/_regions.scss */
  .breadcrumbs a {
    color: #18466C; }

/* ==========================================================================
	Navigation
========================================================================== */
/* Navigation First Level */
/* line 54, scss/_regions.scss */
.nav {
  font-family: "PT Sans", Helvetica, Arial, sans-serif; }

/* line 55, scss/_regions.scss */
.nav a {
  text-decoration: none; }

/* line 56, scss/_regions.scss */
.nav > ul {
  list-style: none outside none; }

/* line 57, scss/_regions.scss */
.nav > ul > li {
  display: inline-block;
  position: relative; }

/* line 58, scss/_regions.scss */
.nav > ul > li > a {
  display: block;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
  padding: 6px 12px 1px; }

/* line 60, scss/_regions.scss */
.nav > ul > li:hover > a {
  background-color: rgba(247, 247, 247, 0.8);
  text-decoration: none;
  color: #000; }

/* line 61, scss/_regions.scss */
.nav > ul > li.current > a {
  background-color: rgba(247, 247, 247, 0.8);
  color: #000; }

/* Navigation Second Level */
/* line 64, scss/_regions.scss */
.nav > ul > li.hover > .nav-dropdown {
  opacity: 1;
  -moz-opacity: 1;
  visibility: visible; }

/* line 66, scss/_regions.scss */
.nav ul .nav-dropdown {
  text-align: left;
  width: 220px;
  background-color: rgba(247, 247, 247, 0.8);
  padding: 10px 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  z-index: 999; }

/* line 67, scss/_regions.scss */
.nav ul .nav-dropdown ul {
  list-style: none outside none; }

/* line 68, scss/_regions.scss */
.nav ul .nav-dropdown li {
  position: relative; }

/* line 69, scss/_regions.scss */
.nav ul .nav-dropdown a {
  display: block;
  font-size: 14px;
  color: #353535;
  padding: 0 5px 0 12px;
  margin: 1px 0; }

/* line 72, scss/_regions.scss */
.nav ul .nav-dropdown li:hover a,
.nav ul .nav-dropdown .current a {
  background-color: rgba(247, 247, 247, 0.8);
  text-decoration: none;
  color: #000; }

/* Navigation Third Level 
.nav ul ul li.hover .nav-dropdown { opacity: 1; visibility: visible; }

.nav ul ul .nav-dropdown { left: 100%; top: 0; background-color: #6d6061; padding: 2px 0; border-bottom: 0; opacity: 0; visibility: hidden; z-index: 999; }
.nav ul ul .nav-dropdown a { color: #fff; margin: 0; }

.nav ul ul .nav-dropdown li:hover a,
.nav ul ul .nav-dropdown .current a { background-color: #574d4e; text-decoration: none; }*/
/* ------------------------------------------------------------ *\
	Transitions
\* ------------------------------------------------------------ */
/* line 88, scss/_regions.scss */
.btn,
.nav,
.nav a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/* line 94, scss/_regions.scss */
.nav ul .nav-dropdown {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

/* line 100, scss/_regions.scss */
.photobar .slide {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

/* ------------------------------------------------------------ *\
	IE specific styles
\* ------------------------------------------------------------ */
/* line 109, scss/_regions.scss */
.ie8 .nav ul .nav-dropdown {
  opacity: 1;
  visibility: visible;
  display: none; }

/* line 110, scss/_regions.scss */
.ie8 .nav ul ul .nav-dropdown {
  opacity: 1;
  visibility: visible;
  display: none; }

/* line 113, scss/_regions.scss */
.ie8 .nav > ul > li.hover > .nav-dropdown,
.ie8 .nav ul ul li.hover .nav-dropdown {
  display: block; }

/* ------------------------------------------------------------ *\
	Tablet Styles
\* ------------------------------------------------------------ */
/* line 119, scss/_regions.scss */
.nav ul ul .nav-dropdown.no-transition,
.nav > ul > li > .nav-dropdown.no-transition {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: none; }

/* line 128, scss/_regions.scss */
.nav ul ul .opened .nav-dropdown.no-transition,
.nav > ul > li.opened > .nav-dropdown.no-transition {
  display: block;
  visibility: visible;
  opacity: 1; }

/* line 129, scss/_regions.scss */
.nav > ul > li.opened {
  background-color: #d3cfcf; }

/* ==========================================================================
	Home Page
========================================================================== */
/* line 5, scss/_modules.scss */
.home .container {
  display: block;
  width: 960px;
  height: 489px;
  position: relative; }
  /* line 10, scss/_modules.scss */
  .home .container .tagline {
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 77px;
    left: 0;
    font-variant: small-caps;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 40px; }
  /* line 23, scss/_modules.scss */
  .home .container .content {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 10;
    width: 340px;
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    padding: 158px 10px 20px; }
    /* line 33, scss/_modules.scss */
    .home .container .content h4 {
      font-size: 12px;
      line-height: 150%;
      text-transform: uppercase;
      margin: 0 0 10px; }
    /* line 39, scss/_modules.scss */
    .home .container .content p {
      font-size: 12px;
      line-height: 150%; }
  /* line 44, scss/_modules.scss */
  .home .container .carousel {
    position: relative;
    z-index: 0; }
    /* line 47, scss/_modules.scss */
    .home .container .carousel .slide {
      position: relative;
      width: 960px;
      height: 489px; }
      /* line 52, scss/_modules.scss */
      .home .container .carousel .slide h3 {
        position: absolute;
        bottom: 60px;
        right: 30px;
        width: 320px;
        padding: 5px 10px;
        background: rgba(255, 255, 255, 0.7);
        font-variant: small-caps;
        font-style: italic;
        font-weight: normal;
        font-size: 22px;
        line-height: 26px; }
        /* line 64, scss/_modules.scss */
        .home .container .carousel .slide h3 a {
          display: inline-block;
          float: right;
          font-size: 16px;
          line-height: 26px; }
    /* line 72, scss/_modules.scss */
    .home .container .carousel .owl-controls {
      position: absolute;
      top: 5px;
      right: 10px;
      height: 10px;
      width: 100%;
      display: block; }
      /* line 79, scss/_modules.scss */
      .home .container .carousel .owl-controls .owl-pagination {
        float: right; }
        /* line 81, scss/_modules.scss */
        .home .container .carousel .owl-controls .owl-pagination .owl-page {
          display: inline-block;
          width: 10px;
          height: 10px;
          background: rgba(255, 255, 255, 0.5);
          margin-left: 5px; }
          /* line 87, scss/_modules.scss */
          .home .container .carousel .owl-controls .owl-pagination .owl-page.active {
            background: white; }
      /* line 92, scss/_modules.scss */
      .home .container .carousel .owl-controls .owl-buttons {
        float: right; }
/* line 98, scss/_modules.scss */
.home .sub-tagline {
  text-align: center;
  font-size: 34px;
  font-variant: small-caps;
  font-weight: normal; }

/* ==========================================================================
	Heading with Background Image
========================================================================== */
/* line 109, scss/_modules.scss */
.withBG {
  display: block;
  width: 960px;
  position: relative; }
  /* line 113, scss/_modules.scss */
  .withBG .heading {
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0.8)), color-stop(35%, rgba(255, 255, 255, 0.2)));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.2) 35%);
    /* Chrome10+,Safari5.1+ */
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.2) 35%);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.2) 35%);
    /* IE10+ */
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.2) 35%);
    /* Opera 11.10+ */
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.2) 35%);
    /* W3C */
    padding: 10px 30px;
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    z-index: 10; }
    /* line 122, scss/_modules.scss */
    .withBG .heading h1 {
      font-size: 32px;
      line-height: 32px;
      font-weight: normal;
      margin: 0;
      text-shadow: 2px 2px 6px #FFF; }
    /* line 129, scss/_modules.scss */
    .withBG .heading p {
      font-size: 12px;
      margin: 0;
      font-family: "PT Sans", Helvetica, Arial, sans-serif; }
  /* line 135, scss/_modules.scss */
  .withBG:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 70px;
    background-color: rgba(237, 237, 237, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237, 237, 237, 0)), color-stop(100%, #ededed));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(237, 237, 237, 0) 0%, #ededed 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -moz-linear-gradient(top, rgba(237, 237, 237, 0) 0%, #ededed 100%);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(top, rgba(237, 237, 237, 0) 0%, #ededed 100%);
    /* IE10+ */
    background-image: -o-linear-gradient(top, rgba(237, 237, 237, 0) 0%, #ededed 100%);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, rgba(237, 237, 237, 0) 0%, #ededed 100%);
    /* W3C */ }

/* ==========================================================================
	Standard Inside
========================================================================== */
/* line 150, scss/_modules.scss */
.inside .content {
  width: 900px;
  margin: -10px auto 0;
  position: relative; }

/* ==========================================================================
	Projects Landing
========================================================================== */
/* line 161, scss/_modules.scss */
.projects.landing .category {
  display: block;
  width: 225px;
  height: 520px;
  background: #0F0;
  margin: 0 auto;
  text-decoration: none;
  position: relative; }
  /* line 169, scss/_modules.scss */
  .projects.landing .category img {
    z-index: 0;
    position: relative; }
  /* line 173, scss/_modules.scss */
  .projects.landing .category span {
    display: block;
    background: rgba(255, 255, 255, 0.5);
    font-size: 30px;
    line-height: 40px;
    padding: 0 10px;
    font-variant: small-caps;
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%; }

/* ==========================================================================
	Projects Category
========================================================================== */
/* line 191, scss/_modules.scss */
.projects.category {
  margin: 0 -10px; }
  /* line 193, scss/_modules.scss */
  .projects.category .project {
    position: relative;
    display: block;
    width: 225px;
    margin: 0 auto 15px; }
    /* line 198, scss/_modules.scss */
    .projects.category .project img {
      position: relative; }
    /* line 201, scss/_modules.scss */
    .projects.category .project span {
      display: block;
      background: rgba(255, 255, 255, 0.7);
      font-size: 16px;
      line-height: 18px;
      padding: 5px 10px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center; }
      /* line 213, scss/_modules.scss */
      .projects.category .project span small {
        max-height: 0px;
        display: block;
        overflow: hidden;
        -webkit-transition: max-height 0.5s ease;
        -moz-transition: max-height 0.5s ease;
        -o-transition: max-height 0.5s ease;
        transition: max-height 0.5s ease; }
    /* line 220, scss/_modules.scss */
    .projects.category .project:hover span small {
      max-height: 150px;
      -webkit-transition: max-height 0.7s ease;
      -moz-transition: max-height 0.7s ease;
      -o-transition: max-height 0.7s ease;
      transition: max-height 0.7s ease; }

/* ==========================================================================
	Project Detail
========================================================================== */
/* line 232, scss/_modules.scss */
.projects.detail .project-container {
  display: block;
  width: 960px;
  height: 489px;
  position: relative; }
  /* line 237, scss/_modules.scss */
  .projects.detail .project-container .heading {
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0.8)), color-stop(35%, rgba(255, 255, 255, 0.2)));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.2) 35%);
    /* Chrome10+,Safari5.1+ */
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.2) 35%);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.2) 35%);
    /* IE10+ */
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.2) 35%);
    /* Opera 11.10+ */
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.2) 35%);
    /* W3C */
    padding: 10px 30px;
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    z-index: 10; }
    /* line 246, scss/_modules.scss */
    .projects.detail .project-container .heading h1 {
      font-size: 32px;
      line-height: 32px;
      font-weight: normal;
      margin: 0; }
    /* line 252, scss/_modules.scss */
    .projects.detail .project-container .heading p {
      font-size: 12px;
      margin: 0;
      font-family: "PT Sans", Helvetica, Arial, sans-serif; }
  /* line 258, scss/_modules.scss */
  .projects.detail .project-container .carousel {
    position: relative;
    z-index: 0; }
    /* line 261, scss/_modules.scss */
    .projects.detail .project-container .carousel .pic {
      text-align: center;
      width: 960px;
      height: 489px;
      background: rgba(32, 93, 144, 0.2);
      position: relative; }
      /* line 267, scss/_modules.scss */
      .projects.detail .project-container .carousel .pic:before {
        content: '';
        position: relative;
        width: 0;
        height: 489px;
        background: #205d90;
        display: inline-block;
        vertical-align: middle; }
      /* line 276, scss/_modules.scss */
      .projects.detail .project-container .carousel .pic img {
        position: relative;
        display: inline-block;
        vertical-align: middle; }
    /* line 282, scss/_modules.scss */
    .projects.detail .project-container .carousel .owl-controls {
      position: absolute;
      bottom: 10px;
      left: 10px;
      height: 20px;
      width: 100%;
      display: block; }
      /* line 289, scss/_modules.scss */
      .projects.detail .project-container .carousel .owl-controls .owl-pagination {
        float: left; }
        /* line 291, scss/_modules.scss */
        .projects.detail .project-container .carousel .owl-controls .owl-pagination .owl-page {
          display: inline-block;
          width: 20px;
          height: 20px;
          background: rgba(32, 93, 144, 0.5);
          margin-right: 10px; }
          /* line 297, scss/_modules.scss */
          .projects.detail .project-container .carousel .owl-controls .owl-pagination .owl-page.active {
            background: #205d90; }
      /* line 302, scss/_modules.scss */
      .projects.detail .project-container .carousel .owl-controls .owl-buttons {
        float: right; }
  /* line 307, scss/_modules.scss */
  .projects.detail .project-container .project-nav {
    position: absolute;
    bottom: 10px;
    right: 10px; }
    /* line 311, scss/_modules.scss */
    .projects.detail .project-container .project-nav .btn {
      color: #FFF;
      font-weight: bold;
      background: #205d90;
      font-size: 12px;
      line-height: 14px;
      padding: 3px 15px;
      margin-left: 10px;
      text-transform: uppercase;
      font-family: "PT Sans Narrow", Arial Narrow, sans-serif; }
      /* line 321, scss/_modules.scss */
      .projects.detail .project-container .project-nav .btn:hover {
        text-decoration: none;
        background: #000; }
/* line 328, scss/_modules.scss */
.projects.detail .content {
  width: 900px;
  margin: 20px auto;
  position: relative; }

/* ==========================================================================
	Management
========================================================================== */
/* line 340, scss/_modules.scss */
.management #teamList,
.management #memberDetails {
  list-style-type: none;
  margin: 0;
  padding: 0; }
/* line 345, scss/_modules.scss */
.management #teamList {
  text-align: center; }
  /* line 347, scss/_modules.scss */
  .management #teamList li {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin: 0 10px 30px;
    font-family: "PT Sans Narrow", Arial Narrow, sans-serif;
    font-size: 14px;
    line-height: 120%;
    position: relative;
    cursor: pointer; }
    /* line 357, scss/_modules.scss */
    .management #teamList li img {
      margin-bottom: 5px; }
    /* line 361, scss/_modules.scss */
    .management #teamList li.active:after {
      position: absolute;
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: none;
      border-right: 20px solid transparent;
      border-bottom: 20px solid #FFF;
      border-left: 20px solid transparent;
      bottom: -31px;
      left: 50%;
      margin-left: -20px; }
/* line 379, scss/_modules.scss */
.management #memberDetails .member {
  display: none;
  padding: 20px 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.2); }
  /* line 384, scss/_modules.scss */
  .management #memberDetails .member h2 {
    margin-bottom: 0; }
    /* line 386, scss/_modules.scss */
    .management #memberDetails .member h2 em {
      font-size: 16px;
      font-style: italic;
      color: #666; }
  /* line 392, scss/_modules.scss */
  .management #memberDetails .member.active {
    display: block; }

/* ==========================================================================
	Awards
========================================================================== */
/* line 402, scss/_modules.scss */
.awards.landing .award {
  margin-bottom: 20px; }
  /* line 404, scss/_modules.scss */
  .awards.landing .award:nth-child(odd) {
    clear: both; }
  /* line 407, scss/_modules.scss */
  .awards.landing .award .pic {
    display: inline-block;
    vertical-align: top;
    width: 150px; }
  /* line 412, scss/_modules.scss */
  .awards.landing .award .details {
    display: inline-block;
    vertical-align: top;
    width: 305px;
    padding-left: 10px; }
    /* line 417, scss/_modules.scss */
    .awards.landing .award .details h3 {
      font-family: "PT Serif", serif;
      margin: 0;
      font-size: 14px;
      line-height: 16px;
      font-weight: normal; }
    /* line 424, scss/_modules.scss */
    .awards.landing .award .details p {
      font-family: "PT Sans", Helvetica, Arial, sans-serif;
      margin: 0;
      font-size: 12px;
      line-height: 120%; }
      /* line 429, scss/_modules.scss */
      .awards.landing .award .details p a {
        text-transform: uppercase;
        font-weight: bold;
        white-space: nowrap; }
    /* line 435, scss/_modules.scss */
    .awards.landing .award .details a {
      color: #205d90; }

/* line 2, scss/_forms.scss */
.typography .field {
  margin-bottom: 10px; }
/* line 5, scss/_forms.scss */
.typography fieldset {
  border: none;
  padding: 0;
  margin: 0; }
/* line 10, scss/_forms.scss */
.typography label {
  font-size: 14px;
  line-height: 1.5em; }
  /* line 13, scss/_forms.scss */
  .typography label.left {
    font-weight: bold; }
/* line 17, scss/_forms.scss */
.typography input[type="text"], .typography .filter-form select[type="text"], .typography input[type="password"], .typography .filter-form select[type="password"], .typography input[type="email"], .typography .filter-form select[type="email"], .typography input[type="tel"], .typography .filter-form select[type="tel"], .typography select {
  background: #f0f0f0;
  border: 1px solid #c7c7c7;
  color: #393939;
  width: 100%;
  height: 30px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 1em;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
/* line 34, scss/_forms.scss */
.typography input[type="text"]:hover, .typography .filter-form select[type="text"]:hover, .typography input[type="text"]:focus, .typography .filter-form select[type="text"]:focus, .typography input[type="email"]:hover, .typography .filter-form select[type="email"]:hover, .typography input[type="email"]:focus, .typography .filter-form select[type="email"]:focus, .typography input[type="password"]:hover, .typography .filter-form select[type="password"]:hover, .typography input[type="password"]:focus, .typography .filter-form select[type="password"]:focus, .typography input[type="tel"]:hover, .typography .filter-form select[type="tel"]:hover, .typography input[type="tel"]:focus, .typography .filter-form select[type="tel"]:focus {
  border: 1px solid #1d6e88; }
/* line 37, scss/_forms.scss */
.typography input[readonly], .typography .filter-form select[readonly] {
  opacity: 0.5; }
/* line 40, scss/_forms.scss */
.typography input[readonly]:hover, .typography .filter-form select[readonly]:hover {
  border: 1px solid #c7c7c7; }
/* line 43, scss/_forms.scss */
.typography textarea {
  background: #f0f0f0;
  color: #393939;
  width: 100%;
  min-height: 100px;
  border: 1px solid #c7c7c7;
  padding: 10px;
  text-indent: 0;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 1em;
  box-sizing: border-box; }
  /* line 58, scss/_forms.scss */
  .typography textarea:hover, .typography textarea:focus {
    border: 1px solid #1d6e88; }
/* line 62, scss/_forms.scss */
.typography ul.optionset {
  list-style-type: none;
  padding-left: 15px;
  margin-left: 0; }
  /* line 66, scss/_forms.scss */
  .typography ul.optionset li {
    padding-left: 0;
    background: none; }
    /* line 69, scss/_forms.scss */
    .typography ul.optionset li label {
      margin-left: 5px; }
/* line 74, scss/_forms.scss */
.typography .checkbox {
  padding-left: 15px; }
  /* line 76, scss/_forms.scss */
  .typography .checkbox label.right {
    margin-left: 5px; }
/* line 81, scss/_forms.scss */
.typography .Actions input, .typography .Actions .filter-form select {
  float: right;
  text-indent: 0;
  margin: 0 0 15px 10px;
  padding: 5px 20px; }
/* line 88, scss/_forms.scss */
.typography .filter-form .Actions select {
  float: right;
  text-indent: 0;
  margin: 0 0 15px 10px;
  padding: 5px 20px; }
/* line 94, scss/_forms.scss */
.typography input[type="submit"], .typography .filter-form select[type="submit"] {
  background-color: #205d90;
  color: white;
  height: 30px;
  border: none;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  cursor: pointer; }
/* line 106, scss/_forms.scss */
.typography input[type="submit"]:hover, .typography .filter-form select[type="submit"]:hover, .typography input[type="submit"]:focus, .typography .filter-form select[type="submit"]:focus {
  background-color: #000; }
/* line 109, scss/_forms.scss */
.typography input[type="reset"], .typography .filter-form select[type="reset"] {
  background-color: #a6c0d3;
  color: #a61f4d;
  height: 30px;
  border: none;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
/* line 120, scss/_forms.scss */
.typography input[type="reset"]:hover, .typography .filter-form select[type="reset"]:hover, .typography input[type="reset"]:focus, .typography .filter-form select[type="reset"]:focus {
  background-color: #a61f4d; }
/* line 123, scss/_forms.scss */
.typography .placeholder, .typography ::-webkit-input-placeholder, .typography ::-moz-placeholder, .typography :-ms-input-placeholder, .typography input:-moz-placeholder, .typography .filter-form select:-moz-placeholder {
  color: #868686;
  text-transform: none; }
/* line 127, scss/_forms.scss */
.typography .mollom-captcha {
  margin-top: 10px; }
/* line 131, scss/_forms.scss */
.typography .requiredField input.required, .typography .requiredField .filter-form select.required {
  border: 1px solid #656565; }
/* line 135, scss/_forms.scss */
.typography .filter-form .requiredField select.required {
  border: 1px solid #656565; }
/* line 139, scss/_forms.scss */
.typography .requiredField label.required, .typography .requiredField span.required {
  color: red;
  font-weight: bold; }
/* line 144, scss/_forms.scss */
.typography#subscription-form label {
  color: #c7c7c7;
  font-size: 12px; }

/* line 7, scss/dalpos.scss */
.typography {
  /* CSS Document */ }
  /* line 7, scss/_typography.scss */
  .typography h1, .typography h2, .typography h3, .typography h4 {
    font-weight: 400; }
  /* line 10, scss/_typography.scss */
  .typography h3, .typography h4 {
    font-size: 18px;
    line-height: 1.22; }
  /* line 14, scss/_typography.scss */
  .typography h1, .typography h5 {
    color: #585859; }
  /* line 17, scss/_typography.scss */
  .typography h2, .typography h6 {
    color: #205d90; }
  /* line 20, scss/_typography.scss */
  .typography h5, .typography h6 {
    font-weight: bold; }
  /* line 23, scss/_typography.scss */
  .typography h1 {
    margin: 20px 0 10px;
    font-size: 30px;
    line-height: 1.07;
    color: #205d90; }
  /* line 29, scss/_typography.scss */
  .typography h2 {
    font-weight: normal;
    color: #205d90;
    font-size: 26px;
    line-height: 150%;
    margin: 20px 0 10px;
    font-variant: small-caps; }
  /* line 37, scss/_typography.scss */
  .typography h3 {
    margin: 20px 0 10px;
    font-size: 20px;
    color: #205d90; }
  /* line 42, scss/_typography.scss */
  .typography h4 {
    padding-bottom: 3px;
    margin: 20px 0 10px;
    font-size: 16px;
    color: #205d90;
    border-bottom: 1px solid #205d90;
    text-transform: none;
    letter-spacing: 0; }
  /* line 51, scss/_typography.scss */
  .typography h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.19; }
  /* line 56, scss/_typography.scss */
  .typography h6 {
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.21; }
  /* line 61, scss/_typography.scss */
  .typography p, .typography li {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px; }
  /* line 68, scss/_typography.scss */
  .typography blockquote {
    font-variant: small-caps; }
  /* line 73, scss/_typography.scss */
  .typography ul {
    list-style: square;
    padding-left: 20px;
    margin-left: 20px; }
  /* line 78, scss/_typography.scss */
  .typography ol {
    list-style: decimal;
    padding-left: 20px;
    margin-left: 20px; }
  /* line 83, scss/_typography.scss */
  .typography > ul {
    padding: 0 0 15px 12px; }
  /* line 86, scss/_typography.scss */
  .typography li {
    padding-left: 0;
    margin-bottom: 4px; }
  /* line 91, scss/_typography.scss */
  .typography > ul > li + li, .typography > ol > li + li {
    margin-top: 10px; }
  /* line 95, scss/_typography.scss */
  .typography ul ul, .typography ol ol {
    margin: 10px 0; }
  /* line 98, scss/_typography.scss */
  .typography ul ul li + li, .typography ol ol li + li {
    margin-top: 10px; }
  /* line 101, scss/_typography.scss */
  .typography img {
    max-width: 100%;
    height: auto; }
    /* line 104, scss/_typography.scss */
    .typography img.right {
      float: right;
      margin: 0 0 1.25em 1.25em; }
    /* line 108, scss/_typography.scss */
    .typography img.left {
      float: left;
      margin: 0 1.25em 1.25em 0; }
    /* line 112, scss/_typography.scss */
    .typography img.center {
      float: none;
      margin: 0 auto 1.25em;
      margin-right: auto;
      display: block;
      clear: both; }
    /* line 119, scss/_typography.scss */
    .typography img.leftAlone {
      display: block; }
  /* line 123, scss/_typography.scss */
  .typography .captionImage {
    text-align: center;
    font-style: italic; }
    /* line 127, scss/_typography.scss */
    .typography .captionImage img {
      float: none;
      margin: 0; }
    /* line 131, scss/_typography.scss */
    .typography .captionImage .caption {
      font-size: 12px;
      line-height: 16px;
      padding: 10px;
      margin: 0; }
    /* line 137, scss/_typography.scss */
    .typography .captionImage.right {
      float: right;
      margin-left: 1.25em;
      clear: right; }
    /* line 142, scss/_typography.scss */
    .typography .captionImage.left {
      float: left;
      margin-right: 1.25em;
      clear: left; }
    /* line 147, scss/_typography.scss */
    .typography .captionImage.leftAlone {
      clear: left; }
    /* line 150, scss/_typography.scss */
    .typography .captionImage.center {
      clear: both;
      margin: 0 auto 1.25em; }
    /* line 154, scss/_typography.scss */
    .typography .captionImage.research img {
      width: 100%;
      height: auto; }
  /* line 159, scss/_typography.scss */
  .typography a {
    color: #0d273d; }
    /* line 161, scss/_typography.scss */
    .typography a.btn {
      background: #205d90;
      padding: 4px 8px; }
      /* line 164, scss/_typography.scss */
      .typography a.btn:hover {
        text-decoration: none;
        background: #d4db38; }
      /* line 168, scss/_typography.scss */
      .typography a.btn.btn-red {
        background: #cb866b; }
        /* line 170, scss/_typography.scss */
        .typography a.btn.btn-red:hover {
          background: #9a5236; }
  /* line 176, scss/_typography.scss */
  .typography .styled-table {
    border-collapse: collapse;
    margin-bottom: 20px; }
    /* line 179, scss/_typography.scss */
    .typography .styled-table td, .typography .styled-table th {
      padding: 5px;
      vertical-align: top;
      text-align: left;
      border: 1px solid #DDD; }
    /* line 185, scss/_typography.scss */
    .typography .styled-table thead th {
      background: #205d90;
      color: #FFF; }
    /* line 190, scss/_typography.scss */
    .typography .styled-table tbody th {
      font-weight: bold;
      width: 25%; }
    /* line 194, scss/_typography.scss */
    .typography .styled-table tbody tr:nth-child(odd) {
      background: #FCFCFC; }
    /* line 198, scss/_typography.scss */
    .typography .styled-table.full {
      width: 100%; }
    /* line 201, scss/_typography.scss */
    .typography .styled-table table {
      width: auto !important; }
      /* line 203, scss/_typography.scss */
      .typography .styled-table table td, .typography .styled-table table th {
        padding: inherit;
        border: none; }
      /* line 207, scss/_typography.scss */
      .typography .styled-table table tbody th {
        font-weight: inherit; }
      /* line 210, scss/_typography.scss */
      .typography .styled-table table tr:nth-child(odd) {
        background: inherit; }


/* com */
#comIn{ opacity:0; background:#205d90; width:40px; height:40px; border-radius:50%; box-shadow:0 0 20px rgba(0,0,0,.5); position:fixed; right:20px; bottom:20px; line-height:40px; text-align:center; font-size:24px; font-weight:bold; color:#fff; cursor:pointer; transition:all .3s; }
#comIn:hover{ transform:scale(1.2); }
#com{ display:none; background:#fff; border-top:4px solid #205d90; width:100%; max-width:500px; padding:15px 30px; position:fixed; bottom:0; right:0; z-index:100; max-height:100vh; overflow-y:auto; box-shadow:0 0 40px rgba(0,0,0,.5); }
#com p{ color:#000; font-size:15px; margin:15px 0; font-family:"PT Serif", serif; }
#com p:first-of-type{ font-size:18px; }
#com ul{ padding:0 0 0 30px; }
#com ul li{ color:#000; font-size:15px; font-family:"PT Serif", serif; }
#com .close{ width:16px; height:16px; position:absolute; top:15px; right:15px; cursor:pointer; transition:all .3s; background:url('../img/ico-remove.svg') no-repeat center; background-size:20px auto; }
#com .close:hover{ transform:scale(1.2); }