body, html {
    height: 100%}
.header, .main {
    border-bottom: 1px dotted #88898c;
}
.header-links, .logo, .main-image {
    display: inline-block;
}
.cta-text, .header-links a, .logo, .main-header, .sub-header {
    text-transform: uppercase;
}
.footer, .site-content {
    max-width: 100%;
    min-width: 320px;
}
html {
    color: #444;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}
* {
    box-sizing: border-box;
}
body {
    background: -webkit-linear-gradient(#bdc0c2, #e6e6e7);
    background: -o-linear-gradient(#bdc0c2, #e6e6e7);
    background: -moz-linear-gradient(#bdc0c2, #e6e6e7);
    background: linear-gradient(#bdc0c2, #e6e6e7);
    min-height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
a {
    text-decoration: none;
}
p {
    color: #888;
}
.site-content {
    width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #fff;
}
.header {
    width: 100%;
    height: 90px;
}
.logo {
    margin: 0;
    padding: 23px 0;
}
.header-links {
    float: right;
    padding: 40px 0 28px;
    color: #88898c;
}
.header-links a {
    color: #88898c;
}
.header-links a:hover {
    color: #444;
}
.main {
    padding-bottom: 20px;
}
.main-header {
    margin: 10px 0;
    color: #00aeef;
    font-size: 3em;
    vertical-align: top;
}
.main-image {
    width: 50%;
    margin: 0;
    padding-right: 10px;
}
.main-image img {
    width: 450px;
    max-width: 100%}
.main-caption {
    font-style: italic;
    text-align: center;
}
.main-text {
    float: right;
    display: inline-block;
    width: 50%;
    padding-left: 10px;
    vertical-align: top;
}
.cta-button, .cta-text {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}
.sub-header {
    margin: 0;
    color: #444;
}
.bulletpoints {
    padding-left: 20px;
}
.cta-text {
    color: #f1511f;
    font-weight: 800;
}
.cta-text:hover {
    text-decoration: underline;
}
.cta-button {
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 10px;
    background: #f1511f;
    color: #fff;
    text-transform: lowercase;
}
.footer, .widgetbox-header {
    text-transform: uppercase;
}
.cta-button:hover {
    background: #d35400;
}
.urgency {
    display: block;
    padding: 5px 0;
    color: #00aeef;
    font-size: 17px;
}
.tablet-link {
    color: #f1511f;
    text-decoration: none;
}
.widget, .widget-content, .widget-image {
    display: inline-block;
}
.widgets {
    padding: 20px 0;
}
.widget {
    width: 50%;
}
.widget-image {
    float: left;
    vertical-align: top;
}
.widget-content {
    vertical-align: top;
    height: 150px;
}
.right {padding-left: 10px;}
.left {padding-right: 10px;}
.widgetbox-header {
    padding: 0;
    margin: 0;
    color: #444;
}
.footer {
    width: 960px;
    margin: 0 auto;
    padding: 5px 20px;
    background: #000;
    color: #ecf0f1;
    font-size: .75em;
}
@media screen and (max-width:959px) {
    .header, .main, .site-content {
    text-align: center;
}
.main-text, .widget, .widget-content {
    width: 100%}
.mobile-block {
    display: block;
    max-width: 100%}
.site-content {
    padding: 0 5px;
}
.header {
    height: auto;
}
.logo {
    padding: 10px 0 0;
    font-size: 20px;
}
.header-links {
    float: none;
    padding: 0;
}
.main-image {
    width: 100%;
    display: block;
    padding: 0 0 20px;
}
.main-text {
    float: none;
    padding: 0;
    margin-bottom: 20px;
}
.bulletpoints {
    text-align: left;
}
.widget-image {
    float: none;
    height: auto;
    width: auto;
}
.widget-content {
    padding: 20px 0 0;
}
}@media screen and (max-width:414px) {
    .cta-button, .cta-text, .main-header {
    font-size: 27px;
}
.sub-header, .widgetbox-header {
    font-size: 25px;
}
li, p {
    font-size: 22px;
}
}@media screen and (max-width:384px) {
    .cta-button, .cta-text, .main-header {
    font-size: 24px;
}
.sub-header, .widgetbox-header {
    font-size: 22px;
}
li, p {
    font-size: 20px;
}
}@media screen and (max-width:375px) {
    .cta-button, .cta-text, .main-header {
    font-size: 24px;
}
.sub-header, .widgetbox-header {
    font-size: 22px;
}
li, p {
    font-size: 20px;
}
}@media screen and (max-width:360px) {
    .cta-button, .cta-text, .main-header {
    font-size: 26px;
}
.sub-header, .widgetbox-header {
    font-size: 22px;
}
li, p {
    font-size: 20px;
}
}@media screen and (max-width:320px) {
    .main-header {
    font-size: 20px;
}
.sub-header, .widgetbox-header {
    font-size: 18px;
}
li, p {
    font-size: 16px;
}
}