/*  Menu Buttons  */
:root {
    --main-bg: #fff;
    --menu-bg: #FF8200;
    --menu-font-color: #fff;
    --menu-font-hover: #fff;
    --menu-border: #fff;
    --menu-bg-selected: #006072;
    --menu-bg-hover: #006072;
	
	--main-bg2: #fff;
    --menu-bg2: #aad6ff;
    --menu-font-color2: #000;
    --menu-font-hover2: #fff;
    --menu-border2: #fff;
    --menu-bg-selected2: #0074e0;
    --menu-bg-hover2: #0074e0;
}
.menu-sub {
	font-family: 'Roboto', serif;
    margin: 0 auto;
    display: flex;
    flex-flow: column wrap;
    width: 70rem;
    max-width: 90%;
}
.btn-menu {
    font-family: 'Roboto', serif;
    position: relative;
    cursor: pointer;
    background: var(--menu-bg);
    border: none;
    padding: .75rem;
    color: var(--menu-font-color);
	font-size: 14px;
    border-top: 0.1rem solid var(--menu-border);
    border-bottom: 0.1rem solid var(--menu-border);
    transition: background 1s;
	border-radius: 45px; /* Adjust the value to your preference */	
}
.btn-menu:hover {
    background: var(--menu-bg-hover);
    color: var(--menu-font-hover);
}
.btn-menu:focus {
    outline: none;
    box-shadow: none;
}
.selected {
    background: var(--menu-bg-selected);
    color: var(--menu-font-hover);
}
.selected::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 5.6rem;
    width: 0.5rem;
}
/*  End Menu Buttons1  */
.menu-sub2 {
	font-family: 'Roboto', serif;
    margin: 0 auto;
    display: flex;
    flex-flow: column wrap;
    width: 70rem;
    max-width: 90%;
}
.btn-menu2 {
    font-family: 'Roboto', serif;
    position: relative;
    cursor: pointer;
    background: var(--menu-bg2);
    border: none;
    padding: .75rem;
    color: var(--menu-font-color2);
	font-size: 14px;
    border-top: 0.1rem solid var(--menu-border2);
    border-bottom: 0.1rem solid var(--menu-border2);
    transition: background 1s;
	border-radius: 45px; /* Adjust the value to your preference */	
}
.btn-menu2:hover {
    background: var(--menu-bg-hover2);
    color: var(--menu-font-hover2);
}
.btn-menu2:focus {
    outline: none;
    box-shadow: none;
}
.selected2 {
    background: var(--menu-bg-selected2);
    color: var(--menu-font-hover2);
}
.selected2::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 5.6rem;
    width: 0.5rem;
}
/*  End Menu Buttons2  */
.h1-title {
	color: #006072;
    font-family: 'Roboto', serif;
    font-size: 60px;
    line-height: 1.13;
	font-weight: 600;
	margin: 0 0 20px;	
}
.h2-title2 {
    font-family: 'Roboto', serif;
    color: #006072;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -.1px;
    line-height: 1.13;
    margin-bottom: 30px;
    margin-top: 10px;
    position: relative;
}
.h3-title2 {
	font-family: 'Roboto', serif;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.1px;
    line-height: 30.8px;
	padding: 0 0 30px 0;
}
.h3-title3 {
	font-family: 'Roboto', serif;
	color: #006072;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.1px;
    line-height: 30.8px;
}
.p1 {
	color: #000;
	font-size: 16px;
    letter-spacing: -.2px;
    line-height: 1.75;
	font-family: Roboto, sans-serif;
}
.micro-strip {
    background-color: #fff;
    display: block;
    height: 0.1em;
    border-bottom-width: .4em;
    border-bottom-style: solid;
    border-bottom-color: #006072;
    width: 100%;
    padding: 0;
    margin: 0;
}
.h1-title-2 {
	color: #00349b;
    font-family: 'Roboto', serif;
    font-size: 60px;
    line-height: 1.13;
	font-weight: 600;
	margin: 0 0 20px;	
}
.h2-title2-2 {
    font-family: 'Roboto', serif;
    color: #00349b;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -.1px;
    line-height: 1.13;
    margin-bottom: 30px;
    margin-top: 10px;
    position: relative;
}
.h3-title2-2 {
	font-family: 'Roboto', serif;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.1px;
    line-height: 30.8px;
	padding: 0 0 30px 0;
}
.h3-title3-2 {
	font-family: 'Roboto', serif;
	color: #00349b;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.1px;
    line-height: 30.8px;
}
.p1-2 {
	color: #fff;
	font-size: 16px;
    letter-spacing: -.2px;
    line-height: 1.75;
	font-family: Roboto, sans-serif;
}
.micro-strip-2 {
    background-color: #fff;
    display: block;
    height: 0.1em;
    border-bottom-width: .4em;
    border-bottom-style: solid;
    border-bottom-color: #00349b;
    width: 100%;
    padding: 0;
    margin: 0;
}
/*  accordion  */
.accordion {
  background-color: #006072;
  color: #FF8200;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
 border: 1px solid  #006072;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #FF8200;
	border: 1px solid  #006072;
	color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #fff;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/*  accordion  */

.clean-button-ad, a.clean-button-ad {
	font-family: 'Roboto', serif;
	margin: 3em 0;
	background-color: #006072;
	color: #fff;
	text-decoration:none;
	text-transform: uppercase;
	border: 1px solid #006072;
	
	font-weight: 700;
	font-size: 1.3rem;
}
.clean-button-ad:hover, .clean-button-ad:focus {
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0,.05)), to(rgba(0,0,0,.1)));
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.05) 0, rgba(0,0,0,.1));
	background-image: -ms-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: -o-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-color:#FF8200;
	text-decoration: none;
	border: 1px solid #FF8200;
	color: #000;
}
.clean-button-ad2, a.clean-button-ad2 {
	font-family: 'Roboto', serif;
	margin: 3em 0;
	background-color: #006072;
	color: #fff;
	text-decoration:none;
	text-transform: uppercase;
	border: 1px solid #006072;
	
	font-weight: 700;
	font-size: 1.3rem;
}
.clean-button-ad2:hover, .clean-button-ad2:focus {
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0,.05)), to(rgba(0,0,0,.1)));
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.05) 0, rgba(0,0,0,.1));
	background-image: -ms-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: -o-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-color:#fff;
	text-decoration: none;
	border: 1px solid #006072;
	color: #000;
}
.clean-button-m2, a.clean-button-m2 {
	font-family: 'Roboto', serif;
	margin: 3em 0;
	background-color: #0074e0;
	color: #fff;
	text-decoration:none;
	text-transform: uppercase;
	border: 1px solid #0074e0;
	
	font-weight: 700;
	font-size: 1.3rem;
}
.clean-button-m2:hover, .clean-button-m2:focus {
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0,.05)), to(rgba(0,0,0,.1)));
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.05) 0, rgba(0,0,0,.1));
	background-image: -ms-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: -o-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-color:#aad6ff;
	text-decoration: none;
	border: 1px solid #aad6ff;
	color: #000;
}
.clean-button-m2a, a.clean-button-m2a {
	font-family: 'Roboto', serif;
	margin: 3em 0;
	background-color: #aad6ff;
	color: #000;
	text-decoration:none;
	text-transform: uppercase;
	border: 1px solid #aad6ff;
	
	font-weight: 700;
	font-size: 1.3rem;
}
.clean-button-m2a:hover, .clean-button-m2a:focus {
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0,.05)), to(rgba(0,0,0,.1)));
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.05) 0, rgba(0,0,0,.1));
	background-image: -ms-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: -o-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-color:#0074e0;
	text-decoration: none;
	border: 1px solid #aad6ff;
	color: #fff;
}
@media screen and (min-width: 10px) and (max-width: 989px) {
}

@media only screen and (max-width: 768px) {
  
}
