@charset "UTF-8";
@font-face {
  font-family: "Maven";
  src: url("/fonts/maven-100.eot");
  src: url("/fonts/maven-100.eot#iefix") format("embedded-opentype"), url("/fonts/maven-100.woff") format("woff"), url("/fonts/maven-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Maven";
  src: url("/fonts/maven-200.eot");
  src: url("/fonts/maven-200.eot#iefix") format("embedded-opentype"), url("/fonts/maven-200.woff") format("woff"), url("/fonts/maven-200.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "Maven";
  src: url("/fonts/maven-300.eot");
  src: url("/fonts/maven-300.eot#iefix") format("embedded-opentype"), url("/fonts/maven-300.woff") format("woff"), url("/fonts/maven-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Maven";
  src: url("/fonts/maven-400.eot");
  src: url("/fonts/maven-400.eot#iefix") format("embedded-opentype"), url("/fonts/maven-400.woff") format("woff"), url("/fonts/maven-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Maven";
  src: url("/fonts/maven-500.eot");
  src: url("/fonts/maven-500.eot#iefix") format("embedded-opentype"), url("/fonts/maven-500.woff") format("woff"), url("/fonts/maven-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Maven";
  src: url("/fonts/maven-600.eot");
  src: url("/fonts/maven-600.eot#iefix") format("embedded-opentype"), url("/fonts/maven-600.woff") format("woff"), url("/fonts/maven-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Maven";
  src: url("/fonts/maven-700.eot");
  src: url("/fonts/maven-700.eot#iefix") format("embedded-opentype"), url("/fonts/maven-700.woff") format("woff"), url("/fonts/maven-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

body {
  font-family: Maven, Sans, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: #555555;
  background-color: #f4f5f8;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

img {
  max-width: 100%;
  vertical-align: middle; }

figure > img {
  display: block; }

figcaption {
  font-size: 13.125px; }

ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

a {
  color: #00bed5;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none; }
  a:hover {
    color: #2c343d; }

blockquote {
  color: #cccccc;
  border-left: 4px solid white;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

pre,
code {
  font-size: 14px;
  background-color: white; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

strong,
th {
  font-weight: 500; }

.wrapper {
  max-width: -webkit-calc(960px - (30px * 2));
  max-width: calc(960px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 960px) {
    .wrapper {
      max-width: -webkit-calc(960px - (30px));
      max-width: calc(960px - (30px)); } }
  .wrapper.fullwidth {
    max-width: 100%; }
    @media screen and (max-width: 960px) {
      .wrapper.fullwidth {
        max-width: 100%; } }
  @media screen and (max-width: 600px) {
    .wrapper {
      padding-right: 15px;
      padding-left: 15px; } }

.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #cccccc; }

.site-header {
  background: white; }
  @media screen and (max-width: 600px) {
    .site-header {
      min-height: 50px; } }
  .site-header .logo {
    display: block;
    float: left;
    height: 41px;
    margin-right: 15px;
    margin-top: 25.5px;
    position: relative;
    width: 138px; }
    .site-header .logo img {
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      height: 41px;
      left: 0;
      position: absolute;
      top: 0;
      width: 138px; }
    @media screen and (max-width: 600px) {
      .site-header .logo {
        height: 30px;
        margin-right: 10px;
        margin-top: 31px;
        width: 100px; }
        .site-header .logo img {
          width: 100px;
          height: 30px; } }
    .site-header .logo .basic {
      opacity: 1; }
    .site-header .logo .hover {
      opacity: 0; }
    .site-header .logo:hover .basic {
      opacity: 0; }
    .site-header .logo:hover .hover {
      opacity: 1; }
  .site-header .btn {
    cursor: pointer;
    width: auto;
    padding: 4px 7px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: white;
    border: 1px solid #00bed5;
    background: #00bed5;
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 29px; }
    .site-header .btn a {
      color: white; }
    .site-header .btn:hover {
      background: white;
      color: #00bed5; }
      .site-header .btn:hover a {
        color: #00bed5; }
  .site-header .alt-btn {
    cursor: pointer;
    width: auto;
    padding: 4px 7px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: white;
    border: 1px solid #00bed5;
    background: #00bed5;
    font-size: 14px;
    position: absolute;
    right: 120px;
    top: 29px; }
    .site-header .alt-btn a {
      color: white; }
    .site-header .alt-btn:hover {
      background: white;
      color: #00bed5; }
      .site-header .alt-btn:hover a {
        color: #00bed5; }
    @media screen and (max-width: 600px) {
      .site-header .alt-btn {
        display: none; } }

.navbar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  background: white;
  padding: 0; }
  .navbar .close_search {
    display: none; }
  .navbar.small .btn {
    top: 16px; }
    @media screen and (max-width: 600px) {
      .navbar.small .btn {
        display: none; } }
  .navbar.small .alt-btn {
    top: 16px; }
    @media screen and (max-width: 600px) {
      .navbar.small .alt-btn {
        display: none; } }
  .navbar.small .close_search {
    background-image: url(/images/close.png);
    background-size: 10px 10px;
    background-position: left center;
    background-repeat: no-repeat;
    color: white;
    display: block;
    padding-left: 15px;
    position: absolute;
    right: 30px;
    text-transform: uppercase;
    top: 10px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min-device-pixel-ratio: 1.5) {
      .navbar.small .close_search {
        background-image: url(/images/close@2x.png);
        background-size: 10px 10px; } }
    .navbar.small .close_search:hover {
      color: #2c343d; }

.std_nav {
  margin-top: 0;
  padding: 0 30px; }

.fixed_nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
  background: white;
  display: none;
  overflow: hidden;
  padding: 20px 30px;
  position: fixed;
  width: 100%;
  z-index: 2; }
  .fixed_nav h2 {
    color: #00bed5;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    width: 33%; }
  .fixed_nav ul {
    float: left;
    list-style-type: none;
    margin: 0;
    width: 33%; }
  .fixed_nav li {
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
    padding-left: 20px;
    text-transform: uppercase; }
    .fixed_nav li a {
      color: #2c343d;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      .fixed_nav li a:hover {
        color: #00bed5; }

.fixed_nav--back {
  background-image: url(/images/back.png);
  background-size: 7px 11px;
  background-position: 0 6px;
  background-repeat: no-repeat; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min-device-pixel-ratio: 1.5) {
    .fixed_nav--back {
      background-image: url(/images/back@2x.png);
      background-size: 7px 11px; } }

.fixed_nav--top {
  background-image: url(/images/up.png);
  background-size: 12px 7px;
  background-position: 0 8px;
  background-repeat: no-repeat; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min-device-pixel-ratio: 1.5) {
    .fixed_nav--top {
      background-image: url(/images/up@2x.png);
      background-size: 12px 7px; } }

.fixed_nav--search {
  background-image: url(/images/search_small.png);
  background-size: 14px 14px;
  background-position: 0 5px;
  background-repeat: no-repeat; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min-device-pixel-ratio: 1.5) {
    .fixed_nav--search {
      background-image: url(/images/search_small@2x.png);
      background-size: 14px 14px; } }

.search_bar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  z-index: 2; }
  .search_bar.fixed {
    position: fixed;
    top: 64px; }

@media screen and (max-width: 600px) {
  .fixed_nav--back,
  .fixed_nav--top {
    display: none !important; }

  .fixed_nav--search {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 30px; }

  .fixed_nav h2 {
    width: calc(100% - 30px) !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .fixed_nav ul {
    width: 14px; } }
@media screen and (max-width: 960px) {
  .fixed_nav--back,
  .fixed_nav--top,
  .fixed_nav--search {
    width: 20px;
    height: 20px; }
    .fixed_nav--back a,
    .fixed_nav--top a,
    .fixed_nav--search a {
      display: none; }

  .fixed_nav li {
    margin-right: 0;
    padding-left: 0; }
  .fixed_nav ul {
    width: 100px; }
  .fixed_nav h2 {
    width: 70%;
    text-align: left; } }
.site-title {
  display: inline-block;
  font-size: 36px;
  font-weight: 300;
  line-height: 90px;
  margin-bottom: 0; }
  @media screen and (max-width: 600px) {
    .site-title {
      font-size: 28px; } }

.site-footer {
  padding: 30px 0;
  background-image: url(/images/bg_footer.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min-device-pixel-ratio: 1.5) {
    .site-footer {
      background-image: url(/images/bg_footer@2x.jpg);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }
  .site-footer .logo {
    display: block;
    height: 28px;
    position: relative;
    width: 94px; }
    .site-footer .logo img {
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      left: 0;
      position: absolute;
      top: 0; }
    .site-footer .logo .basic {
      opacity: 1; }
    .site-footer .logo .hover {
      opacity: 0; }
    .site-footer .logo:hover .basic {
      opacity: 0; }
    .site-footer .logo:hover .hover {
      opacity: 1; }

.footer-heading {
  color: white;
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  color: white;
  font-size: 15px;
  line-height: 28px;
  margin-left: -15px; }
  .footer-col-wrapper a {
    color: white;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .footer-col-wrapper a:hover {
      color: #00bed5; }

.footer-col {
  float: left;
  padding-left: 15px; }
  .footer-col p {
    margin-bottom: 0;
    text-align: right; }

.footer-col-1,
.footer-col-2 {
  width: -webkit-calc(50% - (30px / 2));
  width: calc(50% - (30px / 2)); }

@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    margin-bottom: 15px;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); }
    .footer-col p {
      text-align: left; } }
.backlink a {
  cursor: pointer;
  width: auto;
  padding: 4px 7px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: white;
  color: #00bed5;
  border: 1px solid #00bed5;
  background: none;
  font-size: 14px; }
  .backlink a a {
    color: #00bed5; }
  .backlink a:hover {
    background: #00bed5;
    color: white; }
    .backlink a:hover a {
      color: white; }

.page-content {
  padding: 30px 0;
  min-height: calc(100vh - 60px - 88px - 90px); }

.page-heading {
  font-size: 20px; }

.post-list {
  list-style: none;
  margin-left: 0; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  color: #cccccc;
  font-size: 13.125px; }

.post-link {
  display: block;
  font-size: 24px; }

.post-title {
  font-size: 42px;
  font-weight: 300;
  line-height: 44px; }
  @media screen and (max-width: 960px) {
    .post-title {
      font-size: 36px;
      line-height: 38px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 38px;
    font-weight: 400;
    line-height: 40px; }
    @media screen and (max-width: 960px) {
      .post-content h2 {
        font-size: 32px;
        line-height: 34px; } }
  .post-content h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 34px; }
    @media screen and (max-width: 960px) {
      .post-content h3 {
        font-size: 26px;
        line-height: 28px; } }
  .post-content h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 30px; }
    @media screen and (max-width: 960px) {
      .post-content h4 {
        font-size: 22px;
        line-height: 24px; } }

.highlight {
  background: white; }
  .highlight .c {
    color: #999988;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #999988;
    font-style: italic; }
  .highlight .cp {
    color: #999999;
    font-weight: bold; }
  .highlight .c1 {
    color: #999988;
    font-style: italic; }
  .highlight .cs {
    color: #999999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: black;
    background-color: #ffdddd; }
  .highlight .gd .x {
    color: black;
    background-color: #ffaaaa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #aa0000; }
  .highlight .gh {
    color: #999999; }
  .highlight .gi {
    color: black;
    background-color: #ddffdd; }
  .highlight .gi .x {
    color: black;
    background-color: #aaffaa; }
  .highlight .go {
    color: #888888; }
  .highlight .gp {
    color: #555555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaaaaa; }
  .highlight .gt {
    color: #aa0000; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #445588;
    font-weight: bold; }
  .highlight .m {
    color: #009999; }
  .highlight .s {
    color: #dd1144; }
  .highlight .na {
    color: teal; }
  .highlight .nb {
    color: #0086b3; }
  .highlight .nc {
    color: #445588;
    font-weight: bold; }
  .highlight .no {
    color: teal; }
  .highlight .ni {
    color: purple; }
  .highlight .ne {
    color: #990000;
    font-weight: bold; }
  .highlight .nf {
    color: #990000;
    font-weight: bold; }
  .highlight .nn {
    color: #555555; }
  .highlight .nt {
    color: navy; }
  .highlight .nv {
    color: teal; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbbbbb; }
  .highlight .mf {
    color: #009999; }
  .highlight .mh {
    color: #009999; }
  .highlight .mi {
    color: #009999; }
  .highlight .mo {
    color: #009999; }
  .highlight .sb {
    color: #dd1144; }
  .highlight .sc {
    color: #dd1144; }
  .highlight .sd {
    color: #dd1144; }
  .highlight .s2 {
    color: #dd1144; }
  .highlight .se {
    color: #dd1144; }
  .highlight .sh {
    color: #dd1144; }
  .highlight .si {
    color: #dd1144; }
  .highlight .sx {
    color: #dd1144; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #dd1144; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999999; }
  .highlight .vc {
    color: teal; }
  .highlight .vg {
    color: teal; }
  .highlight .vi {
    color: teal; }
  .highlight .il {
    color: #009999; }

.home {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .home section {
    background: white;
    border-bottom: 2px solid #9daabc;
    position: relative;
    width: 23.5%;
    float: left;
    margin: 15px 2% 15px 0; }
    .home section:nth-child(4n) {
      margin-right: 0; }
    .home section .block {
      display: block;
      height: 100%;
      padding: 0 15px; }
    .home section h2 {
      padding: 15px;
      background: #9daabc;
      display: block;
      line-height: 24px;
      font-size: 22px;
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      -ms-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out; }
      .home section h2 a {
        color: white;
        display: block; }
      .home section h2:hover {
        background: #00bed5; }
    .home section ul {
      list-style-type: none;
      font-size: 13.125px; }
      .home section ul li {
        padding: 5px 0;
        position: relative;
        border-bottom: 1px solid #9daabc; }
        .home section ul li:last-child {
          border-bottom: none; }
        .home section ul li:before {
          content: " ";
          display: block;
          background: #9daabc;
          -webkit-transition: background 0.3s ease-in-out;
          -moz-transition: background 0.3s ease-in-out;
          -o-transition: background 0.3s ease-in-out;
          -ms-transition: background 0.3s ease-in-out;
          transition: background 0.3s ease-in-out;
          width: 8px;
          height: 8px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          border-radius: 4px;
          position: absolute;
          left: -24px;
          top: 13px; }
    .home section p {
      font-size: 13.125px; }
    .home section .btn {
      cursor: pointer;
      width: auto;
      padding: 4px 7px;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: white;
      color: #9daabc;
      border: 1px solid #9daabc;
      margin-bottom: 7.5px;
      display: inline-block;
      padding: 2px 7px; }
      .home section .btn a {
        color: #9daabc; }
      .home section .btn:hover {
        background: #9daabc;
        color: white; }
        .home section .btn:hover a {
          color: white; }
    .home section:hover {
      border-bottom-color: #00bed5; }
      .home section:hover h2 {
        background: #00bed5; }
      .home section:hover .btn {
        cursor: pointer;
        width: auto;
        padding: 4px 7px;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background: white;
        color: #00bed5;
        border: 1px solid #00bed5;
        padding: 2px 7px; }
        .home section:hover .btn a {
          color: #00bed5; }
        .home section:hover .btn:hover {
          background: #00bed5;
          color: white; }
          .home section:hover .btn:hover a {
            color: white; }
      .home section:hover li:before {
        background: #00bed5; }
  @media screen and (max-width: 1200px) {
    .home section {
      width: 32%;
      margin-right: 2%; }
      .home section:nth-child(3n) {
        margin-right: 0; }
      .home section:nth-child(3n + 1) {
        margin-right: 2%; }
      .home section:nth-child(3n + 2) {
        margin-right: 2%; } }
  @media screen and (max-width: 960px) {
    .home section {
      width: 48.5%;
      float: left;
      margin-right: 3%; }
      .home section:nth-child(even) {
        margin-right: 0; }
      .home section:nth-child(odd) {
        margin-right: 3%; } }
  @media screen and (max-width: 600px) {
    .home section {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 0 8% 0; }
      .home section:nth-child(odd) {
        margin: 0 0 8% 0; }
      .home section p, .home section ul {
        font-size: 15px;
        line-height: 22px; }
      .home section h2 {
        font-size: 24px;
        line-height: 28px; } }

.push_bottom {
  display: block;
  margin-top: auto; }

.wrapper > h3 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  margin: 30px 0 0 0;
  color: #2c343d; }
  @media screen and (max-width: 960px) {
    .wrapper > h3 {
      font-size: 24px;
      line-height: 24px;
      margin: 30px 0 0 0; } }

.post {
  padding: 0 0 0 50px; }
  .post.search_true {
    padding-top: 136px; }
  .post h1, .post h2, .post h3, .post h4 {
    padding-top: 75px;
    font-weight: 400;
    color: #00bed5;
    position: relative; }
    .post h1 span, .post h2 span, .post h3 span, .post h4 span {
      position: absolute;
      left: -70px;
      top: 75px;
      text-align: right;
      border-right: 1px solid black;
      color: #555555;
      padding-right: 10px;
      width: 50px;
      font-weight: 300; }
  .post h3.post-title, .post h4.post-title {
    font-weight: 300;
    margin-top: 0; }
  @media screen and (max-width: 600px) {
    .post h3, .post h4 {
      padding-top: 60px; }
      .post h3 span, .post h4 span {
        left: 0;
        top: 30px;
        padding-right: 0;
        width: auto;
        text-align: left;
        border-right: none; } }
  @media screen and (max-width: 600px) {
    .post {
      padding: 0; } }
  .post h3 + h4 {
    padding-top: 30px; }
    .post h3 + h4 span {
      top: 30px; }
    @media screen and (max-width: 600px) {
      .post h3 + h4 {
        padding-top: 60px; } }
  .post strong, .post h5 {
    color: #00bed5;
    font-weight: 500;
    font-size: 16px; }
  .post ol {
    margin-left: 0;
    padding: 15px 30px 15px 48px;
    background: white; }
    .post ol p {
      margin-bottom: 0; }
    .post ol li {
      padding: 5px 0;
      border-bottom: 1px solid #9daabc; }
      .post ol li:last-child {
        border-bottom: none; }
  @media screen and (max-width: 600px) {
    .post iframe {
      height: auto;
      width: 100%; } }
  .post table {
    background: white;
    padding: 10px 15px;
    overflow-x: scroll;
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 30px; }
    @media screen and (max-width: 600px) {
      .post table {
        font-size: 13px; } }
    .post table th {
      color: #00bed5; }
    .post table th,
    .post table td {
      text-align: left;
      border-bottom: 1px solid #9daabc;
      padding: 5px; }
    .post table tr:last-child td {
      border-bottom: none; }
  .post p,
  .post ul,
  .post ol,
  .post h1, .post h2, .post h3, .post h4,
  .post table,
  .post #toc-container,
  .post .partner_details {
    max-width: 800px;
    box-sizing: border-box; }
  .post pre {
    max-width: 800px;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    -moz-transition: all 0.5s ease-in-out 0.3s;
    -o-transition: all 0.5s ease-in-out 0.3s;
    -ms-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s; }
    .post pre:hover {
      max-width: 100%; }
  .post .partner_details {
    background: white;
    padding: 30px;
    font-size: 14px;
    margin-bottom: 30px; }
    @media screen and (max-width: 600px) {
      .post .partner_details {
        font-size: 13px; } }
  .post .partner_label {
    width: 150px;
    float: left;
    display: block;
    color: #637690;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: auto; }
  .post .partner_content {
    width: 590px;
    float: left;
    display: block;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .post .partner_content.nosub, .post .partner_content.nosub.active {
      cursor: default;
      color: #2c343d; }
      .post .partner_content.nosub:hover, .post .partner_content.nosub.active:hover {
        color: #2c343d; }
      .post .partner_content.nosub:after, .post .partner_content.nosub.active:after {
        display: none; }
    .post .partner_content:hover {
      color: #00bed5; }
      .post .partner_content:hover:after {
        color: #00bed5; }
    .post .partner_content:after {
      content: "‹";
      position: absolute;
      right: 5px;
      top: -5px;
      line-height: 30px;
      font-size: 30px;
      color: #9daabc;
      font-weight: 200;
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg); }
    .post .partner_content.active {
      font-weight: 500;
      color: #00bed5; }
      .post .partner_content.active:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 2px; }
  .post .partner_content_detailed {
    margin-left: 150px;
    padding-top: 10px;
    clear: left; }
    .post .partner_content_detailed ul, .post .partner_content_detailed ol {
      margin: 0 0 0 20px; }
  .post .partner_row {
    overflow: hidden;
    margin: 10px 0;
    padding: 20px 0 10px 0;
    border-top: 1px solid #9daabc; }
    .post .partner_row:first-child {
      border-top: none;
      margin-top: 0;
      padding-top: 0; }
    .post .partner_row:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .post .partner_row:only-child {
      border-top: none;
      margin: 0;
      padding: 0; }
  @media screen and (max-width: 960px) {
    .post .partner_content {
      width: calc(100% - 150px); }
    .post .partner_details {
      padding: 20px; } }
  @media screen and (max-width: 600px) {
    .post .partner_content {
      width: 100%; }
    .post .partner_content_detailed {
      margin-left: 0; } }

#toc-container {
  background: white;
  padding: 15px 30px;
  margin: 30px 0; }
  @media screen and (max-width: 600px) {
    #toc-container {
      padding: 10px; } }
  #toc-container h3 {
    margin: 15px 0;
    font-weight: 400;
    background: none;
    padding: 0;
    color: #00bed5; }
  #toc-container a {
    color: #2c343d;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    #toc-container a:hover {
      color: #00bed5; }
  #toc-container ul {
    list-style-type: none;
    margin-left: 28px;
    line-height: 19px; }
  #toc-container > ul {
    margin-left: 0;
    list-style-type: none; }
    #toc-container > ul .toc_level-1 {
      margin-bottom: 7.5px;
      margin-top: 7.5px;
      border-bottom: none;
      position: relative;
      padding-left: 28px; }
      #toc-container > ul .toc_level-1 .toctext span {
        width: 18px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        color: #00bed5;
        border-right: 1px solid #00bed5;
        text-align: left; }
      #toc-container > ul .toc_level-1 a {
        color: #00bed5;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        font-weight: 500; }
        #toc-container > ul .toc_level-1 a:hover {
          color: #2c343d; }
      #toc-container > ul .toc_level-1 ul {
        margin-left: 0; }
    #toc-container > ul .toc_level-2 {
      margin: 7.5px 0;
      padding-left: 35px;
      position: relative; }
      #toc-container > ul .toc_level-2 .toctext span {
        display: block;
        position: absolute;
        left: 1px;
        top: 0;
        border: none;
        color: #9daabc;
        min-width: 25px;
        margin-right: 4px;
        height: auto; }
      #toc-container > ul .toc_level-2 a {
        color: #2c343d;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        font-weight: 400; }
        #toc-container > ul .toc_level-2 a:hover {
          color: #00bed5; }
  #toc-container .toctext {
    display: block; }

.vid-content {
  width: 800px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 600px) {
    .vid-content {
      width: 95%; } }
  .vid-content .video {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 450px; }
    .vid-content .video iframe {
      width: 800px;
      height: 450px; }
      @media screen and (max-width: 600px) {
        .vid-content .video iframe {
          width: 95%; } }
    @media screen and (max-width: 600px) {
      .vid-content .video {
        width: 95%; } }
  .vid-content .text {
    padding-top: 50px;
    width: 800px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 600px) {
      .vid-content .text {
        width: 95%; } }
  .vid-content h1, .vid-content h2, .vid-content h3, .vid-content h4 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #00bed5; }
    @media screen and (max-width: 960px) {
      .vid-content h1, .vid-content h2, .vid-content h3, .vid-content h4 {
        font-size: 36px;
        line-height: 38px; } }

.bottomnav {
  background-color: white;
  padding: 20px;
  max-width: 800px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  border-bottom: 2px solid #9daabc;
  margin-top: 30px; }
  .bottomnav ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden; }
  .bottomnav li {
    width: 50%;
    list-style-type: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #555555;
    line-height: 50px; }
    .bottomnav li a {
      color: #00bed5;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      .bottomnav li a:hover {
        color: #555555; }
    .bottomnav li.tar {
      text-align: right; }
    .bottomnav li.next {
      text-align: right;
      position: relative;
      padding-right: 20px;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 50px; }
      .bottomnav li.next:after {
        content: "›";
        position: absolute;
        top: 12px;
        right: 0;
        font-size: 30px;
        line-height: 22px;
        font-weight: 300;
        color: #00bed5;
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        -ms-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
      .bottomnav li.next:hover:after {
        color: #555555; }
    .bottomnav li.prev {
      text-align: left;
      position: relative;
      padding-left: 20px;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 50px; }
      .bottomnav li.prev:after {
        content: "‹";
        position: absolute;
        top: 12px;
        left: 0;
        font-size: 30px;
        line-height: 22px;
        font-weight: 300;
        color: #00bed5;
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        -ms-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
      .bottomnav li.prev:hover:after {
        color: #555555; }
  .bottomnav.threes li {
    width: 33.33%;
    line-height: inherit; }
    .bottomnav.threes li.center {
      text-align: center; }
    .bottomnav.threes li.prev, .bottomnav.threes li.next {
      line-height: 50px; }
  @media screen and (max-width: 600px) {
    .bottomnav {
      padding: 10px 20px; }
      .bottomnav li, .bottomnav.threes li {
        width: 100%;
        float: none;
        text-align: center;
        line-height: inherit; }
        .bottomnav li br, .bottomnav.threes li br {
          display: none; }
        .bottomnav li.tar, .bottomnav.threes li.tar {
          text-align: center; }
        .bottomnav li.next, .bottomnav.threes li.next {
          text-align: center;
          margin-top: 10px;
          border-top: 1px solid #9daabc;
          padding-top: 10px;
          line-height: inherit; }
          .bottomnav li.next a, .bottomnav.threes li.next a {
            color: #00bed5;
            -webkit-transition: color 0.2s ease-in-out;
            -moz-transition: color 0.2s ease-in-out;
            -o-transition: color 0.2s ease-in-out;
            -ms-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out; }
            .bottomnav li.next a:hover, .bottomnav.threes li.next a:hover {
              color: #555555; }
          .bottomnav li.next:after, .bottomnav.threes li.next:after {
            top: 10px; }
        .bottomnav li.prev, .bottomnav.threes li.prev {
          text-align: center;
          margin-bottom: 10px;
          border-bottom: 1px solid #9daabc;
          padding-bottom: 10px;
          line-height: inherit; }
          .bottomnav li.prev a, .bottomnav.threes li.prev a {
            color: #00bed5;
            -webkit-transition: color 0.2s ease-in-out;
            -moz-transition: color 0.2s ease-in-out;
            -o-transition: color 0.2s ease-in-out;
            -ms-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out; }
            .bottomnav li.prev a:hover, .bottomnav.threes li.prev a:hover {
              color: #555555; }
          .bottomnav li.prev:after, .bottomnav.threes li.prev:after {
            top: 0; } }

.search-result {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border-bottom: 2px solid #9daabc;
  border-bottom: 2px solid #9daabc;
  margin-bottom: 15px;
  max-width: 800px;
  padding: 15px; }
  .search-result:last-of-type, .search-result:only-of-type {
    margin-bottom: 0; }
  .search-result h1 {
    color: #00bed5;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 10px; }
  .search-result h2 {
    color: #9daabc;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 0 7px 0;
    text-transform: uppercase; }
  .search-result p {
    font-size: 13px;
    line-height: 18px; }
    .search-result p:last-of-type, .search-result p:only-of-type {
      margin-bottom: 0; }
    .search-result p strong {
      color: #00bed5;
      font-weight: 500; }

.search_field {
  background-image: url(/images/search_large.png);
  background-size: 23px 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -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;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #9daabc;
  background-position: 30px 11px;
  background-repeat: no-repeat;
  border: none;
  color: white;
  font-family: Maven, Sans, sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  outline: none;
  padding: 15px 30px 15px 60px;
  width: 100%; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min-device-pixel-ratio: 1.5) {
    .search_field {
      background-image: url(/images/search_large@2x.png);
      background-size: 23px 23px; } }
  .search_field:focus {
    background-color: #00bed5; }

.btn_submit {
  left: -9999px;
  position: absolute; }

@media screen and (max-width: 600px) {
  .search-result {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 8% 0;
    width: 100%; }
    .search-result:nth-child(odd) {
      margin: 0 0 8% 0; }
    .search-result p, .search-result ul {
      font-size: 15px;
      line-height: 22px; }
    .search-result h2 {
      font-size: 15px; }
    .search-result h1 {
      font-size: 24px; } }
.post .special-partners-headline {
  padding-top: 15px; }
  .post .special-partners-headline span {
    top: 15px; }
.post .special-partner-list {
  list-style-type: none;
  margin-left: 0;
  overflow: hidden; }
.post .special-partner-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border-bottom: 2px solid #9daabc;
  float: left;
  margin-bottom: 3%;
  margin-right: 3%;
  padding: 15px;
  text-align: center;
  width: 31%; }
  .post .special-partner-item:nth-child(3n) {
    margin-right: 0; }
  .post .special-partner-item:hover {
    border-bottom-color: #00bed5; }
    .post .special-partner-item:hover a {
      color: #00bed5; }
  .post .special-partner-item img {
    height: auto;
    margin: 15px auto;
    width: 90%; }
  .post .special-partner-item a {
    -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;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #555555;
    display: block;
    font-weight: 500; }
    .post .special-partner-item a:hover {
      color: #00bed5; }
  @media screen and (max-width: 600px) {
    .post .special-partner-item {
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none;
      border-bottom-color: #00bed5;
      margin-right: 3%;
      width: 48.5%; }
      .post .special-partner-item:nth-child(3n) {
        margin-right: 3%; }
      .post .special-partner-item:nth-child(2n) {
        margin-right: 0; } }

.cookie-message {
  text-align: center;
  color: #0d102a;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #6fefff;
  background-color: #f5fdff; }

#CybotCookiebotDialog {
  padding-top: 15px !important;
  box-shadow: rgba(18, 18, 18, 0.18) 2px 2px 15px 2px !important;
  font-family: 'Maven' !important; }
  #CybotCookiebotDialog #CybotCookiebotDialogBody {
    max-width: 790px !important;
    font-family: 'Maven' !important; }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons {
    margin: 0 0 10px 6px !important; }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyContentTitle {
    font-family: 'Maven' !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #5A5A5A !important; }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText {
    font-family: 'Maven' !important;
    line-height: 18px !important;
    font-size: 13px !important;
    color: #707070 !important; }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept {
    font-family: 'Maven' !important;
    padding: 8px 5px 10px !important;
    border-radius: 4px !important;
    font-weight: 500 !important; }

#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept {
  font-weight: 600 !important;
  border: 2px solid #00bed5 !important;
  transition: all 0.3s ease-in !important; }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept:hover {
    color: #00bed5 !important;
    background: #fff !important; }

.CybotCookiebotDialogBodyButton {
  font-size: 11pt !important; }

#CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentTitle {
  font-family: 'Maven' !important; }

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink, #CybotCookiebotDialogBodyLevelDetailsButton {
  font-size: 10pt !important;
  margin-top: 12px !important; }

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentTitle {
  font-size: 18px !important;
  color: #4b577e !important;
  margin: 2px 0 12px; }

#CybotCookiebotDialogDetailBodyContent {
  border-bottom: none !important; }

.CybotCookiebotDialogDetailBodyContentCookieTypeTable thead td {
  border-bottom: none !important; }

.CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
  border-bottom: 1px solid #f5f5f5 !important; }

.CybotCookiebotDialogDetailBodyContentCookieTypeTable {
  border: 1px solid #f5f5f5 !important; }

#CybotCookiebotDialogDetailBody {
  margin-top: 10px !important; }

#CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails {
  font-size: 10px !important;
  color: #707070 !important; }

.CybotCookiebotDialogDetailBodyContentCookieTypeTable {
  margin: 12px 0 0 !important; }

#CybotCookiebotDialogBodyButtonDetails {
  font-family: 'Maven' !important; }
