    /*** Reset CSS END ***/
    /*** TODO Embed fonts ***/
    /*** TODO Add necessary prefixes ***/
    #yog {
      /* margin: 1em; */
      font: 13px/1 GothamBook, sans-serif;
      border: 1px solid transparent;
      border-radius: 6px;
      overflow: hidden;
      transition: .3s ease border-color;
    }

    /* #yog:hover {
      border-color: rgb(0,154,68);
    } */

    #yog label {
      -webkit-user-select: none;
    user-select: none;
    color: #000000;
    cursor: pointer;
    line-height: 48px;
    margin: 0px;
      }

      #yog img{
        display: inline-block;
    margin-left: auto;
    text-align: right;
    position: relative;
    float: right;
    height: 48px !important;
      }

    #yog abbr {
      text-decoration: none;
    }

    /* #yog__checkbox {
      position: absolute;
      display: inline;
      width: 1px;
      height: 1px;
      opacity: 0;
    } */
    #yog__checkbox:focus + #yog #yog__fakeCheckbox {
      border-color: #000;
      box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    }

    #yog__fakeCheckbox {
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 4px;
      border: solid 1px #899cad;
      background-color: #ffffff;
    }

    /* @media (min-device-pixel-ratio: 1.25), (min-resolution: 144dpi), (min-resolution: 1.25dppx) {
      #yog__fakeCheckbox {
        background-image: url(../images/icon_checkbox_unchecked@2x.png);
      }
    }
    @media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 144dpi), (min-resolution: 1.25dppx) {
      #yog__fakeCheckbox {
        background-image: url(../images/icon_checkbox_unchecked@2x.png);
      }
    }
    @media (min-device-pixel-ratio: 2.5), (min-resolution: 216dpi), (min-resolution: 2.5dppx) {
      #yog__fakeCheckbox {
        background-image: url(../images/icon_checkbox_unchecked@3x.png);
      }
    }
    @media (-webkit-min-device-pixel-ratio: 2.5), (min-resolution: 216dpi), (min-resolution: 2.5dppx) {
      #yog__fakeCheckbox {
        background-image: url(../images/icon_checkbox_unchecked@3x.png);
      }
    } */

    #yog__checkbox:checked ~ #yog #yog__fakeCheckbox {
      /* background: url(../images/icon_checkbox_checked.png)  no-repeat 50% 50%;
      background-size: 30px 30px; */
      /* background-size: 17px 14px;
      background-position: center;
      background-repeat: no-repeat; */


     
    }

    /* #yog.checked #yog__fakeCheckbox {
      background: url(../images/icon_checkbox_checked.png)  no-repeat 50% 50%;
      background-size: 30px 30px;
    }

    @media (min-device-pixel-ratio: 1.25), (min-resolution: 144dpi), (min-resolution: 1.25dppx) {
      #yog__checkbox:checked ~ #yog #yog__fakeCheckbox,
      #yog.checked #yog__fakeCheckbox {
        background-image: url(../images/icon_checkbox_checked@2x.png);
      }
    }
    @media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 144dpi), (min-resolution: 1.25dppx) {
      #yog__checkbox:checked ~ #yog #yog__fakeCheckbox,
      #yog.checked #yog__fakeCheckbox {
        background-image: url(../images/icon_checkbox_checked@2x.png);
      }
    }
    @media (min-device-pixel-ratio: 2.5), (min-resolution: 216dpi), (min-resolution: 2.5dppx) {
      #yog__checkbox:checked ~ #yog #yog__fakeCheckbox,
      #yog.checked #yog__fakeCheckbox {
        background-image: url(../images/icon_checkbox_checked@3x.png);
      }
    }
    @media (-webkit-min-device-pixel-ratio: 2.5), (min-resolution: 216dpi), (min-resolution: 2.5dppx) {
      #yog__checkbox:checked ~ #yog #yog__fakeCheckbox,
      #yog.checked #yog__fakeCheckbox {
        background-image: url(../images/icon_checkbox_checked@3x.png);
      }
    } */

    #yog__participateText, #yog__fakeCheckbox {
      display: inline-block;
      vertical-align: middle;
    }

    #yog__participateText {
      margin-left: 12px;
      font-size: 14px;
      font-weight: bold;
      color: #1b2654;
    }

    #yog__donationAmountContainer {
      margin-left: 40px;
    }

    #yog__donationAmountContainer label{
        display: inline-block;
    }

    #yog #yog__donationAmountContainer {
      display: none;
    }

    #yog__checkbox:checked ~ #yog #yog__donationAmountContainer {
      display: block;
    }

    #yog.checked #yog__donationAmountContainer {
      display: block !important;
    }



    /* #yog__checkbox:checked ~ #yog {
      border-color: rgb(0,154,68);
    } */

    /* #yog.checked {
      border-color: rgb(0,154,68);
    } */

    #yog__checkboxLabel {
      display: block;
      /* background: #e9e9e9 url(../images/logo.png) no-repeat right 15px top 13px; */
      /* padding: 13px 12px 10px 12px;
      background-size: 138px 41px;; */
      /* margin-bottom: 0px;
        min-height: 60px;
        background-color: #e9e9e9;
        background-image: url(../images/logo.png);
        background-repeat: no-repeat;
        background-position-x: 98%;
        background-position-y: 13px; */
    }

    /* @media (min-device-pixel-ratio: 1.25), (min-resolution: 144dpi), (min-resolution: 1.25dppx) {
      #yog__checkboxLabel {
        background-image: url(../images/logo@2x.png);
      }
    }
    @media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 144dpi), (min-resolution: 1.25dppx) {
      #yog__checkboxLabel {
        background-image: url(../images/logo@2x.png);
      }
    }
    @media (min-device-pixel-ratio: 2.5), (min-resolution: 216dpi), (min-resolution: 2.5dppx) {
      #yog__checkboxLabel {
        background-image: url(../images/logo@3x.png);
      }
    }
    @media (-webkit-min-device-pixel-ratio: 2.5), (min-resolution: 216dpi), (min-resolution: 2.5dppx) {
      #yog__checkboxLabel {
        background-image: url(../images/logo@3x.png);
      }
    } */

#yog__donation__img{
        display: inline-block;
    background: #e9e9e9 url(../images/donate.png) no-repeat;
    background-size: 51px 48px;
    height: 51px;
    width: 48px;
    margin-bottom: -20px;
    margin-left: 10px;
}

    /* #yog__checkbox:checked ~ #yog #yog__checkboxLabel {
      box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .17);
    }

    #yog.checked #yog__checkboxLabel {
      box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .17);
    } */

    #yog__donationAmountTextbox {
      width: 50px;
      font: 14px/1 GothamBook, sans-serif;
      border-radius: 4px;
      border: 1px solid #c7c7cd;
      /* margin-right: 9px; */
      height: 20px !important;
      line-height: 20px !important;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      margin-bottom: 0px;
    }

  

    #yog__donationAmountTextbox_AED{
      
      width: 40px;
    height: 28px;
    /* border-radius: 3.6px; */
    border: solid 1.2px #dee4eb;
    background-color: #dee4eb;
    display: inline-block;
    line-height: 30px;
    margin-left: -6px;
    /* margin-top: 0px; */
    text-align: center;
    border: 1px solid #c7c7cd;
    /* margin-top: 0px; */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    }

    .yog__donation{
        color: rgb(0,154,68) !important;
        display: none;
    }

    /** This is needed as the donation amount is a number input textbox and
        Webkit browsers add the incremental arrows
    **/
    #yog__donationAmountTextbox::-webkit-outer-spin-button,
    #yog__donationAmountTextbox::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    #yog__donationAmountLabel {
      margin-right: 5px !important;
      line-height: 0px !important;
    }

    .yog__checkboxLearnMore {
      display: inline-block;
      margin: 0 16px;
      
    }

    .hint-text{
      font-size: 12px;
    cursor: default !important;
    font-weight: normal !important;
    line-height: 12px !important;
    display: inline-block  !important;
    color: #647384 !important;
    margin-top: 10px !important;
    }

    /* #yog__checkbox:checked ~ #yog .yog__checkboxLearnMore {
      display: inline-block;
    } */

    #yog__checkbox:checked ~ #yog .yog__checkboxLearnMore a {
      /* Fixes ux issue - Clicking twice in a row in the 
      beginning might cause the user to be redirected unexpectedly */
      -webkit-animation: learnMoreAppear 1s ease;
      animation: learnMoreAppear 1s ease;
    }


    @-webkit-keyframes learnMoreAppear {
      0% {
        visibility: hidden;
        opacity: 0;
      }
      80% {
        visibility: hidden;
        opacity: 0;
      }
      81% {
        visibility: visible;
        opacity: 0;
      }
      100% {
        visibility: visible;
        opacity: 1;
      }
    }
    @keyframes learnMoreAppear {
      0% {
        visibility: hidden;
        opacity: 0;
      }
      80% {
        visibility: hidden;
        opacity: 0;
      }
      81% {
        visibility: visible;
        opacity: 0;
      }
      100% {
        visibility: visible;
        opacity: 1;
      }
    }

    #yog.checked .yog__checkboxLearnMore {
      display: inline-block;
    }

    .yog__checkboxLearnMore a {
      font-size: 14px;
      color: #005ba8 !important;
      display: inline-block;
      padding-right: 20px; /* 14 + (space) */
      background: transparent url(../images/open.png) no-repeat right;
      background-size: 14px 13px;
      text-decoration: underline;
    }

    /* @media (min-device-pixel-ratio: 1.25), (min-resolution: 144dpi), (min-resolution: 1.25dppx) {
      .yog__checkboxLearnMore a {
        background-image: url(../images/open@2x.png);
      }
    }
    @media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 144dpi), (min-resolution: 1.25dppx) {
      .yog__checkboxLearnMore a {
        background-image: url(../images/open@2x.png);
      }
    }
    @media (min-device-pixel-ratio: 2.5), (min-resolution: 216dpi), (min-resolution: 2.5dppx) {
      .yog__checkboxLearnMore a {
        background-image: url(../images/open@3x.png);
      }
    }
    @media (-webkit-min-device-pixel-ratio: 2.5), (min-resolution: 216dpi), (min-resolution: 2.5dppx) {
      .yog__checkboxLearnMore a {
        background-image: url(../images/open@3x.png);
      }
    } */

    #yog__donationAmountTextbox[type=number]::-webkit-inner-spin-button, 
    #yog__donationAmountTextbox[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
    }

.formBoldRed {
    font-weight: bold;
    font-size: 11pt;
    color: #40496A;
    font-family: 'Gotham Medium', Arial, 'Arial Black';
}

.participateText{
  display: inline-block;
  vertical-align: middle;
}

/* .participateText a{
  display: none;
} */
/* #yog__checkbox:checked ~  #yog  .participateText .yog__checkboxLearnMore,
#yog.checked .participateText .yog__checkboxLearnMore{
  display: none;
}

#yog__checkbox:checked ~  #yog  .participateText .yog__checkboxLearnMore--mobileVariant {
  display: none !important;
}

#yog.checked  .participateText .yog__checkboxLearnMore--mobileVariant {
  display: none !important;
} */


@media (max-width: 600px) {
  #yog label{
    line-height: 24px !important;
  }

  .participateText{
    max-width: 50%;
  }

  /* .payment-label{
    float: none !important;
    text-align: center;
  } */

    /* #yog__checkboxLabel {
        background-image: none;
      } */

      /* .yog__checkboxLearnMore{
        display: none !important;
      } */

      /* .yog__checkboxLearnMore {
        display: none !important;
      }

      #yog__checkbox:checked ~  #yog  .participateText .yog__checkboxLearnMore--mobileVariant {
        display: block !important;
        padding-top: 7px;
        margin-left: 12px;
        text-align: center;
      } */

      /* #yog.checked  .participateText .yog__checkboxLearnMore--mobileVariant {
        display: block !important;
        padding-top: 7px;
        margin-left: 12px;
        text-align: center;
      }

      #yog.checked .participateText .yog__checkboxLearnMore--mobileVariant {
        display: block;
      } */


    /* #yog__checkboxLabel {
      background: #e9e9e9 url(../images/logo-small.png) no-repeat right 15px top 13px;
      padding: 13px 12px 10px 12px;
      background-size: 91px 41px;;
    } */

    /* @media (min-device-pixel-ratio: 1.25), (min-resolution: 144dpi), (min-resolution: 1.25dppx) {
      #yog__checkboxLabel {
        background-image: url(../images/logo-small@2x.png);
      }
    }
    @media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 144dpi), (min-resolution: 1.25dppx) {
      #yog__checkboxLabel {
        background-image: url(../images/logo-small@2x.png);
      }
    }
    @media (min-device-pixel-ratio: 2.5), (min-resolution: 216dpi), (min-resolution: 2.5dppx) {
      #yog__checkboxLabel {
        background-image: url(../images/logo-small@3x.png);
      }
    }
    @media (-webkit-min-device-pixel-ratio: 2.5), (min-resolution: 216dpi), (min-resolution: 2.5dppx) {
      #yog__checkboxLabel {
        background-image: url(../images/logo-small@3x.png);
      }
    } */


    /* .rtl #yog__checkboxLabel {
      background: #e9e9e9 url(../images/logo-ar.png) no-repeat right 15px top 13px;
      padding: 13px 12px 10px 12px;
      background-size: 91px 41px;;
    } */

    /* @media (min-device-pixel-ratio: 1.25), (min-resolution: 144dpi), (min-resolution: 1.25dppx) {
      .rtl  #yog__checkboxLabel {
        background-image: url(../images/logo-ar@2x.png);
      }
    }
    @media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 144dpi), (min-resolution: 1.25dppx) {
      .rtl #yog__checkboxLabel {
        background-image: url(../images/logo-ar@2x.png);
      }
    }
    @media (min-device-pixel-ratio: 2.5), (min-resolution: 216dpi), (min-resolution: 2.5dppx) {
      .rtl #yog__checkboxLabel {
        background-image: url(../images/logo-ar@3x.png);
      }
    }
    @media (-webkit-min-device-pixel-ratio: 2.5), (min-resolution: 216dpi), (min-resolution: 2.5dppx) {
      .rtl #yog__checkboxLabel {
        background-image: url(../images/logo-ar@3x.png);
      }
    } */



}

  

    .rtl #yog__checkboxLabel{
      background-position-x: 2%;
      background-position-y: 13px;
    }

    .rtl .yog__checkboxLearnMore a{
      padding-left: 20px;
      padding-right: 0px;
      background-image: url(../images/open.png);
      background-position: left;
    }

    .rtl #yog__donationAmountLabel{
      margin-left: 22px;
      margin-right: 0px;
    }

    .rtl #yog__donationAmountTextbox{
      margin-right: 0px;
      margin-left: 9px;
    }

    .rtl #yog__participateText{
      margin-left: 0px;;
      margin-right: 12px;
    }

    .rtl .participateText{
      margin-left: 10px;
    }