html {
  min-width: 420px;
}

body {
  font-family: Avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  background-color: #f4f4f4;
  font-size: 20px;
  font-size: 18px;
  min-width: 420px;
}

body:before {
  display: none;
  content: url(../images/stepbutton-checkmark-active.svg) url(../images/checkmark.svg) url(../images/stepbutton-next-clicked.svg) url(../images/stepbutton-next-disabled.svg) url(../images/stepbutton-next-active.svg) url(../images/fieldstatus-green.svg) url(../images/fieldstatus-red.svg) url(../images/stepbutton-next-active.svg) url(../images/stepbutton-next-disabled.svg) url('//convo-www.s3.amazonaws.com/assets/branding/convo-logo-black.png') url(../images/modal-closebutton_2x.png);
}

#container {
    width: 100% !important;
    position: absolute;
    min-width: 420px;
}

#header {
	height: 86px;
	width: 100%;
	/*left: 50%;*/
  margin: auto;
  min-width: 420px;
	/*margin-left: -30%;*/
	white-space: nowrap;
	/* margin-bottom: 90px; */
}

#navcontainer ul {
  white-space: nowrap;
}

#header .logo {
  position: relative;
	width: 190px;
   float: left;
	background: url('//convo-www.s3.amazonaws.com/assets/branding/convo-logo-black.png') no-repeat;
	background-size: 100%;
	margin-top: 26px;
	height: 58px;
    margin-left: 15px;
}


#header .registration {
  position: relative;
	text-align: right;
	float: right;
	top: 16px;
    margin-right: 15px;
}

h1, h2, h3, h4 {
    font-family: Avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: 100;
    color: #398fde;
	margin-top: 8px;
}

h2{
  /* font-size: 32px; */
  font-size: 2.2em;
  margin-top: 10px;
}
h3{
  font-size: 28px;
  text-align: center;
}

h4{
  font-size: 28px;
  text-align: left;
}

.subtitle{
  text-align: left;
  color: #747373;
  font-size: 17px;
  margin-top: -8px;
}

.page{
  width: 100%;
  
  text-align: center;
  
  overflow-x: hidden;
  background-color: white;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  
  margin-top: 20px;
  padding: 5px;
  margin-bottom: 10px;
  padding-bottom: 80px;
  color: #747373;
}

p{
  text-align: center;
  color: #747373;
  font-size: 18px;
}

.textAdjusted{
  margin: 40px 40px 40px 40px; /* top, right, bottom, left */
}


html[data-page='acknowledgement'] label{
  font-size: 33px;
  text-align: center;
  position: relative;
  color: #999999;
  font-weight: normal;
  font-style: normal;
}

input[type=text]
,input[type=checkbox]
,input[type=radio]
,input[type=password]
,textarea
 {
  border: 1px solid #d4d4d4;
  background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%) #ececec;
  font-size: 33px;
  font-style: inherit;
  
  display: inline-block;
  padding: 0.2em;
  height: 70px;
  
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  border-radius: 6px !important;
  position: relative;
  width: 95%;

}

.toRight{
  text-align:  right;
  margin-top: 10px;
}

.toLeft{
  text-align:  left;
/*   margin-left: 15px; */
}

.floatLeft{
  float: left;
}

.floatRight{
  float: right;
  margin-right: 1px;
  margin-top: -5px;
}
.form-control{
  width: 100%;
}

.thankyou{
  margin-top: 10%;
  vertical-align: middle;
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;

}

.checkboxing{
  width: 80px;
  height: 80px;
  margin-right: 25px;
  
  position: relative;
  top: -6px;
  
  border-radius: 20px;
  
  background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%) #fafbfa;
  box-shadow: inset 0 1px 5px #e4e4e4;
  border-width: 2px;
  border-style: solid;
  
  display: inline-block;
  
  vertical-align: middle;
  border: solid 1px #cccccc;
  
  text-align: center;
  color: #747373;
  box-sizing: border-box;
  cursor: pointer;
}
.checkboxing:before{
  margin-top: 4px;
  margin-left: -5px;
  color: #222222;
}

.checkboxing.checked{
  background: url(../images/checkmark.svg) center center no-repeat;
  cursor: pointer;
  background-size: 70%;
  font-size: 110px;
  box-shadow: inset 0 1px 5px #e4e4e4;
  border-width: 2px;
  border-style: solid;
}

#footer{
  margin-top: -70px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
  height: 100px;
  padding-bottom: 30px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#login-button, #reset-button, #fcc-button, #picknumber-button{
  outline:0;
}

#footer .nextButton.disabled {
  width: 130px;
  height: 130px;
  /* background: url("../images/stepbutton-next-active.svg") center center no-repeat; */
  background: url("../images/stepbutton-next-disabled.svg") center center no-repeat;
  
  cursor: pointer;
  top: -97px;
  border-style: none;
  background-size: 100% 100%;
  border-style: none;
  border-top-style: none;
  border-top-width: 0;
  border-width: 0;
  box-shadow: none;
  z-index: 1;
  border-radius: 8px;
  font-size: 22pt !important;
  text-align: center;
  user-select: none;
}

.disabledPickNumber {
  width: 130px;
  height: 130px;
  /* background: url("../images/stepbutton-next-active.svg") center center no-repeat; */
  background: url("../images/stepbutton-thumbup-disabled.svg") center center no-repeat;
  
  cursor: pointer;
  top: -97px;
  border-style: none;
  background-size: 100% 100%;
  border-style: none;
  border-top-style: none;
  border-top-width: 0;
  border-width: 0;
  box-shadow: none;
  z-index: 1;
  border-radius: 8px;
  font-size: 22pt !important;
  text-align: center;
  user-select: none;
}

#footer .finalFormButton.disabled {
  width: 130px;
  height: 130px;
  /* background: url("../images/stepbutton-next-active.svg") center center no-repeat; */
  background: url("../images/stepbutton-thumbup-disabled.svg") center center no-repeat;
  
  cursor: pointer;
  top: -97px;
  border-style: none;
  background-size: 100% 100%;
  border-style: none;
  border-top-style: none;
  border-top-width: 0;
  border-width: 0;
  box-shadow: none;
  z-index: 1;
  border-radius: 8px;
  font-size: 22pt !important;
  text-align: center;
  user-select: none;
}

#footer .nextButton.enabled , #footer .finalFormButton.enabled{
  width: 130px;
  height: 130px;
  
  background: url("../images/stepbutton-next-active.svg") center center no-repeat;
  background-size: 100% 100%;
	border-style: none;
	border-top-style: none;
	border-top-width: 0;
	border-width: 0;
	box-shadow: none;
	user-select: none;
}

#footer .nextButton.disabled{
  width: 130px;
  height: 130px;
  
  background: url("../images/stepbutton-next-disabled.svg") center center no-repeat;
  background-size: 129px 129px;
	border-style: none;
	border-top-style: none;
	border-top-width: 0;
	border-width: 0;
	box-shadow: none;
	user-select: none;
}

#footer .nextButton.blank{
  width: 130px;
  height: 130px;
  
  background: url("../images/stepbutton-next-blank-active.svg") center center no-repeat;
  background-size: 100% 100%;
	border-style: none;
	border-top-style: none;
	border-top-width: 0;
	border-width: 0;
	box-shadow: none;
	user-select: none;
}



#footer .finalFormButton.enabled {
  width: 130px;
  height: 130px;
  
  background: url("../images/stepbutton-thumbup-active.svg") center center no-repeat;
  background-size: 100% 100%;
	border-style: none;
	border-top-style: none;
	border-top-width: 0;
	border-width: 0;
	box-shadow: none;
	user-select: none;
}

#footer .nextButton.enabled.clicked, #footer .nextButton.finalFormButton.clicked {
  background: url("../images/stepbutton-next-clicked.svg") center center no-repeat;
  width: 130px;
  height: 130px;
  background-size: 100% 100%;
  
	border-style: none;
	border-top-style: none;
	border-top-width: 0;
	border-width: 0;
	box-shadow: none;

	user-select: none;
}

#footer .nextButton.finalFormButton.clicked {
  width: 130px;
  height: 130px;
  background-size: 100% 100%;
  background: url("../images/stepbutton-thumbup-clicked.svg") center center no-repeat !important;
	border-style: none;
	border-top-style: none;
	border-top-width: 0;
	border-width: 0;
	box-shadow: none;
	user-select: none;
}

/*
#acknowledgement-button:active, #fcc-button:active{
  background: url("../images/stepbutton-next-clicked.svg") center center no-repeat !important;
  background-size: 100% 100% !important;
  width: 130px;
  height: 130px;
  
  
	border-style: none;
	border-top-style: none;
	border-top-width: 0;
	border-width: 0;
	box-shadow: none;

	user-select: none;
}
*/

/*
@media (min-width:480px){
  #header .logo {
  	width: 219px;
  }
  
  h2{
    font-size: 35px;
  }
  .page{
    width: 70%;
    padding-bottom: 80px;
    text-align: center;
    margin: 0 auto;
  }
}
*/

@media (min-width:775px){
  
  .container{
    width: 100% !important;
    position: absolute;
  }
  #header{
    width: 70%;
  }
  #header .logo {
  	width: 239px;
    margin-left: 0px;
  }
  
  #header .registration {
    position: relative;
  	text-align: right;
  	float: right;
  	top: 15px;
    margin-right: 0px;
  }
  
  h2{
    font-size: 50px;
   
  }
  
  h3{
    font-size: 35px;
  }
  
  .page{
    width: 70%;
    text-align: center;
    margin: 0 auto;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    padding: 30px;
    border-radius: 8px;
    padding-bottom: 55px;
  }
  
  
  
  
}/*  END @media (min-width:992px) */

@media (min-width:750px) and (max-width: 1120px){ /* 1024 works as well */
  label{
    white-space: normal !important;
  }
}

@media (min-width:750px) and (max-width: 1088px){ /* 1024 works as well */
  #password2_check{
    /* margin-top: -130px; */
  }
}

@media (min-width:0px) and (max-width: 714px){ /* 1024 works as well */
  #password2_check{
    margin-top: -130px;
  }
  
  #toNPASSelect{
    display: inline-block;
    margin-left: 0px !important;
  }
  #npas{
    width: 120px !important;
  }
}

/* NEW */
@media (max-width:400px){
  
  .contactsMenu{
    width: 100% !important;
    font-size: 20px !important;
  }
}
/* NEW  */


input[type=radio].css-checkbox {
	display:none;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:80px;
	height:70px; 
	display:inline-block;
	line-height:70px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:35px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -69px;
}
label.css-label {

  background-image:url(../images/checkbox2.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.formSelect {
  border: 1px solid #d4d4d4 !important;
  font-size: 33px;
  font-style: inherit;
  border: 2px solid #d4d4d4;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.75);
  display: inline-block;
  padding: 0.5em;
  height: 130px;
  width: 100%;
}

.formSelectDOB {
  border: 1px solid #d4d4d4 !important;
  font-size: 33px;
  font-style: inherit;
  border: 2px solid #d4d4d4;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.75);
  display: inline-block;
  padding: 0.5em;
  height: 130px;
  width: 28.5%;
  
  /*
-webkit-border-top-right-radius: 1px;
  -webkit-border-bottom-right-radius: 1px;
  -moz-border-radius-topright: 1px;
  -moz-border-radius-bottomright: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 1px;
*/
  border-radius: 0;
}



.listPort{
    text-align: left;
    padding-left: 20px;
    display: inline-block;
    line-height: 0.1px;
    font-size: 17px;
    margin-top: -15;
}

ol {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;

    overflow: hidden;
    counter-reset: numList;
}
ol li {
    width: 100%;
    margin-right: 44px;
    float: left;
    position: relative;
    line-height: 38px;
    font-size: 20px;
}
ol li:before {
    counter-increment: numList;
    content: counter(numList);

    float: left;
    position: absolute;
    left: -26px;
    top: 8px;
    font: 13px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 20px;

    width: 20px; height: 20px;
    background: #808080;

    -moz-border-radius: 999px;
    border-radius: 999px
}

.auxLeft{
  text-align: left;

  
}

.error-panel{
  border-color: #c60f13;
  border: 1px solid #b63434;
  border-radius: 6px;
  padding: 8px;
  background-color: #f9e6e7;
  color: #b63434;
  font-size: 14px;
}

.thanksButton{
  /* background: url("../images/stepbutton-previous-active.svg") center center no-repeat !important; */
  -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
  /* transform: rotate(180deg); */
}


/* checkbox */
label {
  font-size: 40px;
  text-align: center;
  position: relative;
  font-weight: normal;
  font-size: normal;
  cursor: pointer;
  color: #999999;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.formLabel{
  font-size: 27px;
  margin-top: 0px;
  text-align: right;
  white-space: nowrap;
}
  
span.custom.checkbox.checked:before {
  background: url(../images/checkmark.svg) center center no-repeat;
  content: "";
  background-size: 70%;
  font-size: 110px;
  width: 80px;
  height: 80px;
  position: relative;
  top: -2px;
  left: 0px;
  display: block;
}
  
.custom {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  vertical-align: middle;
  border: solid 1px #cccccc;
  background: white;
}

.custom.checkbox {
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: -1px;
	background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%) #fafbfa;
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%) #fafbfa;
	background: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 100%) #fafbfa;
	background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%) #fafbfa;
	box-shadow: inset 0 1px 5px #e4e4e4;
	border-width: 2px;
	border-style: solid;
	margin-right: 20px;
}

form.custom .custom.checkbox:active {
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #eeeeee 100%) #fafbfa;
	background: -moz-linear-gradient(top, #e8e8e8 0%, #eeeeee 100%) #fafbfa;
	background: -ms-linear-gradient(top, #e8e8e8 0%, #eeeeee 100%) #fafbfa;
	background: linear-gradient(to bottom, #e8e8e8 0%, #eeeeee 100%) #fafbfa;
	box-shadow: inset 0 1px 5px #cbcbcb;
}



/* LITTLE CHECKBOX */
span.littlecustom.checkbox.littlechecked:before {
  background: url(../images/checkmark.svg) center center no-repeat;
  content: "";
  background-size: 70%;
  font-size: 110px;
  width: 35px;
  height: 35px;
  position: relative;
  top: -1px;
  left: 0px;
  display: block;
}
  
.littlecustom {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: relative;
  vertical-align: middle;
  border: solid 1px #cccccc;
  background: white;
}

.littlecustom.checkbox {
	-webkit-border-radius: 20px;
	border-radius: 5px;
	padding: -1px;
	background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%) #fafbfa;
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%) #fafbfa;
	background: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 100%) #fafbfa;
	background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%) #fafbfa;
	box-shadow: inset 0 1px 5px #e4e4e4;
	border-width: 1px;
	border-style: solid;
	margin-right: 20px;
}

form.littlecustom .littlecustom.checkbox:active {
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #eeeeee 100%) #fafbfa;
	background: -moz-linear-gradient(top, #e8e8e8 0%, #eeeeee 100%) #fafbfa;
	background: -ms-linear-gradient(top, #e8e8e8 0%, #eeeeee 100%) #fafbfa;
	background: linear-gradient(to bottom, #e8e8e8 0%, #eeeeee 100%) #fafbfa;
	box-shadow: inset 0 1px 5px #cbcbcb;
}

.afterLabelText{
  /* float: left; */
  display: inline;
	font-size: 25px;
	color: #969595;

}
/* END LITTLE CHECKBOX */




.agreed {
    background-repeat: no-repeat;
    
    background-image: url(../images/sectionglow.svg);
    background-position: bottom center;
    background-size: 100%;
}

.formElementDiv {
  margin-bottom: 25px;
}

.valid{
  background: url(../images/fieldstatus-green.svg) center center no-repeat;
  content: "";
  background-size: 70%;
  font-size: 110px;
  width: 60px;
  height: 50px;
  position: relative;
  margin-top: 10px;
  left: 0px;
  display: block;
}

.invalid{
  background: url(../images/fieldstatus-red.svg) center center no-repeat;
  content: "";
  background-size: 70%;
  font-size: 110px;
  width: 60px;
  height: 50px;
  position: relative;
  margin-top: 10px;
  left: 0px;
  display: block;
}

.optionalSub{
  float: right;
  color: #c2c2c2;
  margin-top: -3px;
  word-wrap: break-word;
  font-size: 22px;
}

/*
.form-control:disabled {
  border-color: #EEEEEE;
}
*/

input[type="text"] {
  color: rgb(85, 85, 85);
}

input[type="text"]:disabled {
  border-color: #EEEEEE;
  color: rgb(153, 153, 153);
}


/* placeholder css */
::-webkit-input-placeholder :not(#habla_pre_chat_name_input) :not(#habla_pre_chat_email_input) :not(#habla_pre_chat_phone_input) :not(#habla_name_input) :not(#habla_offline_email_input) :not(#habla_offline_phone_input) :not(#habla_offline_error_span) { 
  color: #C3C3C3 !important; 
  font-size: 22px;
  line-height: 42px;
}

:-moz-placeholder :not(#habla_pre_chat_name_input) :not(#habla_pre_chat_email_input) :not(#habla_pre_chat_phone_input) :not(#habla_name_input) :not(#habla_offline_email_input) :not(#habla_offline_phone_input) :not(#habla_offline_error_span) { 
  color: #C3C3C3 !important; 
  font-size: 22px;
  line-height: 42px;
} /* firefox 19+ */

:-ms-input-placeholder :not(#habla_pre_chat_name_input) :not(#habla_pre_chat_email_input) :not(#habla_pre_chat_phone_input) :not(#habla_name_input) :not(#habla_offline_email_input) :not(#habla_offline_phone_input) :not(#habla_offline_error_span) { 
  color: #C3C3C3 !important; 
  font-size: 22px;
  line-height: 42px;
} /* ie */

input:-moz-placeholder :not(#habla_pre_chat_name_input) :not(#habla_pre_chat_email_input) :not(#habla_pre_chat_phone_input) :not(#habla_name_input) :not(#habla_offline_email_input) :not(#habla_offline_phone_input) :not(#habla_offline_error_span) { 
  color: #C3C3C3 !important; 
  font-size: 22px;
  line-height: 42px;
}
/* end placeholder css */

.inputNote{
  color: #BBBBBB;
  /* margin-top: 80px; */
  float: left;
  font-size: 15px;
  text-align: left;
}

.sectionNote{
  color: #868484;
  margin-top: 80px;
  font-size: 17px;
  text-align: left;
  margin-top: 5px;
  margin-left: 30px;
}

.separator{
  background: url(../images/divider-disabled.svg) center center no-repeat;
  content: "";
  background-size: 100%;

  height: 80px; 
  
}

.nextStep{
  background: url(../images/checkmarkbutton-active.svg) center center no-repeat;
  background-size: 100%;
  width: 88px;
  height: 104px;
  position: relative;
  top: -85px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  z-index: 10;
  /* cursor:pointer; */
}

.nextStepEnabled{
  background: url(../images/checkmarkbutton-active.svg) center center no-repeat !important;
  background-size: 100% 100% !important;
  width: 88px !important;
  height: 104px !important;
  cursor: auto;
}

.nextStepDisabled{
  background: url(../images/checkmarkbutton-disabled.svg) center center no-repeat !important;
  background-size: 100% 100% !important;
  width: 88px !important;
  height: 104px !important;
  cursor: auto;
}


.nextStepClicked{
  background: url(../images/checkmarkbutton-clicked2.svg) center center no-repeat !important;
  background-size: 100%;
  width: 88px;
  height: 104px;
}


.backgroundStep{
  background-repeat: no-repeat;
  /* background-image: url(../images/sectionglow.svg); */
  background-position: bottom center;
  background-size: 100%; 
  margin-top: -643px;
  height: 500px;
}

#state, #emerg_state, #verify_state{
  width: 110px;
}

#zip, #emerg_zip, #verify_zip{
  width: 140px;
}

.button.success {
  background: -webkit-linear-gradient(to bottom, #bbde75 0%, #9ccf56 100%) #6aae1f;
  background: -moz-linear-gradient(to bottom, #bbde75 0%, #9ccf56 100%) #6aae1f;
  background: -ms-linear-gradient(to bottom, #bbde75 0%, #9ccf56 100%) #6aae1f;
  background: linear-gradient(to bottom, #bbde75 0%, #9ccf56 100%) #6aae1f;
  border: 2px solid #6aae1f;
  color: #2c5300 !important;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  padding: 0px 22px 0px 22px;
  border-radius: 30px;
  font-size: 27px !important;
  outline: none;
  height: 60px;
  width: 240px;
}

button.success:active, .button.success:active {
	background: -webkit-linear-gradient(top, #8fbf4c 0%, #a6ce55 100%) #b2d46f;
	background: -moz-linear-gradient(top, #8fbf4c 0%, #a6ce55 100%) #81a92f;
	background: -ms-linear-gradient(top, #8fbf4c 0%, #a6ce55 100%) #81a92f;
	background: linear-gradient(top, #8fbf4c 0%, #a6ce55 100%) #81a92f;
	border: 2px solid #6aae1f;
	color: #2c5300 !important;
/*
	text-shadow: none;
	box-shadow: inset 0 2px 2px #6aad27;
*/
}

button.success:disabled, .button.success:disabled {
	background: -webkit-linear-gradient(top, #dff0b7 0%, #b2dd71 100%) #d2e8b1;
	background: -moz-linear-gradient(top, #dff0b7 0%, #b2dd71 100%) #d2e8b1;
	background: -ms-linear-gradient(top, #dff0b7 0%, #b2dd71 100%) #d2e8b1;
	background: linear-gradient(to bottom, #dff0b7 0%, #b2dd71 100%) #d2e8b1;
	border: 2px solid #c3dca1 !important;
	color: #85be2e !important;
/*
	text-shadow: 0 2px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 2px #e1f2bb;
*/
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    background-color: #80b92d;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    color: white;

}



/* ADDRESS OPTIONS */
h5 {
  color: #c60f13;
  line-height: 1.2;
  font-size: 30px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;

  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  
}

.address-options, .address-options2{
  z-index: 10;
  position: absolute;
  /* top: -55px; */
  height: 20%;
  width: 390px;
  float: right;
  background: linear-gradient(to right, #f8f8f8 0%, white 11.1%) #e1e1e1;
  border-left: 1px solid #d0d0d0;
  text-align: center;
  /* right: -52%; */
  /* right: -190px; */
  /* right: 0px; */
  /* padding-right: 20px !important; */
  margin-top: 0px;
  /* margin-left: 31px; */
  opacity: 0;
}

.address-option-btn{
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #141414 !important;
  -webkit-appearance: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  padding: 0.45em 1.5em 0.45em 1.5em;
  
  font-size: 22px !important;
  font-weight: normal;
  font-style: normal;

  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  transition: background-color 300ms ease-out;
  outline:none;
  margin-top: 10px;
}

.retry, .retry2 {
  padding-left: 25px;
  margin-bottom: 16px;
}

.actions {
  position: absolute;
  bottom: 0;
  margin-right: 0.625em;
  padding-bottom: 50px;
  
}

small{
  white-space: nowrap;

  line-height: 34px;
  color: #d3d3d3;
  font-size: 24px;
}

.success {
  color: #304c06 !important;
  border: 1px solid #9fc56c;
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  /*
background: linear-gradient(to bottom, #c6e77b 0%, #97d33a 100%) #99d247;
  text-shadow: 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 2px #e1f2bb;
*/
  border-radius: 8px;
  font-size: 22pt !important;
  outline:none;
}

.errorDisplay {
/*   display: none; */
  border-style: solid;
  border-width: 1px;
  border-color: #970b0e;
  /* margin-bottom: 1.25em; */
  padding: 0.625em;
  background: #c60f13;
  color: white;
  font-weight: normal;
  text-align: center;
  border-radius: 6px;
  background-color: #f1d5d5 !important;
  border: 2px solid #c47577 !important;
  color: #a53639 !important;
  font-size: 18px;
  width: 88%;
  margin: 0 auto;
  /* margin-top: 22px; */
}
/* END ADDRESS OPTIONS */

#fullform-button{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline:none;
}

.emailAndPhone{
  text-align: center;
  font-size: 22px;
}

.changeAreaCode {
  color: #999999;
  position: relative;
  display: inline-block;
  font-size: 32px;
  margin-top: 0px;
}

#dids-list {
  margin-top: 50px;
}

/* PICK NUMBER BUTTONS LIST */
.buttonRegisterAgain{
  width:300px; 
  font-size: 20pt; 
  text-shadow: 0px 0px 2px #000000; 
  padding-top: 8px; 
  padding-bottom: 8px;
  background: linear-gradient(to bottom, #35b2fe 0%, #0d94d6 100%) #35b2fe;
  border: 1px solid #0677ae;
  color: #ffffff;
  text-shadow: 0 2px #000000;
  box-shadow: inset 0 2px #7bcdff;border-radius: 8px;
  font-size: 22pt !important;outline:none;
}

.numbers{
  list-style: none;
  position: relative;
  margin-top: 10px;
  font-size: 38px;
  margin-bottom: 60px;
}

.numbers button{
  border: 2px solid #cecece !important;
  background: linear-gradient(to bottom, #f0f0f0 0%, #e2e2e2 100%) #e9eae9;
  box-shadow: inset 0 2px 1px #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
  display: inline-block;
  transition: background-color 300ms ease-out;
  outline:none;
  width: 80%;
  margin-top: 10px;
}

.numbers {
	position: relative;
	margin-top: 10px;
	font-size: 38px;
	margin-bottom: 60px;
}

.numbers button {
	border: 2px solid #cecece !important;
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #e2e2e2 100%) #e9eae9;
	background: -moz-linear-gradient(top, #f0f0f0 0%, #e2e2e2 100%) #e9eae9;
	background: -ms-linear-gradient(top, #f0f0f0 0%, #e2e2e2 100%) #e9eae9;
	background: linear-gradient(to bottom, #f0f0f0 0%, #e2e2e2 100%) #e9eae9;
	box-shadow: inset 0 2px 1px #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.numbers button:disabled {
	border: 2px solid #ecebeb !important;
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #e2e2e2 100%) #e9eae9 !important;
	background: -moz-linear-gradient(top, #f0f0f0 0%, #e2e2e2 100%) #e9eae9 !important;
	background: -ms-linear-gradient(top, #f0f0f0 0%, #e2e2e2 100%) #e9eae9 !important;
	background: linear-gradient(to bottom, #f0f0f0 0%, #e2e2e2 100%) #e9eae9 !important;
	box-shadow: inset 0 2px 1px #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff
}
.numbers button:hover:disabled {
	border: 2px solid #ecebeb !important;
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #e2e2e2 100%) #e9eae9;
	background: -moz-linear-gradient(top, #f0f0f0 0%, #e2e2e2 100%) #e9eae9;
	background: -ms-linear-gradient(top, #f0f0f0 0%, #e2e2e2 100%) #e9eae9;
	background: linear-gradient(to bottom, #f0f0f0 0%, #e2e2e2 100%) #e9eae9;
	box-shadow: inset 0 2px 1px #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff
}

.numbers button:hover {
	border: 2px solid #9ec666 !important;
	background: -webkit-linear-gradient(top, #c6e77b 0%, #97d33a 100%) #99d247;
	background: -moz-linear-gradient(top, #c6e77b 0%, #97d33a 100%) #99d247;
	background: -ms-linear-gradient(top, #c6e77b 0%, #97d33a 100%) #99d247;
	background: linear-gradient(to bottom, #c6e77b 0%, #97d33a 100%) #99d247;
	box-shadow: inset 0 2px 1px #e9f2cf;
	color: #ffffff !important;
	text-shadow: 0 0 2px #375f00 !important;
}

.numbers button:active {
	border: 2px solid #9ec666 !important;
	background: -webkit-linear-gradient(top, #77be36 0%, #a6ce55 100%) #81a92f;
	background: -moz-linear-gradient(top, #77be36 0%, #a6ce55 100%) #81a92f;
	background: -ms-linear-gradient(top, #77be36 0%, #a6ce55 100%) #81a92f;
	background: linear-gradient(to bottom, #77be36 0%, #a6ce55 100%) #81a92f;
	box-shadow: inset 0 2px 2px #6aad27;
	color: #ffffff !important;
	text-shadow: 0 0 2px #375f00 !important;
}

.numbers button.selected {
	border: 2px solid #9ec666 !important;
	background: -webkit-linear-gradient(top, #c6e77b 0%, #97d33a 100%) #99d247;
	background: -moz-linear-gradient(top, #c6e77b 0%, #97d33a 100%) #99d247;
	background: -ms-linear-gradient(top, #c6e77b 0%, #97d33a 100%) #99d247;
	background: linear-gradient(to bottom, #c6e77b 0%, #97d33a 100%) #99d247;
	box-shadow: inset 0 2px 1px #e9f2cf;
	color: #ffffff !important;
	text-shadow: 0 0 2px #375f00 !important;
}

#toNPASSelect{
  display: inline-block;
  margin-left: -30px;
}

.ul.numbers li button.selected {
  background-color: #99d247;
  border-color: #80b92d;
  color: white !important;
}
/* END PICK NUMBER BUTTONS LIST */

#error-display{
  font-size: 19px;
  color: red;
}


/* DONE PAGE */
.number-panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d0d0d0;
  margin-bottom: 1.25em;
  padding: 20px;
  background: linear-gradient(to bottom, #f3ffe2 0%, #ebfecf 100%) #e9e9e9;
  width: auto;
  text-align: center;
  margin-top: -30px;
  margin-left: -31px; 
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}

.number-panel .copy-link {
  font-size: 20pt;
  color: #a5c486;
}

.number-panel > :first-child {
    margin-top: 0;
}

.number-panel > :last-child {
    margin-bottom: 0;
}

.number-panel h1, .number-panel h2, .number-panel h3, .number-panel h4, .number-panel h5, .number-panel h6, .number-panel p {
    color: #333333;
}

.number-panel h1, .number-panel h2, .number-panel h3, .number-panel h4, .number-panel h5, .number-panel h6 {
    line-height: 1;
    margin-bottom: 0.625em;
}

.number-panel h1.subheader, .number-panel h2.subheader, .number-panel h3.subheader, .number-panel h4.subheader, .number-panel h5.subheader, .number-panel h6.subheader {
    line-height: 1.4;
}

.number-panel h1 {
    color: #377307;
    font-weight: 400;
    margin-bottom: 10px;
}

.number-panel small {
    color: #377307;
}

#user-number {
  position: relative;
  font-size: 54pt;
  color: #3b7a08;
  white-space: nowrap;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  
}
#copy-link {
  font-size: 20pt;
  color: #a5c486;
}
/* END DONE PAGE */

.spacerHelper{
  padding-bottom: 150px;
  margin-top: -50px;
}

#vrs_provider{
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
  
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
}

#vrs_provider, #dob_month, #dob_day, #dob_year, #verify_dob_month, #verify_dob_day, #verify_dob_year{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url('../images/popuparrows.svg') no-repeat 95% center;
}

#dob_month, #verify_dob_month{
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
}

#dob_year, #verify_dob_year{
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
}

#habla_pre_chat_name_input,#habla_pre_chat_email_input, #habla_pre_chat_phone_input{
  min-height: 20px !important;
  height: 20px !important;
}


.fancytitle, .fancyaddressdet{
  text-align: center;
  font-size: 32px;
  color: #0297cb;
  font-weight: 200;
  margin-top: 12px;
}

.fancyaddressdet{
  text-align: left;
  left: 50%;
  font: 20px sans-serif;
  line-height: 20px;
  padding-left: 35%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.fancysubtitle{
  font: 18px sans-serif;
  text-align: left;
  color: #000000;
  left: 0;
}

.suggestedaddresseslist{
  padding-left: 15%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.buttonlist{
  text-align: center;
}

#cancel-button, #cancel-guardian-button{
  width: 90%;
  height: 50px;
  background: #989898;
  color: white;
  border-color: #989898;
  outline: none;
  margin-right: -50px;
}

#save-button, #save-guardian-button{
  width: 90%;
  height: 50px;
  background: #2598CE;
  color: white;
  border: none !important;
  outline: none;
  margin-left: -45px;
}

input[type=radio].css-checkbox {
	display:none;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:80px;
	height:70px; 
	display:inline-block;
	line-height:70px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:35px;
	vertical-align:middle;
	cursor:pointer;

}

.auxRadioLabel{
  padding-left:40px !important;
	height:30px !important; 
	display:inline-block !important;
	line-height:30px !important;
	background-repeat:no-repeat !important;
	background-position: 0 0 !important;
	font-size:25px !important;

}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -69px;
}
label.css-label {

  background-image:url(../images/checkbox2.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=radio].css-checkboxtwo {
	display:none;
}

label.css-labeltwo {
  text-align: left !important;
  background-image:url(../images/radiobutton_small.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=radio].css-checkboxtwo:checked + label.css-labeltwo {
	background-position: 0 -30px !important;
	
}


#contactus-link{
  text-align: center; 
  width: 50%; 
  margin: 0 auto;
  background: url(/images/button-chat-livechat.png) center center no-repeat; 
  background-size: 191px 53px; 
  height: 53px;	
  width: 191px; 
  text-indent:-9999px; 
  cursor: pointer;
  margin-bottom: 20px;
}

.marginSpacer {
  margin-top: 8px;
}

.portingNotes{
  color: #969595;
  text-align: left;
  margin-left: 25%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.portingNotesHeader{
  
  
}

.portingNotesHeader li{
  color: #BBBBBB;
  text-align: left;
}

.myProfileButton{
  min-width: 176px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px !important;
  height: 40px;
  background: #a9d562;
  border: 0px;
  color: #244900 !important;
  font-weight: 400;
  border-radius: 30px;
  outline: none;
}

.myProfileButton:active{
  background: #91c045 !important;
}

.myProfileButton:disabled{
  opacity: 0.7;
}

.logoutButton, a.logoutButton{
  width: 136px;
  font-size: 16px !important;
  height: 30px;
  background-color: Transparent;
  background-repeat:no-repeat;

  border: #62a0d5;
  border-style: solid;
  border-width: 1px;
  
  color: #327cd0 !important;
  font-weight: 400;
  border-radius: 50px;
  outline: none;
}

.logoutButton:hover{
  color: #378beb !important;
}

.closeFancyButton{
  background: url(/images/modal-closebutton_2x.png) center center no-repeat; 
  background-size: 24px 24px;
  width: 24px;
  height: 24px;  
  float: right;
  /* margin-top: -12px; */
  margin-top: 0px;
  outline: none;
  cursor: pointer;
  margin-right: 1px;
}

.fancySubtitle{
  color: #A6A6A6;
  margin-top: 10px;
  font-size: 17px;
}

#forgot-password:hover{
  text-decoration: none !important;
}

#forgot-number:hover{
  text-decoration: none !important;
}


#contactus-link{
  text-align: center; 
  width: 50%; 
  margin: 0 auto;
  background: url(/images/button-chat-livechat.png) center center no-repeat; 
  background-size: 191px 53px; 
  height: 53px;	
  width: 191px; 
  text-indent:-9999px; 
  cursor: pointer;
  margin-bottom: 20px;
}


.contactItem{
  border-top: #E1E1E1;
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 28px;
  height: 60px;
  cursor: pointer;
}

.contactInitials{
  float: left;
  margin-left: 20px;
  background-color: #E1E1E1;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 44px;
  margin-top: 10px;
  border-radius: 20px;
  color: white;
}

.contactName{
  float: left;
  margin-left: 20px;
  line-height: 60px;  
}

.contactTags{
  font-size: 15px;
  color: #d3d3d3;
  float: left;
  margin-left: 10px;
  margin-top: 23px;
  font-style: italic;
}

.contactArrow{
  background: url(/images/arrow-right.png) center center no-repeat; 
  background-size: 13px 22px;
  width: 13px;
  height: 22px;
  float: right;
  margin-top: 20px;
  margin-right: 17px;
}

.contactAddItem{
  text-align: center;
  color: #398FDE;
  font-size: 24px;
  height: 60px;
  cursor: pointer;
  line-height: 60px;
  text-decoration:  none !important;
}

#save-changes{
  /*background: url(/images/stepbutton-checkmark-active.svg) center center no-repeat; */
  background-size: 67px 67px;
  width: 67px;
  height: 67px;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: -60px;
  line-height: 67px;

  border: 0;
  background-color: rgba(255,255,255,0);
  position: absolute;
  z-index: 1;
  margin-left: -30px;
  outline:0;
}


#save-changes:active{
  background: url(/images/stepbutton-checkmark-clicked.svg) center center no-repeat;
}


button.deleteContactButton{
  width: 116px;
  font-size: 15px !important;
  height: 30px;
  background-color: Transparent;
  background-repeat:no-repeat;

  border: #d57171 ;
  border-style: solid;
  border-width: 1px;
  
  color: #d57171  !important;
  font-weight: 400;
  border-radius: 50px;
  outline: none;
}

button.cancelContactButton{
  width: 116px;
  font-size: 15px !important;
  height: 30px;
  background-color: Transparent;
  background-repeat:no-repeat;

  border: #398FDE ;
  border-style: solid;
  border-width: 1px;
  
  color: #398FDE  !important;
  font-weight: 400;
  border-radius: 50px;
  outline: none;
}



h2 a:hover{
  color: #337ab7;
  text-decoration: none;
}


.headerButton{
  width: 150px;
  font-size: 19px !important;
  height: 40px;
  background-color: Transparent;
  background-repeat:no-repeat;

  border: #398FDE ;
  border-style: solid;
  border-width: 1px;
  
  color: #398FDE  !important;
  font-weight: 400;
  border-radius: 50px;
  outline: none;
  margin-top: 4px;
}

.headerButton.clicked{
  background-color: #398FDE;
  border: #398FDE ;
  border-style: solid;
  border-width: 1px;
  
  color: white  !important;
  font-weight: 400;
}

/* @media (min-width:778px) and (max-width: 778px){  */
@media (min-width:751px) and (max-width: 850px){ 

  .headerButton{
    width: 110px;
    font-size: 16px !important;
    height: 35px;
    background-color: Transparent;
    background-repeat:no-repeat;
  
    border: #398FDE ;
    border-style: solid;
    border-width: 1px;
    
    color: #398FDE  !important;
    font-weight: 400;
    border-radius: 50px;
    outline: none;
    margin-top: 7px;
  }

}


@media (min-width:501px) and (max-width: 750px){
  .headerButton{
    width: 120px;
    font-size: 18px !important;
    height: 38px;
    background-color: Transparent;
    background-repeat:no-repeat;
  
    border: #398FDE ;
    border-style: solid;
    border-width: 1px;
    
    color: #398FDE  !important;
    font-weight: 400;
    border-radius: 50px;
    outline: none;
    margin-top: 0px;
  }
}

@media (min-width:420px) and (max-width: 500px){
  .headerButton{
    width: 85px;
    font-size: 16px !important;
    height: 38px;
    background-color: Transparent;
    background-repeat:no-repeat;
  
    border: #398FDE ;
    border-style: solid;
    border-width: 1px;
    
    color: #398FDE  !important;
    font-weight: 400;
    border-radius: 50px;
    outline: none;
    margin-top: 0px;
  }
}

@media (min-width:100px) and (max-width: 419px){
  .headerButton{
    width: 65px;
    font-size: 15px !important;
    height: 38px;
    background-color: Transparent;
    background-repeat:no-repeat;
  
    border: #398FDE ;
    border-style: solid;
    border-width: 1px;
    
    color: #398FDE  !important;
    font-weight: 400;
    border-radius: 18px !important;
    outline: none;
    margin-top: 0px;
  }
}


/* PASSPORT */
.passportButton{
  width: 35px;
  height: 35px;
  background-color: #197FD2;
  border-radius: 35px;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: white;
  font-size: 52px;
  line-height: 25px;
  font-weight: 200;
  padding-left: 0px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.passportButton:active{
  background-color: #1C93F4;
}

.buttonRight{
  font-size: 27px;
  line-height: 28px;
  font-weight: 400;  
}

/*************************************/
/*************************************/
/* MAIN MENU REWRITE */
#navcontainer ul{
  margin: 0 auto;
  list-style: none;
  margin-top: 5px;
  text-align: center;  
  word-spacing: -5px;
}

#navcontainer li{
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: 1px solid #347ED4;
  border-bottom: 1px solid #347ED4;
  color: #347ED4;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  width: 120px;
}

#navcontainer li.selected{
  background-color: #347ED4;
  color: white;
}

#navcontainer li:first-child{
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 20px;
  border-left: 1px solid #347ED4;
}

#navcontainer li:last-child{
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-right: 1px solid #347ED4;
}


@media (min-width:950px) and (max-width: 1065px){
  #navcontainer li{
    width: 100px;
  }
}


@media (min-width:890px) and (max-width: 949px){
  #navcontainer li{
    width: 90px;
  }
}

@media (min-width:775px) and (max-width: 889px){
  #navcontainer ul{
    margin-top: 10px;
  }

  #navcontainer li{
    font-size: 13px;
    width: 70px;
  }
}

@media (min-width:531px) and (max-width: 774px){
  #navcontainer ul{
    margin-top: 0px;
  }

  #navcontainer li{
    font-size: 16px;
    width: 85px;
  }
}

@media (min-width:0px) and (max-width: 585px){
  #header .logo{
   position: relative;
   width: 160px;
    float: left;
   background: url('//convo-www.s3.amazonaws.com/assets/branding/convo-logo-black.png') no-repeat;
   background-size: 100%;
   margin-top: 26px;
   height: 58px;
     margin-left: 15px;
 }

 .formLabel {
   white-space: normal;
 }
 
  #navcontainer ul{
    margin-top: 0px;
  }

  #navcontainer li{
    font-size: 10px;
    width: 50px;
  }
  
  #navcontainer li:first-child{
    padding-left: 10px;
  }
  
  #navcontainer li:last-child{
    font-size: 10px;
    margin-right: 5px;
  }
}
/* END MAIN MENU REWRITE */
/*************************************/
/*************************************/


/* NEW BLOCKED CONTACTS STYLES */
.contactsMenu{
  width: 70%;
  font-size: 28px;
  
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contactsMenu a{
  cursor: pointer;
  text-decoration: none;
  color: #a9c6e6;
}

.contactsMenu a.active{
  color: #3980d0;
}

.blockedList{
  margin-top: 20px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently */
}

.blockedItem{
  color: #CA0011;
  font-size: 32px;
  display: inline-block;
  width: 300px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently */
}

.removeBlockedItem, .addBlockedItem{
  width: 30px;
  height: 30px;
  background-color: #3980d0;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  margin-top: 3px;
  color: white;
  font-size: 30px;
  line-height: 30px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently */
}

.removeBlockedItem{
  line-height: 25px;
  font-size: 50px;
  font-weight: 100;
}
.lineBlockedItem{
  height: 2px;
  border: none;
  /* Set the hr color */
  color: white; /* old IE */
  background-color: white; 
  width: 17px;
  margin: 0 auto;
  margin-top: 14px;
  
}

.addBlockedItem{
  margin-left: 40px;
}

/* END NEW BLOCKED CONTACTS STYLES */

.resultDisplayImport{
  font-size: 15px; 
  visibility: hidden;
}


.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 18px !important;
  height: 40px;
  background: #2D6ACC;
  border: 0px;
  color: white !important;
  font-weight: 400;
  border-radius: 30px;
  outline: none;
  width: 175px;
  line-height: 30px;
}

.fileinput-button:hover {
  background: #1E488C !important;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  direction: ltr;
  cursor: pointer;
}

.fileinput-button :disabled{
  opacity: 0.2;
}

.logout-div{
  margin: 0 auto; text-align: center; padding-bottom: 35px; margin-top: 50px;
}

a.logoutLink{
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
}

a.logoutLink:hover{
  text-decoration: none;
  color: #378beb !important;
}


.ui-autocomplete {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  padding: 0;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-border-radius: 0px 0px 5px 5px;
     -moz-border-radius: 0px 0px 5px 5px;
          border-radius: 0px 0px 5px 5px;
  
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  
          
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  /*padding-right: 20px;*/
}
.ui-autocomplete > li {
  padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #CBF0FD;
}
.ui-helper-hidden-accessible {
  display: none;
}


.formSelectDOB {
  border: 1px solid #d4d4d4 !important;
  font-size: 30px;
  font-style: inherit;
  border: 2px solid #d4d4d4;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.75);
  display: inline-block;
  padding: 0.5em;
  height: 75px;
  width: 100%;
  border-radius: 0;
}

.guardianButton{
  float: right;
  height: 40px;
  line-height: 40px;
  color: white !important;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}

.guardianButton:hover{
  text-decoration: none;
}

/* SALESFORCE CSS */
.embeddedServiceHelpButton .helpButton .uiButton {
 background-color: #89c818 !important;
font-family: "Salesforce Sans", sans-serif !important;
max-width: 50px !important;
min-width: 50px !important;
border-radius: 49px !important;
bottom: 12px !important;
}
.embeddedServiceSidebar.layout-docked .dockableContainer{
    max-height: 358px !important;
}
.embeddedServiceHelpButton .embeddedServiceIcon::before{
font-size: 26px !important;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus{
outline:none !important;
}
.embeddedServiceSidebarForm .backgroundImg{
display:none !important;
}
.embeddedServiceHelpButton .helpButton .helpButtonEnabled:focus::before{
 background-color: transparent !important;
}
.embeddedServiceSidebarForm .backgroundImgColorMask{
    background-color: #fff !important;
        height: auto;
}
.embeddedServiceHelpButton .helpButton .helpButtonEnabled:hover::before{
background-color: transparent !important;
}
 .embeddedServiceHelpButton .helpButtonLabel {
 display:none !important;
 }
.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #89c818 !important;
}
button{
cursor:pointer;
}
.embeddedServiceHelpButton .embeddedServiceIcon{
display:block !important;
}
@font-face {
    font-family: 'Salesforce Sans';
    src: url('https://www.sfdcstatic.com/system/shared/common/assets/fonts/SalesforceSans/SalesforceSans-Regular.woff') format('woff'),
    url('https://www.sfdcstatic.com/system/shared/common/assets/fonts/SalesforceSans/SalesforceSans-Regular.ttf') format('truetype');
}

/* END SALESFORCE CSS */