/*
	Minimaxing 3.1 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

	*,*:before,*:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}

	body {
		font-size: 13.5pt;
		font-family: sans-serif;
		background-color: #dddddd;
		font-family: 'Ubuntu Condensed', sans-serif;
		color: #888888;
		letter-spacing: -1px;
	}

.content-bg {width:100%; background-color:#f8f8f8; border-bottom:1px solid #efefef; padding:53px 0 36px; display:inline-block;}
.content-center {margin:0 auto; width:740px; }
.send-button { float:right; width:55.5%; margin-top:5px;}
.send-button a { width:98%; display:inline-block; padding:18px 0 15px 0; text-align:center; border-bottom:2px solid #ff9900; border-radius:6px; text-transform:uppercase; font-size:28px; color:#FFF;  font-family: 'Roboto', sans-serif; font-weight:700; background-color:#ffcc33;  text-decoration:none;}
.send-button a:hover { background-color:#3366cc; border-bottom:2px solid #003399;}
.send-button a span { padding:0; text-transform:uppercase; font-size:40px; line-height:24px; color:#FFF; font-family: 'Roboto', sans-serif; font-weight:300; margin:0 0 0 3px; position:relative; top:1px;}
.send-button p {color:#000; font-size:12px; font-family: 'Roboto', sans-serif; font-weight:300; line-height:16px; margin:10px 0;}
.should-text {width:31%; float:left; font-size:27px; font-family: 'Roboto', sans-serif; font-weight:400; color:#000; background:url(../img/should-text-bg.png) right no-repeat; padding:18px 50px 0 0; height:88px; line-height:32px; }

	h1,h2,h3,h4 {
		color: #007BC1;
		font-weight: normal;
	}

	h1 {
		text-transform: uppercase;
	}
	
	h2 {
		text-transform: none;
	}

	h2 {
		font-size: 1.6em;
		letter-spacing: -1px;
		margin-bottom: 1em;
	}

	h3,h4 {
		color: #4d4d4d;
		margin-bottom: 0.5em;
	}

	h3 {
		font-size: 1.2em;
		margin-bottom: 0.8em;
	}

	h4 {
		font-size: 1em;
	}

	p, ul {
		margin-bottom: 1.25em;
	}

	p {
		line-height: 1.8em;
	}

	strong {
		color: #404040;
	}

	img.left {
		float: left;
		margin: 2px 1.25em 0 0;
	}

	img.top {
		margin: 4px 0 2.25em 0;
	}

	ul {
		padding: 0.25em 0 0 0;
	}

	a {
		color: #2b8bc1;
		text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
	}

	* > p:last-child {
		margin-bottom: 0 !important;
	}

/* Reusable */

	article.blog-post {
		position: relative;
	}

		article.blog-post .comments {
			position: absolute;
			top: 0;
			right: 0;
			height: 32px;
			line-height: 24px;
			padding-left: 40px;
			background: url('images/icon-bubble.png') no-repeat;
		}

	ul.small-image-list {
	}

		ul.small-image-list li {
			overflow: hidden;
			margin-bottom: 1.5em;
		}

	ul.big-image-list {
	}

		ul.big-image-list li {
			overflow: hidden;
			margin-bottom: 2em;
		}

	ul.link-list {
	}

		ul.link-list li {
			border-top: solid 1px #ced0b7;
			padding: 0.75em 0 0 0;
			margin: 0.75em 0 0 0;
		}
		
		ul.link-list li:first-child {
			padding-top: 0;
			margin-top: 0;
			border-top: 0;
		}

	.button {
		display: inline-block;
		padding: 15px 25px 15px 25px;
		background-color: #ffb637;
		background-image: -moz-linear-gradient(top, #ffcb70, #ffb637);
		background-image: -webkit-linear-gradient(top, #ffcb70, #ffb637);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffcb70), to(#ffb637));
		background-image: -ms-linear-gradient(top, #ffcb70, #ffb637);
		background-image: -o-linear-gradient(top, #ffcb70, #ffb637);
		background-image: linear-gradient(top, #ffcb70, #ffb637);
		border-radius: 10px;
		text-transform: lowercase;
		text-decoration: none;
		color: #fff;
		font-size: 1.2em;
		letter-spacing: -1px;
		border: solid 1px #e39000;
		box-shadow: inset 0px 0px 0px 1px #f5a71f;
	}

	.button:hover {
		background-color: #e39000;
		background-image: -moz-linear-gradient(top, #ffa70e, #e39000);
		background-image: -webkit-linear-gradient(top, #ffa70e, #e39000);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa70e), to(#e39000));
		background-image: -ms-linear-gradient(top, #ffa70e, #e39000);
		background-image: -o-linear-gradient(top, #ffa70e, #e39000);
		background-image: linear-gradient(top, #ffa70e, #e39000);
		box-shadow: inset 0px 0px 0px 1px #ffce6e;
	}