﻿@font-face{
    font-family: Montserrat;
    src: url("../Content/fonts/Montserrat-Regular.WOFF") format('woff');
    src: url("../Content/fonts/Montserrat-Regular.svg") format('svg');
    src: url("../Content/fonts/Montserrat-Regular.ttf") format('opentype');
    src: url("../Content/fonts/Montserrat-Regular.woff2") format('woff');

}
@font-face{
    font-family: MontserratBold;
    src: url("../Content/fonts/Montserrat-SemiBold.WOFF") format('woff');
    src: url("../Content/fonts/Montserrat-SemiBold.svg") format('svg');
    src: url("../Content/fonts/Montserrat-SemiBold.ttf") format('opentype');
    src: url("../Content/fonts/Montserrat-SemiBold.woff2") format('woff');
}
@font-face{
    font-family: MontserratMedium;
    src: url("../Content/fonts/Montserrat-Medium.WOFF") format('woff');
    src: url("../Content/fonts/Montserrat-Medium.svg") format('svg');
    src: url("../Content/fonts/Montserrat-Medium.ttf") format('opentype');
    src: url("../Content/fonts/Montserrat-Medium.woff2") format('woff');
}
@font-face{
    font-family: MontserratLight;
    src: url("../Content/fonts/Montserrat-Light.WOFF") format('woff');
    src: url("../Content/fonts/Montserrat-Light.svg") format('svg');
    src: url("../Content/fonts/Montserrat-Light.ttf") format('opentype');
    src: url("../Content/fonts/Montserrat-Light.woff2") format('woff');
}

html, body {
    height: 100%;
}
body {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    color: rgba(0,0,0,.7);
    font-family: Montserrat;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

a{
    color: rgba(0,0,0,.7);
    font-weight: 600;
}
a:hover{
    color: rgba(0,0,0,.9);
    text-decoration: none;
}
.header-item{
    padding-top: .125rem;
    padding-bottom: .125rem;
}
.restricted-input-width {
    max-width: 200px;
}

.bg-color {
    background-color: #f2f2f2;
}

.font-highlight {
    color: #F7941D;
    font-weight: 600;
}

.info-bold {
    font-family: MontserratBold;
    font-size: 1.25rem;
}

.additional-info {
    font-size: .75rem;
    font-weight: 300;
}

/*.content-info{
    margin-top: 25%;
}*/
@media screen and (max-width: 450px){
    .content-info{
        margin-top: 10%;
    }
}

.nav-header {
    font-size: 2.25rem;
    letter-spacing: .175rem;
    text-transform: uppercase;
    font-family: MontserratBold;
}
@media (max-width: 1600px){
    .nav-header {
        font-size: 2rem;
    }
}
@media (max-width: 1400px){
    .nav-header {
        font-size: 1.5rem;
    }
}

.info-header{
    font-size: 2rem;
    font-family: MontserratMedium;

}
.sub-header{
    font-size: 1.5rem;
}
.sub-info{
    font-size: 1rem;
    font-weight: bold;
    font-family: MontserratLight;

}
.banner-logo{
    width: 100% !important;
}

.footer-gsv-logo{
    max-height: 50px;
    height: auto;
}

.navbar-underline{
    border-bottom: 1px solid #CCC;
}

.navbar-color-bar{
    width: 100%;
    height: 17px;
}

@media (min-width: 767px) {
    div.navbar a {
        display: inline-block;
    }

    .navbar-custom .navbar-nav li:after {
        content: "|";
    }

    .navbar-custom .navbar-nav li:last-child:after {
        content: "";
    }

    .navbar-nav-custom{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

.navbar-custom {
  background-color: #ffffff;
  border: none;
}
.navbar-custom .navbar-brand {
  color: #0a4595;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #072f65;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: #0a4595;
}
.navbar-custom .navbar-nav > li > a {
  color: #0a4595;
  font-weight: bold;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #709ad2;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #709ad2;
  background-color: #eeeeee;
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #ededed;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #709ad2;
  border-bottom-color: #709ad2;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #709ad2;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  border-top-color: #709ad2;
  border-bottom-color: #709ad2;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #0a4595;
  border-bottom-color: #0a4595;
}
@media (max-width: 767) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #0a4595;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #709ad2;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #709ad2;
    background-color: #eeeeee;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-custom .navbar-link {
  color: #0a4595;
}
.navbar-custom .navbar-link:hover {
  color: #709ad2;
}


.carousel-custom {
    max-width: 950px; 
    margin: 0 auto;
}

.carousel-image-custom{
    max-width: 940px;
    height: auto;
}


.gallery-entry{
    border-color: #e1e5f2;
    box-shadow: 0 1px 6px 2px #e1e5f2;
    padding: 10px;
    margin-bottom: 2em;
}

.gallery-entry-caption{
    font-size:small;
    color: #000;
}

.gallery-entry-caption a{
    color: #000;
}

.gallery-entry-caption-business-name{
    font-weight: bold;
    display:inline-block;
    width:100%;
    overflow:hidden !important;
    text-overflow: ellipsis;
}

.gallery-entry-photo{
    padding: 0.5em;
    cursor: pointer;
}

.gallery-entry-details{
    height: 400px;
    width: 100%;
    padding: 1em;
    background-color: #000;
    z-index: 10;

}


.gallery-entry-details-container{
    padding-left:1em;
    padding-right:1em;
    padding-bottom:1em;
    width:100%;
    height: auto;
    z-index: 10;
    display: none;
}

.gallery-entry-arrow{
	position: relative;
	background: #000000;
    display: none;
}

.gallery-entry-arrow:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 20px;
	margin-left: -20px;
}

iframe{
    height: 100% !important;
    width: 100% !important;
}

.gallery-entry-optima{
    float: right;
    font-size: x-small;
    color:#0b4596 !important;
    vertical-align: bottom;
}


.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  height: auto;
  padding: 8px 12px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}



.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.tt-hint {
    color: #999 !important;
}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
  width: 100% !important;
  margin-top: 4px !important;
  padding: 4px 0 !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  -webkit-border-radius: 4px !important;
     -moz-border-radius: 4px !important;
          border-radius: 4px !important;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2) !important;
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2) !important;
          box-shadow: 0 5px 10px rgba(0,0,0,.2) !important;
}

.tt-suggestion {
  padding: 3px 20px !important;
  line-height: 24px !important;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
  color: #fff !important;
  background-color: #0097cf !important;

}

.dropdown-menu {
    width: 100% !important;
}

.tt-suggestion p {
  margin: 0 !important;
}

.vcenter {
    vertical-align:middle;
}

.dark-blue-text{
    color: #0a4595;
}

.light-blue-box {
    background-color: #f0f5fb;
    padding: 15px;
}

.small-source-link {
    font-size: .75rem;
}
.orange-bar{
    background-image: url("../content/images/orange_bar.png");
    max-width: 100%;
    height: 15px;
}

.info-additonal{
    font-size: 1.5rem;
}

.number-image > img{
    max-width: 115px;
    max-height: 115px;
    float:right;
}
.step-image > img{
    max-width: 100%;
    max-height: 100%;
}
.step-information{
    font-size: 1.5rem;
    color: dimgrey;
    word-break: break-word;
}
.step-information > span{
    vertical-align: middle;
    text-align: left;
}
.dots-image{
    max-width: 40px;
    max-height: 40px;
}

.gsv_trusted {
    max-height: 200px;
}

@media screen and (max-width: 992px) and (min-width: 768px)
{
    .navbar-custom .navbar-nav > li > a {
      font-size: 12px;
    }
}

@media screen and (min-width: 0px) and (max-width: 330px) {
    .g-recaptcha {
        transform:scale(0.7);
        -webkit-transform:scale(0.7);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    .email-text{
        font-size: .75rem;
    }
}

@media screen and (min-width: 331px) and (max-width: 575.98px) {
    .g-recaptcha {
        transform:scale(0.7);
        -webkit-transform:scale(0.7);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    .email-text{
        font-size: .85rem;
    }
}

@media screen and (max-width: 992px){
    .footer-list{
        list-style: none;
        padding-left: 0px;
    }
    .footer-list-element{
        display: block;
    }
    .footer-list li:not(:last-child)::after{
        content: "";
        position: relative;
        text-align:center;
    }
    .header-list{
        list-style: none;
        padding-left: 0px;
    }
    .header-list-element{
        display: block;
    }
    .header-list li:not(:last-child)::after{
        content: "";
        position: relative;
        text-align:center;
    }
    .number-image > img{
        max-width: 50px;
        max-height: 50px;
        float:right;
    }
    .step-image > img{
        max-width: 100%;
        max-height: 100%;
    }
    .step-information{
        font-size: 16px;
        color: dimgrey;
        margin-top: 0%;
    }
    .step-information > span{
        vertical-align: middle;
        text-align: left;
    }
    .dots-image{
        max-width: 20px;
        max-height: 20px;
    }
    .step-two{
        padding-top: 35px;
    }
    .step-three{
        padding-top: 35px;
    }
    .step-four{
        padding-top: 35px;
    }
    .step-five{
        padding-top: 35px;
    }
    .download-link > img{
        margin-top: 25px;
    }
    .top-margin{
        margin-top: 150px;
    }
}
@media screen and (max-width: 767px){
    .bar-heading{
        font-size: 26px;
    }
    .orange-bar{
        height: 8px;
    }
    .social-media-information{
        font-size: 16px;
    }
    .embed-heading{
        font-size: 24px;
    }
    .embed-sub-heading{
        font-size: 14px;
    }
    .more-information{
        font-size: 16px;
    }
    .print-photos-heading{
        font-size: 22px;
    }
    .print-photos-information{
        font-size: 14px;
    }
     .web-photos-heading{
        font-size: 22px;
    }
    .web-photos-information{
        font-size: 14px;
    }
    poi-information{
        font-size: 16px;
    }
    .embed-instructions-lg{
        font-size: 16px;
    }
    .embed-instructions-sm{
        font-size: 12px;
    }
    .virtual-tour-heading{
        font-size: 20px;
    }
    .thanks-sub-heading-bold{
        font-size: 20px;
    }
    .thanks-sub-heading{
        font-size: 20px;
    }
    .thanks-heading{
        font-size: 32px;
    }
    .top-margin{
        margin-top: 100px;
    }
    .number-image > img{
        max-width: 50px;
        max-height: 50px;
        float:left;
    }
}