/* =============================================================================
   Devex DTS 2026 CSS Styles
   ========================================================================== */



/* CLEANING UP BOOTSTRAP */

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form,
.navbar-inverse { background: none !important; border: 0 !important; }
.navbar-collapse { padding: 0 }
.navbar-header { margin-top: -22px; }
header#header.stuck .navbar-header { margin-top: -8px; }
.navbar-inverse .navbar-toggle { background: none; border: 0; }

html {
	min-height: 100%;
	height: auto;
	overflow-x: hidden;
	background-color: #fff;
}

/* GENERAL: BODY, COLORS, P, LISTS, LINKS */

body {
    font-family: Helvetica, sans-serif;
    color: #fff;
    font-weight: normal !important;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    padding-bottom: 30px;
    color: #313131;
}

div#om-ajkofrh9p6obsv17caum {
	display: none !important;
}


p {
	font-size: 16px;
	line-height: 28px;
}

img {
	image-rendering: -webkit-optimize-contrast !important;
}

ul {
	margin-bottom: 20px;
}

a {
	color: #313131;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover {
	color: #FF9400;
	text-decoration: none;
}


a:visited {
	text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    text-decoration: none;
}

h1:focus, h2:focus, h3:focus, h4:focus, div:focus {
	    outline: none !important
}

.mktoForm {
    text-align: left;
    width: 100% !important;
}

.mktoForm .mktoFormCol {
    width: 100% !important;
}


.mktoForm .mktoRequiredField label.mktoLabel {
    display: none !important;
}

.mktoForm .mktoError .mktoErrorMsg {
    display: none !important;
    }

.mktoForm input[type=email] {
    -webkit-appearance: none !important;
    background-color: #fff !important;
    border: 0px !important;
    box-shadow: none !important;
    padding: 16px 30px 14px 30px !important;
    width: 350px !important;
    border-radius: 4px;
    font-size: 18px;
}

.mktoForm button.mktoButton {
    padding: 19px 40px 16px 40px;
    color: #2f3858;
    background-color: #C9DA58;
    font-size: 13px;
    display: block;
    text-align: center;
    margin: 20px 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    width: 180px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .5px;
    position: absolute;
    top: -58px;
    left: 370px;
    border: 0px;
}

.mktoForm button.mktoButton:hover {
	opacity: .8;
}


.mktoForm .mktoRadioList > label {
    margin-bottom: 0.3em !important;
    line-height: .8em !important;
    display: block;
    min-height: 22px !important;
    color: #313131;
    font-weight: 400;
}

.mktoHtmlText {
    color: #818181;
    font-size: 18px;
    font-family: 'Urbanist', sans-serif !important;
    font-weight: 700;
}


.mktoForm select.mktoField {
padding: 13px 15px 12px 12px !important;
    border: 0;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #ccc !important;
}


h3 {
    font-family: 'Urbanist', sans-serif;
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
}

h5 {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    margin-top: 20px;
}

.img-ok {
    max-width: 95px;
    margin-bottom: 40px;
    display: block;
    margin-top: 25px;
}

@media only screen and (max-width: 490px) {


	.mktoForm input[type=email],.mktoForm input[type=text] {
        -webkit-appearance: none !important;
        background-color: #fff !important;
        border: 1px solid #ccc !important;
        box-shadow: none !important;
        padding: 22px 20px 22px 16px !important;
        width: 100% !important;
        margin-bottom: 10px !important;
        font-family: Helvetica, sans-serif;
        border-radius: 4px;
	}

	.mktoForm button.mktoButton {
        padding: 15px 40px 12px 40px;
        color: #fff;
        background-color: #ff9300;
        font-size: 18px;
        display: block;
        text-align: center;
        margin: 20px 0;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        width: 96vw !important;
        border-radius: 4px;
        position: absolute;
        top: 0px;
        left: 0px;
        border: 0px;
        text-transform: initial;
        font-family: Helvetica, sans-serif;
        font-weight: 400;
	}

	#lpeCDiv_179478 {
	    height: 150px;
	}

}


/* HIDING THE LIVE CHAT */

#livechat-compact-view {
	display: none !important
}
