/* GENERAL ELEMENT STYLES */

body {
    margin:0;
    padding:0px 0px;
    font-family:"Roboto Condensed", Arial;
    font-weight: 300;
    color:#606061;
    font-size:15px;
}

img {
    max-width:100%;
    border:0;
}

a, a:link, a:visited, a:active, a:focus {
    text-decoration:none;
    color:#0582A8;
}

a:hover {
    text-decoration:underline !important;
}

div.cta, a.cta, input[type="submit"], button[type="submit"] {
    color: #fff !important;
    border-radius: 4px;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    background-color: #0582A8;
    background: -moz-linear-gradient(top, #0582A8 0%, #046785 100%);
    background: -webkit-linear-gradient(top, #0582A8 0%,#046785 100%);
    background: linear-gradient(to bottom, #0582A8 0%,#046785 100%);
    padding: 16px 67px 16px 37px;
    letter-spacing: 0.524px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    text-decoration: none;
    border:none;
}

.cta:hover, button[type="submit"]:hover {
    opacity: 0.8;
    text-decoration: none !important;
}

div.cta:after, a.cta:after, button[type="submit"]:after {
    content: " ";
    position: absolute;
    top: 0px;
    right: 26px;
    width: 15px;
    height: 100%;
    background: url(https://media.item24.com/Eloqua/Landingpages/global/elq-template-2/img/white-arrow-big.png) no-repeat center right;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cta:hover:after,  button[type="submit"]:hover:after {
    right: 22px;
    text-decoration: none;
}

a.red, a:link.red, a:visited.red, a:hover.red, a:active.red, a:focus.red {
    color:#fe0009;
}

div.cta.red, input[type="submit"].red {
    background:none;
    background-color:#fe0009;    
}

.banner h2, .banner h4 {
    margin:0;
}

.banner > div {
    position:relative;
}

.banner .red-bg {
    position:absolute;
    bottom:0;
    left:0;
    background-color:#fe0009;
    padding:0px; 
}
.red-bg > .inner-wrap {
          padding:10px;
        }

.banner-cta {
    position:absolute;
    bottom:10px;
    right:20px;
}
.usp-box {
    background-color:#606062;
    margin:40px 0px 0px;
    padding:15px 25px;
    height:auto;
}
.row.content {
    margin-bottom:25px;
}
.partner {
    background-color:#f4f4f4;
}
.partner > div {
    padding:0;
    border-bottom:none;
}

.head > .inner-wrap {
    padding: 20px 15px;
    border-bottom: 1px solid #fff;
}

.partner > div:last-of-type {
    border-bottom:none;
}

.partner > .logo {
    padding:0;
}

	.logo > .inner-wrap {
    padding: 5px 15px;
    border-bottom: 1px solid #fff;
}

	.details > .inner-wrap {
	padding: 20px 15px;
border-bottom: 1px solid #fff;
	}

.details > .inner-wrap > .name {
    font-weight:400;
    font-size:15px;
    line-height:18px;
}

.partner span {
    font-weight:300;
}

.partner a {
    font-weight:400;
}

.website > .inner-wrap {padding: 20px 15px;}
.website > .inner-wrap > span {font-weight: 700;}

.fa-ul li {
    margin-bottom:18px;
}

.fa-ul > li > i {
    color:#fe0009;
    font-size:26px;
    top:-2px !important; 
    left: -1.742857em;
    width: 1.74285714em;
}

.kv .usps strong {
    font-weight:700;
}

.fullwidth-kv strong {
    font-weight:500;
}

.kv p, .kv strong, .kv li {
    font-size:18px;
    line-height:22px;
}

.keyvisual-box {
    background-color:#f7f7f7;
    padding:30px 20px;
}
.keyvisual-box > p {
    margin-top:30px;
}
.keyvisual-box > .usps > div {
    display:inline-block;
    width:49%;
}
.keyvisual-box > .usps > div > i {
    color:#fe0009;
    font-size:26px;
    vertical-align:bottom;
    margin-right:10px;
}

.fullwidth-kv {
    padding-top:30px;
    padding-bottom:30px;
}

.form-intro {
    background-color:#fe0009;
    padding:0px;
}
.form-intro > .inner-wrap {
          padding:5px 15px;
        }

.form-container {
    background-color:#f7f7f7;

    padding-bottom:20px;
}
.form-arrow {
    padding:0px 15px;
}
.form-container .inner {
    margin:15px 0 0;
    padding-bottom:15px;
}
.form-container .inner.last {
    margin-right:15px;
    margin-left:15px;
}
.form-container > div > .inner > div {
    padding:0;
}

.footer-bottom {
    position:relative;
    bottom:0px;
    background: #3e4144;
    padding: 40px 0px 24px;
    min-height: 20px;
    text-align: center;
}

.footer-bottom > div > div:first-of-type {
    padding-left:45px;
}
.footer-bottom img {
        border-radius: 10px;
}
.footer-bottom .copyright {
    color: #cccccc;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    font-weight:400;
    margin-left:-33%;
}
.copyright > div:first-of-type {
    padding:8px 0px;
}
.copyright > div:last-of-type {
    padding:4px 0px 8px;
}
.footer-bottom .cp {
    z-index:1;
}
.footer-bottom .sl {
    z-index:2;
}
/* INPUT FIELDS ETC */
.form-container > div > div > div:first-of-type > input {
    
}

label {
    max-width:85%;
    display:inline-block;
    cursor:pointer;
}

label:before {
    width:24px;
    height:24px;
    background-color:black;
    content:'';
}

input[type="checkbox"] {
    visibility:hidden;
    vertical-align: top;
    margin-right:8px;
    margin-top:-3px;
    z-index:999;
}
div.fake-check {
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    height: 18px;
    left: 0;
    visibility: visible;
    width: 18px;
    z-index: 1;
    margin-left: -19px;
    vertical-align: top;
}

div.fake-check > i {
    z-index:1;
}

.submit-container {
    position:absolute;
    min-height:47px;
    right:-3px;
    bottom:5px;
    padding-top:15px;
}

input[type="text"].form-error, input[type="email"].form-error,a.form-error {
    border:1px solid #fe0009 !important;
}

label.form-error {
    color:#fe0009;
}

input[type="text"], input[type="email"] {
    width:90%;
    border: 1px solid #cccccc;
    padding: 11px 0px 6px 15px;
    border-radius:5px;
    transition: 1s border-color;
}

select {
    width:90%;
    border: 1px solid #cccccc;
    border-radius:5px;
    height:40px;
    padding-left:15px;
}
input {
    box-shadow:none;
}
input:focus {
   -webkit-box-shadow: 0px 0px 0px 0px #0582A8;
box-shadow: 0px 0px 0px 0px #0582A8;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #606061;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #606061;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #606061;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #606061;
}

.chosen-container.chosen-container-single {
    height:40px;
}

input[type="text"].form-valid,input[type="email"].form-valid,a.form-valid {
    background-color:rgba(0,255,0,0.1) !important;
}

.field-error {
    font-size:11px;
    position:absolute;
    color:#fe0009;
    bottom:-15px;
    left:25px;
    display:none;
}

.fake-check {
    background-image:url('https://media.item24.com/Eloqua/Landingpages/global/elq-template-2/img/stripe_radio_check.png');
    background-size:70px;
}


/* TYPOGRAPHY */

h1, h2, h3, h4, h5, p, span {
    font-family:"Roboto Condensed", Arial;
    font-weight: 400;
    color:#606061;
}

h1 {
    font-size:30px;
    line-height:36px;
	margin-top: 10px;
}

.content > .col-lg-9 > h1 {
    margin-top:0px;
}

h2 {
    font-size:24px;
    line-height:28px;
    margin:8px 0px 25px;
}

h3 {
    font-size:22px;
    line-height:120%;
    font-weight:400;
    margin:5px 0px 5px;
}

h1.white, h2.white, h3.white, h4.white, p.white {
    color:#fff;
}

h3 {
    font-size:22px;
    line-height:26px;
}

h4 {
    font-size:18px;
    margin:0;
}

p, li {
    font-size:17px;
    line-height:22px;
    font-weight:300;
}

p {
    margin-bottom:22px;
}

p.bold {
    font-weight:400;
}

.claim > span {
    font-size: 18px;
    font-family:"Roboto Condensed", Arial;
    font-weight:300;
}

.claim > span > sup {
    font-size:13px;
}

.usps p {
    font-weight:400;
    font-size:15px;
    line-height:18px;
    margin-top:15px;
}

li > strong {
    font-weight:400 !important;
}

label {
    font-weight:400;
}

.form-intro, .form-container, .footer-bottom, .form-arrow  {
    margin:0 !important;
}

/* UTILITY CLASSES */

.divider-25 {
    height:25px;
}
.divider-30 {
    height:30px;
}
.divider-35 {
    height:35px;
}
.divider-40 {
    height:40px;
}

.margin-reset {
    margin:0 !important
}

.gray {
    background-color:#f7f7f7;
}

.triangle {
    width: 0;
    height: 0;
    margin-top: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
}

.triangle.red {
    border-color: #fe0009 transparent transparent transparent;
}

.mobile-xs {
    display:none;
}

.website > a:after, div.inner-wrap > a:after  {
    width:12px;
    height:20px;
    content:'\f105';
    display:inline-block;   
    font-family:FontAwesome;
    text-align:right;
    font-size: 20px;
    vertical-align: top;
    margin-top: -4px;
}
div.details > span > a {
    color:#606061 !important;
}

/* MEDIA QUERRYs */

@media screen and (min-width:1200px) {
    .claim {
        margin-top:35px;
        text-align:right;
    }
    .claim > span:first-of-type {
        margin-right:30px;
    }
    .footer-bottom {
        width:1140px;
        margin: 0;
    }
    .form-intro {
        margin:0;
    }
    .form-container {
        margin: 0;
    }
    .form-arrow {
        margin: 0;
    }
    .red-bg {
        max-width:690px;
    }
}

@media screen and (max-width:1199px) and (min-width:992px) {
    .claim {
        margin-top:36px;
        text-align:right;
    }
    .claim > span:first-of-type {
        margin-right:30px;
    }
    .red-bg {
        max-width:640px;
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    .claim {
        margin-top:36px;
    }
    .red-bg {
        max-width:400px;
    }
	.banner-cta { max-width: 270px; }
    .claim > span {
        display:block;
        float:right;
        font-size:16px;
    }
}
@media screen and (min-width:768px) {
    .mobile {
        display:none;
    }
    
}
@media screen and (max-width: 991px){
    .submit-container {
        position:relative;
        text-align:right;
        margin-top:25px;
        right:3%;
    }
}

@media screen and (max-width: 991px) and (min-width:768px){
    label {
        max-width:90% !important;
    }
}

@media screen and (max-width:767px) {
    .container{
        min-width: 320px;
    }
    .claim {
        margin-top:36px;
    }
    .claim > span {
        display: block;
    float: right;
    font-size: 16px;
    }
    .form-container .row .col-lg-3 {
        margin-bottom: 6px;
    }
    input[type="text"], input[type="email"], select, .chosen-container.chosen-container-single {
        margin-bottom:2px;
    }
    .form-container .inner {
        margin:0;
        padding:0;
    }
    .form-container .inner:first-of-type {
        margin-top:25px;
    }
    .form-container .inner:last-of-type {
        margin-top:25px;
        margin-bottom:25px;
    }
    label {
        max-width:85%;
    }
    .kv > .col-sm-6:nth-of-type(3) {
        margin-top:25px;
    }
    .partner {
        width: 270px;
        margin:0 auto;
    }   
    .red-bg {
        position:relative !important;      
    }   
    .usp-box.mobile {
        padding:0;
        height:auto !important;
    }
    .usp-box.mobile h3 {
        text-align:center;
        width:33.3%;
        padding:5px 10px;
        border:1px solid #ffffff;
        display:inline-block;
        margin-top:0px;
        background-color:#f7f7f7;
        color:#606061;
        cursor:pointer;
        vertical-align: top;
    }
    .usp-box.mobile h3.active {
        color:#fff;
        background-color:#606062;
    }  
    .usp-box.mobile p {
        padding:0px 25px 25px;
    }
    .fullwidth-kv p {
        margin-top:25px;
    }
     .footer-bottom {
        margin-left: -15px;
        margin-right: -15px;
    }
    .footer-bottom > .row {
        margin:0;
    }
    .footer-bottom > .row > div {
        padding:0;
    }
    .footer-bottom > div > div:first-of-type {
        text-align:centeR;
        padding-left:0;
        margin-bottom:10px;
    }
    .footer-bottom .copyright {
        margin-left:25px !important; 
    }
    .field-error{
        position: relative;
        bottom: 0;
        left: 0;
        margin-bottom: 8px;
        margin-left: 50px;
        float: left;
    }
}

@media screen and (max-width:767px) and (min-width:480px) {
    div.fake-check {
        margin-left:0px;
    }
}

@media screen and (max-width:479px) {
    .claim {
        display:none;
    }
    .header.logo {
        width:100%;
    }
    .mobile-xs {
        display:block;
    }
    .desktop-lg, .desktop-md, .mobile-sm {
        display:none;
    }
    .red-bg {
        position:relative !important;      
    }
}

/*
    *** edit for uspBoxes with Icons ***
*/
.usps .usp-box .icon {
    margin-top: -57px;
}
.usps .usp-box p{
    margin-bottom: 0;
}
.header.logo img {
    padding: 0px;
	max-height: 96px !important;
}
/*check list now with before:*/
.check-list ul{
    list-style: none;
    padding: 0;
}
.check-list ul > li{
    padding-left: 30px; 
    margin-bottom: 15px;
}
.check-list ul > li:before,
.check-list.usps >div >strong:before{
    font-family: FontAwesome;
    content: '\f05D';
    font-size: 26px;
    display: inline-block;
    width: 30px;
    color: #fe0009;
    vertical-align: top;
    font-weight: 400;
}
.check-list ul > li:before{
    margin-left: -30px;
}

@media screen and (min-width: 768px ) and (max-width:991px){
    .field-error{
        left:15px;
    }
}
@media screen and (max-width: 767px){
    .usps .usp-box h3{
        word-break: break-all;
        font-size: 17px;
    }
	
	
}

