@charset "UTF-8";

@media print,
screen and (min-width: 40em) {

    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}

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

.grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.footer-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 90rem;
    margin: 0 auto;
    border-top: 1px solid #cacaca;
    margin-top: 3.75rem;
}

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

.footer-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 1.875rem 0;
}

.footer-grid section {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
}

@media print,
screen and (min-width: 75em) {
    .footer-grid section {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

.footer-grid ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media print,
screen and (min-width: 75em) {
    .grid-margin-x {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .grid-container {
        padding-left: 4em;
        padding-right: 4em;
    }
}

@media only screen and (max-width: 600px) {
    .grid-container {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}

@media screen and (max-width: 600px) {
    .grid-container {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}

.swiper-pagination.disabled {
    display: none;
}

.small-padding {
    padding: 3em 0;
}

@media screen and (max-width: 74.9375em) {
    .small-padding {
        padding: 2em 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .small-padding {
        padding: 1.5em 0;
    }
}

.medium-padding {
    padding: 5em 0;
}

@media screen and (max-width: 74.9375em) {
    .medium-padding {
        padding: 3em 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .medium-padding {
        padding: 1.5em 0;
    }
}

.large-padding {
    padding: 7em 0;
}

@media screen and (max-width: 74.9375em) {
    .large-padding {
        padding: 5em 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .large-padding {
        padding: 1.5em 0;
    }
}

h2,
h3 {
    font-family: arno-pro, serif;
}

.tile {
    position: relative;
}

.tile a:hover {
    cursor: pointer;
}

.tile .image {
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.tile .image:hover {
    cursor: pointer;
}

.tile .image span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.tile .image .zoom-in {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}

.tile .date {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
}

.tile h2 {
    font-size: 31px;
    line-height: 31px;
    margin: 10px 0 10px;
}

.tile .tags {
    margin-bottom: 10px;
}

.tile .date {
    margin-top: 10px;
}

.newsletter-signup-container {
    background-color: #ececec;
    margin-top: 2em;
    padding: 36px;
    text-align: center;
}

.newsletter-signup-container input {
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 0;
}

.newsletter-signup-container .button {
    width: 100%;
}

.newsletter-signup-container .consent input {
    height: 20px;
    width: 20px;
    float: left;
    margin-bottom: 0;
    border: 0;
    margin-top: 10px;
}

.newsletter-signup-container .consent label {
    display: inline-block;
    float: left;
    margin-top: 9px;
    font-size: 13px;
    margin-bottom: 0;
}

.active-tile h2,
.active-tile h3 {
    text-decoration: underline;
}

.swiper-container-feat {
    width: 97%;
    margin: 0;
}

.swiper-button-next,
.swiper-button-prev {
    top: 200px;
    width: 40px;
    background-size: 15px;
    background-color: #fff;
}

.swiper-button-next {
    right: 0;
    z-index: 99999;
}

.swiper-button-prev {
    left: 0;
    z-index: 99999;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 7px;
    left: 0;
    top: 400px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #672158;
}

.featured-tile .image {
    min-height: 400px;
    margin-bottom: 2em;
}

.featured-tile .image span {
    background-position: top;
}

.featured-tile .feature-tile-content {
    display: inline-block;
    float: left;
    padding-right: 30px;
}

.featured-tile h2 {
    margin: 10px 0 15px;
}

.half-detail {
    display: inline-block;
    width: 47%;
    margin-bottom: 8px;
}

.newsletter-section,
.relative-articles {
    position: relative;
    z-index: 2;
}

.sticky-socail {
    max-width: 19%;
    padding: 31px;
    position: fixed;
    left: 2em;
    display: none;
    margin-top: 110px;
    top: 0;
    z-index: 1;
}

.sticky-socail a {
    display: block !important;
    margin-bottom: 5px;
}

.stop-me {
    opacity: 0 !important;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

.half-detail-last {
    display: inline-block;
    width: 50%;
    margin-left: 2%;
}

.secondary-tile {
    margin-bottom: 2em;
    border-bottom: 2px solid #cacaca;
    padding-bottom: 1em;
}

.secondary-tile:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.featured-home {
    padding: 1em 0;
}

.latest-home .grid-x {
    border-top: 1px solid #cacaca;
    padding-top: 4em;
    padding-bottom: 3em;
}

.alumni-pdf-container img {
    width: 48% !important;
    margin-bottom: 1em;
}

.half-tile {
    width: 46%;
    display: inline-block;
    float: left;
    padding-right: 0;
    margin-right: 4%;
}

.half-tile .image {
    height: 240px;
}

.no-image-tile {
    border-bottom: 2px solid #cacaca;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.no-image-tile:last-child {
    border-bottom: 0;
}

.no-image-tile .count {
    font-size: 68px;
    margin-top: -10px;
    line-height: 68px;
    display: inline-block;
    font-family: arno-pro, serif;
    display: inline-block;
    float: left;
    width: 25%;
}

.no-image-tile .content {
    display: inline-block;
    width: 75%;
}

.newsletter-latest {
    background-color: #cacaca;
    padding: 30px 35px 25px;
    margin-top: 30px;
}

.newsletter-latest p {
    font-size: 15px;
}

.newsletter-latest form {
    margin-top: 30px;
}

.newsletter-latest input {
    min-height: 60px;
    padding-left: 20px;
    box-shadow: none;
    border: none;
}

.campus-home {
    background-color: #f3edf2;
    padding-top: 3em;
    padding-bottom: 5em;
}

.campus-home h2 {
    color: #672058;
}

.campus-home .view-all {
    color: #672058;
}

.view-all {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
}

.alumni-home {
    padding-top: 8em;
    padding-bottom: 8em;
}

.alumni-home .alumni-container {
    background-color: #f5f7f6;
    padding: 2.5em 4em 2em;
    float: left;
}

.alumni-home .alumni-container .title-container {
    display: block;
    width: 96.5%;
    float: left;
    margin-bottom: 20px;
}

.alumni-home .alumni-container .title {
    color: #82a094;
    display: inline-block;
    float: left;
}

.alumni-home .alumni-container .view-all {
    color: #82a094;
    display: inline-block;
    float: right;
}

.alumni-home .alumni-pdf-container {
    padding: 3em;
    background-color: #82a094;
}

.alumni-home .alumni-pdf-container h3 {
    color: #fff;
    font-size: 21px;
}

.alumni-home .alumni-pdf-container img {
    margin-bottom: 2em;
    width: 80%;
}

.alumni-home .alumni-pdf-container .button {
    margin-top: 30px;
}

.button {
    width: 100%;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
}

.red-button {
    background-color: #cc0935;
}

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

.device {
    width: 1000px;
    height: 600px;
    border: 17px solid #000;
    position: absolute;
}

.campus-home .device {
    border-color: #672058;
    bottom: -524px;
    right: -33%;
}

.alumni-home .device {
    border-color: #82a094;
    height: 80%;
    left: -19%;
    top: 10%;
}

.relative .grid-container {
    position: relative;
}

.footer-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

footer .main-footer {
    background-color: #015788;
    color: #fff;
    padding: 4em 0;
}

footer .main-footer .cell {
    padding-right: 2em;
    border-right: 1px solid #094b70;
}

footer .main-footer .cell:last-child {
    border-right: 0;
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    footer .main-footer .cell:last-child {
        padding-right: 15px;
    }
}

footer .main-footer .cell .social-media a {
    display: inline-block;
    background: #094b70;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    margin-right: 0.5em;
    text-align: center;
    line-height: 47px;
    font-size: 22px;
}

footer .main-footer .cell iframe {
    margin-top: 1.5em;
    border: 5px solid #fff !important;
    pointer-events: none;
}

footer .main-footer .contactIcons .fa {
    background: #094b70;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
}

footer .main-footer a {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    display: block;
}

footer .main-footer p {
    font-size: 16px;
}

footer h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 22px;
    margin-bottom: 20px;
}

footer .copyright-container {
    padding: 1em 0;
}

footer .copyright-container p {
    color: #5e6464;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 20px;
}

footer .copyright-copy-container {
    background-color: #414545;
    text-align: center;
    padding: 0.5em 0;
}

footer .copyright-copy-container ul {
    margin-bottom: 0;
}

footer .copyright-copy-container li {
    display: inline-block;
}

footer .copyright-copy-container a {
    font-weight: 900;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

footer .copyright-copy-container a:after {
    content: "•";
    color: #5e6464;
    display: inline-block;
    margin: 0 0.5em;
}

footer .copyright-copy-container a,
footer .copyright-copy-container li,
footer .copyright-copy-container p {
    color: #fff;
}

footer .fa {
    color: #fff;
}

footer ul {
    top: 0 !important;
}

footer .logo-text {
    margin-bottom: 15px !important;
}

footer .sub-footer .copyright {
    margin-left: 0 !important;
}

footer .social-media .fa {
    font-size: 22px !important;
}

footer .main-footer {
    padding: 2em 0;
}

footer h4 {
    font-size: 18px;
}

footer .main-footer p {
    font-size: 14px;
}

footer .main-footer .cell {
    padding-right: 2em;
    margin-bottom: 2em;
    border-right: 0;
    padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
    footer .main-footer {
        padding: 5rem 0 0;
    }

    footer .main-footer .cell {
        margin-bottom: 0 !important;
    }
}

footer .main-footer .cell:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

footer .copyright-copy-container a {
    font-size: 12px;
}

footer .copyright-copy-container ul {
    margin: 0;
}

footer .main-footer .cell .social-media a {
    line-height: 36px;
    font-size: 15px;
}

.grid-margin-x {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

footer .sub-footer .copyright {
    font-size: 14px !important;
}

footer .social-media {
    margin: 0 0 1em !important;
}

footer .social-media .fa {
    font-size: 20px !important;
}

.footer1 {
    color: #fff;
    background-color: #384044;
    padding: 0;
}

@media screen and (max-width: 39.9375em) {
    .footer1 {
        font-size: 12px;
    }
}

.footer1 .logo-text {
    margin: 0;
    color: #fff;
}

@media screen and (max-width: 39.9375em) {
    .footer1 .cell {
        margin-bottom: 1em;
    }

    .footer1 .cell:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 74.9375em) {
    .footer1 .text-right {
        text-align: left;
    }
}

.footer1 .newsletter-signup {
    background-color: #212121;
    padding: 2em 0 1em;
}

@media screen and (max-width: 74.9375em) {
    .footer1 .newsletter-signup {
        padding: 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .footer1 .newsletter-signup {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

.footer1 .main-footer {
    background-color: #384044;
    padding: 1em 0 0;
}

@media screen and (max-width: 74.9375em) {
    .footer1 .main-footer {
        padding: 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .footer1 .main-footer {
        padding: 0 0.5em;
    }
}

.footer1 .menu {
    display: block;
    position: relative;
}

.footer1 ul {
    display: block !important;
    position: absolute;
    right: 0;
    top: 2em;
    margin-bottom: 0;
}

.footer1 ul li {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 74.9375em) {
    .footer1 ul li:first-child a {
        margin-left: 0 !important;
    }
}

.footer1 ul li:last-child {
    padding-right: 0;
}

.footer1 ul li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (max-width: 39.9375em) {
    .footer1 ul li a {
        padding-left: 0 !important;
    }
}

.footer1 ul li a:focus,
.footer1 ul li a:hover {
    color: #fff;
    border-bottom: 2px solid #82a094;
}

.footer1 label {
    color: #fff;
}

.footer1 form {
    padding-bottom: 27px;
    margin-bottom: 20px;
}

.footer1 form p {
    margin-bottom: 0;
}

.footer1 form [type=color],
.footer1 form [type=date],
.footer1 form [type=datetime-local],
.footer1 form [type=datetime],
.footer1 form [type=email],
.footer1 form [type=month],
.footer1 form [type=number],
.footer1 form [type=password],
.footer1 form [type=search],
.footer1 form [type=tel],
.footer1 form [type=text],
.footer1 form [type=time],
.footer1 form [type=url],
.footer1 form [type=week],
.footer1 form textarea {
    border: 1px solid rgba(202, 202, 202, 0);
    border-radius: 0;
    background-color: #272727;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0);
    margin-bottom: 0;
    padding-left: 26px;
    border-right: 2px solid #383838;
    height: 55px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
}

@media screen and (max-width: 39.9375em) {

    .footer1 form [type=color],
    .footer1 form [type=date],
    .footer1 form [type=datetime-local],
    .footer1 form [type=datetime],
    .footer1 form [type=email],
    .footer1 form [type=month],
    .footer1 form [type=number],
    .footer1 form [type=password],
    .footer1 form [type=search],
    .footer1 form [type=tel],
    .footer1 form [type=text],
    .footer1 form [type=time],
    .footer1 form [type=url],
    .footer1 form [type=week],
    .footer1 form textarea {
        border-right: 0 solid #383838;
        border-bottom: 2px solid #383838;
        padding-left: 12px;
        margin-bottom: 1em;
        font-size: 11px;
    }
}

.footer1 form [type=color]:focus,
.footer1 form [type=date]:focus,
.footer1 form [type=datetime-local]:focus,
.footer1 form [type=datetime]:focus,
.footer1 form [type=email]:focus,
.footer1 form [type=month]:focus,
.footer1 form [type=number]:focus,
.footer1 form [type=password]:focus,
.footer1 form [type=search]:focus,
.footer1 form [type=tel]:focus,
.footer1 form [type=text]:focus,
.footer1 form [type=time]:focus,
.footer1 form [type=url]:focus,
.footer1 form [type=week]:focus,
.footer1 form textarea:focus {
    outline: 0;
    border: 0 solid #8a8a8a;
    background-color: #272727;
    box-shadow: 0 0 0 #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    border-bottom: 0;
    padding-left: 16px;
}

@media screen and (max-width: 39.9375em) {

    .footer1 form [type=checkbox]+label,
    .footer1 form [type=radio]+label {
        font-size: 12px;
        margin-top: -4px;
        margin-right: 0;
    }
}

.footer1 .footer-logo {
    width: 150px;
    margin-bottom: 2em;
}

@media screen and (max-width: 74.9375em) {
    .footer1 .footer-logo {
        margin-top: 1em;
    }
}

@media screen and (max-width: 39.9375em) {
    .footer1 .footer-logo {
        float: left;
    }
}

.footer1 ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 3em;
}

.footer1 ul li {
    display: inline-block;
    margin-right: 0;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
    .footer1 ul li {
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 39.9375em) {
    .footer1 ul li {
        display: block;
        text-align: left;
    }
}

.footer1 ul li a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
}

@media screen and (max-width: 39.9375em) {
    .footer1 ul li a {
        font-size: 12px;
    }
}

.footer1 .grid-margin-x {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.footer1 p {
    margin-bottom: 20px;
    font-size: 13px;
}

@media screen and (max-width: 39.9375em) {
    .footer1 p {
        margin-bottom: 0;
        font-size: 10px;
        text-align: left;
    }
}

.footer1 .social-media {
    display: block;
    margin-bottom: 1em;
}

@media screen and (max-width: 74.9375em) {
    .footer1 .social-media {
        margin-top: 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .footer1 .social-media {
        margin: 1em 0 2em;
        text-align: left;
    }
}

.footer1 .social-media a:last-child .fa {
    margin-right: 0;
}

.footer1 .social-media .fa {
    color: #fff;
    font-size: 16px;
    margin-right: 21px;
}

@media screen and (max-width: 39.9375em) {
    .footer1 .social-media .fa {
        margin-right: 15px;
    }
}

.footer1 .menu .is-active>a {
    background: rgba(228, 228, 228, 0);
    color: #fff;
    font-weight: 700;
    margin-left: 0;
    margin-right: 0;
}

.footer1 .sub-footer {
    opacity: 1;
    padding: 10px 0;
    border-top: 1px solid #4c4c4c;
    padding-top: 23px;
}

.footer1 .sub-footer .footer-logo {
    display: inline-block;
    float: left;
    margin-bottom: 0;
}

.footer1 .sub-footer .copyright {
    margin-left: 15px;
    display: inline-block;
    margin-top: 20px;
    font-family: arno-pro, serif;
    font-size: 17px;
}

@media screen and (max-width: 39.9375em) {
    .footer1 .sub-footer {
        padding: 20px 0 25px;
    }
}

.footer1 .sub-footer a {
    color: #fff;
}

@media screen and (max-width: 39.9375em) {
    .footer1 .menu .is-active>a {
        margin-left: 0;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 39.9375em) {
    .footer1 .menu-main-menu-container .menu {
        width: 100%;
    }

    .footer1 .menu-main-menu-container .menu a {
        padding-left: 5px;
    }
}

.footer1 .sign-up {
    display: inline-block;
    width: 25%;
    text-align: left;
    padding-left: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    float: left;
    border-right: 2px solid #383838;
    padding-bottom: 16px;
    padding-top: 17px;
    padding-left: 20px;
}

@media screen and (max-width: 74.9375em) {
    .footer1 .sign-up {
        width: 100%;
        margin-bottom: 10px;
        border-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .footer1 .sign-up {
        text-align: left;
        padding: 10px 0;
        margin-bottom: 4px;
        font-size: 15px;
    }
}

.footer1 .full-name {
    width: 31%;
    display: inline-block;
    float: left;
}

@media screen and (max-width: 74.9375em) {
    .footer1 .full-name {
        width: 40%;
    }
}

@media screen and (max-width: 39.9375em) {
    .footer1 .full-name {
        width: 100%;
    }
}

.footer1 .email-address {
    width: 34%;
    display: inline-block;
    float: left;
}

@media screen and (max-width: 74.9375em) {
    .footer1 .email-address {
        width: 43%;
    }
}

@media screen and (max-width: 39.9375em) {
    .footer1 .email-address {
        width: 100%;
    }
}

.footer1 .submit-container {
    width: 10%;
    display: inline-block;
    float: left;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
    .footer1 .submit-container {
        width: 17%;
    }
}

@media screen and (max-width: 39.9375em) {
    .footer1 .submit-container {
        width: 100%;
    }
}

.footer1 .submit-container button {
    width: 100%;
    width: 100%;
    padding: 0;
    height: 52px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    background-color: #1a1a1a;
}

@media screen and (max-width: 39.9375em) {
    .footer1 .submit-container button {
        padding: 0;
        text-align: right;
        background-color: #383838;
        margin-bottom: 2em;
        margin-top: 14px;
        height: 50px;
        padding-right: 16px;
        cursor: pointer;
    }
}

.footer1 .agree-signup {
    display: block;
    text-align: left;
    float: left;
    width: 100%;
    padding: 1.2em;
    border-top: 1px solid #fff;
}

@media screen and (max-width: 39.9375em) {
    .footer1 .agree-signup {
        border-top: 0 solid #383838;
    }
}

@media screen and (max-width: 39.9375em) {
    .footer1 .agree-signup {
        padding: 0;
    }
}