<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS crunched with Crunch - http://crunchapp.net/ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body,
form,
fieldset,
legend,
input,
select,
textarea,
button {
  margin: 0;
}
html {
  font-size: 100%;
}
html,
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #222222;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
i,
em,
.em,
dfn,
blockquote,
q {
  font-style: italic;
}
a {
  color: #4e4c7b;
  text-decoration: none;
}
a:hover {
  color: #3a395b;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
p {
  margin: 0 0 1.6em 0;
  padding: 0 !important;
}
pre {
  margin: 1em 0;
}
ul + p,
ul + pre,
ol + p,
ol + pre {
  margin-top: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
mark {
  background: #ff0;
  color: #111;
}
audio:not([controls]) {
  height: 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #ddd;
  margin: 1em 0;
  *margin: 1em 0;
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 0.33em 0;
}
h1,
.h1 {
  font-size: 250%;
}
h2,
.h2 {
  font-size: 300%;
}
h3,
.h3 {
  font-size: 200%;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 1px;
}
h4,
.h4 {
  font-size: 125%;
}
h5,
.h5 {
  font-size: 100%;
}
h6,
.h6 {
  font-size: 90%;
}
.no-style-heading {
  font-size: 100%;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}
dd {
  margin-bottom: 1em;
}
menu,
ol,
ul {
  padding: 0 0 0 22px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
.list-unstyled,
.list-inline {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-unstyled li,
.list-inline li {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  font-size: 22px;
  font-size: 1.4666666666666666pxrem;
  line-height: 32px;
  line-height: 2.1333333333333333pxrem;
  color: #434343;
  margin: 1em 0;
}
blockquote p {
  margin: 1em 0;
}
cite {
  color: #434343;
  font-style: normal;
  font-size: 16px;
  font-size: 1.0666666666666667pxrem;
  line-height: normal;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
form {
  margin: 0;
  padding: 0;
}
fieldset {
  border: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
label {
  margin: 0;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 80%;
  vertical-align: baseline;
  *vertical-align: middle;
  border: none;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  padding: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  background-color: #fff;
  /* border: 1px solid #ccc; */
  color: #111;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  box-sizing: border-box;
  line-height: normal;
  margin: 0;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.checkbox {
  margin: 0.2em 0;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  margin-top: 0.05em;
}
.checkbox label {
  padding-left: 5px;
  overflow: hidden;
  display: table;
  *zoom: 1;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.sticky {
  position: fixed !important;
  right: 0;
  left: 0;
  top: 0 !important;
  z-index: 999;
  opacity: 0.95;
}
.sticky .wsmenu.slideLeft .wsmenu-list::before {
  background-image: url("../images/favicon.png");
  background-repeat: no-repeat;
  background-size: 50% auto;
  content: "";
  float: left;
  height: 35px;
  position: relative;
  top: 12px;
  left: 30px;
  width: 58px;
}
.overlapblackbg {
  display: none;
}
.wsmenuexpandermain {
  position: relative;
  display: none;
}
.no-mobile.wsmenu-arrow.fa.fa-angle-down {
  font-weight: 700;
  padding-left: 3px;
}
.wsmenu {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #ffffff;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 0px;
  margin: 0px auto;
  width: 100%;
}
.wsmenu-click {
  display: none;
}
.wsmenu-list {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 100%;
  display: table;
  padding: 0px;
}
.wsmenu-list &gt; li {
  text-align: center;
  display: table-cell;
}
.wsmenu-list &gt; li &gt; a {
  display: block;
  color: #ffffff;
  padding: 0px 14px;
  line-height: 48px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.wsmenu-list &gt; li &gt; a .fa {
  display: inline-block;
  font-size: 14px;
  line-height: 0;
  margin-right: 0px;
}
.wsmenu-list &gt; li &gt; a:hover,
.wsmenu-list &gt; li &gt; a.active {
  background-color: #625f9b !important;
  text-decoration: none;
  color: #fff ;
}
.wsmenu-list li a .arrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #b3b3b3;
  content: "";
  float: right;
  height: 0;
  margin: 0 0 0 9px;
  position: absolute;
  text-align: right;
  top: 22px;
  width: 0;
}
.wsmenu-list li a:hover .arrow:after,
.wsmenu-list li a.active .arrow:after {
  border-top-color: #b3b3b3;
}
.wsmenu-list li:hover &gt; a {
  background-color: #3a395b;
  text-decoration: none;
  color: #fff;
}
.wsmenu-list li:hover &gt; a .arrow:after {
  border-top-color: #b3b3b3;
}
.wsmenu-list li:hover &gt; ul {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
  display: block;
}
.wsmenu-list li &gt; ul {
  /* ( flat | preserve-3d ) */
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  /* FF 10+ */
  -ms-transform-style: preserve-3d;
  /* IE 10+ */
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -ms-transform: rotateX(-75deg);
  transform: rotateX(-75deg);
  visibility: hidden;
}
.wsmenu-list ul {
  position: absolute;
  top: 48px;
  z-index: 1000;
  margin: 0px;
  padding: 0px;
  background-color: #3a395b;
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  /* IE 10+ */
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.wsmenu-list ul li &gt; ul,
.wsmenu-list ul ul li &gt; ul ul {
  /* ( flat | preserve-3d ) */
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  /* FF 10+ */
  -ms-transform-style: preserve-3d;
  /* IE 10+ */
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -ms-transform: rotateX(-75deg);
  transform: rotateX(-75deg);
  visibility: hidden;
}
.wsmenu-list ul li:hover &gt; ul,
.wsmenu-list ul ul li:hover &gt; ul ul {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.wsmenu-list ul &gt; li &gt; a:hover {
  background-color: #625f9b;
  border-radius: 0px!important;
  text-decoration: none;
}
.wsmenu-list ul .fa {
  margin-right: 7px;
}
.wsmenu-list ul li {
  position: relative;
  padding: 0px;
  margin: 0px;
  display: block;
}
.wsmenu-list ul li a {
  background: #3a395b;
  background-image: none !important;
  color: #fff !important;
  border-right: 0 none !important;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 6px 12px;
  text-transform: none;
  font-size: 16px;
  letter-spacing: normal;
  border-right: 0px solid;
}
.wsmenu-list ul ul,
.wsmenu-list ul ul ul {
  min-width: 220px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  /* IE 10+ */
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.wsmenu-list ul li:hover ul,
.wsmenu-list ul ul li:hover ul {
  opacity: 1;
  list-style: none;
  padding: 2px;
  display: block;
}
.wsmenu-list ul ul li:hover ul {
  border: solid 1px #3a395b;
  background-color: #3a395b;
}
@media only screen and (min-width: 780px) and (max-width: 1023px) {
  .wsmenu {
    font-size: 13px !important;
  }
  .wsmenu-list li a {
    white-space: nowrap !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1200px) {
  .wsmenu-list li a .arrow:after {
    display: none !important;
  }
}
@media only screen and (min-width: 781px) {
  .wsmenu-list li:hover &gt; ul,
  .wsmenu-list ul li:hover &gt; ul,
  .wsmenu-list ul ul li:hover &gt; ul {
    display: block !important;
  }
}
/*------------------------------------ Mobile CSS ---------------------------------------------*/
@media only screen and (max-width: 780px) {
  .wsmenucontainer {
    overflow: hidden;
    min-height: 800px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.04s ease-in-out;
    -moz-transition: all 0.04s ease-in-out;
    -ms-transform: all 0.04s ease-in-out;
    -o-transition: all 0.04s ease-in-out;
    transition: all 0.04s ease-in-out;
  }
  .mrginleft {
    margin-left: 240px;
    -webkit-transition: all 0.04s ease-in-out;
    -moz-transition: all 0.04s ease-in-out;
    -ms-transform: all 0.04s ease-in-out;
    -o-transition: all 0.04s ease-in-out;
    transition: all 0.04s ease-in-out;
  }
  .mrginleft .callusicon,
  .mrginleft .mapicon,
  .mrginleft .devider {
    display: none !important;
  }
  .sticky {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 0;
    width: 0;
  }
  .sticky .wsmenuexpandermain .animated-arrow.menuopen {
    left: 240px !important;
    margin-top: 4px !important;
  }
  .sticky .animated-arrow,
  .sticky .smallogo,
  .sticky .callusicon,
  .sticky .devider,
  .sticky .mapicon {
    position: fixed;
  }
  .sticky .smallogo {
    right: 0;
  }
  .sticky .smallogo img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    max-height: 27px;
    width: auto;
  }
  .sticky .smallogo img.menuopen {
    margin-left: 240px;
  }
  .sticky .wsmenu.slideLeft .wsmenu-list {
    width: initial;
  }
  .sticky .wsmenu.slideLeft .wsmenu-list:before {
    display: none;
  }
  .overlapblackbg {
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }
  .overlapblackbg.menuopen {
    display: block;
  }
  .wsmenuexpandermain {
    display: block !important;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.04s ease-in-out;
    -moz-transition: all 0.04s ease-in-out;
    -ms-transform: all 0.04s ease-in-out;
    -o-transition: all 0.04s ease-in-out;
    transition: all 0.04s ease-in-out;
    z-index: 1;
  }
  .wsmenuexpandermain .menuopen {
    left: 240px !important;
    margin-top: 4px !important;
  }
  .wsmenu {
    position: relative;
    width: 0px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 0px;
    z-index: 100;
    -webkit-transition: all 0.04s ease-in-out;
    -moz-transition: all 0.04s ease-in-out;
    -ms-transform: all 0.04s ease-in-out;
    -o-transition: all 0.04s ease-in-out;
    transition: all 0.04s ease-in-out;
    border: none ;
    background-color: #fff ;
  }
  .wsmenu.menuopen {
    width: 240px;
    -webkit-transition: all 0.04s ease-in-out;
    -moz-transition: all 0.04s ease-in-out;
    -ms-transform: all 0.04s ease-in-out;
    -o-transition: all 0.04s ease-in-out;
    transition: all 0.04s ease-in-out;
  }
  .wsmenu.menuopen .m-nav {
    display: block !important;
    height: 60px;
    width: 240px;
  }
  .wsmenu.menuopen .m-nav &gt; div a {
    border: 1px solid #ffffff;
    float: left;
    padding: 22px 20px;
  }
  .wsmenu.menuclose {
    -webkit-transition: all 0.04s ease-in-out;
    -moz-transition: all 0.04s ease-in-out;
    -ms-transform: all 0.04s ease-in-out;
    -o-transition: all 0.04s ease-in-out;
    transition: all 0.04s ease-in-out;
  }
  .wsmenu-list &gt; li:hover &gt; a {
    background-color: rgba(0, 0, 0, 0.08);
    text-decoration: none;
  }
  .wsmenu-list li:first-child a,
  .wsmenu-list li:last-child a {
    -webkit-border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
  }
  .wsmenu-list li:last-child a {
    border-right: 0px solid;
  }
  .wsmenu-list &gt; li &gt; a .fa {
    margin-right: 6px;
  }
  .wsmenu-list ul &gt; li:hover &gt; a {
    background-color: #7b7b7b;
    color: #fff;
  }
  .wsmenu &gt; .wsmenu-list &gt; li &gt; a.active,
  .wsmenu &gt; .wsmenu-list &gt; li &gt; a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.08);
  }
  .wsmenu &gt; .wsmenu-list &gt; li &gt; a {
    padding: 9px 32px 9px 17px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #666666;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0.13);
    position: static;
  }
  .wsmenu &gt; .wsmenu-list &gt; li &gt; a &gt; .fa {
    font-size: 16px;
    color: #bfbfbf;
  }
  .wsmenu .wsmenu-list {
    height: 100%;
    overflow-y: auto;
    display: block;
  }
  .wsmenu .wsmenu-list &gt; li {
    width: 240px;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit;
  }
  .wsmenu .wsmenu-list li a .arrow:after {
    display: none ;
  }
  .wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
    font-size: 12px;
    color: #8E8E8E;
  }
  .wsmenu-list li:hover ul {
    display: none;
  }
  .wsmenu-list li:hover ul ul {
    display: none;
  }
  .wsmenu-list ul ul li:hover ul {
    display: none;
    list-style: none;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff;
  }
  .wsmenu-click {
    border-left: 1px solid rgba(0, 0, 0, 0.13);
    cursor: pointer;
    display: block;
    height: 43px;
    padding-left: 6px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .wsmenu-click i {
    display: block;
    height: 23px;
    width: 25px;
    margin-top: 11px;
    margin-right: 8px;
    background-size: 25px;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.25);
    float: right;
  }
  .wsmenu-click:hover {
    background-color: rgba(0, 0, 0, 0.13);
  }
  .wsmenu-rotate {
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }
  .wsmenu-list ul ul {
    width: 100%;
    position: static;
    left: 100%;
    top: 0;
    display: none;
    margin: 0px;
    padding: 0px;
    border: solid 0px;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .wsmenu-list ul ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    position: relative;
  }
  .wsmenu-list ul ul li.active {
    color: #000 ;
  }
  .wsmenu-list ul ul li:hover &gt; a {
    background-color: #333333;
    color: #fff;
  }
  .wsmenu-list ul ul a {
    display: block;
    padding: 10px 25px 10px 25px;
    border-bottom: solid 1px #ccc;
    font-weight: normal;
  }
  .wsmenu-list ul ul a.active {
    color: #000 ;
  }
  .wsmenu-list ul ul ul {
    width: 100% ;
    position: static ;
    left: 100% ;
    top: 0 ;
    display: none;
    margin: 0px ;
    padding: 0px ;
    border: solid 0px ;
    transform: none ;
    opacity: 1 ;
    visibility: visible ;
  }
  .wsmenu-list ul ul ul li {
    margin: 0px 0px 0px 0px ;
  }
  .wsmenu-list ul ul ul li.active {
    color: #000 ;
  }
  .wsmenu-list ul ul ul li:hover &gt; a {
    background-color: #606060 ;
    color: #fff;
  }
  .wsmenu-list ul ul ul a {
    display: block;
    color: #000;
    padding: 10px 25px;
    background: #000 ;
    border-bottom: solid 1px #ccc;
    font-weight: normal;
  }
  .wsmenu-list ul ul ul a.active {
    color: #000 ;
  }
  .wsmenu-list li &gt; ul,
  .wsmenu-list li:hover &gt; ul,
  .wsmenu-list ul li &gt; ul {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    visibility: visible ;
  }
  .wsmenu-list ul li:hover &gt; ul,
  .wsmenu-list ul ul li &gt; ul,
  .wsmenu-list ul ul li:hover &gt; ul {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    visibility: visible ;
    opacity: 1  ;
  }
  .wsmenu-list &gt; li &gt; a .fa {
    display: none;
  }
  .mobile-sub ul {
    transform: none ;
    opacity: 1 ;
    display: none;
    position: relative ;
    top: 0px ;
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 0px;
    visibility: visible ;
  }
  .mobile-sub ul li a {
    line-height: 20px;
    height: 36x;
    background-color: #e7e7e7 !important;
    font-size: 13px ;
    padding: 8px 0px 8px 18px;
    color: #8E8E8E !important;
  }
  .mobile-sub ul li a:hover {
    background-color: #e7e7e7;
    color: #4e4c7b !important;
    text-decoration: underline;
  }
  .mobile-sub ul li:hover &gt; a {
    background-color: #e7e7e7 ;
    color: #fff;
  }
  .mobile-sub ul li ul li a,
  .mobile-sub ul li ul li ul li a {
    line-height: 20px;
    height: 36x;
    background-color: #e7e7e7 ;
    border-bottom: none;
    padding-left: 28px;
  }
  .mobile-sub ul li ul li ul li a {
    padding-left: 38px;
    color: #8e8e8e;
  }
  .wsmenucontent {
    z-index: 1;
  }
  .animated-arrow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    -webkit-transition: all 0.04s ease-in-out;
    -moz-transition: all 0.04s ease-in-out;
    -ms-transform: all 0.04s ease-in-out;
    -o-transition: all 0.04s ease-in-out;
    transition: all 0.04s ease-in-out;
    cursor: pointer;
    padding: 13px 35px 16px 0px;
    margin: 10px 0 0 15px;
  }
  .animated-arrow span:before {
    top: -7px;
  }
  .animated-arrow span:after {
    bottom: -7px;
  }
  .animated-arrow span,
  .animated-arrow span:before,
  .animated-arrow span:after {
    cursor: pointer;
    height: 3px;
    width: 23px;
    background: #c9c9c9;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 0.04s ease-in-out;
    -moz-transition: all 0.04s ease-in-out;
    -ms-transform: all 0.04s ease-in-out;
    -o-transition: all 0.04s ease-in-out;
    transition: all 0.04s ease-in-out;
  }
  .animated-arrow.menuopen span {
    background-color: transparent;
  }
  .animated-arrow.menuopen span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0px;
  }
  .animated-arrow.menuopen span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .animated-arrow.menuopen span:before,
  .animated-arrow.active span:after {
    top: 7px;
  }
  .callusicon {
    color: #c9c9c9;
    font-size: 25px;
    height: 25px;
    position: fixed;
    right: 15px;
    top: 2px;
    transition: all 0.04s ease-in-out 0s;
    width: 25px;
    z-index: 2;
    -webkit-transition: all 0.04s ease-in-out;
    -moz-transition: all 0.04s ease-in-out;
    -ms-transform: all 0.04s ease-in-out;
    -o-transition: all 0.04s ease-in-out;
    transition: all 0.04s ease-in-out;
  }
  .callusicon:focus,
  .callusicon:hover {
    color: #fff !important;
  }
  .mapicon {
    color: #c9c9c9;
    font-size: 20px;
    height: 25px;
    position: fixed;
    right: 53px;
    top: 2px;
    transition: all 0.04s ease-in-out 0s;
    width: 25px;
    z-index: 2;
    -webkit-transition: all 0.04s ease-in-out;
    -moz-transition: all 0.04s ease-in-out;
    -ms-transform: all 0.04s ease-in-out;
    -o-transition: all 0.04s ease-in-out;
    transition: all 0.04s ease-in-out;
  }
  .mapicon:focus,
  .mapicon:hover {
    color: #fff !important;
  }
  .devider {
    color: #c9c9c9;
    font-size: 22px;
    position: fixed;
    right: 45px;
  }
  .mrginleft .callusicon,
  .mrginleft .mapicon,
  .mrginleft .devider {
    display: none !important;
  }
  .smallogo {
    display: block;
    text-align: center;
    padding-top: 9px;
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 41px;
    background: #2b2b44;
    background: -moz-linear-gradient(top, #2b2b44 0, #171725 50%, #2b2b44 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b44), color-stop(50%, #171725), color-stop(100%, #2b2b44));
    background: -webkit-linear-gradient(top, #2b2b44 0, #171725 50%, #2b2b44 100%);
    background: -o-linear-gradient(top, #2b2b44 0, #171725 50%, #2b2b44 100%);
    background: -ms-linear-gradient(top, #2b2b44 0, #171725 50%, #2b2b44 100%);
    background: linear-gradient(to bottom, #2b2b44 0, #171725 50%, #2b2b44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2b2b44, endColorstr=#2b2b44, GradientType=0);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
  }
  .smallogo img {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.button {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  letter-spacing: 1px;
  background: #4e4c7b;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
.button:after {
  content: '\f054';
  margin-left: 10px;
  font-size: 80%;
  font-family: 'FontAwesome';
}
.button:hover {
  background: #58568b;
}
.button:active {
  top: 1px;
}
.button[disabled],
.button.disabled {
  color: #999;
  background-color: #f1f1f1;
}
.button-unstyled {
  font-size: 15pxpx;
  font-size: 1pxrem;
  color: #4e4c7b;
  text-decoration: underline;
  border: 0;
  background: transparent;
  height: auto;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.button-unstyled:hover {
  text-decoration: none;
}
.button-unstyled[disabled],
.button-unstyled.disabled {
  text-decoration: none;
  color: #999;
  background-color: #ccc;
}
/* =======================
   Slick Core
   ======================= 

.slick-slider {
  z-index: 0;
}
/* =======================
   Arrows
   ======================= 
.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
  margin-top: -40px;
  border-radius: 30px;
  .transition(all 0.1s ease);
  z-index: 901;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: rgba(0,0,0,.2);
}
.slick-prev { left: 2%; }
.slick-prev:before, [dir='rtl'] .slick-next:before { content: '\f053'; }
.slick-next:before, [dir='rtl'] .slick-prev:before { content: '\f054'; }
.slick-next { right: 2%; }
/* =======================
   Dots
   ======================= 
.slick-dots {
  z-index: 901;
}
.slick-dots li {
  width: 10px !important;
  height: 10px !important;
}
.slick-dots li button {
  width: 10px !imprtant;
  height: 10px !important;
}
.slick-dots li button:before {
  width: 10px !important;
  height: 10px !important;
  content: '' !important;
  background: #fff;
  border-radius: 50%;
}*/
.left,
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  float: left !important;
}
.right {
  float: right !important;
}
.block,
.checkbox {
  display: block;
}
.inline {
  display: inline;
}
.inline-block,
audio,
canvas,
video,
.list-inline,
.list-inline li,
.button {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.none,
[hidden],
audio:not([controls]) {
  display: none;
}
.absolute-full-bleed,
.article-container .article .teacher-dashboard-item figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.padded {
  padding: 15px;
}
.font-m {
  font-size: 100% !important;
}
.font-s {
  font-size: 85% !important;
}
.font-xs {
  font-size: 75% !important;
}
.font-l {
  font-size: 125% !important;
}
.font-xl {
  font-size: 140% !important;
}
.font-ultra-bold {
  font-weight: 900 !important;
}
.font-bold,
b,
strong,
.strong {
  font-weight: 700 !important;
}
.font-normal,
dt,
cite,
legend,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-weight: 500 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-thin {
  font-weight: 100 !important;
}
.font-normal,
dt,
cite,
legend,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-style: normal;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase,
h3,
.h3,
.button {
  text-transform: uppercase;
}
.letter-spacing {
  letter-spacing: 2px;
}
.text-shadow {
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.8);
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center,
.button {
  text-align: center;
}
.background-cover,
.banner .subpage.slider,
.banner .ccms-banner,
.banner .banner-slide,
.banner.subpage,
.subpages .banner .ccms-banner,
.subpages .banner .banner-slide,
.article-container .article .teacher-dashboard-item {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
}
.image-space-right {
  margin-right: 20px;
}
.image-space-left {
  margin-left: 20px;
}
.text-white,
.text-white a {
  color: #fff;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}
.css-table {
  display: table !important;
  width: 100%;
}
.css-table-row {
  display: table-row !important;
}
.css-table-cell {
  display: table-cell !important;
}
.grid {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 6%;
  padding-right: 6%;
  position: relative;
}
span.container {
  position: static;
}
.col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
[class*="pull-"],
[class*="push-"] {
  position: relative;
}
.no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.col-1 {
  width: 8.33333%;
  /*    width: calc(100% / 12 * 1);
    width: -webkit-calc(100% / 12 * 1);
    width: -moz-calc(100% / 12 * 1);
    */
}
.col-2 {
  width: 16.66667%;
  /*    width: calc(100% / 12 * 2);
    width: -webkit-calc(100% / 12 * 2);
    width: -moz-calc(100% / 12 * 2);
    */
}
.col-3,
.col-1-4 {
  width: 25%;
  /*    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
    */
}
.col-4,
.col-1-3 {
  width: 33.33333%;
  /*    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4);
    */
}
.col-5 {
  width: 41.66665%;
  /*    width: calc(100% / 12 * 5);
    width: -webkit-calc(100% / 12 * 5);
    width: -moz-calc(100% / 12 * 5);
    */
}
.col-6,
.col-1-2 {
  width: 50%;
  /*   width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
    */
}
.col-7 {
  width: 58.33333%;
  /*    width: calc(100% / 12 * 7);
    width: -webkit-calc(100% / 12 * 7);
    width: -moz-calc(100% / 12 * 7);
    */
}
.col-8 {
  width: 66.66666%;
  /*   width: calc(100% / 12 * 8);
    width: -webkit-calc(100% / 12 * 8);
    width: -moz-calc(100% / 12 * 8);
    */
}
.col-9,
.col-3-4 {
  width: 75%;
  /*   width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
    */
}
.col-10 {
  width: 83.33333%;
  /*    width: calc(100% / 12 * 10);
    width: -webkit-calc(100% / 12 * 10);
    width: -moz-calc(100% / 12 * 10);
    */
}
.col-11 {
  width: 91.66666%;
  /*   width: calc(100% / 12 * 11);
    width: -webkit-calc(100% / 12 * 11);
    width: -moz-calc(100% / 12 * 11);
    */
}
.col-12 {
  width: 100%;
}
.push-1 {
  left: 8.33333%;
  /*    left: calc(100% / 12 * 1);
    left: -webkit-calc(100% / 12 * 1);
    left: -moz-calc(100% / 12 * 1);
    */
}
.pull-1 {
  left: -8.33333%;
  /*    left: calc(-100% / 12 * 1);
    left: -webkit-calc(-100% / 12 * 1);
    left: -moz-calc(-100% / 12 * 1);
    */
}
.push-2 {
  left: 16.66667%;
  /*    left: calc(100% / 12 * 2);
    left: -webkit-calc(100% / 12 * 2);
    left: -moz-calc(100% / 12 * 2);
    */
}
.pull-2 {
  left: -16.66667%;
  /*    left: calc(-100% / 12 * 2);
    left: -webkit-calc(-100% / 12 * 2);
    left: -moz-calc(-100% / 12 * 2);
    */
}
.push-3,
.push-1-4 {
  left: 25%;
  /*    left: calc(100% / 12 * 3);
    left: -webkit-calc(100% / 12 * 3);
    left: -moz-calc(100% / 12 * 3);
    */
}
.pull-3,
.pull-1-4 {
  left: -25%;
  /*    left: calc(-100% / 12 * 3);
    left: -webkit-calc(-100% / 12 * 3);
    left: -moz-calc(-100% / 12 * 3);
    */
}
.push-4,
.push-1-3 {
  left: 33.33333%;
  /*    left: calc(100% / 12 * 4);
    left: -webkit-calc(100% / 12 * 4);
    left: -moz-calc(100% / 12 * 4);
    */
}
.pull-4,
.pull-1-3 {
  left: -33.33333%;
  /*    left: calc(-100% / 12 * 4);
    left: -webkit-calc(-100% / 12 * 4);
    left: -moz-calc(-100% / 12 * 4);
    */
}
.push-5 {
  left: 41.66665%;
  /*    left: calc(100% / 12 * 5);
    left: -webkit-calc(100% / 12 * 5);
    left: -moz-calc(100% / 12 * 5);
    */
}
.pull-5 {
  left: -41.66665%;
  /*    left: calc(-100% / 12 * 5);
    left: -webkit-calc(-100% / 12 * 5);
    left: -moz-calc(-100% / 12 * 5);
    */
}
.push-6,
.push-1-2 {
  left: 50%;
  /*    left: calc(100% / 12 * 6);
    left: -webkit-calc(100% / 12 * 6);
    left: -moz-calc(100% / 12 * 6);
    */
}
.pull-6,
.pull-1-2 {
  left: -50%;
  /*    left: calc(-100% / 12 * 6);
    left: -webkit-calc(-100% / 12 * 6);
    left: -moz-calc(-100% / 12 * 6);
    */
}
.push-7 {
  left: 58.33333%;
  /*    left: calc(100% / 12 * 7);
    left: -webkit-calc(100% / 12 * 7);
    left: -moz-calc(100% / 12 * 7);
    */
}
.pull-7 {
  left: -58.33333%;
  /*    left: calc(-100% / 12 * 7);
    left: -webkit-calc(-100% / 12 * 7);
    left: -moz-calc(-100% / 12 * 7);
    */
}
.push-8 {
  left: 66.66666%;
  /*    left: calc(100% / 12 * 8);
    left: -webkit-calc(100% / 12 * 8);
    left: -moz-calc(100% / 12 * 8);
    */
}
.pull-8 {
  left: -66.66666%;
  /*    left: calc(-100% / 12 * 8);
    left: -webkit-calc(-100% / 12 * 8);
    left: -moz-calc(-100% / 12 * 8);
    */
}
.push-9,
.push-3-4 {
  left: 75%;
  /*    left: calc(100% / 12 * 9);
    left: -webkit-calc(100% / 12 * 9);
    left: -moz-calc(100% / 12 * 9);
    */
}
.pull-9,
.pull-3-4 {
  left: -75%;
  /*    left: calc(-100% / 12 * 9);
    left: -webkit-calc(-100% / 12 * 9);
    left: -moz-calc(-100% / 12 * 9);
    */
}
.push-10 {
  left: 83.33333%;
  /*    left: calc(100% / 12 * 10);
    left: -webkit-calc(100% / 12 * 10);
    left: -moz-calc(100% / 12 * 10);
    */
}
.pull-10 {
  left: -83.33333%;
  /*    left: calc(-100% / 12 * 10);
    left: -webkit-calc(-100% / 12 * 10);
    left: -moz-calc(-100% / 12 * 10);
    */
}
.push-11 {
  left: 91.66666%;
  /*    left: calc(100% / 12 * 11);
    left: -webkit-calc(100% / 12 * 11);
    left: -moz-calc(100% / 12 * 11);
    */
}
.pull-11 {
  left: -91.66666%;
  /*    left: calc(-100% / 12 * 11);
    left: -webkit-calc(-100% / 12 * 11);
    left: -moz-calc(-100% / 12 * 11);
    */
}
.row-zero {
  padding-top: 0;
  padding-bottom: 0;
}
.row-xs {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.row-s {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.row-m,
.row {
  padding-top: 1em;
  padding-bottom: 1em;
}
.row-l {
  padding-top: 2em;
  padding-bottom: 2em;
}
.row-xl {
  padding-top: 3em;
  padding-bottom: 3em;
}
.row-xxl {
  padding-top: 4em;
  padding-bottom: 4em;
}
.row-bottom-zero {
  padding-bottom: 0;
}
.row-bottom-xs {
  padding-bottom: 0.4em;
}
.row-bottom-s {
  padding-bottom: 0.6em;
}
.row-bottom-m {
  padding-bottom: 1em;
}
.row-bottom-l {
  padding-bottom: 2em;
}
.row-bottom-xl {
  padding-bottom: 3em;
}
.row-bottom-xxl {
  padding-bottom: 4em;
}
.margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
.no-desktop {
  display: none !important;
}
.no-margin,
.no-style-heading {
  margin: 0 !important;
}
.no-margin-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-margin-horizontal {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* ---------------------
	 Body
	 --------------------- */
html,
body {
  overflow: auto;
  background: #151515;
}
.wsmenucontainer {
  background: #151515;
}
.homepages.non-teachers {
  position: relative;
}
.grid {
  /*     padding-left: 10px !important;
        padding-right: 10px !important;
*/
}
/* ---------------------
	 Topbar
	 --------------------- */
.topbar {
  background: #4e4c7b;
  background-color: rgba(78, 76, 123, 0.97);
  background-image: -moz-linear-gradient(top, rgba(78, 76, 123, 0.97), rgba(78, 76, 123, 0.97));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(78, 76, 123, 0.97)), to(rgba(78, 76, 123, 0.97)));
  background-image: -webkit-linear-gradient(top, rgba(78, 76, 123, 0.97), rgba(78, 76, 123, 0.97));
  background-image: -o-linear-gradient(top, rgba(78, 76, 123, 0.97), rgba(78, 76, 123, 0.97));
  background-image: linear-gradient(to bottom, rgba(78, 76, 123, 0.97), rgba(78, 76, 123, 0.97));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74e4c7b', endColorstr='#f74e4c7b', GradientType=0);
  background: linear-gradient(rgba(78, 76, 123, 0.97), rgba(78, 76, 123, 0.97)), url("../images/white_wave.jpg");
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: normal;
}
.topbar .right-bar {
  width: 50%;
  text-align: left;
  float: right;
}
.topbar .right-bar &gt; li {
  border: 0;
  width: 100%;
}
.topbar .right-bar &gt; li &gt; a {
  background-color: #000000;
  width: 100%;
}
.topbar .searchbar.right {
  background: #44426b;
  margin-right: 3px;
}
.topbar .searchbar.right input,
.topbar .searchbar.right button {
  background: #44426b;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Oswald', sans-serif;
  font-size: 100%;
  font-weight: 400 !important;
  padding: 4.8px;
  text-transform: uppercase;
}
.topbar .searchbar.right input {
  text-align: right;
}
.topbar .searchbar.right input:focus {
  background: #3a395b;
}
.topbar .searchbar.right button:hover {
  background: #625f9b;
}
.topbar .phone,
.topbar .attendance {
  background: #44426b;
  margin-left: 3px;
  padding: 5px 10px;
}
.topbar .address {
  background: #44426b;
  margin-left: 3px;
  margin-right: 3px;
  padding: 6px 10px;
}
.topbar .social-twitter {
  left: 16%;
  position: relative;
}
.topbar .fb-like {
  display: inline-block;
  left: 17%;
  margin: 0 auto;
  padding-top: 4px;
}
.topbar a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
.topbar a:hover {
  background-color: #625f9b;
}
.topbar .dropdown {
  display: inline-block;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  font-size: 100%;
  font-family: 'Oswald', sans-serif;
}
.topbar .dropdown i {
  font-size: 14px;
}
.topbar .dropdown &gt; li {
  display: inline-block;
  background: #44426b;
}
.topbar .dropdown &gt; li:hover {
  background: #3a395b;
}
.topbar .dropdown &gt; li a {
  padding: 5px 10px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
.topbar .dropdown &gt; li a:hover {
  background-color: #625f9b;
}
.topbar .dropdown div {
  position: absolute;
  visibility: hidden;
  background: #3a395b;
}
.topbar .dropdown div a {
  color: #fff;
  display: block;
  min-width: 130px;
  white-space: nowrap;
  border-bottom: 1px solid #625f9b;
}
.topbar .dropdown div a:hover {
  background: #625f9b;
}
.topbar .dropdown div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar .dropdown.quicklinks-top div ul {
  background: #3a395b;
  position: absolute;
  right: -119px;
  text-align: right;
}
.topbar .divider {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 0 5px;
  display: none;
}
.topbar .searchlink {
  color: #ffffff;
  margin: 0 auto;
  padding-top: 6px;
  position: relative;
}
/* ---------------------
	 Header
	 --------------------- */
.header {
  position: relative;
  color: #fff;
}
.homepages.non-teachers .header {
  position: absolute;
  width: 100%;
  z-index: 5;
}
.header .header-bg {
  background-color: rgba(43, 43, 68, 0.8);
  background-image: -moz-linear-gradient(top, rgba(43, 43, 68, 0.8), rgba(43, 43, 68, 0.8));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(43, 43, 68, 0.8)), to(rgba(43, 43, 68, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(43, 43, 68, 0.8), rgba(43, 43, 68, 0.8));
  background-image: -o-linear-gradient(top, rgba(43, 43, 68, 0.8), rgba(43, 43, 68, 0.8));
  background-image: linear-gradient(to bottom, rgba(43, 43, 68, 0.8), rgba(43, 43, 68, 0.8));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc2b2b44', endColorstr='#cc2b2b44', GradientType=0);
  background: linear-gradient(rgba(43, 43, 68, 0.8), rgba(43, 43, 68, 0.8));
  bottom: 0;
  display: inline;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.header .header-bg-img {
  background-color: rgba(43, 43, 68, 0.8);
  background-image: -moz-linear-gradient(top, rgba(43, 43, 68, 0.8), rgba(43, 43, 68, 0.8));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(43, 43, 68, 0.8)), to(rgba(43, 43, 68, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(43, 43, 68, 0.8), rgba(43, 43, 68, 0.8));
  background-image: -o-linear-gradient(top, rgba(43, 43, 68, 0.8), rgba(43, 43, 68, 0.8));
  background-image: linear-gradient(to bottom, rgba(43, 43, 68, 0.8), rgba(43, 43, 68, 0.8));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc2b2b44', endColorstr='#cc2b2b44', GradientType=0);
  background: linear-gradient(rgba(43, 43, 68, 0.8), rgba(43, 43, 68, 0.8)), url("../images/white_wave.jpg");
  bottom: 0;
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
}
.header a {
  color: #fff;
}
.header .header-title {
  display: table;
  padding-left: 0;
  padding-top: 0;
}
.header .header-title .logo,
.header .header-title .title {
  display: block;
  float: left;
}
.header .header-title .logo {
  text-align: center;
  margin-top: 20px;
  width: 120px;
}
.header .header-title .logo img {
  max-height: 120px;
  max-width: 120px;
}
.header .header-title h1 {
  display: table;
  font-family: 'Stint Ultra Condensed', cursive;
  font-size: 460%;
  font-weight: lighter;
  line-height: 0.75;
  margin: 23px auto 10px;
  padding: 5px 0;
  text-align: center;
  width: 62%;
}
.teachers .header .header-title h1 {
  margin-top: 25px;
  text-transform: none !important;
}
.header .header-title .tagline-contained {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.header .header-title .tagline-contained .tagline {
  font-style: italic;
}
.header .header-title .tagline-contained .tagline::before,
.header .header-title .tagline-contained .tagline::after {
  content: "\"";
}
.header .header-title .contact {
  border-top: 2px solid #959595;
  display: table;
  font-family: 'Oswald', sans-serif;
  font-size: 85%;
  margin: 5px auto;
  padding-bottom: 10px;
  padding-top: 9px;
}
.header .header-title .contact i {
  color: #959595;
}
.header .header-title .contact li {
  display: inline;
  margin-right: 5px;
}
.header .header-title .contact a {
  text-decoration: underline;
}
.header .header-title .contact a:hover {
  text-decoration: none;
}
.header #headerlinks,
.header #teacher-headerlinks {
  margin-top: 1.3em;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  line-height: 1.7em;
  position: relative;
  right: 20px;
}
.header #headerlinks i,
.header #teacher-headerlinks i {
  margin-left: 10px;
  margin-top: 4px;
  float: right;
}
.header #headerlinks a,
.header #teacher-headerlinks a,
.header #headerlinks i,
.header #teacher-headerlinks i {
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-align: center;
}
.header #headerlinks a:hover,
.header #teacher-headerlinks a:hover,
.header #headerlinks i:hover,
.header #teacher-headerlinks i:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header #headerlinks li,
.header #teacher-headerlinks li {
  font-size: 85%;
  padding-left: 6px;
  width: 165px;
}
.header #headerlinks .fa,
.header #teacher-headerlinks .fa {
  display: block;
}
.header #headerlinks .powerschool,
.header #teacher-headerlinks .powerschool {
  background: rgba(0, 0, 0, 0) url("../images/logo-powerschool.png") no-repeat scroll center center / 100% auto !important;
  height: 16px !important;
  width: 11px !important;
}
.header #headerlinks .google-classroom,
.header #teacher-headerlinks .google-classroom {
  background: rgba(0, 0, 0, 0) url("../images/google-classroom.png") no-repeat scroll center bottom / 100% auto !important;
  height: 18px !important;
  left: 5px;
  margin-left: 0;
  position: relative;
  width: 23px !important;
}
/* ---------------------
	 School header links
	 --------------------- */
.aeries {
  background: rgba(0, 0, 0, 0) url("../images/aeries.png") no-repeat scroll 0 bottom;
  display: block;
  height: 47px;
  margin: 0 auto;
  width: 34px;
}
.google-classroom {
  background: rgba(0, 0, 0, 0) url("../images/google-classroom.png") no-repeat scroll 0 bottom;
  display: block;
  height: 39px;
  margin: 0 auto;
  width: 46px;
}
.powerschool {
  background: transparent url("../images/logo-powerschool.png") no-repeat scroll center center / 100%;
  display: block;
  height: 14px;
  margin: 0px auto;
  width: 13px;
}
/* ---------------------
	 Navigation
	 ---------------------*/
.navbar {
  background: #4e4c7b;
  background-color: rgba(78, 76, 123, 0.97);
  background-image: -moz-linear-gradient(top, rgba(78, 76, 123, 0.97), rgba(78, 76, 123, 0.97));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(78, 76, 123, 0.97)), to(rgba(78, 76, 123, 0.97)));
  background-image: -webkit-linear-gradient(top, rgba(78, 76, 123, 0.97), rgba(78, 76, 123, 0.97));
  background-image: -o-linear-gradient(top, rgba(78, 76, 123, 0.97), rgba(78, 76, 123, 0.97));
  background-image: linear-gradient(to bottom, rgba(78, 76, 123, 0.97), rgba(78, 76, 123, 0.97));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74e4c7b', endColorstr='#f74e4c7b', GradientType=0);
  background: linear-gradient(rgba(78, 76, 123, 0.97), rgba(78, 76, 123, 0.97)), url("../images/white_wave.jpg");
  border-radius: 0px;
  border-top: 5px solid #959595;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.4);
  z-index: 20;
}
.homepages.non-teachers .navbar {
  position: relative;
  width: 100%;
}
.navbar.sticky {
  bottom: auto !important;
}
.navbar .wsmenu {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.navbar .wsmenu-list &gt; li::before {
  bottom: 5px;
  color: #959595;
  content: ".";
  display: block;
  font-size: 28px;
  margin-left: -2px;
  position: absolute;
  top: -8px;
  z-index: 800;
}
.navbar .wsmenu-list &gt; li:first-of-type::before {
  display: none;
}
.navbar .wsmenu-list &gt; li &gt; a {
  border-right: 0;
}
/* Chrome only: */
/* ---------------------
	 Banner
	 --------------------- */
.homepages.non-teachers .banner.container {
  min-height: 482px;
}
.banner .slick-slide {
  height: 500px;
}
.banner .subpage.slider {
  min-height: 300px;
}
.banner .ccms-banner,
.banner .banner-slide {
  height: 500px;
}
.banner.subpage,
.subpages .banner .ccms-banner,
.subpages .banner .banner-slide {
  height: 300px !important;
}
.banner .slick-slider,
.homepages.non-teachers .banner .slick-slider {
  margin-bottom: 0;
}
.homepages.non-teachers .banner .ccms-banner.slick-slide,
.homepages.non-teachers .banner .slick-list {
  height: 900px;
}
.banner .slick-prev::before,
.banner .slick-next::before {
  opacity: 1;
}
.banner .ccms-banner-slider .slick-dots {
  bottom: 265px;
}
.banner .ccms-banner-slider .slick-prev {
  left: 0;
}
.banner .ccms-banner-slider .slick-next {
  right: 0;
}
.banner .ccms-banner-slider .slick-prev::before {
  content: "\f053";
}
.banner .ccms-banner-slider .slick-next::before {
  content: "\f054";
}
.banner .ccms-banner-slider .slick-prev,
.banner .ccms-banner-slider .slick-next {
  background: #2b2b44;
  width: 60px;
  height: 42px;
  opacity: 0.7;
  border-radius: 0;
}
.banner .ccms-banner::after {
  background-color: rgba(0, 0, 0, 0);
}
/* ---------------------
	 Breadcrumb
	 --------------------- */
.breadcrumb,
.breadcrumb a,
.bottomnav,
.bottomnav a {
  color: rgba(34, 34, 34, 0.5);
}
.breadcrumb.font-xs {
  font-size: 65% !important;
}
/* ---------------------
	 Content
	 --------------------- */
.homepages.non-teachers .content.container {
  margin-top: -260px;
}
.article-container {
  background: #ffffff;
  padding-top: 30px !important;
}
.article-container .ccms-contentelement {
  margin: 10px 0;
}
.banners .article-container {
  border-top: 5px solid #4e4c7b;
}
.article-container .article,
.content .grid .article-container .article,
.content .grid .article-container .sidebar,
.article-container .grid {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.article-container .sidebar h3.catapultTitle {
  font-size: 180%;
  font-weight: normal;
}
.article-container .sidebar h3.catapultTitle::after {
  border: 1px solid #959595;
  content: "";
  display: block;
  margin: 15px 30px 0 0;
  width: 100%;
}
.article-container .article {
  font-size: 120%;
  /* ---------------------
	 Teacher Dashboard items
	 --------------------- */
  /* ---------------------
	 Bottom Nav
	 --------------------- */
}
.article-container .article div &gt; div &gt; hr {
  background: #959595;
  height: 2px;
}
.rspPane .article-container .article .rdContent {
  font-size: 18px;
  line-height: 1.6;
}
.article-container .article .pagename h2,
.article-container .article .description h2 {
  font-weight: normal;
  font-size: 225%;
  line-height: 1em;
}
.homepages .article-container .article .pagename h2::after,
.homepages .article-container .article .description h2::after {
  border: 1px solid #959595;
  content: "";
  display: block;
  margin: 15px 30px 0 0;
  width: 100%;
}
.article-container .article h3.catapultTitle {
  font-size: 150%;
  font-weight: normal;
}
.article-container .article h3.catapultTitle::after {
  border: 1px solid rgba(69, 69, 69, 0.5);
  content: "";
  display: block;
  margin: 15px 30px 0 0;
  width: 50%;
}
.article-container .article .teacher-dashboard-item {
  display: block;
  color: #fff;
  padding-bottom: 50%;
  height: 200px;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transform: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article-container .article .teacher-dashboard-item figcaption {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transform: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 70%;
  background-color: rgba(78, 76, 123, 0.85);
  padding: 10px 15px;
}
.article-container .article .teacher-dashboard-item figcaption h3 {
  color: #fff !important;
  font-size: 140%;
}
.article-container .article .teacher-dashboard-item figcaption h3:after {
  content: '\f054' !important;
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 80%;
  margin: 0 !important;
  border-bottom: medium none !important;
  width: auto !important;
}
.article-container .article .teacher-dashboard-item figcaption p {
  opacity: 0;
  height: 0;
  margin: 0;
  font-style: italic;
}
.article-container .article .teacher-dashboard-item:hover {
  color: #fff;
}
.article-container .article .teacher-dashboard-item:hover figcaption {
  top: 0;
}
.article-container .article .teacher-dashboard-item:hover figcaption p {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  height: 100%;
  margin-bottom: 10px;
}
.article-container .article .bottomnav ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-container .article .bottomnav ul li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  zoom: 1;
  *display: inline;
}
.article-container .article .bottomnav ul li:first-child {
  border-left: none;
  margin: 0;
  padding: 0;
}
.article-container .article .bottomnav ul li a {
  display: block;
  line-height: 1;
  text-decoration: none;
  color: #4e4c7b;
}
.article-container .article .bottomnav ul li a:hover {
  text-decoration: underline;
}
.teacher-home-info {
  line-height: 30px;
  text-align: center;
}
.teacher-home-info .teacher-image {
  max-width: 200px;
  width: 100%;
}
.teacher-home-info span {
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
}
/* ---------------------
	 Site Search Field
	 --------------------- */
.header-search-field {
  background-color: #fff;
  background-image: none;
  border-color: #999;
  border-radius: 7px 0 0 7px;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  box-sizing: border-box;
  color: #53585c;
  float: left;
  font: 14px/21px "PT Sans", sans-serif;
  height: 35px;
  margin: 0;
  padding: 0 7px;
  vertical-align: top;
  width: 164px;
}
.header-search-button {
  box-sizing: border-box;
  color: #555;
  height: 35px;
  margin: 0;
  vertical-align: top;
}
/* ---------------------
	 Side Nav
	 --------------------- */
.sidebar {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.sidebar .catapultTitle {
  font-family: oswald;
  font-weight: normal;
  text-transform: inherit;
  line-height: 1em;
}
.sidenav {
  font-size: 16px !important;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #000000 url("../images/noise_lines.png") repeat scroll 0 0;
}
.sidenav li {
  border-top: 1px solid #ccc;
}
.sidenav &gt; .sidenav &gt; li &gt; a {
  font-size: 130%;
  font-style: normal;
}
.sidenav &gt; .sidenav &gt; li &gt; a &gt; i {
  font-style: normal;
}
.sidenav a {
  display: block;
  padding: 10px;
  position: relative;
}
.sidenav-sub {
  background: rgba(0, 0, 0, 0.05);
  list-style: none;
  padding: 0px;
}
.sidenav-sub li a {
  display: block;
  color: #151515;
  width: 100%;
  padding: 5px;
  padding-left: 10px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transform: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.sidenav-sub li a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  margin-right: 8px;
}
.sidenav-sub li a:hover {
  background: #eeeeee;
  background-color: rgba(238, 238, 238, 0.97);
  background-image: -moz-linear-gradient(top, rgba(238, 238, 238, 0.97), rgba(238, 238, 238, 0.97));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(238, 238, 238, 0.97)), to(rgba(238, 238, 238, 0.97)));
  background-image: -webkit-linear-gradient(top, rgba(238, 238, 238, 0.97), rgba(238, 238, 238, 0.97));
  background-image: -o-linear-gradient(top, rgba(238, 238, 238, 0.97), rgba(238, 238, 238, 0.97));
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.97), rgba(238, 238, 238, 0.97));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7eeeeee', endColorstr='#f7eeeeee', GradientType=0);
  background: linear-gradient(rgba(238, 238, 238, 0.97), rgba(238, 238, 238, 0.97)), url("../images/noise_lines.jpg");
  color: #151515;
}
.sidenav-sub li &gt; ul.sidenav-sub li {
  background: rgba(255, 255, 255, 0.6);
}
.sidenav-sub li &gt; ul.sidenav-sub li a {
  padding-left: 20px;
}
.sidenav-sub li &gt; ul.sidenav-sub li &gt; ul.sidenav-sub li {
  background: rgba(255, 255, 255, 0.75);
}
.sidenav-sub li &gt; ul.sidenav-sub li &gt; ul.sidenav-sub li a {
  padding-left: 30px;
}
.sidenav-sub li &gt; ul.sidenav-sub li &gt; ul.sidenav-sub li &gt; ul.sidenav-sub li {
  background: rgba(255, 255, 255, 0.9);
}
.sidenav-sub li &gt; ul.sidenav-sub li &gt; ul.sidenav-sub li &gt; ul.sidenav-sub li a {
  padding-left: 40px;
}
.sidenav-sub li &gt; ul.sidenav-sub li &gt; ul.sidenav-sub li &gt; ul.sidenav-sub li &gt; ul.sidenav-sub li {
  background: #ffffff;
}
.sidenav-sub li &gt; ul.sidenav-sub li &gt; ul.sidenav-sub li &gt; ul.sidenav-sub li &gt; ul.sidenav-sub li a {
  padding-left: 50px;
}
/* ---------------------
	 Dashboard
	 --------------------- */
.dashboard .container {
  background: #2b2b44;
  background-color: rgba(43, 43, 68, 0.97);
  background-image: -moz-linear-gradient(top, rgba(43, 43, 68, 0.97), rgba(43, 43, 68, 0.97));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(43, 43, 68, 0.97)), to(rgba(43, 43, 68, 0.97)));
  background-image: -webkit-linear-gradient(top, rgba(43, 43, 68, 0.97), rgba(43, 43, 68, 0.97));
  background-image: -o-linear-gradient(top, rgba(43, 43, 68, 0.97), rgba(43, 43, 68, 0.97));
  background-image: linear-gradient(to bottom, rgba(43, 43, 68, 0.97), rgba(43, 43, 68, 0.97));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f72b2b44', endColorstr='#f72b2b44', GradientType=0);
  background: linear-gradient(rgba(43, 43, 68, 0.97), rgba(43, 43, 68, 0.97)), url("../images/white_wave.jpg");
  padding: 30px 0px;
}
.dashboard .container .dashboard-item {
  position: relative;
  display: block;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 310px;
}
.dashboard .container .dashboard-item:hover {
  background: #fff;
  box-shadow: 0 3px 4px 3px rgba(0, 0, 0, 0.2);
}
.dashboard .container .dashboard-item:hover h3 {
  color: #4e4c7b;
}
.dashboard .container .dashboard-item:hover p {
  color: #222222;
}
.dashboard .container .dashboard-item:hover p::after {
  color: #959595;
  background: #2b2b44;
}
.dashboard .container .dashboard-item:hover .image {
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0);
}
.dashboard .container .dashboard-item:hover::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
  border-image: none;
  border-style: solid;
  border-width: 12px;
  content: "";
  display: block;
  left: 47%;
  position: absolute;
  top: 157px;
  width: 0;
  height: 0;
}
.dashboard .container .dashboard-item figcaption {
  border-radius: 0 0 5px 5px;
  margin: -12px auto 0px;
  padding: 20px 20px 10px;
  min-height: 168px;
}
.dashboard .container .dashboard-item .image {
  border-radius: 5px;
  margin: 0 auto;
  height: 181px;
  max-width: 310px;
  overflow: hidden;
  position: relative;
  width: 100%;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
  background-position: center!important;
  background-size: cover!important;
}
.dashboard .container .dashboard-item h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  color: #959595;
}
.dashboard .container .dashboard-item p {
  color: #fff;
}
.dashboard .container .dashboard-item p::after {
  background: #4e4c7b;
  border-radius: 5px;
  bottom: 5px;
  content: "Read More";
  display: block;
  font-weight: bold;
  margin: 30px auto 0;
  padding: 5px 8px;
  position: relative;
  text-align: center;
  width: 50%;
}
/* ---------------------
	 Social Block
	 --------------------- */
.social .container {
  background: #302f4c;
  background-color: rgba(48, 47, 76, 0.97);
  background-image: -moz-linear-gradient(top, rgba(48, 47, 76, 0.97), rgba(48, 47, 76, 0.97));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(48, 47, 76, 0.97)), to(rgba(48, 47, 76, 0.97)));
  background-image: -webkit-linear-gradient(top, rgba(48, 47, 76, 0.97), rgba(48, 47, 76, 0.97));
  background-image: -o-linear-gradient(top, rgba(48, 47, 76, 0.97), rgba(48, 47, 76, 0.97));
  background-image: linear-gradient(to bottom, rgba(48, 47, 76, 0.97), rgba(48, 47, 76, 0.97));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7302f4c', endColorstr='#f7302f4c', GradientType=0);
  background: linear-gradient(rgba(48, 47, 76, 0.97), rgba(48, 47, 76, 0.97)), url("../images/white_wave.jpg");
}
.social .container .social-text {
  margin-right: 10px;
}
.social-button {
  padding: 5px 8px;
  margin: 5px 3px 10px 0;
  color: #fff;
  background-color: #2b2b44;
  display: inline-block;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.social-button:hover {
  background-color: #212134;
  color: #fff;
}
.social-button i {
  margin-right: 4px;
}
/* ---------------------
	 Footer
	 --------------------- */
.footer .container {
  background: #4e4c7b;
  background-color: rgba(78, 76, 123, 0.97);
  background-image: -moz-linear-gradient(top, rgba(78, 76, 123, 0.97), rgba(78, 76, 123, 0.97));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(78, 76, 123, 0.97)), to(rgba(78, 76, 123, 0.97)));
  background-image: -webkit-linear-gradient(top, rgba(78, 76, 123, 0.97), rgba(78, 76, 123, 0.97));
  background-image: -o-linear-gradient(top, rgba(78, 76, 123, 0.97), rgba(78, 76, 123, 0.97));
  background-image: linear-gradient(to bottom, rgba(78, 76, 123, 0.97), rgba(78, 76, 123, 0.97));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74e4c7b', endColorstr='#f74e4c7b', GradientType=0);
  background: linear-gradient(rgba(78, 76, 123, 0.97), rgba(78, 76, 123, 0.97)), url("../images/white_wave.jpg");
}
.footer .col.col-12 {
  padding: 15px 30px 30px;
}
.footer a {
  line-height: 1;
  font-style: italic;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: underline;
}
.footer h3.title {
  font-family: 'Stint Ultra Condensed', cursive;
  line-height: 1;
  text-align: center;
  font-size: 325%;
  font-weight: lighter;
  margin-bottom: 0;
}
.footer .contact li {
  display: inline;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  margin-right: 10px;
  white-space: nowrap;
}
.footer .contact li a {
  font-style: normal;
}
.footer .contact li .label-text,
.footer .contact li i {
  color: #959595;
}
.footer .quicklinksHeader {
  color: #959595;
  font-family: 'Oswald', sans-serif;
  font-size: 100%;
  font-weight: normal;
  letter-spacing: 0;
}
.footer .quicklinksHeader::before,
.footer .quicklinksHeader::after {
  border: 1px solid;
  content: "";
  display: inline-block;
  margin: 5px 10px;
  width: 25%;
}
.footer .quicklinks li {
  display: inline;
  margin-right: 10px;
}
.footer .quicklinks li::before {
  bottom: 5px;
  color: #959595;
  content: ".";
  font-size: 28px;
  margin-right: 5px;
  position: relative;
}
.footer .quicklinks li:first-of-type::before {
  display: none;
}
.footer .quicklinks::after {
  border: 1px solid #959595;
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
}
.footer .quicklinks a {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
}
.subpages .footer .hours,
.teachers .footer .hours {
  display: none;
}
/* ---------------------
	 Sub Footer
	 --------------------- */
.sub-footer .container {
  color: rgba(255, 255, 255, 0.4);
}
.sub-footer .container p {
  margin: 0;
}
.sub-footer .container a {
  color: rgba(255, 255, 255, 0.85);
}
.sub-footer .container a:hover {
  text-decoration: underline;
}
.sub-footer .container .login i {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 781px) and (max-width: 989px) {
  .container,
  .tablet-container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .container:first-child,
  .tablet-container:first-child {
    margin-left: auto;
  }
  .tablet-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .tablet-container-full:first-child {
    margin-left: auto;
  }
  .grid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .tablet-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
  .tablet-col-1 {
    width: 8.33333%;
    /*        width: calc(100% / 12 * 1);
        width: -webkit-calc(100% / 12 * 1);
        width: -moz-calc(100% / 12 * 1);
        */
  }
  .tablet-col-2 {
    width: 16.66667%;
    /*        width: calc(100% / 12 * 2);
        width: -webkit-calc(100% / 12 * 2);
        width: -moz-calc(100% / 12 * 2);
        */
  }
  .tablet-col-3,
  .tablet-col-1-4 {
    width: 25%;
    /*        width: calc(100% / 12 * 3);
        width: -webkit-calc(100% / 12 * 3);
        width: -moz-calc(100% / 12 * 3);
        */
  }
  .tablet-col-4,
  .tablet-col-1-3 {
    width: 33.33333%;
    /*        width: calc(100% / 12 * 4);
        width: -webkit-calc(100% / 12 * 4);
        width: -moz-calc(100% / 12 * 4);
        */
  }
  .tablet-col-5 {
    width: 41.66665%;
    /*        width: calc(100% / 12 * 5);
        width: -webkit-calc(100% / 12 * 5);
        width: -moz-calc(100% / 12 * 5);
        */
  }
  .tablet-col-6,
  .tablet-col-1-2 {
    width: 50%;
    /*        width: calc(100% / 12 * 6);
        width: -webkit-calc(100% / 12 * 6);
        width: -moz-calc(100% / 12 * 6);
        */
  }
  .tablet-col-7 {
    width: 58.33333%;
    /*        width: calc(100% / 12 * 7);
        width: -webkit-calc(100% / 12 * 7);
        width: -moz-calc(100% / 12 * 7);
        */
  }
  .tablet-col-8 {
    width: 66.66666%;
    /*        width: calc(100% / 12 * 8);
        width: -webkit-calc(100% / 12 * 8);
        width: -moz-calc(100% / 12 * 8);
        */
  }
  .tablet-col-9,
  .tablet-col-3-4 {
    width: 75%;
    /*        width: calc(100% / 12 * 9);
        width: -webkit-calc(100% / 12 * 9);
        width: -moz-calc(100% / 12 * 9);
        */
  }
  .tablet-col-10 {
    width: 83.33333%;
    /*        width: calc(100% / 12 * 10);
        width: -webkit-calc(100% / 12 * 10);
        width: -moz-calc(100% / 12 * 10);
        */
  }
  .tablet-col-11 {
    width: 91.66666%;
    /*        width: calc(100% / 12 * 11);
        width: -webkit-calc(100% / 12 * 11);
        width: -moz-calc(100% / 12 * 11);
        */
  }
  .tablet-col-12 {
    width: 100%;
  }
  .tablet-push-1 {
    left: 8.33333%;
    /*        left: calc(100% / 12 * 1);
        left: -webkit-calc(100% / 12 * 1);
        left: -moz-calc(100% / 12 * 1);
        */
  }
  .tablet-pull-1 {
    left: -8.33333%;
    /*        left: calc(-100% / 12 * 1);
        left: -webkit-calc(-100% / 12 * 1);
        left: -moz-calc(-100% / 12 * 1);
        */
  }
  .tablet-push-2 {
    left: 16.66667%;
    /*        left: calc(100% / 12 * 2);
        left: -webkit-calc(100% / 12 * 2);
        left: -moz-calc(100% / 12 * 2);
        */
  }
  .tablet-pull-2 {
    left: -16.66667%;
    /*        left: calc(-100% / 12 * 2);
        left: -webkit-calc(-100% / 12 * 2);
        left: -moz-calc(-100% / 12 * 2);
        */
  }
  .tablet-push-3,
  .tablet-push-1-4 {
    left: 25%;
    /*        left: calc(100% / 12 * 3);
        left: -webkit-calc(100% / 12 * 3);
        left: -moz-calc(100% / 12 * 3);
        */
  }
  .tablet-pull-3,
  .tablet-pull-1-4 {
    left: -25%;
    /*        left: calc(-100% / 12 * 3);
        left: -webkit-calc(-100% / 12 * 3);
        left: -moz-calc(-100% / 12 * 3);
        */
  }
  .tablet-push-4,
  .tablet-push-1-3 {
    left: 33.33333%;
    /*        left: calc(100% / 12 * 4);
        left: -webkit-calc(100% / 12 * 4);
        left: -moz-calc(100% / 12 * 4);
        */
  }
  .tablet-pull-4,
  .tablet-pull-1-3 {
    left: -33.33333%;
    /*        left: calc(-100% / 12 * 4);
        left: -webkit-calc(-100% / 12 * 4);
        left: -moz-calc(-100% / 12 * 4);
        */
  }
  .tablet-push-5 {
    left: 41.66665%;
    /*        left: calc(100% / 12 * 5);
        left: -webkit-calc(100% / 12 * 5);
        left: -moz-calc(100% / 12 * 5);
        */
  }
  .tablet-pull-5 {
    left: -41.66665%;
    /*        left: calc(-100% / 12 * 5);
        left: -webkit-calc(-100% / 12 * 5);
        left: -moz-calc(-100% / 12 * 5);
        */
  }
  .tablet-push-6,
  .tablet-push-1-2 {
    left: 50%;
    /*        left: calc(100% / 12 * 6);
        left: -webkit-calc(100% / 12 * 6);
        left: -moz-calc(100% / 12 * 6);
        */
  }
  .tablet-pull-6,
  .tablet-pull-1-2 {
    left: -50%;
    /*        left: calc(-100% / 12 * 6);
        left: -webkit-calc(-100% / 12 * 6);
        left: -moz-calc(-100% / 12 * 6);
        */
  }
  .tablet-push-7 {
    left: 58.33333%;
    /*        left: calc(100% / 12 * 7);
        left: -webkit-calc(100% / 12 * 7);
        left: -moz-calc(100% / 12 * 7);
        */
  }
  .tablet-pull-7 {
    left: -58.33333%;
    /*        left: calc(-100% / 12 * 7);
        left: -webkit-calc(-100% / 12 * 7);
        left: -moz-calc(-100% / 12 * 7);
        */
  }
  .tablet-push-8 {
    left: 66.66666%;
    /*        left: calc(100% / 12 * 8);
        left: -webkit-calc(100% / 12 * 8);
        left: -moz-calc(100% / 12 * 8);
        */
  }
  .tablet-pull-8 {
    left: -66.66666%;
    /*        left: calc(-100% / 12 * 8);
        left: -webkit-calc(-100% / 12 * 8);
        left: -moz-calc(-100% / 12 * 8);
        */
  }
  .tablet-push-9,
  .tablet-push-3-4 {
    left: 75%;
    /*        left: calc(100% / 12 * 9);
        left: -webkit-calc(100% / 12 * 9);
        left: -moz-calc(100% / 12 * 9);
        */
  }
  .tablet-pull-9,
  .tablet-pull-3-4 {
    left: -75%;
    /*        left: calc(-100% / 12 * 9);
        left: -webkit-calc(-100% / 12 * 9);
        left: -moz-calc(-100% / 12 * 9);
        */
  }
  .tablet-push-10 {
    left: 83.33333%;
    /*        left: calc(100% / 12 * 10);
        left: -webkit-calc(100% / 12 * 10);
        left: -moz-calc(100% / 12 * 10);
        */
  }
  .tablet-pull-10 {
    left: -83.33333%;
    /*        left: calc(-100% / 12 * 10);
        left: -webkit-calc(-100% / 12 * 10);
        left: -moz-calc(-100% / 12 * 10);
        */
  }
  .tablet-push-11 {
    left: 91.66666%;
    /*        left: calc(100% / 12 * 11);
        left: -webkit-calc(100% / 12 * 11);
        left: -moz-calc(100% / 12 * 11);
        */
  }
  .tablet-pull-11 {
    left: -91.66666%;
    /*        left: calc(-100% / 12 * 11);
        left: -webkit-calc(-100% / 12 * 11);
        left: -moz-calc(-100% / 12 * 11);
        */
  }
  .tablet-no-push,
  .tablet-no-pull {
    left: auto;
  }
  .tablet-row {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .tablet-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 1em 0 0 0;
    display: block;
  }
  .tablet-full:first-child {
    margin-top: 0;
  }
  .tablet-text-left {
    text-align: left;
  }
  .tablet-text-right {
    text-align: right;
  }
  .tablet-text-center {
    text-align: center !important;
  }
  .tablet-left {
    float: left;
  }
  .tablet-right {
    float: right;
  }
  .tablet-no-float {
    float: none !important;
  }
  .tablet-no-margin {
    margin: 0;
  }
  .tablet-no-padding {
    padding: 0;
  }
  .no-tablet {
    display: none !important;
  }
  .show-tablet {
    display: block !important;
  }
  /* ---------------------
   Header
   --------------------- */
  .header .header-title h1 {
    font-size: 250%;
  }
  #headerlinks,
  #teacher-headerlinks {
    width: 125%;
  }
  #headerlinks li,
  #teacher-headerlinks li {
    font-size: 80%;
  }
  /* ---------------------
	 Navbar
	 --------------------- */
  /* ---------------------
   Dashboard
   --------------------- */
  .dashboard .container .dashboard-item figcaption {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 780px) {
  .container,
  .mobile-container {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .container:first-child,
  .mobile-container:first-child {
    margin-left: auto;
  }
  .mobile-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .mobile-container-full:first-child {
    margin-left: auto;
  }
  .grid,
  .header .col,
  .header .grid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile-no-gutter {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile-col-1-2 {
    width: 50%;
    /*    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
    */
  }
  .mobile-col-1-3 {
    width: 33.33333%;
    /*    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4);
    */
  }
  .mobile-col-1-4 {
    width: 25%;
    /*    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
    */
  }
  .mobile-col-3-4 {
    width: 75%;
    /*    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
    */
  }
  .mobile-push-1-2 {
    left: 50%;
    /*    left: calc(100% / 12 * 6);
    left: -webkit-calc(100% / 12 * 6);
    left: -moz-calc(100% / 12 * 6);
    */
  }
  .mobile-pull-1-2 {
    left: -50%;
    /*    left: calc(-100% / 12 * 6);
    left: -webkit-calc(-100% / 12 * 6);
    left: -moz-calc(-100% / 12 * 6);
    */
  }
  .mobile-push-1-3 {
    left: 25%;
    /*   left: calc(100% / 12 * 3);
    left: -webkit-calc(100% / 12 * 3);
    left: -moz-calc(100% / 12 * 3);
    */
  }
  .mobile-pull-1-3 {
    left: -25%;
    /*    left: calc(-100% / 12 * 3);
    left: -webkit-calc(-100% / 12 * 3);
    left: -moz-calc(-100% / 12 * 3);
    */
  }
  .mobile-push-1-4 {
    left: 33.33333%;
    /*    left: calc(100% / 12 * 4);
    left: -webkit-calc(100% / 12 * 4);
    left: -moz-calc(100% / 12 * 4);
    */
  }
  .mobile-pull-1-4 {
    left: -33.33333%;
    /*    left: calc(-100% / 12 * 4);
    left: -webkit-calc(-100% / 12 * 4);
    left: -moz-calc(-100% / 12 * 4);
    */
  }
  .mobile-push-3-4 {
    left: 75%;
    /*    left: calc(100% / 12 * 9);
    left: -webkit-calc(100% / 12 * 9);
    left: -moz-calc(100% / 12 * 9);
    */
  }
  .mobile-pull-3-4 {
    left: -75%;
    /*    left: calc(-100% / 12 * 9);
    left: -webkit-calc(-100% / 12 * 9);
    left: -moz-calc(-100% / 12 * 9);
    */
  }
  .mobile-no-push,
  .mobile-no-pull {
    left: auto;
  }
  .mobile-row {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .mobile-col-1-1,
  .mobile-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 0 0;
    display: block;
  }
  .mobile-full:first-child {
    margin-top: 0;
  }
  .mobile-text-left {
    text-align: left;
  }
  .mobile-text-right {
    text-align: right;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .mobile-left {
    float: left;
  }
  .mobile-right {
    float: right;
  }
  .mobile-no-float {
    float: none !important;
  }
  .mobile-no-margin {
    margin: 0 !important;
  }
  .mobile-no-padding {
    padding: 0 !important;
  }
  .no-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
  /* ---------------------
	 Topbar
	 --------------------- */
  .topbar .searchbar {
    width: auto;
  }
  .topbar .searchbar .label-text {
    display: none;
  }
  .topbar .col,
  .topbar .grid,
  .header .col,
  .header .grid {
    padding: 0px !important;
  }
  .homepages.non-teachers .topbar,
  .homepages.teacher-home .topbar {
    margin-top: 41px;
  }
  .subpages .topbar {
    margin-top: 41px;
  }
  /* ---------------------
	 Header
	 --------------------- */
  .homepages.non-teachers .header {
    position: relative;
  }
  .header .header-title .logo {
    float: none !important;
    margin: 0 auto;
    width: auto !important;
  }
  .header .header-title h1 {
    font-size: 250%;
  }
  .header .header-title .contact {
    font-size: 100%;
  }
  .header .header-title .contact li {
    display: block !important;
  }
  .header .header-title .contact li.attendance::before {
    content: "";
  }
  .header .header-title .contact li a {
    text-decoration: underline;
  }
  .header #headerlinks,
  .header #teacher-headerlinks {
    width: 98%;
    right: auto;
    font-size: 10px;
    font-weight: initial;
  }
  .header #headerlinks li,
  .header #teacher-headerlinks li {
    display: inline-block;
    width: auto;
    padding-left: 6px;
  }
  .header #headerlinks li a,
  .header #teacher-headerlinks li a {
    font-weight: 200;
  }
  .header #headerlinks li a i,
  .header #teacher-headerlinks li a i {
    display: block;
    float: none;
    font-size: 3em;
    margin: 0;
  }
  .header #headerlinks li a i.powerschool,
  .header #teacher-headerlinks li a i.powerschool {
    background: rgba(0, 0, 0, 0) url("../images/logo-powerschool.png") no-repeat scroll center center / 100% auto !important;
    height: 25px !important;
    margin: 0 auto;
    width: 25px !important;
  }
  .header #headerlinks li a i.google-classroom,
  .header #teacher-headerlinks li a i.google-classroom {
    background: rgba(0, 0, 0, 0) url("../images/google-classroom.png") no-repeat scroll center bottom / 100% auto !important;
    height: 27px !important;
    left: 11px;
    position: relative;
    width: 43px !important;
  }
  /* ---------------------
	 Navbar
	 --------------------- */
  .navbar {
    height: 41px;
  }
  .navbar .wsmenu-list &gt; li::before {
    display: none;
  }
  .homepages.non-teachers .navbar,
  .homepages.teacher-home .navbar {
    top: 0px !important;
    position: fixed;
  }
  .subpages .navbar {
    position: absolute;
    top: 0 !important;
    width: 100%;
  }
  /* mobile nav strip dots */
  .menuopen .mobile-sub.wsmenu-list li a::before {
    content: "";
    margin-right: 0;
  }
  .mrginleft {
    margin-left: auto;
    padding-left: 240px;
  }
  /* ---------------------
	 Banner
	 --------------------- */
  .homepages.non-teachers .banner.container {
    min-height: 30px;
    position: relative;
    z-index: 0;
  }
  .homepages.non-teachers .banner .ccms-banner.slick-slide {
    height: 250px;
    padding: 70px 25px 25px;
  }
  .ccms-banner,
  .banner-slide {
    height: 250px;
  }
  .banner .ccms-banner-slider .slick-dots {
    bottom: 35px;
  }
  .homepages.non-teachers .banner .ccms-banner::after {
    top: 200px;
  }
  /* ---------------------
	 Content
	 --------------------- */
  .homepages.non-teachers .content.container {
    margin-top: -30px;
  }
  .article-container {
    padding-top: 20px !important;
  }
  .article-container .sidenav {
    display: none !important;
  }
  .article-container .article {
    /* ---------------------
	 Teacher Dashboard Item
	 --------------------- */
  }
  .article-container .article .teacher-dashboard-item {
    margin-bottom: 0;
    max-height: 80px !important;
    padding-bottom: 51px;
    position: relative;
  }
  .article-container .article .teacher-dashboard-item:hover figcaption,
  .article-container .article .teacher-dashboard-item .teacher-dashboard-item figcaption {
    top: auto;
  }
  .article-container .article .teacher-dashboard-item:hover figcaption p {
    display: none;
  }
  .article-container .article .teacher-dashboard-item.padded {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .article-container .article .teacher-dashboard-item figcaption {
    top: auto;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .article-container .article .teacher-dashboard-item figcaption h3 {
    font-weight: bold;
    text-shadow: 2px 2px black;
  }
  /* ---------------------
	 Dashboard
	 --------------------- */
  .dashboard .container .dashboard-item figcaption {
    margin-bottom: 15px;
  }
  .dashboard .container .dashboard-item img {
    border-radius: 5px;
  }
  .dashboard .container .dashboard-item:hover {
    background: none;
    box-shadow: none;
  }
  .dashboard .container .dashboard-item:hover::after {
    border-width: 0;
  }
  .dashboard .container .dashboard-item:hover img {
    border-radius: 5px;
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
  }
  .dashboard .container .dashboard-item:hover figcaption {
    background-color: transparent;
  }
  .dashboard .container .dashboard-item:hover h3 {
    color: #959595;
  }
  .dashboard .container .dashboard-item:hover p {
    color: #fff;
  }
  .dashboard .container .dashboard-item:hover p:after {
    background: #4e4c7b;
    color: #fff;
  }
  /* ---------------------
   Social
   --------------------- */
  .social-button {
    display: block;
  }
  /* ---------------------
   Footer
   --------------------- */
  .footer .contact {
    font-size: 1em;
  }
  .footer .contact li {
    display: block;
    line-height: 2;
  }
  .footer .contact li .address-city {
    display: block;
  }
}
@media print {
  * {
    background: transparent;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100%;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.embed-container {
  height: 300px;
}
</pre></body></html>