/* THIS STYLESHEET AKA 'PRIMARY.CSS'
// Author: Robin Rowell
// -------------------------------------------- */

/* RESET/NORMALIZE STYLES - THIS MUST BE PART OF HS PRIMARY.CSS ONLY */
/* Used to make HTML elements behave display consistently across browsers.
/* by Eric Meyers
// -------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* General Use Elements
// -------------------------------------------- */
.page-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.margin-up {
    margin-top: 20px !important;
}

.margin-up-double {
    margin-top: 40px !important;
}

.margin-up-half {
    margin-top: 10px !important;
}

.margin-down {
    margin-bottom: 20px !important;
}

.margin-down-double {
    margin-bottom: 40px !important;
}

.margin-down-half {
    margin-bottom: 10px !important;
}

.pad-up {
    padding-top: 20px !important;
}

.pad-up-half {
    padding-top: 10px !important;
}

.pad-down {
    padding-bottom: 20px !important;
}

.pad-down-half {
    padding-bottom: 10px !important;
}

.centerText {
  text-align: center;
}

.textRight {
  text-align: right;
}

.normalFontWeight {
    font-weight: normal!important;
}

img.left {
    float: left;
	margin: 0 20px 20px 0;
}

img.center {
	display: block;
	margin: 0 auto 20px;
}

img.right {
	float: right;
	margin: 0 0 20px 20px;
}

.strong {
	font-weight: bold;
}

.stretch {
	width: 100%!important;
}

.hide {
	display: none;
}


/* Sprites
----------------------------------------------- */
div.tweetTalk,
h2.needHelp a,
ul.tabs li.list-sort a,
thead th.sorting,
thead th.sorting_asc,
thead th.sorting_desc {
    background-image: url("//cdn2.hubspot.net/hub/368606/file-2391320695-png/cco-template-assets/images/layout/sprites/sprite-1x.png");
    background-repeat: no-repeat;
    background-size: 1000px 400px;
}

@media 
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1), 
(-webkit-min-device-pixel-ratio: 2), 
(min-device-pixel-ratio: 2) {
    div.tweetTalk,
    h2.needHelp a,
    thead th.sorting,
    thead th.sorting_asc,
    thead th.sorting_desc {
        background-image: url("//cdn2.hubspot.net/hub/368606/file-2389228751-png/cco-template-assets/images/layout/sprites/sprite-2x.png");
    }
}

/* Twitter in Footer
----------------------------------------------- */
div.tweet {
    padding: 10px;
    background-color: #333;
    color: #fff;
    margin: 0;
}
div.tweet a {
    color: #fff!important;
    opacity: .8;
    margin-right:.5em;
}
span.tweetdate {
    font-size: 10px;
}
div.tweetDetails {
    padding-top: 5px;
}
div.tweetTalk {
    height: 15px;
    margin-bottom: 10px;
    background-color: #333;
    background-position: -240px -210px;
}
@media (max-width: 968px) /* 968px and less */ {
div.tweetTalk {
    background-position: -270px -210px;
}
}

/* Color Schemes
// -------------------------------------------- */






