h2.subh2 {
    color: #0081db;
    margin-left: 10px;
}

#contactsBlock {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #ddd;
    float: left;
    font-size: 0.9em;
    margin-left: 0;
    margin-top: 6px;
    padding: 2px 10px 7px;
}

.tab {
    display: none;
    padding-bottom: 60px;
    min-height: 800px;
}

div.note > div {
    margin-bottom: 10px;
}

.tab.activeTab {
    display: block;
}

#tabs {
    background-color: white;
    padding: 6px 13px 14px 19px;
    /* border-left: 1px solid #ddd; */
    margin-bottom: 9px;
    border-top: none;
    font-size: 1.1em;
    line-height: 1.4em;
    color: black;
}

#tabs h2 {
    margin-bottom: 15px;
}

.pagination ul > li > a, .pagination ul > li > span {
    border-bottom: none;
}

.pagination ul > li > a {
    background-color: #fff;
    color: #0081db;
    font-style: italic;
}

.pagination ul > li > a.active {
    background-color: #0081db;
    color: #fff;
    font-style: normal;
}

#sidebar {
    background: none repeat scroll 0 0 white;
    /* border: 1px solid #ddd; */
    /*min-height: 300px;*/
    /*box-shadow: -2px 4px 7px #999;*/
    padding-top: 0px;
}

#sidebar > div {
    /*padding :10px;*/
}

#contactTable {
    border-collapse: collapse;
    margin-top: 25px;
}

#contactTable td {
    padding: 5px 5px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    color: black;
}

#contactTable td.org {
    /*font-style :italic;*/
    /*font-size :.9em;*/
}

.tempHide {
    height: 10px;
    overflow: hidden;;
}

div.priceLine b {
    font-weight: normal;
}

div.priceLine > span {
    float: right;
    margin-left: 10px;
}

blockquote {
    font: inherit;
}

h2.makeSelection {
    color: #0081db;
    font-size: 22px;
    margin: 15px 0 0px 0 !important;
}

#totalPrice, .totalPrice {
    font-weight: 400;
    color: #000;
    font-size: 32px;
    text-align: right;
    margin-top: 5px;
    font-family: 'roboto condensed';
    letter-spacing: -1px;
}

.totalPrice sup {
    font-weight: 200;
    color: #666;
    font-size: 66%;
    top: -0.3em;
}

.nextTab {
    margin-top: 30px;
    background: #0081db;
    font-family: oregano;
    text-transform: none;
    font-size: 2em;
    padding: 20px 50px;
}

.nextTab::after {
    content: ' \2192';
}

#noIns, #yesIns {
    display: none;
}

input.needToAdd, select.needToAdd {
    background-color: lightpink !important;
}

.pagination ul > li > a.tabFix {
    background-color: pink;
}

#decisions {
    width: 600px;
    height: 50px;
    background-color: green;
}

#travelguard {
    background: linear-gradient(90deg, #ffe, #ffc) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid black;
    color: black;
    padding: 10px;
}

.totalPrice .priceLine {
    font-size: 15px !important;
    text-align: right;
    margin-bottom: 10px;
}

#sidebar h3 {
    margin-top: 10px;
    color: #0081db;
    text-transform: none;
    text-align: right;
    margin-bottom: 0px;
    font-family: 'roboto condensed';
}

#depositTable {
    margin-bottom: 10px;
}

#depositTable td {
    border-top: 1px solid #ccc;
    padding: 2px 20px 2px 0;
}

#depositTable tr:last-of-type td {
    border-bottom: 1px solid #ccc;

}

#depositTable tr td#finalDeposit {
    text-align: center;
}

.isTheDefault, .invremaining {
    color: #035792;
    font-weight: normal;
    /* background: #eee; */
    padding-left: 5px;
    font-size: .98em;
    /* letter-spacing: -1px; */
}

#leadGuestTitle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: green;
    border-image: none;
    border-style: solid;
    border-width: 20px 2px 2px;
    box-shadow: 1px 3px 2px #aaa !important;
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 2.4em;
    margin: 25px 0;
    padding: 20px;
}

#leadGuestTitle span {
    color: #777;
    font-size: 0.6em;
    font-weight: 300;;
}


#badBkg {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

#badStripe {
    margin-top: 5%;
    padding: 30px 0;
    background-color: white;
}

#badText {
    width: 900px;
    margin: 0 auto;
    font-size: 1.5em;


}

#badMessage {
    margin-bottom: 20px;
    color: #000;
}

ul.unstyled li.active {
    background-color: #e7f1f5;
    border-color: #0081db;
    border-left: 20px solid #0081db;
    /*border-radius: 9px !important;*/
    color: white;
}

ul.unstyled li.active blockquote {
    color: black;
    margin-top: 5px;
    /* border-left: none; */
}

ul.unstyled li.active label { /* background: none repeat scroll 0 0 white; */
    /* border-radius: 5px !important; */
    color: black;
    margin-top: 5px;
    padding: 2px 10px 2px 3px;
}

ul.unstyled li.active div.selected {
    display: inline;
    /*line-height: 2em;*/
    /*padding: 4px;*/
    color: #0081db;
}

ul.unstyled li.active div.singleSupplementDiv {
    background-color: #0081db;
    color: white;
    margin: -3px;
}

ul.unstyled li div.selected {

    /* background: none repeat scroll 0 0 #0081db; */
    /* border-bottom: 1px solid white; */
    /* border-radius: 5px !important; */
    color: #ccc;
    /*display: none;*/
    /* font-family: Oswald,Arial; */
    font-size: 3em;
    margin-bottom: 5px;
    padding: 0 4px;
    text-transform: uppercase;
    text-shadow: none !important;
    font-weight: normal;
    float: left;
    margin-left: -81px;
}

ul.unstyled li {
    border: 2px solid white;
    box-shadow: 0px 0px 2px #777 !important;
    cursor: pointer;
    margin: 9px 0 9px 44px;
    padding: 3px;
    border-left: 20px solid white;
    /* overflow: auto; */
    min-height: 4em;
    border-radius: 10px !important;
}

ul.unstyled li:not(.active):hover {
    background-color: #ffa;
}

ul.unstyled blockquote {
    margin-bottom: 3px;
}

ul.unstyled label span {
    font-weight: normal;
}

ul.unstyled label {
    display: inline;
    font-weight: bold;
    color: #000;
}

div.selections blockquote {
    margin-left: 0px;
    color: black;
    border-left: none;
}

div.selections {
    margin-top: 0px;
}

ul.unstyled li input {
    display: none;
}

div.priceLine {
    /*border-bottom: 1px dotted #bbb;*/
    text-align: right;
    color: #0081db;
}

ul.unstyled li.disabled {
    background-color: #ddd;
    border-color: #ccc;
}

.label-important, .badge-important {
    background-color: #b94a48 !important;
    color: #FFF !important;
    font-family: monospace;
    font-size: 14px;
    font-weight: 300 !important;
}

.label-success, .badge-success {
    background-color: #468847 !important;
    color: white !important;
    font-family: monospace;
    font-size: 14px;
    font-weight: 300 !important;
}

div.note { /* border: 1px solid #eee;*/
    color: black;
    margin-bottom: 20px;
    padding: 0px 0;
}

.singleSupplementDiv {
    /*background-color: #eee; */
    margin: -3px -3px 2px -6px;
    padding: 4px 0px;
    color: black;
    /* text-transform: uppercase; */
    font-weight: normal;
    /* border-radius: 5px !important; */
}

.selected .fa {
    font-size: 1.3em;
}

#already {

    float: right;
    overflow: auto;
}

#alreadyLink {
    cursor: pointer;
    text-decoration: underline;
    font-size: 1.4em;
    margin: 5px;
    border: 1px solid #aaa;
    padding: 7px;
    box-shadow: 0 1px 2px #aaa !important;
    color: darkgreen;
    background-color: #DBF9F4;
}

#lostForm {
    background-color: #fff;
    border: 1px solid #ddd;
    color: black;
    font-size: 1em;
    margin: 10px;
    padding: 10px;
    text-decoration: none !important;
    display: none;
}

#already.activeEmailLost {
    float: none;
}

#already.activeEmailLost #lostForm {
    display: block;
}

.currentInsurance {
    font-weight: bold;
    padding: 5px;
    background-color: #0081db;
    /* border-radius: 5px !important; */
    box-shadow: 0 1px 1px #333 !important;
    margin-bottom: 10px;
    margin-top: 10px;
    color: white;
}

.moveToTab {
    text-decoration: underline;
    cursor: pointer;
    color: green;
}

#paymentsPreCheck {
    display: none;
}

#uhohMessage li {
    color: maroon;
}

#verifyReg {
    line-height: 2em;
    box-shadow: 1px 3px 2px #aaa !important;
    /* background: black; */
    text-transform: none;
    font-weight: bold;
    text-shadow: none;
    letter-spacing: 0;
    font-size: 1.6em;
}

ul.unstyled li.nohover:hover {
    background-color: white !important;
}

div.catDesc {
    padding-left: 25px;
}

li.nohover div.catDesc {

}

li.nohover > div > div.section {
    color: #006080;
    border-bottom: 1px dotted #b3d5e0;
}

ul.unstyled li.nohover {
    cursor: default;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
}

h1, h2, h3, h4 {
    /*font-family: 'Roboto Slab', serif;*/
}

h2 {
    font-size: 30px;
    line-height: 29px;
    margin-left: -15px;
}

.span6 h1, .span6 h2, .span6 h3 {
    /*font-family:'Shadows Into Light';*/
    text-transform: none;
}

#tabs h2 {
    margin-bottom: 2px;
    text-transform: none;
    background: #0081db22;
    padding: 2px 10px 2px 5px;
    font-size: 1.1em;
    color: black;
    margin-left: -6px;
    text-transform: uppercase;
}

.floatright {
    float: right;
    margin-right: -13px !important;
}

.minipic {
    margin: 5px 0 10px 20px;
    border-radius: 3px !important;
    max-width: 300px;
}

.miniexpand {
    margin: 5px 0 12px 17px;
    /* padding: 11px; */
    border: 11px solid #fff;
    box-shadow: 0px 1px 8px #888 !important;
    border-radius: 3px !important;
    max-width: 300px;
    cursor: pointer;
}

.youtubesmall {
    margin: 10px 0 15px 20px;
    border: 4px solid #0081db;
    box-shadow: 3px 4px 8px #888 !important;
    float: right;
}

.youtubefull {
    margin: 10px 0;
    border: 2px solid #0081db;
}


.miniexpand:hover {
    background-color: #d1eff9;
}

.expanded {
    max-width: 710px;
}

table.registerInfo td:first-child {
    color: black;
}

#ccPrice {
    color: black;
}

#ccPrice .priceLine {
    margin-top: 5px;
    margin-bottom: 2px;
    letter-spacing: 0px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: auto;
    padding: 1px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#onlineRegistration {
    background-color: #0081db08;
    color: #a7a7a7;
    font-weight: bold;
    /* text-align: center; */
    height: 41px;
    line-height: 41px;
    margin-bottom: 5px;
    font-size: 19px;
    padding-left: 0px;
    letter-spacing: 2px;
    border-bottom: 1px dashed #aaa;
}

select {
    padding: 6px 4px;
}

.describeHeader {
    color: #ee5f5b;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}

#tabButtons2 {
    float: left;
    width: 15%;
}

#tabButtons2 ul {
    margin: 45px 0 0 0;
}

#tabButtons2 ul li {
    margin-left: 0;
    list-style: none;
    line-height: 1.8em;
    min-height: 20px;
    border-top: 1px solid #ddd;
    padding: 7px 8px 7px 3px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    cursor: pointer;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgb(0, 129, 219) 2%, rgba(255, 255, 255, 1) 3%, rgba(235, 235, 235, 1) 97%);
    text-align: right;
}

#tabButtons2 ul li:first-of-type {
    /* border-top: none; */
    margin-top: -15px;
}

#tabButtons2 ul li:hover {
    background: #0081db22;
    color: black;
}

#tabButtons2 ul li.active {
    background: #0081db;
    background: rgb(0, 129, 219);
    background: linear-gradient(90deg, rgb(221, 238, 250) 4%, rgb(0, 102, 185) 5%, rgb(0, 129, 219) 97%);
    font-weight: bold;
    box-shadow: -4px 0 3px #aaa;
    text-align: left;
    padding-left: 12px;
}

#tabButtons2 ul li a {
    color: black;
}

#tabButtons2 ul li.active a {
    color: white;
}

.funkyradio div {
    /*clear: left;*/
    /*overflow: hidden;*/
}

.funkyradio label {
    /*width: 100%;*/
    border-radius: 1px;
    border: 1px solid #ccc;
    font-weight: normal;
    font-size: 16px;
    color: black;
    margin-bottom: 3px;
    /* padding: 0px; */
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio .funkyradio-primary input[type="radio"]:empty ~ label {
    background-color: #0081db;
    color: white;
    font-weight: bold;
    /* border-right: 43px solid #0081db; */
    /* border-color: #0081db; */
    box-shadow: -17px 0px 0px #dfff00;
}

.funkyradio .funkyradio-default.funkyInsurance.funkyradio-primary input[type="radio"]:empty ~ label {
    background-color: #db5960;
    color: white;
    font-weight: bold;
    /* border-right: 43px solid #0081db; */
    /* border-color: #0081db; */
    box-shadow: -7px 0px 0px #dfff00;
}

.funkyradiozzz input[type="radio"]:empty ~ label,
.funkyradiozzz input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 0em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    /*line-height: 2.5em;*/
    /*text-indent: 3.25em;*/
    margin-top: 0em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: auto;
    padding: 5px;
    background-color: #ddeefa;
    min-height: 1.4em;
    vertical-align: middle;
}

span.eachTitle {
    /*text-decoration: underline;*/
    font-size: 1.1em;
}

span.eachTitle:before {
    content: "\25B8\25B8";
    margin-right: 7px;
    color: #0081db;
}

.funkyradio-primary span.eachTitle:before {
    color: #dfff00;
}

.funkyradio :not(.funkyradio-primary) input[type="radio"]:empty ~ label:hover, .funkyradio :not(.funkyradio-primary) input[type="checkbox"]:empty ~ label:hover {
    background-color: #defae1;
}

.optionNumberChoice {
    /* float: right; */
    background: #ffffff;
    /* font-weight: bold; */
    text-indent: 0;
    border: 1px solid #7cc4f7;
    line-height: 1.2em;
    padding: 3px 3px;
    border-radius: 4px;
    color: #003e69;
    margin: 5px 5px 0 3px;
    /* text-transform: uppercase; */
    font-size: .8em;
    display: inline;
}

.funkyradio-primary .optionNumberChoice {
    display: none;
}

.funkyradio input[type="radio"] ~ label.singSuppBox {
    /* border-bottom: 1px solid #0081db; */
    min-height: 2em;
    margin-bottom: 14px;
    margin-top: -4px;
    box-shadow: 2px 2px 3px #ccc;
}

.funkyradiozzz input[type="radio"]:empty ~ label:before,
.funkyradiozzz input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #ddeefa;
    border-radius: 3px 0 0 3px;
    content: '\2731';
    content: '\271A';
    text-indent: .9em;
    color: #0081db;
}

.funkyradioRR input[type="radio"]:empty ~ label:before,
.funkyradioRR input[type="checkbox"]:empty ~ label:before {
    float: left;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #ddeefa;
    border-radius: 3px 0 0 3px;
    content: '\2731';
    content: '\271A';
    text-indent: .9em;
    color: #0081db;
    height: 2em;
    margin: 1px 10px 3px 1px;
    padding-top: .5em;
}


.funkyradio input[type="radio"]:hover:not(".funkyradio-primary") ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #be1102;
    /*background-color: #0081db22;*/
    background-color: #000;
}

.funkyradioRR input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradioRR input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    content: '\271C';
    text-indent: .7em;
    color: #C2C2C2;
    color: #be1102;

}

.funkyradioRR input[type="radio"]:checked ~ label,
.funkyradioRR input[type="checkbox"]:checked ~ label {
    color: #FFF;
}

.funkyradioRR input[type="radio"]:checked ~ label:before,
.funkyradioRR input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    content: '\26F0';
    text-indent: .7em;
    color: #333;
    background-color: #ccc;
}

.funkyradioRR input[type="radio"]:focus ~ label:before,
.funkyradioRR input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}


.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #dfff00;
    background-color: #00528c;
    border-radius: 33px;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"] ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d2d2d2 !important;
}

.funkyradio-danger {
    background-color: #ddd;
    color: #444;
    font-style: italic;
    opacity: .4;
    cursor: not-allowed;
}

.funkyradio-danger label {
    background-color: #ddd;
    color: #444;
    font-style: italic;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.funkyradio > div div.onlineDescription {
    margin-left: 3em;
    /* color: black; */
    line-height: 1em;
    font-size: .9em;
    /* border: 1px solid #aaa; */
    padding: 8px;
    margin-top: 0px;
    border-top: none;
    font-weight: normal;
}

.funkyradio > div.funkyradio-default {
    padding: 0px;
}

.funkyradio > div.funkyradio-primary > div.onlineDescription {
    background-color: #0081db;
    color: white;
}

.funkyradio div.sepsection {
    font-size: 1.1em;
    color: #000000;
    /* line-height: 1.7em; */
    /* border-bottom: 1px solid #bfbfbf; */
    margin-left: 0px;
    overflow: visible;
    margin-bottom: 0px;
    /* text-transform: uppercase; */
    margin-top: 0px;
    margin-bottom: 4px;
    /* font-weight: bold; */
    background: #ededed;
    padding: 5px 0 5px 11px;
    margin: 0px -6px 5px -9px;
    border-left: 3px solid #0081db;
    background: rgb(242, 242, 242);
    background: linear-gradient(181deg, rgb(248, 248, 248) 68%, rgb(218, 234, 245) 94%);
    /* border-bottom: 1px solid #aaa; */
}

.sepcatDesc {
    color: #000000;
    margin-left: 7px;
    margin-bottom: 6px;
    overflow: auto;
    padding: 5px 10px 5px 6px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-top: none;
    margin-top: -5px;
    margin-right: -6px;
}

.greaterPrice, .lowerPrice {
    /* font-style: italic; */
    font-size: .9em;
    /* letter-spacing: -1px; */
    font-family: sans-serif;
    margin-left: 5px;
    /* background: #eee; */
    /* line-height: 1.3em; */
    /* padding: 4px; */
}

.lowerPrice {
    color: red;
}

.greaterPrice {
    color: green;
}

.funkyradio-primary .lowerPrice {
    color: #ffffff;
    /* background-color: #ddeefa; */
    /* border-radius: 4px; */
    font-weight: normal;
}

.funkyradio-primary .greaterPrice {
    color: #b6ffca;
    /* background-color: #ddeefa; */
    border-radius: 4px;
}

.funkyradio-primary .isTheDefault, .funkyradio-primary .invremaining {
    color: #bae3ff;
    font-weight: normal;
    /* background: #eee; */
    padding-left: 5px;
    font-size: .98em;
    /* letter-spacing: -1px; */
}

span.isNotAvailable {
    font-weight: bold;
}

.funkyradio-danger .lowerPrice, .funkyradio-danger .greaterPrice {
    background-color: inherit;
}

#ZZlegalNameInfo {
    padding: 10px;
}

td.aboutLegal {
}

#ZZlegalNames {
    background: linear-gradient(#666, #333) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 15px !important;
    color: white;
    margin: 10px 0px;
}

#ZZlegalNames td {
    padding: 3px 10px;
}

table.registerInfo td {
    vertical-align: top;
    padding: 2px 5px 0 0;
}

table.registerInfo td > div.section, div.section {
    border-bottom: 1px dotted #aaa;
    color: #000000;
    font-family: oregano;
    font-size: 25px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0px;
    /* text-transform: uppercase; */
    padding: 5px 0 2px 5px;
    background: #ddeefa;
}

span.isReq, td.isReq {
    color: maroon;
    font-weight: bold;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 10px; /* demo only */
}

.custom-dropdown select {
    background-color: #0081db;
    color: #fff;
    font-size: inherit;
    padding: .2em .5em;
    padding-right: 2.5em;
    border: 0;
    margin: 0;
    border-radius: 3px;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: button; /* hide default arrow in chrome OSX */
}

.custom-dropdown::before,
.custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
    color: rgba(0, 0, 0, .3);
}

.custom-dropdown select[disabled]::after {
    color: rgba(0, 0, 0, .1);
}

.custom-dropdown::before {
    background-color: rgba(0, 0, 0, .15);
}

.custom-dropdown::after {
    color: rgba(0, 0, 0, .8);
}

.paybycc {
    margin-top: 20px;
}

#sidebar h3.pricingName {
    background: none repeat scroll 0 0 #ddeefa;
    color: #000;
    font-size: 19px;
    margin: 0 0 0px 0;
    padding: 4px 4px;
    text-align: left;
    border-bottom: 1px solid #0081db;
    margin-top: 4px;
    width: auto;
}

#nameFlex {

    border: 1px solid #0081db;
    padding: 10px;
    margin: 25px 2px;
    box-shadow: 0px 10px 8px #aaa;
    margin-bottom: 40px;
    border-radius: 0px;
    margxin-top: 60px;
}

.newPriceLine {
    margin-top: 4px;
}

#nameFlex > div {
    padding: 5px;
}

#nameFlex input {
    width: 95%;
    margin-bottom: 0;
    color: #000;
}

.flexyName > div {
    /*padding-right: 10px;*/
}

.removeName {
    color: red;
    text-decoration: underline;
    cursor: pointer;
    float: right;
}

.displayNone {
    display: none !important;
}

.opa5 {
    opacity: .8;
}

#nameFlex input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0098ffcc;
}

#nameFlex input::-moz-placeholder { /* Firefox 19+ */
    color: #0098ff77;
}

#nameFlex input:-ms-input-placeholder { /* IE 10+ */
    color: #0098ff77;
}

#nameFlex input:-moz-placeholder { /* Firefox 18- */
    color: #0098ff77;
}

#moreGuests {
    margin-left: 10%;
    text-decoration: underline;
    cursor: pointer;
    color: #0081db;
}

div.setToGo > div:first-of-type {
    font-weight: bold;
    color: black;
}

.g1 {
    font-weight: bold;
    font-size: 1.5em;
    color: #0081db;
}

.g2 {
    padding: 5px 15px;
    color: #000;
}

span.counter {
    background-color: #004c82;
    padding: 10px 9px;
    font-size: 1em;
    color: white;
    width: 4em;
    line-height: 2em;
    border-radius: 14px;
    margin-left: 3px;
    cursor: pointer;
    box-shadow: 2px 3px 2px #aaa;
    border: 2px solid #ffffff;
}

span.counter:hover {
    background-color: #86021e;
}

#setGuestCountDiv > div {

    color: #000000;
    /*margin-bottom: 20px;*/
    /*font-size: 1.3em;*/
}

#setGuestCountDiv {
    margin-top: 80px;
    margin-left: 0%;
    /* border: 1px solid #aaa; */
    padding: 15px;
    /* box-shadow: 4px 4px 2px #aaa; */
}

#showHelp:hover {
    color: maroon;
}

#showHelp {
    float: right;
    letter-spacing: 1px;
    color: #004c82;
    padding: 7px 10px 7px 26px;
    margin-top: 3px;
    position: relative;
    background: white;
    font-weight: bold;
    text-shadow: none;
    text-decoration: underline;
    margin-right: -45px;
}

#showHelp:before {
    content: '\2197';
    /* text-indent: 0.7em; */
    position: absolute;
    left: 5px;
}

#span9Bkg {
    padding-top: 30px;
}

.additionalInfoRequsted {
    color: black;
    font-size: 2em;
    font-family: 'oregano';
    padding: 0 0 25px 0;
}

div.singleSuppOption {
    margin-left: 25px;
}

.funkyradio-default label {
    /*box-shadow: -7px 0 7px #ccc;*/
}

.tsaDiv {
    background-color: #ddeefa;
    padding: 10px 4px;
    margin: -7px 0 20px 55px;
    border: 5px solid #0081db;
    border-top: none;
}

.tsaTable {
}

.tsaTable input, .tsaTable select {
    width: auto;
}

.tsaTable td {
    color: #000;
    padding: 1px 5px;
    font-size: .9em;
}

#tandc {
    color: black;
    font-size: .9em;
    line-height: 1.1em;
}


.tooltip {
    display: inline-block;
    position: relative;
    /* border-bottom: 1px dotted #666; */
    text-align: left;
    opacity: 1;
    background: #0091db;
    color: white;
    font-weight: bold;
    padding: 2px 5px;
    font-size: 15px;
    border-radius: 10px;
    cursor: pointer;
}

.tooltip h3 {
    margin: 12px 0;
}

.tooltip .top {
    min-width: 200px;
    max-width: 400px;
    top: -20px;
    left: 50%;
    transform: translate(-30%, -100%);
    padding: 10px 20px;
    color: #ffffff;
    background-color: #009cdc;
    font-weight: normal;
    font-size: 14px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
}

.tooltip:hover .top {
    display: block;
}

.tooltip .top i {
    position: absolute;
    top: 100%;
    left: 30%;
    margin-left: -15px;
    width: 30px;
    height: 15px;
    overflow: hidden;
    /*display: block;*/
}

.tooltip .top i::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #009cdc;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.tooltip .right {
    min-width: 200px;
    max-width: 400px;
    top: 50%;
    left: 100%;
    margin-left: 20px;
    transform: translate(0, -50%);
    padding: 0;
    color: #EEEEEE;
    background-color: #0081db;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s;
}

.tooltip:hover .right {
    visibility: visible;
    opacity: 1;
}

.tooltip .right img {
    width: 400px;
    border-radius: 8px 8px 0 0;
}

.tooltip .text-content {
    padding: 10px 20px;
}

.tooltip .right i {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden;
}

.tooltip .right i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
    background-color: #0081db;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

span.alertToggle {
    font-weight: bold;
    font-size: .8em;
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}

.personalHeader {
    background: #ddeefa;
    padding: 3px 5px;
    margin: 8px 0 5px -3px;
}

.informRequired {
    font-weight: bold;
    color: #0081db;
    margin-left: 5px;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;
}

.sameButton {
    -moz-box-shadow: -1px 7px 12px -7px #276873;
    -webkit-box-shadow: -1px 7px 12px -7px #276873;
    box-shadow: -1px 7px 12px -7px #276873;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0080db), color-stop(1, #006bb3));
    background: -moz-linear-gradient(top, #0080db 5%, #006bb3 100%);
    background: -webkit-linear-gradient(top, #0080db 5%, #006bb3 100%);
    background: -o-linear-gradient(top, #0080db 5%, #006bb3 100%);
    background: -ms-linear-gradient(top, #0080db 5%, #006bb3 100%);
    background: linear-gradient(to bottom, #0080db 5%, #006bb3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0080db', endColorstr='#006bb3', GradientType=0);
    background-color: #0080db;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
    margin-left: 8px;
    opacity: .5;
}

.sameButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006bb3), color-stop(1, #0080db));
    background: -moz-linear-gradient(top, #006bb3 5%, #0080db 100%);
    background: -webkit-linear-gradient(top, #006bb3 5%, #0080db 100%);
    background: -o-linear-gradient(top, #006bb3 5%, #0080db 100%);
    background: -ms-linear-gradient(top, #006bb3 5%, #0080db 100%);
    background: linear-gradient(to bottom, #006bb3 5%, #0080db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006bb3', endColorstr='#0080db', GradientType=0);
    background-color: #006bb3;
    opacity: 1;
}

.sameButton:active {
    position: relative;
    top: 1px;
}

#regFor {
    /*background: #ddeefa;*/
    margin-top: 35px;
    margin-left: 15%;
    display: none;
}

.regForHeadline {

    color: #0081db;
    background: #edf7ff;
    padding: 3px 10px 2px 7px;
    /* font-family: oregano; */
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid;
    font-weight: bold;
    border-radius: 5px 11px 0 0px;
}

.regForName {
    color: black;
    font-size: 1.3em;
    padding: 1px 0 4px 8px;
    line-height: 1.5em;
    background: #ddeefa;
    margin-bottom: 20px;
    border-radius: 0 0px 5px 11px;
}

.bulletName:before {
    content: "\2600";
    color: #0081db;
}

.bulletName:first-of-type:before {
    content: "";
}

.showPricingLines {
    text-decoration: underline;
    cursor: pointer;
    color: maroon;
    float: right;
    font-size: .7em;
}

.hidePriceLines .priceLine {
    display: none;
}

#packagePricing {
    border-bottom: 1px solid #0081db;
    color: #0081db;
    padding: 9px 2px 1px 0px;
    font-family: oregano;
    font-size: 2em;
}

.brace {
    padding: 1px 11px 10px 11px;
    /* border: 4px solid #ddeefa; */
    margin-bottom: 37px;
    border-top: none;
    /* border-radius: 0px 0px 12px 12px; */
    box-shadow: 2px 3px 4px #adadad;
    border: 1px solid #ddeefa;
    padding: 6px 6px 6px 7px !important;
    margin-top: -11px;
    margin-left: 7px;
}

.braceGuest {
    font-size: 1.5em;
    /* color: #ffffff; */
    padding: 6px 7px 7px 8px;
    /* box-shadow: 0px 3px 3px #adadad; */
    /* background: rgb(2,0,36); */
    /* background: linear-gradient(180deg, rgb(0, 129, 219) 0%, rgb(0, 82, 140) 100%); */
    margin-bottom: 10px;
    /* border: 1px solid #0081db; */
    border-bottom: 11px solid #0075c8;
}

#showHelpDiv {
    display: none;
    background-color: #fff;
    width: 1100px;
    /* height: 100%; */
    /*padding: 25px;*/
    position: fixed;
    left: 50%;
    top: 0;
    /* right: 20px; */
    border: 5px solid #0081db;
    box-shadow: -10px 4px 10px #555;
    transform: translate(-50%, 0);
}

#closeHelp {
    background-color: #db2a00;
    padding: 7px;
    font-size: 2em;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    margin: 5px -17px 0px 0px;
}

#closeHelp span {
    font-size: 23px;
    font-weight: normal;
    padding-left: 20px;
}

#closeHelp:hover {
    background-color: #000;
}

.helpContainer {
    display: flex;
    border-bottom: 1px dashed #0081db;
    padding: 7px 10px;
    width: auto;
}

.helpColumn {
    flex: .5;
}

.helpColumn div {
    color: black;
    font-size: 1.3em;
    margin-bottom: 3px;
}

.helpColumn article {
    color: black;
    font-style: italic;
    margin-left: 7px;
}

.helpColumn2 {
    flex: .5;
}

.helpColumn2 > div {
    color: black;
    font-size: 1.2em;
    margin-bottom: 4px;
}

div.activityZone {
    clear: right;
    contain: content;
    border-top: 2px dashed #98b1c3;
    color: #005ea0;
    padding: 3px 7px 4px 11px;
    /* line-height: 2.4em; */
    background: #ffffff;
    /* margin: 0 -11px; */
    /* font-weight: bold; */
    /* box-shadow: 3px 2px 7px #aaa; */
    padding: 7px 15px;
    /*text-align: right;*/
    /*font-weight: bold;*/
}

div.activityZone:first-of-type {
    border-top: none;
}

.activitySelect {
    margin-bottom: 3px;
    /* color: white; */
    border: 1px solid #5eb3ef;
    font-weight: bold;
}

.optionSelect, input[type="text"].optionInput {
    border: 1px solid #5eb3ef;
}

.activityAdjustLabel {
    font-weight: normal;
}

.note pre {
    margin-bottom: 10px;
    /* padding: 19px; */
    /* font: normal 12px/20px "Courier New", Courier, monospace; */
    /* color: #666; */
    border: none;
    background: inherit;
    color: black;
    font-weight: bold;
    font-size: 15px;
}

#tabs .activeTab .note h1, #previewNote h1 {
    font-family: oregano;
    text-transform: none;
    color: #000;
    margin: 10px 0;
    line-height: 1em;
}

#tabs .activeTab .note h2, #previewNote h2 {
    font-family: inherit;
    text-transform: none;
    font-size: 1.2em;
    margin: 10px -19px;
    padding: 2px 6px 2px 17px;
    /* font-weight: bold; */
    color: #0081db;
    background: none;
    border-bottom: 1px dotted;
}

#tabs .activeTab .note.brace h2 {
    font-family: inherit;
    text-transform: none;
    /* font-size: 1.2em; */
    margin: 3px -1px 3px -7px;
    padding: 2px 4px 2px 8px;
    /* font-weight: bold; */
    /* color: #0081db; */
    background: #f8f8f8;
    border-bottom: 1px dotted;
}

#tabs .activeTab .note h4, #previewNote h4 {
    font-family: inherit;
    text-transform: none;
    color: white;
    background: #0081db;
    padding: 8px 6px 8px 10px;
    font-weight: bold;
    font-size: 1.3em;
    margin: 17px -13px 10px -20px;
    width: auto;
}

#tabs .activeTab .note h3::before, #previewNote h3::before {
    content: '\2731';
    position: absolute;
    left: 0;
    color: #ffffff;
    background: #0081db;
    border-radius: 10px;
    padding: 0px 4px;
    font-size: .9em;

}

#tabs .activeTab .note h3, #previewNote h3 {
    /* border: 1px solid #0081db; */
    padding: 2px 4px 4px 30px;
    text-transform: none;
    color: #000000;
    font-family: inherit;
    /* font-weight: bold; */
    /* border-radius: 4px; */
    margin: 0px 0px 12px;
    /* box-shadow: 2px 3px 5px #aaa; */
    font-size: 1.1em;
    position: relative;
    /* font-weight: 700; */
    width: 95%;
}

#tabs .activeTab .note h6::before, #previewNote h6::before {
    content: '\21d2';
    position: absolute;
    left: 0;
    /*color: #ffffff;*/
    color: #0081db;
    border-radius: 10px;
    padding: 0px 4px;
    font-size: .9em;
}

#tabs .activeTab .note h6, #previewNote h6 {
    /* border: 1px solid #0081db; */
    padding: 2px 4px 4px 27px;
    text-transform: none;
    color: #000000;
    font-family: inherit;
    /* font-weight: bold; */
    /* border-radius: 4px; */
    margin: 2px 0px 2px 25px;
    /* box-shadow: 2px 3px 5px #aaa; */
    font-size: .9em;
    font-weight: normal;
    position: relative;
}

#tabs .activeTab > div .note {
    margin: 15px 0;
}

#tabs .activeTab .note h5, #previewNote h5 {
    background: #ffe3c4;
    color: black;
    font-size: 1em;
    font-family: inherit;
    line-height: 1.3em;
    padding: 10px 2.2em 10px 10px;
    margin: 0;
    border: 2px dashed #f9aa52;
    border-radius: 10px;
    margin: 10px 0px 10px 0px;
    font-weight: normal;
    width: auto;
    position: relative;
}

#tabs .activeTab .note h5::before, #previewNote h5::before {
    content: '\25b2';
    position: absolute;
    right: 0;
    color: #b90a48;
    top: 8px;
    /* border-radius: 10px; */
    /* padding: 1px 2px; */
    font-size: 2em;
}

#tabs .activeTab .note h7, #previewNote h7 {
    font-family: inherit;
    text-transform: none;
    color: white;
    background: #0081db;
    padding: 8px 6px 8px 10px;
    font-weight: bold;
    font-size: 1.3em;
    margin: -6px -13px 10px -20px;
    width: auto;
    display: block;
}

#tabs .activeTab .note a, #previewNote a {
    border-bottom: 2px dotted;
    color: #0081db;
}

p {
    color: #0065ab;
    background: #ddeefa;
    padding: 5px 10px;
    margin: 0px 0 10px;
    padding: 9px 14px;
}

#xtravelguard p {
    color: black;
}

#tabs .note section, #tabs .note article {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 9px;
    margin: 10px 0;
}

#tabs .note article > div:before {
    content: '\2731';
    position: absolute;
    left: 0;
    top: 0;
    color: #0081db;
    /* background: #0081db; */
    /* border-radius: 10px; */
    padding: 1px 2px;
}

#tabs .note section > div {
    background-color: #eee;
    padding: 5px;
}

#tabs .note article > div {
    border: 1px dashed #69c1ff;
    padding: 3px 4px 7px 21px;
    position: relative;
    border-radius: 4px;
}

#tabs .note hr, #previewNote hr {
    margin: 25px 0;
    height: 1px;
    background: #0081db;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #0081db));
    border-top: none;
    clear: both;
}

#beginHeader > div > span {
    background: #e0f0fb;
    padding: 2px 36px 2px 5px;
    color: black;
    border-radius: 5px;
}

.validName:before {
    content: '\2714';
    color: #0081db;
    width: 1em;
    font-size: 2em;
}

.validName {
    display: none;
}

.setToGo .validName {
    display: inline;
}

#plusGuest {
    color: white;
    display: inline-block;
    background: #0081db;
    border-color: #aaa;
    border: 1px solid #0081db;
    box-shadow: 2px 3px 6px #777;
    margin-top: 20px;
    float: right;
}

#showPreviewAgain {

    background: maroon;
    margin-top: 20px;
}

.funkyradio-primary div.selectedChoice {
    display: inline;
}

div.selectedChoice {
    /* float: right; */
    background: #dfff00;
    font-weight: bold;
    text-indent: 0;
    /* border: 1px solid white; */
    line-height: 1.2em;
    padding: 3px 3px;
    border-radius: 4px;
    color: #003e69;
    margin: 5px 5px 0 3px;
    text-transform: uppercase;
    font-size: .8em;
    display: none;
    animation-name: animation;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes animation {
    50.0% {
        background-color: #ffffff;
    }
}

@keyframes fontsize {
    50.0% {
        font-size: .94em;
    }
}

span.selectCheckMark {
    display: none;
}

.wasSelected span.selectCheckMark {
    display: inline;
}

span.selectCheckMark:before {

    content: "\2714";
    color: #588f5d;
    font-size: 2em;

}

.jSignature {

    background-color: #ddeefa !important;
    color: black !important;

}

#errorNotice {
    margin-left: -29px !important;
}

li.tabMissing {
    background: lightpink !important;

    font-weight: bold;
}

li.tabMissing a {
    color: black !important;
}

.smB {
    width: 100%;
    margin-top: 5px;
}

#errorExplain > h3 {
    background: #db2a00;
    /* font-weight: bold; */
    text-transform: none;
    font-size: 1.4em;
    margin: -50px 0px 15px -39px;
    text-transform: uppercase;
    color: white;
    padding: 11px;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#errorExplain li {
    font-size: 1.1em;
    margin-bottom: 5px;
}

#errorExplain {
    background-color: #fff0ec;
    color: black;
    padding: 30px;
    margin: 30px 25% 20px 13%;
    /* border-radius: 15px; */
    border: 1px solid black;
}

#errorExplain .moveToTab {
    color: #0081db;
    /*font-weight: bold;*/
}

.newPriceLine {
    display: flex;
}

#guestEntry {
    float: left;
    width: 85%;
}

.flex3 {
    flex: 3;
}

.flex2 {
    flex: 2;
}


#packagePricing:hover {
    color: #2c3cff;
}

#packagePricing {
    cursor: pointer;
}

.flexyName > div {
    padding-left: 3px;
}

#nameFlex input {
    width: 90%;
}

input.missingNeededInfo {
    border-width: 2px;
    border-color: red;
    animation-name: flash_border;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: flash_border;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: flash_border;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}


@keyframes flash_border {
    0% {
        border-color: red;
    }
    50% {
        border-color: #a50009;
    }
    100% {
        border-color: red;
    }
}

#getHelp, #tripBasics {
    display: none;
}

#showHelpDivFooter {
    color: #0081db;
    font-size: 1.2em;
    margin: 15px;
    padding: 10px;
    font-weight: bold;
    line-height: 1.4em;
}

div.navigateMobile {
    display: none;
}


@media only screen and (max-width: 900px) {

    .activeTab div.navigateMobile {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3.2em;
        background-color: #0081db;
        padding: 3px 0;
        box-shadow: 0px -2px 4px 0px #6b6a6a;
    }

    .tab {
        padding-bottom: 0;
        min-height: 0;
    }

    div.singleSuppOption {
        margin-left: 7px;
    }

    span.eachTitle:before {
        display: none;
    }

    .funkyradio .funkyradio-primary input[type="radio"]:empty ~ label {
        background-color: #004c82;
        color: white;
        font-weight: bold;
        /* border-right: 43px solid #0081db; */
        /* border-color: #0081db; */
        box-shadow: -17px 0px 0px #0081db;
    }

    #tripBasics {
        text-align: left;
        font-weight: bold;
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #000000;
        display: block;
        z-index: 600;
        color: #004c82;
        box-shadow: none;
        padding: 3px 0 0 6px;
        font-size: 1.2em;
        color: #f4fbff;
        font-weight: normal;
        text-shadow: 1px 1px 0px #0081db;
    }

    .previewControl {
        display: none;
    }

    #setGuestCountDiv .choiceHeadline,
    #setGuestCountDiv .choiceText {
        display: none;
    }

    #getHelp {
        display: block;
        position: fixed;
        right: 4px;
        top: 2px;
        width: 1em;
        color: #004c82;
        /* color: white; */
        text-align: center;
        border-radius: 2em;
        padding: 0;
        z-index: 90000;
        font-size: 3em;
        cursor: pointer;
        background: white;
        box-shadow: -2px 3px 3px #888;
    }

    #showHelpDiv {
        /*display: block;*/
        width: 100%;
        margin-top: 87px;
    }

    #showHelpDivSecond {
        display: none;
    }

    .helpContainer {
        display: flex;
        border-bottom: 1px dashed #0081db;
        padding: 5px 3px;
        width: auto;
        font-size: .9em;
    }

    #showHelpDivFooter {
        font-weight: normal;
        font-size: 1em;
        line-height: 1.1em;
        color: black;
        padding: 5px;
        margin: 6px 10px;
    }

    .helpColumn div {
        color: black;
        font-size: 1.2em;
        margin-bottom: 0px;
    }

    .helpColumn2 {
        flex: .5;
        font-size: 1em;
        line-height: 1em;
    }


    .reqNeeded {
        float: right;
        color: yellow;
        font-size: .9em;
        width: 33%;
        display: block;
        line-height: 1em;
    }

    .navForw {
        display: none;
    }

    #mobileWarning {
        display: none;
    }

    #sidebar {
        position: fixed;
        top: 50px !important;
        left: 0 !important;
        width: 100%;
        background: #0081db;
        color: white;
        z-index: 50000;
        padding: 5px 3px;
        box-shadow: 0px 4px 6px #aaa;
        height: 34px;
        line-height: 29px;
        margin-left: 0;
    }

    table.registerInfo td input {
        margin-bottom: 1px;
        background-color: #f4fbff;
        font-weight: bold;
        border-color: #c2e6ff;
        padding: 2px 5px;
        border-color: #0081dbaa;
        border-width: 2px;
        background: white;
    }

    table.registerInfo td {
        vertical-align: middle;
        padding: 4px 5px 4px 0;
    }

    .tooltip, .informRequired {
        display: none;
    }


    #tabButtons2, button.nextTab {
        display: none;
    }

    body {
    / / background-color: lightblue;
    }

    #span9Bkg {
        width: 100%;
        padding: 0;
    }

    .container {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #tabs .activeTab .note h1 {
        font-family: sans-serif;
        text-transform: none;
        color: #000;
        margin: 10px 0;
        line-height: 1em;
        font-size: 1.8em;
        letter-spacing: -1px;
    }

    #sidebar h3.pricingName, .priceLine {
        display: none;
    }

    #packagePricing {
        font-family: Sans-serif;
        color: white;
        font-size: 1em;
        float: left;
        display: none;
    }

    .totalPrice {
        text-shadow: 1px 1px black;
        /* float: left; */
        color: white;
        font-size: 1.3em;
        font-weight: bold;
        margin-left: 7px;
        margin-right: 17px;
    }

    .totalPrice sup {
        font-weight: 200;
        color: #fff;
        font-size: 66%;
        top: -0.3em;
    }

    .additionalInfoRequsted {
        color: #0081db;
        font-size: 1.5em;
        font-family: Sans-serif;
        padding: 0 0 25px 0;
        letter-spacing: -1px;
    }

    #tabs .activeTab .note h7, #previewNote h7 {
        font-family: inherit;
        text-transform: none;
        color: white;
        background: #0081db;
        padding: 8px 6px 8px 10px;
        font-weight: bold;
        font-size: 1.3em;
        margin: -6px 0px 10px 0px;
        width: auto;
        display: block;
    }

    .activeTab img:not(.force), .activeTab iframe:not(.force) {
        display: none;
    }


    .h3Explain > span, #upperDefinedTrip, #onlineRegistration, #packagePricing > span {
        display: none;
    }

    #guestEntry {
        float: none;
        width: 100%;
    }

    #mainContent {
        margin-top: 90px;
    }

    #tabs {
        background-color: white;
        padding: 6px 3px 14px 4px;
        /* border-left: 1px solid #ddd; */
        margin-bottom: 49px;
        border-top: none;
        font-size: 1.1em;
        line-height: 1.4em;
        color: black;
    }

    .brace {
        padding: 1px 11px 10px 11px;
        /* border: 4px solid #ddeefa; */
        margin-bottom: 37px;
        border-top: none;
        /* border-radius: 0px 0px 12px 12px; */
        box-shadow: none;
        /* border: 1px solid #ddeefa; */
        padding: 6px 2px 5px 2px !important;
        margin-top: -11px;
        margin-left: 7px;
        border: none;
    }

    table.registerInfo td:first-child {
        color: black;
        font-size: .9em;
    }

    .braceGuest {
        font-size: 1em;
        /* color: #ffffff; */
        padding: 3px 7px 3px 8px;
        /* box-shadow: 0px 3px 3px #adadad; */
        background: rgb(255, 255, 255);
        /* background: linear-gradient(180deg, rgb(0, 129, 219) 0%, rgb(0, 82, 140) 100%); */
        margin-bottom: 10px;
        /* border: 1px solid #0081db; */
        border-bottom: none;
        color: black;
        text-align: center;
    }

    .funkyradio div.sepsection {
        font-size: 1em;
        color: #000000;
        /* line-height: 1.7em; */
        border-bottom: 1px solid #b7b7b7;
        margin-left: 0px;
        overflow: visible;
        margin-bottom: 0px;
        /* text-transform: uppercase; */
        margin-top: 0px;
        margin-bottom: 4px;
        /* font-weight: bold; */
        background: #ededed;
        padding: 5px 0 0px 1px;
        margin: 0px -6px 0px -9px;
        border-left: none;
        background: rgb(242, 242, 242);
        background: none;
        /* border-bottom: 1px solid #aaa; */
        font-style: italic;
    }

    .funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        /* line-height: 2.5em; */
        /* text-indent: 3.25em; */
        margin-top: 0em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        overflow: auto;
        padding: 5px;
        background-color: #ddeefa;
        min-height: 2.4em;
        vertical-align: middle;
        min-width: 90%;
    }

    #tabs .activeTab .note h4, #previewNote h4 {
        font-family: inherit;
        text-transform: none;
        color: black;
        border-bottom: 3px solid #0081db44;
        padding: 6px 6px 6px 10px;
        font-weight: bold;
        font-size: 1.1em;
        margin: 11px -3px 10px -4px;
        width: auto;
        background: none;
    }

    span.eachTitle {
        text-decoration: underline;
        font-size: .9em;
    }

    #tabs .activeTab .note h1, #previewNote h1 {
        font-family: Sans-serif;
        text-transform: none;
        color: #000;
        margin: 10px 0;
        line-height: 1em;
        font-size: 1.8em;
    }

    #tabs .activeTab .note h6, #previewNote h6 {
        /* border: 1px solid #0081db; */
        padding: 2px 0px 4px 20px;
        text-transform: none;
        color: #000000;
        font-family: inherit;
        /* font-weight: bold; */
        /* border-radius: 4px; */
        margin: 2px 0px 2px 10px;
        /* box-shadow: 2px 3px 5px #aaa; */
        font-size: .9em;
        font-weight: normal;
        position: relative;
        width: auto;
    }

    .sepcatDesc {
        color: #000000;
        margin-left: 7px;
        margin-bottom: 6px;
        overflow: auto;
        padding: 5px 10px 5px 6px;
        background: none;
        border: none;
        border-top: none;
        margin-top: -5px;
        margin-right: -6px;
        font-size: .9em;
    }

    div.note {
        /* border: 1px solid #eee; */
        color: black;
        margin-bottom: 20px;
        padding: 0px 0;
        font-size: .9em;
        line-height: 1.1em;
    }

    .greaterPrice {
        color: #ffffff;
        /* display: block; */
        text-align: right;
        /* font-weight: bold; */
        line-height: 1.1em;
        float: right;
        /* max-width: 80px; */
        font-size: .8em;
        background: #008241;
        width: auto;
        border-radius: 5px;
        padding: 2px 0 2px 4px;
    }
    .funkyradio-primary .greaterPrice {
        color: #fffb66;
        background-color: #0081db;
        border-radius: 4px;
    }

    .lowerPrice {
        color: #ffffff;
        /* display: block; */
        text-align: right;
        /* font-weight: bold; */
        line-height: 1.1em;
        float: right;
        /* max-width: 80px; */
        font-size: .8em;
        background: #820d00;
        width: auto;
        border-radius: 5px;
        padding: 2px 0 2px 4px;
    }
    .funkyradio-primary .lowerPrice {
        color: #ffffff;
        background-color: #960007;
        /* border-radius: 4px; */
        font-weight: normal;
    }

    .funkyradio > div div.onlineDescription {
        margin-left: 0em;
        /* color: black; */
        line-height: 1em;
        font-size: .9em;
        /* border: 1px solid #aaa; */
        padding: 8px;
        margin-top: 0px;
        border-top: none;
        font-weight: normal;
    }

    .optionNumberChoice {
        /* float: right; */
        background: #ffffff;
        /* font-weight: bold; */
        text-indent: 0;
        border: 1px solid #7cc4f7;
        line-height: 1.2em;
        padding: 1px 3px;
        /* border-radius: 4px; */
        color: #003e69;
        margin: 5px 5px 0 -7px;
        /* text-transform: uppercase; */
        font-size: .8em;
        display: inline;
    }

    .nextTab {
        margin-top: 3px;
        background: #0081db;
        font-family: oregano;
        text-transform: none;
        font-size: 1.4em;
        padding: 16px 30px;
        font-family: sans-serif;
        margin-left: 25px;
    }

    canvas.jSignature {
        width: 100% !important;
    }


    #tabs .activeTab .note h2, #previewNote h2 {
        font-family: inherit;
        text-transform: none;
        font-size: 1.2em;
        margin: 10px 0px;
        padding: 2px 6px 2px 4px;
        /* font-weight: bold; */
        color: #014d82;
        background: none;
        border-bottom: 1px dotted;
        line-height: 1.1em;
    }

    #tabs .note hr, #previewNote hr {
        margin: 15px 0;
        height: 1px;
        background: #0081db;
        background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #0081db));
        border-top: none;
        clear: both;
    }

    .flex2, .flex3 {
        flex: none;
        float: left;
    }

    .newPriceLine {
        display: inline;
    }

    .navForw, .navBack {
        color: white;
        line-height: 50px;
        /* vertical-align: middle; */
        /* display: inline-block; */
        margin: 0 5px;
    }

    .navForw {
        float: right;
    }

    .navBack {
        float: left;
    }

    .navForw i, .navBack i {
        font-size: 3em;
        margin: 0 4px;
        cursor: pointer;
    }

    .navForw i {
        color: #ccffcb;
        font-size: 3em;
    }

    .navBack i {
        color: #ffe8cb;
        font-size: 2em;
    }

    span.pagexofy {
        line-height: 1em;
        color: white;
        font-weight: bold;
    }

    #depScheduleHolder {
        display: block;
    }

    #depositTable {
        width: 95%;
    }

    .sigInfo {
        display: none;
    }

    .tsaWhy {
        display: none;}
    div.tsaDiv div.flex2, div.tsaDiv div.flex1 {
        display: block;}
    div.tsaDiv div.tsaflex {
        display: block;
        /* border-top: 1px solid #0081db; */
        padding: 0px 0 0 4px;
        clear: both;
        overflow: auto;
    }
    .tsaDiv {
        margin: -7px 0 20px 2px;
    }

.explainRequired {
    text-align: center;
    border: 2px dashed #0081db !important;
    padding: 15px 0;
}

    #showHelpDiv #forQuestions {
        font-weight: bold;
        color: black;
        font-size: 1em;
        background: #0081db;
        color: white;
        padding: 3px 15px;
        margin-bottom: 10px;
        font-weight: normal;

}

    #depScheduleHolder {
        display: block;
    }


    .row #mobileStart {
        display: block;
    }

}  /* END MOBILE*/