/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
/*---:[ general styles and layout structure ]:---*/
body {
	font-family: "Open Sans", sans;
	font-size: 16px;
	line-height: 27px;
	color: #232323;
	border-top: 5px solid #222222;
	background-color: #FFFFFF;
}
a {
	color: #0066cc;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
.container {
	width: 980px;
	margin: 0 auto;
}
.landing .container {
	width: 620px;
}
.full_width {
	min-width: 980px;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns > .content {
	width: 620px;
	float: left;
}
.columns > .sidebar {
	float: right;
	width: 360px;
	padding-left: 54px;
}
/*---:[ nav menu ]:---*/
.menu {
	position: relative;
	float: right;
	z-index: 50;
	list-style: none;
}
.menu li {
	position: relative;
	float: left;
}
.menu .sub-menu {
	position: absolute;
	display: none;
	list-style: none;
	z-index: 110;
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 11em;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 11em;
	clear: both;
}
.menu a, .menu_control {
	display: block;
	font-family: "Open Sans", sans;
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #DDDDDD;
	background-color: #222222;
	padding: 0.6em 1em;
}
.menu a:hover {
	color: #FFFFFF;
	background-color: #0066cc;
}
.menu_control {
	display: none;
	color: #DDDDDD;
	background-color: #222222;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.menu .current-menu-item > a {
	color: #EEEEEE;
	background-color: #0066cc;
	cursor: text;
}
/*---:[ site title ]:---*/
#site_title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 42px;
	line-height: 1.32em;
	font-weight: bold;
	color: #222222;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 27px;
	padding: 41px 0;
}
.has_feature_box #site_title {
	border-bottom: 0;
	margin-bottom: 0;
}
.landing #site_title {
	text-align: center;
}
.landing #site_title img {
	margin: 0 auto;
}
#site_title a {
	color: #222222;
}
#site_title a:hover {
	color: #0066cc;
}
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 {
	font-size: 16px;
	line-height: 27px;
}
.grt .headline {
	font-family: "Crimson Text", sans-serif;
	font-size: 46px;
	line-height: 66px;
	margin: 0;
}
.grt h2 {
	font-family: "Crimson Text", sans-serif;
	font-size: 24px;
	line-height: 37px;
	margin-top: 41px;
	margin-bottom: 14px;
}
.grt .small, .grt .caption {
	font-size: 13px;
	line-height: 23px;
}
.grt .drop_cap {
	font-size: 54px;
	line-height: 1em;
	margin-right: 0.15em;
	float: left;
}
.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .grt .aligncenter, .grt .alignnone, .grt .left, .grt .alignleft, .grt .right, .grt .alignright, .grt .post_image, .grt .post_image_box, .grt .wp-caption, .grt .wp-post-image, .grt .alert, .grt .note, .headline_area, .post_list, .archive_intro .headline, .prev_next {
	margin-bottom: 27px;
}
.grt ul, .grt ol, .grt .right, .grt .alignright, .grt .stack {
	margin-left: 27px;
}
.grt .wp-caption img, .grt .post_image_box .post_image, .grt .thumb, .grt blockquote.right, .grt blockquote.left, .post_list li {
	margin-bottom: 14px;
}
.grt ul ul, .grt ul ol, .grt ol ul, .grt ol ol, .wp-caption p, .grt .alert p:last-child, .grt .note p:last-child, .grt blockquote.right p, .grt blockquote.left p {
	margin-bottom: 0;
}
.grt .left, .grt .alignleft {
	margin-right: 27px;
}
.grt .caption {
	margin-top: -14px;
	color: #888888;
}
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 26px;
	line-height: 37px;
	width: 45%;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*---:[ button styles ]:---*/
.post_edit, .previous_posts a, .next_posts a, .comment_footer a, .comment_nav a, .input_submit, #cancel-comment-reply-link {
	display: inline-block;
	line-height: 1em;
	color: #888888;
	border: 2px solid #EEEEEE;
	background-color: #FFFFFF;
	padding: 0.5em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
.post_edit:hover, .previous_posts a:hover, .next_posts a:hover, .comment_footer a:hover, .comment_nav a:hover, .input_submit:hover, #cancel-comment-reply-link:hover {
	color: #0066cc;
	border-color: #0066cc;
	-webkit-transition: border-color 0.4s;
	-moz-transition: border-color 0.4s;
	transition: border-color 0.4s;
}
/*---:[ post box styles ]:---*/
.post_box {
	position: relative;
	margin-bottom: 27px;
}
.headline_area {
	color: #888888;
}
.headline, .headline a {
	color: #222222;
}
.headline a:hover, .post_list .headline a {
	color: #0066cc;
	text-decoration: none;
}
.post_edit {
	position: absolute;
	top: 0.5em;
	left: -54px;
	font-size: 13px;
}
.twitter_profile:before {
	content: '| ';
}
.full_page .post_content {
	max-width: 620px;
}
.post_author a:hover, .post_content a, .post_cats a:hover, .post_tags a:hover, .twitter_profile a:hover, .post_list .headline a:hover {
	text-decoration: underline;
}
.post_box h2, .post_box h3 {
	color: #222222;
}
.post_box h3, .post_box dt {
	font-weight: bold;
}
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #888888;
	padding-left: 27px;
	border-left: 1px solid #DDDDDD;
}
.post_box code {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
	background-color: #EEEEEE;
	padding: 14px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 14px;
}
.wp-caption.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text .wp-smiley {
	display: inline;
	margin-bottom: 0;
}
.post_box .wp-caption p {
	font-size: 13px;
	line-height: 23px;
}
.post_box .author_description {
	border-top: 1px dotted #DDDDDD;
	padding-top: 27px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .avatar {
	float: right;
	clear: both;
	width: 89px;
	height: 89px;
	margin-left: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.post_box .author_description .avatar {
	float: left;
	width: 81px;
	height: 81px;
	margin-right: 14px;
	margin-left: 0;
}
.post_box .post_cats, .post_box .post_tags {
	color: #888888;
}
.post_box .alert, .post_box .note {
	padding: 14px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}
.post_list {
	position: relative;
	list-style-type: none;
}
.post_list .num_comments {
	display: inline-block;
	margin-left: 14px;
	line-height: 0.5em;
}
.post_list .post_edit {
	top: -0.35em;
	margin-top: 0.25em;
}
.landing .headline_area, .landing .signup {
	text-align: center;
}
.post_box .signup {
	border: 1px dotted #DDDDDD;
	border-width: 1px 0 0 0;
	margin: 27px 0;
	padding: 27px 0 0;
}
.landing .signup {
	border: 0;
	margin: 0 0 27px;
	padding: 0;
}
.post_box .signup p {
	font-weight: bold;
	margin-bottom: 14px;
}
.post_box .signup .input_text {
	width: 40%;
}
.post_box .signup .input_submit {
	font-size: 16px;
	margin-left: 14px;
}
/*---:[ other post box styles ]:---*/
.post_box .num_comments_link {
	display: inline-block;
	color: #888888;
	text-decoration: none;
	margin-bottom: 27px;
}
.post_box .num_comments_link:hover {
	text-decoration: underline;
}
.num_comments {
	font-size: 27px;
	color: #232323;
}
/*---:[ feature box ]:---*/
.feature_box {
	position: relative;
	border: 2px solid #DDDDDD;
	border-width: 2px 0;
	margin: 0 -27px 41px;
	padding: 27px 27px 0 27px;
}
.feature_box .headline {
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	margin: -27px -27px 27px;
	padding: 14px 27px;
}
.feature_box .post_edit {
	top: 1.5em;
	left: -3.5em;
}
.feature_box .post_content {
	max-width: 620px;
}
.feature_box .thesis_email_form {
	margin-bottom: 27px;
}
.feature_box .input_text {
	width: 25%;
	padding: 0.75em;
}
.feature_box .input_submit {
	margin-left: 14px;
	vertical-align: -11%;
}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-bottom: 1px dotted #DDDDDD;
}
.prev_next {
	clear: both;
	color: #888888;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 54px;
}
.comments_intro {
	color: #888888;
	margin-bottom: 14px;
}
.comments_closed {
	font-size: 13px;
	line-height: 23px;
	color: #888888;
	margin-bottom: 27px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 54px;
	border-top: 1px dotted #DDDDDD;
}
.comment {
	border-bottom: 1px dotted #DDDDDD;
	padding: 27px 0;
}
.children .comment {
	list-style-type: none;
	margin-top: 27px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 0;
	padding: 0 0 0 27px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #0066cc;
}
.comment .comment_head {
	margin-bottom: 14px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 13px;
	margin-left: 14px;
	color: #888888;
}
.comment_date a {
	color: #888888;
}
.comment_footer {
	font-size: 13px;
	line-height: 23px;
	text-align: right;
}
.comment_head a:hover {
	text-decoration: underline;
}
.comment_footer a {
	margin-left: 14px;
}
.comment .avatar {
	width: 54px;
	height: 54px;
	float: right;
	margin-left: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.comment_nav {
	padding: 14px 0 27px;
}
.comment_nav_bottom {
	margin: -41px 0 54px;
}
.next_comments {
	float: right;
}
/*---:[ inputs ]:---*/
.input_text {
	font-size: inherit;
	line-height: 1em;
	font-family: inherit;
	font-weight: inherit;
	color: #232323;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 0.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input_text:focus {
	border-color: #EEEEEE;
	background-color: #FFFFFF;
}
textarea.input_text {
	line-height: 27px;
}
.input_submit {
	font-size: 20px;
	font-family: inherit;
	font-weight: bold;
	cursor: pointer;
	overflow: visible;
}
/*---:[ comment form ]:---*/
#commentform {
	margin: 54px 0;
}
.comment #commentform {
	margin-top: 0;
}
.comment_form_title {
	font-family: "Crimson Text", sans-serif;
	font-size: 24px;
	line-height: 37px;
	color: #222222;
	border-bottom: 1px dotted #DDDDDD;
	padding-bottom: 14px;
}
#commentform label {
	display: block;
}
#commentform p {
	margin-bottom: 14px;
}
#commentform p .required {
	color: #d00;
}
.comment_moderated {
	font-weight: bold;
}
#commentform .input_text {
	width: 50%;
}
#commentform textarea.input_text {
	width: 100%;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 13px;
}
.login_alert {
	font-weight: bold;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}
/*---:[ sidebar ]:---*/
.sidebar {
	font-size: 16px;
	line-height: 24px;
}
.sidebar .headline, .sidebar .email_form_title, .sidebar .widget_title {
	font-family: "Crimson Text", sans-serif;
	font-size: 20px;
	color: #888888;
	line-height: 29px;
}
.sidebar .email_form_title, .sidebar .widget_title {
	margin-bottom: 12px;
}
.sidebar .input_submit {
	font-size: inherit;
	margin-bottom: 24px;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd, .sidebar .headline, .sidebar .left, .sidebar .alignleft, .sidebar .right, .sidebar .alignright, .sidebar .center, .sidebar .aligncenter, .sidebar .block, .sidebar .alignnone {
	margin-bottom: 24px;
}
.sidebar .left, .sidebar .alignleft {
	margin-right: 24px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .stack {
	margin-left: 24px;
}
.sidebar .widget, .sidebar .text_box, .sidebar .thesis_email_form, .sidebar .query_box {
	margin-bottom: 48px;
}
.sidebar .thesis_email_form .input_text, .sidebar .widget li {
	margin-bottom: 12px;
}
.sidebar .post_content, .sidebar .widget li ul, .sidebar .widget li ol {
	margin-top: 12px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p, .sidebar .post_excerpt p {
	margin-bottom: 0;
}
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
	width: 100%;
}
.sidebar .query_box .post_author, .sidebar .query_box .post_date {
	color: #888888;
}
.widget ul {
	list-style-type: none;
}
.widget li a:hover {
	text-decoration: underline;
}
.sidebar .widget, .sidebar .text_box, .sidebar .thesis_email_form, .sidebar .query_box {
	border-bottom: 1px dotted #DDDDDD;
}
.sidebar .widget:last-child, .sidebar .text_box:last-child, .sidebar .thesis_email_form:last-child, .sidebar .query_box:last-child {
	border-bottom: 0;
}
/*---:[ footer ]:---*/
#footer {
	border-top: 1px solid #DDDDDD;
}
.footer {
	font-size: 13px;
	line-height: 23px;
	color: #888888;
	text-align: center;
	padding: 14px 0;
}
.footer a {
	color: #888888;
}
.footer a:hover {
	color: #232323;
}
/*---:[ media queries ]:---*/
@media all and (max-width: 980px) {
	.container, .landing .container {
		width: auto;
		max-width: 620px;
	}
	.columns > .content {
		float: none;
		width: auto;
	}
	.columns > .sidebar {
		float: none;
		width: auto;
		border-top: 1px solid #DDDDDD;
		padding: 27px 0 0 0;
	}
	.columns > .sidebar > * {
		max-width: 360px;
	}
	.full_width {
		min-width: 620px;
	}
	.menu_control {
		display: block;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu_control, .menu {
		margin: 0 -27px;
	}
	.menu_control, .menu a {
		padding: 0.8em 27px;
	}
	.menu {
		display: none;
		float: none;
	}
	.show_menu {
		display: block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		padding-left: 27px;
	}
	.menu li {
		float: none;
	}
	.menu .sub-menu li {
		width: auto;
	}
	.feature_box .alignright, .feature_box .alignleft {
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
	.feature_box .input_text {
		width: 50%;
	}
}
@media all and (max-width: 620px) {
	.full_width {
		min-width: 0;
	}
	#site_title, .feature_box, .columns > .sidebar, .post_box, .post_list, .prev_next, #comments, .footer {
		padding-right: 27px;
		padding-left: 27px;
	}
	.menu_control, .menu, .feature_box {
		margin-right: 0;
		margin-left: 0;
	}
	.frame, .post_image_box, .wp-caption {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media all and (max-width: 450px) {
	.menu_control, .menu a, #site_title, .feature_box, .feature_box .headline, .columns > .sidebar, .post_box, .post_list, .prev_next, #comments, .footer {
		padding-right: 14px;
		padding-left: 14px;
	}
	#site_title {
		padding-top: 27px;
		padding-bottom: 27px;
	}
	.feature_box .input_text {
		width: 100%;
	}
	.feature_box .input_submit {
		display: block;
		margin: 14px 0 0 0;
	}
	.menu .sub-menu, .post_box blockquote, .children .comment {
		padding-left: 14px;
	}
	.comments_closed, .login_alert {
		margin-right: 14px;
		margin-left: 14px;
	}
	.feature_box .headline {
		margin-right: -14px;
		margin-left: -14px;
	}
	.right, .alignright, img[align="right"], .left, .alignleft, img[align="left"] {
		float: none;
	}
	.grt .right, .grt .left, .grt .alignright, .grt .alignleft, .grt blockquote.right, .grt blockquote.left {
		margin-right: 0;
		margin-left: 0;
	}
	.post_author:after {
		content: '\a';
		height: 0;
		white-space: pre;
		display: block;
	}
	.twitter_profile:before {
		content: '';
	}
	.grt blockquote.right, .grt blockquote.left, #commentform .input_text, .sidebar .search-form .input_text, .post_box .signup .input_text, .sidebar .thesis_email_form .input_text {
		width: 100%;
	}
	.post_box .signup .input_text {
		margin-bottom: 14px;
	}
	.post_box .signup .input_submit {
		margin-left: 0;
	}
	.comment_date {
		display: none;
	}
}
/*---:[ clearfix ]:---*/
.columns:after, .menu:after, .post_box:after, .content .post_content:after, .author_description:after, .sidebar:after, .query_box:after, .prev_next:after, .comment_text:after, .comment_nav:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
/*---:[ custom CSS ]:---*/
@font-face {
    font-family: 'sovereignman';
    src: url('fonts/sovereignman/sovereignman-webfont.eot');
    src: url('fonts/sovereignman/sovereignman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sovereignman/sovereignman-webfont.woff') format('woff'),
         url('fonts/sovereignman/sovereignman-webfont.ttf') format('truetype'),
         url('fonts/sovereignman/sovereignman-webfont.svg#kremlinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
  border-top-width:0;
}
h2,h3,h4 {font-family:'Crimson Text', georgia, serif;}
img.img-center {margin:0 auto;display:block;}
.text-left {text-align:left !important;}
/* header start */
.header {
  background-color:#222222;
  margin:0 auto;
  padding:10px 5%;
  width:100%;
}
.header .menu {
  padding-top:15px;
}
.header .menu a:hover {background-color:#444444;}
.header .menu li {margin-right:10px;}
.menucaret a {
  background-image:url(https://s3.amazonaws.com/sovereignman.com/images/downcaret.png);
  background-position:89% 50%;
  background-repeat:no-repeat no-repeat;
  padding-right:23px !important;
}
.header .menu .sub-menu li {border-bottom:1px dotted #cccccc;}
.header .menu .sub-menu li a {background-color:#444444;}
.menucaret .sub-menu a {
  background-image:none;
  padding:0.6em 1em;
}
.sub-menu .menurightcaret a {
  background-image:url(https://s3.amazonaws.com/sovereignman.com/images/caretright.png);
  padding-right:15px !important;
}
.sub-menu .menurightcaret .sub-menu a {
  background-image:none !important;
  padding:0.6em 1em !important;
}
.header .logo {
  float:left;
  margin-right:10px;
  margin-top:15px;
}
.headerbutton {float:right;margin-top:10px;margin-left:15px;font-size:13px;}
/* header stop */
.container {
  width:90%;
  max-width:1160px;
  margin-top:60px;
}
/* sidebar start */
.sidebar .sidebarresources a {color:#666666;padding-left:15px;text-align:left;}
.sidebar .sidebarresources img {float:left;margin-right:15px;}
.sidebar .popular-posts ul li {
  margin-bottom:15px;
  padding-bottom:15px;
  border-bottom:1px dotted #cccccc;
}
.widget_search .screen-reader-text {
    display:none;
}
.widget_search { 
    width:100%;
}
.widget_search #s {
    padding:10px;
	width:100%;
}
.widget_search #searchsubmit {
	display:none;
}
/* sidebar stop */
/* buttons start */
a.btn {text-decoration:none !important;}
a.btn-default {
  color:#333333 !important;
  text-decoration:none !important;
}
.btn-hometop {padding:30px 60px;}
.btn-home {padding:30px 120px;}
a.btn-share {
    cursor: pointer;
    font-weight: normal;
	font-size:16px;
}
.socialtop a.btn-share {
  margin-bottom:15px;
}
.socialbottom {
  margin-bottom:10px;
}
.socialbottom a.btn-share {
  width:49%;
}

a.twitter_button {
    -moz-user-select: none;
    background-color: #01BBEE;
    border-color: #00A6D4;
    color: #FFFFFF;
    text-shadow: 0 0 1px #007EA1;
}
a:hover.twitter_button {
    -moz-user-select: none;
    background-color: #00a3d0;
    border-color: #00A6D4;
    color: #FFFFFF;
    text-shadow: 0 0 1px #007EA1;
}
a.facebook_button {
    -moz-user-select: none;
    background-color: #3E5EA1;
    border-color: #37538D;
    color: #FFFFFF;
    text-shadow: 0 0 1px #283D68;
}
a:hover.facebook_button {
    -moz-user-select: none;
    background-color: #2b4783;
    border-color: #37538D;
    color: #FFFFFF;
    text-shadow: 0 0 1px #283D68;
}
/* buttons stop */
/*homepage top box start*/
.topcontainer {margin-bottom:60px;background:url(http://www.sovereignman.com/wp-content/uploads/2014/09/6-Pillars-Black-Gray-Background.jpg) no-repeat #b8b8b8; background-size: cover; background-position:center;width:100%;}
.asseenon {background-color:#e9e9e9;}
.asseenon img {margin:0 auto;}
.template-newhome .subhead {font-size:50px;text-align:center;}
.template-newhome .postsubhead {font-size:18px;width:80%;margin:0 auto;text-align:center;}
.topbox {padding:30px 90px;width:100%!important;max-width:1100px;margin:0 auto;}
.topbox h2 {font-size:56px;margin-bottom:30px;}
.topbox .boxabovetopbutton {width:70%;margin-bottom:30px;}
.topbox h4 {font-size:22px;}
.topbox .boxbelowtopbutton {width:50%;}
.topbox .btn-home {margin-bottom:15px;}
.topbox .boxcta {width:70%;}
/*homepage top box stop*/
/* resource boxes start */
.resourceswrapper {width:70%;margin:0 auto;text-align:center;margin-bottom:60px;}
.resourcesboxes {text-align:center;margin-bottom:30px;}
.resourcesboxes .col-md-4 {padding:15px;}
.resourcesboxes .col-md-4:hover {background-color:#e9e9e9;}
.resourcesboxes .col-md-4:hover a {text-decoration:none;}
.resourceboxes img {margin-bottom:10px;}
.resourcesboxes h4 {text-decoration:underline !important;color:#0066cc;font-size:26px;font-family:'Open Sans',arial,sans;}
.resourcesboxes footer {text-decoration:none !important;color:#666666;font-size:14px;}
/* resource boxes end */

/* homepage article list start */
.template-newhome .content {
  margin:0 auto;
  float:none;
  width:100%!important;
  max-width:1080px;
}
.template-newhome .nftfintro .postsubhead {width:100%;}
.template-newhome .postsubhead {margin-bottom:60px !important;}
.template-newhome .query_box {margin-bottom:30px;padding-bottom:30px;border-bottom:1px dotted #cccccc;float:left;width:32%;padding:2%;height:380px;}
.template-newhome .query_box h3.headline {font-size:26px;line-height:130%;margin-top:0;}
.template-newhome .query_box .headline a {color:#222222;}
.template-newhome .query_box .headline a:hover {text-decoration:underline;}
.template-newhome .query_box .post_author, .template-newhome .query_box .post_date {color:#888888;}
.template-newhome .query_box img {
  float:left;width:100%;margin-bottom:15px;
}
.template-newhome .query_box .post_author_intro, .template-newhome .query_box .post_author, .template-newhome .query_box .post_date_intro, .template-newhome .query_box .post_date {font-size:13px;color:#888888;}
/* homepage article list end */

/* homepage testimonials start */
.home-testimonialsheader {margin:0 auto;width:90%;max-width:1000px;margin-top:60px;margin-bottom:30px;}
.home-testimonialsheader h2 {margin-top:0;font-size:50px;}
.home-testimonials {margin:0 auto;width:80%;max-width:700px;margin-bottom:60px;}
/* homepage testimonials stop */

/* article list start*/
.template-home .content img {
  float:left;
  padding-right:30px;
  max-width:250px;
}
.template-home .headline, .template-home .headline a, .template-category .headline, .template-category .headline a {
  color:#0066CC !important;
  font-family:'Crimson Text', sans-serif;
  font-size:42px;
  line-height:48px;
} {
  font-family:'Crimson Text', sans-serif;
  font-size:42px;
  line-height:48px;
  color:#0066cc !important;
}
.template-home .grt .headline a:hover {
  text-decoration:underline;
}
.template-home .post_box {
  margin-bottom:60px;
	padding-bottom:60px;
  border-bottom:1px dotted #cccccc;
}
.template-home .post_box p {
  margin-bottom:0;
}
.template-home .headline_area {
  margin-bottom:30px;
}
.template-home .num_comments {
  color:#888888;
  font-size:13px;
  margin-left:15px;
}
.template-home .post_box .num_comments_link {
  margin-bottom:0 !important;
}
/* article list stop*/
/* category start */
.template-category .post_list li {
  border-bottom-color:#CCCCCC;
  border-bottom-style:dotted;
  border-bottom-width:1px;
  margin-bottom:60px;
  padding-bottom:60px;
}
.template-category .post_list img {
  margin-bottom:15px;
}
/* category stop */
#site_title {
	font-family: 'sovereignman' !important;
	font-size:24px !important;
	color:#fff;
	text-shadow:none !important;
	margin:0!important;
	border-bottom-width:0px;
}
#site_title a {
	font-family: 'sovereignman' !important;
	font-size:24px;
	color:#fff;
	text-shadow:none !important;
	margin:0!important;
}
#site_title a:hover {
	color:#fff !important;
}
#site_title {
  padding:15px 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:10px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* single post customizations start */
.headline_area {
  margin-bottom:60px;
}
.template-single .num_comments, .videopage .num_comments {
  color:#888888;
  font-size:13px;
  margin-left:5px;
}
.template-single .post_box .avatar, .videopage .post_box .avatar {
  float:left;
  height:40px;
  margin-left:0;
  margin-right:10px;
  width:40px;
}
.template-single .post_author_intro, .videopage .post_author_intro  {
  font-size:14px;
  position:relative;
  top:10px;
  float:left;
}
.template-single .post_author, .template-single .post_date_intro, .template-single .post_date, .template-single .twitter_profile, .template-single .num_comments_link, .videopage .post_author, .videopage .post_date_intro, .videopage .post_date, .videopage .twitter_profile, .videopage .num_comments_link {
  font-size:14px;
  position:relative;
  top:10px;
  float:left;
  margin-left:5px;
}
.authorfollowbuttons {float:left;position:relative;top:10px;margin-left:5px;}
.twitterfollowwrapper,.gplusfollowwrapper {float:left !important;margin-left:5px !important;}
.post_box .author_description {
  border-bottom-color:#DDDDDD;
  border-bottom-style:dotted;
  border-bottom-width:1px;
  padding-bottom:27px;
  margin-bottom:0;
}
.template-single .wp-post-image {float:left;}
.postbottom {padding:30px;background-color:#e9e9e9;text-align:center;}
.postbottom h2 {margin-top:0;}
.template-single h1 {line-height:130% !important;}
/* single post customizations stop */

/* full page customizations start */
.full_page .container {margin-top:60px;}
.full_page .container .content {margin:0 auto;}
.full_page .headline_area {
  margin:0 auto 30px;
  max-width:850px;
  text-align:center;
  width:100%;
}
.full_page .post_content {
  margin:0 auto;
}
.full_page .grt h2 {
  font-size:38px;
  line-height:130%;
  text-align:center;
}
.full_page .grt h3 {
  font-size:32px;
  line-height:130%;
  text-align:center;
}
.full_page .border-bottom {border-top:1px dotted #cccccc;margin-top:90px;padding-top:90px;}
.full_page .border-bottomthinfirst {border-top:0;margin-top:0px;padding-top:0px;}
.full_page .border-bottomthin {border-top:1px dotted #cccccc;margin-top:60px;padding-top:60px;}
.full_page .category-subhead {border-top:3px dotted #cccccc;margin-top:90px;padding-top:90px;margin-bottom:30px;}
.full_page .wp-post-image {margin:0 auto;max-width:620px;margin-bottom:15px;}
/* full page customizations stop */

/* footer start */
#footer .container {margin-top:0;}
.footerlogo {margin:0 auto;width:276px;clear:both;margin-bottom:15px;}
.socialfooter {margin:0 auto;width:222px;clear:both;margin-bottom:30px;height:32px;}
.socialfooter img {float:left;margin-left:5px;}

.footer .footertopmenu {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
   margin-bottom:30px;
}
.footer .footerbottommenu {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}
.footer ul.menu {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
.footer ul.menu li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
.footer ul.menu li a {
   display:block;
   background-color:#fff !important;
   margin:0 0 0 1px;
   color:#0066cc;
   line-height:1.3em;
	text-decoration:underline;
}
.footer ul.menu li a:hover {
   color:#000;
}
.footer ul.menu li a.active,
.footer ul.menu li a.active:hover {
   color:#000;
   font-weight:bold;
}
/* footer stop */

/* img start */
.img-right {float:right;margin-left:15px;}
/* img stop */

/* category template start*/
.template-category .post_list .num_comments {
  font-size:16px;
  color:#888888;
}
.template-category .post_list a.num_comments_link {
  color:#888888;
}
.template-category .post_list a:hover.num_comments_link {
  color:#888888;
  text-decoration:none;
}
/* category template stop*/
#accordion h5 a {text-decoration:none !important;}
.whitespacetop {
  border-top-color:#CCCCCC;
  border-top-style:dotted;
  border-top-width:1px;
  margin-top:60px;
  padding-top:60px;
}

.workshopbox {padding:15px;background-color:#f9f9f9;border:1px solid #cccccc;}
.workshop-ultimate {margin-bottom:15px;}
.full_width .post_content {
  max-width:90% !important;
  width:90% !important;
}
.full_width h2 {font-size:56px !important;}
.full_width img.reportcover {max-width:300px;margin:0 auto;}
.full_width .freereportbullets p {margin-bottom:10px !important;}
.free h3 {margin-top:0 !important;}
@media (max-width: 767px) {
  .hiddensmall {
    display: none !important;
  }
.template-single .grt .headline {
    font-size: 26px;
    line-height: 130%;
}
.template-home .headline, .template-home .headline a, .template-category .headline, .template-category .headline a {
    font-size: 26px;
    line-height: 130%;
}
.btn-hometop {padding:15px 30px;}
.btn-home {padding:15px 30px;}
.template-newhome .query_box {
  float:left;
  width:100%;
  height:auto;
}
.template-newhome .columns .content {
    width: 100%;
	max-width:100%;
}
.template-newhome .topbox {
  padding:30px !important;
}
.topbox h2 {
  font-size:36px;
}
.topbox .boxabovetopbutton {
  width:100%;
}
.topbox .boxbelowtopbutton {
  width:95%;
}
.topbox .boxcta {
  width:100%;
}
.resourceswrapper {
  width:90%;
}
.template-newhome .query_box h3.headline {font-size:32px;}
.template-single .columns {width:100% !important;}
.template-single .columns .sidebar {width:100% !important;margin:0 auto;}
.template-single .columns .sidebar .sidebarposts {width:100% !important;margin:0 auto;margin-top:30px !important;}
.template-single .columns .sidebar .text_box {margin:0 auto;
}
}

.full_width .table-responsive td {text-align:center;}
.full_width .table-responsive td.featureyes {background-color:#caffbe;}
.full_width .table-responsive td.featureno {background-color:#ffbebe;}

/*
ul.redBulletHome {
	list-style: none;
}
ul.redBulletHome li:before {
    content: "•  ";
    color: red;
	font-size:25px;
}
*/

li.bulletAlign {
	padding-top: 10px; padding-bottom: 10px;
}

/* When using thesis with disqus, it displays this message. 
We hide it through CSS instead of editing the PHP in the template */
.comments_closed { display: none; }


/* CSS for Homepage Top Box Cruise Video */

@font-face {
	font-family: 'TrajanPro-Bold';
	src: url("https://s3.amazonaws.com/www.sovereignman.com/split-test-assets/cruise_video/TrajanPro-Bold.otf") format("opentype");
}

.topcontainer-white{
	color: #fff;
}

.topbox-wide{
	padding: 50px 15px 30px;
}

.bg-responsive{
	background: url('https://s3.amazonaws.com/www.sovereignman.com/split-test-assets/cruise_video/backgroundimage.jpg');
	background-size: cover;
	background-position: center;
}

.bg-responsive-light {
	background: url('https://s3.amazonaws.com/www.sovereignman.com/split-test-assets/cruise_video/backgroundimage_light.jpg');
	background-size: cover;
	background-position: center;
}

.topbox-title{
	font-family: 'TrajanPro-Bold';
	font-weight: normal;
}

.topbox-title-big{
	font-size: 30px;
}

.bullet-white {
	background-image: url('https://s3.amazonaws.com/www.sovereignman.com/split-test-assets/cruise_video/triangle-white.png')!important;
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 5px 16px;
}

.video-img{
	margin-top: 21px;
}

.cta-description-text{
	margin: 20px 0;
}

.btn-topbox{
	margin-top: 30px;
}

.cta-description-text-alt{
	color: #0066cc;
}

.topbox-bullets-big{
	font-size: 18px;
	list-style: none!important;
}

.sidebar-ctabox-title{
	font-size: 23px;
}

.sidebar-ctabox-list{
	padding-left: 30px;
	margin-top: 20px;
	list-style-type: disc!important;
}