.grecaptcha-badge {
display: none !important;
}
select::-ms-expand {
display: none;
}
select:-moz-focusring,
select::-moz-focus-inner {
color: transparent !important;
text-shadow: 0 0 0 #a0a0a0 !important;
background-image: none !important;
border: 0;
}
.spx-button {
color: white;
background-color: #ff7900;
display: inline-block;
font-family: Roboto-Light-local, Arial, Helvetica, sans-serif !important;
padding: 13px 29px;
border: 0 solid white;
border-radius: 2px;
line-height: 17px;
font-size: 18px;
font-weight: 400;
cursor: pointer;
}
.spx-button:hover {
color: white !important;
background-color: #db5f00;
transition: background-color 1s;
}
.spx-link-button {
color: white;
background-color: #ff7900;
display: inline-block;
font-family: Roboto-Light-local, Arial, Helvetica, sans-serif !important;
padding: 13px 29px;
border: 0 solid white;
border-radius: 2px;
line-height: 17px;
font-size: 18px;
font-weight: 400;
cursor: pointer;
}
.spx-link-button:hover {
color: white !important;
background-color: #db5f00;
transition: background-color 1s;
}
.spx-link-button:visited {
color: white !important;
}
.spx-select {
position: relative;
background-color: #f7f7f7;
height: 43px;
border-radius: 2px;
font-family: Roboto-Light-local, Arial, Helvetica, sans-serif !important;
font-weight: 400;
letter-spacing: 0;
font-style: normal;
}
.spx-select:after {
content: '';
box-sizing: content-box;
position: absolute;
right: 9px;
top: 16px;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 11px solid #d2d2d2;
}
.spx-select select {
outline: 0 !important;
box-sizing: border-box;
height: 43px;
width: 100%;
z-index: 100;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
position: absolute;
left: 0;
top: 0;
padding: 0 6px;
border: 1px solid #d2d2d2;
background-color: transparent;
color: #a0a0a0;
font-family: Roboto-Light-local, Arial, Helvetica, sans-serif;
font-size: 15px;
padding-left: 20px;
}
.spx-text-input {
width: 100%;
height: 43px;
letter-spacing: normal;
background-color: #f7f7f7;
outline: 0 !important;
padding: 0 20px !important;
font-family: Roboto-Light-local, Arial, Helvetica, sans-serif !important;
font-size: 15px !important;
font-weight: 300 !important;
border: 1px solid #d2d2d2 !important;
border-radius: 2px;
margin: 0 0 0 0 !important;
}
.spx-checkbox {
float: left;
}
.spx-checkbox ~ label {
font-size: 14px;
margin-left: 23px;
display: block;
}
.spx-text-area {
border: 1px solid #d2d2d2 !important;
outline: 0 !important;
padding: 10px 20px !important;
font-family: Roboto-Light-local, Arial, Helvetica, sans-serif !important;
font-size: 15px !important;
font-weight: 300 !important;
}
.form-error,
.cd-validation-error {
font-size: 12px;
color: red;
margin-top: 12px;
}
.cd-form {
position: relative;
}
.cd-form .cd-ff {
line-height: initial;
margin: 0;
padding: 0 5px 0 0;
display: inline-block;
width: 45%;
}
.cd-form .cd-ff.cd-full-width {
width: 90% !important;
}
.cd-form .cd-ff input[type="email"],
.cd-form .cd-ff input[type="text"] {
padding: 0 20px !important;
margin: 0 !important;
}
.cd-form .cd-ff textarea {
width: 100%;
}
.cd-form .cd-validation-error {
color: red;
}
#clickdimensionsForm input[type="email"],
#clickdimensionsForm input[type="text"] {
padding: 0 20px !important;
margin: 0 !important;
}
#clickdimensionsForm input[type="button"],
#clickdimensionsForm input[type="submit"] {
cursor: pointer;
}
#clickdimensionsForm input[type="button"]:hover,
#clickdimensionsForm input[type="submit"]:hover {
background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #db5f00) !important;
}
.moir {
display: none;
position: absolute;
z-index: 200;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #b1b1b1;
}
.spinner-3dots {
width: 70px;
text-align: center;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.spinner-3dots > div {
width: 18px;
height: 18px;
background-color: #fff;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner-3dots .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.spinner-3dots .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
}
40% {
-webkit-transform: scale(1);
}
}
@keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.spx-overlay {
width: 100%;
height: 100%;
min-height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 10020;
background-color: rgba(120, 120, 120, 0.9);
}
.spx-overlay > div {
position: relative;
box-sizing: border-box;
top: 50%;
left: 50%;
width: 400px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
border: 2px solid #ff7900;
border-radius: 3px;
overflow: hidden;
background-color: #fff;
}
.homepage-advantages-row {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
}
.homepage-advantages-row a.advantage-contentbox {
display: inline-block;
margin-bottom: 20px;
width: 32%;
background-color: #f7f7f7;
padding: 35px;
text-align: center;
}
.homepage-advantages-row a.advantage-contentbox h2.cb-heading {
font-size: 20px;
line-height: 25px;
}
.homepage-advantages-row a.advantage-contentbox .content-container {
color: #7b7b7a;
}
.homepage-advantages-row a.advantage-contentbox .cb-image svg {
width: 120px;
height: 120px;
}
.company-partners-row {
display: flex;
justify-content: space-around;
align-items: stretch;
flex-wrap: wrap;
padding: 0 20px;
background-color: #1a1a18;
}
.company-partners-row a.company-contentbox {
display: inline-block;
margin-bottom: 20px;
width: 189px;
padding: 20px 0;
text-align: center;
}
.company-partners-row a.company-contentbox .cb-image svg {
width: 150px;
height: 150px;
}
@media only screen and (max-width: 800px) {
.homepage-advantages-row a.advantage-contentbox {
width: 100%;
}
}
.fusion-imageframe.svg {
width: 100%;
}
.outer-container {
width: 100%;
text-align: center;
}
.inner-container {
display: inline-block;
margin-right: 15px;
margin-bottom: 15px;
}
.inner-container .triangle {
position: relative;
left: -25px;
font-size: small;
cursor: pointer;
color: #a0a0a0;
}
@media only screen and (max-device-width: 768px) {
.inner-container {
display: block;
margin-right: 15px;
}
}
.greybutton {
border-radius: 4px;
color: black;
background: #F7F7F7;
padding: 10px 25px 10px 25px;
border: solid #a0a0a0 2px;
text-decoration: none;
font-size: 17px;
font-family: Roboto-Light-local, Arial, Helvetica, Verdana, sans-serif;
font-weight: normal;
letter-spacing: 0;
width: 200px;
}
.greybutton:focus {
outline: 0 !important;
}
.greybutton:hover {
cursor: pointer;
border: solid #ff7900 2px;
}
.make-me-orange {
border: solid #ff7900 2px;
}#wpadminbar li.wpda-wpdp-toolbar > .ab-item:before {
content: "\f17d";
top: 3px;
}.wpml-ls-legacy-dropdown{width:15.5em;max-width:100%}.wpml-ls-legacy-dropdown>ul{position:relative;padding:0;margin:0!important;list-style-type:none}.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu{visibility:visible}.wpml-ls-legacy-dropdown .wpml-ls-item{padding:0;margin:0;list-style-type:none}.wpml-ls-legacy-dropdown a{display:block;text-decoration:none;color:#444;border:1px solid #cdcdcd;background-color:#fff;padding:5px 10px;line-height:1}.wpml-ls-legacy-dropdown a span{vertical-align:middle}.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{position:relative;padding-right:calc(10px + 1.4em)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{padding-right:10px;padding-left:calc(10px + 1.4em)}.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{content:"";vertical-align:middle;display:inline-block;border:.35em solid transparent;border-top:.5em solid;position:absolute;right:10px;top:calc(50% - .175em)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{right:auto;left:10px}.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,.wpml-ls-legacy-dropdown a:focus,.wpml-ls-legacy-dropdown a:hover{color:#000;background:#eee}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{visibility:hidden;position:absolute;top:100%;right:0;left:0;border-top:1px solid #cdcdcd;padding:0;margin:0;list-style-type:none;z-index:101}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{border-width:0 1px 1px}.wpml-ls-legacy-dropdown .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:0;margin-right:.4em}