.Header__container {
    text-align: center;
}

.commonStyle__zt3Link, .themeLink {
    color: #f66f41;
}
.Header__name, .Header__searchTitle, .Header__description {
    color: #fe4a14;
}

.Icon__white {
    color:  #ffffff;
}
.commonStyle__zt3BrandBg {
	background-color:#fe4a14;
}

.SearchContainer__downArrow {
    border-top-color: #fff;
}

h1 {
  display: inline-block;
  color: #F34716;
  font-size: 2rem;
}

h2 {
  display: inline-block;
  font-size: 2rem;
  color: white;
}

.Footer__container2 {
    color: #F34716;
}

.Footer__footerBg {
    background: #ef876c12;
}

.Button__footerBtn {
    border-radius: 0.3rem;
    background: #F34716;
    transition: all .9s ease;
}

.AppContainer__homePage {
    margin: 7rem 0 0;
}

.Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumn2, .Layout__twoColumnReverse {
	padding: 6.125rem 0 3.125rem;
}

.DepartmentList__deptListItem {
    border-radius: 10px;
}

.commonStyle__zt3buttonPrimaryText {
    color: #FFFFFF;
}

.commonStyle__zt3buttonSecondaryText {
    color: #ffffff;
}

.Header__description {
    color: #ffffff;
}

.container {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 120px;
    width: 200px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius:5px;
    margin-right: 20px
}

.icon {
    width: 50px; 
    height: 50px; 
    margin-bottom: 10px;
}

a{
    color:#F34617;
    text-decoration: none;
    cursor: pointer;
    padding:0 10px 0 ;
    font-weight: bold; 
    text-align: left;
    font-family: 'Lato', sans-serif; 
}
.content {
    display: flex;  
    height: auto;
    width: auto;
  	align-items: center;
    justify-content: center;
}
