

/*

COLORS

grey 			- #707070
lightest blue 	- #D4EBFA
blue 		- #009ADD
dark blue 		- #00427A

*/

@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeueLTPro-Lt.otf") format("otf");
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeueLTPro-LtIt.otf") format("otf");
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeueLTPro-Bd.otf") format("otf");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("HelveticaNeueLTPro-BdIt.otf") format("otf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-medium-webfont.woff2") format("woff2"),
       url("fonts/montserrat-medium-webfont.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-bold-webfont.woff2") format("woff2"),
       url("fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: bold;
}


html {

}
body {
	font-family: Helvetica Neue, Montserrat;
	color: #707070
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
p {

}
a {
	color: #009ADD
}
a:hover {
	text-decoration: none;
}




.topnav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color: #D4EBFA;
}
.topnavbtn {
	margin-left: 4px;
	padding:2px 8px;
	text-transform: uppercase;
}
.topnavbtn svg {
	margin-right: 3px;
}
#HomeIntro {
	padding:70px 0 100px;
    position: relative;
}
.HI-text {
	text-align: center;
}
.HI-text h2 {
	margin-bottom: 15px;
	font-style: italic
}
.footerlogo {
    height: 60px;
}
.HI-btnout {
	padding-left: 0;
	padding-right: 0;
}
.HI-btnout a {
    border-left: 2px solid #009ADD;
    border-right: 2px solid #009ADD;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-left: -2px;
    text-transform: uppercase;
    padding: 2px 3px;
    color: #707070
}
.HI-btnout a:hover {
    font-weight: bold;
}
.HI-text p {
	margin-bottom: 30px;
}
.btn-common {
	background-color: #00427A;
	display: inline-block;
	text-align: center;
	color: #fff;
	border:2px solid #00427A;
	padding:4px 18px;
	text-transform: uppercase;
	transition: all ease 0.15s;
	font-weight: bold;
    cursor: pointer;
}
.btn-common:hover {
	background-color: #fff;
	color: #00427A
}
.HI-centerbtn {
	margin-top: 30px;
}
.HI-centerbtn .btn-common {
    margin: 15px;
}
#HomeTestimonials {

}
.Testimonials {
	padding:50px 0;
	background-color: #00427A
}
.HT-icon svg {
	color: #fff;
	width:50px !important;
	height: 50px;
}
.HT-text p {
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 1.3em;
}
.HT-author p {
	color: #fff;
	text-align: right;
	padding-right: 10%;
}
#AheadTech {
	padding:100px 0;
}
.centerHeading h2 {
	text-align: center;
	font-weight: bold;
	font-style: italic;
    margin-bottom: 50px;
}
.HH-slider {
	background-color: #eee;
	height: 60vh;
}
.HH-slider .owl-stage-outer, .HH-slider .owl-stage, .HH-slider .owl-item {
	height: 100%
}
.HH-slide {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.HH-right {
    height: 104%;
    display: flex;
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: #D4EBFA;
    padding: 30px 50px 30px 0;
    /* border-radius: 50% 0 0 50%; */
    align-items: center;
    justify-content: center;
    max-width: 400px;
}
.HH-right:before {
    content: "";
    width: 100%;
    height: 130%;
    background-color: #D4EBFA;
    border-radius: 100% 0 0 100%;
    position: absolute;
    right: 20%;
    top: -15%;
    bottom: -15%;
    z-index: 1;
}
.HH-txt {
	text-align: center;
	position: relative;
	z-index: 2
}
.HH-txt h1 {
	margin-bottom: 30px;
}
.HHB-1 {
    position: absolute;
    bottom: 23%;
    right: 112%;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    border: 2px solid #009ADD;
    z-index: 3;
}
.HHB-2 {
    position: absolute;
    bottom: 19%;
    right: 106%;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 2px solid #707070;
    z-index: 3;
}
.waveContainer {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: -5px;
    z-index: -1;
    height: 80px;
}
.waveNoHeight {
    height: 0;
}
.waveBG {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 80px;
    background: url(/img/wave_dark_blue.svg);
    background-repeat: repeat-x;
    z-index: 2;
    background-size: 140px 81px;
    background-position: 0 0;
}
.HT-carousel .owl-dots {
    text-align: center;
}
.HT-carousel .owl-dot {
    border: 1px solid #fff !important;
    background-color: transparent !important;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin: 0 3px;
}
.HT-carousel .owl-dot.active {
    background-color: #fff !important;
}
.MBubble {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}
.AeBubble {
    border-radius: 50%;
}
.MainBubbles {
    position: relative;
}
.Bubbles {
    position: relative;
    height: 100%;
    min-height: 400px;
}
.LBubbles .MainBubbles {
    position: absolute;
    height: 100%;
    width:100%;
    right: 0;
    top: 0;
}
.MBubble1 {
    position: absolute;
    right: 35%;
    top: 0;
    z-index: 5;
    width: 80%;
}
.MBubble2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 7;
    width:50%;
    border:4px solid #fff;
}
.ABubble1 {
    position: absolute;
    bottom: 3%;
    right: 40%;
    height: 110px;
    width: 110px;
    border: 2px solid #009ADD;
    z-index: 6;
}
.ABubble2 {
    position: absolute;
    z-index: 1;
    background-color: #D4EBFA;
    width: 200px;
    height: 200px;
    right: 15%;
    top: 10%;
}
.ABubble3 {
    position: absolute;
    z-index: 2;
    border:2px solid #707070;
    width: 30px;
    height: 30px;
    right: 14%;
    top: 19%;
}
.ABubble4 {
    position: absolute;
    z-index: 2;
    border:2px solid #ADC4E3;
    width: 50px;
    height: 50px;
    right: 22%;
    top: 2%;
}
.BubbleLeft {
    position: relative;
    overflow: hidden;
}
.Bubble-txt {
    text-align: center;
}
.Bubble-txt h3 {
    color: #00427A;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-size: 1.6em;
}
.Bubble-txt .btn-common {
    margin-top: 15px;
}
.darkintro {
    text-align: center;
}
.darkintro h2 {
    color: #00427A;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 1.6em;
}
#HomeAnalysis {
    padding:30px 0 80px;
    background-color: #e9f5fc;
}
.formItem {
    margin: 10px 0;
}
.AnalysisForm {
    max-width: 675px;
    margin: auto;
}
.formInput input, .formInput textarea {
    width:100%;
    padding:5px 8px;
    border:2px solid #009ADD;
    background-color: transparent;
}
.formLabel label {
    margin:0;
    text-transform: uppercase;
    font-weight: bold;
    color: #00427A;
    font-size: 0.85em;
}
.formSubmit {
    margin-top: 15px;
    text-align: center;
}
.RBubbles .MainBubbles {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.RBubbles .MBubble1 {
    right:auto;
    left: 35%;
}
.RBubbles .MBubble2 {
    right: auto;
    left: 0;
}
.RBubbles .ABubble1 {
    right: auto;
    left: 40%;
}
.RBubbles .ABubble2 {
    right: auto;
    left: 15%;
}
.RBubbles .ABubble3 {
    right: auto;
    left: 14%;
}
.RBubbles .ABubble4 {
    right: auto;
    left: 22%;
}
.BubbleRight {
    overflow: hidden;
}
#AboutHome {
    padding:80px 0;
}
.CTA {
    padding:50px 0;
    background-color: #009ADD;
    text-align: center;
}
.CTA h3 {
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.fcontact {
    display: flex;
    align-items: flex-start;
    margin:10px 0;
}
.fcontact svg {
    width:20px !important;
    height: 20px;
    margin-right: 10px;
    color: #fff;
}
.fcontact span {
    text-transform: uppercase;
}
.fcontact a {
    color: #fff;
    font-weight: bold;
}
.foottop {
    background-color: #00427A;
    padding:50px 0;
}
.sociallink {
    height: 30px;
    width:30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 4px;
    background-color: #009ADD;
    border-radius: 50%;
}
.sociallink svg {
    margin:0;
}
.footerlinks {
    text-align: left;
    margin:auto;
    display: inline-block;
}
.footerLink {
    padding-bottom: 6px;
}
.footerLink a {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
}
.footermap {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
}
.footercol1 {
    text-align: left;
    display: inline-block;
    margin:auto;
}
.copyrightlogo {
    height: 25px;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:13px 0;
}
.copyright p {
    margin:0 10px 0 0;
    font-size: 0.8em;
}
#Footer {
    overflow: hidden;
}
.HeaderIn h1 {
    text-align: center;
    color: #00427A;
    background-color:rgba(255,255,255,0.6);
    padding:20px 30px;
}
#Header {
    height: 50vh;
}
.HeaderIn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.WCTA-in {
    text-align: center;
}
.WaveCTA {
    padding:40px 0 50px;
    background-color: #e9f5fc;
}
.WCTA-in h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.6em;
    color: #00427A
}
#MeetTeam {
    padding:0 0 80px;
    margin-top: -40px;
}
.OB-main img {
    border-radius: 50%;
}
.OB-bubbles {
    position: relative;
    min-height: 490px;
}
.OB-main {
    position: absolute;
    left: 25%;
    top: 0;
    z-index: 1
}
.OneBubble {
    overflow: hidden;
}
.OBa {
    border-radius: 50%;
}
.OBa1 {
    position: absolute;
    bottom: 1%;
    left: 23%;
    z-index: 2;
    height: 100px;
    width: 100px;
    border: 2px solid #D4EBFA;
}
.OBa2 {
    position: absolute;
    bottom: 0%;
    left: 38%;
    z-index: 3;
    height: 50px;
    width: 50px;
    background:#00427A;
}
.OBa3 {
    position: absolute;
    bottom: 24%;
    left: 20%;
    z-index: 2;
    height: 30px;
    width: 30px;
    background: #009ADD;
}
.OBa4 {
    position: absolute;
    bottom: 15%;
    left: 11%;
    z-index: 2;
    height: 30px;
    width: 30px;
    border:2px solid #707070;
}
.OB-txt h2 {
    color: #707070;
    font-style: italic;
}
.OB-txt {
    text-align: center;
}
.OB-txt h3 {
    color: #00427A;
    text-transform: uppercase;
    font-size: 1.5em;
    margin:12px 0 15px;
}
.listText ul {
    padding-left: 17px;
}
.BulletList {
    padding:50px 0;
    background-color: #009ADD;
    color: #fff;
}
.listText h2 {
    font-style: italic;
    margin-bottom: 2px;
    margin-top: 15px;
}
.listText h4 {
    font-size: 1.4em;
    margin-bottom: 15px;
}
.listText li, .listText p {
    font-weight: bold;
}
#Involvement {
    padding:80px 0;
}
.CommunityLogos {
    margin-top: 50px;
}
.SLbot {
    background-color: #D4EBFA;
    padding:30px 10px;
}
.SLbot h3 {
    text-align: center;
    color: #00427A;
    margin:0;
}
.SLbot h3 a {
    color: #00427A;
}
.SLin {
    height: 100%;
    background-color: #D4EBFA;
    position: relative;
}
.SItem {
    margin-bottom: 40px;
}
.SLlink {
    position: absolute;
    bottom: 0;
    right: 0;
}
.SLlinkin {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width:80px;
    height: 40px;
}
.SLlinkin svg {
    height: 35px;
    width: 35px !important;
    color: #fff;
    background-color: #009ADD;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
    bottom: 0;
    right: 30%;
    transition: all ease 0.25s;
}
.SLlinkin:hover svg {
    right: 0;
}
.ServicesList {
    padding:80px 0 0;
}
.belowTxt {
    text-align: center;
}
.belowServices {
    padding:80px 0;
}
.belowTxt h3 {
    margin:30px 0;
    color:#00427A;
    text-transform: uppercase;
    font-size: 1.5em;
}
#ServiceIntro {
    padding:80px 0;
    position: relative;
}
#serviceImgs {
    padding:80px 0 0;
}
.blueIntro {
    text-align: center;
}
.blueIntro h2 {
    color: #00427A;
    font-size: 1.6em;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#ServiceBenefits {
    padding:80px 0;
    position: relative;
}
.BenefitItem {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.BenefitBullet {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #D4EBFA;
    margin-right: 11px;
    margin-top: 5px;
    display: inline-block;
    min-width: 15px;
}
.BenefitList {
    margin:30px 0 0;
}
.backBtnIn {
    display: flex;
    align-items: center;
    padding:0 30px;
    margin-top: 30px;
}
.backBtnIn svg {
    background-color: #D4EBFA;
    color: #fff;
    height: 40px;
    width:40px !important;
    padding:5px;
    border-radius: 50%;
}
.backBtnIn p {
    color: #009ADD;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    margin-left: 20px;
    transition: all ease 0.25s;
}
.backBtnIn:hover p {
    margin-left: 5px;
}
.padbtns .btn-common {
    margin:15px;
}
#BlogIntro {
    padding: 80px 0 0
}
.catItems {
    display: flex;
    flex-wrap: wrap;
}
.catFilter {
    margin:0px 35px 15px 0;
    cursor: pointer;
    transition: all ease 0.25s
}
.catFilter:hover {
    color: #009ADD
}
.activeCat {
    font-weight: bold;
    color: #009ADD
}
.BlogCats {
    margin-bottom: 50px;
}
.BlogL {
    text-align: center;
    position: relative;
    height: 100%;
    padding-bottom: 36px;
}
.BlogL h4 {
    margin:20px 0;
    color: #00427A;
    text-transform: uppercase;
}
.BlogLBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
#BlogList {
    padding: 0 0 ;
}
.Listing {
    display: none;
}
.Listing.ListingActive {
    display: block;
}
.MainImageSlider .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}
.MainImageSlider .owl-next {
    margin-left: auto;
}
.Mimg {
    padding: 0 65px;
}
.owl-prev svg, .owl-next svg {
    width: 40px !important;
    height: 40px;
    background-color: #D4EBFA;
    color: #fff;
    padding: 7px;
    border-radius: 50%;
}
.owl-prev, .owl-next {
    outline: none;
}
.ThumbnailIn {
    cursor: pointer;
}
.MainImageSlider {
    margin-bottom: 30px
}
.postintro h2 {
    color: #00427A;
    font-size: 1.6em;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}
#fullpost {
    padding:80px 0 0;
}
#Aboutintro {
    padding:80px 0 0;
}
.GreyIntroTxt h2 {
    margin-bottom: 35px;
    font-style: italic;
}
.GreyIntroTxt {
    text-align: center;
}
#ContactBubbles {
    padding:80px 0 0;
}
.cformLabel label {
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    color: #009ADD
}
.formintrotxt {
    text-align: center;
    margin-bottom: 20px;
}
.formintrotxt h3 {
    color: #00427A;
    text-transform: uppercase;
}
.Bubble-form {
    max-width: 450px;
    margin:auto;
}
.formInputlight input, .formInputlight textarea {
    border-color: #D4EBFA;
}
.cformRow {
    margin-bottom: 20px;
}
#contactInfo {
    text-align: center;
    padding:50px 0;
    position: relative;
    background-color: #e9f5fc
}
.cinfo-in {
    max-width: 450px;
    margin:auto;
    text-align: left;
}
.cinfo-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.cinfo-item svg {
    width:30px !important;
    height: 30px;
    margin-right: 8px;
}
.cinfo-item p {
    color: #707070;
    font-weight: bold;
}
.cinfo-item p span {
    text-transform: uppercase;
}
#contactInfo h2 {
    color: #00427A;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.splitBtns .btn-common {
    margin:8px;
}
.ekko-lightbox .modal-footer {
    justify-content: flex-start;
    border-top: none;
    color: #fff;
}
.ekko-lightbox .modal-content {
    background-color: #00427A
}
.modal-body .ekko-lightbox-nav-overlay a span {
    padding:0;
}
.ekko-lightbox-container>div.ekko-lightbox-item {
    padding: 30px 30px 0;
}
.modal-body .ekko-lightbox-nav-overlay a {
    opacity: 1;
    color: #00427A;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    flex: 0;
    min-width: 40px;
    text-align: center;
    justify-content: center;
    border-radius: 50%
}
.ekko-lightbox-nav-overlay a:last-child span {
    text-align: center !important;
}
.ekko-lightbox-nav-overlay a:last-child {
    margin-left: auto;
}
.modal-body .ekko-lightbox-nav-overlay {
    align-items: center;
}
.nav-link {
    font-weight: bold;
    color: #707070 !important;
    margin:0 8px;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
}
.nav-active {
    border-color: #707070
}
.navbar-brand img.img-fluid {
    height: 55px;
}
.nav-socials {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-socials a {
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    background-color: #009ADD;
    border-radius: 50%;
}
.nav-socials a svg {
    width: 20px !important;
    height: 20px;
    color: #fff;
}
.topnavbtn a {
    color: #707070;
    font-weight: bold;
}
.cinfo-item a {
    text-transform: uppercase;
    font-weight: bold;
    color: #707070
}
.cinfo-item a span {
    line-height: 30px;
}
.fullnav {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    z-index: 30;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
#top {
    padding-bottom: 92px;
    position: relative;
    width:100%;
}
.stickyAnalysis {
    position: fixed;
    z-index: 30;
    bottom: 100px;
    right: 100px;
}
.FWA {
    position: relative;
}
.FWA svg {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}
.FWA svg textPath {
    font-size: 45px;
    text-transform: uppercase;
    fill: #707070;
    font-weight: bold;
}
.FWA svg path {
    fill: none;
}
.FWA-circle {
    position: absolute;
    top: 12px;
    left: 11px;
    background-color: #00427A;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
    justify-content: center;
}
.FWA-circle p {
    margin-bottom: 7px;
    font-size: 12px;
}
.FWAModal .modal-content {
    border-radius: 0;
    border: none;
    background-color: #e9f5fc;
}
.FWAModal .modal-header {
    border:none;
    color: #00427A
}
.FWAModal .modal-body {}
.FWAModal .modal-footer {
    border:none;
}
.FWArow {
    margin-bottom: 15px;
    text-align: center;
}
.FWAlabel label {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #00427A;
    font-size: 0.8em;
}
.FWAinput input {
    border: 2px solid #009ADD;
    background: transparent;
    padding: 2px 8px;
    max-width: 100%;
    width: 100%;
}
.FWAform form {
    max-width: 270px;
    margin: auto;
}
.FWAlabel {
    text-align: left;
}
.FWAsubmit {
    text-align: center;
    margin: 25px 0 20px;
}
.FWAclose {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 2em;
    cursor: pointer;
}
.HT-icon img {
    max-height: 200px;
}
.fullnav .bg-light {
    background-color: #fff !important
}
.BlogCats h2 {
    color: #00427A;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-top: 50px;
}
.MainImageSlider .owl-stage {
    display: flex;
    align-items: center;
}
#contactmap {
    height: 50vh;
    width:100%;
}
#fmap {
    height: 200px;
    width:100%;
}
.HH-vid {
    position: absolute;
    bottom: 0;
    left: 0;
    width:80%;
    min-height: 100%
}
.HH-vid video {
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.choursin {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 300px;
    margin: auto;
}
.chl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.chours {
    padding:30px 0 50px;
}
.chours h3 {
    margin-bottom: 15px;
}
.chl p {
    margin-bottom: 5px;
}
.hoursmodalin {
    text-align: center;
    position: relative;
    padding:30px 0;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8em;
    cursor: pointer;
}
.blogvidin {
    text-align: center;
    max-width: 500px;
    margin:auto auto 50px;
}
.aspectfix {
    max-width: 500px;
    width:100%;
    margin:auto;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.aspectfix iframe {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
}
.HHCTA {
    padding:15px 0;
    background-color: #00427A;
}
.HHCTAin h2 {
    text-align: center;
    color: #fff;
    font-size: 1.9em;
    margin:0;
}
.navlogo1 {
    position: relative;
    transition: all ease 0.25s;
    opacity: 1;
    transform: translateX(0%);
}
.navscrolled .navlogo1 {
    transform: translateX(-100%);
    opacity: 0;
}
.navlogo2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all ease 0.25s;
    transform: translateX(-100%);
}
.navscrolled .navlogo2 {
    transform: translateX(0%);
    opacity: 1;
}
.navbar-brand {
    position: relative;
}
.hpotfield {
    width:0;
    height: 0;
    overflow: hidden;
}
.FWAinput textarea {
    border: 2px solid #009ADD;
    background: transparent;
    padding: 2px 8px;
    max-width: 100%;
    width: 100%;
}
.hpot {
    height: 0;
    width:0;
    overflow: hidden;
}
.footermap {
    text-align: center;
}
.footermap img {
    margin:auto;
}
.footermap p {
    color: #fff;
    margin-bottom: 5px
}
.FWAPUF iframe {
    min-height: 500px;
    overflow: scroll;
}










@media (min-width: 992px) {

	.col-lg-5cols {
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
}
@media (min-width: 1200px) {
    .Bubbles {
        min-height: 450px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .MBubble1 {
        width: 55%;
        left: 0;
        right: auto;
        top: 0;
    }
    .MBubble2 {
        width: 30%;
        right: 20%;
    }
    .ABubble2 {
        right: 26%;
        top: 15%;
    }
}
@media (max-width: 991px) {
    .navlogo2 {
        transform: translateX(0%) !important;
        opacity: 1 !important;
        position:relative;
    }
    .navlogo1 {
        display: none;
    }
    .nav-socials {
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .nav-socials a {
        height: 40px;
        width: 40px;
        margin:0 10px;
    }
    .nav-item {
        text-align: center;
    }
    .nav-link {
        width:110px;
        margin:10px auto 0;
    }
    #MeetTeam {
        margin-top: 80px;
    }
}
@media (max-width: 767px) {
    .OB-bubbles {
        min-height: 315px;
    }
    .OB-mainimg {
        width:90%;
    }
    .MBubble1 {
        left: 0;
        width:70%;
    }
    .Bubbles {
        min-height: 350px;
    }
    .ABubble2 {
        right: 10%;
        top: 20%;
    }
}
@media (max-width: 575px) {
    .HH-txt h1 {
        font-size: 2.1em;
    }
    .HH-right {
        width:100%;
        padding:30px 50px 30px 50px;
    }
    .HHB-1 {
        right:88%;
    }
    .HHB-2 {
        right:86%;
    }
}











