/* As Designed (Default) */
/* Scheme Test 1 */
/* Scheme Test 2 (Monochromatic) */
/* Scheme Test 3 (Dark) */
/* Scheme Test 4 (Light) */
*,
*: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: 16px;
  line-height: 1.6;
  color: #444;
}
.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: #0a4d9b;
  text-decoration: none;
}
a:hover {
  color: #07356b;
}
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', Arial, sans-serif;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 0.33em 0;
}
h1,
.h1 {
  font-size: 175%;
}
h2,
.h2 {
  font-size: 150%;
}
h3,
.h3 {
  font-size: 140%;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 115%;
  font-weight: 500;
}
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.375pxrem;
  line-height: 32px;
  line-height: 2pxrem;
  color: #434343;
  margin: 1em 0;
}
blockquote p {
  margin: 1em 0;
}
cite {
  color: #434343;
  font-style: normal;
  font-size: 16px;
  font-size: 1pxrem;
  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/logo.png");
  background-repeat: no-repeat;
  background-size: 45px 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', Arial, serif;
  color: #FFF;
  position: relative;
  font-size: 19px;
  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 > li {
  text-align: center;
  display: table-cell;
}
.wsmenu-list > li > a {
  display: block;
  color: #FFF;
  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 > li > a .fa {
  display: inline-block;
  font-size: 14px;
  line-height: 0;
  margin-right: 0px;
}
.wsmenu-list > li > a:hover,
.wsmenu-list > li > a.active {
  background-color: #0065dd !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 > a {
  background-color: #003777;
  text-decoration: none;
  color: #fff;
}
.wsmenu-list li:hover > a .arrow:after {
  border-top-color: #b3b3b3;
}
.wsmenu-list li:hover > 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 > 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: #003777;
  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 > ul,
.wsmenu-list ul ul li > 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 > ul,
.wsmenu-list ul ul li:hover > 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 > li > a:hover {
  background-color: #0065dd;
  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: #003777;
  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 #003777;
  background-color: #003777;
}
@media only screen and (min-width: 767px) and (max-width: 1010px) {
  .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: 768px) and (max-width: 1187px) {
  .wsmenu-list li a .arrow:after {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .wsmenu-list li:hover > ul,
  .wsmenu-list ul li:hover > ul,
  .wsmenu-list ul ul li:hover > ul {
    display: block !important;
  }
}
/*------------------------------------ Mobile CSS ---------------------------------------------*/
@media only screen and (max-width: 767px) {
  .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-transition: 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-transition: 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-transition: all 0.04s ease-in-out;
    -o-transition: all 0.04s ease-in-out;
    transition: all 0.04s ease-in-out;
    z-index: 900;
  }
  .wsmenuexpandermain .menuopen {
    left: -15px !important;
    margin-top: 0px !important;
    padding: 10px 35px 29px 10px;
    background-color: #000;
  }
  .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-transition: 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-transition: 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 > 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-transition: all 0.04s ease-in-out;
    -o-transition: all 0.04s ease-in-out;
    transition: all 0.04s ease-in-out;
  }
  .wsmenu-list > li:hover > 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 > li > a .fa {
    margin-right: 6px;
  }
  .wsmenu-list ul > li:hover > a {
    background-color: #7b7b7b;
    color: #fff;
  }
  .wsmenu > .wsmenu-list > li > a.active,
  .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.08);
  }
  .wsmenu > .wsmenu-list > li > 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 > .wsmenu-list > li > a > .fa {
    font-size: 16px;
    color: #bfbfbf;
  }
  .wsmenu .wsmenu-list {
    height: 100%;
    overflow-y: auto;
    display: block;
  }
  .wsmenu .wsmenu-list > 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 > 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 > 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 > ul,
  .wsmenu-list li:hover > ul,
  .wsmenu-list ul li > 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 > ul,
  .wsmenu-list ul ul li > ul,
  .wsmenu-list ul ul li:hover > 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 > li > 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: #003090 !important;
    text-decoration: underline;
  }
  .mobile-sub ul li:hover > 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-transition: 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-transition: 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-transition: 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-transition: 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: #004eaa;
    background: -moz-linear-gradient(top, #004eaa 0, #003777 50%, #004eaa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004eaa), color-stop(50%, #003777), color-stop(100%, #004eaa));
    background: -webkit-linear-gradient(top, #004eaa 0, #003777 50%, #004eaa 100%);
    background: -o-linear-gradient(top, #004eaa 0, #003777 50%, #004eaa 100%);
    background: -ms-linear-gradient(top, #004eaa 0, #003777 50%, #004eaa 100%);
    background: linear-gradient(to bottom, #004eaa 0, #003777 50%, #004eaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#004eaa, endColorstr=#004eaa, 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: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition: 0.05s all ease;
  -moz-transition: 0.05s all ease;
  -ms-transition: 0.05s all ease;
  -o-transition: 0.05s all ease;
  transition: 0.05s all ease;
  background: #0a4d9b;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 5px 8px;
  margin: 1em 0.5em;
}
.button:hover {
  background: #0c58b3;
  color: #fff;
}
.button[disabled],
.button.disabled {
  color: #999;
  background-color: #f1f1f1;
}
.button i {
  margin-right: 4px;
}
/* =======================
   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: 10;
}
.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;
} 

*/
/*
<a name="<%CARD_TARGET%>"></a>
<h3 class="catapultTitle <%CARD_ICON_CLASS%>">
	<img src="<%CARD_ICON%>">
	<span class="se"></span>
	<span class="s"></span>
	<span class="sw"></span>
	<%CARD_NAME%>
	<a href="<%TOP_LINK%>" title="Top of Page"></a>
</h3>
*/
/********* default Catapult title ***********/
.catapultTitle {
  position: relative;
  margin: 0px 0px 10px;
  padding: 30px 20px 5px 45px;
  font-size: 200%;
  text-decoration: none;
  text-transform: none;
}
.catapultTitle img {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: 0;
}
.catapultTitle span {
  display: none;
}
.catapultTitle a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 13px;
  height: 12px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  display: none;
}
.catapultTitle a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.catapultTitle.disabledIcon {
  padding-left: 0;
}
.catapultTitle.disabledIcon img {
  display: none;
}
.catapultTitle.firstBoxTitle {
  margin-top: 0px;
}
/********* image banner content ***********/
.banner-content .catapultTitle {
  display: none;
}
/********* what's new column content ***********/
.whats-new .catapultTitle {
  padding-bottom: 5px;
  font-size: 180%;
  font-family: oswald;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1.1;
}
/********* resources-faq content ***********/
.resources-faq .catapultTitle {
  font-size: 125%;
  padding-bottom: 10px;
  transition: all 0.1s ease 0s;
  border-top: 1px dotted #ddd;
  margin: 0;
  padding: 18px 0 20px;
  position: relative;
}
.resources-faq .catapultTitle:after {
  content: "\f078";
  font-family: FontAwesome, sans-serif;
  position: absolute;
  right: 0;
  color: #0a4d9b;
}
.resources-faq .catapultTitle a {
  display: none;
  opacity: 1;
}
.resources-faq .catapultTitle.firstBoxTitle {
  border-top: medium none;
}
.resources-sidebar .catapultTitle {
  font-size: 13px;
  padding-bottom: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
.banner-column .catapultTitle img {
  display: none;
}
.banner-column .catapultTitle a {
  display: none;
}
.banner-column .catapultTitle.firstBoxTitle {
  margin-top: 0px;
}
.left,
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  float: left !important;
}
.right {
  float: right !important;
}
.no-float {
  float: none !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;
}
.vertical-center {
  line-height: 100px;
}
.absolute-full-bleed,
.teacher-dashboard-item figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.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;
}
.padding-2-lr {
  padding-left: 2px!important;
  padding-right: 2px!important;
}
.padded {
  padding: 15px;
}
.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;
}
@media (max-width: 767px) {
  .mobile-no-gutter {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.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 {
  text-transform: uppercase;
}
.letter-spacing {
  letter-spacing: 2px;
}
.text-shadow {
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.8);
}
.list-unstyled,
.list-inline {
  list-style: none;
  padding: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center,
.button {
  text-align: center;
}
.background-cover,
.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*/
.grid {
  max-width: 1600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
/****************************
*   FRAMEWORK OVERRIDES
*****************************/
.grid {
  max-width: 1280px !important;
}
.ccms-contentelement {
  margin-bottom: 0px;
}
.sticky {
  opacity: 1;
}
/****************************
*   BASE
*****************************/
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  /*overflow-x:hidden;*/
  font-size: 16px !important;
  vertical-align: baseline;
}
html {
  height: 100%;
}
body {
  position: relative;
}
/* This was removed to make footer more flexible
main {padding-bottom: 290px;}
footer{height: 290px; position: absolute; bottom: 0; left: 0; background: #FFF; width: 100%; overflow: hidden;}
*/
::selection {
  background: #003090;
  color: #FFF;
}
::-moz-selection {
  background: #003090;
  color: #FFF;
}
/****************************
*   EDITOR FIXES
*****************************/
.rspPane main {
  padding-bottom: 0 !important;
}
.rspPane footer {
  position: relative !important;
}
/****************************
*   UNIVERSAL
*****************************/
.media-state {
  display: block;
  position: absolute;
  z-index: 3;
  visibility: hidden;
  height: 0;
  width: 0;
  top: 0;
  left: -9999px;
}
.ada {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #000;
  background: #fff;
}
#skiptocontent a {
  background: #bf1722 none repeat scroll 0 0;
  border-bottom: 1px solid #ffffff;
  border-bottom-right-radius: 8px;
  border-right: 1px solid #ffffff;
  background: #001745;
  color: #ffffff;
  left: 0;
  padding: 6px;
  position: absolute;
  top: -40px;
  transition: top 1s ease-out 0s, background 1s linear 0s;
  z-index: 100;
}
#skiptocontent a:focus {
  background: #bf1722 none repeat scroll 0 0;
  content: #ffffff;
  left: 0;
  outline: 0 none;
  position: absolute;
  top: 0;
  transition: top 0.1s ease-in 0s, background 0.5s linear 0s;
}
.page-title {
  position: relative;
  color: #003090;
  margin-bottom: 30px;
}
.page-title span.page-desc {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666;
  font-family: 'Open Sans', Arial, sans-serif;
}
.page-title:after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 1px solid #DDD;
  width: 40%;
  min-width: 200px;
  padding-top: 10px;
}
.catapultTitle {
  font-family: 'Oswald', Arial, sans-serif;
  color: #004eaa;
  font-size: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 30px;
  line-height: 1;
}
.catapultTitle.enabledIcon .ctIconLeft {
  width: 1.5rem;
  height: 1.5rem;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  position: relative;
  margin-right: 0.375rem;
}
.catapultTitle.disabledIcon .ctIconLeft {
  display: none;
}
.breadcrumbs {
  background: #f5f5f5;
  font-size: 14px;
  color: #000;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0px;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover,
.breadcrumbs a b {
  color: #004eaa;
}
.breadcrumbs .breadcrumb-quick-links {
  text-align: right;
}
.breadcrumbs .breadcrumb-quick-links a {
  display: inline-block;
  position: relative;
  color: #FFF;
  background: #001745;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 21px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 20px 25px;
  vertical-align: top;
  text-transform: uppercase;
  padding: 1px 4px;
}
.breadcrumbs .breadcrumb-quick-links a i {
  display: inherit;
}
.breadcrumbs .breadcrumb-quick-links a:after {
  content: attr(data-label);
  display: block;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  margin: 8px 0 0 -15px;
  width: 90px;
  color: #005890;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.grid-contain {
  position: relative;
  height: 100%;
}
.round-link {
  display: inline-block;
  position: relative;
  color: #FFF;
  background: #000;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.round-link:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #004eaa;
  color: #FFF;
}
.home-col-contrast {
  position: relative;
}
.home-col-contrast .catapultTitle {
  font-size: 60px;
}
.home-col-narrow,
.home-col-wide {
  padding-top: 40px;
  padding-bottom: 40px;
  float: left;
  position: relative;
}
.home-col-narrow > div,
.home-col-wide > div {
  display: inline-block;
  text-align: left;
}
.home-col-wide {
  position: relative;
  padding-bottom: 0px;
  font-size: 15px;
  zoom: 1;
  text-align: right;
}
.home-col-wide:before {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #003090;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.24);
  /*background: url(../images/logo-transparent.png) no-repeat top 20px right 40px;*/
  top: 0;
  right: 0;
  width: 9999px;
  height: 9999px;
}
.home-col-wide > div {
  width: 100%;
  position: relative;
}
.home-col-wide .catapultTitle {
  color: #003090;
}
.home-col-narrow {
  position: relative;
}
.home-col-narrow .catapultTitle {
  padding-left: 10px;
}
.home-col-narrow:before {
  content: "";
  display: block;
  border-left: 1px solid #003090;
  position: absolute;
  top: 0;
  left: 0;
  width: 9999px;
  height: 9999px;
}
.home-col-narrow > div {
  width: 100%;
  position: relative;
}
.search {
  position: relative;
  margin-left: 30px;
  float: right;
}
.search > a {
  display: inline-block;
  color: #fff;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 0.6875rem;
  text-transform: uppercase;
  vertical-align: middle;
  outline: none;
  border: none;
}
.search > a i {
  color: #004eaa;
  font-size: 1rem;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -3px;
}
.search > a.open + div {
  display: block !important;
}
.search > a:hover i {
  color: #004eaa;
}
.search #m2 {
  display: none;
  position: absolute;
  white-space: nowrap;
  right: 0;
  padding: 5px;
  background: #003090;
  border-radius: 2px;
  top: 100%;
}
.search #m2:hover {
  display: block !important;
}
.search #m2:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 6px solid #003090;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -6px;
  position: absolute;
  right: 20px;
}
.search #m2 input {
  display: inline-block;
  height: 34px;
  border: none;
  width: 190px;
  vertical-align: bottom;
}
.search #m2 button {
  display: inline-block;
  height: 34px;
  background: #FFF;
  color: #666;
  border: none;
  vertical-align: bottom;
}
.search #m2 input:focus,
.search #m2 button:focus {
  border: none;
  outline: none;
}
/****************************
*   NAVBAR
*****************************/
.navbar {
  background: #004eaa;
  position: relative;
  /* Web Slide */
}
.navbar:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: -moz-linear-gradient(top, #0053b4 50%, #004eaa 50%);
  background: -webkit-linear-gradient(top, #0053b4 50%, #004eaa 50%);
  background: linear-gradient(to bottom, #0053b4 50%, #004eaa 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0053b4', endColorstr='#004eaa',GradientType=0 );
}
.navbar .wsmenu-list > li {
  position: relative;
}
.navbar .wsmenu-list > li > ul {
  min-width: 100%;
}
.navbar .wsmenu-list > li > a {
  text-transform: uppercase;
  font-size: 0.9375rem;
  border-right: none;
  padding: 0 10px;
  color: #FFF;
}
.navbar .wsmenu-list > li:hover > a {
  background: transparent;
  color: #333;
}
.navbar .wsmenu-list > li > a:hover,
.navbar .wsmenu-list > li > a.active {
  background-color: transparent !important;
}
.navbar .wsmenu-list ul li {
  border-bottom: 0.0625rem solid #4E4E4E;
}
.navbar .wsmenu-list ul li a {
  background: #2D2D2D;
  font-size: 0.8125rem;
  font-weight: 300;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #FFF;
}
.navbar .wsmenu-list ul li a .fa {
  margin-left: 0.625rem;
}
.navbar .wsmenu-list ul ul li:first-child:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-right: 6px solid #888;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar .wsmenu-list ul li:hover ul,
.navbar .wsmenu-list ul ul li:hover ul {
  padding: 0;
  border: none;
}
.navbar .wsmenu-list ul ul {
  border-left: 0.0625rem solid #888 !important;
}
.navbar .wsmenu-list ul li a:hover {
  color: #FFF !important;
  background: #424242;
}
.navbar .wsmenu-list:before {
  display: none !important;
}
/****************************
*   HEADER
*****************************/
.header {
  position: relative;
  background: #555 url(../images/header-bg.jpg) center / cover no-repeat;
}
.header:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 23, 69, 0.85);
}
/****************************
*   TOP BAR
*****************************/
.mobile-quick-bar {
  display: none;
}
.mobile-quick-bar .quick-links {
  border-top: 1px solid #DEDEDE;
}
.top-bar {
  height: 36px;
  color: #FFF;
}
.top-bar .language,
.top-bar .schools {
  position: relative;
  margin-top: 5px;
  float: left;
}
.top-bar .language > a,
.top-bar .schools > a {
  display: inline-block;
  color: #fff;
  height: 30px;
  font-size: 0.6875rem;
  padding: 0 5px;
  line-height: 26px;
  text-transform: uppercase;
  outline: none;
}
.top-bar .language > a .fa,
.top-bar .schools > a .fa {
  font-size: 0.8125rem;
  line-height: inherit;
  color: #fff;
  margin-left: 5px;
}
.top-bar .language > a.open + div,
.top-bar .schools > a.open + div {
  display: block !important;
}
.top-bar .language:hover > a .fa,
.top-bar .schools:hover > a .fa {
  color: #004eaa;
}
.top-bar .language .drop-container,
.top-bar .schools .drop-container {
  position: absolute;
  display: none;
  width: 160px;
  font-size: 0.875rem;
  background: #003090;
  color: #FFF;
  top: 100%;
  border-radius: 2px;
}
.top-bar .language .drop-container:hover,
.top-bar .schools .drop-container:hover {
  display: block !important;
}
.top-bar .language .drop-container:before,
.top-bar .schools .drop-container:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 6px solid #003090;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -6px;
  position: absolute;
  left: 20px;
}
.top-bar .language .drop-container a,
.top-bar .schools .drop-container a {
  display: block;
  padding: 2px 5px;
  color: inherit;
}
.top-bar .language .drop-container a:hover,
.top-bar .schools .drop-container a:hover {
  background: #0039aa;
}
.top-bar .language {
  margin-right: 5px;
  margin-left: 26px;
}
.top-bar .language:before {
  content: " ";
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: -13px;
  top: 4px;
}
.top-bar .top-bar-social {
  float: right;
  height: 36px;
  margin-left: 20px;
  line-height: 36px;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.03125rem;
}
.top-bar .top-bar-social a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.top-bar .top-bar-social a:hover {
  color: #0a4d9b;
}
.top-bar .top-bar-social a:hover .fa {
  color: #004eaa;
}
.top-bar .top-bar-social a + a {
  margin-left: 20px;
}
.top-bar .top-bar-social .fa {
  font-size: 1.25rem;
  color: #0a4d9b;
  vertical-align: middle;
}
/****************************
*   TITLE BAR
*****************************/
.title-bar {
  position: relative;
  min-height: 100px;
  height: 170px;
}
.title-bar .logo,
.title-bar .title-links {
  position: absolute;
  width: 200px;
  height: 150px;
  z-index: 10;
}
.title-bar .logo a,
.title-bar .title-links a {
  position: relative;
  border: none;
  outline: none;
  z-index: 4;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.title-bar .logo {
  left: 0;
}
.title-bar .logo a {
  display: block;
  top: 50%;
}
.title-bar .logo a img {
  display: block;
  max-width: 100%;
  max-height: inherit;
  width: auto;
  height: auto;
}
.title-bar .title-links {
  right: 0;
  text-align: right;
}
.title-bar .title-links > a {
  display: inline-block;
  position: relative;
  color: #FFF;
  background: #000;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #004eaa;
  top: 40%;
  height: 50px;
  width: 50px;
  font-size: 25px;
  line-height: 48px;
}
.title-bar .title-links > a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #004eaa;
  color: #FFF;
}
.title-bar .title-links > a:hover {
  -webkit-transform: scale(1.1) translateY(-50%);
  -moz-transform: scale(1.1) translateY(-50%);
  -o-transform: scale(1.1) translateY(-50%);
  -ms-transform: scale(1.1) translateY(-50%);
  transform: scale(1.1) translateY(-50%);
}
.title-bar .title-links > a:hover span {
  display: inline-block;
  position: absolute;
  top: 100%;
  font-size: 12px;
  line-height: 1.4;
  color: #FFF;
  white-space: nowrap;
  right: 0;
  background: #004eaa;
  padding: 5px;
  border-radius: 1px;
  font-family: 'Oswald', Arial, sans-serif;
  letter-spacing: 1px;
  opacity: 1;
  margin-top: 10px;
  -webkit-animation: 0.2s 1 normal showIt;
  animation: 0.2s 1 normal showIt;
}
.title-bar .title-links > a:hover span:before {
  display: block;
  position: absolute;
  content: " ";
  top: -5px;
  right: 24px;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #004eaa;
}
.title-bar .title-links > a span {
  display: none;
}
.title-bar .title-links a + a {
  margin-left: 10px;
}
.title-bar .site-title {
  position: absolute;
  text-align: center;
  height: 140px;
  padding-left: 200px;
  padding-right: 200px;
  z-index: 9;
  width: 100%;
}
.title-bar .site-title h1 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.title-bar .site-title h1 a {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-size: 90px;
  margin: 0;
  line-height: 1;
  padding-bottom: 10px;
}
.title-bar .site-title h1 a span {
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  margin-top: 10px;
}
.title-bar .site-title h1 a:hover {
  text-decoration: none;
}
.title-bar .site-title h1 a.teacherpage span {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-size: 90px;
  margin: 0;
  line-height: 1;
  padding-bottom: 10px;
}
@keyframes showIt {
  0% {
    display: none;
    opacity: 0;
    margin-top: 20px;
  }
  1% {
    display: inline-block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: 10px;
  }
}
@-webkit-keyframes showIt {
  0% {
    display: none;
    opacity: 0;
    margin-top: 20px;
  }
  1% {
    display: inline-block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: 10px;
  }
}
/****************************
*   QUICK LINKS
*****************************/
.mobile-quick-links {
  display: none;
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.mobile-quick-links a {
  display: inline-block;
  position: relative;
  color: #FFF;
  background: #000;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  vertical-align: top;
  margin-bottom: 25px;
  margin-right: 5%;
}
.mobile-quick-links a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #004eaa;
  color: #FFF;
}
.mobile-quick-links a:after {
  content: attr(data-label);
  display: block;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  margin-top: 4px;
  height: 25px;
  color: #FFF;
}
.mobile-quick-links a + a {
  margin-left: 13px;
}
/****************************
*   BANNER
*****************************/
.banner {
  position: relative;
}
.homepages .banner {
  height: 0;
  padding-bottom: 30vw;
}
.subpages .banner {
  height: auto;
}
.banner .ccmsBanner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.homepages .banner .ccmsBanner {
  height: 100%;
}
.subpages .banner .ccmsBanner {
  height: 100%;
}
.no-js .banner .ccms-banner {
  display: none;
}
.no-js .banner .ccms-banner:first-child {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
/* Video Banner */
.video-banner {
  background: #f9f9f9 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAABkBAMAAAAvTZDOAAAAD1BMVEUAAAAoKCgtLS0pKSkqKio+AxLlAAAABXRSTlMAEgcPDLMa38QAAAFbSURBVEjH7ZZRkoMgDIaB6QEEPUCsHECDB7B6/zutO7hGCJHXnal5aKczX/PHJPyi8miy3xpUC7fIEEZlplVGzLREcJYQf0qYForIB6/5kCMmQFrVnCPDmZr+s1wRs4vw6JGQXERR6gPZUAlh7Loj1KlyIlQN1SkkmlpU9/GerLsnhk41fScJxWbEckEkwt9DD04QubTOU6J0Mwgp9cYHyMbo52w+rrAMFriIvFLyYm5xFvX1lg4JiY3Vo9ZDFdHqQR7kQZIYq4h3NWRD38IdYuyyf4RVRt7d4SZOQvo58U6GZG77QY4MHfNxQsiqeOkRIW3u1XAim+Dn3kJEyFILlo6/SNJNLjZrUJU31MuOKlYqS01N7JKYowV9fEuVuPhEyWy5u2vChZc/zejFqg7IJr1hUuc5d53MFtLrDCF8Y0xAcXc/HTWBIXTxylupCzeP5f8c+wd5kK9CfgDRuCb3lAfc7AAAAABJRU5ErkJggg==');
  border-bottom: 1px solid #EEE;
  border-top: 1px solid #EEE;
  position: relative;
  overflow: hidden;
  /* Video Only */
  /* Full Width + Content Overlay */
}
.video-banner .grid {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.video-banner .ccms-contentelement {
  margin-bottom: 0;
}
.video-banner .bg-vid-blocker {
  position: absolute;
  background: transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.video-banner #bg-vid {
  display: none;
  opacity: 0;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 8;
}
.video-banner .bg-vid-container {
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.video-banner.video-contained .bg-vid-container {
  position: relative;
}
.video-banner.video-full .bg-vid-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-banner.video-full .video-content {
  background: rgba(0, 78, 170, 0.85);
  color: #FFF;
  padding: 35px;
  margin: auto;
}
.video-banner.video-full .grid {
  padding-top: 200px;
  padding-bottom: 200px;
}
/****************************
*   CONTENT AREA
*****************************/
/* Primary Content */
main {
  overflow: hidden;
}
/*crop contrast bg*/
.primary-quick-links {
  background: #001745;
  padding: 20px 0;
  text-align: center;
}
.primary-quick-links a {
  display: inline-block;
  position: relative;
  color: #FFF;
  background: #000;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 20px 25px;
  vertical-align: top;
  background: #004eaa;
}
.primary-quick-links a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #004eaa;
  color: #FFF;
}
.primary-quick-links a:after {
  content: attr(data-label);
  display: block;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  margin: 8px 0 0 -15px;
  width: 90px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.primary-quick-links.teacher {
  border-bottom: 20px solid #003090;
}
.link-tiles {
  background: #003090 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAOUlEQVQoU2P8//+/FCMj4zMGHAAsD5LDpRAmDlaETSGyRrgiZIXoJqMowmU1aSahW4HhJoK+IyacAP5iQjj6uJumAAAAAElFTkSuQmCC);
}
.link-tiles .ccms-contentelement {
  margin-bottom: 0;
}
.link-tiles ul.tiles {
  margin: 0 auto;
  list-style-type: none;
  max-width: 1020px;
  height: 360px;
}
.link-tiles ul.tiles li {
  border: 1px solid #fff;
  position: relative;
  display: block;
  width: 33.333%;
  height: 50%;
  float: left;
}
.link-tiles ul.tiles li a {
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 1.3;
  color: #FFF;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  height: 100%;
  overflow: hidden;
}
.link-tiles ul.tiles li a:hover div {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.link-tiles ul.tiles li a:hover div:before {
  background: rgba(0, 48, 144, 0.1);
}
.link-tiles ul.tiles li a div {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.link-tiles ul.tiles li a div:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.6);
  z-index: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.link-tiles ul.tiles li a span {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-shadow: 1px 1px 2px #000000;
}
/*  Parallax Window */
.rspPane .ccms-templatecontent .parallax-window {
  background: #CCC;
}
.parallax-window .ccms-contentelement {
  margin-bottom: 0;
}
/****************************
*   SIDE NAV (SUB PAGES)
*****************************/
.sidenav {
  border: 0.0625rem solid #ededed;
  padding: 0.0625rem;
  background-color: #fff;
  margin: 0.5rem 0 1.5rem;
  /* All ULs */
  /* All LIs */
}
.sidenav > ul > li > a {
  background-color: #004eaa;
  color: #FFF;
  font-size: 0.875rem;
  text-align: left;
  padding: 0.4375rem 0.625rem;
  text-shadow: none;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
}
.sidenav > ul > li > a:hover {
  background: #004eaa;
  color: #FFF;
}
.sidenav > ul > li > span {
  display: none !important;
}
.sidenav > ul > li > ul > li > a {
  padding-left: 0.625rem;
}
.sidenav > ul > li > ul > li > ul > li > a {
  padding-left: 1.5625rem;
}
.sidenav > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 2.5rem;
}
.sidenav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidenav li {
  position: relative;
  border-top: 0.0625rem solid #e0e0e0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fafafa;
}
.sidenav li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-weight: 400;
  padding: 0.25rem 0.25rem 0.25rem 1.25rem;
  color: #444;
}
.sidenav li a:hover {
  background: #f0f0f0;
  color: #000;
}
.sidenav li a i {
  font-style: normal !important;
}
.sidenav .sidenav-sub .side-active > a {
  background: rgba(0, 78, 170, 0.3);
  color: #000;
}
.sidenav .sidenav-sub .side-active > a:hover {
  background: rgba(0, 78, 170, 0.4);
}
.sidenav .sidenav-sub .side-active > ul {
  display: block;
}
.sidenav > ul > li > ul li > ul {
  display: none;
}
.sidenav > ul > li > ul li a {
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.25rem 0 0.625rem;
}
.sidenav span.plus,
.sidenav span.minus {
  display: block;
  width: 1.25rem;
  text-align: center;
  padding: 0.25rem 0;
  height: 1.25rem;
  position: absolute;
  top: 0.375rem;
  right: 0.25rem;
  font-weight: bold;
  font-size: 1.375rem;
  cursor: pointer;
  color: #FFF;
  background: #004eaa;
  border-radius: 0.125rem;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.sidenav span.plus:hover,
.sidenav span.minus:hover {
  background: #003777;
}
.sidenav span.plus {
  line-height: 0.75rem;
}
.sidenav span.plus:before {
  content: "+";
}
.sidenav span.minus {
  line-height: 0.4375rem;
}
.sidenav span.minus:before {
  content: "-";
}
/****************************
*   FOOTER
*****************************/
footer .footer-content {
  color: #FFF;
  background: #003090;
  padding: 50px 0;
  font-size: 12px;
}
footer .footer-content a {
  color: inherit;
}
footer .footer-content .footer-logo,
footer .footer-content .footer-title,
footer .footer-content .footer-contact,
footer .footer-content .footer-quick-links {
  float: left;
  position: relative;
}
footer .footer-content .footer-logo {
  width: 23%;
  padding-left: 0 !important;
}
footer .footer-content .footer-logo a {
  display: block;
}
footer .footer-content .footer-logo img {
  max-width: 80%;
  max-height: inherit;
}
footer .footer-content .footer-title {
  width: 24%;
  color: #ffffff;
  font-family: 'Oswald', Arial, sans-serif;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 60px;
  margin: 0;
  line-height: 1;
  padding-bottom: 10px;
}
footer .footer-content .footer-title span {
  display: block;
  color: #FFF;
  font-size: 22px;
  margin-top: 10px;
}
footer .footer-content .footer-title span.ada {
  color: #ffffff;
}
footer .footer-content .footer-title ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  color: #FFF;
}
footer .footer-content .footer-title ul li {
  display: inline-block;
}
footer .footer-content .footer-title ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background: #004eaa;
  background-color: #004eaa;
  color: #ffffff;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  -webkit-transition: transform 0.1s ease;
  -moz-transition: transform 0.1s ease;
  -ms-transition: transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
}
footer .footer-content .footer-title ul li a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
footer .footer-content .footer-title ul li + li {
  margin-left: 5px;
}
footer .footer-content .footer-contact {
  width: 23%;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
}
footer .footer-content .footer-contact .f-location,
footer .footer-content .footer-contact .f-email,
footer .footer-content .footer-contact .f-phone {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
footer .footer-content .footer-contact .f-location:before,
footer .footer-content .footer-contact .f-email:before,
footer .footer-content .footer-contact .f-phone:before {
  position: absolute;
  font-family: 'FontAwesome';
  left: 0;
  font-size: 20px;
  top: -3px;
  color: #ffffff;
}
footer .footer-content .footer-contact .f-location a,
footer .footer-content .footer-contact .f-email a,
footer .footer-content .footer-contact .f-phone a {
  color: inherit;
}
footer .footer-content .footer-contact .f-location a:hover,
footer .footer-content .footer-contact .f-email a:hover,
footer .footer-content .footer-contact .f-phone a:hover {
  color: #ffffff;
}
footer .footer-content .footer-contact .f-location {
  text-decoration: underline;
  padding-top: 3px;
}
footer .footer-content .footer-contact .f-location:before {
  content: "\f041";
}
footer .footer-content .footer-contact .f-email {
  text-decoration: underline;
}
footer .footer-content .footer-contact .f-email:before {
  content: "\f155";
  font-size: 18px;
}
footer .footer-content .footer-contact .f-phone a {
  display: block;
}
footer .footer-content .footer-contact .f-phone a span {
  text-decoration: underline;
}
footer .footer-content .footer-contact .f-phone .phone-attendance[href="tel:"] {
  display: none;
}
footer .footer-content .footer-contact .f-phone .phone-attendance:after {
  content: " (attendance)";
}
footer .footer-content .footer-contact .f-phone .phone-fax:after {
  content: " (fax)";
}
footer .footer-content .footer-contact .f-phone:before {
  content: "\f095";
}
footer .footer-content .footer-quick-links {
  width: 30%;
  font-weight: 600;
  font-size: 0;
}
footer .footer-content .footer-quick-links strong {
  display: block;
  font-family: 'Oswald', Arial, sans-serif;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}
footer .footer-content .footer-quick-links a {
  font-size: 13px;
  line-height: 2;
  color: inherit;
}
footer .footer-content .footer-quick-links a:hover {
  color: #ffffff;
}
footer .footer-content .footer-quick-links a:after {
  content: "\2022";
  color: #ffffff;
  padding: 0 5px;
}
footer .footer-content .footer-quick-links a:last-child:after {
  display: none;
}
footer .quicklinks ul {
  padding: 0px;
}
footer .quicklinks ul li {
  display: inline-block;
}
footer .quicklinks ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 8px;
  padding: 6px;
  color: #ffffff;
}
footer .footer-quick-links a:after {
  color: #004eaa;
}
/* ---------------------
	 Copyright
	 --------------------- */
.sub-footer {
  display: block;
  background: #00246b;
}
.copyright {
  color: #bfd3ea;
}
.copyright a {
  color: #ffffff;
  white-space: nowrap;
}
.copyright a:active,
.copyright a:hover {
  color: #85a6cd;
}
/* ---------------------
     Non Descrimination
     --------------------- */
.nondescrimination {
  display: inline-block;
}
.nondescrimination:hover a {
  color: #85a6cd;
}
.nondescrimination:hover i {
  background: #0a4d9b;
  color: #FFF;
}
.nondescrimination i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px;
  background: #ffffff;
  color: #111;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  -webkit-transition: transform 0.1s ease;
  -moz-transition: transform 0.1s ease;
  -ms-transition: transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
}
.ada-contrast {
  display: inline-block;
  line-height: 32px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.ada-contrast a {
  color: #fff;
  line-height: 50px;
  padding: 0px 10px;
}
.ada-contrast a:hover {
  text-decoration: underline;
}
/* ---------------------
	 Teacher Pages
	 --------------------- */
.teachers.homepages .content .h2 {
  font-size: 230%;
}
.teacher-home-info span {
  display: block;
  font-family: 'Open Sans Condensed', Arial, serif;
}
.teacher-home-info {
  text-align: center;
}
.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-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.teacher-dashboard-item figcaption {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 70%;
  background-color: rgba(0, 48, 144, 0.85);
  padding: 10px 15px;
}
.teacher-dashboard-item figcaption h3 {
  color: #fff !important;
  font-size: 140%;
}
.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;
}
.teacher-dashboard-item figcaption p {
  opacity: 0;
  height: 0;
  margin: 0;
  font-style: italic;
}
.teacher-dashboard-item:hover {
  color: #fff;
}
.teacher-dashboard-item:hover figcaption {
  top: 0;
}
.teacher-dashboard-item:hover figcaption p {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  height: 100%;
  margin-bottom: 10px;
}
.teacher-home-info span {
  display: block;
}
.teacher-home-info {
  line-height: 30px;
  text-align: center;
}
.teacher-image {
  max-width: 200px;
  width: 100%;
}
.primary-quick-links.teacher {
  border-bottom: 20px solid #003090;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /****************************
*   BASE
*****************************/
  /****************************
*   UNIVERSAL
*****************************/
  .media-state {
    z-index: 2;
  }
  .home-col-contrast {
    position: relative;
  }
  .home-col-contrast .catapultTitle {
    font-size: 40px;
  }
  .home-col-contrast:before {
    width: 50%;
  }
  .home-col-wide {
    width: 50%;
  }
  .home-col-wide > div {
    max-width: 640px;
    padding: 0 40px;
  }
  .home-col-narrow {
    width: 50%;
  }
  .home-col-narrow > div {
    max-width: 640px;
    padding: 0 40px;
  }
  .breadcrumbs {
    text-align: center;
  }
  .breadcrumbs .col {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
  }
  .breadcrumbs .col:last-child {
    background: #e2e2e2;
  }
  .breadcrumbs .breadcrumb-quick-links {
    text-align: inherit;
  }
  /****************************
*   TITLE BAR
*****************************/
  .title-bar .logo a img {
    max-width: 130px;
  }
  .title-bar .site-title h1 a {
    font-size: 220%;
  }
  /****************************
*   BANNER
*****************************/
  .banner .ccms-banner-overlay {
    right: 40px;
  }
  /****************************
*   CONTENT AREA
*****************************/
  /****************************
*   FOOTER
*****************************/
  footer .footer-content .footer-logo {
    display: none;
  }
  footer .footer-content .footer-title {
    width: 35%;
  }
  footer .footer-content .footer-contact {
    width: 30%;
  }
  footer .footer-content .footer-quick-links {
    width: 35%;
  }
  /*End Media Query*/
}
@media only screen and (max-width: 767px) {
  /****************************
*   BASE
*****************************/
  main {
    padding-bottom: 0;
  }
  footer {
    height: auto;
    position: relative;
  }
  .grid {
    padding-left: 0px;
    padding-right: 0px;
  }
  /****************************
*   UNIVERSAL
*****************************/
  .media-state {
    z-index: 1;
  }
  .home-col-contrast {
    position: relative;
  }
  .home-col-contrast .catapultTitle {
    font-size: 40px;
  }
  .home-col-contrast:before {
    display: none;
  }
  .home-col-narrow,
  .home-col-wide {
    padding-top: 30px;
    padding-bottom: 30px;
    float: none;
    width: 100%;
    /*color: #FFF;
    background-color: @color-body;*/
    /*&:before{background: @color-body;}*/
    /*This is the white version*/
  }
  .home-col-narrow > div,
  .home-col-wide > div {
    max-width: 100%;
    padding: 0 10px;
  }
  .home-col-narrow:before {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 9999px;
    height: 9999px;
  }
  .breadcrumbs {
    text-align: center;
  }
  .breadcrumbs .col {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
  }
  .breadcrumbs .col:last-child {
    background: #e2e2e2;
  }
  .breadcrumbs .breadcrumb-quick-links {
    display: none;
  }
  /****************************
*   NAVBAR
*****************************/
  .navbar {
    width: 100%;
    height: 48px;
    position: fixed !important;
    right: 0;
    left: 0;
    top: 0 !important;
    z-index: 10000;
    /* Web Slide */
  }
  .navbar .wsmenu-list > li > a {
    line-height: 43px;
    color: #333 !important;
  }
  .navbar .wsmenu-list ul li {
    border-bottom: 1px solid #DDD;
  }
  .navbar .wsmenu-list ul li a {
    height: 43px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #111 !important;
  }
  .navbar .wsmenu-list ul ul {
    border-left: none !important;
  }
  .navbar .wsmenu-list ul ul li:first-child:before {
    display: none;
  }
  .navbar .mobile-navbar-button {
    color: #EEE;
    font-size: 1.75rem;
    float: right;
    margin-right: 10px;
    top: 3px;
    position: relative;
    margin-left: 10px;
  }
  .navbar .mobile-navbar-button:before {
    content: " ";
    height: 80%;
    width: 1px;
    background: #FFF;
    position: absolute;
    left: -10px;
    top: 4px;
  }
  .navbar .mobile-logo {
    max-width: 155px;
    width: 100%;
    position: relative;
    left: 60px;
  }
  .navbar .animated-arrow span,
  .navbar .animated-arrow span:before,
  .navbar .animated-arrow span:after {
    background: #FFF;
  }
  .navbar .animated-arrow.menuopen span {
    background-color: transparent;
  }
  .navbar .search {
    margin-left: 0;
  }
  .navbar .search > a {
    margin-top: 10px;
  }
  .navbar .search > a > i {
    color: #EEE;
    font-size: 1.75rem;
    float: right;
    margin-right: 10px;
    top: 3px;
    position: relative;
    z-index: -1;
  }
  .navbar .search > a > span {
    display: none;
  }
  .navbar .search #m2 {
    border-color: #FFF;
    border-top-right-radius: 0;
  }
  .navbar .search #m2:before {
    right: 0;
  }
  /****************************
*   HEADER
*****************************/
  .header {
    padding-bottom: 20px;
  }
  /****************************
*   TOP BAR
*****************************/
  .top-bar {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    margin-top: 48px;
  }
  .top-bar .search {
    display: none;
  }
  .top-bar .top-bar-social {
    display: none;
  }
  /****************************
*   TITLE BAR
*****************************/
  .title-bar {
    position: relative;
    min-height: 100px;
    height: auto;
  }
  .title-bar .logo,
  .title-bar .title-links {
    position: relative;
    width: auto;
    height: auto;
    z-index: 10;
    display: none;
  }
  .title-bar .logo a,
  .title-bar .title-links a {
    position: relative;
    border: none;
    outline: none;
    z-index: 4;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .title-bar .logo {
    left: 0;
  }
  .title-bar .logo a {
    display: block;
    width: 105px;
    margin: auto;
  }
  .title-bar .logo a img {
    display: block;
    max-width: 105px;
    max-height: 105px;
    width: auto;
    height: auto;
  }
  .title-bar .title-links {
    right: auto;
    text-align: center;
  }
  .title-bar .title-links > a {
    display: block;
    color: #FFF;
    background: transparent;
    height: auto;
    width: 100%;
    border-radius: 0;
    text-align: center;
    font-size: 0.8125rem;
    line-height: 1.6;
    text-decoration: underline;
  }
  .title-bar .title-links > a:hover {
    background: transparent;
    color: #FFF;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .title-bar .title-links > a:hover span {
    display: block;
    position: static;
    top: 100%;
    font-size: 0.8125rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    right: auto;
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    font-family: inherit;
    letter-spacing: normal;
    -webkit-animation: none;
    animation: none;
    opacity: 1;
  }
  .title-bar .title-links > a:hover span:before {
    display: none;
  }
  .title-bar .title-links > a i {
    display: none;
  }
  .title-bar .title-links > a span {
    display: block;
  }
  .title-bar .title-links a + a {
    margin-left: 0;
  }
  .title-bar .site-title {
    position: relative;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 2%;
  }
  .title-bar .site-title h1 {
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .title-bar .site-title h1 a {
    font-size: 60px;
  }
  .title-bar .site-title h1 a span {
    margin-top: 0;
  }
  /****************************
*   QUICK LINKS
*****************************/
  .mobile-quick-links {
    display: block;
    /*margin-right: -4%; Causes issues in mobile*/
  }
  /****************************
*   BANNER
*****************************/
  .homepages .banner {
    height: 0;
    padding-bottom: 65vw;
  }
  .banner .ccms-banner-overlay {
    margin: 0px;
    right: auto;
    left: 0;
    bottom: auto;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=45);
    text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.7), -1px -1px 9px rgba(0, 0, 0, 0.7), 1px -1px 9px rgba(0, 0, 0, 0.7), -1px 1px 0 rgba(0, 0, 0, 0.7), 1px 2px rgba(0, 0, 0, 0.4);
  }
  .banner .ccms-banner-overlay p {
    display: none;
  }
  .banner .ccms-banner-overlay h1 {
    font-size: 1.5rem;
  }
  .banner .ccms-banner-overlay .ccms-banner-button {
    text-align: center;
    float: none;
  }
  /****************************
*   CONTENT AREA
*****************************/
  .primary-quick-links {
    display: none;
  }
  .link-tiles {
    border-top: 1px solid #DDD;
  }
  .link-tiles ul.tiles {
    height: auto;
  }
  .link-tiles ul.tiles li {
    width: 50%;
    height: 130px;
    float: left;
  }
  .link-tiles ul.tiles li a {
    font-size: 16px;
  }
  .link-tiles ul.tiles li a:hover div {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .link-tiles ul.tiles li a span {
    position: absolute;
    bottom: 5px;
    left: 5px;
    line-height: 1.3;
  }
  /****************************
*   FOOTER
*****************************/
  footer {
    text-align: center;
  }
  footer .footer-content {
    height: auto;
  }
  footer .footer-content .grid {
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  footer .footer-content .footer-logo,
  footer .footer-content .footer-title,
  footer .footer-content .footer-contact,
  footer .footer-content .footer-quick-links {
    float: none;
    position: relative;
    width: 100%;
  }
  footer .footer-content .footer-quick-links {
    display: none;
  }
  footer .footer-content .footer-logo a {
    display: inline-block;
  }
  footer .footer-content .footer-logo img {
    max-width: 130px;
    width: auto;
  }
  footer .footer-content .footer-contact .f-location,
  footer .footer-content .footer-contact .f-email,
  footer .footer-content .footer-contact .f-phone {
    padding-left: 0;
  }
  footer .footer-content .footer-contact .f-location:before,
  footer .footer-content .footer-contact .f-email:before,
  footer .footer-content .footer-contact .f-phone:before {
    display: none;
  }
  footer .copyright span {
    display: block;
    margin-bottom: 5px;
    float: none !important;
  }
  /*End Media Query*/
}
@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;
  }
}

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