﻿.formfield + .astric::after {
    content: "   *";
    color: red;
    padding-top: 10px;
    float: right;
}

.astric {
    position: initial;
}
.wffmform.pcform .unsubscribe-error {
    display: none;
    color: red;
    text-align: center;
}
.inputwrapper select {
    font-family: inherit;
    width: 97%;
    height: 45px;
    line-height: 30px;
    font-size: 16px;
    border: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    margin-top: 10px;
}

.inputwrapper {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    position: relative;
    height: 45px;
    margin-bottom: 20px;
    width: 85%;
}

    .inputwrapper input[type="text"], .inputwrapper input[type="email"], .inputwrapper input[type="number"], .inputwrapper textarea {
        font-family: inherit;
        width: 97%;
        height: 45px;
        line-height: 30px;
        font-size: 16px;
        border: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        border-radius: 6px;
        padding: 0 10px;
        position: absolute;
        bottom: 0;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .inputwrapper span:first-of-type {
        position: absolute;
        top: 12px;
        font-size: 12px;
        font-weight: bold;
        color: #ccc;
        text-transform: uppercase;
        padding-left: 5px;
        opacity: 0;
        transition: .3s ease-in-out;
    }

.chk-container {
    padding: 10px;
}

.frm-chkbox {
    font-size: 15px;
    color: #ccc;
    text-transform: uppercase;
    padding-left: 5px;
}



.frm-btn {
    border: none;
    color: #FFFFFF;
    padding: 15px 32px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin: 16px 0 !important;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    background-color: deepskyblue;
    display: block;
}

.formsection {
    width: 95%;
    margin-left: 1%;
    display: inline-block;
}

.frm-chkbox-container, .frm-radiobox-container {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .frm-chkbox-container input, .frm-radiobox-container input {
        position: absolute;
        opacity: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.frm-radiobox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.frm-chkbox-container:hover input ~ .checkmark, .frm-radiobox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.frm-chkbox-container input:checked ~ .checkmark, .frm-radiobox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.frm-chkbox-container input:checked ~ .checkmark:after, .frm-radiobox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.frm-chkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.inputwrapper .visible {
    top: -20px !important;
    opacity: 1 !important;
}

/* Custom Form Styling */

.wffmform {
    display: none;
    background: #FCFCFC;
    padding: 40px 47px;
}

    .wffmform.pcform {
        background: #FCFCFC;
        padding: 20px 100px;
        border-radius: 6px;
        width: 100%;
        display: inline-block;
    }

    .wffmform .form-control {
        border-radius: 6px;
        max-width: 300px;
        width: 300px;
        min-height: 50px;
        height: 100%;
        padding-left: 16px;
        padding-top: 20px;
    }

    .wffmform .form-group {
        position: relative;
        max-width: 300px;
    }

    .wffmform.pcform .form-group {
        position: inherit;
        max-width: 100%;
    }

    .wffmform .theinput label.control-label {
        position: absolute;
        top: 8px;
        left: 16px;
        right: 30px;
        color: rgba(0,0,0,.48);
        font-size: 13px;
        font-weight: 400;
        /*text-transform: uppercase;*/
        transition: all cubic-bezier(.25,.1,.25,1) .15s;
        cursor: text;
        pointer-events: none;
        background-color: #fff;
    }

    .wffmform .theinput textarea {
        padding-top: 20px;
        box-shadow: none;
    }

    .wffmform .CommentsBox .remainingC {
        position: absolute;
        top: 4px;
        right: 10px;
        font-size: 10px;
        color: rgba(0,0,0,.48);
    }

@-moz-document url-prefix() {
    .wffmform .CommentsBox .remainingC {
        position: absolute;
        top: 2px;
        right: 10px;
        font-size: 10px;
        color: rgba(0,0,0,.48);
    }
}

.wffmform .CommentsBox label {
    background-color: #fff;
    width: 266px;
    padding: 3px 0;
    margin-top: -3px;
}

.wffmform input[type=color], .wffmform input[type=date], .wffmform input[type=datetime-local], .wffmform input[type=datetime], .wffmform input[type=email], .wffmform input[type=month], .wffmform input[type=number], .wffmform input[type=password], .wffmform input[type=search], .wffmform input[type=tel], .wffmform input[type=text], .wffmform input[type=time], .wffmform input[type=url], .wffmform input[type=week], .wffmform textarea {
    box-shadow: none;
    background: #fff;
    outline: 0;
}

    .wffmform input[type=color]:focus, .wffmform input[type=date]:focus, .wffmform input[type=datetime-local]:focus, .wffmform input[type=datetime]:focus, .wffmform input[type=email]:focus, .wffmform input[type=month]:focus, .wffmform input[type=number]:focus, .wffmform input[type=password]:focus, .wffmform input[type=search]:focus, .wffmform input[type=tel]:focus, .wffmform input[type=text]:focus, .wffmform input[type=time]:focus, .wffmform input[type=url]:focus, .wffmform input[type=week]:focus, .wffmform textarea:focus {
        box-shadow: none;
        background: #fff;
        outline: 0;
    }

.wffmform.pcform .control-label {
    position: relative;
    top: 0;
    left: 0;
}

.wffmform .form-submit-border .btn.btn-default {
    background-color: #0f649b;
    border-radius: 5px !important;
    border-color: #c29200;
    color: #FFF;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Myriad Pro",Helvetica,Arial,sans-serif;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.8rem;
    padding-right: 2rem;
    padding-bottom: 0.7rem;
    padding-left: 2rem;
    font-size: 1rem;
    float: none !important;
    font-weight: bold;
    width: 300px;
}

.wffmform .form-submit-border .btn, .btn {
    background-color: #0f649b;
    border-radius: 5px !important;
    border-color: #c29200;
    color: #FFF !important;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Myriad Pro",Helvetica,Arial,sans-serif;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.8rem;
    padding-right: 2rem;
    padding-bottom: 0.7rem;
    padding-left: 2rem;
    font-size: 1rem;
    float: none;
    font-weight: bold;
    width: 300px;
    border-bottom: 0px solid #FFF !important;
}

.wffmform .form-submit-border .btn-grey, .btn-grey {
    background-color: #eaeaea;
    border-radius: 5px !important;
    border-color: #c29200;
    color: #9e9e9e !important;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Myriad Pro",Helvetica,Arial,sans-serif;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.8rem;
    padding-right: 2rem;
    padding-bottom: 0.7rem;
    padding-left: 2rem;
    font-size: 1rem;
    float: none;
    font-weight: normal;
    width: 300px;
    border-bottom: 0px solid #FFF !important;
}

.wffmform.pcform .control-label {
    position: initial;
    font-weight: normal;
    font-size: 17px;
}

.wffmform.pcform .form-group .help-block {
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}

.wffmform.pcform .field-validation-error.help-block {
    display: none;
}

.wffmform.pcform .validation-summary-errors {
    color: #F00;
    font-size: 12px;
}

.wffmform.pcform table {
    border: 0px;
    padding-left: 15px;
}

    .wffmform.pcform table td {
        padding: 0px;
    }

    .wffmform.pcform table, .wffmform.pcform table tr {
        background: none;
    }

.wffmform legend {
    background: none;
    padding: 0 0 10px 0;
    margin-left: 0;
    float: left;
    width: 100%;
}

.wffmform.pcform fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-top: 10px;
}

    .wffmform.pcform fieldset .row {
        border: 0;
        padding: 0;
        margin: 0;
    }

.wffmform.pcform .NotmeHide input[type="checkbox"] {
    display: none;
    float: left;
    padding-top: 53px;
    padding-left: 25px;
}

.wffmform.pcform .NotmeHide {
    float: left;
    padding-left: 25px;
}

.wffmform.pcform .theinput label.control-label {
    display: none;
}

.wffmform.pcform .advantagemag label, .wffmform.pcform .dimensionsmag label {
    font-style: italic;
}

.wffmform.pcform .advantagemag .checkbox, .wffmform.pcform .dimensionsmag .checkbox, .wffmform.pcform .ansysblogsubscribe .checkbox {
    position: relative;
    width: 100%;
    display: inline-block;
}

.wffmform.pcform .advantagemag .fa.fa-info-circle, .wffmform.pcform .dimensionsmag .fa.fa-info-circle, .wffmform.pcform .ansysblogsubscribe .fa.fa-info-circle {
    position: absolute;
    top: 2px;
    right: -25px;
}

.floatleft {
    float: left;
}

.wffmform.pcform .NotmeHide label {
    color: #0079c1;
}

.wffmform.pcform input[type=checkbox] {
    margin-right: 10px;
}

.wffmform input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #FFF;
    color: #666;
    top: -2px;
    height: 20px;
    width: 20px;
    border: 1px solid #999;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
    float: left;
}

    .wffmform input[type=checkbox]:checked::before {
        position: absolute;
        font-size: 13px;
        left: 5px;
        top: 0px;
        content: '\02143';
        transform: rotate(40deg);
    }

    .wffmform input[type=checkbox]:hover {
        background-color: #FFF;
    }

    .wffmform input[type=checkbox]:checked {
        background-color: #FFF;
    }

    .wffmform input[type=checkbox] + label {
        color: #666;
        cursor: pointer;
        vertical-align: top;
    }

/*---Radio --- */



.wffmform input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #FFF;
    color: #666;
    top: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #999;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
    float: left;
}

    .wffmform input[type=radio]:checked {
        background-color: #000 !important;
        box-shadow: inset 0 0 0 .2rem rgba(255, 255, 255, .95);
    }

    .wffmform input[type=radio]:hover {
        background-color: #FFF;
    }

    .wffmform input[type=radio]:checked {
        background-color: #FFF;
    }

    .wffmform input[type=radio] + label {
        color: #666;
        cursor: pointer;
        vertical-align: top;
    }

.wffmform .inVisible {
    display: none;
}

.wffmform .hidelabel {
    display: none;
}

.wffmform .theseparatorbottom {
    border-bottom: 1px solid #FEFEFE !important;
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
}

.wffmform .theseparatortop {
    border-top: 1px solid #FEFEFE !important;
    float: left;
    width: 100%;
}

.wffmform.pcform .theseparatortop {
    float: left;
    width: 100%;
    padding: 30px 40px 0 40px;
    background: #EFEFEF;
    border-radius: 6px;
}

.wffmform.pcform .unsubscribe input[type=checkbox] {
    padding: 0;
    vertical-align: bottom;
    position: relative;
    top: -3px;
    *overflow: hidden;
}

.wffmform.pcform .profileemail {
    display: none;
    margin-top: -17px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
}

.ui-widget-content {
    background: none !important;
}

    .ui-widget-content a {
        color: #0079c1 !important;
    }

.pc-unsubscribe-message-content {
    margin: 0 auto;
    text-align: center;
}

.pcthankyou {
    display: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
}

    .pcthankyou h3 {
        padding-top: 1rem;
        padding-bottom: 1.0625rem;
        color: #196193;
    }

.wffmform.pcform .theprofile legend {
    display: none;
}

.wffmform .field-validation-error, .wffmform .field-validation-valid {
    color: #FF0000;
    font-size: 12px;
    display: block;
}

.wffmform .field-validation-error, .wffmform .ddlStateList .field-validation-valid {
    margin-top: -10px;
    margin-bottom: 15px;
    padding-left: 16px;
    text-align: right;
}

.onBlurCSS {
    margin-top: -10px;
    margin-bottom: 15px;
    padding-left: 16px;
    text-align: right;
}

.wffmform .validation-summary-errors, .wffmform .validation-summary-errors .list-group li {
    display: none;
    opacity: 0;
}

.wffmform .required-field .control-label:after, .wffmform .required-field .checkbox:after {
    padding-left: 3px;
}

.wffmform .g-recaptcha {
    height: 90px;
}

.wffmform .htmlcheckbox-label span, .wffmform .checkbox span {
    max-width: 300px;
    display: inline-block;
    padding-bottom: 10px;
}

.OptinCheckbox input[type=checkbox] {
    margin-bottom: 60px;
    margin-top: 3px;
}

.OptinCheckbox {
    margin-bottom: 20px;
}

    .OptinCheckbox .help-block {
        font-size: 13px;
    }

.wffmform select {
    background-color: #fff;
    background-image: url(/assets/images/buttons/downarrow.png);
    background-position: 95% center;
}

.wffmform a {
    color: #0079c1;
    border-bottom: 0;
    text-decoration: none;
}

/* Change Autocomplete styles in Chrome*/
.wffmform input:-webkit-autofill,
.wffmform input:-webkit-autofill:hover,
.wffmform input:-webkit-autofill:focus,
.wffmform textarea:-webkit-autofill,
.wffmform textarea:-webkit-autofill:hover,
.wffmform textarea:-webkit-autofill:focus,
.wffmform select:-webkit-autofill,
.wffmform select:-webkit-autofill:hover,
.wffmform select:-webkit-autofill:focus {
    -webkit-text-fill-color: rgb(0,0,0,.75) !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-box-shadow: 0 0 0 60px #FFF inset !important;
    background-color: #FFF !important;
    background-clip: content-box !important;
}

input:-internal-autofill-selected {
    background-color: FFF !important;
    background-image: none !important;
    color: #CCC !important;
}

.Captchafield {
    padding-bottom: 20px;
}

    .Captchafield label {
        display: none;
    }

@media (min-width: 200px) and (max-width: 450px) {
    .wffmform {
        padding: 20px 15px;
    }

        .wffmform.pcform {
            padding: 20px;
        }

            .wffmform.pcform .NotmeHide {
                padding: 0;
            }
}

.hidden {
    display: none;
}



/*$color-switch-handle: #A8B1BB;
$color-switch-background: #444A53;
$color-active: #fff;

$size-switch: 35px;*/


.thething {
    margin: 0px 15px;
    width: auto;
    height: 52px;
}

    .thething .option {
        float: left;
        margin: 15px 0px;
    }

.toggle-select {
    float: right;
    width: 300px;
    margin-top: -10px;
}


    .toggle-select .checkbox input, .toggle-select .checkbox label {
        display: none;
        float: right;
        padding-top: 53px;
        padding-left: 25px;
    }

#switch {
    background: #0f649b;
    cursor: pointer;
    display: block;
    position: relative;
    float: left;
    width: 71px;
    /*padding: 4px;*/
    border-radius: 17px;
    margin: 14px 18px;
    height: 20px;
}

.theswitchleft {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 20px;
    border: 1px;
    z-index: 1;
}

.theswitchright {
    position: absolute;
    left: 35px;
    top: 0;
    width: 35px;
    height: 20px;
    border: 1px;
    z-index: 1;
}


.handle {
    display: block;
    background: #FCFCFC;
    height: 18px;
    width: 18px;
    border-radius: 17px;
    margin: 1px 0px;
    position: absolute;
    left: 38%;
    z-index: 5;
}

.advantagemag.form-group, .dimensionsmag.form-group, .ansysblogsubscribe.form-group {
    position: relative !important;
}

#thediv1, #thediv2, #thediv3 {
    position: absolute;
    top: -150px;
    visibility: hidden;
    display: block;
    border-radius: 6px;
    background: #FFF;
    font-size: 12px;
    line-height: 12px;
    z-index: 5;
    padding: 10px;
    margin: 5px 0px 0px;
    width: 300px;
    max-width: 300px;
    background: url("/assets/images/icons/infoicon-pointer.png") left bottom no-repeat;
}

    #thediv1 > div, #thediv2 > div, #thediv3 > div {
        border-radius: 6px;
        background: #FFF;
        padding: 10px;
    }

#thediv1 {
    top: -185px;
    left: 170px;
}

#thediv2 {
    top: -185px;
    left: 175px;
}

#thediv3 {
    top: -185px;
    left: 120px;
}

    #thediv1 p, #thediv2 p, #thediv3 p {
        font-size: 13px;
        line-height: 16px;
    }

    #thediv1 .fa-caret-right, #thediv2 .fa-caret-right, #thediv3 .fa-caret-right {
        position: absolute;
        top: 0;
        left: 10px;
        display: block;
    }

.wffmform.pcform .pc-digital-subscription {
    margin: 10px 0px 15px 0;
    padding: 30px 40px 10px 40px;
    background: #EFEFEF;
    border-radius: 6px;
}


.pc-digital-subscription .row .col-md-12 .form-group {
    margin: 0px 30px 10px 0;
    padding: 4px 30px 2px 6px;
}


.pc-digital-subscription .row .col-md-12 {
    display: inline-flex !important;
}

.pc-digital-subscription-content {
    /*display:none;*/
}

@media (min-width: 200px) and (max-width: 450px) {
    .wffmform.pcform .theseparatortop {
        padding: 30px 20px 0 20px;
    }

    .wffmform.pcform .pc-digital-subscription {
        padding: 30px 20px 10px 20px;
    }

    .wffmform legend {
        padding: 0 0 20px 0;
    }

    .pc-digital-subscription .row .col-md-12 {
        display: block !important;
    }

        .pc-digital-subscription .row .col-md-12 .form-group {
            /*margin: 5px 8px;
            padding: 0px 8px;*/
            background-image: none;
        }
}


.pc-unsubscribe-message {
    margin: 0px;
    height: 540px !important;
}

.pc-unsubscribe-popup {
    background-color: #f6f6f6 !important;
}

    .pc-unsubscribe-popup .ui-widget-content {
        background-color: #f6f6f6 !important;
        background-image: none !important;
        background-image: url('') !important;
        background-repeat: no-repeat !important;
        border: 0px !important;
    }
