html {
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}
h2.red {
	color: #761820;
	font-weight: 800;
	font-size: 42px;
}
a {
	color: #012754;
}
h3 a {
	font-weight: 100;
	color: #000;
}
a.donate-link {
	background-color: #761820;
	color: #ffffff !important;
	padding: 3px 8px !important;
	border-radius: 4px;
	margin: 12px 0;
}
a.donate-link:hover {
	background-color: #1f2f69 !important;
}
.float-left {
	float: left;
	margin: 0 20px 0px 0px;
}
.max-width {
	max-width: 300px;
}
footer a {
	color: #eee;
}
ul.nav {
	float: right;
}
.navbar-default .navbar-nav > li > a {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	color: #1f2f69;
}
.padded-vert-container {
	padding: 120px 0 60px;
}
section.blue {
	background-color: #1f2f69;
	color: #fff;
	padding: 30px 0;
	font-size: 22px;
}
.btn-full {
	width: 100%;
}
.btn-light {
	background-color: #e1e1e1;
	border-color: #d1d1d1;
	color: #761820 !important;
	text-transform: uppercase;
	font-weight: 800;
}
.btn-light:hover {
	background-color: #fff;
	border-color: #d1d1d1;
	color: #1f2f69 !important;
}
b.caret {
	display: none;
}
ul.nav > li:hover > ul.dropdown-menu {
	display: block;
}
input.form-control {
	margin: 0 0 10px 0;
}
img.max-width.min-width {
	max-width: 414px;
	min-width: 300px;
	width: 100%;
}
header {
	background-image: url(https://structurecms-staging-psyclone.netdna-ssl.com/client_assets/dwonk/media/themes/dwonks/images/header.back.jpg?1501632529);
	background-size: cover;
}
.flex-container-bottom {
	justify-content: flex-end !important;
	display: flex !important;
}
.whitebox.text-center {
	background: rgba(255, 255, 255, 0.5);
	height: 100%;
	padding: 10px;
}
.blocker {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+45&0+0,1+45 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 45%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(45%, rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 45%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 45%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 45%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
}
.blocker {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 30px 0 40px;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	-ms-transition: 1s ease;
	transition: 1s ease;
	display: block;
}
.auto .blocker {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 30px 0 40px;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	-ms-transition: 1s ease;
	transition: 1s ease;
}
item.article {
	position: relative;
	width: 100%;
	max-height: 400px;
	display: block;
	overflow: hidden;
	-webkit-transition: height 1s ease;
	-moz-transition: height 1s ease;
	-o-transition: height 1s ease;
	-ms-transition: height 1s ease;
	transition: height 1s ease;
}
item.article.auto {
	height: auto !important;
	-webkit-transition: height 1s ease;
	-moz-transition: height 1s ease;
	-o-transition: height 1s ease;
	-ms-transition: height 1s ease;
	transition: height 1s ease;
	max-height: none;
	padding: 0 0 60px 0;
}
.expander.text-center {
	border-bottom: 1px solid #1f2f69;
	position: absolute;
	width: 100%;
	bottom: 20px;
}
button.exp-block {
	border: 1px solid #1f2f69;
	background-color: #fff;
	position: relative;
	top: 16px;
}
.article.auto button.exp-block {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}
ul.meta {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 800;
}
ul.meta li {
	float: left;
	margin-bottom: 10px;
}
ul.meta li.date {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid;
}
section.grey {
	background-color: #d1d1d1;
	padding: 40px 0;
}
section#featured-in {
	margin: 30px 0 0 0;
}
footer {
	background-color: #012754;
	color: #fff;
	padding: 50px 0;
	border-top: 4px solid;
}
a.foot-brand {
	background-image: url(https://structurecms-staging-psyclone.netdna-ssl.com/client_assets/dwonk/media/themes/dwonks/images/logo.lg.reverse.png?1501628717);
	display: block;
	width: 100%;
	background-size: 100%;
	height: 130px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -5000px;
	max-width: 320px;
}
.row.bottom {
	display: table;
	width: 100%;
}
[class*="col-"].bottom-align {
	float: none;
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	padding-bottom: 50px;
}
.bottom-align a.btn {
	position: relative;
	bottom: 25px;
}
.btn-cmpi {
	background-color: #761820;
	color: #fff;
	text-transform: uppercase;
	border-color: #8b0511;
}
.btn-cmpi:hover {
	background-color: #b33742;
	color: #fff;
	text-transform: uppercase;
	border-color: #8b0511;
}
h3.red {
	font-size: 28px;
	font-weight: 800;
	font-style: italic;
	color: #761820;
}
.widget {
	display: block;
	margin-bottom: 40px;
}
div#utility-search {
	margin: 20px 0 10px 0;
	position: relative;
}
#utility-search button {
	position: absolute;
	top: 0;
	right: 0;
}
.btn-clear {
	background: none;
}
#utility-search input.form-control {
	font-size: 16px;
	color: #000;
	padding-right: 32px;
}
.scale {
	width: 100%;
	height: auto;
}
.max-size {
	max-width: 300px;
	display: block;
}
.widget p {
	margin: 15px 0 0 0;
}
item.cmpi-article {
	margin: 0 0 30px 0;
	display: block;
}
div#about-cmpi {
	margin: 30px 0 0 0;
	display: block;
}
.no-space .col-xs-6 {
	margin: 1px;
	padding: 0px;
	width: 49%;
}
.dark-back {
	background-color: #1f2f69;
}
.dark-back:hover {
	background-color: rgba(31, 47, 105, 0.71);
}
.flex-justified {
	display: flex;
}
.flex-justified .dark-back {
	display: flex;
	align-items: center;
	padding: 10px 8px;
	min-height: 50px;
}
a.category-btn {
	text-align: center;
	display: block;
	width: 100%;
	line-height: 20px;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
}
a.category-btn:hover {
	text-decoration: none
}
.flex-dist-horz {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}
.flex-dist-horz img {
	max-width: 10%;
}
a.navbar-brand {
	background-image: url(https://structurecms-staging-psyclone.netdna-ssl.com/client_assets/dwonk/media/themes/dwonks/images/dw.brand.png?1501628715);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	display: block;
	text-indent: -5000px;
	width: 220px;
}
.whitebox.text-center .soc-icon {
	display: inline-block;
	margin: 0 5px;
	font-size: 36px;
}
.soc-icon {
	display: inline-block;
	margin: 0 10px 0 0px;
	font-size: 24px;
}
.btn-dark {
	background-color: #012754;
	color: #fff;
}
.btn-dark:hover {
	background-color: rgba(1, 39, 84, 0.81);
	color: #fff;
}
section#main-content {
	padding-top: 40px;
}
.meta ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.meta ul li {
	display: inline;
}
.meta ul li.source {
	margin: 0 5px 0 0;
}
section.main {
	padding: 40px 0 0 0;
}
a.pminc {
	background-image: url(https://s3.amazonaws.com/structure-themes/cmpiorg/images/psyclone.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 36px;
	overflow: hidden;
	text-align: left;
	text-indent: -5000px;
	width: 34px;
}
ul.pagination li.page-no:nth-child(1) {
	float: left;
}
ul.pagination {
	border-radius: 0 !important;
}
ul.pagination li.page-no {
	border-radius: 0 !important;
	display: inline-block;
	float: left;
	line-height: 34px;
	min-width: 30px;
	text-align: center;
}
ul.pagination li.ellipses {
	padding: 0 10px;
}
ul.pagination>li:last-child > a {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
ul.pagination > li:first-child > a {
	margin-left: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
ul.pagination > li:last-child {
	float: none;
	padding: 6px 14px;
}
ul.pagination li.next {
	padding: 0;
}
ul.pagination {
	border: 1px solid #adadad;
	color: #000000;
	background: rgba(1, 39, 84, 0.35);
	line-height: 22px;
	text-transform: uppercase;
	font-size: 15px;
	max-height: 37px;
}
ul.pagination li a {
	background-color: #012754;
	color: #ffffff;
	border-color: #586e88;
}
ul.pagination li a:hover {
	background-color: #761820;
	color: #ffffff;
	border-color: #586e88;
}
ul.pagination li.next {
	float: right !important;
}
label.fine-print {
	font-size: 16px;
	padding: 0px 0 10px 0;
}
input#payload_optin {
	/* float: left; */
	width: 18px;
	display: inline-block;
	position: relative;
	top: 10px;
}
input.error,select.error {
    border: 2px solid #ff0000;
}


label.error {
    background-color: #ff0000;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 5px;
    font-size: 14px;
    position: relative;
    margin-top: -13px;
    display: block;
    border-radius: 0 0px 5px 5px;
}

label#payload_state-error {
    margin-top: -3px;
}

.row.bottom-rule {border-bottom: 1px solid #fff;padding-bottom: 20px;margin-bottom: 20px;}

@media (max-width:414px) {
.row.bottom-rule {
	border-bottom: 1px solid;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.row.flex-container-bottom {
	display: block !important;
}
.row.bottom {
	display: block !important;
}
[class*="col-"].bottom-align {
	float: left;
	display: block;
	padding-bottom: 23px;
	top: 0;
	left: 0;
}
a.donate-link {
	margin: 6px 0px 20px 14px;
}
ul.nav {
	float: left;
	padding: 0 0px 0px 20px;
}
}
