.privateSMS {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #115369), color-stop(1, #0F4658)) !important;
    background:-moz-linear-gradient(top, #115369 5%, #0F4658 100%) !important;
    background:-webkit-linear-gradient(top, #115369 5%, #0F4658 100%) !important;
    background:-o-linear-gradient(top, #115369 5%, #0F4658 100%) !important;
    background:-ms-linear-gradient(top, #115369 5%, #0F4658 100%) !important;
    background:linear-gradient(to bottom, #115369 5%, #0F4658 100%) !important;
}

#content {
    min-height: 400px !important;
    /*background-image: url('/static/images/dr_background.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% auto;*/
}

#content-wrapper-1 {
    padding: 95px 0 200px 0;
    width: 1000px;
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: left;
    background-image: url('/static/images/3phones.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

#background-pointer {
    width: 1000px;
    height: 60px;
    margin: 0 auto;
    display: block;
    position: relative;
    background-image: url('/static/images/3phonespointer.png');
    background-repeat: no-repeat;
    background-position: 252px top;
}

#content-wrapper-2 {
    width: 100%;
    background: #ffffff;
}

#dr-left, #dr-right {
    display: inline-block;
    vertical-align: top;
    width: 500px;
}

#dr-left h3 {
    font-family: 'Bebas Neue';
    color: #3493b7;
    font-size: 34px;
    font-weight: lighter;
    margin: 0;
    letter-spacing: 12px;
    height: 45px;
    padding-left: 3px;
}

#dr-left h2 {
    font-family: 'Bebas Neue';
    color: #3493b7;
    font-size: 86px;
    font-weight: lighter;
    margin: 0;
    letter-spacing: 1px;
    line-height: 80px;
}

#dr-left div {
    font-family: 'Roboto Slab';
    color: #829a9c;
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.7;
}

#dr-right {
    padding: 70px 0 0 100px;
    width: 350px;
}

#content-wrapper-2{
    padding: 0 0 60px 0;
    
}

#content-2-summary {
    width: 945px;
    margin: 0 auto;
    font-family: 'Roboto Slab';
    color: #829a9c;
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.7;
    padding-bottom: 20px;
}

#content-2-image, #content-2-text {
    display: inline-block;
    vertical-align: top;
}

#content-2-text {
    width: 575px;
    text-align: left;
    padding-left: 25px;
}

#content-2-header {
    border-top: 3px dotted #3493b7;
    border-bottom: 3px dotted #3493b7;
    width: 1000px;
    margin: 20px auto;
}

#content-2-header h3 {
    font-family: 'Roboto Bold';
    color: #3493b7;
    font-weight: bold;
    font-size: 32px;
    margin: 20px 0;
}

#campaign-wrapper {
    width: 900px;
    margin: 0 auto;
    padding: 25px 0;
    text-align: left;
    font-family: "Roboto Slab";
    color: #829a9c;
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.7;
}

#image-wrapper {
    margin-bottom: 30px;
}
#image-wrapper h4 {
    font-family: "Roboto Bold";
    color: #3493b7;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
}

.mobile-image {
    display: none;
}

.campaignblock {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

#campaign-text {
    font-family: 'Roboto Slab';
    color: #829a9c;
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.7;
    width: 400px;
    margin: 50px 0 0 50px;
}