@charset "UTF-8";
/* Font styles. */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font: 20px/1.4em "bariol_regularregular", helvetica, Arial, sans-serif;
  letter-spacing: 0.03em; 
  background: #E0E5EF;}

/* Links */
a:link, a:visited {
  color: blue;
  text-decoration: none; }

a:hover, a:active {
  color: #bc0439;
  text-decoration: underline; }

/* Titles. */
#site-name {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em; 
  font-family: 'Roboto';
  font-weight: 700;}

h1 {
  font-size: 2.2em;
  padding: 0 0 0.5em;
  margin: 0; }

h2 {
  font-size: 1.8em;
  margin-bottom: 0.65em; }

h3 {
  font-size: 1.4em;
  margin-bottom: 0.65em; 
 color: #2d4556;}

h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em; }

h5 {
  font-size: 1.1em;
  margin-bottom: 0; }

h6 {
  font-size: 1em;
 }

/* Paragraph styles. */
p {
  margin: 0 0 1em 0; }

/* List styles. */
ul, ol {
  margin-left: 0;
  padding-left: 0; }

/* Table styles. */
table {
  width: 99%; }

tr.even td,
tr.odd td {
  padding: 10px 5px; }

tr.odd {
  background-color: white; }

/* Code. */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5; }

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa; }

/* List styles. */
ul {
  list-style-type: disc; }
  ul ul {
    list-style-type: circle; }
    ul ul ul {
      list-style-type: square; }
      ul ul ul ul {
        list-style-type: circle; }

ol {
  list-style-type: decimal; }
  ol ol {
    list-style-type: lower-alpha; }
    ol ol ol {
      list-style-type: decimal; }

/* Abbreviation. */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap; }

/* UI improvments. */
#system-themes-form img {
  width: 100px; }

.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777; }

#edit-delete {
  color: #cc0000; }

/* Console, style from slate theme. */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee; }

div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55; }

div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522; }

div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*Remove - add to top body {
  background: #414042;
  font-family: "bariol_regularregular"; } */
  body.page-file-edit.section-file {
    background: white; }

.cke_show_borders {
  background: white; }

#main{
   }
  
#content-top {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  }

 .front  #content-top {
 background: #3d7aa6;
 }
  
a {
  outline: 0;
  border: 0;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  -moz-transition: color 0.4s ease, background-color 0.4s ease;
  -ms-transition: color 0.4s ease, background-color 0.4s ease;
  -o-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease; }
  a:link, a:visited {
    color: #ff0040; }
  a:hover, a:active {
    color: #ff0040;
    text-decoration: none; }

#name-and-slogan {
  float: left;
  display: block;
  margin-right: 30px;
  margin-top: 5px;
  max-width: 49%;
 }
 
 #name-and-slogan  #site-logo {
         display: block; }
		 
 
 #name-and-slogan  #site-logo img{ 
 width: 100%;
 height: auto;
 }
 
    @media screen and (max-width: 880px) {
    #name-and-slogan {
      text-align: center;
      float: left;
	  max-width: 55%;}
 }

  @media screen and (max-width: 600px) {
    #name-and-slogan {
      width: 100% !important;
	  max-width: 100%; }
 }
 


 
  #name-and-slogan a {
    display: inline-block;
	margin-bottom: 0px;	}

.site-slogan {
  /*Remove - display: inline-block;
  font-style: oblique;*/
  font-size: 14px;
  color: white;
  font-family: Roboto Condensed;
  text-align: left;
  position: absolute;
  left: 95px;
  top: 85px;
  letter-spacing: 0em; }
  @media screen and (max-width: 880px) {
    .site-slogan {
      margin-top: 20px;
      width: 100%;
      text-align: center;
      max-width: 100%; } }

#site-name {
  display: none; }


/*    Remove header spacing
#header {


 }
  @media screen and (max-width: 600px) {
    #header {
      margin-bottom: 45px; } }*/
	  
	  
  #header .container-inner {
  padding: 0px 30px; /* Adjust header padding*/
    position: relative; }
    @media screen and (max-width: 880px) {
      #header .container-inner {
        padding: 2px 30px; } }

@media screen and (max-width: 880px) {
  #page {
    overflow: hidden; } }

a.button:not(.launcher):not(.remove):not(.edit) {
  background: #ff0040 url("../images/icons/yellow_button_plus.png") 100% 50% no-repeat;
  padding: 20px;
  padding-right: 90px;
  color: white;
  font-family: 'Roboto Condensed';
  display: inline-block;
  font-size: 25px;
  font-weight: normal;
  box-shadow: 3px 3px 8px #999999; }
  a.button:not(.launcher):not(.remove):not(.edit):after {
    content: "" !important; }

#content-header h2 {
  margin: 0; }
#content-header h1 {
  margin: 0; }

#header-region {
  float: right;
  max-width: 40%;
  padding-bottom: 10px;
  margin: 0 0 30px 0;
/* Remove - 
	position: absolute;
	right: 30px; 
  margin-right: 0;*/ }
  @media screen and (max-width: 880px) {
    #header-region {
      max-width: 100%; }
 }
 
 @media screen and (max-width: 600px) {
    #header-region {
	  margin: 0; }
 }		
		
		
.page-team .ajax-progress-throbber {
  display: none; }

.meta-wrapper .media-title {
  font-family:  Roboto Condensed;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #3d7aa6;
  text-align: center;
  overflow: visible;
  white-space: normal;
line-height: 1.2em;  }
  .meta-wrapper .media-title a {
    color: #ff0040; }
.meta-wrapper .media-description {
  font-size: 14px;
  color: #444444; }

.region-home-content-top-rotator {
  width: 100%;
  /*Remove margin-right: 0;
  margin-bottom: 30px;*/
  background: #3d7aa6;  }
  .region-home-content-top-rotator .left-col {
    display: block;
    /*Remove float: left;
    - margin-right: 2.12766%;
    width: 65.95745%; */ }
    .region-home-content-top-rotator .left-col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .region-home-content-top-rotator .left-col {
        width: 100%; } }
    .region-home-content-top-rotator .left-col .field-content {
      display: block;
      line-height: 0; }
    .region-home-content-top-rotator .left-col a {
      display: block;
      line-height: 0; }
  .region-home-content-top-rotator .right-col {
    /*Remove - changing items to overlap. Modify positioning on other screen sizes below. */
	display: block;
    float: right;
    margin-right: 2.12766%;
    width: 34%;
    margin-right: 0;
    padding: 30px; 
	position: absolute;
	top: 10%;
	background: rgba(61, 122, 166, 0.9);
	right: 2%;
	}
.region-home-content-top-rotator .right-col:last-child {
    margin-right: 0; }

.region-home-content-top-rotator .right-col h1 {
    font-family: 'Roboto Condensed';
    line-height: 1.2em;
	font-size: 44px;
	line-height: 52px;
	}
	  
.region-home-content-top-rotator .right-col h1  a{
    color: white; }
	

.region-home-content-top-rotator .slideshow-text {
    color: white;
	font-size: 26px;
	line-height: 34px;
	font-family: 'Roboto';
	font-weight: 700;}
	  
    @media screen and (max-width: 1075px) {
	
	.region-home-content-top-rotator .right-col {
		width: 38%;
		padding: 20px; 
		top: 2%; }
	}
	
	@media screen and (max-width: 995px) {
	
	.region-home-content-top-rotator .right-col h1 {
		  font-size: 38px;
			line-height: 44px; }
		  	
	 .region-home-content-top-rotator .slideshow-text {
			font-size: 22px;
			line-height: 30px;}	
				
	}
			  



	  @media screen and (max-width: 880px) {
      .region-home-content-top-rotator .right-col {
        width: 100%;
		position: relative;
		right: 0px;} }
		

		
		
.region-home-content-top-callout-right {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 23.40426%;
  margin-right: 0; }
  .region-home-content-top-callout-right:last-child {
    margin-right: 0; }
  @media screen and (max-width: 880px) {
    .region-home-content-top-callout-right {
      width: 100%; }
      .region-home-content-top-callout-right #block-bean-become-a-pilot-project {
        margin-bottom: 0; } }
  .region-home-content-top-callout-right .block {
    width: 100%;
    margin-right: 0;
    padding: 30px;
    background: white;
    margin-bottom: 30px; }

.region-home-content-top-static-region {
  width: 100%;
 }
  .region-home-content-top-static-region .block {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 31.91489%;
	overflow: hidden;
    /*Remove -padding: 30px; */
    background: #475c70; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #475c70 37%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(37%,#475c70)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#475c70 37%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#475c70 37%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#475c70 37%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#475c706 37%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#475c70',GradientType=0 ); /* IE6-9 */ 
	padding-top: 140px;
	margin-bottom: 10px;}
    .region-home-content-top-static-region .block:last-child {
      margin-right: 0; }
    .region-home-content-top-static-region .block:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 880px) {
      .region-home-content-top-static-region .block {
        width: 100%;
        margin-right: 0;
		padding-top: 100px;		} }
    .region-home-content-top-static-region .block .views-field-field-image img {
      width: 100%;
      height: auto; }
    .region-home-content-top-static-region .block .views-field-title {
      text-transform: uppercase;
      margin: 5px 0;
      font-size: 16px;
      color: #3d7aa6; }

.sf-menu.sf-horizontal.sf-shadow ul,
.sf-menu.sf-vertical.sf-shadow ul,
.sf-menu.sf-navbar.sf-shadow ul ul {
  background: white;
  padding: 15px !important;
  box-shadow: 0 0 20px #cccccc;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px; }

.amani-admin-get-involved-activated.page-programs .views-row {
  display: block;
  float: left;
  margin-right: 3.22581%;
  width: 48.3871%;
  background: white;
  padding: 30px;
  margin-bottom: 30px; }
  .amani-admin-get-involved-activated.page-programs .views-row:last-child {
    margin-right: 0; }
  .amani-admin-get-involved-activated.page-programs .views-row:nth-child(2n) {
    margin-right: 0; }
  @media screen and (max-width: 880px) {
    .amani-admin-get-involved-activated.page-programs .views-row {
      width: 100%; } }
  .amani-admin-get-involved-activated.page-programs .views-row .views-field-title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px; }
  .amani-admin-get-involved-activated.page-programs .views-row .views-field-body {
 }
  .amani-admin-get-involved-activated.page-programs .views-row .views-field-field-image img,
  .amani-admin-get-involved-activated.page-programs .views-row .views-field-field-media img {
    width: 100%;
    height: auto; }

.page-programs .views-row {
  display: block;
  float: left;
  margin-right: 2%;
  width: 31%;
  background: white;
  padding: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 880px) {
    .page-programs .views-row {
      width: 100%; } }
  .page-programs .views-row .views-field-title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px; }
  .page-programs .views-row .views-field-body {
 }
  .page-programs .views-row .views-field-field-image img,
  .page-programs .views-row .views-field-field-media img {
    width: 100%;
    height: auto; }

#navigation {
  background: black; }	
	
#navigation.without-slogan {
  margin-top: 0px; }

  
#header-region #navigation .content, #navigation #navigation .content, #header-region
#block-superfish-superfish_1 .content, #navigation
#block-superfish-superfish_1 .content, #header-region
#block-superfish-1 .content, #navigation
#block-superfish-1 .content, #header-region
#block-menu-menu-amani-main-menu .content, #navigation
#block-menu-menu-amani-main-menu .content {
  font-size: 20px; 
  font-family: Roboto Condensed;
  font-weight: 700;
  text-transform: uppercase;}
  #header-region #navigation .content li, #navigation #navigation .content li, #header-region
  #block-superfish-superfish_1 .content li, #navigation
  #block-superfish-superfish_1 .content li, #header-region
  #block-superfish-1 .content li, #navigation
  #block-superfish-1 .content li, #header-region
  #block-menu-menu-amani-main-menu .content li, #navigation
  #block-menu-menu-amani-main-menu .content li {
    display: inline-block;
}
/*Lose margins
    #header-region #navigation .content li li, #navigation #navigation .content li li, #header-region
    #block-superfish-superfish_1 .content li li, #navigation
    #block-superfish-superfish_1 .content li li, #header-region
    #block-superfish-1 .content li li, #navigation
    #block-superfish-1 .content li li, #header-region
    #block-menu-menu-amani-main-menu .content li li, #navigation
    #block-menu-menu-amani-main-menu .content li li {
      margin: 10px 0; } */
      #header-region #navigation .content li li:first-child, #navigation #navigation .content li li:first-child, #header-region
      #block-superfish-superfish_1 .content li li:first-child, #navigation
      #block-superfish-superfish_1 .content li li:first-child, #header-region
      #block-superfish-1 .content li li:first-child, #navigation
      #block-superfish-1 .content li li:first-child, #header-region
      #block-menu-menu-amani-main-menu .content li li:first-child, #navigation
      #block-menu-menu-amani-main-menu .content li li:first-child {
        margin-top: 0; }
      #header-region #navigation .content li li:last-child, #navigation #navigation .content li li:last-child, #header-region
      #block-superfish-superfish_1 .content li li:last-child, #navigation
      #block-superfish-superfish_1 .content li li:last-child, #header-region
      #block-superfish-1 .content li li:last-child, #navigation
      #block-superfish-1 .content li li:last-child, #header-region
      #block-menu-menu-amani-main-menu .content li li:last-child, #navigation
      #block-menu-menu-amani-main-menu .content li li:last-child {
        margin-bottom: 0; }
    #header-region #navigation .content li:last-child, #navigation #navigation .content li:last-child, #header-region
    #block-superfish-superfish_1 .content li:last-child, #navigation
    #block-superfish-superfish_1 .content li:last-child, #header-region
    #block-superfish-1 .content li:last-child, #navigation
    #block-superfish-1 .content li:last-child, #header-region
    #block-menu-menu-amani-main-menu .content li:last-child, #navigation
    #block-menu-menu-amani-main-menu .content li:last-child {
      background: none;
      padding-right: 0;
      margin-right: 0; }
    #header-region #navigation .content li a:link, #header-region #navigation .content li a:visited, #header-region #navigation .content li a.active, #navigation #navigation .content li a:link, #navigation #navigation .content li a:visited, #navigation #navigation .content li a.active, #header-region
    #block-superfish-superfish_1 .content li a:link, #header-region
    #block-superfish-superfish_1 .content li a:visited, #header-region
    #block-superfish-superfish_1 .content li a.active, #navigation
    #block-superfish-superfish_1 .content li a:link, #navigation
    #block-superfish-superfish_1 .content li a:visited, #navigation
    #block-superfish-superfish_1 .content li a.active, #header-region
    #block-superfish-1 .content li a:link, #header-region
    #block-superfish-1 .content li a:visited, #header-region
    #block-superfish-1 .content li a.active, #navigation
    #block-superfish-1 .content li a:link, #navigation
    #block-superfish-1 .content li a:visited, #navigation
    #block-superfish-1 .content li a.active, #header-region
    #block-menu-menu-amani-main-menu .content li a:link, #header-region
    #block-menu-menu-amani-main-menu .content li a:visited, #header-region
    #block-menu-menu-amani-main-menu .content li a.active, #navigation
    #block-menu-menu-amani-main-menu .content li a:link, #navigation
    #block-menu-menu-amani-main-menu .content li a:visited, #navigation
    #block-menu-menu-amani-main-menu .content li a.active {
      color: white;
		padding: .75em 1.75em; }
    #header-region #navigation .content li a:hover, #header-region #navigation .content li a:active, #navigation #navigation .content li a:hover, #navigation #navigation .content li a:active, #header-region
    #block-superfish-superfish_1 .content li a:hover, #header-region
    #block-superfish-superfish_1 .content li a:active, #navigation
    #block-superfish-superfish_1 .content li a:hover, #navigation
    #block-superfish-superfish_1 .content li a:active, #header-region
    #block-superfish-1 .content li a:hover, #header-region
    #block-superfish-1 .content li a:active, #navigation
    #block-superfish-1 .content li a:hover, #navigation
    #block-superfish-1 .content li a:active, #header-region
    #block-menu-menu-amani-main-menu .content li a:hover, #header-region
    #block-menu-menu-amani-main-menu .content li a:active, #navigation
    #block-menu-menu-amani-main-menu .content li a:hover, #navigation
    #block-menu-menu-amani-main-menu .content li a:active {
      color: #f2a64b;
		background: #2d4556;	  }
    #header-region #navigation .content li.sf-depth-1, #navigation #navigation .content li.sf-depth-1, #header-region
    #block-superfish-superfish_1 .content li.sf-depth-1, #navigation
    #block-superfish-superfish_1 .content li.sf-depth-1, #header-region
    #block-superfish-1 .content li.sf-depth-1, #navigation
    #block-superfish-1 .content li.sf-depth-1, #header-region
    #block-menu-menu-amani-main-menu .content li.sf-depth-1, #navigation
    #block-menu-menu-amani-main-menu .content li.sf-depth-1 {
      position: relative; }
      #header-region #navigation .content li.sf-depth-1:after, #navigation #navigation .content li.sf-depth-1:after, #header-region
      #block-superfish-superfish_1 .content li.sf-depth-1:after, #navigation
      #block-superfish-superfish_1 .content li.sf-depth-1:after, #header-region
      #block-superfish-1 .content li.sf-depth-1:after, #navigation
      #block-superfish-1 .content li.sf-depth-1:after, #header-region
      #block-menu-menu-amani-main-menu .content li.sf-depth-1:after, #navigation
      #block-menu-menu-amani-main-menu .content li.sf-depth-1:after {
        /*Remove - content: "•";*/
        color: white;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0; }
      #header-region #navigation .content li.sf-depth-1:last-child, #navigation #navigation .content li.sf-depth-1:last-child, #header-region
      #block-superfish-superfish_1 .content li.sf-depth-1:last-child, #navigation
      #block-superfish-superfish_1 .content li.sf-depth-1:last-child, #header-region
      #block-superfish-1 .content li.sf-depth-1:last-child, #navigation
      #block-superfish-1 .content li.sf-depth-1:last-child, #header-region
      #block-menu-menu-amani-main-menu .content li.sf-depth-1:last-child, #navigation
      #block-menu-menu-amani-main-menu .content li.sf-depth-1:last-child {
        padding-right: 0; }
        #header-region #navigation .content li.sf-depth-1:last-child:after, #navigation #navigation .content li.sf-depth-1:last-child:after, #header-region
        #block-superfish-superfish_1 .content li.sf-depth-1:last-child:after, #navigation
        #block-superfish-superfish_1 .content li.sf-depth-1:last-child:after, #header-region
        #block-superfish-1 .content li.sf-depth-1:last-child:after, #navigation
        #block-superfish-1 .content li.sf-depth-1:last-child:after, #header-region
        #block-menu-menu-amani-main-menu .content li.sf-depth-1:last-child:after, #navigation
        #block-menu-menu-amani-main-menu .content li.sf-depth-1:last-child:after {
          content: "";
          display: none; }

.mobile-menu-link {
  display: none;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .mobile-menu-link {
      display: block;
      background: white;
      padding: 15px 0;
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc;
      text-transform: uppercase; } }

#header-region .container-inner,
#navigation .container-inner {
  padding: 0; }
 
  
#header-region #block-superfish-1,
#navigation #block-superfish-1 {
  display: block !important; 
  width: 100%; }
  @media screen and (min-width: 600px) {
    #header-region #block-superfish-1 #superfish-1,
    #navigation #block-superfish-1 #superfish-1 {
      display: block !important; } }
  @media screen and (max-width: 600px) {
    #header-region #block-superfish-1,
    #navigation #block-superfish-1 {
      display: block !important;
      left: 0;
      background: white;
      z-index: 9999;
      width: 100%; }
      #header-region #block-superfish-1.fixed,
      #navigation #block-superfish-1.fixed {
        position: fixed;
        top: 0;
        height: 50px; }
      #header-region #block-superfish-1 #superfish-1,
      #navigation #block-superfish-1 #superfish-1 {
        background: white;
        display: none;
        box-shadow: 0 10px 10px #999999; }
        #header-region #block-superfish-1 #superfish-1 li,
        #navigation #block-superfish-1 #superfish-1 li {
          display: block;
          text-align: center;
          float: none;
          padding: 15px 0;
          margin: 0;
          background: none; } }
      @media screen and (max-width: 600px) and (max-width: 600px)  {
        #header-region #block-superfish-1 #superfish-1 li ul,
        #navigation #block-superfish-1 #superfish-1 li ul {
          display: none !important; } }
  @media screen and (max-width: 600px) {
          #header-region #block-superfish-1 #superfish-1 li.last,
          #navigation #block-superfish-1 #superfish-1 li.last {
            margin-bottom: 15px; }
          #header-region #block-superfish-1 #superfish-1 li a,
          #navigation #block-superfish-1 #superfish-1 li a {
            border-bottom: 1px solid #3d7aa6;
            display: inline;
            padding: 10px 0;
            color: #333333; } 
			 #navigation #block-superfish-1 #superfish-1 li a:hover{
			 color: red;
			 background: none;}
			 }

		 
#sidebar-second .block {
  background: white;
  padding: 15px 10px;
  box-shadow: 2px 3px 4px #c8c8c8;
  margin: 30px 0; }
  #sidebar-second .block:first-child {
    margin-top: 0; }
  #sidebar-second .block:last-child {
    margin-bottom: 0; }
  #sidebar-second .block h2.block-title {
    font-family: Roboto Condensed;
	text-transform: uppercase;
    font-size: 1.5em;
    border-bottom: 2px solid #3d7aa6;
    text-align: left;
    color: #414042;
    padding-bottom: 7.5px;
    margin-bottom: 15px; }
  #sidebar-second .block ul.menu li {
    list-style-type: none;
    list-style-image: none; }
  /* Remove #sidebar-second .block a:after {
    content: " \bb"; } */
  #sidebar-second .block .block {
    padding: 0;
    box-shadow: none; }

  @media screen and (max-width: 880px) {	
  #sidebar-second .block:first-child {
    margin-top: 30px; }	
	}
	
.view-news-and-events .views-row,
.view-news-and-events-blog .views-row,
.view-resources .views-row,
.view-legislation .views-row,
.view-activities .views-row {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	padding-bottom: 15px;  }
  .view-news-and-events .views-row.views-row-last,
  .view-news-and-events-blog .views-row.views-row-last,
  .view-resources .views-row.views-row-last,
  .view-legislation .views-row.views-row-last,
  .view-activities .views-row.views-row-last {
    border-bottom: 0;
    margin-bottom: 0; }
  .view-news-and-events .views-row .views-field-title,
  .view-news-and-events-blog .views-row .views-field-title,
  .view-resources .views-row .views-field-title,
  .view-legislation .views-row .views-field-title,
  .view-activities .views-row .views-field-title {
	color: #2d4556;
	font-size: 1.4em;
	font-family: Roboto;
	margin-bottom: 15px;
	font-weight: 700;}
	  .view-news-and-events-blog .views-row .views-field-title {
		margin-bottom: 8px;
      }
  .view-news-and-events .views-row .views-field-field-image,
  .view-news-and-events .views-row .views-field-field-media,
  .view-news-and-events-blog .views-row .views-field-field-image,
  .view-news-and-events-blog .views-row .views-field-field-media,
  .view-resources .views-row .views-field-field-image,
  .view-resources .views-row .views-field-field-media,
  .view-legislation .views-row .views-field-field-image,
  .view-legislation .views-row .views-field-field-media,
  .view-activities .views-row .views-field-field-image,
  .view-activities .views-row .views-field-field-media {
    display: block;
    float: left;
    margin-right: 5.26316%;
    width: 36.84211%; }
    .view-news-and-events .views-row .views-field-field-image:last-child,
    .view-news-and-events .views-row .views-field-field-media:last-child,
    .view-news-and-events-blog .views-row .views-field-field-image:last-child,
    .view-news-and-events-blog .views-row .views-field-field-media:last-child,
    .view-resources .views-row .views-field-field-image:last-child,
    .view-resources .views-row .views-field-field-media:last-child,
    .view-legislation .views-row .views-field-field-image:last-child,
    .view-legislation .views-row .views-field-field-media:last-child,
    .view-activities .views-row .views-field-field-image:last-child,
    .view-activities .views-row .views-field-field-media:last-child {
      margin-right: 0; }
    .view-news-and-events .views-row .views-field-field-image img,
    .view-news-and-events .views-row .views-field-field-media img,
    .view-news-and-events-blog .views-row .views-field-field-image img,
    .view-news-and-events-blog .views-row .views-field-field-media img,
    .view-resources .views-row .views-field-field-image img,
    .view-resources .views-row .views-field-field-media img,
    .view-legislation .views-row .views-field-field-image img,
    .view-legislation .views-row .views-field-field-media img,
    .view-activities .views-row .views-field-field-image img,
    .view-activities .views-row .views-field-field-media img {
      width: 100%;
      height: auto; }

.item-list ul.pager {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #cccccc; }

.node-article .field-name-field-media,
.node-resource .field-name-field-media,
.node-get-involved .field-name-field-media,
.node-event .field-name-field-media,
.node-blog .field-name-field-media,
.node-project .field-name-field-media,
.node-activity .field-name-field-media {
  *zoom: 1;
  background: #E0E5EF;
  padding: 30px;
  margin-bottom: 30px; }
  .node-article .field-name-field-media:before, .node-article .field-name-field-media:after,
  .node-resource .field-name-field-media:before,
  .node-resource .field-name-field-media:after,
  .node-get-involved .field-name-field-media:before,
  .node-get-involved .field-name-field-media:after,
  .node-event .field-name-field-media:before,
  .node-event .field-name-field-media:after,
  .node-blog .field-name-field-media:before,
  .node-blog .field-name-field-media:after,
  .node-project .field-name-field-media:before,
  .node-project .field-name-field-media:after,
  .node-activity .field-name-field-media:before,
  .node-activity .field-name-field-media:after {
    content: " ";
    display: table; }
  .node-article .field-name-field-media:after,
  .node-resource .field-name-field-media:after,
  .node-get-involved .field-name-field-media:after,
  .node-event .field-name-field-media:after,
  .node-blog .field-name-field-media:after,
  .node-project .field-name-field-media:after,
  .node-activity .field-name-field-media:after {
    clear: both; }
  .node-article .field-name-field-media .field-item,
  .node-resource .field-name-field-media .field-item,
  .node-get-involved .field-name-field-media .field-item,
  .node-event .field-name-field-media .field-item,
  .node-blog .field-name-field-media .field-item,
  .node-project .field-name-field-media .field-item,
  .node-activity .field-name-field-media .field-item {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 31.91489%; }
    .node-article .field-name-field-media .field-item:last-child,
    .node-resource .field-name-field-media .field-item:last-child,
    .node-get-involved .field-name-field-media .field-item:last-child,
    .node-event .field-name-field-media .field-item:last-child,
    .node-blog .field-name-field-media .field-item:last-child,
    .node-project .field-name-field-media .field-item:last-child,
    .node-activity .field-name-field-media .field-item:last-child {
      margin-right: 0; }
    .node-article .field-name-field-media .field-item:nth-child(3n),
    .node-resource .field-name-field-media .field-item:nth-child(3n),
    .node-get-involved .field-name-field-media .field-item:nth-child(3n),
    .node-event .field-name-field-media .field-item:nth-child(3n),
    .node-blog .field-name-field-media .field-item:nth-child(3n),
    .node-project .field-name-field-media .field-item:nth-child(3n),
    .node-activity .field-name-field-media .field-item:nth-child(3n) {
      margin-right: 0; }
    .node-article .field-name-field-media .field-item > div,
    .node-resource .field-name-field-media .field-item > div,
    .node-get-involved .field-name-field-media .field-item > div,
    .node-event .field-name-field-media .field-item > div,
    .node-blog .field-name-field-media .field-item > div,
    .node-project .field-name-field-media .field-item > div,
    .node-activity .field-name-field-media .field-item > div {
      margin: 10px 5px; }
    .node-article .field-name-field-media .field-item img:not(.file-icon),
    .node-article .field-name-field-media .field-item iframe,
    .node-resource .field-name-field-media .field-item img:not(.file-icon),
    .node-resource .field-name-field-media .field-item iframe,
    .node-get-involved .field-name-field-media .field-item img:not(.file-icon),
    .node-get-involved .field-name-field-media .field-item iframe,
    .node-event .field-name-field-media .field-item img:not(.file-icon),
    .node-event .field-name-field-media .field-item iframe,
    .node-blog .field-name-field-media .field-item img:not(.file-icon),
    .node-blog .field-name-field-media .field-item iframe,
    .node-project .field-name-field-media .field-item img:not(.file-icon),
    .node-project .field-name-field-media .field-item iframe,
    .node-activity .field-name-field-media .field-item img:not(.file-icon),
    .node-activity .field-name-field-media .field-item iframe {
      width: 100%;
      height: auto; }

#footer {
 }
  #footer .container-inner {
    position: relative; }
  #footer .content {
    font-size: .9em; }
  #footer a:link, #footer a:visited {
    color: white; }
  #footer a:hover, #footer a:active {
    color: #ff0040;
    text-decoration: none; }
  #footer #block-bean-amani-powered-by {
    display: block;
    float: left;
    margin-right: 5.12766%;
    width: 19.89362%; }
    #footer #block-bean-amani-powered-by:last-child {
      margin-right: 0; }
    #footer #block-bean-amani-powered-by .credits-text {
      font-size: 12px; }
    @media screen and (max-width: 600px) {
      #footer #block-bean-amani-powered-by {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        border: 0;
        text-align: center; 
		padding: 0px 100px;} }
  #footer #block-system-main-menu,
  #footer #block-menu-menu-amani-main-menu,
  #footer #block-menu-menu-meta {
    font-family: Roboto Condensed;
	text-transform: uppercase;
	display: block;
    float: left;
    margin-right: 2.12766%;
    width: 24.89362%;
    margin-bottom: 30px; }
	
	#footer #block-menu-menu-meta {
    margin-right: 2.12766%;
    width: 14.89362%; }
	
    #footer #block-system-main-menu:last-child,
    #footer #block-menu-menu-amani-main-menu:last-child,
    #footer #block-menu-menu-meta:last-child {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      #footer #block-system-main-menu,
      #footer #block-menu-menu-amani-main-menu,
      #footer #block-menu-menu-meta {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        border: 0; }
        #footer #block-system-main-menu ul.menu li,
        #footer #block-menu-menu-amani-main-menu ul.menu li,
        #footer #block-menu-menu-meta ul.menu li {
          text-align: center; } }
    #footer #block-system-main-menu ul.menu li,
    #footer #block-menu-menu-amani-main-menu ul.menu li,
    #footer #block-menu-menu-meta ul.menu li {
      font-family: Roboto Condensed;
	  text-transform: uppercase;
	  list-style-type: none;
      list-style-image: none; }

/* Adding sub-menu styling */

    #footer #block-system-main-menu ul.menu li li,
    #footer #block-menu-menu-amani-main-menu ul.menu li li,
    #footer #block-menu-menu-meta ul.menu li li {
 	  text-transform: none; }


#footer #block-bean-amani-special-thanks {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 40.42553%;
    margin-left: 8.51064%;
    margin-bottom: 30px;
    margin-right: 0; }
    #footer #block-bean-amani-special-thanks:last-child {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      #footer #block-bean-amani-special-thanks {
        width: 100%;
        margin-right: 0;
        text-align: center;
        position: static; } }
  #footer #block-search-form {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 19.89362%; }
    #footer #block-search-form:last-child {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      #footer #block-search-form {
        width: 100%;
        margin-right: 0;
        margin-left: 0%;
        margin-top: 0;
        margin-bottom: 10px; } }

  #footer #block-search-form .form-submit {
	  display: none;	  }
		
		
#footer #block-menu-menu-social-media {
    display: inline-block;
    float: left;
	margin-top: 10px;
	text-align: center;
 }
  #footer #block-menu-menu-social-media .content {
    font-size: 40px;
	line-height: 60px;	}
    #footer #block-menu-menu-social-media .content li {
      margin-left: 15px;
      padding-right: 0;
      list-style-type: none;
      display: inline-block;
      float: right; }
      #footer #block-menu-menu-social-media .content li:last-child {
        background: none; }
      #footer #block-menu-menu-social-media .content li a {
        display: block;
        overflow: hidden;
        font-family: "SSSocial";
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        text-rendering: optimizeLegibility;
        white-space: nowrap;
        /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
        -moz-font-feature-settings: "liga=1";
        -moz-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        -o-font-feature-settings: "liga";
        font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased; }
        #footer #block-menu-menu-social-media .content li a:link, #footer #block-menu-menu-social-media .content li a:visited, #footer #block-menu-menu-social-media .content li a.active {
          color: white; }
        #footer #block-menu-menu-social-media .content li a:hover, #footer  #block-menu-menu-social-media .content li a:active {
          color: #ff0040; }		
		
.ui-accordion .ui-accordion-header {
  margin-top: 5px; }

.field-group-accordion-wrapper .field-group-accordion-item {
  border: 0;
  background: none;
  padding: 0; }
.field-group-accordion-wrapper h3.ui-accordion-header {
  border: 1px solid #cccccc;
  background: white;
  padding: 10px 10px 10px 2em;
  font-size: 22px; }

.breadcrumb {
  display: none !important;
  background: #eef0f4;
  width: 100%;
  font-style: oblique;
  font-size: 11px;
  color: #999999;
  position: relative; }
  @media screen and (max-width: 880px) {
    .breadcrumb {
      width: 100%;
      *zoom: 1;
      max-width: 68em;
      margin-left: auto;
      margin-right: auto; }
      .breadcrumb:before, .breadcrumb:after {
        content: " ";
        display: table; }
      .breadcrumb:after {
        clear: both; } }
  .breadcrumb a {
    color: #999999;
    margin: 0 5px; }
    .breadcrumb a:first-child {
      margin-left: 0; }
    .breadcrumb a:last-child {
      color: #ff0040;
      font-style: normal; }
  @media screen and (max-width: 480px) {
    .breadcrumb {
      top: 0px; } }

/*with testimonial block below*/
.front #main .container-inner {
  margin-top: 0;
  padding: 30px 30px 0px 30px; 
}

/* Adjust padding on small screens */	  
  @media screen and (max-width: 600px) {
.front #main .container-inner {
      padding: 40px 10px 0px 10px; } }


.front  #block-views-news_and_events_blog-block_1{
background: none repeat scroll 0% 0% rgb(255, 255, 255);
padding: 30px;
box-shadow: 2px 3px 4px #C8C8C8;

}

.front  #block-views-news_and_events_blog-feat {
background: none repeat scroll 0% 0% rgb(255, 255, 255);
padding: 30px;
box-shadow: 2px 3px 4px #C8C8C8;
margin-bottom: 30px;
}
  
  
  
#block-views-partners_carousel-block a.jcarousel-next {
  display: inline-block;
  background: url("../images/icons/rotator_arrows.png") no-repeat -19px 0;
  height: 22px;
  width: 11px;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 99; }
#block-views-partners_carousel-block a.jcarousel-prev {
  display: inline-block;
  background: url("../images/icons/rotator_arrows.png") no-repeat 0 0;
  height: 22px;
  width: 11px;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  right: 50px;
  bottom: 20px;
  z-index: 99; }
#block-views-partners_carousel-block .view-content ul.jcarousel {
  width: 10000px !important; }
#block-views-partners_carousel-block .view-content ul li.jcarousel-item {
  height: 100px;
  position: relative;
  display: table; }
  #block-views-partners_carousel-block .view-content ul li.jcarousel-item .views-field {
    display: table-cell;
    vertical-align: middle; }
  #block-views-partners_carousel-block .view-content ul li.jcarousel-item img {
    max-width: 155px;
    max-height: 100px;
    width: auto;
    height: auto;
    display: block; }

.view-partners-carousel .jcarousel-container-horizontal {
  width: 100%;
  height: 100%;
  padding: 20px 5px;
  margin: auto; 
  background: white;
  box-shadow: 2px 3px 4px #c8c8c8;}
  .view-partners-carousel .jcarousel-container-horizontal .jcarousel-clip-horizontal {
    width: 90%;
    overflow: hidden;
    margin: auto; }
    .view-partners-carousel .jcarousel-container-horizontal .jcarousel-clip-horizontal .jcarousel-item-horizontal,
    .view-partners-carousel .jcarousel-container-horizontal .jcarousel-clip-horizontal .jcarousel-item {
      margin: 0 10px;
      padding: 0;
      width: auto;
      height: auto;
      border: none;
      background: none; }
  .view-partners-carousel .jcarousel-container-horizontal .jcarousel-prev-horizontal {
    top: 55px;
    left: 0px; }
  .view-partners-carousel .jcarousel-container-horizontal .jcarousel-next-horizontal {
    top: 55px;
    right: 0px; }

.field-name-media-description .field-label {
  display: none; }

.region-donation-region {
  position: fixed;
  right: -10px;
  top: 15px;
  z-index: 999; }
  .region-donation-region h2.block-title {
    display: none; }
  .region-donation-region ul.menu li {
    list-style-type: none;
    list-style-image: none; 
	font-family: Roboto Condensed;
	text-transform: uppercase;}
    .region-donation-region ul.menu li a {
      background: #ff0040;
      padding: 10px 40px;
      color: white;
      font-size: 18px;
      box-shadow: 2px 2px 4px #717070
      -webkit-transition: padding 0.4s ease;
      -moz-transition: padding 0.4s ease;
      -ms-transition: padding 0.4s ease;
      -o-transition: padding 0.4s ease;
      transition: padding 0.4s ease; }
      .region-donation-region ul.menu li a:hover {
        padding-right: 76px; }

@media screen and (max-width: 880px) {
.region-donation-region {
display: none;  }
  
  }
		
		
#block-bean-amani-powered-by {
 /*remove - border-right: 1px solid white; */}

#block-system-main-menu,
#block-menu-menu-amani-main-menu {
  border-right: 1px solid white; }
  #block-system-main-menu .content ul li,
  #block-menu-menu-amani-main-menu .content ul li {
    list-style-type: none;
    list-style-image: none; }

#block-bean-amani-special-thanks {
  font-style: italic; }

#block-locale-language {
  float: right;
  display: inline-block; }
  #block-locale-language ul.language-switcher-locale-url {
    text-align: right; }
    #block-locale-language ul.language-switcher-locale-url li {
      list-style-type: none;
      display: inline-block;
      margin-left: 11px;
      font-size: 16px;
      padding-right: 10px;
      border-right: 1px solid #cccccc; }
      #block-locale-language ul.language-switcher-locale-url li:last-child {
        border-right: 0;
        margin-right: 15px; }

.sidebar #block-menu-menu-learn-more {
  background: none;
  box-shadow: 0 0 0;
  padding: 0; }
  .sidebar #block-menu-menu-learn-more h2.block-title {
    border-bottom: 5px solid #999999; }
  .sidebar #block-menu-menu-learn-more .menu li {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    margin-left: 0; }

#sidebar-second #block-bean-amani-add-map-record {
  background: none;
  padding: 0;
  box-shadow: none;
  text-align: center; }
  #sidebar-second #block-bean-amani-add-map-record .button {
    width: 100%;
    display: inline-block; }

#block-views-news_and_events-block_1,
#block-views-activities-block {
  background: white;
  box-shadow: 5px 5px 5px #e9e9e9;
  padding: 30px;
  margin-bottom: 30px; }
  #block-views-news_and_events-block_1 h2.block-title,
  #block-views-activities-block h2.block-title {
    margin: 0;
    padding-bottom: 0; }
  #block-views-news_and_events-block_1 .views-row,
  #block-views-activities-block .views-row {
    border-bottom: 1px solid #cccccc;
    padding: 30px 0; }
  #block-views-news_and_events-block_1 .views-field-title,
  #block-views-activities-block .views-field-title {
    font-family: "bariol_regularregular";
    font-size: 16px;
    text-transform: uppercase; }
  #block-views-news_and_events-block_1 .views-field-body,
  #block-views-activities-block .views-field-body {
}
  #block-views-news_and_events-block_1 .views-field-view-node,
  #block-views-activities-block .views-field-view-node {
    text-align: right; }

#block-views-activities-block {
  margin-top: 30px; }

.sidebar #block-quicktabs-social_media_feeds {
  margin-top: 10px !important; }
  .sidebar #block-quicktabs-social_media_feeds > .block-inner > h2.block-title {
    display: none; }
  .sidebar #block-quicktabs-social_media_feeds ul.quicktabs-tabs {
    height: 39px;
    border: none; }
    .sidebar #block-quicktabs-social_media_feeds ul.quicktabs-tabs li {
      background: white;
      padding: 10px 0;
      border: none;
      display: inline-block; }
      .sidebar #block-quicktabs-social_media_feeds ul.quicktabs-tabs li.active {
        background: #414042;
        border: none; }
        .sidebar #block-quicktabs-social_media_feeds ul.quicktabs-tabs li.active a {
          color: white; }
      .sidebar #block-quicktabs-social_media_feeds ul.quicktabs-tabs li a {
        padding: 10px 20px;
        color: #ff0040; }
        @media screen and (max-width: 768px) {
          .sidebar #block-quicktabs-social_media_feeds ul.quicktabs-tabs li a {
            padding: 10px 5px; } }
        .sidebar #block-quicktabs-social_media_feeds ul.quicktabs-tabs li a:after {
          content: ""; }
  .sidebar #block-quicktabs-social_media_feeds #quicktabs-container-social_media_feeds {
    border: none;
    border-top: 2px solid #414042;
    background: none;
    padding: 0; }
  .sidebar #block-quicktabs-social_media_feeds #block-views-front_page_tweets-block {
    background: none;
    box-shadow: 0 0 0;
    padding: 0; }
    .sidebar #block-quicktabs-social_media_feeds #block-views-front_page_tweets-block .view-header {
      display: block;
      background: url("../images/icons/twitter_bird.png") no-repeat center left;
      padding-left: 35px;
      font-size: 20px;
      border-bottom: 2px solid #414042;
      padding: 10px 35px;
      margin-bottom: 15px; }
    .sidebar #block-quicktabs-social_media_feeds #block-views-front_page_tweets-block h2.block-title {
      border-bottom-color: #414042; }
    .sidebar #block-quicktabs-social_media_feeds #block-views-front_page_tweets-block li.views-row {
      margin: 0;
      list-style-type: none;
      padding: 15px 0;
      border-bottom: 1px dotted #cccccc; }
      .sidebar #block-quicktabs-social_media_feeds #block-views-front_page_tweets-block li.views-row .views-field-screen-name {
        display: none; }
    .sidebar #block-quicktabs-social_media_feeds #block-views-front_page_tweets-block li.views-row-1 {
      padding-top: 0; }
  .sidebar #block-quicktabs-social_media_feeds #block-fb_likebox-0 {
    background: transparent; }
    .sidebar #block-quicktabs-social_media_feeds #block-fb_likebox-0 iframe {
      width: 100% !important; }
.sidebar #block-bean-front-page-second-sidebar-bottom {
  background: none;
  box-shadow: 0 0 0;
  padding: 0; }

.sidebar #block-views-calendar_of_events-list,
.sidebar #block-views-calendar_of_events-calendar {
  font-size: 16px;
  font-family: Roboto;
  line-height: 20px;
; }
  .sidebar #block-views-calendar_of_events-list .pager,
  .sidebar #block-views-calendar_of_events-calendar .pager {
    margin-top: 15px;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0; }
    .sidebar #block-views-calendar_of_events-list .pager .date-next,
    .sidebar #block-views-calendar_of_events-list .pager .date-prev,
    .sidebar #block-views-calendar_of_events-calendar .pager .date-next,
    .sidebar #block-views-calendar_of_events-calendar .pager .date-prev {
      display: block;
      height: 30px;
      width: 30px;
      padding-right: 10px; }
    .sidebar #block-views-calendar_of_events-list .pager .date-next,
    .sidebar #block-views-calendar_of_events-calendar .pager .date-next {
      padding-left: 10px; }
      .sidebar #block-views-calendar_of_events-list .pager .date-next a,
      .sidebar #block-views-calendar_of_events-calendar .pager .date-next a {
        display: block; }
  .sidebar #block-views-calendar_of_events-list h2.block-title,
  .sidebar #block-views-calendar_of_events-calendar h2.block-title {
 }
  .sidebar #block-views-calendar_of_events-list table tr,
  .sidebar #block-views-calendar_of_events-calendar table tr {
    background: none; }
    .sidebar #block-views-calendar_of_events-list table tr td.empty,
    .sidebar #block-views-calendar_of_events-calendar table tr td.empty {
      background: none; }
  .sidebar #block-views-calendar_of_events-list .date-prev,
  .sidebar #block-views-calendar_of_events-calendar .date-prev {
    margin-left: 0; }

.sidebar #block-views-calendar_of_events-calendar a:after {
  content: ""; }

@media screen and (max-width: 880px) {
  #block-views-calendar_of_events-calendar {
    margin-top: 30px !important; } }

#block-bean-donate {
  background: white;
  box-shadow: 5px 5px 5px #e9e9e9;
  font-size: 20px;
  text-align: center;
  font-style: oblique; }
  #block-bean-donate a {
    color: #333333; }

#block-bean-become-a-pilot-project {
  background: white;
  box-shadow: 5px 5px 5px #e9e9e9;
  font-size: 20px;
  text-align: center;
  font-style: oblique; }
  #block-bean-become-a-pilot-project a {
    color: #333333; }
    #block-bean-become-a-pilot-project a span {
      color: #3d7aa6;
      display: block; }

.sidebar #block-views-get_involved-block_2 {
  background: none;
  padding: 0;
  box-shadow: 0 0 0; }
  .sidebar #block-views-get_involved-block_2 h2.block-title {
    text-align: left;
    font-size: 25px;
    border-bottom-color: black; }
  .sidebar #block-views-get_involved-block_2 .views-row {
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    background: none;
    padding: 15px 0;
    border-bottom: 1px dotted #333333; }
    .sidebar #block-views-get_involved-block_2 .views-row .views-field-title {
      margin-bottom: 0; }
    .sidebar #block-views-get_involved-block_2 .views-row .views-field-field-graphic {
      text-align: center; }
      .sidebar #block-views-get_involved-block_2 .views-row .views-field-field-graphic a:after {
        content: ""; }

#block-views-get_involved-block_1 .views-row {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 23.40426%; }
  #block-views-get_involved-block_1 .views-row:last-child {
    margin-right: 0; }
  #block-views-get_involved-block_1 .views-row:nth-child(4n) {
    margin-right: 0; }
  #block-views-get_involved-block_1 .views-row img {
    width: 100%;
    height: auto; }
  #block-views-get_involved-block_1 .views-row .views-field-title {
    color: #3d7aa6;
    text-align: center; }
    #block-views-get_involved-block_1 .views-row .views-field-title span span {
      font-style: oblique;
      font-size: 16px; }
    #block-views-get_involved-block_1 .views-row .views-field-title h3 {
      text-transform: uppercase;
      font-weight: 700;
	  font-size: 26px;
	  font-family: Roboto Condensed;
	  margin-bottom: 0px;}

#views_slideshow_cycle_teaser_section_front_page_slideshow-block {
  overflow: hidden;
  width: 100% !important; }

#block-views-programs_campaigns-block_1 .views-row {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc; }
  #block-views-programs_campaigns-block_1 .views-row.views-row-last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  #block-views-programs_campaigns-block_1 .views-row .views-field-field-image,
  #block-views-programs_campaigns-block_1 .views-row .views-field-field-media {
    text-align: center;
    display: block;
    float: left;
    margin-right: 6.66667%;
    width: 20%; }
    #block-views-programs_campaigns-block_1 .views-row .views-field-field-image:last-child,
    #block-views-programs_campaigns-block_1 .views-row .views-field-field-media:last-child {
      margin-right: 0; }
    #block-views-programs_campaigns-block_1 .views-row .views-field-field-image img,
    #block-views-programs_campaigns-block_1 .views-row .views-field-field-media img {
      width: 100%;
      height: auto; }

/* Remove 
#block-search-form {
  position: relative;
  display: block;
  float: right;
  top: 60px;
  margin-right: 2.12766%;
  width: 31.91489%;
  margin-right: 50%;
  margin-bottom: 7.5px; } */
  #block-search-form:last-child {
    margin-right: 0; }
  #header-region #block-search-form {
  	position: absolute;
	display: block;
	top: 60px;
	width: 20%;
	right: 25%; }
  #block-search-form .form-submit {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 0;
    font-size: 0;
    text-indent: -999px;
    z-index: 9; }
    #header-region #block-search-form .form-submit {
      background-position: 0 -30px;
	  display: none;	  }
  #block-search-form .form-text {
    width: 100%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    font-size: 16px;
    padding: 3px 6px; 
	font-family: "bariol_regularregular";}
    #block-search-form .form-text::-webkit-input-placeholder {
      font-style: italic; }
    #block-search-form .form-text:-moz-placeholder {
      font-style: italic; }
    #block-search-form .form-text:-ms-input-placeholder {
      font-style: italic; }

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

	#header-region #block-search-form{
        display: none !important; } 
	}
  
	  
	  
#block-views-front_page_slideshow-block {
  position: relative; }
  #block-views-front_page_slideshow-block #views_slideshow_controls_text_front_page_slideshow-block {
    height: 0; }
    #block-views-front_page_slideshow-block #views_slideshow_controls_text_front_page_slideshow-block .views-slideshow-controls-text-pause {
      display: none; }
    #block-views-front_page_slideshow-block #views_slideshow_controls_text_front_page_slideshow-block .views-slideshow-controls-text-previous {
      padding: 10px; }
      #block-views-front_page_slideshow-block #views_slideshow_controls_text_front_page_slideshow-block .views-slideshow-controls-text-previous a {
        display: inline-block;
        background: url("../images/icons/rotator_arrows.png") no-repeat 0 0;
        height: 22px;
        width: 11px;
        text-indent: -999px;
        overflow: hidden;
        position: absolute;
        right: 50px;
        bottom: 20px;
        z-index: 99; }
    #block-views-front_page_slideshow-block #views_slideshow_controls_text_front_page_slideshow-block .views-slideshow-controls-text-next {
      padding: 10px; }
      #block-views-front_page_slideshow-block #views_slideshow_controls_text_front_page_slideshow-block .views-slideshow-controls-text-next a {
        display: inline-block;
        background: url("../images/icons/rotator_arrows.png") no-repeat -19px 0;
        height: 22px;
        width: 11px;
        text-indent: -999px;
        overflow: hidden;
        position: absolute;
        right: 20px;
        bottom: 20px;
        z-index: 99; }
  #block-views-front_page_slideshow-block .views-slideshow-cycle-main-frame-row {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    margin-bottom: 10px; }
    #block-views-front_page_slideshow-block .views-slideshow-cycle-main-frame-row .views-field-title {
      background: white;
      padding: 30px; }
    #block-views-front_page_slideshow-block .views-slideshow-cycle-main-frame-row .views-field-body {
      background: white;
      padding: 30px; }
  #block-views-front_page_slideshow-block img {
    width: 100%;
    height: auto; }
	
	
/* Add new for section page images */	

  #block-bean-film-section-top img,
  #block-bean-screenings-section-top img,
  #block-bean-campaign-section-top img,
  #block-bean-support-section-top img,
  #block-bean-educational-section-top img {
    width: 100%;
    height: auto; }
	
	
#header-region #block-menu-menu-meta {
  float: right;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 7.5px; 
  position: absolute;
  right: 20px;
  top: 60px;}
  #header-region #block-menu-menu-meta .content {
    font-size: 16px; }
    #header-region #block-menu-menu-meta .content ul {
      text-align: right; }
    #header-region #block-menu-menu-meta .content li {
      margin-right: 3.75px;
      padding-right: 0;
      padding-top: 0;
      list-style-type: none;
      display: inline-block; }
      #header-region #block-menu-menu-meta .content li:last-child {
        background: none;
        padding-right: 0;
        margin-right: 0; }
      #header-region #block-menu-menu-meta .content li a:link, #header-region #block-menu-menu-meta .content li a:visited, #header-region #block-menu-menu-meta .content li a.active {
        color: #ff0040; }
      #header-region #block-menu-menu-meta .content li a:hover, #header-region #block-menu-menu-meta .content li a:active {
        color: #f2a64b; }	

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

		#header-region #block-menu-menu-meta{
        margin-right: 2% }
	}

	@media screen and (max-width: 600px) {
		#header-region #block-menu-menu-meta{
        display: none !important; } 
		}	
		

		
		
.region-map-region-2x .block {
  display: block;
  float: left;
  margin-right: 3.22581%;
  width: 48.3871%; }
  .region-map-region-2x .block:last-child {
    margin-right: 0; }
  .region-map-region-2x .block:nth-child(2n) {
    margin-right: 0; }

#incident-map-default {
  height: 415px !important; }
  @media screen and (max-width: 880px) {
    #incident-map-default {
      height: 300px !important; } }

.region-map-region-3x {
  margin-top: 30px; }
  .region-map-region-3x .block {
    display: block;
    float: left;
    margin-right: 3.22581%;
    width: 31.17419%;
    margin-top: 30px;
    margin-bottom: 30px; }
    .region-map-region-3x .block:last-child {
      margin-right: 0; }
    .region-map-region-3x .block:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 880px) {
      .region-map-region-3x .block {
        width: 100%;
        margin-top: 0; } }
    .region-map-region-3x .block h2.block-title {
      font-size: 1.2em; }

#header-region #block-menu-menu-social-media {
/*remove	width: 100%;*/
	margin-right: 0;
	position: absolute;
	right: 25%;
	top: 10px;}
  #header-region #block-menu-menu-social-media .content {
    font-size: 30px;
	line-height: 36px;	}
    #header-region #block-menu-menu-social-media .content li {
      margin-left: 15px;
      padding-right: 0;
      list-style-type: none;
      display: inline-block;
      float: right; }
      #header-region #block-menu-menu-social-media .content li:last-child {
        background: none; }
      #header-region #block-menu-menu-social-media .content li a {
        display: block;
        overflow: hidden;
        font-family: "SSSocial";
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        text-rendering: optimizeLegibility;
        white-space: nowrap;
        /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
        -moz-font-feature-settings: "liga=1";
        -moz-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        -o-font-feature-settings: "liga";
        font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased; }
        #header-region #block-menu-menu-social-media .content li a:link, #header-region #block-menu-menu-social-media .content li a:visited, #header-region #block-menu-menu-social-media .content li a.active {
          color: white; }
        #header-region #block-menu-menu-social-media .content li a:hover, #header-region #block-menu-menu-social-media .content li a:active {
         color: #ff0040; }

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

	#header-region #block-menu-menu-social-media {	
		position: relative;
		right: 2%;}
 }		 
			  
		 
  @media screen and (max-width: 600px) {

	#header-region #block-menu-menu-social-media {	
		top: 0;		}
 }		 

		 
.page-node .node > .content {
  background: white;
  padding: 30px;
  box-shadow: 2px 3px 4px #c8c8c8;
  *zoom: 1;
  /* List styles. */ }
  .page-node .node > .content:before, .page-node .node > .content:after {
    content: " ";
    display: table; }
  .page-node .node > .content:after {
    clear: both; }
  .page-node .node > .content .field-label {
    color: #3d7aa6;
    font-family: Roboto Condensed;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 30px; }
  .page-node .node > .content .field-name-field-incident-geolocation .openlayers-map,
  .page-node .node > .content .field-name-field-incident-geolocation .openlayers-container {
    width: 100% !important; }
  .page-node .node > .content .field-name-field-tags .field-label {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    float: left;
    display: inline; }
  .page-node .node > .content .field-name-field-tags .field-item {
    background-color: #E0E5EF;
    border: 1px dashed #e1e1e1;
    float: left;
    margin: 1px 5px 1px 1px;
    padding: 1px; }
  .page-node .node > .content .field-name-field-category .field-label {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    float: left;
    display: inline; }
  .page-node .node > .content .field-name-field-category .field-item {
    background-color: #E0E5EF;
    border: 1px dashed #e1e1e1;
    float: left;
    margin: 1px 5px 1px 1px;
    padding: 1px; }
  .page-node .node > .content ul, .page-node .node > .content ol {
    margin-left: 0.5em;
    padding-left: 1em; }

.page-partners #block-system-main {
  background: none;
  box-shadow: 0;
 }
  .page-partners #block-system-main .views-row {
    width: 100%;
    background: white;
    padding: 30px;
    box-shadow: 2px 3px 4px #c8c8c8;
    margin-bottom: 30px;
    overflow: hidden; }
    .page-partners #block-system-main .views-row:nth-child(1n) {
      margin-right: 0; }
    .page-partners #block-system-main .views-row.views-row-last {
      border-bottom: 0;
      margin-bottom: 0; }
    .page-partners #block-system-main .views-row .views-field-title {
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: 10px;
	color: #3d7aa6; }
    .page-partners #block-system-main .views-row .views-field-field-image {
      margin: 0;
      display: block;
      float: left;
      margin-right: 2.12766%;
      width: 30.40426%; }
      .page-partners #block-system-main .views-row .views-field-field-image:last-child {
        margin-right: 0; }
      .page-partners #block-system-main .views-row .views-field-field-image img {
        width: 100%;
        height: auto; }

.page-news-and-events #block-system-main {
  background: white;
  background: white;
  padding: 30px;
  box-shadow: 2px 3px 4px #c8c8c8;
 }
  .page-news-and-events #block-system-main .views-row {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .page-news-and-events #block-system-main .views-row.views-row-last {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .page-news-and-events #block-system-main .views-row .views-field-title {
      font-family: "bariol_regularregular";
      text-transform: uppercase;
      font-size: 16px; }
.page-news-and-events #block-views-news_and_events-block .views-row {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 23.40426%;
  background: white;
  box-shadow: 2px 3px 4px #c8c8c8;
  padding: 30px; }
  .page-news-and-events #block-views-news_and_events-block .views-row:last-child {
    margin-right: 0; }
  .page-news-and-events #block-views-news_and_events-block .views-row:nth-child(4n) {
    margin-right: 0; }
  @media screen and (max-width: 880px) {
    .page-news-and-events #block-views-news_and_events-block .views-row {
      margin: 15px 0;
      width: 100%; }
      .page-news-and-events #block-views-news_and_events-block .views-row:nth-child(1n) {
        margin-right: 0; } }
  .page-news-and-events #block-views-news_and_events-block .views-row .views-field-title {
    font-family: "bariol_regularregular";
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .page-news-and-events #block-views-news_and_events-block .views-row .views-field-field-image,
  .page-news-and-events #block-views-news_and_events-block .views-row .views-field-field-media {
    width: 100%; }
@media screen and (max-width: 480px) {
  .page-news-and-events #block-views-calendar_of_events-calendar .pager {
    padding: 0px; }
  .page-news-and-events #block-views-calendar_of_events-calendar .date-nav {
    padding-bottom: 0px !important; }
  .page-news-and-events #block-views-calendar_of_events-calendar .views-row {
    width: 47.804% !important;
    margin-bottom: 10px !important; } }

.page-incident-reports .block-incident-map label span {
  font-weight: normal; }

.page-team .view-id-team.view-display-id-page .views-exposed-form {
  margin-right: 0;
  position: absolute;
  top: -70px;
  right: -30px; }
  @media screen and (max-width: 880px) {
    .page-team .view-id-team.view-display-id-page .views-exposed-form {
      top: -90px; }
      .page-team .view-id-team.view-display-id-page .views-exposed-form #edit-keys-wrapper {
        display: none; } }
  @media screen and (max-width: 480px) {
    .page-team .view-id-team.view-display-id-page .views-exposed-form {
      top: -115px;
      width: 180px;
      right: 0px; } }
  .page-team .view-id-team.view-display-id-page .views-exposed-form .views-exposed-widget {
    margin: 0;
    padding: 0;
    padding-left: 30px; }
  .page-team .view-id-team.view-display-id-page .views-exposed-form input {
    border: 0;
    background: white;
    padding: 10px;
    box-shadow: 2px 3px 4px #c8c8c8;
    font-size: 16px;
    width: 200px; }
  .page-team .view-id-team.view-display-id-page .views-exposed-form #edit-keys {
    background: white url("../images/icons/search_icon.png") no-repeat 5% -22px;
    padding-left: 35px; }
  .page-team .view-id-team.view-display-id-page .views-exposed-form select {
    border: 0;
    background: white url("../images/icons/orange_arrow.png") no-repeat 85% 50%;
    margin-right: -80px;
    width: 210px; }
    @media screen and (max-width: 880px) {
      .page-team .view-id-team.view-display-id-page .views-exposed-form select {
        background-position: 67% 50%; } }
  .page-team .view-id-team.view-display-id-page .views-exposed-form .form-type-select {
    background: white url("../images/icons/orange_arrow.png") no-repeat 95% 50%;
    border: 0;
    background: white;
    padding: 10px;
    box-shadow: 2px 3px 4px #c8c8c8;
    font-size: 16px;
    width: 200px;
    overflow: hidden; }
    @media screen and (max-width: 880px) {
      .page-team .view-id-team.view-display-id-page .views-exposed-form .form-type-select {
        width: 170px; } }
  .page-team .view-id-team.view-display-id-page .views-exposed-form label {
    display: none; }
  .page-team .view-id-team.view-display-id-page .views-exposed-form #edit-keys-wrapper {
    position: relative; }
    .page-team .view-id-team.view-display-id-page .views-exposed-form #edit-keys-wrapper label {
      display: block;
      font-weight: normal;
      font-size: 16px;
      position: absolute;
      top: 10px;
      left: 65px; }
.page-team .view-id-team.view-display-id-page .view-content {
  clear: both; }
  .page-team .view-id-team.view-display-id-page .view-content h3 {

    margin-top: 10px; }
.page-team .view-id-team.view-display-id-page .views-row {
  width: 100%;
  background: white;
  padding: 30px;
  box-shadow: 2px 3px 4px #c8c8c8;
  margin-bottom: 30px;
  overflow: hidden; }
  .page-team .view-id-team.view-display-id-page .views-row:nth-child(1n) {
    margin-right: 0; }
  .page-team .view-id-team.view-display-id-page .views-row .views-field-title {
    font-family: "bariol_regularregular";
    text-transform: uppercase;
    margin-bottom: 5px; }
  .page-team .view-id-team.view-display-id-page .views-row .views-field-field-team-bio {
    margin-top: 10px; }
  .page-team .view-id-team.view-display-id-page .views-row .views-field-view-node {
    text-align: right;
    margin-top: 10px; }
  .page-team .view-id-team.view-display-id-page .views-row .views-field-field-team-image {
    margin: 0;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 23.40426%; }
    .page-team .view-id-team.view-display-id-page .views-row .views-field-field-team-image:last-child {
      margin-right: 0; }
    .page-team .view-id-team.view-display-id-page .views-row .views-field-field-team-image img {
      width: 100%;
      height: auto; }

.page-about .region-home-content-top-rotator {
  background: none; }
  @media screen and (max-width: 880px) {
    .page-about .region-home-content-top-rotator {
      width: 100%; } }
  .page-about .region-home-content-top-rotator #block-views-about_page-block_1 .views-row {
    border: 0;
    margin: 0;
    padding: 0px 30px; }
    .page-about .region-home-content-top-rotator #block-views-about_page-block_1 .views-row .views-field-title {
      font-size: 2.2em;
      text-transform: none;
      padding: 10px 0;
      line-height: 1.3em; 
	  font-family: Roboto;
	  font-weight: 700;}
    .page-about .region-home-content-top-rotator #block-views-about_page-block_1 .views-row .views-field-title,
    .page-about .region-home-content-top-rotator #block-views-about_page-block_1 .views-row .views-field-body,
    .page-about .region-home-content-top-rotator #block-views-about_page-block_1 .views-row .views-field-field-image {
      width: 100%; }
.page-about .view-about-page.view-display-id-page > .view-content {
  background: white;
  padding: 30px;
  box-shadow: 2px 3px 4px #c8c8c8; }
.page-about .view-about-page .views-row {
  width: 100%;
  margin-right: 0;
  padding: 30px 0;
  margin: 30px 0;
  border-bottom: 1px solid #cccccc;
  overflow: hidden; }
  .page-about .view-about-page .views-row:first-child {
    padding-top: 0; }
  .page-about .view-about-page .views-row .views-field-field-image {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 14.89362%; }
    .page-about .view-about-page .views-row .views-field-field-image:last-child {
      margin-right: 0; }
    @media screen and (max-width: 880px) {
      .page-about .view-about-page .views-row .views-field-field-image {
        width: 100%; } }
    .page-about .view-about-page .views-row .views-field-field-image img {
      width: 100%;
      height: auto; }
  .page-about .view-about-page .views-row .views-field-title {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 82.97872%;
    margin-right: 0;
    text-transform: uppercase;
    font-size: 1.3em;
	font-family: Roboto Condensed;}
    .page-about .view-about-page .views-row .views-field-title:last-child {
      margin-right: 0; }
    @media screen and (max-width: 880px) {
      .page-about .view-about-page .views-row .views-field-title {
        width: 100%; } }
  .page-about .view-about-page .views-row .views-field-body {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 82.97872%;
    margin-right: 0;
 }
    .page-about .view-about-page .views-row .views-field-body:last-child {
      margin-right: 0; }
    .page-about .view-about-page .views-row .views-field-body ul, .page-about .view-about-page .views-row .views-field-body ol {
      margin-left: 0.5em;
      padding-left: 1em; }
    @media screen and (max-width: 880px) {
      .page-about .view-about-page .views-row .views-field-body {
        width: 100%; } }

.page-get-involved .view-get-involved.view-display-id-page {
  margin-top: 30px;
  background: white;
  padding: 30px;
  box-shadow: 2px 3px 4px #c8c8c8; }
  .page-get-involved .view-get-involved.view-display-id-page .views-row {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow: hidden; }
  .page-get-involved .view-get-involved.view-display-id-page .views-field-field-image {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 14.89362%; }
    .page-get-involved .view-get-involved.view-display-id-page .views-field-field-image:last-child {
      margin-right: 0; }
    @media screen and (max-width: 880px) {
      .page-get-involved .view-get-involved.view-display-id-page .views-field-field-image {
        width: 100%;
        margin-bottom: 30px; }
        .page-get-involved .view-get-involved.view-display-id-page .views-field-field-image img {
          width: 100%;
          height: auto; } }
  .page-get-involved .view-get-involved.view-display-id-page .views-field-title {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 82.97872%;
    margin-right: 0;
    font-family: Roboto;
	font-weight: 700;
    color: #3d7aa6;
    font-size: 20px;
    margin-bottom: 5px; }
    .page-get-involved .view-get-involved.view-display-id-page .views-field-title:last-child {
      margin-right: 0; }
    @media screen and (max-width: 880px) {
      .page-get-involved .view-get-involved.view-display-id-page .views-field-title {
        width: 100%; } }
  .page-get-involved .view-get-involved.view-display-id-page .views-field-body {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 82.97872%;
    margin-right: 0;
}
    .page-get-involved .view-get-involved.view-display-id-page .views-field-body:last-child {
      margin-right: 0; }
    @media screen and (max-width: 880px) {
      .page-get-involved .view-get-involved.view-display-id-page .views-field-body {
        width: 100%; } }

@media screen and (max-width: 880px) {
  .page-resources .view-resources .views-field-field-image img {
    width: 100%;
    height: auto; } }
.page-resources .view-resources .views-field-field-document {
  overflow: hidden; }
@media screen and (max-width: 880px) {
  .page-resources .view-resources .views-field-field-date {
    display: none; } }
.page-resources .view-resources .views-field-field-resource-type,
.page-resources .view-resources .views-field-field-theme-s- {
  margin-bottom: 5px;
  margin-top: 5px; }
  .page-resources .view-resources .views-field-field-resource-type .field-content,
  .page-resources .view-resources .views-field-field-theme-s- .field-content {
    display: inline; }
  .page-resources .view-resources .views-field-field-resource-type .views-label,
  .page-resources .view-resources .views-field-field-theme-s- .views-label {
    color: black;
    font-family: Roboto Condensed;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 3px; }
.page-resources .view-resources .views-field-nid {
  float: right;
  margin-bottom: 10px;
  margin-right: 5px; }
.page-resources .view-resources .views-exposed-form {
  margin-bottom: 30px; }
  .page-resources .view-resources .views-exposed-form .views-exposed-widget {
    float: none;
    padding: 10px 0;
    line-height: 1em; }
  .page-resources .view-resources .views-exposed-form .col {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 50.42553%; }
    .page-resources .view-resources .views-exposed-form .col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      .page-resources .view-resources .views-exposed-form .col {
        float: none;
        width: 100%; } }
 
/*get rid of 2nd column */
 .page-resources .view-resources .views-exposed-form  #col2 {
    display: none;}
  
  .page-resources .view-resources .views-exposed-form #col3 {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 14.89362%; }
    .page-resources .view-resources .views-exposed-form #col3:last-child {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      .page-resources .view-resources .views-exposed-form #col3 {
        float: none;
        width: 100%; } }
  .page-resources .view-resources .views-exposed-form label {
    color: black;
    font-weight: normal;
    display: inline-block;
    font-style: italic;
    width: 25%;
    vertical-align: top; }
  .page-resources .view-resources .views-exposed-form .views-widget {
    display: inline-block;
    width: 70%; }
  .page-resources .view-resources .views-exposed-form .form-text {
    border: 0;
    background: white;
    padding: 10px;
    box-shadow: 2px 3px 4px #c8c8c8;
    display: inline-block;
    height: 45px;
    width: 100%;
    font-size: 16px; }
  .page-resources .view-resources .views-exposed-form select {
    border: 0;
    background: white url("../images/icons/orange_arrow.png") no-repeat 75% 50%;
    width: 130%; }
  .page-resources .view-resources .views-exposed-form .form-type-select {
    border: 0;
    background: white;
    padding: 10px;
    box-shadow: 2px 3px 4px #c8c8c8;
    font-size: 16px;
    width: 100%;
    height: 45px;
    overflow: hidden; }
  .page-resources .view-resources .views-exposed-form .views-widget-filter-field_date_value #edit-field-date-value-min-wrapper,
  .page-resources .view-resources .views-exposed-form .views-widget-filter-field_date_value #edit-field-date-value-max-wrapper {
    float: left;
    width: 48%;
    margin-right: 4%; }
    .page-resources .view-resources .views-exposed-form .views-widget-filter-field_date_value #edit-field-date-value-min-wrapper .form-item,
    .page-resources .view-resources .views-exposed-form .views-widget-filter-field_date_value #edit-field-date-value-max-wrapper .form-item {
      position: relative;
      margin: 0; }
      .page-resources .view-resources .views-exposed-form .views-widget-filter-field_date_value #edit-field-date-value-min-wrapper .form-item .date-padding,
      .page-resources .view-resources .views-exposed-form .views-widget-filter-field_date_value #edit-field-date-value-max-wrapper .form-item .date-padding {
        float: none; }
      .page-resources .view-resources .views-exposed-form .views-widget-filter-field_date_value #edit-field-date-value-min-wrapper .form-item input,
      .page-resources .view-resources .views-exposed-form .views-widget-filter-field_date_value #edit-field-date-value-max-wrapper .form-item input {
        width: 100%;
        margin: 0; }
      .page-resources .view-resources .views-exposed-form .views-widget-filter-field_date_value #edit-field-date-value-min-wrapper .form-item label,
      .page-resources .view-resources .views-exposed-form .views-widget-filter-field_date_value #edit-field-date-value-max-wrapper .form-item label {
        position: absolute;
        top: 45px;
        width: 100%; }
      .page-resources .view-resources .views-exposed-form .views-widget-filter-field_date_value #edit-field-date-value-min-wrapper .form-item .description,
      .page-resources .view-resources .views-exposed-form .views-widget-filter-field_date_value #edit-field-date-value-max-wrapper .form-item .description {
        position: relative;
        top: 10px; }
  .page-resources .view-resources .views-exposed-form .views-widget-filter-field_date_value #edit-field-date-value-max-wrapper {
    margin-right: 0; }
  .page-resources .view-resources .views-exposed-form .views-submit-button .form-submit,
  .page-resources .view-resources .views-exposed-form .views-reset-button .form-submit {
    background: #ff0040;
    border: 0;
    color: white;
    width: 100%;
    height: 45px;
    margin-top: 0; }
  @media screen and (max-width: 600px) {
    .page-resources .view-resources .views-exposed-form .views-submit-button,
    .page-resources .view-resources .views-exposed-form .views-reset-button {
      float: left;
      width: 46%;
      margin-right: 2%;
      margin-left: 2%; } }
.page-resources .view-resources .attachment-before {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 31.91489%;
  float: right;
  margin: 0; }
  .page-resources .view-resources .attachment-before:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .page-resources .view-resources .attachment-before {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 22.58065%;
      margin-left: 0%;
      margin-right: 0;
      float: right; }
      .page-resources .view-resources .attachment-before:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 600px) {
    .page-resources .view-resources .attachment-before {
      display: block;
      float: left;
      margin-right: 6.66667%;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; }
      .page-resources .view-resources .attachment-before:last-child {
        margin-right: 0; } }
  .page-resources .view-resources .attachment-before .view-header {
    background: url("../images/icons/resources_links.png") no-repeat top left;
    min-height: 60px;
    padding-bottom: 10px;
    border-bottom: 2px solid #414042;
    margin-bottom: 10px; }
    .page-resources .view-resources .attachment-before .view-header h2 {
      margin: 0 0 0 70px; }
    .page-resources .view-resources .attachment-before .view-header p {
      color: #2d4556;
      margin: 0 0 0 70px; }
  .page-resources .view-resources .attachment-before .views-row {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #cccccc; }
    .page-resources .view-resources .attachment-before .views-row p {
      margin: 0; }
.page-resources .view-resources .attachment-after {
  padding-top: 30px;
  clear: both; }
  .page-resources .view-resources .attachment-after .views-row {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 23.40426%;
    background: white;
    min-height: 350px;
    margin-bottom: 15px; }
    .page-resources .view-resources .attachment-after .views-row:last-child {
      margin-right: 0; }
    .page-resources .view-resources .attachment-after .views-row:nth-child(4n) {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .page-resources .view-resources .attachment-after .views-row {
        display: block;
        float: left;
        margin-right: 3.22581%;
        width: 48.3871%; }
        .page-resources .view-resources .attachment-after .views-row:last-child {
          margin-right: 0; }
        .page-resources .view-resources .attachment-after .views-row:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 600px) {
      .page-resources .view-resources .attachment-after .views-row {
        width: 100%; } }
    .page-resources .view-resources .attachment-after .views-row .views-field-field-video {
      position: relative; }
      .page-resources .view-resources .attachment-after .views-row .views-field-field-video a {
        display: block;
        position: absolute;
        z-index: 50;
        text-indent: -99999px;
        width: 100%;
        height: 100%; }
      .page-resources .view-resources .attachment-after .views-row .views-field-field-video img {
        width: 100%;
        height: auto; }
    .page-resources .view-resources .attachment-after .views-row .views-field-title, .page-resources .view-resources .attachment-after .views-row .views-field-body {
      padding: 5px 10px 0; }
.page-resources .view-resources .view-content-wrapper {
  width: 100%;
  background: white;
  padding: 30px;
  box-shadow: 2px 3px 4px #c8c8c8; }
  @media screen and (max-width: 768px) {
    .page-resources .view-resources .view-content-wrapper {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .page-resources .view-resources .view-content-wrapper {
      width: 100%; } }
  .page-resources .view-resources .view-content-wrapper tbody {
    border-top: none; }
  .page-resources .view-resources .view-content-wrapper tr.even, .page-resources .view-resources .view-content-wrapper tr.odd {
    background: none;
    border-bottom: 1px solid #cccccc; }
  .page-resources .view-resources .view-content-wrapper tr.views-row-last {
    border-bottom: none; }
  .page-resources .view-resources .view-content-wrapper td {
    vertical-align: top; }
    .page-resources .view-resources .view-content-wrapper td.views-field-nid {
      width: 100px; }
      @media screen and (max-width: 880px) {
        .page-resources .view-resources .view-content-wrapper td.views-field-nid {
          width: 60px; } }
      .page-resources .view-resources .view-content-wrapper td.views-field-nid img {
        width: 100%;
        height: auto; }
  .page-resources .view-resources .view-content-wrapper h3 {
    color: #2d4556; }
  .page-resources .view-resources .view-content-wrapper .views-field-field-date {
    text-align: center; }
    .page-resources .view-resources .view-content-wrapper .views-field-field-date a {
      display: block;
      width: 96px;
      height: 96px;
      text-indent: -9999px; }
      .page-resources .view-resources .view-content-wrapper .views-field-field-date a.link {
        background: url("../images/icons/fileicon_web.png") no-repeat; }
    .page-resources .view-resources .view-content-wrapper .views-field-field-date.text-plain a {
      background: url("../images/icons/fileicon_txt.png") no-repeat; }
    .page-resources .view-resources .view-content-wrapper .views-field-field-date.application-pdf a {
      background: url("../images/icons/fileicon_pdf.png") no-repeat; }

@media screen and (max-width: 880px) {
  .node-type-get-involved .field-name-field-graphic {
    margin-bottom: 30px; }
    .node-type-get-involved .field-name-field-graphic img {
      width: 100%;
      height: auto; } }

.node-type-blog  .comment-wrapper {	  
background: white;
padding: 30px;
box-shadow: 2px 3px 4px #c8c8c8;
margin-top: 20px;	  
}

.node-type-blog  .comment {
border-bottom: 1px solid #cccccc;
padding-top: 10px;
}	  
	  
body.node-type-blog .node-get-involved > .content > .field-name-body + div,
body.node-type-blog .node-team > .content > .field-name-body + div,
body.node-type-blog .node-resource > .content > .field-name-body + div,
body.node-type-blog .node-event > .content > .field-name-body + div,
body.node-type-blog .node-blog > .content > .field-name-body + div,
body.node-type-blog .node-project > .content > .field-name-body + div,
body.node-type-blog .node-article > .content > .field-name-body + div,
body.node-type-blog .node-activity > .content > .field-name-body + div,
body.node-type-blog .node-partner > .content > .field-name-body + div,
body.node-type-partner .node-get-involved > .content > .field-name-body + div,
body.node-type-partner .node-team > .content > .field-name-body + div,
body.node-type-partner .node-resource > .content > .field-name-body + div,
body.node-type-partner .node-event > .content > .field-name-body + div,
body.node-type-partner .node-blog > .content > .field-name-body + div,
body.node-type-partner .node-project > .content > .field-name-body + div,
body.node-type-partner .node-article > .content > .field-name-body + div,
body.node-type-partner .node-activity > .content > .field-name-body + div,
body.node-type-partner .node-partner > .content > .field-name-body + div,
body.node-type-team .node-get-involved > .content > .field-name-body + div,
body.node-type-team .node-team > .content > .field-name-body + div,
body.node-type-team .node-resource > .content > .field-name-body + div,
body.node-type-team .node-event > .content > .field-name-body + div,
body.node-type-team .node-blog > .content > .field-name-body + div,
body.node-type-team .node-project > .content > .field-name-body + div,
body.node-type-team .node-article > .content > .field-name-body + div,
body.node-type-team .node-activity > .content > .field-name-body + div,
body.node-type-team .node-partner > .content > .field-name-body + div,
body.node-type-project .node-get-involved > .content > .field-name-body + div,
body.node-type-project .node-team > .content > .field-name-body + div,
body.node-type-project .node-resource > .content > .field-name-body + div,
body.node-type-project .node-event > .content > .field-name-body + div,
body.node-type-project .node-blog > .content > .field-name-body + div,
body.node-type-project .node-project > .content > .field-name-body + div,
body.node-type-project .node-article > .content > .field-name-body + div,
body.node-type-project .node-activity > .content > .field-name-body + div,
body.node-type-project .node-partner > .content > .field-name-body + div,
body.node-type-article .node-get-involved > .content > .field-name-body + div,
body.node-type-article .node-team > .content > .field-name-body + div,
body.node-type-article .node-resource > .content > .field-name-body + div,
body.node-type-article .node-event > .content > .field-name-body + div,
body.node-type-article .node-blog > .content > .field-name-body + div,
body.node-type-article .node-project > .content > .field-name-body + div,
body.node-type-article .node-article > .content > .field-name-body + div,
body.node-type-article .node-activity > .content > .field-name-body + div,
body.node-type-article .node-partner > .content > .field-name-body + div,
body.node-type-event .node-get-involved > .content > .field-name-body + div,
body.node-type-event .node-team > .content > .field-name-body + div,
body.node-type-event .node-resource > .content > .field-name-body + div,
body.node-type-event .node-event > .content > .field-name-body + div,
body.node-type-event .node-blog > .content > .field-name-body + div,
body.node-type-event .node-project > .content > .field-name-body + div,
body.node-type-event .node-article > .content > .field-name-body + div,
body.node-type-event .node-activity > .content > .field-name-body + div,
body.node-type-event .node-partner > .content > .field-name-body + div,
body.node-type-get-involved .node-get-involved > .content > .field-name-body + div,
body.node-type-get-involved .node-team > .content > .field-name-body + div,
body.node-type-get-involved .node-resource > .content > .field-name-body + div,
body.node-type-get-involved .node-event > .content > .field-name-body + div,
body.node-type-get-involved .node-blog > .content > .field-name-body + div,
body.node-type-get-involved .node-project > .content > .field-name-body + div,
body.node-type-get-involved .node-article > .content > .field-name-body + div,
body.node-type-get-involved .node-activity > .content > .field-name-body + div,
body.node-type-get-involved .node-partner > .content > .field-name-body + div,
body.node-type-resource .node-get-involved > .content > .field-name-body + div,
body.node-type-resource .node-team > .content > .field-name-body + div,
body.node-type-resource .node-resource > .content > .field-name-body + div,
body.node-type-resource .node-event > .content > .field-name-body + div,
body.node-type-resource .node-blog > .content > .field-name-body + div,
body.node-type-resource .node-project > .content > .field-name-body + div,
body.node-type-resource .node-article > .content > .field-name-body + div,
body.node-type-resource .node-activity > .content > .field-name-body + div,
body.node-type-resource .node-partner > .content > .field-name-body + div,
body.node-type-activity .node-get-involved > .content > .field-name-body + div,
body.node-type-activity .node-team > .content > .field-name-body + div,
body.node-type-activity .node-resource > .content > .field-name-body + div,
body.node-type-activity .node-event > .content > .field-name-body + div,
body.node-type-activity .node-blog > .content > .field-name-body + div,
body.node-type-activity .node-project > .content > .field-name-body + div,
body.node-type-activity .node-article > .content > .field-name-body + div,
body.node-type-activity .node-activity > .content > .field-name-body + div,
body.node-type-activity .node-partner > .content > .field-name-body + div {
  clear: left; }
body.node-type-blog .node-get-involved .field-name-field-team-image,
body.node-type-blog .node-get-involved .field-name-field-image,
body.node-type-blog .node-team .field-name-field-team-image,
body.node-type-blog .node-team .field-name-field-image,
body.node-type-blog .node-resource .field-name-field-team-image,
body.node-type-blog .node-resource .field-name-field-image,
body.node-type-blog .node-event .field-name-field-team-image,
body.node-type-blog .node-event .field-name-field-image,
body.node-type-blog .node-blog .field-name-field-team-image,
body.node-type-blog .node-blog .field-name-field-image,
body.node-type-blog .node-project .field-name-field-team-image,
body.node-type-blog .node-project .field-name-field-image,
body.node-type-blog .node-article .field-name-field-team-image,
body.node-type-blog .node-article .field-name-field-image,
body.node-type-blog .node-activity .field-name-field-team-image,
body.node-type-blog .node-activity .field-name-field-image,
body.node-type-blog .node-partner .field-name-field-team-image,
body.node-type-blog .node-partner .field-name-field-image,
body.node-type-partner .node-get-involved .field-name-field-team-image,
body.node-type-partner .node-get-involved .field-name-field-image,
body.node-type-partner .node-team .field-name-field-team-image,
body.node-type-partner .node-team .field-name-field-image,
body.node-type-partner .node-resource .field-name-field-team-image,
body.node-type-partner .node-resource .field-name-field-image,
body.node-type-partner .node-event .field-name-field-team-image,
body.node-type-partner .node-event .field-name-field-image,
body.node-type-partner .node-blog .field-name-field-team-image,
body.node-type-partner .node-blog .field-name-field-image,
body.node-type-partner .node-project .field-name-field-team-image,
body.node-type-partner .node-project .field-name-field-image,
body.node-type-partner .node-article .field-name-field-team-image,
body.node-type-partner .node-article .field-name-field-image,
body.node-type-partner .node-activity .field-name-field-team-image,
body.node-type-partner .node-activity .field-name-field-image,
body.node-type-partner .node-partner .field-name-field-team-image,
body.node-type-partner .node-partner .field-name-field-image,
body.node-type-team .node-get-involved .field-name-field-team-image,
body.node-type-team .node-get-involved .field-name-field-image,
body.node-type-team .node-team .field-name-field-team-image,
body.node-type-team .node-team .field-name-field-image,
body.node-type-team .node-resource .field-name-field-team-image,
body.node-type-team .node-resource .field-name-field-image,
body.node-type-team .node-event .field-name-field-team-image,
body.node-type-team .node-event .field-name-field-image,
body.node-type-team .node-blog .field-name-field-team-image,
body.node-type-team .node-blog .field-name-field-image,
body.node-type-team .node-project .field-name-field-team-image,
body.node-type-team .node-project .field-name-field-image,
body.node-type-team .node-article .field-name-field-team-image,
body.node-type-team .node-article .field-name-field-image,
body.node-type-team .node-activity .field-name-field-team-image,
body.node-type-team .node-activity .field-name-field-image,
body.node-type-team .node-partner .field-name-field-team-image,
body.node-type-team .node-partner .field-name-field-image,
body.node-type-project .node-get-involved .field-name-field-team-image,
body.node-type-project .node-get-involved .field-name-field-image,
body.node-type-project .node-team .field-name-field-team-image,
body.node-type-project .node-team .field-name-field-image,
body.node-type-project .node-resource .field-name-field-team-image,
body.node-type-project .node-resource .field-name-field-image,
body.node-type-project .node-event .field-name-field-team-image,
body.node-type-project .node-event .field-name-field-image,
body.node-type-project .node-blog .field-name-field-team-image,
body.node-type-project .node-blog .field-name-field-image,
body.node-type-project .node-project .field-name-field-team-image,
body.node-type-project .node-project .field-name-field-image,
body.node-type-project .node-article .field-name-field-team-image,
body.node-type-project .node-article .field-name-field-image,
body.node-type-project .node-activity .field-name-field-team-image,
body.node-type-project .node-activity .field-name-field-image,
body.node-type-project .node-partner .field-name-field-team-image,
body.node-type-project .node-partner .field-name-field-image,
body.node-type-article .node-get-involved .field-name-field-team-image,
body.node-type-article .node-get-involved .field-name-field-image,
body.node-type-article .node-team .field-name-field-team-image,
body.node-type-article .node-team .field-name-field-image,
body.node-type-article .node-resource .field-name-field-team-image,
body.node-type-article .node-resource .field-name-field-image,
body.node-type-article .node-event .field-name-field-team-image,
body.node-type-article .node-event .field-name-field-image,
body.node-type-article .node-blog .field-name-field-team-image,
body.node-type-article .node-blog .field-name-field-image,
body.node-type-article .node-project .field-name-field-team-image,
body.node-type-article .node-project .field-name-field-image,
body.node-type-article .node-article .field-name-field-team-image,
body.node-type-article .node-article .field-name-field-image,
body.node-type-article .node-activity .field-name-field-team-image,
body.node-type-article .node-activity .field-name-field-image,
body.node-type-article .node-partner .field-name-field-team-image,
body.node-type-article .node-partner .field-name-field-image,
body.node-type-event .node-get-involved .field-name-field-team-image,
body.node-type-event .node-get-involved .field-name-field-image,
body.node-type-event .node-team .field-name-field-team-image,
body.node-type-event .node-team .field-name-field-image,
body.node-type-event .node-resource .field-name-field-team-image,
body.node-type-event .node-resource .field-name-field-image,
body.node-type-event .node-event .field-name-field-team-image,
body.node-type-event .node-event .field-name-field-image,
body.node-type-event .node-blog .field-name-field-team-image,
body.node-type-event .node-blog .field-name-field-image,
body.node-type-event .node-project .field-name-field-team-image,
body.node-type-event .node-project .field-name-field-image,
body.node-type-event .node-article .field-name-field-team-image,
body.node-type-event .node-article .field-name-field-image,
body.node-type-event .node-activity .field-name-field-team-image,
body.node-type-event .node-activity .field-name-field-image,
body.node-type-event .node-partner .field-name-field-team-image,
body.node-type-event .node-partner .field-name-field-image,
body.node-type-get-involved .node-get-involved .field-name-field-team-image,
body.node-type-get-involved .node-get-involved .field-name-field-image,
body.node-type-get-involved .node-team .field-name-field-team-image,
body.node-type-get-involved .node-team .field-name-field-image,
body.node-type-get-involved .node-resource .field-name-field-team-image,
body.node-type-get-involved .node-resource .field-name-field-image,
body.node-type-get-involved .node-event .field-name-field-team-image,
body.node-type-get-involved .node-event .field-name-field-image,
body.node-type-get-involved .node-blog .field-name-field-team-image,
body.node-type-get-involved .node-blog .field-name-field-image,
body.node-type-get-involved .node-project .field-name-field-team-image,
body.node-type-get-involved .node-project .field-name-field-image,
body.node-type-get-involved .node-article .field-name-field-team-image,
body.node-type-get-involved .node-article .field-name-field-image,
body.node-type-get-involved .node-activity .field-name-field-team-image,
body.node-type-get-involved .node-activity .field-name-field-image,
body.node-type-get-involved .node-partner .field-name-field-team-image,
body.node-type-get-involved .node-partner .field-name-field-image,
body.node-type-resource .node-get-involved .field-name-field-team-image,
body.node-type-resource .node-get-involved .field-name-field-image,
body.node-type-resource .node-team .field-name-field-team-image,
body.node-type-resource .node-team .field-name-field-image,
body.node-type-resource .node-resource .field-name-field-team-image,
body.node-type-resource .node-resource .field-name-field-image,
body.node-type-resource .node-event .field-name-field-team-image,
body.node-type-resource .node-event .field-name-field-image,
body.node-type-resource .node-blog .field-name-field-team-image,
body.node-type-resource .node-blog .field-name-field-image,
body.node-type-resource .node-project .field-name-field-team-image,
body.node-type-resource .node-project .field-name-field-image,
body.node-type-resource .node-article .field-name-field-team-image,
body.node-type-resource .node-article .field-name-field-image,
body.node-type-resource .node-activity .field-name-field-team-image,
body.node-type-resource .node-activity .field-name-field-image,
body.node-type-resource .node-partner .field-name-field-team-image,
body.node-type-resource .node-partner .field-name-field-image,
body.node-type-activity .node-get-involved .field-name-field-team-image,
body.node-type-activity .node-get-involved .field-name-field-image,
body.node-type-activity .node-team .field-name-field-team-image,
body.node-type-activity .node-team .field-name-field-image,
body.node-type-activity .node-resource .field-name-field-team-image,
body.node-type-activity .node-resource .field-name-field-image,
body.node-type-activity .node-event .field-name-field-team-image,
body.node-type-activity .node-event .field-name-field-image,
body.node-type-activity .node-blog .field-name-field-team-image,
body.node-type-activity .node-blog .field-name-field-image,
body.node-type-activity .node-project .field-name-field-team-image,
body.node-type-activity .node-project .field-name-field-image,
body.node-type-activity .node-article .field-name-field-team-image,
body.node-type-activity .node-article .field-name-field-image,
body.node-type-activity .node-activity .field-name-field-team-image,
body.node-type-activity .node-activity .field-name-field-image,
body.node-type-activity .node-partner .field-name-field-team-image,
body.node-type-activity .node-partner .field-name-field-image {
  clear: none;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 31.91489%; }
  body.node-type-blog .node-get-involved .field-name-field-team-image:last-child,
  body.node-type-blog .node-get-involved .field-name-field-image:last-child,
  body.node-type-blog .node-team .field-name-field-team-image:last-child,
  body.node-type-blog .node-team .field-name-field-image:last-child,
  body.node-type-blog .node-resource .field-name-field-team-image:last-child,
  body.node-type-blog .node-resource .field-name-field-image:last-child,
  body.node-type-blog .node-event .field-name-field-team-image:last-child,
  body.node-type-blog .node-event .field-name-field-image:last-child,
  body.node-type-blog .node-blog .field-name-field-team-image:last-child,
  body.node-type-blog .node-blog .field-name-field-image:last-child,
  body.node-type-blog .node-project .field-name-field-team-image:last-child,
  body.node-type-blog .node-project .field-name-field-image:last-child,
  body.node-type-blog .node-article .field-name-field-team-image:last-child,
  body.node-type-blog .node-article .field-name-field-image:last-child,
  body.node-type-blog .node-activity .field-name-field-team-image:last-child,
  body.node-type-blog .node-activity .field-name-field-image:last-child,
  body.node-type-blog .node-partner .field-name-field-team-image:last-child,
  body.node-type-blog .node-partner .field-name-field-image:last-child,
  body.node-type-partner .node-get-involved .field-name-field-team-image:last-child,
  body.node-type-partner .node-get-involved .field-name-field-image:last-child,
  body.node-type-partner .node-team .field-name-field-team-image:last-child,
  body.node-type-partner .node-team .field-name-field-image:last-child,
  body.node-type-partner .node-resource .field-name-field-team-image:last-child,
  body.node-type-partner .node-resource .field-name-field-image:last-child,
  body.node-type-partner .node-event .field-name-field-team-image:last-child,
  body.node-type-partner .node-event .field-name-field-image:last-child,
  body.node-type-partner .node-blog .field-name-field-team-image:last-child,
  body.node-type-partner .node-blog .field-name-field-image:last-child,
  body.node-type-partner .node-project .field-name-field-team-image:last-child,
  body.node-type-partner .node-project .field-name-field-image:last-child,
  body.node-type-partner .node-article .field-name-field-team-image:last-child,
  body.node-type-partner .node-article .field-name-field-image:last-child,
  body.node-type-partner .node-activity .field-name-field-team-image:last-child,
  body.node-type-partner .node-activity .field-name-field-image:last-child,
  body.node-type-partner .node-partner .field-name-field-team-image:last-child,
  body.node-type-partner .node-partner .field-name-field-image:last-child,
  body.node-type-team .node-get-involved .field-name-field-team-image:last-child,
  body.node-type-team .node-get-involved .field-name-field-image:last-child,
  body.node-type-team .node-team .field-name-field-team-image:last-child,
  body.node-type-team .node-team .field-name-field-image:last-child,
  body.node-type-team .node-resource .field-name-field-team-image:last-child,
  body.node-type-team .node-resource .field-name-field-image:last-child,
  body.node-type-team .node-event .field-name-field-team-image:last-child,
  body.node-type-team .node-event .field-name-field-image:last-child,
  body.node-type-team .node-blog .field-name-field-team-image:last-child,
  body.node-type-team .node-blog .field-name-field-image:last-child,
  body.node-type-team .node-project .field-name-field-team-image:last-child,
  body.node-type-team .node-project .field-name-field-image:last-child,
  body.node-type-team .node-article .field-name-field-team-image:last-child,
  body.node-type-team .node-article .field-name-field-image:last-child,
  body.node-type-team .node-activity .field-name-field-team-image:last-child,
  body.node-type-team .node-activity .field-name-field-image:last-child,
  body.node-type-team .node-partner .field-name-field-team-image:last-child,
  body.node-type-team .node-partner .field-name-field-image:last-child,
  body.node-type-project .node-get-involved .field-name-field-team-image:last-child,
  body.node-type-project .node-get-involved .field-name-field-image:last-child,
  body.node-type-project .node-team .field-name-field-team-image:last-child,
  body.node-type-project .node-team .field-name-field-image:last-child,
  body.node-type-project .node-resource .field-name-field-team-image:last-child,
  body.node-type-project .node-resource .field-name-field-image:last-child,
  body.node-type-project .node-event .field-name-field-team-image:last-child,
  body.node-type-project .node-event .field-name-field-image:last-child,
  body.node-type-project .node-blog .field-name-field-team-image:last-child,
  body.node-type-project .node-blog .field-name-field-image:last-child,
  body.node-type-project .node-project .field-name-field-team-image:last-child,
  body.node-type-project .node-project .field-name-field-image:last-child,
  body.node-type-project .node-article .field-name-field-team-image:last-child,
  body.node-type-project .node-article .field-name-field-image:last-child,
  body.node-type-project .node-activity .field-name-field-team-image:last-child,
  body.node-type-project .node-activity .field-name-field-image:last-child,
  body.node-type-project .node-partner .field-name-field-team-image:last-child,
  body.node-type-project .node-partner .field-name-field-image:last-child,
  body.node-type-article .node-get-involved .field-name-field-team-image:last-child,
  body.node-type-article .node-get-involved .field-name-field-image:last-child,
  body.node-type-article .node-team .field-name-field-team-image:last-child,
  body.node-type-article .node-team .field-name-field-image:last-child,
  body.node-type-article .node-resource .field-name-field-team-image:last-child,
  body.node-type-article .node-resource .field-name-field-image:last-child,
  body.node-type-article .node-event .field-name-field-team-image:last-child,
  body.node-type-article .node-event .field-name-field-image:last-child,
  body.node-type-article .node-blog .field-name-field-team-image:last-child,
  body.node-type-article .node-blog .field-name-field-image:last-child,
  body.node-type-article .node-project .field-name-field-team-image:last-child,
  body.node-type-article .node-project .field-name-field-image:last-child,
  body.node-type-article .node-article .field-name-field-team-image:last-child,
  body.node-type-article .node-article .field-name-field-image:last-child,
  body.node-type-article .node-activity .field-name-field-team-image:last-child,
  body.node-type-article .node-activity .field-name-field-image:last-child,
  body.node-type-article .node-partner .field-name-field-team-image:last-child,
  body.node-type-article .node-partner .field-name-field-image:last-child,
  body.node-type-event .node-get-involved .field-name-field-team-image:last-child,
  body.node-type-event .node-get-involved .field-name-field-image:last-child,
  body.node-type-event .node-team .field-name-field-team-image:last-child,
  body.node-type-event .node-team .field-name-field-image:last-child,
  body.node-type-event .node-resource .field-name-field-team-image:last-child,
  body.node-type-event .node-resource .field-name-field-image:last-child,
  body.node-type-event .node-event .field-name-field-team-image:last-child,
  body.node-type-event .node-event .field-name-field-image:last-child,
  body.node-type-event .node-blog .field-name-field-team-image:last-child,
  body.node-type-event .node-blog .field-name-field-image:last-child,
  body.node-type-event .node-project .field-name-field-team-image:last-child,
  body.node-type-event .node-project .field-name-field-image:last-child,
  body.node-type-event .node-article .field-name-field-team-image:last-child,
  body.node-type-event .node-article .field-name-field-image:last-child,
  body.node-type-event .node-activity .field-name-field-team-image:last-child,
  body.node-type-event .node-activity .field-name-field-image:last-child,
  body.node-type-event .node-partner .field-name-field-team-image:last-child,
  body.node-type-event .node-partner .field-name-field-image:last-child,
  body.node-type-get-involved .node-get-involved .field-name-field-team-image:last-child,
  body.node-type-get-involved .node-get-involved .field-name-field-image:last-child,
  body.node-type-get-involved .node-team .field-name-field-team-image:last-child,
  body.node-type-get-involved .node-team .field-name-field-image:last-child,
  body.node-type-get-involved .node-resource .field-name-field-team-image:last-child,
  body.node-type-get-involved .node-resource .field-name-field-image:last-child,
  body.node-type-get-involved .node-event .field-name-field-team-image:last-child,
  body.node-type-get-involved .node-event .field-name-field-image:last-child,
  body.node-type-get-involved .node-blog .field-name-field-team-image:last-child,
  body.node-type-get-involved .node-blog .field-name-field-image:last-child,
  body.node-type-get-involved .node-project .field-name-field-team-image:last-child,
  body.node-type-get-involved .node-project .field-name-field-image:last-child,
  body.node-type-get-involved .node-article .field-name-field-team-image:last-child,
  body.node-type-get-involved .node-article .field-name-field-image:last-child,
  body.node-type-get-involved .node-activity .field-name-field-team-image:last-child,
  body.node-type-get-involved .node-activity .field-name-field-image:last-child,
  body.node-type-get-involved .node-partner .field-name-field-team-image:last-child,
  body.node-type-get-involved .node-partner .field-name-field-image:last-child,
  body.node-type-resource .node-get-involved .field-name-field-team-image:last-child,
  body.node-type-resource .node-get-involved .field-name-field-image:last-child,
  body.node-type-resource .node-team .field-name-field-team-image:last-child,
  body.node-type-resource .node-team .field-name-field-image:last-child,
  body.node-type-resource .node-resource .field-name-field-team-image:last-child,
  body.node-type-resource .node-resource .field-name-field-image:last-child,
  body.node-type-resource .node-event .field-name-field-team-image:last-child,
  body.node-type-resource .node-event .field-name-field-image:last-child,
  body.node-type-resource .node-blog .field-name-field-team-image:last-child,
  body.node-type-resource .node-blog .field-name-field-image:last-child,
  body.node-type-resource .node-project .field-name-field-team-image:last-child,
  body.node-type-resource .node-project .field-name-field-image:last-child,
  body.node-type-resource .node-article .field-name-field-team-image:last-child,
  body.node-type-resource .node-article .field-name-field-image:last-child,
  body.node-type-resource .node-activity .field-name-field-team-image:last-child,
  body.node-type-resource .node-activity .field-name-field-image:last-child,
  body.node-type-resource .node-partner .field-name-field-team-image:last-child,
  body.node-type-resource .node-partner .field-name-field-image:last-child,
  body.node-type-activity .node-get-involved .field-name-field-team-image:last-child,
  body.node-type-activity .node-get-involved .field-name-field-image:last-child,
  body.node-type-activity .node-team .field-name-field-team-image:last-child,
  body.node-type-activity .node-team .field-name-field-image:last-child,
  body.node-type-activity .node-resource .field-name-field-team-image:last-child,
  body.node-type-activity .node-resource .field-name-field-image:last-child,
  body.node-type-activity .node-event .field-name-field-team-image:last-child,
  body.node-type-activity .node-event .field-name-field-image:last-child,
  body.node-type-activity .node-blog .field-name-field-team-image:last-child,
  body.node-type-activity .node-blog .field-name-field-image:last-child,
  body.node-type-activity .node-project .field-name-field-team-image:last-child,
  body.node-type-activity .node-project .field-name-field-image:last-child,
  body.node-type-activity .node-article .field-name-field-team-image:last-child,
  body.node-type-activity .node-article .field-name-field-image:last-child,
  body.node-type-activity .node-activity .field-name-field-team-image:last-child,
  body.node-type-activity .node-activity .field-name-field-image:last-child,
  body.node-type-activity .node-partner .field-name-field-team-image:last-child,
  body.node-type-activity .node-partner .field-name-field-image:last-child {
    margin-right: 0; }
  body.node-type-blog .node-get-involved .field-name-field-team-image img,
  body.node-type-blog .node-get-involved .field-name-field-image img,
  body.node-type-blog .node-team .field-name-field-team-image img,
  body.node-type-blog .node-team .field-name-field-image img,
  body.node-type-blog .node-resource .field-name-field-team-image img,
  body.node-type-blog .node-resource .field-name-field-image img,
  body.node-type-blog .node-event .field-name-field-team-image img,
  body.node-type-blog .node-event .field-name-field-image img,
  body.node-type-blog .node-blog .field-name-field-team-image img,
  body.node-type-blog .node-blog .field-name-field-image img,
  body.node-type-blog .node-project .field-name-field-team-image img,
  body.node-type-blog .node-project .field-name-field-image img,
  body.node-type-blog .node-article .field-name-field-team-image img,
  body.node-type-blog .node-article .field-name-field-image img,
  body.node-type-blog .node-activity .field-name-field-team-image img,
  body.node-type-blog .node-activity .field-name-field-image img,
  body.node-type-blog .node-partner .field-name-field-team-image img,
  body.node-type-blog .node-partner .field-name-field-image img,
  body.node-type-partner .node-get-involved .field-name-field-team-image img,
  body.node-type-partner .node-get-involved .field-name-field-image img,
  body.node-type-partner .node-team .field-name-field-team-image img,
  body.node-type-partner .node-team .field-name-field-image img,
  body.node-type-partner .node-resource .field-name-field-team-image img,
  body.node-type-partner .node-resource .field-name-field-image img,
  body.node-type-partner .node-event .field-name-field-team-image img,
  body.node-type-partner .node-event .field-name-field-image img,
  body.node-type-partner .node-blog .field-name-field-team-image img,
  body.node-type-partner .node-blog .field-name-field-image img,
  body.node-type-partner .node-project .field-name-field-team-image img,
  body.node-type-partner .node-project .field-name-field-image img,
  body.node-type-partner .node-article .field-name-field-team-image img,
  body.node-type-partner .node-article .field-name-field-image img,
  body.node-type-partner .node-activity .field-name-field-team-image img,
  body.node-type-partner .node-activity .field-name-field-image img,
  body.node-type-partner .node-partner .field-name-field-team-image img,
  body.node-type-partner .node-partner .field-name-field-image img,
  body.node-type-team .node-get-involved .field-name-field-team-image img,
  body.node-type-team .node-get-involved .field-name-field-image img,
  body.node-type-team .node-team .field-name-field-team-image img,
  body.node-type-team .node-team .field-name-field-image img,
  body.node-type-team .node-resource .field-name-field-team-image img,
  body.node-type-team .node-resource .field-name-field-image img,
  body.node-type-team .node-event .field-name-field-team-image img,
  body.node-type-team .node-event .field-name-field-image img,
  body.node-type-team .node-blog .field-name-field-team-image img,
  body.node-type-team .node-blog .field-name-field-image img,
  body.node-type-team .node-project .field-name-field-team-image img,
  body.node-type-team .node-project .field-name-field-image img,
  body.node-type-team .node-article .field-name-field-team-image img,
  body.node-type-team .node-article .field-name-field-image img,
  body.node-type-team .node-activity .field-name-field-team-image img,
  body.node-type-team .node-activity .field-name-field-image img,
  body.node-type-team .node-partner .field-name-field-team-image img,
  body.node-type-team .node-partner .field-name-field-image img,
  body.node-type-project .node-get-involved .field-name-field-team-image img,
  body.node-type-project .node-get-involved .field-name-field-image img,
  body.node-type-project .node-team .field-name-field-team-image img,
  body.node-type-project .node-team .field-name-field-image img,
  body.node-type-project .node-resource .field-name-field-team-image img,
  body.node-type-project .node-resource .field-name-field-image img,
  body.node-type-project .node-event .field-name-field-team-image img,
  body.node-type-project .node-event .field-name-field-image img,
  body.node-type-project .node-blog .field-name-field-team-image img,
  body.node-type-project .node-blog .field-name-field-image img,
  body.node-type-project .node-project .field-name-field-team-image img,
  body.node-type-project .node-project .field-name-field-image img,
  body.node-type-project .node-article .field-name-field-team-image img,
  body.node-type-project .node-article .field-name-field-image img,
  body.node-type-project .node-activity .field-name-field-team-image img,
  body.node-type-project .node-activity .field-name-field-image img,
  body.node-type-project .node-partner .field-name-field-team-image img,
  body.node-type-project .node-partner .field-name-field-image img,
  body.node-type-article .node-get-involved .field-name-field-team-image img,
  body.node-type-article .node-get-involved .field-name-field-image img,
  body.node-type-article .node-team .field-name-field-team-image img,
  body.node-type-article .node-team .field-name-field-image img,
  body.node-type-article .node-resource .field-name-field-team-image img,
  body.node-type-article .node-resource .field-name-field-image img,
  body.node-type-article .node-event .field-name-field-team-image img,
  body.node-type-article .node-event .field-name-field-image img,
  body.node-type-article .node-blog .field-name-field-team-image img,
  body.node-type-article .node-blog .field-name-field-image img,
  body.node-type-article .node-project .field-name-field-team-image img,
  body.node-type-article .node-project .field-name-field-image img,
  body.node-type-article .node-article .field-name-field-team-image img,
  body.node-type-article .node-article .field-name-field-image img,
  body.node-type-article .node-activity .field-name-field-team-image img,
  body.node-type-article .node-activity .field-name-field-image img,
  body.node-type-article .node-partner .field-name-field-team-image img,
  body.node-type-article .node-partner .field-name-field-image img,
  body.node-type-event .node-get-involved .field-name-field-team-image img,
  body.node-type-event .node-get-involved .field-name-field-image img,
  body.node-type-event .node-team .field-name-field-team-image img,
  body.node-type-event .node-team .field-name-field-image img,
  body.node-type-event .node-resource .field-name-field-team-image img,
  body.node-type-event .node-resource .field-name-field-image img,
  body.node-type-event .node-event .field-name-field-team-image img,
  body.node-type-event .node-event .field-name-field-image img,
  body.node-type-event .node-blog .field-name-field-team-image img,
  body.node-type-event .node-blog .field-name-field-image img,
  body.node-type-event .node-project .field-name-field-team-image img,
  body.node-type-event .node-project .field-name-field-image img,
  body.node-type-event .node-article .field-name-field-team-image img,
  body.node-type-event .node-article .field-name-field-image img,
  body.node-type-event .node-activity .field-name-field-team-image img,
  body.node-type-event .node-activity .field-name-field-image img,
  body.node-type-event .node-partner .field-name-field-team-image img,
  body.node-type-event .node-partner .field-name-field-image img,
  body.node-type-get-involved .node-get-involved .field-name-field-team-image img,
  body.node-type-get-involved .node-get-involved .field-name-field-image img,
  body.node-type-get-involved .node-team .field-name-field-team-image img,
  body.node-type-get-involved .node-team .field-name-field-image img,
  body.node-type-get-involved .node-resource .field-name-field-team-image img,
  body.node-type-get-involved .node-resource .field-name-field-image img,
  body.node-type-get-involved .node-event .field-name-field-team-image img,
  body.node-type-get-involved .node-event .field-name-field-image img,
  body.node-type-get-involved .node-blog .field-name-field-team-image img,
  body.node-type-get-involved .node-blog .field-name-field-image img,
  body.node-type-get-involved .node-project .field-name-field-team-image img,
  body.node-type-get-involved .node-project .field-name-field-image img,
  body.node-type-get-involved .node-article .field-name-field-team-image img,
  body.node-type-get-involved .node-article .field-name-field-image img,
  body.node-type-get-involved .node-activity .field-name-field-team-image img,
  body.node-type-get-involved .node-activity .field-name-field-image img,
  body.node-type-get-involved .node-partner .field-name-field-team-image img,
  body.node-type-get-involved .node-partner .field-name-field-image img,
  body.node-type-resource .node-get-involved .field-name-field-team-image img,
  body.node-type-resource .node-get-involved .field-name-field-image img,
  body.node-type-resource .node-team .field-name-field-team-image img,
  body.node-type-resource .node-team .field-name-field-image img,
  body.node-type-resource .node-resource .field-name-field-team-image img,
  body.node-type-resource .node-resource .field-name-field-image img,
  body.node-type-resource .node-event .field-name-field-team-image img,
  body.node-type-resource .node-event .field-name-field-image img,
  body.node-type-resource .node-blog .field-name-field-team-image img,
  body.node-type-resource .node-blog .field-name-field-image img,
  body.node-type-resource .node-project .field-name-field-team-image img,
  body.node-type-resource .node-project .field-name-field-image img,
  body.node-type-resource .node-article .field-name-field-team-image img,
  body.node-type-resource .node-article .field-name-field-image img,
  body.node-type-resource .node-activity .field-name-field-team-image img,
  body.node-type-resource .node-activity .field-name-field-image img,
  body.node-type-resource .node-partner .field-name-field-team-image img,
  body.node-type-resource .node-partner .field-name-field-image img,
  body.node-type-activity .node-get-involved .field-name-field-team-image img,
  body.node-type-activity .node-get-involved .field-name-field-image img,
  body.node-type-activity .node-team .field-name-field-team-image img,
  body.node-type-activity .node-team .field-name-field-image img,
  body.node-type-activity .node-resource .field-name-field-team-image img,
  body.node-type-activity .node-resource .field-name-field-image img,
  body.node-type-activity .node-event .field-name-field-team-image img,
  body.node-type-activity .node-event .field-name-field-image img,
  body.node-type-activity .node-blog .field-name-field-team-image img,
  body.node-type-activity .node-blog .field-name-field-image img,
  body.node-type-activity .node-project .field-name-field-team-image img,
  body.node-type-activity .node-project .field-name-field-image img,
  body.node-type-activity .node-article .field-name-field-team-image img,
  body.node-type-activity .node-article .field-name-field-image img,
  body.node-type-activity .node-activity .field-name-field-team-image img,
  body.node-type-activity .node-activity .field-name-field-image img,
  body.node-type-activity .node-partner .field-name-field-team-image img,
  body.node-type-activity .node-partner .field-name-field-image img {
    width: 100%;
    height: auto; }
  /*Changed below from 480 */
  @media screen and (max-width: 600px) {
    body.node-type-blog .node-get-involved .field-name-field-team-image,
    body.node-type-blog .node-get-involved .field-name-field-image,
    body.node-type-blog .node-team .field-name-field-team-image,
    body.node-type-blog .node-team .field-name-field-image,
    body.node-type-blog .node-resource .field-name-field-team-image,
    body.node-type-blog .node-resource .field-name-field-image,
    body.node-type-blog .node-event .field-name-field-team-image,
    body.node-type-blog .node-event .field-name-field-image,
    body.node-type-blog .node-blog .field-name-field-team-image,
    body.node-type-blog .node-blog .field-name-field-image,
    body.node-type-blog .node-project .field-name-field-team-image,
    body.node-type-blog .node-project .field-name-field-image,
    body.node-type-blog .node-article .field-name-field-team-image,
    body.node-type-blog .node-article .field-name-field-image,
    body.node-type-blog .node-activity .field-name-field-team-image,
    body.node-type-blog .node-activity .field-name-field-image,
    body.node-type-blog .node-partner .field-name-field-team-image,
    body.node-type-blog .node-partner .field-name-field-image,
    body.node-type-partner .node-get-involved .field-name-field-team-image,
    body.node-type-partner .node-get-involved .field-name-field-image,
    body.node-type-partner .node-team .field-name-field-team-image,
    body.node-type-partner .node-team .field-name-field-image,
    body.node-type-partner .node-resource .field-name-field-team-image,
    body.node-type-partner .node-resource .field-name-field-image,
    body.node-type-partner .node-event .field-name-field-team-image,
    body.node-type-partner .node-event .field-name-field-image,
    body.node-type-partner .node-blog .field-name-field-team-image,
    body.node-type-partner .node-blog .field-name-field-image,
    body.node-type-partner .node-project .field-name-field-team-image,
    body.node-type-partner .node-project .field-name-field-image,
    body.node-type-partner .node-article .field-name-field-team-image,
    body.node-type-partner .node-article .field-name-field-image,
    body.node-type-partner .node-activity .field-name-field-team-image,
    body.node-type-partner .node-activity .field-name-field-image,
    body.node-type-partner .node-partner .field-name-field-team-image,
    body.node-type-partner .node-partner .field-name-field-image,
    body.node-type-team .node-get-involved .field-name-field-team-image,
    body.node-type-team .node-get-involved .field-name-field-image,
    body.node-type-team .node-team .field-name-field-team-image,
    body.node-type-team .node-team .field-name-field-image,
    body.node-type-team .node-resource .field-name-field-team-image,
    body.node-type-team .node-resource .field-name-field-image,
    body.node-type-team .node-event .field-name-field-team-image,
    body.node-type-team .node-event .field-name-field-image,
    body.node-type-team .node-blog .field-name-field-team-image,
    body.node-type-team .node-blog .field-name-field-image,
    body.node-type-team .node-project .field-name-field-team-image,
    body.node-type-team .node-project .field-name-field-image,
    body.node-type-team .node-article .field-name-field-team-image,
    body.node-type-team .node-article .field-name-field-image,
    body.node-type-team .node-activity .field-name-field-team-image,
    body.node-type-team .node-activity .field-name-field-image,
    body.node-type-team .node-partner .field-name-field-team-image,
    body.node-type-team .node-partner .field-name-field-image,
    body.node-type-project .node-get-involved .field-name-field-team-image,
    body.node-type-project .node-get-involved .field-name-field-image,
    body.node-type-project .node-team .field-name-field-team-image,
    body.node-type-project .node-team .field-name-field-image,
    body.node-type-project .node-resource .field-name-field-team-image,
    body.node-type-project .node-resource .field-name-field-image,
    body.node-type-project .node-event .field-name-field-team-image,
    body.node-type-project .node-event .field-name-field-image,
    body.node-type-project .node-blog .field-name-field-team-image,
    body.node-type-project .node-blog .field-name-field-image,
    body.node-type-project .node-project .field-name-field-team-image,
    body.node-type-project .node-project .field-name-field-image,
    body.node-type-project .node-article .field-name-field-team-image,
    body.node-type-project .node-article .field-name-field-image,
    body.node-type-project .node-activity .field-name-field-team-image,
    body.node-type-project .node-activity .field-name-field-image,
    body.node-type-project .node-partner .field-name-field-team-image,
    body.node-type-project .node-partner .field-name-field-image,
    body.node-type-article .node-get-involved .field-name-field-team-image,
    body.node-type-article .node-get-involved .field-name-field-image,
    body.node-type-article .node-team .field-name-field-team-image,
    body.node-type-article .node-team .field-name-field-image,
    body.node-type-article .node-resource .field-name-field-team-image,
    body.node-type-article .node-resource .field-name-field-image,
    body.node-type-article .node-event .field-name-field-team-image,
    body.node-type-article .node-event .field-name-field-image,
    body.node-type-article .node-blog .field-name-field-team-image,
    body.node-type-article .node-blog .field-name-field-image,
    body.node-type-article .node-project .field-name-field-team-image,
    body.node-type-article .node-project .field-name-field-image,
    body.node-type-article .node-article .field-name-field-team-image,
    body.node-type-article .node-article .field-name-field-image,
    body.node-type-article .node-activity .field-name-field-team-image,
    body.node-type-article .node-activity .field-name-field-image,
    body.node-type-article .node-partner .field-name-field-team-image,
    body.node-type-article .node-partner .field-name-field-image,
    body.node-type-event .node-get-involved .field-name-field-team-image,
    body.node-type-event .node-get-involved .field-name-field-image,
    body.node-type-event .node-team .field-name-field-team-image,
    body.node-type-event .node-team .field-name-field-image,
    body.node-type-event .node-resource .field-name-field-team-image,
    body.node-type-event .node-resource .field-name-field-image,
    body.node-type-event .node-event .field-name-field-team-image,
    body.node-type-event .node-event .field-name-field-image,
    body.node-type-event .node-blog .field-name-field-team-image,
    body.node-type-event .node-blog .field-name-field-image,
    body.node-type-event .node-project .field-name-field-team-image,
    body.node-type-event .node-project .field-name-field-image,
    body.node-type-event .node-article .field-name-field-team-image,
    body.node-type-event .node-article .field-name-field-image,
    body.node-type-event .node-activity .field-name-field-team-image,
    body.node-type-event .node-activity .field-name-field-image,
    body.node-type-event .node-partner .field-name-field-team-image,
    body.node-type-event .node-partner .field-name-field-image,
    body.node-type-get-involved .node-get-involved .field-name-field-team-image,
    body.node-type-get-involved .node-get-involved .field-name-field-image,
    body.node-type-get-involved .node-team .field-name-field-team-image,
    body.node-type-get-involved .node-team .field-name-field-image,
    body.node-type-get-involved .node-resource .field-name-field-team-image,
    body.node-type-get-involved .node-resource .field-name-field-image,
    body.node-type-get-involved .node-event .field-name-field-team-image,
    body.node-type-get-involved .node-event .field-name-field-image,
    body.node-type-get-involved .node-blog .field-name-field-team-image,
    body.node-type-get-involved .node-blog .field-name-field-image,
    body.node-type-get-involved .node-project .field-name-field-team-image,
    body.node-type-get-involved .node-project .field-name-field-image,
    body.node-type-get-involved .node-article .field-name-field-team-image,
    body.node-type-get-involved .node-article .field-name-field-image,
    body.node-type-get-involved .node-activity .field-name-field-team-image,
    body.node-type-get-involved .node-activity .field-name-field-image,
    body.node-type-get-involved .node-partner .field-name-field-team-image,
    body.node-type-get-involved .node-partner .field-name-field-image,
    body.node-type-resource .node-get-involved .field-name-field-team-image,
    body.node-type-resource .node-get-involved .field-name-field-image,
    body.node-type-resource .node-team .field-name-field-team-image,
    body.node-type-resource .node-team .field-name-field-image,
    body.node-type-resource .node-resource .field-name-field-team-image,
    body.node-type-resource .node-resource .field-name-field-image,
    body.node-type-resource .node-event .field-name-field-team-image,
    body.node-type-resource .node-event .field-name-field-image,
    body.node-type-resource .node-blog .field-name-field-team-image,
    body.node-type-resource .node-blog .field-name-field-image,
    body.node-type-resource .node-project .field-name-field-team-image,
    body.node-type-resource .node-project .field-name-field-image,
    body.node-type-resource .node-article .field-name-field-team-image,
    body.node-type-resource .node-article .field-name-field-image,
    body.node-type-resource .node-activity .field-name-field-team-image,
    body.node-type-resource .node-activity .field-name-field-image,
    body.node-type-resource .node-partner .field-name-field-team-image,
    body.node-type-resource .node-partner .field-name-field-image,
    body.node-type-activity .node-get-involved .field-name-field-team-image,
    body.node-type-activity .node-get-involved .field-name-field-image,
    body.node-type-activity .node-team .field-name-field-team-image,
    body.node-type-activity .node-team .field-name-field-image,
    body.node-type-activity .node-resource .field-name-field-team-image,
    body.node-type-activity .node-resource .field-name-field-image,
    body.node-type-activity .node-event .field-name-field-team-image,
    body.node-type-activity .node-event .field-name-field-image,
    body.node-type-activity .node-blog .field-name-field-team-image,
    body.node-type-activity .node-blog .field-name-field-image,
    body.node-type-activity .node-project .field-name-field-team-image,
    body.node-type-activity .node-project .field-name-field-image,
    body.node-type-activity .node-article .field-name-field-team-image,
    body.node-type-activity .node-article .field-name-field-image,
    body.node-type-activity .node-activity .field-name-field-team-image,
    body.node-type-activity .node-activity .field-name-field-image,
    body.node-type-activity .node-partner .field-name-field-team-image,
    body.node-type-activity .node-partner .field-name-field-image {
      width: 100%;
      margin-right: 0; } }
body.node-type-blog .node-get-involved .field-group-div.group-right,
body.node-type-blog .node-team .field-group-div.group-right,
body.node-type-blog .node-resource .field-group-div.group-right,
body.node-type-blog .node-event .field-group-div.group-right,
body.node-type-blog .node-blog .field-group-div.group-right,
body.node-type-blog .node-project .field-group-div.group-right,
body.node-type-blog .node-article .field-group-div.group-right,
body.node-type-blog .node-activity .field-group-div.group-right,
body.node-type-blog .node-partner .field-group-div.group-right,
body.node-type-partner .node-get-involved .field-group-div.group-right,
body.node-type-partner .node-team .field-group-div.group-right,
body.node-type-partner .node-resource .field-group-div.group-right,
body.node-type-partner .node-event .field-group-div.group-right,
body.node-type-partner .node-blog .field-group-div.group-right,
body.node-type-partner .node-project .field-group-div.group-right,
body.node-type-partner .node-article .field-group-div.group-right,
body.node-type-partner .node-activity .field-group-div.group-right,
body.node-type-partner .node-partner .field-group-div.group-right,
body.node-type-team .node-get-involved .field-group-div.group-right,
body.node-type-team .node-team .field-group-div.group-right,
body.node-type-team .node-resource .field-group-div.group-right,
body.node-type-team .node-event .field-group-div.group-right,
body.node-type-team .node-blog .field-group-div.group-right,
body.node-type-team .node-project .field-group-div.group-right,
body.node-type-team .node-article .field-group-div.group-right,
body.node-type-team .node-activity .field-group-div.group-right,
body.node-type-team .node-partner .field-group-div.group-right,
body.node-type-project .node-get-involved .field-group-div.group-right,
body.node-type-project .node-team .field-group-div.group-right,
body.node-type-project .node-resource .field-group-div.group-right,
body.node-type-project .node-event .field-group-div.group-right,
body.node-type-project .node-blog .field-group-div.group-right,
body.node-type-project .node-project .field-group-div.group-right,
body.node-type-project .node-article .field-group-div.group-right,
body.node-type-project .node-activity .field-group-div.group-right,
body.node-type-project .node-partner .field-group-div.group-right,
body.node-type-article .node-get-involved .field-group-div.group-right,
body.node-type-article .node-team .field-group-div.group-right,
body.node-type-article .node-resource .field-group-div.group-right,
body.node-type-article .node-event .field-group-div.group-right,
body.node-type-article .node-blog .field-group-div.group-right,
body.node-type-article .node-project .field-group-div.group-right,
body.node-type-article .node-article .field-group-div.group-right,
body.node-type-article .node-activity .field-group-div.group-right,
body.node-type-article .node-partner .field-group-div.group-right,
body.node-type-event .node-get-involved .field-group-div.group-right,
body.node-type-event .node-team .field-group-div.group-right,
body.node-type-event .node-resource .field-group-div.group-right,
body.node-type-event .node-event .field-group-div.group-right,
body.node-type-event .node-blog .field-group-div.group-right,
body.node-type-event .node-project .field-group-div.group-right,
body.node-type-event .node-article .field-group-div.group-right,
body.node-type-event .node-activity .field-group-div.group-right,
body.node-type-event .node-partner .field-group-div.group-right,
body.node-type-get-involved .node-get-involved .field-group-div.group-right,
body.node-type-get-involved .node-team .field-group-div.group-right,
body.node-type-get-involved .node-resource .field-group-div.group-right,
body.node-type-get-involved .node-event .field-group-div.group-right,
body.node-type-get-involved .node-blog .field-group-div.group-right,
body.node-type-get-involved .node-project .field-group-div.group-right,
body.node-type-get-involved .node-article .field-group-div.group-right,
body.node-type-get-involved .node-activity .field-group-div.group-right,
body.node-type-get-involved .node-partner .field-group-div.group-right,
body.node-type-resource .node-get-involved .field-group-div.group-right,
body.node-type-resource .node-team .field-group-div.group-right,
body.node-type-resource .node-resource .field-group-div.group-right,
body.node-type-resource .node-event .field-group-div.group-right,
body.node-type-resource .node-blog .field-group-div.group-right,
body.node-type-resource .node-project .field-group-div.group-right,
body.node-type-resource .node-article .field-group-div.group-right,
body.node-type-resource .node-activity .field-group-div.group-right,
body.node-type-resource .node-partner .field-group-div.group-right,
body.node-type-activity .node-get-involved .field-group-div.group-right,
body.node-type-activity .node-team .field-group-div.group-right,
body.node-type-activity .node-resource .field-group-div.group-right,
body.node-type-activity .node-event .field-group-div.group-right,
body.node-type-activity .node-blog .field-group-div.group-right,
body.node-type-activity .node-project .field-group-div.group-right,
body.node-type-activity .node-article .field-group-div.group-right,
body.node-type-activity .node-activity .field-group-div.group-right,
body.node-type-activity .node-partner .field-group-div.group-right {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 65.95745%;
  margin-right: 0; }
  body.node-type-blog .node-get-involved .field-group-div.group-right:last-child,
  body.node-type-blog .node-team .field-group-div.group-right:last-child,
  body.node-type-blog .node-resource .field-group-div.group-right:last-child,
  body.node-type-blog .node-event .field-group-div.group-right:last-child,
  body.node-type-blog .node-blog .field-group-div.group-right:last-child,
  body.node-type-blog .node-project .field-group-div.group-right:last-child,
  body.node-type-blog .node-article .field-group-div.group-right:last-child,
  body.node-type-blog .node-activity .field-group-div.group-right:last-child,
  body.node-type-blog .node-partner .field-group-div.group-right:last-child,
  body.node-type-partner .node-get-involved .field-group-div.group-right:last-child,
  body.node-type-partner .node-team .field-group-div.group-right:last-child,
  body.node-type-partner .node-resource .field-group-div.group-right:last-child,
  body.node-type-partner .node-event .field-group-div.group-right:last-child,
  body.node-type-partner .node-blog .field-group-div.group-right:last-child,
  body.node-type-partner .node-project .field-group-div.group-right:last-child,
  body.node-type-partner .node-article .field-group-div.group-right:last-child,
  body.node-type-partner .node-activity .field-group-div.group-right:last-child,
  body.node-type-partner .node-partner .field-group-div.group-right:last-child,
  body.node-type-team .node-get-involved .field-group-div.group-right:last-child,
  body.node-type-team .node-team .field-group-div.group-right:last-child,
  body.node-type-team .node-resource .field-group-div.group-right:last-child,
  body.node-type-team .node-event .field-group-div.group-right:last-child,
  body.node-type-team .node-blog .field-group-div.group-right:last-child,
  body.node-type-team .node-project .field-group-div.group-right:last-child,
  body.node-type-team .node-article .field-group-div.group-right:last-child,
  body.node-type-team .node-activity .field-group-div.group-right:last-child,
  body.node-type-team .node-partner .field-group-div.group-right:last-child,
  body.node-type-project .node-get-involved .field-group-div.group-right:last-child,
  body.node-type-project .node-team .field-group-div.group-right:last-child,
  body.node-type-project .node-resource .field-group-div.group-right:last-child,
  body.node-type-project .node-event .field-group-div.group-right:last-child,
  body.node-type-project .node-blog .field-group-div.group-right:last-child,
  body.node-type-project .node-project .field-group-div.group-right:last-child,
  body.node-type-project .node-article .field-group-div.group-right:last-child,
  body.node-type-project .node-activity .field-group-div.group-right:last-child,
  body.node-type-project .node-partner .field-group-div.group-right:last-child,
  body.node-type-article .node-get-involved .field-group-div.group-right:last-child,
  body.node-type-article .node-team .field-group-div.group-right:last-child,
  body.node-type-article .node-resource .field-group-div.group-right:last-child,
  body.node-type-article .node-event .field-group-div.group-right:last-child,
  body.node-type-article .node-blog .field-group-div.group-right:last-child,
  body.node-type-article .node-project .field-group-div.group-right:last-child,
  body.node-type-article .node-article .field-group-div.group-right:last-child,
  body.node-type-article .node-activity .field-group-div.group-right:last-child,
  body.node-type-article .node-partner .field-group-div.group-right:last-child,
  body.node-type-event .node-get-involved .field-group-div.group-right:last-child,
  body.node-type-event .node-team .field-group-div.group-right:last-child,
  body.node-type-event .node-resource .field-group-div.group-right:last-child,
  body.node-type-event .node-event .field-group-div.group-right:last-child,
  body.node-type-event .node-blog .field-group-div.group-right:last-child,
  body.node-type-event .node-project .field-group-div.group-right:last-child,
  body.node-type-event .node-article .field-group-div.group-right:last-child,
  body.node-type-event .node-activity .field-group-div.group-right:last-child,
  body.node-type-event .node-partner .field-group-div.group-right:last-child,
  body.node-type-get-involved .node-get-involved .field-group-div.group-right:last-child,
  body.node-type-get-involved .node-team .field-group-div.group-right:last-child,
  body.node-type-get-involved .node-resource .field-group-div.group-right:last-child,
  body.node-type-get-involved .node-event .field-group-div.group-right:last-child,
  body.node-type-get-involved .node-blog .field-group-div.group-right:last-child,
  body.node-type-get-involved .node-project .field-group-div.group-right:last-child,
  body.node-type-get-involved .node-article .field-group-div.group-right:last-child,
  body.node-type-get-involved .node-activity .field-group-div.group-right:last-child,
  body.node-type-get-involved .node-partner .field-group-div.group-right:last-child,
  body.node-type-resource .node-get-involved .field-group-div.group-right:last-child,
  body.node-type-resource .node-team .field-group-div.group-right:last-child,
  body.node-type-resource .node-resource .field-group-div.group-right:last-child,
  body.node-type-resource .node-event .field-group-div.group-right:last-child,
  body.node-type-resource .node-blog .field-group-div.group-right:last-child,
  body.node-type-resource .node-project .field-group-div.group-right:last-child,
  body.node-type-resource .node-article .field-group-div.group-right:last-child,
  body.node-type-resource .node-activity .field-group-div.group-right:last-child,
  body.node-type-resource .node-partner .field-group-div.group-right:last-child,
  body.node-type-activity .node-get-involved .field-group-div.group-right:last-child,
  body.node-type-activity .node-team .field-group-div.group-right:last-child,
  body.node-type-activity .node-resource .field-group-div.group-right:last-child,
  body.node-type-activity .node-event .field-group-div.group-right:last-child,
  body.node-type-activity .node-blog .field-group-div.group-right:last-child,
  body.node-type-activity .node-project .field-group-div.group-right:last-child,
  body.node-type-activity .node-article .field-group-div.group-right:last-child,
  body.node-type-activity .node-activity .field-group-div.group-right:last-child,
  body.node-type-activity .node-partner .field-group-div.group-right:last-child {
    margin-right: 0; }

/* changed below from 480*/
  @media screen and (max-width: 600px) {
    body.node-type-blog .node-get-involved .field-group-div.group-right,
    body.node-type-blog .node-team .field-group-div.group-right,
    body.node-type-blog .node-resource .field-group-div.group-right,
    body.node-type-blog .node-event .field-group-div.group-right,
    body.node-type-blog .node-blog .field-group-div.group-right,
    body.node-type-blog .node-project .field-group-div.group-right,
    body.node-type-blog .node-article .field-group-div.group-right,
    body.node-type-blog .node-activity .field-group-div.group-right,
    body.node-type-blog .node-partner .field-group-div.group-right,
    body.node-type-partner .node-get-involved .field-group-div.group-right,
    body.node-type-partner .node-team .field-group-div.group-right,
    body.node-type-partner .node-resource .field-group-div.group-right,
    body.node-type-partner .node-event .field-group-div.group-right,
    body.node-type-partner .node-blog .field-group-div.group-right,
    body.node-type-partner .node-project .field-group-div.group-right,
    body.node-type-partner .node-article .field-group-div.group-right,
    body.node-type-partner .node-activity .field-group-div.group-right,
    body.node-type-partner .node-partner .field-group-div.group-right,
    body.node-type-team .node-get-involved .field-group-div.group-right,
    body.node-type-team .node-team .field-group-div.group-right,
    body.node-type-team .node-resource .field-group-div.group-right,
    body.node-type-team .node-event .field-group-div.group-right,
    body.node-type-team .node-blog .field-group-div.group-right,
    body.node-type-team .node-project .field-group-div.group-right,
    body.node-type-team .node-article .field-group-div.group-right,
    body.node-type-team .node-activity .field-group-div.group-right,
    body.node-type-team .node-partner .field-group-div.group-right,
    body.node-type-project .node-get-involved .field-group-div.group-right,
    body.node-type-project .node-team .field-group-div.group-right,
    body.node-type-project .node-resource .field-group-div.group-right,
    body.node-type-project .node-event .field-group-div.group-right,
    body.node-type-project .node-blog .field-group-div.group-right,
    body.node-type-project .node-project .field-group-div.group-right,
    body.node-type-project .node-article .field-group-div.group-right,
    body.node-type-project .node-activity .field-group-div.group-right,
    body.node-type-project .node-partner .field-group-div.group-right,
    body.node-type-article .node-get-involved .field-group-div.group-right,
    body.node-type-article .node-team .field-group-div.group-right,
    body.node-type-article .node-resource .field-group-div.group-right,
    body.node-type-article .node-event .field-group-div.group-right,
    body.node-type-article .node-blog .field-group-div.group-right,
    body.node-type-article .node-project .field-group-div.group-right,
    body.node-type-article .node-article .field-group-div.group-right,
    body.node-type-article .node-activity .field-group-div.group-right,
    body.node-type-article .node-partner .field-group-div.group-right,
    body.node-type-event .node-get-involved .field-group-div.group-right,
    body.node-type-event .node-team .field-group-div.group-right,
    body.node-type-event .node-resource .field-group-div.group-right,
    body.node-type-event .node-event .field-group-div.group-right,
    body.node-type-event .node-blog .field-group-div.group-right,
    body.node-type-event .node-project .field-group-div.group-right,
    body.node-type-event .node-article .field-group-div.group-right,
    body.node-type-event .node-activity .field-group-div.group-right,
    body.node-type-event .node-partner .field-group-div.group-right,
    body.node-type-get-involved .node-get-involved .field-group-div.group-right,
    body.node-type-get-involved .node-team .field-group-div.group-right,
    body.node-type-get-involved .node-resource .field-group-div.group-right,
    body.node-type-get-involved .node-event .field-group-div.group-right,
    body.node-type-get-involved .node-blog .field-group-div.group-right,
    body.node-type-get-involved .node-project .field-group-div.group-right,
    body.node-type-get-involved .node-article .field-group-div.group-right,
    body.node-type-get-involved .node-activity .field-group-div.group-right,
    body.node-type-get-involved .node-partner .field-group-div.group-right,
    body.node-type-resource .node-get-involved .field-group-div.group-right,
    body.node-type-resource .node-team .field-group-div.group-right,
    body.node-type-resource .node-resource .field-group-div.group-right,
    body.node-type-resource .node-event .field-group-div.group-right,
    body.node-type-resource .node-blog .field-group-div.group-right,
    body.node-type-resource .node-project .field-group-div.group-right,
    body.node-type-resource .node-article .field-group-div.group-right,
    body.node-type-resource .node-activity .field-group-div.group-right,
    body.node-type-resource .node-partner .field-group-div.group-right,
    body.node-type-activity .node-get-involved .field-group-div.group-right,
    body.node-type-activity .node-team .field-group-div.group-right,
    body.node-type-activity .node-resource .field-group-div.group-right,
    body.node-type-activity .node-event .field-group-div.group-right,
    body.node-type-activity .node-blog .field-group-div.group-right,
    body.node-type-activity .node-project .field-group-div.group-right,
    body.node-type-activity .node-article .field-group-div.group-right,
    body.node-type-activity .node-activity .field-group-div.group-right,
    body.node-type-activity .node-partner .field-group-div.group-right {
      width: 100%;
      margin-right: 0; } }
body.node-type-blog .node-team .group-right,
body.node-type-partner .node-team .group-right,
body.node-type-team .node-team .group-right,
body.node-type-project .node-team .group-right,
body.node-type-article .node-team .group-right,
body.node-type-event .node-team .group-right,
body.node-type-get-involved .node-team .group-right,
body.node-type-resource .node-team .group-right,
body.node-type-activity .node-team .group-right {
  float: left; }
  body.node-type-blog .node-team .group-right .field,
  body.node-type-partner .node-team .group-right .field,
  body.node-type-team .node-team .group-right .field,
  body.node-type-project .node-team .group-right .field,
  body.node-type-article .node-team .group-right .field,
  body.node-type-event .node-team .group-right .field,
  body.node-type-get-involved .node-team .group-right .field,
  body.node-type-resource .node-team .group-right .field,
  body.node-type-activity .node-team .group-right .field {
    margin-bottom: 2px; }
  body.node-type-blog .node-team .group-right .field-name-field-name,
  body.node-type-partner .node-team .group-right .field-name-field-name,
  body.node-type-team .node-team .group-right .field-name-field-name,
  body.node-type-project .node-team .group-right .field-name-field-name,
  body.node-type-article .node-team .group-right .field-name-field-name,
  body.node-type-event .node-team .group-right .field-name-field-name,
  body.node-type-get-involved .node-team .group-right .field-name-field-name,
  body.node-type-resource .node-team .group-right .field-name-field-name,
  body.node-type-activity .node-team .group-right .field-name-field-name {
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.5em;
    margin-bottom: 5px;
	  color: #3d7aa6;
	}
  body.node-type-blog .node-team .group-right .field-name-field-team-title,
  body.node-type-blog .node-team .group-right .field-name-field-team-member-type,
  body.node-type-partner .node-team .group-right .field-name-field-team-title,
  body.node-type-partner .node-team .group-right .field-name-field-team-member-type,
  body.node-type-team .node-team .group-right .field-name-field-team-title,
  body.node-type-team .node-team .group-right .field-name-field-team-member-type,
  body.node-type-project .node-team .group-right .field-name-field-team-title,
  body.node-type-project .node-team .group-right .field-name-field-team-member-type,
  body.node-type-article .node-team .group-right .field-name-field-team-title,
  body.node-type-article .node-team .group-right .field-name-field-team-member-type,
  body.node-type-event .node-team .group-right .field-name-field-team-title,
  body.node-type-event .node-team .group-right .field-name-field-team-member-type,
  body.node-type-get-involved .node-team .group-right .field-name-field-team-title,
  body.node-type-get-involved .node-team .group-right .field-name-field-team-member-type,
  body.node-type-resource .node-team .group-right .field-name-field-team-title,
  body.node-type-resource .node-team .group-right .field-name-field-team-member-type,
  body.node-type-activity .node-team .group-right .field-name-field-team-title,
  body.node-type-activity .node-team .group-right .field-name-field-team-member-type {
    display: inline-block; 
	font-weight: bold;}
  body.node-type-blog .node-team .group-right .field-name-field-team-bio,
  body.node-type-partner .node-team .group-right .field-name-field-team-bio,
  body.node-type-team .node-team .group-right .field-name-field-team-bio,
  body.node-type-project .node-team .group-right .field-name-field-team-bio,
  body.node-type-article .node-team .group-right .field-name-field-team-bio,
  body.node-type-event .node-team .group-right .field-name-field-team-bio,
  body.node-type-get-involved .node-team .group-right .field-name-field-team-bio,
  body.node-type-resource .node-team .group-right .field-name-field-team-bio,
  body.node-type-activity .node-team .group-right .field-name-field-team-bio {
    margin-top: 15px; }

.page-contact .form-item label {
  font-weight: normal;
  color: #ff0040;
  margin-bottom: 5px; }
.page-contact .form-text,
.page-contact .form-textarea {
  background: white;
  box-shadow: 2px 3px 4px #c8c8c8;
  border: 0;
  padding: 10px; }
  @media screen and (max-width: 880px) {
    .page-contact .form-text,
    .page-contact .form-textarea {
      width: 100%; } }
.page-contact .form-type-textarea .grippie {
  display: none !important; }
.page-contact #edit-actions {
  text-align: right; }
  .page-contact #edit-actions .form-submit {
    color: #ff0040;
    background: white;
    box-shadow: 2px 3px 4px #c8c8c8;
    padding: 10px 30px;
    border: 0; }

.page-gallery .taxonomy-term h2 {
  display: none; }

.mg-col .mg-gallery.mg-teaser {
  clear: none; }

.page-amani-content-admin .view-content-admin .views-exposed-form #edit-title-wrapper,
.page-amani-content-admin .view-content-admin .views-exposed-form #edit-uid-wrapper {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 57.44681%;
  padding: 10px 0;
  line-height: 1em; }
  .page-amani-content-admin .view-content-admin .views-exposed-form #edit-title-wrapper:last-child,
  .page-amani-content-admin .view-content-admin .views-exposed-form #edit-uid-wrapper:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .page-amani-content-admin .view-content-admin .views-exposed-form #edit-title-wrapper,
    .page-amani-content-admin .view-content-admin .views-exposed-form #edit-uid-wrapper {
      float: none;
      clear: both;
      width: 100%; } }
.page-amani-content-admin .view-content-admin .views-exposed-form #edit-type-wrapper,
.page-amani-content-admin .view-content-admin .views-exposed-form #edit-status-wrapper {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 40.42553%;
  padding: 10px 0;
  line-height: 1em;
  margin-right: 0; }
  .page-amani-content-admin .view-content-admin .views-exposed-form #edit-type-wrapper:last-child,
  .page-amani-content-admin .view-content-admin .views-exposed-form #edit-status-wrapper:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .page-amani-content-admin .view-content-admin .views-exposed-form #edit-type-wrapper,
    .page-amani-content-admin .view-content-admin .views-exposed-form #edit-status-wrapper {
      float: none;
      clear: both;
      width: 100%; } }
.page-amani-content-admin .view-content-admin .views-exposed-form label {
  color: #ff0040;
  font-weight: normal;
  display: inline-block;
  font-style: italic;
  display: block;
  float: left;
  margin-right: 6.66667%;
  width: 20%;
  vertical-align: top; }
  .page-amani-content-admin .view-content-admin .views-exposed-form label:last-child {
    margin-right: 0; }
.page-amani-content-admin .view-content-admin .views-exposed-form .views-widget {
  display: inline-block;
  display: block;
  float: left;
  margin-right: 6.66667%;
  width: 73.33333%; }
  .page-amani-content-admin .view-content-admin .views-exposed-form .views-widget:last-child {
    margin-right: 0; }
.page-amani-content-admin .view-content-admin .views-exposed-form .form-text {
  border: 0;
  background: white;
  padding: 10px;
  box-shadow: 2px 3px 4px #c8c8c8;
  display: inline-block;
  height: 45px;
  width: 100%;
  font-size: 16px; }
.page-amani-content-admin .view-content-admin .views-exposed-form select {
  border: 0;
  background: white url("../images/icons/orange_arrow.png") no-repeat 75% 50%;
  width: 130%; }
.page-amani-content-admin .view-content-admin .views-exposed-form .form-type-select {
  border: 0;
  background: white;
  padding: 10px;
  box-shadow: 2px 3px 4px #c8c8c8;
  font-size: 16px;
  width: 100%;
  height: 45px;
  overflow: hidden; }
.page-amani-content-admin .view-content-admin .views-exposed-form .views-widget-sort-by,
.page-amani-content-admin .view-content-admin .views-exposed-form .views-widget-sort-order,
.page-amani-content-admin .view-content-admin .views-exposed-form .views-submit-button {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 31.91489%;
  padding: 0;
  position: relative;
  margin-top: 15px; }
  .page-amani-content-admin .view-content-admin .views-exposed-form .views-widget-sort-by:last-child,
  .page-amani-content-admin .view-content-admin .views-exposed-form .views-widget-sort-order:last-child,
  .page-amani-content-admin .view-content-admin .views-exposed-form .views-submit-button:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .page-amani-content-admin .view-content-admin .views-exposed-form .views-widget-sort-by,
    .page-amani-content-admin .view-content-admin .views-exposed-form .views-widget-sort-order,
    .page-amani-content-admin .view-content-admin .views-exposed-form .views-submit-button {
      display: block;
      float: left;
      margin-right: 2.12766%;
      width: 48.93617%;
      margin-top: 30px; }
      .page-amani-content-admin .view-content-admin .views-exposed-form .views-widget-sort-by:last-child,
      .page-amani-content-admin .view-content-admin .views-exposed-form .views-widget-sort-order:last-child,
      .page-amani-content-admin .view-content-admin .views-exposed-form .views-submit-button:last-child {
        margin-right: 0; } }
  .page-amani-content-admin .view-content-admin .views-exposed-form .views-widget-sort-by label,
  .page-amani-content-admin .view-content-admin .views-exposed-form .views-widget-sort-order label,
  .page-amani-content-admin .view-content-admin .views-exposed-form .views-submit-button label {
    position: absolute;
    top: -24px;
    left: 0;
    font-size: 13px;
    width: 100%; }
  .page-amani-content-admin .view-content-admin .views-exposed-form .views-widget-sort-by .form-submit,
  .page-amani-content-admin .view-content-admin .views-exposed-form .views-widget-sort-order .form-submit,
  .page-amani-content-admin .view-content-admin .views-exposed-form .views-submit-button .form-submit {
    background: #ff0040;
    border: 0;
    color: white;
    width: 100%;
    height: 45px;
    margin-top: 0; }
.page-amani-content-admin .view-content-admin .views-exposed-form .views-widget-sort-by {
  clear: both; }
@media screen and (max-width: 480px) {
  .page-amani-content-admin .view-content-admin .views-exposed-form .views-widget-sort-order {
    margin-right: 0; } }
@media screen and (max-width: 480px) {
  .page-amani-content-admin .view-content-admin .views-exposed-form .views-submit-button {
    clear: both;
    width: 100%;
    margin-top: 15px; } }
.page-amani-content-admin .view-content-admin .view-content {
  margin-top: 15px; }
.page-amani-content-admin #block-amani_global-add_content_links ul {
  margin-left: 30px; }
  .page-amani-content-admin #block-amani_global-add_content_links ul li {
    margin-left: 0; }
.page-amani-content-admin #block-amani_global-add_content_links span.node-type-list {
  border-bottom: 2px solid #ff0040;
  color: #414042;
  font-family: "bariol_regularregular";
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 7.5px;
  text-align: left;
  display: block;
  margin-top: 30px; }

.page-blog #block-system-main {
  background: white;
  background: white;
  padding: 30px;
  box-shadow: 2px 3px 4px #c8c8c8;
  line-height: 1.4; }
  .page-blog #block-system-main .view-news-and-events-blog .views-row {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .page-blog #block-system-main .view-news-and-events-blog .views-row.views-row-last {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .page-blog #block-system-main .view-news-and-events-blog .views-row .views-field-title {
      color: #2d4556;
	  font-family: Roboto;
	  font-weight: 700;
	  margin-bottom: 8px;
      font-size: 1.4em; 
	line-height: 1.3em;}

#contact_form_map {
  height: 200px !important; }
  #contact_form_map .leaflet-control-container,
  #contact_form_map .leaflet-control-layers {
    display: none; }

.page-taxonomy #block-system-main .node-teaser {
  width: 100%;
  background: white;
  padding: 30px;
  box-shadow: 2px 3px 4px #c8c8c8;
  margin-bottom: 30px;
  overflow: hidden; }
  .page-taxonomy #block-system-main .node-teaser:nth-child(1n) {
    margin-right: 0; }
  .page-taxonomy #block-system-main .node-teaser .links {
    float: right; }
  .page-taxonomy #block-system-main .node-teaser .content .field {
    margin: 8px 0; }
  .page-taxonomy #block-system-main .node-teaser .content .field-name-field-team-image,
  .page-taxonomy #block-system-main .node-teaser .content .field-name-field-image {
    clear: none;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 31.91489%;
    max-width: 300px; }
    .page-taxonomy #block-system-main .node-teaser .content .field-name-field-team-image:last-child,
    .page-taxonomy #block-system-main .node-teaser .content .field-name-field-image:last-child {
      margin-right: 0; }
    .page-taxonomy #block-system-main .node-teaser .content .field-name-field-team-image img,
    .page-taxonomy #block-system-main .node-teaser .content .field-name-field-image img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 600px) {
      .page-taxonomy #block-system-main .node-teaser .content .field-name-field-team-image,
      .page-taxonomy #block-system-main .node-teaser .content .field-name-field-image {
        width: 100%;
        margin-right: 0; } }
  .page-taxonomy #block-system-main .node-teaser .content .field-group-div.group-right {
    float: left;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 65.95745%;
    margin-right: 0; }
    .page-taxonomy #block-system-main .node-teaser .content .field-group-div.group-right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      .page-taxonomy #block-system-main .node-teaser .content .field-group-div.group-right {
        width: 100%;
        margin-right: 0; } }
  .page-taxonomy #block-system-main .node-teaser .content .field-name-field-name {  
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.5em;
    margin-bottom: 5px; }
  .page-taxonomy #block-system-main .node-teaser .content .field-name-field-team-bio {
    margin-top: 10px; }


.page-taxonomy #block-system-main .node-teaser .content .field-name-field-team-title {

font-weight: 700;
}


.view-current-activations .node-teaser {
  width: 100%;
  background: white;
  padding: 30px;
  box-shadow: 2px 3px 4px #c8c8c8;
  margin-bottom: 30px;
  overflow: hidden; }
  .view-current-activations .node-teaser:nth-child(1n) {
    margin-right: 0; }
  .view-current-activations .node-teaser .links {
    float: right; }
  .view-current-activations .node-teaser .content .field {
    margin: 8px 0; }
  .view-current-activations .node-teaser .content .field-name-field-team-image,
  .view-current-activations .node-teaser .content .field-name-field-image {
    clear: none;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 31.91489%;
    max-width: 220px; }
    .view-current-activations .node-teaser .content .field-name-field-team-image:last-child,
    .view-current-activations .node-teaser .content .field-name-field-image:last-child {
      margin-right: 0; }
    .view-current-activations .node-teaser .content .field-name-field-team-image img,
    .view-current-activations .node-teaser .content .field-name-field-image img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 480px) {
      .view-current-activations .node-teaser .content .field-name-field-team-image,
      .view-current-activations .node-teaser .content .field-name-field-image {
        width: 100%;
        margin-right: 0; } }
  .view-current-activations .node-teaser .content .field-group-div.group-right {
    float: left;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 65.95745%;
    margin-right: 0; }
    .view-current-activations .node-teaser .content .field-group-div.group-right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .view-current-activations .node-teaser .content .field-group-div.group-right {
        width: 100%;
        margin-right: 0; } }
  .view-current-activations .node-teaser .content .field-name-field-name {
    font-family: "bariol_regularregular";
    text-transform: uppercase;
    margin-bottom: 5px; }
  .view-current-activations .node-teaser .content .field-name-field-team-bio {
    margin-top: 10px; }

input[type=submit] {
  padding: 3px 7px; }

.node-incident_report-form .form-item {
  clear: both;
  overflow: hidden;
  padding: 10px 0; }
  .node-incident_report-form .form-item .form-textarea-wrapper {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 57.44681%; }
    .node-incident_report-form .form-item .form-textarea-wrapper:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .node-incident_report-form .form-item .form-textarea-wrapper {
        width: 100%; } }
    .node-incident_report-form .form-item .form-textarea-wrapper textarea {
      background: white;
      font-size: 15px;
      padding: 5px;
      border: 0;
      box-shadow: 2px 2px 2px #cccccc; }
    .node-incident_report-form .form-item .form-textarea-wrapper .grippie {
      display: none; }
.node-incident_report-form .field-widget-name-widget .form-item {
  margin: 0;
  padding: 5px 0; }
  .node-incident_report-form .field-widget-name-widget .form-item input {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 91.48936%; }
    .node-incident_report-form .field-widget-name-widget .form-item input:last-child {
      margin-right: 0; }
  .node-incident_report-form .field-widget-name-widget .form-item .description {
    clear: both;
    padding: 5px 0; }
.node-incident_report-form .field-type-name .name-given-wrapper,
.node-incident_report-form .field-type-name .name-middle-wrapper,
.node-incident_report-form .field-type-name .name-family-wrapper {
  width: 140px; }
  @media screen and (max-width: 768px) {
    .node-incident_report-form .field-type-name .name-given-wrapper,
    .node-incident_report-form .field-type-name .name-middle-wrapper,
    .node-incident_report-form .field-type-name .name-family-wrapper {
      clear: both;
      width: 100%; } }
.node-incident_report-form .field-type-taxonomy-term-reference select {
  width: 150px; }
.node-incident_report-form .field-name-field-incident-address {
  margin-top: 30px;
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 48.93617%; }
  .node-incident_report-form .field-name-field-incident-address:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .node-incident_report-form .field-name-field-incident-address {
      width: 100%; } }
  .node-incident_report-form .field-name-field-incident-address fieldset {
    border: 0;
    padding: 0;
    margin: 0; }
    .node-incident_report-form .field-name-field-incident-address fieldset legend {
      font-weight: bold; }
    .node-incident_report-form .field-name-field-incident-address fieldset .addressfield-container-inline .form-item {
      float: none;
      margin: 0;
      padding: 4px 0; }
.node-incident_report-form .field-name-field-incident-geolocation {
  margin-top: 30px;
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 48.93617%;
  margin-right: 0;
  overflow: hidden;
  margin-bottom: 30px; }
  .node-incident_report-form .field-name-field-incident-geolocation:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .node-incident_report-form .field-name-field-incident-geolocation {
      width: 100%; } }
.node-incident_report-form .field-name-field-incident-date {
  clear: both; }
  .node-incident_report-form .field-name-field-incident-date fieldset {
    border: 0; }
    .node-incident_report-form .field-name-field-incident-date fieldset .fieldset-wrapper .form-item {
      width: 100%; }
      .node-incident_report-form .field-name-field-incident-date fieldset .fieldset-wrapper .form-item label {
        text-align: left;
        width: 100%; }
    .node-incident_report-form .field-name-field-incident-date fieldset .fieldset-wrapper .date-padding {
      width: 100%;
      float: none;
      overflow: hidden;
      padding: 0; }
      .node-incident_report-form .field-name-field-incident-date fieldset .fieldset-wrapper .date-padding .form-item {
        display: block;
        float: left;
        margin-right: 2.12766%;
        width: 31.91489%;
        clear: none; }
        .node-incident_report-form .field-name-field-incident-date fieldset .fieldset-wrapper .date-padding .form-item:last-child {
          margin-right: 0; }
        .node-incident_report-form .field-name-field-incident-date fieldset .fieldset-wrapper .date-padding .form-item input {
          display: block;
          float: left;
          margin-right: 2.12766%;
          width: 91.48936%; }
          .node-incident_report-form .field-name-field-incident-date fieldset .fieldset-wrapper .date-padding .form-item input:last-child {
            margin-right: 0; }
    .node-incident_report-form .field-name-field-incident-date fieldset legend {
      font-weight: bold; }
.node-incident_report-form .field-type-file table {
  background: none; }
  .node-incident_report-form .field-type-file table th {
    border: 0; }
  .node-incident_report-form .field-type-file table tr {
    background: none; }
.node-incident_report-form .field-type-file .tabledrag-toggle-weight-wrapper {
  display: none; }
.node-incident_report-form .field-type-file .form-submit {
  background: #ff0040;
  color: white;
  padding: 5px 10px;
  width: auto;
  border: 0; }
.node-incident_report-form .field-type-file fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
.node-incident_report-form #edit-field-incident-date .form-wrapper legend {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 23.40426%;
  text-align: right;
  margin-top: 24px; }
  .node-incident_report-form #edit-field-incident-date .form-wrapper legend:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .node-incident_report-form #edit-field-incident-date .form-wrapper legend {
      width: 100%;
      text-align: left; } }
.node-incident_report-form #edit-field-incident-date .form-wrapper .fieldset-wrapper {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 65.95745%;
  margin-right: 0; }
  .node-incident_report-form #edit-field-incident-date .form-wrapper .fieldset-wrapper:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .node-incident_report-form #edit-field-incident-date .form-wrapper .fieldset-wrapper {
      width: 100%; }
      .node-incident_report-form #edit-field-incident-date .form-wrapper .fieldset-wrapper .edit-field-incident-date-und-0-value {
        width: 100%; }
      .node-incident_report-form #edit-field-incident-date .form-wrapper .fieldset-wrapper .form-item .form-item {
        display: block;
        float: left;
        margin-right: 6.66667%;
        width: 46.66667%; }
        .node-incident_report-form #edit-field-incident-date .form-wrapper .fieldset-wrapper .form-item .form-item:last-child {
          margin-right: 0; }
        .node-incident_report-form #edit-field-incident-date .form-wrapper .fieldset-wrapper .form-item .form-item:nth-child(2n) {
          margin-right: 0; } }
.node-incident_report-form #edit-field-incident-media,
.node-incident_report-form #edit-field-incident-videos,
.node-incident_report-form #edit-field-links {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 48.93617%; }
  .node-incident_report-form #edit-field-incident-media:last-child,
  .node-incident_report-form #edit-field-incident-videos:last-child,
  .node-incident_report-form #edit-field-links:last-child {
    margin-right: 0; }
  .node-incident_report-form #edit-field-incident-media tbody,
  .node-incident_report-form #edit-field-incident-media th,
  .node-incident_report-form #edit-field-incident-videos tbody,
  .node-incident_report-form #edit-field-incident-videos th,
  .node-incident_report-form #edit-field-links tbody,
  .node-incident_report-form #edit-field-links th {
    border: 0; }
    .node-incident_report-form #edit-field-incident-media tbody tr.odd,
    .node-incident_report-form #edit-field-incident-media tbody tr.even,
    .node-incident_report-form #edit-field-incident-media th tr.odd,
    .node-incident_report-form #edit-field-incident-media th tr.even,
    .node-incident_report-form #edit-field-incident-videos tbody tr.odd,
    .node-incident_report-form #edit-field-incident-videos tbody tr.even,
    .node-incident_report-form #edit-field-incident-videos th tr.odd,
    .node-incident_report-form #edit-field-incident-videos th tr.even,
    .node-incident_report-form #edit-field-links tbody tr.odd,
    .node-incident_report-form #edit-field-links tbody tr.even,
    .node-incident_report-form #edit-field-links th tr.odd,
    .node-incident_report-form #edit-field-links th tr.even {
      border: 0; }
  @media screen and (max-width: 768px) {
    .node-incident_report-form #edit-field-incident-media,
    .node-incident_report-form #edit-field-incident-videos,
    .node-incident_report-form #edit-field-links {
      width: 100%; } }
  .node-incident_report-form #edit-field-incident-media .field-multiple-drag,
  .node-incident_report-form #edit-field-incident-videos .field-multiple-drag,
  .node-incident_report-form #edit-field-links .field-multiple-drag {
    display: none; }
  .node-incident_report-form #edit-field-incident-media label,
  .node-incident_report-form #edit-field-incident-videos label,
  .node-incident_report-form #edit-field-links label {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0; }
.node-incident_report-form #edit-field-incident-videos {
  margin-right: 0; }
.node-incident_report-form #edit-field-documents {
  clear: both;
  padding: 30px 0; }
  .node-incident_report-form #edit-field-documents legend {
    font-weight: bold;
    font-size: 16px; }
  .node-incident_report-form #edit-field-documents .description {
    margin-left: 25.53191%; }
.node-incident_report-form #edit-field-links label {
  text-align: left;
  font-weight: bold;
  font-size: 16px; }
.node-incident_report-form #edit-field-links .tabledrag-toggle-weight-wrapper {
  display: none; }
.node-incident_report-form #edit-field-links table tr {
  background: none; }
  .node-incident_report-form #edit-field-links table tr td.field-multiple-drag {
    display: none; }
.node-incident_report-form #edit-field-links .description {
  white-space: pre-line;
  clear: both; }
.node-incident_report-form #edit-field-links .form-submit {
  background: #ff0040;
  color: white;
  padding: 5px 10px;
  width: auto;
  border: 0; }
.node-incident_report-form .form-actions input {
  font-size: 16px;
  padding: 10px 20px;
  background: #ff0040;
  border: 0;
  color: white;
  margin-right: 10px; }

#amani-administrator-configure-amani-form {
  font-size: 16px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*Final media queries*/

    @media screen and (min-width: 1200px) {
body {
  font: 22px/1.5em "bariol_regularregular", helvetica, Arial, sans-serif;}
}
