/**
 * MDIF CSS
 *
 * @filename screen.css
 * @author Oliver Rowlands
 * @date 2012-06-01
 * @copyright Liquid Light Digital Ltd.
 * @url http://www.liquidlight.co.uk
 */

@-ms-viewport {
  width: device-width;
}

* {
	margin: 0;
	padding: 0;
}

html {
  /* Prevent font scaling in landscape mode */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:100%;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
img,
object,
iframe {
	width: 100%;
	border-width: 0;
}
div.caption p {
	margin: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 100%;
	background: #fff;
	color: #333333;
}

/**
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}

/* Break words longer than the width of sidebar */
div.column.secondary .box h2 {
  word-wrap: break-word;
}

/**
 * Paragraphs
 */
p {
	margin: 0 0 1em 0;
	line-height: 1.6em;
}
p.more {
	margin: 0 0 1em 0;
}
p.more a {
	background: transparent url(../img/arrowMore.png) 0 50% no-repeat;
	padding: 0 0 0 1em;
}
p.small {
	font-size: 90%;
}
p.button {

}
p.button a {
	background: #225399;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0.8em;
	margin: 0;
	color: #fff;
	display: block;
}
p.button a:hover {
	background: #28BAEA;
}
p.arrow {

}
b {
	font-weight: 700;
}
strong {
	font-weight: 700;
}

/**
 * Links
 */
a {
  color: #225399;
	text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a:hover {
	color: #28BAEA;
}
a:active {
	color: #28BAEA;
}
div.maintext a {
  border-bottom: 1px dotted #225399;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.maintext a:hover {
  border-bottom: 1px dotted #28BAEA;
}
div.maintext a:active {
  border-bottom: 1px dotted #28BAEA;
}

/**
 * Inline links via plugin
 */

.aq24-ii-icon {
  font-size: 20px;
  line-height: 1.2em;
  margin-right: 3px;
}

/**
 * Lists
 */
ul {
	list-style-type: none;
	margin: 0 0 1em 0em;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin: 0.3em 0 0 1em;
}
ul li {
	margin: 0 0 0.6em 0;
	background: url(../img/bullet.gif) 0 0.6em no-repeat;
	padding: 0 0 0 1em;
}
ol {
	margin: 0 0 1em 2em;
}
ol li {
	margin: 0 0 0.2em;
}
dl dt {
	font-weight: bold;
}
dl dd {
	padding-left: 1.6em;
}

/**
 * Tables
 */
table {
	text-align: left;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	width: 99%;
}
table caption {
	display: none;
}
table thead {
	margin: 0 0 0.5em 0;
}
table tbody.hidden {
	display: none;
}
table thead tr th {
	padding: 0.8em 0.5em;
	margin-bottom: 1em;
	text-align: left;
	border-bottom: 2px solid #AAA;
}
table tbody tr th {
	vertical-align: top;
	padding: 0.8em 1.5em 0.5em 0;
	margin: 0 0 2em 0;
}
table tbody tr td {
	vertical-align: top;
	padding: 0.8em 0.5em;
}
table tbody tr th,
table tbody tr td,
table tbody tr.tr-0 th.td-0 {
	border-bottom: 1px solid #AAA;
}
table tbody tr.tr-0 th {
	border-bottom: 2px solid #AAA;
}

/**
 * Home Table
*/
table.ourImpact {
    border-collapse: separate;
    width: 100%;
	margin-bottom: 0.6em;
}
table.ourImpact td:first-child {
    border-right: 1px solid #FFFFFF;
    padding: 12px 5px 8px 0px;
}
table.ourImpact td.01 {
    padding: 12px 5px 8px 15px;
}
table.ourImpact td {
    border-bottom: 1px solid #FFFFFF;
    color: #28BAEA;
    font-size: 39px;
    font-weight: 700;
    line-height: 0.7em;
    padding: 12px 5px 8px 15px;
    vertical-align: top;
}
table.ourImpact td span {
    color: #858585;
    display: block;
    font-size: 12px;
    line-height: 1.3em;
    padding-top: 6px;
    text-align: left;
}

/**
 * Forms
 */
form {
	margin: 0 0 1em 0;
}
form * {
  box-sizing: border-box;
}
form fieldset {
	border-width: 0;
}
form legend {
	display: none;
}
form input,
form select,
form textarea {
	font-size: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #cfcfcf;
	background-color: #fbfbfb;
	padding: 0.2em;
	width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
}
form input.file,
form input.radio,
form input.checkbox {
	background-color: transparent;
	border-width: 0;
	width: auto;
}
form input.checkbox {
  vertical-align: 1.5px;
}
input[type="text"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form div.row {
	margin: 0 0 0.7em 0;
}
form span.required {
	color: #FC0000;
}
form div.row span.label,
form div.row span.field {
	display: block;
}
form div.row span.label {
	margin: 0 0 0.5em 0;
}
form div.row button,
form div.row input.button {
	float: right;
}
form input.button[disabled] {
  background-color: #999;
  cursor: not-allowed;
}
form #mailformgatekeeper {
	display: none;
}
form div.row.recaptcha {
  margin-top: 2.2em;
}
form div.row:after {
  content: "";
  display: table;
  clear: both;
}
form div.submit-row {
  margin: 2em 0 0 0;
}
.newsletter-type {
margin: 2em 0;
padding: 1em 1em .5em;
border: 1px solid #cfcfcf;
}
form div.newsletter-type .row {
  margin-bottom: .5em;
}
form div.newsletter-type span.label,
form div.newsletter-type span.field {
  display: block;
  margin-bottom: 0;
  float: left;
}
form div.newsletter-type span.field {
  width: 24px;
}
form div.newsletter-type span.label {
  width: 88%;
  width: calc(100% - 24px);
}
.newsletter-type p {
  margin-bottom: .5em;
  font-weight: 400;
}

/* overide */
div#search input {
	-moz-border-bottom-left-radius: 0.3em;
	-webkit-border-bottom-left-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
	-moz-border-top-left-radius: 0.3em;
	-webkit-border-top-left-radius: 0.3em;
	border-top-left-radius: 0.3em;
}

div#post-comment input, div#post-comment textarea {
	border-radius: 0.3em;
}

/*iframe { border: 4px solid #e1e1e1; border-radius: 0.3em; }*/

/**
 * Buttons
 */
button,
input.button {
	background-color: #225399;
	color: #FFF;
	border-width: 0;
	padding: 0.4em;
	width: auto;
	overflow: visible;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	cursor: pointer;
	font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button:hover,
input.button:hover {
	background-color: #333;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
}

/* overide */
#search button.search {
	background: url(../img/button_searchfield.gif) no-repeat;
	font-size: auto;
	height: 1.750em;
	width: 2.250em;
	margin: 0em;
	border-radius: 0px;
	line-height: 1em;
	float: right;
}

#search button.search span {
	display: none;
}

.fb-like {
  margin-top: 8px;
  margin-bottom: 16px;
}

/**
 * Messages
 */
.message-ok,
.message-error {
  padding: 16px 16px 16px 32px;
  margin: 0 0 16px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.message-error {
  background: #FEDBDB url(../img/icon_error.png) no-repeat 8px 20px;
  border: 1px solid #FFA7A7;
  color: #B60000;
}

.aq24-ma-message {
  margin: 0 0 1.3em 0;
  padding: 1.2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f5f5f3;
}

.aq24-ma-message .dashicons-flag {
  color: #c73b1c;
  float: left;
}

.aq24-ma-message p {
  margin-left: 2.2em;
  margin-bottom: 0;
}

.aq24-ma-message a.aq24-ma-button {
  display: inline-block;
  margin-top: .7em;
  padding: .3em 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: none;
  background-color: #165fa5;
  color: #fff;
}

.aq24-ma-message a.aq24-ma-button:active,
.aq24-ma-message a.aq24-ma-button:visited {
  border-bottom: none;
  color: #fff;
}

.aq24-ma-message a.aq24-ma-button:hover {
  border-bottom: none;
  background-color: #1db4eb;
}

.message-ok {
  background: #E2F9E3 url(../img/icon_success.png) no-repeat 8px 20px;
  border: 1px solid #99CC99;
  color: #006600;
}

ul.messages {
	clear: both;
	margin: 0;
	list-style-type: none;
}
ul.messages > li > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.messages > li {
	padding: 0;
	margin: 0;
	background-image: none;
}
ul.messages > li > ul > li {
	padding: 0.8em 0.8em 0.8em 27px;
	background: #E2F9E3 url(../img/icon_success.png) no-repeat 6px 0.8em;
	border: 1px solid #99CC99;
	color: #006600;
	margin: 0 0 1em 0;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
}
ul.messages > li.notice > ul > li {
	background-image:  url(../img/icon_notice.png);
	background-color: #DFEDFF;
	border: 1px solid #A0CAFF;
	color: #0167A0;
}
ul.messages > li.error > ul > li {
	background-image:  url(../img/icon_error.png);
	background-color: #FEDBDB;
	border-color: #FFA7A7;
	color: #B60000;
}
ul.messages > li.error > ul > li,
ul.messages > li.error > ul > li a {
	color: #B60000;
}
ul.messages > li.error > ul > li a {
	font-weight: bold;
}
.subscribe-message {
  display: none;
  padding: 1em 1em 1em 2.5em;
  margin: 1.2em 0 0;
  border-radius: 0;
}
.subscribe-message p {
  margin-bottom: 0;
}
.subscribe-message.message-ok,
.subscribe-message.message-error {
  background-position: 15px 20px;
}

/**
 * Page
 */
#page > div.wrapper {
	background-color: #FFFFFF;
	padding: 2em 0em 0em 0em;
}
#header {
	padding: 0;
	margin: 0 1em 1em 1em;
}
#content {
	padding: 0;
	margin: 0 1em 1em 1em;
}
#content div.pageLayout div.column.header div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}
#footer {
	font-size: 70%;
	clear: both;
    margin: 0 3.86em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
#upperFooter,
#middleFooter {
	padding: 1em 1.5em;
}
#lowerFooter {
	padding: 1em 1.5em 1em 1.5em;
	border-top: 1px solid #5d5d5d;
}
#upperFooter {
	background-color: #f0f0f0;
}
#upperFooter img,
#middleFooter div.twoColumn img {
	display: none;
}
#upperFooter span,
#middleFooter span {
	display: block;
	font-size: 130%;
}
#middleFooter a span {
	color: #fff;
}
#middleFooter a span:hover {
	color: #28baea;
}
div.webLinks img {
	float: left;
	width: auto;
	margin: 0 1em 1em 0;
}
#middleFooter div.seventyThirty {
	margin: 0 0 1.8em 0;
	overflow: hidden;
}
#middleFooter,#lowerFooter {
	background-color: #303030;
	color: #fff;
}
div.slider {
    margin-bottom: 1.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
#bottomFooter {
	background-color: #D1D1D1;
}

#middleFooter .csc-textpic-last { margin-top: 1em; }


/**
 * Breadcrumb
 */
#breadcrumb {
	padding: 0 0 0.5em 0;
}

/**
 * Credits &
 */
#credits,
#copyright {
	color: #c8c8c8;
	margin: 0 0 1em 0;
}
#credits a {
	color: #c8c8c8;
	text-decoration: none;
}
#credits a:hover {
	color: #28baea;
}

/**
 * Logo
 */
#logo {
	margin: 0 0 0em 0;
	float: left;
}
#logo a {
  background: url(../img/mdif-logo.svg) no-repeat;
	width: 231px;
	height: 90px;
	display: block;
}
#logo img {
	display: none;
}

/**
 * Page header
 */
h1.titleimg {
  /*display: block;*/
  /*padding: 1em 0 0 0;*/
  text-indent: -9999px;
  /*background-size: 100%;*/
  background-position: 0 0;
  background-repeat: no-repeat;
}

h1.titleimg a {
  display: block;
}

/**
 * Connect
 */
#connect ul {
	margin: 0;
	float: left;
}
#connect ul li {
	background-image: none;
	padding: 0;
	float: left;
}
.social a {
  display: block;
  width: 29px;
  height: 29px;
  margin-top: 1px;
  text-decoration: none;
  border-radius: 50%;
  color: #fff;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
}
.social a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: .8;
}
.social a:before {
  display: block;
  font-size: 18px;
  font-family: 'dashicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social .twitter a {
  background: #28baea;
}
.social .twitter a:before {
  margin-left: 2px;
  content: "\f301";
}
.social .facebook a {
  margin-right: 6px;
  background: #005ba5;
}
.social .facebook a:before {
  content: "\f305";
}
#connect ul li a span {
	display: block;
	padding: 1em 0 0 0;
	text-indent: -9999px;
}
#connect div.subscribe {
	background: #f7f7f5;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0.5em 0 0;
	float: left;
}
#connect div.subscribe p {
	padding: 0.1em 0.5em 0.1em 0.5em;
	margin: 0;
}
#connect div.subscribe a {
	font-weight: bold;
	font-size: 80%;
	color: #225399;
}
#connect div.subscribe a:hover {
	color: #28baea;
}

/**
 * Search
 */
#search {
	clear: both;
	margin: 1em 0;
	display: none;
}
#search button {
	margin: 0;
}
#search label {
	width: 70%;
}
#search legend,
#search label span {
	display: none;
}
#search input {
	width: auto;
	font-size: 100%;
}
#search textarea:focus, input[type="text"]:focus {
    background-color: #F9F9F9;
    border: 1px solid #1DB4EB;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(53,113,119,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}


/**
 * Navigation - Secondary
 */
#secondaryNavigation {
  display: none;
}
#secondaryNavigation ul {
  margin: 1em 0 1em 0;
  padding: 0;
  list-style-type: none;
}
#secondaryNavigation ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d5d4d2;
  background-image: none;
}
#secondaryNavigation ul li:last-child {
	border-bottom: none;
}

#secondaryNavigation ul li a {
	display: block;
	font-size: 100%;
	font-weight: normal;
	background: transparent url(../img/subnavBullet.png) 0.6em 0.6em no-repeat;
	padding: 0.5em 0.5em 0.5em 2.6em;
}
#secondaryNavigation li a:hover,
#secondaryNavigation li a:active {
	background: #e9e9e7 url(../img/subnavBullet.png) 0.6em 0.6em no-repeat;
}

#secondaryNavigation ul li:last-child a {
	border-bottom: none;
}
#secondaryNavigation ul .current_page_item > a {
	color: #28baea;
	background: #e9e9e7 url(../img/subnavBullet.png) 0.6em 0.6em no-repeat;
}
#secondaryNavigation ul li ul {
	padding: 0;
	margin: 0;
}
#secondaryNavigation ul li ul li a {
	background: #e9e9e7 url(../img/subnavBullet.png) 2.3em 0.6em no-repeat;
	padding-left: 4.2em;
}
#secondaryNavigation ul li ul li a:hover,
#secondaryNavigation ul li ul li a:active,
#secondaryNavigation li ul .current_page_item > a {
	background: #e9e9e7 url(../img/subnavBullet.png) 2.3em 0.6em no-repeat;
}

/**
 * Navigation - Primary
 */
#primaryNavigation {
	clear: both;
	font-size: 100%;
	font-weight: 400;
	background-color: #2c2c2c;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}
#primaryNavigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#primaryNavigation li {
  background-image: none;
  padding: 0;
  margin: 0;
}
#primaryNavigation ul li a {
	display: block;
	padding: 0.8em 0;
	margin: 0;
	color: #fff;
	text-align: left;
  text-decoration: none;
}
#primaryNavigation ul li a span {
	border-right: 1px solid #6c6c6c;
	padding: 0 1em;
}
#primaryNavigation ul li:last-child a span {
	border-right: none;
}
#primaryNavigation ul li a:hover,
#primaryNavigation .current_page_ancestor > a,
#primaryNavigation .current_page_parent > a,
#primaryNavigation .current_page_item > a {
	color: #28baea;
}
#primaryNavigation ul li.active li a {
	color: #000;
}
#primaryNavigation ul ul {
	padding: 0 0 0 1em;
}
#primaryNavigation div.menu {
	padding: 0.8em 1em;
	display: block;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	width: 50%;
}

/**
 * Navigation - Footer
 */
#footerNavigation {
	margin: 0em 0em 1.5em 0em;
	overflow: hidden;
}
#footerNavigation a {
	color: #c8c8c8;
}
#footerNavigation ul li a.active,
#footerNavigation ul li a:hover {
	color: #28baea;
}

/**
 * Navigation - Mobile
 */
#mobileNavigation {
	display: inline-block;
}
#mobileNavigation ul {
	margin: 0;
	list-style-type: none;
}
#mobileNavigation ul li {
	width: 28px;
	height: 28px;
	cursor: pointer;
	margin: 0;
	float: left;
	background-size: 28px 56px;
	background-position: center top;
}
#mobileNavigation ul li.active {
	background-position: center bottom;
}
#mobileNavigation ul li span {
	display: none;
}
#mobileNavigation ul li.menu {
	background-image: url(../img/button_menu.png);
}
#mobileNavigation ul li.search {
	background-image: url(../img/button_search.png);
	display: none;
}
#mobileNavigation ul li.login {
	background-image: url(../img/button_login.png);
	display: none;
}
#mobileNavigation ul li.localisation {
	background-image: url(../img/button_localisation.png);
	display: none;
}

/**
 * Content - Divider
 */
div.divider {
	border-top: 1px solid #D9D9D9;
	clear: both;
	height: 1px;
	margin: 1em 0;
}
div.divider hr {
	display: none;
}

/* Content - Date */
.article-date {
  margin-bottom: 9px;
  color: #b2b2b2;
  font-size: 90%;
}

/**
 * Content - Quote
 */
div.quote {
	margin: 1.5em 0;
	padding: 1em 0;
}
div.quote blockquote {
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 0.6em;
    position: relative;
    text-indent: 1.5em;
}
div.quote blockquote p {
	line-height: 1.4em;
}
div.quote blockquote p:after {
    background-image: url("../img/quote_close.png");
    background-position: right bottom;
}
div.quote blockquote p:before, div.quote blockquote p:after {
    background-repeat: no-repeat;
    content: " ";
    height: 25px;
    position: absolute;
    width: 24px;
}
div.quote blockquote p:before {
    background-image: url("../img/quote_open.png");
    left: 0;
    top: 0;
}
div.quote blockquote p:before, div.quote blockquote p:after {
    background-repeat: no-repeat;
    content: " ";
    height: 25px;
    position: absolute;
    width: 24px;
}
div.quote p.author {

	font-size: 90%;
}

/**
 * Box - Tabs
 */
div.tabs {
	margin: 0 0 1em 0;
}
div.tabs > div.wrapper > div.content {
	background: #EFEFEF;
	clear: both;
	padding: 0.8em;
	-webkit-border-radius: 0px 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;

}
div.tabs div.tabs {
	background: #FFF;
	overflow: hidden;
	padding: 0.5em;
}
div.tabs > div.wrapper > div.links ul li {
	float: left;
	margin: 0;
	background: #225399;
	padding: 0.5em 1em;
	margin: 0 0.4em 0 0;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
div.tabs > div.wrapper > div.links ul li.active {
	background-color: #EFEFEF;
	background-image: none;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
div.tabs > div.wrapper > div.links ul {
	margin: 0;
	list-style-type: none;
}
div.tabs > div.wrapper > div.links ul li a {
	color: #FFF;
	font-weight: normal;
	letter-spacing: 0.03em;
	font-weight: bold;
	text-decoration: none;
}
div.tabs > div.wrapper > div.links ul li.active a {
	color: #000;
}


/**
 * Pagination
 */
div.pagination {
	padding: 0.2em 0;
	margin: 0 0 1.5em 0;
	border-bottom: 1px solid #d9d9d9;
}
div.pagination-bottom {
  border-bottom: none;
}
div.pagination ul li {
	display: inline;
	background-image: none;
	padding: 0;
}
div.pagination ul li a {
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	background-color: #FFF;
	color: #3A3A3A;
	padding: 0.2em 0.65em 0.2em 0.6em;
}
div.pagination ul li a:hover {
	background-color: #00ACED;
	color: #FFF;

}
div.pagination ul li span.current {
	padding: 0.2em 0.65em 0.2em 0.6em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	color: #FFF;
	background-color: #1DB4EB;
}
div.pagination p span,
div.pagination ul li.active {
	font-weight: bold;
}

/**
 * Catalog - Filters
 */
div.filters div.filter.alphabetical {
	margin: 0 0 1em 0;
}
div.filters div.filter.alphabetical div.options ul {
	margin: 0;
	list-style-type: none;
}
div.filters div.filter.alphabetical div.options ul li {
	float: left;
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 0.5em 0 0 0;
	margin: 0;
	width: 2.5em;
	height: 2em;
	text-align: center;
}
div.filters div.filter.alphabetical div.options ul li.active {
	background-color: #c41230;
}
div.filters div.filter.alphabetical div.options ul li.active a {
	color: #FFFFFF;
}
div.filters div.filter.alphabetical div.options ul li.active span {
	color: #FFFFFF;
}
div.filters div.filter.alphabetical div.options ul li a {
	background-image: none;
	padding: 0;
}

/**
 *  Catalog - Offices
 */
div.offices div.mapContainer {
	height: 15em;
}

/**
 * Catalog - People - List
 */
div.users.list div.fn {
	overflow: hidden;
}
div.users.list h3.name {
	float: left;
}
div.users.list p.more {
	float: right;
}
div.users.list div.twoColumn.thirtySeventy div.columnOne {
	width: 15%;
}
div.users.list div.twoColumn.thirtySeventy div.columnTwo {
	width: 80%;
}
div.tel span.type,
div.tel.fax {
	display: none;
}
div.users.list div.org {
	display: none;
}
div.users.list div.tel {
	background: url(../img/icon_phone.gif) no-repeat left center;
}
div.users.list div.tel.cell {
	background: url(../img/icon_cell.gif) no-repeat left center;
}
div.users.list a.email {
	background: url(../img/icon_email.gif) no-repeat left center;
}
div.users.list div.tel,
div.users.list a.email {
	padding: 0.2em 0 0.2em 1.2em;
}

/**
 * Catalog - News - List
 */

div.news div.list div.articles div.photo {
	float: left;
	width: 20%;
}
div.news div.list div.articles div.details {
	float: right;
	width: 77%
}
div.news div.list div.articles div.details p.date {
	margin: 0;
	color: #b2b2b2;
	font-size: 80%;
}
div.news div.list div.articles div.details h3 {
	margin: 0;
}
div.news div.list div.articles div.details div.bodytext p {
	margin: 0;
}
div.news div.list div.articles div.details p.category span.label {
	font-weight: bold;
}
div.news div.list div.articles div.details p.category {
	margin: 0;
}

/**
 * Catalog - News - Summary
 */

/**
 * Catalog - News - Documents
 */
div.news.documents div.photo {
	float: left;
	width: 20%;
	margin-right: 3%;
	margin: 0 2% 1em 0;
	background: none repeat scroll 0 0 #FFF;
}
div.news.documents div.details {
	float: right;
	width: 76%;
}

/**
 * Catalog - News - Events
 */
div.news.events div.date {
	width: 100%;
	padding: 0.2em;
	margin: 0 0 0.5em 0;
	font-size: 140%;
}
div.news.events div.date div.month {
	float: left;
	width: auto;
}
div.news.events div.date div.year {
	float: right;
	width: auto;
}
div.news.events div.date.populated {
	background: #DEDEDE;
}
div.news.events div.list div.date.empty {
	background: #F2F0F0;
	color: #7A7979;
}
div.news.events div.date h3 {
	font-weight: normal;
	margin: 0;
}
div.news.events div.event div.details div.dates {
	width: 22%;
	float: left;
}
div.news.events div.event div.details div.info {
	width: 77%;
	float: left;
}
div.news.events div.event {
	border-bottom: 3px solid #DEDEDE;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
}

/**
 * Catalog - News - Single
 */
div.news.single div.date {
	color: #959494;
}
div.news.single span.photos {
	float: right;
	margin: 0 0 1em 1em;
	width: 40%;
	background: none repeat scroll 0 0 #FFF;
	border: 1px solid #D8D8D8;
	padding: 0.6em;
}

/**
 * Catalog - Masonry
 */
div.masonry div.record p.button a {
	background: none;
	color: #E40322;
	padding-left: 0;
}
div.masonry div.record p.button a:hover {
	color: #3F3F3F;
}
div.masonry,
div.masonry .masonry-brick {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
div.masonry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
div.masonry .masonry-brick {
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-ms-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}
div.masonry div.record {
	width: 200px;
	margin: 0 0 2em 0;
	background: #dcdcdc;
}
div.masonry div.records {
	margin: 1em 0 1em 0;
	clear: both;
}
div.masonry div.record p.arrow,
div.masonry div.record p.meta,
div.masonry div.record h3.title {
	display: none;
}
div.masonry div.record p {
	padding-left: 2em;
	padding-right: 2em;
}
div.masonry div.record h3.masonrytitle {
	display: block;
	width: 100%;
	background: black;
	margin: 0;
	padding: 0.1em 0.5em;
}
div.masonry div.record h3.tag a {
	color: white;
	text-decoration: none;
}
div.masonry div.record h3.tag a:hover {
	color: #cccccc;
}
div.masonry div.record h3.variant {
	display: block;
	width: auto;
	margin: 0.4em 0;
	padding: 0em;
}
div.masonry div.record h3.variant span {
	background: black;
	color: white;
	padding: 0.1em 0.5em;
}
div.masonry div.threeColumn div.box div.content {
	background: #FFF;
	padding: 2.5em;
	margin-bottom: 6em;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}

/**
 * Search Results
 */
div.tx-indexedsearch label span,
div.tx-indexedsearch div.tx-indexedsearch-whatis {
	display: none;
}
div.tx-indexedsearch input {
	float: left;
	margin: 0 0.5em 1.4em 0;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;

}
div.tx-indexedsearch div.tx-indexedsearch-res {
	padding: 1.5em 0 0 0;
}
div.tx-indexedsearch div.tx-indexedsearch-result {
	clear: both;
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #EAEAEA;
}

/**
 * Cookify
 */
div.cookify {
	display: none;
	z-index: 9999999;
	top: 0;
	left: 0;
	background-color: #FCFCFC;
	border: 1px solid #CCC;
	opacity: 0.95;
	padding: 0.5em 0.5em 0 0.5em;
}
div.cookify div.text {
	font-size: 90%;
	width: 70%;
	float: left;
	padding: 0.4em 0 0 0;
}
div.cookify div.buttons {
	width: 29%;
	float: right;
	text-align: right;
}
div.cookify button {
    font-size: 90%;
    margin: 0 0 0.5em 0.5em;
	background-color: transparent;
	background-image: none;
	color: #1C453B;
	filter: none;
	font-size: 90%;
}
div.cookify button.close {
    background-color: #B60000;
    color: #FFF;
}
div.cookify button.close:hover {
    background-color: #B60000;
}

/**
 * FancyBox
*/
.fancybox-tmp iframe,
.fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	margin: 0;
	padding: 10px;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url(../img/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../img/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url(../img/fancybox/blank.gif);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}
#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	margin-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/**
 * Orbit
*/
div.orbit-wrapper {
	width: 1px;
	height: 1px;
	position: relative;
}
ul.orbit {
	margin: 0;
}
ul.orbit li {
	padding: 0;
	margin: 0;
	background: none;
}
.orbit {
	width: 1px;
	height: 1px;
	position: relative;
	overflow: hidden;
	margin-bottom: 17px;
}
.orbit.with-bullets {
	margin-bottom: 40px;
}
.orbit .orbit-slide {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.orbit a.orbit-slide {
	border: none;
	line-height: 0;
	display: none;
}
.orbit .orbit-slide {
	width: 100%;
	height: 100%;
}
div.orbit-wrapper div.timer {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: .6;
	cursor: pointer;
	z-index: 31;
}
div.orbit-wrapper span.rotator {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: -20px;
	background: url(../img/orbit/rotator-black.png) no-repeat;
	z-index: 3;
}
div.orbit-wrapper span.mask {
	display: block;
	width: 20px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	overflow: hidden;
}
div.orbit-wrapper span.rotator.move {
	left: 0;
}
div.orbit-wrapper span.mask.move {
	width: 40px;
	left: 0;
	background: url(../img/orbit/timer-black.png) repeat 0 0;
}
div.orbit-wrapper span.pause {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0; left: 0;
	background: url(../img/orbit/pause-black.png) no-repeat;
	z-index: 4;
	opacity: 0;
}
div.orbit-wrapper span.pause.active {
	background: url(../img/orbit/pause-black.png) no-repeat 0 -40px;
}
div.orbit-wrapper div.timer:hover span.pause,
div.orbit-wrapper span.pause.active {
	opacity: 1;
}
.orbit-caption {
	display: none;
}
.orbit-wrapper .orbit-caption {
	background: #000;
	background: rgba(0, 0, 0, 0.6);
	z-index: 30;
	color: #fff;
	text-align: center;
	padding: 7px 0;
	font-size: 13px;
	font-size: 1.3rem;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}
div.orbit-wrapper div.slider-nav {
	display: block;
}
div.orbit-wrapper div.slider-nav span {
	width: 39px;
	height: 50px;
	text-indent: -9999px;
	position: absolute;
	z-index: 30;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
}
div.orbit-wrapper div.slider-nav span.right {
	background: url(../img/orbit/right-arrow.png);
	background-size: 100%;
	right: 0;
}

div.orbit-wrapper div.slider-nav span.left {
	background: url(../img/orbit/left-arrow.png);
	background-size: 100%;
	left: 0;
}
div.orbit-wrapper div.content {
	position: absolute;
	bottom: 0;
	background: rgba(48,48,48,0.9);
	width: 100%;
	color: #fff;
}
div.orbit-wrapper div.content a {
	color: #fff;
}
ul.orbit-bullets {
	position: absolute;
	z-index: 30;
	list-style: none;
	bottom: -40px;
	left: 50%;
	margin-left: -50px;
	padding: 0;
}
ul.orbit-bullets li {
	float: left;
	margin: 0 0 0 5px;
	cursor: pointer;
	color: #999;
	text-indent: -9999px;
	background: url(../img/orbit/bullets.jpg) no-repeat 4px 0;
	width: 13px;
	height: 12px;
	overflow: hidden;
	padding: 0;
}
ul.orbit-bullets li.active {
	color: #222;
	background-position: -8px 0;
}
ul.orbit-bullets li.has-thumb {
	background: none;
	width: 100px;
	height: 75px;
}
ul.orbit-bullets li.active.has-thumb {
	background-position: 0 0;
	border-top: 2px solid #000;
}
.orbit img.fluid-placeholder {
	visibility: hidden;
	position: static;
	display: block;
	width: 100%;
}
.orbit, div.orbit-wrapper {
	width: 100% !important;
}
ul.orbit-bullets {
	position: absolute;
	z-index: 30;
	list-style: none;
	bottom: -50px;
	left: 50%;
	margin-left: -50px;
	padding: 0;
}
ul.orbit-bullets li {
	float: left;
	margin-left: 5px;
	cursor: pointer;
	color: #999;
	text-indent: -9999px;
	background: url(../img/orbit/bullets.jpg) no-repeat 4px 0;
	width: 13px;
	height: 12px;
	overflow: hidden;
}
ul.orbit-bullets li.has-thumb {
	background: none;
	width: 100px;
	height: 75px;
}
ul.orbit-bullets li.active {
	color: #222;
	background-position: -8px 0;
}
ul.orbit-bullets li.active.has-thumb {
	background-position: 0 0;
	border-top: 2px solid #000;
}

/**
 * homepage
*/
div.pageLayout.oneColumn div.layout.twoColumn div.column.one i {
	font-size: 130%;
	font-style: normal;
    line-height: 1.3em;
}

/**
 * banners
*/
div.banner.large {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
div.banner.sml {
  border-radius: 5px;
  overflow: hidden;
}
div.banner.large div.wrapper {
  padding: 1em 1em 0;
  position: absolute;
  top: 0;
  left: 0;
}
div.banner.large img,
div.banner.sml img {
  vertical-align: top;
}
div.banner.large p {
	width: 55%;
	color: #fff;
	font-size: 110%;
  font-weight: 400;
}

/**
 * Images in maintext
 */

.maintext img {
  vertical-align: top;
  border-radius: 5px;
  height: auto;
  margin-bottom: 1em;
  display: block;
}

.maintext .wp-caption {
  margin-bottom: 1em;
  width: auto;
  max-width: 100%;
}

.maintext .wp-caption a {
  border: 0;
}

.maintext .wp-caption img {
  margin: 0;
}

.maintext .wp-caption-text {
  margin: 0;
  padding: 5px 1px 0 1px;
  color: #767676;
  font-size: .8em;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.maintext img.aligncenter {
  margin: 0 auto 1em auto;
  width: auto;
  max-width: 100%;
}

.maintext .wp-caption.aligncenter {
  margin: 0 auto 1em auto;
}

img.alignleft,
.maintext .wp-caption.alignleft {
  float: left;
  margin: 0.4em 1em 0.5em 0;
  max-width: 47%;
  width: auto;
}

img.alignright,
.maintext .wp-caption.alignright {
  float: right;
  margin: 0.4em 0 0.5em 1em;
  max-width: 47%;
  width: auto;
}

/**
 * Inline icons in maintext
 */

.maintext img.inline-icon {
  vertical-align: middle;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  display: inline-block;
 }

/**
 * Share buttons
 */

.share-buttons {
  margin-top: 1.375em;
}

.share-buttons a {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin: 0 .3em 1em 0;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
}

.share-buttons a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: .8;
}

.share-buttons a:before {
  display: inline-block;
  font-size: 18px;
  font-family: 'dashicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share-twitter {
  background: #28baea;
}

.share-twitter:before {
  content: "\f301";
}

.share-facebook {
  background: #005ba5;
}

.share-facebook:before {
  content: "\f305";
}


/**
 * Layout - Three column
 */

div.layout.threeColumn.links div.column a {
	background: #165fa5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 0.5em;
	display: block;
	text-align: center;
	margin: 0 0 1em 0;
}
div.layout.threeColumn.links div.column a:hover {
	background: #1db4eb;
}
div.layout.threeColumn.links div.column.one div.wrapper {
	padding: 0 0.5em 0 0;
}
div.layout.threeColumn.links div.column.two div.wrapper {
	padding: 0 0.5em 0 0;
}
div.layout.threeColumn.links div.column {
	float: left;
	width: 33%;
}

/**
 * boxes
*/

div.cta {
	background: #f7f7f5;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 1.3em 0;
}
div.cta div.content {
	padding: 0.7em;
}
div.cta div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}
div.dcolor {
	background: #f5f4ec;
}
div.highlight {
	background: #f5f5f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 1.3em 0;
}
div.highlight > div.wrapper {
	padding: 1.2em;
}

div.addthis_toolbox {
	margin: 0em 0em 1.3em 0em;
}

.progress {
  display: none;
  float: right;
  width: 28px;
  height: 28px;
  margin: 2px 16px 0;
  border-radius: 50%;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 4px solid rgba(34,83,153, 0.2);
  border-right: 4px solid rgba(34,83,153, 0.2);
  border-bottom: 4px solid rgba(34,83,153, 0.2);
  border-left: 4px solid #225399;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin 1.1s infinite linear;
  animation: spin 1.1s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
	div.pageLayout.twoColumn div.slider div.orbit-wrapper div.content  {
		display: none;
	}
  div.banner.large p {
    font-size: 100%;
  }
  table.ourImpact td {
    font-size: 3.2vw;
  }
}

@media (max-width: 900px) {
  div.banner.large p {
    width: 80%;
  }
}

@media (max-width: 822px) {
  div.banner.large p {
    width: 100%;
    line-height: 1.4;
  }
}

@media (max-width: 690px) {
  div.banner.large p {
    font-size: 90%;
  }
}

@media (max-width: 639px) {
	/*ul.social { padding: 20px 0px 0px 0px;}*/
	#mobileNavigation { float: right; }
	/*#connect div.subscribe { width: 85%; }*/
	#primaryNavigation ul { margin: 0em; padding: 0em; }
	#primaryNavigation ul ul { padding: 0em; background: #464646 }
  #primaryNavigation ul ul ul { background:#676767; }
  #primaryNavigation ul li li a { color: #999; padding: 1em 0em 1em 2.5em; margin: 0em; border-bottom: 1px solid #ccc; }
	#primaryNavigation ul li li li a { color: #BFBFBF; padding: 1em 0em 1em 4em; margin: 0em; border-bottom: 1px solid #ccc; }
	#primaryNavigation ul li a { color: #999; padding: 1em 0em 1em 1em; margin: 0em; border-bottom: 1px solid #ccc; }
  #primaryNavigation .current_page_ancestor > a,
  #primaryNavigation .current_page_parent > a {
    color: #999;
  }
	#primaryNavigation ul li a span { border: none; display: block;}
  #primaryNavigation .current_page_ancestor > a span,
  #primaryNavigation .current_page_parent > a span,
  #primaryNavigation .current_page_item > a span {
  border-left: 3px solid #28baea;
  padding-left: 0.8125em;
  }
	.orbit-wrapper { display: none; }
	.banner { display: none; }
	#connect {
		margin-top: 0em;
		float: left;
	}
    #footer {
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
  table.ourImpact td {
    font-size: 39px;
  }

}


@media (max-width: 1045px) {
	#page { margin: 0em !important; }
}


/**
 * download pdf Impact Dashboard
*/

.download-dashboard {
  margin-bottom: 15px;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.download-dashboard:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -moz-opacity: .85;
  -khtml-opacity: .85;
  opacity: .85;
}

.download-dashboard img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.download-dashboard-title {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 16px;
  text-shadow: 1px 1px 10px rgba(40, 40, 40, .8);
}

.download-dashboard-title p {
  font-weight: 500;
  margin: 0;
  font-size: 175%;
  line-height: 0.85;
  color: #ad172b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.download-dashboard-title h2 {
  display: none;
}

.download-dashboard-title strong {
  color: white;
  font-weight: 600;
}

.download-dashboard-title .dashicons {
  width: 40px;
  height: 40px;
  font-size: 45px;
  line-height: 1;
  color: white;
  margin-left: -6px;
}

@media (max-width: 935px) {
  .download-dashboard-title p {
    font-size: 155%;
  }
  .download-dashboard-title .dashicons {
    line-height: 1.3;
    font-size: 38px;
    margin-left: -6px;
  }
}

@media (max-width: 840px) {
  .download-dashboard-title p {
    font-size: 140%;
  }
  .download-dashboard-title .dashicons {
    line-height: 1.5;
    font-size: 34px;
    margin-left: -8px;
  }
}

@media (max-width: 760px) {
  .download-dashboard-title p {
    font-size: 120%;
  }
  .download-dashboard-title .dashicons {
    line-height: 1.8;
    font-size: 30px;
    margin-left: -9px;
  }
}

@media (max-width: 639px) {
  .download-dashboard {
    width: 402px;
    height: 83px;
    background: #f7f7f5;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 1.3em 0;
  }
  .download-dashboard img {
    display: none;
  }
  .download-dashboard-title .dashicons {
    float: left;
    width: 22%;
    margin-left: 0;
    padding-top: 4px;
    font-size: 50px;
    line-height: normal;
    color: #ad172b;
  }
  .download-dashboard-title {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 13px;
    text-shadow: none;
  }
  .download-dashboard-title h2,
  .download-dashboard-title p {
    float: left;
    width: 77%;
    font-size: 150%;
    line-height: 1.15;
  }
  .download-dashboard-title h2 {
    display: block;
    margin-bottom: 0;
    font-weight: 600;
    color: #595959;
    -moz-osx-font-smoothing: grayscale;

  }
  .download-dashboard-title p br {
    display: none;
  }
  .download-dashboard-title strong {
    color: #595959;
    -webkit-font-smoothing: auto;
  }
}

@media (max-width: 435px) {
  .download-dashboard {
    width: auto;
    height: 19vw;
  }
  .download-dashboard-title .dashicons {
    padding-top: 1.1vw;
    font-size: 11.7vw;
  }
  .download-dashboard-title {
    padding-top: 3vw;
  }
  .download-dashboard-title h2,
  .download-dashboard-title p {
    font-size: 5.7vw;
  }

  .maintext img.aligncenter,
  .maintext img.alignleft,
  .maintext img.alignright {
    float: none;
    margin: 0 0 1em 0;
    width: 100%;
    max-width: none;
  }

  .maintext .wp-caption.aligncenter,
  .maintext .wp-caption.alignleft,
  .maintext .wp-caption.alignright {
    float: none;
    margin: 0 0 1em 0;
    width: 100%;
    max-width: 100%;
  }
}
