@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Proza+Libre:wght@500;600&display=swap");
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: #406ab0;
}
body,
html {
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Poppins", 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: 500;
  font-family: "Proza Libre", sans-serif;
}
strong {
  font-weight: 600;
}
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;
}
.redcolor {
  color: #c51d26;
}
main {
  flex: 1 0 auto;
}
.no-touch a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}
.text-center {
  text-align: center;
}
.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 94%;
  max-width: 1200px;
  z-index: 1;
}
#sapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.smallwrap {
  margin: 0 auto;
  max-width: 900px;
}
.bigfont {
  font-size: 1.1em;
  letter-spacing: 0.5px;
  line-height: 1.6;
}
.uppercase {
  text-transform: uppercase;
}
.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%;
}
.col14 {
  width: 23%;
}
.col40 {
  width: 40%;
}
.col60 {
  width: 60%;
}
.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;
}
.spaceBottom {
  position: relative;
  padding-bottom: 50px;
}
.spaceTop {
  position: relative;
  padding-top: 50px;
}
.editor.title h2 {
  font-size: 1.8em;
  margin-top: 0;
}
.header {
  position: relative;
  width: 100%;
  z-index: 11;
  background-color: #fff;
  border-bottom: 6px solid #406ab0;
}
.header .container {
  padding: 15px 0px;
}
.header a {
  color: #444;
}
.header i {
  margin-right: 10px;
  font-size: 14px;
}
.logo {
  font-size: 1.7em;
}
.logo img {
  width: 32px;
  display: block;
  margin: auto auto 10px;
}
.header .phone {
  order: -1;
  width: 220px;
}
.header .phone,
.header .location {
  font-size: 0.9em;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.banner:after,
.videoWrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.3;
}
.mainWrap {
  position: relative;
}
.welcomeWrap {
  margin-top: -50px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.boxes {
  position: relative;
}
.editor .boxes > a,
.editor .boxes > article {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 20px;
  color: #444;
}
.editor.boxes h3 {
  padding-top: 10px;
}
.boxIcon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  background-color: #f1a417;
  padding: 15px;
}
.boxIcon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.textWrapper a {
  padding: 5px 10px;
  border: 1px solid #406ab0;
  display: inline-block;
  font-weight: 500;
}
.textWrapper a:hover {
  border-color: #f1a417;
}
.eventWrap .videoimg:after,
.eventWrap .videoimg a,
.eventWrap .videoimg a:after,
.eventWrap .videoimg a:before,
.mainWrap:after,
.textWrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.eventWrap {
  /* background: linear-gradient(rgba(64, 106, 176, 1), rgba(64, 106, 176, 1)) left /
        50% no-repeat,
      url(//dwscbcy9jc8hm.cloudfront.net/sites/237/comfy/cms/files/15297/files/original/quote_aside.jpg)
        right / 50% no-repeat;
    background-size: 50% 100% !important; */
  color: #fff;
  position: relative;
  background: url(//dwscbcy9jc8hm.cloudfront.net/sites/237/comfy/cms/files/15297/files/original/quote_aside.jpg)
    no-repeat;
}
.eventWrap:after {
  content: "";
  position: absolute; /* background: url(//dwscbcy9jc8hm.cloudfront.net/sites/237/comfy/cms/files/15297/files/original/quote_aside.jpg)
      no-repeat; */
  background: linear-gradient(rgba(64, 106, 176, 1), rgba(64, 106, 176, 1)) left /
    50% no-repeat;
  top: 0;
  bottom: 0;
  width: 50%;
  bottom: 0;
  z-index: 0;
  background-size: cover;
}
.eventWrap .videoimg {
  position: relative;
}
.eventWrap .videoimg a {
  background-color: rgba(15, 81, 159, 0.4);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  z-index: 1;
}
.eventWrap .videoimg a:after {
  background-color: #406ab0;
  z-index: 0;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  border-radius: 50%;
  z-index: -1;
}
.eventWrap .videoimg a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 22px;
  border-color: transparent transparent transparent #fff;
}
.events .glEvent {
  display: flex;
  margin: 5px 0;
  align-items: center;
}
.events .glEventDate {
  width: 90px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  padding: 5px;
  text-align: center;
}
.events .glEventTitle {
  flex-grow: 1;
}
.eventWrap .btn a {
  border: 1px solid #fff;
}
.mainWrap:after,
.textWrap:after {
  background: url(welcome_bg.png) right center no-repeat;
  z-index: -1;
  background-size: contain;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}
.factsWrap article {
  flex: 1;
  padding: 20px;
  margin: 0 10px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.07);
}
.factsWrap article i {
  border-radius: 50%;
  width: 68px;
  height: 68px;
  display: block;
  margin: auto;
  color: #406ab0;
  font-size: 19px;
  padding: 15px;
  background-color: rgba(64, 106, 176, 0.05);
  margin-bottom: 15px;
}
.factsWrap.editor h3 {
  color: #333;
  margin-bottom: 10px;
}

/* .factsWrap article:not(:last-child) {
  border-right: 1px solid #ddd;
} */
.footer {
  position: relative;
  border-top: 1px solid #ddd;
  line-height: 1.5em;
}
.footer > div {
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer .copyright {
  border-top: 1px solid #ddd;
  font-size: 0.9em;
}
.footer .copyright span {
  padding: 0 10px;
}
.footer .flogo {
  font-size: 1.7em;
  margin-right: 30px;
}
.footer.editor .addressText {
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.footer.editor .social {
  font-size: 10px;
  line-height: 1;
  padding: 10px;
  border-radius: 50%;
  background-color: #5d97da;
}
h1 {
  font-size: 1.8em;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.editor h2 {
  font-size: 1.5em;
  line-height: 1.2;
  margin: 15px 0;
}
.editor h3 {
  font-size: 1.25em;
  margin: 15px 0;
  color: #406ab0;
}
.editor h4 {
  font-size: 1.15em;
  margin: 15px 0;
}
.editor h5 {
  font-size: 1.1em;
  margin: 25px 0 10px;
}
.editor h6 {
  font-size: 1em;
  margin: 15px 0;
}
.editor ul {
  margin: 20px 0 20px 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;
}
.editor ol {
  margin: 20px 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 ol ul {
  margin-top: 10px;
}
.editor table {
  margin: 10px 0 10px 0;
  font-size: 0.9em;
  color: #333;
  background: #fff;
}
.editor table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: #406ab0;
  border: 1px solid #cbd9ef;
  color: #ffffff;
}
.editor table td {
  padding: 5px;
  text-align: left;
  border: 1px solid #cbd9ef;
}
.editor table tr:nth-child(2n + 1) td {
  background-color: #e7ecf6;
}
.editor table td.no-border {
  border: none;
}
.editor table a {
  word-break: break-word;
}
.editor a {
  color: #406ab0;
  text-decoration: none;
  cursor: pointer;
}
.editor a:hover {
  color: #f1a417;
  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 blockquote {
  position: relative;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.08);
  font-size: 1.2em;
  letter-spacing: 0.5px;
  margin: 30px auto;
  padding: 15px 20px 20px;
  max-width: 900px;
  text-align: center;
  clear: both;
  font-weight: 500;
}
.editor blockquote.full {
  max-width: inherit;
}
.editor blockquote:before {
  display: block;
  margin: 0 auto 10px;
  content: "\f131";
  font-family: beehivelyicons;
  font-size: 34px;
  width: 50px;
  line-height: 1;
  text-align: center;
  color: #f1a417;
}
.editor blockquote cite {
  display: block;
  padding-top: 15px;
  font-size: 1.1rem;
  color: #f1a417;
}
.fulltable {
  width: 100%;
}
.mobiTable {
  overflow-x: auto;
}
.content.editor a {
  text-decoration: underline;
}
.content.editor a:hover {
  text-decoration: none;
}
.editor .btn a,
.btn a {
  position: relative;
  padding: 10px 20px;
  margin-top: 15px;
  background-color: #406ab0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.4;
}
.editor .btn a:hover,
.btn a:hover {
  background-color: #f1a417;
  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);
}
.grid {
  margin: 0 -10px 10px;
}
.grid a {
  width: 24.9%;
  padding: 10px;
  position: absolute;
  line-height: 1.3em;
  text-decoration: none;
}
button.fc-button-primary {
  background-color: #406ab0;
  border-color: #406ab0;
}
button.fc-button-primary:disabled {
  opacity: 0.7;
  background-color: #406ab0;
  border-color: #406ab0;
}
th.fc-day-header {
  background-color: #406ab0;
  color: #fff;
}
.fullcal .fc-day-grid-event .fc-content {
  white-space: normal;
}
.fullcal .fc-event,
.fullcal .fc-event-dot {
  background-color: #406ab0;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.innerBanner,
.innerBanner img {
  width: 100%;
}
.content {
  padding: 30px 0px;
  position: relative;
  min-height: 300px;
}
.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.textWrap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.textWrap.row-reverse:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pathwayWrap > * {
  padding-top: 15px;
  padding-bottom: 15px;
}
.timeline article {
  position: relative;
  padding: 20px 0 20px 30px;
  margin-left: 80px;
  border-left: 1px solid #ddd;
  font-size: 0.95em;
  line-height: 1.5em;
}
.timeline h3 {
  position: absolute;
  left: -80px;
  margin: 0;
}
.timeline article:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #406ab0;
  border-radius: 50%;
  left: -7px;
  top: 28px;
}
.slist-wrap .col14,
.impinfo > article {
  position: relative;
  width: calc(25% - 20px);
  padding: 10px;
  margin: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px rgba(130, 130, 130, 0.12);
}
.editor .impinfowrap h2 {
  text-transform: capitalize;
}
a.video-btn {
  position: relative;
}
.videobtn span {
  background-color: #fff;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.videobtn span:before,
.videobtn span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videobtn span:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #406ab0;
}
.videobtn span:after {
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-animation: stm_zoom 2s linear 0.5s infinite;
  animation: stm_zoom 2s linear 0.5s infinite;
}
.videobtn span:hover {
  background-color: #406ab0;
}
.videobtn span:hover:after {
  border-color: #406ab0;
}
.videobtn span:hover:before {
  border-left-color: #fff;
}
@-webkit-keyframes stm_zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes stm_zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/* calendar */
.editor .fullcal table {
  margin: 0;
}
.editor .fullcal table td,
.editor .fullcal table tr:nth-child(2n + 1) td {
  padding: 0;
  background-color: transparent;
}
.editor .fullcal a {
  color: #fff;
  cursor: pointer;
}

/* Navigation */
.nav {
  position: absolute;
  bottom: -50px;
  background-color: #fff;
  width: 100%;
}
.menu,
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.menu li a {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.menu > li {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.menu > li > a {
  color: #444;
  position: relative;
  line-height: 44px;
  display: block;
  text-align: center;
}
.menu ul {
  width: 200px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  z-index: 15;
  background-color: #406ab0;
  -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);
}
.menu > li:hover > ul {
  display: block;
}
.menu > li li:hover > ul {
  left: inherit;
  right: 100%;
  top: 0;
  display: block;
  width: 180px;
}
.menu > li.active > a,
.menu > li:hover > a {
  background-color: #406ab0;
  color: #fff;
}
.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
}
.menu li ul li a {
  display: block;
  padding: 7px 15px;
  font-size: 0.9rem;
  line-height: 1.3em;
}
.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: #f1a417;
}
#menu-trigger {
  display: none;
}
@media screen and (max-width: 1023px) {
  body,
  html {
    font-size: 16px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .spaceTop {
    padding-top: 35px;
  }
  .spaceBottom {
    padding-bottom: 35px;
  }
  .header .phone,
  .header .location {
    width: 150px;
  }
  .header .location {
    width: 200px;
  }
  .logo {
    font-size: 1.4em;
  }
  .factsWrap article img {
    max-width: 180px;
  }
  .impinfo > article {
    position: relative;
    width: calc(33.333% - 20px);
  }
  .factsWrap article {
    flex: inherit;
    width: calc(50% - 20px);
    margin: 10px;
  }
  .editor.boxes h3,
  .editor.boxes p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footerWrap > div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer .flogo {
    padding: 5px 0;
  }
  .footer > div,
  .footer .flex {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .footer .copyright {
    width: 100%;
    text-align: center;
  }
  .footer.editor .addressText a {
    display: block;
  }
  .footer .address {
    width: 55%;
  }
  .footer .address .flogo {
    width: 130px;
  }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    bottom: inherit;
    right: 0;
    z-index: 5;
    background-color: #406ab0;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    width: 288px;
  }
  .menu,
  .nav.showMobiNav {
    display: block;
  }
  .menu > li:not(:last-child) {
    margin-right: 0px;
  }
  .menu > li {
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu li a,
  .menu > li:last-child > a,
  .menu > li:last-child:hover > a,
  .menu > li:last-child.active > a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-right: 40px;
    padding: 10px 10px 10px 15px;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
  }
  .menu li ul li {
    border-bottom: none;
  }
  .menu li ul li a {
    padding: 6px 10px 6px 25px;
    color: #fff;
    line-height: 1.3em;
  }
  .menu ul,
  .menu > li li:hover > ul,
  .menu > li:hover > ul {
    display: block;
    width: inherit;
    padding: 0 40px 0 0;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    min-height: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .menu > li:hover > a,
  .menu > li.active > a,
  .menu li ul li:hover > a,
  .menu li:hover li > a:hover,
  .menu li:hover li:hover > a,
  .menu ul li:hover li:hover > a:hover,
  .menu li.active li.active li.active > a,
  .menu li ul li:hover ul li:hover > a,
  .menu li.active li.active > a,
  .menu > li:last-child.active > a {
    color: #77dec2;
    background-color: transparent;
  }
  .menu li .droparrow {
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }
  .menu li .droparrow:after,
  .menu li .droparrow:before {
    left: 50%;
    top: 50%;
    content: " ";
    height: 2px;
    width: 12px;
    position: absolute;
    background-color: #fff;
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .menu li .droparrow:after {
    width: 2px;
    height: 12px;
    margin-top: -5px;
  }
  .menu li .droparrow:before {
    margin-left: -5px;
  }
  .menu li .droparrow.open:after,
  .menu > li > a:before,
  .menu > li > ul:before {
    display: none;
  }
  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #f7f7f7;
  }
  #menu-trigger span,
  #menu-trigger span:before,
  #menu-trigger span:after {
    position: absolute;
    width: 26px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #406ab0;
    -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;
  }
  .textWrap .col12 {
    width: 100%;
  }
  .textWrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .timeline article:before {
    top: 24px;
  }
}
@media screen and (max-width: 767px) {
  body,
  html {
    font-size: 15px;
  }
  .logo,
  .fixed .logo {
    width: inherit;
    text-align: center;
    margin: 0 auto 10px auto;
  }
  .header .phone {
    order: inherit;
  }
  .spaceTop {
    padding-top: 25px;
  }
  .spaceBottom {
    padding-bottom: 25px;
  }
  .banner:after {
    display: none;
  }
  .bannertext {
    position: relative;
    bottom: inherit;
    color: #406ab0;
    padding-top: 15px;
  }
  .editor.bannertext h1 {
    font-size: 2em;
    letter-spacing: 0;
  }
  .welcomeWrap {
    text-align: center;
  }
  .eventWrap:after {
    width: 100%;
    height: 50%;
  }
  .eventWrap .videoimg {
    height: 250px;
  }
  .editor .boxes > a,
  .editor .boxes > article {
    flex-grow: inherit;
    flex-basis: inherit;
    padding: 0 20px;
    color: #444;
    width: 100%;
    margin-bottom: 20px;
  }
  .slist-wrap .col14,
  .impinfo > article {
    position: relative;
    width: calc(50% - 20px);
  }
  .factsWrap article {
    width: 100%;
    padding: 20px;
    flex: inherit;
    margin: 20px 0;
  }
  .footerWrap > div,
  .footer .address {
    width: 100%;
  }
  .footer .flogo {
    margin-right: 0;
  }
  .editor hr {
    margin: 20px 0;
  }
  .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .col12,
  .col23,
  .col13 {
    width: 100%;
  }
  .col12 + .col12,
  .col13 + .col13 {
    margin-top: 15px;
  }
  .twocolumn {
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit;
  }
  .editor table td a {
    word-break: break-word;
  }
  .editor .leftimg,
  .editor .rightimg {
    float: none;
    margin: 15px auto;
    max-width: 400px;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .slist-wrap .col14,
  .impinfo > article {
    position: relative;
    width: 100%;
  }
}
@media print {
  body {
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: #fff;
    color: #000;
  }
  h1 {
    font-size: 24pt;
  }
  h2,
  h3,
  h4 {
    font-size: 14pt;
  }
  a,
  blockquote,
  table,
  pre {
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  a:link,
  a:visited,
  a {
    color: #520;
    font-weight: bold;
    text-decoration: underline;
  }
  .logo {
    width: 160px;
  }
}
