/* colors */
/* fonts */
/* responsive sizes */
/* transitions */
/* Widely-used vertical alignment mixin */
/* max width used on everything */
/* display flex container */
/* font family for soleil */
.myAccountPage {
    padding-top: 6em;
    /* One radio button per line */
    /* the basic, unchecked style */
    /* the checked style using the :checked pseudo class */
}

.loaderWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    display: none;
}

    .loaderWrapper.active {
        display: block;
    }

    .loaderWrapper .spinner {
        position: absolute;
        width: 7.5em;
        height: 7.5em;
        left: calc(50% - 3.25em);
        top: calc(50% - 3.25em);
    }

        .loaderWrapper .spinner img {
            width: 100%;
        }

@media screen and (max-width: 768px) {
    .myAccountPage {
        padding-top: 5.5em;
    }
}

.myAccountPage .sectionHeaderCenter.carBlue {
    background-color: rgba(19, 44, 110, 0.8);
    font-family: "soleil", sans-serif;
}

@media screen and (min-width: 768px) {
    .myAccountPage .sectionHeaderCenter.carBlue .maxWidthContainer {
        max-width: 115.7em;
    }

    .myAccountPage .sectionHeaderCenter.carBlue .textWrapper {
        margin: 0 2em;
    }
}

@media screen and (min-width: 1366px) {
    .myAccountPage .sectionHeaderCenter.carBlue .maxWidthContainer {
        max-width: 85%;
    }
}

@media screen and (max-width: 768px) {
    .myAccountPage .sectionHeaderCenter.carBlue .textWrapper {
        float: none;
        margin: 0 1.5em;
    }
}

.myAccountPage .sectionHeaderCenter.carBlue p.bold.subhead:before {
    background: white;
}

.myAccountPage .sectionHeaderCenter.carBlue h2 {
    font-size: 4.5em;
}

@media screen and (max-width: 768px) {
    .myAccountPage .sectionHeaderCenter.carBlue h2 {
        font-size: 2.5em;
    }
}

.myAccountPage .sectionWrapper.centered .contentOffset .contentOffsetPadding {
    padding-top: 2em;
}

@media screen and (max-width: 1366px) {
    .myAccountPage .contentMaxWidth {
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .myAccountPage .contentMaxWidth {
        margin: 0;
    }
}

.myAccountPage .accountContent {
    margin: 0;
}

.myAccountPage h2 {
    font-size: 2.5em;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .myAccountPage h2 {
        font-size: 2em;
    }
}

.myAccountPage h4 {
    font-size: 2em;
    font-weight: 800;
}

@media screen and (max-width: 768px) {
    .myAccountPage h4 {
        font-size: 1.8em;
    }
}

.myAccountPage h5 {
    font-size: 16px;
    font-weight: 800;
}

@media screen and (max-width: 768px) {
    .myAccountPage h5 {
        font-size: 14px;
    }
}

.myAccountPage section {
    margin-top: 40px;
}

.myAccountPage #editPhoto {
    margin-bottom: 20px;
}

.myAccountPage .info-block {
    margin-top: 20px;
}

    .myAccountPage .info-block .copy {
        font-size: 1.4em;
    }

    .myAccountPage .info-block .italic {
        font-style: italic;
        font-size: .9em;
    }

    .myAccountPage .info-block .verifyLink {
        display: block;
        font-size: 1.3em;
        text-transform: none;
        text-decoration: underline;
    }

.myAccountPage .officeInfo {
    width: calc(100% - 150px);
}

    .myAccountPage .officeInfo .info-block {
        margin-top: -7px;
    }

@media screen and (max-width: 768px) {
    .myAccountPage .officeInfo {
        width: calc(100% - 120px);
    }
}

@media screen and (max-width: 767px) {
    .myAccountPage .officeInfo {
        width: calc(100% - 100px);
    }
}

.myAccountPage .addPhoto {
    background: none;
    padding: 0;
    width: 150px;
    height: 150px;
}

    .myAccountPage .addPhoto .hiddenFile {
        display: none;
    }

@media screen and (max-width: 768px) {
    .myAccountPage .addPhoto {
        width: 120px;
        height: 120px;
    }

        .myAccountPage .addPhoto a img {
            width: 30px;
        }

        .myAccountPage .addPhoto a span {
            font-size: .8em;
        }
}

@media screen and (max-width: 767px) {
    .myAccountPage .addPhoto {
        height: 100px;
        width: 100px;
    }
}

.myAccountPage .addPhoto a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #9c9c9c;
}

    .myAccountPage .addPhoto a img {
        display: inline-block;
        margin-top: 25%;
    }

    .myAccountPage .addPhoto a span {
        display: block;
        margin-top: 5px;
    }

.myAccountPage .editSettings {
    position: absolute;
    z-index: 1;
}

    .myAccountPage .editSettings span {
        text-decoration: underline;
    }

    .myAccountPage .editSettings img {
        margin-right: 5px;
        position: relative;
        bottom: 5px;
    }

.myAccountPage .button {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    color: #05d6ee;
    line-height: 2.8em;
    height: 3em;
    border: 2px solid #05d6ee;
    display: inline-block;
    width: auto;
    padding: 0 20px;
    margin-top: 30px;
    margin-left: 10px;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    text-decoration: none;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .myAccountPage .button {
        margin: 10px auto;
        font-size: 1.3em;
        text-align: center;
    }

    .myAccountPage #viewProfile {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 320px) {
    .myAccountPage .button {
        font-size: 1.1em;
    }
}

.myAccountPage .button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #05d6ee;
}

.myAccountPage .personalInformation h3 {
    color: #132c6e;
    font-size: 1.5em;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 800;
    float: right;
}

.myAccountPage .personalInformation .aboutMeWrap {
    border-top: 1px solid #9c9c9c;
    padding-top: 20px;
    margin-top: 20px;
}

@media screen and (min-width: 992px) {
    .myAccountPage .personalInformation .aboutMeWrap {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
        border-left: 1px solid #9c9c9c;
        padding-left: 40px;
    }
}

@media screen and (max-width: 768px) {
    .myAccountPage .personalInformation .aboutMeWrap {
        display: block;
        position: relative;
    }
}

@media screen and (max-width: 1400px) {
    .myAccountPage .personalInformation .aboutMe .socialBlock, .myAccountPage .personalInformation .aboutMeEdit .socialBlock {
        width: 100%;
    }
}

@media screen and (min-width: 1400px) {
    .aboutMe .personalWebsite {
        word-wrap: break-word;
    }
}

@media screen and (max-width: 768px) {
    .myAccountPage .personalInformation .aboutMe, .myAccountPage .personalInformation .aboutMeEdit {
        display: none;
    }

    .myAccountPage .personalInformation .aboutMe {
        display: block;
    }

    .myAccountPage .editSettings {
        position: relative;
        float: right;
    }
}

.myAccountPage .personalInformation .officeHelp {
    position: absolute;
    margin-left: 5px;
    cursor: pointer;
    font-size: inherit;
    line-height: inerhit;
}

    .myAccountPage .personalInformation .officeHelp .officeNameHover {
        display: none;
        top: calc(100% - 10px);
        background-color: transparent;
        padding: 0;
        color: white;
        position: absolute;
        left: -143px;
        z-index: 4;
        top: 3.75em;
        font-size: 10px;
        width: 300px;
    }

        .myAccountPage .personalInformation .officeHelp .officeNameHover.active {
            display: block;
        }

@media screen and (max-width: 768px) {
    .myAccountPage .personalInformation .officeHelp .officeNameHover {
        left: -254.5px;
    }
}

@media screen and (max-width: 320px) {
    .myAccountPage .personalInformation .officeHelp .officeNameHover {
        left: -272.5px;
    }
}

@media screen and (max-width: 320px) {
    .myAccountPage .personalInformation .officeHelp .officeNameHover {
        width: 290px;
    }
}

.myAccountPage .personalInformation .officeHelp .officeNameHover:after {
    content: none;
}

.myAccountPage .personalInformation .officeHelp .officeNameHover .innerTip {
    background-color: #132c6e;
    padding: 3em;
}

    .myAccountPage .personalInformation .officeHelp .officeNameHover .innerTip .title {
        font-weight: 700;
        font-size: 1.2em;
        line-height: 1.6em;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 1.5em;
        color: #05d6ee;
    }

    .myAccountPage .personalInformation .officeHelp .officeNameHover .innerTip .copy {
        color: #fff;
        font-style: italic;
        font-size: 1.2em;
        line-height: 1.16666666666667em;
    }

    .myAccountPage .personalInformation .officeHelp .officeNameHover .innerTip:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(19, 44, 110, 0);
        border-bottom-color: #132C6E;
        border-width: 10px;
        margin-left: -10px;
        -webkit-transition: 0.3s all linear;
        -moz-transition: 0.3s all linear;
        -ms-transition: 0.3s all linear;
        -o-transition: 0.3s all linear;
        transition: 0.3s all linear;
    }

@media screen and (max-width: 768px) {
    .myAccountPage .personalInformation .officeHelp .officeNameHover .innerTip:after {
        left: 87%;
    }
}

@media screen and (max-width: 320px) {
    .myAccountPage .personalInformation .officeHelp .officeNameHover .innerTip:after {
        left: 96.5%;
    }
}

.myAccountPage .personalInformation .editSettings {
    right: 10px;
    top: 30px;
}

@media screen and (min-width: 992px) {
    .myAccountPage .personalInformation .editSettings {
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    .myAccountPage .personalInformation .editSettings {
        display: block;
    }
}
/*@media screen and (max-width: 768px) {
    .myAccountPage .personalInformation .aboutMeWrap.floatRight  {
        float: none;
    }
}*/

.myAccountPage .personalInformation .idInfo {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .myAccountPage .personalInformation h2, .myAccountPage .personalInformation h3 {
        display: block;
        float: none;
    }

    .myAccountPage .personalInformation .col-xs-12 {
        padding: 0;
    }

    .myAccountPage #editPhoto {
        margin-bottom: 15px;
    }

    .myAccountPage #eventsShortcuts {
        font-size: 0.9em;
    }

    .myAccountPage .personalInformation .col-xs-8 {
        padding-left: 10px;
        padding-right: 0;
    }

    .myAccountPage .personalInformation .idInfo {
        padding-left: 5px;
        padding-right: 0;
    }

    .myAccountPage .personalInformation .col-xs-4 {
        padding: 0 5px;
    }

    .myAccountPage .personalInformation .officeInfo .col-xs-4 {
        padding: 0;
    }

    .myAccountPage .personalInformation .editSettings {
        top: 15px;
        right: 10px;
    }

    .myAccountPage .personalInformation .mobile-wrapper .col-sm-4 {
        width: 33.333333%;
    }

    .myAccountPage .personalInformation .mobile-wrapper h5 {
        line-height: 1.1em;
        margin-top: 20px;
    }

    .myAccountPage .personalInformation .fullMobile {
        width: 100%;
        padding: 0;
    }
}

.myAccountPage .mobileAboutMe {
    display: none;
}

    .myAccountPage .mobileAboutMe .editSettings {
        top: 0;
        right: 0;
    }

@media screen and (max-width: 768px) {
    .myAccountPage .mobileAboutMe {
        display: block;
    }
}

.myAccountPage .mobileAboutMeEdit {
    display: none;
}

    .myAccountPage .mobileAboutMeEdit .editSettings {
        top: 0;
        right: 0;
    }

.myAccountPage .accountSettings, .myAccountPage .accountSettingsEdit {
    background: #f4f4f4;
    padding: 30px 20px;
}

    .myAccountPage .accountSettings .editSettings, .myAccountPage .accountSettingsEdit .editSettings {
        top: -30px;
        right: 10px;
    }

    .myAccountPage .accountSettings .verified, .myAccountPage .accountSettingsEdit .verified {
        margin: 0 5px;
    }

@media screen and (max-width: 768px) {
    .myAccountPage .accountSettings {
        width: 110%;
        margin-left: -5%;
    }

        .myAccountPage .accountSettings .cellPhone {
            float: right;
        }
}

.myAccountPage .accountSettings .callInPin {
    position: relative;
}

.myAccountPage .accountSettings .pinHover {
    display: none;
}

    .myAccountPage .accountSettings .pinHover.active {
        display: block;
    }

@media screen and (max-width: 768px) {
    .myAccountPage .accountSettings .pinHover.active {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .myAccountPage .accountSettings .pinHover {
        top: calc(100% - 10px);
        background-color: transparent;
        padding: 0;
        color: white;
        position: absolute;
        left: -25%;
        z-index: 4;
        top: 7em;
        width: 330px;
    }

        .myAccountPage .accountSettings .pinHover:after {
            content: none;
        }

        .myAccountPage .accountSettings .pinHover .innerTip {
            background-color: #132c6e;
            padding: 3em;
        }

            .myAccountPage .accountSettings .pinHover .innerTip .title {
                font-weight: 700;
                font-size: 1.2em;
                line-height: 1.6em;
                text-transform: uppercase;
                letter-spacing: 1px;
                margin-bottom: 1.5em;
                color: #05d6ee;
            }

            .myAccountPage .accountSettings .pinHover .innerTip .copy {
                color: #fff;
                font-style: italic;
                font-size: 1.2em;
                line-height: 1.16666666666667em;
            }

            .myAccountPage .accountSettings .pinHover .innerTip:after {
                bottom: 100%;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(19, 44, 110, 0);
                border-bottom-color: #132C6E;
                border-width: 10px;
                margin-left: -10px;
                -webkit-transition: 0.3s all linear;
                -moz-transition: 0.3s all linear;
                -ms-transition: 0.3s all linear;
                -o-transition: 0.3s all linear;
                transition: 0.3s all linear;
            }
}

.myAccountPage .accountSettingsEdit {
    background: none;
}

@media screen and (max-width: 768px) {
    .myAccountPage .accountSettingsEdit {
        padding: 30px 0;
        border-top: 1px solid #9c9c9c;
        border-bottom: 1px solid #9c9c9c;
    }
}

.myAccountPage .accountSettingsEdit .editForm label {
    color: #132c6e;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .myAccountPage .accountSettingsEdit .editForm .col-md-6, .myAccountPage .accountSettingsEdit .editForm .info-block {
        padding: 0;
    }

    .myAccountPage .accountSettingsEdit .editForm .col-xs-6 {
        width: 48%;
    }

    .myAccountPage .accountSettingsEdit .editForm .callInPin {
        float: right;
    }
}

.myAccountPage .accountSettingsEdit .editForm .showPw {
    position: absolute;
    top: 1.85em;
    height: 3.5em;
    line-height: 3.5em;
    color: #9c9c9c;
    right: 2em;
    font-weight: 400;
}

.myAccountPage .accountSettingsEdit .editForm .italic {
    color: #9c9c9c;
    font-size: 1.2em;
}

.myAccountPage .accountSettingsEdit .editForm input[type=password]::-ms-reveal,
.myAccountPage .accountSettingsEdit .editForm input[type=password]::-ms-clear {
    display: none;
}

.myAccountPage .preferences {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .myAccountPage .preferences {
        margin-top: 20px;
    }

        .myAccountPage .preferences .row.bordered {
            padding-top: 0px;
            margin-top: 0;
        }
}

.myAccountPage .preferences form h2 {
    font-size: 1.5em;
    color: black;
}

.myAccountPage .preferences form .subscriptionLink {
    display: block;
    text-decoration: underline;
    margin: 5px 0;
}

.myAccountPage .preferences .preferenceBlock {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .myAccountPage .preferences .preferenceBlock {
        margin-top: 0px;
    }

        .myAccountPage .preferences .preferenceBlock .col-md-6 {
            margin-top: 30px;
        }
}

.myAccountPage .preferences .websitePreferences {
    float: right;
}

@media screen and (max-width: 768px) {
    .myAccountPage .preferences .websitePreferences {
        float: left;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.myAccountPage .preferences form .customCheckBox .checkBox {
    background-color: #fff;
}

    .myAccountPage .preferences form .customCheckBox .checkBox .checkmark .checkmark_stem, .myAccountPage .preferences form .customCheckBox .checkBox .checkmark .checkmark_kick {
        background-color: #132c6e;
    }

.myAccountPage .preferences form .customCheckBox .checkBoxLabel {
    font-style: normal;
}

@media screen and (min-width: 768px) and (max-width: 880px) {
    .myAccountPage .preferences form .customCheckBox .checkBoxLabel {
        line-height: 1.2em;
        margin-bottom: 1.5em;
        width: calc(100% - 3em);
    }
}

.myAccountPage .preferences .checkboxLabel {
    color: black;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 800;
    padding-left: 30px;
    text-indent: -30px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .myAccountPage .preferences .checkboxLabel {
        margin-top: 20px;
    }
}

.myAccountPage .preferences .checkboxLabel a {
    text-decoration: underline;
    margin-left: 30px;
    display: block;
}

.myAccountPage .preferences .checkboxForm {
    font-family: "soleil", sans-serif !important;
    width: auto;
    margin: 1em 0;
}

@media screen and (min-width: 768px) {
    .myAccountPage .preferences .checkboxForm {
        margin: 0;
        width: calc(33.33333% - 2em);
        margin-left: 2em;
    }

        .myAccountPage .preferences .checkboxForm.middle {
            margin: 0 1em;
        }

        .myAccountPage .preferences .checkboxForm:first-child {
            margin-left: 0;
            margin-right: 2em;
        }
}

.myAccountPage .preferences .checkboxForm h5 {
    color: black;
    font-family: "soleil", sans-serif !important;
}

    .myAccountPage .preferences .checkboxForm h5 .arrowDefault {
        display: none;
    }

@media screen and (max-width: 768px) {
    .myAccountPage .preferences .checkboxForm .checkboxes {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: 0.3s all linear;
        -moz-transition: 0.3s all linear;
        -ms-transition: 0.3s all linear;
        -o-transition: 0.3s all linear;
        transition: 0.3s all linear;
        padding: 0 1em;
        background-color: #132c6e;
    }

        .myAccountPage .preferences .checkboxForm .checkboxes .customCheckBox .checkBoxLabel {
            color: #fff;
        }

        .myAccountPage .preferences .checkboxForm .checkboxes .checkmark {
            top: -3px;
        }

    .myAccountPage .preferences .checkboxForm h5 {
        background-color: #132c6e;
        color: white;
        padding: 10px 10px;
        font-size: 1.3em;
        font-weight: 600;
        cursor: pointer;
    }

        .myAccountPage .preferences .checkboxForm h5 .arrowDefault {
            position: absolute;
            display: inline-block;
            top: 13px;
            right: 10px;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transition: 0.3s all linear;
            -moz-transition: 0.3s all linear;
            -ms-transition: 0.3s all linear;
            -o-transition: 0.3s all linear;
            transition: 0.3s all linear;
        }

            .myAccountPage .preferences .checkboxForm h5 .arrowDefault i {
                top: -3px;
                left: 0px;
            }

    .myAccountPage .preferences .checkboxForm.active .checkboxes {
        max-height: 250px;
        padding: 1em;
        overflow: auto;
    }

    .myAccountPage .preferences .checkboxForm.active h5 .arrowDefault {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }
}

.myAccountPage .preferences .mobileMultiSelectWrapper {
    position: relative;
    margin: 10px 0;
    display: none;
}

@media screen and (max-width: 768px) {
    .myAccountPage .preferences .mobileMultiSelectWrapper {
        display: block;
    }
}

.myAccountPage .preferences .mobileMultiSelectWrapper .visibleSelect {
    width: 50%;
    margin: 0 auto;
    background-color: #132c6e;
    color: white;
    padding: 10px 10px;
    font-size: 1.3em;
}

@media screen and (max-width: 767px) {
    .myAccountPage .preferences .mobileMultiSelectWrapper .visibleSelect {
        width: 100%;
    }
}

.myAccountPage .preferences .mobileMultiSelectWrapper .visibleSelect .arrowDefault {
    float: right;
    position: relative;
    top: 4px;
}

    .myAccountPage .preferences .mobileMultiSelectWrapper .visibleSelect .arrowDefault i {
        top: -7px;
    }

.myAccountPage .preferences .mobileMultiSelectWrapper .mobileMultiSelect {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.myAccountPage .editForm {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: black;
}

    .myAccountPage .editForm .editSocialWrapper .col-md-12 {
        margin: 5px 0;
        padding: 0;
    }

        .myAccountPage .editForm .editSocialWrapper .col-md-12 input {
            float: right;
        }

    .myAccountPage .editForm label {
        font-size: 16px;
        font-weight: 800;
        font-family: "Open Sans", sans-serif;
    }

    .myAccountPage .editForm input, .myAccountPage .editForm textarea {
        font-size: 14px;
    }

    .myAccountPage .editForm h6 {
        color: #132c6e;
        font-size: 1.4em;
        margin: 0 0 10px 0;
    }

    .myAccountPage .editForm .save.desktop {
        display: inline-block;
    }

@media screen and (max-width: 767px) {
    .myAccountPage .editForm .save.desktop {
        display: none;
    }
}

.myAccountPage .editForm .save.mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .myAccountPage .editForm .save.mobile {
        display: inline-block;
    }
}

.myAccountPage .additionalInformation h4 {
    display: inline-block;
}

.myAccountPage .additionalInformation a.italic {
    font-style: italic;
    color: #9c9c9c;
    font-size: 1.1em;
    text-decoration: underline;
    font-weight: 800;
    margin: 0 10px;
    text-transform: none;
}

@media screen and (max-width: 414px) {
    .myAccountPage .additionalInformation a.italic {
        display: block;
        margin: 10px 0;
    }
}

.myAccountPage .additionalInformation .designationBox {
    float: left;
    margin: 10px 0;
}

    .myAccountPage .additionalInformation .designationBox img {
        display: block;
        height: 50px;
        max-width: 90%;
    }

@media screen and (max-width: 768px) {
    .myAccountPage .additionalInformation .designationBox img {
        height: 40px;
    }
}

.myAccountPage .additionalInformation .designationBox span {
    font-size: 1.2em;
}

.myAccountPage .additionalInformation .contributions {
    border-left: 1px solid #9c9c9c;
    border-right: 1px solid #9c9c9c;
}

@media screen and (max-width: 768px) {
    .myAccountPage .additionalInformation .contributions {
        border: none;
    }
}

@media screen and (max-width: 768px) {
    .myAccountPage .additionalInformation .designation h4 {
        display: block;
    }
}

.myAccountPage .additionalInformation .designation .noPad {
    padding: 0;
}

.myAccountPage .additionalInformation .copy {
    display: block;
}

.myAccountPage .row {
    margin: 5px auto;
}

.myAccountPage .bordered {
    border-top: 1px solid #9c9c9c;
    padding-top: 30px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .myAccountPage .bordered {
        padding-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .myAccountPage .additionalInformation .bordered {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-around;
    }
}

.myAccountPage .checkboxForm {
    margin: 0;
    width: 32.3%;
    padding: 0;
}

.myAccountPage .aboutMeEdit, .myAccountPage .accountSettingsEdit {
    display: none;
}

.myAccountPage [type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.myAccountPage .radio-span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    margin-top: 10px;
}

.myAccountPage .radio-label {
    display: block;
    cursor: pointer;
    line-height: 1.5;
    font-size: 1.5em;
}

@media screen and (max-width: 768px) {
    .myAccountPage .radio-label {
        width: 40%;
        display: inline-block;
    }
}

.myAccountPage [type="radio"] + .radio-span {
    display: block;
}

    .myAccountPage [type="radio"] + .radio-span:before {
        content: '';
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: -0.25em;
        border-radius: 1em;
        border: 0.27em solid #fff;
        box-shadow: 0 0 0 0.1em #05d6ee;
        margin-right: 0.75em;
        transition: 0.5s ease all;
    }

.myAccountPage .radio-span:before {
    position: relative;
    top: 2px;
}

.myAccountPage [type="radio"]:checked + .radio-span:before {
    background: #05d6ee;
}

.myAccountPage .clearWebsite {
    position: absolute;
    right: 1em;
    bottom: 0;
    height: 3.5em;
    line-height: 3.5em;
    color: #9c9c9c;
    width: 3em;
    text-align: center;
}

    .myAccountPage .clearWebsite i {
        font-size: 1.5em;
    }

.accountSettings .sectionHeaderCenter.carBlue {
    background-color: rgba(19, 44, 110, 0.8);
}

    .accountSettings .sectionHeaderCenter.carBlue p.bold.subhead a, .accountSettings .sectionHeaderCenter.carBlue p.bold.subhead a:hover, .accountSettings .sectionHeaderCenter.carBlue p.bold.subhead a:active, .accountSettings .sectionHeaderCenter.carBlue p.bold.subhead a:visited {
        color: #fff;
        text-decoration: underline;
        margin-left: 3px;
    }

    .accountSettings .sectionHeaderCenter.carBlue p.bold.subhead .fa {
        top: 2px;
        position: relative;
    }

.accountSettings a.offset {
    display: block;
    position: relative;
    top: -4em;
    visibility: hidden;
}

.accountSettings .key {
    position: relative;
    margin: 4em 0 0;
}

@media screen and (max-width: 767px) {
    .accountSettings .key {
        margin-top: 2em;
    }
}

.accountSettings .key p {
    position: relative;
}

    .accountSettings .key p .icon {
        margin-right: .5em;
        position: relative;
        top: -2px;
    }

.accountSettings .shortcutBlock {
    position: relative;
    margin-top: 4em;
}

@media screen and (max-width: 767px) {
    .accountSettings .shortcutBlock {
        margin-top: 2em;
    }
}

.accountSettings .shortcutBlock h5 {
    border-bottom: 1px solid #9c9c9c;
    margin-bottom: 0.83333333333333em;
}

.accountSettings .shortcutBlock .row {
    margin-top: 1em;
}

    .accountSettings .shortcutBlock .row .shortcutItem {
        position: relative;
        margin: .5em 0;
        line-height: 3em;
    }

@media screen and (max-width: 767px) {
    .accountSettings .shortcutBlock .row .shortcutItem {
        margin: 2em 0;
        line-height: 2em;
    }
}

.accountSettings .shortcutBlock .row .shortcutItem .icons {
    margin-right: .5em;
    position: relative;
    width: 4.6em;
    top: -3px;
}

    .accountSettings .shortcutBlock .row .shortcutItem .icons .floatLeft {
        margin-right: 1em;
        cursor: pointer;
    }

    .accountSettings .shortcutBlock .row .shortcutItem .icons .floatRight {
        cursor: pointer;
    }

    .accountSettings .shortcutBlock .row .shortcutItem .icons.favorite .favoriteIcon {
        display: block;
    }

    .accountSettings .shortcutBlock .row .shortcutItem .icons.favorite .removeIcon {
        display: none;
    }

    .accountSettings .shortcutBlock .row .shortcutItem .icons.remove .favoriteIcon {
        display: none;
    }

    .accountSettings .shortcutBlock .row .shortcutItem .icons.remove .removeIcon {
        display: block;
    }

.accountSettings .shortcutBlock .row .shortcutItem a {
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    text-decoration: underline;
}

    .accountSettings .shortcutBlock .row .shortcutItem a img {
        position: absolute;
        margin-left: 5px;
        margin-top: 8px;
    }

.accountSettings .shortcutBlock .row .shortcutItem .eventCopy {
    margin-left: 6.5em;
    margin-right: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.accountSettings .eventsPage {
    position: relative;
    margin: 2em 0;
}

@media screen and (max-width: 767px) {
    .accountSettings .eventsPage {
        margin: 2em 0;
    }
}

.accountSettings .eventsPage a {
    text-transform: none;
    letter-spacing: 0;
    text-decoration: underline;
}

.accountSettings .return {
    color: #132c6e;
}

@media screen and (min-width: 768px) {
    .accountSettings .return {
        text-transform: none;
    }
}

@media screen and (max-width: 767px) {
    .accountSettings .sectionWrapperCentered .sectionContent {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .accountSettings .keyWrap {
        margin-left: 1em;
    }

        .accountSettings .keyWrap:first-child {
            margin-left: 0;
        }
}

@media screen and (max-width: 767px) {
    .accountSettings .keyWrap {
        display: block;
        padding-bottom: 1em;
    }
}

/*# sourceMappingURL=my_account.css.map */
.MyAccountLandingPage section.registrationWrapper {
    margin-top: 0px;
}

.MyAccountChildPages .bold.subhead.accessible {
    display: none;
}

.myAccountPage .socialBlock .socialIcon a:not([href]) {
    color: gray;
}
