/************* GENERAL LAYOUT **************/

.quote_form .grid_7,
.quote_form .grid_6,
.quote_form .grid_15,
.quote_form .grid_16,
.quote_form div {
    position: relative;
}

.topDown1 {
    top: 45px;
}

.topDown2 {
    top: 85px;
}

.topDown3 {
    top: 125px;
}

.topDown4 {
    top: 165px;
}

.topDown5 {
    top: 205px;
}

.topDown6 {
    top: 245px;
}

.topDown7 {
    top: 285px;
}


/************* ERROR MESSAGES **************/

.errorBox {
    background-color: #f2dede;
    border-color: #ebccd1;
    border: 1px solid;
    color: #a94442;
    margin: 0px 30px 5px 30px;
    padding: 10px;
}


/************* GENERAL FORM ELEMENTS **************/

.dobBox {
    white-space: nowrap;
    left: 110px;
}

.quote_form .dobBox select,
.quote_form .dobBox input {
    margin-bottom: 15px;
    position: relative;
    display: inline;
    width: auto;
    margin: 0 15px 0 0;
    padding: 5px;
    left: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
}

.quote_form .dobBox a.removeChild:link,
.quote_form .dobBox a.removeChild:active,
.quote_form .dobBox a.removeChild:visited {
    left: 120px;
}

.quote_form .dobBoxExtraChild first {
    display: block;
}

.quote_form label,
.quote_form input,
.quote_form select {
    margin-bottom: 15px;
    position: absolute;
}

.quote_form label {
    padding-top: 5px;
}

.quote_form select {
    width: 250px;
}

.quote_form input {
    width: 236px;
}

.quote_form input[type=radio],
.quote_form input[type=checkbox] {
    margin-top: 5px;
    width: 15px;
}

.quote_form input[type=date],
.quote_form input[role=textbox],
.quote_form input[type=email],
.quote_form select {
    display: inline;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 5px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}


/************* TRAVEL DETAILS **************/

.travDets {
    min-height: 168px;
    margin-bottom: 30px;
}

.travDets .mainInputs {
    height: 180px;
}

.leftPush {
    left: 170px;
}

#usCitizen {
    height: 37px;
    margin-top: 45px;
}

#nationDiv {
    height: 45px;
    display: none;
}

#keepPlan {
    height: 40px;
}

#zipCode {
    top: 160px;
}

.nation {
    top: 12px;
}

.question {
    width: 160px;
}

.yes {
    left: 195px;
}

.no {
    left: 275px;
}

input.no {
    left: 250px;
}


/************* COVERED INDIVIDUALS **************/

.covInd,
.covInd div {
    position: relative;
}

.covInd>div,
.covInd .col2>div {
    width: 195px;
    min-height: 26px;
    margin-top: 15px;
}

.covInd .col2 div:first-child {
    margin-top: 0;
}

.covInd .col2 {
    position: absolute;
    top: 45px;
    left: 248px;
    width: 195px;
    margin-top: 0;
}

.covInd input {
    left: 110px;
    width: 73px;
    z-index: 50;
}

.covInd .col2 .extraChild .dobBox {
    left: 70px;
}

.lt-ie9 .covInd input,
.lt-ie9 .covInd .col2 input {
    width: 73px;
}

a.ages {
    position: absolute;
    top: 10px;
    left: 180px;
}

.extraChild {
    display: none;
}

.extraChild first {
    display: block;
}

.dobPlcHldr {
    left: 112px;
    padding-top: 31px;
    margin-bottom: -7px;
    display: none;
    display: block\9;
    z-index: 0;
}

.covInd .col2 .dobPlcHldr {
    left: 72px;
}

a#addChild {
    position: relative;
    left: 112px;
    margin-top: 15px;
    margin-bottom: 20px;
    display: inline-block;
}

.noArrow::-ms-expand {
    display: none;
}

a.removeChild:link,
a.removeChild:active,
a.removeChild:visited {
    position: absolute;
    left: 295px;
    top: 9px;
    width: 12px;
    height: 12px;
    background: url(../img/layout/geoblue-x.png) left top no-repeat;
}

a.removeChild:hover {
    background: url(../img/layout/geoblue-x.png) left bottom no-repeat;
}

.covInd .col2 a.removeChild {
    left: 185px;
}


/************* CONTACT DETAILS **************/

.conDets {
    min-height: 104px;
}

.conDets .col2 {
    position: absolute;
    left: 470px;
    height: 104px;
}

.conDets .col2 input,
.conDets .col2 select {
    left: 110px;
}


/*
.nation {top:7px;}
.quote_form input.plcHolder {color:#ccc;}
.eMail {top:47px;}
.phNum {top:87px;}
.nation {top:42px;}
*/

.quote_form input.plcHolder {
    color: #ccc;
}

.eMail {
    top: 7px;
}

.phNum {
    top: 47px;
}


/************* SUBMIT **************/

.quote_form .optOut {
    position: static;
    width: 325px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.optOut input {
    float: left;
    margin-top: 15px;
}

.optOut div {
    margin-left: 15px;
    padding-top: 3px;
    width: 290px;
    float: right;
}

.optOut input,
.optOut div,
.submitButton {
    position: static;
}

.submitButton {
    margin: 10px auto 0 auto;
}

.ui-widget-header {
    border: none;
    background: #fff;
}

.ui-widget-content {
    background: #fff;
}

.ui-dialog .ui-dialog-buttonpane {
    border-width: 0px;
}


/************* LOCATION SEARCH BOX **************/

.ui-autocomplete {
    padding: 0;
    list-style: none;
    background-color: #fff;
    width: 218px;
    border: 1px solid #B0BECA;
    max-height: 350px;
    overflow-y: scroll;
}

.ui-autocomplete .ui-menu-item a {
    border-top: 1px solid #B0BECA;
    display: block;
    padding: 4px 6px;
    color: #353D44;
    cursor: pointer;
}

.ui-autocomplete .ui-menu-item:first-child a {
    border-top: none;
}

.ui-autocomplete .ui-menu-item a.ui-state-hover {
    background-color: #D5E5F4;
    color: #161A1C;
}

.ui-dialog-buttonpane button {
    color: #000;
}

#jqAlert {
    font: bold 13px arial;
}

/* Rebranding Styles */
.zipset {
    display: flex;
    gap: 111px;
    width: 418px;
}
.zipoptset {
    display: flex;
    gap: 13px;
}
.quote_form .zipset label, .quote_form .zipset input, .quote_form .zipoptset label, .quote_form .zipoptset input {
    position: unset;
}

.firstinputset {
    display: flex;
    flex-direction: column;
    margin-top: -20px;
}
.countryset {
    display: flex;
    margin-top: -15px;
}
.outboundset {
    display: flex;
}

.grid_15.conDets {
    margin-left: 0px;
}
.fld {
    left: -17px;
}