* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	letter-spacing: normal;
	font-family: "Roboto", sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body{
	font-family: "Roboto", sans-serif;
	background-color:#f7f7f7;
	height:auto;
	letter-spacing: normal;
}
.sticky.is-sticky {
    position:sticky;
	top:0;
    z-index: 99999999;
    width: 100%;
}
[data-toggle="sticky-onscroll"].hiddenheader {
    transform: translateY(-110%);
    transition: transform 0.3s ease;
}

/* CSS for the navbar */
[data-toggle="sticky-onscroll"] {
    transform: translateY(0);
    transition: transform 0.3s ease;
}
.sticky{
    position:sticky;
	top:0;
}
header{
	width:100%;
	z-index: 999999999;
}
.herosection{
    display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width:100%;
  background: -webkit-gradient(linear, left top, right top, from(#0043ea), to(#00c8ff));
  background: -o-linear-gradient(left, #0043ea, #00c8ff);
  background: linear-gradient(to right, #0043ea, #00c8ff);
    padding:2rem;
}
.heroblock{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width:100%;
  max-width:1440px;
  height:700px;
}
.map iframe{
    opacity:0;
}
.map{
    background-color: #f5f5f5;
}
.hidden {
	display: none;
}
.sectionblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    height: auto;
    overflow:hidden !important;
}
.section-title{
    font-size:2rem;
    text-align:center;
    font-weight:600;
    color:#003a93;
}
.sectionpadding{
    padding-left:2rem;
    padding-right:2rem;
}
.section-btn-blue {
    -webkit-box-shadow: inset 0px 0px 0px 5px #fff;
            box-shadow: inset 0px 0px 0px 5px #fff;
    background: none #003A93;
    -webkit-transition: background 200ms ease 0s;
    -o-transition: background 200ms ease 0s;
    transition: background 200ms ease 0s;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    width: auto;
    font-family: "roboto";
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 24px 24px;
    opacity: 1;
    cursor: pointer;
    border: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section-btn-blue:hover {
background: none #002865;
}
.section-btn-white-outline {
    -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
            box-shadow: inset 0px 0px 0px 2px #fff;
    background: none rgb(255 255 255 / 0%);
    -webkit-transition: background 200ms ease 0s;
    -o-transition: background 200ms ease 0s;
    transition: background 200ms ease 0s;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    width: auto;
    font-family: "roboto";
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 24px 24px;
    opacity: 1;
    cursor: pointer;
    border: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section-btn-white-outline:hover {
background: none #fff;
color:#003A93;
}
.section-btn-black-outline {
    -webkit-box-shadow: inset 0px 0px 0px 2px #1a1a1a;
            box-shadow: inset 0px 0px 0px 2px #1a1a1a;
    background: none rgb(255 255 255 / 0%);
    -webkit-transition: background 200ms ease 0s;
    -o-transition: background 200ms ease 0s;
    transition: background 200ms ease 0s;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    width: auto;
    font-family: "roboto";
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    border-radius: 5px;
    padding: 24px 24px;
    opacity: 1;
    cursor: pointer;
    border: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section-btn-black-outline:hover {
background: none #1a1a1a;
color:#fff;
}
.breakweb{
    display:none !important;
        margin-bottom: 2rem;
}
.breakmobile{
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important;
}
.whitetext{
    color:#fff !important;
    
}
.blacktext{
    color:#1a1a1a !important;
    
}
.textshadow{
    text-shadow:5px 5px 5px rgb(0 0 0 / 50%);
}
.boxshadow{
    box-shadow:5px 5px 5px rgb(0 0 0 / 50%);
}
.sectionbuttongroup {
    height: auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 2rem;
    width: auto;
    margin-top: 1rem;
}
.sectionbutton {
    padding: 1rem !important;
        font-size: 1rem !important;
}
a.viewallbtn {
    /* text-decoration: underline; */
    font-weight: 500;
}
a.viewallbtn:hover {
    text-decoration: underline;
    font-weight: 600;
}
/*Responsive START*/

@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 990px) {
[data-toggle="sticky-onscroll"].hiddenheader {
    transform: translateY(-120%);
    transition: transform 0.3s ease;
}
}
@media only screen and (max-width: 750px) {
.sectionblock {
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: auto;
}
.sectionpadding{
    padding-left:16px;
    padding-right:16px;
}
.breakweb{
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important;
}
.breakmobile{
    display:none !important;
}
.sectionbuttongroup {
    flex-direction: column;
    width: 100%;
}
.sectiontitle{
        padding-left: 16px;
    padding-right: 16px;
}
}

@media only screen and (max-width: 475px) {

}

@media only screen and (max-width: 375px) {
    
}