/* RESET */
@import url(https://fonts.googleapis.com/css?family=Dosis:400,500,700,600&subset=latin,latin-ext);
ul,
menu,
li,
dl,
dd,
dt,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
body,
html,
p,
fieldset {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}
/* HTML5 */
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;
}
/* BASE */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* Typography */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
p {
  margin: 0;
  padding: 0 0 1em;
}
/* Lists */
ul,
ol {
  padding: 0 0 1em;
  margin: 0;
}
li {
  list-style-type: none;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0 0 1em;
}
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
/* Forms */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* Tables*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
::-moz-selection,
::selection {
  background: #ccc;
  color: #fff;
  text-shadow: none;
}
body {
  color: #6c837f;
  font-family: "dosis";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.8;
}
a {
  text-decoration: underline;
  color: #649ba7;
}
a:hover {
  text-decoration: none;
}
.cms-content ul li {
  padding: 0 0 0 45px;
  position: relative;
}
.cms-content ul li:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 17px;
  width: 15px;
  height: 2px;
  background: #649ba7;
}
h1,
.h1 {
  font-size: 40px;
  color: #649ba7;
  padding: 0;
  font-weight: 600;
}
@media (max-width: 560px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}
h2,
.h2 {
  font-size: 26px;
  padding: 0;
  font-weight: 600;
}
h3 {
  font-size: 20px;
  padding: 0px;
  font-weight: 700;
}
p {
  padding: 0 0 1.5em;
}
address {
  font-style: normal;
  padding: 0 0 1.5em;
}
.hero {
  text-align: center;
  position: relative;
  z-index: 10;
}
.hero > div {
  max-width: 1000px;
  margin: 0 auto;
  background: url('/images/background-image.jpg') center top no-repeat;
  background-size: cover;
  height: 200px;
  text-align: center;
  position: relative;
}
.hero > div:before,
.hero > div:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #b7c6cb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: -4px;
  margin-top: -20px;
  position: absolute;
  top: 344px;
  left: 50%;
}
.hero > div:before {
  margin-left: -22px;
}
.hero > div:after {
  margin-left: 14px;
}
.hero > div h1 {
  color: #343469;
  position: relative;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  padding: 45px 60px;
  background: #fff;
  display: inline-block;
  top: 130px;
  -webkit-box-shadow: 0 0 15px #999999;
  -moz-box-shadow: 0 0 15px #999999;
  box-shadow: 0 0 15px #999999;
}
.hero > div h1:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #dcdcce;
}
.hero > div h1:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #b7c6cb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: -4px;
  margin-top: -20px;
  position: absolute;
  left: 50%;
  top: 214px;
}
@media (max-width: 560px) {
  .hero > div {
    height: auto;
    background-size: cover;
  }
  .hero > div h1 {
    top: 0;
    padding: 20px;
    font-size: 30px;
    background: none;
    text-shadow: 0 0 4px #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .hero > div h1:before,
  .hero > div h1:after {
    display: none;
  }
  .hero > div:before,
  .hero > div:after {
    display: none;
  }
}
.homepage-lead {
  text-align: center;
}
.homepage-lead h1 {
  font-size: 50px;
}
.homepage-lead h1:after {
  display: block;
  content: "";
  background: #d5cfc2;
  width: 60px;
  height: 2px;
  margin: 10px auto 30px;
}
.homepage-lead p {
  line-height: 2.375;
}
@media (max-width: 560px) {
  .homepage-lead h1 {
    font-size: 30px;
  }
  .homepage-lead p {
    line-height: inherit;
  }
}
.container {
  max-width: 1000px;
  margin: 0 auto;
}
fieldset input,
fieldset textarea {
  background: #e2f1f5;
  border: 1px solid #e2f1f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
fieldset textarea {
  resize: none;
}
fieldset p {
  padding: 0 0 1em;
}
fieldset.person {
  *zoom: 1;
}
fieldset.person:before,
fieldset.person:after {
  display: table;
  content: "";
  line-height: 0;
}
fieldset.person:after {
  clear: both;
}
fieldset.person p {
  float: left;
  width: 32%;
  margin-right: 2%;
}
fieldset.person p:last-child {
  margin-right: 0;
}
fieldset.message {
  position: relative;
}
fieldset.message .req-info {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1em;
}
fieldset .alert {
  line-height: 1.3;
  padding-top: 10px;
  font-size: 13px;
  color: red;
  display: block;
}
fieldset.captcha {
  *zoom: 1;
}
fieldset.captcha:before,
fieldset.captcha:after {
  display: table;
  content: "";
  line-height: 0;
}
fieldset.captcha:after {
  clear: both;
}
fieldset.captcha img {
  float: left;
  margin-top: 38px;
}
fieldset.captcha div {
  display: none;
}
fieldset.captcha p,
fieldset.captcha div {
  margin-left: 250px;
}
.buttons {
  text-align: right;
  clear: both;
}
.buttons input {
  background: #27964c;
  color: #fff;
  border: 0;
  padding: 13px 35px;
  font-family: 'dosis', sans-serif;
  font-weight: 600;
  font-weight: 500;
  font-size: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
}
label {
  display: block;
  padding-bottom: 5px;
}
@media (max-width: 560px) {
  fieldset.person p {
    float: none;
    width: auto;
    margin-right: 0;
  }
  fieldset.message .req-info {
    position: static;
    padding-bottom: 20px;
    display: block;
  }
  fieldset.captcha img {
    float: none;
    margin-top: 0;
    margin-bottom: 15px;
  }
  fieldset.captcha p,
  fieldset.captcha div {
    margin-left: 0;
  }
  form {
    *zoom: 1;
  }
  form:before,
  form:after {
    display: table;
    content: "";
    line-height: 0;
  }
  form:after {
    clear: both;
  }
  .buttons {
    float: left;
    text-align: left;
  }
}
table {
  margin-bottom: 1em;
  max-width: 100%;
}
table td,
table th {
  border: 1px solid #ffffff;
  vertical-align: top;
  padding: 15px 20px;
}
table thead tr th {
  background: #c6d6da;
  text-align: center;
}
table tbody tr td {
  background: #e1f1f5;
  text-align: left;
}
@media (max-width: 560px) {
  table {
    width: 100%;
  }
  table td,
  table th {
    display: block;
  }
}
body {
  background-color: #1e2047;
  background-image: -moz-linear-gradient(top, #111432, #313266);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111432), to(#313266));
  background-image: -webkit-linear-gradient(top, #111432, #313266);
  background-image: -o-linear-gradient(top, #111432, #313266);
  background-image: linear-gradient(to bottom, #111432, #313266);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff111432', endColorstr='#ff313266', GradientType=0);
  padding: 40px;
}
@media (max-width:820px) {
  body {
    padding: 20px;
  }
}
@media (max-width: 560px) {
  body {
    padding: 10px;
  }
}
#header {
  position: relative;
  z-index: 30;
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
}
#header > div {
  padding: 0 50px;
  *zoom: 1;
}
#header > div:before,
#header > div:after {
  display: table;
  content: "";
  line-height: 0;
}
#header > div:after {
  clear: both;
}
#header > div #logo {
  height: 170px;
  width: 33%;
  float: left;
  display: inline-block;
  position: relative;
}
#header > div #logo img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 100%;
  max-height: 100%;
}
#header > div nav {
  width: 66%;
  float: right;
  text-align: right;
  font-family: 'dosis', sans-serif;
  font-weight: 600;
  font-weight: 500;
}
#header > div nav ul {
  padding: 0;
  line-height: 170px;
  margin: 0;
}
#header > div nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 45px;
  position: relative;
}
#header > div nav ul li a {
  display: block;
  color: #649ba7;
  text-decoration: none;
}
#header > div nav ul li.active a,
#header > div nav ul li a:hover {
  color: #343469;
}
#header > div nav ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #b7c6cb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: -4px;
  margin-top: -20px;
  position: absolute;
  width: 6px;
  height: 6px;
  margin: -2px -3px;
  top: 50%;
  left: -22px;
}
#header > div nav ul li:first-child:after {
  display: none;
}
#header > div nav ul li ul {
  display: none;
}
@media (max-width:820px) {
  #header > div {
    padding: 0 20px;
  }
  #header > div #logo {
    width: auto;
    display: block;
    float: none;
    height: 60px;
    margin-right: 80px;
  }
  #header > div #logo img {
    max-height: 70%;
  }
  #header > div #switch {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: block;
    position: relative;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #header > div #switch:before,
  #header > div #switch:after,
  #header > div #switch span {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 28px;
    height: 4px;
    margin: -2px 0 0 -14px;
    background: #cccccc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #header > div #switch:before {
    margin-top: -11px;
  }
  #header > div #switch:after {
    margin-top: 7px;
  }
  .has-menu #header > div #switch span {
    background-color: transparent;
  }
  .has-menu #header > div #switch:before,
  .has-menu #header > div #switch:after {
    margin-top: -2px;
  }
  .has-menu #header > div #switch:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .has-menu #header > div #switch:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header > div nav {
    width: 100%;
    float: none;
    display: none;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }
  #header > div nav ul {
    line-height: inherit;
  }
  #header > div nav ul li {
    display: block;
    margin: 0;
  }
  #header > div nav ul li a {
    padding: 10px;
  }
  #header > div nav ul li.active:after {
    display: none;
  }
}
@media (max-width: 560px) {
  #header > div {
    padding: 0 10px;
  }
}
.has-menu #header > div nav {
  display: block;
}
body > .main {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 0;
}
body > .main > * {
  position: relative;
  z-index: 5;
}
body > .main:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 310px;
  right: 0;
  content: "";
  background-color: #f5fafb;
  background-image: -moz-linear-gradient(top, #eef7f9, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eef7f9), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #eef7f9, #ffffff);
  background-image: -o-linear-gradient(top, #eef7f9, #ffffff);
  background-image: linear-gradient(to bottom, #eef7f9, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeef7f9', endColorstr='#ffffffff', GradientType=0);
}
body > .main .main-content {
  padding: 165px 55px 45px;
}
body > .main .main-content .main-content-in {
  *zoom: 1;
}
body > .main .main-content .main-content-in:before,
body > .main .main-content .main-content-in:after {
  display: table;
  content: "";
  line-height: 0;
}
body > .main .main-content .main-content-in:after {
  clear: both;
}
body > .main .col-left {
  width: 25%;
  float: left;
}
body > .main .col-left h2 {
  font-size: 40px;
  color: #649ba7;
  padding: 0;
  font-weight: 600;
}
@media (max-width: 560px) {
  body > .main .col-left h2 {
    font-size: 24px;
  }
}
body > .main .col-right {
  width: 100%;
}
body > .main .col-right h2 {
  font-size: 40px;
  color: #649ba7;
  padding: 0;
  font-weight: 600;
}
@media (max-width: 560px) {
  body > .main .col-right h2 {
    font-size: 24px;
  }
}
@media (max-width:820px) {
  body > .main .col-left,
  body > .main .col-right {
    width: auto;
    float: none;
  }
}
@media (max-width: 560px) {
  body > .main .main-content {
    padding: 20px;
  }
}
#footer {
  padding: 25px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500px;
  font-family: 'dosis', sans-serif;
  font-weight: 600;
  font-weight: 500;
}
#footer > div {
  max-width: 1000px;
  margin: 0 auto;
  *zoom: 1;
}
#footer > div:before,
#footer > div:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer > div:after {
  clear: both;
}
#footer > div .copy {
  float: left;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#footer > div nav {
  float: right;
}
#footer > div nav > * {
  vertical-align: middle;
}
#footer > div nav span {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  content: "";
  width: 8px;
  height: 8px;
  background: #b7c6cb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: -4px;
  margin-top: -20px;
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px;
  position: static;
}
#footer > div nav a {
  color: #649ba7;
}
@media (max-width: 560px) {
  #footer {
    padding: 10px 0;
  }
  #footer > div .copy,
  #footer > div nav {
    float: none;
    text-align: center;
  }
}
