body {
    font-family: "Source Sans Pro", sans-serif;
    margin: 0;
    padding: 0;
}

.header {
    background-color: #333;
    color: #fff;
    margin: 0;
    PADDING: 40px 0;
}

.header h3 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: center;
    font-size: 24px;
}

.content-container {
    background: url(" //s3.amazonaws.com/rebel.com/Background/background-ppc.jpg") no-repeat top center;
    background-size: cover;
    background-position: top center;
    height: 1350px;
}

.nic .content-container{
      height: 530px;
    background: none;
}
.nic-content {
    height: 450px;
    padding-bottom:40px;
}

.nic .header {
    background-color: #000;
    padding:20px 0;
}

.inner-container {
    max-width: 600px;
    width: 75%;
    margin: 0 auto;
    padding:20px 0;
}

.reseller-logo {
    display: block;
    margin: 0 auto;
    max-width: 300px;
}

.content-title {
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    margin:0 auto;
    padding:15px 0;
}


.content-subtitle {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
        margin: 0 auto;
    padding-bottom:20px
}

.content-text {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}

.quote {
    float:left;
    margin-top:-20px;
    font-size: 72px;
    color: #FF9500;
    width: 5%;  
}


.nic .quote,
.nic .quote-under {
    color: #ac0000;
}

.main-quote {
    float:left;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}

.quote-under {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    color: #FF9500;
    font-weight: 400;    
}

.divide-inner-container {
    margin-top: 20px;
    border-top: 1px solid #e0e0e0;
    padding-top: 40px
}

.size1of3{
    display:inline-block;
    width:30%;
    margin:5px;
    background-color:#fff;
}


.default-border:hover .btn,
.btn:hover {
    background: #859f00;
    color: #FFF;
    display: block;
    border-radius: 2px;
    text-decoration: none;
    font-variant: small-caps;
    text-align: center;
    cursor: pointer;
    width:100%;
    padding: 5px 0;
    font-size:18px;
}

.btn{
    background: #fff;
    color: #859f00;
    display: block;
    border: 2px solid #859f00;
    border-radius: 2px;
    text-decoration: none;
    font-variant: small-caps;
    text-align: center;
    cursor: pointer;
    width:100%;
    padding: 5px 0;
    font-size:18px; 
}
.content-section{
    width:85%;
    margin:0 auto;
    margin-bottom: 20px;
}

.default-border:hover{
    border:1px solid #859f00;
}

.default-border{
     border:1px solid #e0e0e0;
}

.outer-circle{
    margin:0 auto;
    width:50px;
    height:50px;
    line-height: 50px;
    text-align: center;
    background-color: #FF9500;
    border-radius: 100%;
    margin-top:-25px;
    color:#fff;
}

.nic .outer-circle{
    background-color: #ac0000;
}

.section-title{
    text-transform: uppercase;
    font-size:16px;
    text-align:center;
    font-weight: bold;
}

.section-text{
    font-size:15px;
    font-weight:400;
    text-align: center;
    height: 70px;
    width:100%;
}

.section-container{
    max-width:800px;
    margin:0 auto;
    padding-top:40px
}

.main-container{
    padding:80px 0 120px;
    display: block;
    background-color: #f3f3f3;
}