body {
  font-size: 0.875em; /* 14px base font */
  line-height: 1.286em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #666;
  word-wrap: break-word;
}


/* Standard tags
-------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

h1 {
  font-size: 3.286em; /* 46px */
  color: #333;
  line-height: 1.1em;
  margin-bottom: 30px;
  font-family: 'Bree Serif', serif;
  font-weight: normal;
}

h2 {
  font-size: 1.714em; /* 24px */
  line-height: 1.1em;
  margin-bottom: 16px;
  font-family: 'Bree Serif', serif;
  font-weight: normal;
}

h3 {
  font-size: 1.143em; /* 16px */
  font-family: 'Bree Serif', serif;
  font-weight: normal;
}

h4 {
  font-size: 1em; /* 14px */
  font-family: 'Bree Serif', serif;
  font-weight: normal;
}

h5 {
  font-size: 1em; /* 14px */
}

h6 {
  font-size: 1em; /* 14px */
  font-weight: normal;
}

a {
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 1em;
}


/* Tables
-------------------------------------------------------------*/

table {
  width: 100%;
  margin: 25px 0;
}

th {
  border-bottom: 2px solid #efefef;
  padding: 5px 6px;
}

tbody {
  border-top: none;
}

td {
  border-bottom: 1px solid #efefef;
  padding: 5px 6px;
}


/* Drupal
-------------------------------------------------------------*/

.form-text {
  border: 1px solid #999;
  padding: 3px 8px;
}

textarea {
  border: 1px solid #999;
  padding: 3px 8px;
}

.form-item .description {
  font-style: italic;
  color: #999;
}

ul.primary {
	float: left;
	width: 100%;
	margin: 0;
	border-bottom: none;
	padding: 15px 0;
}

ul.primary li a {
	background: #669acc;
	color: #fff;
	border: none;
	padding: 3px 14px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 1em;
  font-family: 'Roboto', sans-serif;
}

.form-submit {
  border: none;
  background: #669acc;
  padding: 7px 13px 7px 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 1em;
  color: #fff;
  margin: 0 10px 0 0;
  font-family: 'Bree Serif', serif;
}

ul.primary li a:hover,
.form-actions input:hover {
	background: #e556a8;
}

ul.primary li a.active {
	background: #e556a8;
	border: none;
}

div.messages {
	border: none;
	padding: 10px 30px;
	clear: both;
	margin: 20px 0;
}

div.status,
div.error,
div.warning {
	background-image: none;
}

div.status, .ok {
	color: #fff;
}

div.status, table tr.ok {
	background-color: #83c494;
}

div.status {
  outline: 1px solid #4c9d61;
  border-top: 1px solid #a3dcb2;
}

div.warning, table tr.warning {
  background-color: #ede8c5;
}

div.warning {
  outline: 1px solid #cbc595;
  border-top: 1px solid #fbf8e0;
}

div.error {
  color: #fff;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid #d46a6a;
  color: #d46a6a;
}

div.error, table tr.error {
  background-color: #d46a6a;
}

div.error {
  outline: 1px solid #943737;
  border-top: 1px solid #f39191;
}

div.messages a {
  color: #fff;
  text-decoration: underline;
}

div.warning a {
  color: #840;
}


/* Layout & Header
-------------------------------------------------------------*/

#header {
  min-height: 225px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  clear: both;
}


#strip {
  height: 148px;
  background: #a976b9;
  background-image: -webkit-gradient(linear, left top, right top, from(#e556a8), to(#669acc)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(left, #e556a8, #669acc); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(left, #e556a8, #669acc); /* FF3.6+ */
  background-image: -ms-linear-gradient(left, #e556a8, #669acc); /* IE10 */
  background-image: -o-linear-gradient(left, #e556a8, #669acc); /* Opera 11.10+ */
  background-image: linear-gradient(to right, #e556a8, #669acc); /* W3C */
}

#strip-inner {
  height: 148px;
  background-repeat: repeat;
  background-image: url('../images/strip-1.png');
}

.strip-2 #strip-inner {
  background-image: url('../images/strip-2.png');
}

.strip-3 #strip-inner {
  background-image: url('../images/strip-3.png');
}

#strip-content {
  max-width: 1170px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

#site-name a {
  display: block;
  position: absolute;
  top: 3px;
  left: 20px;
  width: 223px;
  height: 226px;
  background: url('../logo.png') no-repeat;
  text-indent: -9999px;
}

#toggle-nav {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 40px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  padding: 10px;
  display: none;
}

#toggle-nav .burger {
  display: block;
  height: 6px;
  background: #fff;
}

#toggle-nav .filling {
  margin: 7px 0;
}

#grey {
  background: rgb(63, 63, 63);
  background: rgba(63, 63, 63, 0.8);
  position: relative;
  float: left;
  width: 100%;
}

.region-header {
  max-width: 1170px;
  padding: 0 20px;
  margin: 0 auto;
}


/* Find services near me button
-------------------------------------------------------------*/

#block-block-4 {
  display: none;
  position: absolute;
  top: 110px;
  right: 10px;
}

#block-block-4 .content ul {
  margin: 0;
  padding: 0;
}

#block-block-4 .content li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

#block-block-4 .content a {
  display: block;
  color: #fff;
  font-family: 'Bree Serif', serif;
  padding: 7px 9px;
  text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  background: #a976b9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f23596), to(#58348c)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f23596, #58348c); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, #f23596, #58348c); /* FF3.6+ */
  background-image: -ms-linear-gradient(top, #f23596, #58348c); /* IE10 */
  background-image: -o-linear-gradient(top, #f23596, #58348c); /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f23596, #58348c); /* W3C */
}


/* Main menu
-------------------------------------------------------------*/

#block-menu-block-1 {
  float: left;
  width: 75%;
}

#block-menu-block-1 ul {
  margin: 0;
  padding: 0;
}

#block-menu-block-1 ul ul {
  display: none;
}

#block-menu-block-1 li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

#block-menu-block-1 li a {
  display: block;
  padding: 16px 14px;
  color: #fff;
  font-family: 'Bree Serif', serif;
  font-size: 1.286em; /* 18px */
  text-decoration: none;
}

#block-menu-block-1 li a.active,
#block-menu-block-1 li a.active-trail,
#block-menu-block-1 li a:hover {
  color: #ffff03;
}


/* Search form
-------------------------------------------------------------*/

#block-views-exp-search-page {
  float: right;
  width: 23%;
}

#block-views-exp-search-page .views-widget-filter-keys,
#block-views-exp-search-page .views-submit-button {
  display: block;
  float: left;
  margin-top: 13px;
  margin-bottom: 0;
  padding: 0;
}

#block-views-exp-search-page .views-widget-filter-keys {
  width: 80%;
}

#block-views-exp-search-page .views-widget-filter-keys label {
  display: none;
}

#block-views-exp-search-page .views-submit-button {
  width: 20%;
}

#block-views-exp-search-page .form-text {
  width: 88%;
  border: none;
}

#block-views-exp-search-page .form-submit {
  background: none;
  max-width: 24px;
  padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
  margin: 0;
}


/* Main content area
-------------------------------------------------------------*/

#main {
  max-width: 1170px;
  padding: 0 20px;
  margin: 0 auto;
  clear: both;
}

#sidebar-first {
  float: left;
  width: 16%;
}

#sidebar-second {
  float: right;
  width: 23%;
}

#sidebar-first,
#sidebar-second,
#content {
  padding-bottom: 30px;
}

.sidebar-first #content {
  float: right;
  width: 81%;
}

.sidebar-second #content {
  float: left;
  width: 74%;
}

.two-sidebars #content {
  float: left;
  width: 55%;
  margin: 0 3%;
}

.region-content {
  clear: both;
}


/* Secondary menu
-------------------------------------------------------------*/

#block-menu-block-2,
#block-menu-block-4 {
  padding-top: 40px;
  background-image: url('../images/secondary-top.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #009ccc;
  margin-bottom: 20px;
}

#block-menu-block-2 .menu-block-wrapper,
#block-menu-block-4 .menu-block-wrapper {
  padding-bottom: 20px;
  background-image: url('../images/secondary-bottom.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

#block-menu-block-2 .content ul,
#block-menu-block-4 .content ul {
  margin: 0;
  padding: 0;
}

#block-menu-block-2 .content li,
#block-menu-block-4 .content li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

#block-menu-block-2 .content a,
#block-menu-block-4 .content a {
  padding: 5px 10px 5px 20px;
  display: block;
  color: #fff;
  text-decoration: none;
  background: url('../images/arrow-white.png') no-repeat 10px 9px;
}

#block-menu-block-2 .content a:hover,
#block-menu-block-2 .content a.active,
#block-menu-block-2 .content a.active-trail,
#block-menu-block-4 .content a:hover,
#block-menu-block-4 .content a.active,
#block-menu-block-4 .content a.active-trail {
  background: #0081ab;
  background: url('../images/arrow-white.png') no-repeat 10px 9px; /* fallback */
  background: url('../images/arrow-white.png') no-repeat 10px 9px, -webkit-gradient(linear, left top, right top, from(#0081ab), to(#009ccc)); /* Saf4+, Chrome */
  background: url('../images/arrow-white.png') no-repeat 10px 9px, -webkit-linear-gradient(left, #0081ab, #009ccc); /* Chrome 10+, Saf5.1+ */
  background: url('../images/arrow-white.png') no-repeat 10px 9px,    -moz-linear-gradient(left, #0081ab, #009ccc); /* FF3.6+ */
  background: url('../images/arrow-white.png') no-repeat 10px 9px,     -ms-linear-gradient(left, #0081ab, #009ccc); /* IE10 */
  background: url('../images/arrow-white.png') no-repeat 10px 9px,      -o-linear-gradient(left, #0081ab, #009ccc); /* Opera 11.10+ */
  background: url('../images/arrow-white.png') no-repeat 10px 9px,         linear-gradient(to right, #0081ab, #009ccc); /* W3C */
}

#block-menu-block-2 .content a.active,
#block-menu-block-2 .content a.active-trail,
#block-menu-block-4 .content a.active,
#block-menu-block-4 .content a.active-trail {
  font-weight: bold;
}

#block-menu-block-2 .content li.expanded a:hover,
#block-menu-block-2 .content li.expanded a.active,
#block-menu-block-2 .content li.expanded a.active-trail,
#block-menu-block-4 .content li.expanded a:hover,
#block-menu-block-4 .content li.expanded a.active,
#block-menu-block-4 .content li.expanded a.active-trail {
  background: #0081ab;
  background: url('../images/arrow-white-expanded.png') no-repeat 6px 11px; /* fallback */
  background: url('../images/arrow-white-expanded.png') no-repeat 6px 11px, -webkit-gradient(linear, left top, right top, from(#0081ab), to(#009ccc)); /* Saf4+, Chrome */
  background: url('../images/arrow-white-expanded.png') no-repeat 6px 11px, -webkit-linear-gradient(left, #0081ab, #009ccc); /* Chrome 10+, Saf5.1+ */
  background: url('../images/arrow-white-expanded.png') no-repeat 6px 11px,    -moz-linear-gradient(left, #0081ab, #009ccc); /* FF3.6+ */
  background: url('../images/arrow-white-expanded.png') no-repeat 6px 11px,     -ms-linear-gradient(left, #0081ab, #009ccc); /* IE10 */
  background: url('../images/arrow-white-expanded.png') no-repeat 6px 11px,      -o-linear-gradient(left, #0081ab, #009ccc); /* Opera 11.10+ */
  background: url('../images/arrow-white-expanded.png') no-repeat 6px 11px,         linear-gradient(to right, #0081ab, #009ccc); /* W3C */
}

#block-menu-block-2 .content ul ul,
#block-menu-block-4 .content ul ul {
  margin: 4px 0;
}

#block-menu-block-2 .content ul ul a,
#block-menu-block-4 .content ul ul a {
  padding: 1px 10px 1px 25px;
  background: none;
}

#block-menu-block-2 .content ul ul a:hover,
#block-menu-block-2 .content ul ul a.active,
#block-menu-block-2 .content ul ul a.active-trail,
#block-menu-block-4 .content ul ul a:hover,
#block-menu-block-4 .content ul ul a.active,
#block-menu-block-4 .content ul ul a.active-trail,
#block-menu-block-2 .content ul li.expanded ul a:hover,
#block-menu-block-2 .content ul li.expanded ul a.active,
#block-menu-block-2 .content ul li.expanded ul a.active-trail,
#block-menu-block-4 .content ul li.expanded ul a:hover,
#block-menu-block-4 .content ul li.expanded ul a.active,
#block-menu-block-4 .content ul li.expanded ul a.active-trail {
  background: none;
  text-decoration: underline;
  font-weight: normal;
}


/* Shared fields
-------------------------------------------------------------*/

.section-name {
  font-size: 1.714em; /* 24px */
  line-height: 1em;
  color: #666;
  font-family: 'Bree Serif', serif;
  display: none;
}

.field-name-field-silhouette {
  float: right;
  max-width: 130px;
  margin: 0 0 20px 10px;
}

.field-name-field-introduction,
.field-name-field-region-description {
  font-size: 1.714em; /* 24px */
  line-height: 1.3em;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 4px solid #666;
  font-family: 'Bree Serif', serif;
}

.where-to-go-landing .field-name-field-introduction {
  border-bottom: none;
  padding-bottom: 0;
}

.field-name-field-introduction p {
  margin-bottom: 0.5em;
}

.field-name-field-introduction ul {
  padding-left: 20px;
}

.field-name-field-introduction ol {
  padding-left: 30px;
}

.field-name-field-introduction ul li {
  margin: 0 0 6px 0;
  background: url('../images/arrow-grey-large.png') no-repeat 0 8px;
  padding: 0 0 0 19px;
  list-style: none;
  list-style-image: none;
}

.field-name-field-introduction ol li {
  margin: 0 0 6px 0;
  padding: 0;
}

.field-name-body ul {
  padding-left: 20px;
}

.field-name-body ul li {
  margin: 0 0 4px 0;
  background: url('../images/arrow-grey.png') no-repeat 0 3px;
  padding: 0 0 0 12px;
  list-style: none;
  list-style-image: none;
}

.field-name-body ol li {
  margin: 0 0 4px 0;
  padding: 0 0 0 12px;
}

.field-name-body a {
  background: #ffffa6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: underline;
  padding: 3px 2px;
}

.field-name-body a:not([href]) {
  background: none;
  padding: 0;
}


/* Homepage
-------------------------------------------------------------*/

.node-type-homepage h1.title {
  margin-bottom: 4px;
  line-height: 1.1em;
  display: none;
}

.node-type-homepage .field-name-body {
  font-size: 3em; /* 42px */
  line-height: 1em;
  color: #333;
  font-family: 'Bree Serif', serif;
}

.node-type-homepage .field-name-body p {
  margin-bottom: 0.5em;
}

#block-abortionservices-free {
  background: #d6f0d0;
  padding: 15px;
  border-top: 4px solid #b9dfb1;
  margin-bottom: 15px;
}

#block-abortionservices-free .content p {
  margin-bottom: 0;
  font-family: 'Bree Serif', serif;
  font-size: 1.286em; /* 18px */
  line-height: 1.2em;
  color: #758d70;
}

#block-abortionservices-old {
  background: #ddf0f9;
  padding: 15px;
  border-top: 4px solid #c8e3f0;
  margin-bottom: 15px;
}

#block-abortionservices-old h2 {
  font-size: 1.286em; /* 18px */
  line-height: 1.2em;
  margin-bottom: 8px;
  color: #000;
}

#block-abortionservices-old .content p {
  margin-bottom: 0;
  padding-right: 60px;
  background: url('../images/folder.png') no-repeat 100% 50%;
  min-height: 36px;
}

#block-abortionservices-old .content a {
  font-weight: bold;
}


/* Blocks (sidebar & search)
-------------------------------------------------------------*/

#block-views-blocks-block,
#block-views-blocks-block-2 {
  margin-bottom: 20px;
  text-align: center;
}

#block-views-blocks-block .views-row,
#block-views-blocks-block-2 .views-row {
  padding-bottom: 20px;
  border-bottom: 2px solid #ff3698;
  margin-bottom: 20px;
}

#block-views-blocks-block .views-row-first,
#block-views-blocks-block-2 .views-row-first {
  border-top: 2px solid #ff3698;
  padding-top: 10px;
}

#block-views-blocks-block .views-row-last,
#block-views-blocks-block-2 .views-row-last {
  margin-bottom: 0;
}

#block-views-blocks-block .views-field-title,
#block-views-blocks-block-2 .views-field-title {
  font-size: 1.286em; /* 18px */
  line-height: 1.1em;
  margin-bottom: 3px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

#block-views-blocks-block .views-field-title a,
#block-views-blocks-block-2 .views-field-title a {
  color: #000;
  text-decoration: none;
}

#block-views-blocks-block .views-field-field-text,
#block-views-blocks-block-2 .views-field-field-text {
  color: #000;
}

#block-views-blocks-block .views-field-field-text p,
#block-views-blocks-block-2 .views-field-field-text p {
  margin: 0;
}


/* Blocks (homepage)
-------------------------------------------------------------*/

#block-views-blocks-block-1 {
  margin-bottom: 15px;
  text-align: center;
  float: left;
  width: 100%;
}

#block-views-blocks-block-1 .views-row {
  padding-bottom: 15px;
  border-bottom: 2px solid #ff3698;
  margin: 0 1% 15px;
  width: 32%;
  float: left;
}

#block-views-blocks-block-1 .views-row-left {
  margin: 0 1% 15px 0;
}

#block-views-blocks-block-1 .views-row-right {
  margin: 0 0 15px 1%;
}

#block-views-blocks-block-1 .views-row-1,
#block-views-blocks-block-1 .views-row-2,
#block-views-blocks-block-1 .views-row-3 {
  border-top: 2px solid #ff3698;
  padding-top: 7px;
}

#block-views-blocks-block-1 .views-row-last {
  margin-bottom: 0;
}

#block-views-blocks-block-1 .views-field-field-icon a {
  display: block;
  padding: 0 18%;
}

#block-views-blocks-block-1 .views-field-title {
  font-size: 1.714em; /* 24px */
  line-height: 1.8em;
  height: 1.8em;
  font-family: 'Bree Serif', sans-serif;
}

#block-views-blocks-block-1 .views-field-title span {
  line-height: 0.9em;
  display: inline-block;
  vertical-align: middle;
}

#block-views-blocks-block-1 .views-field-title a {
  color: #000;
  text-decoration: none;
  display: block;
}


/* Contact information
-------------------------------------------------------------*/

.view-contact-information {
  margin-bottom: 25px;
}

.view-contact-information h2 {
  color: #000;
}

.view-contact-information .views-row {
  border-top: 1px dotted #9f9f9f;
}

.view-contact-information .views-field-field-address,
.view-contact-information .views-field-field-postal-address,
.view-contact-information .views-field-field-phone,
.view-contact-information .views-field-field-fax,
.view-contact-information .views-field-field-website,
.view-contact-information .views-field-field-email,
.view-contact-information .views-field-field-hours {
  border-bottom: 1px dotted #9f9f9f;
  padding: 2px 0;
  color: #333;
}

.view-contact-information .views-field-field-address .views-label,
.view-contact-information .views-field-field-postal-address .views-label,
.view-contact-information .views-field-field-phone .views-label,
.view-contact-information .views-field-field-fax .views-label,
.view-contact-information .views-field-field-website .views-label,
.view-contact-information .views-field-field-email .views-label,
.view-contact-information .views-field-field-hours .views-label {
  font-size: 0.857em; /* 12px */
}

.view-contact-information .views-field-field-address p,
.view-contact-information .views-field-field-postal-address p {
  margin-bottom: 1px;
}

.view-contact-information .views-field-field-website a,
.view-contact-information .views-field-field-email a {
  color: #00b4e5;
  text-decoration: none;
}

.view-contact-information .views-field-field-website a:hover,
.view-contact-information .views-field-field-email a:hover {
  text-decoration: underline;
}

.view-contact-information .views-field-latitude,
.view-contact-information .views-field-longitude {
  display: none;
}

.view-contact-information #contact-information-map img {
  max-width: none;
}


/* Providers
-------------------------------------------------------------*/

#find-distance-toggle-container {
  margin: 20px 0;
  float: left;
  width: 100%;
  background: url('../images/map/map-icon-me.png') no-repeat 0 0;
}

#find-distance-toggle-container .find-radios {
  border-bottom: 3px solid #e556a8;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}

#find-distance-toggle-container .find-100 {
  float: left;
  width: 18%;
  text-align: center;
  margin-left: 8%;
}

#find-distance-toggle-container .find-200 {
  float: left;
  width: 18%;
  text-align: center;
}

#find-distance-toggle-container .find-500 {
  float: right;
  width: 18%;
  text-align: center;
}

#find-distance-toggle-container .find-radios label {
  color: #e556a8;
  font-size: 1.3em;
  font-family: 'Bree Serif', sans-serif;
  font-weight: normal;
}

#find-distance-toggle-container input {
  width: 20px;
  height: 20px;
}

.find-searching,
.find-error {
  font-size: 2em;
  font-family: 'Bree Serif', sans-serif;
  text-align: center;
  line-height: 1.1em;
}

.find-searching {
  background: url('../images/ajax-nz.gif') no-repeat 50% 0;
  padding-top: 80px;
}

.find-error {
  color: #d46a6a;
}

.find-error a {
  color: #d46a6a;
}

.view-providers .view-empty {
  font-size: 2em;
  font-family: 'Bree Serif', sans-serif;
  text-align: center;
  line-height: 1.1em;
}

.view-providers #google-map {
  height: 380px;
  margin-bottom: 30px;
}

.view-providers #google-map img {
  max-width: none;
}

.view-providers .views-row {
  width: 48%;
  margin-bottom: 30px;
}

.view-providers .views-row-odd {
  float: left;
  clear: both;
}

.view-providers .views-row-even {
  float: right;
}

.view-providers .views-field-title h2 {
  margin-bottom: 10px;
}

.view-providers .views-field-title a {
  color: #333;
  text-decoration: none;
}

.view-providers .views-field-title .distance {
  display: block;
  color: #bbb;
  font-family: 'Bree Serif', sans-serif;
  font-size: 0.7em;
  line-height: 1.1em;
}

.view-providers .views-field-field-address,
.view-providers .views-field-field-postal-address,
.view-providers .views-field-field-phone,
.view-providers .views-field-field-fax,
.view-providers .views-field-field-website,
.view-providers .views-field-field-email {
  border-bottom: 1px dotted #9f9f9f;
  padding: 0 0 2px 0;
  margin: 2px 0 0 5%;
  color: #333;
  float: right;
  width: 40%;
  clear: right;
}

.view-providers .views-field-field-address {
  border-top: 1px dotted #9f9f9f;
  padding-top: 2px;
}

.view-providers .views-field-field-address .views-label,
.view-providers .views-field-field-postal-address .views-label,
.view-providers .views-field-field-phone .views-label,
.view-providers .views-field-field-fax .views-label,
.view-providers .views-field-field-website .views-label,
.view-providers .views-field-field-email .views-label {
  font-size: 0.857em; /* 12px */
}

.view-providers .views-field-field-address p,
.view-providers .views-field-field-postal-address p {
  margin-bottom: 1px;
}

.view-providers .views-field-field-website a,
.view-providers .views-field-field-email a {
  color: #00b4e5;
  text-decoration: none;
}

.view-providers .views-field-field-website a:hover,
.view-providers .views-field-field-email a:hover {
  text-decoration: underline;
}

.view-providers .views-field-view-node {
  margin: 5px 0;
}

.view-providers .views-field-view-node a {
  background: #ffffa6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: underline;
  text-transform: uppercase;
  padding: 3px 2px;
  font-weight: bold;
  font-size: 0.857em; /* 12px */
}

.view-providers .views-field-view-node a:hover {
  text-decoration: underline;
}

.view-providers .views-field-latitude,
.view-providers .views-field-longitude {
  display: none;
}


/* Non-resident costs
-------------------------------------------------------------*/

#block-views-costs-block-1 {
  background-color: #fffee4;
  padding: 10px 20px 0;
  margin-bottom: 20px;
  color: #6d6d6d;
}

#block-views-costs-block-1 h2 {
  background-image: url('../images/globe.svg');
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 0 50%;
  padding: 0 0 0 50px;
  min-height: 40px;
  margin-bottom: 10px;
  line-height: 1em;
}

#block-views-costs-block-1 .view-header {
  font-style: italic;
  background: #fbf4bf;
  margin-left: -30px;
  margin-right: -20px;
  padding: 10px 20px 10px 30px;
  margin-bottom: 5px;
}

#block-views-costs-block-1 .view-header p {
  margin: 0;
  line-height: 1.2em;
}

#block-views-costs-block-1 .views-field {
  font-size: 0.9em;
  line-height: 1.2em;
  padding: 4px 0;
}

#block-views-costs-block-1 .views-field-nothing h4 {
  font-size: 1.3em;
  line-height: 1em;
}

#block-views-costs-block-1 .views-field-nothing,
#block-views-costs-block-1 .views-field-field-early-medical-abortion-t,
#block-views-costs-block-1 .views-field-field-surgical-abortion-t,
#block-views-costs-block-1 .views-field-field-surgical-abortion-g-t {
  background-color: #fbf4bf;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}

#block-views-costs-block-1 .views-field:last-child {
  border-bottom: none;
}

#block-views-costs-block-1 .field-content {
  display: inline;
  color: #545454;
}

#block-views-costs-block-1 .view-footer {
  font-size: 0.8em;
  line-height: 1.1em;
  margin-top: 7px;
  font-style: italic;
  padding: 6px 0;
  color: #c3be98;
}

#block-views-costs-block-1 .view-footer p {
  margin: 0;
}

.page-non-resident-costs h1.title {
  background-image: url('../images/globe.svg');
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: 0 0;
  padding-left: 60px;
}

.page-non-resident-costs .non-resident-zone {
  background-color: #fffee4;
  padding: 0 15px 15px;
}

.page-non-resident-costs .non-resident-zone .non-resident-header {
  font-style: italic;
  background: #fbf4bf;
  margin-left: -25px;
  margin-right: -15px;
  padding: 10px 15px 10px 25px;
  margin-top: 5px;
}

.page-non-resident-costs .non-resident-zone table {
  margin-top: 0;
  background-color: #fffee4;
}

.page-non-resident-costs .non-resident-zone th.title,
.page-non-resident-costs .non-resident-zone th.medical,
.page-non-resident-costs .non-resident-zone th.local,
.page-non-resident-costs .non-resident-zone th.general {
  font-family: 'Bree Serif', serif;
  font-size: 1.3em;
  line-height: 1.1em;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}

.page-non-resident-costs .non-resident-zone th.medical span,
.page-non-resident-costs .non-resident-zone th.local span,
.page-non-resident-costs .non-resident-zone th.general span {
  display: block;
  font-size: 0.75em;
  line-height: 1.1em;
  color: #afa97f;
  font-weight: normal;
}

.page-non-resident-costs .non-resident-zone table tr.even {
  background-color: transparent;
  border-bottom: none;
}

.page-non-resident-costs .non-resident-zone table tr.odd {
  background-color: #fbf4bf;
  border-bottom: none;
}

.page-non-resident-costs .non-resident-zone table th {
  border-bottom: none;
  padding: 15px 6px;
}

.page-non-resident-costs .non-resident-zone table td {
  background-color: transparent;
  border-bottom: none;
  padding: 12px 6px;
}

.page-non-resident-costs .non-resident-zone .medical-cell,
.page-non-resident-costs .non-resident-zone .local-cell,
.page-non-resident-costs .non-resident-zone .general-cell {
  text-align: center;
  font-weight: bold;
  font-family: 'Bree Serif', serif;
  font-size: 1.25em;
  line-height: 1.1em;
}

.page-non-resident-costs .non-resident-zone .title-cell a {
  text-decoration: none;
  font-weight: bold;
}

.page-non-resident-costs .non-resident-zone .title-cell a:hover {
  text-decoration: underline;
}

.page-non-resident-costs .non-resident-zone .components-cell {
  text-align: center;
  font-size: 0.9em;
  line-height: 1.05em;
  color: #8a8770;
  padding-top: 0;
}

.page-non-resident-costs .non-resident-zone .components-cell .made-up-of {
  font-weight: bold;
  margin-bottom: 2px;
}

.page-non-resident-costs .non-resident-zone .non-resident-footer {
  font-size: 0.9em;
  line-height: 1.1em;
  margin-top: 20px;
  font-style: italic;
  color: #c3be98;
}

/* DHB Responsibilies
-------------------------------------------------------------*/

#block-block-1 {
  clear: both;
  margin: 50px 0;
  background: #f6f6f6;
  padding: 30px;
}


/* Timeframes
-------------------------------------------------------------*/

#block-views-timeframes-block {
  margin-bottom: 40px;
  clear: both;
}

#block-views-timeframes-block .views-row {
  border-bottom: 2px solid #f6f6f6;
  margin-bottom: 20px;
  width: 47%;
}

#block-views-timeframes-block .views-row-odd {
  float: left;
  clear: both;
}

#block-views-timeframes-block .views-row-even {
  float: right;
}

#block-views-timeframes-block h3 {
  margin-bottom: 4px;
}

#block-views-timeframes-block .views-field-field-silhouette-image {
  float: left;
  margin: 0 10px 10px 0;
}


/* More information home, External links & Downloads
-------------------------------------------------------------*/

#block-menu-block-5 {
  margin-bottom: 20px;
}

#block-views-external-links-block,
#block-views-downloads-block {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #5c5c5c;
}

#block-menu-block-5 h2,
#block-views-external-links-block h2,
#block-views-downloads-block h2 {
  color: #000;
}

#block-menu-block-5 .content ul,
#block-views-external-links-block .view-content ul,
#block-views-downloads-block .view-content ul {
  margin: 0;
  padding: 0;
}

#block-menu-block-5 .content li,
#block-views-external-links-block .view-content li,
#block-views-downloads-block .view-content li {
  margin: 0 0 6px;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

#block-menu-block-5 .content li.last,
#block-views-external-links-block .view-content li.last,
#block-views-downloads-block .view-content li.last {
  margin: 0;
}

#block-menu-block-5 .content a,
#block-views-external-links-block .view-content a,
#block-views-downloads-block .view-content a {
  display: block;
  color: #00b4e5;
  padding: 3px 0 3px 10px;
  background: url('../images/arrow-blue.png') no-repeat 0 7px;
  text-decoration: none;
}

#block-menu-block-5 .content a:hover,
#block-views-external-links-block .view-content a:hover,
#block-views-downloads-block .view-content a:hover {
  text-decoration: underline;
}

#block-views-downloads-block .file-icon {
  display: none;
}


/* Hide my visit
-------------------------------------------------------------*/

#block-abortionservices-hide,
#block-abortionservices-hide-alt {
  margin: 25px 0 40px;
  clear: both;
}

#block-abortionservices-hide h2,
#block-abortionservices-hide-alt h2 {
  margin-bottom: 1px;
}

#block-abortionservices-hide h2 a,
#block-abortionservices-hide-alt h2 a {
  padding-top: 47px;
  display: block;
  color: #ff369a;
  background: url('../images/eyecon.png') no-repeat 0 0;
}

#block-abortionservices-hide p,
#block-abortionservices-hide-alt p {
  font-family: 'Bree Serif', serif;
  font-size: 1.071em; /* 15px */
  line-height: 1em;
}

#block-abortionservices-hide p a,
#block-abortionservices-hide-alt p a {
  color: #333;
}

#block-abortionservices-hide a,
#block-abortionservices-hide-alt a {
  text-decoration: none;
}

.abortionservices-introduction {
  font-size: 1.714em; /* 24px */
  line-height: 1.3em;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 4px solid #666;
  font-family: 'Bree Serif', serif;
}

#abortionservices-browser-links ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

#abortionservices-browser-links li {
  margin: 0;
  float: left;
  text-align: center;
  list-style: none;
  list-style-image: none;
}

#abortionservices-browser-links .count-1 li {
  width: 100%;
}

#abortionservices-browser-links .count-2 li {
  width: 46%;
  margin: 0 2%;
}

#abortionservices-browser-links .count-3 li {
  width: 29%;
  margin: 0 2%;
}

#abortionservices-browser-links .count-4 li {
  width: 21%;
  margin: 0 2%;
}

#abortionservices-browser-links .count-5 li {
  width: 16%;
  margin: 0 2%;
}

#abortionservices-browser-links a {
  display: block;
  padding: 5px;
  text-decoration: none;
}

#abortionservices-browser-links a:hover {
  background: #f4f4f4;
}

#abortionservices-browser-links img {
  max-width: 95px;
}

#abortionservices-browser-links span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin: 4px 0;
}


/* Where to go landing page
-------------------------------------------------------------*/

#block-abortionservices-where {
  float: right;
  width: 60%;
  margin: 0 0 30px 30px;
}

#block-abortionservices-where .item-list ul {
  margin: 0;
  padding: 0;
}

#block-abortionservices-where .item-list li {
  list-style: none;
  list-style-image: none;
  width: 46%;
  border-top: 4px solid #5c5c5c;
  border-bottom: 4px solid #5c5c5c;
  padding: 15px 0;
  margin: 0;
}

#block-abortionservices-where .item-list li.first {
  float: left;
}

#block-abortionservices-where .item-list li.last {
  float: right;
}

#block-abortionservices-where .item-list li a {
  color: #000;
  text-decoration: none;
}

#block-abortionservices-where .item-list li img {
  display: block;
  margin: 0 auto;
}

#block-abortionservices-where .item-list li span {
  display: block;
  font-family: 'Bree Serif', sans-serif;
  font-size: 1.143em; /* 16px */
  line-height: 1.1em;
  padding-left: 28px;
  background: url('../images/arrow-purple.png') no-repeat 0 0;
  margin-top: 10px;
}


/* DHB Map
-------------------------------------------------------------*/

#block-abortionservices-map .content {
  position: relative;
}

#block-abortionservices-map .content img {
  display: block;
}

#block-abortionservices-map .item-list h3 {
  display: none;
  font-size: 1.429em; /* 20px */
  margin-bottom: 6px;
}

#block-abortionservices-map .content ul {
  margin: 0;
  padding: 0;
}

#block-abortionservices-map .content ul li {
  margin: 0;
  padding: 0;
  position: absolute;
  list-style: none;
  list-image-style: none;
}

#block-abortionservices-map .content ul .tag-top-left {
  padding: 16px 0 0 0;
  background: url('../images/tag-top-left.png') no-repeat 0 0;
  min-width: 27px;
}

#block-abortionservices-map .content ul .tag-top-right {
  padding: 16px 0 0 0;
  background: url('../images/tag-top-right.png') no-repeat 100% 0;
  min-width: 27px;
}

#block-abortionservices-map .content ul .tag-bottom-left {
  padding: 0 0 16px 0;
  background: url('../images/tag-bottom-left.png') no-repeat 0 100%;
  min-width: 27px;
}

#block-abortionservices-map .content ul .tag-bottom-right {
  padding: 0 0 16px 0;
  background: url('../images/tag-bottom-right.png') no-repeat 100% 100%;
  min-width: 27px;
}

#block-abortionservices-map .content ul li a {
  color: #fff;
  background: #009ccc;
  display: block;
  position: relative;
  padding: 4px 10px;
  font-weight: bold;
  text-decoration: none;
}

#block-abortionservices-map .content ul li a span {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 2px;
  margin-left: -102px;
  width: 200px;
  font-size: 0.786em; /* 11px */
  background: #ffffa6;
  color: #666;
  padding: 4px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  line-height: 1.1em;
  text-align: center;
  z-index: 2;
}

#block-abortionservices-map .content ul .tag-top-left a span,
#block-abortionservices-map .content ul .tag-top-right a span {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}

#block-abortionservices-map .content ul li a:hover {
  background: #007ba2;
}

#block-abortionservices-map .content ul #marker-34 {
  top: 6%;
  left: 46%;
}

#block-abortionservices-map .content ul #marker-35 {
  top: 12.5%;
  left: 60%;
}

#block-abortionservices-map .content ul #marker-36 {
  top: 16.5%;
  left: 56%;
}

#block-abortionservices-map .content ul #marker-37 {
  top: 22%;
  left: 47.5%;
}

#block-abortionservices-map .content ul #marker-38 {
  top: 28%;
  left: 59%;
}

#block-abortionservices-map .content ul #marker-39 {
  top: 33%;
  left: 52%;
}

#block-abortionservices-map .content ul #marker-40 {
  top: 24%;
  left: 78%;
}

#block-abortionservices-map .content ul #marker-41 {
  top: 27.5%;
  left: 86%;
}

#block-abortionservices-map .content ul #marker-42 {
  top: 34%;
  left: 79%;
}

#block-abortionservices-map .content ul #marker-43 {
  top: 30%;
  left: 73%;
}

#block-abortionservices-map .content ul #marker-44 {
  top: 38%;
  left: 58%;
}

#block-abortionservices-map .content ul #marker-45 {
  top: 43%;
  left: 70%;
}

#block-abortionservices-map .content ul #marker-46 {
  top: 51%;
  left: 71%;
}

#block-abortionservices-map .content ul #marker-47 {
  top: 47%;
  left: 65%;
}

#block-abortionservices-map .content ul #marker-48 {
  top: 52%;
  left: 51%;
}

#block-abortionservices-map .content ul #marker-49 {
  top: 48%;
  left: 35%;
}

#block-abortionservices-map .content ul #marker-50 {
  top: 64%;
  left: 44%;
}

#block-abortionservices-map .content ul #marker-51 {
  top: 71%;
  left: 33%;
}

#block-abortionservices-map .content ul #marker-52 {
  top: 56%;
  left: 29%;
}

#block-abortionservices-map .content ul #marker-53 {
  top: 80%;
  left: 12%;
}


/* Footer
-------------------------------------------------------------*/

#footer {
  clear: both;
  max-width: 1170px;
  padding: 30px 20px;
  margin: 0 auto;
  position: relative;
}

#footer .region-footer {
  border-top: 1px dotted #b2b2b2;
  padding-top: 20px;
}


/* More information footer
-------------------------------------------------------------*/

#block-menu-block-3 h2 {
  font-size: 1.286em; /* 18px */
  line-height: 1em;
  margin-bottom: 2px;
  color: #333;
}

#block-menu-block-3 .content ul {
  margin: 0;
  padding: 0;
}

#block-menu-block-3 .content li {
  list-style: none;
  list-style-image: none;
  display: inline-block;
  border-right: 1px solid #333;
  padding: 0 11px 0 0;
  margin: 0 8px 0 0;
}

#block-menu-block-3 .content li.last {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}

#block-menu-block-3 .content a {
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

#block-menu-block-3 .content a:hover {
  text-decoration: underline;
}


/* Search results
-------------------------------------------------------------*/

#content .view-search .views-row {
  margin-bottom: 24px;
  color: #aaa;
}

#content .view-search .views-row a {
  color: #999;
}

#content .view-search .views-field-title h2 {
  font-size: 1.429em; /* 20px */
  line-height: 1.1em;
  margin-bottom: 10px;
}

#content .view-search .views-field-title a {
  color: #00b4e5;
}

#content .view-search p {
  margin-bottom: 8px;
}

#content .view-search .view-empty {
  font-family: 'Bree Serif', sans-serif;
  font-size: 1.429em; /* 20px */
  color: #999;
}

#block-views-search-block-1,
#block-views-search-block-2 {
  background: #ddf0f9;
  padding: 15px;
  border-top: 4px solid #c8e3f0;
  margin-bottom: 15px;
}

#block-views-search-block-1 h2,
#block-views-search-block-2 h2 {
  font-size: 1.286em; /* 18px */
  line-height: 1.2em;
  margin-bottom: 8px;
  color: #000;
}

#block-views-search-block-1 .views-row,
#block-views-search-block-2 .views-row {
  margin-bottom: 5px;
}

#block-views-search-block-1 .views-row a,
#block-views-search-block-2 .views-row a {
  text-decoration: none;
}

#block-views-search-block-1 .views-row a:hover,
#block-views-search-block-2 .views-row a:hover {
  text-decoration: underline;
}


/* Pager
-------------------------------------------------------------*/

#content .pager {
  margin: 40px 0;
  padding: 0;
}

#content .pager li {
  margin: 0 2px;
  padding: 0;
}

#content .pager a,
#content .pager .pager-current {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(1, 145, 184, 0.9);
  font-size: 0.857em; /* 12px */
  line-height: 1em;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  padding: 8px 0 8px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
}

#content .pager .pager-first,
#content .pager .pager-last {
  display: none;
}

#content .pager .pager-previous a {
  background: url('../images/prev.png') no-repeat;
  padding: 8px 17px 8px 0;
  text-align: right;
  width: 75px;
}

#content .pager .pager-next a {
  background: url('../images/next.png') no-repeat;
  padding: 8px 0 8px 17px;
  text-align: left;
  width: 75px;
}

#content .pager .pager-item a,
#content .pager .pager-current {
  background: url('../images/pager-item.png') no-repeat;
  text-align: center;
  width: 28px;
}

#content .pager a:hover,
#content .pager .pager-current {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}


/* Maintenance page
-------------------------------------------------------------*/

.maintenance-page #header {
  padding-bottom: 100px;
}

.maintenance-page #content {
  text-align: center;
}


/* Retina displays
-------------------------------------------------------------*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

  #strip-inner {
    background-image: url('../images/retina/strip-1.png');
    background-size: 80px 80px;
  }

  .strip-2 #strip-inner {
    background-image: url('../images/retina/strip-2.png');
    background-size: 53px 53px;
  }

  .strip-3 #strip-inner {
    background-image: url('../images/retina/strip-3.png');
    background-size: 136px 79px;
  }

  #site-name a {
    background: url('../logo-retina.png') no-repeat;
    background-size: 223px 226px;
  }

  #block-menu-block-2,
  #block-menu-block-4 {
    background-image: url('../images/retina/secondary-top.png');
  }

  #block-menu-block-2 .menu-block-wrapper,
  #block-menu-block-4 .menu-block-wrapper {
    background-image: url('../images/retina/secondary-bottom.png');
  }

  .field-name-field-introduction ul li {
    background: url('../images/retina/arrow-grey-large.png') no-repeat 0 8px;
    background-size: 8px 16px;
  }

  .field-name-body ul li {
    background: url('../images/retina/arrow-grey.png') no-repeat 0 3px;
    background-size: 5px 10px;
  }

  #block-block-5 .content p {
    background: url('../images/retina/folder.png') no-repeat 100% 50%;
    background-size: 50px 36px;
  }

  #block-menu-block-5 .content a,
  #block-views-external-links-block .view-content a,
  #block-views-downloads-block .view-content a {
    background: url('../images/retina/arrow-blue.png') no-repeat 0 7px;
    background-size: 5px 10px;
  }

  #block-abortionservices-where .item-list li span {
    background: url('../images/retina/arrow-purple.png') no-repeat 0 0;
    background-size: 22px 22px;
  }

  .find-searching {
    background: url('../images/retina/ajax-nz.gif') no-repeat 50% 0;
    background-size: 51px 70px;
  }

  #block-abortionservices-map .content ul .tag-top-left {
    background: url('../images/retina/tag-top-left.png') no-repeat 0 0;
    background-size: 27px 16px;
  }

  #block-abortionservices-map .content ul .tag-top-right {
    background: url('../images/retina/tag-top-right.png') no-repeat 100% 0;
    background-size: 27px 16px;
  }

  #block-abortionservices-map .content ul .tag-bottom-left {
    background: url('../images/retina/tag-bottom-left.png') no-repeat 0 100%;
    background-size: 27px 16px;
  }

  #block-abortionservices-map .content ul .tag-bottom-right {
    background: url('../images/retina/tag-bottom-right.png') no-repeat 100% 100%;
    background-size: 27px 16px;
  }

}



/* 1145 PIXELS
 * In which menu & homepage fonts decrease in size and
 * margins become smaller below sidebar list items.
-------------------------------------------------------------*/

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

  #block-menu-block-1 li a {
    padding: 16px 10px;
    font-size: 1.143em; /* 16px */
  }

  #block-menu-block-2 .content a,
  #block-menu-block-4 .content a {
    font-size: 0.929em; /* 13px */
    line-height: 1.1em;
    background: url('../images/arrow-white.png') no-repeat 10px 7px;
  }

  #block-menu-block-2 .content a:hover,
  #block-menu-block-2 .content a.active,
  #block-menu-block-2 .content a.active-trail,
  #block-menu-block-4 .content a:hover,
  #block-menu-block-4 .content a.active,
  #block-menu-block-4 .content a.active-trail {
    background: #0081ab;
    background: url('../images/arrow-white.png') no-repeat 10px 7px; /* fallback */
    background: url('../images/arrow-white.png') no-repeat 10px 7px, -webkit-gradient(linear, left top, right top, from(#0081ab), to(#009ccc)); /* Saf4+, Chrome */
    background: url('../images/arrow-white.png') no-repeat 10px 7px, -webkit-linear-gradient(left, #0081ab, #009ccc); /* Chrome 10+, Saf5.1+ */
    background: url('../images/arrow-white.png') no-repeat 10px 7px,    -moz-linear-gradient(left, #0081ab, #009ccc); /* FF3.6+ */
    background: url('../images/arrow-white.png') no-repeat 10px 7px,     -ms-linear-gradient(left, #0081ab, #009ccc); /* IE10 */
    background: url('../images/arrow-white.png') no-repeat 10px 7px,      -o-linear-gradient(left, #0081ab, #009ccc); /* Opera 11.10+ */
    background: url('../images/arrow-white.png') no-repeat 10px 7px,         linear-gradient(to right, #0081ab, #009ccc); /* W3C */
  }

  #block-menu-block-2 .content li.expanded a:hover,
  #block-menu-block-2 .content li.expanded a.active,
  #block-menu-block-2 .content li.expanded a.active-trail,
  #block-menu-block-4 .content li.expanded a:hover,
  #block-menu-block-4 .content li.expanded a.active,
  #block-menu-block-4 .content li.expanded a.active-trail {
    background: #0081ab;
    background: url('../images/arrow-white-expanded.png') no-repeat 6px 9px; /* fallback */
    background: url('../images/arrow-white-expanded.png') no-repeat 6px 9px, -webkit-gradient(linear, left top, right top, from(#0081ab), to(#009ccc)); /* Saf4+, Chrome */
    background: url('../images/arrow-white-expanded.png') no-repeat 6px 9px, -webkit-linear-gradient(left, #0081ab, #009ccc); /* Chrome 10+, Saf5.1+ */
    background: url('../images/arrow-white-expanded.png') no-repeat 6px 9px,    -moz-linear-gradient(left, #0081ab, #009ccc); /* FF3.6+ */
    background: url('../images/arrow-white-expanded.png') no-repeat 6px 9px,     -ms-linear-gradient(left, #0081ab, #009ccc); /* IE10 */
    background: url('../images/arrow-white-expanded.png') no-repeat 6px 9px,      -o-linear-gradient(left, #0081ab, #009ccc); /* Opera 11.10+ */
    background: url('../images/arrow-white-expanded.png') no-repeat 6px 9px,         linear-gradient(to right, #0081ab, #009ccc); /* W3C */
  }

  .node-type-homepage h1 {
    font-size: 2.571em; /* 36px */
  }

  .node-type-homepage .field-name-body {
    font-size: 2.286em; /* 32px */
  }

  #block-views-blocks-block-1 .views-field-title {
    font-size: 1.429em; /* 20px */
  }

  #block-menu-block-5 .content li,
  #block-views-external-links-block .view-content li,
  #block-views-downloads-block .view-content li {
    margin: 0 0 4px;
  }

  #block-abortionservices-hide h2,
  #block-abortionservices-hide-alt h2 {
    font-size: 1.429em; /* 20px */
  }

  #block-abortionservices-hide p,
  #block-abortionservices-hide-alt p {
    font-size: 0.929em; /* 13px */
  }

}


/* 980 PIXELS
 * In which the main menu becomes full-width and the search
 * block positions itself as absolute.
-------------------------------------------------------------*/

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

  #block-menu-block-1 {
    width: 100%;
  }

  #block-views-exp-search-page {
    float: none;
    width: 250px;
    position: absolute;
    top: -140px;
    right: 0;
  }

  #block-abortionservices-hide h2,
  #block-abortionservices-hide-alt h2 {
    font-size: 1em; /* 14px */
  }

  #abortionservices-browser-links img {
    max-width: 100%;
  }

}


/* 770 PIXELS
 * In which the layout becomes linear, the left sidebar
 * disappears and the main menu becomes expandable
-------------------------------------------------------------*/

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

  h1 {
    font-size: 2.143em; /* 30px */
    line-height: 1em;
    margin-bottom: 18px;
  }

  h2 {
    margin-bottom: 14px;
  }

  #header {
    padding-bottom: 0;
    min-height: 155px;
  }

  #strip {
    height: 101px;
  }

  #strip-inner {
    height: 101px;
  }

  #site-name {
    padding: 0 10px;
  }

  #site-name a {
    left: 10px;
    width: 150px;
    height: 152px;
    background-size: 150px 152px;
  }

  #toggle-nav {
    display: block;
  }

  #grey {
    display: none;
    background: rgb(63, 63, 63);
  }

  #block-menu-block-1 ul {
    margin: 20px 0;
  }

  #block-menu-block-1 ul ul {
    display: none;
    margin: 2px 0 5px;
  }

  #block-menu-block-1 ul li.active-trail ul {
    display: block;
  }

  #block-menu-block-1 li {
    display: block;
  }

  #block-menu-block-1 li a {
    padding: 6px 30px;
  }

  #block-menu-block-1 ul ul li a {
    padding: 5px 30px 5px 40px;
    font-size: 1em; /* 14px */
  }

  .region-header {
    padding: 0 20px;
  }

  #block-block-4 {
    display: block;
  }

  #main {
    padding: 0 20px;
  }

  #sidebar-first {
    float: none;
    width: auto;
  }

  #sidebar-second {
    float: none;
    width: auto;
  }

  #sidebar-first,
  #sidebar-second,
  #content {
    padding-bottom: 0;
    clear: both;
  }

  .sidebar-first #content {
    float: none;
    width: auto;
  }

  .sidebar-second #content {
    float: none;
    width: auto;
  }

  .two-sidebars #content {
    float: none;
    width: auto;
    margin: 0;
  }

  .section-name {
    display: block;
  }

  #block-menu-block-2 {
    display: none;
  }

  #block-menu-block-2,
  #block-menu-block-4 {
    padding: 10px 0;
    background-image: none;
    background-color: #efefef;
    margin-bottom: 10px;
  }

  #block-menu-block-2 .menu-block-wrapper,
  #block-menu-block-4 .menu-block-wrapper {
    padding-bottom: 0;
    background-image: none;
  }

  #block-menu-block-2 .content a,
  #block-menu-block-4 .content a {
    color: #666;
    font-size: 1em;
    background: none;
  }

  #block-menu-block-2 .content a:hover,
  #block-menu-block-2 .content a.active,
  #block-menu-block-2 .content a.active-trail,
  #block-menu-block-4 .content a:hover,
  #block-menu-block-4 .content a.active,
  #block-menu-block-4 .content a.active-trail {
    background: #ccc;
  }

  #block-menu-block-2 .content a.active,
  #block-menu-block-2 .content a.active-trail,
  #block-menu-block-4 .content a.active,
  #block-menu-block-4 .content a.active-trail {
    font-weight: normal;
  }

  #block-menu-block-2 .content li.expanded a:hover,
  #block-menu-block-2 .content li.expanded a.active,
  #block-menu-block-2 .content li.expanded a.active-trail,
  #block-menu-block-4 .content li.expanded a:hover,
  #block-menu-block-4 .content li.expanded a.active,
  #block-menu-block-4 .content li.expanded a.active-trail {
    background: #ccc;
  }

  #block-menu-block-2 .content ul ul,
  #block-menu-block-4 .content ul ul {
    margin: 3px 0;
  }

  #block-menu-block-2 .content ul ul a,
  #block-menu-block-4 .content ul ul a {
    padding: 5px 10px 5px 25px;
  }

  .field-name-field-silhouette {
    max-width: 100px;
    margin: 0 0 10px 10px;
  }

  .field-name-field-introduction {
    font-size: 1.429em; /* 20px */
    line-height: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .field-name-field-introduction ul {
    padding-left: 8px;
  }

  .field-name-body ul {
    padding-left: 8px;
  }

  .node-type-homepage h1 {
    font-size: 1.286em; /* 18px */
    line-height: 1.1em;
  }

  .node-type-homepage h1 span {
    background: none;
    padding: 0;
  }

  .node-type-homepage .field-name-body {
    font-size: 1.286em; /* 18px */
    line-height: 1.1em;
    margin-bottom: 20px;
  }

  #block-abortionservices-old {
    display: none;
  }

  #block-views-contact-information-block h2 {
    display: none;
  }

  #block-views-blocks-block,
  #block-views-blocks-block-2 {
    display: none;
  }

  #block-views-blocks-block-1 {
    margin-bottom: 0;
  }

  #block-views-blocks-block-1 .views-row {
    margin: 0 1% 15px;
    width: 31%;
  }

  #block-views-blocks-block-1 .views-field-field-icon a {
    padding: 0 3%;
  }

  #block-views-blocks-block-1 .views-field-title {
    font-size: 1em;
  }

  #find-distance-toggle-container .find-100 {
    width: 22%;
    margin-left: 12%;
  }

  #find-distance-toggle-container .find-200 {
    width: 22%;
  }

  #find-distance-toggle-container .find-500 {
    width: 22%;
  }

  #find-distance-toggle-container .find-radios label {
    font-size: 1.1em;
  }

  .view-providers #google-map {
    height: 250px;
  }

  .view-providers .views-row {
    width: auto;
  }

  .view-providers .views-row-odd {
    float: none;
  }

  .view-providers .views-row-even {
    float: none;
  }

  .view-providers .views-field-field-address,
  .view-providers .views-field-field-postal-address,
  .view-providers .views-field-field-phone,
  .view-providers .views-field-field-fax,
  .view-providers .views-field-field-website,
  .view-providers .views-field-field-email {
    float: none;
    width: auto;
    clear: both;
    margin-left: 0;
  }

  .view-providers .views-field-field-introduction {
    margin-top: 5px;
  }

  #block-block-1 {
    margin: 30px 0;
    padding: 10px;
  }

  #block-menu-block-5,
  #block-views-external-links-block,
  #block-views-downloads-block {
    margin-bottom: 8px;
  }

  #block-menu-block-5 h2,
  #block-views-external-links-block h2,
  #block-views-downloads-block h2 {
    font-size: 1.286em; /* 18px */
    margin-bottom: 8px;
  }

  #block-menu-block-5 .content li,
  #block-views-external-links-block .view-content li,
  #block-views-downloads-block .view-content li {
    margin: 0 0 1px;
  }

  #block-menu-block-5 .content a,
  #block-views-external-links-block .view-content a,
  #block-views-downloads-block .view-content a {
    padding: 2px 0 2px 9px;
    background: url('../images/arrow-blue.png') no-repeat 0 6px;
  }

  #block-abortionservices-hide,
  #block-abortionservices-hide-alt {
    display: none;
  }

  #abortionservices-browser-links .count-4 li {
    width: 29%;
    margin: 0 2%;
  }

  #abortionservices-browser-links .count-5 li {
    width: 29%;
    margin: 0 2%;
  }

  #block-abortionservices-where {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
  }

  #block-abortionservices-map {
    float: left;
    width: 100%;
  }

  #block-abortionservices-map .content img {
    display: none;
  }

  #block-abortionservices-map #north-list {
    float: left;
    width: 48%;
  }

  #block-abortionservices-map #south-list {
    float: right;
    width: 48%;
  }

  #block-abortionservices-map .item-list h3 {
    display: block;
  }

  #block-abortionservices-map .content ul {
    margin: 0;
    padding: 0;
  }

  #block-abortionservices-map .content ul li {
    margin: 0 0 3px;
    padding: 0;
    list-style: none;
    list-style-image: none;
    position: static;
  }

  #block-abortionservices-map .content ul .tag-top-left {
    padding: 0;
    background: none;
    min-width: 0;
  }

  #block-abortionservices-map .content ul .tag-top-right {
    padding: 0;
    background: none;
    min-width: 0;
  }

  #block-abortionservices-map .content ul .tag-bottom-left {
    padding: 0;
    background: none;
    min-width: 0;
  }

  #block-abortionservices-map .content ul .tag-bottom-right {
    padding: 0;
    background: none;
    min-width: 0;
  }

  #block-abortionservices-map .content ul li a {
    font-weight: normal;
    display: block;
    color: #00b4e5;
    padding: 3px 0 3px 10px;
    background: url('../images/arrow-blue.png') no-repeat 0 7px;
    text-decoration: none;
  }

  #block-abortionservices-map .content ul li a span {
    display: block !important;
    position: static;
    bottom: auto;
    left: auto;
    margin-bottom: 0;
    margin-left: 0;
    width: auto;
    background: none;
    color: #999;
    padding: 0;
    text-align: left;
  }

  #block-abortionservices-map .content ul .tag-top-left a span,
  #block-abortionservices-map .content ul .tag-top-right a span {
    bottom: auto;
    top: auto;
    margin-bottom: 0;
    margin-top: 0;
  }

  #block-abortionservices-map .content ul li a:hover {
    background: url('../images/arrow-blue.png') no-repeat 0 7px;
  }

  #block-abortionservices-map .content ul #marker-34,
  #block-abortionservices-map .content ul #marker-35,
  #block-abortionservices-map .content ul #marker-36,
  #block-abortionservices-map .content ul #marker-37,
  #block-abortionservices-map .content ul #marker-38,
  #block-abortionservices-map .content ul #marker-39,
  #block-abortionservices-map .content ul #marker-40,
  #block-abortionservices-map .content ul #marker-41,
  #block-abortionservices-map .content ul #marker-42,
  #block-abortionservices-map .content ul #marker-43,
  #block-abortionservices-map .content ul #marker-44,
  #block-abortionservices-map .content ul #marker-45,
  #block-abortionservices-map .content ul #marker-46,
  #block-abortionservices-map .content ul #marker-47,
  #block-abortionservices-map .content ul #marker-48,
  #block-abortionservices-map .content ul #marker-49,
  #block-abortionservices-map .content ul #marker-50,
  #block-abortionservices-map .content ul #marker-51,
  #block-abortionservices-map .content ul #marker-52,
  #block-abortionservices-map .content ul #marker-53 {
    top: auto;
    left: auto;
  }

  #footer {
    padding: 20px 20px;
  }

  #footer .region-footer {
    border-top: 0;
    padding-top: 0;
  }

  #block-menu-block-3 h2 {
    display: none;
  }

  #block-menu-block-3 .content li {
    padding: 0 7px 0 0;
    margin: 0 4px 0 0;
    border-right: 1px solid #ccc;
  }

  #block-menu-block-3 .content a {
    font-weight: normal;
    color: #999;
    font-size: 0.857em; /* 12px */
  }

}


/* NOT MOBILE
 * In which the grey nav bar is forced to display
-------------------------------------------------------------*/
@media screen and (min-width: 770px) {

  #grey {
    display: block !important;
  }

  #block-menu-block-1 ul ul {
    display: none !important;
  }

}
