.widgets-carousel_body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 25px;
    padding-right: 25px;
}

.widgets-carousel_slide {
    min-width: 100%;
    height: 380px;
    padding-bottom: 20px;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;

    position: relative;
    overflow: hidden;
}

.widgets-carousel_slide-content {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: inherit;
    transform-origin: left 50%;

    background: inherit;

    z-index: var(--z);
    transition: .3s ease-out;
}

.widgets-carousel_slide input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -10;
}

.widgets-carousel_slide label {
    width: 22px;
    height: 22px;
    margin: 0 7px 0 7px;

    display: inline-block;
    opacity: 0.35;
    background-color: #fafafa;
    box-shadow: rgba(0, 0, 0, 0.24) 3px 6px 5px;
    border-radius: 100%;

    position: relative;
    z-index: 100;
    cursor: pointer;
}

.widgets-carousel_slide label:last-child {
    margin-right: 0;
}

.widgets-carousel_slide input:checked+label {
    opacity: 1;
}

.widgets-carousel_slide input:not(:checked)+label+.widgets-carousel_slide-content {
    transform: translateX(-100%);
    opacity: 0;
}

.widgets-carousel_slide input:checked+label+.widgets-carousel_slide-content~.widgets-carousel_slide-content {
    transform: translateX(100%);
}

.widgets-carousel_slide input:not(:checked)+label+.widgets-carousel_slide-content {
    transition: 0;
}

.widgets-helper_content {
    width: 100%;
    padding: 0 20px;
}

.widgets_card {
    height: 380px;
    overflow: hidden;
}

.widgets_card img,
.widgets-carousel_slide-content img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
}

.widgets_autoplay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
}

.widget-link {
    position: absolute;
    width: calc(100% - 2px);
    height: 110px;
    min-height: 0;
    z-index: 100000;
}

.widgets-column {
    max-width: 200px;
}

.personal-page_main-container,
.personal-page_helper-container {
    padding: 0 !important;
}

.personal-page_helper-container .widget-card {
    margin-bottom: 25px;
}

.personal-page_helper-container .widgets-helper_body {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #9ea2a2;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
}

.personal-page_helper-container .widgets-helper_date-field {
    line-height: 30px;
    color: #000000;
    font-family: sans-serif;
    font-weight: bold;
}

.personal-page_helper-grade {
    border: 1px solid #9ea2a2;
    height: 380px;
    overflow: hidden;
    margin-bottom: 25px;
    cursor: pointer;
}

.personal-page_helper-grade > div:first-child,
.personal-page_helper-container .widgets-helper_name-field {
    font-size: 16px;
    font-weight: bold;
    background-color: #57575a;
    padding: 10px;
    width: 100%;
    color: #FFF;
}

.personal-page_helper-grade > div:last-child {
    padding: 0 20px;
}

.personal-page_padding {
    padding-right: 25px !important;
}

.personal-page_edit-widget {
    padding: 0;
    margin: 5px 0;
    text-align: end;
}

.personal-page_edit-widget > a {
    cursor: pointer;
}


/*!* Main widget styles from aopa.org *!*/
/*.hp-hero-left {*/
/*    max-width: 100%;*/
/*    width: 100%;*/
/*    min-height: 400px;*/
/*    background-color: #ccc;*/
/*    position: relative*/
/*}*/

/*.hp-hero-right {*/
/*    max-width: 100%;*/
/*    width: 100%;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    -ms-flex-pack: start;*/
/*    justify-content: flex-start;*/
/*    position: relative;*/
/*    padding-top: 55px;*/
/*    padding-left: 20px;*/
/*    padding-right: 20px;*/
/*    padding-bottom: 10px;*/
/*    background-color: #002a3a*/
/*}*/

/*.hp-hero {*/
/*    font: normal 15px/1.4 'Raleway',sans-serif;*/
/*    font: normal .9375rem/1.4 'Raleway',sans-serif;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    -ms-flex-align: stretch;*/
/*    align-items: stretch;*/
/*    background: #00a3e0;*/
/*    margin-bottom: 10px*/
/*}*/

/*.hp-hero .hp-hero__main {*/
/*    height: 380px;*/
/*    max-height: 380px;*/
/*    width: 100%!important;*/
/*    height: auto!important;*/
/*    position: relative*/
/*}*/

/*.hp-hero .hp-hero__main .hp-hero__main-image {*/
/*    position: relative;*/
/*    z-index: 10*/
/*}*/

/*.hp-hero .hp-hero__main img {*/
/*    max-height: 225px;*/
/*    height: 225px!important;*/
/*    width: 100%;*/
/*    -o-object-fit: cover;*/
/*    object-fit: cover*/
/*}*/

/*.hp-hero .hp-hero__main:hover h3,.hp-hero .hp-hero__main:hover .intro-block__intro {*/
/*    background: rgba(0,163,224,.95)*/
/*}*/

/*!*.hp-hero .hp-hero__main:hover h1 {*!*/
/*!*    background: rgba(0,163,224,.95)*!*/
/*!*}*!*/

/*.hp-hero .hp-hero__main .hp-hero__video .video_icon {*/
/*    position: absolute;*/
/*    background: url(https://www.aopa.org/-/media/images/aopa-main/HP2019/play.svg) no-repeat center;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-57%);*/
/*    -ms-transform: translate(-50%,-57%);*/
/*    text-align: center;*/
/*    opacity: .6;*/
/*    transition: .3s ease*/
/*}*/

/*.hp-hero .hp-hero__main:hover .video_icon {*/
/*    opacity: 1;*/
/*    -ms-transform: translate(-50%,-57%) scale(1.1);*/
/*    transform: translate(-50%,-57%) scale(1.1)*/
/*}*/

/*!*.hp-hero h1 {*!*/
/*!*    padding: 12px 20px;*!*/
/*!*    margin: 0 0 0 1px;*!*/
/*!*    background: rgba(0,163,224,.8);*!*/
/*!*    font-size: 26px;*!*/
/*!*    !*font-size: 1.65rem;*!*!*/
/*!*    line-height: 1.2;*!*/
/*!*    color: #fff;*!*/
/*!*    position: absolute;*!*/
/*!*    width: calc(100%);*!*/
/*!*    bottom: 5px;*!*/
/*!*    left: -1px*!*/
/*!*}*!*/

/*.hp-hero h3,.hp-hero .intro-block__intro {*/
/*    padding: 12px 20px 12px 13px;*/
/*    margin: 0 0 0 1px;*/
/*    background: rgba(0,163,224,.8);*/
/*    font-size: 1.2em;*/
/*    line-height: 1.2;*/
/*    color: #fff;*/
/*    position: absolute;*/
/*    width: calc(100%);*/
/*    bottom: 5px;*/
/*    left: -1px;*/
/*    font-family: roboto condensed,sans-serif;*/
/*    font-weight: 400;*/
/*    text-transform: uppercase*/
/*}*/

/*.hp-hero .hp-hero__featured {*/
/*    background: #002a3a;*/
/*    font-family: roboto condensed,sans-serif;*/
/*    width: 100%!important;*/
/*    padding-top: 10px*/
/*}*/

/*.hp-hero .hp-hero__featured h2 {*/
/*    color: #fff;*/
/*    font-size: 28px;*/
/*    font-size: 1.75rem;*/
/*    padding-bottom: 10px;*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    left: 0;*/
/*    z-index: 999;*/
/*    padding: 0;*/
/*    line-height: 1em;*/
/*    margin: 12px 20px;*/
/*    border: none*/
/*}*/

/*.hp-hero .hp-hero__featured a {*/
/*    font-size: 15px;*/
/*    font-size: .9375rem;*/
/*    line-height: 1.4;*/
/*    color: #fff;*/
/*    font-weight: 400*/
/*}*/

/*.hp-hero .hp-hero__featured a:hover {*/
/*    color: #00a3e0;*/
/*    text-decoration: underline*/
/*}*/

/*.hp-hero .hp-hero__featured ul {*/
/*    list-style: none;*/
/*    margin-left: 0;*/
/*    margin-bottom: 0*/
/*}*/

/*.hp-hero .hp-hero__featured ul li {*/
/*    border-bottom: 1px #fff solid;*/
/*    margin: 0 0 5px;*/
/*    padding: 10px 10px 10px 13px*/
/*}*/

/*.hp-hero .hp-hero__featured ul li:first-child {*/
/*    padding-top: 0!important*/
/*}*/

/*.hp-hero .hp-hero__featured ul li:last-child {*/
/*    border-bottom: 0*/
/*}*/

/*.hp-hero .hp-hero__featured ul li a {*/
/*    line-height: 1.3em*/
/*}*/

/*@media screen and (min-width: 880px) {*/
/*    .hp-hero {*/
/*        -ms-flex-direction:row;*/
/*        flex-direction: row;*/
/*        max-width: 1200px;*/
/*        -ms-flex-pack: center;*/
/*        justify-content: center;*/
/*        margin: 0 auto*/
/*    }*/

/*    .hp-hero-left {*/
/*        min-height: 528px;*/
/*        max-width: 800px*/
/*    }*/

/*    .hp-hero-right {*/
/*        max-width: 400px*/
/*    }*/

/*    .hp-hero h3,.hp-hero .intro-block__intro {*/
/*        bottom: 6px*/
/*    }*/

/*    .hp-hero .hp-hero__main {*/
/*        width: 72%*/
/*    }*/
/*}*/

/*@media(min-width: 561px) {*/
/*    .l-column.column-373 {*/
/*        width:calc(100% - 20px)*/
/*    }*/
/*}*/

/*@media(min-width: 881px) {*/
/*    .l-column.column-373 {*/
/*        float:left;*/
/*        display: block;*/
/*        margin-right: 8px;*/
/*        width: calc(33.6% - 8px)*/
/*    }*/

/*    .l-column.column-373:nth-child(2n) {*/
/*        margin-right: 8px*/
/*    }*/

/*    .l-column.column-373:nth-child(3) {*/
/*        margin-right: 0*/
/*    }*/
/*}*/

/*@media(min-width: 1041px) {*/
/*    .l-column.column-373 {*/
/*        float:left;*/
/*        display: block;*/
/*        margin-right: 20px;*/
/*        width: calc(33.8% - 20px)*/
/*    }*/

/*    .l-column.column-373:nth-child(2n) {*/
/*        margin-right: 20px*/
/*    }*/

/*    .l-column.column-373:nth-child(3) {*/
/*        margin-right: 0*/
/*    }*/
/*}*/

/*.defaultPitch {*/
/*    background-size: cover !important;*/
/*    background-position: center left !important;*/
/*}*/
/*!* Main widget styles from aopa.org ends *!*/


.flipdown {
    /*width: 180px;*/
    width: auto;
}

.flipdown .rotor-group:last-child:before,
.flipdown .rotor-group:last-child:after,
.flipdown .rotor-group:nth-last-child(2):before,
.flipdown .rotor-group:nth-last-child(2):after,
.flipdown .rotor-group:last-child{
    display: none;
}

@media (max-width: 955px) and (min-width: 768px) {
    .flipdown .rotor-group:nth-last-child(3):before,
    .flipdown .rotor-group:nth-last-child(3):after,
    .flipdown .rotor-group:nth-last-child(2) {
        display: none;
    }
}

.flipdown .rotor {
    font-size: 2.5rem;
}

.flipdown .rotor,
.flipdown .rotor-leaf,
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor:after {
    width: 30px;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-top {
    line-height: 60px;
}

.flipdown .rotor-leaf,
.flipdown .rotor {
    height: 60px;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor:after {
    height: 30px;
}

/*.flipdown .rotor-group:first-child {*/
/*    padding-right: 15px !important;*/
/*}*/

.flipdown .rotor-group:last-child,
.flipdown .rotor-group:nth-last-child(2) {
    padding: 0!important;
}
.flipdown .rotor-group {
    padding-right: 15px;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    left: 69px;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    bottom: 19px;
    height: 8px;
    width: 8px;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    bottom: 35px;
    height: 8px;
    width: 8px;
}

.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after,
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front,
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear{
    background-color: #57575a;
}

.flipdown.flipdown__theme-dark .rotor:after {
    border-top: solid 1px #57575a;
}
.flipdown_container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
}
.flipdown_loading {
    position: absolute;
    width: calc(100% - 2px);
    height: 110px;
    min-height: 0;
    background: white;
    z-index: 100000;
}
.flipdown_loading-helper {
    position: absolute;
    width: 75%;
    height: 110px;
    min-height: 0;
    z-index: 100000;
}

/* Feedback form start*/
:root {
    --white: white;
    --gradient: linear-gradient(-45deg, #FFA600 0%, #FF5E03 50%);
    --form: #eeefef;
    --form-width: 400px;
    --form-mob-width: 320px;
}

.feedback-form input,
.feedback-form textarea {
    font-family: inherit;
    font-size: 100%;
    border: 1px solid #c2c2c2 !important;
    border-radius: 5px !important;
    max-height: 60vh;
    max-width: 100%;
}

.feedback-label,
.feedback-form.form {
    position: fixed;
    top: 50%;
    right: 0;
    backface-visibility: hidden;
}

.feedback-label {
    font-weight: 500;
    font-size: 16px;
    display: block;
    transform-origin: top right;
    transform: rotate(-90deg) translate(50%, -100%);
    background-color: #F7AB11;
    color: #373C41;
    z-index: 200;
    padding: 5px 10px;
    cursor: pointer;
}
.feedback-label:hover {
    background-color: #e39d0f !important;
}
.feedback-label:active {
    border: 1px solid black !important;
}

.feedback-form.form {
    width: var(--form-width);
    max-height: 90vh;
    transform: translate(100%, -50%);
    padding: 30px;
    overflow: auto;
    background: var(--form);
    z-index: 200;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.feedback-form.form div:not(:last-child) {
    margin-bottom: 20px;
}

.feedback-form.form div:last-child {
    text-align: right;
}

.feedback-input[type="checkbox"]:checked + .feedback-label {
    transform: rotate(-90deg) translate(50%, calc((var(--form-width) + 100%) * -1));
}
.feedback-input[type="checkbox"]:focus + .feedback-label {
    outline: 2px solid rgb(77, 144, 254);
}
.feedback-input[type="checkbox"]:checked ~ .feedback-form.form {
    transform: translate(0, -50%);
}
.feedback-input[type="checkbox"] {
    position: fixed;
    top: 50%;
    right: 0;
    opacity: 0;
}

.feedback-label,
.feedback-form.form {
    transition: all 0.35s ease-in-out;
}

.feedback-form.form button {
    background-color: #F7AB11;
    color: #373C41;
    box-shadow: rgb(0 0 0 / 25%) 0 1px 1px;
    border: 1px solid transparent;
    border-radius: 35px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    transition: 200ms;
    max-width: 195px;
    min-width: 100px;
    padding: 6px 25px !important;
}
.feedback-form.form button:hover {
    background-color: #e39d0f !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px !important;
    color: #373C41;
    transition: 200ms;
    outline: 0;
    outline-offset: 0;
}
.feedback-form.form button[disabled] {
    cursor: not-allowed;
    opacity: .65;
}
.feedback-form.form button:active {
    border: 1px solid black !important;
    color: #242424;
    box-shadow: none;
    outline: 0;
    outline-offset: 0;
}
@media screen and (max-width: 600px) {
    .feedback-form.form {
        padding: 15px;
        width: var(--form-mob-width);
    }

    .feedback-form.form div:not(:last-child) {
        margin-bottom: 10px;
    }

    .feedback-input[type="checkbox"]:checked + .feedback-label {
        transform: rotate(-90deg) translate(50%, calc((var(--form-mob-width) + 100%) * -1));
    }
}

.feedback-form.form a.close {
    opacity: 1;
}
/* Feedback form end*/

.is-show-for-student {
    position: relative;
    width: 100%;
    transform: none !important;
}
.is-show-for-student .aopa-right-panel-header {
    height: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: left;
    text-transform: uppercase;
    padding: 8px 0 10px 8px !important;
    background: var(--main-color);
}
.is-show-for-student .aopa-right-panel-header > span {
    padding: 0;
    font-weight: normal;
}
.is-show-for-student .message-content > div {
    overflow-wrap: break-word;
}
.is-show-for-student .discussion {
    height: auto;
    padding: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.is-show-for-student .discussion > .desc-contact {
    width: 70%;
    height: auto !important;
}
@media (min-width: 768px) and (max-width: 1080px) {
    .is-show-for-student .discussion > .desc-contact {
        width: 95%;
        height: auto !important;
    }
}
.is-show-for-student .discussion > .desc-contact > .message {
    overflow-wrap: break-word;
    text-wrap: wrap;
    line-height: 19px;
}

.main-widget_disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0;
}
.messages-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 1;
    z-index: 100000;
}
/*# sourceMappingURL=widget.css.map */