:root {
    --f7-input-outline-border-color: rgba(0, 0, 0, 0.1) !important;
}

body {
    background-color: #EFEFEF !important;
}

input {
    border: 1px solid #EFEFEF !important;
}

.page {
    background-color: #FFFFFF !important;
}

@media (min-width: 768px){
    
}

.device-cordova.device-ios { height: 100vh; }

.toolbar {
    background-color: #015488 !important;
}
.toolbarmain {
    width: calc(100% - 10px) !important;
    margin-left: 5px !important;
    margin-bottom: 5px !important;
    border-radius: 10px !important;
    background-color: #015488 !important;
}

.tabbar .link span {
    font-size: 0.7rem;
}

.tabbar i.icon, .tabbar-labels i.icon {
    font-size: 20px;
    height: var(--f7-tabbar-icon-size);
    line-height: 1.2em;
}

.toolbarhide {
    display: none !important;
}

.pageadjustment {
    padding-top: 120px !important;
}

.subnavbarsearch {
    width: 100%;
    position: relative !important;
    border-radius: 10px !important;
    left: 0;
    top: 0;
    z-index: 1000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: var(--f7-subnavbar-bg-image,var(--f7-bars-bg-image));
    background-color: var(--f7-subnavbar-bg-color,var(--f7-bars-bg-color));
    color: var(--f7-subnavbar-text-color,var(--f7-bars-text-color));
    height: calc(var(--f7-subnavbar-height) + 1px);
    margin-top: -1px;
    padding-top: 1px;
}

.noborder {
    border: 0 !important;
}

.no-hairlines {
    border: 0 !important;
}
.no-hairlines li {
    border: 0px !important;
}
.no-hairlines a {
    border: 0px !important;
    text-decoration: none;
}

.loginbgimg {
   background-image: url('/assets/img/senior-middle-school-993886_1280.jpg'); 
   background-repeat: no-repeat;
   background-size: cover;
   background-position: top center;
}
.regbox {
    background-color: rgba(255,255,255,0.80);
    border-radius: 10px;
}
.close-button {
    position: absolute !important;
    z-index: 10 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 28px;
    height: 28px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #595959;
    border-radius: 20px;
    right: 20px;
    top: 42px;
}

.close-button img {
    width: 16px;
    height: 16px;
}

.displaycontainer {
    background-color: #FFFFFF;
}

@media (min-width: 0) {
  .pauls_size_changing_text {font-size:0.1rem;}
}
@media (min-width: 576px) {
  .pauls_size_changing_text {font-size:0.3rem;}
}
@media (min-width: 768px) {
  .pauls_size_changing_text {font-size:0.6rem;}
}
@media (min-width: 992px) {
    body {
        background-color: #EFEFEF;
    }
  .displaycontainer {
        width: 800px !important;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFFFFF;
    }
}
@media (min-width: 1200px) {
    body {
        background-color: #EFEFEF;
    }
    .displaycontainer {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFFFFF;
    }
}
.h-100 {
    height: 100vh;
}

.isFlexGrow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.maxWidth360 {
    max-width: 360;
}
.bgred {
    background-color: red;
}
.posrelative {
    position: relative;
}
.inputauto {
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: var(--f7-input-height);
    background-color: var(--f7-input-bg-color,transparent);
}

.oval {
    width: calc(100% + 25px);
    /* width: 100%; */
    margin-left: -25px;
    margin-top: -100px;
    height: 300px;
    background: #8705f0;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff133e), to(#fb1bac));
    background: linear-gradient(to bottom right, #ff133e, #fb1bac);
    border-radius: 100% / 50%;
}

.gradient {
    background: rgb(255,19,62) !important;
    background: linear-gradient(126deg, rgba(255,19,62,1) 0%, rgba(251,27,172,1) 100%) !important;
}

.contact-container {
    width: calc(100% - 40px);
    margin: -110px auto 0;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 20px;
    max-width: 600px;
}

.custom-form {
    margin: 0;
}

.contact-container .contact-icon {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-top: -70px;
    border: 5px solid #fff;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -15px;
}

.contact-container .contact-icon img {
    width: 55px;
    color: #eaeaec;
    margin-top: -20px;
}
.contact-container .contact-icon i {
    font-size: 55px;
    color: #eaeaec;
    margin-top: -20px;
}

.contact-form {
    width: 100%;
    margin-top: 10px !important;
}

.contact-container .big-button {
    width: 100%;
}

.custom-form .item-content {
    background: #f2f2f4;
    padding: 0 5px 0 15px;
    margin: 15px 0;
    border-radius: 8px;
}
.custom-form .item-inner {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 5px;
}

.custom-form input, .ios .custom-form textarea {
    padding-right: 30px;
}

.custom-form textarea {
    min-height: 150px;
}

.ios .big-button {
    font-size: 16px;
    padding: 10px;
    height: 45px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
}

.style1 {
    padding-top: 1px;
}

.boder-round {
    border-radius: 8px;
}
.boder-round-bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.hidden {
    overflow: hidden;
}

.w100p {
    width: 100%;
}
.margin-top {}
.mt-0 {
    margin-top: 0 !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb-150 {
    margin-bottom: 150px !important;
}
.mb-200 {
    margin-bottom: 200px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}

.boxshadow {
    -webkit-box-shadow: 0px 5px 60px -10px rgba(100, 66, 66, 0.2) !important;
            box-shadow: 0px 5px 60px -10px rgba(100, 66, 66, 0.2) !important;
}

.round-b {
    border-radius: 0px 0px 8px 8px;
}

.discover-gradient {
    width: 100%;
    height: 180px;
    position: absolute;
    background: #8705f0;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff2e54), to(#c519e4));
    background: linear-gradient(to bottom right, #ff2e54, #c519e4);
    margin-top: -45px;
}

.discover-gradient svg {
    position: absolute;
    bottom: 0;
    /* width: calc(100% + 2px); */
    width: 100%;
    height: 70px;
    z-index: 0;
}

.title-container {
    margin: 30px 0 10px;
}

.title-date {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;font-size: 13px;
}

.title-container .white .title-date {
    color: rgba(255, 255, 255, 0.6);
}

.title-with-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.title-container.white h1 {
    color: #fff;
    margin-top: 0;
}

.title-container.white i {
    color: #fff;
    font-size: 30px;
}

.title-medium-container {
    margin-top: 30px;
    position: relative;
}

.title-medium-container h2 {
    margin: 0;
    font-size: 22px;
    position: relative;
    padding: 10px 0;
}

.title-with-link a.button {
    font-size: 14px;
}

.post-list .item-content .item-media {
    width: 130px;
    height: 120px;
}

.post-list .item-content .item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
}

.post-list .item-subtitle {
    color: #a6a6ab;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 14px;
}

.post-list .item-title {
    margin: 5px 0 6px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
}

.post-list .item-subtitle.bottom-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
}

.post-list .item-subtitle.bottom-subtitle img {
    width: 22px;
    border-radius: 11px;
    margin-right: 6px;
}

.cover-image {
    width: 100%;
}

.icon-sm {
    font-size: 15px !important;
}
.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.list-card {
    padding-left: 0 !important;
}
.list-card-titlegrey {
    
}

.p3 { padding: 3px !important; }
.pb3 { padding-bottom: 3px !important; }
.pt3 { padding-top: 3px !important; }
.pl3 { padding-left: 3px !important; }
.pr3 { padding-right: 3px !important; }
.p5 { padding: 5px !important; }
.pb5 { padding-bottom: 5px !important; }
.pt5 { padding-top: 5px !important; }
.p10 { padding: 10px !important; }

.m5 { margin: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.mt5 { margin-top: 5px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }

.mt15 { margin-top: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.mt20 { margin-top: 20px !important; }

.br10 {
    border-radius: 10px;
}

.single .article {
    padding: 25px 20px 0;
}

.single .post-info {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single .post-category {
    font-size: 14px;
    color: white;
    background: #ff2d55;
    display: inline-block;
    font-weight: 600;
    line-height: 18px;
    border-radius: 4px;
    padding: 2px 7px;
    text-transform: uppercase;
}

.author-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f2f2f4;
    padding: 15px 20px;
    position: relative;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.author-block img {
    width: 55px;
    border-radius: 30px;
}

.author-block .author-info {
    margin-left: 15px;
}

.author-block .author-name {
    font-size: 18px;
    font-weight: 600;
    color: #ff2e54;
}

.author-block .author-description {
    font-size: 16px;
    color: #8e8e8e;
}

.author .author-info {
    width: 100%;
    margin: -110px auto 0;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 25px;
    max-width: 600px;
}

.author .author-avatar {
    width: 100px;
    border-radius: 100px;
    margin-top: -50px;
    border: 5px solid #fff;
}

.author .author-name {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 15px 0 4px;
}

.author .author-description {
    font-size: 17px;
    font-weight: 500;
    color: #9fa4a9;
}

.author .social-buttons {
    margin-top: 25px;
}

.social-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5px;
}

.author .social-buttons a {
    padding: 5px 25px;
}

.big-button.facebook {
    background-color: #3b5998;
    color: #fff !important;
}
.big-button.twitter {
    background-color: #00aced;
    color: #fff !important;
}
.social-buttons .big-button {
    width: calc(50% - 5px);
    height: 40px;
}

.count-container {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0 17px;
}

.count-container .count-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30%;
}

.count-container .count-block .count-number {
    font-size: 28px;
    font-weight: 800;
    color: #000;
}

.count-container .count-block .count-label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #9fa4a9;
}

.post-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.links-list {}

.pillbox {
    font-size: 11px;
    color: white;
    background: #ff2d55;
    display: inline-block;
    line-height: 18px;
    border-radius: 4px;
    padding: 2px 7px;
    text-transform: uppercase;
}

.w100p.margin {}

.style2 {
    text-align: center;
}

.text-align-center {}

.card-style-2 {
    height: auto;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
}

.card-image-container {
    height: 250px;
    position: relative;
}

.card-image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
}

.card-style-2 .card-image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card-style-2 .card-infos {
    padding: 17px 20px;
    background-image: none;
}

.card-infos {
    z-index: 2;
    padding: 20% 20px 20px 20px;
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)), to(rgba(0,0,0,0.9)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.8) 100%, rgba(0,0,0,0.9) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.card-style-2 .card-category {
    color: #8A8A8F;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.list .item-text-full {
    position: relative;
    -webkit-line-clamp: var(--f7-list-item-text-max-lines);
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: var(--f7-list-item-text-font-size);
    font-weight: var(--f7-list-item-text-font-weight);
    color: var(--f7-list-item-text-text-color);
    line-height: var(--f7-list-item-text-line-height);
    max-height: calc(var(--f7-list-item-text-line-height) * var(--f7-list-item-text-max-lines));
}

.list .item-content-grow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-left));
}

.list .item-inner-grow {
    position: relative;
    width: 100%;
    min-width: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    padding-top: var(--f7-list-item-padding-vertical);
    padding-bottom: var(--f7-list-item-padding-vertical);
    padding-right: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));
}

.demo-facebook-card .card-header {
    display: block;
    padding: 10px;
  }

  .demo-facebook-card .demo-facebook-avatar {
    float: left;
  }

  .demo-facebook-card .demo-facebook-name {
    margin-left: 44px;
    font-size: 14px;
    font-weight: 500;
  }

  .demo-facebook-card .demo-facebook-date {
    margin-left: 44px;
    font-size: 13px;
    color: #8e8e93;
  }

  .demo-facebook-card .card-footer {
    background: #fafafa;
  }

  .demo-facebook-card .card-footer a {
    color: #81848b;
    font-weight: 500;
  }

  .demo-facebook-card .card-content img {
    display: block;
  }

  .demo-facebook-card .card-content-padding {
    padding: 15px 10px;
  }

  .demo-facebook-card .card-content-padding .likes {
    color: #8e8e93;
  }

  .item-input .text-editor {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.dmxValidator-error {
    padding-left: 0px !important;
}
