.site {
	background: transparent;
}

body, * {
	font-family: "Helvetica Neue", Arial, sans-serif !important;
}

embed, iframe, object, video {
  overflow: hidden;
}

input.nurdButton {
	font-family: "Helvetica Neue", Arial, sans-serif !important;
text-transform: none; 
}

.site-content {
	padding-top: 30px;
    border-bottom: 5px solid #9b0000;
	background: #ffffff;
    color: #1a1a1a;
}

.site-header .site-branding {
  display: none;
}

.site-footer {
	margin: 0 auto;
    max-width: 1320px;
    position: relative;
	background: #9b0000;
	color: #ffffff;
}

.site-info a {
	color: #ffffff
}

.site-info a:hover,
.site-info a:focus {
	color: #ffffff
}

.site-header {
	background: #ffffff;
	color: #ffffff;
    border-bottom: 5px solid #9b0000;
}

.site-header {
	padding: 2.625em 6.6923%

}

.entry-title {
	margin-bottom: 15px;
}

.widget.amr_widget {
	border-color: white;
    margin-bottom: 0;
    padding-top: 40px;
}

.widget.amr_widget input.nurdButton {
	background: #1a1a1a !important;
	clear: both;
    margin-top: 8px;
    padding: 10px 15px;
}

.widget.amr_widget .chosen-container, .widget.amr_widget .chosen-container-multi {
	width: 100%;
}

#nurdQuestionWidget label {
	font-weight: bold;
}

.widget.amr_widget form {
	display: inline-block;
    width: 100%;
}

.widget.amr_widget .nurdquestions {
	width: 100%;
	margin-bottom: 15px;
}

.widget.amr_widget .chosen-container-single .chosen-single {
	background: #ffffff;
	border-radius: 0;
	padding: 0 0 0 5px;
	height: 29px;
	line-height: 29px;	
}

.widget.amr_widget .chosen-container-single .chosen-single span {
	color: #999;
}
.widget.amr_widget .chosen-container-single .chosen-single div b {
    background-position-y: 5px;
}

.widget.amr_widget .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position-y: 5px;
}

.widget.amr_widget .chosen-container-multi {
	width: 100% !important;
}

.widget.amr_widget .chosen-container-multi li {
	clear: both;
}

.widget.amr_widget .chosen-container .chosen-results li.highlighted {
  background: #1a1a1a;
}

.msp-preset-btn-89 {
  	padding: 5px;
    background-color: #9b0000 !important;
    color: #fff;
  	cursor: pointer;
}

.msp-preset-btn-89:hover {
  background-color: #686868 !important;
  color: #fff;
}

#paf_nurd_results-2 .paf_nurd_results_inner {
  padding: 15px;
  background: #ffffff;
  color: #1a1a1a;
}

div.resultsRow {
  margin-right: 10px;
}

div.resultsRow .nurdResultsTitle input[type="checkbox"] + h3:before {
  border-width: 2px;
  border-color: #1a1a1a;
  background-color: transparent;
}

div.resultsRow .nurdResultsTitle input[type="checkbox"] + h3:hover:before {
  background-color: 686868;
}

div.resultsRow .nurdResultsTitle input[type="checkbox"]:checked + h3:before {
  border-width: 0;
  background-color: #1a1a1a !important;
}

div.resultsIndent {
  background: #1a1a1a;
}

header .header-images {
  /*display: table;*/
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  max-width: 100%;
  overflow: hidden;
  align-items: center;
}

header .header-images .site-logo {
  width: 60%;
  /*display: table-cell;
  vertical-align: middle;*/
  text-align: left;
}

header .header-images .affiliation-logo {
  width: 40%;
  /*display: table-cell;
  vertical-align: middle;*/
  text-align: right;
}

header .header-images .affiliation-logo img {
  /*width: 350px;*/
}

.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
  	margin-right: 7.6923% !important;
    margin-left: 7.6923% !important;
}

@media only screen and (max-width: 550px){
  iframe{height:1095px; } 
}