@font-face {
    font-family: FatFrank-Regular;
    src: url(../Fonts/FatFrank/FatFrank-Regular.otf);
}
@font-face {
    font-family: Gotham-Book;
    src: url(../Fonts/gotham-rounded-book.otf);
}
body{
    background: rgb(4,120,191);
    background: radial-gradient(circle, rgba(4,120,191,1) 0%, rgba(2,47,141,1) 100%);

    color: #fff;
    /*font-family: Avenir-Book; */
}
h1, h2, h3, h4, h5{
    color: #f9e039;
    font-family: FatFrank-Regular;
}
.error{
    color: red;
}
a{
    color: #000;
}
a:hover{
    color: #a02521;
}
.header-section{
    width: 100%;
    background: rgb(255,239,59);
    background: radial-gradient(circle, rgba(255,239,59,1) 0%, rgba(207,181,19,1) 100%);
}
.header-section img{
    padding: 20px;
    max-width: 500px;
    width: 100%;
}
.logo-item img {
    margin-bottom: 15px;
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    transition: all ease 0.2s;
}
.logos-section p {
    font-size: 20px;
}
.logo-item.active img {
    border: 2px solid #fff;
    transform: scale(1.05);
}
.logos-section {
    margin-bottom: 25px;
}
.text-uppercase{
    text-transform: uppercase;
}
.first-footer-row a{
    padding:7px 4px;
    color: #ffffff;
}
.head-title h1{
    margin: 0;
    line-height: 1.2;
}
.input-section {
    margin-top: 5%;
}
.font-md{
    font-size: 25px;
}
.red-box-section a{
    line-height: 1.5;
    color: #fff;
    display: block;
}
.red-box-section p{
    line-height: 1.5;
    color: #fff;
    margin: 0.5rem 0;
    cursor: pointer;
}
.red-box-section {
    background: #a02521;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 3px 0px black;
    box-shadow: 0px 1px 3px 0px black;
    color: #fff;
    width: 100%;
    text-align: center;

    padding: 6px 10px;
    max-width: 351px;
    line-height: 1.5;
    cursor: pointer;
    border: 3px solid transparent;
}
.red-box-section.active {
    border: 3px solid #000;
}
input#code, .cell input, .cell select{
    text-align: center;
    height: 60px;
    font-size: 24px;
    border: 1px solid #000;
}
.footer {
    margin-top: 14%;
    background: #005cb8;
}
.head-title {
    margin-top: 8%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.system-req {
    margin: 10px 0 25px;
}
.system-req a{
    color:#fff;
    text-decoration: underline;
}
.submit-wrapper {
    width: 100%;
}
.text-yellow {
    color: #f9e039;
    font-size: 22px;
    max-width: 800px;
    padding: 0 15px;
    margin: 4% auto;
}
input.btn-submit{
    padding: 0.8% 12.6%;
    height: 60px;
    font-size: 20px;
    color: #005cb9;
    background: #f6e94a;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
    width: 100%;
    max-width: 350px;
    margin: auto;
    display: block;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 3px 0px black;
    box-shadow: 0px 1px 3px 0px black;
    font-weight: 900;
}
#codeError {
    margin-top: 1.5%;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
}
.form-title {
    margin-bottom: 25px;
}
.cell.small-12.smallText {
    /*font-weight: 600;*/
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 23px;
    font-family: Gotham-Book;
}
input#payment_method_mail, input#payment_method_paypal {
    height: auto;
    transform: scale(1.5);
    margin-left: 15px;
    margin-top: 12px;
}
.payment-method-section label{
    font-size: 18px;
}
select#state {
    font-size: 18px;
}
.first-footer-row a:after {
    content: "|";
    padding-left: 9px;
    display: inline-block;
    vertical-align: text-top;
}
.first-footer-row li:last-child a:after{
 display: none;
}
.enjoy-text, .small-container {
    max-width: 100%;
    padding: 0 15px;
    margin: 3% auto;
}
.warning {
    color: #ffffff;
    margin-top: -10px;
}
.box-body{
    color:#fff;
    padding: 20px 20px 0;
}
.box-image {
    border-bottom: 3px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.box-instr{
    background-color: #a02521;
}
.box-title {
    padding:15px;
    background: #fff;
}
.box-title h2{
    margin: 0;
}
.box-title h2:before {
    font-size: 23px;
    background: #000;
    color: #fff;
    height: 30px;
    width: 30px;
    content: "1";
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
    margin-bottom: 0.5rem;
}
.upload-box-title h2:before{
    content: '2';
}
.receive-box-title h2:before{
    content: '3';
}
.instr-heading{
    border-bottom: 2px solid #2EB3AE;
    padding-bottom: 2%;
}
input.bigText {
    padding: 0.8% 12.6%;
    height: 60px;
    font-size: 20px;
    color: #fff;
    background: #a02521;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 3px 0px black;
    box-shadow: 0px 1px 3px 0px black;
}
input.bigText:hover, input.bigText:focus{
    background: #a02521;
}
button#fileSelect {
    padding: 0.8% 12.6%;
    height: 60px;
    font-size: 20px;
    color: #fff;
    background: #a02521;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 3px 0px black;
    box-shadow: 0px 1px 3px 0px black;
}
.footer-info {
    padding: 60px 20px;
}
.footer-bottom-text{
    margin-top: 20px;
    margin-bottom: 20px;
}
.menu-footer-social {
    margin-bottom: 20px;
}
.safe-section {
    margin-top: -21px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 801px) {
    .box-instr {
        margin-bottom: 6%;
    }
    input#code {
        margin-bottom: 7px;
    }
    .input-wrapper{
        margin-bottom: 15px;
    }
    .submit-wrapper {
        width: 100%;
    }
    .head-title {
        max-width: 95%;
    }
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:670px){
    .first-footer-row li {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .menu-footer-social li{
        display: block;
        width: 40%;
        text-align: center;
        margin-bottom: 10px;
    }
    .first-footer-row a:after{
        display: none;
    }
    .red-box-section{
        margin-bottom: 10px !important;
    }
}
