/* SecureForm Default CSS Style File */
/* For SecureForm Form Builder */


/* Css + bootstrap-buttons */
input[type="button"], input[type="submit"] {
	cursor: pointer;
	border: 1px solid #979797;
   border-radius:4px;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   background-color:#EEEEEE;
   background-image:-o-linear-gradient(bottom, #CCC 40%, #FFFFFF );
   background-image:-moz-linear-gradient(bottom, #CCC 40%, #FFFFFF );
   background-image:-webkit-linear-gradient(bottom, #CCC 40%, #FFFFFF );
   background-image:-ms-linear-gradient(bottom, #CCC 40%, #FFFFFF );
   text-shadow:1px 1px 1px #FFFFFF;	
   }

/* Bootstrap reversions */
input.btn {
	border: 1px solid transparent;
	background-image: none;
	text-shadow: none;
	color: #FFF;
	}
input.btn-primary {
	background-color: #337ab7;
	border-color: #002242;
	}
input.btn-success {
	background-color: #5cb85c;
	border-color: #5cb85c;
	}
input.btn-info {
	background-color: #5bc0de;
	border-color: #5bc0de;
	}
input.btn-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	}
input.btn-danger  {
	background-color: #d9534f;
	border-color: #d9534f;
	}
input.btn-default  {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	color: #000;
	}
						

/* for IE<9 HTML5 compatibility */
nav, article, header, footer {
   display: block;
	}
	
	
/* ********************************* */
/* BEGIN FORM VALIDATION CSS */

/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }
    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }


.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
	
/* END FORM VALIDATION CSS */
/* ********************************* */

/* ********************************* */
/* Ink Signatures */

.x_inksig {
	border: 1px inset #CCC;
	border-radius:5px;		
	}




/* End Ink Signatures */
/* ********************************* */

/* ********************************* */
/* GeoLocation */

.x_getgeo {
	border: 1px solid #CCC;
	background-color: #EEE;
	border-radius:3px;		
	width:20px;
	height:20px;
	padding:2px;
	background-image: url(https://d4hm2u4pioc0c.cloudfront.net/icons/png/o/blue_dark_grey/16x16/earth2.png);
	}

/* End GetLocation */
/* ********************************* */
	


/* SECUREFORM DEFAULT CSS */

/* Do not edit the contents of this block, it will */
/* be auto-regenerated each time you update your form */

body {
	padding: 10px;
	margin: 0;
	background-color: #FFFFFF;
	color: #333333;
   font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

td, th, p, li, blockquote, a, dt, dd {
	color: #333333;
   font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

h1,h2,h3,h4,h5,h6,h7 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
	}

.x_getgeo {
   border: 1px solid #CCC;
   background-color: #EEE;
   border-radius:5px;
   padding:2px;
   }	
/* SECUREFORM DEFAULT CSS */














































































































/*----------Global/special class----------*/

/*reset default font sizes*/
h1,h2,h3,h4,h5,h6,h7,p,span,b,div,i,label,body {
	font-size: 100%;
	}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-size: 12.8px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    color: #333;

}

/*----------Form----------*/

input,
button {
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    /*border:1px solid #113c7c;*/
    border: 1px solid #5c6f7c;
    background: #EFF1F3;

}

/*--------input--------*/

input.full {
    width: 100%;
}

input[type="checkbox"] {
    border: 0;
}


input[type="button"],
button,
input[type="submit"] {
    border: 0;
    color: #eee;
    background: URL('../images/buttonBG.png') no-repeat #C4333E;
    padding: 5px 10px;
    cursor: pointer;
}

input[type=submit].print,
button.print {
    text-align: center;
    background: URL('../images/icons/print.png') center left no-repeat #113c7c;
    background-position: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;

    padding: 7px 10px 7px 40px;
    color: #e6e6e6;
}


input[type=submit].email,
button.email {
    text-align: center;
    background: URL('../images/icons/mail1.png') center left no-repeat #113c7c;
    background-position: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    padding: 7px 10px 7px 40px;
    color: #e6e6e6;
}

select {
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #5c6f7c;
    color: #113c7c;
    background: #EFF1F3;
    width: 25%;
    max-width: 300px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    cursor: pointer;
}

@charset "UTF-8";
#fname_error {
    display: none;
}

form[name="enrollForm"] input {
    border-radius: 0;
}

input[type="radio"] {
    border: 0;
}

select {
    max-width: none;
}




input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {

    -webkit-appearance: none;
    margin: 0;
}

option {
    padding: 5px;
}

select option:disabled {
    color: #ccc;
    font-style: italic;
}

.formSection {
    width: 100%;
    clear: both;
    padding: 5px 0;

}

img#thankyou {
    width: 100%;
    max-width: 244px;

}

.formTwo {
    width: 47%;
    float: left;
    margin: 0 2% 10px 0;
}

.formFour {
    width: 22%;
    float: left;
    margin: 0 2% 10px 0;
}

#thankyou h1 {
    font-size: 50px;
    margin: 0;
    padding: 0;
    color: #113c7c;
}

#thankyou .subtext {
    position: relative;
    top: -10px;
    left: -65px;
    font-weight: 700;
    color: #113c7c;
}

/*--------class--------*/

.required {
    color: #C4333E;
    padding: 0 5px;
    font-style: italic;
}

.important {
    color: #C4333E;
    padding: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0;
}

.ex {
    font-style: italic;
    font-weight: 100;
}

.oneLine {
    width: 100%;
    clear: both;
    display: block;
}

.question {

    font-style: italic;
    width: 100%;
    clear: both;
    overflow: hidden;
    display: block;

    margin: 10px auto;
}

.question,
.itemName {
    margin: 20px 0 10px 0;
}

/*--------labels--------*/

label {
    margin: 10px 0 0 0;
}

label.answer {
    clear: none;
    font-style: italic;
    padding: 0 5px;
}



label.clear {
    clear: both;

}

label.left {
    display: block;
    float: left;
}

/*----------Columns----------*/

.columnOne {
    clear: both;
    width: 100%;
    margin: 20px 0;
    display: block;
}

.columnTwo {
    width: 47.5%;
    float: left;
    margin: 0 5% 20px 0;
    display: block;
}

.columnThree {
    width: 32%;
    float: left;
    margin: 0 2% 20px 0;
    display: block;
}

.columnFour {
    width: 24%;
    float: left;
    margin: 0 1% 20px 0;
    display: block;
}

.columnOne img,
.columnTwo img,
.columnThree img,
.columnFour img {
    width: 100%;
}

.last {
    margin-right: 0;

}

#logo {
    width: 75%;
    max-width: 400px;
    float: left;
}

#logo img {
    width: 100%;
}

#call {
    width: 25%;
    float: right;
    text-align: right;
    font-size: 1em;
    color: #333;
}

#call span.call {
    font-size: 2em;
    color: #005daa;
    font-weight: bold;
    width: 100%;
    display: block;
}

/*--------status bar--------*/

#enrollStatus {
    margin: 10px 0;
    clear: both;
}

#enrollStatus ul {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

#enrollStatus li {
    list-style-type: none;
    display: block;
    float: left;
    height: 45px;
    padding: 5px 0;
    width: 16%;
    margin: 0;
    font-size: .9em;

    /*	padding-left:20px;*/
}


#enrollStatus .gutter {
    width: .8%;
    background: none;
}

/*complete > active*/

#enrollStatus .ca {

    background: URL('images/1533678181-29972.png') no-repeat;
    background-size: 100% 45px;
}

/*active > incomplete*/

#enrollStatus .ai {
    background: URL('images/1533677833-56257.png') no-repeat;
    background-size: 100% 45px;
}


/*complete > complete*/

#enrollStatus .cc {
    background: URL('images/1533678181-31944.png') center no-repeat #4d4d4d;
    background-size: 100% 45px;
}

/*incomplete > incomplete*/

#enrollStatus .ii {
    background: URL('images/1533677832-56228.png') right no-repeat #E6EBED;
    background-size: 100% 45px;
}

#enrollStatus .profile {
    background: URL('images/1533676894-19460.png') center left no-repeat;
    height: 30px;
    margin: 0 0 0 5px;
}

#enrollStatus .medicare {
    background: URL('images/1533676892-20941.png') center left no-repeat;
    height: 30px;
    margin: 0 0 0 5px;
}

#enrollStatus .incomplete .medicare {
    background: URL('images/1533676893-22455.png') center left no-repeat;
    height: 30px;
    margin: 0 0 0 5px;
}

#enrollStatus .payment {
    background: URL('images/1533676893-19823.png') center left no-repeat;
    height: 30px;
    margin: 0 0 0 5px;
}

#enrollStatus .incomplete .payment {
    background: URL('images/1533676894-19646.png') center left no-repeat;
    height: 30px;
    margin: 0 0 0 5px;
}

#enrollStatus .terms {
    background: URL('images/1533676895-19890.png') center left no-repeat;
    height: 30px;
    margin: 0 0 0 5px;
}

#enrollStatus .incomplete .terms {
    background: URL('images/1533676896-21330.png') center left no-repeat;
    height: 30px;
    margin: 0 0 0 5px;
}

#enrollStatus .benefit {
    background: URL('images/1533676889-19519.png') center left no-repeat;
    height: 30px;
    margin: 0 0 0 5px;
}

#enrollStatus .incomplete .benefit {
    background: URL('images/1533676890-19825.png') center left no-repeat;
    height: 30px;
    margin: 0 0 0 5px;
}

#enrollStatus .confirmation {
    background: URL('images/1533676890-19798.png') center left no-repeat;
    height: 30px;
    margin: 0 0 0 5px;
}

#enrollStatus .incomplete .confirmation {
    background: URL('images/1533676891-21275.png') center left no-repeat;
    height: 30px;
    margin: 0 0 0 5px;
}

#enrollStatus .active {
    background: #C4333E;
    color: #e6e6e6;
    font-weight: bold;
    cursor: pointer;
}

#enrollStatus .incomplete {
    background: #EFF1F3;
    color: #939393;

}

#enrollStatus .complete {
    background: #5C6F7C;
    color: #e6e6e6;
    cursor: pointer;
}

#enrollStatus span {
    padding: 5px 0 0 40px;
    display: block;
}


/*--------related hide/show items--------*/

.relatedItem {
    clear: both;
    margin: 10px 0;
    padding: 10px 10px 20px 10px;
    background: #f2f2f2;
    overflow: hidden;
    border: 1px solid #e6e6e6;

}

.relatedItem input {
    margin-top: 5px;
    background: #f2f2f2;
}


#packetInfo,
#altPhone,
#permAddress,
#provideInfo_mail,
#payBill,
#payElectronic,
#payDeduction,
#authorizedInfo,
#othercoverage,
#nursing,
#email {
    display: none;
}

/*--------next--------*/

.next {
    text-align: right;
}

.next input[type=submit] {
    padding: 5px;
    margin-left: 20px;
    /*	background:#CCC;*/
    border: 0;
    min-width: 100px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*--------tooltip--------*/

.tooltip {
    display: inline;
    position: relative;
    right: 0;
    top: 5px;
    margin: 5px;
    text-decoration: none;
    z-index: 100000;
}

.tooltip img {
    width: auto;
    border: 0;
}


.tooltip:hover:after {
    background: #005daa;
    bottom: 30px;
    color: #eee;
    content: attr(title);
    left: -50px;
    padding: 10px;
    position: absolute;
    z-index: 999999999999999999;
    width: 400px;
    font-style: normal;
    font-size: .9em;
    text-decoration: none;
    font-weight: 100;
}



.tooltip:hover:before {
    border: solid;
    border-color: #005daa transparent;
    border-width: 6px 6px 0 6px;
    top: -15px;
    content: "";
    left: 4px;
    position: absolute;
    z-index: 99;
}






/*--------Name Section--------*/

.fname {
    float: left;
    display: block;
    width: 43%;
    margin-right: 2%;
    clear: both;

}

.mi {
    float: left;
    display: block;
    width: 10%;
    margin-right: 2%;
}

.mi input {
    text-transform: uppercase;
}

.lname {
    float: left;
    display: block;
    width: 43%;
}

/*--------address section--------*/

.city {
    float: left;
    display: block;
    width: 40%;
    margin-right: 2%;
    clear: both;
}

.state {
    float: left;
    display: block;
    margin-right: 2%;
    width: 40%;
}

.zip {
    float: right;
    display: block;
    width: 15%;

}

/*check*/

.checkOne {
    height: 20px;
    background: URL('images/1534367579-38392.png') center left no-repeat;
    padding: 5px 0 5px 30px;
}

.checkTwo {
    height: 20px;
    background: URL('images/1534367580-46899.png') center left no-repeat;
    padding: 5px 0 5px 30px;
}

/*--------contact form--------*/

#emailContact {
    width: 100%;

}




#emailContact input,
#emailContact textarea {
    clear: both;
    width: 98%;
    padding: 1%;
    margin: 5px 0;
    display: block;
    border: 1px solid #113c7c;
    color: #113c7c;
    border-radius: 0;
}

#emailContact input[type=checkbox] {
    width: auto;
    clear: none;
    display: inline;
}



#emailContact input[type=submit],
#emailContact input[type=reset] {
    border: 0;
    color: #eee;
    background: URL('../images/buttonBG.png') no-repeat #C4333E;
    padding: 5px 10px;
    clear: none;
    width: 48%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

#emailContact input[type=submit] {
    float: left;
    margin: 0 2% 0 0;
}

#emailContact input[type=reset] {
    float: right;
    margin: 0;
}

#emailContact .required {
    color: #C4333E;
    padding: 0 2px;
}


.error {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;

}

.relatedItem .error li {
    border: none;
}

.error li {
    padding: 0;
    display: block;
    border: 1px solid #fff;

    text-align: left;
}

.error li ul,
.error li li {
    margin: 0;
    padding: 0;
}

/*datepicker*/

#ui-datepicker-div {
    background: #eee;
    border: 1px solid #000;

}

#ui-datepicker-div select {
    width: auto;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ul-datepicker-header {
    text-align: center;
    display: block;
    height: 20px;
}

select.ui-datepicker-year {
    width: auto;
}

img.ui-datepicker-trigger {
    width: auto;
    position: relative;
    top: 5px;
    margin: 0 0 0 5px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    color: #C4333E;
    font-weight: bold;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker-calendar tbody tr td {
    text-align: center;
    padding: 2px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
    background: #f2f2f2;
    border: 1px solid #ccc;
}

.ui-datepicker td a:hover {
    background: #113c7c;
    color: #eee;
    border: none;
}

.ui-datepicker-prev {
    height: 20px;
    width: 20px;
    float: left;
    background: URL('../images/icons/prev.png') center no-repeat;
    display: block;
}

.ui-datepicker-next {
    float: right;
    background: URL('../images/icons/next.png') center no-repeat;
    height: 20px;
    width: 20px;
    display: block;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none;
}



p {
    display: block;
    margin: 0 0 10px 0;
}

.leftFloat {
    float: left;
}

.rightFloat {
    float: right;
}

.more {
    float: right;
}

.clear {
    clear: both;
    display: block;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.subtitle {
    font-size: 1.1em;
    margin: 0 0 15px 0;
    display: block;
}

.border {
    border: 1px solid #333;
}

.telnum {
    text-decoration: none;
    font-size: 1.0em;
}

a.telnum:hover {
    font-style: normal;
}

ul.nobullet {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1.title,
h1.title,
h3.title,
.title {
    font-weight: bold;
    margin: 0;
}

.fineprint {
    font-size: .85em;
    font-style: italic;
    margin: 10px 0;
}


h1 {
    font-size: 1.4em;
    color: #C4333E
}

h2 {
    font-size: 1.3em;
    color: #113c7c;
}

h3 {
    margin: 0 0 10px 0;
    color: #113c7c;
    font-size: 1.2em;
}

h4 {
    margin: 0;
    color: #113c7c;
}

a:link,
a:visited,
a:active {
    color: #333;

}

a:hover {
    font-style: italic;
}

#container {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}


/*----------body----------*/

#body {
    display: block;
    margin: 20px;

}



/*Responsive*/

.lrg {
    display: block;
}

.md {
    display: none;
}

.sm {
    display: none;
}

@media (max-width: 980px) {




    #enrollStatus li {

        width: 15%;

    }


    #enrollStatus .gutter {
        width: 2%;
    }

    .tooltip {
        display: none;
    }

    #enrollStatus li span {
        display: none;
    }



    #enrollStatus .profile {
        background-position: center;
    }

    #enrollStatus .medicare {
        background: URL(../images/icons/enrollStatus/medicare.png) center no-repeat;

        margin: 0;
    }
    #enrollStatus .incomplete .medicare {
        background: URL(../images/icons/enrollStatus/medicare_incomplete.png) center no-repeat;

        margin: 0;
    }
    #enrollStatus .payment {
        background: URL(../images/icons/enrollStatus/payment.png) center no-repeat;

        margin: 0;
    }
    #enrollStatus .incomplete .payment {
        background: URL(../images/icons/enrollStatus/payment_incomplete.png) center no-repeat;

        margin: 0;
    }

    #enrollStatus .terms {
        background: URL(../images/icons/enrollStatus/terms.png) center no-repeat;

        margin: 0;
    }
    #enrollStatus .incomplete .terms {
        background: URL(../images/icons/enrollStatus/terms_incomplete.png) center no-repeat;

        margin: ;
    }
    #enrollStatus .benefit {
        background: URL(../images/icons/enrollStatus/benefit.png) center no-repeat;

        margin: ;
    }
    #enrollStatus .incomplete .benefit {
        background: URL(../images/icons/enrollStatus/benefit_incomplete.png) center no-repeat;

        margin: 0;
    }
    #enrollStatus .confirmation {
        background: URL(../images/icons/enrollStatus/confirmation.png) center no-repeat;

        margin: 0;
    }
    #enrollStatus .incomplete .confirmation {
        background: URL(../images/icons/enrollStatus/confirmation_incomplete.png) center no-repeat;

        margin: 0;
    }






}

@media (max-width: 800px) {
    #body {
        margin: 20px 10px;
    }

}



@media (max-width: 768px) {

    . .columnTwo {
        width: 100%;
        margin-right: 0;
    }

}


@media (max-width: 540px) {
    #logo {
        width: 100%;
        text-align: center;
    }
    #call {
        clear: both;
        float: none;
        width: 100%;
        text-align: center;
        font-size: 1.3em;
    }
    #call span.call {
        width: auto;
        display: inline;
        font-size: 1.3em;
    }

    select {
        width: 50%;
        max-width: none;
    }
    h1 {
        font-size: 1.5em
    }
    h2 {
        font-size: 1.1em
    }
    .columnThree {
        width: 45%;
    }
    .columnFour {
        width: 45%;
    }

}


@media (max-width: 500px) {




    #enrollStatus li {

        width: 12.5%;

    }


    #enrollStatus .gutter {
        width: 5%;
    }

    input[type=radio] {
        clear: both;
        float: left;
        margin-bottom: 5px;
    }

    label.answer {
        display: block;
        margin: 0 0 5px 20px;
    }


    .city,
    .state,
    .zip,
    .lname {
        width: 100%;
        margin-right: 0;
    }
    .fname {
        width: 85%;
    }

}

@media (max-width: 480px) {
    .columnThree,
    .columnFour {
        width: 100%;
        margin-right: 0;
    }

    .lrg {
        display: none;
    }
    .sm {
        display: block;
    }


    #body {
        margin: 20px 10px;
    }
}

#icons {
  display: none;
}

.date_picker_value {
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    visibility: hidden;
    display: block !important;
}

table.answer td:last-child input {
    margin-left: 10px;
}

#familydetail {
    background-color: bisque;
    padding: 15px;
    overflow: hidden;
}
.familymembers > div {
    border: 1px solid #FF4444;
    overflow: hidden;
    padding: 10px;
    position: relative;
    margin: 10px 0;
}
.famremove {
    position: absolute;
    right: 20px;
}
p.reset_signature {
    min-width: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    color: #eee;
    background: URL('../images/buttonBG.png') no-repeat #C4333E;
    padding: 5px 10px;
    display: inline;
    margin: 0;
}