﻿body {
    font-family: "OpenSans"; 
    overflow-x: hidden;
    font-size: 14px;
}

.popover, .tooltip {
    font-family: "OpenSans";
}

img, object {
 max-width: 100%
}

img {
  height: auto
} 

.BigMiddleHeaderContainer {
    position: fixed;
	z-index: 1;
}

.BigMiddleContent.small {
    background-color: rgba(255, 255, 255, 0.8);
}

.HomeTopImageContainer {
    background-image: url('Images/Photo_2.jpg');
    background-size: 100% auto;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
	position: relative;
    height: 90vh;
	margin-top: 10vh;
}

/*BEGIN Style for Carousel*/
.carousel-inner img {
	width: 100%;
	position: absolute;
}

.carouselContainer1 {
	width: 100%; 
	position: relative; 
	z-index: 0;
}

.carouselContainer2 {
	height: 90vh;
}
/*END Style for Carousel*/

.BigMiddleContent {
    background-color: rgba(255, 255, 255, 0.8);
}

.BigMiddleLogo {
    /*background-image: url('Images/Logotype_95.png');*/
    background-position-x: center; 
    background-repeat: no-repeat;
    height: 90px;
    margin-left: 17%;
}

.BigMiddleLogo.small {
    background-image: url('Images/Logotype_95.png');
    background-position-x: center;
    height: 95px;
}


.HomeTopStatement {
    text-align: center;
	margin-top: 285px;
    font-size: 8vh;
    color: white;
}

.HomeTopStatement1 {
    text-align: center;
	padding-top: 285px;
    font-size: 8vh;
    color: white;
}

.HomeTopStatement span {
    font-family: "OpenSans";
}

.FoundationButton  { /*This class is used to Foundation button*/
    display: inline-block;
    font-family: "OpenSans";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0.5em;
    border-color: #7B2971;
    width: 105px;
    background-color: #A12A7D;
    color: white;
}

.FoundationButton:hover {
    text-decoration: none !important;
}

.FoundationButton4href {
    display: inline-block;
    background: #A12A7D;
    color: white;
    width: 100px;
    line-height: 40px;
    font-weight: bold;
    border: 1px solid transparent;
    border-color: #A12A7D;
    text-align: center;
    font-family: "OpenSans";
}

.FoundationButton4href:hover {
    background-color: white;
    color: #A12A7D;
    text-decoration: none;
}

.FoundationButton4hrefStyle2 {
    display: inline-block;
    background: white;
    color: #A12A7D;
    width: 100px;
    line-height: 40px;
    font-weight: bold;
    border: 1px solid transparent;
    border-color: #A12A7D;
    text-align: center;
    font-family: "OpenSans";
}

.FoundationButton4hrefStyle2:hover {
    background-color: #A12A7D;
    color: white;
    text-decoration: none;
}

.FoundationButton4hrefDisabled {
    cursor: not-allowed;
}

.FoundationButton4hrefDisabled:hover {
    opacity: .65;
}

.HomeJoinUsButtonContainer {
    text-align: center;
}

.HomeJoinUsButton {
    margin-top: 3vh;
    line-height: 2.4285; 
    font-weight: bold;
}

.HomeJoinUsButton:hover {
    color: initial !important;
    text-decoration: none !important;
}

.HomeTopScrollContainer1 {
    position: absolute;
    bottom: 25px;
    color: white;
    text-align: center;
    width: 100%;
    font-family: "OpenSans",SegoeUI;
}

.HomeTopScrollContainer2 {
    position: absolute;
    bottom: 0;
    color: white;
    text-align: center;
    width: 100%;
}

.HomeTopContent {
    height: 100vh;
}

.LoginButtonV2 {
    line-height: 2.4285; 
    font-weight: bold;
}

.HomeContactButton2 {
    font-size: 20px;
    line-height: 2.4285; 
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.8);
    color: #4D4D4F !important;
}

.BigMiddleHeaderButtonContainer {
    float: right;
    margin-right: 20px;
}

.BigMiddleHeaderButton div {
    margin-top: 5px
}

.HomeButtonLogin {
    display: none; /*Hide the Login button as we don’t need it for current time*/
    width: auto; 
    margin-right: -8px; 
    float: none; 
    /*display: inline-block;*/
}

.HomeButtonLogin .FoundationButton4hrefStyle2 {
    display: none;
}

.HomeButtonContact {
    width: auto; 
    display: inline-block;
}

.HomeButtonLogin div {
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
}

.BigMiddleFooterContainer {
    background-color: #4D4D4F;
}





/*MAIN CONTAINER*/

@media (min-width: 768px) {
    .BigMiddleFooterContainer1, .Center80PercentWidthContainer {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .BigMiddleFooterContainer1, .Center80PercentWidthContainer {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .BigMiddleFooterContainer1, .Center80PercentWidthContainer {
        width: 1170px;
    }
}

.BigMiddleFooterContainer1, .Center80PercentWidthContainer {
    margin-left: auto;
    margin-right: auto;
}
/*END MAIN CONTAINER*/

.HomeContent1_1 {
    background-color: rgba(224, 226, 226, 1);
}

.HomeNewTitleContainer {
    background-color: #f8fcff;
}

.HomeNewTitle {
    background-image: url('Images/Title_nws_sm.png');
    background-repeat: no-repeat;
    height: 45px;
    margin-left: 10%;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 220px;
}

.HomeNumberContainer {
    background-color: #A12A7D;
}

.HomeNumberContent {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.HomeNumberTitle {
    background-image: url('Images/Title_Number_sm.png');
    background-repeat: no-repeat;
    margin-top: 20px;
    height: 40px;
}


.NumbersKey {
    text-align: center;
    color: white;
    font-size: 4em;
    font-weight: bold;
    margin: -5px;
    font-family: "OpenSans";
}

.NumbersLegend {
    text-align: center; 
    color: white; 
    font-size: 2.2em;
    margin-bottom: 20px;
    font-family: "OpenSans";
}

.HomeNumberProjectImage {
    background-image: url('Images/Icon_project.png');
    /*background-size: 30% 98%;*/
    background-repeat: no-repeat;
    height: 20vh;
    background-position: center;
}

.HomeNumberVoteImage {
    background-image: url('Images/worldwide.png');
    /*background-size: 30% 98%;*/
    background-repeat: no-repeat;
    height: 20vh;
    background-position: center;
}

.HomeNumberSparkleImage {
    background-image: url('Images/HomePage_Hand.png');
    /*background-size: 30% 98%;*/
    background-repeat: no-repeat;
    height: 20vh;
    background-position: center;
}

.OurgoalTopImage {
    background-image: url('Images/AboutUspage_header_FoundationCommittee.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    height: 90vh;
    background-color: rgba(137, 157, 182, 1);
}

.OurgoalWhatPointContainer {
    background-color: #f8fcff;
}

.OurgoalWhatPointContent {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.OurgoalWhatPointTitle {
    background-image: url('Images/about.png');
    background-repeat: no-repeat;
    height: 45px;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: -15px;
}

.OurgoalOperationContainer {
    background-color: #A12A7D;
}

.OurgoalOperationContent {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.OurgoalOperationImage1 {
    background-image: url('Images/educationicon.png');
    background-repeat: no-repeat;
    height: 15vh;
    background-position: center;
}

.OurgoalOperationImage2 {
    background-image: url('Images/stethoscope.png');
    background-repeat: no-repeat;
    height: 15vh;
    background-position: center;
}

.OurgoalOperationImage3 {
    background-image: url('Images/handicap.png');
    background-repeat: no-repeat;
    height: 15vh;
    background-position: center;
}

.OurgoalOperationImage4 {
    background-image: url('Images/idea.png');
    background-repeat: no-repeat;
    height: 15vh;
    background-position: center;
}

.OurgoalOperationImage5 {
    background-image: url('Images/leaf.png');
    background-repeat: no-repeat;
    height: 15vh;
    background-position: center;
}

.OurgoalOperationImage6 {
    background-image: url('Images/theatre-masks.png');
    background-repeat: no-repeat;
    height: 15vh;
    background-position: center;
}

.OurOperationImageLegend {
    text-align: center;
    color: white;
    height: 30px;
    font-size: 23px;
}


.OurgoalOperationImageText {
    text-align: center;
}

.OurgoalOperationImageText p {
    text-align: center !important;
    color: white;
    font-size: 2.2em;
    margin-bottom: 20px;
}


.OurgoalOperationTitle {
    background-image: url('Images/Title_OurOperation_sm.png');
    background-repeat: no-repeat;
    margin-top: 20px;
    height: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.LightBlueBackground {
    background-color: #f8fcff;
}

.OrgraneBackground {
    background-color: #f0ad4e;
}

.RoyalHeathBackground {
	background-color: #A12A7D;
}

.IronBackground {
	background-color: #E0E2E2;
}

.BonJourBackground {
    background-color: #e0dee0;
}

.WhiteBackground {
    background-color: white;
}

/*.Center80PercentWidthContainer {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}*/

.HowItWorkItem {
    width: 100% !important;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    background-color: white !important;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 20px;
}

.HowItWorkItem p {
    font-family: "OpenSans" !important;
}

.AboutTopImage {
    background-image: url('Images/Photo.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 90vh;
}

.AboutusTitle {
    background-image: url('Images/Title_about_sm.png');
    background-repeat: no-repeat;
    height: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.AboutusNumberTitle {
    background-image: url('Images/Title_Number_sm2.png');
    background-repeat: no-repeat;
    height: 45px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.AboutusNumberImage1 {
    background-image: url('Images/Icon_employe.png');
    background-size: auto 110px;
    background-repeat: no-repeat;
    height: 20vh;
    background-position: center;
}

.AboutusNumberImage2 {
    background-image: url('Images/Icon_office.png');
    background-size: auto 110px;
    background-repeat: no-repeat;
    height: 20vh;
    background-position: center;
}

.AboutusNumberImage3 {
    background-image: url('Images/Icone_World.png');
    background-size: auto 110px;
    background-repeat: no-repeat;
    height: 20vh;
    background-position: center;
}


.AboutusActorTitle {
    background-image: url('Images/Title_actors_sm.png');
    background-repeat: no-repeat;
    height: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.AboutusActorItem {
    width: 100% !important;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    background-color: white !important;
    margin-top: 1%;
    margin-bottom: 1%;
    height: 25vh;
    padding-left: 0px;
    padding-right: 0px;
}

.ContactTopImage {
    background-image: url('Images/Contactpage_header.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 90vh;
}

.ContactTitle {
    background-image: url('Images/Title_Contact_sm.png');
    background-repeat: no-repeat;
    height: 45px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.ContactFormClass  label {
    display: none;
}

.ContactFormClass .ContactFormTextbox input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 20px;
}

.ContactFormClass .ContactFormTextbox textarea {
    display: block;
    width: 100%;
    height: auto !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 20px;
}

.ContactFormClass input[type="submit"] {
    background: #A12A7D;
    color: white;
    width: 100px;
    line-height: 40px;
    font-weight: bold;
    border: 1px solid transparent;
    border-color: #A12A7D;
    text-align: center;
    float: right;
}

.ContactFormClass input[type="submit"]:hover {
    background-color: white;
    color: #A12A7D;
}

.AFContactSubscribeV2Class label {
    display: none;
}

.AFContactSubscribeV2Class li {
    list-style-type: none;
}

.AFContactSubscribeV2Class input[id*="firstName"] {
    display: none;
}

.AFContactSubscribeV2Class input[id*="lastName"] {
    display: none;
}

.AFContactSubscribeV2Class input[id*="emailAddress"] {
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 20px;
}

.AFContactSubscribeV2Class ol {
    display: inline-block;
    width: calc(50% - 110px);
    min-width: 220px;
}

.AFContactSubscribeV2Class ol span {
    float: right;
    width: 100%;
    font-family: "OpenSans";
}

.AFContactSubscribeV2Class .sfnewsletterSubmitBtnWrp {
    display: inline-block;
}

.AFContactSubscribeV2Class .sfnewsletterSubmitBtnWrp input {
    background: #A12A7D;
    color: white;
    width: 100px;
    line-height: 32px;
    font-weight: bold;
    border: 1px solid transparent;
    border-color: #A12A7D;
    text-align: center;
}

.AFContactSubscribeV2Class .sfnewsletterSubmitBtnWrp input:hover {
    background-color: white !important;
    color: #A12A7D;
}

.AFContactSubscribeV2Class fieldset {
    text-align: center;
}

.FAQTopImage {
    background-image: url('Images/Photo5.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 90vh;
}

.FAQTitle {
    background-image: url('Images/Icon_FAQ_sm.png');
    background-repeat: no-repeat;
    height: 50px;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: -45px;
}

.FAQGroupContainer {
    width: 100%;
    border-bottom: 2px solid rgba(224, 226, 226, 1);
}

.FAQGroupContainer1 {
    width: 100%;
    border-bottom: 2px solid rgba(224, 226, 226, 1);
	margin-bottom: 35px;
}

.FAQGroupText {
    width: calc(100% - 30px);
    display: inline-block;
    cursor: pointer;
}
.FAQGroupText p:hover {
    color: #a12a7d;
}

.FAQGroupText p {
    font-family: "OpenSans";
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

.FAQGroupButton {
    width: 25px;
    display: inline-block;
}

.FAQGroupButtonToggle {
    border: none;
    background-color: transparent;
}

button.FAQGroupButtonToggle.collapsed:before
{
    content:'▼';
    width:15px;
}
button.FAQGroupButtonToggle:before
{
    content:'▲';
    width:15px;
}

.FAQQAContainer {
    border: 1px solid #d4d4d4;
    background-color: white;
    min-height: 50px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    border-radius: 5px;
}

.FAQQAContainer1 {
    border: 1px solid #d4d4d4;
    background-color: white;
    min-height: 50px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    border-radius: 5px;
	margin-bottom: 35px;
}

.FAQQuestionContainer {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.FAQQuestionText {
    width: calc(100% - 75px);
    display: inline-block;
    font-family: "OpenSans";
}

.FAQQuestionText p {
    font-family: "OpenSans";
    font-size: 18px;
    margin-bottom: 0px;
}

.FAQQuestionButton {
    width: 70px;
    display: inline-block;
    text-align: right;
}

.FAQQAButtonToggle {
    border: 1px solid #A12A7D;
    background-color: #A12A7D;
    color: white;
    border-radius: 3px;
    font-family: "OpenSans";
}

.FAQQAButtonToggle:hover {
    background-color: white;
    color: #A12A7D;
}

button.FAQQAButtonToggle.collapsed:before {
    content: 'Answer';
    
}

button.FAQQAButtonToggle:before {
    content: 'X';
    border: none !important;
}

.FAQAnswerContainer {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid rgba(224, 226, 226, 1);
    font-family: "OpenSans";
}

.FAQAnswerContainer1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid rgba(224, 226, 226, 1);
	margin-top: 5px;
}



/*BEGIN style for menu*/
#AFv2BackgroundTrape {
    z-index: -1;
    display: block;
    content: "";
    width: 300px;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: -1180px;
    background-color: rgba(69, 69, 71, 0.7);
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0);
    -moz-transform: skew(-10deg, 0);
    transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.AFTrape2 {
	transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    left: -90px !important;
}

#AFv2TopMenuContainer {
    transition: 1s;
    position: absolute;
    height: 70px;
    z-index: 100;
}

.AFTrape {
    /*text-align: right;
    padding-right: 50px;*/
	/*z-index: 1;
    display: block;
    content: "";
    width: 250px;
    height: 100vh;
    position: relative;
    top: 0px;
    left: -80px;
    background-color: transparent;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0);
    -moz-transform: skew(-10deg, 0);*/
}

.ReverseAFTrape {
    transform: skew(10deg, 0deg);
    -webkit-transform: skew(10deg, 0);
    -moz-transform: skew(10deg, 0);
}

.ReverseAFTrape1 {
    /*transform: skew(10deg, 0deg)*/
}

.ReverseAFTrape2 {
    display: block !important;
    margin-left: 0px !important;
    transition: 1s;
}

.AFv2NavigationMenuClass {
    display: block;
    position: relative;
    margin-left: -1840px;
    font-family: "OpenSans";
    margin-top: 44px;
    /*transform: skew(10deg, 0deg);*/
    transition: 1s;
}

.AFv2NavigationMenuClass ul {
    list-style-type: none;
    display: none;
}

.ReverseAFTrape2 ul {
    display: block;
}

.AFv2NavigationMenuClass li {
    padding-bottom: 10px;
    font-weight: bold;
    float: left;
    clear: left;
}

.AFv2NavigationMenuClass a {
    color: white;
    font-size: 16pt;
    font-weight: 100;
}

.AFv2NavigationMenuClass a:hover {
    text-decoration: none;

    color: #A12A7D;
}

.AFv2NavigationMenuClass a:focus {
    text-decoration: none;
    outline: none;
}

.AFv2TopMenuButtonClass {
    position: relative;
    margin-left: 60px;
    font-family: "OpenSans";
    color: white;
    cursor: pointer;
    padding-top: 20px;

    margin-top: 6px;
    transition: 1s;
}

#AFv2TopMenuButtonIcon {
    display: inline-block;
    background-image: url('Images/Hamburger_icon_1_.png');
    background-size: 100% 100%;
    width: 21px;
    height: 15px;

    margin-top: 10px;
}

.NavMenuOpen {
    background-image: url('Images/Hamburger_icon_7_.png') !important;
    background-size: 100% 100%;
    width: 21px;
    height: 15px;
}

#AFv2TopMenuButtonText {
    padding-left: 20px;
    font-size: 20px;
    color: #A12A7D;
}

.NavMenuTextOpen {
    color: white !important;
}

.AFv2TopMenuButtonClass.ReverseAFTrape {
    margin-left: 66px;
}

.AFv2TopMenuButtonClass > #AFv2TopMenuButtonText {
    display: none;
}

.AFv2TopMenuButtonClass:hover > #AFv2TopMenuButtonText {
    display: inline-block;
}
/*END style for menu*/

/*BEGIN style for News in Home page*/
.HomeNewsContent1 {
    background-color: #f8fcff;
}

.HomeNewsContent2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.AFNewsV2Class {
    width: 100%;
    padding-left: 0px;
}

.liAFNewsV2Class {
    display: inline-block;
    margin-bottom: 1%;
    margin-left: 1%;
    width: 48%;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding-bottom: 10px;
    background-color: white !important;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.175);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    transition: 2s;
    position: relative;
}

.liAFNewsHeaderImage ul {
    list-style: none;
    padding: 0px;
}

.liAFNewsHeaderImage img {
    width: 100%;
}

.liAFNewsHeaderImage a > img {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.AFNewsContentDetail > .liAFNewsHeaderImage img {
}

.liAFNewsHeaderImage li {
    display: block !important;
    width: 100% !important;
}

.liAFNewsContent {
    overflow: hidden;
}

.AFNewsContentDetail {
    height: auto !important;
    width: 97% !important;
    overflow: visible !important;
    font-family: "OpenSans";
}

.AFNewsReadMoreBtnContainer {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.AFNewsReadMoreBtnClass {
    float: right;
    cursor: pointer;
    font-family: "OpenSans";
    color: rgba(138, 140, 143, 1);
    margin-right: 10px;
}

.liAFNewsV2Class.AFNewsContentDetail div.liAFNewsContent {
     height: auto !important;
     overflow: visible !important;
}

#AFNewsV2 li {
    display: none;
}

.AFNewsSeparator {
    text-align: center;
    height: 0.9em;
    border-bottom: 2px solid rgba(224, 226, 226, 1);
    margin-bottom: 0.5em;
}

.AFNewsSeparator:first-line {
    background-color: #f8fcff;
    cursor: pointer
}
/*END style for News in Home page*/

/*BEGIN style for small header master page*/
.SmallHeaderContainer {
    z-index: 1;
    top: 0px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    height: 90px;
    background-image: url('Images/amaris_foundation_logo.png');
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: auto 100%; */
    transition: 1s;
} 

.SmallHeaderMain {
    margin-top: 90px;/*10vh;*/
}

.SmallHeaderTopImage {
    /*background-image: url('Images/Logotype_95.png');*/
    background-position-x: center; 
    background-repeat: no-repeat;
    height: 68px;
    /*margin-left: 17%;*/
    display: flex;
}

.SmallHeaderTopImage div {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.SmallHeaderTopImage1 {
    /*background-image: url('Images/Logotype_95.png');*/
    background-position-x: center; 
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 120px !important;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.SmallHeaderFooterContainer {
    background-color: #4D4D4F;
}

.SmallMiddleHeaderButtonContainer {
    float: right;
    margin-right: 5px;
    position: relative;
}

.SmallHeaderTopButtons {
    position: absolute;
    right: 20px;
    width: 480px;
    z-index: 1;

    margin-top: 7px;
    transition: 1s;
}

.SmallHeaderTopButtons div {
    margin-top: 5px;
    text-align: right;
}

.SmallFooterContent {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.SmallMiddleHeaderLogo {
    width: 100% !important;
    position: absolute;
}

.FoundationHeaderSubMenu a {
    font-size: 10pt;
}
/*END style for small header master page*/

/*BEGIN style for Projects*/
.ProjectsTopImage {
    /*background-image: url('Images/Projectpage_Header.jpg');*/
    background-image: url('images/project-homepage1.jpg');
    background-size: 100% auto;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    height: 90vh;
}

.ProjectTitle {
    background-image: url('Images/Title_project.png');
    background-repeat: no-repeat;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.ProjectSectionClass {
    width: 100%;
}


.ProjectItemHeaderContainer {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.SearchProjectContainer {
    width: 100%;
}

.SearchProjectTagListContainer {
    width: 92%;
    display: inline-block;
    float: left;
}

.SearchProjectButton {
    width: 7%;
    display: inline-block;
}

.SortProjectContainer {
    margin-bottom: 50px;
}

.ProjectTipTrickTitle p {
    font-weight: bold;
    font-size: 25px;
}

.ProjectTipTrickContainer {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 10px;
    background-color: white !important;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.175);
    height: 25vh;
    margin-bottom: 20px;
}

.ProjectTipTrickHeader p {
    font-size: 20px;
}

.ProjectTipTrickText {
    width: 85%;
    display: inline-block;
    height: 10vh;
    float: left;
}

.ProjectTipTrickText p {
    text-align: justify;
}

.ProjectTipTrickImage {
    display: inline-block;
    background-image: url('Images/Sparkle.png');
    background-size: 200%;
    background-position-x: center;
    background-position-y: center;
    height: 10vh;
    width: 14%;
    float: right;
}

.ProjectItemHeaderButtonToggle {
    border: 1px solid #A12A7D;
    background-color: #A12A7D;
    color: white;
    border-radius: 3px;
}

.ProjectItemHeaderButtonToggle:hover {
    background-color: white;
    color: #A12A7D;
}

button.ProjectItemHeaderButtonToggle.collapsed:before {
    content: 'See more';
    
}

button.ProjectItemHeaderButtonToggle:before {
    content: 'X';
    border: none !important;
}

.ProjectItemHeaderContent {
    width: calc(100% - 270px);
    display: inline-block;
    margin-top: 12px;
    margin-left: 10px;
}

.ProjectItemHeaderButton {
    display: inline-block;
    width: 80px;
    float: right;
    text-align: center;
    margin-top: 30px;
}

.ProjectItemHeaderButton4MyActivity {
    display: inline-block;
    width: 220px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 0px;
}

.ProjectItemContainer {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    background-color: white !important;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.175);
    margin-bottom: 10px;
    min-height: 92px;
}

.ProjectItemContainer4MyActivity {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    background-color: white !important;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.175);
    margin-bottom: 10px;
    min-height: 92px;
    position: relative;
}

.SparkleNumberImage {
    background-image: url('Images/Sparkle.png');
    background-size: 360% 280%;
    background-position-x: center;
    background-position-y: center;
}

.CommentNumberImage {
    background-image: url('Images/comment.png');
    background-size: 360% 280%;
    background-position-x: center;
    background-position-y: center;
}

.SparkleNumber {
    font-size: 20px;
}

.CommentNumber {
    font-size: 20px;
}


.ProjectItemHeaderImageContainer {
    
    height: 100%;
    display: inline-block;
    width: 180px;
    float: left;
}
.ProjectItemHeaderImage {
    background-size: cover;
    object-fit: contain;
    background-position: center;
    height: 100%;
}


.ProjectItemHeaderTitleText {
    display: inline-block;
}

.ProjectSparkleNumberContainer {
    display: inline-block;
}

.ProjectCommentNumberContainer {
    display: inline-block;
    margin-left: 30px;
}

.ProjectTagContainer {
    display: inline-block;
    overflow: hidden;
    max-width: 220px;
    height: 20px;
    float: right;
    margin-top: 29px;
    margin-left: 20px;
}

.ProjectHeaderLabel {
    font-weight: bold;
    font-size: 20px;
}

.ProjectItemHeaderImageContainer.expand {
    height: 200px;
    width: 100%;
    position: absolute;
}

.ProjectItemHeaderContent.expand {
    position: relative;
    color: white;
}

.ProjectItemHeaderButton.expand {
    position: relative;
}

.ProjectItemDetailContainer.collapse.in {
    margin-top: 15px;
}

.associated-tags {
    float: right !important;
}

.ProjectTipTrickTitle {
    background-image: url('Images/Icon_tipsandtricks.png');
    background-size: 120px 100%;
    background-repeat: no-repeat;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.ProjectDescription {
    margin-left: 10px;
    text-align: justify;
}



.ProjectItemImageDomain13 {
    background-image: url('Images/Projectpage_education_squarepicture.jpg');
}

.expand > .ProjectItemImageDomain13 {
    background-image: url('Images/Projectpage_education_headerproject.jpg');
}

.ProjectItemImageDomain14 {
    background-image: url('Images/Projectpage_employment_squarepicture.jpg');
}

.expand > .ProjectItemImageDomain14 {
    background-image: url('Images/Projectpage_employmentfinance_headerproject.jpg');
}

.ProjectItemImageDomain15 {
    background-image: url('Images/Projectpage_cultureart_squarepicture.jpg');
}

.expand > .ProjectItemImageDomain15 {
    background-image: url('Images/Projectpage_culture_headerproject.jpg');
}

.ProjectItemImageDomain16 {
    background-image: url('Images/Projectpage_food_squarepicture.jpg');
}

.expand > .ProjectItemImageDomain16 {
    background-image: url('Images/Projectpage_food_headerproject.jpg');
}

.ProjectItemImageDomain17 {
    background-image: url('Images/Projectpage_handicap_squarepicture.jpg');
}

.expand > .ProjectItemImageDomain17 {
    background-image: url('Images/Projectpage_handicap_headerproject.jpg');
}

.ProjectItemImageDomain18 {
    background-image: url('Images/Projectpage_health_squarepicture.jpg');
}

.expand > .ProjectItemImageDomain18 {
    background-image: url('Images/Projectpage_health_headerproject.jpg');
}




/*BEGIN Project Header Image CSS for QA*/
.ProjectItemImageDomain4 {
    background-image: url('Images/Projectpage_education_squarepicture.jpg');
}

.expand > .ProjectItemImageDomain4 {
    background-image: url('Images/Projectpage_education_headerproject.jpg');
}

.ProjectItemImageDomain5 {
    background-image: url('Images/Projectpage_employment_squarepicture.jpg');
}

.expand > .ProjectItemImageDomain5 {
    background-image: url('Images/Projectpage_employmentfinance_headerproject.jpg');
}

.ProjectItemImageDomain6 {
    background-image: url('Images/Projectpage_cultureart_squarepicture.jpg');
}

.expand > .ProjectItemImageDomain6 {
    background-image: url('Images/Projectpage_culture_headerproject.jpg');
}

.ProjectItemImageDomain7 {
    background-image: url('Images/Projectpage_food_squarepicture.jpg');
}

.expand > .ProjectItemImageDomain7 {
    background-image: url('Images/Projectpage_food_headerproject.jpg');
}

.ProjectItemImageDomain8 {
    background-image: url('Images/Projectpage_handicap_squarepicture.jpg');
}

.expand > .ProjectItemImageDomain8 {
    background-image: url('Images/Projectpage_handicap_headerproject.jpg');
}

.ProjectItemImageDomain9 {
    background-image: url('Images/Projectpage_health_squarepicture.jpg');
}

.expand > .ProjectItemImageDomain9 {
    background-image: url('Images/Projectpage_health_headerproject.jpg');
}

.ProjectItemImageDomain10 {
    background-image: url('Images/Projectpage_food_squarepicture.jpg');
}

.expand > .ProjectItemImageDomain10 {
    background-image: url('Images/Projectpage_food_headerproject.jpg');
}
/*END Project Header Image CSS for QA*/

/*END style for Projects*/

/*BEGIN style for scroll down circle*/
.scro-down {
  position: absolute;
  bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-image: url("Images/scroll-down.png");
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.8);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24%;
  cursor: pointer;
}

.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes floating {
  0%, 100% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10%);
  }
}

@keyframes floating {
  0%, 100% {
    transform: translateY(0);
    opacity: .7;
  }

  50% {
    transform: translateY(10%);
    opacity: 1;
  }
}
/*END style for scroll down circle*/

/*BEGIN style for Project Image form Document*/
.expand > .AFPIsquare {
    display: none;
}
/*END style for Project Image form Document*/

/*BEGIN style for Actor with right menu*/
.ActorMainContentClass
{
    float: left;
    width: 70%;
}

.ActorMenuContentClass
{
    position: absolute;
    right: 0px;
    width: 30%;
    height: 100%;
    background-color: #F8F6F6;
}

.ActorMenuContentClass ul {
	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;
}

.ActorMenuContentClass a {
	cursor: pointer;
}

.ActorModuleClass
{
    background-color: #FFFFFF;
    position: relative;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.175);
}

.ActorContent {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

.ActorListClass {
	padding-top: 0px;
}

.ActorListClass li {
	padding-bottom: 0px;
}

.ActorListItemClass {
	border: 1px solid #EAEAEA;
}

.ActorListItemText {
        display: inline-block;
	width: calc(100% - 70px);
	padding-left: 20px;
}

.ActorListItemImage {
	display: inline-block;
	width: 60px;
}

.ActorListItemImage img {
	height: 60px;
}

.ActorGroupClass {
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	font-weight: bold;
}

.SelectedActorItem {
	background-color: white;
}

/*END style for Actor with right menu*/

/*BEGIN style for Donation page*/
.DonationTopImage img {
	width: 100%;
    position: absolute;
    z-index: -3;
}

.DonationTopImage {
	position: relative;
	height: calc(100vw /2.4);
    overflow: hidden;
}

.AFDAmountClass {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #A12A7D;
	color: white;
}

.AFDCoordinationClass label[for*="Textbox-"]{
	width: 105px;
	
}

.AFDCoordinationClass input[id*="Textbox-"]{
	width: calc(100% - 109px);
	display: inline-block;
}

.AFDFreeDonationClass {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    color: black;
    line-height: 60px;
    border-radius: 0.3em;
}


.AFDFreeDonationClass input {
	display: inline-block;
	width: 100px;
}

.AFDFreeDonationClass > .text-muted {
	display: inline;
	color: white;
}

.AFDDonationChoiceClass strong {
	display: none;
}

.AFDDonationChoiceClass label {
    position: relative;
    height: 80px;
    width: 80px;
    margin: 0px;
    background-color: white;
    color: orange;
    font-size: 30px;
    font-weight: bold;
    border-radius: 0.3em;
    padding-left: 0px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.AFDSelected {
    background-color: orange !important;
    color: white !important;
}

.AFDDonationChoiceClass input[type=radio]:not(old) + label {
    background-color: orange;
    color: white;
}

.AFDDonationChoiceClass label > input {
    bottom: 10px;
    left: 54px;
}

.AFDGenderClass strong {
	display: inline-block;
	width: 105px;
}

.AFDCoordinateTitle div {
	text-align: center;
}

.AFDSubmit {
	display: none;
}
.margin-top-20 {
    margin-top: 20px;
}

.AFDReceivedOurNewsletterClass strong {
	display: none;
}

.AFDReceivedOurNewsletterClass label {
	font-weight: 700;
}

.AFDBeAcknowledgedAsDonorClass strong {
    display: none;
}

.AFDBeAcknowledgedAsDonorClass label {
    font-weight: 700;
}

.AFDCoordinationClassParentClass {
	background-color: #E0E2E2;
	padding-bottom: 30px;
	padding-top: 30px;
}

.AFDCoordinationClass {
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
}

.AFDCoordinateTitle {
	font-size: 30px;
	font-weight: 700;
}

.AFDDonateAmountTitle {
	font-size: 30px;
	font-weight: 700;
    margin-bottom: 20px;
}

.DonateButton {
	background-color: transparent;
	box-shadow: none;
	border: 2px solid #A12A7D;
	font-weight: 700;
	font-size: 14pt;
	color: #A12A7D;
}

.DonateButtonContainer button:hover {
	color: white;
	background-color: #A12A7D;
}

.DonateButtonContainer {
	text-align: center;
}

.DonateByIBAN {
	display: inline-block;
	margin-bottom: 20px;
}

.DonateByCheque {
	display: inline-block;
	margin-bottom: 20px;
}

.AFDDonateBy {
	display: none;
}

.DonationTaxDesc {
    background-color: orange;
    color: white;
    min-height: 181px;
    border-radius: 0.3em;
    display: table;
}

.DonationTaxDesc div {
    display: table-cell;
    vertical-align: middle;
}

.DonationTaxDesc ::before {
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #A12A7D;
    position: absolute;
    left: -11px;
    top: 46px;
}

.ADFDonationSection {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

 .TaxReductionAlert {
     color: orange;
     font-size: 27px;
 }

 .TaxReductionAlertWhite {
     color: white;
     width: 100%;
     font-size: 27px;
 }

 .AFDDonationTaxSelectionSection {
     display: none;
     background-color: orange;
     min-height: 181px;
     border-radius: 0.3em;
 }

 .DeducingTaxDonationCost {
     margin-top: 40px;
 }

 .AFDDonationTaxSelectionSection ::before {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 25px solid #A12A7D;
    position: absolute;
    left: -11px;
    top: 57px;
}

 .DonationTaxDesc p {
     margin-left: 10px;
     margin-right: 10px;
 }


 .AFDDonationTaxChoiceClass {
     margin-top: 10px;
     margin-bottom: 0px;

     display: none;
 }

 /*
 .AFDDonationTaxChoiceClass label {
     margin-right: 0px;
     margin-left: 0px;
     height: 50px;
     line-height: 70px;
     padding-left: 0px;
     font-weight: 600;
 }

 .AFDDonationTaxChoiceClass label > input {
     top: 0px;
     left: 30px;
 }
*/



 .AFDDonationTaxChoiceClass strong {
     display: inline-block;
     width: 100%;
 }

 .DonateByCard {
     display: inline-block;
 }

 .IndividualOrNotDeclare strong {
     display: none;
 }

 .DonationCompanyName {
     display: none;
 }
/*END style for Donation page*/

/*BEGIN style for new page responsive*/
.PageTopBigImage {
    position: relative;
	height: calc(100vw / 2.4);
    overflow: hidden;
}

.PageTopBigImage img {
    width: 100%;
    position: absolute;
    z-index: -3;
}

.AboutUsTopBigImage {
    position: relative;
	height: calc(100vw / 2.59);
    overflow: hidden;
}

.AboutUsTopBigImage img {
    width: 100%;
    position: absolute;
    z-index: -3;
}

.HomeTopStatement2 {
    text-align: center;
    padding-top: calc(10vw/0.7);
    font-size: calc(10vw/2.4);
    color: white;
}

.OurOperationImageLegend2 {
    text-align: center;
    color: white;
    height: 75px;
    font-size: 23px;
    font-family: "OpenSans";
}
/*END style for new page responsive*/

/*BEGIN style for Press page*/
.clear {
    clear: both;
}

.AFNewsV2PressImage ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.AFNewsV2PressTitle {
    /*cursor: pointer;*/
    font-weight: 700;
    font-size: 16pt;
    font-family: "OpenSans";
}

.AFContent {
    /*max-height: 0px;
    overflow: hidden; Turn off click and always show*/
    transition: max-height 2s ease-out;
    font-family: "OpenSans";
}
.AFNewsContentDetail4Press > .liAFNewsContent > .AFContent {
    max-height: 9000px;
    transition: max-height 2s ease-in;
}

.liAFNewsV2Class4Press {
    display: inline-block;
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    padding-bottom: 10px;
    background-color: white !important;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.175);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    transition: 2s;
}

.liAFNewsV2Class4Press > .liAFNewsHeaderImage a > img {
    border-radius: 0px;
}

.AFNewsContentDetail4Press {
    height: auto !important;
    overflow: visible !important;
}

.PressDownloadContactBackgroundImage {
    width: 100%;
    z-index: 1;
}

.PressDownload {
    position: absolute;
    display: inline-block;
    width: 49%;
    text-align: center;
    left: 0px;
    z-index: 10;
    top: 0px;
}

.PressDownload a {
    font-family: "OpenSans";
}

.PressContact a {
    border: 1px solid #fff;
}

.PressContact {
    position: absolute;
    display: inline-block;
    width: 49%;
    text-align: center;
    right: 0px;
    z-index: 10;
    top: 0px;
}

.PressDownloadContactContainer h4 {
    color: #ffffff;
    font-weight: 400 !important;
    font-size: 15pt;
    font-family: "OpenSans";
}

.PressSocialLinkContainer {
    text-align: center;
    color: #5a5a5a;
    font-size: 20pt;
    font-family: "OpenSans";
    padding: 10px 0;
}

.PressSocialLinkContainer a {
    color: #A12A7D;
}

.PressTag {
    position: absolute;
    padding: 5px;
    color: white;
}

.PressDownloadBackground {
    width: 55%;
    height: 100%;
    margin-left: -7%;
    background-color: rgba(76, 77, 79, 1);
    transform: skew(-14deg, 0deg);
}

.PressDownloadContactBackground {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 2;
    background-color: #A12A7D;
}

@media (max-width: 1550px){
    .PressDownloadContactContainer {
        height: 130px;
    }
}

.PressDownloadContactContainer {
    position: relative;
    overflow: hidden;
}

.PressSearchContainer {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.PressSearchInput {
    float: left;
    width: 75%;
}

.PressSearchButton {
    line-height: 28px;
    width: 25%;
}

/*END style for Press page*/

/*BEGIN style for My Activity page*/
.AFUPAvatarImage {
    width: 100px;
    display: inline-block
}

.AFUPAvatarImage img {
    width: 100%;
}

.AFUPUserName {
    display: inline-block;
}

.AFUPUserName div {
    display: inline-block;
    font-weight: bold;
}
/*END style for My Activity page*/

/*BEGIN style for Thank You page*/
.ThankYouPageContainer1 {
    position: relative;
    /*height: calc(100vw /2.4);*/
    overflow: hidden;
}

.ThankYouPageContainer1 img {
    width: 100%;
    position: absolute;
}


.ThankYouPageContainer2 {
    position: relative;
    width: 80%;
    background-color: white;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}

.ThankYouPageGreeting1 {
    text-align: center;
}

.ThankYouPageGreeting2 {
    text-align:center;
}

.ThankYouPageGreetingDonator {
    padding-top: 50px;
    text-align: center;
}

.ThankyouBigText {
    text-align: center;
    font-weight: bold;
    color: #a12a7d;
    font-size: calc(10vw/2.4);
}

.ThankYouPageGreeting3 {
    text-align: center;
    padding-top: 15px;
}

.ThankYouPageGreeting4 {
    text-align: center;
}

.ThankYouPageGreeting5 {
    text-align: center;
}

.ThankyouSignatureImageContainer {
    margin-bottom: 80px;
}

.ThankyouSignatureImageContainer img {
    position: relative !important;
    width: 100% !important;
}
/*END style for Thank You page*/

/*BEGIN style for Top Project page*/
.CenterWidth80Percent {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.TopProjectLeftSide {
    color: white;
}

.TopProjectLeftSide p {
    text-align: center !important;
}

.TopProjectRightSide {
    color: #A12A7D;
}

.TopProjectRightSide {
    text-align: center !important;
}

.TopProjectVideo div[id *= playerContainer] {
    text-align: center;
}

.TopProjectVideo div[id *= playerContainer] div[class *= RadMediaPlayer] {
    display: inline-block;
}

@media (max-width: 648px) {
    div.RadMediaPlayer
    {
        height: 100% !important; width: 100% !important;
    }

    div.RadMediaPlayer iframe
    {
        height: 100% !important; width: 100% !important;
    }


}
/*END style for Top Project page*/

/*BEGIN style for Landing page*/
.LandingBackgroundImage {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 0;
}

.LandingPageVideo div.RadMediaPlayer {
    width: auto !important;
}

.LandingPageVideo div.RadMediaPlayer iframe {
    width: 100% !important;
}

/*END style for Landing page*/

/*BEGIN style for Tile Project widget*/
.ProjectItemContainer4TileProject {
    position: relative;

    height: 100%;
}

.liTileProjectClass {
    display: inline-block;
    margin-bottom: 1%;
    margin-left: 5px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    padding-bottom: 10px;
    background-color: white !important;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.175);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    transition: 2s;
    position: relative;
}

@media (max-width: 767px) {
    .liTileProjectClass {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .liTileProjectClass {
        width: 48.9%;
    }
}

@media (min-width: 950px) {
    .liTileProjectClass {
        /*width: 32.3%;*/
        width: 48.9%;
    }
}

@media (min-width: 1550px) {
    .liTileProjectClass {
        width: 24.3%;
    }
}

.tileProjectRow1Class {
    position: relative;
}

.tileProjectItemHeaderImage {
    position: relative;

    height: 250px;
    overflow: hidden;
}

.tileProjectItemHeaderImage img {
    width: 100%;
    display: block;

    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.tileProjectDomain {
    position: relative;
    display: inline-block;
}

.listTileProjectClass {
    list-style: none;
    padding: 0px;
}

.tileProjectDomain {
    background-color: aquamarine;
    position: absolute;
    top: 0px;
    font-weight: bold;
}

.tileProjectDomain p {
    margin: 5px;
}

.tileProjectSeeMoreButtonContainerClass {
    text-align: center;

    position: absolute;
    width: 100%;
    bottom: 0px;
}

.tileProjectRow2Class p {
    text-align: right;
    margin: 10px;
    color: #A12A7D;
    font-weight: bold;
}

.tileProjectTitle {
    font: normal 100%/normal "OpenSans", Helvetica, Arial, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

.tileProjectTitle p {
    margin: 10px;
    color: #A12A7D;
    font-weight: bold;
    font-size: xx-large;
}

.tileProjectDescription {
    font: normal 100%/normal "OpenSans", Helvetica, Arial, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

.tileProjectDescription p {
    margin: 15px;
    text-align:justify;
}

@media (min-width: 768px) {
    .tileProjectDetailModal {
        width: 60% !important;
    }
}

.tileProjectDetailModalContent {
    border-radius: 0px !important;
}

.IronTopBottomBorder {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.TileProjectDetailModalFooterButton {
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    text-align: center;
}

.TileLogoPublishDateContainer {
    clear: right;

    display: inline-block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font: normal 100%/normal "OpenSans", Helvetica, Arial, sans-serif;
}

.TileLogoProject {
    display: inline-block;
    margin-left: 10px;
}

.TilePublishDateProject {
    display: inline-block;
    float: right;
}

.TileProjectVideoContainer {
    margin: 10px;
    text-align: center;
}

.TileProjectVideo { 
    width: 560px;
    height: 17vw;
}

@media (max-width: 1880px) {
    .TileProjectVideo {
        width: 100% !important;
    }
}

@media (max-width: 992px){
    .TileProjectVideo {
        height: 315px !important;
    }
}

@media (max-width: 360px) {
    .TileLogoProject {
        width: 90%;
    }
    .TileLogoPublishDateContainer {
        width: 100%;
    }
    .tileProjectDetailModalLogo {
        width: 100%;
    }
    .tileProjectDetailModalLogo img {
        width: 100%;
    }
}

.loadingBar {
    text-align: center;
}

.loadingBar i {
    font-size: 5em;
}

.TileProjectModal {
    overflow-y: auto !important;
}

.TileProjectModalDismissButtonContainer{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
}

.TileProjectModalDismissButton {
    width: auto;
    line-height: normal;
}

button.TileProjectModalDismissButton:before  {
    content: 'X';
}

.TileLogoAssociationCountryLinkProject {
    display: inline-block;
    width: calc(100% - 210px);
    margin-top: 10px;
}

@media(max-width: 768px){
    .TileLogoAssociationCountryLinkProject {
        width: 100%;
    }
    .TilePublishDateProject {
        width: 100% !important;
    }
    .tileProjectRow2Class p{
        text-align: left;
    }
}

.TileProjectInfo1 {
    display: inline-block;
    color: #A12A7D;
    margin-left: 10px;
}

.TilePublishDateProject {
    display: inline-block;
    width: 205px;
}

.TileProjectLinkWebsite a {
    color: #aeaeae;
    font-weight: bold;
}

.TileProjectAssociation {
    font-size: 18px !important;
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
}

.TileProjectCountryOfAction {
    color: #aeaeae !important;
}
/*END style for Tile Project widget*/

/*BEGIN Common style*/
.CenterWidth90Percent {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
/*END Common style*/

/*BEGIN style for Common Loading bar*/
.progress-bar {
    background-image: linear-gradient(45deg,rgba(161,42,125,.5) 25%,transparent 25%,transparent 50%,rgba(161,42,125,.5) 50%,rgba(161,42,125,.5) 75%,transparent 75%,transparent) !important;
    background-color: transparent !important;
}

/*END style for Common Loading bar*/

/*BEGIN style to fix bootstrap tooltip*/
.tooltip-inner {
    max-width: none !important;
}
/*END style to fix bootstrap tooltip*/

/*BEGIN style for Propose Project*/
.LabelandHelpSign p {
    display: inline-block;
}

.IdentificationOrganisationNumberHelp:hover {
    cursor: pointer;
}
/*END style for Propose Project*/

/*BEGIN style for My Project In Tile page*/
.myprojectintileProjectStatusList {
    background: #faf8f6;
    border: 1px solid #c8bbc4;
    border-radius: 5px;
    float:left;
    margin: 0;
    list-style-type: none;
    transition: all .3s;
    padding: 0px;
    margin: 0px;
    display: block;

    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.myprojectintileProjectStatusList > li {
    list-style: none;
    display: inline-block;

    background: 0 0;
    color: #a3238e;
    float: left;
    border-right: 1px solid #c8bbc4;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
}

.myprojectintileProjectStatusList > li:last-child {
    border-right: none;
}

.myprojectintileProjectStatusList > li:last-child a {
    border-radius: 0 5px 5px 0;
}

.myprojectintileProjectStatusItem > a {
    display: block;
    background: #fff;
    padding: .5rem 1.8rem;
    text-transform: capitalize;
    border-radius: 5px 0 0 5px;
    color: #a3238e;
}

.myprojectintileProjectStatusItem > a:hover {
    text-decoration: none;
    outline: 0;
    background: #E0E0E0;
    color: #7B2971;
    cursor: pointer;
}

.myprojectintileProjectStatusItem > a:active {
    text-decoration: none;
    outline: 0;
}

.myprojectintileProjectStatusItem > a > span {
    display: inline-block;
}

.myprojectintileProjectStatusItemSelected > a {
    background: #E0E0E0;
    box-shadow: inset 0 5px 10px 0 rgba(6,6,6,.15);
}

.myprojectintileUserName {
    color: #A12A7D;
}

.ProjectInTileSearchInputClass {
    width: calc(100% - 110px) !important; 
    display: inline-block !important;
}

@media (max-width: 400px){
    .ProjectInTileSearchInputClass {
        width: 100% !important; 
    }
}

.ProjectInTileSearchButtonClass {
    line-height: 30px;
}
/*END style for My Project In Tile page*/

/*BEGIN Fix responsive*/
.PageTopBigImageContainer {
    overflow: hidden;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
/*END Fix responsive*/

/*BEGIN Rebranding*/
.foundationHeroPattern {
    z-index: -2 !important;
    width: 60% !important;
}

.foundationSocialIcon {
    font-size: 36pt;
    width: 50px;
    height: 45px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.foundationSocialIcon img {
    position: absolute;
    top: 0px;
}

.foundationSocialIcon:hover img {
    /*transition: all 300ms ease !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease; do not need animation*/
    position: absolute;
    top: -48px;
}

.foundationfootersocialicon h3 {
    vertical-align: 15px;
    margin-right: 20px;
}

.st0 {
  fill: #4B4B4A; }

.st1 {
  fill: #A2268D; }

.site-logo {
    display:block;
    position: relative; 
    max-width: 240px; 
    margin: .2rem auto 0;
} 
/*END Rebranding*/
/*BEGIN crowfunding*/
.count-down-block {
    width: 84%;
    background: #fafafa;
    color: grey;
    padding: 16px 0;
    padding-bottom: 0;
    text-align: center;
}
.count-down-block .day-left {
    background: #DCDEDE;
    padding: 15px 0;
}
.your-rewards-block {
    width: 84%;
    text-align: center;
}
.your-rewards-block .rewards-title {
    background: lightgrey;
    padding: 10px 0;
    border: 1px solid lightgrey;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.rewards-block {
    border: 1px solid lightgray;
    border-bottom: none;
    display: inline-flex;
    width: 100%;
    background: #fff;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}
.rewards-block:hover {
    background: #DCDEDE;
}
.rewards-text,
.rewards-text {
    padding-top: 10px;
    color: #337ab7;
    font-size: 18px;
}
.rewards-content {
    text-align: left;
    padding: 0 20px;
    background: #fff;
    border: 1px solid lightgrey;
    border-top: none;
}
.rewards-button {
    padding-top: 10px;
    position: absolute;
    right: 10px;
}
.padding-lr-75 {
    padding-left: 75px;
    padding-right: 75px;
}
/*END crowfunding*/
.donate-button-fullpurple {
    background: #A12A7D;
    color: #fff;
    padding: 15px 20px;
    box-shadow: none;
    border: 2px solid #A12A7D;
    font-weight: 700;
    font-size: 14pt;
}
.donate-button-fullpurple:hover {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .2);
    border-color: rgba(0, 0, 0, .2);
}
.popup-overlay-fullscreen {
    background: rgba(0,0,0,.5);
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
/*HELPUS popup content*/
#helpusModal .modal-content {
    border: 5px solid #A12A7D;
}
#helpusModal .modal-body {
    width: 100%;
}
.inline-content {
    display: inline-flex;
}
.english-version-title, .french-version-title {
    text-align: center;
    border: 1px solid #A12A7D;
}
.version-title {
    border-bottom: 1px solid #A12A7D;
}
.version-content {
    text-align: left;
    padding: 10px;
}
.btn-close-purple {
    border-color: #A12A7D;
    color: #A12A7D;
}
.btn-close-purple:hover {
    background-color: #A12A7D;
    color: #fff;
}
.text-white {
    color: #fff;
}
.width-auto {
    width: auto !important;
}
@media(max-width: 992px) {
    .pd-lr-20per {
        padding: 0 20%;
    }
    .pd-lr-20per .count-down-block,
    .your-rewards-block {
        width: 100%;
    }
    .pd-res-lr-75 {
        padding-right: 75px;
        padding-left: 75px;
    }
    .sfContentBlock {
        padding: 0 15px;
    }
}
@media(max-width: 480px) {
    .padding-lr-75,
    .pd-res-lr-75 {
        padding-left: 15px;
        padding-right: 15px;
    }
}