.post {
  padding-bottom: 25px;
}

.post .feature_image {
  margin-bottom: 20px;
}

.post img {
  max-width: 500px;
  height: auto;
}

.post .feature_image img {
  -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.35);
}

.post h1 {
  line-height: 1;
}


.post h4 {
  margin: 0;
}

.post h4 + p {
  margin: 0 0 20px;
}

.post .share {
  margin: 25px 0;
}

.post .share_label {
  float: left;
}

.post .meta .bio p {
  margin: 0;
}

.post .meta a.author_link,
.post .meta .bio {
  display: inline-block;
  *display: inline;
  zoom:1;
}

/* Comments */
.cheading {
  padding: 10px 0;
  border-top: 1px solid #847C70;
  border-bottom: 1px solid #847C70;
}

.cheading, .reviewer .nickname {
  font-family: 'AnodyneRegular',arial,helvetica,sans-serif;
  font-size: 18px;
  color: #8b0e0e;
}

.comments li {
  background: transparent;
  padding: 0;
}

ol.comments {
  padding:0;
}

.comment .permalink{
  display: none;
}

.comment .summary {
  font-family: 'OptionSansBold',verdana,arial,sans-serif;
}

.comment .description {
  margin-bottom: 20px;
}

.commentcapture .actions button{
  margin-top: 15px;
}

.cflag button{
  background: none;
  border: none;
  text-decoration: underline;
  font-size: 10px;
  margin: 0;
  padding: 0;
  width: auto;
  
}

.cflag button:hover{
  cursor: pointer;
}

li.comment{
  display: block;
  position: relative;
  padding: 0px 0 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px dashed #847C70;
}

.comment.first{
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #847C70;
}

.cflag{
  margin: 5px 0 0 0;
}

.cprompt{
  display: block;
}

.reviewer{
  display: block;
  margin-top: 5px;
  font-weight: bold;
}

.dtreviewed{
  position: absolute;
  right: 20px;
  top: 0px;
}

.comment.first .dtreviewed {
  top: 20px;
}

.summary{
  margin-bottom: 5px;
}

.commentcapture .name label,
.commentcapture .email label,
.commentcapture .title label,
.commentcapture .comment label{
  display: block;
}

.commentcapture .name,
.commentcapture .email,
.commentcapture .title {
  display: inline-block;
  *display: inline;
  zoom:1;
  margin-right: 10px;
  margin-bottom: 10px;
}

.commentcapture .name input,
.commentcapture .email input,
.commentcapture .title input {
  width: 274px;
}

.commentcapture .comment textarea {
  resize: vertical;
}

.commentcapture input[type="text"],
.commentcapture textarea {
  
}

.commentcapture .message-container {
  color: #007B66;
  font-style: italic;
  margin-bottom: 20px;
}

.comment .summary {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.comment .cfeedback .cprompt {
  font-weight: bold;
}

.comment .cfeedback .cprompt,
.comment .cfeedback .cpositive,
.comment .cfeedback .cnegative,
.cfeedback button {
  display: inline-block;
  *display: inline;
  zoom:1;
  margin-right: 10px;
}

.cflag button {
  font-family: 'OptionSansLight',verdana,arial,sans-serif;
  font-size: 11px;
}

.cfeedbacksummary,
.cflag button,
.cfeedback {
  font-size: 11px;
  color: #5E5852;
}

.cflag {
  float: right;
  margin-top: -15px;
}

label {
  line-height: 1;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('//dk0au5gynyo80.cloudfront.net/3f93-536599-fancybox_sprite.png?pfvId=lc8j.hdoupuwx');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('//dk0au5gynyo80.cloudfront.net/b283-336599-fancybox_loading.gif?pfvId=lc8h.hdoupupo') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('//dk0au5gynyo80.cloudfront.net/8953-236599-blank.gif?pfvId=lc8g.hdoupuly'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('//dk0au5gynyo80.cloudfront.net/30a1-436599-fancybox_overlay.png?pfvId=lc8i.hdouputf');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}.login_link {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  z-index: 100;
  color: #FFF;
  font-size: 14px;
  padding-right: 10px;
  text-align: right;
  background: right top url(//dk0au5gynyo80.cloudfront.net/aa5c-0291701-home_mock_03.png?pfvId=mz3k.hjh9f6dy) repeat-y transparent;
  height: 20px;
}

.login_link p {
  margin: 0;
}

.login_link p a {
  color: #fff;
  font-family: 'OptionSansLight',arial,helvetica,sans-serif;
  font-size: 14px;
}

.login_link .play_icon {
  display: none;
}

#login {
  display: none;
  position: relative;
  width: 911px;
}

.fancybox-wrap #login {
  display: block;
}

.login_heading {
  position: absolute;
  top: -50px;
}

.login_heading h2 {
  margin: 0;
}

.login_text,
.login {
  display: inline-block;
  *display: inline;
  zoom:1;
  vertical-align: top;
  width: 400px;
}

#login h3 {
  color: #fff;
  font-size: 30px;
  margin: 0;
}

.login {
  padding-left: 40px;
  margin-left: 40px;
  border-left: 1px solid #fff;
}

.login .title {
  display: none;
}

#login .label {
  display: block;
  line-height: 1;
}

#login .username,
#login .password,
#login .register .question {
  margin-bottom: 10px;
}

#login input[type="text"],
#login input[type="password"] {
  width: 300px;
  padding: 3px;
}

#login select{
  width: 310px;
  padding: 3px;
}

.register {
  display: none;
}

.register_trigger {
  margin-top: 20px;
}

.register_trigger a {
  font-size: 12px;
  text-decoration: underline;
  color: #fff;
}

.login_popup.fancybox-opened .fancybox-skin {
  background: transparent;
  padding: 0!important;
}

.login_popup #login_inner,
.login_popup .register {
  background: none repeat scroll 0 0 #404040;
  padding: 15px;
}

.login_popup .register {
  width: 730px;
  margin-left: 151px;
  border-top: 1px dashed #fff;
}

.register .part,
.register .question {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: 20px;
}

#login .register .name_field > .label {
  display: none;
}

#login .register h3 {
  margin-bottom: 20px;
}

.register .user-entry-required label:before,
.register .user-entry-required .label:before {
  content: "*";
  color: #D61717;
}

#ie7only .register .user-entry-required label,
#ie7only .register .user-entry-required .label {
  background: left top transparent url(//dk0au5gynyo80.cloudfront.net/_resources/e30d:sy2492/docroot/cms/icons/x16/icon_required.png) no-repeat;
  padding-left: 8px;
}

.message-container {
  color: #D61717;
  margin-bottom: 20px;
}

.fancybox-title-float-wrap {
  bottom: auto;
  margin: 0;
  bottom: 100%;
  right: auto;
  left: 0;
  text-align: left;
}

.fancybox-title-float-wrap .child {
  background: transparent;
  text-shadow: none;
  padding: 0 0 10px;
}

.fancybox-title-float-wrap .child h2 {
  font-size: 36px;
  margin: 0;
}
.fancybox-skin {
  background: #404040;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.fancybox-overlay {
  background: 0 0 transparent url(//d2b72z7ihluqto.cloudfront.net/293a-1932601-bg-white90.png?pfvId=mrqv.hirqmz6u) repeat;
}

.fancybox-next span,
.fancybox-prev span {
  background: left top transparent url(//d2b72z7ihluqto.cloudfront.net/10e7-654899-popup-arrows.png?pfvId=leew.hdzdypsv) no-repeat;
  visibility: visible;
}

.fancybox-prev span {
  background-position: 0 0;
  left: -50px;
}

.fancybox-next span {
  background-position: right -176px;
  right: -50px;
}

.fancybox-close {
  background: left top transparent url(//dk0au5gynyo80.cloudfront.net/7c93-854899-popup-close.png?pfvId=leey.hdzei4e4) no-repeat;
  width: 17px;
  height: 30px;
  right: 0;
  top: -40px;
}
.menu-component {
	position: relative;
	display: inline-block;
}

.menu-component .menu-items {
	position: absolute;
	top: 1.5em;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.menu-component li.menu {
	position: relative;
	margin: 0;
	padding: 0;
}

.menu-component li.menu ul.menu-items {
	top: 0;
	left: 100%; /* Override if necessary based on position on page */
}

.menu-component .menu a.menu-item,
.menu-component .menu span.menu-item {
	display: block;
	width: 10em;
	color: #000;
	text-decoration: none;
	padding: 4px .5em;
	margin: 0;
}

.menu-component .menu a.menu-item:hover {
	background-color: #aaa;
}

.menu-component .menu span.menu-item {
	color: #666;
}

.menu-component .parent-menu > a.menu-item {
	background-image: url(/_resources/all/docroot/miwt/component/images/menu-expand.gif);
	background-position: right 2px center;
	background-repeat: no-repeat;
}

.menu-component ul {
	display: none;
}

.menu-component.active > ul,
.menu-component.active li:hover > ul {
	display: block;
}
div.window {
	background-color: #eee;
	border-style: ridge;
	border-color: ThreeDLightShadow ThreeDDarkShadow ThreeDDarkShadow ThreeDLightShadow;
	border-width: 1px 2px 2px 1px;
	padding: 2px;
}

.titlebar_row td {
	height: 1.2em;
}

td.activewindowtitle {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}

td.windowbuttons {
	color: ButtonText;
	margin: 0;
	font-size: .8em;
	text-align: right;
}

td.inactivewindowtitle {
	background-color: InactiveCaption;
	font-weight: bold;
	color: InactiveCaptionText;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}

div.windowcontent {
	color: WindowText;
	background-color: #fafcff;
	border: 1px outset #777;
	overflow: auto;
	position: absolute;
	top: 1.75em; /* Needs to be >= titlebar height + padding, etc */
	bottom: 2px;
	left: 2px;
	right: 2px;
}

.windowresize_sw,
.windowresize_se,
.windowresize_nw,
.windowresize_ne {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 5px;
	height: 5px;
	cursor: ne-resize;
}

.windowresize_sw {
	cursor: sw-resize;
}

.windowresize_se {
	cursor: se-resize;
}

.windowresize_nw {
	cursor: nw-resize;
}

/* OptionDialog. */
table.OptionDialogButtons,
table.OptionDialog {
	margin: 0 auto;
}

/* Progress Dialog. */
.miwt-ajax-progress {
	padding: 16px;
	min-width: 200px;
	min-height: 85px;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	z-index: 10001;

	position: absolute;
	top: 100px;
	left: 100px;
	font-family: Arial, Verdana, sans-serif;
	color:#555;
}
.miwt-ajax-progress progress {
	margin-top: 16px;
	width: 100%;
}

a[disabled] {
	color: gray;
	text-decoration: none;
}.dnd-feedback
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
 
.dnd-dropactive
{

}

div.dropoptions
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
.miwt-table button.configure,
.miwt-tree button.configure {
	width: 16px;
	height: 16px;
	padding-left: 16px;
	text-indent: -1000em;
	overflow: hidden;
	border: none;
	background: transparent url(/_resources/all/docroot/miwt/component/images/cog-16x16.png) no-repeat center;
	vertical-align: text-top;
}

.miwt-config-wrapper {
	padding: 0;
	border: 1px solid #e7e7e7;
}

.miwt-config {
	min-width: 250px;
}

.miwt-config ul {
	list-style: none;
	padding: 0 15px 0 0;
	margin: 0;
}

.miwt-config ul li {
	margin-bottom: 4px;
}

.miwt-config ul li input[type="checkbox"] {
	margin-right: 4px;
}

.miwt-config-option {
	margin-bottom: .75rem;
}

.miwt-config-option-label {
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 15px 6px;
	background: #e7e7e7;
}

.miwt-config-option-value {
	margin: 0 0 0 1rem;
}

.miwt-config-actions {
	float: right;
	padding: 2px 0;
}

.miwt-select-all-rows,
.miwt-clear-row-selection {
	display: none;
}

.miwt-select-visible .miwt-select-all-rows {
	display: table-row-group;
}

.miwt-select-model .miwt-clear-row-selection {
	display: table-row-group;
}

.miwt-select-all-rows .selection-action,
.miwt-clear-row-selection .selection-action {
	cursor: pointer;
	text-decoration: underline;
}
/*
 * Copyright (c) Interactive Information R & D (I2RD) LLC.
 * All Rights Reserved.
 *
 * This software is confidential and proprietary information of
 * I2RD LLC ("Confidential Information"). You shall not disclose
 * such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered
 * into with I2RD.
 */

.miwt-prompt {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
	outline: 0;
}

.miwt-prompt .prompt-dialog {
	position: relative;
	width: auto;
	margin: 30px auto;
	max-width: 600px;
}

.miwt-prompt .prompt-content {
	position: relative;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;
	background-color: #fff;
}

.miwt-prompt .prompt-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.miwt-prompt .prompt-header:after {
	content: "";
	display: table;
	clear: both;
}

.miwt-prompt .prompt-title {
	margin: 0;
	line-height: 1.5;
}

.miwt-prompt .prompt-body {
	position: relative;
	padding: 15px;
}

.miwt-prompt .prompt-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.miwt-prompt .prompt-footer:after {
	content: "";
	display: table;
	clear: both;
}

.miwt-prompt-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: .5;
}