/*Do Not Sell My Information Form CSS - updated 09-21-2019*/

/*mobile device*/
@media (max-width: 600px) {
    .container {    
    max-width: 600px;
    width: 100%;
    }
    .header {
    max-width: 600px;
    width: 100%;
    }
    .logoTitle {
    padding-right: 10px;
    }
    .pageBody {
    max-width: 600px;
    width: 100%;
    }
    .openText{
    width: 90% !important;
    }
    .cancelText{
    width: 90% !important;
    }
    .footer {
    max-width: 600px;
    width: 100%;
    }
    .mobileTerm {
    float: left !important;
    padding-top: 20px;
    }
    #form label.error {    
      width: auto !important;
      clear: left !important;
    } 
}

    html {
        font-family: "FrutigerLTStd","frutiger45_light","Helvetica Neue",Arial,sans-serif;
    }    
    body {
        font-family: "FrutigerLTStd","frutiger45_light","Helvetica Neue",Arial,sans-serif;
    }

.body {
background-color:#ffffff;
margin:0px;
padding:0px;
font-family: "FrutigerLTStd","frutiger45_light","Helvetica Neue",Arial,sans-serif;
height: auto; /*1000px;*/ /*stops tooltips from creating scroll bar*/
}    
.container {
margin:0 auto;
padding:0px;
position:relative;
max-width:1024px;
width: auto;
}
.header {
padding:0px;
margin:0px;
height:60px;
max-width:1024px;
width:auto;
}
.logo {
padding:0px;
margin:0px;
float:left;
height:65px;
width:100px;
}
.logoRCIS {
padding: 20px 0px 0px 0px;
margin:0px;
float:left;
height:38px;
width:134px;
}
.logoTitle {
padding-top:40px;
margin:0px;
float:right;
height:25px;
width:auto;
}
.pageBody {
padding:0px;
margin:0px;
max-width:1024px;
width: auto;
height:auto;
background-color:#ffffff;
}
.formBackground {
padding:0px;
margin:0px;
float:left;
background-image: none;   
background-color: #E7ECEB;
width: auto;
height: 100%;
border:none;
}
.footer {
border: medium none;
color: #aeaeae;
float: left;
font-size: 12px;
font-weight: bold;
height: 19px;
margin: 5px 10px;
padding: 0;
max-width: 1024px;
width: 100%;
}
.numberLabel {
color: #003399;
font-size: 16px;
font-weight: bold;
padding: 10px 0px;
}
.openText{
font-size:14px;
width: 98%;
padding: 20px;
}
.cancelText{
font-size:16px;
width: 98%;
padding: 20px;
color: #003399;
}
.TextContainer { 
width: auto;
height: 100%;
padding: 20px;
}
.signUp {
padding:0px;
margin:2px 0px 0px 10px;
float:left;
width:150px;
height:25px;
font-size:16px;
color: #003399;
font-weight:bold;
}
.freeAccess {
padding:0px;
margin:0px 0px 0px 3px;
float:left;
width:154px;
height:25px;
font-size: 18px;color: #ef7c00;font-weight:bold;
}
.required {
padding:0px;
margin:0px;
float:left;
width:305px;
height:15px;
font-size: 12px;color: #000000;font-weight:bold;
text-align:right;
}
.label {
padding:0px 10px 0px 0px;
margin:7px 0px 0px 0px;
float:left;
width:140px;
height:18px;
text-align:right;
font-size: 12px;color: #000000;font-weight:normal;
}
.field {
padding:0px;
margin:0px 5px 5px 0px;
float:left;
height:20px;
}
.phoneField {
padding:0px;
margin:5px 0px 0px 0px;
float:left;
width:auto;
height:20px;
}
.legalDisclaimer {
color: #000000;
float: left;
font-size: 12px;
font-weight: normal;
height: 30px;
margin: 15px 125px 0;
padding: 0;
text-align: left;
width: 200px;
}
.submit {
padding:0px;
margin:15px 0px 10px 20px;
float:left;
}
.submitInput {
font-size: 16px;
color: #ffffff;
text-decoration: none;
padding: 6px 15px;
border: 2px solid #003399;
display: inline-block;
background-color: #003399;
font-weight: bold;
}
.submitInput:hover {
color: #003399;
border: 2px solid #003399;
background-color: #97C1E3;
font-weight: bold;
}
.cancel {
padding:0px;
margin:15px 0px 10px 60px;
float:left;
}
.cancelInput {
font-size: 16px;
color: #003399;
text-decoration: none;
padding: 6px 15px;
border: 2px solid #003399;
display: inline-block;
background-color: #ffffff;
font-weight: bold;
}
.cancelInput:hover {
color: #003399;
border: 2px solid #003399;
background-color: #97C1E3;
font-weight: bold;
}
.tooltip {
  position: relative;
  float: left;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 310px;
  background-color: #003399;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #003399 transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.clearLeft{clear:left;height:0px;}
.clearRight{clear:right;height:0px;}
.left{
float: left;
}
.right{
float: right;
}
.clearFloat{
clear: both;
}
input.error { border: 1px solid red; }
select.error { border: 1px solid red; }
label.error {       
color: #EEF7FE;       
}
.captchaError {
text-align: left;
color: red;
font-size: 12px;
padding-top: 30px;
padding-left: 40px;
} 
#form label.error {
     /* background:url("none") no-repeat 0px 0px;*/
      padding-top: 5px;
      padding-left: 0px;      
      width: auto;
      max-width: 150px;
      text-wrap:normal;
      /*float: left;*/
      text-align: left;
      color: red;
      font-size: 12px;
    }    
    #form label.checked {
      background:url("none") no-repeat 0px 0px;
    }
    #form .success_msg {
      color: #ffffff;
      margin: 0px;
    }
    #ImageSubmit {
       cursor: pointer;
    }

.registerMessage {
    color: #003399;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    margin: 2px 0 0 10px;
    padding: 0;
    width: 340px;
}
.labelwide {
padding:0px 10px 0px 0px;
margin:7px 0px 0px 0px;
float:left;
width:125px;
height:18px;
text-align:right;
font-size: 12px;color: #000000;font-weight:normal;
}
.labelwidest {
padding:0px 10px 0px 0px;
margin:7px 0px 0px 0px;
float:left;
width:195px;
height:18px;
text-align:right;
font-size: 12px;color: #000000;font-weight:normal;
}
.label2 {
    color: #000000;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 18px;
    margin: 7px 0 0;
    padding: 0 0 0 100px;
    text-align: left;
    width: 180px;
}
.label3 {
    color: #000000;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 18px;
    margin: 7px 0 0;
    padding: 0px;
    text-align: left;
    width: 385px;
}