@charset "UTF-8";
.memberdeck {
    /** Extras for IDC **/
    /* Project Rewards and Attachments */
    /* Clearfix - add .cf to any container that has floats inside it. */
    /* For modern browsers */
    /* For IE 6/7 (triggers hasLayout) */
}

.memberdeck .starred {
    color: #ed5565;
}

.memberdeck .powered-by {
    width: auto;
    text-align: center;
    margin-top: 10px;
}

.memberdeck .powered-by a.svg-icon {
    position: relative;
    display: inline-block;
    height: 66px;
    width: 118px;
}

.memberdeck .powered-by a.svg-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.memberdeck .md-box-wrapper {
    color: #455a64;
    font-size: 16px;
    width: 98%;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    padding: 0;
    margin: 0 auto;
    font-size: 0;
}

.memberdeck .md-box-wrapper *,
.memberdeck .md-box-wrapper *:after,
.memberdeck .md-box-wrapper *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.memberdeck .instant-checkout-note {
    color: #2B95B2;
    width: 75%;
    max-width: 650px;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
}

.memberdeck .checkout-header {
    font-size: 16px;
    text-align: center;
    margin: 10px 0 10px 0;
    font-weight: 400;
    color: #38678e;
}

.memberdeck a {
    color: #217389;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
}

.memberdeck a:hover {
    color: #2B95B2;
    text-decoration: none;
}

.memberdeck a i {
    color: #2a2a2a;
    text-decoration: none !important;
}

.memberdeck a i:hover {
    color: #2B95B2;
}

.memberdeck .inline {
    display: inline-block;
    margin: 0;
}

.memberdeck h2.border-bottom {
    border-bottom: 1px solid #e7ebed;
    margin-left: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.memberdeck p.desc-note {
    color: #90a4ae;
    margin-left: 0;
    margin-bottom: 20px;
    margin-bottom: 26px !important;
    line-height: 26px;
}

.memberdeck a.reveal-login,
.memberdeck a.hide-login {
    display: block;
    margin: 0 auto 20px auto;
    width: 30%;
    padding: 1px 5px;
    text-align: center;
    border-radius: 3px;
    font-size: 90%;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.65);
}

.memberdeck h3.big {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 12px 0;
    color: #38678e;
    text-align: left;
    border-bottom: 1px solid #e7ebed;
    margin-bottom: 14px;
}

.memberdeck .center {
    text-align: center;
}

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

.memberdeck span.license {
    margin: 0;
    cursor: pointer;
}

.memberdeck .license-display {
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    word-break: break-all;
    bottom: 10px;
    margin: 0 auto;
    width: auto;
    max-width: 300px;
    height: auto;
    text-align: left;
    padding: 8px;
    font-size: 14.5454545455px !important;
    line-height: 14.5454545455px !important;
    display: none;
    background-color: #fff !important;
    color: #000 !important;
    cursor: text;
    z-index: 999;
    -webkit-transition: opacity 100ms ease;
    opacity: 0;
    border: 1px solid #aaa;
}

.memberdeck .license-display .key {
    margin-top: 10px !important;
    display: block;
    font-size: 13px !important;
    background-color: #fff !important;
}

.memberdeck .components span.license:hover .license-display {
    display: block;
    opacity: 1;
}

.memberdeck .expirate_date {
    display: inline-block;
    padding: 5px;
    margin: 8px 10px 8px 0px;
    background-color: rgba(223, 86, 69, 0.8);
    font-size: 11px;
    line-height: 11px;
    text-align: left;
    color: #fff;
    width: auto;
}

.memberdeck .expirate_date:before {
    content: '\f06a';
    font-family: FontAwesome;
    color: #fff;
    font-size: 11px;
    float: left;
    margin: 0 5px 0 0;
}

.memberdeck .expirate_date .renew-link {
    text-decoration: underline;
    color: #fff;
    font-size: 11px;
}

.memberdeck .md-box {
    margin: 0;
    padding: 0;
    padding-right: 10px;
    vertical-align: top;
    position: relative;
}

.memberdeck .md-box.half {
    width: 50%;
    display: inline-block;
}

.memberdeck .md-box.full {
    width: 100%;
    display: inline-block;
}

.memberdeck .md-box.full:first-child {
    border-top: none;
}

.memberdeck .md-box.half-tall {
    width: 50%;
    display: block;
    float: right;
}

.memberdeck .md-box li {
    list-style: none;
    position: relative;
    margin: 0;
}

.memberdeck .md-box.hidden {
    display: none;
}

.memberdeck .md-box li.inactive {
    cursor: pointer;
}

.memberdeck .md-box li.inactive a.inactive-item .title,
.memberdeck .md-box li.inactive a.inactive-item .components,
.memberdeck .md-box li.inactive a.inactive-item img,
.memberdeck .md-box li.inactive a.inactive-item,
.memberdeck .md-box li.inactive a.inactive-item .idc-dashboard-download-image {
    opacity: .6;
}

.memberdeck .md-box li.inactive:hover a.inactive-item .title,
.memberdeck .md-box li.inactive:hover a.inactive-item .components,
.memberdeck .md-box li.inactive:hover a.inactive-item img,
.memberdeck .md-box li.inactive:hover a.inactive-item,
.memberdeck .md-box li.inactive:hover a.inactive-item .idc-dashboard-download-image {
    opacity: 1;
}

.memberdeck .md-box li.inactive .components {
    margin-bottom: 16px;
}

.memberdeck .md-box li.inactive button i {
    display: none;
}

.memberdeck .md-box table {
    width: 100%;
}

.memberdeck .md-box table th {
    border-bottom: 1px solid #e7ebed;
    padding: 8px;
    font-size: 14px;
    color: #90a4ae;
    vertical-align: middle;
}

.memberdeck .md-box table tr:nth-child(1) {
    background-color: transparent !important;
}

.memberdeck .md-box table tr:nth-child(odd) {
    background-color: #eee;
}

.memberdeck .md-box table td {
    line-height: 16px;
    color: #455a64;
    font-size: 14px;
    border: 0;
    padding: 8px;
    vertical-align: middle;
}

.memberdeck .md-box table td a {
    padding-top: 8px;
    text-align: center;
    display: block;
}

.memberdeck .md-box table td a.cancel-pledge {
    float: left;
}

.memberdeck .md-box table td a i {
    color: #29b08b;
}

.memberdeck hr {
    height: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.memberdeck hr.md-divider {
    height: 1px;
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 0;
    border: none;
    background: #f5f8fc;
    clear: both;
}

.memberdeck hr.md-divider-hidden {
    height: 1px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: none;
    background: transparent;
    clear: both;
}

.memberdeck #idc-downloads button {
    font-size: 12px;
    display: block;
}

.memberdeck button,
.memberdeck input[type="submit"],
.memberdeck form .form-row input[type="submit"] {
    text-align: center;
    color: #fff;
    background: #29b08b;
    background-color: #29b08b;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    border: 0;
    padding: 11px 19px;
    margin: 8px auto;
    cursor: pointer;
    display: block;
    width: auto;
    border-radius: 0;
    box-shadow: none;
    line-height: 1;
}

.memberdeck button i,
.memberdeck input[type="submit"] i,
.memberdeck form .form-row input[type="submit"] i {
    float: none;
    font-size: 100%;
    width: auto;
}

.memberdeck button:hover,
.memberdeck input[type="submit"]:hover,
.memberdeck form .form-row input[type="submit"]:hover {
    background-color: #249a7a;
}

.memberdeck button.invert,
.memberdeck input[type="submit"].invert,
.memberdeck form .form-row input[type="submit"].invert {
    background: #ececec;
    color: #2B95B2;
}

.memberdeck button.invert:hover,
.memberdeck input[type="submit"].invert:hover,
.memberdeck form .form-row input[type="submit"].invert:hover {
    background: white;
    color: black;
}

.memberdeck button.large,
.memberdeck input[type="submit"].large,
.memberdeck form .form-row input[type="submit"].large {
    font-size: 24px;
    padding: 10.6666666667px 32px;
}

.memberdeck button.mini,
.memberdeck input[type="submit"].mini,
.memberdeck form .form-row input[type="submit"].mini {
    font-size: 16px;
    padding: 8px 24px;
}

.memberdeck button.micro,
.memberdeck input[type="submit"].micro,
.memberdeck form .form-row input[type="submit"].micro {
    font-size: 13px;
    padding: 6px 24px;
}

.memberdeck button .md-icon-variable:before,
.memberdeck input[type="submit"] .md-icon-variable:before,
.memberdeck form .form-row input[type="submit"] .md-icon-variable:before {
    content: "\f01a";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 0px;
    margin-right: 5px;
}

.memberdeck button.processing:before,
.memberdeck input[type="submit"].processing:before,
.memberdeck form .form-row input[type="submit"].processing:before {
    content: "\f110";
    font-family: FontAwesome;
    font-size: inherit;
    display: inline-block;
    margin-right: 5px;
    margin-left: -5px;
    vertical-align: baseline;
    -webkit-animation: id-spin 700ms infinite steps(8);
}

.memberdeck .idc-terms-checkbox {
    background-color: rgba(188, 188, 188, 0.1);
    margin-left: 0;
    padding-left: 29px;
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    border-top: 1px solid #e7ebed;
    position: relative;
}

@media (max-width: 768px) {
    .memberdeck .idc-terms-checkbox {
        height: auto;
    }
}

.memberdeck table.attachments th {
    text-align: left;
}

.memberdeck table.attachments tr:nth-child(even) {
    background-color: transparent;
}

.memberdeck table.attachments td a {
    margin-top: -17px;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
}

.memberdeck table.attachments a i {
    color: red;
    padding-top: 16px;
}

.memberdeck table.attachments a i:hover {
    color: darkred;
}

.memberdeck.cf:before,
.memberdeck.cf:after {
    content: "";
    display: table;
}

.memberdeck.cf:after {
    clear: both;
}

.memberdeck.cf {
    *zoom: 1;
}


/* Required Login Notification */

.md-requiredlogin {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.md-requiredlogin.login-form {
    background: #fff;
    border-left: 1px solid #e7ebed;
    border-right: 1px solid #e7ebed;
    border-bottom: 1px solid #e7ebed;
    padding-bottom: 20px;
    width: 75%;
    max-width: 650px;
    margin-bottom: 10px !important;
    position: relative;
    overflow: hidden;
}

.md-requiredlogin #loginform {
    background: transparent;
    border: none;
    margin: 0 auto;
    box-shadow: none;
    width: 240px;
}

.md-requiredlogin #loginform p {
    margin-bottom: 10px;
}

.md-requiredlogin #loginform p.login-username label,
.md-requiredlogin #loginform p.login-password label {
    color: #455a64;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-indent: 3px;
    vertical-align: text-bottom;
    padding-left: 8px;
    padding-bottom: 4px;
    text-transform: uppercase;
    text-align: left;
}

.md-requiredlogin #wp-submit {
    text-align: center;
    color: #fff;
    background: #29b08b;
    background-color: #29b08b;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    border: 0;
    padding: 11px 19px;
    margin: 8px auto;
    cursor: pointer;
    display: block;
    width: auto;
    border-radius: 0;
    box-shadow: none;
    line-height: 1;
}

.md-requiredlogin #wp-submit:hover {
    background-color: #249a7a;
}

.md-requiredlogin .login-remember {
    color: #2a2a2a;
    text-align: left;
    font-size: 13.3333333333px;
    margin-bottom: 10px;
}

.md-requiredlogin a.lostpassword {
    color: #2B95B2;
    font-size: 13.3333333333px;
    line-height: 19.2px;
}

.md-requiredlogin .md-requiredlogin.login form .forgetmenot label {
    font-size: 12px;
    line-height: 19px;
}

.md-requiredlogin #login {
    width: 320px;
    padding: 114px 0 0;
    margin: auto;
}

.md-requiredlogin #login_error,
.md-requiredlogin .md-requiredlogin.login .message {
    margin: 0 0 16px 8px;
    padding: 12px;
}

.md-requiredlogin #nav,
.md-requiredlogin #backtoblog {
    text-shadow: #fff 0 1px 0;
    margin: 0 0 0 16px;
    padding: 16px 16px 0;
}

.md-requiredlogin #backtoblog {
    padding: 12px 16px 0;
}

.md-requiredlogin form .input,
.md-requiredlogin input[type="text"] {
    font-size: 13px;
    line-height: 18px;
    padding: 8px;
    height: inherit;
    color: #90a4ae;
    display: block;
    border: 1px solid #e7ebed;
    width: 100%;
    background: #fdfdfd;
    font-weight: 100;
    border-radius: 0;
}

.md-requiredlogin form .input:focus,
.md-requiredlogin input[type="text"]:focus {
    outline: none;
}

@-webkit-keyframes id-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes id-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.memberdeck .md-list-fat {
    font-size: 16px;
    list-style: none;
    margin: 0 0 0 2px;
    padding: 0;
}

.memberdeck .md-list-fat img {
    display: none;
}

.memberdeck .md-list-fat li {
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
    cursor: default;
    border-bottom: 1px solid #e7ebed;
}

.memberdeck .md-list-fat li .tooltip-wrapper {
    position: absolute;
    bottom: 80%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    width: 240px;
}

.memberdeck .md-list-fat li .components button {
    position: absolute;
    top: -8px;
    right: 0;
    padding: 8px 8px 6px;
}

.memberdeck .md-list-fat li .components button i {
    display: none;
}

@media (max-width: 450px) {
    .memberdeck .md-list-fat li .components button {
        position: relative;
    }
}

.memberdeck .md-list-fat li .components .updatedOn {
    font-size: 11px;
    color: #90a4ae;
    margin-right: 5px;
    opacity: 1;
}

.memberdeck .md-list-fat li .components .info a i:hover {
    color: #455a64;
}

.memberdeck .md-list-fat li .components .documentation a i:hover {
    color: #455a64;
}

.memberdeck .md-list-fat li .components .license a i:hover {
    color: #455a64;
}

.memberdeck .md-list-fat li .expirate_date {
    display: block;
    margin: 8px 0 0 0;
    padding: 8px;
}

.memberdeck .md-list-fat li a i {
    font-size: 12px;
    text-decoration: none !important;
    color: #90a4ae;
}

.memberdeck .md-list-fat li span.title {
    font-size: 13px;
    color: #455a64;
    text-transform: uppercase;
    font-weight: 700;
}

.memberdeck .md-list-thin {
    font-size: 14px;
    list-style: none;
    margin: 0 0 0 2px;
    padding: 0;
}

.memberdeck .md-list-thin img {
    display: none;
}

.memberdeck .md-list-thin li {
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
    cursor: default;
    border-bottom: 1px solid #e7ebed;
}

.memberdeck .md-list-thin li .tooltip-wrapper {
    position: absolute;
    bottom: 80%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    width: 240px;
}

.memberdeck .md-list-thin li .components button {
    position: absolute;
    top: -8px;
    right: 0;
    padding: 8px 8px 6px;
}

.memberdeck .md-list-thin li .components button i {
    display: none;
}

@media (max-width: 450px) {
    .memberdeck .md-list-thin li .components button {
        position: relative;
    }
}

.memberdeck .md-list-thin li .components .updatedOn {
    font-size: 11px;
    color: #90a4ae;
    margin-right: 5px;
    opacity: .7;
}

.memberdeck .md-list-thin li .components .info a i:hover {
    color: #455a64;
}

.memberdeck .md-list-thin li .components .documentation a i:hover {
    color: #455a64;
}

.memberdeck .md-list-thin li .components .license a i:hover {
    color: #455a64;
}

.memberdeck .md-list-thin li .expirate_date {
    display: block;
    margin: 8px 0 0 0;
    padding: 8px;
}

.memberdeck .md-list-thin li a i {
    font-size: 12px;
    text-decoration: none !important;
    color: #90a4ae;
    opacity: .7;
}

.memberdeck .md-list-thin li span.title {
    font-size: 13px;
    color: #455a64;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    height: auto;
    text-align: left;
}

.memberdeck .md-list-thin li:hover a i,
.memberdeck .md-list-thin li:hover .updatedOn {
    opacity: 1;
}

.memberdeck .md-2columnThumb,
.memberdeck .md-3columnThumb,
.memberdeck .md-4columnThumb {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    border: none;
    width: 100%;
}

.memberdeck .md-2columnThumb span.title,
.memberdeck .md-3columnThumb span.title,
.memberdeck .md-4columnThumb span.title {
    display: none;
}

.memberdeck .md-2columnThumb li,
.memberdeck .md-3columnThumb li,
.memberdeck .md-4columnThumb li {
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    list-style: none;
    vertical-align: top;
    position: relative;
    font-size: 12px;
}

.memberdeck .md-2columnThumb li img,
.memberdeck .md-3columnThumb li img,
.memberdeck .md-4columnThumb li img {
    width: 100%;
    height: 100%;
    max-height: 264px;
    visibility: hidden;
}

.memberdeck .md-2columnThumb li .idc-dashboard-download-image,
.memberdeck .md-3columnThumb li .idc-dashboard-download-image,
.memberdeck .md-4columnThumb li .idc-dashboard-download-image {
    display: block;
    height: 75%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 5% 0;
}

.memberdeck .md-2columnThumb li .tooltip-wrapper,
.memberdeck .md-3columnThumb li .tooltip-wrapper,
.memberdeck .md-4columnThumb li .tooltip-wrapper {
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    width: 240px;
}

.memberdeck .md-2columnThumb li .components,
.memberdeck .md-3columnThumb li .components,
.memberdeck .md-4columnThumb li .components {
    margin-top: 10px;
    margin-bottom: 10px;
}

.memberdeck .md-2columnThumb li .components .info a i:hover,
.memberdeck .md-3columnThumb li .components .info a i:hover,
.memberdeck .md-4columnThumb li .components .info a i:hover {
    color: #455a64;
}

.memberdeck .md-2columnThumb li .components .documentation a i:hover,
.memberdeck .md-3columnThumb li .components .documentation a i:hover,
.memberdeck .md-4columnThumb li .components .documentation a i:hover {
    color: #455a64;
}

.memberdeck .md-2columnThumb li .components .license a i:hover,
.memberdeck .md-3columnThumb li .components .license a i:hover,
.memberdeck .md-4columnThumb li .components .license a i:hover {
    color: #455a64;
}

.memberdeck .md-2columnThumb li .expirate_date,
.memberdeck .md-3columnThumb li .expirate_date,
.memberdeck .md-4columnThumb li .expirate_date {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 5px 0 0;
}

.memberdeck .md-2columnThumb li a i,
.memberdeck .md-3columnThumb li a i,
.memberdeck .md-4columnThumb li a i {
    font-size: 12px;
    margin: 0 3px;
    text-decoration: none !important;
    color: #90a4ae;
}

.memberdeck .md-2columnThumb li button,
.memberdeck .md-3columnThumb li button,
.memberdeck .md-4columnThumb li button {
    width: auto;
    min-width: 70%;
    max-width: 100%;
    margin: 5px auto;
    line-height: 19px;
    display: block;
    padding: 8px 8px 6px;
    clear: both;
    font-size: 100%;
}

@media (max-width: 450px) {
    .memberdeck .md-2columnThumb li button,
    .memberdeck .md-3columnThumb li button,
    .memberdeck .md-4columnThumb li button {
        line-height: 1;
        padding: 4px 4px 4px;
    }
}

.memberdeck .md-2columnThumb li button i,
.memberdeck .md-3columnThumb li button i,
.memberdeck .md-4columnThumb li button i {
    font-size: 16px;
    float: none;
    margin-right: 0;
    display: none;
    color: #fff;
}

.memberdeck .md-2columnThumb li a i,
.memberdeck .md-2columnThumb li .updatedOn,
.memberdeck .md-3columnThumb li a i,
.memberdeck .md-3columnThumb li .updatedOn,
.memberdeck .md-4columnThumb li a i,
.memberdeck .md-4columnThumb li .updatedOn {
    opacity: .7;
}

.memberdeck .md-2columnThumb li:hover a i,
.memberdeck .md-2columnThumb li:hover .updatedOn:hover,
.memberdeck .md-3columnThumb li:hover a i,
.memberdeck .md-3columnThumb li:hover .updatedOn:hover,
.memberdeck .md-4columnThumb li:hover a i,
.memberdeck .md-4columnThumb li:hover .updatedOn:hover {
    opacity: 1;
}

.memberdeck .md-2columnThumb .updatedOn,
.memberdeck .md-3columnThumb .updatedOn,
.memberdeck .md-4columnThumb .updatedOn {
    font-size: 11px;
    left: 2px;
    color: #90a4ae;
    display: block;
}

.memberdeck .md-2columnThumb li .idc-dashboard-download-image {
    height: 132px;
}

.memberdeck .md-2columnThumb li:nth-child(2n+1) {
    padding-right: 5px;
}

.memberdeck .md-2columnThumb li:nth-child(2n+2) {
    padding-left: 5px;
    padding-right: 0px;
}

.memberdeck .md-3columnThumb li {
    width: 33.3%;
}

.memberdeck .md-3columnThumb li .idc-dashboard-download-image {
    height: 88px;
}

.memberdeck .md-3columnThumb li:nth-child(3n+1) {
    padding-right: 5px;
}

.memberdeck .md-3columnThumb li:nth-child(3n+2) {
    padding-left: 0;
    padding-right: 5px;
    width: 33.4%;
}

.memberdeck .md-3columnThumb li:nth-child(3n+3) {
    padding-left: 0px;
    padding-right: 0px;
}

.memberdeck .md-3columnThumb li:nth-child(3n+3) .expirate_date {
    margin: 0;
}

.memberdeck .md-3columnThumb li button {
    font-size: 90%;
}

@media (max-width: 450px) {
    .memberdeck .md-3columnThumb li button {
        font-size: 35%;
    }
}

.memberdeck .md-3columnThumb li button i {
    font-size: 11px;
}

@media (max-width: 450px) {
    .memberdeck .md-3columnThumb li button i {
        font-size: 9px;
    }
}

.memberdeck .md-3columnThumb li .updatedOn,
.memberdeck .md-3columnThumb li .info,
.memberdeck .md-3columnThumb li .documentation,
.memberdeck .md-3columnThumb li .license {
    display: none;
}

.memberdeck .md-4columnThumb li {
    width: 25%;
}

.memberdeck .md-4columnThumb li .idc-dashboard-download-image {
    height: 66px;
}

.memberdeck .md-4columnThumb li:nth-child(4n+1) {
    padding-right: 5px;
}

.memberdeck .md-4columnThumb li:nth-child(4n+2) {
    padding-left: 0px;
    padding-right: 5px;
}

.memberdeck .md-4columnThumb li:nth-child(4n+3) {
    padding-left: 0px;
    padding-right: 2px;
}

.memberdeck .md-4columnThumb li:nth-child(4n+3) .expirate_date {
    margin: 0;
}

.memberdeck .md-4columnThumb li:nth-child(4n+4) {
    padding-left: 3px;
    padding-right: 0px;
}

.memberdeck .md-4columnThumb li button {
    font-size: 80%;
}

@media (max-width: 450px) {
    .memberdeck .md-4columnThumb li button {
        font-size: 30%;
    }
}

.memberdeck .md-4columnThumb li button i {
    font-size: 9px;
}

@media (max-width: 450px) {
    .memberdeck .md-4columnThumb li button i {
        font-size: 6px;
    }
}

.memberdeck .md-4columnThumb li .expirate_date {
    font-size: 8px;
}

.memberdeck .md-4columnThumb li .expirate_date .renew-link {
    font-size: 8px;
}

.memberdeck .md-4columnThumb li .updatedOn,
.memberdeck .md-4columnThumb li .info,
.memberdeck .md-4columnThumb li .documentation,
.memberdeck .md-4columnThumb li .license {
    display: none;
}

.memberdeck .md-2columnThumb.withname .title {
    display: block;
    font-size: 16px;
}

.memberdeck .md-3columnThumb.withname .title {
    display: block;
    font-size: 13px;
}

.memberdeck .md-4columnThumb.withname .title {
    display: block;
    font-size: 11px;
}

.memberdeck .md-featured {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
}

.memberdeck .md-featured li {
    margin: 0;
    padding: 0;
}

.memberdeck .md-featured li .tooltip-wrapper {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    width: 240px;
}

.memberdeck .md-featured li .components .info a i:hover {
    color: #455a64;
}

.memberdeck .md-featured li .components .documentation a i:hover {
    color: #455a64;
}

.memberdeck .md-featured li .components .license a i:hover {
    color: #455a64;
}

.memberdeck .md-featured button {
    margin: 5px auto 5px auto;
    text-align: center;
    display: block;
}

.memberdeck .md-featured button i {
    display: none;
}

.memberdeck .md-featured .title {
    display: none;
}

.memberdeck .md-featured img {
    max-height: 264px;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.memberdeck .md-featured .idc-dashboard-download-image {
    margin: 10px 0 10px 0;
    display: block;
    height: 75%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.memberdeck .md-featured li a i {
    margin: 0 3px;
    text-decoration: none !important;
    opacity: .7;
    font-size: 14px;
    color: #90a4ae;
}

.memberdeck .md-featured li:hover a i,
.memberdeck .md-featured li:hover .updatedOn {
    opacity: 1;
}

.memberdeck .md-featured li .updatedOn {
    font-size: 13px;
    margin-right: 8px;
    opacity: .7;
    color: #90a4ae;
}

.memberdeck .md-featured .expirate_date {
    margin: 0;
    padding: 8px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.memberdeck .md-dash-sidebar {
    font-size: 16px;
    margin-top: 40px;
}

.memberdeck .md-dash-sidebar ul {
    margin: 16px;
    list-style: none;
}

.memberdeck .md-dash-sidebar ul li {
    margin: 0;
    list-style: none;
}

.memberdeck .md-dash-sidebar ul li:hover {
    background: none !important;
}

.memberdeck .md-dash-sidebar ul li ul li:hover {
    background: none !important;
}

.memberdeck .md-dash-sidebar ul li ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin: 0 5px 0 -10px;
}

.memberdeck .md-dash-sidebar ul li ul li {
    margin: 10px 0 10px 10px;
    padding: 0 0 3px 0;
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;
}

.memberdeck .md-dash-sidebar ul li ul li .post-date {
    font-size: 11px;
    color: rgba(80, 80, 80, 0.7);
    float: right;
    text-transform: uppercase;
}

.memberdeck .md-dash-sidebar ul li ul li .post-date:before {
    font-family: FontAwesome;
    content: "\f073";
    margin: 0 5px 0 10px;
}

.memberdeck .md-dash-sidebar ul li h3 {
    margin: 10px 0;
    color: #061120;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid rgba(6, 17, 32, 0.2);
}

.memberdeck .md-dash-sidebar ul li.widget_nav_menu ul.menu {
    list-style: none;
    margin: 0;
    display: block;
    width: 100%;
}

.memberdeck .md-dash-sidebar ul li.widget_nav_menu ul.menu li {
    display: inline-block;
    list-style: none;
    margin: 0;
    margin-right: 5px;
    clear: left;
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;
}

.memberdeck .md-dash-sidebar ul li.widget_nav_menu ul.menu li:before {
    display: none;
}

.memberdeck .md-dash-sidebar ul li.widget_nav_menu ul.menu li a {
    color: #2B95B2;
    border-radius: 3px;
    background: #dfdfdf;
    padding: 5px 8px;
}

.memberdeck .md-dash-sidebar ul li.widget_nav_menu ul.menu li a:hover {
    color: #dfdfdf;
    background-color: #2B95B2;
}

.memberdeck .md-dash-sidebar ul li.widget_nav_menu ul.menu li a:before {
    margin: 14px 8px 0 0;
    font-size: 110%;
}

.memberdeck .md-dash-sidebar ul li.widget_nav_menu ul.menu li.documentation a:before {
    content: "\f02d";
    font-family: FontAwesome;
}

.memberdeck .md-dash-sidebar ul li.widget_nav_menu ul.menu li.forums a:before {
    content: "\f075";
    font-family: FontAwesome;
}

.memberdeck .md-dash-sidebar ul li.widget_nav_menu ul.menu li.faq a:before {
    content: "\f059";
    font-family: FontAwesome;
}

.memberdeck .md-profile {
    padding-top: 12px;
}

.memberdeck .md-profile .profile-wrapper {
    float: left;
    width: 65%;
}

@media (max-width: 450px) {
    .memberdeck .md-profile .profile-wrapper {
        width: 100%;
    }
}

.memberdeck .md-profile .profile-info-wrapper {
    float: right;
    width: 35%;
    margin-top: 15px;
}

.memberdeck .md-profile .md-avatar {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.memberdeck .md-profile .md-avatar img {
    border-radius: 48px;
    overflow: hidden;
    width: 70px;
    height: 70px;
}

.memberdeck .md-profile .md-editprofile {
    margin: 0 0 0 108px;
    font-size: 11px;
    line-height: 16px;
}

.memberdeck .md-profile .md-editprofile a i {
    font-size: inherit;
}

.memberdeck .md-profile .md-fullname {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 12px;
    font-weight: 700;
}

.memberdeck .md-profile .md-credits {
    text-transform: uppercase;
}

.memberdeck .md-profile .md-credits span.green {
    color: #29b08b;
    font-size: 34px;
    line-height: 35px;
    float: left;
    font-weight: bold;
    margin: -6px 5px 0 0;
    text-align: right;
}

.memberdeck .md-profile .md-credits span {
    font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    min-width: 75px;
}

.memberdeck .md-profile .md-membership {
    font-size: 13px;
    line-height: 24px;
    color: #90a4ae;
    font-weight: 100;
    margin-top: 10px;
}

.memberdeck .md-profile .md-registered {
    font-size: 13px;
    line-height: 24px;
    color: #90a4ae;
    font-weight: 100;
}

.memberdeck .md-profile li:hover,
.memberdeck .md-profile li.form-row:hover {
    background-color: transparent !important;
}

.memberdeck .dashboardmenu {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    background-color: rgba(109, 109, 109, 0.3);
    border-bottom: none;
    margin-bottom: 10px;
}

.memberdeck .dashboardmenu li {
    margin: 0;
    padding: 1px 0 0 0;
    display: inline-block;
    height: 32px;
    line-height: 32px;
}

.memberdeck .dashboardmenu a,
.memberdeck .dashboardmenu a:visited {
    color: #6d6d6d;
    padding: 8px 16px;
    margin: 0;
}

.memberdeck .dashboardmenu a:hover,
.memberdeck .dashboardmenu .active a {
    color: #2B95B2;
    padding: 8px 16px;
}

.memberdeck .dashboardmenu li:hover,
.memberdeck .dashboardmenu li.active a {
    background-color: #ececec;
}

.memberdeck .dashboardmenu .help {
    float: right;
}

.ign_backer_list {
    width: auto;
    box-sizing: border-box;
}

.ign_backer_list * {
    box-sizing: border-box;
}

.ign_backer_list li.backer_list_item {
    width: 100%;
    height: 80px;
    display: table;
    margin: 0;
    padding: 16px;
    clear: both;
    position: relative;
}

.ign_backer_list li.backer_list_item:hover {
    background-color: rgba(199, 199, 199, 0.05);
}

.ign_backer_list li.backer_list_item:nth-child(odd) {
    background-color: rgba(166, 166, 166, 0.1);
}

.ign_backer_list li.backer_list_item:hover:nth-child(odd) {
    background-color: rgba(166, 166, 166, 0.15);
}

.ign_backer_list li.backer_list_item .backer_list_avatar {
    float: left;
    display: table-column;
    width: 5%;
    height: 48px;
    text-align: center;
    padding-right: 5px;
    position: relative;
}

.ign_backer_list li.backer_list_item .backer_list_avatar img {
    width: 100%;
    height: auto;
    max-height: 48px;
    max-width: 48px;
    min-height: 24px;
    min-width: 24px;
    vertical-align: middle;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 100px;
}

.ign_backer_list li.backer_list_item .backer_list_namedate {
    float: left;
    max-width: 50%;
    display: table-column;
}

.ign_backer_list li.backer_list_item .backer_list_name,
.ign_backer_list li.backer_list_item .backer_list_level {
    height: 18px;
    font-size: 16px;
    line-height: 18px;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ign_backer_list li.backer_list_item .backer_list_project {
    display: none;
}

.ign_backer_list li.backer_list_item .backer_list_levelprice {
    float: right;
    max-width: 45%;
    text-align: right;
    display: table-column;
}

.ign_backer_list li.backer_list_item .backer_list_date,
.ign_backer_list li.backer_list_item .backer_list_price {
    font-size: 10px;
    line-height: 16px;
    height: 16px;
}

.backer_list_more {
    margin-bottom: 15px;
    text-align: center;
}

.backer_list_more a {
    padding: 5px 10px;
    background-color: rgba(166, 166, 166, 0.1);
    text-decoration: none;
}

.backer_list_more a:hover {
    background-color: rgba(166, 166, 166, 0.15);
}

.memberdeck a.backbutton {
    display: block;
    width: 75%;
    max-width: 650px;
    margin: 0 auto;
    background: rgba(43, 149, 178, 0.1);
    text-align: left;
    padding: 10px 20px;
    text-decoration: none;
}

.memberdeck a.backbutton:before {
    content: "\f0d9";
    font-family: FontAwesome;
    margin-right: 3px;
}

.memberdeck a.backbutton:hover {
    background: rgba(43, 149, 178, 0.05);
}

.memberdeck p.error,
.memberdeck p.success {
    background-color: #fff;
    width: 100%;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 16px;
    box-sizing: border-box;
}

.memberdeck p.error {
    color: #D0011B;
    border: 1px solid #FF7372;
}

.memberdeck p.success {
    color: #417505;
    border: 1px solid #7ED221;
}

.memberdeck .fee-note {
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
}

.memberdeck #payment-form {
    background: #fff;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 10px;
    width: 75%;
    max-width: 650px;
    margin: 10px auto;
    margin-bottom: 10px !important;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #e7ebed;
}

@media (min-width: 320px) and (max-width: 736px) {
    .memberdeck #payment-form {
        width: 90%;
    }
}

.memberdeck #payment-form h2 {
    margin: 0;
}

.memberdeck form {
    /* Custom Dropdown Styling */
}

.memberdeck form a {
    color: #29b08b;
}

.memberdeck form a.delete,
.memberdeck form a.delete i {
    color: #D0011B;
}

.memberdeck form p {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
}

.memberdeck form #extra_fields {
    margin: 0;
}

.memberdeck form .form-row {
    width: 99%;
    margin: 0 0 26px 0;
    vertical-align: top;
}

.memberdeck form .form-row.full {
    width: 100%;
    display: inline-block;
}

.memberdeck form .form-row.half {
    width: 50%;
    display: inline-block;
}

.memberdeck form .form-row.quarter {
    width: 25%;
    display: inline-block;
}

.memberdeck form .form-row.left {
    padding-right: 20px;
}

.memberdeck form .form-row.third {
    width: 32.5%;
    display: inline-block;
}

.memberdeck form .form-row.twothird {
    width: 65%;
    display: inline-block;
}

.memberdeck form .form-row.twoforth {
    width: 62.1%;
    display: inline-block;
}

.memberdeck form .form-row.date {
    width: auto;
    padding-left: 1%;
}

.memberdeck form .form-row textarea.description {
    height: 182px;
}

.memberdeck form .form-row.date input {
    width: auto;
    display: inline-block;
    padding-right: 5px;
}

.memberdeck form .form-row label {
    color: #455a64;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-indent: 3px;
    vertical-align: text-bottom;
    padding-left: 8px;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.memberdeck form .form-row label span {
    float: right;
    margin-top: -8px;
}

.memberdeck form .form-row label span.starred {
    color: #ed5565;
    margin-top: 0;
    float: none;
}

.memberdeck form .form-row input,
.memberdeck form .form-row textarea {
    font-size: 13px;
    line-height: 18px;
    padding: 8px;
    height: inherit;
    color: #90a4ae;
    display: block;
    border: 1px solid #e7ebed;
    width: 100%;
    background: #fdfdfd;
    font-weight: 100;
    border-radius: 0;
}

.memberdeck form .form-row input:focus,
.memberdeck form .form-row textarea:focus {
    outline: none;
}

.memberdeck form .form-row input[type="file"] {
    font-size: 16px;
}

.memberdeck form .form-row input.error {
    border: 1px solid #FF7372;
}

.memberdeck form #ide_fes_file_upload {
    border: 0;
    font-size: 12px;
    background: transparent;
    color: #90a4ae;
    padding-left: 0;
}

.memberdeck form #ide_fes_file_upload::-webkit-file-upload-button {
    background: #e7ebee;
    border-radius: 0px;
    border: 0;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 100;
    font-size: 12px;
    color: #90a4ae;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
}

.memberdeck form .finaldesc,
.memberdeck form .finaldesc p {
    font-weight: 200;
    font-size: 22px;
    line-height: 26px;
    color: #2a2a2a;
    text-align: center;
    padding: 10px 20px;
}

.memberdeck form .payment-errors {
    color: #fff;
    text-align: left;
    width: 100%;
    display: inline-block;
    margin: 0 -20px 10px 0px;
    padding-left: 40px;
    line-height: 40px;
    background-color: #ed5565;
    font-weight: 100;
    font-size: 16px;
}

.memberdeck form .payment-errors:before {
    content: '\f071';
    padding-right: 10px;
    font-family: fontAwesome;
    position: absolute;
    left: 10px;
}

.memberdeck form .payment-errors a {
    color: #d46a4d;
}

.memberdeck form .cards img {
    height: 24px;
    width: 234px;
    margin: 0;
    padding: 0;
}

.memberdeck form .payment-type-selector {
    text-align: center;
    margin-bottom: 45px;
}

.memberdeck form .payment-type-selector div {
    display: inline-block;
    margin-right: 20px;
    padding: 10px;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
}

.memberdeck form .payment-type-selector div:last-child {
    margin-right: 0;
}

@media (max-width: 450px) {
    .memberdeck form .payment-type-selector div:last-child {
        margin-right: 20px;
    }
}

.memberdeck form .payment-type-selector a {
    display: table;
    border: 1px solid #e7ebed;
    color: rgba(44, 62, 80, 0.5);
    text-decoration: none;
    width: 85px;
    height: 55px;
    background-color: #fafafa;
}

.memberdeck form .payment-type-selector a:hover {
    border: 1px solid #29b08b;
    color: #2c3e50;
}

.memberdeck form .payment-type-selector a:hover i {
    color: #2c3e50;
}

.memberdeck form .payment-type-selector a.active {
    border: 1px solid #29b08b;
    color: #2c3e50;
}

.memberdeck form .payment-type-selector a.active i {
    color: #2c3e50;
}

.memberdeck form .payment-type-selector a.active:hover {
    color: #2c3e50;
}

.memberdeck form .payment-type-selector a.active:hover i {
    color: #2c3e50;
}

.memberdeck form .payment-type-selector a i {
    font-size: 19px;
    color: rgba(44, 62, 80, 0.5);
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.memberdeck form .payment-type-selector a i:hover {
    color: #2c3e50;
}

.memberdeck form .payment-type-selector a i:active {
    color: #2c3e50;
}

.memberdeck form .payment-type-selector a span {
    position: absolute;
    bottom: -24px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    right: 0;
}

.memberdeck form .payment-type-selector a#pay-with-mc span {
    width: 185px;
    margin-left: -40px;
}

.memberdeck form #stripe-input {
    margin-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
}

.memberdeck form .checklist {
    padding-top: 16px;
}

.memberdeck form .checklist input[type='checkbox'],
.memberdeck form .checklist input[type='radio'] {
    display: inline-block;
    width: auto;
    line-height: 32px;
    vertical-align: middle;
    position: relative;
}

.memberdeck form .checklist input[type=checkbox],
.memberdeck form .checklist input[type=radio] {
    width: 1.25em;
    margin: 0 !important;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    position: absolute;
    z-index: 100;
    top: 17px;
    left: -20px;
    float: none;
}

@-moz-document url-prefix() {
    .memberdeck form .checklist input[type=checkbox],
    .memberdeck form .checklist input[type=radio] {
        top: 20px;
        left: -20px;
    }
}

@media (max-width: 768px) {
    .memberdeck form .checklist input[type=checkbox] {
        opacity: 1;
    }
}

.memberdeck form .checklist label {
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
    padding-right: 0;
    text-transform: none;
    font-weight: normal;
}

.memberdeck form .checklist input[type=checkbox] + label,
.memberdeck form .checklist input[type=radio] + label {
    display: inline-block;
    margin-left: -1.5em;
    padding-left: 1.5em;
    line-height: 1.7em;
    position: relative;
    z-index: 99;
    opacity: .9;
}

.memberdeck form .checklist input[type=checkbox] + label:before,
.memberdeck form .checklist input[type=radio] + label:before {
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1em;
    content: '';
    width: 1em;
    height: 1em;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid #73994d;
    border-radius: .25em;
    background: #e0e0e0;
    vertical-align: bottom;
}

.memberdeck form .checklist input[type=radio] + label:before {
    border-radius: 1.5em;
}

.memberdeck form .checklist input[type=radio]:checked + label:before {
    background: white;
    width: 90%;
    height: 1.25em;
    margin: 0.1em 0.5em 0.25em 0.25em;
    border: 0.0625em solid #99cc66;
}

.memberdeck form .checklist input[type=checkbox]:checked + label:before {
    background: white;
    border: 0.0625em solid #99cc66;
}

.memberdeck form .checklist input[type=checkbox]:checked + label,
.memberdeck form .checklist input[type=radio]:checked + label {
    opacity: 1;
}

.memberdeck form .checklist input[type=checkbox]:checked + label:after {
    content: '✓';
    display: block;
    position: absolute;
    left: 0.1em;
    top: 0.1em;
    z-index: 9;
    width: 1em;
    color: #29b08b;
    font-size: 1.25em;
    line-height: 1em;
    text-align: center;
    text-shadow: 0.01em 0.01em 0.0714em white;
    font-weight: bold;
}

.memberdeck form .checklist input[type=radio]:checked + label:after {
    display: block;
    content: '';
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    z-index: 9;
    width: 0.5em;
    height: 0.5em;
    border: 0.0625em solid #73994d;
    border-radius: 1em;
    background: #99cc66;
}

.memberdeck form .checklist label span {
    float: none;
}

.memberdeck form .payment-settings {
    margin: -20px -20px 20px -20px;
    padding: 20px;
    background: rgba(236, 236, 236, 0.5);
}

.memberdeck form .form-row {
    /* White dropdown style */
    /* FF only temp fix */
}

.memberdeck form .form-row .idc-dropdown__select,
.memberdeck form .form-row.idc_dropdown select {
    padding: 13px;
    /* add some space*/
    margin: 0;
    /* remove default margins */
    text-indent: 0;
}

.memberdeck form .form-row .idc-dropdown__select--white {
    background-color: #fff;
    color: #444;
}

.memberdeck form .form-row .idc-dropdown,
.memberdeck form .form-row.idc_dropdown {
    position: relative;
    display: block;
    vertical-align: middle;
    width: 100%;
}

.memberdeck form .form-row .idc-dropdown_select,
.memberdeck form .form-row.idc_dropdown select {
    width: 100%;
    color: #90a4ae;
    font-weight: normal;
    font-size: 11px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 8px 0 5px 8px;
    border: 1px solid #e7ebed;
    border-radius: 0;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    background: url("../images/select-arrow.png") no-repeat 95% 13px #fff;
    background-color: #e7ebed;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
}

.memberdeck form .form-row .idc-dropdown.disable_levels:after,
.memberdeck form .form-row .idc-dropdown.disable_levels:before {
    display: none;
}

.memberdeck form .form-row .idc-dropdown__select[disabled],
.memberdeck form .form-row.idc_dropdown select[disabled] {
    color: rgba(0, 0, 0, 0.3);
}

.memberdeck form .form-row .idc-dropdown.idc-dropdown--disabled::after,
.memberdeck form .form-row.idc_dropdown.idc_dropdown--disabled::after {
    color: rgba(0, 0, 0, 0.1);
}

.memberdeck form .form-row .idc-dropdown--white::before {
    top: .5em;
    bottom: .5em;
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.memberdeck form .form-row .idc-dropdown--white::after {
    color: rgba(0, 0, 0, 0.9);
}

@-moz-document url-prefix() {
    .memberdeck form .form-row .idc-dropdown__select {
        padding-right: 0.9em;
    }
    .memberdeck form .form-row .idc-dropdown--large .idc-dropdown__select {
        padding-right: 1.3em;
    }
    .memberdeck form .form-row .idc-dropdown--small .idc-dropdown__select {
        padding-right: 0.5em;
    }
}

.memberdeck .buy-tooltip {
    width: auto;
    position: relative;
    padding: 12px 20px;
    max-width: 240px;
    text-align: center;
    background: #fff;
    -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25);
    z-index: 999;
    color: #90a4ae;
    font-size: 14px;
    font-weight: 200;
}

.memberdeck .buy-tooltip a {
    color: #90a4ae;
    text-decoration: none;
}

.memberdeck .buy-tooltip a:hover {
    color: #adbcc4;
    text-decoration: underline;
}

.memberdeck .buy-tooltip .tt-title {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0 0 0;
    font-weight: 400;
    color: #455a64;
    text-transform: uppercase;
    clear: both;
}

.memberdeck .buy-tooltip .price {
    font-size: 14px;
    font-weight: 200;
    color: #4686df;
}

.memberdeck .buy-tooltip .price .no-color {
    color: #90a4ae;
}

.memberdeck .buy-tooltip .credit-text {
    color: #90a4ae;
}

.memberdeck .buy-tooltip .tt-price,
.memberdeck .buy-tooltip .tt-credit-value {
    color: #4686df;
}

.memberdeck .buy-tooltip .credits-avail {
    font-size: 11px;
    color: #90a4ae;
    margin-bottom: 5px;
}

.memberdeck .buy-tooltip .oneclick {
    font-size: 11px;
    line-height: 11px;
    display: block;
    float: left;
    color: #29b08b;
    text-decoration: none;
}

.memberdeck .buy-tooltip .oneclick:hover {
    color: #29b08b;
    text-decoration: none;
}

.memberdeck .buy-tooltip button {
    text-align: center;
    color: #fff;
    background-color: #29b08b;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    border: 0;
    padding: 11px 19px;
    cursor: pointer;
    display: block;
    width: auto;
    margin: 9px auto 9px auto;
    font-weight: 600;
}

.memberdeck .buy-tooltip button:hover {
    background-color: #249a7a;
    color: #fff;
}

.memberdeck .buy-tooltip .payment-options select {
    width: 100%;
    color: #90a4ae;
    font-weight: normal;
    font-size: 11px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 8px 0 5px 8px;
    border: 0 none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    background: url("../images/select-arrow.png") no-repeat 95% 15px #fff;
    background-color: #fafafa;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
}

.memberdeck .buy-tooltip .tt-footer {
    display: block;
    float: right;
}

.memberdeck .buy-tooltip .tt-footer a.tt-close {
    float: right;
    margin: -7px;
}

.memberdeck .buy-tooltip .tt-footer a.tt-close:hover {
    text-decoration: none;
}

.memberdeck .buy-tooltip .tt-footer a.tt-close:before {
    content: '\f057 \0000a0';
    font-family: FontAwesome;
    font-size: 90%;
}

.memberdeck .buy-tooltip:after {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 2px;
    content: "\25BC";
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin-left: -10px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}

.memberdeck .buy-tooltip-hidden:after {
    margin-left: 40px !important;
}

.mfp-content .idc-terms-conditions.idc_lightbox,
.mfp-content .idc-privacy-policy.idc_lightbox {
    height: 500px;
    padding: 0 20px;
    width: 600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-content .idc_lightbox .idc_lightbox_wrapper {
    overflow: scroll;
    height: 100%;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Basic styling for table in .idc-social-sharing-box */

.idc-social-sharing-box {
    padding: 27px;
}

.idc-social-sharing-box.idc_lightbox {
    max-width: 640px !important;
    box-sizing: content-box;
}

.idc-social-sharing-box .idc-order-info {
    padding: 0;
    text-align: left;
    padding-top: 25px;
    border-radius: 6px;
    border: 2px solid transparent;
    width: 640px;
}

.idc-social-sharing-box .idc-order-info h2 {
    color: #a4d13b;
    font-size: 42px;
    margin-bottom: 9px;
}

.idc-social-sharing-box .idc-order-info table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

.idc-social-sharing-box .idc-order-info td,
.idc-social-sharing-box .idc-order-info th {
    padding: 0;
    text-align: left;
}

.idc-social-sharing-box .idc-order-info * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.idc-social-sharing-box .idc-order-info .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.idc-social-sharing-box .idc-order-info table td {
    padding-left: 25px;
    padding-right: 25px;
}

.idc-social-sharing-box .idc-order-info .table > thead > tr > th,
.idc-social-sharing-box .idc-order-info .table > tbody > tr > th,
.idc-social-sharing-box .idc-order-info .table > tfoot > tr > th,
.idc-social-sharing-box .idc-order-info .table > thead > tr > td,
.idc-social-sharing-box .idc-order-info .table > tbody > tr > td,
.idc-social-sharing-box .idc-order-info .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.idc-social-sharing-box .idc-order-info .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.idc-social-sharing-box .idc-order-info .table > tbody + tbody {
    border-top: 2px solid #dddddd;
}

.idc-social-sharing-box .idc-order-info table tr.orderheader td {
    border: none;
}

.idc-social-sharing-box .idc-order-info table .right {
    text-align: right;
}

.idc-social-sharing-box .idc-order-info table td.orderinfo {
    font-size: 21px;
    color: #364d65;
    padding-bottom: 0;
}

.idc-social-sharing-box .idc-order-info table .detailtitle {
    color: #364d65;
    font-size: 12px;
    border: none;
}

.idc-social-sharing-box .idc-order-info table .dates {
    color: #8494a4;
    font-size: 12px;
    border: none;
}

.idc-social-sharing-box .idc-order-info .order {
    color: #ced3da;
}

.idc-social-sharing-box .idc-order-info .order-details-grid {
    margin-top: 36px;
}

.idc-social-sharing-box .idc-order-info .order-details-grid table .rowbg {
    background: #fcfcfd;
}

.idc-social-sharing-box .idc-order-info .order-details-grid table .rowbg th {
    text-align: center;
    color: #8494a4;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 20px;
    border-top: 1px solid #ecedf2;
    border-bottom: 1px solid #ecedf2;
    height: 49px;
}

.idc-social-sharing-box .idc-order-info .order-details-grid table .details {
    font-size: 16px;
    color: #364d65;
    text-align: center;
    height: 90px;
}

.idc-social-sharing-box .idc-order-info .order-details-grid table .details td {
    height: 100px;
    padding-top: 35px;
}

.idc-social-sharing-box .idc-order-info .order-details-grid table .title {
    color: #3ca7c5;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

.idc-social-sharing-box .idc-order-info .order-details-grid table .rowbg th.left {
    text-align: left;
}

.idc-social-sharing-box .idc-order-info .order-details-grid table .rowbg th.right {
    text-align: right;
}

.idc-social-sharing-box .idc-order-info .order-details-grid table .title .authorname {
    color: #b0b9c4;
    font-size: 14px;
    font-style: italic;
    font-weight: 100;
    text-align: left;
    display: block;
}

.idc-social-sharing-box .idc-order-info .order-details-grid table .title .right {
    text-align: right;
    padding-right: 25px;
}

.idc-social-sharing-box .idc-order-info .order-details-grid table .qty:before {
    content: '.....';
}

.idc-social-sharing-box .idc-order-info .order-details-grid table .qty:after {
    content: '.....';
}

.idc-social-sharing-box .idc-order-info .order-details-grid table .total_price {
    border-top: 1px solid #eef0f7;
    border-bottom: 1px solid #eef0f7;
    text-align: center;
}

.idc-social-sharing-box .idc-order-info .order-details-grid table .total_price td {
    height: 49px;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 12px;
    text-align: right;
}

.idc-social-sharing-box .idc-order-info .order-details-grid table .totalprice {
    background-color: #eef0f7 !important;
    color: #364d65;
}

.idc-social-sharing-box .idc-order-info .order-details-grid table .totalprice .currency {
    font-size: 25px;
    font-weight: 200;
}

.idc-social-sharing-box .idc-order-info .order-details-grid table .totalprice b {
    font-size: 25px;
}

.idc-social-sharing-box .idc-order-info .print-details table {
    border-bottom: 1px solid #eef0f7;
}

.idc-social-sharing-box .idc-order-info .print-details table td {
    padding-top: 15px;
    padding-bottom: 50px;
}

.idc-social-sharing-box .idc-order-info .print-details table .email {
    color: #b0b9c4;
    font-size: 14px;
    font-style: italic;
    font-weight: 100;
}

.idc-social-sharing-box .idc-order-info .print-details table .right {
    text-align: right;
}

.idc-social-sharing-box .idc-order-info .print-details table a.receipt {
    color: #5db4cd;
    font-size: 14px;
    text-align: right;
    text-decoration: none;
}

.idc-social-sharing-box .social-sharing-options-wrapper {
    background-color: #fcfdff;
    padding: 25px;
    border-radius: 6px;
    border: 2px solid transparent;
    font-family: 'Open Sans';
}

.idc-social-sharing-box .social-sharing-options-wrapper h2 {
    color: #364d65;
    font-size: 25px;
    margin-bottom: 20px;
}

.idc-social-sharing-box .social-sharing-options-wrapper .friendlink {
    margin-bottom: 100px;
}

.idc-social-sharing-box .social-sharing-options-wrapper .friendlink .thumb {
    float: left;
    height: 40px;
    width: 60px;
    background: #000;
    margin-right: 20px;
}

.idc-social-sharing-box .social-sharing-options-wrapper .friendlink .thumb img {
    width: 60px;
    height: 40px;
}

.idc-social-sharing-box .social-sharing-options-wrapper .friendlink .text {
    float: left;
    width: 500px;
    color: #333333;
    font-size: 12px;
    line-height: 19px;
    margin-top: 0;
}

.idc-social-sharing-box .social-sharing-options-wrapper .friendlink .text a {
    text-decoration: none;
    color: #3ca7c5;
}

.idc-social-sharing-box .social-sharing-options-wrapper .sharelink {
    font-size: 12px;
    color: #b0b9c4;
    margin-top: 20px;
}

.idc-social-sharing-box .social-sharing-options-wrapper .sharelink i {
    margin-right: 7px;
}

.idc-social-sharing-box .social-sharing-options-wrapper .sharelink a {
    text-decoration: none;
    color: #b0b9c4;
}

.print-order {
    display: none;
}

@media print {
    footer {
        display: none;
    }
    #footer-container {
        display: none;
    }
    header {
        display: none;
    }
    #ign-share-button {
        display: none;
    }
    section {
        display: none;
    }
    #page {
        display: none;
    }
    #sidebar {
        display: none;
    }
    #commentform {
        display: none;
    }
    #header {
        display: none;
    }
    #comment {
        display: none;
    }
    #header {
        display: none;
    }
    #footer {
        display: none;
    }
    #footerwrap2 {
        display: none;
    }
    .idc-social-sharing-box {
        color: #000 !important;
    }
    body.admin-bar .dashboard-nav {
        display: none;
    }
    .admin-bar .helix_avatar {
        display: none;
    }
    .print-order {
        color: #000;
        font-family: 'Helvetica', arial, sans-serif;
        display: block;
    }
    .order-details-grid {
        max-width: 500px;
    }
    .print-order .table tr {
        margin: 0;
        padding: 0;
    }
    .print-order .table td {
        margin: 0;
        padding: 0;
    }
    .print-order .table .right {
        text-align: right;
    }
    .idc-social-sharing-box .table .detailtitle {
        color: #333;
        font-size: 12px;
    }
    .idc-social-sharing-box .table .dates {
        color: #333 !important;
        font-size: 12px;
    }
    .idc-social-sharing-box .table .customername {
        color: #333;
        font-size: 12px;
        padding-top: 25px;
    }
    .idc-order-info .nonprint {
        display: none;
    }
    .print-details {
        display: none;
    }
    .social-sharing-options-wrapper {
        display: none;
    }
    #wrapper {
        display: none;
    }
    a:after {
        content: " [" attr(href) "] ";
    }
    .idc_lightbox {
        margin-top: -450px;
    }
    .print-details .table a.receipt {
        display: none;
    }
    .idc_lightbox button.mfp-close {
        display: none;
    }
    .order-details-grid .table .title .authorname {
        display: none;
    }
    .order-details-grid .table .title {
        color: #000;
    }
    .order-details-grid .table .totalprice {
        color: #000;
    }
    .order-details-grid .table .details {
        color: #333;
    }
    .idc-social-sharing-box .idc-order-info .table > thead > tr > th,
    .idc-social-sharing-box .idc-order-info .table > tbody > tr > th,
    .idc-social-sharing-box .idc-order-info .table > tfoot > tr > th,
    .idc-social-sharing-box .idc-order-info .table > thead > tr > td,
    .idc-social-sharing-box .idc-order-info .table > tbody > tr > td,
    .idc-social-sharing-box .idc-order-info .table > tfoot > tr > td {
        border-top: 1px solid #333;
    }
    .idc-social-sharing-box .idc-order-info .table > thead > tr > th {
        border-bottom: 1px solid #333;
    }
    .idc-social-sharing-box .idc-order-info .table > tbody + tbody {
        border-top: 1px solid #333;
    }
    .print-details .table {
        border-bottom: 1px solid #333 !important;
    }
    .idc-social-sharing-box .idc-order-info .order-details-grid .table .total_price {
        border-top: 1px solid #333 !important;
        border-bottom: 1px solid #333 !important;
    }
    .idc-social-sharing-box .idc-order-info .order-details-grid .table .rowbg th {
        color: #333;
        border-top: 1px solid #333 !important;
        border-bottom: 1px solid #333 !important;
    }
}

.memberdeck .md-box.full {
    padding-right: 0;
}

.memberdeck .border-bottom {
    border-bottom: 1px solid #e7ebed;
    margin-bottom: 20px;
    margin-top: 20px;
}

.memberdeck .md-profile {
    min-height: 105px;
}

.memberdeck .md-profile ul {
    border-bottom: 1px solid #e7ebed;
    margin-bottom: 20px;
}

.memberdeck .md-profile .column-2 {
    width: 50%;
    margin: 0 0 75px 0;
    padding: 0 0 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 450px) {
    .memberdeck .md-profile .column-2 {
        margin: 0 0 35px 0;
    }
}

.memberdeck .md-profile .column-2:nth-child(2n+1) {
    padding-right: 20px;
}

.memberdeck .md-profile .column-2:nth-child(2n+2) {
    padding-left: 0px;
    padding-right: 0px;
}

.memberdeck .md-profile .column-2:nth-child(2n+3) {
    padding-left: 0px;
    padding-right: 20px;
}

.memberdeck .md-profile .column-2:nth-child(2n+4) {
    padding-left: 0px;
    padding-right: 0px;
}

.memberdeck .md-profile .column-3 {
    width: 33.3%;
    margin: 0 0 75px 0;
    padding: 0 0 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 450px) {
    .memberdeck .md-profile .column-3 {
        margin: 0 0 35px 0;
    }
}

.memberdeck .md-profile .column-3:nth-child(3n+1) {
    /*padding-right: 15px;*/
    padding-right: 0px;
    padding-left: 10px;
}

.memberdeck .md-profile .column-3:nth-child(3n+2) {
    /*padding-left: 5px;
      padding-right: 10px;*/
    padding-left: 0px;
    padding-right: 10px;
    width: 33.4%;
}

.memberdeck .md-profile .column-3:nth-child(3n+3) {
    /*padding-left: 10px;
      padding-right: 0px; */
    padding-left: 5px;
    padding-right: 5px;
}

.memberdeck .md-profile .column-4 {
    width: 25%;
    margin: 0 0 75px 0;
    padding: 0 0 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 450px) {
    .memberdeck .md-profile .column-4 {
        margin: 0 0 35px 0;
    }
}

.memberdeck .md-profile .column-4:nth-child(4n+1) {
    padding-right: 5px;
}

.memberdeck .md-profile .column-4:nth-child(4n+2) {
    padding-left: 0px;
    padding-right: 5px;
}

.memberdeck .md-profile .column-4:nth-child(4n+3) {
    padding-left: 0px;
    padding-right: 5px;
}

.memberdeck .md-profile .column-4:nth-child(4n+4) {
    padding-left: 0px;
    padding-right: 5px;
}

.memberdeck .md-profile li.myprojects {
    font-size: 0;
}

.memberdeck .md-profile .myproject_wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
}

.memberdeck .md-profile .project-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.memberdeck .md-profile .project-item:hover > .project-status {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.memberdeck .md-profile .project-item:hover > .project-item-wrapper {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.memberdeck .md-profile .project-item:hover > .project-item-wrapper.pending {
    background-color: rgba(84, 110, 122, 0.8);
}

.memberdeck .md-profile .project-item:hover > .project-item-wrapper.draft {
    background-color: rgba(84, 110, 122, 0.8);
}

.memberdeck .md-profile .project-item:hover > .project-item-wrapper.published {
    background-color: rgba(73, 144, 147, 0.8);
}

.memberdeck .md-profile .project-item .project-item-wrapper {
    position: absolute;
    display: table;
    height: 75%;
    top: 0;
    background-color: rgba(67, 112, 150, 0.8);
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.memberdeck .md-profile .project-thumb.image {
    width: 100%;
    height: 75%;
    background-size: cover;
    background-position-y: 50%;
    background-repeat: no-repeat;
    margin: 0 0 7% 0;
}

.memberdeck .md-profile .project-name {
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    color: #455a64;
}

@media (max-width: 450px) {
    .memberdeck .md-profile .project-name {
        font-size: 10px;
        margin-bottom: 7px;
    }
}

.memberdeck .md-profile .project-funded {
    color: #29b08b;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
}

@media (max-width: 450px) {
    .memberdeck .md-profile .project-funded {
        font-size: 6px;
    }
}

.memberdeck .md-profile .option-list {
    width: 100%;
    font-size: 12px;
    text-align: center;
    position: relative;
    z-index: 9999;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 450px) {
    .memberdeck .md-profile .option-list {
        font-size: 8px;
    }
}

.memberdeck .md-profile .option-list a {
    padding: 12px;
}

@media (max-width: 450px) {
    .memberdeck .md-profile .option-list a {
        padding: 6px;
    }
}

.memberdeck .md-profile .option-list a:after {
    content: '\00a0\00a0|';
    color: #2a2a2a !important;
}

.memberdeck .md-profile .option-list a:last-of-type:after {
    content: '';
}

.memberdeck .md-profile .project-status {
    font-size: 12px;
    position: absolute;
    top: 8%;
    padding: 0 10px 0 10px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: left;
    background-color: rgba(41, 176, 139, 0.9);
    color: #fff;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

@media (max-width: 450px) {
    .memberdeck .md-profile .project-status {
        font-size: 3px;
        line-height: 8px;
        padding: 0 5px 0 5px;
    }
}

.memberdeck .md-profile .project-status.pending {
    background-color: rgba(219, 70, 67, 0.9);
}

.memberdeck .md-profile .project-status.draft {
    background-color: rgba(84, 110, 122, 0.9);
}

.memberdeck .md-profile .myprojects .option-list a:after {
    content: '\00a0\00a0';
}

.memberdeck .md-profile .myprojects .option-list a .fa {
    font-size: 36px;
}

@media (max-width:768px) {
    .memberdeck .md-profile .myprojects .option-list a .fa {
        font-size: 24px;
    }
}

@media (max-width: 450px) {
    .memberdeck .md-profile .myprojects .option-list a .fa {
        font-size: 15px;
    }
}

.memberdeck .md-profile .myprojects a i {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}

.memberdeck .md-profile .myprojects a i:hover {
    opacity: 1;
}

.memberdeck .md-profile.paypal-settings h3 {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #e7ebed;
    margin-bottom: 16px;
}

.memberdeck .md-profile.paypal-settings h3:before {
    content: '';
    background-image: url("../images/paypal-logo-icon.png");
    background-repeat: no-repeat;
    width: 17px;
    height: 21px;
    padding-right: 30px;
}

.memberdeck .md-profile.paypal-settings p {
    color: #90a4ae;
    font-size: 14px;
    margin-left: 0;
    line-height: 19px;
}

.memberdeck .md-profile.stripe-settings .stripe-connect span {
    height: 28px;
}

.memberdeck .md-profile.stripe-settings h3 {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #e7ebed;
    margin-bottom: 16px;
}

.memberdeck .md-profile.stripe-settings h3:before {
    content: '';
    background-image: url("../images/stripe-icon.png");
    background-repeat: no-repeat;
    width: 17px;
    height: 21px;
    padding-right: 50px;
}

.memberdeck .md-profile.stripe-settings p {
    color: #90a4ae;
    font-size: 14px;
    margin-left: 0;
    line-height: 19px;
}

.memberdeck .md-profile.balanced-settings h3 {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #e7ebed;
    margin-bottom: 16px;
}

.memberdeck .md-profile.balanced-settings h3:before {
    content: '';
    background-image: url("../images/balanced-icon.png");
    background-repeat: no-repeat;
    width: 17px;
    height: 21px;
    padding-right: 30px;
}

.memberdeck .md-profile.balanced-settings p {
    color: #90a4ae;
    font-size: 14px;
    margin-left: 0;
    line-height: 19px;
}

.memberdeck .md-profile.balanced-settings select::-ms-expand {
    display: none;
}

.memberdeck .md-profile.balanced-settings select {
    width: 100%;
    color: #90a4ae;
    font-weight: normal;
    font-size: 12px;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 5px 0 5px 8px;
    border: 0 none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    background: url("../images/select-arrow.png") no-repeat 95% 16px #fff;
    background-color: #e7ebed;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
}

.memberdeck .md-profile.balanced-settings select option {
    background: #e7ebed;
    outline: none;
}

.memberdeck .md-profile.lemonway-settings h3 {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #e7ebed;
    margin-bottom: 16px;
}

.memberdeck .md-profile.lemonway-settings h3:before {
    content: '';
    background-image: url("../images/lemonway-icon.png");
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    padding-right: 30px;
}

.memberdeck .md-profile.lemonway-settings p {
    color: #90a4ae;
    font-size: 14px;
    margin-left: 0;
    line-height: 19px;
}

.memberdeck .md-profile.lemonway-settings input[type=checkbox] {
    opacity: 0;
    position: absolute;
}

.memberdeck .md-profile.lemonway-settings input[type=checkbox] + label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.memberdeck .md-profile.lemonway-settings input[type=checkbox] + label {
    position: relative;
    margin-left: 0;
    padding-left: 0;
    text-indent: 0;
}

.memberdeck .md-profile.lemonway-settings input[type=checkbox] + label:before {
    content: '';
    background: #fff;
    border: 1px solid #e7ebed;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.memberdeck .md-profile.lemonway-settings input[type=checkbox]:checked + label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #fdfdfd;
    color: #90a4ae;
    padding-top: 0;
}

.memberdeck .md-profile.lemonway-settings input[type="file"] {
    font-size: 16px;
}

.memberdeck .md-profile.lemonway-settings #kyc_document,
.memberdeck .md-profile.lemonway-settings input[type="file"] {
    text-indent: 0;
    background: transparent;
    border: 0;
    font-size: 12px;
    cursor: pointer;
    margin-top: -6px;
    margin-left: -8px;
}

.memberdeck .md-profile.lemonway-settings #kyc_document::-webkit-file-upload-button,
.memberdeck .md-profile.lemonway-settings input[type="file"]::-webkit-file-upload-button {
    background: #e7ebee;
    border-radius: 0px;
    padding: 8px;
    cursor: pointer;
    border: 0;
    outline: 0;
    color: #90a4ae;
    margin-right: 10px;
}

.memberdeck .md-profile.lemonway-settings select {
    width: 66%;
    color: #90a4ae;
    font-weight: normal;
    font-size: 11px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 8px 0 5px 8px;
    border: 1px solid #e7ebed;
    border-radius: 0;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    background: url("../images/select-arrow.png") no-repeat 95% 16px #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
}

.memberdeck .md-profile.lemonway-settings input[type=button] {
    text-align: center;
    color: #fff;
    background: #29b08b;
    background-color: #29b08b;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    border: 0;
    padding: 11px 19px;
    margin: 0;
    cursor: pointer;
    display: block;
    width: auto;
    border-radius: 0;
    box-shadow: none;
    line-height: 1;
}

.memberdeck .md-profile.mail-chimp h3 {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #e7ebed;
    margin-bottom: 16px;
}

.memberdeck .md-profile.mail-chimp h3:before {
    content: '';
    background-image: url("../images/mailchimp-icon.png");
    background-repeat: no-repeat;
    width: 17px;
    height: 21px;
    padding-right: 30px;
}

.memberdeck .md-profile.mail-chimp p {
    color: #90a4ae;
    font-size: 14px;
    margin-left: 0;
    line-height: 19px;
}

.memberdeck.checkout-wrapper {
    padding: 40px 0 40px 0;
}

.memberdeck .checkout-terms-wrapper {
    display: table;
    width: 100%;
}

.memberdeck .tooltip-text {
    height: 0;
    visibility: hidden;
    z-index: 1;
    overflow: hidden;
    max-width: 650px;
    width: 75%;
    margin: 0 auto;
    background-color: #fff;
    font-weight: normal;
    transition-duration: .3s;
    transition-delay: .3s;
    border-left: 1px solid #e7ebed;
    border-right: 1px solid #e7ebed;
}

@media (min-width: 320px) and (max-width: 736px) {
    .memberdeck .tooltip-text {
        width: 90%;
    }
}

.memberdeck .tooltip-text span {
    opacity: 1;
    display: block;
    min-width: 100px;
    padding: 10px;
    background: #fafafa;
    color: #90a4ae;
    font-size: 12px;
    border-bottom: 1px solid #e7ebed;
    border-top: 1px solid #e7ebed;
}

.memberdeck .tooltip-text i.close {
    color: #aebccb;
    font-size: 13px;
    float: right;
    cursor: pointer;
}

.memberdeck .tooltip-text-hover {
    display: table;
    transition-duration: 1s;
    transition-delay: 1s;
}

.memberdeck .tooltip-text-hover span {
    display: table-cell;
    min-width: 100px;
    padding: 10px;
}

.memberdeck .checkout-title-bar {
    max-width: 650px;
    width: 75%;
    background: #fff;
    margin: 0 auto;
    display: table;
    height: 50px;
    border-top: 1px solid #e7ebed;
    border-left: 1px solid #e7ebed;
    border-right: 1px solid #e7ebed;
}

@media (min-width: 320px) and (max-width: 736px) {
    .memberdeck .checkout-title-bar {
        width: 90%;
    }
}

@media (max-width: 450px) {
    .memberdeck .checkout-title-bar {
        height: 32px;
    }
}

.memberdeck .checkout-title-bar span {
    display: table-cell;
    position: relative;
    height: auto;
    vertical-align: middle;
}

@media (min-width: 320px) and (max-width: 736px) {
    .memberdeck .checkout-title-bar span {
        padding-top: 0;
        padding-right: 0;
    }
}

.memberdeck .checkout-title-bar span.checkout-payment {
    padding-left: 15px;
    width: calc(100% - 80%);
}

@media (min-width: 320px) and (max-width: 736px) {
    .memberdeck .checkout-title-bar span.checkout-payment {
        padding-left: 5px;
        width: 100%;
        display: block;
    }
}

.memberdeck .checkout-title-bar span.checkout-confirmation {
    width: calc(100% - 80%);
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 320px) and (max-width: 736px) {
    .memberdeck .checkout-title-bar span.checkout-confirmation {
        padding-left: 5px;
        width: 100%;
        display: block;
    }
}

.memberdeck .checkout-title-bar span.product-price {
    display: inline-block;
    padding-right: 10px;
}

.memberdeck .checkout-title-bar span.checkout-project-title {
    background-color: #fafafa;
    padding-left: 15px;
    color: #2c3e50;
    font-weight: 400;
    max-width: 280px;
    line-height: 20px;
    font-size: 14px;
}

@media (min-width: 320px) and (max-width: 736px) {
    .memberdeck .checkout-title-bar span.checkout-project-title {
        padding-left: 5px;
        display: block;
        background-color: transparent;
        max-width: 180px;
    }
}

.memberdeck .checkout-title-bar span.checkout-project-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0;
    width: calc(100% - 5%);
    display: block;
}

@media (min-width: 320px) and (max-width: 736px) {
    .memberdeck .checkout-title-bar span.checkout-project-title span {
        padding-left: 5px;
    }
}

.memberdeck .checkout-title-bar span.currency-symbol {
    color: #4686df;
    font-weight: bold;
    background-color: #fafafa;
    text-align: right;
    white-space: nowrap;
    padding-right: 10px;
}

@media (min-width: 320px) and (max-width: 736px) {
    .memberdeck .checkout-title-bar span.currency-symbol {
        padding-left: 5px;
        display: block;
    }
}

.memberdeck .checkout-title-bar span.currency-symbol .checkout-tooltip {
    cursor: pointer;
    display: inline-block;
}

.memberdeck .checkout-title-bar span.currency-symbol .checkout-tooltip i {
    color: #aebccb;
    font-size: 13px;
}

.memberdeck .checkout-title-bar span.currency-symbol .checkout-tooltip i.tooltip-color {
    color: #29b08b;
}

.memberdeck .checkout-title-bar span sup {
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
}

.memberdeck .checkout-title-bar span a {
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    cursor: default;
}

.memberdeck .checkout-title-bar span:before {
    font-size: 16px;
    padding-right: 5px;
    font-family: fontAwesome;
}

.memberdeck .checkout-title-bar span.checkout-confirmation {
    color: rgba(56, 103, 142, 0.5);
}

.memberdeck .checkout-title-bar span.checkout-confirmation:before {
    content: '\f0f6';
}

.memberdeck .checkout-title-bar span.checkout-payment {
    color: rgba(56, 103, 142, 0.5);
}

.memberdeck .checkout-title-bar span.checkout-payment:before {
    content: '\f09d';
}

.memberdeck .checkout-title-bar span.active {
    color: #38678e;
}

.memberdeck .checkout-title-bar span.active:after {
    content: '';
    position: absolute;
    border-bottom: 3px solid #29b08b;
    width: 80%;
    bottom: 0;
    left: 5px;
}

.memberdeck #extra_fields {
    margin: 10px 0 0 0;
    padding: 10px 20px;
}

.memberdeck #extra_fields select {
    width: 50%;
    color: #90a4ae;
    font-weight: normal;
    font-size: 11px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 8px 0 5px 8px;
    border: 1px solid #e7ebed;
    border-radius: 0;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    background: url("../images/select-arrow.png") no-repeat 95% 13px #fff;
    background-color: #e7ebed;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
}

.memberdeck .main-submit-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    border-top: 1px solid #e7ebed;
    border-left: 1px solid #e7ebed;
    width: 40%;
}

.memberdeck #logged-input {
    margin: 0 0 20px 0;
    padding: 10px 20px;
}

.memberdeck #logged-input.yes {
    display: none;
}

.memberdeck #logged-input .border-bottom {
    border-bottom: 1px solid #e7ebed;
    margin-bottom: 20px;
}

.memberdeck form .card-number::-webkit-input-placeholder {
    color: transparent;
    text-indent: -9999px;
    background-image: url("../images/visa-card.png");
    background-position: right 1% bottom 55%;
    background-repeat: no-repeat;
}

.memberdeck form .card-number::-moz-placeholder {
    color: transparent;
    text-indent: -9999px;
    background-image: url("../images/visa-card.png");
    background-position: right 1% bottom 55%;
    background-repeat: no-repeat;
}

.memberdeck form .form-row {
    position: relative;
}

.memberdeck form .form-row input.error {
    border: 1px solid #ed5565;
}

.memberdeck form .form-row input {
    width: 100%;
}

.memberdeck form .form-row span.error-info {
    position: absolute;
    width: auto;
    border-bottom: 1px solid #fdfdfd;
    border-right: 1px solid #fdfdfd;
    padding: 10px 0 0 10px;
    color: #ed5565;
    bottom: 0px;
    right: 0px;
    background: transparent;
    font-size: 11px;
    line-height: 11px;
}

.memberdeck form .form-row span.error-info:before {
    content: '\f071';
    padding-right: 4px;
    font-size: 8px;
    font-family: fontAwesome;
}

.memberdeck form .form-row.half span.error-info {
    right: 20px;
}

.memberdeck.purchases-blocked {
    max-width: 430px;
    width: 75%;
    background: #fff;
    margin: 0 auto;
    display: table;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e7ebed;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.memberdeck.purchases-blocked h3 {
    text-align: center;
    font-size: 18px;
    color: #2c3e50;
    margin-top: 20px;
}

.memberdeck.purchases-blocked h3 span.red {
    color: #ed5565;
}

.memberdeck.purchases-blocked .bangraphic {
    width: 60px;
    margin: 0 auto;
    color: #ed5565;
    position: absolute;
    border-radius: 60px 60px 0 0;
    height: 30px;
    border: 1px solid #e7ebed;
    border-bottom-color: transparent;
    top: -35px;
    left: 0;
    right: 0;
    background-color: #fff;
    padding-top: 3px;
}

.memberdeck.purchases-blocked .bangraphic:before {
    font-family: FontAwesome;
    font-size: 40px;
    content: "\f05e";
    width: 40px;
    height: 40px;
    padding-left: 12px;
}
