.langContainer {
	background-color: #FFAE2C !important;
}
.less-lineheight {
	line-height: 1.2em;
}
.contentHero.hero-arrow:before, .contentHero.hero-arrow:after {
	background-color: #f5ae3c;
}
.hero-orange {
	color: #ffffff;
	background-color: #f5ae3c;
}
.hero-orange h3 {
	color: #93328E;
}
.hero-orange h1 {
	color: #93328E;
}
.contentHero .greenheader h4 {
	margin-bottom: 30px !important;
	margin-top: 30px !important;
}
.HowTo {
	margin: 0px auto 30px auto!important;
	padding-top: 5px;
}
.menuContainer {
	margin: auto;
	text-align: center;
}
.section-Header img {
	height: 100%;
	width: 80%;
	padding: 0px !important;
}
.bilingualLogo {
	margin-top: 60px;
}

img.menuContainer.wide {
	  width: 430px !important;
}

.input-box textarea {
    width: 100%;
    height: 45px;
    padding: 10px 10px;
}
.hero-arrow-top.hero-arrow-solid:before {
	border-color: #f5ae3c transparent transparent transparent;
}
img .HistorySection {
	margin: 20px 0 20px 0;
}

 .Fontenelle {
	width: 200px;
	margin: 20px auto 20px auto;
}


.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}


/*-------*/
.row {
    margin-left: -30px;
    margin-right: -30px;
}
.bilingualLogo {
	margin-left: auto;
	margin-right: auto;
}

.input-box {
   text-align: left;
}
.radioChoices {
   text-align: left;
   margin: 20px 20px 20px 20px;
	padding-top: 20px;
}

 .radioLabel {
	display: flex;
	margin-bottom: 10px;
}
.radioLabel [data-checkable] > input {
	position: relative;
}
#divForm {
	text-align: left;
}

.maxImg-1 {
	max-width: 300px;
	margin: 0 auto;
	max-height: 180px;
}
.imgBlock {
height: 180px;
}

.Qlink-long{
	width: 234px !important;
}

/*Long Quick Link - only changed colors*/
.Qlink-white-long:hover .Qlink-w-overlay-long {
    right: 0;
    width: 99%;
    transition: .3s ease;
}
.Qlink-purple-long:hover .Qlink-w-overlay-long {
    right: 0;
    width: 99%;
    transition: .3s ease;
}
.Qlink-white-long {
    border: 2px solid #ffffff;
}
.Qlink-purple-long {
    border: 2px solid #93328E;
}
.Qlink-w-overlay-long {
    position: absolute;
    padding-top: 10px;
    bottom: 0;
    left: 0;
    top: 0;
    right: 100%;
    background-color: #f5ae3c;
    overflow: hidden;
    width: 0;
    height: 35px;
    z-index: 100;
    transition: .3s ease;
}
p.Qlink-title {
    color: #93328E !important;
}

@media (max-width: 991px) {
.flex-fix .flexbox-parent {
	display: block !important;
}
}
/*
@media (max-width: 980px) {
.contentHero .hero-content .container, .contentHero .hero-content .container-fluid {
	padding: 30px 15px;
	position: relative;
}
}
*/
@media (max-width: 767px) {
 h2{
	font-size: 24px;
	line-height: 1em;
}
 h1{
	font-size: 36px;
	line-height: 1.2em;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.listPhoto {
    float: none;
    padding-right: 0px;
}
}