/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans); 

article,
aside,
figure,
hgroup,
nav,
section {
  display: block;
}

.topfooter {
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  /*margin-left:170px;*/
  }

  .firsttwo {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  justify-content: center;
  }

  .footanchor {
    margin: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #4d577d;
  }

  .faqfooterseperator {
    color: #ff8300;
    font-weight: 700;
    text-decoration: none;
    margin: 10px;
    font-size: 18px;
    padding-bottom: 12px;
}

.privfooterseperator {
  color: #ff8300;
  font-weight: 700;
  text-decoration: none;
  margin: 10px;
  font-size: 18px;
  padding-bottom: 12px;
}


.secondtwo {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    justify-content: center;
}

.bottomfooter {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin:10px;
    margin-left:10px;
}

.subfooter {
  position: relative;
  display: inline;
  justify-content: center;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  align-items: center;
  color: #4d577d;
}

.footerseperator {
  color: #0080b8;
  font-weight: 700;
  text-decoration: none;
  margin: 10px;
  font-size: 18px;
  padding-bottom: 12px;
}

.toufooterseperator {
  color: #ff8300;
  font-weight: 700;
  text-decoration: none;
  margin: 10px;
  font-size: 18px;
  padding-bottom: 12px;
}
.footanchor:hover{
  color: #23527c;
}
footer {
  position: relative;
  height: 110px;
  font-size: 14px;
  background-color: #f7f7f9 !important;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-top: 26px;
  padding-bottom: 39px;
  line-height: 30px;
}

/*

@media only screen and (max-width: 960px) {
	.topfooter{
    	flex-direction:column;
	-webkit-flex-direction:column;
	}
	.privfooterseperator{
		display:none;
	}
*/
/* iphone 6 dimensions */
@media only screen and (max-width: 667px) {
  /*.toufooterseperator {
    display: none;
  }
  .faqfooterseperator {
    display: none;
  }

  .firsttwo {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .secondtwo {
    flex-direction: column;
    -webkit-flex-direction: column;
  }*/
  .headerphone {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  /*.toufooterseperator {
    display: none;
  }
  .faqfooterseperator {
    display: none;
  }
  .firsttwo {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .secondtwo {
    flex-direction: column;
    -webkit-flex-direction: column;
  }*/
  .headerphone {
    width: 100%;
  }
}

@media only screen and (max-width: 572px) {
    
	footer{
		height:245px;
		display: block;
	}
	
	.toufooterseperator{
		display:none;
	}
 	.faqfooterseperator{
		display:none;
	}
	
	.privfooterseperator{
		display:none;
	}

    .topfooter, .firsttwo, .secondtwo, .bottomfooter{
	    display: block;
		text-align: center;
    }	
}
