
button:focus {
    outline: 0;
}

input:focus {
    outline: 0;
}



/* Moftah Grid Adjustment*/


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    outline: none;
}
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*Thanks section*/
h1.thanks-title {
    color: #13698d;
    font-family: "HelveticaNeueLTPro-Lt", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 43px;
    margin:50px 0 30px 0;
}

.thanks-content {
    color: #b3b3b3;
    font-family: "Georgia",Serif;
    font-size: 20px;
    line-height: 1.42857143;
}


p.aj-team {
    color: #13698d !important;
    font-family: "HelveticaNeueLTPro-Bd", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 26px !important;
    font-weight: bold;

}

@media (max-width: 992px) {
    .team-image  {
        margin-bottom: 20px;
    }
    .col-md-6.col-md-push-6.team-image img {
        width: 100%;
    }
}


#site-header-wrapper{
    display: none!important;
}

.col-md-6.col-md-push-6.team-image {
    width: 49%;
    float: right;
}

.col-md-6.col-md-pull-6 {
    float: left;
    width: 49%;
    padding-right: 1%;

}

.col-md-6.col-md-pull-6 p {
    color: #b3b3b3;
    font-size: 23px;
    margin: 0 0 10px;
}

@media (max-width: 992px) {
    .col-md-6.col-md-push-6.team-image {
        width: 100%;
        float: left;
    }

    .col-md-6.col-md-pull-6 {
        float: left;
        width: 100%;

    }
}

@media (max-width: 699px) {
    .content {
        margin: 0 23px;
    }
}