body {
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777;
    opacity: 1; /* Firefox */
}

.logo-top {
    width:120px;
    margin-bottom:10px;
}

/* CSS UNTIL LAZYLOAD FIX 
img {
    display:none;
}
.term_selection {
    margin-top:30px;
}
END CSS UNTIL LAZYLOAD FIX */
h2 {
    border-bottom:6px dotted #006463;
    padding-bottom:10px;
    text-align:center;
}
h4, p {
    margin-top:20px;
    margin-bottom:10px;
}
.container {
    margin:auto;
    width:100%;
    max-width:700px;
    padding:20px 15px;
}
.overlay {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #00000040;
    position:fixed;
    display:none;
}
.center-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.note {
   font-size:0.8em;
    color:#666;
   font-style:italic;
   max-width:410px;
   margin-right:0px;
   margin-bottom:0px;
}
.anycomments {
   display:none;
}
.note img {
    width:100%;
   /*margin-left:3px; */
   /* display:none; */
}
span.right {
   float:right;
}
#slidecontainers {
    overflow:hidden;
}
.slidecontainer {
    width: 700px;
    height:160px;
   /* Width of the outside container */
}
/* .sliderbar {
   float:left;
} */
/* The slider itself */
input.slider {
    -webkit-appearance: none;
   /* Override default CSS styles */
    appearance: none;
    max-width: 408px;
    /* width: 400px; */
   /* Full-width */
    height: 10px;
   /* Specified height */
    background: linear-gradient(to right, #006463 , #0FD700);
    outline: none;
   /* Remove outline */
    opacity: 0.9;
   /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s;
   /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    border: 1px solid #333;
    padding:0;
}
input[type="text"] {
    line-height:0;
}
input[type="submit"] {
    cursor:pointer;
}
/* Mouse-over effects */
.slider:hover {
    opacity: 1;
   /* Fully shown on mouse-over */
}
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
   /* Override default look */
    appearance: none;
    width: 25px;
   /* Set a specific slider handle width */
    height: 30px;
   /* Slider handle height */
    background: repeating-linear-gradient( 45deg, #006463, #ddd 2px, #ccc 4px, #ccc 4px );
   /* Green background */
    cursor: pointer;
   /* Cursor on hover */
    box-shadow: 0px 0px 4px #111;
    border-radius:15px;
}
.slider::-moz-range-thumb {
    -webkit-appearance: none;
   /* Override default look */
    appearance: none;
    width: 25px;
   /* Set a specific slider handle width */
    height: 30px;
   /* Slider handle height */
    background: repeating-linear-gradient( 45deg, #006463, #ddd 2px, #ccc 4px, #ccc 4px );
   /* Green background */
    cursor: pointer;
   /* Cursor on hover */
    box-shadow: 0px 0px 4px #111;
    border-radius:15px;
}
.textbox {
   float:left;
   margin-left:20px;
}
.textbox textarea {
    width: 250px;
   height: 90px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    resize: none;
    margin-left:3px;
    margin-bottom:30px;
}
textarea {
    width: 100%;
    padding: 10px;
    min-height:120px;
   resize:vertical;
}
.textbox input[type=text]:focus {
    border: 3px solid #555;
}
/*
select {
    max-width:200px;
    min-width:100%;
}
*/
label {
    font-family: sans-serif;
}
.textbox p {
   margin-bottom:0px;
   margin-left:4px
}
@media only screen and (max-width: 700px) {
    .sliderbar, .textbox {
       float:none;
   }
    .slidecontainer {
       height:220px;
       width:100%;
   }
}
input.submit{
    background: #006463;
    cursor: pointer;
   /* Cursor on hover */
    box-shadow: 0px 0px 4px #111;
    border-radius:15px;
    border:none;
    color:white;
    font-size:1.6em;
    padding:10px 20px;
    margin:20px auto 150px;
}
span.blockout {
   width:53px;
}
.note span {
   text-align:center;
}
.term_selection {
    padding:10px;
    border:1px solid #ccc;
    background:#fbfbfb;
}
.term_selection .title {
    font-weight: 600;
    display:block;
    margin-bottom:2px;
}
.term_selection .row {
    margin-bottom:7px;
}
.term_selection select, .term_selection input {
    padding-top:4px;
    padding-bottom:4px;
}
.controls label {
    display: inline-block;
    width: 30px;
    height: 20px;
    text-align: center;
    vertical-align: top;
    padding-top: 40px;
}
.controls input {
    display: block;
    margin: 0 auto -40px;
}
input[type="tel"], input[type="text"], datalist {
    padding:4px;
}
select {
    width:100%;
    display:block;
}
.term_selection input[type="text"]{
    width: 100%;
    text-indent:1px;
    border: 1px solid #aaa;
    border-radius: 2px;
    font-size: 1rem;
}
.term_selection input[type="text"]:disabled {
    background:#eee;
}

input#phonenumber {
    display:inline;
    width:initial;
}

.select2-container {
    width:100% !important;
    line-height:1;
}
.logged-in .select2-dropdown {
    margin-top: 32px;
}
.pa-filter-term {
    display:inline-block;
    color:#b30000;
    margin-right:4px;
}
.overlay-box {
    display:none;
}
.pa-filter-box {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    max-width: 500px;
    width: 100%;
}
.pa-filter-box .pa-filter-input {
    height: 36px;
}
.pa-filter-box .x-input {
    display: inline-block;
    vertical-align: middle;
    color: #bdbdbd;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 6px;
    margin-right: 7px;
}
.pa-filter-box button {
    margin-top: 10px;
    width: 100%;
}
.pa-filter-label {
    float: right;
    font-weight: 400;
    font-size: 0.8rem;
    vertical-align: bottom;
    color: #777;
    cursor:pointer;
}
.language-switch-box a.language-option {	    
    padding: 15px;    
    display: inline-block;    
    width: 100%;    
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    background:#fff;
}
   
.language-switch-box a.language-option.selected {
   background: #1a405a !important;color: #fff !important;
}
   
.language-switch-box a.language-option:hover {
   background: #f1f1f1;
   color: inherit;
}
   
.language-selector {
    display: inline-block;
    background: #fbfbfb;
    border: 1px solid #ccc;
    padding: 3px 10px;
    float: right;
    cursor: pointer;
    border-radius: 6px;
}

.view-url-section {
    background: #e6e6e6;
    padding: 10px;
    /* padding-bottom: 15px; */
    border-radius: 8px 0px 8px 8px;
    display:none;
}

.bar-specific-text {
    display:none;
}
.term_selection .additional_options {
    display:none;
}
.term_selection .firm-dropdown {
    background:#fff;
    position: absolute;
    z-index: 999;
    right: 0;
    max-height: 150px;
    left: 0;overflow-y: scroll;
    border: 1px solid #969696;
    border-top: 0;
    display: none;
}
.term_selection .firm_selector.confirmed {
    background:#f1fff1;
    color:#333;
    cursor:pointer;
    border:1px solid #298f29;
}
.term_selection .firm-dropdown .firm-dropdown-option {
    display:none;
}
.term_selection .firm-dropdown-option.none-found, .term_selection .firm-dropdown-option.searching {
    padding:5px;
}
.term_selection .firm-dropdown .option {
    border-bottom: 1px solid #cccc;
    padding: 3px 8px;
}
.term_selection .firm-dropdown .option:last-child {
    border-bottom: 0;
}

.term_selection .firm-dropdown .option:hover {
    background: #e6e6e6;
    cursor: pointer;
}

.term_selection .firm_selector_id {
    opacity:0;
    pointer-events:none;
    width:0;
    height:0;
    padding:0;
}

.bar-inst-sol-specific {
    display:none;
}

