@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,700,700i,900');
@media print,
screen and (min-width: 40em) {
    .reveal,
    .reveal.tiny,
    .reveal.small,
    .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}


a {
    width: 100%;
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    overflow: visible
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}


html {
    box-sizing: border-box;
    font-size: 100%
}

*,
*::before,
*::after {
    box-sizing: inherit
}

body {
    margin: 3% 0 0 0;
    padding: 0;
    background-color: #fafafa;
    font-family: "Lato", serif;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput='mouse'] button {
    outline: 0
}

pre {
    overflow: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 75rem;
    margin: 0 auto
}

@media print,
screen and (min-width: 40em) {
    .grid-container {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.grid-container.fluid {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 100%;
    margin: 0 auto
}

@media print,
screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.client-logo{
  width: 8%;
}

@media print,
screen and (max-width: 40em) {
  .client-logo{
    width: 20%;
  }
}

@media print,
screen and (min-width: 40em) {
  .client-logo{
    width: 15%;
  }
}

@media print,
screen and (min-width: 60em) {
  .client-logo{
    width: 8%;
  }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Lato", serif;
    font-style: normal;
    font-weight: 700;
    color: inherit;
    text-rendering: optimizeLegibility
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
    line-height: 0;
    color: #cacaca
}

h1,
.h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h2,
.h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h3,
.h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h4,
.h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h5,
.h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h6,
.h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    color: #ffffff;
    margin-bottom: .5rem
}

@media print,
screen and (min-width: 40em) {
    h1,
    .h1 {
        font-size: 1.875rem
    }
    h2,
    .h2 {
        font-size: 2.5rem
    }
    h3,
    .h3 {
        font-size: 1.2rem
    }
    h4,
    .h4 {
        font-size: 1.5625rem
    }
    h5,
    .h5 {
        font-size: 1.25rem
    }
    h6,
    .h6 {
        font-size: 0.6rem
    }
}

@media print,
screen and (min-width: 60em) {
    h6,
    .h6 {
        font-size: 1rem
    }
}

a {
    line-height: inherit;
    color: #242522;
    text-decoration: none;
    cursor: pointer
}

a:hover,
a:focus {
    color: #000000;
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

ul,
ol,
dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: bold
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}

cite {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a
}

cite:before {
    content: "— "
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #3c3c3c;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 300;
    color: #3c3c3c
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #3c3c3c
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 300;
    line-height: 1.4;
    color: #8a8a8a
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important
    }
    .show-for-print {
        display: block !important
    }
    .hide-for-print {
        display: none !important
    }
    table.show-for-print {
        display: table !important
    }
    thead.show-for-print {
        display: table-header-group !important
    }
    tbody.show-for-print {
        display: table-row-group !important
    }
    tr.show-for-print {
        display: table-row !important
    }
    td.show-for-print {
        display: table-cell !important
    }
    th.show-for-print {
        display: table-cell !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: ''
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre,
    blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}


.container {
    height: 100%;
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 75rem;
    margin: 0 auto
}

@media print,
screen and (min-width: 40em) {
    .container {/*
        padding-right: .9375rem;
        padding-left: .9375rem*/

        padding-right: 2.9375rem;
        padding-left: 2.9375rem
    }
}

.main-content {
    background-color: #fefefe;
    padding: .3125rem
}

@media print,
screen and (min-width: 40em) {
    .main-content {
        margin-top: -7.5rem;
        position: relative;
        padding: 3.125rem 5rem
    }
}

.site-header .header-content {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.site-header .header-content .top-menu {
    position: absolute;
    top: 1.875rem;
    right: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

.header-txt {
    display: block;
    text-align: center;
    font-weight: 500;
    margin-top: 1%;
    margin-bottom: 2%;
}

@media print,
screen and (min-width: 40em) {
    .header-txt {
        font-size: 1.375rem
    }
}

.box-campus{
  box-shadow: 0px 10px 20px rgba(105, 126, 153, 0.1);
  margin-bottom: 5%;
}

.campus-logo{
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 40%;
}

.campus-name{ 
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

@media print,
screen and (max-width: 40em) {
  h6{
    font-size: 0.9rem;
  }
  .campus-logo{
    width: 30%;
  }
  .campus-name{
    position: absolute;
    top: 85%;
    width: 60%;
    transform: translate(-50%, -50%);
  }
}

.tilecaption{ 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}

.month-specials {
    padding: 1.125rem 0
}

.month-specials .specials-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
/*
@media print,
screen and (min-width: 40em) {
    .month-specials .specials-content {
        padding-bottom: 3.125rem
    }
}
*/
.month-specials .specials-content .special {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    transition: .3s ease-in-out
}

.app-logo{
  -webkit-filter: drop-shadow(0px 5px 5px rgba(105, 126, 153, 0.1));
  filter: drop-shadow(2px 4px 2px rgba(105, 126, 153, 0.2));
  padding-bottom: 8px;
}

@media print,
screen and (min-width: 40em) {
    .month-specials .specials-content .special {
        width: 50%
    }
}

@media print,
screen and (min-width: 64em) {
    .month-specials .specials-content .special {
        /*width: 16.66667%;*/
        width: 33.33333%;
    }
}

.month-specials .specials-content .special:hover {
    opacity: 1
}

.month-specials .specials-content .special:hover>.special-img img {
    background: #f6c710;
    opacity: .7
}

.month-specials .specials-content .special .special-img {
    width: 50%
}

.month-specials .specials-content .special .special-img img {
    width: 100%;
    height: auto;
    transition: .3s ease-in-out
}

.month-specials .specials-content .special .special-items {
    width: 100%;
    display: -ms-flexbox;
    /*display: flex;*/
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: .625rem;
    padding-right: .625rem;
    text-align: center;
    transition: .3s ease-in-out
}

.special-items:hover{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
}

.month-specials .specials-content .special .special-items h2 {
    font-size: 1rem;
    position: relative;
    margin-bottom: .9375rem;
    font-weight: 600
}

.month-specials .specials-content .special .special-items h2:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -.5rem;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 45%;
    height: 1px;
    background-color: #3c3c3c
}

.month-specials .specials-content .special .special-items p {
    font-size: .75rem;
    margin-bottom: .3125rem
}

@media print,
screen and (min-width: 40em) {
    .month-specials .specials-content .special .special-items p {
        font-size: .875rem
    }
}

.month-specials .specials-content .special .special-items span {
    font-weight: 600
}

@media screen and (max-width: 39.9375em) {
    .month-specials .specials-content .special .img-02 {
        -ms-flex-order: 2;
        order: 2
    }
    .month-specials .specials-content .special .spec-02 {
        -ms-flex-order: 1;
        order: 1
    }
    .month-specials .specials-content .special .img-05 {
        -ms-flex-order: 1;
        order: 1
    }
    .month-specials .specials-content .special .spec-05 {
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .month-specials .specials-content .special .img-03 {
        -ms-flex-order: 2;
        order: 2
    }
    .month-specials .specials-content .special .spec-03 {
        -ms-flex-order: 1;
        order: 1
    }
    .month-specials .specials-content .special .img-05,
    .month-specials .specials-content .special .img-06 {
        -ms-flex-order: 1;
        order: 1
    }
    .month-specials .specials-content .special .spec-05,
    .month-specials .specials-content .special .spec-06 {
        -ms-flex-order: 2;
        order: 2
    }
}

.about .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.about .container .about-content {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

@media print,
screen and (min-width: 64em) {
    .about .container .about-content {
        width: calc(42.85714% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

@media print,
screen and (min-width: 64em) {
    .about .container .about-content {
        padding-top: 0rem !important;
        padding-right: 1rem !important;
        padding-bottom: 0rem !important;
        padding-left: 1rem !important
    }
}

.about .container .about-content p {
    text-align: center
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .about .container .about-content p {
        padding: 0 3.125rem
    }
}

@media print,
screen and (min-width: 40em) {
    .about .container .about-content p {
        margin-bottom: 2.5rem;
        font-size: 1.5rem;
        line-height: 1.8
    }
}

.about .container .about-content img.signature {
    display: block;
    float: right
}

@media screen and (max-width: 39.9375em) {
    .about .container .about-content img.signature {
        width: 40%
    }
}

@media screen and (max-width: 39.9375em) and (orientation: landscape) {
    .about .container .about-content img.signature {
        margin-top: 2.5rem;
        width: 30%
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .about .container .about-content img.signature {
        width: 9.375rem
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes slideIn {
    0% {
        -webkit-transform: translateY(-10%)
    }
    100% {
        -webkit-transform: translateY(0%)
    }
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #E5E5E2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@keyframes loader {
    0%,
    10%,
    100% {
        width: 80px;
        height: 80px
    }
    65% {
        width: 150px;
        height: 150px
    }
}

@keyframes loaderBlock {
    0%,
    30% {
        transform: rotate(0)
    }
    55% {
        background-color: #FFF
    }
    100% {
        transform: rotate(90deg)
    }
}

@keyframes loaderBlockInverse {
    0%,
    20% {
        transform: rotate(0)
    }
    55% {
        background-color: #FFF
    }
    100% {
        transform: rotate(-90deg)
    }
}

#preloader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    animation: loader 1.2s infinite ease-in-out
}

#preloader .loader span {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #57a7d6;
    animation: loaderBlock 1.2s infinite ease-in-out both
}

#preloader .loader span:nth-child(1) {
    top: 0;
    left: 0;
    background-color: #fff
}

#preloader .loader span:nth-child(2) {
    top: 0;
    right: 0;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    background-color: #57a7d6 
}

#preloader .loader span:nth-child(3) {
    bottom: 0;
    left: 0;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    background-color: #57a7d6
}

#preloader .loader span:nth-child(4) {
    bottom: 0;
    right: 0;
    background-color: #fff
}

footer{
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}