@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,800,900&display=swap|Handlee&display=swap");
@font-face {
  font-family: 'Shakehand';
  src: url("/fonts/Shakehand-Regular.eot");
  src: url("/fonts/Shakehand-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Shakehand-Regular.woff2") format("woff2"), url("/fonts/Shakehand-Regular.woff") format("woff"), url("/fonts/Shakehand-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Coming Soon';
  src: url("/fonts/ComingSoon-Regular.eot");
  src: url("/fonts/ComingSoon-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/ComingSoon-Regular.woff2") format("woff2"), url("/fonts/ComingSoon-Regular.woff") format("woff"), url("/fonts/ComingSoon-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/**
  BASE
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold !important;
}

.fadein {
  opacity: 0;
}

ol, ul {
  list-style: none;
}

u {
  text-decoration: underline;
}

p, span, li {
  font-family: "Raleway", sans-serif;
  line-height: 150%;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

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

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Responsive iFrame */
.responsive-iframe-container {
  position: relative;
  padding-bottom: 100%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

html {
  min-height: 100%;
  height: 100%;
}

body {
  font-family: "Raleway", sans-serif;
  min-height: 100%;
  height: 100%;
  color: #000;
}

body,
input,
select,
textarea {
  font-weight: 400;
  font-size: 20px;
}

p {
  margin: 0 0 1em 0;
}

h1 {
  margin: 0 0 20px 0;
  /*text-transform: uppercase;*/
}

header h1 {
  margin: 0;
}

h2 {
  margin: 0 0 12px 0;
  /*text-transform: uppercase;*/
}

header h2 {
  margin: 0;
}

h3 {
  font-size: 24px;
  /*text-transform: uppercase;*/
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  -webkit-font-feature-settings: "calt" 0;
  font-feature-settings: "calt" 0;
}

h2 {
  font-size: 38px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}

.full-width {
  width: 100%;
}

ul {
  margin: 0 0 1em 0;
}

a:link,
a:visited {
  color: #ffffff;
  text-decoration: none;
}

nav a:link, nav a:visited {
  display: inline-block;
}

header a:hover {
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

.float-left {
  float: left;
  width: 50%;
}

.float-right {
  float: right;
  width: 50%;
}

.display-block {
  display: block;
}

/*.panel {
  float: left;
  width: 100%;
}*/
.container {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
  height: 100%;
}

.section {
  position: relative;
}

/*.panel .inner {
  width: 1024px;
  margin: 0 auto;
}*/
.bord {
  border: 1px dotted red;
}

.inline-block {
  display: inline-block;
}

.display-block {
  display: block !important;
  opacity: 1 !important;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

.youtube-embed-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* Read more ckeditor plugin */
.read-more-hide-prev {
  display: none;
}

.read-more-content {
  display: none;
}

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

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

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

.vert-align-block-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vert-align-block-right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arrow-left {
  position: relative;
  left: 10px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 22px solid #fff;
}

.arrow-left:hover {
  cursor: pointer;
  border-right: 22px solid #d6d5d5;
}

.fa-icon {
  font-size: 15px;
  background: #fff;
  border-radius: 50%;
  color: #ffffff;
  width: 30px !important;
  height: 30px !important;
  text-align: center;
  line-height: 30px !important;
}

.pointer {
  cursor: pointer;
}

/* Calendar */
@media all and (max-width: 650px) {
  .calendar-full {
    display: none;
  }
  .responsive-iframe-container {
    padding-bottom: 150%;
  }
}

@media all and (min-width: 650px) {
  .calendar-agenda {
    display: none;
  }
}

/* Buttons . */
.btn, .button {
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  border-bottom: 5px solid #800000;
  background: #791d4d;
  border-radius: 0;
  color: #fff !important;
  text-decoration: none !important;
  letter-spacing: normal;
  padding: 10px 16px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

.btn small, .button small {
  margin: 0 0 0 20px;
  color: rgba(0, 0, 0, 0.78);
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
}

.btn:hover, .button:hover {
  background: #063464 !important;
  color: #fff !important;
}

.btn:hover small, .button:hover small {
  color: rgba(255, 255, 255, 0.75);
}

.btn.newsletter-year, .button.newsletter-year {
  font-size: 2em !important;
  font-weight: bold !important;
  margin-right: 8px;
}

.btn.newsletter-year.active, .button.newsletter-year.active {
  background: #063464 !important;
  color: #fff !important;
}

header.section {
  margin-top: 0px;
}

.nav-section {
  background: #063464;
  border-bottom: 5px solid #96bee7;
  margin-top: -10px;
}

.nav-section #topnav.container {
  position: relative;
}

.nav-section #topnav.container ul.normal {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 1020px) {
  .nav-section #topnav.container ul.normal {
    justify-content: flex-start;
  }
}

.nav-section #topnav.container ul.normal .top-level {
  font-size: 21px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  flex-shrink: 0;
}

.nav-section #topnav.container ul.normal .top-level ul li div {
  text-transform: none;
}

.nav-section #topnav.container ul.normal .top-level div {
  position: relative;
}

.nav-section #topnav.container ul.normal .top-level div:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  border: 0 0 3px solid #96bee7;
}

@media all and (max-width: 1020px) {
  .nav-section #topnav.container ul.normal .top-level:first-of-type a {
    padding-left: 14.5px;
  }
}

.nav-section #topnav.container ul.normal .top-level ul li a {
  color: #063464 !important;
}

@media all and (max-width: 535px) {
  .nav-section #topnav.container ul.normal .top-level {
    font-size: 17px;
  }
}

.nav-section #topnav.container ul.normal li.bars {
  float: right;
  height: 50px !important;
  position: absolute;
  right: 5px;
}

.nav-section #topnav.container ul.normal li.bars a:link, .nav-section #topnav.container ul.normal li.bars a:visited {
  padding-left: 12px;
  padding-right: 12px;
}

.nav-section #topnav.container p, .nav-section #topnav.container span, .nav-section #topnav.container li, .nav-section #topnav.container a:link, .nav-section #topnav.container a:visited {
  font-family: "Raleway", sans-serif;
}

nav ul ul a:link, nav ul ul a:visited {
  color: #ffffff;
}

nav a:link, nav a:visited {
  color: #ffffff;
}

nav ul {
  list-style: none;
  float: left;
  margin: 0;
  width: 100%;
}

nav ul ul li.hover > a {
  background: rgba(255, 255, 255, 0.5) !important;
}

nav ul ul li.hover > a:link, nav ul ul li.hover > a:visited {
  color: #ffffff;
}

nav ul li a:link, nav ul li a:visited {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 14.5px;
  padding-right: 14.5px;
  text-decoration: none;
  width: 100%;
}

@media all and (min-width: 1020px) and (max-width: 1100px) {
  nav ul li a:link, nav ul li a:visited {
    padding-left: 9.5px;
    padding-right: 9.5px;
  }
}

nav ul li a:link div, nav ul li a:visited div {
  line-height: 64px;
  text-transform: None;
}

nav ul ul li a:link, nav ul ul li a:visited {
  margin: 0 1px 0 0;
  padding: 0px 21.5px;
  text-decoration: none;
  width: 100%;
}

nav ul li ul li div {
  line-height: 50px !important;
  font-size: 20.7px;
}

nav ul li {
  vertical-align: middle;
  float: left;
  position: relative;
  width: auto;
  text-align: left;
}

.show-mobile {
  display: none;
}

nav .more {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  max-width: 80%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 0 0 100%;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  background: #b1b1db;
}

nav ul li a.bars i {
  font-size: 25px !important;
  color: #ffffff;
  position: relative;
  top: 18px;
}

@media all and (max-width: 360px) {
  nav ul li a.bars i {
    top: 16px;
  }
}

nav ul li a.bars:hover {
  background: rgba(255, 255, 255, 0.1);
  height: 50px !important;
}

nav ul ul {
  position: absolute;
  left: 0;
  min-width: 270px;
  list-style: none;
  z-index: 101;
  display: none;
  border-top: 6px solid #96bee7;
}

nav ul ul li {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0 !important;
  background-color: #96bee7;
}

nav ul.second li {
  background-color: rgba(150, 190, 231, 0.8);
}

nav li.on > a:link, nav li.on > a:visited, .home-page nav li.home > a:link, .home-page nav li.home > a:visited {
  color: #96bee7;
}

nav .bars {
  background: none !important;
}

nav ul li ul a:link:hover, nav ul li ul a:visited:hover {
  background: rgba(255, 255, 255, 0.5);
}

nav ul ul li div {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 220px;
}

/*Truncate long titles*/
.fa-chevron-right {
  pointer-events: none !important;
}

/* Nested Menus */
nav ul li.hassub ul li.hassub i.fa-chevron-right {
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 1000 !important;
  color: #fff;
}

nav ul ul ul {
  left: 100%;
  top: 0;
  border: none;
}

nav ul ul li {
  float: left;
  width: 100%;
  height: 50px;
  margin: 0;
  border: 0;
}

/* Slide Nav */
.slide-nav {
  position: fixed;
  z-index: 50000;
  top: 0;
  right: 0;
  width: 375px;
  max-width: 100%;
  height: 100%;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 0 0 100%;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  background: rgba(6, 52, 100, 0.92);
  border-left: 10px solid rgba(0, 0, 0, 0.2);
}

.slide-nav a {
  color: #fff;
}

#slide-nav-overlay {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  z-index: 49999;
  -webkit-transition: opacity .7s;
  -o-transition: opacity .7s;
  transition: opacity .7s;
}

#slide-nav-overlay.display-block {
  pointer-events: all;
}

/*!*IE 9*!*/
.ie9 + #slide-nav-overlay {
  display: none !important;
}

/*IE 10*/
html[data-useragent*='MSIE 10.0'] #slide-nav-overlay {
  display: none !important;
}

.slide-nav a {
  display: block;
}

.slide-nav ul li {
  display: block;
  padding-bottom: 10px;
}

.slide-nav .hide-mobile {
  display: block;
}

.slide-nav ul .fa {
  display: none;
}

.slide-nav ul li:hover {
  border-bottom: none;
}

.slide-nav ul a:hover {
  border-bottom: 3px solid #fac011;
}

.slide-nav a:link,
.slide-nav a:visited {
  float: left;
  width: 100%;
  margin: 0;
  padding: 6px 20px;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
}

.slide-nav a:hover,
.slide-nav a:active {
  background: rgba(255, 255, 255, 0.2);
}

.slide-nav .small a:link,
.slide-nav .small a:visited {
  padding: 8px 20px;
  font-size: 80%;
  color: rgba(255, 255, 255, 0.75);
}

.slide-nav a.depth-1, .slide-nav a.depth-2, .slide-nav a.depth-3 {
  text-transform: inherit !important;
  padding: 8px 20px !important;
}

.slide-nav a.depth-0 {
  font-weight: 500;
  font-size: 20px !important;
}

.slide-nav a.depth-1 {
  padding-left: 40px !important;
  font-size: 17px !important;
}

.slide-nav a.depth-2 {
  padding-left: 65px !important;
  font-size: 17px !important;
}

.slide-nav .close {
  position: absolute;
  z-index: 103;
  right: 0px;
  top: 0px;
  width: 55px !important;
  padding: 10px;
  font-size: 30px !important;
  font-weight: 700;
  text-decoration: none;
  height: 62px;
  color: #ffffff;
}

@media all and (max-width: 1100px) {
  header.section .container {
    width: calc(95vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media all and (max-width: 1020px) {
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none !important;
  }
  nav ul li {
    display: inline-block !important;
    float: none;
  }
}

@media all and (max-width: 850px) {
  nav ul.normal {
    padding-right: 50px;
  }
}

@media all and (max-width: 700px) {
  nav ul.normal {
    text-align: center;
  }
  header .hide-mobile {
    display: none !important;
  }
}

@media all and (max-width: 630px) {
  nav .home {
    display: none !important;
  }
}

@media all and (max-width: 500px) {
  nav ul.normal {
    text-align: left;
  }
}

.home-page {
  /*!* Home Page Hero *!*/
}

.home-page #hero.section {
  height: calc(100vh - 69px) !important;
}

@media all and (max-width: 720px) {
  .home-page #hero.section {
    height: 70vh !important;
  }
}

.home-page #hero.section .wave {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 45%;
}

@media all and (max-width: 730px) {
  .home-page #hero.section .wave {
    height: 39%;
  }
}

@media all and (max-width: 520px) {
  .home-page #hero.section .wave {
    height: 27%;
  }
}

.home-page #hero.section .logo {
  position: absolute;
  z-index: 2;
  bottom: 6%;
  right: 10%;
  height: 30%;
}

@media all and (max-width: 730px) {
  .home-page #hero.section .logo {
    height: 26%;
    bottom: 10%;
  }
}

@media all and (max-width: 520px) {
  .home-page #hero.section .logo {
    bottom: 5%;
    height: 17%;
  }
}

.home-page #hero.section .post-it {
  z-index: 5;
  bottom: 0;
  left: 20px;
  width: 277px;
  height: 312px;
  background: url("/images/sticky-note.png");
  background-repeat: no-repeat;
  position: absolute;
}

@media all and (max-width: 730px) {
  .home-page #hero.section .post-it {
    left: -46px;
    bottom: -64px;
    transform: scale(0.6);
  }
}

@media all and (max-width: 520px) {
  .home-page #hero.section .post-it {
    bottom: -36px;
  }
}

@media all and (max-width: 520px) {
  .home-page #hero.section .post-it {
    bottom: -46px;
    left: -65px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@media all and (max-width: 360px) {
  .home-page #hero.section .post-it {
    bottom: -60px;
    left: -77px;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
}

.home-page #hero.section .post-it .post-it-content {
  width: 94%;
  margin: 20px auto 0 auto;
  padding-left: 4px;
  padding-right: 9px;
}

.home-page #hero.section .post-it .post-it-content .sticky-heading {
  font-size: 42px;
  color: #063464;
  font-family: Shakehand, "Times New Roman", Times, Serif;
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  z-index: 1;
}

@media all and (max-width: 1024px) {
  .home-page #hero.section .post-it .post-it-content .sticky-heading {
    font-size: 35pt;
  }
}

@media all and (max-width: 720px) {
  .home-page #hero.section .post-it .post-it-content .sticky-heading {
    font-size: 30pt;
  }
}

@media all and (max-width: 520px) {
  .home-page #hero.section .post-it .post-it-content .sticky-heading {
    font-size: 26pt;
    bottom: 12%;
  }
}

.home-page #hero.section .post-it .post-it-content .sticky-text a {
  display: inline-block;
}

.home-page #hero.section .post-it .post-it-content .sticky-text p {
  font-family: "Coming Soon", "Times New Roman", Times, Serif;
  color: #063464;
}

.home-page #hero.section .post-it .post-it-content .sticky-text p:last-of-type {
  display: inline;
}

@media all and (max-width: 720px) {
  .home-page #hero.section .post-it .post-it-content .sticky-text p {
    margin-bottom: 7px !important;
  }
}

.home-page #hero.section .container {
  position: relative;
  text-align: center;
}

.home-page #hero.section .container .slogan {
  width: 100%;
  font-size: 48pt;
  color: #FFFFFF;
  position: absolute;
  z-index: 2;
  bottom: 45px;
  text-shadow: -3px 3px 2px #063464;
  font-weight: 600;
}

@media all and (max-width: 1024px) {
  .home-page #hero.section .container .slogan {
    font-size: 30pt;
    bottom: 55px;
  }
}

@media all and (max-width: 720px) {
  .home-page #hero.section .container .slogan {
    font-size: 22pt;
  }
}

@media all and (max-width: 520px) {
  .home-page #hero.section .container .slogan {
    width: 40%;
    left: 33%;
    bottom: 44px;
  }
}

@media all and (max-width: 520px) {
  .home-page #hero.section .container .slogan {
    width: 34%;
    left: 46%;
    font-size: 17pt;
    text-align: left;
  }
}

@media all and (max-width: 420px) {
  .home-page #hero.section .container .slogan {
    left: 42%;
    font-size: 16pt;
  }
}

@media all and (max-width: 360px) {
  .home-page #hero.section .container .slogan {
    left: 39%;
    font-size: 13pt;
  }
}

.home-page #hero.section .container .hero-controls {
  position: absolute;
  width: 93%;
  text-align: center;
  margin: 0 auto;
  bottom: 10px;
  z-index: 1;
}

.home-page #hero.section .container .hero-controls .hero-toggle-circle {
  height: 18px;
  width: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

.home-page #hero.section .container .hero-controls .active {
  background: white;
}

.home-page #welcome.section {
  background-color: #fff;
  min-height: 200px;
}

.home-page #welcome.section .container {
  margin-top: 40px;
  color: #063464;
  font-size: 18pt;
  height: 100%;
}

.home-page #welcome.section .container #english {
  grid-area: english;
}

.home-page #welcome.section .container #korean {
  grid-area: korean;
}

.home-page #welcome.section .container #japanese {
  grid-area: japanese;
}

.home-page #welcome.section .container #chinese {
  grid-area: chinese;
}

.home-page #welcome.section .container #gujurati {
  grid-area: gujurati;
}

.home-page #welcome.section .container #hindi {
  grid-area: hindi;
}

.home-page #welcome.section .container #punjabi {
  grid-area: punjabi;
}

.home-page #welcome.section .container #urdu {
  grid-area: urdu;
}

.home-page #welcome.section .container #italian {
  grid-area: italian;
}

.home-page #welcome.section .container #greek {
  grid-area: greek;
}

.home-page #welcome.section .container #spanish {
  grid-area: spanish;
}

.home-page #welcome.section .container #image {
  grid-area: image;
}

@media all and (max-width: 730px) {
  .home-page #welcome.section .container {
    font-size: 19px;
    width: 90vw;
  }
}

@media all and (max-width: 520px) {
  .home-page #welcome.section .container {
    flex-direction: column;
    padding: 0;
  }
}

.home-page #welcome.section .container .welcome-languages {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 25pt;
  font-weight: 600;
  margin-right: 70px;
  white-space: nowrap;
}

@media all and (max-width: 1024px) {
  .home-page #welcome.section .container .welcome-languages {
    padding-left: 50px;
  }
}

@media all and (max-width: 730px) {
  .home-page #welcome.section .container .welcome-languages {
    padding-left: 0;
    margin-right: 50px;
  }
}

@media all and (max-width: 520px) {
  .home-page #welcome.section .container .welcome-languages {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "english gujurati" "urdu punjabi" "chinese italian" "japanese greek " "spanish korean" "image image ";
    text-align: center;
    font-size: 27pt;
    margin: 20px 0 0 0;
  }
  .home-page #welcome.section .container .welcome-languages #greek {
    font-size: 19pt;
  }
  .home-page #welcome.section .container .welcome-languages #spanish {
    font-size: 24pt;
  }
  .home-page #welcome.section .container .welcome-languages #korean {
    font-size: 23pt;
  }
}

@media all and (max-width: 360px) {
  .home-page #welcome.section .container .welcome-languages {
    grid-template-areas: "english italian" "urdu punjabi" "chinese spanish " "japanese greek " "gujurati korean" "image image ";
    font-size: 22pt;
  }
  .home-page #welcome.section .container .welcome-languages #greek {
    font-size: 16pt;
  }
  .home-page #welcome.section .container .welcome-languages #spanish {
    font-size: 21pt;
  }
  .home-page #welcome.section .container .welcome-languages #korean {
    font-size: 19pt;
  }
}

.home-page #welcome.section .container .welcome-languages span:last-of-type {
  margin-bottom: 20px;
}

.home-page #welcome.section .container .welcome-languages img {
  width: 90%;
  margin-bottom: 25px;
}

@media all and (max-width: 520px) {
  .home-page #welcome.section .container .welcome-languages img {
    width: 50%;
    justify-self: center;
    margin-bottom: 20px;
  }
}

.home-page #welcome.section .container .content {
  padding-top: 10px;
}

@media all and (max-width: 1024px) {
  .home-page #welcome.section .container .content {
    padding-right: 50px;
  }
}

@media all and (max-width: 730px) {
  .home-page #welcome.section .container .content {
    padding-right: 0;
  }
}

@media all and (max-width: 520px) {
  .home-page #welcome.section .container .content {
    padding-right: 0;
    text-align: center;
  }
}

.home-page #values.section {
  position: relative;
  height: 650px;
  color: #fff;
  font-weight: bold;
}

@media all and (max-width: 420px) {
  .home-page #values.section {
    height: 600px;
  }
}

@media all and (max-width: 360px) {
  .home-page #values.section {
    height: 500px;
  }
}

.home-page #values.section .container {
  flex-direction: column;
}

.home-page #values.section .container .title {
  padding-top: 20px;
  font-size: 42pt;
  text-align: center;
}

@media all and (max-width: 520px) {
  .home-page #values.section .container .title {
    font-size: 34pt;
  }
}

@media all and (max-width: 360px) {
  .home-page #values.section .container .title {
    font-size: 28pt;
  }
}

.home-page #values.section .container .valuescontainer {
  margin: auto;
  position: relative;
  font-weight: 600;
  font-size: 32pt;
  text-align: center;
}

@media all and (max-width: 520px) {
  .home-page #values.section .container .valuescontainer {
    font-size: 24pt;
  }
}

@media all and (max-width: 420px) {
  .home-page #values.section .container .valuescontainer {
    font-size: 21pt;
  }
}

@media all and (max-width: 360px) {
  .home-page #values.section .container .valuescontainer {
    font-size: 19pt;
  }
}

.home-page #values.section .container .valuescontainer span {
  position: absolute;
}

.home-page #values.section .container .valuescontainer .center {
  position: absolute;
  left: 50%;
  top: -90px;
}

@media all and (max-width: 520px) {
  .home-page #values.section .container .valuescontainer .center {
    top: -79px;
  }
}

@media all and (max-width: 420px) {
  .home-page #values.section .container .valuescontainer .center {
    top: -70px;
  }
}

@media all and (max-width: 360px) {
  .home-page #values.section .container .valuescontainer .center {
    top: -59px;
  }
}

.home-page #values.section .container .valuescontainer .center .respect {
  position: relative;
  left: -50%;
}

.home-page #values.section .container .valuescontainer .participation {
  position: absolute;
  right: -70%;
  bottom: -27%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-page #values.section .container .valuescontainer .participation {
    right: 14%;
  }
}

@media all and (max-width: 730px) {
  .home-page #values.section .container .valuescontainer .participation {
    right: -61%;
  }
}

@media all and (max-width: 520px) {
  .home-page #values.section .container .valuescontainer .participation {
    right: -24%;
  }
}

@media all and (max-width: 420px) {
  .home-page #values.section .container .valuescontainer .participation {
    right: -17%;
  }
}

@media all and (max-width: 360px) {
  .home-page #values.section .container .valuescontainer .participation {
    right: -8%;
  }
}

.home-page #values.section .container .valuescontainer .achievement {
  margin-top: 10px;
  position: absolute;
  left: -75%;
  bottom: -27%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-page #values.section .container .valuescontainer .achievement {
    left: 15%;
  }
}

@media all and (max-width: 730px) {
  .home-page #values.section .container .valuescontainer .achievement {
    left: -65%;
  }
}

@media all and (max-width: 520px) {
  .home-page #values.section .container .valuescontainer .achievement {
    left: -24%;
  }
}

@media all and (max-width: 420px) {
  .home-page #values.section .container .valuescontainer .achievement {
    left: -16%;
  }
}

@media all and (max-width: 360px) {
  .home-page #values.section .container .valuescontainer .achievement {
    left: -7%;
  }
}

.home-page #links.section {
  height: 400px;
}

@media all and (max-width: 730px) {
  .home-page #links.section {
    padding: 0 !important;
  }
}

.home-page #links.section .container {
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 520px) {
  .home-page #links.section .container {
    justify-content: center;
    align-items: flex-start;
  }
}

.home-page #links.section .container .link-container {
  width: 50vw;
  position: relative;
  height: 100%;
}

@media all and (max-width: 520px) {
  .home-page #links.section .container .link-container {
    height: 50%;
  }
}

.home-page #links.section .container .link-container:hover > .shadow .border {
  background-color: #96bee7;
}

.home-page #links.section .container .link-container:hover > .scale .imagewrap2 .hex-hover {
  opacity: 0.5;
}

.home-page #links.section .container .link-container:hover > .scale .imagewrap .pic div button {
  opacity: 1;
}

.home-page #links.section .container .link-container:hover > .scale .border {
  background: #96bee7;
}

.home-page #links.section .container .link-container:hover > .scale .border:before {
  border-bottom: 68.13px solid #96bee7;
}

.home-page #links.section .container .link-container:hover > .scale .border:after {
  border-top: 68.13px solid #96bee7;
}

@media all and (max-width: 520px) {
  .home-page #links.section .container .link-container:last-of-type {
    position: absolute;
    bottom: 0;
    width: unset;
  }
  .home-page #links.section .container .link-container:last-of-type #link-name-container {
    text-align: center;
    position: relative;
    bottom: -164px;
  }
}

.home-page #links.section .container .link-container .link-name {
  font-size: 32pt;
  font-weight: 600;
  position: relative;
  color: #063464;
}

@media all and (max-width: 520px) {
  .home-page #links.section .container .link-container .link-name {
    font-size: 17pt;
    top: 0;
  }
}

.home-page #links.section .container .link-container .shadow {
  -ms-filter: drop-shadow(-5px 7px 8px rgba(50, 50, 50, 0.7));
  filter: drop-shadow(-5px 7px 8px rgba(50, 50, 50, 0.7));
  background: url("/images/hex.png") no-repeat scroll center center/cover;
  height: 272px;
  width: 236px;
}

.home-page #links.section .container .link-container .shadow .border {
  -webkit-box-shadow: -9px 9px 17px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -9px 9px 17px 3px rgba(0, 0, 0, 0.5);
  box-shadow: -9px 9px 17px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media all and (max-width: 520px) {
  .home-page #links.section .container .link-container .shadow .border {
    width: 150px;
    height: 180px;
  }
}

.home-page #links.section .container .link-container .shadow .border .image {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  width: 220px;
  height: 250px;
  position: absolute;
  display: flex;
}

.home-page #links.section .container .link-container .shadow .border .image:before {
  content: "";
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063464;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media all and (max-width: 520px) {
  .home-page #links.section .container .link-container .shadow .border .image {
    width: 138px;
    height: 162px;
  }
}

.home-page #links.section .container .link-container .shadow .border .image button {
  margin: 0 auto;
  align-self: center;
  height: 35px;
  padding: 0 20px;
  position: relative;
  background: #96bee7;
  color: #fff;
  border-radius: 5px;
  border-color: #abcbec;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media all and (max-width: 960px) {
  .home-page #links.section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.home-page #mural.section {
  height: 500px;
  position: relative;
}

.home-page #mural.section .mural {
  height: 100%;
  width: 100%;
  position: absolute;
}

.home-page #mural.section .mural:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #063464;
  opacity: 0.3;
  height: 100%;
  width: 100%;
}

.home-page #mural.section .container {
  align-items: center;
  position: relative;
  color: #fff;
  width: 45%;
  text-align: center;
  font-size: 25pt;
  text-shadow: -2px 2px 1px #000000;
}

.home-page #mural.section .container p {
  margin: 0;
}

@media all and (max-width: 1024px) {
  .home-page #mural.section .container {
    width: 85%;
  }
}

@media all and (max-width: 520px) {
  .home-page #mural.section .container {
    font-size: 19pt;
  }
}

@media all and (max-width: 360px) {
  .home-page #mural.section .container {
    font-size: 16pt;
  }
}

@media all and (max-width: 600px) {
  padding-top: 45px;
  padding-bottom: 130px;
}

.imagewrap {
  /*   padding: 10px; */
  width: 100%;
  height: 100%;
  margin-top: -200px;
  margin-left: 8px;
}

.imagewrap2 {
  /*   padding: 10px; */
  width: 100%;
  height: 100%;
  margin-top: -264px;
  margin-left: 8px;
  position: absolute;
}

.border {
  position: relative;
  width: 236px;
  height: 136.25px;
  background-color: #063464;
  margin: 68.13px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  filter: drop-shadow(-6px 9px 6px rgba(0, 0, 0, 0.5));
}

.border:before,
.border:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 118px solid transparent;
  border-right: 118px solid transparent;
}

.border:before {
  bottom: 100%;
  border-bottom: 68.13px solid #063464;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.border:after {
  top: 100%;
  width: 0;
  border-top: 68.13px solid #063464;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pic {
  position: relative;
  width: 220px;
  height: 127.02px;
  margin: 63.51px 0;
  background-size: auto 254.0341px;
  background-position: center;
}

.pic:after {
  content: "";
  position: absolute;
  top: 0.0000px;
  left: 0;
  width: 220.0000px;
  height: 127.0171px;
  z-index: 2;
  background: inherit;
}

.pic:before {
  content: "";
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063464;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.picTop,
.picBottom {
  position: absolute;
  z-index: 1;
  width: 155.56px;
  height: 155.56px;
  overflow: hidden;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background: inherit;
  left: 32.22px;
}

/*counter transform the bg image on the caps*/
.picTop:after,
.picBottom:after {
  content: "";
  position: absolute;
  width: 220.0000px;
  height: 127.01705922171767px;
  -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-63.5085px);
  -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-63.5085px);
  transform: rotate(45deg) scaleY(1.7321) translateY(-63.5085px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: inherit;
}

.picTop {
  top: -77.7817px;
}

.picTop:after {
  background-position: center top;
}

.picBottom {
  bottom: -77.7817px;
}

.picBottom:after {
  background-position: center bottom;
}

.hex-hover {
  position: absolute;
  width: 220px;
  height: 127.02px;
  background-color: #063464;
  margin: 63.51px 0;
  opacity: 0;
  z-index: 3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hex-hover:before,
.hex-hover:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 110px solid transparent;
  border-right: 110px solid transparent;
}

.hex-hover:before {
  bottom: 100%;
  border-bottom: 63.51px solid #063464;
}

.hex-hover:after {
  top: 100%;
  width: 0;
  border-top: 63.51px solid #063464;
}

button {
  left: 50%;
  top: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  height: 35px;
  padding: 0 20px;
  position: relative;
  background: #96bee7;
  color: #fff;
  border-radius: 5px;
  border-color: #abcbec;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: 4;
}

.scale {
  margin-top: 87px;
  position: relative;
}

@media all and (max-width: 520px) {
  .scale {
    transform: scale(0.7);
  }
}

@media all and (min-width: 721px) {
  .link-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .link-container #left {
    margin-top: 23px;
  }
  .link-container #middle {
    margin-top: 23px;
  }
  .link-container #right {
    margin-top: 23px;
  }
}

@media all and (max-width: 520px) {
  #left {
    top: -60px;
    left: 34px;
  }
  #middle {
    right: 36px;
    top: -60px;
  }
  #right {
    top: -118px;
  }
}

@media all and (max-width: 420px) {
  #left {
    top: -60px;
    left: 13px;
  }
  #middle {
    right: 32px;
    top: -60px;
  }
  #right {
    top: -118px;
  }
}

@media all and (max-width: 360px) {
  #left {
    top: -60px;
    left: -12px;
  }
  #middle {
    right: 27px;
    top: -60px;
  }
  #right {
    top: -118px;
  }
}

.sub-page .banner-section {
  display: none;
}

.sub-page #hero.section {
  height: 500px !important;
}

.sub-page #hero.section .wave {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 30%;
}

.sub-page #hero.section .logo {
  position: absolute;
  z-index: 2;
  bottom: 2%;
  right: 8%;
  height: 23%;
}

@media all and (max-width: 730px) {
  .sub-page .hero {
    max-height: 325px !important;
  }
}

@media all and (min-width: 731px) {
  .sub-page .hero {
    height: 485px !important;
  }
}

@media all and (min-width: 1300px) {
  .sub-page .hero {
    height: 525px !important;
  }
}

@media all and (min-width: 1500px) {
  .sub-page .hero {
    height: 625px !important;
  }
}

@media all and (min-width: 1930px) {
  .sub-page .hero {
    height: 625px !important;
  }
}

.sub-page #main.section {
  font-family: "Open Sans", sans-serif;
  position: relative;
}

.sub-page #main.section .background {
  height: 100%;
  width: 40vw;
  position: absolute;
}

.sub-page #main.section .background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(150, 190, 231, 0.7);
}

@media all and (max-width: 730px) {
  .sub-page #main.section .background {
    display: none;
  }
}

.sub-page #main.section .container {
  flex-direction: row-reverse;
}

@media all and (max-width: 1100px) {
  .sub-page #main.section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media all and (max-width: 730px) {
  .sub-page #main.section .container {
    flex-direction: column;
  }
}

.sub-page #main.section .container .left {
  position: relative;
  opacity: 1;
  vertical-align: top;
  float: left;
  width: 30%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media all and (max-width: 730px) {
  .sub-page #main.section .container .left {
    width: 100%;
    padding: 10px;
    display: flex !important;
    flex-direction: column;
  }
}

.sub-page #main.section .container .left .background {
  display: none;
}

@media all and (max-width: 730px) {
  .sub-page #main.section .container .left .background {
    display: initial;
    width: 100%;
    margin-top: -30px;
    margin-left: -10px;
  }
}

.sub-page #main.section .container .left .subnav {
  padding-left: 10px;
  list-style: none;
  max-width: 25vw;
  font-size: 22px;
  text-align: left;
}

.sub-page #main.section .container .left .subnav .top-level span {
  font-size: 28px;
  font-weight: 28px;
}

.sub-page #main.section .container .left .subnav a:link li, .sub-page #main.section .container .left .subnav a:visited li {
  padding: 7px 24px 7px 20px;
  text-align: left;
  position: relative;
  font-size: 25px !important;
  letter-spacing: 0.25px;
  /*&.top-level {
              margin-top: 23px;
            }*/
}

.sub-page #main.section .container .left .subnav a:link li span, .sub-page #main.section .container .left .subnav a:visited li span {
  font-family: "Open Sans", sans-serif !important;
}

.sub-page #main.section .container .left .subnav a:link li:hover, .sub-page #main.section .container .left .subnav a:visited li:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media all and (max-width: 1020px) {
  .sub-page #main.section .container .left .subnav a:link li, .sub-page #main.section .container .left .subnav a:visited li {
    border-radius: 7px;
  }
}

.sub-page #main.section .container .left .subnav li.on {
  background: #eaf2fa !important;
  color: #063464 !important;
}

.sub-page #main.section .container .left .subnav li.second span {
  font-size: 21px;
  font-weight: normal !important;
}

.sub-page #main.section .container .left .subnav li.second.depth-1 {
  padding-left: 21px !important;
}

.sub-page #main.section .container .left .subnav li.second.depth-1:before {
  content: '\2011';
}

.sub-page #main.section .container .left .subnav li.second.depth-2 {
  padding-left: 45px !important;
}

.sub-page #main.section .container .left .subnav li.second.depth-2 span {
  font-size: 15px;
}

.sub-page #main.section .container .left .subnav li.second.depth-3 {
  padding-left: 60px !important;
}

.sub-page #main.section .container .left .subnav li.second.depth-3 span {
  font-size: 13.5px;
}

.sub-page #main.section .container .left .subnav a:first-of-type li {
  margin-top: 0 !important;
}

@media all and (max-width: 1020px) {
  .sub-page #main.section .container .left .subnav {
    width: 100%;
    max-width: calc(100% - 15px);
    padding-left: 15px;
  }
}

@media all and (max-width: 1020px) {
  .sub-page #main.section .container .left {
    display: block;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    background: url("/images/sub-page-doodles2.png"), #96bee7;
  }
}

.sub-page #main.section .container .left .slogan {
  font-size: 39pt;
  position: relative;
  color: #fff;
  font-family: Raleway, "Times New Roman", Times, Serif;
  font-weight: 800;
  width: 260px;
  opacity: 0.5;
}

@media all and (max-width: 768px) {
  .sub-page #main.section .container .left .slogan {
    font-size: 30pt;
    align-self: flex-end;
  }
}

@media all and (max-width: 480px) {
  .sub-page #main.section .container .left .slogan {
    align-self: flex-start;
    margin-left: 35px;
  }
}

.sub-page #main.section .container .right {
  position: relative;
  background: #fff;
  width: 70%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 65px;
  color: #063464;
  z-index: 2;
}

@media all and (max-width: 730px) {
  .sub-page #main.section .container .right {
    width: 100%;
    padding: 10px;
  }
}

.sub-page #main.section .container .right .top .content {
  min-height: 200px;
  /**
  USED BY SUBPAGE CONTENT & CKEDITOR
*/
  /* Buttons . */
  /* Sitemap */
}

@media all and (max-width: 360px) {
  .sub-page #main.section .container .right .top .content h1 {
    font-size: 2em !important;
  }
  .sub-page #main.section .container .right .top .content h2 {
    font-size: 1.8em !important;
  }
}

.sub-page #main.section .container .right .top .content a:link, .sub-page #main.section .container .right .top .content a:visited {
  color: #063464 !important;
}

.sub-page #main.section .container .right .top .content .btn, .sub-page #main.section .container .right .top .content .button {
  background: #96bee7 !important;
  color: #fff !important;
  border-radius: 5px !important;
  border-color: #abcbec !important;
  border: 2px solid #abcbec !important;
}

.sub-page #main.section .container .right .top .content ol {
  margin-left: 40px;
  list-style-position: outside !important;
}

.sub-page #main.section .container .right .top .content ul {
  margin-left: 40px;
  list-style-position: outside !important;
}

.sub-page #main.section .container .right .top .content .horizontal-dividers th, .sub-page #main.section .container .right .top .content .horizontal-dividers td {
  border-bottom: 1px solid #063464;
}

.sub-page #main.section .container .right .top .content .header-image {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  background: #fff !important;
  padding: 4px;
  max-width: 98%;
  margin: 0 0 20px 0;
  display: inline-block;
}

.sub-page #main.section .container .right .top .content .header-image img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  height: auto;
}

.sub-page #main.section .container .right .top .content .btn, .sub-page #main.section .container .right .top .content .button {
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  border-bottom: 5px solid #800000;
  background: #791d4d;
  border-radius: 0;
  color: #fff !important;
  text-decoration: none !important;
  letter-spacing: normal;
  padding: 10px 16px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

.sub-page #main.section .container .right .top .content .btn small, .sub-page #main.section .container .right .top .content .button small {
  margin: 0 0 0 20px;
  color: rgba(0, 0, 0, 0.78);
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
}

.sub-page #main.section .container .right .top .content .btn:hover, .sub-page #main.section .container .right .top .content .button:hover {
  background: #063464 !important;
  color: #fff !important;
}

.sub-page #main.section .container .right .top .content .btn:hover small, .sub-page #main.section .container .right .top .content .button:hover small {
  color: rgba(255, 255, 255, 0.75);
}

.sub-page #main.section .container .right .top .content .btn.newsletter-year, .sub-page #main.section .container .right .top .content .button.newsletter-year {
  font-size: 2em !important;
  font-weight: bold !important;
  margin-right: 8px;
}

.sub-page #main.section .container .right .top .content .btn.newsletter-year.active, .sub-page #main.section .container .right .top .content .button.newsletter-year.active {
  background: #063464 !important;
  color: #fff !important;
}

.sub-page #main.section .container .right .top .content * {
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500;
}

.sub-page #main.section .container .right .top .content img, .sub-page #main.section .container .right .top .content iframe {
  max-width: 100%;
}

.sub-page #main.section .container .right .top .content h1#top {
  font-weight: bold;
  margin: 0 0 40px 0;
}

.sub-page #main.section .container .right .top .content h1, .sub-page #main.section .container .right .top .content h2, .sub-page #main.section .container .right .top .content h3, .sub-page #main.section .container .right .top .content h4, .sub-page #main.section .container .right .top .content h5, .sub-page #main.section .container .right .top .content h6 {
  color: #063464 !important;
  line-height: 100% !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500;
}

.sub-page #main.section .container .right .top .content h1 {
  font-size: 2.5em;
}

.sub-page #main.section .container .right .top .content h2 {
  font-size: 2.0em;
}

.sub-page #main.section .container .right .top .content h3 {
  font-size: 1.7em;
}

.sub-page #main.section .container .right .top .content h4 {
  font-size: 1.58em;
}

.sub-page #main.section .container .right .top .content h5 {
  font-size: 1.145em;
}

.sub-page #main.section .container .right .top .content h6 {
  font-size: 1.025em;
}

.sub-page #main.section .container .right .top .content h2 {
  margin-bottom: 18px;
  padding-top: 16px;
}

.sub-page #main.section .container .right .top .content h3 {
  margin-bottom: 16px;
  padding-top: 14px;
}

.sub-page #main.section .container .right .top .content h4 {
  margin-bottom: 14px;
  padding-top: 12px;
}

.sub-page #main.section .container .right .top .content h5 {
  margin-bottom: 12px;
  padding-top: 10px;
}

.sub-page #main.section .container .right .top .content h6 {
  margin-bottom: 10px;
  padding-top: 8px;
}

.sub-page #main.section .container .right .top .content ul, .sub-page #main.section .container .right .top .content ol, .sub-page #main.section .container .right .top .content li, .sub-page #main.section .container .right .top .content p, .sub-page #main.section .container .right .top .content a, .sub-page #main.section .container .right .top .content b, .sub-page #main.section .container .right .top .content strong, .sub-page #main.section .container .right .top .content em, .sub-page #main.section .container .right .top .content span, .sub-page #main.section .container .right .top .content div {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500;
  line-height: 150% !important;
}

.sub-page #main.section .container .right .top .content b, .sub-page #main.section .container .right .top .content em, .sub-page #main.section .container .right .top .content strong {
  font-weight: bold !important;
}

.sub-page #main.section .container .right .top .content a:link, .sub-page #main.section .container .right .top .content a:visited {
  text-decoration: underline;
}

.sub-page #main.section .container .right .top .content ul {
  list-style-type: disc;
  list-style-position: inside;
}

.sub-page #main.section .container .right .top .content ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.sub-page #main.section .container .right .top .content span.size {
  font-size: 65%;
}

.sub-page #main.section .container .right .top .content blockquote {
  font-style: italic;
  font-family: Georgia,Times,Times New Roman,serif;
  padding: 2px 0;
  border: 0 solid #ccc;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
  margin-bottom: 1em;
}

.sub-page #main.section .container .right .top .content blockquote p:last-of-type {
  margin-bottom: 0;
}

@media all and (max-width: 600px) {
  .sub-page #main.section .container .right .top .content img {
    height: auto !important;
  }
}

.sub-page #main.section .container .right .top .content .calendar {
  width: 100%;
  margin: 10px 0 0;
}

.sub-page #main.section .container .right .top .content .calendar * {
  font-family: Roboto, Arial, Verdana, Helvetica, sans-serif !important;
}

.sub-page #main.section .container .right .top .content .calendar thead tr .fa {
  font: normal normal normal 14px/1 FontAwesome !important;
  position: relative;
  top: 6px;
}

.sub-page #main.section .container .right .top .content .calendar thead tr td {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #f2f2f2;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}

.sub-page #main.section .container .right .top .content .calendar thead tr td:first-child {
  border-left: 1px solid #e6e6e6;
}

.sub-page #main.section .container .right .top .content .calendar thead tr td:last-child {
  border-right: 1px solid #e6e6e6;
}

.sub-page #main.section .container .right .top .content .calendar thead tr td a:link {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.sub-page #main.section .container .right .top .content .calendar thead tr td a:visited {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.sub-page #main.section .container .right .top .content .calendar thead tr td a:hover {
  background: #eaeaea;
  background: linear-gradient(to bottom, #eaeaea, #f0f0f0);
  text-decoration: none;
}

.sub-page #main.section .container .right .top .content .calendar thead tr th {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #f2f2f2;
  text-align: center;
  font-weight: 700;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr th {
  width: 14.3%;
  height: 40px;
  padding: 5px;
  font-weight: 700;
  text-align: left;
  vertical-align: bottom;
  font-size: 14px;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td {
  border: 1px solid #e6e6e6;
  text-align: left;
  vertical-align: top;
  height: 100px;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td .day {
  float: left;
  width: 100%;
  height: 100%;
  font-size: 12px !important;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td .day * {
  font-size: 12px !important;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td:hover .day {
  background: #f3f3f3;
  text-decoration: none;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td .number {
  float: left;
  width: 100%;
  height: 24px;
  padding: 5px;
  text-align: left;
  font-size: 80%;
  color: #999;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td .events {
  float: left;
  width: 100%;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td a:link {
  float: left;
  clear: left;
  margin: 0 0 2px;
  padding: 2px 5px;
  font-size: 80%;
  color: #999;
  text-decoration: none !important;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td a:visited {
  float: left;
  clear: left;
  margin: 0 0 2px;
  padding: 2px 5px;
  font-size: 80%;
  color: #999;
  text-decoration: none !important;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td a.allday:link {
  padding: 2px 5px;
  background: #eaeaea;
  border-radius: 2px;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td a.allday:visited {
  padding: 2px 5px;
  background: #eaeaea;
  border-radius: 2px;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td a.multiday:link {
  width: 100%;
  padding: 2px 5px;
  background: #eaeaea;
  border-radius: 0;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td a.multiday:visited {
  width: 100%;
  padding: 2px 5px;
  background: #eaeaea;
  border-radius: 0;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td.blank {
  background: #e4e4e4;
  border: 1px solid #ddd;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td.blank:hover .day {
  background: #ddd;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td.weekend .day {
  background: #f7f7f7;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td.weekend:hover .day {
  background: #f3f3f3;
  text-decoration: none;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td.today .day {
  background: #ffc;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td.today:hover .day {
  background: #ffffa9;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td.current .day {
  background: #2382ef;
  color: #fff;
  font-weight: 700;
}

.sub-page #main.section .container .right .top .content .calendar tbody tr td.current:hover .day {
  background: #2382ef;
}

.sub-page #main.section .container .right .top .content .calendar tbody.agenda-view {
  display: none;
}

.sub-page #main.section .container .right .top .content .calendar tbody.agenda-view tr.agenda-day.empty {
  display: none;
}

@media all and (max-width: 600px) {
  .sub-page #main.section .container .right .top .content .calendar tbody.month-view {
    display: none;
  }
  .sub-page #main.section .container .right .top .content .calendar tbody.agenda-view {
    display: table-row-group;
  }
}

.sub-page #main.section .container .right .top .content .sitemap a {
  display: block;
}

.sub-page #main.section .container .right .top .content .sitemap ul li {
  display: block;
  padding-bottom: 10px;
}

.sub-page #main.section .container .right .top .content .sitemap .hide-mobile {
  display: block;
}

.sub-page #main.section .container .right .top .content .sitemap ul .fa {
  display: none;
}

.sub-page #main.section .container .right .top .content .sitemap a:hover {
  text-decoration: underline !important;
}

.sub-page #main.section .container .right .top .content .sitemap a:link,
.sub-page #main.section .container .right .top .content .sitemap a:visited {
  width: 100%;
  margin: 0;
  padding: 6px 20px 6px 0;
  color: #063464;
  text-decoration: none;
}

.sub-page #main.section .container .right .top .content .sitemap a.depth-1, .sub-page #main.section .container .right .top .content .sitemap a.depth-2, .sub-page #main.section .container .right .top .content .sitemap a.depth-3 {
  text-transform: inherit !important;
  padding: 8px 20px !important;
}

.sub-page #main.section .container .right .top .content .sitemap a.depth-0 {
  font-weight: 500;
  font-size: 24px !important;
}

.sub-page #main.section .container .right .top .content .sitemap a.depth-1 {
  padding-left: 30px !important;
  font-size: 20px !important;
}

.sub-page #main.section .container .right .top .content .sitemap a.depth-2 {
  padding-left: 60px !important;
  font-size: 17px !important;
}

.sub-page #main.section .container .right .top .content .sitemap a.depth-2 {
  padding-left: 90px !important;
  font-size: 14px !important;
}

.sub-page #main.section .container .right .top .content .gallery a.gallery-a {
  text-decoration: none !important;
}

.sub-page #main.section .container .right .top .content .gallery img {
  width: calc(650px / 3 - 30px);
}

@media all and (max-width: 1020px) {
  .sub-page #main.section .container .right .top .content .gallery img {
    width: 23%;
  }
}

@media all and (max-width: 800px) {
  .sub-page #main.section .container .right .top .content .gallery img {
    width: 32%;
  }
}

@media all and (max-width: 600px) {
  .sub-page #main.section .container .right .top .content .gallery img {
    width: 48%;
  }
}

@media all and (max-width: 450px) {
  .sub-page #main.section .container .right .top .content .gallery img {
    width: 98%;
  }
}

@media all and (max-width: 1020px) {
  .sub-page #main.section .container .right .top .content {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.sub-page #main.section .container .right .top .blog .h2 {
  margin-bottom: 2px !important;
}

.sub-page #main.section .container .right .top .blog span.date-index {
  color: #666;
  display: block;
  padding-bottom: 10px;
}

.sub-page #main.section .container .right .top .blog span.date-post {
  color: #666;
  display: block;
  padding-bottom: 10px;
}

.sub-page #main.section .container .right .top .blog .pagenumbers {
  text-align: center;
}

.sub-page #main.section .container .right .top .blog .pagenumbers .info {
  padding-bottom: 15px;
  padding-top: 30px;
}

.sub-page #main.section .container .right .top .blog .pagenumbers a.button.button-disabled {
  display: none !important;
}

.sub-page #main.section .container .right .top .blog .pagenumbers .prevnext {
  display: inline-block;
}

.sub-page #main.section .container .right .top .blog .pagenumbers .pages {
  display: inline-block;
}

.sub-page #main.section .container .right .top .blog .pagenumbers .pages div {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.sub-page #main.section .container .right .top .blog .pagenumbers .pages div:first-of-type {
  padding-left: 10px;
}

.sub-page #main.section .container .right .top .blog .pagenumbers .pages div:last-of-type {
  padding-right: 10px;
}

@media all and (max-width: 1020px) {
  .sub-page #main.section .container .right .top {
    margin-bottom: 0;
  }
}

.sub-page #main.section .container .right .bottom {
  position: absolute;
  bottom: 102px;
}

@media all and (max-width: 1020px) {
  .sub-page #main.section .container .right .bottom {
    display: none;
  }
}

@media all and (max-width: 1020px) {
  .sub-page #main.section .container .right {
    float: none;
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media all and (max-width: 925px) {
  .sub-page .section.links {
    display: none;
  }
}

@media print {
  @page {
    .sub-page {
      size: portrait;
    }
  }
  .sub-page .top-bar {
    display: none;
  }
  .sub-page .header {
    display: none;
  }
  .sub-page .menu-item {
    display: none;
  }
  .sub-page nav {
    display: none;
  }
  .sub-page .motto {
    display: none;
  }
  .sub-page .hero {
    display: none;
  }
  .sub-page .footer-top {
    display: none;
  }
  .sub-page .footer, .sub-page footer {
    display: none;
  }
  .sub-page .subnav {
    display: none;
  }
  .sub-page .related-pages {
    display: none;
  }
}

/* Sitemap */
.sitemap a {
  display: block;
}

.sitemap ul li {
  display: block;
  padding-bottom: 10px;
}

.sitemap .hide-mobile {
  display: block;
}

.sitemap ul .fa {
  display: none;
}

.sitemap a:hover {
  text-decoration: underline !important;
}

.sitemap a:link,
.sitemap a:visited {
  width: 100%;
  margin: 0;
  padding: 6px 20px 6px 0;
  color: #063464;
  text-decoration: none;
}

.sitemap a.depth-1, .sitemap a.depth-2, .sitemap a.depth-3 {
  text-transform: inherit !important;
  padding: 8px 20px !important;
}

.sitemap a.depth-0 {
  font-weight: 500;
  font-size: 24px !important;
}

.sitemap a.depth-1 {
  padding-left: 30px !important;
  font-size: 20px !important;
}

.sitemap a.depth-2 {
  padding-left: 60px !important;
  font-size: 17px !important;
}

.sitemap a.depth-2 {
  padding-left: 90px !important;
  font-size: 14px !important;
}

footer {
  position: relative;
  background: #252525 !important;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

footer * {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #fff !important;
}

footer .container {
  position: relative;
  z-index: 2;
  justify-content: space-between;
  /*.children-decal {
      position: absolute;
      right: -156px;
      top: 20px;
      @media all and (max-width: 1020px) {
        display: none;
      }
    }*/
}

@media all and (max-width: 730px) {
  footer .container {
    flex-direction: column;
  }
}

footer .container .footer-column {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  position: relative;
}

@media all and (max-width: 730px) {
  footer .container .footer-column {
    width: 100% !important;
    text-align: center !important;
    float: clear !important;
  }
}

footer .container .footer-column:last-of-type {
  width: 320px;
  text-align: right;
  float: right;
}

footer .container .footer-column:last-of-type p {
  margin: 0;
  padding: 0;
  line-height: 15px;
}

footer .container a:hover {
  text-decoration: underline;
}

footer .container .decd {
  display: block;
  margin-bottom: 29px;
}

footer .container .neals {
  position: relative;
  top: -9px;
}

footer .container .cc {
  position: relative;
  top: -7px;
  margin-right: 28px;
}

footer .container .logos {
  margin-bottom: 8px;
}

@media all and (max-width: 985px) {
  footer .container .logos {
    position: relative;
    top: -5px;
  }
}

footer .container .sagov {
  position: relative;
  top: -5px;
  margin-right: 25px;
}

footer .container .complaints {
  position: relative;
  top: -5px;
  margin-right: 20px;
}

footer .container .center {
  width: 250px;
  margin: 0 auto;
  text-align: center;
}

footer .container .center div a:first-of-type img {
  margin-right: 50px;
}

footer .container .center img {
  margin-bottom: 22.5px;
  width: 95px;
}

footer .container .creativecommons {
  position: relative;
  top: -7px;
}

footer .container .nbsp-spacer {
  font-size: 8px !important;
  line-height: 8px !important;
}

footer .sagov img {
  position: relative;
  top: 6px;
}

footer .home-page .values .values-large {
  display: none;
}

@media all and (max-width: 985px) {
  footer .footer-column {
    display: block;
    width: 100%;
  }
  footer .decd {
    margin: 0 auto;
    max-width: 100%;
  }
  footer .footer-column:last-of-type {
    text-align: center;
    width: 100%;
  }
  footer .footer-column:first-of-type {
    margin-bottom: 28px;
  }
  footer .footer-column:nth-of-type(2) {
    margin-bottom: 10px;
  }
  footer .logos {
    margin-bottom: 0;
  }
  footer .copyright-left {
    display: none !important;
  }
  footer .copyright-right {
    display: block !important;
  }
  footer p {
    line-height: 21px !important;
  }
  footer .cc {
    margin-right: 25px;
  }
}

.body-wrapper {
  overflow-x: hidden;
  width: 100%;
  padding-top: 1px;
  margin-top: -1px;
}

@media all and (max-width: 1100px) {
  .section .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.panel.motto {
  background: #075d62;
  position: relative;
  z-index: 3;
}

.panel.motto .inner {
  padding-top: 65px;
  padding-bottom: 62px;
  text-align: center;
}

.panel.motto .inner h2 {
  font-family: 'Life Savers', cursive;
  color: #fff;
  font-size: 62px;
}

@media all and (max-width: 1100px) {
  .panel.motto .inner h2 {
    font-size: 48px;
  }
}

@media all and (max-width: 1000px) {
  .panel.motto .inner {
    padding-top: 45px;
    padding-bottom: 42px;
  }
}

@media all and (max-width: 600px) {
  .panel.motto .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .panel.motto .inner h2 {
    font-size: 30px;
  }
}

/*# sourceMappingURL=styles.css.map */
