#hero.home_banner {
    /* background-image: url(../images/background-cdgs-2020.jpg);
    background-color: #210808;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover !important; */
    position: relative;
    background: linear-gradient(340deg, rgba(81,168,177,1) 0%, rgba(28,117,126,1) 66%);
}

@media (min-width: 768px) {
    #hero.home_banner .col-sm-6:after {
        content: '';
        background: url(../../images/background-cdgs-2022.png);
        height: 800px;
        width: 1100px;
        position: absolute;
        left: 450px;
        top: -185px;
        z-index: -1;
    }
}

#hero.home_banner .artist-name {
    right: 35px;
}

p.available {
    font-style: italic;
    font-size: 16px;
}

#hero.home_banner .title-box {
    height: 480px;
    display: table;
    width: 100%;
    padding-bottom: 25px;
    -webkit-animation: fade-in 1.6s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: fade-in 1.6s cubic-bezier(.39, .575, .565, 1.000) both;
    text-align: left;
    margin: 0;
}

#hero.home_banner .title-box header {
    display: table-cell;
    vertical-align: middle;
}

a.btn.btn-learn-more {
    color: #333;
}

#hero.home_banner .title-box p.label.label-new {
    color: #fff;
    font-weight: 600;
}

h1.wordmark img {
    width: 280px;
    margin-left: 0;
}


/* Upgrade page */

#upgrade-hero.cdgs2020 {
    background-image: url(../images/bg-upgrade.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0d1230;
    background-size: cover;
}

#upgrade-hero .wrap.hero {
    background: transparent;
}

.artist-credit {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #eee;
    text-shadow: 2px 0 2px rgba(0, 0, 0, .5);
}

#upgrade-hero .product-info .details {
    background: #f3f3f3;
    padding: 20px 30px 20px 30px;
}

#upgrade-hero .buy-box {
    background: #fff;
    padding: 10px 30px 20px;
}

#upgrade-hero .product-info h1 div {
    font-size: 22px;
    margin-top: 5px;
}

#upgrade-hero .links {
    margin-top: 20px;
}

#upgrade-hero .links p {
    font-size: 12px;
    margin: 0 0 5px;
    line-height: 1.5;
}

#upgrade-hero .product-info {
    padding: 40px 20px;
}

#upgrade-hero .product-info h1.title {
    margin: 0;
    padding: 8px 0 0;
}

#upgrade-hero .main-price .priceDisplayNormal {
    font-size: 180%;
}

#upgrade-hero .buy-box h4 {
    font-size: 18px;
}

.tech-specs.upgrde_specs {
    background: #f5f5f5;
}

.no-padding-top {
    padding-top: 0px;
}

div#buy-now #buy {
    margin-bottom: 5px;
}



#info-product.info_bg_blck .prodName .new,
#info-product.info_bg_blck .prodName,
#info-product.info_bg_blck h1,
#info-product.info_bg_blck ul#advantages {
    /* color: #fff; */
}

#advantages li span.text-nowrap {
    margin-left: 15px;
}

.stores a.BuyLink.btn-primary {
    height: 40px;
    display: inline-block;
    padding: 10px 26px;
    background: transparent;
    border-color: #fff;
    margin-top: 0;
    line-height: 18px;
}

.tab-content .row.top_reasons_content_new ol.circles-list h4 {
    font-size: 18px;
}

#cad #product-nav ul li a {
    padding: 13px 20px;
    border: 0;
}

#cad #product-nav #buy {
    min-width: 0;
    margin-top: 5px;
}

#features #productivity.feature-section-cad .container,
body#cad #pageContent .tab-content .container {
    padding-bottom: 60px;
}

body#cad .features-list li {
    margin: 0px 0px 40px;
}

body#cad .features-list li:last-child {
    margin: 0;
}

body#cad .features-list {
    margin-bottom: 0;
    padding-bottom: 0;
}

body#cad .features-list li p {
    line-height: 1.5;
}

body#cad div#modeling.feature-section .features-list h4 {
    margin-top: 0;
}

body#cad #pageContent .tab-content div#cad-mobile div#mobile-smartphone+.container {
    padding-bottom: 0;
}

body#cad #pageContent .tab-content div#mobile-smartphone .container {
    padding-bottom: 80px;
}

body#cad .tab-content h2 {
    margin-top: 20px;
}


/* pop-up form css */

.mktoForm .mktoButtonWrap.mktoInset .mktoButton {
    color: #000;
    background: #fff;
    border: 1px solid #aeb0b6;
    padding: 0.4em 1em;
    font-size: 1em;
    box-shadow: 1px 1px 6px 1px #ccc;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #dfdfdf);
    background-image: -moz-linear-gradient(top, #f5f5f5, #dfdfdf);
    background-image: linear-gradient(to bottom, #f5f5f5, #dfdfdf);
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover {
    border: 1px solid #999;
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton:focus {
    outline: none;
    border: 1px solid #999;
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton:active {
    box-shadow: inset 1px 1px 6px 1px #ccc;
    background-color: #dfdfdf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #dfdfdf, #f5f5f5);
    background-image: -moz-linear-gradient(top, #dfdfdf, #f5f5f5);
    background-image: linear-gradient(to bottom, #dfdfdf, #f5f5f5);
}

#mktoStyleLoaded {
    /* css load detection, do not remove */
    color: #123456;
}

.mktoForm fieldset {
    border: 1px solid #aeb0b6;
}

.mktoForm fieldset legend {
    padding: 0 1em;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
    -webkit-appearance: none;
    background-color: #fff;
    line-height: 1.5em;
    color: #000;
    border: 1px solid #aeb0b6;
    padding: 0.2em 0.3em;
    box-shadow: inset 1px 1px 4px 1px #ddd;
    min-height: 1.9em;
}

.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm select.mktoField:focus,
.mktoForm textarea.mktoField:focus {
    outline: none;
    border: 1px solid #888;
    color: #000;
}

.mktoForm select.mktoField::-ms-expand {
    display: none;
}

.mktoForm select.mktoField {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0.2em 22px 0.2em 0.3em;
    background: #fff url(../images/arrow-down-bk.png) center right no-repeat;
}

.mktoForm.ie9 select.mktoField {
    background: none;
    padding: 0.2em 2.3px 0.2em 0.3em;
}

.mktoForm .mktoLogicalField {
    border: 1px solid transparent;
}

.mktoForm input.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm .mktoLogicalField.mktoInvalid {
    border: 1px solid #8C0005;
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
    margin-bottom: 0.6em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mktoForm input[type=checkbox],
.mktoForm input[type=radio] {
    width: 1em;
    height: 1em;
    opacity: 0;
}

.mktoForm input[type=checkbox]+label:before,
.mktoForm input[type=radio]+label:before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    margin-left: -1.5em;
    line-height: 1em;
    font-family: Arial, sans-serif;
    font-size: 13px;
    border: 1px solid #ccced2;
    box-shadow: inset 1px 1px 4px 1px #ddd;
    background: #fff;
}

.mktoForm .mktoLabelToLeft input[type=checkbox]+label:before,
.mktoForm .mktoLabelToLeft input[type=radio]+label:before {
    margin-left: 0;
    right: 0.3em;
}

.mktoForm input[type=checkbox]:checked+label:before,
.mktoForm input[type=radio]:checked+label:before {
    text-align: center;
    color: #000;
}

.mktoForm input[type=checkbox]:focus+label:before,
.mktoForm input[type=radio]:focus+label:before {
    border: 1px solid #888;
}

.mktoForm input[type=checkbox]:checked+label:before {
    content: "\2713 ";
}

.mktoForm input[type=radio]+label:before {
    border-radius: 1em;
}

.mktoForm input[type=radio]:checked+label:before {
    background-image: url(../images/dot-bk.png);
    background-position: 3px 3px;
    background-repeat: no-repeat;
}

.mktoForm.mktoNoCheckedSupport input[type=checkbox]+label:before,
.mktoForm.mktoNoCheckedSupport input[type=radio]+label:before {
    display: none;
}

.mktoForm.mktoNoCheckedSupport select.mktoField,
.mktoForm.ie7 select.mktoField,
.mktoForm.ie6 select.mktoField {
    background-image: none;
    padding-right: 0.3em;
}

.mktoForm textarea.mktoField {
    resize: none;
}

#LeadRole {
    display: none !important;
}

.mktoFieldWrap {
    width: 100% !important;
}

.mktoField {
    width: 100% !important;
}

.mktoForm {
    width: 100% !important;
}

.mktoFormCol {
    width: 100% !important;
}

.lpeCElement {
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.mktoButtonRow span {
    margin-left: 0px !important;
}


/* changes db */

.mktoForm .mktoOffset {
    height: 0;
}

.mktoForm .mktoAsterix {
    float: right;
    color: #bf0000;
    display: none;
    padding-right: 5px;
    padding-left: 5px;
}

.mktoForm .mktoLabel {
    float: left;
    line-height: 0em;
    padding-top: 0.5em;
}

div.mktoGutter.mktoHasWidth {
    width: 0px !important;
}

.mktoForm .mktoFieldWrap {
    float: left;
    height: 33px;
}

div.mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 8px;
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton {
    background-image: none !important;
    background-color: #009CFF !important;
    background: #009CFF !important;
    color: #fff !important;
    width: 560px !important;
    cursor: pointer;
    border: 1px solid transparent !important;
    box-shadow: 0 0 0 0 #fff !important;
    padding: 0.5em 1em !important;
    font-size: 1.3em !important;
    margin-top: 50px;
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
    display: inline-block;
    width: 480px !important;
}

.mktoForm input[type=checkbox] {
    height: 0 !important;
    margin: 0;
    padding: 0;
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
    display: inline-block;
}

.mktoForm.mktoLayoutAbove .mktoField,
.mktoForm.mktoLayoutAbove .mktoLogicalField {
    width: 0;
}

div.mktoFieldWrap label[for=Subscribe_Customer_Success__c].mktoLabel.mktoHasWidth {
    float: right;
}

div.mktoButtonRow {
    text-align: left !important;
}


/* This is used to test if the stylesheet has been loaded yet*/

#mktoStyleLoaded {
    background-color: #123456;
    display: none;
}

.mktoForm {
    text-align: left;
}

.mktoForm .mktoClear {
    clear: both;
    float: none;
}

.mktoForm div,
.mktoForm span,
.mktoForm label,
.mktoForm p {
    text-align: left;
    margin: 0;
    padding: 0;
}

.mktoForm input,
.mktoForm select,
.mktoForm textarea {
    margin: 0;
}

.mktoForm * {
    font-family: inherit;
}

.mktoForm .mktoOffset {
    float: left;
    height: 1.2em;
}

.mktoForm .mktoGutter {
    float: left;
    height: 1.2em;
}

.mktoForm .mktoFieldWrap {
    float: left;
}

.mktoForm .mktoLabel {
    float: left;
    line-height: 1.2em;
    padding-top: 0.3em;
}

.mktoForm .mktoField {
    line-height: 1.2em;
    font-size: 1em;
    float: left;
}

.mktoForm .mktoPlaceholder {
    float: left;
}

.mktoForm .mktoLogicalField {
    float: left;
}

.mktoForm fieldset {
    padding: 0;
    margin: 0;
}

.mktoForm fieldset legend {
    margin: 0 1em 0.5em;
    color: inherit;
}

.mktoForm a.mktoNotYou {
    cursor: pointer;
    color: #4692f3;
}

.mktoForm a.mktoNotYou:hover {
    text-decoration: underline;
}

.mktoForm .mktoAsterix {
    float: right;
    color: #bf0000;
    padding-left: 5px;
    display: none;
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
    padding: 0.3em;
    float: left;
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
    margin-left: 1.5em;
    margin-top: 0.1em;
    margin-bottom: 0.3em;
    line-height: 1.2em;
    display: block;
    min-height: 12px;
}

.mktoForm.ie7 .mktoRadioList>label,
.mktoForm.ie7 .mktoCheckboxList>label {
    padding: 0.2em 0 0;
}

.mktoForm .mktoRadioList>label>input,
.mktoForm .mktoCheckboxList>label>input {
    float: left;
    margin: 0;
    margin-left: -1.5em;
}

.mktoForm .mktoRadioList>input,
.mktoForm .mktoCheckboxList>input {
    padding: 0;
}

.mktoForm .mktoLabelToLeft>label {
    text-align: right;
    margin-left: 0;
    margin-right: 1.5em;
}

.mktoForm .mktoLabelToLeft input[type=checkbox],
.mktoForm .mktoLabelToLeft input[type=radio] {
    position: absolute;
    right: 0.3em;
}

.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
}

.mktoForm .mktoRequiredField .mktoAsterix {
    display: block;
}

.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: bold;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date] {
    padding: 0.1em 0.2em;
    line-height: 1.2em;
    margin: 0;
}

.mktoForm input[type=range] {
    padding: 0.25em 0;
    margin: 0;
}

.mktoForm input[type=range]::-ms-tooltip {
    display: none;
}

.mktoForm input[type=url],
.mktoForm input[type=text],
.mktoForm input[type=date],
.mktoForm input[type=tel],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mktoForm .mktoFormRow {
    clear: both;
}

.mktoForm .mktoFormCol {
    float: left;
    position: relative;
    min-height: 2em;
}

.mktoButtonRow {
    display: inline-block;
    position: relative;
}

.mktoForm textarea.mktoField {
    display: inline-block;
    padding: 0.2em;
    margin: 0;
    line-height: 1.2em;
    overflow: auto;
    resize: none;
    float: none;
}


/* Firefox computes row height wrong for the last 13 years... https://bugzilla.mozilla.org/show_bug.cgi?id=33654 */

.mktoForm textarea[rows="1"] {
    height: 2em;
}

.mktoForm textarea[rows="2"] {
    height: 3.4em;
}

.mktoForm textarea[rows="3"] {
    height: 4.6em;
}

.mktoForm textarea[rows="4"] {
    height: 5.8em !important;
}

.mktoForm textarea[rows="5"] {
    height: 7em;
}

.mktoForm textarea[rows="6"] {
    height: 8.2em;
}

.mktoForm textarea[rows="7"] {
    height: 9.4em;
}

.mktoForm textarea[rows="8"] {
    height: 10.6em;
}

.mktoForm.mktoLayoutCenter .mktoLabel {
    text-align: right;
}

.mktoForm.mktoLayoutAbove .mktoGutter {
    display: none;
}

.mktoForm.mktoLayoutAbove .mktoLabel {
    text-align: left;
}

.mktoForm.mktoLayoutAbove .mktoRadioList,
.mktoForm.mktoLayoutAbove .mktoCheckboxList {
    float: none;
    clear: left;
}

.mktoForm.mktoLayoutAbove .mktoField,
.mktoForm.mktoLayoutAbove .mktoLogicalField {
    clear: left;
}

.mktoForm.mktoLayoutAbove textarea.mktoField {
    float: left;
}

.mktoForm .mktoError {
    position: absolute;
    z-index: 99;
    color: #bf0000;
}

.mktoForm .mktoError .mktoErrorArrowWrap {
    width: 16px;
    height: 8px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 100;
}

.mktoForm.ie7 .mktoError .mktoErrorArrowWrap {
    top: -8px;
}

.mktoForm .mktoError .mktoErrorArrow {
    background-color: #e51b00;
    border: 1px solid #9f1300;
    border-right: none;
    border-bottom: none;
    display: inline-block;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 16px;
    margin-top: 5px;
}


/** These two styles are for browsers that don't support css transforms */

.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage {
    background: transparent url("../images/callout-arrow-up-red.png") top center no-repeat;
    bottom: -7px;
}

.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage .mktoErrorArrow {
    display: none;
}

.mktoForm .mktoError .mktoErrorMsg {
    display: block;
    margin-top: 7px;
    background-color: #e51b00;
    background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
    border: 1px solid #9f1300;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    color: #f3f3f3;
    font-size: 1em;
    line-height: 1.2em;
    max-width: 16em;
    padding: 0.4em 0.6em;
    text-shadow: #901100 0 -1px 0;
}

.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
    display: block;
}

.mktoForm button.mktoButton {
    cursor: pointer;
    margin: 0;
}

.mktoForm button.mktoButton:disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    cursor: default;
}

.mktoNoJS .mktoLabel {
    display: block;
    padding-right: 10px;
    width: 110px;
    text-align: right;
}

.mktoNoJS input[type=text] {
    width: 150px;
}

.mktoForm .cf_widget_socialsignon .cf_sign_on {
    margin-bottom: 1.5em;
}

.mktoForm .mktoRangeField .mktoRangeValue {
    zoom: 1;
    float: left;
    display: none;
    text-align: center;
    position: absolute;
    z-index: 99;
    color: #000;
}

.mktoForm.ie7 .mktoRangeField .mktoRangeValue,
.mktoForm.ie6 .mktoRangeField .mktoRangeValue {
    position: relative;
}

.mktoForm .mktoRangeField.mktoHover .mktoRangeValue {
    display: block;
}

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap {
    width: 16px;
    height: 8px;
    overflow: hidden;
    position: absolute;
    bottom: -7px;
    z-index: 100;
}

.mktoForm .mktoRangeField .mktoRangeValueArrow {
    background-color: #028d05;
    border: 1px solid #005602;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 16px;
    background-color: #007d04;
    border-left: none;
    border-top: none;
    margin-top: 5px;
    position: absolute;
    bottom: 5px;
}


/** These two styles are for browsers that don't support css transforms */

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap.mktoArrowImage {
    background: transparent url("../images/callout-arrow-down-green.png") top center no-repeat;
    bottom: -7px;
}

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap.mktoArrowImage .mktoRangeValueArrow {
    display: none;
}

.mktoForm .mktoRangeField .mktoRangeValueText {
    display: block;
    background-color: #028d05;
    background-image: -webkit-linear-gradient(#028d05 43%, #007d04 100%);
    background-image: -moz-linear-gradient(#028d05 43%, #007d04 100%);
    background-image: linear-gradient(#028d05 43%, #007d04 100%);
    background-image: -ms-linear-gradient(#028d05 43%, #007d04 100%);
    border: 1px solid #005602;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #00a500 0 1px 0px;
    box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #00a500 0 1px 0px;
    color: #f3f3f3;
    font-size: 1em;
    line-height: 1.2em;
    padding: 0.4em 0.6em;
    text-shadow: #005602 0 -1px 0;
    text-align: center;
}

.mktoModal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.mktoModal .mktoModalMask {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    zoom: 1;
    background: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
}

.mktoModal .mktoModalContent {
    position: absolute;
    z-index: 10001;
    background: #fff;
    padding: 10px;
}

.mktoModal .mktoModalClose {
    position: absolute;
    cursor: pointer;
    top: -10px;
    right: -10px;
    background: #000;
    color: #fff;
    width: 19px;
    height: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    text-align: center;
    border: 2px solid #ccc;
}

.mktoForm .mktoFormRow.textarea_row .mktoFieldWrap {
    height: 100%;
}

.row ol.circles-list>li:before {
    font-size: 22px;
    line-height: 1.1;
}


/* Responsive */

@media (min-width: 768px) {
    body .hero p.label-new {
        padding: 0;
        margin: 0;
        font-size: 30px;
        font-weight: 600;
        font-style: italic;
        text-transform: uppercase;
    }
}

@media (max-width: 767px) {
    #hero.home_banner .hero {
        background: rgba(0, 0, 0, .7);
        background-size: cover;
        padding-bottom: 30px;
    }
    #hero.home_banner .title-box {
        min-height: 400px;
        height: inherit;
        padding-top: 30px;
        text-align: center;
    }
    h1.wordmark img {
        width: 100%;
    }
    h1.wordmark {
        width: 225px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    body#cad #info-product.info_bg_blck div#box-shot {
        display: none;
    }
    .stores .row>div {
        margin-top: 20px;
    }
    /* .row.corel_cad .pricebrick {
        border: 0px;
        margin-bottom: 0;
    } */
    #cad #product-nav #buy {
        margin-top: 0;
        float: left;
        margin-bottom: 10px;
    }
    .mktoForm .mktoRequiredField label.mktoLabel {
        font-weight: bold;
        position: absolute;
        left: -15px;
    }
    div.mktoButtonRow {
        width: 100%;
    }
}

@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px),
only screen and (max-device-height: 480px) {
    .mktoForm .mktoButtonWrap.mktoInset .mktoButton {
        width: 100% !important;
    }
    .mktoForm .mktoRadioList>label,
    .mktoForm .mktoCheckboxList>label {
        display: inline-block;
        width: 250px !important;
    }
}

@media only screen and (max-width: 480px) {
    .mktoForm,
    .mktoForm * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 10px;
    }
    .mktoForm .mktoGutter,
    .mktoForm .mktoOffset {
        display: none;
    }
    .mktoForm .mktoFormCol .mktoLabel {
        text-align: left;
        width: 100%;
    }
    .mktoForm .mktoFormCol {
        float: none;
    }
    .mktoForm .mktoFieldWrap {
        float: none;
    }
    .mktoForm fieldset {
        padding: 0 10px;
    }
    .mktoForm input[type=url],
    .mktoForm input[type=text],
    .mktoForm input[type=date],
    .mktoForm input[type=tel],
    .mktoForm input[type=email],
    .mktoForm input[type=number],
    .mktoForm textarea.mktoField,
    .mktoForm select.mktoField {
        width: 100%;
        height: 1.5em;
        line-height: 1.5em;
        font-size: 18px;
    }
    .mktoForm select.mktoField {
        height: auto;
    }
    .mktoForm .mktoFormRow .mktoField {
        clear: left;
    }
    .mktoForm .mktoFormRow .mktoFormCol {
        clear: both;
    }
    .mktoForm .mktoRadioList,
    .mktoForm .mktoCheckboxList {
        width: 100%;
    }
    .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
        float: left;
        padding-left: 0;
        padding-right: 5px;
    }
    .mktoModal .mktoModalContent {
        padding: 10px 0;
    }
    .mktoModal .mktoModalClose {
        right: 0;
    }
    .mktoForm .cf_widget_socialsignon {
        display: block;
    }
    .mktoForm .cf_widget_socialsignon .cf_sign_on {
        width: 100%;
    }
    .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
        width: auto;
    }
}

@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px),
only screen and (max-device-height: 480px) {
    .mktoMobileShow .mktoForm,
    .mktoForm * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 10px;
    }
    .mktoMobileShow .mktoForm .mktoGutter,
    .mktoMobileShow .mktoForm .mktoOffset {
        display: none;
    }
    .mktoMobileShow .mktoForm .mktoFormCol .mktoLabel {
        text-align: left;
        width: 100%;
    }
    .mktoMobileShow .mktoForm .mktoFormCol {
        float: none;
    }
    .mktoMobileShow .mktoForm .mktoFieldWrap {
        float: none;
    }
    .mktoMobileShow .mktoForm fieldset {
        padding: 0 10px;
    }
    .mktoMobileShow .mktoForm input[type=url],
    .mktoMobileShow .mktoForm input[type=text],
    .mktoMobileShow .mktoForm input[type=date],
    .mktoMobileShow .mktoForm input[type=tel],
    .mktoMobileShow .mktoForm input[type=email],
    .mktoMobileShow .mktoForm input[type=number],
    .mktoMobileShow .mktoForm textarea.mktoField,
    .mktoMobileShow .mktoForm select.mktoField {
        width: 100%;
        height: 1.5em;
        line-height: 1.5em;
        font-size: 18px;
    }
    .mktoMobileShow .mktoForm select.mktoField {
        height: auto;
    }
    .mktoMobileShow .mktoForm .mktoFormRow .mktoField {
        clear: left;
    }
    .mktoMobileShow .mktoForm .mktoFormRow .mktoFormCol {
        clear: both;
    }
    .mktoMobileShow .mktoForm .mktoRadioList,
    .mktoMobileShow .mktoForm .mktoCheckboxList {
        width: 100%;
    }
    .mktoMobileShow .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
        float: left;
        padding-left: 0;
        padding-right: 5px;
    }
    .mktoMobileShow .mktoModal .mktoModalContent {
        padding: 10px 0;
    }
    .mktoMobileShow .mktoModal .mktoModalClose {
        right: 0;
    }
    .mktoMobileShow .mktoForm .cf_widget_socialsignon {
        display: block;
    }
    .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on {
        width: 100%;
    }
    .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
        width: auto;
    }
}

#priceBar #tabs-content.no-pt {
    /* padding-top: 20px !important; */
}

.price .dynPrice_Price_1 .top_gurntee {
    display: inline-block;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -20px;
}

#priceBar .BuyLink {
    margin-top: 10px !important;
}

.inc_vat {
    display: block;
    color: #fff;
    font-size: 11px;
}

.piller_section {
    background-color: #f2f2f2;
}

.custom-accord .title {
    background: none !important;
}

.accordion .title p,
.accordion .title a {
    font-size: 16px
}

.accordion .title a {
    color: #333;
    text-decoration: underline
}

.accordion .title a:hover {
    color: #333;
    text-decoration: none
}

.accordion .panel.panel-default {
    margin: 0;
}

.accordion .panel-title {
    font-size: 17px;
    font-weight: 500;
}

.accordion .panel {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
    box-shadow: none;
    background-color: transparent;
    font-size: 17px
}

.accordion .panel:first-child {
    border-top: 1px solid #ccc;
    margin-top: 40px
}

.accordion .panel-title a {
    color: #333;
}

.accordion .panel-title {
    position: relative;
    padding-right: 25px;
    line-height: 1.5;
}

.accordion .panel-title a::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 13px;
    transition: .3s transform ease-in-out;
    font-weight: initial;
    transform: rotate(45deg);
    width: 22px;
    height: 22px;
    background: url("../../static/cdgs/product_content/cdgs/2021/plus.png") #fff;
    background-size: 14px;
    background-position: 2px -7px;
    background-repeat: no-repeat;
    border: 2px solid #707070
}

.accordion .panel-title a.collapsed::before {
    transform: rotate(0deg);
    border: 2px solid #707070
}

.accordion .panel-body {
    font-size: 16px;
    border-top: 1px dotted rgba(0, 0, 0, .3);
    line-height: 1.5;
    padding: 5px 0 25px;
    letter-spacing: -0.2px
}

.accordion .panel-title a {
    display: block;
    padding: 10px 0;
}

.accordion .panel-heading {
    padding: 0;
    background: transparent
}

.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

#what_new {
    background: #f2f2f2;
}

.stores.grey_bg {
    background: #f2f2f2;
    text-align: center;
}

.stores.grey_bg.button {
    margin-top: 25px;
}

#compa {
    background: #f2f2f2;
}

#tech_specs {
    background: #fff;
}

.custom-accord .panel-default .panel-title {
    background: none;
}

.custom-accord .panel-default .panel-title .text_high {
    color: #9A000F;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.watch_vedio_text {
    margin: 4px 0;
}

.grey_bg .text_big {
    font-size: 40px;
    color: #000;
}

.botttom_text_wrapper p {
    font-size: 12px !important;
    line-height: 20px;
    margin: 4px 0
}

.cad_pro .nav-tabs>li.active>a {
    background: #f2f2f2 !important;
    border-bottom: 3px solid #000 !important;
}

#tabs-content .price_tab_content_1 {
    text-align: left;
}

.usage-icons.bg_white {
    background-color: #fff;
    text-align: center;
    color: #333;
}

.accordion .pro-accordion .panel-title a.collapsed::before {
    transform: rotate( 0deg) !important;
    border: 2px solid #707070;
}

.usage-icons .icon-cols .ico-large {
    width: 70%;
    margin: 50px auto;
}

.accordion .pro-accordion .panel-title a::before {
    font-size: 0 !important;
    transform: rotate( 135deg) !important;
}

.why-cdts {
    margin-top: 35px;
}

#product-nav .navbar-brand span {
    font-size: 16px !important;
}

.font-30 h2 {
    font-size: 30px;
}

.txt-white {
    color: #fff !important;
}

.custom_nav li {
    display: inline-block;
}

.custom_nav li a {
    font-size: 18px;
    padding: 17px 24px 18px;
    color: #333;
}

.videoModal .modal-content {
    width: 800px;
}

.videoModal .modal-content .modal-body {
    padding: 0;
}

.videoModal .modal-content button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: absolute;
    z-index: 2;
    right: 0;
    opacity: 1;
    top: -35px;
    margin: 0;
    color: #fff;
    text-shadow: none;
    font-size: 30px;
}

.accordion .cust_tab .tab-pane.active img {
    width: 80%
}