@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 320px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection, ::selection {
  color: #fff;
  background: #25648e;
}

body, html {
  font-size: 22px;
  line-height: 1.4em;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.4em;
}

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

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

sup {
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
}

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.no-touch a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

.text-center {
  text-align: center;
}

#sapper {
  position: relative;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.bigfont {
  font-size: 1.1em;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 30.666%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.sidebar {
  width: 300px;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.sidebar-inn {
  width: 300px;
  position: fixed;
  height: 100%;
}

.logo-fix-outer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 140px;
  background: #f9f9f9;
  z-index: 1;
}

.site-type {
  background: #25648e;
  text-align: center;
  padding: 0 10px;
  line-height: 16px;
  color: #fff;
  height: 40px;
  overflow: hidden;
}

.logoutbar {
  background: #25648e;
  color: #ffffff;
  top: 0;
  left: 0;
  height: 40px;
  display: flex;
  justify-content: space-between;
}

.logoutbar a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  line-height: 40px;
  align-items: stretch;
  width: 100%;
  text-align: center;
}

.logoutbar a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.search-bar {
  padding: 8px 14px;
  display: flex;
  align-items: flex-start;
  background: #eee;
}

.search-bar .input {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 7px 4px;
  font-size: 0.6rem;
  margin-right: 8px;
  flex: 1;
}

.search-bar .button {
  position: relative;
  padding: 0px 4px;
  color: #fff;
  background-color: #e39f56;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.8rem;
  text-align: center;
}

.search-bar .button:hover {
  background-color: #25648e;
}

.logo {
  display: block;
  z-index: 3;
  padding: 10px;
  height: 100px;
  text-align: center;
}

.logo img {
  max-height: 100%;
  max-width: 100%;
}

.nav {
  margin-top: 228px;
  height: calc(100vh - 228px);
  overflow: auto;
  padding: 20px;
}

.translated-ltr .nav {
  margin-top: 210px;
}

.content {
  flex: 1;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-inn {
  flex: 1;
}

.content-inn>* {
  padding: 30px;
}

.banner {
  position: relative;
  background-color: #25648e;
  color: #fff;
}

.boxes>* {
  width: 31.33%;
  border: 1px solid #ddd;
  padding: 15px 20px 20px;
  border-top: 5px solid #97c1d7;
}

.editor .boxes>a {
  color: #444;
  text-decoration: none;
}

.editor .boxes>a:hover {
  color: #3b7275;
}

.boxes>*:nth-child(3n+2) {
  border-top-color: #dbbe7f;
}

.boxes>*:nth-child(3n+3) {
  border-top-color: #dc99a5;
}

.boxes>* i {
  font-size: 1.5em;
  display: block;
  color: #97c1d7;
}

.boxes>*:nth-child(3n+2) i {
  color: #dbbe7f;
}

.boxes>*:nth-child(3n+3) i {
  color: #dc99a5;
}

.footer {
  position: relative;
  background-color: #eee;
  font-size: 0.9em;
  width: 100%;
  padding: 15px;
}

h1 {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 400;
}

h2 {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #25648e;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 8px;
}

h4 {
  font-size: 1.1em;
  margin-bottom: 8px;
}

h2:not(:first-child) {
  margin-top: 15px;
}

h3:not(:first-child), h4:not(:first-child) {
  margin-top: 8px;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child {
  margin-bottom: 0;
}

h5 {
  font-size: 1.1em;
  margin: 25px 0 10px;
}

h6 {
  font-size: 1em;
  margin: 8px 0;
}

.editor ul {
  margin: 8px 0 16px 5px;
}

.editor ul li {
  background: url(dot.svg) 0 8px no-repeat;
  background-size: 6px;
  padding: 0 0 0 17px;
  margin-bottom: 8px;
  display: block;
}

.editor ul li li {
  margin-left: 15px;
  background-image: url(dot2.svg);
}

.editor ol {
  margin: 8px 0 20px 10px;
}

.editor ol li {
  padding: 0;
  margin-bottom: 8px;
  list-style-type: decimal;
  margin-left: 15px;
}

.editor ol ul li {
  padding-left: 13px;
}

.editor ul ol li {
  display: list-item;
  background: none;
}

.editor ul ul, .editor ol ol, .editor ul ol, .editor ol ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.editor table {
  margin: 10px 0;
  font-size: 0.9em;
  color: #333;
  background: #fff;
}

.editor table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: #25648e;
  border: 1px solid #cbdbe6;
  color: #ffffff;
}

.editor table td {
  padding: 5px;
  text-align: left;
  border: 1px solid #cbdbe6;
}

.editor table tr:nth-child(2n+1) td {
  background-color: #f2f8fd;
}

.editor table td.no-border {
  border: none;
}

.editor table a {
  word-break: break-word;
}

.editor a {
  color: #25648e;
  text-decoration: underline;
  cursor: pointer;
}

.editor a:hover {
  color: #dc8d53;
  text-decoration: none;
}

.editor table th a {
  color: #cbdbe6;
}

.editor table th a:hover {
  color: #fff;
}

.editor p:not(:last-child) {
  margin-bottom: 15px;
}

.editor hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 40px 0;
  border: 0px;
  border-top: 2px solid #f3f6fc;
}

.editor .btn a, .btn a {
  position: relative;
  padding: 10px 20px;
  margin-top: 15px;
  background-color: #e39f56;
  color: #111;
  display: inline-block;
  text-decoration: none;
  border-radius: 25px;
}

.editor .btn a:hover, .btn a:hover {
  background-color: #25648e;
  color: #fff;
}

.editor .btn a:not(:last-child) {
  margin-right: 10px;
}

.editor .leftimg {
  float: left;
  margin: 0px 40px 10px 0;
  max-width: 30%;
  position: relative;
  z-index: 3;
}

.editor .rightimg {
  float: right;
  margin: 0px 0px 10px 40px;
  max-width: 30%;
}

.rightimg img, .leftimg img {
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.banner h2, .banner a {
  color: #fff;
}

.banner table a {
  color: #25648e;
}

.editor .GoogleTranslateLink {
  margin: 5px;
  font-size: 0.9rem;
}

.editor .GoogleTranslateLink li {
  background: none;
  padding: 0;
  margin-bottom: 0;
  display: block;
}

.editor .GoogleTranslateLink a {
  padding: 0 10px;
  color: #444;
  line-height: 34px;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 4px;
  font-weight: 700;
}

.editor .GoogleTranslateLink a:hover, html:not(.translated-ltr) .editor .GoogleTranslateLink li:first-child a, html.translated-ltr .editor .GoogleTranslateLink li:last-child a {
  background-color: #eee;
  color: #25648e;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.editor iframe {
  width: 100%;
  height: 600px;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none;
}

body {
  top: 0 !important;
}

/* Navigation */

.menu>li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.menu li {
  position: relative;
}

.menu li a {
  position: relative;
  color: #444;
  line-height: 1.3;
  padding: 8px 0px;
  margin-right: 40px;
  display: block;
}

.menu li li a {
  font-weight: 400;
  line-height: 1.2;
}

.menu ul {
  padding: 0;
  font-size: 0.9em;
  margin-left: 10px;
}

.menu>li.active>a, .menu>li:hover>a {
  color: #25648e;
}

.menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu li.active li.active>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a {
  color: #25648e;
}

.menu li .droparrow {
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.02);
}

.menu li .droparrow:after, .menu li .droparrow:before {
  top: 50%;
  content: " ";
  height: 2px;
  width: 10px;
  position: absolute;
  background-color: #333;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.menu li .droparrow:after {
  right: 12px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu li .droparrow:before {
  left: 12px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu li .droparrow.open:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu li .droparrow.open:before {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-trigger {
  display: none;
}

@media screen and (max-width: 1023px) {
  body, html {
    font-size: 20px;
  }

  #sapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidebar, .sidebar-inn {
    width: 100%;
    height: inherit;
  }

  .logo-fix-outer {
    width: 100%;
    height: inherit;
    position: relative;
  }

  .logo {
    padding: 7px;
    width: 220px;
    height: 80px;
    margin-left: 0;
  }

  .sidebar-inn {
    position: relative;
    height: inherit;
    overflow: inherit;
  }

  .editor iframe {
    height: 450px;
  }

  .nav {
    display: none;
    position: absolute;
    top: 60px;
    right: 15px;
    width: 280px;
    margin: 0;
    z-index: 5;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    height: auto;
    padding: 0px;
  }

  .translated-ltr .nav {
    margin-top: 0;
  }

  .menu, .nav.showMobiNav {
    display: block;
  }

  .menu li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  #menu-trigger {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    cursor: pointer;
    background-color: #25648e;
    right: 20px;
    top: 20px;
    z-index: 1;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 26px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #menu-trigger span {
    top: 50%;
    margin: -1px auto auto;
    display: block;
    font-size: 0px;
  }

  #menu-trigger span:after {
    top: 7px;
    content: "";
  }

  #menu-trigger span:before {
    top: -7px;
    content: "";
  }

  .showMobiNav#menu-trigger span {
    background-color: transparent;
  }

  .showMobiNav#menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    left: 0;
  }

  .showMobiNav#menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  body, html {
    font-size: 19px;
  }

  .editor .GoogleTranslateLink {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .content-inn>*, .boxes>* {
    padding: 15px;
  }

  .logo {
    padding: 5px;
  }

  .boxes>* {
    width: 100%;
    margin-bottom: 10px;
  }

  .editor hr {
    margin: 20px 0;
  }

  .twocolumn {
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit;
  }

  .col12, .col23, .col13 {
    width: 100%;
  }

  .col12+*, .col13+*, .col23+* {
    margin-top: 15px;
  }

  .editor iframe {
    height: 270px;
  }
}

@media print {
  .sidebar, .GoogleTranslateLink {
    display: none;
  }
}