@charset "UTF-8";
@import url("webfontskit.css");

@font-face {
    font-family: 'knockout_htf26_juniorflyweight';
    src: url("../fonts/ufonts.com_knockout-htf26-juniorflyweight.eot");
    src: local("☺"), url("../fonts/ufonts.com_knockout-htf26-juniorflyweight.woff") format("woff"), url("../fonts/ufonts.com_knockout-htf26-juniorflyweight.ttf") format("truetype"), url("../fonts/ufonts.com_knockout-htf26-juniorflyweight.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MrsEavesOTRoman';
    src: url("../fonts/MrsEavesOTRoman.eot");
    src: local("☺"), url("fonts/MrsEavesOTRoman.woff") format("woff"), url("../fonts/MrsEavesOTRoman.ttf") format("truetype"), url("../fonts/MrsEavesOTRoman.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MrsEavesOTItalic';
    src: url('../fonts/MrsEavesOT-Italic_0.eot');
    src: local('☺'), url('../fonts/MrsEavesOT-Italic_0.woff') format('woff'), url('../fonts/MrsEavesOT-Italic_0.ttf') format('truetype'), url('../fonts/MrsEavesOT-Italic_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-size: 16px;
    font-family: AvenirLTStd-Roman;
    font-weight: normal;
    font-style: normal;
}
.wrapper {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}
.row {
    display: block;
}
.row:after, .row:before {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* close commented backslash hack */
.full {
    width: 100%;
    float: left;
    clear: both;
}
.col50 {
    width: 50%;
    float: left;
}
.col60 {
    width: 60%;
    float: left;
}
.col80 {
    width: 80%;
    float: left;
}
.col49 {
    width: 49%;
    float: left;
}
.col48 {
    width: 48%;
    float: left;
}
.col20 {
    width: 20%;
    float: left;
}
.col3left {
    width:30%;
    float:left;
}
.col3right {
    width:30%;
    float:right;
}
.col3middle {
    width:36%;
    float:left;
}

/*====HELPER CLASSE===*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.fn {
    float: none;
}
.cl {
    clear: both;
}
img, iframe, audio, video {
    max-width: 100%;
}
.lsn {
    list-style: none;
}
.mn {
    margin: none;
}
.pn {
    padding: none;
}
.button {
    height: 80px;
    font-size: 70px;
    line-height: 80px;
    text-align: center;
    min-width: 200px;
    font-family: "knockout_htf26_juniorflyweight";
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    letter-spacing: 4px;
}
.button.small {
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    min-width: 166px;
}
.button.black {
    background: #000000;
    color: #ffffff;
}
.button.white {
    font-family: AvenirLTStd-Roman;
    font-size: 12px;
    height: 46px;
    width: 158px;
    letter-spacing: 2px;
    border: 1px solid #000000;
    display: block;
    line-height: 48px;
    text-decoration: none;
    color: #000000;
}
input {
    outline: none;
}
.white_container {
    background: #ffffff; /* min-height: 50px;*/
    margin-top: 250px;
}
.tc {
    text-align: center;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}

/*input,
select{
  
  -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
  -webkit-appearance: none;
}*/

/*****GLOBAL STYLES********/
.main_header {
    position: relative;
}
select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.logo {
    position: absolute;
    left: 50px;
    top: 0px;
}
.logo.with-shadow {
    position: absolute;
    left: 40px;
    top: 0px;
}
.background-image {
    background: url("../images/running-child.jpg") no-repeat center 0 fixed;
}
.page_title {
    font-family: "knockout_htf26_juniorflyweight";
    font-size: 200px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100%;
    color: #ffffff;
    margin: 30px;
    padding: 0px;
    font-weight: normal;
    letter-spacing: 10px;
}
.transparent_bg {
    background: url("../images/transparent-bg.png");
    padding: 80px 0 78px;
}
.form_boxes {
    max-width: 410px;
}
.commission_percentage .form_boxes {

    /*border-top:1px dotted #000000;*/
    margin-top: 50px;
    padding-top: 20px;
    background-image: url("../images/dotted-border.png");
    background-position: top;
    background-repeat: repeat-x;
}
.form_boxes.left_box {
    padding-right: 80px;
}
.form_boxes.right_box {
    padding-left: 80px;
}
.form_boxes p {
    text-transform: uppercase;
    text-align: center;
    font-family: AvenirLTStd-Heavy;
    letter-spacing: 2px;
    font-size: 20px;
}
.form_boxes a {
    text-decoration: none;
    color: #7bdcd5;
}
.form_boxes .input_box {
    background: #ffffff;
    margin: 0px;
    padding: 0 10px;
    margin: 0px;
    list-style: none;
    border: 1px solid #000000;
    border-radius: 10px;
}
.form_boxes .input_box li {

    /*border-top: 1px dashed #313131;*/
    background-image: url("../images/dotted-border.png");
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 10px;
    padding-bottom: 18px;
    position: relative;
    background-color: #ffffff;
}
.form_boxes .input_box li:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: none;
    background-image: none;
}
.form_boxes .input_box li:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.form_boxes .input_box li label {
    font-size: 36px;
    padding-left: 30px;
    display: inline-block;
}
.form_boxes .input_box li span {
    font-size: 36px;
    display: inline-block;
}
.form_boxes .input_box li input[type="text"] {
    border: none;
    font-size: 36px;
    width: 150px;
    padding-left: 20px;
    padding-right: 10px;
    outline: none;
}
.form_boxes .input_box .project_type {
    position: absolute;
    clear: both;
    font-size: 14px;
    right: 16px;
    bottom: 4px;
    font-family: AvenirLTStd-Black;
}
.form_boxes .last_line {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    font-family: MrsEavesOTItalic;
    font-size: 24px;
}
.form_boxes .last_line a {
    color: #002454;
    font-size: 18px;
    font-family: AvenirLTStd-Black;
}
.input_box_outer {
    width: 337px;
    position: relative;
}
.input_box_outer .add_field {
    position: absolute;
    right: -35px;
    bottom: 18px;
}
.input_box input[type="text"]:focus, .input_box input[type="password"]:focus {
    border: none;
}
.actions_container {
    padding: 10px 0 0;
    text-align: center;
}

/*****Styles By Pages******/

/***Thank You page****/
.thankyou .page_title {
    font-family: "knockout_htf26_juniorflyweight";
    font-size: 140px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100%;
    margin: 0px;
    padding: 0px;
    letter-spacing: 7px;
    font-weight: normal;
    color: #000000;
}
.thankyou .subtext {
    font-family: "MrsEavesOTRoman";
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
    letter-spacing: 12px;
}
.thankyou .content {
    width: 67.22513089005236%;
    float: left;
    padding-left: 7.853403141361257%;
    line-height: 235%;
    text-align: justify;
    font-family: AvenirLTStd-Roman;
    font-weight: normal;
    font-style: normal;
}
.thankyou .content p {
    margin-bottom: 2.5rem;
}
.thankyou .main_header {
    padding-top: 142px;
    padding-bottom: 85px;
}
.thankyou .stay_connected {
    font-family: AvenirLTStd-Heavy;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.thankyou .social-icon {
    margin: 0px;
    padding: 0px;
}
.thankyou .social-icon a {
    text-decoration: none;
    color: #7bdcd5;
    font-family: AvenirLTStd-Black;
    font-weight: normal;
    font-style: normal;
}
.thankyou .social-icon .fa {
    margin-right: 30px;
}
.thankyou .logo {
    top: 30px;
    margin-left: 0px !important;
    left: 90px !important;
}

/********  Footer Styles *************/
.main_footer {

    /*margin-top: 200px;*/
    background: #b8b8b8;
    padding: 81px 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 200%;
    letter-spacing: 1px;
}
.main_footer .widgets {
    width: 33%;
    float: left;
}
.main_footer .widgets.widget_left {
    width: 40%;
}
.main_footer .widgets.widget_center {
    width: 27%;
}
.main_footer a {
    text-decoration: none;
    color: #fff !important;
    font-weight: normal;
    font-family: AvenirLTStd-Roman !important;
}

/********  Popup Styles *************/
.mfp-close {

    /*display: none !important;*/
    cursor: pointer;
    width: 30px;
    height: 30px;
    right: 25px;
    top: 25px;
    position: absolute;
    background: url("../images/close_icon_black.png") no-repeat !important;
}
.mfp-close {
    top: 25px !important;
}
.close-popup.white-icon {
    background: url("../images/close_icon_white.png") no-repeat;
}
.close-popup.left-side {
    right: auto;
    left: 25px;
}

/**** POP CUSTOM WIDTHS ******/
#register_popup {
    max-width: 640px;
    box-sizing: border-box;
}
#register_popup .popup-content {
    padding: 40px 60px;
}
#register_popup .popup_title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0px;
}
.popup-input {
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    height: 44px;
    padding: 0 5%;
    width: 100%;
    border: 1px solid #000000;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-appearance: none;
}
.popup-input:focus {
    border: 2px solid #7bdcd5;
}
.popup-hr {
    margin-top: 5px;
    margin-bottom: 20px;
}
.register_form {
    padding-top: 35px;
}
select.popup-input {
    width: 100%;
}
.register_form input[type="submit"] {
    margin-top: 20px;
}
.login_popup {
    box-sizing: border-box;
    width: 100%;
    max-width: 635px;
}
.login_popup a {
    text-decoration: none;
    font-family: AvenirLTStd-Black;
    color: #7bdcd5;
}
#loginpopup .popup-content {
    padding: 40px 60px;
}
#loginpopup .popup_title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0px 0 35px 0;
}
.sponsor_child_popup {
    width: 100%;
    max-width: 865px;
}
#sponsor_child {
    padding: 0px;
}
#sponsor_child img {
    margin-bottom: -4px;
}
.sponsor_content {
    padding: 90px 85px 60px;
}
.sponsor_content .sponsor_text {
    line-height: 200%;
}
.sponsor_content .sponsor_form {
    max-width: 195px;
}
.sponsor_content .sponsor_form input[type="submit"] {
    width: 200px;
    letter-spacing: 2px;
}
.commission {
    width: 100%;
    max-width: 816px;
    box-sizing: border-box;
}
.commission .popup-content {
    padding: 0px 70px 20px 70px;
    font-size: 14px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: justify;
    letter-spacing: 1px;
}
.commission .popup-content p {
    position: relative;
    margin-top: 40px;
}
.commission .popup-content p:after {
    content: "";
    width: 120px;
    height: 1px;
    background: #000000;
    position: absolute;
    bottom: -20px;
    left: 0px;
}
.commission .popup-content p:last-child:after {
    display: none;
}
*/
.selectProject {
    background: none;
    border: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0px;
    max-width: 635px;
}
.selectProject .select_project_list {
    border-radius: 10px;
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: #7bdcd5;
    font-size: 16px;
}
.selectProject .select_project_list li {
    border-bottom: 1px solid #ffffff;
}
.selectProject .select_project_list li:last-child {
    border-bottom: 0px;
}
.selectProject .select_project_list li a {
    color: #ffffff;
    padding: 12px 0;
    text-decoration: none;
    display: block;
}
.selectProject .select_project_list li a span.em {
    font-family: AvenirLTStd-HeavyOblique;
}
.selectProject .select_project_list li a.active, .selectProject .select_project_list li a:hover {
    text-transform: uppercase;
    background: #002454;
    font-family: AvenirLTStd-Heavy;
    letter-spacing: 1px;
}
.percent_once_target, .percent_month_target {
    display: none;
}
.checkbox_container {
    margin-top: 27px;
    border-radius: 10px;
    overflow: hidden;
}
.checkbox_container .input_checkbox {
    display: none;
}
.checkbox_container label {
    position: relative;
    margin: 0 auto;
    background: #a8a8a8;
    width: 205px;
    height: 60px;
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    font-family: "knockout_htf26_juniorflyweight";
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    cursor: pointer;
}
.checkbox_container label .fa {
    display: none;
    font-size: 14px;
    left: 22px;
    line-height: 100%;
    position: absolute;
    top: 22px;
}
.checkbox_container .commission_in {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid #ffffff;
}
.checkbox_container .card_in {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.checkbox_container input[type="radio"]:checked + label {
    background: #7bdcd5;
}
.checkbox_container input[type="radio"]:checked + label .fa {
    display: block;
}
.commission_percentage input[type="text"] {
    width: 235px !important;
    text-align: right;
}
.summary_page a {
    color: #7bdcd5;
    font-family: AvenirLTStd-Black;
}
.summary_page .main_header {
    background: url("../images/full-width-image.jpg") no-repeat center 0 fixed;  /* background: url("../images/summary_header_image.jpg") no-repeat center 0 fixed; */
    padding-bottom: 190px;  /* -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; */
}
.summary_page .logo {
    left: 90px;
    top: 30px;
}
.summary_page .main_content {
    background: #ffffff;
}
.summary_page .main_content .page_title {
    margin-bottom: 50px;
    margin-top: 80px;
}
.summary_page .main_content .page_title h2 {
    font-size: 80px;
    margin: 0px;
    font-weight: normal;
    color: #000000;
    line-height: 100%;
    letter-spacing: 5px;
}
.summary_page .radio_container {
    margin-bottom: 50px;
}
.select_card {
    margin-left: 125px;
}
.select_card label {
    margin-left: 15px;
}
.creditcard_image {
    padding-top: 110px;
    text-align: center;
}
.error {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 3px;
    display: none;
}
.input_container {
    position: relative;
    margin-bottom: 30px;
}
.input_container input[type="text"] {
    width: 100%;
    border: 1px solid #000000;
    box-sizing: border-box;
    height: 45px;
    padding: 0 20px;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-appearance: none;
}
.input_container label {
    margin: 0 0 7px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: AvenirLTStd-Heavy;
    display: block;
}
.input_container .fa {
    font-size: 14px;
    position: absolute;
    right: 10px;
    bottom: 22%;
    display: none;
}
.input_container .fa.fa-close {
    position: absolute;
    right: 10px;
    bottom: 40%;
}
.input_container.correct label {
    color: #7bdcd5;
}
.input_container.correct .fa.fa-check {
    display: block;
    color: #7bdcd5;
}
.input_container input[type="text"]:focus {
    border-color: #7bdcd5;
    border-width: 2px;
}
.input_container.correct input[type="text"] {
    border-color: #7bdcd5;
    border-width: 2px;
}
.input_container.invalid label {
    color: #f3dcb3;
}
.input_container.invalid .fa.fa-close {
    display: block;
    color: #f3dcb3;
}
.input_container.invalid input[type="text"] {
    border-color: #f3dcb3;
    border-width: 2px;
}
.input_container.invalid .error {
    display: block;
    color: #f3dcb3;
}
.donation_description {
    margin-top: 100px;
    padding-left: 80px;
}
.donation_description ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.thanksboy {
    margin-bottom: -5px;
}
.donation_description h5 {
    font-family: AvenirLTStd-Heavy;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 43px;
}
.donation_list {
    margin-bottom: 40px !important;
}
.donation_list img {
    margin-right: 16px;
}
.donation_list li {
    margin-bottom: 7px;
    display: block;
    width: 100%;
    float: left;
}
.donation_list .col20 {
    text-align: right;
}
.donation_list .fa {
    color: #000000;
    margin-left: 15px;
}
.donation_list em {
    font-style: normal;
    font-family: AvenirLTStd-Oblique;
}
.star_list {
    list-style: outside none disc !important;
    padding: 0 0 0 20px !important;
    font-size: 14px;
    margin-top: 50px !important;
}
.star_list li {
    padding-left: 10px;
    padding-bottom: 5px;
}
.star_list li a {
    text-decoration: none;
}
.authrize_checkbox {
    margin-top: 25px;
    font-size: 14px;
    line-height: 26px;
}
.authrize_checkbox input[type="checkbox"] {
    float: left;
    margin-top: 7px;
}
.authrize_checkbox p {
    margin-left: 35px;
}
.actions_buttons {
    margin-top: 70px;
    margin-bottom: 200px;
}
.logout {
    position: absolute;
    right: 0px;
    top: -45px;
    font-size: 16px;
    font-family: AvenirLTStd-Black;
    text-decoration: none;
    color: #7bdcd5;
}

/*TOOLTIP*/
.tipr_content {
    font: 12px/1.7 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    background-color: #fff;
    padding: 9px 17px;
}
.tipr_container_bottom {
    display: none;
    position: absolute;
    margin-top: 13px;
    box-shadow: 2px 2px 5px #f9f9f9;
    z-index: 1000;
}
.form_boxes .tipr_container_top {
    min-width: 270px;
}
.tipr_container_top {
    display: none;
    position: absolute;
    margin-top: -77px;
    box-shadow: 2px 2px 5px #f9f9f9;
    z-index: 1000;
    text-align: center;
    text-transform: uppercase;
}
.tipr_point_top, .tipr_point_bottom {
    position: relative;
    background: #fff;
    border: 1px solid #dcdcdc;
}
.tipr_point_top:after, .tipr_point_top:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    top: 100%;
    content: "";
    height: 0;
    width: 0;
}
.tipr_point_top:after {
    border-top-color: #fff;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}
.tipr_point_top:before {
    border-top-color: #dcdcdc;
    border-width: 9px;
    left: 50%;
    margin-left: -9px;
}
.tipr_point_bottom:after, .tipr_point_bottom:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    width: 0;
}
.tipr_point_bottom:after {
    border-bottom-color: #fff;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}
.tipr_point_bottom:before {
    border-bottom-color: #dcdcdc;
    border-width: 9px;
    left: 50%;
    margin-left: -9px;
}
.tipr_container_left {
    display: none;
    position: absolute;
    margin-top: -50px;
    box-shadow: 2px 2px 5px #f9f9f9;
    z-index: 1000;
    text-align: center;
    text-transform: uppercase;
}
.tipr_point_left {
    position: relative;
    background: #fff;
    border: 1px solid #dcdcdc;
    left: -70%;
    top: 15px;
}
.tipr_point_left:after, .tipr_point_left:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    top: 25%;
    content: "";
    height: 0;
    width: 0;
}
.tipr_point_left:after {
    border-left-color: #fff;
    border-width: 10px;
    right: -20px;
    margin-left: -10px;
    top: 28%;
}
.tipr_point_left:before {
    border-left-color: #dcdcdc;
    border-width: 11px;
    right: -22px;
    margin-left: -11px;
}
.amount_val_input {
    width: 70px;
    display: none;
}
.donateto {
    font-size: 14px !important;
    font-family: AvenirLTStd-Roman;
    color: #000000;
}
.authrize_checkbox input[type="checkbox"] {
    display: none;
}
.authrize_checkbox label.autho {
    background: url('../images/check-box.jpg') top left no-repeat;
    height: 18px;
    width: 18px;
    display: inline-block;  /*background: #ff0000;*/
    cursor: pointer;
    float: left;
    margin-top: 4px;
}
.authrize_checkbox input[type="checkbox"]:checked + label.autho {
    background-position: bottom left;
}
.pripoli {
    border-bottom: 1px #ffffff dotted;
}
#thanksparallax {
    padding-bottom: 144px;
}
input::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}
input:-moz-placeholder {

    /* Firefox 18- */
    color: #000 !important;
    opacity: 1 !important;
}
input::-moz-placeholder {

    /* Firefox 19+ */
    color: #000 !important;
    opacity: 1 !important;
}
input:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}
.donation_description_inner {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
}
.form_boxes .input_box li span.projctName {
    font-size: 14px;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.white-popup-block {
    background: #fff none repeat scroll 0 0;
    margin: 40px auto;    /*max-width: 650px;*/
    padding: 20px 30px;
    position: relative;
    text-align: left;
    text-align: left;
}
#selectProject {
    width: 50%;
}
.donation .hidden {
    display: none;
}
.popup-loader {
    display: none;
}

/*Media Queries*/
@media screen and (max-width:1170px) {
    .wrapper {
        padding: 0 30px;
    }
    .logout {
        right: 20px;
        top: 45px;
    }
    .donation_description {
        padding-left: 0px;
    }
}
@media screen and (max-width:1051px) {
    .select_card {
        margin-left: 0px;
    }
}
@media screen and (max-width:1100px) {
    .logo {
        left: -20px;
    }
    .logo img {
        max-width: 95%;
    }
    .summary_page .logo {
        left: 35px;
    }
}
@media screen and (max-width:1024px) {
    .thankyou .content {
        width: 80%;
    }
    .bg-white {
        background: #ffffff;
    }
    #thanksparallax {
    }
}
@media screen and (max-width:950px) {
    #selectProject {
        width: 80%;
    }
    .logo {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        text-align: center;
        left: -20px;
    }
    .logo img {
        max-width: 100%;
    }
    .page_title {
        margin-top: 0px;
        font-size: 200px;
        margin-bottom: 10px;
    }
    .transparent_bg {
        padding: 50px 0;
    }
    .thankyou .main_header {
        padding-top: 0px;
    }
    .summary_page .logo {
        padding-top: 20px;
    }
    .summary_page .page_title {
        padding-top: 20px;
    }
}
@media screen and (max-width:920px) {
    .wrapper {
        overflow: hidden;
    }
    .form_boxes.left_box {
        padding-right: 50px;
    }
    .form_boxes.right_box {
        padding-left: 50px;
    }
    .donation_description_inner {
        max-width: none;
    }
}
@media screen and (max-width:850px) {
    .form_boxes.left_box {
        padding-right: 30px;
    }
    .form_boxes.right_box {
        padding-left: 30px;
    }
    #thanksparallax {
        background-size: 100% !important;
        padding-bottom: 0px;
    }
    #thanksparallax .col50 {
        width: 100%;
        padding-bottom: 50px;
    }
    #thanksparallax .col50:first-child {
        min-height: 320px;
    }
}
@media screen and (max-width:810px) {
    .form_boxes.left_box {
        padding-right: 25px;
    }
    .form_boxes.right_box {
        padding-left: 25px;
    }
    .input_box_outer {
        max-width: 320px;
    }
    .form_boxes .input_box li label {
        padding-left: 20px;
    }
    .select_card .col48 {
        width: 100%;
    }
    .creditcard_image {
        padding-left: 30px;
    }
}
@media screen and (max-width:768px) {
    .form_boxes .input_box li label {
        padding-left: 10px;
    }
    .form_boxes .input_box li input[type="text"] {
        width: 125px;
        padding-left: 15px;
    }
    .input_box_outer {
        max-width: 285px;
    }
}
@media screen and (max-width:700px) {
    .col50 {
        width: 100%;
    }
    .form_boxes {
        max-width: 410px;
        width: 100%;
        margin: 0 auto;
        padding-left: 0px !important;
        padding-right: 0px !important;
        float: none;
    }
    .input_box_outer {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }
    .form_boxes.right_box {
        margin-top: 65px;
    }
    .form_boxes .input_box li input[type="text"] {
        width: 175px;
    }
    .main_footer .widgets.widget_center, .main_footer .widgets.widget_left {
        width: 50%;
    }
    .main_footer .widgets.widget_right {
        width: 100%;
        clear: both;
        float: left !important;
        text-align: center;
    }
    .thankyou .page_title {
        font-size: 90px;
    }
    .thankyou .subtext {
        font-size: 20px;
        letter-spacing: 8px;
    }
    .creditcard_image {
        padding-top: 20px;
    }
    .donation_description {
        margin-top: 50px;
    }
    .popup-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .sponsor_content {
        padding-left: 20px;
        padding-right: 20px;
    }
    #sponsor_child img {
        width: 100%;
    }
    .tip .tipr_container_left, .tip .tipr_container_top {
        display: none !important;
    }
    .summary_page .main_header {
        background: url("../images/summary_header_image_mobile.jpg") no-repeat center 0 fixed;
    }
}
@media screen and (max-width:575px) {
    .main_footer .widgets.widget_center, .main_footer .widgets.widget_right, .main_footer .widgets.widget_left {
        width: 100%;
        clear: both;
        float: left !important;
        text-align: center;
    }
    .main_footer .widgets.widget_center {
        padding: 20px 0;
    }
    .thankyou .content {
        padding: 40px 7% 0;
        width: 86%;
    }
    .thankyou .page_title {
        font-size: 65px;
    }
    .thankyou .main_header {
        padding-bottom: 45px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .popup-content {
        padding-left: 00px !important;
        padding-right: 00px !important;
    }
}
@media screen and (max-width:480px) {
    .form_boxes {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
        padding-left: 0px !important;
        padding-right: 0px !important;
        float: none;
    }
    .input_box_outer {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .form_boxes .input_box li input[type="text"] {
        width: 155px;
    }
    .input_box_outer .add_field {
        bottom: 24px !important;
    }
}
@media screen and (max-width:420px) {
    .page_title {
        font-size: 155px;
        letter-spacing: 3px !important;
    }
    .transparent_bg {
        padding: 30px 0;
    }
    .form_boxes {
        max-width: 300px;
    }
    .input_box_outer {
        max-width: 270px;
    }
    .form_boxes .input_box li input[type="text"] {
        width: 105px;
    }
    .commission_percentage input[type="text"] {
        text-align: right;
        width: 180px !important;
    }
    .main_footer .wrapper {
        padding: 0 10px;
    }
    .col49 {
        width: 100%;
    }
}
@media screen and (max-width:360px) {
    .wrapper {
        padding: 0px 20;
    }
    .page_title {
        font-size: 135px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .form_boxes .input_box li label {
        padding-left: 0px;
    }
    .input_box_outer {
        max-width: 235px;
    }
    .form_boxes .input_box li input[type="text"] {
        width: 95px;
    }
    .commission_percentage input[type="text"] {
        text-align: right;
        width: 145px !important;
    }
}
@media screen and (max-width:320px) {
}
@media screen and (min-width:700px) {
    .card_commision_btns .checkbox_container label {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        float: left;
        font-size: 40px;
        padding-right: 22px;
        text-align: right;
        width: 149px;
    }
    .card_commision_btns .checkbox_container .commission_in {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        border-left: 1px solid #ffffff;
        border-top: 0px;
    }
    .checkbox_container label .fa {
        left: 10px;
        font-size: 16px;
    }
}
@media screen and (max-width:700px) {
    .thankyou .main_header{
        background: url("../images/thank-you-mobile.jpg") no-repeat ;
        padding: 300px 0 0px 0;
        
        background-position: center center;
        background-size: cover;
    }
    .thankyou .logo{
        float: left;
        width: auto;
        left: 20px !important;
        text-align: left;
        top: 15px !important;
    }
    .thankyou .logo img{
        max-width: 100%;
    }
    .thankcontent{
        padding-bottom:20px;
        padding-top:15px;
        background: rgba(255,255,255,.2);
    }
    #thanksparallax .col50:first-child{
        min-height: 0;
        padding-bottom: 0px;
    }
    .thankyou .content{
        width: 100%;
    }
    .thankyou .content p{
        line-height: 2rem;
        margin-bottom: 2rem;
    }
    section.main_content{
        background: none !important;
    }
}
@media screen and (max-width:700px) {
    body.thankyou .logo img{
        width: 60%;
    }

}

@media (min-width:701px) and (max-width:950px) {
    
.thankyou .page_title {
	margin-top:150px;	
 }

}


@media (max-width:991px) {
.recp-modal.modal.active .inner {
    margin-top: 80px;
}

}


@media (max-width:600px) {
 	.recp-modal table td{
     	font-size:12px !important;
            height: 35px;
    vertical-align: top;   
    }
    
}


.popup-rec{
	font-family: AvenirLTStd-Roman;
    color:#000;
    font-size:14px;
    text-transform:uppercase;
    text-align:left;
    letter-spacing:0px;
    margin-bottom:20px;
}

.recp-modal h3{
	font-family: AvenirLTStd-Roman;
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    text-align:center;
    background:#000;
    display:block;
    line-height:54px;
    width:100%;
}

.recp-modal table td{
	font-family: AvenirLTStd-Roman;
    color:#000;
    font-size:14px;
    text-transform:uppercase;
    text-align:left;
    letter-spacing:0px;
	padding-bottom:3px;
}

.modal.recp-modal .footnotes{
 	 line-height: 25px;
    text-transform: uppercase;
    font-size:14px;
margin-top:40px;	
}

.modal.recp-modal .inner{
 	border:solid 1px #000;
	padding:55px;
}

.modal.recp-modal .footnotes p{
	margin-bottom:15px;
}