﻿html {scroll-behavior: smooth;}

#regPurple .card-body ul li::marker {
    content: "\f312";
    font-family: "font awesome 6 pro";
    font-weight: 600;
    margin: 0 10px 0 0;
    display: inline;
    color: #0071ee;
    opacity: 0.9;
}

#regPurple .card-body ul li  {
    padding: 10px;
}


/*============ Masthead Start ============*/
.webp .mh { background-image: linear-gradient(to bottom right, #00000099, #000000aa), url(/Uploaded/Image/mastheads/1920_3dexperience_solidworks.webp); }
.no-webp .mh { background-image: linear-gradient(to bottom right, #00000099, #000000aa), url(/Uploaded/Image/mastheads/1920_3dexperience_solidworks); }

@media (max-width: 450px) {
.webp .mh {background-image: linear-gradient(to bottom right, #00000099, #000000aa), url(/Uploaded/Image/mastheads/mobile/450_3dexperience_solidworks.webp);}
.no-webp .mh {background-image: linear-gradient(to bottom right, #00000099, #000000aa), url(/Uploaded/Image/mastheads/mobile/450_3dexperience_solidworks.jpg);;}
}

.TwoCTA {
display: flex; justify-content: center; align-items: center;
}

#IMG-MASTHEAD .TwoCTA .MastheadCTA {
    margin: 40px 20px -20px 0px;
}

#IMG-MASTHEAD .TwoCTA .MastheadCTA:hover {
    margin: 40px 20px -20px 0px;
}

@media (max-width: 450px){
#IMG-MASTHEAD .MastheadCTA {
    font-size: 0.9em !important;
    margin: 40px 5px 0 !important;
}
}

/*============ Masthead End ============*/

/*============ regWhite Start ============*/
#regWhite .section-title, #regGrey .section-title, #regPurple .section-title {
    background: transparent;
    background-color: transparent !important;
    border: none;
    color: white;
    box-shadow: none;
}


#regGrey .section-title {
font-size: clamp(1.4rem, 1.142rem + 1.142vw, 2rem);
font-weight: 700;
color: #262626;
line-height: 1em;
margin: 20px 0 40px;
border-bottom: 1px solid #00b6ff;
width: fit-content;
padding-bottom: 6px;
}

#regGreen .section-title, #regPurple .section-title {
    margin: 20px auto !important;
    padding: unset;
font-size: 1.5em !important;
    background-color: transparent !important;
    background-image: none !important;
    border: unset !important;
    border-radius: unset !important;
    box-shadow: unset !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    display: flex;
    align-items: center;
    grid-column: -1/1;
font-weight: 600 !important;
line-height: 1em !important;
border-bottom: 2px solid #00b6ff !important;
width: fit-content !important;
padding-bottom: 6px !important;
}




@media (max-width: 480px) {
#regWhite .section-title, #regGrey .section-title, #regPurple .section-title, #regGreen .section-title { margin: 0px;}
#regPurple h5.heading-subtitle, #regGreen h5.heading-subtitle {
margin: 10px 0 12px;
}
}


.card-title {
    font-size: 1.3em;
    font-weight: 600;
    color: #1d4f91;
    border-color: #1d4f91;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 10px;
    width: 100%;
}

#regWhite .card-col-container {
column-gap: 20px;
}

@media (max-width: 480px) {
#regWhite .card-col-container {
    column-gap: 10px; 
}
}

.clean .accordion-header {
    font-weight: bold;
}

.roleTitle {
color: #1d4f91;
    padding: 10px;
    font-size: 1.8em;
    font-weight: bolder;
}

.role {
color: #fff;
    margin: 5px 10px;
    padding: 15px;
border-radius: 2px;
    font-weight: bold;
    font-size: 1.2em;
}

.core {
    background-color: #e53b3e;
}

.csv {
    background-color: #f55e00;
}

.ifw {
    background-color: #1d4f91;
}

.subRole {
font-size: 0.8em;
font-style: italic;
padding: 10px 0 5px 0;
}

#regWhite .inner {overflow: visible;}
/*============ regWhite End ============*/



/*============ regGrey Start ============*/

#regPurple {background: #262626;}
#regPurple .card-col-container {column-gap: 40px;}

#regPurple .svg-inline--fa {
color: #ff6319 }

#regBodyContent ul li, #regBlue ul li, #regregPurple ul li {
padding-bottom: 12px;}

.major-title {font-size: clamp(1.6rem, 1.507rem + 0.41vw, 2rem); text-transform: uppercase; font-weight: 700; color: white; line-height: 1em; margin: 20px 0 0; text-align: center;}

.image-panel {position: relative; background: #444; box-shadow: 0 5px 14px -10px #1f1f1f; border-radius: 4px; color: white !important; height: 320px; overflow: hidden; justify-content: end; text-decoration: none !important; display: flex; flex-direction: column; margin: 5px; transition: 0.7s ease all;}
.image-panel .card-subtitle {color: #FFF; padding-bottom: 2px; margin-bottom: 3px;}
.image-panel .card-body {flex-grow: unset; z-index: 100; background: #000000aa;}
.image-panel img { width: 100%; height: auto; position: absolute; left: 0; top: 0;}
.img-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg, #000000dd, #000000aa 25%, #ad8c8c1a); z-index: 50; transition: 0.7s ease all;}
.product-logo { margin: 40px 0px 10px;}
.product-logo img { height: 40px; margin: auto; transition: 0.5s ease;}
.product-logo:hover img { opacity: 0.6}
a.card-span { text-decoration: none;}

@media (max-width: 480px) {
#regGrey .card-col-container {
    grid-gap: 10px; 
}
.major-title { margin: 0px;}
}

/*============ regGrey End ============*/

/*============ regBlue Start ============*/


/*============ Matrix Modifiers Start ============*/
.matrix-forty {
flex: 1 0 40%;
display: grid;
grid-column:span 4;
}

.matrix-ten {
flex: 1 0 10%;
grid-column: span 1;
display: flex;
justify-content: center;
align-items: center;
}

#matrix-container .accordion__item {
    border-bottom: none;
    display: grid;
    grid-template-columns: repeat(10,1fr);
}

#matrix-container .accordion-header {
grid-column: span 4;
}

#matrix-container .accordion-body {
grid-area: 2 / -1 / auto / 1;
}



#matrix-container .accordion-header svg {
color: #1d4f91;}

#matrix-container svg {
color: unset;}

@media (max-width: 750px) {
#regBlue .mob {
display:none;
}}



.grey{
color:#bbb;}

.blue {
color: #1d4f91;}

/*============ Matrix Modifiers End ============*/



.iconLeft:before {
content: "\f02c";
font-family: "Font Awesome 5 Duotone";
font-weight: 900;
display: none;
}
#regBlue a {
font-weight: bold;
    color: #ff6319;
    text-decoration: none;
}
#regBlue a:hover {
font-weight: bold;
    color: #1d4f91;
    text-decoration: underline;
}

#matrix-container .accordion-header:hover > svg {
    color: #ff6319;
}

/*------------ Marketo Form Start  ------------*/

.form-container {padding-bottom:20px; padding-left: 20px;}

.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
    color: #555;
}

#regGrey #Country {
    border: 1px solid #55a73d !important;
	}
	
	
#regGrey #swks_County {
    border: 1px solid #55a73d !important;
	}


.mktoHtmlText.mktoHasWidth {
    padding-left: 20px;
       }

.mktoForm {
font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
font-size: 14px !important;
color: #757575 !important;
line-height: 1.7em;
font-weight: 500 !important;
word-wrap: break-word;
margin-top: 10px;
padding-bottom: 10px;
}
.mktoForm .mktoFormCol {
    width: 100%;
    margin-bottom: 0px !important;
display: flex !important;
flex-direction: row !important;
}
.mktoHasWidth {
width: 99% !important
}
.mktoForm .mktoLabel {
    display: flex;
    padding-top: 0em !important;
    width: 15px !important;
    margin-left: -7.5px !important;
}
.mktoFieldWrap.mktoRequiredField {
width: 99%
}
.mktoForm .mktoOffset {
width: 0% !important
}
.mktoHtmlText {
    display: flex;
    justify-content: center;
}
.formTextBlock {
    padding: 10px 0px !important;
    font-size: 1.1em;
    color: #757575;
   width: 92%;
}
.mktoForm .mktoFieldWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
}

.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 textarea.mktoField, .mktoForm select.mktoField {
width: 92%!important;
align-items: center;
border: 1px solid #ff6319 !important;
font-size: 1.1em !important;
float: left;
padding: 10px !important;
border-radius: 4px;
}
.mktoForm .mktoFormRow {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mktoForm .mktoGutter {
    display: none;
}

.mktoButtonRow {
    margin-top: -10px !important;
    width: 100%;
    display: flex !important;
    justify-content: center;
}

.mktoButtonWrap.mktoNative {
    width: 90%;
    margin-left: 0 !important;
}

.mktoForm .mktoAsterix {
    float: none;
    padding-left: 0px !important;
    color: #009fdf;
}

#regGrey input[type=text], #regGrey input[type=email], #regGrey textarea  {margin-bottom: 0 ;}
textarea#mkto_formnotes {margin-bottom: 20px; !important;}

.mktoForm .mktoError .mktoErrorArrow {
    background-color: #1D4F91 !important;
    border: none !important;
}

.mktoForm .mktoError .mktoErrorMsg {
    background-color: #1D4F91 !important;
    background-image: none !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 1.1em !important;
    line-height: 1.1em !important;
    padding: 8px 8px 6px 8px !important;
    text-shadow: none !important;
    font-weight: lighter;
}

.mktoForm button.mktoButton {
    background-color: #ff6319;
    width: 100%;
    border: 0;
    text-align: center;
    font-weight: lighter;
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 4px;
}
#mktoOptIn {
width: 100%;
height: 20px;
padding-top: 0px !important;
margin-top: -12px;
}


#regGrey select {
    background-color: #fff;
    color: #757575;
}

.mktoFieldWrap.mktoRequiredField {margin-bottom: 20px;}

.demo {
font-size: 4.2em!important;
text-transform: uppercase;
font-weight: 700;
color: white;
line-height: 1em;
text-shadow: 0 3px 8px #262626;
margin: 0px;
opacity: 1;
margin-bottom: 45px;
}

.mktoButtonRow {
    margin-top: 10px !important;
    font-weight: 700;
}


.mktoCaptchaDisclaimer {margin-bottom: 15px !important; padding-left: 20px!important;}

@media (max-width: 480px) {
.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 textarea.mktoField, .mktoForm select.mktoField {padding: 20px !important;}
textarea#mkto_formnotes {height: 70px;}
#regGrey select { padding: 10px !important;}
}


/*------------ Marketo Form End  ------------*/

/*============ regBlue End ============*/






