.acctitle,.hotspots-container{position:relative}.acctitle,.card-header,.section-contact h3{font-weight:700}.section-contact h3{font-size:1.4rem}.section-contact>div{padding:30px 20px;border:1px solid #eee}.headertext h5,h3 .h3blue{color:#074f79}@media (min-width:992px){.col-md-border+.col-md-border{border-left:1px dotted #d7d7d7;margin-left:-1px}}.mobileShow{display:none}.mobileHide{display:inline}@media only screen and (min-device-width :320px) and (max-device-width :480px){.mobileShow{display:inline}.mobileHide{display:none}}@media only screen and (min-width:981px){.hide-on-desktop{display:none!important}}@media only screen and (max-width:980px){.hide-on-mobile-tablet{display:none!important}}.acctitle,.hotspots .hotspot.visible{display:block}.hotspots .hotspot{position:absolute;display:none;border-radius:50%;background-color:rgba(255,255,255,.5);width:20px;height:20px;margin:-10px 0 0 -10px;padding:0;cursor:pointer;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s}.hotspots .hotspot>div{display:none!important}.hotspots .hotspot.blink,.hotspots .hotspot:hover{background-color:#fff;box-shadow:0 0 25px #fff}.hotspots.black .hotspot{background-color:rgba(0,0,0,.5)}.hotspots.black .hotspot.blink,.hotspots.black .hotspot:hover{background-color:rgba(0,0,0,.8);box-shadow:0 0 25px #fff}.hotspots.orange .hotspot{background-color:rgba(250,166,26,.5)}.hotspots.orange .hotspot.blink,.hotspots.orange .hotspot:hover{background-color:#faa61a;box-shadow:0 0 25px #fff}.hotspots.red .hotspot{background-color:rgba(192,8,42,.5)}.hotspots.red .hotspot.blink,.hotspots.red .hotspot:hover{background-color:#c0082a;box-shadow:0 0 25px #fff}.hotspots .hotspot[data-number]::after{content:attr(data-number);font-size:11px;color:#000;position:absolute;font-weight:700;top:0;left:0;right:0;text-align:center;margin-top:2px}.main-title{margin:0 0 10px;font-family:"Proxima Nova Extrabld",Helvetica,Arial,sans-serif;font-size:60px;line-height:1.05;letter-spacing:-1.9px;text-shadow:1px 2px rgba(50,50,50,.5);color:#fff}iframe[name=google_conversion_frame]{height:0!important;width:0!important;line-height:0!important;font-size:0!important;margin-top:-13px;float:left}.acctitle{line-height:24px;margin:0;color:#074f79;padding:15px 0 5px 2px;text-transform:uppercase}img{aspect-ratio:attr(width)/attr(height)}
	#video-slider-play {
		position: absolute;
		left: 50%;
		top: auto;
		bottom: 30px;
		margin-left: -24px;
		width: 48px;
		height: 48px;
		line-height: 48px;
		border-radius: 50%;
		background-color: rgba(255,255,255,0.2);
		color: #FFF;
		font-size: 18px;
		text-align: center;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		z-index: 21;
	}

	#video-slider-play i:nth-of-type(1) {
		position: relative;
		left: 2px;
	}

	#video-slider-play i:nth-of-type(2),
	#video-slider-play.video-played i:nth-of-type(1) { display: none; }

	#video-slider-play.video-played i:nth-of-type(2) { display: block; }
	
	.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.text-link {
    color: #074f79;
	font-weight: bold;
	/* text-decoration: underline; */
   /*  text-decoration: none; */
}

.text-link:hover {
    color: #222;
	font-weight: bold;
	text-decoration: underline;
/*    background-color: #1F497D;  */
}

.myinput {
padding: 6px 12px;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.5;
                color: #212529;
                background-color: #fff;
                background-clip: padding-box;
                border: 1px solid #ced4da;
                appearance: none;
                border-radius: 4px;
                transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                :focus{
                    color: #212529;
                    background-color: #fff;
                    border-color: #86b7fe;
                    outline: 0;
                    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
                }

