/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */




html {
  background: #fff;
  font-size:1em;
  word-spacing:1px;
}

body.front {
	overflow-x:hidden;
}

body {
font-family:  'HCo Gotham', 'Gotham SSm A', 'Gotham SSm B'; font-weight: 300; font-style: normal;
  color:#90959c;
 /* font-size: 87.5%; */
 font-size:1.250em /*20px*/

}

@font-face {
	font-family: 'HCo Gotham';
	src:url('../hco_fonts/Gotham-Light_Web.woff2') format('woff2'),
		url('../hco_fonts/Gotham-Light_Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('../hco_fonts/Gotham-LightItalic_Web.woff2') format('woff2'),
		url('../hco_fonts/Gotham-LightItalic_Web.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('../hco_fonts/Gotham-Book_Web.woff2') format('woff2'),
		url('../hco_fonts/Gotham-Book_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('../hco_fonts/Gotham-BookItalic_Web.woff2') format('woff2'),
		url('../hco_fonts/Gotham-BookItalic_Web.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('../hco_fonts/Gotham-Medium_Web.woff2') format('woff2'),
		url('../hco_fonts/Gotham-Medium_Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('../hco_fonts/Gotham-MediumItalic_Web.woff2') format('woff2'),
		url('../hco_fonts/Gotham-MediumItalic_Web.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('../hco_fonts/Gotham-Bold_Web.woff2') format('woff2'),
		url('../hco_fonts/Gotham-Bold_Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('../hco_fonts/Gotham-BoldItalic_Web.woff2') format('woff2'),
		url('../hco_fonts/Gotham-BoldItalic_Web.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}



@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.ttf?vq44pw') format('truetype'),
        url('../fonts/icomoon.woff?vq44pw') format('woff'),
        url('../fonts/icomoon.svg?vq44pw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-icon-family:before {
	content: "\e61e";
}

.icon-icon-folder:before {
	content: "\e61f";
}

.icon-icon-people:before {
	content: "\e620";
}

.icon-icon-training:before {
	content: "\e621";
}
.icon-minus:before {
	content: "\e61c";
}

.icon-plus:before {
	content: "\e61d";
}
.icon-leaf:before {
	content: "\e61b";
}
.icon-menu:before {
	content: "\e616";
}

.icon-archive:before {
	content: "\e615";
}

.icon-question-circle:before {
	content: "\e614";
}

.icon-envelope:before {
	content: "\e605";
}

.icon-chevron-left:before {
	content: "\e606";
}

.icon-chevron-right:before {
	content: "\e607";
}

.icon-users:before {
	content: "\e608";
}

.icon-users2:before {
	content: "\e609";
}

.icon-papers:before {
	content: "\e60a";
}

.icon-library:before {
	content: "\e60b";
}

.icon-thumbs-up:before {
	content: "\e60c";
}

.icon-bubbles:before {
	content: "\e60d";
}

.icon-balance:before {
	content: "\e60e";
}

.icon-hammer:before {
	content: "\e60f";
}

.icon-lock:before {
	content: "\e610";
}

.icon-calendar-full:before {
	content: "\e611";
}

.icon-cash-dollar:before {
	content: "\e612";
}

.icon-clock:before {
	content: "\e613";
}

.icon-new-tab:before {
	content: "\e618";
}

.icon-file-word:before {
	content: "\e619";
}

.icon-file-pdf:before {
	content: "\e61a";
}

.icon-location:before {
	content: "\e617";
}

.icon-youtube:before {
	content: "\e600";
}

.icon-linkedin:before {
	content: "\e601";
	position:relative;
	top:1px;
}

.icon-facebook:before {
	content: "\e602";
}

.icon-search:before {
	content: "\e603";
}

.icon-cart:before {
	content: "\e604";
}
.icon-print-friendly:after {
	content: "\e618";
	font-family:"icomoon";
	padding-left:0.25em;
}
.icon-twitter:before {
    content: "\e901";
}
.icon-newspaper-o:before {
    content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
  position:relative;
  top:2px;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.screen-reader {
    position: absolute; 
    top: -9999px; 
    left:-9999px; 
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */


var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}

/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {}

#logo {
   padding: 0.75em 0 1.2em;
}

#logo img {
  vertical-align: bottom;
}


/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}

#site-name a {}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {}

/*
 * The main page title (h1)
 */
#page-title {
  margin: 0;
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */


/*
 * Generic styles for links. See the ul.links declaration in node and comment
 * stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
  padding: 0;
}

/*
 * Attribution message and link
 */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}

.attribution a {
  text-decoration: none;
  color: inherit;
}

.attribution a:hover,
.attribution a:focus {
  text-decoration: underline;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

.nav {
  clear: both;
  margin: 10px 0;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}


/* =============================================================================
 *   Superfish - desktop
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  /*
  height: 2.5em;
  line-height: 2.5em;
  */
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {}

.block-superfish .block-inner .content {}

.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish ul ul {}

.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
	/*
  margin: 0 !important;
  padding: 0 !important;
  */
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}




/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */

.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.at-mt .at-menu-toggle-button {
  margin: 0;
}

.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}




/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 0px;
}
ul.menu ul {
  padding-left: 15px;
}
ul.menu li {
  margin: 0;
}


/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 10px 0;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */


/*
 * When labels are set to inline in field display settings the clearfix class is
 * automatically added
 */
.field-label-inline {}

.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
 * ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
 * Field types (Core)
 */

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
  margin-bottom: 20px;
}

/*
 * Block title
 */
.block-title {
  margin: 0;
}

.block-content li {
  margin: 0;
  padding: 0;
}


/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin-bottom: 20px;
}

.node .node-title {
  margin: 0;
}


/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment-title {
  margin: 0;
}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {
	margin:0.5em 0}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 400;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {
	display:inline-block;
	padding:0 1em;
	}

/*
 * The submit button
 */
.form-submit {}

.container-inline div,
.container-inline label {
  display: inline;
}
/*** forms styles added by Libby ***/

 /* display:table allows for positioning contained labels and inputs vertically-centered */
 .form-item.webform-component {
	 display: table;
 }
 
 /* makes components within a fieldset fullwidth */
 .webform-component-fieldset .form-item.webform-component {
	 width: 100%;
 }
 
 /* vertically aligns the label*/
#node-78 .form-item.webform-component label {
	 display: table-cell;
	 vertical-align: middle;
	 padding-right: 1em;
	 color: #727272;
 }
 
 /* make textareas fullwidth */
 .form-item.webform-component-textarea {
	 width: 100%;
 }
 
 /* align checkboxes and radio buttons and their labels to top instead of middle */
 .form-item.webform-component-checkbox input, 
 .form-item.webform-component-checkbox label,
 .form-item.webform-component-radios input, 
 .form-item.webform-component-radios label {
	 vertical-align: top;
 }

 /*let checkboxes, radio buttons and dropdowns be their natural width */
 .form-item.webform-component-select,
 .form-item.webform-component-radios,
 .form-item.webform-component-checkbox, 
 .webform-component-fieldset .form-item.webform-component-select,
 .webform-component-fieldset .form-item.webform-component-radios,
 .webform-component-fieldset .form-item.webform-component-checkbox {
	   width: auto;
 }

 
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea,
.node-type-webform .styled-select,
.views-exposed-form .styled-select {
 	font-family: 'HCo Gotham', 'Gotham Narrow A', 'Gotham Narrow B';
 	padding:0.75em;
 	font-size:0.8em;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	border-radius: 3px;
	border: 0;
  border: 1px solid #bdbdbd;
	-webkit-appearance: none;
	-moz-appearance: none;	
	color: #727272;
 }
 
input[type="submit"] {
	background-color: #0098db;
  border-color: #1679aa;
  border-style: solid;
  border-width: 0 0 4px;
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
 	  -webkit-border-radius: 0px;
 	  -moz-border-radius: 0px;
 	  border-radius: 0px;
	color: #fff;
  display: inline-block;
  font-family: 'HCo Gotham', 'Gotham Narrow A', 'Gotham Narrow B';
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1;
/*  margin: 6% 0 7%; */
  margin:0.5em 0 7%;
  padding: 0.7em 1.5em 0.6em 1.5em;
  text-transform: uppercase;
  text-decoration:none;
  word-spacing: -1px;
  letter-spacing:1px;
  
}
input[type="submit"]:hover {
	background-color: #00aaf5;
}
input[type="submit"]:active {
	background-color: #1679aa;
} 
 
.node-type-webform .styled-select,
.views-exposed-form .styled-select {
  overflow: hidden;
  background: url(images/forms/down-arrow.png) no-repeat right #fff;
  border: 1px solid #bdbdbd;
	display: inline-block;
	padding: 0;
	min-width: 230px;
}

/******* custom full width dropdowns in the form at bottom of the What Is a Mediator page *******/

.views-exposed-widgets .styled-select { 
	display: block;
}

.views-exposed-form .views-exposed-widget .styled-select .form-select {
	width: 120%;
}

/******* end of custom full width dropdowns in the form at bottom of the What Is a Mediator page *******/


.node-type-webform .webform-container-inline div.styled-select {
	display: inline-block;
}

.node-type-webform  .styled-select select,
.views-exposed-form  .styled-select select {
    background: none !important;
    border: 0;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
    -webkit-appearance: none;
	  -moz-appearance: none;
	  outline: 0;
	  width: 120%;
	  color: #727272;
 	  padding: 0.75em;
} 
  
.node-type-webform  .styled-select select:-ms-expand,
.views-exposed-form  .styled-select select:-ms-expand {
    display: none;
}

.styled-select select:focus {
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  width   : 24px;
  margin  : 0;
  padding : 0;
  opacity : 0;
  float: left;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display      : inline-block;
  margin-left  : -24px;
  padding-left : 24px;
}

input[type="checkbox"] + label {
  background   : url('images/forms/checkbox.gif') no-repeat left center;
}

input[type="radio"] + label {
  background   : url('images/forms/radiobutton.gif') no-repeat left center;
}

input[type="checkbox"]:checked + label{
    background   : url('images/forms/checkbox-selected.gif') no-repeat left center;
}

input[type="radio"]:checked + label{
    background   : url('images/forms/radiobutton-selected.gif') no-repeat left center;
}

    /*** end of added by Libby ***/

.webform-component-fieldset {
	display:block;
  float:left;
  width:49%;
  border:none;
  padding:0 0 0 0;
}

.webform-component-fieldset legend {
    color: #0098db;
    font-weight: 700;
    margin-top: 2em;
}
.node-type-webform .form-item input {
    display: inline;
    width: 90%;
}
/*submit a case*/
#webform-client-form-78 .form-required {
	display:none;
}

#webform-client-form-78 .webform-component--referred-by {
    clear: left;
    padding-top: 2em;
}
/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
*/
/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
 border:none;
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;

}

td,
th {
  border-bottom: 0;
  margin: 0;
/*  padding: 5px 7px; kpv */
  padding:5px 0px;
}

tbody {}

tbody tr {}

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
/*  background-color: #f5f5f5; */
}

tr.drag {}

tr.drag-previous {}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

.lt-ie8 tr {}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: normal;
}



/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* =============================================================================
 *   Theme Overrides
 * ========================================================================== */
.block.margin-padding-none {
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}
.block.margin-padding-none .block-inner {
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}
.block.margin-padding-none .block-inner p {
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}	
sub, sup {
  font-size: 45%;
  line-height: 0;
  position: relative;
  vertical-align: middle;
}
/*override block margins*/
 .pane-inner, .region-inner {
    margin-left: 0;
    margin-right: 0;
}
/* =============================================================================
 *   FONTS
 * ========================================================================== */
b, strong {
    font-weight: 500;
}
p {
	font-size:1em;
}

/*h1 headers*/
h1, 
h1#page-title,
h1.block-title,
.field-name-field-page-title {
  font-size:2em; /* 40 px */
	margin: 0 0 0.67em 0;
	line-height:1;
	color:#0098db;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:-1px;
		
}
/*h2 headers*/
h2,
h2.pane-title.block-title {
	  font-family: 'HCo Gotham', 'Gotham SSm A', 'Gotham SSm B';  
	  font-weight:700;
	  font-style:normal;
    font-size:1.6em; /*32 px*/
    line-height:1;
    color:#0098db;
    text-transform:uppercase;
}
 h2.block-title {
	font-family: 'HCo Gotham', 'Gotham Narrow A', 'Gotham Narrow B'; 
	font-weight: 500;
  font-size:1em;   	/* 20 px */
  color:#002664;
  margin-bottom:1.25em;
}
.field h2.field-label {
	  font-family: 'HCo Gotham', 'Gotham SSm A', 'Gotham SSm B';  
	  font-weight:700;
	  font-style:normal;
    font-size:1em; /*20px */
    line-height:1;
    color:#002664;
    text-transform:uppercase;
    margin:2em 0 1em 0;
}
/*h3 headers*/
h3 {
	  font-family: 'HCo Gotham', 'Gotham SSm A', 'Gotham SSm B';  
	  font-weight:700;
	  font-style:normal;
    font-size:1.4em; /*28px */
    line-height:1;
    color:#666666;
    text-transform:uppercase;
}
/*h4 headers*/
h4 {
	  font-family: 'HCo Gotham', 'Gotham SSm A', 'Gotham SSm B'; 
	  letter-spacing:-1px;
	  font-weight: 300; 
    font-size:1.2em; /* 24px */
    line-height:1.5;
    color:#002664;
    font-style: italic;  
}
 h5 {
 	color:#0098db;
	font-weight:700;
  font-size:0.9em; /* 18px */
  margin-top:0
}
h6 {
	color:#0098db;
	font-weight:700;
  font-size:0.9em; /* 18px */
  margin:0
}
/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
  color:#002664;
  font-weight:500;

}
a:link,
a:visited {}

a.active-trail,
.sidebar .block-menu-block ul li a.active-trail {
 	font-weight:700;
}
a:hover,
a:focus {
  text-decoration: none;
}

hr {
 border: 0; 
 height: 0; 
 border-top: 1px solid rgba(0, 0, 0, 0.1); 
 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
 margin:3em 0;
}
a img {
    border: 0;
}

#header-wrapper {
    background: none repeat scroll 0 0 rgba(255, 192, 203, 0.5);
    background-color:#fff;

}

#branding {
  margin-left: 1.5em;
  float:left;
/*  width:25%;*/
}
#branding {
    float: left;
    margin-left: 1.75rem;
    width: 25%;
    padding:
}
#branding img {
	border:none;
}
.region-header {
	float:right;

}
#block-block-7 { /*mobile logo*/
	display:none;
}
#nav-wrapper {
		background-color:#0098db;
		margin-bottom:2.750em;

}
.no-sidebars #main-content {
	padding-left:0;
}
#content-wrapper {
    margin-bottom: 2em;
}
/* =============================================================================
 *   Region - Header
 * ========================================================================== */
#block-block-6 {/*peacemaker*/
  padding-right:50px;
}
#block-block-6 img {
  display:block;
  margin:0 0;
  float:right;
}
/*Upper Right Menu*/
#block-block-10 {
	min-width:430px;
/*	min-width:525px;*/
	padding-top:0.75em;
}
#block-block-10 a{
	color:#90959c;
	font-family: 'HCo Gotham', 'Gotham Narrow A', 'Gotham Narrow B'; 
	font-weight:500;
	text-decoration:none;
}
#block-block-10 ul {
	list-style:inside none;
	padding:0 0.5em 0 0;
	margin:0 0 0 0;
	float:left;
	white-space: nowrap;
}
#block-block-10 ul li {
	display:inline;
	padding-right:0.5em;
}
#block-block-10 ul li.cu,
#block-block-10 ul li.mg {
	border-right:1px solid #ddd;
	padding-right:1em;
	margin-right:0.5em;
}
#block-block-10 ul li.cu a {
  font-size:0.8em;
}

#block-block-10 .cart-block .icon-cart {
	color:#0098db;
	font-size:1.2em;
}
#block-block-10 .cart-block span.cart-count {
    display: inline-block;
    font-size: 0.6em;
    text-align: center;
}
/*news highlight*/
#block-block-15 {
  /*margin-top:25px;*/
  text-align: right;
  width: 350px;
}
#block-block-15 a {
    background-color: #55c6d4;
    box-shadow: 4px 4px 0 0 #f0f0f0;
    color: #fff;
    font-size: 0.9em;
    margin-right: 0px;
    padding: 10px 30px;
}
#block-block-15 i {
	color:#fff;
	display: inline-block;
	font-size:1.5em;
	line-height:1;
	vertical-align:middle;
	margin:3px 15px 0 0;
}
/* =============================================================================
 *   Home Page
 * ========================================================================== */

.home-page-16 #nav-wrapper {
    margin-bottom: 1.5em;
}
.home-page-16 .block.home-page-block {
    margin-bottom: 2em;
    padding-bottom:1em;
}
.home-page-16 .block.home-page-block.border-bottom {
		  border-bottom:2px solid #eee;
}
.home-page-16 .block.home-page-block.full-width {
		  clear:both;
}
.home-page-16 .home-page.full-width {
    clear:both;
}
#block-views-flexislide-home-page-block {
    max-width: 800px;
    margin:0 auto 0 auto;
}
.home-page-16 h1 {
  font-size: 1.25em;
  line-height: 1.25;
  margin-bottom: 0.5em;
  margin-top: 0;
  text-align:center;
}
.home-page-16 h2 {
	font-size:1.5em;
	text-align:center;
	color:#0098db;
}
/*quicktabs*/
#quicktabs-home_page_dmg_tabs ul.quicktabs-tabs.quicktabs-style-nostyle,
#quicktabs-home_page_wcrg_tabs ul.quicktabs-tabs.quicktabs-style-nostyle {
  background-color: #002664;
  border-bottom:none;
}
#quicktabs-container-home_page_dmg_tabs,
#quicktabs-container-home_page_wcrg_tabs {
	min-height:320px;
	position:relative;
}
#quicktabs-home_page_dmg_tabs ul.quicktabs-tabs.quicktabs-style-nostyle li,
#quicktabs-home_page_wcrg_tabs ul.quicktabs-tabs.quicktabs-style-nostyle li  {
  background-color: #0098db;
  border: medium none;
}
#quicktabs-home_page_dmg_tabs ul.quicktabs-tabs.quicktabs-style-nostyle li.active,
#quicktabs-home_page_wcrg_tabs ul.quicktabs-tabs.quicktabs-style-nostyle li.active {
  background-color: #002664;
  border: medium none;
}
#quicktabs-home_page_dmg_tabs article,
#quicktabs-home_page_dmg_tabs .block,
#quicktabs-home_page_wcrg_tabs article,
#quicktabs-home_page_wcrg_tabs .block {
  margin-bottom:0;
}
/*
#quicktabs-home_page_dmg_tabs a.button,
#quicktabs-home_page_wcrg_tabs a.button {
	position:absolute;
	bottom:10px;
	right:30px;
}
*/
/* =============================================================================
 *   Carousel
 * ========================================================================== */
#carousel-content-wrapper {
	background-color:#eee;
	margin-bottom:60px;
}
.view-display-id-block_1 {
	max-width:905px;
	margin:auto;
}
.jcarousel-skin-default .jcarousel-container-horizontal {
    height:113px;
    padding: 0.8em 2em;
}
#block-views-carousel-block-1 {
	margin:0 0 0 0;
}
.jcarousel-skin-default .jcarousel-next,
.jcarousel-skin-default .jcarousel-prev {
	background:none;
	text-decoration:none;
}
.jcarousel-skin-default .jcarousel-next:focus,
.jcarousel-skin-default .jcarousel-prev:focus {
	outline:0;
}
.jcarousel-skin-default .jcarousel-next::after,
.jcarousel-skin-default .jcarousel-prev::after {
	  font-family:"icomoon";
    content:"\e606";
    font-size:1.7em;
    line-height:32px;
    opacity:0.5;
    filter: alpha(opacity=50);
    font-weight:700;
    color:#90959c;
    position:relative;
    left:-0.6em;
}
.jcarousel-skin-default .jcarousel-next::after {
	    content:"\e607";
	    position:relative;
	    left:0.6em;
}
.jcarousel-skin-default .jcarousel-next:hover::after,
.jcarousel-skin-default .jcarousel-prev:hover::after {
    opacity:1;
}
.jcarousel-skin-default .jcarousel-next-disabled, 
.jcarousel-skin-default .jcarousel-prev-disabled {
	 display:block;
}

.jcarousel-skin-default .jcarousel-item {
 padding: 0;
 width: 192px;
 height: 113px;
 overflow: hidden;
 border: 1px solid #CCC;
 list-style: none;
 background: #fff none;
 }
 .jcarousel-skin-default .jcarousel-item-horizontal {
    margin: 0 7px;
}

 .views-field-field-carousel-picture img {
 	display:block;
}
.views-field-field-carousel-content  {
	font-size:16px;
	font-weight:500;
	height:113px;
	width:192px;
	position:absolute;
	top:0;
	display:table;
  background: none repeat scroll 0 0 rgba(0, 38, 100, 0.5);

}
.views-field-field-carousel-content .field-content {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	color:#fff;
/*	opacity:0.65;*/
/*	background-color: #002664;*/
	padding:0 1rem;
}
.views-field-field-carousel-content .field-content a {
	color:#fff;
}
.jcarousel-skin-default .jcarousel-item {
	position: relative;
	border: 0;
}

.views-field-field-carousel-content {
/*	border: 4px solid rgba(0,38,100,.65); */
  border:4px solid transparent;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;

}
.jcarousel-skin-default .jcarousel-item:hover .views-field-field-carousel-content {
	border: 4px solid rgba(0,152,219,1);
}
/****** end of carousel code added by Libby ******/


 /* =============================================================================
 *   Superfish Main Menu
 * ========================================================================== */
 
#menu-bar {
	margin:0 0; /*override*/
}
#block-superfish-2 {
  margin:0 0 0 0;
}
#block-superfish-2 ul ul {
	display:none;
}
ul#superfish-2 ul.sf-hidden {
	display:none;
}
ul#superfish-2 li {
  padding:1em 0; 
}
ul#superfish-2 li:hover {
	background-color:#262055;
}
ul#superfish-2 li:hover:after {
    border-color: #262055 transparent;
    border-style: solid;
    border-width: 10px 10px 0 0;
    bottom: -9px;
    content: "";
    display: block;
    left: 15px;
    position: absolute;
    width: 0;
    z-index:999;
}

/* padding for links is handled in responsive.custom.css */
ul#superfish-2 li a {
	font-family: 'HCo Gotham', 'Gotham Narrow A', 'Gotham Narrow B'; 
	font-weight: 500; 
	font-style: normal;
	text-transform:uppercase;
  line-height:1;
  border-right:1px solid #59bce8; 
	color:#fff;
	padding:0 1.55em;
	font-size:1em;
	
}
ul#superfish-2 li.last a {
	border-right:none;

}
/*SECONDARY NAVIGATION*/

ul#superfish-2 ul  {
	background-color:#90959c;
	width:auto !important;
	top:3em;
}
ul#superfish-2 ul li {
	  padding: 0 0 0 0;
	  margin:0 0 0 0 ;
	  height:auto;
}
ul#superfish-2 ul li:hover, ul#superfish-2 li.active {
  background-color:#acb0b5;
}
ul#superfish-2 ul li:hover:after {
    border-width: 0 0 0 0;
}
ul#superfish-2 ul li a,
ul#superfish-2 ul li.last ul li a {
	font-family: 'HCo Gotham', 'Gotham SSm A', 'Gotham SSm B';   
	font-weight: 500; 
	font-size:0.85em; /*15.3 px */
	text-transform:none;
  padding: 1.11rem ;
	margin:0 1.25rem;
	border-bottom:1px solid #acb0b5;
	border-right:none;
}
ul#superfish-2 ul li.last a {
	border-bottom:none;
	padding-bottom:1.2rem;
}
ul#superfish-2 ul li.menuparent:hover a:after {
	position:absolute;
	right:-10px;
	content:"\203A";
}
/*TERTIARY NAVIGATION*/
ul#superfish-2 ul li ul {
	top:0px;
}
ul#superfish-2 ul li.menuparent:hover ul li a:after {
	position:absolute;
	right:-20px;
	content:" ";
}
 /* =============================================================================
 *   Superfish Accordion Menu
 * ========================================================================== */

.sf-accordion-toggle {
	position: absolute;
  top: 0.5em;
  right:25px;
/*  background: url("/sites/all/themes/adaptivetheme/ncrc/images/accordion_menu.png") no-repeat scroll right center rgba(0, 0, 0, 0); */
  line-height:36px;
}
.sf-accordion-toggle a {
	  color:#002664;
	  font-weight:700;
}
.sf-accordion-toggle a::after {
    color: #002664;
	  content:"\e616";
    font-family: "icomoon";
    font-size: 2em;
    padding-left: 10px;
    position: relative;
    top: 0.3em;
}
ul#superfish-2-accordion li {
	background-color:#002664; 
	margin-bottom:1px;
}
	ul#superfish-2-accordion li.last  {
	margin-bottom:0;
}
ul#superfish-2-accordion li a {
    color: #fff;
    /*font-family: "Gotham Narrow A","Gotham Narrow B";*/
    font-size:22px; /*setting to px value overrides flowtype*/
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2em;
    padding: 0.5em 0 0.5em 1em;
    text-transform: uppercase;
}
/*the + and - */
ul#superfish-2-accordion li a.menuparent::after   {
	position:absolute;
	content: "\e61d";
	font-family:"icomoon";
  right:27px;
  font-size: 22px;
	line-height:2em;
	font-weight:700;
}
ul#superfish-2-accordion li.sf-expanded a.menuparent::after  {
	content: "\e61c";
}

/*SECONDARY ACCORDION NAVIGATION*/
ul#superfish-2-accordion ul {
	background-color:#acb0b5;
}
ul#superfish-2-accordion ul li {
	background-color:#90959c;
}
ul#superfish-2-accordion ul li a {
	font-family: 'HCo Gotham', 'Gotham SSm A', 'Gotham SSm B';   
	font-weight: 500; 
	font-size:16px; /*setting to px value overrides flowtype*/
	text-transform:none;
	letter-spacing:0;
  padding: 0.8em 0;
	margin:0 0 0 1.25em;
}
ul#superfish-2-accordion li.sf-expanded ul li a.menuparent::after  {
	content: "\e61d";
	font-size:22px;
	font-weight:700;
}
ul#superfish-2-accordion li.sf-expanded ul li.sf-expanded a.menuparent::after  {
	content: "\e61c";

}
/*TERTIARY ACCORDION NAVIGATION*/
ul#superfish-2-accordion ul li ul {
	background-color:#90959c;
}
ul#superfish-2-accordion ul li ul li  {
	background-color:#acb0b5;
}
li.sf-clone-parent a::after {
	content: " " !important;
}
 /* =============================================================================
 *   SIDEBARS
 * ========================================================================== */
 .sidebar .block-menu-block ul {
 	list-style: outside none none;
}
 .sidebar .block-menu-block ul li {
 	border-top:1px solid #cfd8dc;
}
 .sidebar .block-menu-block ul li.last {
 	border-bottom:1px solid #cfd8dc;
}
 .sidebar .block-menu-block ul li a {
 	display:block;
 	color:#90959c;
 	font-size:0.8em;  /* translates to 16 px w flowtype*/
 	font-weight:500;
 	padding:0.8em 0;
} 
.sidebar .block-menu-block ul li a.active,
.sidebar .block-menu-block ul li a.active-trail {
 	color:#002664;
}
.sidebar .block-menu-block ul li ul{
 	margin:0 0 0 0;
}
.sidebar .block-menu-block ul li ul li.last{
 	border-bottom:none;
}
.sidebar .block-menu-block ul li ul li a{
 	font-weight:400;
}
/*sidebar tertiary nav*/

.sidebar .block-menu-block ul.menu ul {
 	padding-left:0;
}
.sidebar .block-menu-block ul.menu ul li a{
 	padding-left:1.5em;
}

/* =============================================================================
 *   Buttons
 * ========================================================================== */
a.button,
.more-link a {
    display: inline-block;
    font-weight: 600;
    font-size:18px;
    line-height: 1;
    margin-top: 1em;
    padding: 0.8em 1.1em 0.7em 1.1em;
    text-transform: uppercase;
    text-decoration:none;
}
/*
a.button:active {
	border-bottom: 0px;
	position: relative;
	top: 4px; 
}
*/
a.maroon.button {
	color:#fff;
	background-color:#cd202c;
	border-bottom: 4px solid #9a1821;
	text-decoration:none;
}
a.maroon.button:hover {
	background-color:#e6202d;
}
a.maroon.button:active {
	background-color:#9a1821;
}

a.white.button {
	color:#0098db;
	background-color:#fff;
	border-bottom:4px solid #c5ddea;
}
a.white.button:hover {
	background-color:#fff;
}
a.white.button:active {
	background-color:#c5ddea;
}
a.blue.button {
	color:#fff;
	background-color:#0098db;
	border-bottom:4px solid #1679aa;
}
a.blue.button:hover {
	background-color:#00aaf5;
}
a.blue.button:active {
	background-color:#1679aa;
}
a.darkblue.button {
	color:#fff;
	background-color:#007ac3;
	border-bottom:4px solid #00588c;
}
a.darkblue.button:hover {
	background-color:#0098db;
}
a.darkblue.button:active {
	background-color:#00588c;
}
a.orange.button {
	color:#fff;
	background-color:#f16321;
	border-bottom:4px solid #bf4e1a;
}
a.orange.button:hover {
	background-color:#f7854f;
}
a.orange.button:active {
	background-color:#bf4e1a;
}
a.button.very-small {
    font-size: 0.5em;
}
/* =============================================================================
 *   Lists
 * ========================================================================== */

.node-page.article li,
.node-content li,
.quicktabs-tabpage li {
	padding: 0.3em 1em;
	font-size:0.9em /*18px*/
}
.node-mediator-neutrals .field ul {
	padding: 0 0 0 1em;
} 
.node-mediator-neutrals .field li {
	padding: 0.3em 0.8em;
	font-size:0.9em /*18px*/
}	
.two-column-list 	{
  
	padding: 0 0 0 20px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: 330px;
     -moz-column-width: 330px;
          column-width: 330px;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
}
.three-column-list {
	padding: 0 0 0 0;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-width: 215px;
     -moz-column-width: 215px;
          column-width: 215px;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
/* =============================================================================
 *   Global Elements
 * ========================================================================== */
.date-display-single {
	font-weight:700;
	margin-bottom: 0.6em;
}
#messages-help-wrapper {/*move this to functionality*/
    display:none;
} 

a[href^="mailto"]::before {
	content:"\e605";
	font-family:'icomoon';
	padding-right:0.25em;
}

a[href*="map"]::before {
	content:"\e617";
	font-family:'icomoon';
	padding-right:0.25em;
}
/*
a[href$=".pdf"]::after{
	content:"\e61a";
	font-family:'icomoon';
	padding-right:0.25em;
}
*/
/* =============================================================================
 *   Accordions
 * ========================================================================== */
/*** overrides ***/
.ui-accordion .ui-accordion-icons {
    padding-left: 0;
} 
.ui-state-default .ui-icon,
.ui-state-active .ui-icon {
    background-image: none;
    display:none;
}
.ui-corner-all {
    border-radius: 0px;
}
.ui-corner-top,
.ui-corner-bottom {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
/***/
.ui-widget {
	font-family: 'HCo Gotham', 'Gotham SSm A', 'Gotham SSm B'; 
/*	font-size:18px !important; */
	font-size:1em;
}
.ui-accordion-content {
  font-size:0.9em;
	font-weight:300; 
	color:#acb0b5;
}
.ui-accordion .ui-accordion-header {
	position:relative; 
	background:none;
	background-color:#eee;
  border: none;
  padding: 0.75em 3em 0.75em 1.25em;
  margin-bottom:2px;
  font-weight:500;
  font-size:0.9em;

}
.ui-accordion-header,
.ui-accordion-header a,
.ui-accordion-header a:link, 
.ui-accordion-header a:visited {
  color: #90959c;  
  font-size:1em;
}

.ui-accordion-header::after  {
	position:absolute;
	content: "+";
  right:20px;
  display:inline;
	font-size:1.9em;
	line-height:1.5;
	top:0;
}


.ui-accordion .ui-accordion-header.ui-state-active::after  {
	content: "\2013";

}
.ui-accordion .ui-accordion-header.ui-state-active {
	background-color:#0098db;
	margin-bottom:0;
	color:#fff;
}
.ui-accordion .ui-accordion-header.ui-state-active a {
	color:#fff;
}
.ui-accordion .ui-accordion-content {
    border: 1px solid #fff;
    overflow: auto;
    padding: 1.75rem 1.25rem;
    margin-bottom:20px;
    
}
/***** ELEMENTS ****/
/*this allows editor to float image in wysiwyg with an appropriate margin*/
img[style*="float: right"]  {
    margin:0 0 1em 1em;
    display:block;
}
    /* allows editor to float image in wysiwyg with an appropriate margin*/
  img[style*="left"]  {
    margin:0 1em 1em 0;
    display:block;
  }
  table.content-table tr {
	background-color:#fff;
}
   img.img-left  {
    margin:0 1em 1em 0;
    display:block;
  }
/*faqs*/
h1.faq-header {
	margin:1em 0 1em 0;
}
h1.faq-header:first-of-type {
	margin-top:0;
}
/*faqs - indidual pages - can be turned into template later*/
.field-name-field-faq-question {
	  color: #0098db;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0 0 0.67em;
    text-transform: uppercase;
}
.field-name-field-faq-all-reference a {
	 display: inline-block;
   font-size: 18px;
   font-weight: 600;
   line-height: 1;
   margin-top: 1em;
   padding: 0.8em 1.1em 0.7em;
   text-decoration: none;
   text-transform: uppercase;
   background-color: #0098db;
   border-bottom: 4px solid #1679aa;
   color:#fff;
}
/***************/ 
/*board*/
.view-people-board-members h3 {
	color:#002664;
	margin-top:3em;
}
.view-people-board-members h3:first-of-type {
	margin-top:1.4em;
}
.view-people-board-members .views-row {
	padding-bottom:5%;
	margin-bottom:5%;
	border-bottom:1px solid #ddd;
}
.view-people-board-members .views-row-last {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
.view-people-board-members  .views-field-field-board-current {
	color:#002664;
	font-weight:500;
	margin-bottom:0.5em;
}
.view-people-board-members .views-label {
	font-weight:500;
	float:left;
	padding-right:10px;
}
/*
.views-field-field-people-name-badge {
	float: left; 
}

.views-field-field-board-position .field-content:before {
	content:" \00a0 \2014 \00a0";
	line-height:1;
}
*/
.views-field-field-board-current,
.views-field-field-board-former, 
.views-field-field-board-community {
	clear:left;
	margin-bottom:1em;
}
 .ccv.people .photo-biolink {
 	margin-top:0.5em;
}
 .ccv.people .views-row {
	border-bottom:1px solid #ddd;
	margin-bottom:4em;
	padding-bottom:1em;
	overflow:hidden;
}
 .ccv.people .views-row-last {
 	border:none;
}
.view-people-staff.ccv.people .views-row-last {
	border-bottom:1px solid #ddd;
}
	
 .ccv.people.view-people-staff .attachment .views-row {
	margin-bottom:1em;
	padding-bottom:0;
	border-bottom:0;
}

.views-field.views-field-field-people-bio {
   /* overflow: hidden; */
}
/* =============================================================================
 *   CONTENT
 * ========================================================================== */

/*name badge*/

.field-collection-container {/*override*/
    border-bottom: none;
    margin-bottom: 0;

}
.field-collection-view {/*override*/
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.field-name-field-people-photo  {
    margin-right:5%;
    margin-bottom:1em;
    width:35%; 
    max-width:256px;
    float:left;
}
.field-name-field-people-photo img {
  display:block;
}
.field-collection-container {
	    overflow:hidden;

}

.field-collection-item-field-people-name-badge .field {
  color: #0098db;
  float: left;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.3;
  padding-right: 5px;
}


.field-collection-item-field-people-name-badge .field.field-name-field-name-last {
	padding-right:0px;
}
/*ncrc staff*/
.field-collection-item-field-people-name-badge .field.field-name-field-name-title {
  clear:left;
  text-transform:uppercase;
  color:#90959c;
  font-size:1em;
  font-weight:500;

}
/*
.field-collection-item-field-people-name-badge .field.field-name-field-name-title .field-items .field-item:before {
	content:" \00a0 \2014 \00a0";
	line-height:1;
}
*/
/*people views*/
.photo-biolink {
    margin-right:5%;
    width:35%; 
    max-width:256px;
    float:left;
    margin-bottom:1em;
}
.photo-biolink a.blue.button {
	display:block;
	text-align:center;
}
 .views-field-field-people-name-badge {
	  margin-bottom:0.5em;
  	overflow:hidden;
}
.views-field.views-field-term-node-tid {
    font-size: 0.7em;
    font-weight: 500;
}

/*TRAINING Services pages*/

.training-services-theme .sidebar h2.block-title a,
.training-services-theme .node-content h2,
.training-services-theme #main-content h1#page-title,
.training-services-theme h3 {
	color:#cd202c;
}

.training-services-theme .views-field-title a,
.field-name-field-wsc-display-title {
	color:#770D29;
	text-decoration:none;
	display:inline-block;
	font-weight:800;
	line-height:1.2;
	text-transform:uppercase;
}
 .training-services-theme .sidebar .block-menu-block ul li a.active,
  .training-services-theme .sidebar .block-menu-block ul li a.active-trail  {
    color: #770D29;
}
/*training workshops grid view*/
.training-services-theme div.training-category {
	color:#cd202c;
	border-bottom:1px solid #ddd;
	display:inline-block;
  width:100%;
	font-weight:700;
	margin-right:1em;
	padding-bottom:0.5em;
	text-transform:none;

}
.view-training-worshops.ccv.workshop-list.grid div.training-category {
	color:#cd202c;
	border-bottom:1px solid #ddd;
	display:inline-block;
  width:12em;
	font-weight:700;
	margin-right:1em;
	margin-bottom:1em;
	padding-bottom:0.5em;
	font-size:0.625em;
	text-transform:none;

}
.view-training-worshops.ccv.workshop-list.grid h2 {
	margin-bottom:0;
}
.view-training-worshops.ccv.workshop-list.grid .views-field-title a {
	margin-bottom:1em;
}
.view-training-worshops.ccv.workshop-list.grid .columns {
  display:inline-block;
	margin-bottom:2em;
}
.view-training-worshops.ccv.workshop-list.grid .columns .views-field-title {
	max-width:200px;
}

.view-training-worshops.ccv.workshop-list.grid .more-link a,
.training-services-theme input[type="submit"] {
	color:#fff;
	background-color:#cd202c;
	border-bottom: 4px solid #9a1821;
	text-decoration:none;
}
.view-training-worshops.ccv.workshop-list.grid .more-link a:hover,
.training-services-theme input[type="submit"]:hover {
		background-color:#e6202d;
}
.view-training-worshops.ccv.workshop-list.grids .more-link a:active,
.training-services-theme input[type="submit"]:active {
	background-color:#9a1821;
}
/*training workshops pages
.training-services-theme .ncrc-table table th {
	background-color:#750420;
	color:#fff;
}
.training-services-theme .views-field-field-prod-ws-date {
	color:#750420;
}
*/
/*Workshops Tables*/
.view-estore-workshops-references table caption {
	background-color: #770d29;
	color:#fff;
	font-weight:700;
	padding:0.7em 1em;
	text-transform:uppercase;
}
.view-estore-workshops-references table tbody {
	font-size:90%;
}
.view-estore-workshops-references table tr td {
	padding:1em;
}
.view-estore-workshops-references table tr td.views-field-add-to-cart-form {
	width:20%;
	text-align:center;
}
.view-estore-workshops-references .date-display-single,
.view-estore-workshops-references .workshop-days {
  color: #770d29;
  margin-bottom:0;
  font-weight:700;
}
td.views-field-commerce-price {
	text-align:center;
	font-weight:400;
}
.view-estore-workshops-references .commerce-add-to-cart em {/**FIX IN UI**/
	display:none;
}
.view-estore-workshops-references input[type="submit"] {
  color: #fff;
  background-color: #cd202c;
  border-bottom: 4px solid #9a1821;
  text-decoration: none;
  margin:0 0;
}
.view-estore-workshops-references input[type="submit"]:hover {
		background-color:#e6202d;
}
.view-estore-workshops-references input[type="submit"]:active {
	background-color:#9a1821;
}

.view-estore-workshops-references input[type="submit"]:active {
    border-bottom: 0 none;
    border-top:4px solid transparent;
    position: relative;
    top: 4px;
}
/*Workshops Tables*/
.estore-table table caption {
	background-color: #770d29;
	color:#fff;
	font-weight:700;
	padding:0.7em 1em;
	text-transform:uppercase;
}
.estore-table table tbody {
	font-size:90%;
}
.estore-table table tr td {
	padding:1em;
}
.estore-table table tr td.views-field-add-to-cart-form {
	width:20%;
	text-align:center;
}
.estore-table .date-display-single,
.estore-table .workshop-days,
.estore-table .views-field-title {
  color: #770d29;
  margin-bottom:0;
  font-weight:700;
}
.estore-table td.views-field-commerce-price {
	text-align:center;
	font-weight:400;
}
.estore-table .commerce-add-to-cart em {/**FIX IN UI**/
	display:none;
}
.estore-table input[type="submit"] {
  background-color: #cd202c;
  border-bottom: 4px solid #9a1821;
  margin:0 0;
}
.estore-table input[type="submit"]:hover {
		background-color:#e6202d;
}
.estore-table input[type="submit"]:active {
	background-color:#9a1821;
}



/*eStore donations*/
.view-estore-donate .views-row {
	padding-bottom:3em;
	margin-bottom:3em;
	border-bottom:1px solid #eee;
}
.view-estore-donate .views-row-last {
	border-bottom:none;
	}

/*eStore bookstore*/ 
.view-estore-bookstore h4,
.view-estore-bookstore-vcart h4 {
	font-style:normal;
	margin:0 0 ;
}
.view-estore-bookstore .views-row,
.view-estore-bookstore-vcart .views-row {
	padding-bottom:2em;
	margin-bottom:3em;
	border-bottom:1px solid #ddd;
}
.view-estore-bookstore .views-row-last,
.view-estore-bookstore-vcart .views-row-last {
	border-bottom:none;
}
.view-estore-bookstore .views-field-field-prod-book-image,
.view-estore-bookstore-vcart .views-field-field-prod-display-book-image {
    float: left;
    margin-right: 5%;
    max-width: 256px;
    width: 35%;
}
.view-estore-bookstore .views-field-field-prod-book-image img,
.view-estore-bookstore-vcart .views-field-field-prod-display-book-image img {
	border:1px solid #ddd;
}
/*eStore Blue Buttons*/
.view-estore-bookstore input[type="submit"],
.view-estore-donate input[type="submit"] {
  margin:0 0;
}

/*divorce workshops*/
.field-name-field-lpm-page-reference .article.node-estore-workshop::firstchild {
	border-bottom:1px solid #eee;
}
.field-name-field-lpm-page-reference .article.node-estore-workshop {
	padding-bottom:3em;
	margin-bottom:4.75em;
}

/*Training  Clients*/
.group-training-clients-logos {
	margin:30px 0;
}
.field-name-field-training-clients-logos .field-items .field-item {
	display:inline-block;
    margin: 2%;
    width: 29%;
}
.field-name-field-training-clients-logos .field-items .field-item img{
	display:block;
	margin:0 auto;

}
.field-name-field-training-clients-industry  {
	  color: #002664;
    font-family: "Gotham SSm A","Gotham SSm B";
    font-size: 1.6em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin:2em 0;
}
.field-name-field-training-clients-clients .field-items 	{
	padding: 0 0 0 0px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: 300px;
     -moz-column-width: 300px;
          column-width: 300px;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
}
.field-name-field-training-clients-clients .field-items .field-item {
	padding-bottom: 1em;
}
/** END Training section **/	
/*In the News*/

.view-news .views-row {
    border-bottom: 1px solid #ddd;
    margin-bottom: 3em;
    padding-bottom: 3em;
}
.view-news .views-row-last {
    border-bottom: none;
    padding-bottom:0;
}
.views-field-field-news-upload-file img {
	display:none;
}
.news-date .date-display-single {
    color: #acb0b5;
    font-weight: 500;
    font-size:1em;

}
/*contact us*/
.corp-address-map {
  background-color: #eee;
  margin-bottom:7%;
}
.address-map {
    padding: 5% 0 5% 5%;
}
h3.contactus {
	margin:0 0;
	font-size:1.2em;
}
.address-map h3.contactus {
	font-size:1.4em;
}
  /*contact us*/
table.responsive.contact-us {
  width:100%;
  margin:0 ;

}
table.responsive.contact-us tr td {
	padding-bottom:30px;
	display:block;
	float:left;
	padding-left:5%;
}

/*flexible iframe for embedded google map */
.flexible-iframe {
    position: relative;
/*  padding-bottom: 56.25%; */
    padding-top: 30px;
/*  height:0; */
    height: 300px;
    overflow: hidden;
}

.flexible-iframe iframe,   
.flexible-iframe object,  
.flexible-iframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*WCRG page*/
.page-node-35 .node-content h2,
.page-node-35 .node-content h3,
.page-node-35 .sidebar .block-menu-block ul li a.active {
	color:#007ac3;
}
.page-node-35 li {
	font-weight:400;
}
.view-wcrg-mediator-links {
   margin-bottom:20px;
}
/* WCRG MEDIATION COLOR THEME - Orange */
.wcrg-mediation-color-theme h1#page-title,
.wcrg-mediation-color-theme .node-content h2,
.wcrg-mediation-color-theme .node-content h3,
.wcrg-mediation-color-theme .sidebar .block-menu-block ul li a.active,
.wcrg-mediation-color-theme .sidebar .block-menu-block ul li a.active-trail {
	color:#007ac3;;
}
.wcrg-mediation-color-theme .photo-biolink a.blue.button {
   background-color: #007ac3;
   border-bottom: 4px solid #00588c;
   color: #fff;
}
.wcrg-mediation-color-theme .photo-biolink a.blue.button:hover {
	 background-color: #0098db;
}
.wcrg-mediation-color-theme .photo-biolink a.blue.button:active {
	 background-color: #00588c;
}
.wcrg-mediation-color-theme .field-collection-item-field-people-name-badge .field {
    color: #00588c;
}
.wcrg-mediation-color-theme td[class^="icon-"]::before {
  color: #00588c;
}/***/


/*DMG page*/
.page-node-27 .node-content h2,
.page-node-27 .node-content h3,
.page-node-27 .sidebar .block-menu-block ul li a.active,
.page-node-27 .sidebar .block-menu-block ul li a.active-trail {
	color:#f16321;
}
.page-node-27 h4 {
	font-family: 'HCo Gotham', 'Gotham Narrow A', 'Gotham Narrow B'; 
	color:#822e09;
	margin: 0 0 15px 0;
}
.page-node-27 li {
	font-weight:400;
}

/*DMG Icon Table*/
.page-node-27 td {
	position:relative;
	padding:0;
}
.page-node-27 td[class^="icon-"]::before {
  color: #f16321;
  font-size: 3.1em;
  line-height:1em;
  left: -2em;
  position: absolute;
  top: 0;
}
/* DIVORCE MEDIATION COLOR THEME - Orange */
.dmg-mediation-color-theme h1#page-title,
.dmg-mediation-color-theme .node-content h2,
.dmg-mediation-color-theme  h2,
.dmg-mediation-color-theme .node-content h3,
.dmg-mediation-color-theme .sidebar .block-menu-block ul li a.active,
.dmg-mediation-color-theme .sidebar .block-menu-block ul li a.active-trail {
	color:#f16321;
}
.dmg-mediation-color-theme a, 
.dmg-mediation-color-theme h4 {
    color: #822e09;
}
.dmg-mediation-color-theme .photo-biolink a.blue.button {
	  background-color: #f16321;
    border-bottom: 4px solid #bf4e1a;
    color: #fff;
}
.dmg-mediation-color-theme .photo-biolink a.blue.button:hover {
	 background-color: #f7854f;
}
.dmg-mediation-color-theme .photo-biolink a.blue.button:active {
	 background-color: #bf4e1a;
}
.dmg-mediation-color-theme .field-collection-item-field-people-name-badge .field {
    color: #822e09;
}
.dmg-mediation-color-theme td[class^="icon-"]::before {
  color: #f16321;
}
/***/


/*MEDIATION Icon Table */
.page-node-32 table tr td  {
	vertical-align:top;
	padding:0;
}
.page-node-32 table tr td:first-child p {
  margin-bottom:0
}
.page-node-32 table tr td div[class^="icon-"]{
  color: #0098db;
  font-size: 1.7em;
  line-height: 1;
  padding-right: 0.7em;
}

.page-node-32 table tr td div.icon-balance,
.page-node-32 table tr td div.icon-hammer {
	 padding-top:6px;
 }
/*CAMPAIGN for civility Icon Table */
.page-node-42 table tr td  {
	vertical-align:top;
	padding:0;
}
.page-node-42 table tr td:first-child p {
  margin-bottom:0
}
.page-node-42 table tr td div[class^="icon-"]{
  color: #0098db;
  font-size: 1.7em;
  line-height: 1;
  padding-right: 0.7em;
}


/*Study Abroad Agenda - View*/

.node-type-study-abroad-landing-page #content-column h1 {
	font-size: 1.6em;
}

.ccv.agenda-display table {
	margin-bottom:1em;
}
.ccv.agenda-display tr.odd {
	background-color:#eee;
}
.ccv.agenda-display tr.even {
	background-color:#fff;
}
.ccv.agenda-display td {
	padding: 0.275em 0.75em;
}
.ccv.agenda-display .date-display-single {
	color:#0098db;
	font-size: 0.9em;
}
.ccv.agenda-display td.views-field-field-agenda-item-time {
  width:10em;
  text-align:left;
}

.field-name-field-study-abroad-more-info {
	font-size:0.8em; /*16px*/
}
/* =============================================================================
 *    Tertiary Content
 * ========================================================================== */
#tertiary-content-wrapper {
	min-height:425px;
	background-color:#0098db;
	margin-top:0;
	border-bottom:8px solid #1679aa;
}
.region-tertiary-content {
	color:#fff;
	padding: 5% 0 2.5% 0;
}
.region-tertiary-content h3 {
	color:#fff;
}
/*bottom CTA - Find a mediator */
.views-exposed-form .views-exposed-widget {
	margin-bottom:25px;
	float: none;
	width:60%;
  padding: 0.5em 0 0 0;
}	
.views-exposed-form .views-exposed-widget label{
	margin-bottom:25px;
	float: none;
	font-size:0.9em;
  padding: 0.5em 0 0 0;
}	
.views-exposed-form .views-exposed-widget .form-submit {
    background-color: #fff;
    border-color: #c5ddea;
    border-style: solid;
    border-width: 0 0 4px;
    color: #0098db;
    font-size: 1em;
    font-weight: 700;
    margin-top: 0;
    padding: 0.5em 2em;
    text-transform: uppercase;
}
.views-exposed-form .views-exposed-widget .form-submit:hover {
    border-color: #dfeef6;
    border-style: solid;
    border-width: 0 0 4px;
}
/*same form, but in sidebar */
.region-sidebar-first .views-exposed-form .views-exposed-widget label {
	color:#002664;
}
.region-sidebar-first .views-exposed-form .views-exposed-widget .form-submit{
	color:#fff;
	background-color:#0098db;
}
.region-sidebar-first #block-views-exp-find-a-mediator-page {
	padding-top: 0%;
	width:100%;
	float:none;
}

#block-block-11 .block-inner .block-content {/*find a mediator*/
    padding-left: 3.4em;
}

/*browse courses*/
.icon-icon-training {
	  display:table;
	  margin:0 auto;
    font-size:15em;
    line-height: 1;
    position:relative;
    left:0.15em;

}

/* =============================================================================
 *    Footer
 * ========================================================================== */

#footer-wrapper {
	background-color: #002664;
	color:#fff;
}
#footer-wrapper a {
	color:#fff;
}
#footer-wrapper .region-inner {
	min-height:165px;
}

/*footer logo*/
#block-block-1 {
	display:inline-block;
	float:left;
	height:165px;
	width:25%;
	margin:0 2% 0 0;
}
#block-block-1 .block-inner {
/*	display:table; 
	height:100%;*/
	margin-top:15%;

}
#block-block-1 .block-inner .block-content {
/*	display:table-cell;
	vertical-align:middle; */
}
#block-block-1 .block-inner .block-content p {
	margin:0 0;
}


/*footer navigation*/
#block-menu-block-4 {
	display:inline-block;
	float:right;
	width:72%;
	margin:2.7% 0 0 0;
}
#block-menu-block-4 ul {
	float:right;
}
#block-menu-block-4 ul li {
	display:inline;
}
#block-menu-block-4 ul li a {
	display:inline-block;
	font-weight: 500;
/*   font-size:1em;  flowtext controlled */
  line-height: 1;
  padding:0 1.2em; 
  border-right:2px solid #1679aa;
	word-spacing:-1px;
}
#block-menu-block-4 ul li.last a {
	border-right:none;
	padding-right:0;
}

#block-block-2  {/*copyright*/
	font-weight:500;
  font-size:0.8em;
  word-spacing:-1px;
  margin-bottom:0;
  display:inline-block;
}
#demo {/*window size*/
	position:absolute;
	top:100px;
	right:10px;
	font-size:80%;
}
img {
	height:auto !important;
}

	

.views-field-field-people-photo {
	float:left;
}
/* =============================================================================
 *   Icon Tables
 * ========================================================================== */
 
 table.icon-list tr {
 	background-color:#fff;
}
 table.icon-list tr td {
 	background-color:#fff;
}



/*quicktabs*/

ul.quicktabs-tabs.quicktabs-style-nostyle {
  font-family: 'HCo Gotham', 'Gotham SSm A', 'Gotham SSm B';
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow:hidden;
  border-bottom:5px solid #0098db;
}
ul.quicktabs-tabs.quicktabs-style-nostyle li {
  display: block;
  float: left;
  padding: 0em 2%;
  margin-right: 0.4%;
  height:40px;
  list-style-type: none;
  text-align:center;
  background-color:#90959c;
  border:none;
  overflow:hidden;
  margin-bottom:0;
}
ul.quicktabs-tabs li {
  white-space: normal;
}
.node-type-study-abroad-landing-page ul.quicktabs-tabs.quicktabs-style-nostyle li {
	width:17%;
	margin-right: 0.66%;
	padding: 0em 1%;
}
ul.quicktabs-tabs.quicktabs-style-nostyle li:hover  {
  background-color:#002664;
  border:none;
}
ul.quicktabs-tabs.quicktabs-style-nostyle li.active  {
  background-color:#0098db;
  border:none;
}
ul.quicktabs-tabs.quicktabs-style-nostyle li.last {
	margin-right:0;
}
ul.quicktabs-tabs.quicktabs-style-nostyle a,
ul.quicktabs-tabs.quicktabs-style-basic a:hover {
  color: #fff;
  text-decoration: none;
  text-transform:uppercase;
  font-family: 'HCo Gotham', 'Gotham SSm A', 'Gotham SSm B' !important;
  font-weight:700;
  display:block;
  line-height:1.1;
/*  font-size:13.5px;*/
}
ul.quicktabs-tabs.quicktabs-style-nostyle a {
  padding-top:1.2em;
}
ul.quicktabs-tabs.quicktabs-style-nostyle li.active a {
  color:#fff;
}
div.quicktabs_main.quicktabs-style-nostyle {
	border:15px solid #eee;
	padding:1.474em;
}


/*SIDEBAR CTAs*/
.ccb.sidebar-cta .block-inner {
	margin:0 5%;
}
.node.node-sidebar-ctas {
  margin-bottom:0;
}
.node-sidebar-ctas .node-content  {
  background-color: #002664;
  text-align: center;
  padding:2em 9%;
}
.node-sidebar-ctas .node-content {
	font-size:20px;
  max-width:13em;
	color:#fff;
	margin:0 auto;
}
.node-sidebar-ctas .node-content p {
  font-size:0.9em;
  line-height:1.5;
}
.node-sidebar-ctas .node-content p, 
.node-sidebar-ctas .node-content a {
  color:#fff;
}
.node-sidebar-ctas .node-content a.button {
	margin: 6% 0 7% 0;
}
.node-sidebar-ctas .node-content h2 {
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin:2% 0;
  font-size:1.4em;
  color:#fff;
}
.node-sidebar-ctas .node-content h3 {
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
  margin:0.75em 0;
  font-size:1.2em;
  color:#fff;
}	

.node-sidebar-ctas .node-content h4 {
  font-weight: 500;
  font-style:normal;
  line-height: 1.7;
  text-transform: none;
  margin:1em 0;
  font-size:1em;
  color:#fff;
}	
.node-sidebar-ctas .node-content h4 strong {
  font-size:1.2em;
  font-weight:700;
}
.node-sidebar-ctas div[class*="icon-"] {
  line-height:1;
	padding-bottom:1em;
}
.node-sidebar-ctas div[class*="icon-"]:before {
    font-size:6.5em;
}
.node-sidebar-ctas a.icon-envelope::before {
	  padding-right:0.25em;
}
/*sidebar blocks - quotes*/

#block-nodeblock-211 {                      
	font-size:18px;
	position:relative;
	padding-top:7em;
	padding-bottom:12em;

}
#block-nodeblock-212 {                      
	font-size:18px;
	position:relative;
}
#block-nodeblock-211 .article { 
	min-height:12em;
}
div.blockquote-special {
	  color: #cd202c;
    font-weight: 700;
    position:relative;
}

#node-211 p, 
#node-212 p {
	margin-top:1em;
	font-size:0.9em;
	font-style:italic;
}

#node-211 .blockquote-special::before, 
#node-212 .blockquote-special::before {
    background: url("/sites/all/themes/adaptivetheme/ncrc/images/ripple_large.png") no-repeat scroll 0 0 / cover transparent;
    content: "";
    height: 22.5em;
    left: -7em;
    position: absolute;
    top: -9em;
    width: 22.5em;
    z-index: 0;
}
#node-211 .blockquote-special::after {
    background: url("/sites/all/themes/adaptivetheme/ncrc/images/ripple_small.png") no-repeat scroll 0 0 / cover transparent;
    content: "";
    height: 12.5em;
    left: 5.5em;
    position: absolute;
    top: 9em;
    width: 12.5em;
}
#node-42 {
  overflow:hidden; 
}
.ripple-wrapper {
	position:relative;
}
.ripple-large::after {
    background: url("/sites/all/themes/adaptivetheme/ncrc/images/ripple_medium.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 327px;
    left: -50px;
    position: absolute;
    top: -70px;
    width: 327px;
    z-index: 0;
}
	

/*NCRC TABLES*/
table.ncrc-table {
	font-size:1em;
	margin-bottom:1.75em;
}
table.ncrc-table th {
  background-color:#002664;
	color:#fff;
	font-size:0.9em;
	font-weight:500;
	padding:0.7em 1em;
}
table.ncrc-table tr.even, tr:nth-child(2n+2) {
  background-color: #eee;
  border-bottom: 0 none;
}
table.ncrc-table td {
	font-size:0.8em;
	padding:0.85em 1em;
	border-left:1px solid #ddd;
}
table.ncrc-table td:first-child {
	border-left:none;
}

/*ALTERNATE NCRC TABLES same style, different class position*/
.ncrc-table table {
	font-size:1em;
	margin-bottom:1.75em;
}
.ncrc-table table th {
  background-color:#002664;
	color:#fff;
	font-size:0.895em;
	font-weight:500;
	padding:0.7em 1em;
}
.ncrc-table table tr.even, tr:nth-child(2n+2) {
  background-color: #eee;
  border-bottom: 0 none;
}
.ncrc-table table td {
	font-size:0.8em;
	padding:0.85em 1em;
	border-left:1px solid #ddd;
}
.ncrc-table table td:first-child {
	border-left:none;
}
/*ESTORE STYLES*/
/*Quantity Cart*/
.view-ncrc-shopping-cart-block {
	font-size:0.8em;
}

.view-ncrc-shopping-cart-block td.views-field-commerce-total {
	color:#0098db;
	padding:0 0.5em;
	font-size:90%;
}
.view-ncrc-shopping-cart-block td.views-field-line-item-title {
  font-size: 12px !important;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-ncrc-shopping-cart-block .line-item-total,
.view-ncrc-shopping-cart-block .line-item-quantity {
	background-color:#0098db;
	color:#fff;
	padding:0 0.5em;
}
.view-ncrc-shopping-cart-block .line-item-summary .line-item-total-label {
    font-weight: 300;
}
.view-ncrc-shopping-cart-block .view-footer a {
	color:#0098db;
	text-transform:uppercase;
	font-size:12px;
}
.view-ncrc-shopping-cart-block .view-footer li.first a {
	border-right:1px solid #0098db;
	padding-right:1em;
}

.field-name-field-prod-book-image img {
	border:1px solid #90959c;
}


#block-views-exp-find-a-mediator-page h2 {
	display:none;
}
.field-name-field-people-bio {min-height:256px;}


/**flexslider**/

.flex-caption p {
	color: #fff;
	font-size:0.9em;
  margin: 0;
}
.flex-caption a {
  color: #fff;
}
.flex-caption a:after {
	content: "\e618";
  font-family:"icomoon";
  padding-left:0.5em;
}

#home-page-slide.flexslider {
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  margin:0 0 20px 0;
  margin-bottom:20px;
}
#home-page-slide .flex-caption {
   margin: 0;
   padding:1em;
   line-height:1.5;
   color:#fff;
}
#home-page-slide .flex-caption h5 {
	  color: #fff;
    font-size: 1.25em;
    line-height: 1.2;
    margin: 0;
    text-transform: none;
}
#home-page-slide  .flex-caption a {
    color: #fff;
}
#home-page-slide .flex-control-nav {
	display:none;
}
#home-page-slide .flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}
/*webforms to vCart*/
 .links
 {display:none}
 
#webform-client-form-309 .webform-component-fieldset.webform-component--ca-personal-reference {
    float: none;
}
#webform-client-form-309 .form-item.form-type-checkbox,
#webform-client-form-309 #edit-submitted-ca-options-applying-for .form-item.form-type-radios  {
    display: block;
}
#webform-client-form-309 h3 {
    color: #0098db;    
}

/*Workshop Registration Forms*/
.node-type-workshop-registration-form .webform-component-fieldset {
    border: medium none;
    display: block;
    float: none;
    padding: 0;
    width: 99%;
}
.node-type-workshop-registration-form .styled-select select, .views-exposed-form .styled-select select {
    -moz-appearance: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none;
    border-radius: 3px;
    font-size:0.8em;
    color: #727272;
    outline: 0 none;
    padding: 0.5em;
    width: 120%;
}
.node-type-workshop-registration-form .styled-select, .views-exposed-form .styled-select {
    background: url("images/forms/down-arrow.png") no-repeat scroll right center #fff;
    border: 1px solid #bdbdbd;
    display: inline-block;
    min-width: 230px;
    overflow: hidden;
    padding: 0;
}
.node-type-workshop-registration-form #edit-submitted-payment-type .form-type-radio {
	display:block;
}
.supporter-logos .views-row {
	float:left;
	width:29%;
	margin-right:2%;
}
.supporter-logos.peacemaker .views-row {
    	margin-bottom:2%;
    	padding-bottom:2%;
    	border-bottom:1px solid #ccc;
    	text-align:center;
    	min-height:175px;
}
.supporter-logos.peacemaker.additional-sponsors .view-header {
	clear:both;
	font-weight: 700; 
	min-height: 60px; 
	padding:1em 0;
	text-align:center;
}
.supporter-logos.peacemaker.additional-sponsors .views-row {
/*	border-bottom:none;*/
	min-height:130px;
}
.supporter-logos.peacemaker .views-row .views-field-field-supporter-sponsor-type {
	font-weight:700;
	min-height:60px;
	margin-bottom:20px;
}

/*FLEXSIDER EMBEDDED SLIDEDECK*/

.view-flexislide-embedded {
	color:#fff;
	font-weight:700;
	font-size:1.1em;
	max-width:730px;	
}
.view-flexislide-embedded  {
	background-color:#0098db;
	border:10px solid #eee;
}
.view-flexislide-embedded .view-content {
	padding:1.2em 0.5em 0 1.2em;
}
.view-flexislide-embedded .views-field.views-field-field-slide-photos {
  float: right; 
  margin-left:0.75em;
}
.view-flexislide-embedded .views-field.views-field-field-slide-photos img {
  float:left;	
  max-width:150px; 
}
.view-flexislide-embedded .views-field.views-field-field-slide-cta {
    clear: both;
    float: left;
    margin-bottom: 3%;
}
.view-flexislide-embedded .views-field.views-field-field-slide-cta a {
    background-color: #fff;
    border-bottom: 4px solid #c5ddea;
    color: #0098db;
}

/*Divorce Change of Color*/
.divorce-mediation.view-flexislide-embedded .views-field.views-field-field-slide-cta a {
    background-color: #f16321;
    border-bottom: 4px solid #bf4e1a;
    color: #fff;
}
.divorce-mediation.view-flexislide-embedded  {
	background-color:#822e09;
}
.view-flexislide-embedded h3 {
	color:#fff !important;
	margin:0 0 1em 0;
}
.view-flexislide-embedded p {
	font-weight:400;
}
.view-flexislide-embedded em {
	margin-bottom:0.5em;
	display:inline-block;
}
.embedded-incontent-slide .flexslider {
    background: none repeat scroll 0 0 transparent;
    border:medium none;
    margin-bottom:0;
}
.embedded-incontent-slide .flexslider ul li {
	padding:0 0;
}
.embedded-incontent-slide .flexslider .slides img {
      margin:0 0.25em 0.25em 0.25em;
}

ol.flex-embedded-control-nav {
  bottom: 0;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
}
ol.flex-embedded-control-nav li {
  display:inline-block;
  padding:0 !important;
}

ol.flex-embedded-control-nav li a {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.3) inset;
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
  width: 11px;
  margin:0.25em;
}
ol.flex-embedded-control-nav li a.flex-embedded-active {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  cursor: default;
}
/***/

/*Divorce Mediation Blog*/
.view-divorce-mediation-blog-archive .views-row .article,
.view-divorce-mediation-blog .view-content .views-row .article {
	border-bottom:1px solid #ddd;
	padding:30px 0;
}
.view-divorce-mediation-blog-archive .views-row-last .article,
.view-divorce-mediation-blog .views-row-last .article,
.view-divorce-mediation-blog .attachment .views-row-last .article  {
	border-bottom:none;
	padding:0 0;
}
.node-type-article h1#page-title {
    font-family: "Gotham SSm A","Gotham SSm B";
    font-size: 1.2em;
    font-style: italic;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.5;
}

.node-type-article .author-datetime {
    color: #acb0b5;
    font-size: 1em;
    font-weight: 500;
}
.blog.orange.button {
	float:right;
}
.divorce-mediation-blog-nav ul {
	padding-left:1.5em;
}
.divorce-mediation-blog-nav ul li {
	list-style:none;
	font-size:0.8em;
}
.divorce-mediation-blog-nav .more-link a {
	text-transform:none;
	float:right;
	font-size:0.8em;
}

.field.field-name-field-article-author.field-type-node-reference.field-label-hidden.view-mode-full {
    background-color: #F8F8F8;
    padding: 0.5em 1em 0;
}
/*styles for the 10 reasons blog*/
table.tenreasons, table.tenreasons thead, table.tenreasons tbody, table.tenreasons tr, table.tenreasons th, table.tenreasons td {
    border: 2px solid #ccc;
    font-size: 90%;
    padding:10px;
}
/*remove this on August 1 */
.node-type-article .author-datetime {
    color: #acb0b5;
    display: none;
    font-size: 1em;
    font-weight: 500;
}
/*workshops by client type styles*/
.view-training-worshops .views-field.views-field-title {
    display: inline;
    float: left;
    margin-right: 10px;
}
.views-field.views-field-field-workshop-client-type {
    display: inline-block;
}

a .gold,
a .green,
a .purple,
a .blue  {
    background-color: #9b035a;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: 700;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0.25em 0.5em;
}
a .green {
    background-color: #2d950d;
  }
a .gold {
    background-color: #ef9c00;
  }
a .blue{
    background-color: #1997d4;
}
.workshop-days {
    float: left;
    margin-right: 10px;
}
span.date-display-single {
    clear: both;
    display: block;
}
img.ws_icon {
    margin: 0 3px;
    padding: 0 20px;
}
img[style*="left"] {
    margin: 0 1em 0.5em 0;
}
img.ws_icon.professionals {
	background-color:#ef9c00;
}
img.ws_icon.community {
	background-color:#9b035a;
}
img.ws_icon.campus {
	background-color:#2d950d;
}
img.ws_icon.mediators {
	background-color:#0071bc;
}
/*EMBEDDED YOUTUBE RESPONSIVENESS*/
.video-container {
	position:relative;
	padding-bottom:56.25%;
	/*padding-top:30px;*/
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.node-videos.node-teaser {
	margin-top:10px;
}
.field-name-field-video-title.view-mode-teaser {
    font-size: 70%;
    padding: 10px;
    text-align: center;
    color: #000;
    font-family: arial;
    background-color: #fff;
    border:1px solid #e5e5e5;
    border-top: 5px solid darkgray;
    font-style:italic;
}

/*full view mode*/

.view-videos article.node-videos.node-full {
    padding: 0 0 1em 0;
    border-bottom: 1px solid #eee;
    margin-top: 2em;
}

.field-name-field-video-date .date-display-single {
	font-size:70%;
	margin-bottom:0;
}
.field-name-field-video-title.view-mode-full {
	font-weight:700;
	margin-bottom:1em;
}
.field-name-field-video-description.view-mode-full {
	font-size:80%;
	margin-top:1em;
	margin-bottom:1em;
}
.group-video-accordion.transcript .ui-accordion-header.ui-state-default {
	background-color:#0098db;
	color:#fff;
	margin-bottom:2em;

}
.group-video-accordion.transcript .ui-accordion-header.ui-state-active {
	margin-bottom:0;
}
.group-video-accordion.transcript .ui-accordion-header a {
	color:#fff;
}
/*
Prison Pipeline Brochure Style Landing Page
*/
.page-node-894 #nav-wrapper {
    margin-bottom: 0;
}
.bg-gold,
.bg_gold {
	background-color:#faaf40;
}
.bg-dark {
	background-color:darkgray;
}
.bg-lightgray {
	background-color:#f2f2f2;
}
.bg-black {
	background-color:black;
}
.text-style-2 {
    font-weight: 400;
    font-size: 26px;
    color: #2d3836;
    padding: 1em;
    line-height: 1.5;
}

.txt-white {
	color:#fff;
}
.txt-gold {
	color:#faaf40
}

.align-center {
	text-align:center;
}
.section.hero-content {
	background-color:gray;
	background-image: url(/sites/default/files/images/landing-pages/people-background.png);
  background-repeat:no-repeat;
  background-position: center center;
}
.section.hero-content .col-left.bg-gold {
    font-size: 6em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -5px;
    line-height: 0.95em;
    color: #fff;
    text-align: center;
}
.ptp .section.hero-content .col-right {
	font-weight:700;
}
.hero-content.the-100 {
    padding: 5%;
    overflow: hidden;
    text-align:center;
}
.section.lives-transformed img.profile_circle {
	padding:1em;
}
h2.arrow {
	font-size:68px;
	font-weight:700;
}
h2.bg-light {
	color:black;
	background:white;
}
a.donate_button {
  display: block;
  margin: 1.5em;
  text-align:center;
}
ptp img.center {
  display:block;
	margin:auto;
}

.ptp .section {
	padding-bottom:1em;
	padding-top:1em;
	overflow:hidden;
	color:#2d3836;
	position:relative;
} 
.section.lives_transformed.bg-gold {
	padding:1em;
}


.person_responsible .col_right.green_white_card,
.community_affected .col_right.green_white_card {
    background-color: #2d3836;
    color:#fff;
    padding: 1em;
}
.person_responsible h2,
.community_affected .col_right.green_white_card h2 {
    color: #2d3836;
    background-color:#faaf40;
    padding: 0.5em;
    display: block;
    margin: auto;
    margin-bottom: auto;
    text-align: center;
    margin-bottom: 1em;
}


.section.person_harmed .col_right {
	padding:2em;
	background-color:#faaf40;
	color:#000;
	float:left;
}
.section.person_harmed .col_right h2 {
	color:#fff;
  background-color:#2d3836;
  padding: 0.5em;
  display: block;
  margin: auto;
  text-align: center;
  margin-bottom: 1em;
}
.section.real_results h2 {
	padding: 0.5em;
	color:#000;
}
.section.cost_savings {
	background-color:#58595b;
}
.section.cost_savings img.headline.left {
	float:left;
}
.section.make_a_difference {
	background-color:#2d3836;
}
.section.partners > .col {
  overflow: hidden;
  text-align: center;
  margin: auto;
}
.section.partners img.ptp_logo {
	max-width:200px;
}

/*** begin new CSS December 2018 */


a.lime.button {
	color:#fff;
	background-color:#adc837;
	border-bottom:4px solid #6f8023;
}
a.lime.button:hover {
	background-color:#c3d76d;
}
a.lime.button:active {
	background-color:#c3d76d;
}

a.ocean.button {
	color:#fff;
	background-color:#55c6d4;
	border-bottom:4px solid #46a3ae;
}
a.ocean.button:hover {
	background-color:#83d5df;
}
a.ocean.button:active {
	background-color:#83d5df;
}


/*Fancy Swap Boxes*/
/*see mobile for hover none CSS*/

div.big-link-block.container {
  min-height: 220px; 
  text-align: center;
}
div.big-link-block.container div.inner {
	color:#fff;
	position:relative;
  min-height:220px;
	text-align:center;
	padding:5px 10px;

}
div.big-link-block.container div.caption {
	  color:#fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 50px;
    -webkit-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);   
}

div.big-link-block.container div.inner h2 {
	color:#fff;
	text-transform:none;
	font-weight:500;
	line-height:1.25;
}
div.big-link-block.container div.inner p {
	font-weight:400;
	color:#fff;
}

div.big-link-block.container.blue {
	background-color:rgba(0, 152, 219, .8);
}
div.big-link-block.container.blue:hover {
	background-color:#0098db;
}
div.big-link-block.container.ocean {
	background-color:rgba(85, 198, 212, .8);
}
div.big-link-block.container.ocean:hover {
	background-color:#55c6d4;
}
div.big-link-block.container.darkblue {
	background-color:rgba(0, 122, 195, .8);
}
div.big-link-block.container.darkblue:hover {
	background-color:#007ac3;
}
div.big-link-block.container.lime {
	background-color:rgba(173, 200, 55, .8);
}
div.big-link-block.container.lime:hover {
	background-color:#adc837;
}

.home-page-16 .block.home-page-block.border-bottom {
    border-bottom: none;
}
.home-page-16 #content-wrapper {
	margin-bottom:0;
}
.home-page-16 #content-wrapper #main-content .block,
.home-page-16 #content-wrapper #main-content .node {
	margin-bottom:0;
}
.home-page-16 .block.home-page-block {
   /* margin-bottom: 0em;
    padding-bottom: 0em;
    */
}
#block-block-18 {
    width: 70%;
    margin: auto;
}

/***/
.home-page-16 #nav-wrapper {
    margin-bottom: 0;
}

.region-secondary-content .block-inner {
    margin-left: 0;
    margin-right: 0;
}

/* ====================
 *    Home Page Slide Deck
 * ==================== */
 .block.flexislide-fullwidth {
    margin-bottom: 0;
}
  #home-page-slide-fullwidth.flexslider {
  border: none;
  border-radius: 0;
  background-color:#fff;
  margin:0;
}

  #home-page-slide-fullwidth .flex-caption h5 {
  color:#002664;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0;
  text-transform: none;
}
  #home-page-slide-fullwidth  .flex-caption a {
  color:#0098db;
  text-transform:uppercase;
}
#home-page-slide-fullwidth .slide-caption-wrapper {
    background-color: rgba(255, 255, 255, .8);
    padding: 6%;
    margin:0 5%;
}
#home-page-slide-fullwidth .caption-body,
#home-page-slide-fullwidth .caption-body p {
	  color:#90959c;
	  margin: 0.75em 0;
	  font-weight:500;
}
#home-page-slide-fullwidth .flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#home-page-slide-fullwidth .flex-direction-nav a:before {
  content: '\2190'; 
}
#home-page-slide-fullwidth .flex-direction-nav a.flex-next:before {
  content: '\2192';
}




/*full width homepage sections */
.fullwidth_wrapper .container .region {
    margin-left: 10px;
    margin-right: 10px;
}

/*full width first container*/
div#fullwidth_first-wrapper {
	background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("/sites/default/files/images/background-images/ncrc_introduction_homebg.jpg");
  background-position:center center;
  background-size: cover;
  padding:80px 0; 
}

div#fullwidth_first-wrapper h1 {
	color:#fff;
	font-size:2em;
	text-align:center;
}
div#fullwidth_first-wrapper #block-nodeblock-580,
div#fullwidth_first-wrapper article#node-580 {
	margin-bottom:0;
	padding-bottom:0;
}
div#fullwidth_first-wrapper #node-580 p {
	color:#fff;
}


/*full width second container*/
div#fullwidth_second-wrapper {
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.5)), url("/sites/default/files/images/background-images/Training_services_new.jpg");
  background-position:center center;
  background-size: cover;
  padding:80px 0; 
}
div#fullwidth_second-wrapper #node-588 p {
	color:#fff;
}
.quicktabs-style-nostyle {
    background-color: #fff;
}
/*full width third container*/
div#fullwidth_third-wrapper {
	background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("/sites/default/files/images/background-images/mediation_services_homebg.jpg");
  background-position:center center;
  background-size: cover;
  padding:80px 0;  
}

div#fullwidth_third-wrapper p {
	color:#fff;
}
/*full width fourth container*/
div#fullwidth_fourth-wrapper {
	background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0, 0, 0, 0.5)), url("/sites/default/files/images/background-images/Community_services_new.jpg");
  background-position:center center;
  background-size: cover;
  padding:80px 0; 
}

div#fullwidth_fourth-wrapper p {
	color:#fff;
}
.fullwidth_wrapper h2 {
	color:#fff;
}
.fullwidth_wrapper a {
	color:#0098db;
}

.sf-menu a, .sf-menu span.nolink {
    display: block;
    position: relative;
    color: #fff;
    padding: 23px;
    font-weight: normal;
}

span.nolink {
    font-size: 16px;
    font-weight: 500;
    font-family: 'HCo Gotham', 'Gotham SSm A', 'Gotham SSm B';
}

@media only screen and (max-width: 600px) {
  .sf-menu a, .sf-menu span.nolink {
    display: block;
    position: relative;
    color: #fff;
    padding: 23px;
    font-weight: 500;
    font-family: 'HCo Gotham', 'Gotham SSm A', 'Gotham SSm B';
  }
  li.sf-clone-parent {display:none!important; }
  ul#superfish-2-accordion ul li a {
    font-family: 'HCo Gotham', 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 500;
    font-size: 13.5px!important;
    text-transform: none;
    letter-spacing: 0;
    padding: 0.8em 0;
    margin: 0 0 0 1.25em;
}
}

ul.menu.clearfix {
    padding-top: 10px;
}

li.last.expanded.menu-mlid-3839.menu-depth-3.menu-item-3839 {
    padding-top: 10px;
}
/* =============================================================================
 *   INNO
 * ========================================================================== */
 /* =============================================================================
 *   Mobile Nav fix
 * ========================================================================== */
 @media screen and (max-width: 984px) {
     #header #block-block-15 .block-content.content {
    overflow: hidden;
    display: block;
    position: relative;
    box-sizing: border-box;
    height: 60px;
}
#header #block-block-15 {
    height: 60px;
}
#donateButton>p {
    margin-bottom: 0 !important;
    margin-top: 17px;
}
#emailList {
    display: none;
}
}
 .sf-hidden {
    display: none !important;
}
.sf-expanded li {
    width: 100% !important;
}
.sf-expanded .sf-has-clone-parent {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100% !important;
    top: 0px !important;
    left: 0 !important;
}
.field-name-field-name-first, .field-name-field-name-middle-name, .field-name-field-name-last {
    display: inline-block;
    font-weight: bold;
    color: #0098db;
}
.field-name-field-name-last, .field-name-field-name-middle-name {
    padding-left: 5px;
}