/* CSS for Mental Health America Redesign */
/* SASS Variables and Mixins for MHA */

body {
  text-align: center;
  font: 62.5% Arial, Helvetica, sans-serif;
  background: #F2EEE7; }

body.cke_show_borders {
  /* WYSIWYG */
  background: #FFFFFF;
  color: #454545;
  font: 80% Arial, Helvetica, sans-serif;
  line-height: 1.6em;
  padding: 10px;
  text-align: left; }

/* Highlight Colors */
::-moz-selection {
  background: #FCB033;
  color: #FFFFFF;
  text-shadow: none; }

::selection {
  background: #FCB033;
  color: #FFFFFF;
  text-shadow: none; }

/* Links */
a:link, a:visited { color: #005696; text-decoration: none; }
a:hover { text-decoration: underline; }
a.doc { background: url("../images/icons/doc.gif") 0px 3px no-repeat; padding: 5px 0 5px 20px; }
a.txt {  background: url("../images/icons/txt.gif") 0px 3px no-repeat; padding: 5px 0 5px 20px; }
a.csv,
a.xls {  background: url("../images/icons/xls.gif") 0px 3px no-repeat;  padding: 5px 0 5px 20px; }
a.rss {  background: url("../images/icons/feed.gif") 0px 3px no-repeat;  padding: 5px 0 5px 20px; }
a.pps {  background: url("../images/icons/pps.gif") 0px 3px no-repeat;  padding: 5px 0 5px 20px; }
a.pdf {  background: url("../images/icons/pdf.gif") 0px 4px no-repeat;  padding: 5px 0 5px 20px; }
a.zip {  background: url("../images/icons/archive.gif") 0px 3px no-repeat;  padding: 5px 0 5px 20px; }
a.swf {  background: url("../images/icons/swf.gif") 0px 3px no-repeat;  padding: 5px 0 5px 20px; }
a.image {  background: url("../images/icons/pic.gif") 0px 3px no-repeat;  padding: 5px 0 5px 20px; }
a.video {  background: url("../images/icons/film.gif") 0px 3px no-repeat;  padding: 5px 0 5px 20px; }
a.audio {  background: url("../images/icons/audio.gif") 0px 3px no-repeat;  padding: 5px 0 5px 20px; }
a.email {  background: url("../images/icons/mailto.gif") 0px 3px no-repeat;  padding: 5px 0 5px 20px; }

.page-node-696 #edit-submit,
.buttons input,
.buttons input[type="submit"],
a.button {
  background: #003478;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif; 
  text-align: center;
  padding: 5px 15px;
  margin: 0 5px 10px 5px; 
  line-height: 17px;
  display: inline-block;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  text-shadow: none;
}
a.button:hover { text-decoration: none; background: #2FBFF0; }

/* Defaults */
h1 {
  padding: 0;
  color: #005696;
  font-size: 2.5em;
  font-weight: 300;
  font-family: "proxima-nova", sans-serif; }

h2 {
  margin: 0 0 .5em 0;
  padding: .5em 0 0 0;
  color: #019ed3;
  font-size: 1.3em;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;  }

.sidebar h2 {
  padding: 0;
  font-size: 1.3em; }

h3 {
  color: #019ed3;
  font-size: 1.1em;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;  }

h4 {
  color: #019ed3;
  font-size: 0.9em;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;  }

/*--Intro--*/
.intro,
.not-front #content-area p.intro,
.field-name-field-intro { 
  color: #810262;
  font-family: arial, sans-serif;
  font-size: 1.05em;
  font-weight: bold;
  margin-bottom: 0; }
  
  
  
em { font-style: italic; }

strong { font-weight: bold; }

small { font-size: 80%; }

blockquote {
  margin: 0 0 2em 2em;
  padding: 1em 2em;
  border: 0;
  font-style: italic;
  border-left: 1px solid #DDDDDD; }

blockquote cite {
  display: block;
  font-size: 1.2em;
  color: #454545; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

table th {
  padding: .5em;
  vertical-align: bottom;
  text-align: left;
  font-weight: bold;
  background: #EFEFEF; }

table td {
  padding: .5em;
  vertical-align: top;
  border-bottom: 1px solid #EFEFEF; }

tbody { border: none; }

.even { background: none; }
.odd { background: #EFEFEF; }

ul {list-style-position:inside;}


ol,
ul { margin: 0 0 1.5em 2em; padding: 0; }
li { margin: 0 0 .5em 0; }
p { margin: 0; padding: 0 0 1.5em 0; }

ol li { font-size: 14px;}


hr { 
  margin: 0 0 1.5em 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff; }
embed { border: 0; outline: 0; }
object {
  width: 100%;
  border: 0;
  outline: 0; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img {
  border: 0;
  width: auto;
  height: auto !important;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

iframe { max-width: 100%; height: auto;  }
  
/* Basic Classes */
.l, .left { float: left; }
.r, .right { float: right; }
.clear { clear: both; }
.clear-l, .clear-l { clear: left; }
.clear-r, .clear-r { clear: right; }
.serif { font-family: Palatino Linotype, Palatino, Georgia, TimesBook Antiqua, serif; }
.no-serif, .san-serif { font-family: Arial, Helvetica, sans-serif; }
img.l, img.left { margin: 0 10px 10px 0; }
img.r, img.right {  margin: 0 0 10px 10px; }

/* Forms */
fieldset {
  border: 1px solid #666666;
  padding: 1em; }

legend {
  font-weight: bold;
  color: #666666; }

input,
select,
option,
textarea {
  padding: 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #CCCCCC;
  font-family: Arial, san-serif; }

option {
  padding: .25em;
  border: 0; }

label {
  font-weight: bold;
  font-size: 1.1em; }

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #4D90CD;
  border: 1px solid #2B71AF;
  border-top: 1px solid #95C4EF;
  border-left: 1px solid #95C4EF;
  border-radius: 3px;
  color: #FFFFFF;
  display: inline;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px #2B71AF;
  cursor: pointer;
  margin-bottom: 2em;
  line-height: normal;
  padding: .5em 1em; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #EFEFEF;
  background: #2B71AF; }

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  border: 1px solid #2B71AF;
  background: #1A5B8F; }

/* Top Nav */
#block-menu-menu-secondary-menu {
	float: right;
	padding: 9px 0 0;
	width: 550px; }

#mobile-nav-button { display: none; }
a#mobile-search { display: none; }

#top-right {
  float: right;
  padding:5px 0 0 0;
	width: 215px;
  font-size: 1.1em; }

#top-right .block-menu {
  float: right;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0; }

#top-nav ul.menu {
  float: left;
  margin: 0 1.5em 0 0;
  padding: 0; }

#top-nav ul.menu li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  list-style: none;
  line-height: 1;
  list-style-image: none; }

.logged-in #block-menu-menu-secondary-menu ul.menu li a.login {display: none;}
.not-logged-in #block-menu-menu-secondary-menu ul.menu li a.logout {display: none;}

#top-nav ul.menu li.last {
  margin-right: 0;
  padding-right: 0;
  border: 0; }

#top-nav ul.menu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700; }

#top-nav ul.menu li a:hover {
  text-decoration: underline; }

#top-nav ul.menu li a.active {
  color: #3f8aca; }

#top-nav ul.menu ul {
  display: none; }

#top-nav .block-search {
  float: right; }

#top-nav .block-search .form-item {
  margin: 0; }

#top-nav .block-search .form-text {
  width: 162px;
  height: 12px;
  font-size: 12px;
  font-weight: 700;
  /*border: 1px solid #CCCCCC;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;*/
  border-radius: 0 0 0 0;
    border: none;
  -moz-border-radius: 0;
  padding: 10px;
  color: #003478;
  float: left; }

#top-nav .block-search #edit-actions--3 input,
#top-nav .block-search #edit-actions--2 input,
#top-nav .block-search #edit-actions input {
  float: left;
  border: none;
  padding: 0;
  border-radius: 0 0 0 0;
  width: auto;
	/* border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;*/
}

/* Navigation */
#navigation {
  position: relative;
  background: #F2EEE7; }

  #navigation ul.sf-main-menu {
  /* Top Level */
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  list-style: none;
  width: 100%; }

#navigation ul.sf-main-menu li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  list-style-image: none; }
  
#navigation ul.sf-main-menu li a {
  /* All Navigation Links */
  display: block;
  margin: 0;
  padding: 17px 20px;
  width: auto;
  font-family: 'Cabin Condensed', sans-serif;
  font-weight: 500;
  text-decoration: none;
	color: #FFFFFF; }

#navigation ul.sf-main-menu li#menu-1578-1 a { padding: 17px 31px; }

#navigation a.sf-depth-1 {
  font-size: 1.8em;
  line-height: 1.2em;
  height: 18px; }

#navigation a.sf-depth-1.active,
#navigation a.sf-depth-1:hover,
#navigation .sfHover a.sf-depth-1 {
  background-color: #015697;
  color: #FFFFFF; }

#navigation ul.sf-main-menu li ul {
  /* Secondary */
  position: absolute;
  background: #454545;
  width: 250px;
  margin: 0;
  padding: 0;
  left: -999em;
  z-index: 999; }

#navigation ul.sf-main-menu li#menu-1578-1 ul { margin-left: -110px; }

#navigation ul.sf-main-menu li ul li {
  float: left;
	border-top: 1px solid #FFFFFF;
  background-color: #019ED3;
  position: relative;
  margin: 0;
  padding: 0;
  width: 250px;
  text-align: left; }

#navigation a.sf-depth-2 {
  display: block;
  margin: 0;
  padding: 0;
  width: 250px;
  height: auto;
  font-size: 1.5em;
  color: #FFFFFF; }
  
#navigation a.sf-depth-2:hover,
#navigation .sf-depth-2.sfHover a {
  background: #015697;
  color: #FFFFFF; }

  #navigation ul.sf-main-menu li ul li ul {
  /* Tertiary */
  position: absolute;
  background: #000000;
  width: 250px;
  margin: 0 0 0 250px;
  padding: 0;
  top: 0;
  left: -999em;
  z-index: 999; }

#navigation ul.sf-main-menu li ul li ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 250px; }
  
  #navigation a.sf-depth-3 {
    display: block;
    margin: 0;
    padding: 0;
    width: 250px; }
  #navigation a.sf-depth-3:hover,
  #navigation .sf-depth-3.sfHover a {
    background: #228B22;
    color: #FFFFFF; }
  #navigation .sf-main-menu li:hover ul ul, #navigation #navigation .sf-main-menu li:hover ul ul ul, #navigation #navigation .sf-main-menu li.sfHover ul ul, #navigation #navigation .sf-main-menu li.sfHover ul ul ul {
    left: -999em; }
  #navigation .sf-main-menu li:hover ul, #navigation #navigation .sf-main-menu li li:hover ul, #navigation #navigation .sf-main-menu li li li:hover ul, #navigation #navigation .sf-main-menu li.sfHover ul, #navigation #navigation .sf-main-menu li li.sfHover ul, #navigation #navigation .sf-main-menu li li li.sfHover ul {
    left: auto; }

/* Footer */
#footer {
  clear: both;
  padding: 25px 0 30px 0;
  color: #FFFFFF;
  font-size: 1.1em;
  background: #019ED3;
  margin-top: 25px;  }

#footer #footer-toggle-btn {
  padding: 15px 15px 20px;
  float: right;
  background-color: #019ED3;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 1.3em;
  margin-top: -65px;
  cursor: pointer; }
  
#footer ul.menu li a,
#footer ul.menu li a.sf-depth-1 {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.1em;
  font-family: arial, sans-serif;  }
  
#footer ul.menu li ul li.menu-mlid-2039 a,
#footer ul.menu li ul li a.sf-depth-2 { font-size: 1em; }
#footer ul.menu li.menu-mlid-2009 ul { padding-top: 26px; }

#footer ul.menu li ul li a:hover { text-decoration: underline; }
#footer ul.menu li ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.0em;
  font-family: arial, sans-serif; }

 /* Bottom */
#bottom {
  clear: both;
  padding: 35px 0 45px 0;
  color: #FFFFFF;
  font-size: 1.1em;
  background: #003478;
}
  /* Secondary Level */ }
#footer .block { clear: both; margin: 0 0 1em 0; }

#bottom ul.menu,
#footer ul.menu {
  float: left;
  margin: 0;
  padding: 0; }

#bottom ul.menu li,
#footer ul.menu li {
  /* Primary Level / Defaults */
  float: left;
  display: block;
  width: 132px;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
  list-style-image: none; }

#footer ul.menu li.menu-mlid-1575 { width: 150px; }
#footer ul.menu li.menu-mlid-1578 { width: 110px; }

#bottom ul.menu li.last,
#footer ul.menu li.last {
  margin-right: 0;
  padding-right: 0;
  border: 0; }

#bottom ul.menu li a,
#footer ul.menu li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.2em; }

#bottom ul.menu li a:hover,
#footer ul.menu li a:hover { text-decoration: underline; }

#bottom ul.menu li ul,
#footer ul.menu li ul {
  float: none;
  padding-top: 42px; }

#bottom ul.menu li ul li,
#footer ul.menu li ul li {
  float: none;
  width: auto;
  margin: 0 0 1em 0;
  padding: 0; }

#bottom ul.menu li ul li a,
#footer ul.menu li ul li a { font-size: 1em; }
  
#bottom a.bwm,
#footer a.bwm {
    color: #FFFFFF;
    text-decoration: none; }
  #bottom a.bwm:hover,
  #footer a.bwm:hover {
    color: #3f8aca;
    text-decoration: underline; }
  #bottom .copyright,
  #footer .copyright {
    padding-top: 1em;
    border-top: 1px solid #CCCCCC; }

/* Home Slideshow */
#home-slideshow {
  position: relative;
  margin: 0;
  width: 100%;
  height: 380px;
  overflow: hidden;
  padding-bottom: 15px;  }

#home-slideshow .views-field-nothing {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0; }

#home-slideshow .slide-image-container,
#home-slideshow .views-row {
  width: 665px;
  height: 380px;
} 
#block-views-homepage_slideshow-block_1 .views-row,
#block-views-homepage_slideshow-block_1 .slide-image-container {
  width: 476px;
	height: 288px;
}

#block-views-homepage_slideshow-block_1 .slide-image-container,
#home-slideshow .slide-image-container {
  background-position: center top;
  background-repeat: no-repeat;
}

#home-slideshow .slide-caption {
  padding: 15px 20px 10px;
  color: #666666;
  font-size: 1.2em;
  background: url("/sites/all/themes/bwm_njord/images/caption-bg.png") repeat 0 0 transparent; }

#home-slideshow .slide-caption h3 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #005696;
  font-size: 1.4em;
  font-weight: 500;
  font-family: "proxima-nova", sans-serif;  }

#home-slideshow .slide-caption p {
  margin: 0 0 5px 0;
  padding: 0;
  font-family: arial, sans-serif;
  font-size: 0.9em;
  color: #2d2d2d; }
  
#home-slideshow .slide-caption .slide-caption-text { width: 75%; }

#home-slideshow .slide-caption .slide-caption-text a { 
  background: url("../images/blue-arrow-small.png") no-repeat scroll right 4px rgba(0, 0, 0, 0);
  color: #005696;
  font-family: "museo-sans",sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  padding: 0 17px 0 0;
  text-decoration: none; }

#block-views-homepage_slideshow-block { 
  border: 1px solid #CCCCCC; 
  margin-right: 325px; }

.views-slideshow-controls-bottom {
  position: absolute;
  z-index: 50;
  right: 20px;
  bottom: 20px; }

.views-slideshow-controls-bottom .views-slideshow-pager-field-item {
  float: left;
  width: 10px;
  height: 10px;
  border: 1px solid #CCCCCC;
  margin: 0 5px 0 0;
  cursor: pointer;
  background: #000000; }

.views-slideshow-controls-bottom .views-slideshow-pager-field-item.active { background: #FFFFFF; }
.views-slideshow-controls-bottom .views-slideshow-pager-field-item .views-content-nid { display: none; }

/*front page content*/

/*.front #block-system-main {display:none;}*/


/* Overall Layout */
.wrap {
  margin: 0 auto;
  width: 990px;
  text-align: center; }

.text-reset { text-align: left; }

.page-raw-reports #main .wrap,
.page-screening-reports #main .wrap,
.page-spanish-screening-reports #main .wrap { width: 95%; }

#main {
  padding: 2em 0;
  font: 1.3em/1.7em Arial, San Serif;
  color: #454545;
  background: #F2EEE7; }

#content {
  float: left;
  width: 100%;
  margin-right: -100%;
  padding: 0; }

.region { clear: both; }

/* Header */
#logo {
  float: left;
	padding-top: 20px;
}

#top-nav {
	padding: 9px 0 6px;
	background: #003478;
	height: 35px;
}
  
#top-header { padding: 15px 0; }


#block-superfish-1 {
	background: url("/sites/all/themes/bwm_njord/images/nav-bg.png") repeat-x 0 0 transparent;
	height: 52px;
}

#block-superfish-1 ul li.odd { background: none; }

/* General Content */
#content-area { margin: 0 0 2em 0; }

.not-front #content-top #block-views-interior_banner-block,
.not-front #content-top #block-views-interior_banner-block_1 { margin-bottom: 23px; }

@media only screen and (max-width: 450px) { 
  .not-front #content-top #block-views-interior_banner-block,
  .not-front #content-top #block-views-interior_banner-block_1 { display: none !important; }
}

.not-front #content-header { 
  background-color: #ffffff;
  padding: 20px;  }
  
.not-front #content-area { 
  background: url("/sites/all/themes/bwm_njord/images/interior-content-shadow.png") no-repeat scroll center bottom transparent;
  padding: 0 0 17px;
  margin-top: -30px;  }

.not-front #content-area .region-content { 
  background-color: #ffffff;
  padding: 0 20px 50px;   }
  
#node-212 .field-items p a { word-wrap:break-word; }


.not-front #content-area .content ul.pager li { background: none; }

/* Sidebars */
.sidebar { float: left; }

#sidebar-first {
  width: 255px;
  margin-right: -255px; }

/* Left Sidebar */
#sidebar-second {
  float: right;
  width: 300px; }

/* Right Sidebar */
.two-sidebars .center,
.sidebar-first .center {
  margin-left: 280px; }

.two-sidebars .center,
.sidebar-second .center {
  margin-right: 325px; }

.sidebar .block {
  background: #FAFAFA;
  margin: 0 0 2em 0;
  border-radius: 4px;
  -moz-border-radius: 4px; }

.sidebar .block .content {
  padding: 1em 1em 0 1em; }
  

/* Header Donate Button */
#block-block-10 {
	height: 59px;
	width: 215px;
}
#block-block-10 .donate-button a {
	background: url("/sites/all/themes/bwm_njord/images/white-arrow.png") no-repeat scroll 181px 22px #d3222a;
	display: block;
	height: 26px;
	width: 187px;
  padding: 15px 10px 15px 17px;
	text-decoration: none;
  color: #FFFFFF;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 2em; }

#block-block-10 .donate-button a:hover { background-color: #62050a; }

/* Header Social Media Icons */
#block-block-11 ul {
	margin: 0 0 20px;
}
#block-block-11 ul li {
	float: left;
	list-style: none;
	margin-right: 8px;
}
#block-block-11 ul li.last {
	margin-right: 0;
}
#block-block-11 ul li a {
	display: block;
	height: 36px;
	width: 36px;
	text-decoration: none;
}

#block-block-11 ul li a.inspire { background: url("/sites/all/themes/bwm_njord/images/inspire-icon.png") no-repeat 0 0 transparent; }
#block-block-11 ul li a.twitter { background: url("/sites/all/themes/bwm_njord/images/twitter-icon.png") no-repeat 0 0 transparent; }
#block-block-11 ul li a.facebook { background: url("/sites/all/themes/bwm_njord/images/facebook-icon.png") no-repeat 0 0 transparent; }
#block-block-11 ul li a.pintrest { background: url("/sites/all/themes/bwm_njord/images/pintrest-icon.png") no-repeat 0 0 transparent; }
#block-block-11 ul li a.youtube { background: url("/sites/all/themes/bwm_njord/images/youtube-icon.png") no-repeat 0 0 transparent; }


/* Footer Contact Block */

#block-block-9 {
	width: 200px;
	border-right: 1px solid #4a6fa0;
  float: left;   }

#block-block-9 p span.phone {
	background: url("/sites/all/themes/bwm_njord/images/phone-icon.png") no-repeat 0 -4px transparent;
	padding: 0 0 0 25px;
	display: block; }

#block-block-9 p span.fax {
	background: url("/sites/all/themes/bwm_njord/images/fax-icon.png") no-repeat 0 -4px transparent;
	padding: 0 0 0 25px;
	display: block; }

body.chrome.mac #block-gtranslate-gtranslate .content { margin-top: 10px; }
  
#block-gtranslate-gtranslate { 
  background: url("/sites/all/themes/bwm_njord/images/google-translate.png") no-repeat scroll 47px 4px transparent;
  float: left;
  padding-left: 173px;
  padding-bottom: 15px;
  margin-top: 25px;  }
  
#bottom #block-block-1.copyright {
  width: 75%;
  border: none; 
  float: right; 
  padding-top: 35px; }
  
#block-menu-menu-secondary-footer-menu { 
  width: 75%;
  float: right;
  padding-top: 30px; }

#block-menu-menu-secondary-footer-menu h2 { display: none; }
#block-menu-menu-secondary-footer-menu ul.menu li { width: auto; border-right: 1px solid #ffffff; padding-right: 10px; }

#block-menu-menu-secondary-footer-menu ul.menu li a {
  color: #FFFFFF;
  font-family: arial,sans-serif;
  font-size: 1em;
  text-decoration: none; }
 

 #block-block-17 { display: none; } 

 
/* Slideshows Blocks */

#cycle-next {
  background: url("/sites/all/themes/bwm_njord/images/main-next-prev.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 40px;
  right: 70px;
	bottom: 20px;
  margin: 20px 0 0;
  position: absolute;
  width: 40px;
	z-index: 150; }
  
#cycle-next:hover { background: url("/sites/all/themes/bwm_njord/images/main-next-prev.png") no-repeat scroll 0 -40px transparent; }

#cycle-next1 {
  background: url("/sites/all/themes/bwm_njord/images/next-prev.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 25px;
  right: 50px;
	bottom: 20px;
  margin: 20px 0 0;
  position: absolute;
  width: 25px;
	z-index: 150; }

#cycle-next1:hover { background: url("/sites/all/themes/bwm_njord/images/next-prev.png") no-repeat scroll 0 -25px transparent; }

#cycle-prev {
  background: url("/sites/all/themes/bwm_njord/images/main-next-prev.png") no-repeat scroll -40px 0 transparent;
  cursor: pointer;
  height: 40px;
  right: 20px;
	bottom: 20px;
  margin: 20px 0 0;
  position: absolute;
  width: 40px;
	z-index: 150; }

#cycle-prev:hover { background: url("/sites/all/themes/bwm_njord/images/main-next-prev.png") no-repeat scroll -40px -40px transparent; }

#cycle-prev1 {
  background: url("/sites/all/themes/bwm_njord/images/next-prev.png") no-repeat scroll -25px 0 transparent;
  cursor: pointer;
  height: 25px;
  right: 20px;
	bottom: 20px;
  margin: 20px 0 0;
  position: absolute;
  width: 25px;
	z-index: 150;
}

#cycle-prev1:hover { background: url("/sites/all/themes/bwm_njord/images/next-prev.png") no-repeat scroll -25px -25px transparent; }

#block-views-homepage_slideshow-block_1 {
	background: url("../images/one-and-half-column-box-shadow.png") no-repeat scroll center bottom transparent;
  width: 476px;
	height: 288px;
  float: left;
  margin-right: 25px;
  margin-top: 20px;
  padding-bottom: 13px; }

#block-views-homepage_slideshow-block_1 .slide-caption-text {
  background: url("../images/bottom-slide-overlay.png") no-repeat scroll left top transparent;
  height: auto;
  padding: 15px 90px 185px 15px;
  position: absolute;
  width: 250px;
  z-index: 50;
  top: 0;
  font-weight: bold;
  line-height: 17px;
  color: #ffffff;  }

#block-views-homepage_slideshow-block_1 .slide-caption-text h3 { 
  color: #ffffff;
  font-size: 1.9em;
  font-weight: 500;
  font-family: "proxima-nova", sans-serif;
  padding-bottom: 2px;
  margin: 10px 0;  }
  
#block-views-homepage_slideshow-block_1 .slide-caption-text a:hover { background: url("../images/white-arrow-small.png") no-repeat scroll 98px 14px #F37F02; }
#block-views-homepage_slideshow-block_1 .slide-caption-text a { 
  background: url("../images/white-arrow-small.png") no-repeat scroll 98px 14px #005696;
  color: #FFFFFF;
  font-family: "museo-sans",sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  padding: 10px 36px 10px 20px;
  text-decoration: none; }
  
/* Latest News Carousel */

#block-views-home_carousel-block h2 {
  background-color: #005696; 
  display: block; 
  padding: 15px;
  color: #ffffff;
  font-size: 2.5em;
  font-weight: 500;
  font-family: "proxima-nova", sans-serif; } 

#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.news { 
  background: url("../images/news-icon.png") no-repeat scroll -1px 1px transparent;
  padding-left: 80px; }
  
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.policy-issue { 
  background: url("../images/policy-icon.png") no-repeat scroll -1px 1px transparent;
  padding-left: 80px; }
  
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.event { 
  background: url("../images/event-icon.png") no-repeat scroll -1px 1px transparent;
  padding-left: 80px; }
  
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.blog-post { 
  background: url("../images/blog-icon.png") no-repeat scroll -1px 1px transparent;
  padding-left: 80px; }

#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.event .views-field-title a,
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.policy-issue .views-field-title a,
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.news .views-field-title a,
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.blog-post .views-field-title a { 
  color: #747f81;
  font-family: arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold; 
  text-decoration: none; }
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.event .views-field-title,
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.policy-issue .views-field-title,
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.news .views-field-title,
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.blog-post .views-field-title { 
  width: 200px;
  line-height: 1.4;
  padding: 3px 0 8px; }
  
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.event .views-field-title a:hover,
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.policy-issue .views-field-title a:hover,
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.news .views-field-title a:hover,
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.blog-post .views-field-title a:hover { text-decoration: underline; }
  
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.event .views-field-body,
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.policy-issue .views-field-body,
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.news .views-field-body,
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.blog-post .views-field-body { 
  color: #747f81;
  font-family: arial, sans-serif;
  font-size: 1.0em;
  font-weight: normal;
  width: 200px;
  max-height: 70px;
  line-height: 1.5; }

#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.policy-issue .views-field-created,
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.news .views-field-created,
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.blog-post .views-field-created
 { 
  color: #005696;
  font-size: 1.1em;
  font-family: "museo-sans", sans-serif; 
  font-weight: 700; } 

#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.event .views-field-field-date-2 { 
  color: #f37f02;
  float: left;
  margin-left: -67px;
  font-size: 1.1em;
  font-family: "museo-sans", sans-serif; 
  font-weight: 700; } 

#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.event .views-field-field-date-2 .month { margin: -5px 0 20px; } 
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.event .views-field-field-date-2 .day { 
  margin: 0 0 7px 5px;
  font-size: 1.3em;
  font-weight: 900;  } 
  
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.event .views-field-created,
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.policy-issue .views-field-field-date-2,
#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row.news .views-field-field-date-2 { display: none; } 

#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row .views-field-view-node a {
  background: url("../images/blue-arrow-small.png") no-repeat scroll right 2px transparent;
  color: #005696;
  font-size: 1em;
  font-family: "museo-sans", sans-serif; 
  font-weight: 700;
  padding: 0 17px 0 0;
  text-decoration: none;  }

#block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row {
  padding-left: 15px;
  height: 180px; }
  
#block-views-home_carousel-block .view-home-carousel { 
  background-color: #ffffff;
  padding: 0 0 15px;
  min-height: 273px;  }
  
#block-views-home_carousel-block { 
  background: url("../images/full-column-box-shadow.png") no-repeat scroll center bottom transparent;
  padding: 0 0 9px;
  height: 295px; 
  margin: 14px 0 20px; }

#block-views-home_carousel-block .views-row { width: 203px; white-space: normal; vertical-align: top; }

#block-views-home_carousel-block .views-field-body {
	white-space: normal !important;
	width: 250px; }

#block-views-home_carousel-block .view-home-carousel .view-header .rss-icon a { 
  background: url("../images/rss-icon.png") no-repeat scroll -1px top transparent;
  clear: both;
  float: right;
  margin-top: -56px;
  padding: 3px 25px 2px 14px;
  text-indent: -999em;
}

#block-views-home_carousel-block .view-home-carousel .view-header .rss-icon a:hover { 
  background: url("../images/rss-icon.png") no-repeat scroll -1px bottom transparent;
  padding: 3px 25px 2px 14px;
}
  
#block-views-home_carousel-block .view-home-carousel .view-content { margin: 25px 0 0 65px; height: 180px; width: 849px !important; }
#block-views-home_carousel-block .view-home-carousel .view-header #cycle-prev2 { 
  background: url("../images/carousel-button-prev.png") no-repeat scroll -1px 1px transparent;
  display: block;
  float: left;
  overflow: hidden;
  padding: 75px 37px 75px 25px;
  position: absolute;
  text-indent: -999em; }
  
#block-views-home_carousel-block .view-home-carousel .view-header #cycle-next2 { 
  background: url("../images/carousel-button.png") no-repeat scroll -1px 1px transparent;
  overflow: hidden;
  display: block;
  text-indent: -999em;
  float: right;
  padding: 75px 37px 75px 25px;
  cursor: pointer;}
  
  
/* Advocacy Network Block*/
#block-block-6 {
	float: left;
	width: 29%;
  padding: 0 0 13px;
	height: 285px;
  margin-right: 55px;
  background: url("../images/single-column-box-shadow.png") no-repeat scroll center bottom transparent; }

#block-block-6 #network-container {
  background-color: #ffffff;
  padding: 0 15px;
  width: 100%;
  height: 285px; }
  
#block-block-6 #network-icon { 
  float:left;
  margin: 17px 10px 0 -15px; }

#block-block-6 h2 {  
  color: #005696;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 0.9em;
  font-family: "proxima-nova", sans-serif; }

#block-block-6 .network-text { 
	color: #747f81;
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	margin-top: -6px;
	letter-spacing: -0.01em; }
  
#block-block-6 .network-text a {   
  background: url("../images/blue-arrow-small.png") no-repeat scroll right 2px transparent;
  color: #005696;
  font-family: "museo-sans",sans-serif;
  font-size: 1em;
  font-weight: 700;
  padding: 0 17px 0 0;
  text-decoration: none; }
  
#block-block-6 .network-text a:hover { text-decoration: underline; }
#block-block-6 .join-today a:hover { background: url("../images/white-arrow-small.png") no-repeat scroll 104px 16px #F37F02; }  

#block-block-6 .join-today a {   
  background: url("../images/white-arrow-small.png") no-repeat scroll 104px 16px #005696;
  color: #ffffff;
  font-family: "museo-sans",sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  padding: 10px 36px 10px 20px;
  text-decoration: none;
  float: right;
  margin: 3px -15px 0 0;  }
  
/* Resources Block*/
#block-block-7 {
	float: left;
	width: 29%;
  padding: 0 0 13px;
	height: 285px;
  margin-right: 18px;
  background: url("../images/single-column-box-shadow.png") no-repeat scroll center bottom transparent; }

#block-block-7 #resources-icon { 
  float: left;
  margin: 17px 0 0 0; }

#block-block-7 h2 {  
  color: #005696;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 0.9em;
  padding-top: 25px;
  font-family: "proxima-nova", sans-serif; }

#block-block-7 .resources-text {  
  color: #666666;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.0em;
  margin-top: -6px;
  font-family: "proxima-nova", sans-serif; }
  
#block-block-7 .resources-icons { margin-top: 123px; }  
#block-block-7 .resources-icons .resources-inspire,
#block-block-7 .resources-icons .resources-m3 { float: left; }  
#block-block-7 .resources-icons .resources-inspire a{  
  background: url("../images/insp-circle.png") no-repeat scroll center 9px transparent;
  color: #005696;
  font-size: 1.2em;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.0em;
  padding: 98px 30px 15px;
  font-family: 'cabin condensed', sans-serif; }
  
  
#block-block-7 .resources-icons .resources-m3 a{  
  background: url("../images/m3-circle-big.png") no-repeat scroll center 15px transparent;
  color: #5a9dd3;
  font-size: 1.2em;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.0em;
  padding: 129px 33px 15px;
  position: absolute;
  margin: -120px 0 0 -29px;
  font-family: 'cabin condensed', sans-serif; }
#block-block-7 .resources-icons .resources-recover a{  
  background: url("../images/recover-circle.png") no-repeat scroll center 15px transparent;
  color: #2d8c4a;
  font-size: 1.2em;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.0em;
  padding: 105px 25px 15px;
  font-family: 'cabin condensed', sans-serif;
  margin-left: 58px;  }

#block-block-7 .resources-icons .resources-recover a:hover,
#block-block-7 .resources-icons .resources-m3 a:hover,
#block-block-7 .resources-icons .resources-inspire a:hover { text-decoration: underline; }  
#block-block-7 #resources-container {
  background: url("../images/resources-shadows.png") no-repeat scroll center 213px transparent;
  background-color: #FFFFFF;
  height: 285px;
  padding: 0 15px;
  width: 100%;
}

#block-block-7 #resources-container .resources-top a:hover { text-decoration: none; }
#block-block-7 #resources-container .resources-text a {color: #666666;}

/* Get Involved Block*/
#block-block-8 { float: right; width: 305px; }
#block-block-8 .get-inolved-text { float: left; margin-right: 10px; margin-bottom: 10px; }
#block-block-8 .get-inolved-donate { margin-bottom: 10px; }
#block-block-8 .get-inolved-volunteer { float: left; margin-right: 10px; }

/*-----------  Large Social Media Blocks   -----------*/

#block-block-12 { float: left; margin-top: 21px; margin-left: 17px; }
#block-block-12 img { padding-bottom: 9px; }

/*-------  Twitter Bubble  --------*/

#block-views-tweets-block_1 { 
  background: url("../images/twitter-bubble.png") no-repeat scroll right top transparent;
  padding: 25px 0 39px;
  float: right;
  margin-top: -346px;
  margin-right: -14px;
  width: 42%; }

#block-views-tweets-block_1 .view-id-tweets { 
  float: right; 
  width: 80%; 
  margin-right: 33px;
  height: 267px;
  overflow: hidden;
  color: #747f81;
  font-size: 1.05em;  }
  
#block-views-tweets-block_1 .view-id-tweets a { 
  color: #F37F02;
  text-decoration: none;  }

#block-views-tweets-block_1 .view-id-tweets .views-row-1 { margin-bottom: 18px; }
#block-views-tweets-block_1 .view-id-tweets .views-field-name { 
  color: #f37f02;
  font-family: "museo-sans",sans-serif;
  font-size: 1.15em;
  font-weight: 700; }
#block-views-tweets-block_1 .view-id-tweets .views-field-text { margin-left: 64px; line-height: 1.3; }
#block-views-tweets-block_1 .view-id-tweets .views-field-profile-image-url { float: left; margin-right: 16px; }
#block-views-tweets-block_1 .view-id-tweets .views-field-created-time { font-size:0.8em; margin-top: 5px; padding-left: 65px; }

/*-------  Facebook Feed Block  -------*/

.facebook-icon-large,
.twitter-icon-large {
	curser: pointer;
}

.region-content-bottom {
    position: relative;
}

#block-facebook_pull-facebook_pull_default {
    background: url("../images/fb-bubble.png") no-repeat scroll right top transparent;
    margin-right: 33px;
    position: absolute;
    right: -47px;
    top: 14px;
    width: 412px; 
    z-index: 1000;
	/*display: none;*/
}
#block-facebook_pull-facebook_pull_default h2 {display: none;}

#block-facebook_pull-facebook_pull_default ul.facebook-feed {
	height: 300px;
	width: 80%;
	padding: 25px 10px 20px 50px;
	color: #747F81;
}

#block-facebook_pull-facebook_pull_default ul.facebook-feed li span.facebook-feed-from a {
    color: #F37F02;
    font-family: "museo-sans",sans-serif; 
    font-size: 1.15em;
    font-weight: 700;
	text-decoration: none;
	display: block;
	margin-left: 64px;
}
#block-facebook_pull-facebook_pull_default ul.facebook-feed li {
	margin-bottom: 18px;
}

#block-facebook_pull-facebook_pull_default ul.facebook-feed li span.facebook-feed-time { 
	font-style: italic;
	font-size: 0.8em;
    margin-top: 5px;
	display: block;
	margin-left: 64px;
}

#block-facebook_pull-facebook_pull_default ul.facebook-feed li span.facebook-feed-message {
	font-size: 1.05em;
	line-height: 1.3;
	display: block;
	margin-left: 64px;
}
#block-facebook_pull-facebook_pull_default ul.facebook-feed li span.facebook-feed-message a {
    color: #F37F02;
}




/*-------  Social Media Share Block  -------*/

.front #social-media-share { display: none; }

/*--------- In Crisis Block ----------*/

#block-block-22 { 
  margin: 0;
  background: url("../images/single-column-box-shadow.png") no-repeat scroll center bottom transparent;
  padding: 0 0 12px; }
  
#block-block-22 .content { padding: 0; }
#in-crisis-container { 
  background-color: #ffffff;
  padding: 8px 0 17px; }
  
#in-crisis-container img { 
  padding: 8px 10px 0 15px; 
  float: left; } 
  
#in-crisis-container .top { 
  color: #810262;
  font-family: "proxima-nova",sans-serif;
  font-size: 2.3em;
  font-weight: 500;
  margin: 15px 0 5px;  }
  
#in-crisis-container .bottom { 
  color: #005696;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.45em;
  padding-left: 70px;
  font-weight: 500;
  margin: 4px 0 0;  }
  
  

/*---------  Monitor Your Mood Block  ----------*/

#block-block-13 { 
  margin: 0;
  background: url("../images/single-column-box-shadow.png") no-repeat scroll center bottom transparent;
  padding: 0 0 12px; }
  
#block-block-13 .content { padding: 0; }
 #monitor-container { 
  background: url("../images/m3-block-bg-new.jpg") no-repeat scroll 144px -3px #ffffff;
  padding: 8px 0 38px; }

#monitor-container img { padding: 0px 10px 0 10px; float: left; margin-top: -14px; } 

#monitor-container a { text-decoration: none; } 
#monitor-container .top { 
  color: #005696;
  font-family: "proxima-nova",sans-serif;
  font-size: 2.75em;
  font-weight: 500;
  margin: -5px 0 0;  }
  
#monitor-container .middle { 
  color: #005696;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.85em;
  padding-left: 77px;
  font-weight: 500;
  margin: 4px 0 0;  }
  
#monitor-container .bottom { 
  color: #666666;
  font-family: "museo-sans",sans-serif;
  font-size: 1.2em;
  padding-left: 77px;
  font-weight: 700;
  margin: 7px 0 13px; 
  float: left;
  line-height: 1.2em;  }

#monitor-container span.link { 
  background: url("../images/blue-arrow-small.png") no-repeat scroll right 4px transparent;
  padding-right: 15px;
  color: #005696;
  font-family: "museo-sans",sans-serif;
  font-size: 1.0em;
  font-weight: 700;  }
  
/*-------  Social Media Share Page Block  -------*/

#content-header #social-media-share {
  width: 159px;
  float: right;
  margin-right: -21px;
  margin-top: 5px;  }

#content-header #social-media-share .social-share-text { 
  float: left;
  border-right: 1px solid #999999;
  color: #005696;
  font-size: 0.8em;
  line-height: 0.9em;
  text-align: right;
  padding-right: 7px;
  margin-right: 7px;
  margin-top: -8px;  }
  
#content-header #social-media-share .facebook-share,
#content-header #social-media-share .twitter-share { float: left; }
#content-header #social-media-share .facebook-share a {
  background: url("../images/facebook-share-icon.png") no-repeat scroll left top transparent;
  padding: 15px;
  color: #ffffff;
  margin-right: -4px; }
  
#content-header #social-media-share .twitter-share a {
  background: url("../images/twitter-share-icon.png") no-repeat scroll left top transparent;
  padding: 15px 14px 15px 13px;
  color: #ffffff;  }
  
#content-header #social-media-share .email-share {
  margin: -12px 0 0 -3px; }
  
  
/*--------- Breadcrumbs ---------*/

#content-header .breadcrumb a:hover {  text-decoration: underline; }
#content-header .breadcrumb a {
  background: url("../images/blue-arrow-breadcrumb.png") no-repeat scroll right 4px transparent;
  padding: 0 14px 0 6px;
  color: #005696;
  font-family: "museo-sans",sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: none;  }

.page-event-calendar .breadcrumb a.active { display: none; } 
#content-header .breadcrumb span.separator { display:none; }
#content-header .breadcrumb {
  color: #999999;
  font-family: "museo-sans",sans-serif;
  font-size: 0.9em;
  font-weight: 700; }

#content-header h1.title {
  border-bottom: 1px solid #bab9b9;
  padding-bottom: 14px;
  line-height: 1; clear: right; }
  
.not-front #content-area p {
  color: #444444;
  font-size: 1.05em;
  font-family: arial,sans-serif;
  line-height: 1.4em; }

.not-front #content-area .content ul li {
  background: url("../images/purple-bullet.png") no-repeat scroll 1px 6px transparent;
  padding: 0 0 0 20px;
  list-style: none;
  font-size: 1.05em; }

/*---------- Find MHA in Your Area Block -------*/


.block.find-affiliate,
#block-webform-client-block-246 {
  background: url("../images/single-column-box-shadow.png") no-repeat scroll center bottom transparent;
  padding: 0 0 13px;
  float: right; 
  margin-top: -380px;
  width: 300px;  }

#block-block-19.block.find-affiliate {
  background: url("../images/single-column-box-shadow.png") no-repeat scroll center bottom transparent;
  padding: 0 0 13px;
  margin: 4px 0;
  float: none;
  width: 300px;  }
  
.block.find-affiliate .content,
#block-webform-client-block-246 .content {
  background: url("../images/state-marker-bg-icon.png") no-repeat scroll 42px 85px transparent;
  background-color: #ffffff;
  padding: 23px 15px 57px;
  }
  
.block.find-affiliate form#address { margin-top: 40px; }
.block.find-affiliate .content h2,
#block-webform-client-block-246 .content h2 { display:none; }

.block.find-affiliate .content p,
#block-webform-client-block-246 .content p { 
  background: url("../images/green-marker-icon.png") no-repeat scroll left top transparent;
  padding: 8px 0 10px 50px;
  color: #4f8d11;
  font-family: "proxima-nova",sans-serif;
  font-size: 2.8em; 
  line-height: 0.75em;
  margin-top: -8px; }
  

.block.find-affiliate .content .field-name-body,
#block-webform-client-block-246 .content .field-name-body { margin-top: -40px; padding-bottom: 30px; }

.block.find-affiliate .content span,
#block-webform-client-block-246 .content span {
  font-size: 0.75em;
  font-weight: 300; }

.block.find-affiliate input,
#block-webform-client-block-246 input {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  font-family: Arial,san-serif;
  color: #4f8d11;
  padding: 11px 7px; 
  width: 134px;
  float: left;
  margin-right: 10px;  }

.block.find-affiliate input[type="submit"],
#block-webform-client-block-246 input[type="submit"] {
  background: url("../images/green-search.png") no-repeat scroll left top transparent;
  border: none;
  border-radius: 0;
  font-family: "museo-sans", arial, sans-serif;
  font-size: 1.15em;
  font-weight: 500;
  background-color: #4f8d11;
  color: #ffffff;
  display:block;
  text-indent: -999em;
  height: 40px;
  width: 106px;
  padding: 0;
  margin: 0;
  text-shadow: none;  }

/*----------  Join Our Mailing List Block  ----------*/

.block.mailing-list,
#block-webform-client-block-221 {
  background: url("../images/single-column-box-shadow.png") no-repeat scroll center bottom transparent;
  padding: 0 0 13px;
  float: right; 
  margin-top: -138px;
  width: 300px;  }
  
#block-block-20 {
  background: url("../images/single-column-box-shadow.png") no-repeat scroll center bottom transparent;
  padding: 0 0 13px;
  float: none; 
  margin: 4px 0;
  width: 300px;  }
  
.block.mailing-list .content {
  background: url("../images/letter-bg-icon.png") no-repeat scroll 102px -6px transparent;
  background-color: #ffffff;
  padding: 15px 15px;  }

#block-webform-client-block-221 .content h2 { display:none; }
.block.mailing-list .content p { 
  background: url("../images/pencil-icon.png") no-repeat scroll left top transparent;
  padding: 0 0 0 50px;
  color: #f37f02;
  font-family: "proxima-nova",sans-serif;
  font-size: 2.8em; 
  line-height: 0.75em;  }

.block.mailing-list .content span { 
  font-size: 0.75em; 
  font-weight: 300;}
  
.block.mailing-list input {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  font-family: Arial,san-serif;
  color: #f37f02;
  padding: 10px 7px; 
  width: 188px;
  float: left;
  margin-right: 10px;  }

.block.mailing-list form { margin-top: 11px; }
.block.mailing-list input[type="checkbox"] { display:none; }
.block.mailing-list input[type="submit"] {
  background: url("../images/white-arrow.png") no-repeat scroll 19px 13px transparent;
  text-indent: -999em;
  border: none;
  border-radius: 0;
  font-family: Arial,san-serif;
  background-color: #f37f02;
  color: #ffffff;
  padding: 11px 0; 
  width: 45px;
  margin-bottom: 0;
  text-shadow: none;  }

/*------- Sign-up Form ---------*/

#node-247 select { 
  margin-top: -10px;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  font-family: Arial,san-serif;
  color: #005696;
  padding: 7px 7px; 
  width: 365px;
  margin-bottom: 10px; }
  
#node-247 input {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  font-family: Arial,san-serif;
  color: #005696;
  padding: 10px 7px; 
  width: 350px;
  margin-bottom: 10px;  }

#node-247 select#cons_birth_date_YEAR { width: 150px; }
#node-247 select#cons_birth_date_MONTH,
#node-247 select#cons_birth_date_DAY {
  width: 150px;
  float:left;
  margin-right: 15px; }

#node-247 input#s_rememberMe,
#node-247 input#cons_postal_opt_in,
#node-247 input#cons_email_opt_in { width: 25px; margin-right: 10px; float: left; margin-top: 5px; }
#node-247 p label span.sign-up-text { font-size: 0.8em;}
  
#node-247 input#ACTION_SUBMIT_SURVEY_RESPONSE {
  background: url("../images/white-arrow.png") no-repeat scroll 158px 13px transparent;
  border: none;
  border-radius: 0;
  font-family: Arial,san-serif;
  background-color: #005696;
  color: #ffffff;
  padding: 11px 20px 11px 5px; 
  width: 185px;
  margin: 25px 20px 0 0;
  text-shadow: none;  }

#node-247 input#reset,
#node-247 input#ACTION_CANCEL_RESPONSE_SUBMIT {
  background: url("../images/white-arrow.png") no-repeat scroll 158px 13px transparent;
  border: none;
  border-radius: 0;
  font-family: Arial,san-serif;
  background-color: #1DA1D1;
  color: #ffffff;
  padding: 11px 20px 11px 5px; 
  width: 185px;
  margin-right: 20px;
  margin-top: 25px;
  text-shadow: none;  }

  
#node-247 p { padding-bottom: 0; }
#node-247 label,
#node-247 p label {
  color: #005696;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.3em; 
  font-weight: 500;
  padding-bottom: 5px;  }

/*-------  Contact Us Page -------*/

form#webform-client-form-2 input {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  font-family: Arial,san-serif;
  color: #005696;
  padding: 10px 7px; 
  width: 350px;
  margin-bottom: 10px;  }
  
form#webform-client-form-2 label {
  color: #005696;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.3em; 
  font-weight: 500;
  padding-bottom: 5px;  }
  
form#webform-client-form-2 input#edit-submit {
  background: url("../images/white-arrow.png") no-repeat scroll 158px 13px transparent;
  border: none;
  border-radius: 0;
  font-family: Arial,san-serif;
  background-color: #005696;
  color: #ffffff;
  padding: 11px 20px 11px 5px; 
  width: 185px;
  margin: 0;
  text-shadow: none;  }
  
/*---------  Help Support MHA Block  ----------*/

#block-block-14 { 
  margin: 0;
  background: url("../images/single-column-box-shadow.png") no-repeat scroll center bottom transparent;
  padding: 0 0 12px; }
  
#block-block-14 .content { padding: 0; }
 #help-container { 
  background: url("../images/heart-bg-icon.png") no-repeat scroll 130px -3px #ffffff;
  padding: 8px 0 38px; }

#help-container img { padding: 0px 10px 0 10px; float: left; margin-top: -14px; } 

#help-container a { text-decoration: none; } 
#help-container .top { 
  color: #D3222A;
  font-family: "proxima-nova",sans-serif;
  font-size: 2.75em;
  font-weight: 500;
  margin: -5px 0 0;  }
  
#help-container .middle { 
  color: #D3222A;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.85em;
  padding-left: 77px;
  font-weight: 500;
  margin: 4px 0 0;  }
  
#help-container .bottom { 
  color: #666666;
  font-family: "museo-sans",sans-serif;
  font-size: 1.2em;
  padding-left: 77px;
  font-weight: 700;
  margin: 7px 0 13px; 
  float: left;
  line-height: 1.2em;  }

#help-container span.link { 
  background: url("../images/red-arrow.png") no-repeat scroll right 4px transparent;
  padding-right: 15px;
  color: #D3222A;
  font-family: "museo-sans",sans-serif;
  font-size: 1.0em;
  font-weight: 700;  }

#content-inner #content-area #node-101 { margin-top: -30px; } 
#content-inner #content-area #node-101 ul li { 
  float: left;
  width: 40%;
  margin-right: 30px; }
  
/*--------  Sub Menu Styling  --------*/

#block-menu_block-3 { 
  background: url("../images/single-column-box-shadow.png") no-repeat scroll center bottom transparent;
  margin: 0;
  padding: 0 0 12px; }

#block-menu_block-3 .content { 
  background-color: #ffffff;
  padding: 25px 20px 20px; }
  
#block-menu_block-3 h2 { 
  border-bottom: 1px solid #BAB9B9;
  padding-bottom: 10px; }
  
#block-menu_block-3 h2 a { 
  color: #005696;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.5em;
  font-weight: 500;  }
  
#block-menu_block-3 ul.menu { margin: 0; padding: 0; }
#block-menu_block-3 ul.menu li { margin-left: 10px; list-style:none; line-height: 1.2; margin-bottom: 11px; }

#block-menu_block-3 ul.menu li a {
  color: #019ED3;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.05em;
  font-weight: 500; } 

#block-menu_block-3 ul.menu li ul { margin-left: 10px; }
#block-menu_block-3 ul.menu li ul li a { color: #005696; }

#block-menu_block-3 ul.menu li.collapsed a {
  background: url("../images/blue-arrow-sprite.png") no-repeat scroll right 2px transparent;
  padding: 0 30px 0 0; }
  
#block-menu_block-3 ul.menu li.expanded a {
  background: url("../images/blue-arrow-sprite.png") no-repeat scroll right -20px transparent;
  padding: 0 30px 0 0; }
  
#block-menu_block-3 ul.menu li.expanded ul li a { background: none; padding: 0; }
#block-menu_block-3 ul.menu li ul { margin-top: 5px; }
#block-menu_block-3 ul.menu li ul li { line-height:1.2; margin-bottom: 10px; }

/*--------  Calendar Page Styling  --------*/

.page-event-calendar #block-system-main { width: 60%; float: right; }
#block-views-event_calendar-block_2 { height: 180px; }
#block-views-event_calendar-block_1,
#block-views-event_calendar-block_2 { width: 32%; }

#block-views-event_calendar-block_1 h2,
#block-views-event_calendar-block_2 h2 { 
  color: #4f8d11;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.55em;
  font-weight: 500; } 

#block-views-event_calendar-block_1 .views-field-field-date,
#block-views-event_calendar-block_2 .views-field-field-date { 
  color: #019ED3;
  font-family: "museo-sans",sans-serif;
  font-size: 1.1em;
  font-weight: 700; }
  
#block-views-event_calendar-block_1 .views-field-title,
#block-views-event_calendar-block_2 .views-field-title { 
  color: #005696;
  font-family: arial,sans-serif;
  font-size: 1em;
  font-weight: bold;  }
  
#block-views-event_calendar-block_1 .views-field-body p,
#block-views-event_calendar-block_2 .views-field-body p { 
  color: #747f81;
  font-family: arial,sans-serif;
  font-size: 1em;
  font-weight: normal; 
  padding: 0 0 7px;  }

#block-views-event_calendar-block_1 .views-field-body h2,
#block-views-event_calendar-block_2 .views-field-body h2 { 
  color: #747f81;
  font-family: arial,sans-serif;
  font-size: 1em;
  font-weight: normal; 
  padding: 0 0 7px;  }
  
#block-views-event_calendar-block_1 .views-field-view-node a,
#block-views-event_calendar-block_2 .views-field-view-node a {  
  background: url("../images/blue-arrow-small.png") no-repeat scroll right 2px rgba(0, 0, 0, 0);
  color: #005696;
  font-family: "museo-sans",sans-serif;
  font-size: 1em;
  font-weight: 700;
  padding: 0 17px 0 0;
  text-decoration: none; }

#block-views-event_calendar-block_1 .views-field-view-node a:hover,
#block-views-event_calendar-block_2 .views-field-view-node a:hover { text-decoration: underline; } 
#block-views-event_calendar-block_1 .views-row { 
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #cdcdcd;  }
  
#block-views-event_calendar-block_1 .views-row-last { border: none; }
  
#block-system-main .view-event-calendar .date-nav { padding: 0; min-height: 0; margin-bottom: 0; } 
#block-system-main .view-event-calendar .date-heading { 
  background-color: #005696;
  text-align: left;
  }

#block-system-main .view-event-calendar .date-heading h3 { 
  color: #ffffff;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  padding: 3px 0 3px 10px;  } 

#block-system-main .view-event-calendar ul.pager { margin: 0; }
#block-system-main .view-event-calendar ul.pager li.date-prev {
  background: none; 
  margin-top: 7px;
  margin-right: -23px;
  padding: 0; } 
#block-system-main .view-event-calendar ul.pager li.date-next { 
  background: none; 
  margin-top: -13px;
  padding: 0; } 
  
#block-system-main .view-event-calendar ul.pager li.date-next a {  
  background: url("../images/calendar-buttons.jpg") no-repeat scroll 1px -19px transparent;
  text-indent: 9em;
  padding: 3px 0;
  text-decoration: none; 
  width: 20px;
  height: 13px;
  display:block;
  overflow:hidden;  }
  
#block-system-main .view-event-calendar ul.pager li.date-prev a {  
  background: url("../images/calendar-buttons.jpg") no-repeat scroll 1px 3px transparent;
  text-indent: 9em;
  padding: 3px 0;
  text-decoration: none; 
  width: 20px;
  height: 13px;
  display:block;
  overflow: hidden; }

#block-system-main .view-event-calendar .calendar-calendar thead tr { border: 1px solid #CCCCCC; }
#block-system-main .view-event-calendar .calendar-calendar th.days { 
  background-color: #FFFFFF;
  border: none;
  color: #4f8d11;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  padding: 6px 0; 
  text-transform: uppercase;  }

#block-system-main .view-event-calendar .calendar-calendar tr.date-box td.date-box { 
  color: #b7b7b8;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.45em;
  font-weight: 300;
  padding: 3px 3px; }
  
  
#block-system-main .view-event-calendar .calendar-calendar .month-view .full td.single-day div.monthview {  background: none repeat scroll 0 0 #005696; }

#block-system-main .view-event-calendar .calendar-calendar .month-view .full .inner .item { line-height: 1.6; padding: 3px 0; }
#block-system-main .view-event-calendar .calendar-calendar .month-view .full .inner .monthview { border-radius: 0; color: #ffffff; }
#block-system-main .view-event-calendar .calendar-calendar .month-view .full .inner .monthview .views-field-title { padding: 3px 0; }
#block-system-main .view-event-calendar .calendar-calendar .month-view .full .inner .monthview .views-field-title a { color: #ffffff; font-family: "proxima-nova",sans-serif; padding: 3px 0; }
#block-system-main .view-event-calendar .calendar-calendar .month-view .full .inner .monthview .views-field-field-date { display: none; }
#block-system-main .view-event-calendar .calendar-calendar .month-view .full td.date-box.today {  border: none; color: #FFFFFF; background-color: #019ED3; }
#block-system-main .view-event-calendar .calendar-calendar .month-view .full tr td.single-day.today {  border: none; background-color: #019ED3; }
#block-block-16 { 
  clear: both;
  text-align: right; 
  margin: 12px 0; }
  
.not-front #content-area #block-block-16 p {  
  font-family: arial,sans-serif;
  color: #747f81;
  font-size: 1em;}

/*-------  Board of Directors --------*/

#node-113 .board-chairman .board-pic img { 
  border: 1px solid #c8c8c8;
  padding: 7px 1px; 
  float: left;
  margin-right: 20px;  }
  
#node-113 .board-chairman p { font-size: 1em; } 
#node-113 .board-director, 
#node-113 .board-officer.two { float: none;} 
#node-113 .board-officer { 
  width: 45%;
  float:left;
  margin-right: 15px; 
  margin-bottom: 25px; }

#node-113 .board-odd {
  width: 94%;
  background-color: #FFFFFF;
  padding: 5px 15px; }

#node-113 .board-odd td,
#node-113 .board-even td { padding: 13px; }
#node-113 .board-even {
  width: 94%;
  background-color: #e6e6e6;
  padding: 5px 15px; }
  
/*------ Top Nav Social Media  -----*/

#block-block-11 { padding-top: 20px; }

#block-block-11 p a { 
  display: block;
  margin-right: 8px;
  float:left;
  width: 36px;
  height: 36px;
  position: relative; }

#block-block-11 p a.last { margin-right: 0;} 
  
#block-block-11 img.hoverImages {
  -webkit-transition: margin 0.1s ease-out;
  -moz-transition: margin 0.1s ease-out;
  -o-transition: margin 0.1s ease-out; }

#block-block-11 img.hoverImages:hover {
  cursor: pointer;
  margin-top: -5px; } 

/*-------  Donation Page Styling -------*/

.page-node-168 .donation-pic { 
  float: left;
  clear: both;
  margin-bottom: 25px;  }

.page-node-168 .donation-pic img { 
  border: 1px solid #dbdbdb;
  padding: 3px; }

  .page-node-168 .donation-way { margin-bottom: 25px; clear: both; }

.page-node-168 .donation-video-still { margin-bottom: 20px; }
.page-node-168 .donation-video-still img { border: 1px solid #dbdbdb; }
.page-node-168 h2 { clear:both; }
.page-node-168 .other-donation-text,
.page-node-168 .honorary-donation-text,
.page-node-168 .memorial-donation-text,
.page-node-168 .membership-donation-text,
.page-node-168 .general-donation-text { margin-left: 125px; }
.page-node-168 .donation-pic-text { margin-left: 180px; }

.page-node-168 .general-donation a {
  background: url("../images/white-arrow-small.png") no-repeat scroll 76px 16px #4f8d11;
  color: #FFFFFF;
  float: left;
  margin-right: 15px;
  font-family: "museo-sans",sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  padding: 10px 36px 10px 20px;
  text-decoration: none; }

.page-node-168 .general-donation a:hover { background: url("../images/white-arrow-small.png") no-repeat scroll 76px 16px #2e5507; }

.page-node-168 .membership-donation a {
  background: url("../images/white-arrow-small.png") no-repeat scroll 64px 16px #003478;
  color: #FFFFFF;
  float: left;
  margin-right: 15px;
  font-family: "museo-sans",sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  padding: 10px 44px 10px 30px;
  text-decoration: none; }

.page-node-168 .membership-donation a:hover {   background: url("../images/white-arrow-small.png") no-repeat scroll 64px 16px #011c3f; }

.page-node-168 .memorial-donation a {
  background: url("../images/white-arrow-small.png") no-repeat scroll 82px 16px #810262;
  color: #FFFFFF;
  float: left;
  margin-right: 15px;
  font-family: "museo-sans",sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  padding: 10px 28px 10px 13px;
  text-decoration: none; }

.page-node-168 .memorial-donation a:hover {   background: url("../images/white-arrow-small.png") no-repeat scroll 82px 16px #3c002d; }

.page-node-168 .honorary-donation a {
  background: url("../images/white-arrow-small.png") no-repeat scroll 82px 16px #4f8d11;
  color: #FFFFFF;
  float: left;
  margin-right: 15px;
  font-family: "museo-sans",sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  padding: 10px 29px 10px 12px;
  text-decoration: none; }

.page-node-168 .honorary-donation a:hover { background: url("../images/white-arrow-small.png") no-repeat scroll 82px 16px #2e5507; }

.page-node-168 .other-donation a {
  background: url("../images/white-arrow-small.png") no-repeat scroll 71px 16px #003478;
  color: #FFFFFF;
  float: left;
  margin-right: 15px;
  font-family: "museo-sans",sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  padding: 10px 39px 10px 27px;
  text-decoration: none; }

.page-node-168 .other-donation a:hover {   background: url("../images/white-arrow-small.png") no-repeat scroll 71px 16px #011c3f; }

/*------  Key Staff --------*/

.field-name-field-staff-image { float: left; margin-right: 20px; }

.field-name-field-name.clearfix:after,
.field-name-field-position.clearfix:after,
.field-name-field-body.clearfix:after { clear: none; }

.field-name-field-staff-image img {
  border: 1px solid #dbdbdb;
  padding: 5px; }
  
.field-name-field-position {
  color: #019ed3;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  padding: 0 0 15px;}

.view-id-key_staff .views-row-even,
.view-id-key_staff .views-row-odd {
  border-bottom: 1px solid #dbdbdb;
  padding: 16px; }

.view-key-staff .views-field-view-node a:hover,
.view-key-staff .views-field-title a:hover { text-decoration: underline; }

.view-key-staff .views-field-title a {
  color: #005696;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  text-decoration: none; }

.view-key-staff .views-field-field-position {
  color: #019ed3;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.3em;
  font-weight: 400; }

.view-key-staff .views-field-body p { padding-bottom: 10px; } 
.view-key-staff .views-field-view-node a { 
  background: url("../images/blue-arrow-small.png") no-repeat scroll right 2px rgba(0, 0, 0, 0);
  color: #005696;
  font-family: "museo-sans",sans-serif;
  font-size: 1em;
  font-weight: 700;
  padding: 0 17px 0 0;
  text-decoration: none; }
  
/*------  Programs Page ------*/

.page-node-99 #node-99 .program-item { 
  clear: both; 
  margin-bottom: 20px; }
  
.page-node-99 #node-99 .program-pic { 
  float: left;
  margin: 0 20px 25px 0;  }

.page-node-99 #node-99 .program-pic img { 
  border: 1px solid #dbdbdb;
  padding: 3px; }
  
.page-node-99 #node-99 .program-pic-text { margin-left: 125px; }


/*------ Find an Affiliate ------*/

.page-affl-test .view-affl-test .view-content #geofield-map-affl-test-block-1{ 
  border: 1px solid #dbdbdb;
  margin-bottom: 20px; }
  
.page-affl-test .view-affl-test .view-display-id-block_1 .view-header {
  color: #810262;
  font-family: arial, sans-serif;
  font-size: 1.05em;
  font-weight: bold;
  margin-bottom: 15px; }
  
.page-affl-test .view-affl-test .view-content .views-row { 
  float: left;
  width: 175px;
  margin: 0 20px 20px 0; }

.page-affl-test .view-affl-test .view-content .views-row .views-field-title a:hover { text-decoration: underline; } 
.page-affl-test .view-affl-test .view-content .views-row .views-field-title a { 
  color: #005696;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  text-decoration: none; }

.page-affl-test .view-affl-test .view-content .views-row .views-field-field-affl-address,
.page-affl-test .view-affl-test .view-content .views-row .views-field-field-affl-geocode {
  color: #555555;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.1em;
  font-weight: 300; }

.not-front.page-affiliate #content-area { margin-top: 0; }

.not-front.page-affiliate #content-area .views-field-field-affiliate-name .field-content {
  border-bottom: 1px solid #BAB9B9;
  padding-bottom: 14px;
  color: #005696;
  font-family: "proxima-nova",sans-serif;
  font-size: 2.5em;
  font-weight: 300; 
  margin-bottom: 22px; }
  
#node-294 form#affiliate_search { padding: 15px 0 65px; }
#node-294 form#affiliate_search input {
  border: 1px solid #CCCCCC;
  border-radius: 0 0 0 0;
  color: #4F8D11;
  float: left;
  font-family: Arial,san-serif;
  margin-right: 10px;
  padding: 11px 7px;
  width: 33%; }
  
#node-294 form#affiliate_search input[type="submit"] {
  background: url("../images/green-search.png") no-repeat scroll left top #4F8D11;
  border: medium none;
  border-radius: 0 0 0 0;
  color: #FFFFFF;
  display: block;
  font-family: "museo-sans",arial,sans-serif;
  font-size: 1.15em;
  font-weight: 500;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -999em;
  text-shadow: none;
  width: 106px; }
  
#node-294 table td {  padding: 15px 5px; }

.not-front.page-affiliate #content-area .views-field-field-affl-address,
.not-front.page-affiliate #content-area .views-field-field-phone,
.not-front.page-affiliate #content-area .views-field-mail a,
.not-front.page-affiliate #content-area .views-field-field-web-site a {
  color: #444444;
  font-family: arial,sans-serif;
  font-size: 1.05em;
  line-height: 1.4em; }

.not-front.page-affiliate #content-area .views-field-mail a,
.not-front.page-affiliate #content-area .views-field-field-web-site a { color: #005696; }

/*------- Forum Page Styling ----------*/


.node-type-forum #main #content-area .node-forum .field-label { margin-right: 10px; }
.node-type-forum #main #content-area .node-forum .field-name-taxonomy-forums { margin-bottom: 7px; }
.node-type-blog-post #main #content-area #comments .comment.even,
.node-type-blog-post #main #content-area #comments .comment.odd,
.node-type-forum #main #content-area #comments .comment.even,
.node-type-forum #main #content-area #comments .comment.odd { padding: 15px 15px 25px; margin-bottom: 10px; }
.node-type-blog-post #main #content-area #comments .comment h3,
.node-type-forum #main #content-area #comments .comment h3 { margin: 0 0 7px; }
.node-type-blog-post #main #content-area #comments .comment .links,
.node-type-forum #main #content-area #comments .comment .links { clear: both; }
.node-type-blog-post #main #content-area #comments .comment .links ul,
.node-type-forum #main #content-area #comments .comment .links ul { margin: 0; }
.node-type-blog-post #main #content-area #comments .comment .links ul li,
.node-type-forum #main #content-area #comments .comment .links ul li { background:none; padding: 0; }
.node-type-blog-post #main #content-area #comments .comment .links a, 
.node-type-forum #main #content-area #comments .comment .links a { 
  color: #FFFFFF;
  font-family: "museo-sans",sans-serif;
  font-size: 1em;
  font-weight: 700;
  margin-right: 15px;
  padding: 10px 44px 10px 30px;
  text-decoration: none; }
.node-type-blog-post #main #content-area #comments .comment .links ul li.comment-reply a,
.node-type-forum #main #content-area #comments .comment .links ul li.comment-reply a { background: url("../images/white-arrow-small.png") no-repeat scroll 70px 13px #003478; }
.node-type-blog-post #main #content-area #comments .comment .links ul li.comment-edit a,
.node-type-forum #main #content-area #comments .comment .links ul li.comment-edit a { background: url("../images/white-arrow-small.png") no-repeat scroll 64px 13px #003478; }
.node-type-blog-post #main #content-area #comments .comment .links ul li.comment-delete a,
.node-type-forum #main #content-area #comments .comment .links ul li.comment-delete a { background: url("../images/white-arrow-small.png") no-repeat scroll 79px 13px #003478; }
.node-type-blog-post #main #content-area #comments .comment .links ul li.comment-approve a,
.node-type-forum #main #content-area #comments .comment .links ul li.comment-approve a { background: url("../images/white-arrow-small.png") no-repeat scroll 79px 13px #003478; }
.node-type-blog-post #main #content-area #comments #comment-form label,
.node-type-forum #main #content-area #comments #comment-form label {
  color: #005696;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  padding-bottom: 5px; }
  
.node-type-blog-post #main #content-area #comments #comment-form .form-item-subject input,
.node-type-forum #main #content-area #comments #comment-form .form-item-subject input {
  border: 1px solid #CCCCCC;
  border-radius: 0 0 0 0;
  color: #005696;
  font-family: Arial,san-serif;
  margin-bottom: 10px;
  padding: 10px 7px; }
  
.node-type-blog-post #main #content-area #comments #comment-form span.cke_skin_kama,
.node-type-forum #main #content-area #comments #comment-form span.cke_skin_kama { border: 1px solid #CCCCCC; border-radius: 0; }
.node-type-blog-post #main #content-area #comments #comment-form fieldset.form-wrapper,
.node-type-forum #main #content-area #comments #comment-form fieldset.form-wrapper { border: none; }

.node-type-blog-post #main #content-area #comments #comment-form #edit-actions #edit-preview, 
.node-type-blog-post #main #content-area #comments #comment-form #edit-actions #edit-submit,
.node-type-forum #main #content-area #comments #comment-form #edit-actions #edit-preview, 
.node-type-forum #main #content-area #comments #comment-form #edit-actions #edit-submit { 
  background: url("../images/white-arrow-small.png") no-repeat scroll 66px 12px #003478;
  border-radius: 0;
  border: none;
  color: #FFFFFF;
  font-family: "museo-sans",sans-serif;
  font-size: 1em;
  font-weight: 700;
  margin-right: 15px;
  padding: 10px 44px 10px 30px;
  text-shadow: none; }
  
.node-type-blog-post #main #content-area #comments #comment-form #edit-actions #edit-preview,
.node-type-forum #main #content-area #comments #comment-form #edit-actions #edit-preview { background: url("../images/white-arrow-small.png") no-repeat scroll 86px 12px #003478; }

/*------- Forum Subject Page Styling ----------*/

.page-forum #content-header ul.action-links { list-style: none; margin: 25px 0 40px; }
.page-forum #content-header ul.action-links li a {   
  background: url("../images/white-arrow-small.png") no-repeat scroll 175px 12px #003478;
  color: #FFFFFF;
  font-family: "museo-sans",sans-serif;
  font-size: 1em;
  font-weight: 700;
  margin-right: 15px;
  padding: 10px 44px 10px 30px;
  text-decoration: none; }

.page-forum #content-area #forum table { margin-top: 10px; }
.page-forum #content-area #forum table th { background: none; border-bottom: 1px solid #CCCCCC; }
.page-forum #content-area #forum table th a {
  color: #019ED3;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 0 0.5em;
  padding: 0.5em 0 0; }
  
.page-forum #content-area #forum table tr { border-bottom: 1px solid #CCCCCC; background: none; }
.page-forum #content-area #forum table td { padding: 15px 5px; }
.page-forum #content-area #forum table td.title a { 
  color: #005696;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 0 0.5em;
  padding: 0.5em 0 0; }
  
.continue-button { margin-top: 20px; } 
.continue-button a:hover { background-color: #011C3F; }
.continue-button a { 
  background: url("../images/white-arrow-small.png") no-repeat scroll 97px 12px #003478;
  color: #FFFFFF;
  font-family: "museo-sans",sans-serif;
  font-size: 1em;
  font-weight: 700;
  margin-right: 15px;
  padding: 10px 44px 10px 30px;
  text-decoration: none; }
  
/*------- Mental Health in the Headlines -------*/

.view.view-id-news .views-row { border-bottom: 1px solid #CCCCCC; padding: 10px 0 15px; }
.view.view-id-news .views-row-last { border: none; }
.view.view-id-news .views-field-field-date .field-content {
  color: #019ED3;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 0 0.5em;
  padding: 0.5em 0 0; }
  
.view.view-id-news .views-field-title a { 
  color: #005696;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 0 0.5em;
  padding: 0.5em 0 0; }

/*------- Blog List Styling ---------*/

.page-newsroom-chiming-in .view-id-blog .views-row { padding: 10px 0 15px;}
.page-newsroom-chiming-in .view-id-blog .view-content h3 { display: none; }
.page-newsroom-chiming-in .view-id-blog .attachment { border-bottom: 1px solid #CCCCCC; }
.node-type-blog-post #main #content-area p.submitted,
.page-newsroom-chiming-in .view-id-blog .views-row .views-field-created { color: #888888; margin-bottom: 5px;}
.page-newsroom-chiming-in .view-id-blog .views-row .views-field-title { margin: 10px 0 7px;}
.page-newsroom-chiming-in .view-id-blog .views-row .views-field-title a { 
  color: #019ED3;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.6em;
  font-weight: 600; }
  
.page-newsroom-chiming-in .view-id-blog .views-row .views-field-view-node { margin: 15px 0 25px; } 
.page-newsroom-chiming-in .view-id-blog .views-row .views-field-view-node a:hover { background-color: #011C3F; }
.page-newsroom-chiming-in .view-id-blog .views-row .views-field-view-node a { 
  background: url("../images/white-arrow-small.png") no-repeat scroll 86px 12px #003478;
  color: #FFFFFF;
  font-family: "museo-sans",sans-serif;
  font-size: 1em;
  font-weight: 700;
  margin-right: 15px;
  padding: 10px 30px 10px 15px;
  text-decoration: none; }

.page-newsroom-chiming-in .view-id-blog .views-row .views-field-field-tags { margin: 15px 0 10px; } 
.page-newsroom-chiming-in .view-id-blog .views-row .views-field-field-tags a { color: #810262; } 
.page-newsroom-chiming-in .view-id-blog .views-row .views-field-comment-count .views-label,
.page-newsroom-chiming-in .view-id-blog .views-row .views-field-field-tags span.views-label { 
  color: #019ED3;
  font-weight: 600;
  font-size: 1.1em;
  display: block;  } 
.page-newsroom-chiming-in .view-id-blog .views-row .views-field-comment-count .field-content { clear: left; }

.node-type-blog-post #main #content-area .content .field-name-field-tags .field-label { margin-right: 7px;}
.node-type-blog-post #main #content-area .content .field-name-field-tags .field-items .field-item { float: left; margin-right: 15px; background: none; }
.node-type-blog-post #main #content-area .content .field-name-field-tags .field-items .field-item a { color: #810262; }
.node-type-blog-post #main #content-area #comments { border-top: 1px solid #CCCCCC; padding-top: 25px;}
.node-type-blog-post #main #content-area #comments #comment-form #edit-author--2 a { color: #019ED3;}

/*---------  Blog Categories  ----------*/

#block-views-categories_block-block { 
  margin: 0;
  background: url("../images/single-column-box-shadow.png") no-repeat scroll center bottom transparent;
  padding: 0 0 12px; }
  
#block-views-categories_block-block .content { 
  background-color: #ffffff;
  padding: 25px 20px 20px;  }

#block-views-categories_block-block h2 {
  border-bottom: 1px solid #BAB9B9;
  padding-bottom: 10px;
  color: #005696;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.9em;
  font-weight: 500;
  margin: 0 0 0.5em; }

#block-views-categories_block-block .view-categories-block ul.views-summary li {
  background: url("../images/purple-bullet.png") no-repeat scroll 1px 6px transparent;
  font-size: 1.05em;
  list-style: none outside none;
  padding: 0 0 0 20px; }

#block-simplenews-59,
#block-block-25 { 
  margin: 0;
  background: url("../images/single-column-box-shadow.png") no-repeat scroll center bottom transparent;
  padding: 0 0 12px; }
  
#block-simplenews-59 .content,
#block-block-25 .content { 
  background-color: #ffffff;
  padding: 25px 20px 20px;  }
  
#block-block-25 .blog-subscribe { padding: 0 0 2px;  }
  
#block-block-25 .blog-subscribe a {
  background: url("../images/rss.png") no-repeat scroll 1px 3px transparent;
  color: #019ED3;
  font-size: 1.2em;
  font-weight: 600;
  padding: 5px 0 0 30px; }

#block-simplenews-59 .content .simplenews-subscribe input[type="submit"] {
  background: url("../images/white-arrow-small.png") no-repeat scroll 80px 12px #003478;
  color: #FFFFFF;
  font-family: "museo-sans",sans-serif;
  font-size: 1em;
  border: none;
  font-weight: 700;
  margin-right: 15px;
  padding: 10px 30px 10px 15px;
  text-decoration: none;
  margin-bottom: 5px;
  text-shadow: none;
  border-radius: 0;  }
  
 #block-simplenews-59 .content h2 { 
  border-bottom: 1px solid #BAB9B9;
  color: #005696;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.9em;
  font-weight: 500;
  margin: 0 0 0.5em;
  padding-bottom: 10px; }


/*--------  Blog Archives ---------*/

#block-views-archive-block { 
  margin: 0;
  background: url("../images/single-column-box-shadow.png") no-repeat scroll center bottom transparent;
  padding: 0 0 12px; }
  
#block-views-archive-block .content { 
  background-color: #ffffff;
  padding: 25px 20px 20px;  }

#block-views-archive-block h2 {
  border-bottom: 1px solid #BAB9B9;
  padding-bottom: 10px;
  color: #005696;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.9em;
  font-weight: 500;
  margin: 0 0 0.5em; }

#block-views-archive-block .view-archive ul.views-summary li {
  background: url("../images/purple-bullet.png") no-repeat scroll 1px 6px transparent;
  font-size: 1.05em;
  list-style: none outside none;
  padding: 0 0 0 20px; }
  

/*---------  The Bell ---------*/

.page-the-bell #main #content .view-the-bell .views-row { 
  border: none;
  float: left;
  width: 50%;
  margin: 0; }
@media only screen and (max-width: 480px) { 
  .page-the-bell #main #content .view-the-bell .views-row { 
    width: 100%;
    float: none;
    margin: 0 0 25px 0;
  }
}
.page-the-bell #main #content .view-the-bell .views-row .views-field-field-newsletter-link a { text-align: center; }
.page-the-bell #main #content .view-the-bell .views-row .views-field-field-newsletter-link a h2 { font-size: 1.4em; font-weight: 500; }
.page-the-bell #main #content .view-the-bell .views-row .views-field-field-newsletter-link a:hover { text-decoration: underline; color: #019ED3; }
.page-the-bell #main #content .view-the-bell .views-row .views-field-field-newsletter-link a img { margin: 0 auto; border: 1px solid #cccccc; padding: 5px; display: block; }
  
/*-------- Affiliate Portal Landing Page ---------*/

.page-node-369 .affiliate-buttons {}
.page-node-369 .affiliate-buttons .affiliate-advocacy,
.page-node-369 .affiliate-buttons .affiliate-education,
.page-node-369 .affiliate-buttons .affiliate-national,
.page-node-369 .affiliate-buttons .affiliate-programs,
.page-node-369 .affiliate-buttons .affiliate-tools,
.page-node-369 .affiliate-buttons .affiliate-templates,
.page-node-369 .affiliate-buttons .affiliate-management,
.page-node-369 .affiliate-buttons .affiliate-forum,
.page-node-369 .affiliate-buttons .affiliate-fundraising { float: left; margin-right: 10px; margin-bottom: 10px; }

.page-node-369 .affiliate-buttons a {
  color: #FFFFFF;
  display: block;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  height: 60px;
  text-decoration: none;
  width: 180px; }
  
.page-node-369 .affiliate-buttons .affiliate-advocacy a,
.page-node-369 .affiliate-buttons .affiliate-programs a,
.page-node-369 .affiliate-buttons .affiliate-management a {
  background: url("/sites/all/themes/bwm_njord/images/white-arrow.png") no-repeat scroll 167px 31px #003478;
  padding: 15px 0 0 15px; }
  
.page-node-369 .affiliate-buttons .affiliate-advocacy a:hover,
.page-node-369 .affiliate-buttons .affiliate-programs a:hover,
.page-node-369 .affiliate-buttons .affiliate-management a:hover { background-color: #011C3F; }

.page-node-369 .affiliate-buttons .affiliate-education a,
.page-node-369 .affiliate-buttons .affiliate-fundraising a {
  background: url("/sites/all/themes/bwm_njord/images/white-arrow.png") no-repeat scroll 167px 31px #019ED3;
  padding: 15px 0 0 15px; }
  
.page-node-369 .affiliate-buttons .affiliate-tools a {   background: url("/sites/all/themes/bwm_njord/images/white-arrow.png") no-repeat scroll 167px 31px #019ED3; 
  padding: 25px 0 0 15px; 
  height: 50px; }
  
.page-node-369 .affiliate-buttons .affiliate-education a:hover,
.page-node-369 .affiliate-buttons .affiliate-tools a:hover,
.page-node-369 .affiliate-buttons .affiliate-fundraising a:hover { background-color: #046789; }
  
.page-node-369 .affiliate-buttons .affiliate-national a,
.page-node-369 .affiliate-buttons .affiliate-templates a {
  background: url("/sites/all/themes/bwm_njord/images/white-arrow.png") no-repeat scroll 167px 31px #810262;
  padding: 15px 0 0 15px; }

.page-node-369 .affiliate-buttons .affiliate-national a:hover,
.page-node-369 .affiliate-buttons .affiliate-forum a:hover,
.page-node-369 .affiliate-buttons .affiliate-templates a:hover { background-color: #3C002D; }

.page-node-369 .affiliate-buttons .affiliate-forum a {   background: url("/sites/all/themes/bwm_njord/images/white-arrow.png") no-repeat scroll 167px 31px #810262; 
  padding: 25px 0 0 15px; 
  height: 50px; }

/*------ Pretty Buttons -------*/

a.public-dark-blue,
a.public-light-blue,
a.public-light-purple {
  padding: 30px 0 0 15px;
  color: #FFFFFF;
  display: block;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  height: 45px;
  text-decoration: none;
  width: 180px;
}

a.public-dark-blue {
  background: url("/sites/all/themes/bwm_njord/images/white-arrow.png") no-repeat scroll 167px 31px #003478;
}
a.public-dark-blue:hover {background-color:#011C3F;}

a.public-light-blue {
  background: url("/sites/all/themes/bwm_njord/images/white-arrow.png") no-repeat scroll 167px 31px #019ED1;
}
a.public-light-blue:hover {background-color:#046789;}

a.public-light-purple {
  background: url("/sites/all/themes/bwm_njord/images/white-arrow.png") no-repeat scroll 167px 31px #810262;
}
a.public-light-purple:hover {background-color:#3C002D;}

/*------ Adobe Reader Block -------*/

#block-block-21 { 
  float: right; 
  padding-top: 15px;
  width: 75%;  }
  
.not-front #bottom #block-block-21 .content ul li { background: none; }
.not-front #bottom #block-block-21 .content ul { margin: 0; padding: 0 }
.not-front #bottom #block-block-21 .content p { font-size: 1em; padding-bottom: 5px; }
.not-front #bottom #block-block-21 .content ul li { list-style: none; }
.not-front #bottom #block-block-21 .content ul li a { font-size: 1em; color: #019ED3; }

/*--------  Bottom Footer Apps --------*/

#block-text_resize-0 { 
  width: 60px; 
  float: left; 
  margin-top: 23px; }

#block-text_resize-0 h2 { display: none; }

#block-addthis-addthis_block { 
  float: left;
  width: 60px; }

#block-block-23 {
  float: left;
  width: 50px; }

#block-block-23 .print-button a {
  background: url("/sites/all/themes/bwm_njord/images/print-sprite.png") no-repeat scroll 1px 1px transparent;
  display: block;
  width: 24px;
  height: 25px;
  margin: 32px 0 0 15px;
  text-indent: -999em;  }
  
#block-block-23 .print-button a:hover { background: url("/sites/all/themes/bwm_njord/images/print-sprite.png") no-repeat scroll 1px -29px transparent; }

#block-block-24 { 
  float: left; 
  width: 34px; 
  margin: 25px 0 0 15px; }
  
#block-block-24 .addthis_toolbox a.addthis_counter { display: none !important; }

/*------- SEO text for Footer -----*/
#seo a {
color: #FFFFFF !important;
}

/*----- Google Map -------*/

#node-294 .content #map-canvas .gmnoprint { display: none; }
#node-294 .content #map-canvas .gmnoprint.gm-style-mtc,
#node-294 .content #map-canvas .gmnoprint.gm-style-cc { display: block; }


/*-------- Press Releases ----------*/

.ie7 #block-views-home_carousel-block .view-home-carousel .cycle-carousel-wrap .views-row {
	float: right;
}


.ie7 #block-block-15 {
	margin-left: 600px;
}


/*-------- Screenings ----------*/
.screening-score { display: none; } /* Default Hidden State */
.not-front #content-area #node-694 p { line-height: 1.6em; margin-bottom: 0; }
.not-front #content-area #node-694 p.intro { 
  font-size: 1.9em;
  margin: 0 0 10px 0; 
  padding: 0;
  font-weight: 300;
  font-family: "proxima-nova", sans-serif;
}
.not-front.page-node-694 #content-area .region-content { padding-bottom: 30px; }

.view-screening-tools-list.view-display-id-block .views-row
{
  float: left;
  width: 320px;
  height: 145px;
  overflow: hidden;
  position: relative;    
  margin: 0 4px 15px;
  display: block; 
}  
/*
 Can combine this with .view-screening-tools-list.view-display-id-block .views-row (above)
 if this section has 3 or more screenings. Only use {...} from above.
 The width was changed here to accomodate 2 boxes
*/
.view-screening-tools-list.view-display-id-block_1 .views-row {
  float: left;
  width: 487px;
  height: 145px;
  overflow: hidden;
  position: relative;    
  margin: 0 4px 15px;
  display: block; 
}  

@media only screen and (max-width: 530px) {
  .view-screening-tools-list.view-display-id-block .views-row,
  .view-screening-tools-list.view-display-id-block_1 .views-row {
    width: 260px;
  }
  .view-screening-tools-list.view-display-id-block .views-row a .arrow,
  .view-screening-tools-list.view-display-id-block_1 .views-row a .arrow { display: none; }
}

.view-screening-tools-list.view-display-id-block,
.view-screening-tools-list.view-display-id-block_1 {
  margin: -20px 0 20px 0;
  position: relative;
}
.view-screening-tools-list.view-display-id-block .views-row a,
.view-screening-tools-list.view-display-id-block_1 .views-row a {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 200px 20px 20px 20px;
  font-size: 2em;
  line-height: 1em;
  color: #FFFFFF;
  font-weight: 300;
  background: #810262;
  font-family: "proxima-nova", sans-serif; 
}
.view-screening-tools-list.view-display-id-block .views-row a:hover,
.view-screening-tools-list.view-display-id-block_1 .views-row a:hover {
  background: #003478;
  text-decoration: none;  
}
.view-screening-tools-list.view-display-id-block .views-row a .arrow,
.view-screening-tools-list.view-display-id-block_1 .views-row a .arrow { 
  width: 7px;
  height: 14px;
  display: inline-block;
  margin-left: 10px;
  background: url('../images/white-arrow.png') top left no-repeat;
}


.tool-button {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 200px 20px 20px 20px;
  margin: 0;
  border: 0;
  height: auto;
  font-size: 2em;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 300;
  background: #810262;
  text-shadow: none;
  text-align: left;
  border-radius: 0;
  font-family: "proxima-nova", Arial, sans-serif; 
  -webkit-transition: background 100ms linear;
  -moz-transition: background 100ms linear;
  -ms-transition: background 100ms linear;
  -o-transition: background 100ms linear;
  transition: background 100ms linear;
  
}
.tool-button .arrow { 
  width: 7px;
  height: 14px;
  display: inline-block;
  margin-left: 10px;
  background: url('../images/white-arrow.png') top left no-repeat;
}

.page-eform-submit .content-area .form-required { color: #000000; font-weight: bold; }
.page-eform-submit .content-area form {
  display: block;
  width: 700px;
  margin: 0 auto;
  padding: 40px 0 20px 0;
}

.page-eform-submit .content-area form#eating-disorder-screening-entityform-edit-form {  width: 900px; }

.page-eform-submit .content-area .pre-intructions { 
  padding: 0 0 10px 0; 
  margin: 0 0 30px 0; 
  border-bottom: 1px solid #BAB9B9; 
}
.page-eform-submit .content-area .form-wrapper .form-wrapper { 
  padding: 0 60px; 
  margin: 0 0 30px 0; 
}
.page-eform-submit .content-area .group-mq-1 .form-wrapper { padding-left: 100px; }
#edit-field-survey-questions .form-wrapper,
#edit-field-spanish-survey-questions .form-wrapper,
.field-survey-questions-add-more-wrapper .form-wrapper { margin: 0; padding: 0; }
.page-eform-submit .content-area .multipage-controls-list {
  padding-top: 20px;
  margin: 0;
  border-top: 1px solid #BAB9B9; 
}
.page-eform-submit .content-area #edit-actions.form-wrapper { 
  padding: 0; 
  margin: 0;
}
.page-eform-submit .form-type-radio { white-space: nowrap; }
.page-eform-submit .content-area .multipage-button { float: none; }
.page-eform-submit .content-area .multipage-controls-list input,
.page-eform-submit .content-area #edit-actions.form-wrapper input {
  float: right; 
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif; 
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 184px;
  height: 38px;
  text-shadow: none;
  padding: 0 20px 0 0;
  background: url('../images/submit-button.png') top left no-repeat #019ED3;
}
.group-mq-1 h3,
.page-eform-submit .content-area label {
  color: #000000;
  font-weight: 400;
  font-size: 1.2em;
  margin: 0 0 5px 0;
  font-family: "proxima-nova", sans-serif; 
}
.group-mq-1 h3 { padding-left: 60px; }
.page-eform-submit .content-area .form-radios div { display: inline; }

.page-eform-submit .content-area .form-radios label {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 10px 10px 0;
  background: #f2eee7;
  color: #810262; 
  cursor: pointer;
  font-weight: 400;
  font-size: 1.1em;
  font-family: "proxima-nova", sans-serif; 
}

.page-eform-submit.page-eform-submit-5youth-screen .content-area .form-radios label,
.page-eform-submit.page-eform-submit-6parent-screen .content-area .form-radios label {
  width: 25%;
  text-align: center;
}

.page-eform-submit .content-area .form-radios .active label { 
  color: #FFFFFF;
  background: #810262; 
}

.page-eform-submit .content-area fieldset.form-wrapper { border: 0; padding: 0; }

.page-eform-submit .multipage-pane-title,
.page-eform-submit .multipage-link-previous,
.page-eform-submit .content-area fieldset.form-wrapper legend { display: none; }
.multipage-controls-list #edit-actions { float: none; }


.survey-questions-test-fields { display: none; }

.page-eform-submit .content-area #field_collection_item_field_survey_questions_form_group_survey input.form-checkbox,
.page-eform-submit .content-area #edit-field-survey-questions .form-type-checkbox input.form-checkbox,
.page-eform-submit .content-area #edit-field-spanish-survey-questions .form-type-checkbox input.form-checkbox { 
  width: auto;
  float: left;
  margin-right: 5px;    
  margin-top: 2px;
}
.page-eform-submit .content-area #field_collection_item_field_survey_questions_form_group_survey .form-type-checkbox label.option,
.page-eform-submit .content-area #edit-field-survey-questions .form-type-checkbox label.option { 
  margin-left: 25px; 
  display: block;
  line-height: normal;
}

#edit-field-survey-questions-und-0-field-help-other,
#edit-field-survey-questions-und-0-field-health-other { margin-bottom: 20px; }

.page-eform-submit .content-area input {
  background: #f2eee7;
  color: #810262; 
  font-weight: 400;
  font-size: 1.1em;
  font-family: "proxima-nova", sans-serif; 
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 265px;
}
.page-eform-submit .content-area textarea,
.page-eform-submit .content-area select {
  background: #f2eee7;
  color: #810262; 
  font-weight: 400;
  font-size: 1.1em;
  font-family: "proxima-nova", sans-serif; 
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.page-eform-submit .content-area option {
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.page-eform-submit .content-area option:hover { background: #810262; color: #FFFFFF; }

#field_collection_item_field_work_optional_form_group_work_survey_questions .description,
#field_collection_item_field_survey_questions_form_group_survey .description {
  font-size: 1.2em;
  color: #810262;
  font-weight: 500;
  padding-bottom: 20px;
}
#field_collection_item_field_work_optional_form_group_work_survey_questions select,
#field_collection_item_field_survey_questions_form_group_survey select {
  width: 265px;
}

#field_collection_item_field_survey_questions_form_group_survey .form-wrapper {
  float: left;
  width: 290px;
}

#field_collection_item_field_survey_questions_form_group_survey .form-wrapper label { padding-right: 20px; }

#field_collection_item_field_work_optional_form_group_work_survey_questions .form-wrapper,
#field_collection_item_field_survey_questions_form_group_survey .form-wrapper#edit-field-survey-questions-und-0-field-populations,
#field_collection_item_field_survey_questions_form_group_survey .form-wrapper#edit-field-survey-questions-und-0-field-health-conditions,
#field_collection_item_field_survey_questions_form_group_survey .form-wrapper#edit-field-survey-questions-und-0-field-health-other,
#field_collection_item_field_survey_questions_form_group_survey .form-wrapper#edit-field-survey-questions-und-0-field-health-other,
#field_collection_item_field_survey_questions_form_group_survey .form-wrapper#edit-field-survey-questions-und-0-field-help,
#field_collection_item_field_survey_questions_form_group_survey .form-wrapper#edit-field-survey-questions-und-0-field-help-other,
#field_collection_item_field_survey_questions_form_group_survey .form-wrapper#edit-field-survey-questions-und-0-field-next-steps-screen,
#field_collection_item_field_survey_questions_form_group_survey .form-wrapper#edit-field-survey-questions-und-0-field-current-treatment,
#field_collection_item_field_survey_questions_form_group_survey .form-wrapper#edit-field-survey-questions-und-0-field-screening-other {
  clear: both;
  float: none;
  width: 100%;
}

#field_collection_item_field_work_optional_form_group_work_survey_questions .form-item,
#edit-field-survey-questions-und-0-field-help .form-item,
#edit-field-survey-questions-und-0-field-health-conditions .form-item { margin: 0 !important; }

#edit-field-work-optional-und-0-field-work-position .description,
#edit-field-survey-questions-und-0-field-health-conditions .description,
#edit-field-survey-questions-und-0-field-help .description { padding: 0 !important; }

#edit-field-survey-questions .form-wrapper#edit-field-survey-questions-und-0-field-health-other,
#edit-field-survey-questions .form-wrapper#edit-field-survey-questions-und-0-field-help-other { margin-bottom: 40px; }

#field_collection_item_field_work_optional_form_group_work_survey_questions .resizable-textarea,
#field_collection_item_field_survey_questions_form_group_survey .resizable-textarea { width: 100%; }
#field_collection_item_field_work_optional_form_group_work_survey_questions textarea,
#field_collection_item_field_survey_questions_form_group_survey textarea { width: 580px; }
div.buttons,
p.buttons { text-align: center; margin: 0 0 15px 0; padding: 0; }

.form-item .description { line-height: 1; padding-top: 5px; }

#field_collection_item_field_work_optional_form_group_work_survey_questions input.form-checkbox {
  width: auto;
  float: left;
  margin-top: 5px;
}
#field_collection_item_field_work_optional_form_group_work_survey_questions .form-checkboxes label {
  display: block;
  margin-left: 25px;
}


.views-field-field-results h2 {
  font-size: 2.6em;
  line-height: 1em;
  color: #810262;
  text-align: center;
  font-weight: 400;
}
.view-id-screening_results { margin-bottom: 15px; }
.view-id-screening_results .views-field-nothing {
  text-align: left;
  color: #800265;
  font-size: 1.4em;
  font-weight: 300;
  padding: 10px 0;
  font-family: "proxima-nova", sans-serif; 
  border-bottom: 1px solid #E7E7E7;
  border-top: 1px solid #E7E7E7;
}

.group-answers { }
.group-answers .description { font-weight: bold; }
.group-answers .description,
.group-answers .field { 
  background: #F3F1F2;
  padding: 7px 15px;
}
.group-answers .field .field-label { float: left; width: 400px; }
.group-answers .field .field-items { margin-left: 420px; }

.hide,
.page-eform .form-required,
.page-eform .messages.status,
#email-results, #email-answers,
#webform-component-results, #webform-component-answers,
#webform-component-results-span, #webform-component-respuestas { display: none; }

#suicide-risk-text {
  padding: 10px 20px;
  font-size: 1.1em;
  background: #D3222A;
  color: #FFFFFF;
  margin: 0 0 15px 0;
  text-align: center;
}
#suicide-risk-text a { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
#suicide-risk-text a:hover { text-decoration: none; }

/* Suicide Specific Alert */
#edit-field-health-9 .description,
#edit-field-spanhealth-9 .description { 
  display: none;
  font-size: 1em;
  line-height: 1.4em;
  background: #D3222A;
  color: #FFFFFF;
  padding: 10px 20px;
}
#edit-field-health-9 .description a, #edit-field-spanhealth-9 .description a { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
#edit-field-health-9 .description a:hover, #edit-field-spanhealth-9 .description a:hover { text-decoration: none; }

.footer-text { line-height: 1.6em; font-size: .89em; }
.page-eform.not-front #content-area .footer-text p { font-size: .79em; line-height: 1.6em; color: #777777; }

#views-exposed-form-screening-tools-reports-page #edit-secondary-wrapper label,
#views-exposed-form-screening-tools-reports-page-1 #edit-secondary-wrapper label,
#views-exposed-form-spanish-screening-tools-reports-page #edit-secondary-wrapper label,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-secondary-wrapper label { float: left; width: 175px; padding: 5px 0 0 0; }
#views-exposed-form-screening-tools-reports-page #edit-secondary-wrapper .form-item,
#views-exposed-form-screening-tools-reports-page-1 #edit-secondary-wrapper .form-item,
#views-exposed-form-spanish-screening-tools-reports-page #edit-secondary-wrapper .form-item,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-secondary-wrapper .form-item { clear: both; padding: 10px 0 0 0; }
#views-exposed-form-screening-tools-reports-page #edit-secondary-wrapper,
#views-exposed-form-screening-tools-reports-page-1 #edit-secondary-wrapper,
#views-exposed-form-spanish-screening-tools-reports-page #edit-secondary-wrapper,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-secondary-wrapper  { float: none; }
#views-exposed-form-screening-tools-reports-page #edit-combine-wrapper,
#views-exposed-form-screening-tools-reports-page #edit-secondary-wrapper,
#views-exposed-form-screening-tools-reports-page .views-submit-button,
#views-exposed-form-screening-tools-reports-page-1 #edit-combine-wrapper,
#views-exposed-form-screening-tools-reports-page-1 #edit-secondary-wrapper,
#views-exposed-form-screening-tools-reports-page-1 .views-submit-button,
#views-exposed-form-spanish-screening-tools-reports-page #edit-combine-wrapper,
#views-exposed-form-spanish-screening-tools-reports-page #edit-secondary-wrapper,
#views-exposed-form-spanish-screening-tools-reports-page .views-submit-button,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-combine-wrapper,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-secondary-wrapper,
#views-exposed-form-spanish-screening-tools-reports-page-1 .views-submit-button { clear: both; }
#views-exposed-form-screening-tools-reports-page #edit-created-wrapper,
#views-exposed-form-screening-tools-reports-page-1 #edit-created-wrapper,
#views-exposed-form-spanish-screening-tools-reports-page #edit-created-wrapper,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-created-wrapper { width: auto; float: right; }

#views-exposed-form-screening-tools-reports-page #edit-field-screen-city-value-wrapper div,
#views-exposed-form-screening-tools-reports-page #edit-field-screen-city-value-wrapper label,
#views-exposed-form-screening-tools-reports-page #edit-field-screen-location-value-wrapper div,
#views-exposed-form-screening-tools-reports-page #edit-field-screen-location-value-wrapper label,
#views-exposed-form-spanish-screening-tools-reports-page #edit-field-screen-city-value-wrapper div,
#views-exposed-form-spanish-screening-tools-reports-page #edit-field-screen-city-value-wrapper label,
#views-exposed-form-spanish-screening-tools-reports-page #edit-field-screen-location-value-wrapper div,
#views-exposed-form-spanish-screening-tools-reports-page #edit-field-screen-location-value-wrapper label,
#views-exposed-form-screening-tools-reports-page #edit-type-wrapper div,
#views-exposed-form-screening-tools-reports-page #edit-type-wrapper label,
#views-exposed-form-screening-tools-reports-page #edit-created-wrapper div,
#views-exposed-form-screening-tools-reports-page #edit-created-wrapper label,
#views-exposed-form-spanish-screening-tools-reports-page #edit-type-wrapper div,
#views-exposed-form-spanish-screening-tools-reports-page #edit-type-wrapper label,
#views-exposed-form-spanish-screening-tools-reports-page #edit-created-wrapper div,
#views-exposed-form-spanish-screening-tools-reports-page #edit-created-wrapper label,
#views-exposed-form-screening-tools-reports-page-1 #edit-field-screen-city-value-wrapper div,
#views-exposed-form-screening-tools-reports-page-1 #edit-field-screen-city-value-wrapper label,
#views-exposed-form-screening-tools-reports-page-1 #edit-field-screen-location-value-wrapper div,
#views-exposed-form-screening-tools-reports-page-1 #edit-field-screen-location-value-wrapper label,
#views-exposed-form-screening-tools-reports-page-1 #edit-type-wrapper div,
#views-exposed-form-screening-tools-reports-page-1 #edit-type-wrapper label,
#views-exposed-form-screening-tools-reports-page-1 #edit-created-wrapper div,
#views-exposed-form-screening-tools-reports-page-1 #edit-created-wrapper label,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-field-screen-city-value-wrapper div,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-field-screen-city-value-wrapper label,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-field-screen-location-value-wrapper div,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-field-screen-location-value-wrapper label,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-type-wrapper div,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-type-wrapper label,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-created-wrapper div,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-created-wrapper label { display: inline; }
#views-exposed-form-screening-tools-reports-page #edit-combine-wrapper,
#views-exposed-form-screening-tools-reports-page #edit-combine-1-wrapper,
#views-exposed-form-screening-tools-reports-page-1 #edit-combine-wrapper,
#views-exposed-form-screening-tools-reports-page-1 #edit-combine-1-wrapper,
#views-exposed-form-spanish-screening-tools-reports-page #edit-combine-wrapper,
#views-exposed-form-spanish-screening-tools-reports-page #edit-combine-1-wrapper,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-combine-wrapper,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-combine-1-wrapper  { float: right; }
#views-exposed-form-screening-tools-reports-page #edit-combine-1-wrapper .description,
#views-exposed-form-screening-tools-reports-page-1 #edit-combine-1-wrapper .description,
#views-exposed-form-spanish-screening-tools-reports-page #edit-combine-1-wrapper .description,
#views-exposed-form-spanish-screening-tools-reports-page-1 #edit-combine-1-wrapper .description {    
  display: block;
  font-size: 0.8em;
  text-align: right;
}

#block-views-screening_results-block_7 .view-header h2 {    
  font-size: 3em;
  line-height: 1;
  text-align: center;
}

.view-display-id-block_7 .views-field-nothing { text-align: center; }
.red { color: #D3222A; }
.green { color: #4F8D11; }

.view-screening-tools-reports .export { float: right; font-weight: bold; }
.view-screening-tools-reports tr.even { background: #FEFEFE; }
.view-spanish-screening-tools-reports .export { float: right; font-weight: bold; }
.view-spanish-screening-tools-reports tr.even { background: #FEFEFE; }

#views-exposed-form-screening-tools-reports-page, #views-exposed-form-screening-tools-reports-page-1,
#views-exposed-form-spanish-screening-tools-reports-page, #views-exposed-form-spanish-screening-tools-reports-page-1 { padding: 10px; background: #810262; color: #FFFFFF; border: 1px solid #CCCCCC; margin: 0 0 15px 0; }
#views-exposed-form-screening-tools-reports-page fieldset, 
#views-exposed-form-screening-tools-reports-page-1 fieldset,
#views-exposed-form-spanish-screening-tools-reports-page fieldset, 
#views-exposed-form-spanish-screening-tools-reports-page-1 fieldset { border-color: #FFFFFF; }
#views-exposed-form-screening-tools-reports-page label,
#views-exposed-form-screening-tools-reports-page a,
#views-exposed-form-screening-tools-reports-page-1 label,
#views-exposed-form-screening-tools-reports-page-1 a,
#views-exposed-form-spanish-screening-tools-reports-page label,
#views-exposed-form-spanish-screening-tools-reports-page a,
#views-exposed-form-spanish-screening-tools-reports-page-1 label,
#views-exposed-form-spanish-screening-tools-reports-page-1 a { color: #FFFFFF; }
#views-exposed-form-screening-tools-reports-page .form-submit,
#views-exposed-form-screening-tools-reports-page-1 .form-submit.
#views-exposed-form-spanish-screening-tools-reports-page .form-submit,
#views-exposed-form-spanish-screening-tools-reports-page-1 .form-submit { margin-top: 0; }

#map-canvas { max-width: 100%; }
@media only screen and (max-width: 480px) { 
  table.mobile tr,
  .page-node-840 #content-area .node-page table tr {
    display: block;    
    border-bottom: 1px solid #efefef;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
  table.mobile td,
  .page-node-840 #content-area .node-page table td {
    display: block;
    width: 100% !important;
    border: 0;
  }
}


#work-health-graphic {
  padding-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

#health-score {
  position: absolute;
  top: -15px;
  left: 0;
  opacity: 0;
  width: 100px;
  text-align: center;
  font-weight: 700;
  color: #003478;
  font-size: 16px;
  line-height: normal;
  font-family: "proxima-nova", sans-serif; 
}
#health-score .bar {
  height: 45px;
  width: 5px;
  margin-left: 40px;
  background: #003478;
  border: 5px solid #FFFFFF;
}

#work-health-bar {
  height: 75px;
  width: 100%;
  overflow: hidden;
}
#work-health-bar ol {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#work-health-bar ol li {
  height: 75px;
  display: table-cell;
  margin: 0;
  padding: 0;
}
/* Even Bars */
#work-health-bar ol li.healthy { width: 33.333%; background: #4F8D11; }
#work-health-bar ol li.somewhat-unhealthy { width: 33.333%; background: #F37F02; }
#work-health-bar ol li.unhealthy { width: 33.333%; background: #D3222A; border: 0; }

/* Non-skewed Bars */
/*
#work-health-bar ol li.healthy { width: 46%; background: #4F8D11; }
#work-health-bar ol li.somewhat-unhealthy { width: 26%; background: #F37F02; }
#work-health-bar ol li.unhealthy { width: 28%; background: #D3222A; border: 0; }
*/

.left-legend { float: left; font-weight: bold; }
.right-legend { float: right; font-weight: bold; }


.not-front #content-area .workplace-health-button-text .left {
  float: left;
  width: 40%;
  padding: 20px;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}
.not-front #content-area .workplace-health-button-text .left p {
  color: #005696;    
}
.workplace-health-button-text .right {
  float: right;
  width: 40%;
  padding: 20px 0;
}
.workplace-health-button-text .right {
  float: right;
  width: 40%;
  position: relative;
  padding: 20px 20px 0 0;
}
.workplace-health-button-text .right form {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 20px 0;
}

.workplace-health-button-text .right .tool-button {
  height: 150px;
  padding-top: 75px;
  top: 20px;
  right: 20px;
}


/* Psychosis Screen */
.page-eform-submit .content-area .psychosis-screening-questions.form-wrapper .form-wrapper {
  margin-bottom: 0; 
  padding-top: 20px;
}
.page-eform-submit .content-area .psychosis-screening-questions .form-radios label {
  margin-bottom: 0;
}
.page-eform-submit .content-area .psychosis-screening-questions.form-wrapper .form-wrapper.sub-question {
  margin: 0;
  padding: 0 0 20px 0;
  margin-left: 60px;
}
.sub-question .form-item {
  margin: 0;
}
.page-eform-submit .content-area .sub-question label {
  font-size: 1em;
}

.print-share {
  float: left;
  margin: -12px 6px 0px 0;
}
#content-header #social-media-share { width: 187px; }


.form-submit.disabled {
  opacity: .25;
}
#psychosis-required-note {
  font-weight: bold;
  background: #810262;
  padding: 10px 15px;
  color: #FFFFFF;
}

.psychosis-screening-questions .multipage-controls-list {
  position: relative;
}
#next-hider {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  width: 100%;
  height: 100%;
  z-index:50;
}
/** Eating disorder Screening */
.page-eform-submit .content-area .form-radios div.form-item-field-ed-1-und,
.page-eform-submit .content-area .form-radios div.form-item-field-ed-2-und,
.page-eform-submit .content-area .form-radios div.form-item-field-ed-3-und { display: block; }
div.group-ed-2.field-group-div h3 span, 
div.group-ed-3.field-group-div h3 span,
div.group-ed-4.field-group-div h3 span, 
div.group-ed-5.field-group-div h3 span
{ 
  font-family: "proxima-nova", sans-serif;
  font-size: 1.12em;
  color: #000000 !important;
  margin-left: 6.5%; 
  font-weight: 400;
}
div.group-ed-4.field-group-div h3, 
div.group-ed-5.field-group-div h3
{ margin-bottom: 0 !important; }
div div.form-item.form-item-field-ed-12-und,
div div.form-item.form-item-field-ed-13-und
{ margin-top: 0 !important; }
div.group-ed-2.field-group-div div,
div.group-ed-3.field-group-div div  
{ margin-left: 5%; }
div.field-name-field-ed-14 div.description,
div.form-item-field-ed-18-und-0-value div.description 
{
 font-size: .98em; 
 font-weight: bold;
}
div#group-ed-4-youranswers div.description,
div#group-ed-5-youranswers div.description 
{ padding-bottom: 0 !important; }
div#group-ed-4-youranswers div.field-name-field-ed-12,
div#group-ed-5-youranswers div.field-name-field-ed-13 
{ padding-top: 0 !important; }

/* Reaffiliation Application */

.page-node-add-reaffiliation-application .breadcrumb,
.page-node-add-reaffiliation-application .vertical-tabs,
.node-type-reaffiliation-application .breadcrumb,
.node-type-reaffiliation-application .vertical-tabs {
  display: none;
}
.page-node-add-reaffiliation-application .field-group-tabs-wrapper .vertical-tabs,
.node-type-reaffiliation-application .field-group-tabs-wrapper .vertical-tabs {
  display: block;
}

.not-front.page-node-add-reaffiliation-application #content-area ul li.vertical-tab-button,
.not-front.node-type-reaffiliation-application #content-area ul li.vertical-tab-button {
  background: none;
  padding: 0;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.2em;
  line-height: normal;
  font-weight: 300;
}
.not-front.page-node-add-reaffiliation-application #content-area ul li.vertical-tab-button a,
.not-front.node-type-reaffiliation-application #content-area ul li.vertical-tab-button a {
  display: block; 
  padding: 15px;
  text-decoration: none;
  background: #810262;
  color: #FFFFFF;
  -webkit-transition: background 100ms linear;
  -moz-transition: background 100ms linear;
  -o-transition: background 100ms linear;
}
.not-front.page-node-add-reaffiliation-application #content-area ul li.vertical-tab-button a:hover,
.not-front.node-type-reaffiliation-application #content-area ul li.vertical-tab-button a:hover { background: #AF2B90; text-decoration: none; border: 0; }

.not-front.page-node-add-reaffiliation-application #content-area ul li.vertical-tab-button a strong,
.not-front.node-type-reaffiliation-application #content-area ul li.vertical-tab-button a strong { text-decoration: none !important; }

.not-front.page-node-add-reaffiliation-application #content-area ul li.vertical-tab-button.selected a,
.not-front.node-type-reaffiliation-application #content-area ul li.vertical-tab-button.selected a { background: #FFFFFF; color: #810262; }

.not-front.page-node-add-reaffiliation-application #content-area ul li.vertical-tab-button.selected a:hover,
.not-front.node-type-reaffiliation-application #content-area ul li.vertical-tab-button.selected a:hover { background: #EFEFEF; }

.not-front.page-node-add-reaffiliation-application #content-area ul li.vertical-tab-button strong,
.not-front.node-type-reaffiliation-application #content-area ul li.vertical-tab-button strong { display: block; font-weight: 700; }

.not-front.page-node-add-reaffiliation-application #content-area ul li.vertical-tab-button .form-required,
.not-front.node-type-reaffiliation-application #content-area ul li.vertical-tab-button .form-required { display: none; }

.page-node-add-reaffiliation-application #content-header h1.title,
.node-type-reaffiliation-application #content-header h1.title { border: 0; }

.page-node-add-reaffiliation-application .vertical-tabs,
.node-type-reaffiliation-application .vertical-tabs {
  border: 0;
  border-top: 1px solid #CCCCCC;
}
.page-node-add-reaffiliation-application .vertical-tabs-pane,
.node-type-reaffiliation-application .vertical-tabs-pane  {
  border: 0;
}

.page-node-add-reaffiliation-application label,
.page-node-add-reaffiliation-application legend,
.node-type-reaffiliation-application label,
.node-type-reaffiliation-application legend {
  color: #005696;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  padding-bottom: 5px;
}
.page-node-add-reaffiliation-application legend,
.node-type-reaffiliation-application legend {  
  padding-bottom: 10px; 
  font-weight: 700; 
  margin-left: -31px;
  background: #FFFFFF; 
}
.page-node-add-reaffiliation-application .fieldset-wrapper,
.node-type-reaffiliation-application .fieldset-wrapper { clear: both; }

.page-node-add-reaffiliation-application .vertical-tabs-panes select,
.page-node-add-reaffiliation-application .vertical-tabs-panes input.form-text,
.node-type-reaffiliation-application .vertical-tabs-panes select,
.node-type-reaffiliation-application .vertical-tabs-panes input.form-text {
  border: 1px solid #cccccc;
  border-radius: 0;
  color: #454545;
  font-family: Arial,san-serif;
  margin-bottom: 10px;
  padding: 10px 7px;
  width: 350px;
}
.page-node-add-reaffiliation-application #reaffiliation-application-node-form .form-wrapper,
.node-type-reaffiliation-application #reaffiliation-application-node-form .form-wrapper { margin-bottom: 20px; }

.page-node-add-reaffiliation-application #reaffiliation-application-node-form .vertical-tabs fieldset.vertical-tabs-pane,
.node-type-reaffiliation-application #reaffiliation-application-node-form .vertical-tabs fieldset.vertical-tabs-pane {
  padding: 10px 30px;
}
.not-front.page-node-add-reaffiliation-application #content-area .content ul.multiselect_btns li,
.node-type-reaffiliation-application #content-area .content ul.multiselect_btns li { background-image: none; padding-left: 0; }


.page-node-add-reaffiliation-application #reaffiliation-application-node-form .form-type-managed-file > label,
.node-type-reaffiliation-application #reaffiliation-application-node-form .form-type-managed-file > label { font-weight: bold; }


.page-node-add-reaffiliation-application #reaffiliation-application-node-form fieldset,
.node-type-reaffiliation-application #reaffiliation-application-node-form fieldset { border: 0; padding: 0; margin: 0; }

.page-node-add-reaffiliation-application #reaffiliation-application-node-form fieldset fieldset,
.node-type-reaffiliation-application #reaffiliation-application-node-form fieldset fieldset {
  padding-left: 30px;
  margin-bottom: 45px;
  border-left: 1px solid #EFEFEF;  
}
.page-node-add-reaffiliation-application #reaffiliation-application-node-form fieldset .field-type-datetime fieldset,
.node-type-reaffiliation-application #reaffiliation-application-node-form fieldset .field-type-datetime fieldset {
  border: 0;
  padding-left: 0; 
  margin-bottom: 0;
}
.page-node-add-reaffiliation-application #reaffiliation-application-node-form fieldset .field-type-datetime fieldset legend,
.node-type-reaffiliation-application #reaffiliation-application-node-form fieldset .field-type-datetime fieldset legend {
  margin-left: 0;
  font-weight: 400;  
}
.page-node-add-reaffiliation-application #reaffiliation-application-node-form .date-padding,
.node-type-reaffiliation-application #reaffiliation-application-node-form .date-padding { padding: 0; float: none; }

.page-node-add-reaffiliation-application .form-wrapper,
.node-type-reaffiliation-application .form-wrapper {
  margin: 0;
  padding: 0;
}
.page-node-add-reaffiliation-application #edit-actions,
.node-type-reaffiliation-application #edit-actions {
  text-align: center;
}
.page-node-add-reaffiliation-application #edit-submit,
.node-type-reaffiliation-application #edit-submit {
  display: block;
  float: right;
  background: #005696 url("../images/white-arrow.png") no-repeat scroll 158px 13px;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  font-family: Arial,san-serif;
  margin: 0 auto;
  padding: 11px 20px 11px 5px;
  text-shadow: none;
  width: 185px;
}

#webform-client-form-1036 {
  width: 90%;
  padding: 15px 0;
  /*margin: 0 auto 40px auto;*/
  /*height: 800px;*/
  /*position: relative;*/    
}

#webform-client-form-1036 #edit-actions { display: none; }
#webform-client-form-1036 .webform-component .form-required { display: none; }
#webform-client-form-1036 .webform-component  {
  /*position: absolute;*/
  top: 15px;
  left: 0;
  margin: 0;
  padding: 20px;
  width: 100%;
  /*height: 275px;*/
  min-height: 275px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0,0,0,.2);
  -webkit-transition: opacity 250ms linear, left 250ms ease-out;  
  -moz-transition: opacity 250ms linear, left 250ms ease-out;  
  -ms-transition: opacity 250ms linear, left 250ms ease-out;  
  -o-transition: opacity 250ms linear, left 250ms ease-out;  
  transition: opacity 250ms linear, left 250ms ease-out;
}

#webform-client-form-1036 .webform-component {
  opacity: 0;
  position: absolute;
}
 
#webform-client-form-1036 #webform-component-mental-health-crisis {
  opacity: 1;
  position: static;
}

#webform-client-form-1036 .webform-component label {
  font-family: "Oswald",arial,sans-serif;
  font-weight: 300;
  font-size: 2em;
  margin: 0 0 30px 0;
  line-height: 1.4em;
  color: #472e8e;
}
#webform-client-form-1036 .webform-component select {
  display: inline-block;
  padding: 15px 35px;
  margin: 0 auto 20px auto;
  color: #FFFFFF;
  font-size: 1.2em;
  font-family: "Oswald",arial,sans-serif;
  font-weight: 600;
  background: #1D5CA9;
  -webkit-transition: background 150ms linear;  
  -moz-transition: background 150ms linear;  
  -ms-transition: background 150ms linear;  
  -o-transition: background 150ms linear;  
  transition: background 150ms linear;
  cursor: pointer;  
}

#webform-client-form-1036 .webform-component input.form-radio { display: none; }
#webform-client-form-1036 .webform-component .form-radios { text-align: center; }
#webform-client-form-1036 .webform-component .form-type-radio { text-align: center; display: inline; }
#webform-client-form-1036 .webform-component .form-type-radio label {
  display: inline-block;
  padding: 15px 35px;
  margin: 0 10px 20px 10px;
  color: #FFFFFF;
  font-size: 1.2em;
  font-family: "Oswald",arial,sans-serif;
  font-weight: 600;
  background: #1D5CA9;
  -webkit-transition: background 150ms linear;  
  -moz-transition: background 150ms linear;  
  -ms-transition: background 150ms linear;  
  -o-transition: background 150ms linear;  
  transition: background 150ms linear;
  cursor: pointer;  
}
#webform-client-form-1036 .webform-component .form-type-radio label:hover {
  background: #00336F;
}











.twine #top-nav {
  height: 80px;
  padding: 10px 10px 0 10px;
  position: fixed;
  width: calc(100% - 20px);
  z-index: 2;
}

.twine #top-nav #block-block-44 {
  float: left;
}

.twine #top-nav #block-block-45 {
  display: block;
  float: right;
  clear: right;
}

.twine #top-nav #block-block-45 a {
  padding-left: 15px;
}

.twine #top-nav #block-menu_block-4 {
  float: right;
  clear: right;
  display: block;
}

.twine #top-nav #block-menu_block-4 ul {
  margin: 0;
  padding: 0;
}

.twine #top-nav #block-menu_block-4 ul li {
  padding: 0;
}

.twine #top-nav #block-menu_block-4 a.donate:after {
  content: ">";
  padding-left: 5px;
}

.twine #top-nav #block-menu_block-4 a.donate:link,
.twine #top-nav #block-menu_block-4 a.donate:visited {
  color: #f07b05;
  text-decoration: none;
}

.twine #top-nav #block-menu_block-4 a.donate:hover {
  text-decoration: underline;
}

.twine #top-header {
  background-image: url(../images/twine-social/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 568px;
  padding-top: 90px;
  z-index: 1;
  position: relative;
}

.twine #top-header .overlay {
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.twine .hero-block {
  font-family: "proxima-nova",sans-serif;
  height: 568px;
}

.twine .hero-content {
  width: 80%;
  position: absolute;
  bottom: 0;
  margin-bottom: 60px;
}

.twine .hero-block .hero-title {
  font-weight: 700;
  font-size: 48pt;
  color: #fff;
  text-shadow: 3px 3px 5px #000000;
}

.twine .hero-block .hero-text {
  font-size: 34pt;
  color: #fff;
  line-height: 1;
  color: #fff;
  text-shadow: 3px 3px 5px #000000;

}

.twine #main {
  background-color: #b0afaf;
}

.twine #main .wrap {
  width: auto;
}

.page-node-1188 #toolbar {
  /*display: none;*/
}

/*
 * @media only screen and (max-width: 800px){
 *
 *   .twine #top-header{
 *       max-height: 300px;
 *         }
 *
 *           .twine .hero-block {
 *               height: 300px;
 *                 }
 *                 }
 *                 */

@media only screen and (max-width: 720px) {

  .twine #top-nav {
    height: 120px;
  }
  .twine #top-nav #block-block-44 {
    float: none;
  }

  .twine #top-nav #block-block-45 {
    display: block;
    float: none;
    clear: none;
    padding: 10px;
  }

  .twine #top-nav #block-block-45 a {
    padding-left: 0;
  }

  .twine #top-nav #block-menu_block-4 {
    float: none;
    clear: none;
    display: none;
  }

  .twine #top-nav #block-menu_block-4 ul {
    margin: 0;
    padding: 0;
  }

  .twine #top-nav #block-menu_block-4 ul li {
    padding: 0;
  }

  .twine #top-nav #block-menu_block-4 a.donate:after {
    content: ">";
    padding-left: 5px;
  }

  .twine #top-nav #block-menu_block-4 a.donate:link,
  .twine #top-nav #block-menu_block-4 a.donate:visited {
    color: #f07b05;
    text-decoration: none;
  }

  .twine #top-nav #block-menu_block-4 a.donate:hover {
    text-decoration: underline;
  }
  .twine .hero-block {
    height: 200px;
  }

  .twine #top-header{
    max-height: 200px;
    padding-top: 140px;
    background-position: left 65px;
  }

  .twine .hero-content {
    width: 90%;
    margin-bottom: 30px;
  }

  .twine .hero-block .hero-title {
    font-size: 18pt;
  }

  .twine .hero-block .hero-text {
    font-size: 14pt;

  }

}

.halfhover {
  opacity: 1;
}
.halfhover:hover {
  opacity: 0.5;
}

/* styling the WTF quiz 'nid=1466' */
#webform-client-form-1466 {
  background-color: #333333;
  padding: 20px;
  color: white;
}
#webform-client-form-1466 .form-item p,
#webform-client-form-1466 .form-item span {
  font-size: 18px;
  color: white;
}
#webform-client-form-1466 button.webform-previous, 
#webform-client-form-1466 input[type="submit"].webform-previous,
#webform-client-form-1466 input[type="reset"].webform-previous,
#webform-client-form-1466 input[type="button"].webform-previous {
  display: none;
  visibility: hidden;
}

#webform-client-form-1466 button.webform-next, 
#webform-client-form-1466 input[type="submit"].webform-next,
#webform-client-form-1466 input[type="reset"].webform-next,
#webform-client-form-1466 input[type="button"].webform-next {
  background: #f15e62;
  border: 1px solid #f15e62;
  border-top: 1px solid #f15e62;
  border-left: 1px solid #f15e62;
  border-radius: 3px;
  color: #FFFFFF;
  display: inline;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px #f15e62;
  cursor: pointer;
  margin-bottom: 2em;
  line-height: normal;
  padding: .5em 1em; }

#webform-client-form-1466 button:hover.webform-next,
#webform-client-form-1466 input[type="submit"]:hover.webform-next,
#webform-client-form-1466 input[type="reset"]:hover.webform-next,
#webform-client-form-1466 input[type="button"]:hover.webform-next {
  color: #EFEFEF;
  background: #f15e62; }

#webform-client-form-1466 button:active.webform-next,
#webform-client-form-1466 input[type="submit"]:active.webform-next,
#webform-client-form-1466 input[type="reset"]:active.webform-next,
#webform-client-form-1466 input[type="button"]:active.webform-next {
  border: 1px solid #f15e62;
  background: #f15e62; }
