@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
*{
  font-family: 'Open Sans', sans-serif;
  /*
  font-size: 12px;
  color:#000000;
  box-sizing: content-box;*/
}
html {
  font-size: 14px;
}
body {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  background-color:#333333;
}
form {display:inline;padding:0;margin:0;}
body,table,a,p,input{border-collapse:collapse;}
a {text-decoration: none;}


/*Text CSS
  font-weight: 400; Regular
  font-weight: 500; Medium
  font-weight: 700; Bold
*/
.copy {font-size:0.8em;}
.ar_title1 {font-size:1.5em;}/*18*/
.ar_title2 {font-size:1.666em;}/*20*/
.ar_title3 {font-size:1.833em;}/*22*/
.ar_title4 {font-size:2em;}/*24*/
.medium {font-weight: 500;}
.bold {font-weight: 700;}
.blue1  {color:#0071BC;}
.blue1:hover {color:#00365a;}
.green1  {color:#8CC63F;}
.yellow1 {color:#ffcd56}
.grey1  {color:#666666;}
.red1  {color:#ff0000;}
.white {color:#ffffff;}
.black {color:#000000;}
.underline_no {text-decoration: none;}
.underline {text-decoration: none;}
.nowrap {white-space: nowrap;}

.ar_button_blue{background-color:#0071BC;color:#fff;border:none;border-radius:20px;width:120px;height:26px;font-weight:500;}

.row {
  margin:0;
}

@media (max-width: 880px){
  .nav-item{
    --bs-navbar-nav-link-padding-x: 1rem;
  }
}
@media (max-width: 820px){
  .nav-item{
    --bs-navbar-nav-link-padding-x: 0.5rem;
  }
}

