/* New CSS Styles and Override for feature page and top nav */
.nopadding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.prefix {
    color: #999;
}

.header-wrapper-container {
    position: relative;
    height: 127px;
}
.header-fixed-wrapper {
    background: none;
    height: 127px;
    z-index: 99;
}
.header-fixed-wrapper:before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 113px;
    width: 100%;
}
#wrapperAdmim {
    position: relative;
    background-image: none !important;
    background: #333;
    height: 47px;
}
#header {
    background: none;
    position: relative;
    background-color: #000;
}
#mainheader-section {
    background-color: transparent;
}


#headerMenuTop {
    width: 100%;
    top: 0;
    margin-left: 0;
}
#headerMenuTop ul.main li a {
    color: #FFF;
    -webkit-font-smoothing: antialiased;
}
#headerMenuTop ul.main li a:hover {
    background: #666;
}
.searcharea {
    width: calc(100% - 790px);
    top: 0;
    right: 0;
    left: 0;
    margin: 5px 0 0 0;
    float: right;
}
.searchDiv.top-nav {
    background: #FFF;
    width: 100%;
    float: left;
    border: 1px solid #000;
    height: 36px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.searcharea form {
    float: left;
    width: 84%;
}
.searchDiv.top-nav .searchTextbox {
    background: #FFF;
    color: #000;
    width: 80%;
    height: 34px;
    float: left;
    margin-left: 3px;
}
.searchDiv.top-nav .searchTextbox:focus{
    outline: 0;
}
.searchDiv.top-nav .searchButtonNav {
    background-color: #000;
    border: none;
    background-position: 0 4px;
    float: right;
    height:34px;
}
.searchButtonColor {
    background-color: #009bff;
    height: 34px;
    line-height: 16px;

}
.searchButtonColor:hover {
    background-color: #009bff;

}
.searchTextbox {
    font-size: 16px;
}

#search.btn-search {
    height: 34px;
    line-height: 16px;
    width: 18%;
    min-width: 70px;
}

.advancedSearch.top-nav {
    float: left;
    text-align: left;
    margin: 7px 0 0 5px;
    padding: 0 1%;
    width: 12%;
}
.cgSubMenu {
    padding: 5px 0 10px 0;
    background-color: #666;
    border: none;
}
span.cgMenu {
    font-weight: lighter;
    color: #999;
    display: block;
    padding: 10px 20px;
}
#headerMenuTop ul.main li {
    border-right: 1px solid #666;
}
#headerMenuTop ul.main li:hover {
    margin-top: 0 !important;
    background-color: #666;
}
#headerMenuTop a.submenuLink {
    display: block;
    margin-bottom: 5px;
    padding: 10px 20px !important;
}

#headerMenuTop li.PagelinkCurrentPage {
    background-color: #666 !important;
}


/* menu header updates */

/* new */
#wrapperAdmim {
    width: 100%;
    clear: both;
}

/* change */
#menutop-wrapper {
  width: 790px;
  height: 47px;
  top: inherit;
  left: 0;
  margin: 0;
  vertical-align: inherit;
  float: left;

}

#headerMenuTop {
    height: 47px;
}

#headerMenuTop ul.main li {
    margin-top: 0;
    text-align: center;
    padding: 0;

}
#headerMenuTop ul.main li:hover {
    padding: 0;
}

#headerMenuTop ul.main li a {
    padding: 15px;
    display: block;
    font-family: "Futura Today Bold";
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
}
#headerMenuTop ul.main li a:hover {
    background: #666;
}
.cgMenuParentLink {
    padding: 0;
}
#headerMenuTop ul.main li .cgSubMenu a {
    font-family: arial, verdana, helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
#wrapper {
    margin-top: -150px;
    padding: 0;
}

.usatsi-home {
    width: 100%;
    margin: 0 auto;
}
.usatsi-home-content,
.usatsi-content {
    width: 1200px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
.usatsi-home-content {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: -135px;
}
.usatsi-home-content:after {
    position: absolute;
    content: '';
    background: #000;
    display: block;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 1200px;
    height: 100%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    margin: 0 auto;
}

.bxslider,
.bxslider li  {
    display: block;
}

.bx-wrapper {
    max-width: 10000px !important;
}

.bx-wrapper:before {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 );
    content: "";
    display: block;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display:none;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 50;
}

.bx-viewport {
    padding-left: 50%;
    width: inherit !important;
    margin-left: -600px;
}

.bx-viewport:before {
    display: block;
    content: '';
    width: calc(50% - 300px);
    width: -webkit-calc(50% - 300px);
    width: -moz-calc(50% - 300px);
    height: 100%;
    background: #000; opacity: .7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.bx-viewport:after {
    display: block;
    content: '';
    width: calc(50% - 900px);
    width: -webkit-calc(50% - 900px);
    width: -moz-calc(50% - 900px);
    height: 100%;
    background: #000; opacity: .7;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
    .bx-viewport:before {
        width: calc(50% - 600px);
    }
    .bx-viewport:after {
        width: calc(50% - 600px);
    }
}

.bxslider .li { overflow: hidden; }
.bxslider .li img { width: 100%; }

.bx-wrapper .bx-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

}

.bx-wrapper .bx-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.caption-nav-wrapper {
    position: relative;
    z-index: 2;
}
.caption-nav-wrapper.bx-wrapper {
    margin: 0 auto 10px auto;
    width: 100%;
    min-height: 130px;
    background: transparent;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}

.caption-nav-wrapper:after {
    position: absolute;
    display:block;
    height: 100px;
    content: '';
    background: transparent;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.caption-nav-wrapper .caption {
    float: left;
    width: 70%;
    height: 100%;
    border-right: 1px solid #333;
    padding-right: 15px;
    box-sizing: border-box;
    font-size: 12px;
    color: #ccc;
    line-height: 20px;
    min-height: 100px;
}
.caption-nav-wrapper .indicator {
    float: right;
    position: relative;
    top: 44px;
}

.caption-nav-wrapper .view-button {
    float: left;
    display: inline-block;
    border: 1px solid #333;
    padding: 5px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 0 0 15px;
    font-size: 12px;
}
.caption-nav-wrapper .view-button:hover {
    text-decoration: none;
}

.caption-nav-wrapper .caption {
    font-size: 14px;
}
.caption-nav-wrapper .caption-txt {
    margin-bottom: 5px;
}
.caption-nav-wrapper .headline {
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}
.caption-nav-wrapper .credit {
    color: #999;
    font-size: 12px;
}
.usatsi-module {
    overflow: hidden;
    width: 100%;
    clear: both;
    position: relative;
    margin-bottom: 10px;
}

.hp-gallery {
    width: 100%;
    height: 700px;
}

.hp-collections {
    margin: 0 auto 10px auto;
    width: 1180px;
    height: auto;
}
.hp-collections li {
    display: inline-block;
    width: 24.322033898305083%; /* parent 1200px - child 287px */
    max-height: 215px;
    background: #fff;
    min-height: 215px;
    margin-right: 10px;
    float: left;

}
.hp-collections li span {
    color: #333;
    font-weight: bold;
    font-size: 15px;
    display: block;
    margin: 30px 0 0 6.968641114982578%;
    box-sizing: border-box;
    text-align:center;
    margin-right:20px;
}
.hp-collections li img {
    //width: 70%;
    display: block;
    margin: 30px auto 0 auto;
    height:auto;

}
.hp-collections li.last {
    margin-right: 0;
}

.hp-collections.mls li {
    margin-bottom: 10px;
    width: 226px;
    min-height: inherit;
    max-height: inherit;
}

.hp-collections.mls li span {
    margin: 0;
    padding: 10px;
    position: relative;
    bottom: 0;
}

.hp-collections.mls li img {
    width: 50%;
}

.hp-collections.nwsl li {
    margin-bottom: 10px;
    width: 226px;
    min-height: inherit;
    max-height: inherit;
}

.hp-collections.nwsl li span {
    margin: 0;
    padding: 10px;
    position: relative;
    bottom: 0;
}

.hp-collections.nwsl li img {
    width: 50%;
}

.hp-admin-actions {
    text-align: right;
    width: auto;
    float: right;
    padding: 10px 0 0 20px;
    color: #666;
}

.hp-admin-actions a {
    color: #09f;
    cursor: pointer;
    text-decoration: none;
}

.header-ribbon {
display:block;
    background: #333333;
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    z-index: 2;
    width:100%;
    text-align:left;
    opacity: .9;
}

.grid { 
    height: 310px; 
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    text-align: center;
    clear:both;


}
.grid-item { position:relative;  box-sizing: border-box;border-right: 10px solid transparent;float:left;}
/* .grid-item.horizontal {
    width: 287px;
}
.grid-item.vertical {
    width: 194px;
} */
.grid-item:before {
    content: "";
    display: block;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}

.grid-item span {
    font-size: 14px;
    bottom: 1%;
    position: absolute;
    display: block;
    text-align: center;
    padding: 10px;
    z-index: 2;
    word-wrap: break-word;
    width: 90%;
}
.grid-item img {
   width: 100%;
   height: 278px;
}
.grid-item.last {
    margin-right: 0;
    border-right: 0px;
}

.grid.historical-images  {
    height: auto;
    overflow: hidden;
}

.grid.historical-images .grid-item {
    height: 188px;
    margin-bottom: 10px;
}
.grid.historical-images .grid-item img {
    width: 188px;
    height: 188px;
}

#gallery-pane {
    z-index: 3;
}

#footer {
    height: 100px;
    background-image: none !important;
    border-top: 1px solid #343434;
    width: 100%;
    font-size: 12px;
}
#footer .copyright {
    float: right;
    text-align: right;
}
#footer .terms-conditions {
    float: left;
    text-align: left;
    color: #999;
}
#footer .terms-conditions a {
    color: #ccc;
}
#footer .copyright,
#footer .copyright a {
    color: #666;
}
.footer-wrapper {
    width: 1200px;
    margin: 0 auto;
}

#wrapper  {
    margin-top: 32px;
}

#wrapper.homepage ,
#wrapper.historical-images,
#wrapper.mls {
    margin-top: 0;
}

.content-wrapper {
    margin-bottom: 40px;
}
#wrapper.homepage .content-wrapper,
#wrapper.historical-images .content-wrapper,
#wrapper.mls .content-wrapper {
    padding: 0;
}




/* New About Us CSS */
.image-list figure {
    float: left;
    width: 25.64102564102564%;
    padding: 0;
    margin: 0;
    margin-right: 2.564102564102564%;
}
.image-list .content {
    float: left;
    line-height: 22px;
    width: 68%;
}
.image-list p {
    padding-bottom: 20px;
}
.image-list .content .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 0;
    line-height: normal;
    font-family: "Futura Today Bold";
}
.image-list article {
    clear: both;
    overflow: hidden;
    color: #333;
    font-size: 15px;
    font-weight: lighter;
}

.about-us {
    background: #FFF;
    float: left;
    width: 65%;
    border-radius: 5px;
    padding: 0 4.166666666666666% 0 3.3333333333333335%;
    margin-bottom: 20px;
}
.image-list h2 {
    clear: both;
}

.about-us h2 {
    font-size: 36px;
    line-height: normal;
    padding: 24px 0 24px 0;
    color: #333;
    font-family: "Futura Today Bold";
}
.about-us.image-list img {
    width: 200px;
    max-width: 100%;
    display: block;
}

.secondary-nav {
    width: 17.083333333333332%;
    float: left;
    margin-right: 1.8333333333333333%;
}

.about-us article {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
}

.about-us article a {
    color: #006699;
    text-decoration: underline;
    font-weight: normal;
}

.secondary-nav li {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #333;
    color: #ccc;
}

.secondary-nav li a {
    color: #ccc;
}
.secondary-nav li span,
.secondary-nav li.active a {
    color: #fff;
}

.secondary-nav li.active {
    border-left: 2px solid #0a608f;
    padding-left: 5px;
}
.secondary-nav .nav-title {
    color: #999;
    padding-bottom: 12px;
    text-transform: uppercase;
}


.image-list.vertical figure {
    float: none;
    clear: both;
    width: 100%;
}


.image-list.vertical figure img {
    width: 100%;

}

.about-us.vertical {
    padding: 0;
}

.about-us.vertical .content {
    width: 89.74358974358975%;
    padding: 0 5.128205128205128%;
}

.about-us.vertical article {
    border-bottom: none;
    padding-top: 0;
}

.about-us.image-list.vertical img {
    max-width: 100%;
}

.about-us.vertical h2 {
    padding: 20px 40px 10px 40px;
    text-transform: uppercase;
    font-family: "Futura Today Bold";
}

.about-us.vertical .content .title {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 16px;
    font-family: "Futura Today Bold";

}



@media screen and ( max-height: 768px ) {

    .hp-gallery {
        height: 379px;
    }
    .usatsi-home-content {
        margin-top: 0;
    }
    .bx-viewport:before {
        width: calc(50% - 162px);
        width: -webkit-calc(50% - 162px);
        width: -moz-calc(50% - 162px);
    }

    .bx-viewport:after {
        width: calc(50% - 487px);
        width: -webkit-calc(50% - 487px);
        width: -moz-calc(50% - 487px);
    }

    .bx-viewport {
        margin-left: -325px;
    }

    .bx-wrapper .bx-controls-direction a {
        top: 50%;
    }
}

/*alert popup*/
#popup_title {
    margin:0;
    padding: 10px;
    font-size: 16px;
    background-color: #333333;
    color:white;
}

#popup_container {
    border-radius: 5px;
    background-color:white;
    color:black;
}

#popup_cancel,
#popup_ok {
    border: 1px solid #333;
    border-radius: 3px;
}

#popup_cancel {
    background: #f1f1f1;
}

@media screen and (max-height: 768px) and (-ms-high-contrast: active), screen and (max-height: 768px) and (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
    .bx-viewport:before {
        width: calc(50% - 325px);
    }
    .bx-viewport:after {
        width: calc(50% - 325px);
    }
}


.lightboxThmBox {
    width: 262px;
}

.slidecontainer {
    padding: 10px;
    width: 100%; /* Width of the outside container */
}

.heatmapSlider{
    width: 100% !important;
    background-color: #000;

}

input[type=range] {
  height: 34px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 60%;
  background-color:black;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #74A9D8;
  border-radius: 1px;
  border: 0px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000031;
  border: 1px solid #00001E;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #74A9D8;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #74A9D8;
  border-radius: 1px;
  border: 0px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000031;
  border: 1px solid #00001E;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #74A9D8;
  border: 0px solid #010101;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #74A9D8;
  border: 0px solid #010101;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #000031;
  border: 1px solid #00001E;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #74A9D8;
}
input[type=range]:focus::-ms-fill-upper {
  background: #74A9D8;
}
.siteSelected{
    color: #999;
    background: #666;   
    display: inline-block;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;

}
.siteSelected::after {
    content: " X";
}

#login-box .login-Txtbox {
    display: inline-block;
}
.asterisk {
    color:#ff0000;
}
label{
    font-weight:bold;
}
.frmerror{
    font-weight: bold;
    color:#ff0000;
}