/* ------------------------------------------------------------------------------------------------------ */
/* Project: "Catholic University of America"*/
/* Developer: "Elliance Inc | www.elliance.com" */
/* ------------------------------------------------------------------------------------------------------ */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

a:active {
  color: #fff;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

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

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/*//Normalize Corrections//////////////////////// */
img {
  max-width: 100%;
}

span.block {
  display: block;
}

code, pre {
  background: #eee;
}

pre {
  padding: 0.5em;
}

form {
  margin-bottom: 1em;
}

input[type="checkbox"], input[type="radio"] {
  margin-bottom: 0.5em !important;
}

input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="datalist"],
input[type="time"],
input[type="date"],
input[type="tel"],
textarea {
  padding: 8px;
}

textarea#text_area_disabled {
  color: gray;
}

/* Basic Structure styles
---------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  background-color: #f8f5f5;
  min-height: 100%;
  min-width: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #2f292b;
  font-weight: 400;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
}

span.hidden, .screen-reader-text, .meta-nav {
  position: absolute;
  left: -99999em;
}

img {
  max-width: 100%;
  vertical-align: middle;
  font-size: 12px;
  height: auto;
  /*color: #666;*/
}

nav {
  list-style: none;
}
nav li a {
  text-decoration: none;
}

/* Add and/or remove tags as your baseline grid needs */
p,
blockquote,
q,
pre,
address,
hr,
code,
samp,
dl,
form,
table,
fieldset,
h4,
h5,
h6,
figure,
figcaption,
button,
hr {
  margin: 0 0 1.625em;
}

/* Typography styles
---------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
  display: block;
}

html {
  font-size: 100%;
  color: #2f292b;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
}

code,
samp,
kbd {
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  padding: 0 6px;
  text-align: left;
}

pre {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 1.2em 0;
  overflow: auto;
  padding: 1em 0 1em 1.5em;
  border: 1px solid #ddd;
  white-space: pre;
  word-wrap: normal;
}

pre > code {
  padding: 0;
}

* html pre {
  overflow: visible;
  overflow-x: auto;
  padding-bottom: 2em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.25;
  text-align: left;
}

td,
th {
  padding: 0;
}

table {
  margin: 1em 0;
  width: 100%;
}

th,
td {
  border: solid 1px #dfd4d5;
  padding: 10px 15px;
  vertical-align: top;
}

th {
  background-color: #eee;
}

td {
  background-color: #FFFFFF;
}

dt {
  font-weight: 600;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #dfd4d5;
  padding: 1em;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

input, textarea {
  box-sizing: border-box;
  width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  width: 15px;
  margin-right: 5px;
  cursor: pointer;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  border: 0;
  vertical-align: middle;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="color"] {
  padding: 0;
  min-height: 50px;
  min-width: 50px;
}

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

table button, table input {
  *overflow: auto;
}

form ol {
  list-style: none;
  padding-left: 0;
}

fieldset.borderless {
  border: 0;
  padding: 0;
}
fieldset label, fieldset .note {
  display: block;
}
fieldset .note {
  color: #433b3d;
}
fieldset li {
  margin-bottom: 1em;
}

ul, ol {
  list-style-position: outside;
  margin-bottom: 1.635em;
  margin-left: 1.5em;
}

li ul, li ol {
  margin: 0 1.625em;
}

dl dd {
  margin-left: 1.625em;
}

nav ul li {
  list-style: none;
}

a {
  text-decoration: underline;
}
a:hover, a:focus, a:visited:hover {
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
}

h1 a, h1 a:hover, h2 a, h3 a, h4 a, h5 a, h6 a, nav ul li a, img a, i a, svg a {
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active {
  outline: none;
}

figure {
  margin: 0;
}

abbr[title], dfn[title] {
  border-bottom: 0;
}

mark {
  background: #ff0;
}

ins {
  text-decoration: none;
  background: #ff9;
}

del {
  text-decoration: line-through;
}

hr {
  display: block;
  clear: both;
  height: 1px;
  border: 0;
  margin-top: 44px;
  margin-bottom: 44px;
  margin-left: -1.5%;
  width: 103%;
  border-top: 4px solid #dfd4d5;
}
hr.background-color {
  border-top: 4px solid #f8f5f5;
}

strong, b, dt {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

var, address {
  font-style: normal;
}

sub, sup {
  font-size: 0.85em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

body {
  width: 100%;
  *zoom: 1;
  display: block;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

/* ==========================================================================
   Reuseable Classes
   ========================================================================== */
.row {
  display: block;
  width: 100%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
  position: relative;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  display: block;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

ul.clean,
ol.clean {
  list-style: none;
  margin-left: 0;
}
ul.clean li,
ol.clean li {
  padding-left: 0;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.clear-both {
  clear: both;
}

.desktop-only {
  display: none;
}
@media (min-width: 800px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media (min-width: 800px) {
  .mobile-only {
    display: none;
  }
}

.large-only {
  display: block;
}
@media (min-width: 920px) {
  .large-only {
    display: none;
  }
}

.xlarge-only {
  display: none;
}
@media (min-width: 920px) {
  .xlarge-only {
    display: block;
  }
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-item {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
}

.divide-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   ==========================================================================
   Site Specific
   ==========================================================================
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* ==========================================================================
   Base (Custom)
   ========================================================================== */
html {
  overflow-x: hidden;
}

body {
  min-width: 250px;
  /* overflow-x: hidden; */
}
body a {
  color: #005e8c;
}
body a:hover, body a:focus, body a:active {
  color: #004c70;
}
body a:visited {
  color: #005e8c;
}

.page-body {
  *zoom: 1;
  display: block;
  width: 100%;
  float: left;
  background: #f8f5f5;
  padding-top: 22px;
}
.page-body:before, .page-body:after {
  content: "";
  display: table;
}
.page-body:after {
  clear: both;
}
@media (min-width: 480px) {
  .page-body {
    padding-top: 44px;
  }
}

.container, .contained {
  max-width: 1600px;
  display: inline;
  float: left;
  width: 88.7931%;
  margin: 0 1.43678%;
  margin-left: 5.60345%;
  clear: both;
}
@media (min-width: 1200px) {
  .container, .contained {
    display: inline;
    float: left;
    width: 80.45977%;
    margin: 0 1.43678%;
    margin-left: 9.77011%;
    clear: both;
  }
}
@media (min-width: 1200px) {
  .container, .contained {
    float: none;
    margin: 0 auto;
    display: block;
    width: 84%;
    max-width: 1600px;
    clear: both;
  }
}
.container:before, .contained:before {
  content: "";
  display: table;
}
.container:after, .contained:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
.container.relative, .contained.relative {
  position: relative;
}
.container.full-mobile, .contained.full-mobile {
  max-width: 1600px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 480px) {
  .container.full-mobile, .contained.full-mobile {
    display: inline;
    float: left;
    width: 88.7931%;
    margin: 0 1.43678%;
    margin-left: 5.60345%;
  }
}
@media (min-width: 1200px) {
  .container.full-mobile, .contained.full-mobile {
    display: inline;
    float: left;
    width: 80.45977%;
    margin: 0 1.43678%;
    margin-left: 9.77011%;
  }
}
@media (min-width: 1200px) {
  .container.full-mobile, .contained.full-mobile {
    float: none;
    margin: 0 auto;
    display: block;
    width: 84%;
    max-width: 1600px;
  }
}

.main-body {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
@media (min-width: 800px) {
  .main-body {
    display: inline;
    float: left;
    width: 67.95977%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
@media (min-width: 920px) {
  .main-body {
    display: inline;
    float: left;
    width: 63.7931%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
.main-body.full {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}

.full-body, .full-width {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}

.side-column-desktop,
.side-column-mobile {
  display: inline;
  float: left;
  width: 80.45977%;
  margin: 0 1.43678%;
  margin-left: 9.77011%;
}
@media (min-width: 480px) {
  .side-column-desktop,
  .side-column-mobile {
    display: inline;
    float: left;
    width: 63.7931%;
    margin: 0 1.43678%;
    margin-left: 18.10345%;
  }
}
@media (min-width: 800px) {
  .side-column-desktop,
  .side-column-mobile {
    display: inline;
    float: left;
    width: 26.2931%;
    margin: 0 1.43678%;
  }
}
@media (min-width: 920px) {
  .side-column-desktop,
  .side-column-mobile {
    display: inline;
    float: left;
    width: 26.2931%;
    margin: 0 1.43678%;
    margin-left: 3.52011%;
  }
}

.side-column-desktop {
  display: none !important;
}
@media (min-width: 800px) {
  .side-column-desktop {
    display: block !important;
  }
}

.side-column-mobile {
  margin-top: 44px;
}
@media (min-width: 800px) {
  .side-column-mobile {
    display: none !important;
  }
}

.page-title {
  margin-top: 0;
  margin-bottom: 11px;
}

.more-link:after {
  content: "\f301";
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  padding-left: 5px;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
          transition: transform 200ms ease-in-out;
}

.more-link:hover:after {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.white-background {
  background: #FFFFFF;
  *zoom: 1;
  display: block;
  float: left;
  width: 100%;
}
.white-background:before, .white-background:after {
  content: "";
  display: table;
}
.white-background:after {
  clear: both;
}

.skipnav {
  background: transparent;
  color: #2f292b;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  z-index: 100;
}
.skipnav:focus {
  background: #ffffff;
  left: 0;
  outline: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

body {
  font-size: 15.90106px;
  line-height: 1.8;
}
@media (min-width: 920px) {
  body {
    font-size: 18px;
  }
}

h1, .h1 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.125;
}
@media (min-width: 800px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media (min-width: 920px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-size: 25.53191px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.05556;
}
@media (min-width: 800px) {
  h2, .h2 {
    font-size: 27.27273px;
  }
}
@media (min-width: 920px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  font-size: 22.69504px;
  margin-top: 22px;
  margin-bottom: 0;
  line-height: 1.1875;
}
@media (min-width: 800px) {
  h3, .h3 {
    font-size: 24.24242px;
  }
}
@media (min-width: 920px) {
  h3, .h3 {
    font-size: 32px;
  }
}

h4, .h4 {
  font-size: 21.2766px;
  margin-top: 0;
  margin-bottom: 11px;
  line-height: 1.132;
}
@media (min-width: 920px) {
  h4, .h4 {
    font-size: 30px;
  }
}

h5, .h5 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 11px;
  line-height: 22px;
}
@media (min-width: 920px) {
  h5, .h5 {
    font-size: 26px;
  }
}

h6, .h6 {
  font-size: 18.33333px;
  margin-top: 0;
  margin-bottom: 11px;
  line-height: 22px;
}
@media (min-width: 920px) {
  h6, .h6 {
    font-size: 22px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 22px;
}

ul, ol, pre, table, blockquote {
  margin-top: 22px;
  margin-bottom: 22px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  color: #990000;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: normal;
}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
  color: #990000;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #FFFFFF;
}
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black {
  color: #2f292b;
}
h1.sans, h2.sans, h3.sans, h4.sans, h5.sans, h6.sans {
  color: #2f292b;
  font-weight: 600 !important;
}
h1.page-title, h2.page-title, h3.page-title, h4.page-title, h5.page-title, h6.page-title {
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
}
h1.special-title, h2.special-title, h3.special-title, h4.special-title, h5.special-title, h6.special-title {
  font-family: "Julius Sans One", Arial, Helvetica, san-serif;
}
h1.section-title, h2.section-title, h3.section-title, h4.section-title, h5.section-title, h6.section-title {
  margin-bottom: 22px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
h1 a:hover, h1 a:focus, h1 a:active, h1 a:visited, h2 a:hover, h2 a:focus, h2 a:active, h2 a:visited, h3 a:hover, h3 a:focus, h3 a:active, h3 a:visited, h4 a:hover, h4 a:focus, h4 a:active, h4 a:visited, h5 a:hover, h5 a:focus, h5 a:active, h5 a:visited, h6 a:hover, h6 a:focus, h6 a:active, h6 a:visited {
  text-decoration: underline;
  color: inherit;
}

h1.page-title {
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  margin-bottom: 11px;
}

h1.news-event-title {
  color: #433B3D;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  font-weight: 600;
}

.intro {
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.35714286;
}
@media (min-width: 920px) {
  .intro {
    font-size: 28px;
  }
}

.main-body ul li, .main-body ol li {
  margin-bottom: 11px;
}

blockquote, q {
  quotes: none;
}

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

blockquote, q, cite {
  font-style: normal;
}

blockquote {
  display: block;
  margin-bottom: 22px;
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.35714286;
  background-color: #635c5e;
  color: #FFFFFF;
  padding: 22px;
  border-left: 6px solid #00b6f1;
}
@media (min-width: 920px) {
  blockquote {
    font-size: 24px;
  }
}
blockquote.quote-left, blockquote.quote-right {
  width: auto;
}
@media (min-width: 800px) {
  blockquote.quote-left, blockquote.quote-right {
    width: 50%;
  }
}
blockquote.quote-right {
  float: right !important;
  margin-left: 0;
}
@media (min-width: 800px) {
  blockquote.quote-right {
    margin-left: 22px;
  }
}
blockquote.quote-left {
  float: left !important;
  margin-right: 0;
}
@media (min-width: 800px) {
  blockquote.quote-left {
    margin-right: 22px;
  }
}
blockquote a, blockquote a:visited {
  color: #FFFFFF;
  -webkit-transition: color 150ms linear;
          transition: color 150ms linear;
}
blockquote a:hover, blockquote a:focus, blockquote a:active {
  color: #00b6f1 !important;
}

blockquote > p {
  padding: 0;
}

blockquote footer {
  text-align: right;
}

.no-break {
  white-space: nowrap;
}

.footnote {
  font-size: 14px;
  line-height: 1.66667;
  color: #666;
}

.byline {
  font-size: 14px;
  line-height: 1.66667;
  color: #666;
  font-style: italic;
}

.side-column a[href^="mailto"] {
  word-break: break-all;
}

.screen-reader-text {
  background: white;
  color: black;
}

/* ==========================================================================
   Header
   ========================================================================== */
header#header {
  background: #990000;
  display: block;
  *zoom: 1;
  display: block;
  z-index: 20;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  border-bottom: 6px solid #770000;
}
header#header:before, header#header:after {
  content: "";
  display: table;
}
header#header:after {
  clear: both;
}
@media (min-width: 920px) {
  header#header {
    border-bottom: 0;
  }
}
header#header a, header#header a:visited {
  color: #FFFFFF;
}
header#header a:hover, header#header a:focus, header#header a:active {
  color: #FFFFFF;
}

.pre-header,
.header-main {
  width: 100%;
  *zoom: 1;
  display: block;
  display: none;
}
.pre-header:before, .pre-header:after,
.header-main:before,
.header-main:after {
  content: "";
  display: table;
}
.pre-header:after,
.header-main:after {
  clear: both;
}
@media (min-width: 920px) {
  .pre-header,
  .header-main {
    display: block;
  }
}

.pre-header {
  display: none;
  z-index: 21;
  position: relative;
}
@media (min-width: 920px) {
  .pre-header {
    display: block;
  }
}

.pre-header-inner {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
}
.pre-header-inner:before, .pre-header-inner:after {
  content: "";
  display: table;
}
.pre-header-inner:after {
  clear: both;
}

.pre-header-left {
  display: inline;
  float: left;
  width: 22.12644%;
  margin: 0 1.43678%;
}

.pre-header-right {
  display: none;
  position: relative;
}
@media (min-width: 920px) {
  .pre-header-right {
    display: block;
    display: inline;
    float: left;
    width: 97.12644%;
    margin: 0 1.43678%;
    text-align: right;
  }
}
.pre-header-right nav li {
  display: inline-block;
}
.pre-header-right .global-navigation li {
  margin-left: -4px;
  padding: 7px 0;
}
.pre-header-right .global-navigation a {
  float: left;
  font-size: 11px;
  padding: 0 15px;
  display: inline-block;
}
@media (min-width: 1000px) {
  .pre-header-right .global-navigation a {
    font-size: 13px;
  }
}
.pre-header-right .global-navigation a:hover,
.pre-header-right .global-navigation a:focus,
.pre-header-right .global-navigation a:active {
  text-decoration: underline;
  color: #FFFFFF;
}
.pre-header-right .global-navigation .top-level-a {
  border-right: 2px solid #770000;
}
.pre-header-right .global-navigation .top-level-a.no-border {
  border-right: 0px;
}
.pre-header-right .search-button, .pre-header-right .info-button {
  text-transform: uppercase;
  font-weight: 600;
}
.pre-header-right .search-button {
  background: #aa2222;
  cursor: pointer;
}
.pre-header-right .search-button .zmdi-search {
  width: 10px;
}

.info-button {
  background: #770000;
  position: relative;
}
.info-button:hover, .info-button:focus, .info-button:active, .info-button:hover a, .info-button:focus a, .info-button:active a {
  text-decoration: none;
  color: #FFFFFF;
}
.info-button .top-level-li {
  position: relative;
}
.info-button .top-level-a:hover + .access-submenu,
.info-button .top-level-a:focus + .access-submenu,
.info-button .top-level-a:active + .access-submenu,
.info-button .access-submenu:hover,
.info-button .access-submenu:focus,
.info-button .access-submenu:active,
.info-button .access-submenu.is-show {
  max-height: 70em;
}
.info-button .access-submenu {
  display: none;
}
@media (min-width: 920px) {
  .info-button .access-submenu {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #630000;
    font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
    box-shadow: none;
    margin: 0;
    text-align: left;
    border-left: 5px solid #630000;
    border-right: 5px solid #630000;
    box-sizing: border-box;
  }
}
.info-button .access-submenu li {
  padding: 0;
  margin: 0;
  display: block;
}
.info-button .access-submenu a, .info-button .access-submenu a:visited {
  display: block;
  padding: 12px 10px 10px;
  font-size: 20px;
  line-height: 1.25;
  text-transform: none;
  font-weight: normal;
  color: #FFFFFF;
}
.info-button .access-submenu a:hover, .info-button .access-submenu a:focus, .info-button .access-submenu a:active {
  background: #990000;
  text-decoration: none;
  color: #FFFFFF;
}
.info-button .drop-indicator {
  font-size: 20px;
  vertical-align: bottom;
  width: 10px;
}
@media (min-width: 1000px) {
  .info-button .drop-indicator {
    font-size: 25px;
  }
}

.search-top {
  position: relative;
  background: #aa2222;
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms linear;
          transition: max-height 300ms linear;
}
.search-top:before, .search-top:after {
  content: "";
  display: table;
}
.search-top:after {
  clear: both;
}
.search-top.search-open {
  max-height: 10em;
}
.search-top form {
  padding: 24px 0 24px 0;
  display: inline;
  float: left;
  width: 88.7931%;
  margin: 0 1.43678%;
  margin-left: 5.60345%;
  position: relative;
}
.search-top input, .search-top button {
  display: inline;
  -webkit-appearance: none;
}
.search-top input {
  width: 100%;
  font-size: 36px;
  box-sizing: border-box;
  padding: 15px;
  -webkit-appearance: none;
}
.search-top input:focus {
  border: 0;
  box-shadow: 0;
  outline: none;
}
.search-top button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: transparent;
  border: 0;
  padding: 10px 15px;
}
.search-top button .zmdi {
  font-size: 36px;
  text-shadow: none;
  color: #a0a0a0;
}
.search-top button:hover, .search-top button:focus, .search-top button:active {
  background: transparent;
}
.search-top button:hover .zmdi, .search-top button:focus .zmdi, .search-top button:active .zmdi {
  color: #2f292b;
}

.header-main-inner {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
  padding-top: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-main-inner:before, .header-main-inner:after {
  content: "";
  display: table;
}
.header-main-inner:after {
  clear: both;
}

.header-main-left {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  text-align: center;
}
@media (min-width: 920px) {
  .header-main-left {
    display: inline;
    float: left;
    width: 30.45977%;
    margin: 0 1.43678%;
    text-align: left;
  }
}
.header-main-left .main-logo {
  display: block;
  max-width: 200px;
  padding-bottom: 15px;
  width: 100%;
  margin-top: -15px;
}
@media (min-width: 1200px) {
  .header-main-left .main-logo {
    max-width: 230px;
    margin-top: -15px;
  }
}
.header-main-left a, .header-main-left a:visited {
  display: block;
  color: #FFFFFF;
}
.header-main-left a:hover, .header-main-left a:focus, .header-main-left a:active {
  color: #FFFFFF;
}

.header-main-right {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  text-align: center;
}
@media (min-width: 920px) {
  .header-main-right {
    display: inline;
    float: left;
    width: 55.45977%;
    margin: 0 1.43678%;
    margin-left: 9.77011%;
    text-align: right;
    padding: 30px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .header-main-right:after {
    content: ' ';
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
    background-image: url(../images/Giving-Icon-Glow.png);
    background-repeat: no-repeat;
    background-size: auto 76%;
    background-position: 69% 50%;
  }
}
@media (min-width: 920px) and (min-width: 980px) {
  .header-main-right:after {
    background-position: 72% 50%;
  }
}
@media (min-width: 920px) and (min-width: 1100px) {
  .header-main-right:after {
    background-position: 77% 50%;
  }
}
@media (min-width: 920px) and (min-width: 1200px) {
  .header-main-right:after {
    background-position: 69% 50%;
  }
}
@media (min-width: 920px) and (min-width: 1280px) {
  .header-main-right:after {
    background-position: 71% 50%;
  }
}
@media (min-width: 920px) and (min-width: 1340px) {
  .header-main-right:after {
    background-position: 73% 50%;
  }
}
@media (min-width: 920px) and (min-width: 1650px) {
  .header-main-right:after {
    background-position: 76% 50%;
  }
}
@media (min-width: 920px) and (min-width: 1800px) {
  .header-main-right:after {
    background-position: 80% 50%;
  }
}

.header-main-right .give-button {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  font-family: "Julius Sans One", Arial, Helvetica, san-serif;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 1200px) {
  .header-main-right .give-button {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .header-main-right .give-button {
    font-size: 21px;
  }
}
.header-main-right .give-button .glow {
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
  padding: 5px 15px;
  display: inline-block;
}
.header-main-right .give-button .glow:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
  /* Permalink - use to edit and share this gradient:
  // http://colorzilla.com/gradient-editor/#e22d2d+44,aa2222+100&1+0,0+70 */
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #e22d2d 0%, rgba(226, 45, 45, 0.37) 44%, rgba(200, 40, 40, 0) 70%, rgba(170, 34, 34, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-radial-gradient(center, ellipse, #e22d2d 0%, rgba(226, 45, 45, 0.37) 44%, rgba(200, 40, 40, 0) 70%, rgba(170, 34, 34, 0) 100%);
  background: radial-gradient(ellipse at center, #e22d2d 0%, rgba(226, 45, 45, 0.37) 44%, rgba(200, 40, 40, 0) 70%, rgba(170, 34, 34, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22d2d', endColorstr='#00aa2222', GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.header-main-right .give-button .glow:hover:after, .header-main-right .give-button .glow:focus:after, .header-main-right .give-button .glow:active:after {
  opacity: 1;
}

.logo-container {
  max-width: 400px;
}

.full-header {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
.full-header .page-title {
  margin-top: 0;
  margin-bottom: 0;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
.navigation-main {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
}
.navigation-main:before, .navigation-main:after {
  content: "";
  display: table;
}
.navigation-main:after {
  clear: both;
}
@media (min-width: 920px) {
  .navigation-main {
    position: relative;
    z-index: 20;
  }
}
.navigation-main a, .navigation-main a:visited {
  color: #FFFFFF;
}
.navigation-main a:hover, .navigation-main a:focus, .navigation-main a:active {
  color: #FFFFFF;
}

.navigation-inner {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}

.mobile-header {
  display: block;
  position: relative;
  width: 100%;
  float: left;
}
@media (min-width: 920px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header .offcanvas-trigger {
  padding: 20px 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFFFFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  font-family: "Julius Sans One", Arial, Helvetica, san-serif;
  font-weight: 600;
  font-size: 13px;
}
.mobile-header .mobile-logo {
  display: block;
  max-width: 90px;
  padding: 10px 0 6px;
}

.disable-scroll .offcanvas-trigger {
  display: none;
}

.offcanvas-close {
  display: none;
}
.offcanvas-close.visible {
  display: block;
  padding: 11px 22px 11px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1000;
  cursor: pointer;
  font-size: 30px;
  color: #FFFFFF;
}

.navigation.horizontal-nav {
  display: none;
}
@media (min-width: 920px) {
  .navigation.horizontal-nav {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    float: left;
    background: rgba(119, 0, 0, 0.75);
  }
}

.navigation.vertical-nav {
  background: #FFFFFF;
  height: 100%;
  display: block;
  position: absolute;
  left: -500px;
  z-index: 20;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  min-width: 60%;
  top: 0;
  -webkit-transition: left 200ms ease-in-out;
          transition: left 200ms ease-in-out;
}
@media (min-width: 480px) {
  .navigation.vertical-nav {
    min-width: 250px;
  }
}
@media (min-width: 920px) {
  .navigation.vertical-nav {
    display: none;
  }
}
.navigation.vertical-nav.open {
  left: 0;
  top: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  overflow-y: auto;
}
@media (min-width: 920px) {
  .navigation.vertical-nav.open {
    overflow: visible;
  }
}
.navigation.vertical-nav nav {
  list-style: none;
  margin: 22px 11px;
  font-size: 15px;
}
.navigation.vertical-nav nav.global-navigation, .navigation.vertical-nav nav.mobile-only {
  border-bottom: 2px solid #eae3e3;
  padding-bottom: 11px;
}
.navigation.vertical-nav nav a {
  padding: 5px 22px;
  display: block;
  color: #2f292b !important;
  text-shadow: none !important;
}
.no-touch .navigation.vertical-nav nav a:hover, .no-touch .navigation.vertical-nav nav a:focus,
.navigation.vertical-nav nav a:active,
.navigation.vertical-nav nav a.current-page {
  background: #f8f5f5;
  text-decoration: none;
  color: #770000 !important;
}
.navigation.vertical-nav .main-vertical-nav {
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif !important;
  font-size: 20px;
}
.navigation.vertical-nav .main-vertical-nav a, .navigation.vertical-nav .main-vertical-nav a:visited, .navigation.vertical-nav .main-vertical-nav a:hover, .navigation.vertical-nav .main-vertical-nav a:focus, .navigation.vertical-nav .main-vertical-nav a:active {
  color: #770000;
}
.navigation.vertical-nav .calls-to-action-nav {
  background: #433b3d;
  padding: 5px 0;
}
.navigation.vertical-nav .calls-to-action-nav li a, .navigation.vertical-nav .calls-to-action-nav a:visited, .navigation.vertical-nav .calls-to-action-nav a:focus, .navigation.vertical-nav .calls-to-action-nav a:active {
  color: #FFFFFF !important;
  padding: 10px 22px;
  text-transform: uppercase;
}
.navigation.vertical-nav .calls-to-action-nav li a:hover {
  color: #FFFFFF !important;
  background: #2f292b !important;
}

.touch .navigation.vertical-nav a:hover,
.touch .navigation.vertical-nav a:active {
  text-decoration: none;
}

.main-nav {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.main-nav .top-level-li {
  display: block;
  position: relative;
  color: #2f292b;
}
@media (min-width: 920px) {
  .main-nav .top-level-li {
    display: inline-block;
    width: 20%;
    text-align: center;
    border-right: 3px solid rgba(153, 0, 0, 0);
    box-sizing: border-box;
    -webkit-transition: background 100ms linear;
            transition: background 100ms linear;
  }
  .main-nav .top-level-li:after {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    height: 100%;
    border-right: 3px solid rgba(119, 0, 0, 0.5);
  }
}
.main-nav .top-level-li:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  height: 100%;
  border-left: 3px solid rgba(119, 0, 0, 0.5);
}
.main-nav .top-level-a {
  cursor: pointer;
  padding: 5px;
  display: block;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  -webkit-transition: background 0ms linear;
          transition: background 0ms linear;
  color: #FFFFFF;
}
@media (min-width: 920px) {
  .main-nav .top-level-a {
    font-size: 19px;
  }
}
@media (min-width: 970px) {
  .main-nav .top-level-a {
    font-size: 20px;
  }
}
@media (min-width: 1070px) {
  .main-nav .top-level-a {
    font-size: 21px;
  }
}
@media (min-width: 1140px) {
  .main-nav .top-level-a {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .main-nav .top-level-a {
    font-size: 23px;
  }
}
@media (min-width: 1400px) {
  .main-nav .top-level-a {
    font-size: 24px;
  }
}
.main-nav .top-level-a:hover, .main-nav .top-level-a:focus, .main-nav .top-level-a:active {
  color: #FFFFFF;
}
.main-nav .access-submenu {
  display: none;
}
@media (min-width: 920px) {
  .main-nav .access-submenu {
    display: block;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    box-shadow: 5px 5px 0px rgba(77, 24, 30, 0.25);
    margin: -5px 0 0;
    background: #FFFFFF;
    position: absolute;
    top: 100%;
    width: auto;
    padding: 0 5px;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: opacity 100ms linear;
            transition: opacity 100ms linear;
    opacity: 0;
    border-top: 5px solid #005e8c;
  }
}
.lt-ie9 .main-nav .access-submenu {
  border-top: 0;
}
.main-nav .access-submenu li {
  line-height: 1.125;
}
.main-nav .access-submenu a, .main-nav .access-submenu a:visited {
  display: block;
  padding: 11px;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  color: #433b3d !important;
  text-shadow: none;
  text-align: left;
  font-size: 18px;
  line-height: 1.25;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
}

.main-nav .top-level-li:hover a + .access-submenu,
.main-nav .top-level-li:focus a + .access-submenu,
.main-nav .top-level-li:active a + .access-submenu,
.main-nav .top-level-li.touch-open a + .access-submenu,
.main-nav .top-level-li .access-submenu:hover,
.main-nav .top-level-li .access-submenu:focus,
.main-nav .top-level-li .access-submenu:active,
.main-nav .top-level-li .access-submenu.is-show {
  max-height: 50em;
  opacity: 1;
}

.main-nav .top-level-li:hover,
.main-nav .top-level-li:focus,
.main-nav .top-level-li:active,
.main-nav .top-level-li.touch-open {
  background: #005e8c;
}

.main-nav .top-level-a:hover,
.main-nav .top-level-a:focus,
.main-nav .top-level-a:active,
.main-nav .top-level-li:hover .top-level-a,
.main-nav .top-level-li:focus .top-level-a,
.main-nav .top-level-li:active .top-level-a {
  color: #FFFFFF !important;
  text-shadow: none;
}

.main-nav .top-level-a:hover,
.main-nav .top-level-a:focus,
.main-nav .top-level-a:active {
  background: #005e8c !important;
  text-decoration: underline !important;
  color: #FFFFFF;
}

.main-nav .access-submenu a:hover,
.main-nav .access-submenu a:focus,
.main-nav .access-submenu a:active {
  color: #990000 !important;
  background: #f8f5f5 !important;
  text-decoration: underline;
}

.column-title {
  font-weight: 600;
  display: block;
  margin-bottom: 11px;
}

.top-level-a + .drop {
  display: none;
}
@media (min-width: 920px) {
  .top-level-a + .drop {
    display: block;
    max-height: 0;
    overflow: hidden;
    width: 100%;
  }
}

.top-level-a.open + .drop {
  max-height: 70em;
}

.overlay {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
          transition: opacity 200ms ease-in-out;
}
.overlay.visible {
  z-index: -1;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  cursor: pointer;
  z-index: 19;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 920px) {
  .overlay.visible {
    width: 0;
    height: 0;
  }
}
.touchevents .overlay {
  cursor: pointer;
}

.offcanvas-search {
  margin: 16px;
  padding-bottom: 3em;
}

.disable-scroll, .disable-scroll body {
  overflow: hidden;
  height: 100%;
}
@media (min-width: 920px) {
  .disable-scroll, .disable-scroll body {
    overflow-x: hidden;
    overflow-y: visible;
  }
}

.touch-overview-link {
  display: block;
}

.no-touch .touch-overview-link {
  display: none;
}

.calls-to-action-block {
  width: 100%;
  z-index: 10;
}

.calls-to-action {
  background: rgba(174, 56, 61, 0.8);
  display: inline-block;
  padding: 10px 20px;
}
.calls-to-action li {
  display: inline;
  font-size: 14px;
}
.calls-to-action li a {
  font-size: 12px;
  font-weight: 600;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .calls-to-action li a {
    font-size: 14px;
    font-weight: 600px;
  }
}
.calls-to-action li + li::before {
  content: " | ";
  padding: 0 6px;
}

header#schools-header .calls-to-action li a {
  font-size: 10px;
}
@media (min-width: 1200px) {
  header#schools-header .calls-to-action li a {
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  header#schools-header .calls-to-action li a {
    font-size: 14px;
  }
}

/* ==========================================================================
   Homepage
   ========================================================================== */
.hp-hero-carousel {
  overflow: hidden;
}
.hp-hero-carousel .gallery-cell {
  width: 100%;
}
.hp-hero-carousel img {
  max-width: 9999em;
  width: 100%;
}
.hp-hero-carousel .flickity-prev-next-button:disabled {
  opacity: 0;
}

.hp-hero-wrapper {
  position: relative;
  overflow: hidden;
  background: #004c70;
}
@media (min-width: 480px) {
  .hp-hero-wrapper {
    padding-bottom: 57%;
    background: #440000;
  }
}
.hp-hero-wrapper .hp-hero-carousel-wrapper {
  position: relative;
}
@media (min-width: 480px) {
  .hp-hero-wrapper .hp-hero-carousel-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
  }
}

.hp-hero-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 57%;
}
.hp-hero-container img {
  -webkit-animation: fade-in 500ms ease-in-out;
          animation: fade-in 500ms ease-in-out;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  left: 0;
}

@-webkit-keyframes fade-in {
  0% {
    -webkit-transform: scale(1.0125, 1.0125);
            transform: scale(1.0125, 1.0125);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    -webkit-transform: scale(1.0125, 1.0125);
            transform: scale(1.0125, 1.0125);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
.hero-overlay {
  box-shadow: inset 0px 0px 85px rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
}

.homepage-hero-text {
  position: relative;
  width: 100%;
  color: #FFFFFF;
}
@media (min-width: 480px) {
  .homepage-hero-text {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.homepage-hero-text .hero-text-area {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  font-size: 14px;
}
@media (min-width: 800px) {
  .homepage-hero-text .hero-text-area {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-left: 51.43678%;
    font-size: 16px;
  }
}
.homepage-hero-text .hero-text-area .page-title {
  font-size: 24px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
@media (min-width: 480px) {
  .homepage-hero-text .hero-text-area .page-title {
    font-size: 28px;
  }
}
@media (min-width: 920px) {
  .homepage-hero-text .hero-text-area .page-title {
    margin-bottom: 0;
    font-size: 42px;
  }
}
.homepage-hero-text .hero-text-area p {
  margin-top: 0;
  margin-bottom: 22px;
}
.homepage-hero-text .hero-text-area-inner {
  padding: 22px 33px;
  background: #004c70;
  padding-bottom: 22px;
}
@media (min-width: 800px) {
  .homepage-hero-text .hero-text-area-inner {
    padding: 22px;
    padding-bottom: 44px;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 920px) {
  .homepage-hero-text .hero-text-area-inner {
    padding-bottom: 66px;
  }
}
.lt-ie9 .homepage-hero-text .hero-text-area-inner {
  background: #000000;
}
.homepage-hero-text .btn {
  padding: 8px;
}
@media (min-width: 800px) {
  .homepage-hero-text .btn {
    padding: 11px 22px;
  }
}

.homepage-intro {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
.homepage-intro .homepage-intro-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&1+0,1+50,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  position: relative;
  padding: 22px;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
  .homepage-intro .homepage-intro-container {
    margin-top: -22px;
    margin-bottom: 22px;
  }
}
@media (min-width: 920px) {
  .homepage-intro .homepage-intro-container {
    padding: 44px;
    margin-top: -88px;
    margin-bottom: 22px;
  }
}
.homepage-intro h1 {
  margin-top: 0;
  font-family: "Julius Sans One", Arial, Helvetica, san-serif;
  text-align: center;
}
.homepage-intro h1 .underlined {
  box-shadow: inset 0 -4px 0 #FFFFFF, inset 0 -6px 0 #990000;
}
.homepage-intro .intro {
  text-align: center;
  font-size: 22px;
  line-height: 1.333;
  margin-top: 0;
  margin-bottom: 11px;
}
@media (min-width: 480px) {
  .homepage-intro .intro {
    font-size: 26px;
  }
}
@media (min-width: 920px) {
  .homepage-intro .intro {
    font-size: 32px;
  }
}
.homepage-intro .fact-third {
  font-size: 15.5px;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  text-align: center;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
  .homepage-intro .fact-third {
    display: inline;
    float: left;
    width: 30.45977%;
    margin: 0 1.43678%;
  }
}
.homepage-intro .fact-third .red-text {
  color: #990000;
  font-weight: 600;
}
.homepage-intro .btn {
  background: #aa2222;
}

.homepage-bottom {
  padding: 88px 0 44px;
  float: left;
  width: 100%;
}

.category-label {
  font-size: 21px;
  position: absolute;
  top: 11px;
  right: 11px;
}

.homepage-feed-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 22px;
}

.homepage-news-feed {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 44px;
}
@media (min-width: 480px) {
  .homepage-news-feed {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
.homepage-news-feed h4 {
  margin-top: 0;
}
.homepage-news-feed li {
  margin-bottom: 20px;
  line-height: 1.5;
}
.homepage-news-feed .date {
  color: #433b3d;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
}
.homepage-news-feed a, .homepage-news-feed a:visited {
  color: #2f292b;
  text-decoration: none;
}
.homepage-news-feed a:hover, .homepage-news-feed a:focus, .homepage-news-feed a:active, .homepage-news-feed a:visited:hover, .homepage-news-feed a:visited:focus, .homepage-news-feed a:visited:active {
  color: #2f292b;
  text-decoration: underline;
}

.homepage-twitter-feed {
  position: relative;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
  .homepage-twitter-feed {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
.homepage-twitter-feed li {
  margin-bottom: 11px;
}
.homepage-twitter-feed .twitter-arrow {
  display: inline-block;
  font-size: 44px;
  color: #005e8c;
  cursor: pointer;
  -webkit-transition: color 200ms linear;
          transition: color 200ms linear;
}
.homepage-twitter-feed .twitter-arrow:hover, .homepage-twitter-feed .twitter-arrow:focus, .homepage-twitter-feed .twitter-arrow:active {
  color: #4099FF;
}
@media (min-width: 480px) {
  .homepage-twitter-feed .twitter-arrow {
    display: none;
  }
}
.homepage-twitter-feed .twitter-prev {
  position: absolute;
  top: -11px;
  left: 0;
}
.homepage-twitter-feed .twitter-next {
  position: absolute;
  top: -11px;
  right: 0;
}
.homepage-twitter-feed .twitter-icon {
  display: none;
}
@media (min-width: 480px) {
  .homepage-twitter-feed .twitter-icon {
    display: inline-block;
    color: #4099FF;
    font-size: 40px;
    margin-left: 22px;
  }
}
@media (min-width: 920px) {
  .homepage-twitter-feed .twitter-icon {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.homepage-twitter-feed .dots {
  text-align: center;
  position: relative;
  width: 100%;
}
@media (min-width: 920px) {
  .homepage-twitter-feed .dots {
    width: 35px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.homepage-twitter-feed .twitter-switcher {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #005e8c;
  display: inline-block;
  border: 2px solid #005e8c;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
  margin-right: 11px;
  vertical-align: super;
}
@media (min-width: 920px) {
  .homepage-twitter-feed .twitter-switcher {
    vertical-align: middle;
    margin-right: 0;
  }
}
.homepage-twitter-feed .twitter-switcher.active-tweet {
  background: #4099ff;
  -webkit-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
.homepage-twitter-feed .twitter-switcher:hover, .homepage-twitter-feed .twitter-switcher:focus, .homepage-twitter-feed .twitter-switcher:active {
  background: #4099ff;
}
@media (min-width: 920px) {
  .homepage-twitter-feed #twitter-container {
    margin-left: 50px;
  }
}

.homepage-cal-wrapper .hp-cal-title,
.homepage-cal-wrapper .view-full-link {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}

.homepage-callout-wrapper {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
}
.homepage-callout-wrapper:before, .homepage-callout-wrapper:after {
  content: "";
  display: table;
}
.homepage-callout-wrapper:after {
  clear: both;
}

.homepage-callout {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
  .homepage-callout {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
@media (min-width: 800px) {
  .homepage-callout {
    display: inline;
    float: left;
    width: 22.12644%;
    margin: 0 1.43678%;
  }
}
.homepage-callout ul {
  margin: 0;
}
.homepage-callout button {
  margin-bottom: 11px;
}
.homepage-callout .image-wrapper {
  position: relative;
}
.homepage-callout .image-caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 21px;
}

.hp-background-image-section {
  *zoom: 1;
  display: block;
  width: 100%;
  float: left;
  background-image: url(/assets/images/HP-Background-Cherry_Blossoms.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.hp-background-image-section:before, .hp-background-image-section:after {
  content: "";
  display: table;
}
.hp-background-image-section:after {
  clear: both;
}
.lt-ie9 .hp-background-image-section {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/assets/images/HP-Background-Cherry_Blossoms.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(\a         src='/assets/images/HP-Background-Cherry_Blossoms.jpg',\a         sizingMethod='scale')";
}

.hp-full-quote {
  float: left;
  width: 100%;
  background: rgba(0, 94, 140, 0.9);
  margin-bottom: 22px;
}
.hp-full-quote .hp-quote-inner {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  text-align: center;
  padding: 22px 0;
  color: #FFFFFF;
}
.hp-full-quote blockquote {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.44117647;
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
  background: #005e8c;
  background: rgba(0, 94, 140, 0);
  background: none;
}
@media (min-width: 480px) {
  .hp-full-quote blockquote {
    font-size: 28px;
  }
}
@media (min-width: 920px) {
  .hp-full-quote blockquote {
    font-size: 34px;
  }
}
.hp-full-quote blockquote p {
  font-style: italic;
  margin: 0;
}
.hp-full-quote blockquote p:before {
  content: "\201C";
}
.hp-full-quote blockquote p:after {
  content: "\201D";
}
.hp-full-quote footer {
  text-align: center;
}
.hp-full-quote footer:before {
  content: "-";
}
.lt-ie9 .hp-full-quote {
  background: #005e8c;
}

.grid-buttons {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  padding: 44px 0;
}
@media (min-width: 400px) {
  .grid-buttons {
    display: inline;
    float: left;
    width: 80.45977%;
    margin: 0 1.43678%;
    margin-left: 9.77011%;
  }
}
.grid-buttons li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 11px;
}
@media (min-width: 480px) {
  .grid-buttons li {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-bottom: 11px;
  }
}
@media (min-width: 920px) {
  .grid-buttons li {
    margin-bottom: 22px;
  }
}
.grid-buttons a, .grid-buttons a:visited {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  color: #990000;
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
  text-decoration: none;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
  font-size: 18px;
  line-height: 1.125;
  padding: 11px;
}
@media (min-width: 480px) {
  .grid-buttons a, .grid-buttons a:visited {
    font-size: 24px;
  }
}
@media (min-width: 920px) {
  .grid-buttons a, .grid-buttons a:visited {
    font-size: 30px;
    padding: 44px;
  }
}
.grid-buttons a.red-background, .grid-buttons a:visited.red-background {
  background: rgba(153, 0, 0, 0.75);
  color: #FFFFFF;
  text-transform: uppercase;
}
.grid-buttons a.red-background:hover, .grid-buttons a.red-background:focus, .grid-buttons a.red-background:active, .grid-buttons a:visited.red-background:hover, .grid-buttons a:visited.red-background:focus, .grid-buttons a:visited.red-background:active {
  background: #990000;
}
.grid-buttons a:hover, .grid-buttons a:focus, .grid-buttons a:active {
  background: white;
}
.lt-ie9 .grid-buttons li, .lt-ie9 .grid-buttons a {
  display: block;
}
.lt-ie9 .grid-buttons a, .lt-ie9 .grid-buttons a:visited {
  background: #FFFFFF;
}
.lt-ie9 .grid-buttons a.red-background {
  background: #990000;
}
.no-flexbox .grid-buttons li, .no-flexbox .grid-buttons a {
  display: block;
}

/* ==========================================================================
   Heros
   ========================================================================== */
.hero-wrapper {
  position: relative;
  width: 100%;
  float: left;
}
.hero-wrapper .title-overlay {
  position: relative;
  width: 100%;
}
@media (min-width: 480px) {
  .hero-wrapper .title-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
  }
}
.hero-wrapper .title-overlay .caption-credit {
  display: none;
}
@media (min-width: 920px) {
  .hero-wrapper .title-overlay .caption-credit {
    color: #FFFFFF;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-bottom: 22px;
    display: inline-block;
  }
}
.hero-wrapper .title-overlay .row {
  margin-bottom: 0;
}
.hero-wrapper .title-overlay h1 {
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
  padding: 15px 22px 11px;
  line-height: 1.125;
  color: #FFFFFF;
  font-weight: normal;
  display: block;
  background: #005e8c;
  margin-bottom: 0;
  border-top: 12px solid rgba(153, 0, 0, 0.2);
}
@media (min-width: 480px) {
  .hero-wrapper .title-overlay h1 {
    padding: 15px 30px 11px;
    background: rgba(0, 94, 140, 0.9);
    border-top: 12px solid rgba(153, 0, 0, 0.2);
    display: inline-block;
  }
}
@media (min-width: 800px) {
  .hero-wrapper .title-overlay h1 {
    font-size: 42px;
    padding: 20px 40px 16px;
  }
}
@media (min-width: 920px) {
  .hero-wrapper .title-overlay h1 {
    font-size: 60px;
    padding: 20px 40px 16px;
  }
}
.hero-wrapper .title-inset h1 {
  border-top: 0px;
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .hero-wrapper .title-inset h1 {
    font-size: 42px;
    padding: 20px 40px 16px;
  }
}
@media (min-width: 920px) {
  .hero-wrapper .title-inset h1 {
    font-size: 48px;
    padding: 20px 40px 16px;
  }
}
.hero-wrapper .title-inset .caption-credit {
  margin-right: 44px;
}

.hero-image {
  position: relative;
  background: #5e0000;
  overflow: hidden;
  padding-bottom: 55%;
}
@media (min-width: 480px) {
  .hero-image {
    padding-bottom: 35%;
  }
}
@media (min-width: 920px) {
  .hero-image {
    padding-bottom: 33%;
  }
}
.hero-image img {
  position: absolute;
  max-width: none;
  width: 100%;
  top: 0;
  width: 150%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 480px) {
  .hero-image img {
    width: 100%;
    left: 0%;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media (min-width: 920px) {
  .hero-image img {
    width: 100%;
  }
}
.hero-image.hero-inset {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 66%;
}
@media (min-width: 480px) {
  .hero-image.hero-inset {
    padding-bottom: 46%;
  }
}
@media (min-width: 920px) {
  .hero-image.hero-inset {
    padding-bottom: 43%;
  }
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  padding: 0;
  margin: 0 0 22px 0;
  color: #2f292b;
  line-height: 1.25;
}
.breadcrumbs a, .breadcrumbs a:visited {
  text-decoration: none;
  color: #2f292b;
  font-size: 13px;
  line-height: 1.66666667;
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
  color: #2f292b;
  text-decoration: underline;
}
.breadcrumbs .home-crumb {
  text-transform: uppercase;
}
.breadcrumbs .highlighted:after {
  content: "";
}
.breadcrumbs .highlighted a {
  color: #990000;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:after {
  content: "\f2fb";
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  padding-left: 5px;
  vertical-align: middle;
  width: 10px;
  text-align: center;
}
.breadcrumbs .expanding-crumbs {
  display: inline;
}
.breadcrumbs .expanding-crumbs li {
  display: none;
}
@media (min-width: 800px) {
  .breadcrumbs .expanding-crumbs li {
    display: inline;
  }
}
.breadcrumbs .expanding-crumbs:before {
  content: "... \f2fb";
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  padding-left: 5px;
}
@media (min-width: 800px) {
  .breadcrumbs .expanding-crumbs:before {
    content: "";
    padding: 0;
  }
}

/* ==========================================================================
   Body Parts
   ========================================================================== */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.router-container {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
}
.router-container:before, .router-container:after {
  content: "";
  display: table;
}
.router-container:after {
  clear: both;
}

.router-row {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
.router-row .image-container {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
  .router-row .image-container {
    display: inline;
    float: left;
    width: 38.7931%;
    margin: 0 1.43678%;
  }
}
.router-row .text-container {
  display: block;
  margin: 0 1.43678%;
  width: auto;
}
.router-row .text-container.full-width {
  display: inline;
  float: left;
  width: 88.7931%;
  margin: 0 1.43678%;
  margin-left: 5.60345%;
}
.router-row .text-container.one-third {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 800px) {
  .router-row .text-container.one-third {
    display: inline;
    float: left;
    width: 30.45977%;
    margin: 0 1.43678%;
  }
}
.router-row .image-container.two-thirds {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 800px) {
  .router-row .image-container.two-thirds {
    display: inline;
    float: left;
    width: 63.7931%;
    margin: 0 1.43678%;
  }
}
.router-row li {
  background: #FFFFFF;
  margin-bottom: 11px;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
}
.router-row .router-row-inner {
  *zoom: 1;
  display: block;
  padding: 11px;
}
.router-row .router-row-inner:before, .router-row .router-row-inner:after {
  content: "";
  display: table;
}
.router-row .router-row-inner:after {
  clear: both;
}
@media (min-width: 920px) {
  .router-row .router-row-inner {
    padding: 22px 19px;
  }
}
.router-row h3, .router-row h4 {
  margin-bottom: 11px;
}

.router-grid-text h6 {
  line-height: 2em;
  margin: 0;
}

.news-date {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1em;
}

.pagination {
  text-align: center;
}
.pagination ul {
  list-style: none;
  margin-left: 0;
  padding: 0 11px;
}
.pagination ul, .pagination li, .pagination .prev-arrow, .pagination .next-arrow {
  display: inline;
}
.pagination .prev-arrow, .pagination .next-arrow {
  padding: 0 11px;
  cursor: pointer;
}
.pagination a {
  padding: 0 11px;
}
.pagination .current-page a, .pagination .current-page {
  text-decoration: none;
}

.view-full-link,
.view-full-link:visited {
  color: #990000 !important;
  text-decoration: none;
}
.view-full-link:hover, .view-full-link:focus, .view-full-link:active,
.view-full-link:visited:hover,
.view-full-link:visited:focus,
.view-full-link:visited:active {
  color: #990000 !important;
  text-decoration: underline;
}
.view-full-link:after,
.view-full-link:visited:after {
  content: "\00BB";
  padding-left: 5px;
}
.view-full-link.back:after,
.view-full-link:visited.back:after {
  content: "";
  padding-right: 0px;
}
.view-full-link.back:before,
.view-full-link:visited.back:before {
  content: "\00AB ";
  padding-right: 5px;
}

.full-title {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}

.router-grid {
  width: 100%;
  float: left;
  margin: 0 0 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.router-grid .router-title {
  color: #005e8c;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
}
.router-grid a, .router-grid a:visited {
  text-decoration: none;
  color: #2f292b;
  cursor: pointer;
}
.router-grid a:hover, .router-grid a:active, .router-grid a:focus, .router-grid a:visited:hover, .router-grid a:visited:active, .router-grid a:visited:focus {
  text-decoration: none;
  color: #2f292b;
}
.router-grid a:hover .router-title, .router-grid a:active .router-title, .router-grid a:focus .router-title, .router-grid a:visited:hover .router-title, .router-grid a:visited:active .router-title, .router-grid a:visited:focus .router-title {
  text-decoration: underline;
}
.router-grid p a, .router-grid p a:visited {
  text-decoration: underline;
  color: #005e8c;
}
.router-grid p a:hover, .router-grid p a:active, .router-grid p a:focus, .router-grid p a:visited:hover, .router-grid p a:visited:active, .router-grid p a:visited:focus {
  text-decoration: underline;
  color: #004c70;
}
.router-grid li {
  width: 100%;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
  .router-grid li {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
@media (min-width: 800px) {
  .router-grid li {
    display: inline;
    float: left;
    width: 30.45977%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
.router-grid li.half {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
  .router-grid li.half {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
.router-grid .router-grid-text {
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
}

.router-grid-with-image {
  margin: 0 0 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.router-grid-text a, .router-grid-text ul li a, .router-grid-text ul li a:visited{
    text-decoration: underline;
    color: #005e8c;
}
.router-grid-with-image a, .router-grid-with-image a:hover, .router-grid-with-image a:visited, .router-grid-with-image a:focus, .router-grid-with-image a:active {
  text-decoration: none;
  color: #2f292b;
  display: block;
  cursor: pointer;
}
.router-grid-with-image li, .router-grid-with-image .router-grid-with-image-inner {
  width: 100%;
  background: #FFFFFF;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
  .router-grid-with-image li, .router-grid-with-image .router-grid-with-image-inner {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
@media (min-width: 920px) {
  .router-grid-with-image li, .router-grid-with-image .router-grid-with-image-inner {
    display: inline;
    float: left;
    width: 30.45977%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
.router-grid-with-image.half li {
  width: 100%;
  background: #FFFFFF;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
  .router-grid-with-image.half li {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
.router-grid-with-image li:hover,
.router-grid-with-image li:focus,
.router-grid-with-image li:active {
  box-shadow: 5px 5px 0px #dfd4d5;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.router-grid-with-image li .router-grid-text ul {
  margin-bottom: 15px;
}
.router-grid-with-image li .router-grid-text ul li {
  display: list-item;
  float: none;
  margin: 0;
  width: 100%;
}
.router-grid-with-image .router-grid-text {
  padding: 0 22px;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
}
.router-grid-with-image .router-grid-text h3, .router-grid-with-image .router-grid-text h4 {
  margin-top: 22px;
  margin-bottom: 11px;
}
.router-grid-with-image.blue-bg li {
  background: #005e8c;
}
.router-grid-with-image.blue-bg li h3, .router-grid-with-image.blue-bg li h4 {
  color: #FFFFFF;
  font-size: 21.2766px;
  line-height: 1.132;
  margin-top: 22px;
  margin-bottom: 22px;
}
.router-grid-with-image.blue-bg li p {
  color: white;
}

.touch .router-grid-with-image li:hover,
.touch .router-grid-with-image li:focus,
.touch .router-grid-with-image li:active {
  box-shadow: 0px 0px 0px #dfd4d5;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.inbody-island {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
}
.inbody-island:before, .inbody-island:after {
  content: "";
  display: table;
}
.inbody-island:after {
  clear: both;
}
.inbody-island .island-inner {
  background: #FFFFFF;
  border: 5px solid #dfd4d5;
  box-sizing: border-box;
  font-size: 15.5px;
  line-height: 1.8;
  margin-bottom: 22px;
  padding: 22px;
}
@media (min-width: 800px) {
  .inbody-island .island-inner {
    padding: 22px 44px;
  }
}
.inbody-island .island-header {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
.inbody-island p:last-child {
  margin: 0;
}
.inbody-island .island-left,
.inbody-island .island-right {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 800px) {
  .inbody-island .island-left,
  .inbody-island .island-right {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
  }
}
.inbody-island .island-contact .island-left {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 800px) {
  .inbody-island .island-contact .island-left {
    display: inline;
    float: left;
    width: 22.12644%;
    margin: 0 1.43678%;
  }
}
.inbody-island .island-contact .island-left img {
  margin-bottom: 11px;
}
.inbody-island .island-contact .island-left span {
  display: block;
  line-height: 1.25;
  margin-bottom: 11px;
}
.inbody-island .island-contact .island-right {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 800px) {
  .inbody-island .island-contact .island-right {
    display: inline;
    float: left;
    width: 72.12644%;
    margin: 0 1.43678%;
  }
}

.router-row,
.router-grid-with-image,
.router-grid,
.callout-large,
.inbody-island {
  font-size: 15.5px;
  line-height: 1.8;
}
.router-row h1, .router-row h2, .router-row h3, .router-row h4,
.router-grid-with-image h1,
.router-grid-with-image h2,
.router-grid-with-image h3,
.router-grid-with-image h4,
.router-grid h1,
.router-grid h2,
.router-grid h3,
.router-grid h4,
.callout-large h1,
.callout-large h2,
.callout-large h3,
.callout-large h4,
.inbody-island h1,
.inbody-island h2,
.inbody-island h3,
.inbody-island h4 {
  margin-top: 0;
}

.half-inbody {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 800px) {
  .half-inbody {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
  }
}

.bottom-island {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 44px;
}
@media (min-width: 800px) {
  .bottom-island {
    display: inline;
    float: left;
    width: 80.45977%;
    margin: 0 1.43678%;
    margin-left: 9.77011%;
    margin-top: 66px;
    margin-bottom: 66px;
  }
  .bottom-island .island-inner {
    margin-bottom: 0;
  }
}

.cultivating-cath-minds-more-stories .router-grid-with-image {
  margin-bottom: 0;
}
.cultivating-cath-minds-more-stories h3 {
  margin-bottom: 22px;
}

.__container.ng-scope .formly-field {
  margin-bottom: 11px;
}
.__container.ng-scope select {
  max-width: 100% !important;
}
.__container.ng-scope .btn-grp.ng-scope {
  margin-top: 22px;
}

.everything #schools-header {
  position: fixed;
  width: 100%;
}

.everything .pre-school-header-left .schools-logo {
  margin: 0 auto;
}

.everything .mobile-only .info-button {
  background: transparent;
  top: 55px;
  position: fixed;
  right: 10px;
  text-align: right;
  z-index: 999;
}
.everything .mobile-only .info-button .top-level-a {
  background: #770000;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Julius Sans One", Arial, Helvetica, san-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .05em;
  padding: 8px 15px;
  text-align: right;
  text-transform: uppercase;
}
.everything .mobile-only .info-button .top-level-a:hover {
  background: #990000;
}
.everything .mobile-only .info-button .access-submenu {
  background: #770000;
  display: block;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
          transition: max-height 0.5s ease-in-out;
}
.everything .mobile-only .info-button .access-submenu li {
  padding: 3px 10px;
}
.everything .mobile-only .info-button .access-submenu li a {
  font-size: 14px;
  text-align: left;
}
.everything .mobile-only .info-button.active .access-submenu {
  max-height: 500px;
}
.everything .mobile-only .info-button.active .top-level-a {
  background: #990000;
}

.video-hero-full {
  clear: both;
  position: relative;
}
.video-hero-full.tall .video-hero-container {
  padding-bottom: 56.25%;
}
.video-hero-full.short .video-hero-container {
  padding-bottom: 43.75%;
}
.video-hero-full.narrow .video-hero-container {
  padding-bottom: 25%;
}
.video-hero-full .video-hero-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 42.86%;
}
.video-hero-full .video-hero-container.tall {
  padding-bottom: 56.25%;
}
.video-hero-full .video-hero-container.short {
  padding-bottom: 43.75%;
}
.video-hero-full .video-hero-container.narrow {
  padding-bottom: 25%;
}
.video-hero-full .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  background-size: cover;
  background-image: url(images/schools/video/White-Board.jpg);
}
.video-hero-full .video-hero-text-area {
  position: relative;
}
@media (min-width: 800px) {
  .video-hero-full .video-hero-text-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.video-hero-full .video-hero-text-area-inner {
  position: relative;
  color: #FFFFFF;
  padding: 22px;
  background: #423C3F;
  padding-bottom: 22px;
}
@media (min-width: 800px) {
  .video-hero-full .video-hero-text-area-inner {
    -webkit-animation: 4s ease 0s normal forwards 1 fadein;
            animation: 4s ease 0s normal forwards 1 fadein;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 45px;
    margin: 66px 22px 22px;
  }
}
@media (min-width: 920px) {
  .video-hero-full .video-hero-text-area-inner {
    max-width: 65%;
  }
}
.video-hero-full .video-hero-text-area-inner .page-title {
  font-family: "Open Sans Condensed", Arial, Helvetica, san-serif;
  font-size: 28px;
  line-height: 1.142857142857143;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
@media (min-width: 480px) {
  .video-hero-full .video-hero-text-area-inner .page-title {
    font-size: 34px;
  }
}
@media (min-width: 920px) {
  .video-hero-full .video-hero-text-area-inner .page-title {
    font-size: 40px;
  }
}
.video-hero-full .video-hero-text-area-inner p {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.185185185185185;
  font-weight: 400;
}
@media (min-width: 480px) {
  .video-hero-full .video-hero-text-area-inner p {
    font-size: 20px;
    line-height: 30px;
  }
}
.video-hero-full .video-hero-text-area-inner .btn:after {
  content: "\00BB";
  margin-left: 5px;
}
.video-hero-full.option2.tall .video-hero-container {
  padding-bottom: 56.25%;
}
.video-hero-full.option2.short .video-hero-container {
  padding-bottom: 40.63%;
}
.video-hero-full.option2.narrow .video-hero-container {
  padding-bottom: 25%;
}
.video-hero-full.option2 .video-hero-container {
  padding-bottom: 57.14%;
}
.video-hero-full.option2 .video-hero-container.tall {
  padding-bottom: 56.25%;
}
.video-hero-full.option2 .video-hero-container.short {
  padding-bottom: 40.63%;
}
.video-hero-full.option2 .video-hero-container.narrow {
  padding-bottom: 25%;
}
@media (min-width: 800px) {
  .video-hero-full.option2 .video-hero-text-area {
    position: relative;
    display: block;
  }
}
.video-hero-full.option2 .video-hero-text-area-inner {
  -webkit-animation: none;
          animation: none;
}
@media (min-width: 800px) {
  .video-hero-full.option2 .video-hero-text-area-inner {
    color: #FFFFFF;
    padding: 22px;
    background: #423C3F;
    padding-bottom: 22px;
    margin: 0;
    text-align: left;
    max-width: 100%;
  }
}

.collage {
  float: left;
  padding: 40px 0;
  position: relative;
  width: 100%;
}

.grid-collage .grid-item {
  width: 48%;
}
@media (min-width: 800px) {
  .grid-collage .grid-item {
    width: 32%;
  }
}
.grid-collage .grid-item .caption {
  background: rgba(153, 0, 0, 0.8);
  padding: 15px;
}
.grid-collage .grid-item .caption p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}
@media (min-width: 800px) {
  .grid-collage .grid-item .caption {
    padding: 0;
  }
  .grid-collage .grid-item .caption p {
    font-size: 16px;
    line-height: 23px;
  }
}
.grid-collage .grid-item.blue .caption {
  background: rgba(0, 94, 140, 0.8);
}
.grid-collage .grid-item.dark-blue .caption {
  background: rgba(0, 76, 112, 0.8);
}
.grid-collage .grid-item.dark-red .caption {
  background: rgba(119, 0, 0, 0.8);
}
.grid-collage .grid-item.hover .caption {
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}
@media (min-width: 800px) {
  .grid-collage .grid-item.flip {
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .grid-collage .grid-item.flip:hover .grid-item-wrapper {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .grid-collage .grid-item.flip .grid-item-wrapper {
    -webkit-transition: 0.6s;
            transition: 0.6s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    position: relative;
  }
  .grid-collage .grid-item.flip img,
  .grid-collage .grid-item.flip .caption {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .grid-collage .grid-item.flip img {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  .grid-collage .grid-item.flip .caption {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .grid-collage .grid-item.flip .caption p {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: relative;
    width: 90%;
  }
}
.grid-collage .grid-item.grid-item--width2 {
  width: 64%;
}
.grid-collage .grid-item:hover .caption {
  -webkit-transition: opacity .7s linear;
          transition: opacity .7s linear;
  opacity: 1;
}

.featured-image-full {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 920px) {
  .featured-image-full {
    padding-bottom: 55%;
  }
}
@media (min-width: 920px) {
  .featured-image-full.short {
    padding-bottom: 33%;
  }
}
.featured-image-full img {
  max-width: none;
  width: 100%;
  top: 0;
}
@media (min-width: 480px) {
  .featured-image-full img {
    width: 100%;
    left: 0%;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media (min-width: 920px) {
  .featured-image-full img {
    width: 150%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    width: 100%;
  }
}
.featured-image-full .featured-image-text-area {
  background: #433b3d;
  color: #FFFFFF;
  display: inline-block;
  padding: 30px 0;
  position: relative;
  width: 100%;
}
@media (min-width: 800px) {
  .featured-image-full .featured-image-text-area {
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
  }
}
.featured-image-full .featured-image-text-area h3 {
  color: #FFFFFF;
}
.featured-image-full .featured-image-text-area .schools-hero-text-area-inner {
  width: 84%;
  margin: 0 auto;
}
.featured-image-full.hero-inset {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 66%;
}
@media (min-width: 480px) {
  .featured-image-full.hero-inset {
    padding-bottom: 46%;
  }
}
@media (min-width: 920px) {
  .featured-image-full.hero-inset {
    padding-bottom: 43%;
  }
}

.featured-video-full {
  clear: both;
  position: relative;
}
.featured-video-full.tall .video-hero-container {
  padding-bottom: 56.25%;
}
.featured-video-full.short .video-hero-container {
  padding-bottom: 43.75%;
}
.featured-video-full.narrow .video-hero-container {
  padding-bottom: 25%;
}
.featured-video-full .featured-video-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 43.75%;
}
.featured-video-full .featured-video-container.tall {
  padding-bottom: 56.25%;
}
.featured-video-full .featured-video-container.short {
  padding-bottom: 43.75%;
}
.featured-video-full .featured-video-container.narrow {
  padding-bottom: 25%;
}
.featured-video-full .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  background-size: cover;
  background-image: url(images/schools/video/White-Board.jpg);
}
.featured-video-full .featured-video-text-area {
  position: relative;
}
@media (min-width: 800px) {
  .featured-video-full .featured-video-text-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.featured-video-full .featured-video-text-area-inner {
  position: relative;
  color: #FFFFFF;
  padding: 22px;
  background: #423C3F;
  padding-bottom: 22px;
}
@media (min-width: 800px) {
  .featured-video-full .featured-video-text-area-inner {
    -webkit-animation: 4s ease 0s normal forwards 1 fadein;
            animation: 4s ease 0s normal forwards 1 fadein;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 45px;
    margin: 66px 22px 22px;
  }
}
@media (min-width: 920px) {
  .featured-video-full .featured-video-text-area-inner {
    max-width: 65%;
  }
}
.featured-video-full .featured-video-text-area-inner .page-title {
  font-family: "Open Sans Condensed", Arial, Helvetica, san-serif;
  font-size: 28px;
  line-height: 1.142857142857143;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
@media (min-width: 480px) {
  .featured-video-full .featured-video-text-area-inner .page-title {
    font-size: 34px;
  }
}
@media (min-width: 920px) {
  .featured-video-full .featured-video-text-area-inner .page-title {
    font-size: 40px;
  }
}
.featured-video-full .featured-video-text-area-inner p {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.featured-video-full .featured-video-text-area-inner .btn:after {
  content: "\00BB";
  margin-left: 5px;
}
.featured-video-full.option2.tall .featured-video-container {
  padding-bottom: 56.25%;
}
.featured-video-full.option2.short .featured-video-container {
  padding-bottom: 40.63%;
}
.featured-video-full.option2.narrow .featured-video-container {
  padding-bottom: 25%;
}
.featured-video-full.option2 .featured-video-container.tall {
  padding-bottom: 56.25%;
}
.featured-video-full.option2 .featured-video-container.short {
  padding-bottom: 40.63%;
}
.featured-video-full.option2 .featured-video-container.narrow {
  padding-bottom: 25%;
}
@media (min-width: 800px) {
  .featured-video-full.option2 .featured-video-text-area {
    position: relative;
    display: block;
  }
}
.featured-video-full.option2 .featured-video-text-area-inner {
  -webkit-animation: none;
          animation: none;
}
@media (min-width: 800px) {
  .featured-video-full.option2 .featured-video-text-area-inner {
    color: #FFFFFF;
    padding: 22px;
    background: #423C3F;
    padding-bottom: 22px;
    margin: 0;
    text-align: left;
    max-width: 100%;
  }
}

.btn-mute {
  background: rgba(0, 94, 140, 0.7);
  border-radius: 30px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  display: inline-block;
  height: 34px;
  margin: 20px;
  padding: 10px;
  position: absolute;
  text-align: center;
  left: 0;
  z-index: 10;
  width: 34px;
}
.btn-mute .zmdi-volume-off {
  display: none;
}
.btn-mute:hover {
  background: #004c70;
  cursor: pointer;
}
.btn-mute.muted .zmdi-volume-mute {
  display: none;
}
.btn-mute.muted .zmdi-volume-off {
  display: block;
}

.everything .schools-hero-full .bg-video,
.everything .featured-video-full .bg-video {
  width: 100%;
}

.everything .featured-image-full {
  margin-bottom: 0;
}

.everything footer#footer {
  border-top: 0;
}

/*.everything .schools-hero-container .schools-hero-text-area-inner {
    animation: none;
    @media (min-width: $bp-medium) {
        animation: 4s ease 0s normal forwards 1 fadein;
        color: $light-text-color;
        padding: $base-margin;
        padding-bottom: $base-margin;
        margin: 0;
        text-align: center;
        max-width: 100%;
    }
}*/
/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #8b0000;
  border: 4px solid #770000;
  border-radius: 0px;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  padding: 7.33333px 7.33333px;
  -webkit-transition: background 150ms linear;
          transition: background 150ms linear;
}
@media (min-width: 480px) {
  .btn {
    padding: 11px 22px;
  }
}

.btn-secondary {
  background-color: rgba(242, 242, 242, 0.25);
  border-color: #f2f2f2;
  color: #FFFFFF;
}

.btn-blue {
  background-color: #005e8c;
  border: 0px;
  padding: 15px 27px;
}

.no-touch .btn:hover,
.no-touch a .btn:hover,
.no-touch .btn.active {
  background-color: #580000;
  border-color: #580000;
  text-decoration: none !important;
}
.no-touch .btn-secondary:hover,
.no-touch a .btn-secondary:hover,
.no-touch .btn-secondary.active {
  background-color: rgba(242, 242, 242, 0.65);
  border-color: rgba(242, 242, 242, 0.65);
  text-decoration: none !important;
}
.no-touch .btn-blue:hover,
.no-touch a .btn-blue:hover,
.no-touch .btn-blue.active {
  background-color: #004c70;
  border-color: #004c70;
  text-decoration: none !important;
}

.btn:active,
.btn.active {
  outline: 0;
}

.btn.disabled,
.btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
  box-shadow: none;
}

.btn-large {
  padding: 0.75em 2em;
  font-size: 1em;
  line-height: normal;
}

.btn-full {
  padding: 0.75em 2em;
  font-size: 1em;
  line-height: normal;
  width: 100%;
}

.btn-block,
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  display: block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

button,
.btn {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  /* Override default Webkit/Firefox button styling */
  background-image: none;
  -webkit-appearance: none;
}

.btn:last-child,
input.btn {
  margin-right: 0;
}

/* ==========================================================================
   Tabs
   ========================================================================== */
.tabs {
  display: block;
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  margin-bottom: 22px;
}

ul.tabs .tab-trigger {
  margin: 0;
  cursor: pointer;
  display: block;
  text-decoration: underline;
}

ul.tabs .tab-trigger.active {
  font-weight: 600;
  text-decoration: none;
}

.full-body-tab .tab-trigger {
  width: 50%;
  float: left;
  text-align: center;
  padding-bottom: 5px;
  background: #eee6e6;
  border: 3px solid #eee6e6;
  box-sizing: border-box;
  color: #2f292b;
}
.full-body-tab .tab-trigger.active {
  background: #FFFFFF;
  color: #770000;
}
.full-body-tab .tab-content {
  clear: both;
  font-size: 14px;
  line-height: 1.6;
}

.js .tab-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}
.js .tab-content.tab-visible {
  max-height: 100000em;
  opacity: 1;
}

/* ==========================================================================
   Accordion
   ========================================================================== */
.accordion-container {
  margin-bottom: 44px;
}
.accordion-container li {
  margin-bottom: 11px;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
}
.accordion-container li.active {
  box-shadow: 5px 5px 0px #dfd4d5;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.accordion {
  padding: 22px;
  margin: 0;
  position: relative;
  cursor: pointer;
  outline: 0;
  background: #FFFFFF;
  color: #2f292b;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  font-size: 18px;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.accordion:after {
  content: '+';
  padding: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  display: block;
}

.accordion.active:after {
  content: '-';
}

.accordion-container {
  list-style: none;
  margin-left: 0;
  margin-bottom: 22px;
}

.panel {
  overflow: hidden;
  background: #FFFFFF;
}

.panel-inner {
  padding: 0 22px 22px 22px;
  font-size: 14px;
  line-height: 1.6;
}
.panel-inner p {
  margin-top: 0;
}

.js .panel {
  display: none;
}

.js .panel.active {
  display: block;
}

.panel p:last-child {
  margin: 0;
}

.js .accordion-open-default {
  /* Where it makes sense to display the full content */
}
@media all and (min-width: 800px) {
  .js .accordion-open-default .accordion {
    cursor: default;
  }
  .js .accordion-open-default .tab.active {
    background: none;
  }
  .js .accordion-open-default .accordion:after, .js .accordion-open-default .accordion.active:after {
    content: "";
  }
  .js .accordion-open-default .panel, .js .accordion-open-default .panel.active {
    max-height: none;
  }
}

.table-responsive {
  /* Stack rows vertically on small screens */
  /* Stack labels vertically on smaller screens */
}
.table-responsive table {
  border-collapse: collapse;
  width: 100%;
}
.table-responsive th {
  background-color: #eee;
  font-weight: 600;
}
.table-responsive th,
.table-responsive td {
  text-align: left;
}
@media (max-width: 800px) {
  .table-responsive {
    /* Hide column labels */
    /* Leave a space between table rows */
    /* Get table cells to act like rows */
    /* Add data labels */
  }
  .table-responsive thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .table-responsive tr {
    margin-bottom: 22px;
  }
  .table-responsive tr,
  .table-responsive td {
    display: block;
  }
  .table-responsive td {
    /* Leave a space for data labels */
    margin-bottom: -1px;
  }
  .table-responsive td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: 600;
    margin-left: -100%;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .table-responsive td {
    padding-left: 11px;
  }
  .table-responsive td:before {
    display: block;
    margin-left: 0;
  }
}

.table-scroll {
  overflow: auto;
  margin-bottom: 22px;
}
.table-scroll table {
  display: block;
  width: auto;
  margin-bottom: 0;
}

#course_sched_content_search form div {
	padding-bottom: 1em;
}

#course_sched_content_search form div label {
	padding-right: 0.75em;
}

#course_sched_toggle_all {
    text-align: right;
    font-style: italic;
}

#course_sched_toggle_all a {
    text-decoration: underline;
    cursor: pointer;
}

/* ==========================================================================
   Media
   ========================================================================== */
.full-media {
  margin-bottom: 22px;
}
.full-media figcaption {
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.53333333;
  text-align: left;
}

.small-align-right {
  float: right;
  margin-left: 22px;
  margin-top: 11px;
}

.small-align-left {
  float: left;
  margin-right: 22px;
  margin-top: 11px;
}

@media (min-width: 480px) {
  img.left {
    max-width: 38.7931%;
    width: auto;
    margin-right: 22px;
    margin-left: 0;
  }
}

.left-align {
  width: 100%;
  float: left;
  display: inline-block;
  -webkit-transition: width 5ms linear !important;
          transition: width 5ms linear !important;
  text-align: center;
  margin-top: 11px;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
  .left-align {
    max-width: 38.7931%;
    width: auto;
    float: left !important;
    margin-right: 22px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.left-align figcaption {
  margin: 11px 0 0;
  font-size: 15px;
  line-height: 1.53333333;
  text-align: left;
  color: #433b3d;
}

@media (min-width: 480px) {
  img.right {
    max-width: 38.7931%;
    width: auto;
    float: right !important;
    margin-left: 22px;
    margin-right: 0;
  }
}
img.right figcaption {
  margin: 11px 0 0;
}

.right-align {
  width: 100%;
  float: left;
  display: inline-block;
  -webkit-transition: width 5ms linear !important;
          transition: width 5ms linear !important;
  text-align: center;
  margin-top: 11px;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
  .right-align {
    max-width: 38.7931%;
    width: auto;
    float: right !important;
    margin-left: 22px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.right-align figcaption {
  margin: 11px 0 0;
  font-size: 15px;
  line-height: 1.53333333;
  text-align: left;
  color: #433b3d;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 22px;
}

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

.hero-video.vimeo .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .hero-video.vimeo .embed-container {
    padding-bottom: 47.25%;
  }
}
.hero-video.vimeo .embed-container iframe,
.hero-video.vimeo .embed-container object,
.hero-video.vimeo .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-video.slim .embed-container {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.hero-video.slim .embed-container iframe,
.hero-video.slim .embed-container object,
.hero-video.slim .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container, .contained {
  max-width: 1600px;
  display: inline;
  float: left;
  width: 88.7931%;
  margin: 0 1.43678%;
  margin-left: 5.60345%;
  clear: both;
}
@media (min-width: 1200px) {
  .container, .contained {
    display: inline;
    float: left;
    width: 80.45977%;
    margin: 0 1.43678%;
    margin-left: 9.77011%;
    clear: both;
  }
}
@media (min-width: 1200px) {
  .container, .contained {
    float: none;
    margin: 0 auto;
    display: block;
    width: 84%;
    max-width: 1600px;
    clear: both;
  }
}

/* ==========================================================================
   Side Navigation
   ========================================================================== */
#expanding-side-nav {
  margin-bottom: 22px;
  border-top: 16px solid #990000;
}

.expanding-side-menu,
.expanding-side-menu > ul ul {
  clear: both;
  -webkit-transition: max-height 0.3s ease-in-out;
          transition: max-height 0.3s ease-in-out;
}

.js .expanding-side-menu,
.js .expanding-side-menu > ul ul {
  overflow: hidden;
  max-height: 0;
}

.expanding-side-menu.active,
.js .expanding-side-menu > ul ul.active {
  max-height: 555em;
}

.expanding-side-menu ul {
  margin-bottom: 5px !important;
}

.expanding-side-menu li {
  position: relative;
}

.expanding-side-menu ul li a, .side-nav-title a {
  display: block;
  padding: 11px;
  position: relative;
  font-size: 18px;
  line-height: 1.25;
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
}
@media (min-width: 800px) {
  .expanding-side-menu ul li a, .side-nav-title a {
    font-size: 16px;
  }
}
@media (min-width: 920px) {
  .expanding-side-menu ul li a, .side-nav-title a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .expanding-side-menu ul li a, .side-nav-title a {
    font-size: 21px;
  }
}

.expanding-side-menu ul li a {
  color: #2f292b;
  box-shadow: 0px 0px 0px #dfd4d5;
  -webkit-transition: box-shadow 0ms linear;
          transition: box-shadow 0ms linear;
}
.expanding-side-menu ul li a:visited {
  color: #2f292b;
}
.expanding-side-menu ul li a.active {
  text-decoration: none;
  color: #990000;
}

.no-touch .expanding-side-menu ul li a:hover,
.no-touch .expanding-side-menu ul li a:focus,
.no-touch .expanding-side-menu ul li a:active {
  text-decoration: none;
  color: #990000;
  background: #FFFFFF;
  box-shadow: 5px 5px 0px #dfd4d5;
  margin-right: 5px !important;
  -webkit-transition: box-shadow 300ms linear;
          transition: box-shadow 300ms linear;
}

#expanding-side-nav ul,
#expanding-side-nav ol,
#expanding-side-nav ul li a {
  list-style: none !important;
  position: relative;
  margin: 0;
}

.side-nav-title a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  color: #2f292b;
}
.side-nav-title a:visited {
  color: #2f292b;
}

.side-more-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.side-more-link:hover {
  background: rgba(0, 0, 0, 0.15);
}

.side-more-link:focus {
  outline-color: rgba(255, 255, 255, 0.1);
  outline-width: 0px;
}

.side-more-link:after {
  content: "\f275";
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  line-height: 22px;
  padding: 11px;
}

.side-more-link.active:after {
  content: "\f270";
}

/* ==========================================================================
   Mobile Side Nav
   ========================================================================== */
.mobile-nav-container {
  display: block;
}
@media (min-width: 800px) {
  .mobile-nav-container {
    display: none;
  }
}
.mobile-nav-container ul {
  list-style: none;
  margin-left: 0;
  margin-top: 11px;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
}
.mobile-nav-container li {
  font-size: 18px;
  line-height: 1.25;
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
}
.mobile-nav-container li:last-child {
  margin-bottom: 0;
}
.mobile-nav-container a,
.mobile-nav-container a:visited,
.mobile-nav-container a:hover,
.mobile-nav-container a:focus,
.mobile-nav-container a:active {
  color: #2f292b;
  text-decoration: none;
  padding: 11px;
  display: block;
}
.no-touch .mobile-nav-container a:hover, .no-touch .mobile-nav-container a:focus, .no-touch .mobile-nav-container a:active,
.mobile-nav-container a.current-page {
  background-color: #f8f5f5;
  color: #990000;
}
.mobile-nav-container .mobile-side-nav {
  display: block;
  list-style: none;
  background: #FFFFFF;
  color: #990000;
  padding: 8px 16px;
  margin: 0;
  position: relative;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
}
.mobile-nav-container .mobile-side-nav:after {
  content: '\f197';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 5px 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11px;
  display: block;
}
.mobile-nav-container .mobile-nav-container {
  list-style: none;
  margin-left: 0;
  margin-bottom: 22px;
}
.mobile-nav-container .mobile-nav-title {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
}
.mobile-nav-container .panel {
  overflow: hidden;
  background: #FFFFFF;
}
.mobile-nav-container .panel-inner {
  padding: 0 5.5px 5.5px 5.5px;
  font-size: 15px;
  line-height: 1.6666667;
}
.mobile-nav-container .panel-inner p {
  margin-top: 0;
}
.mobile-nav-container .js .panel {
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out;
          transition: max-height 0.3s ease-out;
}
.mobile-nav-container .panel p:last-child {
  margin: 0;
}

.mobile-nav-container ul.active {
  box-shadow: 5px 5px 0px #dfd4d5;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.mobile-nav-container ul.active .mobile-side-nav {
  background: #FFFFFF;
  color: #2f292b;
}
.mobile-nav-container ul.active .panel {
  display: block;
}
.mobile-nav-container ul.active .mobile-side-nav:after {
  content: '\f136';
}

/* ==========================================================================
   Side Callouts
   ========================================================================== */
.side-callout {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.6;
}
.side-callout h1 {
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1.125;
  margin-bottom: 11px;
  margin-top: 11px;
}
@media (min-width: 800px) {
  .side-callout h1 {
    font-size: 26px;
  }
}
@media (min-width: 920px) {
  .side-callout h1 {
    font-size: 32px;
  }
}
.side-callout.island-callout {
  background: #FFFFFF;
  border: 5px solid #dfd4d5;
  box-sizing: border-box;
  color: #2f292b;
}
.side-callout.island-callout h1 {
  color: #990000;
  margin-top: 0;
}
.side-callout.island-callout a,
.side-callout.island-callout a:hover,
.side-callout.island-callout a:visited,
.side-callout.island-callout a:focus,
.side-callout.island-callout a:active {
  color: #005e8c;
}
.side-callout.island-callout ul li {
  margin-bottom: 11px;
}
.side-callout.island-callout ul li a, .side-callout.island-callout ul li a:visited {
  text-decoration: none;
}
.side-callout.island-callout ul li a:hover, .side-callout.island-callout ul li a:focus, .side-callout.island-callout ul li a:active {
  text-decoration: underline;
}
.side-callout.island-callout .callout-inner {
  padding: 22px 11px 0;
}
.side-callout .more-link {
  display: block;
  margin-bottom: 22px;
}
.side-callout.blue-callout {
  background: #005e8c;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
}
.side-callout.blue-callout a, .side-callout.blue-callout a:visited, .side-callout.blue-callout a:hover, .side-callout.blue-callout a:focus, .side-callout.blue-callout a:active {
  text-decoration: none;
  color: white;
}
.side-callout.blue-callout .blue-callout-title {
  padding: 5.5px 22px;
  margin: 0;
  background: #004c70;
  color: white;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.side-callout.blue-callout h3, .side-callout.blue-callout h4 {
  padding: 11px 22px;
  color: #FFFFFF;
  font-size: 21.2766px;
  line-height: 1.132;
  margin-top: 0;
}
@media (min-width: 800px) {
  .side-callout.blue-callout h3, .side-callout.blue-callout h4 {
    font-size: 26px;
  }
}
.side-callout.blue-callout:hover, .side-callout.blue-callout:focus, .side-callout.blue-callout:active {
  box-shadow: 5px 5px 0px #dfd4d5;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.side-callout.button-cluster ul {
  margin: 0;
}
.side-callout.button-cluster button {
  display: block;
  width: 100%;
  text-transform: none;
  font-size: 14px;
  text-shadow: none;
  font-weight: normal;
  padding: 22px;
  font-family: "Julius Sans One", Arial, Helvetica, san-serif;
  font-weight: 600;
  background: #5c5557;
}
@media (min-width: 800px) {
  .side-callout.button-cluster button {
    font-size: 16px;
  }
}
.side-callout.button-cluster button:visited, .side-callout.button-cluster button:hover, .side-callout.button-cluster button:focus, .side-callout.button-cluster button:active {
  text-decoration: none;
  -webkit-transform: initial !important;
      -ms-transform: initial !important;
          transform: initial !important;
}
.side-callout.button-cluster button:after {
  content: "\00BB";
  margin-left: 5px;
}
.side-callout.button-cluster a, .side-callout.button-cluster a:visited, .side-callout.button-cluster a:hover, .side-callout.button-cluster a:focus, .side-callout.button-cluster a:active {
  text-decoration: none;
}
.side-callout.button-cluster .btn {
  border: 0;
  color: #FFFFFF;
  text-align: left;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
}
.side-callout.button-cluster .btn:hover, .side-callout.button-cluster .btn:focus, .side-callout.button-cluster .btn:active {
  background: #00A3D8;
}
.side-callout.button-cluster .btn.highlighted {
  background: #433b3d;
}
.side-callout.button-cluster .btn.highlighted:hover {
  background: #00A3D8;
}
.side-callout.button-cluster .btn.blue-highlighted {
  background: #005e8c;
}
.side-callout.button-cluster .btn.blue-highlighted:hover {
  background: #00A3D8;
}
.side-callout.expert-callout {
  padding: 10px;
}
.side-callout.expert-callout .profile-image img {
  display: block;
  padding-bottom: 10px;
}
.side-callout.expert-callout .profile .name {
  color: black;
  font-size: 1.75em;
}

.date-list {
  list-style: none;
  margin-left: 0;
}
.date-list li {
  margin-bottom: 22px;
}
.date-list span {
  display: block;
}

.callout-area {
  background: #006fa6;
  border: 1px solid #433b3d;
  padding: 22px;
}
@media (min-width: 800px) {
  .callout-area {
    padding: 0;
    border: 0;
    background: none;
  }
}

.callout-carousel {
  width: 100%;
  margin-bottom: 44px;
}
.callout-carousel .flickity-viewport {
  overflow: visible !important;
}
.callout-carousel .gallery-cell {
  width: 100%;
  margin-right: 22px;
}

.offset-visible {
  *zoom: 1;
  display: block;
  margin-bottom: 44px;
}
.offset-visible:before, .offset-visible:after {
  content: "";
  display: table;
}
.offset-visible:after {
  clear: both;
}

.offset-scroll-container {
  white-space: nowrap;
  overflow: visible;
  position: relative;
  display: inline;
  float: left;
  width: 88.7931%;
  margin: 0 1.43678%;
  margin-left: 9.77011%;
  margin-bottom: 22px;
}

.offset-scroll-area {
  white-space: normal;
}
@media (min-width: 500px) {
  .offset-scroll-area {
    float: left;
    list-style-type: none;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .offset-scroll-area:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
}
.offset-scroll-area ul {
  margin: 0;
  padding: 0;
}
.offset-scroll-area ul.bottom {
  margin: 0;
}
@media (min-width: 500px) {
  .offset-scroll-area ul.bottom {
    margin-left: 100px;
  }
}

.scroll-item {
  font-family: "Julius Sans One", Arial, Helvetica, san-serif;
  position: relative;
  text-align: center;
  padding: 60px;
  background-image: url(https://unsplash.it/500/300?image=1005);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-left: -5px;
  min-width: 200px;
  color: white;
  vertical-align: middle;
}
@media (min-width: 800px) {
  .scroll-item {
    padding: 0;
    width: 300px;
    height: 170px;
  }
}
.scroll-item.red {
  background-image: url(https://unsplash.it/500/300?image=1004);
}
.scroll-item.blue {
  background-image: url(https://unsplash.it/500/300?image=1005);
}
.scroll-item.green {
  background-image: url(https://unsplash.it/500/300?image=1006);
}
.scroll-item.orange {
  background-image: url(https://unsplash.it/500/300?image=1007);
}
.scroll-item.purple {
  background-image: url(https://unsplash.it/500/300?image=1008);
}
.scroll-item:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  -webkit-transition: opacity 150ms linear;
          transition: opacity 150ms linear;
}
.scroll-item:hover:before {
  opacity: 0;
}
.scroll-item.red:before {
  background: #990000;
}
.scroll-item.blue:before {
  background: #005e8c;
}
.scroll-item.green:before {
  background: #739446;
}
.scroll-item.orange:before {
  background: #EA9C2F;
}
.scroll-item.purple:before {
  background: #7C558A;
}
.scroll-item .scroll-item-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.scroll-item a,
.scroll-item a:visited {
  font-size: 21px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  white-space: normal;
  display: inline-block;
  line-height: 1.25;
}
.scroll-item a:hover,
.scroll-item a:focus,
.scroll-item a:active {
  color: white;
  text-decoration: underline;
}

html.touch .offset-scroll-area {
  /* If touch device, the jQuery script will be disabled and a scrollbar will be put in its place to allow mobile scrolling */
  overflow-x: scroll !important;
}

.offset-scroll-container .offset-scroll-area {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ==========================================================================
   Degree Explorer
   ========================================================================== */
.degree-explorer .explorer-side-column {
  background: #FFFFFF;
  border: 5px solid #dfd4d5;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
@media (min-width: 800px) {
  .degree-explorer .explorer-side-column {
    display: inline;
    float: left;
    width: 22.12644%;
    margin: 0 1.43678%;
  }
}
.degree-explorer .explore-filter-title {
  display: block;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  padding: 11px 11px 0;
  color: #2f292b;
  text-transform: uppercase;
  font-size: 21px;
}
.degree-explorer .explorer-filter {
  position: relative;
  padding: 0 11px 11px;
  margin: 0;
}
.degree-explorer .explorer-filter label {
  display: block;
  cursor: pointer;
  font-size: 15.5px;
  margin-bottom: 5.5px;
}
.degree-explorer .jump-links {
  display: block;
  margin-bottom: 22px;
}
.degree-explorer .jump-links a, .degree-explorer .jump-links a:visited {
  text-decoration: none;
  color: #a0a0a0;
  display: inline-block;
  font-size: 15.5px;
  cursor: default;
  margin-right: 8px;
  padding: 3px 5px;
}
.degree-explorer .jump-links a:hover, .degree-explorer .jump-links a:focus, .degree-explorer .jump-links a:active {
  text-decoration: none;
}
.degree-explorer .jump-links a.active {
  cursor: pointer;
  color: #005e8c;
  font-weight: 600;
}
.degree-explorer .jump-links a.active:hover,
.degree-explorer .jump-links a.active:focus {
  text-decoration: underline;
  color: #004c70;
}
.degree-explorer .explorer-body {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
@media (min-width: 800px) {
  .degree-explorer .explorer-body {
    display: inline;
    float: left;
    width: 72.12644%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
.degree-explorer .explorer-results {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
}
.degree-explorer .explorer-results:before, .degree-explorer .explorer-results:after {
  content: "";
  display: table;
}
.degree-explorer .explorer-results:after {
  clear: both;
}
@media (min-width: 480px) {
  .degree-explorer .explorer-results {
    width: 103.87356%;
    margin: 0 0.43678%;
  }
}
.degree-explorer .explorer-results-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.degree-explorer .explorer-results-container.hidden {
  height: 0;
}
.degree-explorer .explorer-results-header {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
.degree-explorer .explorer-results-header h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.degree-explorer .explorer-results-department {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
.degree-explorer .explorer-results-department span {
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.degree-explorer .explorer-results-row {
  background: #FFFFFF;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 11px;
}
@media (min-width: 480px) {
  .degree-explorer .explorer-results-row {
    display: inline;
    float: left;
    width: 48.126%;
    margin: 0 0.43678%;
  }
}
.degree-explorer .results-inner {
  padding: 11px;
}
.degree-explorer .results-title {
  font-size: 16px;
  line-height: 1.25 !important;
  font-weight: 600;
  display: block;
  margin-bottom: 5.5px;
}
.degree-explorer .results-chiclet {
  display: inline-block;
  color: #FFFFFF;
  margin-right: 11px;
}
.degree-explorer .results-chiclet a, .degree-explorer .results-chiclet a:visited {
  -webkit-transition: background 150ms linear;
          transition: background 150ms linear;
  font-size: 15px;
  line-height: 1.666667;
  text-decoration: none;
}
.degree-explorer .results-chiclet a:hover, .degree-explorer .results-chiclet a:focus, .degree-explorer .results-chiclet a:active {
  text-decoration: underline;
}
.degree-explorer .explorer-results-container {
  width: 100%;
  position: relative;
}

.explorer-results-row {
  margin-bottom: 8px !important;
}

.vanish {
  overflow: hidden;
  -webkit-animation: vanish 0.5s 1;
          animation: vanish 0.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin-bottom: 0;
  opacity: 0;
  max-height: 0;
}

@-webkit-keyframes vanish {
  0% {
    opacity: 1;
    max-height: 50em;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
  }
}

@keyframes vanish {
  0% {
    opacity: 1;
    max-height: 50em;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
  }
}
@-webkit-keyframes reappear {
  0% {
    opacity: 0;
    max-height: 0;
  }
  50% {
    max-height: 50em;
  }
  100% {
    opacity: 1;
    margin-bottom: 11px;
  }
}
@keyframes reappear {
  0% {
    opacity: 0;
    max-height: 0;
  }
  50% {
    max-height: 50em;
  }
  100% {
    opacity: 1;
    margin-bottom: 11px;
  }
}
/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 44px;
}

.custom-dropdown select {
  background-color: #005e8c;
  color: #FFFFFF;
  font-size: inherit;
  padding: .5em;
  padding-right: 2.5em;
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: button;
  /* hide default arrow in chrome OSX */
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after {
  /*  Custom dropdown arrow */
  content: "\25BC";
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
  color: #FFFFFF;
}

.custom-dropdown::before {
  /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}

.custom-dropdown::before {
  background-color: rgba(0, 0, 0, 0.15);
}

.first-result {
  display: none !important;
}

/* ==========================================================================
   Caarouse Offset - Homepage
   ========================================================================== */
.hp-carousel-section {
  overflow: hidden;
  width: 100%;
  float: left;
}

.hp-carousel-offset {
  position: relative;
  width: 100%;
  float: left;
  margin: 44px 0;
}
@media (min-width: 800px) {
  .hp-carousel-offset {
    margin: 44px 0 88px 44px;
  }
}
.hp-carousel-offset .hp-carousel-title {
  background: #990000;
  padding: 22px;
  display: block;
  position: relative;
  margin-bottom: -22px;
  z-index: 2;
}
@media (min-width: 480px) {
  .hp-carousel-offset .hp-carousel-title {
    display: inline-block;
    position: absolute;
    top: -50px;
    left: 44px;
    margin-bottom: 0;
  }
}
.hp-carousel-offset .hp-carousel-title h3 {
  margin: 0;
  color: #FFFFFF;
  font-family: "Julius Sans One", Arial, Helvetica, san-serif;
}
.hp-carousel-offset .slide .large-slide.orange, .hp-carousel-offset .slide .small-slide.orange {
  background: orange;
}
.hp-carousel-offset .slide .large-slide.yellow, .hp-carousel-offset .slide .small-slide.yellow {
  background: yellow;
}
.hp-carousel-offset .slide .large-slide.blue, .hp-carousel-offset .slide .small-slide.blue {
  background: blue;
}
.hp-carousel-offset .slide .large-slide.green, .hp-carousel-offset .slide .small-slide.green {
  background: green;
}
.hp-carousel-offset .slide .large-slide {
  width: 66.6%;
  float: left;
}
.hp-carousel-offset .slide .slide-side {
  width: 33.4%;
  float: left;
}
.hp-carousel-offset .slide .small-slide {
  width: 99.8%;
  float: left;
}
.hp-carousel-offset .slide .carousel-item-text, .hp-carousel-offset .slide-side .carousel-item-text {
  position: absolute;
  bottom: 11px;
  left: 11px;
}
.hp-carousel-offset .ccm-carousel {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
  position: relative;
}
.hp-carousel-offset .ccm-carousel:before, .hp-carousel-offset .ccm-carousel:after {
  content: "";
  display: table;
}
.hp-carousel-offset .ccm-carousel:after {
  clear: both;
}
.hp-carousel-offset .ccm-carousel .flickity-viewport {
  overflow: visible;
}
.hp-carousel-offset .ccm-carousel .flickity-enabled {
  position: static;
}
.hp-carousel-offset .ccm-carousel .flickity-prev-next-button:disabled {
  opacity: 0;
}
.hp-carousel-offset .ccm-carousel .flickity-prev-next-button.previous {
  left: 0;
}
.hp-carousel-offset .ccm-carousel .flickity-prev-next-button.next {
  right: 0;
}
.hp-carousel-offset .gallery {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  height: 100%;
}
.hp-carousel-offset .gallery img {
  width: 100%;
  vertical-align: bottom;
}
.hp-carousel-offset .gallery-cell {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 595px) {
  .hp-carousel-offset .gallery-cell {
    width: 85.5%;
  }
}
@media (min-width: 700px) {
  .hp-carousel-offset .gallery-cell {
    width: 66.666%;
  }
}
.hp-carousel-offset .gallery-cell .cell-inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
  z-index: 10;
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}
.lt-ie9 .hp-carousel-offset .gallery-cell .cell-inner:after {
  display: none;
}
.hp-carousel-offset .gallery-cell .cell-inner.red:after {
  background: #990000;
}
.hp-carousel-offset .gallery-cell .cell-inner.green:after {
  background: #739446;
}
.hp-carousel-offset .gallery-cell .cell-inner.blue:after {
  background: #005e8c;
}
.hp-carousel-offset .gallery-cell .cell-inner:hover:after, .hp-carousel-offset .gallery-cell .cell-inner:focus:after, .hp-carousel-offset .gallery-cell .cell-inner:active:after {
  opacity: 0 !important;
}
.hp-carousel-offset .gallery-cell.is-selected .cell-inner:after {
  opacity: 0;
}
.hp-carousel-offset .gallery-cell .cell-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  z-index: 11;
}
.hp-carousel-offset .gallery-cell.large-cell .cell-title h3, .hp-carousel-offset .gallery-cell.large-cell .cell-title a,
.hp-carousel-offset .gallery-cell.large-cell .cell-title h3 a,
.hp-carousel-offset .gallery-cell.large-cell .cell-title h3 a:visited, .hp-carousel-offset .gallery-cell.large-cell .cell-title a:visited {
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  font-size: 30px;
  font-weight: 600;
}
.hp-carousel-offset .gallery-cell.small-cell .cell-title h3, .hp-carousel-offset .gallery-cell.small-cell .cell-title a,
.hp-carousel-offset .gallery-cell.small-cell .cell-title h3 a,
.hp-carousel-offset .gallery-cell.small-cell .cell-title h3 a:visited, .hp-carousel-offset .gallery-cell.small-cell .cell-title a:visited {
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 595px) {
  .hp-carousel-offset .gallery-cell.large-cell {
    height: 100%;
  }
  .hp-carousel-offset .gallery-cell.large-cell .cell-inner {
    height: 100%;
  }
  .hp-carousel-offset .gallery-cell.large-cell .cell-image {
    height: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .hp-carousel-offset .gallery-cell.large-cell .cell-image img {
    height: 100%;
    width: auto;
    max-width: 100000em;
  }
}
.hp-carousel-offset .gallery-cell:first-child.is-selected + .gallery-cell.small-cell .cell-inner:after {
  opacity: 0.75;
}
.hp-carousel-offset .gallery-cell.is-selected + .gallery-cell .cell-inner:after {
  opacity: 0;
}
.hp-carousel-offset .gallery-cell.small-cell {
  width: 100%;
}
@media (min-width: 595px) {
  .hp-carousel-offset .gallery-cell.small-cell {
    width: 42.565%;
  }
}
@media (min-width: 700px) {
  .hp-carousel-offset .gallery-cell.small-cell {
    width: 33.333%;
  }
}
.hp-carousel-offset .gallery-cell.is-selected .cell-image img {
  opacity: 1;
}
.hp-carousel-offset .small {
  position: relative;
}

/* ==========================================================================
   Sprites
   ========================================================================== */
/* Icon Sprites */
.sprite {
  height: 33px;
  width: 30px;
  padding-right: 5px;
  background: url("/assets/images/CMU_icons_v4.png");
  background-size: 700px;
  vertical-align: bottom;
  display: block;
}
.social .sprite {
  background-size: 700px;
}

.share-sprite {
  background: url("/assets/images/share-icon-sprite.png");
  background-size: 300px;
  height: 22px;
  width: 20px;
  padding-right: 5px;
  vertical-align: bottom;
  display: block;
}

.twitter-icon {
  background-position: -4px -6px;
}

.award-icon {
  background-position: -39px -6px;
}

.readmore-icon {
  background-position: -76px -6px;
}

.safari-icon {
  background-position: -109px -6px;
}

.tag-icon {
  background-position: -145px -6px;
}

.chat-icon {
  background-position: -180px -6px;
}

.link-icon {
  background-position: -215px -6px;
}

.refresh-icon {
  background-position: -251px -6px;
}

.heart-icon {
  background-position: -286px -6px;
}

.trending-icon {
  background-position: -603px -6px;
  width: 33px;
}

.trending-old-icon {
  background-position: -640px -2px;
  height: 35px;
}

.social-twitter {
  background-position: -320px -9px;
  height: 30px;
}

.social-facebook {
  background-position: -356px -9px;
  height: 30px;
}

.social-youtube {
  background-position: -391px -9px;
  height: 30px;
}

.share-facebook {
  background-position: -20px 36px;
}

.share-googleplus {
  background-position: -75px 36px;
  width: 29px;
}

.share-twitter {
  background-position: -133px 36px;
}

.share-pinterest {
  background-position: -190px 36px;
}

.share-linkedin {
  background-position: 53px 36px;
}

.lt-ie9 .sprite {
  background: url("/assets/images/CMU_icons_ie8.png");
}
.lt-ie9 .twitter-icon {
  background: url("/assets/images/CMU_icons_ie8.png") -6px -24px;
}
.lt-ie9 .award-icon {
  background: url("/assets/images/CMU_icons_ie8.png") -45px -24px;
}
.lt-ie9 .readmore-icon {
  background: url("/assets/images/CMU_icons_ie8.png") -82px -24px;
}
.lt-ie9 .safari-icon {
  background: url("/assets/images/CMU_icons_ie8.png") -115px -24px;
}
.lt-ie9 .tag-icon {
  background: url("/assets/images/CMU_icons_ie8.png") -151px -24px;
}
.lt-ie9 .chat-icon {
  background: url("/assets/images/CMU_icons_ie8.png") -186px -24px;
}
.lt-ie9 .link-icon {
  background: url("/assets/images/CMU_icons_ie8.png") -221px -24px;
}
.lt-ie9 .refresh-icon {
  background: url("/assets/images/CMU_icons_ie8.png") -257px -24px;
}
.lt-ie9 .heart-icon {
  background: url("/assets/images/CMU_icons_ie8.png") -292px -24px;
}
.lt-ie9 .trending-icon {
  background: url("/assets/images/CMU_icons_ie8.png") -615px -24px;
  width: 33px;
}
.lt-ie9 .trending-old-icon {
  background: url("/assets/images/CMU_icons_ie8.png") -652px -20px;
  height: 35px;
}
.lt-ie9 .social-twitter {
  background: url("/assets/images/CMU_icons_ie8.png") -327px -25px;
}
.lt-ie9 .social-facebook {
  background: url("/assets/images/CMU_icons_ie8.png") -362px -25px;
}
.lt-ie9 .social-youtube {
  background: url("/assets/images/CMU_icons_ie8.png") -398px -25px;
}
.lt-ie9 .share-facebook {
  background: url("/assets/images/CMU_icons_ie8.png") -438px 48px;
}
.lt-ie9 .share-googleplus {
  background: url("/assets/images/CMU_icons_ie8.png") -474px 48px;
}
.lt-ie9 .share-twitter {
  background: url("/assets/images/CMU_icons_ie8.png") -510px 48px;
}
.lt-ie9 .share-pinterest {
  background: url("/assets/images/CMU_icons_ie8.png") -545px 48px;
}
.lt-ie9 .share-linkedin {
  background: url("/assets/images/CMU_icons_ie8.png") -580px 48px;
}

/* ==========================================================================
   Social Share
   ========================================================================== */
.addthis_toolbox {
  margin-bottom: 22px;
  text-align: center;
  font-size: 13px;
  color: #433b3d;
}
@media (min-width: 800px) {
  .addthis_toolbox {
    text-align: left;
  }
}
.addthis_toolbox .share, .addthis_toolbox .label, .addthis_toolbox .date-divider, .addthis_toolbox .date {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 800px) {
  .addthis_toolbox .share, .addthis_toolbox .label, .addthis_toolbox .date-divider, .addthis_toolbox .date {
    display: inline-block;
    margin-bottom: 0px;
  }
}
.addthis_toolbox .share {
  padding-right: 10px;
  text-align: center;
  display: block;
}
.addthis_toolbox .share .label {
  padding: 0;
  display: block;
}
@media (min-width: 800px) {
  .addthis_toolbox .share .label {
    padding-right: 10px;
  }
}
.addthis_toolbox .share ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.addthis_toolbox .share li {
  overflow: hidden;
  display: inline-block;
  padding-bottom: 0;
  vertical-align: text-bottom;
  margin: 0 5px;
  -webkit-transition: all 200ms cubic-bezier(0.33, 0.66, 0.66, 1);
          transition: all 200ms cubic-bezier(0.33, 0.66, 0.66, 1);
}
.addthis_toolbox .share li:hover, .addthis_toolbox .share li:focus {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
}
.addthis_toolbox .date-divider {
  display: none;
}
@media (min-width: 800px) {
  .addthis_toolbox .date-divider {
    display: inline-block;
    padding-right: 10px;
  }
}

/* ==========================================================================
   Calendar
   ========================================================================== */
.calendar.cal-grid ul {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.calendar.cal-grid li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calendar.cal-list {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
}
.calendar.cal-list:before, .calendar.cal-list:after {
  content: "";
  display: table;
}
.calendar.cal-list:after {
  clear: both;
}
.calendar a, .calendar a:hover, .calendar a:visited, .calendar a:active, .calendar a:focus {
  color: #2f292b;
  text-decoration: none;
}
.calendar a:hover .cal-title,
.calendar a:focus .cal-title,
.calendar a:active .cal-title {
  text-decoration: underline;
}
.calendar .more-link {
  margin-top: 22px;
  text-decoration: underline;
}
.calendar .cal-list-item {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  position: relative;
  margin-bottom: 44px;
}
.calendar .cal-grid-item {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  padding: 0;
  margin-bottom: 22px;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
  position: relative;
}
@media (min-width: 480px) {
  .calendar .cal-grid-item {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-bottom: 44px;
  }
}
@media (min-width: 800px) {
  .calendar .cal-grid-item {
    display: inline;
    float: left;
    width: 30.45977%;
    margin: 0 1.43678%;
    margin-bottom: 44px;
  }
}
.calendar .cal-date {
  position: absolute;
  top: 0;
  left: 0;
}
.calendar .cal-date.blue .date-month {
  background: #005e8c;
}
.calendar .cal-date.blue .date-large {
  background: #004c70;
}
.calendar .cal-date.red .date-month {
  background: #990000;
}
.calendar .cal-date.red .date-large {
  background: #770000;
}
.calendar .date-inner {
  width: 53px;
  color: #FFFFFF;
  margin-bottom: 1em;
  line-height: 1;
}
.calendar .date-month, .calendar .date-large {
  display: block;
  text-align: center;
}
.calendar .date-month {
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  padding: 7px 0;
  font-weight: 600;
}
.calendar .date-large {
  font-size: 28px;
  border-radius: 0 0 5px 5px;
  padding: 8px 0 10px;
}
.calendar .cal-location, .calendar .cal-time {
  display: block;
  font-style: italic;
}
.calendar .cal-body {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
.calendar .cal-body .body-inner {
  margin-left: 70px;
  font-size: 14px;
  line-height: 1.6;
}
.calendar .cal-body .cal-title {
  display: block;
  margin-bottom: 11px;
  font-size: 18px;
  line-height: 1.25 !important;
  font-weight: 600;
  color: #2f292b;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
}
.calendar .cal-body .more-link {
  display: block;
}

.event-item-info {
  *zoom: 1;
  display: block;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 22px;
}
.event-item-info:before, .event-item-info:after {
  content: "";
  display: table;
}
.event-item-info:after {
  clear: both;
}
.event-item-info .event-item-date, .event-item-info .event-item-location, .event-item-info .event-item-time {
  display: inline;
  margin-right: 11px;
}
.event-item-info .more-link {
  display: block;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer#footer {
  *zoom: 1;
  display: block;
  width: 100%;
  float: left;
  border-top: 10px solid #FFFFFF;
  color: #FFFFFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
footer#footer:before, footer#footer:after {
  content: "";
  display: table;
}
footer#footer:after {
  clear: both;
}
footer#footer a, footer#footer a:visited {
  color: #FFFFFF;
}
footer#footer a:hover, footer#footer a:focus, footer#footer a:active {
  color: #FFFFFF;
}

.pre-footer,
.footer-main,
.post-footer {
  width: 100%;
  *zoom: 1;
  display: block;
}
.pre-footer:before, .pre-footer:after,
.footer-main:before,
.footer-main:after,
.post-footer:before,
.post-footer:after {
  content: "";
  display: table;
}
.pre-footer:after,
.footer-main:after,
.post-footer:after {
  clear: both;
}

.footer-main-wrapper {
  background: #990000;
  *zoom: 1;
  display: block;
}
.footer-main-wrapper:before, .footer-main-wrapper:after {
  content: "";
  display: table;
}
.footer-main-wrapper:after {
  clear: both;
}

.footer-main {
  font-size: 13px;
  background: #990000;
  padding: 44px 0;
}

.footer-main-inner {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
  position: relative;
}
.footer-main-inner:before, .footer-main-inner:after {
  content: "";
  display: table;
}
.footer-main-inner:after {
  clear: both;
}

.footer-main-left {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 11px;
  position: relative;
}
@media (min-width: 400px) {
  .footer-main-left {
    text-align: center;
  }
}
@media (min-width: 920px) {
  .footer-main-left {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer-main-left {
    display: inline;
    float: left;
    width: 38.7931%;
    margin: 0 1.43678%;
  }
}
.footer-main-left .footer-main-left-top {
  background-image: url(../images/CUA-Seal-Footer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 200px;
}
.lt-ie9 .footer-main-left .footer-main-left-top {
  background-image: none;
}
.footer-main-left .footer-logo-type {
  color: #FFFFFF;
  margin: 0;
  line-height: 1.12;
  padding-top: 11px;
}
.footer-main-left .adr {
  font-family: font-stack-serif;
  font-size: 18px;
  margin-top: 0;
}
.footer-main-left .street-address,
.footer-main-left .region,
.footer-main-left .postal-code {
  display: inline-block;
}
.footer-main-left .contact-us {
  display: block;
  margin-top: 22px;
  margin-bottom: 22px;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  font-weight: normal;
}
.footer-main-left .call-to-action {
  display: block;
}
.footer-main-left .call-to-action li {
  display: block;
  margin-bottom: 11px;
}
@media (min-width: 480px) {
  .footer-main-left .call-to-action li {
    display: inline-block;
    margin: 0;
  }
}
.footer-main-left .call-to-action button {
  display: block;
  width: 100%;
}
@media (min-width: 480px) {
  .footer-main-left .call-to-action button {
    display: inline;
    width: auto;
  }
}
@media (min-width: 920px) {
  .footer-main-left .call-to-action button {
    font-size: 13px;
    padding: 6px 11px;
  }
}
@media (min-width: 1200px) {
  .footer-main-left .call-to-action button {
    font-size: 13px;
    padding: 11px 22px;
  }
}
.footer-main-left a, .footer-main-left a:visited {
  text-decoration: none;
}
.footer-main-left a:hover, .footer-main-left a:focus, .footer-main-left a:active {
  color: #FFFFFF;
}

.footer-main-middle {
  border-top: 3px solid #770000;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 11px;
}
@media (min-width: 400px) {
  .footer-main-middle {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-bottom: 11px;
  }
}
@media (min-width: 920px) {
  .footer-main-middle {
    display: inline;
    float: left;
    width: 30.45977%;
    margin: 0 1.43678%;
  }
}
.footer-main-middle nav {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 920px) {
  .footer-main-middle nav {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
  }
}

.footer-main-right {
  border-top: 3px solid #770000;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 400px) {
  .footer-main-right {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-bottom: 11px;
  }
}
@media (min-width: 920px) {
  .footer-main-right {
    display: inline;
    float: left;
    width: 13.7931%;
    margin: 0 1.43678%;
  }
}
@media (min-width: 1200px) {
  .footer-main-right {
    display: inline;
    float: left;
    width: 22.12644%;
    margin: 0 1.43678%;
  }
}

.footer-main-bottom li {
  display: inline-block;
}

.footer-title {
  font-size: 18px;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  color: #FFFFFF;
  margin-top: 11px;
  margin-bottom: 11px;
}

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

.social-footer .zmdi {
  font-size: 16px;
  padding-right: 5px;
  width: 16px;
  text-align: center;
}

.post-footer-wrapper {
  background: #770000;
  *zoom: 1;
  display: block;
}
.post-footer-wrapper:before, .post-footer-wrapper:after {
  content: "";
  display: table;
}
.post-footer-wrapper:after {
  clear: both;
}

.post-footer {
  font-size: 13px;
  display: block;
  background: #770000;
  padding: 11px 0 22px;
  text-shadow: none;
}
.post-footer a, .post-footer a:visited {
  text-decoration: underline;
}
.post-footer a:hover, .post-footer a:focus, .post-footer a:active {
  text-decoration: underline;
  color: #FFFFFF;
}

.post-footer-inner {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
}
.post-footer-inner:before, .post-footer-inner:after {
  content: "";
  display: table;
}
.post-footer-inner:after {
  clear: both;
}

.post-footer-left {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 11px;
}
@media (min-width: 920px) {
  .post-footer-left {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
  }
}

.post-footer-right {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 920px) {
  .post-footer-right {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    text-align: right;
  }
}

.back-to-top {
  background: #5e0000;
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 800px) {
  .back-to-top {
    display: none;
  }
}
.back-to-top .row {
  margin-bottom: 0;
}

.top-trigger {
  text-align: center;
  padding-top: 5.5px;
  padding-bottom: 5.5px;
  cursor: pointer;
}
.top-trigger a, .top-trigger a:visited {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 11px 0;
  text-transform: uppercase;
}
.top-trigger a:hover, .top-trigger a:focus, .top-trigger a:active {
  color: #FFFFFF;
}
.top-trigger .top-icon {
  margin-left: 5px;
}

/* ==========================================================================
   Callout Large
   ========================================================================== */
.callout-large-container {
  *zoom: 1;
  display: block;
  width: 100%;
  float: left;
  display: block;
  position: relative;
}
.callout-large-container:before, .callout-large-container:after {
  content: "";
  display: table;
}
.callout-large-container:after {
  clear: both;
}

.callout-large {
  background: #FFFFFF;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 44px;
}
@media (min-width: 480px) {
  .callout-large {
    padding: 22px 0;
  }
}
.callout-large .callout-large-inner {
  padding: 0;
}
@media (min-width: 480px) {
  .callout-large .callout-large-inner {
    padding: 0 22px;
  }
}
.callout-large .image {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 480px) {
  .callout-large .image {
    display: inline;
    float: left;
    width: 63.7931%;
    margin: 0 1.43678%;
    margin-left: 18.10345%;
  }
}
@media (min-width: 800px) {
  .callout-large .image {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
  }
}
.callout-large .text {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 480px) {
  .callout-large .text {
    display: inline;
    float: left;
    width: 63.7931%;
    margin: 0 1.43678%;
    margin-left: 18.10345%;
  }
}
@media (min-width: 800px) {
  .callout-large .text {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
  }
}
.callout-large .callout-large-text-inner {
  padding: 0 22px;
}
@media (min-width: 480px) {
  .callout-large .callout-large-text-inner {
    padding: 0;
  }
}
.callout-large h4 {
  margin-top: 22px;
  font-size: 22.69504px;
  line-height: 1.125;
}
@media (min-width: 800px) {
  .callout-large h4 {
    margin-top: 11px;
    font-size: 42px;
  }
}

.callout-large-inbody .callout-large {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
  margin-bottom: 44px;
}
.callout-large-inbody .callout-large:before, .callout-large-inbody .callout-large:after {
  content: "";
  display: table;
}
.callout-large-inbody .callout-large:after {
  clear: both;
}
@media (min-width: 480px) {
  .callout-large-inbody .callout-large {
    padding: 22px 0;
  }
}

/* ==========================================================================
   Callout Large Offset
   ========================================================================== */
.callout-large-offset {
  background: #FFFFFF;
  padding: 44px 0;
  width: 100%;
  float: left;
}
.callout-large-offset .full-title {
  display: inline;
  float: left;
  width: 80.45977%;
  margin: 0 1.43678%;
  margin-left: 9.77011%;
  margin-bottom: 22px;
}
.callout-large-offset .image {
  display: inline;
  float: left;
  width: 80.45977%;
  margin: 0 1.43678%;
  margin-left: 9.77011%;
}
@media (min-width: 800px) {
  .callout-large-offset .image {
    display: inline;
    float: left;
    width: 38.7931%;
    margin: 0 1.43678%;
  }
}
.callout-large-offset .text {
  display: inline;
  float: left;
  width: 80.45977%;
  margin: 0 1.43678%;
  margin-left: 9.77011%;
}
@media (min-width: 800px) {
  .callout-large-offset .text {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-left: 9.77011%;
  }
}

/* ==========================================================================
   Callout Full Image 
   ========================================================================== */
.callout-full-image {
  *zoom: 1;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.callout-full-image:before, .callout-full-image:after {
  content: "";
  display: table;
}
.callout-full-image:after {
  clear: both;
}
.callout-full-image:after {
  background-color: rgba(4, 38, 56, 0.5);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.callout-full-image .callout-text {
  padding: 10% 0;
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
  width: 80%;
  z-index: 2;
  position: relative;
}
@media (min-width: 920px) {
  .callout-full-image .callout-text {
    width: 70%;
  }
}
.lt-ie9 .callout-full-image .callout-text {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.callout-full-image a, .callout-full-image a:hover, .callout-full-image a:visited, .callout-full-image a:active, .callout-full-image a:focus {
  text-decoration: none;
}
.callout-full-image h4 {
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  color: #FFFFFF;
}
@media (min-width: 480px) {
  .callout-full-image h4 {
    font-size: 50px;
  }
}
@media (min-width: 920px) {
  .callout-full-image h4 {
    font-size: 72px;
  }
}
.lt-ie9 .callout-full-image h4 {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.callout-full-image p {
  font-size: 17px;
  line-height: 1.47619048;
}
@media (min-width: 800px) {
  .callout-full-image p {
    font-size: 19px;
  }
}
@media (min-width: 920px) {
  .callout-full-image p {
    font-size: 21px;
  }
}
.lt-ie9 .callout-full-image p {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.callout-full-image.inbody {
  margin-bottom: 22px;
}
.callout-full-image.inbody h4 {
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  color: #FFFFFF;
}
@media (min-width: 480px) {
  .callout-full-image.inbody h4 {
    font-size: 50px;
  }
}

/* ==========================================================================
   Callout Large Carousel
   ========================================================================== */
.callout-full-carousel {
  width: 100%;
  float: left;
  margin-bottom: 44px;
}
.callout-full-carousel .flickity-viewport {
  overflow: visible !important;
}
.callout-full-carousel.auto-height .gallery-cell {
  padding-bottom: 0;
}
.callout-full-carousel.auto-height .gallery-cell img {
  position: relative;
}
.callout-full-carousel .gallery-cell {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  position: relative;
}
@media (min-width: 800px) {
  .callout-full-carousel .gallery-cell {
    padding-bottom: 48%;
    overflow: hidden;
  }
}
.callout-full-carousel .gallery-cell img {
  position: relative;
}
@media (min-width: 800px) {
  .callout-full-carousel .gallery-cell img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 2000px;
    width: 100%;
  }
}
.callout-full-carousel .gallery-cell:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
  pointer-events: none;
}
.lt-ie9 .callout-full-carousel .gallery-cell:after {
  display: none;
}
.callout-full-carousel .gallery-cell.blue:after {
  background: #004c70;
}
.callout-full-carousel .gallery-cell.red:after {
  background: #770000;
}
.callout-full-carousel .is-selected:after {
  opacity: 0;
}
.callout-full-carousel .full-carousel-text {
  position: relative;
  width: 100%;
  background: #005e8c;
  float: left;
}
@media (min-width: 800px) {
  .callout-full-carousel .full-carousel-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    background: rgba(0, 0, 0, 0.5);
  }
}
.callout-full-carousel .full-carousel-text .text-inner {
  padding: 22px 22px;
  color: #FFFFFF !important;
  font-size: 13px;
}
@media (min-width: 480px) {
  .callout-full-carousel .full-carousel-text .text-inner {
    font-size: 14px;
  }
}
@media (min-width: 800px) {
  .callout-full-carousel .full-carousel-text .text-inner {
    padding: 22px 44px;
    font-size: 16px;
  }
}
.callout-full-carousel .full-carousel-text .text-inner .carousel-title {
  color: #FFFFFF !important;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  margin-top: 0;
  font-size: 21px;
}
@media (min-width: 480px) {
  .callout-full-carousel .full-carousel-text .text-inner .carousel-title {
    font-size: 28px;
  }
}
@media (min-width: 800px) {
  .callout-full-carousel .full-carousel-text .text-inner .carousel-title {
    font-size: 36px;
  }
}
.callout-full-carousel .flickity-prev-next-button:disabled {
  opacity: 0 !important;
}
.callout-full-carousel .flickity-prev-next-button.previous {
  left: 10px;
  opacity: 0.5;
}
@media (min-width: 800px) {
  .callout-full-carousel .flickity-prev-next-button.previous {
    left: 44px;
  }
}
.callout-full-carousel .flickity-prev-next-button.next {
  right: 10px;
  opacity: 0.5;
}
@media (min-width: 800px) {
  .callout-full-carousel .flickity-prev-next-button.next {
    right: 44px;
  }
}
.callout-full-carousel.hero .gallery-cell {
  width: 100%;
}
.callout-full-carousel.hero .full-carousel-text {
  background: #004c70;
  width: 100%;
}
@media (min-width: 800px) {
  .callout-full-carousel.hero .full-carousel-text {
    background: rgba(0, 76, 112, 0.87);
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-left: 5.60345%;
    margin-bottom: 5%;
  }
}
.callout-full-carousel.hero .text-inner {
  font-size: 14px;
  padding: 45px;
}
@media (min-width: 800px) {
  .callout-full-carousel.hero .text-inner {
    font-size: 16px;
  }
}
.callout-full-carousel.hero .text-inner .carousel-title {
  font-size: 24px;
  line-height: 1.357142857142857;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
@media (min-width: 480px) {
  .callout-full-carousel.hero .text-inner .carousel-title {
    font-size: 28px;
  }
}
@media (min-width: 920px) {
  .callout-full-carousel.hero .text-inner .carousel-title {
    margin-bottom: 0;
    font-size: 42px;
  }
}
.callout-full-carousel.hero .text-inner p {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.523809523809524;
  font-weight: 600;
}
@media (min-width: 800px) {
  .callout-full-carousel.tall .gallery-cell {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 800px) {
  .callout-full-carousel.short .gallery-cell {
    padding-bottom: 40.63%;
  }
}
@media (min-width: 800px) {
  .callout-full-carousel.narrow .gallery-cell {
    padding-bottom: 25%;
  }
}
@media (min-width: 800px) {
  .callout-full-carousel.schools-hero-small .gallery-cell {
    padding-bottom: 37.5%;
  }
}

.gallery-cell {
  position: relative;
}

/* flickity on by default */
.gallery:after {
  content: 'flickity';
  display: none;
}

/* ==========================================================================
   Callout Facts
   ========================================================================== */
.callout-facts-container {
  background: #FFFFFF;
  padding: 22px 0;
}
.callout-facts-container .fact-title-container {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
.callout-facts-container .fact-title-container .fact-title {
  margin-top: 0;
}

.callout-facts .fact {
  text-align: center;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 480px) {
  .callout-facts .fact {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
  }
}
@media (min-width: 800px) {
  .callout-facts .fact {
    display: inline;
    float: left;
    width: 22.12644%;
    margin: 0 1.43678%;
  }
}

/* ==========================================================================
   Callout List Image
   ========================================================================== */
.callout-list-image .list-row {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
}
.callout-list-image .list-row:before, .callout-list-image .list-row:after {
  content: "";
  display: table;
}
.callout-list-image .list-row:after {
  clear: both;
}
.callout-list-image .list-row a {
  display: inline-block;
}
.callout-list-image .image {
  display: inline;
  float: left;
  width: 30.45977%;
  margin: 0 1.43678%;
}
.callout-list-image .text {
  display: inline;
  float: left;
  width: 63.7931%;
  margin: 0 1.43678%;
}

/* ==========================================================================
   Callout Image Only
   ========================================================================== */
.callout-image-only {
  position: relative;
}
.callout-image-only .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

/* ==========================================================================
   Callout Inbody Offset
   ========================================================================== */
.callout-inbody-offset {
  *zoom: 1;
  display: block;
  margin-bottom: 44px;
}
.callout-inbody-offset:before, .callout-inbody-offset:after {
  content: "";
  display: table;
}
.callout-inbody-offset:after {
  clear: both;
}
.callout-inbody-offset .offset-top {
  margin-bottom: 0;
}
@media (min-width: 920px) {
  .callout-inbody-offset .offset-top {
    margin-bottom: -22px !important;
  }
}
.callout-inbody-offset .offset-bottom {
  margin-top: 0;
}
@media (min-width: 920px) {
  .callout-inbody-offset .offset-bottom {
    margin-top: -22px !important;
  }
}
.callout-inbody-offset .offset-left {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  z-index: 2;
}
@media (min-width: 920px) {
  .callout-inbody-offset .offset-left {
    display: inline;
    float: left;
    width: 80.45977%;
    margin: 0 1.43678%;
    margin-left: 0;
  }
}
.callout-inbody-offset .offset-right {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 920px) {
  .callout-inbody-offset .offset-right {
    display: inline;
    float: left;
    width: 97.12644%;
    margin: 0 1.43678%;
    margin-left: 5.60345%;
  }
}
.callout-inbody-offset .offset-right.far {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 920px) {
  .callout-inbody-offset .offset-right.far {
    display: inline;
    float: left;
    width: 88.7931%;
    margin: 0 1.43678%;
    margin-left: 13.93678%;
  }
}
.callout-inbody-offset .page-title {
  color: #FFFFFF;
  font-style: italic;
}
.callout-inbody-offset .callout-offset-text {
  *zoom: 1;
  display: block;
  color: #FFFFFF;
  background: #005e8c;
  background-image: url(../images/CUA-Seal-Blue.png);
  background-position: 95% 22px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 5;
  position: relative;
  padding: 22px;
}
.callout-inbody-offset .callout-offset-text:before, .callout-inbody-offset .callout-offset-text:after {
  content: "";
  display: table;
}
.callout-inbody-offset .callout-offset-text:after {
  clear: both;
}
@media (min-width: 920px) {
  .callout-inbody-offset .callout-offset-text {
    padding: 44px;
  }
}
.callout-inbody-offset .callout-offset-text .offset-text-inner {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 920px) {
  .callout-inbody-offset .callout-offset-text .offset-text-inner {
    display: inline;
    float: left;
    width: 88.7931%;
    margin: 0 1.43678%;
  }
}
.callout-inbody-offset .callout-offset-text li {
  width: 50%;
  float: left;
  margin-bottom: 11px;
}
.callout-inbody-offset .callout-offset-text.no-bg-image {
  background-position: 5% 22px;
}
.callout-inbody-offset .videoWrapper, .callout-inbody-offset .full-media {
  margin-bottom: 0 !important;
  z-index: 0;
}

/* ==========================================================================
   Bottom Callouts
   ========================================================================== */
/* ==========================================================================
   News Carousel
   ========================================================================== */
.news-carousel {
  width: 100%;
  margin-bottom: 44px;
}
.news-carousel .gallery-cell {
  display: inline;
  float: left;
  width: 98.7931%;
  margin: 0 1.43678%;
  position: relative;
}
@media (min-width: 480px) {
  .news-carousel .gallery-cell {
    display: inline;
    float: left;
    width: 48.7931%;
    margin: 0 1.43678%;
  }
}
@media (min-width: 800px) {
  .news-carousel .gallery-cell {
    display: inline;
    float: left;
    width: 48.7931%;
    margin: 0 1.43678%;
  }
}
.news-carousel .gallery-cell .news-image-container {
  position: relative;
}
.news-carousel .gallery-cell img {
  position: relative;
}
.news-carousel .full-carousel-text {
  position: relative;
  width: 100%;
  background: #005e8c;
  float: left;
  -webkit-transition: background 150ms linear;
          transition: background 150ms linear;
}
@media (min-width: 800px) {
  .news-carousel .full-carousel-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}
.news-carousel .full-carousel-text .text-inner {
  padding: 22px 22px;
  color: #FFFFFF !important;
  font-size: 13px;
}
@media (min-width: 800px) {
  .news-carousel .full-carousel-text .text-inner {
    padding: 11px 11px;
    font-size: 14px;
  }
}
.news-carousel .full-carousel-text .text-inner a, .news-carousel .full-carousel-text .text-inner a:visited {
  text-decoration: none;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  color: #FFFFFF;
}
.news-carousel .full-carousel-text .text-inner a:hover, .news-carousel .full-carousel-text .text-inner a:focus, .news-carousel .full-carousel-text .text-inner a:visited {
  text-decoration: underline;
}
.news-carousel .full-carousel-text .text-inner .carousel-title {
  color: #FFFFFF !important;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  margin-top: 0;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  font-size: 21px;
  line-height: 1.25;
}
.news-carousel .flickity-prev-next-button:disabled {
  opacity: 0.15 !important;
}
.news-carousel .flickity-prev-next-button.previous {
  left: 10px;
  opacity: 0.85;
}
@media (min-width: 920px) {
  .news-carousel .flickity-prev-next-button.previous {
    left: -22px;
    background: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  .news-carousel .flickity-prev-next-button.previous {
    left: -66px;
    background: #FFFFFF;
  }
}
.news-carousel .flickity-prev-next-button.next {
  right: 10px;
  opacity: 0.85;
}
@media (min-width: 920px) {
  .news-carousel .flickity-prev-next-button.next {
    right: -22px;
    background: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  .news-carousel .flickity-prev-next-button.next {
    right: -66px;
    background: #FFFFFF;
  }
}
@media (min-width: 920px) {
  .news-carousel .flickity-prev-next-button .arrow,
  .news-carousel .flickity-prev-next-previous .arrow {
    fill: #990000;
  }
  .news-carousel .flickity-prev-next-button:disabled .arrow {
    fill: #2f292b;
  }
}

.gallery-cell {
  position: relative;
}

/* flickity on by default */
.gallery:after {
  content: 'flickity';
  display: none;
}

/* ==========================================================================
   Inbody Large Carousel
   ========================================================================== */
.inbody-full-carousel {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
  margin-bottom: 44px;
}
.inbody-full-carousel:before, .inbody-full-carousel:after {
  content: "";
  display: table;
}
.inbody-full-carousel:after {
  clear: both;
}
.inbody-full-carousel .gallery-cell {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  position: relative;
}
.inbody-full-carousel .gallery-cell img {
  position: relative;
}
.inbody-full-carousel .is-selected:after {
  opacity: 0;
}
.inbody-full-carousel .full-carousel-text {
  position: relative;
  width: 100%;
  background: #005e8c;
  float: left;
}
@media (min-width: 800px) {
  .inbody-full-carousel .full-carousel-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}
.inbody-full-carousel .full-carousel-text .text-inner {
  padding: 22px 22px;
  color: #FFFFFF !important;
  font-size: 13px;
}
@media (min-width: 480px) {
  .inbody-full-carousel .full-carousel-text .text-inner {
    font-size: 14px;
  }
}
@media (min-width: 800px) {
  .inbody-full-carousel .full-carousel-text .text-inner {
    font-size: 16px;
  }
}
.inbody-full-carousel .full-carousel-text .text-inner .carousel-title {
  color: #FFFFFF !important;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  margin-top: 0;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 480px) {
  .inbody-full-carousel .full-carousel-text .text-inner .carousel-title {
    font-size: 21px;
  }
}
.inbody-full-carousel .flickity-prev-next-button:disabled {
  opacity: 0 !important;
}
.inbody-full-carousel .flickity-prev-next-button.previous {
  left: 10px;
  opacity: 0.5;
}
@media (min-width: 800px) {
  .inbody-full-carousel .flickity-prev-next-button.previous {
    left: 22px;
  }
}
.inbody-full-carousel .flickity-prev-next-button.next {
  right: 10px;
  opacity: 0.5;
}
@media (min-width: 800px) {
  .inbody-full-carousel .flickity-prev-next-button.next {
    right: 22px;
  }
}

.gallery-cell {
  position: relative;
}

/* flickity on by default */
.gallery:after {
  content: 'flickity';
  display: none;
}

/* ==========================================================================
   Expanding Full Body
   ========================================================================== */
.expanding-full-body {
  background: #433b3d;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 200ms linear;
          transition: max-height 200ms linear;
  margin-bottom: 22px;
}
.expanding-full-body.open {
  max-height: 100em;
}

.router-grid li.more-grid {
  position: relative;
  background: #a0a0a0;
  cursor: pointer;
  min-height: 300px;
}
.router-grid li.more-grid .more-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4em;
}
.router-grid li.more-grid .more-trigger:after {
  content: "+";
}
.router-grid li.more-grid.open .more-trigger:after {
  content: "-";
}

/* ==========================================================================
   Directory
   ========================================================================== */
.directory .profile-grid {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
  font-size: 14px;
  line-height: 1.6;
  float: left;
}
.directory .profile-grid:before, .directory .profile-grid:after {
  content: "";
  display: table;
}
.directory .profile-grid:after {
  clear: both;
}
.directory .profile-grid ul {
  margin-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.directory .profile-grid li {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  background: #FFFFFF;
  margin-bottom: 22px;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
}
@media (min-width: 480px) {
  .directory .profile-grid li {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
@media (min-width: 920px) {
  .directory .profile-grid li {
    display: inline;
    float: left;
    width: 30.45977%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
.directory .profile-grid li:hover, .directory .profile-grid li:focus, .directory .profile-grid li:active {
  box-shadow: 5px 5px 0px #dfd4d5;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.directory .profile-grid .profile {
  padding: 11px;
  *zoom: 1;
  display: block;
}
.directory .profile-grid .profile:before, .directory .profile-grid .profile:after {
  content: "";
  display: table;
}
.directory .profile-grid .profile:after {
  clear: both;
}
.directory .profile-grid .profile-image {
  margin-bottom: 11px;
  position: relative;
  overflow: hidden;
  background: #f8f5f5;
}
.directory .profile-grid .profile-image img {
  width: 100%;
}
.directory .profile-grid .profile-text {
  margin: 0 11px;
}
.directory .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 11px;
}
.directory .title {
  font-style: italic;
}
.directory .name, .directory .title {
  display: block;
}
.directory .blurb {
  margin-top: 0;
}
.directory a, .directory a:visited, .directory a:hover, .directory a:focus, .directory a:active {
  text-decoration: none;
  /*color: $primary-text-color;*/
}
.directory a:hover, .directory a:focus {
  text-decoration: underline;
}
.directory .profile-row {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
  font-size: 14px;
  line-height: 1.6;
}
.directory .profile-row:before, .directory .profile-row:after {
  content: "";
  display: table;
}
.directory .profile-row:after {
  clear: both;
}
.directory .profile-row ul {
  margin-left: 0;
  list-style: none;
}
.directory .profile-row li {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  background: #FFFFFF;
  margin-bottom: 22px;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
}
.directory .profile-row .profile {
  padding: 11px;
  background: #FFFFFF;
  *zoom: 1;
  display: block;
}
.directory .profile-row .profile:before, .directory .profile-row .profile:after {
  content: "";
  display: table;
}
.directory .profile-row .profile:after {
  clear: both;
}
.directory .profile-row .profile-image {
  display: inline;
  float: left;
  width: 22.12644%;
  margin: 0 1.43678%;
}
.directory .profile-row .profile-text {
  display: inline;
  float: left;
  width: 72.12644%;
  margin: 0 1.43678%;
}

.directory-single h3, .directory-single .h3 {
  color: #005e8c;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  font-weight: 600;
  font-size: 22px;
  margin-top: 22px;
  margin-bottom: 0;
  line-height: 1.1875;
}
@media (min-width: 920px) {
  .directory-single h3, .directory-single .h3 {
    font-size: 24px;
  }
}

/* ==========================================================================
   Alert
   ========================================================================== */
.alert {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
  position: relative;
  background-color: #004c70;
  color: #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  min-height: 90px;
}
.alert:before, .alert:after {
  content: "";
  display: table;
}
.alert:after {
  clear: both;
}
.alert a, .alert a:visited {
  color: #00b6f1;
}
.alert a:hover, .alert a:visited:hover {
  color: #FFFFFF;
}
.alert .alert-type {
  background: #00b6f1;
  display: block;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5.5px;
}
.alert .alert-update {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.alert .alert-title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
}
.alert .alert-left {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 11px;
}
@media (min-width: 400px) {
  .alert .alert-left {
    display: inline;
    float: left;
    width: 63.7931%;
    margin: 0 1.43678%;
    margin-left: 18.10345%;
    margin-bottom: 11px;
  }
}
@media (min-width: 480px) {
  .alert .alert-left {
    display: inline;
    float: left;
    width: 22.12644%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
.alert .alert-right {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 11px;
}
@media (min-width: 480px) {
  .alert .alert-right {
    display: inline;
    float: left;
    width: 72.12644%;
    margin: 0 1.43678%;
    margin-top: 11px;
    margin-bottom: 22px;
    line-height: 1.25;
  }
}

/* ==========================================================================
   Search Results
   ========================================================================== */
.search-results {
  font-weight: normal;
  line-height: normal;
}
.search-results table {
  margin: 0;
  border: 0;
}
.search-results table td, .search-results table tr {
  border: 0;
}
.search-results input {
  box-sizing: content-box;
}
.search-results .gsc-input-box {
  height: 43px;
}
.search-results .gsib_a {
  padding: 12px 8px;
  font-size: 13px;
}
.search-results .cse .gsc-search-button input.gsc-search-button-v2,
.search-results input.gsc-search-button-v2 {
  background: #770000;
  border-color: #770000;
}
.search-results .cse input.gsc-search-button:hover,
.search-results input.gsc-search-button:hover {
  background: #990000;
  border-color: #990000;
}

/* ==========================================================================
   Dynamic Directory
   ========================================================================== */
.dynamic-directory .ds-container {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  background: #FFFFFF;
  position: relative;
  width: 100%;
  float: left;
}
.dynamic-directory .ds-search-options {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
}
.dynamic-directory .ds-search-options:before, .dynamic-directory .ds-search-options:after {
  content: "";
  display: table;
}
.dynamic-directory .ds-search-options:after {
  clear: both;
}
.dynamic-directory #ds-searchbox {
  -webkit-appearance: none;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  box-sizing: border-box;
  padding: 10px;
}
.dynamic-directory #ds-searchbox:focus {
  outline: none;
}
.dynamic-directory .ds-filter-expander {
  -webkit-appearance: none;
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
  background-color: #FFFFFF;
  border: 0px;
  border-radius: 0px;
  color: #a0a0a0;
  padding: 5px 10px 5px 15px;
  margin: 5px;
  border-left: 1px solid #e3e3e3;
}
.dynamic-directory .ds-filter-expander:hover, .dynamic-directory .ds-filter-expander:focus, .dynamic-directory .ds-filter-expander:active {
  color: #2f292b;
}
.dynamic-directory .ds-filter-expander:focus {
  outline: none;
}
.dynamic-directory .ds-filter-expander .zmdi {
  padding-left: 5px;
}
.dynamic-directory .ds-filter-tabs {
  list-style: none;
  background: #FFFFFF;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 11px;
}
.dynamic-directory .ds-filter-tabs li {
  float: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .dynamic-directory .ds-filter-tabs li {
    width: 33.333333%;
  }
}
.dynamic-directory .ds-filter-tabs a {
  display: block;
  text-align: center;
  font-size: 15.5px;
  line-height: 1.666667;
  padding: 5px;
  cursor: pointer;
}
.dynamic-directory .ds-filter-tabs a, .dynamic-directory .ds-filter-tabs a:visited {
  color: #a0a0a0;
}
.dynamic-directory .ds-filter-tabs a:hover, .dynamic-directory .ds-filter-tabs a:focus, .dynamic-directory .ds-filter-tabs a:active {
  color: #990000 !important;
  background: #f8f5f5 !important;
}
.dynamic-directory .ds-filter-tabs a.active {
  text-decoration: none;
  font-weight: 600;
  color: #770000;
}
.dynamic-directory .ds-autocomplete ul {
  list-style: none;
  margin-left: 0;
  margin: 0;
}
.dynamic-directory .ds-autocomplete .ds-autocomplete-item {
  margin-bottom: 0;
  padding: 0 5px;
}
.dynamic-directory .ds-autocomplete .ds-autocomplete-item a, .dynamic-directory .ds-autocomplete .ds-autocomplete-item a:visited {
  color: #2f292b;
  font-size: 15.5px;
  line-height: 1.666667;
  text-decoration: none;
  display: block;
  padding: 11px;
}
.dynamic-directory .ds-autocomplete .ds-autocomplete-item a:hover, .dynamic-directory .ds-autocomplete .ds-autocomplete-item a:focus, .dynamic-directory .ds-autocomplete .ds-autocomplete-item a:active {
  color: #990000 !important;
  background: #f8f5f5 !important;
  text-decoration: underline;
}
.dynamic-directory .ds-active-tags {
  font-size: 15.5px;
  line-height: 1.666667;
  display: inline-block;
  margin-top: 8px;
}
.dynamic-directory .ds-active-tags-item {
  display: inline;
  float: left;
  margin-right: 22px;
}
.dynamic-directory .ds-active-tags-item-clear {
  background: #a0a0a0;
  color: #FFFFFF;
  border-radius: 50%;
  text-decoration: none;
  text-transform: lowercase;
  height: 17px;
  width: 17px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 1px 1px 2px 1px;
  -webkit-transition: background 120ms linear;
          transition: background 120ms linear;
}
.dynamic-directory .ds-active-tags-item-clear:hover, .dynamic-directory .ds-active-tags-item-clear:focus, .dynamic-directory .ds-active-tags-item-clear:active {
  background: #433b3d;
  color: #FFFFFF;
}
.dynamic-directory .ds-active-tags-item-clear:visited {
  color: #FFFFFF;
}

/* ==========================================================================
   Header
   ========================================================================== */
.schools-margin {
  margin: 0 22px;
  position: relative;
}
@media (min-width: 800px) {
  .schools-margin {
    margin: 0 44px;
  }
}
@media (min-width: 980px) {
  .schools-margin {
    margin: 0 22px;
  }
  .schools-margin.extend-nav {
    /* adding centering for FIN 20180620
    Beacon Update 10/30/2018*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    /*End Beacon Update*/
  }
}
@media (min-width: 1200px) {
  .schools-margin {
    margin: 0 44px;
  }
}

header#schools-header {
  display: block;
  *zoom: 1;
  display: block;
  z-index: 20;
  color: #FFFFFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
header#schools-header:before, header#schools-header:after {
  content: "";
  display: table;
}
header#schools-header:after {
  clear: both;
}
@media (min-width: 980px) {
  header#schools-header {
    border-bottom: 0;
  }
}
header#schools-header.background-image {
  background-image: url(../images/schools/background-image.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
header#schools-header a, header#schools-header a:visited {
  color: #FFFFFF;
}
header#schools-header a:hover, header#schools-header a:focus, header#schools-header a:active {
  color: #FFFFFF;
}
header#schools-header .school-header-main,
header#schools-header #schools-nav .school-navigation.horizontal-nav {
  background: #990000;
}
header#schools-header.background-image .school-header-main, header#schools-header.background-image #schools-nav .school-navigation.horizontal-nav {
  background: rgba(153, 0, 0, 0.93);
}
header#schools-header.header-blue .school-header-main,
header#schools-header.header-blue #schools-nav .school-navigation.horizontal-nav {
  background: #004c70;
}
header#schools-header.header-blue .school-header-main-right .ccm a,
header#schools-header.header-blue .school-header-main-right .ccm a:visited {
  font-size: 20px;
  margin-top: 45px;
  margin-bottom: 10px;
}
header#schools-header .pre-school-header,
header#schools-header .school-header-main {
  width: 100%;
  *zoom: 1;
  display: block;
  position: relative;
}
header#schools-header .pre-school-header:before, header#schools-header .pre-school-header:after,
header#schools-header .school-header-main:before,
header#schools-header .school-header-main:after {
  content: "";
  display: table;
}
header#schools-header .pre-school-header:after,
header#schools-header .school-header-main:after {
  clear: both;
}
header#schools-header .pre-school-header {
  display: block;
  background: #f8f8f8;
  position: relative;
  text-shadow: none;
}
header#schools-header .pre-school-header-inner {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
}
header#schools-header .pre-school-header-inner:before, header#schools-header .pre-school-header-inner:after {
  content: "";
  display: table;
}
header#schools-header .pre-school-header-inner:after {
  clear: both;
}
header#schools-header .pre-school-header-left {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 980px) {
  header#schools-header .pre-school-header-left {
    display: inline;
    float: left;
    width: 30.45977%;
    margin: 0 1.43678%;
  }
}
header#schools-header .pre-school-header-left .schools-logo {
  max-width: 400px;
  padding: 5px 0;
}
header#schools-header .pre-school-header-right {
  display: none;
}
@media (min-width: 980px) {
  header#schools-header .pre-school-header-right {
    display: block;
    display: inline;
    float: left;
    width: 63.7931%;
    margin: 0 1.43678%;
    text-align: right;
    position: relative;
  }
}
header#schools-header .pre-school-header-right nav li {
  display: inline-block;
}
header#schools-header .pre-school-header-right .global-navigation li {
  margin-left: -4px;
  padding: 7px 0 9px;
}
header#schools-header .pre-school-header-right .global-navigation a {
  font-size: 12px;
  padding: 0 15px;
  display: inline-block;
  color: #535153;
}
header#schools-header .pre-school-header-right .global-navigation a:hover,
header#schools-header .pre-school-header-right .global-navigation a:focus,
header#schools-header .pre-school-header-right .global-navigation a:active {
  text-decoration: underline;
  color: #2f292b;
}
header#schools-header .pre-school-header-right .global-navigation .top-level-a {
  border-right: 2px solid #FFFFFF;
}
header#schools-header .pre-school-header-right .global-navigation .top-level-a.no-border {
  border-right: 0px;
}
header#schools-header .pre-school-header-right .search-button, header#schools-header .pre-school-header-right .info-button {
  text-transform: uppercase;
  font-weight: 600;
}
header#schools-header .pre-school-header-right .search-button {
  background: #FDFFFD;
  cursor: pointer;
}
header#schools-header .pre-school-header-right .search-button.open {
  background: #aa2222;
}
header#schools-header .pre-school-header-right .search-button.open a {
  color: #FFFFFF;
}
header#schools-header .pre-school-header-right .search-button .zmdi-search {
  width: 10px;
}
header#schools-header .info-button {
  background: #FDFFFD;
  position: relative;
}
header#schools-header .info-button:hover, header#schools-header .info-button:focus, header#schools-header .info-button:active, header#schools-header .info-button:hover a, header#schools-header .info-button:focus a, header#schools-header .info-button:active a {
  text-decoration: none;
}
header#schools-header .info-button.top-level-li {
  position: static;
}
header#schools-header .info-button.top-level-li:hover .access-submenu, header#schools-header .info-button.top-level-li:focus .access-submenu, header#schools-header .info-button.top-level-li:active .access-submenu,
header#schools-header .info-button .access-submenu:hover,
header#schools-header .info-button .access-submenu:focus,
header#schools-header .info-button .access-submenu:active,
header#schools-header .info-button .access-submenu.is-show {
  max-height: 150em;
}
header#schools-header .info-button .access-submenu {
  display: none;
}
@media (min-width: 980px) {
  header#schools-header .info-button .access-submenu {
    display: block;
    z-index: 25;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
    position: absolute;
    top: 100%;
    right: 0;
    width: auto;
    background: #FFFFFF;
    font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
    box-shadow: none;
    margin: 0;
    text-align: left;
    border-left: 5px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
    box-sizing: border-box;
  }
}
header#schools-header .info-button .access-submenu li {
  padding: 0;
  margin: 0;
  display: block;
}
header#schools-header .info-button .access-submenu a, header#schools-header .info-button .access-submenu a:visited {
  display: block;
  padding: 12px 10px 10px;
  font-size: 20px;
  line-height: 1.25;
  text-transform: none;
  font-weight: normal;
  color: #2f292b;
}
header#schools-header .info-button .access-submenu a:hover, header#schools-header .info-button .access-submenu a:focus, header#schools-header .info-button .access-submenu a:active {
  background: #f8f5f5 !important;
  text-decoration: none;
  color: #990000 !important;
}
header#schools-header .info-button .drop-indicator {
  font-size: 25px;
  vertical-align: bottom;
  width: 10px;
  padding-left: 50px;
}
header#schools-header .search-top {
  position: relative;
  background: #aa2222;
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms linear;
          transition: max-height 300ms linear;
}
header#schools-header .search-top:before, header#schools-header .search-top:after {
  content: "";
  display: table;
}
header#schools-header .search-top:after {
  clear: both;
}
header#schools-header .search-top.search-open {
  max-height: 10em;
}
header#schools-header .search-top form {
  padding: 24px 0 24px 0;
  display: inline;
  float: left;
  width: 88.7931%;
  margin: 0 1.43678%;
  margin-left: 5.60345%;
  position: relative;
}
header#schools-header .search-top input, header#schools-header .search-top button {
  display: inline;
  -webkit-appearance: none;
}
header#schools-header .search-top input {
  width: 100%;
  font-size: 36px;
  box-sizing: border-box;
  padding: 15px;
  -webkit-appearance: none;
}
header#schools-header .search-top input:focus {
  border: 0;
  box-shadow: 0;
  outline: none;
}
header#schools-header .search-top button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: transparent;
  border: 0;
  padding: 10px 15px;
}
header#schools-header .search-top button .zmdi {
  font-size: 36px;
  text-shadow: none;
  color: #a0a0a0;
}
header#schools-header .search-top button:hover, header#schools-header .search-top button:focus, header#schools-header .search-top button:active {
  background: transparent;
}
header#schools-header .search-top button:hover .zmdi, header#schools-header .search-top button:focus .zmdi, header#schools-header .search-top button:active .zmdi {
  color: #2f292b;
}
header#schools-header .school-header-main-inner {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
}
header#schools-header .school-header-main-inner:before, header#schools-header .school-header-main-inner:after {
  content: "";
  display: table;
}
header#schools-header .school-header-main-inner:after {
  clear: both;
}
@media (min-width: 980px) {
  header#schools-header .school-header-main-inner {
    padding: 0;
  }
}
header#schools-header .school-header-main-left {
  display: inline;
  float: left;
  width: 80.45977%;
  margin: 0 1.43678%;
}
@media (min-width: 980px) {
  header#schools-header .school-header-main-left {
    display: inline;
    float: left;
    width: 55.45977%;
    margin: 0 1.43678%;
    margin-top: 45px;
    margin-bottom: 10px;
    text-align: left;
  }
}
header#schools-header .school-header-main-left h1 {
  font-family: "Julius Sans One", Arial, Helvetica, san-serif;
  font-weight: 600;
  font-size: 21px;
}
@media (min-width: 800px) {
  header#schools-header .school-header-main-left h1 {
    font-size: 24px;
  }
}
@media (min-width: 980px) {
  header#schools-header .school-header-main-left h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  header#schools-header .school-header-main-left h1 {
    font-size: 38px;
  }
}
header#schools-header .school-header-main-left a, header#schools-header .school-header-main-left a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
header#schools-header .school-header-main-left a:hover, header#schools-header .school-header-main-left a:focus, header#schools-header .school-header-main-left a:active {
  color: #FFFFFF;
  text-decoration: none;
}
header#schools-header .school-header-main-right {
  display: none;
}
@media (min-width: 980px) {
  header#schools-header .school-header-main-right {
    display: block;
    display: inline;
    float: left;
    width: 38.7931%;
    margin: 0 1.43678%;
    text-align: right;
    position: relative;
  }
}
header#schools-header .school-header-main-right .school-header-info {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  text-align: left;
}
header#schools-header .school-header-main-right .school-header-info .school-info-title {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
header#schools-header .school-header-main-right .school-header-info .school-info {
  margin: 0;
  list-style: none;
}
header#schools-header .school-header-main-right .school-header-info li {
  display: inline-block;
}
header#schools-header .school-header-main-right .school-header-info li:last-child a {
  margin-right: 0;
}
header#schools-header .school-header-main-right .school-header-info a, header#schools-header .school-header-main-right .school-header-info a:visited {
  position: relative;
  text-decoration: none;
  margin-right: 20px;
}
header#schools-header .school-header-main-right .school-header-info a:hover, header#schools-header .school-header-main-right .school-header-info a:focus, header#schools-header .school-header-main-right .school-header-info a:active, header#schools-header .school-header-main-right .school-header-info a:visited:hover, header#schools-header .school-header-main-right .school-header-info a:visited:focus, header#schools-header .school-header-main-right .school-header-info a:visited:active {
  text-decoration: underline;
}
header#schools-header .school-header-main-right .school-header-info a:after {
  content: "";
  height: 10px;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right: 1px solid white;
}
header#schools-header .school-header-main-right .school-header-info li:last-child a:after {
  display: none;
}
header#schools-header .school-header-main-right .ccm a, header#schools-header .school-header-main-right .ccm a:visited {
  display: inline-block;
  background: transparent;
  padding: 9px 12px;
  font-family: "Julius Sans One", Arial, Helvetica, san-serif;
  font-size: 23px;
  letter-spacing: -0.5px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: background 150ms ease-in-out;
          transition: background 150ms ease-in-out;
}
header#schools-header .school-header-main-right .ccm a:hover, header#schools-header .school-header-main-right .ccm a:focus, header#schools-header .school-header-main-right .ccm a:active, header#schools-header .school-header-main-right .ccm a:visited:hover, header#schools-header .school-header-main-right .ccm a:visited:focus, header#schools-header .school-header-main-right .ccm a:visited:active {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
}
header#schools-header .school-offcanvas-trigger {
  padding: 20px 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFFFFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  font-family: "Julius Sans One", Arial, Helvetica, san-serif;
  font-weight: 600;
}
@media (min-width: 800px) {
  header#schools-header .school-offcanvas-trigger {
    right: 16px;
  }
}
@media (min-width: 980px) {
  header#schools-header .school-offcanvas-trigger {
    display: none;
  }
}
header#schools-header .schools-header-nav {
  display: none;
}
@media (min-width: 980px) {
  header#schools-header .schools-header-nav {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 11px;
    text-align: right;
  }
}
header#schools-header .schools-header-nav li {
  display: inline-block;
}
header#schools-header .schools-header-nav a {
  position: relative;
  font-size: 14px;
  padding: 2px 10px;
}
header#schools-header .schools-header-nav a:after {
  content: "";
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right: 1px solid white;
}
header#schools-header .schools-header-nav li:last-child a:after {
  display: none;
}
header#schools-header .disable-scroll .school-offcanvas-trigger {
  display: none;
}

.school-offcanvas-close {
  display: none;
}
.school-offcanvas-close.visible {
  display: block;
  padding: 22px 22px 11px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1000;
  cursor: pointer;
  font-size: 30px;
  color: #FFFFFF;
}
@media (min-width: 980px) {
  .school-offcanvas-close.visible {
    display: none;
  }
}

.explore-departments {
  display: none;
}
@media (min-width: 980px) {
  .explore-departments {
    position: absolute;
    display: block;
    top: 0;
    left: -15px;
    width: 50%;
    z-index: 30;
  }
}
.explore-departments a, .explore-departments a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 13px;
}
.explore-departments a:hover, .explore-departments a:focus, .explore-departments a:active, .explore-departments a:visited:hover, .explore-departments a:visited:focus, .explore-departments a:visited:active {
  color: #FFFFFF;
  text-decoration: none;
}
.explore-departments a.departments-button, .explore-departments a:visited.departments-button {
  padding: 5px 40px 5px 16px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.explore-departments .explore-departments-inner {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
}
.explore-departments .explore-departments-inner:hover, .explore-departments .explore-departments-inner:focus, .explore-departments .explore-departments-inner:active {
  background: rgba(255, 255, 255, 0.2);
}
.explore-departments .explore-departments-inner:hover .access-submenu,
.explore-departments .explore-departments-inner:focus .access-submenu,
.explore-departments .explore-departments-inner:active .access-submenu,
.explore-departments .access-submenu:hover,
.explore-departments .access-submenu:focus,
.explore-departments .access-submenu:active,
.explore-departments .access-submenu.is-show {
  max-height: 150em;
}
.explore-departments .access-submenu {
  display: none;
}
@media (min-width: 980px) {
  .explore-departments .access-submenu {
    display: block;
    z-index: 25;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    background: #FFFFFF;
    font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
    text-shadow: none;
    box-shadow: none;
    margin: 0;
    text-align: left;
    border-left: 5px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
    box-sizing: border-box;
  }
}
.explore-departments .access-submenu li {
  padding: 0;
  margin: 0;
  display: block;
}
.explore-departments .access-submenu a, .explore-departments .access-submenu a:visited {
  display: block;
  padding: 8px 10px 5px;
  font-size: 16px;
  line-height: 1.25;
  text-transform: none;
  font-weight: normal;
  color: #2f292b !important;
}
.explore-departments .access-submenu a:hover, .explore-departments .access-submenu a:focus, .explore-departments .access-submenu a:active {
  background: #f8f5f5 !important;
  text-decoration: none;
  color: #990000 !important;
}
.explore-departments .drop-indicator {
  font-size: 25px;
  vertical-align: bottom;
  width: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
#schools-nav {
  *zoom: 1;
  display: block;
  width: 100%;
}
#schools-nav:before, #schools-nav:after {
  content: "";
  display: table;
}
#schools-nav:after {
  clear: both;
}
@media (min-width: 980px) {
  #schools-nav {
    position: relative;
    z-index: 20;
  }
}
#schools-nav a, #schools-nav a:visited {
  color: #FFFFFF;
}
#schools-nav a:hover, #schools-nav a:focus, #schools-nav a:active {
  color: #FFFFFF;
}
#schools-nav .school-navigation-inner {
  *zoom: 1;
  display: block;
  width: 100%;
}
#schools-nav .school-navigation-inner:before, #schools-nav .school-navigation-inner:after {
  content: "";
  display: table;
}
#schools-nav .school-navigation-inner:after {
  clear: both;
}
#schools-nav .school-navigation.horizontal-nav {
  display: none;
}
@media (min-width: 980px) {
  #schools-nav .school-navigation.horizontal-nav {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    float: left;
  }
}
#schools-nav .school-navigation.vertical-nav {
  background: #FFFFFF;
  height: 100%;
  display: block;
  position: absolute;
  left: -500px;
  z-index: 20;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  min-width: 60%;
  top: 0;
  -webkit-transition: left 200ms ease-in-out;
          transition: left 200ms ease-in-out;
}
@media (min-width: 480px) {
  #schools-nav .school-navigation.vertical-nav {
    min-width: 250px;
  }
}
@media (min-width: 980px) {
  #schools-nav .school-navigation.vertical-nav {
    display: none;
  }
}
#schools-nav .school-navigation.vertical-nav.open {
  left: 0;
  top: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  overflow-y: auto;
}
@media (min-width: 980px) {
  #schools-nav .school-navigation.vertical-nav.open {
    overflow: visible;
  }
}
#schools-nav .school-navigation.vertical-nav nav {
  list-style: none;
  margin: 22px 11px;
  font-size: 15px;
}
#schools-nav .school-navigation.vertical-nav nav.global-navigation, #schools-nav .school-navigation.vertical-nav nav.main-vertical-nav, #schools-nav .school-navigation.vertical-nav nav.mobile-only {
  border-bottom: 2px solid #eae3e3;
  padding-bottom: 11px;
}
#schools-nav .school-navigation.vertical-nav nav label {
  font-weight: bold;
  text-transform: uppercase;
}
#schools-nav .school-navigation.vertical-nav nav a, #schools-nav .school-navigation.vertical-nav nav label {
  padding: 5px 22px;
  display: block;
  color: #2f292b !important;
  text-shadow: none !important;
}
.no-touch #schools-nav .school-navigation.vertical-nav nav a:hover, .no-touch #schools-nav .school-navigation.vertical-nav nav a:focus,
#schools-nav .school-navigation.vertical-nav nav a:active,
#schools-nav .school-navigation.vertical-nav nav a.current-page {
  background: #f8f5f5;
  text-decoration: none;
  color: #770000 !important;
}
#schools-nav .school-navigation.vertical-nav .main-vertical-nav {
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif !important;
  font-size: 20px;
}
#schools-nav .school-navigation.vertical-nav .main-vertical-nav a, #schools-nav .school-navigation.vertical-nav .main-vertical-nav a:visited, #schools-nav .school-navigation.vertical-nav .main-vertical-nav a:hover, #schools-nav .school-navigation.vertical-nav .main-vertical-nav a:focus, #schools-nav .school-navigation.vertical-nav .main-vertical-nav a:active {
  color: #770000 !important;
}
#schools-nav .school-navigation.vertical-nav .calls-to-action-nav {
  background: #433b3d;
  padding: 5px 0;
}
#schools-nav .school-navigation.vertical-nav .calls-to-action-nav li a, #schools-nav .school-navigation.vertical-nav .calls-to-action-nav a:visited, #schools-nav .school-navigation.vertical-nav .calls-to-action-nav a:focus, #schools-nav .school-navigation.vertical-nav .calls-to-action-nav a:active {
  color: #FFFFFF !important;
  padding: 10px 22px;
  text-transform: uppercase;
}
#schools-nav .school-navigation.vertical-nav .calls-to-action-nav li a:hover {
  color: #FFFFFF !important;
  background: #2f292b !important;
}
#schools-nav .touch .school-navigation.vertical-nav a:hover,
#schools-nav .touch .school-navigation.vertical-nav a:active {
  text-decoration: none;
}
#schools-nav .school-main-nav {
  box-sizing: border-box;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#schools-nav .school-main-nav .top-level-li {
  display: block;
  color: #2f292b;
}
@media (min-width: 980px) {
  #schools-nav .school-main-nav .top-level-li {
    display: inline-block;
    width: auto;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: background 100ms linear;
            transition: background 100ms linear;
  }
  #schools-nav .school-main-nav .top-level-li:first-child {
    margin-left: -16px;
  }
}
#schools-nav .school-main-nav .top-level-a {
  cursor: pointer;
  display: block;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  -webkit-transition: background 0ms linear;
          transition: background 0ms linear;
  color: #FFFFFF;
  padding: 8px 16px;
}
#schools-nav .school-main-nav .top-level-a:hover, #schools-nav .school-main-nav .top-level-a:focus, #schools-nav .school-main-nav .top-level-a:active {
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  #schools-nav .school-main-nav .top-level-a {
    font-size: 19px;
  }
}
@media (min-width: 1400px) {
  #schools-nav .school-main-nav .top-level-a {
    font-size: 21px;
  }
}
#schools-nav .school-main-nav .access-submenu {
  display: none;
}
@media (min-width: 980px) {
  #schools-nav .school-main-nav .access-submenu {
    display: block;
    max-height: 0;
    overflow: hidden;
    box-shadow: 5px 5px 0px rgba(77, 24, 30, 0.25);
    margin: 0;
    background: #FFFFFF;
    position: absolute;
    top: 100%;
    width: auto;
    padding: 0 5px;
    box-sizing: border-box;
    -webkit-transition: opacity 100ms linear;
            transition: opacity 100ms linear;
    opacity: 0;
  }
}
.lt-ie9 #schools-nav .school-main-nav .access-submenu {
  border-top: 0;
}
#schools-nav .school-main-nav .access-submenu li {
  line-height: 1.125;
}
#schools-nav .school-main-nav .access-submenu a, #schools-nav .school-main-nav .access-submenu a:visited {
  display: block;
  padding: 11px;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  color: #433b3d !important;
  text-shadow: none;
  text-align: left;
  font-size: 18px;
  line-height: 1.25;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
}
#schools-nav .school-main-nav .top-level-li:hover a + .access-submenu,
#schools-nav .school-main-nav .top-level-li:focus a + .access-submenu,
#schools-nav .school-main-nav .top-level-li:active a + .access-submenu,
#schools-nav .school-main-nav .top-level-li.touch-open a + .access-submenu,
#schools-nav .school-main-nav .top-level-li .access-submenu:hover,
#schools-nav .school-main-nav .top-level-li .access-submenu:focus,
#schools-nav .school-main-nav .top-level-li .access-submenu:active,
#schools-nav .school-main-nav .top-level-li .access-submenu.is-show {
  max-height: 50em;
  opacity: 1;
}
#schools-nav .school-main-nav .top-level-li:hover,
#schools-nav .school-main-nav .top-level-li:focus,
#schools-nav .school-main-nav .top-level-li:active,
#schools-nav .school-main-nav .top-level-li.touch-open {
  background: rgba(255, 255, 255, 0.2) !important;
}
#schools-nav .school-main-nav .top-level-a:hover,
#schools-nav .school-main-nav .top-level-a:focus,
#schools-nav .school-main-nav .top-level-a:active,
#schools-nav .school-main-nav .top-level-li:hover .top-level-a,
#schools-nav .school-main-nav .top-level-li:focus .top-level-a,
#schools-nav .school-main-nav .top-level-li:active .top-level-a {
  color: #FFFFFF !important;
  text-shadow: none;
  text-decoration: underline !important;
}
#schools-nav .school-main-nav .top-level-a:hover,
#schools-nav .school-main-nav .top-level-a:focus,
#schools-nav .school-main-nav .top-level-a:active {
  text-decoration: none !important;
  color: #FFFFFF;
}
#schools-nav .school-main-nav .access-submenu a:hover,
#schools-nav .school-main-nav .access-submenu a:focus,
#schools-nav .school-main-nav .access-submenu a:active {
  color: #990000 !important;
  background: #f8f5f5 !important;
  text-decoration: underline;
}
#schools-nav .column-title {
  font-weight: 600;
  display: block;
  margin-bottom: 11px;
}
#schools-nav .top-level-a + .drop {
  display: none;
}
@media (min-width: 980px) {
  #schools-nav .top-level-a + .drop {
    display: block;
    max-height: 0;
    overflow: hidden;
    width: 100%;
  }
}
#schools-nav .top-level-a.open + .drop {
  max-height: 70em;
}
#schools-nav .offcanvas-search {
  margin: 16px;
  padding-bottom: 3em;
}
#schools-nav .disable-scroll, #schools-nav .disable-scroll body {
  overflow: hidden;
  height: 100%;
}
@media (min-width: 980px) {
  #schools-nav .disable-scroll, #schools-nav .disable-scroll body {
    overflow-x: hidden;
    overflow-y: visible;
  }
}
#schools-nav .touch-overview-link {
  display: block;
}

.no-touch #schools-nav .touch-overview-link {
  display: none;
}

.schools-page .overlay {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
          transition: opacity 200ms ease-in-out;
}
.schools-page .overlay.visible {
  z-index: -1;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  cursor: pointer;
  z-index: 19;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 980px) {
  .schools-page .overlay.visible {
    width: 0;
    height: 0;
  }
}
.touchevents .schools-page .overlay {
  cursor: pointer;
}

.schools-spacer {
  *zoom: 1;
  display: block;
  width: 100%;
  float: left;
  height: 70px;
}
.schools-spacer:before, .schools-spacer:after {
  content: "";
  display: table;
}
.schools-spacer:after {
  clear: both;
}

.schools-page {
  background: #FFFFFF;
}

.schools-section-title {
  margin-bottom: 22px;
}

.schools-left-body-main {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
@media (min-width: 920px) {
  .schools-left-body-main {
    display: inline;
    float: left;
    width: 63.7931%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .schools-left-body-main {
    display: inline;
    float: left;
    width: 63.7931%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}

.schools-right-body-side {
  display: inline;
  float: left;
  width: 80.45977%;
  margin: 0 1.43678%;
  margin-left: 9.77011%;
  margin-bottom: 66px;
}
@media (min-width: 480px) {
  .schools-right-body-side {
    display: inline;
    float: left;
    width: 63.7931%;
    margin: 0 1.43678%;
    margin-left: 18.10345%;
    margin-bottom: 66px;
  }
}
@media (min-width: 920px) {
  .schools-right-body-side {
    display: inline;
    float: left;
    width: 30.45977%;
    margin: 0 1.43678%;
  }
}
@media (min-width: 1200px) {
  .schools-right-body-side {
    display: inline;
    float: left;
    width: 26.2931%;
    margin: 0 1.43678%;
    margin-left: 3.52011%;
  }
}

.background-blue {
  background: #004c70;
  *zoom: 1;
  display: block;
  width: 100%;
  float: left;
}
.background-blue:before, .background-blue:after {
  content: "";
  display: table;
}
.background-blue:after {
  clear: both;
}
.background-blue .schools-accordion {
  background: #005e8c;
  color: #FFFFFF;
}
.background-blue .accordion-content p, .background-blue .accordion-content ul {
  color: #2f292b;
}
.background-blue .button-row-button, .background-blue .button-row-button:visited {
  background: #005e8c;
  color: #FFFFFF;
}
.background-blue .button-row-button:hover, .background-blue .button-row-button:focus, .background-blue .button-row-button:active, .background-blue .button-row-button:visited:hover, .background-blue .button-row-button:visited:focus, .background-blue .button-row-button:visited:active {
  background: #006fa6;
  color: #FFFFFF;
}
.background-blue .schools-callout-full-image .callout-text .btn {
  border: 0;
  background-color: #005e8c;
}
.background-blue .schools-callout-full-image .callout-text .btn:hover, .background-blue .schools-callout-full-image .callout-text .btn:focus, .background-blue .schools-callout-full-image .callout-text .btn:active {
  background-color: #006fa6;
}
.background-blue .schools-callout-full-image:after {
  opacity: 0;
}
.background-blue .video-feature-title .title,
.background-blue .video-feature-blurb {
  color: #FFFFFF !important;
}
.background-blue .schools-intro, .background-blue .schools-intro h2 {
  color: #FFFFFF;
}

.background-blue-bright {
  background: #1D5288;
  *zoom: 1;
  display: block;
  width: 100%;
  float: left;
}
.background-blue-bright:before, .background-blue-bright:after {
  content: "";
  display: table;
}
.background-blue-bright:after {
  clear: both;
}
.background-blue-bright .schools-accordion {
  background: #005e8c;
  color: #FFFFFF;
}
.background-blue-bright .accordion-content p, .background-blue-bright .accordion-content ul {
  color: #2f292b;
}
.background-blue-bright .button-row-button, .background-blue-bright .button-row-button:visited {
  background: #005e8c;
  color: #FFFFFF;
}
.background-blue-bright .button-row-button:hover, .background-blue-bright .button-row-button:focus, .background-blue-bright .button-row-button:active, .background-blue-bright .button-row-button:visited:hover, .background-blue-bright .button-row-button:visited:focus, .background-blue-bright .button-row-button:visited:active {
  background: #006fa6;
  color: #FFFFFF;
}
.background-blue-bright .schools-callout-full-image .callout-text .btn {
  border: 0;
  background-color: #005e8c;
}
.background-blue-bright .schools-callout-full-image .callout-text .btn:hover, .background-blue-bright .schools-callout-full-image .callout-text .btn:focus, .background-blue-bright .schools-callout-full-image .callout-text .btn:active {
  background-color: #006fa6;
}
.background-blue-bright .schools-callout-full-image:after {
  opacity: 0;
}
.background-blue-bright .video-feature-title .title,
.background-blue-bright .video-feature-blurb {
  color: #FFFFFF !important;
}
.background-blue-bright .schools-intro, .background-blue-bright .schools-intro h2 {
  color: #FFFFFF;
}

.background-red {
  background: #770000;
  *zoom: 1;
  display: block;
  width: 100%;
  float: left;
}
.background-red:before, .background-red:after {
  content: "";
  display: table;
}
.background-red:after {
  clear: both;
}
.background-red .schools-accordion {
  background: #990000;
  color: #FFFFFF;
}
.background-red .accordion-content p, .background-red .accordion-content ul {
  color: #2f292b;
}
.background-red .button-row-button, .background-red .button-row-button:visited {
  background: #990000;
}
.background-red .button-row-button:hover, .background-red .button-row-button:focus, .background-red .button-row-button:active, .background-red .button-row-button:visited:hover, .background-red .button-row-button:visited:focus, .background-red .button-row-button:visited:active {
  background: #b30000;
}
.background-red .schools-callout-full-image .callout-text .btn {
  border: 0;
  background-color: #990000;
}
.background-red .schools-callout-full-image .callout-text .btn:hover, .background-red .schools-callout-full-image .callout-text .btn:focus, .background-red .schools-callout-full-image .callout-text .btn:active {
  background-color: #b30000;
}
.background-red .schools-callout-full-image:after {
  opacity: 0;
}
.background-red .video-feature-title .title,
.background-red .video-feature-blurb {
  color: #FFFFFF !important;
}
.background-red .schools-intro, .background-red .schools-intro h2 {
  color: #FFFFFF;
}

.background-red-bright {
  background: #990000;
  *zoom: 1;
  display: block;
  width: 100%;
  float: left;
}
.background-red-bright:before, .background-red-bright:after {
  content: "";
  display: table;
}
.background-red-bright:after {
  clear: both;
}
.background-red-bright .schools-accordion {
  background: #990000;
  color: #FFFFFF;
}
.background-red-bright .accordion-content p, .background-red-bright .accordion-content ul {
  color: #2f292b;
}
.background-red-bright .button-row-button, .background-red-bright .button-row-button:visited {
  background: #990000;
}
.background-red-bright .button-row-button:hover, .background-red-bright .button-row-button:focus, .background-red-bright .button-row-button:active, .background-red-bright .button-row-button:visited:hover, .background-red-bright .button-row-button:visited:focus, .background-red-bright .button-row-button:visited:active {
  background: #b30000;
}
.background-red-bright .schools-callout-full-image .callout-text .btn {
  border: 0;
  background-color: #990000;
}
.background-red-bright .schools-callout-full-image .callout-text .btn:hover, .background-red-bright .schools-callout-full-image .callout-text .btn:focus, .background-red-bright .schools-callout-full-image .callout-text .btn:active {
  background-color: #b30000;
}
.background-red-bright .schools-callout-full-image:after {
  opacity: 0;
}
.background-red-bright .video-feature-title .title,
.background-red-bright .video-feature-blurb {
  color: #FFFFFF !important;
}
.background-red-bright .schools-intro, .background-red-bright .schools-intro h2 {
  color: #FFFFFF;
}
.background-red a.white, .background-red a.white:visited, .background-red a.white:hover, .background-red a.white:active, .background-red a.white:focus {
	color: #FFF;
}

.background-black {
  background: #423C3F;
  *zoom: 1;
  display: block;
  width: 100%;
  float: left;
}
.background-black:before, .background-black:after {
  content: "";
  display: table;
}
.background-black:after {
  clear: both;
}
.background-black .schools-accordion {
  background: #990000;
  color: #FFFFFF;
}
.background-black .accordion-content p, .background-black .accordion-content ul {
  color: #2f292b;
}
.background-black .button-row-button, .background-black .button-row-button:visited {
  background: #990000;
}
.background-black .button-row-button:hover, .background-black .button-row-button:focus, .background-black .button-row-button:active, .background-black .button-row-button:visited:hover, .background-black .button-row-button:visited:focus, .background-black .button-row-button:visited:active {
  background: #b30000;
}
.background-black .schools-callout-full-image .callout-text .btn {
  border: 0;
  background-color: #005e8c;
}
.background-black .schools-callout-full-image .callout-text .btn:hover, .background-black .schools-callout-full-image .callout-text .btn:focus, .background-black .schools-callout-full-image .callout-text .btn:active {
  background-color: #006fa6;
}
.background-black .schools-callout-full-image:after {
  opacity: 0;
}
.background-black .video-feature-title .title,
.background-black .video-feature-blurb {
  color: #FFFFFF !important;
}
.background-black .schools-intro, .background-black .schools-intro h2 {
  color: #FFFFFF;
}

.background-white {
  background: #FFFFFF;
  *zoom: 1;
  display: block;
}
.background-white:before, .background-white:after {
  content: "";
  display: table;
}
.background-white:after {
  clear: both;
}
.background-white .schools-callout-full-image .callout-text {
  color: #2f292b !important;
}
.background-white .schools-callout-full-image .callout-text h4 {
  color: #990000;
}
.background-white .schools-callout-full-image .callout-text .btn {
  border: 0;
  background-color: #005e8c;
}
.background-white .schools-callout-full-image .callout-text .btn:hover, .background-white .schools-callout-full-image .callout-text .btn:focus, .background-white .schools-callout-full-image .callout-text .btn:active {
  background-color: #006fa6;
}
.background-white .schools-callout-full-image:after {
  opacity: 0;
}

.school-body {
  padding: 88px 0 44px;
  float: left;
  width: 100%;
}
.school-body h4 {
  margin-top: 0;
}
.school-body li {
  margin-bottom: 20px;
  line-height: 1.5;
}
.school-body .date {
  color: #433b3d;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
}
.school-body a, .school-body a:visited {
  color: #2f292b;
  text-decoration: none;
}
.school-body a:hover, .school-body a:focus, .school-body a:active, .school-body a:visited:hover, .school-body a:visited:focus, .school-body a:visited:active {
  color: #2f292b;
  text-decoration: underline;
}

.schools-body-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 22px;
}
.schools-body-wrapper .side-callout {
  width: 100%;
  margin: 0 auto 22px;
}
@media (min-width: 1200px) {
  .schools-body-wrapper .side-callout {
    width: 64%;
  }
}

.schools-body-left {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 44px;
}
@media (min-width: 480px) {
  .schools-body-left {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}

.schools-body-right {
  position: relative;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
  .schools-body-right {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}

.schools-block-with-image img {
  margin-bottom: 22px;
}
.schools-block-with-image .schools-block-text {
  font-size: 15.5px;
}

.schools-grid-with-image {
  margin: 0 0 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.schools-grid-with-image .schools-grid-half {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
  .schools-grid-with-image .schools-grid-half {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
.schools-grid-with-image .schools-grid-third {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
  .schools-grid-with-image .schools-grid-third {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
@media (min-width: 800px) {
  .schools-grid-with-image .schools-grid-third {
    display: inline;
    float: left;
    width: 30.45977%;
    margin: 0 1.43678%;
    margin-bottom: 22px;
  }
}
.schools-grid-with-image .schools-grid-text {
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
}
.schools-grid-with-image .schools-grid-text h3, .schools-grid-with-image .schools-grid-text h4 {
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 21px;
}
@media (min-width: 800px) {
  .schools-grid-with-image .schools-grid-text h3, .schools-grid-with-image .schools-grid-text h4 {
    font-size: 24px;
  }
}
.schools-grid-with-image .schools-grid-text p {
  font-size: 15.5px;
}

.three-up-carousel {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
  margin-bottom: 70px;
}
.three-up-carousel:before, .three-up-carousel:after {
  content: "";
  display: table;
}
.three-up-carousel:after {
  clear: both;
}

.slick-custom-buttons .slick-button--previous,
.slick-custom-buttons .slick-button--next {
  background: rgba(248, 245, 245, 0.5);
}
.slick-custom-buttons .slick-button--previous svg path,
.slick-custom-buttons .slick-button--next svg path {
  fill: #990000;
}
.slick-custom-buttons .flickity-prev-next-button:focus {
  box-shadow: none;
}
.slick-custom-buttons .flickity-prev-next-button.previous {
  left: -44px;
}
.slick-custom-buttons .flickity-prev-next-button.next {
  right: -44px;
}
.slick-custom-buttons button[aria-disabled="true"] {
  opacity: 0;
}

.schools-callout-full-image {
  *zoom: 1;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.schools-callout-full-image:before, .schools-callout-full-image:after {
  content: "";
  display: table;
}
.schools-callout-full-image:after {
  clear: both;
}
.schools-callout-full-image:after {
  background-color: rgba(4, 38, 56, 0.5);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.schools-callout-full-image.blue-transparent:after {
  background-color: rgba(0, 94, 140, 0.5);
}
.schools-callout-full-image.red-transparent:after {
  background-color: rgba(153, 0, 0, 0.5);
}
.schools-callout-full-image .callout-text {
  padding: 10% 0;
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
  width: 80%;
  z-index: 2;
  position: relative;
}
@media (min-width: 920px) {
  .schools-callout-full-image .callout-text {
    width: 70%;
  }
}
.lt-ie9 .schools-callout-full-image .callout-text {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.schools-callout-full-image a, .schools-callout-full-image a:hover, .schools-callout-full-image a:visited, .schools-callout-full-image a:active, .schools-callout-full-image a:focus {
  text-decoration: none;
}
.schools-callout-full-image h4 {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.lt-ie9 .schools-callout-full-image h4 {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.schools-callout-full-image p {
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.47619048;
  margin-bottom: 44px;
}
@media (min-width: 800px) {
  .schools-callout-full-image p {
    font-size: 21px;
  }
}
@media (min-width: 920px) {
  .schools-callout-full-image p {
    font-size: 25px;
  }
}
.lt-ie9 .schools-callout-full-image p {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.schools-callout-full-image .btn:after {
  content: "\00BB";
  margin-left: 5px;
}
.schools-callout-full-image.background-image .callout-text {
  padding: 15% 0;
}
.schools-callout-full-image.background-image h4 {
  font-size: 30px;
  font-family: "Julius Sans One", Arial, Helvetica, san-serif;
}
@media (min-width: 800px) {
  .schools-callout-full-image.background-image h4 {
    font-size: 50px;
  }
}
@media (min-width: 920px) {
  .schools-callout-full-image.background-image h4 {
    font-size: 72px;
  }
}
.schools-callout-full-image.background-image p {
  font-size: 17px;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
}
@media (min-width: 800px) {
  .schools-callout-full-image.background-image p {
    font-size: 21px;
  }
}

.highlight-row {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
  font-size: 15.5px;
}
.highlight-row .image-container {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
  .highlight-row .image-container {
    display: inline;
    float: left;
    width: 30.45977%;
    margin: 0 1.43678%;
  }
}
.highlight-row .text-container {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 480px) {
  .highlight-row .text-container {
    display: inline;
    float: left;
    width: 63.7931%;
    margin: 0 1.43678%;
  }
}
.highlight-row .text-container.full-width {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
.highlight-row li {
  background: #FFFFFF;
  margin-bottom: 11px;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
  border-bottom: 2px solid #f8f5f5;
  margin-bottom: 44px;
  padding-bottom: 44px;
}
.highlight-row li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.highlight-row h3, .highlight-row h4 {
  margin-bottom: 11px;
}

.copy-block {
  *zoom: 1;
  display: block;
  margin-bottom: 70px;
}
.copy-block:before, .copy-block:after {
  content: "";
  display: table;
}
.copy-block:after {
  clear: both;
}
.copy-block .image-container {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
  .copy-block .image-container {
    display: inline;
    float: left;
    width: 38.7931%;
    margin: 0 1.43678%;
  }
}
.copy-block .image-container .caption {
  margin-top: 11px;
  font-size: 13px;
}
.copy-block .text-container {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  font-size: 15.5px;
}
@media (min-width: 480px) {
  .copy-block .text-container {
    display: inline;
    float: left;
    width: 55.45977%;
    margin: 0 1.43678%;
  }
}
.copy-block .text-container.full-width {
  display: inline;
  float: left;
  width: 80.45977%;
  margin: 0 1.43678%;
  margin-left: 9.77011%;
}
.copy-block .text-container.one-third {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 800px) {
  .copy-block .text-container.one-third {
    display: inline;
    float: left;
    width: 30.45977%;
    margin: 0 1.43678%;
  }
}
.copy-block .image-container.two-thirds {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .copy-block .image-container.two-thirds {
    display: inline;
    float: left;
    width: 63.7931%;
    margin: 0 1.43678%;
    margin-bottom: 0;
  }
}
.copy-block h3, .copy-block h4 {
  margin-bottom: 11px;
}

.background-black, .background-red, .background-red-bright, .background-blue, .background-blue-bright {
  color: #FFFFFF;
  padding: 40px 0;
}
.background-black h1, .background-black h2, .background-black h3, .background-black h4, .background-black h5, .background-black h6, .background-black p, .background-black ul,
.background-black .more-link, .background-black .more-link:visited, .background-red h1, .background-red h2, .background-red h3, .background-red h4, .background-red h5, .background-red h6, .background-red p, .background-red ul,
.background-red .more-link, .background-red .more-link:visited, .background-red-bright h1, .background-red-bright h2, .background-red-bright h3, .background-red-bright h4, .background-red-bright h5, .background-red-bright h6, .background-red-bright p, .background-red-bright ul,
.background-red-bright .more-link, .background-red-bright .more-link:visited, .background-blue h1, .background-blue h2, .background-blue h3, .background-blue h4, .background-blue h5, .background-blue h6, .background-blue p, .background-blue ul,
.background-blue .more-link, .background-blue .more-link:visited, .background-blue-bright h1, .background-blue-bright h2, .background-blue-bright h3, .background-blue-bright h4, .background-blue-bright h5, .background-blue-bright h6, .background-blue-bright p, .background-blue-bright ul,
.background-blue-bright .more-link, .background-blue-bright .more-link:visited {
  color: #FFFFFF;
}
.background-black .copy-block, .background-red .copy-block, .background-red-bright .copy-block, .background-blue .copy-block, .background-blue-bright .copy-block {
  color: #FFFFFF;
}
.background-black .copy-block h1, .background-black .copy-block h2, .background-black .copy-block h3, .background-black .copy-block h4, .background-black .copy-block h5, .background-black .copy-block h6,
.background-black .copy-block .more-link, .background-black .copy-block .more-link:visited, .background-red .copy-block h1, .background-red .copy-block h2, .background-red .copy-block h3, .background-red .copy-block h4, .background-red .copy-block h5, .background-red .copy-block h6,
.background-red .copy-block .more-link, .background-red .copy-block .more-link:visited, .background-red-bright .copy-block h1, .background-red-bright .copy-block h2, .background-red-bright .copy-block h3, .background-red-bright .copy-block h4, .background-red-bright .copy-block h5, .background-red-bright .copy-block h6,
.background-red-bright .copy-block .more-link, .background-red-bright .copy-block .more-link:visited, .background-blue .copy-block h1, .background-blue .copy-block h2, .background-blue .copy-block h3, .background-blue .copy-block h4, .background-blue .copy-block h5, .background-blue .copy-block h6,
.background-blue .copy-block .more-link, .background-blue .copy-block .more-link:visited, .background-blue-bright .copy-block h1, .background-blue-bright .copy-block h2, .background-blue-bright .copy-block h3, .background-blue-bright .copy-block h4, .background-blue-bright .copy-block h5, .background-blue-bright .copy-block h6,
.background-blue-bright .copy-block .more-link, .background-blue-bright .copy-block .more-link:visited {
  color: #FFFFFF;
}

.background-white {
  color: #000000;
}
.background-white h1, .background-white h2, .background-white h3, .background-white h4, .background-white h5, .background-white h6 {
  color: #990000;
}
.background-white p, .background-white ul {
  color: #000000;
}

.schools-accordion-container {
  padding: 22px 0;
  color: #2f292b;
}
.schools-accordion-container h1, .schools-accordion-container h2, .schools-accordion-container h3, .schools-accordion-container h4, .schools-accordion-container h5, .schools-accordion-container h6 {
  color: #990000;
}
.schools-accordion-container .schools-accordion-corners {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 800px) {
  .schools-accordion-container {
    padding: 44px 0;
  }
}
.schools-accordion-container .panel {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.schools-accordion-container .panel-inner {
  padding: 44px 22px;
}
@media (min-width: 800px) {
  .schools-accordion-container .panel-inner {
    padding: 66px 44px;
  }
}
.schools-accordion-container .panel-inner li {
  margin-bottom: 11px;
}
.schools-accordion-container .left {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 800px) {
  .schools-accordion-container .left {
    display: inline;
    float: left;
    width: 38.7931%;
    margin: 0 1.43678%;
    margin-left: 9.77011%;
  }
}
.schools-accordion-container .right {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 800px) {
  .schools-accordion-container .right {
    display: inline;
    float: left;
    width: 38.7931%;
    margin: 0 1.43678%;
  }
}

.schools-accordion {
  padding: 22px;
  margin: 0;
  position: relative;
  cursor: pointer;
  outline: 0;
  background: #990000;
  color: #FFFFFF;
  font-family: "Julius Sans One", Arial, Helvetica, san-serif;
  font-size: 18px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 480px) {
  .schools-accordion {
    font-size: 24px;
  }
}
@media (min-width: 800px) {
  .schools-accordion {
    font-size: 36px;
  }
}

.schools-accordion:after {
  content: '\f2f9';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  display: block;
}

.schools-accordion.active:after {
  content: '\f2fc';
}

.js .schools-accordion-open-default {
  /* Where it makes sense to display the full content */
}
@media all and (min-width: 800px) {
  .js .schools-accordion-open-default .accordion {
    cursor: default;
  }
  .js .schools-accordion-open-default .tab.active {
    background: none;
  }
  .js .schools-accordion-open-default .accordion:after, .js .schools-accordion-open-default .accordion.active:after {
    content: "";
  }
  .js .schools-accordion-open-default .panel, .js .schools-accordion-open-default .panel.active {
    max-height: none;
  }
}

.button-row {
  padding: 44px 0;
  display: block;
  width: 100%;
  float: left;
}
@media (min-width: 800px) {
  .button-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 21px;
    line-height: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 920px) {
  .button-row {
    font-size: 24px;
  }
}
.button-row a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  box-sizing: border-box;
}
@media (min-width: 800px) {
  .button-row a {
    max-width: 31.3333%;
    -webkit-flex-basis: 31.3333%;
        -ms-flex-preferred-size: 31.3333%;
            flex-basis: 31.3333%;
    margin-right: 2%;
  }
  .button-row a:last-child {
    margin-right: 0;
  }
}
.button-row.blue-buttons .button-row-button, .button-row.blue-buttons .button-row-button:visited {
  background: #005e8c;
}
.button-row.blue-buttons .button-row-button:hover, .button-row.blue-buttons .button-row-button:focus, .button-row.blue-buttons .button-row-button:active, .button-row.blue-buttons .button-row-button:visited:hover, .button-row.blue-buttons .button-row-button:visited:focus, .button-row.blue-buttons .button-row-button:visited:active {
  background: #006fa6;
}
.button-row.red-buttons .button-row-button, .button-row.red-buttons .button-row-button:visited {
  background: #990000;
}
.button-row.red-buttons .button-row-button:hover, .button-row.red-buttons .button-row-button:focus, .button-row.red-buttons .button-row-button:active, .button-row.red-buttons .button-row-button:visited:hover, .button-row.red-buttons .button-row-button:visited:focus, .button-row.red-buttons .button-row-button:visited:active {
  background: #b30000;
}

.button-row-button, .button-row-button:visited {
  display: block;
  font-family: "Julius Sans One", Arial, Helvetica, san-serif;
  padding: 20px 22px;
  color: #FFFFFF;
  background: #990000;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 11px;
}
@media (min-width: 800px) {
  .button-row-button, .button-row-button:visited {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    margin-bottom: 0;
    padding: 30px 22px;
  }
  .button-row-button:nth-of-type(1n+4) {
    margin-top: 32px;
  }
}
.button-row-button:last-child, .button-row-button:visited:last-child {
  margin-right: 0;
}
.button-row-button:hover, .button-row-button:focus, .button-row-button:active, .button-row-button:visited:hover, .button-row-button:visited:focus, .button-row-button:visited:active {
  color: #FFFFFF;
  text-decoration: none;
  background: #b30000;
}
.button-row-button:after, .button-row-button:visited:after {
  content: "\00BB";
  margin-left: 5px;
}

.video-feature {
  float: left;
  text-align: center;
  padding: 66px 0;
}
@media (min-width: 800px) {
  .video-feature .video-feature-title,
  .video-feature .video-feature-blurb {
    display: inline;
    float: left;
    width: 63.7931%;
    margin: 0 1.43678%;
    margin-left: 18.10345%;
  }
}
.video-feature .video-feature-video {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 800px) {
  .video-feature .video-feature-video {
    display: inline;
    float: left;
    width: 80.45977%;
    margin: 0 1.43678%;
    margin-left: 9.77011%;
  }
}
@media (min-width: 920px) {
  .video-feature .video-feature-video {
    display: inline;
    float: left;
    width: 67.95977%;
    margin: 0 1.43678%;
    margin-left: 16.02011%;
  }
}
.video-feature .video-feature-title {
  margin-bottom: 22px;
}
.video-feature .video-feature-title .title {
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  font-weight: 700;
  color: #990000;
  margin-top: 0;
  margin-bottom: 22px;
}
.video-feature .video-feature-blurb {
  font-size: 16px;
  line-height: 1.6875;
}
.video-feature .video-feature-blurb.large {
  font-size: 20px;
  padding: 0 10px;
}

.schools-intro {
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
  padding: 50px 0;
  text-align: center;
}
.schools-intro:before, .schools-intro:after {
  content: "";
  display: table;
}
.schools-intro:after {
  clear: both;
}
.schools-intro .schools-intro-inner {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}
@media (min-width: 800px) {
  .schools-intro .schools-intro-inner {
    display: inline;
    float: left;
    width: 80.45977%;
    margin: 0 1.43678%;
    margin-left: 9.77011%;
  }
}
.schools-intro h2 {
  font-size: 28px;
  line-height: 1.34375;
  margin-bottom: 22px;
}
@media (min-width: 800px) {
  .schools-intro h2 {
    font-size: 36px;
  }
}
.schools-intro p {
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.56521739;
}
@media (min-width: 800px) {
  .schools-intro p {
    font-size: 23px;
  }
}

.schools-hero-carousel,
.schools-hero-carousel-fade {
  background: #004c70;
  overflow: hidden;
}
.schools-hero-carousel .gallery-cell,
.schools-hero-carousel-fade .gallery-cell {
  width: 100%;
}
.schools-hero-carousel img,
.schools-hero-carousel-fade img {
  max-width: 9999em;
  width: 100%;
}
.schools-hero-carousel .flickity-prev-next-button,
.schools-hero-carousel-fade .flickity-prev-next-button {
  background: rgba(248, 245, 245, 0.5);
}
.schools-hero-carousel .flickity-prev-next-button svg path,
.schools-hero-carousel-fade .flickity-prev-next-button svg path {
  fill: #770000;
}
.schools-hero-carousel .flickity-prev-next-button:disabled,
.schools-hero-carousel-fade .flickity-prev-next-button:disabled {
  opacity: 0;
}

.schools-hero-wrapper {
  position: relative;
  overflow: hidden;
  background: #004c70;
}
@media (min-width: 800px) {
  .schools-hero-wrapper {
    padding-bottom: 57%;
    background: #440000;
  }
}
.schools-hero-wrapper .schools-hero-carousel-wrapper {
  position: relative;
}
@media (min-width: 800px) {
  .schools-hero-wrapper .schools-hero-carousel-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
  }
}
.schools-hero-wrapper.schools-hero-small {
  padding-bottom: 37.5%;
}

.schools-hero-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 57%;
}
.schools-hero-container.tall {
  padding-bottom: 56.25%;
}
.schools-hero-container.short {
  padding-bottom: 40.63%;
}
.schools-hero-container.narrow {
  padding-bottom: 25%;
}
.schools-hero-container.schools-hero-small {
  padding-bottom: 37.5%;
}
.schools-hero-container img {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  left: 0;
}

.schools-hero-text {
  position: relative;
  width: 100%;
  color: #FFFFFF;
}
@media (min-width: 800px) {
  .schools-hero-text {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.schools-hero-text .schools-hero-text-area {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  font-size: 14px;
}
@media (min-width: 800px) {
  .schools-hero-text .schools-hero-text-area {
    display: inline;
    float: left;
    width: 47.12644%;
    margin: 0 1.43678%;
    margin-left: 5.60345%;
    margin-bottom: 5%;
    font-size: 16px;
  }
}
.schools-hero-text .schools-hero-text-area .page-title {
  font-size: 24px;
  line-height: 1.357142857142857;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
@media (min-width: 480px) {
  .schools-hero-text .schools-hero-text-area .page-title {
    font-size: 28px;
  }
}
@media (min-width: 920px) {
  .schools-hero-text .schools-hero-text-area .page-title {
    margin-bottom: 0;
    font-size: 42px;
  }
}
.schools-hero-text .schools-hero-text-area p {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.523809523809524;
  font-weight: 600;
}
.schools-hero-text .schools-hero-text-area-inner {
  padding: 45px;
  background: #004c70;
}
@media (min-width: 800px) {
  .schools-hero-text .schools-hero-text-area-inner {
    background: rgba(0, 76, 112, 0.87);
  }
}
.lt-ie9 .schools-hero-text .schools-hero-text-area-inner {
  background: #000000;
}
.schools-hero-text .btn {
  padding: 8px;
}
@media (min-width: 800px) {
  .schools-hero-text .btn {
    padding: 11px 22px;
  }
}

.schools-hero-full {
  background: #770000;
  position: relative;
}
.schools-hero-full.tall .schools-hero-container {
  padding-bottom: 56.25%;
}
.schools-hero-full.short .schools-hero-container {
  padding-bottom: 40.63%;
}
.schools-hero-full.narrow .schools-hero-container {
  padding-bottom: 25%;
}
.schools-hero-full .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  background-size: cover;
  background-image: url(images/schools/video/White-Board.jpg);
}
.schools-hero-full .schools-hero-text-area {
  position: relative;
}
@media (min-width: 800px) {
  .schools-hero-full .schools-hero-text-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.schools-hero-full .schools-hero-text-area-inner {
  position: relative;
  color: #FFFFFF;
  padding: 22px;
  background: #423C3F;
  padding-bottom: 22px;
}
@media (min-width: 800px) {
  .schools-hero-full .schools-hero-text-area-inner {
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 45px;
    margin: 66px 22px 22px;
  }
}
@media (min-width: 920px) {
  .schools-hero-full .schools-hero-text-area-inner {
    max-width: 65%;
  }
}
.schools-hero-full .schools-hero-text-area-inner .page-title {
  font-family: "Open Sans Condensed", Arial, Helvetica, san-serif;
  font-size: 28px;
  line-height: 1.142857142857143;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
@media (min-width: 480px) {
  .schools-hero-full .schools-hero-text-area-inner .page-title {
    font-size: 34px;
  }
}
@media (min-width: 920px) {
  .schools-hero-full .schools-hero-text-area-inner .page-title {
    font-size: 50px;
  }
}
.schools-hero-full .schools-hero-text-area-inner p {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 19px;
  line-height: 1.185185185185185;
  font-weight: 600;
}
@media (min-width: 480px) {
  .schools-hero-full .schools-hero-text-area-inner p {
    font-size: 24px;
  }
}
.schools-hero-full .schools-hero-text-area-inner .btn:after {
  content: "\00BB";
  margin-left: 5px;
}
.schools-hero-full.option2 .schools-hero-container {
  overflow: inherit;
  padding-bottom: 57.14%;
}
.schools-hero-full.option2 .schools-hero-container.tall {
  padding-bottom: 56.25%;
}
.schools-hero-full.option2 .schools-hero-container.short {
  padding-bottom: 40.63%;
}
.schools-hero-full.option2 .schools-hero-container.narrow {
  padding-bottom: 25%;
}
@media (min-width: 800px) {
  .schools-hero-full.option2 .schools-hero-text-area {
    position: relative;
    display: block;
  }
}
.schools-hero-full.option2 .schools-hero-text-area-inner {
  -webkit-animation: none;
          animation: none;
}
@media (min-width: 800px) {
  .schools-hero-full.option2 .schools-hero-text-area-inner {
    color: #FFFFFF;
    padding: 22px;
    background: #423C3F !important;
    padding-bottom: 22px;
    margin: 0;
    text-align: left;
    max-width: 100%;
  }
}

.schools-hero-grid {
  background: #770000;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
  display: block;
}
.schools-hero-grid .schools-hero-grid-item {
  overflow: hidden;
  position: relative;
  float: left;
  background-size: cover;
  background-position: center center;
}
.schools-hero-grid .schools-hero-grid-image {
  width: 100%;
}
.schools-hero-grid .schools-hero-grid-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  font-family: 'object-fit:cover;';
}
.schools-hero-grid .schools-hero-grid-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding: 22px;
  padding-top: 40px;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 70px rgba(0, 0, 0, 0.65);
  padding-bottom: 22px;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
}
.schools-hero-grid .schools-hero-grid-text .btn.btn-primary {
  background: #990000;
  border: 0;
}
.schools-hero-grid .schools-hero-grid-text .btn.btn-primary:hover, .schools-hero-grid .schools-hero-grid-text .btn.btn-primary:focus, .schools-hero-grid .schools-hero-grid-text .btn.btn-primary:active {
  background: #b30000;
}
.schools-hero-grid .schools-hero-grid-text .btn.btn-primary:after {
  content: "\00BB";
  margin-left: 5px;
}
.schools-hero-grid .schools-hero-grid-text.open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (min-width: 480px) {
  .schools-hero-grid .schools-hero-grid-text {
    padding-top: 80px;
  }
}
@media (min-width: 800px) {
  .schools-hero-grid .schools-hero-grid-text {
    padding: 44px;
  }
}
.schools-hero-grid .schools-hero-grid-text .page-title {
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  font-size: 24px;
  font-weight: 600;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
@media (min-width: 480px) {
  .schools-hero-grid .schools-hero-grid-text .page-title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .schools-hero-grid .schools-hero-grid-text .page-title {
    margin-bottom: 0;
    font-size: 32px;
  }
}
.schools-hero-grid .schools-hero-grid-text p {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.6875;
}
.schools-hero-grid .schools-hero-grid-trigger {
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.schools-hero-grid .schools-hero-grid-trigger .trigger {
  text-align: center;
  padding: 15px 27px;
  background: rgba(0, 76, 112, 0.8);
  -webkit-transition: border-radius 150ms ease-in-out, background 100ms ease-in-out;
          transition: border-radius 150ms ease-in-out, background 100ms ease-in-out;
}
.schools-hero-grid .schools-hero-grid-trigger .trigger:focus {
  outline: none;
}
.schools-hero-grid .schools-hero-grid-trigger .trigger:hover {
  background: #004c70;
}
.schools-hero-grid .schools-hero-grid-trigger .close-text {
  display: none;
  font-size: 24px;
  line-height: 45px;
  height: 45px;
  width: 45px;
}
.schools-hero-grid .schools-hero-grid-trigger .open-text {
  display: block;
  font-size: 12px;
  text-decoration: underline;
}
.schools-hero-grid .schools-hero-grid-trigger .trigger.open {
  border-radius: 50%;
  padding: 0;
}
.schools-hero-grid .schools-hero-grid-trigger .trigger.open .close-text {
  display: block;
}
.schools-hero-grid .schools-hero-grid-trigger .trigger.open .open-text {
  display: none;
}

.schools-hero-grid .schools-hero-grid-item:first-child,
.hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:first-child {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 480px) {
  .schools-hero-grid .schools-hero-grid-item:first-child,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:first-child {
    padding-bottom: 75%;
  }
}
@media (min-width: 800px) {
  .schools-hero-grid .schools-hero-grid-item:first-child,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:first-child {
    width: 59.857143%;
    padding-bottom: 46%;
  }
}
.schools-hero-grid .schools-hero-grid-item:nth-child(2),
.hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 480px) {
  .schools-hero-grid .schools-hero-grid-item:nth-child(2),
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
    padding-bottom: 75%;
  }
}
@media (min-width: 800px) {
  .schools-hero-grid .schools-hero-grid-item:nth-child(2),
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
    width: 40.142857%;
    padding-bottom: 46%;
  }
}
.schools-hero-grid .schools-hero-grid-item:nth-child(3),
.hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(3) {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 480px) {
  .schools-hero-grid .schools-hero-grid-item:nth-child(3),
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(3) {
    padding-bottom: 75%;
  }
}
@media (min-width: 800px) {
  .schools-hero-grid .schools-hero-grid-item:nth-child(3),
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(3) {
    width: 41.571429%;
    padding-bottom: 33%;
  }
}
.schools-hero-grid .schools-hero-grid-item:last-child,
.hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:last-child {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 480px) {
  .schools-hero-grid .schools-hero-grid-item:last-child,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:last-child {
    padding-bottom: 75%;
  }
}
@media (min-width: 800px) {
  .schools-hero-grid .schools-hero-grid-item:last-child,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:last-child {
    width: 58.428571%;
    padding-bottom: 33%;
  }
}
@media (min-width: 920px) {
  .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text, .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text, .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text {
    padding-top: 160px;
  }
}
@media (min-width: 1200px) {
  .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text, .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text {
    padding-top: 220px;
  }
}
@media (min-width: 920px) {
  .schools-hero-grid .schools-hero-grid-item:nth-child(3) .schools-hero-grid-text, .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(3) .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .schools-hero-grid .schools-hero-grid-item:nth-child(3) .schools-hero-grid-text, .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(3) .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text {
    padding-top: 80px;
  }
}

.hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:first-child {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 480px) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:first-child {
    padding-bottom: 75%;
  }
}
@media (min-width: 800px) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:first-child {
    padding-bottom: 46%;
  }
}
.hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:first-child .text-width-cap {
  width: 100%;
  max-width: 700px;
}
@media (min-width: 920px) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:first-child .text-width-cap {
    width: 60%;
  }
}
.hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 480px) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
    padding-bottom: 75%;
  }
}
@media (min-width: 800px) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
    width: 58.428571%;
    padding-bottom: 33%;
  }
}
.hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:last-child {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 480px) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:last-child {
    padding-bottom: 75%;
  }
}
@media (min-width: 800px) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:last-child {
    width: 41.571429%;
    padding-bottom: 33%;
  }
}
@media (min-width: 920px) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text {
    padding-top: 160px;
  }
}
@media (min-width: 1200px) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text {
    padding-top: 220px;
  }
}
@media (min-width: 920px) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text, .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text, .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text {
    padding-top: 80px;
  }
}

.hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:first-child {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 480px) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:first-child {
    padding-bottom: 75%;
  }
}
@media (min-width: 800px) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:first-child {
    padding-bottom: 46%;
  }
}
.hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:first-child .text-width-cap {
  width: 100%;
  max-width: 700px;
}
@media (min-width: 920px) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:first-child .text-width-cap {
    width: 60%;
  }
}
.hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(2), .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(3), .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:last-child {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 480px) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(2), .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(3), .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:last-child {
    padding-bottom: 75%;
  }
}
@media (min-width: 800px) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(2), .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(3), .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:last-child {
    width: 33.3333%;
    padding-bottom: 33%;
  }
}
@media (min-width: 920px) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text {
    padding-top: 160px;
  }
}
@media (min-width: 1200px) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text {
    padding-top: 220px;
  }
}
@media (min-width: 920px) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text, .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(3) .schools-hero-grid-text, .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text, .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(3) .schools-hero-grid-text, .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text {
    padding-top: 80px;
  }
}

.hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:first-child {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 480px) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:first-child {
    padding-bottom: 75%;
  }
}
@media (min-width: 800px) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:first-child {
    width: 59.857143%;
    padding-bottom: 46%;
  }
}
.hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 480px) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
    padding-bottom: 75%;
  }
}
@media (min-width: 800px) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
    width: 40.142857%;
    padding-bottom: 46%;
  }
}
.hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(3), .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(4), .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:last-child {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 480px) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(3), .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(4), .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:last-child {
    padding-bottom: 75%;
  }
}
@media (min-width: 800px) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(3), .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(4), .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:last-child {
    width: 33.333333%;
    padding-bottom: 33%;
  }
}
@media (min-width: 920px) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text, .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text, .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text {
    padding-top: 160px;
  }
}
@media (min-width: 1200px) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text, .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text {
    padding-top: 220px;
  }
}
@media (min-width: 920px) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(3) .schools-hero-grid-text, .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(4) .schools-hero-grid-text, .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(3) .schools-hero-grid-text, .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(4) .schools-hero-grid-text, .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text {
    padding-top: 80px;
  }
}

.fade-hero-carousel .slick-custom-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.fade-hero-carousel .slick-custom-buttons .slick-button--previous,
.fade-hero-carousel .slick-custom-buttons .slick-button--next {
  background: rgba(248, 245, 245, 0.5);
}
.fade-hero-carousel .slick-custom-buttons .slick-button--previous svg path,
.fade-hero-carousel .slick-custom-buttons .slick-button--next svg path {
  fill: #990000;
}
.fade-hero-carousel .slick-custom-buttons .flickity-prev-next-button:focus {
  box-shadow: none;
}
.fade-hero-carousel .slick-custom-buttons .flickity-prev-next-button.previous {
  left: 22px;
}
.fade-hero-carousel .slick-custom-buttons .flickity-prev-next-button.next {
  right: 22px;
}
.fade-hero-carousel .slick-custom-buttons button[aria-disabled="true"] {
  opacity: 0;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   ==========================================================================
   Plugins
   ==========================================================================
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.share-mobile {
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #fff;
  padding-top: 0.5em;
  z-index: 20;
  margin-bottom: 0;
  border-top: 1px solid grey;
}
.share-mobile.relative {
  position: relative;
}
@media (min-width: 900px) {
  .share-mobile {
    display: none;
  }
}
.share-mobile.headroom--unpinned {
  position: absolute;
}
@media (min-height: 400px) {
  .share-mobile.headroom--unpinned {
    position: fixed;
  }
}
.share-mobile.headroom--pinned {
  position: absolute;
}

/*!
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 *  Site - http://zavoloklom.github.io/material-design-iconic-font/icons.html
 */
@font-face {
  font-family: 'Material-Design-Iconic-Font';
  src: url("../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0") format("woff2"), url("../fonts/Material-Design-Iconic-Font.woff?v=2.2.0") format("woff"), url("../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.zmdi-hc-2x {
  font-size: 2em;
}

.zmdi-hc-3x {
  font-size: 3em;
}

.zmdi-hc-4x {
  font-size: 4em;
}

.zmdi-hc-5x {
  font-size: 5em;
}

.zmdi-hc-fw {
  width: 1.28571429em;
  text-align: center;
}

.zmdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.zmdi-hc-ul > li {
  position: relative;
}

.zmdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em;
}

.zmdi-hc-border {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 2px;
}

.zmdi-hc-border-circle {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 50%;
}

.zmdi.pull-left {
  float: left;
  margin-right: .15em;
}

.zmdi.pull-right {
  float: right;
  margin-left: .15em;
}

.zmdi-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
  animation: zmdi-spin 1.5s infinite linear;
}

.zmdi-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
  animation: zmdi-spin-reverse 1.5s infinite linear;
}

@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
.zmdi-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.zmdi-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.zmdi-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.zmdi-hc-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.zmdi-hc-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.zmdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.zmdi-hc-stack-1x {
  line-height: inherit;
}

.zmdi-hc-stack-2x {
  font-size: 2em;
}

.zmdi-hc-inverse {
  color: #ffffff;
}

/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.zmdi-3d-rotation:before {
  content: '\f101';
}

.zmdi-airplane-off:before {
  content: '\f102';
}

.zmdi-airplane:before {
  content: '\f103';
}

.zmdi-album:before {
  content: '\f104';
}

.zmdi-archive:before {
  content: '\f105';
}

.zmdi-assignment-account:before {
  content: '\f106';
}

.zmdi-assignment-alert:before {
  content: '\f107';
}

.zmdi-assignment-check:before {
  content: '\f108';
}

.zmdi-assignment-o:before {
  content: '\f109';
}

.zmdi-assignment-return:before {
  content: '\f10a';
}

.zmdi-assignment-returned:before {
  content: '\f10b';
}

.zmdi-assignment:before {
  content: '\f10c';
}

.zmdi-attachment-alt:before {
  content: '\f10d';
}

.zmdi-attachment:before {
  content: '\f10e';
}

.zmdi-audio:before {
  content: '\f10f';
}

.zmdi-badge-check:before {
  content: '\f110';
}

.zmdi-balance-wallet:before {
  content: '\f111';
}

.zmdi-balance:before {
  content: '\f112';
}

.zmdi-battery-alert:before {
  content: '\f113';
}

.zmdi-battery-flash:before {
  content: '\f114';
}

.zmdi-battery-unknown:before {
  content: '\f115';
}

.zmdi-battery:before {
  content: '\f116';
}

.zmdi-bike:before {
  content: '\f117';
}

.zmdi-block-alt:before {
  content: '\f118';
}

.zmdi-block:before {
  content: '\f119';
}

.zmdi-boat:before {
  content: '\f11a';
}

.zmdi-book-image:before {
  content: '\f11b';
}

.zmdi-book:before {
  content: '\f11c';
}

.zmdi-bookmark-outline:before {
  content: '\f11d';
}

.zmdi-bookmark:before {
  content: '\f11e';
}

.zmdi-brush:before {
  content: '\f11f';
}

.zmdi-bug:before {
  content: '\f120';
}

.zmdi-bus:before {
  content: '\f121';
}

.zmdi-cake:before {
  content: '\f122';
}

.zmdi-car-taxi:before {
  content: '\f123';
}

.zmdi-car-wash:before {
  content: '\f124';
}

.zmdi-car:before {
  content: '\f125';
}

.zmdi-card-giftcard:before {
  content: '\f126';
}

.zmdi-card-membership:before {
  content: '\f127';
}

.zmdi-card-travel:before {
  content: '\f128';
}

.zmdi-card:before {
  content: '\f129';
}

.zmdi-case-check:before {
  content: '\f12a';
}

.zmdi-case-download:before {
  content: '\f12b';
}

.zmdi-case-play:before {
  content: '\f12c';
}

.zmdi-case:before {
  content: '\f12d';
}

.zmdi-cast-connected:before {
  content: '\f12e';
}

.zmdi-cast:before {
  content: '\f12f';
}

.zmdi-chart-donut:before {
  content: '\f130';
}

.zmdi-chart:before {
  content: '\f131';
}

.zmdi-city-alt:before {
  content: '\f132';
}

.zmdi-city:before {
  content: '\f133';
}

.zmdi-close-circle-o:before {
  content: '\f134';
}

.zmdi-close-circle:before {
  content: '\f135';
}

.zmdi-close:before {
  content: '\f136';
}

.zmdi-cocktail:before {
  content: '\f137';
}

.zmdi-code-setting:before {
  content: '\f138';
}

.zmdi-code-smartphone:before {
  content: '\f139';
}

.zmdi-code:before {
  content: '\f13a';
}

.zmdi-coffee:before {
  content: '\f13b';
}

.zmdi-collection-bookmark:before {
  content: '\f13c';
}

.zmdi-collection-case-play:before {
  content: '\f13d';
}

.zmdi-collection-folder-image:before {
  content: '\f13e';
}

.zmdi-collection-image-o:before {
  content: '\f13f';
}

.zmdi-collection-image:before {
  content: '\f140';
}

.zmdi-collection-item-1:before {
  content: '\f141';
}

.zmdi-collection-item-2:before {
  content: '\f142';
}

.zmdi-collection-item-3:before {
  content: '\f143';
}

.zmdi-collection-item-4:before {
  content: '\f144';
}

.zmdi-collection-item-5:before {
  content: '\f145';
}

.zmdi-collection-item-6:before {
  content: '\f146';
}

.zmdi-collection-item-7:before {
  content: '\f147';
}

.zmdi-collection-item-8:before {
  content: '\f148';
}

.zmdi-collection-item-9-plus:before {
  content: '\f149';
}

.zmdi-collection-item-9:before {
  content: '\f14a';
}

.zmdi-collection-item:before {
  content: '\f14b';
}

.zmdi-collection-music:before {
  content: '\f14c';
}

.zmdi-collection-pdf:before {
  content: '\f14d';
}

.zmdi-collection-plus:before {
  content: '\f14e';
}

.zmdi-collection-speaker:before {
  content: '\f14f';
}

.zmdi-collection-text:before {
  content: '\f150';
}

.zmdi-collection-video:before {
  content: '\f151';
}

.zmdi-compass:before {
  content: '\f152';
}

.zmdi-cutlery:before {
  content: '\f153';
}

.zmdi-delete:before {
  content: '\f154';
}

.zmdi-dialpad:before {
  content: '\f155';
}

.zmdi-dns:before {
  content: '\f156';
}

.zmdi-drink:before {
  content: '\f157';
}

.zmdi-edit:before {
  content: '\f158';
}

.zmdi-email-open:before {
  content: '\f159';
}

.zmdi-email:before {
  content: '\f15a';
}

.zmdi-eye-off:before {
  content: '\f15b';
}

.zmdi-eye:before {
  content: '\f15c';
}

.zmdi-eyedropper:before {
  content: '\f15d';
}

.zmdi-favorite-outline:before {
  content: '\f15e';
}

.zmdi-favorite:before {
  content: '\f15f';
}

.zmdi-filter-list:before {
  content: '\f160';
}

.zmdi-fire:before {
  content: '\f161';
}

.zmdi-flag:before {
  content: '\f162';
}

.zmdi-flare:before {
  content: '\f163';
}

.zmdi-flash-auto:before {
  content: '\f164';
}

.zmdi-flash-off:before {
  content: '\f165';
}

.zmdi-flash:before {
  content: '\f166';
}

.zmdi-flip:before {
  content: '\f167';
}

.zmdi-flower-alt:before {
  content: '\f168';
}

.zmdi-flower:before {
  content: '\f169';
}

.zmdi-font:before {
  content: '\f16a';
}

.zmdi-fullscreen-alt:before {
  content: '\f16b';
}

.zmdi-fullscreen-exit:before {
  content: '\f16c';
}

.zmdi-fullscreen:before {
  content: '\f16d';
}

.zmdi-functions:before {
  content: '\f16e';
}

.zmdi-gas-station:before {
  content: '\f16f';
}

.zmdi-gesture:before {
  content: '\f170';
}

.zmdi-globe-alt:before {
  content: '\f171';
}

.zmdi-globe-lock:before {
  content: '\f172';
}

.zmdi-globe:before {
  content: '\f173';
}

.zmdi-graduation-cap:before {
  content: '\f174';
}

.zmdi-home:before {
  content: '\f175';
}

.zmdi-hospital-alt:before {
  content: '\f176';
}

.zmdi-hospital:before {
  content: '\f177';
}

.zmdi-hotel:before {
  content: '\f178';
}

.zmdi-hourglass-alt:before {
  content: '\f179';
}

.zmdi-hourglass-outline:before {
  content: '\f17a';
}

.zmdi-hourglass:before {
  content: '\f17b';
}

.zmdi-http:before {
  content: '\f17c';
}

.zmdi-image-alt:before {
  content: '\f17d';
}

.zmdi-image-o:before {
  content: '\f17e';
}

.zmdi-image:before {
  content: '\f17f';
}

.zmdi-inbox:before {
  content: '\f180';
}

.zmdi-invert-colors-off:before {
  content: '\f181';
}

.zmdi-invert-colors:before {
  content: '\f182';
}

.zmdi-key:before {
  content: '\f183';
}

.zmdi-label-alt-outline:before {
  content: '\f184';
}

.zmdi-label-alt:before {
  content: '\f185';
}

.zmdi-label-heart:before {
  content: '\f186';
}

.zmdi-label:before {
  content: '\f187';
}

.zmdi-labels:before {
  content: '\f188';
}

.zmdi-lamp:before {
  content: '\f189';
}

.zmdi-landscape:before {
  content: '\f18a';
}

.zmdi-layers-off:before {
  content: '\f18b';
}

.zmdi-layers:before {
  content: '\f18c';
}

.zmdi-library:before {
  content: '\f18d';
}

.zmdi-link:before {
  content: '\f18e';
}

.zmdi-lock-open:before {
  content: '\f18f';
}

.zmdi-lock-outline:before {
  content: '\f190';
}

.zmdi-lock:before {
  content: '\f191';
}

.zmdi-mail-reply-all:before {
  content: '\f192';
}

.zmdi-mail-reply:before {
  content: '\f193';
}

.zmdi-mail-send:before {
  content: '\f194';
}

.zmdi-mall:before {
  content: '\f195';
}

.zmdi-map:before {
  content: '\f196';
}

.zmdi-menu:before {
  content: '\f197';
}

.zmdi-money-box:before {
  content: '\f198';
}

.zmdi-money-off:before {
  content: '\f199';
}

.zmdi-money:before {
  content: '\f19a';
}

.zmdi-more-vert:before {
  content: '\f19b';
}

.zmdi-more:before {
  content: '\f19c';
}

.zmdi-movie-alt:before {
  content: '\f19d';
}

.zmdi-movie:before {
  content: '\f19e';
}

.zmdi-nature-people:before {
  content: '\f19f';
}

.zmdi-nature:before {
  content: '\f1a0';
}

.zmdi-navigation:before {
  content: '\f1a1';
}

.zmdi-open-in-browser:before {
  content: '\f1a2';
}

.zmdi-open-in-new:before {
  content: '\f1a3';
}

.zmdi-palette:before {
  content: '\f1a4';
}

.zmdi-parking:before {
  content: '\f1a5';
}

.zmdi-pin-account:before {
  content: '\f1a6';
}

.zmdi-pin-assistant:before {
  content: '\f1a7';
}

.zmdi-pin-drop:before {
  content: '\f1a8';
}

.zmdi-pin-help:before {
  content: '\f1a9';
}

.zmdi-pin-off:before {
  content: '\f1aa';
}

.zmdi-pin:before {
  content: '\f1ab';
}

.zmdi-pizza:before {
  content: '\f1ac';
}

.zmdi-plaster:before {
  content: '\f1ad';
}

.zmdi-power-setting:before {
  content: '\f1ae';
}

.zmdi-power:before {
  content: '\f1af';
}

.zmdi-print:before {
  content: '\f1b0';
}

.zmdi-puzzle-piece:before {
  content: '\f1b1';
}

.zmdi-quote:before {
  content: '\f1b2';
}

.zmdi-railway:before {
  content: '\f1b3';
}

.zmdi-receipt:before {
  content: '\f1b4';
}

.zmdi-refresh-alt:before {
  content: '\f1b5';
}

.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}

.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}

.zmdi-refresh-sync:before {
  content: '\f1b8';
}

.zmdi-refresh:before {
  content: '\f1b9';
}

.zmdi-roller:before {
  content: '\f1ba';
}

.zmdi-ruler:before {
  content: '\f1bb';
}

.zmdi-scissors:before {
  content: '\f1bc';
}

.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}

.zmdi-screen-rotation:before {
  content: '\f1be';
}

.zmdi-search-for:before {
  content: '\f1bf';
}

.zmdi-search-in-file:before {
  content: '\f1c0';
}

.zmdi-search-in-page:before {
  content: '\f1c1';
}

.zmdi-search-replace:before {
  content: '\f1c2';
}

.zmdi-search:before {
  content: '\f1c3';
}

.zmdi-seat:before {
  content: '\f1c4';
}

.zmdi-settings-square:before {
  content: '\f1c5';
}

.zmdi-settings:before {
  content: '\f1c6';
}

.zmdi-shield-check:before {
  content: '\f1c7';
}

.zmdi-shield-security:before {
  content: '\f1c8';
}

.zmdi-shopping-basket:before {
  content: '\f1c9';
}

.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}

.zmdi-shopping-cart:before {
  content: '\f1cb';
}

.zmdi-sign-in:before {
  content: '\f1cc';
}

.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}

.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}

.zmdi-sort-asc:before {
  content: '\f1cf';
}

.zmdi-sort-desc:before {
  content: '\f1d0';
}

.zmdi-spellcheck:before {
  content: '\f1d1';
}

.zmdi-storage:before {
  content: '\f1d2';
}

.zmdi-store-24:before {
  content: '\f1d3';
}

.zmdi-store:before {
  content: '\f1d4';
}

.zmdi-subway:before {
  content: '\f1d5';
}

.zmdi-sun:before {
  content: '\f1d6';
}

.zmdi-tab-unselected:before {
  content: '\f1d7';
}

.zmdi-tab:before {
  content: '\f1d8';
}

.zmdi-tag-close:before {
  content: '\f1d9';
}

.zmdi-tag-more:before {
  content: '\f1da';
}

.zmdi-tag:before {
  content: '\f1db';
}

.zmdi-thumb-down:before {
  content: '\f1dc';
}

.zmdi-thumb-up-down:before {
  content: '\f1dd';
}

.zmdi-thumb-up:before {
  content: '\f1de';
}

.zmdi-ticket-star:before {
  content: '\f1df';
}

.zmdi-toll:before {
  content: '\f1e0';
}

.zmdi-toys:before {
  content: '\f1e1';
}

.zmdi-traffic:before {
  content: '\f1e2';
}

.zmdi-translate:before {
  content: '\f1e3';
}

.zmdi-triangle-down:before {
  content: '\f1e4';
}

.zmdi-triangle-up:before {
  content: '\f1e5';
}

.zmdi-truck:before {
  content: '\f1e6';
}

.zmdi-turning-sign:before {
  content: '\f1e7';
}

.zmdi-wallpaper:before {
  content: '\f1e8';
}

.zmdi-washing-machine:before {
  content: '\f1e9';
}

.zmdi-window-maximize:before {
  content: '\f1ea';
}

.zmdi-window-minimize:before {
  content: '\f1eb';
}

.zmdi-window-restore:before {
  content: '\f1ec';
}

.zmdi-wrench:before {
  content: '\f1ed';
}

.zmdi-zoom-in:before {
  content: '\f1ee';
}

.zmdi-zoom-out:before {
  content: '\f1ef';
}

.zmdi-alert-circle-o:before {
  content: '\f1f0';
}

.zmdi-alert-circle:before {
  content: '\f1f1';
}

.zmdi-alert-octagon:before {
  content: '\f1f2';
}

.zmdi-alert-polygon:before {
  content: '\f1f3';
}

.zmdi-alert-triangle:before {
  content: '\f1f4';
}

.zmdi-help-outline:before {
  content: '\f1f5';
}

.zmdi-help:before {
  content: '\f1f6';
}

.zmdi-info-outline:before {
  content: '\f1f7';
}

.zmdi-info:before {
  content: '\f1f8';
}

.zmdi-notifications-active:before {
  content: '\f1f9';
}

.zmdi-notifications-add:before {
  content: '\f1fa';
}

.zmdi-notifications-none:before {
  content: '\f1fb';
}

.zmdi-notifications-off:before {
  content: '\f1fc';
}

.zmdi-notifications-paused:before {
  content: '\f1fd';
}

.zmdi-notifications:before {
  content: '\f1fe';
}

.zmdi-account-add:before {
  content: '\f1ff';
}

.zmdi-account-box-mail:before {
  content: '\f200';
}

.zmdi-account-box-o:before {
  content: '\f201';
}

.zmdi-account-box-phone:before {
  content: '\f202';
}

.zmdi-account-box:before {
  content: '\f203';
}

.zmdi-account-calendar:before {
  content: '\f204';
}

.zmdi-account-circle:before {
  content: '\f205';
}

.zmdi-account-o:before {
  content: '\f206';
}

.zmdi-account:before {
  content: '\f207';
}

.zmdi-accounts-add:before {
  content: '\f208';
}

.zmdi-accounts-alt:before {
  content: '\f209';
}

.zmdi-accounts-list-alt:before {
  content: '\f20a';
}

.zmdi-accounts-list:before {
  content: '\f20b';
}

.zmdi-accounts-outline:before {
  content: '\f20c';
}

.zmdi-accounts:before {
  content: '\f20d';
}

.zmdi-face:before {
  content: '\f20e';
}

.zmdi-female:before {
  content: '\f20f';
}

.zmdi-male-alt:before {
  content: '\f210';
}

.zmdi-male-female:before {
  content: '\f211';
}

.zmdi-male:before {
  content: '\f212';
}

.zmdi-mood-bad:before {
  content: '\f213';
}

.zmdi-mood:before {
  content: '\f214';
}

.zmdi-run:before {
  content: '\f215';
}

.zmdi-walk:before {
  content: '\f216';
}

.zmdi-cloud-box:before {
  content: '\f217';
}

.zmdi-cloud-circle:before {
  content: '\f218';
}

.zmdi-cloud-done:before {
  content: '\f219';
}

.zmdi-cloud-download:before {
  content: '\f21a';
}

.zmdi-cloud-off:before {
  content: '\f21b';
}

.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}

.zmdi-cloud-outline:before {
  content: '\f21d';
}

.zmdi-cloud-upload:before {
  content: '\f21e';
}

.zmdi-cloud:before {
  content: '\f21f';
}

.zmdi-download:before {
  content: '\f220';
}

.zmdi-file-plus:before {
  content: '\f221';
}

.zmdi-file-text:before {
  content: '\f222';
}

.zmdi-file:before {
  content: '\f223';
}

.zmdi-folder-outline:before {
  content: '\f224';
}

.zmdi-folder-person:before {
  content: '\f225';
}

.zmdi-folder-star-alt:before {
  content: '\f226';
}

.zmdi-folder-star:before {
  content: '\f227';
}

.zmdi-folder:before {
  content: '\f228';
}

.zmdi-gif:before {
  content: '\f229';
}

.zmdi-upload:before {
  content: '\f22a';
}

.zmdi-border-all:before {
  content: '\f22b';
}

.zmdi-border-bottom:before {
  content: '\f22c';
}

.zmdi-border-clear:before {
  content: '\f22d';
}

.zmdi-border-color:before {
  content: '\f22e';
}

.zmdi-border-horizontal:before {
  content: '\f22f';
}

.zmdi-border-inner:before {
  content: '\f230';
}

.zmdi-border-left:before {
  content: '\f231';
}

.zmdi-border-outer:before {
  content: '\f232';
}

.zmdi-border-right:before {
  content: '\f233';
}

.zmdi-border-style:before {
  content: '\f234';
}

.zmdi-border-top:before {
  content: '\f235';
}

.zmdi-border-vertical:before {
  content: '\f236';
}

.zmdi-copy:before {
  content: '\f237';
}

.zmdi-crop:before {
  content: '\f238';
}

.zmdi-format-align-center:before {
  content: '\f239';
}

.zmdi-format-align-justify:before {
  content: '\f23a';
}

.zmdi-format-align-left:before {
  content: '\f23b';
}

.zmdi-format-align-right:before {
  content: '\f23c';
}

.zmdi-format-bold:before {
  content: '\f23d';
}

.zmdi-format-clear-all:before {
  content: '\f23e';
}

.zmdi-format-clear:before {
  content: '\f23f';
}

.zmdi-format-color-fill:before {
  content: '\f240';
}

.zmdi-format-color-reset:before {
  content: '\f241';
}

.zmdi-format-color-text:before {
  content: '\f242';
}

.zmdi-format-indent-decrease:before {
  content: '\f243';
}

.zmdi-format-indent-increase:before {
  content: '\f244';
}

.zmdi-format-italic:before {
  content: '\f245';
}

.zmdi-format-line-spacing:before {
  content: '\f246';
}

.zmdi-format-list-bulleted:before {
  content: '\f247';
}

.zmdi-format-list-numbered:before {
  content: '\f248';
}

.zmdi-format-ltr:before {
  content: '\f249';
}

.zmdi-format-rtl:before {
  content: '\f24a';
}

.zmdi-format-size:before {
  content: '\f24b';
}

.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}

.zmdi-format-strikethrough:before {
  content: '\f24d';
}

.zmdi-format-subject:before {
  content: '\f24e';
}

.zmdi-format-underlined:before {
  content: '\f24f';
}

.zmdi-format-valign-bottom:before {
  content: '\f250';
}

.zmdi-format-valign-center:before {
  content: '\f251';
}

.zmdi-format-valign-top:before {
  content: '\f252';
}

.zmdi-redo:before {
  content: '\f253';
}

.zmdi-select-all:before {
  content: '\f254';
}

.zmdi-space-bar:before {
  content: '\f255';
}

.zmdi-text-format:before {
  content: '\f256';
}

.zmdi-transform:before {
  content: '\f257';
}

.zmdi-undo:before {
  content: '\f258';
}

.zmdi-wrap-text:before {
  content: '\f259';
}

.zmdi-comment-alert:before {
  content: '\f25a';
}

.zmdi-comment-alt-text:before {
  content: '\f25b';
}

.zmdi-comment-alt:before {
  content: '\f25c';
}

.zmdi-comment-edit:before {
  content: '\f25d';
}

.zmdi-comment-image:before {
  content: '\f25e';
}

.zmdi-comment-list:before {
  content: '\f25f';
}

.zmdi-comment-more:before {
  content: '\f260';
}

.zmdi-comment-outline:before {
  content: '\f261';
}

.zmdi-comment-text-alt:before {
  content: '\f262';
}

.zmdi-comment-text:before {
  content: '\f263';
}

.zmdi-comment-video:before {
  content: '\f264';
}

.zmdi-comment:before {
  content: '\f265';
}

.zmdi-comments:before {
  content: '\f266';
}

.zmdi-check-all:before {
  content: '\f267';
}

.zmdi-check-circle-u:before {
  content: '\f268';
}

.zmdi-check-circle:before {
  content: '\f269';
}

.zmdi-check-square:before {
  content: '\f26a';
}

.zmdi-check:before {
  content: '\f26b';
}

.zmdi-circle-o:before {
  content: '\f26c';
}

.zmdi-circle:before {
  content: '\f26d';
}

.zmdi-dot-circle-alt:before {
  content: '\f26e';
}

.zmdi-dot-circle:before {
  content: '\f26f';
}

.zmdi-minus-circle-outline:before {
  content: '\f270';
}

.zmdi-minus-circle:before {
  content: '\f271';
}

.zmdi-minus-square:before {
  content: '\f272';
}

.zmdi-minus:before {
  content: '\f273';
}

.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}

.zmdi-plus-circle-o:before {
  content: '\f275';
}

.zmdi-plus-circle:before {
  content: '\f276';
}

.zmdi-plus-square:before {
  content: '\f277';
}

.zmdi-plus:before {
  content: '\f278';
}

.zmdi-square-o:before {
  content: '\f279';
}

.zmdi-star-circle:before {
  content: '\f27a';
}

.zmdi-star-half:before {
  content: '\f27b';
}

.zmdi-star-outline:before {
  content: '\f27c';
}

.zmdi-star:before {
  content: '\f27d';
}

.zmdi-bluetooth-connected:before {
  content: '\f27e';
}

.zmdi-bluetooth-off:before {
  content: '\f27f';
}

.zmdi-bluetooth-search:before {
  content: '\f280';
}

.zmdi-bluetooth-setting:before {
  content: '\f281';
}

.zmdi-bluetooth:before {
  content: '\f282';
}

.zmdi-camera-add:before {
  content: '\f283';
}

.zmdi-camera-alt:before {
  content: '\f284';
}

.zmdi-camera-bw:before {
  content: '\f285';
}

.zmdi-camera-front:before {
  content: '\f286';
}

.zmdi-camera-mic:before {
  content: '\f287';
}

.zmdi-camera-party-mode:before {
  content: '\f288';
}

.zmdi-camera-rear:before {
  content: '\f289';
}

.zmdi-camera-roll:before {
  content: '\f28a';
}

.zmdi-camera-switch:before {
  content: '\f28b';
}

.zmdi-camera:before {
  content: '\f28c';
}

.zmdi-card-alert:before {
  content: '\f28d';
}

.zmdi-card-off:before {
  content: '\f28e';
}

.zmdi-card-sd:before {
  content: '\f28f';
}

.zmdi-card-sim:before {
  content: '\f290';
}

.zmdi-desktop-mac:before {
  content: '\f291';
}

.zmdi-desktop-windows:before {
  content: '\f292';
}

.zmdi-device-hub:before {
  content: '\f293';
}

.zmdi-devices-off:before {
  content: '\f294';
}

.zmdi-devices:before {
  content: '\f295';
}

.zmdi-dock:before {
  content: '\f296';
}

.zmdi-floppy:before {
  content: '\f297';
}

.zmdi-gamepad:before {
  content: '\f298';
}

.zmdi-gps-dot:before {
  content: '\f299';
}

.zmdi-gps-off:before {
  content: '\f29a';
}

.zmdi-gps:before {
  content: '\f29b';
}

.zmdi-headset-mic:before {
  content: '\f29c';
}

.zmdi-headset:before {
  content: '\f29d';
}

.zmdi-input-antenna:before {
  content: '\f29e';
}

.zmdi-input-composite:before {
  content: '\f29f';
}

.zmdi-input-hdmi:before {
  content: '\f2a0';
}

.zmdi-input-power:before {
  content: '\f2a1';
}

.zmdi-input-svideo:before {
  content: '\f2a2';
}

.zmdi-keyboard-hide:before {
  content: '\f2a3';
}

.zmdi-keyboard:before {
  content: '\f2a4';
}

.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}

.zmdi-laptop-mac:before {
  content: '\f2a6';
}

.zmdi-laptop:before {
  content: '\f2a7';
}

.zmdi-mic-off:before {
  content: '\f2a8';
}

.zmdi-mic-outline:before {
  content: '\f2a9';
}

.zmdi-mic-setting:before {
  content: '\f2aa';
}

.zmdi-mic:before {
  content: '\f2ab';
}

.zmdi-mouse:before {
  content: '\f2ac';
}

.zmdi-network-alert:before {
  content: '\f2ad';
}

.zmdi-network-locked:before {
  content: '\f2ae';
}

.zmdi-network-off:before {
  content: '\f2af';
}

.zmdi-network-outline:before {
  content: '\f2b0';
}

.zmdi-network-setting:before {
  content: '\f2b1';
}

.zmdi-network:before {
  content: '\f2b2';
}

.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}

.zmdi-phone-end:before {
  content: '\f2b4';
}

.zmdi-phone-forwarded:before {
  content: '\f2b5';
}

.zmdi-phone-in-talk:before {
  content: '\f2b6';
}

.zmdi-phone-locked:before {
  content: '\f2b7';
}

.zmdi-phone-missed:before {
  content: '\f2b8';
}

.zmdi-phone-msg:before {
  content: '\f2b9';
}

.zmdi-phone-paused:before {
  content: '\f2ba';
}

.zmdi-phone-ring:before {
  content: '\f2bb';
}

.zmdi-phone-setting:before {
  content: '\f2bc';
}

.zmdi-phone-sip:before {
  content: '\f2bd';
}

.zmdi-phone:before {
  content: '\f2be';
}

.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}

.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}

.zmdi-portable-wifi:before {
  content: '\f2c1';
}

.zmdi-radio:before {
  content: '\f2c2';
}

.zmdi-reader:before {
  content: '\f2c3';
}

.zmdi-remote-control-alt:before {
  content: '\f2c4';
}

.zmdi-remote-control:before {
  content: '\f2c5';
}

.zmdi-router:before {
  content: '\f2c6';
}

.zmdi-scanner:before {
  content: '\f2c7';
}

.zmdi-smartphone-android:before {
  content: '\f2c8';
}

.zmdi-smartphone-download:before {
  content: '\f2c9';
}

.zmdi-smartphone-erase:before {
  content: '\f2ca';
}

.zmdi-smartphone-info:before {
  content: '\f2cb';
}

.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}

.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}

.zmdi-smartphone-lock:before {
  content: '\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}

.zmdi-smartphone-ring:before {
  content: '\f2d1';
}

.zmdi-smartphone-setting:before {
  content: '\f2d2';
}

.zmdi-smartphone-setup:before {
  content: '\f2d3';
}

.zmdi-smartphone:before {
  content: '\f2d4';
}

.zmdi-speaker:before {
  content: '\f2d5';
}

.zmdi-tablet-android:before {
  content: '\f2d6';
}

.zmdi-tablet-mac:before {
  content: '\f2d7';
}

.zmdi-tablet:before {
  content: '\f2d8';
}

.zmdi-tv-alt-play:before {
  content: '\f2d9';
}

.zmdi-tv-list:before {
  content: '\f2da';
}

.zmdi-tv-play:before {
  content: '\f2db';
}

.zmdi-tv:before {
  content: '\f2dc';
}

.zmdi-usb:before {
  content: '\f2dd';
}

.zmdi-videocam-off:before {
  content: '\f2de';
}

.zmdi-videocam-switch:before {
  content: '\f2df';
}

.zmdi-videocam:before {
  content: '\f2e0';
}

.zmdi-watch:before {
  content: '\f2e1';
}

.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}

.zmdi-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-wifi-info:before {
  content: '\f2e4';
}

.zmdi-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-wifi-off:before {
  content: '\f2e6';
}

.zmdi-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-wifi:before {
  content: '\f2e8';
}

.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}

.zmdi-arrow-left:before {
  content: '\f2ea';
}

.zmdi-arrow-merge:before {
  content: '\f2eb';
}

.zmdi-arrow-missed:before {
  content: '\f2ec';
}

.zmdi-arrow-right-top:before {
  content: '\f2ed';
}

.zmdi-arrow-right:before {
  content: '\f2ee';
}

.zmdi-arrow-split:before {
  content: '\f2ef';
}

.zmdi-arrows:before {
  content: '\f2f0';
}

.zmdi-caret-down-circle:before {
  content: '\f2f1';
}

.zmdi-caret-down:before {
  content: '\f2f2';
}

.zmdi-caret-left-circle:before {
  content: '\f2f3';
}

.zmdi-caret-left:before {
  content: '\f2f4';
}

.zmdi-caret-right-circle:before {
  content: '\f2f5';
}

.zmdi-caret-right:before {
  content: '\f2f6';
}

.zmdi-caret-up-circle:before {
  content: '\f2f7';
}

.zmdi-caret-up:before {
  content: '\f2f8';
}

.zmdi-chevron-down:before {
  content: '\f2f9';
}

.zmdi-chevron-left:before {
  content: '\f2fa';
}

.zmdi-chevron-right:before {
  content: '\f2fb';
}

.zmdi-chevron-up:before {
  content: '\f2fc';
}

.zmdi-forward:before {
  content: '\f2fd';
}

.zmdi-long-arrow-down:before {
  content: '\f2fe';
}

.zmdi-long-arrow-left:before {
  content: '\f2ff';
}

.zmdi-long-arrow-return:before {
  content: '\f300';
}

.zmdi-long-arrow-right:before {
  content: '\f301';
}

.zmdi-long-arrow-tab:before {
  content: '\f302';
}

.zmdi-long-arrow-up:before {
  content: '\f303';
}

.zmdi-rotate-ccw:before {
  content: '\f304';
}

.zmdi-rotate-cw:before {
  content: '\f305';
}

.zmdi-rotate-left:before {
  content: '\f306';
}

.zmdi-rotate-right:before {
  content: '\f307';
}

.zmdi-square-down:before {
  content: '\f308';
}

.zmdi-square-right:before {
  content: '\f309';
}

.zmdi-swap-alt:before {
  content: '\f30a';
}

.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}

.zmdi-swap-vertical:before {
  content: '\f30c';
}

.zmdi-swap:before {
  content: '\f30d';
}

.zmdi-trending-down:before {
  content: '\f30e';
}

.zmdi-trending-flat:before {
  content: '\f30f';
}

.zmdi-trending-up:before {
  content: '\f310';
}

.zmdi-unfold-less:before {
  content: '\f311';
}

.zmdi-unfold-more:before {
  content: '\f312';
}

.zmdi-apps:before {
  content: '\f313';
}

.zmdi-grid-off:before {
  content: '\f314';
}

.zmdi-grid:before {
  content: '\f315';
}

.zmdi-view-agenda:before {
  content: '\f316';
}

.zmdi-view-array:before {
  content: '\f317';
}

.zmdi-view-carousel:before {
  content: '\f318';
}

.zmdi-view-column:before {
  content: '\f319';
}

.zmdi-view-comfy:before {
  content: '\f31a';
}

.zmdi-view-compact:before {
  content: '\f31b';
}

.zmdi-view-dashboard:before {
  content: '\f31c';
}

.zmdi-view-day:before {
  content: '\f31d';
}

.zmdi-view-headline:before {
  content: '\f31e';
}

.zmdi-view-list-alt:before {
  content: '\f31f';
}

.zmdi-view-list:before {
  content: '\f320';
}

.zmdi-view-module:before {
  content: '\f321';
}

.zmdi-view-quilt:before {
  content: '\f322';
}

.zmdi-view-stream:before {
  content: '\f323';
}

.zmdi-view-subtitles:before {
  content: '\f324';
}

.zmdi-view-toc:before {
  content: '\f325';
}

.zmdi-view-web:before {
  content: '\f326';
}

.zmdi-view-week:before {
  content: '\f327';
}

.zmdi-widgets:before {
  content: '\f328';
}

.zmdi-alarm-check:before {
  content: '\f329';
}

.zmdi-alarm-off:before {
  content: '\f32a';
}

.zmdi-alarm-plus:before {
  content: '\f32b';
}

.zmdi-alarm-snooze:before {
  content: '\f32c';
}

.zmdi-alarm:before {
  content: '\f32d';
}

.zmdi-calendar-alt:before {
  content: '\f32e';
}

.zmdi-calendar-check:before {
  content: '\f32f';
}

.zmdi-calendar-close:before {
  content: '\f330';
}

.zmdi-calendar-note:before {
  content: '\f331';
}

.zmdi-calendar:before {
  content: '\f332';
}

.zmdi-time-countdown:before {
  content: '\f333';
}

.zmdi-time-interval:before {
  content: '\f334';
}

.zmdi-time-restore-setting:before {
  content: '\f335';
}

.zmdi-time-restore:before {
  content: '\f336';
}

.zmdi-time:before {
  content: '\f337';
}

.zmdi-timer-off:before {
  content: '\f338';
}

.zmdi-timer:before {
  content: '\f339';
}

.zmdi-android-alt:before {
  content: '\f33a';
}

.zmdi-android:before {
  content: '\f33b';
}

.zmdi-apple:before {
  content: '\f33c';
}

.zmdi-behance:before {
  content: '\f33d';
}

.zmdi-codepen:before {
  content: '\f33e';
}

.zmdi-dribbble:before {
  content: '\f33f';
}

.zmdi-dropbox:before {
  content: '\f340';
}

.zmdi-evernote:before {
  content: '\f341';
}

.zmdi-facebook-box:before {
  content: '\f342';
}

.zmdi-facebook:before {
  content: '\f343';
}

.zmdi-github-box:before {
  content: '\f344';
}

.zmdi-github:before {
  content: '\f345';
}

.zmdi-google-drive:before {
  content: '\f346';
}

.zmdi-google-earth:before {
  content: '\f347';
}

.zmdi-google-glass:before {
  content: '\f348';
}

.zmdi-google-maps:before {
  content: '\f349';
}

.zmdi-google-pages:before {
  content: '\f34a';
}

.zmdi-google-play:before {
  content: '\f34b';
}

.zmdi-google-plus-box:before {
  content: '\f34c';
}

.zmdi-google-plus:before {
  content: '\f34d';
}

.zmdi-google:before {
  content: '\f34e';
}

.zmdi-instagram:before {
  content: '\f34f';
}

.zmdi-language-css3:before {
  content: '\f350';
}

.zmdi-language-html5:before {
  content: '\f351';
}

.zmdi-language-javascript:before {
  content: '\f352';
}

.zmdi-language-python-alt:before {
  content: '\f353';
}

.zmdi-language-python:before {
  content: '\f354';
}

.zmdi-lastfm:before {
  content: '\f355';
}

.zmdi-linkedin-box:before {
  content: '\f356';
}

.zmdi-paypal:before {
  content: '\f357';
}

.zmdi-pinterest-box:before {
  content: '\f358';
}

.zmdi-pocket:before {
  content: '\f359';
}

.zmdi-polymer:before {
  content: '\f35a';
}

.zmdi-share:before {
  content: '\f35b';
}

.zmdi-stackoverflow:before {
  content: '\f35c';
}

.zmdi-steam-square:before {
  content: '\f35d';
}

.zmdi-steam:before {
  content: '\f35e';
}

.zmdi-twitter-box:before {
  content: '\f35f';
}

.zmdi-twitter:before {
  content: '\f360';
}

.zmdi-vk:before {
  content: '\f361';
}

.zmdi-wikipedia:before {
  content: '\f362';
}

.zmdi-windows:before {
  content: '\f363';
}

.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}

.zmdi-aspect-ratio:before {
  content: '\f365';
}

.zmdi-blur-circular:before {
  content: '\f366';
}

.zmdi-blur-linear:before {
  content: '\f367';
}

.zmdi-blur-off:before {
  content: '\f368';
}

.zmdi-blur:before {
  content: '\f369';
}

.zmdi-brightness-2:before {
  content: '\f36a';
}

.zmdi-brightness-3:before {
  content: '\f36b';
}

.zmdi-brightness-4:before {
  content: '\f36c';
}

.zmdi-brightness-5:before {
  content: '\f36d';
}

.zmdi-brightness-6:before {
  content: '\f36e';
}

.zmdi-brightness-7:before {
  content: '\f36f';
}

.zmdi-brightness-auto:before {
  content: '\f370';
}

.zmdi-brightness-setting:before {
  content: '\f371';
}

.zmdi-broken-image:before {
  content: '\f372';
}

.zmdi-center-focus-strong:before {
  content: '\f373';
}

.zmdi-center-focus-weak:before {
  content: '\f374';
}

.zmdi-compare:before {
  content: '\f375';
}

.zmdi-crop-16-9:before {
  content: '\f376';
}

.zmdi-crop-3-2:before {
  content: '\f377';
}

.zmdi-crop-5-4:before {
  content: '\f378';
}

.zmdi-crop-7-5:before {
  content: '\f379';
}

.zmdi-crop-din:before {
  content: '\f37a';
}

.zmdi-crop-free:before {
  content: '\f37b';
}

.zmdi-crop-landscape:before {
  content: '\f37c';
}

.zmdi-crop-portrait:before {
  content: '\f37d';
}

.zmdi-crop-square:before {
  content: '\f37e';
}

.zmdi-exposure-alt:before {
  content: '\f37f';
}

.zmdi-exposure:before {
  content: '\f380';
}

.zmdi-filter-b-and-w:before {
  content: '\f381';
}

.zmdi-filter-center-focus:before {
  content: '\f382';
}

.zmdi-filter-frames:before {
  content: '\f383';
}

.zmdi-filter-tilt-shift:before {
  content: '\f384';
}

.zmdi-gradient:before {
  content: '\f385';
}

.zmdi-grain:before {
  content: '\f386';
}

.zmdi-graphic-eq:before {
  content: '\f387';
}

.zmdi-hdr-off:before {
  content: '\f388';
}

.zmdi-hdr-strong:before {
  content: '\f389';
}

.zmdi-hdr-weak:before {
  content: '\f38a';
}

.zmdi-hdr:before {
  content: '\f38b';
}

.zmdi-iridescent:before {
  content: '\f38c';
}

.zmdi-leak-off:before {
  content: '\f38d';
}

.zmdi-leak:before {
  content: '\f38e';
}

.zmdi-looks:before {
  content: '\f38f';
}

.zmdi-loupe:before {
  content: '\f390';
}

.zmdi-panorama-horizontal:before {
  content: '\f391';
}

.zmdi-panorama-vertical:before {
  content: '\f392';
}

.zmdi-panorama-wide-angle:before {
  content: '\f393';
}

.zmdi-photo-size-select-large:before {
  content: '\f394';
}

.zmdi-photo-size-select-small:before {
  content: '\f395';
}

.zmdi-picture-in-picture:before {
  content: '\f396';
}

.zmdi-slideshow:before {
  content: '\f397';
}

.zmdi-texture:before {
  content: '\f398';
}

.zmdi-tonality:before {
  content: '\f399';
}

.zmdi-vignette:before {
  content: '\f39a';
}

.zmdi-wb-auto:before {
  content: '\f39b';
}

.zmdi-eject-alt:before {
  content: '\f39c';
}

.zmdi-eject:before {
  content: '\f39d';
}

.zmdi-equalizer:before {
  content: '\f39e';
}

.zmdi-fast-forward:before {
  content: '\f39f';
}

.zmdi-fast-rewind:before {
  content: '\f3a0';
}

.zmdi-forward-10:before {
  content: '\f3a1';
}

.zmdi-forward-30:before {
  content: '\f3a2';
}

.zmdi-forward-5:before {
  content: '\f3a3';
}

.zmdi-hearing:before {
  content: '\f3a4';
}

.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}

.zmdi-pause-circle:before {
  content: '\f3a6';
}

.zmdi-pause:before {
  content: '\f3a7';
}

.zmdi-play-circle-outline:before {
  content: '\f3a8';
}

.zmdi-play-circle:before {
  content: '\f3a9';
}

.zmdi-play:before {
  content: '\f3aa';
}

.zmdi-playlist-audio:before {
  content: '\f3ab';
}

.zmdi-playlist-plus:before {
  content: '\f3ac';
}

.zmdi-repeat-one:before {
  content: '\f3ad';
}

.zmdi-repeat:before {
  content: '\f3ae';
}

.zmdi-replay-10:before {
  content: '\f3af';
}

.zmdi-replay-30:before {
  content: '\f3b0';
}

.zmdi-replay-5:before {
  content: '\f3b1';
}

.zmdi-replay:before {
  content: '\f3b2';
}

.zmdi-shuffle:before {
  content: '\f3b3';
}

.zmdi-skip-next:before {
  content: '\f3b4';
}

.zmdi-skip-previous:before {
  content: '\f3b5';
}

.zmdi-stop:before {
  content: '\f3b6';
}

.zmdi-surround-sound:before {
  content: '\f3b7';
}

.zmdi-tune:before {
  content: '\f3b8';
}

.zmdi-volume-down:before {
  content: '\f3b9';
}

.zmdi-volume-mute:before {
  content: '\f3ba';
}

.zmdi-volume-off:before {
  content: '\f3bb';
}

.zmdi-volume-up:before {
  content: '\f3bc';
}

.zmdi-n-1-square:before {
  content: '\f3bd';
}

.zmdi-n-2-square:before {
  content: '\f3be';
}

.zmdi-n-3-square:before {
  content: '\f3bf';
}

.zmdi-n-4-square:before {
  content: '\f3c0';
}

.zmdi-n-5-square:before {
  content: '\f3c1';
}

.zmdi-n-6-square:before {
  content: '\f3c2';
}

.zmdi-neg-1:before {
  content: '\f3c3';
}

.zmdi-neg-2:before {
  content: '\f3c4';
}

.zmdi-plus-1:before {
  content: '\f3c5';
}

.zmdi-plus-2:before {
  content: '\f3c6';
}

.zmdi-sec-10:before {
  content: '\f3c7';
}

.zmdi-sec-3:before {
  content: '\f3c8';
}

.zmdi-zero:before {
  content: '\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}

.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}

.zmdi-airplay:before {
  content: '\f3d2';
}

.zmdi-closed-caption:before {
  content: '\f3d3';
}

.zmdi-confirmation-number:before {
  content: '\f3d4';
}

.zmdi-developer-board:before {
  content: '\f3d5';
}

.zmdi-disc-full:before {
  content: '\f3d6';
}

.zmdi-explicit:before {
  content: '\f3d7';
}

.zmdi-flight-land:before {
  content: '\f3d8';
}

.zmdi-flight-takeoff:before {
  content: '\f3d9';
}

.zmdi-flip-to-back:before {
  content: '\f3da';
}

.zmdi-flip-to-front:before {
  content: '\f3db';
}

.zmdi-group-work:before {
  content: '\f3dc';
}

.zmdi-hd:before {
  content: '\f3dd';
}

.zmdi-hq:before {
  content: '\f3de';
}

.zmdi-markunread-mailbox:before {
  content: '\f3df';
}

.zmdi-memory:before {
  content: '\f3e0';
}

.zmdi-nfc:before {
  content: '\f3e1';
}

.zmdi-play-for-work:before {
  content: '\f3e2';
}

.zmdi-power-input:before {
  content: '\f3e3';
}

.zmdi-present-to-all:before {
  content: '\f3e4';
}

.zmdi-satellite:before {
  content: '\f3e5';
}

.zmdi-tap-and-play:before {
  content: '\f3e6';
}

.zmdi-vibration:before {
  content: '\f3e7';
}

.zmdi-voicemail:before {
  content: '\f3e8';
}

.zmdi-group:before {
  content: '\f3e9';
}

.zmdi-rss:before {
  content: '\f3ea';
}

.zmdi-shape:before {
  content: '\f3eb';
}

.zmdi-spinner:before {
  content: '\f3ec';
}

.zmdi-ungroup:before {
  content: '\f3ed';
}

.zmdi-500px:before {
  content: '\f3ee';
}

.zmdi-8tracks:before {
  content: '\f3ef';
}

.zmdi-amazon:before {
  content: '\f3f0';
}

.zmdi-blogger:before {
  content: '\f3f1';
}

.zmdi-delicious:before {
  content: '\f3f2';
}

.zmdi-disqus:before {
  content: '\f3f3';
}

.zmdi-flattr:before {
  content: '\f3f4';
}

.zmdi-flickr:before {
  content: '\f3f5';
}

.zmdi-github-alt:before {
  content: '\f3f6';
}

.zmdi-google-old:before {
  content: '\f3f7';
}

.zmdi-linkedin:before {
  content: '\f3f8';
}

.zmdi-odnoklassniki:before {
  content: '\f3f9';
}

.zmdi-outlook:before {
  content: '\f3fa';
}

.zmdi-paypal-alt:before {
  content: '\f3fb';
}

.zmdi-pinterest:before {
  content: '\f3fc';
}

.zmdi-playstation:before {
  content: '\f3fd';
}

.zmdi-reddit:before {
  content: '\f3fe';
}

.zmdi-skype:before {
  content: '\f3ff';
}

.zmdi-slideshare:before {
  content: '\f400';
}

.zmdi-soundcloud:before {
  content: '\f401';
}

.zmdi-tumblr:before {
  content: '\f402';
}

.zmdi-twitch:before {
  content: '\f403';
}

.zmdi-vimeo:before {
  content: '\f404';
}

.zmdi-whatsapp:before {
  content: '\f405';
}

.zmdi-xbox:before {
  content: '\f406';
}

.zmdi-yahoo:before {
  content: '\f407';
}

.zmdi-youtube-play:before {
  content: '\f408';
}

.zmdi-youtube:before {
  content: '\f409';
}

.zmdi-3d-rotation:before {
  content: '\f101';
}

.zmdi-airplane-off:before {
  content: '\f102';
}

.zmdi-airplane:before {
  content: '\f103';
}

.zmdi-album:before {
  content: '\f104';
}

.zmdi-archive:before {
  content: '\f105';
}

.zmdi-assignment-account:before {
  content: '\f106';
}

.zmdi-assignment-alert:before {
  content: '\f107';
}

.zmdi-assignment-check:before {
  content: '\f108';
}

.zmdi-assignment-o:before {
  content: '\f109';
}

.zmdi-assignment-return:before {
  content: '\f10a';
}

.zmdi-assignment-returned:before {
  content: '\f10b';
}

.zmdi-assignment:before {
  content: '\f10c';
}

.zmdi-attachment-alt:before {
  content: '\f10d';
}

.zmdi-attachment:before {
  content: '\f10e';
}

.zmdi-audio:before {
  content: '\f10f';
}

.zmdi-badge-check:before {
  content: '\f110';
}

.zmdi-balance-wallet:before {
  content: '\f111';
}

.zmdi-balance:before {
  content: '\f112';
}

.zmdi-battery-alert:before {
  content: '\f113';
}

.zmdi-battery-flash:before {
  content: '\f114';
}

.zmdi-battery-unknown:before {
  content: '\f115';
}

.zmdi-battery:before {
  content: '\f116';
}

.zmdi-bike:before {
  content: '\f117';
}

.zmdi-block-alt:before {
  content: '\f118';
}

.zmdi-block:before {
  content: '\f119';
}

.zmdi-boat:before {
  content: '\f11a';
}

.zmdi-book-image:before {
  content: '\f11b';
}

.zmdi-book:before {
  content: '\f11c';
}

.zmdi-bookmark-outline:before {
  content: '\f11d';
}

.zmdi-bookmark:before {
  content: '\f11e';
}

.zmdi-brush:before {
  content: '\f11f';
}

.zmdi-bug:before {
  content: '\f120';
}

.zmdi-bus:before {
  content: '\f121';
}

.zmdi-cake:before {
  content: '\f122';
}

.zmdi-car-taxi:before {
  content: '\f123';
}

.zmdi-car-wash:before {
  content: '\f124';
}

.zmdi-car:before {
  content: '\f125';
}

.zmdi-card-giftcard:before {
  content: '\f126';
}

.zmdi-card-membership:before {
  content: '\f127';
}

.zmdi-card-travel:before {
  content: '\f128';
}

.zmdi-card:before {
  content: '\f129';
}

.zmdi-case-check:before {
  content: '\f12a';
}

.zmdi-case-download:before {
  content: '\f12b';
}

.zmdi-case-play:before {
  content: '\f12c';
}

.zmdi-case:before {
  content: '\f12d';
}

.zmdi-cast-connected:before {
  content: '\f12e';
}

.zmdi-cast:before {
  content: '\f12f';
}

.zmdi-chart-donut:before {
  content: '\f130';
}

.zmdi-chart:before {
  content: '\f131';
}

.zmdi-city-alt:before {
  content: '\f132';
}

.zmdi-city:before {
  content: '\f133';
}

.zmdi-close-circle-o:before {
  content: '\f134';
}

.zmdi-close-circle:before {
  content: '\f135';
}

.zmdi-close:before {
  content: '\f136';
}

.zmdi-cocktail:before {
  content: '\f137';
}

.zmdi-code-setting:before {
  content: '\f138';
}

.zmdi-code-smartphone:before {
  content: '\f139';
}

.zmdi-code:before {
  content: '\f13a';
}

.zmdi-coffee:before {
  content: '\f13b';
}

.zmdi-collection-bookmark:before {
  content: '\f13c';
}

.zmdi-collection-case-play:before {
  content: '\f13d';
}

.zmdi-collection-folder-image:before {
  content: '\f13e';
}

.zmdi-collection-image-o:before {
  content: '\f13f';
}

.zmdi-collection-image:before {
  content: '\f140';
}

.zmdi-collection-item-1:before {
  content: '\f141';
}

.zmdi-collection-item-2:before {
  content: '\f142';
}

.zmdi-collection-item-3:before {
  content: '\f143';
}

.zmdi-collection-item-4:before {
  content: '\f144';
}

.zmdi-collection-item-5:before {
  content: '\f145';
}

.zmdi-collection-item-6:before {
  content: '\f146';
}

.zmdi-collection-item-7:before {
  content: '\f147';
}

.zmdi-collection-item-8:before {
  content: '\f148';
}

.zmdi-collection-item-9-plus:before {
  content: '\f149';
}

.zmdi-collection-item-9:before {
  content: '\f14a';
}

.zmdi-collection-item:before {
  content: '\f14b';
}

.zmdi-collection-music:before {
  content: '\f14c';
}

.zmdi-collection-pdf:before {
  content: '\f14d';
}

.zmdi-collection-plus:before {
  content: '\f14e';
}

.zmdi-collection-speaker:before {
  content: '\f14f';
}

.zmdi-collection-text:before {
  content: '\f150';
}

.zmdi-collection-video:before {
  content: '\f151';
}

.zmdi-compass:before {
  content: '\f152';
}

.zmdi-cutlery:before {
  content: '\f153';
}

.zmdi-delete:before {
  content: '\f154';
}

.zmdi-dialpad:before {
  content: '\f155';
}

.zmdi-dns:before {
  content: '\f156';
}

.zmdi-drink:before {
  content: '\f157';
}

.zmdi-edit:before {
  content: '\f158';
}

.zmdi-email-open:before {
  content: '\f159';
}

.zmdi-email:before {
  content: '\f15a';
}

.zmdi-eye-off:before {
  content: '\f15b';
}

.zmdi-eye:before {
  content: '\f15c';
}

.zmdi-eyedropper:before {
  content: '\f15d';
}

.zmdi-favorite-outline:before {
  content: '\f15e';
}

.zmdi-favorite:before {
  content: '\f15f';
}

.zmdi-filter-list:before {
  content: '\f160';
}

.zmdi-fire:before {
  content: '\f161';
}

.zmdi-flag:before {
  content: '\f162';
}

.zmdi-flare:before {
  content: '\f163';
}

.zmdi-flash-auto:before {
  content: '\f164';
}

.zmdi-flash-off:before {
  content: '\f165';
}

.zmdi-flash:before {
  content: '\f166';
}

.zmdi-flip:before {
  content: '\f167';
}

.zmdi-flower-alt:before {
  content: '\f168';
}

.zmdi-flower:before {
  content: '\f169';
}

.zmdi-font:before {
  content: '\f16a';
}

.zmdi-fullscreen-alt:before {
  content: '\f16b';
}

.zmdi-fullscreen-exit:before {
  content: '\f16c';
}

.zmdi-fullscreen:before {
  content: '\f16d';
}

.zmdi-functions:before {
  content: '\f16e';
}

.zmdi-gas-station:before {
  content: '\f16f';
}

.zmdi-gesture:before {
  content: '\f170';
}

.zmdi-globe-alt:before {
  content: '\f171';
}

.zmdi-globe-lock:before {
  content: '\f172';
}

.zmdi-globe:before {
  content: '\f173';
}

.zmdi-graduation-cap:before {
  content: '\f174';
}

.zmdi-home:before {
  content: '\f175';
}

.zmdi-hospital-alt:before {
  content: '\f176';
}

.zmdi-hospital:before {
  content: '\f177';
}

.zmdi-hotel:before {
  content: '\f178';
}

.zmdi-hourglass-alt:before {
  content: '\f179';
}

.zmdi-hourglass-outline:before {
  content: '\f17a';
}

.zmdi-hourglass:before {
  content: '\f17b';
}

.zmdi-http:before {
  content: '\f17c';
}

.zmdi-image-alt:before {
  content: '\f17d';
}

.zmdi-image-o:before {
  content: '\f17e';
}

.zmdi-image:before {
  content: '\f17f';
}

.zmdi-inbox:before {
  content: '\f180';
}

.zmdi-invert-colors-off:before {
  content: '\f181';
}

.zmdi-invert-colors:before {
  content: '\f182';
}

.zmdi-key:before {
  content: '\f183';
}

.zmdi-label-alt-outline:before {
  content: '\f184';
}

.zmdi-label-alt:before {
  content: '\f185';
}

.zmdi-label-heart:before {
  content: '\f186';
}

.zmdi-label:before {
  content: '\f187';
}

.zmdi-labels:before {
  content: '\f188';
}

.zmdi-lamp:before {
  content: '\f189';
}

.zmdi-landscape:before {
  content: '\f18a';
}

.zmdi-layers-off:before {
  content: '\f18b';
}

.zmdi-layers:before {
  content: '\f18c';
}

.zmdi-library:before {
  content: '\f18d';
}

.zmdi-link:before {
  content: '\f18e';
}

.zmdi-lock-open:before {
  content: '\f18f';
}

.zmdi-lock-outline:before {
  content: '\f190';
}

.zmdi-lock:before {
  content: '\f191';
}

.zmdi-mail-reply-all:before {
  content: '\f192';
}

.zmdi-mail-reply:before {
  content: '\f193';
}

.zmdi-mail-send:before {
  content: '\f194';
}

.zmdi-mall:before {
  content: '\f195';
}

.zmdi-map:before {
  content: '\f196';
}

.zmdi-menu:before {
  content: '\f197';
}

.zmdi-money-box:before {
  content: '\f198';
}

.zmdi-money-off:before {
  content: '\f199';
}

.zmdi-money:before {
  content: '\f19a';
}

.zmdi-more-vert:before {
  content: '\f19b';
}

.zmdi-more:before {
  content: '\f19c';
}

.zmdi-movie-alt:before {
  content: '\f19d';
}

.zmdi-movie:before {
  content: '\f19e';
}

.zmdi-nature-people:before {
  content: '\f19f';
}

.zmdi-nature:before {
  content: '\f1a0';
}

.zmdi-navigation:before {
  content: '\f1a1';
}

.zmdi-open-in-browser:before {
  content: '\f1a2';
}

.zmdi-open-in-new:before {
  content: '\f1a3';
}

.zmdi-palette:before {
  content: '\f1a4';
}

.zmdi-parking:before {
  content: '\f1a5';
}

.zmdi-pin-account:before {
  content: '\f1a6';
}

.zmdi-pin-assistant:before {
  content: '\f1a7';
}

.zmdi-pin-drop:before {
  content: '\f1a8';
}

.zmdi-pin-help:before {
  content: '\f1a9';
}

.zmdi-pin-off:before {
  content: '\f1aa';
}

.zmdi-pin:before {
  content: '\f1ab';
}

.zmdi-pizza:before {
  content: '\f1ac';
}

.zmdi-plaster:before {
  content: '\f1ad';
}

.zmdi-power-setting:before {
  content: '\f1ae';
}

.zmdi-power:before {
  content: '\f1af';
}

.zmdi-print:before {
  content: '\f1b0';
}

.zmdi-puzzle-piece:before {
  content: '\f1b1';
}

.zmdi-quote:before {
  content: '\f1b2';
}

.zmdi-railway:before {
  content: '\f1b3';
}

.zmdi-receipt:before {
  content: '\f1b4';
}

.zmdi-refresh-alt:before {
  content: '\f1b5';
}

.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}

.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}

.zmdi-refresh-sync:before {
  content: '\f1b8';
}

.zmdi-refresh:before {
  content: '\f1b9';
}

.zmdi-roller:before {
  content: '\f1ba';
}

.zmdi-ruler:before {
  content: '\f1bb';
}

.zmdi-scissors:before {
  content: '\f1bc';
}

.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}

.zmdi-screen-rotation:before {
  content: '\f1be';
}

.zmdi-search-for:before {
  content: '\f1bf';
}

.zmdi-search-in-file:before {
  content: '\f1c0';
}

.zmdi-search-in-page:before {
  content: '\f1c1';
}

.zmdi-search-replace:before {
  content: '\f1c2';
}

.zmdi-search:before {
  content: '\f1c3';
}

.zmdi-seat:before {
  content: '\f1c4';
}

.zmdi-settings-square:before {
  content: '\f1c5';
}

.zmdi-settings:before {
  content: '\f1c6';
}

.zmdi-shield-check:before {
  content: '\f1c7';
}

.zmdi-shield-security:before {
  content: '\f1c8';
}

.zmdi-shopping-basket:before {
  content: '\f1c9';
}

.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}

.zmdi-shopping-cart:before {
  content: '\f1cb';
}

.zmdi-sign-in:before {
  content: '\f1cc';
}

.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}

.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}

.zmdi-sort-asc:before {
  content: '\f1cf';
}

.zmdi-sort-desc:before {
  content: '\f1d0';
}

.zmdi-spellcheck:before {
  content: '\f1d1';
}

.zmdi-storage:before {
  content: '\f1d2';
}

.zmdi-store-24:before {
  content: '\f1d3';
}

.zmdi-store:before {
  content: '\f1d4';
}

.zmdi-subway:before {
  content: '\f1d5';
}

.zmdi-sun:before {
  content: '\f1d6';
}

.zmdi-tab-unselected:before {
  content: '\f1d7';
}

.zmdi-tab:before {
  content: '\f1d8';
}

.zmdi-tag-close:before {
  content: '\f1d9';
}

.zmdi-tag-more:before {
  content: '\f1da';
}

.zmdi-tag:before {
  content: '\f1db';
}

.zmdi-thumb-down:before {
  content: '\f1dc';
}

.zmdi-thumb-up-down:before {
  content: '\f1dd';
}

.zmdi-thumb-up:before {
  content: '\f1de';
}

.zmdi-ticket-star:before {
  content: '\f1df';
}

.zmdi-toll:before {
  content: '\f1e0';
}

.zmdi-toys:before {
  content: '\f1e1';
}

.zmdi-traffic:before {
  content: '\f1e2';
}

.zmdi-translate:before {
  content: '\f1e3';
}

.zmdi-triangle-down:before {
  content: '\f1e4';
}

.zmdi-triangle-up:before {
  content: '\f1e5';
}

.zmdi-truck:before {
  content: '\f1e6';
}

.zmdi-turning-sign:before {
  content: '\f1e7';
}

.zmdi-wallpaper:before {
  content: '\f1e8';
}

.zmdi-washing-machine:before {
  content: '\f1e9';
}

.zmdi-window-maximize:before {
  content: '\f1ea';
}

.zmdi-window-minimize:before {
  content: '\f1eb';
}

.zmdi-window-restore:before {
  content: '\f1ec';
}

.zmdi-wrench:before {
  content: '\f1ed';
}

.zmdi-zoom-in:before {
  content: '\f1ee';
}

.zmdi-zoom-out:before {
  content: '\f1ef';
}

.zmdi-alert-circle-o:before {
  content: '\f1f0';
}

.zmdi-alert-circle:before {
  content: '\f1f1';
}

.zmdi-alert-octagon:before {
  content: '\f1f2';
}

.zmdi-alert-polygon:before {
  content: '\f1f3';
}

.zmdi-alert-triangle:before {
  content: '\f1f4';
}

.zmdi-help-outline:before {
  content: '\f1f5';
}

.zmdi-help:before {
  content: '\f1f6';
}

.zmdi-info-outline:before {
  content: '\f1f7';
}

.zmdi-info:before {
  content: '\f1f8';
}

.zmdi-notifications-active:before {
  content: '\f1f9';
}

.zmdi-notifications-add:before {
  content: '\f1fa';
}

.zmdi-notifications-none:before {
  content: '\f1fb';
}

.zmdi-notifications-off:before {
  content: '\f1fc';
}

.zmdi-notifications-paused:before {
  content: '\f1fd';
}

.zmdi-notifications:before {
  content: '\f1fe';
}

.zmdi-account-add:before {
  content: '\f1ff';
}

.zmdi-account-box-mail:before {
  content: '\f200';
}

.zmdi-account-box-o:before {
  content: '\f201';
}

.zmdi-account-box-phone:before {
  content: '\f202';
}

.zmdi-account-box:before {
  content: '\f203';
}

.zmdi-account-calendar:before {
  content: '\f204';
}

.zmdi-account-circle:before {
  content: '\f205';
}

.zmdi-account-o:before {
  content: '\f206';
}

.zmdi-account:before {
  content: '\f207';
}

.zmdi-accounts-add:before {
  content: '\f208';
}

.zmdi-accounts-alt:before {
  content: '\f209';
}

.zmdi-accounts-list-alt:before {
  content: '\f20a';
}

.zmdi-accounts-list:before {
  content: '\f20b';
}

.zmdi-accounts-outline:before {
  content: '\f20c';
}

.zmdi-accounts:before {
  content: '\f20d';
}

.zmdi-face:before {
  content: '\f20e';
}

.zmdi-female:before {
  content: '\f20f';
}

.zmdi-male-alt:before {
  content: '\f210';
}

.zmdi-male-female:before {
  content: '\f211';
}

.zmdi-male:before {
  content: '\f212';
}

.zmdi-mood-bad:before {
  content: '\f213';
}

.zmdi-mood:before {
  content: '\f214';
}

.zmdi-run:before {
  content: '\f215';
}

.zmdi-walk:before {
  content: '\f216';
}

.zmdi-cloud-box:before {
  content: '\f217';
}

.zmdi-cloud-circle:before {
  content: '\f218';
}

.zmdi-cloud-done:before {
  content: '\f219';
}

.zmdi-cloud-download:before {
  content: '\f21a';
}

.zmdi-cloud-off:before {
  content: '\f21b';
}

.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}

.zmdi-cloud-outline:before {
  content: '\f21d';
}

.zmdi-cloud-upload:before {
  content: '\f21e';
}

.zmdi-cloud:before {
  content: '\f21f';
}

.zmdi-download:before {
  content: '\f220';
}

.zmdi-file-plus:before {
  content: '\f221';
}

.zmdi-file-text:before {
  content: '\f222';
}

.zmdi-file:before {
  content: '\f223';
}

.zmdi-folder-outline:before {
  content: '\f224';
}

.zmdi-folder-person:before {
  content: '\f225';
}

.zmdi-folder-star-alt:before {
  content: '\f226';
}

.zmdi-folder-star:before {
  content: '\f227';
}

.zmdi-folder:before {
  content: '\f228';
}

.zmdi-gif:before {
  content: '\f229';
}

.zmdi-upload:before {
  content: '\f22a';
}

.zmdi-border-all:before {
  content: '\f22b';
}

.zmdi-border-bottom:before {
  content: '\f22c';
}

.zmdi-border-clear:before {
  content: '\f22d';
}

.zmdi-border-color:before {
  content: '\f22e';
}

.zmdi-border-horizontal:before {
  content: '\f22f';
}

.zmdi-border-inner:before {
  content: '\f230';
}

.zmdi-border-left:before {
  content: '\f231';
}

.zmdi-border-outer:before {
  content: '\f232';
}

.zmdi-border-right:before {
  content: '\f233';
}

.zmdi-border-style:before {
  content: '\f234';
}

.zmdi-border-top:before {
  content: '\f235';
}

.zmdi-border-vertical:before {
  content: '\f236';
}

.zmdi-copy:before {
  content: '\f237';
}

.zmdi-crop:before {
  content: '\f238';
}

.zmdi-format-align-center:before {
  content: '\f239';
}

.zmdi-format-align-justify:before {
  content: '\f23a';
}

.zmdi-format-align-left:before {
  content: '\f23b';
}

.zmdi-format-align-right:before {
  content: '\f23c';
}

.zmdi-format-bold:before {
  content: '\f23d';
}

.zmdi-format-clear-all:before {
  content: '\f23e';
}

.zmdi-format-clear:before {
  content: '\f23f';
}

.zmdi-format-color-fill:before {
  content: '\f240';
}

.zmdi-format-color-reset:before {
  content: '\f241';
}

.zmdi-format-color-text:before {
  content: '\f242';
}

.zmdi-format-indent-decrease:before {
  content: '\f243';
}

.zmdi-format-indent-increase:before {
  content: '\f244';
}

.zmdi-format-italic:before {
  content: '\f245';
}

.zmdi-format-line-spacing:before {
  content: '\f246';
}

.zmdi-format-list-bulleted:before {
  content: '\f247';
}

.zmdi-format-list-numbered:before {
  content: '\f248';
}

.zmdi-format-ltr:before {
  content: '\f249';
}

.zmdi-format-rtl:before {
  content: '\f24a';
}

.zmdi-format-size:before {
  content: '\f24b';
}

.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}

.zmdi-format-strikethrough:before {
  content: '\f24d';
}

.zmdi-format-subject:before {
  content: '\f24e';
}

.zmdi-format-underlined:before {
  content: '\f24f';
}

.zmdi-format-valign-bottom:before {
  content: '\f250';
}

.zmdi-format-valign-center:before {
  content: '\f251';
}

.zmdi-format-valign-top:before {
  content: '\f252';
}

.zmdi-redo:before {
  content: '\f253';
}

.zmdi-select-all:before {
  content: '\f254';
}

.zmdi-space-bar:before {
  content: '\f255';
}

.zmdi-text-format:before {
  content: '\f256';
}

.zmdi-transform:before {
  content: '\f257';
}

.zmdi-undo:before {
  content: '\f258';
}

.zmdi-wrap-text:before {
  content: '\f259';
}

.zmdi-comment-alert:before {
  content: '\f25a';
}

.zmdi-comment-alt-text:before {
  content: '\f25b';
}

.zmdi-comment-alt:before {
  content: '\f25c';
}

.zmdi-comment-edit:before {
  content: '\f25d';
}

.zmdi-comment-image:before {
  content: '\f25e';
}

.zmdi-comment-list:before {
  content: '\f25f';
}

.zmdi-comment-more:before {
  content: '\f260';
}

.zmdi-comment-outline:before {
  content: '\f261';
}

.zmdi-comment-text-alt:before {
  content: '\f262';
}

.zmdi-comment-text:before {
  content: '\f263';
}

.zmdi-comment-video:before {
  content: '\f264';
}

.zmdi-comment:before {
  content: '\f265';
}

.zmdi-comments:before {
  content: '\f266';
}

.zmdi-check-all:before {
  content: '\f267';
}

.zmdi-check-circle-u:before {
  content: '\f268';
}

.zmdi-check-circle:before {
  content: '\f269';
}

.zmdi-check-square:before {
  content: '\f26a';
}

.zmdi-check:before {
  content: '\f26b';
}

.zmdi-circle-o:before {
  content: '\f26c';
}

.zmdi-circle:before {
  content: '\f26d';
}

.zmdi-dot-circle-alt:before {
  content: '\f26e';
}

.zmdi-dot-circle:before {
  content: '\f26f';
}

.zmdi-minus-circle-outline:before {
  content: '\f270';
}

.zmdi-minus-circle:before {
  content: '\f271';
}

.zmdi-minus-square:before {
  content: '\f272';
}

.zmdi-minus:before {
  content: '\f273';
}

.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}

.zmdi-plus-circle-o:before {
  content: '\f275';
}

.zmdi-plus-circle:before {
  content: '\f276';
}

.zmdi-plus-square:before {
  content: '\f277';
}

.zmdi-plus:before {
  content: '\f278';
}

.zmdi-square-o:before {
  content: '\f279';
}

.zmdi-star-circle:before {
  content: '\f27a';
}

.zmdi-star-half:before {
  content: '\f27b';
}

.zmdi-star-outline:before {
  content: '\f27c';
}

.zmdi-star:before {
  content: '\f27d';
}

.zmdi-bluetooth-connected:before {
  content: '\f27e';
}

.zmdi-bluetooth-off:before {
  content: '\f27f';
}

.zmdi-bluetooth-search:before {
  content: '\f280';
}

.zmdi-bluetooth-setting:before {
  content: '\f281';
}

.zmdi-bluetooth:before {
  content: '\f282';
}

.zmdi-camera-add:before {
  content: '\f283';
}

.zmdi-camera-alt:before {
  content: '\f284';
}

.zmdi-camera-bw:before {
  content: '\f285';
}

.zmdi-camera-front:before {
  content: '\f286';
}

.zmdi-camera-mic:before {
  content: '\f287';
}

.zmdi-camera-party-mode:before {
  content: '\f288';
}

.zmdi-camera-rear:before {
  content: '\f289';
}

.zmdi-camera-roll:before {
  content: '\f28a';
}

.zmdi-camera-switch:before {
  content: '\f28b';
}

.zmdi-camera:before {
  content: '\f28c';
}

.zmdi-card-alert:before {
  content: '\f28d';
}

.zmdi-card-off:before {
  content: '\f28e';
}

.zmdi-card-sd:before {
  content: '\f28f';
}

.zmdi-card-sim:before {
  content: '\f290';
}

.zmdi-desktop-mac:before {
  content: '\f291';
}

.zmdi-desktop-windows:before {
  content: '\f292';
}

.zmdi-device-hub:before {
  content: '\f293';
}

.zmdi-devices-off:before {
  content: '\f294';
}

.zmdi-devices:before {
  content: '\f295';
}

.zmdi-dock:before {
  content: '\f296';
}

.zmdi-floppy:before {
  content: '\f297';
}

.zmdi-gamepad:before {
  content: '\f298';
}

.zmdi-gps-dot:before {
  content: '\f299';
}

.zmdi-gps-off:before {
  content: '\f29a';
}

.zmdi-gps:before {
  content: '\f29b';
}

.zmdi-headset-mic:before {
  content: '\f29c';
}

.zmdi-headset:before {
  content: '\f29d';
}

.zmdi-input-antenna:before {
  content: '\f29e';
}

.zmdi-input-composite:before {
  content: '\f29f';
}

.zmdi-input-hdmi:before {
  content: '\f2a0';
}

.zmdi-input-power:before {
  content: '\f2a1';
}

.zmdi-input-svideo:before {
  content: '\f2a2';
}

.zmdi-keyboard-hide:before {
  content: '\f2a3';
}

.zmdi-keyboard:before {
  content: '\f2a4';
}

.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}

.zmdi-laptop-mac:before {
  content: '\f2a6';
}

.zmdi-laptop:before {
  content: '\f2a7';
}

.zmdi-mic-off:before {
  content: '\f2a8';
}

.zmdi-mic-outline:before {
  content: '\f2a9';
}

.zmdi-mic-setting:before {
  content: '\f2aa';
}

.zmdi-mic:before {
  content: '\f2ab';
}

.zmdi-mouse:before {
  content: '\f2ac';
}

.zmdi-network-alert:before {
  content: '\f2ad';
}

.zmdi-network-locked:before {
  content: '\f2ae';
}

.zmdi-network-off:before {
  content: '\f2af';
}

.zmdi-network-outline:before {
  content: '\f2b0';
}

.zmdi-network-setting:before {
  content: '\f2b1';
}

.zmdi-network:before {
  content: '\f2b2';
}

.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}

.zmdi-phone-end:before {
  content: '\f2b4';
}

.zmdi-phone-forwarded:before {
  content: '\f2b5';
}

.zmdi-phone-in-talk:before {
  content: '\f2b6';
}

.zmdi-phone-locked:before {
  content: '\f2b7';
}

.zmdi-phone-missed:before {
  content: '\f2b8';
}

.zmdi-phone-msg:before {
  content: '\f2b9';
}

.zmdi-phone-paused:before {
  content: '\f2ba';
}

.zmdi-phone-ring:before {
  content: '\f2bb';
}

.zmdi-phone-setting:before {
  content: '\f2bc';
}

.zmdi-phone-sip:before {
  content: '\f2bd';
}

.zmdi-phone:before {
  content: '\f2be';
}

.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}

.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}

.zmdi-portable-wifi:before {
  content: '\f2c1';
}

.zmdi-radio:before {
  content: '\f2c2';
}

.zmdi-reader:before {
  content: '\f2c3';
}

.zmdi-remote-control-alt:before {
  content: '\f2c4';
}

.zmdi-remote-control:before {
  content: '\f2c5';
}

.zmdi-router:before {
  content: '\f2c6';
}

.zmdi-scanner:before {
  content: '\f2c7';
}

.zmdi-smartphone-android:before {
  content: '\f2c8';
}

.zmdi-smartphone-download:before {
  content: '\f2c9';
}

.zmdi-smartphone-erase:before {
  content: '\f2ca';
}

.zmdi-smartphone-info:before {
  content: '\f2cb';
}

.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}

.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}

.zmdi-smartphone-lock:before {
  content: '\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}

.zmdi-smartphone-ring:before {
  content: '\f2d1';
}

.zmdi-smartphone-setting:before {
  content: '\f2d2';
}

.zmdi-smartphone-setup:before {
  content: '\f2d3';
}

.zmdi-smartphone:before {
  content: '\f2d4';
}

.zmdi-speaker:before {
  content: '\f2d5';
}

.zmdi-tablet-android:before {
  content: '\f2d6';
}

.zmdi-tablet-mac:before {
  content: '\f2d7';
}

.zmdi-tablet:before {
  content: '\f2d8';
}

.zmdi-tv-alt-play:before {
  content: '\f2d9';
}

.zmdi-tv-list:before {
  content: '\f2da';
}

.zmdi-tv-play:before {
  content: '\f2db';
}

.zmdi-tv:before {
  content: '\f2dc';
}

.zmdi-usb:before {
  content: '\f2dd';
}

.zmdi-videocam-off:before {
  content: '\f2de';
}

.zmdi-videocam-switch:before {
  content: '\f2df';
}

.zmdi-videocam:before {
  content: '\f2e0';
}

.zmdi-watch:before {
  content: '\f2e1';
}

.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}

.zmdi-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-wifi-info:before {
  content: '\f2e4';
}

.zmdi-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-wifi-off:before {
  content: '\f2e6';
}

.zmdi-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-wifi:before {
  content: '\f2e8';
}

.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}

.zmdi-arrow-left:before {
  content: '\f2ea';
}

.zmdi-arrow-merge:before {
  content: '\f2eb';
}

.zmdi-arrow-missed:before {
  content: '\f2ec';
}

.zmdi-arrow-right-top:before {
  content: '\f2ed';
}

.zmdi-arrow-right:before {
  content: '\f2ee';
}

.zmdi-arrow-split:before {
  content: '\f2ef';
}

.zmdi-arrows:before {
  content: '\f2f0';
}

.zmdi-caret-down-circle:before {
  content: '\f2f1';
}

.zmdi-caret-down:before {
  content: '\f2f2';
}

.zmdi-caret-left-circle:before {
  content: '\f2f3';
}

.zmdi-caret-left:before {
  content: '\f2f4';
}

.zmdi-caret-right-circle:before {
  content: '\f2f5';
}

.zmdi-caret-right:before {
  content: '\f2f6';
}

.zmdi-caret-up-circle:before {
  content: '\f2f7';
}

.zmdi-caret-up:before {
  content: '\f2f8';
}

.zmdi-chevron-down:before {
  content: '\f2f9';
}

.zmdi-chevron-left:before {
  content: '\f2fa';
}

.zmdi-chevron-right:before {
  content: '\f2fb';
}

.zmdi-chevron-up:before {
  content: '\f2fc';
}

.zmdi-forward:before {
  content: '\f2fd';
}

.zmdi-long-arrow-down:before {
  content: '\f2fe';
}

.zmdi-long-arrow-left:before {
  content: '\f2ff';
}

.zmdi-long-arrow-return:before {
  content: '\f300';
}

.zmdi-long-arrow-right:before {
  content: '\f301';
}

.zmdi-long-arrow-tab:before {
  content: '\f302';
}

.zmdi-long-arrow-up:before {
  content: '\f303';
}

.zmdi-rotate-ccw:before {
  content: '\f304';
}

.zmdi-rotate-cw:before {
  content: '\f305';
}

.zmdi-rotate-left:before {
  content: '\f306';
}

.zmdi-rotate-right:before {
  content: '\f307';
}

.zmdi-square-down:before {
  content: '\f308';
}

.zmdi-square-right:before {
  content: '\f309';
}

.zmdi-swap-alt:before {
  content: '\f30a';
}

.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}

.zmdi-swap-vertical:before {
  content: '\f30c';
}

.zmdi-swap:before {
  content: '\f30d';
}

.zmdi-trending-down:before {
  content: '\f30e';
}

.zmdi-trending-flat:before {
  content: '\f30f';
}

.zmdi-trending-up:before {
  content: '\f310';
}

.zmdi-unfold-less:before {
  content: '\f311';
}

.zmdi-unfold-more:before {
  content: '\f312';
}

.zmdi-apps:before {
  content: '\f313';
}

.zmdi-grid-off:before {
  content: '\f314';
}

.zmdi-grid:before {
  content: '\f315';
}

.zmdi-view-agenda:before {
  content: '\f316';
}

.zmdi-view-array:before {
  content: '\f317';
}

.zmdi-view-carousel:before {
  content: '\f318';
}

.zmdi-view-column:before {
  content: '\f319';
}

.zmdi-view-comfy:before {
  content: '\f31a';
}

.zmdi-view-compact:before {
  content: '\f31b';
}

.zmdi-view-dashboard:before {
  content: '\f31c';
}

.zmdi-view-day:before {
  content: '\f31d';
}

.zmdi-view-headline:before {
  content: '\f31e';
}

.zmdi-view-list-alt:before {
  content: '\f31f';
}

.zmdi-view-list:before {
  content: '\f320';
}

.zmdi-view-module:before {
  content: '\f321';
}

.zmdi-view-quilt:before {
  content: '\f322';
}

.zmdi-view-stream:before {
  content: '\f323';
}

.zmdi-view-subtitles:before {
  content: '\f324';
}

.zmdi-view-toc:before {
  content: '\f325';
}

.zmdi-view-web:before {
  content: '\f326';
}

.zmdi-view-week:before {
  content: '\f327';
}

.zmdi-widgets:before {
  content: '\f328';
}

.zmdi-alarm-check:before {
  content: '\f329';
}

.zmdi-alarm-off:before {
  content: '\f32a';
}

.zmdi-alarm-plus:before {
  content: '\f32b';
}

.zmdi-alarm-snooze:before {
  content: '\f32c';
}

.zmdi-alarm:before {
  content: '\f32d';
}

.zmdi-calendar-alt:before {
  content: '\f32e';
}

.zmdi-calendar-check:before {
  content: '\f32f';
}

.zmdi-calendar-close:before {
  content: '\f330';
}

.zmdi-calendar-note:before {
  content: '\f331';
}

.zmdi-calendar:before {
  content: '\f332';
}

.zmdi-time-countdown:before {
  content: '\f333';
}

.zmdi-time-interval:before {
  content: '\f334';
}

.zmdi-time-restore-setting:before {
  content: '\f335';
}

.zmdi-time-restore:before {
  content: '\f336';
}

.zmdi-time:before {
  content: '\f337';
}

.zmdi-timer-off:before {
  content: '\f338';
}

.zmdi-timer:before {
  content: '\f339';
}

.zmdi-android-alt:before {
  content: '\f33a';
}

.zmdi-android:before {
  content: '\f33b';
}

.zmdi-apple:before {
  content: '\f33c';
}

.zmdi-behance:before {
  content: '\f33d';
}

.zmdi-codepen:before {
  content: '\f33e';
}

.zmdi-dribbble:before {
  content: '\f33f';
}

.zmdi-dropbox:before {
  content: '\f340';
}

.zmdi-evernote:before {
  content: '\f341';
}

.zmdi-facebook-box:before {
  content: '\f342';
}

.zmdi-facebook:before {
  content: '\f343';
}

.zmdi-github-box:before {
  content: '\f344';
}

.zmdi-github:before {
  content: '\f345';
}

.zmdi-google-drive:before {
  content: '\f346';
}

.zmdi-google-earth:before {
  content: '\f347';
}

.zmdi-google-glass:before {
  content: '\f348';
}

.zmdi-google-maps:before {
  content: '\f349';
}

.zmdi-google-pages:before {
  content: '\f34a';
}

.zmdi-google-play:before {
  content: '\f34b';
}

.zmdi-google-plus-box:before {
  content: '\f34c';
}

.zmdi-google-plus:before {
  content: '\f34d';
}

.zmdi-google:before {
  content: '\f34e';
}

.zmdi-instagram:before {
  content: '\f34f';
}

.zmdi-language-css3:before {
  content: '\f350';
}

.zmdi-language-html5:before {
  content: '\f351';
}

.zmdi-language-javascript:before {
  content: '\f352';
}

.zmdi-language-python-alt:before {
  content: '\f353';
}

.zmdi-language-python:before {
  content: '\f354';
}

.zmdi-lastfm:before {
  content: '\f355';
}

.zmdi-linkedin-box:before {
  content: '\f356';
}

.zmdi-paypal:before {
  content: '\f357';
}

.zmdi-pinterest-box:before {
  content: '\f358';
}

.zmdi-pocket:before {
  content: '\f359';
}

.zmdi-polymer:before {
  content: '\f35a';
}

.zmdi-share:before {
  content: '\f35b';
}

.zmdi-stackoverflow:before {
  content: '\f35c';
}

.zmdi-steam-square:before {
  content: '\f35d';
}

.zmdi-steam:before {
  content: '\f35e';
}

.zmdi-twitter-box:before {
  content: '\f35f';
}

.zmdi-twitter:before {
  content: '\f360';
}

.zmdi-vk:before {
  content: '\f361';
}

.zmdi-wikipedia:before {
  content: '\f362';
}

.zmdi-windows:before {
  content: '\f363';
}

.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}

.zmdi-aspect-ratio:before {
  content: '\f365';
}

.zmdi-blur-circular:before {
  content: '\f366';
}

.zmdi-blur-linear:before {
  content: '\f367';
}

.zmdi-blur-off:before {
  content: '\f368';
}

.zmdi-blur:before {
  content: '\f369';
}

.zmdi-brightness-2:before {
  content: '\f36a';
}

.zmdi-brightness-3:before {
  content: '\f36b';
}

.zmdi-brightness-4:before {
  content: '\f36c';
}

.zmdi-brightness-5:before {
  content: '\f36d';
}

.zmdi-brightness-6:before {
  content: '\f36e';
}

.zmdi-brightness-7:before {
  content: '\f36f';
}

.zmdi-brightness-auto:before {
  content: '\f370';
}

.zmdi-brightness-setting:before {
  content: '\f371';
}

.zmdi-broken-image:before {
  content: '\f372';
}

.zmdi-center-focus-strong:before {
  content: '\f373';
}

.zmdi-center-focus-weak:before {
  content: '\f374';
}

.zmdi-compare:before {
  content: '\f375';
}

.zmdi-crop-16-9:before {
  content: '\f376';
}

.zmdi-crop-3-2:before {
  content: '\f377';
}

.zmdi-crop-5-4:before {
  content: '\f378';
}

.zmdi-crop-7-5:before {
  content: '\f379';
}

.zmdi-crop-din:before {
  content: '\f37a';
}

.zmdi-crop-free:before {
  content: '\f37b';
}

.zmdi-crop-landscape:before {
  content: '\f37c';
}

.zmdi-crop-portrait:before {
  content: '\f37d';
}

.zmdi-crop-square:before {
  content: '\f37e';
}

.zmdi-exposure-alt:before {
  content: '\f37f';
}

.zmdi-exposure:before {
  content: '\f380';
}

.zmdi-filter-b-and-w:before {
  content: '\f381';
}

.zmdi-filter-center-focus:before {
  content: '\f382';
}

.zmdi-filter-frames:before {
  content: '\f383';
}

.zmdi-filter-tilt-shift:before {
  content: '\f384';
}

.zmdi-gradient:before {
  content: '\f385';
}

.zmdi-grain:before {
  content: '\f386';
}

.zmdi-graphic-eq:before {
  content: '\f387';
}

.zmdi-hdr-off:before {
  content: '\f388';
}

.zmdi-hdr-strong:before {
  content: '\f389';
}

.zmdi-hdr-weak:before {
  content: '\f38a';
}

.zmdi-hdr:before {
  content: '\f38b';
}

.zmdi-iridescent:before {
  content: '\f38c';
}

.zmdi-leak-off:before {
  content: '\f38d';
}

.zmdi-leak:before {
  content: '\f38e';
}

.zmdi-looks:before {
  content: '\f38f';
}

.zmdi-loupe:before {
  content: '\f390';
}

.zmdi-panorama-horizontal:before {
  content: '\f391';
}

.zmdi-panorama-vertical:before {
  content: '\f392';
}

.zmdi-panorama-wide-angle:before {
  content: '\f393';
}

.zmdi-photo-size-select-large:before {
  content: '\f394';
}

.zmdi-photo-size-select-small:before {
  content: '\f395';
}

.zmdi-picture-in-picture:before {
  content: '\f396';
}

.zmdi-slideshow:before {
  content: '\f397';
}

.zmdi-texture:before {
  content: '\f398';
}

.zmdi-tonality:before {
  content: '\f399';
}

.zmdi-vignette:before {
  content: '\f39a';
}

.zmdi-wb-auto:before {
  content: '\f39b';
}

.zmdi-eject-alt:before {
  content: '\f39c';
}

.zmdi-eject:before {
  content: '\f39d';
}

.zmdi-equalizer:before {
  content: '\f39e';
}

.zmdi-fast-forward:before {
  content: '\f39f';
}

.zmdi-fast-rewind:before {
  content: '\f3a0';
}

.zmdi-forward-10:before {
  content: '\f3a1';
}

.zmdi-forward-30:before {
  content: '\f3a2';
}

.zmdi-forward-5:before {
  content: '\f3a3';
}

.zmdi-hearing:before {
  content: '\f3a4';
}

.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}

.zmdi-pause-circle:before {
  content: '\f3a6';
}

.zmdi-pause:before {
  content: '\f3a7';
}

.zmdi-play-circle-outline:before {
  content: '\f3a8';
}

.zmdi-play-circle:before {
  content: '\f3a9';
}

.zmdi-play:before {
  content: '\f3aa';
}

.zmdi-playlist-audio:before {
  content: '\f3ab';
}

.zmdi-playlist-plus:before {
  content: '\f3ac';
}

.zmdi-repeat-one:before {
  content: '\f3ad';
}

.zmdi-repeat:before {
  content: '\f3ae';
}

.zmdi-replay-10:before {
  content: '\f3af';
}

.zmdi-replay-30:before {
  content: '\f3b0';
}

.zmdi-replay-5:before {
  content: '\f3b1';
}

.zmdi-replay:before {
  content: '\f3b2';
}

.zmdi-shuffle:before {
  content: '\f3b3';
}

.zmdi-skip-next:before {
  content: '\f3b4';
}

.zmdi-skip-previous:before {
  content: '\f3b5';
}

.zmdi-stop:before {
  content: '\f3b6';
}

.zmdi-surround-sound:before {
  content: '\f3b7';
}

.zmdi-tune:before {
  content: '\f3b8';
}

.zmdi-volume-down:before {
  content: '\f3b9';
}

.zmdi-volume-mute:before {
  content: '\f3ba';
}

.zmdi-volume-off:before {
  content: '\f3bb';
}

.zmdi-volume-up:before {
  content: '\f3bc';
}

.zmdi-n-1-square:before {
  content: '\f3bd';
}

.zmdi-n-2-square:before {
  content: '\f3be';
}

.zmdi-n-3-square:before {
  content: '\f3bf';
}

.zmdi-n-4-square:before {
  content: '\f3c0';
}

.zmdi-n-5-square:before {
  content: '\f3c1';
}

.zmdi-n-6-square:before {
  content: '\f3c2';
}

.zmdi-neg-1:before {
  content: '\f3c3';
}

.zmdi-neg-2:before {
  content: '\f3c4';
}

.zmdi-plus-1:before {
  content: '\f3c5';
}

.zmdi-plus-2:before {
  content: '\f3c6';
}

.zmdi-sec-10:before {
  content: '\f3c7';
}

.zmdi-sec-3:before {
  content: '\f3c8';
}

.zmdi-zero:before {
  content: '\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}

.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}

.zmdi-airplay:before {
  content: '\f3d2';
}

.zmdi-closed-caption:before {
  content: '\f3d3';
}

.zmdi-confirmation-number:before {
  content: '\f3d4';
}

.zmdi-developer-board:before {
  content: '\f3d5';
}

.zmdi-disc-full:before {
  content: '\f3d6';
}

.zmdi-explicit:before {
  content: '\f3d7';
}

.zmdi-flight-land:before {
  content: '\f3d8';
}

.zmdi-flight-takeoff:before {
  content: '\f3d9';
}

.zmdi-flip-to-back:before {
  content: '\f3da';
}

.zmdi-flip-to-front:before {
  content: '\f3db';
}

.zmdi-group-work:before {
  content: '\f3dc';
}

.zmdi-hd:before {
  content: '\f3dd';
}

.zmdi-hq:before {
  content: '\f3de';
}

.zmdi-markunread-mailbox:before {
  content: '\f3df';
}

.zmdi-memory:before {
  content: '\f3e0';
}

.zmdi-nfc:before {
  content: '\f3e1';
}

.zmdi-play-for-work:before {
  content: '\f3e2';
}

.zmdi-power-input:before {
  content: '\f3e3';
}

.zmdi-present-to-all:before {
  content: '\f3e4';
}

.zmdi-satellite:before {
  content: '\f3e5';
}

.zmdi-tap-and-play:before {
  content: '\f3e6';
}

.zmdi-vibration:before {
  content: '\f3e7';
}

.zmdi-voicemail:before {
  content: '\f3e8';
}

.zmdi-group:before {
  content: '\f3e9';
}

.zmdi-rss:before {
  content: '\f3ea';
}

.zmdi-shape:before {
  content: '\f3eb';
}

.zmdi-spinner:before {
  content: '\f3ec';
}

.zmdi-ungroup:before {
  content: '\f3ed';
}

.zmdi-500px:before {
  content: '\f3ee';
}

.zmdi-8tracks:before {
  content: '\f3ef';
}

.zmdi-amazon:before {
  content: '\f3f0';
}

.zmdi-blogger:before {
  content: '\f3f1';
}

.zmdi-delicious:before {
  content: '\f3f2';
}

.zmdi-disqus:before {
  content: '\f3f3';
}

.zmdi-flattr:before {
  content: '\f3f4';
}

.zmdi-flickr:before {
  content: '\f3f5';
}

.zmdi-github-alt:before {
  content: '\f3f6';
}

.zmdi-google-old:before {
  content: '\f3f7';
}

.zmdi-linkedin:before {
  content: '\f3f8';
}

.zmdi-odnoklassniki:before {
  content: '\f3f9';
}

.zmdi-outlook:before {
  content: '\f3fa';
}

.zmdi-paypal-alt:before {
  content: '\f3fb';
}

.zmdi-pinterest:before {
  content: '\f3fc';
}

.zmdi-playstation:before {
  content: '\f3fd';
}

.zmdi-reddit:before {
  content: '\f3fe';
}

.zmdi-skype:before {
  content: '\f3ff';
}

.zmdi-slideshare:before {
  content: '\f400';
}

.zmdi-soundcloud:before {
  content: '\f401';
}

.zmdi-tumblr:before {
  content: '\f402';
}

.zmdi-twitch:before {
  content: '\f403';
}

.zmdi-vimeo:before {
  content: '\f404';
}

.zmdi-whatsapp:before {
  content: '\f405';
}

.zmdi-xbox:before {
  content: '\f406';
}

.zmdi-yahoo:before {
  content: '\f407';
}

.zmdi-youtube-play:before {
  content: '\f408';
}

.zmdi-youtube:before {
  content: '\f409';
}

.zmdi-import-export:before {
  content: '\f30c';
}

.zmdi-swap-vertical-:before {
  content: '\f30c';
}

.zmdi-airplanemode-inactive:before {
  content: '\f102';
}

.zmdi-airplanemode-active:before {
  content: '\f103';
}

.zmdi-rate-review:before {
  content: '\f103';
}

.zmdi-comment-sign:before {
  content: '\f25a';
}

.zmdi-network-warning:before {
  content: '\f2ad';
}

.zmdi-shopping-cart-add:before {
  content: '\f1ca';
}

.zmdi-file-add:before {
  content: '\f221';
}

.zmdi-network-wifi-scan:before {
  content: '\f2e4';
}

.zmdi-collection-add:before {
  content: '\f14e';
}

.zmdi-format-playlist-add:before {
  content: '\f3ac';
}

.zmdi-format-queue-music:before {
  content: '\f3ab';
}

.zmdi-plus-box:before {
  content: '\f277';
}

.zmdi-tag-backspace:before {
  content: '\f1d9';
}

.zmdi-alarm-add:before {
  content: '\f32b';
}

.zmdi-battery-charging:before {
  content: '\f114';
}

.zmdi-daydream-setting:before {
  content: '\f217';
}

.zmdi-more-horiz:before {
  content: '\f19c';
}

.zmdi-book-photo:before {
  content: '\f11b';
}

.zmdi-incandescent:before {
  content: '\f189';
}

.zmdi-wb-iridescent:before {
  content: '\f38c';
}

.zmdi-calendar-remove:before {
  content: '\f330';
}

.zmdi-refresh-sync-disabled:before {
  content: '\f1b7';
}

.zmdi-refresh-sync-problem:before {
  content: '\f1b6';
}

.zmdi-crop-original:before {
  content: '\f17e';
}

.zmdi-power-off:before {
  content: '\f1af';
}

.zmdi-power-off-setting:before {
  content: '\f1ae';
}

.zmdi-leak-remove:before {
  content: '\f38d';
}

.zmdi-star-border:before {
  content: '\f27c';
}

.zmdi-brightness-low:before {
  content: '\f36d';
}

.zmdi-brightness-medium:before {
  content: '\f36e';
}

.zmdi-brightness-high:before {
  content: '\f36f';
}

.zmdi-smartphone-portrait:before {
  content: '\f2d4';
}

.zmdi-live-tv:before {
  content: '\f2d9';
}

.zmdi-format-textdirection-l-to-r:before {
  content: '\f249';
}

.zmdi-format-textdirection-r-to-l:before {
  content: '\f24a';
}

.zmdi-arrow-back:before {
  content: '\f2ea';
}

.zmdi-arrow-forward:before {
  content: '\f2ee';
}

.zmdi-arrow-in:before {
  content: '\f2e9';
}

.zmdi-arrow-out:before {
  content: '\f2ed';
}

.zmdi-rotate-90-degrees-ccw:before {
  content: '\f304';
}

.zmdi-adb:before {
  content: '\f33a';
}

.zmdi-network-wifi:before {
  content: '\f2e8';
}

.zmdi-network-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-network-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-network-wifi-off:before {
  content: '\f2e6';
}

.zmdi-network-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-network-wifi-info:before {
  content: '\f2e4';
}

.zmdi-layers-clear:before {
  content: '\f18b';
}

.zmdi-colorize:before {
  content: '\f15d';
}

.zmdi-format-paint:before {
  content: '\f1ba';
}

.zmdi-format-quote:before {
  content: '\f1b2';
}

.zmdi-camera-monochrome-photos:before {
  content: '\f285';
}

.zmdi-sort-by-alpha:before {
  content: '\f1cf';
}

.zmdi-folder-shared:before {
  content: '\f225';
}

.zmdi-folder-special:before {
  content: '\f226';
}

.zmdi-comment-dots:before {
  content: '\f260';
}

.zmdi-reorder:before {
  content: '\f31e';
}

.zmdi-dehaze:before {
  content: '\f197';
}

.zmdi-sort:before {
  content: '\f1ce';
}

.zmdi-pages:before {
  content: '\f34a';
}

.zmdi-stack-overflow:before {
  content: '\f35c';
}

.zmdi-calendar-account:before {
  content: '\f204';
}

.zmdi-paste:before {
  content: '\f109';
}

.zmdi-cut:before {
  content: '\f1bc';
}

.zmdi-save:before {
  content: '\f297';
}

.zmdi-smartphone-code:before {
  content: '\f139';
}

.zmdi-directions-bike:before {
  content: '\f117';
}

.zmdi-directions-boat:before {
  content: '\f11a';
}

.zmdi-directions-bus:before {
  content: '\f121';
}

.zmdi-directions-car:before {
  content: '\f125';
}

.zmdi-directions-railway:before {
  content: '\f1b3';
}

.zmdi-directions-run:before {
  content: '\f215';
}

.zmdi-directions-subway:before {
  content: '\f1d5';
}

.zmdi-directions-walk:before {
  content: '\f216';
}

.zmdi-local-hotel:before {
  content: '\f178';
}

.zmdi-local-activity:before {
  content: '\f1df';
}

.zmdi-local-play:before {
  content: '\f1df';
}

.zmdi-local-airport:before {
  content: '\f103';
}

.zmdi-local-atm:before {
  content: '\f198';
}

.zmdi-local-bar:before {
  content: '\f137';
}

.zmdi-local-cafe:before {
  content: '\f13b';
}

.zmdi-local-car-wash:before {
  content: '\f124';
}

.zmdi-local-convenience-store:before {
  content: '\f1d3';
}

.zmdi-local-dining:before {
  content: '\f153';
}

.zmdi-local-drink:before {
  content: '\f157';
}

.zmdi-local-florist:before {
  content: '\f168';
}

.zmdi-local-gas-station:before {
  content: '\f16f';
}

.zmdi-local-grocery-store:before {
  content: '\f1cb';
}

.zmdi-local-hospital:before {
  content: '\f177';
}

.zmdi-local-laundry-service:before {
  content: '\f1e9';
}

.zmdi-local-library:before {
  content: '\f18d';
}

.zmdi-local-mall:before {
  content: '\f195';
}

.zmdi-local-movies:before {
  content: '\f19d';
}

.zmdi-local-offer:before {
  content: '\f187';
}

.zmdi-local-parking:before {
  content: '\f1a5';
}

.zmdi-local-parking:before {
  content: '\f1a5';
}

.zmdi-local-pharmacy:before {
  content: '\f176';
}

.zmdi-local-phone:before {
  content: '\f2be';
}

.zmdi-local-pizza:before {
  content: '\f1ac';
}

.zmdi-local-post-office:before {
  content: '\f15a';
}

.zmdi-local-printshop:before {
  content: '\f1b0';
}

.zmdi-local-see:before {
  content: '\f28c';
}

.zmdi-local-shipping:before {
  content: '\f1e6';
}

.zmdi-local-store:before {
  content: '\f1d4';
}

.zmdi-local-taxi:before {
  content: '\f123';
}

.zmdi-local-wc:before {
  content: '\f211';
}

.zmdi-my-location:before {
  content: '\f299';
}

.zmdi-directions:before {
  content: '\f1e7';
}

/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  outline: none;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 24px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: 1;
  color: gray;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: gray;
}

/* ==========================================================================
   Legacy
   ========================================================================== */
ul.divided {
  list-style: none;
  margin: 0 0 22px;
}
ul.divided br {
  display: none;
}
ul.divided li {
  margin-bottom: 44px;
}
ul.divided span.date {
  font-style: italic;
  font-size: 15.5px;
  line-height: 1.8;
}
ul.divided h3, ul.divided h3 a {
  font-size: 15.5px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.8;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  font-weight: bold;
}
@media (min-width: 800px) {
  ul.divided h3, ul.divided h3 a {
    font-size: 18px;
  }
}

/* testing for storify*/
.storify {
  overflow-x: auto !important;
  height: 100vh !important;
}
.storify .s-header-top {
  display: none !important;
}

body#embed .s-story .s-info {
  display: none !important;
}

div.box.box2, div.box.box3 {
  padding: 10px;
  font-size: .8em;
  background-color: #d1e6f4;
  margin: 10px;
}

/* ==========================================================================
   Styleguide
   ========================================================================== */
section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.section-headings {
  color: #aaa;
  border-bottom: 1px solid #ccc;
  margin-top: 2em;
  margin-bottom: 1em;
}

ul.color-blocks {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  display: block;
  width: 102.87356%;
  margin: 0 -1.43678%;
  *zoom: 1;
  display: block;
}
ul.color-blocks:before, ul.color-blocks:after {
  content: "";
  display: table;
}
ul.color-blocks:after {
  clear: both;
}

.color-container {
  background: #ffffff;
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
  margin-bottom: 0.5em !important;
  float: left;
  padding: 0.5em;
}
@media (min-width: 500px) {
  .color-container {
    display: inline;
    float: left;
    width: 22.12644%;
    margin: 0 1.43678%;
  }
}
@media (min-width: 800px) {
  .color-container {
    display: inline;
    float: left;
    width: 13.7931%;
    margin: 0 1.43678%;
  }
}
.color-container:last-child {
  margin-right: 0;
}
.color-container .color-style {
  height: 100px;
  border: 1px solid #ddd;
}
.color-container .color-style.gray-dark {
  background: #2f292b;
}
.color-container .color-style.gray {
  background: #433b3d;
}
.color-container .color-style.gray-light {
  background: #a0a0a0;
}
.color-container .color-style.black {
  background: #000000;
}
.color-container .color-style.white-dark {
  background: #f8f5f5;
}
.color-container .color-style.white {
  background: #FFFFFF;
}
.color-container .color-style.red {
  background: #990000;
}
.color-container .color-style.red-dark {
  background: #770000;
}
.color-container .color-style.red-light {
  background: #aa2222;
}
.color-container .color-style.blue-dark {
  background: #004c70;
}
.color-container .color-style.blue {
  background: #005e8c;
}
.color-container .color-style.blue-light {
  background: #00b6f1;
}
.color-container .color-style.tan {
  background: #dfd4d5;
}
.color-container .hex, .color-container .color-name {
  text-align: center;
  padding: 0.5em 0 0.25;
  color: gray;
}

.serif {
  font-family: "Amiri", Georgia, Times, "Times New Roman", serif !important;
}

.sans {
  font-family: "Open Sans", Arial, Helvetica, san-serif !important;
}

.special-type {
  font-family: "Julius Sans One", Arial, Helvetica, san-serif !important;
}

.monospace {
  font-family: "Courier New", Courier, monospace !important;
}

.typography-styles p {
  line-height: 1;
  margin-bottom: 0;
}
.typography-styles .serif {
  font-size: 2em;
}
.typography-styles .special-type {
  font-size: 2em;
}
.typography-styles .sans-serif {
  font-size: 2em;
}
.typography-styles .monospace {
  font-size: 2em;
}

.grid {
  background: #ccc;
  text-align: center;
  padding: 1em 0;
}

.one {
  display: inline;
  float: left;
  width: 5.45977%;
  margin: 0 1.43678%;
}

.two {
  display: inline;
  float: left;
  width: 13.7931%;
  margin: 0 1.43678%;
}

.three {
  display: inline;
  float: left;
  width: 22.12644%;
  margin: 0 1.43678%;
}

.four {
  display: inline;
  float: left;
  width: 30.45977%;
  margin: 0 1.43678%;
}

.five {
  display: inline;
  float: left;
  width: 38.7931%;
  margin: 0 1.43678%;
}

.six {
  display: inline;
  float: left;
  width: 47.12644%;
  margin: 0 1.43678%;
}

.seven {
  display: inline;
  float: left;
  width: 55.45977%;
  margin: 0 1.43678%;
}

.eight {
  display: inline;
  float: left;
  width: 63.7931%;
  margin: 0 1.43678%;
}

.nine {
  display: inline;
  float: left;
  width: 72.12644%;
  margin: 0 1.43678%;
}

.ten {
  display: inline;
  float: left;
  width: 80.45977%;
  margin: 0 1.43678%;
}

.eleven {
  display: inline;
  float: left;
  width: 88.7931%;
  margin: 0 1.43678%;
}

.tweleve {
  display: inline;
  float: left;
  width: 97.12644%;
  margin: 0 1.43678%;
}

.styleguide-sprite ul {
  list-style: none;
  margin-left: 0;
}
.styleguide-sprite i {
  display: block;
  float: left;
}

.styleguide-background {
  background-image: url(../images/CUA-Seal-Footer.png);
  background-position: 5% 5%;
  background-repeat: repeat;
  background-size: auto 150px;
}

.demo-background {
  background-image: url(../images/guide/typography.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 22px;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  img, p {
    page-break-inside: avoid;
  }

  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% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Custom Print Styles */
@media print {
  * {
    color: black !important;
  }

  h1, h2, h3, h4, h5, h6 {
    color: black !important;
  }

  .main-body {
    width: 100%;
  }

  header,
  footer,
  .side-column,
  .back-to-top,
  .mobile-side-nav {
    display: none !important;
  }

  .hero-image,
  .hero-image img,
  .hero-image.thin
  .hero-image.thin img {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }

  .hero-wrapper .title-overlay h1,
  .hero-text-area-inner,
  .gallery-cell .cell-title {
    position: relative !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0;
  }

  .flickity-slider {
    position: relative !important;
  }

  .gallery-cell {
    position: relative !important;
    left: 0 !important;
    float: left !important;
    width: 100% !important;
  }
  .gallery-cell img {
    width: 100% !important;
  }

  .callout-full-carousel:after {
    opacity: 0 !important;
  }

  .flickity-viewport {
    height: auto !important;
  }

  .gallery-cell {
    display: none !important;
  }

  .gallery-cell.is-selected {
    display: block !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
  }

  .gallery-cell img {
    position: relative !important;
  }

  .full-carousel-text {
    position: relative !important;
  }

  .callout-full-carousel .gallery-cell {
    padding-bottom: 0 !important;
  }

  .carousel-title {
    color: black !important;
  }

  .homepage-hero-text {
    position: relative !important;
  }

  .hero-text-area {
    width: 84% !important;
    margin: 0 10% !important;
  }

  .hp-hero-container {
    padding-bottom: 0 !important;
  }

  .hp-carousel-offset .gallery-cell.large-cell .cell-image {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }

  .homepage-intro .homepage-intro-container {
    margin-top: 0;
  }

  .hp-hero-wrapper {
    overflow: visible !important;
    padding-bottom: 0 !important;
  }

  .hp-hero-carousel-wrapper {
    position: relative !important;
  }

  .homepage-bottom {
    padding-top: 0;
  }

  .calendar .cal-grid-item {
    width: 100% !important;
  }
}
