/* -------------------------------------
GLOBAL
------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

* {
	font-family: Helvetica, Arial, sans-serif;
}

img {
	max-width: 100%;
}

.block {
	display: block;
}

.collapse {
	margin: 0;
	padding: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	width: 100%!important;
	height: 100%;
}


/* -------------------------------------
ELEMENTS
------------------------------------- */
a {
	color: #2BA6CB;
}

.sub {
	vertical-align: -15%!important;
}

.sup {
	vertical-align: 15%!important;
}

.btn {
	text-decoration: none;
	color: #fff;
	background-color: #555;
	padding: 10px 0px;
	font-weight: bold;
	margin-right: 10px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	width: 100%;
}

p.callout {
	padding: 15px;
	background-color: #ECF8FF;
	margin-bottom: 15px;
}

.callout a {
	font-weight: bold;
	color: #2BA6CB;
}

table.social {
	/* padding: 15px;
	*/
	background-color: #ebebeb;
}

.social .soc-btn {
	padding: 3px 7px;
	font-size: 12px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	display: block;
	text-align: center;
}

a.fb {
	background-color: #3B5998!important;
}

a.tw {
	background-color: #1daced!important;
}

a.gp {
	background-color: #DB4A39!important;
}

a.ms {
	background-color: #000!important;
}

.sidebar .soc-btn {
	display: block;
	width: 100%;
}

p.heroImage {
	margin: 25px 0;
	text-align: center;
	padding: 10px 0;
}

p.center {
	text-align: center;
	font-style: italic;
	line-height: 24px;
	padding: 10px 5px;
}

p.formel {
	text-align: center;
	line-height: 24px;
	padding: 10px 5px;
}

.privacy p.disclaimer {
	text-align: justify;
}

.privacy .middle {
	text-align: center;
}


/* -------------------------------------
HEADER
------------------------------------- */
table.head-wrap {
	width: 100%;
}

.header.container table td.logo {
	padding: 15px;
}

.header.container table td.label {
	padding: 15px;
	padding-left: 0px;
}


/* -------------------------------------
BODY
------------------------------------- */
table.body-wrap {
	width: 100%;
	border-spacing: 0;
}


/* -------------------------------------
FOOTER
------------------------------------- */
table.footer-wrap {
	width: 100%;
	clear: both!important;
}

.footer-wrap .container td.content p {
	border-top: 1px solid rgb(215, 215, 215);
	padding-top: 15px;
}

.footer-wrap .container td.content p {
	font-size: 10px;
	font-weight: bold;
}

.footer-wrap, .footer-wrap h4 {
	color: #ffffff!important;
}

.footer-wrap a {
	text-decoration: underline;
}

.footer-wrap p {
	color: #fff;
}

.footer-wrap img {
	border: 1px solid #555555;
}


/* -------------------------------------
TYPOGRAPHY
------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 1.1;
	margin-bottom: 12px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 60%;
	color: #6f6f6f;
	line-height: 0;
	text-transform: none;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 37px;
	text-transform: uppercase;
}

h3 {
	font-size: 27px;
	text-transform: uppercase;
}

h4 {
	font-size: 23px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 14px;
	text-transform: uppercase;
}

.collapse {
	margin: 0!important;
}

p, ul, ol {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
}

p.lead {
	font-size: 16px;
	font-weight: bold;
}

p.last {
	margin-bottom: 0px;
}

ul li, ol li {
	margin-left: 20px;
	list-style-position: outside;
}

.caption {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	display: block;
}


/* -------------------------------------
SIDEBAR
------------------------------------- */
ul.sidebar {
	background: #ebebeb;
	display: block;
	list-style-type: none;
}

ul.sidebar li {
	display: block;
	margin: 0;
}

ul.sidebar li a {
	text-decoration: none;
	color: #666;
	padding: 10px 16px;
	/* font-weight: bold;
	*/
	margin-right: 10px;
	/* text-align: center;
	*/
	cursor: pointer;
	border-bottom: 1px solid #777777;
	border-top: 1px solid #FFFFFF;
	display: block;
	margin: 0;
}

ul.sidebar li a.last {
	border-bottom-width: 0px;
}

ul.sidebar li a h1, ul.sidebar li a h2, ul.sidebar li a h3, ul.sidebar li a h4, ul.sidebar li a h5, ul.sidebar li a h6, ul.sidebar li a p {
	margin-bottom: 0!important;
}


/* ---------------------------------------------------
RESPONSIVENESS
Nuke it from orbit. It's the only way to be sure.
------------------------------------------------------ */
/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
.container-odd {
	display: block!important;
	max-width: 565px!important;
	margin: 0 auto!important; /* makes it centered */
	clear: both!important;
	color: #ffffff!important;
}

.container-odd p, .container-odd li, .container-odd h3, .container-odd h4, .container-odd h5 {
	color: #ffffff!important;
}

.container-link {
	display: block!important;
	max-width: 565px!important;
	margin: 0 auto!important; /* makes it centered */
	clear: both!important;
	color: #555555!important;
}

.container-link a {
	display: block!important;
	max-width: 565px!important;
	margin: 0 auto!important; /* makes it centered */
	clear: both!important;
	color: #555555!important;
}

.container-link h3 {
	color: #F39400!important;
}

.container-link ul li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 15px;
}

.container-even {
	display: block!important;
	max-width: 565px!important;
	margin: 0 auto!important; /* makes it centered */
	clear: both!important;
	color: #555555;
}

.container-even p, .container-even li, .container-even h4, .container-even ol {
	color: #555555!important;
}

.container-even h3 {
	color: #f39400;
}


/* This should also be a block element, so that it will fill 100% of the .container */
.content {
	padding: 15px;
	max-width: 535px!important;
	margin: 0 auto;
	display: block;
}

.content table {
	width: 100%;
}

.headerContent {
	padding: 15px;
	max-width: 565px!important;
	margin: 0 auto;
	display: block;
}

.headerContent table {
	width: 100%;
}


/* Odds and ends */
.column {
	width: 300px;
	float: left;
}

.column tr td {
	padding: 15px;
}

.column-wrap {
	padding: 0!important;
	margin: 0 auto;
	max-width: 600px!important;
}

.column table {
	width: 100%;
}

.social .column {
	width: 280px;
	min-width: 279px;
	float: left;
}


/* Be sure to place a .clear element after each set of columns, just to be safe */
.clear {
	display: block;
	clear: both;
}


/* -------------------------------------------
PHONE
For clients that support media queries.
Nothing fancy.
-------------------------------------------- */
@media only screen and (max-width:600px) {
	a[class="btn"] {
		display: block!important;
		margin-bottom: 10px!important;
		background-image: none!important;
		margin-right: 0!important;
	}
	
	div[class="column"] {
		width: auto!important;
		float: none!important;
	}
	
	table.social div[class="column"] {
		width: auto!important;
	}
	
}