@font-face{
    font-family:MyriadPro-Regular;
    src:url(../fonts/MyriadPro-Regular/MyriadPro-Regular.eot?#iefix) format('embedded-opentype'),url(../fonts/MyriadPro-Regular/MyriadPro-Regular.otf) format('opentype'),url(../fonts/MyriadPro-Regular/MyriadPro-Regular.woff) format('woff'),url(../fonts/MyriadPro-Regular/MyriadPro-Regular.ttf) format('truetype'),url(../fonts/MyriadPro-Regular/MyriadPro-Regular.svg#MyriadPro-Regular) format('svg');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:MyriadPro-Bold;
    src:url(../fonts/MyriadPro-Bold/MyriadPro-Bold.eot?#iefix) format('embedded-opentype'),url(../fonts/MyriadPro-Bold/MyriadPro-Bold.otf) format('opentype'),url(../fonts/MyriadPro-Bold/MyriadPro-Bold.woff) format('woff'),url(../fonts/MyriadPro-Bold/MyriadPro-Bold.ttf) format('truetype'),url(../fonts/MyriadPro-Bold/MyriadPro-Bold.svg#MyriadPro-Bold) format('svg');
    font-weight:400;
    font-style:normal
}
body{
    background:#a9b0b7;
    font:400 16px/1.5 MyriadPro-Regular;
    color:#000
}
.btn-maroon,.header-section .btn{
    font-family:MyriadPro-Regular
}
main{
    max-width:1250px;
    margin:auto
}
h2{
    font-size:42px
}
h3{
    font-size:30px
}
h4{
    font-size:27px
}
h5{
    font-size:24px
}
p{
    font-size:18px
}
.btn-maroon{
    background:#ac2b37;
    font-size:26px;
    color:#fff!important;
    text-align:center;
    border:3px solid #a9b0b7;
    padding:0
}
.btn-maroon.rounded{
    border-radius:10px!important
}
.btn-maroon:hover{
    background:#8e252f
}
.countdown-section,.cta-section,.header-section,.video-section,.whitebox{
    background:#fff
}
.box-shadow{
    border-radius:15px;
    box-shadow:0 5px 25px rgba(0,0,0,.6)
}
@media only screen and (max-width:767px){
main{
    max-width:98%
}
}
.fund-slider h2 span:last-child{
    font-size:20px
}
.fund-slider .meter{
    height:55px;
    max-width:430px;
    width:100%;
    border:3px solid #a9b0b7;
    border-radius:5px;
    margin:10px 0;
    transition:all 2s ease-in-out;
    position: relative;
}
.fund-slider .meter > div{
    position: relative;
    background: rgb(160, 19, 33);
    width: 0%;
    height: 100%;
}
.fund-slider .meter img{
    position:absolute;
    max-width:64px;
    right:-32px;
}
.fund-slider h2{
    margin: 0;
    clear: both;
}
.stopwatch{
    display:flex;
    align-items:center;
    clear: both
}
.stopwatch img{
    margin-right:15px
}
.stopwatch .counter{
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
    padding:15px 0
}
.stopwatch .counter>div{
    display:flex;
    align-items:center
}
.stopwatch .counter>div span{
    font-size:20px;
    display:inline-block
}
.stopwatch .counter>div span:first-child{
    font-size:30px;
    margin-right:5px
}
.stopwatch .counter>div span:nth-of-type(2){
    margin-right:8px
}
#ctaModal .modal-body{
    height:calc(100vh - 100px);
    overflow:auto;
    display: flex;
}
#ctaModal .modal-body iframe{
    width:100%;
    height: 100%;
    border: 0;
}
@media only screen and (max-width:767px){
    #ctaModal .modal-body{
        height:calc(100vh - 100px)
    }
    #ctaModal .modal-content{
        width:90%;
        margin:auto
    }
}
.whitebox{
    padding:0 45px;
    margin:30px 10px
}
@media only screen and (max-width:575px){
    .whitebox{
        padding:0 30px
    }
}

/***************************************************************
Main Page
****************************************************************/
  /* Header section */
  .main-page .header-section .row{
    display: flex;
    justify-content: space-between;
    padding: 20px 0 45px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .main-page .header-section .btn {
    height: 55px;
    line-height: 55px;
    width: 200px;
    font-size: 40px;
    outline: 0;
  }
  .main-page .challenge-box .challenge-box__title, .main-page .challenge-section__title, .main-page .cta-section .row2 .col-left h2, .main-page .cta-section .row2 .col-right .content .milestone.unlocked, .main-page .cta-section .row2 .col-right .content h2, .main-page .cta-section .row2 .col-right .content h3 {
    font-family: MyriadPro-Bold;
  }
  @media only screen and (max-width: 575px) {
    .main-page .header-section .row{
      align-items: center;
    }
    .main-page .header-section img {
      height: 35px;
    }
    .main-page .header-section .btn {
      font-size: 18px;
      height: 40px;
      line-height: 40px;
      width: 130px;
    }
  }
   /* Banner section */
  .main-page .banner-section .col-left img {
    max-width: 100%;
    align-self: center;
  }
  .main-page .banner-section .col-right {
    padding-left: 50px !important;
  }
  .main-page .banner-section .fund-slider .meter .gifts-total {
    font-size: 42px;
    position: absolute;
    right: -25%;
    top: -3px;
    width: 25%;
    text-align: center;
  }
  .main-page .banner-section .fund-slider .meter .gifts-total > span {
    display: block;
    line-height: 1;
  }
  .main-page .banner-section .fund-slider .meter .gifts-total > span:nth-of-type(2) {
    font-size: 21px;
  }
  .main-page .banner-section .fund-slider h1 {
    clear: both;
    max-width: 430px;
  }
  @media only screen and (max-width: 1199px) {
    .main-page .banner-section .fund-slider .meter {
      width: 80%;
    }
    .main-page .banner-section .fund-slider h1 {
      width: 80%;
    }
    .main-page .banner-section .fund-slider .meter .gifts-total {
      width: 20%;
    }
  }
  @media only screen and (max-width: 991px) {
    .main-page .banner-section .col-left .content {
      display: flex;
      justify-content: center;
    }
    .main-page .banner-section .fund-slider {
      margin: 25px 0;
    }
    .main-page .banner-section .fund-slider h2 {
      text-align: center;
    }
    .main-page .banner-section .fund-slider .meter {
      margin: 10px auto;
    }
    .main-page .banner-section .fund-slider h1 {
      margin: auto;
    }
    .main-page .banner-section .stopwatch {
      justify-content: center;
    }
    .main-page .banner-section .col-right {
      padding: 0 15px !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-page .stopwatch .counter > div span:first-child {
      font-size: 24px;
    }
    .main-page .stopwatch .counter > div span:nth-of-type(2) {
      font-size: 16px;
    }
    .main-page .banner-section .fund-slider {
      margin-top: 0;
    }
    .main-page .banner-section .fund-slider .meter {
      float: left;
    }
    .main-page .banner-section .fund-slider h1 {
      font-size: 30px;
      margin-left: 0;
    }
  }
  @media only screen and (max-width: 575px) {
    .main-page .stopwatch img {
      max-width: 40px;
    }
    .main-page .stopwatch .counter > div span:nth-of-type(2) {
      font-size: 12px;
    }
    .main-page .banner-section .fund-slider h2 {
      font-size: 24px;
    }
    .main-page .banner-section .fund-slider h2 span:last-child {
      font-size: 18px;
    }
    .main-page .banner-section .fund-slider .meter .gifts-total {
      top: 8px;
      font-size: 24px;
    }
    .main-page .banner-section .fund-slider .meter .gifts-total > span:nth-of-type(2) {
      font-size: 14px;
    }
    .main-page .banner-section .fund-slider h1 {
      font-size: 24px;
    }
  }
   /* Cta section */
  .main-page .cta-section {
    padding-bottom: 50px;
  }
  .main-page .cta-section .row1 .col-left {
    display: flex;
    align-items: flex-start;
  }
  .main-page .cta-section .row1 .col-left > div {
    max-width: 50%;
  }
  .main-page .cta-section .row1 .col-left img {
    margin-top: 40px;
    max-width: 100%;
  }
  .main-page .cta-section .row1 .col-right a {
    background-color: #003366;
    font-size: 60px;
    line-height: 62px;
    color: #fff;
    text-decoration: none;
    padding: 20px 87px;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 10px;
    cursor: pointer;
    border: 3px solid #a9b0b7;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .main-page .cta-section .row1 .col-right a:hover {
    background-color: rgba(0, 51, 102, 0.9);
  }
  .main-page .cta-section .row2 {
    margin-top: 40px;
  }
  .main-page .cta-section .row2 .col-left {
    padding: 0 30px !important;
  }
  .main-page .cta-section .row2 .col-left h2 {
    margin-bottom: 30px;
  }
  .main-page .cta-section .row2 .col-left p {
    font-size: 30px;
  }
  .main-page .cta-section .row2 .col-right .content {
    border: 3px solid #a9b0b7;
    padding: 25px 10px;
    border-radius: 5px;
    margin: auto;
  }
  .main-page .cta-section .row2 .col-right .content .milestones {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-page .cta-section .row2 .col-right .content .milestone.unlocked:before {
    visibility: hidden;
  }
  .main-page .cta-section .row2 .col-right .content .milestone .unlocked-text {
    display: none !important;
  }
  .main-page .cta-section .row2 .col-right .content .milestone.unlocked .locked-text {
    display: none !important;
  }
  .main-page .cta-section .row2 .col-right .content .milestone.unlocked .unlocked-text {
    display: block !important;
  }
  .main-page .cta-section .row2 .col-right .content h2 {
    color: #ac2b37;
    font-size: 48px;
    text-align: center;
  }
  .main-page .cta-section .row2 .col-right .content h3 {
    color: #ac2b37;
    margin-bottom: 50px;
    text-align: center;
  }
  .main-page .cta-section .row2 .col-right .content  p.milestone {
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-page .cta-section .row2 .col-right .content > p.milestone:last-child {
    margin-bottom: 0;
  }
  .main-page .cta-section .row2 .col-right .content p.milestone:before {
    content: "";
    background-image: url(../images/redlock-icon.png);
    min-width: 20px;
    height: 20px;
    background-size: 85% 100%;
    display: inline-block;
    background-repeat: no-repeat;
  }
  .main-page .cta-section .row2 .col-right .content p.milestone span {
    display: inline-block;
    margin-left: 15px;
  }
  .main-page .cta-section .row1 .col-right {
    padding-left: 50px !important;
  }
  .main-page .cta-section .row2 .col-right {
    padding-left: 50px !important;
  }
  .main-page .share-list {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding-left: 15px;
  }
  .main-page .share-list li a {
    display: block;
    width: 58px;
    height: 53px;
    background-image: url(../images/social-icons-sprite.png);
    background-repeat: no-repeat;
  }
  .main-page .share-list li:nth-of-type(2) a {
    background-position: -64px;
  }
  .main-page .share-list li:nth-of-type(3) a {
    background-position: -128px;
  }
  .main-page .share-list li:nth-of-type(4) a {
    background-position: -192px;
  }
  @media only screen and (max-width: 1199px) {
    .main-page .cta-section .row1 .col-right a {
      font-size: 45px;
    }
  }
  @media only screen and (max-width: 991px) {
    .main-page .cta-section .row1 .col-left {
      justify-content: center;
    }
    .main-page .cta-section .row1 .col-right,
    .main-page .cta-section .row2 .col-right {
      padding: 0 15px !important;
    }
    .main-page .cta-section .row2 .col-right .content {
      max-width: 500px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-page .cta-section .row1 .col-right a {
      font-size: 30px;
      padding: 20px 40px;
      line-height: 42px;
      margin-top: 20px;
    }
    .main-page .cta-section .row2 .col-left h2, .main-page .cta-section .row2 .col-left p {
      font-size: 24px;
    }
    .main-page .cta-section .row2 .col-right .content {
      max-width: 500px;
      margin: auto;
    }
    .main-page .cta-section .row2 .col-right .content h2 {
      font-size: 36px;
    }
    .main-page .cta-section .row2 .col-right .content h3 {
      font-size: 24px;
    }
    .main-page .cta-section .row2 .col-right .content  p.milestone {
      font-size: 20px;
    }
    .main-page .cta-section .row2 .col-left {
      padding: 0 15px !important;
    }
    .main-page .cta-section .row1 .col-left img {
      margin-top: 20px;
    }
    .main-page .cta-section .row2 .col-right .content {
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 575px) {
    .main-page .cta-section .row1 .col-left {
      flex-direction: column;
      align-items: center;
    }
    .main-page .cta-section .row1 .col-left > div {
      max-width: 100%;
    }
    .main-page .cta-section .row1 .col-left > div:first-child img {
      max-width: 150px;
    }
    .main-page .cta-section .row2 .col-left h2 {
      font-size: 20px;
      margin-bottom: 20px;
    }
    .main-page .cta-section .row2 .col-left p {
      font-size: 16px;
    }
    .main-page .cta-section .row2 .col-right .content h2 {
      font-size: 26px;
    }
    .main-page .cta-section .row2 .col-right .content h3 {
      font-size: 20px;
      margin-bottom: 25px;
    }
    .main-page .cta-section .row2 .col-right .content  p.milestone {
      font-size: 14px;
    }
  }
   /* Challenge section */
  .main-page .challenge-section {
    padding: 45px 0 35px;
    margin: 0 10px 25px;
    background: #ac2b37;
    border-radius: 15px;
  }
  .main-page .challenge-section .row {
    margin: 0;
  }
  .main-page .challenge-section__title {
    font-size: 72px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 55px;
  }
  .main-page .challenge-box {
    background: #fff;
    padding: 25px 20px 15px;
    border-radius: 15px;
    max-width: 440px;
    margin: auto;
  }
  .main-page .challenge-box > img {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-page .challenge-box .challenge-box__title {
    text-align: center;
    color: #ac2b37;
    margin: 0;
    font-size: 30px;
  }
  .main-page .challenge-box .btn {
    display: block;
    font-size: 30px;
  }
  .main-page .challenge-box .gift-values h2, .main-page .challenge-box .gift-values h3 {
    color: #ac2b37;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    font-family: MyriadPro-Bold;
  }
  .main-page .challenge-box .challenge-box__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
  }
  .main-page .challenge-box .fund-slider {
    margin: 25px 0;
  }
  .main-page .challenge-box .fund-slider .gifts-total {
    display: block;
    text-align: right;
    font-size: 42px;
  }
  .main-page .challenge-box .fund-slider .gifts-total > span {
    display: block;
    line-height: 1;
  }
  .main-page .challenge-box .fund-slider .gifts-total > span:nth-of-type(2) {
    font-size: 21px;
  }
  .main-page .challenge-box .fund-slider h2:nth-of-type(2){
    display: flex;
    justify-content: flex-end
  }
  .main-page .challenge-box .fund-slider h2:nth-of-type(2) .gifts-total-wrap{
    display: inline-block;
  }
  .main-page .challenge-box .fund-slider h2:nth-of-type(2) .gifts-total-wrap .gifts-total span {
    text-align: center;
  }
  .main-page .challenge-box .gift-values {
    border: 3px solid #a9b0b7;
    padding: 10px 10px 0;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .main-page .challenge-box .gift-values .milestones {
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main-page .challenge-box .gift-values .milestones .milestone.unlocked {
    font-family: MyriadPro-Bold;
  }
  .main-page .challenge-box .gift-values .milestones .milestone.unlocked:before {
    visibility: hidden;
  }
  .main-page .challenge-box .gift-values .milestones .milestone .unlocked-text {
    display: none !important;
  }
  .main-page .challenge-box .gift-values .milestones .milestone.unlocked .locked-text {
    display: none !important;
  }
  .main-page .challenge-box .gift-values .milestones .milestone.unlocked .unlocked-text {
    display: block !important;
  }
  .main-page .challenge-box .gift-values h3 {
    margin-bottom: 10px;
  }
  .main-page .challenge-box .gift-values p {
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    text-align: center;
  }
  .main-page .challenge-box .gift-values p:before {
    content: "";
    background-image: url(../images/redlock-icon.png);
    min-width: 20px;
    height: 20px;
    background-size: 85% 100%;
    background-repeat: no-repeat;
  }
  .main-page .challenge-box .gift-values p span {
    display: inline-block;
    margin-left: 15px;
  }
  @media only screen and (min-width: 992px) {
    .main-page .challenge-section__title {
      font-size: 50px;
    }
    .main-page .challenge-section .col-left, .main-page .challenge-section .col-right {
      padding: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .main-page .challenge-section__title {
      font-size: 40px;
    }
    .main-page .challenge-box .challenge-box__title {
      font-size: 30px;
    }
    .main-page .challenge-box .desc p {
      font-size: 20px;
    }
    .main-page .challenge-box__amount {
      font-size: 24px;
    }
    .main-page .challenge-box .btn {
      font-size: 30px;
    }
    .main-page .challenge-box .challenge-box__content {
      min-height: 310px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-page .challenge-section .challenge-box.one {
      margin-bottom: 25px;
    }
    .main-page .challenge-box .fund-slider {
      margin: 20px 0;
    }
    .main-page .challenge-box .fund-slider h2 {
      font-size: 30px;
    }
    .main-page .challenge-box .fund-slider h2 > span:last-child {
      font-size: 18px;
    }
    .main-page .challenge-box .fund-slider .gifts-total {
      font-size: 30px !important;
    }
    .main-page .challenge-box .gift-values h2, .main-page .challenge-box .gift-values h3 {
      font-size: 20px;
    }
    .main-page .challenge-box .gift-values p {
      font-size: 16px;
    }
    .main-page .challenge-box .btn {
      font-size: 24px;
    }
  }
  @media only screen and (max-width: 575px) {
    .main-page .challenge-section__title {
      font-size: 28px;
    }
    .main-page .challenge-section {
      padding: 20px 0;
    }
    .main-page .challenge-box .fund-slider .gifts-total {
      font-size: 24px !important;
    }
    .main-page .challenge-box .fund-slider .gifts-total > span:nth-of-type(2) {
      font-size: 14px;
    }
  }
   /* Script section */
  .main-page .script-section {
    padding: 40px;
    border-radius: 15px;
    margin: 0 10px 30px;
    background: #fff;
  }
  .main-page .footer-section {
    background: #ac2b37;
    padding: 30px 30px 20px;
    margin: 0 10px 50px;
    border-radius: 15px;
  }
  .main-page .footer-section h4 {
    font-family: MyriadPro-Bold;
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
  }
  .main-page .footer-section p {
    font-family: MyriadPro-Regular;
    color: #fff;
    font-size: 18px;
  }

/***************************************************************
Greek Challenge Page
****************************************************************/
  /* Header Section */
  .greek-challenge-page .header-section .row {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 45px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .greek-challenge-page .header-section .btn {
    height: 55px;
    line-height: 55px;
    width: 200px;
    font-size: 40px;
    outline: 0;
  }
  .greek-challenge-page .challenge-section__title, .greek-challenge-page .cta-section .row2 .col-left h2, .greek-challenge-page .cta-section .row2 .col-right .content .milestone.unlocked, .greek-challenge-page .cta-section .row2 .col-right .content h2, .greek-challenge-page .cta-section .row2 .col-right .content h3 {
    font-family: MyriadPro-Bold;
  }
  @media only screen and (max-width: 575px) {
    .greek-challenge-page .header-section .row {
      flex-direction: column;
      align-items: center;
    }
    .greek-challenge-page .header-section img {
      height: 40px;
      margin-bottom: 25px;
    }
    .greek-challenge-page .header-section .btn {
      font-size: 30px;
    }
  }
  .greek-challenge-page .banner-section .col-left img {
    max-width: 100%;
    align-self: center;
  }
  .greek-challenge-page .banner-section .col-right {
    padding-left: 50px !important;
  }
  .greek-challenge-page .banner-section .fund-slider .meter .gifts-total {
    font-size: 42px;
    position: absolute;
    right: -25%;
    top: -3px;
    width: 25%;
    text-align: center;
  }
  .greek-challenge-page .banner-section .fund-slider .meter .gifts-total > span {
    display: block;
    line-height: 1;
  }
  .greek-challenge-page .banner-section .fund-slider .meter .gifts-total > span:nth-of-type(2) {
    font-size: 21px;
  }
  @media only screen and (max-width: 1199px) {
    .greek-challenge-page .banner-section .fund-slider .meter {
      width: 80%;
    }
  }
  @media only screen and (max-width: 991px) {
    .greek-challenge-page .banner-section .col-left .content {
      display: flex;
      justify-content: center;
    }
    .greek-challenge-page .banner-section .fund-slider {
      margin: 25px 0;
    }
    .greek-challenge-page .banner-section .fund-slider h2 {
      text-align: center;
    }
    .greek-challenge-page .banner-section .fund-slider .meter {
      margin: 10px auto;
    }
    .greek-challenge-page .banner-section .stopwatch {
      justify-content: center;
    }
    .greek-challenge-page .banner-section .col-right {
      padding: 0 !important;
    }
    .greek-challenge-page .banner-section .col-right h1 {
      text-align: center;
      margin: 20px 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .greek-challenge-page .stopwatch .counter > div span:first-child {
      font-size: 24px;
    }
    .greek-challenge-page .banner-section .col-right {
      padding-right: 0 !important;
    }
    .greek-challenge-page .stopwatch .counter > div span:nth-of-type(2) {
      font-size: 16px;
    }
    .greek-challenge-page .banner-section .col-right h1 {
      font-size: 40px;
    }
    .greek-challenge-page .banner-section .fund-slider .meter {
      float: left;
    }
  }
  @media only screen and (max-width: 575px) {
    .greek-challenge-page .stopwatch img {
      max-width: 40px;
    }
    .greek-challenge-page .stopwatch .counter > div span:nth-of-type(2) {
      font-size: 12px;
    }
    .greek-challenge-page .banner-section .fund-slider h2 {
      font-size: 24px;
    }
    .greek-challenge-page .banner-section .fund-slider h2 span:last-child {
      font-size: 18px;
    }
    .greek-challenge-page .banner-section .col-right h1 {
      font-size: 24px;
    }
    .greek-challenge-page .banner-section .fund-slider .meter .gifts-total {
      top: 8px;
      font-size: 24px;
    }
    .greek-challenge-page .banner-section .fund-slider .meter .gifts-total > span:nth-of-type(2) {
      font-size: 14px;
    }
  }
  /* Cta Section */
  .greek-challenge-page .cta-section {
    padding-bottom: 50px;
  }
  .greek-challenge-page .cta-section .row1 .col-left {
    display: flex;
    align-items: flex-start;
  }
  .greek-challenge-page .cta-section .row1 .col-left > div {
    max-width: 50%;
  }
  .greek-challenge-page .cta-section .row1 .col-left img {
    margin-top: 40px;
    max-width: 100%;
  }
  .greek-challenge-page .cta-section .row1 .col-right {
    padding-left: 50px !important;
  }
  .greek-challenge-page .cta-section .row1 .col-right a {
    background-color: #003366;
    font-size: 60px;
    line-height: 62px;
    color: #fff;
    text-decoration: none;
    padding: 20px 87px;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 10px;
    cursor: pointer;
    border: 3px solid #a9b0b7;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .greek-challenge-page .cta-section .row1 .col-right a:hover {
    background-color: rgba(0, 51, 102, 0.9);
  }
  .greek-challenge-page .cta-section .row2 {
    margin-top: 40px;
  }
  .greek-challenge-page .cta-section .row2 .col-left h2 {
    margin-bottom: 25px;
  }
  .greek-challenge-page .cta-section .row2 .col-left p {
    font-size: 30px;
    line-height: 36px;
  }
  .greek-challenge-page .cta-section .row2 .col-right {
    padding-left: 50px !important;
  }
  .greek-challenge-page .cta-section .row2 .col-right .content {
    border: 3px solid #a9b0b7;
    padding: 25px 10px;
    border-radius: 5px;
  }
  .greek-challenge-page .cta-section .row2 .col-right .content .milestones {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .greek-challenge-page .cta-section .row2 .col-right .content .milestone.unlocked:before {
    visibility: hidden;
  }
  .greek-challenge-page .cta-section .row2 .col-right .content .milestone .unlocked-text {
    display: none !important;
  }
  .greek-challenge-page .cta-section .row2 .col-right .content .milestone.unlocked .locked-text {
    display: none !important;
  }
  .greek-challenge-page .cta-section .row2 .col-right .content .milestone.unlocked .unlocked-text {
    display: block !important;
  }
  .greek-challenge-page .cta-section .row2 .col-right .content h2 {
    color: #ac2b37;
    font-size: 48px;
    text-align: center;
  }
  .greek-challenge-page .cta-section .row2 .col-right .content h3 {
    margin: 40px 0;
    text-align: center;
  }
  .greek-challenge-page .cta-section .row2 .col-right .content  p.milestone {
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .greek-challenge-page .cta-section .row2 .col-right .content  p.milestone:last-child {
    margin-bottom: 0;
  }
  .greek-challenge-page .cta-section .row2 .col-right .content p.milestone:before {
    content: "";
    background-image: url(../images/redlock-icon.png);
    min-width: 20px;
    height: 20px;
    background-size: 85% 100%;
    background-repeat: no-repeat;
  }
  .greek-challenge-page .cta-section .row2 .col-right .content p.milestone span {
    display: inline-block;
    margin-left: 15px;
  }
  .greek-challenge-page .share-list {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding-left: 15px;
  }
  .greek-challenge-page .share-list li a {
    display: block;
    width: 58px;
    height: 53px;
    background-image: url(../images/social-icons-sprite.png);
    background-repeat: no-repeat;
  }
  .greek-challenge-page .share-list li:nth-of-type(2) a {
    background-position: -64px;
  }
  .greek-challenge-page .share-list li:nth-of-type(3) a {
    background-position: -128px;
  }
  .greek-challenge-page .share-list li:nth-of-type(4) a {
    background-position: -192px;
  }
  @media only screen and (max-width: 1199px) {
    .greek-challenge-page .cta-section .row1 .col-right a {
      font-size: 45px;
    }
  }
  @media only screen and (max-width: 991px) {
    .greek-challenge-page .cta-section .row1 .col-left {
      justify-content: center;
    }
    .greek-challenge-page .cta-section .row2 .col-right .content {
      max-width: 500px;
      margin: auto;
    }
    .greek-challenge-page .cta-section .row1 .col-right, .greek-challenge-page .cta-section .row2 .col-right {
      padding-left: 15px !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .greek-challenge-page .cta-section .row1 .col-right a {
      font-size: 30px;
      padding: 20px 40px;
      line-height: 42px;
      margin-top: 20px;
    }
    .greek-challenge-page .cta-section .row2 .col-left h2, .greek-challenge-page .cta-section .row2 .col-left p {
      font-size: 24px;
    }
    .greek-challenge-page .cta-section .row2 .col-right .content h2 {
      font-size: 36px;
    }
    .greek-challenge-page .cta-section .row2 .col-right .content h3 {
      font-size: 24px;
    }
    .greek-challenge-page .cta-section .row2 .col-right .content  p.milestone {
      font-size: 20px;
    }
    .greek-challenge-page .cta-section .row2 .col-left {
      padding: 0 15px !important;
    }
    .greek-challenge-page .cta-section .row1 .col-left img {
      margin-top: 20px;
    }
    .greek-challenge-page .cta-section .row2 .col-right .content {
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 575px) {
    .greek-challenge-page .cta-section .row1 .col-left {
      flex-direction: column;
      align-items: center;
    }
    .greek-challenge-page .cta-section .row1 .col-left > div {
      max-width: 100%;
    }
    .greek-challenge-page .cta-section .row1 .col-left > div:first-child img {
      max-width: 150px;
    }
    .greek-challenge-page .cta-section .row2 .col-left h2 {
      font-size: 20px;
      margin-bottom: 20px;
    }
    .greek-challenge-page .cta-section .row2 .col-left p {
      font-size: 16px;
    }
    .greek-challenge-page .cta-section .row2 .col-right .content h2 {
      font-size: 26px;
    }
    .greek-challenge-page .cta-section .row2 .col-right .content h3 {
      font-size: 20px;
      margin-bottom: 25px;
    }
    .greek-challenge-page .cta-section .row2 .col-right .content  p.milestone {
      font-size: 14px;
    }
  }
  /* Challenge Section */
  .greek-challenge-page .challenge-section {
    padding: 45px 0 35px;
    margin: 0 10px 25px;
    background: #ac2b37;
    border-radius: 15px;
  }
  .greek-challenge-page .chapter-table, .greek-challenge-page .chapter-table thead {
    background: #fff;
  }
  .greek-challenge-page .challenge-section .row {
    margin: 0;
  }
  .greek-challenge-page .challenge-section__title {
    font-size: 72px;
    color: #fff;
    text-align: center;
    width: 100%;
  }
  .greek-challenge-page .challenge-section__subtitle {
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 55px;
  }
  .greek-challenge-page .chapter-table {
    width: 100%;
    overflow-x: auto;
  }
  .greek-challenge-page .chapter-table thead th {
    font-size: 24px;
    font-family: MyriadPro-Regular;
    font-weight: 400;
  }
  .greek-challenge-page .chapter-table thead tr > th:nth-of-type(3),
  .greek-challenge-page .chapter-table thead tr > th:nth-of-type(4)  {
    text-align: center;
  }
  .greek-challenge-page .chapter-table tbody {
    background: linear-gradient(#f5f5f5, #fff, #fff, #eaeaea);
  }
  .greek-challenge-page .chapter-table tbody tr > td {
    font-size: 24px;
  }
  .greek-challenge-page .chapter-table tbody tr > td:nth-of-type(2) {
    width: 40%;
  }
  .greek-challenge-page .chapter-table tbody tr > td:nth-of-type(1) {
    color: #b5b5b5;
    font-size: 16px;
  }
  .greek-challenge-page .chapter-table tbody tr > td:nth-of-type(3),
  .greek-challenge-page .chapter-table tbody tr > td:nth-of-type(4) {
    text-align: center;
  }
  .greek-challenge-page .chapter-loader {
    display: flex;
    justify-content: center;
  }
  .greek-challenge-page .chapter-loader img {
    max-width: 100%;
    width: 100px;
    height: 100%;
  }
  @media only screen and (min-width: 992px) {
    .greek-challenge-page .challenge-section__title {
      font-size: 50px;
    }
    .greek-challenge-page .challenge-section .col-left, .greek-challenge-page .challenge-section .col-right {
      padding: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .greek-challenge-page .challenge-section__title {
      font-size: 40px;
    }
  }
  @media only screen and (max-width: 767px) {
    .greek-challenge-page .challenge-section .challenge-box.one {
      margin-bottom: 25px;
    }
    .greek-challenge-page .chapter-table tbody tr > td, .greek-challenge-page .chapter-table thead th {
      font-size: 16px;
    }
    .greek-challenge-page .chapter-table tbody tr > td:nth-of-type(2) {
      width: auto;
    }
    .greek-challenge-page .challenge-section__subtitle {
      font-size: 20px;
      padding: 0 10px;
    }
    .greek-challenge-page .chapter-loader img {
      max-width: 100%;
      width: 60px;
      height: 100%;
    }
  }
  @media only screen and (max-width: 575px) {
    .greek-challenge-page .challenge-section__title {
      font-size: 28px;
    }
    .greek-challenge-page .challenge-section {
      padding: 20px 0;
    }
    .greek-challenge-page .chapter-table tbody tr > td, .greek-challenge-page .chapter-table thead th {
      font-size: 14px;
    }
    .greek-challenge-page .challenge-section__subtitle {
      font-size: 16px;
    }
  }
  /* Footer Section */
  .greek-challenge-page .footer-section {
    background: #ac2b37;
    padding: 30px 30px 20px;
    margin: 0 10px 50px;
    border-radius: 15px;
  }
  .greek-challenge-page .footer-section h4 {
    font-family: MyriadPro-Bold;
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
  }
  .greek-challenge-page .footer-section p {
    font-family: MyriadPro-Regular;
    color: #fff;
    font-size: 18px;
  }

/***************************************************************
Gold Challenge Page
****************************************************************/
.gold-challenge-page .header-section .row {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 45px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .gold-challenge-page .header-section .btn {
    height: 55px;
    line-height: 55px;
    width: 200px;
    font-size: 40px;
    outline: 0;
  }
  .gold-challenge-page .challenge-section__title, .gold-challenge-page .cta-section .row2 .col-left h2, .gold-challenge-page .cta-section .row2 .col-right .content .milestone.unlocked, .gold-challenge-page .cta-section .row2 .col-right .content h2, .gold-challenge-page .cta-section .row2 .col-right .content h3 {
    font-family: MyriadPro-Bold;
  }
  @media only screen and (max-width: 575px) {
    .gold-challenge-page .header-section .row {
      flex-direction: column;
      align-items: center;
    }
    .gold-challenge-page .header-section img {
      height: 40px;
      margin-bottom: 25px;
    }
    .gold-challenge-page .header-section .btn {
      font-size: 30px;
    }
  }
  .gold-challenge-page .banner-section .col-left img {
    max-width: 100%;
    align-self: center;
  }
  .gold-challenge-page .banner-section .col-right {
    padding-left: 50px !important;
  }
  .gold-challenge-page .banner-section .fund-slider .meter .gifts-total {
    font-size: 42px;
    position: absolute;
    right: -25%;
    top: -3px;
    width: 25%;
    text-align: center;
  }
  .gold-challenge-page .banner-section .fund-slider .meter .gifts-total > span {
    display: block;
    line-height: 1;
  }
  .gold-challenge-page .banner-section .fund-slider .meter .gifts-total > span:nth-of-type(2) {
    font-size: 21px;
  }
  @media only screen and (max-width: 1199px) {
    .gold-challenge-page .banner-section .fund-slider .meter {
      width: 80%;
    }
  }
  @media only screen and (max-width: 991px) {
    .gold-challenge-page .banner-section .col-left .content {
      display: flex;
      justify-content: center;
    }
    .gold-challenge-page .banner-section .fund-slider {
      margin: 25px 0;
    }
    .gold-challenge-page .banner-section .fund-slider h2 {
      text-align: center;
    }
    .gold-challenge-page .banner-section .fund-slider .meter {
      margin: 10px auto;
    }
    .gold-challenge-page .banner-section .stopwatch {
      justify-content: center;
    }
    .gold-challenge-page .banner-section .col-right {
      padding: 0 !important;
    }
    .gold-challenge-page .banner-section .col-right h1 {
      text-align: center;
      margin: 20px 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .gold-challenge-page .stopwatch .counter > div span:first-child {
      font-size: 24px;
    }
    .gold-challenge-page .banner-section .col-right {
      padding-right: 0 !important;
    }
    .gold-challenge-page .stopwatch .counter > div span:nth-of-type(2) {
      font-size: 16px;
    }
    .gold-challenge-page .banner-section .col-right h1 {
      font-size: 40px;
    }
    .gold-challenge-page .banner-section .fund-slider .meter {
      float: left;
    }
  }
  @media only screen and (max-width: 575px) {
    .gold-challenge-page .stopwatch img {
      max-width: 40px;
    }
    .gold-challenge-page .stopwatch .counter > div span:nth-of-type(2) {
      font-size: 12px;
    }
    .gold-challenge-page .banner-section .fund-slider h2 {
      font-size: 24px;
    }
    .gold-challenge-page .banner-section .fund-slider .meter .gifts-total {
      top: 8px;
      font-size: 24px;
    }
    .gold-challenge-page .banner-section .fund-slider h2 span:last-child {
      font-size: 18px;
    }
    .gold-challenge-page .banner-section .col-right h1 {
      font-size: 24px;
    }
    .gold-challenge-page .banner-section .fund-slider .meter .gifts-total > span:nth-of-type(2) {
      font-size: 14px;
    }
  }
  /* Challenge Section */
  .gold-challenge-page .cta-section {
    padding-bottom: 50px;
  }
  .gold-challenge-page .cta-section .row1 .col-left {
    display: flex;
    align-items: flex-start;
  }
  .gold-challenge-page .cta-section .row1 .col-left > div {
    max-width: 50%;
  }
  .gold-challenge-page .cta-section .row1 .col-left img {
    margin-top: 40px;
    max-width: 100%;
  }
  .gold-challenge-page .cta-section .row1 .col-right {
    padding-left: 50px !important;
  }
  .gold-challenge-page .cta-section .row1 .col-right a {
    background-color: #003366;
    font-size: 60px;
    line-height: 62px;
    color: #fff;
    text-decoration: none;
    padding: 20px 87px;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 10px;
    cursor: pointer;
    border: 3px solid #a9b0b7;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .gold-challenge-page .cta-section .row1 .col-right a:hover {
    background-color: rgba(0, 51, 102, 0.9);
  }
  .gold-challenge-page .cta-section .row2 {
    margin-top: 40px;
  }
  .gold-challenge-page .cta-section .row2 .col-left h2 {
    margin-bottom: 25px;
  }
  .gold-challenge-page .cta-section .row2 .col-left p {
    font-size: 30px;
    line-height: 36px;
  }
  .gold-challenge-page .cta-section .row2 .col-right {
    padding-left: 50px !important;
  }
  .gold-challenge-page .cta-section .row2 .col-right .content {
    border: 3px solid #a9b0b7;
    padding: 25px 10px;
    border-radius: 5px;
  }
  .gold-challenge-page .cta-section .row2 .col-right .content .milestones {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gold-challenge-page .cta-section .row2 .col-right .content .milestone.unlocked:before {
    visibility: hidden;
  }
  .gold-challenge-page .cta-section .row2 .col-right .content .milestone .unlocked-text {
    display: none !important;
  }
  .gold-challenge-page .cta-section .row2 .col-right .content .milestone.unlocked .locked-text {
    display: none !important;
  }
  .gold-challenge-page .cta-section .row2 .col-right .content .milestone.unlocked .unlocked-text {
    display: block !important;
  }
  .gold-challenge-page .cta-section .row2 .col-right .content h2 {
    color: #ac2b37;
    font-size: 48px;
    text-align: center;
  }
  .gold-challenge-page .cta-section .row2 .col-right .content h3 {
    margin: 40px 0;
    text-align: center;
  }
  .gold-challenge-page .cta-section .row2 .col-right .content  p.milestone {
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gold-challenge-page .cta-section .row2 .col-right .content > p:last-child {
    margin-bottom: 0;
  }
  .gold-challenge-page .cta-section .row2 .col-right .content p:before {
    content: "";
    background-image: url(../images/redlock-icon.png);
    width: 20px;
    height: 20px;
    background-size: 85% 100%;
    background-repeat: no-repeat;
  }
  .gold-challenge-page .cta-section .row2 .col-right .content p.milestone span {
    display: inline-block;
    margin-left: 15px;
  }
  .gold-challenge-page .share-list {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding-left: 15px;
  }
  .gold-challenge-page .share-list li a {
    display: block;
    width: 58px;
    height: 53px;
    background-image: url(../images/social-icons-sprite.png);
    background-repeat: no-repeat;
  }
  .gold-challenge-page .share-list li:nth-of-type(2) a {
    background-position: -64px;
  }
  .gold-challenge-page .share-list li:nth-of-type(3) a {
    background-position: -128px;
  }
  .gold-challenge-page .share-list li:nth-of-type(4) a {
    background-position: -192px;
  }
  @media only screen and (max-width: 1199px) {
    .gold-challenge-page .cta-section .row1 .col-right a {
      font-size: 45px;
    }
  }
  @media only screen and (max-width: 991px) {
    .gold-challenge-page .cta-section .row1 .col-left {
      justify-content: center;
    }
    .gold-challenge-page .cta-section .row2 .col-right .content {
      max-width: 500px;
      margin: auto;
    }
    .gold-challenge-page .cta-section .row1 .col-right, .gold-challenge-page .cta-section .row2 .col-right {
      padding-left: 15px !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .gold-challenge-page .cta-section .row1 .col-right a {
      font-size: 30px;
      padding: 20px 40px;
      line-height: 42px;
      margin-top: 20px;
    }
    .gold-challenge-page .cta-section .row2 .col-left h2, .gold-challenge-page .cta-section .row2 .col-left p {
      font-size: 24px;
    }
    .gold-challenge-page .cta-section .row2 .col-right .content h2 {
      font-size: 36px;
    }
    .gold-challenge-page .cta-section .row2 .col-right .content h3 {
      font-size: 24px;
    }
    .gold-challenge-page .cta-section .row2 .col-right .content  p.milestone {
      font-size: 20px;
    }
    .gold-challenge-page .cta-section .row2 .col-left {
      padding: 0 15px !important;
    }
    .gold-challenge-page .cta-section .row1 .col-left img {
      margin-top: 20px;
    }
    .gold-challenge-page .cta-section .row2 .col-right .content {
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 575px) {
    .gold-challenge-page .cta-section .row1 .col-left {
      flex-direction: column;
      align-items: center;
    }
    .gold-challenge-page .cta-section .row1 .col-left > div {
      max-width: 100%;
    }
    .gold-challenge-page .cta-section .row1 .col-left > div:first-child img {
      max-width: 150px;
    }
    .gold-challenge-page .cta-section .row2 .col-left h2 {
      font-size: 20px;
      margin-bottom: 20px;
    }
    .gold-challenge-page .cta-section .row2 .col-left p {
      font-size: 16px;
    }
    .gold-challenge-page .cta-section .row2 .col-right .content h2 {
      font-size: 26px;
    }
    .gold-challenge-page .cta-section .row2 .col-right .content h3 {
      font-size: 20px;
      margin-bottom: 25px;
    }
    .gold-challenge-page .cta-section .row2 .col-right .content  p.milestone {
      font-size: 14px;
    }
  }
  .gold-challenge-page .challenge-section {
    padding: 45px 0 35px;
    margin: 0 10px 25px;
    background: #ac2b37;
    border-radius: 15px;
  }
  .gold-challenge-page .chapter-table, .gold-challenge-page .chapter-table thead {
    background: #fff;
  }
  .gold-challenge-page .challenge-section .row {
    margin: 0;
  }
  .gold-challenge-page .challenge-section__title {
    font-size: 72px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 55px;
  }
  .gold-challenge-page .challenge-section__subtitle {
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 55px;
  }
  .gold-challenge-page .chapter-table {
    width: 100%;
    overflow-x: auto;
  }
  .gold-challenge-page .chapter-table thead th {
    font-size: 24px;
    font-family: MyriadPro-Regular;
    font-weight: 400;
  }
  .gold-challenge-page .chapter-table thead tr > th:nth-of-type(3) {
    text-align: center;
  }
  .gold-challenge-page .chapter-table tbody {
    background: linear-gradient(#f5f5f5, #fff, #fff, #eaeaea);
  }
  .gold-challenge-page .chapter-table tbody tr > td {
    font-size: 24px;
  }
  .gold-challenge-page .chapter-table tbody tr > td:nth-of-type(1) {
    font-size: 16px;
    color: #b5b5b5;
  }
  .gold-challenge-page .chapter-table tbody tr > td:nth-of-type(2) {
    width: 60%;
  }
  .gold-challenge-page .chapter-table tbody tr > td:nth-of-type(3) {
    text-align: center;
  }
  .gold-challenge-page .chapter-loader {
    display: flex;
    justify-content: center;
  }
  .gold-challenge-page .chapter-loader img {
    max-width: 100%;
    width: 100px;
    height: 100%;
  }
  @media only screen and (min-width: 992px) {
    .gold-challenge-page .challenge-section__title {
      font-size: 50px;
    }
    .gold-challenge-page .challenge-section .col-left, .gold-challenge-page .challenge-section .col-right {
      padding: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .gold-challenge-page .challenge-section__title {
      font-size: 40px;
    }
  }
  @media only screen and (max-width: 767px) {
    .gold-challenge-page .challenge-section .challenge-box.one {
      margin-bottom: 25px;
    }
    .gold-challenge-page .chapter-table tbody tr > td, .gold-challenge-page .chapter-table thead th {
      font-size: 16px;
    }
    .gold-challenge-page .chapter-table tbody tr > td:nth-of-type(2) {
      width: auto;
    }
    .gold-challenge-page .challenge-section__subtitle {
      font-size: 20px;
      padding: 0 10px;
    }
    .gold-challenge-page .chapter-loader img {
      max-width: 100%;
      width: 60px;
      height: 100%;
    }
  }
  @media only screen and (max-width: 575px) {
    .gold-challenge-page .challenge-section__title {
      font-size: 28px;
    }
    .gold-challenge-page .challenge-section {
      padding: 20px 0;
    }
    .gold-challenge-page .chapter-table tbody tr > td, .gold-challenge-page .chapter-table thead th {
      font-size: 14px;
    }
    .gold-challenge-page .challenge-section__subtitle {
      font-size: 16px;
    }
  }
  .gold-challenge-page .footer-section {
    background: #ac2b37;
    padding: 30px 30px 20px;
    margin: 0 10px 50px;
    border-radius: 15px;
  }
  .gold-challenge-page .footer-section h4 {
    font-family: MyriadPro-Bold;
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
  }
  .gold-challenge-page .footer-section p {
    font-family: MyriadPro-Regular;
    color: #fff;
    font-size: 18px;
  }