@charset "utf-8";

@font-face {
  font-family: "Gotham Book";
  src: url("Gotham-Book.eot");
  src: url("Gotham-Book.eot?#iefix") format("embedded-opentype"),
    url("Gotham-Book.woff") format("woff"),
    url("Gotham-Book.ttf") format("truetype"),
    url("Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Bold";
  src: url("Gotham-Bold.eot");
  src: url("Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    url("Gotham-Bold.woff") format("woff"),
    url("Gotham-Bold.ttf") format("truetype"),
    url("Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

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: #003da5;
}

body,
html {
  font-size: 17px;
  line-height: 1.6em;
  font-family: "Gotham Book", 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,
strong {
  font-weight: bold;
  font-family: "Gotham Bold", sans-serif;
}

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;
}

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: 1300px;
  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.2em;
  line-height: 1.6em;
}

.uppercase {
  text-transform: uppercase;
}

.sign {
  max-width: 160px;
}

.textblue {
  color: #003da5;
}

.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%;
}

.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: 2.2em;
  margin-top: 0;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 15;
  background-color: #003da5;
}

.logo {
  font-size: 1.5em;
  color: #fff;
  line-height: 1.2em;
  padding: 10px 0;
  position: relative;
}

.logo img {
  padding-right: 10px;
  width: 130px;
}

.header,
.logo img,
.banner {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.logo:after {
  background: url("sgs-whitelogo.png");
  position: absolute;
  content: "";
  left: -11%;
  right: 0;
  opacity: 0.1;
  bottom: 0;
  top: 0;
  z-index: -1;
  background-position: left center;
  background-size: 200px;
  background-repeat: no-repeat;
}

/*search form*/

#search {
  position: absolute;
  z-index: 12;
  right: 0;
  top: 46px;
  width: 280px;
  padding: 15px;
  background-color: #e0e5ee;
}

.searchinput {
  width: 100%;
  padding: 0 10px;
  border: none;
  height: 40px;
  outline: none;
  font-size: 16px;
  color: #555;
  background-color: #fff;
}

.submit {
  display: none;
}

main {
  margin-top: 120px;
}

.fixed .menu > li > a {
  line-height: 44px;
}

.fixed .logo {
  padding: 5px 0;
}

.fixed .logo img {
  width: 100px;
}

.fixed .menu.topmenu {
  bottom: 46px;
}

.fixed .topSocial {
  top: 0;
}

.fixed main {
  margin-top: 90px;
}

.fixed .banner,
.fixed .banner img {
  height: calc(100vh - 90px) !important;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner,
.banner img {
  height: calc(100vh - 120px) !important;
  width: 100%;
  object-position: top;
}

.circleContainer {
  right: 0;
  left: 0;
  bottom: 5%;
  position: absolute;
  z-index: 3;
  margin: 0 auto;
  text-align: center;
}

.circleWrap {
  width: 280px;
  height: 280px;
  position: relative;
  margin: 0 0 0 auto;
}

.circle1 {
  width: 100%;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0 20px;
  font-size: 1.5em;
  background: rgba(0, 60, 166, 0.65);
  color: #fff;
  line-height: 1.2em;
  border-radius: 50%;
}

.circle2,
.circle3,
.circle4,
.circle5 {
  position: absolute;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  line-height: 1.3em;
  padding: 0 10px;
  color: #333;
}

.circle2 {
  width: 220px;
  height: 220px;
  left: -210px;
  top: -100px;
  font-size: 1.3em;
  animation: float 5s ease-in-out infinite;
}

.circle3 {
  width: 140px;
  height: 140px;
  left: 20px;
  top: -150px;
}

.circle4 {
  width: 160px;
  height: 160px;
  left: -170px;
  top: 130px;
  font-size: 1.1em;
}

.circle5 {
  width: 130px;
  height: 130px;
  left: 170px;
  top: -120px;
}

.circle2 span,
.circle3 span,
.circle4 span,
.circle5 span {
  border-top: 2px solid rgba(0, 60, 166, 0.5);
  padding: 4px 10px;
  display: inline-block;
  font-size: 0.8em;
  margin-top: 10px;
  white-space: nowrap;
}

.circle2:hover,
.circle3:hover,
.circle4:hover,
.circle5:hover {
  background-color: rgba(0, 60, 166, 0.7);
  color: #fff;
}

.circle2:hover span,
.circle3:hover span,
.circle4:hover span,
.circle5:hover span {
  border-top: 2px solid #fff;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.boxesWrap {
  position: relative;
  padding-top: 20px;
}

.boxesWrap.editor > * {
  width: calc(25% - 21px);
  overflow: hidden;
  color: #fff;
  position: relative;
  border-radius: 50%;
  text-decoration: none;
  background-color: #edf0f5;
}

.boxesWrap.editor > *:not(:first-child) {
  margin-left: 14px;
}

.boxesWrap.editor > *:not(:last-child) {
  margin-right: 14px;
}

.boxesWrap p {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0px;
  right: 0px;
  font-size: 1.1em;
  line-height: 1em;
  text-transform: uppercase;
  background-color: #043da5;
  padding: 10px 55px;
  min-height: 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.boxesWrap.editor a:hover p {
  min-height: 100%;
}

.boxesWrap.editor a:hover {
  color: white;
}

.eventsWrap {
  position: relative;
  background-color: #f4f8ff;
}

.eventsWrap .col13 {
  overflow: hidden;
}

.events {
  margin-bottom: 15px;
}

.events > div {
  padding: 10px 0;
  border-bottom: 1px solid #e3e5e8;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.events .glEventDate {
  width: 110px;
  line-height: 1em;
  font-weight: 700;
  color: #003da5;
  background-color: #e6ebf6;
  padding: 10px 5px;
  position: relative;
  text-align: center;
}

.events .glEventTitle {
  width: calc(100% - 120px);
  line-height: 1.3em;
}

.events .glEventTitle div a {
  text-decoration: none;
}

.events .glEventTitle div {
  padding-left: 15px;
  position: relative;
  margin-bottom: 7px;
}

.events .glEventTitle div:last-child {
  margin-bottom: 0;
}

.events .glEventTitle div:before {
  content: "\f115";
  font-family: beehivelyicons;
  font-size: 12px;
  font-style: normal;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 5px;
}

#eventlist {
  height: 320px;
  overflow-y: scroll;
}

.events::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.events::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.events::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.44, rgb(122, 153, 217)),
    color-stop(0.72, rgb(73, 125, 189)),
    color-stop(0.86, rgb(28, 58, 148))
  );
}

.editor .read-more:before,
.editor .read-more:after {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.editor .read-more {
  padding: 8px 40px 8px 15px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  background-color: #003da5;
  border: 1px solid #003da5;
  font-size: 15px;
  color: #fff;
}

.editor .read-more:before,
.editor .read-more:after {
  content: "";
  position: absolute;
  top: 50%;
}

.editor .read-more:before {
  width: 10px;
  height: 2px;
  background-color: #fff;
  right: 24px;
  margin-top: -1px;
}

.editor .read-more:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  right: 18px;
  margin-top: -4px;
}

.editor .read-more:hover {
  background-color: #fff;
  border-color: #003da5;
  color: #003da5;
}

.editor .read-more:hover:before {
  background-color: #003da5;
  right: 16px;
}

.editor .read-more:hover:after {
  border-color: transparent transparent transparent #003da5;
  right: 10px;
}

.footer {
  position: relative;
  background-color: #003da5;
}

.footerWrap {
  background-color: #fff;
  padding: 20px;
  position: relative;
  font-size: 0.9em;
}

.footerWrap:after {
  background-color: #f4f8ff;
  content: "";
  position: absolute;
  z-index: -1;
  left: -100vw;
  right: -100vw;
  top: 0;
  bottom: 100px;
}

.footerWrap .homeAddress {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}

.editor .footerWrap h2 {
  font-size: 1.3em;
}

.footerWrap .flogo {
  margin-right: 20px;
  width: 110px;
  align-self: center;
}

.social {
  display: flex;
}

.editor .social a {
  margin-right: 5px;
  background-color: #023da5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 1px solid transparent;
  font-size: 10px;
  color: #fff;
}

.editor .social a:hover {
  background-color: transparent;
  border-color: #023da5;
  color: #023da5;
}

.footerWrap .acc img {
  margin-right: 20px;
  height: 70px;
}

.footerWrap .full-screen {
  height: 400px !important;
}

.footer .address {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .address a,
.footer .address a:hover {
  color: #fff;
}

.address .social a {
  background-color: #023da5;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.address .social a:hover {
  background-color: #fff;
}

.editor .address .social a:hover {
  color: #023da5;
}

.copyrights {
  position: relative;
  padding: 25px 0;
  font-size: 0.9em;
  line-height: 20px;
  color: #fff;
}

.copyrights span {
  padding: 0 10px;
}

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

.editor h2 {
  font-size: 1.6em;
  margin: 15px 0;
}

.editor h3 {
  font-size: 1.4em;
  margin: 15px 0;
}

.editor h4 {
  font-size: 1.3em;
  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;
  background-image: url(dot2.svg);
}

.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: #003da5;
  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: #003da5;
  text-decoration: none;
  cursor: pointer;
}

.editor a:hover {
  color: #222;
  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 {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 30px 0;
  border: 0px;
  border-top: 3px solid #f3f6fc;
}

.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: 8px 15px;
  background-color: #003da5;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #003da5;
}

.editor .btn a:hover,
.btn a:hover {
  background-color: transparent;
  color: #003da5;
}

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

.editor .btn a .bi-arrow-fill-2 {
  font-size: 8px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-flex;
}

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

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

.rightimg img,
.leftimg img,
.imgborder img {
  padding: 15px;
  border-radius: 3px;
  -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);
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.innerBanner {
  width: 100%;
}

.content {
  padding: 40px 0 30px;
  position: relative;
  min-height: 300px;
}

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

.lightbox {
  background-color: #f3f6fc;
  padding: 20px;
}

.editor .faculty {
  padding: 0;
  margin: 0 -10px;
  list-style: none;
}

.editor .faculty li {
  background: none;
  margin: 10px;
  width: calc(20% - 20px);
  position: relative;
  border: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 0.9em;
  line-height: 1.6em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.editor .faculty li img {
  padding-bottom: 7px;
}

.editor .faculty li strong {
  display: block;
}

.editor .faculty li:hover {
  border-color: #ccc;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.editor .pageList {
  padding: 0;
  margin: 0 -10px;
  list-style: none;
}

.editor .pageList > * {
  margin: 10px;
  width: calc(33.333% - 20px);
  position: relative;
  background-color: #f4f8ff;
  padding: 10px;
  font-size: 0.8em;
  text-decoration: none;
}

.editor .pageList a {
  text-decoration: none;
}

.editor .pageList a:hover {
  background-color: #003da5;
  color: #fff;
}

.accordion-header-button {
  font-family: "Gotham Bold", sans-serif;
}

.sles {
  line-height: 1.5;
}

.sles strong {
  font-size: 1.4em;
  padding-right: 3px;
}

.fullcal h2 {
  font-size: 1.4em;
  line-height: 1.2em;
  color: #003da5;
}

button.fc-button-primary {
  background-color: #003da5;
  border-color: #003da5;
}

button.fc-button-primary:disabled {
  opacity: 0.7;
  background-color: #003da5;
  border-color: #003da5;
}

th.fc-day-header {
  background-color: #003da5;
  color: #fff;
  font-weight: 700;
}

.fullcal .fc-dayGrid-view .fc-week-number,
.fullcal .fc-dayGrid-view .fc-day-number {
  line-height: 1em;
  font-size: 0.9em;
  padding: 3px;
}

.fullcal .fc-today .fc-day-number {
  background-color: #003da5;
  border-radius: 3px;
  font-weight: 700;
  color: #fff;
}

.fullcal .fc-event {
  border-color: transparent;
}

.fullcal .fc-day-grid-event .fc-content {
  white-space: normal;
}

.topSocial {
  position: absolute;
  top: 22px;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.topSocial a,
.topSocial .search {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 10px;
  padding: 10px;
  margin-left: 5px;
  color: #fff;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
}

.topSocial a:hover,
.topSocial .search:hover,
.topSocial .search.open {
  background-color: #fff;
  color: #003ca6;
}

.search.open:after {
  left: 50%;
  bottom: -7px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-width: 8px;
  border-bottom-color: #e0e5ee;
  margin-left: -8px;
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.bluetitle {
  color: #003ca6;
}

.monthFilter select {
  padding: 7px;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.9em;
}

.eventWrap .glEvent {
  width: calc(20% - 12px);
  margin: 6px;
  background-color: #eef0fa;
}

.eventWrap .evDescription {
  padding: 10px;
}

.eventWrap .eventDate {
  position: relative;
}

.eventWrap .evDate {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 5px;
  font-family: "Gotham Bold", sans-serif;
}

.editor .eventWrap h3 {
  font-size: 1em;
  margin: 0 0 10px;
}

.eventWrap .allday {
  background-color: #d8e6ff;
  padding: 5px;
  border-radius: 10px;
  font-weight: 600;
}

.eventWrap .allday i {
  font-size: 7px;
  font-weight: 400;
}

/* ~~~~~~~~~~~~~~~~~~~~ */
.menu.topmenu {
  bottom: 56px;
  right: 190px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.menu.topmenu li ul li a {
  color: #444;
}

.menu.topmenu > li > a {
  color: #cddfff;
}

.menu,
.menu > li,
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu {
  position: absolute;
  bottom: 0;
  right: 0;
}

.menu > li {
  position: relative;
  margin-right: 25px;
}

.menu > li:last-child {
  margin-right: 0px;
}

.menu > li > a {
  position: relative;
  color: #fff;
  line-height: 50px;
}

.menu > li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  background-color: #fff;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.menu > li:hover:after,
.menu > li.active:after {
  opacity: 1;
  width: 100%;
}

.menu ul {
  width: 210px;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #fff;
  display: none;
  z-index: 10;
  -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:last-child > ul {
  left: inherit;
  right: 0;
}

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

.menu li ul li {
  width: 100%;
  padding: 0px 10px 0 15px;
  position: relative;
}

.menu ul li:last-child a {
  border-bottom: none;
}

.menu li ul li a {
  display: block;
  padding: 7px 0;
  color: #444;
  font-size: 0.9rem;
  line-height: 1.4em;
  border-bottom: 1px solid #ddd;
}

.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: #003ca6;
}

.menu .mega-menu > ul {
  width: 430px;
}

.menu > li.mega-menu:hover > ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.submenu-list {
  width: 50%;
}

#menu-trigger {
  display: none;
}

.accordion #JotFormIFrame-210765782683062 {
  height: 1660px;
}

@media screen and (max-width: 1135px) and (min-width: 767px) {
  .accordion #JotFormIFrame-210765782683062 {
    height: 2000px;
  }
}

@media screen and (max-width: 538px) {
  .accordion #JotFormIFrame-210765782683062 {
    height: 2000px;
  }
}

@media screen and (max-width: 1159px) {
  .logo {
    font-size: 1.4em;
  }

  .menu > li {
    margin-right: 18px;
  }

  .boxesWrap p {
    font-size: 0.9em;
    min-height: 70px;
  }
}

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

  .container {
    width: calc(100% - 30px);
  }

  .innerBanner {
    width: 100%;
  }

  .spaceTop {
    padding-top: 35px;
  }

  .spaceBottom {
    padding-bottom: 35px;
  }

  .header {
    position: relative;
  }

  .topSocial,
  .fixed .topSocial {
    position: relative;
    top: inherit;
    right: inherit;
    align-items: center;
  }

  .fixed main,
  main {
    margin-top: 0px;
  }

  .banner,
  .banner img,
  .fixed .banner,
  .fixed .banner img {
    height: calc(100vh - 120px) !important;
  }

  .fixed .logo,
  .logo {
    padding: 10px 0;
  }

  .fixed .logo img,
  .logo img {
    width: 120px;
  }

  .boxesWrap.editor > * {
    width: calc(25% - 10px);
  }

  .boxesWrap.editor > *:not(:first-child) {
    margin-left: 6px;
  }

  .boxesWrap.editor > *:not(:last-child) {
    margin-right: 6px;
  }

  .editor .faculty li {
    width: calc(25% - 20px);
  }

  .submenu-list {
    width: 100%;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: #fff;
    -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;
  }

  .fixed .menu.topmenu,
  .menu,
  .menu.topmenu {
    display: block;
    position: relative;
    right: inherit;
    bottom: inherit;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }

  .nav.showMobiNav {
    display: block;
  }

  .menu > li {
    margin: 0;
    display: block;
    border-bottom: 1px solid #e9e9e9;
  }

  .menu li a,
  .topmenu.menu > li > a,
  .fixed .menu > li > a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-right: 40px;
    padding: 10px 10px 10px 15px;
    color: #444;
  }

  .menu li ul li {
    padding: 0 0 0 10px;
  }

  .menu li ul li a {
    padding: 6px 0px 6px 15px;
    line-height: 1.3em;
    border-bottom: none;
  }

  .menu ul,
  .menu > li li:hover > ul,
  .menu > li:hover > ul {
    display: block;
    width: inherit;
    padding-right: 40px;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 0;
  }

  .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 {
    color: #023da5;
    background-color: transparent;
  }

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

  .menu li .droparrow:after,
  .menu li .droparrow:before {
    left: 50%;
    top: 50%;
    content: " ";
    height: 2px;
    width: 12px;
    position: absolute;
    background-color: #555;
    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:after {
    display: none;
  }

  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #fff;
  }

  #menu-trigger span,
  #menu-trigger span:before,
  #menu-trigger span:after {
    position: absolute;
    width: 26px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #295e82;
    -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: 15px;
  }

  .header .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topSocial {
    padding-bottom: 10px;
  }

  .logo:after {
    display: none;
  }

  .logo img,
  .fixed .logo img {
    width: 108px;
  }

  .nav {
    width: 100%;
  }

  .banner,
  .banner img,
  .fixed .banner,
  .fixed .banner img {
    height: inherit !important;
  }

  .circleContainer,
  .circle2,
  .circle3,
  .circle4,
  .circle5 {
    right: inherit;
    left: inherit;
    bottom: inherit;
    top: inherit;
    position: relative;
    width: 100%;
    height: inherit;
  }

  .circleWrap {
    width: 100%;
    height: inherit;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .circle1 {
    padding: 10px 20px;
    border-radius: 0;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .circle2,
  .circle3,
  .circle4,
  .circle5,
  .circle5 {
    width: 50%;
    background-color: #f4f8ff;
    border-radius: 0;
    padding: 15px;
    font-size: 1.1em;
  }

  .circle2 {
    animation: none;
  }

  .circle3,
  .circle4 {
    background-color: #e2e9f5;
  }

  .circleWrap strong {
    display: block;
  }

  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

  .editor.boxesWrap > * {
    width: calc(50% - 10px);
  }

  .editor.boxesWrap > *,
  .boxesWrap.editor > *:not(:first-child),
  .boxesWrap.editor > *:not(:last-child) {
    margin: 5px;
  }

  .footerWrap .full-screen {
    height: 200px !important;
  }

  .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;
  }

  .editor .faculty li {
    width: calc(33.333% - 10px);
    margin: 5px;
  }

  .editor .pageList > * {
    margin: 10px;
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 479px) {
  .editor.boxesWrap > * {
    width: 100%;
  }

  .editor.boxesWrap > *,
  .boxesWrap.editor > *:not(:first-child),
  .boxesWrap.editor > *:not(:last-child) {
    margin: 5px 0;
  }

  .boxesWrap p {
    font-size: 1em;
  }

  .calbox > div {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }

  .editor .faculty li {
    width: calc(50% - 10px);
  }

  .fullcal h2 {
    font-size: 1.2em;
  }

  .editor .pageList > * {
    width: 100%;
  }
}
