    /* RESET */
    
    @font-face {
        font-family:SiemensSansRegular;
        src: url(/resources/wwwapp/fonts/SiemensPro/SiemensSans-Roman.woff2);
    }

    @font-face {
        font-family:SiemensSansBold;
        src: url(resources/wwwappfonts/SiemensPro/SiemensSans-Bold.woff2);
    }

    .elq-form * {
        margin: 0;
        padding: 0;
    }
    
    .eloqua-form .main,
    .sc-view
    {
  		position: relative;
	}
	
	.scui-drawing-view
	{
    	display: none;
	}
	
	.elq-page-view
	{
    	min-width: auto;
	}
	
    .elq-form input,
    textarea {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .elq-form button,
    input[type=reset],
    input[type=button],
    input[type=submit],
    input[type=checkbox],
    input[type=radio],
    select {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* GENERIC */
    select::-ms-expand
    {
       display: none;
    }

    .checkbox-input{
        appearance: none;
        -webkit-appearance: none;
        border: 4px solid #becdd7;
        border-style:solid;
        /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
        padding: 9px;
        width:17px !important;
        height:17px !important;
        border-radius: 3px;
        display: inline-block;
        position: relative;
    }
    
    .checkbox-input:checked {
        color: #becdd7;
    }

    .checkbox-input:checked:after {
        content: '\2714';
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 3px;
        color: #becdd7;
    }
    
    .styled-select,
    .elq-form select,
    .eloqua-form select
    {
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-left: 10px;
        font-size: 14px;
        color: #879baa;
        position: relative;
        height: 40px;
        cursor: pointer;
        width: 100%;
        background-color: #ffffff;
        background-image: url(/resources/wwwapp/images/icons/dropdown-arrow-lg.png);
        background-repeat: no-repeat;
        background-position: right;
    }
    
    .checkbox-input-text
    {
        /*border-style: solid;*/
        color: #3c464b;
        font-size:16px;
        font-family: SiemensSansRegular;
        margin-left: 20px;
    }
    
    .elq-form input[type="checkbox"]
    {
    	width: 20px;
    	height: 16px;
	}

    .elq-form .item-padding {
        padding: 6px 5px 9px 0px;
    }
    .elq-form .pp-group {
        padding: 0px 5px 0px 9px;
    }
    .elq-form .pp-field {
        padding: 6px 0px 9px 0px;
    }
    .elq-form .field-p {
        position: relative;
        margin: 0;
        padding: 0;
    }
    .elq-form .zIndex-fix {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .elq-form .field-design {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        padding: 0;
    }
    .elq-form .no-fields-prompt {
        float: left;
        width: 100%;
        height: 150px;
        padding-top: 50px;
        clear: both;
    }
    /* SECTION BREAKS */
    
    .elq-form .section-break {
        float: left;
        width: 97%;
        margin-right: 2%;
        margin-left: 1%;
        padding-bottom: 6px;
    }
    .elq-form .section-break .heading {
        width: 100%;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }
    /* LABEL */
    
    .elq-form .required {
        /*color: red !important;*/
        color:#3c464b !important;
        display: inline;
        float: none;
        font-weight: bold;
        margin: 0pt 0pt 0pt;
        padding: 0pt 0pt 0pt;
    }
    /* FIELD GROUP */
    
    .elq-form .field-group {
        float: left;
        clear: both;
    }
    .elq-form .field-group.large {
        width: 100%;
    }
    .elq-form .field-group.medium {
        width: 51%;
    }
    .elq-form .field-group.small {
        width: 31%;
    }
    .elq-form .field-group .label {
        float: left;
        width: 97%;
        margin-right: 2%;
        margin-left: 1%;
        padding-bottom: 6px;
        font-weight: bold;
    }
    .elq-form .progressive-profile .pp-inner {
        float: left;
        clear: both;
    }
    .elq-form .progressive-profile .pp-inner.large {
        width: 100%;
    }
    .elq-form .progressive-profile .pp-inner.medium {
        width: 51%;
    }
    .elq-form .progressive-profile .pp-inner.small {
        width: 31%;
    }
    /* RADIO */
    
    .elq-form .radio-option {
        display: inline-block;
    }
    .elq-form .radio-option .label {
        display: block;
        float: left;
        padding-right: 10px;
        padding-left: 22px;
        text-indent: -22px;
    }
    .elq-form .radio-option .input {
        vertical-align: middle;
        margin-right: 7px;
    }
    .elq-form .radio-option .inner {
        vertical-align: middle;
    }
    /* CHECKBOX */
    
    .elq-form .checkbox-span {
        display: inline-block;
    }
    /* INPUT */
    
    .elq-form .accept-default {
        width: 100%;
    }
    /* SIZING */
    
    .elq-form .field-style {
        float: left;
        margin-right: 2%;
        margin-left: 0px;
    }
    .elq-form .field-style._25 {
        width: 21%;
    }
    .elq-form .field-style._50 {
        width: 46%;
    }
    .elq-form .field-style._50_left {
        clear: left;
        width: 46%;
    }
    .elq-form .field-style._75 {
        width: 71%;
    }
    .elq-form .field-style._100 {
        width: 96%;
    }
    .elq-form .field-size-top-small {
        width: 30%;
    }
    .elq-form .field-size-top-medium {
        width: 75%;
    }
    .elq-form .field-size-top-large {
        width: 98%;
    }
    .elq-form .field-size-left-small {
        width: 21%;
    }
    .elq-form .field-size-left-medium {
        width: 46%;
    }
    .elq-form .field-size-left-large {
        width: 60%;
    }
    /* INSTRUCTIONS */
    
    .elq-form .instructions.default {
        color: #444444;
        display: block;
        font-size: 10px;
        padding: 6px 0pt 3px;
    }
    .elq-form .instructions.group {
        float: left;
        width: 97%;
        margin-right: 2%;
        margin-left: 2%;
        padding: 6px 0pt 3px;
        color: #444444;
        display: block;
        font-size: 10px;
    }
    .elq-form .instructions.left-single {
        margin: 0 0 0 33%;
    }
    .elq-form .instructions-other {
        margin: 0;
    }
    /* POSITIONING */
    
    .elq-form .label-position.left {
        display: block;
        line-height: 150%;
        padding: 1px 0pt 3px;
        float: left;
        width: 31%;
        margin: 0pt 15px 0pt 0pt;
        word-wrap: break-word;
    }
    .elq-form .label-position.top {
        display: block;
        line-height: 150%;
        padding: 1px 0pt 3px;
        white-space: nowrap;
        color:#3c464b;
        font-size:16px;
    }
    .elq-form .label-position.alignment-left {
        text-align: left;
    }
    .elq-form .label-position.alignment-right {
        text-align: right;
    }
    /* LIST ORDER */
    
    .elq-form .list-order {
        display: block;
    }
    .elq-form .list-order.oneColumn {
        margin: 0pt 7px 0pt 0pt;
        width: 100%;
        clear: both;
    }
    .elq-form .list-order.twoColumn {
        float: left;
        margin: 0pt 7px 0pt 0pt;
        width: 38%;
    }
    .elq-form .list-order.threeColumn {
        float: left;
        margin: 0pt 7px 0pt 0pt;
        width: 30%;
    }
    .elq-form .list-order.oneColumnLeft {
        float: left;
        margin: 0pt 7px 0pt 0pt;
        width: 100%;
    }
    .elq-form .list-order.twoColumnLeft {
        float: left;
        margin: 0pt 7px 0pt 0pt;
        width: 38%;
    }
    .elq-form .list-order.threeColumnLeft {
        float: left;
        margin: 0pt 7px 0pt 0pt;
        width: 30%;
    }
    /* GRID STYLE */
    
    .elq-form .grid-style {
        display: inline;
        float: left;
        margin-left: 2%;
        margin-right: 2%;
    }
    .elq-form .grid-style._25 {
        width: 21%;
    }
    .elq-form .grid-style._50 {
        width: 46%;
    }
    .elq-form .grid-style._75 {
        width: 71%;
    }
    .elq-form .grid-style._100 {
        width: 96%;
    }
    
    /* BUTTON STYLES */
    .elq-form input.submit-button,
    .elq-form input[type=submit],
    .eloqua-form input.elqSubmit,
    .eloqua-form input[type=submit] {
	    background-color: #DC6914;
	    color: #fff;
	    font-size: 17px;
	    height: 46px;
	    width: 200px;
	    color: #fff;
	    border: none;
	    float: right;
	}
	
	.form-control,
	.eloqua-form .elqField {
	    width: 100%;
	    height: 34px;
	    padding: 6px 12px;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	
	.elq-form input {
    	color: #879baa;
	}
	
	.eloqua-form form input[type="checkbox"] {
    	width: 16px;
    	height: 16px;
	}
	
	.eloqua-form {
		display: none;
	}
	
	.eloqua-form form input[type="submit"] {
	    float: right;
	    margin-top: 20px;
	    width: 240px;
	    border: 0;
	    color: #fff;
	}
	
	.eloqua-form form span.LV_valid {
    	display: none;
	}
	
	.eloqua-form form span.LV_invalid {
    	font-size: 14px;
	}
	
	.eloqua-error-message,
	.reg-closed-message {
		color: #af235f;
	    font-family: SiemensItalic;
	    line-height: 24px;
    }
    
    .eloqua-error-message li {
        color: #000;
    }
    
    .eloqua-success-message,
    .eloqua-error-message {
        display: none;
        line-height: 24px;
    }
    
    .eloqua-error-message h4,
    .eloqua-success-message h4,
    .reg-closed-message h4 {
        text-align: center;
    }
    
    .eloqua-error-message .content,
    .eloqua-success-message .content,
    .reg-closed-message .content {
        margin-bottom: 10px;
        padding-right: 0px;
        padding-left: 0px;
        font-family: SiemensRoman;
    }
    
    .eloqua-error-message .content p,
    .eloqua-success-message .content p,
    .reg-closed-message .content p {
        display: inline;
        line-height: 1.1;
        unicode-bidi: bidi-override;
    }
    
    .secondary-form {
        display: none;
    }
    
    .secondary-form .form-title {
    	display: none;
    }
    
    textarea.form-control {
        height: auto;
        padding: 6px 12px;
        width: calc(100% - 26px);
    }
    
    label.checkbox-label.no-input {
        padding-left: 0px;
    }
    
.eloqua-form .list-order.oneColumn {
    margin: 0pt 7px 0pt 0pt;
    width: 100%;
    clear: both;
    display: block;
}

.eloqua-form label.label {
    color: #3c464b;
}

.eloqua-form .radio-option .inner {
    vertical-align: top;
    margin-left: 5px;
    font-weight: normal;
}

.eloqua-form .radio-option input[type="radio"] {
    width: 16px;
    height: 16px;
}

.eloqua-form .radio-option input[type="radio"] + .inner {
    vertical-align: middle;
}

.eloqua-form .radio-option label.checkbox-label.label {
    padding: .2em .6em .3em;
    font-size: 16px;
    vertical-align: middle;
}

.eloqua-form div#otherDiv {
    display: none;
}

/* PREFERENCE CENTER */
.preference-center .single-topic {
    padding-top: 0;
    margin-top: 0;
}
.preference-center {
    background-color: #eff0f4;
    padding-top: 40px;
    padding-bottom: 50px;
}
.preference-center .headline {
    margin-bottom: 10px;
}
.preference-center .headline h1 {
    display: inline;
    margin-right: 10px;
    font-size: 36px;
    font-family: SiemensRoman;
    letter-spacing: -.03em;
    margin-right: 5px;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
}
.preference-center .single-topic form button {
    width:240px;
    font-family: SiemensRoman;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    unicode-bidi: bidi-override;
}
@media only screen and (min-width: 768px) {
	.preference-center .single-topic form button {
      line-height: 1;
      height: 100%;
      padding: 10px;
  }
  .preference-center .toggle-button{
	    padding: 10px;
	    height: 100px;    
  }
}
.preference-center .single-topic button.gpcToggleOn {
    width: 100%;
    border: 1px solid #1e3650;
    background-color: #004669;
    color: #ffffff;
}
.preference-center .single-topic button.gpcToggleOff {
    width: 100%;
    border: 1px solid #879baa;
    background-color: #eff0f4;
    color: #879baa;
}

.preference-center .single-topic span.select2.select2-container.select2-container--default {
    width: 100%;
}
.preference-center .single-topic div#wkField p {
    margin-bottom: 0;
    line-height: 1px;
}
.preference-form .modal-content {
     width: 100%;
     padding: 5px 15px;
}
.preference-center .single-topic .modal-content a span {
    font-size: 24px;
}
.preference-center .single-topic button.gpcToggleOn:hover {
     border: 1px solid #879baa;
     background-color: #eff0f4;
     color: #879baa;
}
.preference-center .single-topic button.gpcToggleOff:hover {
     border: 1px solid #1e3650;
     background-color: #004669;
     color: #ffffff;
}
.preference-form .eloqua-success-message a#edit_profile_link ,
.preference-center .single-topic h3 a#editHref {
    font-size: 16px;
    font-family: SiemensRoman;
}

.preference-form h3.form-title, .preference-form h3 {
    font-family: SiemensRoman;
}

/* End PREFERENCE CENTER */
.shoutbox .eloqua-success-message, .shoutbox .eloqua-error-message, .shoutbox .eloqua-form .LV_invalid, .shoutbox .eloqua-form label.form-error {
	color: #ffb900;
}
.shoutbox .eloqua-form label.form-error {
	margin-top: 5px;	
}
.shoutbox .inline-form form button {
	margin-top:5px
}
.shoutbox-light45 .eloqua-error-message, .shoutbox-light45 .eloqua-form .LV_invalid, .shoutbox-light45 .eloqua-form label.form-error {
  color: #af235f;
}
.shoutbox-light45 .eloqua-success-message {
  color: #3c464b;
}