body {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0px;
}

/* remove bullet points */
ul {
  list-style-type: none;
}

/* hr styling */
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header div {
    padding: 15px 15px 15px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

header div img {
    margin-right: 30px;
}

main {
    margin-left: 150px;
    width: 650px;
}

nav {
    align-items: center;
    display: flex;
    margin-left: 150px;
    width: 632px;
    max-height: 40px;
}

header nav a {
    font-family: arial,sans-serif;
    font-size: 13px;
    color: #5f6368;
    text-decoration-line: none;
    padding-block-start: 5px;
	font-weight: 600;
}

nav a {
    padding-right: 35px;
    padding-bottom: 5px;
}

.search-box {
  width: 630px;
  min-width: 300px;
  height: 45px;
  border: 0.5px solid #fff;
  display: flex;
  padding: 0;
  justify-content: space-between;
  border-radius: 24px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
}

.search-prompt {
    border: none;
    outline: none;
    float: left;
    margin-top: auto;
    margin-right: 25px;
    margin-bottom: auto;
    margin-left: 20px;
    line-height: 31px;
    font-size: 16px;
    font-family: arial, sans-serif;
    width: 518px;
}

.nav-right {
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
}

.nav-right img {
  padding-right: 20px;
  opacity: 0.7;
}
.nav-right a {
  padding-right: 20px;
}

.nav-right a button {
    background: -webkit-linear-gradient(top,#4387fd,#4683ea);
    border: 1px solid #4285f4;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
    padding: 0 12px;
    border-radius: 2px;
}

.results-returned{
  element.style {
    color: #777;
    padding-top: 10px;
    padding-bottom: 15px;
}
}

main ul {
    padding-left: 0px;
    list-style: none;
}

main li a {
    text-decoration-line: none;
    margin-bottom: 7px;
    margin-top: 0px;
}

.result-link {
    color: #1a0dab;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 2px;
}

.green-link {
    color: #006621;
    max-width: 650px;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 0px;
}

main li p {
    margin-bottom: 10px;
    margin-top: 0px;
	font-weight: 500;
    font-style: normal;
	font-size:14px;
	line-height: 1.58;
}

.down-arrow {
    border-color: #006621 transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    display: inline-block;
    vertical-align: middle;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

#related ul {
    list-style: none;
    padding: 5px 0;
    column-width: auto;
    column-count: 2;
    padding-bottom: 20px;
    width: 450px;
}

#related li {
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}
main li h2 a {
    color: #000;
    display: block;
    text-align: left;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
	color: #1a0dab;
	margin-bottom: 0px;
	font-family: arial,sans-serif;
    font-size: 20px;
    font-weight: 400;
}
#related ul li{
	text-align:left;
	float: left;
}
#related ul li a {
    color: #000;
    display: block;
    text-align: center;
    padding: 2px 0px;
    text-decoration: none;
    font-size: 14px;
	margin-bottom: 0px;
}
main ul li {
    padding-left: 0px;
    list-style: none;
    padding-bottom: 12px;
    float: left;
}

ul {
  list-style-type: none;
  overflow: hidden;
}

li {
  float: right;
}

li a {
  color: #000;
  display: block;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size:14px;
}
li a:hover {
  text-decoration: underline;
}
.grid{
  height:23px;
  position:relative;
  bottom:4px;
}
.signbutton{
  background-color: #4885ed;
  color: #fff;
  border:none;
  border-radius:3px;
  padding:7px 10px;
  position:relative;
  bottom:7px;
  font-weight:bold;
}
.logo{
  margin-top:160px;
  margin-bottom:20px;
}
.bar{
  margin:0 auto;
  width:575px;
  border-radius:30px;
  border:1px solid #dcdcdc;
  /*background: #f2f3f8;*/
}
.bar:hover{
  box-shadow: 1px 1px 8px 1px #dcdcdc;
}
.bar:focus-within{
  box-shadow: 1px 1px 8px 1px #dcdcdc;
  outline:none;
}
.searchbar{
  height:45px;
  border:none;
  width:480px;
  font-size:16px;
  outline: none;
  /*background:#f2f3f8;*/
}
.voice{
    height: 18px;
    position: relative;
    top: 4px;
    left: -10px;
}
.bar .icon{
	padding:0 10px 0 0px;
}
.search-box .icon{
	padding:0 10px 0 0px;
}
.search-txt p{
	padding: 0px;
    line-height: 0px;
	color: #414141;
    font-weight: 500;
    font-size: 17px;
	text-transform:capitalize;
	padding-top: 20px;
	}
.buttons{
  margin-top:22px;
}
.button{
  background-color: #f5f5f5;
  border:none;
  color:#707070;
  font-size:15px;
  padding: 10px 20px;
  margin:5px;
  border-radius:4px;
  outline:none;
}
.button:hover{
  border: 1px solid #c8c8c8;
  padding: 9px 19px;
  color:#808080;
}
.button:focus{
  border:1px solid #4885ed;
  padding: 9px 19px;
}

.TbwUpd.ojE3Fb {
    display: flex;
    padding: 0;
    align-items: center;
    padding-bottom: 0;
}
.NJjxre {
    left: 0;
    top: 0;
}
.TbwUpd {
    display: inline-block;
    padding-bottom: 2px;
    padding-top: 1px;
    -webkit-text-size-adjust: none;
}
.iUh30 {
    padding-top: 1px;
}
.iUh30 {
    font-size: 12px;
    line-height: 1.3;
}
.H9lube {
    background-color: #f1f3f4;
    border: 1px solid #ecedef;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    width: 26px;
    margin-right: 12px;
}
.VuuXrf {
    color: #202124;
    font-size: 14px;
    max-width: 200px;
    display: block;
    line-height: 20px;
    white-space: nowrap;
}
.byrV5b {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.GvPZzd {
    font-size: 12px;
    line-height: 18px;
}
.cHaqb {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
cite, cite a:link, cite a:visited {
    color: #4d5156;
    font-style: normal;
}
.search-box a {
	    line-height: 33px;
		}
.search-box a img {
	    line-height: 33px;
		margin-right: 5px;
		}
		
		
		
/*footer*/	
.home .home__footer {
    align-items: flex-end;
    display: flex;
    flex: 1;
    width: 100%;
    position: absolute;
    bottom: 0;
}	
@media (min-width:600px){.footer-home{flex-wrap:nowrap}}
@media (min-width:400px){.footer-home{font-size:13px}}
.footer-home {
    color: #72798f;
    font-size: 13px;
    padding: 2em 0;
    text-align: center;
    width: 100%;
}
@media (min-width: 600px){
.footer-home .footer-desktop .links {
    display: inline-flex;
}}
.footer-home .footer-desktop .links {
    display: none;
    justify-content: space-around;
    flex: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-home .footer-desktop .links li:first-child {
    margin-left: 0;
    padding-left: 0;
}
@media (min-width: 400px){
.footer-home .footer-desktop .links li {
    margin-left: 1em;
    padding-left: 1.2em;
}}
.footer-home .footer-desktop .links li {
    margin-left: 0.5em;
    padding-left: 1em;
    position: relative;
}
.footer-home .footer-desktop .links li:first-child:before {
    content: "";
}
.footer-home .footer-desktop .links a {
    color: inherit;
    text-decoration: none;
}




.footer-home .copyright{flex:100%;margin:1em 0 0}
.footer-home .footer-desktop .links{display:none;justify-content:space-around;flex:none;list-style:none;margin:0;padding:0}
.footer-home .footer-desktop .links li{margin-left:.5em;padding-left:1em;position:relative}
.footer-home .footer-desktop .links li:before{content:"•";position:absolute;left:0;top: 11px;}
.footer-home .footer-desktop .links li:first-child{margin-left:0;padding-left:0}
.footer-home .footer-desktop .links li:first-child:before{content:""}

@media (min-width:400px){.footer-home .footer-desktop .links li{margin-left:1em;padding-left:1.2em}}.footer-home .footer-desktop .links a{color:inherit;text-decoration:none}@media (min-width:600px){.footer-home .footer-desktop .links{display:inline-flex}}.footer-home .footer-mobile .links{justify-content:space-around;flex:none;list-style:none;padding:0}.footer-home .footer-mobile .links li{margin-left:.5em;padding-left:1em;position:relative;display:inline-flex}.footer-home .footer-mobile .links li:before{content:"•";position:absolute;left:0}.footer-home .footer-mobile .links li:first-child{margin-left:0;padding-left:0}.footer-home .footer-mobile .links li:first-child:before{content:""}@media (min-width:400px){.footer-home .footer-mobile .links li{margin-left:1em;padding-left:1.2em}}.footer-home .footer-mobile .links a{color:inherit;text-decoration:none}@media (min-width:600px){.footer-home .footer-mobile{display:none}}.footer-home__onetrust-button{background-color:inherit;color:inherit;font-family:inherit;font-size:inherit;border:0}

main .privacy{padding-left: 20px;}
main .privacy li{list-style:circle;list-style: disc; float: inherit; font-size: 14px;line-height: 20px;}
main p{font-family: Avenir,sans-serif;font-size: 14px;line-height: 20px;}
main h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 64px;
    text-align: center;
	font-family: Avenir,sans-serif;
}
main h2{
    font-weight: 500;
    font-size: 18px;
	font-family: Avenir,sans-serif;
    font-style: normal;
}

@media only screen and (max-width: 600px) and (min-width: 320px) {
	.bar {
    margin: 0 auto;
    width: 92%;
    border-radius: 30px;
    border: 1px solid #dcdcdc;
}
.searchbar {
    height: 45px;
    border: none;
    width: 70%;
    font-size: 16px;
    outline: none;
}
li a {
    padding: 0px 8px;
}
.footer-mobile{
	padding: 0 21px;
}
.logo a img{
	width:55%;
}
.footer-home .footer-mobile .links li {
    margin-left: 0em;
    padding-left: 0.2em;
}
}