﻿/*-------------------------------------------------------------------------------------------------------------------*/
/* Profile Styling
----------------------------------*/



/*------------------------------------------------------Helpers------------------------------------------------------*/
#aggieprofilecontainer {
    position: relative;
    padding-top: 120px;
    margin: -120px auto 200px;
    background: #faf9fa;
}

#aggieprofile-contactandadmin,
#aggieprofile-aggiedetails {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1100px;
}

#aggieprofile-aggiedetails {
    display: grid;
    grid-template-columns: 260px 1fr;
    position: relative;
    grid-gap: 30px 30px;
}

    #aggieprofile-aggiedetails .aggienetworkuserpanel {
        margin-bottom: 0;
        padding: 40px 30px;
        border-radius: 4px;
        overflow: visible;
        box-shadow: -4px -4px 5px rgba(255, 224, 224, 0.2), 3px 3px 5px rgba(152, 81, 81, 0.1);
    }

    #aggieprofile-aggiedetails h4 {
        margin-bottom: 13px;
        font-size: 12px;
        line-height: 11px;
        color: #8a6666;
    }

    #aggieprofile-aggiedetails p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px;
    }

        #aggieprofile-aggiedetails p:last-child {
            margin-bottom: 0;
        }

#maincolumncontent {
    grid-row: 2 / span 5;
}

    #maincolumncontent .aggienetworkuserpanel {
        margin-bottom: 30px;
    }

#profile-rollcall,
#formerstudentleadership,
#corpsofcadets,
#studentactivities {
    background-size: 195px auto !important;
}

/*-------------------------------------------------Contact and Admin-------------------------------------------------*/
#aggieprofile-contactandadmin {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 30px;
    margin-bottom: 20px;
}

#profileview {
    display: flex;
    align-items: center;
}

    #profileview .aggienetworkradiogroupcontainer {
        width: 350px;
        margin: 0;
    }

    #profileview .aggienetworkradiogroupsegments input[type=radio] + label {
        margin-bottom: 0;
        padding: 7px 0 5px 0;
        font-weight: 600;
        font-size: 12px;
        line-height: 12px;
        border: 1px solid #8a6666;
        text-transform: uppercase;
        background: #fff;
    }

    #profileview .aggienetworkradiogroupsegments input[type=radio]:checked + label {
        background: #8a6666;
    }

#profiletoolbar {
    display: flex;
    position: relative;
    align-items: center;
}

.profiletoolbarbtn {
    margin: 0 0 0 25px;
    color: #8a6666;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-items: center;
    display: flex;
    position: relative;
}

    .profiletoolbarbtn:hover {
        cursor: pointer;
    }

.profiletoolbaricon {
    width: 22px;
    margin: 0 3px 0 0;
}

    .profiletoolbaricon#shareicon {
        width: 24px;
        margin: -5px 1px 0 0;
    }

.toolbar-dropdown {
    background: white;
    padding: 18px;
    border-radius: 4px;
    box-shadow: 0px 5px 10px 1.17px rgba(86, 38, 38, 0.1);
    position: absolute;
    top: calc(100% + 5px);
    left: unset;
    right: -8px;
    width: 300px;
    z-index: 5;
}

    .toolbar-dropdown.show {
        transform: translate3d(-25px, 34px, 0px) !important;
    }

    .toolbar-dropdown li {
        margin: 0;
    }

    .toolbar-dropdown > li > a {
        padding: 5px;
        font-size: 14px;
        color: #08639C;
        display: inline;
        line-height: 20px;
        white-space: initial;
    }

        .toolbar-dropdown > li > a:hover {
            color: #562626;
            background-color: initial;
        }

    /* Arrow */
    .toolbar-dropdown:after,
    .toolbar-dropdown:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .toolbar-dropdown:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .toolbar-dropdown:before {
        border-color: rgba(204, 204, 204, 0);
        border-bottom-color: #ccc;
        border-width: 11px;
        margin-left: -11px;
    }

.dropdown-backdrop {
    z-index: 1;
}

#profiletools.toolbar-dropdown:after,
#profiletools.toolbar-dropdown:before {
    left: 90%;
}

#profileshare.toolbar-dropdown:after,
#profileshare.toolbar-dropdown:before {
    left: 58%;
}

#profileshare h4 {
    text-align: center;
}

#profileshare p.profileshortlink {
    margin: 0 0 15px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: lowercase;
    font-weight: 400;
}

#profileshare .socialshare.aggienetworkflexcontainer {
    justify-content: space-between;
    align-items: center;
}

#profileshare .socialshare a {
    padding: 5px 8px 6px;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #3b5a99;
    border-radius: 4px;
}

    #profileshare .socialshare a img {
        position: relative;
        display: inline-block;
        margin: 0 6px 0 0;
        width: 10px;
        height: 10px;
        vertical-align: middle;
    }

    #profileshare .socialshare a .sharebuttontext {
        position: relative;
        top: 2px;
    }

    #profileshare .socialshare a.twittershare {
        background: #1dacea;
        margin: 0 10px;
    }

    #profileshare .socialshare a.linkedinshare {
        background: #005a86;
    }

/*------------------------------------------------------Header-------------------------------------------------------*/
#profilepicandyearbarcontainer {
    z-index: 2;
    grid-row: 1 / span 2;
}

.profilepicandyearbar {
    margin: 0px auto;
}

#profilepiccontainer {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 4px;
    box-shadow: -4px -4px 5px rgba(255, 224, 224, 0.2), 3px 3px 5px rgba(152, 81, 81, 0.1);
    z-index: 2;
}

    #profilepiccontainer:after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

.profilepiccontent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#profilepic {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 2;
}

#yearbarcontainer {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.yearbarconnector {
    height: 100%;
    width: 6px;
    background: #c8c3c3;
    position: absolute;
    top: -10px;
    left: 25%;
    transform: translateX(-50%);
    /*box-shadow: 0px 3px 8.55px 0.45px rgba(0, 0, 0, 0.1);*/
}

    .yearbarconnector#yearbarrightsupport {
        left: 75%;
    }

.yearbar {
    background: #f9ebaf;
    padding: 6px 8px;
    margin: 8px auto 0;
    position: relative;
    /*box-shadow: 0px 3px 8.55px 0.45px rgba(0, 0, 0, 0.1);*/
}

.yearbartext {
    border: 2px solid #fbf8dd;
    padding: 7px 7px 6px;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #805c5c;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.totalyearsgivingnumber {
    padding-left: 1px;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    border: 2px solid rgba(138, 102, 102, 0.25);
}

.Bronze {
    background: #c6b9a3;
}

    .Bronze .yearbartext {
        border: 2px solid #e8e2d9;
    }

.Silver {
    background: #d7d7d7;
}

    .Silver .yearbartext {
        border: 2px solid #f2f2f2;
    }

.Gold {
    background: #f5e5a0;
}

    .Gold .yearbartext {
        border: 2px solid #fffce0;
    }

.Diamond {
    background: #c9f2f7;
}

    .Diamond .yearbartext {
        border: 2px solid #f5fcff;
    }

.Endowed {
    background: #999;
}

    .Endowed .yearbartext {
        border: 2px solid #eeeeee;
        color: #eee;
    }

#aggieataglance.aggienetworkuserpanel {
    margin: 30px 0 0 -35px;
    padding: 20px 35px;
}

#primary-info h2 {
    margin: 0;
    font-family: "proxima-nova", sans-serif;
    font-weight: initial;
    font-size: 26px;
    line-height: 34px;
    color: #8a6666;
    text-transform: none;
}

#primary-info h4 {
    margin: 2px 0 0;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.aboutaggie .aggienetworkflexcontainer {
    margin-right: 60px;
    align-items: center;
}

.aboutaggie .profileinfoicon {
    height: 20px;
}

.aboutaggie p {
    font-weight: 400;
    font-size: 16px;
    margin-left: 8px;
    flex: 1;
}

.socialcontacts,
.aboutaggie {
    margin-top: 10px;
}

    .socialcontacts a {
        display: flex;
        margin-right: 12px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
    }

    .socialcontacts img {
        width: 20px;
        height: auto;
    }

    .socialcontacts svg {
        width: 11px;
        height: auto;
    }

    .socialcontacts a.profile-email {
        background: rgba(138, 102, 102, 1);
    }

        .socialcontacts a.profile-email svg {
            width: 17px;
            height: auto;
            fill: rgba(255, 255, 255, 1);
        }

    .socialcontacts a.profile-facebook {
        background: rgba(89, 118, 178, 1);
    }

        .socialcontacts a.profile-facebook svg {
            width: auto;
            height: 13px;
            fill: rgba(255, 255, 255, 1);
        }

    .socialcontacts a.profile-twitter {
        background: rgba(53, 192, 251, 1);
    }

        .socialcontacts a.profile-twitter svg {
            fill: rgba(255, 255, 255, 1);
        }

    .socialcontacts a.profile-linkedin {
        background: rgba(31, 137, 186, 1);
    }

        .socialcontacts a.profile-linkedin svg {
            margin: -1px 0 0 1px;
            width: auto;
            height: 11px;
            fill: rgba(255, 255, 255, 1);
        }

    .socialcontacts a.profile-instagram {
        background: rgba(219, 50, 116, 1);
    }

        .socialcontacts a.profile-instagram svg {
            width: auto;
            height: 13px;
            fill: rgba(255, 255, 255, 1);
        }

/*------------------------------------------------------Bio------------------------------------------------------*/
#profile-rollcall {
    background-color: #562626;
    background-image: url(../images/profile/rollcallblockbg.png);
    background-repeat: no-repeat ;
    background-size: auto 100% !important;
    
    border-radius: 4px;
}

    #profile-rollcall #rollcallcandlesvg {
        left: 15px;
        width: 10px;
        height: auto;
        position: relative;
        display: block;
    }

    #profile-rollcall .rollcalldetails {
        padding-left: 40px;
        flex: 1;
    }

        #profile-rollcall .rollcalldetails a,
        #profile-rollcall .rollcalldetails p {
            font-weight: 400;
            color: white;
            font-size: 15px;
            line-height: 21px;
            letter-spacing: 0.5px;
        }

#bioandaddress > div:not(:last-child) {
    margin-bottom: 40px;
}

#addresses > div {
    display: flex;
}

.contacticon {
    height: 20px;
    width: 20px;
    font-size: 20px;
    color: #8a6666;
    margin-right: 12px;
}

#degrees > div:not(:last-child) {
    margin-bottom: 20px;
}

#degrees .degreedetails p {
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.8px;
    margin: 0;
}

#degrees .degreedetails span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    margin-top: 4px;
    letter-spacing: 0.6px;
}


/*------------------------------------------------------Stuact------------------------------------------------------*/
#studentlife > div {
    margin: 0 0 50px -30px;
    padding: 30px 0 0 30px;
    min-height: 230px; /*Allow the entire backgroud to be visible*/
}

    #studentlife > div:first-child {
        margin: -30px 0 50px -30px;
    }

    #studentlife > div:last-child {
        margin: 0 0 0 -30px;
    }

    #studentlife > div:first-child:last-child {
        margin: -30px 0 0px -30px;
    }

.profilepanelitemcontainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.profilepanelitem {
    text-align: center;
}

    .profilepanelitem span {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
    }

    .profilepanelitem .profilepanelitemyear {
        margin-top: 15px;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 400;
    }

    .profilepanelitem .aggienetworkflexcontainer {
        justify-content: center;
    }

.profilepanelitemimg {
    height: 60px;
    width: 85%;
    margin: auto;
}

    .profilepanelitemimg img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        max-width: 100px;
        max-height: 60px;
    }

#formerstudentleadership {
    background: #fff url(../images/profile/leadershipblockbg.png) no-repeat top left;
}

#corpsofcadets {
    background: #fff url(../images/profile/corpsblockbg.png) no-repeat top left;
}

#studentactivities {
    background: #fff url(../images/profile/activitiesblockbg.png) no-repeat top left;
}

/*------------------------------------------------------Posts------------------------------------------------------*/
#aggienetworkposts .newsRepeater {
    display: flex;
    position: relative;
    padding: 0;
}

    #aggienetworkposts .newsRepeater:first-child .newspost {
        padding-top: 12px;
    }

    #aggienetworkposts .newsRepeater .newspost {
        padding-top: 15px;
    }

    #aggienetworkposts .newsRepeater:not(:first-child) {
        padding-left: 59px;
    }

    #aggienetworkposts .newsRepeater:last-child {
        padding-bottom: 30px;
    }

#aggienetworkposts .newspostgroup:last-child .newsRepeater:last-child {
    padding-bottom: 0;
}

.newsyearconnector {
    position: absolute;
    height: 100%;
    width: 6px;
    background: #eee9e9;
    left: 22px;
    transform: translateX(-50%);
    z-index: 1;
}

.newsyear {
    height: 44px;
    width: 44px;
    border: 2px solid #eee9e9;
    border-radius: 50px;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    z-index: 1;
    margin-right: 15px;
    color: #8a6666;
}

/*------------------------------------------------------Aggie Info------------------------------------------------------*/
#adminaggieinfo {
    background: #e5f3f9;
    border: solid 2px #bce8f1;
    padding: 20px !important;
}

    #adminaggieinfo ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #adminaggieinfo ul li {
            margin: 0 0 5px;
            font-size: 14px;
            line-height: 22px;
        }

    #adminaggieinfo span {
        font-weight: 600;
        color: #31708f;
        letter-spacing: 0.5px;
        font-size: 11px;
        text-transform: uppercase;
    }

/*------------------------------------------------------Badges------------------------------------------------------*/
#badgecontainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

    #badgecontainer .badgeimg {
        width: 100%;
        cursor: pointer;
    }

#badgemodal .modal-dialog {
    width: 400px;
    margin: 70px auto;
    text-align: center;
}

#badgemodal .modal-content {
    border: none;
    box-shadow: 0px 5px 10px 1.17px rgba(86, 38, 38, 0.1);
}

#badgemodal .modal-header {
    position: relative;
    height: 75px;
    margin-bottom: 10px;
}

    #badgemodal .modal-header .close {
        outline: none;
    }

#badgemodal .badgeimg {
    width: 110px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -34%);
    top: 0;
}

#badgemodal .modal h4 {
    text-transform: capitalize;
    color: #562626;
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

#badgemodal .badge-modal-catgname {
    text-transform: capitalize;
    margin-top: 0px;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
}

/*------------------------------------------------------Aggie Family------------------------------------------------------*/
.aggiefamily {
    flex-direction: column;
}

    .aggiefamily .aggiefamilymember {
        margin-bottom: 15px;
    }

        .aggiefamily .aggiefamilymember:last-child {
            margin-bottom: 0;
        }

    .aggiefamily .aggiefamilymember-avatar {
        width: 50px;
        height: 50px;
        border-radius: 2px;
        overflow: hidden;
        box-shadow: 0px 3px 8.55px 0.45px rgba(0, 0, 0, 0.05);
    }

        .aggiefamily .aggiefamilymember-avatar img {
            width: 100%;
            height: auto;
        }

    .aggiefamily .aggiefamilymember-name {
        padding: 3px 0 0 10px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 12px;
        flex: 1;
    }

        .aggiefamily .aggiefamilymember-name a.name-manual {
            font-size: 16px;
            line-height: 18px;
            text-transform: none;
            cursor: default;
            color: #555;
        }

        .aggiefamily .aggiefamilymember-name a {
            font-size: 16px;
            line-height: 18px;
            text-transform: none;
        }

        .aggiefamily .aggiefamilymember-name span {
            display: block;
            padding-top: 3px;
        }

@media (max-width: 991px) {
    .dropdown-backdrop {
        z-index: 1;
    }

    #aggieprofile-contactandadmin {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #aggieprofile-contactandadmin {
        flex-direction: column-reverse;
        width: 100%;
        max-width: 350px;
        margin: 0 auto 20px;
        height: 60px;
    }

    #profileview .aggienetworkradiogroupsegments input[type=radio] + label {
        font-size: 10px;
    }

    #profileview {
        margin-top: 10px;
    }

    .profiletoolbarbtn {
        padding: 0;
        flex: 1;
        justify-content: center;
        align-items: center;
        margin: 0 10px;
    }

    .toolbar-dropdown {
        right: 50%;
        transform: translateX(50%);
        top: calc(100%);
    }

        .toolbar-dropdown:after {
            border-width: 8px;
            margin-left: -8px;
        }

        .toolbar-dropdown:before {
            border-width: 9px;
            margin-left: -9px;
        }

    #profileshare.toolbar-dropdown:after,
    #profileshare.toolbar-dropdown:before {
        left: 52%;
    }

    #profiletools.toolbar-dropdown:after,
    #profiletools.toolbar-dropdown:before {
        left: 78%;
    }

    #aggieprofile-aggiedetails {
        display: flex;
        flex-direction: column;
        grid-gap: initial;
    }

        #aggieprofile-aggiedetails .aggienetworkuserpanel {
            margin-bottom: 40px;
        }

    #profilepicandyearbarcontainer {
        margin-top: 50px;
        background: white;
        box-shadow: 0px 5px 10px 1.17px rgba(86, 38, 38, 0.1);
        padding-bottom: 20px;
        z-index: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .profilepicandyearbar {
        width: 135px;
        margin-top: -50px;
    }

    #yearbarcontainer {
        width: 100%;
    }

    .yearbar {
        padding: 4px 5px;
    }

    .yearbartext {
        font-size: 12px;
        padding: 3px 3px 2px;
    }

    #profilepicandyearbarcontainer,
    #aggieataglance {
        order: -2;
    }

        #aggieataglance.aggienetworkuserpanel {
            margin: -5px 0 40px 0;
            padding: 0 20px 30px;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        /* Block to hide box shadow */
        #aggieataglance:after {
            content: "";
            background: white;
            height: 10px;
            width: 100%;
            bottom: 99%;
            left: 0;
            position: absolute;
        }

    #primary-info {
        display: flex;
        flex-direction: column;
    }

    .socialcontacts, .aboutaggie {
        margin-top: 25px;
    }

    .aboutaggie {
        order: 3;
        flex-direction: column;
    }

        .aboutaggie p {
            margin-left: 10px;
            font-weight: 300;
        }

        .aboutaggie > div:not(:first-child) {
            margin-top: 20px;
        }

    #nameandposition {
        text-align: center;
    }

    .aboutaggie .aggienetworkflexcontainer {
        margin-right: 0;
    }

    #primary-info h2 {
        font-size: 24px;
        text-align: center;
        font-weight: 300;
    }

    #primary-info h4 {
        font-size: 14px;
        font-weight: 300;
        text-align: center;
    }

    .socialcontacts {
        justify-content: center;
    }

        .socialcontacts a {
            margin: 0 10px;
            width: 30px;
            height: 30px;
        }

            .socialcontacts a.profile-email svg {
                width: 20px;
            }

            .socialcontacts a.profile-facebook svg {
                height: 16px;
            }

            .socialcontacts a.profile-linkedin svg {
                height: 13px;
            }

        .socialcontacts svg {
            width: 15px;
        }

    #addresses {
        flex-direction: column;
    }

        #addresses > div:not(:last-child) {
            margin-bottom: 60px;
        }

    .profilepanelitemcontainer {
        grid-template-columns: 1fr 1fr;
    }

    .profilepanelitemimg {
        height: 60px;
    }

    .newsyear {
        min-width: 44px;
    }

    #adminaggieinfo, #badges {
        order: -1;
    }

    #aggieprofilecontainer .aggiefamily,
    #aggieprofilecontainer #badges {
        margin-bottom: 40px;
        padding: 40px 30px;
        border-radius: 4px;
        overflow: visible;
        box-shadow: 0px 1px 5px rgba(86, 38, 38, 0.1);
        background: white;
    }

        #aggieprofilecontainer #badges .modal-dialog {
            max-width: 94%;
        }
}



/*-------------------------------------------------------------------------------------------------------------------*/
/* Edit Profile Styling
----------------------------------*/




/*------------------------------------------------------Helpers------------------------------------------------------*/
.bottom-buffer {
    margin-bottom: 20px !important;
}

@media (max-width: 767px) {
    .hideonmobile {
        display: none;
    }
}

.initialwidth {
    width: initial;
}

.halfwidth {
    width: 50%;
}

.breakword {
    word-break: break-word;
}

.profilebuttonstyle {
    padding: 5px 15px;
    border-radius: 0;
}

.aggienetworkflexcontainer.verticalflexcontainer {
    flex-direction: column;
    align-items: center;
}

.gridcontainer-numcols-1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px 20px;
}

.gridcontainer-numcols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 20px;
}

.gridcontainer-alignbottom {
    align-items: self-end;
}

.gridcontainer-gaps-lg {
    grid-gap: 30px 20px;
}

#aggieemailfaq .gridcontainer-gaps-lg {
    grid-gap: 30px 60px;
}

.griditem-2columns {
    grid-column: span 2;
}

.linkappearance {
    padding: 5px;
    font-size: 14px;
    color: #08639C;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

/* Override default styles */

.flex-centered {
    flex-flow: nowrap;
    align-items: center;
}

.flex-pointfive {
    flex: .5;
}

.flex-one {
    flex: 1;
}

.flex-onepointfive {
    flex: 1.5;
}

.flex-two {
    flex: 2;
}

.flex-three {
    flex: 3;
}

.aggienetworktextinput,
.aggienetworktextarea,
.aggienetworkdropdowninput {
    border-radius: 0;
}

label.aggienetworktextinputlabel {
    text-transform: uppercase;
}

.aggienetworkformfield {
    max-width: initial;
    flex: 1;
    flex-flow: nowrap;
    /*align-items: center;*/
}


#contentcontainer {
    background: #faf9fa !important;
}

.aggienetworkdropdowninput {
    background-image: linear-gradient(45deg, transparent 48%, #562626 50%), linear-gradient(135deg, #562626 52%, transparent 48%);
}

    .aggienetworkdropdowninput:focus {
        background-image: linear-gradient(45deg, transparent 48%, #8a6666 50%), linear-gradient(135deg, #8a6666 52%, transparent 48%);
        border: 1px solid #8a6666;
    }

.slidebutton {
    font-size: 18px;
}

angucomplete-alt {
    width: 100%;
}

    angucomplete-alt ::-webkit-input-placeholder {
        font-style: italic;
    }

    angucomplete-alt :-moz-placeholder {
        font-style: italic;
    }

    angucomplete-alt ::-moz-placeholder {
        font-style: italic;
    }

    angucomplete-alt :-ms-input-placeholder {
        font-style: italic;
    }


.angucomplete-dropdown {
    max-height: 200px;
    width: 100% !important;
    overflow: auto;
    border: 1px solid #efe9eb;
}

.angucomplete-searching {
    padding: 10px;
}

.angucomplete-row {
    padding: 5px 10px;
    cursor: pointer;
}

    .angucomplete-row:hover {
        background: #efe9eb !important;
    }

.angucomplete-description {
    font-size: 12px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.aggienetworkradiogroupsegments,
.radiogroup-pills {
    width: 225px;
    justify-content: flex-end;
}

    .aggienetworkradiogroupsegments.full,
    .radiogroup-pills {
        width: 100%;
        justify-content: flex-start;
    }

        .aggienetworkradiogroupsegments input[type=radio] + label,
        .radiogroup-pills input[type=radio] + label,
        select.aggienetworkselectinput {
            font-size: 12px;
            font-weight: 600;
            margin: 0;
        }

        .aggienetworkradiogroupsegments input[type=radio]:checked + label,
        .radiogroup-pills input[type=radio]:checked + label {
            font-weight: 600;
        }

/*------------------------------------------------------General------------------------------------------------------*/

.editprofilecontainer {
    width: 100%;
    height: 100%;
    padding: 120px 0 200px 0;
    margin: -90px auto 0;
}

.editprofileform {
    background: white;
    padding: 40px !important;
    margin: auto !important;
    border-radius: 4px;
    box-shadow: 0px 1px 5px rgba(86, 38, 38, 0.1);
}

.editprofilecontainer,
.editprofileform,
.editprofileformreturnlink {
    max-width: 910px;
}

.stuactitemcontainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    grid-gap: 30px;
}

.stuactitem {
    border: 1px solid #eee9e9;
    border-radius: 2px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: space-between;*/
}

    .stuactitem img {
        display: block;
        height: 100px;
        width: 100px;
        object-fit: contain;
        margin-bottom: 20px;
    }

    .stuactitem .stuacttitle {
        font-size: 14px;
        text-transform: capitalize;
        color: #562626;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .stuactitem .stuactitemtext {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .stuactitem span {
        font-size: 12px;
        text-transform: uppercase;
    }

    .stuactitem .slidebutton {
        border: 1px solid #8a6666;
        border-radius: 2px;
        margin: 20px 0 0 0;
        height: 30px;
        width: 76px;
        font-size: 14px;
        font-weight: 800;
        color: #8a6666;
        padding: 0;
    }

        .stuactitem .slidebutton.deletebutton {
            color: #fff;
        }

            .stuactitem .slidebutton.deletebutton:hover {
                color: #8a6666;
            }


h4.sectionheader {
    font-size: 20px;
}

span.labelsubheader {
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
}

.custom-field-validation-error {
    font-size: 14px;
    color: #FF0000;
}

@media (max-width: 767px) {
    .editprofileform {
        margin: 20px !important;
        padding: 20px !important;
    }

    #formsubmit, #formsubmitting {
        margin-top: 20px;
        padding: 10px 25px;
    }

    .gridcontainer-numcols-1,
    .gridcontainer-numcols-2,
    .stuactitemcontainer {
        grid-template-columns: 1fr;
    }

    #editprofile-studentactivitiesform .stuactitem,
    #editprofile-familyform .stuactitem {
        flex-direction: row;
        text-align: left;
        justify-content: initial;
        align-items: initial;
    }

        #editprofile-studentactivitiesform .stuactitem img,
        #editprofile-familyform .stuactitem img {
            margin-bottom: 0;
            margin-right: 15px;
            height: 80px;
            width: 80px;
        }

        #editprofile-studentactivitiesform .stuactitem .stuactitemtext,
        #editprofile-familyform .stuactitem .stuactitemtext {
            display: block;
        }

        #editprofile-studentactivitiesform .stuactitem .slidebutton,
        #editprofile-familyform .stuactitem .slidebutton {
            margin-top: 10px;
        }
}



/*-----------------------------------------Edit Profile Home - editprofile-------------------------------------------*/

.editprofilesection {
    background: white;
    margin: 20px;
    padding: 20px;
    border-radius: 4px;
    overflow: visible;
    box-shadow: 0px 1px 5px rgba(86, 38, 38, 0.1);
    position: relative;
}



.editprofilesection .editprofilesectionheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

        .editprofilesection .editprofilesectionheader h2,
        .editprofileformtitle {
            font-family: "proxima-nova-extra-condensed", sans-serif;
            font-weight: 600;
            font-size: 22px;
            color: #8a6666;
            letter-spacing: 1px;
            margin: 0;
        }

    .editprofilesection .editprofilesectioncontent {
        margin-top: 20px;
    }

    .editprofilesection h4 {
        margin: 0 0 5px 0;
        font-weight: 700;
        font-size: 12px;
        line-height: 12px;
        color: #8a6666;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .editprofilesection p {
        margin: 0;
        font-size: 16px;
        line-height: 24px;
    }

.editprofiletitle {
    margin: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .editprofiletitle h2 {
        font-weight: 700;
        font-size: 22px;
        color: #562626;
        line-height: initial;
        margin: 0;
    }

    .editprofiletitle:not(:first-of-type) {
        margin-top: 80px;
    }

    .editprofiletitle a {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: .5px;
    }

.editprofileformtitle {
    font-size: 28px;
    margin-bottom: 40px;
}

.editprofileformreturnlink {
    margin: 0 auto 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    letter-spacing: .3px;
}

.leftreturnchevron {
    height: 15px;
    vertical-align: sub;
}

.privacysettinglabel {
    font-size: 12px;
    font-weight: 600;
    color: #59d064;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: right;
    position: absolute;
    top: 40%;
    right: 100px;
}

    .privacysettinglabel.disabled {
        color: #FF4136;
    }

#profilepicturepreviewcontainer {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

#profilepicturepreview {
    width: 100%;
    height: auto;
}

#profilefullname {
    font-size: 18px;
}

p.editprofiletitle {
    font-weight: 400;
}

.editprofilesocialcontainer {
    display: flex;
}

    .editprofilesocialcontainer a, .editprofilesocialcontainer > div {
        margin-right: 10px;
        width: 26px;
        height: 26px;
        border-radius: 4px;
        justify-content: center;
        align-items: center;
        display: inline-flex;
        overflow: hidden;
    }

    .editprofilesocialcontainer svg {
        position: relative;
        display: block;
        width: 20px;
        height: auto;
    }

.editprofilesocialcontainer .profile-tamu {
    background: #562626;
    border: 1px solid #562626;
}

.editprofilesocialcontainer .profile-apple {
    background: #000000;
    border: 1px solid #000;
}

.editprofilesocialcontainer .profile-google {
    background: #fff;
    border: 1px solid #4285F4;
}


    .editprofilesocialcontainer .profile-facebook {
        background: #1877F2;
        border: 1px solid #1877F2;
    }

.editprofilesocialcontainer .profile-twitter {
    background: rgba(53, 192, 251, 1);
}

.editprofilesocialcontainer .profile-linkedin {
    background: rgba(31, 137, 186, 1);
}

.editprofilesocialcontainer .profile-instagram {
    background: rgba(219, 50, 116, 1);
}

.stuactitem-preview .stuacttitle {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.stuactitem-preview span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}

.editprofilebutton,
.editprofilebutton:hover,
.editprofilebutton:focus,
.editprofilebutton:active,
.editexternalloginbutton,
.editexternalloginbutton:hover,
.editexternalloginbutton:focus,
.editexternalloginbutton:active {
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 5px 25px;
    background: #8a6666;
    border-radius: 2px;
    color: white;
    text-transform: uppercase;
    -webkit-transition: 0.1s all linear;
    -moz-transition: 0.1s all linear;
    -ms-transition: 0.1s all linear;
    transition: 0.1s all linear;
    text-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.editexternalloginbutton {
    float: right;
}

.editprofilebiopreview {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {

    #editstuactpreview {
        display: none;
    }

    .editprofiletitle {
        display: block;
    }

    .editprofilesection .editprofilesectionheader h2 {
        margin: 0px 70px 0 0;
    }

    .editprofilebutton {
        /* Hide desktop edit button*/
        padding: 0 !important;
        width: 0px !important;
        color: transparent;
        position: absolute;
        top: 0;
        right: 0;
    }

    .privacysettinglabel {
        margin-top: 5px;
        position: initial;
        top: initial;
        right: initial;
    }

    .griditem-2columns {
        grid-column: initial;
    }

    .editprofileformtitle {
        margin-bottom: 20px;
    }

    .editprofileformreturnlink {
        margin: 0 20px 10px;
    }

    .halfwidth {
        width: initial;
    }

    .editprofilesection {
        position: relative;
    }

        .editprofilesection .editprofilesectionheader .editprofilebutton:after {
            content: '';
            position: absolute;
            display: inline-block;
            background: #846161 url(/Content/f1/images/profile/Pencil.svg) no-repeat center center;
            background-size: 25px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.25);
            height: 50px;
            width: 80px;
            border-radius: 16px;
            top: -8px;
            right: -6px;
        }

        .editprofilesection .editprofilesectionheader #sendlink.editprofilebutton:after {
            content: 'Send\ALink';
            background: #846161;
            color: white;
            text-align: center;
            white-space: pre-wrap;
        }

    .editexternalloginbutton:after {
        position: absolute;
        display: inline-block;
        background: #846161 url(/Content/f1/images/profile/Pencil.svg) no-repeat center center;
        background-size: 25px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.25);
        height: 50px;
        width: 80px;
        border-radius: 16px;
        top: -8px;
        right: -6px;
    }

    #primaryinfopreview {
        display: block;
        text-align: center;
    }

        #primaryinfopreview .left-buffer {
            margin-left: 0;
        }
}
/*------------------------------------------Privacy Settings - editprivacy-------------------------------------------*/

.privacyoptionlabel {
    letter-spacing: .5px;
    margin-bottom: 0;
}

#editprofile-privacyform .aggienetworkradiogroupsegments {
    margin-left: 80px;
}

#editprofile-privacyform .toggleswitch + label, #editprofile-passwordreset .toggleswitch + label {
    top: 0;
}

#privacysectionscontainer.disabled .aggienetworkradiogroupsegments {
    opacity: .6;
    pointer-events: none;
}

@media (max-width: 767px) {
    #editprofile-privacyform .aggienetworkformfield {
        display: block;
    }

    #editprofile-privacyform .aggienetworkradiogroupsegments {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 30px;
    }

    #editprofile-privacyform .privacyoptionlabel.left-buffer {
        margin-left: 0;
    }

    #editprofile-privacyform .top-buffer {
        margin-top: 60px;
    }
}
/*--------------------------------------------Account Settings - editblah--------------------------------------------*/



/*--------------------------------------Personal and Employment Info - editname--------------------------------------*/


#editprofilepiccontainer {
    position: relative;
}

    #editprofilepiccontainer img {
        height: 200px;
        width: 200px;
    }

#deleteprofilepicbutton {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    border-radius: 100%;
    background: white;
    transform: translate(40%,-40%);
    cursor: pointer;
}

#opencroppiemodal {
    margin: 0;
}

.cr-slider-wrap {
    position: relative;
    width: 240px !important;
}

.cr-slider::before,
.cr-slider::after {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.cr-slider::before {
    content: url("/Content/f1/images/uielements/zoomout.svg");
    position: absolute;
    left: -40px;
}

.cr-slider::after {
    content: url("/Content/f1/images/uielements/zoomin.svg");
    position: absolute;
    right: -40px;
}

@media (max-width: 767px) {
    #editprofile-nameform .aggienetworkflexcontainer,
    #editprofile-nameform .aggienetworkformfield,
    .thumbnailMakerModal .aggienetworkflexcontainer {
        flex-direction: column;
    }

    #editprofile-nameform #editprofilepiccontainer.right-buffer {
        margin: 0;
        text-align: center;
    }

    #editprofile-nameform #deleteprofilepicbutton {
        right: calc(50% - 102px);
    }

    #editprofile-nameform .left-buffer {
        margin: 0;
    }

    #editprofile-nameform .aggienetworkflexcontainer.aggienetworkformfield div:not(:first-child) {
        margin-top: 20px;
    }

    .thumbnailMakerModal {
        top: 50px;
    }

        .thumbnailMakerModal button {
            margin: 0;
            padding: 10px 25px;
        }

            .thumbnailMakerModal button:first-child {
                margin-bottom: 10px;
            }

    #editprofile-nameform #birthdayDateSelector,
    #editprofile-nameform #ClassYear {
        width: 160px;
    }

    .cr-slider-wrap {
        width: 200px !important;
    }
}

/*--------------------------------------------Contact Info - editcontacts--------------------------------------------*/

#editprofile-contactsform .aggienetworkradiogroupsegments.small {
    width: 150px;
    margin-top: 10px;
}

    #editprofile-contactsform .aggienetworkradiogroupsegments.small input[type=radio] + label {
        font-size: 10px;
    }

@media (max-width: 767px) {
    #editprofile-contactsform .aggienetworkradiogroupsegments.small {
        width: 225px;
    }

    #editprofile-contactsform .editaddresscontactcontainer .aggienetworkflexcontainer {
        flex-direction: column;
    }

    #editprofile-contactsform .editaddresscontactcontainer .left-buffer {
        margin-left: 0;
        margin-top: 20px;
    }

    #editprofile-contactsform .editaddresscontactcontainer .top-buffer {
        margin-top: 20px;
    }
}


/*---------------------------------Activites and Leadership - editstudentactivities----------------------------------*/

.stuactsearchbarcontainer {
    max-width: 600px;
}

#cantfindorgainizationlink {
    display: block;
    text-align: right;
    margin: 5px 0 0 0;
    font-size: 13px;
}

#yearsactivelabel {
    font-weight: 600;
    font-size: 12px;
    color: #8a6666;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 10px;
}

@media (max-width: 767px) {
    #editprofile-studentactivitiesform .initialwidth {
        width: 100%;
    }
}

/*------------------------------------------------Awards - editawards------------------------------------------------*/


/*------------------------------------------------Family - editfamily------------------------------------------------*/

.aggiefamilysearchresults {
    overflow: hidden;
}

    .aggiefamilysearchresults .aggiefamilymember {
        padding: 10px;
        margin-bottom: 5px;
    }

        .aggiefamilysearchresults .aggiefamilymember:hover {
            background: rgba(0,0,0,.12);
            cursor: pointer;
        }

.addfamilymodal .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 767px) {
    .editfamilyinputcontainer .aggienetworkformfield {
        display: block;
        flex: initial;
    }

        .editfamilyinputcontainer .aggienetworkformfield > div {
            margin-left: 0;
            margin-right: 0;
        }

    .editfamilyinputcontainer .left-buffer {
        margin-top: 20px;
    }

    .editfamilyinputcontainer .aggienetworkflexcontainer {
        display: block;
        margin-bottom: 20px;
    }

        .editfamilyinputcontainer .aggienetworkflexcontainer > div {
            margin-bottom: 20px;
            margin-left: 0;
        }

    .aggiefamilysearchresults .aggiefamilymember {
        margin-bottom: 10px;
        padding: 10px 10px;
        background: #fbf9f9;
        border: 1px solid #ddd3d3;
        border-radius: 4px;
    }
}



/*------------------------------------------------Login Settings and External Account Logins------------------------------------------------*/

.emailprefstatement {
    margin: 2px 0 0;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
}


#loginsettings.editprofilecontainer {
    padding: 120px 0 80px;
}

#externalaccounts{
    margin-bottom: 100px;
}

#externalaccounts .editprofilesection {
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.externalaccount-listitem {
    align-items: center;
}


a.externalacctbtn {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
    cursor: pointer;
}

a.externalacctbtn:hover {
    color: #08639c
}


@media (max-width: 767px) {
    #loginsettings.editprofilecontainer {
        padding: 120px 0 40px;
    }
}



/*-------------------------------------------------------------------------------------------------------------------*/
/* Bio Data Form / Account Register
----------------------------------*/
#biodataformcontainer {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
}

    #biodataformcontainer .row {
        display: flex;
    }

    #biodataformcontainer .faqsection {
        width: 275px;
    }

    #biodataformcontainer a.faqquestion {
        font-size: 18px;
        line-height: initial;
    }

    #biodataformcontainer .aggienetworkradiogroupsegments {
        width: 80%;
        text-transform: uppercase;
    }

        #biodataformcontainer .aggienetworkradiogroupsegments input[type=radio] + label {
            padding-left: 10px;
            padding-right: 10px;
        }

#personalandcontactinfo fieldset:disabled {
    opacity: .5;
}

#biodataformcontainer .radiogroup-pills {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(80px, 1fr) );
    grid-gap: 10px;
}

#biodataformcontainer .aggienetworkformfield .error {
    position: initial;
    bottom: 0;
    font-size: 12px;
    line-height: 22px;
    /*display: block;*/
}

.mobilephonecheckbox {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .mobilephonecheckbox input, .mobilephonecheckbox label {
        margin: auto;
    }

    .mobilephonecheckbox input {
        margin-right: 10px;
    }

@media (max-width: 991px) {
    #biodataformcontainer {
        display: flex;
        flex-direction: column-reverse;
        margin: 0;
    }

        #biodataformcontainer .faqsection {
            width: 100%;
            margin-bottom: 30px;
        }
}

@media (max-width: 767px) {
    #biodataformcontainer .aggienetworkflexcontainer,
    #biodataformcontainer .aggienetworkformfield {
        flex-direction: column;
    }

    #biodataformcontainer .left-buffer {
        margin: 0;
    }

    #biodataformcontainer .aggienetworkflexcontainer.aggienetworkformfield .left-buffer {
        margin-top: 20px;
    }

    #biodataformcontainer .aggienetworkflexcontainer.aggienetworkformfield.padbottom {
        margin-bottom: 20px;
    }
}


/*-------------------------------------------------------------------------------------------------------------------*/
/* Aggienetwork Email Pages
----------------------------------*/
.gmailherocontainer {
    background: url(/Content/f1/images/email/Mails.png), url(/Content/f1/images/email/Gigs.png);
    background-repeat: no-repeat;
    background-size: auto 89%;
    background-position: 49% -31%;
}

.gmailherotext {
    width: 70%;
    text-align: center;
    margin: 150px auto 0;
}

    .gmailherotext h1 {
        font-family: "proxima-nova", Helvetica, Sans-Serif;
        font-weight: 800;
        font-size: 61px;
        color: #562626;
        line-height: 61px;
        letter-spacing: 1px;
        text-transform: capitalize;
        margin: 0;
    }

    .gmailherotext h2 {
        font-weight: 300;
        font-size: 50px;
        color: #562626;
        margin: 0;
        letter-spacing: 1px;
    }

    .gmailherotext p {
        font-size: 20px;
        line-height: 30px;
        margin: 10px 9%;
    }

.googlecontentcontainer {
    padding: 0 2%;
}

.gmailcontainer {
    display: flex;
    grid-template-columns: 40% auto;
    grid-gap: 50px;
}

.gmailcontainer-img {
    width: 40%;
}

.gmailcontainer img {
    width: 100%;
    box-shadow: 0 12px 38px rgba(0,0,0,0.10);
}

.gmailcontainer .gmailtext {
    flex: 1;
    margin-left: 50px;
}

.gmailcontainer h3 {
    font-size: 32px;
    font-weight: 600;
}

.gsuiteitems {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 30px;
}

.gsuiteitem {
    background: white;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 12px 38px rgba(0,0,0,0.10);
    height: max-content;
}

    .gsuiteitem:nth-child(2),
    .gsuiteitem:nth-child(5) {
        margin-top: 70px;
    }

    .gsuiteitem b {
        font-size: 20px;
        line-height: initial;
    }

    .gsuiteitem img {
        height: 50px;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .gsuiteitem p {
        line-height: 22px;
        margin: 0;
    }

.gsuitecontainer {
    text-align: center;
}

    .gsuitecontainer h3 {
        font-size: 32px;
        font-weight: 600;
    }

.gsuitecontainer,
#transferaccountfooter {
    margin-top: 160px;
}

#transferaccountfooter {
    background: #562626;
    padding-top: 50px;
}

.transferaccountfootercontainer {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    padding: 0 2%;
    margin: auto;
}

.transferaccountfooteritem {
    position: relative;
    flex: 1;
}


#transferaccountfooter img {
    height: 100%;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    object-fit: contain;
    object-position: bottom;
}

#transferaccountfooter h3 {
    font-size: 36px;
    font-weight: 600;
    color: white;
}

.transferaccountfootertext {
    width: 100%;
    margin-right: 50px;
    padding-bottom: 70px;
}

.break {
    display: none;
}

@media (max-width: 991px) {
    .break {
        flex-basis: 100%;
        height: 0;
        display: block;
    }

    .gsuiteitems {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .gsuiteitem {
        height: auto;
        margin: 10px;
        width: 30%;
    }

        .gsuiteitem:nth-child(2),
        .gsuiteitem:nth-child(5) {
            margin-top: 10px;
        }


    .gmailherotext {
        width: 100%;
    }

    .gmailcontainer {
        flex-direction: column;
    }

        .gmailcontainer .gmailtext {
            margin: 0;
        }

    .gmailcontainer-img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .gsuiteitem {
        width: 100%;
        flex: none;
        margin: 0;
    }

        .gsuiteitem:nth-child(2), .gsuiteitem:nth-child(5) {
            margin: 0;
        }

    .gsuiteitems {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
        grid-gap: 10px;
    }


    .transferaccountfootercontainer {
        flex-direction: column;
    }

    #transferaccountfooter img {
        position: initial;
        height: auto;
        width: 100%;
    }

    .gsuitecontainer, #transferaccountfooter {
        margin-top: 80px;
        padding: 0 15px;
    }

    .gmailherotext {
        padding: 0 15px;
    }

        .gmailherotext p {
            margin: 10px 0;
        }

    .googlecontentcontainer {
        padding: 15px;
    }

    .break {
        display: none;
    }
}

/* Aggienetwork email */

#aggiemailcontainer {
    min-height: 400px;
}

#editprofile-aggienetworkemail .editprofilesection {
    margin: 10px 0;
}

.variablewidthinputcontainer input {
    text-align: right;
    background: transparent;
    border: none;
    padding: 0;
    max-width: 100%;
}

.createemailsection {
    text-align: center;
}

    .createemailsection input {
        background: transparent;
        border: none;
        padding-right: 0;
    }

.emailvalidationmessage {
    margin: 0;
    display: none;
    font-weight: 600;
}

    .emailvalidationmessage svg,
    .addaliasbutton svg {
        height: 20px;
        margin-right: 5px;
    }

#addressavailablemessage {
    color: #51e339;
}

#addressunavilablemessage {
    color: #e42828;
}

.createemaillabel {
    font-weight: 600;
    margin: 0;
}

.createemailsection .password {
    text-align: center;
}

.aliasheadercontainer {
    display: flex;
}

.addaliasbutton {
    display: inline-flex;
}

    .addaliasbutton.noalias {
        display: flex;
        margin-top: 40px;
        text-align: center;
        justify-content: center;
    }

.aggieemailmodal {
    text-align: center;
}

.hiddenemailwidthspan {
    position: absolute;
    left: -9999px;
    display: inline-block;
    min-width: 80px;
}

.aliases .editprofilesectionheader, #externalaccounts .editprofilesectionheader {
    padding: 20px 0 20px;
    border-bottom: 1px solid #eee;
}

    .aliases .editprofilesectionheader:first-of-type,, #externalaccounts .editprofilesectionheader:first-of-type {
        padding: 0 0 20px;
    }

        .aliases .editprofilesectionheader:last-of-type, #externalaccounts .editprofilesectionheader:last-of-type {
            padding: 20px 0 0;
            border-bottom: none;
        }

.aggieemailTips {
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    padding-right: 30px;
}

    .aggieemailTips:after {
        content: "\e114";
        position: absolute;
        right: 0px;
        font-family: 'Glyphicons Halflings';
        font-size: 14px;
        color: #555;
        vertical-align: middle;
        top: 15px;
        transform: translateY(-50%);
    }

.profileheaderrow {
    position: relative;
    display: flex;
    align-items: flex-start;
}

    .profileheaderrow > * {
        flex: 1;
        width: auto;
    }

    .profileheaderrow a, a.delete {
        display: inline-block;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: right;
    }

a.delete {
    color: #f64d4d;
}

@media (max-width: 767px) {
    .editprofilesection .editprofilesectionheader {
        display: block;
    }

    .editprofilesectionbuttons {
        margin-top: 20px;
    }

    .aliasheadercontainer {
        display: block;
    }
}

/* password reset form */
.passwordresetchoices .radiogroup-pills {
    position: relative;
    width: 100%;
    margin-top: 10px;
    flex-flow: row wrap;
}

    .passwordresetchoices .radiogroup-pills > input[type=radio] + label, .passwordresetchoices .radiogroup-pills .aggienetworktextinput {
        margin: 0 0 10px 10px;
        flex: 0 0 auto;
        max-width: calc(33.3333334% - 6.6666667px);
    }

    .passwordresetchoices .radiogroup-pills input[type=radio] + label:nth-of-type(3n-2) {
        margin-left: 0;
    }


    .passwordresetchoices .radiogroup-pills input[type=radio] + label:first-of-type, .passwordresetchoices .radiogroup-pills .aggienetworktextinput {
        margin-left: 0;
    }

    .passwordresetchoices .radiogroup-pills > input[type=checkbox] {
        display: none;
    }

        .passwordresetchoices .radiogroup-pills > input[type=checkbox] + input + label {
            flex: none;
            margin: 5px 0 5px;
            padding: 0 0 0 25px;
            width: 100%;
            max-width: none;
            font-weight: 400 !important;
            text-transform: none;
            font-size: 16px;
            line-height: 16px;
            color: #8a6666;
            letter-spacing: 0;
            border: 0;
            text-align: left;
            user-select: none;
        }

.passwordresetchoices input[type=text] {
    margin: -25px 25px 0px !important;
    min-width: 200px;
}

.passwordresetchoices .radiogroup-pills > label.notlisted {
    text-transform: uppercase !important;
}

.passwordresetchoices .radiogroup-pills > input[type=checkbox] + input + label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd3d3;
    border-radius: 50%;
}

.passwordresetchoices .radiogroup-pills > input[type=checkbox]:checked + input + label {
    font-weight: 400 !important;
    color: #8a6666;
    background: none;
}

    .passwordresetchoices .radiogroup-pills > input[type=checkbox]:checked + input + label:before {
        border: 1px solid #8a6666;
    }

    .passwordresetchoices .radiogroup-pills > input[type=checkbox]:checked + input + label:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 3px;
        width: 9px;
        height: 9px;
        background: #8a6666;
        border-radius: 50%;
    }

#editprofile-passwordreset .aggienetworkradiogroupsegments {
    justify-content: flex-start;
}

label#lblUpdatePrimaryEmail {
    margin-left: .9em;
}

input#inpNewEmail.onlyoption, #lblUpdatePrimaryEmail.onlyoption {
    margin-left: -.2em !important;
}

input[type=checkbox]:checked#updatePrimaryEmail {
    background-image: url(/Content/f1/images/uielements/checkmark-white.svg);
    background-color: #8a6666;
    content: '';
}





/*Giving Hub*/

#editprofile-giving section {
    margin-top: 40px;
}

#editprofile-giving .editprofilesection {
    margin: 10px 0;
}

.givingdisclaimer {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    padding-left: 5px;
    color: #777;
    text-transform: none;
    letter-spacing: 0.5px;
}


#givingsummary {
    column-gap: 40px;
    align-items: stretch;
}

#givingsummary > div {
    flex: 1;
}

#currentgiving-details, #lifetimegiving-details {
    align-items: flex-start;
    column-gap: 20px;
}

#currentgiving-details > div:first-child, #lifetimegiving-details > div:first-child {
    flex: 1;
}

#currentgiving-details > div:last-child, #lifetimegiving-details > div:last-child {
    display: inline-flex;
}

#membershiplevel, #membershipexpiration, #totalgiven, #totalyears {
    align-items: center;
}

.cclevelbadge {
    position: relative;
    display: block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.cclevelbadge.A {background-image: url(/Content/f1/images/giving/centuryclublevelbadges/centuryclubbadge-active.svg);}
.cclevelbadge.B {background-image: url(/Content/f1/images/giving/centuryclublevelbadges/centuryclubbadge-bronze.svg);}
.cclevelbadge.S {background-image: url(/Content/f1/images/giving/centuryclublevelbadges/centuryclubbadge-silver.svg);}
.cclevelbadge.G {background-image: url(/Content/f1/images/giving/centuryclublevelbadges/centuryclubbadge-gold.svg);}
.cclevelbadge.D {background-image: url(/Content/f1/images/giving/centuryclublevelbadges/centuryclubbadge-diamond.svg);}
.cclevelbadge.E {background-image: url(/Content/f1/images/giving/centuryclublevelbadges/endowedcenturyclubbadge-ring.svg);}

.expirationdate {margin-left: -40px;}


.givingtable {
    width: 100%;
    border-collapse: collapse;
    
}

.givingtable tbody tr {
    border-bottom: 1px solid #eee9e9;
}

.givingtable tbody tr:last-child {
    border-bottom: 0;
}

.givingtable tbody td {
    padding: 20px 0;
    vertical-align: middle;
}

.givingtable tbody tr:first-child td {
    padding: 0 0 20px 0;
}

.givingtable tbody tr:last-child td {
    padding: 20px 0 0 0;
}

.givingtable tbody tr:only-child td {
    padding: 0 0 0 0;
}







.cardtype {
    position: relative;
    display: block;
    margin-right: 10px;
    width: 30px;
    height: 20px;
}

.cardtype.amex {
    background: url(/Content/f1/images/payment/americanexpress.svg) no-repeat center center;
    background-size: 30px auto;
}

.cardtype.discover {
    background: url(/Content/f1/images/payment/discover.svg) no-repeat center center;
    background-size: 30px auto;
}

.cardtype.mastercard {
    background: url(/Content/f1/images/payment/) no-repeat center center;
    background-size: 30px auto;
}

.cardtype.PayPal {
    width: 48px;
    height: 20px;
    background: url(/Content/f1/images/payment/paypallogo.svg) no-repeat center center;
    background-size: 48px auto;
}

.cardtype.visa {
    background: url(/Content/f1/images/payment/visa.svg) no-repeat center center;
    background-size: 30px auto;
}

#givinghistory .givingPortal {
    padding: 20px 0;
    border-top: 1px solid #eee9e9;
}

#givinghistory .givingPortal:first-child {
    padding: 0 0 20px;
    border-top: none;
}

#givinghistory .givingPortal:last-child {
    padding: 20px 0 0;
}

.givinghistory-yearsummary {
    align-items: center;
    justify-content: space-between;
}

.givinghistory-yearsummary .ccyearbar, .givinghubbutton {
    padding: 8px 14px 6px;
    width: 160px;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #562626;
    text-transform: uppercase;
    background: #fff;
    text-align: center;
    letter-spacing: 0.5px;
}

.ccyearbar.A {background: #f5e5a0;}
.ccyearbar.B {background: #f7e9cf;}
.ccyearbar.S {background: #ececec;}
.ccyearbar.G {background: #fdf1bc;}
.ccyearbar.D {background: #ddf1f3;}
.ccyearbar.E {color: #fff; background: #999;}

.yearsummary-info {
    align-items: center;
}



.textbutton, .textbutton a {
    width: auto;
    margin-right: 20px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #68a8ff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.textbutton a:hover {
    color: #68a8ff;
}

.textbutton.red {
    color: #f64d4d;
}

.missingyears {
    align-items: center;
    justify-content: space-between;
}

.givinghubbutton {
    display: inline-block;
    width: auto;
    background: #fff;
    border: 1px solid #562626;
}


